@dvquys/qrec 0.2.4 → 0.3.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/package.json +5 -2
- package/plugin/scripts/bun-finder.js +25 -0
- package/plugin/scripts/qrec-mcp.cjs +62 -0
- package/plugin/scripts/qrec-mcp.js +24 -0
- package/plugin/scripts/qrec.cjs +217 -57
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";var __=Object.create;var hs=Object.defineProperty;var $_=Object.getOwnPropertyDescriptor;var b_=Object.getOwnPropertyNames;var x_=Object.getPrototypeOf,k_=Object.prototype.hasOwnProperty;var w=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),hn=(e,t)=>{for(var r in t)hs(e,r,{get:t[r],enumerable:!0})},w_=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of b_(t))!k_.call(e,o)&&o!==r&&hs(e,o,{get:()=>t[o],enumerable:!(n=$_(t,o))||n.enumerable});return e};var gs=(e,t,r)=>(r=e!=null?__(x_(e)):{},w_(t||!e||!e.__esModule?hs(r,"default",{value:e,enumerable:!0}):r,e));var Po=w(re=>{"use strict";Object.defineProperty(re,"__esModule",{value:!0});re.regexpCode=re.getEsmExportName=re.getProperty=re.safeStringify=re.stringify=re.strConcat=re.addCodeArg=re.str=re._=re.nil=re._Code=re.Name=re.IDENTIFIER=re._CodeOrName=void 0;var zo=class{};re._CodeOrName=zo;re.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var pr=class extends zo{constructor(t){if(super(),!re.IDENTIFIER.test(t))throw new Error("CodeGen: name must be a valid identifier");this.str=t}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};re.Name=pr;var et=class extends zo{constructor(t){super(),this._items=typeof t=="string"?[t]:t}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let t=this._items[0];return t===""||t==='""'}get str(){var t;return(t=this._str)!==null&&t!==void 0?t:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var t;return(t=this._names)!==null&&t!==void 0?t:this._names=this._items.reduce((r,n)=>(n instanceof pr&&(r[n.str]=(r[n.str]||0)+1),r),{})}};re._Code=et;re.nil=new et("");function wg(e,...t){let r=[e[0]],n=0;for(;n<t.length;)ld(r,t[n]),r.push(e[++n]);return new et(r)}re._=wg;var ud=new et("+");function Sg(e,...t){let r=[Io(e[0])],n=0;for(;n<t.length;)r.push(ud),ld(r,t[n]),r.push(ud,Io(e[++n]));return dw(r),new et(r)}re.str=Sg;function ld(e,t){t instanceof et?e.push(...t._items):t instanceof pr?e.push(t):e.push(mw(t))}re.addCodeArg=ld;function dw(e){let t=1;for(;t<e.length-1;){if(e[t]===ud){let r=pw(e[t-1],e[t+1]);if(r!==void 0){e.splice(t-1,3,r);continue}e[t++]="+"}t++}}function pw(e,t){if(t==='""')return e;if(e==='""')return t;if(typeof e=="string")return t instanceof pr||e[e.length-1]!=='"'?void 0:typeof t!="string"?`${e.slice(0,-1)}${t}"`:t[0]==='"'?e.slice(0,-1)+t.slice(1):void 0;if(typeof t=="string"&&t[0]==='"'&&!(e instanceof pr))return`"${e}${t.slice(1)}`}function fw(e,t){return t.emptyStr()?e:e.emptyStr()?t:Sg`${e}${t}`}re.strConcat=fw;function mw(e){return typeof e=="number"||typeof e=="boolean"||e===null?e:Io(Array.isArray(e)?e.join(","):e)}function hw(e){return new et(Io(e))}re.stringify=hw;function Io(e){return JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}re.safeStringify=Io;function gw(e){return typeof e=="string"&&re.IDENTIFIER.test(e)?new et(`.${e}`):wg`[${e}]`}re.getProperty=gw;function vw(e){if(typeof e=="string"&&re.IDENTIFIER.test(e))return new et(`${e}`);throw new Error(`CodeGen: invalid export name: ${e}, use explicit $id name mapping`)}re.getEsmExportName=vw;function yw(e){return new et(e.toString())}re.regexpCode=yw});var fd=w(Me=>{"use strict";Object.defineProperty(Me,"__esModule",{value:!0});Me.ValueScope=Me.ValueScopeName=Me.Scope=Me.varKinds=Me.UsedValueState=void 0;var Ce=Po(),dd=class extends Error{constructor(t){super(`CodeGen: "code" for ${t} not defined`),this.value=t.value}},wa;(function(e){e[e.Started=0]="Started",e[e.Completed=1]="Completed"})(wa||(Me.UsedValueState=wa={}));Me.varKinds={const:new Ce.Name("const"),let:new Ce.Name("let"),var:new Ce.Name("var")};var Sa=class{constructor({prefixes:t,parent:r}={}){this._names={},this._prefixes=t,this._parent=r}toName(t){return t instanceof Ce.Name?t:this.name(t)}name(t){return new Ce.Name(this._newName(t))}_newName(t){let r=this._names[t]||this._nameGroup(t);return`${t}${r.index++}`}_nameGroup(t){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(t)||this._prefixes&&!this._prefixes.has(t))throw new Error(`CodeGen: prefix "${t}" is not allowed in this scope`);return this._names[t]={prefix:t,index:0}}};Me.Scope=Sa;var za=class extends Ce.Name{constructor(t,r){super(r),this.prefix=t}setValue(t,{property:r,itemIndex:n}){this.value=t,this.scopePath=(0,Ce._)`.${new Ce.Name(r)}[${n}]`}};Me.ValueScopeName=za;var _w=(0,Ce._)`\n`,pd=class extends Sa{constructor(t){super(t),this._values={},this._scope=t.scope,this.opts={...t,_n:t.lines?_w:Ce.nil}}get(){return this._scope}name(t){return new za(t,this._newName(t))}value(t,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(t),{prefix:i}=o,a=(n=r.key)!==null&&n!==void 0?n:r.ref,s=this._values[i];if(s){let l=s.get(a);if(l)return l}else s=this._values[i]=new Map;s.set(a,o);let c=this._scope[i]||(this._scope[i]=[]),u=c.length;return c[u]=r.ref,o.setValue(r,{property:i,itemIndex:u}),o}getValue(t,r){let n=this._values[t];if(n)return n.get(r)}scopeRefs(t,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Ce._)`${t}${n.scopePath}`})}scopeCode(t=this._values,r,n){return this._reduceValues(t,o=>{if(o.value===void 0)throw new Error(`CodeGen: name "${o}" has no value`);return o.value.code},r,n)}_reduceValues(t,r,n={},o){let i=Ce.nil;for(let a in t){let s=t[a];if(!s)continue;let c=n[a]=n[a]||new Map;s.forEach(u=>{if(c.has(u))return;c.set(u,wa.Started);let l=r(u);if(l){let d=this.opts.es5?Me.varKinds.var:Me.varKinds.const;i=(0,Ce._)`${i}${d} ${u} = ${l};${this.opts._n}`}else if(l=o?.(u))i=(0,Ce._)`${i}${l}${this.opts._n}`;else throw new dd(u);c.set(u,wa.Completed)})}return i}};Me.ValueScope=pd});var K=w(B=>{"use strict";Object.defineProperty(B,"__esModule",{value:!0});B.or=B.and=B.not=B.CodeGen=B.operators=B.varKinds=B.ValueScopeName=B.ValueScope=B.Scope=B.Name=B.regexpCode=B.stringify=B.getProperty=B.nil=B.strConcat=B.str=B._=void 0;var Q=Po(),ut=fd(),Ht=Po();Object.defineProperty(B,"_",{enumerable:!0,get:function(){return Ht._}});Object.defineProperty(B,"str",{enumerable:!0,get:function(){return Ht.str}});Object.defineProperty(B,"strConcat",{enumerable:!0,get:function(){return Ht.strConcat}});Object.defineProperty(B,"nil",{enumerable:!0,get:function(){return Ht.nil}});Object.defineProperty(B,"getProperty",{enumerable:!0,get:function(){return Ht.getProperty}});Object.defineProperty(B,"stringify",{enumerable:!0,get:function(){return Ht.stringify}});Object.defineProperty(B,"regexpCode",{enumerable:!0,get:function(){return Ht.regexpCode}});Object.defineProperty(B,"Name",{enumerable:!0,get:function(){return Ht.Name}});var ja=fd();Object.defineProperty(B,"Scope",{enumerable:!0,get:function(){return ja.Scope}});Object.defineProperty(B,"ValueScope",{enumerable:!0,get:function(){return ja.ValueScope}});Object.defineProperty(B,"ValueScopeName",{enumerable:!0,get:function(){return ja.ValueScopeName}});Object.defineProperty(B,"varKinds",{enumerable:!0,get:function(){return ja.varKinds}});B.operators={GT:new Q._Code(">"),GTE:new Q._Code(">="),LT:new Q._Code("<"),LTE:new Q._Code("<="),EQ:new Q._Code("==="),NEQ:new Q._Code("!=="),NOT:new Q._Code("!"),OR:new Q._Code("||"),AND:new Q._Code("&&"),ADD:new Q._Code("+")};var Nt=class{optimizeNodes(){return this}optimizeNames(t,r){return this}},md=class extends Nt{constructor(t,r,n){super(),this.varKind=t,this.name=r,this.rhs=n}render({es5:t,_n:r}){let n=t?ut.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(t,r){if(t[this.name.str])return this.rhs&&(this.rhs=Xr(this.rhs,t,r)),this}get names(){return this.rhs instanceof Q._CodeOrName?this.rhs.names:{}}},Ia=class extends Nt{constructor(t,r,n){super(),this.lhs=t,this.rhs=r,this.sideEffects=n}render({_n:t}){return`${this.lhs} = ${this.rhs};`+t}optimizeNames(t,r){if(!(this.lhs instanceof Q.Name&&!t[this.lhs.str]&&!this.sideEffects))return this.rhs=Xr(this.rhs,t,r),this}get names(){let t=this.lhs instanceof Q.Name?{}:{...this.lhs.names};return Ta(t,this.rhs)}},hd=class extends Ia{constructor(t,r,n,o){super(t,n,o),this.op=r}render({_n:t}){return`${this.lhs} ${this.op}= ${this.rhs};`+t}},gd=class extends Nt{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`${this.label}:`+t}},vd=class extends Nt{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`break${this.label?` ${this.label}`:""};`+t}},yd=class extends Nt{constructor(t){super(),this.error=t}render({_n:t}){return`throw ${this.error};`+t}get names(){return this.error.names}},_d=class extends Nt{constructor(t){super(),this.code=t}render({_n:t}){return`${this.code};`+t}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(t,r){return this.code=Xr(this.code,t,r),this}get names(){return this.code instanceof Q._CodeOrName?this.code.names:{}}},To=class extends Nt{constructor(t=[]){super(),this.nodes=t}render(t){return this.nodes.reduce((r,n)=>r+n.render(t),"")}optimizeNodes(){let{nodes:t}=this,r=t.length;for(;r--;){let n=t[r].optimizeNodes();Array.isArray(n)?t.splice(r,1,...n):n?t[r]=n:t.splice(r,1)}return t.length>0?this:void 0}optimizeNames(t,r){let{nodes:n}=this,o=n.length;for(;o--;){let i=n[o];i.optimizeNames(t,r)||($w(t,i.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((t,r)=>hr(t,r.names),{})}},Dt=class extends To{render(t){return"{"+t._n+super.render(t)+"}"+t._n}},$d=class extends To{},Wr=class extends Dt{};Wr.kind="else";var fr=class e extends Dt{constructor(t,r){super(r),this.condition=t}render(t){let r=`if(${this.condition})`+super.render(t);return this.else&&(r+="else "+this.else.render(t)),r}optimizeNodes(){super.optimizeNodes();let t=this.condition;if(t===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new Wr(n):n}if(r)return t===!1?r instanceof e?r:r.nodes:this.nodes.length?this:new e(zg(t),r instanceof e?[r]:r.nodes);if(!(t===!1||!this.nodes.length))return this}optimizeNames(t,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(t,r),!!(super.optimizeNames(t,r)||this.else))return this.condition=Xr(this.condition,t,r),this}get names(){let t=super.names;return Ta(t,this.condition),this.else&&hr(t,this.else.names),t}};fr.kind="if";var mr=class extends Dt{};mr.kind="for";var bd=class extends mr{constructor(t){super(),this.iteration=t}render(t){return`for(${this.iteration})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iteration=Xr(this.iteration,t,r),this}get names(){return hr(super.names,this.iteration.names)}},xd=class extends mr{constructor(t,r,n,o){super(),this.varKind=t,this.name=r,this.from=n,this.to=o}render(t){let r=t.es5?ut.varKinds.var:this.varKind,{name:n,from:o,to:i}=this;return`for(${r} ${n}=${o}; ${n}<${i}; ${n}++)`+super.render(t)}get names(){let t=Ta(super.names,this.from);return Ta(t,this.to)}},Pa=class extends mr{constructor(t,r,n,o){super(),this.loop=t,this.varKind=r,this.name=n,this.iterable=o}render(t){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iterable=Xr(this.iterable,t,r),this}get names(){return hr(super.names,this.iterable.names)}},jo=class extends Dt{constructor(t,r,n){super(),this.name=t,this.args=r,this.async=n}render(t){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(t)}};jo.kind="func";var Eo=class extends To{render(t){return"return "+super.render(t)}};Eo.kind="return";var kd=class extends Dt{render(t){let r="try"+super.render(t);return this.catch&&(r+=this.catch.render(t)),this.finally&&(r+=this.finally.render(t)),r}optimizeNodes(){var t,r;return super.optimizeNodes(),(t=this.catch)===null||t===void 0||t.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(t,r){var n,o;return super.optimizeNames(t,r),(n=this.catch)===null||n===void 0||n.optimizeNames(t,r),(o=this.finally)===null||o===void 0||o.optimizeNames(t,r),this}get names(){let t=super.names;return this.catch&&hr(t,this.catch.names),this.finally&&hr(t,this.finally.names),t}},Oo=class extends Dt{constructor(t){super(),this.error=t}render(t){return`catch(${this.error})`+super.render(t)}};Oo.kind="catch";var No=class extends Dt{render(t){return"finally"+super.render(t)}};No.kind="finally";var wd=class{constructor(t,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
|
|
2
|
+
`:""},this._extScope=t,this._scope=new ut.Scope({parent:t}),this._nodes=[new $d]}toString(){return this._root.render(this.opts)}name(t){return this._scope.name(t)}scopeName(t){return this._extScope.name(t)}scopeValue(t,r){let n=this._extScope.value(t,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(t,r){return this._extScope.getValue(t,r)}scopeRefs(t){return this._extScope.scopeRefs(t,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(t,r,n,o){let i=this._scope.toName(r);return n!==void 0&&o&&(this._constants[i.str]=n),this._leafNode(new md(t,i,n)),i}const(t,r,n){return this._def(ut.varKinds.const,t,r,n)}let(t,r,n){return this._def(ut.varKinds.let,t,r,n)}var(t,r,n){return this._def(ut.varKinds.var,t,r,n)}assign(t,r,n){return this._leafNode(new Ia(t,r,n))}add(t,r){return this._leafNode(new hd(t,B.operators.ADD,r))}code(t){return typeof t=="function"?t():t!==Q.nil&&this._leafNode(new _d(t)),this}object(...t){let r=["{"];for(let[n,o]of t)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,Q.addCodeArg)(r,o));return r.push("}"),new Q._Code(r)}if(t,r,n){if(this._blockNode(new fr(t)),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(t){return this._elseNode(new fr(t))}else(){return this._elseNode(new Wr)}endIf(){return this._endBlockNode(fr,Wr)}_for(t,r){return this._blockNode(t),r&&this.code(r).endFor(),this}for(t,r){return this._for(new bd(t),r)}forRange(t,r,n,o,i=this.opts.es5?ut.varKinds.var:ut.varKinds.let){let a=this._scope.toName(t);return this._for(new xd(i,a,r,n),()=>o(a))}forOf(t,r,n,o=ut.varKinds.const){let i=this._scope.toName(t);if(this.opts.es5){let a=r instanceof Q.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,Q._)`${a}.length`,s=>{this.var(i,(0,Q._)`${a}[${s}]`),n(i)})}return this._for(new Pa("of",o,i,r),()=>n(i))}forIn(t,r,n,o=this.opts.es5?ut.varKinds.var:ut.varKinds.const){if(this.opts.ownProperties)return this.forOf(t,(0,Q._)`Object.keys(${r})`,n);let i=this._scope.toName(t);return this._for(new Pa("in",o,i,r),()=>n(i))}endFor(){return this._endBlockNode(mr)}label(t){return this._leafNode(new gd(t))}break(t){return this._leafNode(new vd(t))}return(t){let r=new Eo;if(this._blockNode(r),this.code(t),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(Eo)}try(t,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new kd;if(this._blockNode(o),this.code(t),r){let i=this.name("e");this._currNode=o.catch=new Oo(i),r(i)}return n&&(this._currNode=o.finally=new No,this.code(n)),this._endBlockNode(Oo,No)}throw(t){return this._leafNode(new yd(t))}block(t,r){return this._blockStarts.push(this._nodes.length),t&&this.code(t).endBlock(r),this}endBlock(t){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||t!==void 0&&n!==t)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${t} expected`);return this._nodes.length=r,this}func(t,r=Q.nil,n,o){return this._blockNode(new jo(t,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(jo)}optimize(t=1){for(;t-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(t){return this._currNode.nodes.push(t),this}_blockNode(t){this._currNode.nodes.push(t),this._nodes.push(t)}_endBlockNode(t,r){let n=this._currNode;if(n instanceof t||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${t.kind}/${r.kind}`:t.kind}"`)}_elseNode(t){let r=this._currNode;if(!(r instanceof fr))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=t,this}get _root(){return this._nodes[0]}get _currNode(){let t=this._nodes;return t[t.length-1]}set _currNode(t){let r=this._nodes;r[r.length-1]=t}};B.CodeGen=wd;function hr(e,t){for(let r in t)e[r]=(e[r]||0)+(t[r]||0);return e}function Ta(e,t){return t instanceof Q._CodeOrName?hr(e,t.names):e}function Xr(e,t,r){if(e instanceof Q.Name)return n(e);if(!o(e))return e;return new Q._Code(e._items.reduce((i,a)=>(a instanceof Q.Name&&(a=n(a)),a instanceof Q._Code?i.push(...a._items):i.push(a),i),[]));function n(i){let a=r[i.str];return a===void 0||t[i.str]!==1?i:(delete t[i.str],a)}function o(i){return i instanceof Q._Code&&i._items.some(a=>a instanceof Q.Name&&t[a.str]===1&&r[a.str]!==void 0)}}function $w(e,t){for(let r in t)e[r]=(e[r]||0)-(t[r]||0)}function zg(e){return typeof e=="boolean"||typeof e=="number"||e===null?!e:(0,Q._)`!${Sd(e)}`}B.not=zg;var bw=Ig(B.operators.AND);function xw(...e){return e.reduce(bw)}B.and=xw;var kw=Ig(B.operators.OR);function ww(...e){return e.reduce(kw)}B.or=ww;function Ig(e){return(t,r)=>t===Q.nil?r:r===Q.nil?t:(0,Q._)`${Sd(t)} ${e} ${Sd(r)}`}function Sd(e){return e instanceof Q.Name?e:(0,Q._)`(${e})`}});var ee=w(W=>{"use strict";Object.defineProperty(W,"__esModule",{value:!0});W.checkStrictMode=W.getErrorPath=W.Type=W.useFunc=W.setEvaluated=W.evaluatedPropsToName=W.mergeEvaluated=W.eachItem=W.unescapeJsonPointer=W.escapeJsonPointer=W.escapeFragment=W.unescapeFragment=W.schemaRefOrVal=W.schemaHasRulesButRef=W.schemaHasRules=W.checkUnknownRules=W.alwaysValidSchema=W.toHash=void 0;var le=K(),Sw=Po();function zw(e){let t={};for(let r of e)t[r]=!0;return t}W.toHash=zw;function Iw(e,t){return typeof t=="boolean"?t:Object.keys(t).length===0?!0:(jg(e,t),!Eg(t,e.self.RULES.all))}W.alwaysValidSchema=Iw;function jg(e,t=e.schema){let{opts:r,self:n}=e;if(!r.strictSchema||typeof t=="boolean")return;let o=n.RULES.keywords;for(let i in t)o[i]||Dg(e,`unknown keyword: "${i}"`)}W.checkUnknownRules=jg;function Eg(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(t[r])return!0;return!1}W.schemaHasRules=Eg;function Pw(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(r!=="$ref"&&t.all[r])return!0;return!1}W.schemaHasRulesButRef=Pw;function Tw({topSchemaRef:e,schemaPath:t},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,le._)`${r}`}return(0,le._)`${e}${t}${(0,le.getProperty)(n)}`}W.schemaRefOrVal=Tw;function jw(e){return Og(decodeURIComponent(e))}W.unescapeFragment=jw;function Ew(e){return encodeURIComponent(Id(e))}W.escapeFragment=Ew;function Id(e){return typeof e=="number"?`${e}`:e.replace(/~/g,"~0").replace(/\//g,"~1")}W.escapeJsonPointer=Id;function Og(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}W.unescapeJsonPointer=Og;function Ow(e,t){if(Array.isArray(e))for(let r of e)t(r);else t(e)}W.eachItem=Ow;function Pg({mergeNames:e,mergeToName:t,mergeValues:r,resultToName:n}){return(o,i,a,s)=>{let c=a===void 0?i:a instanceof le.Name?(i instanceof le.Name?e(o,i,a):t(o,i,a),a):i instanceof le.Name?(t(o,a,i),i):r(i,a);return s===le.Name&&!(c instanceof le.Name)?n(o,c):c}}W.mergeEvaluated={props:Pg({mergeNames:(e,t,r)=>e.if((0,le._)`${r} !== true && ${t} !== undefined`,()=>{e.if((0,le._)`${t} === true`,()=>e.assign(r,!0),()=>e.assign(r,(0,le._)`${r} || {}`).code((0,le._)`Object.assign(${r}, ${t})`))}),mergeToName:(e,t,r)=>e.if((0,le._)`${r} !== true`,()=>{t===!0?e.assign(r,!0):(e.assign(r,(0,le._)`${r} || {}`),Pd(e,r,t))}),mergeValues:(e,t)=>e===!0?!0:{...e,...t},resultToName:Ng}),items:Pg({mergeNames:(e,t,r)=>e.if((0,le._)`${r} !== true && ${t} !== undefined`,()=>e.assign(r,(0,le._)`${t} === true ? true : ${r} > ${t} ? ${r} : ${t}`)),mergeToName:(e,t,r)=>e.if((0,le._)`${r} !== true`,()=>e.assign(r,t===!0?!0:(0,le._)`${r} > ${t} ? ${r} : ${t}`)),mergeValues:(e,t)=>e===!0?!0:Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})};function Ng(e,t){if(t===!0)return e.var("props",!0);let r=e.var("props",(0,le._)`{}`);return t!==void 0&&Pd(e,r,t),r}W.evaluatedPropsToName=Ng;function Pd(e,t,r){Object.keys(r).forEach(n=>e.assign((0,le._)`${t}${(0,le.getProperty)(n)}`,!0))}W.setEvaluated=Pd;var Tg={};function Nw(e,t){return e.scopeValue("func",{ref:t,code:Tg[t.code]||(Tg[t.code]=new Sw._Code(t.code))})}W.useFunc=Nw;var zd;(function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"})(zd||(W.Type=zd={}));function Dw(e,t,r){if(e instanceof le.Name){let n=t===zd.Num;return r?n?(0,le._)`"[" + ${e} + "]"`:(0,le._)`"['" + ${e} + "']"`:n?(0,le._)`"/" + ${e}`:(0,le._)`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,le.getProperty)(e).toString():"/"+Id(e)}W.getErrorPath=Dw;function Dg(e,t,r=e.opts.strictSchema){if(r){if(t=`strict mode: ${t}`,r===!0)throw new Error(t);e.self.logger.warn(t)}}W.checkStrictMode=Dg});var Zt=w(Td=>{"use strict";Object.defineProperty(Td,"__esModule",{value:!0});var Pe=K(),Zw={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")};Td.default=Zw});var Do=w(Te=>{"use strict";Object.defineProperty(Te,"__esModule",{value:!0});Te.extendErrors=Te.resetErrorsCount=Te.reportExtraError=Te.reportError=Te.keyword$DataError=Te.keywordError=void 0;var te=K(),Ea=ee(),Re=Zt();Te.keywordError={message:({keyword:e})=>(0,te.str)`must pass "${e}" keyword validation`};Te.keyword$DataError={message:({keyword:e,schemaType:t})=>t?(0,te.str)`"${e}" keyword must be ${t} ($data)`:(0,te.str)`"${e}" keyword is invalid ($data)`};function Rw(e,t=Te.keywordError,r,n){let{it:o}=e,{gen:i,compositeRule:a,allErrors:s}=o,c=Ug(e,t,r);n??(a||s)?Zg(i,c):Rg(o,(0,te._)`[${c}]`)}Te.reportError=Rw;function Uw(e,t=Te.keywordError,r){let{it:n}=e,{gen:o,compositeRule:i,allErrors:a}=n,s=Ug(e,t,r);Zg(o,s),i||a||Rg(n,Re.default.vErrors)}Te.reportExtraError=Uw;function Aw(e,t){e.assign(Re.default.errors,t),e.if((0,te._)`${Re.default.vErrors} !== null`,()=>e.if(t,()=>e.assign((0,te._)`${Re.default.vErrors}.length`,t),()=>e.assign(Re.default.vErrors,null)))}Te.resetErrorsCount=Aw;function Cw({gen:e,keyword:t,schemaValue:r,data:n,errsCount:o,it:i}){if(o===void 0)throw new Error("ajv implementation error");let a=e.name("err");e.forRange("i",o,Re.default.errors,s=>{e.const(a,(0,te._)`${Re.default.vErrors}[${s}]`),e.if((0,te._)`${a}.instancePath === undefined`,()=>e.assign((0,te._)`${a}.instancePath`,(0,te.strConcat)(Re.default.instancePath,i.errorPath))),e.assign((0,te._)`${a}.schemaPath`,(0,te.str)`${i.errSchemaPath}/${t}`),i.opts.verbose&&(e.assign((0,te._)`${a}.schema`,r),e.assign((0,te._)`${a}.data`,n))})}Te.extendErrors=Cw;function Zg(e,t){let r=e.const("err",t);e.if((0,te._)`${Re.default.vErrors} === null`,()=>e.assign(Re.default.vErrors,(0,te._)`[${r}]`),(0,te._)`${Re.default.vErrors}.push(${r})`),e.code((0,te._)`${Re.default.errors}++`)}function Rg(e,t){let{gen:r,validateName:n,schemaEnv:o}=e;o.$async?r.throw((0,te._)`new ${e.ValidationError}(${t})`):(r.assign((0,te._)`${n}.errors`,t),r.return(!1))}var gr={keyword:new te.Name("keyword"),schemaPath:new te.Name("schemaPath"),params:new te.Name("params"),propertyName:new te.Name("propertyName"),message:new te.Name("message"),schema:new te.Name("schema"),parentSchema:new te.Name("parentSchema")};function Ug(e,t,r){let{createErrors:n}=e.it;return n===!1?(0,te._)`{}`:Mw(e,t,r)}function Mw(e,t,r={}){let{gen:n,it:o}=e,i=[qw(o,r),Lw(e,r)];return Vw(e,t,i),n.object(...i)}function qw({errorPath:e},{instancePath:t}){let r=t?(0,te.str)`${e}${(0,Ea.getErrorPath)(t,Ea.Type.Str)}`:e;return[Re.default.instancePath,(0,te.strConcat)(Re.default.instancePath,r)]}function Lw({keyword:e,it:{errSchemaPath:t}},{schemaPath:r,parentSchema:n}){let o=n?t:(0,te.str)`${t}/${e}`;return r&&(o=(0,te.str)`${o}${(0,Ea.getErrorPath)(r,Ea.Type.Str)}`),[gr.schemaPath,o]}function Vw(e,{params:t,message:r},n){let{keyword:o,data:i,schemaValue:a,it:s}=e,{opts:c,propertyName:u,topSchemaRef:l,schemaPath:d}=s;n.push([gr.keyword,o],[gr.params,typeof t=="function"?t(e):t||(0,te._)`{}`]),c.messages&&n.push([gr.message,typeof r=="function"?r(e):r]),c.verbose&&n.push([gr.schema,a],[gr.parentSchema,(0,te._)`${l}${d}`],[Re.default.data,i]),u&&n.push([gr.propertyName,u])}});var Cg=w(Yr=>{"use strict";Object.defineProperty(Yr,"__esModule",{value:!0});Yr.boolOrEmptySchema=Yr.topBoolOrEmptySchema=void 0;var Fw=Do(),Jw=K(),Kw=Zt(),Gw={message:"boolean schema is false"};function Bw(e){let{gen:t,schema:r,validateName:n}=e;r===!1?Ag(e,!1):typeof r=="object"&&r.$async===!0?t.return(Kw.default.data):(t.assign((0,Jw._)`${n}.errors`,null),t.return(!0))}Yr.topBoolOrEmptySchema=Bw;function Hw(e,t){let{gen:r,schema:n}=e;n===!1?(r.var(t,!1),Ag(e)):r.var(t,!0)}Yr.boolOrEmptySchema=Hw;function Ag(e,t){let{gen:r,data:n}=e,o={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,Fw.reportError)(o,Gw,void 0,t)}});var jd=w(Qr=>{"use strict";Object.defineProperty(Qr,"__esModule",{value:!0});Qr.getRules=Qr.isJSONType=void 0;var Ww=["string","number","integer","boolean","null","object","array"],Xw=new Set(Ww);function Yw(e){return typeof e=="string"&&Xw.has(e)}Qr.isJSONType=Yw;function Qw(){let e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}Qr.getRules=Qw});var Ed=w(Wt=>{"use strict";Object.defineProperty(Wt,"__esModule",{value:!0});Wt.shouldUseRule=Wt.shouldUseGroup=Wt.schemaHasRulesForType=void 0;function eS({schema:e,self:t},r){let n=t.RULES.types[r];return n&&n!==!0&&Mg(e,n)}Wt.schemaHasRulesForType=eS;function Mg(e,t){return t.rules.some(r=>qg(e,r))}Wt.shouldUseGroup=Mg;function qg(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some(n=>e[n]!==void 0))}Wt.shouldUseRule=qg});var Zo=w(je=>{"use strict";Object.defineProperty(je,"__esModule",{value:!0});je.reportTypeError=je.checkDataTypes=je.checkDataType=je.coerceAndCheckDataType=je.getJSONTypes=je.getSchemaTypes=je.DataType=void 0;var tS=jd(),rS=Ed(),nS=Do(),J=K(),Lg=ee(),en;(function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"})(en||(je.DataType=en={}));function oS(e){let t=Vg(e.type);if(t.includes("null")){if(e.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!t.length&&e.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');e.nullable===!0&&t.push("null")}return t}je.getSchemaTypes=oS;function Vg(e){let t=Array.isArray(e)?e:e?[e]:[];if(t.every(tS.isJSONType))return t;throw new Error("type must be JSONType or JSONType[]: "+t.join(","))}je.getJSONTypes=Vg;function iS(e,t){let{gen:r,data:n,opts:o}=e,i=aS(t,o.coerceTypes),a=t.length>0&&!(i.length===0&&t.length===1&&(0,rS.schemaHasRulesForType)(e,t[0]));if(a){let s=Nd(t,n,o.strictNumbers,en.Wrong);r.if(s,()=>{i.length?sS(e,t,i):Dd(e)})}return a}je.coerceAndCheckDataType=iS;var Fg=new Set(["string","number","integer","boolean","null"]);function aS(e,t){return t?e.filter(r=>Fg.has(r)||t==="array"&&r==="array"):[]}function sS(e,t,r){let{gen:n,data:o,opts:i}=e,a=n.let("dataType",(0,J._)`typeof ${o}`),s=n.let("coerced",(0,J._)`undefined`);i.coerceTypes==="array"&&n.if((0,J._)`${a} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,J._)`${o}[0]`).assign(a,(0,J._)`typeof ${o}`).if(Nd(t,o,i.strictNumbers),()=>n.assign(s,o))),n.if((0,J._)`${s} !== undefined`);for(let u of r)(Fg.has(u)||u==="array"&&i.coerceTypes==="array")&&c(u);n.else(),Dd(e),n.endIf(),n.if((0,J._)`${s} !== undefined`,()=>{n.assign(o,s),cS(e,s)});function c(u){switch(u){case"string":n.elseIf((0,J._)`${a} == "number" || ${a} == "boolean"`).assign(s,(0,J._)`"" + ${o}`).elseIf((0,J._)`${o} === null`).assign(s,(0,J._)`""`);return;case"number":n.elseIf((0,J._)`${a} == "boolean" || ${o} === null
|
|
3
|
+
|| (${a} == "string" && ${o} && ${o} == +${o})`).assign(s,(0,J._)`+${o}`);return;case"integer":n.elseIf((0,J._)`${a} === "boolean" || ${o} === null
|
|
4
|
+
|| (${a} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(s,(0,J._)`+${o}`);return;case"boolean":n.elseIf((0,J._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(s,!1).elseIf((0,J._)`${o} === "true" || ${o} === 1`).assign(s,!0);return;case"null":n.elseIf((0,J._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(s,null);return;case"array":n.elseIf((0,J._)`${a} === "string" || ${a} === "number"
|
|
5
|
+
|| ${a} === "boolean" || ${o} === null`).assign(s,(0,J._)`[${o}]`)}}}function cS({gen:e,parentData:t,parentDataProperty:r},n){e.if((0,J._)`${t} !== undefined`,()=>e.assign((0,J._)`${t}[${r}]`,n))}function Od(e,t,r,n=en.Correct){let o=n===en.Correct?J.operators.EQ:J.operators.NEQ,i;switch(e){case"null":return(0,J._)`${t} ${o} null`;case"array":i=(0,J._)`Array.isArray(${t})`;break;case"object":i=(0,J._)`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":i=a((0,J._)`!(${t} % 1) && !isNaN(${t})`);break;case"number":i=a();break;default:return(0,J._)`typeof ${t} ${o} ${e}`}return n===en.Correct?i:(0,J.not)(i);function a(s=J.nil){return(0,J.and)((0,J._)`typeof ${t} == "number"`,s,r?(0,J._)`isFinite(${t})`:J.nil)}}je.checkDataType=Od;function Nd(e,t,r,n){if(e.length===1)return Od(e[0],t,r,n);let o,i=(0,Lg.toHash)(e);if(i.array&&i.object){let a=(0,J._)`typeof ${t} != "object"`;o=i.null?a:(0,J._)`!${t} || ${a}`,delete i.null,delete i.array,delete i.object}else o=J.nil;i.number&&delete i.integer;for(let a in i)o=(0,J.and)(o,Od(a,t,r,n));return o}je.checkDataTypes=Nd;var uS={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>typeof e=="string"?(0,J._)`{type: ${e}}`:(0,J._)`{type: ${t}}`};function Dd(e){let t=lS(e);(0,nS.reportError)(t,uS)}je.reportTypeError=Dd;function lS(e){let{gen:t,data:r,schema:n}=e,o=(0,Lg.schemaRefOrVal)(e,n,"type");return{gen:t,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:e}}});var Kg=w(Oa=>{"use strict";Object.defineProperty(Oa,"__esModule",{value:!0});Oa.assignDefaults=void 0;var tn=K(),dS=ee();function pS(e,t){let{properties:r,items:n}=e.schema;if(t==="object"&&r)for(let o in r)Jg(e,o,r[o].default);else t==="array"&&Array.isArray(n)&&n.forEach((o,i)=>Jg(e,i,o.default))}Oa.assignDefaults=pS;function Jg(e,t,r){let{gen:n,compositeRule:o,data:i,opts:a}=e;if(r===void 0)return;let s=(0,tn._)`${i}${(0,tn.getProperty)(t)}`;if(o){(0,dS.checkStrictMode)(e,`default is ignored for: ${s}`);return}let c=(0,tn._)`${s} === undefined`;a.useDefaults==="empty"&&(c=(0,tn._)`${c} || ${s} === null || ${s} === ""`),n.if(c,(0,tn._)`${s} = ${(0,tn.stringify)(r)}`)}});var tt=w(ae=>{"use strict";Object.defineProperty(ae,"__esModule",{value:!0});ae.validateUnion=ae.validateArray=ae.usePattern=ae.callValidateCode=ae.schemaProperties=ae.allSchemaProperties=ae.noPropertyInData=ae.propertyInData=ae.isOwnProperty=ae.hasPropFunc=ae.reportMissingProp=ae.checkMissingProp=ae.checkReportMissingProp=void 0;var me=K(),Zd=ee(),Xt=Zt(),fS=ee();function mS(e,t){let{gen:r,data:n,it:o}=e;r.if(Ud(r,n,t,o.opts.ownProperties),()=>{e.setParams({missingProperty:(0,me._)`${t}`},!0),e.error()})}ae.checkReportMissingProp=mS;function hS({gen:e,data:t,it:{opts:r}},n,o){return(0,me.or)(...n.map(i=>(0,me.and)(Ud(e,t,i,r.ownProperties),(0,me._)`${o} = ${i}`)))}ae.checkMissingProp=hS;function gS(e,t){e.setParams({missingProperty:t},!0),e.error()}ae.reportMissingProp=gS;function Gg(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,me._)`Object.prototype.hasOwnProperty`})}ae.hasPropFunc=Gg;function Rd(e,t,r){return(0,me._)`${Gg(e)}.call(${t}, ${r})`}ae.isOwnProperty=Rd;function vS(e,t,r,n){let o=(0,me._)`${t}${(0,me.getProperty)(r)} !== undefined`;return n?(0,me._)`${o} && ${Rd(e,t,r)}`:o}ae.propertyInData=vS;function Ud(e,t,r,n){let o=(0,me._)`${t}${(0,me.getProperty)(r)} === undefined`;return n?(0,me.or)(o,(0,me.not)(Rd(e,t,r))):o}ae.noPropertyInData=Ud;function Bg(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}ae.allSchemaProperties=Bg;function yS(e,t){return Bg(t).filter(r=>!(0,Zd.alwaysValidSchema)(e,t[r]))}ae.schemaProperties=yS;function _S({schemaCode:e,data:t,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:i},it:a},s,c,u){let l=u?(0,me._)`${e}, ${t}, ${n}${o}`:t,d=[[Xt.default.instancePath,(0,me.strConcat)(Xt.default.instancePath,i)],[Xt.default.parentData,a.parentData],[Xt.default.parentDataProperty,a.parentDataProperty],[Xt.default.rootData,Xt.default.rootData]];a.opts.dynamicRef&&d.push([Xt.default.dynamicAnchors,Xt.default.dynamicAnchors]);let f=(0,me._)`${l}, ${r.object(...d)}`;return c!==me.nil?(0,me._)`${s}.call(${c}, ${f})`:(0,me._)`${s}(${f})`}ae.callValidateCode=_S;var $S=(0,me._)`new RegExp`;function bS({gen:e,it:{opts:t}},r){let n=t.unicodeRegExp?"u":"",{regExp:o}=t.code,i=o(r,n);return e.scopeValue("pattern",{key:i.toString(),ref:i,code:(0,me._)`${o.code==="new RegExp"?$S:(0,fS.useFunc)(e,o)}(${r}, ${n})`})}ae.usePattern=bS;function xS(e){let{gen:t,data:r,keyword:n,it:o}=e,i=t.name("valid");if(o.allErrors){let s=t.let("valid",!0);return a(()=>t.assign(s,!1)),s}return t.var(i,!0),a(()=>t.break()),i;function a(s){let c=t.const("len",(0,me._)`${r}.length`);t.forRange("i",0,c,u=>{e.subschema({keyword:n,dataProp:u,dataPropType:Zd.Type.Num},i),t.if((0,me.not)(i),s)})}}ae.validateArray=xS;function kS(e){let{gen:t,schema:r,keyword:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,Zd.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let a=t.let("valid",!1),s=t.name("_valid");t.block(()=>r.forEach((c,u)=>{let l=e.subschema({keyword:n,schemaProp:u,compositeRule:!0},s);t.assign(a,(0,me._)`${a} || ${s}`),e.mergeValidEvaluated(l,s)||t.if((0,me.not)(a))})),e.result(a,()=>e.reset(),()=>e.error(!0))}ae.validateUnion=kS});var Xg=w(vt=>{"use strict";Object.defineProperty(vt,"__esModule",{value:!0});vt.validateKeywordUsage=vt.validSchemaType=vt.funcKeywordCode=vt.macroKeywordCode=void 0;var Ue=K(),vr=Zt(),wS=tt(),SS=Do();function zS(e,t){let{gen:r,keyword:n,schema:o,parentSchema:i,it:a}=e,s=t.macro.call(a.self,o,i,a),c=Wg(r,n,s);a.opts.validateSchema!==!1&&a.self.validateSchema(s,!0);let u=r.name("valid");e.subschema({schema:s,schemaPath:Ue.nil,errSchemaPath:`${a.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),e.pass(u,()=>e.error(!0))}vt.macroKeywordCode=zS;function IS(e,t){var r;let{gen:n,keyword:o,schema:i,parentSchema:a,$data:s,it:c}=e;TS(c,t);let u=!s&&t.compile?t.compile.call(c.self,i,a,c):t.validate,l=Wg(n,o,u),d=n.let("valid");e.block$data(d,f),e.ok((r=t.valid)!==null&&r!==void 0?r:d);function f(){if(t.errors===!1)v(),t.modifying&&Hg(e),$(()=>e.error());else{let k=t.async?m():g();t.modifying&&Hg(e),$(()=>PS(e,k))}}function m(){let k=n.let("ruleErrs",null);return n.try(()=>v((0,Ue._)`await `),O=>n.assign(d,!1).if((0,Ue._)`${O} instanceof ${c.ValidationError}`,()=>n.assign(k,(0,Ue._)`${O}.errors`),()=>n.throw(O))),k}function g(){let k=(0,Ue._)`${l}.errors`;return n.assign(k,null),v(Ue.nil),k}function v(k=t.async?(0,Ue._)`await `:Ue.nil){let O=c.opts.passContext?vr.default.this:vr.default.self,P=!("compile"in t&&!s||t.schema===!1);n.assign(d,(0,Ue._)`${k}${(0,wS.callValidateCode)(e,l,O,P)}`,t.modifying)}function $(k){var O;n.if((0,Ue.not)((O=t.valid)!==null&&O!==void 0?O:d),k)}}vt.funcKeywordCode=IS;function Hg(e){let{gen:t,data:r,it:n}=e;t.if(n.parentData,()=>t.assign(r,(0,Ue._)`${n.parentData}[${n.parentDataProperty}]`))}function PS(e,t){let{gen:r}=e;r.if((0,Ue._)`Array.isArray(${t})`,()=>{r.assign(vr.default.vErrors,(0,Ue._)`${vr.default.vErrors} === null ? ${t} : ${vr.default.vErrors}.concat(${t})`).assign(vr.default.errors,(0,Ue._)`${vr.default.vErrors}.length`),(0,SS.extendErrors)(e)},()=>e.error())}function TS({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function Wg(e,t,r){if(r===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,Ue.stringify)(r)})}function jS(e,t,r=!1){return!t.length||t.some(n=>n==="array"?Array.isArray(e):n==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==n||r&&typeof e>"u")}vt.validSchemaType=jS;function ES({schema:e,opts:t,self:r,errSchemaPath:n},o,i){if(Array.isArray(o.keyword)?!o.keyword.includes(i):o.keyword!==i)throw new Error("ajv implementation error");let a=o.dependencies;if(a?.some(s=>!Object.prototype.hasOwnProperty.call(e,s)))throw new Error(`parent schema must have dependencies of ${i}: ${a.join(",")}`);if(o.validateSchema&&!o.validateSchema(e[i])){let c=`keyword "${i}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}vt.validateKeywordUsage=ES});var Qg=w(Yt=>{"use strict";Object.defineProperty(Yt,"__esModule",{value:!0});Yt.extendSubschemaMode=Yt.extendSubschemaData=Yt.getSubschema=void 0;var yt=K(),Yg=ee();function OS(e,{keyword:t,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:i,topSchemaRef:a}){if(t!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){let s=e.schema[t];return r===void 0?{schema:s,schemaPath:(0,yt._)`${e.schemaPath}${(0,yt.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:s[r],schemaPath:(0,yt._)`${e.schemaPath}${(0,yt.getProperty)(t)}${(0,yt.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,Yg.escapeFragment)(r)}`}}if(n!==void 0){if(o===void 0||i===void 0||a===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:o,topSchemaRef:a,errSchemaPath:i}}throw new Error('either "keyword" or "schema" must be passed')}Yt.getSubschema=OS;function NS(e,t,{dataProp:r,dataPropType:n,data:o,dataTypes:i,propertyName:a}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:s}=t;if(r!==void 0){let{errorPath:u,dataPathArr:l,opts:d}=t,f=s.let("data",(0,yt._)`${t.data}${(0,yt.getProperty)(r)}`,!0);c(f),e.errorPath=(0,yt.str)`${u}${(0,Yg.getErrorPath)(r,n,d.jsPropertySyntax)}`,e.parentDataProperty=(0,yt._)`${r}`,e.dataPathArr=[...l,e.parentDataProperty]}if(o!==void 0){let u=o instanceof yt.Name?o:s.let("data",o,!0);c(u),a!==void 0&&(e.propertyName=a)}i&&(e.dataTypes=i);function c(u){e.data=u,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,u]}}Yt.extendSubschemaData=NS;function DS(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:i}){n!==void 0&&(e.compositeRule=n),o!==void 0&&(e.createErrors=o),i!==void 0&&(e.allErrors=i),e.jtdDiscriminator=t,e.jtdMetadata=r}Yt.extendSubschemaMode=DS});var Ad=w((MR,ev)=>{"use strict";ev.exports=function e(t,r){if(t===r)return!0;if(t&&r&&typeof t=="object"&&typeof r=="object"){if(t.constructor!==r.constructor)return!1;var n,o,i;if(Array.isArray(t)){if(n=t.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!e(t[o],r[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if(i=Object.keys(t),n=i.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,i[o]))return!1;for(o=n;o--!==0;){var a=i[o];if(!e(t[a],r[a]))return!1}return!0}return t!==t&&r!==r}});var rv=w((qR,tv)=>{"use strict";var Qt=tv.exports=function(e,t,r){typeof t=="function"&&(r=t,t={}),r=t.cb||r;var n=typeof r=="function"?r:r.pre||function(){},o=r.post||function(){};Na(t,n,o,e,"",e)};Qt.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Qt.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Qt.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Qt.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Na(e,t,r,n,o,i,a,s,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){t(n,o,i,a,s,c,u);for(var l in n){var d=n[l];if(Array.isArray(d)){if(l in Qt.arrayKeywords)for(var f=0;f<d.length;f++)Na(e,t,r,d[f],o+"/"+l+"/"+f,i,o,l,n,f)}else if(l in Qt.propsKeywords){if(d&&typeof d=="object")for(var m in d)Na(e,t,r,d[m],o+"/"+l+"/"+ZS(m),i,o,l,n,m)}else(l in Qt.keywords||e.allKeys&&!(l in Qt.skipKeywords))&&Na(e,t,r,d,o+"/"+l,i,o,l,n)}r(n,o,i,a,s,c,u)}}function ZS(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}});var Ro=w(qe=>{"use strict";Object.defineProperty(qe,"__esModule",{value:!0});qe.getSchemaRefs=qe.resolveUrl=qe.normalizeId=qe._getFullPath=qe.getFullPath=qe.inlineRef=void 0;var RS=ee(),US=Ad(),AS=rv(),CS=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function MS(e,t=!0){return typeof e=="boolean"?!0:t===!0?!Cd(e):t?nv(e)<=t:!1}qe.inlineRef=MS;var qS=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Cd(e){for(let t in e){if(qS.has(t))return!0;let r=e[t];if(Array.isArray(r)&&r.some(Cd)||typeof r=="object"&&Cd(r))return!0}return!1}function nv(e){let t=0;for(let r in e){if(r==="$ref")return 1/0;if(t++,!CS.has(r)&&(typeof e[r]=="object"&&(0,RS.eachItem)(e[r],n=>t+=nv(n)),t===1/0))return 1/0}return t}function ov(e,t="",r){r!==!1&&(t=rn(t));let n=e.parse(t);return iv(e,n)}qe.getFullPath=ov;function iv(e,t){return e.serialize(t).split("#")[0]+"#"}qe._getFullPath=iv;var LS=/#\/?$/;function rn(e){return e?e.replace(LS,""):""}qe.normalizeId=rn;function VS(e,t,r){return r=rn(r),e.resolve(t,r)}qe.resolveUrl=VS;var FS=/^[a-z_][-a-z0-9._]*$/i;function JS(e,t){if(typeof e=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=rn(e[r]||t),i={"":o},a=ov(n,o,!1),s={},c=new Set;return AS(e,{allKeys:!0},(d,f,m,g)=>{if(g===void 0)return;let v=a+f,$=i[g];typeof d[r]=="string"&&($=k.call(this,d[r])),O.call(this,d.$anchor),O.call(this,d.$dynamicAnchor),i[f]=$;function k(P){let A=this.opts.uriResolver.resolve;if(P=rn($?A($,P):P),c.has(P))throw l(P);c.add(P);let E=this.refs[P];return typeof E=="string"&&(E=this.refs[E]),typeof E=="object"?u(d,E.schema,P):P!==rn(v)&&(P[0]==="#"?(u(d,s[P],P),s[P]=d):this.refs[P]=v),P}function O(P){if(typeof P=="string"){if(!FS.test(P))throw new Error(`invalid anchor "${P}"`);k.call(this,`#${P}`)}}}),s;function u(d,f,m){if(f!==void 0&&!US(d,f))throw l(m)}function l(d){return new Error(`reference "${d}" resolves to more than one schema`)}}qe.getSchemaRefs=JS});var Co=w(er=>{"use strict";Object.defineProperty(er,"__esModule",{value:!0});er.getData=er.KeywordCxt=er.validateFunctionCode=void 0;var lv=Cg(),av=Zo(),qd=Ed(),Da=Zo(),KS=Kg(),Ao=Xg(),Md=Qg(),j=K(),C=Zt(),GS=Ro(),Rt=ee(),Uo=Do();function BS(e){if(fv(e)&&(mv(e),pv(e))){XS(e);return}dv(e,()=>(0,lv.topBoolOrEmptySchema)(e))}er.validateFunctionCode=BS;function dv({gen:e,validateName:t,schema:r,schemaEnv:n,opts:o},i){o.code.es5?e.func(t,(0,j._)`${C.default.data}, ${C.default.valCxt}`,n.$async,()=>{e.code((0,j._)`"use strict"; ${sv(r,o)}`),WS(e,o),e.code(i)}):e.func(t,(0,j._)`${C.default.data}, ${HS(o)}`,n.$async,()=>e.code(sv(r,o)).code(i))}function HS(e){return(0,j._)`{${C.default.instancePath}="", ${C.default.parentData}, ${C.default.parentDataProperty}, ${C.default.rootData}=${C.default.data}${e.dynamicRef?(0,j._)`, ${C.default.dynamicAnchors}={}`:j.nil}}={}`}function WS(e,t){e.if(C.default.valCxt,()=>{e.var(C.default.instancePath,(0,j._)`${C.default.valCxt}.${C.default.instancePath}`),e.var(C.default.parentData,(0,j._)`${C.default.valCxt}.${C.default.parentData}`),e.var(C.default.parentDataProperty,(0,j._)`${C.default.valCxt}.${C.default.parentDataProperty}`),e.var(C.default.rootData,(0,j._)`${C.default.valCxt}.${C.default.rootData}`),t.dynamicRef&&e.var(C.default.dynamicAnchors,(0,j._)`${C.default.valCxt}.${C.default.dynamicAnchors}`)},()=>{e.var(C.default.instancePath,(0,j._)`""`),e.var(C.default.parentData,(0,j._)`undefined`),e.var(C.default.parentDataProperty,(0,j._)`undefined`),e.var(C.default.rootData,C.default.data),t.dynamicRef&&e.var(C.default.dynamicAnchors,(0,j._)`{}`)})}function XS(e){let{schema:t,opts:r,gen:n}=e;dv(e,()=>{r.$comment&&t.$comment&&gv(e),rz(e),n.let(C.default.vErrors,null),n.let(C.default.errors,0),r.unevaluated&&YS(e),hv(e),iz(e)})}function YS(e){let{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",(0,j._)`${r}.evaluated`),t.if((0,j._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,j._)`${e.evaluated}.props`,(0,j._)`undefined`)),t.if((0,j._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,j._)`${e.evaluated}.items`,(0,j._)`undefined`))}function sv(e,t){let r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?(0,j._)`/*# sourceURL=${r} */`:j.nil}function QS(e,t){if(fv(e)&&(mv(e),pv(e))){ez(e,t);return}(0,lv.boolOrEmptySchema)(e,t)}function pv({schema:e,self:t}){if(typeof e=="boolean")return!e;for(let r in e)if(t.RULES.all[r])return!0;return!1}function fv(e){return typeof e.schema!="boolean"}function ez(e,t){let{schema:r,gen:n,opts:o}=e;o.$comment&&r.$comment&&gv(e),nz(e),oz(e);let i=n.const("_errs",C.default.errors);hv(e,i),n.var(t,(0,j._)`${i} === ${C.default.errors}`)}function mv(e){(0,Rt.checkUnknownRules)(e),tz(e)}function hv(e,t){if(e.opts.jtd)return cv(e,[],!1,t);let r=(0,av.getSchemaTypes)(e.schema),n=(0,av.coerceAndCheckDataType)(e,r);cv(e,r,!n,t)}function tz(e){let{schema:t,errSchemaPath:r,opts:n,self:o}=e;t.$ref&&n.ignoreKeywordsWithRef&&(0,Rt.schemaHasRulesButRef)(t,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function rz(e){let{schema:t,opts:r}=e;t.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Rt.checkStrictMode)(e,"default is ignored in the schema root")}function nz(e){let t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,GS.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function oz(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function gv({gen:e,schemaEnv:t,schema:r,errSchemaPath:n,opts:o}){let i=r.$comment;if(o.$comment===!0)e.code((0,j._)`${C.default.self}.logger.log(${i})`);else if(typeof o.$comment=="function"){let a=(0,j.str)`${n}/$comment`,s=e.scopeValue("root",{ref:t.root});e.code((0,j._)`${C.default.self}.opts.$comment(${i}, ${a}, ${s}.schema)`)}}function iz(e){let{gen:t,schemaEnv:r,validateName:n,ValidationError:o,opts:i}=e;r.$async?t.if((0,j._)`${C.default.errors} === 0`,()=>t.return(C.default.data),()=>t.throw((0,j._)`new ${o}(${C.default.vErrors})`)):(t.assign((0,j._)`${n}.errors`,C.default.vErrors),i.unevaluated&&az(e),t.return((0,j._)`${C.default.errors} === 0`))}function az({gen:e,evaluated:t,props:r,items:n}){r instanceof j.Name&&e.assign((0,j._)`${t}.props`,r),n instanceof j.Name&&e.assign((0,j._)`${t}.items`,n)}function cv(e,t,r,n){let{gen:o,schema:i,data:a,allErrors:s,opts:c,self:u}=e,{RULES:l}=u;if(i.$ref&&(c.ignoreKeywordsWithRef||!(0,Rt.schemaHasRulesButRef)(i,l))){o.block(()=>yv(e,"$ref",l.all.$ref.definition));return}c.jtd||sz(e,t),o.block(()=>{for(let f of l.rules)d(f);d(l.post)});function d(f){(0,qd.shouldUseGroup)(i,f)&&(f.type?(o.if((0,Da.checkDataType)(f.type,a,c.strictNumbers)),uv(e,f),t.length===1&&t[0]===f.type&&r&&(o.else(),(0,Da.reportTypeError)(e)),o.endIf()):uv(e,f),s||o.if((0,j._)`${C.default.errors} === ${n||0}`))}}function uv(e,t){let{gen:r,schema:n,opts:{useDefaults:o}}=e;o&&(0,KS.assignDefaults)(e,t.type),r.block(()=>{for(let i of t.rules)(0,qd.shouldUseRule)(n,i)&&yv(e,i.keyword,i.definition,t.type)})}function sz(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(cz(e,t),e.opts.allowUnionTypes||uz(e,t),lz(e,e.dataTypes))}function cz(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(r=>{vv(e.dataTypes,r)||Ld(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),pz(e,t)}}function uz(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&Ld(e,"use allowUnionTypes to allow union type keyword")}function lz(e,t){let r=e.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,qd.shouldUseRule)(e.schema,o)){let{type:i}=o.definition;i.length&&!i.some(a=>dz(t,a))&&Ld(e,`missing type "${i.join(",")}" for keyword "${n}"`)}}}function dz(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function vv(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function pz(e,t){let r=[];for(let n of e.dataTypes)vv(t,n)?r.push(n):t.includes("integer")&&n==="number"&&r.push("integer");e.dataTypes=r}function Ld(e,t){let r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,Rt.checkStrictMode)(e,t,e.opts.strictTypes)}var Za=class{constructor(t,r,n){if((0,Ao.validateKeywordUsage)(t,r,n),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=n,this.data=t.data,this.schema=t.schema[n],this.$data=r.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Rt.schemaRefOrVal)(t,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=r,this.$data)this.schemaCode=t.gen.const("vSchema",_v(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,Ao.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=t.gen.const("_errs",C.default.errors))}result(t,r,n){this.failResult((0,j.not)(t),r,n)}failResult(t,r,n){this.gen.if(t),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,r){this.failResult((0,j.not)(t),void 0,r)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);let{schemaCode:r}=this;this.fail((0,j._)`${r} !== undefined && (${(0,j.or)(this.invalid$data(),t)})`)}error(t,r,n){if(r){this.setParams(r),this._error(t,n),this.setParams({});return}this._error(t,n)}_error(t,r){(t?Uo.reportExtraError:Uo.reportError)(this,this.def.error,r)}$dataError(){(0,Uo.reportError)(this,this.def.$dataError||Uo.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Uo.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,r){r?Object.assign(this.params,t):this.params=t}block$data(t,r,n=j.nil){this.gen.block(()=>{this.check$data(t,n),r()})}check$data(t=j.nil,r=j.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:i,def:a}=this;n.if((0,j.or)((0,j._)`${o} === undefined`,r)),t!==j.nil&&n.assign(t,!0),(i.length||a.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),t!==j.nil&&n.assign(t,!1)),n.else()}invalid$data(){let{gen:t,schemaCode:r,schemaType:n,def:o,it:i}=this;return(0,j.or)(a(),s());function a(){if(n.length){if(!(r instanceof j.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,j._)`${(0,Da.checkDataTypes)(c,r,i.opts.strictNumbers,Da.DataType.Wrong)}`}return j.nil}function s(){if(o.validateSchema){let c=t.scopeValue("validate$data",{ref:o.validateSchema});return(0,j._)`!${c}(${r})`}return j.nil}}subschema(t,r){let n=(0,Md.getSubschema)(this.it,t);(0,Md.extendSubschemaData)(n,this.it,t),(0,Md.extendSubschemaMode)(n,t);let o={...this.it,...n,items:void 0,props:void 0};return QS(o,r),o}mergeEvaluated(t,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&t.props!==void 0&&(n.props=Rt.mergeEvaluated.props(o,t.props,n.props,r)),n.items!==!0&&t.items!==void 0&&(n.items=Rt.mergeEvaluated.items(o,t.items,n.items,r)))}mergeValidEvaluated(t,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(t,j.Name)),!0}};er.KeywordCxt=Za;function yv(e,t,r,n){let o=new Za(e,r,t);"code"in r?r.code(o,n):o.$data&&r.validate?(0,Ao.funcKeywordCode)(o,r):"macro"in r?(0,Ao.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,Ao.funcKeywordCode)(o,r)}var fz=/^\/(?:[^~]|~0|~1)*$/,mz=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function _v(e,{dataLevel:t,dataNames:r,dataPathArr:n}){let o,i;if(e==="")return C.default.rootData;if(e[0]==="/"){if(!fz.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);o=e,i=C.default.rootData}else{let u=mz.exec(e);if(!u)throw new Error(`Invalid JSON-pointer: ${e}`);let l=+u[1];if(o=u[2],o==="#"){if(l>=t)throw new Error(c("property/index",l));return n[t-l]}if(l>t)throw new Error(c("data",l));if(i=r[t-l],!o)return i}let a=i,s=o.split("/");for(let u of s)u&&(i=(0,j._)`${i}${(0,j.getProperty)((0,Rt.unescapeJsonPointer)(u))}`,a=(0,j._)`${a} && ${i}`);return a;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${t}`}}er.getData=_v});var Ra=w(Fd=>{"use strict";Object.defineProperty(Fd,"__esModule",{value:!0});var Vd=class extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}};Fd.default=Vd});var Mo=w(Gd=>{"use strict";Object.defineProperty(Gd,"__esModule",{value:!0});var Jd=Ro(),Kd=class extends Error{constructor(t,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Jd.resolveUrl)(t,r,n),this.missingSchema=(0,Jd.normalizeId)((0,Jd.getFullPath)(t,this.missingRef))}};Gd.default=Kd});var Aa=w(rt=>{"use strict";Object.defineProperty(rt,"__esModule",{value:!0});rt.resolveSchema=rt.getCompilingSchema=rt.resolveRef=rt.compileSchema=rt.SchemaEnv=void 0;var lt=K(),hz=Ra(),yr=Zt(),dt=Ro(),$v=ee(),gz=Co(),nn=class{constructor(t){var r;this.refs={},this.dynamicAnchors={};let n;typeof t.schema=="object"&&(n=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(r=t.baseId)!==null&&r!==void 0?r:(0,dt.normalizeId)(n?.[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=n?.$async,this.refs={}}};rt.SchemaEnv=nn;function Hd(e){let t=bv.call(this,e);if(t)return t;let r=(0,dt.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:i}=this.opts,a=new lt.CodeGen(this.scope,{es5:n,lines:o,ownProperties:i}),s;e.$async&&(s=a.scopeValue("Error",{ref:hz.default,code:(0,lt._)`require("ajv/dist/runtime/validation_error").default`}));let c=a.scopeName("validate");e.validateName=c;let u={gen:a,allErrors:this.opts.allErrors,data:yr.default.data,parentData:yr.default.parentData,parentDataProperty:yr.default.parentDataProperty,dataNames:[yr.default.data],dataPathArr:[lt.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:a.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,lt.stringify)(e.schema)}:{ref:e.schema}),validateName:c,ValidationError:s,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:lt.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,lt._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(e),(0,gz.validateFunctionCode)(u),a.optimize(this.opts.code.optimize);let d=a.toString();l=`${a.scopeRefs(yr.default.scope)}return ${d}`,this.opts.code.process&&(l=this.opts.code.process(l,e));let m=new Function(`${yr.default.self}`,`${yr.default.scope}`,l)(this,this.scope.get());if(this.scope.value(c,{ref:m}),m.errors=null,m.schema=e.schema,m.schemaEnv=e,e.$async&&(m.$async=!0),this.opts.code.source===!0&&(m.source={validateName:c,validateCode:d,scopeValues:a._values}),this.opts.unevaluated){let{props:g,items:v}=u;m.evaluated={props:g instanceof lt.Name?void 0:g,items:v instanceof lt.Name?void 0:v,dynamicProps:g instanceof lt.Name,dynamicItems:v instanceof lt.Name},m.source&&(m.source.evaluated=(0,lt.stringify)(m.evaluated))}return e.validate=m,e}catch(d){throw delete e.validate,delete e.validateName,l&&this.logger.error("Error compiling schema, function code:",l),d}finally{this._compilations.delete(e)}}rt.compileSchema=Hd;function vz(e,t,r){var n;r=(0,dt.resolveUrl)(this.opts.uriResolver,t,r);let o=e.refs[r];if(o)return o;let i=$z.call(this,e,r);if(i===void 0){let a=(n=e.localRefs)===null||n===void 0?void 0:n[r],{schemaId:s}=this.opts;a&&(i=new nn({schema:a,schemaId:s,root:e,baseId:t}))}if(i!==void 0)return e.refs[r]=yz.call(this,i)}rt.resolveRef=vz;function yz(e){return(0,dt.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:Hd.call(this,e)}function bv(e){for(let t of this._compilations)if(_z(t,e))return t}rt.getCompilingSchema=bv;function _z(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function $z(e,t){let r;for(;typeof(r=this.refs[t])=="string";)t=r;return r||this.schemas[t]||Ua.call(this,e,t)}function Ua(e,t){let r=this.opts.uriResolver.parse(t),n=(0,dt._getFullPath)(this.opts.uriResolver,r),o=(0,dt.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&n===o)return Bd.call(this,r,e);let i=(0,dt.normalizeId)(n),a=this.refs[i]||this.schemas[i];if(typeof a=="string"){let s=Ua.call(this,e,a);return typeof s?.schema!="object"?void 0:Bd.call(this,r,s)}if(typeof a?.schema=="object"){if(a.validate||Hd.call(this,a),i===(0,dt.normalizeId)(t)){let{schema:s}=a,{schemaId:c}=this.opts,u=s[c];return u&&(o=(0,dt.resolveUrl)(this.opts.uriResolver,o,u)),new nn({schema:s,schemaId:c,root:e,baseId:o})}return Bd.call(this,r,a)}}rt.resolveSchema=Ua;var bz=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function Bd(e,{baseId:t,schema:r,root:n}){var o;if(((o=e.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let s of e.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,$v.unescapeFragment)(s)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!bz.has(s)&&u&&(t=(0,dt.resolveUrl)(this.opts.uriResolver,t,u))}let i;if(typeof r!="boolean"&&r.$ref&&!(0,$v.schemaHasRulesButRef)(r,this.RULES)){let s=(0,dt.resolveUrl)(this.opts.uriResolver,t,r.$ref);i=Ua.call(this,n,s)}let{schemaId:a}=this.opts;if(i=i||new nn({schema:r,schemaId:a,root:n,baseId:t}),i.schema!==i.root.schema)return i}});var xv=w((GR,xz)=>{xz.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 Xd=w((BR,zv)=>{"use strict";var kz=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),wv=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);function Wd(e){let t="",r=0,n=0;for(n=0;n<e.length;n++)if(r=e[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";t+=e[n];break}for(n+=1;n<e.length;n++){if(r=e[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";t+=e[n]}return t}var wz=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function kv(e){return e.length=0,!0}function Sz(e,t,r){if(e.length){let n=Wd(e);if(n!=="")t.push(n);else return r.error=!0,!1;e.length=0}return!0}function zz(e){let t=0,r={error:!1,address:"",zone:""},n=[],o=[],i=!1,a=!1,s=Sz;for(let c=0;c<e.length;c++){let u=e[c];if(!(u==="["||u==="]"))if(u===":"){if(i===!0&&(a=!0),!s(o,n,r))break;if(++t>7){r.error=!0;break}c>0&&e[c-1]===":"&&(i=!0),n.push(":");continue}else if(u==="%"){if(!s(o,n,r))break;s=kv}else{o.push(u);continue}}return o.length&&(s===kv?r.zone=o.join(""):a?n.push(o.join("")):n.push(Wd(o))),r.address=n.join(""),r}function Sv(e){if(Iz(e,":")<2)return{host:e,isIPV6:!1};let t=zz(e);if(t.error)return{host:e,isIPV6:!1};{let r=t.address,n=t.address;return t.zone&&(r+="%"+t.zone,n+="%25"+t.zone),{host:r,isIPV6:!0,escapedHost:n}}}function Iz(e,t){let r=0;for(let n=0;n<e.length;n++)e[n]===t&&r++;return r}function Pz(e){let t=e,r=[],n=-1,o=0;for(;o=t.length;){if(o===1){if(t===".")break;if(t==="/"){r.push("/");break}else{r.push(t);break}}else if(o===2){if(t[0]==="."){if(t[1]===".")break;if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"&&(t[1]==="."||t[1]==="/")){r.push("/");break}}else if(o===3&&t==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(t[0]==="."){if(t[1]==="."){if(t[2]==="/"){t=t.slice(3);continue}}else if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"&&t[1]==="."){if(t[2]==="/"){t=t.slice(2);continue}else if(t[2]==="."&&t[3]==="/"){t=t.slice(3),r.length!==0&&r.pop();continue}}if((n=t.indexOf("/",1))===-1){r.push(t);break}else r.push(t.slice(0,n)),t=t.slice(n)}return r.join("")}function Tz(e,t){let r=t!==!0?escape:unescape;return e.scheme!==void 0&&(e.scheme=r(e.scheme)),e.userinfo!==void 0&&(e.userinfo=r(e.userinfo)),e.host!==void 0&&(e.host=r(e.host)),e.path!==void 0&&(e.path=r(e.path)),e.query!==void 0&&(e.query=r(e.query)),e.fragment!==void 0&&(e.fragment=r(e.fragment)),e}function jz(e){let t=[];if(e.userinfo!==void 0&&(t.push(e.userinfo),t.push("@")),e.host!==void 0){let r=unescape(e.host);if(!wv(r)){let n=Sv(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=e.host}t.push(r)}return(typeof e.port=="number"||typeof e.port=="string")&&(t.push(":"),t.push(String(e.port))),t.length?t.join(""):void 0}zv.exports={nonSimpleDomain:wz,recomposeAuthority:jz,normalizeComponentEncoding:Tz,removeDotSegments:Pz,isIPv4:wv,isUUID:kz,normalizeIPv6:Sv,stringArrayToHexStripped:Wd}});var Ev=w((HR,jv)=>{"use strict";var{isUUID:Ez}=Xd(),Oz=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,Nz=["http","https","ws","wss","urn","urn:uuid"];function Dz(e){return Nz.indexOf(e)!==-1}function Yd(e){return e.secure===!0?!0:e.secure===!1?!1:e.scheme?e.scheme.length===3&&(e.scheme[0]==="w"||e.scheme[0]==="W")&&(e.scheme[1]==="s"||e.scheme[1]==="S")&&(e.scheme[2]==="s"||e.scheme[2]==="S"):!1}function Iv(e){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e}function Pv(e){let t=String(e.scheme).toLowerCase()==="https";return(e.port===(t?443:80)||e.port==="")&&(e.port=void 0),e.path||(e.path="/"),e}function Zz(e){return e.secure=Yd(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e}function Rz(e){if((e.port===(Yd(e)?443:80)||e.port==="")&&(e.port=void 0),typeof e.secure=="boolean"&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){let[t,r]=e.resourceName.split("?");e.path=t&&t!=="/"?t:void 0,e.query=r,e.resourceName=void 0}return e.fragment=void 0,e}function Uz(e,t){if(!e.path)return e.error="URN can not be parsed",e;let r=e.path.match(Oz);if(r){let n=t.scheme||e.scheme||"urn";e.nid=r[1].toLowerCase(),e.nss=r[2];let o=`${n}:${t.nid||e.nid}`,i=Qd(o);e.path=void 0,i&&(e=i.parse(e,t))}else e.error=e.error||"URN can not be parsed.";return e}function Az(e,t){if(e.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=t.scheme||e.scheme||"urn",n=e.nid.toLowerCase(),o=`${r}:${t.nid||n}`,i=Qd(o);i&&(e=i.serialize(e,t));let a=e,s=e.nss;return a.path=`${n||t.nid}:${s}`,t.skipEscape=!0,a}function Cz(e,t){let r=e;return r.uuid=r.nss,r.nss=void 0,!t.tolerant&&(!r.uuid||!Ez(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function Mz(e){let t=e;return t.nss=(e.uuid||"").toLowerCase(),t}var Tv={scheme:"http",domainHost:!0,parse:Iv,serialize:Pv},qz={scheme:"https",domainHost:Tv.domainHost,parse:Iv,serialize:Pv},Ca={scheme:"ws",domainHost:!0,parse:Zz,serialize:Rz},Lz={scheme:"wss",domainHost:Ca.domainHost,parse:Ca.parse,serialize:Ca.serialize},Vz={scheme:"urn",parse:Uz,serialize:Az,skipNormalize:!0},Fz={scheme:"urn:uuid",parse:Cz,serialize:Mz,skipNormalize:!0},Ma={http:Tv,https:qz,ws:Ca,wss:Lz,urn:Vz,"urn:uuid":Fz};Object.setPrototypeOf(Ma,null);function Qd(e){return e&&(Ma[e]||Ma[e.toLowerCase()])||void 0}jv.exports={wsIsSecure:Yd,SCHEMES:Ma,isValidSchemeName:Dz,getSchemeHandler:Qd}});var Dv=w((WR,La)=>{"use strict";var{normalizeIPv6:Jz,removeDotSegments:qo,recomposeAuthority:Kz,normalizeComponentEncoding:qa,isIPv4:Gz,nonSimpleDomain:Bz}=Xd(),{SCHEMES:Hz,getSchemeHandler:Ov}=Ev();function Wz(e,t){return typeof e=="string"?e=_t(Ut(e,t),t):typeof e=="object"&&(e=Ut(_t(e,t),t)),e}function Xz(e,t,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=Nv(Ut(e,n),Ut(t,n),n,!0);return n.skipEscape=!0,_t(o,n)}function Nv(e,t,r,n){let o={};return n||(e=Ut(_t(e,r),r),t=Ut(_t(t,r),r)),r=r||{},!r.tolerant&&t.scheme?(o.scheme=t.scheme,o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=qo(t.path||""),o.query=t.query):(t.userinfo!==void 0||t.host!==void 0||t.port!==void 0?(o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=qo(t.path||""),o.query=t.query):(t.path?(t.path[0]==="/"?o.path=qo(t.path):((e.userinfo!==void 0||e.host!==void 0||e.port!==void 0)&&!e.path?o.path="/"+t.path:e.path?o.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:o.path=t.path,o.path=qo(o.path)),o.query=t.query):(o.path=e.path,t.query!==void 0?o.query=t.query:o.query=e.query),o.userinfo=e.userinfo,o.host=e.host,o.port=e.port),o.scheme=e.scheme),o.fragment=t.fragment,o}function Yz(e,t,r){return typeof e=="string"?(e=unescape(e),e=_t(qa(Ut(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=_t(qa(e,!0),{...r,skipEscape:!0})),typeof t=="string"?(t=unescape(t),t=_t(qa(Ut(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=_t(qa(t,!0),{...r,skipEscape:!0})),e.toLowerCase()===t.toLowerCase()}function _t(e,t){let r={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},n=Object.assign({},t),o=[],i=Ov(n.scheme||r.scheme);i&&i.serialize&&i.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let a=Kz(r);if(a!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(a),r.path&&r.path[0]!=="/"&&o.push("/")),r.path!==void 0){let s=r.path;!n.absolutePath&&(!i||!i.absolutePath)&&(s=qo(s)),a===void 0&&s[0]==="/"&&s[1]==="/"&&(s="/%2F"+s.slice(2)),o.push(s)}return r.query!==void 0&&o.push("?",r.query),r.fragment!==void 0&&o.push("#",r.fragment),o.join("")}var Qz=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Ut(e,t){let r=Object.assign({},t),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=!1;r.reference==="suffix"&&(r.scheme?e=r.scheme+":"+e:e="//"+e);let i=e.match(Qz);if(i){if(n.scheme=i[1],n.userinfo=i[3],n.host=i[4],n.port=parseInt(i[5],10),n.path=i[6]||"",n.query=i[7],n.fragment=i[8],isNaN(n.port)&&(n.port=i[5]),n.host)if(Gz(n.host)===!1){let c=Jz(n.host);n.host=c.host.toLowerCase(),o=c.isIPV6}else o=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let a=Ov(r.scheme||n.scheme);if(!r.unicodeSupport&&(!a||!a.unicodeSupport)&&n.host&&(r.domainHost||a&&a.domainHost)&&o===!1&&Bz(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(s){n.error=n.error||"Host's domain name can not be converted to ASCII: "+s}(!a||a&&!a.skipNormalize)&&(e.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=unescape(n.host))),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),a&&a.parse&&a.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}var ep={SCHEMES:Hz,normalize:Wz,resolve:Xz,resolveComponent:Nv,equal:Yz,serialize:_t,parse:Ut};La.exports=ep;La.exports.default=ep;La.exports.fastUri=ep});var Rv=w(tp=>{"use strict";Object.defineProperty(tp,"__esModule",{value:!0});var Zv=Dv();Zv.code='require("ajv/dist/runtime/uri").default';tp.default=Zv});var Fv=w(ke=>{"use strict";Object.defineProperty(ke,"__esModule",{value:!0});ke.CodeGen=ke.Name=ke.nil=ke.stringify=ke.str=ke._=ke.KeywordCxt=void 0;var e0=Co();Object.defineProperty(ke,"KeywordCxt",{enumerable:!0,get:function(){return e0.KeywordCxt}});var on=K();Object.defineProperty(ke,"_",{enumerable:!0,get:function(){return on._}});Object.defineProperty(ke,"str",{enumerable:!0,get:function(){return on.str}});Object.defineProperty(ke,"stringify",{enumerable:!0,get:function(){return on.stringify}});Object.defineProperty(ke,"nil",{enumerable:!0,get:function(){return on.nil}});Object.defineProperty(ke,"Name",{enumerable:!0,get:function(){return on.Name}});Object.defineProperty(ke,"CodeGen",{enumerable:!0,get:function(){return on.CodeGen}});var t0=Ra(),qv=Mo(),r0=jd(),Lo=Aa(),n0=K(),Vo=Ro(),Va=Zo(),np=ee(),Uv=xv(),o0=Rv(),Lv=(e,t)=>new RegExp(e,t);Lv.code="new RegExp";var i0=["removeAdditional","useDefaults","coerceTypes"],a0=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),s0={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."},c0={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},Av=200;function u0(e){var t,r,n,o,i,a,s,c,u,l,d,f,m,g,v,$,k,O,P,A,E,ot,it,ps,fs;let mn=e.strict,ms=(t=e.code)===null||t===void 0?void 0:t.optimize,rf=ms===!0||ms===void 0?1:ms||0,nf=(n=(r=e.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:Lv,y_=(o=e.uriResolver)!==null&&o!==void 0?o:o0.default;return{strictSchema:(a=(i=e.strictSchema)!==null&&i!==void 0?i:mn)!==null&&a!==void 0?a:!0,strictNumbers:(c=(s=e.strictNumbers)!==null&&s!==void 0?s:mn)!==null&&c!==void 0?c:!0,strictTypes:(l=(u=e.strictTypes)!==null&&u!==void 0?u:mn)!==null&&l!==void 0?l:"log",strictTuples:(f=(d=e.strictTuples)!==null&&d!==void 0?d:mn)!==null&&f!==void 0?f:"log",strictRequired:(g=(m=e.strictRequired)!==null&&m!==void 0?m:mn)!==null&&g!==void 0?g:!1,code:e.code?{...e.code,optimize:rf,regExp:nf}:{optimize:rf,regExp:nf},loopRequired:(v=e.loopRequired)!==null&&v!==void 0?v:Av,loopEnum:($=e.loopEnum)!==null&&$!==void 0?$:Av,meta:(k=e.meta)!==null&&k!==void 0?k:!0,messages:(O=e.messages)!==null&&O!==void 0?O:!0,inlineRefs:(P=e.inlineRefs)!==null&&P!==void 0?P:!0,schemaId:(A=e.schemaId)!==null&&A!==void 0?A:"$id",addUsedSchema:(E=e.addUsedSchema)!==null&&E!==void 0?E:!0,validateSchema:(ot=e.validateSchema)!==null&&ot!==void 0?ot:!0,validateFormats:(it=e.validateFormats)!==null&&it!==void 0?it:!0,unicodeRegExp:(ps=e.unicodeRegExp)!==null&&ps!==void 0?ps:!0,int32range:(fs=e.int32range)!==null&&fs!==void 0?fs:!0,uriResolver:y_}}var Fo=class{constructor(t={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,t=this.opts={...t,...u0(t)};let{es5:r,lines:n}=this.opts.code;this.scope=new n0.ValueScope({scope:{},prefixes:a0,es5:r,lines:n}),this.logger=h0(t.logger);let o=t.validateFormats;t.validateFormats=!1,this.RULES=(0,r0.getRules)(),Cv.call(this,s0,t,"NOT SUPPORTED"),Cv.call(this,c0,t,"DEPRECATED","warn"),this._metaOpts=f0.call(this),t.formats&&d0.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),t.keywords&&p0.call(this,t.keywords),typeof t.meta=="object"&&this.addMetaSchema(t.meta),l0.call(this),t.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:t,meta:r,schemaId:n}=this.opts,o=Uv;n==="id"&&(o={...Uv},o.id=o.$id,delete o.$id),r&&t&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:t,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof t=="object"?t[r]||t:void 0}validate(t,r){let n;if(typeof t=="string"){if(n=this.getSchema(t),!n)throw new Error(`no schema with key or ref "${t}"`)}else n=this.compile(t);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(t,r){let n=this._addSchema(t,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(t,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,t,r);async function o(l,d){await i.call(this,l.$schema);let f=this._addSchema(l,d);return f.validate||a.call(this,f)}async function i(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function a(l){try{return this._compileSchemaEnv(l)}catch(d){if(!(d instanceof qv.default))throw d;return s.call(this,d),await c.call(this,d.missingSchema),a.call(this,l)}}function s({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 i.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(t,r,n,o=this.opts.validateSchema){if(Array.isArray(t)){for(let a of t)this.addSchema(a,void 0,n,o);return this}let i;if(typeof t=="object"){let{schemaId:a}=this.opts;if(i=t[a],i!==void 0&&typeof i!="string")throw new Error(`schema ${a} must be string`)}return r=(0,Vo.normalizeId)(r||i),this._checkUnique(r),this.schemas[r]=this._addSchema(t,n,r,o,!0),this}addMetaSchema(t,r,n=this.opts.validateSchema){return this.addSchema(t,r,!0,n),this}validateSchema(t,r){if(typeof t=="boolean")return!0;let n;if(n=t.$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,t);if(!o&&r){let i="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(i);else throw new Error(i)}return o}getSchema(t){let r;for(;typeof(r=Mv.call(this,t))=="string";)t=r;if(r===void 0){let{schemaId:n}=this.opts,o=new Lo.SchemaEnv({schema:{},schemaId:n});if(r=Lo.resolveSchema.call(this,o,t),!r)return;this.refs[t]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(t){if(t instanceof RegExp)return this._removeAllSchemas(this.schemas,t),this._removeAllSchemas(this.refs,t),this;switch(typeof t){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=Mv.call(this,t);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[t],delete this.refs[t],this}case"object":{let r=t;this._cache.delete(r);let n=t[this.opts.schemaId];return n&&(n=(0,Vo.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(t){for(let r of t)this.addKeyword(r);return this}addKeyword(t,r){let n;if(typeof t=="string")n=t,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof t=="object"&&r===void 0){if(r=t,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(v0.call(this,n,r),!r)return(0,np.eachItem)(n,i=>rp.call(this,i)),this;_0.call(this,r);let o={...r,type:(0,Va.getJSONTypes)(r.type),schemaType:(0,Va.getJSONTypes)(r.schemaType)};return(0,np.eachItem)(n,o.type.length===0?i=>rp.call(this,i,o):i=>o.type.forEach(a=>rp.call(this,i,o,a))),this}getKeyword(t){let r=this.RULES.all[t];return typeof r=="object"?r.definition:!!r}removeKeyword(t){let{RULES:r}=this;delete r.keywords[t],delete r.all[t];for(let n of r.rules){let o=n.rules.findIndex(i=>i.keyword===t);o>=0&&n.rules.splice(o,1)}return this}addFormat(t,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[t]=r,this}errorsText(t=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!t||t.length===0?"No errors":t.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,i)=>o+r+i)}$dataMetaSchema(t,r){let n=this.RULES.all;t=JSON.parse(JSON.stringify(t));for(let o of r){let i=o.split("/").slice(1),a=t;for(let s of i)a=a[s];for(let s in n){let c=n[s];if(typeof c!="object")continue;let{$data:u}=c.definition,l=a[s];u&&l&&(a[s]=Vv(l))}}return t}_removeAllSchemas(t,r){for(let n in t){let o=t[n];(!r||r.test(n))&&(typeof o=="string"?delete t[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete t[n]))}}_addSchema(t,r,n,o=this.opts.validateSchema,i=this.opts.addUsedSchema){let a,{schemaId:s}=this.opts;if(typeof t=="object")a=t[s];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof t!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(t);if(c!==void 0)return c;n=(0,Vo.normalizeId)(a||n);let u=Vo.getSchemaRefs.call(this,t,n);return c=new Lo.SchemaEnv({schema:t,schemaId:s,meta:r,baseId:n,localRefs:u}),this._cache.set(c.schema,c),i&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),o&&this.validateSchema(t,!0),c}_checkUnique(t){if(this.schemas[t]||this.refs[t])throw new Error(`schema with key or id "${t}" already exists`)}_compileSchemaEnv(t){if(t.meta?this._compileMetaSchema(t):Lo.compileSchema.call(this,t),!t.validate)throw new Error("ajv implementation error");return t.validate}_compileMetaSchema(t){let r=this.opts;this.opts=this._metaOpts;try{Lo.compileSchema.call(this,t)}finally{this.opts=r}}};Fo.ValidationError=t0.default;Fo.MissingRefError=qv.default;ke.default=Fo;function Cv(e,t,r,n="error"){for(let o in e){let i=o;i in t&&this.logger[n](`${r}: option ${o}. ${e[i]}`)}}function Mv(e){return e=(0,Vo.normalizeId)(e),this.schemas[e]||this.refs[e]}function l0(){let e=this.opts.schemas;if(e)if(Array.isArray(e))this.addSchema(e);else for(let t in e)this.addSchema(e[t],t)}function d0(){for(let e in this.opts.formats){let t=this.opts.formats[e];t&&this.addFormat(e,t)}}function p0(e){if(Array.isArray(e)){this.addVocabulary(e);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let t in e){let r=e[t];r.keyword||(r.keyword=t),this.addKeyword(r)}}function f0(){let e={...this.opts};for(let t of i0)delete e[t];return e}var m0={log(){},warn(){},error(){}};function h0(e){if(e===!1)return m0;if(e===void 0)return console;if(e.log&&e.warn&&e.error)return e;throw new Error("logger must implement log, warn and error methods")}var g0=/^[a-z_$][a-z0-9_$:-]*$/i;function v0(e,t){let{RULES:r}=this;if((0,np.eachItem)(e,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!g0.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!t&&t.$data&&!("code"in t||"validate"in t))throw new Error('$data keyword must have "code" or "validate" function')}function rp(e,t,r){var n;let o=t?.post;if(r&&o)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:i}=this,a=o?i.post:i.rules.find(({type:c})=>c===r);if(a||(a={type:r,rules:[]},i.rules.push(a)),i.keywords[e]=!0,!t)return;let s={keyword:e,definition:{...t,type:(0,Va.getJSONTypes)(t.type),schemaType:(0,Va.getJSONTypes)(t.schemaType)}};t.before?y0.call(this,a,s,t.before):a.rules.push(s),i.all[e]=s,(n=t.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function y0(e,t,r){let n=e.rules.findIndex(o=>o.keyword===r);n>=0?e.rules.splice(n,0,t):(e.rules.push(t),this.logger.warn(`rule ${r} is not defined`))}function _0(e){let{metaSchema:t}=e;t!==void 0&&(e.$data&&this.opts.$data&&(t=Vv(t)),e.validateSchema=this.compile(t,!0))}var $0={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Vv(e){return{anyOf:[e,$0]}}});var Jv=w(op=>{"use strict";Object.defineProperty(op,"__esModule",{value:!0});var b0={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};op.default=b0});var Hv=w(_r=>{"use strict";Object.defineProperty(_r,"__esModule",{value:!0});_r.callRef=_r.getValidate=void 0;var x0=Mo(),Kv=tt(),Le=K(),an=Zt(),Gv=Aa(),Fa=ee(),k0={keyword:"$ref",schemaType:"string",code(e){let{gen:t,schema:r,it:n}=e,{baseId:o,schemaEnv:i,validateName:a,opts:s,self:c}=n,{root:u}=i;if((r==="#"||r==="#/")&&o===u.baseId)return d();let l=Gv.resolveRef.call(c,u,o,r);if(l===void 0)throw new x0.default(n.opts.uriResolver,o,r);if(l instanceof Gv.SchemaEnv)return f(l);return m(l);function d(){if(i===u)return Ja(e,a,i,i.$async);let g=t.scopeValue("root",{ref:u});return Ja(e,(0,Le._)`${g}.validate`,u,u.$async)}function f(g){let v=Bv(e,g);Ja(e,v,g,g.$async)}function m(g){let v=t.scopeValue("schema",s.code.source===!0?{ref:g,code:(0,Le.stringify)(g)}:{ref:g}),$=t.name("valid"),k=e.subschema({schema:g,dataTypes:[],schemaPath:Le.nil,topSchemaRef:v,errSchemaPath:r},$);e.mergeEvaluated(k),e.ok($)}}};function Bv(e,t){let{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):(0,Le._)`${r.scopeValue("wrapper",{ref:t})}.validate`}_r.getValidate=Bv;function Ja(e,t,r,n){let{gen:o,it:i}=e,{allErrors:a,schemaEnv:s,opts:c}=i,u=c.passContext?an.default.this:Le.nil;n?l():d();function l(){if(!s.$async)throw new Error("async schema referenced by sync schema");let g=o.let("valid");o.try(()=>{o.code((0,Le._)`await ${(0,Kv.callValidateCode)(e,t,u)}`),m(t),a||o.assign(g,!0)},v=>{o.if((0,Le._)`!(${v} instanceof ${i.ValidationError})`,()=>o.throw(v)),f(v),a||o.assign(g,!1)}),e.ok(g)}function d(){e.result((0,Kv.callValidateCode)(e,t,u),()=>m(t),()=>f(t))}function f(g){let v=(0,Le._)`${g}.errors`;o.assign(an.default.vErrors,(0,Le._)`${an.default.vErrors} === null ? ${v} : ${an.default.vErrors}.concat(${v})`),o.assign(an.default.errors,(0,Le._)`${an.default.vErrors}.length`)}function m(g){var v;if(!i.opts.unevaluated)return;let $=(v=r?.validate)===null||v===void 0?void 0:v.evaluated;if(i.props!==!0)if($&&!$.dynamicProps)$.props!==void 0&&(i.props=Fa.mergeEvaluated.props(o,$.props,i.props));else{let k=o.var("props",(0,Le._)`${g}.evaluated.props`);i.props=Fa.mergeEvaluated.props(o,k,i.props,Le.Name)}if(i.items!==!0)if($&&!$.dynamicItems)$.items!==void 0&&(i.items=Fa.mergeEvaluated.items(o,$.items,i.items));else{let k=o.var("items",(0,Le._)`${g}.evaluated.items`);i.items=Fa.mergeEvaluated.items(o,k,i.items,Le.Name)}}}_r.callRef=Ja;_r.default=k0});var Wv=w(ip=>{"use strict";Object.defineProperty(ip,"__esModule",{value:!0});var w0=Jv(),S0=Hv(),z0=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",w0.default,S0.default];ip.default=z0});var Xv=w(ap=>{"use strict";Object.defineProperty(ap,"__esModule",{value:!0});var Ka=K(),tr=Ka.operators,Ga={maximum:{okStr:"<=",ok:tr.LTE,fail:tr.GT},minimum:{okStr:">=",ok:tr.GTE,fail:tr.LT},exclusiveMaximum:{okStr:"<",ok:tr.LT,fail:tr.GTE},exclusiveMinimum:{okStr:">",ok:tr.GT,fail:tr.LTE}},I0={message:({keyword:e,schemaCode:t})=>(0,Ka.str)`must be ${Ga[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,Ka._)`{comparison: ${Ga[e].okStr}, limit: ${t}}`},P0={keyword:Object.keys(Ga),type:"number",schemaType:"number",$data:!0,error:I0,code(e){let{keyword:t,data:r,schemaCode:n}=e;e.fail$data((0,Ka._)`${r} ${Ga[t].fail} ${n} || isNaN(${r})`)}};ap.default=P0});var Yv=w(sp=>{"use strict";Object.defineProperty(sp,"__esModule",{value:!0});var Jo=K(),T0={message:({schemaCode:e})=>(0,Jo.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,Jo._)`{multipleOf: ${e}}`},j0={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:T0,code(e){let{gen:t,data:r,schemaCode:n,it:o}=e,i=o.opts.multipleOfPrecision,a=t.let("res"),s=i?(0,Jo._)`Math.abs(Math.round(${a}) - ${a}) > 1e-${i}`:(0,Jo._)`${a} !== parseInt(${a})`;e.fail$data((0,Jo._)`(${n} === 0 || (${a} = ${r}/${n}, ${s}))`)}};sp.default=j0});var ey=w(cp=>{"use strict";Object.defineProperty(cp,"__esModule",{value:!0});function Qv(e){let t=e.length,r=0,n=0,o;for(;n<t;)r++,o=e.charCodeAt(n++),o>=55296&&o<=56319&&n<t&&(o=e.charCodeAt(n),(o&64512)===56320&&n++);return r}cp.default=Qv;Qv.code='require("ajv/dist/runtime/ucs2length").default'});var ty=w(up=>{"use strict";Object.defineProperty(up,"__esModule",{value:!0});var $r=K(),E0=ee(),O0=ey(),N0={message({keyword:e,schemaCode:t}){let r=e==="maxLength"?"more":"fewer";return(0,$r.str)`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>(0,$r._)`{limit: ${e}}`},D0={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:N0,code(e){let{keyword:t,data:r,schemaCode:n,it:o}=e,i=t==="maxLength"?$r.operators.GT:$r.operators.LT,a=o.opts.unicode===!1?(0,$r._)`${r}.length`:(0,$r._)`${(0,E0.useFunc)(e.gen,O0.default)}(${r})`;e.fail$data((0,$r._)`${a} ${i} ${n}`)}};up.default=D0});var ry=w(lp=>{"use strict";Object.defineProperty(lp,"__esModule",{value:!0});var Z0=tt(),R0=ee(),sn=K(),U0={message:({schemaCode:e})=>(0,sn.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,sn._)`{pattern: ${e}}`},A0={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:U0,code(e){let{gen:t,data:r,$data:n,schema:o,schemaCode:i,it:a}=e,s=a.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=a.opts.code,u=c.code==="new RegExp"?(0,sn._)`new RegExp`:(0,R0.useFunc)(t,c),l=t.let("valid");t.try(()=>t.assign(l,(0,sn._)`${u}(${i}, ${s}).test(${r})`),()=>t.assign(l,!1)),e.fail$data((0,sn._)`!${l}`)}else{let c=(0,Z0.usePattern)(e,o);e.fail$data((0,sn._)`!${c}.test(${r})`)}}};lp.default=A0});var ny=w(dp=>{"use strict";Object.defineProperty(dp,"__esModule",{value:!0});var Ko=K(),C0={message({keyword:e,schemaCode:t}){let r=e==="maxProperties"?"more":"fewer";return(0,Ko.str)`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>(0,Ko._)`{limit: ${e}}`},M0={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:C0,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxProperties"?Ko.operators.GT:Ko.operators.LT;e.fail$data((0,Ko._)`Object.keys(${r}).length ${o} ${n}`)}};dp.default=M0});var oy=w(pp=>{"use strict";Object.defineProperty(pp,"__esModule",{value:!0});var Go=tt(),Bo=K(),q0=ee(),L0={message:({params:{missingProperty:e}})=>(0,Bo.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,Bo._)`{missingProperty: ${e}}`},V0={keyword:"required",type:"object",schemaType:"array",$data:!0,error:L0,code(e){let{gen:t,schema:r,schemaCode:n,data:o,$data:i,it:a}=e,{opts:s}=a;if(!i&&r.length===0)return;let c=r.length>=s.loopRequired;if(a.allErrors?u():l(),s.strictRequired){let m=e.parentSchema.properties,{definedProperties:g}=e.it;for(let v of r)if(m?.[v]===void 0&&!g.has(v)){let $=a.schemaEnv.baseId+a.errSchemaPath,k=`required property "${v}" is not defined at "${$}" (strictRequired)`;(0,q0.checkStrictMode)(a,k,a.opts.strictRequired)}}function u(){if(c||i)e.block$data(Bo.nil,d);else for(let m of r)(0,Go.checkReportMissingProp)(e,m)}function l(){let m=t.let("missing");if(c||i){let g=t.let("valid",!0);e.block$data(g,()=>f(m,g)),e.ok(g)}else t.if((0,Go.checkMissingProp)(e,r,m)),(0,Go.reportMissingProp)(e,m),t.else()}function d(){t.forOf("prop",n,m=>{e.setParams({missingProperty:m}),t.if((0,Go.noPropertyInData)(t,o,m,s.ownProperties),()=>e.error())})}function f(m,g){e.setParams({missingProperty:m}),t.forOf(m,n,()=>{t.assign(g,(0,Go.propertyInData)(t,o,m,s.ownProperties)),t.if((0,Bo.not)(g),()=>{e.error(),t.break()})},Bo.nil)}}};pp.default=V0});var iy=w(fp=>{"use strict";Object.defineProperty(fp,"__esModule",{value:!0});var Ho=K(),F0={message({keyword:e,schemaCode:t}){let r=e==="maxItems"?"more":"fewer";return(0,Ho.str)`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>(0,Ho._)`{limit: ${e}}`},J0={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:F0,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxItems"?Ho.operators.GT:Ho.operators.LT;e.fail$data((0,Ho._)`${r}.length ${o} ${n}`)}};fp.default=J0});var Ba=w(mp=>{"use strict";Object.defineProperty(mp,"__esModule",{value:!0});var ay=Ad();ay.code='require("ajv/dist/runtime/equal").default';mp.default=ay});var sy=w(gp=>{"use strict";Object.defineProperty(gp,"__esModule",{value:!0});var hp=Zo(),we=K(),K0=ee(),G0=Ba(),B0={message:({params:{i:e,j:t}})=>(0,we.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,we._)`{i: ${e}, j: ${t}}`},H0={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:B0,code(e){let{gen:t,data:r,$data:n,schema:o,parentSchema:i,schemaCode:a,it:s}=e;if(!n&&!o)return;let c=t.let("valid"),u=i.items?(0,hp.getSchemaTypes)(i.items):[];e.block$data(c,l,(0,we._)`${a} === false`),e.ok(c);function l(){let g=t.let("i",(0,we._)`${r}.length`),v=t.let("j");e.setParams({i:g,j:v}),t.assign(c,!0),t.if((0,we._)`${g} > 1`,()=>(d()?f:m)(g,v))}function d(){return u.length>0&&!u.some(g=>g==="object"||g==="array")}function f(g,v){let $=t.name("item"),k=(0,hp.checkDataTypes)(u,$,s.opts.strictNumbers,hp.DataType.Wrong),O=t.const("indices",(0,we._)`{}`);t.for((0,we._)`;${g}--;`,()=>{t.let($,(0,we._)`${r}[${g}]`),t.if(k,(0,we._)`continue`),u.length>1&&t.if((0,we._)`typeof ${$} == "string"`,(0,we._)`${$} += "_"`),t.if((0,we._)`typeof ${O}[${$}] == "number"`,()=>{t.assign(v,(0,we._)`${O}[${$}]`),e.error(),t.assign(c,!1).break()}).code((0,we._)`${O}[${$}] = ${g}`)})}function m(g,v){let $=(0,K0.useFunc)(t,G0.default),k=t.name("outer");t.label(k).for((0,we._)`;${g}--;`,()=>t.for((0,we._)`${v} = ${g}; ${v}--;`,()=>t.if((0,we._)`${$}(${r}[${g}], ${r}[${v}])`,()=>{e.error(),t.assign(c,!1).break(k)})))}}};gp.default=H0});var cy=w(yp=>{"use strict";Object.defineProperty(yp,"__esModule",{value:!0});var vp=K(),W0=ee(),X0=Ba(),Y0={message:"must be equal to constant",params:({schemaCode:e})=>(0,vp._)`{allowedValue: ${e}}`},Q0={keyword:"const",$data:!0,error:Y0,code(e){let{gen:t,data:r,$data:n,schemaCode:o,schema:i}=e;n||i&&typeof i=="object"?e.fail$data((0,vp._)`!${(0,W0.useFunc)(t,X0.default)}(${r}, ${o})`):e.fail((0,vp._)`${i} !== ${r}`)}};yp.default=Q0});var uy=w(_p=>{"use strict";Object.defineProperty(_p,"__esModule",{value:!0});var Wo=K(),eI=ee(),tI=Ba(),rI={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,Wo._)`{allowedValues: ${e}}`},nI={keyword:"enum",schemaType:"array",$data:!0,error:rI,code(e){let{gen:t,data:r,$data:n,schema:o,schemaCode:i,it:a}=e;if(!n&&o.length===0)throw new Error("enum must have non-empty array");let s=o.length>=a.opts.loopEnum,c,u=()=>c??(c=(0,eI.useFunc)(t,tI.default)),l;if(s||n)l=t.let("valid"),e.block$data(l,d);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let m=t.const("vSchema",i);l=(0,Wo.or)(...o.map((g,v)=>f(m,v)))}e.pass(l);function d(){t.assign(l,!1),t.forOf("v",i,m=>t.if((0,Wo._)`${u()}(${r}, ${m})`,()=>t.assign(l,!0).break()))}function f(m,g){let v=o[g];return typeof v=="object"&&v!==null?(0,Wo._)`${u()}(${r}, ${m}[${g}])`:(0,Wo._)`${r} === ${v}`}}};_p.default=nI});var ly=w($p=>{"use strict";Object.defineProperty($p,"__esModule",{value:!0});var oI=Xv(),iI=Yv(),aI=ty(),sI=ry(),cI=ny(),uI=oy(),lI=iy(),dI=sy(),pI=cy(),fI=uy(),mI=[oI.default,iI.default,aI.default,sI.default,cI.default,uI.default,lI.default,dI.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},pI.default,fI.default];$p.default=mI});var xp=w(Xo=>{"use strict";Object.defineProperty(Xo,"__esModule",{value:!0});Xo.validateAdditionalItems=void 0;var br=K(),bp=ee(),hI={message:({params:{len:e}})=>(0,br.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,br._)`{limit: ${e}}`},gI={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:hI,code(e){let{parentSchema:t,it:r}=e,{items:n}=t;if(!Array.isArray(n)){(0,bp.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}dy(e,n)}};function dy(e,t){let{gen:r,schema:n,data:o,keyword:i,it:a}=e;a.items=!0;let s=r.const("len",(0,br._)`${o}.length`);if(n===!1)e.setParams({len:t.length}),e.pass((0,br._)`${s} <= ${t.length}`);else if(typeof n=="object"&&!(0,bp.alwaysValidSchema)(a,n)){let u=r.var("valid",(0,br._)`${s} <= ${t.length}`);r.if((0,br.not)(u),()=>c(u)),e.ok(u)}function c(u){r.forRange("i",t.length,s,l=>{e.subschema({keyword:i,dataProp:l,dataPropType:bp.Type.Num},u),a.allErrors||r.if((0,br.not)(u),()=>r.break())})}}Xo.validateAdditionalItems=dy;Xo.default=gI});var kp=w(Yo=>{"use strict";Object.defineProperty(Yo,"__esModule",{value:!0});Yo.validateTuple=void 0;var py=K(),Ha=ee(),vI=tt(),yI={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){let{schema:t,it:r}=e;if(Array.isArray(t))return fy(e,"additionalItems",t);r.items=!0,!(0,Ha.alwaysValidSchema)(r,t)&&e.ok((0,vI.validateArray)(e))}};function fy(e,t,r=e.schema){let{gen:n,parentSchema:o,data:i,keyword:a,it:s}=e;l(o),s.opts.unevaluated&&r.length&&s.items!==!0&&(s.items=Ha.mergeEvaluated.items(n,r.length,s.items));let c=n.name("valid"),u=n.const("len",(0,py._)`${i}.length`);r.forEach((d,f)=>{(0,Ha.alwaysValidSchema)(s,d)||(n.if((0,py._)`${u} > ${f}`,()=>e.subschema({keyword:a,schemaProp:f,dataProp:f},c)),e.ok(c))});function l(d){let{opts:f,errSchemaPath:m}=s,g=r.length,v=g===d.minItems&&(g===d.maxItems||d[t]===!1);if(f.strictTuples&&!v){let $=`"${a}" is ${g}-tuple, but minItems or maxItems/${t} are not specified or different at path "${m}"`;(0,Ha.checkStrictMode)(s,$,f.strictTuples)}}}Yo.validateTuple=fy;Yo.default=yI});var my=w(wp=>{"use strict";Object.defineProperty(wp,"__esModule",{value:!0});var _I=kp(),$I={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,_I.validateTuple)(e,"items")};wp.default=$I});var gy=w(Sp=>{"use strict";Object.defineProperty(Sp,"__esModule",{value:!0});var hy=K(),bI=ee(),xI=tt(),kI=xp(),wI={message:({params:{len:e}})=>(0,hy.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,hy._)`{limit: ${e}}`},SI={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:wI,code(e){let{schema:t,parentSchema:r,it:n}=e,{prefixItems:o}=r;n.items=!0,!(0,bI.alwaysValidSchema)(n,t)&&(o?(0,kI.validateAdditionalItems)(e,o):e.ok((0,xI.validateArray)(e)))}};Sp.default=SI});var vy=w(zp=>{"use strict";Object.defineProperty(zp,"__esModule",{value:!0});var nt=K(),Wa=ee(),zI={message:({params:{min:e,max:t}})=>t===void 0?(0,nt.str)`must contain at least ${e} valid item(s)`:(0,nt.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,nt._)`{minContains: ${e}}`:(0,nt._)`{minContains: ${e}, maxContains: ${t}}`},II={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:zI,code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:i}=e,a,s,{minContains:c,maxContains:u}=n;i.opts.next?(a=c===void 0?1:c,s=u):a=1;let l=t.const("len",(0,nt._)`${o}.length`);if(e.setParams({min:a,max:s}),s===void 0&&a===0){(0,Wa.checkStrictMode)(i,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(s!==void 0&&a>s){(0,Wa.checkStrictMode)(i,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,Wa.alwaysValidSchema)(i,r)){let v=(0,nt._)`${l} >= ${a}`;s!==void 0&&(v=(0,nt._)`${v} && ${l} <= ${s}`),e.pass(v);return}i.items=!0;let d=t.name("valid");s===void 0&&a===1?m(d,()=>t.if(d,()=>t.break())):a===0?(t.let(d,!0),s!==void 0&&t.if((0,nt._)`${o}.length > 0`,f)):(t.let(d,!1),f()),e.result(d,()=>e.reset());function f(){let v=t.name("_valid"),$=t.let("count",0);m(v,()=>t.if(v,()=>g($)))}function m(v,$){t.forRange("i",0,l,k=>{e.subschema({keyword:"contains",dataProp:k,dataPropType:Wa.Type.Num,compositeRule:!0},v),$()})}function g(v){t.code((0,nt._)`${v}++`),s===void 0?t.if((0,nt._)`${v} >= ${a}`,()=>t.assign(d,!0).break()):(t.if((0,nt._)`${v} > ${s}`,()=>t.assign(d,!1).break()),a===1?t.assign(d,!0):t.if((0,nt._)`${v} >= ${a}`,()=>t.assign(d,!0)))}}};zp.default=II});var $y=w($t=>{"use strict";Object.defineProperty($t,"__esModule",{value:!0});$t.validateSchemaDeps=$t.validatePropertyDeps=$t.error=void 0;var Ip=K(),PI=ee(),Qo=tt();$t.error={message:({params:{property:e,depsCount:t,deps:r}})=>{let n=t===1?"property":"properties";return(0,Ip.str)`must have ${n} ${r} when property ${e} is present`},params:({params:{property:e,depsCount:t,deps:r,missingProperty:n}})=>(0,Ip._)`{property: ${e},
|
|
6
|
+
missingProperty: ${n},
|
|
7
|
+
depsCount: ${t},
|
|
8
|
+
deps: ${r}}`};var TI={keyword:"dependencies",type:"object",schemaType:"object",error:$t.error,code(e){let[t,r]=jI(e);yy(e,t),_y(e,r)}};function jI({schema:e}){let t={},r={};for(let n in e){if(n==="__proto__")continue;let o=Array.isArray(e[n])?t:r;o[n]=e[n]}return[t,r]}function yy(e,t=e.schema){let{gen:r,data:n,it:o}=e;if(Object.keys(t).length===0)return;let i=r.let("missing");for(let a in t){let s=t[a];if(s.length===0)continue;let c=(0,Qo.propertyInData)(r,n,a,o.opts.ownProperties);e.setParams({property:a,depsCount:s.length,deps:s.join(", ")}),o.allErrors?r.if(c,()=>{for(let u of s)(0,Qo.checkReportMissingProp)(e,u)}):(r.if((0,Ip._)`${c} && (${(0,Qo.checkMissingProp)(e,s,i)})`),(0,Qo.reportMissingProp)(e,i),r.else())}}$t.validatePropertyDeps=yy;function _y(e,t=e.schema){let{gen:r,data:n,keyword:o,it:i}=e,a=r.name("valid");for(let s in t)(0,PI.alwaysValidSchema)(i,t[s])||(r.if((0,Qo.propertyInData)(r,n,s,i.opts.ownProperties),()=>{let c=e.subschema({keyword:o,schemaProp:s},a);e.mergeValidEvaluated(c,a)},()=>r.var(a,!0)),e.ok(a))}$t.validateSchemaDeps=_y;$t.default=TI});var xy=w(Pp=>{"use strict";Object.defineProperty(Pp,"__esModule",{value:!0});var by=K(),EI=ee(),OI={message:"property name must be valid",params:({params:e})=>(0,by._)`{propertyName: ${e.propertyName}}`},NI={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:OI,code(e){let{gen:t,schema:r,data:n,it:o}=e;if((0,EI.alwaysValidSchema)(o,r))return;let i=t.name("valid");t.forIn("key",n,a=>{e.setParams({propertyName:a}),e.subschema({keyword:"propertyNames",data:a,dataTypes:["string"],propertyName:a,compositeRule:!0},i),t.if((0,by.not)(i),()=>{e.error(!0),o.allErrors||t.break()})}),e.ok(i)}};Pp.default=NI});var jp=w(Tp=>{"use strict";Object.defineProperty(Tp,"__esModule",{value:!0});var Xa=tt(),pt=K(),DI=Zt(),Ya=ee(),ZI={message:"must NOT have additional properties",params:({params:e})=>(0,pt._)`{additionalProperty: ${e.additionalProperty}}`},RI={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:ZI,code(e){let{gen:t,schema:r,parentSchema:n,data:o,errsCount:i,it:a}=e;if(!i)throw new Error("ajv implementation error");let{allErrors:s,opts:c}=a;if(a.props=!0,c.removeAdditional!=="all"&&(0,Ya.alwaysValidSchema)(a,r))return;let u=(0,Xa.allSchemaProperties)(n.properties),l=(0,Xa.allSchemaProperties)(n.patternProperties);d(),e.ok((0,pt._)`${i} === ${DI.default.errors}`);function d(){t.forIn("key",o,$=>{!u.length&&!l.length?g($):t.if(f($),()=>g($))})}function f($){let k;if(u.length>8){let O=(0,Ya.schemaRefOrVal)(a,n.properties,"properties");k=(0,Xa.isOwnProperty)(t,O,$)}else u.length?k=(0,pt.or)(...u.map(O=>(0,pt._)`${$} === ${O}`)):k=pt.nil;return l.length&&(k=(0,pt.or)(k,...l.map(O=>(0,pt._)`${(0,Xa.usePattern)(e,O)}.test(${$})`))),(0,pt.not)(k)}function m($){t.code((0,pt._)`delete ${o}[${$}]`)}function g($){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){m($);return}if(r===!1){e.setParams({additionalProperty:$}),e.error(),s||t.break();return}if(typeof r=="object"&&!(0,Ya.alwaysValidSchema)(a,r)){let k=t.name("valid");c.removeAdditional==="failing"?(v($,k,!1),t.if((0,pt.not)(k),()=>{e.reset(),m($)})):(v($,k),s||t.if((0,pt.not)(k),()=>t.break()))}}function v($,k,O){let P={keyword:"additionalProperties",dataProp:$,dataPropType:Ya.Type.Str};O===!1&&Object.assign(P,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(P,k)}}};Tp.default=RI});var Sy=w(Op=>{"use strict";Object.defineProperty(Op,"__esModule",{value:!0});var UI=Co(),ky=tt(),Ep=ee(),wy=jp(),AI={keyword:"properties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:i}=e;i.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&wy.default.code(new UI.KeywordCxt(i,wy.default,"additionalProperties"));let a=(0,ky.allSchemaProperties)(r);for(let d of a)i.definedProperties.add(d);i.opts.unevaluated&&a.length&&i.props!==!0&&(i.props=Ep.mergeEvaluated.props(t,(0,Ep.toHash)(a),i.props));let s=a.filter(d=>!(0,Ep.alwaysValidSchema)(i,r[d]));if(s.length===0)return;let c=t.name("valid");for(let d of s)u(d)?l(d):(t.if((0,ky.propertyInData)(t,o,d,i.opts.ownProperties)),l(d),i.allErrors||t.else().var(c,!0),t.endIf()),e.it.definedProperties.add(d),e.ok(c);function u(d){return i.opts.useDefaults&&!i.compositeRule&&r[d].default!==void 0}function l(d){e.subschema({keyword:"properties",schemaProp:d,dataProp:d},c)}}};Op.default=AI});var Ty=w(Np=>{"use strict";Object.defineProperty(Np,"__esModule",{value:!0});var zy=tt(),Qa=K(),Iy=ee(),Py=ee(),CI={keyword:"patternProperties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,data:n,parentSchema:o,it:i}=e,{opts:a}=i,s=(0,zy.allSchemaProperties)(r),c=s.filter(v=>(0,Iy.alwaysValidSchema)(i,r[v]));if(s.length===0||c.length===s.length&&(!i.opts.unevaluated||i.props===!0))return;let u=a.strictSchema&&!a.allowMatchingProperties&&o.properties,l=t.name("valid");i.props!==!0&&!(i.props instanceof Qa.Name)&&(i.props=(0,Py.evaluatedPropsToName)(t,i.props));let{props:d}=i;f();function f(){for(let v of s)u&&m(v),i.allErrors?g(v):(t.var(l,!0),g(v),t.if(l))}function m(v){for(let $ in u)new RegExp(v).test($)&&(0,Iy.checkStrictMode)(i,`property ${$} matches pattern ${v} (use allowMatchingProperties)`)}function g(v){t.forIn("key",n,$=>{t.if((0,Qa._)`${(0,zy.usePattern)(e,v)}.test(${$})`,()=>{let k=c.includes(v);k||e.subschema({keyword:"patternProperties",schemaProp:v,dataProp:$,dataPropType:Py.Type.Str},l),i.opts.unevaluated&&d!==!0?t.assign((0,Qa._)`${d}[${$}]`,!0):!k&&!i.allErrors&&t.if((0,Qa.not)(l),()=>t.break())})})}}};Np.default=CI});var jy=w(Dp=>{"use strict";Object.defineProperty(Dp,"__esModule",{value:!0});var MI=ee(),qI={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){let{gen:t,schema:r,it:n}=e;if((0,MI.alwaysValidSchema)(n,r)){e.fail();return}let o=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),e.failResult(o,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};Dp.default=qI});var Ey=w(Zp=>{"use strict";Object.defineProperty(Zp,"__esModule",{value:!0});var LI=tt(),VI={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:LI.validateUnion,error:{message:"must match a schema in anyOf"}};Zp.default=VI});var Oy=w(Rp=>{"use strict";Object.defineProperty(Rp,"__esModule",{value:!0});var es=K(),FI=ee(),JI={message:"must match exactly one schema in oneOf",params:({params:e})=>(0,es._)`{passingSchemas: ${e.passing}}`},KI={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:JI,code(e){let{gen:t,schema:r,parentSchema:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let i=r,a=t.let("valid",!1),s=t.let("passing",null),c=t.name("_valid");e.setParams({passing:s}),t.block(u),e.result(a,()=>e.reset(),()=>e.error(!0));function u(){i.forEach((l,d)=>{let f;(0,FI.alwaysValidSchema)(o,l)?t.var(c,!0):f=e.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},c),d>0&&t.if((0,es._)`${c} && ${a}`).assign(a,!1).assign(s,(0,es._)`[${s}, ${d}]`).else(),t.if(c,()=>{t.assign(a,!0),t.assign(s,d),f&&e.mergeEvaluated(f,es.Name)})})}}};Rp.default=KI});var Ny=w(Up=>{"use strict";Object.defineProperty(Up,"__esModule",{value:!0});var GI=ee(),BI={keyword:"allOf",schemaType:"array",code(e){let{gen:t,schema:r,it:n}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=t.name("valid");r.forEach((i,a)=>{if((0,GI.alwaysValidSchema)(n,i))return;let s=e.subschema({keyword:"allOf",schemaProp:a},o);e.ok(o),e.mergeEvaluated(s)})}};Up.default=BI});var Ry=w(Ap=>{"use strict";Object.defineProperty(Ap,"__esModule",{value:!0});var ts=K(),Zy=ee(),HI={message:({params:e})=>(0,ts.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,ts._)`{failingKeyword: ${e.ifClause}}`},WI={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:HI,code(e){let{gen:t,parentSchema:r,it:n}=e;r.then===void 0&&r.else===void 0&&(0,Zy.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=Dy(n,"then"),i=Dy(n,"else");if(!o&&!i)return;let a=t.let("valid",!0),s=t.name("_valid");if(c(),e.reset(),o&&i){let l=t.let("ifClause");e.setParams({ifClause:l}),t.if(s,u("then",l),u("else",l))}else o?t.if(s,u("then")):t.if((0,ts.not)(s),u("else"));e.pass(a,()=>e.error(!0));function c(){let l=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},s);e.mergeEvaluated(l)}function u(l,d){return()=>{let f=e.subschema({keyword:l},s);t.assign(a,s),e.mergeValidEvaluated(f,a),d?t.assign(d,(0,ts._)`${l}`):e.setParams({ifClause:l})}}}};function Dy(e,t){let r=e.schema[t];return r!==void 0&&!(0,Zy.alwaysValidSchema)(e,r)}Ap.default=WI});var Uy=w(Cp=>{"use strict";Object.defineProperty(Cp,"__esModule",{value:!0});var XI=ee(),YI={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){t.if===void 0&&(0,XI.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};Cp.default=YI});var Ay=w(Mp=>{"use strict";Object.defineProperty(Mp,"__esModule",{value:!0});var QI=xp(),eP=my(),tP=kp(),rP=gy(),nP=vy(),oP=$y(),iP=xy(),aP=jp(),sP=Sy(),cP=Ty(),uP=jy(),lP=Ey(),dP=Oy(),pP=Ny(),fP=Ry(),mP=Uy();function hP(e=!1){let t=[uP.default,lP.default,dP.default,pP.default,fP.default,mP.default,iP.default,aP.default,oP.default,sP.default,cP.default];return e?t.push(eP.default,rP.default):t.push(QI.default,tP.default),t.push(nP.default),t}Mp.default=hP});var Cy=w(qp=>{"use strict";Object.defineProperty(qp,"__esModule",{value:!0});var ge=K(),gP={message:({schemaCode:e})=>(0,ge.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,ge._)`{format: ${e}}`},vP={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:gP,code(e,t){let{gen:r,data:n,$data:o,schema:i,schemaCode:a,it:s}=e,{opts:c,errSchemaPath:u,schemaEnv:l,self:d}=s;if(!c.validateFormats)return;o?f():m();function f(){let g=r.scopeValue("formats",{ref:d.formats,code:c.code.formats}),v=r.const("fDef",(0,ge._)`${g}[${a}]`),$=r.let("fType"),k=r.let("format");r.if((0,ge._)`typeof ${v} == "object" && !(${v} instanceof RegExp)`,()=>r.assign($,(0,ge._)`${v}.type || "string"`).assign(k,(0,ge._)`${v}.validate`),()=>r.assign($,(0,ge._)`"string"`).assign(k,v)),e.fail$data((0,ge.or)(O(),P()));function O(){return c.strictSchema===!1?ge.nil:(0,ge._)`${a} && !${k}`}function P(){let A=l.$async?(0,ge._)`(${v}.async ? await ${k}(${n}) : ${k}(${n}))`:(0,ge._)`${k}(${n})`,E=(0,ge._)`(typeof ${k} == "function" ? ${A} : ${k}.test(${n}))`;return(0,ge._)`${k} && ${k} !== true && ${$} === ${t} && !${E}`}}function m(){let g=d.formats[i];if(!g){O();return}if(g===!0)return;let[v,$,k]=P(g);v===t&&e.pass(A());function O(){if(c.strictSchema===!1){d.logger.warn(E());return}throw new Error(E());function E(){return`unknown format "${i}" ignored in schema at path "${u}"`}}function P(E){let ot=E instanceof RegExp?(0,ge.regexpCode)(E):c.code.formats?(0,ge._)`${c.code.formats}${(0,ge.getProperty)(i)}`:void 0,it=r.scopeValue("formats",{key:i,ref:E,code:ot});return typeof E=="object"&&!(E instanceof RegExp)?[E.type||"string",E.validate,(0,ge._)`${it}.validate`]:["string",E,it]}function A(){if(typeof g=="object"&&!(g instanceof RegExp)&&g.async){if(!l.$async)throw new Error("async format in sync schema");return(0,ge._)`await ${k}(${n})`}return typeof $=="function"?(0,ge._)`${k}(${n})`:(0,ge._)`${k}.test(${n})`}}}};qp.default=vP});var My=w(Lp=>{"use strict";Object.defineProperty(Lp,"__esModule",{value:!0});var yP=Cy(),_P=[yP.default];Lp.default=_P});var qy=w(cn=>{"use strict";Object.defineProperty(cn,"__esModule",{value:!0});cn.contentVocabulary=cn.metadataVocabulary=void 0;cn.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];cn.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var Vy=w(Vp=>{"use strict";Object.defineProperty(Vp,"__esModule",{value:!0});var $P=Wv(),bP=ly(),xP=Ay(),kP=My(),Ly=qy(),wP=[$P.default,bP.default,(0,xP.default)(),kP.default,Ly.metadataVocabulary,Ly.contentVocabulary];Vp.default=wP});var Jy=w(rs=>{"use strict";Object.defineProperty(rs,"__esModule",{value:!0});rs.DiscrError=void 0;var Fy;(function(e){e.Tag="tag",e.Mapping="mapping"})(Fy||(rs.DiscrError=Fy={}))});var Gy=w(Jp=>{"use strict";Object.defineProperty(Jp,"__esModule",{value:!0});var un=K(),Fp=Jy(),Ky=Aa(),SP=Mo(),zP=ee(),IP={message:({params:{discrError:e,tagName:t}})=>e===Fp.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>(0,un._)`{error: ${e}, tag: ${r}, tagValue: ${t}}`},PP={keyword:"discriminator",type:"object",schemaType:"object",error:IP,code(e){let{gen:t,data:r,schema:n,parentSchema:o,it:i}=e,{oneOf:a}=o;if(!i.opts.discriminator)throw new Error("discriminator: requires discriminator option");let s=n.propertyName;if(typeof s!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!a)throw new Error("discriminator: requires oneOf keyword");let c=t.let("valid",!1),u=t.const("tag",(0,un._)`${r}${(0,un.getProperty)(s)}`);t.if((0,un._)`typeof ${u} == "string"`,()=>l(),()=>e.error(!1,{discrError:Fp.DiscrError.Tag,tag:u,tagName:s})),e.ok(c);function l(){let m=f();t.if(!1);for(let g in m)t.elseIf((0,un._)`${u} === ${g}`),t.assign(c,d(m[g]));t.else(),e.error(!1,{discrError:Fp.DiscrError.Mapping,tag:u,tagName:s}),t.endIf()}function d(m){let g=t.name("valid"),v=e.subschema({keyword:"oneOf",schemaProp:m},g);return e.mergeEvaluated(v,un.Name),g}function f(){var m;let g={},v=k(o),$=!0;for(let A=0;A<a.length;A++){let E=a[A];if(E?.$ref&&!(0,zP.schemaHasRulesButRef)(E,i.self.RULES)){let it=E.$ref;if(E=Ky.resolveRef.call(i.self,i.schemaEnv.root,i.baseId,it),E instanceof Ky.SchemaEnv&&(E=E.schema),E===void 0)throw new SP.default(i.opts.uriResolver,i.baseId,it)}let ot=(m=E?.properties)===null||m===void 0?void 0:m[s];if(typeof ot!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${s}"`);$=$&&(v||k(E)),O(ot,A)}if(!$)throw new Error(`discriminator: "${s}" must be required`);return g;function k({required:A}){return Array.isArray(A)&&A.includes(s)}function O(A,E){if(A.const)P(A.const,E);else if(A.enum)for(let ot of A.enum)P(ot,E);else throw new Error(`discriminator: "properties/${s}" must have "const" or "enum"`)}function P(A,E){if(typeof A!="string"||A in g)throw new Error(`discriminator: "${s}" values must be unique strings`);g[A]=E}}}};Jp.default=PP});var By=w((A6,TP)=>{TP.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 Gp=w((he,Kp)=>{"use strict";Object.defineProperty(he,"__esModule",{value:!0});he.MissingRefError=he.ValidationError=he.CodeGen=he.Name=he.nil=he.stringify=he.str=he._=he.KeywordCxt=he.Ajv=void 0;var jP=Fv(),EP=Vy(),OP=Gy(),Hy=By(),NP=["/properties"],ns="http://json-schema.org/draft-07/schema",ln=class extends jP.default{_addVocabularies(){super._addVocabularies(),EP.default.forEach(t=>this.addVocabulary(t)),this.opts.discriminator&&this.addKeyword(OP.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let t=this.opts.$data?this.$dataMetaSchema(Hy,NP):Hy;this.addMetaSchema(t,ns,!1),this.refs["http://json-schema.org/schema"]=ns}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(ns)?ns:void 0)}};he.Ajv=ln;Kp.exports=he=ln;Kp.exports.Ajv=ln;Object.defineProperty(he,"__esModule",{value:!0});he.default=ln;var DP=Co();Object.defineProperty(he,"KeywordCxt",{enumerable:!0,get:function(){return DP.KeywordCxt}});var dn=K();Object.defineProperty(he,"_",{enumerable:!0,get:function(){return dn._}});Object.defineProperty(he,"str",{enumerable:!0,get:function(){return dn.str}});Object.defineProperty(he,"stringify",{enumerable:!0,get:function(){return dn.stringify}});Object.defineProperty(he,"nil",{enumerable:!0,get:function(){return dn.nil}});Object.defineProperty(he,"Name",{enumerable:!0,get:function(){return dn.Name}});Object.defineProperty(he,"CodeGen",{enumerable:!0,get:function(){return dn.CodeGen}});var ZP=Ra();Object.defineProperty(he,"ValidationError",{enumerable:!0,get:function(){return ZP.default}});var RP=Mo();Object.defineProperty(he,"MissingRefError",{enumerable:!0,get:function(){return RP.default}})});var n_=w(xt=>{"use strict";Object.defineProperty(xt,"__esModule",{value:!0});xt.formatNames=xt.fastFormats=xt.fullFormats=void 0;function bt(e,t){return{validate:e,compare:t}}xt.fullFormats={date:bt(Qy,Xp),time:bt(Hp(!0),Yp),"date-time":bt(Wy(!0),t_),"iso-time":bt(Hp(),e_),"iso-date-time":bt(Wy(),r_),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:LP,"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:HP,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:VP,int32:{type:"number",validate:KP},int64:{type:"number",validate:GP},float:{type:"number",validate:Yy},double:{type:"number",validate:Yy},password:!0,binary:!0};xt.fastFormats={...xt.fullFormats,date:bt(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Xp),time:bt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,Yp),"date-time":bt(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,t_),"iso-time":bt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,e_),"iso-date-time":bt(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,r_),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};xt.formatNames=Object.keys(xt.fullFormats);function UP(e){return e%4===0&&(e%100!==0||e%400===0)}var AP=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,CP=[0,31,28,31,30,31,30,31,31,30,31,30,31];function Qy(e){let t=AP.exec(e);if(!t)return!1;let r=+t[1],n=+t[2],o=+t[3];return n>=1&&n<=12&&o>=1&&o<=(n===2&&UP(r)?29:CP[n])}function Xp(e,t){if(e&&t)return e>t?1:e<t?-1:0}var Bp=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function Hp(e){return function(r){let n=Bp.exec(r);if(!n)return!1;let o=+n[1],i=+n[2],a=+n[3],s=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),l=+(n[7]||0);if(u>23||l>59||e&&!s)return!1;if(o<=23&&i<=59&&a<60)return!0;let d=i-l*c,f=o-u*c-(d<0?1:0);return(f===23||f===-1)&&(d===59||d===-1)&&a<61}}function Yp(e,t){if(!(e&&t))return;let r=new Date("2020-01-01T"+e).valueOf(),n=new Date("2020-01-01T"+t).valueOf();if(r&&n)return r-n}function e_(e,t){if(!(e&&t))return;let r=Bp.exec(e),n=Bp.exec(t);if(r&&n)return e=r[1]+r[2]+r[3],t=n[1]+n[2]+n[3],e>t?1:e<t?-1:0}var Wp=/t|\s/i;function Wy(e){let t=Hp(e);return function(n){let o=n.split(Wp);return o.length===2&&Qy(o[0])&&t(o[1])}}function t_(e,t){if(!(e&&t))return;let r=new Date(e).valueOf(),n=new Date(t).valueOf();if(r&&n)return r-n}function r_(e,t){if(!(e&&t))return;let[r,n]=e.split(Wp),[o,i]=t.split(Wp),a=Xp(r,o);if(a!==void 0)return a||Yp(n,i)}var MP=/\/|:/,qP=/^(?:[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 LP(e){return MP.test(e)&&qP.test(e)}var Xy=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function VP(e){return Xy.lastIndex=0,Xy.test(e)}var FP=-(2**31),JP=2**31-1;function KP(e){return Number.isInteger(e)&&e<=JP&&e>=FP}function GP(e){return Number.isInteger(e)}function Yy(){return!0}var BP=/[^\\]\\Z/;function HP(e){if(BP.test(e))return!1;try{return new RegExp(e),!0}catch{return!1}}});var o_=w(pn=>{"use strict";Object.defineProperty(pn,"__esModule",{value:!0});pn.formatLimitDefinition=void 0;var WP=Gp(),ft=K(),rr=ft.operators,os={formatMaximum:{okStr:"<=",ok:rr.LTE,fail:rr.GT},formatMinimum:{okStr:">=",ok:rr.GTE,fail:rr.LT},formatExclusiveMaximum:{okStr:"<",ok:rr.LT,fail:rr.GTE},formatExclusiveMinimum:{okStr:">",ok:rr.GT,fail:rr.LTE}},XP={message:({keyword:e,schemaCode:t})=>(0,ft.str)`should be ${os[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,ft._)`{comparison: ${os[e].okStr}, limit: ${t}}`};pn.formatLimitDefinition={keyword:Object.keys(os),type:"string",schemaType:"string",$data:!0,error:XP,code(e){let{gen:t,data:r,schemaCode:n,keyword:o,it:i}=e,{opts:a,self:s}=i;if(!a.validateFormats)return;let c=new WP.KeywordCxt(i,s.RULES.all.format.definition,"format");c.$data?u():l();function u(){let f=t.scopeValue("formats",{ref:s.formats,code:a.code.formats}),m=t.const("fmt",(0,ft._)`${f}[${c.schemaCode}]`);e.fail$data((0,ft.or)((0,ft._)`typeof ${m} != "object"`,(0,ft._)`${m} instanceof RegExp`,(0,ft._)`typeof ${m}.compare != "function"`,d(m)))}function l(){let f=c.schema,m=s.formats[f];if(!m||m===!0)return;if(typeof m!="object"||m instanceof RegExp||typeof m.compare!="function")throw new Error(`"${o}": format "${f}" does not define "compare" function`);let g=t.scopeValue("formats",{key:f,ref:m,code:a.code.formats?(0,ft._)`${a.code.formats}${(0,ft.getProperty)(f)}`:void 0});e.fail$data(d(g))}function d(f){return(0,ft._)`${f}.compare(${r}, ${n}) ${os[o].fail} 0`}},dependencies:["format"]};var YP=e=>(e.addKeyword(pn.formatLimitDefinition),e);pn.default=YP});var c_=w((ei,s_)=>{"use strict";Object.defineProperty(ei,"__esModule",{value:!0});var fn=n_(),QP=o_(),Qp=K(),i_=new Qp.Name("fullFormats"),eT=new Qp.Name("fastFormats"),ef=(e,t={keywords:!0})=>{if(Array.isArray(t))return a_(e,t,fn.fullFormats,i_),e;let[r,n]=t.mode==="fast"?[fn.fastFormats,eT]:[fn.fullFormats,i_],o=t.formats||fn.formatNames;return a_(e,o,r,n),t.keywords&&(0,QP.default)(e),e};ef.get=(e,t="full")=>{let n=(t==="fast"?fn.fastFormats:fn.fullFormats)[e];if(!n)throw new Error(`Unknown format "${e}"`);return n};function a_(e,t,r,n){var o,i;(o=(i=e.opts.code).formats)!==null&&o!==void 0||(i.formats=(0,Qp._)`require("ajv-formats/dist/formats").${n}`);for(let a of t)e.addFormat(a,r[a])}s_.exports=ei=ef;Object.defineProperty(ei,"__esModule",{value:!0});ei.default=ef});var X;(function(e){e.assertEqual=o=>{};function t(o){}e.assertIs=t;function r(o){throw new Error}e.assertNever=r,e.arrayToEnum=o=>{let i={};for(let a of o)i[a]=a;return i},e.getValidEnumValues=o=>{let i=e.objectKeys(o).filter(s=>typeof o[o[s]]!="number"),a={};for(let s of i)a[s]=o[s];return e.objectValues(a)},e.objectValues=o=>e.objectKeys(o).map(function(i){return o[i]}),e.objectKeys=typeof Object.keys=="function"?o=>Object.keys(o):o=>{let i=[];for(let a in o)Object.prototype.hasOwnProperty.call(o,a)&&i.push(a);return i},e.find=(o,i)=>{for(let a of o)if(i(a))return a},e.isInteger=typeof Number.isInteger=="function"?o=>Number.isInteger(o):o=>typeof o=="number"&&Number.isFinite(o)&&Math.floor(o)===o;function n(o,i=" | "){return o.map(a=>typeof a=="string"?`'${a}'`:a).join(i)}e.joinValues=n,e.jsonStringifyReplacer=(o,i)=>typeof i=="bigint"?i.toString():i})(X||(X={}));var of;(function(e){e.mergeShapes=(t,r)=>({...t,...r})})(of||(of={}));var S=X.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),kt=e=>{switch(typeof e){case"undefined":return S.undefined;case"string":return S.string;case"number":return Number.isNaN(e)?S.nan:S.number;case"boolean":return S.boolean;case"function":return S.function;case"bigint":return S.bigint;case"symbol":return S.symbol;case"object":return Array.isArray(e)?S.array:e===null?S.null:e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?S.promise:typeof Map<"u"&&e instanceof Map?S.map:typeof Set<"u"&&e instanceof Set?S.set:typeof Date<"u"&&e instanceof Date?S.date:S.object;default:return S.unknown}};var y=X.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"]);var Ve=class e extends Error{get errors(){return this.issues}constructor(t){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=t}format(t){let r=t||function(i){return i.message},n={_errors:[]},o=i=>{for(let a of i.issues)if(a.code==="invalid_union")a.unionErrors.map(o);else if(a.code==="invalid_return_type")o(a.returnTypeError);else if(a.code==="invalid_arguments")o(a.argumentsError);else if(a.path.length===0)n._errors.push(r(a));else{let s=n,c=0;for(;c<a.path.length;){let u=a.path[c];c===a.path.length-1?(s[u]=s[u]||{_errors:[]},s[u]._errors.push(r(a))):s[u]=s[u]||{_errors:[]},s=s[u],c++}}};return o(this),n}static assert(t){if(!(t instanceof e))throw new Error(`Not a ZodError: ${t}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,X.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(t=r=>r.message){let r=Object.create(null),n=[];for(let o of this.issues)if(o.path.length>0){let i=o.path[0];r[i]=r[i]||[],r[i].push(t(o))}else n.push(t(o));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};Ve.create=e=>new Ve(e);var S_=(e,t)=>{let r;switch(e.code){case y.invalid_type:e.received===S.undefined?r="Required":r=`Expected ${e.expected}, received ${e.received}`;break;case y.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(e.expected,X.jsonStringifyReplacer)}`;break;case y.unrecognized_keys:r=`Unrecognized key(s) in object: ${X.joinValues(e.keys,", ")}`;break;case y.invalid_union:r="Invalid input";break;case y.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${X.joinValues(e.options)}`;break;case y.invalid_enum_value:r=`Invalid enum value. Expected ${X.joinValues(e.options)}, received '${e.received}'`;break;case y.invalid_arguments:r="Invalid function arguments";break;case y.invalid_return_type:r="Invalid function return type";break;case y.invalid_date:r="Invalid date";break;case y.invalid_string:typeof e.validation=="object"?"includes"in e.validation?(r=`Invalid input: must include "${e.validation.includes}"`,typeof e.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${e.validation.position}`)):"startsWith"in e.validation?r=`Invalid input: must start with "${e.validation.startsWith}"`:"endsWith"in e.validation?r=`Invalid input: must end with "${e.validation.endsWith}"`:X.assertNever(e.validation):e.validation!=="regex"?r=`Invalid ${e.validation}`:r="Invalid";break;case y.too_small:e.type==="array"?r=`Array must contain ${e.exact?"exactly":e.inclusive?"at least":"more than"} ${e.minimum} element(s)`:e.type==="string"?r=`String must contain ${e.exact?"exactly":e.inclusive?"at least":"over"} ${e.minimum} character(s)`:e.type==="number"?r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="bigint"?r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="date"?r=`Date must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(e.minimum))}`:r="Invalid input";break;case y.too_big:e.type==="array"?r=`Array must contain ${e.exact?"exactly":e.inclusive?"at most":"less than"} ${e.maximum} element(s)`:e.type==="string"?r=`String must contain ${e.exact?"exactly":e.inclusive?"at most":"under"} ${e.maximum} character(s)`:e.type==="number"?r=`Number must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="bigint"?r=`BigInt must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="date"?r=`Date must be ${e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(e.maximum))}`:r="Invalid input";break;case y.custom:r="Invalid input";break;case y.invalid_intersection_types:r="Intersection results could not be merged";break;case y.not_multiple_of:r=`Number must be a multiple of ${e.multipleOf}`;break;case y.not_finite:r="Number must be finite";break;default:r=t.defaultError,X.assertNever(e)}return{message:r}},At=S_;var z_=At;function gn(){return z_}var ri=e=>{let{data:t,path:r,errorMaps:n,issueData:o}=e,i=[...r,...o.path||[]],a={...o,path:i};if(o.message!==void 0)return{...o,path:i,message:o.message};let s="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)s=u(a,{data:t,defaultError:s}).message;return{...o,path:i,message:s}};function b(e,t){let r=gn(),n=ri({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,r,r===At?void 0:At].filter(o=>!!o)});e.common.issues.push(n)}var Se=class e{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(t,r){let n=[];for(let o of r){if(o.status==="aborted")return R;o.status==="dirty"&&t.dirty(),n.push(o.value)}return{status:t.value,value:n}}static async mergeObjectAsync(t,r){let n=[];for(let o of r){let i=await o.key,a=await o.value;n.push({key:i,value:a})}return e.mergeObjectSync(t,n)}static mergeObjectSync(t,r){let n={};for(let o of r){let{key:i,value:a}=o;if(i.status==="aborted"||a.status==="aborted")return R;i.status==="dirty"&&t.dirty(),a.status==="dirty"&&t.dirty(),i.value!=="__proto__"&&(typeof a.value<"u"||o.alwaysSet)&&(n[i.value]=a.value)}return{status:t.value,value:n}}},R=Object.freeze({status:"aborted"}),xr=e=>({status:"dirty",value:e}),Ee=e=>({status:"valid",value:e}),vs=e=>e.status==="aborted",ys=e=>e.status==="dirty",nr=e=>e.status==="valid",vn=e=>typeof Promise<"u"&&e instanceof Promise;var I;(function(e){e.errToObj=t=>typeof t=="string"?{message:t}:t||{},e.toString=t=>typeof t=="string"?t:t?.message})(I||(I={}));var He=class{constructor(t,r,n,o){this._cachedPath=[],this.parent=t,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}},af=(e,t)=>{if(nr(t))return{success:!0,data:t.value};if(!e.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 Ve(e.common.issues);return this._error=r,this._error}}};function q(e){if(!e)return{};let{errorMap:t,invalid_type_error:r,required_error:n,description:o}=e;if(t&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return t?{errorMap:t,description:o}:{errorMap:(a,s)=>{let{message:c}=e;return a.code==="invalid_enum_value"?{message:c??s.defaultError}:typeof s.data>"u"?{message:c??n??s.defaultError}:a.code!=="invalid_type"?{message:s.defaultError}:{message:c??r??s.defaultError}},description:o}}var G=class{get description(){return this._def.description}_getType(t){return kt(t.data)}_getOrReturnCtx(t,r){return r||{common:t.parent.common,data:t.data,parsedType:kt(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}_processInputParams(t){return{status:new Se,ctx:{common:t.parent.common,data:t.data,parsedType:kt(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}}_parseSync(t){let r=this._parse(t);if(vn(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(t){let r=this._parse(t);return Promise.resolve(r)}parse(t,r){let n=this.safeParse(t,r);if(n.success)return n.data;throw n.error}safeParse(t,r){let n={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:kt(t)},o=this._parseSync({data:t,path:n.path,parent:n});return af(n,o)}"~validate"(t){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:kt(t)};if(!this["~standard"].async)try{let n=this._parseSync({data:t,path:[],parent:r});return nr(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:t,path:[],parent:r}).then(n=>nr(n)?{value:n.value}:{issues:r.common.issues})}async parseAsync(t,r){let n=await this.safeParseAsync(t,r);if(n.success)return n.data;throw n.error}async safeParseAsync(t,r){let n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:kt(t)},o=this._parse({data:t,path:n.path,parent:n}),i=await(vn(o)?o:Promise.resolve(o));return af(n,i)}refine(t,r){let n=o=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(o):r;return this._refinement((o,i)=>{let a=t(o),s=()=>i.addIssue({code:y.custom,...n(o)});return typeof Promise<"u"&&a instanceof Promise?a.then(c=>c?!0:(s(),!1)):a?!0:(s(),!1)})}refinement(t,r){return this._refinement((n,o)=>t(n)?!0:(o.addIssue(typeof r=="function"?r(n,o):r),!1))}_refinement(t){return new st({schema:this,typeName:N.ZodEffects,effect:{type:"refinement",refinement:t}})}superRefine(t){return this._refinement(t)}constructor(t){this.spa=this.safeParseAsync,this._def=t,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 at.create(this,this._def)}nullable(){return zt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Mt.create(this)}promise(){return or.create(this,this._def)}or(t){return Ir.create([this,t],this._def)}and(t){return Pr.create(this,t,this._def)}transform(t){return new st({...q(this._def),schema:this,typeName:N.ZodEffects,effect:{type:"transform",transform:t}})}default(t){let r=typeof t=="function"?t:()=>t;return new Nr({...q(this._def),innerType:this,defaultValue:r,typeName:N.ZodDefault})}brand(){return new ni({typeName:N.ZodBranded,type:this,...q(this._def)})}catch(t){let r=typeof t=="function"?t:()=>t;return new Dr({...q(this._def),innerType:this,catchValue:r,typeName:N.ZodCatch})}describe(t){let r=this.constructor;return new r({...this._def,description:t})}pipe(t){return oi.create(this,t)}readonly(){return Zr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},I_=/^c[^\s-]{8,}$/i,P_=/^[0-9a-z]+$/,T_=/^[0-9A-HJKMNP-TV-Z]{26}$/i,j_=/^[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,E_=/^[a-z0-9_-]{21}$/i,O_=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,N_=/^[-+]?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)?)??$/,D_=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Z_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",_s,R_=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,U_=/^(?:(?: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])$/,A_=/^(([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]))$/,C_=/^(([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])$/,M_=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,q_=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,sf="((\\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])))",L_=new RegExp(`^${sf}$`);function cf(e){let t="[0-5]\\d";e.precision?t=`${t}\\.\\d{${e.precision}}`:e.precision==null&&(t=`${t}(\\.\\d+)?`);let r=e.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${t})${r}`}function V_(e){return new RegExp(`^${cf(e)}$`)}function F_(e){let t=`${sf}T${cf(e)}`,r=[];return r.push(e.local?"Z?":"Z"),e.offset&&r.push("([+-]\\d{2}:?\\d{2})"),t=`${t}(${r.join("|")})`,new RegExp(`^${t}$`)}function J_(e,t){return!!((t==="v4"||!t)&&R_.test(e)||(t==="v6"||!t)&&A_.test(e))}function K_(e,t){if(!O_.test(e))return!1;try{let[r]=e.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||t&&o.alg!==t)}catch{return!1}}function G_(e,t){return!!((t==="v4"||!t)&&U_.test(e)||(t==="v6"||!t)&&C_.test(e))}var wr=class e extends G{_parse(t){if(this._def.coerce&&(t.data=String(t.data)),this._getType(t)!==S.string){let i=this._getOrReturnCtx(t);return b(i,{code:y.invalid_type,expected:S.string,received:i.parsedType}),R}let n=new Se,o;for(let i of this._def.checks)if(i.kind==="min")t.data.length<i.value&&(o=this._getOrReturnCtx(t,o),b(o,{code:y.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),n.dirty());else if(i.kind==="max")t.data.length>i.value&&(o=this._getOrReturnCtx(t,o),b(o,{code:y.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),n.dirty());else if(i.kind==="length"){let a=t.data.length>i.value,s=t.data.length<i.value;(a||s)&&(o=this._getOrReturnCtx(t,o),a?b(o,{code:y.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}):s&&b(o,{code:y.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}),n.dirty())}else if(i.kind==="email")D_.test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"email",code:y.invalid_string,message:i.message}),n.dirty());else if(i.kind==="emoji")_s||(_s=new RegExp(Z_,"u")),_s.test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"emoji",code:y.invalid_string,message:i.message}),n.dirty());else if(i.kind==="uuid")j_.test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"uuid",code:y.invalid_string,message:i.message}),n.dirty());else if(i.kind==="nanoid")E_.test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"nanoid",code:y.invalid_string,message:i.message}),n.dirty());else if(i.kind==="cuid")I_.test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"cuid",code:y.invalid_string,message:i.message}),n.dirty());else if(i.kind==="cuid2")P_.test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"cuid2",code:y.invalid_string,message:i.message}),n.dirty());else if(i.kind==="ulid")T_.test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"ulid",code:y.invalid_string,message:i.message}),n.dirty());else if(i.kind==="url")try{new URL(t.data)}catch{o=this._getOrReturnCtx(t,o),b(o,{validation:"url",code:y.invalid_string,message:i.message}),n.dirty()}else i.kind==="regex"?(i.regex.lastIndex=0,i.regex.test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"regex",code:y.invalid_string,message:i.message}),n.dirty())):i.kind==="trim"?t.data=t.data.trim():i.kind==="includes"?t.data.includes(i.value,i.position)||(o=this._getOrReturnCtx(t,o),b(o,{code:y.invalid_string,validation:{includes:i.value,position:i.position},message:i.message}),n.dirty()):i.kind==="toLowerCase"?t.data=t.data.toLowerCase():i.kind==="toUpperCase"?t.data=t.data.toUpperCase():i.kind==="startsWith"?t.data.startsWith(i.value)||(o=this._getOrReturnCtx(t,o),b(o,{code:y.invalid_string,validation:{startsWith:i.value},message:i.message}),n.dirty()):i.kind==="endsWith"?t.data.endsWith(i.value)||(o=this._getOrReturnCtx(t,o),b(o,{code:y.invalid_string,validation:{endsWith:i.value},message:i.message}),n.dirty()):i.kind==="datetime"?F_(i).test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{code:y.invalid_string,validation:"datetime",message:i.message}),n.dirty()):i.kind==="date"?L_.test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{code:y.invalid_string,validation:"date",message:i.message}),n.dirty()):i.kind==="time"?V_(i).test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{code:y.invalid_string,validation:"time",message:i.message}),n.dirty()):i.kind==="duration"?N_.test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"duration",code:y.invalid_string,message:i.message}),n.dirty()):i.kind==="ip"?J_(t.data,i.version)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"ip",code:y.invalid_string,message:i.message}),n.dirty()):i.kind==="jwt"?K_(t.data,i.alg)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"jwt",code:y.invalid_string,message:i.message}),n.dirty()):i.kind==="cidr"?G_(t.data,i.version)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"cidr",code:y.invalid_string,message:i.message}),n.dirty()):i.kind==="base64"?M_.test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"base64",code:y.invalid_string,message:i.message}),n.dirty()):i.kind==="base64url"?q_.test(t.data)||(o=this._getOrReturnCtx(t,o),b(o,{validation:"base64url",code:y.invalid_string,message:i.message}),n.dirty()):X.assertNever(i);return{status:n.value,value:t.data}}_regex(t,r,n){return this.refinement(o=>t.test(o),{validation:r,code:y.invalid_string,...I.errToObj(n)})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}email(t){return this._addCheck({kind:"email",...I.errToObj(t)})}url(t){return this._addCheck({kind:"url",...I.errToObj(t)})}emoji(t){return this._addCheck({kind:"emoji",...I.errToObj(t)})}uuid(t){return this._addCheck({kind:"uuid",...I.errToObj(t)})}nanoid(t){return this._addCheck({kind:"nanoid",...I.errToObj(t)})}cuid(t){return this._addCheck({kind:"cuid",...I.errToObj(t)})}cuid2(t){return this._addCheck({kind:"cuid2",...I.errToObj(t)})}ulid(t){return this._addCheck({kind:"ulid",...I.errToObj(t)})}base64(t){return this._addCheck({kind:"base64",...I.errToObj(t)})}base64url(t){return this._addCheck({kind:"base64url",...I.errToObj(t)})}jwt(t){return this._addCheck({kind:"jwt",...I.errToObj(t)})}ip(t){return this._addCheck({kind:"ip",...I.errToObj(t)})}cidr(t){return this._addCheck({kind:"cidr",...I.errToObj(t)})}datetime(t){return typeof t=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:t}):this._addCheck({kind:"datetime",precision:typeof t?.precision>"u"?null:t?.precision,offset:t?.offset??!1,local:t?.local??!1,...I.errToObj(t?.message)})}date(t){return this._addCheck({kind:"date",message:t})}time(t){return typeof t=="string"?this._addCheck({kind:"time",precision:null,message:t}):this._addCheck({kind:"time",precision:typeof t?.precision>"u"?null:t?.precision,...I.errToObj(t?.message)})}duration(t){return this._addCheck({kind:"duration",...I.errToObj(t)})}regex(t,r){return this._addCheck({kind:"regex",regex:t,...I.errToObj(r)})}includes(t,r){return this._addCheck({kind:"includes",value:t,position:r?.position,...I.errToObj(r?.message)})}startsWith(t,r){return this._addCheck({kind:"startsWith",value:t,...I.errToObj(r)})}endsWith(t,r){return this._addCheck({kind:"endsWith",value:t,...I.errToObj(r)})}min(t,r){return this._addCheck({kind:"min",value:t,...I.errToObj(r)})}max(t,r){return this._addCheck({kind:"max",value:t,...I.errToObj(r)})}length(t,r){return this._addCheck({kind:"length",value:t,...I.errToObj(r)})}nonempty(t){return this.min(1,I.errToObj(t))}trim(){return new e({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new e({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new e({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(t=>t.kind==="datetime")}get isDate(){return!!this._def.checks.find(t=>t.kind==="date")}get isTime(){return!!this._def.checks.find(t=>t.kind==="time")}get isDuration(){return!!this._def.checks.find(t=>t.kind==="duration")}get isEmail(){return!!this._def.checks.find(t=>t.kind==="email")}get isURL(){return!!this._def.checks.find(t=>t.kind==="url")}get isEmoji(){return!!this._def.checks.find(t=>t.kind==="emoji")}get isUUID(){return!!this._def.checks.find(t=>t.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(t=>t.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(t=>t.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(t=>t.kind==="cuid2")}get isULID(){return!!this._def.checks.find(t=>t.kind==="ulid")}get isIP(){return!!this._def.checks.find(t=>t.kind==="ip")}get isCIDR(){return!!this._def.checks.find(t=>t.kind==="cidr")}get isBase64(){return!!this._def.checks.find(t=>t.kind==="base64")}get isBase64url(){return!!this._def.checks.find(t=>t.kind==="base64url")}get minLength(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxLength(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}};wr.create=e=>new wr({checks:[],typeName:N.ZodString,coerce:e?.coerce??!1,...q(e)});function B_(e,t){let r=(e.toString().split(".")[1]||"").length,n=(t.toString().split(".")[1]||"").length,o=r>n?r:n,i=Number.parseInt(e.toFixed(o).replace(".","")),a=Number.parseInt(t.toFixed(o).replace(".",""));return i%a/10**o}var yn=class e extends G{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(t){if(this._def.coerce&&(t.data=Number(t.data)),this._getType(t)!==S.number){let i=this._getOrReturnCtx(t);return b(i,{code:y.invalid_type,expected:S.number,received:i.parsedType}),R}let n,o=new Se;for(let i of this._def.checks)i.kind==="int"?X.isInteger(t.data)||(n=this._getOrReturnCtx(t,n),b(n,{code:y.invalid_type,expected:"integer",received:"float",message:i.message}),o.dirty()):i.kind==="min"?(i.inclusive?t.data<i.value:t.data<=i.value)&&(n=this._getOrReturnCtx(t,n),b(n,{code:y.too_small,minimum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),o.dirty()):i.kind==="max"?(i.inclusive?t.data>i.value:t.data>=i.value)&&(n=this._getOrReturnCtx(t,n),b(n,{code:y.too_big,maximum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),o.dirty()):i.kind==="multipleOf"?B_(t.data,i.value)!==0&&(n=this._getOrReturnCtx(t,n),b(n,{code:y.not_multiple_of,multipleOf:i.value,message:i.message}),o.dirty()):i.kind==="finite"?Number.isFinite(t.data)||(n=this._getOrReturnCtx(t,n),b(n,{code:y.not_finite,message:i.message}),o.dirty()):X.assertNever(i);return{status:o.value,value:t.data}}gte(t,r){return this.setLimit("min",t,!0,I.toString(r))}gt(t,r){return this.setLimit("min",t,!1,I.toString(r))}lte(t,r){return this.setLimit("max",t,!0,I.toString(r))}lt(t,r){return this.setLimit("max",t,!1,I.toString(r))}setLimit(t,r,n,o){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:r,inclusive:n,message:I.toString(o)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}int(t){return this._addCheck({kind:"int",message:I.toString(t)})}positive(t){return this._addCheck({kind:"min",value:0,inclusive:!1,message:I.toString(t)})}negative(t){return this._addCheck({kind:"max",value:0,inclusive:!1,message:I.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:0,inclusive:!0,message:I.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:0,inclusive:!0,message:I.toString(t)})}multipleOf(t,r){return this._addCheck({kind:"multipleOf",value:t,message:I.toString(r)})}finite(t){return this._addCheck({kind:"finite",message:I.toString(t)})}safe(t){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:I.toString(t)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:I.toString(t)})}get minValue(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxValue(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}get isInt(){return!!this._def.checks.find(t=>t.kind==="int"||t.kind==="multipleOf"&&X.isInteger(t.value))}get isFinite(){let t=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"&&(t===null||n.value<t)&&(t=n.value)}return Number.isFinite(r)&&Number.isFinite(t)}};yn.create=e=>new yn({checks:[],typeName:N.ZodNumber,coerce:e?.coerce||!1,...q(e)});var _n=class e extends G{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(t){if(this._def.coerce)try{t.data=BigInt(t.data)}catch{return this._getInvalidInput(t)}if(this._getType(t)!==S.bigint)return this._getInvalidInput(t);let n,o=new Se;for(let i of this._def.checks)i.kind==="min"?(i.inclusive?t.data<i.value:t.data<=i.value)&&(n=this._getOrReturnCtx(t,n),b(n,{code:y.too_small,type:"bigint",minimum:i.value,inclusive:i.inclusive,message:i.message}),o.dirty()):i.kind==="max"?(i.inclusive?t.data>i.value:t.data>=i.value)&&(n=this._getOrReturnCtx(t,n),b(n,{code:y.too_big,type:"bigint",maximum:i.value,inclusive:i.inclusive,message:i.message}),o.dirty()):i.kind==="multipleOf"?t.data%i.value!==BigInt(0)&&(n=this._getOrReturnCtx(t,n),b(n,{code:y.not_multiple_of,multipleOf:i.value,message:i.message}),o.dirty()):X.assertNever(i);return{status:o.value,value:t.data}}_getInvalidInput(t){let r=this._getOrReturnCtx(t);return b(r,{code:y.invalid_type,expected:S.bigint,received:r.parsedType}),R}gte(t,r){return this.setLimit("min",t,!0,I.toString(r))}gt(t,r){return this.setLimit("min",t,!1,I.toString(r))}lte(t,r){return this.setLimit("max",t,!0,I.toString(r))}lt(t,r){return this.setLimit("max",t,!1,I.toString(r))}setLimit(t,r,n,o){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:r,inclusive:n,message:I.toString(o)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}positive(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:I.toString(t)})}negative(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:I.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:I.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:I.toString(t)})}multipleOf(t,r){return this._addCheck({kind:"multipleOf",value:t,message:I.toString(r)})}get minValue(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxValue(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}};_n.create=e=>new _n({checks:[],typeName:N.ZodBigInt,coerce:e?.coerce??!1,...q(e)});var $n=class extends G{_parse(t){if(this._def.coerce&&(t.data=!!t.data),this._getType(t)!==S.boolean){let n=this._getOrReturnCtx(t);return b(n,{code:y.invalid_type,expected:S.boolean,received:n.parsedType}),R}return Ee(t.data)}};$n.create=e=>new $n({typeName:N.ZodBoolean,coerce:e?.coerce||!1,...q(e)});var bn=class e extends G{_parse(t){if(this._def.coerce&&(t.data=new Date(t.data)),this._getType(t)!==S.date){let i=this._getOrReturnCtx(t);return b(i,{code:y.invalid_type,expected:S.date,received:i.parsedType}),R}if(Number.isNaN(t.data.getTime())){let i=this._getOrReturnCtx(t);return b(i,{code:y.invalid_date}),R}let n=new Se,o;for(let i of this._def.checks)i.kind==="min"?t.data.getTime()<i.value&&(o=this._getOrReturnCtx(t,o),b(o,{code:y.too_small,message:i.message,inclusive:!0,exact:!1,minimum:i.value,type:"date"}),n.dirty()):i.kind==="max"?t.data.getTime()>i.value&&(o=this._getOrReturnCtx(t,o),b(o,{code:y.too_big,message:i.message,inclusive:!0,exact:!1,maximum:i.value,type:"date"}),n.dirty()):X.assertNever(i);return{status:n.value,value:new Date(t.data.getTime())}}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}min(t,r){return this._addCheck({kind:"min",value:t.getTime(),message:I.toString(r)})}max(t,r){return this._addCheck({kind:"max",value:t.getTime(),message:I.toString(r)})}get minDate(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t!=null?new Date(t):null}get maxDate(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t!=null?new Date(t):null}};bn.create=e=>new bn({checks:[],coerce:e?.coerce||!1,typeName:N.ZodDate,...q(e)});var xn=class extends G{_parse(t){if(this._getType(t)!==S.symbol){let n=this._getOrReturnCtx(t);return b(n,{code:y.invalid_type,expected:S.symbol,received:n.parsedType}),R}return Ee(t.data)}};xn.create=e=>new xn({typeName:N.ZodSymbol,...q(e)});var Sr=class extends G{_parse(t){if(this._getType(t)!==S.undefined){let n=this._getOrReturnCtx(t);return b(n,{code:y.invalid_type,expected:S.undefined,received:n.parsedType}),R}return Ee(t.data)}};Sr.create=e=>new Sr({typeName:N.ZodUndefined,...q(e)});var zr=class extends G{_parse(t){if(this._getType(t)!==S.null){let n=this._getOrReturnCtx(t);return b(n,{code:y.invalid_type,expected:S.null,received:n.parsedType}),R}return Ee(t.data)}};zr.create=e=>new zr({typeName:N.ZodNull,...q(e)});var kn=class extends G{constructor(){super(...arguments),this._any=!0}_parse(t){return Ee(t.data)}};kn.create=e=>new kn({typeName:N.ZodAny,...q(e)});var Ct=class extends G{constructor(){super(...arguments),this._unknown=!0}_parse(t){return Ee(t.data)}};Ct.create=e=>new Ct({typeName:N.ZodUnknown,...q(e)});var mt=class extends G{_parse(t){let r=this._getOrReturnCtx(t);return b(r,{code:y.invalid_type,expected:S.never,received:r.parsedType}),R}};mt.create=e=>new mt({typeName:N.ZodNever,...q(e)});var wn=class extends G{_parse(t){if(this._getType(t)!==S.undefined){let n=this._getOrReturnCtx(t);return b(n,{code:y.invalid_type,expected:S.void,received:n.parsedType}),R}return Ee(t.data)}};wn.create=e=>new wn({typeName:N.ZodVoid,...q(e)});var Mt=class e extends G{_parse(t){let{ctx:r,status:n}=this._processInputParams(t),o=this._def;if(r.parsedType!==S.array)return b(r,{code:y.invalid_type,expected:S.array,received:r.parsedType}),R;if(o.exactLength!==null){let a=r.data.length>o.exactLength.value,s=r.data.length<o.exactLength.value;(a||s)&&(b(r,{code:a?y.too_big:y.too_small,minimum:s?o.exactLength.value:void 0,maximum:a?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&&(b(r,{code:y.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&&(b(r,{code:y.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((a,s)=>o.type._parseAsync(new He(r,a,r.path,s)))).then(a=>Se.mergeArray(n,a));let i=[...r.data].map((a,s)=>o.type._parseSync(new He(r,a,r.path,s)));return Se.mergeArray(n,i)}get element(){return this._def.type}min(t,r){return new e({...this._def,minLength:{value:t,message:I.toString(r)}})}max(t,r){return new e({...this._def,maxLength:{value:t,message:I.toString(r)}})}length(t,r){return new e({...this._def,exactLength:{value:t,message:I.toString(r)}})}nonempty(t){return this.min(1,t)}};Mt.create=(e,t)=>new Mt({type:e,minLength:null,maxLength:null,exactLength:null,typeName:N.ZodArray,...q(t)});function kr(e){if(e instanceof Fe){let t={};for(let r in e.shape){let n=e.shape[r];t[r]=at.create(kr(n))}return new Fe({...e._def,shape:()=>t})}else return e instanceof Mt?new Mt({...e._def,type:kr(e.element)}):e instanceof at?at.create(kr(e.unwrap())):e instanceof zt?zt.create(kr(e.unwrap())):e instanceof St?St.create(e.items.map(t=>kr(t))):e}var Fe=class e extends G{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let t=this._def.shape(),r=X.objectKeys(t);return this._cached={shape:t,keys:r},this._cached}_parse(t){if(this._getType(t)!==S.object){let u=this._getOrReturnCtx(t);return b(u,{code:y.invalid_type,expected:S.object,received:u.parsedType}),R}let{status:n,ctx:o}=this._processInputParams(t),{shape:i,keys:a}=this._getCached(),s=[];if(!(this._def.catchall instanceof mt&&this._def.unknownKeys==="strip"))for(let u in o.data)a.includes(u)||s.push(u);let c=[];for(let u of a){let l=i[u],d=o.data[u];c.push({key:{status:"valid",value:u},value:l._parse(new He(o,d,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof mt){let u=this._def.unknownKeys;if(u==="passthrough")for(let l of s)c.push({key:{status:"valid",value:l},value:{status:"valid",value:o.data[l]}});else if(u==="strict")s.length>0&&(b(o,{code:y.unrecognized_keys,keys:s}),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 s){let d=o.data[l];c.push({key:{status:"valid",value:l},value:u._parse(new He(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,f=await l.value;u.push({key:d,value:f,alwaysSet:l.alwaysSet})}return u}).then(u=>Se.mergeObjectSync(n,u)):Se.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(t){return I.errToObj,new e({...this._def,unknownKeys:"strict",...t!==void 0?{errorMap:(r,n)=>{let o=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:I.errToObj(t).message??o}:{message:o}}}:{}})}strip(){return new e({...this._def,unknownKeys:"strip"})}passthrough(){return new e({...this._def,unknownKeys:"passthrough"})}extend(t){return new e({...this._def,shape:()=>({...this._def.shape(),...t})})}merge(t){return new e({unknownKeys:t._def.unknownKeys,catchall:t._def.catchall,shape:()=>({...this._def.shape(),...t._def.shape()}),typeName:N.ZodObject})}setKey(t,r){return this.augment({[t]:r})}catchall(t){return new e({...this._def,catchall:t})}pick(t){let r={};for(let n of X.objectKeys(t))t[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new e({...this._def,shape:()=>r})}omit(t){let r={};for(let n of X.objectKeys(this.shape))t[n]||(r[n]=this.shape[n]);return new e({...this._def,shape:()=>r})}deepPartial(){return kr(this)}partial(t){let r={};for(let n of X.objectKeys(this.shape)){let o=this.shape[n];t&&!t[n]?r[n]=o:r[n]=o.optional()}return new e({...this._def,shape:()=>r})}required(t){let r={};for(let n of X.objectKeys(this.shape))if(t&&!t[n])r[n]=this.shape[n];else{let i=this.shape[n];for(;i instanceof at;)i=i._def.innerType;r[n]=i}return new e({...this._def,shape:()=>r})}keyof(){return uf(X.objectKeys(this.shape))}};Fe.create=(e,t)=>new Fe({shape:()=>e,unknownKeys:"strip",catchall:mt.create(),typeName:N.ZodObject,...q(t)});Fe.strictCreate=(e,t)=>new Fe({shape:()=>e,unknownKeys:"strict",catchall:mt.create(),typeName:N.ZodObject,...q(t)});Fe.lazycreate=(e,t)=>new Fe({shape:e,unknownKeys:"strip",catchall:mt.create(),typeName:N.ZodObject,...q(t)});var Ir=class extends G{_parse(t){let{ctx:r}=this._processInputParams(t),n=this._def.options;function o(i){for(let s of i)if(s.result.status==="valid")return s.result;for(let s of i)if(s.result.status==="dirty")return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(s=>new Ve(s.ctx.common.issues));return b(r,{code:y.invalid_union,unionErrors:a}),R}if(r.common.async)return Promise.all(n.map(async i=>{let a={...r,common:{...r.common,issues:[]},parent:null};return{result:await i._parseAsync({data:r.data,path:r.path,parent:a}),ctx:a}})).then(o);{let i,a=[];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"&&!i&&(i={result:l,ctx:u}),u.common.issues.length&&a.push(u.common.issues)}if(i)return r.common.issues.push(...i.ctx.common.issues),i.result;let s=a.map(c=>new Ve(c));return b(r,{code:y.invalid_union,unionErrors:s}),R}}get options(){return this._def.options}};Ir.create=(e,t)=>new Ir({options:e,typeName:N.ZodUnion,...q(t)});var wt=e=>e instanceof Tr?wt(e.schema):e instanceof st?wt(e.innerType()):e instanceof jr?[e.value]:e instanceof Er?e.options:e instanceof Or?X.objectValues(e.enum):e instanceof Nr?wt(e._def.innerType):e instanceof Sr?[void 0]:e instanceof zr?[null]:e instanceof at?[void 0,...wt(e.unwrap())]:e instanceof zt?[null,...wt(e.unwrap())]:e instanceof ni||e instanceof Zr?wt(e.unwrap()):e instanceof Dr?wt(e._def.innerType):[],$s=class e extends G{_parse(t){let{ctx:r}=this._processInputParams(t);if(r.parsedType!==S.object)return b(r,{code:y.invalid_type,expected:S.object,received:r.parsedType}),R;let n=this.discriminator,o=r.data[n],i=this.optionsMap.get(o);return i?r.common.async?i._parseAsync({data:r.data,path:r.path,parent:r}):i._parseSync({data:r.data,path:r.path,parent:r}):(b(r,{code:y.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),R)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(t,r,n){let o=new Map;for(let i of r){let a=wt(i.shape[t]);if(!a.length)throw new Error(`A discriminator value for key \`${t}\` could not be extracted from all schema options`);for(let s of a){if(o.has(s))throw new Error(`Discriminator property ${String(t)} has duplicate value ${String(s)}`);o.set(s,i)}}return new e({typeName:N.ZodDiscriminatedUnion,discriminator:t,options:r,optionsMap:o,...q(n)})}};function bs(e,t){let r=kt(e),n=kt(t);if(e===t)return{valid:!0,data:e};if(r===S.object&&n===S.object){let o=X.objectKeys(t),i=X.objectKeys(e).filter(s=>o.indexOf(s)!==-1),a={...e,...t};for(let s of i){let c=bs(e[s],t[s]);if(!c.valid)return{valid:!1};a[s]=c.data}return{valid:!0,data:a}}else if(r===S.array&&n===S.array){if(e.length!==t.length)return{valid:!1};let o=[];for(let i=0;i<e.length;i++){let a=e[i],s=t[i],c=bs(a,s);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===S.date&&n===S.date&&+e==+t?{valid:!0,data:e}:{valid:!1}}var Pr=class extends G{_parse(t){let{status:r,ctx:n}=this._processInputParams(t),o=(i,a)=>{if(vs(i)||vs(a))return R;let s=bs(i.value,a.value);return s.valid?((ys(i)||ys(a))&&r.dirty(),{status:r.value,value:s.data}):(b(n,{code:y.invalid_intersection_types}),R)};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(([i,a])=>o(i,a)):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}))}};Pr.create=(e,t,r)=>new Pr({left:e,right:t,typeName:N.ZodIntersection,...q(r)});var St=class e extends G{_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==S.array)return b(n,{code:y.invalid_type,expected:S.array,received:n.parsedType}),R;if(n.data.length<this._def.items.length)return b(n,{code:y.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),R;!this._def.rest&&n.data.length>this._def.items.length&&(b(n,{code:y.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let i=[...n.data].map((a,s)=>{let c=this._def.items[s]||this._def.rest;return c?c._parse(new He(n,a,n.path,s)):null}).filter(a=>!!a);return n.common.async?Promise.all(i).then(a=>Se.mergeArray(r,a)):Se.mergeArray(r,i)}get items(){return this._def.items}rest(t){return new e({...this._def,rest:t})}};St.create=(e,t)=>{if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new St({items:e,typeName:N.ZodTuple,rest:null,...q(t)})};var xs=class e extends G{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==S.object)return b(n,{code:y.invalid_type,expected:S.object,received:n.parsedType}),R;let o=[],i=this._def.keyType,a=this._def.valueType;for(let s in n.data)o.push({key:i._parse(new He(n,s,n.path,s)),value:a._parse(new He(n,n.data[s],n.path,s)),alwaysSet:s in n.data});return n.common.async?Se.mergeObjectAsync(r,o):Se.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(t,r,n){return r instanceof G?new e({keyType:t,valueType:r,typeName:N.ZodRecord,...q(n)}):new e({keyType:wr.create(),valueType:t,typeName:N.ZodRecord,...q(r)})}},Sn=class extends G{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==S.map)return b(n,{code:y.invalid_type,expected:S.map,received:n.parsedType}),R;let o=this._def.keyType,i=this._def.valueType,a=[...n.data.entries()].map(([s,c],u)=>({key:o._parse(new He(n,s,n.path,[u,"key"])),value:i._parse(new He(n,c,n.path,[u,"value"]))}));if(n.common.async){let s=new Map;return Promise.resolve().then(async()=>{for(let c of a){let u=await c.key,l=await c.value;if(u.status==="aborted"||l.status==="aborted")return R;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),s.set(u.value,l.value)}return{status:r.value,value:s}})}else{let s=new Map;for(let c of a){let u=c.key,l=c.value;if(u.status==="aborted"||l.status==="aborted")return R;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),s.set(u.value,l.value)}return{status:r.value,value:s}}}};Sn.create=(e,t,r)=>new Sn({valueType:t,keyType:e,typeName:N.ZodMap,...q(r)});var zn=class e extends G{_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==S.set)return b(n,{code:y.invalid_type,expected:S.set,received:n.parsedType}),R;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(b(n,{code:y.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&&(b(n,{code:y.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),r.dirty());let i=this._def.valueType;function a(c){let u=new Set;for(let l of c){if(l.status==="aborted")return R;l.status==="dirty"&&r.dirty(),u.add(l.value)}return{status:r.value,value:u}}let s=[...n.data.values()].map((c,u)=>i._parse(new He(n,c,n.path,u)));return n.common.async?Promise.all(s).then(c=>a(c)):a(s)}min(t,r){return new e({...this._def,minSize:{value:t,message:I.toString(r)}})}max(t,r){return new e({...this._def,maxSize:{value:t,message:I.toString(r)}})}size(t,r){return this.min(t,r).max(t,r)}nonempty(t){return this.min(1,t)}};zn.create=(e,t)=>new zn({valueType:e,minSize:null,maxSize:null,typeName:N.ZodSet,...q(t)});var ks=class e extends G{constructor(){super(...arguments),this.validate=this.implement}_parse(t){let{ctx:r}=this._processInputParams(t);if(r.parsedType!==S.function)return b(r,{code:y.invalid_type,expected:S.function,received:r.parsedType}),R;function n(s,c){return ri({data:s,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,gn(),At].filter(u=>!!u),issueData:{code:y.invalid_arguments,argumentsError:c}})}function o(s,c){return ri({data:s,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,gn(),At].filter(u=>!!u),issueData:{code:y.invalid_return_type,returnTypeError:c}})}let i={errorMap:r.common.contextualErrorMap},a=r.data;if(this._def.returns instanceof or){let s=this;return Ee(async function(...c){let u=new Ve([]),l=await s._def.args.parseAsync(c,i).catch(m=>{throw u.addIssue(n(c,m)),u}),d=await Reflect.apply(a,this,l);return await s._def.returns._def.type.parseAsync(d,i).catch(m=>{throw u.addIssue(o(d,m)),u})})}else{let s=this;return Ee(function(...c){let u=s._def.args.safeParse(c,i);if(!u.success)throw new Ve([n(c,u.error)]);let l=Reflect.apply(a,this,u.data),d=s._def.returns.safeParse(l,i);if(!d.success)throw new Ve([o(l,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...t){return new e({...this._def,args:St.create(t).rest(Ct.create())})}returns(t){return new e({...this._def,returns:t})}implement(t){return this.parse(t)}strictImplement(t){return this.parse(t)}static create(t,r,n){return new e({args:t||St.create([]).rest(Ct.create()),returns:r||Ct.create(),typeName:N.ZodFunction,...q(n)})}},Tr=class extends G{get schema(){return this._def.getter()}_parse(t){let{ctx:r}=this._processInputParams(t);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};Tr.create=(e,t)=>new Tr({getter:e,typeName:N.ZodLazy,...q(t)});var jr=class extends G{_parse(t){if(t.data!==this._def.value){let r=this._getOrReturnCtx(t);return b(r,{received:r.data,code:y.invalid_literal,expected:this._def.value}),R}return{status:"valid",value:t.data}}get value(){return this._def.value}};jr.create=(e,t)=>new jr({value:e,typeName:N.ZodLiteral,...q(t)});function uf(e,t){return new Er({values:e,typeName:N.ZodEnum,...q(t)})}var Er=class e extends G{_parse(t){if(typeof t.data!="string"){let r=this._getOrReturnCtx(t),n=this._def.values;return b(r,{expected:X.joinValues(n),received:r.parsedType,code:y.invalid_type}),R}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(t.data)){let r=this._getOrReturnCtx(t),n=this._def.values;return b(r,{received:r.data,code:y.invalid_enum_value,options:n}),R}return Ee(t.data)}get options(){return this._def.values}get enum(){let t={};for(let r of this._def.values)t[r]=r;return t}get Values(){let t={};for(let r of this._def.values)t[r]=r;return t}get Enum(){let t={};for(let r of this._def.values)t[r]=r;return t}extract(t,r=this._def){return e.create(t,{...this._def,...r})}exclude(t,r=this._def){return e.create(this.options.filter(n=>!t.includes(n)),{...this._def,...r})}};Er.create=uf;var Or=class extends G{_parse(t){let r=X.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(t);if(n.parsedType!==S.string&&n.parsedType!==S.number){let o=X.objectValues(r);return b(n,{expected:X.joinValues(o),received:n.parsedType,code:y.invalid_type}),R}if(this._cache||(this._cache=new Set(X.getValidEnumValues(this._def.values))),!this._cache.has(t.data)){let o=X.objectValues(r);return b(n,{received:n.data,code:y.invalid_enum_value,options:o}),R}return Ee(t.data)}get enum(){return this._def.values}};Or.create=(e,t)=>new Or({values:e,typeName:N.ZodNativeEnum,...q(t)});var or=class extends G{unwrap(){return this._def.type}_parse(t){let{ctx:r}=this._processInputParams(t);if(r.parsedType!==S.promise&&r.common.async===!1)return b(r,{code:y.invalid_type,expected:S.promise,received:r.parsedType}),R;let n=r.parsedType===S.promise?r.data:Promise.resolve(r.data);return Ee(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};or.create=(e,t)=>new or({type:e,typeName:N.ZodPromise,...q(t)});var st=class extends G{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===N.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(t){let{status:r,ctx:n}=this._processInputParams(t),o=this._def.effect||null,i={addIssue:a=>{b(n,a),a.fatal?r.abort():r.dirty()},get path(){return n.path}};if(i.addIssue=i.addIssue.bind(i),o.type==="preprocess"){let a=o.transform(n.data,i);if(n.common.async)return Promise.resolve(a).then(async s=>{if(r.value==="aborted")return R;let c=await this._def.schema._parseAsync({data:s,path:n.path,parent:n});return c.status==="aborted"?R:c.status==="dirty"?xr(c.value):r.value==="dirty"?xr(c.value):c});{if(r.value==="aborted")return R;let s=this._def.schema._parseSync({data:a,path:n.path,parent:n});return s.status==="aborted"?R:s.status==="dirty"?xr(s.value):r.value==="dirty"?xr(s.value):s}}if(o.type==="refinement"){let a=s=>{let c=o.refinement(s,i);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 s};if(n.common.async===!1){let s=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?R:(s.status==="dirty"&&r.dirty(),a(s.value),{status:r.value,value:s.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(s=>s.status==="aborted"?R:(s.status==="dirty"&&r.dirty(),a(s.value).then(()=>({status:r.value,value:s.value}))))}if(o.type==="transform")if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!nr(a))return R;let s=o.transform(a.value,i);if(s instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:s}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>nr(a)?Promise.resolve(o.transform(a.value,i)).then(s=>({status:r.value,value:s})):R);X.assertNever(o)}};st.create=(e,t,r)=>new st({schema:e,typeName:N.ZodEffects,effect:t,...q(r)});st.createWithPreprocess=(e,t,r)=>new st({schema:t,effect:{type:"preprocess",transform:e},typeName:N.ZodEffects,...q(r)});var at=class extends G{_parse(t){return this._getType(t)===S.undefined?Ee(void 0):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}};at.create=(e,t)=>new at({innerType:e,typeName:N.ZodOptional,...q(t)});var zt=class extends G{_parse(t){return this._getType(t)===S.null?Ee(null):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}};zt.create=(e,t)=>new zt({innerType:e,typeName:N.ZodNullable,...q(t)});var Nr=class extends G{_parse(t){let{ctx:r}=this._processInputParams(t),n=r.data;return r.parsedType===S.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};Nr.create=(e,t)=>new Nr({innerType:e,typeName:N.ZodDefault,defaultValue:typeof t.default=="function"?t.default:()=>t.default,...q(t)});var Dr=class extends G{_parse(t){let{ctx:r}=this._processInputParams(t),n={...r,common:{...r.common,issues:[]}},o=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return vn(o)?o.then(i=>({status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new Ve(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new Ve(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};Dr.create=(e,t)=>new Dr({innerType:e,typeName:N.ZodCatch,catchValue:typeof t.catch=="function"?t.catch:()=>t.catch,...q(t)});var In=class extends G{_parse(t){if(this._getType(t)!==S.nan){let n=this._getOrReturnCtx(t);return b(n,{code:y.invalid_type,expected:S.nan,received:n.parsedType}),R}return{status:"valid",value:t.data}}};In.create=e=>new In({typeName:N.ZodNaN,...q(e)});var ni=class extends G{_parse(t){let{ctx:r}=this._processInputParams(t),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},oi=class e extends G{_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.common.async)return(async()=>{let i=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return i.status==="aborted"?R:i.status==="dirty"?(r.dirty(),xr(i.value)):this._def.out._parseAsync({data:i.value,path:n.path,parent:n})})();{let o=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?R:o.status==="dirty"?(r.dirty(),{status:"dirty",value:o.value}):this._def.out._parseSync({data:o.value,path:n.path,parent:n})}}static create(t,r){return new e({in:t,out:r,typeName:N.ZodPipeline})}},Zr=class extends G{_parse(t){let r=this._def.innerType._parse(t),n=o=>(nr(o)&&(o.value=Object.freeze(o.value)),o);return vn(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};Zr.create=(e,t)=>new Zr({innerType:e,typeName:N.ZodReadonly,...q(t)});var IT={object:Fe.lazycreate},N;(function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"})(N||(N={}));var PT=wr.create,TT=yn.create,jT=In.create,ET=_n.create,OT=$n.create,NT=bn.create,DT=xn.create,ZT=Sr.create,RT=zr.create,UT=kn.create,AT=Ct.create,CT=mt.create,MT=wn.create,qT=Mt.create,H_=Fe.create,LT=Fe.strictCreate,VT=Ir.create,FT=$s.create,JT=Pr.create,KT=St.create,GT=xs.create,BT=Sn.create,HT=zn.create,WT=ks.create,XT=Tr.create,YT=jr.create,QT=Er.create,ej=Or.create,tj=or.create,rj=st.create,nj=at.create,oj=zt.create,ij=st.createWithPreprocess,aj=oi.create;var lf=Object.freeze({status:"aborted"});function p(e,t,r){function n(s,c){if(s._zod||Object.defineProperty(s,"_zod",{value:{def:c,constr:a,traits:new Set},enumerable:!1}),s._zod.traits.has(e))return;s._zod.traits.add(e),t(s,c);let u=a.prototype,l=Object.keys(u);for(let d=0;d<l.length;d++){let f=l[d];f in s||(s[f]=u[f].bind(s))}}let o=r?.Parent??Object;class i extends o{}Object.defineProperty(i,"name",{value:e});function a(s){var c;let u=r?.Parent?new i:this;n(u,s),(c=u._zod).deferred??(c.deferred=[]);for(let l of u._zod.deferred)l();return u}return Object.defineProperty(a,"init",{value:n}),Object.defineProperty(a,Symbol.hasInstance,{value:s=>r?.Parent&&s instanceof r.Parent?!0:s?._zod?.traits?.has(e)}),Object.defineProperty(a,"name",{value:e}),a}var ht=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},ir=class extends Error{constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}},ii={};function ye(e){return e&&Object.assign(ii,e),ii}var _={};hn(_,{BIGINT_FORMAT_RANGES:()=>Ns,Class:()=>Ss,NUMBER_FORMAT_RANGES:()=>Os,aborted:()=>Ft,allowsEval:()=>Ps,assert:()=>r$,assertEqual:()=>Y_,assertIs:()=>e$,assertNever:()=>t$,assertNotEqual:()=>Q_,assignProp:()=>Lt,base64ToUint8Array:()=>yf,base64urlToUint8Array:()=>f$,cached:()=>Ur,captureStackTrace:()=>si,cleanEnum:()=>p$,cleanRegex:()=>jn,clone:()=>Oe,cloneDef:()=>o$,createTransparentProxy:()=>l$,defineLazy:()=>L,esc:()=>ai,escapeRegex:()=>We,extend:()=>mf,finalizeIssue:()=>Ae,floatSafeRemainder:()=>zs,getElementAtPath:()=>i$,getEnumValues:()=>Tn,getLengthableOrigin:()=>Nn,getParsedType:()=>u$,getSizableOrigin:()=>On,hexToUint8Array:()=>h$,isObject:()=>ar,isPlainObject:()=>Vt,issue:()=>Ar,joinValues:()=>D,jsonStringifyReplacer:()=>Rr,merge:()=>d$,mergeDefs:()=>It,normalizeParams:()=>x,nullish:()=>qt,numKeys:()=>c$,objectClone:()=>n$,omit:()=>ff,optionalKeys:()=>Es,parsedType:()=>U,partial:()=>gf,pick:()=>pf,prefixIssues:()=>Je,primitiveTypes:()=>js,promiseAllObject:()=>a$,propertyKeyTypes:()=>En,randomString:()=>s$,required:()=>vf,safeExtend:()=>hf,shallowClone:()=>Ts,slugify:()=>Is,stringifyPrimitive:()=>Z,uint8ArrayToBase64:()=>_f,uint8ArrayToBase64url:()=>m$,uint8ArrayToHex:()=>g$,unwrapMessage:()=>Pn});function Y_(e){return e}function Q_(e){return e}function e$(e){}function t$(e){throw new Error("Unexpected value in exhaustive check")}function r$(e){}function Tn(e){let t=Object.values(e).filter(n=>typeof n=="number");return Object.entries(e).filter(([n,o])=>t.indexOf(+n)===-1).map(([n,o])=>o)}function D(e,t="|"){return e.map(r=>Z(r)).join(t)}function Rr(e,t){return typeof t=="bigint"?t.toString():t}function Ur(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function qt(e){return e==null}function jn(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function zs(e,t){let r=(e.toString().split(".")[1]||"").length,n=t.toString(),o=(n.split(".")[1]||"").length;if(o===0&&/\d?e-\d?/.test(n)){let c=n.match(/\d?e-(\d?)/);c?.[1]&&(o=Number.parseInt(c[1]))}let i=r>o?r:o,a=Number.parseInt(e.toFixed(i).replace(".","")),s=Number.parseInt(t.toFixed(i).replace(".",""));return a%s/10**i}var df=Symbol("evaluating");function L(e,t,r){let n;Object.defineProperty(e,t,{get(){if(n!==df)return n===void 0&&(n=df,n=r()),n},set(o){Object.defineProperty(e,t,{value:o})},configurable:!0})}function n$(e){return Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e))}function Lt(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function It(...e){let t={};for(let r of e){let n=Object.getOwnPropertyDescriptors(r);Object.assign(t,n)}return Object.defineProperties({},t)}function o$(e){return It(e._zod.def)}function i$(e,t){return t?t.reduce((r,n)=>r?.[n],e):e}function a$(e){let t=Object.keys(e),r=t.map(n=>e[n]);return Promise.all(r).then(n=>{let o={};for(let i=0;i<t.length;i++)o[t[i]]=n[i];return o})}function s$(e=10){let t="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<e;n++)r+=t[Math.floor(Math.random()*t.length)];return r}function ai(e){return JSON.stringify(e)}function Is(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}var si="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function ar(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}var Ps=Ur(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function Vt(e){if(ar(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!="function")return!0;let r=t.prototype;return!(ar(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function Ts(e){return Vt(e)?{...e}:Array.isArray(e)?[...e]:e}function c$(e){let t=0;for(let r in e)Object.prototype.hasOwnProperty.call(e,r)&&t++;return t}var u$=e=>{let t=typeof e;switch(t){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(e)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(e)?"array":e===null?"null":e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?"promise":typeof Map<"u"&&e instanceof Map?"map":typeof Set<"u"&&e instanceof Set?"set":typeof Date<"u"&&e instanceof Date?"date":typeof File<"u"&&e instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${t}`)}},En=new Set(["string","number","symbol"]),js=new Set(["string","number","bigint","boolean","symbol","undefined"]);function We(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Oe(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}function x(e){let t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function l$(e){let t;return new Proxy({},{get(r,n,o){return t??(t=e()),Reflect.get(t,n,o)},set(r,n,o,i){return t??(t=e()),Reflect.set(t,n,o,i)},has(r,n){return t??(t=e()),Reflect.has(t,n)},deleteProperty(r,n){return t??(t=e()),Reflect.deleteProperty(t,n)},ownKeys(r){return t??(t=e()),Reflect.ownKeys(t)},getOwnPropertyDescriptor(r,n){return t??(t=e()),Reflect.getOwnPropertyDescriptor(t,n)},defineProperty(r,n,o){return t??(t=e()),Reflect.defineProperty(t,n,o)}})}function Z(e){return typeof e=="bigint"?e.toString()+"n":typeof e=="string"?`"${e}"`:`${e}`}function Es(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}var Os={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]},Ns={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function pf(e,t){let r=e._zod.def,n=r.checks;if(n&&n.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");let i=It(e._zod.def,{get shape(){let a={};for(let s in t){if(!(s in r.shape))throw new Error(`Unrecognized key: "${s}"`);t[s]&&(a[s]=r.shape[s])}return Lt(this,"shape",a),a},checks:[]});return Oe(e,i)}function ff(e,t){let r=e._zod.def,n=r.checks;if(n&&n.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");let i=It(e._zod.def,{get shape(){let a={...e._zod.def.shape};for(let s in t){if(!(s in r.shape))throw new Error(`Unrecognized key: "${s}"`);t[s]&&delete a[s]}return Lt(this,"shape",a),a},checks:[]});return Oe(e,i)}function mf(e,t){if(!Vt(t))throw new Error("Invalid input to extend: expected a plain object");let r=e._zod.def.checks;if(r&&r.length>0){let i=e._zod.def.shape;for(let a in t)if(Object.getOwnPropertyDescriptor(i,a)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let o=It(e._zod.def,{get shape(){let i={...e._zod.def.shape,...t};return Lt(this,"shape",i),i}});return Oe(e,o)}function hf(e,t){if(!Vt(t))throw new Error("Invalid input to safeExtend: expected a plain object");let r=It(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t};return Lt(this,"shape",n),n}});return Oe(e,r)}function d$(e,t){let r=It(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t._zod.def.shape};return Lt(this,"shape",n),n},get catchall(){return t._zod.def.catchall},checks:[]});return Oe(e,r)}function gf(e,t,r){let o=t._zod.def.checks;if(o&&o.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");let a=It(t._zod.def,{get shape(){let s=t._zod.def.shape,c={...s};if(r)for(let u in r){if(!(u in s))throw new Error(`Unrecognized key: "${u}"`);r[u]&&(c[u]=e?new e({type:"optional",innerType:s[u]}):s[u])}else for(let u in s)c[u]=e?new e({type:"optional",innerType:s[u]}):s[u];return Lt(this,"shape",c),c},checks:[]});return Oe(t,a)}function vf(e,t,r){let n=It(t._zod.def,{get shape(){let o=t._zod.def.shape,i={...o};if(r)for(let a in r){if(!(a in i))throw new Error(`Unrecognized key: "${a}"`);r[a]&&(i[a]=new e({type:"nonoptional",innerType:o[a]}))}else for(let a in o)i[a]=new e({type:"nonoptional",innerType:o[a]});return Lt(this,"shape",i),i}});return Oe(t,n)}function Ft(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function Je(e,t){return t.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}function Pn(e){return typeof e=="string"?e:e?.message}function Ae(e,t,r){let n={...e,path:e.path??[]};if(!e.message){let o=Pn(e.inst?._zod.def?.error?.(e))??Pn(t?.error?.(e))??Pn(r.customError?.(e))??Pn(r.localeError?.(e))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,t?.reportInput||delete n.input,n}function On(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function Nn(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function U(e){let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"nan":"number";case"object":{if(e===null)return"null";if(Array.isArray(e))return"array";let r=e;if(r&&Object.getPrototypeOf(r)!==Object.prototype&&"constructor"in r&&r.constructor)return r.constructor.name}}return t}function Ar(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}function p$(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map(t=>t[1])}function yf(e){let t=atob(e),r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=t.charCodeAt(n);return r}function _f(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function f$(e){let t=e.replace(/-/g,"+").replace(/_/g,"/"),r="=".repeat((4-t.length%4)%4);return yf(t+r)}function m$(e){return _f(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function h$(e){let t=e.replace(/^0x/,"");if(t.length%2!==0)throw new Error("Invalid hex string length");let r=new Uint8Array(t.length/2);for(let n=0;n<t.length;n+=2)r[n/2]=Number.parseInt(t.slice(n,n+2),16);return r}function g$(e){return Array.from(e).map(t=>t.toString(16).padStart(2,"0")).join("")}var Ss=class{constructor(...t){}};var $f=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,Rr,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},ci=p("$ZodError",$f),Dn=p("$ZodError",$f,{Parent:Error});function ui(e,t=r=>r.message){let r={},n=[];for(let o of e.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(t(o))):n.push(t(o));return{formErrors:n,fieldErrors:r}}function li(e,t=r=>r.message){let r={_errors:[]},n=o=>{for(let i of o.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>n({issues:a}));else if(i.code==="invalid_key")n({issues:i.issues});else if(i.code==="invalid_element")n({issues:i.issues});else if(i.path.length===0)r._errors.push(t(i));else{let a=r,s=0;for(;s<i.path.length;){let c=i.path[s];s===i.path.length-1?(a[c]=a[c]||{_errors:[]},a[c]._errors.push(t(i))):a[c]=a[c]||{_errors:[]},a=a[c],s++}}};return n(e),r}var Zn=e=>(t,r,n,o)=>{let i=n?Object.assign(n,{async:!1}):{async:!1},a=t._zod.run({value:r,issues:[]},i);if(a instanceof Promise)throw new ht;if(a.issues.length){let s=new(o?.Err??e)(a.issues.map(c=>Ae(c,i,ye())));throw si(s,o?.callee),s}return a.value},Rn=Zn(Dn),Un=e=>async(t,r,n,o)=>{let i=n?Object.assign(n,{async:!0}):{async:!0},a=t._zod.run({value:r,issues:[]},i);if(a instanceof Promise&&(a=await a),a.issues.length){let s=new(o?.Err??e)(a.issues.map(c=>Ae(c,i,ye())));throw si(s,o?.callee),s}return a.value},An=Un(Dn),Cn=e=>(t,r,n)=>{let o=n?{...n,async:!1}:{async:!1},i=t._zod.run({value:r,issues:[]},o);if(i instanceof Promise)throw new ht;return i.issues.length?{success:!1,error:new(e??ci)(i.issues.map(a=>Ae(a,o,ye())))}:{success:!0,data:i.value}},Cr=Cn(Dn),Mn=e=>async(t,r,n)=>{let o=n?Object.assign(n,{async:!0}):{async:!0},i=t._zod.run({value:r,issues:[]},o);return i instanceof Promise&&(i=await i),i.issues.length?{success:!1,error:new e(i.issues.map(a=>Ae(a,o,ye())))}:{success:!0,data:i.value}},qn=Mn(Dn),bf=e=>(t,r,n)=>{let o=n?Object.assign(n,{direction:"backward"}):{direction:"backward"};return Zn(e)(t,r,o)};var xf=e=>(t,r,n)=>Zn(e)(t,r,n);var kf=e=>async(t,r,n)=>{let o=n?Object.assign(n,{direction:"backward"}):{direction:"backward"};return Un(e)(t,r,o)};var wf=e=>async(t,r,n)=>Un(e)(t,r,n);var Sf=e=>(t,r,n)=>{let o=n?Object.assign(n,{direction:"backward"}):{direction:"backward"};return Cn(e)(t,r,o)};var zf=e=>(t,r,n)=>Cn(e)(t,r,n);var If=e=>async(t,r,n)=>{let o=n?Object.assign(n,{direction:"backward"}):{direction:"backward"};return Mn(e)(t,r,o)};var Pf=e=>async(t,r,n)=>Mn(e)(t,r,n);var Xe={};hn(Xe,{base64:()=>Hs,base64url:()=>di,bigint:()=>tc,boolean:()=>nc,browserEmail:()=>S$,cidrv4:()=>Gs,cidrv6:()=>Bs,cuid:()=>Ds,cuid2:()=>Zs,date:()=>Xs,datetime:()=>Qs,domain:()=>P$,duration:()=>Ms,e164:()=>Ws,email:()=>Ls,emoji:()=>Vs,extendedDuration:()=>y$,guid:()=>qs,hex:()=>T$,hostname:()=>I$,html5Email:()=>x$,idnEmail:()=>w$,integer:()=>rc,ipv4:()=>Fs,ipv6:()=>Js,ksuid:()=>As,lowercase:()=>ac,mac:()=>Ks,md5_base64:()=>E$,md5_base64url:()=>O$,md5_hex:()=>j$,nanoid:()=>Cs,null:()=>oc,number:()=>pi,rfc5322Email:()=>k$,sha1_base64:()=>D$,sha1_base64url:()=>Z$,sha1_hex:()=>N$,sha256_base64:()=>U$,sha256_base64url:()=>A$,sha256_hex:()=>R$,sha384_base64:()=>M$,sha384_base64url:()=>q$,sha384_hex:()=>C$,sha512_base64:()=>V$,sha512_base64url:()=>F$,sha512_hex:()=>L$,string:()=>ec,time:()=>Ys,ulid:()=>Rs,undefined:()=>ic,unicodeEmail:()=>Tf,uppercase:()=>sc,uuid:()=>sr,uuid4:()=>_$,uuid6:()=>$$,uuid7:()=>b$,xid:()=>Us});var Ds=/^[cC][^\s-]{8,}$/,Zs=/^[0-9a-z]+$/,Rs=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Us=/^[0-9a-vA-V]{20}$/,As=/^[A-Za-z0-9]{27}$/,Cs=/^[a-zA-Z0-9_-]{21}$/,Ms=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,y$=/^[-+]?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)?)??$/,qs=/^([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})$/,sr=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[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|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,_$=sr(4),$$=sr(6),b$=sr(7),Ls=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,x$=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,k$=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,Tf=/^[^\s@"]{1,64}@[^\s@]{1,255}$/u,w$=Tf,S$=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,z$="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Vs(){return new RegExp(z$,"u")}var Fs=/^(?:(?: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])$/,Js=/^(([0-9a-fA-F]{1,4}:){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}|:))$/,Ks=e=>{let t=We(e??":");return new RegExp(`^(?:[0-9A-F]{2}${t}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${t}){5}[0-9a-f]{2}$`)},Gs=/^((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])$/,Bs=/^(([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])$/,Hs=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,di=/^[A-Za-z0-9_-]*$/,I$=/^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/,P$=/^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/,Ws=/^\+[1-9]\d{6,14}$/,jf="(?:(?:\\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])))",Xs=new RegExp(`^${jf}$`);function Ef(e){let t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function Ys(e){return new RegExp(`^${Ef(e)}$`)}function Qs(e){let t=Ef({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let n=`${t}(?:${r.join("|")})`;return new RegExp(`^${jf}T(?:${n})$`)}var ec=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},tc=/^-?\d+n?$/,rc=/^-?\d+$/,pi=/^-?\d+(?:\.\d+)?$/,nc=/^(?:true|false)$/i,oc=/^null$/i;var ic=/^undefined$/i;var ac=/^[^A-Z]*$/,sc=/^[^a-z]*$/,T$=/^[0-9a-fA-F]*$/;function Ln(e,t){return new RegExp(`^[A-Za-z0-9+/]{${e}}${t}$`)}function Vn(e){return new RegExp(`^[A-Za-z0-9_-]{${e}}$`)}var j$=/^[0-9a-fA-F]{32}$/,E$=Ln(22,"=="),O$=Vn(22),N$=/^[0-9a-fA-F]{40}$/,D$=Ln(27,"="),Z$=Vn(27),R$=/^[0-9a-fA-F]{64}$/,U$=Ln(43,"="),A$=Vn(43),C$=/^[0-9a-fA-F]{96}$/,M$=Ln(64,""),q$=Vn(64),L$=/^[0-9a-fA-F]{128}$/,V$=Ln(86,"=="),F$=Vn(86);var se=p("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),Nf={number:"number",bigint:"bigint",object:"date"},cc=p("$ZodCheckLessThan",(e,t)=>{se.init(e,t);let r=Nf[typeof t.value];e._zod.onattach.push(n=>{let o=n._zod.bag,i=(t.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<i&&(t.inclusive?o.maximum=t.value:o.exclusiveMaximum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value<=t.value:n.value<t.value)||n.issues.push({origin:r,code:"too_big",maximum:typeof t.value=="object"?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),uc=p("$ZodCheckGreaterThan",(e,t)=>{se.init(e,t);let r=Nf[typeof t.value];e._zod.onattach.push(n=>{let o=n._zod.bag,i=(t.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>i&&(t.inclusive?o.minimum=t.value:o.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:r,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Df=p("$ZodCheckMultipleOf",(e,t)=>{se.init(e,t),e._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%t.value===BigInt(0):zs(r.value,t.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),Zf=p("$ZodCheckNumberFormat",(e,t)=>{se.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),n=r?"int":"number",[o,i]=Os[t.format];e._zod.onattach.push(a=>{let s=a._zod.bag;s.format=t.format,s.minimum=o,s.maximum=i,r&&(s.pattern=rc)}),e._zod.check=a=>{let s=a.value;if(r){if(!Number.isInteger(s)){a.issues.push({expected:n,format:t.format,code:"invalid_type",continue:!1,input:s,inst:e});return}if(!Number.isSafeInteger(s)){s>0?a.issues.push({input:s,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort}):a.issues.push({input:s,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort});return}}s<o&&a.issues.push({origin:"number",input:s,code:"too_small",minimum:o,inclusive:!0,inst:e,continue:!t.abort}),s>i&&a.issues.push({origin:"number",input:s,code:"too_big",maximum:i,inclusive:!0,inst:e,continue:!t.abort})}}),Rf=p("$ZodCheckBigIntFormat",(e,t)=>{se.init(e,t);let[r,n]=Ns[t.format];e._zod.onattach.push(o=>{let i=o._zod.bag;i.format=t.format,i.minimum=r,i.maximum=n}),e._zod.check=o=>{let i=o.value;i<r&&o.issues.push({origin:"bigint",input:i,code:"too_small",minimum:r,inclusive:!0,inst:e,continue:!t.abort}),i>n&&o.issues.push({origin:"bigint",input:i,code:"too_big",maximum:n,inclusive:!0,inst:e,continue:!t.abort})}}),Uf=p("$ZodCheckMaxSize",(e,t)=>{var r;se.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!qt(o)&&o.size!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<o&&(n._zod.bag.maximum=t.maximum)}),e._zod.check=n=>{let o=n.value;o.size<=t.maximum||n.issues.push({origin:On(o),code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Af=p("$ZodCheckMinSize",(e,t)=>{var r;se.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!qt(o)&&o.size!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(n._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{let o=n.value;o.size>=t.minimum||n.issues.push({origin:On(o),code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Cf=p("$ZodCheckSizeEquals",(e,t)=>{var r;se.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!qt(o)&&o.size!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag;o.minimum=t.size,o.maximum=t.size,o.size=t.size}),e._zod.check=n=>{let o=n.value,i=o.size;if(i===t.size)return;let a=i>t.size;n.issues.push({origin:On(o),...a?{code:"too_big",maximum:t.size}:{code:"too_small",minimum:t.size},inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort})}}),Mf=p("$ZodCheckMaxLength",(e,t)=>{var r;se.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!qt(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<o&&(n._zod.bag.maximum=t.maximum)}),e._zod.check=n=>{let o=n.value;if(o.length<=t.maximum)return;let a=Nn(o);n.issues.push({origin:a,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),qf=p("$ZodCheckMinLength",(e,t)=>{var r;se.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!qt(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(n._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{let o=n.value;if(o.length>=t.minimum)return;let a=Nn(o);n.issues.push({origin:a,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Lf=p("$ZodCheckLengthEquals",(e,t)=>{var r;se.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!qt(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=n=>{let o=n.value,i=o.length;if(i===t.length)return;let a=Nn(o),s=i>t.length;n.issues.push({origin:a,...s?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort})}}),Fn=p("$ZodCheckStringFormat",(e,t)=>{var r,n;se.init(e,t),e._zod.onattach.push(o=>{let i=o._zod.bag;i.format=t.format,t.pattern&&(i.patterns??(i.patterns=new Set),i.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=o=>{t.pattern.lastIndex=0,!t.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:t.format,input:o.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),Vf=p("$ZodCheckRegex",(e,t)=>{Fn.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),Ff=p("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=ac),Fn.init(e,t)}),Jf=p("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=sc),Fn.init(e,t)}),Kf=p("$ZodCheckIncludes",(e,t)=>{se.init(e,t);let r=We(t.includes),n=new RegExp(typeof t.position=="number"?`^.{${t.position}}${r}`:r);t.pattern=n,e._zod.onattach.push(o=>{let i=o._zod.bag;i.patterns??(i.patterns=new Set),i.patterns.add(n)}),e._zod.check=o=>{o.value.includes(t.includes,t.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:o.value,inst:e,continue:!t.abort})}}),Gf=p("$ZodCheckStartsWith",(e,t)=>{se.init(e,t);let r=new RegExp(`^${We(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.startsWith(t.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:n.value,inst:e,continue:!t.abort})}}),Bf=p("$ZodCheckEndsWith",(e,t)=>{se.init(e,t);let r=new RegExp(`.*${We(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.endsWith(t.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:n.value,inst:e,continue:!t.abort})}});function Of(e,t,r){e.issues.length&&t.issues.push(...Je(r,e.issues))}var Hf=p("$ZodCheckProperty",(e,t)=>{se.init(e,t),e._zod.check=r=>{let n=t.schema._zod.run({value:r.value[t.property],issues:[]},{});if(n instanceof Promise)return n.then(o=>Of(o,r,t.property));Of(n,r,t.property)}}),Wf=p("$ZodCheckMimeType",(e,t)=>{se.init(e,t);let r=new Set(t.mime);e._zod.onattach.push(n=>{n._zod.bag.mime=t.mime}),e._zod.check=n=>{r.has(n.value.type)||n.issues.push({code:"invalid_value",values:t.mime,input:n.value.type,inst:e,continue:!t.abort})}}),Xf=p("$ZodCheckOverwrite",(e,t)=>{se.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value)}});var fi=class{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}let n=t.split(`
|
|
9
|
+
`).filter(a=>a),o=Math.min(...n.map(a=>a.length-a.trimStart().length)),i=n.map(a=>a.slice(o)).map(a=>" ".repeat(this.indent*2)+a);for(let a of i)this.content.push(a)}compile(){let t=Function,r=this?.args,o=[...(this?.content??[""]).map(i=>` ${i}`)];return new t(...r,o.join(`
|
|
10
|
+
`))}};var Qf={major:4,minor:3,patch:6};var M=p("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=Qf;let n=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&n.unshift(e);for(let o of n)for(let i of o._zod.onattach)i(e);if(n.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let o=(a,s,c)=>{let u=Ft(a),l;for(let d of s){if(d._zod.def.when){if(!d._zod.def.when(a))continue}else if(u)continue;let f=a.issues.length,m=d._zod.check(a);if(m instanceof Promise&&c?.async===!1)throw new ht;if(l||m instanceof Promise)l=(l??Promise.resolve()).then(async()=>{await m,a.issues.length!==f&&(u||(u=Ft(a,f)))});else{if(a.issues.length===f)continue;u||(u=Ft(a,f))}}return l?l.then(()=>a):a},i=(a,s,c)=>{if(Ft(a))return a.aborted=!0,a;let u=o(s,n,c);if(u instanceof Promise){if(c.async===!1)throw new ht;return u.then(l=>e._zod.parse(l,c))}return e._zod.parse(u,c)};e._zod.run=(a,s)=>{if(s.skipChecks)return e._zod.parse(a,s);if(s.direction==="backward"){let u=e._zod.parse({value:a.value,issues:[]},{...s,skipChecks:!0});return u instanceof Promise?u.then(l=>i(l,a,s)):i(u,a,s)}let c=e._zod.parse(a,s);if(c instanceof Promise){if(s.async===!1)throw new ht;return c.then(u=>o(u,n,s))}return o(c,n,s)}}L(e,"~standard",()=>({validate:o=>{try{let i=Cr(e,o);return i.success?{value:i.data}:{issues:i.error?.issues}}catch{return qn(e,o).then(a=>a.success?{value:a.data}:{issues:a.error?.issues})}},vendor:"zod",version:1}))}),cr=p("$ZodString",(e,t)=>{M.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??ec(e._zod.bag),e._zod.parse=(r,n)=>{if(t.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:e}),r}}),oe=p("$ZodStringFormat",(e,t)=>{Fn.init(e,t),cr.init(e,t)}),dc=p("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=qs),oe.init(e,t)}),pc=p("$ZodUUID",(e,t)=>{if(t.version){let n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(n===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=sr(n))}else t.pattern??(t.pattern=sr());oe.init(e,t)}),fc=p("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=Ls),oe.init(e,t)}),mc=p("$ZodURL",(e,t)=>{oe.init(e,t),e._zod.check=r=>{try{let n=r.value.trim(),o=new URL(n);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(o.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=o.href:r.value=n;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),hc=p("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=Vs()),oe.init(e,t)}),gc=p("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=Cs),oe.init(e,t)}),vc=p("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=Ds),oe.init(e,t)}),yc=p("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=Zs),oe.init(e,t)}),_c=p("$ZodULID",(e,t)=>{t.pattern??(t.pattern=Rs),oe.init(e,t)}),$c=p("$ZodXID",(e,t)=>{t.pattern??(t.pattern=Us),oe.init(e,t)}),bc=p("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=As),oe.init(e,t)}),xc=p("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=Qs(t)),oe.init(e,t)}),kc=p("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=Xs),oe.init(e,t)}),wc=p("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=Ys(t)),oe.init(e,t)}),Sc=p("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=Ms),oe.init(e,t)}),zc=p("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=Fs),oe.init(e,t),e._zod.bag.format="ipv4"}),Ic=p("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=Js),oe.init(e,t),e._zod.bag.format="ipv6",e._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}}),Pc=p("$ZodMAC",(e,t)=>{t.pattern??(t.pattern=Ks(t.delimiter)),oe.init(e,t),e._zod.bag.format="mac"}),Tc=p("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=Gs),oe.init(e,t)}),jc=p("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=Bs),oe.init(e,t),e._zod.check=r=>{let n=r.value.split("/");try{if(n.length!==2)throw new Error;let[o,i]=n;if(!i)throw new Error;let a=Number(i);if(`${a}`!==i)throw new Error;if(a<0||a>128)throw new Error;new URL(`http://[${o}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});function dm(e){if(e==="")return!0;if(e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}var Ec=p("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=Hs),oe.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=r=>{dm(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}});function J$(e){if(!di.test(e))return!1;let t=e.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=t.padEnd(Math.ceil(t.length/4)*4,"=");return dm(r)}var Oc=p("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=di),oe.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=r=>{J$(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),Nc=p("$ZodE164",(e,t)=>{t.pattern??(t.pattern=Ws),oe.init(e,t)});function K$(e,t=null){try{let r=e.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||t&&(!("alg"in o)||o.alg!==t))}catch{return!1}}var Dc=p("$ZodJWT",(e,t)=>{oe.init(e,t),e._zod.check=r=>{K$(r.value,t.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}}),Zc=p("$ZodCustomStringFormat",(e,t)=>{oe.init(e,t),e._zod.check=r=>{t.fn(r.value)||r.issues.push({code:"invalid_format",format:t.format,input:r.value,inst:e,continue:!t.abort})}}),_i=p("$ZodNumber",(e,t)=>{M.init(e,t),e._zod.pattern=e._zod.bag.pattern??pi,e._zod.parse=(r,n)=>{if(t.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 i=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:e,...i?{received:i}:{}}),r}}),Rc=p("$ZodNumberFormat",(e,t)=>{Zf.init(e,t),_i.init(e,t)}),Jn=p("$ZodBoolean",(e,t)=>{M.init(e,t),e._zod.pattern=nc,e._zod.parse=(r,n)=>{if(t.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:e}),r}}),$i=p("$ZodBigInt",(e,t)=>{M.init(e,t),e._zod.pattern=tc,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=BigInt(r.value)}catch{}return typeof r.value=="bigint"||r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:e}),r}}),Uc=p("$ZodBigIntFormat",(e,t)=>{Rf.init(e,t),$i.init(e,t)}),Ac=p("$ZodSymbol",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;return typeof o=="symbol"||r.issues.push({expected:"symbol",code:"invalid_type",input:o,inst:e}),r}}),Cc=p("$ZodUndefined",(e,t)=>{M.init(e,t),e._zod.pattern=ic,e._zod.values=new Set([void 0]),e._zod.optin="optional",e._zod.optout="optional",e._zod.parse=(r,n)=>{let o=r.value;return typeof o>"u"||r.issues.push({expected:"undefined",code:"invalid_type",input:o,inst:e}),r}}),Mc=p("$ZodNull",(e,t)=>{M.init(e,t),e._zod.pattern=oc,e._zod.values=new Set([null]),e._zod.parse=(r,n)=>{let o=r.value;return o===null||r.issues.push({expected:"null",code:"invalid_type",input:o,inst:e}),r}}),qc=p("$ZodAny",(e,t)=>{M.init(e,t),e._zod.parse=r=>r}),Lc=p("$ZodUnknown",(e,t)=>{M.init(e,t),e._zod.parse=r=>r}),Vc=p("$ZodNever",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:e}),r)}),Fc=p("$ZodVoid",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;return typeof o>"u"||r.issues.push({expected:"void",code:"invalid_type",input:o,inst:e}),r}}),Jc=p("$ZodDate",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=new Date(r.value)}catch{}let o=r.value,i=o instanceof Date;return i&&!Number.isNaN(o.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:o,...i?{received:"Invalid Date"}:{},inst:e}),r}});function em(e,t,r){e.issues.length&&t.issues.push(...Je(r,e.issues)),t.value[r]=e.value}var Kc=p("$ZodArray",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;if(!Array.isArray(o))return r.issues.push({expected:"array",code:"invalid_type",input:o,inst:e}),r;r.value=Array(o.length);let i=[];for(let a=0;a<o.length;a++){let s=o[a],c=t.element._zod.run({value:s,issues:[]},n);c instanceof Promise?i.push(c.then(u=>em(u,r,a))):em(c,r,a)}return i.length?Promise.all(i).then(()=>r):r}});function yi(e,t,r,n,o){if(e.issues.length){if(o&&!(r in n))return;t.issues.push(...Je(r,e.issues))}e.value===void 0?r in n&&(t.value[r]=void 0):t.value[r]=e.value}function pm(e){let t=Object.keys(e.shape);for(let n of t)if(!e.shape?.[n]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${n}": expected a Zod schema`);let r=Es(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}function fm(e,t,r,n,o,i){let a=[],s=o.keySet,c=o.catchall._zod,u=c.def.type,l=c.optout==="optional";for(let d in t){if(s.has(d))continue;if(u==="never"){a.push(d);continue}let f=c.run({value:t[d],issues:[]},n);f instanceof Promise?e.push(f.then(m=>yi(m,r,d,t,l))):yi(f,r,d,t,l)}return a.length&&r.issues.push({code:"unrecognized_keys",keys:a,input:t,inst:i}),e.length?Promise.all(e).then(()=>r):r}var mm=p("$ZodObject",(e,t)=>{if(M.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let s=t.shape;Object.defineProperty(t,"shape",{get:()=>{let c={...s};return Object.defineProperty(t,"shape",{value:c}),c}})}let n=Ur(()=>pm(t));L(e._zod,"propValues",()=>{let s=t.shape,c={};for(let u in s){let l=s[u]._zod;if(l.values){c[u]??(c[u]=new Set);for(let d of l.values)c[u].add(d)}}return c});let o=ar,i=t.catchall,a;e._zod.parse=(s,c)=>{a??(a=n.value);let u=s.value;if(!o(u))return s.issues.push({expected:"object",code:"invalid_type",input:u,inst:e}),s;s.value={};let l=[],d=a.shape;for(let f of a.keys){let m=d[f],g=m._zod.optout==="optional",v=m._zod.run({value:u[f],issues:[]},c);v instanceof Promise?l.push(v.then($=>yi($,s,f,u,g))):yi(v,s,f,u,g)}return i?fm(l,u,s,c,n.value,e):l.length?Promise.all(l).then(()=>s):s}}),hm=p("$ZodObjectJIT",(e,t)=>{mm.init(e,t);let r=e._zod.parse,n=Ur(()=>pm(t)),o=f=>{let m=new fi(["shape","payload","ctx"]),g=n.value,v=P=>{let A=ai(P);return`shape[${A}]._zod.run({ value: input[${A}], issues: [] }, ctx)`};m.write("const input = payload.value;");let $=Object.create(null),k=0;for(let P of g.keys)$[P]=`key_${k++}`;m.write("const newResult = {};");for(let P of g.keys){let A=$[P],E=ai(P),it=f[P]?._zod?.optout==="optional";m.write(`const ${A} = ${v(P)};`),it?m.write(`
|
|
11
|
+
if (${A}.issues.length) {
|
|
12
|
+
if (${E} in input) {
|
|
13
|
+
payload.issues = payload.issues.concat(${A}.issues.map(iss => ({
|
|
14
|
+
...iss,
|
|
15
|
+
path: iss.path ? [${E}, ...iss.path] : [${E}]
|
|
16
|
+
})));
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
if (${A}.value === undefined) {
|
|
21
|
+
if (${E} in input) {
|
|
22
|
+
newResult[${E}] = undefined;
|
|
23
|
+
}
|
|
24
|
+
} else {
|
|
25
|
+
newResult[${E}] = ${A}.value;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
`):m.write(`
|
|
29
|
+
if (${A}.issues.length) {
|
|
30
|
+
payload.issues = payload.issues.concat(${A}.issues.map(iss => ({
|
|
31
|
+
...iss,
|
|
32
|
+
path: iss.path ? [${E}, ...iss.path] : [${E}]
|
|
33
|
+
})));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
if (${A}.value === undefined) {
|
|
37
|
+
if (${E} in input) {
|
|
38
|
+
newResult[${E}] = undefined;
|
|
39
|
+
}
|
|
40
|
+
} else {
|
|
41
|
+
newResult[${E}] = ${A}.value;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
`)}m.write("payload.value = newResult;"),m.write("return payload;");let O=m.compile();return(P,A)=>O(f,P,A)},i,a=ar,s=!ii.jitless,u=s&&Ps.value,l=t.catchall,d;e._zod.parse=(f,m)=>{d??(d=n.value);let g=f.value;return a(g)?s&&u&&m?.async===!1&&m.jitless!==!0?(i||(i=o(t.shape)),f=i(f,m),l?fm([],g,f,m,d,e):f):r(f,m):(f.issues.push({expected:"object",code:"invalid_type",input:g,inst:e}),f)}});function tm(e,t,r,n){for(let i of e)if(i.issues.length===0)return t.value=i.value,t;let o=e.filter(i=>!Ft(i));return o.length===1?(t.value=o[0].value,o[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(i=>i.issues.map(a=>Ae(a,n,ye())))}),t)}var Kn=p("$ZodUnion",(e,t)=>{M.init(e,t),L(e._zod,"optin",()=>t.options.some(o=>o._zod.optin==="optional")?"optional":void 0),L(e._zod,"optout",()=>t.options.some(o=>o._zod.optout==="optional")?"optional":void 0),L(e._zod,"values",()=>{if(t.options.every(o=>o._zod.values))return new Set(t.options.flatMap(o=>Array.from(o._zod.values)))}),L(e._zod,"pattern",()=>{if(t.options.every(o=>o._zod.pattern)){let o=t.options.map(i=>i._zod.pattern);return new RegExp(`^(${o.map(i=>jn(i.source)).join("|")})$`)}});let r=t.options.length===1,n=t.options[0]._zod.run;e._zod.parse=(o,i)=>{if(r)return n(o,i);let a=!1,s=[];for(let c of t.options){let u=c._zod.run({value:o.value,issues:[]},i);if(u instanceof Promise)s.push(u),a=!0;else{if(u.issues.length===0)return u;s.push(u)}}return a?Promise.all(s).then(c=>tm(c,o,e,i)):tm(s,o,e,i)}});function rm(e,t,r,n){let o=e.filter(i=>i.issues.length===0);return o.length===1?(t.value=o[0].value,t):(o.length===0?t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(i=>i.issues.map(a=>Ae(a,n,ye())))}):t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:[],inclusive:!1}),t)}var Gc=p("$ZodXor",(e,t)=>{Kn.init(e,t),t.inclusive=!1;let r=t.options.length===1,n=t.options[0]._zod.run;e._zod.parse=(o,i)=>{if(r)return n(o,i);let a=!1,s=[];for(let c of t.options){let u=c._zod.run({value:o.value,issues:[]},i);u instanceof Promise?(s.push(u),a=!0):s.push(u)}return a?Promise.all(s).then(c=>rm(c,o,e,i)):rm(s,o,e,i)}}),Bc=p("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,Kn.init(e,t);let r=e._zod.parse;L(e._zod,"propValues",()=>{let o={};for(let i of t.options){let a=i._zod.propValues;if(!a||Object.keys(a).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(let[s,c]of Object.entries(a)){o[s]||(o[s]=new Set);for(let u of c)o[s].add(u)}}return o});let n=Ur(()=>{let o=t.options,i=new Map;for(let a of o){let s=a._zod.propValues?.[t.discriminator];if(!s||s.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(a)}"`);for(let c of s){if(i.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);i.set(c,a)}}return i});e._zod.parse=(o,i)=>{let a=o.value;if(!ar(a))return o.issues.push({code:"invalid_type",expected:"object",input:a,inst:e}),o;let s=n.value.get(a?.[t.discriminator]);return s?s._zod.run(o,i):t.unionFallback?r(o,i):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,input:a,path:[t.discriminator],inst:e}),o)}}),Hc=p("$ZodIntersection",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>{let o=r.value,i=t.left._zod.run({value:o,issues:[]},n),a=t.right._zod.run({value:o,issues:[]},n);return i instanceof Promise||a instanceof Promise?Promise.all([i,a]).then(([c,u])=>nm(r,c,u)):nm(r,i,a)}});function lc(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(Vt(e)&&Vt(t)){let r=Object.keys(t),n=Object.keys(e).filter(i=>r.indexOf(i)!==-1),o={...e,...t};for(let i of n){let a=lc(e[i],t[i]);if(!a.valid)return{valid:!1,mergeErrorPath:[i,...a.mergeErrorPath]};o[i]=a.data}return{valid:!0,data:o}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let n=0;n<e.length;n++){let o=e[n],i=t[n],a=lc(o,i);if(!a.valid)return{valid:!1,mergeErrorPath:[n,...a.mergeErrorPath]};r.push(a.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function nm(e,t,r){let n=new Map,o;for(let s of t.issues)if(s.code==="unrecognized_keys"){o??(o=s);for(let c of s.keys)n.has(c)||n.set(c,{}),n.get(c).l=!0}else e.issues.push(s);for(let s of r.issues)if(s.code==="unrecognized_keys")for(let c of s.keys)n.has(c)||n.set(c,{}),n.get(c).r=!0;else e.issues.push(s);let i=[...n].filter(([,s])=>s.l&&s.r).map(([s])=>s);if(i.length&&o&&e.issues.push({...o,keys:i}),Ft(e))return e;let a=lc(t.value,r.value);if(!a.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(a.mergeErrorPath)}`);return e.value=a.data,e}var bi=p("$ZodTuple",(e,t)=>{M.init(e,t);let r=t.items;e._zod.parse=(n,o)=>{let i=n.value;if(!Array.isArray(i))return n.issues.push({input:i,inst:e,expected:"tuple",code:"invalid_type"}),n;n.value=[];let a=[],s=[...r].reverse().findIndex(l=>l._zod.optin!=="optional"),c=s===-1?0:r.length-s;if(!t.rest){let l=i.length>r.length,d=i.length<c-1;if(l||d)return n.issues.push({...l?{code:"too_big",maximum:r.length,inclusive:!0}:{code:"too_small",minimum:r.length},input:i,inst:e,origin:"array"}),n}let u=-1;for(let l of r){if(u++,u>=i.length&&u>=c)continue;let d=l._zod.run({value:i[u],issues:[]},o);d instanceof Promise?a.push(d.then(f=>mi(f,n,u))):mi(d,n,u)}if(t.rest){let l=i.slice(r.length);for(let d of l){u++;let f=t.rest._zod.run({value:d,issues:[]},o);f instanceof Promise?a.push(f.then(m=>mi(m,n,u))):mi(f,n,u)}}return a.length?Promise.all(a).then(()=>n):n}});function mi(e,t,r){e.issues.length&&t.issues.push(...Je(r,e.issues)),t.value[r]=e.value}var Wc=p("$ZodRecord",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;if(!Vt(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:e}),r;let i=[],a=t.keyType._zod.values;if(a){r.value={};let s=new Set;for(let u of a)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){s.add(typeof u=="number"?u.toString():u);let l=t.valueType._zod.run({value:o[u],issues:[]},n);l instanceof Promise?i.push(l.then(d=>{d.issues.length&&r.issues.push(...Je(u,d.issues)),r.value[u]=d.value})):(l.issues.length&&r.issues.push(...Je(u,l.issues)),r.value[u]=l.value)}let c;for(let u in o)s.has(u)||(c=c??[],c.push(u));c&&c.length>0&&r.issues.push({code:"unrecognized_keys",input:o,inst:e,keys:c})}else{r.value={};for(let s of Reflect.ownKeys(o)){if(s==="__proto__")continue;let c=t.keyType._zod.run({value:s,issues:[]},n);if(c instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof s=="string"&&pi.test(s)&&c.issues.length){let d=t.keyType._zod.run({value:Number(s),issues:[]},n);if(d instanceof Promise)throw new Error("Async schemas not supported in object keys currently");d.issues.length===0&&(c=d)}if(c.issues.length){t.mode==="loose"?r.value[s]=o[s]:r.issues.push({code:"invalid_key",origin:"record",issues:c.issues.map(d=>Ae(d,n,ye())),input:s,path:[s],inst:e});continue}let l=t.valueType._zod.run({value:o[s],issues:[]},n);l instanceof Promise?i.push(l.then(d=>{d.issues.length&&r.issues.push(...Je(s,d.issues)),r.value[c.value]=d.value})):(l.issues.length&&r.issues.push(...Je(s,l.issues)),r.value[c.value]=l.value)}}return i.length?Promise.all(i).then(()=>r):r}}),Xc=p("$ZodMap",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;if(!(o instanceof Map))return r.issues.push({expected:"map",code:"invalid_type",input:o,inst:e}),r;let i=[];r.value=new Map;for(let[a,s]of o){let c=t.keyType._zod.run({value:a,issues:[]},n),u=t.valueType._zod.run({value:s,issues:[]},n);c instanceof Promise||u instanceof Promise?i.push(Promise.all([c,u]).then(([l,d])=>{om(l,d,r,a,o,e,n)})):om(c,u,r,a,o,e,n)}return i.length?Promise.all(i).then(()=>r):r}});function om(e,t,r,n,o,i,a){e.issues.length&&(En.has(typeof n)?r.issues.push(...Je(n,e.issues)):r.issues.push({code:"invalid_key",origin:"map",input:o,inst:i,issues:e.issues.map(s=>Ae(s,a,ye()))})),t.issues.length&&(En.has(typeof n)?r.issues.push(...Je(n,t.issues)):r.issues.push({origin:"map",code:"invalid_element",input:o,inst:i,key:n,issues:t.issues.map(s=>Ae(s,a,ye()))})),r.value.set(e.value,t.value)}var Yc=p("$ZodSet",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;if(!(o instanceof Set))return r.issues.push({input:o,inst:e,expected:"set",code:"invalid_type"}),r;let i=[];r.value=new Set;for(let a of o){let s=t.valueType._zod.run({value:a,issues:[]},n);s instanceof Promise?i.push(s.then(c=>im(c,r))):im(s,r)}return i.length?Promise.all(i).then(()=>r):r}});function im(e,t){e.issues.length&&t.issues.push(...e.issues),t.value.add(e.value)}var Qc=p("$ZodEnum",(e,t)=>{M.init(e,t);let r=Tn(t.entries),n=new Set(r);e._zod.values=n,e._zod.pattern=new RegExp(`^(${r.filter(o=>En.has(typeof o)).map(o=>typeof o=="string"?We(o):o.toString()).join("|")})$`),e._zod.parse=(o,i)=>{let a=o.value;return n.has(a)||o.issues.push({code:"invalid_value",values:r,input:a,inst:e}),o}}),eu=p("$ZodLiteral",(e,t)=>{if(M.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");let r=new Set(t.values);e._zod.values=r,e._zod.pattern=new RegExp(`^(${t.values.map(n=>typeof n=="string"?We(n):n?We(n.toString()):String(n)).join("|")})$`),e._zod.parse=(n,o)=>{let i=n.value;return r.has(i)||n.issues.push({code:"invalid_value",values:t.values,input:i,inst:e}),n}}),tu=p("$ZodFile",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;return o instanceof File||r.issues.push({expected:"file",code:"invalid_type",input:o,inst:e}),r}}),ru=p("$ZodTransform",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>{if(n.direction==="backward")throw new ir(e.constructor.name);let o=t.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(a=>(r.value=a,r));if(o instanceof Promise)throw new ht;return r.value=o,r}});function am(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}var xi=p("$ZodOptional",(e,t)=>{M.init(e,t),e._zod.optin="optional",e._zod.optout="optional",L(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),L(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${jn(r.source)})?$`):void 0}),e._zod.parse=(r,n)=>{if(t.innerType._zod.optin==="optional"){let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(i=>am(i,r.value)):am(o,r.value)}return r.value===void 0?r:t.innerType._zod.run(r,n)}}),nu=p("$ZodExactOptional",(e,t)=>{xi.init(e,t),L(e._zod,"values",()=>t.innerType._zod.values),L(e._zod,"pattern",()=>t.innerType._zod.pattern),e._zod.parse=(r,n)=>t.innerType._zod.run(r,n)}),ou=p("$ZodNullable",(e,t)=>{M.init(e,t),L(e._zod,"optin",()=>t.innerType._zod.optin),L(e._zod,"optout",()=>t.innerType._zod.optout),L(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${jn(r.source)}|null)$`):void 0}),L(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,n)=>r.value===null?r:t.innerType._zod.run(r,n)}),iu=p("$ZodDefault",(e,t)=>{M.init(e,t),e._zod.optin="optional",L(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{if(n.direction==="backward")return t.innerType._zod.run(r,n);if(r.value===void 0)return r.value=t.defaultValue,r;let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(i=>sm(i,t)):sm(o,t)}});function sm(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}var au=p("$ZodPrefault",(e,t)=>{M.init(e,t),e._zod.optin="optional",L(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>(n.direction==="backward"||r.value===void 0&&(r.value=t.defaultValue),t.innerType._zod.run(r,n))}),su=p("$ZodNonOptional",(e,t)=>{M.init(e,t),L(e._zod,"values",()=>{let r=t.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),e._zod.parse=(r,n)=>{let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(i=>cm(i,e)):cm(o,e)}});function cm(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}var cu=p("$ZodSuccess",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>{if(n.direction==="backward")throw new ir("ZodSuccess");let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(i=>(r.value=i.issues.length===0,r)):(r.value=o.issues.length===0,r)}}),uu=p("$ZodCatch",(e,t)=>{M.init(e,t),L(e._zod,"optin",()=>t.innerType._zod.optin),L(e._zod,"optout",()=>t.innerType._zod.optout),L(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{if(n.direction==="backward")return t.innerType._zod.run(r,n);let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(i=>(r.value=i.value,i.issues.length&&(r.value=t.catchValue({...r,error:{issues:i.issues.map(a=>Ae(a,n,ye()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=t.catchValue({...r,error:{issues:o.issues.map(i=>Ae(i,n,ye()))},input:r.value}),r.issues=[]),r)}}),lu=p("$ZodNaN",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>((typeof r.value!="number"||!Number.isNaN(r.value))&&r.issues.push({input:r.value,inst:e,expected:"nan",code:"invalid_type"}),r)}),du=p("$ZodPipe",(e,t)=>{M.init(e,t),L(e._zod,"values",()=>t.in._zod.values),L(e._zod,"optin",()=>t.in._zod.optin),L(e._zod,"optout",()=>t.out._zod.optout),L(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,n)=>{if(n.direction==="backward"){let i=t.out._zod.run(r,n);return i instanceof Promise?i.then(a=>hi(a,t.in,n)):hi(i,t.in,n)}let o=t.in._zod.run(r,n);return o instanceof Promise?o.then(i=>hi(i,t.out,n)):hi(o,t.out,n)}});function hi(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},r)}var Gn=p("$ZodCodec",(e,t)=>{M.init(e,t),L(e._zod,"values",()=>t.in._zod.values),L(e._zod,"optin",()=>t.in._zod.optin),L(e._zod,"optout",()=>t.out._zod.optout),L(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,n)=>{if((n.direction||"forward")==="forward"){let i=t.in._zod.run(r,n);return i instanceof Promise?i.then(a=>gi(a,t,n)):gi(i,t,n)}else{let i=t.out._zod.run(r,n);return i instanceof Promise?i.then(a=>gi(a,t,n)):gi(i,t,n)}}});function gi(e,t,r){if(e.issues.length)return e.aborted=!0,e;if((r.direction||"forward")==="forward"){let o=t.transform(e.value,e);return o instanceof Promise?o.then(i=>vi(e,i,t.out,r)):vi(e,o,t.out,r)}else{let o=t.reverseTransform(e.value,e);return o instanceof Promise?o.then(i=>vi(e,i,t.in,r)):vi(e,o,t.in,r)}}function vi(e,t,r,n){return e.issues.length?(e.aborted=!0,e):r._zod.run({value:t,issues:e.issues},n)}var pu=p("$ZodReadonly",(e,t)=>{M.init(e,t),L(e._zod,"propValues",()=>t.innerType._zod.propValues),L(e._zod,"values",()=>t.innerType._zod.values),L(e._zod,"optin",()=>t.innerType?._zod?.optin),L(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(r,n)=>{if(n.direction==="backward")return t.innerType._zod.run(r,n);let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(um):um(o)}});function um(e){return e.value=Object.freeze(e.value),e}var fu=p("$ZodTemplateLiteral",(e,t)=>{M.init(e,t);let r=[];for(let n of t.parts)if(typeof n=="object"&&n!==null){if(!n._zod.pattern)throw new Error(`Invalid template literal part, no pattern found: ${[...n._zod.traits].shift()}`);let o=n._zod.pattern instanceof RegExp?n._zod.pattern.source:n._zod.pattern;if(!o)throw new Error(`Invalid template literal part: ${n._zod.traits}`);let i=o.startsWith("^")?1:0,a=o.endsWith("$")?o.length-1:o.length;r.push(o.slice(i,a))}else if(n===null||js.has(typeof n))r.push(We(`${n}`));else throw new Error(`Invalid template literal part: ${n}`);e._zod.pattern=new RegExp(`^${r.join("")}$`),e._zod.parse=(n,o)=>typeof n.value!="string"?(n.issues.push({input:n.value,inst:e,expected:"string",code:"invalid_type"}),n):(e._zod.pattern.lastIndex=0,e._zod.pattern.test(n.value)||n.issues.push({input:n.value,inst:e,code:"invalid_format",format:t.format??"template_literal",pattern:e._zod.pattern.source}),n)}),mu=p("$ZodFunction",(e,t)=>(M.init(e,t),e._def=t,e._zod.def=t,e.implement=r=>{if(typeof r!="function")throw new Error("implement() must be called with a function");return function(...n){let o=e._def.input?Rn(e._def.input,n):n,i=Reflect.apply(r,this,o);return e._def.output?Rn(e._def.output,i):i}},e.implementAsync=r=>{if(typeof r!="function")throw new Error("implementAsync() must be called with a function");return async function(...n){let o=e._def.input?await An(e._def.input,n):n,i=await Reflect.apply(r,this,o);return e._def.output?await An(e._def.output,i):i}},e._zod.parse=(r,n)=>typeof r.value!="function"?(r.issues.push({code:"invalid_type",expected:"function",input:r.value,inst:e}),r):(e._def.output&&e._def.output._zod.def.type==="promise"?r.value=e.implementAsync(r.value):r.value=e.implement(r.value),r),e.input=(...r)=>{let n=e.constructor;return Array.isArray(r[0])?new n({type:"function",input:new bi({type:"tuple",items:r[0],rest:r[1]}),output:e._def.output}):new n({type:"function",input:r[0],output:e._def.output})},e.output=r=>{let n=e.constructor;return new n({type:"function",input:e._def.input,output:r})},e)),hu=p("$ZodPromise",(e,t)=>{M.init(e,t),e._zod.parse=(r,n)=>Promise.resolve(r.value).then(o=>t.innerType._zod.run({value:o,issues:[]},n))}),gu=p("$ZodLazy",(e,t)=>{M.init(e,t),L(e._zod,"innerType",()=>t.getter()),L(e._zod,"pattern",()=>e._zod.innerType?._zod?.pattern),L(e._zod,"propValues",()=>e._zod.innerType?._zod?.propValues),L(e._zod,"optin",()=>e._zod.innerType?._zod?.optin??void 0),L(e._zod,"optout",()=>e._zod.innerType?._zod?.optout??void 0),e._zod.parse=(r,n)=>e._zod.innerType._zod.run(r,n)}),vu=p("$ZodCustom",(e,t)=>{se.init(e,t),M.init(e,t),e._zod.parse=(r,n)=>r,e._zod.check=r=>{let n=r.value,o=t.fn(n);if(o instanceof Promise)return o.then(i=>lm(i,r,n,e));lm(o,r,n,e)}});function lm(e,t,r,n){if(!e){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),t.issues.push(Ar(o))}}var B$=()=>{let e={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}};function t(o){return e[o]??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",mac:"MAC 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"},n={nan:"NaN"};return o=>{switch(o.code){case"invalid_type":{let i=n[o.expected]??o.expected,a=U(o.input),s=n[a]??a;return`Invalid input: expected ${i}, received ${s}`}case"invalid_value":return o.values.length===1?`Invalid input: expected ${Z(o.values[0])}`:`Invalid option: expected one of ${D(o.values,"|")}`;case"too_big":{let i=o.inclusive?"<=":"<",a=t(o.origin);return a?`Too big: expected ${o.origin??"value"} to have ${i}${o.maximum.toString()} ${a.unit??"elements"}`:`Too big: expected ${o.origin??"value"} to be ${i}${o.maximum.toString()}`}case"too_small":{let i=o.inclusive?">=":">",a=t(o.origin);return a?`Too small: expected ${o.origin} to have ${i}${o.minimum.toString()} ${a.unit}`:`Too small: expected ${o.origin} to be ${i}${o.minimum.toString()}`}case"invalid_format":{let i=o;return i.format==="starts_with"?`Invalid string: must start with "${i.prefix}"`:i.format==="ends_with"?`Invalid string: must end with "${i.suffix}"`:i.format==="includes"?`Invalid string: must include "${i.includes}"`:i.format==="regex"?`Invalid string: must match pattern ${i.pattern}`:`Invalid ${r[i.format]??o.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${o.divisor}`;case"unrecognized_keys":return`Unrecognized key${o.keys.length>1?"s":""}: ${D(o.keys,", ")}`;case"invalid_key":return`Invalid key in ${o.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${o.origin}`;default:return"Invalid input"}}};function yu(){return{localeError:B$()}}var gm;var $u=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...r){let n=r[0];return this._map.set(t,n),n&&typeof n=="object"&&"id"in n&&this._idmap.set(n.id,t),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){let r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){let r=t._zod.parent;if(r){let n={...this.get(r)??{}};delete n.id;let o={...n,...this._map.get(t)};return Object.keys(o).length?o:void 0}return this._map.get(t)}has(t){return this._map.has(t)}};function bu(){return new $u}(gm=globalThis).__zod_globalRegistry??(gm.__zod_globalRegistry=bu());var Ne=globalThis.__zod_globalRegistry;function xu(e,t){return new e({type:"string",...x(t)})}function ki(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...x(t)})}function Bn(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...x(t)})}function wi(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...x(t)})}function Si(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...x(t)})}function zi(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...x(t)})}function Ii(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...x(t)})}function Hn(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...x(t)})}function Pi(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...x(t)})}function Ti(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...x(t)})}function ji(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...x(t)})}function Ei(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...x(t)})}function Oi(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...x(t)})}function Ni(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...x(t)})}function Di(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...x(t)})}function Zi(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...x(t)})}function Ri(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...x(t)})}function ku(e,t){return new e({type:"string",format:"mac",check:"string_format",abort:!1,...x(t)})}function Ui(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...x(t)})}function Ai(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...x(t)})}function Ci(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...x(t)})}function Mi(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...x(t)})}function qi(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...x(t)})}function Li(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...x(t)})}function wu(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...x(t)})}function Su(e,t){return new e({type:"string",format:"date",check:"string_format",...x(t)})}function zu(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...x(t)})}function Iu(e,t){return new e({type:"string",format:"duration",check:"string_format",...x(t)})}function Pu(e,t){return new e({type:"number",checks:[],...x(t)})}function Tu(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...x(t)})}function ju(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float32",...x(t)})}function Eu(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float64",...x(t)})}function Ou(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"int32",...x(t)})}function Nu(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"uint32",...x(t)})}function Du(e,t){return new e({type:"boolean",...x(t)})}function Zu(e,t){return new e({type:"bigint",...x(t)})}function Ru(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"int64",...x(t)})}function Uu(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"uint64",...x(t)})}function Au(e,t){return new e({type:"symbol",...x(t)})}function Cu(e,t){return new e({type:"undefined",...x(t)})}function Mu(e,t){return new e({type:"null",...x(t)})}function qu(e){return new e({type:"any"})}function Lu(e){return new e({type:"unknown"})}function Vu(e,t){return new e({type:"never",...x(t)})}function Fu(e,t){return new e({type:"void",...x(t)})}function Ju(e,t){return new e({type:"date",...x(t)})}function Ku(e,t){return new e({type:"nan",...x(t)})}function Pt(e,t){return new cc({check:"less_than",...x(t),value:e,inclusive:!1})}function Ke(e,t){return new cc({check:"less_than",...x(t),value:e,inclusive:!0})}function Tt(e,t){return new uc({check:"greater_than",...x(t),value:e,inclusive:!1})}function De(e,t){return new uc({check:"greater_than",...x(t),value:e,inclusive:!0})}function Gu(e){return Tt(0,e)}function Bu(e){return Pt(0,e)}function Hu(e){return Ke(0,e)}function Wu(e){return De(0,e)}function ur(e,t){return new Df({check:"multiple_of",...x(t),value:e})}function lr(e,t){return new Uf({check:"max_size",...x(t),maximum:e})}function jt(e,t){return new Af({check:"min_size",...x(t),minimum:e})}function Mr(e,t){return new Cf({check:"size_equals",...x(t),size:e})}function qr(e,t){return new Mf({check:"max_length",...x(t),maximum:e})}function Jt(e,t){return new qf({check:"min_length",...x(t),minimum:e})}function Lr(e,t){return new Lf({check:"length_equals",...x(t),length:e})}function Wn(e,t){return new Vf({check:"string_format",format:"regex",...x(t),pattern:e})}function Xn(e){return new Ff({check:"string_format",format:"lowercase",...x(e)})}function Yn(e){return new Jf({check:"string_format",format:"uppercase",...x(e)})}function Qn(e,t){return new Kf({check:"string_format",format:"includes",...x(t),includes:e})}function eo(e,t){return new Gf({check:"string_format",format:"starts_with",...x(t),prefix:e})}function to(e,t){return new Bf({check:"string_format",format:"ends_with",...x(t),suffix:e})}function Xu(e,t,r){return new Hf({check:"property",property:e,schema:t,...x(r)})}function ro(e,t){return new Wf({check:"mime_type",mime:e,...x(t)})}function gt(e){return new Xf({check:"overwrite",tx:e})}function no(e){return gt(t=>t.normalize(e))}function oo(){return gt(e=>e.trim())}function io(){return gt(e=>e.toLowerCase())}function ao(){return gt(e=>e.toUpperCase())}function Vi(){return gt(e=>Is(e))}function vm(e,t,r){return new e({type:"array",element:t,...x(r)})}function Yu(e,t){return new e({type:"file",...x(t)})}function Qu(e,t,r){let n=x(r);return n.abort??(n.abort=!0),new e({type:"custom",check:"custom",fn:t,...n})}function el(e,t,r){return new e({type:"custom",check:"custom",fn:t,...x(r)})}function tl(e){let t=Y$(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(Ar(n,r.value,t._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=t),o.continue??(o.continue=!t._zod.def.abort),r.issues.push(Ar(o))}},e(r.value,r)));return t}function Y$(e,t){let r=new se({check:"custom",...x(t)});return r._zod.check=e,r}function rl(e){let t=new se({check:"describe"});return t._zod.onattach=[r=>{let n=Ne.get(r)??{};Ne.add(r,{...n,description:e})}],t._zod.check=()=>{},t}function nl(e){let t=new se({check:"meta"});return t._zod.onattach=[r=>{let n=Ne.get(r)??{};Ne.add(r,{...n,...e})}],t._zod.check=()=>{},t}function ol(e,t){let r=x(t),n=r.truthy??["true","1","yes","on","y","enabled"],o=r.falsy??["false","0","no","off","n","disabled"];r.case!=="sensitive"&&(n=n.map(m=>typeof m=="string"?m.toLowerCase():m),o=o.map(m=>typeof m=="string"?m.toLowerCase():m));let i=new Set(n),a=new Set(o),s=e.Codec??Gn,c=e.Boolean??Jn,u=e.String??cr,l=new u({type:"string",error:r.error}),d=new c({type:"boolean",error:r.error}),f=new s({type:"pipe",in:l,out:d,transform:((m,g)=>{let v=m;return r.case!=="sensitive"&&(v=v.toLowerCase()),i.has(v)?!0:a.has(v)?!1:(g.issues.push({code:"invalid_value",expected:"stringbool",values:[...i,...a],input:g.value,inst:f,continue:!1}),{})}),reverseTransform:((m,g)=>m===!0?n[0]||"true":o[0]||"false"),error:r.error});return f}function Vr(e,t,r,n={}){let o=x(n),i={...x(n),check:"string_format",type:"string",format:t,fn:typeof r=="function"?r:s=>r.test(s),...o};return r instanceof RegExp&&(i.pattern=r),new e(i)}function Fi(e){let t=e?.target??"draft-2020-12";return t==="draft-4"&&(t="draft-04"),t==="draft-7"&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??Ne,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,cycles:e?.cycles??"ref",reused:e?.reused??"inline",external:e?.external??void 0}}function de(e,t,r={path:[],schemaPath:[]}){var n;let o=e._zod.def,i=t.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};t.seen.set(e,a);let s=e._zod.toJSONSchema?.();if(s)a.schema=s;else{let l={...r,schemaPath:[...r.schemaPath,e],path:r.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,a.schema,l);else{let f=a.schema,m=t.processors[o.type];if(!m)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${o.type}`);m(e,t,f,l)}let d=e._zod.parent;d&&(a.ref||(a.ref=d),de(d,t,l),t.seen.get(d).isParent=!0)}let c=t.metadataRegistry.get(e);return c&&Object.assign(a.schema,c),t.io==="input"&&Ze(e)&&(delete a.schema.examples,delete a.schema.default),t.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,t.seen.get(e).schema}function Ji(e,t){let r=e.seen.get(t);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let n=new Map;for(let a of e.seen.entries()){let s=e.metadataRegistry.get(a[0])?.id;if(s){let c=n.get(s);if(c&&c!==a[0])throw new Error(`Duplicate schema id "${s}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);n.set(s,a[0])}}let o=a=>{let s=e.target==="draft-2020-12"?"$defs":"definitions";if(e.external){let d=e.external.registry.get(a[0])?.id,f=e.external.uri??(g=>g);if(d)return{ref:f(d)};let m=a[1].defId??a[1].schema.id??`schema${e.counter++}`;return a[1].defId=m,{defId:m,ref:`${f("__shared")}#/${s}/${m}`}}if(a[1]===r)return{ref:"#"};let u=`#/${s}/`,l=a[1].schema.id??`__schema${e.counter++}`;return{defId:l,ref:u+l}},i=a=>{if(a[1].schema.$ref)return;let s=a[1],{ref:c,defId:u}=o(a);s.def={...s.schema},u&&(s.defId=u);let l=s.schema;for(let d in l)delete l[d];l.$ref=c};if(e.cycles==="throw")for(let a of e.seen.entries()){let s=a[1];if(s.cycle)throw new Error(`Cycle detected: #/${s.cycle?.join("/")}/<root>
|
|
45
|
+
|
|
46
|
+
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let a of e.seen.entries()){let s=a[1];if(t===a[0]){i(a);continue}if(e.external){let u=e.external.registry.get(a[0])?.id;if(t!==a[0]&&u){i(a);continue}}if(e.metadataRegistry.get(a[0])?.id){i(a);continue}if(s.cycle){i(a);continue}if(s.count>1&&e.reused==="ref"){i(a);continue}}}function Ki(e,t){let r=e.seen.get(t);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let n=a=>{let s=e.seen.get(a);if(s.ref===null)return;let c=s.def??s.schema,u={...c},l=s.ref;if(s.ref=null,l){n(l);let f=e.seen.get(l),m=f.schema;if(m.$ref&&(e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0")?(c.allOf=c.allOf??[],c.allOf.push(m)):Object.assign(c,m),Object.assign(c,u),a._zod.parent===l)for(let v in c)v==="$ref"||v==="allOf"||v in u||delete c[v];if(m.$ref&&f.def)for(let v in c)v==="$ref"||v==="allOf"||v in f.def&&JSON.stringify(c[v])===JSON.stringify(f.def[v])&&delete c[v]}let d=a._zod.parent;if(d&&d!==l){n(d);let f=e.seen.get(d);if(f?.schema.$ref&&(c.$ref=f.schema.$ref,f.def))for(let m in c)m==="$ref"||m==="allOf"||m in f.def&&JSON.stringify(c[m])===JSON.stringify(f.def[m])&&delete c[m]}e.override({zodSchema:a,jsonSchema:c,path:s.path??[]})};for(let a of[...e.seen.entries()].reverse())n(a[0]);let o={};if(e.target==="draft-2020-12"?o.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?o.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?o.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){let a=e.external.registry.get(t)?.id;if(!a)throw new Error("Schema is missing an `id` property");o.$id=e.external.uri(a)}Object.assign(o,r.def??r.schema);let i=e.external?.defs??{};for(let a of e.seen.entries()){let s=a[1];s.def&&s.defId&&(i[s.defId]=s.def)}e.external||Object.keys(i).length>0&&(e.target==="draft-2020-12"?o.$defs=i:o.definitions=i);try{let a=JSON.parse(JSON.stringify(o));return Object.defineProperty(a,"~standard",{value:{...t["~standard"],jsonSchema:{input:so(t,"input",e.processors),output:so(t,"output",e.processors)}},enumerable:!1,writable:!1}),a}catch{throw new Error("Error converting schema to JSON.")}}function Ze(e,t){let r=t??{seen:new Set};if(r.seen.has(e))return!1;r.seen.add(e);let n=e._zod.def;if(n.type==="transform")return!0;if(n.type==="array")return Ze(n.element,r);if(n.type==="set")return Ze(n.valueType,r);if(n.type==="lazy")return Ze(n.getter(),r);if(n.type==="promise"||n.type==="optional"||n.type==="nonoptional"||n.type==="nullable"||n.type==="readonly"||n.type==="default"||n.type==="prefault")return Ze(n.innerType,r);if(n.type==="intersection")return Ze(n.left,r)||Ze(n.right,r);if(n.type==="record"||n.type==="map")return Ze(n.keyType,r)||Ze(n.valueType,r);if(n.type==="pipe")return Ze(n.in,r)||Ze(n.out,r);if(n.type==="object"){for(let o in n.shape)if(Ze(n.shape[o],r))return!0;return!1}if(n.type==="union"){for(let o of n.options)if(Ze(o,r))return!0;return!1}if(n.type==="tuple"){for(let o of n.items)if(Ze(o,r))return!0;return!!(n.rest&&Ze(n.rest,r))}return!1}var ym=(e,t={})=>r=>{let n=Fi({...r,processors:t});return de(e,n),Ji(n,e),Ki(n,e)},so=(e,t,r={})=>n=>{let{libraryOptions:o,target:i}=n??{},a=Fi({...o??{},target:i,io:t,processors:r});return de(e,a),Ji(a,e),Ki(a,e)};var Q$={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},_m=(e,t,r,n)=>{let o=r;o.type="string";let{minimum:i,maximum:a,format:s,patterns:c,contentEncoding:u}=e._zod.bag;if(typeof i=="number"&&(o.minLength=i),typeof a=="number"&&(o.maxLength=a),s&&(o.format=Q$[s]??s,o.format===""&&delete o.format,s==="time"&&delete o.format),u&&(o.contentEncoding=u),c&&c.size>0){let l=[...c];l.length===1?o.pattern=l[0].source:l.length>1&&(o.allOf=[...l.map(d=>({...t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0"?{type:"string"}:{},pattern:d.source}))])}},$m=(e,t,r,n)=>{let o=r,{minimum:i,maximum:a,format:s,multipleOf:c,exclusiveMaximum:u,exclusiveMinimum:l}=e._zod.bag;typeof s=="string"&&s.includes("int")?o.type="integer":o.type="number",typeof l=="number"&&(t.target==="draft-04"||t.target==="openapi-3.0"?(o.minimum=l,o.exclusiveMinimum=!0):o.exclusiveMinimum=l),typeof i=="number"&&(o.minimum=i,typeof l=="number"&&t.target!=="draft-04"&&(l>=i?delete o.minimum:delete o.exclusiveMinimum)),typeof u=="number"&&(t.target==="draft-04"||t.target==="openapi-3.0"?(o.maximum=u,o.exclusiveMaximum=!0):o.exclusiveMaximum=u),typeof a=="number"&&(o.maximum=a,typeof u=="number"&&t.target!=="draft-04"&&(u<=a?delete o.maximum:delete o.exclusiveMaximum)),typeof c=="number"&&(o.multipleOf=c)},bm=(e,t,r,n)=>{r.type="boolean"},xm=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")},km=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema")},wm=(e,t,r,n)=>{t.target==="openapi-3.0"?(r.type="string",r.nullable=!0,r.enum=[null]):r.type="null"},Sm=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema")},zm=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema")},Im=(e,t,r,n)=>{r.not={}},Pm=(e,t,r,n)=>{},Tm=(e,t,r,n)=>{},jm=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},Em=(e,t,r,n)=>{let o=e._zod.def,i=Tn(o.entries);i.every(a=>typeof a=="number")&&(r.type="number"),i.every(a=>typeof a=="string")&&(r.type="string"),r.enum=i},Om=(e,t,r,n)=>{let o=e._zod.def,i=[];for(let a of o.values)if(a===void 0){if(t.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof a=="bigint"){if(t.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");i.push(Number(a))}else i.push(a);if(i.length!==0)if(i.length===1){let a=i[0];r.type=a===null?"null":typeof a,t.target==="draft-04"||t.target==="openapi-3.0"?r.enum=[a]:r.const=a}else i.every(a=>typeof a=="number")&&(r.type="number"),i.every(a=>typeof a=="string")&&(r.type="string"),i.every(a=>typeof a=="boolean")&&(r.type="boolean"),i.every(a=>a===null)&&(r.type="null"),r.enum=i},Nm=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema")},Dm=(e,t,r,n)=>{let o=r,i=e._zod.pattern;if(!i)throw new Error("Pattern not found in template literal");o.type="string",o.pattern=i.source},Zm=(e,t,r,n)=>{let o=r,i={type:"string",format:"binary",contentEncoding:"binary"},{minimum:a,maximum:s,mime:c}=e._zod.bag;a!==void 0&&(i.minLength=a),s!==void 0&&(i.maxLength=s),c?c.length===1?(i.contentMediaType=c[0],Object.assign(o,i)):(Object.assign(o,i),o.anyOf=c.map(u=>({contentMediaType:u}))):Object.assign(o,i)},Rm=(e,t,r,n)=>{r.type="boolean"},Um=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")},Am=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Function types cannot be represented in JSON Schema")},Cm=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")},Mm=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema")},qm=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema")},Lm=(e,t,r,n)=>{let o=r,i=e._zod.def,{minimum:a,maximum:s}=e._zod.bag;typeof a=="number"&&(o.minItems=a),typeof s=="number"&&(o.maxItems=s),o.type="array",o.items=de(i.element,t,{...n,path:[...n.path,"items"]})},Vm=(e,t,r,n)=>{let o=r,i=e._zod.def;o.type="object",o.properties={};let a=i.shape;for(let u in a)o.properties[u]=de(a[u],t,{...n,path:[...n.path,"properties",u]});let s=new Set(Object.keys(a)),c=new Set([...s].filter(u=>{let l=i.shape[u]._zod;return t.io==="input"?l.optin===void 0:l.optout===void 0}));c.size>0&&(o.required=Array.from(c)),i.catchall?._zod.def.type==="never"?o.additionalProperties=!1:i.catchall?i.catchall&&(o.additionalProperties=de(i.catchall,t,{...n,path:[...n.path,"additionalProperties"]})):t.io==="output"&&(o.additionalProperties=!1)},il=(e,t,r,n)=>{let o=e._zod.def,i=o.inclusive===!1,a=o.options.map((s,c)=>de(s,t,{...n,path:[...n.path,i?"oneOf":"anyOf",c]}));i?r.oneOf=a:r.anyOf=a},Fm=(e,t,r,n)=>{let o=e._zod.def,i=de(o.left,t,{...n,path:[...n.path,"allOf",0]}),a=de(o.right,t,{...n,path:[...n.path,"allOf",1]}),s=u=>"allOf"in u&&Object.keys(u).length===1,c=[...s(i)?i.allOf:[i],...s(a)?a.allOf:[a]];r.allOf=c},Jm=(e,t,r,n)=>{let o=r,i=e._zod.def;o.type="array";let a=t.target==="draft-2020-12"?"prefixItems":"items",s=t.target==="draft-2020-12"||t.target==="openapi-3.0"?"items":"additionalItems",c=i.items.map((f,m)=>de(f,t,{...n,path:[...n.path,a,m]})),u=i.rest?de(i.rest,t,{...n,path:[...n.path,s,...t.target==="openapi-3.0"?[i.items.length]:[]]}):null;t.target==="draft-2020-12"?(o.prefixItems=c,u&&(o.items=u)):t.target==="openapi-3.0"?(o.items={anyOf:c},u&&o.items.anyOf.push(u),o.minItems=c.length,u||(o.maxItems=c.length)):(o.items=c,u&&(o.additionalItems=u));let{minimum:l,maximum:d}=e._zod.bag;typeof l=="number"&&(o.minItems=l),typeof d=="number"&&(o.maxItems=d)},Km=(e,t,r,n)=>{let o=r,i=e._zod.def;o.type="object";let a=i.keyType,c=a._zod.bag?.patterns;if(i.mode==="loose"&&c&&c.size>0){let l=de(i.valueType,t,{...n,path:[...n.path,"patternProperties","*"]});o.patternProperties={};for(let d of c)o.patternProperties[d.source]=l}else(t.target==="draft-07"||t.target==="draft-2020-12")&&(o.propertyNames=de(i.keyType,t,{...n,path:[...n.path,"propertyNames"]})),o.additionalProperties=de(i.valueType,t,{...n,path:[...n.path,"additionalProperties"]});let u=a._zod.values;if(u){let l=[...u].filter(d=>typeof d=="string"||typeof d=="number");l.length>0&&(o.required=l)}},Gm=(e,t,r,n)=>{let o=e._zod.def,i=de(o.innerType,t,n),a=t.seen.get(e);t.target==="openapi-3.0"?(a.ref=o.innerType,r.nullable=!0):r.anyOf=[i,{type:"null"}]},Bm=(e,t,r,n)=>{let o=e._zod.def;de(o.innerType,t,n);let i=t.seen.get(e);i.ref=o.innerType},Hm=(e,t,r,n)=>{let o=e._zod.def;de(o.innerType,t,n);let i=t.seen.get(e);i.ref=o.innerType,r.default=JSON.parse(JSON.stringify(o.defaultValue))},Wm=(e,t,r,n)=>{let o=e._zod.def;de(o.innerType,t,n);let i=t.seen.get(e);i.ref=o.innerType,t.io==="input"&&(r._prefault=JSON.parse(JSON.stringify(o.defaultValue)))},Xm=(e,t,r,n)=>{let o=e._zod.def;de(o.innerType,t,n);let i=t.seen.get(e);i.ref=o.innerType;let a;try{a=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}r.default=a},Ym=(e,t,r,n)=>{let o=e._zod.def,i=t.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;de(i,t,n);let a=t.seen.get(e);a.ref=i},Qm=(e,t,r,n)=>{let o=e._zod.def;de(o.innerType,t,n);let i=t.seen.get(e);i.ref=o.innerType,r.readOnly=!0},eh=(e,t,r,n)=>{let o=e._zod.def;de(o.innerType,t,n);let i=t.seen.get(e);i.ref=o.innerType},al=(e,t,r,n)=>{let o=e._zod.def;de(o.innerType,t,n);let i=t.seen.get(e);i.ref=o.innerType},th=(e,t,r,n)=>{let o=e._zod.innerType;de(o,t,n);let i=t.seen.get(e);i.ref=o};function Fr(e){return!!e._zod}function Kt(e,t){return Fr(e)?Cr(e,t):e.safeParse(t)}function Gi(e){if(!e)return;let t;if(Fr(e)?t=e._zod?.def?.shape:t=e.shape,!!t){if(typeof t=="function")try{return t()}catch{return}return t}}function ih(e){if(Fr(e)){let i=e._zod?.def;if(i){if(i.value!==void 0)return i.value;if(Array.isArray(i.values)&&i.values.length>0)return i.values[0]}}let r=e._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=e.value;if(n!==void 0)return n}var co={};hn(co,{ZodAny:()=>kh,ZodArray:()=>Ih,ZodBase64:()=>jl,ZodBase64URL:()=>El,ZodBigInt:()=>ra,ZodBigIntFormat:()=>Dl,ZodBoolean:()=>ta,ZodCIDRv4:()=>Pl,ZodCIDRv6:()=>Tl,ZodCUID:()=>bl,ZodCUID2:()=>xl,ZodCatch:()=>Gh,ZodCodec:()=>ql,ZodCustom:()=>sa,ZodCustomStringFormat:()=>lo,ZodDate:()=>Rl,ZodDefault:()=>qh,ZodDiscriminatedUnion:()=>Th,ZodE164:()=>Ol,ZodEmail:()=>yl,ZodEmoji:()=>_l,ZodEnum:()=>uo,ZodExactOptional:()=>Ah,ZodFile:()=>Rh,ZodFunction:()=>rg,ZodGUID:()=>Hi,ZodIPv4:()=>zl,ZodIPv6:()=>Il,ZodIntersection:()=>jh,ZodJWT:()=>Nl,ZodKSUID:()=>Sl,ZodLazy:()=>Qh,ZodLiteral:()=>Zh,ZodMAC:()=>_h,ZodMap:()=>Nh,ZodNaN:()=>Hh,ZodNanoID:()=>$l,ZodNever:()=>Sh,ZodNonOptional:()=>Cl,ZodNull:()=>xh,ZodNullable:()=>Mh,ZodNumber:()=>ea,ZodNumberFormat:()=>Jr,ZodObject:()=>na,ZodOptional:()=>Al,ZodPipe:()=>Ml,ZodPrefault:()=>Vh,ZodPromise:()=>tg,ZodReadonly:()=>Wh,ZodRecord:()=>aa,ZodSet:()=>Dh,ZodString:()=>Yi,ZodStringFormat:()=>ce,ZodSuccess:()=>Kh,ZodSymbol:()=>$h,ZodTemplateLiteral:()=>Yh,ZodTransform:()=>Uh,ZodTuple:()=>Eh,ZodType:()=>V,ZodULID:()=>kl,ZodURL:()=>Qi,ZodUUID:()=>Et,ZodUndefined:()=>bh,ZodUnion:()=>oa,ZodUnknown:()=>wh,ZodVoid:()=>zh,ZodXID:()=>wl,ZodXor:()=>Ph,_ZodString:()=>vl,_default:()=>Lh,_function:()=>vx,any:()=>Qb,array:()=>H,base64:()=>Rb,base64url:()=>Ub,bigint:()=>Bb,boolean:()=>ve,catch:()=>Bh,check:()=>yx,cidrv4:()=>Db,cidrv6:()=>Zb,codec:()=>mx,cuid:()=>zb,cuid2:()=>Ib,custom:()=>Ll,date:()=>tx,describe:()=>_x,discriminatedUnion:()=>ia,e164:()=>Ab,email:()=>gb,emoji:()=>wb,enum:()=>Ie,exactOptional:()=>Ch,file:()=>lx,float32:()=>Fb,float64:()=>Jb,function:()=>vx,guid:()=>vb,hash:()=>Vb,hex:()=>Lb,hostname:()=>qb,httpUrl:()=>kb,instanceof:()=>bx,int:()=>gl,int32:()=>Kb,int64:()=>Hb,intersection:()=>fo,ipv4:()=>Eb,ipv6:()=>Nb,json:()=>kx,jwt:()=>Cb,keyof:()=>rx,ksuid:()=>jb,lazy:()=>eg,literal:()=>T,looseObject:()=>ze,looseRecord:()=>ax,mac:()=>Ob,map:()=>sx,meta:()=>$x,nan:()=>fx,nanoid:()=>Sb,nativeEnum:()=>ux,never:()=>Zl,nonoptional:()=>Jh,null:()=>po,nullable:()=>Wi,nullish:()=>dx,number:()=>ne,object:()=>z,optional:()=>fe,partialRecord:()=>ix,pipe:()=>Xi,prefault:()=>Fh,preprocess:()=>ca,promise:()=>gx,readonly:()=>Xh,record:()=>pe,refine:()=>ng,set:()=>cx,strictObject:()=>nx,string:()=>h,stringFormat:()=>Mb,stringbool:()=>xx,success:()=>px,superRefine:()=>og,symbol:()=>Xb,templateLiteral:()=>hx,transform:()=>Ul,tuple:()=>Oh,uint32:()=>Gb,uint64:()=>Wb,ulid:()=>Pb,undefined:()=>Yb,union:()=>ie,unknown:()=>ue,url:()=>xb,uuid:()=>yb,uuidv4:()=>_b,uuidv6:()=>$b,uuidv7:()=>bb,void:()=>ex,xid:()=>Tb,xor:()=>ox});var Bi={};hn(Bi,{endsWith:()=>to,gt:()=>Tt,gte:()=>De,includes:()=>Qn,length:()=>Lr,lowercase:()=>Xn,lt:()=>Pt,lte:()=>Ke,maxLength:()=>qr,maxSize:()=>lr,mime:()=>ro,minLength:()=>Jt,minSize:()=>jt,multipleOf:()=>ur,negative:()=>Bu,nonnegative:()=>Wu,nonpositive:()=>Hu,normalize:()=>no,overwrite:()=>gt,positive:()=>Gu,property:()=>Xu,regex:()=>Wn,size:()=>Mr,slugify:()=>Vi,startsWith:()=>eo,toLowerCase:()=>io,toUpperCase:()=>ao,trim:()=>oo,uppercase:()=>Yn});var dr={};hn(dr,{ZodISODate:()=>ll,ZodISODateTime:()=>cl,ZodISODuration:()=>ml,ZodISOTime:()=>pl,date:()=>dl,datetime:()=>ul,duration:()=>hl,time:()=>fl});var cl=p("ZodISODateTime",(e,t)=>{xc.init(e,t),ce.init(e,t)});function ul(e){return wu(cl,e)}var ll=p("ZodISODate",(e,t)=>{kc.init(e,t),ce.init(e,t)});function dl(e){return Su(ll,e)}var pl=p("ZodISOTime",(e,t)=>{wc.init(e,t),ce.init(e,t)});function fl(e){return zu(pl,e)}var ml=p("ZodISODuration",(e,t)=>{Sc.init(e,t),ce.init(e,t)});function hl(e){return Iu(ml,e)}var ah=(e,t)=>{ci.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:r=>li(e,r)},flatten:{value:r=>ui(e,r)},addIssue:{value:r=>{e.issues.push(r),e.message=JSON.stringify(e.issues,Rr,2)}},addIssues:{value:r=>{e.issues.push(...r),e.message=JSON.stringify(e.issues,Rr,2)}},isEmpty:{get(){return e.issues.length===0}}})},cN=p("ZodError",ah),Ge=p("ZodError",ah,{Parent:Error});var sh=Zn(Ge),ch=Un(Ge),uh=Cn(Ge),lh=Mn(Ge),dh=bf(Ge),ph=xf(Ge),fh=kf(Ge),mh=wf(Ge),hh=Sf(Ge),gh=zf(Ge),vh=If(Ge),yh=Pf(Ge);var V=p("ZodType",(e,t)=>(M.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:so(e,"input"),output:so(e,"output")}}),e.toJSONSchema=ym(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.check=(...r)=>e.clone(_.mergeDefs(t,{checks:[...t.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),{parent:!0}),e.with=e.check,e.clone=(r,n)=>Oe(e,r,n),e.brand=()=>e,e.register=((r,n)=>(r.add(e,n),e)),e.parse=(r,n)=>sh(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>uh(e,r,n),e.parseAsync=async(r,n)=>ch(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>lh(e,r,n),e.spa=e.safeParseAsync,e.encode=(r,n)=>dh(e,r,n),e.decode=(r,n)=>ph(e,r,n),e.encodeAsync=async(r,n)=>fh(e,r,n),e.decodeAsync=async(r,n)=>mh(e,r,n),e.safeEncode=(r,n)=>hh(e,r,n),e.safeDecode=(r,n)=>gh(e,r,n),e.safeEncodeAsync=async(r,n)=>vh(e,r,n),e.safeDecodeAsync=async(r,n)=>yh(e,r,n),e.refine=(r,n)=>e.check(ng(r,n)),e.superRefine=r=>e.check(og(r)),e.overwrite=r=>e.check(gt(r)),e.optional=()=>fe(e),e.exactOptional=()=>Ch(e),e.nullable=()=>Wi(e),e.nullish=()=>fe(Wi(e)),e.nonoptional=r=>Jh(e,r),e.array=()=>H(e),e.or=r=>ie([e,r]),e.and=r=>fo(e,r),e.transform=r=>Xi(e,Ul(r)),e.default=r=>Lh(e,r),e.prefault=r=>Fh(e,r),e.catch=r=>Bh(e,r),e.pipe=r=>Xi(e,r),e.readonly=()=>Xh(e),e.describe=r=>{let n=e.clone();return Ne.add(n,{description:r}),n},Object.defineProperty(e,"description",{get(){return Ne.get(e)?.description},configurable:!0}),e.meta=(...r)=>{if(r.length===0)return Ne.get(e);let n=e.clone();return Ne.add(n,r[0]),n},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e.apply=r=>r(e),e)),vl=p("_ZodString",(e,t)=>{cr.init(e,t),V.init(e,t),e._zod.processJSONSchema=(n,o,i)=>_m(e,n,o,i);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,e.regex=(...n)=>e.check(Wn(...n)),e.includes=(...n)=>e.check(Qn(...n)),e.startsWith=(...n)=>e.check(eo(...n)),e.endsWith=(...n)=>e.check(to(...n)),e.min=(...n)=>e.check(Jt(...n)),e.max=(...n)=>e.check(qr(...n)),e.length=(...n)=>e.check(Lr(...n)),e.nonempty=(...n)=>e.check(Jt(1,...n)),e.lowercase=n=>e.check(Xn(n)),e.uppercase=n=>e.check(Yn(n)),e.trim=()=>e.check(oo()),e.normalize=(...n)=>e.check(no(...n)),e.toLowerCase=()=>e.check(io()),e.toUpperCase=()=>e.check(ao()),e.slugify=()=>e.check(Vi())}),Yi=p("ZodString",(e,t)=>{cr.init(e,t),vl.init(e,t),e.email=r=>e.check(ki(yl,r)),e.url=r=>e.check(Hn(Qi,r)),e.jwt=r=>e.check(Li(Nl,r)),e.emoji=r=>e.check(Pi(_l,r)),e.guid=r=>e.check(Bn(Hi,r)),e.uuid=r=>e.check(wi(Et,r)),e.uuidv4=r=>e.check(Si(Et,r)),e.uuidv6=r=>e.check(zi(Et,r)),e.uuidv7=r=>e.check(Ii(Et,r)),e.nanoid=r=>e.check(Ti($l,r)),e.guid=r=>e.check(Bn(Hi,r)),e.cuid=r=>e.check(ji(bl,r)),e.cuid2=r=>e.check(Ei(xl,r)),e.ulid=r=>e.check(Oi(kl,r)),e.base64=r=>e.check(Ci(jl,r)),e.base64url=r=>e.check(Mi(El,r)),e.xid=r=>e.check(Ni(wl,r)),e.ksuid=r=>e.check(Di(Sl,r)),e.ipv4=r=>e.check(Zi(zl,r)),e.ipv6=r=>e.check(Ri(Il,r)),e.cidrv4=r=>e.check(Ui(Pl,r)),e.cidrv6=r=>e.check(Ai(Tl,r)),e.e164=r=>e.check(qi(Ol,r)),e.datetime=r=>e.check(ul(r)),e.date=r=>e.check(dl(r)),e.time=r=>e.check(fl(r)),e.duration=r=>e.check(hl(r))});function h(e){return xu(Yi,e)}var ce=p("ZodStringFormat",(e,t)=>{oe.init(e,t),vl.init(e,t)}),yl=p("ZodEmail",(e,t)=>{fc.init(e,t),ce.init(e,t)});function gb(e){return ki(yl,e)}var Hi=p("ZodGUID",(e,t)=>{dc.init(e,t),ce.init(e,t)});function vb(e){return Bn(Hi,e)}var Et=p("ZodUUID",(e,t)=>{pc.init(e,t),ce.init(e,t)});function yb(e){return wi(Et,e)}function _b(e){return Si(Et,e)}function $b(e){return zi(Et,e)}function bb(e){return Ii(Et,e)}var Qi=p("ZodURL",(e,t)=>{mc.init(e,t),ce.init(e,t)});function xb(e){return Hn(Qi,e)}function kb(e){return Hn(Qi,{protocol:/^https?$/,hostname:Xe.domain,..._.normalizeParams(e)})}var _l=p("ZodEmoji",(e,t)=>{hc.init(e,t),ce.init(e,t)});function wb(e){return Pi(_l,e)}var $l=p("ZodNanoID",(e,t)=>{gc.init(e,t),ce.init(e,t)});function Sb(e){return Ti($l,e)}var bl=p("ZodCUID",(e,t)=>{vc.init(e,t),ce.init(e,t)});function zb(e){return ji(bl,e)}var xl=p("ZodCUID2",(e,t)=>{yc.init(e,t),ce.init(e,t)});function Ib(e){return Ei(xl,e)}var kl=p("ZodULID",(e,t)=>{_c.init(e,t),ce.init(e,t)});function Pb(e){return Oi(kl,e)}var wl=p("ZodXID",(e,t)=>{$c.init(e,t),ce.init(e,t)});function Tb(e){return Ni(wl,e)}var Sl=p("ZodKSUID",(e,t)=>{bc.init(e,t),ce.init(e,t)});function jb(e){return Di(Sl,e)}var zl=p("ZodIPv4",(e,t)=>{zc.init(e,t),ce.init(e,t)});function Eb(e){return Zi(zl,e)}var _h=p("ZodMAC",(e,t)=>{Pc.init(e,t),ce.init(e,t)});function Ob(e){return ku(_h,e)}var Il=p("ZodIPv6",(e,t)=>{Ic.init(e,t),ce.init(e,t)});function Nb(e){return Ri(Il,e)}var Pl=p("ZodCIDRv4",(e,t)=>{Tc.init(e,t),ce.init(e,t)});function Db(e){return Ui(Pl,e)}var Tl=p("ZodCIDRv6",(e,t)=>{jc.init(e,t),ce.init(e,t)});function Zb(e){return Ai(Tl,e)}var jl=p("ZodBase64",(e,t)=>{Ec.init(e,t),ce.init(e,t)});function Rb(e){return Ci(jl,e)}var El=p("ZodBase64URL",(e,t)=>{Oc.init(e,t),ce.init(e,t)});function Ub(e){return Mi(El,e)}var Ol=p("ZodE164",(e,t)=>{Nc.init(e,t),ce.init(e,t)});function Ab(e){return qi(Ol,e)}var Nl=p("ZodJWT",(e,t)=>{Dc.init(e,t),ce.init(e,t)});function Cb(e){return Li(Nl,e)}var lo=p("ZodCustomStringFormat",(e,t)=>{Zc.init(e,t),ce.init(e,t)});function Mb(e,t,r={}){return Vr(lo,e,t,r)}function qb(e){return Vr(lo,"hostname",Xe.hostname,e)}function Lb(e){return Vr(lo,"hex",Xe.hex,e)}function Vb(e,t){let r=t?.enc??"hex",n=`${e}_${r}`,o=Xe[n];if(!o)throw new Error(`Unrecognized hash format: ${n}`);return Vr(lo,n,o,t)}var ea=p("ZodNumber",(e,t)=>{_i.init(e,t),V.init(e,t),e._zod.processJSONSchema=(n,o,i)=>$m(e,n,o,i),e.gt=(n,o)=>e.check(Tt(n,o)),e.gte=(n,o)=>e.check(De(n,o)),e.min=(n,o)=>e.check(De(n,o)),e.lt=(n,o)=>e.check(Pt(n,o)),e.lte=(n,o)=>e.check(Ke(n,o)),e.max=(n,o)=>e.check(Ke(n,o)),e.int=n=>e.check(gl(n)),e.safe=n=>e.check(gl(n)),e.positive=n=>e.check(Tt(0,n)),e.nonnegative=n=>e.check(De(0,n)),e.negative=n=>e.check(Pt(0,n)),e.nonpositive=n=>e.check(Ke(0,n)),e.multipleOf=(n,o)=>e.check(ur(n,o)),e.step=(n,o)=>e.check(ur(n,o)),e.finite=()=>e;let r=e._zod.bag;e.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null});function ne(e){return Pu(ea,e)}var Jr=p("ZodNumberFormat",(e,t)=>{Rc.init(e,t),ea.init(e,t)});function gl(e){return Tu(Jr,e)}function Fb(e){return ju(Jr,e)}function Jb(e){return Eu(Jr,e)}function Kb(e){return Ou(Jr,e)}function Gb(e){return Nu(Jr,e)}var ta=p("ZodBoolean",(e,t)=>{Jn.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>bm(e,r,n,o)});function ve(e){return Du(ta,e)}var ra=p("ZodBigInt",(e,t)=>{$i.init(e,t),V.init(e,t),e._zod.processJSONSchema=(n,o,i)=>xm(e,n,o,i),e.gte=(n,o)=>e.check(De(n,o)),e.min=(n,o)=>e.check(De(n,o)),e.gt=(n,o)=>e.check(Tt(n,o)),e.gte=(n,o)=>e.check(De(n,o)),e.min=(n,o)=>e.check(De(n,o)),e.lt=(n,o)=>e.check(Pt(n,o)),e.lte=(n,o)=>e.check(Ke(n,o)),e.max=(n,o)=>e.check(Ke(n,o)),e.positive=n=>e.check(Tt(BigInt(0),n)),e.negative=n=>e.check(Pt(BigInt(0),n)),e.nonpositive=n=>e.check(Ke(BigInt(0),n)),e.nonnegative=n=>e.check(De(BigInt(0),n)),e.multipleOf=(n,o)=>e.check(ur(n,o));let r=e._zod.bag;e.minValue=r.minimum??null,e.maxValue=r.maximum??null,e.format=r.format??null});function Bb(e){return Zu(ra,e)}var Dl=p("ZodBigIntFormat",(e,t)=>{Uc.init(e,t),ra.init(e,t)});function Hb(e){return Ru(Dl,e)}function Wb(e){return Uu(Dl,e)}var $h=p("ZodSymbol",(e,t)=>{Ac.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>km(e,r,n,o)});function Xb(e){return Au($h,e)}var bh=p("ZodUndefined",(e,t)=>{Cc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Sm(e,r,n,o)});function Yb(e){return Cu(bh,e)}var xh=p("ZodNull",(e,t)=>{Mc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>wm(e,r,n,o)});function po(e){return Mu(xh,e)}var kh=p("ZodAny",(e,t)=>{qc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Pm(e,r,n,o)});function Qb(){return qu(kh)}var wh=p("ZodUnknown",(e,t)=>{Lc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Tm(e,r,n,o)});function ue(){return Lu(wh)}var Sh=p("ZodNever",(e,t)=>{Vc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Im(e,r,n,o)});function Zl(e){return Vu(Sh,e)}var zh=p("ZodVoid",(e,t)=>{Fc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>zm(e,r,n,o)});function ex(e){return Fu(zh,e)}var Rl=p("ZodDate",(e,t)=>{Jc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(n,o,i)=>jm(e,n,o,i),e.min=(n,o)=>e.check(De(n,o)),e.max=(n,o)=>e.check(Ke(n,o));let r=e._zod.bag;e.minDate=r.minimum?new Date(r.minimum):null,e.maxDate=r.maximum?new Date(r.maximum):null});function tx(e){return Ju(Rl,e)}var Ih=p("ZodArray",(e,t)=>{Kc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Lm(e,r,n,o),e.element=t.element,e.min=(r,n)=>e.check(Jt(r,n)),e.nonempty=r=>e.check(Jt(1,r)),e.max=(r,n)=>e.check(qr(r,n)),e.length=(r,n)=>e.check(Lr(r,n)),e.unwrap=()=>e.element});function H(e,t){return vm(Ih,e,t)}function rx(e){let t=e._zod.def.shape;return Ie(Object.keys(t))}var na=p("ZodObject",(e,t)=>{hm.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Vm(e,r,n,o),_.defineLazy(e,"shape",()=>t.shape),e.keyof=()=>Ie(Object.keys(e._zod.def.shape)),e.catchall=r=>e.clone({...e._zod.def,catchall:r}),e.passthrough=()=>e.clone({...e._zod.def,catchall:ue()}),e.loose=()=>e.clone({...e._zod.def,catchall:ue()}),e.strict=()=>e.clone({...e._zod.def,catchall:Zl()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=r=>_.extend(e,r),e.safeExtend=r=>_.safeExtend(e,r),e.merge=r=>_.merge(e,r),e.pick=r=>_.pick(e,r),e.omit=r=>_.omit(e,r),e.partial=(...r)=>_.partial(Al,e,r[0]),e.required=(...r)=>_.required(Cl,e,r[0])});function z(e,t){let r={type:"object",shape:e??{},..._.normalizeParams(t)};return new na(r)}function nx(e,t){return new na({type:"object",shape:e,catchall:Zl(),..._.normalizeParams(t)})}function ze(e,t){return new na({type:"object",shape:e,catchall:ue(),..._.normalizeParams(t)})}var oa=p("ZodUnion",(e,t)=>{Kn.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>il(e,r,n,o),e.options=t.options});function ie(e,t){return new oa({type:"union",options:e,..._.normalizeParams(t)})}var Ph=p("ZodXor",(e,t)=>{oa.init(e,t),Gc.init(e,t),e._zod.processJSONSchema=(r,n,o)=>il(e,r,n,o),e.options=t.options});function ox(e,t){return new Ph({type:"union",options:e,inclusive:!1,..._.normalizeParams(t)})}var Th=p("ZodDiscriminatedUnion",(e,t)=>{oa.init(e,t),Bc.init(e,t)});function ia(e,t,r){return new Th({type:"union",options:t,discriminator:e,..._.normalizeParams(r)})}var jh=p("ZodIntersection",(e,t)=>{Hc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Fm(e,r,n,o)});function fo(e,t){return new jh({type:"intersection",left:e,right:t})}var Eh=p("ZodTuple",(e,t)=>{bi.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Jm(e,r,n,o),e.rest=r=>e.clone({...e._zod.def,rest:r})});function Oh(e,t,r){let n=t instanceof M,o=n?r:t,i=n?t:null;return new Eh({type:"tuple",items:e,rest:i,..._.normalizeParams(o)})}var aa=p("ZodRecord",(e,t)=>{Wc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Km(e,r,n,o),e.keyType=t.keyType,e.valueType=t.valueType});function pe(e,t,r){return new aa({type:"record",keyType:e,valueType:t,..._.normalizeParams(r)})}function ix(e,t,r){let n=Oe(e);return n._zod.values=void 0,new aa({type:"record",keyType:n,valueType:t,..._.normalizeParams(r)})}function ax(e,t,r){return new aa({type:"record",keyType:e,valueType:t,mode:"loose",..._.normalizeParams(r)})}var Nh=p("ZodMap",(e,t)=>{Xc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Mm(e,r,n,o),e.keyType=t.keyType,e.valueType=t.valueType,e.min=(...r)=>e.check(jt(...r)),e.nonempty=r=>e.check(jt(1,r)),e.max=(...r)=>e.check(lr(...r)),e.size=(...r)=>e.check(Mr(...r))});function sx(e,t,r){return new Nh({type:"map",keyType:e,valueType:t,..._.normalizeParams(r)})}var Dh=p("ZodSet",(e,t)=>{Yc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>qm(e,r,n,o),e.min=(...r)=>e.check(jt(...r)),e.nonempty=r=>e.check(jt(1,r)),e.max=(...r)=>e.check(lr(...r)),e.size=(...r)=>e.check(Mr(...r))});function cx(e,t){return new Dh({type:"set",valueType:e,..._.normalizeParams(t)})}var uo=p("ZodEnum",(e,t)=>{Qc.init(e,t),V.init(e,t),e._zod.processJSONSchema=(n,o,i)=>Em(e,n,o,i),e.enum=t.entries,e.options=Object.values(t.entries);let r=new Set(Object.keys(t.entries));e.extract=(n,o)=>{let i={};for(let a of n)if(r.has(a))i[a]=t.entries[a];else throw new Error(`Key ${a} not found in enum`);return new uo({...t,checks:[],..._.normalizeParams(o),entries:i})},e.exclude=(n,o)=>{let i={...t.entries};for(let a of n)if(r.has(a))delete i[a];else throw new Error(`Key ${a} not found in enum`);return new uo({...t,checks:[],..._.normalizeParams(o),entries:i})}});function Ie(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map(n=>[n,n])):e;return new uo({type:"enum",entries:r,..._.normalizeParams(t)})}function ux(e,t){return new uo({type:"enum",entries:e,..._.normalizeParams(t)})}var Zh=p("ZodLiteral",(e,t)=>{eu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Om(e,r,n,o),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function T(e,t){return new Zh({type:"literal",values:Array.isArray(e)?e:[e],..._.normalizeParams(t)})}var Rh=p("ZodFile",(e,t)=>{tu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Zm(e,r,n,o),e.min=(r,n)=>e.check(jt(r,n)),e.max=(r,n)=>e.check(lr(r,n)),e.mime=(r,n)=>e.check(ro(Array.isArray(r)?r:[r],n))});function lx(e){return Yu(Rh,e)}var Uh=p("ZodTransform",(e,t)=>{ru.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Cm(e,r,n,o),e._zod.parse=(r,n)=>{if(n.direction==="backward")throw new ir(e.constructor.name);r.addIssue=i=>{if(typeof i=="string")r.issues.push(_.issue(i,r.value,t));else{let a=i;a.fatal&&(a.continue=!1),a.code??(a.code="custom"),a.input??(a.input=r.value),a.inst??(a.inst=e),r.issues.push(_.issue(a))}};let o=t.transform(r.value,r);return o instanceof Promise?o.then(i=>(r.value=i,r)):(r.value=o,r)}});function Ul(e){return new Uh({type:"transform",transform:e})}var Al=p("ZodOptional",(e,t)=>{xi.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>al(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function fe(e){return new Al({type:"optional",innerType:e})}var Ah=p("ZodExactOptional",(e,t)=>{nu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>al(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function Ch(e){return new Ah({type:"optional",innerType:e})}var Mh=p("ZodNullable",(e,t)=>{ou.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Gm(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function Wi(e){return new Mh({type:"nullable",innerType:e})}function dx(e){return fe(Wi(e))}var qh=p("ZodDefault",(e,t)=>{iu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Hm(e,r,n,o),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function Lh(e,t){return new qh({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():_.shallowClone(t)}})}var Vh=p("ZodPrefault",(e,t)=>{au.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Wm(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function Fh(e,t){return new Vh({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():_.shallowClone(t)}})}var Cl=p("ZodNonOptional",(e,t)=>{su.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Bm(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function Jh(e,t){return new Cl({type:"nonoptional",innerType:e,..._.normalizeParams(t)})}var Kh=p("ZodSuccess",(e,t)=>{cu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Rm(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function px(e){return new Kh({type:"success",innerType:e})}var Gh=p("ZodCatch",(e,t)=>{uu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Xm(e,r,n,o),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Bh(e,t){return new Gh({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}var Hh=p("ZodNaN",(e,t)=>{lu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Nm(e,r,n,o)});function fx(e){return Ku(Hh,e)}var Ml=p("ZodPipe",(e,t)=>{du.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Ym(e,r,n,o),e.in=t.in,e.out=t.out});function Xi(e,t){return new Ml({type:"pipe",in:e,out:t})}var ql=p("ZodCodec",(e,t)=>{Ml.init(e,t),Gn.init(e,t)});function mx(e,t,r){return new ql({type:"pipe",in:e,out:t,transform:r.decode,reverseTransform:r.encode})}var Wh=p("ZodReadonly",(e,t)=>{pu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Qm(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function Xh(e){return new Wh({type:"readonly",innerType:e})}var Yh=p("ZodTemplateLiteral",(e,t)=>{fu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Dm(e,r,n,o)});function hx(e,t){return new Yh({type:"template_literal",parts:e,..._.normalizeParams(t)})}var Qh=p("ZodLazy",(e,t)=>{gu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>th(e,r,n,o),e.unwrap=()=>e._zod.def.getter()});function eg(e){return new Qh({type:"lazy",getter:e})}var tg=p("ZodPromise",(e,t)=>{hu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>eh(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function gx(e){return new tg({type:"promise",innerType:e})}var rg=p("ZodFunction",(e,t)=>{mu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Am(e,r,n,o)});function vx(e){return new rg({type:"function",input:Array.isArray(e?.input)?Oh(e?.input):e?.input??H(ue()),output:e?.output??ue()})}var sa=p("ZodCustom",(e,t)=>{vu.init(e,t),V.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Um(e,r,n,o)});function yx(e){let t=new se({check:"custom"});return t._zod.check=e,t}function Ll(e,t){return Qu(sa,e??(()=>!0),t)}function ng(e,t={}){return el(sa,e,t)}function og(e){return tl(e)}var _x=rl,$x=nl;function bx(e,t={}){let r=new sa({type:"custom",check:"custom",fn:n=>n instanceof e,abort:!0,..._.normalizeParams(t)});return r._zod.bag.Class=e,r._zod.check=n=>{n.value instanceof e||n.issues.push({code:"invalid_type",expected:e.name,input:n.value,inst:r,path:[...r._zod.def.path??[]]})},r}var xx=(...e)=>ol({Codec:ql,Boolean:ta,String:Yi},...e);function kx(e){let t=eg(()=>ie([h(e),ne(),ve(),po(),H(t),pe(h(),t)]));return t}function ca(e,t){return Xi(Ul(e),t)}var ig;ig||(ig={});var gN={...co,...Bi,iso:dr};ye(yu());var Fl="2025-11-25";var ag=[Fl,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],Gt="io.modelcontextprotocol/related-task",la="2.0",_e=Ll(e=>e!==null&&(typeof e=="object"||typeof e=="function")),sg=ie([h(),ne().int()]),cg=h(),ZN=ze({ttl:ie([ne(),po()]).optional(),pollInterval:ne().optional()}),Ix=z({ttl:ne().optional()}),Px=z({taskId:h()}),Jl=ze({progressToken:sg.optional(),[Gt]:Px.optional()}),Be=z({_meta:Jl.optional()}),mo=Be.extend({task:Ix.optional()}),ug=e=>mo.safeParse(e).success,$e=z({method:h(),params:Be.loose().optional()}),Ye=z({_meta:Jl.optional()}),Qe=z({method:h(),params:Ye.loose().optional()}),be=ze({_meta:Jl.optional()}),da=ie([h(),ne().int()]),lg=z({jsonrpc:T(la),id:da,...$e.shape}).strict(),Kl=e=>lg.safeParse(e).success,dg=z({jsonrpc:T(la),...Qe.shape}).strict(),pg=e=>dg.safeParse(e).success,Gl=z({jsonrpc:T(la),id:da,result:be}).strict(),ho=e=>Gl.safeParse(e).success;var Y;(function(e){e[e.ConnectionClosed=-32e3]="ConnectionClosed",e[e.RequestTimeout=-32001]="RequestTimeout",e[e.ParseError=-32700]="ParseError",e[e.InvalidRequest=-32600]="InvalidRequest",e[e.MethodNotFound=-32601]="MethodNotFound",e[e.InvalidParams=-32602]="InvalidParams",e[e.InternalError=-32603]="InternalError",e[e.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(Y||(Y={}));var Bl=z({jsonrpc:T(la),id:da.optional(),error:z({code:ne().int(),message:h(),data:ue().optional()})}).strict();var fg=e=>Bl.safeParse(e).success;var mg=ie([lg,dg,Gl,Bl]),RN=ie([Gl,Bl]),pa=be.strict(),Tx=Ye.extend({requestId:da.optional(),reason:h().optional()}),fa=Qe.extend({method:T("notifications/cancelled"),params:Tx}),jx=z({src:h(),mimeType:h().optional(),sizes:H(h()).optional(),theme:Ie(["light","dark"]).optional()}),go=z({icons:H(jx).optional()}),Kr=z({name:h(),title:h().optional()}),hg=Kr.extend({...Kr.shape,...go.shape,version:h(),websiteUrl:h().optional(),description:h().optional()}),Ex=fo(z({applyDefaults:ve().optional()}),pe(h(),ue())),Ox=ca(e=>e&&typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0?{form:{}}:e,fo(z({form:Ex.optional(),url:_e.optional()}),pe(h(),ue()).optional())),Nx=ze({list:_e.optional(),cancel:_e.optional(),requests:ze({sampling:ze({createMessage:_e.optional()}).optional(),elicitation:ze({create:_e.optional()}).optional()}).optional()}),Dx=ze({list:_e.optional(),cancel:_e.optional(),requests:ze({tools:ze({call:_e.optional()}).optional()}).optional()}),Zx=z({experimental:pe(h(),_e).optional(),sampling:z({context:_e.optional(),tools:_e.optional()}).optional(),elicitation:Ox.optional(),roots:z({listChanged:ve().optional()}).optional(),tasks:Nx.optional()}),Rx=Be.extend({protocolVersion:h(),capabilities:Zx,clientInfo:hg}),Hl=$e.extend({method:T("initialize"),params:Rx});var Ux=z({experimental:pe(h(),_e).optional(),logging:_e.optional(),completions:_e.optional(),prompts:z({listChanged:ve().optional()}).optional(),resources:z({subscribe:ve().optional(),listChanged:ve().optional()}).optional(),tools:z({listChanged:ve().optional()}).optional(),tasks:Dx.optional()}),Ax=be.extend({protocolVersion:h(),capabilities:Ux,serverInfo:hg,instructions:h().optional()}),Wl=Qe.extend({method:T("notifications/initialized"),params:Ye.optional()});var ma=$e.extend({method:T("ping"),params:Be.optional()}),Cx=z({progress:ne(),total:fe(ne()),message:fe(h())}),Mx=z({...Ye.shape,...Cx.shape,progressToken:sg}),ha=Qe.extend({method:T("notifications/progress"),params:Mx}),qx=Be.extend({cursor:cg.optional()}),vo=$e.extend({params:qx.optional()}),yo=be.extend({nextCursor:cg.optional()}),Lx=Ie(["working","input_required","completed","failed","cancelled"]),_o=z({taskId:h(),status:Lx,ttl:ie([ne(),po()]),createdAt:h(),lastUpdatedAt:h(),pollInterval:fe(ne()),statusMessage:fe(h())}),Gr=be.extend({task:_o}),Vx=Ye.merge(_o),$o=Qe.extend({method:T("notifications/tasks/status"),params:Vx}),ga=$e.extend({method:T("tasks/get"),params:Be.extend({taskId:h()})}),va=be.merge(_o),ya=$e.extend({method:T("tasks/result"),params:Be.extend({taskId:h()})}),UN=be.loose(),_a=vo.extend({method:T("tasks/list")}),$a=yo.extend({tasks:H(_o)}),ba=$e.extend({method:T("tasks/cancel"),params:Be.extend({taskId:h()})}),gg=be.merge(_o),vg=z({uri:h(),mimeType:fe(h()),_meta:pe(h(),ue()).optional()}),yg=vg.extend({text:h()}),Xl=h().refine(e=>{try{return atob(e),!0}catch{return!1}},{message:"Invalid Base64 string"}),_g=vg.extend({blob:Xl}),bo=Ie(["user","assistant"]),Br=z({audience:H(bo).optional(),priority:ne().min(0).max(1).optional(),lastModified:dr.datetime({offset:!0}).optional()}),$g=z({...Kr.shape,...go.shape,uri:h(),description:fe(h()),mimeType:fe(h()),annotations:Br.optional(),_meta:fe(ze({}))}),Fx=z({...Kr.shape,...go.shape,uriTemplate:h(),description:fe(h()),mimeType:fe(h()),annotations:Br.optional(),_meta:fe(ze({}))}),Jx=vo.extend({method:T("resources/list")}),Kx=yo.extend({resources:H($g)}),Gx=vo.extend({method:T("resources/templates/list")}),Bx=yo.extend({resourceTemplates:H(Fx)}),Yl=Be.extend({uri:h()}),Hx=Yl,Wx=$e.extend({method:T("resources/read"),params:Hx}),Xx=be.extend({contents:H(ie([yg,_g]))}),Yx=Qe.extend({method:T("notifications/resources/list_changed"),params:Ye.optional()}),Qx=Yl,ek=$e.extend({method:T("resources/subscribe"),params:Qx}),tk=Yl,rk=$e.extend({method:T("resources/unsubscribe"),params:tk}),nk=Ye.extend({uri:h()}),ok=Qe.extend({method:T("notifications/resources/updated"),params:nk}),ik=z({name:h(),description:fe(h()),required:fe(ve())}),ak=z({...Kr.shape,...go.shape,description:fe(h()),arguments:fe(H(ik)),_meta:fe(ze({}))}),sk=vo.extend({method:T("prompts/list")}),ck=yo.extend({prompts:H(ak)}),uk=Be.extend({name:h(),arguments:pe(h(),h()).optional()}),lk=$e.extend({method:T("prompts/get"),params:uk}),Ql=z({type:T("text"),text:h(),annotations:Br.optional(),_meta:pe(h(),ue()).optional()}),ed=z({type:T("image"),data:Xl,mimeType:h(),annotations:Br.optional(),_meta:pe(h(),ue()).optional()}),td=z({type:T("audio"),data:Xl,mimeType:h(),annotations:Br.optional(),_meta:pe(h(),ue()).optional()}),dk=z({type:T("tool_use"),name:h(),id:h(),input:pe(h(),ue()),_meta:pe(h(),ue()).optional()}),pk=z({type:T("resource"),resource:ie([yg,_g]),annotations:Br.optional(),_meta:pe(h(),ue()).optional()}),fk=$g.extend({type:T("resource_link")}),rd=ie([Ql,ed,td,fk,pk]),mk=z({role:bo,content:rd}),hk=be.extend({description:h().optional(),messages:H(mk)}),gk=Qe.extend({method:T("notifications/prompts/list_changed"),params:Ye.optional()}),vk=z({title:h().optional(),readOnlyHint:ve().optional(),destructiveHint:ve().optional(),idempotentHint:ve().optional(),openWorldHint:ve().optional()}),yk=z({taskSupport:Ie(["required","optional","forbidden"]).optional()}),bg=z({...Kr.shape,...go.shape,description:h().optional(),inputSchema:z({type:T("object"),properties:pe(h(),_e).optional(),required:H(h()).optional()}).catchall(ue()),outputSchema:z({type:T("object"),properties:pe(h(),_e).optional(),required:H(h()).optional()}).catchall(ue()).optional(),annotations:vk.optional(),execution:yk.optional(),_meta:pe(h(),ue()).optional()}),nd=vo.extend({method:T("tools/list")}),_k=yo.extend({tools:H(bg)}),xa=be.extend({content:H(rd).default([]),structuredContent:pe(h(),ue()).optional(),isError:ve().optional()}),AN=xa.or(be.extend({toolResult:ue()})),$k=mo.extend({name:h(),arguments:pe(h(),ue()).optional()}),xo=$e.extend({method:T("tools/call"),params:$k}),bk=Qe.extend({method:T("notifications/tools/list_changed"),params:Ye.optional()}),CN=z({autoRefresh:ve().default(!0),debounceMs:ne().int().nonnegative().default(300)}),ko=Ie(["debug","info","notice","warning","error","critical","alert","emergency"]),xk=Be.extend({level:ko}),od=$e.extend({method:T("logging/setLevel"),params:xk}),kk=Ye.extend({level:ko,logger:h().optional(),data:ue()}),wk=Qe.extend({method:T("notifications/message"),params:kk}),Sk=z({name:h().optional()}),zk=z({hints:H(Sk).optional(),costPriority:ne().min(0).max(1).optional(),speedPriority:ne().min(0).max(1).optional(),intelligencePriority:ne().min(0).max(1).optional()}),Ik=z({mode:Ie(["auto","required","none"]).optional()}),Pk=z({type:T("tool_result"),toolUseId:h().describe("The unique identifier for the corresponding tool call."),content:H(rd).default([]),structuredContent:z({}).loose().optional(),isError:ve().optional(),_meta:pe(h(),ue()).optional()}),Tk=ia("type",[Ql,ed,td]),ua=ia("type",[Ql,ed,td,dk,Pk]),jk=z({role:bo,content:ie([ua,H(ua)]),_meta:pe(h(),ue()).optional()}),Ek=mo.extend({messages:H(jk),modelPreferences:zk.optional(),systemPrompt:h().optional(),includeContext:Ie(["none","thisServer","allServers"]).optional(),temperature:ne().optional(),maxTokens:ne().int(),stopSequences:H(h()).optional(),metadata:_e.optional(),tools:H(bg).optional(),toolChoice:Ik.optional()}),Ok=$e.extend({method:T("sampling/createMessage"),params:Ek}),wo=be.extend({model:h(),stopReason:fe(Ie(["endTurn","stopSequence","maxTokens"]).or(h())),role:bo,content:Tk}),id=be.extend({model:h(),stopReason:fe(Ie(["endTurn","stopSequence","maxTokens","toolUse"]).or(h())),role:bo,content:ie([ua,H(ua)])}),Nk=z({type:T("boolean"),title:h().optional(),description:h().optional(),default:ve().optional()}),Dk=z({type:T("string"),title:h().optional(),description:h().optional(),minLength:ne().optional(),maxLength:ne().optional(),format:Ie(["email","uri","date","date-time"]).optional(),default:h().optional()}),Zk=z({type:Ie(["number","integer"]),title:h().optional(),description:h().optional(),minimum:ne().optional(),maximum:ne().optional(),default:ne().optional()}),Rk=z({type:T("string"),title:h().optional(),description:h().optional(),enum:H(h()),default:h().optional()}),Uk=z({type:T("string"),title:h().optional(),description:h().optional(),oneOf:H(z({const:h(),title:h()})),default:h().optional()}),Ak=z({type:T("string"),title:h().optional(),description:h().optional(),enum:H(h()),enumNames:H(h()).optional(),default:h().optional()}),Ck=ie([Rk,Uk]),Mk=z({type:T("array"),title:h().optional(),description:h().optional(),minItems:ne().optional(),maxItems:ne().optional(),items:z({type:T("string"),enum:H(h())}),default:H(h()).optional()}),qk=z({type:T("array"),title:h().optional(),description:h().optional(),minItems:ne().optional(),maxItems:ne().optional(),items:z({anyOf:H(z({const:h(),title:h()}))}),default:H(h()).optional()}),Lk=ie([Mk,qk]),Vk=ie([Ak,Ck,Lk]),Fk=ie([Vk,Nk,Dk,Zk]),Jk=mo.extend({mode:T("form").optional(),message:h(),requestedSchema:z({type:T("object"),properties:pe(h(),Fk),required:H(h()).optional()})}),Kk=mo.extend({mode:T("url"),message:h(),elicitationId:h(),url:h().url()}),Gk=ie([Jk,Kk]),Bk=$e.extend({method:T("elicitation/create"),params:Gk}),Hk=Ye.extend({elicitationId:h()}),Wk=Qe.extend({method:T("notifications/elicitation/complete"),params:Hk}),Hr=be.extend({action:Ie(["accept","decline","cancel"]),content:ca(e=>e===null?void 0:e,pe(h(),ie([h(),ne(),ve(),H(h())])).optional())}),Xk=z({type:T("ref/resource"),uri:h()});var Yk=z({type:T("ref/prompt"),name:h()}),Qk=Be.extend({ref:ie([Yk,Xk]),argument:z({name:h(),value:h()}),context:z({arguments:pe(h(),h()).optional()}).optional()}),ew=$e.extend({method:T("completion/complete"),params:Qk});var tw=be.extend({completion:ze({values:H(h()).max(100),total:fe(ne().int()),hasMore:fe(ve())})}),rw=z({uri:h().startsWith("file://"),name:h().optional(),_meta:pe(h(),ue()).optional()}),nw=$e.extend({method:T("roots/list"),params:Be.optional()}),ad=be.extend({roots:H(rw)}),ow=Qe.extend({method:T("notifications/roots/list_changed"),params:Ye.optional()}),MN=ie([ma,Hl,ew,od,lk,sk,Jx,Gx,Wx,ek,rk,xo,nd,ga,ya,_a,ba]),qN=ie([fa,ha,Wl,ow,$o]),LN=ie([pa,wo,id,Hr,ad,va,$a,Gr]),VN=ie([ma,Ok,Bk,nw,ga,ya,_a,ba]),FN=ie([fa,ha,wk,ok,Yx,bk,gk,$o,Wk]),JN=ie([pa,Ax,tw,hk,ck,Kx,Bx,Xx,xa,_k,va,$a,Gr]),F=class e extends Error{constructor(t,r,n){super(`MCP error ${t}: ${r}`),this.code=t,this.data=n,this.name="McpError"}static fromError(t,r,n){if(t===Y.UrlElicitationRequired&&n){let o=n;if(o.elicitations)return new Vl(o.elicitations,r)}return new e(t,r,n)}},Vl=class extends F{constructor(t,r=`URL elicitation${t.length>1?"s":""} required`){super(Y.UrlElicitationRequired,r,{elicitations:t})}get elicitations(){return this.data?.elicitations??[]}};function Bt(e){return e==="completed"||e==="failed"||e==="cancelled"}var S1=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function sd(e){let r=Gi(e)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=ih(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function cd(e,t){let r=Kt(e,t);if(!r.success)throw r.error;return r.data}var lw=6e4,ka=class{constructor(t){this._options=t,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(fa,r=>{this._oncancel(r)}),this.setNotificationHandler(ha,r=>{this._onprogress(r)}),this.setRequestHandler(ma,r=>({})),this._taskStore=t?.taskStore,this._taskMessageQueue=t?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(ga,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new F(Y.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(ya,async(r,n)=>{let o=async()=>{let i=r.params.taskId;if(this._taskMessageQueue){let s;for(;s=await this._taskMessageQueue.dequeue(i,n.sessionId);){if(s.type==="response"||s.type==="error"){let c=s.message,u=c.id,l=this._requestResolvers.get(u);if(l)if(this._requestResolvers.delete(u),s.type==="response")l(c);else{let d=c,f=new F(d.error.code,d.error.message,d.error.data);l(f)}else{let d=s.type==="response"?"Response":"Error";this._onerror(new Error(`${d} handler missing for request ${u}`))}continue}await this._transport?.send(s.message,{relatedRequestId:n.requestId})}}let a=await this._taskStore.getTask(i,n.sessionId);if(!a)throw new F(Y.InvalidParams,`Task not found: ${i}`);if(!Bt(a.status))return await this._waitForTaskUpdate(i,n.signal),await o();if(Bt(a.status)){let s=await this._taskStore.getTaskResult(i,n.sessionId);return this._clearTaskQueue(i),{...s,_meta:{...s._meta,[Gt]:{taskId:i}}}}return await o()};return await o()}),this.setRequestHandler(_a,async(r,n)=>{try{let{tasks:o,nextCursor:i}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:o,nextCursor:i,_meta:{}}}catch(o){throw new F(Y.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(ba,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new F(Y.InvalidParams,`Task not found: ${r.params.taskId}`);if(Bt(o.status))throw new F(Y.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 i=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!i)throw new F(Y.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...i}}catch(o){throw o instanceof F?o:new F(Y.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(t){if(!t.params.requestId)return;this._requestHandlerAbortControllers.get(t.params.requestId)?.abort(t.params.reason)}_setupTimeout(t,r,n,o,i=!1){this._timeoutInfo.set(t,{timeoutId:setTimeout(o,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:i,onTimeout:o})}_resetTimeout(t){let r=this._timeoutInfo.get(t);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(t),F.fromError(Y.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(t){let r=this._timeoutInfo.get(t);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(t))}async connect(t){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=t;let r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=i=>{n?.(i),this._onerror(i)};let o=this._transport?.onmessage;this._transport.onmessage=(i,a)=>{o?.(i,a),ho(i)||fg(i)?this._onresponse(i):Kl(i)?this._onrequest(i,a):pg(i)?this._onnotification(i):this._onerror(new Error(`Unknown message type: ${JSON.stringify(i)}`))},await this._transport.start()}_onclose(){let t=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=F.fromError(Y.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of t.values())n(r)}_onerror(t){this.onerror?.(t)}_onnotification(t){let r=this._notificationHandlers.get(t.method)??this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(t)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(t,r){let n=this._requestHandlers.get(t.method)??this.fallbackRequestHandler,o=this._transport,i=t.params?._meta?.[Gt]?.taskId;if(n===void 0){let l={jsonrpc:"2.0",id:t.id,error:{code:Y.MethodNotFound,message:"Method not found"}};i&&this._taskMessageQueue?this._enqueueTaskMessage(i,{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 a=new AbortController;this._requestHandlerAbortControllers.set(t.id,a);let s=ug(t.params)?t.params.task:void 0,c=this._taskStore?this.requestTaskStore(t,o?.sessionId):void 0,u={signal:a.signal,sessionId:o?.sessionId,_meta:t.params?._meta,sendNotification:async l=>{if(a.signal.aborted)return;let d={relatedRequestId:t.id};i&&(d.relatedTask={taskId:i}),await this.notification(l,d)},sendRequest:async(l,d,f)=>{if(a.signal.aborted)throw new F(Y.ConnectionClosed,"Request was cancelled");let m={...f,relatedRequestId:t.id};i&&!m.relatedTask&&(m.relatedTask={taskId:i});let g=m.relatedTask?.taskId??i;return g&&c&&await c.updateTaskStatus(g,"input_required"),await this.request(l,d,m)},authInfo:r?.authInfo,requestId:t.id,requestInfo:r?.requestInfo,taskId:i,taskStore:c,taskRequestedTtl:s?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{s&&this.assertTaskHandlerCapability(t.method)}).then(()=>n(t,u)).then(async l=>{if(a.signal.aborted)return;let d={result:l,jsonrpc:"2.0",id:t.id};i&&this._taskMessageQueue?await this._enqueueTaskMessage(i,{type:"response",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)},async l=>{if(a.signal.aborted)return;let d={jsonrpc:"2.0",id:t.id,error:{code:Number.isSafeInteger(l.code)?l.code:Y.InternalError,message:l.message??"Internal error",...l.data!==void 0&&{data:l.data}}};i&&this._taskMessageQueue?await this._enqueueTaskMessage(i,{type:"error",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)}).catch(l=>this._onerror(new Error(`Failed to send response: ${l}`))).finally(()=>{this._requestHandlerAbortControllers.delete(t.id)})}_onprogress(t){let{progressToken:r,...n}=t.params,o=Number(r),i=this._progressHandlers.get(o);if(!i){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(t)}`));return}let a=this._responseHandlers.get(o),s=this._timeoutInfo.get(o);if(s&&a&&s.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(c){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),a(c);return}i(n)}_onresponse(t){let r=Number(t.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),ho(t))n(t);else{let a=new F(t.error.code,t.error.message,t.error.data);n(a)}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(t)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let i=!1;if(ho(t)&&t.result&&typeof t.result=="object"){let a=t.result;if(a.task&&typeof a.task=="object"){let s=a.task;typeof s.taskId=="string"&&(i=!0,this._taskProgressTokens.set(s.taskId,r))}}if(i||this._progressHandlers.delete(r),ho(t))o(t);else{let a=F.fromError(t.error.code,t.error.message,t.error.data);o(a)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(t,r,n){let{task:o}=n??{};if(!o){try{yield{type:"result",result:await this.request(t,r,n)}}catch(a){yield{type:"error",error:a instanceof F?a:new F(Y.InternalError,String(a))}}return}let i;try{let a=await this.request(t,Gr,n);if(a.task)i=a.task.taskId,yield{type:"taskCreated",task:a.task};else throw new F(Y.InternalError,"Task creation did not return a task");for(;;){let s=await this.getTask({taskId:i},n);if(yield{type:"taskStatus",task:s},Bt(s.status)){s.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:i},r,n)}:s.status==="failed"?yield{type:"error",error:new F(Y.InternalError,`Task ${i} failed`)}:s.status==="cancelled"&&(yield{type:"error",error:new F(Y.InternalError,`Task ${i} was cancelled`)});return}if(s.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:i},r,n)};return}let c=s.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(a){yield{type:"error",error:a instanceof F?a:new F(Y.InternalError,String(a))}}}request(t,r,n){let{relatedRequestId:o,resumptionToken:i,onresumptiontoken:a,task:s,relatedTask:c}=n??{};return new Promise((u,l)=>{let d=O=>{l(O)};if(!this._transport){d(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(t.method),s&&this.assertTaskCapability(t.method)}catch(O){d(O);return}n?.signal?.throwIfAborted();let f=this._requestMessageId++,m={...t,jsonrpc:"2.0",id:f};n?.onprogress&&(this._progressHandlers.set(f,n.onprogress),m.params={...t.params,_meta:{...t.params?._meta||{},progressToken:f}}),s&&(m.params={...m.params,task:s}),c&&(m.params={...m.params,_meta:{...m.params?._meta||{},[Gt]:c}});let g=O=>{this._responseHandlers.delete(f),this._progressHandlers.delete(f),this._cleanupTimeout(f),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:f,reason:String(O)}},{relatedRequestId:o,resumptionToken:i,onresumptiontoken:a}).catch(A=>this._onerror(new Error(`Failed to send cancellation: ${A}`)));let P=O instanceof F?O:new F(Y.RequestTimeout,String(O));l(P)};this._responseHandlers.set(f,O=>{if(!n?.signal?.aborted){if(O instanceof Error)return l(O);try{let P=Kt(r,O.result);P.success?u(P.data):l(P.error)}catch(P){l(P)}}}),n?.signal?.addEventListener("abort",()=>{g(n?.signal?.reason)});let v=n?.timeout??lw,$=()=>g(F.fromError(Y.RequestTimeout,"Request timed out",{timeout:v}));this._setupTimeout(f,v,n?.maxTotalTimeout,$,n?.resetTimeoutOnProgress??!1);let k=c?.taskId;if(k){let O=P=>{let A=this._responseHandlers.get(f);A?A(P):this._onerror(new Error(`Response handler missing for side-channeled request ${f}`))};this._requestResolvers.set(f,O),this._enqueueTaskMessage(k,{type:"request",message:m,timestamp:Date.now()}).catch(P=>{this._cleanupTimeout(f),l(P)})}else this._transport.send(m,{relatedRequestId:o,resumptionToken:i,onresumptiontoken:a}).catch(O=>{this._cleanupTimeout(f),l(O)})})}async getTask(t,r){return this.request({method:"tasks/get",params:t},va,r)}async getTaskResult(t,r,n){return this.request({method:"tasks/result",params:t},r,n)}async listTasks(t,r){return this.request({method:"tasks/list",params:t},$a,r)}async cancelTask(t,r){return this.request({method:"tasks/cancel",params:t},gg,r)}async notification(t,r){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(t.method);let n=r?.relatedTask?.taskId;if(n){let s={...t,jsonrpc:"2.0",params:{...t.params,_meta:{...t.params?._meta||{},[Gt]:r.relatedTask}}};await this._enqueueTaskMessage(n,{type:"notification",message:s,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(t.method)&&!t.params&&!r?.relatedRequestId&&!r?.relatedTask){if(this._pendingDebouncedNotifications.has(t.method))return;this._pendingDebouncedNotifications.add(t.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(t.method),!this._transport)return;let s={...t,jsonrpc:"2.0"};r?.relatedTask&&(s={...s,params:{...s.params,_meta:{...s.params?._meta||{},[Gt]:r.relatedTask}}}),this._transport?.send(s,r).catch(c=>this._onerror(c))});return}let a={...t,jsonrpc:"2.0"};r?.relatedTask&&(a={...a,params:{...a.params,_meta:{...a.params?._meta||{},[Gt]:r.relatedTask}}}),await this._transport.send(a,r)}setRequestHandler(t,r){let n=sd(t);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,i)=>{let a=cd(t,o);return Promise.resolve(r(a,i))})}removeRequestHandler(t){this._requestHandlers.delete(t)}assertCanSetRequestHandler(t){if(this._requestHandlers.has(t))throw new Error(`A request handler for ${t} already exists, which would be overridden`)}setNotificationHandler(t,r){let n=sd(t);this._notificationHandlers.set(n,o=>{let i=cd(t,o);return Promise.resolve(r(i))})}removeNotificationHandler(t){this._notificationHandlers.delete(t)}_cleanupTaskProgressHandler(t){let r=this._taskProgressTokens.get(t);r!==void 0&&(this._progressHandlers.delete(r),this._taskProgressTokens.delete(t))}async _enqueueTaskMessage(t,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(t,r,n,o)}async _clearTaskQueue(t,r){if(this._taskMessageQueue){let n=await this._taskMessageQueue.dequeueAll(t,r);for(let o of n)if(o.type==="request"&&Kl(o.message)){let i=o.message.id,a=this._requestResolvers.get(i);a?(a(new F(Y.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(i)):this._onerror(new Error(`Resolver missing for request ${i} during task ${t} cleanup`))}}}async _waitForTaskUpdate(t,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let o=await this._taskStore?.getTask(t);o?.pollInterval&&(n=o.pollInterval)}catch{}return new Promise((o,i)=>{if(r.aborted){i(new F(Y.InvalidRequest,"Request cancelled"));return}let a=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(a),i(new F(Y.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(t,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async o=>{if(!t)throw new Error("No request provided");return await n.createTask(o,t.id,{method:t.method,params:t.params},r)},getTask:async o=>{let i=await n.getTask(o,r);if(!i)throw new F(Y.InvalidParams,"Failed to retrieve task: Task not found");return i},storeTaskResult:async(o,i,a)=>{await n.storeTaskResult(o,i,a,r);let s=await n.getTask(o,r);if(s){let c=$o.parse({method:"notifications/tasks/status",params:s});await this.notification(c),Bt(s.status)&&this._cleanupTaskProgressHandler(o)}},getTaskResult:o=>n.getTaskResult(o,r),updateTaskStatus:async(o,i,a)=>{let s=await n.getTask(o,r);if(!s)throw new F(Y.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(Bt(s.status))throw new F(Y.InvalidParams,`Cannot update task "${o}" from terminal status "${s.status}" to "${i}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(o,i,a,r);let c=await n.getTask(o,r);if(c){let u=$o.parse({method:"notifications/tasks/status",params:c});await this.notification(u),Bt(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function xg(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function kg(e,t){let r={...e};for(let n in t){let o=n,i=t[o];if(i===void 0)continue;let a=r[o];xg(a)&&xg(i)?r[o]={...a,...i}:r[o]=i}return r}var u_=gs(Gp(),1),l_=gs(c_(),1);function tT(){let e=new u_.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,l_.default)(e),e}var is=class{constructor(t){this._ajv=t??tT()}getValidator(t){let r="$id"in t&&typeof t.$id=="string"?this._ajv.getSchema(t.$id)??this._ajv.compile(t):this._ajv.compile(t);return n=>r(n)?{valid:!0,data:n,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(r.errors)}}};var as=class{constructor(t){this._server=t}requestStream(t,r,n){return this._server.requestStream(t,r,n)}createMessageStream(t,r){let n=this._server.getClientCapabilities();if((t.tools||t.toolChoice)&&!n?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(t.messages.length>0){let o=t.messages[t.messages.length-1],i=Array.isArray(o.content)?o.content:[o.content],a=i.some(l=>l.type==="tool_result"),s=t.messages.length>1?t.messages[t.messages.length-2]:void 0,c=s?Array.isArray(s.content)?s.content:[s.content]:[],u=c.some(l=>l.type==="tool_use");if(a){if(i.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(f=>f.type==="tool_use").map(f=>f.id)),d=new Set(i.filter(f=>f.type==="tool_result").map(f=>f.toolUseId));if(l.size!==d.size||![...l].every(f=>d.has(f)))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:t},wo,r)}elicitInputStream(t,r){let n=this._server.getClientCapabilities(),o=t.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 i=o==="form"&&t.mode===void 0?{...t,mode:"form"}:t;return this.requestStream({method:"elicitation/create",params:i},Hr,r)}async getTask(t,r){return this._server.getTask({taskId:t},r)}async getTaskResult(t,r,n){return this._server.getTaskResult({taskId:t},r,n)}async listTasks(t,r){return this._server.listTasks(t?{cursor:t}:void 0,r)}async cancelTask(t,r){return this._server.cancelTask({taskId:t},r)}};function d_(e,t,r){if(!e)throw new Error(`${r} does not support task creation (required for ${t})`);switch(t){case"tools/call":if(!e.tools?.call)throw new Error(`${r} does not support task creation for tools/call (required for ${t})`);break;default:break}}function p_(e,t,r){if(!e)throw new Error(`${r} does not support task creation (required for ${t})`);switch(t){case"sampling/createMessage":if(!e.sampling?.createMessage)throw new Error(`${r} does not support task creation for sampling/createMessage (required for ${t})`);break;case"elicitation/create":if(!e.elicitation?.create)throw new Error(`${r} does not support task creation for elicitation/create (required for ${t})`);break;default:break}}var ss=class extends ka{constructor(t,r){super(r),this._serverInfo=t,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(ko.options.map((n,o)=>[n,o])),this.isMessageIgnored=(n,o)=>{let i=this._loggingLevels.get(o);return i?this.LOG_LEVEL_SEVERITY.get(n)<this.LOG_LEVEL_SEVERITY.get(i):!1},this._capabilities=r?.capabilities??{},this._instructions=r?.instructions,this._jsonSchemaValidator=r?.jsonSchemaValidator??new is,this.setRequestHandler(Hl,n=>this._oninitialize(n)),this.setNotificationHandler(Wl,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(od,async(n,o)=>{let i=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:a}=n.params,s=ko.safeParse(a);return s.success&&this._loggingLevels.set(i,s.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new as(this)}),this._experimental}registerCapabilities(t){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=kg(this._capabilities,t)}setRequestHandler(t,r){let o=Gi(t)?.method;if(!o)throw new Error("Schema is missing a method literal");let i;if(Fr(o)){let s=o;i=s._zod?.def?.value??s.value}else{let s=o;i=s._def?.value??s.value}if(typeof i!="string")throw new Error("Schema method literal must be a string");if(i==="tools/call"){let s=async(c,u)=>{let l=Kt(xo,c);if(!l.success){let g=l.error instanceof Error?l.error.message:String(l.error);throw new F(Y.InvalidParams,`Invalid tools/call request: ${g}`)}let{params:d}=l.data,f=await Promise.resolve(r(c,u));if(d.task){let g=Kt(Gr,f);if(!g.success){let v=g.error instanceof Error?g.error.message:String(g.error);throw new F(Y.InvalidParams,`Invalid task creation result: ${v}`)}return g.data}let m=Kt(xa,f);if(!m.success){let g=m.error instanceof Error?m.error.message:String(m.error);throw new F(Y.InvalidParams,`Invalid tools/call result: ${g}`)}return m.data};return super.setRequestHandler(t,s)}return super.setRequestHandler(t,r)}assertCapabilityForMethod(t){switch(t){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw new Error(`Client does not support sampling (required for ${t})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw new Error(`Client does not support elicitation (required for ${t})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw new Error(`Client does not support listing roots (required for ${t})`);break;case"ping":break}}assertNotificationCapability(t){switch(t){case"notifications/message":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${t})`);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 ${t})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw new Error(`Server does not support notifying of tool list changes (required for ${t})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw new Error(`Server does not support notifying of prompt list changes (required for ${t})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw new Error(`Client does not support URL elicitation (required for ${t})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(t){if(this._capabilities)switch(t){case"completion/complete":if(!this._capabilities.completions)throw new Error(`Server does not support completions (required for ${t})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${t})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw new Error(`Server does not support prompts (required for ${t})`);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 ${t})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw new Error(`Server does not support tools (required for ${t})`);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 ${t})`);break;case"ping":case"initialize":break}}assertTaskCapability(t){p_(this._clientCapabilities?.tasks?.requests,t,"Client")}assertTaskHandlerCapability(t){this._capabilities&&d_(this._capabilities.tasks?.requests,t,"Server")}async _oninitialize(t){let r=t.params.protocolVersion;return this._clientCapabilities=t.params.capabilities,this._clientVersion=t.params.clientInfo,{protocolVersion:ag.includes(r)?r:Fl,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"},pa)}async createMessage(t,r){if((t.tools||t.toolChoice)&&!this._clientCapabilities?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(t.messages.length>0){let n=t.messages[t.messages.length-1],o=Array.isArray(n.content)?n.content:[n.content],i=o.some(u=>u.type==="tool_result"),a=t.messages.length>1?t.messages[t.messages.length-2]:void 0,s=a?Array.isArray(a.content)?a.content:[a.content]:[],c=s.some(u=>u.type==="tool_use");if(i){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(s.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 t.tools?this.request({method:"sampling/createMessage",params:t},id,r):this.request({method:"sampling/createMessage",params:t},wo,r)}async elicitInput(t,r){switch(t.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support url elicitation.");let o=t;return this.request({method:"elicitation/create",params:o},Hr,r)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw new Error("Client does not support form elicitation.");let o=t.mode==="form"?t:{...t,mode:"form"},i=await this.request({method:"elicitation/create",params:o},Hr,r);if(i.action==="accept"&&i.content&&o.requestedSchema)try{let s=this._jsonSchemaValidator.getValidator(o.requestedSchema)(i.content);if(!s.valid)throw new F(Y.InvalidParams,`Elicitation response content does not match requested schema: ${s.errorMessage}`)}catch(a){throw a instanceof F?a:new F(Y.InternalError,`Error validating elicitation response: ${a instanceof Error?a.message:String(a)}`)}return i}}}createElicitationCompletionNotifier(t,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:t}},r)}async listRoots(t,r){return this.request({method:"roots/list",params:t},ad,r)}async sendLoggingMessage(t,r){if(this._capabilities.logging&&!this.isMessageIgnored(t.level,r))return this.notification({method:"notifications/message",params:t})}async sendResourceUpdated(t){return this.notification({method:"notifications/resources/updated",params:t})}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 tf=gs(require("node:process"),1);var cs=class{append(t){this._buffer=this._buffer?Buffer.concat([this._buffer,t]):t}readMessage(){if(!this._buffer)return null;let t=this._buffer.indexOf(`
|
|
47
|
+
`);if(t===-1)return null;let r=this._buffer.toString("utf8",0,t).replace(/\r$/,"");return this._buffer=this._buffer.subarray(t+1),rT(r)}clear(){this._buffer=void 0}};function rT(e){return mg.parse(JSON.parse(e))}function f_(e){return JSON.stringify(e)+`
|
|
48
|
+
`}var us=class{constructor(t=tf.default.stdin,r=tf.default.stdout){this._stdin=t,this._stdout=r,this._readBuffer=new cs,this._started=!1,this._ondata=n=>{this._readBuffer.append(n),this.processReadBuffer()},this._onerror=n=>{this.onerror?.(n)}}async start(){if(this._started)throw new Error("StdioServerTransport already started! If using Server class, note that connect() calls start() automatically.");this._started=!0,this._stdin.on("data",this._ondata),this._stdin.on("error",this._onerror)}processReadBuffer(){for(;;)try{let t=this._readBuffer.readMessage();if(t===null)break;this.onmessage?.(t)}catch(t){this.onerror?.(t)}}async close(){this._stdin.off("data",this._ondata),this._stdin.off("error",this._onerror),this._stdin.listenerCount("data")===0&&this._stdin.pause(),this._readBuffer.clear(),this.onclose?.()}send(t){return new Promise(r=>{let n=f_(t);this._stdout.write(n)?r():this._stdout.once("drain",r)})}};var ds="http://localhost:25729",m_=3031,nT="qrec daemon is not running. Start it with: qrec serve --daemon";async function oT(e,t){let r=await fetch(`${ds}/search`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({query:e,k:t})});if(!r.ok){let n=await r.json().catch(()=>({})),o=r.status===503?"qrec daemon not ready yet (model still loading)":`Daemon returned ${r.status}`;throw new Error(n.error??o)}return r.json()}async function iT(e){let t=await fetch(`${ds}/sessions/${e}/markdown`);if(t.status===404)throw new Error(`Session not found: ${e}`);if(!t.ok)throw new Error(`Daemon returned ${t.status}`);return t.text()}async function aT(){let e=await fetch(`${ds}/health`);if(!e.ok)throw new Error(`Daemon returned ${e.status}`);return e.json()}async function sT(e){let t=await fetch(`${ds}/query_db`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({sql:e})});if(!t.ok){let r=await t.json().catch(()=>({}));throw new Error(r.error??`Daemon returned ${t.status}`)}return t.json()}function cT(e){let t=String(e);return t.includes("ECONNREFUSED")||t.includes("fetch failed")||t.includes("Connection refused")||t.includes("Unable to connect")}var h_=[{name:"search",description:"Search indexed Claude Code sessions using hybrid BM25 + vector search",inputSchema:{type:"object",properties:{query:{type:"string",description:"Search query (use concrete nouns: function names, error messages, feature names)"},k:{type:"number",description:"Number of results (default: 10)"}},required:["query"]}},{name:"get",description:"Get full session markdown by session ID",inputSchema:{type:"object",properties:{session_id:{type:"string",description:"8-char hex session ID from search results"}},required:["session_id"]}},{name:"status",description:"Get qrec daemon health and index status",inputSchema:{type:"object",properties:{}}},{name:"query_db",description:`Run a read-only SQL SELECT query against the qrec SQLite database.
|
|
49
|
+
Use for structured/temporal/project questions (dates, project names, counts, listings).
|
|
50
|
+
Prefer over search when the question is about: dates, project names, counts, or listing sessions.
|
|
51
|
+
|
|
52
|
+
Schema:
|
|
53
|
+
sessions(id TEXT, path TEXT, project TEXT, date TEXT, title TEXT, hash TEXT, indexed_at INTEGER, summary TEXT, tags TEXT, entities TEXT, enriched_at INTEGER, enrichment_version INTEGER)
|
|
54
|
+
chunks(id TEXT, session_id TEXT, seq INTEGER, pos INTEGER, text TEXT, created_at INTEGER)
|
|
55
|
+
query_audit(id INTEGER, query TEXT, k INTEGER, result_count INTEGER, top_session_id TEXT, top_score REAL, duration_ms REAL, created_at INTEGER)
|
|
56
|
+
|
|
57
|
+
Only SELECT statements. No semicolons.
|
|
58
|
+
|
|
59
|
+
Examples:
|
|
60
|
+
SELECT id, title, project, date FROM sessions WHERE date = '2026-03-11' ORDER BY indexed_at DESC
|
|
61
|
+
SELECT project, COUNT(*) as sessions FROM sessions GROUP BY project ORDER BY sessions DESC
|
|
62
|
+
SELECT id, title, date FROM sessions WHERE project = 'qrec' ORDER BY date DESC LIMIT 10`,inputSchema:{type:"object",properties:{sql:{type:"string",description:"A read-only SELECT SQL query"}},required:["sql"]}}];function ti(e){return{content:[{type:"text",text:JSON.stringify({error:e})}],isError:!0}}async function ls(e,t){try{return{content:[{type:"text",text:t(await e())}]}}catch(r){return ti(cT(r)?nT:String(r))}}async function g_(e,t){if(e==="search"){let r=String(t?.query??"").trim();if(!r)return ti("Missing required field: query");let n=typeof t?.k=="number"?t.k:10;return ls(()=>oT(r,n),o=>JSON.stringify(o))}if(e==="get"){let r=String(t?.session_id??"").trim();return r?ls(()=>iT(r),n=>String(n)):ti("Missing required field: session_id")}if(e==="status")return ls(aT,r=>JSON.stringify(r));if(e==="query_db"){let r=String(t?.sql??"").trim();return r?ls(()=>sT(r),n=>JSON.stringify(n)):ti("Missing required field: sql")}return ti(`Unknown tool: ${e}`)}async function v_(e=!1){let t=new ss({name:"qrec",version:"0.1.0"},{capabilities:{tools:{}}});if(t.setRequestHandler(nd,async()=>({tools:h_})),t.setRequestHandler(xo,async r=>{let{name:n,arguments:o}=r.params;return g_(n,o??{})}),process.on("SIGTERM",()=>process.exit(0)),process.on("SIGINT",()=>process.exit(0)),e)console.error(`[mcp] Starting HTTP MCP server on port ${m_}`),Bun.serve({port:m_,async fetch(r){if(r.method!=="POST")return Response.json({error:"Method not allowed"},{status:405});let n;try{n=await r.json()}catch{return Response.json({jsonrpc:"2.0",error:{code:-32700,message:"Parse error"},id:null},{status:400})}if(n.method==="tools/list")return Response.json({jsonrpc:"2.0",result:{tools:h_},id:n.id});if(n.method==="tools/call"){let o=n.params,i=o?.name??"",a=o?.arguments??{},s=await g_(i,a);return Response.json({jsonrpc:"2.0",result:s,id:n.id})}return Response.json({jsonrpc:"2.0",error:{code:-32601,message:"Method not found"},id:n.id},{status:404})}}),await new Promise(()=>{});else{let r=new us;await t.connect(r),console.error("[mcp] qrec MCP server running on stdio (proxying to daemon at localhost:25729)")}}v_();
|