@ours.network/mcp 0.18.0-nightly.5 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/server.js CHANGED
@@ -1,13 +1,13 @@
1
- var ly=Object.create;var li=Object.defineProperty;var dy=Object.getOwnPropertyDescriptor;var py=Object.getOwnPropertyNames;var fy=Object.getPrototypeOf,my=Object.prototype.hasOwnProperty;var S=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),di=(t,e)=>{for(var r in e)li(t,r,{get:e[r],enumerable:!0})},hy=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of py(e))!my.call(t,o)&&o!==r&&li(t,o,{get:()=>e[o],enumerable:!(n=dy(e,o))||n.enumerable});return t};var Kl=(t,e,r)=>(r=t!=null?ly(fy(t)):{},hy(e||!t||!t.__esModule?li(r,"default",{value:t,enumerable:!0}):r,t));var Vn=S(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 Un=class{};te._CodeOrName=Un;te.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var vr=class extends Un{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=vr;var et=class extends Un{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 vr&&(r[n.str]=(r[n.str]||0)+1),r),{})}};te._Code=et;te.nil=new et("");function Vf(t,...e){let r=[t[0]],n=0;for(;n<e.length;)Jc(r,e[n]),r.push(t[++n]);return new et(r)}te._=Vf;var Bc=new et("+");function Hf(t,...e){let r=[Fn(t[0])],n=0;for(;n<e.length;)r.push(Bc),Jc(r,e[n]),r.push(Bc,Fn(t[++n]));return h$(r),new et(r)}te.str=Hf;function Jc(t,e){e instanceof et?t.push(...e._items):e instanceof vr?t.push(e):t.push(_$(e))}te.addCodeArg=Jc;function h$(t){let e=1;for(;e<t.length-1;){if(t[e]===Bc){let r=g$(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function g$(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof vr||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 vr))return`"${t}${e.slice(1)}`}function y$(t,e){return e.emptyStr()?t:t.emptyStr()?e:Hf`${t}${e}`}te.strConcat=y$;function _$(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:Fn(Array.isArray(t)?t.join(","):t)}function v$(t){return new et(Fn(t))}te.stringify=v$;function Fn(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}te.safeStringify=Fn;function b$(t){return typeof t=="string"&&te.IDENTIFIER.test(t)?new et(`.${t}`):Vf`[${t}]`}te.getProperty=b$;function x$(t){if(typeof t=="string"&&te.IDENTIFIER.test(t))return new et(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}te.getEsmExportName=x$;function $$(t){return new et(t.toString())}te.regexpCode=$$});var Gc=S(Le=>{"use strict";Object.defineProperty(Le,"__esModule",{value:!0});Le.ValueScope=Le.ValueScopeName=Le.Scope=Le.varKinds=Le.UsedValueState=void 0;var De=Vn(),Kc=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},bs;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(bs||(Le.UsedValueState=bs={}));Le.varKinds={const:new De.Name("const"),let:new De.Name("let"),var:new De.Name("var")};var xs=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof De.Name?e:this.name(e)}name(e){return new De.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Le.Scope=xs;var $s=class extends De.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,De._)`.${new De.Name(r)}[${n}]`}};Le.ValueScopeName=$s;var w$=(0,De._)`\n`,Wc=class extends xs{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?w$:De.nil}}get(){return this._scope}name(e){return new $s(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,De._)`${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=De.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,bs.Started);let l=r(u);if(l){let d=this.opts.es5?Le.varKinds.var:Le.varKinds.const;s=(0,De._)`${s}${d} ${u} = ${l};${this.opts._n}`}else if(l=o?.(u))s=(0,De._)`${s}${l}${this.opts._n}`;else throw new Kc(u);c.set(u,bs.Completed)})}return s}};Le.ValueScope=Wc});var V=S(H=>{"use strict";Object.defineProperty(H,"__esModule",{value:!0});H.or=H.and=H.not=H.CodeGen=H.operators=H.varKinds=H.ValueScopeName=H.ValueScope=H.Scope=H.Name=H.regexpCode=H.stringify=H.getProperty=H.nil=H.strConcat=H.str=H._=void 0;var Y=Vn(),ct=Gc(),Lt=Vn();Object.defineProperty(H,"_",{enumerable:!0,get:function(){return Lt._}});Object.defineProperty(H,"str",{enumerable:!0,get:function(){return Lt.str}});Object.defineProperty(H,"strConcat",{enumerable:!0,get:function(){return Lt.strConcat}});Object.defineProperty(H,"nil",{enumerable:!0,get:function(){return Lt.nil}});Object.defineProperty(H,"getProperty",{enumerable:!0,get:function(){return Lt.getProperty}});Object.defineProperty(H,"stringify",{enumerable:!0,get:function(){return Lt.stringify}});Object.defineProperty(H,"regexpCode",{enumerable:!0,get:function(){return Lt.regexpCode}});Object.defineProperty(H,"Name",{enumerable:!0,get:function(){return Lt.Name}});var zs=Gc();Object.defineProperty(H,"Scope",{enumerable:!0,get:function(){return zs.Scope}});Object.defineProperty(H,"ValueScope",{enumerable:!0,get:function(){return zs.ValueScope}});Object.defineProperty(H,"ValueScopeName",{enumerable:!0,get:function(){return zs.ValueScopeName}});Object.defineProperty(H,"varKinds",{enumerable:!0,get:function(){return zs.varKinds}});H.operators={GT:new Y._Code(">"),GTE:new Y._Code(">="),LT:new Y._Code("<"),LTE:new Y._Code("<="),EQ:new Y._Code("==="),NEQ:new Y._Code("!=="),NOT:new Y._Code("!"),OR:new Y._Code("||"),AND:new Y._Code("&&"),ADD:new Y._Code("+")};var Tt=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},Yc=class extends Tt{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?ct.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=Wr(this.rhs,e,r)),this}get names(){return this.rhs instanceof Y._CodeOrName?this.rhs.names:{}}},ws=class extends Tt{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 Y.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=Wr(this.rhs,e,r),this}get names(){let e=this.lhs instanceof Y.Name?{}:{...this.lhs.names};return Ss(e,this.rhs)}},Xc=class extends ws{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},Qc=class extends Tt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},eu=class extends Tt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},tu=class extends Tt{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},ru=class extends Tt{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=Wr(this.code,e,r),this}get names(){return this.code instanceof Y._CodeOrName?this.code.names:{}}},Hn=class extends Tt{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)||(k$(e,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>$r(e,r.names),{})}},Pt=class extends Hn{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},nu=class extends Hn{},Kr=class extends Pt{};Kr.kind="else";var br=class t extends Pt{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new Kr(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(Bf(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=Wr(this.condition,e,r),this}get names(){let e=super.names;return Ss(e,this.condition),this.else&&$r(e,this.else.names),e}};br.kind="if";var xr=class extends Pt{};xr.kind="for";var ou=class extends xr{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=Wr(this.iteration,e,r),this}get names(){return $r(super.names,this.iteration.names)}},su=class extends xr{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?ct.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=Ss(super.names,this.from);return Ss(e,this.to)}},ks=class extends xr{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=Wr(this.iterable,e,r),this}get names(){return $r(super.names,this.iterable.names)}},Bn=class extends Pt{constructor(e,r,n){super(),this.name=e,this.args=r,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};Bn.kind="func";var Jn=class extends Hn{render(e){return"return "+super.render(e)}};Jn.kind="return";var iu=class extends Pt{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var n,o;return super.optimizeNames(e,r),(n=this.catch)===null||n===void 0||n.optimizeNames(e,r),(o=this.finally)===null||o===void 0||o.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&$r(e,this.catch.names),this.finally&&$r(e,this.finally.names),e}},Kn=class extends Pt{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};Kn.kind="catch";var Wn=class extends Pt{render(e){return"finally"+super.render(e)}};Wn.kind="finally";var au=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
2
- `:""},this._extScope=e,this._scope=new ct.Scope({parent:e}),this._nodes=[new nu]}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 Yc(e,s,n)),s}const(e,r,n){return this._def(ct.varKinds.const,e,r,n)}let(e,r,n){return this._def(ct.varKinds.let,e,r,n)}var(e,r,n){return this._def(ct.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new ws(e,r,n))}add(e,r){return this._leafNode(new Xc(e,H.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==Y.nil&&this._leafNode(new ru(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,Y.addCodeArg)(r,o));return r.push("}"),new Y._Code(r)}if(e,r,n){if(this._blockNode(new br(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 br(e))}else(){return this._elseNode(new Kr)}endIf(){return this._endBlockNode(br,Kr)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new ou(e),r)}forRange(e,r,n,o,s=this.opts.es5?ct.varKinds.var:ct.varKinds.let){let i=this._scope.toName(e);return this._for(new su(s,i,r,n),()=>o(i))}forOf(e,r,n,o=ct.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof Y.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,Y._)`${i}.length`,a=>{this.var(s,(0,Y._)`${i}[${a}]`),n(s)})}return this._for(new ks("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?ct.varKinds.var:ct.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,Y._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new ks("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(xr)}label(e){return this._leafNode(new Qc(e))}break(e){return this._leafNode(new eu(e))}return(e){let r=new Jn;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(Jn)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new iu;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new Kn(s),r(s)}return n&&(this._currNode=o.finally=new Wn,this.code(n)),this._endBlockNode(Kn,Wn)}throw(e){return this._leafNode(new tu(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=Y.nil,n,o){return this._blockNode(new Bn(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(Bn)}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 br))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}};H.CodeGen=au;function $r(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function Ss(t,e){return e instanceof Y._CodeOrName?$r(t,e.names):t}function Wr(t,e,r){if(t instanceof Y.Name)return n(t);if(!o(t))return t;return new Y._Code(t._items.reduce((s,i)=>(i instanceof Y.Name&&(i=n(i)),i instanceof Y._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 Y._Code&&s._items.some(i=>i instanceof Y.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function k$(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function Bf(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,Y._)`!${cu(t)}`}H.not=Bf;var S$=Jf(H.operators.AND);function z$(...t){return t.reduce(S$)}H.and=z$;var T$=Jf(H.operators.OR);function P$(...t){return t.reduce(T$)}H.or=P$;function Jf(t){return(e,r)=>e===Y.nil?r:r===Y.nil?e:(0,Y._)`${cu(e)} ${t} ${cu(r)}`}function cu(t){return t instanceof Y.Name?t:(0,Y._)`(${t})`}});var X=S(B=>{"use strict";Object.defineProperty(B,"__esModule",{value:!0});B.checkStrictMode=B.getErrorPath=B.Type=B.useFunc=B.setEvaluated=B.evaluatedPropsToName=B.mergeEvaluated=B.eachItem=B.unescapeJsonPointer=B.escapeJsonPointer=B.escapeFragment=B.unescapeFragment=B.schemaRefOrVal=B.schemaHasRulesButRef=B.schemaHasRules=B.checkUnknownRules=B.alwaysValidSchema=B.toHash=void 0;var se=V(),E$=Vn();function R$(t){let e={};for(let r of t)e[r]=!0;return e}B.toHash=R$;function I$(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(Gf(t,e),!Yf(e,t.self.RULES.all))}B.alwaysValidSchema=I$;function Gf(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]||em(t,`unknown keyword: "${s}"`)}B.checkUnknownRules=Gf;function Yf(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}B.schemaHasRules=Yf;function O$(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}B.schemaHasRulesButRef=O$;function N$({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,se._)`${r}`}return(0,se._)`${t}${e}${(0,se.getProperty)(n)}`}B.schemaRefOrVal=N$;function C$(t){return Xf(decodeURIComponent(t))}B.unescapeFragment=C$;function Z$(t){return encodeURIComponent(lu(t))}B.escapeFragment=Z$;function lu(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}B.escapeJsonPointer=lu;function Xf(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}B.unescapeJsonPointer=Xf;function j$(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}B.eachItem=j$;function Kf({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof se.Name?(s instanceof se.Name?t(o,s,i):e(o,s,i),i):s instanceof se.Name?(e(o,i,s),s):r(s,i);return a===se.Name&&!(c instanceof se.Name)?n(o,c):c}}B.mergeEvaluated={props:Kf({mergeNames:(t,e,r)=>t.if((0,se._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,se._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,se._)`${r} || {}`).code((0,se._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,se._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,se._)`${r} || {}`),du(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:Qf}),items:Kf({mergeNames:(t,e,r)=>t.if((0,se._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,se._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,se._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,se._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function Qf(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,se._)`{}`);return e!==void 0&&du(t,r,e),r}B.evaluatedPropsToName=Qf;function du(t,e,r){Object.keys(r).forEach(n=>t.assign((0,se._)`${e}${(0,se.getProperty)(n)}`,!0))}B.setEvaluated=du;var Wf={};function A$(t,e){return t.scopeValue("func",{ref:e,code:Wf[e.code]||(Wf[e.code]=new E$._Code(e.code))})}B.useFunc=A$;var uu;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(uu||(B.Type=uu={}));function M$(t,e,r){if(t instanceof se.Name){let n=e===uu.Num;return r?n?(0,se._)`"[" + ${t} + "]"`:(0,se._)`"['" + ${t} + "']"`:n?(0,se._)`"/" + ${t}`:(0,se._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,se.getProperty)(t).toString():"/"+lu(t)}B.getErrorPath=M$;function em(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}B.checkStrictMode=em});var Et=S(pu=>{"use strict";Object.defineProperty(pu,"__esModule",{value:!0});var Pe=V(),q$={data:new Pe.Name("data"),valCxt:new Pe.Name("valCxt"),instancePath:new Pe.Name("instancePath"),parentData:new Pe.Name("parentData"),parentDataProperty:new Pe.Name("parentDataProperty"),rootData:new Pe.Name("rootData"),dynamicAnchors:new Pe.Name("dynamicAnchors"),vErrors:new Pe.Name("vErrors"),errors:new Pe.Name("errors"),this:new Pe.Name("this"),self:new Pe.Name("self"),scope:new Pe.Name("scope"),json:new Pe.Name("json"),jsonPos:new Pe.Name("jsonPos"),jsonLen:new Pe.Name("jsonLen"),jsonPart:new Pe.Name("jsonPart")};pu.default=q$});var Gn=S(Ee=>{"use strict";Object.defineProperty(Ee,"__esModule",{value:!0});Ee.extendErrors=Ee.resetErrorsCount=Ee.reportExtraError=Ee.reportError=Ee.keyword$DataError=Ee.keywordError=void 0;var Q=V(),Ts=X(),Ce=Et();Ee.keywordError={message:({keyword:t})=>(0,Q.str)`must pass "${t}" keyword validation`};Ee.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,Q.str)`"${t}" keyword must be ${e} ($data)`:(0,Q.str)`"${t}" keyword is invalid ($data)`};function D$(t,e=Ee.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=nm(t,e,r);n??(i||a)?tm(s,c):rm(o,(0,Q._)`[${c}]`)}Ee.reportError=D$;function L$(t,e=Ee.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=nm(t,e,r);tm(o,a),s||i||rm(n,Ce.default.vErrors)}Ee.reportExtraError=L$;function U$(t,e){t.assign(Ce.default.errors,e),t.if((0,Q._)`${Ce.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,Q._)`${Ce.default.vErrors}.length`,e),()=>t.assign(Ce.default.vErrors,null)))}Ee.resetErrorsCount=U$;function F$({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,Ce.default.errors,a=>{t.const(i,(0,Q._)`${Ce.default.vErrors}[${a}]`),t.if((0,Q._)`${i}.instancePath === undefined`,()=>t.assign((0,Q._)`${i}.instancePath`,(0,Q.strConcat)(Ce.default.instancePath,s.errorPath))),t.assign((0,Q._)`${i}.schemaPath`,(0,Q.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,Q._)`${i}.schema`,r),t.assign((0,Q._)`${i}.data`,n))})}Ee.extendErrors=F$;function tm(t,e){let r=t.const("err",e);t.if((0,Q._)`${Ce.default.vErrors} === null`,()=>t.assign(Ce.default.vErrors,(0,Q._)`[${r}]`),(0,Q._)`${Ce.default.vErrors}.push(${r})`),t.code((0,Q._)`${Ce.default.errors}++`)}function rm(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,Q._)`new ${t.ValidationError}(${e})`):(r.assign((0,Q._)`${n}.errors`,e),r.return(!1))}var wr={keyword:new Q.Name("keyword"),schemaPath:new Q.Name("schemaPath"),params:new Q.Name("params"),propertyName:new Q.Name("propertyName"),message:new Q.Name("message"),schema:new Q.Name("schema"),parentSchema:new Q.Name("parentSchema")};function nm(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,Q._)`{}`:V$(t,e,r)}function V$(t,e,r={}){let{gen:n,it:o}=t,s=[H$(o,r),B$(t,r)];return J$(t,e,s),n.object(...s)}function H$({errorPath:t},{instancePath:e}){let r=e?(0,Q.str)`${t}${(0,Ts.getErrorPath)(e,Ts.Type.Str)}`:t;return[Ce.default.instancePath,(0,Q.strConcat)(Ce.default.instancePath,r)]}function B$({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,Q.str)`${e}/${t}`;return r&&(o=(0,Q.str)`${o}${(0,Ts.getErrorPath)(r,Ts.Type.Str)}`),[wr.schemaPath,o]}function J$(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([wr.keyword,o],[wr.params,typeof e=="function"?e(t):e||(0,Q._)`{}`]),c.messages&&n.push([wr.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([wr.schema,i],[wr.parentSchema,(0,Q._)`${l}${d}`],[Ce.default.data,s]),u&&n.push([wr.propertyName,u])}});var sm=S(Gr=>{"use strict";Object.defineProperty(Gr,"__esModule",{value:!0});Gr.boolOrEmptySchema=Gr.topBoolOrEmptySchema=void 0;var K$=Gn(),W$=V(),G$=Et(),Y$={message:"boolean schema is false"};function X$(t){let{gen:e,schema:r,validateName:n}=t;r===!1?om(t,!1):typeof r=="object"&&r.$async===!0?e.return(G$.default.data):(e.assign((0,W$._)`${n}.errors`,null),e.return(!0))}Gr.topBoolOrEmptySchema=X$;function Q$(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),om(t)):r.var(e,!0)}Gr.boolOrEmptySchema=Q$;function om(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,K$.reportError)(o,Y$,void 0,e)}});var fu=S(Yr=>{"use strict";Object.defineProperty(Yr,"__esModule",{value:!0});Yr.getRules=Yr.isJSONType=void 0;var ew=["string","number","integer","boolean","null","object","array"],tw=new Set(ew);function rw(t){return typeof t=="string"&&tw.has(t)}Yr.isJSONType=rw;function nw(){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:{}}}Yr.getRules=nw});var mu=S(Ut=>{"use strict";Object.defineProperty(Ut,"__esModule",{value:!0});Ut.shouldUseRule=Ut.shouldUseGroup=Ut.schemaHasRulesForType=void 0;function ow({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&im(t,n)}Ut.schemaHasRulesForType=ow;function im(t,e){return e.rules.some(r=>am(t,r))}Ut.shouldUseGroup=im;function am(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))}Ut.shouldUseRule=am});var Yn=S(Re=>{"use strict";Object.defineProperty(Re,"__esModule",{value:!0});Re.reportTypeError=Re.checkDataTypes=Re.checkDataType=Re.coerceAndCheckDataType=Re.getJSONTypes=Re.getSchemaTypes=Re.DataType=void 0;var sw=fu(),iw=mu(),aw=Gn(),U=V(),cm=X(),Xr;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(Xr||(Re.DataType=Xr={}));function cw(t){let e=um(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}Re.getSchemaTypes=cw;function um(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(sw.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Re.getJSONTypes=um;function uw(t,e){let{gen:r,data:n,opts:o}=t,s=lw(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,iw.schemaHasRulesForType)(t,e[0]));if(i){let a=gu(e,n,o.strictNumbers,Xr.Wrong);r.if(a,()=>{s.length?dw(t,e,s):yu(t)})}return i}Re.coerceAndCheckDataType=uw;var lm=new Set(["string","number","integer","boolean","null"]);function lw(t,e){return e?t.filter(r=>lm.has(r)||e==="array"&&r==="array"):[]}function dw(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(gu(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(),yu(t),n.endIf(),n.if((0,U._)`${a} !== undefined`,()=>{n.assign(o,a),pw(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
3
- || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,U._)`+${o}`);return;case"integer":n.elseIf((0,U._)`${i} === "boolean" || ${o} === null
4
- || (${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"
5
- || ${i} === "boolean" || ${o} === null`).assign(a,(0,U._)`[${o}]`)}}}function pw({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,U._)`${e} !== undefined`,()=>t.assign((0,U._)`${e}[${r}]`,n))}function hu(t,e,r,n=Xr.Correct){let o=n===Xr.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===Xr.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)}}Re.checkDataType=hu;function gu(t,e,r,n){if(t.length===1)return hu(t[0],e,r,n);let o,s=(0,cm.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,hu(i,e,r,n));return o}Re.checkDataTypes=gu;var fw={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,U._)`{type: ${t}}`:(0,U._)`{type: ${e}}`};function yu(t){let e=mw(t);(0,aw.reportError)(e,fw)}Re.reportTypeError=yu;function mw(t){let{gen:e,data:r,schema:n}=t,o=(0,cm.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var pm=S(Ps=>{"use strict";Object.defineProperty(Ps,"__esModule",{value:!0});Ps.assignDefaults=void 0;var Qr=V(),hw=X();function gw(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)dm(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>dm(t,s,o.default))}Ps.assignDefaults=gw;function dm(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,Qr._)`${s}${(0,Qr.getProperty)(e)}`;if(o){(0,hw.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,Qr._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,Qr._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,Qr._)`${a} = ${(0,Qr.stringify)(r)}`)}});var tt=S(oe=>{"use strict";Object.defineProperty(oe,"__esModule",{value:!0});oe.validateUnion=oe.validateArray=oe.usePattern=oe.callValidateCode=oe.schemaProperties=oe.allSchemaProperties=oe.noPropertyInData=oe.propertyInData=oe.isOwnProperty=oe.hasPropFunc=oe.reportMissingProp=oe.checkMissingProp=oe.checkReportMissingProp=void 0;var le=V(),_u=X(),Ft=Et(),yw=X();function _w(t,e){let{gen:r,data:n,it:o}=t;r.if(bu(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,le._)`${e}`},!0),t.error()})}oe.checkReportMissingProp=_w;function vw({gen:t,data:e,it:{opts:r}},n,o){return(0,le.or)(...n.map(s=>(0,le.and)(bu(t,e,s,r.ownProperties),(0,le._)`${o} = ${s}`)))}oe.checkMissingProp=vw;function bw(t,e){t.setParams({missingProperty:e},!0),t.error()}oe.reportMissingProp=bw;function fm(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,le._)`Object.prototype.hasOwnProperty`})}oe.hasPropFunc=fm;function vu(t,e,r){return(0,le._)`${fm(t)}.call(${e}, ${r})`}oe.isOwnProperty=vu;function xw(t,e,r,n){let o=(0,le._)`${e}${(0,le.getProperty)(r)} !== undefined`;return n?(0,le._)`${o} && ${vu(t,e,r)}`:o}oe.propertyInData=xw;function bu(t,e,r,n){let o=(0,le._)`${e}${(0,le.getProperty)(r)} === undefined`;return n?(0,le.or)(o,(0,le.not)(vu(t,e,r))):o}oe.noPropertyInData=bu;function mm(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}oe.allSchemaProperties=mm;function $w(t,e){return mm(e).filter(r=>!(0,_u.alwaysValidSchema)(t,e[r]))}oe.schemaProperties=$w;function ww({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let l=u?(0,le._)`${t}, ${e}, ${n}${o}`:e,d=[[Ft.default.instancePath,(0,le.strConcat)(Ft.default.instancePath,s)],[Ft.default.parentData,i.parentData],[Ft.default.parentDataProperty,i.parentDataProperty],[Ft.default.rootData,Ft.default.rootData]];i.opts.dynamicRef&&d.push([Ft.default.dynamicAnchors,Ft.default.dynamicAnchors]);let m=(0,le._)`${l}, ${r.object(...d)}`;return c!==le.nil?(0,le._)`${a}.call(${c}, ${m})`:(0,le._)`${a}(${m})`}oe.callValidateCode=ww;var kw=(0,le._)`new RegExp`;function Sw({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,le._)`${o.code==="new RegExp"?kw:(0,yw.useFunc)(t,o)}(${r}, ${n})`})}oe.usePattern=Sw;function zw(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,le._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:_u.Type.Num},s),e.if((0,le.not)(s),a)})}}oe.validateArray=zw;function Tw(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,_u.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,le._)`${i} || ${a}`),t.mergeValidEvaluated(l,a)||e.if((0,le.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}oe.validateUnion=Tw});var ym=S(yt=>{"use strict";Object.defineProperty(yt,"__esModule",{value:!0});yt.validateKeywordUsage=yt.validSchemaType=yt.funcKeywordCode=yt.macroKeywordCode=void 0;var Ze=V(),kr=Et(),Pw=tt(),Ew=Gn();function Rw(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=gm(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:Ze.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}yt.macroKeywordCode=Rw;function Iw(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;Nw(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,l=gm(n,o,u),d=n.let("valid");t.block$data(d,m),t.ok((r=e.valid)!==null&&r!==void 0?r:d);function m(){if(e.errors===!1)h(),e.modifying&&hm(t),y(()=>t.error());else{let v=e.async?f():p();e.modifying&&hm(t),y(()=>Ow(t,v))}}function f(){let v=n.let("ruleErrs",null);return n.try(()=>h((0,Ze._)`await `),x=>n.assign(d,!1).if((0,Ze._)`${x} instanceof ${c.ValidationError}`,()=>n.assign(v,(0,Ze._)`${x}.errors`),()=>n.throw(x))),v}function p(){let v=(0,Ze._)`${l}.errors`;return n.assign(v,null),h(Ze.nil),v}function h(v=e.async?(0,Ze._)`await `:Ze.nil){let x=c.opts.passContext?kr.default.this:kr.default.self,w=!("compile"in e&&!a||e.schema===!1);n.assign(d,(0,Ze._)`${v}${(0,Pw.callValidateCode)(t,l,x,w)}`,e.modifying)}function y(v){var x;n.if((0,Ze.not)((x=e.valid)!==null&&x!==void 0?x:d),v)}}yt.funcKeywordCode=Iw;function hm(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Ze._)`${n.parentData}[${n.parentDataProperty}]`))}function Ow(t,e){let{gen:r}=t;r.if((0,Ze._)`Array.isArray(${e})`,()=>{r.assign(kr.default.vErrors,(0,Ze._)`${kr.default.vErrors} === null ? ${e} : ${kr.default.vErrors}.concat(${e})`).assign(kr.default.errors,(0,Ze._)`${kr.default.vErrors}.length`),(0,Ew.extendErrors)(t)},()=>t.error())}function Nw({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function gm(t,e,r){if(r===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,Ze.stringify)(r)})}function Cw(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")}yt.validSchemaType=Cw;function Zw({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)}}yt.validateKeywordUsage=Zw});var vm=S(Vt=>{"use strict";Object.defineProperty(Vt,"__esModule",{value:!0});Vt.extendSubschemaMode=Vt.extendSubschemaData=Vt.getSubschema=void 0;var _t=V(),_m=X();function jw(t,{keyword:e,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let a=t.schema[e];return r===void 0?{schema:a,schemaPath:(0,_t._)`${t.schemaPath}${(0,_t.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,_t._)`${t.schemaPath}${(0,_t.getProperty)(e)}${(0,_t.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,_m.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')}Vt.getSubschema=jw;function Aw(t,e,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(r!==void 0){let{errorPath:u,dataPathArr:l,opts:d}=e,m=a.let("data",(0,_t._)`${e.data}${(0,_t.getProperty)(r)}`,!0);c(m),t.errorPath=(0,_t.str)`${u}${(0,_m.getErrorPath)(r,n,d.jsPropertySyntax)}`,t.parentDataProperty=(0,_t._)`${r}`,t.dataPathArr=[...l,t.parentDataProperty]}if(o!==void 0){let u=o instanceof _t.Name?o:a.let("data",o,!0);c(u),i!==void 0&&(t.propertyName=i)}s&&(t.dataTypes=s);function c(u){t.data=u,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,u]}}Vt.extendSubschemaData=Aw;function Mw(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}Vt.extendSubschemaMode=Mw});var xu=S((c1,bm)=>{"use strict";bm.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 $m=S((u1,xm)=>{"use strict";var Ht=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(){};Es(e,n,o,t,"",t)};Ht.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Ht.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Ht.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Ht.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 Es(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 Ht.arrayKeywords)for(var m=0;m<d.length;m++)Es(t,e,r,d[m],o+"/"+l+"/"+m,s,o,l,n,m)}else if(l in Ht.propsKeywords){if(d&&typeof d=="object")for(var f in d)Es(t,e,r,d[f],o+"/"+l+"/"+qw(f),s,o,l,n,f)}else(l in Ht.keywords||t.allKeys&&!(l in Ht.skipKeywords))&&Es(t,e,r,d,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,c,u)}}function qw(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var Xn=S(Ue=>{"use strict";Object.defineProperty(Ue,"__esModule",{value:!0});Ue.getSchemaRefs=Ue.resolveUrl=Ue.normalizeId=Ue._getFullPath=Ue.getFullPath=Ue.inlineRef=void 0;var Dw=X(),Lw=xu(),Uw=$m(),Fw=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function Vw(t,e=!0){return typeof t=="boolean"?!0:e===!0?!$u(t):e?wm(t)<=e:!1}Ue.inlineRef=Vw;var Hw=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function $u(t){for(let e in t){if(Hw.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some($u)||typeof r=="object"&&$u(r))return!0}return!1}function wm(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!Fw.has(r)&&(typeof t[r]=="object"&&(0,Dw.eachItem)(t[r],n=>e+=wm(n)),e===1/0))return 1/0}return e}function km(t,e="",r){r!==!1&&(e=en(e));let n=t.parse(e);return Sm(t,n)}Ue.getFullPath=km;function Sm(t,e){return t.serialize(e).split("#")[0]+"#"}Ue._getFullPath=Sm;var Bw=/#\/?$/;function en(t){return t?t.replace(Bw,""):""}Ue.normalizeId=en;function Jw(t,e,r){return r=en(r),t.resolve(e,r)}Ue.resolveUrl=Jw;var Kw=/^[a-z_][-a-z0-9._]*$/i;function Ww(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=en(t[r]||e),s={"":o},i=km(n,o,!1),a={},c=new Set;return Uw(t,{allKeys:!0},(d,m,f,p)=>{if(p===void 0)return;let h=i+m,y=s[p];typeof d[r]=="string"&&(y=v.call(this,d[r])),x.call(this,d.$anchor),x.call(this,d.$dynamicAnchor),s[m]=y;function v(w){let E=this.opts.uriResolver.resolve;if(w=en(y?E(y,w):w),c.has(w))throw l(w);c.add(w);let Z=this.refs[w];return typeof Z=="string"&&(Z=this.refs[Z]),typeof Z=="object"?u(d,Z.schema,w):w!==en(h)&&(w[0]==="#"?(u(d,a[w],w),a[w]=d):this.refs[w]=h),w}function x(w){if(typeof w=="string"){if(!Kw.test(w))throw new Error(`invalid anchor "${w}"`);v.call(this,`#${w}`)}}}),a;function u(d,m,f){if(m!==void 0&&!Lw(d,m))throw l(f)}function l(d){return new Error(`reference "${d}" resolves to more than one schema`)}}Ue.getSchemaRefs=Ww});var to=S(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.getData=Bt.KeywordCxt=Bt.validateFunctionCode=void 0;var Rm=sm(),zm=Yn(),ku=mu(),Rs=Yn(),Gw=pm(),eo=ym(),wu=vm(),N=V(),q=Et(),Yw=Xn(),Rt=X(),Qn=Gn();function Xw(t){if(Nm(t)&&(Cm(t),Om(t))){t0(t);return}Im(t,()=>(0,Rm.topBoolOrEmptySchema)(t))}Bt.validateFunctionCode=Xw;function Im({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,N._)`${q.default.data}, ${q.default.valCxt}`,n.$async,()=>{t.code((0,N._)`"use strict"; ${Tm(r,o)}`),e0(t,o),t.code(s)}):t.func(e,(0,N._)`${q.default.data}, ${Qw(o)}`,n.$async,()=>t.code(Tm(r,o)).code(s))}function Qw(t){return(0,N._)`{${q.default.instancePath}="", ${q.default.parentData}, ${q.default.parentDataProperty}, ${q.default.rootData}=${q.default.data}${t.dynamicRef?(0,N._)`, ${q.default.dynamicAnchors}={}`:N.nil}}={}`}function e0(t,e){t.if(q.default.valCxt,()=>{t.var(q.default.instancePath,(0,N._)`${q.default.valCxt}.${q.default.instancePath}`),t.var(q.default.parentData,(0,N._)`${q.default.valCxt}.${q.default.parentData}`),t.var(q.default.parentDataProperty,(0,N._)`${q.default.valCxt}.${q.default.parentDataProperty}`),t.var(q.default.rootData,(0,N._)`${q.default.valCxt}.${q.default.rootData}`),e.dynamicRef&&t.var(q.default.dynamicAnchors,(0,N._)`${q.default.valCxt}.${q.default.dynamicAnchors}`)},()=>{t.var(q.default.instancePath,(0,N._)`""`),t.var(q.default.parentData,(0,N._)`undefined`),t.var(q.default.parentDataProperty,(0,N._)`undefined`),t.var(q.default.rootData,q.default.data),e.dynamicRef&&t.var(q.default.dynamicAnchors,(0,N._)`{}`)})}function t0(t){let{schema:e,opts:r,gen:n}=t;Im(t,()=>{r.$comment&&e.$comment&&jm(t),i0(t),n.let(q.default.vErrors,null),n.let(q.default.errors,0),r.unevaluated&&r0(t),Zm(t),u0(t)})}function r0(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 Tm(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 n0(t,e){if(Nm(t)&&(Cm(t),Om(t))){o0(t,e);return}(0,Rm.boolOrEmptySchema)(t,e)}function Om({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 Nm(t){return typeof t.schema!="boolean"}function o0(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&jm(t),a0(t),c0(t);let s=n.const("_errs",q.default.errors);Zm(t,s),n.var(e,(0,N._)`${s} === ${q.default.errors}`)}function Cm(t){(0,Rt.checkUnknownRules)(t),s0(t)}function Zm(t,e){if(t.opts.jtd)return Pm(t,[],!1,e);let r=(0,zm.getSchemaTypes)(t.schema),n=(0,zm.coerceAndCheckDataType)(t,r);Pm(t,r,!n,e)}function s0(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Rt.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function i0(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Rt.checkStrictMode)(t,"default is ignored in the schema root")}function a0(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,Yw.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 jm({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,N._)`${q.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._)`${q.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function u0(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,N._)`${q.default.errors} === 0`,()=>e.return(q.default.data),()=>e.throw((0,N._)`new ${o}(${q.default.vErrors})`)):(e.assign((0,N._)`${n}.errors`,q.default.vErrors),s.unevaluated&&l0(t),e.return((0,N._)`${q.default.errors} === 0`))}function l0({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 Pm(t,e,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=t,{RULES:l}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,Rt.schemaHasRulesButRef)(s,l))){o.block(()=>Mm(t,"$ref",l.all.$ref.definition));return}c.jtd||d0(t,e),o.block(()=>{for(let m of l.rules)d(m);d(l.post)});function d(m){(0,ku.shouldUseGroup)(s,m)&&(m.type?(o.if((0,Rs.checkDataType)(m.type,i,c.strictNumbers)),Em(t,m),e.length===1&&e[0]===m.type&&r&&(o.else(),(0,Rs.reportTypeError)(t)),o.endIf()):Em(t,m),a||o.if((0,N._)`${q.default.errors} === ${n||0}`))}}function Em(t,e){let{gen:r,schema:n,opts:{useDefaults:o}}=t;o&&(0,Gw.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,ku.shouldUseRule)(n,s)&&Mm(t,s.keyword,s.definition,e.type)})}function d0(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(p0(t,e),t.opts.allowUnionTypes||f0(t,e),m0(t,t.dataTypes))}function p0(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{Am(t.dataTypes,r)||Su(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),g0(t,e)}}function f0(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Su(t,"use allowUnionTypes to allow union type keyword")}function m0(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,ku.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>h0(e,i))&&Su(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function h0(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function Am(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function g0(t,e){let r=[];for(let n of t.dataTypes)Am(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function Su(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Rt.checkStrictMode)(t,e,t.opts.strictTypes)}var Is=class{constructor(e,r,n){if((0,eo.validateKeywordUsage)(e,r,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=r.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Rt.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",qm(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,eo.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,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?Qn.reportExtraError:Qn.reportError)(this,this.def.error,r)}$dataError(){(0,Qn.reportError)(this,this.def.$dataError||Qn.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Qn.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,Rs.checkDataTypes)(c,r,s.opts.strictNumbers,Rs.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,wu.getSubschema)(this.it,e);(0,wu.extendSubschemaData)(n,this.it,e),(0,wu.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return n0(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Rt.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Rt.mergeEvaluated.items(o,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(e,N.Name)),!0}};Bt.KeywordCxt=Is;function Mm(t,e,r,n){let o=new Is(t,r,e);"code"in r?r.code(o,n):o.$data&&r.validate?(0,eo.funcKeywordCode)(o,r):"macro"in r?(0,eo.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,eo.funcKeywordCode)(o,r)}var y0=/^\/(?:[^~]|~0|~1)*$/,_0=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function qm(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return q.default.rootData;if(t[0]==="/"){if(!y0.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=q.default.rootData}else{let u=_0.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,N._)`${s}${(0,N.getProperty)((0,Rt.unescapeJsonPointer)(u))}`,i=(0,N._)`${i} && ${s}`);return i;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${e}`}}Bt.getData=qm});var Os=S(Tu=>{"use strict";Object.defineProperty(Tu,"__esModule",{value:!0});var zu=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};Tu.default=zu});var ro=S(Ru=>{"use strict";Object.defineProperty(Ru,"__esModule",{value:!0});var Pu=Xn(),Eu=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Pu.resolveUrl)(e,r,n),this.missingSchema=(0,Pu.normalizeId)((0,Pu.getFullPath)(e,this.missingRef))}};Ru.default=Eu});var Cs=S(rt=>{"use strict";Object.defineProperty(rt,"__esModule",{value:!0});rt.resolveSchema=rt.getCompilingSchema=rt.resolveRef=rt.compileSchema=rt.SchemaEnv=void 0;var ut=V(),v0=Os(),Sr=Et(),lt=Xn(),Dm=X(),b0=to(),tn=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,lt.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};rt.SchemaEnv=tn;function Ou(t){let e=Lm.call(this,t);if(e)return e;let r=(0,lt.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new ut.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:v0.default,code:(0,ut._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:Sr.default.data,parentData:Sr.default.parentData,parentDataProperty:Sr.default.parentDataProperty,dataNames:[Sr.default.data],dataPathArr:[ut.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,ut.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:ut.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,ut._)`""`,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(Sr.default.scope)}return ${d}`,this.opts.code.process&&(l=this.opts.code.process(l,t));let f=new Function(`${Sr.default.self}`,`${Sr.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:p,items:h}=u;f.evaluated={props:p instanceof ut.Name?void 0:p,items:h instanceof ut.Name?void 0:h,dynamicProps:p instanceof ut.Name,dynamicItems:h instanceof ut.Name},f.source&&(f.source.evaluated=(0,ut.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)}}rt.compileSchema=Ou;function x0(t,e,r){var n;r=(0,lt.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=k0.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 tn({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=$0.call(this,s)}rt.resolveRef=x0;function $0(t){return(0,lt.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:Ou.call(this,t)}function Lm(t){for(let e of this._compilations)if(w0(e,t))return e}rt.getCompilingSchema=Lm;function w0(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function k0(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||Ns.call(this,t,e)}function Ns(t,e){let r=this.opts.uriResolver.parse(e),n=(0,lt._getFullPath)(this.opts.uriResolver,r),o=(0,lt.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return Iu.call(this,r,t);let s=(0,lt.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=Ns.call(this,t,i);return typeof a?.schema!="object"?void 0:Iu.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||Ou.call(this,i),s===(0,lt.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,lt.resolveUrl)(this.opts.uriResolver,o,u)),new tn({schema:a,schemaId:c,root:t,baseId:o})}return Iu.call(this,r,i)}}rt.resolveSchema=Ns;var S0=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function Iu(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,Dm.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!S0.has(a)&&u&&(e=(0,lt.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,Dm.schemaHasRulesButRef)(r,this.RULES)){let a=(0,lt.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=Ns.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new tn({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var Um=S((h1,z0)=>{z0.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 Zu=S((g1,Km)=>{"use strict";var T0=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),Vm=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),Nu=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),Hm=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),P0=RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);function Cu(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 E0=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function Fm(t){return t.length=0,!0}function R0(t,e,r){if(t.length){let n=Cu(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function I0(t){let e=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=R0;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=Fm}else{o.push(u);continue}}return o.length&&(a===Fm?r.zone=o.join(""):i?n.push(o.join("")):n.push(Cu(o))),r.address=n.join(""),r}function Bm(t){if(O0(t,":")<2)return{host:t,isIPV6:!1};let e=I0(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 O0(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function N0(t){let e=t,r=[],n=-1,o=0;for(;o=e.length;){if(o===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(o===2){if(e[0]==="."){if(e[1]===".")break;if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&(e[1]==="."||e[1]==="/")){r.push("/");break}}else if(o===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}var C0={"@":"%40","/":"%2F","?":"%3F","#":"%23",":":"%3A"},Z0=/[@/?#:]/g,j0=/[@/?#]/g;function Jm(t,e){let r=e?j0:Z0;return r.lastIndex=0,t.replace(r,n=>C0[n])}function A0(t,e=!1){if(t.indexOf("%")===-1)return t;let r="";for(let n=0;n<t.length;n++){if(t[n]==="%"&&n+2<t.length){let o=t.slice(n+1,n+3);if(Nu(o)){let s=o.toUpperCase(),i=String.fromCharCode(parseInt(s,16));e&&Hm(i)?r+=i:r+="%"+s,n+=2;continue}}r+=t[n]}return r}function M0(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(Nu(n)){let o=n.toUpperCase(),s=String.fromCharCode(parseInt(o,16));s!=="."&&Hm(s)?e+=s:e+="%"+o,r+=2;continue}}P0(t[r])?e+=t[r]:e+=escape(t[r])}return e}function q0(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(Nu(n)){e+="%"+n.toUpperCase(),r+=2;continue}}e+=escape(t[r])}return e}function D0(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!Vm(r)){let n=Bm(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=Jm(r,!1)}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}Km.exports={nonSimpleDomain:E0,recomposeAuthority:D0,reescapeHostDelimiters:Jm,normalizePercentEncoding:A0,normalizePathEncoding:M0,escapePreservingEscapes:q0,removeDotSegments:N0,isIPv4:Vm,isUUID:T0,normalizeIPv6:Bm,stringArrayToHexStripped:Cu}});var Qm=S((y1,Xm)=>{"use strict";var{isUUID:L0}=Zu(),U0=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,F0=["http","https","ws","wss","urn","urn:uuid"];function V0(t){return F0.indexOf(t)!==-1}function ju(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 Wm(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function Gm(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 H0(t){return t.secure=ju(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function B0(t){if((t.port===(ju(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 J0(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(U0);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=Au(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function K0(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=Au(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 W0(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!L0(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function G0(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var Ym={scheme:"http",domainHost:!0,parse:Wm,serialize:Gm},Y0={scheme:"https",domainHost:Ym.domainHost,parse:Wm,serialize:Gm},Zs={scheme:"ws",domainHost:!0,parse:H0,serialize:B0},X0={scheme:"wss",domainHost:Zs.domainHost,parse:Zs.parse,serialize:Zs.serialize},Q0={scheme:"urn",parse:J0,serialize:K0,skipNormalize:!0},ek={scheme:"urn:uuid",parse:W0,serialize:G0,skipNormalize:!0},js={http:Ym,https:Y0,ws:Zs,wss:X0,urn:Q0,"urn:uuid":ek};Object.setPrototypeOf(js,null);function Au(t){return t&&(js[t]||js[t.toLowerCase()])||void 0}Xm.exports={wsIsSecure:ju,SCHEMES:js,isValidSchemeName:V0,getSchemeHandler:Au}});var sh=S((_1,As)=>{"use strict";var{normalizeIPv6:tk,removeDotSegments:no,recomposeAuthority:rk,normalizePercentEncoding:nk,normalizePathEncoding:ok,escapePreservingEscapes:sk,reescapeHostDelimiters:ik,isIPv4:ak,nonSimpleDomain:ck}=Zu(),{SCHEMES:uk,getSchemeHandler:th}=Qm();function lk(t,e){return typeof t=="string"?t=gk(t,e):typeof t=="object"&&(t=rn(zr(t,e),e)),t}function dk(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=rh(rn(t,n),rn(e,n),n,!0);return n.skipEscape=!0,zr(o,n)}function rh(t,e,r,n){let o={};return n||(t=rn(zr(t,r),r),e=rn(zr(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=no(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=no(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=no(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=no(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 pk(t,e,r){let n=eh(t,r),o=eh(e,r);return n!==void 0&&o!==void 0&&n.toLowerCase()===o.toLowerCase()}function zr(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=th(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=nk(r.path):(r.path=sk(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let i=rk(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=no(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 fk=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u,mk=/^(?:[^#/:?]+:)?\/\/([^/?#]*)/;function hk(t,e){if(e[2]!==void 0&&t.path&&t.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof t.port=="number"&&(t.port<0||t.port>65535))return"URI port is malformed."}function nh(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=!1,s=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let i=t.match(mk);i!==null&&i[1].indexOf("\\")!==-1&&(n.error="URI authority must not contain a literal backslash.",o=!0);let a=t.match(fk);if(a){n.scheme=a[1],n.userinfo=a[3],n.host=a[4],n.port=parseInt(a[5],10),n.path=a[6]||"",n.query=a[7],n.fragment=a[8],isNaN(n.port)&&(n.port=a[5]);let c=hk(n,a);if(c!==void 0&&(n.error=n.error||c,o=!0),n.host)if(ak(n.host)===!1){let d=tk(n.host);n.host=d.host.toLowerCase(),s=d.isIPV6}else s=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let u=th(r.scheme||n.scheme);if(!r.unicodeSupport&&(!u||!u.unicodeSupport)&&n.host&&(r.domainHost||u&&u.domainHost)&&s===!1&&ck(n.host))try{n.host=new URL("http://"+n.host).hostname}catch(l){n.error=n.error||"Host's domain name can not be converted to ASCII: "+l}if((!u||u&&!u.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=ik(unescape(n.host),s))),n.path&&(n.path=ok(n.path)),n.fragment))try{n.fragment=encodeURI(decodeURIComponent(n.fragment))}catch{n.error=n.error||"URI malformed"}u&&u.parse&&u.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return{parsed:n,malformedAuthorityOrPort:o}}function rn(t,e){return nh(t,e).parsed}function gk(t,e){return oh(t,e).normalized}function oh(t,e){let{parsed:r,malformedAuthorityOrPort:n}=nh(t,e);return{normalized:n?t:zr(r,e),malformedAuthorityOrPort:n}}function eh(t,e){if(typeof t=="string"){let{normalized:r,malformedAuthorityOrPort:n}=oh(t,e);return n?void 0:r}if(typeof t=="object")return zr(t,e)}var Mu={SCHEMES:uk,normalize:lk,resolve:dk,resolveComponent:rh,equal:pk,serialize:zr,parse:rn};As.exports=Mu;As.exports.default=Mu;As.exports.fastUri=Mu});var ah=S(qu=>{"use strict";Object.defineProperty(qu,"__esModule",{value:!0});var ih=sh();ih.code='require("ajv/dist/runtime/uri").default';qu.default=ih});var hh=S(Se=>{"use strict";Object.defineProperty(Se,"__esModule",{value:!0});Se.CodeGen=Se.Name=Se.nil=Se.stringify=Se.str=Se._=Se.KeywordCxt=void 0;var yk=to();Object.defineProperty(Se,"KeywordCxt",{enumerable:!0,get:function(){return yk.KeywordCxt}});var nn=V();Object.defineProperty(Se,"_",{enumerable:!0,get:function(){return nn._}});Object.defineProperty(Se,"str",{enumerable:!0,get:function(){return nn.str}});Object.defineProperty(Se,"stringify",{enumerable:!0,get:function(){return nn.stringify}});Object.defineProperty(Se,"nil",{enumerable:!0,get:function(){return nn.nil}});Object.defineProperty(Se,"Name",{enumerable:!0,get:function(){return nn.Name}});Object.defineProperty(Se,"CodeGen",{enumerable:!0,get:function(){return nn.CodeGen}});var _k=Os(),ph=ro(),vk=fu(),oo=Cs(),bk=V(),so=Xn(),Ms=Yn(),Lu=X(),ch=Um(),xk=ah(),fh=(t,e)=>new RegExp(t,e);fh.code="new RegExp";var $k=["removeAdditional","useDefaults","coerceTypes"],wk=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),kk={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."},Sk={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},uh=200;function zk(t){var e,r,n,o,s,i,a,c,u,l,d,m,f,p,h,y,v,x,w,E,Z,Ie,Ke,Rr,ci;let fn=t.strict,ui=(e=t.code)===null||e===void 0?void 0:e.optimize,Bl=ui===!0||ui===void 0?1:ui||0,Jl=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:fh,uy=(o=t.uriResolver)!==null&&o!==void 0?o:xk.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:fn)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:fn)!==null&&c!==void 0?c:!0,strictTypes:(l=(u=t.strictTypes)!==null&&u!==void 0?u:fn)!==null&&l!==void 0?l:"log",strictTuples:(m=(d=t.strictTuples)!==null&&d!==void 0?d:fn)!==null&&m!==void 0?m:"log",strictRequired:(p=(f=t.strictRequired)!==null&&f!==void 0?f:fn)!==null&&p!==void 0?p:!1,code:t.code?{...t.code,optimize:Bl,regExp:Jl}:{optimize:Bl,regExp:Jl},loopRequired:(h=t.loopRequired)!==null&&h!==void 0?h:uh,loopEnum:(y=t.loopEnum)!==null&&y!==void 0?y:uh,meta:(v=t.meta)!==null&&v!==void 0?v:!0,messages:(x=t.messages)!==null&&x!==void 0?x:!0,inlineRefs:(w=t.inlineRefs)!==null&&w!==void 0?w:!0,schemaId:(E=t.schemaId)!==null&&E!==void 0?E:"$id",addUsedSchema:(Z=t.addUsedSchema)!==null&&Z!==void 0?Z:!0,validateSchema:(Ie=t.validateSchema)!==null&&Ie!==void 0?Ie:!0,validateFormats:(Ke=t.validateFormats)!==null&&Ke!==void 0?Ke:!0,unicodeRegExp:(Rr=t.unicodeRegExp)!==null&&Rr!==void 0?Rr:!0,int32range:(ci=t.int32range)!==null&&ci!==void 0?ci:!0,uriResolver:uy}}var io=class{constructor(e={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...zk(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new bk.ValueScope({scope:{},prefixes:wk,es5:r,lines:n}),this.logger=Ok(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,vk.getRules)(),lh.call(this,kk,e,"NOT SUPPORTED"),lh.call(this,Sk,e,"DEPRECATED","warn"),this._metaOpts=Rk.call(this),e.formats&&Pk.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&Ek.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),Tk.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 m=this._addSchema(l,d);return m.validate||i.call(this,m)}async function s(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function i(l){try{return this._compileSchemaEnv(l)}catch(d){if(!(d instanceof ph.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,so.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=dh.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new oo.SchemaEnv({schema:{},schemaId:n});if(r=oo.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=dh.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,so.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(Ck.call(this,n,r),!r)return(0,Lu.eachItem)(n,s=>Du.call(this,s)),this;jk.call(this,r);let o={...r,type:(0,Ms.getJSONTypes)(r.type),schemaType:(0,Ms.getJSONTypes)(r.schemaType)};return(0,Lu.eachItem)(n,o.type.length===0?s=>Du.call(this,s,o):s=>o.type.forEach(i=>Du.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]=mh(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,so.normalizeId)(i||n);let u=so.getSchemaRefs.call(this,e,n);return c=new oo.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):oo.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{oo.compileSchema.call(this,e)}finally{this.opts=r}}};io.ValidationError=_k.default;io.MissingRefError=ph.default;Se.default=io;function lh(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 dh(t){return t=(0,so.normalizeId)(t),this.schemas[t]||this.refs[t]}function Tk(){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 Pk(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function Ek(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 Rk(){let t={...this.opts};for(let e of $k)delete t[e];return t}var Ik={log(){},warn(){},error(){}};function Ok(t){if(t===!1)return Ik;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 Nk=/^[a-z_$][a-z0-9_$:-]*$/i;function Ck(t,e){let{RULES:r}=this;if((0,Lu.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!Nk.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 Du(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,Ms.getJSONTypes)(e.type),schemaType:(0,Ms.getJSONTypes)(e.schemaType)}};e.before?Zk.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 Zk(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 jk(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=mh(e)),t.validateSchema=this.compile(e,!0))}var Ak={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function mh(t){return{anyOf:[t,Ak]}}});var gh=S(Uu=>{"use strict";Object.defineProperty(Uu,"__esModule",{value:!0});var Mk={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};Uu.default=Mk});var bh=S(Tr=>{"use strict";Object.defineProperty(Tr,"__esModule",{value:!0});Tr.callRef=Tr.getValidate=void 0;var qk=ro(),yh=tt(),Fe=V(),on=Et(),_h=Cs(),qs=X(),Dk={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=_h.resolveRef.call(c,u,o,r);if(l===void 0)throw new qk.default(n.opts.uriResolver,o,r);if(l instanceof _h.SchemaEnv)return m(l);return f(l);function d(){if(s===u)return Ds(t,i,s,s.$async);let p=e.scopeValue("root",{ref:u});return Ds(t,(0,Fe._)`${p}.validate`,u,u.$async)}function m(p){let h=vh(t,p);Ds(t,h,p,p.$async)}function f(p){let h=e.scopeValue("schema",a.code.source===!0?{ref:p,code:(0,Fe.stringify)(p)}:{ref:p}),y=e.name("valid"),v=t.subschema({schema:p,dataTypes:[],schemaPath:Fe.nil,topSchemaRef:h,errSchemaPath:r},y);t.mergeEvaluated(v),t.ok(y)}}};function vh(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Fe._)`${r.scopeValue("wrapper",{ref:e})}.validate`}Tr.getValidate=vh;function Ds(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?on.default.this:Fe.nil;n?l():d();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let p=o.let("valid");o.try(()=>{o.code((0,Fe._)`await ${(0,yh.callValidateCode)(t,e,u)}`),f(e),i||o.assign(p,!0)},h=>{o.if((0,Fe._)`!(${h} instanceof ${s.ValidationError})`,()=>o.throw(h)),m(h),i||o.assign(p,!1)}),t.ok(p)}function d(){t.result((0,yh.callValidateCode)(t,e,u),()=>f(e),()=>m(e))}function m(p){let h=(0,Fe._)`${p}.errors`;o.assign(on.default.vErrors,(0,Fe._)`${on.default.vErrors} === null ? ${h} : ${on.default.vErrors}.concat(${h})`),o.assign(on.default.errors,(0,Fe._)`${on.default.vErrors}.length`)}function f(p){var h;if(!s.opts.unevaluated)return;let y=(h=r?.validate)===null||h===void 0?void 0:h.evaluated;if(s.props!==!0)if(y&&!y.dynamicProps)y.props!==void 0&&(s.props=qs.mergeEvaluated.props(o,y.props,s.props));else{let v=o.var("props",(0,Fe._)`${p}.evaluated.props`);s.props=qs.mergeEvaluated.props(o,v,s.props,Fe.Name)}if(s.items!==!0)if(y&&!y.dynamicItems)y.items!==void 0&&(s.items=qs.mergeEvaluated.items(o,y.items,s.items));else{let v=o.var("items",(0,Fe._)`${p}.evaluated.items`);s.items=qs.mergeEvaluated.items(o,v,s.items,Fe.Name)}}}Tr.callRef=Ds;Tr.default=Dk});var xh=S(Fu=>{"use strict";Object.defineProperty(Fu,"__esModule",{value:!0});var Lk=gh(),Uk=bh(),Fk=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",Lk.default,Uk.default];Fu.default=Fk});var $h=S(Vu=>{"use strict";Object.defineProperty(Vu,"__esModule",{value:!0});var Ls=V(),Jt=Ls.operators,Us={maximum:{okStr:"<=",ok:Jt.LTE,fail:Jt.GT},minimum:{okStr:">=",ok:Jt.GTE,fail:Jt.LT},exclusiveMaximum:{okStr:"<",ok:Jt.LT,fail:Jt.GTE},exclusiveMinimum:{okStr:">",ok:Jt.GT,fail:Jt.LTE}},Vk={message:({keyword:t,schemaCode:e})=>(0,Ls.str)`must be ${Us[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Ls._)`{comparison: ${Us[t].okStr}, limit: ${e}}`},Hk={keyword:Object.keys(Us),type:"number",schemaType:"number",$data:!0,error:Vk,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,Ls._)`${r} ${Us[e].fail} ${n} || isNaN(${r})`)}};Vu.default=Hk});var wh=S(Hu=>{"use strict";Object.defineProperty(Hu,"__esModule",{value:!0});var ao=V(),Bk={message:({schemaCode:t})=>(0,ao.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,ao._)`{multipleOf: ${t}}`},Jk={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:Bk,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,ao._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,ao._)`${i} !== parseInt(${i})`;t.fail$data((0,ao._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};Hu.default=Jk});var Sh=S(Bu=>{"use strict";Object.defineProperty(Bu,"__esModule",{value:!0});function kh(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}Bu.default=kh;kh.code='require("ajv/dist/runtime/ucs2length").default'});var zh=S(Ju=>{"use strict";Object.defineProperty(Ju,"__esModule",{value:!0});var Pr=V(),Kk=X(),Wk=Sh(),Gk={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,Pr.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,Pr._)`{limit: ${t}}`},Yk={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:Gk,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?Pr.operators.GT:Pr.operators.LT,i=o.opts.unicode===!1?(0,Pr._)`${r}.length`:(0,Pr._)`${(0,Kk.useFunc)(t.gen,Wk.default)}(${r})`;t.fail$data((0,Pr._)`${i} ${s} ${n}`)}};Ju.default=Yk});var Th=S(Ku=>{"use strict";Object.defineProperty(Ku,"__esModule",{value:!0});var Xk=tt(),Qk=X(),sn=V(),eS={message:({schemaCode:t})=>(0,sn.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,sn._)`{pattern: ${t}}`},tS={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:eS,code(t){let{gen:e,data:r,$data:n,schema:o,schemaCode:s,it:i}=t,a=i.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=i.opts.code,u=c.code==="new RegExp"?(0,sn._)`new RegExp`:(0,Qk.useFunc)(e,c),l=e.let("valid");e.try(()=>e.assign(l,(0,sn._)`${u}(${s}, ${a}).test(${r})`),()=>e.assign(l,!1)),t.fail$data((0,sn._)`!${l}`)}else{let c=(0,Xk.usePattern)(t,o);t.fail$data((0,sn._)`!${c}.test(${r})`)}}};Ku.default=tS});var Ph=S(Wu=>{"use strict";Object.defineProperty(Wu,"__esModule",{value:!0});var co=V(),rS={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,co.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,co._)`{limit: ${t}}`},nS={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:rS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?co.operators.GT:co.operators.LT;t.fail$data((0,co._)`Object.keys(${r}).length ${o} ${n}`)}};Wu.default=nS});var Eh=S(Gu=>{"use strict";Object.defineProperty(Gu,"__esModule",{value:!0});var uo=tt(),lo=V(),oS=X(),sS={message:({params:{missingProperty:t}})=>(0,lo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,lo._)`{missingProperty: ${t}}`},iS={keyword:"required",type:"object",schemaType:"array",$data:!0,error:sS,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:p}=t.it;for(let h of r)if(f?.[h]===void 0&&!p.has(h)){let y=i.schemaEnv.baseId+i.errSchemaPath,v=`required property "${h}" is not defined at "${y}" (strictRequired)`;(0,oS.checkStrictMode)(i,v,i.opts.strictRequired)}}function u(){if(c||s)t.block$data(lo.nil,d);else for(let f of r)(0,uo.checkReportMissingProp)(t,f)}function l(){let f=e.let("missing");if(c||s){let p=e.let("valid",!0);t.block$data(p,()=>m(f,p)),t.ok(p)}else e.if((0,uo.checkMissingProp)(t,r,f)),(0,uo.reportMissingProp)(t,f),e.else()}function d(){e.forOf("prop",n,f=>{t.setParams({missingProperty:f}),e.if((0,uo.noPropertyInData)(e,o,f,a.ownProperties),()=>t.error())})}function m(f,p){t.setParams({missingProperty:f}),e.forOf(f,n,()=>{e.assign(p,(0,uo.propertyInData)(e,o,f,a.ownProperties)),e.if((0,lo.not)(p),()=>{t.error(),e.break()})},lo.nil)}}};Gu.default=iS});var Rh=S(Yu=>{"use strict";Object.defineProperty(Yu,"__esModule",{value:!0});var po=V(),aS={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,po.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,po._)`{limit: ${t}}`},cS={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:aS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?po.operators.GT:po.operators.LT;t.fail$data((0,po._)`${r}.length ${o} ${n}`)}};Yu.default=cS});var Fs=S(Xu=>{"use strict";Object.defineProperty(Xu,"__esModule",{value:!0});var Ih=xu();Ih.code='require("ajv/dist/runtime/equal").default';Xu.default=Ih});var Oh=S(el=>{"use strict";Object.defineProperty(el,"__esModule",{value:!0});var Qu=Yn(),ze=V(),uS=X(),lS=Fs(),dS={message:({params:{i:t,j:e}})=>(0,ze.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,ze._)`{i: ${t}, j: ${e}}`},pS={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:dS,code(t){let{gen:e,data:r,$data:n,schema:o,parentSchema:s,schemaCode:i,it:a}=t;if(!n&&!o)return;let c=e.let("valid"),u=s.items?(0,Qu.getSchemaTypes)(s.items):[];t.block$data(c,l,(0,ze._)`${i} === false`),t.ok(c);function l(){let p=e.let("i",(0,ze._)`${r}.length`),h=e.let("j");t.setParams({i:p,j:h}),e.assign(c,!0),e.if((0,ze._)`${p} > 1`,()=>(d()?m:f)(p,h))}function d(){return u.length>0&&!u.some(p=>p==="object"||p==="array")}function m(p,h){let y=e.name("item"),v=(0,Qu.checkDataTypes)(u,y,a.opts.strictNumbers,Qu.DataType.Wrong),x=e.const("indices",(0,ze._)`{}`);e.for((0,ze._)`;${p}--;`,()=>{e.let(y,(0,ze._)`${r}[${p}]`),e.if(v,(0,ze._)`continue`),u.length>1&&e.if((0,ze._)`typeof ${y} == "string"`,(0,ze._)`${y} += "_"`),e.if((0,ze._)`typeof ${x}[${y}] == "number"`,()=>{e.assign(h,(0,ze._)`${x}[${y}]`),t.error(),e.assign(c,!1).break()}).code((0,ze._)`${x}[${y}] = ${p}`)})}function f(p,h){let y=(0,uS.useFunc)(e,lS.default),v=e.name("outer");e.label(v).for((0,ze._)`;${p}--;`,()=>e.for((0,ze._)`${h} = ${p}; ${h}--;`,()=>e.if((0,ze._)`${y}(${r}[${p}], ${r}[${h}])`,()=>{t.error(),e.assign(c,!1).break(v)})))}}};el.default=pS});var Nh=S(rl=>{"use strict";Object.defineProperty(rl,"__esModule",{value:!0});var tl=V(),fS=X(),mS=Fs(),hS={message:"must be equal to constant",params:({schemaCode:t})=>(0,tl._)`{allowedValue: ${t}}`},gS={keyword:"const",$data:!0,error:hS,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,tl._)`!${(0,fS.useFunc)(e,mS.default)}(${r}, ${o})`):t.fail((0,tl._)`${s} !== ${r}`)}};rl.default=gS});var Ch=S(nl=>{"use strict";Object.defineProperty(nl,"__esModule",{value:!0});var fo=V(),yS=X(),_S=Fs(),vS={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,fo._)`{allowedValues: ${t}}`},bS={keyword:"enum",schemaType:"array",$data:!0,error:vS,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,yS.useFunc)(e,_S.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,fo.or)(...o.map((p,h)=>m(f,h)))}t.pass(l);function d(){e.assign(l,!1),e.forOf("v",s,f=>e.if((0,fo._)`${u()}(${r}, ${f})`,()=>e.assign(l,!0).break()))}function m(f,p){let h=o[p];return typeof h=="object"&&h!==null?(0,fo._)`${u()}(${r}, ${f}[${p}])`:(0,fo._)`${r} === ${h}`}}};nl.default=bS});var Zh=S(ol=>{"use strict";Object.defineProperty(ol,"__esModule",{value:!0});var xS=$h(),$S=wh(),wS=zh(),kS=Th(),SS=Ph(),zS=Eh(),TS=Rh(),PS=Oh(),ES=Nh(),RS=Ch(),IS=[xS.default,$S.default,wS.default,kS.default,SS.default,zS.default,TS.default,PS.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},ES.default,RS.default];ol.default=IS});var il=S(mo=>{"use strict";Object.defineProperty(mo,"__esModule",{value:!0});mo.validateAdditionalItems=void 0;var Er=V(),sl=X(),OS={message:({params:{len:t}})=>(0,Er.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Er._)`{limit: ${t}}`},NS={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:OS,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,sl.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}jh(t,n)}};function jh(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,Er._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,Er._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,sl.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,Er._)`${a} <= ${e.length}`);r.if((0,Er.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,l=>{t.subschema({keyword:s,dataProp:l,dataPropType:sl.Type.Num},u),i.allErrors||r.if((0,Er.not)(u),()=>r.break())})}}mo.validateAdditionalItems=jh;mo.default=NS});var al=S(ho=>{"use strict";Object.defineProperty(ho,"__esModule",{value:!0});ho.validateTuple=void 0;var Ah=V(),Vs=X(),CS=tt(),ZS={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return Mh(t,"additionalItems",e);r.items=!0,!(0,Vs.alwaysValidSchema)(r,e)&&t.ok((0,CS.validateArray)(t))}};function Mh(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=Vs.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,Ah._)`${s}.length`);r.forEach((d,m)=>{(0,Vs.alwaysValidSchema)(a,d)||(n.if((0,Ah._)`${u} > ${m}`,()=>t.subschema({keyword:i,schemaProp:m,dataProp:m},c)),t.ok(c))});function l(d){let{opts:m,errSchemaPath:f}=a,p=r.length,h=p===d.minItems&&(p===d.maxItems||d[e]===!1);if(m.strictTuples&&!h){let y=`"${i}" is ${p}-tuple, but minItems or maxItems/${e} are not specified or different at path "${f}"`;(0,Vs.checkStrictMode)(a,y,m.strictTuples)}}}ho.validateTuple=Mh;ho.default=ZS});var qh=S(cl=>{"use strict";Object.defineProperty(cl,"__esModule",{value:!0});var jS=al(),AS={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,jS.validateTuple)(t,"items")};cl.default=AS});var Lh=S(ul=>{"use strict";Object.defineProperty(ul,"__esModule",{value:!0});var Dh=V(),MS=X(),qS=tt(),DS=il(),LS={message:({params:{len:t}})=>(0,Dh.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Dh._)`{limit: ${t}}`},US={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:LS,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,MS.alwaysValidSchema)(n,e)&&(o?(0,DS.validateAdditionalItems)(t,o):t.ok((0,qS.validateArray)(t)))}};ul.default=US});var Uh=S(ll=>{"use strict";Object.defineProperty(ll,"__esModule",{value:!0});var nt=V(),Hs=X(),FS={message:({params:{min:t,max:e}})=>e===void 0?(0,nt.str)`must contain at least ${t} valid item(s)`:(0,nt.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,nt._)`{minContains: ${t}}`:(0,nt._)`{minContains: ${t}, maxContains: ${e}}`},VS={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:FS,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,nt._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,Hs.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,Hs.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,Hs.alwaysValidSchema)(s,r)){let h=(0,nt._)`${l} >= ${i}`;a!==void 0&&(h=(0,nt._)`${h} && ${l} <= ${a}`),t.pass(h);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,nt._)`${o}.length > 0`,m)):(e.let(d,!1),m()),t.result(d,()=>t.reset());function m(){let h=e.name("_valid"),y=e.let("count",0);f(h,()=>e.if(h,()=>p(y)))}function f(h,y){e.forRange("i",0,l,v=>{t.subschema({keyword:"contains",dataProp:v,dataPropType:Hs.Type.Num,compositeRule:!0},h),y()})}function p(h){e.code((0,nt._)`${h}++`),a===void 0?e.if((0,nt._)`${h} >= ${i}`,()=>e.assign(d,!0).break()):(e.if((0,nt._)`${h} > ${a}`,()=>e.assign(d,!1).break()),i===1?e.assign(d,!0):e.if((0,nt._)`${h} >= ${i}`,()=>e.assign(d,!0)))}}};ll.default=VS});var Hh=S(vt=>{"use strict";Object.defineProperty(vt,"__esModule",{value:!0});vt.validateSchemaDeps=vt.validatePropertyDeps=vt.error=void 0;var dl=V(),HS=X(),go=tt();vt.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,dl.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,dl._)`{property: ${t},
1
+ var Py=Object.create;var hi=Object.defineProperty;var Ey=Object.getOwnPropertyDescriptor;var Ry=Object.getOwnPropertyNames;var Iy=Object.getPrototypeOf,Oy=Object.prototype.hasOwnProperty;var S=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),gi=(t,e)=>{for(var r in e)hi(t,r,{get:e[r],enumerable:!0})},Ny=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Ry(e))!Oy.call(t,o)&&o!==r&&hi(t,o,{get:()=>e[o],enumerable:!(n=Ey(e,o))||n.enumerable});return t};var nd=(t,e,r)=>(r=t!=null?Py(Iy(t)):{},Ny(e||!t||!t.__esModule?hi(r,"default",{value:t,enumerable:!0}):r,t));var Bn=S(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 Vn=class{};te._CodeOrName=Vn;te.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var xr=class extends Vn{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=xr;var rt=class extends Vn{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 xr&&(r[n.str]=(r[n.str]||0)+1),r),{})}};te._Code=rt;te.nil=new rt("");function Qf(t,...e){let r=[t[0]],n=0;for(;n<e.length;)Xc(r,e[n]),r.push(t[++n]);return new rt(r)}te._=Qf;var Yc=new rt("+");function em(t,...e){let r=[Hn(t[0])],n=0;for(;n<e.length;)r.push(Yc),Xc(r,e[n]),r.push(Yc,Hn(t[++n]));return N$(r),new rt(r)}te.str=em;function Xc(t,e){e instanceof rt?t.push(...e._items):e instanceof xr?t.push(e):t.push(A$(e))}te.addCodeArg=Xc;function N$(t){let e=1;for(;e<t.length-1;){if(t[e]===Yc){let r=C$(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function C$(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof xr||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 xr))return`"${t}${e.slice(1)}`}function Z$(t,e){return e.emptyStr()?t:t.emptyStr()?e:em`${t}${e}`}te.strConcat=Z$;function A$(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:Hn(Array.isArray(t)?t.join(","):t)}function j$(t){return new rt(Hn(t))}te.stringify=j$;function Hn(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}te.safeStringify=Hn;function M$(t){return typeof t=="string"&&te.IDENTIFIER.test(t)?new rt(`.${t}`):Qf`[${t}]`}te.getProperty=M$;function D$(t){if(typeof t=="string"&&te.IDENTIFIER.test(t))return new rt(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}te.getEsmExportName=D$;function q$(t){return new rt(t.toString())}te.regexpCode=q$});var tu=S(Fe=>{"use strict";Object.defineProperty(Fe,"__esModule",{value:!0});Fe.ValueScope=Fe.ValueScopeName=Fe.Scope=Fe.varKinds=Fe.UsedValueState=void 0;var Le=Bn(),Qc=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},ws;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(ws||(Fe.UsedValueState=ws={}));Fe.varKinds={const:new Le.Name("const"),let:new Le.Name("let"),var:new Le.Name("var")};var ks=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof Le.Name?e:this.name(e)}name(e){return new Le.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}}};Fe.Scope=ks;var Ss=class extends Le.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,Le._)`.${new Le.Name(r)}[${n}]`}};Fe.ValueScopeName=Ss;var L$=(0,Le._)`\n`,eu=class extends ks{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?L$:Le.nil}}get(){return this._scope}name(e){return new Ss(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,Le._)`${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=Le.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,ws.Started);let l=r(u);if(l){let d=this.opts.es5?Fe.varKinds.var:Fe.varKinds.const;s=(0,Le._)`${s}${d} ${u} = ${l};${this.opts._n}`}else if(l=o?.(u))s=(0,Le._)`${s}${l}${this.opts._n}`;else throw new Qc(u);c.set(u,ws.Completed)})}return s}};Fe.ValueScope=eu});var V=S(H=>{"use strict";Object.defineProperty(H,"__esModule",{value:!0});H.or=H.and=H.not=H.CodeGen=H.operators=H.varKinds=H.ValueScopeName=H.ValueScope=H.Scope=H.Name=H.regexpCode=H.stringify=H.getProperty=H.nil=H.strConcat=H.str=H._=void 0;var Y=Bn(),lt=tu(),Ut=Bn();Object.defineProperty(H,"_",{enumerable:!0,get:function(){return Ut._}});Object.defineProperty(H,"str",{enumerable:!0,get:function(){return Ut.str}});Object.defineProperty(H,"strConcat",{enumerable:!0,get:function(){return Ut.strConcat}});Object.defineProperty(H,"nil",{enumerable:!0,get:function(){return Ut.nil}});Object.defineProperty(H,"getProperty",{enumerable:!0,get:function(){return Ut.getProperty}});Object.defineProperty(H,"stringify",{enumerable:!0,get:function(){return Ut.stringify}});Object.defineProperty(H,"regexpCode",{enumerable:!0,get:function(){return Ut.regexpCode}});Object.defineProperty(H,"Name",{enumerable:!0,get:function(){return Ut.Name}});var Es=tu();Object.defineProperty(H,"Scope",{enumerable:!0,get:function(){return Es.Scope}});Object.defineProperty(H,"ValueScope",{enumerable:!0,get:function(){return Es.ValueScope}});Object.defineProperty(H,"ValueScopeName",{enumerable:!0,get:function(){return Es.ValueScopeName}});Object.defineProperty(H,"varKinds",{enumerable:!0,get:function(){return Es.varKinds}});H.operators={GT:new Y._Code(">"),GTE:new Y._Code(">="),LT:new Y._Code("<"),LTE:new Y._Code("<="),EQ:new Y._Code("==="),NEQ:new Y._Code("!=="),NOT:new Y._Code("!"),OR:new Y._Code("||"),AND:new Y._Code("&&"),ADD:new Y._Code("+")};var Et=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},ru=class extends Et{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?lt.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=Xr(this.rhs,e,r)),this}get names(){return this.rhs instanceof Y._CodeOrName?this.rhs.names:{}}},zs=class extends Et{constructor(e,r,n){super(),this.lhs=e,this.rhs=r,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof Y.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=Xr(this.rhs,e,r),this}get names(){let e=this.lhs instanceof Y.Name?{}:{...this.lhs.names};return Ps(e,this.rhs)}},nu=class extends zs{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},ou=class extends Et{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},su=class extends Et{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},iu=class extends Et{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},au=class extends Et{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=Xr(this.code,e,r),this}get names(){return this.code instanceof Y._CodeOrName?this.code.names:{}}},Jn=class extends Et{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,n)=>r+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let n=e[r].optimizeNodes();Array.isArray(n)?e.splice(r,1,...n):n?e[r]=n:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:n}=this,o=n.length;for(;o--;){let s=n[o];s.optimizeNames(e,r)||(F$(e,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>kr(e,r.names),{})}},Rt=class extends Jn{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},cu=class extends Jn{},Yr=class extends Rt{};Yr.kind="else";var $r=class t extends Rt{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new Yr(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(tm(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=Xr(this.condition,e,r),this}get names(){let e=super.names;return Ps(e,this.condition),this.else&&kr(e,this.else.names),e}};$r.kind="if";var wr=class extends Rt{};wr.kind="for";var uu=class extends wr{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=Xr(this.iteration,e,r),this}get names(){return kr(super.names,this.iteration.names)}},lu=class extends wr{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?lt.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=Ps(super.names,this.from);return Ps(e,this.to)}},Ts=class extends wr{constructor(e,r,n,o){super(),this.loop=e,this.varKind=r,this.name=n,this.iterable=o}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=Xr(this.iterable,e,r),this}get names(){return kr(super.names,this.iterable.names)}},Kn=class extends Rt{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)}};Kn.kind="func";var Wn=class extends Jn{render(e){return"return "+super.render(e)}};Wn.kind="return";var du=class extends Rt{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var n,o;return super.optimizeNames(e,r),(n=this.catch)===null||n===void 0||n.optimizeNames(e,r),(o=this.finally)===null||o===void 0||o.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&kr(e,this.catch.names),this.finally&&kr(e,this.finally.names),e}},Gn=class extends Rt{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};Gn.kind="catch";var Yn=class extends Rt{render(e){return"finally"+super.render(e)}};Yn.kind="finally";var pu=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
2
+ `:""},this._extScope=e,this._scope=new lt.Scope({parent:e}),this._nodes=[new cu]}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 ru(e,s,n)),s}const(e,r,n){return this._def(lt.varKinds.const,e,r,n)}let(e,r,n){return this._def(lt.varKinds.let,e,r,n)}var(e,r,n){return this._def(lt.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new zs(e,r,n))}add(e,r){return this._leafNode(new nu(e,H.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==Y.nil&&this._leafNode(new au(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,Y.addCodeArg)(r,o));return r.push("}"),new Y._Code(r)}if(e,r,n){if(this._blockNode(new $r(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 $r(e))}else(){return this._elseNode(new Yr)}endIf(){return this._endBlockNode($r,Yr)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new uu(e),r)}forRange(e,r,n,o,s=this.opts.es5?lt.varKinds.var:lt.varKinds.let){let i=this._scope.toName(e);return this._for(new lu(s,i,r,n),()=>o(i))}forOf(e,r,n,o=lt.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof Y.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,Y._)`${i}.length`,a=>{this.var(s,(0,Y._)`${i}[${a}]`),n(s)})}return this._for(new Ts("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?lt.varKinds.var:lt.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,Y._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new Ts("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(wr)}label(e){return this._leafNode(new ou(e))}break(e){return this._leafNode(new su(e))}return(e){let r=new Wn;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(Wn)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new du;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new Gn(s),r(s)}return n&&(this._currNode=o.finally=new Yn,this.code(n)),this._endBlockNode(Gn,Yn)}throw(e){return this._leafNode(new iu(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=Y.nil,n,o){return this._blockNode(new Kn(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(Kn)}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 $r))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}};H.CodeGen=pu;function kr(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function Ps(t,e){return e instanceof Y._CodeOrName?kr(t,e.names):t}function Xr(t,e,r){if(t instanceof Y.Name)return n(t);if(!o(t))return t;return new Y._Code(t._items.reduce((s,i)=>(i instanceof Y.Name&&(i=n(i)),i instanceof Y._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 Y._Code&&s._items.some(i=>i instanceof Y.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function F$(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function tm(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,Y._)`!${fu(t)}`}H.not=tm;var U$=rm(H.operators.AND);function V$(...t){return t.reduce(U$)}H.and=V$;var H$=rm(H.operators.OR);function B$(...t){return t.reduce(H$)}H.or=B$;function rm(t){return(e,r)=>e===Y.nil?r:r===Y.nil?e:(0,Y._)`${fu(e)} ${t} ${fu(r)}`}function fu(t){return t instanceof Y.Name?t:(0,Y._)`(${t})`}});var X=S(B=>{"use strict";Object.defineProperty(B,"__esModule",{value:!0});B.checkStrictMode=B.getErrorPath=B.Type=B.useFunc=B.setEvaluated=B.evaluatedPropsToName=B.mergeEvaluated=B.eachItem=B.unescapeJsonPointer=B.escapeJsonPointer=B.escapeFragment=B.unescapeFragment=B.schemaRefOrVal=B.schemaHasRulesButRef=B.schemaHasRules=B.checkUnknownRules=B.alwaysValidSchema=B.toHash=void 0;var se=V(),J$=Bn();function K$(t){let e={};for(let r of t)e[r]=!0;return e}B.toHash=K$;function W$(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(sm(t,e),!im(e,t.self.RULES.all))}B.alwaysValidSchema=W$;function sm(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]||um(t,`unknown keyword: "${s}"`)}B.checkUnknownRules=sm;function im(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}B.schemaHasRules=im;function G$(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}B.schemaHasRulesButRef=G$;function Y$({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,se._)`${r}`}return(0,se._)`${t}${e}${(0,se.getProperty)(n)}`}B.schemaRefOrVal=Y$;function X$(t){return am(decodeURIComponent(t))}B.unescapeFragment=X$;function Q$(t){return encodeURIComponent(hu(t))}B.escapeFragment=Q$;function hu(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}B.escapeJsonPointer=hu;function am(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}B.unescapeJsonPointer=am;function ew(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}B.eachItem=ew;function nm({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof se.Name?(s instanceof se.Name?t(o,s,i):e(o,s,i),i):s instanceof se.Name?(e(o,i,s),s):r(s,i);return a===se.Name&&!(c instanceof se.Name)?n(o,c):c}}B.mergeEvaluated={props:nm({mergeNames:(t,e,r)=>t.if((0,se._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,se._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,se._)`${r} || {}`).code((0,se._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,se._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,se._)`${r} || {}`),gu(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:cm}),items:nm({mergeNames:(t,e,r)=>t.if((0,se._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,se._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,se._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,se._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function cm(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,se._)`{}`);return e!==void 0&&gu(t,r,e),r}B.evaluatedPropsToName=cm;function gu(t,e,r){Object.keys(r).forEach(n=>t.assign((0,se._)`${e}${(0,se.getProperty)(n)}`,!0))}B.setEvaluated=gu;var om={};function tw(t,e){return t.scopeValue("func",{ref:e,code:om[e.code]||(om[e.code]=new J$._Code(e.code))})}B.useFunc=tw;var mu;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(mu||(B.Type=mu={}));function rw(t,e,r){if(t instanceof se.Name){let n=e===mu.Num;return r?n?(0,se._)`"[" + ${t} + "]"`:(0,se._)`"['" + ${t} + "']"`:n?(0,se._)`"/" + ${t}`:(0,se._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,se.getProperty)(t).toString():"/"+hu(t)}B.getErrorPath=rw;function um(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}B.checkStrictMode=um});var It=S(yu=>{"use strict";Object.defineProperty(yu,"__esModule",{value:!0});var Pe=V(),nw={data:new Pe.Name("data"),valCxt:new Pe.Name("valCxt"),instancePath:new Pe.Name("instancePath"),parentData:new Pe.Name("parentData"),parentDataProperty:new Pe.Name("parentDataProperty"),rootData:new Pe.Name("rootData"),dynamicAnchors:new Pe.Name("dynamicAnchors"),vErrors:new Pe.Name("vErrors"),errors:new Pe.Name("errors"),this:new Pe.Name("this"),self:new Pe.Name("self"),scope:new Pe.Name("scope"),json:new Pe.Name("json"),jsonPos:new Pe.Name("jsonPos"),jsonLen:new Pe.Name("jsonLen"),jsonPart:new Pe.Name("jsonPart")};yu.default=nw});var Xn=S(Ee=>{"use strict";Object.defineProperty(Ee,"__esModule",{value:!0});Ee.extendErrors=Ee.resetErrorsCount=Ee.reportExtraError=Ee.reportError=Ee.keyword$DataError=Ee.keywordError=void 0;var Q=V(),Rs=X(),Ze=It();Ee.keywordError={message:({keyword:t})=>(0,Q.str)`must pass "${t}" keyword validation`};Ee.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,Q.str)`"${t}" keyword must be ${e} ($data)`:(0,Q.str)`"${t}" keyword is invalid ($data)`};function ow(t,e=Ee.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=pm(t,e,r);n??(i||a)?lm(s,c):dm(o,(0,Q._)`[${c}]`)}Ee.reportError=ow;function sw(t,e=Ee.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=pm(t,e,r);lm(o,a),s||i||dm(n,Ze.default.vErrors)}Ee.reportExtraError=sw;function iw(t,e){t.assign(Ze.default.errors,e),t.if((0,Q._)`${Ze.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,Q._)`${Ze.default.vErrors}.length`,e),()=>t.assign(Ze.default.vErrors,null)))}Ee.resetErrorsCount=iw;function aw({gen:t,keyword:e,schemaValue:r,data:n,errsCount:o,it:s}){if(o===void 0)throw new Error("ajv implementation error");let i=t.name("err");t.forRange("i",o,Ze.default.errors,a=>{t.const(i,(0,Q._)`${Ze.default.vErrors}[${a}]`),t.if((0,Q._)`${i}.instancePath === undefined`,()=>t.assign((0,Q._)`${i}.instancePath`,(0,Q.strConcat)(Ze.default.instancePath,s.errorPath))),t.assign((0,Q._)`${i}.schemaPath`,(0,Q.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,Q._)`${i}.schema`,r),t.assign((0,Q._)`${i}.data`,n))})}Ee.extendErrors=aw;function lm(t,e){let r=t.const("err",e);t.if((0,Q._)`${Ze.default.vErrors} === null`,()=>t.assign(Ze.default.vErrors,(0,Q._)`[${r}]`),(0,Q._)`${Ze.default.vErrors}.push(${r})`),t.code((0,Q._)`${Ze.default.errors}++`)}function dm(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,Q._)`new ${t.ValidationError}(${e})`):(r.assign((0,Q._)`${n}.errors`,e),r.return(!1))}var Sr={keyword:new Q.Name("keyword"),schemaPath:new Q.Name("schemaPath"),params:new Q.Name("params"),propertyName:new Q.Name("propertyName"),message:new Q.Name("message"),schema:new Q.Name("schema"),parentSchema:new Q.Name("parentSchema")};function pm(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,Q._)`{}`:cw(t,e,r)}function cw(t,e,r={}){let{gen:n,it:o}=t,s=[uw(o,r),lw(t,r)];return dw(t,e,s),n.object(...s)}function uw({errorPath:t},{instancePath:e}){let r=e?(0,Q.str)`${t}${(0,Rs.getErrorPath)(e,Rs.Type.Str)}`:t;return[Ze.default.instancePath,(0,Q.strConcat)(Ze.default.instancePath,r)]}function lw({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,Q.str)`${e}/${t}`;return r&&(o=(0,Q.str)`${o}${(0,Rs.getErrorPath)(r,Rs.Type.Str)}`),[Sr.schemaPath,o]}function dw(t,{params:e,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=t,{opts:c,propertyName:u,topSchemaRef:l,schemaPath:d}=a;n.push([Sr.keyword,o],[Sr.params,typeof e=="function"?e(t):e||(0,Q._)`{}`]),c.messages&&n.push([Sr.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([Sr.schema,i],[Sr.parentSchema,(0,Q._)`${l}${d}`],[Ze.default.data,s]),u&&n.push([Sr.propertyName,u])}});var mm=S(Qr=>{"use strict";Object.defineProperty(Qr,"__esModule",{value:!0});Qr.boolOrEmptySchema=Qr.topBoolOrEmptySchema=void 0;var pw=Xn(),fw=V(),mw=It(),hw={message:"boolean schema is false"};function gw(t){let{gen:e,schema:r,validateName:n}=t;r===!1?fm(t,!1):typeof r=="object"&&r.$async===!0?e.return(mw.default.data):(e.assign((0,fw._)`${n}.errors`,null),e.return(!0))}Qr.topBoolOrEmptySchema=gw;function yw(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),fm(t)):r.var(e,!0)}Qr.boolOrEmptySchema=yw;function fm(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,pw.reportError)(o,hw,void 0,e)}});var _u=S(en=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});en.getRules=en.isJSONType=void 0;var _w=["string","number","integer","boolean","null","object","array"],vw=new Set(_w);function bw(t){return typeof t=="string"&&vw.has(t)}en.isJSONType=bw;function xw(){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:{}}}en.getRules=xw});var vu=S(Vt=>{"use strict";Object.defineProperty(Vt,"__esModule",{value:!0});Vt.shouldUseRule=Vt.shouldUseGroup=Vt.schemaHasRulesForType=void 0;function $w({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&hm(t,n)}Vt.schemaHasRulesForType=$w;function hm(t,e){return e.rules.some(r=>gm(t,r))}Vt.shouldUseGroup=hm;function gm(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))}Vt.shouldUseRule=gm});var Qn=S(Re=>{"use strict";Object.defineProperty(Re,"__esModule",{value:!0});Re.reportTypeError=Re.checkDataTypes=Re.checkDataType=Re.coerceAndCheckDataType=Re.getJSONTypes=Re.getSchemaTypes=Re.DataType=void 0;var ww=_u(),kw=vu(),Sw=Xn(),F=V(),ym=X(),tn;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(tn||(Re.DataType=tn={}));function zw(t){let e=_m(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}Re.getSchemaTypes=zw;function _m(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(ww.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Re.getJSONTypes=_m;function Tw(t,e){let{gen:r,data:n,opts:o}=t,s=Pw(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,kw.schemaHasRulesForType)(t,e[0]));if(i){let a=xu(e,n,o.strictNumbers,tn.Wrong);r.if(a,()=>{s.length?Ew(t,e,s):$u(t)})}return i}Re.coerceAndCheckDataType=Tw;var vm=new Set(["string","number","integer","boolean","null"]);function Pw(t,e){return e?t.filter(r=>vm.has(r)||e==="array"&&r==="array"):[]}function Ew(t,e,r){let{gen:n,data:o,opts:s}=t,i=n.let("dataType",(0,F._)`typeof ${o}`),a=n.let("coerced",(0,F._)`undefined`);s.coerceTypes==="array"&&n.if((0,F._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,F._)`${o}[0]`).assign(i,(0,F._)`typeof ${o}`).if(xu(e,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,F._)`${a} !== undefined`);for(let u of r)(vm.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),$u(t),n.endIf(),n.if((0,F._)`${a} !== undefined`,()=>{n.assign(o,a),Rw(t,a)});function c(u){switch(u){case"string":n.elseIf((0,F._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,F._)`"" + ${o}`).elseIf((0,F._)`${o} === null`).assign(a,(0,F._)`""`);return;case"number":n.elseIf((0,F._)`${i} == "boolean" || ${o} === null
3
+ || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,F._)`+${o}`);return;case"integer":n.elseIf((0,F._)`${i} === "boolean" || ${o} === null
4
+ || (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,F._)`+${o}`);return;case"boolean":n.elseIf((0,F._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,F._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,F._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,F._)`${i} === "string" || ${i} === "number"
5
+ || ${i} === "boolean" || ${o} === null`).assign(a,(0,F._)`[${o}]`)}}}function Rw({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,F._)`${e} !== undefined`,()=>t.assign((0,F._)`${e}[${r}]`,n))}function bu(t,e,r,n=tn.Correct){let o=n===tn.Correct?F.operators.EQ:F.operators.NEQ,s;switch(t){case"null":return(0,F._)`${e} ${o} null`;case"array":s=(0,F._)`Array.isArray(${e})`;break;case"object":s=(0,F._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=i((0,F._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=i();break;default:return(0,F._)`typeof ${e} ${o} ${t}`}return n===tn.Correct?s:(0,F.not)(s);function i(a=F.nil){return(0,F.and)((0,F._)`typeof ${e} == "number"`,a,r?(0,F._)`isFinite(${e})`:F.nil)}}Re.checkDataType=bu;function xu(t,e,r,n){if(t.length===1)return bu(t[0],e,r,n);let o,s=(0,ym.toHash)(t);if(s.array&&s.object){let i=(0,F._)`typeof ${e} != "object"`;o=s.null?i:(0,F._)`!${e} || ${i}`,delete s.null,delete s.array,delete s.object}else o=F.nil;s.number&&delete s.integer;for(let i in s)o=(0,F.and)(o,bu(i,e,r,n));return o}Re.checkDataTypes=xu;var Iw={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,F._)`{type: ${t}}`:(0,F._)`{type: ${e}}`};function $u(t){let e=Ow(t);(0,Sw.reportError)(e,Iw)}Re.reportTypeError=$u;function Ow(t){let{gen:e,data:r,schema:n}=t,o=(0,ym.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var xm=S(Is=>{"use strict";Object.defineProperty(Is,"__esModule",{value:!0});Is.assignDefaults=void 0;var rn=V(),Nw=X();function Cw(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)bm(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>bm(t,s,o.default))}Is.assignDefaults=Cw;function bm(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,rn._)`${s}${(0,rn.getProperty)(e)}`;if(o){(0,Nw.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,rn._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,rn._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,rn._)`${a} = ${(0,rn.stringify)(r)}`)}});var nt=S(oe=>{"use strict";Object.defineProperty(oe,"__esModule",{value:!0});oe.validateUnion=oe.validateArray=oe.usePattern=oe.callValidateCode=oe.schemaProperties=oe.allSchemaProperties=oe.noPropertyInData=oe.propertyInData=oe.isOwnProperty=oe.hasPropFunc=oe.reportMissingProp=oe.checkMissingProp=oe.checkReportMissingProp=void 0;var le=V(),wu=X(),Ht=It(),Zw=X();function Aw(t,e){let{gen:r,data:n,it:o}=t;r.if(Su(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,le._)`${e}`},!0),t.error()})}oe.checkReportMissingProp=Aw;function jw({gen:t,data:e,it:{opts:r}},n,o){return(0,le.or)(...n.map(s=>(0,le.and)(Su(t,e,s,r.ownProperties),(0,le._)`${o} = ${s}`)))}oe.checkMissingProp=jw;function Mw(t,e){t.setParams({missingProperty:e},!0),t.error()}oe.reportMissingProp=Mw;function $m(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,le._)`Object.prototype.hasOwnProperty`})}oe.hasPropFunc=$m;function ku(t,e,r){return(0,le._)`${$m(t)}.call(${e}, ${r})`}oe.isOwnProperty=ku;function Dw(t,e,r,n){let o=(0,le._)`${e}${(0,le.getProperty)(r)} !== undefined`;return n?(0,le._)`${o} && ${ku(t,e,r)}`:o}oe.propertyInData=Dw;function Su(t,e,r,n){let o=(0,le._)`${e}${(0,le.getProperty)(r)} === undefined`;return n?(0,le.or)(o,(0,le.not)(ku(t,e,r))):o}oe.noPropertyInData=Su;function wm(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}oe.allSchemaProperties=wm;function qw(t,e){return wm(e).filter(r=>!(0,wu.alwaysValidSchema)(t,e[r]))}oe.schemaProperties=qw;function Lw({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let l=u?(0,le._)`${t}, ${e}, ${n}${o}`:e,d=[[Ht.default.instancePath,(0,le.strConcat)(Ht.default.instancePath,s)],[Ht.default.parentData,i.parentData],[Ht.default.parentDataProperty,i.parentDataProperty],[Ht.default.rootData,Ht.default.rootData]];i.opts.dynamicRef&&d.push([Ht.default.dynamicAnchors,Ht.default.dynamicAnchors]);let h=(0,le._)`${l}, ${r.object(...d)}`;return c!==le.nil?(0,le._)`${a}.call(${c}, ${h})`:(0,le._)`${a}(${h})`}oe.callValidateCode=Lw;var Fw=(0,le._)`new RegExp`;function Uw({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,le._)`${o.code==="new RegExp"?Fw:(0,Zw.useFunc)(t,o)}(${r}, ${n})`})}oe.usePattern=Uw;function Vw(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,le._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:wu.Type.Num},s),e.if((0,le.not)(s),a)})}}oe.validateArray=Vw;function Hw(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,wu.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,le._)`${i} || ${a}`),t.mergeValidEvaluated(l,a)||e.if((0,le.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}oe.validateUnion=Hw});var zm=S(vt=>{"use strict";Object.defineProperty(vt,"__esModule",{value:!0});vt.validateKeywordUsage=vt.validSchemaType=vt.funcKeywordCode=vt.macroKeywordCode=void 0;var Ae=V(),zr=It(),Bw=nt(),Jw=Xn();function Kw(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=Sm(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:Ae.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}vt.macroKeywordCode=Kw;function Ww(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;Yw(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,l=Sm(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)m(),e.modifying&&km(t),g(()=>t.error());else{let b=e.async?f():p();e.modifying&&km(t),g(()=>Gw(t,b))}}function f(){let b=n.let("ruleErrs",null);return n.try(()=>m((0,Ae._)`await `),v=>n.assign(d,!1).if((0,Ae._)`${v} instanceof ${c.ValidationError}`,()=>n.assign(b,(0,Ae._)`${v}.errors`),()=>n.throw(v))),b}function p(){let b=(0,Ae._)`${l}.errors`;return n.assign(b,null),m(Ae.nil),b}function m(b=e.async?(0,Ae._)`await `:Ae.nil){let v=c.opts.passContext?zr.default.this:zr.default.self,w=!("compile"in e&&!a||e.schema===!1);n.assign(d,(0,Ae._)`${b}${(0,Bw.callValidateCode)(t,l,v,w)}`,e.modifying)}function g(b){var v;n.if((0,Ae.not)((v=e.valid)!==null&&v!==void 0?v:d),b)}}vt.funcKeywordCode=Ww;function km(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Ae._)`${n.parentData}[${n.parentDataProperty}]`))}function Gw(t,e){let{gen:r}=t;r.if((0,Ae._)`Array.isArray(${e})`,()=>{r.assign(zr.default.vErrors,(0,Ae._)`${zr.default.vErrors} === null ? ${e} : ${zr.default.vErrors}.concat(${e})`).assign(zr.default.errors,(0,Ae._)`${zr.default.vErrors}.length`),(0,Jw.extendErrors)(t)},()=>t.error())}function Yw({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function Sm(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,Ae.stringify)(r)})}function Xw(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")}vt.validSchemaType=Xw;function Qw({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)}}vt.validateKeywordUsage=Qw});var Pm=S(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.extendSubschemaMode=Bt.extendSubschemaData=Bt.getSubschema=void 0;var bt=V(),Tm=X();function e0(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,bt._)`${t.schemaPath}${(0,bt.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,bt._)`${t.schemaPath}${(0,bt.getProperty)(e)}${(0,bt.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,Tm.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')}Bt.getSubschema=e0;function t0(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,bt._)`${e.data}${(0,bt.getProperty)(r)}`,!0);c(h),t.errorPath=(0,bt.str)`${u}${(0,Tm.getErrorPath)(r,n,d.jsPropertySyntax)}`,t.parentDataProperty=(0,bt._)`${r}`,t.dataPathArr=[...l,t.parentDataProperty]}if(o!==void 0){let u=o instanceof bt.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]}}Bt.extendSubschemaData=t0;function r0(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}Bt.extendSubschemaMode=r0});var zu=S((O1,Em)=>{"use strict";Em.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 Im=S((N1,Rm)=>{"use strict";var Jt=Rm.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(){};Os(e,n,o,t,"",t)};Jt.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Jt.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Jt.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Jt.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 Os(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 Jt.arrayKeywords)for(var h=0;h<d.length;h++)Os(t,e,r,d[h],o+"/"+l+"/"+h,s,o,l,n,h)}else if(l in Jt.propsKeywords){if(d&&typeof d=="object")for(var f in d)Os(t,e,r,d[f],o+"/"+l+"/"+n0(f),s,o,l,n,f)}else(l in Jt.keywords||t.allKeys&&!(l in Jt.skipKeywords))&&Os(t,e,r,d,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,c,u)}}function n0(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var eo=S(Ue=>{"use strict";Object.defineProperty(Ue,"__esModule",{value:!0});Ue.getSchemaRefs=Ue.resolveUrl=Ue.normalizeId=Ue._getFullPath=Ue.getFullPath=Ue.inlineRef=void 0;var o0=X(),s0=zu(),i0=Im(),a0=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function c0(t,e=!0){return typeof t=="boolean"?!0:e===!0?!Tu(t):e?Om(t)<=e:!1}Ue.inlineRef=c0;var u0=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Tu(t){for(let e in t){if(u0.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(Tu)||typeof r=="object"&&Tu(r))return!0}return!1}function Om(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!a0.has(r)&&(typeof t[r]=="object"&&(0,o0.eachItem)(t[r],n=>e+=Om(n)),e===1/0))return 1/0}return e}function Nm(t,e="",r){r!==!1&&(e=nn(e));let n=t.parse(e);return Cm(t,n)}Ue.getFullPath=Nm;function Cm(t,e){return t.serialize(e).split("#")[0]+"#"}Ue._getFullPath=Cm;var l0=/#\/?$/;function nn(t){return t?t.replace(l0,""):""}Ue.normalizeId=nn;function d0(t,e,r){return r=nn(r),t.resolve(e,r)}Ue.resolveUrl=d0;var p0=/^[a-z_][-a-z0-9._]*$/i;function f0(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=nn(t[r]||e),s={"":o},i=Nm(n,o,!1),a={},c=new Set;return i0(t,{allKeys:!0},(d,h,f,p)=>{if(p===void 0)return;let m=i+h,g=s[p];typeof d[r]=="string"&&(g=b.call(this,d[r])),v.call(this,d.$anchor),v.call(this,d.$dynamicAnchor),s[h]=g;function b(w){let E=this.opts.uriResolver.resolve;if(w=nn(g?E(g,w):w),c.has(w))throw l(w);c.add(w);let Z=this.refs[w];return typeof Z=="string"&&(Z=this.refs[Z]),typeof Z=="object"?u(d,Z.schema,w):w!==nn(m)&&(w[0]==="#"?(u(d,a[w],w),a[w]=d):this.refs[w]=m),w}function v(w){if(typeof w=="string"){if(!p0.test(w))throw new Error(`invalid anchor "${w}"`);b.call(this,`#${w}`)}}}),a;function u(d,h,f){if(h!==void 0&&!s0(d,h))throw l(f)}function l(d){return new Error(`reference "${d}" resolves to more than one schema`)}}Ue.getSchemaRefs=f0});var no=S(Kt=>{"use strict";Object.defineProperty(Kt,"__esModule",{value:!0});Kt.getData=Kt.KeywordCxt=Kt.validateFunctionCode=void 0;var Dm=mm(),Zm=Qn(),Eu=vu(),Ns=Qn(),m0=xm(),ro=zm(),Pu=Pm(),N=V(),D=It(),h0=eo(),Ot=X(),to=Xn();function g0(t){if(Fm(t)&&(Um(t),Lm(t))){v0(t);return}qm(t,()=>(0,Dm.topBoolOrEmptySchema)(t))}Kt.validateFunctionCode=g0;function qm({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,N._)`${D.default.data}, ${D.default.valCxt}`,n.$async,()=>{t.code((0,N._)`"use strict"; ${Am(r,o)}`),_0(t,o),t.code(s)}):t.func(e,(0,N._)`${D.default.data}, ${y0(o)}`,n.$async,()=>t.code(Am(r,o)).code(s))}function y0(t){return(0,N._)`{${D.default.instancePath}="", ${D.default.parentData}, ${D.default.parentDataProperty}, ${D.default.rootData}=${D.default.data}${t.dynamicRef?(0,N._)`, ${D.default.dynamicAnchors}={}`:N.nil}}={}`}function _0(t,e){t.if(D.default.valCxt,()=>{t.var(D.default.instancePath,(0,N._)`${D.default.valCxt}.${D.default.instancePath}`),t.var(D.default.parentData,(0,N._)`${D.default.valCxt}.${D.default.parentData}`),t.var(D.default.parentDataProperty,(0,N._)`${D.default.valCxt}.${D.default.parentDataProperty}`),t.var(D.default.rootData,(0,N._)`${D.default.valCxt}.${D.default.rootData}`),e.dynamicRef&&t.var(D.default.dynamicAnchors,(0,N._)`${D.default.valCxt}.${D.default.dynamicAnchors}`)},()=>{t.var(D.default.instancePath,(0,N._)`""`),t.var(D.default.parentData,(0,N._)`undefined`),t.var(D.default.parentDataProperty,(0,N._)`undefined`),t.var(D.default.rootData,D.default.data),e.dynamicRef&&t.var(D.default.dynamicAnchors,(0,N._)`{}`)})}function v0(t){let{schema:e,opts:r,gen:n}=t;qm(t,()=>{r.$comment&&e.$comment&&Hm(t),k0(t),n.let(D.default.vErrors,null),n.let(D.default.errors,0),r.unevaluated&&b0(t),Vm(t),T0(t)})}function b0(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 Am(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 x0(t,e){if(Fm(t)&&(Um(t),Lm(t))){$0(t,e);return}(0,Dm.boolOrEmptySchema)(t,e)}function Lm({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 Fm(t){return typeof t.schema!="boolean"}function $0(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&Hm(t),S0(t),z0(t);let s=n.const("_errs",D.default.errors);Vm(t,s),n.var(e,(0,N._)`${s} === ${D.default.errors}`)}function Um(t){(0,Ot.checkUnknownRules)(t),w0(t)}function Vm(t,e){if(t.opts.jtd)return jm(t,[],!1,e);let r=(0,Zm.getSchemaTypes)(t.schema),n=(0,Zm.coerceAndCheckDataType)(t,r);jm(t,r,!n,e)}function w0(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Ot.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function k0(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Ot.checkStrictMode)(t,"default is ignored in the schema root")}function S0(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,h0.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function z0(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function Hm({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,N._)`${D.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._)`${D.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function T0(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,N._)`${D.default.errors} === 0`,()=>e.return(D.default.data),()=>e.throw((0,N._)`new ${o}(${D.default.vErrors})`)):(e.assign((0,N._)`${n}.errors`,D.default.vErrors),s.unevaluated&&P0(t),e.return((0,N._)`${D.default.errors} === 0`))}function P0({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 jm(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,Ot.schemaHasRulesButRef)(s,l))){o.block(()=>Jm(t,"$ref",l.all.$ref.definition));return}c.jtd||E0(t,e),o.block(()=>{for(let h of l.rules)d(h);d(l.post)});function d(h){(0,Eu.shouldUseGroup)(s,h)&&(h.type?(o.if((0,Ns.checkDataType)(h.type,i,c.strictNumbers)),Mm(t,h),e.length===1&&e[0]===h.type&&r&&(o.else(),(0,Ns.reportTypeError)(t)),o.endIf()):Mm(t,h),a||o.if((0,N._)`${D.default.errors} === ${n||0}`))}}function Mm(t,e){let{gen:r,schema:n,opts:{useDefaults:o}}=t;o&&(0,m0.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,Eu.shouldUseRule)(n,s)&&Jm(t,s.keyword,s.definition,e.type)})}function E0(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(R0(t,e),t.opts.allowUnionTypes||I0(t,e),O0(t,t.dataTypes))}function R0(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{Bm(t.dataTypes,r)||Ru(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),C0(t,e)}}function I0(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Ru(t,"use allowUnionTypes to allow union type keyword")}function O0(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,Eu.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>N0(e,i))&&Ru(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function N0(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function Bm(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function C0(t,e){let r=[];for(let n of t.dataTypes)Bm(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function Ru(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Ot.checkStrictMode)(t,e,t.opts.strictTypes)}var Cs=class{constructor(e,r,n){if((0,ro.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,Ot.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",Km(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,ro.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",D.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?to.reportExtraError:to.reportError)(this,this.def.error,r)}$dataError(){(0,to.reportError)(this,this.def.$dataError||to.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,to.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,Ns.checkDataTypes)(c,r,s.opts.strictNumbers,Ns.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,Pu.getSubschema)(this.it,e);(0,Pu.extendSubschemaData)(n,this.it,e),(0,Pu.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return x0(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Ot.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Ot.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}};Kt.KeywordCxt=Cs;function Jm(t,e,r,n){let o=new Cs(t,r,e);"code"in r?r.code(o,n):o.$data&&r.validate?(0,ro.funcKeywordCode)(o,r):"macro"in r?(0,ro.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,ro.funcKeywordCode)(o,r)}var Z0=/^\/(?:[^~]|~0|~1)*$/,A0=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Km(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return D.default.rootData;if(t[0]==="/"){if(!Z0.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=D.default.rootData}else{let u=A0.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,N._)`${s}${(0,N.getProperty)((0,Ot.unescapeJsonPointer)(u))}`,i=(0,N._)`${i} && ${s}`);return i;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${e}`}}Kt.getData=Km});var Zs=S(Ou=>{"use strict";Object.defineProperty(Ou,"__esModule",{value:!0});var Iu=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};Ou.default=Iu});var oo=S(Zu=>{"use strict";Object.defineProperty(Zu,"__esModule",{value:!0});var Nu=eo(),Cu=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Nu.resolveUrl)(e,r,n),this.missingSchema=(0,Nu.normalizeId)((0,Nu.getFullPath)(e,this.missingRef))}};Zu.default=Cu});var js=S(ot=>{"use strict";Object.defineProperty(ot,"__esModule",{value:!0});ot.resolveSchema=ot.getCompilingSchema=ot.resolveRef=ot.compileSchema=ot.SchemaEnv=void 0;var dt=V(),j0=Zs(),Tr=It(),pt=eo(),Wm=X(),M0=no(),on=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,pt.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};ot.SchemaEnv=on;function ju(t){let e=Gm.call(this,t);if(e)return e;let r=(0,pt.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new dt.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:j0.default,code:(0,dt._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:Tr.default.data,parentData:Tr.default.parentData,parentDataProperty:Tr.default.parentDataProperty,dataNames:[Tr.default.data],dataPathArr:[dt.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,dt.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:dt.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,dt._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(t),(0,M0.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let d=i.toString();l=`${i.scopeRefs(Tr.default.scope)}return ${d}`,this.opts.code.process&&(l=this.opts.code.process(l,t));let f=new Function(`${Tr.default.self}`,`${Tr.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:p,items:m}=u;f.evaluated={props:p instanceof dt.Name?void 0:p,items:m instanceof dt.Name?void 0:m,dynamicProps:p instanceof dt.Name,dynamicItems:m instanceof dt.Name},f.source&&(f.source.evaluated=(0,dt.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)}}ot.compileSchema=ju;function D0(t,e,r){var n;r=(0,pt.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=F0.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 on({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=q0.call(this,s)}ot.resolveRef=D0;function q0(t){return(0,pt.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:ju.call(this,t)}function Gm(t){for(let e of this._compilations)if(L0(e,t))return e}ot.getCompilingSchema=Gm;function L0(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function F0(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||As.call(this,t,e)}function As(t,e){let r=this.opts.uriResolver.parse(e),n=(0,pt._getFullPath)(this.opts.uriResolver,r),o=(0,pt.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return Au.call(this,r,t);let s=(0,pt.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=As.call(this,t,i);return typeof a?.schema!="object"?void 0:Au.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||ju.call(this,i),s===(0,pt.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,pt.resolveUrl)(this.opts.uriResolver,o,u)),new on({schema:a,schemaId:c,root:t,baseId:o})}return Au.call(this,r,i)}}ot.resolveSchema=As;var U0=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function Au(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,Wm.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!U0.has(a)&&u&&(e=(0,pt.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,Wm.schemaHasRulesButRef)(r,this.RULES)){let a=(0,pt.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=As.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new on({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var Ym=S((D1,V0)=>{V0.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 Uu=S((q1,oh)=>{"use strict";var H0=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),Du=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),Pr=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),qu=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),Qm=RegExp.prototype.test.bind(/^[A-Za-z0-9\-._~!$&'()*+,;=:@/]$/u),Lu=RegExp.prototype.test.bind(/^[A-Za-z0-9\-._~!$&'()*+,;=:@/?]$/u),B0=RegExp.prototype.test.bind(/^[A-Za-z0-9\-._~!$&'()*+,;=:]$/u),Ve=new Array(256);{let t="0123456789ABCDEF";for(let e=0;e<256;e++)Ve[e]="%"+t[e>>4]+t[e&15]}function Ie(t){return t<2048?Ve[192|t>>6]+Ve[128|t&63]:t<65536?Ve[224|t>>12]+Ve[128|t>>6&63]+Ve[128|t&63]:Ve[240|t>>18]+Ve[128|t>>12&63]+Ve[128|t>>6&63]+Ve[128|t&63]}function J0(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 K0=RegExp.prototype.test.bind(/^[\dA-Fa-f]{1,4}$/),W0=RegExp.prototype.test.bind(/^[vV][\dA-Fa-f]+\.[A-Za-z\d\-._~!$&'()*+,;=:]+$/),G0=RegExp.prototype.test.bind(/^[A-Za-z\d\-._~]$/),Y0=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function X0(t){if(t.length===0)return!1;for(let e=0;e<t.length;e++)if(!G0(t[e])){if(t[e]==="%"&&e+2<t.length&&Pr(t.slice(e+1,e+3))){e+=2;continue}return!1}return!0}function Xm(t){let e=-1,r=0,n=-1,o=0;for(let a=0;a<t.length;a++)t[a]==="0"?(n===-1&&(n=a),o++,o>r&&(r=o,e=n)):(n=-1,o=0);if(r<2)return t.join(":");let s=t.slice(0,e).join(":"),i=t.slice(e+r).join(":");return s+"::"+i}function Q0(t){let e=t.indexOf("::");if(e!==-1&&t.indexOf("::",e+1)!==-1)return;let r=e===-1?t.split(":"):t.slice(0,e).split(":"),n=e===-1?[]:t.slice(e+2).split(":");e!==-1&&(r.length===1&&r[0]===""&&(r.length=0),n.length===1&&n[0]===""&&(n.length=0));let o=r.concat(n),s=0;for(let a=0;a<o.length;a++){let c=o[a];if(c==="")return;if(c.indexOf(".")!==-1){if(a!==o.length-1||e!==-1&&n.length===0||!Du(c))return;s+=2;continue}if(!K0(c))return;o[a]=parseInt(c,16).toString(16),s++}if(e===-1)return s!==8?void 0:Xm(o);if(s>=8)return;let i=o.slice(0,r.length);for(let a=s;a<8;a++)i.push("0");for(let a=r.length;a<o.length;a++)i.push(o[a]);return Xm(i)}function Mu(t){let e=t[0]==="["&&t[t.length-1]==="]";if((t[0]==="["||t[t.length-1]==="]")&&!e)return{host:t,isIPV6:!1,error:!0};let n=e?t.slice(1,-1):t;if(e&&W0(n))return n=n.toLowerCase(),{host:`[${n}]`,escapedHost:n,isIPV6:!1,isIPVFuture:!0};if(ek(n,":")<2)return{host:t,isIPV6:!1,error:e};let o="",s=n.indexOf("%");if(s!==-1){let a=n.slice(s,s+3).toLowerCase()==="%25"?3:1;if(o=n.slice(s+a),!X0(o))return{host:t,isIPV6:!1,error:!0};n=n.slice(0,s)}let i=Q0(n);return i===void 0?{host:t,isIPV6:!1,error:!0}:{host:i+(o?"%"+o:""),escapedHost:i+(o?"%25"+o:""),isIPV6:!0}}function ek(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function tk(t){let e=t,r=[],n=-1,o=0;for(;o=e.length;){if(o===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(o===2){if(e[0]==="."){if(e[1]===".")break;if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&(e[1]==="."||e[1]==="/")){r.push("/");break}}else if(o===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}var rk={"@":"%40","/":"%2F","?":"%3F","#":"%23",":":"%3A"},nk=/[@/?#:]/g,ok=/[@/?#]/g;function eh(t,e){let r=e?ok:nk;return r.lastIndex=0,t.replace(r,n=>rk[n])}function th(t,e=!1){if(t.indexOf("%")===-1)return t;let r="";for(let n=0;n<t.length;n++){if(t[n]==="%"&&n+2<t.length){let o=t.slice(n+1,n+3);if(Pr(o)){let s=o.toUpperCase(),i=String.fromCharCode(parseInt(s,16));e&&qu(i)?r+=i:r+="%"+s,n+=2;continue}}r+=t[n]}return r}function sk(t){let e="";for(let r=0;r<t.length;r++){let n=t[r];if(n==="%"&&r+2<t.length){let o=t.slice(r+1,r+3);if(Pr(o)){let s=o.toUpperCase(),i=String.fromCharCode(parseInt(s,16));i!=="."&&qu(i)?e+=i:e+="%"+s,r+=2;continue}}if(Qm(n))e+=n;else{let o=t.charCodeAt(r);if(o<128)e+=nh(o)?n:Ve[o];else if(o<55296||o>57343)e+=Ie(o);else if(o<=56319&&r+1<t.length){let s=t.charCodeAt(r+1);s>=56320&&s<=57343?(e+=Ie(65536+(o-55296<<10)+(s-56320)),r++):e+=Ie(65533)}else e+=Ie(65533)}}return e}function ik(t,e=!1){let r="",n=e&&t[0]!=="/";for(let o=0;o<t.length;o++){let s=t[o];if(s==="%"&&o+2<t.length){let i=t.slice(o+1,o+3);if(Pr(i)){r+="%"+i.toUpperCase(),o+=2;continue}}if(s==="/"&&(n=!1),Qm(s)&&(s!==":"||!n))r+=s;else{let i=t.charCodeAt(o);if(i<128)r+=Ve[i];else if(i<55296||i>57343)r+=Ie(i);else if(i<=56319&&o+1<t.length){let a=t.charCodeAt(o+1);a>=56320&&a<=57343?(r+=Ie(65536+(i-55296<<10)+(a-56320)),o++):r+=Ie(65533)}else r+=Ie(65533)}}return r}function Fu(t,e){let r="";for(let n=0;n<t.length;n++){let o=t[n];if(o==="%"&&n+2<t.length){let s=t.slice(n+1,n+3);if(Pr(s)){r+="%"+s.toUpperCase(),n+=2;continue}}if(e(o))r+=o;else{let s=t.charCodeAt(n);if(s<128)r+=Ve[s];else if(s<55296||s>57343)r+=Ie(s);else if(s<=56319&&n+1<t.length){let i=t.charCodeAt(n+1);i>=56320&&i<=57343?(r+=Ie(65536+(s-55296<<10)+(i-56320)),n++):r+=Ie(65533)}else r+=Ie(65533)}}return r}function rh(t){return Fu(t,B0)}function ak(t){return Fu(t,Lu)}function ck(t){return Fu(t,Lu)}function nh(t){return t>=48&&t<=57||t>=65&&t<=90||t>=97&&t<=122||t===42||t===43||t===45||t===46||t===47||t===64||t===95}function uk(t){let e="";for(let r=0;r<t.length;r++){let n=t[r];if(n==="%"&&r+2<t.length){let o=t.slice(r+1,r+3);if(Pr(o)){let s=o.toUpperCase(),i=String.fromCharCode(parseInt(s,16));qu(i)?e+=i:e+="%"+s,r+=2;continue}}if(Lu(n))e+=n;else{let o=t.charCodeAt(r);if(o<128)e+=nh(o)?n:Ve[o];else if(o<55296||o>57343)e+=Ie(o);else if(o<=56319&&r+1<t.length){let s=t.charCodeAt(r+1);s>=56320&&s<=57343?(e+=Ie(65536+(o-55296<<10)+(s-56320)),r++):e+=Ie(65533)}else e+=Ie(65533)}}return e}function lk(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(Pr(n)){e+="%"+n.toUpperCase(),r+=2;continue}}e+=escape(t[r])}return e}function dk(t){let e=[];if(t.userinfo!==void 0&&(e.push(rh(t.userinfo)),e.push("@")),t.host!==void 0){let r=t.host;if(!Du(r)){let n=Mu(r);n.isIPV6!==!0&&n.isIPVFuture!==!0&&(r=th(r,!0),n=Mu(r)),n.isIPV6===!0||n.isIPVFuture===!0?r=`[${n.escapedHost}]`:r=eh(r,!1)}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}oh.exports={nonSimpleDomain:Y0,recomposeAuthority:dk,reescapeHostDelimiters:eh,normalizePercentEncoding:th,normalizePathEncoding:sk,serializePathEncoding:ik,normalizeQueryFragmentEncoding:uk,encodeUserinfo:rh,encodeQuery:ak,encodeFragment:ck,escapePreservingEscapes:lk,removeDotSegments:tk,isIPv4:Du,isUUID:H0,normalizeIPv6:Mu,stringArrayToHexStripped:J0}});var uh=S((L1,ch)=>{"use strict";var{isUUID:pk}=Uu(),fk=/^([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-./:;=@]|%[\da-f]{2})+)$/iu,mk=["http","https","ws","wss","urn","urn:uuid"];function hk(t){return mk.indexOf(t)!==-1}function Vu(t){return t.secure===!0?!0:t.secure===!1?!1:t.scheme?t.scheme.length===3&&(t.scheme[0]==="w"||t.scheme[0]==="W")&&(t.scheme[1]==="s"||t.scheme[1]==="S")&&(t.scheme[2]==="s"||t.scheme[2]==="S"):!1}function sh(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function ih(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 gk(t){return t.secure=Vu(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function yk(t){if((t.port===(Vu(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let e=t.resourceName.indexOf("?"),r=e===-1?t.resourceName:t.resourceName.slice(0,e);t.path=r&&r!=="/"?r:void 0,t.query=e===-1?void 0:t.resourceName.slice(e+1),t.resourceName=void 0}return t.fragment=void 0,t}function _k(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(fk);if(r&&r[0]===t.path){let n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];let o=`${n}:${e.nid||t.nid}`,s=Hu(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function vk(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=Hu(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 bk(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 xk(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var ah={scheme:"http",domainHost:!0,parse:sh,serialize:ih},$k={scheme:"https",domainHost:ah.domainHost,parse:sh,serialize:ih},Ms={scheme:"ws",domainHost:!0,parse:gk,serialize:yk},wk={scheme:"wss",domainHost:Ms.domainHost,parse:Ms.parse,serialize:Ms.serialize},kk={scheme:"urn",parse:_k,serialize:vk,skipNormalize:!0},Sk={scheme:"urn:uuid",parse:bk,serialize:xk,skipNormalize:!0},Ds={http:ah,https:$k,ws:Ms,wss:wk,urn:kk,"urn:uuid":Sk};Object.setPrototypeOf(Ds,null);function Hu(t){return t&&(Ds[t]||Ds[t.toLowerCase()])||void 0}ch.exports={wsIsSecure:Vu,SCHEMES:Ds,isValidSchemeName:hk,getSchemeHandler:Hu}});var wh=S((F1,Fs)=>{"use strict";var{normalizeIPv6:mh,removeDotSegments:io,recomposeAuthority:zk,normalizePercentEncoding:hh,normalizePathEncoding:Tk,serializePathEncoding:lh,normalizeQueryFragmentEncoding:dh,encodeQuery:Pk,encodeFragment:Ek,reescapeHostDelimiters:Rk,isIPv4:gh,nonSimpleDomain:Ik}=Uu(),{SCHEMES:yh,getSchemeHandler:Bu}=uh(),_h=/^[A-Za-z][A-Za-z0-9+.-]*$/u,vh="URI scheme is malformed.";function ph(t){let e=unescape(String(t));if(!_h.test(e))throw new TypeError(vh);return e}function Ok(t,e){return typeof t=="string"?t=qk(t,e):typeof t=="object"&&(t=Ls(Er(t,e),e)),t}function Nk(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},{parsed:o,malformedAuthorityOrPort:s,malformedPercentEncoding:i,malformedSchemeSpecific:a,malformedHost:c,malformedScheme:u}=qs(t,n),{parsed:l,malformedAuthorityOrPort:d,malformedPercentEncoding:h,malformedSchemeSpecific:f,malformedHost:p,malformedScheme:m}=qs(e,n);if(s||d||i||h||a||f||c||p||u||m)throw new Error(o.error||l.error||"URI is malformed.");let g=bh(o,l,n,!0),b=Bu(r&&r.scheme||g.scheme),v=g.host,w=v!==void 0&&v!==""&&(gh(v)||mh(v).isIPV6);xh(g,r||{},b,w);let E=v&&v.indexOf("%")!==-1&&!new RegExp("\\P{ASCII}","u").test(v);if(g.error&&!E)throw new Error(g.error);return n.skipEscape=!0,Er(g,n)}function bh(t,e,r,n){let o={};return n||(t=Ls(Er(t,r),r),e=Ls(Er(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=io(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=io(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=io(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=io(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 Ck(t,e,r){let n=fh(t,r),o=fh(e,r);return n!==void 0&&o!==void 0&&n===o}function Er(t,e){let r={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},n=Object.assign({},e),o=[];r.scheme&&(r.scheme=ph(r.scheme));let s=Bu(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n);let i=r.userinfo!==void 0||r.host!==void 0||r.port!==void 0,a=!n.skipEscape&&r.scheme===void 0&&!i;r.path!==void 0&&(n.skipEscape?r.path=hh(r.path):r.path=lh(r.path,a)),n.reference!=="suffix"&&r.scheme&&(r.scheme=ph(r.scheme),o.push(r.scheme,":"));let c=zk(r);if(c!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(c),r.path&&r.path[0]!=="/"&&o.push("/")),r.path!==void 0){let u=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(u=io(u)),a&&(u=lh(u,!0)),c===void 0&&u[0]==="/"&&u[1]==="/"&&(u="/%2F"+u.slice(2)),o.push(u)}return r.query!==void 0&&o.push("?",Pk(r.query)),r.fragment!==void 0&&o.push("#",Ek(r.fragment)),o.join("")}var Zk=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u,Ak=/^(?:[^#/:?]+:)?\/\/([^/?#]*)/,jk=/^(?:[^#/:?]+:)?([/\\\t\n\r]*)/;function Mk(t,e){if(e[2]!==void 0&&t.path&&t.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof t.port=="number"&&(t.port<0||t.port>65535))return"URI port is malformed."}function so(t){if(t===void 0)return!1;let e=t.indexOf("%");for(;e!==-1;){if(e+2>=t.length||!/^[\da-f]{2}$/iu.test(t.slice(e+1,e+3)))return!0;e=t.indexOf("%",e+3)}return!1}function Dk(t){let e=t[4];return so(t[3])||e!==void 0&&!(e[0]==="["&&e[e.length-1]==="]")&&so(e)||so(t[6])||so(t[7])||so(t[8])}function xh(t,e,r,n){if(!e.unicodeSupport&&(!r||!r.unicodeSupport)&&t.host&&t.host[0]!=="["&&(e.domainHost||r&&r.domainHost)&&n===!1&&Ik(t.host))try{t.host=new URL("http://"+t.host).hostname}catch(o){return t.error=t.error||"Host's domain name can not be converted to ASCII: "+o,!0}return!1}function qs(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=!1,s=!1,i=!1,a=!1,c=!1,u=!1,l=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let d=t.match(Ak);d!==null&&d[1].indexOf("\\")!==-1&&(n.error="URI authority must not contain a literal backslash.",o=!0);let h=t.match(jk);if(h!==null){let p=h[1],m=p.replace(/[\t\n\r]/g,"");m.length>=2&&(m.slice(0,2)!=="//"?(n.error=n.error||"URI authority must not contain a literal backslash.",o=!0):p.length!==m.length&&(n.error=n.error||"URI authority introducer must not contain whitespace.",o=!0))}let f=t.match(Zk);if(f){if(n.scheme=f[1],n.userinfo=f[3],n.host=f[4],n.port=parseInt(f[5],10),n.path=f[6]||"",n.query=f[7],n.fragment=f[8],n.scheme!==void 0){let g=unescape(n.scheme);_h.test(g)?n.scheme=g.toLowerCase():(n.error=n.error||vh,u=!0)}s=Dk(f),s&&(n.error=n.error||"URI contains malformed percent-encoding."),isNaN(n.port)&&(n.port=f[5]);let p=Mk(n,f);if(p!==void 0&&(n.error=n.error||p,o=!0),n.host)if(gh(n.host)===!1){let b=n.host[0]==="["&&n.host[n.host.length-1]==="]",v=mh(n.host);l=v.isIPV6||v.isIPVFuture===!0,c=b&&v.error===!0,n.host=l?v.host:v.host.toLowerCase(),c&&(n.error=n.error||"URI host is malformed.",o=!0)}else l=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let m=Bu(r.scheme||n.scheme);if(a=xh(n,r,m,l),!m||m&&!m.skipNormalize){if(t.indexOf("%")!==-1&&n.host!==void 0&&!c){let g=l?n.host:hh(n.host,!0);n.host=Rk(g,l)}n.path&&(n.path=Tk(n.path)),n.query&&(n.query=dh(n.query)),n.fragment&&(n.fragment=dh(n.fragment))}m&&m.parse&&(m.parse(n,r),m===yh.urn&&n.nid===void 0&&(i=!0))}else n.error=n.error||"URI can not be parsed.";return{parsed:n,malformedAuthorityOrPort:o,malformedPercentEncoding:s,malformedSchemeSpecific:i,malformedHost:a,malformedScheme:u}}function Ls(t,e){return qs(t,e).parsed}function qk(t,e){return $h(t,e).normalized}function $h(t,e){let{parsed:r,malformedAuthorityOrPort:n,malformedPercentEncoding:o,malformedSchemeSpecific:s,malformedHost:i,malformedScheme:a}=qs(t,e);return{normalized:n||o||s||i||a?t:Er(r,e),malformedAuthorityOrPort:n,malformedPercentEncoding:o,malformedSchemeSpecific:s,malformedHost:i,malformedScheme:a}}function fh(t,e){if(typeof t!="string"&&typeof t!="object")return;let r;try{r=typeof t=="string"?t:Er(t,e)}catch{return}let{normalized:n,malformedAuthorityOrPort:o,malformedPercentEncoding:s,malformedSchemeSpecific:i,malformedHost:a,malformedScheme:c}=$h(r,e);return o||s||i||a||c?void 0:n}var Ju={SCHEMES:yh,normalize:Ok,resolve:Nk,resolveComponent:bh,equal:Ck,serialize:Er,parse:Ls};Fs.exports=Ju;Fs.exports.default=Ju;Fs.exports.fastUri=Ju});var Sh=S(Ku=>{"use strict";Object.defineProperty(Ku,"__esModule",{value:!0});var kh=wh();kh.code='require("ajv/dist/runtime/uri").default';Ku.default=kh});var Nh=S(Se=>{"use strict";Object.defineProperty(Se,"__esModule",{value:!0});Se.CodeGen=Se.Name=Se.nil=Se.stringify=Se.str=Se._=Se.KeywordCxt=void 0;var Lk=no();Object.defineProperty(Se,"KeywordCxt",{enumerable:!0,get:function(){return Lk.KeywordCxt}});var sn=V();Object.defineProperty(Se,"_",{enumerable:!0,get:function(){return sn._}});Object.defineProperty(Se,"str",{enumerable:!0,get:function(){return sn.str}});Object.defineProperty(Se,"stringify",{enumerable:!0,get:function(){return sn.stringify}});Object.defineProperty(Se,"nil",{enumerable:!0,get:function(){return sn.nil}});Object.defineProperty(Se,"Name",{enumerable:!0,get:function(){return sn.Name}});Object.defineProperty(Se,"CodeGen",{enumerable:!0,get:function(){return sn.CodeGen}});var Fk=Zs(),Rh=oo(),Uk=_u(),ao=js(),Vk=V(),co=eo(),Us=Qn(),Gu=X(),zh=Ym(),Hk=Sh(),Ih=(t,e)=>new RegExp(t,e);Ih.code="new RegExp";var Bk=["removeAdditional","useDefaults","coerceTypes"],Jk=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),Kk={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."},Wk={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},Th=200;function Gk(t){var e,r,n,o,s,i,a,c,u,l,d,h,f,p,m,g,b,v,w,E,Z,Oe,Ge,Nr,fi;let hn=t.strict,mi=(e=t.code)===null||e===void 0?void 0:e.optimize,td=mi===!0||mi===void 0?1:mi||0,rd=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:Ih,Ty=(o=t.uriResolver)!==null&&o!==void 0?o:Hk.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:hn)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:hn)!==null&&c!==void 0?c:!0,strictTypes:(l=(u=t.strictTypes)!==null&&u!==void 0?u:hn)!==null&&l!==void 0?l:"log",strictTuples:(h=(d=t.strictTuples)!==null&&d!==void 0?d:hn)!==null&&h!==void 0?h:"log",strictRequired:(p=(f=t.strictRequired)!==null&&f!==void 0?f:hn)!==null&&p!==void 0?p:!1,code:t.code?{...t.code,optimize:td,regExp:rd}:{optimize:td,regExp:rd},loopRequired:(m=t.loopRequired)!==null&&m!==void 0?m:Th,loopEnum:(g=t.loopEnum)!==null&&g!==void 0?g:Th,meta:(b=t.meta)!==null&&b!==void 0?b:!0,messages:(v=t.messages)!==null&&v!==void 0?v:!0,inlineRefs:(w=t.inlineRefs)!==null&&w!==void 0?w:!0,schemaId:(E=t.schemaId)!==null&&E!==void 0?E:"$id",addUsedSchema:(Z=t.addUsedSchema)!==null&&Z!==void 0?Z:!0,validateSchema:(Oe=t.validateSchema)!==null&&Oe!==void 0?Oe:!0,validateFormats:(Ge=t.validateFormats)!==null&&Ge!==void 0?Ge:!0,unicodeRegExp:(Nr=t.unicodeRegExp)!==null&&Nr!==void 0?Nr:!0,int32range:(fi=t.int32range)!==null&&fi!==void 0?fi:!0,uriResolver:Ty}}var uo=class{constructor(e={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...Gk(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new Vk.ValueScope({scope:{},prefixes:Jk,es5:r,lines:n}),this.logger=rS(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,Uk.getRules)(),Ph.call(this,Kk,e,"NOT SUPPORTED"),Ph.call(this,Wk,e,"DEPRECATED","warn"),this._metaOpts=eS.call(this),e.formats&&Xk.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&Qk.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),Yk.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=zh;n==="id"&&(o={...zh},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 Rh.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,co.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=Eh.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new ao.SchemaEnv({schema:{},schemaId:n});if(r=ao.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=Eh.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,co.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(oS.call(this,n,r),!r)return(0,Gu.eachItem)(n,s=>Wu.call(this,s)),this;iS.call(this,r);let o={...r,type:(0,Us.getJSONTypes)(r.type),schemaType:(0,Us.getJSONTypes)(r.schemaType)};return(0,Gu.eachItem)(n,o.type.length===0?s=>Wu.call(this,s,o):s=>o.type.forEach(i=>Wu.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]=Oh(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,co.normalizeId)(i||n);let u=co.getSchemaRefs.call(this,e,n);return c=new ao.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):ao.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{ao.compileSchema.call(this,e)}finally{this.opts=r}}};uo.ValidationError=Fk.default;uo.MissingRefError=Rh.default;Se.default=uo;function Ph(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 Eh(t){return t=(0,co.normalizeId)(t),this.schemas[t]||this.refs[t]}function Yk(){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 Xk(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function Qk(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 eS(){let t={...this.opts};for(let e of Bk)delete t[e];return t}var tS={log(){},warn(){},error(){}};function rS(t){if(t===!1)return tS;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 nS=/^[a-z_$][a-z0-9_$:-]*$/i;function oS(t,e){let{RULES:r}=this;if((0,Gu.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!nS.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 Wu(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,Us.getJSONTypes)(e.type),schemaType:(0,Us.getJSONTypes)(e.schemaType)}};e.before?sS.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 sS(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 iS(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=Oh(e)),t.validateSchema=this.compile(e,!0))}var aS={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Oh(t){return{anyOf:[t,aS]}}});var Ch=S(Yu=>{"use strict";Object.defineProperty(Yu,"__esModule",{value:!0});var cS={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};Yu.default=cS});var Mh=S(Rr=>{"use strict";Object.defineProperty(Rr,"__esModule",{value:!0});Rr.callRef=Rr.getValidate=void 0;var uS=oo(),Zh=nt(),He=V(),an=It(),Ah=js(),Vs=X(),lS={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=Ah.resolveRef.call(c,u,o,r);if(l===void 0)throw new uS.default(n.opts.uriResolver,o,r);if(l instanceof Ah.SchemaEnv)return h(l);return f(l);function d(){if(s===u)return Hs(t,i,s,s.$async);let p=e.scopeValue("root",{ref:u});return Hs(t,(0,He._)`${p}.validate`,u,u.$async)}function h(p){let m=jh(t,p);Hs(t,m,p,p.$async)}function f(p){let m=e.scopeValue("schema",a.code.source===!0?{ref:p,code:(0,He.stringify)(p)}:{ref:p}),g=e.name("valid"),b=t.subschema({schema:p,dataTypes:[],schemaPath:He.nil,topSchemaRef:m,errSchemaPath:r},g);t.mergeEvaluated(b),t.ok(g)}}};function jh(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,He._)`${r.scopeValue("wrapper",{ref:e})}.validate`}Rr.getValidate=jh;function Hs(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?an.default.this:He.nil;n?l():d();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let p=o.let("valid");o.try(()=>{o.code((0,He._)`await ${(0,Zh.callValidateCode)(t,e,u)}`),f(e),i||o.assign(p,!0)},m=>{o.if((0,He._)`!(${m} instanceof ${s.ValidationError})`,()=>o.throw(m)),h(m),i||o.assign(p,!1)}),t.ok(p)}function d(){t.result((0,Zh.callValidateCode)(t,e,u),()=>f(e),()=>h(e))}function h(p){let m=(0,He._)`${p}.errors`;o.assign(an.default.vErrors,(0,He._)`${an.default.vErrors} === null ? ${m} : ${an.default.vErrors}.concat(${m})`),o.assign(an.default.errors,(0,He._)`${an.default.vErrors}.length`)}function f(p){var m;if(!s.opts.unevaluated)return;let g=(m=r?.validate)===null||m===void 0?void 0:m.evaluated;if(s.props!==!0)if(g&&!g.dynamicProps)g.props!==void 0&&(s.props=Vs.mergeEvaluated.props(o,g.props,s.props));else{let b=o.var("props",(0,He._)`${p}.evaluated.props`);s.props=Vs.mergeEvaluated.props(o,b,s.props,He.Name)}if(s.items!==!0)if(g&&!g.dynamicItems)g.items!==void 0&&(s.items=Vs.mergeEvaluated.items(o,g.items,s.items));else{let b=o.var("items",(0,He._)`${p}.evaluated.items`);s.items=Vs.mergeEvaluated.items(o,b,s.items,He.Name)}}}Rr.callRef=Hs;Rr.default=lS});var Dh=S(Xu=>{"use strict";Object.defineProperty(Xu,"__esModule",{value:!0});var dS=Ch(),pS=Mh(),fS=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",dS.default,pS.default];Xu.default=fS});var qh=S(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});var Bs=V(),Wt=Bs.operators,Js={maximum:{okStr:"<=",ok:Wt.LTE,fail:Wt.GT},minimum:{okStr:">=",ok:Wt.GTE,fail:Wt.LT},exclusiveMaximum:{okStr:"<",ok:Wt.LT,fail:Wt.GTE},exclusiveMinimum:{okStr:">",ok:Wt.GT,fail:Wt.LTE}},mS={message:({keyword:t,schemaCode:e})=>(0,Bs.str)`must be ${Js[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Bs._)`{comparison: ${Js[t].okStr}, limit: ${e}}`},hS={keyword:Object.keys(Js),type:"number",schemaType:"number",$data:!0,error:mS,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,Bs._)`${r} ${Js[e].fail} ${n} || isNaN(${r})`)}};Qu.default=hS});var Lh=S(el=>{"use strict";Object.defineProperty(el,"__esModule",{value:!0});var lo=V(),gS={message:({schemaCode:t})=>(0,lo.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,lo._)`{multipleOf: ${t}}`},yS={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:gS,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,lo._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,lo._)`${i} !== parseInt(${i})`;t.fail$data((0,lo._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};el.default=yS});var Uh=S(tl=>{"use strict";Object.defineProperty(tl,"__esModule",{value:!0});function Fh(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}tl.default=Fh;Fh.code='require("ajv/dist/runtime/ucs2length").default'});var Vh=S(rl=>{"use strict";Object.defineProperty(rl,"__esModule",{value:!0});var Ir=V(),_S=X(),vS=Uh(),bS={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,Ir.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,Ir._)`{limit: ${t}}`},xS={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:bS,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?Ir.operators.GT:Ir.operators.LT,i=o.opts.unicode===!1?(0,Ir._)`${r}.length`:(0,Ir._)`${(0,_S.useFunc)(t.gen,vS.default)}(${r})`;t.fail$data((0,Ir._)`${i} ${s} ${n}`)}};rl.default=xS});var Hh=S(nl=>{"use strict";Object.defineProperty(nl,"__esModule",{value:!0});var $S=nt(),wS=X(),cn=V(),kS={message:({schemaCode:t})=>(0,cn.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,cn._)`{pattern: ${t}}`},SS={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:kS,code(t){let{gen:e,data:r,$data:n,schema:o,schemaCode:s,it:i}=t,a=i.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=i.opts.code,u=c.code==="new RegExp"?(0,cn._)`new RegExp`:(0,wS.useFunc)(e,c),l=e.let("valid");e.try(()=>e.assign(l,(0,cn._)`${u}(${s}, ${a}).test(${r})`),()=>e.assign(l,!1)),t.fail$data((0,cn._)`!${l}`)}else{let c=(0,$S.usePattern)(t,o);t.fail$data((0,cn._)`!${c}.test(${r})`)}}};nl.default=SS});var Bh=S(ol=>{"use strict";Object.defineProperty(ol,"__esModule",{value:!0});var po=V(),zS={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,po.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,po._)`{limit: ${t}}`},TS={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:zS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?po.operators.GT:po.operators.LT;t.fail$data((0,po._)`Object.keys(${r}).length ${o} ${n}`)}};ol.default=TS});var Jh=S(sl=>{"use strict";Object.defineProperty(sl,"__esModule",{value:!0});var fo=nt(),mo=V(),PS=X(),ES={message:({params:{missingProperty:t}})=>(0,mo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,mo._)`{missingProperty: ${t}}`},RS={keyword:"required",type:"object",schemaType:"array",$data:!0,error:ES,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:p}=t.it;for(let m of r)if(f?.[m]===void 0&&!p.has(m)){let g=i.schemaEnv.baseId+i.errSchemaPath,b=`required property "${m}" is not defined at "${g}" (strictRequired)`;(0,PS.checkStrictMode)(i,b,i.opts.strictRequired)}}function u(){if(c||s)t.block$data(mo.nil,d);else for(let f of r)(0,fo.checkReportMissingProp)(t,f)}function l(){let f=e.let("missing");if(c||s){let p=e.let("valid",!0);t.block$data(p,()=>h(f,p)),t.ok(p)}else e.if((0,fo.checkMissingProp)(t,r,f)),(0,fo.reportMissingProp)(t,f),e.else()}function d(){e.forOf("prop",n,f=>{t.setParams({missingProperty:f}),e.if((0,fo.noPropertyInData)(e,o,f,a.ownProperties),()=>t.error())})}function h(f,p){t.setParams({missingProperty:f}),e.forOf(f,n,()=>{e.assign(p,(0,fo.propertyInData)(e,o,f,a.ownProperties)),e.if((0,mo.not)(p),()=>{t.error(),e.break()})},mo.nil)}}};sl.default=RS});var Kh=S(il=>{"use strict";Object.defineProperty(il,"__esModule",{value:!0});var ho=V(),IS={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,ho.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,ho._)`{limit: ${t}}`},OS={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:IS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?ho.operators.GT:ho.operators.LT;t.fail$data((0,ho._)`${r}.length ${o} ${n}`)}};il.default=OS});var Ks=S(al=>{"use strict";Object.defineProperty(al,"__esModule",{value:!0});var Wh=zu();Wh.code='require("ajv/dist/runtime/equal").default';al.default=Wh});var Gh=S(ul=>{"use strict";Object.defineProperty(ul,"__esModule",{value:!0});var cl=Qn(),ze=V(),NS=X(),CS=Ks(),ZS={message:({params:{i:t,j:e}})=>(0,ze.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,ze._)`{i: ${t}, j: ${e}}`},AS={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:ZS,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,cl.getSchemaTypes)(s.items):[];t.block$data(c,l,(0,ze._)`${i} === false`),t.ok(c);function l(){let p=e.let("i",(0,ze._)`${r}.length`),m=e.let("j");t.setParams({i:p,j:m}),e.assign(c,!0),e.if((0,ze._)`${p} > 1`,()=>(d()?h:f)(p,m))}function d(){return u.length>0&&!u.some(p=>p==="object"||p==="array")}function h(p,m){let g=e.name("item"),b=(0,cl.checkDataTypes)(u,g,a.opts.strictNumbers,cl.DataType.Wrong),v=e.const("indices",(0,ze._)`{}`);e.for((0,ze._)`;${p}--;`,()=>{e.let(g,(0,ze._)`${r}[${p}]`),e.if(b,(0,ze._)`continue`),u.length>1&&e.if((0,ze._)`typeof ${g} == "string"`,(0,ze._)`${g} += "_"`),e.if((0,ze._)`typeof ${v}[${g}] == "number"`,()=>{e.assign(m,(0,ze._)`${v}[${g}]`),t.error(),e.assign(c,!1).break()}).code((0,ze._)`${v}[${g}] = ${p}`)})}function f(p,m){let g=(0,NS.useFunc)(e,CS.default),b=e.name("outer");e.label(b).for((0,ze._)`;${p}--;`,()=>e.for((0,ze._)`${m} = ${p}; ${m}--;`,()=>e.if((0,ze._)`${g}(${r}[${p}], ${r}[${m}])`,()=>{t.error(),e.assign(c,!1).break(b)})))}}};ul.default=AS});var Yh=S(dl=>{"use strict";Object.defineProperty(dl,"__esModule",{value:!0});var ll=V(),jS=X(),MS=Ks(),DS={message:"must be equal to constant",params:({schemaCode:t})=>(0,ll._)`{allowedValue: ${t}}`},qS={keyword:"const",$data:!0,error:DS,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,ll._)`!${(0,jS.useFunc)(e,MS.default)}(${r}, ${o})`):t.fail((0,ll._)`${s} !== ${r}`)}};dl.default=qS});var Xh=S(pl=>{"use strict";Object.defineProperty(pl,"__esModule",{value:!0});var go=V(),LS=X(),FS=Ks(),US={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,go._)`{allowedValues: ${t}}`},VS={keyword:"enum",schemaType:"array",$data:!0,error:US,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,LS.useFunc)(e,FS.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,go.or)(...o.map((p,m)=>h(f,m)))}t.pass(l);function d(){e.assign(l,!1),e.forOf("v",s,f=>e.if((0,go._)`${u()}(${r}, ${f})`,()=>e.assign(l,!0).break()))}function h(f,p){let m=o[p];return typeof m=="object"&&m!==null?(0,go._)`${u()}(${r}, ${f}[${p}])`:(0,go._)`${r} === ${m}`}}};pl.default=VS});var Qh=S(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});var HS=qh(),BS=Lh(),JS=Vh(),KS=Hh(),WS=Bh(),GS=Jh(),YS=Kh(),XS=Gh(),QS=Yh(),ez=Xh(),tz=[HS.default,BS.default,JS.default,KS.default,WS.default,GS.default,YS.default,XS.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},QS.default,ez.default];fl.default=tz});var hl=S(yo=>{"use strict";Object.defineProperty(yo,"__esModule",{value:!0});yo.validateAdditionalItems=void 0;var Or=V(),ml=X(),rz={message:({params:{len:t}})=>(0,Or.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Or._)`{limit: ${t}}`},nz={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:rz,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,ml.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}eg(t,n)}};function eg(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,Or._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,Or._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,ml.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,Or._)`${a} <= ${e.length}`);r.if((0,Or.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,l=>{t.subschema({keyword:s,dataProp:l,dataPropType:ml.Type.Num},u),i.allErrors||r.if((0,Or.not)(u),()=>r.break())})}}yo.validateAdditionalItems=eg;yo.default=nz});var gl=S(_o=>{"use strict";Object.defineProperty(_o,"__esModule",{value:!0});_o.validateTuple=void 0;var tg=V(),Ws=X(),oz=nt(),sz={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return rg(t,"additionalItems",e);r.items=!0,!(0,Ws.alwaysValidSchema)(r,e)&&t.ok((0,oz.validateArray)(t))}};function rg(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=Ws.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,tg._)`${s}.length`);r.forEach((d,h)=>{(0,Ws.alwaysValidSchema)(a,d)||(n.if((0,tg._)`${u} > ${h}`,()=>t.subschema({keyword:i,schemaProp:h,dataProp:h},c)),t.ok(c))});function l(d){let{opts:h,errSchemaPath:f}=a,p=r.length,m=p===d.minItems&&(p===d.maxItems||d[e]===!1);if(h.strictTuples&&!m){let g=`"${i}" is ${p}-tuple, but minItems or maxItems/${e} are not specified or different at path "${f}"`;(0,Ws.checkStrictMode)(a,g,h.strictTuples)}}}_o.validateTuple=rg;_o.default=sz});var ng=S(yl=>{"use strict";Object.defineProperty(yl,"__esModule",{value:!0});var iz=gl(),az={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,iz.validateTuple)(t,"items")};yl.default=az});var sg=S(_l=>{"use strict";Object.defineProperty(_l,"__esModule",{value:!0});var og=V(),cz=X(),uz=nt(),lz=hl(),dz={message:({params:{len:t}})=>(0,og.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,og._)`{limit: ${t}}`},pz={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:dz,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,cz.alwaysValidSchema)(n,e)&&(o?(0,lz.validateAdditionalItems)(t,o):t.ok((0,uz.validateArray)(t)))}};_l.default=pz});var ig=S(vl=>{"use strict";Object.defineProperty(vl,"__esModule",{value:!0});var st=V(),Gs=X(),fz={message:({params:{min:t,max:e}})=>e===void 0?(0,st.str)`must contain at least ${t} valid item(s)`:(0,st.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,st._)`{minContains: ${t}}`:(0,st._)`{minContains: ${t}, maxContains: ${e}}`},mz={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:fz,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,st._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,Gs.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,Gs.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,Gs.alwaysValidSchema)(s,r)){let m=(0,st._)`${l} >= ${i}`;a!==void 0&&(m=(0,st._)`${m} && ${l} <= ${a}`),t.pass(m);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,st._)`${o}.length > 0`,h)):(e.let(d,!1),h()),t.result(d,()=>t.reset());function h(){let m=e.name("_valid"),g=e.let("count",0);f(m,()=>e.if(m,()=>p(g)))}function f(m,g){e.forRange("i",0,l,b=>{t.subschema({keyword:"contains",dataProp:b,dataPropType:Gs.Type.Num,compositeRule:!0},m),g()})}function p(m){e.code((0,st._)`${m}++`),a===void 0?e.if((0,st._)`${m} >= ${i}`,()=>e.assign(d,!0).break()):(e.if((0,st._)`${m} > ${a}`,()=>e.assign(d,!1).break()),i===1?e.assign(d,!0):e.if((0,st._)`${m} >= ${i}`,()=>e.assign(d,!0)))}}};vl.default=mz});var ug=S(xt=>{"use strict";Object.defineProperty(xt,"__esModule",{value:!0});xt.validateSchemaDeps=xt.validatePropertyDeps=xt.error=void 0;var bl=V(),hz=X(),vo=nt();xt.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,bl.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,bl._)`{property: ${t},
6
6
  missingProperty: ${n},
7
7
  depsCount: ${e},
8
- deps: ${r}}`};var BS={keyword:"dependencies",type:"object",schemaType:"object",error:vt.error,code(t){let[e,r]=JS(t);Fh(t,e),Vh(t,r)}};function JS({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 Fh(t,e=t.schema){let{gen:r,data:n,it:o}=t;if(Object.keys(e).length===0)return;let s=r.let("missing");for(let i in e){let a=e[i];if(a.length===0)continue;let c=(0,go.propertyInData)(r,n,i,o.opts.ownProperties);t.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(c,()=>{for(let u of a)(0,go.checkReportMissingProp)(t,u)}):(r.if((0,dl._)`${c} && (${(0,go.checkMissingProp)(t,a,s)})`),(0,go.reportMissingProp)(t,s),r.else())}}vt.validatePropertyDeps=Fh;function Vh(t,e=t.schema){let{gen:r,data:n,keyword:o,it:s}=t,i=r.name("valid");for(let a in e)(0,HS.alwaysValidSchema)(s,e[a])||(r.if((0,go.propertyInData)(r,n,a,s.opts.ownProperties),()=>{let c=t.subschema({keyword:o,schemaProp:a},i);t.mergeValidEvaluated(c,i)},()=>r.var(i,!0)),t.ok(i))}vt.validateSchemaDeps=Vh;vt.default=BS});var Jh=S(pl=>{"use strict";Object.defineProperty(pl,"__esModule",{value:!0});var Bh=V(),KS=X(),WS={message:"property name must be valid",params:({params:t})=>(0,Bh._)`{propertyName: ${t.propertyName}}`},GS={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:WS,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,KS.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,Bh.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};pl.default=GS});var ml=S(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});var Bs=tt(),dt=V(),YS=Et(),Js=X(),XS={message:"must NOT have additional properties",params:({params:t})=>(0,dt._)`{additionalProperty: ${t.additionalProperty}}`},QS={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:XS,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,Js.alwaysValidSchema)(i,r))return;let u=(0,Bs.allSchemaProperties)(n.properties),l=(0,Bs.allSchemaProperties)(n.patternProperties);d(),t.ok((0,dt._)`${s} === ${YS.default.errors}`);function d(){e.forIn("key",o,y=>{!u.length&&!l.length?p(y):e.if(m(y),()=>p(y))})}function m(y){let v;if(u.length>8){let x=(0,Js.schemaRefOrVal)(i,n.properties,"properties");v=(0,Bs.isOwnProperty)(e,x,y)}else u.length?v=(0,dt.or)(...u.map(x=>(0,dt._)`${y} === ${x}`)):v=dt.nil;return l.length&&(v=(0,dt.or)(v,...l.map(x=>(0,dt._)`${(0,Bs.usePattern)(t,x)}.test(${y})`))),(0,dt.not)(v)}function f(y){e.code((0,dt._)`delete ${o}[${y}]`)}function p(y){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){f(y);return}if(r===!1){t.setParams({additionalProperty:y}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,Js.alwaysValidSchema)(i,r)){let v=e.name("valid");c.removeAdditional==="failing"?(h(y,v,!1),e.if((0,dt.not)(v),()=>{t.reset(),f(y)})):(h(y,v),a||e.if((0,dt.not)(v),()=>e.break()))}}function h(y,v,x){let w={keyword:"additionalProperties",dataProp:y,dataPropType:Js.Type.Str};x===!1&&Object.assign(w,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(w,v)}}};fl.default=QS});var Gh=S(gl=>{"use strict";Object.defineProperty(gl,"__esModule",{value:!0});var ez=to(),Kh=tt(),hl=X(),Wh=ml(),tz={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&&Wh.default.code(new ez.KeywordCxt(s,Wh.default,"additionalProperties"));let i=(0,Kh.allSchemaProperties)(r);for(let d of i)s.definedProperties.add(d);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=hl.mergeEvaluated.props(e,(0,hl.toHash)(i),s.props));let a=i.filter(d=>!(0,hl.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,Kh.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)}}};gl.default=tz});var eg=S(yl=>{"use strict";Object.defineProperty(yl,"__esModule",{value:!0});var Yh=tt(),Ks=V(),Xh=X(),Qh=X(),rz={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,Yh.allSchemaProperties)(r),c=a.filter(h=>(0,Xh.alwaysValidSchema)(s,r[h]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,l=e.name("valid");s.props!==!0&&!(s.props instanceof Ks.Name)&&(s.props=(0,Qh.evaluatedPropsToName)(e,s.props));let{props:d}=s;m();function m(){for(let h of a)u&&f(h),s.allErrors?p(h):(e.var(l,!0),p(h),e.if(l))}function f(h){for(let y in u)new RegExp(h).test(y)&&(0,Xh.checkStrictMode)(s,`property ${y} matches pattern ${h} (use allowMatchingProperties)`)}function p(h){e.forIn("key",n,y=>{e.if((0,Ks._)`${(0,Yh.usePattern)(t,h)}.test(${y})`,()=>{let v=c.includes(h);v||t.subschema({keyword:"patternProperties",schemaProp:h,dataProp:y,dataPropType:Qh.Type.Str},l),s.opts.unevaluated&&d!==!0?e.assign((0,Ks._)`${d}[${y}]`,!0):!v&&!s.allErrors&&e.if((0,Ks.not)(l),()=>e.break())})})}}};yl.default=rz});var tg=S(_l=>{"use strict";Object.defineProperty(_l,"__esModule",{value:!0});var nz=X(),oz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,nz.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"}};_l.default=oz});var rg=S(vl=>{"use strict";Object.defineProperty(vl,"__esModule",{value:!0});var sz=tt(),iz={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:sz.validateUnion,error:{message:"must match a schema in anyOf"}};vl.default=iz});var ng=S(bl=>{"use strict";Object.defineProperty(bl,"__esModule",{value:!0});var Ws=V(),az=X(),cz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,Ws._)`{passingSchemas: ${t.passing}}`},uz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:cz,code(t){let{gen:e,schema:r,parentSchema:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=e.let("valid",!1),a=e.let("passing",null),c=e.name("_valid");t.setParams({passing:a}),e.block(u),t.result(i,()=>t.reset(),()=>t.error(!0));function u(){s.forEach((l,d)=>{let m;(0,az.alwaysValidSchema)(o,l)?e.var(c,!0):m=t.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},c),d>0&&e.if((0,Ws._)`${c} && ${i}`).assign(i,!1).assign(a,(0,Ws._)`[${a}, ${d}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,d),m&&t.mergeEvaluated(m,Ws.Name)})})}}};bl.default=uz});var og=S(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});var lz=X(),dz={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:r,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=e.name("valid");r.forEach((s,i)=>{if((0,lz.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:i},o);t.ok(o),t.mergeEvaluated(a)})}};xl.default=dz});var ag=S($l=>{"use strict";Object.defineProperty($l,"__esModule",{value:!0});var Gs=V(),ig=X(),pz={message:({params:t})=>(0,Gs.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,Gs._)`{failingKeyword: ${t.ifClause}}`},fz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:pz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,ig.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=sg(n,"then"),s=sg(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,Gs.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let l=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(l)}function u(l,d){return()=>{let m=t.subschema({keyword:l},a);e.assign(i,a),t.mergeValidEvaluated(m,i),d?e.assign(d,(0,Gs._)`${l}`):t.setParams({ifClause:l})}}}};function sg(t,e){let r=t.schema[e];return r!==void 0&&!(0,ig.alwaysValidSchema)(t,r)}$l.default=fz});var cg=S(wl=>{"use strict";Object.defineProperty(wl,"__esModule",{value:!0});var mz=X(),hz={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,mz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};wl.default=hz});var ug=S(kl=>{"use strict";Object.defineProperty(kl,"__esModule",{value:!0});var gz=il(),yz=qh(),_z=al(),vz=Lh(),bz=Uh(),xz=Hh(),$z=Jh(),wz=ml(),kz=Gh(),Sz=eg(),zz=tg(),Tz=rg(),Pz=ng(),Ez=og(),Rz=ag(),Iz=cg();function Oz(t=!1){let e=[zz.default,Tz.default,Pz.default,Ez.default,Rz.default,Iz.default,$z.default,wz.default,xz.default,kz.default,Sz.default];return t?e.push(yz.default,vz.default):e.push(gz.default,_z.default),e.push(bz.default),e}kl.default=Oz});var lg=S(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});var ye=V(),Nz={message:({schemaCode:t})=>(0,ye.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,ye._)`{format: ${t}}`},Cz={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Nz,code(t,e){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:l,self:d}=a;if(!c.validateFormats)return;o?m():f();function m(){let p=r.scopeValue("formats",{ref:d.formats,code:c.code.formats}),h=r.const("fDef",(0,ye._)`${p}[${i}]`),y=r.let("fType"),v=r.let("format");r.if((0,ye._)`typeof ${h} == "object" && !(${h} instanceof RegExp)`,()=>r.assign(y,(0,ye._)`${h}.type || "string"`).assign(v,(0,ye._)`${h}.validate`),()=>r.assign(y,(0,ye._)`"string"`).assign(v,h)),t.fail$data((0,ye.or)(x(),w()));function x(){return c.strictSchema===!1?ye.nil:(0,ye._)`${i} && !${v}`}function w(){let E=l.$async?(0,ye._)`(${h}.async ? await ${v}(${n}) : ${v}(${n}))`:(0,ye._)`${v}(${n})`,Z=(0,ye._)`(typeof ${v} == "function" ? ${E} : ${v}.test(${n}))`;return(0,ye._)`${v} && ${v} !== true && ${y} === ${e} && !${Z}`}}function f(){let p=d.formats[s];if(!p){x();return}if(p===!0)return;let[h,y,v]=w(p);h===e&&t.pass(E());function x(){if(c.strictSchema===!1){d.logger.warn(Z());return}throw new Error(Z());function Z(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function w(Z){let Ie=Z instanceof RegExp?(0,ye.regexpCode)(Z):c.code.formats?(0,ye._)`${c.code.formats}${(0,ye.getProperty)(s)}`:void 0,Ke=r.scopeValue("formats",{key:s,ref:Z,code:Ie});return typeof Z=="object"&&!(Z instanceof RegExp)?[Z.type||"string",Z.validate,(0,ye._)`${Ke}.validate`]:["string",Z,Ke]}function E(){if(typeof p=="object"&&!(p instanceof RegExp)&&p.async){if(!l.$async)throw new Error("async format in sync schema");return(0,ye._)`await ${v}(${n})`}return typeof y=="function"?(0,ye._)`${v}(${n})`:(0,ye._)`${v}.test(${n})`}}}};Sl.default=Cz});var dg=S(zl=>{"use strict";Object.defineProperty(zl,"__esModule",{value:!0});var Zz=lg(),jz=[Zz.default];zl.default=jz});var pg=S(an=>{"use strict";Object.defineProperty(an,"__esModule",{value:!0});an.contentVocabulary=an.metadataVocabulary=void 0;an.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];an.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var mg=S(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});var Az=xh(),Mz=Zh(),qz=ug(),Dz=dg(),fg=pg(),Lz=[Az.default,Mz.default,(0,qz.default)(),Dz.default,fg.metadataVocabulary,fg.contentVocabulary];Tl.default=Lz});var gg=S(Ys=>{"use strict";Object.defineProperty(Ys,"__esModule",{value:!0});Ys.DiscrError=void 0;var hg;(function(t){t.Tag="tag",t.Mapping="mapping"})(hg||(Ys.DiscrError=hg={}))});var _g=S(El=>{"use strict";Object.defineProperty(El,"__esModule",{value:!0});var cn=V(),Pl=gg(),yg=Cs(),Uz=ro(),Fz=X(),Vz={message:({params:{discrError:t,tagName:e}})=>t===Pl.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,cn._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},Hz={keyword:"discriminator",type:"object",schemaType:"object",error:Vz,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,cn._)`${r}${(0,cn.getProperty)(a)}`);e.if((0,cn._)`typeof ${u} == "string"`,()=>l(),()=>t.error(!1,{discrError:Pl.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function l(){let f=m();e.if(!1);for(let p in f)e.elseIf((0,cn._)`${u} === ${p}`),e.assign(c,d(f[p]));e.else(),t.error(!1,{discrError:Pl.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function d(f){let p=e.name("valid"),h=t.subschema({keyword:"oneOf",schemaProp:f},p);return t.mergeEvaluated(h,cn.Name),p}function m(){var f;let p={},h=v(o),y=!0;for(let E=0;E<i.length;E++){let Z=i[E];if(Z?.$ref&&!(0,Fz.schemaHasRulesButRef)(Z,s.self.RULES)){let Ke=Z.$ref;if(Z=yg.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,Ke),Z instanceof yg.SchemaEnv&&(Z=Z.schema),Z===void 0)throw new Uz.default(s.opts.uriResolver,s.baseId,Ke)}let Ie=(f=Z?.properties)===null||f===void 0?void 0:f[a];if(typeof Ie!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);y=y&&(h||v(Z)),x(Ie,E)}if(!y)throw new Error(`discriminator: "${a}" must be required`);return p;function v({required:E}){return Array.isArray(E)&&E.includes(a)}function x(E,Z){if(E.const)w(E.const,Z);else if(E.enum)for(let Ie of E.enum)w(Ie,Z);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function w(E,Z){if(typeof E!="string"||E in p)throw new Error(`discriminator: "${a}" values must be unique strings`);p[E]=Z}}}};El.default=Hz});var vg=S((iN,Bz)=>{Bz.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 Il=S((de,Rl)=>{"use strict";Object.defineProperty(de,"__esModule",{value:!0});de.MissingRefError=de.ValidationError=de.CodeGen=de.Name=de.nil=de.stringify=de.str=de._=de.KeywordCxt=de.Ajv=void 0;var Jz=hh(),Kz=mg(),Wz=_g(),bg=vg(),Gz=["/properties"],Xs="http://json-schema.org/draft-07/schema",un=class extends Jz.default{_addVocabularies(){super._addVocabularies(),Kz.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(Wz.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(bg,Gz):bg;this.addMetaSchema(e,Xs,!1),this.refs["http://json-schema.org/schema"]=Xs}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Xs)?Xs:void 0)}};de.Ajv=un;Rl.exports=de=un;Rl.exports.Ajv=un;Object.defineProperty(de,"__esModule",{value:!0});de.default=un;var Yz=to();Object.defineProperty(de,"KeywordCxt",{enumerable:!0,get:function(){return Yz.KeywordCxt}});var ln=V();Object.defineProperty(de,"_",{enumerable:!0,get:function(){return ln._}});Object.defineProperty(de,"str",{enumerable:!0,get:function(){return ln.str}});Object.defineProperty(de,"stringify",{enumerable:!0,get:function(){return ln.stringify}});Object.defineProperty(de,"nil",{enumerable:!0,get:function(){return ln.nil}});Object.defineProperty(de,"Name",{enumerable:!0,get:function(){return ln.Name}});Object.defineProperty(de,"CodeGen",{enumerable:!0,get:function(){return ln.CodeGen}});var Xz=Os();Object.defineProperty(de,"ValidationError",{enumerable:!0,get:function(){return Xz.default}});var Qz=ro();Object.defineProperty(de,"MissingRefError",{enumerable:!0,get:function(){return Qz.default}})});var Pg=S(xt=>{"use strict";Object.defineProperty(xt,"__esModule",{value:!0});xt.formatNames=xt.fastFormats=xt.fullFormats=void 0;function bt(t,e){return{validate:t,compare:e}}xt.fullFormats={date:bt(kg,Zl),time:bt(Nl(!0),jl),"date-time":bt(xg(!0),zg),"iso-time":bt(Nl(),Sg),"iso-date-time":bt(xg(),Tg),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:sT,"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:pT,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:iT,int32:{type:"number",validate:uT},int64:{type:"number",validate:lT},float:{type:"number",validate:wg},double:{type:"number",validate:wg},password:!0,binary:!0};xt.fastFormats={...xt.fullFormats,date:bt(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Zl),time:bt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,jl),"date-time":bt(/^\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,zg),"iso-time":bt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,Sg),"iso-date-time":bt(/^\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,Tg),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};xt.formatNames=Object.keys(xt.fullFormats);function eT(t){return t%4===0&&(t%100!==0||t%400===0)}var tT=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,rT=[0,31,28,31,30,31,30,31,31,30,31,30,31];function kg(t){let e=tT.exec(t);if(!e)return!1;let r=+e[1],n=+e[2],o=+e[3];return n>=1&&n<=12&&o>=1&&o<=(n===2&&eT(r)?29:rT[n])}function Zl(t,e){if(t&&e)return t>e?1:t<e?-1:0}var Ol=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function Nl(t){return function(r){let n=Ol.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),l=+(n[7]||0);if(u>23||l>59||t&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let d=s-l*c,m=o-u*c-(d<0?1:0);return(m===23||m===-1)&&(d===59||d===-1)&&i<61}}function jl(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 Sg(t,e){if(!(t&&e))return;let r=Ol.exec(t),n=Ol.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 Cl=/t|\s/i;function xg(t){let e=Nl(t);return function(n){let o=n.split(Cl);return o.length===2&&kg(o[0])&&e(o[1])}}function zg(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function Tg(t,e){if(!(t&&e))return;let[r,n]=t.split(Cl),[o,s]=e.split(Cl),i=Zl(r,o);if(i!==void 0)return i||jl(n,s)}var nT=/\/|:/,oT=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function sT(t){return nT.test(t)&&oT.test(t)}var $g=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function iT(t){return $g.lastIndex=0,$g.test(t)}var aT=-(2**31),cT=2**31-1;function uT(t){return Number.isInteger(t)&&t<=cT&&t>=aT}function lT(t){return Number.isInteger(t)}function wg(){return!0}var dT=/[^\\]\\Z/;function pT(t){if(dT.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var Eg=S(dn=>{"use strict";Object.defineProperty(dn,"__esModule",{value:!0});dn.formatLimitDefinition=void 0;var fT=Il(),pt=V(),Kt=pt.operators,Qs={formatMaximum:{okStr:"<=",ok:Kt.LTE,fail:Kt.GT},formatMinimum:{okStr:">=",ok:Kt.GTE,fail:Kt.LT},formatExclusiveMaximum:{okStr:"<",ok:Kt.LT,fail:Kt.GTE},formatExclusiveMinimum:{okStr:">",ok:Kt.GT,fail:Kt.LTE}},mT={message:({keyword:t,schemaCode:e})=>(0,pt.str)`should be ${Qs[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,pt._)`{comparison: ${Qs[t].okStr}, limit: ${e}}`};dn.formatLimitDefinition={keyword:Object.keys(Qs),type:"string",schemaType:"string",$data:!0,error:mT,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 fT.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():l();function u(){let m=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),f=e.const("fmt",(0,pt._)`${m}[${c.schemaCode}]`);t.fail$data((0,pt.or)((0,pt._)`typeof ${f} != "object"`,(0,pt._)`${f} instanceof RegExp`,(0,pt._)`typeof ${f}.compare != "function"`,d(f)))}function l(){let m=c.schema,f=a.formats[m];if(!f||f===!0)return;if(typeof f!="object"||f instanceof RegExp||typeof f.compare!="function")throw new Error(`"${o}": format "${m}" does not define "compare" function`);let p=e.scopeValue("formats",{key:m,ref:f,code:i.code.formats?(0,pt._)`${i.code.formats}${(0,pt.getProperty)(m)}`:void 0});t.fail$data(d(p))}function d(m){return(0,pt._)`${m}.compare(${r}, ${n}) ${Qs[o].fail} 0`}},dependencies:["format"]};var hT=t=>(t.addKeyword(dn.formatLimitDefinition),t);dn.default=hT});var Ng=S((yo,Og)=>{"use strict";Object.defineProperty(yo,"__esModule",{value:!0});var pn=Pg(),gT=Eg(),Al=V(),Rg=new Al.Name("fullFormats"),yT=new Al.Name("fastFormats"),Ml=(t,e={keywords:!0})=>{if(Array.isArray(e))return Ig(t,e,pn.fullFormats,Rg),t;let[r,n]=e.mode==="fast"?[pn.fastFormats,yT]:[pn.fullFormats,Rg],o=e.formats||pn.formatNames;return Ig(t,o,r,n),e.keywords&&(0,gT.default)(t),t};Ml.get=(t,e="full")=>{let n=(e==="fast"?pn.fastFormats:pn.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function Ig(t,e,r,n){var o,s;(o=(s=t.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,Al._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}Og.exports=yo=Ml;Object.defineProperty(yo,"__esModule",{value:!0});yo.default=Ml});var P={};di(P,{BRAND:()=>Ly,DIRTY:()=>Gt,EMPTY_PATH:()=>vy,INVALID:()=>j,NEVER:()=>k_,OK:()=>Te,ParseStatus:()=>xe,Schema:()=>F,ZodAny:()=>Nt,ZodArray:()=>St,ZodBigInt:()=>Xt,ZodBoolean:()=>Qt,ZodBranded:()=>hn,ZodCatch:()=>lr,ZodDate:()=>er,ZodDefault:()=>ur,ZodDiscriminatedUnion:()=>$o,ZodEffects:()=>Ge,ZodEnum:()=>ar,ZodError:()=>je,ZodFirstPartyTypeKind:()=>$,ZodFunction:()=>ko,ZodIntersection:()=>or,ZodIssueCode:()=>b,ZodLazy:()=>sr,ZodLiteral:()=>ir,ZodMap:()=>jr,ZodNaN:()=>Mr,ZodNativeEnum:()=>cr,ZodNever:()=>ot,ZodNull:()=>rr,ZodNullable:()=>ht,ZodNumber:()=>Yt,ZodObject:()=>Me,ZodOptional:()=>Ae,ZodParsedType:()=>z,ZodPipeline:()=>gn,ZodPromise:()=>Ct,ZodReadonly:()=>dr,ZodRecord:()=>wo,ZodSchema:()=>F,ZodSet:()=>Ar,ZodString:()=>Ot,ZodSymbol:()=>Cr,ZodTransformer:()=>Ge,ZodTuple:()=>mt,ZodType:()=>F,ZodUndefined:()=>tr,ZodUnion:()=>nr,ZodUnknown:()=>kt,ZodVoid:()=>Zr,addIssueToContext:()=>k,any:()=>Gy,array:()=>e_,bigint:()=>Hy,boolean:()=>sd,coerce:()=>w_,custom:()=>rd,date:()=>By,datetimeRegex:()=>ed,defaultErrorMap:()=>$t,discriminatedUnion:()=>n_,effect:()=>h_,enum:()=>p_,function:()=>u_,getErrorMap:()=>Ir,getParsedType:()=>ft,instanceof:()=>Fy,intersection:()=>o_,isAborted:()=>bo,isAsync:()=>Or,isDirty:()=>xo,isValid:()=>It,late:()=>Uy,lazy:()=>l_,literal:()=>d_,makeIssue:()=>mn,map:()=>a_,nan:()=>Vy,nativeEnum:()=>f_,never:()=>Xy,null:()=>Wy,nullable:()=>y_,number:()=>od,object:()=>hi,objectUtil:()=>pi,oboolean:()=>$_,onumber:()=>x_,optional:()=>g_,ostring:()=>b_,pipeline:()=>v_,preprocess:()=>__,promise:()=>m_,quotelessJson:()=>gy,record:()=>i_,set:()=>c_,setErrorMap:()=>_y,strictObject:()=>t_,string:()=>nd,symbol:()=>Jy,transformer:()=>h_,tuple:()=>s_,undefined:()=>Ky,union:()=>r_,unknown:()=>Yy,util:()=>J,void:()=>Qy});var J;(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})(J||(J={}));var pi;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(pi||(pi={}));var z=J.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),ft=t=>{switch(typeof t){case"undefined":return z.undefined;case"string":return z.string;case"number":return Number.isNaN(t)?z.nan:z.number;case"boolean":return z.boolean;case"function":return z.function;case"bigint":return z.bigint;case"symbol":return z.symbol;case"object":return Array.isArray(t)?z.array:t===null?z.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?z.promise:typeof Map<"u"&&t instanceof Map?z.map:typeof Set<"u"&&t instanceof Set?z.set:typeof Date<"u"&&t instanceof Date?z.date:z.object;default:return z.unknown}};var b=J.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"]),gy=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),je=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union")i.unionErrors.map(o);else if(i.code==="invalid_return_type")o(i.returnTypeError);else if(i.code==="invalid_arguments")o(i.argumentsError);else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return o(this),n}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,J.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},n=[];for(let o of this.issues)if(o.path.length>0){let s=o.path[0];r[s]=r[s]||[],r[s].push(e(o))}else n.push(e(o));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};je.create=t=>new je(t);var yy=(t,e)=>{let r;switch(t.code){case b.invalid_type:t.received===z.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case b.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,J.jsonStringifyReplacer)}`;break;case b.unrecognized_keys:r=`Unrecognized key(s) in object: ${J.joinValues(t.keys,", ")}`;break;case b.invalid_union:r="Invalid input";break;case b.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${J.joinValues(t.options)}`;break;case b.invalid_enum_value:r=`Invalid enum value. Expected ${J.joinValues(t.options)}, received '${t.received}'`;break;case b.invalid_arguments:r="Invalid function arguments";break;case b.invalid_return_type:r="Invalid function return type";break;case b.invalid_date:r="Invalid date";break;case b.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}"`:J.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case b.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 b.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 b.custom:r="Invalid input";break;case b.invalid_intersection_types:r="Intersection results could not be merged";break;case b.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case b.not_finite:r="Number must be finite";break;default:r=e.defaultError,J.assertNever(t)}return{message:r}},$t=yy;var Wl=$t;function _y(t){Wl=t}function Ir(){return Wl}var mn=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}},vy=[];function k(t,e){let r=Ir(),n=mn({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===$t?void 0:$t].filter(o=>!!o)});t.common.issues.push(n)}var xe=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let n=[];for(let o of r){if(o.status==="aborted")return 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"}),Gt=t=>({status:"dirty",value:t}),Te=t=>({status:"valid",value:t}),bo=t=>t.status==="aborted",xo=t=>t.status==="dirty",It=t=>t.status==="valid",Or=t=>typeof Promise<"u"&&t instanceof Promise;var R;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(R||(R={}));var We=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}},Gl=(t,e)=>{if(It(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new je(t.common.issues);return this._error=r,this._error}}};function 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 F=class{get description(){return this._def.description}_getType(e){return ft(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:ft(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new xe,ctx:{common:e.parent.common,data:e.data,parsedType:ft(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(Or(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:ft(e)},o=this._parseSync({data:e,path:n.path,parent:n});return Gl(n,o)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:ft(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return It(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=>It(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:ft(e)},o=this._parse({data:e,path:n.path,parent:n}),s=await(Or(o)?o:Promise.resolve(o));return Gl(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:b.custom,...n(o)});return typeof Promise<"u"&&i instanceof Promise?i.then(c=>c?!0:(a(),!1)):i?!0:(a(),!1)})}refinement(e,r){return this._refinement((n,o)=>e(n)?!0:(o.addIssue(typeof r=="function"?r(n,o):r),!1))}_refinement(e){return new Ge({schema:this,typeName:$.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return Ae.create(this,this._def)}nullable(){return ht.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return St.create(this)}promise(){return Ct.create(this,this._def)}or(e){return nr.create([this,e],this._def)}and(e){return or.create(this,e,this._def)}transform(e){return new Ge({...L(this._def),schema:this,typeName:$.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new ur({...L(this._def),innerType:this,defaultValue:r,typeName:$.ZodDefault})}brand(){return new hn({typeName:$.ZodBranded,type:this,...L(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new lr({...L(this._def),innerType:this,catchValue:r,typeName:$.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return gn.create(this,e)}readonly(){return dr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},by=/^c[^\s-]{8,}$/i,xy=/^[0-9a-z]+$/,$y=/^[0-9A-HJKMNP-TV-Z]{26}$/i,wy=/^[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,ky=/^[a-z0-9_-]{21}$/i,Sy=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,zy=/^[-+]?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)?)??$/,Ty=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Py="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",fi,Ey=/^(?:(?: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])$/,Ry=/^(?:(?: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])$/,Iy=/^(([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]))$/,Oy=/^(([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])$/,Ny=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Cy=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Xl="((\\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])))",Zy=new RegExp(`^${Xl}$`);function Ql(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 jy(t){return new RegExp(`^${Ql(t)}$`)}function ed(t){let e=`${Xl}T${Ql(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 Ay(t,e){return!!((e==="v4"||!e)&&Ey.test(t)||(e==="v6"||!e)&&Iy.test(t))}function My(t,e){if(!Sy.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 qy(t,e){return!!((e==="v4"||!e)&&Ry.test(t)||(e==="v6"||!e)&&Oy.test(t))}var Ot=class t extends F{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==z.string){let s=this._getOrReturnCtx(e);return k(s,{code:b.invalid_type,expected:z.string,received:s.parsedType}),j}let n=new xe,o;for(let s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:b.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="max")e.data.length>s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:b.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="length"){let i=e.data.length>s.value,a=e.data.length<s.value;(i||a)&&(o=this._getOrReturnCtx(e,o),i?k(o,{code:b.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&k(o,{code:b.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")Ty.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"email",code:b.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")fi||(fi=new RegExp(Py,"u")),fi.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"emoji",code:b.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")wy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"uuid",code:b.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")ky.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"nanoid",code:b.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")by.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cuid",code:b.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")xy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cuid2",code:b.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")$y.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"ulid",code:b.invalid_string,message:s.message}),n.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{o=this._getOrReturnCtx(e,o),k(o,{validation:"url",code:b.invalid_string,message:s.message}),n.dirty()}else s.kind==="regex"?(s.regex.lastIndex=0,s.regex.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"regex",code:b.invalid_string,message:s.message}),n.dirty())):s.kind==="trim"?e.data=e.data.trim():s.kind==="includes"?e.data.includes(s.value,s.position)||(o=this._getOrReturnCtx(e,o),k(o,{code:b.invalid_string,validation:{includes:s.value,position:s.position},message:s.message}),n.dirty()):s.kind==="toLowerCase"?e.data=e.data.toLowerCase():s.kind==="toUpperCase"?e.data=e.data.toUpperCase():s.kind==="startsWith"?e.data.startsWith(s.value)||(o=this._getOrReturnCtx(e,o),k(o,{code:b.invalid_string,validation:{startsWith:s.value},message:s.message}),n.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(o=this._getOrReturnCtx(e,o),k(o,{code:b.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?ed(s).test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:b.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?Zy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:b.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?jy(s).test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:b.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?zy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"duration",code:b.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?Ay(e.data,s.version)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"ip",code:b.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?My(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"jwt",code:b.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?qy(e.data,s.version)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cidr",code:b.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?Ny.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"base64",code:b.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?Cy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"base64url",code:b.invalid_string,message:s.message}),n.dirty()):J.assertNever(s);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(o=>e.test(o),{validation:r,code:b.invalid_string,...R.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...R.errToObj(e)})}url(e){return this._addCheck({kind:"url",...R.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...R.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...R.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...R.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...R.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...R.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...R.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...R.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...R.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...R.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...R.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...R.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,...R.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,...R.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...R.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...R.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...R.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...R.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...R.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...R.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...R.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...R.errToObj(r)})}nonempty(e){return this.min(1,R.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}};Ot.create=t=>new Ot({checks:[],typeName:$.ZodString,coerce:t?.coerce??!1,...L(t)});function Dy(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 Yt=class t extends F{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==z.number){let s=this._getOrReturnCtx(e);return k(s,{code:b.invalid_type,expected:z.number,received:s.parsedType}),j}let n,o=new xe;for(let s of this._def.checks)s.kind==="int"?J.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),k(n,{code:b.invalid_type,expected:"integer",received:"float",message:s.message}),o.dirty()):s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:b.too_small,minimum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:b.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?Dy(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),k(n,{code:b.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),k(n,{code:b.not_finite,message:s.message}),o.dirty()):J.assertNever(s);return{status:o.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,R.toString(r))}gt(e,r){return this.setLimit("min",e,!1,R.toString(r))}lte(e,r){return this.setLimit("max",e,!0,R.toString(r))}lt(e,r){return this.setLimit("max",e,!1,R.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:R.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:R.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:R.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:R.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:R.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:R.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:R.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:R.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:R.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:R.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"&&J.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)}};Yt.create=t=>new Yt({checks:[],typeName:$.ZodNumber,coerce:t?.coerce||!1,...L(t)});var Xt=class t extends F{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==z.bigint)return this._getInvalidInput(e);let n,o=new xe;for(let s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:b.too_small,type:"bigint",minimum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:b.too_big,type:"bigint",maximum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="multipleOf"?e.data%s.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),k(n,{code:b.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):J.assertNever(s);return{status:o.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return k(r,{code:b.invalid_type,expected:z.bigint,received:r.parsedType}),j}gte(e,r){return this.setLimit("min",e,!0,R.toString(r))}gt(e,r){return this.setLimit("min",e,!1,R.toString(r))}lte(e,r){return this.setLimit("max",e,!0,R.toString(r))}lt(e,r){return this.setLimit("max",e,!1,R.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:R.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:R.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:R.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:R.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:R.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:R.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}};Xt.create=t=>new Xt({checks:[],typeName:$.ZodBigInt,coerce:t?.coerce??!1,...L(t)});var Qt=class extends F{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==z.boolean){let n=this._getOrReturnCtx(e);return k(n,{code:b.invalid_type,expected:z.boolean,received:n.parsedType}),j}return Te(e.data)}};Qt.create=t=>new Qt({typeName:$.ZodBoolean,coerce:t?.coerce||!1,...L(t)});var er=class t extends F{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==z.date){let s=this._getOrReturnCtx(e);return k(s,{code:b.invalid_type,expected:z.date,received:s.parsedType}),j}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return k(s,{code:b.invalid_date}),j}let n=new xe,o;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:b.too_small,message:s.message,inclusive:!0,exact:!1,minimum:s.value,type:"date"}),n.dirty()):s.kind==="max"?e.data.getTime()>s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:b.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):J.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:R.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:R.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}};er.create=t=>new er({checks:[],coerce:t?.coerce||!1,typeName:$.ZodDate,...L(t)});var Cr=class extends F{_parse(e){if(this._getType(e)!==z.symbol){let n=this._getOrReturnCtx(e);return k(n,{code:b.invalid_type,expected:z.symbol,received:n.parsedType}),j}return Te(e.data)}};Cr.create=t=>new Cr({typeName:$.ZodSymbol,...L(t)});var tr=class extends F{_parse(e){if(this._getType(e)!==z.undefined){let n=this._getOrReturnCtx(e);return k(n,{code:b.invalid_type,expected:z.undefined,received:n.parsedType}),j}return Te(e.data)}};tr.create=t=>new tr({typeName:$.ZodUndefined,...L(t)});var rr=class extends F{_parse(e){if(this._getType(e)!==z.null){let n=this._getOrReturnCtx(e);return k(n,{code:b.invalid_type,expected:z.null,received:n.parsedType}),j}return Te(e.data)}};rr.create=t=>new rr({typeName:$.ZodNull,...L(t)});var Nt=class extends F{constructor(){super(...arguments),this._any=!0}_parse(e){return Te(e.data)}};Nt.create=t=>new Nt({typeName:$.ZodAny,...L(t)});var kt=class extends F{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Te(e.data)}};kt.create=t=>new kt({typeName:$.ZodUnknown,...L(t)});var ot=class extends F{_parse(e){let r=this._getOrReturnCtx(e);return k(r,{code:b.invalid_type,expected:z.never,received:r.parsedType}),j}};ot.create=t=>new ot({typeName:$.ZodNever,...L(t)});var Zr=class extends F{_parse(e){if(this._getType(e)!==z.undefined){let n=this._getOrReturnCtx(e);return k(n,{code:b.invalid_type,expected:z.void,received:n.parsedType}),j}return Te(e.data)}};Zr.create=t=>new Zr({typeName:$.ZodVoid,...L(t)});var St=class t extends F{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),o=this._def;if(r.parsedType!==z.array)return k(r,{code:b.invalid_type,expected:z.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)&&(k(r,{code:i?b.too_big:b.too_small,minimum:a?o.exactLength.value:void 0,maximum:i?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),n.dirty())}if(o.minLength!==null&&r.data.length<o.minLength.value&&(k(r,{code:b.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),n.dirty()),o.maxLength!==null&&r.data.length>o.maxLength.value&&(k(r,{code:b.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 We(r,i,r.path,a)))).then(i=>xe.mergeArray(n,i));let s=[...r.data].map((i,a)=>o.type._parseSync(new We(r,i,r.path,a)));return xe.mergeArray(n,s)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:R.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:R.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:R.toString(r)}})}nonempty(e){return this.min(1,e)}};St.create=(t,e)=>new St({type:t,minLength:null,maxLength:null,exactLength:null,typeName:$.ZodArray,...L(e)});function Nr(t){if(t instanceof Me){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Ae.create(Nr(n))}return new Me({...t._def,shape:()=>e})}else return t instanceof St?new St({...t._def,type:Nr(t.element)}):t instanceof Ae?Ae.create(Nr(t.unwrap())):t instanceof ht?ht.create(Nr(t.unwrap())):t instanceof mt?mt.create(t.items.map(e=>Nr(e))):t}var Me=class t extends F{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=J.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==z.object){let u=this._getOrReturnCtx(e);return k(u,{code:b.invalid_type,expected:z.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 ot&&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 We(o,d,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof ot){let u=this._def.unknownKeys;if(u==="passthrough")for(let l of a)c.push({key:{status:"valid",value:l},value:{status:"valid",value:o.data[l]}});else if(u==="strict")a.length>0&&(k(o,{code:b.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 We(o,d,o.path,l)),alwaysSet:l in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let u=[];for(let l of c){let d=await l.key,m=await l.value;u.push({key:d,value:m,alwaysSet:l.alwaysSet})}return u}).then(u=>xe.mergeObjectSync(n,u)):xe.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return R.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:R.errToObj(e).message??o}:{message:o}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:$.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let n of J.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 J.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return Nr(this)}partial(e){let r={};for(let n of J.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 J.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof Ae;)s=s._def.innerType;r[n]=s}return new t({...this._def,shape:()=>r})}keyof(){return td(J.objectKeys(this.shape))}};Me.create=(t,e)=>new Me({shape:()=>t,unknownKeys:"strip",catchall:ot.create(),typeName:$.ZodObject,...L(e)});Me.strictCreate=(t,e)=>new Me({shape:()=>t,unknownKeys:"strict",catchall:ot.create(),typeName:$.ZodObject,...L(e)});Me.lazycreate=(t,e)=>new Me({shape:t,unknownKeys:"strip",catchall:ot.create(),typeName:$.ZodObject,...L(e)});var nr=class extends F{_parse(e){let{ctx:r}=this._processInputParams(e),n=this._def.options;function o(s){for(let a of s)if(a.result.status==="valid")return a.result;for(let a of s)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;let i=s.map(a=>new je(a.ctx.common.issues));return k(r,{code:b.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},l=c._parseSync({data:r.data,path:r.path,parent:u});if(l.status==="valid")return l;l.status==="dirty"&&!s&&(s={result:l,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(s)return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(c=>new je(c));return k(r,{code:b.invalid_union,unionErrors:a}),j}}get options(){return this._def.options}};nr.create=(t,e)=>new nr({options:t,typeName:$.ZodUnion,...L(e)});var wt=t=>t instanceof sr?wt(t.schema):t instanceof Ge?wt(t.innerType()):t instanceof ir?[t.value]:t instanceof ar?t.options:t instanceof cr?J.objectValues(t.enum):t instanceof ur?wt(t._def.innerType):t instanceof tr?[void 0]:t instanceof rr?[null]:t instanceof Ae?[void 0,...wt(t.unwrap())]:t instanceof ht?[null,...wt(t.unwrap())]:t instanceof hn||t instanceof dr?wt(t.unwrap()):t instanceof lr?wt(t._def.innerType):[],$o=class t extends F{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==z.object)return k(r,{code:b.invalid_type,expected:z.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}):(k(r,{code:b.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=wt(s.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of i){if(o.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);o.set(a,s)}}return new t({typeName:$.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:o,...L(n)})}};function mi(t,e){let r=ft(t),n=ft(e);if(t===e)return{valid:!0,data:t};if(r===z.object&&n===z.object){let o=J.objectKeys(e),s=J.objectKeys(t).filter(a=>o.indexOf(a)!==-1),i={...t,...e};for(let a of s){let c=mi(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===z.array&&n===z.array){if(t.length!==e.length)return{valid:!1};let o=[];for(let s=0;s<t.length;s++){let i=t[s],a=e[s],c=mi(i,a);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===z.date&&n===z.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var or=class extends F{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=(s,i)=>{if(bo(s)||bo(i))return j;let a=mi(s.value,i.value);return a.valid?((xo(s)||xo(i))&&r.dirty(),{status:r.value,value:a.data}):(k(n,{code:b.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}))}};or.create=(t,e,r)=>new or({left:t,right:e,typeName:$.ZodIntersection,...L(r)});var mt=class t extends F{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.array)return k(n,{code:b.invalid_type,expected:z.array,received:n.parsedType}),j;if(n.data.length<this._def.items.length)return k(n,{code:b.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),j;!this._def.rest&&n.data.length>this._def.items.length&&(k(n,{code:b.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 We(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(s).then(i=>xe.mergeArray(r,i)):xe.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};mt.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new mt({items:t,typeName:$.ZodTuple,rest:null,...L(e)})};var wo=class t extends F{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!==z.object)return k(n,{code:b.invalid_type,expected:z.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 We(n,a,n.path,a)),value:i._parse(new We(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?xe.mergeObjectAsync(r,o):xe.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof F?new t({keyType:e,valueType:r,typeName:$.ZodRecord,...L(n)}):new t({keyType:Ot.create(),valueType:e,typeName:$.ZodRecord,...L(r)})}},jr=class extends F{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!==z.map)return k(n,{code:b.invalid_type,expected:z.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 We(n,a,n.path,[u,"key"])),value:s._parse(new We(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 j;(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 j;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}}}};jr.create=(t,e,r)=>new jr({valueType:e,keyType:t,typeName:$.ZodMap,...L(r)});var Ar=class t extends F{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.set)return k(n,{code:b.invalid_type,expected:z.set,received:n.parsedType}),j;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(k(n,{code:b.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),r.dirty()),o.maxSize!==null&&n.data.size>o.maxSize.value&&(k(n,{code:b.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 j;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 We(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:R.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:R.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};Ar.create=(t,e)=>new Ar({valueType:t,minSize:null,maxSize:null,typeName:$.ZodSet,...L(e)});var ko=class t extends F{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==z.function)return k(r,{code:b.invalid_type,expected:z.function,received:r.parsedType}),j;function n(a,c){return mn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Ir(),$t].filter(u=>!!u),issueData:{code:b.invalid_arguments,argumentsError:c}})}function o(a,c){return mn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Ir(),$t].filter(u=>!!u),issueData:{code:b.invalid_return_type,returnTypeError:c}})}let s={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof Ct){let a=this;return Te(async function(...c){let u=new je([]),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 Te(function(...c){let u=a._def.args.safeParse(c,s);if(!u.success)throw new je([n(c,u.error)]);let l=Reflect.apply(i,this,u.data),d=a._def.returns.safeParse(l,s);if(!d.success)throw new je([o(l,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:mt.create(e).rest(kt.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new t({args:e||mt.create([]).rest(kt.create()),returns:r||kt.create(),typeName:$.ZodFunction,...L(n)})}},sr=class extends F{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})}};sr.create=(t,e)=>new sr({getter:t,typeName:$.ZodLazy,...L(e)});var ir=class extends F{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return k(r,{received:r.data,code:b.invalid_literal,expected:this._def.value}),j}return{status:"valid",value:e.data}}get value(){return this._def.value}};ir.create=(t,e)=>new ir({value:t,typeName:$.ZodLiteral,...L(e)});function td(t,e){return new ar({values:t,typeName:$.ZodEnum,...L(e)})}var ar=class t extends F{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return k(r,{expected:J.joinValues(n),received:r.parsedType,code:b.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 k(r,{received:r.data,code:b.invalid_enum_value,options:n}),j}return Te(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})}};ar.create=td;var cr=class extends F{_parse(e){let r=J.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==z.string&&n.parsedType!==z.number){let o=J.objectValues(r);return k(n,{expected:J.joinValues(o),received:n.parsedType,code:b.invalid_type}),j}if(this._cache||(this._cache=new Set(J.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let o=J.objectValues(r);return k(n,{received:n.data,code:b.invalid_enum_value,options:o}),j}return Te(e.data)}get enum(){return this._def.values}};cr.create=(t,e)=>new cr({values:t,typeName:$.ZodNativeEnum,...L(e)});var Ct=class extends F{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==z.promise&&r.common.async===!1)return k(r,{code:b.invalid_type,expected:z.promise,received:r.parsedType}),j;let n=r.parsedType===z.promise?r.data:Promise.resolve(r.data);return Te(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};Ct.create=(t,e)=>new Ct({type:t,typeName:$.ZodPromise,...L(e)});var Ge=class extends F{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===$.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=this._def.effect||null,s={addIssue:i=>{k(n,i),i.fatal?r.abort():r.dirty()},get path(){return n.path}};if(s.addIssue=s.addIssue.bind(s),o.type==="preprocess"){let i=o.transform(n.data,s);if(n.common.async)return Promise.resolve(i).then(async a=>{if(r.value==="aborted")return j;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?j:c.status==="dirty"?Gt(c.value):r.value==="dirty"?Gt(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"?Gt(a.value):r.value==="dirty"?Gt(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(!It(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=>It(i)?Promise.resolve(o.transform(i.value,s)).then(a=>({status:r.value,value:a})):j);J.assertNever(o)}};Ge.create=(t,e,r)=>new Ge({schema:t,typeName:$.ZodEffects,effect:e,...L(r)});Ge.createWithPreprocess=(t,e,r)=>new Ge({schema:e,effect:{type:"preprocess",transform:t},typeName:$.ZodEffects,...L(r)});var Ae=class extends F{_parse(e){return this._getType(e)===z.undefined?Te(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Ae.create=(t,e)=>new Ae({innerType:t,typeName:$.ZodOptional,...L(e)});var ht=class extends F{_parse(e){return this._getType(e)===z.null?Te(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};ht.create=(t,e)=>new ht({innerType:t,typeName:$.ZodNullable,...L(e)});var ur=class extends F{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===z.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};ur.create=(t,e)=>new ur({innerType:t,typeName:$.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...L(e)});var lr=class extends F{_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 Or(o)?o.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new je(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new je(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};lr.create=(t,e)=>new lr({innerType:t,typeName:$.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...L(e)});var Mr=class extends F{_parse(e){if(this._getType(e)!==z.nan){let n=this._getOrReturnCtx(e);return k(n,{code:b.invalid_type,expected:z.nan,received:n.parsedType}),j}return{status:"valid",value:e.data}}};Mr.create=t=>new Mr({typeName:$.ZodNaN,...L(t)});var Ly=Symbol("zod_brand"),hn=class extends F{_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}},gn=class t extends F{_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(),Gt(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:$.ZodPipeline})}},dr=class extends F{_parse(e){let r=this._def.innerType._parse(e),n=o=>(It(o)&&(o.value=Object.freeze(o.value)),o);return Or(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};dr.create=(t,e)=>new dr({innerType:t,typeName:$.ZodReadonly,...L(e)});function Yl(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function rd(t,e={},r){return t?Nt.create().superRefine((n,o)=>{let s=t(n);if(s instanceof Promise)return s.then(i=>{if(!i){let a=Yl(e,n),c=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:c})}});if(!s){let i=Yl(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):Nt.create()}var Uy={object:Me.lazycreate},$;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})($||($={}));var Fy=(t,e={message:`Input not instance of ${t.name}`})=>rd(r=>r instanceof t,e),nd=Ot.create,od=Yt.create,Vy=Mr.create,Hy=Xt.create,sd=Qt.create,By=er.create,Jy=Cr.create,Ky=tr.create,Wy=rr.create,Gy=Nt.create,Yy=kt.create,Xy=ot.create,Qy=Zr.create,e_=St.create,hi=Me.create,t_=Me.strictCreate,r_=nr.create,n_=$o.create,o_=or.create,s_=mt.create,i_=wo.create,a_=jr.create,c_=Ar.create,u_=ko.create,l_=sr.create,d_=ir.create,p_=ar.create,f_=cr.create,m_=Ct.create,h_=Ge.create,g_=Ae.create,y_=ht.create,__=Ge.createWithPreprocess,v_=gn.create,b_=()=>nd().optional(),x_=()=>od().optional(),$_=()=>sd().optional(),w_={string:t=>Ot.create({...t,coerce:!0}),number:t=>Yt.create({...t,coerce:!0}),boolean:t=>Qt.create({...t,coerce:!0}),bigint:t=>Xt.create({...t,coerce:!0}),date:t=>er.create({...t,coerce:!0})};var k_=j;var S_=Object.freeze({status:"aborted"});function _(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 z_=Symbol("zod_brand"),zt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},So={};function Ve(t){return t&&Object.assign(So,t),So}var K={};di(K,{BIGINT_FORMAT_RANGES:()=>ad,Class:()=>yi,NUMBER_FORMAT_RANGES:()=>ki,aborted:()=>fr,allowsEval:()=>xi,assert:()=>I_,assertEqual:()=>T_,assertIs:()=>E_,assertNever:()=>R_,assertNotEqual:()=>P_,assignProp:()=>bi,cached:()=>vn,captureStackTrace:()=>To,cleanEnum:()=>V_,cleanRegex:()=>xn,clone:()=>He,createTransparentProxy:()=>A_,defineLazy:()=>ie,esc:()=>pr,escapeRegex:()=>Zt,extend:()=>D_,finalizeIssue:()=>st,floatSafeRemainder:()=>vi,getElementAtPath:()=>O_,getEnumValues:()=>_n,getLengthableOrigin:()=>$n,getParsedType:()=>j_,getSizableOrigin:()=>cd,isObject:()=>qr,isPlainObject:()=>Dr,issue:()=>Si,joinValues:()=>zo,jsonStringifyReplacer:()=>_i,merge:()=>L_,normalizeParams:()=>A,nullish:()=>bn,numKeys:()=>Z_,omit:()=>q_,optionalKeys:()=>wi,partial:()=>U_,pick:()=>M_,prefixIssues:()=>gt,primitiveTypes:()=>id,promiseAllObject:()=>N_,propertyKeyTypes:()=>$i,randomString:()=>C_,required:()=>F_,stringifyPrimitive:()=>Po,unwrapMessage:()=>yn});function T_(t){return t}function P_(t){return t}function E_(t){}function R_(t){throw new Error}function I_(t){}function _n(t){let e=Object.values(t).filter(n=>typeof n=="number");return Object.entries(t).filter(([n,o])=>e.indexOf(+n)===-1).map(([n,o])=>o)}function zo(t,e="|"){return t.map(r=>Po(r)).join(e)}function _i(t,e){return typeof e=="bigint"?e.toString():e}function vn(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function bn(t){return t==null}function xn(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function vi(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 ie(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 bi(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function O_(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function N_(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 C_(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function pr(t){return JSON.stringify(t)}var To=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function qr(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var xi=vn(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function Dr(t){if(qr(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(qr(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function Z_(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var j_=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}`)}},$i=new Set(["string","number","symbol"]),id=new Set(["string","number","bigint","boolean","symbol","undefined"]);function Zt(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function He(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function A(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 A_(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 Po(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function wi(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var ki={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]},ad={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function M_(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 He(t,{...t._zod.def,shape:r,checks:[]})}function q_(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 He(t,{...t._zod.def,shape:r,checks:[]})}function D_(t,e){if(!Dr(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 bi(this,"shape",n),n},checks:[]};return He(t,r)}function L_(t,e){return He(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return bi(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function U_(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 He(e,{...e._zod.def,shape:o,checks:[]})}function F_(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 He(e,{...e._zod.def,shape:o,checks:[]})}function fr(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function gt(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function yn(t){return typeof t=="string"?t:t?.message}function st(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let o=yn(t.inst?._zod.def?.error?.(t))??yn(e?.error?.(t))??yn(r.customError?.(t))??yn(r.localeError?.(t))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function cd(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function $n(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function Si(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function V_(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var yi=class{constructor(...e){}};var ud=(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,_i,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},Eo=_("$ZodError",ud),wn=_("$ZodError",ud,{Parent:Error});function zi(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 Ti(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 Pi=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=>st(c,s,Ve())));throw To(a,o?.callee),a}return i.value},Ei=Pi(wn),Ri=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=>st(c,s,Ve())));throw To(a,o?.callee),a}return i.value},Ii=Ri(wn),Oi=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??Eo)(s.issues.map(i=>st(i,o,Ve())))}:{success:!0,data:s.value}},mr=Oi(wn),Ni=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=>st(i,o,Ve())))}:{success:!0,data:s.value}},hr=Ni(wn);var ld=/^[cC][^\s-]{8,}$/,dd=/^[0-9a-z]+$/,pd=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,fd=/^[0-9a-vA-V]{20}$/,md=/^[A-Za-z0-9]{27}$/,hd=/^[a-zA-Z0-9_-]{21}$/,gd=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var yd=/^([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})$/,Ci=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 _d=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var B_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function vd(){return new RegExp(B_,"u")}var bd=/^(?:(?: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})$/,$d=/^((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])$/,wd=/^(([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])$/,kd=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Zi=/^[A-Za-z0-9_-]*$/,Sd=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var zd=/^\+(?:[0-9]){6,14}[0-9]$/,Td="(?:(?:\\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])))",Pd=new RegExp(`^${Td}$`);function Ed(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 Rd(t){return new RegExp(`^${Ed(t)}$`)}function Id(t){let e=Ed({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(`^${Td}T(?:${n})$`)}var Od=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var Nd=/^\d+$/,Cd=/^-?\d+(?:\.\d+)?/i,Zd=/true|false/i,jd=/null/i;var Ad=/^[^A-Z]*$/,Md=/^[^a-z]*$/;var $e=_("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),qd={number:"number",bigint:"bigint",object:"date"},ji=_("$ZodCheckLessThan",(t,e)=>{$e.init(t,e);let r=qd[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})}}),Ai=_("$ZodCheckGreaterThan",(t,e)=>{$e.init(t,e);let r=qd[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})}}),Dd=_("$ZodCheckMultipleOf",(t,e)=>{$e.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):vi(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})}}),Ld=_("$ZodCheckNumberFormat",(t,e)=>{$e.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=ki[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=Nd)}),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 Ud=_("$ZodCheckMaxLength",(t,e)=>{var r;$e.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!bn(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=$n(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Fd=_("$ZodCheckMinLength",(t,e)=>{var r;$e.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!bn(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=$n(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Vd=_("$ZodCheckLengthEquals",(t,e)=>{var r;$e.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!bn(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=$n(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})}}),kn=_("$ZodCheckStringFormat",(t,e)=>{var r,n;$e.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=()=>{})}),Hd=_("$ZodCheckRegex",(t,e)=>{kn.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})}}),Bd=_("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Ad),kn.init(t,e)}),Jd=_("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Md),kn.init(t,e)}),Kd=_("$ZodCheckIncludes",(t,e)=>{$e.init(t,e);let r=Zt(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})}}),Wd=_("$ZodCheckStartsWith",(t,e)=>{$e.init(t,e);let r=new RegExp(`^${Zt(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})}}),Gd=_("$ZodCheckEndsWith",(t,e)=>{$e.init(t,e);let r=new RegExp(`.*${Zt(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 Yd=_("$ZodCheckOverwrite",(t,e)=>{$e.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var Io=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(`
8
+ deps: ${r}}`};var gz={keyword:"dependencies",type:"object",schemaType:"object",error:xt.error,code(t){let[e,r]=yz(t);ag(t,e),cg(t,r)}};function yz({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 ag(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,vo.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,vo.checkReportMissingProp)(t,u)}):(r.if((0,bl._)`${c} && (${(0,vo.checkMissingProp)(t,a,s)})`),(0,vo.reportMissingProp)(t,s),r.else())}}xt.validatePropertyDeps=ag;function cg(t,e=t.schema){let{gen:r,data:n,keyword:o,it:s}=t,i=r.name("valid");for(let a in e)(0,hz.alwaysValidSchema)(s,e[a])||(r.if((0,vo.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))}xt.validateSchemaDeps=cg;xt.default=gz});var dg=S(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});var lg=V(),_z=X(),vz={message:"property name must be valid",params:({params:t})=>(0,lg._)`{propertyName: ${t.propertyName}}`},bz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:vz,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,_z.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,lg.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};xl.default=bz});var wl=S($l=>{"use strict";Object.defineProperty($l,"__esModule",{value:!0});var Ys=nt(),ft=V(),xz=It(),Xs=X(),$z={message:"must NOT have additional properties",params:({params:t})=>(0,ft._)`{additionalProperty: ${t.additionalProperty}}`},wz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:$z,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,Xs.alwaysValidSchema)(i,r))return;let u=(0,Ys.allSchemaProperties)(n.properties),l=(0,Ys.allSchemaProperties)(n.patternProperties);d(),t.ok((0,ft._)`${s} === ${xz.default.errors}`);function d(){e.forIn("key",o,g=>{!u.length&&!l.length?p(g):e.if(h(g),()=>p(g))})}function h(g){let b;if(u.length>8){let v=(0,Xs.schemaRefOrVal)(i,n.properties,"properties");b=(0,Ys.isOwnProperty)(e,v,g)}else u.length?b=(0,ft.or)(...u.map(v=>(0,ft._)`${g} === ${v}`)):b=ft.nil;return l.length&&(b=(0,ft.or)(b,...l.map(v=>(0,ft._)`${(0,Ys.usePattern)(t,v)}.test(${g})`))),(0,ft.not)(b)}function f(g){e.code((0,ft._)`delete ${o}[${g}]`)}function p(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,Xs.alwaysValidSchema)(i,r)){let b=e.name("valid");c.removeAdditional==="failing"?(m(g,b,!1),e.if((0,ft.not)(b),()=>{t.reset(),f(g)})):(m(g,b),a||e.if((0,ft.not)(b),()=>e.break()))}}function m(g,b,v){let w={keyword:"additionalProperties",dataProp:g,dataPropType:Xs.Type.Str};v===!1&&Object.assign(w,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(w,b)}}};$l.default=wz});var mg=S(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});var kz=no(),pg=nt(),kl=X(),fg=wl(),Sz={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&&fg.default.code(new kz.KeywordCxt(s,fg.default,"additionalProperties"));let i=(0,pg.allSchemaProperties)(r);for(let d of i)s.definedProperties.add(d);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=kl.mergeEvaluated.props(e,(0,kl.toHash)(i),s.props));let a=i.filter(d=>!(0,kl.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,pg.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)}}};Sl.default=Sz});var _g=S(zl=>{"use strict";Object.defineProperty(zl,"__esModule",{value:!0});var hg=nt(),Qs=V(),gg=X(),yg=X(),zz={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,hg.allSchemaProperties)(r),c=a.filter(m=>(0,gg.alwaysValidSchema)(s,r[m]));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 Qs.Name)&&(s.props=(0,yg.evaluatedPropsToName)(e,s.props));let{props:d}=s;h();function h(){for(let m of a)u&&f(m),s.allErrors?p(m):(e.var(l,!0),p(m),e.if(l))}function f(m){for(let g in u)new RegExp(m).test(g)&&(0,gg.checkStrictMode)(s,`property ${g} matches pattern ${m} (use allowMatchingProperties)`)}function p(m){e.forIn("key",n,g=>{e.if((0,Qs._)`${(0,hg.usePattern)(t,m)}.test(${g})`,()=>{let b=c.includes(m);b||t.subschema({keyword:"patternProperties",schemaProp:m,dataProp:g,dataPropType:yg.Type.Str},l),s.opts.unevaluated&&d!==!0?e.assign((0,Qs._)`${d}[${g}]`,!0):!b&&!s.allErrors&&e.if((0,Qs.not)(l),()=>e.break())})})}}};zl.default=zz});var vg=S(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});var Tz=X(),Pz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,Tz.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"}};Tl.default=Pz});var bg=S(Pl=>{"use strict";Object.defineProperty(Pl,"__esModule",{value:!0});var Ez=nt(),Rz={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:Ez.validateUnion,error:{message:"must match a schema in anyOf"}};Pl.default=Rz});var xg=S(El=>{"use strict";Object.defineProperty(El,"__esModule",{value:!0});var ei=V(),Iz=X(),Oz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,ei._)`{passingSchemas: ${t.passing}}`},Nz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:Oz,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,Iz.alwaysValidSchema)(o,l)?e.var(c,!0):h=t.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},c),d>0&&e.if((0,ei._)`${c} && ${i}`).assign(i,!1).assign(a,(0,ei._)`[${a}, ${d}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,d),h&&t.mergeEvaluated(h,ei.Name)})})}}};El.default=Nz});var $g=S(Rl=>{"use strict";Object.defineProperty(Rl,"__esModule",{value:!0});var Cz=X(),Zz={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,Cz.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:i},o);t.ok(o),t.mergeEvaluated(a)})}};Rl.default=Zz});var Sg=S(Il=>{"use strict";Object.defineProperty(Il,"__esModule",{value:!0});var ti=V(),kg=X(),Az={message:({params:t})=>(0,ti.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,ti._)`{failingKeyword: ${t.ifClause}}`},jz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:Az,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,kg.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=wg(n,"then"),s=wg(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,ti.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,ti._)`${l}`):t.setParams({ifClause:l})}}}};function wg(t,e){let r=t.schema[e];return r!==void 0&&!(0,kg.alwaysValidSchema)(t,r)}Il.default=jz});var zg=S(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});var Mz=X(),Dz={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,Mz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};Ol.default=Dz});var Tg=S(Nl=>{"use strict";Object.defineProperty(Nl,"__esModule",{value:!0});var qz=hl(),Lz=ng(),Fz=gl(),Uz=sg(),Vz=ig(),Hz=ug(),Bz=dg(),Jz=wl(),Kz=mg(),Wz=_g(),Gz=vg(),Yz=bg(),Xz=xg(),Qz=$g(),eT=Sg(),tT=zg();function rT(t=!1){let e=[Gz.default,Yz.default,Xz.default,Qz.default,eT.default,tT.default,Bz.default,Jz.default,Hz.default,Kz.default,Wz.default];return t?e.push(Lz.default,Uz.default):e.push(qz.default,Fz.default),e.push(Vz.default),e}Nl.default=rT});var Pg=S(Cl=>{"use strict";Object.defineProperty(Cl,"__esModule",{value:!0});var ye=V(),nT={message:({schemaCode:t})=>(0,ye.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,ye._)`{format: ${t}}`},oT={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:nT,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 p=r.scopeValue("formats",{ref:d.formats,code:c.code.formats}),m=r.const("fDef",(0,ye._)`${p}[${i}]`),g=r.let("fType"),b=r.let("format");r.if((0,ye._)`typeof ${m} == "object" && !(${m} instanceof RegExp)`,()=>r.assign(g,(0,ye._)`${m}.type || "string"`).assign(b,(0,ye._)`${m}.validate`),()=>r.assign(g,(0,ye._)`"string"`).assign(b,m)),t.fail$data((0,ye.or)(v(),w()));function v(){return c.strictSchema===!1?ye.nil:(0,ye._)`${i} && !${b}`}function w(){let E=l.$async?(0,ye._)`(${m}.async ? await ${b}(${n}) : ${b}(${n}))`:(0,ye._)`${b}(${n})`,Z=(0,ye._)`(typeof ${b} == "function" ? ${E} : ${b}.test(${n}))`;return(0,ye._)`${b} && ${b} !== true && ${g} === ${e} && !${Z}`}}function f(){let p=d.formats[s];if(!p){v();return}if(p===!0)return;let[m,g,b]=w(p);m===e&&t.pass(E());function v(){if(c.strictSchema===!1){d.logger.warn(Z());return}throw new Error(Z());function Z(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function w(Z){let Oe=Z instanceof RegExp?(0,ye.regexpCode)(Z):c.code.formats?(0,ye._)`${c.code.formats}${(0,ye.getProperty)(s)}`:void 0,Ge=r.scopeValue("formats",{key:s,ref:Z,code:Oe});return typeof Z=="object"&&!(Z instanceof RegExp)?[Z.type||"string",Z.validate,(0,ye._)`${Ge}.validate`]:["string",Z,Ge]}function E(){if(typeof p=="object"&&!(p instanceof RegExp)&&p.async){if(!l.$async)throw new Error("async format in sync schema");return(0,ye._)`await ${b}(${n})`}return typeof g=="function"?(0,ye._)`${b}(${n})`:(0,ye._)`${b}.test(${n})`}}}};Cl.default=oT});var Eg=S(Zl=>{"use strict";Object.defineProperty(Zl,"__esModule",{value:!0});var sT=Pg(),iT=[sT.default];Zl.default=iT});var Rg=S(un=>{"use strict";Object.defineProperty(un,"__esModule",{value:!0});un.contentVocabulary=un.metadataVocabulary=void 0;un.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];un.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var Og=S(Al=>{"use strict";Object.defineProperty(Al,"__esModule",{value:!0});var aT=Dh(),cT=Qh(),uT=Tg(),lT=Eg(),Ig=Rg(),dT=[aT.default,cT.default,(0,uT.default)(),lT.default,Ig.metadataVocabulary,Ig.contentVocabulary];Al.default=dT});var Cg=S(ri=>{"use strict";Object.defineProperty(ri,"__esModule",{value:!0});ri.DiscrError=void 0;var Ng;(function(t){t.Tag="tag",t.Mapping="mapping"})(Ng||(ri.DiscrError=Ng={}))});var Ag=S(Ml=>{"use strict";Object.defineProperty(Ml,"__esModule",{value:!0});var ln=V(),jl=Cg(),Zg=js(),pT=oo(),fT=X(),mT={message:({params:{discrError:t,tagName:e}})=>t===jl.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,ln._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},hT={keyword:"discriminator",type:"object",schemaType:"object",error:mT,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,ln._)`${r}${(0,ln.getProperty)(a)}`);e.if((0,ln._)`typeof ${u} == "string"`,()=>l(),()=>t.error(!1,{discrError:jl.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function l(){let f=h();e.if(!1);for(let p in f)e.elseIf((0,ln._)`${u} === ${p}`),e.assign(c,d(f[p]));e.else(),t.error(!1,{discrError:jl.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function d(f){let p=e.name("valid"),m=t.subschema({keyword:"oneOf",schemaProp:f},p);return t.mergeEvaluated(m,ln.Name),p}function h(){var f;let p={},m=b(o),g=!0;for(let E=0;E<i.length;E++){let Z=i[E];if(Z?.$ref&&!(0,fT.schemaHasRulesButRef)(Z,s.self.RULES)){let Ge=Z.$ref;if(Z=Zg.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,Ge),Z instanceof Zg.SchemaEnv&&(Z=Z.schema),Z===void 0)throw new pT.default(s.opts.uriResolver,s.baseId,Ge)}let Oe=(f=Z?.properties)===null||f===void 0?void 0:f[a];if(typeof Oe!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);g=g&&(m||b(Z)),v(Oe,E)}if(!g)throw new Error(`discriminator: "${a}" must be required`);return p;function b({required:E}){return Array.isArray(E)&&E.includes(a)}function v(E,Z){if(E.const)w(E.const,Z);else if(E.enum)for(let Oe of E.enum)w(Oe,Z);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function w(E,Z){if(typeof E!="string"||E in p)throw new Error(`discriminator: "${a}" values must be unique strings`);p[E]=Z}}}};Ml.default=hT});var jg=S((RN,gT)=>{gT.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 ql=S((de,Dl)=>{"use strict";Object.defineProperty(de,"__esModule",{value:!0});de.MissingRefError=de.ValidationError=de.CodeGen=de.Name=de.nil=de.stringify=de.str=de._=de.KeywordCxt=de.Ajv=void 0;var yT=Nh(),_T=Og(),vT=Ag(),Mg=jg(),bT=["/properties"],ni="http://json-schema.org/draft-07/schema",dn=class extends yT.default{_addVocabularies(){super._addVocabularies(),_T.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(vT.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(Mg,bT):Mg;this.addMetaSchema(e,ni,!1),this.refs["http://json-schema.org/schema"]=ni}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(ni)?ni:void 0)}};de.Ajv=dn;Dl.exports=de=dn;Dl.exports.Ajv=dn;Object.defineProperty(de,"__esModule",{value:!0});de.default=dn;var xT=no();Object.defineProperty(de,"KeywordCxt",{enumerable:!0,get:function(){return xT.KeywordCxt}});var pn=V();Object.defineProperty(de,"_",{enumerable:!0,get:function(){return pn._}});Object.defineProperty(de,"str",{enumerable:!0,get:function(){return pn.str}});Object.defineProperty(de,"stringify",{enumerable:!0,get:function(){return pn.stringify}});Object.defineProperty(de,"nil",{enumerable:!0,get:function(){return pn.nil}});Object.defineProperty(de,"Name",{enumerable:!0,get:function(){return pn.Name}});Object.defineProperty(de,"CodeGen",{enumerable:!0,get:function(){return pn.CodeGen}});var $T=Zs();Object.defineProperty(de,"ValidationError",{enumerable:!0,get:function(){return $T.default}});var wT=oo();Object.defineProperty(de,"MissingRefError",{enumerable:!0,get:function(){return wT.default}})});var Bg=S(wt=>{"use strict";Object.defineProperty(wt,"__esModule",{value:!0});wt.formatNames=wt.fastFormats=wt.fullFormats=void 0;function $t(t,e){return{validate:t,compare:e}}wt.fullFormats={date:$t(Fg,Vl),time:$t(Fl(!0),Hl),"date-time":$t(Dg(!0),Vg),"iso-time":$t(Fl(),Ug),"iso-date-time":$t(Dg(),Hg),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:ET,"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:AT,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:RT,int32:{type:"number",validate:NT},int64:{type:"number",validate:CT},float:{type:"number",validate:Lg},double:{type:"number",validate:Lg},password:!0,binary:!0};wt.fastFormats={...wt.fullFormats,date:$t(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Vl),time:$t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,Hl),"date-time":$t(/^\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,Vg),"iso-time":$t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,Ug),"iso-date-time":$t(/^\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,Hg),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};wt.formatNames=Object.keys(wt.fullFormats);function kT(t){return t%4===0&&(t%100!==0||t%400===0)}var ST=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,zT=[0,31,28,31,30,31,30,31,31,30,31,30,31];function Fg(t){let e=ST.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&&kT(r)?29:zT[n])}function Vl(t,e){if(t&&e)return t>e?1:t<e?-1:0}var Ll=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function Fl(t){return function(r){let n=Ll.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 Hl(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 Ug(t,e){if(!(t&&e))return;let r=Ll.exec(t),n=Ll.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 Ul=/t|\s/i;function Dg(t){let e=Fl(t);return function(n){let o=n.split(Ul);return o.length===2&&Fg(o[0])&&e(o[1])}}function Vg(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function Hg(t,e){if(!(t&&e))return;let[r,n]=t.split(Ul),[o,s]=e.split(Ul),i=Vl(r,o);if(i!==void 0)return i||Hl(n,s)}var TT=/\/|:/,PT=/^(?:[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 ET(t){return TT.test(t)&&PT.test(t)}var qg=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function RT(t){return qg.lastIndex=0,qg.test(t)}var IT=-(2**31),OT=2**31-1;function NT(t){return Number.isInteger(t)&&t<=OT&&t>=IT}function CT(t){return Number.isInteger(t)}function Lg(){return!0}var ZT=/[^\\]\\Z/;function AT(t){if(ZT.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var Jg=S(fn=>{"use strict";Object.defineProperty(fn,"__esModule",{value:!0});fn.formatLimitDefinition=void 0;var jT=ql(),mt=V(),Gt=mt.operators,oi={formatMaximum:{okStr:"<=",ok:Gt.LTE,fail:Gt.GT},formatMinimum:{okStr:">=",ok:Gt.GTE,fail:Gt.LT},formatExclusiveMaximum:{okStr:"<",ok:Gt.LT,fail:Gt.GTE},formatExclusiveMinimum:{okStr:">",ok:Gt.GT,fail:Gt.LTE}},MT={message:({keyword:t,schemaCode:e})=>(0,mt.str)`should be ${oi[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,mt._)`{comparison: ${oi[t].okStr}, limit: ${e}}`};fn.formatLimitDefinition={keyword:Object.keys(oi),type:"string",schemaType:"string",$data:!0,error:MT,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 jT.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,mt._)`${h}[${c.schemaCode}]`);t.fail$data((0,mt.or)((0,mt._)`typeof ${f} != "object"`,(0,mt._)`${f} instanceof RegExp`,(0,mt._)`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 p=e.scopeValue("formats",{key:h,ref:f,code:i.code.formats?(0,mt._)`${i.code.formats}${(0,mt.getProperty)(h)}`:void 0});t.fail$data(d(p))}function d(h){return(0,mt._)`${h}.compare(${r}, ${n}) ${oi[o].fail} 0`}},dependencies:["format"]};var DT=t=>(t.addKeyword(fn.formatLimitDefinition),t);fn.default=DT});var Yg=S((bo,Gg)=>{"use strict";Object.defineProperty(bo,"__esModule",{value:!0});var mn=Bg(),qT=Jg(),Bl=V(),Kg=new Bl.Name("fullFormats"),LT=new Bl.Name("fastFormats"),Jl=(t,e={keywords:!0})=>{if(Array.isArray(e))return Wg(t,e,mn.fullFormats,Kg),t;let[r,n]=e.mode==="fast"?[mn.fastFormats,LT]:[mn.fullFormats,Kg],o=e.formats||mn.formatNames;return Wg(t,o,r,n),e.keywords&&(0,qT.default)(t),t};Jl.get=(t,e="full")=>{let n=(e==="fast"?mn.fastFormats:mn.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function Wg(t,e,r,n){var o,s;(o=(s=t.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,Bl._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}Gg.exports=bo=Jl;Object.defineProperty(bo,"__esModule",{value:!0});bo.default=Jl});var P={};gi(P,{BRAND:()=>s_,DIRTY:()=>Xt,EMPTY_PATH:()=>jy,INVALID:()=>A,NEVER:()=>F_,OK:()=>Te,ParseStatus:()=>xe,Schema:()=>U,ZodAny:()=>Zt,ZodArray:()=>Tt,ZodBigInt:()=>er,ZodBoolean:()=>tr,ZodBranded:()=>yn,ZodCatch:()=>pr,ZodDate:()=>rr,ZodDefault:()=>dr,ZodDiscriminatedUnion:()=>So,ZodEffects:()=>Xe,ZodEnum:()=>ur,ZodError:()=>je,ZodFirstPartyTypeKind:()=>$,ZodFunction:()=>To,ZodIntersection:()=>ir,ZodIssueCode:()=>x,ZodLazy:()=>ar,ZodLiteral:()=>cr,ZodMap:()=>Dr,ZodNaN:()=>Lr,ZodNativeEnum:()=>lr,ZodNever:()=>it,ZodNull:()=>or,ZodNullable:()=>yt,ZodNumber:()=>Qt,ZodObject:()=>De,ZodOptional:()=>Me,ZodParsedType:()=>z,ZodPipeline:()=>_n,ZodPromise:()=>At,ZodReadonly:()=>fr,ZodRecord:()=>zo,ZodSchema:()=>U,ZodSet:()=>qr,ZodString:()=>Ct,ZodSymbol:()=>jr,ZodTransformer:()=>Xe,ZodTuple:()=>gt,ZodType:()=>U,ZodUndefined:()=>nr,ZodUnion:()=>sr,ZodUnknown:()=>zt,ZodVoid:()=>Mr,addIssueToContext:()=>k,any:()=>m_,array:()=>__,bigint:()=>u_,boolean:()=>md,coerce:()=>L_,custom:()=>dd,date:()=>l_,datetimeRegex:()=>ud,defaultErrorMap:()=>kt,discriminatedUnion:()=>x_,effect:()=>N_,enum:()=>R_,function:()=>T_,getErrorMap:()=>Cr,getParsedType:()=>ht,instanceof:()=>a_,intersection:()=>$_,isAborted:()=>wo,isAsync:()=>Zr,isDirty:()=>ko,isValid:()=>Nt,late:()=>i_,lazy:()=>P_,literal:()=>E_,makeIssue:()=>gn,map:()=>S_,nan:()=>c_,nativeEnum:()=>I_,never:()=>g_,null:()=>f_,nullable:()=>Z_,number:()=>fd,object:()=>bi,objectUtil:()=>yi,oboolean:()=>q_,onumber:()=>D_,optional:()=>C_,ostring:()=>M_,pipeline:()=>j_,preprocess:()=>A_,promise:()=>O_,quotelessJson:()=>Cy,record:()=>k_,set:()=>z_,setErrorMap:()=>Ay,strictObject:()=>v_,string:()=>pd,symbol:()=>d_,transformer:()=>N_,tuple:()=>w_,undefined:()=>p_,union:()=>b_,unknown:()=>h_,util:()=>J,void:()=>y_});var J;(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})(J||(J={}));var yi;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(yi||(yi={}));var z=J.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),ht=t=>{switch(typeof t){case"undefined":return z.undefined;case"string":return z.string;case"number":return Number.isNaN(t)?z.nan:z.number;case"boolean":return z.boolean;case"function":return z.function;case"bigint":return z.bigint;case"symbol":return z.symbol;case"object":return Array.isArray(t)?z.array:t===null?z.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?z.promise:typeof Map<"u"&&t instanceof Map?z.map:typeof Set<"u"&&t instanceof Set?z.set:typeof Date<"u"&&t instanceof Date?z.date:z.object;default:return z.unknown}};var x=J.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"]),Cy=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),je=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union")i.unionErrors.map(o);else if(i.code==="invalid_return_type")o(i.returnTypeError);else if(i.code==="invalid_arguments")o(i.argumentsError);else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return o(this),n}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,J.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},n=[];for(let o of this.issues)if(o.path.length>0){let s=o.path[0];r[s]=r[s]||[],r[s].push(e(o))}else n.push(e(o));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};je.create=t=>new je(t);var Zy=(t,e)=>{let r;switch(t.code){case x.invalid_type:t.received===z.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case x.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,J.jsonStringifyReplacer)}`;break;case x.unrecognized_keys:r=`Unrecognized key(s) in object: ${J.joinValues(t.keys,", ")}`;break;case x.invalid_union:r="Invalid input";break;case x.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${J.joinValues(t.options)}`;break;case x.invalid_enum_value:r=`Invalid enum value. Expected ${J.joinValues(t.options)}, received '${t.received}'`;break;case x.invalid_arguments:r="Invalid function arguments";break;case x.invalid_return_type:r="Invalid function return type";break;case x.invalid_date:r="Invalid date";break;case x.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}"`:J.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case x.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 x.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 x.custom:r="Invalid input";break;case x.invalid_intersection_types:r="Intersection results could not be merged";break;case x.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case x.not_finite:r="Number must be finite";break;default:r=e.defaultError,J.assertNever(t)}return{message:r}},kt=Zy;var od=kt;function Ay(t){od=t}function Cr(){return od}var gn=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}},jy=[];function k(t,e){let r=Cr(),n=gn({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===kt?void 0:kt].filter(o=>!!o)});t.common.issues.push(n)}var xe=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let n=[];for(let o of r){if(o.status==="aborted")return A;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 A;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}}},A=Object.freeze({status:"aborted"}),Xt=t=>({status:"dirty",value:t}),Te=t=>({status:"valid",value:t}),wo=t=>t.status==="aborted",ko=t=>t.status==="dirty",Nt=t=>t.status==="valid",Zr=t=>typeof Promise<"u"&&t instanceof Promise;var R;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(R||(R={}));var Ye=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}},sd=(t,e)=>{if(Nt(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new je(t.common.issues);return this._error=r,this._error}}};function 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 U=class{get description(){return this._def.description}_getType(e){return ht(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:ht(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new xe,ctx:{common:e.parent.common,data:e.data,parsedType:ht(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(Zr(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:ht(e)},o=this._parseSync({data:e,path:n.path,parent:n});return sd(n,o)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:ht(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return Nt(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=>Nt(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:ht(e)},o=this._parse({data:e,path:n.path,parent:n}),s=await(Zr(o)?o:Promise.resolve(o));return sd(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:x.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 Xe({schema:this,typeName:$.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return Me.create(this,this._def)}nullable(){return yt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Tt.create(this)}promise(){return At.create(this,this._def)}or(e){return sr.create([this,e],this._def)}and(e){return ir.create(this,e,this._def)}transform(e){return new Xe({...L(this._def),schema:this,typeName:$.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new dr({...L(this._def),innerType:this,defaultValue:r,typeName:$.ZodDefault})}brand(){return new yn({typeName:$.ZodBranded,type:this,...L(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new pr({...L(this._def),innerType:this,catchValue:r,typeName:$.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return _n.create(this,e)}readonly(){return fr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},My=/^c[^\s-]{8,}$/i,Dy=/^[0-9a-z]+$/,qy=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Ly=/^[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,Fy=/^[a-z0-9_-]{21}$/i,Uy=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Vy=/^[-+]?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)?)??$/,Hy=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,By="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",_i,Jy=/^(?:(?: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])$/,Ky=/^(?:(?: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])$/,Wy=/^(([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]))$/,Gy=/^(([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])$/,Yy=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Xy=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,ad="((\\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])))",Qy=new RegExp(`^${ad}$`);function cd(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 e_(t){return new RegExp(`^${cd(t)}$`)}function ud(t){let e=`${ad}T${cd(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 t_(t,e){return!!((e==="v4"||!e)&&Jy.test(t)||(e==="v6"||!e)&&Wy.test(t))}function r_(t,e){if(!Uy.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 n_(t,e){return!!((e==="v4"||!e)&&Ky.test(t)||(e==="v6"||!e)&&Gy.test(t))}var Ct=class t extends U{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==z.string){let s=this._getOrReturnCtx(e);return k(s,{code:x.invalid_type,expected:z.string,received:s.parsedType}),A}let n=new xe,o;for(let s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:x.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="max")e.data.length>s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:x.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="length"){let i=e.data.length>s.value,a=e.data.length<s.value;(i||a)&&(o=this._getOrReturnCtx(e,o),i?k(o,{code:x.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&k(o,{code:x.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")Hy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"email",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")_i||(_i=new RegExp(By,"u")),_i.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"emoji",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")Ly.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"uuid",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")Fy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"nanoid",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")My.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cuid",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")Dy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cuid2",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")qy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"ulid",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{o=this._getOrReturnCtx(e,o),k(o,{validation:"url",code:x.invalid_string,message:s.message}),n.dirty()}else s.kind==="regex"?(s.regex.lastIndex=0,s.regex.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"regex",code:x.invalid_string,message:s.message}),n.dirty())):s.kind==="trim"?e.data=e.data.trim():s.kind==="includes"?e.data.includes(s.value,s.position)||(o=this._getOrReturnCtx(e,o),k(o,{code:x.invalid_string,validation:{includes:s.value,position:s.position},message:s.message}),n.dirty()):s.kind==="toLowerCase"?e.data=e.data.toLowerCase():s.kind==="toUpperCase"?e.data=e.data.toUpperCase():s.kind==="startsWith"?e.data.startsWith(s.value)||(o=this._getOrReturnCtx(e,o),k(o,{code:x.invalid_string,validation:{startsWith:s.value},message:s.message}),n.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(o=this._getOrReturnCtx(e,o),k(o,{code:x.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?ud(s).test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:x.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?Qy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:x.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?e_(s).test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:x.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?Vy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"duration",code:x.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?t_(e.data,s.version)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"ip",code:x.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?r_(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"jwt",code:x.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?n_(e.data,s.version)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cidr",code:x.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?Yy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"base64",code:x.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?Xy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"base64url",code:x.invalid_string,message:s.message}),n.dirty()):J.assertNever(s);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(o=>e.test(o),{validation:r,code:x.invalid_string,...R.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...R.errToObj(e)})}url(e){return this._addCheck({kind:"url",...R.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...R.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...R.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...R.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...R.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...R.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...R.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...R.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...R.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...R.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...R.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...R.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,...R.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,...R.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...R.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...R.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...R.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...R.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...R.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...R.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...R.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...R.errToObj(r)})}nonempty(e){return this.min(1,R.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}};Ct.create=t=>new Ct({checks:[],typeName:$.ZodString,coerce:t?.coerce??!1,...L(t)});function o_(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(t.toFixed(o).replace(".","")),i=Number.parseInt(e.toFixed(o).replace(".",""));return s%i/10**o}var Qt=class t extends U{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==z.number){let s=this._getOrReturnCtx(e);return k(s,{code:x.invalid_type,expected:z.number,received:s.parsedType}),A}let n,o=new xe;for(let s of this._def.checks)s.kind==="int"?J.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),k(n,{code:x.invalid_type,expected:"integer",received:"float",message:s.message}),o.dirty()):s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:x.too_small,minimum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:x.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?o_(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),k(n,{code:x.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),k(n,{code:x.not_finite,message:s.message}),o.dirty()):J.assertNever(s);return{status:o.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,R.toString(r))}gt(e,r){return this.setLimit("min",e,!1,R.toString(r))}lte(e,r){return this.setLimit("max",e,!0,R.toString(r))}lt(e,r){return this.setLimit("max",e,!1,R.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:R.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:R.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:R.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:R.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:R.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:R.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:R.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:R.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:R.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:R.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"&&J.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(r)&&Number.isFinite(e)}};Qt.create=t=>new Qt({checks:[],typeName:$.ZodNumber,coerce:t?.coerce||!1,...L(t)});var er=class t extends U{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==z.bigint)return this._getInvalidInput(e);let n,o=new xe;for(let s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:x.too_small,type:"bigint",minimum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:x.too_big,type:"bigint",maximum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="multipleOf"?e.data%s.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),k(n,{code:x.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):J.assertNever(s);return{status:o.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return k(r,{code:x.invalid_type,expected:z.bigint,received:r.parsedType}),A}gte(e,r){return this.setLimit("min",e,!0,R.toString(r))}gt(e,r){return this.setLimit("min",e,!1,R.toString(r))}lte(e,r){return this.setLimit("max",e,!0,R.toString(r))}lt(e,r){return this.setLimit("max",e,!1,R.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:R.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:R.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:R.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:R.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:R.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:R.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};er.create=t=>new er({checks:[],typeName:$.ZodBigInt,coerce:t?.coerce??!1,...L(t)});var tr=class extends U{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==z.boolean){let n=this._getOrReturnCtx(e);return k(n,{code:x.invalid_type,expected:z.boolean,received:n.parsedType}),A}return Te(e.data)}};tr.create=t=>new tr({typeName:$.ZodBoolean,coerce:t?.coerce||!1,...L(t)});var rr=class t extends U{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==z.date){let s=this._getOrReturnCtx(e);return k(s,{code:x.invalid_type,expected:z.date,received:s.parsedType}),A}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return k(s,{code:x.invalid_date}),A}let n=new xe,o;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:x.too_small,message:s.message,inclusive:!0,exact:!1,minimum:s.value,type:"date"}),n.dirty()):s.kind==="max"?e.data.getTime()>s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:x.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):J.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:R.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:R.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};rr.create=t=>new rr({checks:[],coerce:t?.coerce||!1,typeName:$.ZodDate,...L(t)});var jr=class extends U{_parse(e){if(this._getType(e)!==z.symbol){let n=this._getOrReturnCtx(e);return k(n,{code:x.invalid_type,expected:z.symbol,received:n.parsedType}),A}return Te(e.data)}};jr.create=t=>new jr({typeName:$.ZodSymbol,...L(t)});var nr=class extends U{_parse(e){if(this._getType(e)!==z.undefined){let n=this._getOrReturnCtx(e);return k(n,{code:x.invalid_type,expected:z.undefined,received:n.parsedType}),A}return Te(e.data)}};nr.create=t=>new nr({typeName:$.ZodUndefined,...L(t)});var or=class extends U{_parse(e){if(this._getType(e)!==z.null){let n=this._getOrReturnCtx(e);return k(n,{code:x.invalid_type,expected:z.null,received:n.parsedType}),A}return Te(e.data)}};or.create=t=>new or({typeName:$.ZodNull,...L(t)});var Zt=class extends U{constructor(){super(...arguments),this._any=!0}_parse(e){return Te(e.data)}};Zt.create=t=>new Zt({typeName:$.ZodAny,...L(t)});var zt=class extends U{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Te(e.data)}};zt.create=t=>new zt({typeName:$.ZodUnknown,...L(t)});var it=class extends U{_parse(e){let r=this._getOrReturnCtx(e);return k(r,{code:x.invalid_type,expected:z.never,received:r.parsedType}),A}};it.create=t=>new it({typeName:$.ZodNever,...L(t)});var Mr=class extends U{_parse(e){if(this._getType(e)!==z.undefined){let n=this._getOrReturnCtx(e);return k(n,{code:x.invalid_type,expected:z.void,received:n.parsedType}),A}return Te(e.data)}};Mr.create=t=>new Mr({typeName:$.ZodVoid,...L(t)});var Tt=class t extends U{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),o=this._def;if(r.parsedType!==z.array)return k(r,{code:x.invalid_type,expected:z.array,received:r.parsedType}),A;if(o.exactLength!==null){let i=r.data.length>o.exactLength.value,a=r.data.length<o.exactLength.value;(i||a)&&(k(r,{code:i?x.too_big:x.too_small,minimum:a?o.exactLength.value:void 0,maximum:i?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),n.dirty())}if(o.minLength!==null&&r.data.length<o.minLength.value&&(k(r,{code:x.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),n.dirty()),o.maxLength!==null&&r.data.length>o.maxLength.value&&(k(r,{code:x.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 Ye(r,i,r.path,a)))).then(i=>xe.mergeArray(n,i));let s=[...r.data].map((i,a)=>o.type._parseSync(new Ye(r,i,r.path,a)));return xe.mergeArray(n,s)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:R.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:R.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:R.toString(r)}})}nonempty(e){return this.min(1,e)}};Tt.create=(t,e)=>new Tt({type:t,minLength:null,maxLength:null,exactLength:null,typeName:$.ZodArray,...L(e)});function Ar(t){if(t instanceof De){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Me.create(Ar(n))}return new De({...t._def,shape:()=>e})}else return t instanceof Tt?new Tt({...t._def,type:Ar(t.element)}):t instanceof Me?Me.create(Ar(t.unwrap())):t instanceof yt?yt.create(Ar(t.unwrap())):t instanceof gt?gt.create(t.items.map(e=>Ar(e))):t}var De=class t extends U{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=J.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==z.object){let u=this._getOrReturnCtx(e);return k(u,{code:x.invalid_type,expected:z.object,received:u.parsedType}),A}let{status:n,ctx:o}=this._processInputParams(e),{shape:s,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof it&&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 Ye(o,d,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof it){let u=this._def.unknownKeys;if(u==="passthrough")for(let l of a)c.push({key:{status:"valid",value:l},value:{status:"valid",value:o.data[l]}});else if(u==="strict")a.length>0&&(k(o,{code:x.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 Ye(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=>xe.mergeObjectSync(n,u)):xe.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return R.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:R.errToObj(e).message??o}:{message:o}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:$.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let n of J.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 J.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return Ar(this)}partial(e){let r={};for(let n of J.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 J.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof Me;)s=s._def.innerType;r[n]=s}return new t({...this._def,shape:()=>r})}keyof(){return ld(J.objectKeys(this.shape))}};De.create=(t,e)=>new De({shape:()=>t,unknownKeys:"strip",catchall:it.create(),typeName:$.ZodObject,...L(e)});De.strictCreate=(t,e)=>new De({shape:()=>t,unknownKeys:"strict",catchall:it.create(),typeName:$.ZodObject,...L(e)});De.lazycreate=(t,e)=>new De({shape:t,unknownKeys:"strip",catchall:it.create(),typeName:$.ZodObject,...L(e)});var sr=class extends U{_parse(e){let{ctx:r}=this._processInputParams(e),n=this._def.options;function o(s){for(let a of s)if(a.result.status==="valid")return a.result;for(let a of s)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;let i=s.map(a=>new je(a.ctx.common.issues));return k(r,{code:x.invalid_union,unionErrors:i}),A}if(r.common.async)return Promise.all(n.map(async s=>{let i={...r,common:{...r.common,issues:[]},parent:null};return{result:await s._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(o);{let s,i=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},l=c._parseSync({data:r.data,path:r.path,parent:u});if(l.status==="valid")return l;l.status==="dirty"&&!s&&(s={result:l,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(s)return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(c=>new je(c));return k(r,{code:x.invalid_union,unionErrors:a}),A}}get options(){return this._def.options}};sr.create=(t,e)=>new sr({options:t,typeName:$.ZodUnion,...L(e)});var St=t=>t instanceof ar?St(t.schema):t instanceof Xe?St(t.innerType()):t instanceof cr?[t.value]:t instanceof ur?t.options:t instanceof lr?J.objectValues(t.enum):t instanceof dr?St(t._def.innerType):t instanceof nr?[void 0]:t instanceof or?[null]:t instanceof Me?[void 0,...St(t.unwrap())]:t instanceof yt?[null,...St(t.unwrap())]:t instanceof yn||t instanceof fr?St(t.unwrap()):t instanceof pr?St(t._def.innerType):[],So=class t extends U{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==z.object)return k(r,{code:x.invalid_type,expected:z.object,received:r.parsedType}),A;let n=this.discriminator,o=r.data[n],s=this.optionsMap.get(o);return s?r.common.async?s._parseAsync({data:r.data,path:r.path,parent:r}):s._parseSync({data:r.data,path:r.path,parent:r}):(k(r,{code:x.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),A)}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=St(s.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of i){if(o.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);o.set(a,s)}}return new t({typeName:$.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:o,...L(n)})}};function vi(t,e){let r=ht(t),n=ht(e);if(t===e)return{valid:!0,data:t};if(r===z.object&&n===z.object){let o=J.objectKeys(e),s=J.objectKeys(t).filter(a=>o.indexOf(a)!==-1),i={...t,...e};for(let a of s){let c=vi(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===z.array&&n===z.array){if(t.length!==e.length)return{valid:!1};let o=[];for(let s=0;s<t.length;s++){let i=t[s],a=e[s],c=vi(i,a);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===z.date&&n===z.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var ir=class extends U{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=(s,i)=>{if(wo(s)||wo(i))return A;let a=vi(s.value,i.value);return a.valid?((ko(s)||ko(i))&&r.dirty(),{status:r.value,value:a.data}):(k(n,{code:x.invalid_intersection_types}),A)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([s,i])=>o(s,i)):o(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};ir.create=(t,e,r)=>new ir({left:t,right:e,typeName:$.ZodIntersection,...L(r)});var gt=class t extends U{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.array)return k(n,{code:x.invalid_type,expected:z.array,received:n.parsedType}),A;if(n.data.length<this._def.items.length)return k(n,{code:x.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),A;!this._def.rest&&n.data.length>this._def.items.length&&(k(n,{code:x.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 Ye(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(s).then(i=>xe.mergeArray(r,i)):xe.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};gt.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new gt({items:t,typeName:$.ZodTuple,rest:null,...L(e)})};var zo=class t extends U{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!==z.object)return k(n,{code:x.invalid_type,expected:z.object,received:n.parsedType}),A;let o=[],s=this._def.keyType,i=this._def.valueType;for(let a in n.data)o.push({key:s._parse(new Ye(n,a,n.path,a)),value:i._parse(new Ye(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?xe.mergeObjectAsync(r,o):xe.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof U?new t({keyType:e,valueType:r,typeName:$.ZodRecord,...L(n)}):new t({keyType:Ct.create(),valueType:e,typeName:$.ZodRecord,...L(r)})}},Dr=class extends U{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!==z.map)return k(n,{code:x.invalid_type,expected:z.map,received:n.parsedType}),A;let o=this._def.keyType,s=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:o._parse(new Ye(n,a,n.path,[u,"key"])),value:s._parse(new Ye(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 A;(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 A;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}}}};Dr.create=(t,e,r)=>new Dr({valueType:e,keyType:t,typeName:$.ZodMap,...L(r)});var qr=class t extends U{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.set)return k(n,{code:x.invalid_type,expected:z.set,received:n.parsedType}),A;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(k(n,{code:x.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),r.dirty()),o.maxSize!==null&&n.data.size>o.maxSize.value&&(k(n,{code:x.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 A;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 Ye(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:R.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:R.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};qr.create=(t,e)=>new qr({valueType:t,minSize:null,maxSize:null,typeName:$.ZodSet,...L(e)});var To=class t extends U{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==z.function)return k(r,{code:x.invalid_type,expected:z.function,received:r.parsedType}),A;function n(a,c){return gn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Cr(),kt].filter(u=>!!u),issueData:{code:x.invalid_arguments,argumentsError:c}})}function o(a,c){return gn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Cr(),kt].filter(u=>!!u),issueData:{code:x.invalid_return_type,returnTypeError:c}})}let s={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof At){let a=this;return Te(async function(...c){let u=new je([]),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 Te(function(...c){let u=a._def.args.safeParse(c,s);if(!u.success)throw new je([n(c,u.error)]);let l=Reflect.apply(i,this,u.data),d=a._def.returns.safeParse(l,s);if(!d.success)throw new je([o(l,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:gt.create(e).rest(zt.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||gt.create([]).rest(zt.create()),returns:r||zt.create(),typeName:$.ZodFunction,...L(n)})}},ar=class extends U{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};ar.create=(t,e)=>new ar({getter:t,typeName:$.ZodLazy,...L(e)});var cr=class extends U{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return k(r,{received:r.data,code:x.invalid_literal,expected:this._def.value}),A}return{status:"valid",value:e.data}}get value(){return this._def.value}};cr.create=(t,e)=>new cr({value:t,typeName:$.ZodLiteral,...L(e)});function ld(t,e){return new ur({values:t,typeName:$.ZodEnum,...L(e)})}var ur=class t extends U{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return k(r,{expected:J.joinValues(n),received:r.parsedType,code:x.invalid_type}),A}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let r=this._getOrReturnCtx(e),n=this._def.values;return k(r,{received:r.data,code:x.invalid_enum_value,options:n}),A}return Te(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(n=>!e.includes(n)),{...this._def,...r})}};ur.create=ld;var lr=class extends U{_parse(e){let r=J.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==z.string&&n.parsedType!==z.number){let o=J.objectValues(r);return k(n,{expected:J.joinValues(o),received:n.parsedType,code:x.invalid_type}),A}if(this._cache||(this._cache=new Set(J.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let o=J.objectValues(r);return k(n,{received:n.data,code:x.invalid_enum_value,options:o}),A}return Te(e.data)}get enum(){return this._def.values}};lr.create=(t,e)=>new lr({values:t,typeName:$.ZodNativeEnum,...L(e)});var At=class extends U{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==z.promise&&r.common.async===!1)return k(r,{code:x.invalid_type,expected:z.promise,received:r.parsedType}),A;let n=r.parsedType===z.promise?r.data:Promise.resolve(r.data);return Te(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};At.create=(t,e)=>new At({type:t,typeName:$.ZodPromise,...L(e)});var Xe=class extends U{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===$.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=this._def.effect||null,s={addIssue:i=>{k(n,i),i.fatal?r.abort():r.dirty()},get path(){return n.path}};if(s.addIssue=s.addIssue.bind(s),o.type==="preprocess"){let i=o.transform(n.data,s);if(n.common.async)return Promise.resolve(i).then(async a=>{if(r.value==="aborted")return A;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?A:c.status==="dirty"?Xt(c.value):r.value==="dirty"?Xt(c.value):c});{if(r.value==="aborted")return A;let a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?A:a.status==="dirty"?Xt(a.value):r.value==="dirty"?Xt(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"?A:(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"?A:(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(!Nt(i))return A;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=>Nt(i)?Promise.resolve(o.transform(i.value,s)).then(a=>({status:r.value,value:a})):A);J.assertNever(o)}};Xe.create=(t,e,r)=>new Xe({schema:t,typeName:$.ZodEffects,effect:e,...L(r)});Xe.createWithPreprocess=(t,e,r)=>new Xe({schema:e,effect:{type:"preprocess",transform:t},typeName:$.ZodEffects,...L(r)});var Me=class extends U{_parse(e){return this._getType(e)===z.undefined?Te(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Me.create=(t,e)=>new Me({innerType:t,typeName:$.ZodOptional,...L(e)});var yt=class extends U{_parse(e){return this._getType(e)===z.null?Te(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};yt.create=(t,e)=>new yt({innerType:t,typeName:$.ZodNullable,...L(e)});var dr=class extends U{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===z.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};dr.create=(t,e)=>new dr({innerType:t,typeName:$.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...L(e)});var pr=class extends U{_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 Zr(o)?o.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new je(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new je(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};pr.create=(t,e)=>new pr({innerType:t,typeName:$.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...L(e)});var Lr=class extends U{_parse(e){if(this._getType(e)!==z.nan){let n=this._getOrReturnCtx(e);return k(n,{code:x.invalid_type,expected:z.nan,received:n.parsedType}),A}return{status:"valid",value:e.data}}};Lr.create=t=>new Lr({typeName:$.ZodNaN,...L(t)});var s_=Symbol("zod_brand"),yn=class extends U{_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}},_n=class t extends U{_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"?A:s.status==="dirty"?(r.dirty(),Xt(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"?A:o.status==="dirty"?(r.dirty(),{status:"dirty",value:o.value}):this._def.out._parseSync({data:o.value,path:n.path,parent:n})}}static create(e,r){return new t({in:e,out:r,typeName:$.ZodPipeline})}},fr=class extends U{_parse(e){let r=this._def.innerType._parse(e),n=o=>(Nt(o)&&(o.value=Object.freeze(o.value)),o);return Zr(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};fr.create=(t,e)=>new fr({innerType:t,typeName:$.ZodReadonly,...L(e)});function id(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function dd(t,e={},r){return t?Zt.create().superRefine((n,o)=>{let s=t(n);if(s instanceof Promise)return s.then(i=>{if(!i){let a=id(e,n),c=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:c})}});if(!s){let i=id(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):Zt.create()}var i_={object:De.lazycreate},$;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})($||($={}));var a_=(t,e={message:`Input not instance of ${t.name}`})=>dd(r=>r instanceof t,e),pd=Ct.create,fd=Qt.create,c_=Lr.create,u_=er.create,md=tr.create,l_=rr.create,d_=jr.create,p_=nr.create,f_=or.create,m_=Zt.create,h_=zt.create,g_=it.create,y_=Mr.create,__=Tt.create,bi=De.create,v_=De.strictCreate,b_=sr.create,x_=So.create,$_=ir.create,w_=gt.create,k_=zo.create,S_=Dr.create,z_=qr.create,T_=To.create,P_=ar.create,E_=cr.create,R_=ur.create,I_=lr.create,O_=At.create,N_=Xe.create,C_=Me.create,Z_=yt.create,A_=Xe.createWithPreprocess,j_=_n.create,M_=()=>pd().optional(),D_=()=>fd().optional(),q_=()=>md().optional(),L_={string:t=>Ct.create({...t,coerce:!0}),number:t=>Qt.create({...t,coerce:!0}),boolean:t=>tr.create({...t,coerce:!0}),bigint:t=>er.create({...t,coerce:!0}),date:t=>rr.create({...t,coerce:!0})};var F_=A;var U_=Object.freeze({status:"aborted"});function _(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 V_=Symbol("zod_brand"),Pt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Po={};function Be(t){return t&&Object.assign(Po,t),Po}var K={};gi(K,{BIGINT_FORMAT_RANGES:()=>gd,Class:()=>$i,NUMBER_FORMAT_RANGES:()=>Ei,aborted:()=>hr,allowsEval:()=>zi,assert:()=>W_,assertEqual:()=>H_,assertIs:()=>J_,assertNever:()=>K_,assertNotEqual:()=>B_,assignProp:()=>Si,cached:()=>xn,captureStackTrace:()=>Ro,cleanEnum:()=>cv,cleanRegex:()=>wn,clone:()=>Je,createTransparentProxy:()=>tv,defineLazy:()=>ie,esc:()=>mr,escapeRegex:()=>jt,extend:()=>ov,finalizeIssue:()=>at,floatSafeRemainder:()=>ki,getElementAtPath:()=>G_,getEnumValues:()=>bn,getLengthableOrigin:()=>kn,getParsedType:()=>ev,getSizableOrigin:()=>yd,isObject:()=>Fr,isPlainObject:()=>Ur,issue:()=>Ri,joinValues:()=>Eo,jsonStringifyReplacer:()=>wi,merge:()=>sv,normalizeParams:()=>j,nullish:()=>$n,numKeys:()=>Q_,omit:()=>nv,optionalKeys:()=>Pi,partial:()=>iv,pick:()=>rv,prefixIssues:()=>_t,primitiveTypes:()=>hd,promiseAllObject:()=>Y_,propertyKeyTypes:()=>Ti,randomString:()=>X_,required:()=>av,stringifyPrimitive:()=>Io,unwrapMessage:()=>vn});function H_(t){return t}function B_(t){return t}function J_(t){}function K_(t){throw new Error}function W_(t){}function bn(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 Eo(t,e="|"){return t.map(r=>Io(r)).join(e)}function wi(t,e){return typeof e=="bigint"?e.toString():e}function xn(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function $n(t){return t==null}function wn(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function ki(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 ie(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 Si(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function G_(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function Y_(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 X_(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function mr(t){return JSON.stringify(t)}var Ro=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function Fr(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var zi=xn(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function Ur(t){if(Fr(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(Fr(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function Q_(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var ev=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}`)}},Ti=new Set(["string","number","symbol"]),hd=new Set(["string","number","bigint","boolean","symbol","undefined"]);function jt(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Je(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 tv(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 Io(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function Pi(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var Ei={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]},gd={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function rv(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 Je(t,{...t._zod.def,shape:r,checks:[]})}function nv(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 Je(t,{...t._zod.def,shape:r,checks:[]})}function ov(t,e){if(!Ur(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 Si(this,"shape",n),n},checks:[]};return Je(t,r)}function sv(t,e){return Je(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return Si(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function iv(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 Je(e,{...e._zod.def,shape:o,checks:[]})}function av(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 Je(e,{...e._zod.def,shape:o,checks:[]})}function hr(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function _t(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function vn(t){return typeof t=="string"?t:t?.message}function at(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let o=vn(t.inst?._zod.def?.error?.(t))??vn(e?.error?.(t))??vn(r.customError?.(t))??vn(r.localeError?.(t))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function yd(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function kn(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function Ri(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function cv(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var $i=class{constructor(...e){}};var _d=(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,wi,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},Oo=_("$ZodError",_d),Sn=_("$ZodError",_d,{Parent:Error});function Ii(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 Oi(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 Ni=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 Pt;if(i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>at(c,s,Be())));throw Ro(a,o?.callee),a}return i.value},Ci=Ni(Sn),Zi=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=>at(c,s,Be())));throw Ro(a,o?.callee),a}return i.value},Ai=Zi(Sn),ji=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 Pt;return s.issues.length?{success:!1,error:new(t??Oo)(s.issues.map(i=>at(i,o,Be())))}:{success:!0,data:s.value}},gr=ji(Sn),Mi=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=>at(i,o,Be())))}:{success:!0,data:s.value}},yr=Mi(Sn);var vd=/^[cC][^\s-]{8,}$/,bd=/^[0-9a-z]+$/,xd=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,$d=/^[0-9a-vA-V]{20}$/,wd=/^[A-Za-z0-9]{27}$/,kd=/^[a-zA-Z0-9_-]{21}$/,Sd=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var zd=/^([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})$/,Di=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 Td=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var lv="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Pd(){return new RegExp(lv,"u")}var Ed=/^(?:(?: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])$/,Rd=/^(([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})$/,Id=/^((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])$/,Od=/^(([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])$/,Nd=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,qi=/^[A-Za-z0-9_-]*$/,Cd=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var Zd=/^\+(?:[0-9]){6,14}[0-9]$/,Ad="(?:(?:\\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])))",jd=new RegExp(`^${Ad}$`);function Md(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 Dd(t){return new RegExp(`^${Md(t)}$`)}function qd(t){let e=Md({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(`^${Ad}T(?:${n})$`)}var Ld=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var Fd=/^\d+$/,Ud=/^-?\d+(?:\.\d+)?/i,Vd=/true|false/i,Hd=/null/i;var Bd=/^[^A-Z]*$/,Jd=/^[^a-z]*$/;var $e=_("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),Kd={number:"number",bigint:"bigint",object:"date"},Li=_("$ZodCheckLessThan",(t,e)=>{$e.init(t,e);let r=Kd[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})}}),Fi=_("$ZodCheckGreaterThan",(t,e)=>{$e.init(t,e);let r=Kd[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})}}),Wd=_("$ZodCheckMultipleOf",(t,e)=>{$e.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):ki(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})}}),Gd=_("$ZodCheckNumberFormat",(t,e)=>{$e.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=Ei[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=Fd)}),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 Yd=_("$ZodCheckMaxLength",(t,e)=>{var r;$e.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!$n(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=kn(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Xd=_("$ZodCheckMinLength",(t,e)=>{var r;$e.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!$n(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=kn(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Qd=_("$ZodCheckLengthEquals",(t,e)=>{var r;$e.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!$n(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=kn(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})}}),zn=_("$ZodCheckStringFormat",(t,e)=>{var r,n;$e.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=()=>{})}),ep=_("$ZodCheckRegex",(t,e)=>{zn.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})}}),tp=_("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Bd),zn.init(t,e)}),rp=_("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Jd),zn.init(t,e)}),np=_("$ZodCheckIncludes",(t,e)=>{$e.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})}}),op=_("$ZodCheckStartsWith",(t,e)=>{$e.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})}}),sp=_("$ZodCheckEndsWith",(t,e)=>{$e.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 ip=_("$ZodCheckOverwrite",(t,e)=>{$e.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var Co=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
9
  `).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(`
10
- `))}};var Qd={major:4,minor:0,patch:0};var ne=_("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=Qd;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=fr(s),u;for(let l of i){if(l._zod.def.when){if(!l._zod.def.when(s))continue}else if(c)continue;let d=s.issues.length,m=l._zod.check(s);if(m instanceof Promise&&a?.async===!1)throw new zt;if(u||m instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await m,s.issues.length!==d&&(c||(c=fr(s,d)))});else{if(s.issues.length===d)continue;c||(c=fr(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=mr(t,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return hr(t,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),Sn=_("$ZodString",(t,e)=>{ne.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??Od(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}}),ae=_("$ZodStringFormat",(t,e)=>{kn.init(t,e),Sn.init(t,e)}),qi=_("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=yd),ae.init(t,e)}),Di=_("$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=Ci(n))}else e.pattern??(e.pattern=Ci());ae.init(t,e)}),Li=_("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=_d),ae.init(t,e)}),Ui=_("$ZodURL",(t,e)=>{ae.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:Sd.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})}}}),Fi=_("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=vd()),ae.init(t,e)}),Vi=_("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=hd),ae.init(t,e)}),Hi=_("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=ld),ae.init(t,e)}),Bi=_("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=dd),ae.init(t,e)}),Ji=_("$ZodULID",(t,e)=>{e.pattern??(e.pattern=pd),ae.init(t,e)}),Ki=_("$ZodXID",(t,e)=>{e.pattern??(e.pattern=fd),ae.init(t,e)}),Wi=_("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=md),ae.init(t,e)}),up=_("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=Id(e)),ae.init(t,e)}),lp=_("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=Pd),ae.init(t,e)}),dp=_("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=Rd(e)),ae.init(t,e)}),pp=_("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=gd),ae.init(t,e)}),Gi=_("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=bd),ae.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),Yi=_("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=xd),ae.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})}}}),Xi=_("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=$d),ae.init(t,e)}),Qi=_("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=wd),ae.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 fp(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var ea=_("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=kd),ae.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{fp(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function J_(t){if(!Zi.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return fp(r)}var ta=_("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=Zi),ae.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),t._zod.check=r=>{J_(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),ra=_("$ZodE164",(t,e)=>{e.pattern??(e.pattern=zd),ae.init(t,e)});function K_(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 na=_("$ZodJWT",(t,e)=>{ae.init(t,e),t._zod.check=r=>{K_(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}});var No=_("$ZodNumber",(t,e)=>{ne.init(t,e),t._zod.pattern=t._zod.bag.pattern??Cd,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}}),oa=_("$ZodNumber",(t,e)=>{Ld.init(t,e),No.init(t,e)}),sa=_("$ZodBoolean",(t,e)=>{ne.init(t,e),t._zod.pattern=Zd,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 ia=_("$ZodNull",(t,e)=>{ne.init(t,e),t._zod.pattern=jd,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 aa=_("$ZodUnknown",(t,e)=>{ne.init(t,e),t._zod.parse=r=>r}),ca=_("$ZodNever",(t,e)=>{ne.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});function ep(t,e,r){t.issues.length&&e.issues.push(...gt(r,t.issues)),e.value[r]=t.value}var ua=_("$ZodArray",(t,e)=>{ne.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=>ep(u,r,i))):ep(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function Oo(t,e,r){t.issues.length&&e.issues.push(...gt(r,t.issues)),e.value[r]=t.value}function tp(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(...gt(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}var Co=_("$ZodObject",(t,e)=>{ne.init(t,e);let r=vn(()=>{let d=Object.keys(e.shape);for(let f of d)if(!(e.shape[f]instanceof ne))throw new Error(`Invalid element at key "${f}": expected a Zod schema`);let m=wi(e.shape);return{shape:e.shape,keys:d,keySet:new Set(d),numKeys:d.length,optionalKeys:new Set(m)}});ie(t._zod,"propValues",()=>{let d=e.shape,m={};for(let f in d){let p=d[f]._zod;if(p.values){m[f]??(m[f]=new Set);for(let h of p.values)m[f].add(h)}}return m});let n=d=>{let m=new Io(["shape","payload","ctx"]),f=r.value,p=x=>{let w=pr(x);return`shape[${w}]._zod.run({ value: input[${w}], issues: [] }, ctx)`};m.write("const input = payload.value;");let h=Object.create(null),y=0;for(let x of f.keys)h[x]=`key_${y++}`;m.write("const newResult = {}");for(let x of f.keys)if(f.optionalKeys.has(x)){let w=h[x];m.write(`const ${w} = ${p(x)};`);let E=pr(x);m.write(`
10
+ `))}};var cp={major:4,minor:0,patch:0};var ne=_("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=cp;let n=[...t._zod.def.checks??[]];t._zod.traits.has("$ZodCheck")&&n.unshift(t);for(let o of n)for(let s of o._zod.onattach)s(t);if(n.length===0)(r=t._zod).deferred??(r.deferred=[]),t._zod.deferred?.push(()=>{t._zod.run=t._zod.parse});else{let o=(s,i,a)=>{let c=hr(s),u;for(let l of i){if(l._zod.def.when){if(!l._zod.def.when(s))continue}else if(c)continue;let d=s.issues.length,h=l._zod.check(s);if(h instanceof Promise&&a?.async===!1)throw new Pt;if(u||h instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await h,s.issues.length!==d&&(c||(c=hr(s,d)))});else{if(s.issues.length===d)continue;c||(c=hr(s,d))}}return u?u.then(()=>s):s};t._zod.run=(s,i)=>{let a=t._zod.parse(s,i);if(a instanceof Promise){if(i.async===!1)throw new Pt;return a.then(c=>o(c,n,i))}return o(a,n,i)}}t["~standard"]={validate:o=>{try{let s=gr(t,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return yr(t,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),Tn=_("$ZodString",(t,e)=>{ne.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??Ld(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}}),ae=_("$ZodStringFormat",(t,e)=>{zn.init(t,e),Tn.init(t,e)}),Vi=_("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=zd),ae.init(t,e)}),Hi=_("$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=Di(n))}else e.pattern??(e.pattern=Di());ae.init(t,e)}),Bi=_("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=Td),ae.init(t,e)}),Ji=_("$ZodURL",(t,e)=>{ae.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:Cd.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})}}}),Ki=_("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=Pd()),ae.init(t,e)}),Wi=_("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=kd),ae.init(t,e)}),Gi=_("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=vd),ae.init(t,e)}),Yi=_("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=bd),ae.init(t,e)}),Xi=_("$ZodULID",(t,e)=>{e.pattern??(e.pattern=xd),ae.init(t,e)}),Qi=_("$ZodXID",(t,e)=>{e.pattern??(e.pattern=$d),ae.init(t,e)}),ea=_("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=wd),ae.init(t,e)}),_p=_("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=qd(e)),ae.init(t,e)}),vp=_("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=jd),ae.init(t,e)}),bp=_("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=Dd(e)),ae.init(t,e)}),xp=_("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=Sd),ae.init(t,e)}),ta=_("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=Ed),ae.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),ra=_("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=Rd),ae.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})}}}),na=_("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=Id),ae.init(t,e)}),oa=_("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=Od),ae.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 $p(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var sa=_("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=Nd),ae.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{$p(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function dv(t){if(!qi.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return $p(r)}var ia=_("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=qi),ae.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),t._zod.check=r=>{dv(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),aa=_("$ZodE164",(t,e)=>{e.pattern??(e.pattern=Zd),ae.init(t,e)});function pv(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 ca=_("$ZodJWT",(t,e)=>{ae.init(t,e),t._zod.check=r=>{pv(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}});var Ao=_("$ZodNumber",(t,e)=>{ne.init(t,e),t._zod.pattern=t._zod.bag.pattern??Ud,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}}),ua=_("$ZodNumber",(t,e)=>{Gd.init(t,e),Ao.init(t,e)}),la=_("$ZodBoolean",(t,e)=>{ne.init(t,e),t._zod.pattern=Vd,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 da=_("$ZodNull",(t,e)=>{ne.init(t,e),t._zod.pattern=Hd,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=_("$ZodUnknown",(t,e)=>{ne.init(t,e),t._zod.parse=r=>r}),fa=_("$ZodNever",(t,e)=>{ne.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});function up(t,e,r){t.issues.length&&e.issues.push(..._t(r,t.issues)),e.value[r]=t.value}var ma=_("$ZodArray",(t,e)=>{ne.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=>up(u,r,i))):up(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function Zo(t,e,r){t.issues.length&&e.issues.push(..._t(r,t.issues)),e.value[r]=t.value}function lp(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(..._t(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}var jo=_("$ZodObject",(t,e)=>{ne.init(t,e);let r=xn(()=>{let d=Object.keys(e.shape);for(let f of d)if(!(e.shape[f]instanceof ne))throw new Error(`Invalid element at key "${f}": expected a Zod schema`);let h=Pi(e.shape);return{shape:e.shape,keys:d,keySet:new Set(d),numKeys:d.length,optionalKeys:new Set(h)}});ie(t._zod,"propValues",()=>{let d=e.shape,h={};for(let f in d){let p=d[f]._zod;if(p.values){h[f]??(h[f]=new Set);for(let m of p.values)h[f].add(m)}}return h});let n=d=>{let h=new Co(["shape","payload","ctx"]),f=r.value,p=v=>{let w=mr(v);return`shape[${w}]._zod.run({ value: input[${w}], issues: [] }, ctx)`};h.write("const input = payload.value;");let m=Object.create(null),g=0;for(let v of f.keys)m[v]=`key_${g++}`;h.write("const newResult = {}");for(let v of f.keys)if(f.optionalKeys.has(v)){let w=m[v];h.write(`const ${w} = ${p(v)};`);let E=mr(v);h.write(`
11
11
  if (${w}.issues.length) {
12
12
  if (input[${E}] === undefined) {
13
13
  if (${E} in input) {
@@ -26,43 +26,43 @@ var ly=Object.create;var li=Object.defineProperty;var dy=Object.getOwnPropertyDe
26
26
  } else {
27
27
  newResult[${E}] = ${w}.value;
28
28
  }
29
- `)}else{let w=h[x];m.write(`const ${w} = ${p(x)};`),m.write(`
29
+ `)}else{let w=m[v];h.write(`const ${w} = ${p(v)};`),h.write(`
30
30
  if (${w}.issues.length) payload.issues = payload.issues.concat(${w}.issues.map(iss => ({
31
31
  ...iss,
32
- path: iss.path ? [${pr(x)}, ...iss.path] : [${pr(x)}]
33
- })));`),m.write(`newResult[${pr(x)}] = ${w}.value`)}m.write("payload.value = newResult;"),m.write("return payload;");let v=m.compile();return(x,w)=>v(d,x,w)},o,s=qr,i=!So.jitless,c=i&&xi.value,u=e.catchall,l;t._zod.parse=(d,m)=>{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 p=[];if(i&&c&&m?.async===!1&&m.jitless!==!0)o||(o=n(e.shape)),d=o(d,m);else{d.value={};let w=l.shape;for(let E of l.keys){let Z=w[E],Ie=Z._zod.run({value:f[E],issues:[]},m),Ke=Z._zod.optin==="optional"&&Z._zod.optout==="optional";Ie instanceof Promise?p.push(Ie.then(Rr=>Ke?tp(Rr,d,E,f):Oo(Rr,d,E))):Ke?tp(Ie,d,E,f):Oo(Ie,d,E)}}if(!u)return p.length?Promise.all(p).then(()=>d):d;let h=[],y=l.keySet,v=u._zod,x=v.def.type;for(let w of Object.keys(f)){if(y.has(w))continue;if(x==="never"){h.push(w);continue}let E=v.run({value:f[w],issues:[]},m);E instanceof Promise?p.push(E.then(Z=>Oo(Z,d,w))):Oo(E,d,w)}return h.length&&d.issues.push({code:"unrecognized_keys",keys:h,input:f,inst:t}),p.length?Promise.all(p).then(()=>d):d}});function rp(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=>st(s,n,Ve())))}),e}var Zo=_("$ZodUnion",(t,e)=>{ne.init(t,e),ie(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),ie(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),ie(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),ie(t._zod,"pattern",()=>{if(e.options.every(r=>r._zod.pattern)){let r=e.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>xn(n.source)).join("|")})$`)}}),t._zod.parse=(r,n)=>{let o=!1,s=[];for(let i of e.options){let a=i._zod.run({value:r.value,issues:[]},n);if(a instanceof Promise)s.push(a),o=!0;else{if(a.issues.length===0)return a;s.push(a)}}return o?Promise.all(s).then(i=>rp(i,r,t,n)):rp(s,r,t,n)}}),la=_("$ZodDiscriminatedUnion",(t,e)=>{Zo.init(t,e);let r=t._zod.parse;ie(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=vn(()=>{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(!qr(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)}}),da=_("$ZodIntersection",(t,e)=>{ne.init(t,e),t._zod.parse=(r,n)=>{let o=r.value,s=e.left._zod.run({value:o,issues:[]},n),i=e.right._zod.run({value:o,issues:[]},n);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([c,u])=>np(r,c,u)):np(r,s,i)}});function Mi(t,e){if(t===e)return{valid:!0,data:t};if(t instanceof Date&&e instanceof Date&&+t==+e)return{valid:!0,data:t};if(Dr(t)&&Dr(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=Mi(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=Mi(o,s);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function np(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),fr(t))return t;let n=Mi(e.value,r.value);if(!n.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);return t.value=n.data,t}var pa=_("$ZodRecord",(t,e)=>{ne.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Dr(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(...gt(c,l.issues)),r.value[c]=l.value})):(u.issues.length&&r.issues.push(...gt(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=>st(u,n,Ve())),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(...gt(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...gt(i,c.issues)),r.value[a.value]=c.value)}}return s.length?Promise.all(s).then(()=>r):r}});var fa=_("$ZodEnum",(t,e)=>{ne.init(t,e);let r=_n(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>$i.has(typeof n)).map(n=>typeof n=="string"?Zt(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}}),ma=_("$ZodLiteral",(t,e)=>{ne.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?Zt(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 ha=_("$ZodTransform",(t,e)=>{ne.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}}),ga=_("$ZodOptional",(t,e)=>{ne.init(t,e),t._zod.optin="optional",t._zod.optout="optional",ie(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),ie(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${xn(r.source)})?$`):void 0}),t._zod.parse=(r,n)=>e.innerType._zod.optin==="optional"?e.innerType._zod.run(r,n):r.value===void 0?r:e.innerType._zod.run(r,n)}),ya=_("$ZodNullable",(t,e)=>{ne.init(t,e),ie(t._zod,"optin",()=>e.innerType._zod.optin),ie(t._zod,"optout",()=>e.innerType._zod.optout),ie(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${xn(r.source)}|null)$`):void 0}),ie(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)}),_a=_("$ZodDefault",(t,e)=>{ne.init(t,e),t._zod.optin="optional",ie(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=>op(s,e)):op(o,e)}});function op(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var va=_("$ZodPrefault",(t,e)=>{ne.init(t,e),t._zod.optin="optional",ie(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))}),ba=_("$ZodNonOptional",(t,e)=>{ne.init(t,e),ie(t._zod,"values",()=>{let r=e.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>sp(s,t)):sp(o,t)}});function sp(t,e){return!t.issues.length&&t.value===void 0&&t.issues.push({code:"invalid_type",expected:"nonoptional",input:t.value,inst:e}),t}var xa=_("$ZodCatch",(t,e)=>{ne.init(t,e),t._zod.optin="optional",ie(t._zod,"optout",()=>e.innerType._zod.optout),ie(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=>st(i,n,Ve()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>st(s,n,Ve()))},input:r.value}),r.issues=[]),r)}});var $a=_("$ZodPipe",(t,e)=>{ne.init(t,e),ie(t._zod,"values",()=>e.in._zod.values),ie(t._zod,"optin",()=>e.in._zod.optin),ie(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=>ip(s,e,n)):ip(o,e,n)}});function ip(t,e,r){return fr(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}var wa=_("$ZodReadonly",(t,e)=>{ne.init(t,e),ie(t._zod,"propValues",()=>e.innerType._zod.propValues),ie(t._zod,"values",()=>e.innerType._zod.values),ie(t._zod,"optin",()=>e.innerType._zod.optin),ie(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(ap):ap(o)}});function ap(t){return t.value=Object.freeze(t.value),t}var ka=_("$ZodCustom",(t,e)=>{$e.init(t,e),ne.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=>cp(s,r,n,t));cp(o,r,n,t)}});function cp(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(Si(o))}}var W_=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},G_=()=>{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 ${W_(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${Po(n.values[0])}`:`Invalid option: expected one of ${zo(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",s=e(n.origin);return s?`Too big: expected ${n.origin??"value"} to have ${o}${n.maximum.toString()} ${s.unit??"elements"}`:`Too big: expected ${n.origin??"value"} to be ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",s=e(n.origin);return s?`Too small: expected ${n.origin} to have ${o}${n.minimum.toString()} ${s.unit}`:`Too small: expected ${n.origin} to be ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Invalid string: must start with "${o.prefix}"`:o.format==="ends_with"?`Invalid string: must end with "${o.suffix}"`:o.format==="includes"?`Invalid string: must include "${o.includes}"`:o.format==="regex"?`Invalid string: must match pattern ${o.pattern}`:`Invalid ${r[o.format]??n.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${n.divisor}`;case"unrecognized_keys":return`Unrecognized key${n.keys.length>1?"s":""}: ${zo(n.keys,", ")}`;case"invalid_key":return`Invalid key in ${n.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${n.origin}`;default:return"Invalid input"}}};function mp(){return{localeError:G_()}}var Y_=Symbol("ZodOutput"),X_=Symbol("ZodInput"),zn=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 hp(){return new zn}var jt=hp();function Sa(t,e){return new t({type:"string",...A(e)})}function za(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...A(e)})}function jo(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...A(e)})}function Ta(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...A(e)})}function Pa(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...A(e)})}function Ea(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...A(e)})}function Ra(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...A(e)})}function Ia(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...A(e)})}function Oa(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...A(e)})}function Na(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...A(e)})}function Ca(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...A(e)})}function Za(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...A(e)})}function ja(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...A(e)})}function Aa(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...A(e)})}function Ma(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...A(e)})}function qa(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...A(e)})}function Da(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...A(e)})}function La(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...A(e)})}function Ua(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...A(e)})}function Fa(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...A(e)})}function Va(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...A(e)})}function Ha(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...A(e)})}function Ba(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...A(e)})}function gp(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...A(e)})}function yp(t,e){return new t({type:"string",format:"date",check:"string_format",...A(e)})}function _p(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...A(e)})}function vp(t,e){return new t({type:"string",format:"duration",check:"string_format",...A(e)})}function Ja(t,e){return new t({type:"number",checks:[],...A(e)})}function Ka(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...A(e)})}function Wa(t,e){return new t({type:"boolean",...A(e)})}function Ga(t,e){return new t({type:"null",...A(e)})}function Ya(t){return new t({type:"unknown"})}function Xa(t,e){return new t({type:"never",...A(e)})}function Ao(t,e){return new ji({check:"less_than",...A(e),value:t,inclusive:!1})}function Tn(t,e){return new ji({check:"less_than",...A(e),value:t,inclusive:!0})}function Mo(t,e){return new Ai({check:"greater_than",...A(e),value:t,inclusive:!1})}function Pn(t,e){return new Ai({check:"greater_than",...A(e),value:t,inclusive:!0})}function qo(t,e){return new Dd({check:"multiple_of",...A(e),value:t})}function Do(t,e){return new Ud({check:"max_length",...A(e),maximum:t})}function Lr(t,e){return new Fd({check:"min_length",...A(e),minimum:t})}function Lo(t,e){return new Vd({check:"length_equals",...A(e),length:t})}function Qa(t,e){return new Hd({check:"string_format",format:"regex",...A(e),pattern:t})}function ec(t){return new Bd({check:"string_format",format:"lowercase",...A(t)})}function tc(t){return new Jd({check:"string_format",format:"uppercase",...A(t)})}function rc(t,e){return new Kd({check:"string_format",format:"includes",...A(e),includes:t})}function nc(t,e){return new Wd({check:"string_format",format:"starts_with",...A(e),prefix:t})}function oc(t,e){return new Gd({check:"string_format",format:"ends_with",...A(e),suffix:t})}function gr(t){return new Yd({check:"overwrite",tx:t})}function sc(t){return gr(e=>e.normalize(t))}function ic(){return gr(t=>t.trim())}function ac(){return gr(t=>t.toLowerCase())}function cc(){return gr(t=>t.toUpperCase())}function bp(t,e,r){return new t({type:"array",element:e,...A(r)})}function uc(t,e,r){let n=A(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function lc(t,e,r){return new t({type:"custom",check:"custom",fn:e,...A(r)})}var Uo=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??jt,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,r={path:[],schemaPath:[]}){var n;let o=e._zod.def,s={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(e);if(i)return i.count++,r.schemaPath.includes(e)&&(i.cycle=r.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(e,a);let c=e._zod.toJSONSchema?.();if(c)a.schema=c;else{let d={...r,schemaPath:[...r.schemaPath,e],path:r.path},m=e._zod.parent;if(m)a.ref=m,this.process(m,d),this.seen.get(m).isParent=!0;else{let f=a.schema;switch(o.type){case"string":{let p=f;p.type="string";let{minimum:h,maximum:y,format:v,patterns:x,contentEncoding:w}=e._zod.bag;if(typeof h=="number"&&(p.minLength=h),typeof y=="number"&&(p.maxLength=y),v&&(p.format=s[v]??v,p.format===""&&delete p.format),w&&(p.contentEncoding=w),x&&x.size>0){let E=[...x];E.length===1?p.pattern=E[0].source:E.length>1&&(a.schema.allOf=[...E.map(Z=>({...this.target==="draft-7"?{type:"string"}:{},pattern:Z.source}))])}break}case"number":{let p=f,{minimum:h,maximum:y,format:v,multipleOf:x,exclusiveMaximum:w,exclusiveMinimum:E}=e._zod.bag;typeof v=="string"&&v.includes("int")?p.type="integer":p.type="number",typeof E=="number"&&(p.exclusiveMinimum=E),typeof h=="number"&&(p.minimum=h,typeof E=="number"&&(E>=h?delete p.minimum:delete p.exclusiveMinimum)),typeof w=="number"&&(p.exclusiveMaximum=w),typeof y=="number"&&(p.maximum=y,typeof w=="number"&&(w<=y?delete p.maximum:delete p.exclusiveMaximum)),typeof x=="number"&&(p.multipleOf=x);break}case"boolean":{let p=f;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":{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 p=f,{minimum:h,maximum:y}=e._zod.bag;typeof h=="number"&&(p.minItems=h),typeof y=="number"&&(p.maxItems=y),p.type="array",p.items=this.process(o.element,{...d,path:[...d.path,"items"]});break}case"object":{let p=f;p.type="object",p.properties={};let h=o.shape;for(let x in h)p.properties[x]=this.process(h[x],{...d,path:[...d.path,"properties",x]});let y=new Set(Object.keys(h)),v=new Set([...y].filter(x=>{let w=o.shape[x]._zod;return this.io==="input"?w.optin===void 0:w.optout===void 0}));v.size>0&&(p.required=Array.from(v)),o.catchall?._zod.def.type==="never"?p.additionalProperties=!1:o.catchall?o.catchall&&(p.additionalProperties=this.process(o.catchall,{...d,path:[...d.path,"additionalProperties"]})):this.io==="output"&&(p.additionalProperties=!1);break}case"union":{let p=f;p.anyOf=o.options.map((h,y)=>this.process(h,{...d,path:[...d.path,"anyOf",y]}));break}case"intersection":{let p=f,h=this.process(o.left,{...d,path:[...d.path,"allOf",0]}),y=this.process(o.right,{...d,path:[...d.path,"allOf",1]}),v=w=>"allOf"in w&&Object.keys(w).length===1,x=[...v(h)?h.allOf:[h],...v(y)?y.allOf:[y]];p.allOf=x;break}case"tuple":{let p=f;p.type="array";let h=o.items.map((x,w)=>this.process(x,{...d,path:[...d.path,"prefixItems",w]}));if(this.target==="draft-2020-12"?p.prefixItems=h:p.items=h,o.rest){let x=this.process(o.rest,{...d,path:[...d.path,"items"]});this.target==="draft-2020-12"?p.items=x:p.additionalItems=x}o.rest&&(p.items=this.process(o.rest,{...d,path:[...d.path,"items"]}));let{minimum:y,maximum:v}=e._zod.bag;typeof y=="number"&&(p.minItems=y),typeof v=="number"&&(p.maxItems=v);break}case"record":{let p=f;p.type="object",p.propertyNames=this.process(o.keyType,{...d,path:[...d.path,"propertyNames"]}),p.additionalProperties=this.process(o.valueType,{...d,path:[...d.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{let p=f,h=_n(o.entries);h.every(y=>typeof y=="number")&&(p.type="number"),h.every(y=>typeof y=="string")&&(p.type="string"),p.enum=h;break}case"literal":{let p=f,h=[];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");h.push(Number(y))}else h.push(y);if(h.length!==0)if(h.length===1){let y=h[0];p.type=y===null?"null":typeof y,p.const=y}else h.every(y=>typeof y=="number")&&(p.type="number"),h.every(y=>typeof y=="string")&&(p.type="string"),h.every(y=>typeof y=="boolean")&&(p.type="string"),h.every(y=>y===null)&&(p.type="null"),p.enum=h;break}case"file":{let p=f,h={type:"string",format:"binary",contentEncoding:"binary"},{minimum:y,maximum:v,mime:x}=e._zod.bag;y!==void 0&&(h.minLength=y),v!==void 0&&(h.maxLength=v),x?x.length===1?(h.contentMediaType=x[0],Object.assign(p,h)):p.anyOf=x.map(w=>({...h,contentMediaType:w})):Object.assign(p,h);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{let p=this.process(o.innerType,d);f.anyOf=[p,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"success":{let p=f;p.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 p;try{p=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}f.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=f,h=e._zod.pattern;if(!h)throw new Error("Pattern not found in template literal");p.type="string",p.pattern=h.source;break}case"pipe":{let p=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(p,d),a.ref=p;break}case"readonly":{this.process(o.innerType,d),a.ref=o.innerType,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 p=e._zod.innerType;this.process(p,d),a.ref=p;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}default:}}}let u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&_e(e)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(e).schema}emit(e,r){let n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},o=this.seen.get(e);if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.");let s=l=>{let d=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let h=n.external.registry.get(l[0])?.id,y=n.external.uri??(x=>x);if(h)return{ref:y(h)};let v=l[1].defId??l[1].schema.id??`schema${this.counter++}`;return l[1].defId=v,{defId:v,ref:`${y("__shared")}#/${d}/${v}`}}if(l[1]===o)return{ref:"#"};let f=`#/${d}/`,p=l[1].schema.id??`__schema${this.counter++}`;return{defId:p,ref:f+p}},i=l=>{if(l[1].schema.$ref)return;let d=l[1],{ref:m,defId:f}=s(l);d.def={...d.schema},f&&(d.defId=f);let p=d.schema;for(let h in p)delete p[h];p.$ref=m};if(n.cycles==="throw")for(let l of this.seen.entries()){let d=l[1];if(d.cycle)throw new Error(`Cycle detected: #/${d.cycle?.join("/")}/<root>
32
+ path: iss.path ? [${mr(v)}, ...iss.path] : [${mr(v)}]
33
+ })));`),h.write(`newResult[${mr(v)}] = ${w}.value`)}h.write("payload.value = newResult;"),h.write("return payload;");let b=h.compile();return(v,w)=>b(d,v,w)},o,s=Fr,i=!Po.jitless,c=i&&zi.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 p=[];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 E of l.keys){let Z=w[E],Oe=Z._zod.run({value:f[E],issues:[]},h),Ge=Z._zod.optin==="optional"&&Z._zod.optout==="optional";Oe instanceof Promise?p.push(Oe.then(Nr=>Ge?lp(Nr,d,E,f):Zo(Nr,d,E))):Ge?lp(Oe,d,E,f):Zo(Oe,d,E)}}if(!u)return p.length?Promise.all(p).then(()=>d):d;let m=[],g=l.keySet,b=u._zod,v=b.def.type;for(let w of Object.keys(f)){if(g.has(w))continue;if(v==="never"){m.push(w);continue}let E=b.run({value:f[w],issues:[]},h);E instanceof Promise?p.push(E.then(Z=>Zo(Z,d,w))):Zo(E,d,w)}return m.length&&d.issues.push({code:"unrecognized_keys",keys:m,input:f,inst:t}),p.length?Promise.all(p).then(()=>d):d}});function dp(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=>at(s,n,Be())))}),e}var Mo=_("$ZodUnion",(t,e)=>{ne.init(t,e),ie(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),ie(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),ie(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),ie(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=>wn(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=>dp(i,r,t,n)):dp(s,r,t,n)}}),ha=_("$ZodDiscriminatedUnion",(t,e)=>{Mo.init(t,e);let r=t._zod.parse;ie(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=xn(()=>{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(!Fr(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)}}),ga=_("$ZodIntersection",(t,e)=>{ne.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])=>pp(r,c,u)):pp(r,s,i)}});function Ui(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(Ur(t)&&Ur(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=Ui(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=Ui(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 pp(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),hr(t))return t;let n=Ui(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 ya=_("$ZodRecord",(t,e)=>{ne.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Ur(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(..._t(c,l.issues)),r.value[c]=l.value})):(u.issues.length&&r.issues.push(..._t(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=>at(u,n,Be())),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(..._t(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(..._t(i,c.issues)),r.value[a.value]=c.value)}}return s.length?Promise.all(s).then(()=>r):r}});var _a=_("$ZodEnum",(t,e)=>{ne.init(t,e);let r=bn(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>Ti.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}}),va=_("$ZodLiteral",(t,e)=>{ne.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 ba=_("$ZodTransform",(t,e)=>{ne.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 Pt;return r.value=o,r}}),xa=_("$ZodOptional",(t,e)=>{ne.init(t,e),t._zod.optin="optional",t._zod.optout="optional",ie(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),ie(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${wn(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)}),$a=_("$ZodNullable",(t,e)=>{ne.init(t,e),ie(t._zod,"optin",()=>e.innerType._zod.optin),ie(t._zod,"optout",()=>e.innerType._zod.optout),ie(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${wn(r.source)}|null)$`):void 0}),ie(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)}),wa=_("$ZodDefault",(t,e)=>{ne.init(t,e),t._zod.optin="optional",ie(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=>fp(s,e)):fp(o,e)}});function fp(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var ka=_("$ZodPrefault",(t,e)=>{ne.init(t,e),t._zod.optin="optional",ie(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))}),Sa=_("$ZodNonOptional",(t,e)=>{ne.init(t,e),ie(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=>mp(s,t)):mp(o,t)}});function mp(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 za=_("$ZodCatch",(t,e)=>{ne.init(t,e),t._zod.optin="optional",ie(t._zod,"optout",()=>e.innerType._zod.optout),ie(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=>at(i,n,Be()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>at(s,n,Be()))},input:r.value}),r.issues=[]),r)}});var Ta=_("$ZodPipe",(t,e)=>{ne.init(t,e),ie(t._zod,"values",()=>e.in._zod.values),ie(t._zod,"optin",()=>e.in._zod.optin),ie(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=>hp(s,e,n)):hp(o,e,n)}});function hp(t,e,r){return hr(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}var Pa=_("$ZodReadonly",(t,e)=>{ne.init(t,e),ie(t._zod,"propValues",()=>e.innerType._zod.propValues),ie(t._zod,"values",()=>e.innerType._zod.values),ie(t._zod,"optin",()=>e.innerType._zod.optin),ie(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(gp):gp(o)}});function gp(t){return t.value=Object.freeze(t.value),t}var Ea=_("$ZodCustom",(t,e)=>{$e.init(t,e),ne.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=>yp(s,r,n,t));yp(o,r,n,t)}});function yp(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(Ri(o))}}var fv=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},mv=()=>{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 ${fv(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${Io(n.values[0])}`:`Invalid option: expected one of ${Eo(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":""}: ${Eo(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 wp(){return{localeError:mv()}}var hv=Symbol("ZodOutput"),gv=Symbol("ZodInput"),Pn=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 kp(){return new Pn}var Mt=kp();function Ra(t,e){return new t({type:"string",...j(e)})}function Ia(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...j(e)})}function Do(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...j(e)})}function Oa(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...j(e)})}function Na(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...j(e)})}function Ca(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...j(e)})}function Za(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...j(e)})}function Aa(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...j(e)})}function ja(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...j(e)})}function Ma(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...j(e)})}function Da(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...j(e)})}function qa(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...j(e)})}function La(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...j(e)})}function Fa(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...j(e)})}function Ua(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...j(e)})}function Va(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...j(e)})}function Ha(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...j(e)})}function Ba(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...j(e)})}function Ja(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...j(e)})}function Ka(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...j(e)})}function Wa(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...j(e)})}function Ga(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...j(e)})}function Ya(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...j(e)})}function Sp(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...j(e)})}function zp(t,e){return new t({type:"string",format:"date",check:"string_format",...j(e)})}function Tp(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...j(e)})}function Pp(t,e){return new t({type:"string",format:"duration",check:"string_format",...j(e)})}function Xa(t,e){return new t({type:"number",checks:[],...j(e)})}function Qa(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...j(e)})}function ec(t,e){return new t({type:"boolean",...j(e)})}function tc(t,e){return new t({type:"null",...j(e)})}function rc(t){return new t({type:"unknown"})}function nc(t,e){return new t({type:"never",...j(e)})}function qo(t,e){return new Li({check:"less_than",...j(e),value:t,inclusive:!1})}function En(t,e){return new Li({check:"less_than",...j(e),value:t,inclusive:!0})}function Lo(t,e){return new Fi({check:"greater_than",...j(e),value:t,inclusive:!1})}function Rn(t,e){return new Fi({check:"greater_than",...j(e),value:t,inclusive:!0})}function Fo(t,e){return new Wd({check:"multiple_of",...j(e),value:t})}function Uo(t,e){return new Yd({check:"max_length",...j(e),maximum:t})}function Vr(t,e){return new Xd({check:"min_length",...j(e),minimum:t})}function Vo(t,e){return new Qd({check:"length_equals",...j(e),length:t})}function oc(t,e){return new ep({check:"string_format",format:"regex",...j(e),pattern:t})}function sc(t){return new tp({check:"string_format",format:"lowercase",...j(t)})}function ic(t){return new rp({check:"string_format",format:"uppercase",...j(t)})}function ac(t,e){return new np({check:"string_format",format:"includes",...j(e),includes:t})}function cc(t,e){return new op({check:"string_format",format:"starts_with",...j(e),prefix:t})}function uc(t,e){return new sp({check:"string_format",format:"ends_with",...j(e),suffix:t})}function _r(t){return new ip({check:"overwrite",tx:t})}function lc(t){return _r(e=>e.normalize(t))}function dc(){return _r(t=>t.trim())}function pc(){return _r(t=>t.toLowerCase())}function fc(){return _r(t=>t.toUpperCase())}function Ep(t,e,r){return new t({type:"array",element:e,...j(r)})}function mc(t,e,r){let n=j(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function hc(t,e,r){return new t({type:"custom",check:"custom",fn:e,...j(r)})}var Ho=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??Mt,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 p=f;p.type="string";let{minimum:m,maximum:g,format:b,patterns:v,contentEncoding:w}=e._zod.bag;if(typeof m=="number"&&(p.minLength=m),typeof g=="number"&&(p.maxLength=g),b&&(p.format=s[b]??b,p.format===""&&delete p.format),w&&(p.contentEncoding=w),v&&v.size>0){let E=[...v];E.length===1?p.pattern=E[0].source:E.length>1&&(a.schema.allOf=[...E.map(Z=>({...this.target==="draft-7"?{type:"string"}:{},pattern:Z.source}))])}break}case"number":{let p=f,{minimum:m,maximum:g,format:b,multipleOf:v,exclusiveMaximum:w,exclusiveMinimum:E}=e._zod.bag;typeof b=="string"&&b.includes("int")?p.type="integer":p.type="number",typeof E=="number"&&(p.exclusiveMinimum=E),typeof m=="number"&&(p.minimum=m,typeof E=="number"&&(E>=m?delete p.minimum:delete p.exclusiveMinimum)),typeof w=="number"&&(p.exclusiveMaximum=w),typeof g=="number"&&(p.maximum=g,typeof w=="number"&&(w<=g?delete p.maximum:delete p.exclusiveMaximum)),typeof v=="number"&&(p.multipleOf=v);break}case"boolean":{let p=f;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":{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 p=f,{minimum:m,maximum:g}=e._zod.bag;typeof m=="number"&&(p.minItems=m),typeof g=="number"&&(p.maxItems=g),p.type="array",p.items=this.process(o.element,{...d,path:[...d.path,"items"]});break}case"object":{let p=f;p.type="object",p.properties={};let m=o.shape;for(let v in m)p.properties[v]=this.process(m[v],{...d,path:[...d.path,"properties",v]});let g=new Set(Object.keys(m)),b=new Set([...g].filter(v=>{let w=o.shape[v]._zod;return this.io==="input"?w.optin===void 0:w.optout===void 0}));b.size>0&&(p.required=Array.from(b)),o.catchall?._zod.def.type==="never"?p.additionalProperties=!1:o.catchall?o.catchall&&(p.additionalProperties=this.process(o.catchall,{...d,path:[...d.path,"additionalProperties"]})):this.io==="output"&&(p.additionalProperties=!1);break}case"union":{let p=f;p.anyOf=o.options.map((m,g)=>this.process(m,{...d,path:[...d.path,"anyOf",g]}));break}case"intersection":{let p=f,m=this.process(o.left,{...d,path:[...d.path,"allOf",0]}),g=this.process(o.right,{...d,path:[...d.path,"allOf",1]}),b=w=>"allOf"in w&&Object.keys(w).length===1,v=[...b(m)?m.allOf:[m],...b(g)?g.allOf:[g]];p.allOf=v;break}case"tuple":{let p=f;p.type="array";let m=o.items.map((v,w)=>this.process(v,{...d,path:[...d.path,"prefixItems",w]}));if(this.target==="draft-2020-12"?p.prefixItems=m:p.items=m,o.rest){let v=this.process(o.rest,{...d,path:[...d.path,"items"]});this.target==="draft-2020-12"?p.items=v:p.additionalItems=v}o.rest&&(p.items=this.process(o.rest,{...d,path:[...d.path,"items"]}));let{minimum:g,maximum:b}=e._zod.bag;typeof g=="number"&&(p.minItems=g),typeof b=="number"&&(p.maxItems=b);break}case"record":{let p=f;p.type="object",p.propertyNames=this.process(o.keyType,{...d,path:[...d.path,"propertyNames"]}),p.additionalProperties=this.process(o.valueType,{...d,path:[...d.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{let p=f,m=bn(o.entries);m.every(g=>typeof g=="number")&&(p.type="number"),m.every(g=>typeof g=="string")&&(p.type="string"),p.enum=m;break}case"literal":{let p=f,m=[];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");m.push(Number(g))}else m.push(g);if(m.length!==0)if(m.length===1){let g=m[0];p.type=g===null?"null":typeof g,p.const=g}else m.every(g=>typeof g=="number")&&(p.type="number"),m.every(g=>typeof g=="string")&&(p.type="string"),m.every(g=>typeof g=="boolean")&&(p.type="string"),m.every(g=>g===null)&&(p.type="null"),p.enum=m;break}case"file":{let p=f,m={type:"string",format:"binary",contentEncoding:"binary"},{minimum:g,maximum:b,mime:v}=e._zod.bag;g!==void 0&&(m.minLength=g),b!==void 0&&(m.maxLength=b),v?v.length===1?(m.contentMediaType=v[0],Object.assign(p,m)):p.anyOf=v.map(w=>({...m,contentMediaType:w})):Object.assign(p,m);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{let p=this.process(o.innerType,d);f.anyOf=[p,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"success":{let p=f;p.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 p;try{p=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}f.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=f,m=e._zod.pattern;if(!m)throw new Error("Pattern not found in template literal");p.type="string",p.pattern=m.source;break}case"pipe":{let p=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(p,d),a.ref=p;break}case"readonly":{this.process(o.innerType,d),a.ref=o.innerType,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 p=e._zod.innerType;this.process(p,d),a.ref=p;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}default:}}}let u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&_e(e)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(e).schema}emit(e,r){let n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},o=this.seen.get(e);if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.");let s=l=>{let d=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let m=n.external.registry.get(l[0])?.id,g=n.external.uri??(v=>v);if(m)return{ref:g(m)};let b=l[1].defId??l[1].schema.id??`schema${this.counter++}`;return l[1].defId=b,{defId:b,ref:`${g("__shared")}#/${d}/${b}`}}if(l[1]===o)return{ref:"#"};let f=`#/${d}/`,p=l[1].schema.id??`__schema${this.counter++}`;return{defId:p,ref:f+p}},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 p=d.schema;for(let m in p)delete p[m];p.$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>
34
34
 
35
- 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 m=this.seen.get(l),f=m.def??m.schema,p={...f};if(m.ref===null)return;let h=m.ref;if(m.ref=null,h){a(h,d);let y=this.seen.get(h).schema;y.$ref&&d.target==="draft-7"?(f.allOf=f.allOf??[],f.allOf.push(y)):(Object.assign(f,y),Object.assign(f,p))}m.isParent||this.override({zodSchema:l,jsonSchema:f,path:m.path??[]})};for(let l of[...this.seen.entries()].reverse())a(l[0],{target:this.target});let c={};if(this.target==="draft-2020-12"?c.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?c.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),n.external?.uri){let l=n.external.registry.get(e)?.id;if(!l)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(l)}Object.assign(c,o.def);let u=n.external?.defs??{};for(let l of this.seen.entries()){let d=l[1];d.def&&d.defId&&(u[d.defId]=d.def)}n.external||Object.keys(u).length>0&&(this.target==="draft-2020-12"?c.$defs=u:c.definitions=u);try{return JSON.parse(JSON.stringify(c))}catch{throw new Error("Error converting schema to JSON.")}}};function dc(t,e){if(t instanceof zn){let n=new Uo(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 Uo(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 Nv=_("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ne.init(t,e),t.def=e,t.parse=(r,n)=>Ei(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>mr(t,r,n),t.parseAsync=async(r,n)=>Ii(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>hr(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)=>He(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t)});var Cv=_("ZodMiniObject",(t,e)=>{Co.init(t,e),Nv.init(t,e),K.defineLazy(t,"shape",()=>e.shape)});function pc(t,e){let r={type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},...K.normalizeParams(e)};return new Cv(r)}function Ye(t){return!!t._zod}function _r(t){let e=Object.values(t);if(e.length===0)return pc({});let r=e.every(Ye),n=e.every(o=>!Ye(o));if(r)return pc(t);if(n)return hi(t);throw new Error("Mixed Zod versions detected in object shape.")}function At(t,e){return Ye(t)?mr(t,e):t.safeParse(e)}async function Fo(t,e){return Ye(t)?await hr(t,e):await t.safeParseAsync(e)}function Mt(t){if(!t)return;let e;if(Ye(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function Ur(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 _r(t)}}if(Ye(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 Vo(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 $p(t){return t.description}function wp(t){if(Ye(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function Ho(t){if(Ye(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 En={};di(En,{ZodISODate:()=>Sp,ZodISODateTime:()=>kp,ZodISODuration:()=>Tp,ZodISOTime:()=>zp,date:()=>mc,datetime:()=>fc,duration:()=>gc,time:()=>hc});var kp=_("ZodISODateTime",(t,e)=>{up.init(t,e),pe.init(t,e)});function fc(t){return gp(kp,t)}var Sp=_("ZodISODate",(t,e)=>{lp.init(t,e),pe.init(t,e)});function mc(t){return yp(Sp,t)}var zp=_("ZodISOTime",(t,e)=>{dp.init(t,e),pe.init(t,e)});function hc(t){return _p(zp,t)}var Tp=_("ZodISODuration",(t,e)=>{pp.init(t,e),pe.init(t,e)});function gc(t){return vp(Tp,t)}var Pp=(t,e)=>{Eo.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>Ti(t,r)},flatten:{value:r=>zi(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},xE=_("ZodError",Pp),Rn=_("ZodError",Pp,{Parent:Error});var Ep=Pi(Rn),Rp=Ri(Rn),Ip=Oi(Rn),Op=Ni(Rn);var ge=_("ZodType",(t,e)=>(ne.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)=>He(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t),t.parse=(r,n)=>Ep(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Ip(t,r,n),t.parseAsync=async(r,n)=>Rp(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Op(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(Ib(r,n)),t.superRefine=r=>t.check(Ob(r)),t.overwrite=r=>t.check(gr(r)),t.optional=()=>me(t),t.nullable=()=>Zp(t),t.nullish=()=>me(Zp(t)),t.nonoptional=r=>kb(t,r),t.array=()=>W(t),t.or=r=>ue([t,r]),t.and=r=>Jo(t,r),t.transform=r=>_c(t,Lp(r)),t.default=r=>xb(t,r),t.prefault=r=>wb(t,r),t.catch=r=>zb(t,r),t.pipe=r=>_c(t,r),t.readonly=()=>Eb(t),t.describe=r=>{let n=t.clone();return jt.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return jt.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return jt.get(t);let n=t.clone();return jt.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),jp=_("_ZodString",(t,e)=>{Sn.init(t,e),ge.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(Qa(...n)),t.includes=(...n)=>t.check(rc(...n)),t.startsWith=(...n)=>t.check(nc(...n)),t.endsWith=(...n)=>t.check(oc(...n)),t.min=(...n)=>t.check(Lr(...n)),t.max=(...n)=>t.check(Do(...n)),t.length=(...n)=>t.check(Lo(...n)),t.nonempty=(...n)=>t.check(Lr(1,...n)),t.lowercase=n=>t.check(ec(n)),t.uppercase=n=>t.check(tc(n)),t.trim=()=>t.check(ic()),t.normalize=(...n)=>t.check(sc(...n)),t.toLowerCase=()=>t.check(ac()),t.toUpperCase=()=>t.check(cc())}),Fv=_("ZodString",(t,e)=>{Sn.init(t,e),jp.init(t,e),t.email=r=>t.check(za(Vv,r)),t.url=r=>t.check(Ia(Hv,r)),t.jwt=r=>t.check(Ba(ib,r)),t.emoji=r=>t.check(Oa(Bv,r)),t.guid=r=>t.check(jo(Np,r)),t.uuid=r=>t.check(Ta(Bo,r)),t.uuidv4=r=>t.check(Pa(Bo,r)),t.uuidv6=r=>t.check(Ea(Bo,r)),t.uuidv7=r=>t.check(Ra(Bo,r)),t.nanoid=r=>t.check(Na(Jv,r)),t.guid=r=>t.check(jo(Np,r)),t.cuid=r=>t.check(Ca(Kv,r)),t.cuid2=r=>t.check(Za(Wv,r)),t.ulid=r=>t.check(ja(Gv,r)),t.base64=r=>t.check(Fa(nb,r)),t.base64url=r=>t.check(Va(ob,r)),t.xid=r=>t.check(Aa(Yv,r)),t.ksuid=r=>t.check(Ma(Xv,r)),t.ipv4=r=>t.check(qa(Qv,r)),t.ipv6=r=>t.check(Da(eb,r)),t.cidrv4=r=>t.check(La(tb,r)),t.cidrv6=r=>t.check(Ua(rb,r)),t.e164=r=>t.check(Ha(sb,r)),t.datetime=r=>t.check(fc(r)),t.date=r=>t.check(mc(r)),t.time=r=>t.check(hc(r)),t.duration=r=>t.check(gc(r))});function g(t){return Sa(Fv,t)}var pe=_("ZodStringFormat",(t,e)=>{ae.init(t,e),jp.init(t,e)}),Vv=_("ZodEmail",(t,e)=>{Li.init(t,e),pe.init(t,e)});var Np=_("ZodGUID",(t,e)=>{qi.init(t,e),pe.init(t,e)});var Bo=_("ZodUUID",(t,e)=>{Di.init(t,e),pe.init(t,e)});var Hv=_("ZodURL",(t,e)=>{Ui.init(t,e),pe.init(t,e)});var Bv=_("ZodEmoji",(t,e)=>{Fi.init(t,e),pe.init(t,e)});var Jv=_("ZodNanoID",(t,e)=>{Vi.init(t,e),pe.init(t,e)});var Kv=_("ZodCUID",(t,e)=>{Hi.init(t,e),pe.init(t,e)});var Wv=_("ZodCUID2",(t,e)=>{Bi.init(t,e),pe.init(t,e)});var Gv=_("ZodULID",(t,e)=>{Ji.init(t,e),pe.init(t,e)});var Yv=_("ZodXID",(t,e)=>{Ki.init(t,e),pe.init(t,e)});var Xv=_("ZodKSUID",(t,e)=>{Wi.init(t,e),pe.init(t,e)});var Qv=_("ZodIPv4",(t,e)=>{Gi.init(t,e),pe.init(t,e)});var eb=_("ZodIPv6",(t,e)=>{Yi.init(t,e),pe.init(t,e)});var tb=_("ZodCIDRv4",(t,e)=>{Xi.init(t,e),pe.init(t,e)});var rb=_("ZodCIDRv6",(t,e)=>{Qi.init(t,e),pe.init(t,e)});var nb=_("ZodBase64",(t,e)=>{ea.init(t,e),pe.init(t,e)});var ob=_("ZodBase64URL",(t,e)=>{ta.init(t,e),pe.init(t,e)});var sb=_("ZodE164",(t,e)=>{ra.init(t,e),pe.init(t,e)});var ib=_("ZodJWT",(t,e)=>{na.init(t,e),pe.init(t,e)});var Ap=_("ZodNumber",(t,e)=>{No.init(t,e),ge.init(t,e),t.gt=(n,o)=>t.check(Mo(n,o)),t.gte=(n,o)=>t.check(Pn(n,o)),t.min=(n,o)=>t.check(Pn(n,o)),t.lt=(n,o)=>t.check(Ao(n,o)),t.lte=(n,o)=>t.check(Tn(n,o)),t.max=(n,o)=>t.check(Tn(n,o)),t.int=n=>t.check(Cp(n)),t.safe=n=>t.check(Cp(n)),t.positive=n=>t.check(Mo(0,n)),t.nonnegative=n=>t.check(Pn(0,n)),t.negative=n=>t.check(Ao(0,n)),t.nonpositive=n=>t.check(Tn(0,n)),t.multipleOf=(n,o)=>t.check(qo(n,o)),t.step=(n,o)=>t.check(qo(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 re(t){return Ja(Ap,t)}var ab=_("ZodNumberFormat",(t,e)=>{oa.init(t,e),Ap.init(t,e)});function Cp(t){return Ka(ab,t)}var cb=_("ZodBoolean",(t,e)=>{sa.init(t,e),ge.init(t,e)});function be(t){return Wa(cb,t)}var ub=_("ZodNull",(t,e)=>{ia.init(t,e),ge.init(t,e)});function Mp(t){return Ga(ub,t)}var lb=_("ZodUnknown",(t,e)=>{aa.init(t,e),ge.init(t,e)});function fe(){return Ya(lb)}var db=_("ZodNever",(t,e)=>{ca.init(t,e),ge.init(t,e)});function pb(t){return Xa(db,t)}var fb=_("ZodArray",(t,e)=>{ua.init(t,e),ge.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(Lr(r,n)),t.nonempty=r=>t.check(Lr(1,r)),t.max=(r,n)=>t.check(Do(r,n)),t.length=(r,n)=>t.check(Lo(r,n)),t.unwrap=()=>t.element});function W(t,e){return bp(fb,t,e)}var qp=_("ZodObject",(t,e)=>{Co.init(t,e),ge.init(t,e),K.defineLazy(t,"shape",()=>e.shape),t.keyof=()=>qe(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:fe()}),t.loose=()=>t.clone({...t._zod.def,catchall:fe()}),t.strict=()=>t.clone({...t._zod.def,catchall:pb()}),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(Up,t,r[0]),t.required=(...r)=>K.required(Fp,t,r[0])});function T(t,e){let r={type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},...K.normalizeParams(e)};return new qp(r)}function Oe(t,e){return new qp({type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},catchall:fe(),...K.normalizeParams(e)})}var Dp=_("ZodUnion",(t,e)=>{Zo.init(t,e),ge.init(t,e),t.options=e.options});function ue(t,e){return new Dp({type:"union",options:t,...K.normalizeParams(e)})}var mb=_("ZodDiscriminatedUnion",(t,e)=>{Dp.init(t,e),la.init(t,e)});function vc(t,e,r){return new mb({type:"union",options:e,discriminator:t,...K.normalizeParams(r)})}var hb=_("ZodIntersection",(t,e)=>{da.init(t,e),ge.init(t,e)});function Jo(t,e){return new hb({type:"intersection",left:t,right:e})}var gb=_("ZodRecord",(t,e)=>{pa.init(t,e),ge.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function ce(t,e,r){return new gb({type:"record",keyType:t,valueType:e,...K.normalizeParams(r)})}var yc=_("ZodEnum",(t,e)=>{fa.init(t,e),ge.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 yc({...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 yc({...e,checks:[],...K.normalizeParams(o),entries:s})}});function qe(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new yc({type:"enum",entries:r,...K.normalizeParams(e)})}var yb=_("ZodLiteral",(t,e)=>{ma.init(t,e),ge.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 O(t,e){return new yb({type:"literal",values:Array.isArray(t)?t:[t],...K.normalizeParams(e)})}var _b=_("ZodTransform",(t,e)=>{ha.init(t,e),ge.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 Lp(t){return new _b({type:"transform",transform:t})}var Up=_("ZodOptional",(t,e)=>{ga.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType});function me(t){return new Up({type:"optional",innerType:t})}var vb=_("ZodNullable",(t,e)=>{ya.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Zp(t){return new vb({type:"nullable",innerType:t})}var bb=_("ZodDefault",(t,e)=>{_a.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function xb(t,e){return new bb({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var $b=_("ZodPrefault",(t,e)=>{va.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType});function wb(t,e){return new $b({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Fp=_("ZodNonOptional",(t,e)=>{ba.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType});function kb(t,e){return new Fp({type:"nonoptional",innerType:t,...K.normalizeParams(e)})}var Sb=_("ZodCatch",(t,e)=>{xa.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function zb(t,e){return new Sb({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var Tb=_("ZodPipe",(t,e)=>{$a.init(t,e),ge.init(t,e),t.in=e.in,t.out=e.out});function _c(t,e){return new Tb({type:"pipe",in:t,out:e})}var Pb=_("ZodReadonly",(t,e)=>{wa.init(t,e),ge.init(t,e)});function Eb(t){return new Pb({type:"readonly",innerType:t})}var Vp=_("ZodCustom",(t,e)=>{ka.init(t,e),ge.init(t,e)});function Rb(t){let e=new $e({check:"custom"});return e._zod.check=t,e}function Hp(t,e){return uc(Vp,t??(()=>!0),e)}function Ib(t,e={}){return lc(Vp,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 bc(t,e){return _c(Lp(t),e)}Ve(mp());var $c="2025-11-25";var Bp=[$c,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],qt="io.modelcontextprotocol/related-task",Wo="2.0",ve=Hp(t=>t!==null&&(typeof t=="object"||typeof t=="function")),Jp=ue([g(),re().int()]),Kp=g(),ZE=Oe({ttl:re().optional(),pollInterval:re().optional()}),Nb=T({ttl:re().optional()}),Cb=T({taskId:g()}),wc=Oe({progressToken:Jp.optional(),[qt]:Cb.optional()}),Be=T({_meta:wc.optional()}),In=Be.extend({task:Nb.optional()}),Wp=t=>In.safeParse(t).success,we=T({method:g(),params:Be.loose().optional()}),Xe=T({_meta:wc.optional()}),Qe=T({method:g(),params:Xe.loose().optional()}),ke=Oe({_meta:wc.optional()}),Go=ue([g(),re().int()]),Gp=T({jsonrpc:O(Wo),id:Go,...we.shape}).strict(),kc=t=>Gp.safeParse(t).success,Yp=T({jsonrpc:O(Wo),...Qe.shape}).strict(),Xp=t=>Yp.safeParse(t).success,Sc=T({jsonrpc:O(Wo),id:Go,result:ke}).strict(),On=t=>Sc.safeParse(t).success;var C;(function(t){t[t.ConnectionClosed=-32e3]="ConnectionClosed",t[t.RequestTimeout=-32001]="RequestTimeout",t[t.ParseError=-32700]="ParseError",t[t.InvalidRequest=-32600]="InvalidRequest",t[t.MethodNotFound=-32601]="MethodNotFound",t[t.InvalidParams=-32602]="InvalidParams",t[t.InternalError=-32603]="InternalError",t[t.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(C||(C={}));var zc=T({jsonrpc:O(Wo),id:Go.optional(),error:T({code:re().int(),message:g(),data:fe().optional()})}).strict();var Qp=t=>zc.safeParse(t).success;var jE=ue([Gp,Yp,Sc,zc]),AE=ue([Sc,zc]),Yo=ke.strict(),Zb=Xe.extend({requestId:Go.optional(),reason:g().optional()}),Xo=Qe.extend({method:O("notifications/cancelled"),params:Zb}),jb=T({src:g(),mimeType:g().optional(),sizes:W(g()).optional(),theme:qe(["light","dark"]).optional()}),Nn=T({icons:W(jb).optional()}),Fr=T({name:g(),title:g().optional()}),ef=Fr.extend({...Fr.shape,...Nn.shape,version:g(),websiteUrl:g().optional(),description:g().optional()}),Ab=Jo(T({applyDefaults:be().optional()}),ce(g(),fe())),Mb=bc(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,Jo(T({form:Ab.optional(),url:ve.optional()}),ce(g(),fe()).optional())),qb=Oe({list:ve.optional(),cancel:ve.optional(),requests:Oe({sampling:Oe({createMessage:ve.optional()}).optional(),elicitation:Oe({create:ve.optional()}).optional()}).optional()}),Db=Oe({list:ve.optional(),cancel:ve.optional(),requests:Oe({tools:Oe({call:ve.optional()}).optional()}).optional()}),Lb=T({experimental:ce(g(),ve).optional(),sampling:T({context:ve.optional(),tools:ve.optional()}).optional(),elicitation:Mb.optional(),roots:T({listChanged:be().optional()}).optional(),tasks:qb.optional(),extensions:ce(g(),ve).optional()}),Ub=Be.extend({protocolVersion:g(),capabilities:Lb,clientInfo:ef}),Tc=we.extend({method:O("initialize"),params:Ub});var Fb=T({experimental:ce(g(),ve).optional(),logging:ve.optional(),completions:ve.optional(),prompts:T({listChanged:be().optional()}).optional(),resources:T({subscribe:be().optional(),listChanged:be().optional()}).optional(),tools:T({listChanged:be().optional()}).optional(),tasks:Db.optional(),extensions:ce(g(),ve).optional()}),Vb=ke.extend({protocolVersion:g(),capabilities:Fb,serverInfo:ef,instructions:g().optional()}),Pc=Qe.extend({method:O("notifications/initialized"),params:Xe.optional()});var Qo=we.extend({method:O("ping"),params:Be.optional()}),Hb=T({progress:re(),total:me(re()),message:me(g())}),Bb=T({...Xe.shape,...Hb.shape,progressToken:Jp}),es=Qe.extend({method:O("notifications/progress"),params:Bb}),Jb=Be.extend({cursor:Kp.optional()}),Cn=we.extend({params:Jb.optional()}),Zn=ke.extend({nextCursor:Kp.optional()}),Kb=qe(["working","input_required","completed","failed","cancelled"]),jn=T({taskId:g(),status:Kb,ttl:ue([re(),Mp()]),createdAt:g(),lastUpdatedAt:g(),pollInterval:me(re()),statusMessage:me(g())}),Vr=ke.extend({task:jn}),Wb=Xe.merge(jn),An=Qe.extend({method:O("notifications/tasks/status"),params:Wb}),ts=we.extend({method:O("tasks/get"),params:Be.extend({taskId:g()})}),rs=ke.merge(jn),ns=we.extend({method:O("tasks/result"),params:Be.extend({taskId:g()})}),ME=ke.loose(),os=Cn.extend({method:O("tasks/list")}),ss=Zn.extend({tasks:W(jn)}),is=we.extend({method:O("tasks/cancel"),params:Be.extend({taskId:g()})}),tf=ke.merge(jn),rf=T({uri:g(),mimeType:me(g()),_meta:ce(g(),fe()).optional()}),nf=rf.extend({text:g()}),Ec=g().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),of=rf.extend({blob:Ec}),Mn=qe(["user","assistant"]),Hr=T({audience:W(Mn).optional(),priority:re().min(0).max(1).optional(),lastModified:En.datetime({offset:!0}).optional()}),sf=T({...Fr.shape,...Nn.shape,uri:g(),description:me(g()),mimeType:me(g()),size:me(re()),annotations:Hr.optional(),_meta:me(Oe({}))}),Gb=T({...Fr.shape,...Nn.shape,uriTemplate:g(),description:me(g()),mimeType:me(g()),annotations:Hr.optional(),_meta:me(Oe({}))}),as=Cn.extend({method:O("resources/list")}),Yb=Zn.extend({resources:W(sf)}),cs=Cn.extend({method:O("resources/templates/list")}),Xb=Zn.extend({resourceTemplates:W(Gb)}),Rc=Be.extend({uri:g()}),Qb=Rc,us=we.extend({method:O("resources/read"),params:Qb}),ex=ke.extend({contents:W(ue([nf,of]))}),tx=Qe.extend({method:O("notifications/resources/list_changed"),params:Xe.optional()}),rx=Rc,nx=we.extend({method:O("resources/subscribe"),params:rx}),ox=Rc,sx=we.extend({method:O("resources/unsubscribe"),params:ox}),ix=Xe.extend({uri:g()}),ax=Qe.extend({method:O("notifications/resources/updated"),params:ix}),cx=T({name:g(),description:me(g()),required:me(be())}),ux=T({...Fr.shape,...Nn.shape,description:me(g()),arguments:me(W(cx)),_meta:me(Oe({}))}),ls=Cn.extend({method:O("prompts/list")}),lx=Zn.extend({prompts:W(ux)}),dx=Be.extend({name:g(),arguments:ce(g(),g()).optional()}),ds=we.extend({method:O("prompts/get"),params:dx}),Ic=T({type:O("text"),text:g(),annotations:Hr.optional(),_meta:ce(g(),fe()).optional()}),Oc=T({type:O("image"),data:Ec,mimeType:g(),annotations:Hr.optional(),_meta:ce(g(),fe()).optional()}),Nc=T({type:O("audio"),data:Ec,mimeType:g(),annotations:Hr.optional(),_meta:ce(g(),fe()).optional()}),px=T({type:O("tool_use"),name:g(),id:g(),input:ce(g(),fe()),_meta:ce(g(),fe()).optional()}),fx=T({type:O("resource"),resource:ue([nf,of]),annotations:Hr.optional(),_meta:ce(g(),fe()).optional()}),mx=sf.extend({type:O("resource_link")}),Cc=ue([Ic,Oc,Nc,mx,fx]),hx=T({role:Mn,content:Cc}),gx=ke.extend({description:g().optional(),messages:W(hx)}),yx=Qe.extend({method:O("notifications/prompts/list_changed"),params:Xe.optional()}),_x=T({title:g().optional(),readOnlyHint:be().optional(),destructiveHint:be().optional(),idempotentHint:be().optional(),openWorldHint:be().optional()}),vx=T({taskSupport:qe(["required","optional","forbidden"]).optional()}),af=T({...Fr.shape,...Nn.shape,description:g().optional(),inputSchema:T({type:O("object"),properties:ce(g(),ve).optional(),required:W(g()).optional()}).catchall(fe()),outputSchema:T({type:O("object"),properties:ce(g(),ve).optional(),required:W(g()).optional()}).catchall(fe()).optional(),annotations:_x.optional(),execution:vx.optional(),_meta:ce(g(),fe()).optional()}),ps=Cn.extend({method:O("tools/list")}),bx=Zn.extend({tools:W(af)}),fs=ke.extend({content:W(Cc).default([]),structuredContent:ce(g(),fe()).optional(),isError:be().optional()}),qE=fs.or(ke.extend({toolResult:fe()})),xx=In.extend({name:g(),arguments:ce(g(),fe()).optional()}),Br=we.extend({method:O("tools/call"),params:xx}),$x=Qe.extend({method:O("notifications/tools/list_changed"),params:Xe.optional()}),DE=T({autoRefresh:be().default(!0),debounceMs:re().int().nonnegative().default(300)}),qn=qe(["debug","info","notice","warning","error","critical","alert","emergency"]),wx=Be.extend({level:qn}),Zc=we.extend({method:O("logging/setLevel"),params:wx}),kx=Xe.extend({level:qn,logger:g().optional(),data:fe()}),Sx=Qe.extend({method:O("notifications/message"),params:kx}),zx=T({name:g().optional()}),Tx=T({hints:W(zx).optional(),costPriority:re().min(0).max(1).optional(),speedPriority:re().min(0).max(1).optional(),intelligencePriority:re().min(0).max(1).optional()}),Px=T({mode:qe(["auto","required","none"]).optional()}),Ex=T({type:O("tool_result"),toolUseId:g().describe("The unique identifier for the corresponding tool call."),content:W(Cc).default([]),structuredContent:T({}).loose().optional(),isError:be().optional(),_meta:ce(g(),fe()).optional()}),Rx=vc("type",[Ic,Oc,Nc]),Ko=vc("type",[Ic,Oc,Nc,px,Ex]),Ix=T({role:Mn,content:ue([Ko,W(Ko)]),_meta:ce(g(),fe()).optional()}),Ox=In.extend({messages:W(Ix),modelPreferences:Tx.optional(),systemPrompt:g().optional(),includeContext:qe(["none","thisServer","allServers"]).optional(),temperature:re().optional(),maxTokens:re().int(),stopSequences:W(g()).optional(),metadata:ve.optional(),tools:W(af).optional(),toolChoice:Px.optional()}),Nx=we.extend({method:O("sampling/createMessage"),params:Ox}),Dn=ke.extend({model:g(),stopReason:me(qe(["endTurn","stopSequence","maxTokens"]).or(g())),role:Mn,content:Rx}),jc=ke.extend({model:g(),stopReason:me(qe(["endTurn","stopSequence","maxTokens","toolUse"]).or(g())),role:Mn,content:ue([Ko,W(Ko)])}),Cx=T({type:O("boolean"),title:g().optional(),description:g().optional(),default:be().optional()}),Zx=T({type:O("string"),title:g().optional(),description:g().optional(),minLength:re().optional(),maxLength:re().optional(),format:qe(["email","uri","date","date-time"]).optional(),default:g().optional()}),jx=T({type:qe(["number","integer"]),title:g().optional(),description:g().optional(),minimum:re().optional(),maximum:re().optional(),default:re().optional()}),Ax=T({type:O("string"),title:g().optional(),description:g().optional(),enum:W(g()),default:g().optional()}),Mx=T({type:O("string"),title:g().optional(),description:g().optional(),oneOf:W(T({const:g(),title:g()})),default:g().optional()}),qx=T({type:O("string"),title:g().optional(),description:g().optional(),enum:W(g()),enumNames:W(g()).optional(),default:g().optional()}),Dx=ue([Ax,Mx]),Lx=T({type:O("array"),title:g().optional(),description:g().optional(),minItems:re().optional(),maxItems:re().optional(),items:T({type:O("string"),enum:W(g())}),default:W(g()).optional()}),Ux=T({type:O("array"),title:g().optional(),description:g().optional(),minItems:re().optional(),maxItems:re().optional(),items:T({anyOf:W(T({const:g(),title:g()}))}),default:W(g()).optional()}),Fx=ue([Lx,Ux]),Vx=ue([qx,Dx,Fx]),Hx=ue([Vx,Cx,Zx,jx]),Bx=In.extend({mode:O("form").optional(),message:g(),requestedSchema:T({type:O("object"),properties:ce(g(),Hx),required:W(g()).optional()})}),Jx=In.extend({mode:O("url"),message:g(),elicitationId:g(),url:g().url()}),Kx=ue([Bx,Jx]),Wx=we.extend({method:O("elicitation/create"),params:Kx}),Gx=Xe.extend({elicitationId:g()}),Yx=Qe.extend({method:O("notifications/elicitation/complete"),params:Gx}),Jr=ke.extend({action:qe(["accept","decline","cancel"]),content:bc(t=>t===null?void 0:t,ce(g(),ue([g(),re(),be(),W(g())])).optional())}),Xx=T({type:O("ref/resource"),uri:g()});var Qx=T({type:O("ref/prompt"),name:g()}),e$=Be.extend({ref:ue([Qx,Xx]),argument:T({name:g(),value:g()}),context:T({arguments:ce(g(),g()).optional()}).optional()}),ms=we.extend({method:O("completion/complete"),params:e$});function cf(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function uf(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var t$=ke.extend({completion:Oe({values:W(g()).max(100),total:me(re().int()),hasMore:me(be())})}),r$=T({uri:g().startsWith("file://"),name:g().optional(),_meta:ce(g(),fe()).optional()}),n$=we.extend({method:O("roots/list"),params:Be.optional()}),Ac=ke.extend({roots:W(r$)}),o$=Qe.extend({method:O("notifications/roots/list_changed"),params:Xe.optional()}),LE=ue([Qo,Tc,ms,Zc,ds,ls,as,cs,us,nx,sx,Br,ps,ts,ns,os,is]),UE=ue([Xo,es,Pc,o$,An]),FE=ue([Yo,Dn,jc,Jr,Ac,rs,ss,Vr]),VE=ue([Qo,Nx,Wx,n$,ts,ns,os,is]),HE=ue([Xo,es,Sx,ax,tx,$x,yx,An,Yx]),BE=ue([Yo,Vb,t$,gx,lx,Yb,Xb,ex,fs,bx,rs,ss,Vr]),I=class t extends Error{constructor(e,r,n){super(`MCP error ${e}: ${r}`),this.code=e,this.data=n,this.name="McpError"}static fromError(e,r,n){if(e===C.UrlElicitationRequired&&n){let o=n;if(o.elicitations)return new xc(o.elicitations,r)}return new t(e,r,n)}},xc=class extends I{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(C.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function Dt(t){return t==="completed"||t==="failed"||t==="cancelled"}var df=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"},pf=t=>typeof t=="string"?{...lf,name:t}:{...lf,...t};var ff=t=>{let e=pf(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 Mc(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function G(t,e,r,n,o){t[e]=r,Mc(t,e,n,o)}var hs=(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 he(t){if(t.target!=="openAi")return{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?hs(e,t.currentPath):e.join("/")}}function mf(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==$.ZodAny&&(r.items=M(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&G(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&G(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(G(r,"minItems",t.exactLength.value,t.exactLength.message,e),G(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function hf(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?G(r,"minimum",n.value,n.message,e):G(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),G(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?G(r,"maximum",n.value,n.message,e):G(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),G(r,"maximum",n.value,n.message,e));break;case"multipleOf":G(r,"multipleOf",n.value,n.message,e);break}return r}function gf(){return{type:"boolean"}}function gs(t,e){return M(t.type._def,e)}var yf=(t,e)=>M(t.innerType._def,e);function qc(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>qc(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 s$(t,e)}}var s$=(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":G(r,"minimum",n.value,n.message,e);break;case"max":G(r,"maximum",n.value,n.message,e);break}return r};function _f(t,e){return{...M(t.innerType._def,e),default:t.defaultValue()}}function vf(t,e){return e.effectStrategy==="input"?M(t.schema._def,e):he(e)}function bf(t){return{type:"string",enum:Array.from(t.values)}}var i$=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function xf(t,e){let r=[M(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),M(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(i$(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 $f(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 Dc,it={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:()=>(Dc===void 0&&(Dc=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Dc),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 ys(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":G(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":G(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":at(r,"email",n.message,e);break;case"format:idn-email":at(r,"idn-email",n.message,e);break;case"pattern:zod":Ne(r,it.email,n.message,e);break}break;case"url":at(r,"uri",n.message,e);break;case"uuid":at(r,"uuid",n.message,e);break;case"regex":Ne(r,n.regex,n.message,e);break;case"cuid":Ne(r,it.cuid,n.message,e);break;case"cuid2":Ne(r,it.cuid2,n.message,e);break;case"startsWith":Ne(r,RegExp(`^${Lc(n.value,e)}`),n.message,e);break;case"endsWith":Ne(r,RegExp(`${Lc(n.value,e)}$`),n.message,e);break;case"datetime":at(r,"date-time",n.message,e);break;case"date":at(r,"date",n.message,e);break;case"time":at(r,"time",n.message,e);break;case"duration":at(r,"duration",n.message,e);break;case"length":G(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),G(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{Ne(r,RegExp(Lc(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&at(r,"ipv4",n.message,e),n.version!=="v4"&&at(r,"ipv6",n.message,e);break}case"base64url":Ne(r,it.base64url,n.message,e);break;case"jwt":Ne(r,it.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&Ne(r,it.ipv4Cidr,n.message,e),n.version!=="v4"&&Ne(r,it.ipv6Cidr,n.message,e);break}case"emoji":Ne(r,it.emoji(),n.message,e);break;case"ulid":{Ne(r,it.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{at(r,"binary",n.message,e);break}case"contentEncoding:base64":{G(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{Ne(r,it.base64,n.message,e);break}}break}case"nanoid":Ne(r,it.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function Lc(t,e){return e.patternStrategy==="escape"?c$(t):t}var a$=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function c$(t){let e="";for(let r=0;r<t.length;r++)a$.has(t[r])||(e+="\\"),e+=t[r];return e}function at(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}}})):G(t,"format",e,r,n)}function Ne(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:wf(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):G(t,"pattern",wf(e,n),r,n)}function wf(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
35
+ 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,p={...f};if(h.ref===null)return;let m=h.ref;if(h.ref=null,m){a(m,d);let g=this.seen.get(m).schema;g.$ref&&d.target==="draft-7"?(f.allOf=f.allOf??[],f.allOf.push(g)):(Object.assign(f,g),Object.assign(f,p))}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 gc(t,e){if(t instanceof Pn){let n=new Ho(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 Ho(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 Yv=_("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ne.init(t,e),t.def=e,t.parse=(r,n)=>Ci(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>gr(t,r,n),t.parseAsync=async(r,n)=>Ai(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>yr(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)=>Je(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t)});var Xv=_("ZodMiniObject",(t,e)=>{jo.init(t,e),Yv.init(t,e),K.defineLazy(t,"shape",()=>e.shape)});function yc(t,e){let r={type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},...K.normalizeParams(e)};return new Xv(r)}function Qe(t){return!!t._zod}function br(t){let e=Object.values(t);if(e.length===0)return yc({});let r=e.every(Qe),n=e.every(o=>!Qe(o));if(r)return yc(t);if(n)return bi(t);throw new Error("Mixed Zod versions detected in object shape.")}function Dt(t,e){return Qe(t)?gr(t,e):t.safeParse(e)}async function Bo(t,e){return Qe(t)?await yr(t,e):await t.safeParseAsync(e)}function qt(t){if(!t)return;let e;if(Qe(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function Hr(t){if(t){if(typeof t=="object"){let e=t,r=t;if(!e._def&&!r._zod){let n=Object.values(t);if(n.length>0&&n.every(o=>typeof o=="object"&&o!==null&&(o._def!==void 0||o._zod!==void 0||typeof o.parse=="function")))return br(t)}}if(Qe(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 Jo(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 Ip(t){return t.description}function Op(t){if(Qe(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function Ko(t){if(Qe(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 In={};gi(In,{ZodISODate:()=>Cp,ZodISODateTime:()=>Np,ZodISODuration:()=>Ap,ZodISOTime:()=>Zp,date:()=>vc,datetime:()=>_c,duration:()=>xc,time:()=>bc});var Np=_("ZodISODateTime",(t,e)=>{_p.init(t,e),pe.init(t,e)});function _c(t){return Sp(Np,t)}var Cp=_("ZodISODate",(t,e)=>{vp.init(t,e),pe.init(t,e)});function vc(t){return zp(Cp,t)}var Zp=_("ZodISOTime",(t,e)=>{bp.init(t,e),pe.init(t,e)});function bc(t){return Tp(Zp,t)}var Ap=_("ZodISODuration",(t,e)=>{xp.init(t,e),pe.init(t,e)});function xc(t){return Pp(Ap,t)}var jp=(t,e)=>{Oo.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>Oi(t,r)},flatten:{value:r=>Ii(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},HE=_("ZodError",jp),On=_("ZodError",jp,{Parent:Error});var Mp=Ni(On),Dp=Zi(On),qp=ji(On),Lp=Mi(On);var ge=_("ZodType",(t,e)=>(ne.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)=>Je(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t),t.parse=(r,n)=>Mp(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>qp(t,r,n),t.parseAsync=async(r,n)=>Dp(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Lp(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(Wb(r,n)),t.superRefine=r=>t.check(Gb(r)),t.overwrite=r=>t.check(_r(r)),t.optional=()=>me(t),t.nullable=()=>Vp(t),t.nullish=()=>me(Vp(t)),t.nonoptional=r=>Fb(t,r),t.array=()=>W(t),t.or=r=>ue([t,r]),t.and=r=>Go(t,r),t.transform=r=>wc(t,Gp(r)),t.default=r=>Db(t,r),t.prefault=r=>Lb(t,r),t.catch=r=>Vb(t,r),t.pipe=r=>wc(t,r),t.readonly=()=>Jb(t),t.describe=r=>{let n=t.clone();return Mt.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return Mt.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return Mt.get(t);let n=t.clone();return Mt.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),Hp=_("_ZodString",(t,e)=>{Tn.init(t,e),ge.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(oc(...n)),t.includes=(...n)=>t.check(ac(...n)),t.startsWith=(...n)=>t.check(cc(...n)),t.endsWith=(...n)=>t.check(uc(...n)),t.min=(...n)=>t.check(Vr(...n)),t.max=(...n)=>t.check(Uo(...n)),t.length=(...n)=>t.check(Vo(...n)),t.nonempty=(...n)=>t.check(Vr(1,...n)),t.lowercase=n=>t.check(sc(n)),t.uppercase=n=>t.check(ic(n)),t.trim=()=>t.check(dc()),t.normalize=(...n)=>t.check(lc(...n)),t.toLowerCase=()=>t.check(pc()),t.toUpperCase=()=>t.check(fc())}),ab=_("ZodString",(t,e)=>{Tn.init(t,e),Hp.init(t,e),t.email=r=>t.check(Ia(cb,r)),t.url=r=>t.check(Aa(ub,r)),t.jwt=r=>t.check(Ya(kb,r)),t.emoji=r=>t.check(ja(lb,r)),t.guid=r=>t.check(Do(Fp,r)),t.uuid=r=>t.check(Oa(Wo,r)),t.uuidv4=r=>t.check(Na(Wo,r)),t.uuidv6=r=>t.check(Ca(Wo,r)),t.uuidv7=r=>t.check(Za(Wo,r)),t.nanoid=r=>t.check(Ma(db,r)),t.guid=r=>t.check(Do(Fp,r)),t.cuid=r=>t.check(Da(pb,r)),t.cuid2=r=>t.check(qa(fb,r)),t.ulid=r=>t.check(La(mb,r)),t.base64=r=>t.check(Ka(xb,r)),t.base64url=r=>t.check(Wa($b,r)),t.xid=r=>t.check(Fa(hb,r)),t.ksuid=r=>t.check(Ua(gb,r)),t.ipv4=r=>t.check(Va(yb,r)),t.ipv6=r=>t.check(Ha(_b,r)),t.cidrv4=r=>t.check(Ba(vb,r)),t.cidrv6=r=>t.check(Ja(bb,r)),t.e164=r=>t.check(Ga(wb,r)),t.datetime=r=>t.check(_c(r)),t.date=r=>t.check(vc(r)),t.time=r=>t.check(bc(r)),t.duration=r=>t.check(xc(r))});function y(t){return Ra(ab,t)}var pe=_("ZodStringFormat",(t,e)=>{ae.init(t,e),Hp.init(t,e)}),cb=_("ZodEmail",(t,e)=>{Bi.init(t,e),pe.init(t,e)});var Fp=_("ZodGUID",(t,e)=>{Vi.init(t,e),pe.init(t,e)});var Wo=_("ZodUUID",(t,e)=>{Hi.init(t,e),pe.init(t,e)});var ub=_("ZodURL",(t,e)=>{Ji.init(t,e),pe.init(t,e)});var lb=_("ZodEmoji",(t,e)=>{Ki.init(t,e),pe.init(t,e)});var db=_("ZodNanoID",(t,e)=>{Wi.init(t,e),pe.init(t,e)});var pb=_("ZodCUID",(t,e)=>{Gi.init(t,e),pe.init(t,e)});var fb=_("ZodCUID2",(t,e)=>{Yi.init(t,e),pe.init(t,e)});var mb=_("ZodULID",(t,e)=>{Xi.init(t,e),pe.init(t,e)});var hb=_("ZodXID",(t,e)=>{Qi.init(t,e),pe.init(t,e)});var gb=_("ZodKSUID",(t,e)=>{ea.init(t,e),pe.init(t,e)});var yb=_("ZodIPv4",(t,e)=>{ta.init(t,e),pe.init(t,e)});var _b=_("ZodIPv6",(t,e)=>{ra.init(t,e),pe.init(t,e)});var vb=_("ZodCIDRv4",(t,e)=>{na.init(t,e),pe.init(t,e)});var bb=_("ZodCIDRv6",(t,e)=>{oa.init(t,e),pe.init(t,e)});var xb=_("ZodBase64",(t,e)=>{sa.init(t,e),pe.init(t,e)});var $b=_("ZodBase64URL",(t,e)=>{ia.init(t,e),pe.init(t,e)});var wb=_("ZodE164",(t,e)=>{aa.init(t,e),pe.init(t,e)});var kb=_("ZodJWT",(t,e)=>{ca.init(t,e),pe.init(t,e)});var Bp=_("ZodNumber",(t,e)=>{Ao.init(t,e),ge.init(t,e),t.gt=(n,o)=>t.check(Lo(n,o)),t.gte=(n,o)=>t.check(Rn(n,o)),t.min=(n,o)=>t.check(Rn(n,o)),t.lt=(n,o)=>t.check(qo(n,o)),t.lte=(n,o)=>t.check(En(n,o)),t.max=(n,o)=>t.check(En(n,o)),t.int=n=>t.check(Up(n)),t.safe=n=>t.check(Up(n)),t.positive=n=>t.check(Lo(0,n)),t.nonnegative=n=>t.check(Rn(0,n)),t.negative=n=>t.check(qo(0,n)),t.nonpositive=n=>t.check(En(0,n)),t.multipleOf=(n,o)=>t.check(Fo(n,o)),t.step=(n,o)=>t.check(Fo(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 re(t){return Xa(Bp,t)}var Sb=_("ZodNumberFormat",(t,e)=>{ua.init(t,e),Bp.init(t,e)});function Up(t){return Qa(Sb,t)}var zb=_("ZodBoolean",(t,e)=>{la.init(t,e),ge.init(t,e)});function be(t){return ec(zb,t)}var Tb=_("ZodNull",(t,e)=>{da.init(t,e),ge.init(t,e)});function Jp(t){return tc(Tb,t)}var Pb=_("ZodUnknown",(t,e)=>{pa.init(t,e),ge.init(t,e)});function fe(){return rc(Pb)}var Eb=_("ZodNever",(t,e)=>{fa.init(t,e),ge.init(t,e)});function Rb(t){return nc(Eb,t)}var Ib=_("ZodArray",(t,e)=>{ma.init(t,e),ge.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(Vr(r,n)),t.nonempty=r=>t.check(Vr(1,r)),t.max=(r,n)=>t.check(Uo(r,n)),t.length=(r,n)=>t.check(Vo(r,n)),t.unwrap=()=>t.element});function W(t,e){return Ep(Ib,t,e)}var Kp=_("ZodObject",(t,e)=>{jo.init(t,e),ge.init(t,e),K.defineLazy(t,"shape",()=>e.shape),t.keyof=()=>qe(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:fe()}),t.loose=()=>t.clone({...t._zod.def,catchall:fe()}),t.strict=()=>t.clone({...t._zod.def,catchall:Rb()}),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(Yp,t,r[0]),t.required=(...r)=>K.required(Xp,t,r[0])});function T(t,e){let r={type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},...K.normalizeParams(e)};return new Kp(r)}function Ne(t,e){return new Kp({type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},catchall:fe(),...K.normalizeParams(e)})}var Wp=_("ZodUnion",(t,e)=>{Mo.init(t,e),ge.init(t,e),t.options=e.options});function ue(t,e){return new Wp({type:"union",options:t,...K.normalizeParams(e)})}var Ob=_("ZodDiscriminatedUnion",(t,e)=>{Wp.init(t,e),ha.init(t,e)});function kc(t,e,r){return new Ob({type:"union",options:e,discriminator:t,...K.normalizeParams(r)})}var Nb=_("ZodIntersection",(t,e)=>{ga.init(t,e),ge.init(t,e)});function Go(t,e){return new Nb({type:"intersection",left:t,right:e})}var Cb=_("ZodRecord",(t,e)=>{ya.init(t,e),ge.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function ce(t,e,r){return new Cb({type:"record",keyType:t,valueType:e,...K.normalizeParams(r)})}var $c=_("ZodEnum",(t,e)=>{_a.init(t,e),ge.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 $c({...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 $c({...e,checks:[],...K.normalizeParams(o),entries:s})}});function qe(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new $c({type:"enum",entries:r,...K.normalizeParams(e)})}var Zb=_("ZodLiteral",(t,e)=>{va.init(t,e),ge.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 O(t,e){return new Zb({type:"literal",values:Array.isArray(t)?t:[t],...K.normalizeParams(e)})}var Ab=_("ZodTransform",(t,e)=>{ba.init(t,e),ge.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 Gp(t){return new Ab({type:"transform",transform:t})}var Yp=_("ZodOptional",(t,e)=>{xa.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType});function me(t){return new Yp({type:"optional",innerType:t})}var jb=_("ZodNullable",(t,e)=>{$a.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Vp(t){return new jb({type:"nullable",innerType:t})}var Mb=_("ZodDefault",(t,e)=>{wa.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function Db(t,e){return new Mb({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var qb=_("ZodPrefault",(t,e)=>{ka.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Lb(t,e){return new qb({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Xp=_("ZodNonOptional",(t,e)=>{Sa.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Fb(t,e){return new Xp({type:"nonoptional",innerType:t,...K.normalizeParams(e)})}var Ub=_("ZodCatch",(t,e)=>{za.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function Vb(t,e){return new Ub({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var Hb=_("ZodPipe",(t,e)=>{Ta.init(t,e),ge.init(t,e),t.in=e.in,t.out=e.out});function wc(t,e){return new Hb({type:"pipe",in:t,out:e})}var Bb=_("ZodReadonly",(t,e)=>{Pa.init(t,e),ge.init(t,e)});function Jb(t){return new Bb({type:"readonly",innerType:t})}var Qp=_("ZodCustom",(t,e)=>{Ea.init(t,e),ge.init(t,e)});function Kb(t){let e=new $e({check:"custom"});return e._zod.check=t,e}function ef(t,e){return mc(Qp,t??(()=>!0),e)}function Wb(t,e={}){return hc(Qp,t,e)}function Gb(t){let e=Kb(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 Sc(t,e){return wc(Gp(t),e)}Be(wp());var Tc="2025-11-25";var tf=[Tc,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],Lt="io.modelcontextprotocol/related-task",Xo="2.0",ve=ef(t=>t!==null&&(typeof t=="object"||typeof t=="function")),rf=ue([y(),re().int()]),nf=y(),sR=Ne({ttl:re().optional(),pollInterval:re().optional()}),Yb=T({ttl:re().optional()}),Xb=T({taskId:y()}),Pc=Ne({progressToken:rf.optional(),[Lt]:Xb.optional()}),Ke=T({_meta:Pc.optional()}),Nn=Ke.extend({task:Yb.optional()}),of=t=>Nn.safeParse(t).success,we=T({method:y(),params:Ke.loose().optional()}),et=T({_meta:Pc.optional()}),tt=T({method:y(),params:et.loose().optional()}),ke=Ne({_meta:Pc.optional()}),Qo=ue([y(),re().int()]),sf=T({jsonrpc:O(Xo),id:Qo,...we.shape}).strict(),Ec=t=>sf.safeParse(t).success,af=T({jsonrpc:O(Xo),...tt.shape}).strict(),cf=t=>af.safeParse(t).success,Rc=T({jsonrpc:O(Xo),id:Qo,result:ke}).strict(),Cn=t=>Rc.safeParse(t).success;var C;(function(t){t[t.ConnectionClosed=-32e3]="ConnectionClosed",t[t.RequestTimeout=-32001]="RequestTimeout",t[t.ParseError=-32700]="ParseError",t[t.InvalidRequest=-32600]="InvalidRequest",t[t.MethodNotFound=-32601]="MethodNotFound",t[t.InvalidParams=-32602]="InvalidParams",t[t.InternalError=-32603]="InternalError",t[t.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(C||(C={}));var Ic=T({jsonrpc:O(Xo),id:Qo.optional(),error:T({code:re().int(),message:y(),data:fe().optional()})}).strict();var uf=t=>Ic.safeParse(t).success;var iR=ue([sf,af,Rc,Ic]),aR=ue([Rc,Ic]),es=ke.strict(),Qb=et.extend({requestId:Qo.optional(),reason:y().optional()}),ts=tt.extend({method:O("notifications/cancelled"),params:Qb}),ex=T({src:y(),mimeType:y().optional(),sizes:W(y()).optional(),theme:qe(["light","dark"]).optional()}),Zn=T({icons:W(ex).optional()}),Br=T({name:y(),title:y().optional()}),lf=Br.extend({...Br.shape,...Zn.shape,version:y(),websiteUrl:y().optional(),description:y().optional()}),tx=Go(T({applyDefaults:be().optional()}),ce(y(),fe())),rx=Sc(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,Go(T({form:tx.optional(),url:ve.optional()}),ce(y(),fe()).optional())),nx=Ne({list:ve.optional(),cancel:ve.optional(),requests:Ne({sampling:Ne({createMessage:ve.optional()}).optional(),elicitation:Ne({create:ve.optional()}).optional()}).optional()}),ox=Ne({list:ve.optional(),cancel:ve.optional(),requests:Ne({tools:Ne({call:ve.optional()}).optional()}).optional()}),sx=T({experimental:ce(y(),ve).optional(),sampling:T({context:ve.optional(),tools:ve.optional()}).optional(),elicitation:rx.optional(),roots:T({listChanged:be().optional()}).optional(),tasks:nx.optional(),extensions:ce(y(),ve).optional()}),ix=Ke.extend({protocolVersion:y(),capabilities:sx,clientInfo:lf}),Oc=we.extend({method:O("initialize"),params:ix});var ax=T({experimental:ce(y(),ve).optional(),logging:ve.optional(),completions:ve.optional(),prompts:T({listChanged:be().optional()}).optional(),resources:T({subscribe:be().optional(),listChanged:be().optional()}).optional(),tools:T({listChanged:be().optional()}).optional(),tasks:ox.optional(),extensions:ce(y(),ve).optional()}),cx=ke.extend({protocolVersion:y(),capabilities:ax,serverInfo:lf,instructions:y().optional()}),Nc=tt.extend({method:O("notifications/initialized"),params:et.optional()});var rs=we.extend({method:O("ping"),params:Ke.optional()}),ux=T({progress:re(),total:me(re()),message:me(y())}),lx=T({...et.shape,...ux.shape,progressToken:rf}),ns=tt.extend({method:O("notifications/progress"),params:lx}),dx=Ke.extend({cursor:nf.optional()}),An=we.extend({params:dx.optional()}),jn=ke.extend({nextCursor:nf.optional()}),px=qe(["working","input_required","completed","failed","cancelled"]),Mn=T({taskId:y(),status:px,ttl:ue([re(),Jp()]),createdAt:y(),lastUpdatedAt:y(),pollInterval:me(re()),statusMessage:me(y())}),Jr=ke.extend({task:Mn}),fx=et.merge(Mn),Dn=tt.extend({method:O("notifications/tasks/status"),params:fx}),os=we.extend({method:O("tasks/get"),params:Ke.extend({taskId:y()})}),ss=ke.merge(Mn),is=we.extend({method:O("tasks/result"),params:Ke.extend({taskId:y()})}),cR=ke.loose(),as=An.extend({method:O("tasks/list")}),cs=jn.extend({tasks:W(Mn)}),us=we.extend({method:O("tasks/cancel"),params:Ke.extend({taskId:y()})}),df=ke.merge(Mn),pf=T({uri:y(),mimeType:me(y()),_meta:ce(y(),fe()).optional()}),ff=pf.extend({text:y()}),Cc=y().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),mf=pf.extend({blob:Cc}),qn=qe(["user","assistant"]),Kr=T({audience:W(qn).optional(),priority:re().min(0).max(1).optional(),lastModified:In.datetime({offset:!0}).optional()}),hf=T({...Br.shape,...Zn.shape,uri:y(),description:me(y()),mimeType:me(y()),size:me(re()),annotations:Kr.optional(),_meta:me(Ne({}))}),mx=T({...Br.shape,...Zn.shape,uriTemplate:y(),description:me(y()),mimeType:me(y()),annotations:Kr.optional(),_meta:me(Ne({}))}),ls=An.extend({method:O("resources/list")}),hx=jn.extend({resources:W(hf)}),ds=An.extend({method:O("resources/templates/list")}),gx=jn.extend({resourceTemplates:W(mx)}),Zc=Ke.extend({uri:y()}),yx=Zc,ps=we.extend({method:O("resources/read"),params:yx}),_x=ke.extend({contents:W(ue([ff,mf]))}),vx=tt.extend({method:O("notifications/resources/list_changed"),params:et.optional()}),bx=Zc,xx=we.extend({method:O("resources/subscribe"),params:bx}),$x=Zc,wx=we.extend({method:O("resources/unsubscribe"),params:$x}),kx=et.extend({uri:y()}),Sx=tt.extend({method:O("notifications/resources/updated"),params:kx}),zx=T({name:y(),description:me(y()),required:me(be())}),Tx=T({...Br.shape,...Zn.shape,description:me(y()),arguments:me(W(zx)),_meta:me(Ne({}))}),fs=An.extend({method:O("prompts/list")}),Px=jn.extend({prompts:W(Tx)}),Ex=Ke.extend({name:y(),arguments:ce(y(),y()).optional()}),ms=we.extend({method:O("prompts/get"),params:Ex}),Ac=T({type:O("text"),text:y(),annotations:Kr.optional(),_meta:ce(y(),fe()).optional()}),jc=T({type:O("image"),data:Cc,mimeType:y(),annotations:Kr.optional(),_meta:ce(y(),fe()).optional()}),Mc=T({type:O("audio"),data:Cc,mimeType:y(),annotations:Kr.optional(),_meta:ce(y(),fe()).optional()}),Rx=T({type:O("tool_use"),name:y(),id:y(),input:ce(y(),fe()),_meta:ce(y(),fe()).optional()}),Ix=T({type:O("resource"),resource:ue([ff,mf]),annotations:Kr.optional(),_meta:ce(y(),fe()).optional()}),Ox=hf.extend({type:O("resource_link")}),Dc=ue([Ac,jc,Mc,Ox,Ix]),Nx=T({role:qn,content:Dc}),Cx=ke.extend({description:y().optional(),messages:W(Nx)}),Zx=tt.extend({method:O("notifications/prompts/list_changed"),params:et.optional()}),Ax=T({title:y().optional(),readOnlyHint:be().optional(),destructiveHint:be().optional(),idempotentHint:be().optional(),openWorldHint:be().optional()}),jx=T({taskSupport:qe(["required","optional","forbidden"]).optional()}),gf=T({...Br.shape,...Zn.shape,description:y().optional(),inputSchema:T({type:O("object"),properties:ce(y(),ve).optional(),required:W(y()).optional()}).catchall(fe()),outputSchema:T({type:O("object"),properties:ce(y(),ve).optional(),required:W(y()).optional()}).catchall(fe()).optional(),annotations:Ax.optional(),execution:jx.optional(),_meta:ce(y(),fe()).optional()}),hs=An.extend({method:O("tools/list")}),Mx=jn.extend({tools:W(gf)}),gs=ke.extend({content:W(Dc).default([]),structuredContent:ce(y(),fe()).optional(),isError:be().optional()}),uR=gs.or(ke.extend({toolResult:fe()})),Dx=Nn.extend({name:y(),arguments:ce(y(),fe()).optional()}),Wr=we.extend({method:O("tools/call"),params:Dx}),qx=tt.extend({method:O("notifications/tools/list_changed"),params:et.optional()}),lR=T({autoRefresh:be().default(!0),debounceMs:re().int().nonnegative().default(300)}),Ln=qe(["debug","info","notice","warning","error","critical","alert","emergency"]),Lx=Ke.extend({level:Ln}),qc=we.extend({method:O("logging/setLevel"),params:Lx}),Fx=et.extend({level:Ln,logger:y().optional(),data:fe()}),Ux=tt.extend({method:O("notifications/message"),params:Fx}),Vx=T({name:y().optional()}),Hx=T({hints:W(Vx).optional(),costPriority:re().min(0).max(1).optional(),speedPriority:re().min(0).max(1).optional(),intelligencePriority:re().min(0).max(1).optional()}),Bx=T({mode:qe(["auto","required","none"]).optional()}),Jx=T({type:O("tool_result"),toolUseId:y().describe("The unique identifier for the corresponding tool call."),content:W(Dc).default([]),structuredContent:T({}).loose().optional(),isError:be().optional(),_meta:ce(y(),fe()).optional()}),Kx=kc("type",[Ac,jc,Mc]),Yo=kc("type",[Ac,jc,Mc,Rx,Jx]),Wx=T({role:qn,content:ue([Yo,W(Yo)]),_meta:ce(y(),fe()).optional()}),Gx=Nn.extend({messages:W(Wx),modelPreferences:Hx.optional(),systemPrompt:y().optional(),includeContext:qe(["none","thisServer","allServers"]).optional(),temperature:re().optional(),maxTokens:re().int(),stopSequences:W(y()).optional(),metadata:ve.optional(),tools:W(gf).optional(),toolChoice:Bx.optional()}),Yx=we.extend({method:O("sampling/createMessage"),params:Gx}),Fn=ke.extend({model:y(),stopReason:me(qe(["endTurn","stopSequence","maxTokens"]).or(y())),role:qn,content:Kx}),Lc=ke.extend({model:y(),stopReason:me(qe(["endTurn","stopSequence","maxTokens","toolUse"]).or(y())),role:qn,content:ue([Yo,W(Yo)])}),Xx=T({type:O("boolean"),title:y().optional(),description:y().optional(),default:be().optional()}),Qx=T({type:O("string"),title:y().optional(),description:y().optional(),minLength:re().optional(),maxLength:re().optional(),format:qe(["email","uri","date","date-time"]).optional(),default:y().optional()}),e$=T({type:qe(["number","integer"]),title:y().optional(),description:y().optional(),minimum:re().optional(),maximum:re().optional(),default:re().optional()}),t$=T({type:O("string"),title:y().optional(),description:y().optional(),enum:W(y()),default:y().optional()}),r$=T({type:O("string"),title:y().optional(),description:y().optional(),oneOf:W(T({const:y(),title:y()})),default:y().optional()}),n$=T({type:O("string"),title:y().optional(),description:y().optional(),enum:W(y()),enumNames:W(y()).optional(),default:y().optional()}),o$=ue([t$,r$]),s$=T({type:O("array"),title:y().optional(),description:y().optional(),minItems:re().optional(),maxItems:re().optional(),items:T({type:O("string"),enum:W(y())}),default:W(y()).optional()}),i$=T({type:O("array"),title:y().optional(),description:y().optional(),minItems:re().optional(),maxItems:re().optional(),items:T({anyOf:W(T({const:y(),title:y()}))}),default:W(y()).optional()}),a$=ue([s$,i$]),c$=ue([n$,o$,a$]),u$=ue([c$,Xx,Qx,e$]),l$=Nn.extend({mode:O("form").optional(),message:y(),requestedSchema:T({type:O("object"),properties:ce(y(),u$),required:W(y()).optional()})}),d$=Nn.extend({mode:O("url"),message:y(),elicitationId:y(),url:y().url()}),p$=ue([l$,d$]),f$=we.extend({method:O("elicitation/create"),params:p$}),m$=et.extend({elicitationId:y()}),h$=tt.extend({method:O("notifications/elicitation/complete"),params:m$}),Gr=ke.extend({action:qe(["accept","decline","cancel"]),content:Sc(t=>t===null?void 0:t,ce(y(),ue([y(),re(),be(),W(y())])).optional())}),g$=T({type:O("ref/resource"),uri:y()});var y$=T({type:O("ref/prompt"),name:y()}),_$=Ke.extend({ref:ue([y$,g$]),argument:T({name:y(),value:y()}),context:T({arguments:ce(y(),y()).optional()}).optional()}),ys=we.extend({method:O("completion/complete"),params:_$});function yf(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function _f(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var v$=ke.extend({completion:Ne({values:W(y()).max(100),total:me(re().int()),hasMore:me(be())})}),b$=T({uri:y().startsWith("file://"),name:y().optional(),_meta:ce(y(),fe()).optional()}),x$=we.extend({method:O("roots/list"),params:Ke.optional()}),Fc=ke.extend({roots:W(b$)}),$$=tt.extend({method:O("notifications/roots/list_changed"),params:et.optional()}),dR=ue([rs,Oc,ys,qc,ms,fs,ls,ds,ps,xx,wx,Wr,hs,os,is,as,us]),pR=ue([ts,ns,Nc,$$,Dn]),fR=ue([es,Fn,Lc,Gr,Fc,ss,cs,Jr]),mR=ue([rs,Yx,f$,x$,os,is,as,us]),hR=ue([ts,ns,Ux,Sx,vx,qx,Zx,Dn,h$]),gR=ue([es,cx,v$,Cx,Px,hx,gx,_x,gs,Mx,ss,cs,Jr]),I=class t extends Error{constructor(e,r,n){super(`MCP error ${e}: ${r}`),this.code=e,this.data=n,this.name="McpError"}static fromError(e,r,n){if(e===C.UrlElicitationRequired&&n){let o=n;if(o.elicitations)return new zc(o.elicitations,r)}return new t(e,r,n)}},zc=class extends I{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(C.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function Ft(t){return t==="completed"||t==="failed"||t==="cancelled"}var bf=Symbol("Let zodToJsonSchema decide on which parser to use");var vf={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"},xf=t=>typeof t=="string"?{...vf,name:t}:{...vf,...t};var $f=t=>{let e=xf(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 Uc(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function G(t,e,r,n,o){t[e]=r,Uc(t,e,n,o)}var _s=(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 he(t){if(t.target!=="openAi")return{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?_s(e,t.currentPath):e.join("/")}}function wf(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==$.ZodAny&&(r.items=M(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&G(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&G(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(G(r,"minItems",t.exactLength.value,t.exactLength.message,e),G(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function kf(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?G(r,"minimum",n.value,n.message,e):G(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),G(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?G(r,"maximum",n.value,n.message,e):G(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),G(r,"maximum",n.value,n.message,e));break;case"multipleOf":G(r,"multipleOf",n.value,n.message,e);break}return r}function Sf(){return{type:"boolean"}}function vs(t,e){return M(t.type._def,e)}var zf=(t,e)=>M(t.innerType._def,e);function Vc(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>Vc(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 w$(t,e)}}var w$=(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":G(r,"minimum",n.value,n.message,e);break;case"max":G(r,"maximum",n.value,n.message,e);break}return r};function Tf(t,e){return{...M(t.innerType._def,e),default:t.defaultValue()}}function Pf(t,e){return e.effectStrategy==="input"?M(t.schema._def,e):he(e)}function Ef(t){return{type:"string",enum:Array.from(t.values)}}var k$=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function Rf(t,e){let r=[M(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),M(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(k$(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 If(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 Hc,ct={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:()=>(Hc===void 0&&(Hc=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Hc),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 bs(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":G(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":G(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":ut(r,"email",n.message,e);break;case"format:idn-email":ut(r,"idn-email",n.message,e);break;case"pattern:zod":Ce(r,ct.email,n.message,e);break}break;case"url":ut(r,"uri",n.message,e);break;case"uuid":ut(r,"uuid",n.message,e);break;case"regex":Ce(r,n.regex,n.message,e);break;case"cuid":Ce(r,ct.cuid,n.message,e);break;case"cuid2":Ce(r,ct.cuid2,n.message,e);break;case"startsWith":Ce(r,RegExp(`^${Bc(n.value,e)}`),n.message,e);break;case"endsWith":Ce(r,RegExp(`${Bc(n.value,e)}$`),n.message,e);break;case"datetime":ut(r,"date-time",n.message,e);break;case"date":ut(r,"date",n.message,e);break;case"time":ut(r,"time",n.message,e);break;case"duration":ut(r,"duration",n.message,e);break;case"length":G(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),G(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{Ce(r,RegExp(Bc(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&ut(r,"ipv4",n.message,e),n.version!=="v4"&&ut(r,"ipv6",n.message,e);break}case"base64url":Ce(r,ct.base64url,n.message,e);break;case"jwt":Ce(r,ct.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&Ce(r,ct.ipv4Cidr,n.message,e),n.version!=="v4"&&Ce(r,ct.ipv6Cidr,n.message,e);break}case"emoji":Ce(r,ct.emoji(),n.message,e);break;case"ulid":{Ce(r,ct.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{ut(r,"binary",n.message,e);break}case"contentEncoding:base64":{G(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{Ce(r,ct.base64,n.message,e);break}}break}case"nanoid":Ce(r,ct.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function Bc(t,e){return e.patternStrategy==="escape"?z$(t):t}var S$=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function z$(t){let e="";for(let r=0;r<t.length;r++)S$.has(t[r])||(e+="\\"),e+=t[r];return e}function ut(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}}})):G(t,"format",e,r,n)}function Ce(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:Of(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):G(t,"pattern",Of(e,n),r,n)}function Of(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
36
  ]))`;continue}else if(n[c]==="$"){o+=`($|(?=[\r
37
37
  ]))`;continue}}if(r.s&&n[c]==="."){o+=i?`${n[c]}\r
38
38
  `:`[${n[c]}\r
39
- ]`;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 _s(t,e){if(e.target==="openAi"&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),e.target==="openApi3"&&t.keyType?._def.typeName===$.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,o)=>({...n,[o]:M(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",o]})??he(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:M(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===$.ZodString&&t.keyType._def.checks?.length){let{type:n,...o}=ys(t.keyType._def,e);return{...r,propertyNames:o}}else{if(t.keyType?._def.typeName===$.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===$.ZodBranded&&t.keyType._def.type._def.typeName===$.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...o}=gs(t.keyType._def,e);return{...r,propertyNames:o}}}return r}function kf(t,e){if(e.mapStrategy==="record")return _s(t,e);let r=M(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||he(e),n=M(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||he(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function Sf(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 zf(t){return t.target==="openAi"?void 0:{not:he({...t,currentPath:[...t.currentPath,"not"]})}}function Tf(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var Ln={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function Ef(t,e){if(e.target==="openApi3")return Pf(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in Ln&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((o,s)=>{let i=Ln[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 Pf(t,e)}var Pf=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,o)=>M(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 Rf(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:Ln[t.innerType._def.typeName],nullable:!0}:{type:[Ln[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=M(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=M(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function If(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",Mc(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?G(r,"minimum",n.value,n.message,e):G(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),G(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?G(r,"maximum",n.value,n.message,e):G(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),G(r,"maximum",n.value,n.message,e));break;case"multipleOf":G(r,"multipleOf",n.value,n.message,e);break}return r}function Of(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=l$(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let l=M(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=u$(t,e);return i!==void 0&&(n.additionalProperties=i),n}function u$(t,e){if(t.catchall._def.typeName!=="ZodNever")return M(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 l$(t){try{return t.isOptional()}catch{return!0}}var Nf=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return M(t.innerType._def,e);let r=M(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:he(e)},r]}:he(e)};var Cf=(t,e)=>{if(e.pipeStrategy==="input")return M(t.in._def,e);if(e.pipeStrategy==="output")return M(t.out._def,e);let r=M(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=M(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function Zf(t,e){return M(t.type._def,e)}function jf(t,e){let n={type:"array",uniqueItems:!0,items:M(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&G(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&G(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function Af(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>M(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:M(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>M(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function Mf(t){return{not:he(t)}}function qf(t){return he(t)}var Df=(t,e)=>M(t.innerType._def,e);var Lf=(t,e,r)=>{switch(e){case $.ZodString:return ys(t,r);case $.ZodNumber:return If(t,r);case $.ZodObject:return Of(t,r);case $.ZodBigInt:return hf(t,r);case $.ZodBoolean:return gf();case $.ZodDate:return qc(t,r);case $.ZodUndefined:return Mf(r);case $.ZodNull:return Tf(r);case $.ZodArray:return mf(t,r);case $.ZodUnion:case $.ZodDiscriminatedUnion:return Ef(t,r);case $.ZodIntersection:return xf(t,r);case $.ZodTuple:return Af(t,r);case $.ZodRecord:return _s(t,r);case $.ZodLiteral:return $f(t,r);case $.ZodEnum:return bf(t);case $.ZodNativeEnum:return Sf(t);case $.ZodNullable:return Rf(t,r);case $.ZodOptional:return Nf(t,r);case $.ZodMap:return kf(t,r);case $.ZodSet:return jf(t,r);case $.ZodLazy:return()=>t.getter()._def;case $.ZodPromise:return Zf(t,r);case $.ZodNaN:case $.ZodNever:return zf(r);case $.ZodEffects:return vf(t,r);case $.ZodAny:return he(r);case $.ZodUnknown:return qf(r);case $.ZodDefault:return _f(t,r);case $.ZodBranded:return gs(t,r);case $.ZodReadonly:return Df(t,r);case $.ZodCatch:return yf(t,r);case $.ZodPipeline:return Cf(t,r);case $.ZodFunction:case $.ZodVoid:case $.ZodSymbol:return;default:return(n=>{})(e)}};function M(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==df)return a}if(n&&!r){let a=d$(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=Lf(t,t.typeName,e),i=typeof s=="function"?M(s(),e):s;if(i&&p$(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var d$=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:hs(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`),he(e)):e.$refStrategy==="seen"?he(e):void 0}},p$=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var Uc=(t,e)=>{let r=ff(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,l])=>({...c,[u]:M(l._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??he(r)}),{}):void 0,o=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,s=M(t._def,o===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,o]},!1)??he(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 f$(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function Fc(t,e){return Ye(t)?dc(t,{target:f$(e?.target),io:e?.pipeStrategy??"input"}):Uc(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function Vc(t){let r=Mt(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=Ho(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function Hc(t,e){let r=At(t,e);if(!r.success)throw r.error;return r.data}var m$=6e4,vs=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(Xo,r=>{this._oncancel(r)}),this.setNotificationHandler(es,r=>{this._onprogress(r)}),this.setRequestHandler(Qo,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(ts,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new I(C.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(ns,async(r,n)=>{let o=async()=>{let s=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(s,n.sessionId);){if(a.type==="response"||a.type==="error"){let c=a.message,u=c.id,l=this._requestResolvers.get(u);if(l)if(this._requestResolvers.delete(u),a.type==="response")l(c);else{let d=c,m=new I(d.error.code,d.error.message,d.error.data);l(m)}else{let d=a.type==="response"?"Response":"Error";this._onerror(new Error(`${d} handler missing for request ${u}`))}continue}await this._transport?.send(a.message,{relatedRequestId:n.requestId})}}let i=await this._taskStore.getTask(s,n.sessionId);if(!i)throw new I(C.InvalidParams,`Task not found: ${s}`);if(!Dt(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(Dt(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(os,async(r,n)=>{try{let{tasks:o,nextCursor:s}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:o,nextCursor:s,_meta:{}}}catch(o){throw new I(C.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(is,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new I(C.InvalidParams,`Task not found: ${r.params.taskId}`);if(Dt(o.status))throw new I(C.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new I(C.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof I?o:new I(C.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,o,s=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(o,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),I.fromError(C.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){let r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=s=>{n?.(s),this._onerror(s)};let o=this._transport?.onmessage;this._transport.onmessage=(s,i)=>{o?.(s,i),On(s)||Qp(s)?this._onresponse(s):kc(s)?this._onrequest(s,i):Xp(s)?this._onnotification(s):this._onerror(new Error(`Unknown message type: ${JSON.stringify(s)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._timeoutInfo.values())clearTimeout(n.timeoutId);this._timeoutInfo.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=I.fromError(C.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of e.values())n(r)}_onerror(e){this.onerror?.(e)}_onnotification(e){let r=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(e)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(e,r){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,o=this._transport,s=e.params?._meta?.[qt]?.taskId;if(n===void 0){let l={jsonrpc:"2.0",id:e.id,error:{code:C.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId).catch(d=>this._onerror(new Error(`Failed to enqueue error response: ${d}`))):o?.send(l).catch(d=>this._onerror(new Error(`Failed to send an error response: ${d}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=Wp(e.params)?e.params.task:void 0,c=this._taskStore?this.requestTaskStore(e,o?.sessionId):void 0,u={signal:i.signal,sessionId:o?.sessionId,_meta:e.params?._meta,sendNotification:async l=>{if(i.signal.aborted)return;let d={relatedRequestId:e.id};s&&(d.relatedTask={taskId:s}),await this.notification(l,d)},sendRequest:async(l,d,m)=>{if(i.signal.aborted)throw new I(C.ConnectionClosed,"Request was cancelled");let f={...m,relatedRequestId:e.id};s&&!f.relatedTask&&(f.relatedTask={taskId:s});let p=f.relatedTask?.taskId??s;return p&&c&&await c.updateTaskStatus(p,"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:C.InternalError,message:l.message??"Internal error",...l.data!==void 0&&{data:l.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)}).catch(l=>this._onerror(new Error(`Failed to send response: ${l}`))).finally(()=>{this._requestHandlerAbortControllers.get(e.id)===i&&this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:r,...n}=e.params,o=Number(r),s=this._progressHandlers.get(o);if(!s){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(o),a=this._timeoutInfo.get(o);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(c){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(c);return}s(n)}_onresponse(e){let r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),On(e))n(e);else{let i=new I(e.error.code,e.error.message,e.error.data);n(i)}return}let o=this._responseHandlers.get(r);if(o===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let s=!1;if(On(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),On(e))o(e);else{let i=I.fromError(e.error.code,e.error.message,e.error.data);o(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,r,n){let{task:o}=n??{};if(!o){try{yield{type:"result",result:await this.request(e,r,n)}}catch(i){yield{type:"error",error:i instanceof I?i:new I(C.InternalError,String(i))}}return}let s;try{let i=await this.request(e,Vr,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new I(C.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},Dt(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new I(C.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new I(C.InternalError,`Task ${s} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)};return}let c=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof I?i:new I(C.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,l)=>{let d=x=>{l(x)};if(!this._transport){d(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(x){d(x);return}n?.signal?.throwIfAborted();let m=this._requestMessageId++,f={...e,jsonrpc:"2.0",id:m};n?.onprogress&&(this._progressHandlers.set(m,n.onprogress),f.params={...e.params,_meta:{...e.params?._meta||{},progressToken:m}}),a&&(f.params={...f.params,task:a}),c&&(f.params={...f.params,_meta:{...f.params?._meta||{},[qt]:c}});let p=x=>{this._responseHandlers.delete(m),this._progressHandlers.delete(m),this._cleanupTimeout(m),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:m,reason:String(x)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(E=>this._onerror(new Error(`Failed to send cancellation: ${E}`)));let w=x instanceof I?x:new I(C.RequestTimeout,String(x));l(w)};this._responseHandlers.set(m,x=>{if(!n?.signal?.aborted){if(x instanceof Error)return l(x);try{let w=At(r,x.result);w.success?u(w.data):l(w.error)}catch(w){l(w)}}}),n?.signal?.addEventListener("abort",()=>{p(n?.signal?.reason)});let h=n?.timeout??m$,y=()=>p(I.fromError(C.RequestTimeout,"Request timed out",{timeout:h}));this._setupTimeout(m,h,n?.maxTotalTimeout,y,n?.resetTimeoutOnProgress??!1);let v=c?.taskId;if(v){let x=w=>{let E=this._responseHandlers.get(m);E?E(w):this._onerror(new Error(`Response handler missing for side-channeled request ${m}`))};this._requestResolvers.set(m,x),this._enqueueTaskMessage(v,{type:"request",message:f,timestamp:Date.now()}).catch(w=>{this._cleanupTimeout(m),l(w)})}else this._transport.send(f,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(x=>{this._cleanupTimeout(m),l(x)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},rs,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},tf,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=Vc(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,s)=>{let i=Hc(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=Vc(e);this._notificationHandlers.set(n,o=>{let s=Hc(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"&&kc(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new I(C.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(s)):this._onerror(new Error(`Resolver missing for request ${s} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let o=await this._taskStore?.getTask(e);o?.pollInterval&&(n=o.pollInterval)}catch{}return new Promise((o,s)=>{if(r.aborted){s(new I(C.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new I(C.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async o=>{if(!e)throw new Error("No request provided");return await n.createTask(o,e.id,{method:e.method,params:e.params},r)},getTask:async o=>{let s=await n.getTask(o,r);if(!s)throw new I(C.InvalidParams,"Failed to retrieve task: Task not found");return s},storeTaskResult:async(o,s,i)=>{await n.storeTaskResult(o,s,i,r);let a=await n.getTask(o,r);if(a){let c=An.parse({method:"notifications/tasks/status",params:a});await this.notification(c),Dt(a.status)&&this._cleanupTaskProgressHandler(o)}},getTaskResult:o=>n.getTaskResult(o,r),updateTaskStatus:async(o,s,i)=>{let a=await n.getTask(o,r);if(!a)throw new I(C.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(Dt(a.status))throw new I(C.InvalidParams,`Cannot update task "${o}" from terminal status "${a.status}" to "${s}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(o,s,i,r);let c=await n.getTask(o,r);if(c){let u=An.parse({method:"notifications/tasks/status",params:c});await this.notification(u),Dt(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function Uf(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function Ff(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];Uf(i)&&Uf(s)?r[o]={...i,...s}:r[o]=s}return r}var Cg=Kl(Il(),1),Zg=Kl(Ng(),1);function _T(){let t=new Cg.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,Zg.default)(t),t}var ei=class{constructor(e){this._ajv=e??_T()}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 ti=class{constructor(e){this._server=e}requestStream(e,r,n){return this._server.requestStream(e,r,n)}createMessageStream(e,r){let n=this._server.getClientCapabilities();if((e.tools||e.toolChoice)&&!n?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let o=e.messages[e.messages.length-1],s=Array.isArray(o.content)?o.content:[o.content],i=s.some(l=>l.type==="tool_result"),a=e.messages.length>1?e.messages[e.messages.length-2]:void 0,c=a?Array.isArray(a.content)?a.content:[a.content]:[],u=c.some(l=>l.type==="tool_use");if(i){if(s.some(l=>l.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!u)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(u){let l=new Set(c.filter(m=>m.type==="tool_use").map(m=>m.id)),d=new Set(s.filter(m=>m.type==="tool_result").map(m=>m.toolUseId));if(l.size!==d.size||![...l].every(m=>d.has(m)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.requestStream({method:"sampling/createMessage",params:e},Dn,r)}elicitInputStream(e,r){let n=this._server.getClientCapabilities(),o=e.mode??"form";switch(o){case"url":{if(!n?.elicitation?.url)throw new Error("Client does not support url elicitation.");break}case"form":{if(!n?.elicitation?.form)throw new Error("Client does not support form elicitation.");break}}let s=o==="form"&&e.mode===void 0?{...e,mode:"form"}:e;return this.requestStream({method:"elicitation/create",params:s},Jr,r)}async getTask(e,r){return this._server.getTask({taskId:e},r)}async getTaskResult(e,r,n){return this._server.getTaskResult({taskId:e},r,n)}async listTasks(e,r){return this._server.listTasks(e?{cursor:e}:void 0,r)}async cancelTask(e,r){return this._server.cancelTask({taskId:e},r)}};function jg(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 Ag(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 ri=class extends vs{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(qn.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 ei,this.setRequestHandler(Tc,n=>this._oninitialize(n)),this.setNotificationHandler(Pc,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(Zc,async(n,o)=>{let s=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=qn.safeParse(i);return a.success&&this._loggingLevels.set(s,a.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new ti(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=Ff(this._capabilities,e)}setRequestHandler(e,r){let o=Mt(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s;if(Ye(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=At(Br,c);if(!l.success){let p=l.error instanceof Error?l.error.message:String(l.error);throw new I(C.InvalidParams,`Invalid tools/call request: ${p}`)}let{params:d}=l.data,m=await Promise.resolve(r(c,u));if(d.task){let p=At(Vr,m);if(!p.success){let h=p.error instanceof Error?p.error.message:String(p.error);throw new I(C.InvalidParams,`Invalid task creation result: ${h}`)}return p.data}let f=At(fs,m);if(!f.success){let p=f.error instanceof Error?f.error.message:String(f.error);throw new I(C.InvalidParams,`Invalid tools/call result: ${p}`)}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){Ag(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&jg(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:Bp.includes(r)?r:$c,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"},Yo)}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},jc,r):this.request({method:"sampling/createMessage",params:e},Dn,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},Jr,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},Jr,r);if(s.action==="accept"&&s.content&&o.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(o.requestedSchema)(s.content);if(!a.valid)throw new I(C.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof I?i:new I(C.InternalError,`Error validating elicitation response: ${i instanceof Error?i.message:String(i)}`)}return s}}}createElicitationCompletionNotifier(e,r){if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},r)}async listRoots(e,r){return this.request({method:"roots/list",params:e},Ac,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 qg=Symbol.for("mcp.completable");function ql(t){return!!t&&typeof t=="object"&&qg in t}function Dg(t){return t[qg]?.complete}var Mg;(function(t){t.Completable="McpCompletable"})(Mg||(Mg={}));var vT=/^[A-Za-z0-9._-]{1,128}$/;function bT(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"),!vT.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 xT(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 Dl(t){let e=bT(t);return xT(t,e.warnings),e.isValid}var ni=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 oi=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 ri(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new ni(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(Wt(ps)),this.server.assertCanSetRequestHandler(Wt(Br)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(ps,()=>({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=Ur(r.inputSchema);return o?Fc(o,{strictUnions:!0,pipeStrategy:"input"}):$T})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let o=Ur(r.outputSchema);o&&(n.outputSchema=Fc(o,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(Br,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new I(C.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new I(C.InvalidParams,`Tool ${e.params.name} disabled`);let o=!!e.params.task,s=n.execution?.taskSupport,i="createTask"in n.handler;if((s==="required"||s==="optional")&&!i)throw new I(C.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new I(C.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(s==="optional"&&!o&&i)return await this.handleAutomaticTaskPolling(n,e,r);let a=await this.validateToolInput(n,e.params.arguments,e.params.name),c=await this.executeToolHandler(n,a,r);return o||await this.validateToolOutput(n,c,e.params.name),c}catch(n){if(n instanceof I&&n.code===C.UrlElicitationRequired)throw n;return this.createToolError(n instanceof Error?n.message:String(n))}}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,r,n){if(!e.inputSchema)return;let s=Ur(e.inputSchema)??e.inputSchema,i=await Fo(s,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=Vo(a);throw new I(C.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${c}`)}return i.data}async validateToolOutput(e,r,n){if(!e.outputSchema||!("content"in r)||r.isError)return;if(!r.structuredContent)throw new I(C.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let o=Ur(e.outputSchema),s=await Fo(o,r.structuredContent);if(!s.success){let i="error"in s?s.error:"Unknown error",a=Vo(i);throw new I(C.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${a}`)}}async executeToolHandler(e,r,n){let o=e.handler;if("createTask"in o){if(!n.taskStore)throw new Error("No task store provided.");let i={...n,taskStore:n.taskStore};if(e.inputSchema){let a=o;return await Promise.resolve(a.createTask(r,i))}else{let a=o;return await Promise.resolve(a.createTask(i))}}if(e.inputSchema){let i=o;return await Promise.resolve(i(r,n))}else{let i=o;return await Promise.resolve(i(n))}}async handleAutomaticTaskPolling(e,r,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let o=await this.validateToolInput(e,r.params.arguments,r.params.name),s=e.handler,i={...n,taskStore:n.taskStore},a=o?await Promise.resolve(s.createTask(o,i)):await Promise.resolve(s.createTask(i)),c=a.task.taskId,u=a.task,l=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(m=>setTimeout(m,l));let d=await n.taskStore.getTask(c);if(!d)throw new I(C.InternalError,`Task ${c} not found during polling`);u=d}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(Wt(ms)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(ms,async e=>{switch(e.params.ref.type){case"ref/prompt":return cf(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return uf(e),this.handleResourceCompletion(e,e.params.ref);default:throw new I(C.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new I(C.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new I(C.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return _o;let s=Mt(n.argsSchema)?.[e.params.argument.name];if(!ql(s))return _o;let i=Dg(s);if(!i)return _o;let a=await i(e.params.argument.value,e.params.context);return Ug(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 _o;throw new I(C.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=n.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return _o;let s=await o(e.params.argument.value,e.params.context);return Ug(s)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(Wt(as)),this.server.assertCanSetRequestHandler(Wt(cs)),this.server.assertCanSetRequestHandler(Wt(us)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(as,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(cs,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(us,async(e,r)=>{let n=new URL(e.params.uri),o=this._registeredResources[n.toString()];if(o){if(!o.enabled)throw new I(C.InvalidParams,`Resource ${n} disabled`);return o.readCallback(n,r)}for(let s of Object.values(this._registeredResourceTemplates)){let i=s.resourceTemplate.uriTemplate.match(n.toString());if(i)return s.readCallback(n,i,r)}throw new I(C.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(Wt(ls)),this.server.assertCanSetRequestHandler(Wt(ds)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(ls,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?wT(r.argsSchema):void 0}))})),this.server.setRequestHandler(ds,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new I(C.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new I(C.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let o=Ur(n.argsSchema),s=await Fo(o,e.params.arguments);if(!s.success){let c="error"in s?s.error:"Unknown error",u=Vo(c);throw new I(C.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${u}`)}let i=s.data,a=n.callback;return await Promise.resolve(a(i,r))}else{let o=n.callback;return await Promise.resolve(o(r))}}),this._promptHandlersInitialized=!0)}resource(e,r,...n){let o;typeof n[0]=="object"&&(o=n.shift());let s=n[0];if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let i=this._createRegisteredResource(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let i=this._createRegisteredResourceTemplate(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,r,n,o){if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let s=this._createRegisteredResource(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let s=this._createRegisteredResourceTemplate(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}}_createRegisteredResource(e,r,n,o,s){let i={name:e,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({uri:null}),update:a=>{typeof a.uri<"u"&&a.uri!==n&&(delete this._registeredResources[n],a.uri&&(this._registeredResources[a.uri]=i)),typeof a.name<"u"&&(i.name=a.name),typeof a.title<"u"&&(i.title=a.title),typeof a.metadata<"u"&&(i.metadata=a.metadata),typeof a.callback<"u"&&(i.readCallback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendResourceListChanged()}};return this._registeredResources[n]=i,i}_createRegisteredResourceTemplate(e,r,n,o,s){let i={resourceTemplate:n,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:u=>{typeof u.name<"u"&&u.name!==e&&(delete this._registeredResourceTemplates[e],u.name&&(this._registeredResourceTemplates[u.name]=i)),typeof u.title<"u"&&(i.title=u.title),typeof u.template<"u"&&(i.resourceTemplate=u.template),typeof u.metadata<"u"&&(i.metadata=u.metadata),typeof u.callback<"u"&&(i.readCallback=u.callback),typeof u.enabled<"u"&&(i.enabled=u.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=i;let a=n.uriTemplate.variableNames;return Array.isArray(a)&&a.some(u=>!!n.completeCallback(u))&&this.setCompletionRequestHandler(),i}_createRegisteredPrompt(e,r,n,o,s){let i={title:r,description:n,argsSchema:o===void 0?void 0:_r(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=_r(a.argsSchema)),typeof a.callback<"u"&&(i.callback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendPromptListChanged()}};return this._registeredPrompts[e]=i,o&&Object.values(o).some(c=>{let u=c instanceof Ae?c._def?.innerType:c;return ql(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,o,s,i,a,c,u){Dl(e);let l={title:r,description:n,inputSchema:Lg(o),outputSchema:Lg(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"&&Dl(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=_r(d.paramsSchema)),typeof d.outputSchema<"u"&&(l.outputSchema=_r(d.outputSchema)),typeof d.callback<"u"&&(l.handler=d.callback),typeof d.annotations<"u"&&(l.annotations=d.annotations),typeof d._meta<"u"&&(l._meta=d._meta),typeof d.enabled<"u"&&(l.enabled=d.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=l,this.setToolRequestHandlers(),this.sendToolListChanged(),l}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,o,s,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){let c=r[0];if(Ll(c))o=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!Ll(r[0])&&(i=r.shift());else if(typeof c=="object"&&c!==null){if(Object.values(c).some(u=>typeof u=="object"&&u!==null))throw new Error(`Tool ${e} expected a Zod schema or ToolAnnotations, but received an unrecognized object`);i=r.shift()}}let a=r[0];return this._createRegisteredTool(e,void 0,n,o,s,i,{taskSupport:"forbidden"},void 0,a)}registerTool(e,r,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let{title:o,description:s,inputSchema:i,outputSchema:a,annotations:c,_meta:u}=r;return this._createRegisteredTool(e,o,s,i,a,c,{taskSupport:"forbidden"},u,n)}prompt(e,...r){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let n;typeof r[0]=="string"&&(n=r.shift());let o;r.length>1&&(o=r.shift());let s=r[0],i=this._createRegisteredPrompt(e,void 0,n,o,s);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,r,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let{title:o,description:s,argsSchema:i}=r,a=this._createRegisteredPrompt(e,o,s,i,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),a}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,r){return this.server.sendLoggingMessage(e,r)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}};var $T={type:"object",properties:{}};function Fg(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function Vg(t){return"_def"in t||"_zod"in t||Fg(t)}function Ll(t){return typeof t!="object"||t===null||Vg(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(Fg)}function Lg(t){if(t){if(Ll(t))return _r(t);if(!Vg(t))throw new Error("inputSchema must be a Zod schema or raw shape, received an unrecognized object");return t}}function wT(t){let e=Mt(t);return e?Object.entries(e).map(([r,n])=>{let o=$p(n),s=wp(n);return{name:r,description:o,required:!s}}):[]}function Wt(t){let r=Mt(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=Ho(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function Ug(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var _o={completion:{values:[],hasMore:!1}};function kT(t){let e=new Map;for(let r of t)e.set(r.name,(e.get(r.name)??0)+1);return e}function Hg(t){let e=kT(t);return t.map(r=>`\u2022 ${r.name} \u2014 ${r.container_id}${r.rootTag??""}${r.degradedQueued!==void 0?` \u2014 \u26A0 keys pending restore (${r.degradedQueued} queued)`:""}${(e.get(r.name)??0)>1?" \u2014 \u26A0 DUPLICATE NAME: sends to this name abort; address by container id, repair with rename_contact":""}${r.renamedFrom!==void 0?` \u2014 \u26A0 renamed on import (two contacts were named "${r.renamedFrom}"; do NOT assume the one keeping the bare name is the live one \u2014 verify by container id, settle with rename_contact)`:""}`)}import{OursError as Ul}from"@ours.network/sdk";function D(t,e=!1){return{content:[{type:"text",text:t}],isError:e}}var vo=null;async function ST(t){if(!vo)return!1;try{return await t.chooseIdentity({name:vo,force:!1}),!0}catch{return vo=null,!1}}async function ee(t,e,r){let n;try{n=await e(t)}catch(o){if(o instanceof Ul&&o.code==="NOT_BOUND"&&await ST(t))try{return r(await e(t))}catch(s){if(s instanceof Ul)return D(s.message,!0);throw s}if(o instanceof Ul)return D(o.message,!0);throw o}return vo===null&&t.currentIdentity().then(o=>{vo=o.name}).catch(()=>{}),r(n)}function zT(t){if(!t)return"";let e=t.root_name||t.root_cid;return t.role_id?` [role "${t.role_id}" of ${e}]`:` [root identity of ${e}]`}function Bg(t,e){t.tool("generate_invite",'Generate an invite to share out-of-band with another agent. The invite carries your identity and display name. If you pass a name, whoever redeems the invite is registered under it; without a name, the redeemer is registered under the name they announce when accepting. mode selects the invite kind: "one_time" (the default when omitted \u2014 consumed by the first redemption) or "public" (reusable, meant for open posting; every redeemer gets an independent channel; close it with revoke_invite \u2014 it has no expiry and is never consumed). A public invite cannot pre-assign a contact name, and does not survive a daemon restart (it must be re-generated and re-posted). Requires a bound identity.',{name:P.string().min(1).optional().describe('Optional name to register the peer who redeems this invite, e.g. "Bob". Omit to register them under their own name on acceptance. Not allowed with mode "public".'),mode:P.enum(["one_time","public"]).optional().describe('Invite kind. Omitted means "one_time" (single redemption, unchanged legacy behavior). "public" mints a reusable invite for open posting.')},async({name:r,mode:n})=>ee(e(),o=>o.generateInvite({name:r,mode:n}),o=>{let s=o.mode==="public"?`Reusable public invite created (invite_id ${o.inviteId}). Anyone holding the blob can redeem it, each as an independent contact, until you revoke_invite it. It will NOT survive a daemon restart \u2014 re-generate and re-post after one.`:r?`One-time invite for "${r}" created (invite_id ${o.inviteId}).`:`One-time invite created (invite_id ${o.inviteId}) \u2014 the contact will be registered under the name the recipient announces when accepting.`;return D(`${s} Share this blob out-of-band (they paste it into add_contact):
39
+ ]`;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 xs(t,e){if(e.target==="openAi"&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),e.target==="openApi3"&&t.keyType?._def.typeName===$.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,o)=>({...n,[o]:M(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",o]})??he(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:M(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===$.ZodString&&t.keyType._def.checks?.length){let{type:n,...o}=bs(t.keyType._def,e);return{...r,propertyNames:o}}else{if(t.keyType?._def.typeName===$.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===$.ZodBranded&&t.keyType._def.type._def.typeName===$.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...o}=vs(t.keyType._def,e);return{...r,propertyNames:o}}}return r}function Nf(t,e){if(e.mapStrategy==="record")return xs(t,e);let r=M(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||he(e),n=M(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||he(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function Cf(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 Zf(t){return t.target==="openAi"?void 0:{not:he({...t,currentPath:[...t.currentPath,"not"]})}}function Af(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var Un={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function Mf(t,e){if(e.target==="openApi3")return jf(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in Un&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((o,s)=>{let i=Un[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 jf(t,e)}var jf=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,o)=>M(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 Df(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:Un[t.innerType._def.typeName],nullable:!0}:{type:[Un[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=M(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=M(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function qf(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",Uc(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?G(r,"minimum",n.value,n.message,e):G(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),G(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?G(r,"maximum",n.value,n.message,e):G(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),G(r,"maximum",n.value,n.message,e));break;case"multipleOf":G(r,"multipleOf",n.value,n.message,e);break}return r}function Lf(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=P$(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let l=M(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=T$(t,e);return i!==void 0&&(n.additionalProperties=i),n}function T$(t,e){if(t.catchall._def.typeName!=="ZodNever")return M(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 P$(t){try{return t.isOptional()}catch{return!0}}var Ff=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return M(t.innerType._def,e);let r=M(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:he(e)},r]}:he(e)};var Uf=(t,e)=>{if(e.pipeStrategy==="input")return M(t.in._def,e);if(e.pipeStrategy==="output")return M(t.out._def,e);let r=M(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=M(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function Vf(t,e){return M(t.type._def,e)}function Hf(t,e){let n={type:"array",uniqueItems:!0,items:M(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&G(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&G(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function Bf(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>M(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:M(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>M(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function Jf(t){return{not:he(t)}}function Kf(t){return he(t)}var Wf=(t,e)=>M(t.innerType._def,e);var Gf=(t,e,r)=>{switch(e){case $.ZodString:return bs(t,r);case $.ZodNumber:return qf(t,r);case $.ZodObject:return Lf(t,r);case $.ZodBigInt:return kf(t,r);case $.ZodBoolean:return Sf();case $.ZodDate:return Vc(t,r);case $.ZodUndefined:return Jf(r);case $.ZodNull:return Af(r);case $.ZodArray:return wf(t,r);case $.ZodUnion:case $.ZodDiscriminatedUnion:return Mf(t,r);case $.ZodIntersection:return Rf(t,r);case $.ZodTuple:return Bf(t,r);case $.ZodRecord:return xs(t,r);case $.ZodLiteral:return If(t,r);case $.ZodEnum:return Ef(t);case $.ZodNativeEnum:return Cf(t);case $.ZodNullable:return Df(t,r);case $.ZodOptional:return Ff(t,r);case $.ZodMap:return Nf(t,r);case $.ZodSet:return Hf(t,r);case $.ZodLazy:return()=>t.getter()._def;case $.ZodPromise:return Vf(t,r);case $.ZodNaN:case $.ZodNever:return Zf(r);case $.ZodEffects:return Pf(t,r);case $.ZodAny:return he(r);case $.ZodUnknown:return Kf(r);case $.ZodDefault:return Tf(t,r);case $.ZodBranded:return vs(t,r);case $.ZodReadonly:return Wf(t,r);case $.ZodCatch:return zf(t,r);case $.ZodPipeline:return Uf(t,r);case $.ZodFunction:case $.ZodVoid:case $.ZodSymbol:return;default:return(n=>{})(e)}};function M(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==bf)return a}if(n&&!r){let a=E$(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=Gf(t,t.typeName,e),i=typeof s=="function"?M(s(),e):s;if(i&&R$(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var E$=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:_s(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`),he(e)):e.$refStrategy==="seen"?he(e):void 0}},R$=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var Jc=(t,e)=>{let r=$f(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,l])=>({...c,[u]:M(l._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??he(r)}),{}):void 0,o=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,s=M(t._def,o===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,o]},!1)??he(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 I$(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function Kc(t,e){return Qe(t)?gc(t,{target:I$(e?.target),io:e?.pipeStrategy??"input"}):Jc(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function Wc(t){let r=qt(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=Ko(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function Gc(t,e){let r=Dt(t,e);if(!r.success)throw r.error;return r.data}var O$=6e4,$s=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(ts,r=>{this._oncancel(r)}),this.setNotificationHandler(ns,r=>{this._onprogress(r)}),this.setRequestHandler(rs,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(os,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new I(C.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(is,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 I(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 I(C.InvalidParams,`Task not found: ${s}`);if(!Ft(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(Ft(i.status)){let a=await this._taskStore.getTaskResult(s,n.sessionId);return this._clearTaskQueue(s),{...a,_meta:{...a._meta,[Lt]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(as,async(r,n)=>{try{let{tasks:o,nextCursor:s}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:o,nextCursor:s,_meta:{}}}catch(o){throw new I(C.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(us,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new I(C.InvalidParams,`Task not found: ${r.params.taskId}`);if(Ft(o.status))throw new I(C.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new I(C.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof I?o:new I(C.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,o,s=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(o,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),I.fromError(C.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){let r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=s=>{n?.(s),this._onerror(s)};let o=this._transport?.onmessage;this._transport.onmessage=(s,i)=>{o?.(s,i),Cn(s)||uf(s)?this._onresponse(s):Ec(s)?this._onrequest(s,i):cf(s)?this._onnotification(s):this._onerror(new Error(`Unknown message type: ${JSON.stringify(s)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._timeoutInfo.values())clearTimeout(n.timeoutId);this._timeoutInfo.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=I.fromError(C.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of e.values())n(r)}_onerror(e){this.onerror?.(e)}_onnotification(e){let r=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(e)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(e,r){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,o=this._transport,s=e.params?._meta?.[Lt]?.taskId;if(n===void 0){let l={jsonrpc:"2.0",id:e.id,error:{code:C.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId).catch(d=>this._onerror(new Error(`Failed to enqueue error response: ${d}`))):o?.send(l).catch(d=>this._onerror(new Error(`Failed to send an error response: ${d}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=of(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 I(C.ConnectionClosed,"Request was cancelled");let f={...h,relatedRequestId:e.id};s&&!f.relatedTask&&(f.relatedTask={taskId:s});let p=f.relatedTask?.taskId??s;return p&&c&&await c.updateTaskStatus(p,"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:C.InternalError,message:l.message??"Internal error",...l.data!==void 0&&{data:l.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)}).catch(l=>this._onerror(new Error(`Failed to send response: ${l}`))).finally(()=>{this._requestHandlerAbortControllers.get(e.id)===i&&this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:r,...n}=e.params,o=Number(r),s=this._progressHandlers.get(o);if(!s){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(o),a=this._timeoutInfo.get(o);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(c){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(c);return}s(n)}_onresponse(e){let r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),Cn(e))n(e);else{let i=new I(e.error.code,e.error.message,e.error.data);n(i)}return}let o=this._responseHandlers.get(r);if(o===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let s=!1;if(Cn(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),Cn(e))o(e);else{let i=I.fromError(e.error.code,e.error.message,e.error.data);o(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,r,n){let{task:o}=n??{};if(!o){try{yield{type:"result",result:await this.request(e,r,n)}}catch(i){yield{type:"error",error:i instanceof I?i:new I(C.InternalError,String(i))}}return}let s;try{let i=await this.request(e,Jr,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new I(C.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},Ft(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new I(C.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new I(C.InternalError,`Task ${s} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)};return}let c=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof I?i:new I(C.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,l)=>{let d=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||{},[Lt]:c}});let p=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(E=>this._onerror(new Error(`Failed to send cancellation: ${E}`)));let w=v instanceof I?v:new I(C.RequestTimeout,String(v));l(w)};this._responseHandlers.set(h,v=>{if(!n?.signal?.aborted){if(v instanceof Error)return l(v);try{let w=Dt(r,v.result);w.success?u(w.data):l(w.error)}catch(w){l(w)}}}),n?.signal?.addEventListener("abort",()=>{p(n?.signal?.reason)});let m=n?.timeout??O$,g=()=>p(I.fromError(C.RequestTimeout,"Request timed out",{timeout:m}));this._setupTimeout(h,m,n?.maxTotalTimeout,g,n?.resetTimeoutOnProgress??!1);let b=c?.taskId;if(b){let v=w=>{let E=this._responseHandlers.get(h);E?E(w):this._onerror(new Error(`Response handler missing for side-channeled request ${h}`))};this._requestResolvers.set(h,v),this._enqueueTaskMessage(b,{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},ss,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},cs,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},df,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||{},[Lt]: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||{},[Lt]: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||{},[Lt]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=Wc(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,s)=>{let i=Gc(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=Wc(e);this._notificationHandlers.set(n,o=>{let s=Gc(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"&&Ec(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new I(C.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(s)):this._onerror(new Error(`Resolver missing for request ${s} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let o=await this._taskStore?.getTask(e);o?.pollInterval&&(n=o.pollInterval)}catch{}return new Promise((o,s)=>{if(r.aborted){s(new I(C.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new I(C.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async o=>{if(!e)throw new Error("No request provided");return await n.createTask(o,e.id,{method:e.method,params:e.params},r)},getTask:async o=>{let s=await n.getTask(o,r);if(!s)throw new I(C.InvalidParams,"Failed to retrieve task: Task not found");return s},storeTaskResult:async(o,s,i)=>{await n.storeTaskResult(o,s,i,r);let a=await n.getTask(o,r);if(a){let c=Dn.parse({method:"notifications/tasks/status",params:a});await this.notification(c),Ft(a.status)&&this._cleanupTaskProgressHandler(o)}},getTaskResult:o=>n.getTaskResult(o,r),updateTaskStatus:async(o,s,i)=>{let a=await n.getTask(o,r);if(!a)throw new I(C.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(Ft(a.status))throw new I(C.InvalidParams,`Cannot update task "${o}" from terminal status "${a.status}" to "${s}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(o,s,i,r);let c=await n.getTask(o,r);if(c){let u=Dn.parse({method:"notifications/tasks/status",params:c});await this.notification(u),Ft(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function Yf(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function Xf(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];Yf(i)&&Yf(s)?r[o]={...i,...s}:r[o]=s}return r}var Xg=nd(ql(),1),Qg=nd(Yg(),1);function FT(){let t=new Xg.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,Qg.default)(t),t}var si=class{constructor(e){this._ajv=e??FT()}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)}createMessageStream(e,r){let n=this._server.getClientCapabilities();if((e.tools||e.toolChoice)&&!n?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let o=e.messages[e.messages.length-1],s=Array.isArray(o.content)?o.content:[o.content],i=s.some(l=>l.type==="tool_result"),a=e.messages.length>1?e.messages[e.messages.length-2]:void 0,c=a?Array.isArray(a.content)?a.content:[a.content]:[],u=c.some(l=>l.type==="tool_use");if(i){if(s.some(l=>l.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!u)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(u){let l=new Set(c.filter(h=>h.type==="tool_use").map(h=>h.id)),d=new Set(s.filter(h=>h.type==="tool_result").map(h=>h.toolUseId));if(l.size!==d.size||![...l].every(h=>d.has(h)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.requestStream({method:"sampling/createMessage",params:e},Fn,r)}elicitInputStream(e,r){let n=this._server.getClientCapabilities(),o=e.mode??"form";switch(o){case"url":{if(!n?.elicitation?.url)throw new Error("Client does not support url elicitation.");break}case"form":{if(!n?.elicitation?.form)throw new Error("Client does not support form elicitation.");break}}let s=o==="form"&&e.mode===void 0?{...e,mode:"form"}:e;return this.requestStream({method:"elicitation/create",params:s},Gr,r)}async getTask(e,r){return this._server.getTask({taskId:e},r)}async getTaskResult(e,r,n){return this._server.getTaskResult({taskId:e},r,n)}async listTasks(e,r){return this._server.listTasks(e?{cursor:e}:void 0,r)}async cancelTask(e,r){return this._server.cancelTask({taskId:e},r)}};function ey(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 ty(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 ai=class extends $s{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(Ln.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 si,this.setRequestHandler(Oc,n=>this._oninitialize(n)),this.setNotificationHandler(Nc,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(qc,async(n,o)=>{let s=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=Ln.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=Xf(this._capabilities,e)}setRequestHandler(e,r){let o=qt(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s;if(Qe(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=Dt(Wr,c);if(!l.success){let p=l.error instanceof Error?l.error.message:String(l.error);throw new I(C.InvalidParams,`Invalid tools/call request: ${p}`)}let{params:d}=l.data,h=await Promise.resolve(r(c,u));if(d.task){let p=Dt(Jr,h);if(!p.success){let m=p.error instanceof Error?p.error.message:String(p.error);throw new I(C.InvalidParams,`Invalid task creation result: ${m}`)}return p.data}let f=Dt(gs,h);if(!f.success){let p=f.error instanceof Error?f.error.message:String(f.error);throw new I(C.InvalidParams,`Invalid tools/call result: ${p}`)}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){ty(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&ey(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:tf.includes(r)?r:Tc,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"},es)}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},Lc,r):this.request({method:"sampling/createMessage",params:e},Fn,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},Gr,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},Gr,r);if(s.action==="accept"&&s.content&&o.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(o.requestedSchema)(s.content);if(!a.valid)throw new I(C.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof I?i:new I(C.InternalError,`Error validating elicitation response: ${i instanceof Error?i.message:String(i)}`)}return s}}}createElicitationCompletionNotifier(e,r){if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},r)}async listRoots(e,r){return this.request({method:"roots/list",params:e},Fc,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 ny=Symbol.for("mcp.completable");function Kl(t){return!!t&&typeof t=="object"&&ny in t}function oy(t){return t[ny]?.complete}var ry;(function(t){t.Completable="McpCompletable"})(ry||(ry={}));var UT=/^[A-Za-z0-9._-]{1,128}$/;function VT(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"),!UT.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 HT(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 Wl(t){let e=VT(t);return HT(t,e.warnings),e.isValid}var ci=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 ui=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 ai(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new ci(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(Yt(hs)),this.server.assertCanSetRequestHandler(Yt(Wr)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(hs,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,r])=>{let n={name:e,title:r.title,description:r.description,inputSchema:(()=>{let o=Hr(r.inputSchema);return o?Kc(o,{strictUnions:!0,pipeStrategy:"input"}):BT})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let o=Hr(r.outputSchema);o&&(n.outputSchema=Kc(o,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(Wr,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new I(C.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new I(C.InvalidParams,`Tool ${e.params.name} disabled`);let o=!!e.params.task,s=n.execution?.taskSupport,i="createTask"in n.handler;if((s==="required"||s==="optional")&&!i)throw new I(C.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new I(C.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(s==="optional"&&!o&&i)return await this.handleAutomaticTaskPolling(n,e,r);let a=await this.validateToolInput(n,e.params.arguments,e.params.name),c=await this.executeToolHandler(n,a,r);return o||await this.validateToolOutput(n,c,e.params.name),c}catch(n){if(n instanceof I&&n.code===C.UrlElicitationRequired)throw n;return this.createToolError(n instanceof Error?n.message:String(n))}}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,r,n){if(!e.inputSchema)return;let s=Hr(e.inputSchema)??e.inputSchema,i=await Bo(s,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=Jo(a);throw new I(C.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${c}`)}return i.data}async validateToolOutput(e,r,n){if(!e.outputSchema||!("content"in r)||r.isError)return;if(!r.structuredContent)throw new I(C.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let o=Hr(e.outputSchema),s=await Bo(o,r.structuredContent);if(!s.success){let i="error"in s?s.error:"Unknown error",a=Jo(i);throw new I(C.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${a}`)}}async executeToolHandler(e,r,n){let o=e.handler;if("createTask"in o){if(!n.taskStore)throw new Error("No task store provided.");let i={...n,taskStore:n.taskStore};if(e.inputSchema){let a=o;return await Promise.resolve(a.createTask(r,i))}else{let a=o;return await Promise.resolve(a.createTask(i))}}if(e.inputSchema){let i=o;return await Promise.resolve(i(r,n))}else{let i=o;return await Promise.resolve(i(n))}}async handleAutomaticTaskPolling(e,r,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let o=await this.validateToolInput(e,r.params.arguments,r.params.name),s=e.handler,i={...n,taskStore:n.taskStore},a=o?await Promise.resolve(s.createTask(o,i)):await Promise.resolve(s.createTask(i)),c=a.task.taskId,u=a.task,l=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(h=>setTimeout(h,l));let d=await n.taskStore.getTask(c);if(!d)throw new I(C.InternalError,`Task ${c} not found during polling`);u=d}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(Yt(ys)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(ys,async e=>{switch(e.params.ref.type){case"ref/prompt":return yf(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return _f(e),this.handleResourceCompletion(e,e.params.ref);default:throw new I(C.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new I(C.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new I(C.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return xo;let s=qt(n.argsSchema)?.[e.params.argument.name];if(!Kl(s))return xo;let i=oy(s);if(!i)return xo;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 xo;throw new I(C.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=n.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return xo;let s=await o(e.params.argument.value,e.params.context);return iy(s)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(Yt(ls)),this.server.assertCanSetRequestHandler(Yt(ds)),this.server.assertCanSetRequestHandler(Yt(ps)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(ls,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(ds,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 I(C.InvalidParams,`Resource ${n} disabled`);return o.readCallback(n,r)}for(let s of Object.values(this._registeredResourceTemplates)){let i=s.resourceTemplate.uriTemplate.match(n.toString());if(i)return s.readCallback(n,i,r)}throw new I(C.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(Yt(fs)),this.server.assertCanSetRequestHandler(Yt(ms)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(fs,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?JT(r.argsSchema):void 0}))})),this.server.setRequestHandler(ms,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new I(C.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new I(C.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let o=Hr(n.argsSchema),s=await Bo(o,e.params.arguments);if(!s.success){let c="error"in s?s.error:"Unknown error",u=Jo(c);throw new I(C.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${u}`)}let i=s.data,a=n.callback;return await Promise.resolve(a(i,r))}else{let o=n.callback;return await Promise.resolve(o(r))}}),this._promptHandlersInitialized=!0)}resource(e,r,...n){let o;typeof n[0]=="object"&&(o=n.shift());let s=n[0];if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let i=this._createRegisteredResource(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let i=this._createRegisteredResourceTemplate(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,r,n,o){if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let s=this._createRegisteredResource(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let s=this._createRegisteredResourceTemplate(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}}_createRegisteredResource(e,r,n,o,s){let i={name:e,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({uri:null}),update:a=>{typeof a.uri<"u"&&a.uri!==n&&(delete this._registeredResources[n],a.uri&&(this._registeredResources[a.uri]=i)),typeof a.name<"u"&&(i.name=a.name),typeof a.title<"u"&&(i.title=a.title),typeof a.metadata<"u"&&(i.metadata=a.metadata),typeof a.callback<"u"&&(i.readCallback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendResourceListChanged()}};return this._registeredResources[n]=i,i}_createRegisteredResourceTemplate(e,r,n,o,s){let i={resourceTemplate:n,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:u=>{typeof u.name<"u"&&u.name!==e&&(delete this._registeredResourceTemplates[e],u.name&&(this._registeredResourceTemplates[u.name]=i)),typeof u.title<"u"&&(i.title=u.title),typeof u.template<"u"&&(i.resourceTemplate=u.template),typeof u.metadata<"u"&&(i.metadata=u.metadata),typeof u.callback<"u"&&(i.readCallback=u.callback),typeof u.enabled<"u"&&(i.enabled=u.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=i;let a=n.uriTemplate.variableNames;return Array.isArray(a)&&a.some(u=>!!n.completeCallback(u))&&this.setCompletionRequestHandler(),i}_createRegisteredPrompt(e,r,n,o,s){let i={title:r,description:n,argsSchema:o===void 0?void 0:br(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=br(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 Me?c._def?.innerType:c;return Kl(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,o,s,i,a,c,u){Wl(e);let l={title:r,description:n,inputSchema:sy(o),outputSchema:sy(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"&&Wl(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=br(d.paramsSchema)),typeof d.outputSchema<"u"&&(l.outputSchema=br(d.outputSchema)),typeof d.callback<"u"&&(l.handler=d.callback),typeof d.annotations<"u"&&(l.annotations=d.annotations),typeof d._meta<"u"&&(l._meta=d._meta),typeof d.enabled<"u"&&(l.enabled=d.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=l,this.setToolRequestHandlers(),this.sendToolListChanged(),l}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,o,s,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){let c=r[0];if(Gl(c))o=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!Gl(r[0])&&(i=r.shift());else if(typeof c=="object"&&c!==null){if(Object.values(c).some(u=>typeof u=="object"&&u!==null))throw new Error(`Tool ${e} expected a Zod schema or ToolAnnotations, but received an unrecognized object`);i=r.shift()}}let a=r[0];return this._createRegisteredTool(e,void 0,n,o,s,i,{taskSupport:"forbidden"},void 0,a)}registerTool(e,r,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let{title:o,description:s,inputSchema:i,outputSchema:a,annotations:c,_meta:u}=r;return this._createRegisteredTool(e,o,s,i,a,c,{taskSupport:"forbidden"},u,n)}prompt(e,...r){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let n;typeof r[0]=="string"&&(n=r.shift());let o;r.length>1&&(o=r.shift());let s=r[0],i=this._createRegisteredPrompt(e,void 0,n,o,s);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,r,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let{title:o,description:s,argsSchema:i}=r,a=this._createRegisteredPrompt(e,o,s,i,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),a}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,r){return this.server.sendLoggingMessage(e,r)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}};var BT={type:"object",properties:{}};function ay(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function cy(t){return"_def"in t||"_zod"in t||ay(t)}function Gl(t){return typeof t!="object"||t===null||cy(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(ay)}function sy(t){if(t){if(Gl(t))return br(t);if(!cy(t))throw new Error("inputSchema must be a Zod schema or raw shape, received an unrecognized object");return t}}function JT(t){let e=qt(t);return e?Object.entries(e).map(([r,n])=>{let o=Ip(n),s=Op(n);return{name:r,description:o,required:!s}}):[]}function Yt(t){let r=qt(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=Ko(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 xo={completion:{values:[],hasMore:!1}};function KT(t){let e=new Map;for(let r of t)e.set(r.name,(e.get(r.name)??0)+1);return e}function uy(t){let e=KT(t);return t.map(r=>`\u2022 ${r.name} \u2014 ${r.container_id}${r.rootTag??""}${r.degradedQueued!==void 0?` \u2014 \u26A0 keys pending restore (${r.degradedQueued} queued)`:""}${(e.get(r.name)??0)>1?" \u2014 \u26A0 DUPLICATE NAME: sends to this name abort; address by container id, repair with rename_contact":""}${r.renamedFrom!==void 0?` \u2014 \u26A0 renamed on import (two contacts were named "${r.renamedFrom}"; do NOT assume the one keeping the bare name is the live one \u2014 verify by container id, settle with rename_contact)`:""}`)}import{OursError as Yl}from"@ours.network/sdk";function q(t,e=!1){return{content:[{type:"text",text:t}],isError:e}}var $o=null;async function WT(t){if(!$o)return!1;try{return await t.chooseIdentity({name:$o,force:!1}),!0}catch{return $o=null,!1}}async function ee(t,e,r){let n;try{n=await e(t)}catch(o){if(o instanceof Yl&&o.code==="NOT_BOUND"&&await WT(t))try{return r(await e(t))}catch(s){if(s instanceof Yl)return q(s.message,!0);throw s}if(o instanceof Yl)return q(o.message,!0);throw o}return $o===null&&t.currentIdentity().then(o=>{$o=o.name}).catch(()=>{}),r(n)}function GT(t){if(!t)return"";let e=t.root_name||t.root_cid;return t.role_id?` [role "${t.role_id}" of ${e}]`:` [root identity of ${e}]`}function ly(t,e){t.tool("generate_invite",'Generate an invite to share out-of-band with another agent. The invite carries your identity and display name. If you pass a name, whoever redeems the invite is registered under it; without a name, the redeemer is registered under the name they announce when accepting. mode selects the invite kind: "one_time" (the default when omitted \u2014 consumed by the first redemption) or "public" (reusable, meant for open posting; every redeemer gets an independent channel; close it with revoke_invite \u2014 it has no expiry and is never consumed). A public invite cannot pre-assign a contact name, and does not survive a daemon restart (it must be re-generated and re-posted). Requires a bound identity.',{name:P.string().min(1).optional().describe('Optional name to register the peer who redeems this invite, e.g. "Bob". Omit to register them under their own name on acceptance. Not allowed with mode "public".'),mode:P.enum(["one_time","public"]).optional().describe('Invite kind. Omitted means "one_time" (single redemption, unchanged legacy behavior). "public" mints a reusable invite for open posting.')},async({name:r,mode:n})=>ee(e(),o=>o.generateInvite({name:r,mode:n}),o=>{let s=o.mode==="public"?`Reusable public invite created (invite_id ${o.inviteId}). Anyone holding the blob can redeem it, each as an independent contact, until you revoke_invite it. It will NOT survive a daemon restart \u2014 re-generate and re-post after one.`:r?`One-time invite for "${r}" created (invite_id ${o.inviteId}).`:`One-time invite created (invite_id ${o.inviteId}) \u2014 the contact will be registered under the name the recipient announces when accepting.`;return q(`${s} Share this blob out-of-band (they paste it into add_contact):
40
40
 
41
- ${o.blob}`)})),t.tool("list_invites","List the outstanding invites the bound identity has minted and not yet seen redeemed or revoked: invite_id, kind (one_time | public), assigned peer name if any, and creation time. Carries no key material. Use revoke_invite to close one \u2014 essential for public invites, which are never consumed.",{},async()=>ee(e(),r=>r.listInvites(),r=>{if(r.length===0)return D("No outstanding invites.");let n=r.map(o=>`\u2022 ${o.invite_id} \u2014 ${o.mode}${o.assigned?`, assigned name "${o.assigned}"`:""}${o.created?`, created ${o.created}`:""}`);return D(`Outstanding invites (${r.length}):
41
+ ${o.blob}`)})),t.tool("list_invites","List the outstanding invites the bound identity has minted and not yet seen redeemed or revoked: invite_id, kind (one_time | public), assigned peer name if any, and creation time. Carries no key material. Use revoke_invite to close one \u2014 essential for public invites, which are never consumed.",{},async()=>ee(e(),r=>r.listInvites(),r=>{if(r.length===0)return q("No outstanding invites.");let n=r.map(o=>`\u2022 ${o.invite_id} \u2014 ${o.mode}${o.assigned?`, assigned name "${o.assigned}"`:""}${o.created?`, created ${o.created}`:""}`);return q(`Outstanding invites (${r.length}):
42
42
  ${n.join(`
43
- `)}`)})),t.tool("revoke_invite","Revoke an outstanding invite by invite_id (from generate_invite or list_invites). The only way to close a public invite, which has no expiry and is never consumed by redemption. Idempotent: revoking an unknown or already-consumed id reports revoked=false rather than failing. Note: revoking does NOT remove contacts already admitted through the invite \u2014 to keep a specific peer out, revoke_invite first, then remove_contact.",{invite_id:P.string().min(1).describe("The invite_id to revoke.")},async({invite_id:r})=>ee(e(),n=>n.revokeInvite({invite_id:r}),n=>{if(!n.revoked)return D(`Invite ${r} was not found (already consumed, revoked, or never existed) \u2014 nothing to revoke.`);let o=n.wasPublic?"public":"one_time";return D(`Invite ${r} (${o}) revoked. Existing contacts admitted through it are unaffected.`)})),t.tool("add_contact","Add a contact from an invite blob produced by another agent's generate_invite. If no name is given, the inviter's embedded display name is used. Also replies to the inviter so they register you back. Requires a bound identity.",{invite:P.string().min(1).describe("The base64 invite blob to redeem."),name:P.string().min(1).optional().describe("Optional custom name for the inviter; defaults to their own name.")},async({invite:r,name:n})=>ee(e(),o=>o.addContact({invite:r,name:n}),o=>D(`Added contact "${o.display}" (${o.cid}).`))),t.tool("list_contacts","List the contacts the bound identity knows about (name + container id), plus any pending local-contact-book introductions awaiting approval.",{},async()=>ee(e(),r=>r.listContacts(),({contacts:r,pending:n,roots:o,degraded:s,renames:i})=>{let a=new Map(s.map(u=>[u.cid,u])),c=[];return c.push(r.length===0?"No contacts yet.":`Contacts (${r.length}):
44
- ${Hg(r.map(u=>({name:u.name,container_id:u.container_id,rootTag:zT(o[u.container_id]),degradedQueued:a.get(u.container_id)?.queued,renamedFrom:i[u.container_id]}))).join(`
43
+ `)}`)})),t.tool("revoke_invite","Revoke an outstanding invite by invite_id (from generate_invite or list_invites). The only way to close a public invite, which has no expiry and is never consumed by redemption. Idempotent: revoking an unknown or already-consumed id reports revoked=false rather than failing. Note: revoking does NOT remove contacts already admitted through the invite \u2014 to keep a specific peer out, revoke_invite first, then remove_contact.",{invite_id:P.string().min(1).describe("The invite_id to revoke.")},async({invite_id:r})=>ee(e(),n=>n.revokeInvite({invite_id:r}),n=>{if(!n.revoked)return q(`Invite ${r} was not found (already consumed, revoked, or never existed) \u2014 nothing to revoke.`);let o=n.wasPublic?"public":"one_time";return q(`Invite ${r} (${o}) revoked. Existing contacts admitted through it are unaffected.`)})),t.tool("add_contact","Add a contact from an invite blob produced by another agent's generate_invite. If no name is given, the inviter's embedded display name is used. Also replies to the inviter so they register you back. Requires a bound identity.",{invite:P.string().min(1).describe("The base64 invite blob to redeem."),name:P.string().min(1).optional().describe("Optional custom name for the inviter; defaults to their own name.")},async({invite:r,name:n})=>ee(e(),o=>o.addContact({invite:r,name:n}),o=>q(`Added contact "${o.display}" (${o.cid}).`))),t.tool("list_contacts","List the contacts the bound identity knows about (name + container id), plus any pending local-contact-book introductions awaiting approval.",{},async()=>ee(e(),r=>r.listContacts(),({contacts:r,pending:n,roots:o,degraded:s,renames:i})=>{let a=new Map(s.map(u=>[u.cid,u])),c=[];return c.push(r.length===0?"No contacts yet.":`Contacts (${r.length}):
44
+ ${uy(r.map(u=>({name:u.name,container_id:u.container_id,rootTag:GT(o[u.container_id]),degradedQueued:a.get(u.container_id)?.queued,renamedFrom:i[u.container_id]}))).join(`
45
45
  `)}`),n.length>0&&c.push(`Pending local introductions (${n.length}) \u2014 approve/reject with respond_to_introduction:
46
46
  `+n.map(u=>`\u2022 ${u.name} \u2014 ${u.container_id} (${u.queued} queued message${u.queued===1?"":"s"})`).join(`
47
- `)),D(c.join(`
47
+ `)),q(c.join(`
48
48
 
49
- `))})),t.tool("list_local_contact_book","List the host-local contact book: identities on THIS host that are exposed for inviteless connection. Any of them can be messaged directly with send_message.",{},async()=>ee(e(),r=>r.listLocalContactBook(),r=>{if(r.length===0)return D("The local contact book is empty.");let n=r.map(o=>{let s=o.isMine?" \u2190 this session":"";return`\u2022 ${o.name} \u2014 ${o.container_id} (published ${o.published_at})${s}`});return D(`Local contact book (${r.length}):
49
+ `))})),t.tool("list_local_contact_book","List the host-local contact book: identities on THIS host that are exposed for inviteless connection. Any of them can be messaged directly with send_message.",{},async()=>ee(e(),r=>r.listLocalContactBook(),r=>{if(r.length===0)return q("The local contact book is empty.");let n=r.map(o=>{let s=o.isMine?" \u2190 this session":"";return`\u2022 ${o.name} \u2014 ${o.container_id} (published ${o.published_at})${s}`});return q(`Local contact book (${r.length}):
50
50
  ${n.join(`
51
- `)}`)})),t.tool("set_local_book_policy","Change the bound identity's local-contact-book settings: expose (publish/unpublish it in the book) and/or auto_accept (whether local introductions are accepted automatically or queue for approval).",{expose:P.boolean().optional().describe("Publish (true) or remove (false) this identity in the local contact book."),auto_accept:P.boolean().optional().describe("Auto-accept local introductions (false = queue them for approval).")},async({expose:r,auto_accept:n})=>ee(e(),o=>o.setLocalBookPolicy({expose:r,auto_accept:n}),o=>D(`Updated "${o.identity}": ${o.changes.join("; ")}.`))),t.tool("respond_to_introduction","Approve or reject a pending local-contact-book introduction (see list_contacts for the pending list). Approving registers the contact and delivers any messages it queued while waiting; rejecting drops the introduction and its queue.",{contact:P.string().min(1).describe("Pending introduction to act on (name or container id)."),action:P.enum(["approve","reject"]).describe("approve or reject.")},async({contact:r,action:n})=>ee(e(),o=>o.respondToIntroduction({contact:r,action:n}),o=>o.action==="approve"?D(`Approved "${o.name}" (${o.cid}) \u2014 now a contact. ${o.flushed} queued message(s) moved to the inbox (read them with get_messages).`):D(`Rejected the introduction from "${o.name}" and dropped ${o.dropped} queued message(s).`))),t.tool("remove_contact",`Forget a contact (by name or container id) \u2014 drops it from the bound identity's contacts, so you can no longer message them and inbound messages from them are rejected. Also sends the peer one best-effort authenticated "remove me from your contacts" notice so a supporting peer drops you too \u2014 fire-and-forget: queued once, never retried or acknowledged, so remote removal is NOT guaranteed (an offline peer or a dropped packet leaves the removal local-only, and a pre-0.13 or degraded peer is sent nothing at all). This is a contacts-layer forget, NOT a key wipe: the per-peer channel key material persists, so re-adding the same peer reuses the existing encrypted channel rather than re-handshaking. Removal is NOT retirement: a later send_message to the removed peer auto-reconnects \u2014 for ANY live identity on this host under the same root, via the sibling path (this fires first and does not need a contact-book entry, published or not); otherwise through the host-local contact book if the peer is still published there. To stop reaching a peer for good, address sends by container id and do not send to it. Requires a bound identity.`,{contact:P.string().min(1).describe("Contact name or container id to remove.")},async({contact:r})=>ee(e(),n=>n.removeContact({contact:r}),n=>{let o=n.notified===void 0?"":n.notified?" A best-effort removal notice was sent to the peer (delivery and remote removal are not guaranteed).":" No removal notice was sent (the peer does not support it or is unreachable) \u2014 the removal is local-only.";return D(`Removed contact "${n.name}" (${n.cid}).${o}`)})),t.tool("rename_contact","Rename a contact (addressed by current name or container id) \u2014 rewrites the display name only; the container id, keys and the established encrypted channel are untouched. Rejects a name another contact already holds. When two contacts share a name (e.g. after a collision took an ordinal suffix), address the one to rename by its container id. Requires a bound identity.",{contact:P.string().min(1).describe("Contact name or container id to rename."),name:P.string().min(1).describe("The new display name.")},async({contact:r,name:n})=>ee(e(),o=>o.renameContact({contact:r,name:n}),o=>D(`Renamed contact "${o.from}" to "${n}" (${o.cid}).`)))}import{createWriteStream as RT,mkdirSync as IT,statSync as OT}from"node:fs";import{dirname as NT,resolve as CT}from"node:path";import{Readable as ZT}from"node:stream";import{pipeline as jT}from"node:stream/promises";import{FILE_SELECTION_CAP as AT,OursError as MT}from"@ours.network/sdk";import{accessSync as TT,constants as PT}from"node:fs";var Jg=["1","true","yes","on"].includes((process.env.OURS_FILES_ALWAYS_PROMPT??"").trim().toLowerCase()),Kg=t=>{try{return TT(t,PT.R_OK),!0}catch{return!1}};function Wg(t){if(t.length===0)return"No files received.";let e=[];for(let r of t){let n=r.kind==="voice_message"?"\u{1F3A4} voice message \xB7 ":"";e.push(` \u2022 ${n}${r.filename} (${r.mime}, ${r.size} B) from ${r.from.name} [${r.status}] {${r.wire_id}} sender_id=${r.from.id}`)}return`${e.length} file(s):
51
+ `)}`)})),t.tool("set_local_book_policy","Change the bound identity's local-contact-book settings: expose (publish/unpublish it in the book) and/or auto_accept (whether local introductions are accepted automatically or queue for approval).",{expose:P.boolean().optional().describe("Publish (true) or remove (false) this identity in the local contact book."),auto_accept:P.boolean().optional().describe("Auto-accept local introductions (false = queue them for approval).")},async({expose:r,auto_accept:n})=>ee(e(),o=>o.setLocalBookPolicy({expose:r,auto_accept:n}),o=>q(`Updated "${o.identity}": ${o.changes.join("; ")}.`))),t.tool("respond_to_introduction","Approve or reject a pending local-contact-book introduction (see list_contacts for the pending list). Approving registers the contact and delivers any messages it queued while waiting; rejecting drops the introduction and its queue.",{contact:P.string().min(1).describe("Pending introduction to act on (name or container id)."),action:P.enum(["approve","reject"]).describe("approve or reject.")},async({contact:r,action:n})=>ee(e(),o=>o.respondToIntroduction({contact:r,action:n}),o=>o.action==="approve"?q(`Approved "${o.name}" (${o.cid}) \u2014 now a contact. ${o.flushed} queued message(s) moved to the inbox (read them with get_messages).`):q(`Rejected the introduction from "${o.name}" and dropped ${o.dropped} queued message(s).`))),t.tool("remove_contact",`Forget a contact (by name or container id) \u2014 drops it from the bound identity's contacts, so you can no longer message them and inbound messages from them are rejected. Also sends the peer one best-effort authenticated "remove me from your contacts" notice so a supporting peer drops you too \u2014 fire-and-forget: queued once, never retried or acknowledged, so remote removal is NOT guaranteed (an offline peer or a dropped packet leaves the removal local-only, and a pre-0.13 or degraded peer is sent nothing at all). This is a contacts-layer forget, NOT a key wipe: the per-peer channel key material persists, so re-adding the same peer reuses the existing encrypted channel rather than re-handshaking. Removal is NOT retirement: a later send_message to the removed peer auto-reconnects \u2014 for ANY live identity on this host under the same root, via the sibling path (this fires first and does not need a contact-book entry, published or not); otherwise through the host-local contact book if the peer is still published there. To stop reaching a peer for good, address sends by container id and do not send to it. Requires a bound identity.`,{contact:P.string().min(1).describe("Contact name or container id to remove.")},async({contact:r})=>ee(e(),n=>n.removeContact({contact:r}),n=>{let o=n.notified===void 0?"":n.notified?" A best-effort removal notice was sent to the peer (delivery and remote removal are not guaranteed).":" No removal notice was sent (the peer does not support it or is unreachable) \u2014 the removal is local-only.";return q(`Removed contact "${n.name}" (${n.cid}).${o}`)})),t.tool("rename_contact","Rename a contact (addressed by current name or container id) \u2014 rewrites the display name only; the container id, keys and the established encrypted channel are untouched. Rejects a name another contact already holds. When two contacts share a name (e.g. after a collision took an ordinal suffix), address the one to rename by its container id. Requires a bound identity.",{contact:P.string().min(1).describe("Contact name or container id to rename."),name:P.string().min(1).describe("The new display name.")},async({contact:r,name:n})=>ee(e(),o=>o.renameContact({contact:r,name:n}),o=>q(`Renamed contact "${o.from}" to "${n}" (${o.cid}).`)))}import{createWriteStream as eP,mkdirSync as tP,statSync as rP}from"node:fs";import{dirname as nP,resolve as oP}from"node:path";import{Readable as sP}from"node:stream";import{pipeline as iP}from"node:stream/promises";import{FILE_SELECTION_CAP as aP,OursError as cP}from"@ours.network/sdk";import{accessSync as YT,constants as XT}from"node:fs";var dy=["1","true","yes","on"].includes((process.env.OURS_FILES_ALWAYS_PROMPT??"").trim().toLowerCase()),py=t=>{try{return YT(t,XT.R_OK),!0}catch{return!1}};function fy(t){if(t.length===0)return"No files received.";let e=[];for(let r of t){let n=r.kind==="voice_message"?"\u{1F3A4} voice message \xB7 ":"";e.push(` \u2022 ${n}${r.filename} (${r.mime}, ${r.size} B) from ${r.from.name} [${r.status}] {${r.wire_id}} sender_id=${r.from.id}`)}return`${e.length} file(s):
52
52
  ${e.join(`
53
- `)}`}var ET=t=>` \u2022 ${t.filename} \u2014 ${t.mime||"application/octet-stream"}, ${t.size} B, sha256 ${t.sha256} \u2014 from ${t.sender} \u2014 wire_id ${t.wire_id}`;function Gg(t,e){let r=t;if(!r||r.isError)return!1;let n=r.structuredContent?.files;if(!Array.isArray(n))return!1;let o=n.filter(a=>!!a&&typeof a=="object"&&typeof a.path=="string"&&typeof a.wire_id=="string");if(o.length===0)return!1;let s=o.filter(a=>a.kind!=="voice_message"&&!e(a.path));for(let a of o)a.readable=e(a.path);if(s.length===0)return!1;let i=[`${s.length} of ${o.length} received file(s) are NOT readable by your OS user: the ours daemon runs as a different OS user and keeps its immutable blob store private. Nothing was lost \u2014 the bytes are safely on disk. IGNORE the on-disk paths reported below for these files; you cannot open them.`,"","TELL THE USER what arrived (details below) and ASK WHERE TO SAVE each file on this filesystem. Then call save_file({ wire_id, dest_path }) with the path they choose: the ours connector streams the bytes daemon\u2192proxy\u2192disk and writes them as YOUR OS user. The bytes never enter this conversation.","","Awaiting a destination:",...s.map(ET)];return r.content=[{type:"text",text:i.join(`
54
- `)},...r.content??[]],!0}var qT={INVALID_SELECTION:"invalid_selection",MALFORMED_ID:"malformed_id",DUPLICATE_ID:"duplicate_id",UNKNOWN_OR_STALE_ID:"unknown_or_stale_id"},Yg="get_files failed: ";function Xg(t,e){t.tool("list_incoming_files","List unread received files as structured metadata only \u2014 authenticated sender CID in `from.id`, untrusted display label in `from.name`, stable file_id/wire_id, filename, MIME, received size/date, status, and voice kind. Does not return/write bytes or change status. Authorize by from.id, then pass approved wire_ids to get_files. Requires a bound identity.",{},async()=>ee(e(),r=>r.listIncomingFiles(),r=>({content:[{type:"text",text:Wg(r)}],structuredContent:{count:r.length,files:r},isError:!1}))),t.tool("get_files","Retrieve selected unread files by stable wire_id, or the oldest bounded unread batch when wire_ids is omitted (default 50, maximum 200). The immutable bytes already live in the identity's content-addressed blob store; this marks the selected rows read and returns structured status, authenticated sender CID, IDs, path, filename/MIME, actual size, sha256, remaining unread count, and voice transcription outcome \u2014 the BYTES are never returned into your context. Marks the selected rows read. If your OS user can read the returned immutable blob path, use it directly; if you run as a different OS user than the daemon owner and cannot read it, the ours connector says so in the result and asks you for a destination \u2014 then call save_file({ wire_id, dest_path }) to stream a copy to a path you can write. Requires a bound identity.",{wire_ids:P.array(P.string()).optional().describe(`Optional 1-${AT} unique 64-hex wire_ids from list_incoming_files. Omit for the oldest bounded unread batch.`),limit:P.number().int().min(1).max(200).optional().describe("Batch size from 1 to 200 when wire_ids is omitted (default 50).")},async({wire_ids:r,limit:n})=>{try{let o=await e().getFiles({wire_ids:r,limit:n}),s={content:[{type:"text",text:o.text}],structuredContent:{files:o.files,remaining:o.remaining,selection:{mode:o.mode,requested_wire_ids:o.requested,items:o.files.map(i=>({wire_id:i.wire_id,status:i.status}))}},isError:!1};return Gg(s,Jg?()=>!1:Kg),s}catch(o){if(!(o instanceof MT))throw o;let s=qT[o.code];if(!s)return D(o.message,!0);let i=o.message.startsWith(Yg)?o.message.slice(Yg.length):o.message;return{content:[{type:"text",text:o.message}],structuredContent:{files:[],selection:{mode:"selected",requested_wire_ids:r??[],items:(r??[]).map(a=>({wire_id:a,status:"error",error_category:s}))},error:{category:s,message:i}},isError:!0}}}),t.tool("save_file","Stream a file from the bound identity's persistent history to a path YOUR OS user can write, WITHOUT the bytes ever entering your context. Use this when you run as a different OS user than the daemon owner and cannot read its immutable blob path directly. The ours connector streams the bytes daemon\u2192proxy\u2192disk (the proxy runs as your OS user and does the write); the wire_id is resolved strictly within the bound identity's own history. Discover it with list_files/get_file_info or the unread-file tools. Requires a bound identity.",{wire_id:P.string().min(1).describe("wire_id of a stored file for the bound identity."),dest_path:P.string().min(1).describe("Destination path on your local filesystem to write the copy to.")},async({wire_id:r,dest_path:n})=>{if(!/^[A-Za-z0-9]+$/.test(r))return D("save_file: invalid wire_id.",!0);try{let o=await e().openFile(r),s=CT(n);IT(NT(s),{recursive:!0}),await jT(ZT.fromWeb(o),RT(s));let i=OT(s).size;return D(`Saved file (wire_id ${r}) to ${s} (${i} bytes). The bytes were streamed daemon\u2192disk and never entered this result.`)}catch(o){return D(`save_file failed: ${o instanceof Error?o.message:String(o)}`,!0)}})}var Qg={peer_cid:P.string().min(1).optional().describe("Authenticated peer container id to filter by."),direction:P.enum(["in","out"]).optional().describe("Filter by inbound or outbound direction."),before_seq:P.number().int().positive().optional().describe("Return items with seq below this pagination cursor."),limit:P.number().int().min(1).max(200).optional().describe("Page size from 1 to 200 (default 50).")};function ey(t){let e={count:t.items.length,items:t.items,next_cursor:t.next_cursor};return{content:[{type:"text",text:JSON.stringify(e,null,2)}],structuredContent:e,isError:!1}}function ty(t){let e={item:t};return{content:[{type:"text",text:JSON.stringify(e,null,2)}],structuredContent:e,isError:!1}}function ry(t,e){t.tool("list_history","Search persistent message history for the bound identity, newest first. Filter by authenticated peer container id and/or direction, and paginate with before_seq. Returns message bodies, read/delivery state, reply metadata, and next_cursor. Read-only.",Qg,async r=>ee(e(),n=>n.listHistory(r),ey)),t.tool("get_history_item","Look up one persistent message-history item by exact wire_id for the bound identity. Returns null when it is not present. Read-only.",{wire_id:P.string().min(1).describe("Exact message wire_id.")},async({wire_id:r})=>ee(e(),n=>n.getHistoryItem({wire_id:r}),ty)),t.tool("list_files","Search persistent file history for the bound identity, newest first. Filter by authenticated peer container id and/or direction, and paginate with before_seq. Returns metadata and blob provenance, never file bytes. Read-only.",Qg,async r=>ee(e(),n=>n.listFiles(r),ey)),t.tool("get_file_info","Look up one persistent file-history item by exact wire_id for the bound identity. Returns metadata only, or null when absent. Use save_file to stream its bytes to a chosen path.",{wire_id:P.string().min(1).describe("Exact file wire_id.")},async({wire_id:r})=>ee(e(),n=>n.getFileInfo({wire_id:r}),ty))}import{OursError as Fl}from"@ours.network/sdk";async function ny(t,e){let r=new Set(await t.list());return e.filter(n=>r.has(n.name))}var ai=t=>"cid"in t,Vl=t=>`
53
+ `)}`}var QT=t=>` \u2022 ${t.filename} \u2014 ${t.mime||"application/octet-stream"}, ${t.size} B, sha256 ${t.sha256} \u2014 from ${t.sender} \u2014 wire_id ${t.wire_id}`;function my(t,e){let r=t;if(!r||r.isError)return!1;let n=r.structuredContent?.files;if(!Array.isArray(n))return!1;let o=n.filter(a=>!!a&&typeof a=="object"&&typeof a.path=="string"&&typeof a.wire_id=="string");if(o.length===0)return!1;let s=o.filter(a=>a.kind!=="voice_message"&&!e(a.path));for(let a of o)a.readable=e(a.path);if(s.length===0)return!1;let i=[`${s.length} of ${o.length} received file(s) are NOT readable by your OS user: the ours daemon runs as a different OS user and keeps its immutable blob store private. Nothing was lost \u2014 the bytes are safely on disk. IGNORE the on-disk paths reported below for these files; you cannot open them.`,"","TELL THE USER what arrived (details below) and ASK WHERE TO SAVE each file on this filesystem. Then call save_file({ wire_id, dest_path }) with the path they choose: the ours connector streams the bytes daemon\u2192proxy\u2192disk and writes them as YOUR OS user. The bytes never enter this conversation.","","Awaiting a destination:",...s.map(QT)];return r.content=[{type:"text",text:i.join(`
54
+ `)},...r.content??[]],!0}var uP={INVALID_SELECTION:"invalid_selection",MALFORMED_ID:"malformed_id",DUPLICATE_ID:"duplicate_id",UNKNOWN_OR_STALE_ID:"unknown_or_stale_id"},hy="get_files failed: ";function gy(t,e){t.tool("list_incoming_files","List unread received files as structured metadata only \u2014 authenticated sender CID in `from.id`, untrusted display label in `from.name`, stable file_id/wire_id, filename, MIME, received size/date, status, and voice kind. Does not return/write bytes or change status. Authorize by from.id, then pass approved wire_ids to get_files. Requires a bound identity.",{},async()=>ee(e(),r=>r.listIncomingFiles(),r=>({content:[{type:"text",text:fy(r)}],structuredContent:{count:r.length,files:r},isError:!1}))),t.tool("get_files","Retrieve selected unread files by stable wire_id, or the oldest bounded unread batch when wire_ids is omitted (default 50, maximum 200). The immutable bytes already live in the identity's content-addressed blob store; this marks the selected rows read and returns structured status, authenticated sender CID, IDs, path, filename/MIME, actual size, sha256, remaining unread count, and voice transcription outcome \u2014 the BYTES are never returned into your context. Marks the selected rows read. If your OS user can read the returned immutable blob path, use it directly; if you run as a different OS user than the daemon owner and cannot read it, the ours connector says so in the result and asks you for a destination \u2014 then call save_file({ wire_id, dest_path }) to stream a copy to a path you can write. Requires a bound identity.",{wire_ids:P.array(P.string()).optional().describe(`Optional 1-${aP} unique 64-hex wire_ids from list_incoming_files. Omit for the oldest bounded unread batch.`),limit:P.number().int().min(1).max(200).optional().describe("Batch size from 1 to 200 when wire_ids is omitted (default 50).")},async({wire_ids:r,limit:n})=>{try{let o=await e().getFiles({wire_ids:r,limit:n}),s={content:[{type:"text",text:o.text}],structuredContent:{files:o.files,remaining:o.remaining,selection:{mode:o.mode,requested_wire_ids:o.requested,items:o.files.map(i=>({wire_id:i.wire_id,status:i.status}))}},isError:!1};return my(s,dy?()=>!1:py),s}catch(o){if(!(o instanceof cP))throw o;let s=uP[o.code];if(!s)return q(o.message,!0);let i=o.message.startsWith(hy)?o.message.slice(hy.length):o.message;return{content:[{type:"text",text:o.message}],structuredContent:{files:[],selection:{mode:"selected",requested_wire_ids:r??[],items:(r??[]).map(a=>({wire_id:a,status:"error",error_category:s}))},error:{category:s,message:i}},isError:!0}}}),t.tool("save_file","Stream a file from the bound identity's persistent history to a path YOUR OS user can write, WITHOUT the bytes ever entering your context. Use this when you run as a different OS user than the daemon owner and cannot read its immutable blob path directly. The ours connector streams the bytes daemon\u2192proxy\u2192disk (the proxy runs as your OS user and does the write); the wire_id is resolved strictly within the bound identity's own history. Discover it with list_files/get_file_info or the unread-file tools. Requires a bound identity.",{wire_id:P.string().min(1).describe("wire_id of a stored file for the bound identity."),dest_path:P.string().min(1).describe("Destination path on your local filesystem to write the copy to.")},async({wire_id:r,dest_path:n})=>{if(!/^[A-Za-z0-9]+$/.test(r))return q("save_file: invalid wire_id.",!0);try{let o=await e().openFile(r),s=oP(n);tP(nP(s),{recursive:!0}),await iP(sP.fromWeb(o),eP(s));let i=rP(s).size;return q(`Saved file (wire_id ${r}) to ${s} (${i} bytes). The bytes were streamed daemon\u2192disk and never entered this result.`)}catch(o){return q(`save_file failed: ${o instanceof Error?o.message:String(o)}`,!0)}})}var yy={peer_cid:P.string().min(1).optional().describe("Authenticated peer container id to filter by."),direction:P.enum(["in","out"]).optional().describe("Filter by inbound or outbound direction."),before_seq:P.number().int().positive().optional().describe("Return items with seq below this pagination cursor."),limit:P.number().int().min(1).max(200).optional().describe("Page size from 1 to 200 (default 50).")};function _y(t){let e={count:t.items.length,items:t.items,next_cursor:t.next_cursor};return{content:[{type:"text",text:JSON.stringify(e,null,2)}],structuredContent:e,isError:!1}}function vy(t){let e={item:t};return{content:[{type:"text",text:JSON.stringify(e,null,2)}],structuredContent:e,isError:!1}}function by(t,e){t.tool("list_history","Search persistent message history for the bound identity, newest first. Filter by authenticated peer container id and/or direction, and paginate with before_seq. Returns message bodies, read/delivery state, reply metadata, and next_cursor. Read-only.",yy,async r=>ee(e(),n=>n.listHistory(r),_y)),t.tool("get_history_item","Look up one persistent message-history item by exact wire_id for the bound identity. Returns null when it is not present. Read-only.",{wire_id:P.string().min(1).describe("Exact message wire_id.")},async({wire_id:r})=>ee(e(),n=>n.getHistoryItem({wire_id:r}),vy)),t.tool("list_files","Search persistent file history for the bound identity, newest first. Filter by authenticated peer container id and/or direction, and paginate with before_seq. Returns metadata and blob provenance, never file bytes. Read-only.",yy,async r=>ee(e(),n=>n.listFiles(r),_y)),t.tool("get_file_info","Look up one persistent file-history item by exact wire_id for the bound identity. Returns metadata only, or null when absent. Use save_file to stream its bytes to a chosen path.",{wire_id:P.string().min(1).describe("Exact file wire_id.")},async({wire_id:r})=>ee(e(),n=>n.getFileInfo({wire_id:r}),vy))}import{OursError as Xl}from"@ours.network/sdk";async function xy(t,e){let r=new Set(await t.list());return e.filter(n=>r.has(n.name))}var pi=t=>"cid"in t,Ql=t=>`
55
55
 
56
- Ask the user whether to enable this harness's live mail monitor for "${t}". Never enable monitoring without explicit consent.`,oy=(t,e,r)=>t?` Published to the local contact book${e?"":" (introductions require approval)"}.`:r,DT=t=>t.attempted===0?"It had no contacts, so no remove-me notices were needed.":`Remove-me notices: ${t.notified}/${t.attempted} queued, ${t.failed} not sent (best effort \u2014 delivery and remote contact deletion are not guaranteed).`,LT=t=>t.attempted===0?"":` Remove-me notices: ${t.notified}/${t.attempted} queued, ${t.failed} not sent (best effort).`;async function si(t,e,r){let n=await t.has(e);n||await t.add(e);try{return await r()}catch(o){throw n||await t.remove(e),o}}async function sy(t,e,r){let n=await t.has(e);n&&await t.remove(e);try{return await r()}catch(o){throw n&&await t.add(e),o}}var ii=t=>ai(t)?t.session==="mine"?" \u2190 this session":t.session==="other-live"?" (in use by another session)":"":"",Hl=t=>{if(!ai(t)||!t.temp)return"";switch(t.temp.state){case"closing":return" [temporary \u2014 closing]";case"mine":return" [temporary \u2014 owned by THIS session]";case"other-live":return` [temporary \u2014 owned by another live session (pid ${t.temp.ownerPid})]`;case"stale":return" [temporary \u2014 STALE, owner gone, pending cleanup]"}};function iy(t,e,r){t.tool("create_identity",'Create a new self-sovereign identity (an ADAPT node) with the given display name and bind it to this session. The name is what peers see for you in invites. Persisted permanently; reject if the name already exists. When a root identity exists on this host, the new identity is automatically delegated as a ROLE under it (its invites then carry the verified "role X of person Y" chain). By default the identity is published to the LOCAL contact book, so other identities on this host can message it by name without an invite; pass expose_local=false to opt out.',{name:P.string().min(1).describe('Display name for the new identity, e.g. "Alice".'),bio:P.string().default("").describe("Optional free-text bio for the identity profile."),expose_local:P.boolean().default(!0).describe("Publish this identity in the host-local contact book."),local_auto_accept:P.boolean().default(!0).describe("Auto-accept local contact-book introductions (false = they queue for approval).")},async({name:n,bio:o,expose_local:s,local_auto_accept:i})=>ee(e(),a=>si(r,n,()=>a.createIdentity({name:n,bio:o,exposeLocal:s,localAutoAccept:i})),async a=>{let c=a.hierarchy==="role"?` Delegated as a role under root "${a.underRoot}".`:" No host root existed yet, so this identity is now the host ROOT (the person behind all roles); create more with create_identity and they become roles under it."+(a.adopted.length?` Adopted ${a.adopted.length} pre-existing identit${a.adopted.length===1?"y":"ies"} as role(s): ${a.adopted.join(", ")}.`:""),u=oy(a.exposedLocal,a.localAutoAccept," Not exposed in the local contact book.");return D(`Created identity "${a.info.name}" (${a.info.cid}) and bound it to this session.${c}${u}${Vl(a.info.name)}`)})),t.tool("create_temporary_identity",'Create a TEMPORARY identity owned by this session and bind it. Temporary means session-scoped LOCAL lifetime: when this session ends (explicit close_temporary_identity, releasing the connection, or the client process dying), each contact is sent one best-effort "remove me from your contacts" notice and then ALL local state \u2014 keys, profile, contacts, messages, files \u2014 is deleted; the identity disappears from listings. The remove-me notice is fire-and-forget: remote contact deletion is NOT guaranteed (an offline or pre-0.13 peer keeps its entry). Ownership is exclusive: no other session can bind or delete it while this session lives. The identity is flat (never delegated under the host root) and, unlike create_identity, NOT published to the local contact book unless expose_local=true. Omit name for a collision-resistant random one.',{name:P.string().min(1).optional().describe('Optional public display name. Omitted: a random public-safe name like "tmp-1a2b3c4d5e" is generated.'),bio:P.string().default("").describe("Optional free-text bio for the identity profile."),expose_local:P.boolean().default(!1).describe("Publish in the host-local contact book (default false for a temporary identity)."),local_auto_accept:P.boolean().default(!0).describe("Auto-accept local contact-book introductions (only relevant with expose_local).")},async({name:n,bio:o,expose_local:s,local_auto_accept:i})=>ee(e(),async a=>{if(n)return si(r,n,()=>a.createTemporaryIdentity({name:n,bio:o,exposeLocal:s,localAutoAccept:i}));let c=await a.createTemporaryIdentity({name:n,bio:o,exposeLocal:s,localAutoAccept:i});try{await r.add(c.info.name)}catch(u){try{await a.closeTemporaryIdentityOp({name:c.info.name})}catch(l){throw new AggregateError([u,l],`Failed to adopt generated temporary identity ${JSON.stringify(c.info.name)} and failed to close it.`)}throw u}return c},async a=>{let c=oy(a.exposedLocal,a.localAutoAccept,"");return D(`Created TEMPORARY identity "${a.info.name}" (${a.info.cid}) and bound it to this session (owner: this session's lease, client pid ${a.ownerPid}).${c}
56
+ Ask the user whether to enable this harness's live mail monitor for "${t}". Never enable monitoring without explicit consent.`,$y=(t,e,r)=>t?` Published to the local contact book${e?"":" (introductions require approval)"}.`:r,lP=t=>t.attempted===0?"It had no contacts, so no remove-me notices were needed.":`Remove-me notices: ${t.notified}/${t.attempted} queued, ${t.failed} not sent (best effort \u2014 delivery and remote contact deletion are not guaranteed).`,dP=t=>t.attempted===0?"":` Remove-me notices: ${t.notified}/${t.attempted} queued, ${t.failed} not sent (best effort).`;async function li(t,e,r){let n=await t.has(e);n||await t.add(e);try{return await r()}catch(o){throw n||await t.remove(e),o}}async function wy(t,e,r){let n=await t.has(e);n&&await t.remove(e);try{return await r()}catch(o){throw n&&await t.add(e),o}}var di=t=>pi(t)?t.session==="mine"?" \u2190 this session":t.session==="other-live"?" (in use by another session)":"":"",ed=t=>{if(!pi(t)||!t.temp)return"";switch(t.temp.state){case"closing":return" [temporary \u2014 closing]";case"mine":return" [temporary \u2014 owned by THIS session]";case"other-live":return` [temporary \u2014 owned by another live session (pid ${t.temp.ownerPid})]`;case"stale":return" [temporary \u2014 STALE, owner gone, pending cleanup]"}};function ky(t,e,r){t.tool("create_identity",'Create a new self-sovereign identity (an ADAPT node) with the given display name and bind it to this session. The name is what peers see for you in invites. Persisted permanently; reject if the name already exists. When a root identity exists on this host, the new identity is automatically delegated as a ROLE under it (its invites then carry the verified "role X of person Y" chain). By default the identity is published to the LOCAL contact book, so other identities on this host can message it by name without an invite; pass expose_local=false to opt out.',{name:P.string().min(1).describe('Display name for the new identity, e.g. "Alice".'),bio:P.string().default("").describe("Optional free-text bio for the identity profile."),expose_local:P.boolean().default(!0).describe("Publish this identity in the host-local contact book."),local_auto_accept:P.boolean().default(!0).describe("Auto-accept local contact-book introductions (false = they queue for approval).")},async({name:n,bio:o,expose_local:s,local_auto_accept:i})=>ee(e(),a=>li(r,n,()=>a.createIdentity({name:n,bio:o,exposeLocal:s,localAutoAccept:i})),async a=>{let c=a.hierarchy==="role"?` Delegated as a role under root "${a.underRoot}".`:" No host root existed yet, so this identity is now the host ROOT (the person behind all roles); create more with create_identity and they become roles under it."+(a.adopted.length?` Adopted ${a.adopted.length} pre-existing identit${a.adopted.length===1?"y":"ies"} as role(s): ${a.adopted.join(", ")}.`:""),u=$y(a.exposedLocal,a.localAutoAccept," Not exposed in the local contact book.");return q(`Created identity "${a.info.name}" (${a.info.cid}) and bound it to this session.${c}${u}${Ql(a.info.name)}`)})),t.tool("create_temporary_identity",'Create a TEMPORARY identity owned by this session and bind it. Temporary means session-scoped LOCAL lifetime: when this session ends (explicit close_temporary_identity, releasing the connection, or the client process dying), each contact is sent one best-effort "remove me from your contacts" notice and then ALL local state \u2014 keys, profile, contacts, messages, files \u2014 is deleted; the identity disappears from listings. The remove-me notice is fire-and-forget: remote contact deletion is NOT guaranteed (an offline or pre-0.13 peer keeps its entry). Ownership is exclusive: no other session can bind or delete it while this session lives. The identity is flat (never delegated under the host root) and, unlike create_identity, NOT published to the local contact book unless expose_local=true. Omit name for a collision-resistant random one.',{name:P.string().min(1).optional().describe('Optional public display name. Omitted: a random public-safe name like "tmp-1a2b3c4d5e" is generated.'),bio:P.string().default("").describe("Optional free-text bio for the identity profile."),expose_local:P.boolean().default(!1).describe("Publish in the host-local contact book (default false for a temporary identity)."),local_auto_accept:P.boolean().default(!0).describe("Auto-accept local contact-book introductions (only relevant with expose_local).")},async({name:n,bio:o,expose_local:s,local_auto_accept:i})=>ee(e(),async a=>{if(n)return li(r,n,()=>a.createTemporaryIdentity({name:n,bio:o,exposeLocal:s,localAutoAccept:i}));let c=await a.createTemporaryIdentity({name:n,bio:o,exposeLocal:s,localAutoAccept:i});try{await r.add(c.info.name)}catch(u){try{await a.closeTemporaryIdentityOp({name:c.info.name})}catch(l){throw new AggregateError([u,l],`Failed to adopt generated temporary identity ${JSON.stringify(c.info.name)} and failed to close it.`)}throw u}return c},async a=>{let c=$y(a.exposedLocal,a.localAutoAccept,"");return q(`Created TEMPORARY identity "${a.info.name}" (${a.info.cid}) and bound it to this session (owner: this session's lease, client pid ${a.ownerPid}).${c}
57
57
 
58
- Lifetime: session-scoped and local. Close it explicitly with close_temporary_identity when done; if the session ends or dies first, the daemon reclaims it automatically. On close, contacts get one best-effort remove-me notice (remote deletion NOT guaranteed) and all local state is deleted permanently.`)})),t.tool("close_temporary_identity","Close a temporary identity NOW: it stops accepting work, each contact is sent one best-effort fire-and-forget remove-me notice (delivery and remote removal are NOT guaranteed and not retried), then all of its local state \u2014 keys, profile, contacts, messages, files \u2014 is deleted permanently and it disappears from listings. Idempotent: closing an already-closing or already-gone identity is not an error. Only the owning session may close a temporary identity whose owner is still alive; a STALE one (owner process dead) may be closed by anyone to reclaim it. Defaults to the identity bound to this session.",{name:P.string().min(1).optional().describe("Temporary identity to close. Defaults to the one bound to this session.")},async({name:n})=>ee(e(),async o=>{let s=n??(await o.currentIdentity()).name;return sy(r,s,()=>o.closeTemporaryIdentityOp({name:s}))},o=>o.result===null?D(`close_temporary_identity: no identity named "${o.name}" \u2014 nothing to close (already cleaned up?).`):D(`Temporary identity "${o.name}" closed and all local state deleted. ${DT(o.result)}`))),t.tool("create_root_identity","Create THE root identity for this host \u2014 the identity that represents the person behind all roles (see the identity hierarchy: one root, many roles). Single-root policy: exactly one root per host. If a root already exists, the named identity is instead created as a ROLE under it (no second root; no error). When establishing the root, every pre-existing identity is adopted as a role (each receives a delegation certificate). The root is directly messageable like any identity.",{name:P.string().min(1).describe(`The person's name, e.g. "Vitalii Shakhmatov".`),bio:P.string().default("").describe("Free-text bio describing the person (carried in role invites)."),expose_local:P.boolean().default(!0).describe("Publish the root in the host-local contact book."),local_auto_accept:P.boolean().default(!0).describe("Auto-accept local contact-book introductions (false = they queue for approval)."),skip_if_root_exists:P.boolean().default(!1).describe('Installer seam: if a root already exists, do NOTHING (fail with "a root identity already exists") instead of adopting the name as a role. The ours installer sets this so re-runs stay idempotent; leave false for the interactive tool.')},async({name:n,bio:o,expose_local:s,local_auto_accept:i,skip_if_root_exists:a})=>ee(e(),c=>si(r,n,()=>c.createRootIdentity({name:n,bio:o,exposeLocal:s,localAutoAccept:i,skipIfRootExists:a})),async c=>{let u=Vl(c.info.name);if(c.hierarchy==="role")return D(`A host root already exists ("${c.underRoot}") \u2014 one root per host, so "${c.info.name}" (${c.info.cid}) was created as a ROLE under it instead and bound to this session.${u}`);let l=c.adopted.length>0?` Adopted ${c.adopted.length} existing identit${c.adopted.length===1?"y":"ies"} as role(s): ${c.adopted.join(", ")}.`:"",d=c.failed.length>0?` FAILED to adopt: ${c.failed.join(", ")} (see daemon log).`:"";return D(`Created root identity "${c.info.name}" (${c.info.cid}) and bound it to this session.${l}${d}${u}`)})),t.tool("define_local_identity_file","Write a `.ours-identity` workspace-pin file that ties a directory to an identity. The pin is ADVISORY: a future Claude Code session here is told about it and asks the user before binding (or creating) the identity \u2014 nothing is auto-triggered by the file alone. Use this instead of hand-writing the file. Because this daemon is shared and its CWD is not the user's project, you MUST pass an absolute `path` (the target directory, or the full path ending in .ours-identity). Refuses to overwrite unless overwrite=true.",{name:P.string().min(1).describe("Identity name the workspace belongs to."),path:P.string().min(1).describe("Absolute target: a directory (file is created inside it) or a full path ending in .ours-identity."),force:P.boolean().default(!1).describe("Once the user approves binding, eviction of another holder is pre-approved (no second confirmation)."),expose_local:P.boolean().default(!0).describe("Publish this identity in the host-local contact book."),local_auto_accept:P.boolean().default(!0).describe("Auto-accept local contact-book introductions (false = they queue for approval)."),overwrite:P.boolean().default(!1).describe("Replace an existing .ours-identity file.")},async({name:n,path:o,force:s,expose_local:i,local_auto_accept:a,overwrite:c})=>ee(e(),()=>e().defineLocalIdentityFile({name:n,path:o,force:s,exposeLocal:i,localAutoAccept:a,overwrite:c}),u=>D(`Wrote ${u.written}:
59
- ${JSON.stringify(u.json,null,2)}`))),t.tool("choose_identity","Bind an existing identity to this session so the messaging tools act as it. Binding is exclusive: if the identity is already in use by another session, this is declined unless force=true, which evicts the other session. Never pass force=true on your own initiative \u2014 ask the user and get an explicit confirmation first.",{name:P.string().min(1).describe("Name of the identity to bind."),force:P.boolean().default(!1).describe("Evict another session that holds this identity.")},async({name:n,force:o})=>ee(e(),s=>si(r,n,()=>s.chooseIdentity({name:n,force:o})),async s=>{let i=`Bound to identity "${s.name}" (${s.cid}).`;return s.switchedFrom&&(i+=`
58
+ Lifetime: session-scoped and local. Close it explicitly with close_temporary_identity when done; if the session ends or dies first, the daemon reclaims it automatically. On close, contacts get one best-effort remove-me notice (remote deletion NOT guaranteed) and all local state is deleted permanently.`)})),t.tool("close_temporary_identity","Close a temporary identity NOW: it stops accepting work, each contact is sent one best-effort fire-and-forget remove-me notice (delivery and remote removal are NOT guaranteed and not retried), then all of its local state \u2014 keys, profile, contacts, messages, files \u2014 is deleted permanently and it disappears from listings. Idempotent: closing an already-closing or already-gone identity is not an error. Only the owning session may close a temporary identity whose owner is still alive; a STALE one (owner process dead) may be closed by anyone to reclaim it. Defaults to the identity bound to this session.",{name:P.string().min(1).optional().describe("Temporary identity to close. Defaults to the one bound to this session.")},async({name:n})=>ee(e(),async o=>{let s=n??(await o.currentIdentity()).name;return wy(r,s,()=>o.closeTemporaryIdentityOp({name:s}))},o=>o.result===null?q(`close_temporary_identity: no identity named "${o.name}" \u2014 nothing to close (already cleaned up?).`):q(`Temporary identity "${o.name}" closed and all local state deleted. ${lP(o.result)}`))),t.tool("create_root_identity","Create THE root identity for this host \u2014 the identity that represents the person behind all roles (see the identity hierarchy: one root, many roles). Single-root policy: exactly one root per host. If a root already exists, the named identity is instead created as a ROLE under it (no second root; no error). When establishing the root, every pre-existing identity is adopted as a role (each receives a delegation certificate). The root is directly messageable like any identity.",{name:P.string().min(1).describe(`The person's name, e.g. "Vitalii Shakhmatov".`),bio:P.string().default("").describe("Free-text bio describing the person (carried in role invites)."),expose_local:P.boolean().default(!0).describe("Publish the root in the host-local contact book."),local_auto_accept:P.boolean().default(!0).describe("Auto-accept local contact-book introductions (false = they queue for approval)."),skip_if_root_exists:P.boolean().default(!1).describe('Installer seam: if a root already exists, do NOTHING (fail with "a root identity already exists") instead of adopting the name as a role. The ours installer sets this so re-runs stay idempotent; leave false for the interactive tool.')},async({name:n,bio:o,expose_local:s,local_auto_accept:i,skip_if_root_exists:a})=>ee(e(),c=>li(r,n,()=>c.createRootIdentity({name:n,bio:o,exposeLocal:s,localAutoAccept:i,skipIfRootExists:a})),async c=>{let u=Ql(c.info.name);if(c.hierarchy==="role")return q(`A host root already exists ("${c.underRoot}") \u2014 one root per host, so "${c.info.name}" (${c.info.cid}) was created as a ROLE under it instead and bound to this session.${u}`);let l=c.adopted.length>0?` Adopted ${c.adopted.length} existing identit${c.adopted.length===1?"y":"ies"} as role(s): ${c.adopted.join(", ")}.`:"",d=c.failed.length>0?` FAILED to adopt: ${c.failed.join(", ")} (see daemon log).`:"";return q(`Created root identity "${c.info.name}" (${c.info.cid}) and bound it to this session.${l}${d}${u}`)})),t.tool("define_local_identity_file","Write a `.ours-identity` workspace-pin file that ties a directory to an identity. The pin is ADVISORY: a future Claude Code session here is told about it and asks the user before binding (or creating) the identity \u2014 nothing is auto-triggered by the file alone. Use this instead of hand-writing the file. Because this daemon is shared and its CWD is not the user's project, you MUST pass an absolute `path` (the target directory, or the full path ending in .ours-identity). Refuses to overwrite unless overwrite=true.",{name:P.string().min(1).describe("Identity name the workspace belongs to."),path:P.string().min(1).describe("Absolute target: a directory (file is created inside it) or a full path ending in .ours-identity."),force:P.boolean().default(!1).describe("Once the user approves binding, eviction of another holder is pre-approved (no second confirmation)."),expose_local:P.boolean().default(!0).describe("Publish this identity in the host-local contact book."),local_auto_accept:P.boolean().default(!0).describe("Auto-accept local contact-book introductions (false = they queue for approval)."),overwrite:P.boolean().default(!1).describe("Replace an existing .ours-identity file.")},async({name:n,path:o,force:s,expose_local:i,local_auto_accept:a,overwrite:c})=>ee(e(),()=>e().defineLocalIdentityFile({name:n,path:o,force:s,exposeLocal:i,localAutoAccept:a,overwrite:c}),u=>q(`Wrote ${u.written}:
59
+ ${JSON.stringify(u.json,null,2)}`))),t.tool("choose_identity","Bind an existing identity to this session so the messaging tools act as it. Binding is exclusive: if the identity is already in use by another session, this is declined unless force=true, which evicts the other session. Never pass force=true on your own initiative \u2014 ask the user and get an explicit confirmation first.",{name:P.string().min(1).describe("Name of the identity to bind."),force:P.boolean().default(!1).describe("Evict another session that holds this identity.")},async({name:n,force:o})=>ee(e(),s=>li(r,n,()=>s.chooseIdentity({name:n,force:o})),async s=>{let i=`Bound to identity "${s.name}" (${s.cid}).`;return s.switchedFrom&&(i+=`
60
60
 
61
- Switched away from "${s.switchedFrom}" \u2014 disable any live monitor previously armed for it.`),i+=Vl(s.name),D(i)})),t.tool("list_identities","List identities adopted by this ours-mcp application (name + container id) as a hierarchy \u2014 the root identity first with its roles indented under it \u2014 marking which one is bound to this session and which are in use elsewhere. Temporary (session-scoped) identities are tagged with their lease state: owned by this session, owned by another live session, stale (owner gone, pending cleanup), or closing.",{},async()=>ee(e(),n=>n.listIdentities(),async n=>{let o=await ny(r,n);if(o.length===0)return D("No identities yet. Create a root with create_root_identity (or a flat identity with create_identity).");let s=o.some(a=>ai(a)&&a.kind==="root"),i=o.map(a=>{if(!ai(a)){let c=a.status==="awaiting-root"?"awaiting a root identity":"hierarchy migration failed";return`\u26A0 ${a.name} \u2014 quarantined (${c}; unavailable for binding)`}return a.kind==="root"?`\u2605 ${a.name} \u2014 ${a.cid} (root)${ii(a)}`:a.kind==="role"?` \u2514 ${a.name} \u2014 ${a.cid} (role)${Hl(a)}${ii(a)}`:s?`\u2022 ${a.name} \u2014 ${a.cid} (flat, no delegation)${Hl(a)}${ii(a)}`:`\u2022 ${a.name} \u2014 ${a.cid}${Hl(a)}${ii(a)}`});return s||i.push("(no root identity yet \u2014 create_root_identity establishes the hierarchy)"),D(`Identities (${o.length}):
61
+ Switched away from "${s.switchedFrom}" \u2014 disable any live monitor previously armed for it.`),i+=Ql(s.name),q(i)})),t.tool("list_identities","List identities adopted by this ours-mcp application (name + container id) as a hierarchy \u2014 the root identity first with its roles indented under it \u2014 marking which one is bound to this session and which are in use elsewhere. Temporary (session-scoped) identities are tagged with their lease state: owned by this session, owned by another live session, stale (owner gone, pending cleanup), or closing.",{},async()=>ee(e(),n=>n.listIdentities(),async n=>{let o=await xy(r,n);if(o.length===0)return q("No identities yet. Create a root with create_root_identity (or a flat identity with create_identity).");let s=o.some(a=>pi(a)&&a.kind==="root"),i=o.map(a=>{if(!pi(a)){let c=a.status==="awaiting-root"?"awaiting a root identity":"hierarchy migration failed";return`\u26A0 ${a.name} \u2014 quarantined (${c}; unavailable for binding)`}return a.kind==="root"?`\u2605 ${a.name} \u2014 ${a.cid} (root)${di(a)}`:a.kind==="role"?` \u2514 ${a.name} \u2014 ${a.cid} (role)${ed(a)}${di(a)}`:s?`\u2022 ${a.name} \u2014 ${a.cid} (flat, no delegation)${ed(a)}${di(a)}`:`\u2022 ${a.name} \u2014 ${a.cid}${ed(a)}${di(a)}`});return s||i.push("(no root identity yet \u2014 create_root_identity establishes the hierarchy)"),q(`Identities (${o.length}):
62
62
  ${i.join(`
63
- `)}`)})),t.tool("current_identity","Report the identity currently bound to this session (if any), including its place in the identity hierarchy.",{},async()=>{try{let n=await e().currentIdentity();if(!n.described)return D(`Bound to "${n.name}" (${n.cid}).`);let o=n.isRoot?" \u2014 the ROOT identity of this host":n.roleId!==""?` \u2014 role "${n.roleId}" under root "${n.rootName}"`:"",s=n.temporary?`
63
+ `)}`)})),t.tool("current_identity","Report the identity currently bound to this session (if any), including its place in the identity hierarchy.",{},async()=>{try{let n=await e().currentIdentity();if(!n.described)return q(`Bound to "${n.name}" (${n.cid}).`);let o=n.isRoot?" \u2014 the ROOT identity of this host":n.roleId!==""?` \u2014 role "${n.roleId}" under root "${n.rootName}"`:"",s=n.temporary?`
64
64
  TEMPORARY identity owned by this session \u2014 session-scoped local lifetime: closed (best-effort remove-me to each contact, then full local deletion) when this session ends or on close_temporary_identity.`:"",i=n.bio?`
65
65
  Bio: ${n.bio}`:"",a=n.persona?`
66
- Persona: ${n.persona}`:"";return D(`Bound to "${n.name}" (${n.cid})${o}.${s}${i}${a}`)}catch(n){if(n instanceof Fl)return D(n.message);throw n}}),t.tool("remove_identity","Permanently delete a persisted identity \u2014 its packet and all on-disk state. This cannot be undone.",{name:P.string().min(1).describe("Name of the identity to delete.")},async({name:n})=>{try{let o=await sy(r,n,()=>e().removeIdentity({name:n}));return o.kind==="temporary"&&o.close?D(`Removed temporary identity "${o.name}" and its state.${LT(o.close)}`):D(`Removed identity "${o.name}" and its state.`)}catch(o){if(o instanceof Fl&&o.code==="NO_SUCH_IDENTITY")return await r.remove(n),D(`Identity "${n}" was already absent; removed it from this ours-mcp application's identity list.`);if(o instanceof Fl)return D(o.message,!0);throw o}})}import{readFileSync as UT}from"node:fs";import{basename as FT,resolve as VT}from"node:path";import{errFileUnreadable as HT}from"@ours.network/sdk";function Je(t,e,r=!1){let n="history_stored"in e&&e.history_stored===!1?`
66
+ Persona: ${n.persona}`:"";return q(`Bound to "${n.name}" (${n.cid})${o}.${s}${i}${a}`)}catch(n){if(n instanceof Xl)return q(n.message);throw n}}),t.tool("remove_identity","Permanently delete a persisted identity \u2014 its packet and all on-disk state. This cannot be undone.",{name:P.string().min(1).describe("Name of the identity to delete.")},async({name:n})=>{try{let o=await wy(r,n,()=>e().removeIdentity({name:n}));return o.kind==="temporary"&&o.close?q(`Removed temporary identity "${o.name}" and its state.${dP(o.close)}`):q(`Removed identity "${o.name}" and its state.`)}catch(o){if(o instanceof Xl&&o.code==="NO_SUCH_IDENTITY")return await r.remove(n),q(`Identity "${n}" was already absent; removed it from this ours-mcp application's identity list.`);if(o instanceof Xl)return q(o.message,!0);throw o}})}import{readFileSync as pP}from"node:fs";import{basename as fP,resolve as mP}from"node:path";import{errFileUnreadable as hP}from"@ours.network/sdk";function We(t,e,r=!1){let n="history_stored"in e&&e.history_stored===!1?`
67
67
 
68
- WARNING: the item was not stored in this identity's local history. Delivery and local history are not transactional; there is no fallback or automatic retry.`:"";return{content:[{type:"text",text:`${t}${n}`}],structuredContent:{outcome:e},isError:r}}function ay(t,e){t.tool("send_message","Send an end-to-end-encrypted message to a known contact (by name or container id). If the recipient is not a contact yet, the connection is established automatically when possible: an intra-root sibling (a role under the same root) connects via its delegation cert, and an identity published in the host-local contact book connects via a registrar introduction \u2014 either way the message is delivered with the introduction, no invite needed. To reply to a specific message, pass reply_to_wire_id (from get_messages or list_history) and optionally reply_to_sentence (1-based index of the sentence you are answering). Requires a bound identity.",{contact:P.string().min(1).describe("Contact name or container id to send to."),text:P.string().min(1).describe("The message text."),reply_to_wire_id:P.string().optional().describe("wire_id (from get_messages or list_history) of the message this replies to."),reply_to_sentence:P.number().int().positive().optional().describe("Optional 1-based sentence index in the replied-to message.")},async({contact:r,text:n,reply_to_wire_id:o,reply_to_sentence:s})=>ee(e(),i=>i.sendMessage({contact:r,text:n,reply_to_wire_id:o,reply_to_sentence:s}),i=>{switch(i.kind){case"refused":return Je(`Couldn't send to "${r}" (wire_id ${i.wireId}): their end-to-end encryption must be re-established after an upgrade before messages can go through. It was NOT sent and NOT downgraded to the old channel \u2014 the system re-offers the upgrade automatically; try again shortly.`,i,!0);case"migrating":return Je(`Message queued for "${r}" (wire_id ${i.wireId}) \u2014 an encryption upgrade is completing; it will send automatically the moment the migration goes active (${i.queued} message${i.queued===1?"":"s"} queued).`,i);case"e2e":return i.notRetained?Je(`Message sent to "${r}" over the end-to-end session (wire_id ${i.wireId}) \u2014 WARNING: the message body exceeds the redrive budget, so it is NOT retained for automatic resend. If the recipient loses its session, this message will NOT re-deliver automatically \u2014 confirm receipt or resend once the contact is confirmed back.`,i):Je(`Message sent to "${r}" over the upgraded end-to-end session (wire_id ${i.wireId}).`,i);case"deferred":return Je(`Message queued for "${r}" (wire_id ${i.wireId}) \u2014 the contact's encryption keys are being re-established after an upgrade (contact restore in progress); delivery is automatic once restored (${i.queued} message${i.queued===1?"":"s"} queued).`,i);case"introduced":return Je(i.text,i);default:return Je(`Message sent to "${r}" (wire_id ${i.wireId}).`,i)}})),t.tool("send_file","Send a file to a known contact (by name or container id). Provide EITHER `path` (the connector reads it as your OS user) OR `data_base64` + `filename` (inline bytes). Files and text are distinct messages \u2014 to caption a file, also send_message. Requires a bound identity.",{contact:P.string().min(1).describe("Contact name or container id to send to."),path:P.string().min(1).optional().describe("Filesystem path to the file to send (preferred). Read by the ours connector as YOUR OS user, then streamed to the daemon."),data_base64:P.string().min(1).optional().describe("Inline file bytes, base64-encoded (alternative to path)."),filename:P.string().min(1).optional().describe("Filename to advertise (required with data_base64; defaults to basename of path)."),mime:P.string().optional().describe("MIME type (inferred from the path extension when omitted)."),reply_to_wire_id:P.string().optional().describe("wire_id (from unread or persistent-history tools) this file replies to."),reply_to_sentence:P.number().int().positive().optional().describe("Optional 1-based sentence index in the replied-to item.")},async({contact:r,path:n,data_base64:o,filename:s,mime:i,reply_to_wire_id:a,reply_to_sentence:c})=>ee(e(),async u=>{if(!n)return u.sendFile({contact:r,data_base64:o,filename:s,mime:i,reply_to_wire_id:a,reply_to_sentence:c});let l=VT(n),d;try{d=UT(l)}catch(f){throw HT(String(f))}let m=await u.uploadFile(new Uint8Array(d),{filename:s??FT(l),mime:i});return u.sendFile({contact:r,upload_id:m.upload_id,filename:s,mime:i,reply_to_wire_id:a,reply_to_sentence:c})},u=>{let l=`File "${u.filename}" (${u.bytes} B${u.mime?`, ${u.mime}`:""})`;switch(u.kind){case"refused":return Je(`Couldn't send ${l} to "${r}" (wire_id ${u.wireId}): their end-to-end encryption must be re-established after an upgrade first. It was NOT sent and NOT downgraded; the system re-offers the upgrade automatically \u2014 try again shortly.`,u,!0);case"migrating":return Je(`${l} not sent to "${r}" yet \u2014 an encryption upgrade is completing; retry the file once the migration goes active (files aren't auto-queued like messages).`,u,!0);case"e2e":return u.notRetained?Je(`${l} sent to "${r}" over the end-to-end session (wire_id ${u.wireId}) \u2014 WARNING: the file exceeds the 2 MiB redrive budget, so it is NOT retained for automatic resend. If the recipient loses its session (e.g. it was mid-restart), this file will NOT re-deliver automatically \u2014 confirm receipt or resend it once the contact is confirmed back.`,u):Je(`${l} sent to "${r}" over the upgraded end-to-end session (wire_id ${u.wireId}).`,u);case"introduced":return Je(u.text,u);default:return Je(`${l} sent to "${r}" (wire_id ${u.wireId}).`,u)}})),t.tool("get_messages","Fetch the oldest unread messages for the bound identity and atomically mark that bounded batch read. Defaults to 50 and returns at most 200, plus the remaining unread count. Bodies remain available through persistent list_history/get_history_item. Read receipts are best-effort after the local read commit; there is no defer, outbox, fallback, or automatic retry.",{limit:P.number().int().min(1).max(200).optional().describe("Batch size from 1 to 200 (default 50).")},async({limit:r})=>ee(e(),n=>n.getMessages({limit:r}),n=>{let o={count:n.messages.length,messages:n.messages,remaining:n.remaining};return{content:[{type:"text",text:JSON.stringify(o,null,2)}],structuredContent:o,isError:!1}}))}function cy(t,e){t.tool("set_bio","Set the bound identity's profile bio (free text). For a role, the bio is embedded in the invites it generates. For the root identity, the refreshed profile is re-pinned into every role so future role invites carry the update.",{bio:P.string().describe("The new bio text (empty string clears it).")},async({bio:r})=>ee(e(),n=>n.setBio({bio:r}),n=>{let o=n.rolesRefreshed>0?` Root profile refreshed in ${n.rolesRefreshed} role(s).`:"";return D(`Updated the bio of "${n.identity}".${o}`)})),t.tool("advertise_migrate","Enable the e2e-migration capability (core.e2e.migrate) at runtime on the bound identity and proactively offer migration to every already-known eligible e2e contact. This is the staged-advertise trigger: an identity booted WITHOUT the migrate cap (so it forms a plain e2e session first) calls this to start the SAME migrations a default-cap boot would \u2014 closing the already-e2e-pair gap where a pinned pair with no inbound traffic would otherwise never migrate. Idempotent: re-enabling is a no-op for the cap, and the offer election stays fail-closed. Returns how many migration offers were initiated.",{},async()=>ee(e(),r=>r.advertiseMigrate(),({wasAdvertising:r,advertising:n,offers:o})=>D(`advertise_migrate: core.e2e.migrate ${n?"advertised":"NOT advertised"}${r?" (already advertising \u2014 cap unchanged)":""}; ${o} migration offer(s) initiated to eligible e2e contact(s).`))),t.tool("set_persona","Set the bound identity's local operating contract (persona, free text). The persona is how the agent behaves when it adopts this identity; it is NEVER shared via invites \u2014 only via the control-plane cluster registry. An agent must ask the user before adopting a persona. Empty string clears it.",{persona:P.string().describe("The new persona text (empty string clears it).")},async({persona:r})=>ee(e(),n=>n.setPersona({persona:r}),n=>D(`Updated the persona of "${n.identity}".`)))}function zC(t,e,r){let n=new oi({name:"ours",version:e},{capabilities:{logging:{}}}),o=()=>t;return iy(n,o,r),Bg(n,o),cy(n,o),ay(n,o),Xg(n,o),ry(n,o),n}export{zC as createOursMcpServer};
68
+ WARNING: the item was not stored in this identity's local history. Delivery and local history are not transactional; there is no fallback or automatic retry.`:"";return{content:[{type:"text",text:`${t}${n}`}],structuredContent:{outcome:e},isError:r}}function Sy(t,e){t.tool("send_message","Send an end-to-end-encrypted message to a known contact (by name or container id). If the recipient is not a contact yet, the connection is established automatically when possible: an intra-root sibling (a role under the same root) connects via its delegation cert, and an identity published in the host-local contact book connects via a registrar introduction \u2014 either way the message is delivered with the introduction, no invite needed. To reply to a specific message, pass reply_to_wire_id (from get_messages or list_history) and optionally reply_to_sentence (1-based index of the sentence you are answering). Requires a bound identity.",{contact:P.string().min(1).describe("Contact name or container id to send to."),text:P.string().min(1).describe("The message text."),reply_to_wire_id:P.string().optional().describe("wire_id (from get_messages or list_history) of the message this replies to."),reply_to_sentence:P.number().int().positive().optional().describe("Optional 1-based sentence index in the replied-to message.")},async({contact:r,text:n,reply_to_wire_id:o,reply_to_sentence:s})=>ee(e(),i=>i.sendMessage({contact:r,text:n,reply_to_wire_id:o,reply_to_sentence:s}),i=>{switch(i.kind){case"refused":return We(`Couldn't send to "${r}" (wire_id ${i.wireId}): their end-to-end encryption must be re-established after an upgrade before messages can go through. It was NOT sent and NOT downgraded to the old channel \u2014 the system re-offers the upgrade automatically; try again shortly.`,i,!0);case"migrating":return We(`Message queued for "${r}" (wire_id ${i.wireId}) \u2014 an encryption upgrade is completing; it will send automatically the moment the migration goes active (${i.queued} message${i.queued===1?"":"s"} queued).`,i);case"e2e":return i.notRetained?We(`Message sent to "${r}" over the end-to-end session (wire_id ${i.wireId}) \u2014 WARNING: the message body exceeds the redrive budget, so it is NOT retained for automatic resend. If the recipient loses its session, this message will NOT re-deliver automatically \u2014 confirm receipt or resend once the contact is confirmed back.`,i):We(`Message sent to "${r}" over the upgraded end-to-end session (wire_id ${i.wireId}).`,i);case"deferred":return We(`Message queued for "${r}" (wire_id ${i.wireId}) \u2014 the contact's encryption keys are being re-established after an upgrade (contact restore in progress); delivery is automatic once restored (${i.queued} message${i.queued===1?"":"s"} queued).`,i);case"introduced":return We(i.text,i);default:return We(`Message sent to "${r}" (wire_id ${i.wireId}).`,i)}})),t.tool("send_file","Send a file to a known contact (by name or container id). Provide EITHER `path` (the connector reads it as your OS user) OR `data_base64` + `filename` (inline bytes). Files and text are distinct messages \u2014 to caption a file, also send_message. Requires a bound identity.",{contact:P.string().min(1).describe("Contact name or container id to send to."),path:P.string().min(1).optional().describe("Filesystem path to the file to send (preferred). Read by the ours connector as YOUR OS user, then streamed to the daemon."),data_base64:P.string().min(1).optional().describe("Inline file bytes, base64-encoded (alternative to path)."),filename:P.string().min(1).optional().describe("Filename to advertise (required with data_base64; defaults to basename of path)."),mime:P.string().optional().describe("MIME type (inferred from the path extension when omitted)."),reply_to_wire_id:P.string().optional().describe("wire_id (from unread or persistent-history tools) this file replies to."),reply_to_sentence:P.number().int().positive().optional().describe("Optional 1-based sentence index in the replied-to item.")},async({contact:r,path:n,data_base64:o,filename:s,mime:i,reply_to_wire_id:a,reply_to_sentence:c})=>ee(e(),async u=>{if(!n)return u.sendFile({contact:r,data_base64:o,filename:s,mime:i,reply_to_wire_id:a,reply_to_sentence:c});let l=mP(n),d;try{d=pP(l)}catch(f){throw hP(String(f))}let h=await u.uploadFile(new Uint8Array(d),{filename:s??fP(l),mime:i});return u.sendFile({contact:r,upload_id:h.upload_id,filename:s,mime:i,reply_to_wire_id:a,reply_to_sentence:c})},u=>{let l=`File "${u.filename}" (${u.bytes} B${u.mime?`, ${u.mime}`:""})`;switch(u.kind){case"refused":return We(`Couldn't send ${l} to "${r}" (wire_id ${u.wireId}): their end-to-end encryption must be re-established after an upgrade first. It was NOT sent and NOT downgraded; the system re-offers the upgrade automatically \u2014 try again shortly.`,u,!0);case"migrating":return We(`${l} not sent to "${r}" yet \u2014 an encryption upgrade is completing; retry the file once the migration goes active (files aren't auto-queued like messages).`,u,!0);case"e2e":return u.notRetained?We(`${l} sent to "${r}" over the end-to-end session (wire_id ${u.wireId}) \u2014 WARNING: the file exceeds the 2 MiB redrive budget, so it is NOT retained for automatic resend. If the recipient loses its session (e.g. it was mid-restart), this file will NOT re-deliver automatically \u2014 confirm receipt or resend it once the contact is confirmed back.`,u):We(`${l} sent to "${r}" over the upgraded end-to-end session (wire_id ${u.wireId}).`,u);case"introduced":return We(u.text,u);default:return We(`${l} sent to "${r}" (wire_id ${u.wireId}).`,u)}})),t.tool("get_messages","Fetch the oldest unread messages for the bound identity and atomically mark that bounded batch read. Defaults to 50 and returns at most 200, plus the remaining unread count. Bodies remain available through persistent list_history/get_history_item. Read receipts are best-effort after the local read commit; there is no defer, outbox, fallback, or automatic retry.",{limit:P.number().int().min(1).max(200).optional().describe("Batch size from 1 to 200 (default 50).")},async({limit:r})=>ee(e(),n=>n.getMessages({limit:r}),n=>{let o={count:n.messages.length,messages:n.messages,remaining:n.remaining};return{content:[{type:"text",text:JSON.stringify(o,null,2)}],structuredContent:o,isError:!1}}))}function zy(t,e){t.tool("set_bio","Set the bound identity's profile bio (free text). For a role, the bio is embedded in the invites it generates. For the root identity, the refreshed profile is re-pinned into every role so future role invites carry the update.",{bio:P.string().describe("The new bio text (empty string clears it).")},async({bio:r})=>ee(e(),n=>n.setBio({bio:r}),n=>{let o=n.rolesRefreshed>0?` Root profile refreshed in ${n.rolesRefreshed} role(s).`:"";return q(`Updated the bio of "${n.identity}".${o}`)})),t.tool("advertise_migrate","Enable the e2e-migration capability (core.e2e.migrate) at runtime on the bound identity and proactively offer migration to every already-known eligible e2e contact. This is the staged-advertise trigger: an identity booted WITHOUT the migrate cap (so it forms a plain e2e session first) calls this to start the SAME migrations a default-cap boot would \u2014 closing the already-e2e-pair gap where a pinned pair with no inbound traffic would otherwise never migrate. Idempotent: re-enabling is a no-op for the cap, and the offer election stays fail-closed. Returns how many migration offers were initiated.",{},async()=>ee(e(),r=>r.advertiseMigrate(),({wasAdvertising:r,advertising:n,offers:o})=>q(`advertise_migrate: core.e2e.migrate ${n?"advertised":"NOT advertised"}${r?" (already advertising \u2014 cap unchanged)":""}; ${o} migration offer(s) initiated to eligible e2e contact(s).`))),t.tool("set_persona","Set the bound identity's local operating contract (persona, free text). The persona is how the agent behaves when it adopts this identity; it is NEVER shared via invites \u2014 only via the control-plane cluster registry. An agent must ask the user before adopting a persona. Empty string clears it.",{persona:P.string().describe("The new persona text (empty string clears it).")},async({persona:r})=>ee(e(),n=>n.setPersona({persona:r}),n=>q(`Updated the persona of "${n.identity}".`)))}function GC(t,e,r){let n=new ui({name:"ours",version:e},{capabilities:{logging:{}}}),o=()=>t;return ky(n,o,r),ly(n,o),zy(n,o),Sy(n,o),gy(n,o),by(n,o),n}export{GC as createOursMcpServer};