@ours.network/mcp 1.0.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/server.js CHANGED
@@ -1,13 +1,13 @@
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
1
+ var Ry=Object.create;var hi=Object.defineProperty;var Iy=Object.getOwnPropertyDescriptor;var Oy=Object.getOwnPropertyNames;var Cy=Object.getPrototypeOf,Ny=Object.prototype.hasOwnProperty;var z=(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})},Zy=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Oy(e))!Ny.call(t,o)&&o!==r&&hi(t,o,{get:()=>e[o],enumerable:!(n=Iy(e,o))||n.enumerable});return t};var od=(t,e,r)=>(r=t!=null?Ry(Cy(t)):{},Zy(e||!t||!t.__esModule?hi(r,"default",{value:t,enumerable:!0}):r,t));var Bn=z(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 em(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._=em;var Yc=new rt("+");function tm(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 Z$(r),new rt(r)}te.str=tm;function Xc(t,e){e instanceof rt?t.push(...e._items):e instanceof xr?t.push(e):t.push(M$(e))}te.addCodeArg=Xc;function Z$(t){let e=1;for(;e<t.length-1;){if(t[e]===Yc){let r=A$(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function A$(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 j$(t,e){return e.emptyStr()?t:t.emptyStr()?e:tm`${t}${e}`}te.strConcat=j$;function M$(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:Hn(Array.isArray(t)?t.join(","):t)}function D$(t){return new rt(Hn(t))}te.stringify=D$;function Hn(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}te.safeStringify=Hn;function q$(t){return typeof t=="string"&&te.IDENTIFIER.test(t)?new rt(`.${t}`):em`[${t}]`}te.getProperty=q$;function L$(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=L$;function F$(t){return new rt(t.toString())}te.regexpCode=F$});var tu=z(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 U$=(0,Le._)`\n`,eu=class extends ks{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?U$: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=z(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 X=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 X._Code(">"),GTE:new X._Code(">="),LT:new X._Code("<"),LTE:new X._Code("<="),EQ:new X._Code("==="),NEQ:new X._Code("!=="),NOT:new X._Code("!"),OR:new X._Code("||"),AND:new X._Code("&&"),ADD:new X._Code("+")};var 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 X._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 X.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=Xr(this.rhs,e,r),this}get names(){let e=this.lhs instanceof X.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 X._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)||(V$(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(rm(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!==X.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,X.addCodeArg)(r,o));return r.push("}"),new X._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 X.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,X._)`${i}.length`,a=>{this.var(s,(0,X._)`${i}[${a}]`),n(s)})}return this._for(new 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,X._)`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=X.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 X._CodeOrName?kr(t,e.names):t}function Xr(t,e,r){if(t instanceof X.Name)return n(t);if(!o(t))return t;return new X._Code(t._items.reduce((s,i)=>(i instanceof X.Name&&(i=n(i)),i instanceof X._Code?s.push(...i._items):s.push(i),s),[]));function n(s){let i=r[s.str];return i===void 0||e[s.str]!==1?s:(delete e[s.str],i)}function o(s){return s instanceof X._Code&&s._items.some(i=>i instanceof X.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function V$(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function rm(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,X._)`!${fu(t)}`}H.not=rm;var H$=nm(H.operators.AND);function B$(...t){return t.reduce(H$)}H.and=B$;var J$=nm(H.operators.OR);function K$(...t){return t.reduce(J$)}H.or=K$;function nm(t){return(e,r)=>e===X.nil?r:r===X.nil?e:(0,X._)`${fu(e)} ${t} ${fu(r)}`}function fu(t){return t instanceof X.Name?t:(0,X._)`(${t})`}});var Q=z(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(),W$=Bn();function G$(t){let e={};for(let r of t)e[r]=!0;return e}B.toHash=G$;function Y$(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(im(t,e),!am(e,t.self.RULES.all))}B.alwaysValidSchema=Y$;function im(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]||lm(t,`unknown keyword: "${s}"`)}B.checkUnknownRules=im;function am(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}B.schemaHasRules=am;function X$(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=X$;function Q$({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=Q$;function ew(t){return cm(decodeURIComponent(t))}B.unescapeFragment=ew;function tw(t){return encodeURIComponent(hu(t))}B.escapeFragment=tw;function hu(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}B.escapeJsonPointer=hu;function cm(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}B.unescapeJsonPointer=cm;function rw(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}B.eachItem=rw;function om({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:om({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:um}),items:om({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 um(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=um;function gu(t,e,r){Object.keys(r).forEach(n=>t.assign((0,se._)`${e}${(0,se.getProperty)(n)}`,!0))}B.setEvaluated=gu;var sm={};function nw(t,e){return t.scopeValue("func",{ref:e,code:sm[e.code]||(sm[e.code]=new W$._Code(e.code))})}B.useFunc=nw;var mu;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(mu||(B.Type=mu={}));function ow(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=ow;function lm(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=lm});var It=z(yu=>{"use strict";Object.defineProperty(yu,"__esModule",{value:!0});var Pe=V(),sw={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=sw});var Xn=z(Ee=>{"use strict";Object.defineProperty(Ee,"__esModule",{value:!0});Ee.extendErrors=Ee.resetErrorsCount=Ee.reportExtraError=Ee.reportError=Ee.keyword$DataError=Ee.keywordError=void 0;var ee=V(),Rs=Q(),Ze=It();Ee.keywordError={message:({keyword:t})=>(0,ee.str)`must pass "${t}" keyword validation`};Ee.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,ee.str)`"${t}" keyword must be ${e} ($data)`:(0,ee.str)`"${t}" keyword is invalid ($data)`};function iw(t,e=Ee.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=fm(t,e,r);n??(i||a)?dm(s,c):pm(o,(0,ee._)`[${c}]`)}Ee.reportError=iw;function aw(t,e=Ee.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=fm(t,e,r);dm(o,a),s||i||pm(n,Ze.default.vErrors)}Ee.reportExtraError=aw;function cw(t,e){t.assign(Ze.default.errors,e),t.if((0,ee._)`${Ze.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,ee._)`${Ze.default.vErrors}.length`,e),()=>t.assign(Ze.default.vErrors,null)))}Ee.resetErrorsCount=cw;function uw({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,ee._)`${Ze.default.vErrors}[${a}]`),t.if((0,ee._)`${i}.instancePath === undefined`,()=>t.assign((0,ee._)`${i}.instancePath`,(0,ee.strConcat)(Ze.default.instancePath,s.errorPath))),t.assign((0,ee._)`${i}.schemaPath`,(0,ee.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,ee._)`${i}.schema`,r),t.assign((0,ee._)`${i}.data`,n))})}Ee.extendErrors=uw;function dm(t,e){let r=t.const("err",e);t.if((0,ee._)`${Ze.default.vErrors} === null`,()=>t.assign(Ze.default.vErrors,(0,ee._)`[${r}]`),(0,ee._)`${Ze.default.vErrors}.push(${r})`),t.code((0,ee._)`${Ze.default.errors}++`)}function pm(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,ee._)`new ${t.ValidationError}(${e})`):(r.assign((0,ee._)`${n}.errors`,e),r.return(!1))}var Sr={keyword:new ee.Name("keyword"),schemaPath:new ee.Name("schemaPath"),params:new ee.Name("params"),propertyName:new ee.Name("propertyName"),message:new ee.Name("message"),schema:new ee.Name("schema"),parentSchema:new ee.Name("parentSchema")};function fm(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,ee._)`{}`:lw(t,e,r)}function lw(t,e,r={}){let{gen:n,it:o}=t,s=[dw(o,r),pw(t,r)];return fw(t,e,s),n.object(...s)}function dw({errorPath:t},{instancePath:e}){let r=e?(0,ee.str)`${t}${(0,Rs.getErrorPath)(e,Rs.Type.Str)}`:t;return[Ze.default.instancePath,(0,ee.strConcat)(Ze.default.instancePath,r)]}function pw({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,ee.str)`${e}/${t}`;return r&&(o=(0,ee.str)`${o}${(0,Rs.getErrorPath)(r,Rs.Type.Str)}`),[Sr.schemaPath,o]}function fw(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,ee._)`{}`]),c.messages&&n.push([Sr.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([Sr.schema,i],[Sr.parentSchema,(0,ee._)`${l}${d}`],[Ze.default.data,s]),u&&n.push([Sr.propertyName,u])}});var hm=z(Qr=>{"use strict";Object.defineProperty(Qr,"__esModule",{value:!0});Qr.boolOrEmptySchema=Qr.topBoolOrEmptySchema=void 0;var mw=Xn(),hw=V(),gw=It(),yw={message:"boolean schema is false"};function _w(t){let{gen:e,schema:r,validateName:n}=t;r===!1?mm(t,!1):typeof r=="object"&&r.$async===!0?e.return(gw.default.data):(e.assign((0,hw._)`${n}.errors`,null),e.return(!0))}Qr.topBoolOrEmptySchema=_w;function vw(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),mm(t)):r.var(e,!0)}Qr.boolOrEmptySchema=vw;function mm(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,mw.reportError)(o,yw,void 0,e)}});var _u=z(en=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});en.getRules=en.isJSONType=void 0;var bw=["string","number","integer","boolean","null","object","array"],xw=new Set(bw);function $w(t){return typeof t=="string"&&xw.has(t)}en.isJSONType=$w;function ww(){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=ww});var vu=z(Vt=>{"use strict";Object.defineProperty(Vt,"__esModule",{value:!0});Vt.shouldUseRule=Vt.shouldUseGroup=Vt.schemaHasRulesForType=void 0;function kw({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&gm(t,n)}Vt.schemaHasRulesForType=kw;function gm(t,e){return e.rules.some(r=>ym(t,r))}Vt.shouldUseGroup=gm;function ym(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=ym});var Qn=z(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=_u(),zw=vu(),Tw=Xn(),F=V(),_m=Q(),tn;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(tn||(Re.DataType=tn={}));function Pw(t){let e=vm(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=Pw;function vm(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=vm;function Ew(t,e){let{gen:r,data:n,opts:o}=t,s=Rw(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,zw.schemaHasRulesForType)(t,e[0]));if(i){let a=xu(e,n,o.strictNumbers,tn.Wrong);r.if(a,()=>{s.length?Iw(t,e,s):$u(t)})}return i}Re.coerceAndCheckDataType=Ew;var bm=new Set(["string","number","integer","boolean","null"]);function Rw(t,e){return e?t.filter(r=>bm.has(r)||e==="array"&&r==="array"):[]}function Iw(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)(bm.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),Ow(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
3
  || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,F._)`+${o}`);return;case"integer":n.elseIf((0,F._)`${i} === "boolean" || ${o} === null
4
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},
5
+ || ${i} === "boolean" || ${o} === null`).assign(a,(0,F._)`[${o}]`)}}}function Ow({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,_m.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 Cw={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=Nw(t);(0,Tw.reportError)(e,Cw)}Re.reportTypeError=$u;function Nw(t){let{gen:e,data:r,schema:n}=t,o=(0,_m.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var $m=z(Is=>{"use strict";Object.defineProperty(Is,"__esModule",{value:!0});Is.assignDefaults=void 0;var rn=V(),Zw=Q();function Aw(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)xm(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>xm(t,s,o.default))}Is.assignDefaults=Aw;function xm(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,Zw.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=z(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=Q(),Ht=It(),jw=Q();function Mw(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=Mw;function Dw({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=Dw;function qw(t,e){t.setParams({missingProperty:e},!0),t.error()}oe.reportMissingProp=qw;function wm(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,le._)`Object.prototype.hasOwnProperty`})}oe.hasPropFunc=wm;function ku(t,e,r){return(0,le._)`${wm(t)}.call(${e}, ${r})`}oe.isOwnProperty=ku;function Lw(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=Lw;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 km(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}oe.allSchemaProperties=km;function Fw(t,e){return km(e).filter(r=>!(0,wu.alwaysValidSchema)(t,e[r]))}oe.schemaProperties=Fw;function Uw({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=Uw;var Vw=(0,le._)`new RegExp`;function Hw({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"?Vw:(0,jw.useFunc)(t,o)}(${r}, ${n})`})}oe.usePattern=Hw;function Bw(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=Bw;function Jw(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=Jw});var Tm=z(vt=>{"use strict";Object.defineProperty(vt,"__esModule",{value:!0});vt.validateKeywordUsage=vt.validSchemaType=vt.funcKeywordCode=vt.macroKeywordCode=void 0;var Ae=V(),zr=It(),Kw=nt(),Ww=Xn();function Gw(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=zm(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=Gw;function Yw(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;Qw(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,l=zm(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&&Sm(t),g(()=>t.error());else{let b=e.async?f():p();e.modifying&&Sm(t),g(()=>Xw(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,Kw.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=Yw;function Sm(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Ae._)`${n.parentData}[${n.parentDataProperty}]`))}function Xw(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,Ww.extendErrors)(t)},()=>t.error())}function Qw({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function zm(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 e0(t,e,r=!1){return!e.length||e.some(n=>n==="array"?Array.isArray(t):n==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==n||r&&typeof t>"u")}vt.validSchemaType=e0;function t0({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=t0});var Em=z(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.extendSubschemaMode=Bt.extendSubschemaData=Bt.getSubschema=void 0;var bt=V(),Pm=Q();function r0(t,{keyword:e,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let a=t.schema[e];return r===void 0?{schema:a,schemaPath:(0,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,Pm.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=r0;function n0(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,Pm.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=n0;function o0(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:s}){n!==void 0&&(t.compositeRule=n),o!==void 0&&(t.createErrors=o),s!==void 0&&(t.allErrors=s),t.jtdDiscriminator=e,t.jtdMetadata=r}Bt.extendSubschemaMode=o0});var zu=z((N1,Rm)=>{"use strict";Rm.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 Om=z((Z1,Im)=>{"use strict";var Jt=Im.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+"/"+s0(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 s0(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var eo=z(Ue=>{"use strict";Object.defineProperty(Ue,"__esModule",{value:!0});Ue.getSchemaRefs=Ue.resolveUrl=Ue.normalizeId=Ue._getFullPath=Ue.getFullPath=Ue.inlineRef=void 0;var i0=Q(),a0=zu(),c0=Om(),u0=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function l0(t,e=!0){return typeof t=="boolean"?!0:e===!0?!Tu(t):e?Cm(t)<=e:!1}Ue.inlineRef=l0;var d0=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Tu(t){for(let e in t){if(d0.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 Cm(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!u0.has(r)&&(typeof t[r]=="object"&&(0,i0.eachItem)(t[r],n=>e+=Cm(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 Zm(t,n)}Ue.getFullPath=Nm;function Zm(t,e){return t.serialize(e).split("#")[0]+"#"}Ue._getFullPath=Zm;var p0=/#\/?$/;function nn(t){return t?t.replace(p0,""):""}Ue.normalizeId=nn;function f0(t,e,r){return r=nn(r),t.resolve(e,r)}Ue.resolveUrl=f0;var m0=/^[a-z_][-a-z0-9._]*$/i;function h0(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 c0(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(!m0.test(w))throw new Error(`invalid anchor "${w}"`);b.call(this,`#${w}`)}}}),a;function u(d,h,f){if(h!==void 0&&!a0(d,h))throw l(f)}function l(d){return new Error(`reference "${d}" resolves to more than one schema`)}}Ue.getSchemaRefs=h0});var no=z(Kt=>{"use strict";Object.defineProperty(Kt,"__esModule",{value:!0});Kt.getData=Kt.KeywordCxt=Kt.validateFunctionCode=void 0;var qm=hm(),Am=Qn(),Eu=vu(),Cs=Qn(),g0=$m(),ro=Tm(),Pu=Em(),C=V(),D=It(),y0=eo(),Ot=Q(),to=Xn();function _0(t){if(Um(t)&&(Vm(t),Fm(t))){x0(t);return}Lm(t,()=>(0,qm.topBoolOrEmptySchema)(t))}Kt.validateFunctionCode=_0;function Lm({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,C._)`${D.default.data}, ${D.default.valCxt}`,n.$async,()=>{t.code((0,C._)`"use strict"; ${jm(r,o)}`),b0(t,o),t.code(s)}):t.func(e,(0,C._)`${D.default.data}, ${v0(o)}`,n.$async,()=>t.code(jm(r,o)).code(s))}function v0(t){return(0,C._)`{${D.default.instancePath}="", ${D.default.parentData}, ${D.default.parentDataProperty}, ${D.default.rootData}=${D.default.data}${t.dynamicRef?(0,C._)`, ${D.default.dynamicAnchors}={}`:C.nil}}={}`}function b0(t,e){t.if(D.default.valCxt,()=>{t.var(D.default.instancePath,(0,C._)`${D.default.valCxt}.${D.default.instancePath}`),t.var(D.default.parentData,(0,C._)`${D.default.valCxt}.${D.default.parentData}`),t.var(D.default.parentDataProperty,(0,C._)`${D.default.valCxt}.${D.default.parentDataProperty}`),t.var(D.default.rootData,(0,C._)`${D.default.valCxt}.${D.default.rootData}`),e.dynamicRef&&t.var(D.default.dynamicAnchors,(0,C._)`${D.default.valCxt}.${D.default.dynamicAnchors}`)},()=>{t.var(D.default.instancePath,(0,C._)`""`),t.var(D.default.parentData,(0,C._)`undefined`),t.var(D.default.parentDataProperty,(0,C._)`undefined`),t.var(D.default.rootData,D.default.data),e.dynamicRef&&t.var(D.default.dynamicAnchors,(0,C._)`{}`)})}function x0(t){let{schema:e,opts:r,gen:n}=t;Lm(t,()=>{r.$comment&&e.$comment&&Bm(t),z0(t),n.let(D.default.vErrors,null),n.let(D.default.errors,0),r.unevaluated&&$0(t),Hm(t),E0(t)})}function $0(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,C._)`${r}.evaluated`),e.if((0,C._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,C._)`${t.evaluated}.props`,(0,C._)`undefined`)),e.if((0,C._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,C._)`${t.evaluated}.items`,(0,C._)`undefined`))}function jm(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,C._)`/*# sourceURL=${r} */`:C.nil}function w0(t,e){if(Um(t)&&(Vm(t),Fm(t))){k0(t,e);return}(0,qm.boolOrEmptySchema)(t,e)}function Fm({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 Um(t){return typeof t.schema!="boolean"}function k0(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&Bm(t),T0(t),P0(t);let s=n.const("_errs",D.default.errors);Hm(t,s),n.var(e,(0,C._)`${s} === ${D.default.errors}`)}function Vm(t){(0,Ot.checkUnknownRules)(t),S0(t)}function Hm(t,e){if(t.opts.jtd)return Mm(t,[],!1,e);let r=(0,Am.getSchemaTypes)(t.schema),n=(0,Am.coerceAndCheckDataType)(t,r);Mm(t,r,!n,e)}function S0(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 z0(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 T0(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,y0.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function P0(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function Bm({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,C._)`${D.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,C.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,C._)`${D.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function E0(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,C._)`${D.default.errors} === 0`,()=>e.return(D.default.data),()=>e.throw((0,C._)`new ${o}(${D.default.vErrors})`)):(e.assign((0,C._)`${n}.errors`,D.default.vErrors),s.unevaluated&&R0(t),e.return((0,C._)`${D.default.errors} === 0`))}function R0({gen:t,evaluated:e,props:r,items:n}){r instanceof C.Name&&t.assign((0,C._)`${e}.props`,r),n instanceof C.Name&&t.assign((0,C._)`${e}.items`,n)}function Mm(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(()=>Km(t,"$ref",l.all.$ref.definition));return}c.jtd||I0(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,Cs.checkDataType)(h.type,i,c.strictNumbers)),Dm(t,h),e.length===1&&e[0]===h.type&&r&&(o.else(),(0,Cs.reportTypeError)(t)),o.endIf()):Dm(t,h),a||o.if((0,C._)`${D.default.errors} === ${n||0}`))}}function Dm(t,e){let{gen:r,schema:n,opts:{useDefaults:o}}=t;o&&(0,g0.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,Eu.shouldUseRule)(n,s)&&Km(t,s.keyword,s.definition,e.type)})}function I0(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(O0(t,e),t.opts.allowUnionTypes||C0(t,e),N0(t,t.dataTypes))}function O0(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{Jm(t.dataTypes,r)||Ru(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),A0(t,e)}}function C0(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Ru(t,"use allowUnionTypes to allow union type keyword")}function N0(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=>Z0(e,i))&&Ru(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function Z0(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function Jm(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function A0(t,e){let r=[];for(let n of t.dataTypes)Jm(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 Ns=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",Wm(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,C.not)(e),r,n)}failResult(e,r,n){this.gen.if(e),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,C.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,C._)`${r} !== undefined && (${(0,C.or)(this.invalid$data(),e)})`)}error(e,r,n){if(r){this.setParams(r),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,r){(e?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=C.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=C.nil,r=C.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,C.or)((0,C._)`${o} === undefined`,r)),e!==C.nil&&n.assign(e,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==C.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,C.or)(i(),a());function i(){if(n.length){if(!(r instanceof C.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,C._)`${(0,Cs.checkDataTypes)(c,r,s.opts.strictNumbers,Cs.DataType.Wrong)}`}return C.nil}function a(){if(o.validateSchema){let c=e.scopeValue("validate$data",{ref:o.validateSchema});return(0,C._)`!${c}(${r})`}return C.nil}}subschema(e,r){let n=(0,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 w0(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,C.Name)),!0}};Kt.KeywordCxt=Ns;function Km(t,e,r,n){let o=new Ns(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 j0=/^\/(?:[^~]|~0|~1)*$/,M0=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Wm(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return D.default.rootData;if(t[0]==="/"){if(!j0.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=D.default.rootData}else{let u=M0.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let l=+u[1];if(o=u[2],o==="#"){if(l>=e)throw new Error(c("property/index",l));return n[e-l]}if(l>e)throw new Error(c("data",l));if(s=r[e-l],!o)return s}let i=s,a=o.split("/");for(let u of a)u&&(s=(0,C._)`${s}${(0,C.getProperty)((0,Ot.unescapeJsonPointer)(u))}`,i=(0,C._)`${i} && ${s}`);return i;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${e}`}}Kt.getData=Wm});var Zs=z(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=z(Zu=>{"use strict";Object.defineProperty(Zu,"__esModule",{value:!0});var Cu=eo(),Nu=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Cu.resolveUrl)(e,r,n),this.missingSchema=(0,Cu.normalizeId)((0,Cu.getFullPath)(e,this.missingRef))}};Zu.default=Nu});var js=z(ot=>{"use strict";Object.defineProperty(ot,"__esModule",{value:!0});ot.resolveSchema=ot.getCompilingSchema=ot.resolveRef=ot.compileSchema=ot.SchemaEnv=void 0;var dt=V(),D0=Zs(),Tr=It(),pt=eo(),Gm=Q(),q0=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=Ym.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:D0.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,q0.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 L0(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=V0.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]=F0.call(this,s)}ot.resolveRef=L0;function F0(t){return(0,pt.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:ju.call(this,t)}function Ym(t){for(let e of this._compilations)if(U0(e,t))return e}ot.getCompilingSchema=Ym;function U0(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function V0(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 H0=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,Gm.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!H0.has(a)&&u&&(e=(0,pt.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,Gm.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 Xm=z((L1,B0)=>{B0.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=z((F1,sh)=>{"use strict";var J0=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),eh=RegExp.prototype.test.bind(/^[A-Za-z0-9\-._~!$&'()*+,;=:@/]$/u),Lu=RegExp.prototype.test.bind(/^[A-Za-z0-9\-._~!$&'()*+,;=:@/?]$/u),K0=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 W0(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 G0=RegExp.prototype.test.bind(/^[\dA-Fa-f]{1,4}$/),Y0=RegExp.prototype.test.bind(/^[vV][\dA-Fa-f]+\.[A-Za-z\d\-._~!$&'()*+,;=:]+$/),X0=RegExp.prototype.test.bind(/^[A-Za-z\d\-._~]$/),Q0=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function ek(t){if(t.length===0)return!1;for(let e=0;e<t.length;e++)if(!X0(t[e])){if(t[e]==="%"&&e+2<t.length&&Pr(t.slice(e+1,e+3))){e+=2;continue}return!1}return!0}function Qm(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 tk(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(!G0(c))return;o[a]=parseInt(c,16).toString(16),s++}if(e===-1)return s!==8?void 0:Qm(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 Qm(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&&Y0(n))return n=n.toLowerCase(),{host:`[${n}]`,escapedHost:n,isIPV6:!1,isIPVFuture:!0};if(rk(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),!ek(o))return{host:t,isIPV6:!1,error:!0};n=n.slice(0,s)}let i=tk(n);return i===void 0?{host:t,isIPV6:!1,error:!0}:{host:i+(o?"%"+o:""),escapedHost:i+(o?"%25"+o:""),isIPV6:!0}}function rk(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function nk(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 ok={"@":"%40","/":"%2F","?":"%3F","#":"%23",":":"%3A"},sk=/[@/?#:]/g,ik=/[@/?#]/g;function th(t,e){let r=e?ik:sk;return r.lastIndex=0,t.replace(r,n=>ok[n])}function rh(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 ak(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(eh(n))e+=n;else{let o=t.charCodeAt(r);if(o<128)e+=oh(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 ck(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),eh(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 nh(t){return Fu(t,K0)}function uk(t){return Fu(t,Lu)}function lk(t){return Fu(t,Lu)}function oh(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 dk(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+=oh(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 pk(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 fk(t){let e=[];if(t.userinfo!==void 0&&(e.push(nh(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=rh(r,!0),n=Mu(r)),n.isIPV6===!0||n.isIPVFuture===!0?r=`[${n.escapedHost}]`:r=th(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}sh.exports={nonSimpleDomain:Q0,recomposeAuthority:fk,reescapeHostDelimiters:th,normalizePercentEncoding:rh,normalizePathEncoding:ak,serializePathEncoding:ck,normalizeQueryFragmentEncoding:dk,encodeUserinfo:nh,encodeQuery:uk,encodeFragment:lk,escapePreservingEscapes:pk,removeDotSegments:nk,isIPv4:Du,isUUID:J0,normalizeIPv6:Mu,stringArrayToHexStripped:W0}});var lh=z((U1,uh)=>{"use strict";var{isUUID:mk}=Uu(),hk=/^([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-./:;=@]|%[\da-f]{2})+)$/iu,gk=["http","https","ws","wss","urn","urn:uuid"];function yk(t){return gk.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 ih(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function ah(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 _k(t){return t.secure=Vu(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function vk(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 bk(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(hk);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 xk(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 $k(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!mk(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function wk(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var ch={scheme:"http",domainHost:!0,parse:ih,serialize:ah},kk={scheme:"https",domainHost:ch.domainHost,parse:ih,serialize:ah},Ms={scheme:"ws",domainHost:!0,parse:_k,serialize:vk},Sk={scheme:"wss",domainHost:Ms.domainHost,parse:Ms.parse,serialize:Ms.serialize},zk={scheme:"urn",parse:bk,serialize:xk,skipNormalize:!0},Tk={scheme:"urn:uuid",parse:$k,serialize:wk,skipNormalize:!0},Ds={http:ch,https:kk,ws:Ms,wss:Sk,urn:zk,"urn:uuid":Tk};Object.setPrototypeOf(Ds,null);function Hu(t){return t&&(Ds[t]||Ds[t.toLowerCase()])||void 0}uh.exports={wsIsSecure:Vu,SCHEMES:Ds,isValidSchemeName:yk,getSchemeHandler:Hu}});var kh=z((V1,Fs)=>{"use strict";var{normalizeIPv6:hh,removeDotSegments:io,recomposeAuthority:Pk,normalizePercentEncoding:gh,normalizePathEncoding:Ek,serializePathEncoding:dh,normalizeQueryFragmentEncoding:ph,encodeQuery:Rk,encodeFragment:Ik,reescapeHostDelimiters:Ok,isIPv4:yh,nonSimpleDomain:Ck}=Uu(),{SCHEMES:_h,getSchemeHandler:Bu}=lh(),vh=/^[A-Za-z][A-Za-z0-9+.-]*$/u,bh="URI scheme is malformed.";function fh(t){let e=unescape(String(t));if(!vh.test(e))throw new TypeError(bh);return e}function Nk(t,e){return typeof t=="string"?t=Fk(t,e):typeof t=="object"&&(t=Ls(Er(t,e),e)),t}function Zk(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=xh(o,l,n,!0),b=Bu(r&&r.scheme||g.scheme),v=g.host,w=v!==void 0&&v!==""&&(yh(v)||hh(v).isIPV6);$h(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 xh(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 Ak(t,e,r){let n=mh(t,r),o=mh(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=fh(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=gh(r.path):r.path=dh(r.path,a)),n.reference!=="suffix"&&r.scheme&&(r.scheme=fh(r.scheme),o.push(r.scheme,":"));let c=Pk(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=dh(u,!0)),c===void 0&&u[0]==="/"&&u[1]==="/"&&(u="/%2F"+u.slice(2)),o.push(u)}return r.query!==void 0&&o.push("?",Rk(r.query)),r.fragment!==void 0&&o.push("#",Ik(r.fragment)),o.join("")}var jk=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u,Mk=/^(?:[^#/:?]+:)?\/\/([^/?#]*)/,Dk=/^(?:[^#/:?]+:)?([/\\\t\n\r]*)/;function qk(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 Lk(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 $h(t,e,r,n){if(!e.unicodeSupport&&(!r||!r.unicodeSupport)&&t.host&&t.host[0]!=="["&&(e.domainHost||r&&r.domainHost)&&n===!1&&Ck(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(Mk);d!==null&&d[1].indexOf("\\")!==-1&&(n.error="URI authority must not contain a literal backslash.",o=!0);let h=t.match(Dk);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(jk);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);vh.test(g)?n.scheme=g.toLowerCase():(n.error=n.error||bh,u=!0)}s=Lk(f),s&&(n.error=n.error||"URI contains malformed percent-encoding."),isNaN(n.port)&&(n.port=f[5]);let p=qk(n,f);if(p!==void 0&&(n.error=n.error||p,o=!0),n.host)if(yh(n.host)===!1){let b=n.host[0]==="["&&n.host[n.host.length-1]==="]",v=hh(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=$h(n,r,m,l),!m||m&&!m.skipNormalize){if(t.indexOf("%")!==-1&&n.host!==void 0&&!c){let g=l?n.host:gh(n.host,!0);n.host=Ok(g,l)}n.path&&(n.path=Ek(n.path)),n.query&&(n.query=ph(n.query)),n.fragment&&(n.fragment=ph(n.fragment))}m&&m.parse&&(m.parse(n,r),m===_h.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 Fk(t,e){return wh(t,e).normalized}function wh(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 mh(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}=wh(r,e);return o||s||i||a||c?void 0:n}var Ju={SCHEMES:_h,normalize:Nk,resolve:Zk,resolveComponent:xh,equal:Ak,serialize:Er,parse:Ls};Fs.exports=Ju;Fs.exports.default=Ju;Fs.exports.fastUri=Ju});var zh=z(Ku=>{"use strict";Object.defineProperty(Ku,"__esModule",{value:!0});var Sh=kh();Sh.code='require("ajv/dist/runtime/uri").default';Ku.default=Sh});var Nh=z(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 Uk=no();Object.defineProperty(Se,"KeywordCxt",{enumerable:!0,get:function(){return Uk.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 Vk=Zs(),Ih=oo(),Hk=_u(),ao=js(),Bk=V(),co=eo(),Us=Qn(),Gu=Q(),Th=Xm(),Jk=zh(),Oh=(t,e)=>new RegExp(t,e);Oh.code="new RegExp";var Kk=["removeAdditional","useDefaults","coerceTypes"],Wk=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),Gk={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."},Yk={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},Ph=200;function Xk(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,Cr,fi;let hn=t.strict,mi=(e=t.code)===null||e===void 0?void 0:e.optimize,rd=mi===!0||mi===void 0?1:mi||0,nd=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:Oh,Ey=(o=t.uriResolver)!==null&&o!==void 0?o:Jk.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:rd,regExp:nd}:{optimize:rd,regExp:nd},loopRequired:(m=t.loopRequired)!==null&&m!==void 0?m:Ph,loopEnum:(g=t.loopEnum)!==null&&g!==void 0?g:Ph,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:(Cr=t.unicodeRegExp)!==null&&Cr!==void 0?Cr:!0,int32range:(fi=t.int32range)!==null&&fi!==void 0?fi:!0,uriResolver:Ey}}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,...Xk(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new Bk.ValueScope({scope:{},prefixes:Wk,es5:r,lines:n}),this.logger=oS(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,Hk.getRules)(),Eh.call(this,Gk,e,"NOT SUPPORTED"),Eh.call(this,Yk,e,"DEPRECATED","warn"),this._metaOpts=rS.call(this),e.formats&&eS.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&tS.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),Qk.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=Th;n==="id"&&(o={...Th},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 Ih.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=Rh.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=Rh.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(iS.call(this,n,r),!r)return(0,Gu.eachItem)(n,s=>Wu.call(this,s)),this;cS.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]=Ch(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=Vk.default;uo.MissingRefError=Ih.default;Se.default=uo;function Eh(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 Rh(t){return t=(0,co.normalizeId)(t),this.schemas[t]||this.refs[t]}function Qk(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function eS(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function tS(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 rS(){let t={...this.opts};for(let e of Kk)delete t[e];return t}var nS={log(){},warn(){},error(){}};function oS(t){if(t===!1)return nS;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 sS=/^[a-z_$][a-z0-9_$:-]*$/i;function iS(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(!sS.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?aS.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 aS(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 cS(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=Ch(e)),t.validateSchema=this.compile(e,!0))}var uS={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Ch(t){return{anyOf:[t,uS]}}});var Zh=z(Yu=>{"use strict";Object.defineProperty(Yu,"__esModule",{value:!0});var lS={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};Yu.default=lS});var Dh=z(Rr=>{"use strict";Object.defineProperty(Rr,"__esModule",{value:!0});Rr.callRef=Rr.getValidate=void 0;var dS=oo(),Ah=nt(),He=V(),an=It(),jh=js(),Vs=Q(),pS={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=jh.resolveRef.call(c,u,o,r);if(l===void 0)throw new dS.default(n.opts.uriResolver,o,r);if(l instanceof jh.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=Mh(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 Mh(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=Mh;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,Ah.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,Ah.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=pS});var qh=z(Xu=>{"use strict";Object.defineProperty(Xu,"__esModule",{value:!0});var fS=Zh(),mS=Dh(),hS=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",fS.default,mS.default];Xu.default=hS});var Lh=z(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}},gS={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}}`},yS={keyword:Object.keys(Js),type:"number",schemaType:"number",$data:!0,error:gS,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,Bs._)`${r} ${Js[e].fail} ${n} || isNaN(${r})`)}};Qu.default=yS});var Fh=z(el=>{"use strict";Object.defineProperty(el,"__esModule",{value:!0});var lo=V(),_S={message:({schemaCode:t})=>(0,lo.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,lo._)`{multipleOf: ${t}}`},vS={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:_S,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=vS});var Vh=z(tl=>{"use strict";Object.defineProperty(tl,"__esModule",{value:!0});function Uh(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=Uh;Uh.code='require("ajv/dist/runtime/ucs2length").default'});var Hh=z(rl=>{"use strict";Object.defineProperty(rl,"__esModule",{value:!0});var Ir=V(),bS=Q(),xS=Vh(),$S={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}}`},wS={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:$S,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,bS.useFunc)(t.gen,xS.default)}(${r})`;t.fail$data((0,Ir._)`${i} ${s} ${n}`)}};rl.default=wS});var Bh=z(nl=>{"use strict";Object.defineProperty(nl,"__esModule",{value:!0});var kS=nt(),SS=Q(),cn=V(),zS={message:({schemaCode:t})=>(0,cn.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,cn._)`{pattern: ${t}}`},TS={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:zS,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,SS.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,kS.usePattern)(t,o);t.fail$data((0,cn._)`!${c}.test(${r})`)}}};nl.default=TS});var Jh=z(ol=>{"use strict";Object.defineProperty(ol,"__esModule",{value:!0});var po=V(),PS={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}}`},ES={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:PS,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=ES});var Kh=z(sl=>{"use strict";Object.defineProperty(sl,"__esModule",{value:!0});var fo=nt(),mo=V(),RS=Q(),IS={message:({params:{missingProperty:t}})=>(0,mo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,mo._)`{missingProperty: ${t}}`},OS={keyword:"required",type:"object",schemaType:"array",$data:!0,error:IS,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,RS.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=OS});var Wh=z(il=>{"use strict";Object.defineProperty(il,"__esModule",{value:!0});var ho=V(),CS={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}}`},NS={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:CS,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=NS});var Ks=z(al=>{"use strict";Object.defineProperty(al,"__esModule",{value:!0});var Gh=zu();Gh.code='require("ajv/dist/runtime/equal").default';al.default=Gh});var Yh=z(ul=>{"use strict";Object.defineProperty(ul,"__esModule",{value:!0});var cl=Qn(),ze=V(),ZS=Q(),AS=Ks(),jS={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}}`},MS={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:jS,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,ZS.useFunc)(e,AS.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=MS});var Xh=z(dl=>{"use strict";Object.defineProperty(dl,"__esModule",{value:!0});var ll=V(),DS=Q(),qS=Ks(),LS={message:"must be equal to constant",params:({schemaCode:t})=>(0,ll._)`{allowedValue: ${t}}`},FS={keyword:"const",$data:!0,error:LS,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,DS.useFunc)(e,qS.default)}(${r}, ${o})`):t.fail((0,ll._)`${s} !== ${r}`)}};dl.default=FS});var Qh=z(pl=>{"use strict";Object.defineProperty(pl,"__esModule",{value:!0});var go=V(),US=Q(),VS=Ks(),HS={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,go._)`{allowedValues: ${t}}`},BS={keyword:"enum",schemaType:"array",$data:!0,error:HS,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,US.useFunc)(e,VS.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=BS});var eg=z(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});var JS=Lh(),KS=Fh(),WS=Hh(),GS=Bh(),YS=Jh(),XS=Kh(),QS=Wh(),ez=Yh(),tz=Xh(),rz=Qh(),nz=[JS.default,KS.default,WS.default,GS.default,YS.default,XS.default,QS.default,ez.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},tz.default,rz.default];fl.default=nz});var hl=z(yo=>{"use strict";Object.defineProperty(yo,"__esModule",{value:!0});yo.validateAdditionalItems=void 0;var Or=V(),ml=Q(),oz={message:({params:{len:t}})=>(0,Or.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Or._)`{limit: ${t}}`},sz={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:oz,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}tg(t,n)}};function tg(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=tg;yo.default=sz});var gl=z(_o=>{"use strict";Object.defineProperty(_o,"__esModule",{value:!0});_o.validateTuple=void 0;var rg=V(),Ws=Q(),iz=nt(),az={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return ng(t,"additionalItems",e);r.items=!0,!(0,Ws.alwaysValidSchema)(r,e)&&t.ok((0,iz.validateArray)(t))}};function ng(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,rg._)`${s}.length`);r.forEach((d,h)=>{(0,Ws.alwaysValidSchema)(a,d)||(n.if((0,rg._)`${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=ng;_o.default=az});var og=z(yl=>{"use strict";Object.defineProperty(yl,"__esModule",{value:!0});var cz=gl(),uz={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,cz.validateTuple)(t,"items")};yl.default=uz});var ig=z(_l=>{"use strict";Object.defineProperty(_l,"__esModule",{value:!0});var sg=V(),lz=Q(),dz=nt(),pz=hl(),fz={message:({params:{len:t}})=>(0,sg.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,sg._)`{limit: ${t}}`},mz={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:fz,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,lz.alwaysValidSchema)(n,e)&&(o?(0,pz.validateAdditionalItems)(t,o):t.ok((0,dz.validateArray)(t)))}};_l.default=mz});var ag=z(vl=>{"use strict";Object.defineProperty(vl,"__esModule",{value:!0});var st=V(),Gs=Q(),hz={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}}`},gz={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:hz,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=gz});var lg=z(xt=>{"use strict";Object.defineProperty(xt,"__esModule",{value:!0});xt.validateSchemaDeps=xt.validatePropertyDeps=xt.error=void 0;var bl=V(),yz=Q(),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 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(`
8
+ deps: ${r}}`};var _z={keyword:"dependencies",type:"object",schemaType:"object",error:xt.error,code(t){let[e,r]=vz(t);cg(t,e),ug(t,r)}};function vz({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 cg(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=cg;function ug(t,e=t.schema){let{gen:r,data:n,keyword:o,it:s}=t,i=r.name("valid");for(let a in e)(0,yz.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=ug;xt.default=_z});var pg=z(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});var dg=V(),bz=Q(),xz={message:"property name must be valid",params:({params:t})=>(0,dg._)`{propertyName: ${t.propertyName}}`},$z={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:xz,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,bz.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,dg.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};xl.default=$z});var wl=z($l=>{"use strict";Object.defineProperty($l,"__esModule",{value:!0});var Ys=nt(),ft=V(),wz=It(),Xs=Q(),kz={message:"must NOT have additional properties",params:({params:t})=>(0,ft._)`{additionalProperty: ${t.additionalProperty}}`},Sz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:kz,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} === ${wz.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=Sz});var hg=z(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});var zz=no(),fg=nt(),kl=Q(),mg=wl(),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&&mg.default.code(new zz.KeywordCxt(s,mg.default,"additionalProperties"));let i=(0,fg.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,fg.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=Tz});var vg=z(zl=>{"use strict";Object.defineProperty(zl,"__esModule",{value:!0});var gg=nt(),Qs=V(),yg=Q(),_g=Q(),Pz={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,gg.allSchemaProperties)(r),c=a.filter(m=>(0,yg.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,_g.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,yg.checkStrictMode)(s,`property ${g} matches pattern ${m} (use allowMatchingProperties)`)}function p(m){e.forIn("key",n,g=>{e.if((0,Qs._)`${(0,gg.usePattern)(t,m)}.test(${g})`,()=>{let b=c.includes(m);b||t.subschema({keyword:"patternProperties",schemaProp:m,dataProp:g,dataPropType:_g.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=Pz});var bg=z(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});var Ez=Q(),Rz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,Ez.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=Rz});var xg=z(Pl=>{"use strict";Object.defineProperty(Pl,"__esModule",{value:!0});var Iz=nt(),Oz={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:Iz.validateUnion,error:{message:"must match a schema in anyOf"}};Pl.default=Oz});var $g=z(El=>{"use strict";Object.defineProperty(El,"__esModule",{value:!0});var ei=V(),Cz=Q(),Nz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,ei._)`{passingSchemas: ${t.passing}}`},Zz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:Nz,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,Cz.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=Zz});var wg=z(Rl=>{"use strict";Object.defineProperty(Rl,"__esModule",{value:!0});var Az=Q(),jz={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,Az.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:i},o);t.ok(o),t.mergeEvaluated(a)})}};Rl.default=jz});var zg=z(Il=>{"use strict";Object.defineProperty(Il,"__esModule",{value:!0});var ti=V(),Sg=Q(),Mz={message:({params:t})=>(0,ti.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,ti._)`{failingKeyword: ${t.ifClause}}`},Dz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:Mz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,Sg.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=kg(n,"then"),s=kg(n,"else");if(!o&&!s)return;let i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),o&&s){let 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 kg(t,e){let r=t.schema[e];return r!==void 0&&!(0,Sg.alwaysValidSchema)(t,r)}Il.default=Dz});var Tg=z(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});var qz=Q(),Lz={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,qz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};Ol.default=Lz});var Pg=z(Cl=>{"use strict";Object.defineProperty(Cl,"__esModule",{value:!0});var Fz=hl(),Uz=og(),Vz=gl(),Hz=ig(),Bz=ag(),Jz=lg(),Kz=pg(),Wz=wl(),Gz=hg(),Yz=vg(),Xz=bg(),Qz=xg(),eT=$g(),tT=wg(),rT=zg(),nT=Tg();function oT(t=!1){let e=[Xz.default,Qz.default,eT.default,tT.default,rT.default,nT.default,Kz.default,Wz.default,Jz.default,Gz.default,Yz.default];return t?e.push(Uz.default,Hz.default):e.push(Fz.default,Vz.default),e.push(Bz.default),e}Cl.default=oT});var Eg=z(Nl=>{"use strict";Object.defineProperty(Nl,"__esModule",{value:!0});var ye=V(),sT={message:({schemaCode:t})=>(0,ye.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,ye._)`{format: ${t}}`},iT={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:sT,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})`}}}};Nl.default=iT});var Rg=z(Zl=>{"use strict";Object.defineProperty(Zl,"__esModule",{value:!0});var aT=Eg(),cT=[aT.default];Zl.default=cT});var Ig=z(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 Cg=z(Al=>{"use strict";Object.defineProperty(Al,"__esModule",{value:!0});var uT=qh(),lT=eg(),dT=Pg(),pT=Rg(),Og=Ig(),fT=[uT.default,lT.default,(0,dT.default)(),pT.default,Og.metadataVocabulary,Og.contentVocabulary];Al.default=fT});var Zg=z(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 jg=z(Ml=>{"use strict";Object.defineProperty(Ml,"__esModule",{value:!0});var ln=V(),jl=Zg(),Ag=js(),mT=oo(),hT=Q(),gT={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}}`},yT={keyword:"discriminator",type:"object",schemaType:"object",error:gT,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,hT.schemaHasRulesButRef)(Z,s.self.RULES)){let Ge=Z.$ref;if(Z=Ag.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,Ge),Z instanceof Ag.SchemaEnv&&(Z=Z.schema),Z===void 0)throw new mT.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=yT});var Mg=z((OC,_T)=>{_T.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=z((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 vT=Nh(),bT=Cg(),xT=jg(),Dg=Mg(),$T=["/properties"],ni="http://json-schema.org/draft-07/schema",dn=class extends vT.default{_addVocabularies(){super._addVocabularies(),bT.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(xT.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(Dg,$T):Dg;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 wT=no();Object.defineProperty(de,"KeywordCxt",{enumerable:!0,get:function(){return wT.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 kT=Zs();Object.defineProperty(de,"ValidationError",{enumerable:!0,get:function(){return kT.default}});var ST=oo();Object.defineProperty(de,"MissingRefError",{enumerable:!0,get:function(){return ST.default}})});var Jg=z(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(Ug,Vl),time:$t(Fl(!0),Hl),"date-time":$t(qg(!0),Hg),"iso-time":$t(Fl(),Vg),"iso-date-time":$t(qg(),Bg),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:IT,"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:MT,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:OT,int32:{type:"number",validate:ZT},int64:{type:"number",validate:AT},float:{type:"number",validate:Fg},double:{type:"number",validate:Fg},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,Hg),"iso-time":$t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,Vg),"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,Bg),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 zT(t){return t%4===0&&(t%100!==0||t%400===0)}var TT=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,PT=[0,31,28,31,30,31,30,31,31,30,31,30,31];function Ug(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&&zT(r)?29:PT[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 Vg(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 qg(t){let e=Fl(t);return function(n){let o=n.split(Ul);return o.length===2&&Ug(o[0])&&e(o[1])}}function Hg(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function Bg(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 ET=/\/|:/,RT=/^(?:[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 IT(t){return ET.test(t)&&RT.test(t)}var Lg=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function OT(t){return Lg.lastIndex=0,Lg.test(t)}var CT=-(2**31),NT=2**31-1;function ZT(t){return Number.isInteger(t)&&t<=NT&&t>=CT}function AT(t){return Number.isInteger(t)}function Fg(){return!0}var jT=/[^\\]\\Z/;function MT(t){if(jT.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var Kg=z(fn=>{"use strict";Object.defineProperty(fn,"__esModule",{value:!0});fn.formatLimitDefinition=void 0;var DT=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}},qT={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:qT,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 DT.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 LT=t=>(t.addKeyword(fn.formatLimitDefinition),t);fn.default=LT});var Xg=z((bo,Yg)=>{"use strict";Object.defineProperty(bo,"__esModule",{value:!0});var mn=Jg(),FT=Kg(),Bl=V(),Wg=new Bl.Name("fullFormats"),UT=new Bl.Name("fastFormats"),Jl=(t,e={keywords:!0})=>{if(Array.isArray(e))return Gg(t,e,mn.fullFormats,Wg),t;let[r,n]=e.mode==="fast"?[mn.fastFormats,UT]:[mn.fullFormats,Wg],o=e.formats||mn.formatNames;return Gg(t,o,r,n),e.keywords&&(0,FT.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 Gg(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])}Yg.exports=bo=Jl;Object.defineProperty(bo,"__esModule",{value:!0});bo.default=Jl});var k={};gi(k,{BRAND:()=>a_,DIRTY:()=>Xt,EMPTY_PATH:()=>Dy,INVALID:()=>A,NEVER:()=>V_,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:()=>T,ZodPipeline:()=>_n,ZodPromise:()=>At,ZodReadonly:()=>fr,ZodRecord:()=>zo,ZodSchema:()=>U,ZodSet:()=>qr,ZodString:()=>Nt,ZodSymbol:()=>jr,ZodTransformer:()=>Xe,ZodTuple:()=>gt,ZodType:()=>U,ZodUndefined:()=>nr,ZodUnion:()=>sr,ZodUnknown:()=>zt,ZodVoid:()=>Mr,addIssueToContext:()=>S,any:()=>g_,array:()=>b_,bigint:()=>d_,boolean:()=>hd,coerce:()=>U_,custom:()=>pd,date:()=>p_,datetimeRegex:()=>ld,defaultErrorMap:()=>kt,discriminatedUnion:()=>w_,effect:()=>Z_,enum:()=>O_,function:()=>E_,getErrorMap:()=>Nr,getParsedType:()=>ht,instanceof:()=>u_,intersection:()=>k_,isAborted:()=>wo,isAsync:()=>Zr,isDirty:()=>ko,isValid:()=>Ct,late:()=>c_,lazy:()=>R_,literal:()=>I_,makeIssue:()=>gn,map:()=>T_,nan:()=>l_,nativeEnum:()=>C_,never:()=>__,null:()=>h_,nullable:()=>j_,number:()=>md,object:()=>bi,objectUtil:()=>yi,oboolean:()=>F_,onumber:()=>L_,optional:()=>A_,ostring:()=>q_,pipeline:()=>D_,preprocess:()=>M_,promise:()=>N_,quotelessJson:()=>Ay,record:()=>z_,set:()=>P_,setErrorMap:()=>My,strictObject:()=>x_,string:()=>fd,symbol:()=>f_,transformer:()=>Z_,tuple:()=>S_,undefined:()=>m_,union:()=>$_,unknown:()=>y_,util:()=>J,void:()=>v_});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 T=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 T.undefined;case"string":return T.string;case"number":return Number.isNaN(t)?T.nan:T.number;case"boolean":return T.boolean;case"function":return T.function;case"bigint":return T.bigint;case"symbol":return T.symbol;case"object":return Array.isArray(t)?T.array:t===null?T.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?T.promise:typeof Map<"u"&&t instanceof Map?T.map:typeof Set<"u"&&t instanceof Set?T.set:typeof Date<"u"&&t instanceof Date?T.date:T.object;default:return T.unknown}};var 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"]),Ay=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 jy=(t,e)=>{let r;switch(t.code){case x.invalid_type:t.received===T.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=jy;var sd=kt;function My(t){sd=t}function Nr(){return sd}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}},Dy=[];function S(t,e){let r=Nr(),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",Ct=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}},id=(t,e)=>{if(Ct(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 id(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 Ct(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=>Ct(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 id(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}},qy=/^c[^\s-]{8,}$/i,Ly=/^[0-9a-z]+$/,Fy=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Uy=/^[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,Vy=/^[a-z0-9_-]{21}$/i,Hy=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,By=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,Jy=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Ky="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",_i,Wy=/^(?:(?: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])$/,Gy=/^(?:(?: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])$/,Yy=/^(([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]))$/,Xy=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Qy=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,e_=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,cd="((\\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])))",t_=new RegExp(`^${cd}$`);function ud(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let r=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function r_(t){return new RegExp(`^${ud(t)}$`)}function ld(t){let e=`${cd}T${ud(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 n_(t,e){return!!((e==="v4"||!e)&&Wy.test(t)||(e==="v6"||!e)&&Yy.test(t))}function o_(t,e){if(!Hy.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 s_(t,e){return!!((e==="v4"||!e)&&Gy.test(t)||(e==="v6"||!e)&&Xy.test(t))}var Nt=class t extends U{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==T.string){let s=this._getOrReturnCtx(e);return S(s,{code:x.invalid_type,expected:T.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),S(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),S(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?S(o,{code:x.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&S(o,{code:x.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")Jy.test(e.data)||(o=this._getOrReturnCtx(e,o),S(o,{validation:"email",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")_i||(_i=new RegExp(Ky,"u")),_i.test(e.data)||(o=this._getOrReturnCtx(e,o),S(o,{validation:"emoji",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")Uy.test(e.data)||(o=this._getOrReturnCtx(e,o),S(o,{validation:"uuid",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")Vy.test(e.data)||(o=this._getOrReturnCtx(e,o),S(o,{validation:"nanoid",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")qy.test(e.data)||(o=this._getOrReturnCtx(e,o),S(o,{validation:"cuid",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")Ly.test(e.data)||(o=this._getOrReturnCtx(e,o),S(o,{validation:"cuid2",code:x.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")Fy.test(e.data)||(o=this._getOrReturnCtx(e,o),S(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),S(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),S(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),S(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),S(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),S(o,{code:x.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?ld(s).test(e.data)||(o=this._getOrReturnCtx(e,o),S(o,{code:x.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?t_.test(e.data)||(o=this._getOrReturnCtx(e,o),S(o,{code:x.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?r_(s).test(e.data)||(o=this._getOrReturnCtx(e,o),S(o,{code:x.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?By.test(e.data)||(o=this._getOrReturnCtx(e,o),S(o,{validation:"duration",code:x.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?n_(e.data,s.version)||(o=this._getOrReturnCtx(e,o),S(o,{validation:"ip",code:x.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?o_(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),S(o,{validation:"jwt",code:x.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?s_(e.data,s.version)||(o=this._getOrReturnCtx(e,o),S(o,{validation:"cidr",code:x.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?Qy.test(e.data)||(o=this._getOrReturnCtx(e,o),S(o,{validation:"base64",code:x.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?e_.test(e.data)||(o=this._getOrReturnCtx(e,o),S(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}};Nt.create=t=>new Nt({checks:[],typeName:$.ZodString,coerce:t?.coerce??!1,...L(t)});function i_(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)!==T.number){let s=this._getOrReturnCtx(e);return S(s,{code:x.invalid_type,expected:T.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),S(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),S(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),S(n,{code:x.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?i_(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),S(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),S(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)!==T.bigint)return this._getInvalidInput(e);let n,o=new xe;for(let s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),S(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),S(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),S(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 S(r,{code:x.invalid_type,expected:T.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)!==T.boolean){let n=this._getOrReturnCtx(e);return S(n,{code:x.invalid_type,expected:T.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)!==T.date){let s=this._getOrReturnCtx(e);return S(s,{code:x.invalid_type,expected:T.date,received:s.parsedType}),A}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return S(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),S(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),S(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)!==T.symbol){let n=this._getOrReturnCtx(e);return S(n,{code:x.invalid_type,expected:T.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)!==T.undefined){let n=this._getOrReturnCtx(e);return S(n,{code:x.invalid_type,expected:T.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)!==T.null){let n=this._getOrReturnCtx(e);return S(n,{code:x.invalid_type,expected:T.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 S(r,{code:x.invalid_type,expected:T.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)!==T.undefined){let n=this._getOrReturnCtx(e);return S(n,{code:x.invalid_type,expected:T.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!==T.array)return S(r,{code:x.invalid_type,expected:T.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)&&(S(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&&(S(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&&(S(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)!==T.object){let u=this._getOrReturnCtx(e);return S(u,{code:x.invalid_type,expected:T.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&&(S(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 dd(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 S(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 S(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!==T.object)return S(r,{code:x.invalid_type,expected:T.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}):(S(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===T.object&&n===T.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===T.array&&n===T.array){if(t.length!==e.length)return{valid:!1};let o=[];for(let s=0;s<t.length;s++){let i=t[s],a=e[s],c=vi(i,a);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===T.date&&n===T.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var ir=class extends 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}):(S(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!==T.array)return S(n,{code:x.invalid_type,expected:T.array,received:n.parsedType}),A;if(n.data.length<this._def.items.length)return S(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&&(S(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!==T.object)return S(n,{code:x.invalid_type,expected:T.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:Nt.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!==T.map)return S(n,{code:x.invalid_type,expected:T.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!==T.set)return S(n,{code:x.invalid_type,expected:T.set,received:n.parsedType}),A;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(S(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&&(S(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!==T.function)return S(r,{code:x.invalid_type,expected:T.function,received:r.parsedType}),A;function n(a,c){return gn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Nr(),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,Nr(),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 S(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 dd(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 S(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 S(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=dd;var lr=class extends U{_parse(e){let r=J.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==T.string&&n.parsedType!==T.number){let o=J.objectValues(r);return S(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 S(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!==T.promise&&r.common.async===!1)return S(r,{code:x.invalid_type,expected:T.promise,received:r.parsedType}),A;let n=r.parsedType===T.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=>{S(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(!Ct(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=>Ct(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)===T.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)===T.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===T.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};dr.create=(t,e)=>new dr({innerType:t,typeName:$.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...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)!==T.nan){let n=this._getOrReturnCtx(e);return S(n,{code:x.invalid_type,expected:T.nan,received:n.parsedType}),A}return{status:"valid",value:e.data}}};Lr.create=t=>new Lr({typeName:$.ZodNaN,...L(t)});var a_=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=>(Ct(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 ad(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function pd(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=ad(e,n),c=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:c})}});if(!s){let i=ad(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):Zt.create()}var c_={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 u_=(t,e={message:`Input not instance of ${t.name}`})=>pd(r=>r instanceof t,e),fd=Nt.create,md=Qt.create,l_=Lr.create,d_=er.create,hd=tr.create,p_=rr.create,f_=jr.create,m_=nr.create,h_=or.create,g_=Zt.create,y_=zt.create,__=it.create,v_=Mr.create,b_=Tt.create,bi=De.create,x_=De.strictCreate,$_=sr.create,w_=So.create,k_=ir.create,S_=gt.create,z_=zo.create,T_=Dr.create,P_=qr.create,E_=To.create,R_=ar.create,I_=cr.create,O_=ur.create,C_=lr.create,N_=At.create,Z_=Xe.create,A_=Me.create,j_=yt.create,M_=Xe.createWithPreprocess,D_=_n.create,q_=()=>fd().optional(),L_=()=>md().optional(),F_=()=>hd().optional(),U_={string:t=>Nt.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 V_=A;var H_=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 B_=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 W={};gi(W,{BIGINT_FORMAT_RANGES:()=>yd,Class:()=>$i,NUMBER_FORMAT_RANGES:()=>Ei,aborted:()=>hr,allowsEval:()=>zi,assert:()=>Y_,assertEqual:()=>J_,assertIs:()=>W_,assertNever:()=>G_,assertNotEqual:()=>K_,assignProp:()=>Si,cached:()=>xn,captureStackTrace:()=>Ro,cleanEnum:()=>lv,cleanRegex:()=>wn,clone:()=>Je,createTransparentProxy:()=>nv,defineLazy:()=>ie,esc:()=>mr,escapeRegex:()=>jt,extend:()=>iv,finalizeIssue:()=>at,floatSafeRemainder:()=>ki,getElementAtPath:()=>X_,getEnumValues:()=>bn,getLengthableOrigin:()=>kn,getParsedType:()=>rv,getSizableOrigin:()=>_d,isObject:()=>Fr,isPlainObject:()=>Ur,issue:()=>Ri,joinValues:()=>Eo,jsonStringifyReplacer:()=>wi,merge:()=>av,normalizeParams:()=>j,nullish:()=>$n,numKeys:()=>tv,omit:()=>sv,optionalKeys:()=>Pi,partial:()=>cv,pick:()=>ov,prefixIssues:()=>_t,primitiveTypes:()=>gd,promiseAllObject:()=>Q_,propertyKeyTypes:()=>Ti,randomString:()=>ev,required:()=>uv,stringifyPrimitive:()=>Io,unwrapMessage:()=>vn});function J_(t){return t}function K_(t){return t}function W_(t){}function G_(t){throw new Error}function Y_(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 X_(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function Q_(t){let e=Object.keys(t),r=e.map(n=>t[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<e.length;s++)o[e[s]]=n[s];return o})}function ev(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function 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 tv(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var rv=t=>{let e=typeof t;switch(e){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(t)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(t)?"array":t===null?"null":t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?"promise":typeof Map<"u"&&t instanceof Map?"map":typeof Set<"u"&&t instanceof Set?"set":typeof Date<"u"&&t instanceof Date?"date":typeof File<"u"&&t instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${e}`)}},Ti=new Set(["string","number","symbol"]),gd=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 nv(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]},yd={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function ov(t,e){let r={},n=t._zod.def;for(let o in e){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&(r[o]=n.shape[o])}return Je(t,{...t._zod.def,shape:r,checks:[]})}function sv(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 iv(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 av(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 cv(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 uv(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 _d(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 lv(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var $i=class{constructor(...e){}};var vd=(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",vd),Sn=_("$ZodError",vd,{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 Ci=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},Ni=Ci(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 bd=/^[cC][^\s-]{8,}$/,xd=/^[0-9a-z]+$/,$d=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,wd=/^[0-9a-vA-V]{20}$/,kd=/^[A-Za-z0-9]{27}$/,Sd=/^[a-zA-Z0-9_-]{21}$/,zd=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var Td=/^([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 Pd=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var pv="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Ed(){return new RegExp(pv,"u")}var Rd=/^(?:(?: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])$/,Id=/^(([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})$/,Od=/^((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])$/,Cd=/^(([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_-]*$/,Zd=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var Ad=/^\+(?:[0-9]){6,14}[0-9]$/,jd="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",Md=new RegExp(`^${jd}$`);function Dd(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 qd(t){return new RegExp(`^${Dd(t)}$`)}function Ld(t){let e=Dd({precision:t.precision}),r=["Z"];t.local&&r.push(""),t.offset&&r.push("([+-]\\d{2}:\\d{2})");let n=`${e}(?:${r.join("|")})`;return new RegExp(`^${jd}T(?:${n})$`)}var Fd=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var Ud=/^\d+$/,Vd=/^-?\d+(?:\.\d+)?/i,Hd=/true|false/i,Bd=/null/i;var Jd=/^[^A-Z]*$/,Kd=/^[^a-z]*$/;var $e=_("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),Wd={number:"number",bigint:"bigint",object:"date"},Li=_("$ZodCheckLessThan",(t,e)=>{$e.init(t,e);let r=Wd[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=Wd[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})}}),Gd=_("$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})}}),Yd=_("$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=Ud)}),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 Xd=_("$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})}}),Qd=_("$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})}}),ep=_("$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=()=>{})}),tp=_("$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})}}),rp=_("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Jd),zn.init(t,e)}),np=_("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Kd),zn.init(t,e)}),op=_("$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})}}),sp=_("$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})}}),ip=_("$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 ap=_("$ZodCheckOverwrite",(t,e)=>{$e.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var No=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 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(`
10
+ `))}};var up={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=up;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()??Fd(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=Td),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=Pd),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:Zd.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=Ed()),ae.init(t,e)}),Wi=_("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=Sd),ae.init(t,e)}),Gi=_("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=bd),ae.init(t,e)}),Yi=_("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=xd),ae.init(t,e)}),Xi=_("$ZodULID",(t,e)=>{e.pattern??(e.pattern=$d),ae.init(t,e)}),Qi=_("$ZodXID",(t,e)=>{e.pattern??(e.pattern=wd),ae.init(t,e)}),ea=_("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=kd),ae.init(t,e)}),vp=_("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=Ld(e)),ae.init(t,e)}),bp=_("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=Md),ae.init(t,e)}),xp=_("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=qd(e)),ae.init(t,e)}),$p=_("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=zd),ae.init(t,e)}),ta=_("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=Rd),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=Id),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=Od),ae.init(t,e)}),oa=_("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=Cd),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 wp(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=>{wp(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function fv(t){if(!qi.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return wp(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=>{fv(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=Ad),ae.init(t,e)});function mv(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=>{mv(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??Vd,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)=>{Yd.init(t,e),Ao.init(t,e)}),la=_("$ZodBoolean",(t,e)=>{ne.init(t,e),t._zod.pattern=Hd,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=Bd,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 lp(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=>lp(u,r,i))):lp(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 dp(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 No(["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) {
@@ -30,39 +30,39 @@ var Py=Object.create;var hi=Object.defineProperty;var Ey=Object.getOwnPropertyDe
30
30
  if (${w}.issues.length) payload.issues = payload.issues.concat(${w}.issues.map(iss => ({
31
31
  ...iss,
32
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>
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(Cr=>Ge?dp(Cr,d,E,f):Zo(Cr,d,E))):Ge?dp(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 pp(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=>pp(i,r,t,n)):pp(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])=>fp(r,c,u)):fp(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 fp(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=>mp(s,e)):mp(o,e)}});function mp(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=>hp(s,t)):hp(o,t)}});function hp(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=>gp(s,e,n)):gp(o,e,n)}});function gp(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(yp):yp(o)}});function yp(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=>_p(s,r,n,t));_p(o,r,n,t)}});function _p(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 hv=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},gv=()=>{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 ${hv(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 kp(){return{localeError:gv()}}var yv=Symbol("ZodOutput"),_v=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 Sp(){return new Pn}var Mt=Sp();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 Ca(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...j(e)})}function Na(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 zp(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...j(e)})}function Tp(t,e){return new t({type:"string",format:"date",check:"string_format",...j(e)})}function Pp(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...j(e)})}function Ep(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 Gd({check:"multiple_of",...j(e),value:t})}function Uo(t,e){return new Xd({check:"max_length",...j(e),maximum:t})}function Vr(t,e){return new Qd({check:"min_length",...j(e),minimum:t})}function Vo(t,e){return new ep({check:"length_equals",...j(e),length:t})}function oc(t,e){return new tp({check:"string_format",format:"regex",...j(e),pattern:t})}function sc(t){return new rp({check:"string_format",format:"lowercase",...j(t)})}function ic(t){return new np({check:"string_format",format:"uppercase",...j(t)})}function ac(t,e){return new op({check:"string_format",format:"includes",...j(e),includes:t})}function cc(t,e){return new sp({check:"string_format",format:"starts_with",...j(e),prefix:t})}function uc(t,e){return new ip({check:"string_format",format:"ends_with",...j(e),suffix:t})}function _r(t){return new ap({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 Rp(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 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
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 Qv=_("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ne.init(t,e),t.def=e,t.parse=(r,n)=>Ni(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 eb=_("ZodMiniObject",(t,e)=>{jo.init(t,e),Qv.init(t,e),W.defineLazy(t,"shape",()=>e.shape)});function yc(t,e){let r={type:"object",get shape(){return W.assignProp(this,"shape",{...t}),this.shape},...W.normalizeParams(e)};return new eb(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 Op(t){return t.description}function Cp(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:()=>Zp,ZodISODateTime:()=>Np,ZodISODuration:()=>jp,ZodISOTime:()=>Ap,date:()=>vc,datetime:()=>_c,duration:()=>xc,time:()=>bc});var Np=_("ZodISODateTime",(t,e)=>{vp.init(t,e),pe.init(t,e)});function _c(t){return zp(Np,t)}var Zp=_("ZodISODate",(t,e)=>{bp.init(t,e),pe.init(t,e)});function vc(t){return Tp(Zp,t)}var Ap=_("ZodISOTime",(t,e)=>{xp.init(t,e),pe.init(t,e)});function bc(t){return Pp(Ap,t)}var jp=_("ZodISODuration",(t,e)=>{$p.init(t,e),pe.init(t,e)});function xc(t){return Ep(jp,t)}var Mp=(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}}})},JE=_("ZodError",Mp),On=_("ZodError",Mp,{Parent:Error});var Dp=Ci(On),qp=Zi(On),Lp=ji(On),Fp=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)=>Dp(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Lp(t,r,n),t.parseAsync=async(r,n)=>qp(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Fp(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(Yb(r,n)),t.superRefine=r=>t.check(Xb(r)),t.overwrite=r=>t.check(_r(r)),t.optional=()=>me(t),t.nullable=()=>Hp(t),t.nullish=()=>me(Hp(t)),t.nonoptional=r=>Vb(t,r),t.array=()=>G(t),t.or=r=>ue([t,r]),t.and=r=>Go(t,r),t.transform=r=>wc(t,Yp(r)),t.default=r=>Lb(t,r),t.prefault=r=>Ub(t,r),t.catch=r=>Bb(t,r),t.pipe=r=>wc(t,r),t.readonly=()=>Wb(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)),Bp=_("_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())}),ub=_("ZodString",(t,e)=>{Tn.init(t,e),Bp.init(t,e),t.email=r=>t.check(Ia(lb,r)),t.url=r=>t.check(Aa(db,r)),t.jwt=r=>t.check(Ya(zb,r)),t.emoji=r=>t.check(ja(pb,r)),t.guid=r=>t.check(Do(Up,r)),t.uuid=r=>t.check(Oa(Wo,r)),t.uuidv4=r=>t.check(Ca(Wo,r)),t.uuidv6=r=>t.check(Na(Wo,r)),t.uuidv7=r=>t.check(Za(Wo,r)),t.nanoid=r=>t.check(Ma(fb,r)),t.guid=r=>t.check(Do(Up,r)),t.cuid=r=>t.check(Da(mb,r)),t.cuid2=r=>t.check(qa(hb,r)),t.ulid=r=>t.check(La(gb,r)),t.base64=r=>t.check(Ka(wb,r)),t.base64url=r=>t.check(Wa(kb,r)),t.xid=r=>t.check(Fa(yb,r)),t.ksuid=r=>t.check(Ua(_b,r)),t.ipv4=r=>t.check(Va(vb,r)),t.ipv6=r=>t.check(Ha(bb,r)),t.cidrv4=r=>t.check(Ba(xb,r)),t.cidrv6=r=>t.check(Ja($b,r)),t.e164=r=>t.check(Ga(Sb,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(ub,t)}var pe=_("ZodStringFormat",(t,e)=>{ae.init(t,e),Bp.init(t,e)}),lb=_("ZodEmail",(t,e)=>{Bi.init(t,e),pe.init(t,e)});var Up=_("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 db=_("ZodURL",(t,e)=>{Ji.init(t,e),pe.init(t,e)});var pb=_("ZodEmoji",(t,e)=>{Ki.init(t,e),pe.init(t,e)});var fb=_("ZodNanoID",(t,e)=>{Wi.init(t,e),pe.init(t,e)});var mb=_("ZodCUID",(t,e)=>{Gi.init(t,e),pe.init(t,e)});var hb=_("ZodCUID2",(t,e)=>{Yi.init(t,e),pe.init(t,e)});var gb=_("ZodULID",(t,e)=>{Xi.init(t,e),pe.init(t,e)});var yb=_("ZodXID",(t,e)=>{Qi.init(t,e),pe.init(t,e)});var _b=_("ZodKSUID",(t,e)=>{ea.init(t,e),pe.init(t,e)});var vb=_("ZodIPv4",(t,e)=>{ta.init(t,e),pe.init(t,e)});var bb=_("ZodIPv6",(t,e)=>{ra.init(t,e),pe.init(t,e)});var xb=_("ZodCIDRv4",(t,e)=>{na.init(t,e),pe.init(t,e)});var $b=_("ZodCIDRv6",(t,e)=>{oa.init(t,e),pe.init(t,e)});var wb=_("ZodBase64",(t,e)=>{sa.init(t,e),pe.init(t,e)});var kb=_("ZodBase64URL",(t,e)=>{ia.init(t,e),pe.init(t,e)});var Sb=_("ZodE164",(t,e)=>{aa.init(t,e),pe.init(t,e)});var zb=_("ZodJWT",(t,e)=>{ca.init(t,e),pe.init(t,e)});var Jp=_("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(Vp(n)),t.safe=n=>t.check(Vp(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(Jp,t)}var Tb=_("ZodNumberFormat",(t,e)=>{ua.init(t,e),Jp.init(t,e)});function Vp(t){return Qa(Tb,t)}var Pb=_("ZodBoolean",(t,e)=>{la.init(t,e),ge.init(t,e)});function be(t){return ec(Pb,t)}var Eb=_("ZodNull",(t,e)=>{da.init(t,e),ge.init(t,e)});function Kp(t){return tc(Eb,t)}var Rb=_("ZodUnknown",(t,e)=>{pa.init(t,e),ge.init(t,e)});function fe(){return rc(Rb)}var Ib=_("ZodNever",(t,e)=>{fa.init(t,e),ge.init(t,e)});function Ob(t){return nc(Ib,t)}var Cb=_("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 G(t,e){return Rp(Cb,t,e)}var Wp=_("ZodObject",(t,e)=>{jo.init(t,e),ge.init(t,e),W.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:Ob()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>W.extend(t,r),t.merge=r=>W.merge(t,r),t.pick=r=>W.pick(t,r),t.omit=r=>W.omit(t,r),t.partial=(...r)=>W.partial(Xp,t,r[0]),t.required=(...r)=>W.required(Qp,t,r[0])});function P(t,e){let r={type:"object",get shape(){return W.assignProp(this,"shape",{...t}),this.shape},...W.normalizeParams(e)};return new Wp(r)}function Ce(t,e){return new Wp({type:"object",get shape(){return W.assignProp(this,"shape",{...t}),this.shape},catchall:fe(),...W.normalizeParams(e)})}var Gp=_("ZodUnion",(t,e)=>{Mo.init(t,e),ge.init(t,e),t.options=e.options});function ue(t,e){return new Gp({type:"union",options:t,...W.normalizeParams(e)})}var Nb=_("ZodDiscriminatedUnion",(t,e)=>{Gp.init(t,e),ha.init(t,e)});function kc(t,e,r){return new Nb({type:"union",options:e,discriminator:t,...W.normalizeParams(r)})}var Zb=_("ZodIntersection",(t,e)=>{ga.init(t,e),ge.init(t,e)});function Go(t,e){return new Zb({type:"intersection",left:t,right:e})}var Ab=_("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 Ab({type:"record",keyType:t,valueType:e,...W.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:[],...W.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:[],...W.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,...W.normalizeParams(e)})}var jb=_("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 jb({type:"literal",values:Array.isArray(t)?t:[t],...W.normalizeParams(e)})}var Mb=_("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(W.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(W.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 Yp(t){return new Mb({type:"transform",transform:t})}var Xp=_("ZodOptional",(t,e)=>{xa.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType});function me(t){return new Xp({type:"optional",innerType:t})}var Db=_("ZodNullable",(t,e)=>{$a.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Hp(t){return new Db({type:"nullable",innerType:t})}var qb=_("ZodDefault",(t,e)=>{wa.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function Lb(t,e){return new qb({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Fb=_("ZodPrefault",(t,e)=>{ka.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Ub(t,e){return new Fb({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Qp=_("ZodNonOptional",(t,e)=>{Sa.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Vb(t,e){return new Qp({type:"nonoptional",innerType:t,...W.normalizeParams(e)})}var Hb=_("ZodCatch",(t,e)=>{za.init(t,e),ge.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function Bb(t,e){return new Hb({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var Jb=_("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 Jb({type:"pipe",in:t,out:e})}var Kb=_("ZodReadonly",(t,e)=>{Pa.init(t,e),ge.init(t,e)});function Wb(t){return new Kb({type:"readonly",innerType:t})}var ef=_("ZodCustom",(t,e)=>{Ea.init(t,e),ge.init(t,e)});function Gb(t){let e=new $e({check:"custom"});return e._zod.check=t,e}function tf(t,e){return mc(ef,t??(()=>!0),e)}function Yb(t,e={}){return hc(ef,t,e)}function Xb(t){let e=Gb(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(W.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(W.issue(o))}},t(r.value,r)));return e}function Sc(t,e){return wc(Yp(t),e)}Be(kp());var Tc="2025-11-25";var rf=[Tc,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],Lt="io.modelcontextprotocol/related-task",Xo="2.0",ve=tf(t=>t!==null&&(typeof t=="object"||typeof t=="function")),nf=ue([y(),re().int()]),of=y(),aR=Ce({ttl:re().optional(),pollInterval:re().optional()}),Qb=P({ttl:re().optional()}),ex=P({taskId:y()}),Pc=Ce({progressToken:nf.optional(),[Lt]:ex.optional()}),Ke=P({_meta:Pc.optional()}),Cn=Ke.extend({task:Qb.optional()}),sf=t=>Cn.safeParse(t).success,we=P({method:y(),params:Ke.loose().optional()}),et=P({_meta:Pc.optional()}),tt=P({method:y(),params:et.loose().optional()}),ke=Ce({_meta:Pc.optional()}),Qo=ue([y(),re().int()]),af=P({jsonrpc:O(Xo),id:Qo,...we.shape}).strict(),Ec=t=>af.safeParse(t).success,cf=P({jsonrpc:O(Xo),...tt.shape}).strict(),uf=t=>cf.safeParse(t).success,Rc=P({jsonrpc:O(Xo),id:Qo,result:ke}).strict(),Nn=t=>Rc.safeParse(t).success;var N;(function(t){t[t.ConnectionClosed=-32e3]="ConnectionClosed",t[t.RequestTimeout=-32001]="RequestTimeout",t[t.ParseError=-32700]="ParseError",t[t.InvalidRequest=-32600]="InvalidRequest",t[t.MethodNotFound=-32601]="MethodNotFound",t[t.InvalidParams=-32602]="InvalidParams",t[t.InternalError=-32603]="InternalError",t[t.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(N||(N={}));var Ic=P({jsonrpc:O(Xo),id:Qo.optional(),error:P({code:re().int(),message:y(),data:fe().optional()})}).strict();var lf=t=>Ic.safeParse(t).success;var cR=ue([af,cf,Rc,Ic]),uR=ue([Rc,Ic]),es=ke.strict(),tx=et.extend({requestId:Qo.optional(),reason:y().optional()}),ts=tt.extend({method:O("notifications/cancelled"),params:tx}),rx=P({src:y(),mimeType:y().optional(),sizes:G(y()).optional(),theme:qe(["light","dark"]).optional()}),Zn=P({icons:G(rx).optional()}),Br=P({name:y(),title:y().optional()}),df=Br.extend({...Br.shape,...Zn.shape,version:y(),websiteUrl:y().optional(),description:y().optional()}),nx=Go(P({applyDefaults:be().optional()}),ce(y(),fe())),ox=Sc(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,Go(P({form:nx.optional(),url:ve.optional()}),ce(y(),fe()).optional())),sx=Ce({list:ve.optional(),cancel:ve.optional(),requests:Ce({sampling:Ce({createMessage:ve.optional()}).optional(),elicitation:Ce({create:ve.optional()}).optional()}).optional()}),ix=Ce({list:ve.optional(),cancel:ve.optional(),requests:Ce({tools:Ce({call:ve.optional()}).optional()}).optional()}),ax=P({experimental:ce(y(),ve).optional(),sampling:P({context:ve.optional(),tools:ve.optional()}).optional(),elicitation:ox.optional(),roots:P({listChanged:be().optional()}).optional(),tasks:sx.optional(),extensions:ce(y(),ve).optional()}),cx=Ke.extend({protocolVersion:y(),capabilities:ax,clientInfo:df}),Oc=we.extend({method:O("initialize"),params:cx});var ux=P({experimental:ce(y(),ve).optional(),logging:ve.optional(),completions:ve.optional(),prompts:P({listChanged:be().optional()}).optional(),resources:P({subscribe:be().optional(),listChanged:be().optional()}).optional(),tools:P({listChanged:be().optional()}).optional(),tasks:ix.optional(),extensions:ce(y(),ve).optional()}),lx=ke.extend({protocolVersion:y(),capabilities:ux,serverInfo:df,instructions:y().optional()}),Cc=tt.extend({method:O("notifications/initialized"),params:et.optional()});var rs=we.extend({method:O("ping"),params:Ke.optional()}),dx=P({progress:re(),total:me(re()),message:me(y())}),px=P({...et.shape,...dx.shape,progressToken:nf}),ns=tt.extend({method:O("notifications/progress"),params:px}),fx=Ke.extend({cursor:of.optional()}),An=we.extend({params:fx.optional()}),jn=ke.extend({nextCursor:of.optional()}),mx=qe(["working","input_required","completed","failed","cancelled"]),Mn=P({taskId:y(),status:mx,ttl:ue([re(),Kp()]),createdAt:y(),lastUpdatedAt:y(),pollInterval:me(re()),statusMessage:me(y())}),Jr=ke.extend({task:Mn}),hx=et.merge(Mn),Dn=tt.extend({method:O("notifications/tasks/status"),params:hx}),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()})}),lR=ke.loose(),as=An.extend({method:O("tasks/list")}),cs=jn.extend({tasks:G(Mn)}),us=we.extend({method:O("tasks/cancel"),params:Ke.extend({taskId:y()})}),pf=ke.merge(Mn),ff=P({uri:y(),mimeType:me(y()),_meta:ce(y(),fe()).optional()}),mf=ff.extend({text:y()}),Nc=y().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),hf=ff.extend({blob:Nc}),qn=qe(["user","assistant"]),Kr=P({audience:G(qn).optional(),priority:re().min(0).max(1).optional(),lastModified:In.datetime({offset:!0}).optional()}),gf=P({...Br.shape,...Zn.shape,uri:y(),description:me(y()),mimeType:me(y()),size:me(re()),annotations:Kr.optional(),_meta:me(Ce({}))}),gx=P({...Br.shape,...Zn.shape,uriTemplate:y(),description:me(y()),mimeType:me(y()),annotations:Kr.optional(),_meta:me(Ce({}))}),ls=An.extend({method:O("resources/list")}),yx=jn.extend({resources:G(gf)}),ds=An.extend({method:O("resources/templates/list")}),_x=jn.extend({resourceTemplates:G(gx)}),Zc=Ke.extend({uri:y()}),vx=Zc,ps=we.extend({method:O("resources/read"),params:vx}),bx=ke.extend({contents:G(ue([mf,hf]))}),xx=tt.extend({method:O("notifications/resources/list_changed"),params:et.optional()}),$x=Zc,wx=we.extend({method:O("resources/subscribe"),params:$x}),kx=Zc,Sx=we.extend({method:O("resources/unsubscribe"),params:kx}),zx=et.extend({uri:y()}),Tx=tt.extend({method:O("notifications/resources/updated"),params:zx}),Px=P({name:y(),description:me(y()),required:me(be())}),Ex=P({...Br.shape,...Zn.shape,description:me(y()),arguments:me(G(Px)),_meta:me(Ce({}))}),fs=An.extend({method:O("prompts/list")}),Rx=jn.extend({prompts:G(Ex)}),Ix=Ke.extend({name:y(),arguments:ce(y(),y()).optional()}),ms=we.extend({method:O("prompts/get"),params:Ix}),Ac=P({type:O("text"),text:y(),annotations:Kr.optional(),_meta:ce(y(),fe()).optional()}),jc=P({type:O("image"),data:Nc,mimeType:y(),annotations:Kr.optional(),_meta:ce(y(),fe()).optional()}),Mc=P({type:O("audio"),data:Nc,mimeType:y(),annotations:Kr.optional(),_meta:ce(y(),fe()).optional()}),Ox=P({type:O("tool_use"),name:y(),id:y(),input:ce(y(),fe()),_meta:ce(y(),fe()).optional()}),Cx=P({type:O("resource"),resource:ue([mf,hf]),annotations:Kr.optional(),_meta:ce(y(),fe()).optional()}),Nx=gf.extend({type:O("resource_link")}),Dc=ue([Ac,jc,Mc,Nx,Cx]),Zx=P({role:qn,content:Dc}),Ax=ke.extend({description:y().optional(),messages:G(Zx)}),jx=tt.extend({method:O("notifications/prompts/list_changed"),params:et.optional()}),Mx=P({title:y().optional(),readOnlyHint:be().optional(),destructiveHint:be().optional(),idempotentHint:be().optional(),openWorldHint:be().optional()}),Dx=P({taskSupport:qe(["required","optional","forbidden"]).optional()}),yf=P({...Br.shape,...Zn.shape,description:y().optional(),inputSchema:P({type:O("object"),properties:ce(y(),ve).optional(),required:G(y()).optional()}).catchall(fe()),outputSchema:P({type:O("object"),properties:ce(y(),ve).optional(),required:G(y()).optional()}).catchall(fe()).optional(),annotations:Mx.optional(),execution:Dx.optional(),_meta:ce(y(),fe()).optional()}),hs=An.extend({method:O("tools/list")}),qx=jn.extend({tools:G(yf)}),gs=ke.extend({content:G(Dc).default([]),structuredContent:ce(y(),fe()).optional(),isError:be().optional()}),dR=gs.or(ke.extend({toolResult:fe()})),Lx=Cn.extend({name:y(),arguments:ce(y(),fe()).optional()}),Wr=we.extend({method:O("tools/call"),params:Lx}),Fx=tt.extend({method:O("notifications/tools/list_changed"),params:et.optional()}),pR=P({autoRefresh:be().default(!0),debounceMs:re().int().nonnegative().default(300)}),Ln=qe(["debug","info","notice","warning","error","critical","alert","emergency"]),Ux=Ke.extend({level:Ln}),qc=we.extend({method:O("logging/setLevel"),params:Ux}),Vx=et.extend({level:Ln,logger:y().optional(),data:fe()}),Hx=tt.extend({method:O("notifications/message"),params:Vx}),Bx=P({name:y().optional()}),Jx=P({hints:G(Bx).optional(),costPriority:re().min(0).max(1).optional(),speedPriority:re().min(0).max(1).optional(),intelligencePriority:re().min(0).max(1).optional()}),Kx=P({mode:qe(["auto","required","none"]).optional()}),Wx=P({type:O("tool_result"),toolUseId:y().describe("The unique identifier for the corresponding tool call."),content:G(Dc).default([]),structuredContent:P({}).loose().optional(),isError:be().optional(),_meta:ce(y(),fe()).optional()}),Gx=kc("type",[Ac,jc,Mc]),Yo=kc("type",[Ac,jc,Mc,Ox,Wx]),Yx=P({role:qn,content:ue([Yo,G(Yo)]),_meta:ce(y(),fe()).optional()}),Xx=Cn.extend({messages:G(Yx),modelPreferences:Jx.optional(),systemPrompt:y().optional(),includeContext:qe(["none","thisServer","allServers"]).optional(),temperature:re().optional(),maxTokens:re().int(),stopSequences:G(y()).optional(),metadata:ve.optional(),tools:G(yf).optional(),toolChoice:Kx.optional()}),Qx=we.extend({method:O("sampling/createMessage"),params:Xx}),Fn=ke.extend({model:y(),stopReason:me(qe(["endTurn","stopSequence","maxTokens"]).or(y())),role:qn,content:Gx}),Lc=ke.extend({model:y(),stopReason:me(qe(["endTurn","stopSequence","maxTokens","toolUse"]).or(y())),role:qn,content:ue([Yo,G(Yo)])}),e$=P({type:O("boolean"),title:y().optional(),description:y().optional(),default:be().optional()}),t$=P({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()}),r$=P({type:qe(["number","integer"]),title:y().optional(),description:y().optional(),minimum:re().optional(),maximum:re().optional(),default:re().optional()}),n$=P({type:O("string"),title:y().optional(),description:y().optional(),enum:G(y()),default:y().optional()}),o$=P({type:O("string"),title:y().optional(),description:y().optional(),oneOf:G(P({const:y(),title:y()})),default:y().optional()}),s$=P({type:O("string"),title:y().optional(),description:y().optional(),enum:G(y()),enumNames:G(y()).optional(),default:y().optional()}),i$=ue([n$,o$]),a$=P({type:O("array"),title:y().optional(),description:y().optional(),minItems:re().optional(),maxItems:re().optional(),items:P({type:O("string"),enum:G(y())}),default:G(y()).optional()}),c$=P({type:O("array"),title:y().optional(),description:y().optional(),minItems:re().optional(),maxItems:re().optional(),items:P({anyOf:G(P({const:y(),title:y()}))}),default:G(y()).optional()}),u$=ue([a$,c$]),l$=ue([s$,i$,u$]),d$=ue([l$,e$,t$,r$]),p$=Cn.extend({mode:O("form").optional(),message:y(),requestedSchema:P({type:O("object"),properties:ce(y(),d$),required:G(y()).optional()})}),f$=Cn.extend({mode:O("url"),message:y(),elicitationId:y(),url:y().url()}),m$=ue([p$,f$]),h$=we.extend({method:O("elicitation/create"),params:m$}),g$=et.extend({elicitationId:y()}),y$=tt.extend({method:O("notifications/elicitation/complete"),params:g$}),Gr=ke.extend({action:qe(["accept","decline","cancel"]),content:Sc(t=>t===null?void 0:t,ce(y(),ue([y(),re(),be(),G(y())])).optional())}),_$=P({type:O("ref/resource"),uri:y()});var v$=P({type:O("ref/prompt"),name:y()}),b$=Ke.extend({ref:ue([v$,_$]),argument:P({name:y(),value:y()}),context:P({arguments:ce(y(),y()).optional()}).optional()}),ys=we.extend({method:O("completion/complete"),params:b$});function _f(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function vf(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var x$=ke.extend({completion:Ce({values:G(y()).max(100),total:me(re().int()),hasMore:me(be())})}),$$=P({uri:y().startsWith("file://"),name:y().optional(),_meta:ce(y(),fe()).optional()}),w$=we.extend({method:O("roots/list"),params:Ke.optional()}),Fc=ke.extend({roots:G($$)}),k$=tt.extend({method:O("notifications/roots/list_changed"),params:et.optional()}),fR=ue([rs,Oc,ys,qc,ms,fs,ls,ds,ps,wx,Sx,Wr,hs,os,is,as,us]),mR=ue([ts,ns,Cc,k$,Dn]),hR=ue([es,Fn,Lc,Gr,Fc,ss,cs,Jr]),gR=ue([rs,Qx,h$,w$,os,is,as,us]),yR=ue([ts,ns,Hx,Tx,xx,Fx,jx,Dn,y$]),_R=ue([es,lx,x$,Ax,Rx,yx,_x,bx,gs,qx,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===N.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(N.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function Ft(t){return t==="completed"||t==="failed"||t==="cancelled"}var xf=Symbol("Let zodToJsonSchema decide on which parser to use");var bf={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"},$f=t=>typeof t=="string"?{...bf,name:t}:{...bf,...t};var wf=t=>{let e=$f(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 Y(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 kf(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&&Y(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&Y(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(Y(r,"minItems",t.exactLength.value,t.exactLength.message,e),Y(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function Sf(t,e){let r={type:"integer",format:"int64"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"min":e.target==="jsonSchema7"?n.inclusive?Y(r,"minimum",n.value,n.message,e):Y(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),Y(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?Y(r,"maximum",n.value,n.message,e):Y(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),Y(r,"maximum",n.value,n.message,e));break;case"multipleOf":Y(r,"multipleOf",n.value,n.message,e);break}return r}function zf(){return{type:"boolean"}}function vs(t,e){return M(t.type._def,e)}var Tf=(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 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":Y(r,"minimum",n.value,n.message,e);break;case"max":Y(r,"maximum",n.value,n.message,e);break}return r};function Pf(t,e){return{...M(t.innerType._def,e),default:t.defaultValue()}}function Ef(t,e){return e.effectStrategy==="input"?M(t.schema._def,e):he(e)}function Rf(t){return{type:"string",enum:Array.from(t.values)}}var z$=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function If(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(z$(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 Of(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":Y(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":Y(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"email":switch(e.emailStrategy){case"format:email":ut(r,"email",n.message,e);break;case"format:idn-email":ut(r,"idn-email",n.message,e);break;case"pattern:zod":Ne(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":Ne(r,n.regex,n.message,e);break;case"cuid":Ne(r,ct.cuid,n.message,e);break;case"cuid2":Ne(r,ct.cuid2,n.message,e);break;case"startsWith":Ne(r,RegExp(`^${Bc(n.value,e)}`),n.message,e);break;case"endsWith":Ne(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":Y(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),Y(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{Ne(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":Ne(r,ct.base64url,n.message,e);break;case"jwt":Ne(r,ct.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&Ne(r,ct.ipv4Cidr,n.message,e),n.version!=="v4"&&Ne(r,ct.ipv6Cidr,n.message,e);break}case"emoji":Ne(r,ct.emoji(),n.message,e);break;case"ulid":{Ne(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":{Y(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{Ne(r,ct.base64,n.message,e);break}}break}case"nanoid":Ne(r,ct.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function Bc(t,e){return e.patternStrategy==="escape"?P$(t):t}var T$=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function P$(t){let e="";for(let r=0;r<t.length;r++)T$.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}}})):Y(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:Cf(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):Y(t,"pattern",Cf(e,n),r,n)}function Cf(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 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):
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 Zf(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 Af(t){return t.target==="openAi"?void 0:{not:he({...t,currentPath:[...t.currentPath,"not"]})}}function jf(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var Un={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function Df(t,e){if(e.target==="openApi3")return Mf(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 Mf(t,e)}var Mf=(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 qf(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 Lf(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?Y(r,"minimum",n.value,n.message,e):Y(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),Y(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?Y(r,"maximum",n.value,n.message,e):Y(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),Y(r,"maximum",n.value,n.message,e));break;case"multipleOf":Y(r,"multipleOf",n.value,n.message,e);break}return r}function Ff(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=R$(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=E$(t,e);return i!==void 0&&(n.additionalProperties=i),n}function E$(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 R$(t){try{return t.isOptional()}catch{return!0}}var Uf=(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 Vf=(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 Hf(t,e){return M(t.type._def,e)}function Bf(t,e){let n={type:"array",uniqueItems:!0,items:M(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&Y(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&Y(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function Jf(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 Kf(t){return{not:he(t)}}function Wf(t){return he(t)}var Gf=(t,e)=>M(t.innerType._def,e);var Yf=(t,e,r)=>{switch(e){case $.ZodString:return bs(t,r);case $.ZodNumber:return Lf(t,r);case $.ZodObject:return Ff(t,r);case $.ZodBigInt:return Sf(t,r);case $.ZodBoolean:return zf();case $.ZodDate:return Vc(t,r);case $.ZodUndefined:return Kf(r);case $.ZodNull:return jf(r);case $.ZodArray:return kf(t,r);case $.ZodUnion:case $.ZodDiscriminatedUnion:return Df(t,r);case $.ZodIntersection:return If(t,r);case $.ZodTuple:return Jf(t,r);case $.ZodRecord:return xs(t,r);case $.ZodLiteral:return Of(t,r);case $.ZodEnum:return Rf(t);case $.ZodNativeEnum:return Zf(t);case $.ZodNullable:return qf(t,r);case $.ZodOptional:return Uf(t,r);case $.ZodMap:return Nf(t,r);case $.ZodSet:return Bf(t,r);case $.ZodLazy:return()=>t.getter()._def;case $.ZodPromise:return Hf(t,r);case $.ZodNaN:case $.ZodNever:return Af(r);case $.ZodEffects:return Ef(t,r);case $.ZodAny:return he(r);case $.ZodUnknown:return Wf(r);case $.ZodDefault:return Pf(t,r);case $.ZodBranded:return vs(t,r);case $.ZodReadonly:return Gf(t,r);case $.ZodCatch:return Tf(t,r);case $.ZodPipeline:return Vf(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!==xf)return a}if(n&&!r){let a=I$(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=Yf(t,t.typeName,e),i=typeof s=="function"?M(s(),e):s;if(i&&O$(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var I$=(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}},O$=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var Jc=(t,e)=>{let r=wf(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 C$(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:C$(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 N$=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(N.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(N.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(N.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(N.InvalidParams,`Task not found: ${r.params.taskId}`);if(Ft(o.status))throw new I(N.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new I(N.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof I?o:new I(N.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,o,s=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(o,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),I.fromError(N.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){let r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=s=>{n?.(s),this._onerror(s)};let o=this._transport?.onmessage;this._transport.onmessage=(s,i)=>{o?.(s,i),Nn(s)||lf(s)?this._onresponse(s):Ec(s)?this._onrequest(s,i):uf(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(N.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of e.values())n(r)}_onerror(e){this.onerror?.(e)}_onnotification(e){let r=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(e)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(e,r){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,o=this._transport,s=e.params?._meta?.[Lt]?.taskId;if(n===void 0){let l={jsonrpc:"2.0",id:e.id,error:{code:N.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId).catch(d=>this._onerror(new Error(`Failed to enqueue error response: ${d}`))):o?.send(l).catch(d=>this._onerror(new Error(`Failed to send an error response: ${d}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=sf(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(N.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:N.InternalError,message:l.message??"Internal error",...l.data!==void 0&&{data:l.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)}).catch(l=>this._onerror(new Error(`Failed to send response: ${l}`))).finally(()=>{this._requestHandlerAbortControllers.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),Nn(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(Nn(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),Nn(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(N.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(N.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(N.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new I(N.InternalError,`Task ${s} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)};return}let c=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof I?i:new I(N.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,l)=>{let d=v=>{l(v)};if(!this._transport){d(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(v){d(v);return}n?.signal?.throwIfAborted();let h=this._requestMessageId++,f={...e,jsonrpc:"2.0",id:h};n?.onprogress&&(this._progressHandlers.set(h,n.onprogress),f.params={...e.params,_meta:{...e.params?._meta||{},progressToken:h}}),a&&(f.params={...f.params,task:a}),c&&(f.params={...f.params,_meta:{...f.params?._meta||{},[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(N.RequestTimeout,String(v));l(w)};this._responseHandlers.set(h,v=>{if(!n?.signal?.aborted){if(v instanceof Error)return l(v);try{let w=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??N$,g=()=>p(I.fromError(N.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},pf,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(N.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(s)):this._onerror(new Error(`Resolver missing for request ${s} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let o=await this._taskStore?.getTask(e);o?.pollInterval&&(n=o.pollInterval)}catch{}return new Promise((o,s)=>{if(r.aborted){s(new I(N.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new I(N.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async o=>{if(!e)throw new Error("No request provided");return await n.createTask(o,e.id,{method:e.method,params:e.params},r)},getTask:async o=>{let s=await n.getTask(o,r);if(!s)throw new I(N.InvalidParams,"Failed to retrieve task: Task not found");return s},storeTaskResult:async(o,s,i)=>{await n.storeTaskResult(o,s,i,r);let a=await n.getTask(o,r);if(a){let c=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(N.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(Ft(a.status))throw new I(N.InvalidParams,`Cannot update task "${o}" from terminal status "${a.status}" to "${s}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(o,s,i,r);let c=await n.getTask(o,r);if(c){let u=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 Xf(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function Qf(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];Xf(i)&&Xf(s)?r[o]={...i,...s}:r[o]=s}return r}var Qg=od(ql(),1),ey=od(Xg(),1);function VT(){let t=new Qg.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,ey.default)(t),t}var si=class{constructor(e){this._ajv=e??VT()}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 ty(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 ry(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(Cc,()=>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=Qf(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(N.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(N.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(N.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){ry(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&ty(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:rf.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(N.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof I?i:new I(N.InternalError,`Error validating elicitation response: ${i instanceof Error?i.message:String(i)}`)}return s}}}createElicitationCompletionNotifier(e,r){if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},r)}async listRoots(e,r){return this.request({method:"roots/list",params:e},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 oy=Symbol.for("mcp.completable");function Kl(t){return!!t&&typeof t=="object"&&oy in t}function sy(t){return t[oy]?.complete}var ny;(function(t){t.Completable="McpCompletable"})(ny||(ny={}));var HT=/^[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"),!HT.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 JT(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=BT(t);return JT(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"}):KT})(),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(N.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new I(N.InvalidParams,`Tool ${e.params.name} disabled`);let o=!!e.params.task,s=n.execution?.taskSupport,i="createTask"in n.handler;if((s==="required"||s==="optional")&&!i)throw new I(N.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new I(N.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(s==="optional"&&!o&&i)return await this.handleAutomaticTaskPolling(n,e,r);let a=await this.validateToolInput(n,e.params.arguments,e.params.name),c=await this.executeToolHandler(n,a,r);return o||await this.validateToolOutput(n,c,e.params.name),c}catch(n){if(n instanceof I&&n.code===N.UrlElicitationRequired)throw n;return this.createToolError(n instanceof Error?n.message:String(n))}}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,r,n){if(!e.inputSchema)return;let s=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(N.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${c}`)}return i.data}async validateToolOutput(e,r,n){if(!e.outputSchema||!("content"in r)||r.isError)return;if(!r.structuredContent)throw new I(N.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(N.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${a}`)}}async executeToolHandler(e,r,n){let o=e.handler;if("createTask"in o){if(!n.taskStore)throw new Error("No task store provided.");let i={...n,taskStore:n.taskStore};if(e.inputSchema){let a=o;return await Promise.resolve(a.createTask(r,i))}else{let a=o;return await Promise.resolve(a.createTask(i))}}if(e.inputSchema){let i=o;return await Promise.resolve(i(r,n))}else{let i=o;return await Promise.resolve(i(n))}}async handleAutomaticTaskPolling(e,r,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let o=await this.validateToolInput(e,r.params.arguments,r.params.name),s=e.handler,i={...n,taskStore:n.taskStore},a=o?await Promise.resolve(s.createTask(o,i)):await Promise.resolve(s.createTask(i)),c=a.task.taskId,u=a.task,l=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(h=>setTimeout(h,l));let d=await n.taskStore.getTask(c);if(!d)throw new I(N.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 _f(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return vf(e),this.handleResourceCompletion(e,e.params.ref);default:throw new I(N.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new I(N.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new I(N.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=sy(s);if(!i)return xo;let a=await i(e.params.argument.value,e.params.context);return ay(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(N.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 ay(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(N.InvalidParams,`Resource ${n} disabled`);return o.readCallback(n,r)}for(let s of Object.values(this._registeredResourceTemplates)){let i=s.resourceTemplate.uriTemplate.match(n.toString());if(i)return s.readCallback(n,i,r)}throw new I(N.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?WT(r.argsSchema):void 0}))})),this.server.setRequestHandler(ms,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new I(N.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new I(N.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(N.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${u}`)}let i=s.data,a=n.callback;return await Promise.resolve(a(i,r))}else{let o=n.callback;return await Promise.resolve(o(r))}}),this._promptHandlersInitialized=!0)}resource(e,r,...n){let o;typeof n[0]=="object"&&(o=n.shift());let s=n[0];if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let i=this._createRegisteredResource(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let i=this._createRegisteredResourceTemplate(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,r,n,o){if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let s=this._createRegisteredResource(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let s=this._createRegisteredResourceTemplate(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}}_createRegisteredResource(e,r,n,o,s){let i={name:e,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({uri:null}),update:a=>{typeof a.uri<"u"&&a.uri!==n&&(delete this._registeredResources[n],a.uri&&(this._registeredResources[a.uri]=i)),typeof a.name<"u"&&(i.name=a.name),typeof a.title<"u"&&(i.title=a.title),typeof a.metadata<"u"&&(i.metadata=a.metadata),typeof a.callback<"u"&&(i.readCallback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendResourceListChanged()}};return this._registeredResources[n]=i,i}_createRegisteredResourceTemplate(e,r,n,o,s){let i={resourceTemplate:n,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:u=>{typeof u.name<"u"&&u.name!==e&&(delete this._registeredResourceTemplates[e],u.name&&(this._registeredResourceTemplates[u.name]=i)),typeof u.title<"u"&&(i.title=u.title),typeof u.template<"u"&&(i.resourceTemplate=u.template),typeof u.metadata<"u"&&(i.metadata=u.metadata),typeof u.callback<"u"&&(i.readCallback=u.callback),typeof u.enabled<"u"&&(i.enabled=u.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=i;let a=n.uriTemplate.variableNames;return Array.isArray(a)&&a.some(u=>!!n.completeCallback(u))&&this.setCompletionRequestHandler(),i}_createRegisteredPrompt(e,r,n,o,s){let i={title:r,description:n,argsSchema:o===void 0?void 0: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:iy(o),outputSchema:iy(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 KT={type:"object",properties:{}};function cy(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function uy(t){return"_def"in t||"_zod"in t||cy(t)}function Gl(t){return typeof t!="object"||t===null||uy(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(cy)}function iy(t){if(t){if(Gl(t))return br(t);if(!uy(t))throw new Error("inputSchema must be a Zod schema or raw shape, received an unrecognized object");return t}}function WT(t){let e=qt(t);return e?Object.entries(e).map(([r,n])=>{let o=Op(n),s=Cp(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 ay(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var xo={completion:{values:[],hasMore:!1}};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 GT(t){if(!$o)return!1;try{return await t.chooseIdentity({name:$o,force:!1}),!0}catch{return $o=null,!1}}async function K(t,e,r){let n;try{n=await e(t)}catch(o){if(o instanceof Yl&&o.code==="NOT_BOUND"&&await GT(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)}var Xl=k.lazy(()=>k.union([k.null(),k.boolean(),k.number(),k.string(),k.array(Xl),k.record(Xl)]));function ly(t,e){t.tool("list_contact_commands","List the typed commands a contact currently advertises. The returned catalog is data; remote commands are not registered as MCP tools.",{contact:k.string().min(1).describe("Contact name or container id.")},async({contact:r})=>K(e(),n=>n.listContactCommands({contact:r}),n=>{let o={contact:r,count:n.length,commands:n};return{content:[{type:"text",text:JSON.stringify(o,null,2)}],structuredContent:o,isError:!1}})),t.tool("send_command","Send a typed command to a contact after the SDK validates it against that contact's advertised schema. Use get_messages to retrieve a correlated command_result whose reply_to.wire_id matches request_wire_id.",{contact:k.string().min(1).describe("Contact name or container id."),command:k.string().min(1).describe("Advertised command name."),arguments:Xl.describe("Any JSON-compatible command arguments accepted by the advertised schema.")},async({contact:r,command:n,arguments:o})=>K(e(),s=>s.sendCommand({contact:r,command:n,arguments:o}),s=>{let i={request_wire_id:s.wireId,outcome:s};return{content:[{type:"text",text:JSON.stringify(i,null,2)}],structuredContent:i,isError:s.kind==="refused"}}))}function YT(t){let e=new Map;for(let r of t)e.set(r.name,(e.get(r.name)??0)+1);return e}function dy(t){let e=YT(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)`:""}`)}function XT(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 py(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:k.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:k.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})=>K(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 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}):
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()=>K(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 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(`
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:k.string().min(1).describe("The invite_id to revoke.")},async({invite_id:r})=>K(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:k.string().min(1).describe("The base64 invite blob to redeem."),name:k.string().min(1).optional().describe("Optional custom name for the inviter; defaults to their own name.")},async({invite:r,name:n})=>K(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()=>K(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
+ ${dy(r.map(u=>({name:u.name,container_id:u.container_id,rootTag:XT(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
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 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}):
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()=>K(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=>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):
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:k.boolean().optional().describe("Publish (true) or remove (false) this identity in the local contact book."),auto_accept:k.boolean().optional().describe("Auto-accept local introductions (false = queue them for approval).")},async({expose:r,auto_accept:n})=>K(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:k.string().min(1).describe("Pending introduction to act on (name or container id)."),action:k.enum(["approve","reject"]).describe("approve or reject.")},async({contact:r,action:n})=>K(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:k.string().min(1).describe("Contact name or container id to remove.")},async({contact:r})=>K(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:k.string().min(1).describe("Contact name or container id to rename."),name:k.string().min(1).describe("The new display name.")},async({contact:r,name:n})=>K(e(),o=>o.renameContact({contact:r,name:n}),o=>q(`Renamed contact "${o.from}" to "${n}" (${o.cid}).`)))}import{createWriteStream as rP,mkdirSync as nP,statSync as oP}from"node:fs";import{dirname as sP,resolve as iP}from"node:path";import{Readable as aP}from"node:stream";import{pipeline as cP}from"node:stream/promises";import{FILE_SELECTION_CAP as uP,OursError as lP}from"@ours.network/sdk";import{accessSync as QT,constants as eP}from"node:fs";var fy=["1","true","yes","on"].includes((process.env.OURS_FILES_ALWAYS_PROMPT??"").trim().toLowerCase()),my=t=>{try{return QT(t,eP.R_OK),!0}catch{return!1}};function hy(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 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=>`
53
+ `)}`}var tP=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 gy(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(tP)];return r.content=[{type:"text",text:i.join(`
54
+ `)},...r.content??[]],!0}var dP={INVALID_SELECTION:"invalid_selection",MALFORMED_ID:"malformed_id",DUPLICATE_ID:"duplicate_id",UNKNOWN_OR_STALE_ID:"unknown_or_stale_id"},yy="get_files failed: ";function _y(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()=>K(e(),r=>r.listIncomingFiles(),r=>({content:[{type:"text",text:hy(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:k.array(k.string()).optional().describe(`Optional 1-${uP} unique 64-hex wire_ids from list_incoming_files. Omit for the oldest bounded unread batch.`),limit:k.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 gy(s,fy?()=>!1:my),s}catch(o){if(!(o instanceof lP))throw o;let s=dP[o.code];if(!s)return q(o.message,!0);let i=o.message.startsWith(yy)?o.message.slice(yy.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:k.string().min(1).describe("wire_id of a stored file for the bound identity."),dest_path:k.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=iP(n);nP(sP(s),{recursive:!0}),await cP(aP.fromWeb(o),rP(s));let i=oP(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 vy={peer_cid:k.string().min(1).optional().describe("Authenticated peer container id to filter by."),direction:k.enum(["in","out"]).optional().describe("Filter by inbound or outbound direction."),before_seq:k.number().int().positive().optional().describe("Return items with seq below this pagination cursor."),limit:k.number().int().min(1).max(200).optional().describe("Page size from 1 to 200 (default 50).")};function by(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 xy(t){let e={item:t};return{content:[{type:"text",text:JSON.stringify(e,null,2)}],structuredContent:e,isError:!1}}function $y(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.",vy,async r=>K(e(),n=>n.listHistory(r),by)),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:k.string().min(1).describe("Exact message wire_id.")},async({wire_id:r})=>K(e(),n=>n.getHistoryItem({wire_id:r}),xy)),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.",vy,async r=>K(e(),n=>n.listFiles(r),by)),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:k.string().min(1).describe("Exact file wire_id.")},async({wire_id:r})=>K(e(),n=>n.getFileInfo({wire_id:r}),xy))}import{OursError as Ql}from"@ours.network/sdk";async function wy(t,e){let r=new Set(await t.list());return e.filter(n=>r.has(n.name))}var pi=t=>"cid"in t,ed=t=>`
55
55
 
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}
56
+ Ask the user whether to enable this harness's live mail monitor for "${t}". Never enable monitoring without explicit consent.`,ky=(t,e,r)=>t?` Published to the local contact book${e?"":" (introductions require approval)"}.`:r,pP=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).`,fP=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 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 di=t=>pi(t)?t.session==="mine"?" \u2190 this session":t.session==="other-live"?" (in use by another session)":"":"",td=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 zy(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:k.string().min(1).describe('Display name for the new identity, e.g. "Alice".'),bio:k.string().default("").describe("Optional free-text bio for the identity profile."),expose_local:k.boolean().default(!0).describe("Publish this identity in the host-local contact book."),local_auto_accept:k.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})=>K(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=ky(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}${ed(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:k.string().min(1).optional().describe('Optional public display name. Omitted: a random public-safe name like "tmp-1a2b3c4d5e" is generated.'),bio:k.string().default("").describe("Optional free-text bio for the identity profile."),expose_local:k.boolean().default(!1).describe("Publish in the host-local contact book (default false for a temporary identity)."),local_auto_accept:k.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})=>K(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=ky(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 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+=`
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:k.string().min(1).optional().describe("Temporary identity to close. Defaults to the one bound to this session.")},async({name:n})=>K(e(),async o=>{let s=n??(await o.currentIdentity()).name;return Sy(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. ${pP(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:k.string().min(1).describe(`The person's name, e.g. "Vitalii Shakhmatov".`),bio:k.string().default("").describe("Free-text bio describing the person (carried in role invites)."),expose_local:k.boolean().default(!0).describe("Publish the root in the host-local contact book."),local_auto_accept:k.boolean().default(!0).describe("Auto-accept local contact-book introductions (false = they queue for approval)."),skip_if_root_exists:k.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})=>K(e(),c=>li(r,n,()=>c.createRootIdentity({name:n,bio:o,exposeLocal:s,localAutoAccept:i,skipIfRootExists:a})),async c=>{let u=ed(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:k.string().min(1).describe("Identity name the workspace belongs to."),path:k.string().min(1).describe("Absolute target: a directory (file is created inside it) or a full path ending in .ours-identity."),force:k.boolean().default(!1).describe("Once the user approves binding, eviction of another holder is pre-approved (no second confirmation)."),expose_local:k.boolean().default(!0).describe("Publish this identity in the host-local contact book."),local_auto_accept:k.boolean().default(!0).describe("Auto-accept local contact-book introductions (false = they queue for approval)."),overwrite:k.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})=>K(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:k.string().min(1).describe("Name of the identity to bind."),force:k.boolean().default(!1).describe("Evict another session that holds this identity.")},async({name:n,force:o})=>K(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+=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}):
61
+ Switched away from "${s.switchedFrom}" \u2014 disable any live monitor previously armed for it.`),i+=ed(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()=>K(e(),n=>n.listIdentities(),async n=>{let o=await wy(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)${td(a)}${di(a)}`:s?`\u2022 ${a.name} \u2014 ${a.cid} (flat, no delegation)${td(a)}${di(a)}`:`\u2022 ${a.name} \u2014 ${a.cid}${td(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
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 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?`
66
+ Persona: ${n.persona}`:"";return q(`Bound to "${n.name}" (${n.cid})${o}.${s}${i}${a}`)}catch(n){if(n instanceof Ql)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:k.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?q(`Removed temporary identity "${o.name}" and its state.${fP(o.close)}`):q(`Removed identity "${o.name}" and its state.`)}catch(o){if(o instanceof Ql&&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 Ql)return q(o.message,!0);throw o}})}import{readFileSync as mP}from"node:fs";import{basename as hP,resolve as gP}from"node:path";import{errFileUnreadable as yP}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 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};
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 Ty(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:k.string().min(1).describe("Contact name or container id to send to."),text:k.string().min(1).describe("The message text."),reply_to_wire_id:k.string().optional().describe("wire_id (from get_messages or list_history) of the message this replies to."),reply_to_sentence:k.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})=>K(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:k.string().min(1).describe("Contact name or container id to send to."),path:k.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:k.string().min(1).optional().describe("Inline file bytes, base64-encoded (alternative to path)."),filename:k.string().min(1).optional().describe("Filename to advertise (required with data_base64; defaults to basename of path)."),mime:k.string().optional().describe("MIME type (inferred from the path extension when omitted)."),reply_to_wire_id:k.string().optional().describe("wire_id (from unread or persistent-history tools) this file replies to."),reply_to_sentence:k.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})=>K(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=gP(n),d;try{d=mP(l)}catch(f){throw yP(String(f))}let h=await u.uploadFile(new Uint8Array(d),{filename:s??hP(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:k.number().int().min(1).max(200).optional().describe("Batch size from 1 to 200 (default 50).")},async({limit:r})=>K(e(),n=>n.getMessages({limit:r}),n=>{let o={count:n.messages.length,messages:n.messages,command_results:n.command_results,commands_handled:n.commands_handled,remaining:n.remaining};return{content:[{type:"text",text:JSON.stringify(o,null,2)}],structuredContent:o,isError:!1}}))}function Py(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:k.string().describe("The new bio text (empty string clears it).")},async({bio:r})=>K(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()=>K(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:k.string().describe("The new persona text (empty string clears it).")},async({persona:r})=>K(e(),n=>n.setPersona({persona:r}),n=>q(`Updated the persona of "${n.identity}".`)))}function rZ(t,e,r){let n=new ui({name:"ours",version:e},{capabilities:{logging:{}}}),o=()=>t;return zy(n,o,r),py(n,o),Py(n,o),Ty(n,o),ly(n,o),_y(n,o),$y(n,o),n}export{rZ as createOursMcpServer};