@sequenzy/mcp 0.0.32 → 0.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
- var V5=Object.create;var{getPrototypeOf:Z5,defineProperty:KQ,getOwnPropertyNames:N5}=Object;var w5=Object.prototype.hasOwnProperty;function b5(Q){return this[Q]}var j5,P5,kX=(Q,X,Y)=>{var W=Q!=null&&typeof Q==="object";if(W){var G=X?j5??=new WeakMap:P5??=new WeakMap,J=G.get(Q);if(J)return J}Y=Q!=null?V5(Z5(Q)):{};let $=X||!Q||!Q.__esModule?KQ(Y,"default",{value:Q,enumerable:!0}):Y;for(let z of N5(Q))if(!w5.call($,z))KQ($,z,{get:b5.bind(Q,z),enumerable:!0});if(W)G.set(Q,$);return $};var N=(Q,X)=>()=>(X||Q((X={exports:{}}).exports,X),X.exports);var I5=(Q)=>Q;function E5(Q,X){this[Q]=I5.bind(null,X)}var vX=(Q,X)=>{for(var Y in X)KQ(Q,Y,{get:X[Y],enumerable:!0,configurable:!0,set:E5.bind(X,Y)})};var q6=N((PG)=>{Object.defineProperty(PG,"__esModule",{value:!0});PG.regexpCode=PG.getEsmExportName=PG.getProperty=PG.safeStringify=PG.stringify=PG.strConcat=PG.addCodeArg=PG.str=PG._=PG.nil=PG._Code=PG.Name=PG.IDENTIFIER=PG._CodeOrName=void 0;class w4{}PG._CodeOrName=w4;PG.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class T1 extends w4{constructor(Q){super();if(!PG.IDENTIFIER.test(Q))throw Error("CodeGen: name must be a valid identifier");this.str=Q}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}PG.Name=T1;class T0 extends w4{constructor(Q){super();this._items=typeof Q==="string"?[Q]:Q}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let Q=this._items[0];return Q===""||Q==='""'}get str(){var Q;return(Q=this._str)!==null&&Q!==void 0?Q:this._str=this._items.reduce((X,Y)=>`${X}${Y}`,"")}get names(){var Q;return(Q=this._names)!==null&&Q!==void 0?Q:this._names=this._items.reduce((X,Y)=>{if(Y instanceof T1)X[Y.str]=(X[Y.str]||0)+1;return X},{})}}PG._Code=T0;PG.nil=new T0("");function bG(Q,...X){let Y=[Q[0]],W=0;while(W<X.length)M9(Y,X[W]),Y.push(Q[++W]);return new T0(Y)}PG._=bG;var O9=new T0("+");function jG(Q,...X){let Y=[F6(Q[0])],W=0;while(W<X.length)Y.push(O9),M9(Y,X[W]),Y.push(O9,F6(Q[++W]));return cA(Y),new T0(Y)}PG.str=jG;function M9(Q,X){if(X instanceof T0)Q.push(...X._items);else if(X instanceof T1)Q.push(X);else Q.push(rA(X))}PG.addCodeArg=M9;function cA(Q){let X=1;while(X<Q.length-1){if(Q[X]===O9){let Y=pA(Q[X-1],Q[X+1]);if(Y!==void 0){Q.splice(X-1,3,Y);continue}Q[X++]="+"}X++}}function pA(Q,X){if(X==='""')return Q;if(Q==='""')return X;if(typeof Q=="string"){if(X instanceof T1||Q[Q.length-1]!=='"')return;if(typeof X!="string")return`${Q.slice(0,-1)}${X}"`;if(X[0]==='"')return Q.slice(0,-1)+X.slice(1);return}if(typeof X=="string"&&X[0]==='"'&&!(Q instanceof T1))return`"${Q}${X.slice(1)}`;return}function iA(Q,X){return X.emptyStr()?Q:Q.emptyStr()?X:jG`${Q}${X}`}PG.strConcat=iA;function rA(Q){return typeof Q=="number"||typeof Q=="boolean"||Q===null?Q:F6(Array.isArray(Q)?Q.join(","):Q)}function nA(Q){return new T0(F6(Q))}PG.stringify=nA;function F6(Q){return JSON.stringify(Q).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}PG.safeStringify=F6;function dA(Q){return typeof Q=="string"&&PG.IDENTIFIER.test(Q)?new T0(`.${Q}`):bG`[${Q}]`}PG.getProperty=dA;function oA(Q){if(typeof Q=="string"&&PG.IDENTIFIER.test(Q))return new T0(`${Q}`);throw Error(`CodeGen: invalid export name: ${Q}, use explicit $id name mapping`)}PG.getEsmExportName=oA;function tA(Q){return new T0(Q.toString())}PG.regexpCode=tA});var w9=N((SG)=>{Object.defineProperty(SG,"__esModule",{value:!0});SG.ValueScope=SG.ValueScopeName=SG.Scope=SG.varKinds=SG.UsedValueState=void 0;var L0=q6();class EG extends Error{constructor(Q){super(`CodeGen: "code" for ${Q} not defined`);this.value=Q.value}}var j4;(function(Q){Q[Q.Started=0]="Started",Q[Q.Completed=1]="Completed"})(j4||(SG.UsedValueState=j4={}));SG.varKinds={const:new L0.Name("const"),let:new L0.Name("let"),var:new L0.Name("var")};class Z9{constructor({prefixes:Q,parent:X}={}){this._names={},this._prefixes=Q,this._parent=X}toName(Q){return Q instanceof L0.Name?Q:this.name(Q)}name(Q){return new L0.Name(this._newName(Q))}_newName(Q){let X=this._names[Q]||this._nameGroup(Q);return`${Q}${X.index++}`}_nameGroup(Q){var X,Y;if(((Y=(X=this._parent)===null||X===void 0?void 0:X._prefixes)===null||Y===void 0?void 0:Y.has(Q))||this._prefixes&&!this._prefixes.has(Q))throw Error(`CodeGen: prefix "${Q}" is not allowed in this scope`);return this._names[Q]={prefix:Q,index:0}}}SG.Scope=Z9;class N9 extends L0.Name{constructor(Q,X){super(X);this.prefix=Q}setValue(Q,{property:X,itemIndex:Y}){this.value=Q,this.scopePath=L0._`.${new L0.Name(X)}[${Y}]`}}SG.ValueScopeName=N9;var AK=L0._`\n`;class TG extends Z9{constructor(Q){super(Q);this._values={},this._scope=Q.scope,this.opts={...Q,_n:Q.lines?AK:L0.nil}}get(){return this._scope}name(Q){return new N9(Q,this._newName(Q))}value(Q,X){var Y;if(X.ref===void 0)throw Error("CodeGen: ref must be passed in value");let W=this.toName(Q),{prefix:G}=W,J=(Y=X.key)!==null&&Y!==void 0?Y:X.ref,$=this._values[G];if($){let A=$.get(J);if(A)return A}else $=this._values[G]=new Map;$.set(J,W);let z=this._scope[G]||(this._scope[G]=[]),H=z.length;return z[H]=X.ref,W.setValue(X,{property:G,itemIndex:H}),W}getValue(Q,X){let Y=this._values[Q];if(!Y)return;return Y.get(X)}scopeRefs(Q,X=this._values){return this._reduceValues(X,(Y)=>{if(Y.scopePath===void 0)throw Error(`CodeGen: name "${Y}" has no value`);return L0._`${Q}${Y.scopePath}`})}scopeCode(Q=this._values,X,Y){return this._reduceValues(Q,(W)=>{if(W.value===void 0)throw Error(`CodeGen: name "${W}" has no value`);return W.value.code},X,Y)}_reduceValues(Q,X,Y={},W){let G=L0.nil;for(let J in Q){let $=Q[J];if(!$)continue;let z=Y[J]=Y[J]||new Map;$.forEach((H)=>{if(z.has(H))return;z.set(H,j4.Started);let A=X(H);if(A){let K=this.opts.es5?SG.varKinds.var:SG.varKinds.const;G=L0._`${G}${K} ${H} = ${A};${this.opts._n}`}else if(A=W===null||W===void 0?void 0:W(H))G=L0._`${G}${A}${this.opts._n}`;else throw new EG(H);z.set(H,j4.Completed)})}return G}}SG.ValueScope=TG});var v=N((F0)=>{Object.defineProperty(F0,"__esModule",{value:!0});F0.or=F0.and=F0.not=F0.CodeGen=F0.operators=F0.varKinds=F0.ValueScopeName=F0.ValueScope=F0.Scope=F0.Name=F0.regexpCode=F0.stringify=F0.getProperty=F0.nil=F0.strConcat=F0.str=F0._=void 0;var g=q6(),S0=w9(),W1=q6();Object.defineProperty(F0,"_",{enumerable:!0,get:function(){return W1._}});Object.defineProperty(F0,"str",{enumerable:!0,get:function(){return W1.str}});Object.defineProperty(F0,"strConcat",{enumerable:!0,get:function(){return W1.strConcat}});Object.defineProperty(F0,"nil",{enumerable:!0,get:function(){return W1.nil}});Object.defineProperty(F0,"getProperty",{enumerable:!0,get:function(){return W1.getProperty}});Object.defineProperty(F0,"stringify",{enumerable:!0,get:function(){return W1.stringify}});Object.defineProperty(F0,"regexpCode",{enumerable:!0,get:function(){return W1.regexpCode}});Object.defineProperty(F0,"Name",{enumerable:!0,get:function(){return W1.Name}});var R4=w9();Object.defineProperty(F0,"Scope",{enumerable:!0,get:function(){return R4.Scope}});Object.defineProperty(F0,"ValueScope",{enumerable:!0,get:function(){return R4.ValueScope}});Object.defineProperty(F0,"ValueScopeName",{enumerable:!0,get:function(){return R4.ValueScopeName}});Object.defineProperty(F0,"varKinds",{enumerable:!0,get:function(){return R4.varKinds}});F0.operators={GT:new g._Code(">"),GTE:new g._Code(">="),LT:new g._Code("<"),LTE:new g._Code("<="),EQ:new g._Code("==="),NEQ:new g._Code("!=="),NOT:new g._Code("!"),OR:new g._Code("||"),AND:new g._Code("&&"),ADD:new g._Code("+")};class G1{optimizeNodes(){return this}optimizeNames(Q,X){return this}}class CG extends G1{constructor(Q,X,Y){super();this.varKind=Q,this.name=X,this.rhs=Y}render({es5:Q,_n:X}){let Y=Q?S0.varKinds.var:this.varKind,W=this.rhs===void 0?"":` = ${this.rhs}`;return`${Y} ${this.name}${W};`+X}optimizeNames(Q,X){if(!Q[this.name.str])return;if(this.rhs)this.rhs=R1(this.rhs,Q,X);return this}get names(){return this.rhs instanceof g._CodeOrName?this.rhs.names:{}}}class P9 extends G1{constructor(Q,X,Y){super();this.lhs=Q,this.rhs=X,this.sideEffects=Y}render({_n:Q}){return`${this.lhs} = ${this.rhs};`+Q}optimizeNames(Q,X){if(this.lhs instanceof g.Name&&!Q[this.lhs.str]&&!this.sideEffects)return;return this.rhs=R1(this.rhs,Q,X),this}get names(){let Q=this.lhs instanceof g.Name?{}:{...this.lhs.names};return S4(Q,this.rhs)}}class kG extends P9{constructor(Q,X,Y,W){super(Q,Y,W);this.op=X}render({_n:Q}){return`${this.lhs} ${this.op}= ${this.rhs};`+Q}}class vG extends G1{constructor(Q){super();this.label=Q,this.names={}}render({_n:Q}){return`${this.label}:`+Q}}class xG extends G1{constructor(Q){super();this.label=Q,this.names={}}render({_n:Q}){return`break${this.label?` ${this.label}`:""};`+Q}}class _G extends G1{constructor(Q){super();this.error=Q}render({_n:Q}){return`throw ${this.error};`+Q}get names(){return this.error.names}}class yG extends G1{constructor(Q){super();this.code=Q}render({_n:Q}){return`${this.code};`+Q}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(Q,X){return this.code=R1(this.code,Q,X),this}get names(){return this.code instanceof g._CodeOrName?this.code.names:{}}}class C4 extends G1{constructor(Q=[]){super();this.nodes=Q}render(Q){return this.nodes.reduce((X,Y)=>X+Y.render(Q),"")}optimizeNodes(){let{nodes:Q}=this,X=Q.length;while(X--){let Y=Q[X].optimizeNodes();if(Array.isArray(Y))Q.splice(X,1,...Y);else if(Y)Q[X]=Y;else Q.splice(X,1)}return Q.length>0?this:void 0}optimizeNames(Q,X){let{nodes:Y}=this,W=Y.length;while(W--){let G=Y[W];if(G.optimizeNames(Q,X))continue;DK(Q,G.names),Y.splice(W,1)}return Y.length>0?this:void 0}get names(){return this.nodes.reduce((Q,X)=>D1(Q,X.names),{})}}class J1 extends C4{render(Q){return"{"+Q._n+super.render(Q)+"}"+Q._n}}class gG extends C4{}class O6 extends J1{}O6.kind="else";class p0 extends J1{constructor(Q,X){super(X);this.condition=Q}render(Q){let X=`if(${this.condition})`+super.render(Q);if(this.else)X+="else "+this.else.render(Q);return X}optimizeNodes(){super.optimizeNodes();let Q=this.condition;if(Q===!0)return this.nodes;let X=this.else;if(X){let Y=X.optimizeNodes();X=this.else=Array.isArray(Y)?new O6(Y):Y}if(X){if(Q===!1)return X instanceof p0?X:X.nodes;if(this.nodes.length)return this;return new p0(mG(Q),X instanceof p0?[X]:X.nodes)}if(Q===!1||!this.nodes.length)return;return this}optimizeNames(Q,X){var Y;if(this.else=(Y=this.else)===null||Y===void 0?void 0:Y.optimizeNames(Q,X),!(super.optimizeNames(Q,X)||this.else))return;return this.condition=R1(this.condition,Q,X),this}get names(){let Q=super.names;if(S4(Q,this.condition),this.else)D1(Q,this.else.names);return Q}}p0.kind="if";class S1 extends J1{}S1.kind="for";class uG extends S1{constructor(Q){super();this.iteration=Q}render(Q){return`for(${this.iteration})`+super.render(Q)}optimizeNames(Q,X){if(!super.optimizeNames(Q,X))return;return this.iteration=R1(this.iteration,Q,X),this}get names(){return D1(super.names,this.iteration.names)}}class hG extends S1{constructor(Q,X,Y,W){super();this.varKind=Q,this.name=X,this.from=Y,this.to=W}render(Q){let X=Q.es5?S0.varKinds.var:this.varKind,{name:Y,from:W,to:G}=this;return`for(${X} ${Y}=${W}; ${Y}<${G}; ${Y}++)`+super.render(Q)}get names(){let Q=S4(super.names,this.from);return S4(Q,this.to)}}class b9 extends S1{constructor(Q,X,Y,W){super();this.loop=Q,this.varKind=X,this.name=Y,this.iterable=W}render(Q){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(Q)}optimizeNames(Q,X){if(!super.optimizeNames(Q,X))return;return this.iterable=R1(this.iterable,Q,X),this}get names(){return D1(super.names,this.iterable.names)}}class P4 extends J1{constructor(Q,X,Y){super();this.name=Q,this.args=X,this.async=Y}render(Q){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(Q)}}P4.kind="func";class I4 extends C4{render(Q){return"return "+super.render(Q)}}I4.kind="return";class fG extends J1{render(Q){let X="try"+super.render(Q);if(this.catch)X+=this.catch.render(Q);if(this.finally)X+=this.finally.render(Q);return X}optimizeNodes(){var Q,X;return super.optimizeNodes(),(Q=this.catch)===null||Q===void 0||Q.optimizeNodes(),(X=this.finally)===null||X===void 0||X.optimizeNodes(),this}optimizeNames(Q,X){var Y,W;return super.optimizeNames(Q,X),(Y=this.catch)===null||Y===void 0||Y.optimizeNames(Q,X),(W=this.finally)===null||W===void 0||W.optimizeNames(Q,X),this}get names(){let Q=super.names;if(this.catch)D1(Q,this.catch.names);if(this.finally)D1(Q,this.finally.names);return Q}}class E4 extends J1{constructor(Q){super();this.error=Q}render(Q){return`catch(${this.error})`+super.render(Q)}}E4.kind="catch";class T4 extends J1{render(Q){return"finally"+super.render(Q)}}T4.kind="finally";class lG{constructor(Q,X={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...X,_n:X.lines?`
3
- `:""},this._extScope=Q,this._scope=new S0.Scope({parent:Q}),this._nodes=[new gG]}toString(){return this._root.render(this.opts)}name(Q){return this._scope.name(Q)}scopeName(Q){return this._extScope.name(Q)}scopeValue(Q,X){let Y=this._extScope.value(Q,X);return(this._values[Y.prefix]||(this._values[Y.prefix]=new Set)).add(Y),Y}getScopeValue(Q,X){return this._extScope.getValue(Q,X)}scopeRefs(Q){return this._extScope.scopeRefs(Q,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(Q,X,Y,W){let G=this._scope.toName(X);if(Y!==void 0&&W)this._constants[G.str]=Y;return this._leafNode(new CG(Q,G,Y)),G}const(Q,X,Y){return this._def(S0.varKinds.const,Q,X,Y)}let(Q,X,Y){return this._def(S0.varKinds.let,Q,X,Y)}var(Q,X,Y){return this._def(S0.varKinds.var,Q,X,Y)}assign(Q,X,Y){return this._leafNode(new P9(Q,X,Y))}add(Q,X){return this._leafNode(new kG(Q,F0.operators.ADD,X))}code(Q){if(typeof Q=="function")Q();else if(Q!==g.nil)this._leafNode(new yG(Q));return this}object(...Q){let X=["{"];for(let[Y,W]of Q){if(X.length>1)X.push(",");if(X.push(Y),Y!==W||this.opts.es5)X.push(":"),(0,g.addCodeArg)(X,W)}return X.push("}"),new g._Code(X)}if(Q,X,Y){if(this._blockNode(new p0(Q)),X&&Y)this.code(X).else().code(Y).endIf();else if(X)this.code(X).endIf();else if(Y)throw Error('CodeGen: "else" body without "then" body');return this}elseIf(Q){return this._elseNode(new p0(Q))}else(){return this._elseNode(new O6)}endIf(){return this._endBlockNode(p0,O6)}_for(Q,X){if(this._blockNode(Q),X)this.code(X).endFor();return this}for(Q,X){return this._for(new uG(Q),X)}forRange(Q,X,Y,W,G=this.opts.es5?S0.varKinds.var:S0.varKinds.let){let J=this._scope.toName(Q);return this._for(new hG(G,J,X,Y),()=>W(J))}forOf(Q,X,Y,W=S0.varKinds.const){let G=this._scope.toName(Q);if(this.opts.es5){let J=X instanceof g.Name?X:this.var("_arr",X);return this.forRange("_i",0,g._`${J}.length`,($)=>{this.var(G,g._`${J}[${$}]`),Y(G)})}return this._for(new b9("of",W,G,X),()=>Y(G))}forIn(Q,X,Y,W=this.opts.es5?S0.varKinds.var:S0.varKinds.const){if(this.opts.ownProperties)return this.forOf(Q,g._`Object.keys(${X})`,Y);let G=this._scope.toName(Q);return this._for(new b9("in",W,G,X),()=>Y(G))}endFor(){return this._endBlockNode(S1)}label(Q){return this._leafNode(new vG(Q))}break(Q){return this._leafNode(new xG(Q))}return(Q){let X=new I4;if(this._blockNode(X),this.code(Q),X.nodes.length!==1)throw Error('CodeGen: "return" should have one node');return this._endBlockNode(I4)}try(Q,X,Y){if(!X&&!Y)throw Error('CodeGen: "try" without "catch" and "finally"');let W=new fG;if(this._blockNode(W),this.code(Q),X){let G=this.name("e");this._currNode=W.catch=new E4(G),X(G)}if(Y)this._currNode=W.finally=new T4,this.code(Y);return this._endBlockNode(E4,T4)}throw(Q){return this._leafNode(new _G(Q))}block(Q,X){if(this._blockStarts.push(this._nodes.length),Q)this.code(Q).endBlock(X);return this}endBlock(Q){let X=this._blockStarts.pop();if(X===void 0)throw Error("CodeGen: not in self-balancing block");let Y=this._nodes.length-X;if(Y<0||Q!==void 0&&Y!==Q)throw Error(`CodeGen: wrong number of nodes: ${Y} vs ${Q} expected`);return this._nodes.length=X,this}func(Q,X=g.nil,Y,W){if(this._blockNode(new P4(Q,X,Y)),W)this.code(W).endFunc();return this}endFunc(){return this._endBlockNode(P4)}optimize(Q=1){while(Q-- >0)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(Q){return this._currNode.nodes.push(Q),this}_blockNode(Q){this._currNode.nodes.push(Q),this._nodes.push(Q)}_endBlockNode(Q,X){let Y=this._currNode;if(Y instanceof Q||X&&Y instanceof X)return this._nodes.pop(),this;throw Error(`CodeGen: not in block "${X?`${Q.kind}/${X.kind}`:Q.kind}"`)}_elseNode(Q){let X=this._currNode;if(!(X instanceof p0))throw Error('CodeGen: "else" without "if"');return this._currNode=X.else=Q,this}get _root(){return this._nodes[0]}get _currNode(){let Q=this._nodes;return Q[Q.length-1]}set _currNode(Q){let X=this._nodes;X[X.length-1]=Q}}F0.CodeGen=lG;function D1(Q,X){for(let Y in X)Q[Y]=(Q[Y]||0)+(X[Y]||0);return Q}function S4(Q,X){return X instanceof g._CodeOrName?D1(Q,X.names):Q}function R1(Q,X,Y){if(Q instanceof g.Name)return W(Q);if(!G(Q))return Q;return new g._Code(Q._items.reduce((J,$)=>{if($ instanceof g.Name)$=W($);if($ instanceof g._Code)J.push(...$._items);else J.push($);return J},[]));function W(J){let $=Y[J.str];if($===void 0||X[J.str]!==1)return J;return delete X[J.str],$}function G(J){return J instanceof g._Code&&J._items.some(($)=>$ instanceof g.Name&&X[$.str]===1&&Y[$.str]!==void 0)}}function DK(Q,X){for(let Y in X)Q[Y]=(Q[Y]||0)-(X[Y]||0)}function mG(Q){return typeof Q=="boolean"||typeof Q=="number"||Q===null?!Q:g._`!${j9(Q)}`}F0.not=mG;var LK=cG(F0.operators.AND);function FK(...Q){return Q.reduce(LK)}F0.and=FK;var qK=cG(F0.operators.OR);function OK(...Q){return Q.reduce(qK)}F0.or=OK;function cG(Q){return(X,Y)=>X===g.nil?Y:Y===g.nil?X:g._`${j9(X)} ${Q} ${j9(Y)}`}function j9(Q){return Q instanceof g.Name?Q:g._`(${Q})`}});var f=N((sG)=>{Object.defineProperty(sG,"__esModule",{value:!0});sG.checkStrictMode=sG.getErrorPath=sG.Type=sG.useFunc=sG.setEvaluated=sG.evaluatedPropsToName=sG.mergeEvaluated=sG.eachItem=sG.unescapeJsonPointer=sG.escapeJsonPointer=sG.escapeFragment=sG.unescapeFragment=sG.schemaRefOrVal=sG.schemaHasRulesButRef=sG.schemaHasRules=sG.checkUnknownRules=sG.alwaysValidSchema=sG.toHash=void 0;var c=v(),NK=q6();function wK(Q){let X={};for(let Y of Q)X[Y]=!0;return X}sG.toHash=wK;function bK(Q,X){if(typeof X=="boolean")return X;if(Object.keys(X).length===0)return!0;return nG(Q,X),!dG(X,Q.self.RULES.all)}sG.alwaysValidSchema=bK;function nG(Q,X=Q.schema){let{opts:Y,self:W}=Q;if(!Y.strictSchema)return;if(typeof X==="boolean")return;let G=W.RULES.keywords;for(let J in X)if(!G[J])aG(Q,`unknown keyword: "${J}"`)}sG.checkUnknownRules=nG;function dG(Q,X){if(typeof Q=="boolean")return!Q;for(let Y in Q)if(X[Y])return!0;return!1}sG.schemaHasRules=dG;function jK(Q,X){if(typeof Q=="boolean")return!Q;for(let Y in Q)if(Y!=="$ref"&&X.all[Y])return!0;return!1}sG.schemaHasRulesButRef=jK;function PK({topSchemaRef:Q,schemaPath:X},Y,W,G){if(!G){if(typeof Y=="number"||typeof Y=="boolean")return Y;if(typeof Y=="string")return c._`${Y}`}return c._`${Q}${X}${(0,c.getProperty)(W)}`}sG.schemaRefOrVal=PK;function IK(Q){return oG(decodeURIComponent(Q))}sG.unescapeFragment=IK;function EK(Q){return encodeURIComponent(E9(Q))}sG.escapeFragment=EK;function E9(Q){if(typeof Q=="number")return`${Q}`;return Q.replace(/~/g,"~0").replace(/\//g,"~1")}sG.escapeJsonPointer=E9;function oG(Q){return Q.replace(/~1/g,"/").replace(/~0/g,"~")}sG.unescapeJsonPointer=oG;function TK(Q,X){if(Array.isArray(Q))for(let Y of Q)X(Y);else X(Q)}sG.eachItem=TK;function iG({mergeNames:Q,mergeToName:X,mergeValues:Y,resultToName:W}){return(G,J,$,z)=>{let H=$===void 0?J:$ instanceof c.Name?(J instanceof c.Name?Q(G,J,$):X(G,J,$),$):J instanceof c.Name?(X(G,$,J),J):Y(J,$);return z===c.Name&&!(H instanceof c.Name)?W(G,H):H}}sG.mergeEvaluated={props:iG({mergeNames:(Q,X,Y)=>Q.if(c._`${Y} !== true && ${X} !== undefined`,()=>{Q.if(c._`${X} === true`,()=>Q.assign(Y,!0),()=>Q.assign(Y,c._`${Y} || {}`).code(c._`Object.assign(${Y}, ${X})`))}),mergeToName:(Q,X,Y)=>Q.if(c._`${Y} !== true`,()=>{if(X===!0)Q.assign(Y,!0);else Q.assign(Y,c._`${Y} || {}`),T9(Q,Y,X)}),mergeValues:(Q,X)=>Q===!0?!0:{...Q,...X},resultToName:tG}),items:iG({mergeNames:(Q,X,Y)=>Q.if(c._`${Y} !== true && ${X} !== undefined`,()=>Q.assign(Y,c._`${X} === true ? true : ${Y} > ${X} ? ${Y} : ${X}`)),mergeToName:(Q,X,Y)=>Q.if(c._`${Y} !== true`,()=>Q.assign(Y,X===!0?!0:c._`${Y} > ${X} ? ${Y} : ${X}`)),mergeValues:(Q,X)=>Q===!0?!0:Math.max(Q,X),resultToName:(Q,X)=>Q.var("items",X)})};function tG(Q,X){if(X===!0)return Q.var("props",!0);let Y=Q.var("props",c._`{}`);if(X!==void 0)T9(Q,Y,X);return Y}sG.evaluatedPropsToName=tG;function T9(Q,X,Y){Object.keys(Y).forEach((W)=>Q.assign(c._`${X}${(0,c.getProperty)(W)}`,!0))}sG.setEvaluated=T9;var rG={};function SK(Q,X){return Q.scopeValue("func",{ref:X,code:rG[X.code]||(rG[X.code]=new NK._Code(X.code))})}sG.useFunc=SK;var I9;(function(Q){Q[Q.Num=0]="Num",Q[Q.Str=1]="Str"})(I9||(sG.Type=I9={}));function RK(Q,X,Y){if(Q instanceof c.Name){let W=X===I9.Num;return Y?W?c._`"[" + ${Q} + "]"`:c._`"['" + ${Q} + "']"`:W?c._`"/" + ${Q}`:c._`"/" + ${Q}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return Y?(0,c.getProperty)(Q).toString():"/"+E9(Q)}sG.getErrorPath=RK;function aG(Q,X,Y=Q.opts.strictSchema){if(!Y)return;if(X=`strict mode: ${X}`,Y===!0)throw Error(X);Q.self.logger.warn(X)}sG.checkStrictMode=aG});var i0=N((QJ)=>{Object.defineProperty(QJ,"__esModule",{value:!0});var A0=v(),dK={data:new A0.Name("data"),valCxt:new A0.Name("valCxt"),instancePath:new A0.Name("instancePath"),parentData:new A0.Name("parentData"),parentDataProperty:new A0.Name("parentDataProperty"),rootData:new A0.Name("rootData"),dynamicAnchors:new A0.Name("dynamicAnchors"),vErrors:new A0.Name("vErrors"),errors:new A0.Name("errors"),this:new A0.Name("this"),self:new A0.Name("self"),scope:new A0.Name("scope"),json:new A0.Name("json"),jsonPos:new A0.Name("jsonPos"),jsonLen:new A0.Name("jsonLen"),jsonPart:new A0.Name("jsonPart")};QJ.default=dK});var M6=N((GJ)=>{Object.defineProperty(GJ,"__esModule",{value:!0});GJ.extendErrors=GJ.resetErrorsCount=GJ.reportExtraError=GJ.reportError=GJ.keyword$DataError=GJ.keywordError=void 0;var u=v(),v4=f(),U0=i0();GJ.keywordError={message:({keyword:Q})=>u.str`must pass "${Q}" keyword validation`};GJ.keyword$DataError={message:({keyword:Q,schemaType:X})=>X?u.str`"${Q}" keyword must be ${X} ($data)`:u.str`"${Q}" keyword is invalid ($data)`};function tK(Q,X=GJ.keywordError,Y,W){let{it:G}=Q,{gen:J,compositeRule:$,allErrors:z}=G,H=WJ(Q,X,Y);if(W!==null&&W!==void 0?W:$||z)XJ(J,H);else YJ(G,u._`[${H}]`)}GJ.reportError=tK;function aK(Q,X=GJ.keywordError,Y){let{it:W}=Q,{gen:G,compositeRule:J,allErrors:$}=W,z=WJ(Q,X,Y);if(XJ(G,z),!(J||$))YJ(W,U0.default.vErrors)}GJ.reportExtraError=aK;function sK(Q,X){Q.assign(U0.default.errors,X),Q.if(u._`${U0.default.vErrors} !== null`,()=>Q.if(X,()=>Q.assign(u._`${U0.default.vErrors}.length`,X),()=>Q.assign(U0.default.vErrors,null)))}GJ.resetErrorsCount=sK;function eK({gen:Q,keyword:X,schemaValue:Y,data:W,errsCount:G,it:J}){if(G===void 0)throw Error("ajv implementation error");let $=Q.name("err");Q.forRange("i",G,U0.default.errors,(z)=>{if(Q.const($,u._`${U0.default.vErrors}[${z}]`),Q.if(u._`${$}.instancePath === undefined`,()=>Q.assign(u._`${$}.instancePath`,(0,u.strConcat)(U0.default.instancePath,J.errorPath))),Q.assign(u._`${$}.schemaPath`,u.str`${J.errSchemaPath}/${X}`),J.opts.verbose)Q.assign(u._`${$}.schema`,Y),Q.assign(u._`${$}.data`,W)})}GJ.extendErrors=eK;function XJ(Q,X){let Y=Q.const("err",X);Q.if(u._`${U0.default.vErrors} === null`,()=>Q.assign(U0.default.vErrors,u._`[${Y}]`),u._`${U0.default.vErrors}.push(${Y})`),Q.code(u._`${U0.default.errors}++`)}function YJ(Q,X){let{gen:Y,validateName:W,schemaEnv:G}=Q;if(G.$async)Y.throw(u._`new ${Q.ValidationError}(${X})`);else Y.assign(u._`${W}.errors`,X),Y.return(!1)}var L1={keyword:new u.Name("keyword"),schemaPath:new u.Name("schemaPath"),params:new u.Name("params"),propertyName:new u.Name("propertyName"),message:new u.Name("message"),schema:new u.Name("schema"),parentSchema:new u.Name("parentSchema")};function WJ(Q,X,Y){let{createErrors:W}=Q.it;if(W===!1)return u._`{}`;return QU(Q,X,Y)}function QU(Q,X,Y={}){let{gen:W,it:G}=Q,J=[XU(G,Y),YU(Q,Y)];return WU(Q,X,J),W.object(...J)}function XU({errorPath:Q},{instancePath:X}){let Y=X?u.str`${Q}${(0,v4.getErrorPath)(X,v4.Type.Str)}`:Q;return[U0.default.instancePath,(0,u.strConcat)(U0.default.instancePath,Y)]}function YU({keyword:Q,it:{errSchemaPath:X}},{schemaPath:Y,parentSchema:W}){let G=W?X:u.str`${X}/${Q}`;if(Y)G=u.str`${G}${(0,v4.getErrorPath)(Y,v4.Type.Str)}`;return[L1.schemaPath,G]}function WU(Q,{params:X,message:Y},W){let{keyword:G,data:J,schemaValue:$,it:z}=Q,{opts:H,propertyName:A,topSchemaRef:K,schemaPath:U}=z;if(W.push([L1.keyword,G],[L1.params,typeof X=="function"?X(Q):X||u._`{}`]),H.messages)W.push([L1.message,typeof Y=="function"?Y(Q):Y]);if(H.verbose)W.push([L1.schema,$],[L1.parentSchema,u._`${K}${U}`],[U0.default.data,J]);if(A)W.push([L1.propertyName,A])}});var AJ=N((zJ)=>{Object.defineProperty(zJ,"__esModule",{value:!0});zJ.boolOrEmptySchema=zJ.topBoolOrEmptySchema=void 0;var HU=M6(),AU=v(),KU=i0(),UU={message:"boolean schema is false"};function BU(Q){let{gen:X,schema:Y,validateName:W}=Q;if(Y===!1)$J(Q,!1);else if(typeof Y=="object"&&Y.$async===!0)X.return(KU.default.data);else X.assign(AU._`${W}.errors`,null),X.return(!0)}zJ.topBoolOrEmptySchema=BU;function DU(Q,X){let{gen:Y,schema:W}=Q;if(W===!1)Y.var(X,!1),$J(Q);else Y.var(X,!0)}zJ.boolOrEmptySchema=DU;function $J(Q,X){let{gen:Y,data:W}=Q,G={gen:Y,keyword:"false schema",data:W,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:Q};(0,HU.reportError)(G,UU,void 0,X)}});var R9=N((KJ)=>{Object.defineProperty(KJ,"__esModule",{value:!0});KJ.getRules=KJ.isJSONType=void 0;var FU=["string","number","integer","boolean","null","object","array"],qU=new Set(FU);function OU(Q){return typeof Q=="string"&&qU.has(Q)}KJ.isJSONType=OU;function MU(){let Q={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...Q,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},Q.number,Q.string,Q.array,Q.object],post:{rules:[]},all:{},keywords:{}}}KJ.getRules=MU});var C9=N((LJ)=>{Object.defineProperty(LJ,"__esModule",{value:!0});LJ.shouldUseRule=LJ.shouldUseGroup=LJ.schemaHasRulesForType=void 0;function ZU({schema:Q,self:X},Y){let W=X.RULES.types[Y];return W&&W!==!0&&BJ(Q,W)}LJ.schemaHasRulesForType=ZU;function BJ(Q,X){return X.rules.some((Y)=>DJ(Q,Y))}LJ.shouldUseGroup=BJ;function DJ(Q,X){var Y;return Q[X.keyword]!==void 0||((Y=X.definition.implements)===null||Y===void 0?void 0:Y.some((W)=>Q[W]!==void 0))}LJ.shouldUseRule=DJ});var V6=N((VJ)=>{Object.defineProperty(VJ,"__esModule",{value:!0});VJ.reportTypeError=VJ.checkDataTypes=VJ.checkDataType=VJ.coerceAndCheckDataType=VJ.getJSONTypes=VJ.getSchemaTypes=VJ.DataType=void 0;var bU=R9(),jU=C9(),PU=M6(),C=v(),qJ=f(),C1;(function(Q){Q[Q.Correct=0]="Correct",Q[Q.Wrong=1]="Wrong"})(C1||(VJ.DataType=C1={}));function IU(Q){let X=OJ(Q.type);if(X.includes("null")){if(Q.nullable===!1)throw Error("type: null contradicts nullable: false")}else{if(!X.length&&Q.nullable!==void 0)throw Error('"nullable" cannot be used without "type"');if(Q.nullable===!0)X.push("null")}return X}VJ.getSchemaTypes=IU;function OJ(Q){let X=Array.isArray(Q)?Q:Q?[Q]:[];if(X.every(bU.isJSONType))return X;throw Error("type must be JSONType or JSONType[]: "+X.join(","))}VJ.getJSONTypes=OJ;function EU(Q,X){let{gen:Y,data:W,opts:G}=Q,J=TU(X,G.coerceTypes),$=X.length>0&&!(J.length===0&&X.length===1&&(0,jU.schemaHasRulesForType)(Q,X[0]));if($){let z=v9(X,W,G.strictNumbers,C1.Wrong);Y.if(z,()=>{if(J.length)SU(Q,X,J);else x9(Q)})}return $}VJ.coerceAndCheckDataType=EU;var MJ=new Set(["string","number","integer","boolean","null"]);function TU(Q,X){return X?Q.filter((Y)=>MJ.has(Y)||X==="array"&&Y==="array"):[]}function SU(Q,X,Y){let{gen:W,data:G,opts:J}=Q,$=W.let("dataType",C._`typeof ${G}`),z=W.let("coerced",C._`undefined`);if(J.coerceTypes==="array")W.if(C._`${$} == 'object' && Array.isArray(${G}) && ${G}.length == 1`,()=>W.assign(G,C._`${G}[0]`).assign($,C._`typeof ${G}`).if(v9(X,G,J.strictNumbers),()=>W.assign(z,G)));W.if(C._`${z} !== undefined`);for(let A of Y)if(MJ.has(A)||A==="array"&&J.coerceTypes==="array")H(A);W.else(),x9(Q),W.endIf(),W.if(C._`${z} !== undefined`,()=>{W.assign(G,z),RU(Q,z)});function H(A){switch(A){case"string":W.elseIf(C._`${$} == "number" || ${$} == "boolean"`).assign(z,C._`"" + ${G}`).elseIf(C._`${G} === null`).assign(z,C._`""`);return;case"number":W.elseIf(C._`${$} == "boolean" || ${G} === null
2
+ var Z5=Object.create;var{getPrototypeOf:N5,defineProperty:UQ,getOwnPropertyNames:w5}=Object;var b5=Object.prototype.hasOwnProperty;function j5(Q){return this[Q]}var P5,I5,vX=(Q,X,Y)=>{var W=Q!=null&&typeof Q==="object";if(W){var G=X?P5??=new WeakMap:I5??=new WeakMap,J=G.get(Q);if(J)return J}Y=Q!=null?Z5(N5(Q)):{};let $=X||!Q||!Q.__esModule?UQ(Y,"default",{value:Q,enumerable:!0}):Y;for(let z of w5(Q))if(!b5.call($,z))UQ($,z,{get:j5.bind(Q,z),enumerable:!0});if(W)G.set(Q,$);return $};var N=(Q,X)=>()=>(X||Q((X={exports:{}}).exports,X),X.exports);var E5=(Q)=>Q;function T5(Q,X){this[Q]=E5.bind(null,X)}var xX=(Q,X)=>{for(var Y in X)UQ(Q,Y,{get:X[Y],enumerable:!0,configurable:!0,set:T5.bind(X,Y)})};var q6=N((IG)=>{Object.defineProperty(IG,"__esModule",{value:!0});IG.regexpCode=IG.getEsmExportName=IG.getProperty=IG.safeStringify=IG.stringify=IG.strConcat=IG.addCodeArg=IG.str=IG._=IG.nil=IG._Code=IG.Name=IG.IDENTIFIER=IG._CodeOrName=void 0;class w4{}IG._CodeOrName=w4;IG.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class T1 extends w4{constructor(Q){super();if(!IG.IDENTIFIER.test(Q))throw Error("CodeGen: name must be a valid identifier");this.str=Q}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}IG.Name=T1;class T0 extends w4{constructor(Q){super();this._items=typeof Q==="string"?[Q]:Q}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let Q=this._items[0];return Q===""||Q==='""'}get str(){var Q;return(Q=this._str)!==null&&Q!==void 0?Q:this._str=this._items.reduce((X,Y)=>`${X}${Y}`,"")}get names(){var Q;return(Q=this._names)!==null&&Q!==void 0?Q:this._names=this._items.reduce((X,Y)=>{if(Y instanceof T1)X[Y.str]=(X[Y.str]||0)+1;return X},{})}}IG._Code=T0;IG.nil=new T0("");function jG(Q,...X){let Y=[Q[0]],W=0;while(W<X.length)V9(Y,X[W]),Y.push(Q[++W]);return new T0(Y)}IG._=jG;var M9=new T0("+");function PG(Q,...X){let Y=[F6(Q[0])],W=0;while(W<X.length)Y.push(M9),V9(Y,X[W]),Y.push(M9,F6(Q[++W]));return pA(Y),new T0(Y)}IG.str=PG;function V9(Q,X){if(X instanceof T0)Q.push(...X._items);else if(X instanceof T1)Q.push(X);else Q.push(nA(X))}IG.addCodeArg=V9;function pA(Q){let X=1;while(X<Q.length-1){if(Q[X]===M9){let Y=iA(Q[X-1],Q[X+1]);if(Y!==void 0){Q.splice(X-1,3,Y);continue}Q[X++]="+"}X++}}function iA(Q,X){if(X==='""')return Q;if(Q==='""')return X;if(typeof Q=="string"){if(X instanceof T1||Q[Q.length-1]!=='"')return;if(typeof X!="string")return`${Q.slice(0,-1)}${X}"`;if(X[0]==='"')return Q.slice(0,-1)+X.slice(1);return}if(typeof X=="string"&&X[0]==='"'&&!(Q instanceof T1))return`"${Q}${X.slice(1)}`;return}function rA(Q,X){return X.emptyStr()?Q:Q.emptyStr()?X:PG`${Q}${X}`}IG.strConcat=rA;function nA(Q){return typeof Q=="number"||typeof Q=="boolean"||Q===null?Q:F6(Array.isArray(Q)?Q.join(","):Q)}function dA(Q){return new T0(F6(Q))}IG.stringify=dA;function F6(Q){return JSON.stringify(Q).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}IG.safeStringify=F6;function oA(Q){return typeof Q=="string"&&IG.IDENTIFIER.test(Q)?new T0(`.${Q}`):jG`[${Q}]`}IG.getProperty=oA;function tA(Q){if(typeof Q=="string"&&IG.IDENTIFIER.test(Q))return new T0(`${Q}`);throw Error(`CodeGen: invalid export name: ${Q}, use explicit $id name mapping`)}IG.getEsmExportName=tA;function aA(Q){return new T0(Q.toString())}IG.regexpCode=aA});var b9=N((RG)=>{Object.defineProperty(RG,"__esModule",{value:!0});RG.ValueScope=RG.ValueScopeName=RG.Scope=RG.varKinds=RG.UsedValueState=void 0;var L0=q6();class TG extends Error{constructor(Q){super(`CodeGen: "code" for ${Q} not defined`);this.value=Q.value}}var j4;(function(Q){Q[Q.Started=0]="Started",Q[Q.Completed=1]="Completed"})(j4||(RG.UsedValueState=j4={}));RG.varKinds={const:new L0.Name("const"),let:new L0.Name("let"),var:new L0.Name("var")};class N9{constructor({prefixes:Q,parent:X}={}){this._names={},this._prefixes=Q,this._parent=X}toName(Q){return Q instanceof L0.Name?Q:this.name(Q)}name(Q){return new L0.Name(this._newName(Q))}_newName(Q){let X=this._names[Q]||this._nameGroup(Q);return`${Q}${X.index++}`}_nameGroup(Q){var X,Y;if(((Y=(X=this._parent)===null||X===void 0?void 0:X._prefixes)===null||Y===void 0?void 0:Y.has(Q))||this._prefixes&&!this._prefixes.has(Q))throw Error(`CodeGen: prefix "${Q}" is not allowed in this scope`);return this._names[Q]={prefix:Q,index:0}}}RG.Scope=N9;class w9 extends L0.Name{constructor(Q,X){super(X);this.prefix=Q}setValue(Q,{property:X,itemIndex:Y}){this.value=Q,this.scopePath=L0._`.${new L0.Name(X)}[${Y}]`}}RG.ValueScopeName=w9;var KK=L0._`\n`;class SG extends N9{constructor(Q){super(Q);this._values={},this._scope=Q.scope,this.opts={...Q,_n:Q.lines?KK:L0.nil}}get(){return this._scope}name(Q){return new w9(Q,this._newName(Q))}value(Q,X){var Y;if(X.ref===void 0)throw Error("CodeGen: ref must be passed in value");let W=this.toName(Q),{prefix:G}=W,J=(Y=X.key)!==null&&Y!==void 0?Y:X.ref,$=this._values[G];if($){let A=$.get(J);if(A)return A}else $=this._values[G]=new Map;$.set(J,W);let z=this._scope[G]||(this._scope[G]=[]),H=z.length;return z[H]=X.ref,W.setValue(X,{property:G,itemIndex:H}),W}getValue(Q,X){let Y=this._values[Q];if(!Y)return;return Y.get(X)}scopeRefs(Q,X=this._values){return this._reduceValues(X,(Y)=>{if(Y.scopePath===void 0)throw Error(`CodeGen: name "${Y}" has no value`);return L0._`${Q}${Y.scopePath}`})}scopeCode(Q=this._values,X,Y){return this._reduceValues(Q,(W)=>{if(W.value===void 0)throw Error(`CodeGen: name "${W}" has no value`);return W.value.code},X,Y)}_reduceValues(Q,X,Y={},W){let G=L0.nil;for(let J in Q){let $=Q[J];if(!$)continue;let z=Y[J]=Y[J]||new Map;$.forEach((H)=>{if(z.has(H))return;z.set(H,j4.Started);let A=X(H);if(A){let K=this.opts.es5?RG.varKinds.var:RG.varKinds.const;G=L0._`${G}${K} ${H} = ${A};${this.opts._n}`}else if(A=W===null||W===void 0?void 0:W(H))G=L0._`${G}${A}${this.opts._n}`;else throw new TG(H);z.set(H,j4.Completed)})}return G}}RG.ValueScope=SG});var v=N((F0)=>{Object.defineProperty(F0,"__esModule",{value:!0});F0.or=F0.and=F0.not=F0.CodeGen=F0.operators=F0.varKinds=F0.ValueScopeName=F0.ValueScope=F0.Scope=F0.Name=F0.regexpCode=F0.stringify=F0.getProperty=F0.nil=F0.strConcat=F0.str=F0._=void 0;var g=q6(),S0=b9(),W1=q6();Object.defineProperty(F0,"_",{enumerable:!0,get:function(){return W1._}});Object.defineProperty(F0,"str",{enumerable:!0,get:function(){return W1.str}});Object.defineProperty(F0,"strConcat",{enumerable:!0,get:function(){return W1.strConcat}});Object.defineProperty(F0,"nil",{enumerable:!0,get:function(){return W1.nil}});Object.defineProperty(F0,"getProperty",{enumerable:!0,get:function(){return W1.getProperty}});Object.defineProperty(F0,"stringify",{enumerable:!0,get:function(){return W1.stringify}});Object.defineProperty(F0,"regexpCode",{enumerable:!0,get:function(){return W1.regexpCode}});Object.defineProperty(F0,"Name",{enumerable:!0,get:function(){return W1.Name}});var R4=b9();Object.defineProperty(F0,"Scope",{enumerable:!0,get:function(){return R4.Scope}});Object.defineProperty(F0,"ValueScope",{enumerable:!0,get:function(){return R4.ValueScope}});Object.defineProperty(F0,"ValueScopeName",{enumerable:!0,get:function(){return R4.ValueScopeName}});Object.defineProperty(F0,"varKinds",{enumerable:!0,get:function(){return R4.varKinds}});F0.operators={GT:new g._Code(">"),GTE:new g._Code(">="),LT:new g._Code("<"),LTE:new g._Code("<="),EQ:new g._Code("==="),NEQ:new g._Code("!=="),NOT:new g._Code("!"),OR:new g._Code("||"),AND:new g._Code("&&"),ADD:new g._Code("+")};class G1{optimizeNodes(){return this}optimizeNames(Q,X){return this}}class kG extends G1{constructor(Q,X,Y){super();this.varKind=Q,this.name=X,this.rhs=Y}render({es5:Q,_n:X}){let Y=Q?S0.varKinds.var:this.varKind,W=this.rhs===void 0?"":` = ${this.rhs}`;return`${Y} ${this.name}${W};`+X}optimizeNames(Q,X){if(!Q[this.name.str])return;if(this.rhs)this.rhs=R1(this.rhs,Q,X);return this}get names(){return this.rhs instanceof g._CodeOrName?this.rhs.names:{}}}class I9 extends G1{constructor(Q,X,Y){super();this.lhs=Q,this.rhs=X,this.sideEffects=Y}render({_n:Q}){return`${this.lhs} = ${this.rhs};`+Q}optimizeNames(Q,X){if(this.lhs instanceof g.Name&&!Q[this.lhs.str]&&!this.sideEffects)return;return this.rhs=R1(this.rhs,Q,X),this}get names(){let Q=this.lhs instanceof g.Name?{}:{...this.lhs.names};return S4(Q,this.rhs)}}class vG extends I9{constructor(Q,X,Y,W){super(Q,Y,W);this.op=X}render({_n:Q}){return`${this.lhs} ${this.op}= ${this.rhs};`+Q}}class xG extends G1{constructor(Q){super();this.label=Q,this.names={}}render({_n:Q}){return`${this.label}:`+Q}}class _G extends G1{constructor(Q){super();this.label=Q,this.names={}}render({_n:Q}){return`break${this.label?` ${this.label}`:""};`+Q}}class yG extends G1{constructor(Q){super();this.error=Q}render({_n:Q}){return`throw ${this.error};`+Q}get names(){return this.error.names}}class gG extends G1{constructor(Q){super();this.code=Q}render({_n:Q}){return`${this.code};`+Q}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(Q,X){return this.code=R1(this.code,Q,X),this}get names(){return this.code instanceof g._CodeOrName?this.code.names:{}}}class C4 extends G1{constructor(Q=[]){super();this.nodes=Q}render(Q){return this.nodes.reduce((X,Y)=>X+Y.render(Q),"")}optimizeNodes(){let{nodes:Q}=this,X=Q.length;while(X--){let Y=Q[X].optimizeNodes();if(Array.isArray(Y))Q.splice(X,1,...Y);else if(Y)Q[X]=Y;else Q.splice(X,1)}return Q.length>0?this:void 0}optimizeNames(Q,X){let{nodes:Y}=this,W=Y.length;while(W--){let G=Y[W];if(G.optimizeNames(Q,X))continue;LK(Q,G.names),Y.splice(W,1)}return Y.length>0?this:void 0}get names(){return this.nodes.reduce((Q,X)=>D1(Q,X.names),{})}}class J1 extends C4{render(Q){return"{"+Q._n+super.render(Q)+"}"+Q._n}}class uG extends C4{}class O6 extends J1{}O6.kind="else";class p0 extends J1{constructor(Q,X){super(X);this.condition=Q}render(Q){let X=`if(${this.condition})`+super.render(Q);if(this.else)X+="else "+this.else.render(Q);return X}optimizeNodes(){super.optimizeNodes();let Q=this.condition;if(Q===!0)return this.nodes;let X=this.else;if(X){let Y=X.optimizeNodes();X=this.else=Array.isArray(Y)?new O6(Y):Y}if(X){if(Q===!1)return X instanceof p0?X:X.nodes;if(this.nodes.length)return this;return new p0(cG(Q),X instanceof p0?[X]:X.nodes)}if(Q===!1||!this.nodes.length)return;return this}optimizeNames(Q,X){var Y;if(this.else=(Y=this.else)===null||Y===void 0?void 0:Y.optimizeNames(Q,X),!(super.optimizeNames(Q,X)||this.else))return;return this.condition=R1(this.condition,Q,X),this}get names(){let Q=super.names;if(S4(Q,this.condition),this.else)D1(Q,this.else.names);return Q}}p0.kind="if";class S1 extends J1{}S1.kind="for";class hG extends S1{constructor(Q){super();this.iteration=Q}render(Q){return`for(${this.iteration})`+super.render(Q)}optimizeNames(Q,X){if(!super.optimizeNames(Q,X))return;return this.iteration=R1(this.iteration,Q,X),this}get names(){return D1(super.names,this.iteration.names)}}class fG extends S1{constructor(Q,X,Y,W){super();this.varKind=Q,this.name=X,this.from=Y,this.to=W}render(Q){let X=Q.es5?S0.varKinds.var:this.varKind,{name:Y,from:W,to:G}=this;return`for(${X} ${Y}=${W}; ${Y}<${G}; ${Y}++)`+super.render(Q)}get names(){let Q=S4(super.names,this.from);return S4(Q,this.to)}}class j9 extends S1{constructor(Q,X,Y,W){super();this.loop=Q,this.varKind=X,this.name=Y,this.iterable=W}render(Q){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(Q)}optimizeNames(Q,X){if(!super.optimizeNames(Q,X))return;return this.iterable=R1(this.iterable,Q,X),this}get names(){return D1(super.names,this.iterable.names)}}class P4 extends J1{constructor(Q,X,Y){super();this.name=Q,this.args=X,this.async=Y}render(Q){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(Q)}}P4.kind="func";class I4 extends C4{render(Q){return"return "+super.render(Q)}}I4.kind="return";class lG extends J1{render(Q){let X="try"+super.render(Q);if(this.catch)X+=this.catch.render(Q);if(this.finally)X+=this.finally.render(Q);return X}optimizeNodes(){var Q,X;return super.optimizeNodes(),(Q=this.catch)===null||Q===void 0||Q.optimizeNodes(),(X=this.finally)===null||X===void 0||X.optimizeNodes(),this}optimizeNames(Q,X){var Y,W;return super.optimizeNames(Q,X),(Y=this.catch)===null||Y===void 0||Y.optimizeNames(Q,X),(W=this.finally)===null||W===void 0||W.optimizeNames(Q,X),this}get names(){let Q=super.names;if(this.catch)D1(Q,this.catch.names);if(this.finally)D1(Q,this.finally.names);return Q}}class E4 extends J1{constructor(Q){super();this.error=Q}render(Q){return`catch(${this.error})`+super.render(Q)}}E4.kind="catch";class T4 extends J1{render(Q){return"finally"+super.render(Q)}}T4.kind="finally";class mG{constructor(Q,X={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...X,_n:X.lines?`
3
+ `:""},this._extScope=Q,this._scope=new S0.Scope({parent:Q}),this._nodes=[new uG]}toString(){return this._root.render(this.opts)}name(Q){return this._scope.name(Q)}scopeName(Q){return this._extScope.name(Q)}scopeValue(Q,X){let Y=this._extScope.value(Q,X);return(this._values[Y.prefix]||(this._values[Y.prefix]=new Set)).add(Y),Y}getScopeValue(Q,X){return this._extScope.getValue(Q,X)}scopeRefs(Q){return this._extScope.scopeRefs(Q,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(Q,X,Y,W){let G=this._scope.toName(X);if(Y!==void 0&&W)this._constants[G.str]=Y;return this._leafNode(new kG(Q,G,Y)),G}const(Q,X,Y){return this._def(S0.varKinds.const,Q,X,Y)}let(Q,X,Y){return this._def(S0.varKinds.let,Q,X,Y)}var(Q,X,Y){return this._def(S0.varKinds.var,Q,X,Y)}assign(Q,X,Y){return this._leafNode(new I9(Q,X,Y))}add(Q,X){return this._leafNode(new vG(Q,F0.operators.ADD,X))}code(Q){if(typeof Q=="function")Q();else if(Q!==g.nil)this._leafNode(new gG(Q));return this}object(...Q){let X=["{"];for(let[Y,W]of Q){if(X.length>1)X.push(",");if(X.push(Y),Y!==W||this.opts.es5)X.push(":"),(0,g.addCodeArg)(X,W)}return X.push("}"),new g._Code(X)}if(Q,X,Y){if(this._blockNode(new p0(Q)),X&&Y)this.code(X).else().code(Y).endIf();else if(X)this.code(X).endIf();else if(Y)throw Error('CodeGen: "else" body without "then" body');return this}elseIf(Q){return this._elseNode(new p0(Q))}else(){return this._elseNode(new O6)}endIf(){return this._endBlockNode(p0,O6)}_for(Q,X){if(this._blockNode(Q),X)this.code(X).endFor();return this}for(Q,X){return this._for(new hG(Q),X)}forRange(Q,X,Y,W,G=this.opts.es5?S0.varKinds.var:S0.varKinds.let){let J=this._scope.toName(Q);return this._for(new fG(G,J,X,Y),()=>W(J))}forOf(Q,X,Y,W=S0.varKinds.const){let G=this._scope.toName(Q);if(this.opts.es5){let J=X instanceof g.Name?X:this.var("_arr",X);return this.forRange("_i",0,g._`${J}.length`,($)=>{this.var(G,g._`${J}[${$}]`),Y(G)})}return this._for(new j9("of",W,G,X),()=>Y(G))}forIn(Q,X,Y,W=this.opts.es5?S0.varKinds.var:S0.varKinds.const){if(this.opts.ownProperties)return this.forOf(Q,g._`Object.keys(${X})`,Y);let G=this._scope.toName(Q);return this._for(new j9("in",W,G,X),()=>Y(G))}endFor(){return this._endBlockNode(S1)}label(Q){return this._leafNode(new xG(Q))}break(Q){return this._leafNode(new _G(Q))}return(Q){let X=new I4;if(this._blockNode(X),this.code(Q),X.nodes.length!==1)throw Error('CodeGen: "return" should have one node');return this._endBlockNode(I4)}try(Q,X,Y){if(!X&&!Y)throw Error('CodeGen: "try" without "catch" and "finally"');let W=new lG;if(this._blockNode(W),this.code(Q),X){let G=this.name("e");this._currNode=W.catch=new E4(G),X(G)}if(Y)this._currNode=W.finally=new T4,this.code(Y);return this._endBlockNode(E4,T4)}throw(Q){return this._leafNode(new yG(Q))}block(Q,X){if(this._blockStarts.push(this._nodes.length),Q)this.code(Q).endBlock(X);return this}endBlock(Q){let X=this._blockStarts.pop();if(X===void 0)throw Error("CodeGen: not in self-balancing block");let Y=this._nodes.length-X;if(Y<0||Q!==void 0&&Y!==Q)throw Error(`CodeGen: wrong number of nodes: ${Y} vs ${Q} expected`);return this._nodes.length=X,this}func(Q,X=g.nil,Y,W){if(this._blockNode(new P4(Q,X,Y)),W)this.code(W).endFunc();return this}endFunc(){return this._endBlockNode(P4)}optimize(Q=1){while(Q-- >0)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(Q){return this._currNode.nodes.push(Q),this}_blockNode(Q){this._currNode.nodes.push(Q),this._nodes.push(Q)}_endBlockNode(Q,X){let Y=this._currNode;if(Y instanceof Q||X&&Y instanceof X)return this._nodes.pop(),this;throw Error(`CodeGen: not in block "${X?`${Q.kind}/${X.kind}`:Q.kind}"`)}_elseNode(Q){let X=this._currNode;if(!(X instanceof p0))throw Error('CodeGen: "else" without "if"');return this._currNode=X.else=Q,this}get _root(){return this._nodes[0]}get _currNode(){let Q=this._nodes;return Q[Q.length-1]}set _currNode(Q){let X=this._nodes;X[X.length-1]=Q}}F0.CodeGen=mG;function D1(Q,X){for(let Y in X)Q[Y]=(Q[Y]||0)+(X[Y]||0);return Q}function S4(Q,X){return X instanceof g._CodeOrName?D1(Q,X.names):Q}function R1(Q,X,Y){if(Q instanceof g.Name)return W(Q);if(!G(Q))return Q;return new g._Code(Q._items.reduce((J,$)=>{if($ instanceof g.Name)$=W($);if($ instanceof g._Code)J.push(...$._items);else J.push($);return J},[]));function W(J){let $=Y[J.str];if($===void 0||X[J.str]!==1)return J;return delete X[J.str],$}function G(J){return J instanceof g._Code&&J._items.some(($)=>$ instanceof g.Name&&X[$.str]===1&&Y[$.str]!==void 0)}}function LK(Q,X){for(let Y in X)Q[Y]=(Q[Y]||0)-(X[Y]||0)}function cG(Q){return typeof Q=="boolean"||typeof Q=="number"||Q===null?!Q:g._`!${P9(Q)}`}F0.not=cG;var FK=pG(F0.operators.AND);function qK(...Q){return Q.reduce(FK)}F0.and=qK;var OK=pG(F0.operators.OR);function MK(...Q){return Q.reduce(OK)}F0.or=MK;function pG(Q){return(X,Y)=>X===g.nil?Y:Y===g.nil?X:g._`${P9(X)} ${Q} ${P9(Y)}`}function P9(Q){return Q instanceof g.Name?Q:g._`(${Q})`}});var f=N((eG)=>{Object.defineProperty(eG,"__esModule",{value:!0});eG.checkStrictMode=eG.getErrorPath=eG.Type=eG.useFunc=eG.setEvaluated=eG.evaluatedPropsToName=eG.mergeEvaluated=eG.eachItem=eG.unescapeJsonPointer=eG.escapeJsonPointer=eG.escapeFragment=eG.unescapeFragment=eG.schemaRefOrVal=eG.schemaHasRulesButRef=eG.schemaHasRules=eG.checkUnknownRules=eG.alwaysValidSchema=eG.toHash=void 0;var c=v(),wK=q6();function bK(Q){let X={};for(let Y of Q)X[Y]=!0;return X}eG.toHash=bK;function jK(Q,X){if(typeof X=="boolean")return X;if(Object.keys(X).length===0)return!0;return dG(Q,X),!oG(X,Q.self.RULES.all)}eG.alwaysValidSchema=jK;function dG(Q,X=Q.schema){let{opts:Y,self:W}=Q;if(!Y.strictSchema)return;if(typeof X==="boolean")return;let G=W.RULES.keywords;for(let J in X)if(!G[J])sG(Q,`unknown keyword: "${J}"`)}eG.checkUnknownRules=dG;function oG(Q,X){if(typeof Q=="boolean")return!Q;for(let Y in Q)if(X[Y])return!0;return!1}eG.schemaHasRules=oG;function PK(Q,X){if(typeof Q=="boolean")return!Q;for(let Y in Q)if(Y!=="$ref"&&X.all[Y])return!0;return!1}eG.schemaHasRulesButRef=PK;function IK({topSchemaRef:Q,schemaPath:X},Y,W,G){if(!G){if(typeof Y=="number"||typeof Y=="boolean")return Y;if(typeof Y=="string")return c._`${Y}`}return c._`${Q}${X}${(0,c.getProperty)(W)}`}eG.schemaRefOrVal=IK;function EK(Q){return tG(decodeURIComponent(Q))}eG.unescapeFragment=EK;function TK(Q){return encodeURIComponent(T9(Q))}eG.escapeFragment=TK;function T9(Q){if(typeof Q=="number")return`${Q}`;return Q.replace(/~/g,"~0").replace(/\//g,"~1")}eG.escapeJsonPointer=T9;function tG(Q){return Q.replace(/~1/g,"/").replace(/~0/g,"~")}eG.unescapeJsonPointer=tG;function SK(Q,X){if(Array.isArray(Q))for(let Y of Q)X(Y);else X(Q)}eG.eachItem=SK;function rG({mergeNames:Q,mergeToName:X,mergeValues:Y,resultToName:W}){return(G,J,$,z)=>{let H=$===void 0?J:$ instanceof c.Name?(J instanceof c.Name?Q(G,J,$):X(G,J,$),$):J instanceof c.Name?(X(G,$,J),J):Y(J,$);return z===c.Name&&!(H instanceof c.Name)?W(G,H):H}}eG.mergeEvaluated={props:rG({mergeNames:(Q,X,Y)=>Q.if(c._`${Y} !== true && ${X} !== undefined`,()=>{Q.if(c._`${X} === true`,()=>Q.assign(Y,!0),()=>Q.assign(Y,c._`${Y} || {}`).code(c._`Object.assign(${Y}, ${X})`))}),mergeToName:(Q,X,Y)=>Q.if(c._`${Y} !== true`,()=>{if(X===!0)Q.assign(Y,!0);else Q.assign(Y,c._`${Y} || {}`),S9(Q,Y,X)}),mergeValues:(Q,X)=>Q===!0?!0:{...Q,...X},resultToName:aG}),items:rG({mergeNames:(Q,X,Y)=>Q.if(c._`${Y} !== true && ${X} !== undefined`,()=>Q.assign(Y,c._`${X} === true ? true : ${Y} > ${X} ? ${Y} : ${X}`)),mergeToName:(Q,X,Y)=>Q.if(c._`${Y} !== true`,()=>Q.assign(Y,X===!0?!0:c._`${Y} > ${X} ? ${Y} : ${X}`)),mergeValues:(Q,X)=>Q===!0?!0:Math.max(Q,X),resultToName:(Q,X)=>Q.var("items",X)})};function aG(Q,X){if(X===!0)return Q.var("props",!0);let Y=Q.var("props",c._`{}`);if(X!==void 0)S9(Q,Y,X);return Y}eG.evaluatedPropsToName=aG;function S9(Q,X,Y){Object.keys(Y).forEach((W)=>Q.assign(c._`${X}${(0,c.getProperty)(W)}`,!0))}eG.setEvaluated=S9;var nG={};function RK(Q,X){return Q.scopeValue("func",{ref:X,code:nG[X.code]||(nG[X.code]=new wK._Code(X.code))})}eG.useFunc=RK;var E9;(function(Q){Q[Q.Num=0]="Num",Q[Q.Str=1]="Str"})(E9||(eG.Type=E9={}));function CK(Q,X,Y){if(Q instanceof c.Name){let W=X===E9.Num;return Y?W?c._`"[" + ${Q} + "]"`:c._`"['" + ${Q} + "']"`:W?c._`"/" + ${Q}`:c._`"/" + ${Q}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return Y?(0,c.getProperty)(Q).toString():"/"+T9(Q)}eG.getErrorPath=CK;function sG(Q,X,Y=Q.opts.strictSchema){if(!Y)return;if(X=`strict mode: ${X}`,Y===!0)throw Error(X);Q.self.logger.warn(X)}eG.checkStrictMode=sG});var i0=N((XJ)=>{Object.defineProperty(XJ,"__esModule",{value:!0});var A0=v(),oK={data:new A0.Name("data"),valCxt:new A0.Name("valCxt"),instancePath:new A0.Name("instancePath"),parentData:new A0.Name("parentData"),parentDataProperty:new A0.Name("parentDataProperty"),rootData:new A0.Name("rootData"),dynamicAnchors:new A0.Name("dynamicAnchors"),vErrors:new A0.Name("vErrors"),errors:new A0.Name("errors"),this:new A0.Name("this"),self:new A0.Name("self"),scope:new A0.Name("scope"),json:new A0.Name("json"),jsonPos:new A0.Name("jsonPos"),jsonLen:new A0.Name("jsonLen"),jsonPart:new A0.Name("jsonPart")};XJ.default=oK});var M6=N((JJ)=>{Object.defineProperty(JJ,"__esModule",{value:!0});JJ.extendErrors=JJ.resetErrorsCount=JJ.reportExtraError=JJ.reportError=JJ.keyword$DataError=JJ.keywordError=void 0;var u=v(),v4=f(),U0=i0();JJ.keywordError={message:({keyword:Q})=>u.str`must pass "${Q}" keyword validation`};JJ.keyword$DataError={message:({keyword:Q,schemaType:X})=>X?u.str`"${Q}" keyword must be ${X} ($data)`:u.str`"${Q}" keyword is invalid ($data)`};function aK(Q,X=JJ.keywordError,Y,W){let{it:G}=Q,{gen:J,compositeRule:$,allErrors:z}=G,H=GJ(Q,X,Y);if(W!==null&&W!==void 0?W:$||z)YJ(J,H);else WJ(G,u._`[${H}]`)}JJ.reportError=aK;function sK(Q,X=JJ.keywordError,Y){let{it:W}=Q,{gen:G,compositeRule:J,allErrors:$}=W,z=GJ(Q,X,Y);if(YJ(G,z),!(J||$))WJ(W,U0.default.vErrors)}JJ.reportExtraError=sK;function eK(Q,X){Q.assign(U0.default.errors,X),Q.if(u._`${U0.default.vErrors} !== null`,()=>Q.if(X,()=>Q.assign(u._`${U0.default.vErrors}.length`,X),()=>Q.assign(U0.default.vErrors,null)))}JJ.resetErrorsCount=eK;function QU({gen:Q,keyword:X,schemaValue:Y,data:W,errsCount:G,it:J}){if(G===void 0)throw Error("ajv implementation error");let $=Q.name("err");Q.forRange("i",G,U0.default.errors,(z)=>{if(Q.const($,u._`${U0.default.vErrors}[${z}]`),Q.if(u._`${$}.instancePath === undefined`,()=>Q.assign(u._`${$}.instancePath`,(0,u.strConcat)(U0.default.instancePath,J.errorPath))),Q.assign(u._`${$}.schemaPath`,u.str`${J.errSchemaPath}/${X}`),J.opts.verbose)Q.assign(u._`${$}.schema`,Y),Q.assign(u._`${$}.data`,W)})}JJ.extendErrors=QU;function YJ(Q,X){let Y=Q.const("err",X);Q.if(u._`${U0.default.vErrors} === null`,()=>Q.assign(U0.default.vErrors,u._`[${Y}]`),u._`${U0.default.vErrors}.push(${Y})`),Q.code(u._`${U0.default.errors}++`)}function WJ(Q,X){let{gen:Y,validateName:W,schemaEnv:G}=Q;if(G.$async)Y.throw(u._`new ${Q.ValidationError}(${X})`);else Y.assign(u._`${W}.errors`,X),Y.return(!1)}var L1={keyword:new u.Name("keyword"),schemaPath:new u.Name("schemaPath"),params:new u.Name("params"),propertyName:new u.Name("propertyName"),message:new u.Name("message"),schema:new u.Name("schema"),parentSchema:new u.Name("parentSchema")};function GJ(Q,X,Y){let{createErrors:W}=Q.it;if(W===!1)return u._`{}`;return XU(Q,X,Y)}function XU(Q,X,Y={}){let{gen:W,it:G}=Q,J=[YU(G,Y),WU(Q,Y)];return GU(Q,X,J),W.object(...J)}function YU({errorPath:Q},{instancePath:X}){let Y=X?u.str`${Q}${(0,v4.getErrorPath)(X,v4.Type.Str)}`:Q;return[U0.default.instancePath,(0,u.strConcat)(U0.default.instancePath,Y)]}function WU({keyword:Q,it:{errSchemaPath:X}},{schemaPath:Y,parentSchema:W}){let G=W?X:u.str`${X}/${Q}`;if(Y)G=u.str`${G}${(0,v4.getErrorPath)(Y,v4.Type.Str)}`;return[L1.schemaPath,G]}function GU(Q,{params:X,message:Y},W){let{keyword:G,data:J,schemaValue:$,it:z}=Q,{opts:H,propertyName:A,topSchemaRef:K,schemaPath:U}=z;if(W.push([L1.keyword,G],[L1.params,typeof X=="function"?X(Q):X||u._`{}`]),H.messages)W.push([L1.message,typeof Y=="function"?Y(Q):Y]);if(H.verbose)W.push([L1.schema,$],[L1.parentSchema,u._`${K}${U}`],[U0.default.data,J]);if(A)W.push([L1.propertyName,A])}});var KJ=N((HJ)=>{Object.defineProperty(HJ,"__esModule",{value:!0});HJ.boolOrEmptySchema=HJ.topBoolOrEmptySchema=void 0;var AU=M6(),KU=v(),UU=i0(),BU={message:"boolean schema is false"};function DU(Q){let{gen:X,schema:Y,validateName:W}=Q;if(Y===!1)zJ(Q,!1);else if(typeof Y=="object"&&Y.$async===!0)X.return(UU.default.data);else X.assign(KU._`${W}.errors`,null),X.return(!0)}HJ.topBoolOrEmptySchema=DU;function LU(Q,X){let{gen:Y,schema:W}=Q;if(W===!1)Y.var(X,!1),zJ(Q);else Y.var(X,!0)}HJ.boolOrEmptySchema=LU;function zJ(Q,X){let{gen:Y,data:W}=Q,G={gen:Y,keyword:"false schema",data:W,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:Q};(0,AU.reportError)(G,BU,void 0,X)}});var C9=N((UJ)=>{Object.defineProperty(UJ,"__esModule",{value:!0});UJ.getRules=UJ.isJSONType=void 0;var qU=["string","number","integer","boolean","null","object","array"],OU=new Set(qU);function MU(Q){return typeof Q=="string"&&OU.has(Q)}UJ.isJSONType=MU;function VU(){let Q={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...Q,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},Q.number,Q.string,Q.array,Q.object],post:{rules:[]},all:{},keywords:{}}}UJ.getRules=VU});var k9=N((FJ)=>{Object.defineProperty(FJ,"__esModule",{value:!0});FJ.shouldUseRule=FJ.shouldUseGroup=FJ.schemaHasRulesForType=void 0;function NU({schema:Q,self:X},Y){let W=X.RULES.types[Y];return W&&W!==!0&&DJ(Q,W)}FJ.schemaHasRulesForType=NU;function DJ(Q,X){return X.rules.some((Y)=>LJ(Q,Y))}FJ.shouldUseGroup=DJ;function LJ(Q,X){var Y;return Q[X.keyword]!==void 0||((Y=X.definition.implements)===null||Y===void 0?void 0:Y.some((W)=>Q[W]!==void 0))}FJ.shouldUseRule=LJ});var V6=N((ZJ)=>{Object.defineProperty(ZJ,"__esModule",{value:!0});ZJ.reportTypeError=ZJ.checkDataTypes=ZJ.checkDataType=ZJ.coerceAndCheckDataType=ZJ.getJSONTypes=ZJ.getSchemaTypes=ZJ.DataType=void 0;var jU=C9(),PU=k9(),IU=M6(),C=v(),OJ=f(),C1;(function(Q){Q[Q.Correct=0]="Correct",Q[Q.Wrong=1]="Wrong"})(C1||(ZJ.DataType=C1={}));function EU(Q){let X=MJ(Q.type);if(X.includes("null")){if(Q.nullable===!1)throw Error("type: null contradicts nullable: false")}else{if(!X.length&&Q.nullable!==void 0)throw Error('"nullable" cannot be used without "type"');if(Q.nullable===!0)X.push("null")}return X}ZJ.getSchemaTypes=EU;function MJ(Q){let X=Array.isArray(Q)?Q:Q?[Q]:[];if(X.every(jU.isJSONType))return X;throw Error("type must be JSONType or JSONType[]: "+X.join(","))}ZJ.getJSONTypes=MJ;function TU(Q,X){let{gen:Y,data:W,opts:G}=Q,J=SU(X,G.coerceTypes),$=X.length>0&&!(J.length===0&&X.length===1&&(0,PU.schemaHasRulesForType)(Q,X[0]));if($){let z=x9(X,W,G.strictNumbers,C1.Wrong);Y.if(z,()=>{if(J.length)RU(Q,X,J);else _9(Q)})}return $}ZJ.coerceAndCheckDataType=TU;var VJ=new Set(["string","number","integer","boolean","null"]);function SU(Q,X){return X?Q.filter((Y)=>VJ.has(Y)||X==="array"&&Y==="array"):[]}function RU(Q,X,Y){let{gen:W,data:G,opts:J}=Q,$=W.let("dataType",C._`typeof ${G}`),z=W.let("coerced",C._`undefined`);if(J.coerceTypes==="array")W.if(C._`${$} == 'object' && Array.isArray(${G}) && ${G}.length == 1`,()=>W.assign(G,C._`${G}[0]`).assign($,C._`typeof ${G}`).if(x9(X,G,J.strictNumbers),()=>W.assign(z,G)));W.if(C._`${z} !== undefined`);for(let A of Y)if(VJ.has(A)||A==="array"&&J.coerceTypes==="array")H(A);W.else(),_9(Q),W.endIf(),W.if(C._`${z} !== undefined`,()=>{W.assign(G,z),CU(Q,z)});function H(A){switch(A){case"string":W.elseIf(C._`${$} == "number" || ${$} == "boolean"`).assign(z,C._`"" + ${G}`).elseIf(C._`${G} === null`).assign(z,C._`""`);return;case"number":W.elseIf(C._`${$} == "boolean" || ${G} === null
4
4
  || (${$} == "string" && ${G} && ${G} == +${G})`).assign(z,C._`+${G}`);return;case"integer":W.elseIf(C._`${$} === "boolean" || ${G} === null
5
5
  || (${$} === "string" && ${G} && ${G} == +${G} && !(${G} % 1))`).assign(z,C._`+${G}`);return;case"boolean":W.elseIf(C._`${G} === "false" || ${G} === 0 || ${G} === null`).assign(z,!1).elseIf(C._`${G} === "true" || ${G} === 1`).assign(z,!0);return;case"null":W.elseIf(C._`${G} === "" || ${G} === 0 || ${G} === false`),W.assign(z,null);return;case"array":W.elseIf(C._`${$} === "string" || ${$} === "number"
6
- || ${$} === "boolean" || ${G} === null`).assign(z,C._`[${G}]`)}}}function RU({gen:Q,parentData:X,parentDataProperty:Y},W){Q.if(C._`${X} !== undefined`,()=>Q.assign(C._`${X}[${Y}]`,W))}function k9(Q,X,Y,W=C1.Correct){let G=W===C1.Correct?C.operators.EQ:C.operators.NEQ,J;switch(Q){case"null":return C._`${X} ${G} null`;case"array":J=C._`Array.isArray(${X})`;break;case"object":J=C._`${X} && typeof ${X} == "object" && !Array.isArray(${X})`;break;case"integer":J=$(C._`!(${X} % 1) && !isNaN(${X})`);break;case"number":J=$();break;default:return C._`typeof ${X} ${G} ${Q}`}return W===C1.Correct?J:(0,C.not)(J);function $(z=C.nil){return(0,C.and)(C._`typeof ${X} == "number"`,z,Y?C._`isFinite(${X})`:C.nil)}}VJ.checkDataType=k9;function v9(Q,X,Y,W){if(Q.length===1)return k9(Q[0],X,Y,W);let G,J=(0,qJ.toHash)(Q);if(J.array&&J.object){let $=C._`typeof ${X} != "object"`;G=J.null?$:C._`!${X} || ${$}`,delete J.null,delete J.array,delete J.object}else G=C.nil;if(J.number)delete J.integer;for(let $ in J)G=(0,C.and)(G,k9($,X,Y,W));return G}VJ.checkDataTypes=v9;var CU={message:({schema:Q})=>`must be ${Q}`,params:({schema:Q,schemaValue:X})=>typeof Q=="string"?C._`{type: ${Q}}`:C._`{type: ${X}}`};function x9(Q){let X=kU(Q);(0,PU.reportError)(X,CU)}VJ.reportTypeError=x9;function kU(Q){let{gen:X,data:Y,schema:W}=Q,G=(0,qJ.schemaRefOrVal)(Q,W,"type");return{gen:X,keyword:"type",data:Y,schema:W.type,schemaCode:G,schemaValue:G,parentSchema:W,params:{},it:Q}}});var jJ=N((wJ)=>{Object.defineProperty(wJ,"__esModule",{value:!0});wJ.assignDefaults=void 0;var k1=v(),hU=f();function fU(Q,X){let{properties:Y,items:W}=Q.schema;if(X==="object"&&Y)for(let G in Y)NJ(Q,G,Y[G].default);else if(X==="array"&&Array.isArray(W))W.forEach((G,J)=>NJ(Q,J,G.default))}wJ.assignDefaults=fU;function NJ(Q,X,Y){let{gen:W,compositeRule:G,data:J,opts:$}=Q;if(Y===void 0)return;let z=k1._`${J}${(0,k1.getProperty)(X)}`;if(G){(0,hU.checkStrictMode)(Q,`default is ignored for: ${z}`);return}let H=k1._`${z} === undefined`;if($.useDefaults==="empty")H=k1._`${H} || ${z} === null || ${z} === ""`;W.if(H,k1._`${z} = ${(0,k1.stringify)(Y)}`)}});var j0=N((EJ)=>{Object.defineProperty(EJ,"__esModule",{value:!0});EJ.validateUnion=EJ.validateArray=EJ.usePattern=EJ.callValidateCode=EJ.schemaProperties=EJ.allSchemaProperties=EJ.noPropertyInData=EJ.propertyInData=EJ.isOwnProperty=EJ.hasPropFunc=EJ.reportMissingProp=EJ.checkMissingProp=EJ.checkReportMissingProp=void 0;var n=v(),_9=f(),$1=i0(),lU=f();function mU(Q,X){let{gen:Y,data:W,it:G}=Q;Y.if(g9(Y,W,X,G.opts.ownProperties),()=>{Q.setParams({missingProperty:n._`${X}`},!0),Q.error()})}EJ.checkReportMissingProp=mU;function cU({gen:Q,data:X,it:{opts:Y}},W,G){return(0,n.or)(...W.map((J)=>(0,n.and)(g9(Q,X,J,Y.ownProperties),n._`${G} = ${J}`)))}EJ.checkMissingProp=cU;function pU(Q,X){Q.setParams({missingProperty:X},!0),Q.error()}EJ.reportMissingProp=pU;function PJ(Q){return Q.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:n._`Object.prototype.hasOwnProperty`})}EJ.hasPropFunc=PJ;function y9(Q,X,Y){return n._`${PJ(Q)}.call(${X}, ${Y})`}EJ.isOwnProperty=y9;function iU(Q,X,Y,W){let G=n._`${X}${(0,n.getProperty)(Y)} !== undefined`;return W?n._`${G} && ${y9(Q,X,Y)}`:G}EJ.propertyInData=iU;function g9(Q,X,Y,W){let G=n._`${X}${(0,n.getProperty)(Y)} === undefined`;return W?(0,n.or)(G,(0,n.not)(y9(Q,X,Y))):G}EJ.noPropertyInData=g9;function IJ(Q){return Q?Object.keys(Q).filter((X)=>X!=="__proto__"):[]}EJ.allSchemaProperties=IJ;function rU(Q,X){return IJ(X).filter((Y)=>!(0,_9.alwaysValidSchema)(Q,X[Y]))}EJ.schemaProperties=rU;function nU({schemaCode:Q,data:X,it:{gen:Y,topSchemaRef:W,schemaPath:G,errorPath:J},it:$},z,H,A){let K=A?n._`${Q}, ${X}, ${W}${G}`:X,U=[[$1.default.instancePath,(0,n.strConcat)($1.default.instancePath,J)],[$1.default.parentData,$.parentData],[$1.default.parentDataProperty,$.parentDataProperty],[$1.default.rootData,$1.default.rootData]];if($.opts.dynamicRef)U.push([$1.default.dynamicAnchors,$1.default.dynamicAnchors]);let B=n._`${K}, ${Y.object(...U)}`;return H!==n.nil?n._`${z}.call(${H}, ${B})`:n._`${z}(${B})`}EJ.callValidateCode=nU;var dU=n._`new RegExp`;function oU({gen:Q,it:{opts:X}},Y){let W=X.unicodeRegExp?"u":"",{regExp:G}=X.code,J=G(Y,W);return Q.scopeValue("pattern",{key:J.toString(),ref:J,code:n._`${G.code==="new RegExp"?dU:(0,lU.useFunc)(Q,G)}(${Y}, ${W})`})}EJ.usePattern=oU;function tU(Q){let{gen:X,data:Y,keyword:W,it:G}=Q,J=X.name("valid");if(G.allErrors){let z=X.let("valid",!0);return $(()=>X.assign(z,!1)),z}return X.var(J,!0),$(()=>X.break()),J;function $(z){let H=X.const("len",n._`${Y}.length`);X.forRange("i",0,H,(A)=>{Q.subschema({keyword:W,dataProp:A,dataPropType:_9.Type.Num},J),X.if((0,n.not)(J),z)})}}EJ.validateArray=tU;function aU(Q){let{gen:X,schema:Y,keyword:W,it:G}=Q;if(!Array.isArray(Y))throw Error("ajv implementation error");if(Y.some((H)=>(0,_9.alwaysValidSchema)(G,H))&&!G.opts.unevaluated)return;let $=X.let("valid",!1),z=X.name("_valid");X.block(()=>Y.forEach((H,A)=>{let K=Q.subschema({keyword:W,schemaProp:A,compositeRule:!0},z);if(X.assign($,n._`${$} || ${z}`),!Q.mergeValidEvaluated(K,z))X.if((0,n.not)($))})),Q.result($,()=>Q.reset(),()=>Q.error(!0))}EJ.validateUnion=aU});var vJ=N((CJ)=>{Object.defineProperty(CJ,"__esModule",{value:!0});CJ.validateKeywordUsage=CJ.validSchemaType=CJ.funcKeywordCode=CJ.macroKeywordCode=void 0;var B0=v(),F1=i0(),KB=j0(),UB=M6();function BB(Q,X){let{gen:Y,keyword:W,schema:G,parentSchema:J,it:$}=Q,z=X.macro.call($.self,G,J,$),H=RJ(Y,W,z);if($.opts.validateSchema!==!1)$.self.validateSchema(z,!0);let A=Y.name("valid");Q.subschema({schema:z,schemaPath:B0.nil,errSchemaPath:`${$.errSchemaPath}/${W}`,topSchemaRef:H,compositeRule:!0},A),Q.pass(A,()=>Q.error(!0))}CJ.macroKeywordCode=BB;function DB(Q,X){var Y;let{gen:W,keyword:G,schema:J,parentSchema:$,$data:z,it:H}=Q;FB(H,X);let A=!z&&X.compile?X.compile.call(H.self,J,$,H):X.validate,K=RJ(W,G,A),U=W.let("valid");Q.block$data(U,B),Q.ok((Y=X.valid)!==null&&Y!==void 0?Y:U);function B(){if(X.errors===!1){if(O(),X.modifying)SJ(Q);V(()=>Q.error())}else{let M=X.async?L():q();if(X.modifying)SJ(Q);V(()=>LB(Q,M))}}function L(){let M=W.let("ruleErrs",null);return W.try(()=>O(B0._`await `),(T)=>W.assign(U,!1).if(B0._`${T} instanceof ${H.ValidationError}`,()=>W.assign(M,B0._`${T}.errors`),()=>W.throw(T))),M}function q(){let M=B0._`${K}.errors`;return W.assign(M,null),O(B0.nil),M}function O(M=X.async?B0._`await `:B0.nil){let T=H.opts.passContext?F1.default.this:F1.default.self,I=!(("compile"in X)&&!z||X.schema===!1);W.assign(U,B0._`${M}${(0,KB.callValidateCode)(Q,K,T,I)}`,X.modifying)}function V(M){var T;W.if((0,B0.not)((T=X.valid)!==null&&T!==void 0?T:U),M)}}CJ.funcKeywordCode=DB;function SJ(Q){let{gen:X,data:Y,it:W}=Q;X.if(W.parentData,()=>X.assign(Y,B0._`${W.parentData}[${W.parentDataProperty}]`))}function LB(Q,X){let{gen:Y}=Q;Y.if(B0._`Array.isArray(${X})`,()=>{Y.assign(F1.default.vErrors,B0._`${F1.default.vErrors} === null ? ${X} : ${F1.default.vErrors}.concat(${X})`).assign(F1.default.errors,B0._`${F1.default.vErrors}.length`),(0,UB.extendErrors)(Q)},()=>Q.error())}function FB({schemaEnv:Q},X){if(X.async&&!Q.$async)throw Error("async keyword in sync schema")}function RJ(Q,X,Y){if(Y===void 0)throw Error(`keyword "${X}" failed to compile`);return Q.scopeValue("keyword",typeof Y=="function"?{ref:Y}:{ref:Y,code:(0,B0.stringify)(Y)})}function qB(Q,X,Y=!1){return!X.length||X.some((W)=>W==="array"?Array.isArray(Q):W==="object"?Q&&typeof Q=="object"&&!Array.isArray(Q):typeof Q==W||Y&&typeof Q>"u")}CJ.validSchemaType=qB;function OB({schema:Q,opts:X,self:Y,errSchemaPath:W},G,J){if(Array.isArray(G.keyword)?!G.keyword.includes(J):G.keyword!==J)throw Error("ajv implementation error");let $=G.dependencies;if($===null||$===void 0?void 0:$.some((z)=>!Object.prototype.hasOwnProperty.call(Q,z)))throw Error(`parent schema must have dependencies of ${J}: ${$.join(",")}`);if(G.validateSchema){if(!G.validateSchema(Q[J])){let H=`keyword "${J}" value is invalid at path "${W}": `+Y.errorsText(G.validateSchema.errors);if(X.validateSchema==="log")Y.logger.error(H);else throw Error(H)}}}CJ.validateKeywordUsage=OB});var gJ=N((_J)=>{Object.defineProperty(_J,"__esModule",{value:!0});_J.extendSubschemaMode=_J.extendSubschemaData=_J.getSubschema=void 0;var _0=v(),xJ=f();function NB(Q,{keyword:X,schemaProp:Y,schema:W,schemaPath:G,errSchemaPath:J,topSchemaRef:$}){if(X!==void 0&&W!==void 0)throw Error('both "keyword" and "schema" passed, only one allowed');if(X!==void 0){let z=Q.schema[X];return Y===void 0?{schema:z,schemaPath:_0._`${Q.schemaPath}${(0,_0.getProperty)(X)}`,errSchemaPath:`${Q.errSchemaPath}/${X}`}:{schema:z[Y],schemaPath:_0._`${Q.schemaPath}${(0,_0.getProperty)(X)}${(0,_0.getProperty)(Y)}`,errSchemaPath:`${Q.errSchemaPath}/${X}/${(0,xJ.escapeFragment)(Y)}`}}if(W!==void 0){if(G===void 0||J===void 0||$===void 0)throw Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:W,schemaPath:G,topSchemaRef:$,errSchemaPath:J}}throw Error('either "keyword" or "schema" must be passed')}_J.getSubschema=NB;function wB(Q,X,{dataProp:Y,dataPropType:W,data:G,dataTypes:J,propertyName:$}){if(G!==void 0&&Y!==void 0)throw Error('both "data" and "dataProp" passed, only one allowed');let{gen:z}=X;if(Y!==void 0){let{errorPath:A,dataPathArr:K,opts:U}=X,B=z.let("data",_0._`${X.data}${(0,_0.getProperty)(Y)}`,!0);H(B),Q.errorPath=_0.str`${A}${(0,xJ.getErrorPath)(Y,W,U.jsPropertySyntax)}`,Q.parentDataProperty=_0._`${Y}`,Q.dataPathArr=[...K,Q.parentDataProperty]}if(G!==void 0){let A=G instanceof _0.Name?G:z.let("data",G,!0);if(H(A),$!==void 0)Q.propertyName=$}if(J)Q.dataTypes=J;function H(A){Q.data=A,Q.dataLevel=X.dataLevel+1,Q.dataTypes=[],X.definedProperties=new Set,Q.parentData=X.data,Q.dataNames=[...X.dataNames,A]}}_J.extendSubschemaData=wB;function bB(Q,{jtdDiscriminator:X,jtdMetadata:Y,compositeRule:W,createErrors:G,allErrors:J}){if(W!==void 0)Q.compositeRule=W;if(G!==void 0)Q.createErrors=G;if(J!==void 0)Q.allErrors=J;Q.jtdDiscriminator=X,Q.jtdMetadata=Y}_J.extendSubschemaMode=bB});var u9=N((Cj,uJ)=>{uJ.exports=function Q(X,Y){if(X===Y)return!0;if(X&&Y&&typeof X=="object"&&typeof Y=="object"){if(X.constructor!==Y.constructor)return!1;var W,G,J;if(Array.isArray(X)){if(W=X.length,W!=Y.length)return!1;for(G=W;G--!==0;)if(!Q(X[G],Y[G]))return!1;return!0}if(X.constructor===RegExp)return X.source===Y.source&&X.flags===Y.flags;if(X.valueOf!==Object.prototype.valueOf)return X.valueOf()===Y.valueOf();if(X.toString!==Object.prototype.toString)return X.toString()===Y.toString();if(J=Object.keys(X),W=J.length,W!==Object.keys(Y).length)return!1;for(G=W;G--!==0;)if(!Object.prototype.hasOwnProperty.call(Y,J[G]))return!1;for(G=W;G--!==0;){var $=J[G];if(!Q(X[$],Y[$]))return!1}return!0}return X!==X&&Y!==Y}});var fJ=N((kj,hJ)=>{var z1=hJ.exports=function(Q,X,Y){if(typeof X=="function")Y=X,X={};Y=X.cb||Y;var W=typeof Y=="function"?Y:Y.pre||function(){},G=Y.post||function(){};x4(X,W,G,Q,"",Q)};z1.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};z1.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};z1.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};z1.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 x4(Q,X,Y,W,G,J,$,z,H,A){if(W&&typeof W=="object"&&!Array.isArray(W)){X(W,G,J,$,z,H,A);for(var K in W){var U=W[K];if(Array.isArray(U)){if(K in z1.arrayKeywords)for(var B=0;B<U.length;B++)x4(Q,X,Y,U[B],G+"/"+K+"/"+B,J,G,K,W,B)}else if(K in z1.propsKeywords){if(U&&typeof U=="object")for(var L in U)x4(Q,X,Y,U[L],G+"/"+K+"/"+IB(L),J,G,K,W,L)}else if(K in z1.keywords||Q.allKeys&&!(K in z1.skipKeywords))x4(Q,X,Y,U,G+"/"+K,J,G,K,W)}Y(W,G,J,$,z,H,A)}}function IB(Q){return Q.replace(/~/g,"~0").replace(/\//g,"~1")}});var Z6=N((pJ)=>{Object.defineProperty(pJ,"__esModule",{value:!0});pJ.getSchemaRefs=pJ.resolveUrl=pJ.normalizeId=pJ._getFullPath=pJ.getFullPath=pJ.inlineRef=void 0;var EB=f(),TB=u9(),SB=fJ(),RB=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function CB(Q,X=!0){if(typeof Q=="boolean")return!0;if(X===!0)return!h9(Q);if(!X)return!1;return lJ(Q)<=X}pJ.inlineRef=CB;var kB=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function h9(Q){for(let X in Q){if(kB.has(X))return!0;let Y=Q[X];if(Array.isArray(Y)&&Y.some(h9))return!0;if(typeof Y=="object"&&h9(Y))return!0}return!1}function lJ(Q){let X=0;for(let Y in Q){if(Y==="$ref")return 1/0;if(X++,RB.has(Y))continue;if(typeof Q[Y]=="object")(0,EB.eachItem)(Q[Y],(W)=>X+=lJ(W));if(X===1/0)return 1/0}return X}function mJ(Q,X="",Y){if(Y!==!1)X=v1(X);let W=Q.parse(X);return cJ(Q,W)}pJ.getFullPath=mJ;function cJ(Q,X){return Q.serialize(X).split("#")[0]+"#"}pJ._getFullPath=cJ;var vB=/#\/?$/;function v1(Q){return Q?Q.replace(vB,""):""}pJ.normalizeId=v1;function xB(Q,X,Y){return Y=v1(Y),Q.resolve(X,Y)}pJ.resolveUrl=xB;var _B=/^[a-z_][-a-z0-9._]*$/i;function yB(Q,X){if(typeof Q=="boolean")return{};let{schemaId:Y,uriResolver:W}=this.opts,G=v1(Q[Y]||X),J={"":G},$=mJ(W,G,!1),z={},H=new Set;return SB(Q,{allKeys:!0},(U,B,L,q)=>{if(q===void 0)return;let O=$+B,V=J[q];if(typeof U[Y]=="string")V=M.call(this,U[Y]);T.call(this,U.$anchor),T.call(this,U.$dynamicAnchor),J[B]=V;function M(I){let x=this.opts.uriResolver.resolve;if(I=v1(V?x(V,I):I),H.has(I))throw K(I);H.add(I);let E=this.refs[I];if(typeof E=="string")E=this.refs[E];if(typeof E=="object")A(U,E.schema,I);else if(I!==v1(O))if(I[0]==="#")A(U,z[I],I),z[I]=U;else this.refs[I]=O;return I}function T(I){if(typeof I=="string"){if(!_B.test(I))throw Error(`invalid anchor "${I}"`);M.call(this,`#${I}`)}}}),z;function A(U,B,L){if(B!==void 0&&!TB(U,B))throw K(L)}function K(U){return Error(`reference "${U}" resolves to more than one schema`)}}pJ.getSchemaRefs=yB});var b6=N(($$)=>{Object.defineProperty($$,"__esModule",{value:!0});$$.getData=$$.KeywordCxt=$$.validateFunctionCode=void 0;var tJ=AJ(),rJ=V6(),l9=C9(),_4=V6(),mB=jJ(),w6=vJ(),f9=gJ(),j=v(),S=i0(),cB=Z6(),r0=f(),N6=M6();function pB(Q){if(eJ(Q)){if(Q$(Q),sJ(Q)){nB(Q);return}}aJ(Q,()=>(0,tJ.topBoolOrEmptySchema)(Q))}$$.validateFunctionCode=pB;function aJ({gen:Q,validateName:X,schema:Y,schemaEnv:W,opts:G},J){if(G.code.es5)Q.func(X,j._`${S.default.data}, ${S.default.valCxt}`,W.$async,()=>{Q.code(j._`"use strict"; ${nJ(Y,G)}`),rB(Q,G),Q.code(J)});else Q.func(X,j._`${S.default.data}, ${iB(G)}`,W.$async,()=>Q.code(nJ(Y,G)).code(J))}function iB(Q){return j._`{${S.default.instancePath}="", ${S.default.parentData}, ${S.default.parentDataProperty}, ${S.default.rootData}=${S.default.data}${Q.dynamicRef?j._`, ${S.default.dynamicAnchors}={}`:j.nil}}={}`}function rB(Q,X){Q.if(S.default.valCxt,()=>{if(Q.var(S.default.instancePath,j._`${S.default.valCxt}.${S.default.instancePath}`),Q.var(S.default.parentData,j._`${S.default.valCxt}.${S.default.parentData}`),Q.var(S.default.parentDataProperty,j._`${S.default.valCxt}.${S.default.parentDataProperty}`),Q.var(S.default.rootData,j._`${S.default.valCxt}.${S.default.rootData}`),X.dynamicRef)Q.var(S.default.dynamicAnchors,j._`${S.default.valCxt}.${S.default.dynamicAnchors}`)},()=>{if(Q.var(S.default.instancePath,j._`""`),Q.var(S.default.parentData,j._`undefined`),Q.var(S.default.parentDataProperty,j._`undefined`),Q.var(S.default.rootData,S.default.data),X.dynamicRef)Q.var(S.default.dynamicAnchors,j._`{}`)})}function nB(Q){let{schema:X,opts:Y,gen:W}=Q;aJ(Q,()=>{if(Y.$comment&&X.$comment)Y$(Q);if(sB(Q),W.let(S.default.vErrors,null),W.let(S.default.errors,0),Y.unevaluated)dB(Q);X$(Q),XD(Q)});return}function dB(Q){let{gen:X,validateName:Y}=Q;Q.evaluated=X.const("evaluated",j._`${Y}.evaluated`),X.if(j._`${Q.evaluated}.dynamicProps`,()=>X.assign(j._`${Q.evaluated}.props`,j._`undefined`)),X.if(j._`${Q.evaluated}.dynamicItems`,()=>X.assign(j._`${Q.evaluated}.items`,j._`undefined`))}function nJ(Q,X){let Y=typeof Q=="object"&&Q[X.schemaId];return Y&&(X.code.source||X.code.process)?j._`/*# sourceURL=${Y} */`:j.nil}function oB(Q,X){if(eJ(Q)){if(Q$(Q),sJ(Q)){tB(Q,X);return}}(0,tJ.boolOrEmptySchema)(Q,X)}function sJ({schema:Q,self:X}){if(typeof Q=="boolean")return!Q;for(let Y in Q)if(X.RULES.all[Y])return!0;return!1}function eJ(Q){return typeof Q.schema!="boolean"}function tB(Q,X){let{schema:Y,gen:W,opts:G}=Q;if(G.$comment&&Y.$comment)Y$(Q);eB(Q),QD(Q);let J=W.const("_errs",S.default.errors);X$(Q,J),W.var(X,j._`${J} === ${S.default.errors}`)}function Q$(Q){(0,r0.checkUnknownRules)(Q),aB(Q)}function X$(Q,X){if(Q.opts.jtd)return dJ(Q,[],!1,X);let Y=(0,rJ.getSchemaTypes)(Q.schema),W=(0,rJ.coerceAndCheckDataType)(Q,Y);dJ(Q,Y,!W,X)}function aB(Q){let{schema:X,errSchemaPath:Y,opts:W,self:G}=Q;if(X.$ref&&W.ignoreKeywordsWithRef&&(0,r0.schemaHasRulesButRef)(X,G.RULES))G.logger.warn(`$ref: keywords ignored in schema at path "${Y}"`)}function sB(Q){let{schema:X,opts:Y}=Q;if(X.default!==void 0&&Y.useDefaults&&Y.strictSchema)(0,r0.checkStrictMode)(Q,"default is ignored in the schema root")}function eB(Q){let X=Q.schema[Q.opts.schemaId];if(X)Q.baseId=(0,cB.resolveUrl)(Q.opts.uriResolver,Q.baseId,X)}function QD(Q){if(Q.schema.$async&&!Q.schemaEnv.$async)throw Error("async schema in sync schema")}function Y$({gen:Q,schemaEnv:X,schema:Y,errSchemaPath:W,opts:G}){let J=Y.$comment;if(G.$comment===!0)Q.code(j._`${S.default.self}.logger.log(${J})`);else if(typeof G.$comment=="function"){let $=j.str`${W}/$comment`,z=Q.scopeValue("root",{ref:X.root});Q.code(j._`${S.default.self}.opts.$comment(${J}, ${$}, ${z}.schema)`)}}function XD(Q){let{gen:X,schemaEnv:Y,validateName:W,ValidationError:G,opts:J}=Q;if(Y.$async)X.if(j._`${S.default.errors} === 0`,()=>X.return(S.default.data),()=>X.throw(j._`new ${G}(${S.default.vErrors})`));else{if(X.assign(j._`${W}.errors`,S.default.vErrors),J.unevaluated)YD(Q);X.return(j._`${S.default.errors} === 0`)}}function YD({gen:Q,evaluated:X,props:Y,items:W}){if(Y instanceof j.Name)Q.assign(j._`${X}.props`,Y);if(W instanceof j.Name)Q.assign(j._`${X}.items`,W)}function dJ(Q,X,Y,W){let{gen:G,schema:J,data:$,allErrors:z,opts:H,self:A}=Q,{RULES:K}=A;if(J.$ref&&(H.ignoreKeywordsWithRef||!(0,r0.schemaHasRulesButRef)(J,K))){G.block(()=>G$(Q,"$ref",K.all.$ref.definition));return}if(!H.jtd)WD(Q,X);G.block(()=>{for(let B of K.rules)U(B);U(K.post)});function U(B){if(!(0,l9.shouldUseGroup)(J,B))return;if(B.type){if(G.if((0,_4.checkDataType)(B.type,$,H.strictNumbers)),oJ(Q,B),X.length===1&&X[0]===B.type&&Y)G.else(),(0,_4.reportTypeError)(Q);G.endIf()}else oJ(Q,B);if(!z)G.if(j._`${S.default.errors} === ${W||0}`)}}function oJ(Q,X){let{gen:Y,schema:W,opts:{useDefaults:G}}=Q;if(G)(0,mB.assignDefaults)(Q,X.type);Y.block(()=>{for(let J of X.rules)if((0,l9.shouldUseRule)(W,J))G$(Q,J.keyword,J.definition,X.type)})}function WD(Q,X){if(Q.schemaEnv.meta||!Q.opts.strictTypes)return;if(GD(Q,X),!Q.opts.allowUnionTypes)JD(Q,X);$D(Q,Q.dataTypes)}function GD(Q,X){if(!X.length)return;if(!Q.dataTypes.length){Q.dataTypes=X;return}X.forEach((Y)=>{if(!W$(Q.dataTypes,Y))m9(Q,`type "${Y}" not allowed by context "${Q.dataTypes.join(",")}"`)}),HD(Q,X)}function JD(Q,X){if(X.length>1&&!(X.length===2&&X.includes("null")))m9(Q,"use allowUnionTypes to allow union type keyword")}function $D(Q,X){let Y=Q.self.RULES.all;for(let W in Y){let G=Y[W];if(typeof G=="object"&&(0,l9.shouldUseRule)(Q.schema,G)){let{type:J}=G.definition;if(J.length&&!J.some(($)=>zD(X,$)))m9(Q,`missing type "${J.join(",")}" for keyword "${W}"`)}}}function zD(Q,X){return Q.includes(X)||X==="number"&&Q.includes("integer")}function W$(Q,X){return Q.includes(X)||X==="integer"&&Q.includes("number")}function HD(Q,X){let Y=[];for(let W of Q.dataTypes)if(W$(X,W))Y.push(W);else if(X.includes("integer")&&W==="number")Y.push("integer");Q.dataTypes=Y}function m9(Q,X){let Y=Q.schemaEnv.baseId+Q.errSchemaPath;X+=` at "${Y}" (strictTypes)`,(0,r0.checkStrictMode)(Q,X,Q.opts.strictTypes)}class c9{constructor(Q,X,Y){if((0,w6.validateKeywordUsage)(Q,X,Y),this.gen=Q.gen,this.allErrors=Q.allErrors,this.keyword=Y,this.data=Q.data,this.schema=Q.schema[Y],this.$data=X.$data&&Q.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,r0.schemaRefOrVal)(Q,this.schema,Y,this.$data),this.schemaType=X.schemaType,this.parentSchema=Q.schema,this.params={},this.it=Q,this.def=X,this.$data)this.schemaCode=Q.gen.const("vSchema",J$(this.$data,Q));else if(this.schemaCode=this.schemaValue,!(0,w6.validSchemaType)(this.schema,X.schemaType,X.allowUndefined))throw Error(`${Y} value must be ${JSON.stringify(X.schemaType)}`);if("code"in X?X.trackErrors:X.errors!==!1)this.errsCount=Q.gen.const("_errs",S.default.errors)}result(Q,X,Y){this.failResult((0,j.not)(Q),X,Y)}failResult(Q,X,Y){if(this.gen.if(Q),Y)Y();else this.error();if(X){if(this.gen.else(),X(),this.allErrors)this.gen.endIf()}else if(this.allErrors)this.gen.endIf();else this.gen.else()}pass(Q,X){this.failResult((0,j.not)(Q),void 0,X)}fail(Q){if(Q===void 0){if(this.error(),!this.allErrors)this.gen.if(!1);return}if(this.gen.if(Q),this.error(),this.allErrors)this.gen.endIf();else this.gen.else()}fail$data(Q){if(!this.$data)return this.fail(Q);let{schemaCode:X}=this;this.fail(j._`${X} !== undefined && (${(0,j.or)(this.invalid$data(),Q)})`)}error(Q,X,Y){if(X){this.setParams(X),this._error(Q,Y),this.setParams({});return}this._error(Q,Y)}_error(Q,X){(Q?N6.reportExtraError:N6.reportError)(this,this.def.error,X)}$dataError(){(0,N6.reportError)(this,this.def.$dataError||N6.keyword$DataError)}reset(){if(this.errsCount===void 0)throw Error('add "trackErrors" to keyword definition');(0,N6.resetErrorsCount)(this.gen,this.errsCount)}ok(Q){if(!this.allErrors)this.gen.if(Q)}setParams(Q,X){if(X)Object.assign(this.params,Q);else this.params=Q}block$data(Q,X,Y=j.nil){this.gen.block(()=>{this.check$data(Q,Y),X()})}check$data(Q=j.nil,X=j.nil){if(!this.$data)return;let{gen:Y,schemaCode:W,schemaType:G,def:J}=this;if(Y.if((0,j.or)(j._`${W} === undefined`,X)),Q!==j.nil)Y.assign(Q,!0);if(G.length||J.validateSchema){if(Y.elseIf(this.invalid$data()),this.$dataError(),Q!==j.nil)Y.assign(Q,!1)}Y.else()}invalid$data(){let{gen:Q,schemaCode:X,schemaType:Y,def:W,it:G}=this;return(0,j.or)(J(),$());function J(){if(Y.length){if(!(X instanceof j.Name))throw Error("ajv implementation error");let z=Array.isArray(Y)?Y:[Y];return j._`${(0,_4.checkDataTypes)(z,X,G.opts.strictNumbers,_4.DataType.Wrong)}`}return j.nil}function $(){if(W.validateSchema){let z=Q.scopeValue("validate$data",{ref:W.validateSchema});return j._`!${z}(${X})`}return j.nil}}subschema(Q,X){let Y=(0,f9.getSubschema)(this.it,Q);(0,f9.extendSubschemaData)(Y,this.it,Q),(0,f9.extendSubschemaMode)(Y,Q);let W={...this.it,...Y,items:void 0,props:void 0};return oB(W,X),W}mergeEvaluated(Q,X){let{it:Y,gen:W}=this;if(!Y.opts.unevaluated)return;if(Y.props!==!0&&Q.props!==void 0)Y.props=r0.mergeEvaluated.props(W,Q.props,Y.props,X);if(Y.items!==!0&&Q.items!==void 0)Y.items=r0.mergeEvaluated.items(W,Q.items,Y.items,X)}mergeValidEvaluated(Q,X){let{it:Y,gen:W}=this;if(Y.opts.unevaluated&&(Y.props!==!0||Y.items!==!0))return W.if(X,()=>this.mergeEvaluated(Q,j.Name)),!0}}$$.KeywordCxt=c9;function G$(Q,X,Y,W){let G=new c9(Q,Y,X);if("code"in Y)Y.code(G,W);else if(G.$data&&Y.validate)(0,w6.funcKeywordCode)(G,Y);else if("macro"in Y)(0,w6.macroKeywordCode)(G,Y);else if(Y.compile||Y.validate)(0,w6.funcKeywordCode)(G,Y)}var AD=/^\/(?:[^~]|~0|~1)*$/,KD=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function J$(Q,{dataLevel:X,dataNames:Y,dataPathArr:W}){let G,J;if(Q==="")return S.default.rootData;if(Q[0]==="/"){if(!AD.test(Q))throw Error(`Invalid JSON-pointer: ${Q}`);G=Q,J=S.default.rootData}else{let A=KD.exec(Q);if(!A)throw Error(`Invalid JSON-pointer: ${Q}`);let K=+A[1];if(G=A[2],G==="#"){if(K>=X)throw Error(H("property/index",K));return W[X-K]}if(K>X)throw Error(H("data",K));if(J=Y[X-K],!G)return J}let $=J,z=G.split("/");for(let A of z)if(A)J=j._`${J}${(0,j.getProperty)((0,r0.unescapeJsonPointer)(A))}`,$=j._`${$} && ${J}`;return $;function H(A,K){return`Cannot access ${A} ${K} levels up, current level is ${X}`}}$$.getData=J$});var y4=N((A$)=>{Object.defineProperty(A$,"__esModule",{value:!0});class H$ extends Error{constructor(Q){super("validation failed");this.errors=Q,this.ajv=this.validation=!0}}A$.default=H$});var j6=N((U$)=>{Object.defineProperty(U$,"__esModule",{value:!0});var p9=Z6();class K$ extends Error{constructor(Q,X,Y,W){super(W||`can't resolve reference ${Y} from id ${X}`);this.missingRef=(0,p9.resolveUrl)(Q,X,Y),this.missingSchema=(0,p9.normalizeId)((0,p9.getFullPath)(Q,this.missingRef))}}U$.default=K$});var u4=N((L$)=>{Object.defineProperty(L$,"__esModule",{value:!0});L$.resolveSchema=L$.getCompilingSchema=L$.resolveRef=L$.compileSchema=L$.SchemaEnv=void 0;var R0=v(),FD=y4(),q1=i0(),C0=Z6(),B$=f(),qD=b6();class P6{constructor(Q){var X;this.refs={},this.dynamicAnchors={};let Y;if(typeof Q.schema=="object")Y=Q.schema;this.schema=Q.schema,this.schemaId=Q.schemaId,this.root=Q.root||this,this.baseId=(X=Q.baseId)!==null&&X!==void 0?X:(0,C0.normalizeId)(Y===null||Y===void 0?void 0:Y[Q.schemaId||"$id"]),this.schemaPath=Q.schemaPath,this.localRefs=Q.localRefs,this.meta=Q.meta,this.$async=Y===null||Y===void 0?void 0:Y.$async,this.refs={}}}L$.SchemaEnv=P6;function r9(Q){let X=D$.call(this,Q);if(X)return X;let Y=(0,C0.getFullPath)(this.opts.uriResolver,Q.root.baseId),{es5:W,lines:G}=this.opts.code,{ownProperties:J}=this.opts,$=new R0.CodeGen(this.scope,{es5:W,lines:G,ownProperties:J}),z;if(Q.$async)z=$.scopeValue("Error",{ref:FD.default,code:R0._`require("ajv/dist/runtime/validation_error").default`});let H=$.scopeName("validate");Q.validateName=H;let A={gen:$,allErrors:this.opts.allErrors,data:q1.default.data,parentData:q1.default.parentData,parentDataProperty:q1.default.parentDataProperty,dataNames:[q1.default.data],dataPathArr:[R0.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:$.scopeValue("schema",this.opts.code.source===!0?{ref:Q.schema,code:(0,R0.stringify)(Q.schema)}:{ref:Q.schema}),validateName:H,ValidationError:z,schema:Q.schema,schemaEnv:Q,rootId:Y,baseId:Q.baseId||Y,schemaPath:R0.nil,errSchemaPath:Q.schemaPath||(this.opts.jtd?"":"#"),errorPath:R0._`""`,opts:this.opts,self:this},K;try{this._compilations.add(Q),(0,qD.validateFunctionCode)(A),$.optimize(this.opts.code.optimize);let U=$.toString();if(K=`${$.scopeRefs(q1.default.scope)}return ${U}`,this.opts.code.process)K=this.opts.code.process(K,Q);let L=Function(`${q1.default.self}`,`${q1.default.scope}`,K)(this,this.scope.get());if(this.scope.value(H,{ref:L}),L.errors=null,L.schema=Q.schema,L.schemaEnv=Q,Q.$async)L.$async=!0;if(this.opts.code.source===!0)L.source={validateName:H,validateCode:U,scopeValues:$._values};if(this.opts.unevaluated){let{props:q,items:O}=A;if(L.evaluated={props:q instanceof R0.Name?void 0:q,items:O instanceof R0.Name?void 0:O,dynamicProps:q instanceof R0.Name,dynamicItems:O instanceof R0.Name},L.source)L.source.evaluated=(0,R0.stringify)(L.evaluated)}return Q.validate=L,Q}catch(U){if(delete Q.validate,delete Q.validateName,K)this.logger.error("Error compiling schema, function code:",K);throw U}finally{this._compilations.delete(Q)}}L$.compileSchema=r9;function OD(Q,X,Y){var W;Y=(0,C0.resolveUrl)(this.opts.uriResolver,X,Y);let G=Q.refs[Y];if(G)return G;let J=ZD.call(this,Q,Y);if(J===void 0){let $=(W=Q.localRefs)===null||W===void 0?void 0:W[Y],{schemaId:z}=this.opts;if($)J=new P6({schema:$,schemaId:z,root:Q,baseId:X})}if(J===void 0)return;return Q.refs[Y]=MD.call(this,J)}L$.resolveRef=OD;function MD(Q){if((0,C0.inlineRef)(Q.schema,this.opts.inlineRefs))return Q.schema;return Q.validate?Q:r9.call(this,Q)}function D$(Q){for(let X of this._compilations)if(VD(X,Q))return X}L$.getCompilingSchema=D$;function VD(Q,X){return Q.schema===X.schema&&Q.root===X.root&&Q.baseId===X.baseId}function ZD(Q,X){let Y;while(typeof(Y=this.refs[X])=="string")X=Y;return Y||this.schemas[X]||g4.call(this,Q,X)}function g4(Q,X){let Y=this.opts.uriResolver.parse(X),W=(0,C0._getFullPath)(this.opts.uriResolver,Y),G=(0,C0.getFullPath)(this.opts.uriResolver,Q.baseId,void 0);if(Object.keys(Q.schema).length>0&&W===G)return i9.call(this,Y,Q);let J=(0,C0.normalizeId)(W),$=this.refs[J]||this.schemas[J];if(typeof $=="string"){let z=g4.call(this,Q,$);if(typeof(z===null||z===void 0?void 0:z.schema)!=="object")return;return i9.call(this,Y,z)}if(typeof($===null||$===void 0?void 0:$.schema)!=="object")return;if(!$.validate)r9.call(this,$);if(J===(0,C0.normalizeId)(X)){let{schema:z}=$,{schemaId:H}=this.opts,A=z[H];if(A)G=(0,C0.resolveUrl)(this.opts.uriResolver,G,A);return new P6({schema:z,schemaId:H,root:Q,baseId:G})}return i9.call(this,Y,$)}L$.resolveSchema=g4;var ND=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function i9(Q,{baseId:X,schema:Y,root:W}){var G;if(((G=Q.fragment)===null||G===void 0?void 0:G[0])!=="/")return;for(let z of Q.fragment.slice(1).split("/")){if(typeof Y==="boolean")return;let H=Y[(0,B$.unescapeFragment)(z)];if(H===void 0)return;Y=H;let A=typeof Y==="object"&&Y[this.opts.schemaId];if(!ND.has(z)&&A)X=(0,C0.resolveUrl)(this.opts.uriResolver,X,A)}let J;if(typeof Y!="boolean"&&Y.$ref&&!(0,B$.schemaHasRulesButRef)(Y,this.RULES)){let z=(0,C0.resolveUrl)(this.opts.uriResolver,X,Y.$ref);J=g4.call(this,W,z)}let{schemaId:$}=this.opts;if(J=J||new P6({schema:Y,schemaId:$,root:W,baseId:X}),J.schema!==J.root.schema)return J;return}});var q$=N((uj,ID)=>{ID.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 d9=N((hj,Z$)=>{var ED=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),M$=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 n9(Q){let X="",Y=0,W=0;for(W=0;W<Q.length;W++){if(Y=Q[W].charCodeAt(0),Y===48)continue;if(!(Y>=48&&Y<=57||Y>=65&&Y<=70||Y>=97&&Y<=102))return"";X+=Q[W];break}for(W+=1;W<Q.length;W++){if(Y=Q[W].charCodeAt(0),!(Y>=48&&Y<=57||Y>=65&&Y<=70||Y>=97&&Y<=102))return"";X+=Q[W]}return X}var TD=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function O$(Q){return Q.length=0,!0}function SD(Q,X,Y){if(Q.length){let W=n9(Q);if(W!=="")X.push(W);else return Y.error=!0,!1;Q.length=0}return!0}function RD(Q){let X=0,Y={error:!1,address:"",zone:""},W=[],G=[],J=!1,$=!1,z=SD;for(let H=0;H<Q.length;H++){let A=Q[H];if(A==="["||A==="]")continue;if(A===":"){if(J===!0)$=!0;if(!z(G,W,Y))break;if(++X>7){Y.error=!0;break}if(H>0&&Q[H-1]===":")J=!0;W.push(":");continue}else if(A==="%"){if(!z(G,W,Y))break;z=O$}else{G.push(A);continue}}if(G.length)if(z===O$)Y.zone=G.join("");else if($)W.push(G.join(""));else W.push(n9(G));return Y.address=W.join(""),Y}function V$(Q){if(CD(Q,":")<2)return{host:Q,isIPV6:!1};let X=RD(Q);if(!X.error){let{address:Y,address:W}=X;if(X.zone)Y+="%"+X.zone,W+="%25"+X.zone;return{host:Y,isIPV6:!0,escapedHost:W}}else return{host:Q,isIPV6:!1}}function CD(Q,X){let Y=0;for(let W=0;W<Q.length;W++)if(Q[W]===X)Y++;return Y}function kD(Q){let X=Q,Y=[],W=-1,G=0;while(G=X.length){if(G===1)if(X===".")break;else if(X==="/"){Y.push("/");break}else{Y.push(X);break}else if(G===2){if(X[0]==="."){if(X[1]===".")break;else if(X[1]==="/"){X=X.slice(2);continue}}else if(X[0]==="/"){if(X[1]==="."||X[1]==="/"){Y.push("/");break}}}else if(G===3){if(X==="/.."){if(Y.length!==0)Y.pop();Y.push("/");break}}if(X[0]==="."){if(X[1]==="."){if(X[2]==="/"){X=X.slice(3);continue}}else if(X[1]==="/"){X=X.slice(2);continue}}else if(X[0]==="/"){if(X[1]==="."){if(X[2]==="/"){X=X.slice(2);continue}else if(X[2]==="."){if(X[3]==="/"){if(X=X.slice(3),Y.length!==0)Y.pop();continue}}}}if((W=X.indexOf("/",1))===-1){Y.push(X);break}else Y.push(X.slice(0,W)),X=X.slice(W)}return Y.join("")}function vD(Q,X){let Y=X!==!0?escape:unescape;if(Q.scheme!==void 0)Q.scheme=Y(Q.scheme);if(Q.userinfo!==void 0)Q.userinfo=Y(Q.userinfo);if(Q.host!==void 0)Q.host=Y(Q.host);if(Q.path!==void 0)Q.path=Y(Q.path);if(Q.query!==void 0)Q.query=Y(Q.query);if(Q.fragment!==void 0)Q.fragment=Y(Q.fragment);return Q}function xD(Q){let X=[];if(Q.userinfo!==void 0)X.push(Q.userinfo),X.push("@");if(Q.host!==void 0){let Y=unescape(Q.host);if(!M$(Y)){let W=V$(Y);if(W.isIPV6===!0)Y=`[${W.escapedHost}]`;else Y=Q.host}X.push(Y)}if(typeof Q.port==="number"||typeof Q.port==="string")X.push(":"),X.push(String(Q.port));return X.length?X.join(""):void 0}Z$.exports={nonSimpleDomain:TD,recomposeAuthority:xD,normalizeComponentEncoding:vD,removeDotSegments:kD,isIPv4:M$,isUUID:ED,normalizeIPv6:V$,stringArrayToHexStripped:n9}});var P$=N((fj,j$)=>{var{isUUID:_D}=d9(),yD=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,gD=["http","https","ws","wss","urn","urn:uuid"];function uD(Q){return gD.indexOf(Q)!==-1}function o9(Q){if(Q.secure===!0)return!0;else if(Q.secure===!1)return!1;else if(Q.scheme)return Q.scheme.length===3&&(Q.scheme[0]==="w"||Q.scheme[0]==="W")&&(Q.scheme[1]==="s"||Q.scheme[1]==="S")&&(Q.scheme[2]==="s"||Q.scheme[2]==="S");else return!1}function N$(Q){if(!Q.host)Q.error=Q.error||"HTTP URIs must have a host.";return Q}function w$(Q){let X=String(Q.scheme).toLowerCase()==="https";if(Q.port===(X?443:80)||Q.port==="")Q.port=void 0;if(!Q.path)Q.path="/";return Q}function hD(Q){return Q.secure=o9(Q),Q.resourceName=(Q.path||"/")+(Q.query?"?"+Q.query:""),Q.path=void 0,Q.query=void 0,Q}function fD(Q){if(Q.port===(o9(Q)?443:80)||Q.port==="")Q.port=void 0;if(typeof Q.secure==="boolean")Q.scheme=Q.secure?"wss":"ws",Q.secure=void 0;if(Q.resourceName){let[X,Y]=Q.resourceName.split("?");Q.path=X&&X!=="/"?X:void 0,Q.query=Y,Q.resourceName=void 0}return Q.fragment=void 0,Q}function lD(Q,X){if(!Q.path)return Q.error="URN can not be parsed",Q;let Y=Q.path.match(yD);if(Y){let W=X.scheme||Q.scheme||"urn";Q.nid=Y[1].toLowerCase(),Q.nss=Y[2];let G=`${W}:${X.nid||Q.nid}`,J=t9(G);if(Q.path=void 0,J)Q=J.parse(Q,X)}else Q.error=Q.error||"URN can not be parsed.";return Q}function mD(Q,X){if(Q.nid===void 0)throw Error("URN without nid cannot be serialized");let Y=X.scheme||Q.scheme||"urn",W=Q.nid.toLowerCase(),G=`${Y}:${X.nid||W}`,J=t9(G);if(J)Q=J.serialize(Q,X);let $=Q,z=Q.nss;return $.path=`${W||X.nid}:${z}`,X.skipEscape=!0,$}function cD(Q,X){let Y=Q;if(Y.uuid=Y.nss,Y.nss=void 0,!X.tolerant&&(!Y.uuid||!_D(Y.uuid)))Y.error=Y.error||"UUID is not valid.";return Y}function pD(Q){let X=Q;return X.nss=(Q.uuid||"").toLowerCase(),X}var b$={scheme:"http",domainHost:!0,parse:N$,serialize:w$},iD={scheme:"https",domainHost:b$.domainHost,parse:N$,serialize:w$},h4={scheme:"ws",domainHost:!0,parse:hD,serialize:fD},rD={scheme:"wss",domainHost:h4.domainHost,parse:h4.parse,serialize:h4.serialize},nD={scheme:"urn",parse:lD,serialize:mD,skipNormalize:!0},dD={scheme:"urn:uuid",parse:cD,serialize:pD,skipNormalize:!0},f4={http:b$,https:iD,ws:h4,wss:rD,urn:nD,"urn:uuid":dD};Object.setPrototypeOf(f4,null);function t9(Q){return Q&&(f4[Q]||f4[Q.toLowerCase()])||void 0}j$.exports={wsIsSecure:o9,SCHEMES:f4,isValidSchemeName:uD,getSchemeHandler:t9}});var T$=N((lj,m4)=>{var{normalizeIPv6:oD,removeDotSegments:I6,recomposeAuthority:tD,normalizeComponentEncoding:l4,isIPv4:aD,nonSimpleDomain:sD}=d9(),{SCHEMES:eD,getSchemeHandler:I$}=P$();function QL(Q,X){if(typeof Q==="string")Q=y0(n0(Q,X),X);else if(typeof Q==="object")Q=n0(y0(Q,X),X);return Q}function XL(Q,X,Y){let W=Y?Object.assign({scheme:"null"},Y):{scheme:"null"},G=E$(n0(Q,W),n0(X,W),W,!0);return W.skipEscape=!0,y0(G,W)}function E$(Q,X,Y,W){let G={};if(!W)Q=n0(y0(Q,Y),Y),X=n0(y0(X,Y),Y);if(Y=Y||{},!Y.tolerant&&X.scheme)G.scheme=X.scheme,G.userinfo=X.userinfo,G.host=X.host,G.port=X.port,G.path=I6(X.path||""),G.query=X.query;else{if(X.userinfo!==void 0||X.host!==void 0||X.port!==void 0)G.userinfo=X.userinfo,G.host=X.host,G.port=X.port,G.path=I6(X.path||""),G.query=X.query;else{if(!X.path)if(G.path=Q.path,X.query!==void 0)G.query=X.query;else G.query=Q.query;else{if(X.path[0]==="/")G.path=I6(X.path);else{if((Q.userinfo!==void 0||Q.host!==void 0||Q.port!==void 0)&&!Q.path)G.path="/"+X.path;else if(!Q.path)G.path=X.path;else G.path=Q.path.slice(0,Q.path.lastIndexOf("/")+1)+X.path;G.path=I6(G.path)}G.query=X.query}G.userinfo=Q.userinfo,G.host=Q.host,G.port=Q.port}G.scheme=Q.scheme}return G.fragment=X.fragment,G}function YL(Q,X,Y){if(typeof Q==="string")Q=unescape(Q),Q=y0(l4(n0(Q,Y),!0),{...Y,skipEscape:!0});else if(typeof Q==="object")Q=y0(l4(Q,!0),{...Y,skipEscape:!0});if(typeof X==="string")X=unescape(X),X=y0(l4(n0(X,Y),!0),{...Y,skipEscape:!0});else if(typeof X==="object")X=y0(l4(X,!0),{...Y,skipEscape:!0});return Q.toLowerCase()===X.toLowerCase()}function y0(Q,X){let Y={host:Q.host,scheme:Q.scheme,userinfo:Q.userinfo,port:Q.port,path:Q.path,query:Q.query,nid:Q.nid,nss:Q.nss,uuid:Q.uuid,fragment:Q.fragment,reference:Q.reference,resourceName:Q.resourceName,secure:Q.secure,error:""},W=Object.assign({},X),G=[],J=I$(W.scheme||Y.scheme);if(J&&J.serialize)J.serialize(Y,W);if(Y.path!==void 0)if(!W.skipEscape){if(Y.path=escape(Y.path),Y.scheme!==void 0)Y.path=Y.path.split("%3A").join(":")}else Y.path=unescape(Y.path);if(W.reference!=="suffix"&&Y.scheme)G.push(Y.scheme,":");let $=tD(Y);if($!==void 0){if(W.reference!=="suffix")G.push("//");if(G.push($),Y.path&&Y.path[0]!=="/")G.push("/")}if(Y.path!==void 0){let z=Y.path;if(!W.absolutePath&&(!J||!J.absolutePath))z=I6(z);if($===void 0&&z[0]==="/"&&z[1]==="/")z="/%2F"+z.slice(2);G.push(z)}if(Y.query!==void 0)G.push("?",Y.query);if(Y.fragment!==void 0)G.push("#",Y.fragment);return G.join("")}var WL=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function n0(Q,X){let Y=Object.assign({},X),W={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},G=!1;if(Y.reference==="suffix")if(Y.scheme)Q=Y.scheme+":"+Q;else Q="//"+Q;let J=Q.match(WL);if(J){if(W.scheme=J[1],W.userinfo=J[3],W.host=J[4],W.port=parseInt(J[5],10),W.path=J[6]||"",W.query=J[7],W.fragment=J[8],isNaN(W.port))W.port=J[5];if(W.host)if(aD(W.host)===!1){let H=oD(W.host);W.host=H.host.toLowerCase(),G=H.isIPV6}else G=!0;if(W.scheme===void 0&&W.userinfo===void 0&&W.host===void 0&&W.port===void 0&&W.query===void 0&&!W.path)W.reference="same-document";else if(W.scheme===void 0)W.reference="relative";else if(W.fragment===void 0)W.reference="absolute";else W.reference="uri";if(Y.reference&&Y.reference!=="suffix"&&Y.reference!==W.reference)W.error=W.error||"URI is not a "+Y.reference+" reference.";let $=I$(Y.scheme||W.scheme);if(!Y.unicodeSupport&&(!$||!$.unicodeSupport)){if(W.host&&(Y.domainHost||$&&$.domainHost)&&G===!1&&sD(W.host))try{W.host=URL.domainToASCII(W.host.toLowerCase())}catch(z){W.error=W.error||"Host's domain name can not be converted to ASCII: "+z}}if(!$||$&&!$.skipNormalize){if(Q.indexOf("%")!==-1){if(W.scheme!==void 0)W.scheme=unescape(W.scheme);if(W.host!==void 0)W.host=unescape(W.host)}if(W.path)W.path=escape(unescape(W.path));if(W.fragment)W.fragment=encodeURI(decodeURIComponent(W.fragment))}if($&&$.parse)$.parse(W,Y)}else W.error=W.error||"URI can not be parsed.";return W}var a9={SCHEMES:eD,normalize:QL,resolve:XL,resolveComponent:E$,equal:YL,serialize:y0,parse:n0};m4.exports=a9;m4.exports.default=a9;m4.exports.fastUri=a9});var C$=N((R$)=>{Object.defineProperty(R$,"__esModule",{value:!0});var S$=T$();S$.code='require("ajv/dist/runtime/uri").default';R$.default=S$});var h$=N((d0)=>{Object.defineProperty(d0,"__esModule",{value:!0});d0.CodeGen=d0.Name=d0.nil=d0.stringify=d0.str=d0._=d0.KeywordCxt=void 0;var JL=b6();Object.defineProperty(d0,"KeywordCxt",{enumerable:!0,get:function(){return JL.KeywordCxt}});var x1=v();Object.defineProperty(d0,"_",{enumerable:!0,get:function(){return x1._}});Object.defineProperty(d0,"str",{enumerable:!0,get:function(){return x1.str}});Object.defineProperty(d0,"stringify",{enumerable:!0,get:function(){return x1.stringify}});Object.defineProperty(d0,"nil",{enumerable:!0,get:function(){return x1.nil}});Object.defineProperty(d0,"Name",{enumerable:!0,get:function(){return x1.Name}});Object.defineProperty(d0,"CodeGen",{enumerable:!0,get:function(){return x1.CodeGen}});var $L=y4(),y$=j6(),zL=R9(),E6=u4(),HL=v(),T6=Z6(),c4=V6(),e9=f(),k$=q$(),AL=C$(),g$=(Q,X)=>new RegExp(Q,X);g$.code="new RegExp";var KL=["removeAdditional","useDefaults","coerceTypes"],UL=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),BL={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."},DL={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},v$=200;function LL(Q){var X,Y,W,G,J,$,z,H,A,K,U,B,L,q,O,V,M,T,I,x,E,x0,h0,zQ,HQ;let c1=Q.strict,AQ=(X=Q.code)===null||X===void 0?void 0:X.optimize,RX=AQ===!0||AQ===void 0?1:AQ||0,CX=(W=(Y=Q.code)===null||Y===void 0?void 0:Y.regExp)!==null&&W!==void 0?W:g$,M5=(G=Q.uriResolver)!==null&&G!==void 0?G:AL.default;return{strictSchema:($=(J=Q.strictSchema)!==null&&J!==void 0?J:c1)!==null&&$!==void 0?$:!0,strictNumbers:(H=(z=Q.strictNumbers)!==null&&z!==void 0?z:c1)!==null&&H!==void 0?H:!0,strictTypes:(K=(A=Q.strictTypes)!==null&&A!==void 0?A:c1)!==null&&K!==void 0?K:"log",strictTuples:(B=(U=Q.strictTuples)!==null&&U!==void 0?U:c1)!==null&&B!==void 0?B:"log",strictRequired:(q=(L=Q.strictRequired)!==null&&L!==void 0?L:c1)!==null&&q!==void 0?q:!1,code:Q.code?{...Q.code,optimize:RX,regExp:CX}:{optimize:RX,regExp:CX},loopRequired:(O=Q.loopRequired)!==null&&O!==void 0?O:v$,loopEnum:(V=Q.loopEnum)!==null&&V!==void 0?V:v$,meta:(M=Q.meta)!==null&&M!==void 0?M:!0,messages:(T=Q.messages)!==null&&T!==void 0?T:!0,inlineRefs:(I=Q.inlineRefs)!==null&&I!==void 0?I:!0,schemaId:(x=Q.schemaId)!==null&&x!==void 0?x:"$id",addUsedSchema:(E=Q.addUsedSchema)!==null&&E!==void 0?E:!0,validateSchema:(x0=Q.validateSchema)!==null&&x0!==void 0?x0:!0,validateFormats:(h0=Q.validateFormats)!==null&&h0!==void 0?h0:!0,unicodeRegExp:(zQ=Q.unicodeRegExp)!==null&&zQ!==void 0?zQ:!0,int32range:(HQ=Q.int32range)!==null&&HQ!==void 0?HQ:!0,uriResolver:M5}}class p4{constructor(Q={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,Q=this.opts={...Q,...LL(Q)};let{es5:X,lines:Y}=this.opts.code;this.scope=new HL.ValueScope({scope:{},prefixes:UL,es5:X,lines:Y}),this.logger=ZL(Q.logger);let W=Q.validateFormats;if(Q.validateFormats=!1,this.RULES=(0,zL.getRules)(),x$.call(this,BL,Q,"NOT SUPPORTED"),x$.call(this,DL,Q,"DEPRECATED","warn"),this._metaOpts=ML.call(this),Q.formats)qL.call(this);if(this._addVocabularies(),this._addDefaultMetaSchema(),Q.keywords)OL.call(this,Q.keywords);if(typeof Q.meta=="object")this.addMetaSchema(Q.meta);FL.call(this),Q.validateFormats=W}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:Q,meta:X,schemaId:Y}=this.opts,W=k$;if(Y==="id")W={...k$},W.id=W.$id,delete W.$id;if(X&&Q)this.addMetaSchema(W,W[Y],!1)}defaultMeta(){let{meta:Q,schemaId:X}=this.opts;return this.opts.defaultMeta=typeof Q=="object"?Q[X]||Q:void 0}validate(Q,X){let Y;if(typeof Q=="string"){if(Y=this.getSchema(Q),!Y)throw Error(`no schema with key or ref "${Q}"`)}else Y=this.compile(Q);let W=Y(X);if(!("$async"in Y))this.errors=Y.errors;return W}compile(Q,X){let Y=this._addSchema(Q,X);return Y.validate||this._compileSchemaEnv(Y)}compileAsync(Q,X){if(typeof this.opts.loadSchema!="function")throw Error("options.loadSchema should be a function");let{loadSchema:Y}=this.opts;return W.call(this,Q,X);async function W(A,K){await G.call(this,A.$schema);let U=this._addSchema(A,K);return U.validate||J.call(this,U)}async function G(A){if(A&&!this.getSchema(A))await W.call(this,{$ref:A},!0)}async function J(A){try{return this._compileSchemaEnv(A)}catch(K){if(!(K instanceof y$.default))throw K;return $.call(this,K),await z.call(this,K.missingSchema),J.call(this,A)}}function $({missingSchema:A,missingRef:K}){if(this.refs[A])throw Error(`AnySchema ${A} is loaded but ${K} cannot be resolved`)}async function z(A){let K=await H.call(this,A);if(!this.refs[A])await G.call(this,K.$schema);if(!this.refs[A])this.addSchema(K,A,X)}async function H(A){let K=this._loading[A];if(K)return K;try{return await(this._loading[A]=Y(A))}finally{delete this._loading[A]}}}addSchema(Q,X,Y,W=this.opts.validateSchema){if(Array.isArray(Q)){for(let J of Q)this.addSchema(J,void 0,Y,W);return this}let G;if(typeof Q==="object"){let{schemaId:J}=this.opts;if(G=Q[J],G!==void 0&&typeof G!="string")throw Error(`schema ${J} must be string`)}return X=(0,T6.normalizeId)(X||G),this._checkUnique(X),this.schemas[X]=this._addSchema(Q,Y,X,W,!0),this}addMetaSchema(Q,X,Y=this.opts.validateSchema){return this.addSchema(Q,X,!0,Y),this}validateSchema(Q,X){if(typeof Q=="boolean")return!0;let Y;if(Y=Q.$schema,Y!==void 0&&typeof Y!="string")throw Error("$schema must be a string");if(Y=Y||this.opts.defaultMeta||this.defaultMeta(),!Y)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let W=this.validate(Y,Q);if(!W&&X){let G="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(G);else throw Error(G)}return W}getSchema(Q){let X;while(typeof(X=_$.call(this,Q))=="string")Q=X;if(X===void 0){let{schemaId:Y}=this.opts,W=new E6.SchemaEnv({schema:{},schemaId:Y});if(X=E6.resolveSchema.call(this,W,Q),!X)return;this.refs[Q]=X}return X.validate||this._compileSchemaEnv(X)}removeSchema(Q){if(Q instanceof RegExp)return this._removeAllSchemas(this.schemas,Q),this._removeAllSchemas(this.refs,Q),this;switch(typeof Q){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let X=_$.call(this,Q);if(typeof X=="object")this._cache.delete(X.schema);return delete this.schemas[Q],delete this.refs[Q],this}case"object":{let X=Q;this._cache.delete(X);let Y=Q[this.opts.schemaId];if(Y)Y=(0,T6.normalizeId)(Y),delete this.schemas[Y],delete this.refs[Y];return this}default:throw Error("ajv.removeSchema: invalid parameter")}}addVocabulary(Q){for(let X of Q)this.addKeyword(X);return this}addKeyword(Q,X){let Y;if(typeof Q=="string"){if(Y=Q,typeof X=="object")this.logger.warn("these parameters are deprecated, see docs for addKeyword"),X.keyword=Y}else if(typeof Q=="object"&&X===void 0){if(X=Q,Y=X.keyword,Array.isArray(Y)&&!Y.length)throw Error("addKeywords: keyword must be string or non-empty array")}else throw Error("invalid addKeywords parameters");if(wL.call(this,Y,X),!X)return(0,e9.eachItem)(Y,(G)=>s9.call(this,G)),this;jL.call(this,X);let W={...X,type:(0,c4.getJSONTypes)(X.type),schemaType:(0,c4.getJSONTypes)(X.schemaType)};return(0,e9.eachItem)(Y,W.type.length===0?(G)=>s9.call(this,G,W):(G)=>W.type.forEach((J)=>s9.call(this,G,W,J))),this}getKeyword(Q){let X=this.RULES.all[Q];return typeof X=="object"?X.definition:!!X}removeKeyword(Q){let{RULES:X}=this;delete X.keywords[Q],delete X.all[Q];for(let Y of X.rules){let W=Y.rules.findIndex((G)=>G.keyword===Q);if(W>=0)Y.rules.splice(W,1)}return this}addFormat(Q,X){if(typeof X=="string")X=new RegExp(X);return this.formats[Q]=X,this}errorsText(Q=this.errors,{separator:X=", ",dataVar:Y="data"}={}){if(!Q||Q.length===0)return"No errors";return Q.map((W)=>`${Y}${W.instancePath} ${W.message}`).reduce((W,G)=>W+X+G)}$dataMetaSchema(Q,X){let Y=this.RULES.all;Q=JSON.parse(JSON.stringify(Q));for(let W of X){let G=W.split("/").slice(1),J=Q;for(let $ of G)J=J[$];for(let $ in Y){let z=Y[$];if(typeof z!="object")continue;let{$data:H}=z.definition,A=J[$];if(H&&A)J[$]=u$(A)}}return Q}_removeAllSchemas(Q,X){for(let Y in Q){let W=Q[Y];if(!X||X.test(Y)){if(typeof W=="string")delete Q[Y];else if(W&&!W.meta)this._cache.delete(W.schema),delete Q[Y]}}}_addSchema(Q,X,Y,W=this.opts.validateSchema,G=this.opts.addUsedSchema){let J,{schemaId:$}=this.opts;if(typeof Q=="object")J=Q[$];else if(this.opts.jtd)throw Error("schema must be object");else if(typeof Q!="boolean")throw Error("schema must be object or boolean");let z=this._cache.get(Q);if(z!==void 0)return z;Y=(0,T6.normalizeId)(J||Y);let H=T6.getSchemaRefs.call(this,Q,Y);if(z=new E6.SchemaEnv({schema:Q,schemaId:$,meta:X,baseId:Y,localRefs:H}),this._cache.set(z.schema,z),G&&!Y.startsWith("#")){if(Y)this._checkUnique(Y);this.refs[Y]=z}if(W)this.validateSchema(Q,!0);return z}_checkUnique(Q){if(this.schemas[Q]||this.refs[Q])throw Error(`schema with key or id "${Q}" already exists`)}_compileSchemaEnv(Q){if(Q.meta)this._compileMetaSchema(Q);else E6.compileSchema.call(this,Q);if(!Q.validate)throw Error("ajv implementation error");return Q.validate}_compileMetaSchema(Q){let X=this.opts;this.opts=this._metaOpts;try{E6.compileSchema.call(this,Q)}finally{this.opts=X}}}p4.ValidationError=$L.default;p4.MissingRefError=y$.default;d0.default=p4;function x$(Q,X,Y,W="error"){for(let G in Q){let J=G;if(J in X)this.logger[W](`${Y}: option ${G}. ${Q[J]}`)}}function _$(Q){return Q=(0,T6.normalizeId)(Q),this.schemas[Q]||this.refs[Q]}function FL(){let Q=this.opts.schemas;if(!Q)return;if(Array.isArray(Q))this.addSchema(Q);else for(let X in Q)this.addSchema(Q[X],X)}function qL(){for(let Q in this.opts.formats){let X=this.opts.formats[Q];if(X)this.addFormat(Q,X)}}function OL(Q){if(Array.isArray(Q)){this.addVocabulary(Q);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let X in Q){let Y=Q[X];if(!Y.keyword)Y.keyword=X;this.addKeyword(Y)}}function ML(){let Q={...this.opts};for(let X of KL)delete Q[X];return Q}var VL={log(){},warn(){},error(){}};function ZL(Q){if(Q===!1)return VL;if(Q===void 0)return console;if(Q.log&&Q.warn&&Q.error)return Q;throw Error("logger must implement log, warn and error methods")}var NL=/^[a-z_$][a-z0-9_$:-]*$/i;function wL(Q,X){let{RULES:Y}=this;if((0,e9.eachItem)(Q,(W)=>{if(Y.keywords[W])throw Error(`Keyword ${W} is already defined`);if(!NL.test(W))throw Error(`Keyword ${W} has invalid name`)}),!X)return;if(X.$data&&!(("code"in X)||("validate"in X)))throw Error('$data keyword must have "code" or "validate" function')}function s9(Q,X,Y){var W;let G=X===null||X===void 0?void 0:X.post;if(Y&&G)throw Error('keyword with "post" flag cannot have "type"');let{RULES:J}=this,$=G?J.post:J.rules.find(({type:H})=>H===Y);if(!$)$={type:Y,rules:[]},J.rules.push($);if(J.keywords[Q]=!0,!X)return;let z={keyword:Q,definition:{...X,type:(0,c4.getJSONTypes)(X.type),schemaType:(0,c4.getJSONTypes)(X.schemaType)}};if(X.before)bL.call(this,$,z,X.before);else $.rules.push(z);J.all[Q]=z,(W=X.implements)===null||W===void 0||W.forEach((H)=>this.addKeyword(H))}function bL(Q,X,Y){let W=Q.rules.findIndex((G)=>G.keyword===Y);if(W>=0)Q.rules.splice(W,0,X);else Q.rules.push(X),this.logger.warn(`rule ${Y} is not defined`)}function jL(Q){let{metaSchema:X}=Q;if(X===void 0)return;if(Q.$data&&this.opts.$data)X=u$(X);Q.validateSchema=this.compile(X,!0)}var PL={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function u$(Q){return{anyOf:[Q,PL]}}});var l$=N((f$)=>{Object.defineProperty(f$,"__esModule",{value:!0});var TL={keyword:"id",code(){throw Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};f$.default=TL});var n$=N((i$)=>{Object.defineProperty(i$,"__esModule",{value:!0});i$.callRef=i$.getValidate=void 0;var RL=j6(),m$=j0(),q0=v(),_1=i0(),c$=u4(),i4=f(),CL={keyword:"$ref",schemaType:"string",code(Q){let{gen:X,schema:Y,it:W}=Q,{baseId:G,schemaEnv:J,validateName:$,opts:z,self:H}=W,{root:A}=J;if((Y==="#"||Y==="#/")&&G===A.baseId)return U();let K=c$.resolveRef.call(H,A,G,Y);if(K===void 0)throw new RL.default(W.opts.uriResolver,G,Y);if(K instanceof c$.SchemaEnv)return B(K);return L(K);function U(){if(J===A)return r4(Q,$,J,J.$async);let q=X.scopeValue("root",{ref:A});return r4(Q,q0._`${q}.validate`,A,A.$async)}function B(q){let O=p$(Q,q);r4(Q,O,q,q.$async)}function L(q){let O=X.scopeValue("schema",z.code.source===!0?{ref:q,code:(0,q0.stringify)(q)}:{ref:q}),V=X.name("valid"),M=Q.subschema({schema:q,dataTypes:[],schemaPath:q0.nil,topSchemaRef:O,errSchemaPath:Y},V);Q.mergeEvaluated(M),Q.ok(V)}}};function p$(Q,X){let{gen:Y}=Q;return X.validate?Y.scopeValue("validate",{ref:X.validate}):q0._`${Y.scopeValue("wrapper",{ref:X})}.validate`}i$.getValidate=p$;function r4(Q,X,Y,W){let{gen:G,it:J}=Q,{allErrors:$,schemaEnv:z,opts:H}=J,A=H.passContext?_1.default.this:q0.nil;if(W)K();else U();function K(){if(!z.$async)throw Error("async schema referenced by sync schema");let q=G.let("valid");G.try(()=>{if(G.code(q0._`await ${(0,m$.callValidateCode)(Q,X,A)}`),L(X),!$)G.assign(q,!0)},(O)=>{if(G.if(q0._`!(${O} instanceof ${J.ValidationError})`,()=>G.throw(O)),B(O),!$)G.assign(q,!1)}),Q.ok(q)}function U(){Q.result((0,m$.callValidateCode)(Q,X,A),()=>L(X),()=>B(X))}function B(q){let O=q0._`${q}.errors`;G.assign(_1.default.vErrors,q0._`${_1.default.vErrors} === null ? ${O} : ${_1.default.vErrors}.concat(${O})`),G.assign(_1.default.errors,q0._`${_1.default.vErrors}.length`)}function L(q){var O;if(!J.opts.unevaluated)return;let V=(O=Y===null||Y===void 0?void 0:Y.validate)===null||O===void 0?void 0:O.evaluated;if(J.props!==!0)if(V&&!V.dynamicProps){if(V.props!==void 0)J.props=i4.mergeEvaluated.props(G,V.props,J.props)}else{let M=G.var("props",q0._`${q}.evaluated.props`);J.props=i4.mergeEvaluated.props(G,M,J.props,q0.Name)}if(J.items!==!0)if(V&&!V.dynamicItems){if(V.items!==void 0)J.items=i4.mergeEvaluated.items(G,V.items,J.items)}else{let M=G.var("items",q0._`${q}.evaluated.items`);J.items=i4.mergeEvaluated.items(G,M,J.items,q0.Name)}}}i$.callRef=r4;i$.default=CL});var o$=N((d$)=>{Object.defineProperty(d$,"__esModule",{value:!0});var xL=l$(),_L=n$(),yL=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",xL.default,_L.default];d$.default=yL});var a$=N((t$)=>{Object.defineProperty(t$,"__esModule",{value:!0});var n4=v(),H1=n4.operators,d4={maximum:{okStr:"<=",ok:H1.LTE,fail:H1.GT},minimum:{okStr:">=",ok:H1.GTE,fail:H1.LT},exclusiveMaximum:{okStr:"<",ok:H1.LT,fail:H1.GTE},exclusiveMinimum:{okStr:">",ok:H1.GT,fail:H1.LTE}},uL={message:({keyword:Q,schemaCode:X})=>n4.str`must be ${d4[Q].okStr} ${X}`,params:({keyword:Q,schemaCode:X})=>n4._`{comparison: ${d4[Q].okStr}, limit: ${X}}`},hL={keyword:Object.keys(d4),type:"number",schemaType:"number",$data:!0,error:uL,code(Q){let{keyword:X,data:Y,schemaCode:W}=Q;Q.fail$data(n4._`${Y} ${d4[X].fail} ${W} || isNaN(${Y})`)}};t$.default=hL});var e$=N((s$)=>{Object.defineProperty(s$,"__esModule",{value:!0});var S6=v(),lL={message:({schemaCode:Q})=>S6.str`must be multiple of ${Q}`,params:({schemaCode:Q})=>S6._`{multipleOf: ${Q}}`},mL={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:lL,code(Q){let{gen:X,data:Y,schemaCode:W,it:G}=Q,J=G.opts.multipleOfPrecision,$=X.let("res"),z=J?S6._`Math.abs(Math.round(${$}) - ${$}) > 1e-${J}`:S6._`${$} !== parseInt(${$})`;Q.fail$data(S6._`(${W} === 0 || (${$} = ${Y}/${W}, ${z}))`)}};s$.default=mL});var Yz=N((Xz)=>{Object.defineProperty(Xz,"__esModule",{value:!0});function Qz(Q){let X=Q.length,Y=0,W=0,G;while(W<X)if(Y++,G=Q.charCodeAt(W++),G>=55296&&G<=56319&&W<X){if(G=Q.charCodeAt(W),(G&64512)===56320)W++}return Y}Xz.default=Qz;Qz.code='require("ajv/dist/runtime/ucs2length").default'});var Gz=N((Wz)=>{Object.defineProperty(Wz,"__esModule",{value:!0});var O1=v(),iL=f(),rL=Yz(),nL={message({keyword:Q,schemaCode:X}){let Y=Q==="maxLength"?"more":"fewer";return O1.str`must NOT have ${Y} than ${X} characters`},params:({schemaCode:Q})=>O1._`{limit: ${Q}}`},dL={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:nL,code(Q){let{keyword:X,data:Y,schemaCode:W,it:G}=Q,J=X==="maxLength"?O1.operators.GT:O1.operators.LT,$=G.opts.unicode===!1?O1._`${Y}.length`:O1._`${(0,iL.useFunc)(Q.gen,rL.default)}(${Y})`;Q.fail$data(O1._`${$} ${J} ${W}`)}};Wz.default=dL});var $z=N((Jz)=>{Object.defineProperty(Jz,"__esModule",{value:!0});var tL=j0(),o4=v(),aL={message:({schemaCode:Q})=>o4.str`must match pattern "${Q}"`,params:({schemaCode:Q})=>o4._`{pattern: ${Q}}`},sL={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:aL,code(Q){let{data:X,$data:Y,schema:W,schemaCode:G,it:J}=Q,$=J.opts.unicodeRegExp?"u":"",z=Y?o4._`(new RegExp(${G}, ${$}))`:(0,tL.usePattern)(Q,W);Q.fail$data(o4._`!${z}.test(${X})`)}};Jz.default=sL});var Hz=N((zz)=>{Object.defineProperty(zz,"__esModule",{value:!0});var R6=v(),QF={message({keyword:Q,schemaCode:X}){let Y=Q==="maxProperties"?"more":"fewer";return R6.str`must NOT have ${Y} than ${X} properties`},params:({schemaCode:Q})=>R6._`{limit: ${Q}}`},XF={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:QF,code(Q){let{keyword:X,data:Y,schemaCode:W}=Q,G=X==="maxProperties"?R6.operators.GT:R6.operators.LT;Q.fail$data(R6._`Object.keys(${Y}).length ${G} ${W}`)}};zz.default=XF});var Kz=N((Az)=>{Object.defineProperty(Az,"__esModule",{value:!0});var C6=j0(),k6=v(),WF=f(),GF={message:({params:{missingProperty:Q}})=>k6.str`must have required property '${Q}'`,params:({params:{missingProperty:Q}})=>k6._`{missingProperty: ${Q}}`},JF={keyword:"required",type:"object",schemaType:"array",$data:!0,error:GF,code(Q){let{gen:X,schema:Y,schemaCode:W,data:G,$data:J,it:$}=Q,{opts:z}=$;if(!J&&Y.length===0)return;let H=Y.length>=z.loopRequired;if($.allErrors)A();else K();if(z.strictRequired){let L=Q.parentSchema.properties,{definedProperties:q}=Q.it;for(let O of Y)if((L===null||L===void 0?void 0:L[O])===void 0&&!q.has(O)){let V=$.schemaEnv.baseId+$.errSchemaPath,M=`required property "${O}" is not defined at "${V}" (strictRequired)`;(0,WF.checkStrictMode)($,M,$.opts.strictRequired)}}function A(){if(H||J)Q.block$data(k6.nil,U);else for(let L of Y)(0,C6.checkReportMissingProp)(Q,L)}function K(){let L=X.let("missing");if(H||J){let q=X.let("valid",!0);Q.block$data(q,()=>B(L,q)),Q.ok(q)}else X.if((0,C6.checkMissingProp)(Q,Y,L)),(0,C6.reportMissingProp)(Q,L),X.else()}function U(){X.forOf("prop",W,(L)=>{Q.setParams({missingProperty:L}),X.if((0,C6.noPropertyInData)(X,G,L,z.ownProperties),()=>Q.error())})}function B(L,q){Q.setParams({missingProperty:L}),X.forOf(L,W,()=>{X.assign(q,(0,C6.propertyInData)(X,G,L,z.ownProperties)),X.if((0,k6.not)(q),()=>{Q.error(),X.break()})},k6.nil)}}};Az.default=JF});var Bz=N((Uz)=>{Object.defineProperty(Uz,"__esModule",{value:!0});var v6=v(),zF={message({keyword:Q,schemaCode:X}){let Y=Q==="maxItems"?"more":"fewer";return v6.str`must NOT have ${Y} than ${X} items`},params:({schemaCode:Q})=>v6._`{limit: ${Q}}`},HF={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:zF,code(Q){let{keyword:X,data:Y,schemaCode:W}=Q,G=X==="maxItems"?v6.operators.GT:v6.operators.LT;Q.fail$data(v6._`${Y}.length ${G} ${W}`)}};Uz.default=HF});var t4=N((Lz)=>{Object.defineProperty(Lz,"__esModule",{value:!0});var Dz=u9();Dz.code='require("ajv/dist/runtime/equal").default';Lz.default=Dz});var qz=N((Fz)=>{Object.defineProperty(Fz,"__esModule",{value:!0});var QX=V6(),H0=v(),UF=f(),BF=t4(),DF={message:({params:{i:Q,j:X}})=>H0.str`must NOT have duplicate items (items ## ${X} and ${Q} are identical)`,params:({params:{i:Q,j:X}})=>H0._`{i: ${Q}, j: ${X}}`},LF={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:DF,code(Q){let{gen:X,data:Y,$data:W,schema:G,parentSchema:J,schemaCode:$,it:z}=Q;if(!W&&!G)return;let H=X.let("valid"),A=J.items?(0,QX.getSchemaTypes)(J.items):[];Q.block$data(H,K,H0._`${$} === false`),Q.ok(H);function K(){let q=X.let("i",H0._`${Y}.length`),O=X.let("j");Q.setParams({i:q,j:O}),X.assign(H,!0),X.if(H0._`${q} > 1`,()=>(U()?B:L)(q,O))}function U(){return A.length>0&&!A.some((q)=>q==="object"||q==="array")}function B(q,O){let V=X.name("item"),M=(0,QX.checkDataTypes)(A,V,z.opts.strictNumbers,QX.DataType.Wrong),T=X.const("indices",H0._`{}`);X.for(H0._`;${q}--;`,()=>{if(X.let(V,H0._`${Y}[${q}]`),X.if(M,H0._`continue`),A.length>1)X.if(H0._`typeof ${V} == "string"`,H0._`${V} += "_"`);X.if(H0._`typeof ${T}[${V}] == "number"`,()=>{X.assign(O,H0._`${T}[${V}]`),Q.error(),X.assign(H,!1).break()}).code(H0._`${T}[${V}] = ${q}`)})}function L(q,O){let V=(0,UF.useFunc)(X,BF.default),M=X.name("outer");X.label(M).for(H0._`;${q}--;`,()=>X.for(H0._`${O} = ${q}; ${O}--;`,()=>X.if(H0._`${V}(${Y}[${q}], ${Y}[${O}])`,()=>{Q.error(),X.assign(H,!1).break(M)})))}}};Fz.default=LF});var Mz=N((Oz)=>{Object.defineProperty(Oz,"__esModule",{value:!0});var XX=v(),qF=f(),OF=t4(),MF={message:"must be equal to constant",params:({schemaCode:Q})=>XX._`{allowedValue: ${Q}}`},VF={keyword:"const",$data:!0,error:MF,code(Q){let{gen:X,data:Y,$data:W,schemaCode:G,schema:J}=Q;if(W||J&&typeof J=="object")Q.fail$data(XX._`!${(0,qF.useFunc)(X,OF.default)}(${Y}, ${G})`);else Q.fail(XX._`${J} !== ${Y}`)}};Oz.default=VF});var Zz=N((Vz)=>{Object.defineProperty(Vz,"__esModule",{value:!0});var x6=v(),NF=f(),wF=t4(),bF={message:"must be equal to one of the allowed values",params:({schemaCode:Q})=>x6._`{allowedValues: ${Q}}`},jF={keyword:"enum",schemaType:"array",$data:!0,error:bF,code(Q){let{gen:X,data:Y,$data:W,schema:G,schemaCode:J,it:$}=Q;if(!W&&G.length===0)throw Error("enum must have non-empty array");let z=G.length>=$.opts.loopEnum,H,A=()=>H!==null&&H!==void 0?H:H=(0,NF.useFunc)(X,wF.default),K;if(z||W)K=X.let("valid"),Q.block$data(K,U);else{if(!Array.isArray(G))throw Error("ajv implementation error");let L=X.const("vSchema",J);K=(0,x6.or)(...G.map((q,O)=>B(L,O)))}Q.pass(K);function U(){X.assign(K,!1),X.forOf("v",J,(L)=>X.if(x6._`${A()}(${Y}, ${L})`,()=>X.assign(K,!0).break()))}function B(L,q){let O=G[q];return typeof O==="object"&&O!==null?x6._`${A()}(${Y}, ${L}[${q}])`:x6._`${Y} === ${O}`}}};Vz.default=jF});var wz=N((Nz)=>{Object.defineProperty(Nz,"__esModule",{value:!0});var IF=a$(),EF=e$(),TF=Gz(),SF=$z(),RF=Hz(),CF=Kz(),kF=Bz(),vF=qz(),xF=Mz(),_F=Zz(),yF=[IF.default,EF.default,TF.default,SF.default,RF.default,CF.default,kF.default,vF.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},xF.default,_F.default];Nz.default=yF});var WX=N((jz)=>{Object.defineProperty(jz,"__esModule",{value:!0});jz.validateAdditionalItems=void 0;var M1=v(),YX=f(),uF={message:({params:{len:Q}})=>M1.str`must NOT have more than ${Q} items`,params:({params:{len:Q}})=>M1._`{limit: ${Q}}`},hF={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:uF,code(Q){let{parentSchema:X,it:Y}=Q,{items:W}=X;if(!Array.isArray(W)){(0,YX.checkStrictMode)(Y,'"additionalItems" is ignored when "items" is not an array of schemas');return}bz(Q,W)}};function bz(Q,X){let{gen:Y,schema:W,data:G,keyword:J,it:$}=Q;$.items=!0;let z=Y.const("len",M1._`${G}.length`);if(W===!1)Q.setParams({len:X.length}),Q.pass(M1._`${z} <= ${X.length}`);else if(typeof W=="object"&&!(0,YX.alwaysValidSchema)($,W)){let A=Y.var("valid",M1._`${z} <= ${X.length}`);Y.if((0,M1.not)(A),()=>H(A)),Q.ok(A)}function H(A){Y.forRange("i",X.length,z,(K)=>{if(Q.subschema({keyword:J,dataProp:K,dataPropType:YX.Type.Num},A),!$.allErrors)Y.if((0,M1.not)(A),()=>Y.break())})}}jz.validateAdditionalItems=bz;jz.default=hF});var GX=N((Tz)=>{Object.defineProperty(Tz,"__esModule",{value:!0});Tz.validateTuple=void 0;var Iz=v(),a4=f(),lF=j0(),mF={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(Q){let{schema:X,it:Y}=Q;if(Array.isArray(X))return Ez(Q,"additionalItems",X);if(Y.items=!0,(0,a4.alwaysValidSchema)(Y,X))return;Q.ok((0,lF.validateArray)(Q))}};function Ez(Q,X,Y=Q.schema){let{gen:W,parentSchema:G,data:J,keyword:$,it:z}=Q;if(K(G),z.opts.unevaluated&&Y.length&&z.items!==!0)z.items=a4.mergeEvaluated.items(W,Y.length,z.items);let H=W.name("valid"),A=W.const("len",Iz._`${J}.length`);Y.forEach((U,B)=>{if((0,a4.alwaysValidSchema)(z,U))return;W.if(Iz._`${A} > ${B}`,()=>Q.subschema({keyword:$,schemaProp:B,dataProp:B},H)),Q.ok(H)});function K(U){let{opts:B,errSchemaPath:L}=z,q=Y.length,O=q===U.minItems&&(q===U.maxItems||U[X]===!1);if(B.strictTuples&&!O){let V=`"${$}" is ${q}-tuple, but minItems or maxItems/${X} are not specified or different at path "${L}"`;(0,a4.checkStrictMode)(z,V,B.strictTuples)}}}Tz.validateTuple=Ez;Tz.default=mF});var Cz=N((Rz)=>{Object.defineProperty(Rz,"__esModule",{value:!0});var pF=GX(),iF={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:(Q)=>(0,pF.validateTuple)(Q,"items")};Rz.default=iF});var xz=N((vz)=>{Object.defineProperty(vz,"__esModule",{value:!0});var kz=v(),nF=f(),dF=j0(),oF=WX(),tF={message:({params:{len:Q}})=>kz.str`must NOT have more than ${Q} items`,params:({params:{len:Q}})=>kz._`{limit: ${Q}}`},aF={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:tF,code(Q){let{schema:X,parentSchema:Y,it:W}=Q,{prefixItems:G}=Y;if(W.items=!0,(0,nF.alwaysValidSchema)(W,X))return;if(G)(0,oF.validateAdditionalItems)(Q,G);else Q.ok((0,dF.validateArray)(Q))}};vz.default=aF});var yz=N((_z)=>{Object.defineProperty(_z,"__esModule",{value:!0});var P0=v(),s4=f(),eF={message:({params:{min:Q,max:X}})=>X===void 0?P0.str`must contain at least ${Q} valid item(s)`:P0.str`must contain at least ${Q} and no more than ${X} valid item(s)`,params:({params:{min:Q,max:X}})=>X===void 0?P0._`{minContains: ${Q}}`:P0._`{minContains: ${Q}, maxContains: ${X}}`},Qq={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:eF,code(Q){let{gen:X,schema:Y,parentSchema:W,data:G,it:J}=Q,$,z,{minContains:H,maxContains:A}=W;if(J.opts.next)$=H===void 0?1:H,z=A;else $=1;let K=X.const("len",P0._`${G}.length`);if(Q.setParams({min:$,max:z}),z===void 0&&$===0){(0,s4.checkStrictMode)(J,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(z!==void 0&&$>z){(0,s4.checkStrictMode)(J,'"minContains" > "maxContains" is always invalid'),Q.fail();return}if((0,s4.alwaysValidSchema)(J,Y)){let O=P0._`${K} >= ${$}`;if(z!==void 0)O=P0._`${O} && ${K} <= ${z}`;Q.pass(O);return}J.items=!0;let U=X.name("valid");if(z===void 0&&$===1)L(U,()=>X.if(U,()=>X.break()));else if($===0){if(X.let(U,!0),z!==void 0)X.if(P0._`${G}.length > 0`,B)}else X.let(U,!1),B();Q.result(U,()=>Q.reset());function B(){let O=X.name("_valid"),V=X.let("count",0);L(O,()=>X.if(O,()=>q(V)))}function L(O,V){X.forRange("i",0,K,(M)=>{Q.subschema({keyword:"contains",dataProp:M,dataPropType:s4.Type.Num,compositeRule:!0},O),V()})}function q(O){if(X.code(P0._`${O}++`),z===void 0)X.if(P0._`${O} >= ${$}`,()=>X.assign(U,!0).break());else if(X.if(P0._`${O} > ${z}`,()=>X.assign(U,!1).break()),$===1)X.assign(U,!0);else X.if(P0._`${O} >= ${$}`,()=>X.assign(U,!0))}}};_z.default=Qq});var mz=N((hz)=>{Object.defineProperty(hz,"__esModule",{value:!0});hz.validateSchemaDeps=hz.validatePropertyDeps=hz.error=void 0;var JX=v(),Yq=f(),_6=j0();hz.error={message:({params:{property:Q,depsCount:X,deps:Y}})=>{let W=X===1?"property":"properties";return JX.str`must have ${W} ${Y} when property ${Q} is present`},params:({params:{property:Q,depsCount:X,deps:Y,missingProperty:W}})=>JX._`{property: ${Q},
6
+ || ${$} === "boolean" || ${G} === null`).assign(z,C._`[${G}]`)}}}function CU({gen:Q,parentData:X,parentDataProperty:Y},W){Q.if(C._`${X} !== undefined`,()=>Q.assign(C._`${X}[${Y}]`,W))}function v9(Q,X,Y,W=C1.Correct){let G=W===C1.Correct?C.operators.EQ:C.operators.NEQ,J;switch(Q){case"null":return C._`${X} ${G} null`;case"array":J=C._`Array.isArray(${X})`;break;case"object":J=C._`${X} && typeof ${X} == "object" && !Array.isArray(${X})`;break;case"integer":J=$(C._`!(${X} % 1) && !isNaN(${X})`);break;case"number":J=$();break;default:return C._`typeof ${X} ${G} ${Q}`}return W===C1.Correct?J:(0,C.not)(J);function $(z=C.nil){return(0,C.and)(C._`typeof ${X} == "number"`,z,Y?C._`isFinite(${X})`:C.nil)}}ZJ.checkDataType=v9;function x9(Q,X,Y,W){if(Q.length===1)return v9(Q[0],X,Y,W);let G,J=(0,OJ.toHash)(Q);if(J.array&&J.object){let $=C._`typeof ${X} != "object"`;G=J.null?$:C._`!${X} || ${$}`,delete J.null,delete J.array,delete J.object}else G=C.nil;if(J.number)delete J.integer;for(let $ in J)G=(0,C.and)(G,v9($,X,Y,W));return G}ZJ.checkDataTypes=x9;var kU={message:({schema:Q})=>`must be ${Q}`,params:({schema:Q,schemaValue:X})=>typeof Q=="string"?C._`{type: ${Q}}`:C._`{type: ${X}}`};function _9(Q){let X=vU(Q);(0,IU.reportError)(X,kU)}ZJ.reportTypeError=_9;function vU(Q){let{gen:X,data:Y,schema:W}=Q,G=(0,OJ.schemaRefOrVal)(Q,W,"type");return{gen:X,keyword:"type",data:Y,schema:W.type,schemaCode:G,schemaValue:G,parentSchema:W,params:{},it:Q}}});var PJ=N((bJ)=>{Object.defineProperty(bJ,"__esModule",{value:!0});bJ.assignDefaults=void 0;var k1=v(),fU=f();function lU(Q,X){let{properties:Y,items:W}=Q.schema;if(X==="object"&&Y)for(let G in Y)wJ(Q,G,Y[G].default);else if(X==="array"&&Array.isArray(W))W.forEach((G,J)=>wJ(Q,J,G.default))}bJ.assignDefaults=lU;function wJ(Q,X,Y){let{gen:W,compositeRule:G,data:J,opts:$}=Q;if(Y===void 0)return;let z=k1._`${J}${(0,k1.getProperty)(X)}`;if(G){(0,fU.checkStrictMode)(Q,`default is ignored for: ${z}`);return}let H=k1._`${z} === undefined`;if($.useDefaults==="empty")H=k1._`${H} || ${z} === null || ${z} === ""`;W.if(H,k1._`${z} = ${(0,k1.stringify)(Y)}`)}});var j0=N((TJ)=>{Object.defineProperty(TJ,"__esModule",{value:!0});TJ.validateUnion=TJ.validateArray=TJ.usePattern=TJ.callValidateCode=TJ.schemaProperties=TJ.allSchemaProperties=TJ.noPropertyInData=TJ.propertyInData=TJ.isOwnProperty=TJ.hasPropFunc=TJ.reportMissingProp=TJ.checkMissingProp=TJ.checkReportMissingProp=void 0;var n=v(),y9=f(),$1=i0(),mU=f();function cU(Q,X){let{gen:Y,data:W,it:G}=Q;Y.if(u9(Y,W,X,G.opts.ownProperties),()=>{Q.setParams({missingProperty:n._`${X}`},!0),Q.error()})}TJ.checkReportMissingProp=cU;function pU({gen:Q,data:X,it:{opts:Y}},W,G){return(0,n.or)(...W.map((J)=>(0,n.and)(u9(Q,X,J,Y.ownProperties),n._`${G} = ${J}`)))}TJ.checkMissingProp=pU;function iU(Q,X){Q.setParams({missingProperty:X},!0),Q.error()}TJ.reportMissingProp=iU;function IJ(Q){return Q.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:n._`Object.prototype.hasOwnProperty`})}TJ.hasPropFunc=IJ;function g9(Q,X,Y){return n._`${IJ(Q)}.call(${X}, ${Y})`}TJ.isOwnProperty=g9;function rU(Q,X,Y,W){let G=n._`${X}${(0,n.getProperty)(Y)} !== undefined`;return W?n._`${G} && ${g9(Q,X,Y)}`:G}TJ.propertyInData=rU;function u9(Q,X,Y,W){let G=n._`${X}${(0,n.getProperty)(Y)} === undefined`;return W?(0,n.or)(G,(0,n.not)(g9(Q,X,Y))):G}TJ.noPropertyInData=u9;function EJ(Q){return Q?Object.keys(Q).filter((X)=>X!=="__proto__"):[]}TJ.allSchemaProperties=EJ;function nU(Q,X){return EJ(X).filter((Y)=>!(0,y9.alwaysValidSchema)(Q,X[Y]))}TJ.schemaProperties=nU;function dU({schemaCode:Q,data:X,it:{gen:Y,topSchemaRef:W,schemaPath:G,errorPath:J},it:$},z,H,A){let K=A?n._`${Q}, ${X}, ${W}${G}`:X,U=[[$1.default.instancePath,(0,n.strConcat)($1.default.instancePath,J)],[$1.default.parentData,$.parentData],[$1.default.parentDataProperty,$.parentDataProperty],[$1.default.rootData,$1.default.rootData]];if($.opts.dynamicRef)U.push([$1.default.dynamicAnchors,$1.default.dynamicAnchors]);let B=n._`${K}, ${Y.object(...U)}`;return H!==n.nil?n._`${z}.call(${H}, ${B})`:n._`${z}(${B})`}TJ.callValidateCode=dU;var oU=n._`new RegExp`;function tU({gen:Q,it:{opts:X}},Y){let W=X.unicodeRegExp?"u":"",{regExp:G}=X.code,J=G(Y,W);return Q.scopeValue("pattern",{key:J.toString(),ref:J,code:n._`${G.code==="new RegExp"?oU:(0,mU.useFunc)(Q,G)}(${Y}, ${W})`})}TJ.usePattern=tU;function aU(Q){let{gen:X,data:Y,keyword:W,it:G}=Q,J=X.name("valid");if(G.allErrors){let z=X.let("valid",!0);return $(()=>X.assign(z,!1)),z}return X.var(J,!0),$(()=>X.break()),J;function $(z){let H=X.const("len",n._`${Y}.length`);X.forRange("i",0,H,(A)=>{Q.subschema({keyword:W,dataProp:A,dataPropType:y9.Type.Num},J),X.if((0,n.not)(J),z)})}}TJ.validateArray=aU;function sU(Q){let{gen:X,schema:Y,keyword:W,it:G}=Q;if(!Array.isArray(Y))throw Error("ajv implementation error");if(Y.some((H)=>(0,y9.alwaysValidSchema)(G,H))&&!G.opts.unevaluated)return;let $=X.let("valid",!1),z=X.name("_valid");X.block(()=>Y.forEach((H,A)=>{let K=Q.subschema({keyword:W,schemaProp:A,compositeRule:!0},z);if(X.assign($,n._`${$} || ${z}`),!Q.mergeValidEvaluated(K,z))X.if((0,n.not)($))})),Q.result($,()=>Q.reset(),()=>Q.error(!0))}TJ.validateUnion=sU});var xJ=N((kJ)=>{Object.defineProperty(kJ,"__esModule",{value:!0});kJ.validateKeywordUsage=kJ.validSchemaType=kJ.funcKeywordCode=kJ.macroKeywordCode=void 0;var B0=v(),F1=i0(),UB=j0(),BB=M6();function DB(Q,X){let{gen:Y,keyword:W,schema:G,parentSchema:J,it:$}=Q,z=X.macro.call($.self,G,J,$),H=CJ(Y,W,z);if($.opts.validateSchema!==!1)$.self.validateSchema(z,!0);let A=Y.name("valid");Q.subschema({schema:z,schemaPath:B0.nil,errSchemaPath:`${$.errSchemaPath}/${W}`,topSchemaRef:H,compositeRule:!0},A),Q.pass(A,()=>Q.error(!0))}kJ.macroKeywordCode=DB;function LB(Q,X){var Y;let{gen:W,keyword:G,schema:J,parentSchema:$,$data:z,it:H}=Q;qB(H,X);let A=!z&&X.compile?X.compile.call(H.self,J,$,H):X.validate,K=CJ(W,G,A),U=W.let("valid");Q.block$data(U,B),Q.ok((Y=X.valid)!==null&&Y!==void 0?Y:U);function B(){if(X.errors===!1){if(O(),X.modifying)RJ(Q);V(()=>Q.error())}else{let M=X.async?L():q();if(X.modifying)RJ(Q);V(()=>FB(Q,M))}}function L(){let M=W.let("ruleErrs",null);return W.try(()=>O(B0._`await `),(T)=>W.assign(U,!1).if(B0._`${T} instanceof ${H.ValidationError}`,()=>W.assign(M,B0._`${T}.errors`),()=>W.throw(T))),M}function q(){let M=B0._`${K}.errors`;return W.assign(M,null),O(B0.nil),M}function O(M=X.async?B0._`await `:B0.nil){let T=H.opts.passContext?F1.default.this:F1.default.self,I=!(("compile"in X)&&!z||X.schema===!1);W.assign(U,B0._`${M}${(0,UB.callValidateCode)(Q,K,T,I)}`,X.modifying)}function V(M){var T;W.if((0,B0.not)((T=X.valid)!==null&&T!==void 0?T:U),M)}}kJ.funcKeywordCode=LB;function RJ(Q){let{gen:X,data:Y,it:W}=Q;X.if(W.parentData,()=>X.assign(Y,B0._`${W.parentData}[${W.parentDataProperty}]`))}function FB(Q,X){let{gen:Y}=Q;Y.if(B0._`Array.isArray(${X})`,()=>{Y.assign(F1.default.vErrors,B0._`${F1.default.vErrors} === null ? ${X} : ${F1.default.vErrors}.concat(${X})`).assign(F1.default.errors,B0._`${F1.default.vErrors}.length`),(0,BB.extendErrors)(Q)},()=>Q.error())}function qB({schemaEnv:Q},X){if(X.async&&!Q.$async)throw Error("async keyword in sync schema")}function CJ(Q,X,Y){if(Y===void 0)throw Error(`keyword "${X}" failed to compile`);return Q.scopeValue("keyword",typeof Y=="function"?{ref:Y}:{ref:Y,code:(0,B0.stringify)(Y)})}function OB(Q,X,Y=!1){return!X.length||X.some((W)=>W==="array"?Array.isArray(Q):W==="object"?Q&&typeof Q=="object"&&!Array.isArray(Q):typeof Q==W||Y&&typeof Q>"u")}kJ.validSchemaType=OB;function MB({schema:Q,opts:X,self:Y,errSchemaPath:W},G,J){if(Array.isArray(G.keyword)?!G.keyword.includes(J):G.keyword!==J)throw Error("ajv implementation error");let $=G.dependencies;if($===null||$===void 0?void 0:$.some((z)=>!Object.prototype.hasOwnProperty.call(Q,z)))throw Error(`parent schema must have dependencies of ${J}: ${$.join(",")}`);if(G.validateSchema){if(!G.validateSchema(Q[J])){let H=`keyword "${J}" value is invalid at path "${W}": `+Y.errorsText(G.validateSchema.errors);if(X.validateSchema==="log")Y.logger.error(H);else throw Error(H)}}}kJ.validateKeywordUsage=MB});var uJ=N((yJ)=>{Object.defineProperty(yJ,"__esModule",{value:!0});yJ.extendSubschemaMode=yJ.extendSubschemaData=yJ.getSubschema=void 0;var _0=v(),_J=f();function wB(Q,{keyword:X,schemaProp:Y,schema:W,schemaPath:G,errSchemaPath:J,topSchemaRef:$}){if(X!==void 0&&W!==void 0)throw Error('both "keyword" and "schema" passed, only one allowed');if(X!==void 0){let z=Q.schema[X];return Y===void 0?{schema:z,schemaPath:_0._`${Q.schemaPath}${(0,_0.getProperty)(X)}`,errSchemaPath:`${Q.errSchemaPath}/${X}`}:{schema:z[Y],schemaPath:_0._`${Q.schemaPath}${(0,_0.getProperty)(X)}${(0,_0.getProperty)(Y)}`,errSchemaPath:`${Q.errSchemaPath}/${X}/${(0,_J.escapeFragment)(Y)}`}}if(W!==void 0){if(G===void 0||J===void 0||$===void 0)throw Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:W,schemaPath:G,topSchemaRef:$,errSchemaPath:J}}throw Error('either "keyword" or "schema" must be passed')}yJ.getSubschema=wB;function bB(Q,X,{dataProp:Y,dataPropType:W,data:G,dataTypes:J,propertyName:$}){if(G!==void 0&&Y!==void 0)throw Error('both "data" and "dataProp" passed, only one allowed');let{gen:z}=X;if(Y!==void 0){let{errorPath:A,dataPathArr:K,opts:U}=X,B=z.let("data",_0._`${X.data}${(0,_0.getProperty)(Y)}`,!0);H(B),Q.errorPath=_0.str`${A}${(0,_J.getErrorPath)(Y,W,U.jsPropertySyntax)}`,Q.parentDataProperty=_0._`${Y}`,Q.dataPathArr=[...K,Q.parentDataProperty]}if(G!==void 0){let A=G instanceof _0.Name?G:z.let("data",G,!0);if(H(A),$!==void 0)Q.propertyName=$}if(J)Q.dataTypes=J;function H(A){Q.data=A,Q.dataLevel=X.dataLevel+1,Q.dataTypes=[],X.definedProperties=new Set,Q.parentData=X.data,Q.dataNames=[...X.dataNames,A]}}yJ.extendSubschemaData=bB;function jB(Q,{jtdDiscriminator:X,jtdMetadata:Y,compositeRule:W,createErrors:G,allErrors:J}){if(W!==void 0)Q.compositeRule=W;if(G!==void 0)Q.createErrors=G;if(J!==void 0)Q.allErrors=J;Q.jtdDiscriminator=X,Q.jtdMetadata=Y}yJ.extendSubschemaMode=jB});var h9=N((kj,hJ)=>{hJ.exports=function Q(X,Y){if(X===Y)return!0;if(X&&Y&&typeof X=="object"&&typeof Y=="object"){if(X.constructor!==Y.constructor)return!1;var W,G,J;if(Array.isArray(X)){if(W=X.length,W!=Y.length)return!1;for(G=W;G--!==0;)if(!Q(X[G],Y[G]))return!1;return!0}if(X.constructor===RegExp)return X.source===Y.source&&X.flags===Y.flags;if(X.valueOf!==Object.prototype.valueOf)return X.valueOf()===Y.valueOf();if(X.toString!==Object.prototype.toString)return X.toString()===Y.toString();if(J=Object.keys(X),W=J.length,W!==Object.keys(Y).length)return!1;for(G=W;G--!==0;)if(!Object.prototype.hasOwnProperty.call(Y,J[G]))return!1;for(G=W;G--!==0;){var $=J[G];if(!Q(X[$],Y[$]))return!1}return!0}return X!==X&&Y!==Y}});var lJ=N((vj,fJ)=>{var z1=fJ.exports=function(Q,X,Y){if(typeof X=="function")Y=X,X={};Y=X.cb||Y;var W=typeof Y=="function"?Y:Y.pre||function(){},G=Y.post||function(){};x4(X,W,G,Q,"",Q)};z1.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};z1.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};z1.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};z1.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 x4(Q,X,Y,W,G,J,$,z,H,A){if(W&&typeof W=="object"&&!Array.isArray(W)){X(W,G,J,$,z,H,A);for(var K in W){var U=W[K];if(Array.isArray(U)){if(K in z1.arrayKeywords)for(var B=0;B<U.length;B++)x4(Q,X,Y,U[B],G+"/"+K+"/"+B,J,G,K,W,B)}else if(K in z1.propsKeywords){if(U&&typeof U=="object")for(var L in U)x4(Q,X,Y,U[L],G+"/"+K+"/"+EB(L),J,G,K,W,L)}else if(K in z1.keywords||Q.allKeys&&!(K in z1.skipKeywords))x4(Q,X,Y,U,G+"/"+K,J,G,K,W)}Y(W,G,J,$,z,H,A)}}function EB(Q){return Q.replace(/~/g,"~0").replace(/\//g,"~1")}});var Z6=N((iJ)=>{Object.defineProperty(iJ,"__esModule",{value:!0});iJ.getSchemaRefs=iJ.resolveUrl=iJ.normalizeId=iJ._getFullPath=iJ.getFullPath=iJ.inlineRef=void 0;var TB=f(),SB=h9(),RB=lJ(),CB=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function kB(Q,X=!0){if(typeof Q=="boolean")return!0;if(X===!0)return!f9(Q);if(!X)return!1;return mJ(Q)<=X}iJ.inlineRef=kB;var vB=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function f9(Q){for(let X in Q){if(vB.has(X))return!0;let Y=Q[X];if(Array.isArray(Y)&&Y.some(f9))return!0;if(typeof Y=="object"&&f9(Y))return!0}return!1}function mJ(Q){let X=0;for(let Y in Q){if(Y==="$ref")return 1/0;if(X++,CB.has(Y))continue;if(typeof Q[Y]=="object")(0,TB.eachItem)(Q[Y],(W)=>X+=mJ(W));if(X===1/0)return 1/0}return X}function cJ(Q,X="",Y){if(Y!==!1)X=v1(X);let W=Q.parse(X);return pJ(Q,W)}iJ.getFullPath=cJ;function pJ(Q,X){return Q.serialize(X).split("#")[0]+"#"}iJ._getFullPath=pJ;var xB=/#\/?$/;function v1(Q){return Q?Q.replace(xB,""):""}iJ.normalizeId=v1;function _B(Q,X,Y){return Y=v1(Y),Q.resolve(X,Y)}iJ.resolveUrl=_B;var yB=/^[a-z_][-a-z0-9._]*$/i;function gB(Q,X){if(typeof Q=="boolean")return{};let{schemaId:Y,uriResolver:W}=this.opts,G=v1(Q[Y]||X),J={"":G},$=cJ(W,G,!1),z={},H=new Set;return RB(Q,{allKeys:!0},(U,B,L,q)=>{if(q===void 0)return;let O=$+B,V=J[q];if(typeof U[Y]=="string")V=M.call(this,U[Y]);T.call(this,U.$anchor),T.call(this,U.$dynamicAnchor),J[B]=V;function M(I){let x=this.opts.uriResolver.resolve;if(I=v1(V?x(V,I):I),H.has(I))throw K(I);H.add(I);let E=this.refs[I];if(typeof E=="string")E=this.refs[E];if(typeof E=="object")A(U,E.schema,I);else if(I!==v1(O))if(I[0]==="#")A(U,z[I],I),z[I]=U;else this.refs[I]=O;return I}function T(I){if(typeof I=="string"){if(!yB.test(I))throw Error(`invalid anchor "${I}"`);M.call(this,`#${I}`)}}}),z;function A(U,B,L){if(B!==void 0&&!SB(U,B))throw K(L)}function K(U){return Error(`reference "${U}" resolves to more than one schema`)}}iJ.getSchemaRefs=gB});var b6=N((z$)=>{Object.defineProperty(z$,"__esModule",{value:!0});z$.getData=z$.KeywordCxt=z$.validateFunctionCode=void 0;var aJ=KJ(),nJ=V6(),m9=k9(),_4=V6(),cB=PJ(),w6=xJ(),l9=uJ(),j=v(),R=i0(),pB=Z6(),r0=f(),N6=M6();function iB(Q){if(Q$(Q)){if(X$(Q),eJ(Q)){dB(Q);return}}sJ(Q,()=>(0,aJ.topBoolOrEmptySchema)(Q))}z$.validateFunctionCode=iB;function sJ({gen:Q,validateName:X,schema:Y,schemaEnv:W,opts:G},J){if(G.code.es5)Q.func(X,j._`${R.default.data}, ${R.default.valCxt}`,W.$async,()=>{Q.code(j._`"use strict"; ${dJ(Y,G)}`),nB(Q,G),Q.code(J)});else Q.func(X,j._`${R.default.data}, ${rB(G)}`,W.$async,()=>Q.code(dJ(Y,G)).code(J))}function rB(Q){return j._`{${R.default.instancePath}="", ${R.default.parentData}, ${R.default.parentDataProperty}, ${R.default.rootData}=${R.default.data}${Q.dynamicRef?j._`, ${R.default.dynamicAnchors}={}`:j.nil}}={}`}function nB(Q,X){Q.if(R.default.valCxt,()=>{if(Q.var(R.default.instancePath,j._`${R.default.valCxt}.${R.default.instancePath}`),Q.var(R.default.parentData,j._`${R.default.valCxt}.${R.default.parentData}`),Q.var(R.default.parentDataProperty,j._`${R.default.valCxt}.${R.default.parentDataProperty}`),Q.var(R.default.rootData,j._`${R.default.valCxt}.${R.default.rootData}`),X.dynamicRef)Q.var(R.default.dynamicAnchors,j._`${R.default.valCxt}.${R.default.dynamicAnchors}`)},()=>{if(Q.var(R.default.instancePath,j._`""`),Q.var(R.default.parentData,j._`undefined`),Q.var(R.default.parentDataProperty,j._`undefined`),Q.var(R.default.rootData,R.default.data),X.dynamicRef)Q.var(R.default.dynamicAnchors,j._`{}`)})}function dB(Q){let{schema:X,opts:Y,gen:W}=Q;sJ(Q,()=>{if(Y.$comment&&X.$comment)W$(Q);if(eB(Q),W.let(R.default.vErrors,null),W.let(R.default.errors,0),Y.unevaluated)oB(Q);Y$(Q),YD(Q)});return}function oB(Q){let{gen:X,validateName:Y}=Q;Q.evaluated=X.const("evaluated",j._`${Y}.evaluated`),X.if(j._`${Q.evaluated}.dynamicProps`,()=>X.assign(j._`${Q.evaluated}.props`,j._`undefined`)),X.if(j._`${Q.evaluated}.dynamicItems`,()=>X.assign(j._`${Q.evaluated}.items`,j._`undefined`))}function dJ(Q,X){let Y=typeof Q=="object"&&Q[X.schemaId];return Y&&(X.code.source||X.code.process)?j._`/*# sourceURL=${Y} */`:j.nil}function tB(Q,X){if(Q$(Q)){if(X$(Q),eJ(Q)){aB(Q,X);return}}(0,aJ.boolOrEmptySchema)(Q,X)}function eJ({schema:Q,self:X}){if(typeof Q=="boolean")return!Q;for(let Y in Q)if(X.RULES.all[Y])return!0;return!1}function Q$(Q){return typeof Q.schema!="boolean"}function aB(Q,X){let{schema:Y,gen:W,opts:G}=Q;if(G.$comment&&Y.$comment)W$(Q);QD(Q),XD(Q);let J=W.const("_errs",R.default.errors);Y$(Q,J),W.var(X,j._`${J} === ${R.default.errors}`)}function X$(Q){(0,r0.checkUnknownRules)(Q),sB(Q)}function Y$(Q,X){if(Q.opts.jtd)return oJ(Q,[],!1,X);let Y=(0,nJ.getSchemaTypes)(Q.schema),W=(0,nJ.coerceAndCheckDataType)(Q,Y);oJ(Q,Y,!W,X)}function sB(Q){let{schema:X,errSchemaPath:Y,opts:W,self:G}=Q;if(X.$ref&&W.ignoreKeywordsWithRef&&(0,r0.schemaHasRulesButRef)(X,G.RULES))G.logger.warn(`$ref: keywords ignored in schema at path "${Y}"`)}function eB(Q){let{schema:X,opts:Y}=Q;if(X.default!==void 0&&Y.useDefaults&&Y.strictSchema)(0,r0.checkStrictMode)(Q,"default is ignored in the schema root")}function QD(Q){let X=Q.schema[Q.opts.schemaId];if(X)Q.baseId=(0,pB.resolveUrl)(Q.opts.uriResolver,Q.baseId,X)}function XD(Q){if(Q.schema.$async&&!Q.schemaEnv.$async)throw Error("async schema in sync schema")}function W$({gen:Q,schemaEnv:X,schema:Y,errSchemaPath:W,opts:G}){let J=Y.$comment;if(G.$comment===!0)Q.code(j._`${R.default.self}.logger.log(${J})`);else if(typeof G.$comment=="function"){let $=j.str`${W}/$comment`,z=Q.scopeValue("root",{ref:X.root});Q.code(j._`${R.default.self}.opts.$comment(${J}, ${$}, ${z}.schema)`)}}function YD(Q){let{gen:X,schemaEnv:Y,validateName:W,ValidationError:G,opts:J}=Q;if(Y.$async)X.if(j._`${R.default.errors} === 0`,()=>X.return(R.default.data),()=>X.throw(j._`new ${G}(${R.default.vErrors})`));else{if(X.assign(j._`${W}.errors`,R.default.vErrors),J.unevaluated)WD(Q);X.return(j._`${R.default.errors} === 0`)}}function WD({gen:Q,evaluated:X,props:Y,items:W}){if(Y instanceof j.Name)Q.assign(j._`${X}.props`,Y);if(W instanceof j.Name)Q.assign(j._`${X}.items`,W)}function oJ(Q,X,Y,W){let{gen:G,schema:J,data:$,allErrors:z,opts:H,self:A}=Q,{RULES:K}=A;if(J.$ref&&(H.ignoreKeywordsWithRef||!(0,r0.schemaHasRulesButRef)(J,K))){G.block(()=>J$(Q,"$ref",K.all.$ref.definition));return}if(!H.jtd)GD(Q,X);G.block(()=>{for(let B of K.rules)U(B);U(K.post)});function U(B){if(!(0,m9.shouldUseGroup)(J,B))return;if(B.type){if(G.if((0,_4.checkDataType)(B.type,$,H.strictNumbers)),tJ(Q,B),X.length===1&&X[0]===B.type&&Y)G.else(),(0,_4.reportTypeError)(Q);G.endIf()}else tJ(Q,B);if(!z)G.if(j._`${R.default.errors} === ${W||0}`)}}function tJ(Q,X){let{gen:Y,schema:W,opts:{useDefaults:G}}=Q;if(G)(0,cB.assignDefaults)(Q,X.type);Y.block(()=>{for(let J of X.rules)if((0,m9.shouldUseRule)(W,J))J$(Q,J.keyword,J.definition,X.type)})}function GD(Q,X){if(Q.schemaEnv.meta||!Q.opts.strictTypes)return;if(JD(Q,X),!Q.opts.allowUnionTypes)$D(Q,X);zD(Q,Q.dataTypes)}function JD(Q,X){if(!X.length)return;if(!Q.dataTypes.length){Q.dataTypes=X;return}X.forEach((Y)=>{if(!G$(Q.dataTypes,Y))c9(Q,`type "${Y}" not allowed by context "${Q.dataTypes.join(",")}"`)}),AD(Q,X)}function $D(Q,X){if(X.length>1&&!(X.length===2&&X.includes("null")))c9(Q,"use allowUnionTypes to allow union type keyword")}function zD(Q,X){let Y=Q.self.RULES.all;for(let W in Y){let G=Y[W];if(typeof G=="object"&&(0,m9.shouldUseRule)(Q.schema,G)){let{type:J}=G.definition;if(J.length&&!J.some(($)=>HD(X,$)))c9(Q,`missing type "${J.join(",")}" for keyword "${W}"`)}}}function HD(Q,X){return Q.includes(X)||X==="number"&&Q.includes("integer")}function G$(Q,X){return Q.includes(X)||X==="integer"&&Q.includes("number")}function AD(Q,X){let Y=[];for(let W of Q.dataTypes)if(G$(X,W))Y.push(W);else if(X.includes("integer")&&W==="number")Y.push("integer");Q.dataTypes=Y}function c9(Q,X){let Y=Q.schemaEnv.baseId+Q.errSchemaPath;X+=` at "${Y}" (strictTypes)`,(0,r0.checkStrictMode)(Q,X,Q.opts.strictTypes)}class p9{constructor(Q,X,Y){if((0,w6.validateKeywordUsage)(Q,X,Y),this.gen=Q.gen,this.allErrors=Q.allErrors,this.keyword=Y,this.data=Q.data,this.schema=Q.schema[Y],this.$data=X.$data&&Q.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,r0.schemaRefOrVal)(Q,this.schema,Y,this.$data),this.schemaType=X.schemaType,this.parentSchema=Q.schema,this.params={},this.it=Q,this.def=X,this.$data)this.schemaCode=Q.gen.const("vSchema",$$(this.$data,Q));else if(this.schemaCode=this.schemaValue,!(0,w6.validSchemaType)(this.schema,X.schemaType,X.allowUndefined))throw Error(`${Y} value must be ${JSON.stringify(X.schemaType)}`);if("code"in X?X.trackErrors:X.errors!==!1)this.errsCount=Q.gen.const("_errs",R.default.errors)}result(Q,X,Y){this.failResult((0,j.not)(Q),X,Y)}failResult(Q,X,Y){if(this.gen.if(Q),Y)Y();else this.error();if(X){if(this.gen.else(),X(),this.allErrors)this.gen.endIf()}else if(this.allErrors)this.gen.endIf();else this.gen.else()}pass(Q,X){this.failResult((0,j.not)(Q),void 0,X)}fail(Q){if(Q===void 0){if(this.error(),!this.allErrors)this.gen.if(!1);return}if(this.gen.if(Q),this.error(),this.allErrors)this.gen.endIf();else this.gen.else()}fail$data(Q){if(!this.$data)return this.fail(Q);let{schemaCode:X}=this;this.fail(j._`${X} !== undefined && (${(0,j.or)(this.invalid$data(),Q)})`)}error(Q,X,Y){if(X){this.setParams(X),this._error(Q,Y),this.setParams({});return}this._error(Q,Y)}_error(Q,X){(Q?N6.reportExtraError:N6.reportError)(this,this.def.error,X)}$dataError(){(0,N6.reportError)(this,this.def.$dataError||N6.keyword$DataError)}reset(){if(this.errsCount===void 0)throw Error('add "trackErrors" to keyword definition');(0,N6.resetErrorsCount)(this.gen,this.errsCount)}ok(Q){if(!this.allErrors)this.gen.if(Q)}setParams(Q,X){if(X)Object.assign(this.params,Q);else this.params=Q}block$data(Q,X,Y=j.nil){this.gen.block(()=>{this.check$data(Q,Y),X()})}check$data(Q=j.nil,X=j.nil){if(!this.$data)return;let{gen:Y,schemaCode:W,schemaType:G,def:J}=this;if(Y.if((0,j.or)(j._`${W} === undefined`,X)),Q!==j.nil)Y.assign(Q,!0);if(G.length||J.validateSchema){if(Y.elseIf(this.invalid$data()),this.$dataError(),Q!==j.nil)Y.assign(Q,!1)}Y.else()}invalid$data(){let{gen:Q,schemaCode:X,schemaType:Y,def:W,it:G}=this;return(0,j.or)(J(),$());function J(){if(Y.length){if(!(X instanceof j.Name))throw Error("ajv implementation error");let z=Array.isArray(Y)?Y:[Y];return j._`${(0,_4.checkDataTypes)(z,X,G.opts.strictNumbers,_4.DataType.Wrong)}`}return j.nil}function $(){if(W.validateSchema){let z=Q.scopeValue("validate$data",{ref:W.validateSchema});return j._`!${z}(${X})`}return j.nil}}subschema(Q,X){let Y=(0,l9.getSubschema)(this.it,Q);(0,l9.extendSubschemaData)(Y,this.it,Q),(0,l9.extendSubschemaMode)(Y,Q);let W={...this.it,...Y,items:void 0,props:void 0};return tB(W,X),W}mergeEvaluated(Q,X){let{it:Y,gen:W}=this;if(!Y.opts.unevaluated)return;if(Y.props!==!0&&Q.props!==void 0)Y.props=r0.mergeEvaluated.props(W,Q.props,Y.props,X);if(Y.items!==!0&&Q.items!==void 0)Y.items=r0.mergeEvaluated.items(W,Q.items,Y.items,X)}mergeValidEvaluated(Q,X){let{it:Y,gen:W}=this;if(Y.opts.unevaluated&&(Y.props!==!0||Y.items!==!0))return W.if(X,()=>this.mergeEvaluated(Q,j.Name)),!0}}z$.KeywordCxt=p9;function J$(Q,X,Y,W){let G=new p9(Q,Y,X);if("code"in Y)Y.code(G,W);else if(G.$data&&Y.validate)(0,w6.funcKeywordCode)(G,Y);else if("macro"in Y)(0,w6.macroKeywordCode)(G,Y);else if(Y.compile||Y.validate)(0,w6.funcKeywordCode)(G,Y)}var KD=/^\/(?:[^~]|~0|~1)*$/,UD=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function $$(Q,{dataLevel:X,dataNames:Y,dataPathArr:W}){let G,J;if(Q==="")return R.default.rootData;if(Q[0]==="/"){if(!KD.test(Q))throw Error(`Invalid JSON-pointer: ${Q}`);G=Q,J=R.default.rootData}else{let A=UD.exec(Q);if(!A)throw Error(`Invalid JSON-pointer: ${Q}`);let K=+A[1];if(G=A[2],G==="#"){if(K>=X)throw Error(H("property/index",K));return W[X-K]}if(K>X)throw Error(H("data",K));if(J=Y[X-K],!G)return J}let $=J,z=G.split("/");for(let A of z)if(A)J=j._`${J}${(0,j.getProperty)((0,r0.unescapeJsonPointer)(A))}`,$=j._`${$} && ${J}`;return $;function H(A,K){return`Cannot access ${A} ${K} levels up, current level is ${X}`}}z$.getData=$$});var y4=N((K$)=>{Object.defineProperty(K$,"__esModule",{value:!0});class A$ extends Error{constructor(Q){super("validation failed");this.errors=Q,this.ajv=this.validation=!0}}K$.default=A$});var j6=N((B$)=>{Object.defineProperty(B$,"__esModule",{value:!0});var i9=Z6();class U$ extends Error{constructor(Q,X,Y,W){super(W||`can't resolve reference ${Y} from id ${X}`);this.missingRef=(0,i9.resolveUrl)(Q,X,Y),this.missingSchema=(0,i9.normalizeId)((0,i9.getFullPath)(Q,this.missingRef))}}B$.default=U$});var u4=N((F$)=>{Object.defineProperty(F$,"__esModule",{value:!0});F$.resolveSchema=F$.getCompilingSchema=F$.resolveRef=F$.compileSchema=F$.SchemaEnv=void 0;var R0=v(),qD=y4(),q1=i0(),C0=Z6(),D$=f(),OD=b6();class P6{constructor(Q){var X;this.refs={},this.dynamicAnchors={};let Y;if(typeof Q.schema=="object")Y=Q.schema;this.schema=Q.schema,this.schemaId=Q.schemaId,this.root=Q.root||this,this.baseId=(X=Q.baseId)!==null&&X!==void 0?X:(0,C0.normalizeId)(Y===null||Y===void 0?void 0:Y[Q.schemaId||"$id"]),this.schemaPath=Q.schemaPath,this.localRefs=Q.localRefs,this.meta=Q.meta,this.$async=Y===null||Y===void 0?void 0:Y.$async,this.refs={}}}F$.SchemaEnv=P6;function n9(Q){let X=L$.call(this,Q);if(X)return X;let Y=(0,C0.getFullPath)(this.opts.uriResolver,Q.root.baseId),{es5:W,lines:G}=this.opts.code,{ownProperties:J}=this.opts,$=new R0.CodeGen(this.scope,{es5:W,lines:G,ownProperties:J}),z;if(Q.$async)z=$.scopeValue("Error",{ref:qD.default,code:R0._`require("ajv/dist/runtime/validation_error").default`});let H=$.scopeName("validate");Q.validateName=H;let A={gen:$,allErrors:this.opts.allErrors,data:q1.default.data,parentData:q1.default.parentData,parentDataProperty:q1.default.parentDataProperty,dataNames:[q1.default.data],dataPathArr:[R0.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:$.scopeValue("schema",this.opts.code.source===!0?{ref:Q.schema,code:(0,R0.stringify)(Q.schema)}:{ref:Q.schema}),validateName:H,ValidationError:z,schema:Q.schema,schemaEnv:Q,rootId:Y,baseId:Q.baseId||Y,schemaPath:R0.nil,errSchemaPath:Q.schemaPath||(this.opts.jtd?"":"#"),errorPath:R0._`""`,opts:this.opts,self:this},K;try{this._compilations.add(Q),(0,OD.validateFunctionCode)(A),$.optimize(this.opts.code.optimize);let U=$.toString();if(K=`${$.scopeRefs(q1.default.scope)}return ${U}`,this.opts.code.process)K=this.opts.code.process(K,Q);let L=Function(`${q1.default.self}`,`${q1.default.scope}`,K)(this,this.scope.get());if(this.scope.value(H,{ref:L}),L.errors=null,L.schema=Q.schema,L.schemaEnv=Q,Q.$async)L.$async=!0;if(this.opts.code.source===!0)L.source={validateName:H,validateCode:U,scopeValues:$._values};if(this.opts.unevaluated){let{props:q,items:O}=A;if(L.evaluated={props:q instanceof R0.Name?void 0:q,items:O instanceof R0.Name?void 0:O,dynamicProps:q instanceof R0.Name,dynamicItems:O instanceof R0.Name},L.source)L.source.evaluated=(0,R0.stringify)(L.evaluated)}return Q.validate=L,Q}catch(U){if(delete Q.validate,delete Q.validateName,K)this.logger.error("Error compiling schema, function code:",K);throw U}finally{this._compilations.delete(Q)}}F$.compileSchema=n9;function MD(Q,X,Y){var W;Y=(0,C0.resolveUrl)(this.opts.uriResolver,X,Y);let G=Q.refs[Y];if(G)return G;let J=ND.call(this,Q,Y);if(J===void 0){let $=(W=Q.localRefs)===null||W===void 0?void 0:W[Y],{schemaId:z}=this.opts;if($)J=new P6({schema:$,schemaId:z,root:Q,baseId:X})}if(J===void 0)return;return Q.refs[Y]=VD.call(this,J)}F$.resolveRef=MD;function VD(Q){if((0,C0.inlineRef)(Q.schema,this.opts.inlineRefs))return Q.schema;return Q.validate?Q:n9.call(this,Q)}function L$(Q){for(let X of this._compilations)if(ZD(X,Q))return X}F$.getCompilingSchema=L$;function ZD(Q,X){return Q.schema===X.schema&&Q.root===X.root&&Q.baseId===X.baseId}function ND(Q,X){let Y;while(typeof(Y=this.refs[X])=="string")X=Y;return Y||this.schemas[X]||g4.call(this,Q,X)}function g4(Q,X){let Y=this.opts.uriResolver.parse(X),W=(0,C0._getFullPath)(this.opts.uriResolver,Y),G=(0,C0.getFullPath)(this.opts.uriResolver,Q.baseId,void 0);if(Object.keys(Q.schema).length>0&&W===G)return r9.call(this,Y,Q);let J=(0,C0.normalizeId)(W),$=this.refs[J]||this.schemas[J];if(typeof $=="string"){let z=g4.call(this,Q,$);if(typeof(z===null||z===void 0?void 0:z.schema)!=="object")return;return r9.call(this,Y,z)}if(typeof($===null||$===void 0?void 0:$.schema)!=="object")return;if(!$.validate)n9.call(this,$);if(J===(0,C0.normalizeId)(X)){let{schema:z}=$,{schemaId:H}=this.opts,A=z[H];if(A)G=(0,C0.resolveUrl)(this.opts.uriResolver,G,A);return new P6({schema:z,schemaId:H,root:Q,baseId:G})}return r9.call(this,Y,$)}F$.resolveSchema=g4;var wD=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function r9(Q,{baseId:X,schema:Y,root:W}){var G;if(((G=Q.fragment)===null||G===void 0?void 0:G[0])!=="/")return;for(let z of Q.fragment.slice(1).split("/")){if(typeof Y==="boolean")return;let H=Y[(0,D$.unescapeFragment)(z)];if(H===void 0)return;Y=H;let A=typeof Y==="object"&&Y[this.opts.schemaId];if(!wD.has(z)&&A)X=(0,C0.resolveUrl)(this.opts.uriResolver,X,A)}let J;if(typeof Y!="boolean"&&Y.$ref&&!(0,D$.schemaHasRulesButRef)(Y,this.RULES)){let z=(0,C0.resolveUrl)(this.opts.uriResolver,X,Y.$ref);J=g4.call(this,W,z)}let{schemaId:$}=this.opts;if(J=J||new P6({schema:Y,schemaId:$,root:W,baseId:X}),J.schema!==J.root.schema)return J;return}});var O$=N((hj,ED)=>{ED.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 o9=N((fj,N$)=>{var TD=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),V$=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 d9(Q){let X="",Y=0,W=0;for(W=0;W<Q.length;W++){if(Y=Q[W].charCodeAt(0),Y===48)continue;if(!(Y>=48&&Y<=57||Y>=65&&Y<=70||Y>=97&&Y<=102))return"";X+=Q[W];break}for(W+=1;W<Q.length;W++){if(Y=Q[W].charCodeAt(0),!(Y>=48&&Y<=57||Y>=65&&Y<=70||Y>=97&&Y<=102))return"";X+=Q[W]}return X}var SD=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function M$(Q){return Q.length=0,!0}function RD(Q,X,Y){if(Q.length){let W=d9(Q);if(W!=="")X.push(W);else return Y.error=!0,!1;Q.length=0}return!0}function CD(Q){let X=0,Y={error:!1,address:"",zone:""},W=[],G=[],J=!1,$=!1,z=RD;for(let H=0;H<Q.length;H++){let A=Q[H];if(A==="["||A==="]")continue;if(A===":"){if(J===!0)$=!0;if(!z(G,W,Y))break;if(++X>7){Y.error=!0;break}if(H>0&&Q[H-1]===":")J=!0;W.push(":");continue}else if(A==="%"){if(!z(G,W,Y))break;z=M$}else{G.push(A);continue}}if(G.length)if(z===M$)Y.zone=G.join("");else if($)W.push(G.join(""));else W.push(d9(G));return Y.address=W.join(""),Y}function Z$(Q){if(kD(Q,":")<2)return{host:Q,isIPV6:!1};let X=CD(Q);if(!X.error){let{address:Y,address:W}=X;if(X.zone)Y+="%"+X.zone,W+="%25"+X.zone;return{host:Y,isIPV6:!0,escapedHost:W}}else return{host:Q,isIPV6:!1}}function kD(Q,X){let Y=0;for(let W=0;W<Q.length;W++)if(Q[W]===X)Y++;return Y}function vD(Q){let X=Q,Y=[],W=-1,G=0;while(G=X.length){if(G===1)if(X===".")break;else if(X==="/"){Y.push("/");break}else{Y.push(X);break}else if(G===2){if(X[0]==="."){if(X[1]===".")break;else if(X[1]==="/"){X=X.slice(2);continue}}else if(X[0]==="/"){if(X[1]==="."||X[1]==="/"){Y.push("/");break}}}else if(G===3){if(X==="/.."){if(Y.length!==0)Y.pop();Y.push("/");break}}if(X[0]==="."){if(X[1]==="."){if(X[2]==="/"){X=X.slice(3);continue}}else if(X[1]==="/"){X=X.slice(2);continue}}else if(X[0]==="/"){if(X[1]==="."){if(X[2]==="/"){X=X.slice(2);continue}else if(X[2]==="."){if(X[3]==="/"){if(X=X.slice(3),Y.length!==0)Y.pop();continue}}}}if((W=X.indexOf("/",1))===-1){Y.push(X);break}else Y.push(X.slice(0,W)),X=X.slice(W)}return Y.join("")}function xD(Q,X){let Y=X!==!0?escape:unescape;if(Q.scheme!==void 0)Q.scheme=Y(Q.scheme);if(Q.userinfo!==void 0)Q.userinfo=Y(Q.userinfo);if(Q.host!==void 0)Q.host=Y(Q.host);if(Q.path!==void 0)Q.path=Y(Q.path);if(Q.query!==void 0)Q.query=Y(Q.query);if(Q.fragment!==void 0)Q.fragment=Y(Q.fragment);return Q}function _D(Q){let X=[];if(Q.userinfo!==void 0)X.push(Q.userinfo),X.push("@");if(Q.host!==void 0){let Y=unescape(Q.host);if(!V$(Y)){let W=Z$(Y);if(W.isIPV6===!0)Y=`[${W.escapedHost}]`;else Y=Q.host}X.push(Y)}if(typeof Q.port==="number"||typeof Q.port==="string")X.push(":"),X.push(String(Q.port));return X.length?X.join(""):void 0}N$.exports={nonSimpleDomain:SD,recomposeAuthority:_D,normalizeComponentEncoding:xD,removeDotSegments:vD,isIPv4:V$,isUUID:TD,normalizeIPv6:Z$,stringArrayToHexStripped:d9}});var I$=N((lj,P$)=>{var{isUUID:yD}=o9(),gD=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,uD=["http","https","ws","wss","urn","urn:uuid"];function hD(Q){return uD.indexOf(Q)!==-1}function t9(Q){if(Q.secure===!0)return!0;else if(Q.secure===!1)return!1;else if(Q.scheme)return Q.scheme.length===3&&(Q.scheme[0]==="w"||Q.scheme[0]==="W")&&(Q.scheme[1]==="s"||Q.scheme[1]==="S")&&(Q.scheme[2]==="s"||Q.scheme[2]==="S");else return!1}function w$(Q){if(!Q.host)Q.error=Q.error||"HTTP URIs must have a host.";return Q}function b$(Q){let X=String(Q.scheme).toLowerCase()==="https";if(Q.port===(X?443:80)||Q.port==="")Q.port=void 0;if(!Q.path)Q.path="/";return Q}function fD(Q){return Q.secure=t9(Q),Q.resourceName=(Q.path||"/")+(Q.query?"?"+Q.query:""),Q.path=void 0,Q.query=void 0,Q}function lD(Q){if(Q.port===(t9(Q)?443:80)||Q.port==="")Q.port=void 0;if(typeof Q.secure==="boolean")Q.scheme=Q.secure?"wss":"ws",Q.secure=void 0;if(Q.resourceName){let[X,Y]=Q.resourceName.split("?");Q.path=X&&X!=="/"?X:void 0,Q.query=Y,Q.resourceName=void 0}return Q.fragment=void 0,Q}function mD(Q,X){if(!Q.path)return Q.error="URN can not be parsed",Q;let Y=Q.path.match(gD);if(Y){let W=X.scheme||Q.scheme||"urn";Q.nid=Y[1].toLowerCase(),Q.nss=Y[2];let G=`${W}:${X.nid||Q.nid}`,J=a9(G);if(Q.path=void 0,J)Q=J.parse(Q,X)}else Q.error=Q.error||"URN can not be parsed.";return Q}function cD(Q,X){if(Q.nid===void 0)throw Error("URN without nid cannot be serialized");let Y=X.scheme||Q.scheme||"urn",W=Q.nid.toLowerCase(),G=`${Y}:${X.nid||W}`,J=a9(G);if(J)Q=J.serialize(Q,X);let $=Q,z=Q.nss;return $.path=`${W||X.nid}:${z}`,X.skipEscape=!0,$}function pD(Q,X){let Y=Q;if(Y.uuid=Y.nss,Y.nss=void 0,!X.tolerant&&(!Y.uuid||!yD(Y.uuid)))Y.error=Y.error||"UUID is not valid.";return Y}function iD(Q){let X=Q;return X.nss=(Q.uuid||"").toLowerCase(),X}var j$={scheme:"http",domainHost:!0,parse:w$,serialize:b$},rD={scheme:"https",domainHost:j$.domainHost,parse:w$,serialize:b$},h4={scheme:"ws",domainHost:!0,parse:fD,serialize:lD},nD={scheme:"wss",domainHost:h4.domainHost,parse:h4.parse,serialize:h4.serialize},dD={scheme:"urn",parse:mD,serialize:cD,skipNormalize:!0},oD={scheme:"urn:uuid",parse:pD,serialize:iD,skipNormalize:!0},f4={http:j$,https:rD,ws:h4,wss:nD,urn:dD,"urn:uuid":oD};Object.setPrototypeOf(f4,null);function a9(Q){return Q&&(f4[Q]||f4[Q.toLowerCase()])||void 0}P$.exports={wsIsSecure:t9,SCHEMES:f4,isValidSchemeName:hD,getSchemeHandler:a9}});var S$=N((mj,m4)=>{var{normalizeIPv6:tD,removeDotSegments:I6,recomposeAuthority:aD,normalizeComponentEncoding:l4,isIPv4:sD,nonSimpleDomain:eD}=o9(),{SCHEMES:QL,getSchemeHandler:E$}=I$();function XL(Q,X){if(typeof Q==="string")Q=y0(n0(Q,X),X);else if(typeof Q==="object")Q=n0(y0(Q,X),X);return Q}function YL(Q,X,Y){let W=Y?Object.assign({scheme:"null"},Y):{scheme:"null"},G=T$(n0(Q,W),n0(X,W),W,!0);return W.skipEscape=!0,y0(G,W)}function T$(Q,X,Y,W){let G={};if(!W)Q=n0(y0(Q,Y),Y),X=n0(y0(X,Y),Y);if(Y=Y||{},!Y.tolerant&&X.scheme)G.scheme=X.scheme,G.userinfo=X.userinfo,G.host=X.host,G.port=X.port,G.path=I6(X.path||""),G.query=X.query;else{if(X.userinfo!==void 0||X.host!==void 0||X.port!==void 0)G.userinfo=X.userinfo,G.host=X.host,G.port=X.port,G.path=I6(X.path||""),G.query=X.query;else{if(!X.path)if(G.path=Q.path,X.query!==void 0)G.query=X.query;else G.query=Q.query;else{if(X.path[0]==="/")G.path=I6(X.path);else{if((Q.userinfo!==void 0||Q.host!==void 0||Q.port!==void 0)&&!Q.path)G.path="/"+X.path;else if(!Q.path)G.path=X.path;else G.path=Q.path.slice(0,Q.path.lastIndexOf("/")+1)+X.path;G.path=I6(G.path)}G.query=X.query}G.userinfo=Q.userinfo,G.host=Q.host,G.port=Q.port}G.scheme=Q.scheme}return G.fragment=X.fragment,G}function WL(Q,X,Y){if(typeof Q==="string")Q=unescape(Q),Q=y0(l4(n0(Q,Y),!0),{...Y,skipEscape:!0});else if(typeof Q==="object")Q=y0(l4(Q,!0),{...Y,skipEscape:!0});if(typeof X==="string")X=unescape(X),X=y0(l4(n0(X,Y),!0),{...Y,skipEscape:!0});else if(typeof X==="object")X=y0(l4(X,!0),{...Y,skipEscape:!0});return Q.toLowerCase()===X.toLowerCase()}function y0(Q,X){let Y={host:Q.host,scheme:Q.scheme,userinfo:Q.userinfo,port:Q.port,path:Q.path,query:Q.query,nid:Q.nid,nss:Q.nss,uuid:Q.uuid,fragment:Q.fragment,reference:Q.reference,resourceName:Q.resourceName,secure:Q.secure,error:""},W=Object.assign({},X),G=[],J=E$(W.scheme||Y.scheme);if(J&&J.serialize)J.serialize(Y,W);if(Y.path!==void 0)if(!W.skipEscape){if(Y.path=escape(Y.path),Y.scheme!==void 0)Y.path=Y.path.split("%3A").join(":")}else Y.path=unescape(Y.path);if(W.reference!=="suffix"&&Y.scheme)G.push(Y.scheme,":");let $=aD(Y);if($!==void 0){if(W.reference!=="suffix")G.push("//");if(G.push($),Y.path&&Y.path[0]!=="/")G.push("/")}if(Y.path!==void 0){let z=Y.path;if(!W.absolutePath&&(!J||!J.absolutePath))z=I6(z);if($===void 0&&z[0]==="/"&&z[1]==="/")z="/%2F"+z.slice(2);G.push(z)}if(Y.query!==void 0)G.push("?",Y.query);if(Y.fragment!==void 0)G.push("#",Y.fragment);return G.join("")}var GL=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function n0(Q,X){let Y=Object.assign({},X),W={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},G=!1;if(Y.reference==="suffix")if(Y.scheme)Q=Y.scheme+":"+Q;else Q="//"+Q;let J=Q.match(GL);if(J){if(W.scheme=J[1],W.userinfo=J[3],W.host=J[4],W.port=parseInt(J[5],10),W.path=J[6]||"",W.query=J[7],W.fragment=J[8],isNaN(W.port))W.port=J[5];if(W.host)if(sD(W.host)===!1){let H=tD(W.host);W.host=H.host.toLowerCase(),G=H.isIPV6}else G=!0;if(W.scheme===void 0&&W.userinfo===void 0&&W.host===void 0&&W.port===void 0&&W.query===void 0&&!W.path)W.reference="same-document";else if(W.scheme===void 0)W.reference="relative";else if(W.fragment===void 0)W.reference="absolute";else W.reference="uri";if(Y.reference&&Y.reference!=="suffix"&&Y.reference!==W.reference)W.error=W.error||"URI is not a "+Y.reference+" reference.";let $=E$(Y.scheme||W.scheme);if(!Y.unicodeSupport&&(!$||!$.unicodeSupport)){if(W.host&&(Y.domainHost||$&&$.domainHost)&&G===!1&&eD(W.host))try{W.host=URL.domainToASCII(W.host.toLowerCase())}catch(z){W.error=W.error||"Host's domain name can not be converted to ASCII: "+z}}if(!$||$&&!$.skipNormalize){if(Q.indexOf("%")!==-1){if(W.scheme!==void 0)W.scheme=unescape(W.scheme);if(W.host!==void 0)W.host=unescape(W.host)}if(W.path)W.path=escape(unescape(W.path));if(W.fragment)W.fragment=encodeURI(decodeURIComponent(W.fragment))}if($&&$.parse)$.parse(W,Y)}else W.error=W.error||"URI can not be parsed.";return W}var s9={SCHEMES:QL,normalize:XL,resolve:YL,resolveComponent:T$,equal:WL,serialize:y0,parse:n0};m4.exports=s9;m4.exports.default=s9;m4.exports.fastUri=s9});var k$=N((C$)=>{Object.defineProperty(C$,"__esModule",{value:!0});var R$=S$();R$.code='require("ajv/dist/runtime/uri").default';C$.default=R$});var f$=N((d0)=>{Object.defineProperty(d0,"__esModule",{value:!0});d0.CodeGen=d0.Name=d0.nil=d0.stringify=d0.str=d0._=d0.KeywordCxt=void 0;var $L=b6();Object.defineProperty(d0,"KeywordCxt",{enumerable:!0,get:function(){return $L.KeywordCxt}});var x1=v();Object.defineProperty(d0,"_",{enumerable:!0,get:function(){return x1._}});Object.defineProperty(d0,"str",{enumerable:!0,get:function(){return x1.str}});Object.defineProperty(d0,"stringify",{enumerable:!0,get:function(){return x1.stringify}});Object.defineProperty(d0,"nil",{enumerable:!0,get:function(){return x1.nil}});Object.defineProperty(d0,"Name",{enumerable:!0,get:function(){return x1.Name}});Object.defineProperty(d0,"CodeGen",{enumerable:!0,get:function(){return x1.CodeGen}});var zL=y4(),g$=j6(),HL=C9(),E6=u4(),AL=v(),T6=Z6(),c4=V6(),QX=f(),v$=O$(),KL=k$(),u$=(Q,X)=>new RegExp(Q,X);u$.code="new RegExp";var UL=["removeAdditional","useDefaults","coerceTypes"],BL=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),DL={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."},LL={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},x$=200;function FL(Q){var X,Y,W,G,J,$,z,H,A,K,U,B,L,q,O,V,M,T,I,x,E,x0,h0,HQ,AQ;let c1=Q.strict,KQ=(X=Q.code)===null||X===void 0?void 0:X.optimize,CX=KQ===!0||KQ===void 0?1:KQ||0,kX=(W=(Y=Q.code)===null||Y===void 0?void 0:Y.regExp)!==null&&W!==void 0?W:u$,V5=(G=Q.uriResolver)!==null&&G!==void 0?G:KL.default;return{strictSchema:($=(J=Q.strictSchema)!==null&&J!==void 0?J:c1)!==null&&$!==void 0?$:!0,strictNumbers:(H=(z=Q.strictNumbers)!==null&&z!==void 0?z:c1)!==null&&H!==void 0?H:!0,strictTypes:(K=(A=Q.strictTypes)!==null&&A!==void 0?A:c1)!==null&&K!==void 0?K:"log",strictTuples:(B=(U=Q.strictTuples)!==null&&U!==void 0?U:c1)!==null&&B!==void 0?B:"log",strictRequired:(q=(L=Q.strictRequired)!==null&&L!==void 0?L:c1)!==null&&q!==void 0?q:!1,code:Q.code?{...Q.code,optimize:CX,regExp:kX}:{optimize:CX,regExp:kX},loopRequired:(O=Q.loopRequired)!==null&&O!==void 0?O:x$,loopEnum:(V=Q.loopEnum)!==null&&V!==void 0?V:x$,meta:(M=Q.meta)!==null&&M!==void 0?M:!0,messages:(T=Q.messages)!==null&&T!==void 0?T:!0,inlineRefs:(I=Q.inlineRefs)!==null&&I!==void 0?I:!0,schemaId:(x=Q.schemaId)!==null&&x!==void 0?x:"$id",addUsedSchema:(E=Q.addUsedSchema)!==null&&E!==void 0?E:!0,validateSchema:(x0=Q.validateSchema)!==null&&x0!==void 0?x0:!0,validateFormats:(h0=Q.validateFormats)!==null&&h0!==void 0?h0:!0,unicodeRegExp:(HQ=Q.unicodeRegExp)!==null&&HQ!==void 0?HQ:!0,int32range:(AQ=Q.int32range)!==null&&AQ!==void 0?AQ:!0,uriResolver:V5}}class p4{constructor(Q={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,Q=this.opts={...Q,...FL(Q)};let{es5:X,lines:Y}=this.opts.code;this.scope=new AL.ValueScope({scope:{},prefixes:BL,es5:X,lines:Y}),this.logger=NL(Q.logger);let W=Q.validateFormats;if(Q.validateFormats=!1,this.RULES=(0,HL.getRules)(),_$.call(this,DL,Q,"NOT SUPPORTED"),_$.call(this,LL,Q,"DEPRECATED","warn"),this._metaOpts=VL.call(this),Q.formats)OL.call(this);if(this._addVocabularies(),this._addDefaultMetaSchema(),Q.keywords)ML.call(this,Q.keywords);if(typeof Q.meta=="object")this.addMetaSchema(Q.meta);qL.call(this),Q.validateFormats=W}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:Q,meta:X,schemaId:Y}=this.opts,W=v$;if(Y==="id")W={...v$},W.id=W.$id,delete W.$id;if(X&&Q)this.addMetaSchema(W,W[Y],!1)}defaultMeta(){let{meta:Q,schemaId:X}=this.opts;return this.opts.defaultMeta=typeof Q=="object"?Q[X]||Q:void 0}validate(Q,X){let Y;if(typeof Q=="string"){if(Y=this.getSchema(Q),!Y)throw Error(`no schema with key or ref "${Q}"`)}else Y=this.compile(Q);let W=Y(X);if(!("$async"in Y))this.errors=Y.errors;return W}compile(Q,X){let Y=this._addSchema(Q,X);return Y.validate||this._compileSchemaEnv(Y)}compileAsync(Q,X){if(typeof this.opts.loadSchema!="function")throw Error("options.loadSchema should be a function");let{loadSchema:Y}=this.opts;return W.call(this,Q,X);async function W(A,K){await G.call(this,A.$schema);let U=this._addSchema(A,K);return U.validate||J.call(this,U)}async function G(A){if(A&&!this.getSchema(A))await W.call(this,{$ref:A},!0)}async function J(A){try{return this._compileSchemaEnv(A)}catch(K){if(!(K instanceof g$.default))throw K;return $.call(this,K),await z.call(this,K.missingSchema),J.call(this,A)}}function $({missingSchema:A,missingRef:K}){if(this.refs[A])throw Error(`AnySchema ${A} is loaded but ${K} cannot be resolved`)}async function z(A){let K=await H.call(this,A);if(!this.refs[A])await G.call(this,K.$schema);if(!this.refs[A])this.addSchema(K,A,X)}async function H(A){let K=this._loading[A];if(K)return K;try{return await(this._loading[A]=Y(A))}finally{delete this._loading[A]}}}addSchema(Q,X,Y,W=this.opts.validateSchema){if(Array.isArray(Q)){for(let J of Q)this.addSchema(J,void 0,Y,W);return this}let G;if(typeof Q==="object"){let{schemaId:J}=this.opts;if(G=Q[J],G!==void 0&&typeof G!="string")throw Error(`schema ${J} must be string`)}return X=(0,T6.normalizeId)(X||G),this._checkUnique(X),this.schemas[X]=this._addSchema(Q,Y,X,W,!0),this}addMetaSchema(Q,X,Y=this.opts.validateSchema){return this.addSchema(Q,X,!0,Y),this}validateSchema(Q,X){if(typeof Q=="boolean")return!0;let Y;if(Y=Q.$schema,Y!==void 0&&typeof Y!="string")throw Error("$schema must be a string");if(Y=Y||this.opts.defaultMeta||this.defaultMeta(),!Y)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let W=this.validate(Y,Q);if(!W&&X){let G="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(G);else throw Error(G)}return W}getSchema(Q){let X;while(typeof(X=y$.call(this,Q))=="string")Q=X;if(X===void 0){let{schemaId:Y}=this.opts,W=new E6.SchemaEnv({schema:{},schemaId:Y});if(X=E6.resolveSchema.call(this,W,Q),!X)return;this.refs[Q]=X}return X.validate||this._compileSchemaEnv(X)}removeSchema(Q){if(Q instanceof RegExp)return this._removeAllSchemas(this.schemas,Q),this._removeAllSchemas(this.refs,Q),this;switch(typeof Q){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let X=y$.call(this,Q);if(typeof X=="object")this._cache.delete(X.schema);return delete this.schemas[Q],delete this.refs[Q],this}case"object":{let X=Q;this._cache.delete(X);let Y=Q[this.opts.schemaId];if(Y)Y=(0,T6.normalizeId)(Y),delete this.schemas[Y],delete this.refs[Y];return this}default:throw Error("ajv.removeSchema: invalid parameter")}}addVocabulary(Q){for(let X of Q)this.addKeyword(X);return this}addKeyword(Q,X){let Y;if(typeof Q=="string"){if(Y=Q,typeof X=="object")this.logger.warn("these parameters are deprecated, see docs for addKeyword"),X.keyword=Y}else if(typeof Q=="object"&&X===void 0){if(X=Q,Y=X.keyword,Array.isArray(Y)&&!Y.length)throw Error("addKeywords: keyword must be string or non-empty array")}else throw Error("invalid addKeywords parameters");if(bL.call(this,Y,X),!X)return(0,QX.eachItem)(Y,(G)=>e9.call(this,G)),this;PL.call(this,X);let W={...X,type:(0,c4.getJSONTypes)(X.type),schemaType:(0,c4.getJSONTypes)(X.schemaType)};return(0,QX.eachItem)(Y,W.type.length===0?(G)=>e9.call(this,G,W):(G)=>W.type.forEach((J)=>e9.call(this,G,W,J))),this}getKeyword(Q){let X=this.RULES.all[Q];return typeof X=="object"?X.definition:!!X}removeKeyword(Q){let{RULES:X}=this;delete X.keywords[Q],delete X.all[Q];for(let Y of X.rules){let W=Y.rules.findIndex((G)=>G.keyword===Q);if(W>=0)Y.rules.splice(W,1)}return this}addFormat(Q,X){if(typeof X=="string")X=new RegExp(X);return this.formats[Q]=X,this}errorsText(Q=this.errors,{separator:X=", ",dataVar:Y="data"}={}){if(!Q||Q.length===0)return"No errors";return Q.map((W)=>`${Y}${W.instancePath} ${W.message}`).reduce((W,G)=>W+X+G)}$dataMetaSchema(Q,X){let Y=this.RULES.all;Q=JSON.parse(JSON.stringify(Q));for(let W of X){let G=W.split("/").slice(1),J=Q;for(let $ of G)J=J[$];for(let $ in Y){let z=Y[$];if(typeof z!="object")continue;let{$data:H}=z.definition,A=J[$];if(H&&A)J[$]=h$(A)}}return Q}_removeAllSchemas(Q,X){for(let Y in Q){let W=Q[Y];if(!X||X.test(Y)){if(typeof W=="string")delete Q[Y];else if(W&&!W.meta)this._cache.delete(W.schema),delete Q[Y]}}}_addSchema(Q,X,Y,W=this.opts.validateSchema,G=this.opts.addUsedSchema){let J,{schemaId:$}=this.opts;if(typeof Q=="object")J=Q[$];else if(this.opts.jtd)throw Error("schema must be object");else if(typeof Q!="boolean")throw Error("schema must be object or boolean");let z=this._cache.get(Q);if(z!==void 0)return z;Y=(0,T6.normalizeId)(J||Y);let H=T6.getSchemaRefs.call(this,Q,Y);if(z=new E6.SchemaEnv({schema:Q,schemaId:$,meta:X,baseId:Y,localRefs:H}),this._cache.set(z.schema,z),G&&!Y.startsWith("#")){if(Y)this._checkUnique(Y);this.refs[Y]=z}if(W)this.validateSchema(Q,!0);return z}_checkUnique(Q){if(this.schemas[Q]||this.refs[Q])throw Error(`schema with key or id "${Q}" already exists`)}_compileSchemaEnv(Q){if(Q.meta)this._compileMetaSchema(Q);else E6.compileSchema.call(this,Q);if(!Q.validate)throw Error("ajv implementation error");return Q.validate}_compileMetaSchema(Q){let X=this.opts;this.opts=this._metaOpts;try{E6.compileSchema.call(this,Q)}finally{this.opts=X}}}p4.ValidationError=zL.default;p4.MissingRefError=g$.default;d0.default=p4;function _$(Q,X,Y,W="error"){for(let G in Q){let J=G;if(J in X)this.logger[W](`${Y}: option ${G}. ${Q[J]}`)}}function y$(Q){return Q=(0,T6.normalizeId)(Q),this.schemas[Q]||this.refs[Q]}function qL(){let Q=this.opts.schemas;if(!Q)return;if(Array.isArray(Q))this.addSchema(Q);else for(let X in Q)this.addSchema(Q[X],X)}function OL(){for(let Q in this.opts.formats){let X=this.opts.formats[Q];if(X)this.addFormat(Q,X)}}function ML(Q){if(Array.isArray(Q)){this.addVocabulary(Q);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let X in Q){let Y=Q[X];if(!Y.keyword)Y.keyword=X;this.addKeyword(Y)}}function VL(){let Q={...this.opts};for(let X of UL)delete Q[X];return Q}var ZL={log(){},warn(){},error(){}};function NL(Q){if(Q===!1)return ZL;if(Q===void 0)return console;if(Q.log&&Q.warn&&Q.error)return Q;throw Error("logger must implement log, warn and error methods")}var wL=/^[a-z_$][a-z0-9_$:-]*$/i;function bL(Q,X){let{RULES:Y}=this;if((0,QX.eachItem)(Q,(W)=>{if(Y.keywords[W])throw Error(`Keyword ${W} is already defined`);if(!wL.test(W))throw Error(`Keyword ${W} has invalid name`)}),!X)return;if(X.$data&&!(("code"in X)||("validate"in X)))throw Error('$data keyword must have "code" or "validate" function')}function e9(Q,X,Y){var W;let G=X===null||X===void 0?void 0:X.post;if(Y&&G)throw Error('keyword with "post" flag cannot have "type"');let{RULES:J}=this,$=G?J.post:J.rules.find(({type:H})=>H===Y);if(!$)$={type:Y,rules:[]},J.rules.push($);if(J.keywords[Q]=!0,!X)return;let z={keyword:Q,definition:{...X,type:(0,c4.getJSONTypes)(X.type),schemaType:(0,c4.getJSONTypes)(X.schemaType)}};if(X.before)jL.call(this,$,z,X.before);else $.rules.push(z);J.all[Q]=z,(W=X.implements)===null||W===void 0||W.forEach((H)=>this.addKeyword(H))}function jL(Q,X,Y){let W=Q.rules.findIndex((G)=>G.keyword===Y);if(W>=0)Q.rules.splice(W,0,X);else Q.rules.push(X),this.logger.warn(`rule ${Y} is not defined`)}function PL(Q){let{metaSchema:X}=Q;if(X===void 0)return;if(Q.$data&&this.opts.$data)X=h$(X);Q.validateSchema=this.compile(X,!0)}var IL={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function h$(Q){return{anyOf:[Q,IL]}}});var m$=N((l$)=>{Object.defineProperty(l$,"__esModule",{value:!0});var SL={keyword:"id",code(){throw Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};l$.default=SL});var d$=N((r$)=>{Object.defineProperty(r$,"__esModule",{value:!0});r$.callRef=r$.getValidate=void 0;var CL=j6(),c$=j0(),q0=v(),_1=i0(),p$=u4(),i4=f(),kL={keyword:"$ref",schemaType:"string",code(Q){let{gen:X,schema:Y,it:W}=Q,{baseId:G,schemaEnv:J,validateName:$,opts:z,self:H}=W,{root:A}=J;if((Y==="#"||Y==="#/")&&G===A.baseId)return U();let K=p$.resolveRef.call(H,A,G,Y);if(K===void 0)throw new CL.default(W.opts.uriResolver,G,Y);if(K instanceof p$.SchemaEnv)return B(K);return L(K);function U(){if(J===A)return r4(Q,$,J,J.$async);let q=X.scopeValue("root",{ref:A});return r4(Q,q0._`${q}.validate`,A,A.$async)}function B(q){let O=i$(Q,q);r4(Q,O,q,q.$async)}function L(q){let O=X.scopeValue("schema",z.code.source===!0?{ref:q,code:(0,q0.stringify)(q)}:{ref:q}),V=X.name("valid"),M=Q.subschema({schema:q,dataTypes:[],schemaPath:q0.nil,topSchemaRef:O,errSchemaPath:Y},V);Q.mergeEvaluated(M),Q.ok(V)}}};function i$(Q,X){let{gen:Y}=Q;return X.validate?Y.scopeValue("validate",{ref:X.validate}):q0._`${Y.scopeValue("wrapper",{ref:X})}.validate`}r$.getValidate=i$;function r4(Q,X,Y,W){let{gen:G,it:J}=Q,{allErrors:$,schemaEnv:z,opts:H}=J,A=H.passContext?_1.default.this:q0.nil;if(W)K();else U();function K(){if(!z.$async)throw Error("async schema referenced by sync schema");let q=G.let("valid");G.try(()=>{if(G.code(q0._`await ${(0,c$.callValidateCode)(Q,X,A)}`),L(X),!$)G.assign(q,!0)},(O)=>{if(G.if(q0._`!(${O} instanceof ${J.ValidationError})`,()=>G.throw(O)),B(O),!$)G.assign(q,!1)}),Q.ok(q)}function U(){Q.result((0,c$.callValidateCode)(Q,X,A),()=>L(X),()=>B(X))}function B(q){let O=q0._`${q}.errors`;G.assign(_1.default.vErrors,q0._`${_1.default.vErrors} === null ? ${O} : ${_1.default.vErrors}.concat(${O})`),G.assign(_1.default.errors,q0._`${_1.default.vErrors}.length`)}function L(q){var O;if(!J.opts.unevaluated)return;let V=(O=Y===null||Y===void 0?void 0:Y.validate)===null||O===void 0?void 0:O.evaluated;if(J.props!==!0)if(V&&!V.dynamicProps){if(V.props!==void 0)J.props=i4.mergeEvaluated.props(G,V.props,J.props)}else{let M=G.var("props",q0._`${q}.evaluated.props`);J.props=i4.mergeEvaluated.props(G,M,J.props,q0.Name)}if(J.items!==!0)if(V&&!V.dynamicItems){if(V.items!==void 0)J.items=i4.mergeEvaluated.items(G,V.items,J.items)}else{let M=G.var("items",q0._`${q}.evaluated.items`);J.items=i4.mergeEvaluated.items(G,M,J.items,q0.Name)}}}r$.callRef=r4;r$.default=kL});var t$=N((o$)=>{Object.defineProperty(o$,"__esModule",{value:!0});var _L=m$(),yL=d$(),gL=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",_L.default,yL.default];o$.default=gL});var s$=N((a$)=>{Object.defineProperty(a$,"__esModule",{value:!0});var n4=v(),H1=n4.operators,d4={maximum:{okStr:"<=",ok:H1.LTE,fail:H1.GT},minimum:{okStr:">=",ok:H1.GTE,fail:H1.LT},exclusiveMaximum:{okStr:"<",ok:H1.LT,fail:H1.GTE},exclusiveMinimum:{okStr:">",ok:H1.GT,fail:H1.LTE}},hL={message:({keyword:Q,schemaCode:X})=>n4.str`must be ${d4[Q].okStr} ${X}`,params:({keyword:Q,schemaCode:X})=>n4._`{comparison: ${d4[Q].okStr}, limit: ${X}}`},fL={keyword:Object.keys(d4),type:"number",schemaType:"number",$data:!0,error:hL,code(Q){let{keyword:X,data:Y,schemaCode:W}=Q;Q.fail$data(n4._`${Y} ${d4[X].fail} ${W} || isNaN(${Y})`)}};a$.default=fL});var Qz=N((e$)=>{Object.defineProperty(e$,"__esModule",{value:!0});var S6=v(),mL={message:({schemaCode:Q})=>S6.str`must be multiple of ${Q}`,params:({schemaCode:Q})=>S6._`{multipleOf: ${Q}}`},cL={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:mL,code(Q){let{gen:X,data:Y,schemaCode:W,it:G}=Q,J=G.opts.multipleOfPrecision,$=X.let("res"),z=J?S6._`Math.abs(Math.round(${$}) - ${$}) > 1e-${J}`:S6._`${$} !== parseInt(${$})`;Q.fail$data(S6._`(${W} === 0 || (${$} = ${Y}/${W}, ${z}))`)}};e$.default=cL});var Wz=N((Yz)=>{Object.defineProperty(Yz,"__esModule",{value:!0});function Xz(Q){let X=Q.length,Y=0,W=0,G;while(W<X)if(Y++,G=Q.charCodeAt(W++),G>=55296&&G<=56319&&W<X){if(G=Q.charCodeAt(W),(G&64512)===56320)W++}return Y}Yz.default=Xz;Xz.code='require("ajv/dist/runtime/ucs2length").default'});var Jz=N((Gz)=>{Object.defineProperty(Gz,"__esModule",{value:!0});var O1=v(),rL=f(),nL=Wz(),dL={message({keyword:Q,schemaCode:X}){let Y=Q==="maxLength"?"more":"fewer";return O1.str`must NOT have ${Y} than ${X} characters`},params:({schemaCode:Q})=>O1._`{limit: ${Q}}`},oL={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:dL,code(Q){let{keyword:X,data:Y,schemaCode:W,it:G}=Q,J=X==="maxLength"?O1.operators.GT:O1.operators.LT,$=G.opts.unicode===!1?O1._`${Y}.length`:O1._`${(0,rL.useFunc)(Q.gen,nL.default)}(${Y})`;Q.fail$data(O1._`${$} ${J} ${W}`)}};Gz.default=oL});var zz=N(($z)=>{Object.defineProperty($z,"__esModule",{value:!0});var aL=j0(),o4=v(),sL={message:({schemaCode:Q})=>o4.str`must match pattern "${Q}"`,params:({schemaCode:Q})=>o4._`{pattern: ${Q}}`},eL={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:sL,code(Q){let{data:X,$data:Y,schema:W,schemaCode:G,it:J}=Q,$=J.opts.unicodeRegExp?"u":"",z=Y?o4._`(new RegExp(${G}, ${$}))`:(0,aL.usePattern)(Q,W);Q.fail$data(o4._`!${z}.test(${X})`)}};$z.default=eL});var Az=N((Hz)=>{Object.defineProperty(Hz,"__esModule",{value:!0});var R6=v(),XF={message({keyword:Q,schemaCode:X}){let Y=Q==="maxProperties"?"more":"fewer";return R6.str`must NOT have ${Y} than ${X} properties`},params:({schemaCode:Q})=>R6._`{limit: ${Q}}`},YF={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:XF,code(Q){let{keyword:X,data:Y,schemaCode:W}=Q,G=X==="maxProperties"?R6.operators.GT:R6.operators.LT;Q.fail$data(R6._`Object.keys(${Y}).length ${G} ${W}`)}};Hz.default=YF});var Uz=N((Kz)=>{Object.defineProperty(Kz,"__esModule",{value:!0});var C6=j0(),k6=v(),GF=f(),JF={message:({params:{missingProperty:Q}})=>k6.str`must have required property '${Q}'`,params:({params:{missingProperty:Q}})=>k6._`{missingProperty: ${Q}}`},$F={keyword:"required",type:"object",schemaType:"array",$data:!0,error:JF,code(Q){let{gen:X,schema:Y,schemaCode:W,data:G,$data:J,it:$}=Q,{opts:z}=$;if(!J&&Y.length===0)return;let H=Y.length>=z.loopRequired;if($.allErrors)A();else K();if(z.strictRequired){let L=Q.parentSchema.properties,{definedProperties:q}=Q.it;for(let O of Y)if((L===null||L===void 0?void 0:L[O])===void 0&&!q.has(O)){let V=$.schemaEnv.baseId+$.errSchemaPath,M=`required property "${O}" is not defined at "${V}" (strictRequired)`;(0,GF.checkStrictMode)($,M,$.opts.strictRequired)}}function A(){if(H||J)Q.block$data(k6.nil,U);else for(let L of Y)(0,C6.checkReportMissingProp)(Q,L)}function K(){let L=X.let("missing");if(H||J){let q=X.let("valid",!0);Q.block$data(q,()=>B(L,q)),Q.ok(q)}else X.if((0,C6.checkMissingProp)(Q,Y,L)),(0,C6.reportMissingProp)(Q,L),X.else()}function U(){X.forOf("prop",W,(L)=>{Q.setParams({missingProperty:L}),X.if((0,C6.noPropertyInData)(X,G,L,z.ownProperties),()=>Q.error())})}function B(L,q){Q.setParams({missingProperty:L}),X.forOf(L,W,()=>{X.assign(q,(0,C6.propertyInData)(X,G,L,z.ownProperties)),X.if((0,k6.not)(q),()=>{Q.error(),X.break()})},k6.nil)}}};Kz.default=$F});var Dz=N((Bz)=>{Object.defineProperty(Bz,"__esModule",{value:!0});var v6=v(),HF={message({keyword:Q,schemaCode:X}){let Y=Q==="maxItems"?"more":"fewer";return v6.str`must NOT have ${Y} than ${X} items`},params:({schemaCode:Q})=>v6._`{limit: ${Q}}`},AF={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:HF,code(Q){let{keyword:X,data:Y,schemaCode:W}=Q,G=X==="maxItems"?v6.operators.GT:v6.operators.LT;Q.fail$data(v6._`${Y}.length ${G} ${W}`)}};Bz.default=AF});var t4=N((Fz)=>{Object.defineProperty(Fz,"__esModule",{value:!0});var Lz=h9();Lz.code='require("ajv/dist/runtime/equal").default';Fz.default=Lz});var Oz=N((qz)=>{Object.defineProperty(qz,"__esModule",{value:!0});var XX=V6(),H0=v(),BF=f(),DF=t4(),LF={message:({params:{i:Q,j:X}})=>H0.str`must NOT have duplicate items (items ## ${X} and ${Q} are identical)`,params:({params:{i:Q,j:X}})=>H0._`{i: ${Q}, j: ${X}}`},FF={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:LF,code(Q){let{gen:X,data:Y,$data:W,schema:G,parentSchema:J,schemaCode:$,it:z}=Q;if(!W&&!G)return;let H=X.let("valid"),A=J.items?(0,XX.getSchemaTypes)(J.items):[];Q.block$data(H,K,H0._`${$} === false`),Q.ok(H);function K(){let q=X.let("i",H0._`${Y}.length`),O=X.let("j");Q.setParams({i:q,j:O}),X.assign(H,!0),X.if(H0._`${q} > 1`,()=>(U()?B:L)(q,O))}function U(){return A.length>0&&!A.some((q)=>q==="object"||q==="array")}function B(q,O){let V=X.name("item"),M=(0,XX.checkDataTypes)(A,V,z.opts.strictNumbers,XX.DataType.Wrong),T=X.const("indices",H0._`{}`);X.for(H0._`;${q}--;`,()=>{if(X.let(V,H0._`${Y}[${q}]`),X.if(M,H0._`continue`),A.length>1)X.if(H0._`typeof ${V} == "string"`,H0._`${V} += "_"`);X.if(H0._`typeof ${T}[${V}] == "number"`,()=>{X.assign(O,H0._`${T}[${V}]`),Q.error(),X.assign(H,!1).break()}).code(H0._`${T}[${V}] = ${q}`)})}function L(q,O){let V=(0,BF.useFunc)(X,DF.default),M=X.name("outer");X.label(M).for(H0._`;${q}--;`,()=>X.for(H0._`${O} = ${q}; ${O}--;`,()=>X.if(H0._`${V}(${Y}[${q}], ${Y}[${O}])`,()=>{Q.error(),X.assign(H,!1).break(M)})))}}};qz.default=FF});var Vz=N((Mz)=>{Object.defineProperty(Mz,"__esModule",{value:!0});var YX=v(),OF=f(),MF=t4(),VF={message:"must be equal to constant",params:({schemaCode:Q})=>YX._`{allowedValue: ${Q}}`},ZF={keyword:"const",$data:!0,error:VF,code(Q){let{gen:X,data:Y,$data:W,schemaCode:G,schema:J}=Q;if(W||J&&typeof J=="object")Q.fail$data(YX._`!${(0,OF.useFunc)(X,MF.default)}(${Y}, ${G})`);else Q.fail(YX._`${J} !== ${Y}`)}};Mz.default=ZF});var Nz=N((Zz)=>{Object.defineProperty(Zz,"__esModule",{value:!0});var x6=v(),wF=f(),bF=t4(),jF={message:"must be equal to one of the allowed values",params:({schemaCode:Q})=>x6._`{allowedValues: ${Q}}`},PF={keyword:"enum",schemaType:"array",$data:!0,error:jF,code(Q){let{gen:X,data:Y,$data:W,schema:G,schemaCode:J,it:$}=Q;if(!W&&G.length===0)throw Error("enum must have non-empty array");let z=G.length>=$.opts.loopEnum,H,A=()=>H!==null&&H!==void 0?H:H=(0,wF.useFunc)(X,bF.default),K;if(z||W)K=X.let("valid"),Q.block$data(K,U);else{if(!Array.isArray(G))throw Error("ajv implementation error");let L=X.const("vSchema",J);K=(0,x6.or)(...G.map((q,O)=>B(L,O)))}Q.pass(K);function U(){X.assign(K,!1),X.forOf("v",J,(L)=>X.if(x6._`${A()}(${Y}, ${L})`,()=>X.assign(K,!0).break()))}function B(L,q){let O=G[q];return typeof O==="object"&&O!==null?x6._`${A()}(${Y}, ${L}[${q}])`:x6._`${Y} === ${O}`}}};Zz.default=PF});var bz=N((wz)=>{Object.defineProperty(wz,"__esModule",{value:!0});var EF=s$(),TF=Qz(),SF=Jz(),RF=zz(),CF=Az(),kF=Uz(),vF=Dz(),xF=Oz(),_F=Vz(),yF=Nz(),gF=[EF.default,TF.default,SF.default,RF.default,CF.default,kF.default,vF.default,xF.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},_F.default,yF.default];wz.default=gF});var GX=N((Pz)=>{Object.defineProperty(Pz,"__esModule",{value:!0});Pz.validateAdditionalItems=void 0;var M1=v(),WX=f(),hF={message:({params:{len:Q}})=>M1.str`must NOT have more than ${Q} items`,params:({params:{len:Q}})=>M1._`{limit: ${Q}}`},fF={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:hF,code(Q){let{parentSchema:X,it:Y}=Q,{items:W}=X;if(!Array.isArray(W)){(0,WX.checkStrictMode)(Y,'"additionalItems" is ignored when "items" is not an array of schemas');return}jz(Q,W)}};function jz(Q,X){let{gen:Y,schema:W,data:G,keyword:J,it:$}=Q;$.items=!0;let z=Y.const("len",M1._`${G}.length`);if(W===!1)Q.setParams({len:X.length}),Q.pass(M1._`${z} <= ${X.length}`);else if(typeof W=="object"&&!(0,WX.alwaysValidSchema)($,W)){let A=Y.var("valid",M1._`${z} <= ${X.length}`);Y.if((0,M1.not)(A),()=>H(A)),Q.ok(A)}function H(A){Y.forRange("i",X.length,z,(K)=>{if(Q.subschema({keyword:J,dataProp:K,dataPropType:WX.Type.Num},A),!$.allErrors)Y.if((0,M1.not)(A),()=>Y.break())})}}Pz.validateAdditionalItems=jz;Pz.default=fF});var JX=N((Sz)=>{Object.defineProperty(Sz,"__esModule",{value:!0});Sz.validateTuple=void 0;var Ez=v(),a4=f(),mF=j0(),cF={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(Q){let{schema:X,it:Y}=Q;if(Array.isArray(X))return Tz(Q,"additionalItems",X);if(Y.items=!0,(0,a4.alwaysValidSchema)(Y,X))return;Q.ok((0,mF.validateArray)(Q))}};function Tz(Q,X,Y=Q.schema){let{gen:W,parentSchema:G,data:J,keyword:$,it:z}=Q;if(K(G),z.opts.unevaluated&&Y.length&&z.items!==!0)z.items=a4.mergeEvaluated.items(W,Y.length,z.items);let H=W.name("valid"),A=W.const("len",Ez._`${J}.length`);Y.forEach((U,B)=>{if((0,a4.alwaysValidSchema)(z,U))return;W.if(Ez._`${A} > ${B}`,()=>Q.subschema({keyword:$,schemaProp:B,dataProp:B},H)),Q.ok(H)});function K(U){let{opts:B,errSchemaPath:L}=z,q=Y.length,O=q===U.minItems&&(q===U.maxItems||U[X]===!1);if(B.strictTuples&&!O){let V=`"${$}" is ${q}-tuple, but minItems or maxItems/${X} are not specified or different at path "${L}"`;(0,a4.checkStrictMode)(z,V,B.strictTuples)}}}Sz.validateTuple=Tz;Sz.default=cF});var kz=N((Cz)=>{Object.defineProperty(Cz,"__esModule",{value:!0});var iF=JX(),rF={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:(Q)=>(0,iF.validateTuple)(Q,"items")};Cz.default=rF});var _z=N((xz)=>{Object.defineProperty(xz,"__esModule",{value:!0});var vz=v(),dF=f(),oF=j0(),tF=GX(),aF={message:({params:{len:Q}})=>vz.str`must NOT have more than ${Q} items`,params:({params:{len:Q}})=>vz._`{limit: ${Q}}`},sF={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:aF,code(Q){let{schema:X,parentSchema:Y,it:W}=Q,{prefixItems:G}=Y;if(W.items=!0,(0,dF.alwaysValidSchema)(W,X))return;if(G)(0,tF.validateAdditionalItems)(Q,G);else Q.ok((0,oF.validateArray)(Q))}};xz.default=sF});var gz=N((yz)=>{Object.defineProperty(yz,"__esModule",{value:!0});var P0=v(),s4=f(),Qq={message:({params:{min:Q,max:X}})=>X===void 0?P0.str`must contain at least ${Q} valid item(s)`:P0.str`must contain at least ${Q} and no more than ${X} valid item(s)`,params:({params:{min:Q,max:X}})=>X===void 0?P0._`{minContains: ${Q}}`:P0._`{minContains: ${Q}, maxContains: ${X}}`},Xq={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:Qq,code(Q){let{gen:X,schema:Y,parentSchema:W,data:G,it:J}=Q,$,z,{minContains:H,maxContains:A}=W;if(J.opts.next)$=H===void 0?1:H,z=A;else $=1;let K=X.const("len",P0._`${G}.length`);if(Q.setParams({min:$,max:z}),z===void 0&&$===0){(0,s4.checkStrictMode)(J,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(z!==void 0&&$>z){(0,s4.checkStrictMode)(J,'"minContains" > "maxContains" is always invalid'),Q.fail();return}if((0,s4.alwaysValidSchema)(J,Y)){let O=P0._`${K} >= ${$}`;if(z!==void 0)O=P0._`${O} && ${K} <= ${z}`;Q.pass(O);return}J.items=!0;let U=X.name("valid");if(z===void 0&&$===1)L(U,()=>X.if(U,()=>X.break()));else if($===0){if(X.let(U,!0),z!==void 0)X.if(P0._`${G}.length > 0`,B)}else X.let(U,!1),B();Q.result(U,()=>Q.reset());function B(){let O=X.name("_valid"),V=X.let("count",0);L(O,()=>X.if(O,()=>q(V)))}function L(O,V){X.forRange("i",0,K,(M)=>{Q.subschema({keyword:"contains",dataProp:M,dataPropType:s4.Type.Num,compositeRule:!0},O),V()})}function q(O){if(X.code(P0._`${O}++`),z===void 0)X.if(P0._`${O} >= ${$}`,()=>X.assign(U,!0).break());else if(X.if(P0._`${O} > ${z}`,()=>X.assign(U,!1).break()),$===1)X.assign(U,!0);else X.if(P0._`${O} >= ${$}`,()=>X.assign(U,!0))}}};yz.default=Xq});var cz=N((fz)=>{Object.defineProperty(fz,"__esModule",{value:!0});fz.validateSchemaDeps=fz.validatePropertyDeps=fz.error=void 0;var $X=v(),Wq=f(),_6=j0();fz.error={message:({params:{property:Q,depsCount:X,deps:Y}})=>{let W=X===1?"property":"properties";return $X.str`must have ${W} ${Y} when property ${Q} is present`},params:({params:{property:Q,depsCount:X,deps:Y,missingProperty:W}})=>$X._`{property: ${Q},
7
7
  missingProperty: ${W},
8
8
  depsCount: ${X},
9
- deps: ${Y}}`};var Wq={keyword:"dependencies",type:"object",schemaType:"object",error:hz.error,code(Q){let[X,Y]=Gq(Q);gz(Q,X),uz(Q,Y)}};function Gq({schema:Q}){let X={},Y={};for(let W in Q){if(W==="__proto__")continue;let G=Array.isArray(Q[W])?X:Y;G[W]=Q[W]}return[X,Y]}function gz(Q,X=Q.schema){let{gen:Y,data:W,it:G}=Q;if(Object.keys(X).length===0)return;let J=Y.let("missing");for(let $ in X){let z=X[$];if(z.length===0)continue;let H=(0,_6.propertyInData)(Y,W,$,G.opts.ownProperties);if(Q.setParams({property:$,depsCount:z.length,deps:z.join(", ")}),G.allErrors)Y.if(H,()=>{for(let A of z)(0,_6.checkReportMissingProp)(Q,A)});else Y.if(JX._`${H} && (${(0,_6.checkMissingProp)(Q,z,J)})`),(0,_6.reportMissingProp)(Q,J),Y.else()}}hz.validatePropertyDeps=gz;function uz(Q,X=Q.schema){let{gen:Y,data:W,keyword:G,it:J}=Q,$=Y.name("valid");for(let z in X){if((0,Yq.alwaysValidSchema)(J,X[z]))continue;Y.if((0,_6.propertyInData)(Y,W,z,J.opts.ownProperties),()=>{let H=Q.subschema({keyword:G,schemaProp:z},$);Q.mergeValidEvaluated(H,$)},()=>Y.var($,!0)),Q.ok($)}}hz.validateSchemaDeps=uz;hz.default=Wq});var iz=N((pz)=>{Object.defineProperty(pz,"__esModule",{value:!0});var cz=v(),zq=f(),Hq={message:"property name must be valid",params:({params:Q})=>cz._`{propertyName: ${Q.propertyName}}`},Aq={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:Hq,code(Q){let{gen:X,schema:Y,data:W,it:G}=Q;if((0,zq.alwaysValidSchema)(G,Y))return;let J=X.name("valid");X.forIn("key",W,($)=>{Q.setParams({propertyName:$}),Q.subschema({keyword:"propertyNames",data:$,dataTypes:["string"],propertyName:$,compositeRule:!0},J),X.if((0,cz.not)(J),()=>{if(Q.error(!0),!G.allErrors)X.break()})}),Q.ok(J)}};pz.default=Aq});var $X=N((rz)=>{Object.defineProperty(rz,"__esModule",{value:!0});var e4=j0(),k0=v(),Uq=i0(),QQ=f(),Bq={message:"must NOT have additional properties",params:({params:Q})=>k0._`{additionalProperty: ${Q.additionalProperty}}`},Dq={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:Bq,code(Q){let{gen:X,schema:Y,parentSchema:W,data:G,errsCount:J,it:$}=Q;if(!J)throw Error("ajv implementation error");let{allErrors:z,opts:H}=$;if($.props=!0,H.removeAdditional!=="all"&&(0,QQ.alwaysValidSchema)($,Y))return;let A=(0,e4.allSchemaProperties)(W.properties),K=(0,e4.allSchemaProperties)(W.patternProperties);U(),Q.ok(k0._`${J} === ${Uq.default.errors}`);function U(){X.forIn("key",G,(V)=>{if(!A.length&&!K.length)q(V);else X.if(B(V),()=>q(V))})}function B(V){let M;if(A.length>8){let T=(0,QQ.schemaRefOrVal)($,W.properties,"properties");M=(0,e4.isOwnProperty)(X,T,V)}else if(A.length)M=(0,k0.or)(...A.map((T)=>k0._`${V} === ${T}`));else M=k0.nil;if(K.length)M=(0,k0.or)(M,...K.map((T)=>k0._`${(0,e4.usePattern)(Q,T)}.test(${V})`));return(0,k0.not)(M)}function L(V){X.code(k0._`delete ${G}[${V}]`)}function q(V){if(H.removeAdditional==="all"||H.removeAdditional&&Y===!1){L(V);return}if(Y===!1){if(Q.setParams({additionalProperty:V}),Q.error(),!z)X.break();return}if(typeof Y=="object"&&!(0,QQ.alwaysValidSchema)($,Y)){let M=X.name("valid");if(H.removeAdditional==="failing")O(V,M,!1),X.if((0,k0.not)(M),()=>{Q.reset(),L(V)});else if(O(V,M),!z)X.if((0,k0.not)(M),()=>X.break())}}function O(V,M,T){let I={keyword:"additionalProperties",dataProp:V,dataPropType:QQ.Type.Str};if(T===!1)Object.assign(I,{compositeRule:!0,createErrors:!1,allErrors:!1});Q.subschema(I,M)}}};rz.default=Dq});var tz=N((oz)=>{Object.defineProperty(oz,"__esModule",{value:!0});var Fq=b6(),nz=j0(),zX=f(),dz=$X(),qq={keyword:"properties",type:"object",schemaType:"object",code(Q){let{gen:X,schema:Y,parentSchema:W,data:G,it:J}=Q;if(J.opts.removeAdditional==="all"&&W.additionalProperties===void 0)dz.default.code(new Fq.KeywordCxt(J,dz.default,"additionalProperties"));let $=(0,nz.allSchemaProperties)(Y);for(let U of $)J.definedProperties.add(U);if(J.opts.unevaluated&&$.length&&J.props!==!0)J.props=zX.mergeEvaluated.props(X,(0,zX.toHash)($),J.props);let z=$.filter((U)=>!(0,zX.alwaysValidSchema)(J,Y[U]));if(z.length===0)return;let H=X.name("valid");for(let U of z){if(A(U))K(U);else{if(X.if((0,nz.propertyInData)(X,G,U,J.opts.ownProperties)),K(U),!J.allErrors)X.else().var(H,!0);X.endIf()}Q.it.definedProperties.add(U),Q.ok(H)}function A(U){return J.opts.useDefaults&&!J.compositeRule&&Y[U].default!==void 0}function K(U){Q.subschema({keyword:"properties",schemaProp:U,dataProp:U},H)}}};oz.default=qq});var X7=N((Q7)=>{Object.defineProperty(Q7,"__esModule",{value:!0});var az=j0(),XQ=v(),sz=f(),ez=f(),Mq={keyword:"patternProperties",type:"object",schemaType:"object",code(Q){let{gen:X,schema:Y,data:W,parentSchema:G,it:J}=Q,{opts:$}=J,z=(0,az.allSchemaProperties)(Y),H=z.filter((O)=>(0,sz.alwaysValidSchema)(J,Y[O]));if(z.length===0||H.length===z.length&&(!J.opts.unevaluated||J.props===!0))return;let A=$.strictSchema&&!$.allowMatchingProperties&&G.properties,K=X.name("valid");if(J.props!==!0&&!(J.props instanceof XQ.Name))J.props=(0,ez.evaluatedPropsToName)(X,J.props);let{props:U}=J;B();function B(){for(let O of z){if(A)L(O);if(J.allErrors)q(O);else X.var(K,!0),q(O),X.if(K)}}function L(O){for(let V in A)if(new RegExp(O).test(V))(0,sz.checkStrictMode)(J,`property ${V} matches pattern ${O} (use allowMatchingProperties)`)}function q(O){X.forIn("key",W,(V)=>{X.if(XQ._`${(0,az.usePattern)(Q,O)}.test(${V})`,()=>{let M=H.includes(O);if(!M)Q.subschema({keyword:"patternProperties",schemaProp:O,dataProp:V,dataPropType:ez.Type.Str},K);if(J.opts.unevaluated&&U!==!0)X.assign(XQ._`${U}[${V}]`,!0);else if(!M&&!J.allErrors)X.if((0,XQ.not)(K),()=>X.break())})})}}};Q7.default=Mq});var W7=N((Y7)=>{Object.defineProperty(Y7,"__esModule",{value:!0});var Zq=f(),Nq={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(Q){let{gen:X,schema:Y,it:W}=Q;if((0,Zq.alwaysValidSchema)(W,Y)){Q.fail();return}let G=X.name("valid");Q.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},G),Q.failResult(G,()=>Q.reset(),()=>Q.error())},error:{message:"must NOT be valid"}};Y7.default=Nq});var J7=N((G7)=>{Object.defineProperty(G7,"__esModule",{value:!0});var bq=j0(),jq={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:bq.validateUnion,error:{message:"must match a schema in anyOf"}};G7.default=jq});var z7=N(($7)=>{Object.defineProperty($7,"__esModule",{value:!0});var YQ=v(),Iq=f(),Eq={message:"must match exactly one schema in oneOf",params:({params:Q})=>YQ._`{passingSchemas: ${Q.passing}}`},Tq={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:Eq,code(Q){let{gen:X,schema:Y,parentSchema:W,it:G}=Q;if(!Array.isArray(Y))throw Error("ajv implementation error");if(G.opts.discriminator&&W.discriminator)return;let J=Y,$=X.let("valid",!1),z=X.let("passing",null),H=X.name("_valid");Q.setParams({passing:z}),X.block(A),Q.result($,()=>Q.reset(),()=>Q.error(!0));function A(){J.forEach((K,U)=>{let B;if((0,Iq.alwaysValidSchema)(G,K))X.var(H,!0);else B=Q.subschema({keyword:"oneOf",schemaProp:U,compositeRule:!0},H);if(U>0)X.if(YQ._`${H} && ${$}`).assign($,!1).assign(z,YQ._`[${z}, ${U}]`).else();X.if(H,()=>{if(X.assign($,!0),X.assign(z,U),B)Q.mergeEvaluated(B,YQ.Name)})})}}};$7.default=Tq});var A7=N((H7)=>{Object.defineProperty(H7,"__esModule",{value:!0});var Rq=f(),Cq={keyword:"allOf",schemaType:"array",code(Q){let{gen:X,schema:Y,it:W}=Q;if(!Array.isArray(Y))throw Error("ajv implementation error");let G=X.name("valid");Y.forEach((J,$)=>{if((0,Rq.alwaysValidSchema)(W,J))return;let z=Q.subschema({keyword:"allOf",schemaProp:$},G);Q.ok(G),Q.mergeEvaluated(z)})}};H7.default=Cq});var D7=N((B7)=>{Object.defineProperty(B7,"__esModule",{value:!0});var WQ=v(),U7=f(),vq={message:({params:Q})=>WQ.str`must match "${Q.ifClause}" schema`,params:({params:Q})=>WQ._`{failingKeyword: ${Q.ifClause}}`},xq={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:vq,code(Q){let{gen:X,parentSchema:Y,it:W}=Q;if(Y.then===void 0&&Y.else===void 0)(0,U7.checkStrictMode)(W,'"if" without "then" and "else" is ignored');let G=K7(W,"then"),J=K7(W,"else");if(!G&&!J)return;let $=X.let("valid",!0),z=X.name("_valid");if(H(),Q.reset(),G&&J){let K=X.let("ifClause");Q.setParams({ifClause:K}),X.if(z,A("then",K),A("else",K))}else if(G)X.if(z,A("then"));else X.if((0,WQ.not)(z),A("else"));Q.pass($,()=>Q.error(!0));function H(){let K=Q.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},z);Q.mergeEvaluated(K)}function A(K,U){return()=>{let B=Q.subschema({keyword:K},z);if(X.assign($,z),Q.mergeValidEvaluated(B,$),U)X.assign(U,WQ._`${K}`);else Q.setParams({ifClause:K})}}}};function K7(Q,X){let Y=Q.schema[X];return Y!==void 0&&!(0,U7.alwaysValidSchema)(Q,Y)}B7.default=xq});var F7=N((L7)=>{Object.defineProperty(L7,"__esModule",{value:!0});var yq=f(),gq={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:Q,parentSchema:X,it:Y}){if(X.if===void 0)(0,yq.checkStrictMode)(Y,`"${Q}" without "if" is ignored`)}};L7.default=gq});var O7=N((q7)=>{Object.defineProperty(q7,"__esModule",{value:!0});var hq=WX(),fq=Cz(),lq=GX(),mq=xz(),cq=yz(),pq=mz(),iq=iz(),rq=$X(),nq=tz(),dq=X7(),oq=W7(),tq=J7(),aq=z7(),sq=A7(),eq=D7(),QO=F7();function XO(Q=!1){let X=[oq.default,tq.default,aq.default,sq.default,eq.default,QO.default,iq.default,rq.default,pq.default,nq.default,dq.default];if(Q)X.push(fq.default,mq.default);else X.push(hq.default,lq.default);return X.push(cq.default),X}q7.default=XO});var V7=N((M7)=>{Object.defineProperty(M7,"__esModule",{value:!0});var e=v(),WO={message:({schemaCode:Q})=>e.str`must match format "${Q}"`,params:({schemaCode:Q})=>e._`{format: ${Q}}`},GO={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:WO,code(Q,X){let{gen:Y,data:W,$data:G,schema:J,schemaCode:$,it:z}=Q,{opts:H,errSchemaPath:A,schemaEnv:K,self:U}=z;if(!H.validateFormats)return;if(G)B();else L();function B(){let q=Y.scopeValue("formats",{ref:U.formats,code:H.code.formats}),O=Y.const("fDef",e._`${q}[${$}]`),V=Y.let("fType"),M=Y.let("format");Y.if(e._`typeof ${O} == "object" && !(${O} instanceof RegExp)`,()=>Y.assign(V,e._`${O}.type || "string"`).assign(M,e._`${O}.validate`),()=>Y.assign(V,e._`"string"`).assign(M,O)),Q.fail$data((0,e.or)(T(),I()));function T(){if(H.strictSchema===!1)return e.nil;return e._`${$} && !${M}`}function I(){let x=K.$async?e._`(${O}.async ? await ${M}(${W}) : ${M}(${W}))`:e._`${M}(${W})`,E=e._`(typeof ${M} == "function" ? ${x} : ${M}.test(${W}))`;return e._`${M} && ${M} !== true && ${V} === ${X} && !${E}`}}function L(){let q=U.formats[J];if(!q){T();return}if(q===!0)return;let[O,V,M]=I(q);if(O===X)Q.pass(x());function T(){if(H.strictSchema===!1){U.logger.warn(E());return}throw Error(E());function E(){return`unknown format "${J}" ignored in schema at path "${A}"`}}function I(E){let x0=E instanceof RegExp?(0,e.regexpCode)(E):H.code.formats?e._`${H.code.formats}${(0,e.getProperty)(J)}`:void 0,h0=Y.scopeValue("formats",{key:J,ref:E,code:x0});if(typeof E=="object"&&!(E instanceof RegExp))return[E.type||"string",E.validate,e._`${h0}.validate`];return["string",E,h0]}function x(){if(typeof q=="object"&&!(q instanceof RegExp)&&q.async){if(!K.$async)throw Error("async format in sync schema");return e._`await ${M}(${W})`}return typeof V=="function"?e._`${M}(${W})`:e._`${M}.test(${W})`}}}};M7.default=GO});var N7=N((Z7)=>{Object.defineProperty(Z7,"__esModule",{value:!0});var $O=V7(),zO=[$O.default];Z7.default=zO});var j7=N((w7)=>{Object.defineProperty(w7,"__esModule",{value:!0});w7.contentVocabulary=w7.metadataVocabulary=void 0;w7.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];w7.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var E7=N((I7)=>{Object.defineProperty(I7,"__esModule",{value:!0});var KO=o$(),UO=wz(),BO=O7(),DO=N7(),P7=j7(),LO=[KO.default,UO.default,(0,BO.default)(),DO.default,P7.metadataVocabulary,P7.contentVocabulary];I7.default=LO});var C7=N((S7)=>{Object.defineProperty(S7,"__esModule",{value:!0});S7.DiscrError=void 0;var T7;(function(Q){Q.Tag="tag",Q.Mapping="mapping"})(T7||(S7.DiscrError=T7={}))});var x7=N((v7)=>{Object.defineProperty(v7,"__esModule",{value:!0});var y1=v(),HX=C7(),k7=u4(),qO=j6(),OO=f(),MO={message:({params:{discrError:Q,tagName:X}})=>Q===HX.DiscrError.Tag?`tag "${X}" must be string`:`value of tag "${X}" must be in oneOf`,params:({params:{discrError:Q,tag:X,tagName:Y}})=>y1._`{error: ${Q}, tag: ${Y}, tagValue: ${X}}`},VO={keyword:"discriminator",type:"object",schemaType:"object",error:MO,code(Q){let{gen:X,data:Y,schema:W,parentSchema:G,it:J}=Q,{oneOf:$}=G;if(!J.opts.discriminator)throw Error("discriminator: requires discriminator option");let z=W.propertyName;if(typeof z!="string")throw Error("discriminator: requires propertyName");if(W.mapping)throw Error("discriminator: mapping is not supported");if(!$)throw Error("discriminator: requires oneOf keyword");let H=X.let("valid",!1),A=X.const("tag",y1._`${Y}${(0,y1.getProperty)(z)}`);X.if(y1._`typeof ${A} == "string"`,()=>K(),()=>Q.error(!1,{discrError:HX.DiscrError.Tag,tag:A,tagName:z})),Q.ok(H);function K(){let L=B();X.if(!1);for(let q in L)X.elseIf(y1._`${A} === ${q}`),X.assign(H,U(L[q]));X.else(),Q.error(!1,{discrError:HX.DiscrError.Mapping,tag:A,tagName:z}),X.endIf()}function U(L){let q=X.name("valid"),O=Q.subschema({keyword:"oneOf",schemaProp:L},q);return Q.mergeEvaluated(O,y1.Name),q}function B(){var L;let q={},O=M(G),V=!0;for(let x=0;x<$.length;x++){let E=$[x];if((E===null||E===void 0?void 0:E.$ref)&&!(0,OO.schemaHasRulesButRef)(E,J.self.RULES)){let h0=E.$ref;if(E=k7.resolveRef.call(J.self,J.schemaEnv.root,J.baseId,h0),E instanceof k7.SchemaEnv)E=E.schema;if(E===void 0)throw new qO.default(J.opts.uriResolver,J.baseId,h0)}let x0=(L=E===null||E===void 0?void 0:E.properties)===null||L===void 0?void 0:L[z];if(typeof x0!="object")throw Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${z}"`);V=V&&(O||M(E)),T(x0,x)}if(!V)throw Error(`discriminator: "${z}" must be required`);return q;function M({required:x}){return Array.isArray(x)&&x.includes(z)}function T(x,E){if(x.const)I(x.const,E);else if(x.enum)for(let x0 of x.enum)I(x0,E);else throw Error(`discriminator: "properties/${z}" must have "const" or "enum"`)}function I(x,E){if(typeof x!="string"||x in q)throw Error(`discriminator: "${z}" values must be unique strings`);q[x]=E}}}};v7.default=VO});var _7=N((_P,NO)=>{NO.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 KX=N((O0,AX)=>{Object.defineProperty(O0,"__esModule",{value:!0});O0.MissingRefError=O0.ValidationError=O0.CodeGen=O0.Name=O0.nil=O0.stringify=O0.str=O0._=O0.KeywordCxt=O0.Ajv=void 0;var wO=h$(),bO=E7(),jO=x7(),y7=_7(),PO=["/properties"],GQ="http://json-schema.org/draft-07/schema";class y6 extends wO.default{_addVocabularies(){if(super._addVocabularies(),bO.default.forEach((Q)=>this.addVocabulary(Q)),this.opts.discriminator)this.addKeyword(jO.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let Q=this.opts.$data?this.$dataMetaSchema(y7,PO):y7;this.addMetaSchema(Q,GQ,!1),this.refs["http://json-schema.org/schema"]=GQ}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(GQ)?GQ:void 0)}}O0.Ajv=y6;AX.exports=O0=y6;AX.exports.Ajv=y6;Object.defineProperty(O0,"__esModule",{value:!0});O0.default=y6;var IO=b6();Object.defineProperty(O0,"KeywordCxt",{enumerable:!0,get:function(){return IO.KeywordCxt}});var g1=v();Object.defineProperty(O0,"_",{enumerable:!0,get:function(){return g1._}});Object.defineProperty(O0,"str",{enumerable:!0,get:function(){return g1.str}});Object.defineProperty(O0,"stringify",{enumerable:!0,get:function(){return g1.stringify}});Object.defineProperty(O0,"nil",{enumerable:!0,get:function(){return g1.nil}});Object.defineProperty(O0,"Name",{enumerable:!0,get:function(){return g1.Name}});Object.defineProperty(O0,"CodeGen",{enumerable:!0,get:function(){return g1.CodeGen}});var EO=y4();Object.defineProperty(O0,"ValidationError",{enumerable:!0,get:function(){return EO.default}});var TO=j6();Object.defineProperty(O0,"MissingRefError",{enumerable:!0,get:function(){return TO.default}})});var r7=N((p7)=>{Object.defineProperty(p7,"__esModule",{value:!0});p7.formatNames=p7.fastFormats=p7.fullFormats=void 0;function g0(Q,X){return{validate:Q,compare:X}}p7.fullFormats={date:g0(f7,LX),time:g0(BX(!0),FX),"date-time":g0(g7(!0),m7),"iso-time":g0(BX(),l7),"iso-date-time":g0(g7(),c7),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:yO,"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:cO,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:gO,int32:{type:"number",validate:fO},int64:{type:"number",validate:lO},float:{type:"number",validate:h7},double:{type:"number",validate:h7},password:!0,binary:!0};p7.fastFormats={...p7.fullFormats,date:g0(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,LX),time:g0(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,FX),"date-time":g0(/^\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,m7),"iso-time":g0(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,l7),"iso-date-time":g0(/^\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,c7),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};p7.formatNames=Object.keys(p7.fullFormats);function CO(Q){return Q%4===0&&(Q%100!==0||Q%400===0)}var kO=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,vO=[0,31,28,31,30,31,30,31,31,30,31,30,31];function f7(Q){let X=kO.exec(Q);if(!X)return!1;let Y=+X[1],W=+X[2],G=+X[3];return W>=1&&W<=12&&G>=1&&G<=(W===2&&CO(Y)?29:vO[W])}function LX(Q,X){if(!(Q&&X))return;if(Q>X)return 1;if(Q<X)return-1;return 0}var UX=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function BX(Q){return function(Y){let W=UX.exec(Y);if(!W)return!1;let G=+W[1],J=+W[2],$=+W[3],z=W[4],H=W[5]==="-"?-1:1,A=+(W[6]||0),K=+(W[7]||0);if(A>23||K>59||Q&&!z)return!1;if(G<=23&&J<=59&&$<60)return!0;let U=J-K*H,B=G-A*H-(U<0?1:0);return(B===23||B===-1)&&(U===59||U===-1)&&$<61}}function FX(Q,X){if(!(Q&&X))return;let Y=new Date("2020-01-01T"+Q).valueOf(),W=new Date("2020-01-01T"+X).valueOf();if(!(Y&&W))return;return Y-W}function l7(Q,X){if(!(Q&&X))return;let Y=UX.exec(Q),W=UX.exec(X);if(!(Y&&W))return;if(Q=Y[1]+Y[2]+Y[3],X=W[1]+W[2]+W[3],Q>X)return 1;if(Q<X)return-1;return 0}var DX=/t|\s/i;function g7(Q){let X=BX(Q);return function(W){let G=W.split(DX);return G.length===2&&f7(G[0])&&X(G[1])}}function m7(Q,X){if(!(Q&&X))return;let Y=new Date(Q).valueOf(),W=new Date(X).valueOf();if(!(Y&&W))return;return Y-W}function c7(Q,X){if(!(Q&&X))return;let[Y,W]=Q.split(DX),[G,J]=X.split(DX),$=LX(Y,G);if($===void 0)return;return $||FX(W,J)}var xO=/\/|:/,_O=/^(?:[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 yO(Q){return xO.test(Q)&&_O.test(Q)}var u7=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function gO(Q){return u7.lastIndex=0,u7.test(Q)}var uO=-2147483648,hO=2147483647;function fO(Q){return Number.isInteger(Q)&&Q<=hO&&Q>=uO}function lO(Q){return Number.isInteger(Q)}function h7(){return!0}var mO=/[^\\]\\Z/;function cO(Q){if(mO.test(Q))return!1;try{return new RegExp(Q),!0}catch(X){return!1}}});var d7=N((n7)=>{Object.defineProperty(n7,"__esModule",{value:!0});n7.formatLimitDefinition=void 0;var iO=KX(),v0=v(),A1=v0.operators,JQ={formatMaximum:{okStr:"<=",ok:A1.LTE,fail:A1.GT},formatMinimum:{okStr:">=",ok:A1.GTE,fail:A1.LT},formatExclusiveMaximum:{okStr:"<",ok:A1.LT,fail:A1.GTE},formatExclusiveMinimum:{okStr:">",ok:A1.GT,fail:A1.LTE}},rO={message:({keyword:Q,schemaCode:X})=>v0.str`should be ${JQ[Q].okStr} ${X}`,params:({keyword:Q,schemaCode:X})=>v0._`{comparison: ${JQ[Q].okStr}, limit: ${X}}`};n7.formatLimitDefinition={keyword:Object.keys(JQ),type:"string",schemaType:"string",$data:!0,error:rO,code(Q){let{gen:X,data:Y,schemaCode:W,keyword:G,it:J}=Q,{opts:$,self:z}=J;if(!$.validateFormats)return;let H=new iO.KeywordCxt(J,z.RULES.all.format.definition,"format");if(H.$data)A();else K();function A(){let B=X.scopeValue("formats",{ref:z.formats,code:$.code.formats}),L=X.const("fmt",v0._`${B}[${H.schemaCode}]`);Q.fail$data((0,v0.or)(v0._`typeof ${L} != "object"`,v0._`${L} instanceof RegExp`,v0._`typeof ${L}.compare != "function"`,U(L)))}function K(){let B=H.schema,L=z.formats[B];if(!L||L===!0)return;if(typeof L!="object"||L instanceof RegExp||typeof L.compare!="function")throw Error(`"${G}": format "${B}" does not define "compare" function`);let q=X.scopeValue("formats",{key:B,ref:L,code:$.code.formats?v0._`${$.code.formats}${(0,v0.getProperty)(B)}`:void 0});Q.fail$data(U(q))}function U(B){return v0._`${B}.compare(${Y}, ${W}) ${JQ[G].fail} 0`}},dependencies:["format"]};var nO=(Q)=>{return Q.addKeyword(n7.formatLimitDefinition),Q};n7.default=nO});var s7=N((g6,a7)=>{Object.defineProperty(g6,"__esModule",{value:!0});var u1=r7(),oO=d7(),MX=v(),o7=new MX.Name("fullFormats"),tO=new MX.Name("fastFormats"),VX=(Q,X={keywords:!0})=>{if(Array.isArray(X))return t7(Q,X,u1.fullFormats,o7),Q;let[Y,W]=X.mode==="fast"?[u1.fastFormats,tO]:[u1.fullFormats,o7],G=X.formats||u1.formatNames;if(t7(Q,G,Y,W),X.keywords)(0,oO.default)(Q);return Q};VX.get=(Q,X="full")=>{let W=(X==="fast"?u1.fastFormats:u1.fullFormats)[Q];if(!W)throw Error(`Unknown format "${Q}"`);return W};function t7(Q,X,Y,W){var G,J;(G=(J=Q.opts.code).formats)!==null&&G!==void 0||(J.formats=MX._`require("ajv-formats/dist/formats").${W}`);for(let $ of X)Q.addFormat($,Y[$])}a7.exports=g6=VX;Object.defineProperty(g6,"__esModule",{value:!0});g6.default=VX});var wM=Object.freeze({status:"aborted"});function F(Q,X,Y){function W(z,H){var A;Object.defineProperty(z,"_zod",{value:z._zod??{},enumerable:!1}),(A=z._zod).traits??(A.traits=new Set),z._zod.traits.add(Q),X(z,H);for(let K in $.prototype)if(!(K in z))Object.defineProperty(z,K,{value:$.prototype[K].bind(z)});z._zod.constr=$,z._zod.def=H}let G=Y?.Parent??Object;class J extends G{}Object.defineProperty(J,"name",{value:Q});function $(z){var H;let A=Y?.Parent?new J:this;W(A,z),(H=A._zod).deferred??(H.deferred=[]);for(let K of A._zod.deferred)K();return A}return Object.defineProperty($,"init",{value:W}),Object.defineProperty($,Symbol.hasInstance,{value:(z)=>{if(Y?.Parent&&z instanceof Y.Parent)return!0;return z?._zod?.traits?.has(Q)}}),Object.defineProperty($,"name",{value:Q}),$}var bM=Symbol("zod_brand");class f0 extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}class p1 extends Error{constructor(Q){super(`Encountered unidirectional transform during encode: ${Q}`);this.name="ZodEncodeError"}}var f6={};function N0(Q){if(Q)Object.assign(f6,Q);return f6}var h={};vX(h,{unwrapMessage:()=>i1,uint8ArrayToHex:()=>s5,uint8ArrayToBase64url:()=>t5,uint8ArrayToBase64:()=>fX,stringifyPrimitive:()=>p6,shallowClone:()=>_X,safeExtend:()=>p5,required:()=>n5,randomString:()=>g5,propertyKeyTypes:()=>FQ,promiseAllObject:()=>y5,primitiveTypes:()=>yX,prefixIssues:()=>m0,pick:()=>l5,partial:()=>r5,optionalKeys:()=>qQ,omit:()=>m5,objectClone:()=>v5,numKeys:()=>u5,nullish:()=>r1,normalizeParams:()=>P,mergeDefs:()=>a0,merge:()=>i5,jsonStringifyReplacer:()=>Z1,joinValues:()=>l6,issue:()=>w1,isPlainObject:()=>s0,isObject:()=>U1,hexToUint8Array:()=>a5,getSizableOrigin:()=>uX,getParsedType:()=>h5,getLengthableOrigin:()=>d1,getEnumValues:()=>BQ,getElementAtPath:()=>_5,floatSafeRemainder:()=>DQ,finalizeIssue:()=>E0,extend:()=>c5,escapeRegex:()=>l0,esc:()=>m6,defineLazy:()=>m,createTransparentProxy:()=>f5,cloneDef:()=>x5,clone:()=>I0,cleanRegex:()=>n1,cleanEnum:()=>d5,captureStackTrace:()=>c6,cached:()=>N1,base64urlToUint8Array:()=>o5,base64ToUint8Array:()=>hX,assignProp:()=>t0,assertNotEqual:()=>S5,assertNever:()=>C5,assertIs:()=>R5,assertEqual:()=>T5,assert:()=>k5,allowsEval:()=>LQ,aborted:()=>e0,NUMBER_FORMAT_RANGES:()=>OQ,Class:()=>lX,BIGINT_FORMAT_RANGES:()=>gX});function T5(Q){return Q}function S5(Q){return Q}function R5(Q){}function C5(Q){throw Error()}function k5(Q){}function BQ(Q){let X=Object.values(Q).filter((W)=>typeof W==="number");return Object.entries(Q).filter(([W,G])=>X.indexOf(+W)===-1).map(([W,G])=>G)}function l6(Q,X="|"){return Q.map((Y)=>p6(Y)).join(X)}function Z1(Q,X){if(typeof X==="bigint")return X.toString();return X}function N1(Q){return{get value(){{let Y=Q();return Object.defineProperty(this,"value",{value:Y}),Y}throw Error("cached value already set")}}}function r1(Q){return Q===null||Q===void 0}function n1(Q){let X=Q.startsWith("^")?1:0,Y=Q.endsWith("$")?Q.length-1:Q.length;return Q.slice(X,Y)}function DQ(Q,X){let Y=(Q.toString().split(".")[1]||"").length,W=X.toString(),G=(W.split(".")[1]||"").length;if(G===0&&/\d?e-\d?/.test(W)){let H=W.match(/\d?e-(\d?)/);if(H?.[1])G=Number.parseInt(H[1])}let J=Y>G?Y:G,$=Number.parseInt(Q.toFixed(J).replace(".","")),z=Number.parseInt(X.toFixed(J).replace(".",""));return $%z/10**J}var xX=Symbol("evaluating");function m(Q,X,Y){let W=void 0;Object.defineProperty(Q,X,{get(){if(W===xX)return;if(W===void 0)W=xX,W=Y();return W},set(G){Object.defineProperty(Q,X,{value:G})},configurable:!0})}function v5(Q){return Object.create(Object.getPrototypeOf(Q),Object.getOwnPropertyDescriptors(Q))}function t0(Q,X,Y){Object.defineProperty(Q,X,{value:Y,writable:!0,enumerable:!0,configurable:!0})}function a0(...Q){let X={};for(let Y of Q){let W=Object.getOwnPropertyDescriptors(Y);Object.assign(X,W)}return Object.defineProperties({},X)}function x5(Q){return a0(Q._zod.def)}function _5(Q,X){if(!X)return Q;return X.reduce((Y,W)=>Y?.[W],Q)}function y5(Q){let X=Object.keys(Q),Y=X.map((W)=>Q[W]);return Promise.all(Y).then((W)=>{let G={};for(let J=0;J<X.length;J++)G[X[J]]=W[J];return G})}function g5(Q=10){let Y="";for(let W=0;W<Q;W++)Y+="abcdefghijklmnopqrstuvwxyz"[Math.floor(Math.random()*26)];return Y}function m6(Q){return JSON.stringify(Q)}var c6="captureStackTrace"in Error?Error.captureStackTrace:(...Q)=>{};function U1(Q){return typeof Q==="object"&&Q!==null&&!Array.isArray(Q)}var LQ=N1(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{return new Function(""),!0}catch(Q){return!1}});function s0(Q){if(U1(Q)===!1)return!1;let X=Q.constructor;if(X===void 0)return!0;let Y=X.prototype;if(U1(Y)===!1)return!1;if(Object.prototype.hasOwnProperty.call(Y,"isPrototypeOf")===!1)return!1;return!0}function _X(Q){if(s0(Q))return{...Q};if(Array.isArray(Q))return[...Q];return Q}function u5(Q){let X=0;for(let Y in Q)if(Object.prototype.hasOwnProperty.call(Q,Y))X++;return X}var h5=(Q)=>{let X=typeof Q;switch(X){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(Q)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":if(Array.isArray(Q))return"array";if(Q===null)return"null";if(Q.then&&typeof Q.then==="function"&&Q.catch&&typeof Q.catch==="function")return"promise";if(typeof Map<"u"&&Q instanceof Map)return"map";if(typeof Set<"u"&&Q instanceof Set)return"set";if(typeof Date<"u"&&Q instanceof Date)return"date";if(typeof File<"u"&&Q instanceof File)return"file";return"object";default:throw Error(`Unknown data type: ${X}`)}},FQ=new Set(["string","number","symbol"]),yX=new Set(["string","number","bigint","boolean","symbol","undefined"]);function l0(Q){return Q.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function I0(Q,X,Y){let W=new Q._zod.constr(X??Q._zod.def);if(!X||Y?.parent)W._zod.parent=Q;return W}function P(Q){let X=Q;if(!X)return{};if(typeof X==="string")return{error:()=>X};if(X?.message!==void 0){if(X?.error!==void 0)throw Error("Cannot specify both `message` and `error` params");X.error=X.message}if(delete X.message,typeof X.error==="string")return{...X,error:()=>X.error};return X}function f5(Q){let X;return new Proxy({},{get(Y,W,G){return X??(X=Q()),Reflect.get(X,W,G)},set(Y,W,G,J){return X??(X=Q()),Reflect.set(X,W,G,J)},has(Y,W){return X??(X=Q()),Reflect.has(X,W)},deleteProperty(Y,W){return X??(X=Q()),Reflect.deleteProperty(X,W)},ownKeys(Y){return X??(X=Q()),Reflect.ownKeys(X)},getOwnPropertyDescriptor(Y,W){return X??(X=Q()),Reflect.getOwnPropertyDescriptor(X,W)},defineProperty(Y,W,G){return X??(X=Q()),Reflect.defineProperty(X,W,G)}})}function p6(Q){if(typeof Q==="bigint")return Q.toString()+"n";if(typeof Q==="string")return`"${Q}"`;return`${Q}`}function qQ(Q){return Object.keys(Q).filter((X)=>{return Q[X]._zod.optin==="optional"&&Q[X]._zod.optout==="optional"})}var OQ={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-340282346638528860000000000000000000000,340282346638528860000000000000000000000],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},gX={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function l5(Q,X){let Y=Q._zod.def,W=a0(Q._zod.def,{get shape(){let G={};for(let J in X){if(!(J in Y.shape))throw Error(`Unrecognized key: "${J}"`);if(!X[J])continue;G[J]=Y.shape[J]}return t0(this,"shape",G),G},checks:[]});return I0(Q,W)}function m5(Q,X){let Y=Q._zod.def,W=a0(Q._zod.def,{get shape(){let G={...Q._zod.def.shape};for(let J in X){if(!(J in Y.shape))throw Error(`Unrecognized key: "${J}"`);if(!X[J])continue;delete G[J]}return t0(this,"shape",G),G},checks:[]});return I0(Q,W)}function c5(Q,X){if(!s0(X))throw Error("Invalid input to extend: expected a plain object");let Y=Q._zod.def.checks;if(Y&&Y.length>0)throw Error("Object schemas containing refinements cannot be extended. Use `.safeExtend()` instead.");let G=a0(Q._zod.def,{get shape(){let J={...Q._zod.def.shape,...X};return t0(this,"shape",J),J},checks:[]});return I0(Q,G)}function p5(Q,X){if(!s0(X))throw Error("Invalid input to safeExtend: expected a plain object");let Y={...Q._zod.def,get shape(){let W={...Q._zod.def.shape,...X};return t0(this,"shape",W),W},checks:Q._zod.def.checks};return I0(Q,Y)}function i5(Q,X){let Y=a0(Q._zod.def,{get shape(){let W={...Q._zod.def.shape,...X._zod.def.shape};return t0(this,"shape",W),W},get catchall(){return X._zod.def.catchall},checks:[]});return I0(Q,Y)}function r5(Q,X,Y){let W=a0(X._zod.def,{get shape(){let G=X._zod.def.shape,J={...G};if(Y)for(let $ in Y){if(!($ in G))throw Error(`Unrecognized key: "${$}"`);if(!Y[$])continue;J[$]=Q?new Q({type:"optional",innerType:G[$]}):G[$]}else for(let $ in G)J[$]=Q?new Q({type:"optional",innerType:G[$]}):G[$];return t0(this,"shape",J),J},checks:[]});return I0(X,W)}function n5(Q,X,Y){let W=a0(X._zod.def,{get shape(){let G=X._zod.def.shape,J={...G};if(Y)for(let $ in Y){if(!($ in J))throw Error(`Unrecognized key: "${$}"`);if(!Y[$])continue;J[$]=new Q({type:"nonoptional",innerType:G[$]})}else for(let $ in G)J[$]=new Q({type:"nonoptional",innerType:G[$]});return t0(this,"shape",J),J},checks:[]});return I0(X,W)}function e0(Q,X=0){if(Q.aborted===!0)return!0;for(let Y=X;Y<Q.issues.length;Y++)if(Q.issues[Y]?.continue!==!0)return!0;return!1}function m0(Q,X){return X.map((Y)=>{var W;return(W=Y).path??(W.path=[]),Y.path.unshift(Q),Y})}function i1(Q){return typeof Q==="string"?Q:Q?.message}function E0(Q,X,Y){let W={...Q,path:Q.path??[]};if(!Q.message){let G=i1(Q.inst?._zod.def?.error?.(Q))??i1(X?.error?.(Q))??i1(Y.customError?.(Q))??i1(Y.localeError?.(Q))??"Invalid input";W.message=G}if(delete W.inst,delete W.continue,!X?.reportInput)delete W.input;return W}function uX(Q){if(Q instanceof Set)return"set";if(Q instanceof Map)return"map";if(Q instanceof File)return"file";return"unknown"}function d1(Q){if(Array.isArray(Q))return"array";if(typeof Q==="string")return"string";return"unknown"}function w1(...Q){let[X,Y,W]=Q;if(typeof X==="string")return{message:X,code:"custom",input:Y,inst:W};return{...X}}function d5(Q){return Object.entries(Q).filter(([X,Y])=>{return Number.isNaN(Number.parseInt(X,10))}).map((X)=>X[1])}function hX(Q){let X=atob(Q),Y=new Uint8Array(X.length);for(let W=0;W<X.length;W++)Y[W]=X.charCodeAt(W);return Y}function fX(Q){let X="";for(let Y=0;Y<Q.length;Y++)X+=String.fromCharCode(Q[Y]);return btoa(X)}function o5(Q){let X=Q.replace(/-/g,"+").replace(/_/g,"/"),Y="=".repeat((4-X.length%4)%4);return hX(X+Y)}function t5(Q){return fX(Q).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function a5(Q){let X=Q.replace(/^0x/,"");if(X.length%2!==0)throw Error("Invalid hex string length");let Y=new Uint8Array(X.length/2);for(let W=0;W<X.length;W+=2)Y[W/2]=Number.parseInt(X.slice(W,W+2),16);return Y}function s5(Q){return Array.from(Q).map((X)=>X.toString(16).padStart(2,"0")).join("")}class lX{constructor(...Q){}}var mX=(Q,X)=>{Q.name="$ZodError",Object.defineProperty(Q,"_zod",{value:Q._zod,enumerable:!1}),Object.defineProperty(Q,"issues",{value:X,enumerable:!1}),Q.message=JSON.stringify(X,Z1,2),Object.defineProperty(Q,"toString",{value:()=>Q.message,enumerable:!1})},i6=F("$ZodError",mX),MQ=F("$ZodError",mX,{Parent:Error});function cX(Q,X=(Y)=>Y.message){let Y={},W=[];for(let G of Q.issues)if(G.path.length>0)Y[G.path[0]]=Y[G.path[0]]||[],Y[G.path[0]].push(X(G));else W.push(X(G));return{formErrors:W,fieldErrors:Y}}function pX(Q,X=(Y)=>Y.message){let Y={_errors:[]},W=(G)=>{for(let J of G.issues)if(J.code==="invalid_union"&&J.errors.length)J.errors.map(($)=>W({issues:$}));else if(J.code==="invalid_key")W({issues:J.issues});else if(J.code==="invalid_element")W({issues:J.issues});else if(J.path.length===0)Y._errors.push(X(J));else{let $=Y,z=0;while(z<J.path.length){let H=J.path[z];if(z!==J.path.length-1)$[H]=$[H]||{_errors:[]};else $[H]=$[H]||{_errors:[]},$[H]._errors.push(X(J));$=$[H],z++}}};return W(Q),Y}var r6=(Q)=>(X,Y,W,G)=>{let J=W?Object.assign(W,{async:!1}):{async:!1},$=X._zod.run({value:Y,issues:[]},J);if($ instanceof Promise)throw new f0;if($.issues.length){let z=new(G?.Err??Q)($.issues.map((H)=>E0(H,J,N0())));throw c6(z,G?.callee),z}return $.value};var n6=(Q)=>async(X,Y,W,G)=>{let J=W?Object.assign(W,{async:!0}):{async:!0},$=X._zod.run({value:Y,issues:[]},J);if($ instanceof Promise)$=await $;if($.issues.length){let z=new(G?.Err??Q)($.issues.map((H)=>E0(H,J,N0())));throw c6(z,G?.callee),z}return $.value};var o1=(Q)=>(X,Y,W)=>{let G=W?{...W,async:!1}:{async:!1},J=X._zod.run({value:Y,issues:[]},G);if(J instanceof Promise)throw new f0;return J.issues.length?{success:!1,error:new(Q??i6)(J.issues.map(($)=>E0($,G,N0())))}:{success:!0,data:J.value}},t1=o1(MQ),a1=(Q)=>async(X,Y,W)=>{let G=W?Object.assign(W,{async:!0}):{async:!0},J=X._zod.run({value:Y,issues:[]},G);if(J instanceof Promise)J=await J;return J.issues.length?{success:!1,error:new Q(J.issues.map(($)=>E0($,G,N0())))}:{success:!0,data:J.value}},d6=a1(MQ),iX=(Q)=>(X,Y,W)=>{let G=W?Object.assign(W,{direction:"backward"}):{direction:"backward"};return r6(Q)(X,Y,G)};var rX=(Q)=>(X,Y,W)=>{return r6(Q)(X,Y,W)};var nX=(Q)=>async(X,Y,W)=>{let G=W?Object.assign(W,{direction:"backward"}):{direction:"backward"};return n6(Q)(X,Y,G)};var dX=(Q)=>async(X,Y,W)=>{return n6(Q)(X,Y,W)};var oX=(Q)=>(X,Y,W)=>{let G=W?Object.assign(W,{direction:"backward"}):{direction:"backward"};return o1(Q)(X,Y,G)};var tX=(Q)=>(X,Y,W)=>{return o1(Q)(X,Y,W)};var aX=(Q)=>async(X,Y,W)=>{let G=W?Object.assign(W,{direction:"backward"}):{direction:"backward"};return a1(Q)(X,Y,G)};var sX=(Q)=>async(X,Y,W)=>{return a1(Q)(X,Y,W)};var eX=/^[cC][^\s-]{8,}$/,Q8=/^[0-9a-z]+$/,X8=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Y8=/^[0-9a-vA-V]{20}$/,W8=/^[A-Za-z0-9]{27}$/,G8=/^[a-zA-Z0-9_-]{21}$/,J8=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var $8=/^([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})$/,VQ=(Q)=>{if(!Q)return/^([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)$/;return new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${Q}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`)};var z8=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;function H8(){return new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")}var A8=/^(?:(?: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])$/,K8=/^(([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}|:))$/,U8=/^((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])$/,B8=/^(([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])$/,D8=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,ZQ=/^[A-Za-z0-9_-]*$/,L8=/^(?=.{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])?)*\.?$/;var F8=/^\+(?:[0-9]){6,14}[0-9]$/,q8="(?:(?:\\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])))",O8=new RegExp(`^${q8}$`);function M8(Q){return typeof Q.precision==="number"?Q.precision===-1?"(?:[01]\\d|2[0-3]):[0-5]\\d":Q.precision===0?"(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d":`(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{${Q.precision}}`:"(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?"}function V8(Q){return new RegExp(`^${M8(Q)}$`)}function Z8(Q){let X=M8({precision:Q.precision}),Y=["Z"];if(Q.local)Y.push("");if(Q.offset)Y.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let W=`${X}(?:${Y.join("|")})`;return new RegExp(`^${q8}T(?:${W})$`)}var N8=(Q)=>{let X=Q?`[\\s\\S]{${Q?.minimum??0},${Q?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${X}$`)};var w8=/^-?\d+$/,b8=/^-?\d+(?:\.\d+)?/,j8=/^(?:true|false)$/i,P8=/^null$/i;var I8=/^[^A-Z]*$/,E8=/^[^a-z]*$/;var W0=F("$ZodCheck",(Q,X)=>{var Y;Q._zod??(Q._zod={}),Q._zod.def=X,(Y=Q._zod).onattach??(Y.onattach=[])}),T8={number:"number",bigint:"bigint",object:"date"},NQ=F("$ZodCheckLessThan",(Q,X)=>{W0.init(Q,X);let Y=T8[typeof X.value];Q._zod.onattach.push((W)=>{let G=W._zod.bag,J=(X.inclusive?G.maximum:G.exclusiveMaximum)??Number.POSITIVE_INFINITY;if(X.value<J)if(X.inclusive)G.maximum=X.value;else G.exclusiveMaximum=X.value}),Q._zod.check=(W)=>{if(X.inclusive?W.value<=X.value:W.value<X.value)return;W.issues.push({origin:Y,code:"too_big",maximum:X.value,input:W.value,inclusive:X.inclusive,inst:Q,continue:!X.abort})}}),wQ=F("$ZodCheckGreaterThan",(Q,X)=>{W0.init(Q,X);let Y=T8[typeof X.value];Q._zod.onattach.push((W)=>{let G=W._zod.bag,J=(X.inclusive?G.minimum:G.exclusiveMinimum)??Number.NEGATIVE_INFINITY;if(X.value>J)if(X.inclusive)G.minimum=X.value;else G.exclusiveMinimum=X.value}),Q._zod.check=(W)=>{if(X.inclusive?W.value>=X.value:W.value>X.value)return;W.issues.push({origin:Y,code:"too_small",minimum:X.value,input:W.value,inclusive:X.inclusive,inst:Q,continue:!X.abort})}}),S8=F("$ZodCheckMultipleOf",(Q,X)=>{W0.init(Q,X),Q._zod.onattach.push((Y)=>{var W;(W=Y._zod.bag).multipleOf??(W.multipleOf=X.value)}),Q._zod.check=(Y)=>{if(typeof Y.value!==typeof X.value)throw Error("Cannot mix number and bigint in multiple_of check.");if(typeof Y.value==="bigint"?Y.value%X.value===BigInt(0):DQ(Y.value,X.value)===0)return;Y.issues.push({origin:typeof Y.value,code:"not_multiple_of",divisor:X.value,input:Y.value,inst:Q,continue:!X.abort})}}),R8=F("$ZodCheckNumberFormat",(Q,X)=>{W0.init(Q,X),X.format=X.format||"float64";let Y=X.format?.includes("int"),W=Y?"int":"number",[G,J]=OQ[X.format];Q._zod.onattach.push(($)=>{let z=$._zod.bag;if(z.format=X.format,z.minimum=G,z.maximum=J,Y)z.pattern=w8}),Q._zod.check=($)=>{let z=$.value;if(Y){if(!Number.isInteger(z)){$.issues.push({expected:W,format:X.format,code:"invalid_type",continue:!1,input:z,inst:Q});return}if(!Number.isSafeInteger(z)){if(z>0)$.issues.push({input:z,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:Q,origin:W,continue:!X.abort});else $.issues.push({input:z,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:Q,origin:W,continue:!X.abort});return}}if(z<G)$.issues.push({origin:"number",input:z,code:"too_small",minimum:G,inclusive:!0,inst:Q,continue:!X.abort});if(z>J)$.issues.push({origin:"number",input:z,code:"too_big",maximum:J,inst:Q})}});var C8=F("$ZodCheckMaxLength",(Q,X)=>{var Y;W0.init(Q,X),(Y=Q._zod.def).when??(Y.when=(W)=>{let G=W.value;return!r1(G)&&G.length!==void 0}),Q._zod.onattach.push((W)=>{let G=W._zod.bag.maximum??Number.POSITIVE_INFINITY;if(X.maximum<G)W._zod.bag.maximum=X.maximum}),Q._zod.check=(W)=>{let G=W.value;if(G.length<=X.maximum)return;let $=d1(G);W.issues.push({origin:$,code:"too_big",maximum:X.maximum,inclusive:!0,input:G,inst:Q,continue:!X.abort})}}),k8=F("$ZodCheckMinLength",(Q,X)=>{var Y;W0.init(Q,X),(Y=Q._zod.def).when??(Y.when=(W)=>{let G=W.value;return!r1(G)&&G.length!==void 0}),Q._zod.onattach.push((W)=>{let G=W._zod.bag.minimum??Number.NEGATIVE_INFINITY;if(X.minimum>G)W._zod.bag.minimum=X.minimum}),Q._zod.check=(W)=>{let G=W.value;if(G.length>=X.minimum)return;let $=d1(G);W.issues.push({origin:$,code:"too_small",minimum:X.minimum,inclusive:!0,input:G,inst:Q,continue:!X.abort})}}),v8=F("$ZodCheckLengthEquals",(Q,X)=>{var Y;W0.init(Q,X),(Y=Q._zod.def).when??(Y.when=(W)=>{let G=W.value;return!r1(G)&&G.length!==void 0}),Q._zod.onattach.push((W)=>{let G=W._zod.bag;G.minimum=X.length,G.maximum=X.length,G.length=X.length}),Q._zod.check=(W)=>{let G=W.value,J=G.length;if(J===X.length)return;let $=d1(G),z=J>X.length;W.issues.push({origin:$,...z?{code:"too_big",maximum:X.length}:{code:"too_small",minimum:X.length},inclusive:!0,exact:!0,input:W.value,inst:Q,continue:!X.abort})}}),s1=F("$ZodCheckStringFormat",(Q,X)=>{var Y,W;if(W0.init(Q,X),Q._zod.onattach.push((G)=>{let J=G._zod.bag;if(J.format=X.format,X.pattern)J.patterns??(J.patterns=new Set),J.patterns.add(X.pattern)}),X.pattern)(Y=Q._zod).check??(Y.check=(G)=>{if(X.pattern.lastIndex=0,X.pattern.test(G.value))return;G.issues.push({origin:"string",code:"invalid_format",format:X.format,input:G.value,...X.pattern?{pattern:X.pattern.toString()}:{},inst:Q,continue:!X.abort})});else(W=Q._zod).check??(W.check=()=>{})}),x8=F("$ZodCheckRegex",(Q,X)=>{s1.init(Q,X),Q._zod.check=(Y)=>{if(X.pattern.lastIndex=0,X.pattern.test(Y.value))return;Y.issues.push({origin:"string",code:"invalid_format",format:"regex",input:Y.value,pattern:X.pattern.toString(),inst:Q,continue:!X.abort})}}),_8=F("$ZodCheckLowerCase",(Q,X)=>{X.pattern??(X.pattern=I8),s1.init(Q,X)}),y8=F("$ZodCheckUpperCase",(Q,X)=>{X.pattern??(X.pattern=E8),s1.init(Q,X)}),g8=F("$ZodCheckIncludes",(Q,X)=>{W0.init(Q,X);let Y=l0(X.includes),W=new RegExp(typeof X.position==="number"?`^.{${X.position}}${Y}`:Y);X.pattern=W,Q._zod.onattach.push((G)=>{let J=G._zod.bag;J.patterns??(J.patterns=new Set),J.patterns.add(W)}),Q._zod.check=(G)=>{if(G.value.includes(X.includes,X.position))return;G.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:X.includes,input:G.value,inst:Q,continue:!X.abort})}}),u8=F("$ZodCheckStartsWith",(Q,X)=>{W0.init(Q,X);let Y=new RegExp(`^${l0(X.prefix)}.*`);X.pattern??(X.pattern=Y),Q._zod.onattach.push((W)=>{let G=W._zod.bag;G.patterns??(G.patterns=new Set),G.patterns.add(Y)}),Q._zod.check=(W)=>{if(W.value.startsWith(X.prefix))return;W.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:X.prefix,input:W.value,inst:Q,continue:!X.abort})}}),h8=F("$ZodCheckEndsWith",(Q,X)=>{W0.init(Q,X);let Y=new RegExp(`.*${l0(X.suffix)}$`);X.pattern??(X.pattern=Y),Q._zod.onattach.push((W)=>{let G=W._zod.bag;G.patterns??(G.patterns=new Set),G.patterns.add(Y)}),Q._zod.check=(W)=>{if(W.value.endsWith(X.suffix))return;W.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:X.suffix,input:W.value,inst:Q,continue:!X.abort})}});var f8=F("$ZodCheckOverwrite",(Q,X)=>{W0.init(Q,X),Q._zod.check=(Y)=>{Y.value=X.tx(Y.value)}});class bQ{constructor(Q=[]){if(this.content=[],this.indent=0,this)this.args=Q}indented(Q){this.indent+=1,Q(this),this.indent-=1}write(Q){if(typeof Q==="function"){Q(this,{execution:"sync"}),Q(this,{execution:"async"});return}let Y=Q.split(`
9
+ deps: ${Y}}`};var Gq={keyword:"dependencies",type:"object",schemaType:"object",error:fz.error,code(Q){let[X,Y]=Jq(Q);uz(Q,X),hz(Q,Y)}};function Jq({schema:Q}){let X={},Y={};for(let W in Q){if(W==="__proto__")continue;let G=Array.isArray(Q[W])?X:Y;G[W]=Q[W]}return[X,Y]}function uz(Q,X=Q.schema){let{gen:Y,data:W,it:G}=Q;if(Object.keys(X).length===0)return;let J=Y.let("missing");for(let $ in X){let z=X[$];if(z.length===0)continue;let H=(0,_6.propertyInData)(Y,W,$,G.opts.ownProperties);if(Q.setParams({property:$,depsCount:z.length,deps:z.join(", ")}),G.allErrors)Y.if(H,()=>{for(let A of z)(0,_6.checkReportMissingProp)(Q,A)});else Y.if($X._`${H} && (${(0,_6.checkMissingProp)(Q,z,J)})`),(0,_6.reportMissingProp)(Q,J),Y.else()}}fz.validatePropertyDeps=uz;function hz(Q,X=Q.schema){let{gen:Y,data:W,keyword:G,it:J}=Q,$=Y.name("valid");for(let z in X){if((0,Wq.alwaysValidSchema)(J,X[z]))continue;Y.if((0,_6.propertyInData)(Y,W,z,J.opts.ownProperties),()=>{let H=Q.subschema({keyword:G,schemaProp:z},$);Q.mergeValidEvaluated(H,$)},()=>Y.var($,!0)),Q.ok($)}}fz.validateSchemaDeps=hz;fz.default=Gq});var rz=N((iz)=>{Object.defineProperty(iz,"__esModule",{value:!0});var pz=v(),Hq=f(),Aq={message:"property name must be valid",params:({params:Q})=>pz._`{propertyName: ${Q.propertyName}}`},Kq={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:Aq,code(Q){let{gen:X,schema:Y,data:W,it:G}=Q;if((0,Hq.alwaysValidSchema)(G,Y))return;let J=X.name("valid");X.forIn("key",W,($)=>{Q.setParams({propertyName:$}),Q.subschema({keyword:"propertyNames",data:$,dataTypes:["string"],propertyName:$,compositeRule:!0},J),X.if((0,pz.not)(J),()=>{if(Q.error(!0),!G.allErrors)X.break()})}),Q.ok(J)}};iz.default=Kq});var zX=N((nz)=>{Object.defineProperty(nz,"__esModule",{value:!0});var e4=j0(),k0=v(),Bq=i0(),QQ=f(),Dq={message:"must NOT have additional properties",params:({params:Q})=>k0._`{additionalProperty: ${Q.additionalProperty}}`},Lq={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:Dq,code(Q){let{gen:X,schema:Y,parentSchema:W,data:G,errsCount:J,it:$}=Q;if(!J)throw Error("ajv implementation error");let{allErrors:z,opts:H}=$;if($.props=!0,H.removeAdditional!=="all"&&(0,QQ.alwaysValidSchema)($,Y))return;let A=(0,e4.allSchemaProperties)(W.properties),K=(0,e4.allSchemaProperties)(W.patternProperties);U(),Q.ok(k0._`${J} === ${Bq.default.errors}`);function U(){X.forIn("key",G,(V)=>{if(!A.length&&!K.length)q(V);else X.if(B(V),()=>q(V))})}function B(V){let M;if(A.length>8){let T=(0,QQ.schemaRefOrVal)($,W.properties,"properties");M=(0,e4.isOwnProperty)(X,T,V)}else if(A.length)M=(0,k0.or)(...A.map((T)=>k0._`${V} === ${T}`));else M=k0.nil;if(K.length)M=(0,k0.or)(M,...K.map((T)=>k0._`${(0,e4.usePattern)(Q,T)}.test(${V})`));return(0,k0.not)(M)}function L(V){X.code(k0._`delete ${G}[${V}]`)}function q(V){if(H.removeAdditional==="all"||H.removeAdditional&&Y===!1){L(V);return}if(Y===!1){if(Q.setParams({additionalProperty:V}),Q.error(),!z)X.break();return}if(typeof Y=="object"&&!(0,QQ.alwaysValidSchema)($,Y)){let M=X.name("valid");if(H.removeAdditional==="failing")O(V,M,!1),X.if((0,k0.not)(M),()=>{Q.reset(),L(V)});else if(O(V,M),!z)X.if((0,k0.not)(M),()=>X.break())}}function O(V,M,T){let I={keyword:"additionalProperties",dataProp:V,dataPropType:QQ.Type.Str};if(T===!1)Object.assign(I,{compositeRule:!0,createErrors:!1,allErrors:!1});Q.subschema(I,M)}}};nz.default=Lq});var az=N((tz)=>{Object.defineProperty(tz,"__esModule",{value:!0});var qq=b6(),dz=j0(),HX=f(),oz=zX(),Oq={keyword:"properties",type:"object",schemaType:"object",code(Q){let{gen:X,schema:Y,parentSchema:W,data:G,it:J}=Q;if(J.opts.removeAdditional==="all"&&W.additionalProperties===void 0)oz.default.code(new qq.KeywordCxt(J,oz.default,"additionalProperties"));let $=(0,dz.allSchemaProperties)(Y);for(let U of $)J.definedProperties.add(U);if(J.opts.unevaluated&&$.length&&J.props!==!0)J.props=HX.mergeEvaluated.props(X,(0,HX.toHash)($),J.props);let z=$.filter((U)=>!(0,HX.alwaysValidSchema)(J,Y[U]));if(z.length===0)return;let H=X.name("valid");for(let U of z){if(A(U))K(U);else{if(X.if((0,dz.propertyInData)(X,G,U,J.opts.ownProperties)),K(U),!J.allErrors)X.else().var(H,!0);X.endIf()}Q.it.definedProperties.add(U),Q.ok(H)}function A(U){return J.opts.useDefaults&&!J.compositeRule&&Y[U].default!==void 0}function K(U){Q.subschema({keyword:"properties",schemaProp:U,dataProp:U},H)}}};tz.default=Oq});var Y7=N((X7)=>{Object.defineProperty(X7,"__esModule",{value:!0});var sz=j0(),XQ=v(),ez=f(),Q7=f(),Vq={keyword:"patternProperties",type:"object",schemaType:"object",code(Q){let{gen:X,schema:Y,data:W,parentSchema:G,it:J}=Q,{opts:$}=J,z=(0,sz.allSchemaProperties)(Y),H=z.filter((O)=>(0,ez.alwaysValidSchema)(J,Y[O]));if(z.length===0||H.length===z.length&&(!J.opts.unevaluated||J.props===!0))return;let A=$.strictSchema&&!$.allowMatchingProperties&&G.properties,K=X.name("valid");if(J.props!==!0&&!(J.props instanceof XQ.Name))J.props=(0,Q7.evaluatedPropsToName)(X,J.props);let{props:U}=J;B();function B(){for(let O of z){if(A)L(O);if(J.allErrors)q(O);else X.var(K,!0),q(O),X.if(K)}}function L(O){for(let V in A)if(new RegExp(O).test(V))(0,ez.checkStrictMode)(J,`property ${V} matches pattern ${O} (use allowMatchingProperties)`)}function q(O){X.forIn("key",W,(V)=>{X.if(XQ._`${(0,sz.usePattern)(Q,O)}.test(${V})`,()=>{let M=H.includes(O);if(!M)Q.subschema({keyword:"patternProperties",schemaProp:O,dataProp:V,dataPropType:Q7.Type.Str},K);if(J.opts.unevaluated&&U!==!0)X.assign(XQ._`${U}[${V}]`,!0);else if(!M&&!J.allErrors)X.if((0,XQ.not)(K),()=>X.break())})})}}};X7.default=Vq});var G7=N((W7)=>{Object.defineProperty(W7,"__esModule",{value:!0});var Nq=f(),wq={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(Q){let{gen:X,schema:Y,it:W}=Q;if((0,Nq.alwaysValidSchema)(W,Y)){Q.fail();return}let G=X.name("valid");Q.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},G),Q.failResult(G,()=>Q.reset(),()=>Q.error())},error:{message:"must NOT be valid"}};W7.default=wq});var $7=N((J7)=>{Object.defineProperty(J7,"__esModule",{value:!0});var jq=j0(),Pq={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:jq.validateUnion,error:{message:"must match a schema in anyOf"}};J7.default=Pq});var H7=N((z7)=>{Object.defineProperty(z7,"__esModule",{value:!0});var YQ=v(),Eq=f(),Tq={message:"must match exactly one schema in oneOf",params:({params:Q})=>YQ._`{passingSchemas: ${Q.passing}}`},Sq={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:Tq,code(Q){let{gen:X,schema:Y,parentSchema:W,it:G}=Q;if(!Array.isArray(Y))throw Error("ajv implementation error");if(G.opts.discriminator&&W.discriminator)return;let J=Y,$=X.let("valid",!1),z=X.let("passing",null),H=X.name("_valid");Q.setParams({passing:z}),X.block(A),Q.result($,()=>Q.reset(),()=>Q.error(!0));function A(){J.forEach((K,U)=>{let B;if((0,Eq.alwaysValidSchema)(G,K))X.var(H,!0);else B=Q.subschema({keyword:"oneOf",schemaProp:U,compositeRule:!0},H);if(U>0)X.if(YQ._`${H} && ${$}`).assign($,!1).assign(z,YQ._`[${z}, ${U}]`).else();X.if(H,()=>{if(X.assign($,!0),X.assign(z,U),B)Q.mergeEvaluated(B,YQ.Name)})})}}};z7.default=Sq});var K7=N((A7)=>{Object.defineProperty(A7,"__esModule",{value:!0});var Cq=f(),kq={keyword:"allOf",schemaType:"array",code(Q){let{gen:X,schema:Y,it:W}=Q;if(!Array.isArray(Y))throw Error("ajv implementation error");let G=X.name("valid");Y.forEach((J,$)=>{if((0,Cq.alwaysValidSchema)(W,J))return;let z=Q.subschema({keyword:"allOf",schemaProp:$},G);Q.ok(G),Q.mergeEvaluated(z)})}};A7.default=kq});var L7=N((D7)=>{Object.defineProperty(D7,"__esModule",{value:!0});var WQ=v(),B7=f(),xq={message:({params:Q})=>WQ.str`must match "${Q.ifClause}" schema`,params:({params:Q})=>WQ._`{failingKeyword: ${Q.ifClause}}`},_q={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:xq,code(Q){let{gen:X,parentSchema:Y,it:W}=Q;if(Y.then===void 0&&Y.else===void 0)(0,B7.checkStrictMode)(W,'"if" without "then" and "else" is ignored');let G=U7(W,"then"),J=U7(W,"else");if(!G&&!J)return;let $=X.let("valid",!0),z=X.name("_valid");if(H(),Q.reset(),G&&J){let K=X.let("ifClause");Q.setParams({ifClause:K}),X.if(z,A("then",K),A("else",K))}else if(G)X.if(z,A("then"));else X.if((0,WQ.not)(z),A("else"));Q.pass($,()=>Q.error(!0));function H(){let K=Q.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},z);Q.mergeEvaluated(K)}function A(K,U){return()=>{let B=Q.subschema({keyword:K},z);if(X.assign($,z),Q.mergeValidEvaluated(B,$),U)X.assign(U,WQ._`${K}`);else Q.setParams({ifClause:K})}}}};function U7(Q,X){let Y=Q.schema[X];return Y!==void 0&&!(0,B7.alwaysValidSchema)(Q,Y)}D7.default=_q});var q7=N((F7)=>{Object.defineProperty(F7,"__esModule",{value:!0});var gq=f(),uq={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:Q,parentSchema:X,it:Y}){if(X.if===void 0)(0,gq.checkStrictMode)(Y,`"${Q}" without "if" is ignored`)}};F7.default=uq});var M7=N((O7)=>{Object.defineProperty(O7,"__esModule",{value:!0});var fq=GX(),lq=kz(),mq=JX(),cq=_z(),pq=gz(),iq=cz(),rq=rz(),nq=zX(),dq=az(),oq=Y7(),tq=G7(),aq=$7(),sq=H7(),eq=K7(),QO=L7(),XO=q7();function YO(Q=!1){let X=[tq.default,aq.default,sq.default,eq.default,QO.default,XO.default,rq.default,nq.default,iq.default,dq.default,oq.default];if(Q)X.push(lq.default,cq.default);else X.push(fq.default,mq.default);return X.push(pq.default),X}O7.default=YO});var Z7=N((V7)=>{Object.defineProperty(V7,"__esModule",{value:!0});var e=v(),GO={message:({schemaCode:Q})=>e.str`must match format "${Q}"`,params:({schemaCode:Q})=>e._`{format: ${Q}}`},JO={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:GO,code(Q,X){let{gen:Y,data:W,$data:G,schema:J,schemaCode:$,it:z}=Q,{opts:H,errSchemaPath:A,schemaEnv:K,self:U}=z;if(!H.validateFormats)return;if(G)B();else L();function B(){let q=Y.scopeValue("formats",{ref:U.formats,code:H.code.formats}),O=Y.const("fDef",e._`${q}[${$}]`),V=Y.let("fType"),M=Y.let("format");Y.if(e._`typeof ${O} == "object" && !(${O} instanceof RegExp)`,()=>Y.assign(V,e._`${O}.type || "string"`).assign(M,e._`${O}.validate`),()=>Y.assign(V,e._`"string"`).assign(M,O)),Q.fail$data((0,e.or)(T(),I()));function T(){if(H.strictSchema===!1)return e.nil;return e._`${$} && !${M}`}function I(){let x=K.$async?e._`(${O}.async ? await ${M}(${W}) : ${M}(${W}))`:e._`${M}(${W})`,E=e._`(typeof ${M} == "function" ? ${x} : ${M}.test(${W}))`;return e._`${M} && ${M} !== true && ${V} === ${X} && !${E}`}}function L(){let q=U.formats[J];if(!q){T();return}if(q===!0)return;let[O,V,M]=I(q);if(O===X)Q.pass(x());function T(){if(H.strictSchema===!1){U.logger.warn(E());return}throw Error(E());function E(){return`unknown format "${J}" ignored in schema at path "${A}"`}}function I(E){let x0=E instanceof RegExp?(0,e.regexpCode)(E):H.code.formats?e._`${H.code.formats}${(0,e.getProperty)(J)}`:void 0,h0=Y.scopeValue("formats",{key:J,ref:E,code:x0});if(typeof E=="object"&&!(E instanceof RegExp))return[E.type||"string",E.validate,e._`${h0}.validate`];return["string",E,h0]}function x(){if(typeof q=="object"&&!(q instanceof RegExp)&&q.async){if(!K.$async)throw Error("async format in sync schema");return e._`await ${M}(${W})`}return typeof V=="function"?e._`${M}(${W})`:e._`${M}.test(${W})`}}}};V7.default=JO});var w7=N((N7)=>{Object.defineProperty(N7,"__esModule",{value:!0});var zO=Z7(),HO=[zO.default];N7.default=HO});var P7=N((b7)=>{Object.defineProperty(b7,"__esModule",{value:!0});b7.contentVocabulary=b7.metadataVocabulary=void 0;b7.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];b7.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var T7=N((E7)=>{Object.defineProperty(E7,"__esModule",{value:!0});var UO=t$(),BO=bz(),DO=M7(),LO=w7(),I7=P7(),FO=[UO.default,BO.default,(0,DO.default)(),LO.default,I7.metadataVocabulary,I7.contentVocabulary];E7.default=FO});var k7=N((R7)=>{Object.defineProperty(R7,"__esModule",{value:!0});R7.DiscrError=void 0;var S7;(function(Q){Q.Tag="tag",Q.Mapping="mapping"})(S7||(R7.DiscrError=S7={}))});var _7=N((x7)=>{Object.defineProperty(x7,"__esModule",{value:!0});var y1=v(),AX=k7(),v7=u4(),OO=j6(),MO=f(),VO={message:({params:{discrError:Q,tagName:X}})=>Q===AX.DiscrError.Tag?`tag "${X}" must be string`:`value of tag "${X}" must be in oneOf`,params:({params:{discrError:Q,tag:X,tagName:Y}})=>y1._`{error: ${Q}, tag: ${Y}, tagValue: ${X}}`},ZO={keyword:"discriminator",type:"object",schemaType:"object",error:VO,code(Q){let{gen:X,data:Y,schema:W,parentSchema:G,it:J}=Q,{oneOf:$}=G;if(!J.opts.discriminator)throw Error("discriminator: requires discriminator option");let z=W.propertyName;if(typeof z!="string")throw Error("discriminator: requires propertyName");if(W.mapping)throw Error("discriminator: mapping is not supported");if(!$)throw Error("discriminator: requires oneOf keyword");let H=X.let("valid",!1),A=X.const("tag",y1._`${Y}${(0,y1.getProperty)(z)}`);X.if(y1._`typeof ${A} == "string"`,()=>K(),()=>Q.error(!1,{discrError:AX.DiscrError.Tag,tag:A,tagName:z})),Q.ok(H);function K(){let L=B();X.if(!1);for(let q in L)X.elseIf(y1._`${A} === ${q}`),X.assign(H,U(L[q]));X.else(),Q.error(!1,{discrError:AX.DiscrError.Mapping,tag:A,tagName:z}),X.endIf()}function U(L){let q=X.name("valid"),O=Q.subschema({keyword:"oneOf",schemaProp:L},q);return Q.mergeEvaluated(O,y1.Name),q}function B(){var L;let q={},O=M(G),V=!0;for(let x=0;x<$.length;x++){let E=$[x];if((E===null||E===void 0?void 0:E.$ref)&&!(0,MO.schemaHasRulesButRef)(E,J.self.RULES)){let h0=E.$ref;if(E=v7.resolveRef.call(J.self,J.schemaEnv.root,J.baseId,h0),E instanceof v7.SchemaEnv)E=E.schema;if(E===void 0)throw new OO.default(J.opts.uriResolver,J.baseId,h0)}let x0=(L=E===null||E===void 0?void 0:E.properties)===null||L===void 0?void 0:L[z];if(typeof x0!="object")throw Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${z}"`);V=V&&(O||M(E)),T(x0,x)}if(!V)throw Error(`discriminator: "${z}" must be required`);return q;function M({required:x}){return Array.isArray(x)&&x.includes(z)}function T(x,E){if(x.const)I(x.const,E);else if(x.enum)for(let x0 of x.enum)I(x0,E);else throw Error(`discriminator: "properties/${z}" must have "const" or "enum"`)}function I(x,E){if(typeof x!="string"||x in q)throw Error(`discriminator: "${z}" values must be unique strings`);q[x]=E}}}};x7.default=ZO});var y7=N((yP,wO)=>{wO.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 UX=N((O0,KX)=>{Object.defineProperty(O0,"__esModule",{value:!0});O0.MissingRefError=O0.ValidationError=O0.CodeGen=O0.Name=O0.nil=O0.stringify=O0.str=O0._=O0.KeywordCxt=O0.Ajv=void 0;var bO=f$(),jO=T7(),PO=_7(),g7=y7(),IO=["/properties"],GQ="http://json-schema.org/draft-07/schema";class y6 extends bO.default{_addVocabularies(){if(super._addVocabularies(),jO.default.forEach((Q)=>this.addVocabulary(Q)),this.opts.discriminator)this.addKeyword(PO.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let Q=this.opts.$data?this.$dataMetaSchema(g7,IO):g7;this.addMetaSchema(Q,GQ,!1),this.refs["http://json-schema.org/schema"]=GQ}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(GQ)?GQ:void 0)}}O0.Ajv=y6;KX.exports=O0=y6;KX.exports.Ajv=y6;Object.defineProperty(O0,"__esModule",{value:!0});O0.default=y6;var EO=b6();Object.defineProperty(O0,"KeywordCxt",{enumerable:!0,get:function(){return EO.KeywordCxt}});var g1=v();Object.defineProperty(O0,"_",{enumerable:!0,get:function(){return g1._}});Object.defineProperty(O0,"str",{enumerable:!0,get:function(){return g1.str}});Object.defineProperty(O0,"stringify",{enumerable:!0,get:function(){return g1.stringify}});Object.defineProperty(O0,"nil",{enumerable:!0,get:function(){return g1.nil}});Object.defineProperty(O0,"Name",{enumerable:!0,get:function(){return g1.Name}});Object.defineProperty(O0,"CodeGen",{enumerable:!0,get:function(){return g1.CodeGen}});var TO=y4();Object.defineProperty(O0,"ValidationError",{enumerable:!0,get:function(){return TO.default}});var SO=j6();Object.defineProperty(O0,"MissingRefError",{enumerable:!0,get:function(){return SO.default}})});var n7=N((i7)=>{Object.defineProperty(i7,"__esModule",{value:!0});i7.formatNames=i7.fastFormats=i7.fullFormats=void 0;function g0(Q,X){return{validate:Q,compare:X}}i7.fullFormats={date:g0(l7,FX),time:g0(DX(!0),qX),"date-time":g0(u7(!0),c7),"iso-time":g0(DX(),m7),"iso-date-time":g0(u7(),p7),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:gO,"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:pO,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:uO,int32:{type:"number",validate:lO},int64:{type:"number",validate:mO},float:{type:"number",validate:f7},double:{type:"number",validate:f7},password:!0,binary:!0};i7.fastFormats={...i7.fullFormats,date:g0(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,FX),time:g0(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,qX),"date-time":g0(/^\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,c7),"iso-time":g0(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,m7),"iso-date-time":g0(/^\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,p7),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};i7.formatNames=Object.keys(i7.fullFormats);function kO(Q){return Q%4===0&&(Q%100!==0||Q%400===0)}var vO=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,xO=[0,31,28,31,30,31,30,31,31,30,31,30,31];function l7(Q){let X=vO.exec(Q);if(!X)return!1;let Y=+X[1],W=+X[2],G=+X[3];return W>=1&&W<=12&&G>=1&&G<=(W===2&&kO(Y)?29:xO[W])}function FX(Q,X){if(!(Q&&X))return;if(Q>X)return 1;if(Q<X)return-1;return 0}var BX=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function DX(Q){return function(Y){let W=BX.exec(Y);if(!W)return!1;let G=+W[1],J=+W[2],$=+W[3],z=W[4],H=W[5]==="-"?-1:1,A=+(W[6]||0),K=+(W[7]||0);if(A>23||K>59||Q&&!z)return!1;if(G<=23&&J<=59&&$<60)return!0;let U=J-K*H,B=G-A*H-(U<0?1:0);return(B===23||B===-1)&&(U===59||U===-1)&&$<61}}function qX(Q,X){if(!(Q&&X))return;let Y=new Date("2020-01-01T"+Q).valueOf(),W=new Date("2020-01-01T"+X).valueOf();if(!(Y&&W))return;return Y-W}function m7(Q,X){if(!(Q&&X))return;let Y=BX.exec(Q),W=BX.exec(X);if(!(Y&&W))return;if(Q=Y[1]+Y[2]+Y[3],X=W[1]+W[2]+W[3],Q>X)return 1;if(Q<X)return-1;return 0}var LX=/t|\s/i;function u7(Q){let X=DX(Q);return function(W){let G=W.split(LX);return G.length===2&&l7(G[0])&&X(G[1])}}function c7(Q,X){if(!(Q&&X))return;let Y=new Date(Q).valueOf(),W=new Date(X).valueOf();if(!(Y&&W))return;return Y-W}function p7(Q,X){if(!(Q&&X))return;let[Y,W]=Q.split(LX),[G,J]=X.split(LX),$=FX(Y,G);if($===void 0)return;return $||qX(W,J)}var _O=/\/|:/,yO=/^(?:[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 gO(Q){return _O.test(Q)&&yO.test(Q)}var h7=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function uO(Q){return h7.lastIndex=0,h7.test(Q)}var hO=-2147483648,fO=2147483647;function lO(Q){return Number.isInteger(Q)&&Q<=fO&&Q>=hO}function mO(Q){return Number.isInteger(Q)}function f7(){return!0}var cO=/[^\\]\\Z/;function pO(Q){if(cO.test(Q))return!1;try{return new RegExp(Q),!0}catch(X){return!1}}});var o7=N((d7)=>{Object.defineProperty(d7,"__esModule",{value:!0});d7.formatLimitDefinition=void 0;var rO=UX(),v0=v(),A1=v0.operators,JQ={formatMaximum:{okStr:"<=",ok:A1.LTE,fail:A1.GT},formatMinimum:{okStr:">=",ok:A1.GTE,fail:A1.LT},formatExclusiveMaximum:{okStr:"<",ok:A1.LT,fail:A1.GTE},formatExclusiveMinimum:{okStr:">",ok:A1.GT,fail:A1.LTE}},nO={message:({keyword:Q,schemaCode:X})=>v0.str`should be ${JQ[Q].okStr} ${X}`,params:({keyword:Q,schemaCode:X})=>v0._`{comparison: ${JQ[Q].okStr}, limit: ${X}}`};d7.formatLimitDefinition={keyword:Object.keys(JQ),type:"string",schemaType:"string",$data:!0,error:nO,code(Q){let{gen:X,data:Y,schemaCode:W,keyword:G,it:J}=Q,{opts:$,self:z}=J;if(!$.validateFormats)return;let H=new rO.KeywordCxt(J,z.RULES.all.format.definition,"format");if(H.$data)A();else K();function A(){let B=X.scopeValue("formats",{ref:z.formats,code:$.code.formats}),L=X.const("fmt",v0._`${B}[${H.schemaCode}]`);Q.fail$data((0,v0.or)(v0._`typeof ${L} != "object"`,v0._`${L} instanceof RegExp`,v0._`typeof ${L}.compare != "function"`,U(L)))}function K(){let B=H.schema,L=z.formats[B];if(!L||L===!0)return;if(typeof L!="object"||L instanceof RegExp||typeof L.compare!="function")throw Error(`"${G}": format "${B}" does not define "compare" function`);let q=X.scopeValue("formats",{key:B,ref:L,code:$.code.formats?v0._`${$.code.formats}${(0,v0.getProperty)(B)}`:void 0});Q.fail$data(U(q))}function U(B){return v0._`${B}.compare(${Y}, ${W}) ${JQ[G].fail} 0`}},dependencies:["format"]};var dO=(Q)=>{return Q.addKeyword(d7.formatLimitDefinition),Q};d7.default=dO});var e7=N((g6,s7)=>{Object.defineProperty(g6,"__esModule",{value:!0});var u1=n7(),tO=o7(),VX=v(),t7=new VX.Name("fullFormats"),aO=new VX.Name("fastFormats"),ZX=(Q,X={keywords:!0})=>{if(Array.isArray(X))return a7(Q,X,u1.fullFormats,t7),Q;let[Y,W]=X.mode==="fast"?[u1.fastFormats,aO]:[u1.fullFormats,t7],G=X.formats||u1.formatNames;if(a7(Q,G,Y,W),X.keywords)(0,tO.default)(Q);return Q};ZX.get=(Q,X="full")=>{let W=(X==="fast"?u1.fastFormats:u1.fullFormats)[Q];if(!W)throw Error(`Unknown format "${Q}"`);return W};function a7(Q,X,Y,W){var G,J;(G=(J=Q.opts.code).formats)!==null&&G!==void 0||(J.formats=VX._`require("ajv-formats/dist/formats").${W}`);for(let $ of X)Q.addFormat($,Y[$])}s7.exports=g6=ZX;Object.defineProperty(g6,"__esModule",{value:!0});g6.default=ZX});var bM=Object.freeze({status:"aborted"});function F(Q,X,Y){function W(z,H){var A;Object.defineProperty(z,"_zod",{value:z._zod??{},enumerable:!1}),(A=z._zod).traits??(A.traits=new Set),z._zod.traits.add(Q),X(z,H);for(let K in $.prototype)if(!(K in z))Object.defineProperty(z,K,{value:$.prototype[K].bind(z)});z._zod.constr=$,z._zod.def=H}let G=Y?.Parent??Object;class J extends G{}Object.defineProperty(J,"name",{value:Q});function $(z){var H;let A=Y?.Parent?new J:this;W(A,z),(H=A._zod).deferred??(H.deferred=[]);for(let K of A._zod.deferred)K();return A}return Object.defineProperty($,"init",{value:W}),Object.defineProperty($,Symbol.hasInstance,{value:(z)=>{if(Y?.Parent&&z instanceof Y.Parent)return!0;return z?._zod?.traits?.has(Q)}}),Object.defineProperty($,"name",{value:Q}),$}var jM=Symbol("zod_brand");class f0 extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}class p1 extends Error{constructor(Q){super(`Encountered unidirectional transform during encode: ${Q}`);this.name="ZodEncodeError"}}var f6={};function N0(Q){if(Q)Object.assign(f6,Q);return f6}var h={};xX(h,{unwrapMessage:()=>i1,uint8ArrayToHex:()=>e5,uint8ArrayToBase64url:()=>a5,uint8ArrayToBase64:()=>lX,stringifyPrimitive:()=>p6,shallowClone:()=>yX,safeExtend:()=>i5,required:()=>d5,randomString:()=>u5,propertyKeyTypes:()=>qQ,promiseAllObject:()=>g5,primitiveTypes:()=>gX,prefixIssues:()=>m0,pick:()=>m5,partial:()=>n5,optionalKeys:()=>OQ,omit:()=>c5,objectClone:()=>x5,numKeys:()=>h5,nullish:()=>r1,normalizeParams:()=>P,mergeDefs:()=>a0,merge:()=>r5,jsonStringifyReplacer:()=>Z1,joinValues:()=>l6,issue:()=>w1,isPlainObject:()=>s0,isObject:()=>U1,hexToUint8Array:()=>s5,getSizableOrigin:()=>hX,getParsedType:()=>f5,getLengthableOrigin:()=>d1,getEnumValues:()=>DQ,getElementAtPath:()=>y5,floatSafeRemainder:()=>LQ,finalizeIssue:()=>E0,extend:()=>p5,escapeRegex:()=>l0,esc:()=>m6,defineLazy:()=>m,createTransparentProxy:()=>l5,cloneDef:()=>_5,clone:()=>I0,cleanRegex:()=>n1,cleanEnum:()=>o5,captureStackTrace:()=>c6,cached:()=>N1,base64urlToUint8Array:()=>t5,base64ToUint8Array:()=>fX,assignProp:()=>t0,assertNotEqual:()=>R5,assertNever:()=>k5,assertIs:()=>C5,assertEqual:()=>S5,assert:()=>v5,allowsEval:()=>FQ,aborted:()=>e0,NUMBER_FORMAT_RANGES:()=>MQ,Class:()=>mX,BIGINT_FORMAT_RANGES:()=>uX});function S5(Q){return Q}function R5(Q){return Q}function C5(Q){}function k5(Q){throw Error()}function v5(Q){}function DQ(Q){let X=Object.values(Q).filter((W)=>typeof W==="number");return Object.entries(Q).filter(([W,G])=>X.indexOf(+W)===-1).map(([W,G])=>G)}function l6(Q,X="|"){return Q.map((Y)=>p6(Y)).join(X)}function Z1(Q,X){if(typeof X==="bigint")return X.toString();return X}function N1(Q){return{get value(){{let Y=Q();return Object.defineProperty(this,"value",{value:Y}),Y}throw Error("cached value already set")}}}function r1(Q){return Q===null||Q===void 0}function n1(Q){let X=Q.startsWith("^")?1:0,Y=Q.endsWith("$")?Q.length-1:Q.length;return Q.slice(X,Y)}function LQ(Q,X){let Y=(Q.toString().split(".")[1]||"").length,W=X.toString(),G=(W.split(".")[1]||"").length;if(G===0&&/\d?e-\d?/.test(W)){let H=W.match(/\d?e-(\d?)/);if(H?.[1])G=Number.parseInt(H[1])}let J=Y>G?Y:G,$=Number.parseInt(Q.toFixed(J).replace(".","")),z=Number.parseInt(X.toFixed(J).replace(".",""));return $%z/10**J}var _X=Symbol("evaluating");function m(Q,X,Y){let W=void 0;Object.defineProperty(Q,X,{get(){if(W===_X)return;if(W===void 0)W=_X,W=Y();return W},set(G){Object.defineProperty(Q,X,{value:G})},configurable:!0})}function x5(Q){return Object.create(Object.getPrototypeOf(Q),Object.getOwnPropertyDescriptors(Q))}function t0(Q,X,Y){Object.defineProperty(Q,X,{value:Y,writable:!0,enumerable:!0,configurable:!0})}function a0(...Q){let X={};for(let Y of Q){let W=Object.getOwnPropertyDescriptors(Y);Object.assign(X,W)}return Object.defineProperties({},X)}function _5(Q){return a0(Q._zod.def)}function y5(Q,X){if(!X)return Q;return X.reduce((Y,W)=>Y?.[W],Q)}function g5(Q){let X=Object.keys(Q),Y=X.map((W)=>Q[W]);return Promise.all(Y).then((W)=>{let G={};for(let J=0;J<X.length;J++)G[X[J]]=W[J];return G})}function u5(Q=10){let Y="";for(let W=0;W<Q;W++)Y+="abcdefghijklmnopqrstuvwxyz"[Math.floor(Math.random()*26)];return Y}function m6(Q){return JSON.stringify(Q)}var c6="captureStackTrace"in Error?Error.captureStackTrace:(...Q)=>{};function U1(Q){return typeof Q==="object"&&Q!==null&&!Array.isArray(Q)}var FQ=N1(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{return new Function(""),!0}catch(Q){return!1}});function s0(Q){if(U1(Q)===!1)return!1;let X=Q.constructor;if(X===void 0)return!0;let Y=X.prototype;if(U1(Y)===!1)return!1;if(Object.prototype.hasOwnProperty.call(Y,"isPrototypeOf")===!1)return!1;return!0}function yX(Q){if(s0(Q))return{...Q};if(Array.isArray(Q))return[...Q];return Q}function h5(Q){let X=0;for(let Y in Q)if(Object.prototype.hasOwnProperty.call(Q,Y))X++;return X}var f5=(Q)=>{let X=typeof Q;switch(X){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(Q)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":if(Array.isArray(Q))return"array";if(Q===null)return"null";if(Q.then&&typeof Q.then==="function"&&Q.catch&&typeof Q.catch==="function")return"promise";if(typeof Map<"u"&&Q instanceof Map)return"map";if(typeof Set<"u"&&Q instanceof Set)return"set";if(typeof Date<"u"&&Q instanceof Date)return"date";if(typeof File<"u"&&Q instanceof File)return"file";return"object";default:throw Error(`Unknown data type: ${X}`)}},qQ=new Set(["string","number","symbol"]),gX=new Set(["string","number","bigint","boolean","symbol","undefined"]);function l0(Q){return Q.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function I0(Q,X,Y){let W=new Q._zod.constr(X??Q._zod.def);if(!X||Y?.parent)W._zod.parent=Q;return W}function P(Q){let X=Q;if(!X)return{};if(typeof X==="string")return{error:()=>X};if(X?.message!==void 0){if(X?.error!==void 0)throw Error("Cannot specify both `message` and `error` params");X.error=X.message}if(delete X.message,typeof X.error==="string")return{...X,error:()=>X.error};return X}function l5(Q){let X;return new Proxy({},{get(Y,W,G){return X??(X=Q()),Reflect.get(X,W,G)},set(Y,W,G,J){return X??(X=Q()),Reflect.set(X,W,G,J)},has(Y,W){return X??(X=Q()),Reflect.has(X,W)},deleteProperty(Y,W){return X??(X=Q()),Reflect.deleteProperty(X,W)},ownKeys(Y){return X??(X=Q()),Reflect.ownKeys(X)},getOwnPropertyDescriptor(Y,W){return X??(X=Q()),Reflect.getOwnPropertyDescriptor(X,W)},defineProperty(Y,W,G){return X??(X=Q()),Reflect.defineProperty(X,W,G)}})}function p6(Q){if(typeof Q==="bigint")return Q.toString()+"n";if(typeof Q==="string")return`"${Q}"`;return`${Q}`}function OQ(Q){return Object.keys(Q).filter((X)=>{return Q[X]._zod.optin==="optional"&&Q[X]._zod.optout==="optional"})}var MQ={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-340282346638528860000000000000000000000,340282346638528860000000000000000000000],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},uX={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function m5(Q,X){let Y=Q._zod.def,W=a0(Q._zod.def,{get shape(){let G={};for(let J in X){if(!(J in Y.shape))throw Error(`Unrecognized key: "${J}"`);if(!X[J])continue;G[J]=Y.shape[J]}return t0(this,"shape",G),G},checks:[]});return I0(Q,W)}function c5(Q,X){let Y=Q._zod.def,W=a0(Q._zod.def,{get shape(){let G={...Q._zod.def.shape};for(let J in X){if(!(J in Y.shape))throw Error(`Unrecognized key: "${J}"`);if(!X[J])continue;delete G[J]}return t0(this,"shape",G),G},checks:[]});return I0(Q,W)}function p5(Q,X){if(!s0(X))throw Error("Invalid input to extend: expected a plain object");let Y=Q._zod.def.checks;if(Y&&Y.length>0)throw Error("Object schemas containing refinements cannot be extended. Use `.safeExtend()` instead.");let G=a0(Q._zod.def,{get shape(){let J={...Q._zod.def.shape,...X};return t0(this,"shape",J),J},checks:[]});return I0(Q,G)}function i5(Q,X){if(!s0(X))throw Error("Invalid input to safeExtend: expected a plain object");let Y={...Q._zod.def,get shape(){let W={...Q._zod.def.shape,...X};return t0(this,"shape",W),W},checks:Q._zod.def.checks};return I0(Q,Y)}function r5(Q,X){let Y=a0(Q._zod.def,{get shape(){let W={...Q._zod.def.shape,...X._zod.def.shape};return t0(this,"shape",W),W},get catchall(){return X._zod.def.catchall},checks:[]});return I0(Q,Y)}function n5(Q,X,Y){let W=a0(X._zod.def,{get shape(){let G=X._zod.def.shape,J={...G};if(Y)for(let $ in Y){if(!($ in G))throw Error(`Unrecognized key: "${$}"`);if(!Y[$])continue;J[$]=Q?new Q({type:"optional",innerType:G[$]}):G[$]}else for(let $ in G)J[$]=Q?new Q({type:"optional",innerType:G[$]}):G[$];return t0(this,"shape",J),J},checks:[]});return I0(X,W)}function d5(Q,X,Y){let W=a0(X._zod.def,{get shape(){let G=X._zod.def.shape,J={...G};if(Y)for(let $ in Y){if(!($ in J))throw Error(`Unrecognized key: "${$}"`);if(!Y[$])continue;J[$]=new Q({type:"nonoptional",innerType:G[$]})}else for(let $ in G)J[$]=new Q({type:"nonoptional",innerType:G[$]});return t0(this,"shape",J),J},checks:[]});return I0(X,W)}function e0(Q,X=0){if(Q.aborted===!0)return!0;for(let Y=X;Y<Q.issues.length;Y++)if(Q.issues[Y]?.continue!==!0)return!0;return!1}function m0(Q,X){return X.map((Y)=>{var W;return(W=Y).path??(W.path=[]),Y.path.unshift(Q),Y})}function i1(Q){return typeof Q==="string"?Q:Q?.message}function E0(Q,X,Y){let W={...Q,path:Q.path??[]};if(!Q.message){let G=i1(Q.inst?._zod.def?.error?.(Q))??i1(X?.error?.(Q))??i1(Y.customError?.(Q))??i1(Y.localeError?.(Q))??"Invalid input";W.message=G}if(delete W.inst,delete W.continue,!X?.reportInput)delete W.input;return W}function hX(Q){if(Q instanceof Set)return"set";if(Q instanceof Map)return"map";if(Q instanceof File)return"file";return"unknown"}function d1(Q){if(Array.isArray(Q))return"array";if(typeof Q==="string")return"string";return"unknown"}function w1(...Q){let[X,Y,W]=Q;if(typeof X==="string")return{message:X,code:"custom",input:Y,inst:W};return{...X}}function o5(Q){return Object.entries(Q).filter(([X,Y])=>{return Number.isNaN(Number.parseInt(X,10))}).map((X)=>X[1])}function fX(Q){let X=atob(Q),Y=new Uint8Array(X.length);for(let W=0;W<X.length;W++)Y[W]=X.charCodeAt(W);return Y}function lX(Q){let X="";for(let Y=0;Y<Q.length;Y++)X+=String.fromCharCode(Q[Y]);return btoa(X)}function t5(Q){let X=Q.replace(/-/g,"+").replace(/_/g,"/"),Y="=".repeat((4-X.length%4)%4);return fX(X+Y)}function a5(Q){return lX(Q).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function s5(Q){let X=Q.replace(/^0x/,"");if(X.length%2!==0)throw Error("Invalid hex string length");let Y=new Uint8Array(X.length/2);for(let W=0;W<X.length;W+=2)Y[W/2]=Number.parseInt(X.slice(W,W+2),16);return Y}function e5(Q){return Array.from(Q).map((X)=>X.toString(16).padStart(2,"0")).join("")}class mX{constructor(...Q){}}var cX=(Q,X)=>{Q.name="$ZodError",Object.defineProperty(Q,"_zod",{value:Q._zod,enumerable:!1}),Object.defineProperty(Q,"issues",{value:X,enumerable:!1}),Q.message=JSON.stringify(X,Z1,2),Object.defineProperty(Q,"toString",{value:()=>Q.message,enumerable:!1})},i6=F("$ZodError",cX),VQ=F("$ZodError",cX,{Parent:Error});function pX(Q,X=(Y)=>Y.message){let Y={},W=[];for(let G of Q.issues)if(G.path.length>0)Y[G.path[0]]=Y[G.path[0]]||[],Y[G.path[0]].push(X(G));else W.push(X(G));return{formErrors:W,fieldErrors:Y}}function iX(Q,X=(Y)=>Y.message){let Y={_errors:[]},W=(G)=>{for(let J of G.issues)if(J.code==="invalid_union"&&J.errors.length)J.errors.map(($)=>W({issues:$}));else if(J.code==="invalid_key")W({issues:J.issues});else if(J.code==="invalid_element")W({issues:J.issues});else if(J.path.length===0)Y._errors.push(X(J));else{let $=Y,z=0;while(z<J.path.length){let H=J.path[z];if(z!==J.path.length-1)$[H]=$[H]||{_errors:[]};else $[H]=$[H]||{_errors:[]},$[H]._errors.push(X(J));$=$[H],z++}}};return W(Q),Y}var r6=(Q)=>(X,Y,W,G)=>{let J=W?Object.assign(W,{async:!1}):{async:!1},$=X._zod.run({value:Y,issues:[]},J);if($ instanceof Promise)throw new f0;if($.issues.length){let z=new(G?.Err??Q)($.issues.map((H)=>E0(H,J,N0())));throw c6(z,G?.callee),z}return $.value};var n6=(Q)=>async(X,Y,W,G)=>{let J=W?Object.assign(W,{async:!0}):{async:!0},$=X._zod.run({value:Y,issues:[]},J);if($ instanceof Promise)$=await $;if($.issues.length){let z=new(G?.Err??Q)($.issues.map((H)=>E0(H,J,N0())));throw c6(z,G?.callee),z}return $.value};var o1=(Q)=>(X,Y,W)=>{let G=W?{...W,async:!1}:{async:!1},J=X._zod.run({value:Y,issues:[]},G);if(J instanceof Promise)throw new f0;return J.issues.length?{success:!1,error:new(Q??i6)(J.issues.map(($)=>E0($,G,N0())))}:{success:!0,data:J.value}},t1=o1(VQ),a1=(Q)=>async(X,Y,W)=>{let G=W?Object.assign(W,{async:!0}):{async:!0},J=X._zod.run({value:Y,issues:[]},G);if(J instanceof Promise)J=await J;return J.issues.length?{success:!1,error:new Q(J.issues.map(($)=>E0($,G,N0())))}:{success:!0,data:J.value}},d6=a1(VQ),rX=(Q)=>(X,Y,W)=>{let G=W?Object.assign(W,{direction:"backward"}):{direction:"backward"};return r6(Q)(X,Y,G)};var nX=(Q)=>(X,Y,W)=>{return r6(Q)(X,Y,W)};var dX=(Q)=>async(X,Y,W)=>{let G=W?Object.assign(W,{direction:"backward"}):{direction:"backward"};return n6(Q)(X,Y,G)};var oX=(Q)=>async(X,Y,W)=>{return n6(Q)(X,Y,W)};var tX=(Q)=>(X,Y,W)=>{let G=W?Object.assign(W,{direction:"backward"}):{direction:"backward"};return o1(Q)(X,Y,G)};var aX=(Q)=>(X,Y,W)=>{return o1(Q)(X,Y,W)};var sX=(Q)=>async(X,Y,W)=>{let G=W?Object.assign(W,{direction:"backward"}):{direction:"backward"};return a1(Q)(X,Y,G)};var eX=(Q)=>async(X,Y,W)=>{return a1(Q)(X,Y,W)};var Q8=/^[cC][^\s-]{8,}$/,X8=/^[0-9a-z]+$/,Y8=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,W8=/^[0-9a-vA-V]{20}$/,G8=/^[A-Za-z0-9]{27}$/,J8=/^[a-zA-Z0-9_-]{21}$/,$8=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var z8=/^([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})$/,ZQ=(Q)=>{if(!Q)return/^([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)$/;return new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${Q}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`)};var H8=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;function A8(){return new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")}var K8=/^(?:(?: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])$/,U8=/^(([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}|:))$/,B8=/^((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])$/,D8=/^(([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])$/,L8=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,NQ=/^[A-Za-z0-9_-]*$/,F8=/^(?=.{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])?)*\.?$/;var q8=/^\+(?:[0-9]){6,14}[0-9]$/,O8="(?:(?:\\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])))",M8=new RegExp(`^${O8}$`);function V8(Q){return typeof Q.precision==="number"?Q.precision===-1?"(?:[01]\\d|2[0-3]):[0-5]\\d":Q.precision===0?"(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d":`(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{${Q.precision}}`:"(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?"}function Z8(Q){return new RegExp(`^${V8(Q)}$`)}function N8(Q){let X=V8({precision:Q.precision}),Y=["Z"];if(Q.local)Y.push("");if(Q.offset)Y.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let W=`${X}(?:${Y.join("|")})`;return new RegExp(`^${O8}T(?:${W})$`)}var w8=(Q)=>{let X=Q?`[\\s\\S]{${Q?.minimum??0},${Q?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${X}$`)};var b8=/^-?\d+$/,j8=/^-?\d+(?:\.\d+)?/,P8=/^(?:true|false)$/i,I8=/^null$/i;var E8=/^[^A-Z]*$/,T8=/^[^a-z]*$/;var W0=F("$ZodCheck",(Q,X)=>{var Y;Q._zod??(Q._zod={}),Q._zod.def=X,(Y=Q._zod).onattach??(Y.onattach=[])}),S8={number:"number",bigint:"bigint",object:"date"},wQ=F("$ZodCheckLessThan",(Q,X)=>{W0.init(Q,X);let Y=S8[typeof X.value];Q._zod.onattach.push((W)=>{let G=W._zod.bag,J=(X.inclusive?G.maximum:G.exclusiveMaximum)??Number.POSITIVE_INFINITY;if(X.value<J)if(X.inclusive)G.maximum=X.value;else G.exclusiveMaximum=X.value}),Q._zod.check=(W)=>{if(X.inclusive?W.value<=X.value:W.value<X.value)return;W.issues.push({origin:Y,code:"too_big",maximum:X.value,input:W.value,inclusive:X.inclusive,inst:Q,continue:!X.abort})}}),bQ=F("$ZodCheckGreaterThan",(Q,X)=>{W0.init(Q,X);let Y=S8[typeof X.value];Q._zod.onattach.push((W)=>{let G=W._zod.bag,J=(X.inclusive?G.minimum:G.exclusiveMinimum)??Number.NEGATIVE_INFINITY;if(X.value>J)if(X.inclusive)G.minimum=X.value;else G.exclusiveMinimum=X.value}),Q._zod.check=(W)=>{if(X.inclusive?W.value>=X.value:W.value>X.value)return;W.issues.push({origin:Y,code:"too_small",minimum:X.value,input:W.value,inclusive:X.inclusive,inst:Q,continue:!X.abort})}}),R8=F("$ZodCheckMultipleOf",(Q,X)=>{W0.init(Q,X),Q._zod.onattach.push((Y)=>{var W;(W=Y._zod.bag).multipleOf??(W.multipleOf=X.value)}),Q._zod.check=(Y)=>{if(typeof Y.value!==typeof X.value)throw Error("Cannot mix number and bigint in multiple_of check.");if(typeof Y.value==="bigint"?Y.value%X.value===BigInt(0):LQ(Y.value,X.value)===0)return;Y.issues.push({origin:typeof Y.value,code:"not_multiple_of",divisor:X.value,input:Y.value,inst:Q,continue:!X.abort})}}),C8=F("$ZodCheckNumberFormat",(Q,X)=>{W0.init(Q,X),X.format=X.format||"float64";let Y=X.format?.includes("int"),W=Y?"int":"number",[G,J]=MQ[X.format];Q._zod.onattach.push(($)=>{let z=$._zod.bag;if(z.format=X.format,z.minimum=G,z.maximum=J,Y)z.pattern=b8}),Q._zod.check=($)=>{let z=$.value;if(Y){if(!Number.isInteger(z)){$.issues.push({expected:W,format:X.format,code:"invalid_type",continue:!1,input:z,inst:Q});return}if(!Number.isSafeInteger(z)){if(z>0)$.issues.push({input:z,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:Q,origin:W,continue:!X.abort});else $.issues.push({input:z,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:Q,origin:W,continue:!X.abort});return}}if(z<G)$.issues.push({origin:"number",input:z,code:"too_small",minimum:G,inclusive:!0,inst:Q,continue:!X.abort});if(z>J)$.issues.push({origin:"number",input:z,code:"too_big",maximum:J,inst:Q})}});var k8=F("$ZodCheckMaxLength",(Q,X)=>{var Y;W0.init(Q,X),(Y=Q._zod.def).when??(Y.when=(W)=>{let G=W.value;return!r1(G)&&G.length!==void 0}),Q._zod.onattach.push((W)=>{let G=W._zod.bag.maximum??Number.POSITIVE_INFINITY;if(X.maximum<G)W._zod.bag.maximum=X.maximum}),Q._zod.check=(W)=>{let G=W.value;if(G.length<=X.maximum)return;let $=d1(G);W.issues.push({origin:$,code:"too_big",maximum:X.maximum,inclusive:!0,input:G,inst:Q,continue:!X.abort})}}),v8=F("$ZodCheckMinLength",(Q,X)=>{var Y;W0.init(Q,X),(Y=Q._zod.def).when??(Y.when=(W)=>{let G=W.value;return!r1(G)&&G.length!==void 0}),Q._zod.onattach.push((W)=>{let G=W._zod.bag.minimum??Number.NEGATIVE_INFINITY;if(X.minimum>G)W._zod.bag.minimum=X.minimum}),Q._zod.check=(W)=>{let G=W.value;if(G.length>=X.minimum)return;let $=d1(G);W.issues.push({origin:$,code:"too_small",minimum:X.minimum,inclusive:!0,input:G,inst:Q,continue:!X.abort})}}),x8=F("$ZodCheckLengthEquals",(Q,X)=>{var Y;W0.init(Q,X),(Y=Q._zod.def).when??(Y.when=(W)=>{let G=W.value;return!r1(G)&&G.length!==void 0}),Q._zod.onattach.push((W)=>{let G=W._zod.bag;G.minimum=X.length,G.maximum=X.length,G.length=X.length}),Q._zod.check=(W)=>{let G=W.value,J=G.length;if(J===X.length)return;let $=d1(G),z=J>X.length;W.issues.push({origin:$,...z?{code:"too_big",maximum:X.length}:{code:"too_small",minimum:X.length},inclusive:!0,exact:!0,input:W.value,inst:Q,continue:!X.abort})}}),s1=F("$ZodCheckStringFormat",(Q,X)=>{var Y,W;if(W0.init(Q,X),Q._zod.onattach.push((G)=>{let J=G._zod.bag;if(J.format=X.format,X.pattern)J.patterns??(J.patterns=new Set),J.patterns.add(X.pattern)}),X.pattern)(Y=Q._zod).check??(Y.check=(G)=>{if(X.pattern.lastIndex=0,X.pattern.test(G.value))return;G.issues.push({origin:"string",code:"invalid_format",format:X.format,input:G.value,...X.pattern?{pattern:X.pattern.toString()}:{},inst:Q,continue:!X.abort})});else(W=Q._zod).check??(W.check=()=>{})}),_8=F("$ZodCheckRegex",(Q,X)=>{s1.init(Q,X),Q._zod.check=(Y)=>{if(X.pattern.lastIndex=0,X.pattern.test(Y.value))return;Y.issues.push({origin:"string",code:"invalid_format",format:"regex",input:Y.value,pattern:X.pattern.toString(),inst:Q,continue:!X.abort})}}),y8=F("$ZodCheckLowerCase",(Q,X)=>{X.pattern??(X.pattern=E8),s1.init(Q,X)}),g8=F("$ZodCheckUpperCase",(Q,X)=>{X.pattern??(X.pattern=T8),s1.init(Q,X)}),u8=F("$ZodCheckIncludes",(Q,X)=>{W0.init(Q,X);let Y=l0(X.includes),W=new RegExp(typeof X.position==="number"?`^.{${X.position}}${Y}`:Y);X.pattern=W,Q._zod.onattach.push((G)=>{let J=G._zod.bag;J.patterns??(J.patterns=new Set),J.patterns.add(W)}),Q._zod.check=(G)=>{if(G.value.includes(X.includes,X.position))return;G.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:X.includes,input:G.value,inst:Q,continue:!X.abort})}}),h8=F("$ZodCheckStartsWith",(Q,X)=>{W0.init(Q,X);let Y=new RegExp(`^${l0(X.prefix)}.*`);X.pattern??(X.pattern=Y),Q._zod.onattach.push((W)=>{let G=W._zod.bag;G.patterns??(G.patterns=new Set),G.patterns.add(Y)}),Q._zod.check=(W)=>{if(W.value.startsWith(X.prefix))return;W.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:X.prefix,input:W.value,inst:Q,continue:!X.abort})}}),f8=F("$ZodCheckEndsWith",(Q,X)=>{W0.init(Q,X);let Y=new RegExp(`.*${l0(X.suffix)}$`);X.pattern??(X.pattern=Y),Q._zod.onattach.push((W)=>{let G=W._zod.bag;G.patterns??(G.patterns=new Set),G.patterns.add(Y)}),Q._zod.check=(W)=>{if(W.value.endsWith(X.suffix))return;W.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:X.suffix,input:W.value,inst:Q,continue:!X.abort})}});var l8=F("$ZodCheckOverwrite",(Q,X)=>{W0.init(Q,X),Q._zod.check=(Y)=>{Y.value=X.tx(Y.value)}});class jQ{constructor(Q=[]){if(this.content=[],this.indent=0,this)this.args=Q}indented(Q){this.indent+=1,Q(this),this.indent-=1}write(Q){if(typeof Q==="function"){Q(this,{execution:"sync"}),Q(this,{execution:"async"});return}let Y=Q.split(`
10
10
  `).filter((J)=>J),W=Math.min(...Y.map((J)=>J.length-J.trimStart().length)),G=Y.map((J)=>J.slice(W)).map((J)=>" ".repeat(this.indent*2)+J);for(let J of G)this.content.push(J)}compile(){let Q=Function,X=this?.args,W=[...(this?.content??[""]).map((G)=>` ${G}`)];return new Q(...X,W.join(`
11
- `))}}var m8={major:4,minor:1,patch:12};var i=F("$ZodType",(Q,X)=>{var Y;Q??(Q={}),Q._zod.def=X,Q._zod.bag=Q._zod.bag||{},Q._zod.version=m8;let W=[...Q._zod.def.checks??[]];if(Q._zod.traits.has("$ZodCheck"))W.unshift(Q);for(let G of W)for(let J of G._zod.onattach)J(Q);if(W.length===0)(Y=Q._zod).deferred??(Y.deferred=[]),Q._zod.deferred?.push(()=>{Q._zod.run=Q._zod.parse});else{let G=($,z,H)=>{let A=e0($),K;for(let U of z){if(U._zod.def.when){if(!U._zod.def.when($))continue}else if(A)continue;let B=$.issues.length,L=U._zod.check($);if(L instanceof Promise&&H?.async===!1)throw new f0;if(K||L instanceof Promise)K=(K??Promise.resolve()).then(async()=>{if(await L,$.issues.length===B)return;if(!A)A=e0($,B)});else{if($.issues.length===B)continue;if(!A)A=e0($,B)}}if(K)return K.then(()=>{return $});return $},J=($,z,H)=>{if(e0($))return $.aborted=!0,$;let A=G(z,W,H);if(A instanceof Promise){if(H.async===!1)throw new f0;return A.then((K)=>Q._zod.parse(K,H))}return Q._zod.parse(A,H)};Q._zod.run=($,z)=>{if(z.skipChecks)return Q._zod.parse($,z);if(z.direction==="backward"){let A=Q._zod.parse({value:$.value,issues:[]},{...z,skipChecks:!0});if(A instanceof Promise)return A.then((K)=>{return J(K,$,z)});return J(A,$,z)}let H=Q._zod.parse($,z);if(H instanceof Promise){if(z.async===!1)throw new f0;return H.then((A)=>G(A,W,z))}return G(H,W,z)}}Q["~standard"]={validate:(G)=>{try{let J=t1(Q,G);return J.success?{value:J.data}:{issues:J.error?.issues}}catch(J){return d6(Q,G).then(($)=>$.success?{value:$.data}:{issues:$.error?.issues})}},vendor:"zod",version:1}}),s6=F("$ZodString",(Q,X)=>{i.init(Q,X),Q._zod.pattern=[...Q?._zod.bag?.patterns??[]].pop()??N8(Q._zod.bag),Q._zod.parse=(Y,W)=>{if(X.coerce)try{Y.value=String(Y.value)}catch(G){}if(typeof Y.value==="string")return Y;return Y.issues.push({expected:"string",code:"invalid_type",input:Y.value,inst:Q}),Y}}),r=F("$ZodStringFormat",(Q,X)=>{s1.init(Q,X),s6.init(Q,X)}),a8=F("$ZodGUID",(Q,X)=>{X.pattern??(X.pattern=$8),r.init(Q,X)}),s8=F("$ZodUUID",(Q,X)=>{if(X.version){let W={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[X.version];if(W===void 0)throw Error(`Invalid UUID version: "${X.version}"`);X.pattern??(X.pattern=VQ(W))}else X.pattern??(X.pattern=VQ());r.init(Q,X)}),e8=F("$ZodEmail",(Q,X)=>{X.pattern??(X.pattern=z8),r.init(Q,X)}),QY=F("$ZodURL",(Q,X)=>{r.init(Q,X),Q._zod.check=(Y)=>{try{let W=Y.value.trim(),G=new URL(W);if(X.hostname){if(X.hostname.lastIndex=0,!X.hostname.test(G.hostname))Y.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:L8.source,input:Y.value,inst:Q,continue:!X.abort})}if(X.protocol){if(X.protocol.lastIndex=0,!X.protocol.test(G.protocol.endsWith(":")?G.protocol.slice(0,-1):G.protocol))Y.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:X.protocol.source,input:Y.value,inst:Q,continue:!X.abort})}if(X.normalize)Y.value=G.href;else Y.value=W;return}catch(W){Y.issues.push({code:"invalid_format",format:"url",input:Y.value,inst:Q,continue:!X.abort})}}}),XY=F("$ZodEmoji",(Q,X)=>{X.pattern??(X.pattern=H8()),r.init(Q,X)}),YY=F("$ZodNanoID",(Q,X)=>{X.pattern??(X.pattern=G8),r.init(Q,X)}),WY=F("$ZodCUID",(Q,X)=>{X.pattern??(X.pattern=eX),r.init(Q,X)}),GY=F("$ZodCUID2",(Q,X)=>{X.pattern??(X.pattern=Q8),r.init(Q,X)}),JY=F("$ZodULID",(Q,X)=>{X.pattern??(X.pattern=X8),r.init(Q,X)}),$Y=F("$ZodXID",(Q,X)=>{X.pattern??(X.pattern=Y8),r.init(Q,X)}),zY=F("$ZodKSUID",(Q,X)=>{X.pattern??(X.pattern=W8),r.init(Q,X)}),HY=F("$ZodISODateTime",(Q,X)=>{X.pattern??(X.pattern=Z8(X)),r.init(Q,X)}),AY=F("$ZodISODate",(Q,X)=>{X.pattern??(X.pattern=O8),r.init(Q,X)}),KY=F("$ZodISOTime",(Q,X)=>{X.pattern??(X.pattern=V8(X)),r.init(Q,X)}),UY=F("$ZodISODuration",(Q,X)=>{X.pattern??(X.pattern=J8),r.init(Q,X)}),BY=F("$ZodIPv4",(Q,X)=>{X.pattern??(X.pattern=A8),r.init(Q,X),Q._zod.onattach.push((Y)=>{let W=Y._zod.bag;W.format="ipv4"})}),DY=F("$ZodIPv6",(Q,X)=>{X.pattern??(X.pattern=K8),r.init(Q,X),Q._zod.onattach.push((Y)=>{let W=Y._zod.bag;W.format="ipv6"}),Q._zod.check=(Y)=>{try{new URL(`http://[${Y.value}]`)}catch{Y.issues.push({code:"invalid_format",format:"ipv6",input:Y.value,inst:Q,continue:!X.abort})}}}),LY=F("$ZodCIDRv4",(Q,X)=>{X.pattern??(X.pattern=U8),r.init(Q,X)}),FY=F("$ZodCIDRv6",(Q,X)=>{X.pattern??(X.pattern=B8),r.init(Q,X),Q._zod.check=(Y)=>{let W=Y.value.split("/");try{if(W.length!==2)throw Error();let[G,J]=W;if(!J)throw Error();let $=Number(J);if(`${$}`!==J)throw Error();if($<0||$>128)throw Error();new URL(`http://[${G}]`)}catch{Y.issues.push({code:"invalid_format",format:"cidrv6",input:Y.value,inst:Q,continue:!X.abort})}}});function qY(Q){if(Q==="")return!0;if(Q.length%4!==0)return!1;try{return atob(Q),!0}catch{return!1}}var OY=F("$ZodBase64",(Q,X)=>{X.pattern??(X.pattern=D8),r.init(Q,X),Q._zod.onattach.push((Y)=>{Y._zod.bag.contentEncoding="base64"}),Q._zod.check=(Y)=>{if(qY(Y.value))return;Y.issues.push({code:"invalid_format",format:"base64",input:Y.value,inst:Q,continue:!X.abort})}});function YH(Q){if(!ZQ.test(Q))return!1;let X=Q.replace(/[-_]/g,(W)=>W==="-"?"+":"/"),Y=X.padEnd(Math.ceil(X.length/4)*4,"=");return qY(Y)}var MY=F("$ZodBase64URL",(Q,X)=>{X.pattern??(X.pattern=ZQ),r.init(Q,X),Q._zod.onattach.push((Y)=>{Y._zod.bag.contentEncoding="base64url"}),Q._zod.check=(Y)=>{if(YH(Y.value))return;Y.issues.push({code:"invalid_format",format:"base64url",input:Y.value,inst:Q,continue:!X.abort})}}),VY=F("$ZodE164",(Q,X)=>{X.pattern??(X.pattern=F8),r.init(Q,X)});function WH(Q,X=null){try{let Y=Q.split(".");if(Y.length!==3)return!1;let[W]=Y;if(!W)return!1;let G=JSON.parse(atob(W));if("typ"in G&&G?.typ!=="JWT")return!1;if(!G.alg)return!1;if(X&&(!("alg"in G)||G.alg!==X))return!1;return!0}catch{return!1}}var ZY=F("$ZodJWT",(Q,X)=>{r.init(Q,X),Q._zod.check=(Y)=>{if(WH(Y.value,X.alg))return;Y.issues.push({code:"invalid_format",format:"jwt",input:Y.value,inst:Q,continue:!X.abort})}});var PQ=F("$ZodNumber",(Q,X)=>{i.init(Q,X),Q._zod.pattern=Q._zod.bag.pattern??b8,Q._zod.parse=(Y,W)=>{if(X.coerce)try{Y.value=Number(Y.value)}catch($){}let G=Y.value;if(typeof G==="number"&&!Number.isNaN(G)&&Number.isFinite(G))return Y;let J=typeof G==="number"?Number.isNaN(G)?"NaN":!Number.isFinite(G)?"Infinity":void 0:void 0;return Y.issues.push({expected:"number",code:"invalid_type",input:G,inst:Q,...J?{received:J}:{}}),Y}}),NY=F("$ZodNumber",(Q,X)=>{R8.init(Q,X),PQ.init(Q,X)}),wY=F("$ZodBoolean",(Q,X)=>{i.init(Q,X),Q._zod.pattern=j8,Q._zod.parse=(Y,W)=>{if(X.coerce)try{Y.value=Boolean(Y.value)}catch(J){}let G=Y.value;if(typeof G==="boolean")return Y;return Y.issues.push({expected:"boolean",code:"invalid_type",input:G,inst:Q}),Y}});var bY=F("$ZodNull",(Q,X)=>{i.init(Q,X),Q._zod.pattern=P8,Q._zod.values=new Set([null]),Q._zod.parse=(Y,W)=>{let G=Y.value;if(G===null)return Y;return Y.issues.push({expected:"null",code:"invalid_type",input:G,inst:Q}),Y}});var jY=F("$ZodUnknown",(Q,X)=>{i.init(Q,X),Q._zod.parse=(Y)=>Y}),PY=F("$ZodNever",(Q,X)=>{i.init(Q,X),Q._zod.parse=(Y,W)=>{return Y.issues.push({expected:"never",code:"invalid_type",input:Y.value,inst:Q}),Y}});function c8(Q,X,Y){if(Q.issues.length)X.issues.push(...m0(Y,Q.issues));X.value[Y]=Q.value}var IY=F("$ZodArray",(Q,X)=>{i.init(Q,X),Q._zod.parse=(Y,W)=>{let G=Y.value;if(!Array.isArray(G))return Y.issues.push({expected:"array",code:"invalid_type",input:G,inst:Q}),Y;Y.value=Array(G.length);let J=[];for(let $=0;$<G.length;$++){let z=G[$],H=X.element._zod.run({value:z,issues:[]},W);if(H instanceof Promise)J.push(H.then((A)=>c8(A,Y,$)));else c8(H,Y,$)}if(J.length)return Promise.all(J).then(()=>Y);return Y}});function a6(Q,X,Y,W){if(Q.issues.length)X.issues.push(...m0(Y,Q.issues));if(Q.value===void 0){if(Y in W)X.value[Y]=void 0}else X.value[Y]=Q.value}function EY(Q){let X=Object.keys(Q.shape);for(let W of X)if(!Q.shape?.[W]?._zod?.traits?.has("$ZodType"))throw Error(`Invalid element at key "${W}": expected a Zod schema`);let Y=qQ(Q.shape);return{...Q,keys:X,keySet:new Set(X),numKeys:X.length,optionalKeys:new Set(Y)}}function TY(Q,X,Y,W,G,J){let $=[],z=G.keySet,H=G.catchall._zod,A=H.def.type;for(let K of Object.keys(X)){if(z.has(K))continue;if(A==="never"){$.push(K);continue}let U=H.run({value:X[K],issues:[]},W);if(U instanceof Promise)Q.push(U.then((B)=>a6(B,Y,K,X)));else a6(U,Y,K,X)}if($.length)Y.issues.push({code:"unrecognized_keys",keys:$,input:X,inst:J});if(!Q.length)return Y;return Promise.all(Q).then(()=>{return Y})}var GH=F("$ZodObject",(Q,X)=>{if(i.init(Q,X),!Object.getOwnPropertyDescriptor(X,"shape")?.get){let z=X.shape;Object.defineProperty(X,"shape",{get:()=>{let H={...z};return Object.defineProperty(X,"shape",{value:H}),H}})}let W=N1(()=>EY(X));m(Q._zod,"propValues",()=>{let z=X.shape,H={};for(let A in z){let K=z[A]._zod;if(K.values){H[A]??(H[A]=new Set);for(let U of K.values)H[A].add(U)}}return H});let G=U1,J=X.catchall,$;Q._zod.parse=(z,H)=>{$??($=W.value);let A=z.value;if(!G(A))return z.issues.push({expected:"object",code:"invalid_type",input:A,inst:Q}),z;z.value={};let K=[],U=$.shape;for(let B of $.keys){let q=U[B]._zod.run({value:A[B],issues:[]},H);if(q instanceof Promise)K.push(q.then((O)=>a6(O,z,B,A)));else a6(q,z,B,A)}if(!J)return K.length?Promise.all(K).then(()=>z):z;return TY(K,A,z,H,W.value,Q)}}),SY=F("$ZodObjectJIT",(Q,X)=>{GH.init(Q,X);let Y=Q._zod.parse,W=N1(()=>EY(X)),G=(B)=>{let L=new bQ(["shape","payload","ctx"]),q=W.value,O=(I)=>{let x=m6(I);return`shape[${x}]._zod.run({ value: input[${x}], issues: [] }, ctx)`};L.write("const input = payload.value;");let V=Object.create(null),M=0;for(let I of q.keys)V[I]=`key_${M++}`;L.write("const newResult = {};");for(let I of q.keys){let x=V[I],E=m6(I);L.write(`const ${x} = ${O(I)};`),L.write(`
11
+ `))}}var c8={major:4,minor:1,patch:12};var i=F("$ZodType",(Q,X)=>{var Y;Q??(Q={}),Q._zod.def=X,Q._zod.bag=Q._zod.bag||{},Q._zod.version=c8;let W=[...Q._zod.def.checks??[]];if(Q._zod.traits.has("$ZodCheck"))W.unshift(Q);for(let G of W)for(let J of G._zod.onattach)J(Q);if(W.length===0)(Y=Q._zod).deferred??(Y.deferred=[]),Q._zod.deferred?.push(()=>{Q._zod.run=Q._zod.parse});else{let G=($,z,H)=>{let A=e0($),K;for(let U of z){if(U._zod.def.when){if(!U._zod.def.when($))continue}else if(A)continue;let B=$.issues.length,L=U._zod.check($);if(L instanceof Promise&&H?.async===!1)throw new f0;if(K||L instanceof Promise)K=(K??Promise.resolve()).then(async()=>{if(await L,$.issues.length===B)return;if(!A)A=e0($,B)});else{if($.issues.length===B)continue;if(!A)A=e0($,B)}}if(K)return K.then(()=>{return $});return $},J=($,z,H)=>{if(e0($))return $.aborted=!0,$;let A=G(z,W,H);if(A instanceof Promise){if(H.async===!1)throw new f0;return A.then((K)=>Q._zod.parse(K,H))}return Q._zod.parse(A,H)};Q._zod.run=($,z)=>{if(z.skipChecks)return Q._zod.parse($,z);if(z.direction==="backward"){let A=Q._zod.parse({value:$.value,issues:[]},{...z,skipChecks:!0});if(A instanceof Promise)return A.then((K)=>{return J(K,$,z)});return J(A,$,z)}let H=Q._zod.parse($,z);if(H instanceof Promise){if(z.async===!1)throw new f0;return H.then((A)=>G(A,W,z))}return G(H,W,z)}}Q["~standard"]={validate:(G)=>{try{let J=t1(Q,G);return J.success?{value:J.data}:{issues:J.error?.issues}}catch(J){return d6(Q,G).then(($)=>$.success?{value:$.data}:{issues:$.error?.issues})}},vendor:"zod",version:1}}),s6=F("$ZodString",(Q,X)=>{i.init(Q,X),Q._zod.pattern=[...Q?._zod.bag?.patterns??[]].pop()??w8(Q._zod.bag),Q._zod.parse=(Y,W)=>{if(X.coerce)try{Y.value=String(Y.value)}catch(G){}if(typeof Y.value==="string")return Y;return Y.issues.push({expected:"string",code:"invalid_type",input:Y.value,inst:Q}),Y}}),r=F("$ZodStringFormat",(Q,X)=>{s1.init(Q,X),s6.init(Q,X)}),s8=F("$ZodGUID",(Q,X)=>{X.pattern??(X.pattern=z8),r.init(Q,X)}),e8=F("$ZodUUID",(Q,X)=>{if(X.version){let W={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[X.version];if(W===void 0)throw Error(`Invalid UUID version: "${X.version}"`);X.pattern??(X.pattern=ZQ(W))}else X.pattern??(X.pattern=ZQ());r.init(Q,X)}),QY=F("$ZodEmail",(Q,X)=>{X.pattern??(X.pattern=H8),r.init(Q,X)}),XY=F("$ZodURL",(Q,X)=>{r.init(Q,X),Q._zod.check=(Y)=>{try{let W=Y.value.trim(),G=new URL(W);if(X.hostname){if(X.hostname.lastIndex=0,!X.hostname.test(G.hostname))Y.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:F8.source,input:Y.value,inst:Q,continue:!X.abort})}if(X.protocol){if(X.protocol.lastIndex=0,!X.protocol.test(G.protocol.endsWith(":")?G.protocol.slice(0,-1):G.protocol))Y.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:X.protocol.source,input:Y.value,inst:Q,continue:!X.abort})}if(X.normalize)Y.value=G.href;else Y.value=W;return}catch(W){Y.issues.push({code:"invalid_format",format:"url",input:Y.value,inst:Q,continue:!X.abort})}}}),YY=F("$ZodEmoji",(Q,X)=>{X.pattern??(X.pattern=A8()),r.init(Q,X)}),WY=F("$ZodNanoID",(Q,X)=>{X.pattern??(X.pattern=J8),r.init(Q,X)}),GY=F("$ZodCUID",(Q,X)=>{X.pattern??(X.pattern=Q8),r.init(Q,X)}),JY=F("$ZodCUID2",(Q,X)=>{X.pattern??(X.pattern=X8),r.init(Q,X)}),$Y=F("$ZodULID",(Q,X)=>{X.pattern??(X.pattern=Y8),r.init(Q,X)}),zY=F("$ZodXID",(Q,X)=>{X.pattern??(X.pattern=W8),r.init(Q,X)}),HY=F("$ZodKSUID",(Q,X)=>{X.pattern??(X.pattern=G8),r.init(Q,X)}),AY=F("$ZodISODateTime",(Q,X)=>{X.pattern??(X.pattern=N8(X)),r.init(Q,X)}),KY=F("$ZodISODate",(Q,X)=>{X.pattern??(X.pattern=M8),r.init(Q,X)}),UY=F("$ZodISOTime",(Q,X)=>{X.pattern??(X.pattern=Z8(X)),r.init(Q,X)}),BY=F("$ZodISODuration",(Q,X)=>{X.pattern??(X.pattern=$8),r.init(Q,X)}),DY=F("$ZodIPv4",(Q,X)=>{X.pattern??(X.pattern=K8),r.init(Q,X),Q._zod.onattach.push((Y)=>{let W=Y._zod.bag;W.format="ipv4"})}),LY=F("$ZodIPv6",(Q,X)=>{X.pattern??(X.pattern=U8),r.init(Q,X),Q._zod.onattach.push((Y)=>{let W=Y._zod.bag;W.format="ipv6"}),Q._zod.check=(Y)=>{try{new URL(`http://[${Y.value}]`)}catch{Y.issues.push({code:"invalid_format",format:"ipv6",input:Y.value,inst:Q,continue:!X.abort})}}}),FY=F("$ZodCIDRv4",(Q,X)=>{X.pattern??(X.pattern=B8),r.init(Q,X)}),qY=F("$ZodCIDRv6",(Q,X)=>{X.pattern??(X.pattern=D8),r.init(Q,X),Q._zod.check=(Y)=>{let W=Y.value.split("/");try{if(W.length!==2)throw Error();let[G,J]=W;if(!J)throw Error();let $=Number(J);if(`${$}`!==J)throw Error();if($<0||$>128)throw Error();new URL(`http://[${G}]`)}catch{Y.issues.push({code:"invalid_format",format:"cidrv6",input:Y.value,inst:Q,continue:!X.abort})}}});function OY(Q){if(Q==="")return!0;if(Q.length%4!==0)return!1;try{return atob(Q),!0}catch{return!1}}var MY=F("$ZodBase64",(Q,X)=>{X.pattern??(X.pattern=L8),r.init(Q,X),Q._zod.onattach.push((Y)=>{Y._zod.bag.contentEncoding="base64"}),Q._zod.check=(Y)=>{if(OY(Y.value))return;Y.issues.push({code:"invalid_format",format:"base64",input:Y.value,inst:Q,continue:!X.abort})}});function WH(Q){if(!NQ.test(Q))return!1;let X=Q.replace(/[-_]/g,(W)=>W==="-"?"+":"/"),Y=X.padEnd(Math.ceil(X.length/4)*4,"=");return OY(Y)}var VY=F("$ZodBase64URL",(Q,X)=>{X.pattern??(X.pattern=NQ),r.init(Q,X),Q._zod.onattach.push((Y)=>{Y._zod.bag.contentEncoding="base64url"}),Q._zod.check=(Y)=>{if(WH(Y.value))return;Y.issues.push({code:"invalid_format",format:"base64url",input:Y.value,inst:Q,continue:!X.abort})}}),ZY=F("$ZodE164",(Q,X)=>{X.pattern??(X.pattern=q8),r.init(Q,X)});function GH(Q,X=null){try{let Y=Q.split(".");if(Y.length!==3)return!1;let[W]=Y;if(!W)return!1;let G=JSON.parse(atob(W));if("typ"in G&&G?.typ!=="JWT")return!1;if(!G.alg)return!1;if(X&&(!("alg"in G)||G.alg!==X))return!1;return!0}catch{return!1}}var NY=F("$ZodJWT",(Q,X)=>{r.init(Q,X),Q._zod.check=(Y)=>{if(GH(Y.value,X.alg))return;Y.issues.push({code:"invalid_format",format:"jwt",input:Y.value,inst:Q,continue:!X.abort})}});var IQ=F("$ZodNumber",(Q,X)=>{i.init(Q,X),Q._zod.pattern=Q._zod.bag.pattern??j8,Q._zod.parse=(Y,W)=>{if(X.coerce)try{Y.value=Number(Y.value)}catch($){}let G=Y.value;if(typeof G==="number"&&!Number.isNaN(G)&&Number.isFinite(G))return Y;let J=typeof G==="number"?Number.isNaN(G)?"NaN":!Number.isFinite(G)?"Infinity":void 0:void 0;return Y.issues.push({expected:"number",code:"invalid_type",input:G,inst:Q,...J?{received:J}:{}}),Y}}),wY=F("$ZodNumber",(Q,X)=>{C8.init(Q,X),IQ.init(Q,X)}),bY=F("$ZodBoolean",(Q,X)=>{i.init(Q,X),Q._zod.pattern=P8,Q._zod.parse=(Y,W)=>{if(X.coerce)try{Y.value=Boolean(Y.value)}catch(J){}let G=Y.value;if(typeof G==="boolean")return Y;return Y.issues.push({expected:"boolean",code:"invalid_type",input:G,inst:Q}),Y}});var jY=F("$ZodNull",(Q,X)=>{i.init(Q,X),Q._zod.pattern=I8,Q._zod.values=new Set([null]),Q._zod.parse=(Y,W)=>{let G=Y.value;if(G===null)return Y;return Y.issues.push({expected:"null",code:"invalid_type",input:G,inst:Q}),Y}});var PY=F("$ZodUnknown",(Q,X)=>{i.init(Q,X),Q._zod.parse=(Y)=>Y}),IY=F("$ZodNever",(Q,X)=>{i.init(Q,X),Q._zod.parse=(Y,W)=>{return Y.issues.push({expected:"never",code:"invalid_type",input:Y.value,inst:Q}),Y}});function p8(Q,X,Y){if(Q.issues.length)X.issues.push(...m0(Y,Q.issues));X.value[Y]=Q.value}var EY=F("$ZodArray",(Q,X)=>{i.init(Q,X),Q._zod.parse=(Y,W)=>{let G=Y.value;if(!Array.isArray(G))return Y.issues.push({expected:"array",code:"invalid_type",input:G,inst:Q}),Y;Y.value=Array(G.length);let J=[];for(let $=0;$<G.length;$++){let z=G[$],H=X.element._zod.run({value:z,issues:[]},W);if(H instanceof Promise)J.push(H.then((A)=>p8(A,Y,$)));else p8(H,Y,$)}if(J.length)return Promise.all(J).then(()=>Y);return Y}});function a6(Q,X,Y,W){if(Q.issues.length)X.issues.push(...m0(Y,Q.issues));if(Q.value===void 0){if(Y in W)X.value[Y]=void 0}else X.value[Y]=Q.value}function TY(Q){let X=Object.keys(Q.shape);for(let W of X)if(!Q.shape?.[W]?._zod?.traits?.has("$ZodType"))throw Error(`Invalid element at key "${W}": expected a Zod schema`);let Y=OQ(Q.shape);return{...Q,keys:X,keySet:new Set(X),numKeys:X.length,optionalKeys:new Set(Y)}}function SY(Q,X,Y,W,G,J){let $=[],z=G.keySet,H=G.catchall._zod,A=H.def.type;for(let K of Object.keys(X)){if(z.has(K))continue;if(A==="never"){$.push(K);continue}let U=H.run({value:X[K],issues:[]},W);if(U instanceof Promise)Q.push(U.then((B)=>a6(B,Y,K,X)));else a6(U,Y,K,X)}if($.length)Y.issues.push({code:"unrecognized_keys",keys:$,input:X,inst:J});if(!Q.length)return Y;return Promise.all(Q).then(()=>{return Y})}var JH=F("$ZodObject",(Q,X)=>{if(i.init(Q,X),!Object.getOwnPropertyDescriptor(X,"shape")?.get){let z=X.shape;Object.defineProperty(X,"shape",{get:()=>{let H={...z};return Object.defineProperty(X,"shape",{value:H}),H}})}let W=N1(()=>TY(X));m(Q._zod,"propValues",()=>{let z=X.shape,H={};for(let A in z){let K=z[A]._zod;if(K.values){H[A]??(H[A]=new Set);for(let U of K.values)H[A].add(U)}}return H});let G=U1,J=X.catchall,$;Q._zod.parse=(z,H)=>{$??($=W.value);let A=z.value;if(!G(A))return z.issues.push({expected:"object",code:"invalid_type",input:A,inst:Q}),z;z.value={};let K=[],U=$.shape;for(let B of $.keys){let q=U[B]._zod.run({value:A[B],issues:[]},H);if(q instanceof Promise)K.push(q.then((O)=>a6(O,z,B,A)));else a6(q,z,B,A)}if(!J)return K.length?Promise.all(K).then(()=>z):z;return SY(K,A,z,H,W.value,Q)}}),RY=F("$ZodObjectJIT",(Q,X)=>{JH.init(Q,X);let Y=Q._zod.parse,W=N1(()=>TY(X)),G=(B)=>{let L=new jQ(["shape","payload","ctx"]),q=W.value,O=(I)=>{let x=m6(I);return`shape[${x}]._zod.run({ value: input[${x}], issues: [] }, ctx)`};L.write("const input = payload.value;");let V=Object.create(null),M=0;for(let I of q.keys)V[I]=`key_${M++}`;L.write("const newResult = {};");for(let I of q.keys){let x=V[I],E=m6(I);L.write(`const ${x} = ${O(I)};`),L.write(`
12
12
  if (${x}.issues.length) {
13
13
  payload.issues = payload.issues.concat(${x}.issues.map(iss => ({
14
14
  ...iss,
@@ -25,14 +25,14 @@ var V5=Object.create;var{getPrototypeOf:Z5,defineProperty:KQ,getOwnPropertyNames
25
25
  newResult[${E}] = ${x}.value;
26
26
  }
27
27
 
28
- `)}L.write("payload.value = newResult;"),L.write("return payload;");let T=L.compile();return(I,x)=>T(B,I,x)},J,$=U1,z=!f6.jitless,A=z&&LQ.value,K=X.catchall,U;Q._zod.parse=(B,L)=>{U??(U=W.value);let q=B.value;if(!$(q))return B.issues.push({expected:"object",code:"invalid_type",input:q,inst:Q}),B;if(z&&A&&L?.async===!1&&L.jitless!==!0){if(!J)J=G(X.shape);if(B=J(B,L),!K)return B;return TY([],q,B,L,U,Q)}return Y(B,L)}});function p8(Q,X,Y,W){for(let J of Q)if(J.issues.length===0)return X.value=J.value,X;let G=Q.filter((J)=>!e0(J));if(G.length===1)return X.value=G[0].value,G[0];return X.issues.push({code:"invalid_union",input:X.value,inst:Y,errors:Q.map((J)=>J.issues.map(($)=>E0($,W,N0())))}),X}var IQ=F("$ZodUnion",(Q,X)=>{i.init(Q,X),m(Q._zod,"optin",()=>X.options.some((G)=>G._zod.optin==="optional")?"optional":void 0),m(Q._zod,"optout",()=>X.options.some((G)=>G._zod.optout==="optional")?"optional":void 0),m(Q._zod,"values",()=>{if(X.options.every((G)=>G._zod.values))return new Set(X.options.flatMap((G)=>Array.from(G._zod.values)));return}),m(Q._zod,"pattern",()=>{if(X.options.every((G)=>G._zod.pattern)){let G=X.options.map((J)=>J._zod.pattern);return new RegExp(`^(${G.map((J)=>n1(J.source)).join("|")})$`)}return});let Y=X.options.length===1,W=X.options[0]._zod.run;Q._zod.parse=(G,J)=>{if(Y)return W(G,J);let $=!1,z=[];for(let H of X.options){let A=H._zod.run({value:G.value,issues:[]},J);if(A instanceof Promise)z.push(A),$=!0;else{if(A.issues.length===0)return A;z.push(A)}}if(!$)return p8(z,G,Q,J);return Promise.all(z).then((H)=>{return p8(H,G,Q,J)})}}),RY=F("$ZodDiscriminatedUnion",(Q,X)=>{IQ.init(Q,X);let Y=Q._zod.parse;m(Q._zod,"propValues",()=>{let G={};for(let J of X.options){let $=J._zod.propValues;if(!$||Object.keys($).length===0)throw Error(`Invalid discriminated union option at index "${X.options.indexOf(J)}"`);for(let[z,H]of Object.entries($)){if(!G[z])G[z]=new Set;for(let A of H)G[z].add(A)}}return G});let W=N1(()=>{let G=X.options,J=new Map;for(let $ of G){let z=$._zod.propValues?.[X.discriminator];if(!z||z.size===0)throw Error(`Invalid discriminated union option at index "${X.options.indexOf($)}"`);for(let H of z){if(J.has(H))throw Error(`Duplicate discriminator value "${String(H)}"`);J.set(H,$)}}return J});Q._zod.parse=(G,J)=>{let $=G.value;if(!U1($))return G.issues.push({code:"invalid_type",expected:"object",input:$,inst:Q}),G;let z=W.value.get($?.[X.discriminator]);if(z)return z._zod.run(G,J);if(X.unionFallback)return Y(G,J);return G.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:X.discriminator,input:$,path:[X.discriminator],inst:Q}),G}}),CY=F("$ZodIntersection",(Q,X)=>{i.init(Q,X),Q._zod.parse=(Y,W)=>{let G=Y.value,J=X.left._zod.run({value:G,issues:[]},W),$=X.right._zod.run({value:G,issues:[]},W);if(J instanceof Promise||$ instanceof Promise)return Promise.all([J,$]).then(([H,A])=>{return i8(Y,H,A)});return i8(Y,J,$)}});function jQ(Q,X){if(Q===X)return{valid:!0,data:Q};if(Q instanceof Date&&X instanceof Date&&+Q===+X)return{valid:!0,data:Q};if(s0(Q)&&s0(X)){let Y=Object.keys(X),W=Object.keys(Q).filter((J)=>Y.indexOf(J)!==-1),G={...Q,...X};for(let J of W){let $=jQ(Q[J],X[J]);if(!$.valid)return{valid:!1,mergeErrorPath:[J,...$.mergeErrorPath]};G[J]=$.data}return{valid:!0,data:G}}if(Array.isArray(Q)&&Array.isArray(X)){if(Q.length!==X.length)return{valid:!1,mergeErrorPath:[]};let Y=[];for(let W=0;W<Q.length;W++){let G=Q[W],J=X[W],$=jQ(G,J);if(!$.valid)return{valid:!1,mergeErrorPath:[W,...$.mergeErrorPath]};Y.push($.data)}return{valid:!0,data:Y}}return{valid:!1,mergeErrorPath:[]}}function i8(Q,X,Y){if(X.issues.length)Q.issues.push(...X.issues);if(Y.issues.length)Q.issues.push(...Y.issues);if(e0(Q))return Q;let W=jQ(X.value,Y.value);if(!W.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(W.mergeErrorPath)}`);return Q.value=W.data,Q}var kY=F("$ZodRecord",(Q,X)=>{i.init(Q,X),Q._zod.parse=(Y,W)=>{let G=Y.value;if(!s0(G))return Y.issues.push({expected:"record",code:"invalid_type",input:G,inst:Q}),Y;let J=[];if(X.keyType._zod.values){let $=X.keyType._zod.values;Y.value={};for(let H of $)if(typeof H==="string"||typeof H==="number"||typeof H==="symbol"){let A=X.valueType._zod.run({value:G[H],issues:[]},W);if(A instanceof Promise)J.push(A.then((K)=>{if(K.issues.length)Y.issues.push(...m0(H,K.issues));Y.value[H]=K.value}));else{if(A.issues.length)Y.issues.push(...m0(H,A.issues));Y.value[H]=A.value}}let z;for(let H in G)if(!$.has(H))z=z??[],z.push(H);if(z&&z.length>0)Y.issues.push({code:"unrecognized_keys",input:G,inst:Q,keys:z})}else{Y.value={};for(let $ of Reflect.ownKeys(G)){if($==="__proto__")continue;let z=X.keyType._zod.run({value:$,issues:[]},W);if(z instanceof Promise)throw Error("Async schemas not supported in object keys currently");if(z.issues.length){Y.issues.push({code:"invalid_key",origin:"record",issues:z.issues.map((A)=>E0(A,W,N0())),input:$,path:[$],inst:Q}),Y.value[z.value]=z.value;continue}let H=X.valueType._zod.run({value:G[$],issues:[]},W);if(H instanceof Promise)J.push(H.then((A)=>{if(A.issues.length)Y.issues.push(...m0($,A.issues));Y.value[z.value]=A.value}));else{if(H.issues.length)Y.issues.push(...m0($,H.issues));Y.value[z.value]=H.value}}}if(J.length)return Promise.all(J).then(()=>Y);return Y}});var vY=F("$ZodEnum",(Q,X)=>{i.init(Q,X);let Y=BQ(X.entries),W=new Set(Y);Q._zod.values=W,Q._zod.pattern=new RegExp(`^(${Y.filter((G)=>FQ.has(typeof G)).map((G)=>typeof G==="string"?l0(G):G.toString()).join("|")})$`),Q._zod.parse=(G,J)=>{let $=G.value;if(W.has($))return G;return G.issues.push({code:"invalid_value",values:Y,input:$,inst:Q}),G}}),xY=F("$ZodLiteral",(Q,X)=>{if(i.init(Q,X),X.values.length===0)throw Error("Cannot create literal schema with no valid values");Q._zod.values=new Set(X.values),Q._zod.pattern=new RegExp(`^(${X.values.map((Y)=>typeof Y==="string"?l0(Y):Y?l0(Y.toString()):String(Y)).join("|")})$`),Q._zod.parse=(Y,W)=>{let G=Y.value;if(Q._zod.values.has(G))return Y;return Y.issues.push({code:"invalid_value",values:X.values,input:G,inst:Q}),Y}});var _Y=F("$ZodTransform",(Q,X)=>{i.init(Q,X),Q._zod.parse=(Y,W)=>{if(W.direction==="backward")throw new p1(Q.constructor.name);let G=X.transform(Y.value,Y);if(W.async)return(G instanceof Promise?G:Promise.resolve(G)).then(($)=>{return Y.value=$,Y});if(G instanceof Promise)throw new f0;return Y.value=G,Y}});function r8(Q,X){if(Q.issues.length&&X===void 0)return{issues:[],value:void 0};return Q}var yY=F("$ZodOptional",(Q,X)=>{i.init(Q,X),Q._zod.optin="optional",Q._zod.optout="optional",m(Q._zod,"values",()=>{return X.innerType._zod.values?new Set([...X.innerType._zod.values,void 0]):void 0}),m(Q._zod,"pattern",()=>{let Y=X.innerType._zod.pattern;return Y?new RegExp(`^(${n1(Y.source)})?$`):void 0}),Q._zod.parse=(Y,W)=>{if(X.innerType._zod.optin==="optional"){let G=X.innerType._zod.run(Y,W);if(G instanceof Promise)return G.then((J)=>r8(J,Y.value));return r8(G,Y.value)}if(Y.value===void 0)return Y;return X.innerType._zod.run(Y,W)}}),gY=F("$ZodNullable",(Q,X)=>{i.init(Q,X),m(Q._zod,"optin",()=>X.innerType._zod.optin),m(Q._zod,"optout",()=>X.innerType._zod.optout),m(Q._zod,"pattern",()=>{let Y=X.innerType._zod.pattern;return Y?new RegExp(`^(${n1(Y.source)}|null)$`):void 0}),m(Q._zod,"values",()=>{return X.innerType._zod.values?new Set([...X.innerType._zod.values,null]):void 0}),Q._zod.parse=(Y,W)=>{if(Y.value===null)return Y;return X.innerType._zod.run(Y,W)}}),uY=F("$ZodDefault",(Q,X)=>{i.init(Q,X),Q._zod.optin="optional",m(Q._zod,"values",()=>X.innerType._zod.values),Q._zod.parse=(Y,W)=>{if(W.direction==="backward")return X.innerType._zod.run(Y,W);if(Y.value===void 0)return Y.value=X.defaultValue,Y;let G=X.innerType._zod.run(Y,W);if(G instanceof Promise)return G.then((J)=>n8(J,X));return n8(G,X)}});function n8(Q,X){if(Q.value===void 0)Q.value=X.defaultValue;return Q}var hY=F("$ZodPrefault",(Q,X)=>{i.init(Q,X),Q._zod.optin="optional",m(Q._zod,"values",()=>X.innerType._zod.values),Q._zod.parse=(Y,W)=>{if(W.direction==="backward")return X.innerType._zod.run(Y,W);if(Y.value===void 0)Y.value=X.defaultValue;return X.innerType._zod.run(Y,W)}}),fY=F("$ZodNonOptional",(Q,X)=>{i.init(Q,X),m(Q._zod,"values",()=>{let Y=X.innerType._zod.values;return Y?new Set([...Y].filter((W)=>W!==void 0)):void 0}),Q._zod.parse=(Y,W)=>{let G=X.innerType._zod.run(Y,W);if(G instanceof Promise)return G.then((J)=>d8(J,Q));return d8(G,Q)}});function d8(Q,X){if(!Q.issues.length&&Q.value===void 0)Q.issues.push({code:"invalid_type",expected:"nonoptional",input:Q.value,inst:X});return Q}var lY=F("$ZodCatch",(Q,X)=>{i.init(Q,X),m(Q._zod,"optin",()=>X.innerType._zod.optin),m(Q._zod,"optout",()=>X.innerType._zod.optout),m(Q._zod,"values",()=>X.innerType._zod.values),Q._zod.parse=(Y,W)=>{if(W.direction==="backward")return X.innerType._zod.run(Y,W);let G=X.innerType._zod.run(Y,W);if(G instanceof Promise)return G.then((J)=>{if(Y.value=J.value,J.issues.length)Y.value=X.catchValue({...Y,error:{issues:J.issues.map(($)=>E0($,W,N0()))},input:Y.value}),Y.issues=[];return Y});if(Y.value=G.value,G.issues.length)Y.value=X.catchValue({...Y,error:{issues:G.issues.map((J)=>E0(J,W,N0()))},input:Y.value}),Y.issues=[];return Y}});var mY=F("$ZodPipe",(Q,X)=>{i.init(Q,X),m(Q._zod,"values",()=>X.in._zod.values),m(Q._zod,"optin",()=>X.in._zod.optin),m(Q._zod,"optout",()=>X.out._zod.optout),m(Q._zod,"propValues",()=>X.in._zod.propValues),Q._zod.parse=(Y,W)=>{if(W.direction==="backward"){let J=X.out._zod.run(Y,W);if(J instanceof Promise)return J.then(($)=>t6($,X.in,W));return t6(J,X.in,W)}let G=X.in._zod.run(Y,W);if(G instanceof Promise)return G.then((J)=>t6(J,X.out,W));return t6(G,X.out,W)}});function t6(Q,X,Y){if(Q.issues.length)return Q.aborted=!0,Q;return X._zod.run({value:Q.value,issues:Q.issues},Y)}var cY=F("$ZodReadonly",(Q,X)=>{i.init(Q,X),m(Q._zod,"propValues",()=>X.innerType._zod.propValues),m(Q._zod,"values",()=>X.innerType._zod.values),m(Q._zod,"optin",()=>X.innerType._zod.optin),m(Q._zod,"optout",()=>X.innerType._zod.optout),Q._zod.parse=(Y,W)=>{if(W.direction==="backward")return X.innerType._zod.run(Y,W);let G=X.innerType._zod.run(Y,W);if(G instanceof Promise)return G.then(o8);return o8(G)}});function o8(Q){return Q.value=Object.freeze(Q.value),Q}var pY=F("$ZodCustom",(Q,X)=>{W0.init(Q,X),i.init(Q,X),Q._zod.parse=(Y,W)=>{return Y},Q._zod.check=(Y)=>{let W=Y.value,G=X.fn(W);if(G instanceof Promise)return G.then((J)=>t8(J,Y,W,Q));t8(G,Y,W,Q);return}});function t8(Q,X,Y,W){if(!Q){let G={code:"custom",input:Y,inst:W,path:[...W._zod.def.path??[]],continue:!W._zod.def.abort};if(W._zod.def.params)G.params=W._zod.def.params;X.issues.push(w1(G))}}var JH=(Q)=>{let X=typeof Q;switch(X){case"number":return Number.isNaN(Q)?"NaN":"number";case"object":{if(Array.isArray(Q))return"array";if(Q===null)return"null";if(Object.getPrototypeOf(Q)!==Object.prototype&&Q.constructor)return Q.constructor.name}}return X},$H=()=>{let Q={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"}};function X(W){return Q[W]??null}let Y={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return(W)=>{switch(W.code){case"invalid_type":return`Invalid input: expected ${W.expected}, received ${JH(W.input)}`;case"invalid_value":if(W.values.length===1)return`Invalid input: expected ${p6(W.values[0])}`;return`Invalid option: expected one of ${l6(W.values,"|")}`;case"too_big":{let G=W.inclusive?"<=":"<",J=X(W.origin);if(J)return`Too big: expected ${W.origin??"value"} to have ${G}${W.maximum.toString()} ${J.unit??"elements"}`;return`Too big: expected ${W.origin??"value"} to be ${G}${W.maximum.toString()}`}case"too_small":{let G=W.inclusive?">=":">",J=X(W.origin);if(J)return`Too small: expected ${W.origin} to have ${G}${W.minimum.toString()} ${J.unit}`;return`Too small: expected ${W.origin} to be ${G}${W.minimum.toString()}`}case"invalid_format":{let G=W;if(G.format==="starts_with")return`Invalid string: must start with "${G.prefix}"`;if(G.format==="ends_with")return`Invalid string: must end with "${G.suffix}"`;if(G.format==="includes")return`Invalid string: must include "${G.includes}"`;if(G.format==="regex")return`Invalid string: must match pattern ${G.pattern}`;return`Invalid ${Y[G.format]??W.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${W.divisor}`;case"unrecognized_keys":return`Unrecognized key${W.keys.length>1?"s":""}: ${l6(W.keys,", ")}`;case"invalid_key":return`Invalid key in ${W.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${W.origin}`;default:return"Invalid input"}}};function EQ(){return{localeError:$H()}}var gM=Symbol("ZodOutput"),uM=Symbol("ZodInput");class iY{constructor(){this._map=new WeakMap,this._idmap=new Map}add(Q,...X){let Y=X[0];if(this._map.set(Q,Y),Y&&typeof Y==="object"&&"id"in Y){if(this._idmap.has(Y.id))throw Error(`ID ${Y.id} already exists in the registry`);this._idmap.set(Y.id,Q)}return this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(Q){let X=this._map.get(Q);if(X&&typeof X==="object"&&"id"in X)this._idmap.delete(X.id);return this._map.delete(Q),this}get(Q){let X=Q._zod.parent;if(X){let Y={...this.get(X)??{}};delete Y.id;let W={...Y,...this._map.get(Q)};return Object.keys(W).length?W:void 0}return this._map.get(Q)}has(Q){return this._map.has(Q)}}function zH(){return new iY}var e1=zH();function rY(Q,X){return new Q({type:"string",...P(X)})}function nY(Q,X){return new Q({type:"string",format:"email",check:"string_format",abort:!1,...P(X)})}function TQ(Q,X){return new Q({type:"string",format:"guid",check:"string_format",abort:!1,...P(X)})}function dY(Q,X){return new Q({type:"string",format:"uuid",check:"string_format",abort:!1,...P(X)})}function oY(Q,X){return new Q({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...P(X)})}function tY(Q,X){return new Q({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...P(X)})}function aY(Q,X){return new Q({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...P(X)})}function sY(Q,X){return new Q({type:"string",format:"url",check:"string_format",abort:!1,...P(X)})}function eY(Q,X){return new Q({type:"string",format:"emoji",check:"string_format",abort:!1,...P(X)})}function QW(Q,X){return new Q({type:"string",format:"nanoid",check:"string_format",abort:!1,...P(X)})}function XW(Q,X){return new Q({type:"string",format:"cuid",check:"string_format",abort:!1,...P(X)})}function YW(Q,X){return new Q({type:"string",format:"cuid2",check:"string_format",abort:!1,...P(X)})}function WW(Q,X){return new Q({type:"string",format:"ulid",check:"string_format",abort:!1,...P(X)})}function GW(Q,X){return new Q({type:"string",format:"xid",check:"string_format",abort:!1,...P(X)})}function JW(Q,X){return new Q({type:"string",format:"ksuid",check:"string_format",abort:!1,...P(X)})}function $W(Q,X){return new Q({type:"string",format:"ipv4",check:"string_format",abort:!1,...P(X)})}function zW(Q,X){return new Q({type:"string",format:"ipv6",check:"string_format",abort:!1,...P(X)})}function HW(Q,X){return new Q({type:"string",format:"cidrv4",check:"string_format",abort:!1,...P(X)})}function AW(Q,X){return new Q({type:"string",format:"cidrv6",check:"string_format",abort:!1,...P(X)})}function KW(Q,X){return new Q({type:"string",format:"base64",check:"string_format",abort:!1,...P(X)})}function UW(Q,X){return new Q({type:"string",format:"base64url",check:"string_format",abort:!1,...P(X)})}function BW(Q,X){return new Q({type:"string",format:"e164",check:"string_format",abort:!1,...P(X)})}function DW(Q,X){return new Q({type:"string",format:"jwt",check:"string_format",abort:!1,...P(X)})}function LW(Q,X){return new Q({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...P(X)})}function FW(Q,X){return new Q({type:"string",format:"date",check:"string_format",...P(X)})}function qW(Q,X){return new Q({type:"string",format:"time",check:"string_format",precision:null,...P(X)})}function OW(Q,X){return new Q({type:"string",format:"duration",check:"string_format",...P(X)})}function MW(Q,X){return new Q({type:"number",checks:[],...P(X)})}function VW(Q,X){return new Q({type:"number",check:"number_format",abort:!1,format:"safeint",...P(X)})}function ZW(Q,X){return new Q({type:"boolean",...P(X)})}function NW(Q,X){return new Q({type:"null",...P(X)})}function wW(Q){return new Q({type:"unknown"})}function bW(Q,X){return new Q({type:"never",...P(X)})}function e6(Q,X){return new NQ({check:"less_than",...P(X),value:Q,inclusive:!1})}function Q6(Q,X){return new NQ({check:"less_than",...P(X),value:Q,inclusive:!0})}function Q4(Q,X){return new wQ({check:"greater_than",...P(X),value:Q,inclusive:!1})}function X6(Q,X){return new wQ({check:"greater_than",...P(X),value:Q,inclusive:!0})}function X4(Q,X){return new S8({check:"multiple_of",...P(X),value:Q})}function Y4(Q,X){return new C8({check:"max_length",...P(X),maximum:Q})}function b1(Q,X){return new k8({check:"min_length",...P(X),minimum:Q})}function W4(Q,X){return new v8({check:"length_equals",...P(X),length:Q})}function SQ(Q,X){return new x8({check:"string_format",format:"regex",...P(X),pattern:Q})}function RQ(Q){return new _8({check:"string_format",format:"lowercase",...P(Q)})}function CQ(Q){return new y8({check:"string_format",format:"uppercase",...P(Q)})}function kQ(Q,X){return new g8({check:"string_format",format:"includes",...P(X),includes:Q})}function vQ(Q,X){return new u8({check:"string_format",format:"starts_with",...P(X),prefix:Q})}function xQ(Q,X){return new h8({check:"string_format",format:"ends_with",...P(X),suffix:Q})}function B1(Q){return new f8({check:"overwrite",tx:Q})}function _Q(Q){return B1((X)=>X.normalize(Q))}function yQ(){return B1((Q)=>Q.trim())}function gQ(){return B1((Q)=>Q.toLowerCase())}function uQ(){return B1((Q)=>Q.toUpperCase())}function jW(Q,X,Y){return new Q({type:"array",element:X,...P(Y)})}function PW(Q,X,Y){let W=P(Y);return W.abort??(W.abort=!0),new Q({type:"custom",check:"custom",fn:X,...W})}function IW(Q,X,Y){return new Q({type:"custom",check:"custom",fn:X,...P(Y)})}function EW(Q){let X=HH((Y)=>{return Y.addIssue=(W)=>{if(typeof W==="string")Y.issues.push(w1(W,Y.value,X._zod.def));else{let G=W;if(G.fatal)G.continue=!1;G.code??(G.code="custom"),G.input??(G.input=Y.value),G.inst??(G.inst=X),G.continue??(G.continue=!X._zod.def.abort),Y.issues.push(w1(G))}},Q(Y.value,Y)});return X}function HH(Q,X){let Y=new W0({check:"custom",...P(X)});return Y._zod.check=Q,Y}function j1(Q){return!!Q._zod}function Q1(Q,X){if(j1(Q))return t1(Q,X);return Q.safeParse(X)}function G4(Q){if(!Q)return;let X;if(j1(Q))X=Q._zod?.def?.shape;else X=Q.shape;if(!X)return;if(typeof X==="function")try{return X()}catch{return}return X}function TW(Q){if(j1(Q)){let J=Q._zod?.def;if(J){if(J.value!==void 0)return J.value;if(Array.isArray(J.values)&&J.values.length>0)return J.values[0]}}let Y=Q._def;if(Y){if(Y.value!==void 0)return Y.value;if(Array.isArray(Y.values)&&Y.values.length>0)return Y.values[0]}let W=Q.value;if(W!==void 0)return W;return}var W6={};vX(W6,{time:()=>lQ,duration:()=>mQ,datetime:()=>hQ,date:()=>fQ,ZodISOTime:()=>CW,ZodISODuration:()=>kW,ZodISODateTime:()=>SW,ZodISODate:()=>RW});var SW=F("ZodISODateTime",(Q,X)=>{HY.init(Q,X),d.init(Q,X)});function hQ(Q){return LW(SW,Q)}var RW=F("ZodISODate",(Q,X)=>{AY.init(Q,X),d.init(Q,X)});function fQ(Q){return FW(RW,Q)}var CW=F("ZodISOTime",(Q,X)=>{KY.init(Q,X),d.init(Q,X)});function lQ(Q){return qW(CW,Q)}var kW=F("ZodISODuration",(Q,X)=>{UY.init(Q,X),d.init(Q,X)});function mQ(Q){return OW(kW,Q)}var vW=(Q,X)=>{i6.init(Q,X),Q.name="ZodError",Object.defineProperties(Q,{format:{value:(Y)=>pX(Q,Y)},flatten:{value:(Y)=>cX(Q,Y)},addIssue:{value:(Y)=>{Q.issues.push(Y),Q.message=JSON.stringify(Q.issues,Z1,2)}},addIssues:{value:(Y)=>{Q.issues.push(...Y),Q.message=JSON.stringify(Q.issues,Z1,2)}},isEmpty:{get(){return Q.issues.length===0}}})},bV=F("ZodError",vW),M0=F("ZodError",vW,{Parent:Error});var xW=r6(M0),_W=n6(M0),yW=o1(M0),gW=a1(M0),uW=iX(M0),hW=rX(M0),fW=nX(M0),lW=dX(M0),mW=oX(M0),cW=tX(M0),pW=aX(M0),iW=sX(M0);var s=F("ZodType",(Q,X)=>{return i.init(Q,X),Q.def=X,Q.type=X.type,Object.defineProperty(Q,"_def",{value:X}),Q.check=(...Y)=>{return Q.clone(h.mergeDefs(X,{checks:[...X.checks??[],...Y.map((W)=>typeof W==="function"?{_zod:{check:W,def:{check:"custom"},onattach:[]}}:W)]}))},Q.clone=(Y,W)=>I0(Q,Y,W),Q.brand=()=>Q,Q.register=(Y,W)=>{return Y.add(Q,W),Q},Q.parse=(Y,W)=>xW(Q,Y,W,{callee:Q.parse}),Q.safeParse=(Y,W)=>yW(Q,Y,W),Q.parseAsync=async(Y,W)=>_W(Q,Y,W,{callee:Q.parseAsync}),Q.safeParseAsync=async(Y,W)=>gW(Q,Y,W),Q.spa=Q.safeParseAsync,Q.encode=(Y,W)=>uW(Q,Y,W),Q.decode=(Y,W)=>hW(Q,Y,W),Q.encodeAsync=async(Y,W)=>fW(Q,Y,W),Q.decodeAsync=async(Y,W)=>lW(Q,Y,W),Q.safeEncode=(Y,W)=>mW(Q,Y,W),Q.safeDecode=(Y,W)=>cW(Q,Y,W),Q.safeEncodeAsync=async(Y,W)=>pW(Q,Y,W),Q.safeDecodeAsync=async(Y,W)=>iW(Q,Y,W),Q.refine=(Y,W)=>Q.check(G3(Y,W)),Q.superRefine=(Y)=>Q.check(J3(Y)),Q.overwrite=(Y)=>Q.check(B1(Y)),Q.optional=()=>a(Q),Q.nullable=()=>dW(Q),Q.nullish=()=>a(dW(Q)),Q.nonoptional=(Y)=>sH(Q,Y),Q.array=()=>_(Q),Q.or=(Y)=>p([Q,Y]),Q.and=(Y)=>$4(Q,Y),Q.transform=(Y)=>pQ(Q,eW(Y)),Q.default=(Y)=>oH(Q,Y),Q.prefault=(Y)=>aH(Q,Y),Q.catch=(Y)=>Q3(Q,Y),Q.pipe=(Y)=>pQ(Q,Y),Q.readonly=()=>W3(Q),Q.describe=(Y)=>{let W=Q.clone();return e1.add(W,{description:Y}),W},Object.defineProperty(Q,"description",{get(){return e1.get(Q)?.description},configurable:!0}),Q.meta=(...Y)=>{if(Y.length===0)return e1.get(Q);let W=Q.clone();return e1.add(W,Y[0]),W},Q.isOptional=()=>Q.safeParse(void 0).success,Q.isNullable=()=>Q.safeParse(null).success,Q}),oW=F("_ZodString",(Q,X)=>{s6.init(Q,X),s.init(Q,X);let Y=Q._zod.bag;Q.format=Y.format??null,Q.minLength=Y.minimum??null,Q.maxLength=Y.maximum??null,Q.regex=(...W)=>Q.check(SQ(...W)),Q.includes=(...W)=>Q.check(kQ(...W)),Q.startsWith=(...W)=>Q.check(vQ(...W)),Q.endsWith=(...W)=>Q.check(xQ(...W)),Q.min=(...W)=>Q.check(b1(...W)),Q.max=(...W)=>Q.check(Y4(...W)),Q.length=(...W)=>Q.check(W4(...W)),Q.nonempty=(...W)=>Q.check(b1(1,...W)),Q.lowercase=(W)=>Q.check(RQ(W)),Q.uppercase=(W)=>Q.check(CQ(W)),Q.trim=()=>Q.check(yQ()),Q.normalize=(...W)=>Q.check(_Q(...W)),Q.toLowerCase=()=>Q.check(gQ()),Q.toUpperCase=()=>Q.check(uQ())}),OH=F("ZodString",(Q,X)=>{s6.init(Q,X),oW.init(Q,X),Q.email=(Y)=>Q.check(nY(MH,Y)),Q.url=(Y)=>Q.check(sY(VH,Y)),Q.jwt=(Y)=>Q.check(DW(xH,Y)),Q.emoji=(Y)=>Q.check(eY(ZH,Y)),Q.guid=(Y)=>Q.check(TQ(rW,Y)),Q.uuid=(Y)=>Q.check(dY(J4,Y)),Q.uuidv4=(Y)=>Q.check(oY(J4,Y)),Q.uuidv6=(Y)=>Q.check(tY(J4,Y)),Q.uuidv7=(Y)=>Q.check(aY(J4,Y)),Q.nanoid=(Y)=>Q.check(QW(NH,Y)),Q.guid=(Y)=>Q.check(TQ(rW,Y)),Q.cuid=(Y)=>Q.check(XW(wH,Y)),Q.cuid2=(Y)=>Q.check(YW(bH,Y)),Q.ulid=(Y)=>Q.check(WW(jH,Y)),Q.base64=(Y)=>Q.check(KW(CH,Y)),Q.base64url=(Y)=>Q.check(UW(kH,Y)),Q.xid=(Y)=>Q.check(GW(PH,Y)),Q.ksuid=(Y)=>Q.check(JW(IH,Y)),Q.ipv4=(Y)=>Q.check($W(EH,Y)),Q.ipv6=(Y)=>Q.check(zW(TH,Y)),Q.cidrv4=(Y)=>Q.check(HW(SH,Y)),Q.cidrv6=(Y)=>Q.check(AW(RH,Y)),Q.e164=(Y)=>Q.check(BW(vH,Y)),Q.datetime=(Y)=>Q.check(hQ(Y)),Q.date=(Y)=>Q.check(fQ(Y)),Q.time=(Y)=>Q.check(lQ(Y)),Q.duration=(Y)=>Q.check(mQ(Y))});function D(Q){return rY(OH,Q)}var d=F("ZodStringFormat",(Q,X)=>{r.init(Q,X),oW.init(Q,X)}),MH=F("ZodEmail",(Q,X)=>{e8.init(Q,X),d.init(Q,X)});var rW=F("ZodGUID",(Q,X)=>{a8.init(Q,X),d.init(Q,X)});var J4=F("ZodUUID",(Q,X)=>{s8.init(Q,X),d.init(Q,X)});var VH=F("ZodURL",(Q,X)=>{QY.init(Q,X),d.init(Q,X)});var ZH=F("ZodEmoji",(Q,X)=>{XY.init(Q,X),d.init(Q,X)});var NH=F("ZodNanoID",(Q,X)=>{YY.init(Q,X),d.init(Q,X)});var wH=F("ZodCUID",(Q,X)=>{WY.init(Q,X),d.init(Q,X)});var bH=F("ZodCUID2",(Q,X)=>{GY.init(Q,X),d.init(Q,X)});var jH=F("ZodULID",(Q,X)=>{JY.init(Q,X),d.init(Q,X)});var PH=F("ZodXID",(Q,X)=>{$Y.init(Q,X),d.init(Q,X)});var IH=F("ZodKSUID",(Q,X)=>{zY.init(Q,X),d.init(Q,X)});var EH=F("ZodIPv4",(Q,X)=>{BY.init(Q,X),d.init(Q,X)});var TH=F("ZodIPv6",(Q,X)=>{DY.init(Q,X),d.init(Q,X)});var SH=F("ZodCIDRv4",(Q,X)=>{LY.init(Q,X),d.init(Q,X)});var RH=F("ZodCIDRv6",(Q,X)=>{FY.init(Q,X),d.init(Q,X)});var CH=F("ZodBase64",(Q,X)=>{OY.init(Q,X),d.init(Q,X)});var kH=F("ZodBase64URL",(Q,X)=>{MY.init(Q,X),d.init(Q,X)});var vH=F("ZodE164",(Q,X)=>{VY.init(Q,X),d.init(Q,X)});var xH=F("ZodJWT",(Q,X)=>{ZY.init(Q,X),d.init(Q,X)});var tW=F("ZodNumber",(Q,X)=>{PQ.init(Q,X),s.init(Q,X),Q.gt=(W,G)=>Q.check(Q4(W,G)),Q.gte=(W,G)=>Q.check(X6(W,G)),Q.min=(W,G)=>Q.check(X6(W,G)),Q.lt=(W,G)=>Q.check(e6(W,G)),Q.lte=(W,G)=>Q.check(Q6(W,G)),Q.max=(W,G)=>Q.check(Q6(W,G)),Q.int=(W)=>Q.check(nW(W)),Q.safe=(W)=>Q.check(nW(W)),Q.positive=(W)=>Q.check(Q4(0,W)),Q.nonnegative=(W)=>Q.check(X6(0,W)),Q.negative=(W)=>Q.check(e6(0,W)),Q.nonpositive=(W)=>Q.check(Q6(0,W)),Q.multipleOf=(W,G)=>Q.check(X4(W,G)),Q.step=(W,G)=>Q.check(X4(W,G)),Q.finite=()=>Q;let Y=Q._zod.bag;Q.minValue=Math.max(Y.minimum??Number.NEGATIVE_INFINITY,Y.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,Q.maxValue=Math.min(Y.maximum??Number.POSITIVE_INFINITY,Y.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,Q.isInt=(Y.format??"").includes("int")||Number.isSafeInteger(Y.multipleOf??0.5),Q.isFinite=!0,Q.format=Y.format??null});function l(Q){return MW(tW,Q)}var _H=F("ZodNumberFormat",(Q,X)=>{NY.init(Q,X),tW.init(Q,X)});function nW(Q){return VW(_H,Q)}var yH=F("ZodBoolean",(Q,X)=>{wY.init(Q,X),s.init(Q,X)});function Y0(Q){return ZW(yH,Q)}var gH=F("ZodNull",(Q,X)=>{bY.init(Q,X),s.init(Q,X)});function iQ(Q){return NW(gH,Q)}var uH=F("ZodUnknown",(Q,X)=>{jY.init(Q,X),s.init(Q,X)});function o(){return wW(uH)}var hH=F("ZodNever",(Q,X)=>{PY.init(Q,X),s.init(Q,X)});function fH(Q){return bW(hH,Q)}var lH=F("ZodArray",(Q,X)=>{IY.init(Q,X),s.init(Q,X),Q.element=X.element,Q.min=(Y,W)=>Q.check(b1(Y,W)),Q.nonempty=(Y)=>Q.check(b1(1,Y)),Q.max=(Y,W)=>Q.check(Y4(Y,W)),Q.length=(Y,W)=>Q.check(W4(Y,W)),Q.unwrap=()=>Q.element});function _(Q,X){return jW(lH,Q,X)}var aW=F("ZodObject",(Q,X)=>{SY.init(Q,X),s.init(Q,X),h.defineLazy(Q,"shape",()=>{return X.shape}),Q.keyof=()=>D0(Object.keys(Q._zod.def.shape)),Q.catchall=(Y)=>Q.clone({...Q._zod.def,catchall:Y}),Q.passthrough=()=>Q.clone({...Q._zod.def,catchall:o()}),Q.loose=()=>Q.clone({...Q._zod.def,catchall:o()}),Q.strict=()=>Q.clone({...Q._zod.def,catchall:fH()}),Q.strip=()=>Q.clone({...Q._zod.def,catchall:void 0}),Q.extend=(Y)=>{return h.extend(Q,Y)},Q.safeExtend=(Y)=>{return h.safeExtend(Q,Y)},Q.merge=(Y)=>h.merge(Q,Y),Q.pick=(Y)=>h.pick(Q,Y),Q.omit=(Y)=>h.omit(Q,Y),Q.partial=(...Y)=>h.partial(QG,Q,Y[0]),Q.required=(...Y)=>h.required(XG,Q,Y[0])});function w(Q,X){let Y={type:"object",shape:Q??{},...h.normalizeParams(X)};return new aW(Y)}function K0(Q,X){return new aW({type:"object",shape:Q,catchall:o(),...h.normalizeParams(X)})}var sW=F("ZodUnion",(Q,X)=>{IQ.init(Q,X),s.init(Q,X),Q.options=X.options});function p(Q,X){return new sW({type:"union",options:Q,...h.normalizeParams(X)})}var mH=F("ZodDiscriminatedUnion",(Q,X)=>{sW.init(Q,X),RY.init(Q,X)});function rQ(Q,X,Y){return new mH({type:"union",options:X,discriminator:Q,...h.normalizeParams(Y)})}var cH=F("ZodIntersection",(Q,X)=>{CY.init(Q,X),s.init(Q,X)});function $4(Q,X){return new cH({type:"intersection",left:Q,right:X})}var pH=F("ZodRecord",(Q,X)=>{kY.init(Q,X),s.init(Q,X),Q.keyType=X.keyType,Q.valueType=X.valueType});function t(Q,X,Y){return new pH({type:"record",keyType:Q,valueType:X,...h.normalizeParams(Y)})}var cQ=F("ZodEnum",(Q,X)=>{vY.init(Q,X),s.init(Q,X),Q.enum=X.entries,Q.options=Object.values(X.entries);let Y=new Set(Object.keys(X.entries));Q.extract=(W,G)=>{let J={};for(let $ of W)if(Y.has($))J[$]=X.entries[$];else throw Error(`Key ${$} not found in enum`);return new cQ({...X,checks:[],...h.normalizeParams(G),entries:J})},Q.exclude=(W,G)=>{let J={...X.entries};for(let $ of W)if(Y.has($))delete J[$];else throw Error(`Key ${$} not found in enum`);return new cQ({...X,checks:[],...h.normalizeParams(G),entries:J})}});function D0(Q,X){let Y=Array.isArray(Q)?Object.fromEntries(Q.map((W)=>[W,W])):Q;return new cQ({type:"enum",entries:Y,...h.normalizeParams(X)})}var iH=F("ZodLiteral",(Q,X)=>{xY.init(Q,X),s.init(Q,X),Q.values=new Set(X.values),Object.defineProperty(Q,"value",{get(){if(X.values.length>1)throw Error("This schema contains multiple valid literal values. Use `.values` instead.");return X.values[0]}})});function b(Q,X){return new iH({type:"literal",values:Array.isArray(Q)?Q:[Q],...h.normalizeParams(X)})}var rH=F("ZodTransform",(Q,X)=>{_Y.init(Q,X),s.init(Q,X),Q._zod.parse=(Y,W)=>{if(W.direction==="backward")throw new p1(Q.constructor.name);Y.addIssue=(J)=>{if(typeof J==="string")Y.issues.push(h.issue(J,Y.value,X));else{let $=J;if($.fatal)$.continue=!1;$.code??($.code="custom"),$.input??($.input=Y.value),$.inst??($.inst=Q),Y.issues.push(h.issue($))}};let G=X.transform(Y.value,Y);if(G instanceof Promise)return G.then((J)=>{return Y.value=J,Y});return Y.value=G,Y}});function eW(Q){return new rH({type:"transform",transform:Q})}var QG=F("ZodOptional",(Q,X)=>{yY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType});function a(Q){return new QG({type:"optional",innerType:Q})}var nH=F("ZodNullable",(Q,X)=>{gY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType});function dW(Q){return new nH({type:"nullable",innerType:Q})}var dH=F("ZodDefault",(Q,X)=>{uY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType,Q.removeDefault=Q.unwrap});function oH(Q,X){return new dH({type:"default",innerType:Q,get defaultValue(){return typeof X==="function"?X():h.shallowClone(X)}})}var tH=F("ZodPrefault",(Q,X)=>{hY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType});function aH(Q,X){return new tH({type:"prefault",innerType:Q,get defaultValue(){return typeof X==="function"?X():h.shallowClone(X)}})}var XG=F("ZodNonOptional",(Q,X)=>{fY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType});function sH(Q,X){return new XG({type:"nonoptional",innerType:Q,...h.normalizeParams(X)})}var eH=F("ZodCatch",(Q,X)=>{lY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType,Q.removeCatch=Q.unwrap});function Q3(Q,X){return new eH({type:"catch",innerType:Q,catchValue:typeof X==="function"?X:()=>X})}var X3=F("ZodPipe",(Q,X)=>{mY.init(Q,X),s.init(Q,X),Q.in=X.in,Q.out=X.out});function pQ(Q,X){return new X3({type:"pipe",in:Q,out:X})}var Y3=F("ZodReadonly",(Q,X)=>{cY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType});function W3(Q){return new Y3({type:"readonly",innerType:Q})}var YG=F("ZodCustom",(Q,X)=>{pY.init(Q,X),s.init(Q,X)});function WG(Q,X){return PW(YG,Q??(()=>!0),X)}function G3(Q,X={}){return IW(YG,Q,X)}function J3(Q){return EW(Q)}function nQ(Q,X){return pQ(eW(Q),X)}N0(EQ());var dQ="2025-11-25";var GG=[dQ,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],X1="io.modelcontextprotocol/related-task",H4="2.0",G0=WG((Q)=>Q!==null&&(typeof Q==="object"||typeof Q==="function")),JG=p([D(),l().int()]),$G=D(),MZ=K0({ttl:p([l(),iQ()]).optional(),pollInterval:l().optional()}),$3=w({ttl:l().optional()}),z3=w({taskId:D()}),oQ=K0({progressToken:JG.optional(),[X1]:z3.optional()}),V0=w({_meta:oQ.optional()}),G6=V0.extend({task:$3.optional()}),zG=(Q)=>G6.safeParse(Q).success,J0=w({method:D(),params:V0.loose().optional()}),w0=w({_meta:oQ.optional()}),b0=w({method:D(),params:w0.loose().optional()}),$0=K0({_meta:oQ.optional()}),A4=p([D(),l().int()]),HG=w({jsonrpc:b(H4),id:A4,...J0.shape}).strict(),tQ=(Q)=>HG.safeParse(Q).success,AG=w({jsonrpc:b(H4),...b0.shape}).strict(),KG=(Q)=>AG.safeParse(Q).success,aQ=w({jsonrpc:b(H4),id:A4,result:$0}).strict(),J6=(Q)=>aQ.safeParse(Q).success;var y;(function(Q){Q[Q.ConnectionClosed=-32000]="ConnectionClosed",Q[Q.RequestTimeout=-32001]="RequestTimeout",Q[Q.ParseError=-32700]="ParseError",Q[Q.InvalidRequest=-32600]="InvalidRequest",Q[Q.MethodNotFound=-32601]="MethodNotFound",Q[Q.InvalidParams=-32602]="InvalidParams",Q[Q.InternalError=-32603]="InternalError",Q[Q.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(y||(y={}));var sQ=w({jsonrpc:b(H4),id:A4.optional(),error:w({code:l().int(),message:D(),data:o().optional()})}).strict();var UG=(Q)=>sQ.safeParse(Q).success;var BG=p([HG,AG,aQ,sQ]),VZ=p([aQ,sQ]),K4=$0.strict(),H3=w0.extend({requestId:A4.optional(),reason:D().optional()}),U4=b0.extend({method:b("notifications/cancelled"),params:H3}),A3=w({src:D(),mimeType:D().optional(),sizes:_(D()).optional(),theme:D0(["light","dark"]).optional()}),$6=w({icons:_(A3).optional()}),P1=w({name:D(),title:D().optional()}),DG=P1.extend({...P1.shape,...$6.shape,version:D(),websiteUrl:D().optional(),description:D().optional()}),K3=$4(w({applyDefaults:Y0().optional()}),t(D(),o())),U3=nQ((Q)=>{if(Q&&typeof Q==="object"&&!Array.isArray(Q)){if(Object.keys(Q).length===0)return{form:{}}}return Q},$4(w({form:K3.optional(),url:G0.optional()}),t(D(),o()).optional())),B3=K0({list:G0.optional(),cancel:G0.optional(),requests:K0({sampling:K0({createMessage:G0.optional()}).optional(),elicitation:K0({create:G0.optional()}).optional()}).optional()}),D3=K0({list:G0.optional(),cancel:G0.optional(),requests:K0({tools:K0({call:G0.optional()}).optional()}).optional()}),L3=w({experimental:t(D(),G0).optional(),sampling:w({context:G0.optional(),tools:G0.optional()}).optional(),elicitation:U3.optional(),roots:w({listChanged:Y0().optional()}).optional(),tasks:B3.optional()}),F3=V0.extend({protocolVersion:D(),capabilities:L3,clientInfo:DG}),eQ=J0.extend({method:b("initialize"),params:F3});var q3=w({experimental:t(D(),G0).optional(),logging:G0.optional(),completions:G0.optional(),prompts:w({listChanged:Y0().optional()}).optional(),resources:w({subscribe:Y0().optional(),listChanged:Y0().optional()}).optional(),tools:w({listChanged:Y0().optional()}).optional(),tasks:D3.optional()}),O3=$0.extend({protocolVersion:D(),capabilities:q3,serverInfo:DG,instructions:D().optional()}),Q9=b0.extend({method:b("notifications/initialized"),params:w0.optional()});var B4=J0.extend({method:b("ping"),params:V0.optional()}),M3=w({progress:l(),total:a(l()),message:a(D())}),V3=w({...w0.shape,...M3.shape,progressToken:JG}),D4=b0.extend({method:b("notifications/progress"),params:V3}),Z3=V0.extend({cursor:$G.optional()}),z6=J0.extend({params:Z3.optional()}),H6=$0.extend({nextCursor:$G.optional()}),N3=D0(["working","input_required","completed","failed","cancelled"]),A6=w({taskId:D(),status:N3,ttl:p([l(),iQ()]),createdAt:D(),lastUpdatedAt:D(),pollInterval:a(l()),statusMessage:a(D())}),I1=$0.extend({task:A6}),w3=w0.merge(A6),K6=b0.extend({method:b("notifications/tasks/status"),params:w3}),L4=J0.extend({method:b("tasks/get"),params:V0.extend({taskId:D()})}),F4=$0.merge(A6),q4=J0.extend({method:b("tasks/result"),params:V0.extend({taskId:D()})}),ZZ=$0.loose(),O4=z6.extend({method:b("tasks/list")}),M4=H6.extend({tasks:_(A6)}),V4=J0.extend({method:b("tasks/cancel"),params:V0.extend({taskId:D()})}),LG=$0.merge(A6),FG=w({uri:D(),mimeType:a(D()),_meta:t(D(),o()).optional()}),qG=FG.extend({text:D()}),X9=D().refine((Q)=>{try{return atob(Q),!0}catch{return!1}},{message:"Invalid Base64 string"}),OG=FG.extend({blob:X9}),U6=D0(["user","assistant"]),E1=w({audience:_(U6).optional(),priority:l().min(0).max(1).optional(),lastModified:W6.datetime({offset:!0}).optional()}),MG=w({...P1.shape,...$6.shape,uri:D(),description:a(D()),mimeType:a(D()),annotations:E1.optional(),_meta:a(K0({}))}),b3=w({...P1.shape,...$6.shape,uriTemplate:D(),description:a(D()),mimeType:a(D()),annotations:E1.optional(),_meta:a(K0({}))}),Y9=z6.extend({method:b("resources/list")}),j3=H6.extend({resources:_(MG)}),P3=z6.extend({method:b("resources/templates/list")}),I3=H6.extend({resourceTemplates:_(b3)}),W9=V0.extend({uri:D()}),E3=W9,G9=J0.extend({method:b("resources/read"),params:E3}),T3=$0.extend({contents:_(p([qG,OG]))}),S3=b0.extend({method:b("notifications/resources/list_changed"),params:w0.optional()}),R3=W9,C3=J0.extend({method:b("resources/subscribe"),params:R3}),k3=W9,v3=J0.extend({method:b("resources/unsubscribe"),params:k3}),x3=w0.extend({uri:D()}),_3=b0.extend({method:b("notifications/resources/updated"),params:x3}),y3=w({name:D(),description:a(D()),required:a(Y0())}),g3=w({...P1.shape,...$6.shape,description:a(D()),arguments:a(_(y3)),_meta:a(K0({}))}),u3=z6.extend({method:b("prompts/list")}),h3=H6.extend({prompts:_(g3)}),f3=V0.extend({name:D(),arguments:t(D(),D()).optional()}),l3=J0.extend({method:b("prompts/get"),params:f3}),J9=w({type:b("text"),text:D(),annotations:E1.optional(),_meta:t(D(),o()).optional()}),$9=w({type:b("image"),data:X9,mimeType:D(),annotations:E1.optional(),_meta:t(D(),o()).optional()}),z9=w({type:b("audio"),data:X9,mimeType:D(),annotations:E1.optional(),_meta:t(D(),o()).optional()}),m3=w({type:b("tool_use"),name:D(),id:D(),input:t(D(),o()),_meta:t(D(),o()).optional()}),c3=w({type:b("resource"),resource:p([qG,OG]),annotations:E1.optional(),_meta:t(D(),o()).optional()}),p3=MG.extend({type:b("resource_link")}),H9=p([J9,$9,z9,p3,c3]),i3=w({role:U6,content:H9}),r3=$0.extend({description:D().optional(),messages:_(i3)}),n3=b0.extend({method:b("notifications/prompts/list_changed"),params:w0.optional()}),d3=w({title:D().optional(),readOnlyHint:Y0().optional(),destructiveHint:Y0().optional(),idempotentHint:Y0().optional(),openWorldHint:Y0().optional()}),o3=w({taskSupport:D0(["required","optional","forbidden"]).optional()}),VG=w({...P1.shape,...$6.shape,description:D().optional(),inputSchema:w({type:b("object"),properties:t(D(),G0).optional(),required:_(D()).optional()}).catchall(o()),outputSchema:w({type:b("object"),properties:t(D(),G0).optional(),required:_(D()).optional()}).catchall(o()).optional(),annotations:d3.optional(),execution:o3.optional(),_meta:t(D(),o()).optional()}),A9=z6.extend({method:b("tools/list")}),t3=H6.extend({tools:_(VG)}),Z4=$0.extend({content:_(H9).default([]),structuredContent:t(D(),o()).optional(),isError:Y0().optional()}),NZ=Z4.or($0.extend({toolResult:o()})),a3=G6.extend({name:D(),arguments:t(D(),o()).optional()}),B6=J0.extend({method:b("tools/call"),params:a3}),s3=b0.extend({method:b("notifications/tools/list_changed"),params:w0.optional()}),wZ=w({autoRefresh:Y0().default(!0),debounceMs:l().int().nonnegative().default(300)}),D6=D0(["debug","info","notice","warning","error","critical","alert","emergency"]),e3=V0.extend({level:D6}),K9=J0.extend({method:b("logging/setLevel"),params:e3}),QA=w0.extend({level:D6,logger:D().optional(),data:o()}),XA=b0.extend({method:b("notifications/message"),params:QA}),YA=w({name:D().optional()}),WA=w({hints:_(YA).optional(),costPriority:l().min(0).max(1).optional(),speedPriority:l().min(0).max(1).optional(),intelligencePriority:l().min(0).max(1).optional()}),GA=w({mode:D0(["auto","required","none"]).optional()}),JA=w({type:b("tool_result"),toolUseId:D().describe("The unique identifier for the corresponding tool call."),content:_(H9).default([]),structuredContent:w({}).loose().optional(),isError:Y0().optional(),_meta:t(D(),o()).optional()}),$A=rQ("type",[J9,$9,z9]),z4=rQ("type",[J9,$9,z9,m3,JA]),zA=w({role:U6,content:p([z4,_(z4)]),_meta:t(D(),o()).optional()}),HA=G6.extend({messages:_(zA),modelPreferences:WA.optional(),systemPrompt:D().optional(),includeContext:D0(["none","thisServer","allServers"]).optional(),temperature:l().optional(),maxTokens:l().int(),stopSequences:_(D()).optional(),metadata:G0.optional(),tools:_(VG).optional(),toolChoice:GA.optional()}),AA=J0.extend({method:b("sampling/createMessage"),params:HA}),U9=$0.extend({model:D(),stopReason:a(D0(["endTurn","stopSequence","maxTokens"]).or(D())),role:U6,content:$A}),B9=$0.extend({model:D(),stopReason:a(D0(["endTurn","stopSequence","maxTokens","toolUse"]).or(D())),role:U6,content:p([z4,_(z4)])}),KA=w({type:b("boolean"),title:D().optional(),description:D().optional(),default:Y0().optional()}),UA=w({type:b("string"),title:D().optional(),description:D().optional(),minLength:l().optional(),maxLength:l().optional(),format:D0(["email","uri","date","date-time"]).optional(),default:D().optional()}),BA=w({type:D0(["number","integer"]),title:D().optional(),description:D().optional(),minimum:l().optional(),maximum:l().optional(),default:l().optional()}),DA=w({type:b("string"),title:D().optional(),description:D().optional(),enum:_(D()),default:D().optional()}),LA=w({type:b("string"),title:D().optional(),description:D().optional(),oneOf:_(w({const:D(),title:D()})),default:D().optional()}),FA=w({type:b("string"),title:D().optional(),description:D().optional(),enum:_(D()),enumNames:_(D()).optional(),default:D().optional()}),qA=p([DA,LA]),OA=w({type:b("array"),title:D().optional(),description:D().optional(),minItems:l().optional(),maxItems:l().optional(),items:w({type:b("string"),enum:_(D())}),default:_(D()).optional()}),MA=w({type:b("array"),title:D().optional(),description:D().optional(),minItems:l().optional(),maxItems:l().optional(),items:w({anyOf:_(w({const:D(),title:D()}))}),default:_(D()).optional()}),VA=p([OA,MA]),ZA=p([FA,qA,VA]),NA=p([ZA,KA,UA,BA]),wA=G6.extend({mode:b("form").optional(),message:D(),requestedSchema:w({type:b("object"),properties:t(D(),NA),required:_(D()).optional()})}),bA=G6.extend({mode:b("url"),message:D(),elicitationId:D(),url:D().url()}),jA=p([wA,bA]),PA=J0.extend({method:b("elicitation/create"),params:jA}),IA=w0.extend({elicitationId:D()}),EA=b0.extend({method:b("notifications/elicitation/complete"),params:IA}),N4=$0.extend({action:D0(["accept","decline","cancel"]),content:nQ((Q)=>Q===null?void 0:Q,t(D(),p([D(),l(),Y0(),_(D())])).optional())}),TA=w({type:b("ref/resource"),uri:D()});var SA=w({type:b("ref/prompt"),name:D()}),RA=V0.extend({ref:p([SA,TA]),argument:w({name:D(),value:D()}),context:w({arguments:t(D(),D()).optional()}).optional()}),CA=J0.extend({method:b("completion/complete"),params:RA});var kA=$0.extend({completion:K0({values:_(D()).max(100),total:a(l().int()),hasMore:a(Y0())})}),vA=w({uri:D().startsWith("file://"),name:D().optional(),_meta:t(D(),o()).optional()}),xA=J0.extend({method:b("roots/list"),params:V0.optional()}),D9=$0.extend({roots:_(vA)}),_A=b0.extend({method:b("notifications/roots/list_changed"),params:w0.optional()}),bZ=p([B4,eQ,CA,K9,l3,u3,Y9,P3,G9,C3,v3,B6,A9,L4,q4,O4,V4]),jZ=p([U4,D4,Q9,_A,K6]),PZ=p([K4,U9,B9,N4,D9,F4,M4,I1]),IZ=p([B4,AA,PA,xA,L4,q4,O4,V4]),EZ=p([U4,D4,XA,_3,S3,s3,n3,K6,EA]),TZ=p([K4,O3,kA,r3,h3,j3,I3,T3,Z4,t3,F4,M4,I1]);class k extends Error{constructor(Q,X,Y){super(`MCP error ${Q}: ${X}`);this.code=Q,this.data=Y,this.name="McpError"}static fromError(Q,X,Y){if(Q===y.UrlElicitationRequired&&Y){let W=Y;if(W.elicitations)return new ZG(W.elicitations,X)}return new k(Q,X,Y)}}class ZG extends k{constructor(Q,X=`URL elicitation${Q.length>1?"s":""} required`){super(y.UrlElicitationRequired,X,{elicitations:Q})}get elicitations(){return this.data?.elicitations??[]}}function Y1(Q){return Q==="completed"||Q==="failed"||Q==="cancelled"}var yA=Symbol("Let zodToJsonSchema decide on which parser to use");var zN=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function L9(Q){let Y=G4(Q)?.method;if(!Y)throw Error("Schema is missing a method literal");let W=TW(Y);if(typeof W!=="string")throw Error("Schema method literal must be a string");return W}function F9(Q,X){let Y=Q1(Q,X);if(!Y.success)throw Y.error;return Y.data}var mA=60000;class q9{constructor(Q){if(this._options=Q,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(U4,(X)=>{this._oncancel(X)}),this.setNotificationHandler(D4,(X)=>{this._onprogress(X)}),this.setRequestHandler(B4,(X)=>({})),this._taskStore=Q?.taskStore,this._taskMessageQueue=Q?.taskMessageQueue,this._taskStore)this.setRequestHandler(L4,async(X,Y)=>{let W=await this._taskStore.getTask(X.params.taskId,Y.sessionId);if(!W)throw new k(y.InvalidParams,"Failed to retrieve task: Task not found");return{...W}}),this.setRequestHandler(q4,async(X,Y)=>{let W=async()=>{let G=X.params.taskId;if(this._taskMessageQueue){let $;while($=await this._taskMessageQueue.dequeue(G,Y.sessionId)){if($.type==="response"||$.type==="error"){let z=$.message,H=z.id,A=this._requestResolvers.get(H);if(A)if(this._requestResolvers.delete(H),$.type==="response")A(z);else{let K=z,U=new k(K.error.code,K.error.message,K.error.data);A(U)}else{let K=$.type==="response"?"Response":"Error";this._onerror(Error(`${K} handler missing for request ${H}`))}continue}await this._transport?.send($.message,{relatedRequestId:Y.requestId})}}let J=await this._taskStore.getTask(G,Y.sessionId);if(!J)throw new k(y.InvalidParams,`Task not found: ${G}`);if(!Y1(J.status))return await this._waitForTaskUpdate(G,Y.signal),await W();if(Y1(J.status)){let $=await this._taskStore.getTaskResult(G,Y.sessionId);return this._clearTaskQueue(G),{...$,_meta:{...$._meta,[X1]:{taskId:G}}}}return await W()};return await W()}),this.setRequestHandler(O4,async(X,Y)=>{try{let{tasks:W,nextCursor:G}=await this._taskStore.listTasks(X.params?.cursor,Y.sessionId);return{tasks:W,nextCursor:G,_meta:{}}}catch(W){throw new k(y.InvalidParams,`Failed to list tasks: ${W instanceof Error?W.message:String(W)}`)}}),this.setRequestHandler(V4,async(X,Y)=>{try{let W=await this._taskStore.getTask(X.params.taskId,Y.sessionId);if(!W)throw new k(y.InvalidParams,`Task not found: ${X.params.taskId}`);if(Y1(W.status))throw new k(y.InvalidParams,`Cannot cancel task in terminal status: ${W.status}`);await this._taskStore.updateTaskStatus(X.params.taskId,"cancelled","Client cancelled task execution.",Y.sessionId),this._clearTaskQueue(X.params.taskId);let G=await this._taskStore.getTask(X.params.taskId,Y.sessionId);if(!G)throw new k(y.InvalidParams,`Task not found after cancellation: ${X.params.taskId}`);return{_meta:{},...G}}catch(W){if(W instanceof k)throw W;throw new k(y.InvalidRequest,`Failed to cancel task: ${W instanceof Error?W.message:String(W)}`)}})}async _oncancel(Q){if(!Q.params.requestId)return;this._requestHandlerAbortControllers.get(Q.params.requestId)?.abort(Q.params.reason)}_setupTimeout(Q,X,Y,W,G=!1){this._timeoutInfo.set(Q,{timeoutId:setTimeout(W,X),startTime:Date.now(),timeout:X,maxTotalTimeout:Y,resetTimeoutOnProgress:G,onTimeout:W})}_resetTimeout(Q){let X=this._timeoutInfo.get(Q);if(!X)return!1;let Y=Date.now()-X.startTime;if(X.maxTotalTimeout&&Y>=X.maxTotalTimeout)throw this._timeoutInfo.delete(Q),k.fromError(y.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:X.maxTotalTimeout,totalElapsed:Y});return clearTimeout(X.timeoutId),X.timeoutId=setTimeout(X.onTimeout,X.timeout),!0}_cleanupTimeout(Q){let X=this._timeoutInfo.get(Q);if(X)clearTimeout(X.timeoutId),this._timeoutInfo.delete(Q)}async connect(Q){this._transport=Q;let X=this.transport?.onclose;this._transport.onclose=()=>{X?.(),this._onclose()};let Y=this.transport?.onerror;this._transport.onerror=(G)=>{Y?.(G),this._onerror(G)};let W=this._transport?.onmessage;this._transport.onmessage=(G,J)=>{if(W?.(G,J),J6(G)||UG(G))this._onresponse(G);else if(tQ(G))this._onrequest(G,J);else if(KG(G))this._onnotification(G);else this._onerror(Error(`Unknown message type: ${JSON.stringify(G)}`))},await this._transport.start()}_onclose(){let Q=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();let X=k.fromError(y.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let Y of Q.values())Y(X)}_onerror(Q){this.onerror?.(Q)}_onnotification(Q){let X=this._notificationHandlers.get(Q.method)??this.fallbackNotificationHandler;if(X===void 0)return;Promise.resolve().then(()=>X(Q)).catch((Y)=>this._onerror(Error(`Uncaught error in notification handler: ${Y}`)))}_onrequest(Q,X){let Y=this._requestHandlers.get(Q.method)??this.fallbackRequestHandler,W=this._transport,G=Q.params?._meta?.[X1]?.taskId;if(Y===void 0){let A={jsonrpc:"2.0",id:Q.id,error:{code:y.MethodNotFound,message:"Method not found"}};if(G&&this._taskMessageQueue)this._enqueueTaskMessage(G,{type:"error",message:A,timestamp:Date.now()},W?.sessionId).catch((K)=>this._onerror(Error(`Failed to enqueue error response: ${K}`)));else W?.send(A).catch((K)=>this._onerror(Error(`Failed to send an error response: ${K}`)));return}let J=new AbortController;this._requestHandlerAbortControllers.set(Q.id,J);let $=zG(Q.params)?Q.params.task:void 0,z=this._taskStore?this.requestTaskStore(Q,W?.sessionId):void 0,H={signal:J.signal,sessionId:W?.sessionId,_meta:Q.params?._meta,sendNotification:async(A)=>{let K={relatedRequestId:Q.id};if(G)K.relatedTask={taskId:G};await this.notification(A,K)},sendRequest:async(A,K,U)=>{let B={...U,relatedRequestId:Q.id};if(G&&!B.relatedTask)B.relatedTask={taskId:G};let L=B.relatedTask?.taskId??G;if(L&&z)await z.updateTaskStatus(L,"input_required");return await this.request(A,K,B)},authInfo:X?.authInfo,requestId:Q.id,requestInfo:X?.requestInfo,taskId:G,taskStore:z,taskRequestedTtl:$?.ttl,closeSSEStream:X?.closeSSEStream,closeStandaloneSSEStream:X?.closeStandaloneSSEStream};Promise.resolve().then(()=>{if($)this.assertTaskHandlerCapability(Q.method)}).then(()=>Y(Q,H)).then(async(A)=>{if(J.signal.aborted)return;let K={result:A,jsonrpc:"2.0",id:Q.id};if(G&&this._taskMessageQueue)await this._enqueueTaskMessage(G,{type:"response",message:K,timestamp:Date.now()},W?.sessionId);else await W?.send(K)},async(A)=>{if(J.signal.aborted)return;let K={jsonrpc:"2.0",id:Q.id,error:{code:Number.isSafeInteger(A.code)?A.code:y.InternalError,message:A.message??"Internal error",...A.data!==void 0&&{data:A.data}}};if(G&&this._taskMessageQueue)await this._enqueueTaskMessage(G,{type:"error",message:K,timestamp:Date.now()},W?.sessionId);else await W?.send(K)}).catch((A)=>this._onerror(Error(`Failed to send response: ${A}`))).finally(()=>{this._requestHandlerAbortControllers.delete(Q.id)})}_onprogress(Q){let{progressToken:X,...Y}=Q.params,W=Number(X),G=this._progressHandlers.get(W);if(!G){this._onerror(Error(`Received a progress notification for an unknown token: ${JSON.stringify(Q)}`));return}let J=this._responseHandlers.get(W),$=this._timeoutInfo.get(W);if($&&J&&$.resetTimeoutOnProgress)try{this._resetTimeout(W)}catch(z){this._responseHandlers.delete(W),this._progressHandlers.delete(W),this._cleanupTimeout(W),J(z);return}G(Y)}_onresponse(Q){let X=Number(Q.id),Y=this._requestResolvers.get(X);if(Y){if(this._requestResolvers.delete(X),J6(Q))Y(Q);else{let J=new k(Q.error.code,Q.error.message,Q.error.data);Y(J)}return}let W=this._responseHandlers.get(X);if(W===void 0){this._onerror(Error(`Received a response for an unknown message ID: ${JSON.stringify(Q)}`));return}this._responseHandlers.delete(X),this._cleanupTimeout(X);let G=!1;if(J6(Q)&&Q.result&&typeof Q.result==="object"){let J=Q.result;if(J.task&&typeof J.task==="object"){let $=J.task;if(typeof $.taskId==="string")G=!0,this._taskProgressTokens.set($.taskId,X)}}if(!G)this._progressHandlers.delete(X);if(J6(Q))W(Q);else{let J=k.fromError(Q.error.code,Q.error.message,Q.error.data);W(J)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(Q,X,Y){let{task:W}=Y??{};if(!W){try{yield{type:"result",result:await this.request(Q,X,Y)}}catch(J){yield{type:"error",error:J instanceof k?J:new k(y.InternalError,String(J))}}return}let G;try{let J=await this.request(Q,I1,Y);if(J.task)G=J.task.taskId,yield{type:"taskCreated",task:J.task};else throw new k(y.InternalError,"Task creation did not return a task");while(!0){let $=await this.getTask({taskId:G},Y);if(yield{type:"taskStatus",task:$},Y1($.status)){if($.status==="completed")yield{type:"result",result:await this.getTaskResult({taskId:G},X,Y)};else if($.status==="failed")yield{type:"error",error:new k(y.InternalError,`Task ${G} failed`)};else if($.status==="cancelled")yield{type:"error",error:new k(y.InternalError,`Task ${G} was cancelled`)};return}if($.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:G},X,Y)};return}let z=$.pollInterval??this._options?.defaultTaskPollInterval??1000;await new Promise((H)=>setTimeout(H,z)),Y?.signal?.throwIfAborted()}}catch(J){yield{type:"error",error:J instanceof k?J:new k(y.InternalError,String(J))}}}request(Q,X,Y){let{relatedRequestId:W,resumptionToken:G,onresumptiontoken:J,task:$,relatedTask:z}=Y??{};return new Promise((H,A)=>{let K=(M)=>{A(M)};if(!this._transport){K(Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{if(this.assertCapabilityForMethod(Q.method),$)this.assertTaskCapability(Q.method)}catch(M){K(M);return}Y?.signal?.throwIfAborted();let U=this._requestMessageId++,B={...Q,jsonrpc:"2.0",id:U};if(Y?.onprogress)this._progressHandlers.set(U,Y.onprogress),B.params={...Q.params,_meta:{...Q.params?._meta||{},progressToken:U}};if($)B.params={...B.params,task:$};if(z)B.params={...B.params,_meta:{...B.params?._meta||{},[X1]:z}};let L=(M)=>{this._responseHandlers.delete(U),this._progressHandlers.delete(U),this._cleanupTimeout(U),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:U,reason:String(M)}},{relatedRequestId:W,resumptionToken:G,onresumptiontoken:J}).catch((I)=>this._onerror(Error(`Failed to send cancellation: ${I}`)));let T=M instanceof k?M:new k(y.RequestTimeout,String(M));A(T)};this._responseHandlers.set(U,(M)=>{if(Y?.signal?.aborted)return;if(M instanceof Error)return A(M);try{let T=Q1(X,M.result);if(!T.success)A(T.error);else H(T.data)}catch(T){A(T)}}),Y?.signal?.addEventListener("abort",()=>{L(Y?.signal?.reason)});let q=Y?.timeout??mA,O=()=>L(k.fromError(y.RequestTimeout,"Request timed out",{timeout:q}));this._setupTimeout(U,q,Y?.maxTotalTimeout,O,Y?.resetTimeoutOnProgress??!1);let V=z?.taskId;if(V){let M=(T)=>{let I=this._responseHandlers.get(U);if(I)I(T);else this._onerror(Error(`Response handler missing for side-channeled request ${U}`))};this._requestResolvers.set(U,M),this._enqueueTaskMessage(V,{type:"request",message:B,timestamp:Date.now()}).catch((T)=>{this._cleanupTimeout(U),A(T)})}else this._transport.send(B,{relatedRequestId:W,resumptionToken:G,onresumptiontoken:J}).catch((M)=>{this._cleanupTimeout(U),A(M)})})}async getTask(Q,X){return this.request({method:"tasks/get",params:Q},F4,X)}async getTaskResult(Q,X,Y){return this.request({method:"tasks/result",params:Q},X,Y)}async listTasks(Q,X){return this.request({method:"tasks/list",params:Q},M4,X)}async cancelTask(Q,X){return this.request({method:"tasks/cancel",params:Q},LG,X)}async notification(Q,X){if(!this._transport)throw Error("Not connected");this.assertNotificationCapability(Q.method);let Y=X?.relatedTask?.taskId;if(Y){let $={...Q,jsonrpc:"2.0",params:{...Q.params,_meta:{...Q.params?._meta||{},[X1]:X.relatedTask}}};await this._enqueueTaskMessage(Y,{type:"notification",message:$,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(Q.method)&&!Q.params&&!X?.relatedRequestId&&!X?.relatedTask){if(this._pendingDebouncedNotifications.has(Q.method))return;this._pendingDebouncedNotifications.add(Q.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(Q.method),!this._transport)return;let $={...Q,jsonrpc:"2.0"};if(X?.relatedTask)$={...$,params:{...$.params,_meta:{...$.params?._meta||{},[X1]:X.relatedTask}}};this._transport?.send($,X).catch((z)=>this._onerror(z))});return}let J={...Q,jsonrpc:"2.0"};if(X?.relatedTask)J={...J,params:{...J.params,_meta:{...J.params?._meta||{},[X1]:X.relatedTask}}};await this._transport.send(J,X)}setRequestHandler(Q,X){let Y=L9(Q);this.assertRequestHandlerCapability(Y),this._requestHandlers.set(Y,(W,G)=>{let J=F9(Q,W);return Promise.resolve(X(J,G))})}removeRequestHandler(Q){this._requestHandlers.delete(Q)}assertCanSetRequestHandler(Q){if(this._requestHandlers.has(Q))throw Error(`A request handler for ${Q} already exists, which would be overridden`)}setNotificationHandler(Q,X){let Y=L9(Q);this._notificationHandlers.set(Y,(W)=>{let G=F9(Q,W);return Promise.resolve(X(G))})}removeNotificationHandler(Q){this._notificationHandlers.delete(Q)}_cleanupTaskProgressHandler(Q){let X=this._taskProgressTokens.get(Q);if(X!==void 0)this._progressHandlers.delete(X),this._taskProgressTokens.delete(Q)}async _enqueueTaskMessage(Q,X,Y){if(!this._taskStore||!this._taskMessageQueue)throw Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let W=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(Q,X,Y,W)}async _clearTaskQueue(Q,X){if(this._taskMessageQueue){let Y=await this._taskMessageQueue.dequeueAll(Q,X);for(let W of Y)if(W.type==="request"&&tQ(W.message)){let G=W.message.id,J=this._requestResolvers.get(G);if(J)J(new k(y.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(G);else this._onerror(Error(`Resolver missing for request ${G} during task ${Q} cleanup`))}}}async _waitForTaskUpdate(Q,X){let Y=this._options?.defaultTaskPollInterval??1000;try{let W=await this._taskStore?.getTask(Q);if(W?.pollInterval)Y=W.pollInterval}catch{}return new Promise((W,G)=>{if(X.aborted){G(new k(y.InvalidRequest,"Request cancelled"));return}let J=setTimeout(W,Y);X.addEventListener("abort",()=>{clearTimeout(J),G(new k(y.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(Q,X){let Y=this._taskStore;if(!Y)throw Error("No task store configured");return{createTask:async(W)=>{if(!Q)throw Error("No request provided");return await Y.createTask(W,Q.id,{method:Q.method,params:Q.params},X)},getTask:async(W)=>{let G=await Y.getTask(W,X);if(!G)throw new k(y.InvalidParams,"Failed to retrieve task: Task not found");return G},storeTaskResult:async(W,G,J)=>{await Y.storeTaskResult(W,G,J,X);let $=await Y.getTask(W,X);if($){let z=K6.parse({method:"notifications/tasks/status",params:$});if(await this.notification(z),Y1($.status))this._cleanupTaskProgressHandler(W)}},getTaskResult:(W)=>{return Y.getTaskResult(W,X)},updateTaskStatus:async(W,G,J)=>{let $=await Y.getTask(W,X);if(!$)throw new k(y.InvalidParams,`Task "${W}" not found - it may have been cleaned up`);if(Y1($.status))throw new k(y.InvalidParams,`Cannot update task "${W}" from terminal status "${$.status}" to "${G}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await Y.updateTaskStatus(W,G,J,X);let z=await Y.getTask(W,X);if(z){let H=K6.parse({method:"notifications/tasks/status",params:z});if(await this.notification(H),Y1(z.status))this._cleanupTaskProgressHandler(W)}},listTasks:(W)=>{return Y.listTasks(W,X)}}}}function NG(Q){return Q!==null&&typeof Q==="object"&&!Array.isArray(Q)}function wG(Q,X){let Y={...Q};for(let W in X){let G=W,J=X[G];if(J===void 0)continue;let $=Y[G];if(NG($)&&NG(J))Y[G]={...$,...J};else Y[G]=J}return Y}var e7=kX(KX(),1),Q5=kX(s7(),1);function aO(){let Q=new e7.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return Q5.default(Q),Q}class ZX{constructor(Q){this._ajv=Q??aO()}getValidator(Q){let X="$id"in Q&&typeof Q.$id==="string"?this._ajv.getSchema(Q.$id)??this._ajv.compile(Q):this._ajv.compile(Q);return(Y)=>{if(X(Y))return{valid:!0,data:Y,errorMessage:void 0};else return{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(X.errors)}}}}class NX{constructor(Q){this._server=Q}requestStream(Q,X,Y){return this._server.requestStream(Q,X,Y)}async getTask(Q,X){return this._server.getTask({taskId:Q},X)}async getTaskResult(Q,X,Y){return this._server.getTaskResult({taskId:Q},X,Y)}async listTasks(Q,X){return this._server.listTasks(Q?{cursor:Q}:void 0,X)}async cancelTask(Q,X){return this._server.cancelTask({taskId:Q},X)}}function X5(Q,X,Y){if(!Q)throw Error(`${Y} does not support task creation (required for ${X})`);switch(X){case"tools/call":if(!Q.tools?.call)throw Error(`${Y} does not support task creation for tools/call (required for ${X})`);break;default:break}}function Y5(Q,X,Y){if(!Q)throw Error(`${Y} does not support task creation (required for ${X})`);switch(X){case"sampling/createMessage":if(!Q.sampling?.createMessage)throw Error(`${Y} does not support task creation for sampling/createMessage (required for ${X})`);break;case"elicitation/create":if(!Q.elicitation?.create)throw Error(`${Y} does not support task creation for elicitation/create (required for ${X})`);break;default:break}}class wX extends q9{constructor(Q,X){super(X);if(this._serverInfo=Q,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(D6.options.map((Y,W)=>[Y,W])),this.isMessageIgnored=(Y,W)=>{let G=this._loggingLevels.get(W);return G?this.LOG_LEVEL_SEVERITY.get(Y)<this.LOG_LEVEL_SEVERITY.get(G):!1},this._capabilities=X?.capabilities??{},this._instructions=X?.instructions,this._jsonSchemaValidator=X?.jsonSchemaValidator??new ZX,this.setRequestHandler(eQ,(Y)=>this._oninitialize(Y)),this.setNotificationHandler(Q9,()=>this.oninitialized?.()),this._capabilities.logging)this.setRequestHandler(K9,async(Y,W)=>{let G=W.sessionId||W.requestInfo?.headers["mcp-session-id"]||void 0,{level:J}=Y.params,$=D6.safeParse(J);if($.success)this._loggingLevels.set(G,$.data);return{}})}get experimental(){if(!this._experimental)this._experimental={tasks:new NX(this)};return this._experimental}registerCapabilities(Q){if(this.transport)throw Error("Cannot register capabilities after connecting to transport");this._capabilities=wG(this._capabilities,Q)}setRequestHandler(Q,X){let W=G4(Q)?.method;if(!W)throw Error("Schema is missing a method literal");let G;if(j1(W)){let $=W;G=$._zod?.def?.value??$.value}else{let $=W;G=$._def?.value??$.value}if(typeof G!=="string")throw Error("Schema method literal must be a string");if(G==="tools/call"){let $=async(z,H)=>{let A=Q1(B6,z);if(!A.success){let L=A.error instanceof Error?A.error.message:String(A.error);throw new k(y.InvalidParams,`Invalid tools/call request: ${L}`)}let{params:K}=A.data,U=await Promise.resolve(X(z,H));if(K.task){let L=Q1(I1,U);if(!L.success){let q=L.error instanceof Error?L.error.message:String(L.error);throw new k(y.InvalidParams,`Invalid task creation result: ${q}`)}return L.data}let B=Q1(Z4,U);if(!B.success){let L=B.error instanceof Error?B.error.message:String(B.error);throw new k(y.InvalidParams,`Invalid tools/call result: ${L}`)}return B.data};return super.setRequestHandler(Q,$)}return super.setRequestHandler(Q,X)}assertCapabilityForMethod(Q){switch(Q){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw Error(`Client does not support sampling (required for ${Q})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw Error(`Client does not support elicitation (required for ${Q})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw Error(`Client does not support listing roots (required for ${Q})`);break;case"ping":break}}assertNotificationCapability(Q){switch(Q){case"notifications/message":if(!this._capabilities.logging)throw Error(`Server does not support logging (required for ${Q})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw Error(`Server does not support notifying about resources (required for ${Q})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw Error(`Server does not support notifying of tool list changes (required for ${Q})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw Error(`Server does not support notifying of prompt list changes (required for ${Q})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw Error(`Client does not support URL elicitation (required for ${Q})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(Q){if(!this._capabilities)return;switch(Q){case"completion/complete":if(!this._capabilities.completions)throw Error(`Server does not support completions (required for ${Q})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw Error(`Server does not support logging (required for ${Q})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw Error(`Server does not support prompts (required for ${Q})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw Error(`Server does not support resources (required for ${Q})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw Error(`Server does not support tools (required for ${Q})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw Error(`Server does not support tasks capability (required for ${Q})`);break;case"ping":case"initialize":break}}assertTaskCapability(Q){Y5(this._clientCapabilities?.tasks?.requests,Q,"Client")}assertTaskHandlerCapability(Q){if(!this._capabilities)return;X5(this._capabilities.tasks?.requests,Q,"Server")}async _oninitialize(Q){let X=Q.params.protocolVersion;return this._clientCapabilities=Q.params.capabilities,this._clientVersion=Q.params.clientInfo,{protocolVersion:GG.includes(X)?X:dQ,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"},K4)}async createMessage(Q,X){if(Q.tools||Q.toolChoice){if(!this._clientCapabilities?.sampling?.tools)throw Error("Client does not support sampling tools capability.")}if(Q.messages.length>0){let Y=Q.messages[Q.messages.length-1],W=Array.isArray(Y.content)?Y.content:[Y.content],G=W.some((H)=>H.type==="tool_result"),J=Q.messages.length>1?Q.messages[Q.messages.length-2]:void 0,$=J?Array.isArray(J.content)?J.content:[J.content]:[],z=$.some((H)=>H.type==="tool_use");if(G){if(W.some((H)=>H.type!=="tool_result"))throw Error("The last message must contain only tool_result content if any is present");if(!z)throw Error("tool_result blocks are not matching any tool_use from the previous message")}if(z){let H=new Set($.filter((K)=>K.type==="tool_use").map((K)=>K.id)),A=new Set(W.filter((K)=>K.type==="tool_result").map((K)=>K.toolUseId));if(H.size!==A.size||![...H].every((K)=>A.has(K)))throw Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}if(Q.tools)return this.request({method:"sampling/createMessage",params:Q},B9,X);return this.request({method:"sampling/createMessage",params:Q},U9,X)}async elicitInput(Q,X){switch(Q.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw Error("Client does not support url elicitation.");let W=Q;return this.request({method:"elicitation/create",params:W},N4,X)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw Error("Client does not support form elicitation.");let W=Q.mode==="form"?Q:{...Q,mode:"form"},G=await this.request({method:"elicitation/create",params:W},N4,X);if(G.action==="accept"&&G.content&&W.requestedSchema)try{let $=this._jsonSchemaValidator.getValidator(W.requestedSchema)(G.content);if(!$.valid)throw new k(y.InvalidParams,`Elicitation response content does not match requested schema: ${$.errorMessage}`)}catch(J){if(J instanceof k)throw J;throw new k(y.InternalError,`Error validating elicitation response: ${J instanceof Error?J.message:String(J)}`)}return G}}}createElicitationCompletionNotifier(Q,X){if(!this._clientCapabilities?.elicitation?.url)throw Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:Q}},X)}async listRoots(Q,X){return this.request({method:"roots/list",params:Q},D9,X)}async sendLoggingMessage(Q,X){if(this._capabilities.logging){if(!this.isMessageIgnored(Q.level,X))return this.notification({method:"notifications/message",params:Q})}}async sendResourceUpdated(Q){return this.notification({method:"notifications/resources/updated",params:Q})}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"})}}import G5 from"node:process";class bX{append(Q){this._buffer=this._buffer?Buffer.concat([this._buffer,Q]):Q}readMessage(){if(!this._buffer)return null;let Q=this._buffer.indexOf(`
29
- `);if(Q===-1)return null;let X=this._buffer.toString("utf8",0,Q).replace(/\r$/,"");return this._buffer=this._buffer.subarray(Q+1),sO(X)}clear(){this._buffer=void 0}}function sO(Q){return BG.parse(JSON.parse(Q))}function W5(Q){return JSON.stringify(Q)+`
30
- `}class jX{constructor(Q=G5.stdin,X=G5.stdout){this._stdin=Q,this._stdout=X,this._readBuffer=new bX,this._started=!1,this._ondata=(Y)=>{this._readBuffer.append(Y),this.processReadBuffer()},this._onerror=(Y)=>{this.onerror?.(Y)}}async start(){if(this._started)throw 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(){while(!0)try{let Q=this._readBuffer.readMessage();if(Q===null)break;this.onmessage?.(Q)}catch(Q){this.onerror?.(Q)}}async close(){if(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(Q){return new Promise((X)=>{let Y=W5(Q);if(this._stdout.write(Y))X();else this._stdout.once("drain",X)})}}var J5={name:"@sequenzy/mcp",version:"0.0.32",mcpName:"io.github.polnikale/sequenzy-mcp",description:"Sequenzy MCP server for AI-powered email marketing automation",type:"module",bin:{"sequenzy-mcp":"dist/index.js"},main:"./dist/index.js",exports:{".":"./dist/index.js","./server.json":"./server.json"},scripts:{dev:"bun --watch src/index.ts",build:"bun build src/index.ts --outdir dist --target node --minify",start:"node dist/index.js","type-check":"tsc --noEmit",test:"bun test","test:watch":"bun test --watch",prepublishOnly:"bun run build"},dependencies:{"@modelcontextprotocol/sdk":"^1.0.0"},devDependencies:{"@types/bun":"latest","@types/node":"^22.0.0","bun-types":"latest",typescript:"^5.8.0"},files:["dist","server.json"],keywords:["sequenzy","email","mcp","ai","claude","automation"],license:"MIT",publishConfig:{access:"public"},repository:{type:"git",url:"git+https://github.com/sequenzy/sequenzy.git"}};class h1 extends Error{statusCode;rawDetails;code;constructor(Q,X,Y,W){super(Q);this.statusCode=X;this.rawDetails=Y;this.code=W;this.name="McpApiError"}}function QM(Q){if(Q instanceof h1)return{message:Q.message,statusCode:Q.statusCode,code:Q.code,rawDetails:Q.rawDetails};if(Q instanceof Error)return{message:Q.message};return{message:String(Q)}}function XM(Q){let X=QM(Q),Y=X.message.trim()||"Unknown error",W=Y.toLowerCase(),G=X.rawDetails?.trim()||Y;if(X.code==="MCP_AUTH_REQUIRED"||W.includes("sequenzy_api_key environment variable is required"))return{title:"Missing MCP API key",description:"The MCP server started without a Sequenzy API key, so it cannot authenticate any tool or resource request.",howToFix:"Add `SEQUENZY_API_KEY` to the MCP server environment, or run `npx @sequenzy/setup` to configure the integration automatically.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(X.statusCode===401||X.code==="UNAUTHORIZED")return{title:"Authentication failed",description:"The MCP server reached Sequenzy, but the current API key was rejected.",howToFix:"Replace `SEQUENZY_API_KEY` with a valid personal API key, then restart the MCP client so it reconnects with fresh credentials.",docsUrl:"https://docs.sequenzy.com/authentication",details:G};if(X.statusCode===403||W.includes("access denied"))return{title:"Access denied",description:"The current API key is valid, but it does not have permission to access the requested company or action.",howToFix:"Use an API key that belongs to the right account, or select a company the key can access before retrying the tool call.",docsUrl:"https://docs.sequenzy.com/authentication",details:G};if(W.includes("no company available")||W.includes("company not found"))return{title:"Company selection required",description:"The MCP server could not resolve a company for this request.",howToFix:"Call `get_account` to inspect available companies, then call `select_company`, or pass `companyId` explicitly in the next tool call.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(X.statusCode===404||W.includes("not found"))return{title:"Requested resource not found",description:"Sequenzy could not find the requested campaign, template, sequence, company, or subscriber.",howToFix:"List or fetch the resource collection first, then retry the tool with a confirmed ID or email value.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(X.statusCode===429||W.includes("rate limit"))return{title:"Rate limited",description:"Sequenzy temporarily slowed this MCP request because too many requests were sent too quickly.",howToFix:"Wait briefly before retrying. If the client is looping, reduce retries or add backoff before the next tool call.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(X.code==="NETWORK_ERROR"||W.includes("fetch failed"))return{title:"Network or configuration error",description:"The MCP server could not reach the Sequenzy API from this environment.",howToFix:"Check connectivity and verify `SEQUENZY_API_URL` if you override it in the MCP environment.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(W.includes("unknown tool")||W.includes("unknown resource"))return{title:"Unsupported MCP request",description:"The client asked for a tool or resource name that this Sequenzy MCP server does not expose.",howToFix:"Refresh the client's tool list and call only the names returned by `list_tools` or `list_resources`.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(W.includes("is required")||W.includes("invalid"))return{title:"Invalid MCP input",description:"The tool call was missing a required field or included an invalid value.",howToFix:"Review the tool schema, supply the missing argument, and retry the request with corrected input.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(X.statusCode&&X.statusCode>=500)return{title:"Sequenzy server error",description:"The request reached Sequenzy, but the server could not complete it successfully.",howToFix:"Retry once. If it still fails, keep the details below and consult the docs before escalating.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};return{title:"Tool execution failed",description:"The MCP server could not complete the requested operation.",howToFix:"Review the details below, adjust the tool input or credentials, and retry.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G}}function V1(Q){let X=XM(Q);return[`Sequenzy MCP error: ${X.title}`,`Description: ${X.description}`,`How to fix: ${X.howToFix}`,`Docs: ${X.docsUrl}`,`Details: ${X.details}`].join(`
31
- `)}var PX=["product-info","domain","tracking","localization","integrations","products","events","tags","labels","goals","sync-rules","api-keys","widgets","team","danger"],$5={dashboard:"/dashboard/company/{companyId}",campaigns:"/dashboard/company/{companyId}/campaign",campaign:"/dashboard/company/{companyId}/campaign/{campaignId}",campaignList:"/dashboard/company/{companyId}/campaign/list/{status}",sequences:"/dashboard/company/{companyId}/sequences",sequence:"/dashboard/company/{companyId}/sequences/{sequenceId}",sequenceList:"/dashboard/company/{companyId}/sequences/list/{status}",settings:"/dashboard/company/{companyId}/settings",settingsTab:"/dashboard/company/{companyId}/settings?tab={tab}",emails:"/dashboard/company/{companyId}/emails",email:"/dashboard/company/{companyId}/emails/{emailId}",subscribers:"/dashboard/company/{companyId}/subscribers",sentEmails:"/dashboard/company/{companyId}/sent-emails",emailSend:"/dashboard/company/{companyId}/sent-emails/{emailSendId}",segments:"/dashboard/company/{companyId}/segments",metrics:"/dashboard/company/{companyId}/metrics",transactional:"/dashboard/company/{companyId}/transactional",transactionalEmail:"/dashboard/company/{companyId}/transactional/{transactionalId}",domain:"/dashboard/company/{companyId}/settings/domain/{domainId}",domainVerify:"/dashboard/company/{companyId}/settings/domain/{domainId}/verify"};function YM(Q){let Y=(Q??process.env.SEQUENZY_APP_URL??"https://sequenzy.com").trim().replace(/\/+$/,"");return Y.length>0?Y:"https://sequenzy.com"}function u0(Q){let X=Q?.trim();return X?X:void 0}function o0(Q){return encodeURIComponent(Q)}function Q0(Q,X){return`${Q}${X}`}function X0(Q,X=""){return`/dashboard/company/${o0(Q)}${X}`}function z5(Q,X,Y){return Q0(Q,`${X0(X,"/settings")}?tab=${encodeURIComponent(Y)}`)}function WM(Q,X){let Y=PX.map((W)=>[W,X?z5(Q,X,W):""]);return Object.fromEntries(Y)}function K1(Q={},X){let Y=YM(X),W=u0(Q.companyId),G={},J=WM(Y,W);if(!W)return{appUrl:Y,routeTemplates:$5,settingsTabValues:PX,urls:G,settingsUrls:J};G.dashboard=Q0(Y,X0(W)),G.campaigns=Q0(Y,X0(W,"/campaign")),G.sequences=Q0(Y,X0(W,"/sequences")),G.settings=Q0(Y,X0(W,"/settings")),G.emails=Q0(Y,X0(W,"/emails")),G.subscribers=Q0(Y,X0(W,"/subscribers")),G.sentEmails=Q0(Y,X0(W,"/sent-emails")),G.segments=Q0(Y,X0(W,"/segments")),G.metrics=Q0(Y,X0(W,"/metrics")),G.transactional=Q0(Y,X0(W,"/transactional"));let $=u0(Q.campaignId);if($)G.campaign=Q0(Y,X0(W,`/campaign/${o0($)}`));let z=u0(Q.sequenceId);if(z)G.sequence=Q0(Y,X0(W,`/sequences/${o0(z)}`));let H=u0(Q.emailId)??u0(Q.templateId);if(H)G.email=Q0(Y,X0(W,`/emails/${o0(H)}`)),G.template=G.email;let A=u0(Q.transactionalId);if(A)G.transactionalEmail=Q0(Y,X0(W,`/transactional/${o0(A)}`));let K=u0(Q.emailSendId);if(K)G.emailSend=Q0(Y,X0(W,`/sent-emails/${o0(K)}`));let U=u0(Q.domainId);if(U)G.domain=Q0(Y,X0(W,`/settings/domain/${o0(U)}`)),G.domainVerify=`${G.domain}/verify`;let B=u0(Q.status);if(B)G.campaignList=Q0(Y,X0(W,`/campaign/list/${o0(B)}`)),G.sequenceList=Q0(Y,X0(W,`/sequences/list/${o0(B)}`));let L=u0(Q.settingsTab);if(L)G.settingsTab=z5(Y,W,L);return{appUrl:Y,routeTemplates:$5,settingsTabValues:PX,urls:G,settingsUrls:J}}var H5=[{uri:"sequenzy://dashboard",name:"Dashboard Overview",description:"Live overview stats for the last 7 days",mimeType:"application/json"},{uri:"sequenzy://company",name:"Current Company",description:"The currently selected company, including localization settings",mimeType:"application/json"},{uri:"sequenzy://campaigns/recent",name:"Recent Campaigns",description:"Last 10 campaigns with status and basic stats",mimeType:"application/json"},{uri:"sequenzy://subscribers/recent",name:"Recent Subscribers",description:"Most recently added subscribers",mimeType:"application/json"},{uri:"sequenzy://subscribers/engaged",name:"Engaged Subscribers",description:"Most active/engaged subscribers",mimeType:"application/json"},{uri:"sequenzy://sequences",name:"Sequences",description:"All email sequences with status",mimeType:"application/json"},{uri:"sequenzy://templates",name:"Templates",description:"All available email templates with localization status",mimeType:"application/json"},{uri:"sequenzy://segments",name:"Segments",description:"All defined segments with subscriber counts",mimeType:"application/json"},{uri:"sequenzy://tags",name:"Tags",description:"All tags with usage counts",mimeType:"application/json"},{uri:"sequenzy://health",name:"Deliverability Health",description:"Email deliverability metrics and health status",mimeType:"application/json"},{uri:"sequenzy://app-routes",name:"Dashboard URL Routes",description:"Route templates and settings tabs for building Sequenzy dashboard links",mimeType:"application/json"}];async function A5(Q){try{let X;switch(Q){case"sequenzy://dashboard":X=await Z("GET","/api/v1/metrics?period=7d");break;case"sequenzy://company":{let Y=await Z("GET","/api/v1/account"),W=f1()??Y.currentCompanyId;if(!W)throw Error("No company available. Create or select a company first.");X=await Z("GET",`/api/v1/companies/${W}`);break}case"sequenzy://campaigns/recent":X=await Z("GET","/api/v1/campaigns?limit=10");break;case"sequenzy://subscribers/recent":X=await Z("GET","/api/v1/subscribers?sort=createdAt&limit=20");break;case"sequenzy://subscribers/engaged":X=await Z("GET","/api/v1/subscribers?sort=engagement&limit=20");break;case"sequenzy://sequences":X=await Z("GET","/api/v1/sequences");break;case"sequenzy://templates":X=await Z("GET","/api/v1/templates");break;case"sequenzy://segments":X=await Z("GET","/api/v1/segments");break;case"sequenzy://tags":X=await Z("GET","/api/v1/tags");break;case"sequenzy://health":X=await Z("GET","/api/v1/health/deliverability");break;case"sequenzy://app-routes":X=K1();break;default:throw Error(`Unknown resource: ${Q}`)}return{contents:[{uri:Q,mimeType:"application/json",text:JSON.stringify(X,null,2)}]}}catch(X){return{contents:[{uri:Q,mimeType:"text/plain",text:V1(X)}]}}}var GM={type:"object",properties:{id:{type:"string",description:"Optional filter ID. Any stable string works; one will be generated if omitted."},field:{type:"string",enum:["status","tag","email","emailProvider","added","firstName","lastName","list","emailSent","emailOpened","emailClicked","emailBounced","emailComplained","attribute","event","segment","stripeProduct","stripeCurrentProduct","stripeTrialProduct"],description:"Filter field. Use `event` for custom subscriber events, `segment` for saved segment membership, and `stripeProduct`/`stripeCurrentProduct`/`stripeTrialProduct` for Stripe product-based segments. Engagement fields (`emailSent`, `emailOpened`, `emailClicked`, `emailBounced`, `emailComplained`) accept a time range as the value or a specific campaign via `campaign:<campaign_id>`."},operator:{type:"string",enum:["is","is_not","is_empty","is_not_empty","contains","not_contains","less_than","more_than","at_least","less_than_count","gte","lte","gt","lt"],description:"Filter operator. Use `is_empty` or `is_not_empty` for fields that can be blank, including custom attributes. For `stripeProduct`, use `is` or `is_not` with a raw product ID, and `at_least` or `less_than_count` with `productId:count`. For `event`, use `is`, `is_not`, `at_least`, or `less_than_count`. For engagement fields, use `is` (event happened) or `is_not` (event did not happen)."},value:{type:"string",description:"Filter value. For custom attribute empty checks, use `attributeName:` such as `last_logged_in:`. Event examples: `saas.purchase:30d`, `saas.purchase:all`, or `saas.purchase:5:30d` for thresholds. Segment values are segment IDs. Stripe product examples: `prod_123` for bought/didn't buy, `prod_123:3` for payment thresholds. Engagement examples: `7d`, `30d`, `90d`, `180d`, `all` for rolling time windows, or `campaign:<campaign_id>` to scope to a specific sent campaign (use `list_campaigns` to find IDs)."}},required:["field","operator","value"],additionalProperties:!1},JM={type:"object",properties:{kind:{type:"string",enum:["group"]},id:{type:"string",description:"Stable group ID. Any string works; one will be generated if omitted."},joinOperator:{type:"string",enum:["and","or"],description:"How children in this group combine."},children:{type:"array",minItems:1,items:{type:"object",description:'Either a filter leaf (`kind: "filter"`) or another group (`kind: "group"`).'}}},required:["kind","joinOperator","children"],additionalProperties:!0};function B5(Q){if(!Array.isArray(Q))return Q;return Q.map((X)=>{if(typeof X!=="object"||X===null)return X;let Y=X;if(typeof Y.id==="string"&&Y.id.trim()!=="")return Y;return{...Y,id:crypto.randomUUID()}})}function D5(Q){if(typeof Q!=="object"||Q===null)return Q;let X=Q;if(X.kind==="filter"){let Y=B5([X]);return Array.isArray(Y)?Y[0]:X}if(X.kind!=="group")return Q;return{...X,id:typeof X.id==="string"&&X.id.trim()!==""?X.id:crypto.randomUUID(),children:Array.isArray(X.children)?X.children.map(D5):[]}}function m1(Q,X,Y){if(X.html!==void 0&&X.blocks!==void 0)throw Error(`Provide either \`html\` or \`blocks\` when calling \`${Q}\`, not both.`);if(X.blocks!==void 0&&!Array.isArray(X.blocks))throw Error(`\`blocks\` must be an array when calling \`${Q}\`.`);if(Y?.requireContent&&X.html===void 0&&X.blocks===void 0)throw Error(`Provide either \`html\` or \`blocks\` when calling \`${Q}\`.`)}function $M(Q){let X=Q.filters!==void 0,Y=Q.root!==void 0;if(X&&Y)throw Error("Provide either `filters` or `root` when calling `create_segment`, not both.");if(!X&&!Y)throw Error("Provide either `filters` or `root` when calling `create_segment`.");if(X){if(!Array.isArray(Q.filters))throw Error("`filters` must be an array when calling `create_segment`.");if(Q.filters.length===0)throw Error("`filters` must include at least one filter when calling `create_segment`.")}if(Y&&(typeof Q.root!=="object"||Q.root===null))throw Error("`root` must be an object when calling `create_segment`.")}function zM(Q){if(Q.clearEnrollmentFieldPath===!0&&Q.enrollmentFieldPath!==void 0)throw Error("Provide either `enrollmentFieldPath` or `clearEnrollmentFieldPath` when calling `update_sequence`, not both.");let X={...Q};if(delete X.clearEnrollmentFieldPath,Q.clearEnrollmentFieldPath===!0)X.enrollmentFieldPath=null;return X}function HM(Q){let X=R(Q,"subscriberId"),Y=Q.fieldValues,W=Y===void 0?void 0:Array.isArray(Y)?Y:void 0;if(Y!==void 0&&W===void 0)throw Error("`fieldValues` must be an array when calling `cancel_sequence_enrollments`.");let G=W?.map((z)=>typeof z==="string"?z.trim():"").filter((z)=>z.length>0)??[];if(W?.some((z)=>typeof z!=="string")||W!==void 0&&G.length===0)throw Error("`fieldValues` must contain at least one non-empty string when calling `cancel_sequence_enrollments`.");if(X!==void 0===G.length>0)throw Error("Provide exactly one target when calling `cancel_sequence_enrollments`: `subscriberId` or `fieldValues`.");let J=R(Q,"fieldPath"),$=R(Q,"reason");return{...X!==void 0&&{subscriberId:X},...J!==void 0&&{fieldPath:J},...G.length>0&&{fieldValues:G},...typeof Q.dryRun==="boolean"&&{dryRun:Q.dryRun},...$!==void 0&&{reason:$}}}function AM(Q){m1("create_campaign",Q);let X=R(Q,"prompt")!==void 0,Y=Q.html!==void 0,W=Q.blocks!==void 0,G=Q.templateId!==void 0;if(Q.prompt!==void 0&&!X)throw Error("`prompt` cannot be empty when calling `create_campaign`.");if(X&&(Y||W||G))throw Error("Provide either `prompt`, `html`, `blocks`, or `templateId` when calling `create_campaign`, not multiple content sources.");if(!X&&(Q.style!==void 0||Q.tone!==void 0))throw Error("`style` and `tone` can only be used with `prompt` when calling `create_campaign`.");if(!X&&R(Q,"subject")===void 0)throw Error("`subject` is required unless `prompt` is provided when calling `create_campaign`.")}function KM(Q){m1("create_transactional_email",Q);let X=R(Q,"prompt")!==void 0,Y=Q.html!==void 0,W=Q.blocks!==void 0;if(Q.prompt!==void 0&&!X)throw Error("`prompt` cannot be empty when calling `create_transactional_email`.");if(X&&(Y||W))throw Error("Provide either `prompt`, `html`, or `blocks` when calling `create_transactional_email`, not multiple content sources.");if(!X&&(Q.style!==void 0||Q.tone!==void 0))throw Error("`style` and `tone` can only be used with `prompt` when calling `create_transactional_email`.");if(!X&&!Y&&!W)throw Error("Provide either `prompt`, `html`, or `blocks` when calling `create_transactional_email`.");if(!X&&R(Q,"subject")===void 0)throw Error("`subject` is required unless `prompt` is provided when calling `create_transactional_email`.")}var K5={type:"object",description:"A step to create inside a branch path. Use type:'delay' for a standalone delay, type:'email' for an email, or type:'create_discount' for a discount action.",properties:{type:{type:"string",enum:["email","delay","create_discount","discount","webhook"],description:"Branch path step type. Omit for email steps; use delay for standalone waits."},nodeType:{type:"string",enum:["logic_delay","action_email","action_create_discount","action_add_tag","action_remove_tag","action_add_to_list","action_remove_from_list","action_update_attributes","logic_wait_for_event","action_webhook"],description:"Advanced branch path node type. Prefer type unless creating a non-email action."},config:{type:"object",description:"Config for advanced nodeType steps such as tag/list/webhook/wait-for-event actions.",additionalProperties:!0},subject:{type:"string",description:"Email subject. Required for email steps."},previewText:{type:"string",description:"Email preview text."},blocks:{type:"array",description:"Sequenzy email blocks for email steps.",items:{type:"object"}},html:{type:"string",description:"HTML content for email steps."},delay:{type:"object",description:"Delay before this step, or the delay duration when type is delay.",properties:{days:{type:"number"},hours:{type:"number"},minutes:{type:"number"}}},delayMs:{type:"number",description:"Delay in milliseconds. Useful for standalone type:'delay' steps."},name:{type:"string",description:"Email template name for email steps."},discount:{type:"object",description:"Discount configuration for create_discount steps. Same shape as create_sequence steps.",additionalProperties:!0},label:{type:"string",description:"Node label for discount or advanced node steps."},provider:{type:"string",enum:["stripe","shopify"]},discountType:{type:"string",enum:["percent","amount"]},percentOff:{type:"number"},amountOff:{type:"number"},currency:{type:"string"},duration:{type:"string",enum:["once","forever","repeating"]},durationInMonths:{type:"number"},appliesToAllPlans:{type:"boolean"},planIds:{type:"array",items:{type:"string"}},codePrefix:{type:"string"},maxRedemptions:{type:"number"},lockToSubscriber:{type:"boolean"},expiresAt:{type:"string"},expiresInHours:{type:"number"}},additionalProperties:!1};function UM(Q){if(!Q||typeof Q!=="object")return null;let X=Q;if(X.success!==!1)return null;if(typeof X.error==="string")return Error(X.error);if(X.error&&typeof X.error==="object"&&typeof X.error.message==="string")return Error(X.error.message);if(typeof X.message==="string")return Error(X.message);return Error("The tool returned an unsuccessful response.")}function Z0(Q){return typeof Q==="object"&&Q!==null&&!Array.isArray(Q)}function U5(Q){return Q.trim().toLowerCase().replace(/\s+/g,"-")}function BM(Q){let X=new URLSearchParams;if(typeof Q.query==="string"&&Q.query.trim()!=="")X.set("query",Q.query.trim());if(Array.isArray(Q.tags)&&Q.tags.length>0)X.set("tags",Q.tags.filter((Y)=>typeof Y==="string"&&Y.trim()!=="").join(","));if(typeof Q.segmentId==="string"&&Q.segmentId.trim()!=="")X.set("segmentId",Q.segmentId);return X.set("page",String(Q.page)),X.set("limit",String(Q.pageSize)),X}async function DM(Q,X){let Y=typeof Q.limit==="number"&&Number.isFinite(Q.limit)?Math.max(1,Math.trunc(Q.limit)):void 0,W=Math.min(100,Math.max(1,Y??100)),G=[],J=1,$=0,z=0,H=0;while(!0){let K=BM({query:Q.query,tags:Q.tags,segmentId:Q.segmentId,page:J,pageSize:W}),U=await Z("GET",`/api/v1/subscribers?${K.toString()}`,void 0,X);$=U.pagination?.total??U.subscribers.length,z=U.pagination?.totalPages??1,H+=1,G.push(...U.subscribers??[]);let B=Y!==void 0&&G.length>=Y,L=U.pagination?J>=U.pagination.totalPages:(U.subscribers??[]).length<W;if(B||L)break;J+=1}let A=Y!==void 0?G.slice(0,Y):G;return{success:!0,subscribers:A,pagination:{page:1,limit:W,total:$,totalPages:z,fetchedPages:H},returned:A.length,truncated:Y!==void 0&&$>0&&A.length<$}}function LM(Q){let X=typeof Q.email==="string"&&Q.email.trim()!==""?Q.email.trim():void 0,Y=typeof Q.externalId==="string"&&Q.externalId.trim()!==""?Q.externalId.trim():void 0;return{...X?{email:X}:{},...Y?{externalId:Y}:{}}}function u6(Q,X){let Y=LM(X);if(!Y.email&&!Y.externalId)throw Error(`Provide either \`email\` or \`externalId\` when calling \`${Q}\`.`);return Y}function EX(Q){if(Q.email)return`/api/v1/subscribers/${encodeURIComponent(Q.email)}`;return`/api/v1/subscribers/external?externalId=${encodeURIComponent(String(Q.externalId))}`}async function IX(Q,X){return Z("GET",EX(Q),void 0,X)}function R(Q,X){let Y=Q[X];if(typeof Y!=="string")return;let W=Y.trim();return W.length>0?W:void 0}async function L5(Q){let X=R(Q,"companyId");if(X)return X;let Y=f1();if(Y)return Y;try{return(await Z("GET","/api/v1/account")).currentCompanyId??void 0}catch{return}}function l1(Q,X){if(!Z0(Q)||!X)return Q;return{...Q,url:X}}function $Q(Q,X,Y){if(!Array.isArray(Q)||!X)return Q;return Q.map((W)=>{if(!Z0(W))return W;let G=R(W,"id");if(!G)return W;let J=K1({companyId:X,...Y==="campaign"&&{campaignId:G},...Y==="sequence"&&{sequenceId:G},...Y==="template"&&{emailId:G},...Y==="transactional"&&{transactionalId:G}}),$=Y==="campaign"?J.urls.campaign:Y==="sequence"?J.urls.sequence:Y==="template"?J.urls.email:J.urls.transactionalEmail;return l1(W,$)})}function FM(Q){if(!Array.isArray(Q))return Q;return Q.map((X)=>{if(!Z0(X))return X;let Y=R(X,"id");if(!Y)return X;let W=K1({companyId:Y});return{...X,url:W.urls.dashboard,settingsUrl:W.urls.settings}})}var qM=new Set(["get_account","select_company","create_company","get_company","list_campaigns","get_campaign","get_email_send","create_campaign","update_campaign","send_test_email","list_sequences","get_sequence","create_sequence","update_sequence","enable_sequence","disable_sequence","cancel_sequence_enrollments","list_templates","get_template","create_template","update_template","list_transactional_emails","get_transactional_email","create_transactional_email","update_transactional_email"]);async function OM(Q,X,Y){if(!Z0(Y)||!qM.has(Q))return Y;let W=Z0(Y.company)?Y.company:void 0,J=R(Y,"selectedCompanyId")??R(Y,"currentCompanyId")??R(Y,"companyId")??(W?R(W,"id"):void 0)??(W?R(W,"companyId"):void 0)??await L5(X);if(!J)return Y;let $=Z0(Y.campaign)?Y.campaign:void 0,z=Z0(Y.sequence)?Y.sequence:void 0,H=Z0(Y.template)?Y.template:void 0,A=Z0(Y.transactional)&&!Array.isArray(Y.transactional)?Y.transactional:void 0,K={companyId:J,campaignId:R(X,"campaignId")??R(Y,"campaignId")??($?R($,"id"):void 0),sequenceId:R(X,"sequenceId")??R(Y,"sequenceId")??(z?R(z,"id"):void 0),emailId:R(Y,"templateId")??(H?R(H,"id"):void 0)??(A?R(A,"emailId"):void 0)??R(X,"templateId"),transactionalId:R(X,"transactionalId")??(A?R(A,"id"):void 0)??R(X,"idOrSlug"),emailSendId:R(X,"emailSendId")??R(Y,"emailSendId")??(Z0(Y.emailSend)?R(Y.emailSend,"id"):void 0),status:R(X,"status")},U=K1(K),B=W?K1({companyId:J}):void 0;return{...Y,...Array.isArray(Y.companies)&&{companies:FM(Y.companies)},...Array.isArray(Y.campaigns)&&{campaigns:$Q(Y.campaigns,J,"campaign")},...Array.isArray(Y.sequences)&&{sequences:$Q(Y.sequences,J,"sequence")},...Array.isArray(Y.templates)&&{templates:$Q(Y.templates,J,"template")},...Array.isArray(Y.transactional)&&{transactional:$Q(Y.transactional,J,"transactional")},...W&&B!==void 0&&{company:{...W,url:B.urls.dashboard,settingsUrl:B.urls.settings}},...$&&U.urls.campaign!==void 0&&{campaign:l1($,U.urls.campaign)},...z&&U.urls.sequence!==void 0&&{sequence:l1(z,U.urls.sequence)},...H&&U.urls.email!==void 0&&{template:l1(H,U.urls.email)},...A&&U.urls.transactionalEmail!==void 0&&{transactional:l1(A,U.urls.transactionalEmail)},...Z0(Y.emailSend)&&U.urls.emailSend!==void 0&&{emailSend:l1(Y.emailSend,U.urls.emailSend)},appUrls:U.urls}}var F5=[{name:"get_account",description:`Get current account information including available companies. IMPORTANT: If you have access to multiple companies, you MUST either:
28
+ `)}L.write("payload.value = newResult;"),L.write("return payload;");let T=L.compile();return(I,x)=>T(B,I,x)},J,$=U1,z=!f6.jitless,A=z&&FQ.value,K=X.catchall,U;Q._zod.parse=(B,L)=>{U??(U=W.value);let q=B.value;if(!$(q))return B.issues.push({expected:"object",code:"invalid_type",input:q,inst:Q}),B;if(z&&A&&L?.async===!1&&L.jitless!==!0){if(!J)J=G(X.shape);if(B=J(B,L),!K)return B;return SY([],q,B,L,U,Q)}return Y(B,L)}});function i8(Q,X,Y,W){for(let J of Q)if(J.issues.length===0)return X.value=J.value,X;let G=Q.filter((J)=>!e0(J));if(G.length===1)return X.value=G[0].value,G[0];return X.issues.push({code:"invalid_union",input:X.value,inst:Y,errors:Q.map((J)=>J.issues.map(($)=>E0($,W,N0())))}),X}var EQ=F("$ZodUnion",(Q,X)=>{i.init(Q,X),m(Q._zod,"optin",()=>X.options.some((G)=>G._zod.optin==="optional")?"optional":void 0),m(Q._zod,"optout",()=>X.options.some((G)=>G._zod.optout==="optional")?"optional":void 0),m(Q._zod,"values",()=>{if(X.options.every((G)=>G._zod.values))return new Set(X.options.flatMap((G)=>Array.from(G._zod.values)));return}),m(Q._zod,"pattern",()=>{if(X.options.every((G)=>G._zod.pattern)){let G=X.options.map((J)=>J._zod.pattern);return new RegExp(`^(${G.map((J)=>n1(J.source)).join("|")})$`)}return});let Y=X.options.length===1,W=X.options[0]._zod.run;Q._zod.parse=(G,J)=>{if(Y)return W(G,J);let $=!1,z=[];for(let H of X.options){let A=H._zod.run({value:G.value,issues:[]},J);if(A instanceof Promise)z.push(A),$=!0;else{if(A.issues.length===0)return A;z.push(A)}}if(!$)return i8(z,G,Q,J);return Promise.all(z).then((H)=>{return i8(H,G,Q,J)})}}),CY=F("$ZodDiscriminatedUnion",(Q,X)=>{EQ.init(Q,X);let Y=Q._zod.parse;m(Q._zod,"propValues",()=>{let G={};for(let J of X.options){let $=J._zod.propValues;if(!$||Object.keys($).length===0)throw Error(`Invalid discriminated union option at index "${X.options.indexOf(J)}"`);for(let[z,H]of Object.entries($)){if(!G[z])G[z]=new Set;for(let A of H)G[z].add(A)}}return G});let W=N1(()=>{let G=X.options,J=new Map;for(let $ of G){let z=$._zod.propValues?.[X.discriminator];if(!z||z.size===0)throw Error(`Invalid discriminated union option at index "${X.options.indexOf($)}"`);for(let H of z){if(J.has(H))throw Error(`Duplicate discriminator value "${String(H)}"`);J.set(H,$)}}return J});Q._zod.parse=(G,J)=>{let $=G.value;if(!U1($))return G.issues.push({code:"invalid_type",expected:"object",input:$,inst:Q}),G;let z=W.value.get($?.[X.discriminator]);if(z)return z._zod.run(G,J);if(X.unionFallback)return Y(G,J);return G.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:X.discriminator,input:$,path:[X.discriminator],inst:Q}),G}}),kY=F("$ZodIntersection",(Q,X)=>{i.init(Q,X),Q._zod.parse=(Y,W)=>{let G=Y.value,J=X.left._zod.run({value:G,issues:[]},W),$=X.right._zod.run({value:G,issues:[]},W);if(J instanceof Promise||$ instanceof Promise)return Promise.all([J,$]).then(([H,A])=>{return r8(Y,H,A)});return r8(Y,J,$)}});function PQ(Q,X){if(Q===X)return{valid:!0,data:Q};if(Q instanceof Date&&X instanceof Date&&+Q===+X)return{valid:!0,data:Q};if(s0(Q)&&s0(X)){let Y=Object.keys(X),W=Object.keys(Q).filter((J)=>Y.indexOf(J)!==-1),G={...Q,...X};for(let J of W){let $=PQ(Q[J],X[J]);if(!$.valid)return{valid:!1,mergeErrorPath:[J,...$.mergeErrorPath]};G[J]=$.data}return{valid:!0,data:G}}if(Array.isArray(Q)&&Array.isArray(X)){if(Q.length!==X.length)return{valid:!1,mergeErrorPath:[]};let Y=[];for(let W=0;W<Q.length;W++){let G=Q[W],J=X[W],$=PQ(G,J);if(!$.valid)return{valid:!1,mergeErrorPath:[W,...$.mergeErrorPath]};Y.push($.data)}return{valid:!0,data:Y}}return{valid:!1,mergeErrorPath:[]}}function r8(Q,X,Y){if(X.issues.length)Q.issues.push(...X.issues);if(Y.issues.length)Q.issues.push(...Y.issues);if(e0(Q))return Q;let W=PQ(X.value,Y.value);if(!W.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(W.mergeErrorPath)}`);return Q.value=W.data,Q}var vY=F("$ZodRecord",(Q,X)=>{i.init(Q,X),Q._zod.parse=(Y,W)=>{let G=Y.value;if(!s0(G))return Y.issues.push({expected:"record",code:"invalid_type",input:G,inst:Q}),Y;let J=[];if(X.keyType._zod.values){let $=X.keyType._zod.values;Y.value={};for(let H of $)if(typeof H==="string"||typeof H==="number"||typeof H==="symbol"){let A=X.valueType._zod.run({value:G[H],issues:[]},W);if(A instanceof Promise)J.push(A.then((K)=>{if(K.issues.length)Y.issues.push(...m0(H,K.issues));Y.value[H]=K.value}));else{if(A.issues.length)Y.issues.push(...m0(H,A.issues));Y.value[H]=A.value}}let z;for(let H in G)if(!$.has(H))z=z??[],z.push(H);if(z&&z.length>0)Y.issues.push({code:"unrecognized_keys",input:G,inst:Q,keys:z})}else{Y.value={};for(let $ of Reflect.ownKeys(G)){if($==="__proto__")continue;let z=X.keyType._zod.run({value:$,issues:[]},W);if(z instanceof Promise)throw Error("Async schemas not supported in object keys currently");if(z.issues.length){Y.issues.push({code:"invalid_key",origin:"record",issues:z.issues.map((A)=>E0(A,W,N0())),input:$,path:[$],inst:Q}),Y.value[z.value]=z.value;continue}let H=X.valueType._zod.run({value:G[$],issues:[]},W);if(H instanceof Promise)J.push(H.then((A)=>{if(A.issues.length)Y.issues.push(...m0($,A.issues));Y.value[z.value]=A.value}));else{if(H.issues.length)Y.issues.push(...m0($,H.issues));Y.value[z.value]=H.value}}}if(J.length)return Promise.all(J).then(()=>Y);return Y}});var xY=F("$ZodEnum",(Q,X)=>{i.init(Q,X);let Y=DQ(X.entries),W=new Set(Y);Q._zod.values=W,Q._zod.pattern=new RegExp(`^(${Y.filter((G)=>qQ.has(typeof G)).map((G)=>typeof G==="string"?l0(G):G.toString()).join("|")})$`),Q._zod.parse=(G,J)=>{let $=G.value;if(W.has($))return G;return G.issues.push({code:"invalid_value",values:Y,input:$,inst:Q}),G}}),_Y=F("$ZodLiteral",(Q,X)=>{if(i.init(Q,X),X.values.length===0)throw Error("Cannot create literal schema with no valid values");Q._zod.values=new Set(X.values),Q._zod.pattern=new RegExp(`^(${X.values.map((Y)=>typeof Y==="string"?l0(Y):Y?l0(Y.toString()):String(Y)).join("|")})$`),Q._zod.parse=(Y,W)=>{let G=Y.value;if(Q._zod.values.has(G))return Y;return Y.issues.push({code:"invalid_value",values:X.values,input:G,inst:Q}),Y}});var yY=F("$ZodTransform",(Q,X)=>{i.init(Q,X),Q._zod.parse=(Y,W)=>{if(W.direction==="backward")throw new p1(Q.constructor.name);let G=X.transform(Y.value,Y);if(W.async)return(G instanceof Promise?G:Promise.resolve(G)).then(($)=>{return Y.value=$,Y});if(G instanceof Promise)throw new f0;return Y.value=G,Y}});function n8(Q,X){if(Q.issues.length&&X===void 0)return{issues:[],value:void 0};return Q}var gY=F("$ZodOptional",(Q,X)=>{i.init(Q,X),Q._zod.optin="optional",Q._zod.optout="optional",m(Q._zod,"values",()=>{return X.innerType._zod.values?new Set([...X.innerType._zod.values,void 0]):void 0}),m(Q._zod,"pattern",()=>{let Y=X.innerType._zod.pattern;return Y?new RegExp(`^(${n1(Y.source)})?$`):void 0}),Q._zod.parse=(Y,W)=>{if(X.innerType._zod.optin==="optional"){let G=X.innerType._zod.run(Y,W);if(G instanceof Promise)return G.then((J)=>n8(J,Y.value));return n8(G,Y.value)}if(Y.value===void 0)return Y;return X.innerType._zod.run(Y,W)}}),uY=F("$ZodNullable",(Q,X)=>{i.init(Q,X),m(Q._zod,"optin",()=>X.innerType._zod.optin),m(Q._zod,"optout",()=>X.innerType._zod.optout),m(Q._zod,"pattern",()=>{let Y=X.innerType._zod.pattern;return Y?new RegExp(`^(${n1(Y.source)}|null)$`):void 0}),m(Q._zod,"values",()=>{return X.innerType._zod.values?new Set([...X.innerType._zod.values,null]):void 0}),Q._zod.parse=(Y,W)=>{if(Y.value===null)return Y;return X.innerType._zod.run(Y,W)}}),hY=F("$ZodDefault",(Q,X)=>{i.init(Q,X),Q._zod.optin="optional",m(Q._zod,"values",()=>X.innerType._zod.values),Q._zod.parse=(Y,W)=>{if(W.direction==="backward")return X.innerType._zod.run(Y,W);if(Y.value===void 0)return Y.value=X.defaultValue,Y;let G=X.innerType._zod.run(Y,W);if(G instanceof Promise)return G.then((J)=>d8(J,X));return d8(G,X)}});function d8(Q,X){if(Q.value===void 0)Q.value=X.defaultValue;return Q}var fY=F("$ZodPrefault",(Q,X)=>{i.init(Q,X),Q._zod.optin="optional",m(Q._zod,"values",()=>X.innerType._zod.values),Q._zod.parse=(Y,W)=>{if(W.direction==="backward")return X.innerType._zod.run(Y,W);if(Y.value===void 0)Y.value=X.defaultValue;return X.innerType._zod.run(Y,W)}}),lY=F("$ZodNonOptional",(Q,X)=>{i.init(Q,X),m(Q._zod,"values",()=>{let Y=X.innerType._zod.values;return Y?new Set([...Y].filter((W)=>W!==void 0)):void 0}),Q._zod.parse=(Y,W)=>{let G=X.innerType._zod.run(Y,W);if(G instanceof Promise)return G.then((J)=>o8(J,Q));return o8(G,Q)}});function o8(Q,X){if(!Q.issues.length&&Q.value===void 0)Q.issues.push({code:"invalid_type",expected:"nonoptional",input:Q.value,inst:X});return Q}var mY=F("$ZodCatch",(Q,X)=>{i.init(Q,X),m(Q._zod,"optin",()=>X.innerType._zod.optin),m(Q._zod,"optout",()=>X.innerType._zod.optout),m(Q._zod,"values",()=>X.innerType._zod.values),Q._zod.parse=(Y,W)=>{if(W.direction==="backward")return X.innerType._zod.run(Y,W);let G=X.innerType._zod.run(Y,W);if(G instanceof Promise)return G.then((J)=>{if(Y.value=J.value,J.issues.length)Y.value=X.catchValue({...Y,error:{issues:J.issues.map(($)=>E0($,W,N0()))},input:Y.value}),Y.issues=[];return Y});if(Y.value=G.value,G.issues.length)Y.value=X.catchValue({...Y,error:{issues:G.issues.map((J)=>E0(J,W,N0()))},input:Y.value}),Y.issues=[];return Y}});var cY=F("$ZodPipe",(Q,X)=>{i.init(Q,X),m(Q._zod,"values",()=>X.in._zod.values),m(Q._zod,"optin",()=>X.in._zod.optin),m(Q._zod,"optout",()=>X.out._zod.optout),m(Q._zod,"propValues",()=>X.in._zod.propValues),Q._zod.parse=(Y,W)=>{if(W.direction==="backward"){let J=X.out._zod.run(Y,W);if(J instanceof Promise)return J.then(($)=>t6($,X.in,W));return t6(J,X.in,W)}let G=X.in._zod.run(Y,W);if(G instanceof Promise)return G.then((J)=>t6(J,X.out,W));return t6(G,X.out,W)}});function t6(Q,X,Y){if(Q.issues.length)return Q.aborted=!0,Q;return X._zod.run({value:Q.value,issues:Q.issues},Y)}var pY=F("$ZodReadonly",(Q,X)=>{i.init(Q,X),m(Q._zod,"propValues",()=>X.innerType._zod.propValues),m(Q._zod,"values",()=>X.innerType._zod.values),m(Q._zod,"optin",()=>X.innerType._zod.optin),m(Q._zod,"optout",()=>X.innerType._zod.optout),Q._zod.parse=(Y,W)=>{if(W.direction==="backward")return X.innerType._zod.run(Y,W);let G=X.innerType._zod.run(Y,W);if(G instanceof Promise)return G.then(t8);return t8(G)}});function t8(Q){return Q.value=Object.freeze(Q.value),Q}var iY=F("$ZodCustom",(Q,X)=>{W0.init(Q,X),i.init(Q,X),Q._zod.parse=(Y,W)=>{return Y},Q._zod.check=(Y)=>{let W=Y.value,G=X.fn(W);if(G instanceof Promise)return G.then((J)=>a8(J,Y,W,Q));a8(G,Y,W,Q);return}});function a8(Q,X,Y,W){if(!Q){let G={code:"custom",input:Y,inst:W,path:[...W._zod.def.path??[]],continue:!W._zod.def.abort};if(W._zod.def.params)G.params=W._zod.def.params;X.issues.push(w1(G))}}var $H=(Q)=>{let X=typeof Q;switch(X){case"number":return Number.isNaN(Q)?"NaN":"number";case"object":{if(Array.isArray(Q))return"array";if(Q===null)return"null";if(Object.getPrototypeOf(Q)!==Object.prototype&&Q.constructor)return Q.constructor.name}}return X},zH=()=>{let Q={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"}};function X(W){return Q[W]??null}let Y={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return(W)=>{switch(W.code){case"invalid_type":return`Invalid input: expected ${W.expected}, received ${$H(W.input)}`;case"invalid_value":if(W.values.length===1)return`Invalid input: expected ${p6(W.values[0])}`;return`Invalid option: expected one of ${l6(W.values,"|")}`;case"too_big":{let G=W.inclusive?"<=":"<",J=X(W.origin);if(J)return`Too big: expected ${W.origin??"value"} to have ${G}${W.maximum.toString()} ${J.unit??"elements"}`;return`Too big: expected ${W.origin??"value"} to be ${G}${W.maximum.toString()}`}case"too_small":{let G=W.inclusive?">=":">",J=X(W.origin);if(J)return`Too small: expected ${W.origin} to have ${G}${W.minimum.toString()} ${J.unit}`;return`Too small: expected ${W.origin} to be ${G}${W.minimum.toString()}`}case"invalid_format":{let G=W;if(G.format==="starts_with")return`Invalid string: must start with "${G.prefix}"`;if(G.format==="ends_with")return`Invalid string: must end with "${G.suffix}"`;if(G.format==="includes")return`Invalid string: must include "${G.includes}"`;if(G.format==="regex")return`Invalid string: must match pattern ${G.pattern}`;return`Invalid ${Y[G.format]??W.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${W.divisor}`;case"unrecognized_keys":return`Unrecognized key${W.keys.length>1?"s":""}: ${l6(W.keys,", ")}`;case"invalid_key":return`Invalid key in ${W.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${W.origin}`;default:return"Invalid input"}}};function TQ(){return{localeError:zH()}}var uM=Symbol("ZodOutput"),hM=Symbol("ZodInput");class rY{constructor(){this._map=new WeakMap,this._idmap=new Map}add(Q,...X){let Y=X[0];if(this._map.set(Q,Y),Y&&typeof Y==="object"&&"id"in Y){if(this._idmap.has(Y.id))throw Error(`ID ${Y.id} already exists in the registry`);this._idmap.set(Y.id,Q)}return this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(Q){let X=this._map.get(Q);if(X&&typeof X==="object"&&"id"in X)this._idmap.delete(X.id);return this._map.delete(Q),this}get(Q){let X=Q._zod.parent;if(X){let Y={...this.get(X)??{}};delete Y.id;let W={...Y,...this._map.get(Q)};return Object.keys(W).length?W:void 0}return this._map.get(Q)}has(Q){return this._map.has(Q)}}function HH(){return new rY}var e1=HH();function nY(Q,X){return new Q({type:"string",...P(X)})}function dY(Q,X){return new Q({type:"string",format:"email",check:"string_format",abort:!1,...P(X)})}function SQ(Q,X){return new Q({type:"string",format:"guid",check:"string_format",abort:!1,...P(X)})}function oY(Q,X){return new Q({type:"string",format:"uuid",check:"string_format",abort:!1,...P(X)})}function tY(Q,X){return new Q({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...P(X)})}function aY(Q,X){return new Q({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...P(X)})}function sY(Q,X){return new Q({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...P(X)})}function eY(Q,X){return new Q({type:"string",format:"url",check:"string_format",abort:!1,...P(X)})}function QW(Q,X){return new Q({type:"string",format:"emoji",check:"string_format",abort:!1,...P(X)})}function XW(Q,X){return new Q({type:"string",format:"nanoid",check:"string_format",abort:!1,...P(X)})}function YW(Q,X){return new Q({type:"string",format:"cuid",check:"string_format",abort:!1,...P(X)})}function WW(Q,X){return new Q({type:"string",format:"cuid2",check:"string_format",abort:!1,...P(X)})}function GW(Q,X){return new Q({type:"string",format:"ulid",check:"string_format",abort:!1,...P(X)})}function JW(Q,X){return new Q({type:"string",format:"xid",check:"string_format",abort:!1,...P(X)})}function $W(Q,X){return new Q({type:"string",format:"ksuid",check:"string_format",abort:!1,...P(X)})}function zW(Q,X){return new Q({type:"string",format:"ipv4",check:"string_format",abort:!1,...P(X)})}function HW(Q,X){return new Q({type:"string",format:"ipv6",check:"string_format",abort:!1,...P(X)})}function AW(Q,X){return new Q({type:"string",format:"cidrv4",check:"string_format",abort:!1,...P(X)})}function KW(Q,X){return new Q({type:"string",format:"cidrv6",check:"string_format",abort:!1,...P(X)})}function UW(Q,X){return new Q({type:"string",format:"base64",check:"string_format",abort:!1,...P(X)})}function BW(Q,X){return new Q({type:"string",format:"base64url",check:"string_format",abort:!1,...P(X)})}function DW(Q,X){return new Q({type:"string",format:"e164",check:"string_format",abort:!1,...P(X)})}function LW(Q,X){return new Q({type:"string",format:"jwt",check:"string_format",abort:!1,...P(X)})}function FW(Q,X){return new Q({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...P(X)})}function qW(Q,X){return new Q({type:"string",format:"date",check:"string_format",...P(X)})}function OW(Q,X){return new Q({type:"string",format:"time",check:"string_format",precision:null,...P(X)})}function MW(Q,X){return new Q({type:"string",format:"duration",check:"string_format",...P(X)})}function VW(Q,X){return new Q({type:"number",checks:[],...P(X)})}function ZW(Q,X){return new Q({type:"number",check:"number_format",abort:!1,format:"safeint",...P(X)})}function NW(Q,X){return new Q({type:"boolean",...P(X)})}function wW(Q,X){return new Q({type:"null",...P(X)})}function bW(Q){return new Q({type:"unknown"})}function jW(Q,X){return new Q({type:"never",...P(X)})}function e6(Q,X){return new wQ({check:"less_than",...P(X),value:Q,inclusive:!1})}function Q6(Q,X){return new wQ({check:"less_than",...P(X),value:Q,inclusive:!0})}function Q4(Q,X){return new bQ({check:"greater_than",...P(X),value:Q,inclusive:!1})}function X6(Q,X){return new bQ({check:"greater_than",...P(X),value:Q,inclusive:!0})}function X4(Q,X){return new R8({check:"multiple_of",...P(X),value:Q})}function Y4(Q,X){return new k8({check:"max_length",...P(X),maximum:Q})}function b1(Q,X){return new v8({check:"min_length",...P(X),minimum:Q})}function W4(Q,X){return new x8({check:"length_equals",...P(X),length:Q})}function RQ(Q,X){return new _8({check:"string_format",format:"regex",...P(X),pattern:Q})}function CQ(Q){return new y8({check:"string_format",format:"lowercase",...P(Q)})}function kQ(Q){return new g8({check:"string_format",format:"uppercase",...P(Q)})}function vQ(Q,X){return new u8({check:"string_format",format:"includes",...P(X),includes:Q})}function xQ(Q,X){return new h8({check:"string_format",format:"starts_with",...P(X),prefix:Q})}function _Q(Q,X){return new f8({check:"string_format",format:"ends_with",...P(X),suffix:Q})}function B1(Q){return new l8({check:"overwrite",tx:Q})}function yQ(Q){return B1((X)=>X.normalize(Q))}function gQ(){return B1((Q)=>Q.trim())}function uQ(){return B1((Q)=>Q.toLowerCase())}function hQ(){return B1((Q)=>Q.toUpperCase())}function PW(Q,X,Y){return new Q({type:"array",element:X,...P(Y)})}function IW(Q,X,Y){let W=P(Y);return W.abort??(W.abort=!0),new Q({type:"custom",check:"custom",fn:X,...W})}function EW(Q,X,Y){return new Q({type:"custom",check:"custom",fn:X,...P(Y)})}function TW(Q){let X=AH((Y)=>{return Y.addIssue=(W)=>{if(typeof W==="string")Y.issues.push(w1(W,Y.value,X._zod.def));else{let G=W;if(G.fatal)G.continue=!1;G.code??(G.code="custom"),G.input??(G.input=Y.value),G.inst??(G.inst=X),G.continue??(G.continue=!X._zod.def.abort),Y.issues.push(w1(G))}},Q(Y.value,Y)});return X}function AH(Q,X){let Y=new W0({check:"custom",...P(X)});return Y._zod.check=Q,Y}function j1(Q){return!!Q._zod}function Q1(Q,X){if(j1(Q))return t1(Q,X);return Q.safeParse(X)}function G4(Q){if(!Q)return;let X;if(j1(Q))X=Q._zod?.def?.shape;else X=Q.shape;if(!X)return;if(typeof X==="function")try{return X()}catch{return}return X}function SW(Q){if(j1(Q)){let J=Q._zod?.def;if(J){if(J.value!==void 0)return J.value;if(Array.isArray(J.values)&&J.values.length>0)return J.values[0]}}let Y=Q._def;if(Y){if(Y.value!==void 0)return Y.value;if(Array.isArray(Y.values)&&Y.values.length>0)return Y.values[0]}let W=Q.value;if(W!==void 0)return W;return}var W6={};xX(W6,{time:()=>mQ,duration:()=>cQ,datetime:()=>fQ,date:()=>lQ,ZodISOTime:()=>kW,ZodISODuration:()=>vW,ZodISODateTime:()=>RW,ZodISODate:()=>CW});var RW=F("ZodISODateTime",(Q,X)=>{AY.init(Q,X),d.init(Q,X)});function fQ(Q){return FW(RW,Q)}var CW=F("ZodISODate",(Q,X)=>{KY.init(Q,X),d.init(Q,X)});function lQ(Q){return qW(CW,Q)}var kW=F("ZodISOTime",(Q,X)=>{UY.init(Q,X),d.init(Q,X)});function mQ(Q){return OW(kW,Q)}var vW=F("ZodISODuration",(Q,X)=>{BY.init(Q,X),d.init(Q,X)});function cQ(Q){return MW(vW,Q)}var xW=(Q,X)=>{i6.init(Q,X),Q.name="ZodError",Object.defineProperties(Q,{format:{value:(Y)=>iX(Q,Y)},flatten:{value:(Y)=>pX(Q,Y)},addIssue:{value:(Y)=>{Q.issues.push(Y),Q.message=JSON.stringify(Q.issues,Z1,2)}},addIssues:{value:(Y)=>{Q.issues.push(...Y),Q.message=JSON.stringify(Q.issues,Z1,2)}},isEmpty:{get(){return Q.issues.length===0}}})},jV=F("ZodError",xW),M0=F("ZodError",xW,{Parent:Error});var _W=r6(M0),yW=n6(M0),gW=o1(M0),uW=a1(M0),hW=rX(M0),fW=nX(M0),lW=dX(M0),mW=oX(M0),cW=tX(M0),pW=aX(M0),iW=sX(M0),rW=eX(M0);var s=F("ZodType",(Q,X)=>{return i.init(Q,X),Q.def=X,Q.type=X.type,Object.defineProperty(Q,"_def",{value:X}),Q.check=(...Y)=>{return Q.clone(h.mergeDefs(X,{checks:[...X.checks??[],...Y.map((W)=>typeof W==="function"?{_zod:{check:W,def:{check:"custom"},onattach:[]}}:W)]}))},Q.clone=(Y,W)=>I0(Q,Y,W),Q.brand=()=>Q,Q.register=(Y,W)=>{return Y.add(Q,W),Q},Q.parse=(Y,W)=>_W(Q,Y,W,{callee:Q.parse}),Q.safeParse=(Y,W)=>gW(Q,Y,W),Q.parseAsync=async(Y,W)=>yW(Q,Y,W,{callee:Q.parseAsync}),Q.safeParseAsync=async(Y,W)=>uW(Q,Y,W),Q.spa=Q.safeParseAsync,Q.encode=(Y,W)=>hW(Q,Y,W),Q.decode=(Y,W)=>fW(Q,Y,W),Q.encodeAsync=async(Y,W)=>lW(Q,Y,W),Q.decodeAsync=async(Y,W)=>mW(Q,Y,W),Q.safeEncode=(Y,W)=>cW(Q,Y,W),Q.safeDecode=(Y,W)=>pW(Q,Y,W),Q.safeEncodeAsync=async(Y,W)=>iW(Q,Y,W),Q.safeDecodeAsync=async(Y,W)=>rW(Q,Y,W),Q.refine=(Y,W)=>Q.check(J3(Y,W)),Q.superRefine=(Y)=>Q.check($3(Y)),Q.overwrite=(Y)=>Q.check(B1(Y)),Q.optional=()=>a(Q),Q.nullable=()=>oW(Q),Q.nullish=()=>a(oW(Q)),Q.nonoptional=(Y)=>eH(Q,Y),Q.array=()=>_(Q),Q.or=(Y)=>p([Q,Y]),Q.and=(Y)=>$4(Q,Y),Q.transform=(Y)=>iQ(Q,QG(Y)),Q.default=(Y)=>tH(Q,Y),Q.prefault=(Y)=>sH(Q,Y),Q.catch=(Y)=>X3(Q,Y),Q.pipe=(Y)=>iQ(Q,Y),Q.readonly=()=>G3(Q),Q.describe=(Y)=>{let W=Q.clone();return e1.add(W,{description:Y}),W},Object.defineProperty(Q,"description",{get(){return e1.get(Q)?.description},configurable:!0}),Q.meta=(...Y)=>{if(Y.length===0)return e1.get(Q);let W=Q.clone();return e1.add(W,Y[0]),W},Q.isOptional=()=>Q.safeParse(void 0).success,Q.isNullable=()=>Q.safeParse(null).success,Q}),tW=F("_ZodString",(Q,X)=>{s6.init(Q,X),s.init(Q,X);let Y=Q._zod.bag;Q.format=Y.format??null,Q.minLength=Y.minimum??null,Q.maxLength=Y.maximum??null,Q.regex=(...W)=>Q.check(RQ(...W)),Q.includes=(...W)=>Q.check(vQ(...W)),Q.startsWith=(...W)=>Q.check(xQ(...W)),Q.endsWith=(...W)=>Q.check(_Q(...W)),Q.min=(...W)=>Q.check(b1(...W)),Q.max=(...W)=>Q.check(Y4(...W)),Q.length=(...W)=>Q.check(W4(...W)),Q.nonempty=(...W)=>Q.check(b1(1,...W)),Q.lowercase=(W)=>Q.check(CQ(W)),Q.uppercase=(W)=>Q.check(kQ(W)),Q.trim=()=>Q.check(gQ()),Q.normalize=(...W)=>Q.check(yQ(...W)),Q.toLowerCase=()=>Q.check(uQ()),Q.toUpperCase=()=>Q.check(hQ())}),MH=F("ZodString",(Q,X)=>{s6.init(Q,X),tW.init(Q,X),Q.email=(Y)=>Q.check(dY(VH,Y)),Q.url=(Y)=>Q.check(eY(ZH,Y)),Q.jwt=(Y)=>Q.check(LW(_H,Y)),Q.emoji=(Y)=>Q.check(QW(NH,Y)),Q.guid=(Y)=>Q.check(SQ(nW,Y)),Q.uuid=(Y)=>Q.check(oY(J4,Y)),Q.uuidv4=(Y)=>Q.check(tY(J4,Y)),Q.uuidv6=(Y)=>Q.check(aY(J4,Y)),Q.uuidv7=(Y)=>Q.check(sY(J4,Y)),Q.nanoid=(Y)=>Q.check(XW(wH,Y)),Q.guid=(Y)=>Q.check(SQ(nW,Y)),Q.cuid=(Y)=>Q.check(YW(bH,Y)),Q.cuid2=(Y)=>Q.check(WW(jH,Y)),Q.ulid=(Y)=>Q.check(GW(PH,Y)),Q.base64=(Y)=>Q.check(UW(kH,Y)),Q.base64url=(Y)=>Q.check(BW(vH,Y)),Q.xid=(Y)=>Q.check(JW(IH,Y)),Q.ksuid=(Y)=>Q.check($W(EH,Y)),Q.ipv4=(Y)=>Q.check(zW(TH,Y)),Q.ipv6=(Y)=>Q.check(HW(SH,Y)),Q.cidrv4=(Y)=>Q.check(AW(RH,Y)),Q.cidrv6=(Y)=>Q.check(KW(CH,Y)),Q.e164=(Y)=>Q.check(DW(xH,Y)),Q.datetime=(Y)=>Q.check(fQ(Y)),Q.date=(Y)=>Q.check(lQ(Y)),Q.time=(Y)=>Q.check(mQ(Y)),Q.duration=(Y)=>Q.check(cQ(Y))});function D(Q){return nY(MH,Q)}var d=F("ZodStringFormat",(Q,X)=>{r.init(Q,X),tW.init(Q,X)}),VH=F("ZodEmail",(Q,X)=>{QY.init(Q,X),d.init(Q,X)});var nW=F("ZodGUID",(Q,X)=>{s8.init(Q,X),d.init(Q,X)});var J4=F("ZodUUID",(Q,X)=>{e8.init(Q,X),d.init(Q,X)});var ZH=F("ZodURL",(Q,X)=>{XY.init(Q,X),d.init(Q,X)});var NH=F("ZodEmoji",(Q,X)=>{YY.init(Q,X),d.init(Q,X)});var wH=F("ZodNanoID",(Q,X)=>{WY.init(Q,X),d.init(Q,X)});var bH=F("ZodCUID",(Q,X)=>{GY.init(Q,X),d.init(Q,X)});var jH=F("ZodCUID2",(Q,X)=>{JY.init(Q,X),d.init(Q,X)});var PH=F("ZodULID",(Q,X)=>{$Y.init(Q,X),d.init(Q,X)});var IH=F("ZodXID",(Q,X)=>{zY.init(Q,X),d.init(Q,X)});var EH=F("ZodKSUID",(Q,X)=>{HY.init(Q,X),d.init(Q,X)});var TH=F("ZodIPv4",(Q,X)=>{DY.init(Q,X),d.init(Q,X)});var SH=F("ZodIPv6",(Q,X)=>{LY.init(Q,X),d.init(Q,X)});var RH=F("ZodCIDRv4",(Q,X)=>{FY.init(Q,X),d.init(Q,X)});var CH=F("ZodCIDRv6",(Q,X)=>{qY.init(Q,X),d.init(Q,X)});var kH=F("ZodBase64",(Q,X)=>{MY.init(Q,X),d.init(Q,X)});var vH=F("ZodBase64URL",(Q,X)=>{VY.init(Q,X),d.init(Q,X)});var xH=F("ZodE164",(Q,X)=>{ZY.init(Q,X),d.init(Q,X)});var _H=F("ZodJWT",(Q,X)=>{NY.init(Q,X),d.init(Q,X)});var aW=F("ZodNumber",(Q,X)=>{IQ.init(Q,X),s.init(Q,X),Q.gt=(W,G)=>Q.check(Q4(W,G)),Q.gte=(W,G)=>Q.check(X6(W,G)),Q.min=(W,G)=>Q.check(X6(W,G)),Q.lt=(W,G)=>Q.check(e6(W,G)),Q.lte=(W,G)=>Q.check(Q6(W,G)),Q.max=(W,G)=>Q.check(Q6(W,G)),Q.int=(W)=>Q.check(dW(W)),Q.safe=(W)=>Q.check(dW(W)),Q.positive=(W)=>Q.check(Q4(0,W)),Q.nonnegative=(W)=>Q.check(X6(0,W)),Q.negative=(W)=>Q.check(e6(0,W)),Q.nonpositive=(W)=>Q.check(Q6(0,W)),Q.multipleOf=(W,G)=>Q.check(X4(W,G)),Q.step=(W,G)=>Q.check(X4(W,G)),Q.finite=()=>Q;let Y=Q._zod.bag;Q.minValue=Math.max(Y.minimum??Number.NEGATIVE_INFINITY,Y.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,Q.maxValue=Math.min(Y.maximum??Number.POSITIVE_INFINITY,Y.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,Q.isInt=(Y.format??"").includes("int")||Number.isSafeInteger(Y.multipleOf??0.5),Q.isFinite=!0,Q.format=Y.format??null});function l(Q){return VW(aW,Q)}var yH=F("ZodNumberFormat",(Q,X)=>{wY.init(Q,X),aW.init(Q,X)});function dW(Q){return ZW(yH,Q)}var gH=F("ZodBoolean",(Q,X)=>{bY.init(Q,X),s.init(Q,X)});function Y0(Q){return NW(gH,Q)}var uH=F("ZodNull",(Q,X)=>{jY.init(Q,X),s.init(Q,X)});function rQ(Q){return wW(uH,Q)}var hH=F("ZodUnknown",(Q,X)=>{PY.init(Q,X),s.init(Q,X)});function o(){return bW(hH)}var fH=F("ZodNever",(Q,X)=>{IY.init(Q,X),s.init(Q,X)});function lH(Q){return jW(fH,Q)}var mH=F("ZodArray",(Q,X)=>{EY.init(Q,X),s.init(Q,X),Q.element=X.element,Q.min=(Y,W)=>Q.check(b1(Y,W)),Q.nonempty=(Y)=>Q.check(b1(1,Y)),Q.max=(Y,W)=>Q.check(Y4(Y,W)),Q.length=(Y,W)=>Q.check(W4(Y,W)),Q.unwrap=()=>Q.element});function _(Q,X){return PW(mH,Q,X)}var sW=F("ZodObject",(Q,X)=>{RY.init(Q,X),s.init(Q,X),h.defineLazy(Q,"shape",()=>{return X.shape}),Q.keyof=()=>D0(Object.keys(Q._zod.def.shape)),Q.catchall=(Y)=>Q.clone({...Q._zod.def,catchall:Y}),Q.passthrough=()=>Q.clone({...Q._zod.def,catchall:o()}),Q.loose=()=>Q.clone({...Q._zod.def,catchall:o()}),Q.strict=()=>Q.clone({...Q._zod.def,catchall:lH()}),Q.strip=()=>Q.clone({...Q._zod.def,catchall:void 0}),Q.extend=(Y)=>{return h.extend(Q,Y)},Q.safeExtend=(Y)=>{return h.safeExtend(Q,Y)},Q.merge=(Y)=>h.merge(Q,Y),Q.pick=(Y)=>h.pick(Q,Y),Q.omit=(Y)=>h.omit(Q,Y),Q.partial=(...Y)=>h.partial(XG,Q,Y[0]),Q.required=(...Y)=>h.required(YG,Q,Y[0])});function w(Q,X){let Y={type:"object",shape:Q??{},...h.normalizeParams(X)};return new sW(Y)}function K0(Q,X){return new sW({type:"object",shape:Q,catchall:o(),...h.normalizeParams(X)})}var eW=F("ZodUnion",(Q,X)=>{EQ.init(Q,X),s.init(Q,X),Q.options=X.options});function p(Q,X){return new eW({type:"union",options:Q,...h.normalizeParams(X)})}var cH=F("ZodDiscriminatedUnion",(Q,X)=>{eW.init(Q,X),CY.init(Q,X)});function nQ(Q,X,Y){return new cH({type:"union",options:X,discriminator:Q,...h.normalizeParams(Y)})}var pH=F("ZodIntersection",(Q,X)=>{kY.init(Q,X),s.init(Q,X)});function $4(Q,X){return new pH({type:"intersection",left:Q,right:X})}var iH=F("ZodRecord",(Q,X)=>{vY.init(Q,X),s.init(Q,X),Q.keyType=X.keyType,Q.valueType=X.valueType});function t(Q,X,Y){return new iH({type:"record",keyType:Q,valueType:X,...h.normalizeParams(Y)})}var pQ=F("ZodEnum",(Q,X)=>{xY.init(Q,X),s.init(Q,X),Q.enum=X.entries,Q.options=Object.values(X.entries);let Y=new Set(Object.keys(X.entries));Q.extract=(W,G)=>{let J={};for(let $ of W)if(Y.has($))J[$]=X.entries[$];else throw Error(`Key ${$} not found in enum`);return new pQ({...X,checks:[],...h.normalizeParams(G),entries:J})},Q.exclude=(W,G)=>{let J={...X.entries};for(let $ of W)if(Y.has($))delete J[$];else throw Error(`Key ${$} not found in enum`);return new pQ({...X,checks:[],...h.normalizeParams(G),entries:J})}});function D0(Q,X){let Y=Array.isArray(Q)?Object.fromEntries(Q.map((W)=>[W,W])):Q;return new pQ({type:"enum",entries:Y,...h.normalizeParams(X)})}var rH=F("ZodLiteral",(Q,X)=>{_Y.init(Q,X),s.init(Q,X),Q.values=new Set(X.values),Object.defineProperty(Q,"value",{get(){if(X.values.length>1)throw Error("This schema contains multiple valid literal values. Use `.values` instead.");return X.values[0]}})});function b(Q,X){return new rH({type:"literal",values:Array.isArray(Q)?Q:[Q],...h.normalizeParams(X)})}var nH=F("ZodTransform",(Q,X)=>{yY.init(Q,X),s.init(Q,X),Q._zod.parse=(Y,W)=>{if(W.direction==="backward")throw new p1(Q.constructor.name);Y.addIssue=(J)=>{if(typeof J==="string")Y.issues.push(h.issue(J,Y.value,X));else{let $=J;if($.fatal)$.continue=!1;$.code??($.code="custom"),$.input??($.input=Y.value),$.inst??($.inst=Q),Y.issues.push(h.issue($))}};let G=X.transform(Y.value,Y);if(G instanceof Promise)return G.then((J)=>{return Y.value=J,Y});return Y.value=G,Y}});function QG(Q){return new nH({type:"transform",transform:Q})}var XG=F("ZodOptional",(Q,X)=>{gY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType});function a(Q){return new XG({type:"optional",innerType:Q})}var dH=F("ZodNullable",(Q,X)=>{uY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType});function oW(Q){return new dH({type:"nullable",innerType:Q})}var oH=F("ZodDefault",(Q,X)=>{hY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType,Q.removeDefault=Q.unwrap});function tH(Q,X){return new oH({type:"default",innerType:Q,get defaultValue(){return typeof X==="function"?X():h.shallowClone(X)}})}var aH=F("ZodPrefault",(Q,X)=>{fY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType});function sH(Q,X){return new aH({type:"prefault",innerType:Q,get defaultValue(){return typeof X==="function"?X():h.shallowClone(X)}})}var YG=F("ZodNonOptional",(Q,X)=>{lY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType});function eH(Q,X){return new YG({type:"nonoptional",innerType:Q,...h.normalizeParams(X)})}var Q3=F("ZodCatch",(Q,X)=>{mY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType,Q.removeCatch=Q.unwrap});function X3(Q,X){return new Q3({type:"catch",innerType:Q,catchValue:typeof X==="function"?X:()=>X})}var Y3=F("ZodPipe",(Q,X)=>{cY.init(Q,X),s.init(Q,X),Q.in=X.in,Q.out=X.out});function iQ(Q,X){return new Y3({type:"pipe",in:Q,out:X})}var W3=F("ZodReadonly",(Q,X)=>{pY.init(Q,X),s.init(Q,X),Q.unwrap=()=>Q._zod.def.innerType});function G3(Q){return new W3({type:"readonly",innerType:Q})}var WG=F("ZodCustom",(Q,X)=>{iY.init(Q,X),s.init(Q,X)});function GG(Q,X){return IW(WG,Q??(()=>!0),X)}function J3(Q,X={}){return EW(WG,Q,X)}function $3(Q){return TW(Q)}function dQ(Q,X){return iQ(QG(Q),X)}N0(TQ());var oQ="2025-11-25";var JG=[oQ,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],X1="io.modelcontextprotocol/related-task",H4="2.0",G0=GG((Q)=>Q!==null&&(typeof Q==="object"||typeof Q==="function")),$G=p([D(),l().int()]),zG=D(),VZ=K0({ttl:p([l(),rQ()]).optional(),pollInterval:l().optional()}),z3=w({ttl:l().optional()}),H3=w({taskId:D()}),tQ=K0({progressToken:$G.optional(),[X1]:H3.optional()}),V0=w({_meta:tQ.optional()}),G6=V0.extend({task:z3.optional()}),HG=(Q)=>G6.safeParse(Q).success,J0=w({method:D(),params:V0.loose().optional()}),w0=w({_meta:tQ.optional()}),b0=w({method:D(),params:w0.loose().optional()}),$0=K0({_meta:tQ.optional()}),A4=p([D(),l().int()]),AG=w({jsonrpc:b(H4),id:A4,...J0.shape}).strict(),aQ=(Q)=>AG.safeParse(Q).success,KG=w({jsonrpc:b(H4),...b0.shape}).strict(),UG=(Q)=>KG.safeParse(Q).success,sQ=w({jsonrpc:b(H4),id:A4,result:$0}).strict(),J6=(Q)=>sQ.safeParse(Q).success;var y;(function(Q){Q[Q.ConnectionClosed=-32000]="ConnectionClosed",Q[Q.RequestTimeout=-32001]="RequestTimeout",Q[Q.ParseError=-32700]="ParseError",Q[Q.InvalidRequest=-32600]="InvalidRequest",Q[Q.MethodNotFound=-32601]="MethodNotFound",Q[Q.InvalidParams=-32602]="InvalidParams",Q[Q.InternalError=-32603]="InternalError",Q[Q.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(y||(y={}));var eQ=w({jsonrpc:b(H4),id:A4.optional(),error:w({code:l().int(),message:D(),data:o().optional()})}).strict();var BG=(Q)=>eQ.safeParse(Q).success;var DG=p([AG,KG,sQ,eQ]),ZZ=p([sQ,eQ]),K4=$0.strict(),A3=w0.extend({requestId:A4.optional(),reason:D().optional()}),U4=b0.extend({method:b("notifications/cancelled"),params:A3}),K3=w({src:D(),mimeType:D().optional(),sizes:_(D()).optional(),theme:D0(["light","dark"]).optional()}),$6=w({icons:_(K3).optional()}),P1=w({name:D(),title:D().optional()}),LG=P1.extend({...P1.shape,...$6.shape,version:D(),websiteUrl:D().optional(),description:D().optional()}),U3=$4(w({applyDefaults:Y0().optional()}),t(D(),o())),B3=dQ((Q)=>{if(Q&&typeof Q==="object"&&!Array.isArray(Q)){if(Object.keys(Q).length===0)return{form:{}}}return Q},$4(w({form:U3.optional(),url:G0.optional()}),t(D(),o()).optional())),D3=K0({list:G0.optional(),cancel:G0.optional(),requests:K0({sampling:K0({createMessage:G0.optional()}).optional(),elicitation:K0({create:G0.optional()}).optional()}).optional()}),L3=K0({list:G0.optional(),cancel:G0.optional(),requests:K0({tools:K0({call:G0.optional()}).optional()}).optional()}),F3=w({experimental:t(D(),G0).optional(),sampling:w({context:G0.optional(),tools:G0.optional()}).optional(),elicitation:B3.optional(),roots:w({listChanged:Y0().optional()}).optional(),tasks:D3.optional()}),q3=V0.extend({protocolVersion:D(),capabilities:F3,clientInfo:LG}),Q9=J0.extend({method:b("initialize"),params:q3});var O3=w({experimental:t(D(),G0).optional(),logging:G0.optional(),completions:G0.optional(),prompts:w({listChanged:Y0().optional()}).optional(),resources:w({subscribe:Y0().optional(),listChanged:Y0().optional()}).optional(),tools:w({listChanged:Y0().optional()}).optional(),tasks:L3.optional()}),M3=$0.extend({protocolVersion:D(),capabilities:O3,serverInfo:LG,instructions:D().optional()}),X9=b0.extend({method:b("notifications/initialized"),params:w0.optional()});var B4=J0.extend({method:b("ping"),params:V0.optional()}),V3=w({progress:l(),total:a(l()),message:a(D())}),Z3=w({...w0.shape,...V3.shape,progressToken:$G}),D4=b0.extend({method:b("notifications/progress"),params:Z3}),N3=V0.extend({cursor:zG.optional()}),z6=J0.extend({params:N3.optional()}),H6=$0.extend({nextCursor:zG.optional()}),w3=D0(["working","input_required","completed","failed","cancelled"]),A6=w({taskId:D(),status:w3,ttl:p([l(),rQ()]),createdAt:D(),lastUpdatedAt:D(),pollInterval:a(l()),statusMessage:a(D())}),I1=$0.extend({task:A6}),b3=w0.merge(A6),K6=b0.extend({method:b("notifications/tasks/status"),params:b3}),L4=J0.extend({method:b("tasks/get"),params:V0.extend({taskId:D()})}),F4=$0.merge(A6),q4=J0.extend({method:b("tasks/result"),params:V0.extend({taskId:D()})}),NZ=$0.loose(),O4=z6.extend({method:b("tasks/list")}),M4=H6.extend({tasks:_(A6)}),V4=J0.extend({method:b("tasks/cancel"),params:V0.extend({taskId:D()})}),FG=$0.merge(A6),qG=w({uri:D(),mimeType:a(D()),_meta:t(D(),o()).optional()}),OG=qG.extend({text:D()}),Y9=D().refine((Q)=>{try{return atob(Q),!0}catch{return!1}},{message:"Invalid Base64 string"}),MG=qG.extend({blob:Y9}),U6=D0(["user","assistant"]),E1=w({audience:_(U6).optional(),priority:l().min(0).max(1).optional(),lastModified:W6.datetime({offset:!0}).optional()}),VG=w({...P1.shape,...$6.shape,uri:D(),description:a(D()),mimeType:a(D()),annotations:E1.optional(),_meta:a(K0({}))}),j3=w({...P1.shape,...$6.shape,uriTemplate:D(),description:a(D()),mimeType:a(D()),annotations:E1.optional(),_meta:a(K0({}))}),W9=z6.extend({method:b("resources/list")}),P3=H6.extend({resources:_(VG)}),I3=z6.extend({method:b("resources/templates/list")}),E3=H6.extend({resourceTemplates:_(j3)}),G9=V0.extend({uri:D()}),T3=G9,J9=J0.extend({method:b("resources/read"),params:T3}),S3=$0.extend({contents:_(p([OG,MG]))}),R3=b0.extend({method:b("notifications/resources/list_changed"),params:w0.optional()}),C3=G9,k3=J0.extend({method:b("resources/subscribe"),params:C3}),v3=G9,x3=J0.extend({method:b("resources/unsubscribe"),params:v3}),_3=w0.extend({uri:D()}),y3=b0.extend({method:b("notifications/resources/updated"),params:_3}),g3=w({name:D(),description:a(D()),required:a(Y0())}),u3=w({...P1.shape,...$6.shape,description:a(D()),arguments:a(_(g3)),_meta:a(K0({}))}),h3=z6.extend({method:b("prompts/list")}),f3=H6.extend({prompts:_(u3)}),l3=V0.extend({name:D(),arguments:t(D(),D()).optional()}),m3=J0.extend({method:b("prompts/get"),params:l3}),$9=w({type:b("text"),text:D(),annotations:E1.optional(),_meta:t(D(),o()).optional()}),z9=w({type:b("image"),data:Y9,mimeType:D(),annotations:E1.optional(),_meta:t(D(),o()).optional()}),H9=w({type:b("audio"),data:Y9,mimeType:D(),annotations:E1.optional(),_meta:t(D(),o()).optional()}),c3=w({type:b("tool_use"),name:D(),id:D(),input:t(D(),o()),_meta:t(D(),o()).optional()}),p3=w({type:b("resource"),resource:p([OG,MG]),annotations:E1.optional(),_meta:t(D(),o()).optional()}),i3=VG.extend({type:b("resource_link")}),A9=p([$9,z9,H9,i3,p3]),r3=w({role:U6,content:A9}),n3=$0.extend({description:D().optional(),messages:_(r3)}),d3=b0.extend({method:b("notifications/prompts/list_changed"),params:w0.optional()}),o3=w({title:D().optional(),readOnlyHint:Y0().optional(),destructiveHint:Y0().optional(),idempotentHint:Y0().optional(),openWorldHint:Y0().optional()}),t3=w({taskSupport:D0(["required","optional","forbidden"]).optional()}),ZG=w({...P1.shape,...$6.shape,description:D().optional(),inputSchema:w({type:b("object"),properties:t(D(),G0).optional(),required:_(D()).optional()}).catchall(o()),outputSchema:w({type:b("object"),properties:t(D(),G0).optional(),required:_(D()).optional()}).catchall(o()).optional(),annotations:o3.optional(),execution:t3.optional(),_meta:t(D(),o()).optional()}),K9=z6.extend({method:b("tools/list")}),a3=H6.extend({tools:_(ZG)}),Z4=$0.extend({content:_(A9).default([]),structuredContent:t(D(),o()).optional(),isError:Y0().optional()}),wZ=Z4.or($0.extend({toolResult:o()})),s3=G6.extend({name:D(),arguments:t(D(),o()).optional()}),B6=J0.extend({method:b("tools/call"),params:s3}),e3=b0.extend({method:b("notifications/tools/list_changed"),params:w0.optional()}),bZ=w({autoRefresh:Y0().default(!0),debounceMs:l().int().nonnegative().default(300)}),D6=D0(["debug","info","notice","warning","error","critical","alert","emergency"]),QA=V0.extend({level:D6}),U9=J0.extend({method:b("logging/setLevel"),params:QA}),XA=w0.extend({level:D6,logger:D().optional(),data:o()}),YA=b0.extend({method:b("notifications/message"),params:XA}),WA=w({name:D().optional()}),GA=w({hints:_(WA).optional(),costPriority:l().min(0).max(1).optional(),speedPriority:l().min(0).max(1).optional(),intelligencePriority:l().min(0).max(1).optional()}),JA=w({mode:D0(["auto","required","none"]).optional()}),$A=w({type:b("tool_result"),toolUseId:D().describe("The unique identifier for the corresponding tool call."),content:_(A9).default([]),structuredContent:w({}).loose().optional(),isError:Y0().optional(),_meta:t(D(),o()).optional()}),zA=nQ("type",[$9,z9,H9]),z4=nQ("type",[$9,z9,H9,c3,$A]),HA=w({role:U6,content:p([z4,_(z4)]),_meta:t(D(),o()).optional()}),AA=G6.extend({messages:_(HA),modelPreferences:GA.optional(),systemPrompt:D().optional(),includeContext:D0(["none","thisServer","allServers"]).optional(),temperature:l().optional(),maxTokens:l().int(),stopSequences:_(D()).optional(),metadata:G0.optional(),tools:_(ZG).optional(),toolChoice:JA.optional()}),KA=J0.extend({method:b("sampling/createMessage"),params:AA}),B9=$0.extend({model:D(),stopReason:a(D0(["endTurn","stopSequence","maxTokens"]).or(D())),role:U6,content:zA}),D9=$0.extend({model:D(),stopReason:a(D0(["endTurn","stopSequence","maxTokens","toolUse"]).or(D())),role:U6,content:p([z4,_(z4)])}),UA=w({type:b("boolean"),title:D().optional(),description:D().optional(),default:Y0().optional()}),BA=w({type:b("string"),title:D().optional(),description:D().optional(),minLength:l().optional(),maxLength:l().optional(),format:D0(["email","uri","date","date-time"]).optional(),default:D().optional()}),DA=w({type:D0(["number","integer"]),title:D().optional(),description:D().optional(),minimum:l().optional(),maximum:l().optional(),default:l().optional()}),LA=w({type:b("string"),title:D().optional(),description:D().optional(),enum:_(D()),default:D().optional()}),FA=w({type:b("string"),title:D().optional(),description:D().optional(),oneOf:_(w({const:D(),title:D()})),default:D().optional()}),qA=w({type:b("string"),title:D().optional(),description:D().optional(),enum:_(D()),enumNames:_(D()).optional(),default:D().optional()}),OA=p([LA,FA]),MA=w({type:b("array"),title:D().optional(),description:D().optional(),minItems:l().optional(),maxItems:l().optional(),items:w({type:b("string"),enum:_(D())}),default:_(D()).optional()}),VA=w({type:b("array"),title:D().optional(),description:D().optional(),minItems:l().optional(),maxItems:l().optional(),items:w({anyOf:_(w({const:D(),title:D()}))}),default:_(D()).optional()}),ZA=p([MA,VA]),NA=p([qA,OA,ZA]),wA=p([NA,UA,BA,DA]),bA=G6.extend({mode:b("form").optional(),message:D(),requestedSchema:w({type:b("object"),properties:t(D(),wA),required:_(D()).optional()})}),jA=G6.extend({mode:b("url"),message:D(),elicitationId:D(),url:D().url()}),PA=p([bA,jA]),IA=J0.extend({method:b("elicitation/create"),params:PA}),EA=w0.extend({elicitationId:D()}),TA=b0.extend({method:b("notifications/elicitation/complete"),params:EA}),N4=$0.extend({action:D0(["accept","decline","cancel"]),content:dQ((Q)=>Q===null?void 0:Q,t(D(),p([D(),l(),Y0(),_(D())])).optional())}),SA=w({type:b("ref/resource"),uri:D()});var RA=w({type:b("ref/prompt"),name:D()}),CA=V0.extend({ref:p([RA,SA]),argument:w({name:D(),value:D()}),context:w({arguments:t(D(),D()).optional()}).optional()}),kA=J0.extend({method:b("completion/complete"),params:CA});var vA=$0.extend({completion:K0({values:_(D()).max(100),total:a(l().int()),hasMore:a(Y0())})}),xA=w({uri:D().startsWith("file://"),name:D().optional(),_meta:t(D(),o()).optional()}),_A=J0.extend({method:b("roots/list"),params:V0.optional()}),L9=$0.extend({roots:_(xA)}),yA=b0.extend({method:b("notifications/roots/list_changed"),params:w0.optional()}),jZ=p([B4,Q9,kA,U9,m3,h3,W9,I3,J9,k3,x3,B6,K9,L4,q4,O4,V4]),PZ=p([U4,D4,X9,yA,K6]),IZ=p([K4,B9,D9,N4,L9,F4,M4,I1]),EZ=p([B4,KA,IA,_A,L4,q4,O4,V4]),TZ=p([U4,D4,YA,y3,R3,e3,d3,K6,TA]),SZ=p([K4,M3,vA,n3,f3,P3,E3,S3,Z4,a3,F4,M4,I1]);class k extends Error{constructor(Q,X,Y){super(`MCP error ${Q}: ${X}`);this.code=Q,this.data=Y,this.name="McpError"}static fromError(Q,X,Y){if(Q===y.UrlElicitationRequired&&Y){let W=Y;if(W.elicitations)return new NG(W.elicitations,X)}return new k(Q,X,Y)}}class NG extends k{constructor(Q,X=`URL elicitation${Q.length>1?"s":""} required`){super(y.UrlElicitationRequired,X,{elicitations:Q})}get elicitations(){return this.data?.elicitations??[]}}function Y1(Q){return Q==="completed"||Q==="failed"||Q==="cancelled"}var gA=Symbol("Let zodToJsonSchema decide on which parser to use");var HN=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function F9(Q){let Y=G4(Q)?.method;if(!Y)throw Error("Schema is missing a method literal");let W=SW(Y);if(typeof W!=="string")throw Error("Schema method literal must be a string");return W}function q9(Q,X){let Y=Q1(Q,X);if(!Y.success)throw Y.error;return Y.data}var cA=60000;class O9{constructor(Q){if(this._options=Q,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(U4,(X)=>{this._oncancel(X)}),this.setNotificationHandler(D4,(X)=>{this._onprogress(X)}),this.setRequestHandler(B4,(X)=>({})),this._taskStore=Q?.taskStore,this._taskMessageQueue=Q?.taskMessageQueue,this._taskStore)this.setRequestHandler(L4,async(X,Y)=>{let W=await this._taskStore.getTask(X.params.taskId,Y.sessionId);if(!W)throw new k(y.InvalidParams,"Failed to retrieve task: Task not found");return{...W}}),this.setRequestHandler(q4,async(X,Y)=>{let W=async()=>{let G=X.params.taskId;if(this._taskMessageQueue){let $;while($=await this._taskMessageQueue.dequeue(G,Y.sessionId)){if($.type==="response"||$.type==="error"){let z=$.message,H=z.id,A=this._requestResolvers.get(H);if(A)if(this._requestResolvers.delete(H),$.type==="response")A(z);else{let K=z,U=new k(K.error.code,K.error.message,K.error.data);A(U)}else{let K=$.type==="response"?"Response":"Error";this._onerror(Error(`${K} handler missing for request ${H}`))}continue}await this._transport?.send($.message,{relatedRequestId:Y.requestId})}}let J=await this._taskStore.getTask(G,Y.sessionId);if(!J)throw new k(y.InvalidParams,`Task not found: ${G}`);if(!Y1(J.status))return await this._waitForTaskUpdate(G,Y.signal),await W();if(Y1(J.status)){let $=await this._taskStore.getTaskResult(G,Y.sessionId);return this._clearTaskQueue(G),{...$,_meta:{...$._meta,[X1]:{taskId:G}}}}return await W()};return await W()}),this.setRequestHandler(O4,async(X,Y)=>{try{let{tasks:W,nextCursor:G}=await this._taskStore.listTasks(X.params?.cursor,Y.sessionId);return{tasks:W,nextCursor:G,_meta:{}}}catch(W){throw new k(y.InvalidParams,`Failed to list tasks: ${W instanceof Error?W.message:String(W)}`)}}),this.setRequestHandler(V4,async(X,Y)=>{try{let W=await this._taskStore.getTask(X.params.taskId,Y.sessionId);if(!W)throw new k(y.InvalidParams,`Task not found: ${X.params.taskId}`);if(Y1(W.status))throw new k(y.InvalidParams,`Cannot cancel task in terminal status: ${W.status}`);await this._taskStore.updateTaskStatus(X.params.taskId,"cancelled","Client cancelled task execution.",Y.sessionId),this._clearTaskQueue(X.params.taskId);let G=await this._taskStore.getTask(X.params.taskId,Y.sessionId);if(!G)throw new k(y.InvalidParams,`Task not found after cancellation: ${X.params.taskId}`);return{_meta:{},...G}}catch(W){if(W instanceof k)throw W;throw new k(y.InvalidRequest,`Failed to cancel task: ${W instanceof Error?W.message:String(W)}`)}})}async _oncancel(Q){if(!Q.params.requestId)return;this._requestHandlerAbortControllers.get(Q.params.requestId)?.abort(Q.params.reason)}_setupTimeout(Q,X,Y,W,G=!1){this._timeoutInfo.set(Q,{timeoutId:setTimeout(W,X),startTime:Date.now(),timeout:X,maxTotalTimeout:Y,resetTimeoutOnProgress:G,onTimeout:W})}_resetTimeout(Q){let X=this._timeoutInfo.get(Q);if(!X)return!1;let Y=Date.now()-X.startTime;if(X.maxTotalTimeout&&Y>=X.maxTotalTimeout)throw this._timeoutInfo.delete(Q),k.fromError(y.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:X.maxTotalTimeout,totalElapsed:Y});return clearTimeout(X.timeoutId),X.timeoutId=setTimeout(X.onTimeout,X.timeout),!0}_cleanupTimeout(Q){let X=this._timeoutInfo.get(Q);if(X)clearTimeout(X.timeoutId),this._timeoutInfo.delete(Q)}async connect(Q){this._transport=Q;let X=this.transport?.onclose;this._transport.onclose=()=>{X?.(),this._onclose()};let Y=this.transport?.onerror;this._transport.onerror=(G)=>{Y?.(G),this._onerror(G)};let W=this._transport?.onmessage;this._transport.onmessage=(G,J)=>{if(W?.(G,J),J6(G)||BG(G))this._onresponse(G);else if(aQ(G))this._onrequest(G,J);else if(UG(G))this._onnotification(G);else this._onerror(Error(`Unknown message type: ${JSON.stringify(G)}`))},await this._transport.start()}_onclose(){let Q=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();let X=k.fromError(y.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let Y of Q.values())Y(X)}_onerror(Q){this.onerror?.(Q)}_onnotification(Q){let X=this._notificationHandlers.get(Q.method)??this.fallbackNotificationHandler;if(X===void 0)return;Promise.resolve().then(()=>X(Q)).catch((Y)=>this._onerror(Error(`Uncaught error in notification handler: ${Y}`)))}_onrequest(Q,X){let Y=this._requestHandlers.get(Q.method)??this.fallbackRequestHandler,W=this._transport,G=Q.params?._meta?.[X1]?.taskId;if(Y===void 0){let A={jsonrpc:"2.0",id:Q.id,error:{code:y.MethodNotFound,message:"Method not found"}};if(G&&this._taskMessageQueue)this._enqueueTaskMessage(G,{type:"error",message:A,timestamp:Date.now()},W?.sessionId).catch((K)=>this._onerror(Error(`Failed to enqueue error response: ${K}`)));else W?.send(A).catch((K)=>this._onerror(Error(`Failed to send an error response: ${K}`)));return}let J=new AbortController;this._requestHandlerAbortControllers.set(Q.id,J);let $=HG(Q.params)?Q.params.task:void 0,z=this._taskStore?this.requestTaskStore(Q,W?.sessionId):void 0,H={signal:J.signal,sessionId:W?.sessionId,_meta:Q.params?._meta,sendNotification:async(A)=>{let K={relatedRequestId:Q.id};if(G)K.relatedTask={taskId:G};await this.notification(A,K)},sendRequest:async(A,K,U)=>{let B={...U,relatedRequestId:Q.id};if(G&&!B.relatedTask)B.relatedTask={taskId:G};let L=B.relatedTask?.taskId??G;if(L&&z)await z.updateTaskStatus(L,"input_required");return await this.request(A,K,B)},authInfo:X?.authInfo,requestId:Q.id,requestInfo:X?.requestInfo,taskId:G,taskStore:z,taskRequestedTtl:$?.ttl,closeSSEStream:X?.closeSSEStream,closeStandaloneSSEStream:X?.closeStandaloneSSEStream};Promise.resolve().then(()=>{if($)this.assertTaskHandlerCapability(Q.method)}).then(()=>Y(Q,H)).then(async(A)=>{if(J.signal.aborted)return;let K={result:A,jsonrpc:"2.0",id:Q.id};if(G&&this._taskMessageQueue)await this._enqueueTaskMessage(G,{type:"response",message:K,timestamp:Date.now()},W?.sessionId);else await W?.send(K)},async(A)=>{if(J.signal.aborted)return;let K={jsonrpc:"2.0",id:Q.id,error:{code:Number.isSafeInteger(A.code)?A.code:y.InternalError,message:A.message??"Internal error",...A.data!==void 0&&{data:A.data}}};if(G&&this._taskMessageQueue)await this._enqueueTaskMessage(G,{type:"error",message:K,timestamp:Date.now()},W?.sessionId);else await W?.send(K)}).catch((A)=>this._onerror(Error(`Failed to send response: ${A}`))).finally(()=>{this._requestHandlerAbortControllers.delete(Q.id)})}_onprogress(Q){let{progressToken:X,...Y}=Q.params,W=Number(X),G=this._progressHandlers.get(W);if(!G){this._onerror(Error(`Received a progress notification for an unknown token: ${JSON.stringify(Q)}`));return}let J=this._responseHandlers.get(W),$=this._timeoutInfo.get(W);if($&&J&&$.resetTimeoutOnProgress)try{this._resetTimeout(W)}catch(z){this._responseHandlers.delete(W),this._progressHandlers.delete(W),this._cleanupTimeout(W),J(z);return}G(Y)}_onresponse(Q){let X=Number(Q.id),Y=this._requestResolvers.get(X);if(Y){if(this._requestResolvers.delete(X),J6(Q))Y(Q);else{let J=new k(Q.error.code,Q.error.message,Q.error.data);Y(J)}return}let W=this._responseHandlers.get(X);if(W===void 0){this._onerror(Error(`Received a response for an unknown message ID: ${JSON.stringify(Q)}`));return}this._responseHandlers.delete(X),this._cleanupTimeout(X);let G=!1;if(J6(Q)&&Q.result&&typeof Q.result==="object"){let J=Q.result;if(J.task&&typeof J.task==="object"){let $=J.task;if(typeof $.taskId==="string")G=!0,this._taskProgressTokens.set($.taskId,X)}}if(!G)this._progressHandlers.delete(X);if(J6(Q))W(Q);else{let J=k.fromError(Q.error.code,Q.error.message,Q.error.data);W(J)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(Q,X,Y){let{task:W}=Y??{};if(!W){try{yield{type:"result",result:await this.request(Q,X,Y)}}catch(J){yield{type:"error",error:J instanceof k?J:new k(y.InternalError,String(J))}}return}let G;try{let J=await this.request(Q,I1,Y);if(J.task)G=J.task.taskId,yield{type:"taskCreated",task:J.task};else throw new k(y.InternalError,"Task creation did not return a task");while(!0){let $=await this.getTask({taskId:G},Y);if(yield{type:"taskStatus",task:$},Y1($.status)){if($.status==="completed")yield{type:"result",result:await this.getTaskResult({taskId:G},X,Y)};else if($.status==="failed")yield{type:"error",error:new k(y.InternalError,`Task ${G} failed`)};else if($.status==="cancelled")yield{type:"error",error:new k(y.InternalError,`Task ${G} was cancelled`)};return}if($.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:G},X,Y)};return}let z=$.pollInterval??this._options?.defaultTaskPollInterval??1000;await new Promise((H)=>setTimeout(H,z)),Y?.signal?.throwIfAborted()}}catch(J){yield{type:"error",error:J instanceof k?J:new k(y.InternalError,String(J))}}}request(Q,X,Y){let{relatedRequestId:W,resumptionToken:G,onresumptiontoken:J,task:$,relatedTask:z}=Y??{};return new Promise((H,A)=>{let K=(M)=>{A(M)};if(!this._transport){K(Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{if(this.assertCapabilityForMethod(Q.method),$)this.assertTaskCapability(Q.method)}catch(M){K(M);return}Y?.signal?.throwIfAborted();let U=this._requestMessageId++,B={...Q,jsonrpc:"2.0",id:U};if(Y?.onprogress)this._progressHandlers.set(U,Y.onprogress),B.params={...Q.params,_meta:{...Q.params?._meta||{},progressToken:U}};if($)B.params={...B.params,task:$};if(z)B.params={...B.params,_meta:{...B.params?._meta||{},[X1]:z}};let L=(M)=>{this._responseHandlers.delete(U),this._progressHandlers.delete(U),this._cleanupTimeout(U),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:U,reason:String(M)}},{relatedRequestId:W,resumptionToken:G,onresumptiontoken:J}).catch((I)=>this._onerror(Error(`Failed to send cancellation: ${I}`)));let T=M instanceof k?M:new k(y.RequestTimeout,String(M));A(T)};this._responseHandlers.set(U,(M)=>{if(Y?.signal?.aborted)return;if(M instanceof Error)return A(M);try{let T=Q1(X,M.result);if(!T.success)A(T.error);else H(T.data)}catch(T){A(T)}}),Y?.signal?.addEventListener("abort",()=>{L(Y?.signal?.reason)});let q=Y?.timeout??cA,O=()=>L(k.fromError(y.RequestTimeout,"Request timed out",{timeout:q}));this._setupTimeout(U,q,Y?.maxTotalTimeout,O,Y?.resetTimeoutOnProgress??!1);let V=z?.taskId;if(V){let M=(T)=>{let I=this._responseHandlers.get(U);if(I)I(T);else this._onerror(Error(`Response handler missing for side-channeled request ${U}`))};this._requestResolvers.set(U,M),this._enqueueTaskMessage(V,{type:"request",message:B,timestamp:Date.now()}).catch((T)=>{this._cleanupTimeout(U),A(T)})}else this._transport.send(B,{relatedRequestId:W,resumptionToken:G,onresumptiontoken:J}).catch((M)=>{this._cleanupTimeout(U),A(M)})})}async getTask(Q,X){return this.request({method:"tasks/get",params:Q},F4,X)}async getTaskResult(Q,X,Y){return this.request({method:"tasks/result",params:Q},X,Y)}async listTasks(Q,X){return this.request({method:"tasks/list",params:Q},M4,X)}async cancelTask(Q,X){return this.request({method:"tasks/cancel",params:Q},FG,X)}async notification(Q,X){if(!this._transport)throw Error("Not connected");this.assertNotificationCapability(Q.method);let Y=X?.relatedTask?.taskId;if(Y){let $={...Q,jsonrpc:"2.0",params:{...Q.params,_meta:{...Q.params?._meta||{},[X1]:X.relatedTask}}};await this._enqueueTaskMessage(Y,{type:"notification",message:$,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(Q.method)&&!Q.params&&!X?.relatedRequestId&&!X?.relatedTask){if(this._pendingDebouncedNotifications.has(Q.method))return;this._pendingDebouncedNotifications.add(Q.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(Q.method),!this._transport)return;let $={...Q,jsonrpc:"2.0"};if(X?.relatedTask)$={...$,params:{...$.params,_meta:{...$.params?._meta||{},[X1]:X.relatedTask}}};this._transport?.send($,X).catch((z)=>this._onerror(z))});return}let J={...Q,jsonrpc:"2.0"};if(X?.relatedTask)J={...J,params:{...J.params,_meta:{...J.params?._meta||{},[X1]:X.relatedTask}}};await this._transport.send(J,X)}setRequestHandler(Q,X){let Y=F9(Q);this.assertRequestHandlerCapability(Y),this._requestHandlers.set(Y,(W,G)=>{let J=q9(Q,W);return Promise.resolve(X(J,G))})}removeRequestHandler(Q){this._requestHandlers.delete(Q)}assertCanSetRequestHandler(Q){if(this._requestHandlers.has(Q))throw Error(`A request handler for ${Q} already exists, which would be overridden`)}setNotificationHandler(Q,X){let Y=F9(Q);this._notificationHandlers.set(Y,(W)=>{let G=q9(Q,W);return Promise.resolve(X(G))})}removeNotificationHandler(Q){this._notificationHandlers.delete(Q)}_cleanupTaskProgressHandler(Q){let X=this._taskProgressTokens.get(Q);if(X!==void 0)this._progressHandlers.delete(X),this._taskProgressTokens.delete(Q)}async _enqueueTaskMessage(Q,X,Y){if(!this._taskStore||!this._taskMessageQueue)throw Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let W=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(Q,X,Y,W)}async _clearTaskQueue(Q,X){if(this._taskMessageQueue){let Y=await this._taskMessageQueue.dequeueAll(Q,X);for(let W of Y)if(W.type==="request"&&aQ(W.message)){let G=W.message.id,J=this._requestResolvers.get(G);if(J)J(new k(y.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(G);else this._onerror(Error(`Resolver missing for request ${G} during task ${Q} cleanup`))}}}async _waitForTaskUpdate(Q,X){let Y=this._options?.defaultTaskPollInterval??1000;try{let W=await this._taskStore?.getTask(Q);if(W?.pollInterval)Y=W.pollInterval}catch{}return new Promise((W,G)=>{if(X.aborted){G(new k(y.InvalidRequest,"Request cancelled"));return}let J=setTimeout(W,Y);X.addEventListener("abort",()=>{clearTimeout(J),G(new k(y.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(Q,X){let Y=this._taskStore;if(!Y)throw Error("No task store configured");return{createTask:async(W)=>{if(!Q)throw Error("No request provided");return await Y.createTask(W,Q.id,{method:Q.method,params:Q.params},X)},getTask:async(W)=>{let G=await Y.getTask(W,X);if(!G)throw new k(y.InvalidParams,"Failed to retrieve task: Task not found");return G},storeTaskResult:async(W,G,J)=>{await Y.storeTaskResult(W,G,J,X);let $=await Y.getTask(W,X);if($){let z=K6.parse({method:"notifications/tasks/status",params:$});if(await this.notification(z),Y1($.status))this._cleanupTaskProgressHandler(W)}},getTaskResult:(W)=>{return Y.getTaskResult(W,X)},updateTaskStatus:async(W,G,J)=>{let $=await Y.getTask(W,X);if(!$)throw new k(y.InvalidParams,`Task "${W}" not found - it may have been cleaned up`);if(Y1($.status))throw new k(y.InvalidParams,`Cannot update task "${W}" from terminal status "${$.status}" to "${G}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await Y.updateTaskStatus(W,G,J,X);let z=await Y.getTask(W,X);if(z){let H=K6.parse({method:"notifications/tasks/status",params:z});if(await this.notification(H),Y1(z.status))this._cleanupTaskProgressHandler(W)}},listTasks:(W)=>{return Y.listTasks(W,X)}}}}function wG(Q){return Q!==null&&typeof Q==="object"&&!Array.isArray(Q)}function bG(Q,X){let Y={...Q};for(let W in X){let G=W,J=X[G];if(J===void 0)continue;let $=Y[G];if(wG($)&&wG(J))Y[G]={...$,...J};else Y[G]=J}return Y}var Q5=vX(UX(),1),X5=vX(e7(),1);function sO(){let Q=new Q5.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return X5.default(Q),Q}class NX{constructor(Q){this._ajv=Q??sO()}getValidator(Q){let X="$id"in Q&&typeof Q.$id==="string"?this._ajv.getSchema(Q.$id)??this._ajv.compile(Q):this._ajv.compile(Q);return(Y)=>{if(X(Y))return{valid:!0,data:Y,errorMessage:void 0};else return{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(X.errors)}}}}class wX{constructor(Q){this._server=Q}requestStream(Q,X,Y){return this._server.requestStream(Q,X,Y)}async getTask(Q,X){return this._server.getTask({taskId:Q},X)}async getTaskResult(Q,X,Y){return this._server.getTaskResult({taskId:Q},X,Y)}async listTasks(Q,X){return this._server.listTasks(Q?{cursor:Q}:void 0,X)}async cancelTask(Q,X){return this._server.cancelTask({taskId:Q},X)}}function Y5(Q,X,Y){if(!Q)throw Error(`${Y} does not support task creation (required for ${X})`);switch(X){case"tools/call":if(!Q.tools?.call)throw Error(`${Y} does not support task creation for tools/call (required for ${X})`);break;default:break}}function W5(Q,X,Y){if(!Q)throw Error(`${Y} does not support task creation (required for ${X})`);switch(X){case"sampling/createMessage":if(!Q.sampling?.createMessage)throw Error(`${Y} does not support task creation for sampling/createMessage (required for ${X})`);break;case"elicitation/create":if(!Q.elicitation?.create)throw Error(`${Y} does not support task creation for elicitation/create (required for ${X})`);break;default:break}}class bX extends O9{constructor(Q,X){super(X);if(this._serverInfo=Q,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(D6.options.map((Y,W)=>[Y,W])),this.isMessageIgnored=(Y,W)=>{let G=this._loggingLevels.get(W);return G?this.LOG_LEVEL_SEVERITY.get(Y)<this.LOG_LEVEL_SEVERITY.get(G):!1},this._capabilities=X?.capabilities??{},this._instructions=X?.instructions,this._jsonSchemaValidator=X?.jsonSchemaValidator??new NX,this.setRequestHandler(Q9,(Y)=>this._oninitialize(Y)),this.setNotificationHandler(X9,()=>this.oninitialized?.()),this._capabilities.logging)this.setRequestHandler(U9,async(Y,W)=>{let G=W.sessionId||W.requestInfo?.headers["mcp-session-id"]||void 0,{level:J}=Y.params,$=D6.safeParse(J);if($.success)this._loggingLevels.set(G,$.data);return{}})}get experimental(){if(!this._experimental)this._experimental={tasks:new wX(this)};return this._experimental}registerCapabilities(Q){if(this.transport)throw Error("Cannot register capabilities after connecting to transport");this._capabilities=bG(this._capabilities,Q)}setRequestHandler(Q,X){let W=G4(Q)?.method;if(!W)throw Error("Schema is missing a method literal");let G;if(j1(W)){let $=W;G=$._zod?.def?.value??$.value}else{let $=W;G=$._def?.value??$.value}if(typeof G!=="string")throw Error("Schema method literal must be a string");if(G==="tools/call"){let $=async(z,H)=>{let A=Q1(B6,z);if(!A.success){let L=A.error instanceof Error?A.error.message:String(A.error);throw new k(y.InvalidParams,`Invalid tools/call request: ${L}`)}let{params:K}=A.data,U=await Promise.resolve(X(z,H));if(K.task){let L=Q1(I1,U);if(!L.success){let q=L.error instanceof Error?L.error.message:String(L.error);throw new k(y.InvalidParams,`Invalid task creation result: ${q}`)}return L.data}let B=Q1(Z4,U);if(!B.success){let L=B.error instanceof Error?B.error.message:String(B.error);throw new k(y.InvalidParams,`Invalid tools/call result: ${L}`)}return B.data};return super.setRequestHandler(Q,$)}return super.setRequestHandler(Q,X)}assertCapabilityForMethod(Q){switch(Q){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw Error(`Client does not support sampling (required for ${Q})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw Error(`Client does not support elicitation (required for ${Q})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw Error(`Client does not support listing roots (required for ${Q})`);break;case"ping":break}}assertNotificationCapability(Q){switch(Q){case"notifications/message":if(!this._capabilities.logging)throw Error(`Server does not support logging (required for ${Q})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw Error(`Server does not support notifying about resources (required for ${Q})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw Error(`Server does not support notifying of tool list changes (required for ${Q})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw Error(`Server does not support notifying of prompt list changes (required for ${Q})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw Error(`Client does not support URL elicitation (required for ${Q})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(Q){if(!this._capabilities)return;switch(Q){case"completion/complete":if(!this._capabilities.completions)throw Error(`Server does not support completions (required for ${Q})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw Error(`Server does not support logging (required for ${Q})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw Error(`Server does not support prompts (required for ${Q})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw Error(`Server does not support resources (required for ${Q})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw Error(`Server does not support tools (required for ${Q})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw Error(`Server does not support tasks capability (required for ${Q})`);break;case"ping":case"initialize":break}}assertTaskCapability(Q){W5(this._clientCapabilities?.tasks?.requests,Q,"Client")}assertTaskHandlerCapability(Q){if(!this._capabilities)return;Y5(this._capabilities.tasks?.requests,Q,"Server")}async _oninitialize(Q){let X=Q.params.protocolVersion;return this._clientCapabilities=Q.params.capabilities,this._clientVersion=Q.params.clientInfo,{protocolVersion:JG.includes(X)?X:oQ,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"},K4)}async createMessage(Q,X){if(Q.tools||Q.toolChoice){if(!this._clientCapabilities?.sampling?.tools)throw Error("Client does not support sampling tools capability.")}if(Q.messages.length>0){let Y=Q.messages[Q.messages.length-1],W=Array.isArray(Y.content)?Y.content:[Y.content],G=W.some((H)=>H.type==="tool_result"),J=Q.messages.length>1?Q.messages[Q.messages.length-2]:void 0,$=J?Array.isArray(J.content)?J.content:[J.content]:[],z=$.some((H)=>H.type==="tool_use");if(G){if(W.some((H)=>H.type!=="tool_result"))throw Error("The last message must contain only tool_result content if any is present");if(!z)throw Error("tool_result blocks are not matching any tool_use from the previous message")}if(z){let H=new Set($.filter((K)=>K.type==="tool_use").map((K)=>K.id)),A=new Set(W.filter((K)=>K.type==="tool_result").map((K)=>K.toolUseId));if(H.size!==A.size||![...H].every((K)=>A.has(K)))throw Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}if(Q.tools)return this.request({method:"sampling/createMessage",params:Q},D9,X);return this.request({method:"sampling/createMessage",params:Q},B9,X)}async elicitInput(Q,X){switch(Q.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw Error("Client does not support url elicitation.");let W=Q;return this.request({method:"elicitation/create",params:W},N4,X)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw Error("Client does not support form elicitation.");let W=Q.mode==="form"?Q:{...Q,mode:"form"},G=await this.request({method:"elicitation/create",params:W},N4,X);if(G.action==="accept"&&G.content&&W.requestedSchema)try{let $=this._jsonSchemaValidator.getValidator(W.requestedSchema)(G.content);if(!$.valid)throw new k(y.InvalidParams,`Elicitation response content does not match requested schema: ${$.errorMessage}`)}catch(J){if(J instanceof k)throw J;throw new k(y.InternalError,`Error validating elicitation response: ${J instanceof Error?J.message:String(J)}`)}return G}}}createElicitationCompletionNotifier(Q,X){if(!this._clientCapabilities?.elicitation?.url)throw Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:Q}},X)}async listRoots(Q,X){return this.request({method:"roots/list",params:Q},L9,X)}async sendLoggingMessage(Q,X){if(this._capabilities.logging){if(!this.isMessageIgnored(Q.level,X))return this.notification({method:"notifications/message",params:Q})}}async sendResourceUpdated(Q){return this.notification({method:"notifications/resources/updated",params:Q})}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"})}}import J5 from"node:process";class jX{append(Q){this._buffer=this._buffer?Buffer.concat([this._buffer,Q]):Q}readMessage(){if(!this._buffer)return null;let Q=this._buffer.indexOf(`
29
+ `);if(Q===-1)return null;let X=this._buffer.toString("utf8",0,Q).replace(/\r$/,"");return this._buffer=this._buffer.subarray(Q+1),eO(X)}clear(){this._buffer=void 0}}function eO(Q){return DG.parse(JSON.parse(Q))}function G5(Q){return JSON.stringify(Q)+`
30
+ `}class PX{constructor(Q=J5.stdin,X=J5.stdout){this._stdin=Q,this._stdout=X,this._readBuffer=new jX,this._started=!1,this._ondata=(Y)=>{this._readBuffer.append(Y),this.processReadBuffer()},this._onerror=(Y)=>{this.onerror?.(Y)}}async start(){if(this._started)throw 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(){while(!0)try{let Q=this._readBuffer.readMessage();if(Q===null)break;this.onmessage?.(Q)}catch(Q){this.onerror?.(Q)}}async close(){if(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(Q){return new Promise((X)=>{let Y=G5(Q);if(this._stdout.write(Y))X();else this._stdout.once("drain",X)})}}var $5={name:"@sequenzy/mcp",version:"0.0.33",mcpName:"io.github.polnikale/sequenzy-mcp",description:"Sequenzy MCP server for AI-powered email marketing automation",type:"module",bin:{"sequenzy-mcp":"dist/index.js"},main:"./dist/index.js",exports:{".":"./dist/index.js","./server.json":"./server.json"},scripts:{dev:"bun --watch src/index.ts",build:"bun build src/index.ts --outdir dist --target node --minify",start:"node dist/index.js","type-check":"tsc --noEmit",test:"bun test","test:watch":"bun test --watch",prepublishOnly:"bun run build"},dependencies:{"@modelcontextprotocol/sdk":"^1.0.0"},devDependencies:{"@types/bun":"latest","@types/node":"^22.0.0","bun-types":"latest",typescript:"^5.8.0"},files:["dist","server.json"],keywords:["sequenzy","email","mcp","ai","claude","automation"],license:"MIT",publishConfig:{access:"public"},repository:{type:"git",url:"git+https://github.com/sequenzy/sequenzy.git"}};class h1 extends Error{statusCode;rawDetails;code;constructor(Q,X,Y,W){super(Q);this.statusCode=X;this.rawDetails=Y;this.code=W;this.name="McpApiError"}}function XM(Q){if(Q instanceof h1)return{message:Q.message,statusCode:Q.statusCode,code:Q.code,rawDetails:Q.rawDetails};if(Q instanceof Error)return{message:Q.message};return{message:String(Q)}}function YM(Q){let X=XM(Q),Y=X.message.trim()||"Unknown error",W=Y.toLowerCase(),G=X.rawDetails?.trim()||Y;if(X.code==="MCP_AUTH_REQUIRED"||W.includes("sequenzy_api_key environment variable is required"))return{title:"Missing MCP API key",description:"The MCP server started without a Sequenzy API key, so it cannot authenticate any tool or resource request.",howToFix:"Add `SEQUENZY_API_KEY` to the MCP server environment, or run `npx @sequenzy/setup` to configure the integration automatically.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(X.statusCode===401||X.code==="UNAUTHORIZED")return{title:"Authentication failed",description:"The MCP server reached Sequenzy, but the current API key was rejected.",howToFix:"Replace `SEQUENZY_API_KEY` with a valid personal API key, then restart the MCP client so it reconnects with fresh credentials.",docsUrl:"https://docs.sequenzy.com/authentication",details:G};if(X.statusCode===403||W.includes("access denied"))return{title:"Access denied",description:"The current API key is valid, but it does not have permission to access the requested company or action.",howToFix:"Use an API key that belongs to the right account, or select a company the key can access before retrying the tool call.",docsUrl:"https://docs.sequenzy.com/authentication",details:G};if(W.includes("no company available")||W.includes("company not found"))return{title:"Company selection required",description:"The MCP server could not resolve a company for this request.",howToFix:"Call `get_account` to inspect available companies, then call `select_company`, or pass `companyId` explicitly in the next tool call.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(X.statusCode===404||W.includes("not found"))return{title:"Requested resource not found",description:"Sequenzy could not find the requested campaign, template, sequence, company, or subscriber.",howToFix:"List or fetch the resource collection first, then retry the tool with a confirmed ID or email value.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(X.statusCode===429||W.includes("rate limit"))return{title:"Rate limited",description:"Sequenzy temporarily slowed this MCP request because too many requests were sent too quickly.",howToFix:"Wait briefly before retrying. If the client is looping, reduce retries or add backoff before the next tool call.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(X.code==="NETWORK_ERROR"||W.includes("fetch failed"))return{title:"Network or configuration error",description:"The MCP server could not reach the Sequenzy API from this environment.",howToFix:"Check connectivity and verify `SEQUENZY_API_URL` if you override it in the MCP environment.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(W.includes("unknown tool")||W.includes("unknown resource"))return{title:"Unsupported MCP request",description:"The client asked for a tool or resource name that this Sequenzy MCP server does not expose.",howToFix:"Refresh the client's tool list and call only the names returned by `list_tools` or `list_resources`.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(W.includes("is required")||W.includes("invalid"))return{title:"Invalid MCP input",description:"The tool call was missing a required field or included an invalid value.",howToFix:"Review the tool schema, supply the missing argument, and retry the request with corrected input.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};if(X.statusCode&&X.statusCode>=500)return{title:"Sequenzy server error",description:"The request reached Sequenzy, but the server could not complete it successfully.",howToFix:"Retry once. If it still fails, keep the details below and consult the docs before escalating.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G};return{title:"Tool execution failed",description:"The MCP server could not complete the requested operation.",howToFix:"Review the details below, adjust the tool input or credentials, and retry.",docsUrl:"https://docs.sequenzy.com/concepts/mcp",details:G}}function V1(Q){let X=YM(Q);return[`Sequenzy MCP error: ${X.title}`,`Description: ${X.description}`,`How to fix: ${X.howToFix}`,`Docs: ${X.docsUrl}`,`Details: ${X.details}`].join(`
31
+ `)}var IX=["product-info","domain","tracking","localization","integrations","products","events","tags","labels","goals","sync-rules","api-keys","widgets","team","danger"],z5={dashboard:"/dashboard/company/{companyId}",campaigns:"/dashboard/company/{companyId}/campaign",campaign:"/dashboard/company/{companyId}/campaign/{campaignId}",campaignList:"/dashboard/company/{companyId}/campaign/list/{status}",sequences:"/dashboard/company/{companyId}/sequences",sequence:"/dashboard/company/{companyId}/sequences/{sequenceId}",sequenceList:"/dashboard/company/{companyId}/sequences/list/{status}",settings:"/dashboard/company/{companyId}/settings",settingsTab:"/dashboard/company/{companyId}/settings?tab={tab}",emails:"/dashboard/company/{companyId}/emails",email:"/dashboard/company/{companyId}/emails/{emailId}",subscribers:"/dashboard/company/{companyId}/subscribers",sentEmails:"/dashboard/company/{companyId}/sent-emails",emailSend:"/dashboard/company/{companyId}/sent-emails/{emailSendId}",segments:"/dashboard/company/{companyId}/segments",metrics:"/dashboard/company/{companyId}/metrics",transactional:"/dashboard/company/{companyId}/transactional",transactionalEmail:"/dashboard/company/{companyId}/transactional/{transactionalId}",domain:"/dashboard/company/{companyId}/settings/domain/{domainId}",domainVerify:"/dashboard/company/{companyId}/settings/domain/{domainId}/verify"};function WM(Q){let Y=(Q??process.env.SEQUENZY_APP_URL??"https://sequenzy.com").trim().replace(/\/+$/,"");return Y.length>0?Y:"https://sequenzy.com"}function u0(Q){let X=Q?.trim();return X?X:void 0}function o0(Q){return encodeURIComponent(Q)}function Q0(Q,X){return`${Q}${X}`}function X0(Q,X=""){return`/dashboard/company/${o0(Q)}${X}`}function H5(Q,X,Y){return Q0(Q,`${X0(X,"/settings")}?tab=${encodeURIComponent(Y)}`)}function GM(Q,X){let Y=IX.map((W)=>[W,X?H5(Q,X,W):""]);return Object.fromEntries(Y)}function K1(Q={},X){let Y=WM(X),W=u0(Q.companyId),G={},J=GM(Y,W);if(!W)return{appUrl:Y,routeTemplates:z5,settingsTabValues:IX,urls:G,settingsUrls:J};G.dashboard=Q0(Y,X0(W)),G.campaigns=Q0(Y,X0(W,"/campaign")),G.sequences=Q0(Y,X0(W,"/sequences")),G.settings=Q0(Y,X0(W,"/settings")),G.emails=Q0(Y,X0(W,"/emails")),G.subscribers=Q0(Y,X0(W,"/subscribers")),G.sentEmails=Q0(Y,X0(W,"/sent-emails")),G.segments=Q0(Y,X0(W,"/segments")),G.metrics=Q0(Y,X0(W,"/metrics")),G.transactional=Q0(Y,X0(W,"/transactional"));let $=u0(Q.campaignId);if($)G.campaign=Q0(Y,X0(W,`/campaign/${o0($)}`));let z=u0(Q.sequenceId);if(z)G.sequence=Q0(Y,X0(W,`/sequences/${o0(z)}`));let H=u0(Q.emailId)??u0(Q.templateId);if(H)G.email=Q0(Y,X0(W,`/emails/${o0(H)}`)),G.template=G.email;let A=u0(Q.transactionalId);if(A)G.transactionalEmail=Q0(Y,X0(W,`/transactional/${o0(A)}`));let K=u0(Q.emailSendId);if(K)G.emailSend=Q0(Y,X0(W,`/sent-emails/${o0(K)}`));let U=u0(Q.domainId);if(U)G.domain=Q0(Y,X0(W,`/settings/domain/${o0(U)}`)),G.domainVerify=`${G.domain}/verify`;let B=u0(Q.status);if(B)G.campaignList=Q0(Y,X0(W,`/campaign/list/${o0(B)}`)),G.sequenceList=Q0(Y,X0(W,`/sequences/list/${o0(B)}`));let L=u0(Q.settingsTab);if(L)G.settingsTab=H5(Y,W,L);return{appUrl:Y,routeTemplates:z5,settingsTabValues:IX,urls:G,settingsUrls:J}}var A5=[{uri:"sequenzy://dashboard",name:"Dashboard Overview",description:"Live overview stats for the last 7 days",mimeType:"application/json"},{uri:"sequenzy://company",name:"Current Company",description:"The currently selected company, including localization settings",mimeType:"application/json"},{uri:"sequenzy://campaigns/recent",name:"Recent Campaigns",description:"Last 10 campaigns with status and basic stats",mimeType:"application/json"},{uri:"sequenzy://subscribers/recent",name:"Recent Subscribers",description:"Most recently added subscribers",mimeType:"application/json"},{uri:"sequenzy://subscribers/engaged",name:"Engaged Subscribers",description:"Most active/engaged subscribers",mimeType:"application/json"},{uri:"sequenzy://sequences",name:"Sequences",description:"All email sequences with status",mimeType:"application/json"},{uri:"sequenzy://templates",name:"Templates",description:"All available email templates with localization status",mimeType:"application/json"},{uri:"sequenzy://segments",name:"Segments",description:"All defined segments with subscriber counts",mimeType:"application/json"},{uri:"sequenzy://tags",name:"Tags",description:"All tags with usage counts",mimeType:"application/json"},{uri:"sequenzy://health",name:"Deliverability Health",description:"Email deliverability metrics and health status",mimeType:"application/json"},{uri:"sequenzy://app-routes",name:"Dashboard URL Routes",description:"Route templates and settings tabs for building Sequenzy dashboard links",mimeType:"application/json"}];async function K5(Q){try{let X;switch(Q){case"sequenzy://dashboard":X=await Z("GET","/api/v1/metrics?period=7d");break;case"sequenzy://company":{let Y=await Z("GET","/api/v1/account"),W=f1()??Y.currentCompanyId;if(!W)throw Error("No company available. Create or select a company first.");X=await Z("GET",`/api/v1/companies/${W}`);break}case"sequenzy://campaigns/recent":X=await Z("GET","/api/v1/campaigns?limit=10");break;case"sequenzy://subscribers/recent":X=await Z("GET","/api/v1/subscribers?sort=createdAt&limit=20");break;case"sequenzy://subscribers/engaged":X=await Z("GET","/api/v1/subscribers?sort=engagement&limit=20");break;case"sequenzy://sequences":X=await Z("GET","/api/v1/sequences");break;case"sequenzy://templates":X=await Z("GET","/api/v1/templates");break;case"sequenzy://segments":X=await Z("GET","/api/v1/segments");break;case"sequenzy://tags":X=await Z("GET","/api/v1/tags");break;case"sequenzy://health":X=await Z("GET","/api/v1/health/deliverability");break;case"sequenzy://app-routes":X=K1();break;default:throw Error(`Unknown resource: ${Q}`)}return{contents:[{uri:Q,mimeType:"application/json",text:JSON.stringify(X,null,2)}]}}catch(X){return{contents:[{uri:Q,mimeType:"text/plain",text:V1(X)}]}}}var JM={type:"object",properties:{id:{type:"string",description:"Optional filter ID. Any stable string works; one will be generated if omitted."},field:{type:"string",enum:["status","tag","email","emailProvider","added","firstName","lastName","list","emailSent","emailOpened","emailClicked","emailBounced","emailComplained","attribute","event","segment","stripeProduct","stripeCurrentProduct","stripeTrialProduct"],description:"Filter field. Use `event` for custom subscriber events, `segment` for saved segment membership, and `stripeProduct`/`stripeCurrentProduct`/`stripeTrialProduct` for Stripe product-based segments. Engagement fields (`emailSent`, `emailOpened`, `emailClicked`, `emailBounced`, `emailComplained`) accept a time range as the value or a specific campaign via `campaign:<campaign_id>`."},operator:{type:"string",enum:["is","is_not","is_empty","is_not_empty","contains","not_contains","less_than","more_than","at_least","less_than_count","gte","lte","gt","lt"],description:"Filter operator. Use `is_empty` or `is_not_empty` for fields that can be blank, including custom attributes. For `stripeProduct`, use `is` or `is_not` with a raw product ID, and `at_least` or `less_than_count` with `productId:count`. For `event`, use `is`, `is_not`, `at_least`, or `less_than_count`. For engagement fields, use `is` (event happened) or `is_not` (event did not happen)."},value:{type:"string",description:"Filter value. For custom attribute empty checks, use `attributeName:` such as `last_logged_in:`. Event examples: `saas.purchase:30d`, `saas.purchase:all`, or `saas.purchase:5:30d` for thresholds. Segment values are segment IDs. Stripe product examples: `prod_123` for bought/didn't buy, `prod_123:3` for payment thresholds. Engagement examples: `7d`, `30d`, `90d`, `180d`, `all` for rolling time windows, or `campaign:<campaign_id>` to scope to a specific sent campaign (use `list_campaigns` to find IDs)."}},required:["field","operator","value"],additionalProperties:!1},$M={type:"object",properties:{kind:{type:"string",enum:["group"]},id:{type:"string",description:"Stable group ID. Any string works; one will be generated if omitted."},joinOperator:{type:"string",enum:["and","or"],description:"How children in this group combine."},children:{type:"array",minItems:1,items:{type:"object",description:'Either a filter leaf (`kind: "filter"`) or another group (`kind: "group"`).'}}},required:["kind","joinOperator","children"],additionalProperties:!0};function D5(Q){if(!Array.isArray(Q))return Q;return Q.map((X)=>{if(typeof X!=="object"||X===null)return X;let Y=X;if(typeof Y.id==="string"&&Y.id.trim()!=="")return Y;return{...Y,id:crypto.randomUUID()}})}function L5(Q){if(typeof Q!=="object"||Q===null)return Q;let X=Q;if(X.kind==="filter"){let Y=D5([X]);return Array.isArray(Y)?Y[0]:X}if(X.kind!=="group")return Q;return{...X,id:typeof X.id==="string"&&X.id.trim()!==""?X.id:crypto.randomUUID(),children:Array.isArray(X.children)?X.children.map(L5):[]}}function m1(Q,X,Y){if(X.html!==void 0&&X.blocks!==void 0)throw Error(`Provide either \`html\` or \`blocks\` when calling \`${Q}\`, not both.`);if(X.blocks!==void 0&&!Array.isArray(X.blocks))throw Error(`\`blocks\` must be an array when calling \`${Q}\`.`);if(Y?.requireContent&&X.html===void 0&&X.blocks===void 0)throw Error(`Provide either \`html\` or \`blocks\` when calling \`${Q}\`.`)}function zQ(Q,X){if(X.labels===void 0)return;if(!Array.isArray(X.labels))throw Error(`\`labels\` must be an array when calling \`${Q}\`.`);if(X.labels.some((Y)=>typeof Y!=="string"||Y.trim().length===0))throw Error(`\`labels\` must contain only non-empty strings when calling \`${Q}\`.`)}function zM(Q){let X=Q.filters!==void 0,Y=Q.root!==void 0;if(X&&Y)throw Error("Provide either `filters` or `root` when calling `create_segment`, not both.");if(!X&&!Y)throw Error("Provide either `filters` or `root` when calling `create_segment`.");if(X){if(!Array.isArray(Q.filters))throw Error("`filters` must be an array when calling `create_segment`.");if(Q.filters.length===0)throw Error("`filters` must include at least one filter when calling `create_segment`.")}if(Y&&(typeof Q.root!=="object"||Q.root===null))throw Error("`root` must be an object when calling `create_segment`.")}function HM(Q){if(Q.clearEnrollmentFieldPath===!0&&Q.enrollmentFieldPath!==void 0)throw Error("Provide either `enrollmentFieldPath` or `clearEnrollmentFieldPath` when calling `update_sequence`, not both.");let X={...Q};if(delete X.clearEnrollmentFieldPath,Q.clearEnrollmentFieldPath===!0)X.enrollmentFieldPath=null;return X}function AM(Q){let X=S(Q,"subscriberId"),Y=Q.fieldValues,W=Y===void 0?void 0:Array.isArray(Y)?Y:void 0;if(Y!==void 0&&W===void 0)throw Error("`fieldValues` must be an array when calling `cancel_sequence_enrollments`.");let G=W?.map((z)=>typeof z==="string"?z.trim():"").filter((z)=>z.length>0)??[];if(W?.some((z)=>typeof z!=="string")||W!==void 0&&G.length===0)throw Error("`fieldValues` must contain at least one non-empty string when calling `cancel_sequence_enrollments`.");if(X!==void 0===G.length>0)throw Error("Provide exactly one target when calling `cancel_sequence_enrollments`: `subscriberId` or `fieldValues`.");let J=S(Q,"fieldPath"),$=S(Q,"reason");return{...X!==void 0&&{subscriberId:X},...J!==void 0&&{fieldPath:J},...G.length>0&&{fieldValues:G},...typeof Q.dryRun==="boolean"&&{dryRun:Q.dryRun},...$!==void 0&&{reason:$}}}function KM(Q){m1("create_campaign",Q),zQ("create_campaign",Q);let X=S(Q,"prompt")!==void 0,Y=Q.html!==void 0,W=Q.blocks!==void 0,G=Q.templateId!==void 0;if(Q.prompt!==void 0&&!X)throw Error("`prompt` cannot be empty when calling `create_campaign`.");if(X&&(Y||W||G))throw Error("Provide either `prompt`, `html`, `blocks`, or `templateId` when calling `create_campaign`, not multiple content sources.");if(!X&&(Q.style!==void 0||Q.tone!==void 0))throw Error("`style` and `tone` can only be used with `prompt` when calling `create_campaign`.");if(!X&&S(Q,"subject")===void 0)throw Error("`subject` is required unless `prompt` is provided when calling `create_campaign`.")}function UM(Q){m1("create_transactional_email",Q);let X=S(Q,"prompt")!==void 0,Y=Q.html!==void 0,W=Q.blocks!==void 0;if(Q.prompt!==void 0&&!X)throw Error("`prompt` cannot be empty when calling `create_transactional_email`.");if(X&&(Y||W))throw Error("Provide either `prompt`, `html`, or `blocks` when calling `create_transactional_email`, not multiple content sources.");if(!X&&(Q.style!==void 0||Q.tone!==void 0))throw Error("`style` and `tone` can only be used with `prompt` when calling `create_transactional_email`.");if(!X&&!Y&&!W)throw Error("Provide either `prompt`, `html`, or `blocks` when calling `create_transactional_email`.");if(!X&&S(Q,"subject")===void 0)throw Error("`subject` is required unless `prompt` is provided when calling `create_transactional_email`.")}var U5={type:"object",description:"A step to create inside a branch path. Use type:'delay' for a standalone delay, type:'email' for an email, or type:'create_discount' for a discount action.",properties:{type:{type:"string",enum:["email","delay","create_discount","discount","webhook"],description:"Branch path step type. Omit for email steps; use delay for standalone waits."},nodeType:{type:"string",enum:["logic_delay","action_email","action_create_discount","action_add_tag","action_remove_tag","action_add_to_list","action_remove_from_list","action_update_attributes","logic_wait_for_event","action_webhook"],description:"Advanced branch path node type. Prefer type unless creating a non-email action."},config:{type:"object",description:"Config for advanced nodeType steps such as tag/list/webhook/wait-for-event actions.",additionalProperties:!0},subject:{type:"string",description:"Email subject. Required for email steps."},previewText:{type:"string",description:"Email preview text."},blocks:{type:"array",description:"Sequenzy email blocks for email steps.",items:{type:"object"}},html:{type:"string",description:"HTML content for email steps."},delay:{type:"object",description:"Delay before this step, or the delay duration when type is delay.",properties:{days:{type:"number"},hours:{type:"number"},minutes:{type:"number"}}},delayMs:{type:"number",description:"Delay in milliseconds. Useful for standalone type:'delay' steps."},name:{type:"string",description:"Email template name for email steps."},discount:{type:"object",description:"Discount configuration for create_discount steps. Same shape as create_sequence steps.",additionalProperties:!0},label:{type:"string",description:"Node label for discount or advanced node steps."},provider:{type:"string",enum:["stripe","shopify"]},discountType:{type:"string",enum:["percent","amount"]},percentOff:{type:"number"},amountOff:{type:"number"},currency:{type:"string"},duration:{type:"string",enum:["once","forever","repeating"]},durationInMonths:{type:"number"},appliesToAllPlans:{type:"boolean"},planIds:{type:"array",items:{type:"string"}},codePrefix:{type:"string"},maxRedemptions:{type:"number"},lockToSubscriber:{type:"boolean"},expiresAt:{type:"string"},expiresInHours:{type:"number"}},additionalProperties:!1};function BM(Q){if(!Q||typeof Q!=="object")return null;let X=Q;if(X.success!==!1)return null;if(typeof X.error==="string")return Error(X.error);if(X.error&&typeof X.error==="object"&&typeof X.error.message==="string")return Error(X.error.message);if(typeof X.message==="string")return Error(X.message);return Error("The tool returned an unsuccessful response.")}function Z0(Q){return typeof Q==="object"&&Q!==null&&!Array.isArray(Q)}function B5(Q){return Q.trim().toLowerCase().replace(/\s+/g,"-")}function DM(Q){let X=new URLSearchParams;if(typeof Q.query==="string"&&Q.query.trim()!=="")X.set("query",Q.query.trim());if(Array.isArray(Q.tags)&&Q.tags.length>0)X.set("tags",Q.tags.filter((Y)=>typeof Y==="string"&&Y.trim()!=="").join(","));if(typeof Q.segmentId==="string"&&Q.segmentId.trim()!=="")X.set("segmentId",Q.segmentId);return X.set("page",String(Q.page)),X.set("limit",String(Q.pageSize)),X}async function LM(Q,X){let Y=typeof Q.limit==="number"&&Number.isFinite(Q.limit)?Math.max(1,Math.trunc(Q.limit)):void 0,W=Math.min(100,Math.max(1,Y??100)),G=[],J=1,$=0,z=0,H=0;while(!0){let K=DM({query:Q.query,tags:Q.tags,segmentId:Q.segmentId,page:J,pageSize:W}),U=await Z("GET",`/api/v1/subscribers?${K.toString()}`,void 0,X);$=U.pagination?.total??U.subscribers.length,z=U.pagination?.totalPages??1,H+=1,G.push(...U.subscribers??[]);let B=Y!==void 0&&G.length>=Y,L=U.pagination?J>=U.pagination.totalPages:(U.subscribers??[]).length<W;if(B||L)break;J+=1}let A=Y!==void 0?G.slice(0,Y):G;return{success:!0,subscribers:A,pagination:{page:1,limit:W,total:$,totalPages:z,fetchedPages:H},returned:A.length,truncated:Y!==void 0&&$>0&&A.length<$}}function FM(Q){let X=typeof Q.email==="string"&&Q.email.trim()!==""?Q.email.trim():void 0,Y=typeof Q.externalId==="string"&&Q.externalId.trim()!==""?Q.externalId.trim():void 0;return{...X?{email:X}:{},...Y?{externalId:Y}:{}}}function u6(Q,X){let Y=FM(X);if(!Y.email&&!Y.externalId)throw Error(`Provide either \`email\` or \`externalId\` when calling \`${Q}\`.`);return Y}function TX(Q){if(Q.email)return`/api/v1/subscribers/${encodeURIComponent(Q.email)}`;return`/api/v1/subscribers/external?externalId=${encodeURIComponent(String(Q.externalId))}`}async function EX(Q,X){return Z("GET",TX(Q),void 0,X)}function S(Q,X){let Y=Q[X];if(typeof Y!=="string")return;let W=Y.trim();return W.length>0?W:void 0}async function F5(Q){let X=S(Q,"companyId");if(X)return X;let Y=f1();if(Y)return Y;try{return(await Z("GET","/api/v1/account")).currentCompanyId??void 0}catch{return}}function l1(Q,X){if(!Z0(Q)||!X)return Q;return{...Q,url:X}}function $Q(Q,X,Y){if(!Array.isArray(Q)||!X)return Q;return Q.map((W)=>{if(!Z0(W))return W;let G=S(W,"id");if(!G)return W;let J=K1({companyId:X,...Y==="campaign"&&{campaignId:G},...Y==="sequence"&&{sequenceId:G},...Y==="template"&&{emailId:G},...Y==="transactional"&&{transactionalId:G}}),$=Y==="campaign"?J.urls.campaign:Y==="sequence"?J.urls.sequence:Y==="template"?J.urls.email:J.urls.transactionalEmail;return l1(W,$)})}function qM(Q){if(!Array.isArray(Q))return Q;return Q.map((X)=>{if(!Z0(X))return X;let Y=S(X,"id");if(!Y)return X;let W=K1({companyId:Y});return{...X,url:W.urls.dashboard,settingsUrl:W.urls.settings}})}var OM=new Set(["get_account","select_company","create_company","get_company","list_campaigns","get_campaign","get_email_send","create_campaign","update_campaign","send_test_email","list_sequences","get_sequence","create_sequence","update_sequence","enable_sequence","disable_sequence","cancel_sequence_enrollments","list_templates","get_template","create_template","update_template","list_transactional_emails","get_transactional_email","create_transactional_email","update_transactional_email"]);async function MM(Q,X,Y){if(!Z0(Y)||!OM.has(Q))return Y;let W=Z0(Y.company)?Y.company:void 0,J=S(Y,"selectedCompanyId")??S(Y,"currentCompanyId")??S(Y,"companyId")??(W?S(W,"id"):void 0)??(W?S(W,"companyId"):void 0)??await F5(X);if(!J)return Y;let $=Z0(Y.campaign)?Y.campaign:void 0,z=Z0(Y.sequence)?Y.sequence:void 0,H=Z0(Y.template)?Y.template:void 0,A=Z0(Y.transactional)&&!Array.isArray(Y.transactional)?Y.transactional:void 0,K={companyId:J,campaignId:S(X,"campaignId")??S(Y,"campaignId")??($?S($,"id"):void 0),sequenceId:S(X,"sequenceId")??S(Y,"sequenceId")??(z?S(z,"id"):void 0),emailId:S(Y,"templateId")??(H?S(H,"id"):void 0)??(A?S(A,"emailId"):void 0)??S(X,"templateId"),transactionalId:S(X,"transactionalId")??(A?S(A,"id"):void 0)??S(X,"idOrSlug"),emailSendId:S(X,"emailSendId")??S(Y,"emailSendId")??(Z0(Y.emailSend)?S(Y.emailSend,"id"):void 0),status:S(X,"status")},U=K1(K),B=W?K1({companyId:J}):void 0;return{...Y,...Array.isArray(Y.companies)&&{companies:qM(Y.companies)},...Array.isArray(Y.campaigns)&&{campaigns:$Q(Y.campaigns,J,"campaign")},...Array.isArray(Y.sequences)&&{sequences:$Q(Y.sequences,J,"sequence")},...Array.isArray(Y.templates)&&{templates:$Q(Y.templates,J,"template")},...Array.isArray(Y.transactional)&&{transactional:$Q(Y.transactional,J,"transactional")},...W&&B!==void 0&&{company:{...W,url:B.urls.dashboard,settingsUrl:B.urls.settings}},...$&&U.urls.campaign!==void 0&&{campaign:l1($,U.urls.campaign)},...z&&U.urls.sequence!==void 0&&{sequence:l1(z,U.urls.sequence)},...H&&U.urls.email!==void 0&&{template:l1(H,U.urls.email)},...A&&U.urls.transactionalEmail!==void 0&&{transactional:l1(A,U.urls.transactionalEmail)},...Z0(Y.emailSend)&&U.urls.emailSend!==void 0&&{emailSend:l1(Y.emailSend,U.urls.emailSend)},appUrls:U.urls}}var q5=[{name:"get_account",description:`Get current account information including available companies. IMPORTANT: If you have access to multiple companies, you MUST either:
32
32
  1. Call select_company first to choose which company to work with, OR
33
33
  2. Pass companyId explicitly in each tool call
34
34
 
35
- The response shows 'companies' (all available) and 'selectedCompanyId' (currently active). All subsequent operations will use the selected company unless you pass a companyId override.`,inputSchema:{type:"object",properties:{}}},{name:"select_company",description:"Select which company to operate on (for user-scoped API keys with access to multiple companies). Use get_account to see available companies. After selecting, all subsequent operations will use this company unless you pass a companyId override.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"The company ID to select (from get_account's companies list)"}},required:["companyId"]}},{name:"get_app_urls",description:"Generate Sequenzy dashboard URLs for known resource IDs. Use this when the user asks where to review or edit a generated sequence, campaign, template, or company settings. If companyId is omitted, the selected/current company is used when available.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If omitted, uses the selected/current company when available."},campaignId:{type:"string",description:"Campaign ID for the campaign editor URL."},sequenceId:{type:"string",description:"Sequence ID for the sequence editor URL."},templateId:{type:"string",description:"Template/email ID for the email editor URL."},emailId:{type:"string",description:"Email ID for the email editor URL."},transactionalId:{type:"string",description:"Transactional email ID."},emailSendId:{type:"string",description:"Email send ID for the sent email detail URL."},domainId:{type:"string",description:"Sending domain ID."},status:{type:"string",description:"Status for campaign/sequence list URLs."},settingsTab:{type:"string",description:"Settings tab slug, e.g. integrations, domain, tracking, api-keys, team."}}}},{name:"create_company",description:"Create a new company/brand. This will parse your website to extract brand information. The tool polls every 20 seconds until the company is fully processed (typically 30-60 seconds).",inputSchema:{type:"object",properties:{name:{type:"string",description:"Company name (optional, will be extracted from domain if not provided)"},domain:{type:"string",description:"The company's website domain (e.g., example.com)"}},required:["domain"]}},{name:"get_company",description:"Get company details, processing status, and effective email localization settings",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"The company ID to check"}},required:["companyId"]}},{name:"create_api_key",description:"Create a new API key for a company. Use this when setting up Sequenzy integration in a project. The returned key should be saved to the project's .env file as SEQUENZY_API_KEY. The key can only be retrieved once at creation time.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to create the key for"},name:{type:"string",description:"Optional name for the API key (e.g., 'Production', 'Development')"}},required:["companyId"]}},{name:"list_websites",description:"List all configured sender websites/domains",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."}}}},{name:"add_website",description:"Add a new sender website. Takes ~30 seconds to process.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},domain:{type:"string",description:"The domain to add (e.g., example.com)"}},required:["domain"]}},{name:"check_website",description:"Check if a website has been processed and is ready to use",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},domain:{type:"string",description:"The domain to check"}},required:["domain"]}},{name:"get_integration_guide",description:`Get code examples for integrating Sequenzy into your project.
35
+ The response shows 'companies' (all available) and 'selectedCompanyId' (currently active). All subsequent operations will use the selected company unless you pass a companyId override.`,inputSchema:{type:"object",properties:{}}},{name:"select_company",description:"Select which company to operate on (for user-scoped API keys with access to multiple companies). Use get_account to see available companies. After selecting, all subsequent operations will use this company unless you pass a companyId override.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"The company ID to select (from get_account's companies list)"}},required:["companyId"]}},{name:"get_app_urls",description:"Generate Sequenzy dashboard URLs for known resource IDs. Use this when the user asks where to review or edit a generated sequence, campaign, template, or company settings. If companyId is omitted, the selected/current company is used when available.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If omitted, uses the selected/current company when available."},campaignId:{type:"string",description:"Campaign ID for the campaign editor URL."},sequenceId:{type:"string",description:"Sequence ID for the sequence editor URL."},templateId:{type:"string",description:"Template/email ID for the email editor URL."},emailId:{type:"string",description:"Email ID for the email editor URL."},transactionalId:{type:"string",description:"Transactional email ID."},emailSendId:{type:"string",description:"Email send ID for the sent email detail URL."},domainId:{type:"string",description:"Sending domain ID."},status:{type:"string",description:"Status for campaign/sequence list URLs."},settingsTab:{type:"string",description:"Settings tab slug, e.g. integrations, domain, tracking, api-keys, team."}}}},{name:"create_company",description:"Create a new company/brand. This will parse your website to extract brand information. The tool polls every 20 seconds until the company is fully processed (typically 30-60 seconds).",inputSchema:{type:"object",properties:{name:{type:"string",description:"Company name (optional, will be extracted from domain if not provided)"},domain:{type:"string",description:"The company's website domain (e.g., example.com)"}},required:["domain"]}},{name:"get_company",description:"Get company details, processing status, and effective email localization settings",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"The company ID to check"}},required:["companyId"]}},{name:"create_api_key",description:"Create a new API key for a company. Use this when setting up Sequenzy integration in a project. The returned key should be saved to the project's .env file as SEQUENZY_API_KEY. The key can only be retrieved once at creation time.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to create the key for"},name:{type:"string",description:"Optional name for the API key (e.g., 'Production', 'Development')"}},required:["companyId"]}},{name:"list_websites",description:"List all configured sender websites/domains",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},label:{type:"string",description:"Optional label name filter. Only templates assigned this label are returned."}}}},{name:"add_website",description:"Add a new sender website. Takes ~30 seconds to process.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},domain:{type:"string",description:"The domain to add (e.g., example.com)"}},required:["domain"]}},{name:"check_website",description:"Check if a website has been processed and is ready to use",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},domain:{type:"string",description:"The domain to check"}},required:["domain"]}},{name:"get_integration_guide",description:`Get code examples for integrating Sequenzy into your project.
36
36
 
37
37
  CRITICAL - FOR SAAS/SUBSCRIPTION APPS:
38
38
  If the app uses Stripe, Polar, Paddle, Dodo, or Creem - tell the user to connect it in Sequenzy dashboard (Settings → Integrations).
@@ -45,7 +45,7 @@ Use cases:
45
45
  - 'subscribe_form': Adding subscribers from signup forms
46
46
  - 'event_tracking': Tracking CUSTOM events only (not payment events - those come from the integration)
47
47
 
48
- Before implementing, use create_api_key to generate an API key and save it to .env as SEQUENZY_API_KEY.`,inputSchema:{type:"object",properties:{framework:{type:"string",description:"Framework/language (nextjs, express, python, etc.)"},use_case:{type:"string",description:"Use case: 'transactional' (sending emails), 'subscribe_form' (adding subscribers), 'event_tracking' (tracking CUSTOM events only - payment events should come from Stripe/Polar/etc integration)"}}}},{name:"add_subscriber",description:"Add a new subscriber to your list",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to add subscriber to. If not provided, uses the currently selected company."},email:{type:"string",description:"Subscriber email address"},externalId:{type:"string",description:"Customer-owned subscriber ID. Provide this with email when creating, or instead of email for an existing subscriber."},attributes:{type:"object",description:"Custom attributes (name, plan, etc.)"},tags:{type:"array",items:{type:"string"},description:"Tags to apply to the subscriber"},listIds:{type:"array",items:{type:"string"},description:"List IDs to add subscriber to"}},required:[]}},{name:"update_subscriber",description:"Update an existing subscriber's attributes or tags",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},email:{type:"string",description:"Subscriber email address. Provide email or externalId to identify the subscriber."},externalId:{type:"string",description:"Customer-owned subscriber ID. Provide email or externalId to identify the subscriber."},attributes:{type:"object",description:"Attributes to update"},addTags:{type:"array",items:{type:"string"},description:"Tags to add"},removeTags:{type:"array",items:{type:"string"},description:"Tags to remove"}},required:[]}},{name:"remove_subscriber",description:"Unsubscribe or delete a subscriber",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},email:{type:"string",description:"Subscriber email address. Provide email or externalId to identify the subscriber."},externalId:{type:"string",description:"Customer-owned subscriber ID. Provide email or externalId to identify the subscriber."},hardDelete:{type:"boolean",description:"If true, permanently deletes. If false, just unsubscribes."}},required:[]}},{name:"get_subscriber",description:"Get the full subscriber profile, including tags, list memberships, sequence enrollments, email stats, and recent activity",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},email:{type:"string",description:"Subscriber email address. Provide email or externalId to identify the subscriber."},externalId:{type:"string",description:"Customer-owned subscriber ID. Provide email or externalId to identify the subscriber."}},required:[]}},{name:"search_subscribers",description:"Search subscribers by free-text query, tags, or segment. If you omit limit, the tool fetches all pages and returns every match.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},query:{type:"string",description:"Search query (email or name)"},tags:{type:"array",items:{type:"string"},description:"Filter by tags"},segmentId:{type:"string",description:"Filter by segment ID"},limit:{type:"number",description:"Maximum results to return. If omitted, the tool returns all matches across pages."}}}},{name:"list_tags",description:"List all tags in the account",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to list tags for. If not provided, uses the currently selected company."}}}},{name:"list_lists",description:"List all subscriber lists",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to list lists for. If not provided, uses the currently selected company."}}}},{name:"create_list",description:"Create a new subscriber list",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to create the list in. If not provided, uses the currently selected company."},name:{type:"string",description:"List name"},description:{type:"string",description:"List description"}},required:["name"]}},{name:"list_segments",description:"List all segments",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to list segments for. If not provided, uses the currently selected company."}}}},{name:"create_segment",description:'Create a new segment from explicit filter rules. Use `filters` plus `filterJoinOperator` for flat legacy rules, or `root` for nested AND/OR groups such as `{ "kind": "group", "joinOperator": "and", "children": [{ "kind": "filter", "field": "attribute", "operator": "gte", "value": "mrr:50" }, { "kind": "group", "joinOperator": "or", "children": [{ "kind": "filter", "field": "tag", "operator": "contains", "value": "vip" }, { "kind": "filter", "field": "event", "operator": "is_not", "value": "saas.purchase:30d" }] }] }`. Supports `event` and `segment` fields, Stripe product purchase filters, and campaign-specific engagement filters.',inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to create the segment in. If not provided, uses the currently selected company."},name:{type:"string",description:"Segment name"},filterJoinOperator:{type:"string",enum:["and","or"],description:'How top-level filters combine. Use `"and"` to require every filter or `"or"` to match any filter.'},filters:{type:"array",items:GM,minItems:1,description:'Array of segment filters. Example custom attribute empty check: [{"id":"filter-1","field":"attribute","operator":"is_empty","value":"last_logged_in:"}]. Example Stripe purchase filter: [{"id":"filter-1","field":"stripeProduct","operator":"is","value":"prod_123"}]. Example threshold filter: [{"id":"filter-1","field":"stripeProduct","operator":"at_least","value":"prod_123:3"}]. Example campaign-specific engagement combo: [{"id":"filter-1","field":"emailBounced","operator":"is","value":"campaign:cmp_abc"},{"id":"filter-2","field":"emailBounced","operator":"is_not","value":"campaign:cmp_xyz"}]. Combine them with `filterJoinOperator: "or"` to match any filter.'},root:{...JM,description:"Nested filter root. Mutually exclusive with `filters` and `filterJoinOperator`."}},required:["name"]}},{name:"get_segment_count",description:"Get the number of subscribers in a segment",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},segmentId:{type:"string",description:"Segment ID"}},required:["segmentId"]}},{name:"list_templates",description:"List all email templates, including per-locale localization sync status",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."}}}},{name:"get_template",description:"Get a template's details, content, and all localized variants with sync status",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},templateId:{type:"string",description:"Template ID"}},required:["templateId"]}},{name:"create_template",description:"Create a new email template",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},name:{type:"string",description:"Template name"},subject:{type:"string",description:"Email subject line"},html:{type:"string",description:"Email HTML content. Mutually exclusive with `blocks`."},blocks:{type:"array",description:"Sequenzy email blocks. Use this for editor-compatible content, including conditional and repeat blocks. Repeat blocks use { type: 'repeat', source: 'items', itemAlias: 'item', children: [...] }.",items:{type:"object"}}},required:["name","subject"]}},{name:"update_template",description:"Update an existing template. At least one of `name`, `subject`, `html`, or `blocks` is required, and only those update fields are accepted.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},templateId:{type:"string",description:"Template ID"},name:{type:"string",description:"Template name"},subject:{type:"string",description:"Email subject line"},html:{type:"string",description:"Email HTML content. Mutually exclusive with `blocks`."},blocks:{type:"array",description:"Sequenzy email blocks. Use this for editor-compatible content, including conditional and repeat blocks. Repeat blocks use { type: 'repeat', source: 'items', itemAlias: 'item', children: [...] }.",items:{type:"object"}}},required:["templateId"],additionalProperties:!1}},{name:"delete_template",description:"Delete a template",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},templateId:{type:"string",description:"Template ID"}},required:["templateId"]}},{name:"list_campaigns",description:"List all campaigns",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to list campaigns for. If not provided, uses the currently selected company."},status:{type:"string",description:"Filter by status (draft, scheduled, sent)"}}}},{name:"get_campaign",description:"Get campaign details and stats",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},campaignId:{type:"string",description:"Campaign ID"}},required:["campaignId"]}},{name:"get_email_send",description:"Get a sent email by emailSendId, including the stored HTML body when available and the ClickHouse event timeline. If the short-lived email send row has been cleaned up, returns the retained ClickHouse events and a sparse summary.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},emailSendId:{type:"string",description:"Email send ID to inspect."}},required:["emailSendId"]}},{name:"create_campaign",description:"Create a new campaign (as draft)",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to create the campaign in. If not provided, uses the currently selected company."},name:{type:"string",description:"Campaign name"},subject:{type:"string",description:"Email subject line. Optional when `prompt` is provided because the generated subject will be used."},html:{type:"string",description:"Email HTML content. Mutually exclusive with `blocks`."},blocks:{type:"array",description:"Sequenzy email blocks. Use this for editor-compatible content, including conditional and repeat blocks. Repeat blocks use { type: 'repeat', source: 'items', itemAlias: 'item', children: [...] }.",items:{type:"object"}},prompt:{type:"string",description:"Generate campaign blocks from a prompt. Mutually exclusive with `html`, `blocks`, and `templateId`."},style:{type:"string",description:"Prompt generation style: minimal, branded, promotional. Only used with `prompt`."},tone:{type:"string",description:"Prompt generation tone: professional, casual, friendly. Only used with `prompt`."},templateId:{type:"string",description:"Use a template instead of html"},segmentId:{type:"string",description:"Target segment ID"}},required:["name"]}},{name:"update_campaign",description:"Update a draft campaign",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},campaignId:{type:"string",description:"Campaign ID"},name:{type:"string",description:"Campaign name"},subject:{type:"string",description:"Email subject line"},html:{type:"string",description:"Email HTML content. Mutually exclusive with `blocks`."},blocks:{type:"array",description:"Sequenzy email blocks. Use this for editor-compatible content, including conditional and repeat blocks. Repeat blocks use { type: 'repeat', source: 'items', itemAlias: 'item', children: [...] }.",items:{type:"object"}},replyTo:{type:"string",description:"Set reply-to using an existing reply profile email address for this company."},replyProfileId:{type:"string",description:"Set reply-to using a reply profile ID for this company."}},required:["campaignId"],additionalProperties:!1}},{name:"send_test_email",description:"Send a test email to a single address",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},campaignId:{type:"string",description:"Campaign ID to test"},to:{type:"string",description:"Email address to send test to"}},required:["campaignId","to"]}},{name:"list_sequences",description:"List all email sequences (automations)",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to list sequences for. If not provided, uses the currently selected company."}}}},{name:"get_sequence",description:"Get sequence details plus editable step content. The response includes sequence.emails with each step's nodeId, linked emailId, subject, previewText, and blocks.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID"}},required:["sequenceId"]}},{name:"create_sequence",description:`Create a new email sequence. Provide either a goal for AI generation or explicit steps. Explicit steps can include email content and create_discount actions; emails after a discount action can use merge tags such as {{discount.code}} and {{discount.percentOff}}. For AI-generated sequences, the tool polls until emails are generated (typically 30-60 seconds).
48
+ Before implementing, use create_api_key to generate an API key and save it to .env as SEQUENZY_API_KEY.`,inputSchema:{type:"object",properties:{framework:{type:"string",description:"Framework/language (nextjs, express, python, etc.)"},use_case:{type:"string",description:"Use case: 'transactional' (sending emails), 'subscribe_form' (adding subscribers), 'event_tracking' (tracking CUSTOM events only - payment events should come from Stripe/Polar/etc integration)"}}}},{name:"add_subscriber",description:"Add a new subscriber to your list",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to add subscriber to. If not provided, uses the currently selected company."},email:{type:"string",description:"Subscriber email address"},externalId:{type:"string",description:"Customer-owned subscriber ID. Provide this with email when creating, or instead of email for an existing subscriber."},attributes:{type:"object",description:"Custom attributes (name, plan, etc.)"},tags:{type:"array",items:{type:"string"},description:"Tags to apply to the subscriber"},listIds:{type:"array",items:{type:"string"},description:"List IDs to add subscriber to"}},required:[]}},{name:"update_subscriber",description:"Update an existing subscriber's attributes or tags",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},email:{type:"string",description:"Subscriber email address. Provide email or externalId to identify the subscriber."},externalId:{type:"string",description:"Customer-owned subscriber ID. Provide email or externalId to identify the subscriber."},attributes:{type:"object",description:"Attributes to update"},addTags:{type:"array",items:{type:"string"},description:"Tags to add"},removeTags:{type:"array",items:{type:"string"},description:"Tags to remove"}},required:[]}},{name:"remove_subscriber",description:"Unsubscribe or delete a subscriber",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},email:{type:"string",description:"Subscriber email address. Provide email or externalId to identify the subscriber."},externalId:{type:"string",description:"Customer-owned subscriber ID. Provide email or externalId to identify the subscriber."},hardDelete:{type:"boolean",description:"If true, permanently deletes. If false, just unsubscribes."}},required:[]}},{name:"get_subscriber",description:"Get the full subscriber profile, including tags, list memberships, sequence enrollments, email stats, and recent activity",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},email:{type:"string",description:"Subscriber email address. Provide email or externalId to identify the subscriber."},externalId:{type:"string",description:"Customer-owned subscriber ID. Provide email or externalId to identify the subscriber."}},required:[]}},{name:"search_subscribers",description:"Search subscribers by free-text query, tags, or segment. If you omit limit, the tool fetches all pages and returns every match.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},query:{type:"string",description:"Search query (email or name)"},tags:{type:"array",items:{type:"string"},description:"Filter by tags"},segmentId:{type:"string",description:"Filter by segment ID"},limit:{type:"number",description:"Maximum results to return. If omitted, the tool returns all matches across pages."}}}},{name:"list_tags",description:"List all tags in the account",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to list tags for. If not provided, uses the currently selected company."}}}},{name:"list_lists",description:"List all subscriber lists",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to list lists for. If not provided, uses the currently selected company."}}}},{name:"create_list",description:"Create a new subscriber list",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to create the list in. If not provided, uses the currently selected company."},name:{type:"string",description:"List name"},description:{type:"string",description:"List description"}},required:["name"]}},{name:"list_segments",description:"List all segments",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to list segments for. If not provided, uses the currently selected company."}}}},{name:"create_segment",description:'Create a new segment from explicit filter rules. Use `filters` plus `filterJoinOperator` for flat legacy rules, or `root` for nested AND/OR groups such as `{ "kind": "group", "joinOperator": "and", "children": [{ "kind": "filter", "field": "attribute", "operator": "gte", "value": "mrr:50" }, { "kind": "group", "joinOperator": "or", "children": [{ "kind": "filter", "field": "tag", "operator": "contains", "value": "vip" }, { "kind": "filter", "field": "event", "operator": "is_not", "value": "saas.purchase:30d" }] }] }`. Supports `event` and `segment` fields, Stripe product purchase filters, and campaign-specific engagement filters.',inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to create the segment in. If not provided, uses the currently selected company."},name:{type:"string",description:"Segment name"},filterJoinOperator:{type:"string",enum:["and","or"],description:'How top-level filters combine. Use `"and"` to require every filter or `"or"` to match any filter.'},filters:{type:"array",items:JM,minItems:1,description:'Array of segment filters. Example custom attribute empty check: [{"id":"filter-1","field":"attribute","operator":"is_empty","value":"last_logged_in:"}]. Example Stripe purchase filter: [{"id":"filter-1","field":"stripeProduct","operator":"is","value":"prod_123"}]. Example threshold filter: [{"id":"filter-1","field":"stripeProduct","operator":"at_least","value":"prod_123:3"}]. Example campaign-specific engagement combo: [{"id":"filter-1","field":"emailBounced","operator":"is","value":"campaign:cmp_abc"},{"id":"filter-2","field":"emailBounced","operator":"is_not","value":"campaign:cmp_xyz"}]. Combine them with `filterJoinOperator: "or"` to match any filter.'},root:{...$M,description:"Nested filter root. Mutually exclusive with `filters` and `filterJoinOperator`."}},required:["name"]}},{name:"get_segment_count",description:"Get the number of subscribers in a segment",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},segmentId:{type:"string",description:"Segment ID"}},required:["segmentId"]}},{name:"list_templates",description:"List all email templates, including per-locale localization sync status",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."}}}},{name:"get_template",description:"Get a template's details, content, and all localized variants with sync status",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},templateId:{type:"string",description:"Template ID"}},required:["templateId"]}},{name:"create_template",description:"Create a new email template",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},name:{type:"string",description:"Template name"},subject:{type:"string",description:"Email subject line"},html:{type:"string",description:"Email HTML content. Mutually exclusive with `blocks`."},blocks:{type:"array",description:"Sequenzy email blocks. Use this for editor-compatible content, including conditional and repeat blocks. Repeat blocks use { type: 'repeat', source: 'items', itemAlias: 'item', children: [...] }.",items:{type:"object"}},labels:{type:"array",description:"Optional label names to assign. Missing labels are created automatically.",items:{type:"string"}}},required:["name","subject"]}},{name:"update_template",description:"Update an existing template. At least one of `name`, `subject`, `html`, `blocks`, or `labels` is required, and only those update fields are accepted.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},templateId:{type:"string",description:"Template ID"},name:{type:"string",description:"Template name"},subject:{type:"string",description:"Email subject line"},html:{type:"string",description:"Email HTML content. Mutually exclusive with `blocks`."},blocks:{type:"array",description:"Sequenzy email blocks. Use this for editor-compatible content, including conditional and repeat blocks. Repeat blocks use { type: 'repeat', source: 'items', itemAlias: 'item', children: [...] }.",items:{type:"object"}},labels:{type:"array",description:"Replacement label names. Send an empty array to clear labels. Missing labels are created automatically.",items:{type:"string"}}},required:["templateId"],additionalProperties:!1}},{name:"delete_template",description:"Delete a template",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},templateId:{type:"string",description:"Template ID"}},required:["templateId"]}},{name:"list_campaigns",description:"List all campaigns",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to list campaigns for. If not provided, uses the currently selected company."},status:{type:"string",description:"Filter by status (draft, scheduled, sent)"},label:{type:"string",description:"Optional label name filter. Only campaigns assigned this label are returned."}}}},{name:"get_campaign",description:"Get campaign details and stats",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},campaignId:{type:"string",description:"Campaign ID"}},required:["campaignId"]}},{name:"get_email_send",description:"Get a sent email by emailSendId, including the stored HTML body when available and the ClickHouse event timeline. If the short-lived email send row has been cleaned up, returns the retained ClickHouse events and a sparse summary.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},emailSendId:{type:"string",description:"Email send ID to inspect."}},required:["emailSendId"]}},{name:"create_campaign",description:"Create a new campaign (as draft)",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to create the campaign in. If not provided, uses the currently selected company."},name:{type:"string",description:"Campaign name"},subject:{type:"string",description:"Email subject line. Optional when `prompt` is provided because the generated subject will be used."},html:{type:"string",description:"Email HTML content. Mutually exclusive with `blocks`."},blocks:{type:"array",description:"Sequenzy email blocks. Use this for editor-compatible content, including conditional and repeat blocks. Repeat blocks use { type: 'repeat', source: 'items', itemAlias: 'item', children: [...] }.",items:{type:"object"}},prompt:{type:"string",description:"Generate campaign blocks from a prompt. Mutually exclusive with `html`, `blocks`, and `templateId`."},style:{type:"string",description:"Prompt generation style: minimal, branded, promotional. Only used with `prompt`."},tone:{type:"string",description:"Prompt generation tone: professional, casual, friendly. Only used with `prompt`."},templateId:{type:"string",description:"Use a template instead of html"},segmentId:{type:"string",description:"Target segment ID"},labels:{type:"array",description:"Optional label names to assign. Missing labels are created automatically.",items:{type:"string"}}},required:["name"]}},{name:"update_campaign",description:"Update a draft campaign",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},campaignId:{type:"string",description:"Campaign ID"},name:{type:"string",description:"Campaign name"},subject:{type:"string",description:"Email subject line"},html:{type:"string",description:"Email HTML content. Mutually exclusive with `blocks`."},blocks:{type:"array",description:"Sequenzy email blocks. Use this for editor-compatible content, including conditional and repeat blocks. Repeat blocks use { type: 'repeat', source: 'items', itemAlias: 'item', children: [...] }.",items:{type:"object"}},replyTo:{type:"string",description:"Set reply-to using an existing reply profile email address for this company."},replyProfileId:{type:"string",description:"Set reply-to using a reply profile ID for this company."},labels:{type:"array",description:"Replacement label names. Send an empty array to clear labels. Missing labels are created automatically.",items:{type:"string"}}},required:["campaignId"],additionalProperties:!1}},{name:"send_test_email",description:"Send a test email to a single address",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},campaignId:{type:"string",description:"Campaign ID to test"},to:{type:"string",description:"Email address to send test to"}},required:["campaignId","to"]}},{name:"list_sequences",description:"List all email sequences (automations)",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to list sequences for. If not provided, uses the currently selected company."}}}},{name:"get_sequence",description:"Get sequence details plus editable step content. The response includes sequence.emails with each step's nodeId, linked emailId, subject, previewText, and blocks.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID"}},required:["sequenceId"]}},{name:"create_sequence",description:`Create a new email sequence. Provide either a goal for AI generation or explicit steps. Explicit steps can include email content and create_discount actions; emails after a discount action can use merge tags such as {{discount.code}} and {{discount.percentOff}}. For AI-generated sequences, the tool polls until emails are generated (typically 30-60 seconds).
49
49
 
50
50
  IMPORTANT GUIDELINES:
51
51
 
@@ -174,4 +174,4 @@ BUILT-IN EVENTS (auto-fired by payment integrations):
174
174
 
175
175
  OTHER BUILT-IN EVENTS:
176
176
  - email.opened, email.clicked, email.replied, email.bounced, email.unsubscribed
177
- - contact.subscribed, contact.unsubscribed`,inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to create the sequence in. If not provided, uses the currently selected company."},name:{type:"string",description:"Sequence name (e.g., 'User Onboarding', 'Welcome Series')"},trigger:{type:"string",enum:["contact_added","tag_added","segment_entered","event_received","inactivity","frequency"],description:"Trigger type: 'contact_added' (when added to a list), 'tag_added' (when tag is applied), 'segment_entered' (when a contact newly enters a saved segment), 'event_received' (when custom event fires), 'inactivity' (when subscriber hasn't performed an event for X days), 'frequency' (when subscriber performs event X times in Y days)"},listId:{type:"string",description:"List ID to trigger on (for contact_added trigger). If not provided, triggers on any list."},tagName:{type:"string",description:"Tag name to trigger on (required for tag_added trigger)"},segmentId:{type:"string",description:"Segment ID to trigger on (required for segment_entered trigger). Use list_segments first to choose a saved segment."},eventName:{type:"string",description:"Event name to trigger on (required for event_received, inactivity, and frequency triggers)"},inactiveDays:{type:"number",description:"Number of days of inactivity (required for inactivity trigger, must be >= 1)"},minCount:{type:"number",description:"Minimum event count (required for frequency trigger, must be >= 1)"},timeWindowDays:{type:"number",description:"Time window in days for frequency trigger (required for frequency trigger, must be >= 1)"},emailCount:{type:"number",description:"Number of emails in the sequence (default: 5, max: 10)"},goal:{type:"string",description:"What this sequence should accomplish for AI generation. Be specific to the app's actual features and user journey. Avoid generic goals that don't match the app's business model."},enrollmentMode:{type:"string",enum:["unlimited","one_time","matching_field"],description:"Sequence re-entry mode. Use 'matching_field' only for event_received triggers when duplicate active runs should be blocked per event field value."},enrollmentFieldPath:{type:"string",description:"Dot-path event property used by enrollmentMode='matching_field', such as 'order.id' or 'product.providerVariantId'. Leave omitted for Shopify back-in-stock/replenishment product-variant defaults."},stopCondition:{type:"object",description:"Optional explicit auto-stop condition. Use { type: 'has_tag', value: 'customer' } to end the sequence when a subscriber gets a tag, { type: 'does_not_have_tag', value: 'trial' } when a tag is removed, { type: 'removed_from_list', value: 'list_123' } when they leave a list, { type: 'event_received', value: 'onboarding.completed' } when an event is tracked, or { type: 'none', value: null } for no auto-stop.",properties:{type:{type:"string",enum:["none","has_tag","does_not_have_tag","added_to_list","removed_from_list","event_received"],description:"Stop condition type."},value:{type:["string","null"],description:"Tag name, list ID, or event name for the stop condition. Use null or omit for type 'none'."}},required:["type"]},steps:{type:"array",description:"Explicit sequence steps. Omit type for email steps, or use type: 'create_discount' for a Stripe discount action. Later email steps can reference the most recent discount with {{discount.code}}, {{discount.percentOff}}, {{discount.amountOff}}, and {{discount.expiresAt}}.",items:{type:"object",properties:{type:{type:"string",enum:["email","create_discount","discount"],description:"Step type. Omit or use 'email' for email content. Use 'create_discount' to generate a discount code before later emails."},subject:{type:"string",description:"Email subject. Required for email steps."},previewText:{type:"string",description:"Email preview text."},blocks:{type:"array",description:"Sequenzy email blocks. Provide blocks or html for email steps. Blocks can include repeat blocks over array variables such as items.",items:{type:"object"}},html:{type:"string",description:"HTML content for email steps. Will be converted to Sequenzy blocks."},delay:{type:"object",description:"Delay before this step.",properties:{days:{type:"number"},hours:{type:"number"},minutes:{type:"number"}}},name:{type:"string",description:"Email template name for email steps."},discount:{type:"object",description:"Discount configuration for create_discount steps. Prefer this nested shape for new integrations; legacy top-level discount fields are still accepted.",properties:{label:{type:"string",description:"Builder label for the discount step."},provider:{type:"string",enum:["stripe"],description:"Discount provider. Currently only 'stripe'."},discountType:{type:"string",enum:["percent","amount"],description:"Discount type."},percentOff:{type:"number",description:"Percent discount from 1 to 100. Required when discountType is percent."},amountOff:{type:"number",description:"Fixed amount discount in the smallest currency unit, for example 500 for $5. Required when discountType is amount."},currency:{type:"string",description:"ISO currency for amount discounts. Defaults to usd."},duration:{type:"string",enum:["once","forever","repeating"],description:"Stripe coupon duration. Defaults to once."},durationInMonths:{type:"number",description:"Required for repeating discounts."},appliesToAllPlans:{type:"boolean",description:"Whether the discount applies to all plans. Defaults to true."},planIds:{type:"array",description:"Stripe product IDs, such as prod_abc123, when appliesToAllPlans is false.",items:{type:"string"}},codePrefix:{type:"string",description:"Optional prefix for generated promotion codes."},maxRedemptions:{type:"number",description:"Maximum promotion code redemptions. Use 1 for subscriber-specific codes."},lockToSubscriber:{type:"boolean",description:"Stripe-only. Restrict each generated promotion code to the matched subscriber's Stripe customer."},expiresAt:{type:"string",description:"Optional future expiration date or ISO timestamp."},expiresInHours:{type:"number",description:"Optional relative expiration in hours, resolved when each subscriber's code is created (e.g., 48 for a 48-hour window per subscriber). Takes precedence over expiresAt."},name:{type:"string",description:"Optional provider coupon name."}}},label:{type:"string",description:"Legacy top-level discount label. Prefer discount.label."},provider:{type:"string",enum:["stripe"],description:"Legacy top-level discount provider. Prefer discount.provider."},discountType:{type:"string",enum:["percent","amount"],description:"Legacy top-level discount type. Prefer discount.discountType."},percentOff:{type:"number",description:"Percent discount from 1 to 100. Required when discountType is percent."},amountOff:{type:"number",description:"Fixed amount discount in the smallest currency unit, for example 500 for $5. Required when discountType is amount."},currency:{type:"string",description:"ISO currency for amount discounts. Defaults to usd."},duration:{type:"string",enum:["once","forever","repeating"],description:"Stripe coupon duration. Defaults to once."},durationInMonths:{type:"number",description:"Required for repeating discounts."},appliesToAllPlans:{type:"boolean",description:"Whether the discount applies to all plans. Defaults to true."},planIds:{type:"array",description:"Stripe product IDs, such as prod_abc123, when appliesToAllPlans is false.",items:{type:"string"}},codePrefix:{type:"string",description:"Optional prefix for generated promotion codes."},maxRedemptions:{type:"number",description:"Maximum promotion code redemptions. Use 1 for subscriber-specific codes."},lockToSubscriber:{type:"boolean",description:"Legacy top-level Stripe-only flag. Prefer discount.lockToSubscriber."},expiresAt:{type:"string",description:"Optional future expiration date or ISO timestamp."},expiresInHours:{type:"number",description:"Optional relative expiration in hours, resolved when each subscriber's code is created (e.g., 48 for a 48-hour window per subscriber). Takes precedence over expiresAt."}}}}},required:["name","trigger"]}},{name:"update_sequence",description:"Update an existing sequence. To target a specific step, use the emailId or nodeId returned in get_sequence.sequence.emails. You can also update enrollmentMode and enrollmentFieldPath for event-triggered matching-field enrollment. When inserting an if/else branch, include steps for every branch arm and elseSteps so the branch is usable immediately. Branch conditions support tags, lists, saved segments, custom events, clicked links, and subscriber field comparisons.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID"},name:{type:"string",description:"Sequence name"},enrollmentMode:{type:"string",enum:["unlimited","one_time","matching_field"],description:"Updated sequence re-entry mode. 'matching_field' is only valid for event-based sequence triggers."},enrollmentFieldPath:{type:"string",description:"Dot-path event property used by enrollmentMode='matching_field', such as 'order.id' or 'product.providerVariantId'. Omit to leave unchanged. Use clearEnrollmentFieldPath to clear it."},clearEnrollmentFieldPath:{type:"boolean",description:"Set true to clear enrollmentFieldPath without sending a nullable schema value."},stopCondition:{type:"object",description:"Update the sequence auto-stop condition. Example: { type: 'has_tag', value: 'customer' } ends the sequence when the subscriber has that tag. Use { type: 'removed_from_list', value: 'list_123' } to stop when they leave a list, or { type: 'none', value: null } to clear it.",properties:{type:{type:"string",enum:["none","has_tag","does_not_have_tag","added_to_list","removed_from_list","event_received"]},value:{type:["string","null"],description:"Tag name, list ID, or event name for the stop condition."}},required:["type"]},branch:{type:"object",description:"Insert an if/else branch into an existing sequence. The branch is inserted after afterNodeId and creates an if path plus an else fallback path. Use get_sequence first to choose afterNodeId. Each branch condition should include steps, and elseSteps is required unless allowEmptyPaths is true. Conditions support tags, lists, saved segments, events, clicked links, and field comparisons. Use activityScope for event_received and link_clicked checks.",properties:{afterNodeId:{type:"string",description:"Existing node ID to insert the branch after. Use a nodeId from get_sequence.sequence.nodes or get_sequence.sequence.emails."},label:{type:"string",description:"Optional branch node label."},branches:{type:"array",description:"Conditional branches evaluated in order. An else fallback is created automatically.",items:{type:"object",properties:{id:{type:"string",description:"Optional stable branch ID. Defaults to branch-0, branch-1, etc."},label:{type:"string",description:"Display label, e.g. 'If has customer tag'."},conditionType:{type:"string",enum:["has_tag","in_list","in_segment","event_received","link_clicked","field_equals","field_contains","field_greater_than","field_less_than"],description:"Condition type for this branch."},tagName:{type:"string",description:"Tag name for has_tag conditions. This can be used instead of tagId."},tagId:{type:"string",description:"Tag ID or tag name for has_tag conditions."},listId:{type:"string",description:"List ID for in_list conditions."},segmentId:{type:"string",description:"Segment ID for in_segment conditions."},segmentName:{type:"string",description:"Optional display name for in_segment conditions."},eventName:{type:"string",description:"Event name for event_received conditions, such as project.invite.accepted."},linkUrl:{type:"string",description:"Optional URL substring for link_clicked conditions. Omit to match any clicked link."},activityScope:{type:"string",enum:["ever","this_sequence","previous_email"],description:"Scope for event_received and link_clicked conditions. Omit to check ever."},fieldName:{type:"string",description:"Subscriber attribute name for field conditions."},fieldValue:{type:"string",description:"Comparison value for field conditions."},steps:{type:"array",description:"Steps to create inside this branch path. Required by default so the branch is not an empty placeholder.",items:K5}},required:["conditionType"]}},elseSteps:{type:"array",description:"Steps to create inside the else fallback path. Required by default so the else arm is usable.",items:K5},allowEmptyPaths:{type:"boolean",description:"Set true only when intentionally creating empty UI placeholders. Normal API/MCP use should omit this and provide branch steps plus elseSteps."}},required:["afterNodeId","branches"]},emails:{type:"array",description:"Updated sequence emails. If you omit emailId/nodeId, items are matched by existing step order.",items:{type:"object",properties:{emailId:{type:"string",description:"Optional target linked email template ID for a step. Use the emailId returned in get_sequence.sequence.emails."},nodeId:{type:"string",description:"Optional target action_email node ID for a step. Use the nodeId returned in get_sequence.sequence.emails."},name:{type:"string",description:"Updated step/template name"},subject:{type:"string",description:"Updated email subject"},previewText:{type:"string",description:"Updated preview text"},html:{type:"string",description:"Updated HTML content. Will be converted to Sequenzy blocks."},htmlContent:{type:"string",description:"Alias for html. Use this when updating HTML content for a step."},blocks:{type:"array",description:"Updated Sequenzy block JSON for the step"}}}},steps:{type:"array",description:"Alias for emails. Supports the same fields and matching rules.",items:{type:"object",properties:{emailId:{type:"string",description:"Optional target linked email template ID for a step. Use the emailId returned in get_sequence.sequence.emails."},nodeId:{type:"string",description:"Optional target action_email node ID for a step. Use the nodeId returned in get_sequence.sequence.emails."},name:{type:"string",description:"Updated step/template name"},subject:{type:"string",description:"Updated email subject"},previewText:{type:"string",description:"Updated preview text"},html:{type:"string",description:"Updated HTML content. Will be converted to Sequenzy blocks."},htmlContent:{type:"string",description:"Alias for html. Use this when updating HTML content for a step."},blocks:{type:"array",description:"Updated Sequenzy block JSON for the step"}}}}},required:["sequenceId"]}},{name:"enable_sequence",description:"Enable/activate a sequence. IMPORTANT: Only call this when the user EXPLICITLY asks to enable or activate a sequence. Never enable sequences automatically after creation - the user must review the content first.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID"}},required:["sequenceId"]}},{name:"disable_sequence",description:"Disable/pause a sequence",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID"}},required:["sequenceId"]}},{name:"cancel_sequence_enrollments",description:"Cancel active/waiting enrollments in one sequence. Provide sequenceId and exactly one target: subscriberId for one subscriber, or fieldValues to match stored entry event properties. For fieldValues, fieldPath is optional when the sequence has enrollmentFieldPath configured; otherwise provide a dot path such as order.id.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID whose enrollments should be cancelled."},subscriberId:{type:"string",description:"Subscriber ID to cancel in this sequence. Provide subscriberId or fieldValues, not both."},fieldPath:{type:"string",description:"Dot-path inside the token's stored entry event properties, such as order.id or event.id. Optional when the sequence has enrollmentFieldPath configured."},fieldValues:{type:"array",items:{type:"string"},description:"Entry field values to match. Cancels all active/waiting enrollments in the sequence whose entry field value is in this list. Provide fieldValues or subscriberId, not both."},dryRun:{type:"boolean",description:"When true, returns matching enrollments without cancelling them. Field-value cancellation defaults to dryRun on the API unless explicitly false."},reason:{type:"string",description:"Optional cancellation reason stored on matched enrollment tokens."}},required:["sequenceId"]}},{name:"delete_sequence",description:"Delete a sequence",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID"}},required:["sequenceId"]}},{name:"list_transactional_emails",description:"List transactional email templates, including their API slugs and linked email IDs",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."}}}},{name:"get_transactional_email",description:"Get a transactional email by ID or slug, including subject, preview text, blocks, variables, and linked dashboard URLs",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},idOrSlug:{type:"string",description:"Transactional email ID or API slug, for example `welcome-email`."}},required:["idOrSlug"]}},{name:"create_transactional_email",description:"Create a saved transactional email template with an API slug. Provide `prompt` to generate the email with AI, or provide either `html` or Sequenzy `blocks` for the email body.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},name:{type:"string",description:"Transactional email name."},slug:{type:"string",description:"Optional API slug used when sending by slug, for example `password-reset`. If omitted, Sequenzy generates one from the name."},subject:{type:"string",description:"Email subject line. Optional when `prompt` is provided because the generated subject will be used."},previewText:{type:["string","null"],description:"Email preview text."},html:{type:"string",description:"Email HTML content. Mutually exclusive with `blocks`."},blocks:{type:"array",description:"Sequenzy email blocks. Use this for editor-compatible content, including conditional and repeat blocks. Repeat blocks use { type: 'repeat', source: 'items', itemAlias: 'item', children: [...] }. Mutually exclusive with `html`.",items:{type:"object"}},prompt:{type:"string",description:"Generate transactional email blocks from a prompt. Mutually exclusive with `html` and `blocks`."},style:{type:"string",description:"Prompt generation style: minimal, branded, promotional. Only used with `prompt`."},tone:{type:"string",description:"Prompt generation tone: professional, casual, friendly. Only used with `prompt`."},enabled:{type:"boolean",description:"Whether this transactional email can be sent immediately. Defaults to true."}},required:["name"],additionalProperties:!1}},{name:"update_transactional_email",description:"Update a transactional email by ID or slug. At least one of `name`, `enabled`, `subject`, `previewText`, `html`, or `blocks` is required. Use `html` or `blocks` to replace the linked email body.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},idOrSlug:{type:"string",description:"Transactional email ID or API slug, for example `welcome-email`."},name:{type:"string",description:"Transactional email name."},enabled:{type:"boolean",description:"Whether this transactional email can be sent."},subject:{type:"string",description:"Email subject line."},previewText:{type:["string","null"],description:"Email preview text."},html:{type:"string",description:"Email HTML content. Mutually exclusive with `blocks`."},blocks:{type:"array",description:"Sequenzy email blocks, including conditional and repeat blocks. Mutually exclusive with `html`.",items:{type:"object"}}},required:["idOrSlug"],additionalProperties:!1}},{name:"send_email",description:"Send a transactional email to a single recipient",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},to:{type:"string",description:"Recipient email address"},subject:{type:"string",description:"Email subject (required if not using templateId)"},html:{type:"string",description:"Email HTML content (required if not using templateId)"},templateId:{type:"string",description:"Template ID to use (alternative to html)"},variables:{type:"object",description:"Variables for template personalization. Nested objects and arrays are supported for repeat blocks, for example { items: [...] }."},subscriberExternalId:{type:"string",description:"Customer-owned subscriber ID for attaching analytics/localization on single-recipient sends."}},required:["to"]}},{name:"get_stats",description:"Get overview statistics for a time period",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},period:{type:"string",description:"Time period: 7d, 30d, or 90d (default: 7d)"}}}},{name:"get_campaign_stats",description:"Get detailed statistics for a campaign",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},campaignId:{type:"string",description:"Campaign ID"}},required:["campaignId"]}},{name:"get_sequence_stats",description:"Get statistics for a sequence, including per-step failed subscribers and failure reasons",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID"}},required:["sequenceId"]}},{name:"get_subscriber_activity",description:"Get recent activity, email stats, and current sequence enrollments for a subscriber",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},email:{type:"string",description:"Subscriber email address. Provide email or externalId to identify the subscriber."},externalId:{type:"string",description:"Customer-owned subscriber ID. Provide email or externalId to identify the subscriber."}},required:[]}},{name:"generate_email",description:"Generate email blocks from a prompt",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},prompt:{type:"string",description:"Description of the email to generate"},style:{type:"string",description:"Style: minimal, branded, promotional"},tone:{type:"string",description:"Tone: professional, casual, friendly"}},required:["prompt"]}},{name:"generate_sequence",description:"[DEPRECATED - Use create_sequence instead] Generate a multi-email sequence from a goal. Note: create_sequence now handles AI generation automatically.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},goal:{type:"string",description:"Goal of the sequence (e.g., 'onboard new SaaS trial users')"},emailCount:{type:"number",description:"Number of emails in the sequence (default: 5, max: 10)"},durationDays:{type:"number",description:"Total duration in days (default: 14)"}},required:["goal"]}},{name:"generate_subject_lines",description:"Generate A/B test subject line variants",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},topic:{type:"string",description:"Topic or context for the subject lines"},count:{type:"number",description:"Number of variants to generate (default: 5)"}},required:["topic"]}}];async function q5(Q,X){try{let Y;switch(Q){case"get_account":{let G=await Z("GET","/api/v1/account"),J=f1();Y={...G,selectedCompanyId:J??G.currentCompanyId};break}case"select_company":{let G=X.companyId,J=await Z("GET","/api/v1/account"),$=J.companies?.find((z)=>z.id===G);if(!$)throw Error(`Company not found. Available companies: ${J.companies?.map((z)=>`${z.name} (${z.id})`).join(", ")??"none"}`);TX(G),Y={success:!0,message:`Switched to company: ${$.name}`,companyId:$.id,companyName:$.name};break}case"get_app_urls":{let G=await L5(X);Y={...K1({companyId:G,campaignId:R(X,"campaignId"),sequenceId:R(X,"sequenceId"),emailId:R(X,"emailId")??R(X,"templateId"),transactionalId:R(X,"transactionalId"),emailSendId:R(X,"emailSendId"),domainId:R(X,"domainId"),status:R(X,"status"),settingsTab:R(X,"settingsTab")}),...G===void 0&&{note:"No company ID is selected. Call get_account, select_company, or pass companyId to get concrete dashboard URLs."}};break}case"create_company":{let G=await Z("POST","/api/v1/companies",{name:X.name,domain:X.domain});if(!G.success)throw Error("Failed to create company");let J=G.company.id,$=6,z=0,H=G.company.status;while(H==="processing"&&z<$){await new Promise((U)=>setTimeout(U,20000)),z++;let K=await Z("GET",`/api/v1/companies/${J}`);if(K.success)H=K.company.status}TX(J);let A=await Z("GET",`/api/v1/companies/${J}`);Y={success:!0,company:A.company,message:H==="processing"?"Company created but still processing. You can continue using it while processing completes.":`Company '${A.company.name}' created and ready to use.`,autoSelected:!0};break}case"get_company":{let G=X.companyId;Y=await Z("GET",`/api/v1/companies/${G}`);break}case"create_api_key":{let G=X.companyId;Y=await Z("POST","/api/v1/api-keys",{name:X.name},G);break}case"list_websites":{let G=X.companyId;Y=await Z("GET","/api/v1/websites",void 0,G);break}case"add_website":{let G=X.companyId;Y=await Z("POST","/api/v1/websites",{domain:X.domain},G);break}case"check_website":{let G=X.companyId;Y=await Z("GET",`/api/v1/websites/${X.domain}`,void 0,G);break}case"get_integration_guide":Y=await Z("POST","/api/v1/integration-guide",X);break;case"add_subscriber":{let G=X.companyId,J=u6("add_subscriber",X);Y=await Z("POST","/api/v1/subscribers",{...J,customAttributes:X.attributes,tags:X.tags,lists:X.listIds},G);break}case"update_subscriber":{let G=X.companyId,J=u6("update_subscriber",X),$=await IX(J,G),z=Array.isArray($.subscriber.tags)?$.subscriber.tags.filter((B)=>typeof B==="string"):[],H=Array.isArray(X.addTags)?X.addTags.filter((B)=>typeof B==="string"&&B.trim()!=="").map(U5):[],A=new Set(Array.isArray(X.removeTags)?X.removeTags.filter((B)=>typeof B==="string"&&B.trim()!=="").map(U5):[]),K=z.filter((B)=>!A.has(B));for(let B of H)if(!K.includes(B))K.push(B);let U={};if(J.email&&J.externalId)U.externalId=J.externalId;if(Z0(X.attributes))U.customAttributes={...Z0($.subscriber.customAttributes)?$.subscriber.customAttributes:{},...X.attributes};if(X.addTags||X.removeTags)U.tags=K;Y=await Z("PATCH",EX(J),U,G);break}case"remove_subscriber":{let G=X.companyId,J=u6("remove_subscriber",X),$=EX(J);if(X.hardDelete===!0)Y=await Z("DELETE",$,void 0,G);else Y=await Z("PATCH",$,{status:"unsubscribed"},G);break}case"get_subscriber":{let G=X.companyId,J=u6("get_subscriber",X);Y=await IX(J,G);break}case"search_subscribers":{let G=X.companyId;Y=await DM(X,G);break}case"list_tags":{let G=X.companyId;Y=await Z("GET","/api/v1/tags",void 0,G);break}case"list_lists":{let G=X.companyId;Y=await Z("GET","/api/v1/lists",void 0,G);break}case"create_list":{let G=X.companyId;Y=await Z("POST","/api/v1/lists",X,G);break}case"list_segments":{let G=X.companyId;Y=await Z("GET","/api/v1/segments",void 0,G);break}case"create_segment":{$M(X);let G=X.companyId;Y=await Z("POST","/api/v1/segments",{...X,...X.filters!==void 0?{filters:B5(X.filters)}:{},...X.root!==void 0?{root:D5(X.root)}:{}},G);break}case"get_segment_count":{let G=X.companyId;Y=await Z("GET",`/api/v1/segments/${X.segmentId}/count`,void 0,G);break}case"list_templates":{let G=X.companyId;Y=await Z("GET","/api/v1/templates",void 0,G);break}case"get_template":{let G=X.companyId;Y=await Z("GET",`/api/v1/templates/${X.templateId}`,void 0,G);break}case"create_template":{let G=X.companyId;m1("create_template",X,{requireContent:!0}),Y=await Z("POST","/api/v1/templates",X,G);break}case"update_template":{let G=X.companyId,J=new Set(["companyId","templateId","name","subject","html","blocks"]),$=Object.keys(X).filter((z)=>!J.has(z));if($.length>0)throw Error(`\`update_template\` accepts only \`name\`, \`subject\`, \`html\`, and \`blocks\` update fields. Unsupported field${$.length===1?"":"s"}: ${$.map((z)=>`\`${z}\``).join(", ")}.`);if(m1("update_template",X),X.name===void 0&&X.subject===void 0&&X.html===void 0&&X.blocks===void 0)throw Error("Provide at least one of `name`, `subject`, `html`, or `blocks` when calling `update_template`.");Y=await Z("PUT",`/api/v1/templates/${X.templateId}`,X,G);break}case"delete_template":{let G=X.companyId;Y=await Z("DELETE",`/api/v1/templates/${X.templateId}`,void 0,G);break}case"list_campaigns":{let G=X.companyId,J=new URLSearchParams;if(X.status)J.set("status",String(X.status));Y=await Z("GET",`/api/v1/campaigns?${J}`,void 0,G);break}case"get_campaign":{let G=X.companyId;Y=await Z("GET",`/api/v1/campaigns/${X.campaignId}`,void 0,G);break}case"get_email_send":{let G=X.companyId;Y=await Z("GET",`/api/v1/email-sends/${encodeURIComponent(String(X.emailSendId))}`,void 0,G);break}case"create_campaign":{let G=X.companyId;AM(X);let J=R(X,"prompt");if(J!==void 0){let $=await Z("POST","/api/v1/generate/email",{prompt:J,...X.style!==void 0&&{style:X.style},...X.tone!==void 0&&{tone:X.tone}},G),z=R(X,"subject")??(typeof $.subject==="string"&&$.subject.trim()!==""?$.subject.trim():void 0);if(!z)throw Error("`create_campaign` prompt generation did not return a subject. Provide `subject` explicitly.");let H=Array.isArray($.blocks)&&$.blocks.length>0?$.blocks:void 0,A=typeof $.html==="string"&&$.html.trim()!==""?$.html:void 0;if(H===void 0&&A===void 0)throw Error("`create_campaign` prompt generation did not return email blocks. Try again or provide `html` or `blocks` explicitly.");Y=await Z("POST","/api/v1/campaigns",{name:X.name,subject:z,...H!==void 0?{blocks:H}:{html:A},...X.segmentId!==void 0&&{segmentId:X.segmentId}},G);break}Y=await Z("POST","/api/v1/campaigns",X,G);break}case"update_campaign":{let G=X.companyId,J=new Set(["companyId","campaignId","name","subject","html","blocks","replyTo","replyProfileId"]),$=Object.keys(X).filter((z)=>!J.has(z));if($.length>0)throw Error(`\`update_campaign\` accepts only \`name\`, \`subject\`, \`html\`, \`blocks\`, \`replyTo\`, and \`replyProfileId\` update fields. Unsupported field${$.length===1?"":"s"}: ${$.map((z)=>`\`${z}\``).join(", ")}.`);if(m1("update_campaign",X),X.replyTo!==void 0&&X.replyProfileId!==void 0)throw Error("Provide either `replyTo` or `replyProfileId` when calling `update_campaign`, not both.");if(X.name===void 0&&X.subject===void 0&&X.html===void 0&&X.blocks===void 0&&X.replyTo===void 0&&X.replyProfileId===void 0)throw Error("Provide at least one of `name`, `subject`, `html`, `blocks`, `replyTo`, or `replyProfileId` when calling `update_campaign`.");Y=await Z("PUT",`/api/v1/campaigns/${X.campaignId}`,X,G);break}case"send_test_email":{let G=X.companyId;Y=await Z("POST",`/api/v1/campaigns/${X.campaignId}/test`,{to:X.to},G);break}case"list_sequences":{let G=X.companyId;Y=await Z("GET","/api/v1/sequences",void 0,G);break}case"get_sequence":{let G=X.companyId;Y=await Z("GET",`/api/v1/sequences/${X.sequenceId}`,void 0,G);break}case"create_sequence":{let G=X.companyId,J=Array.isArray(X.steps)&&X.steps.length>0,$=await Z("POST","/api/v1/sequences",X,G);if(!$.success){Y=$;break}let z=$.sequence.id;if(J){let B=await Z("GET",`/api/v1/sequences/${z}`,void 0,G);if(B.success)Y={success:!0,sequence:B.sequence,message:`Sequence "${B.sequence.name}" created with explicit steps. Review it before enabling.`};else Y=B;break}let H=6,A=0,K="pending";while(K!=="complete"&&A<H){await new Promise((L)=>setTimeout(L,20000)),A++;let B=await Z("GET",`/api/v1/sequences/${z}`,void 0,G);if(B.success)K=B.sequence.enrichmentStatus}let U=await Z("GET",`/api/v1/sequences/${z}`,void 0,G);if(U.success)Y={success:!0,sequence:U.sequence,message:U.sequence.enrichmentStatus==="complete"?`Sequence "${U.sequence.name}" created with ${U.sequence.emailCount} AI-generated emails. The sequence is ready to review and enable.`:`Sequence "${U.sequence.name}" created. Email enrichment is still in progress (${U.sequence.enrichedCount}/${U.sequence.emailCount} emails generated). You can check status with get_sequence.`};else Y=U;break}case"update_sequence":{let G=X.companyId,J=zM(X);Y=await Z("PUT",`/api/v1/sequences/${X.sequenceId}`,J,G);break}case"enable_sequence":{let G=X.companyId;Y=await Z("POST",`/api/v1/sequences/${X.sequenceId}/enable`,void 0,G);break}case"disable_sequence":{let G=X.companyId;Y=await Z("POST",`/api/v1/sequences/${X.sequenceId}/disable`,void 0,G);break}case"cancel_sequence_enrollments":{let G=X.companyId,J=HM(X);Y=await Z("POST",`/api/v1/sequences/${X.sequenceId}/enrollments/cancel`,J,G);break}case"delete_sequence":{let G=X.companyId;Y=await Z("DELETE",`/api/v1/sequences/${X.sequenceId}`,void 0,G);break}case"list_transactional_emails":{let G=X.companyId;Y=await Z("GET","/api/v1/transactional",void 0,G);break}case"get_transactional_email":{let G=X.companyId;Y=await Z("GET",`/api/v1/transactional/${X.idOrSlug}`,void 0,G);break}case"create_transactional_email":{let G=X.companyId,J=new Set(["companyId","name","slug","subject","previewText","html","blocks","prompt","style","tone","enabled"]),$=Object.keys(X).filter((A)=>!J.has(A));if($.length>0)throw Error(`\`create_transactional_email\` accepts only \`name\`, \`slug\`, \`subject\`, \`previewText\`, \`html\`, \`blocks\`, \`prompt\`, \`style\`, \`tone\`, and \`enabled\` fields. Unsupported field${$.length===1?"":"s"}: ${$.map((A)=>`\`${A}\``).join(", ")}.`);KM(X);let z=R(X,"prompt");if(z!==void 0){let A={companyId:G??f1()??"",name:typeof X.name==="string"&&X.name.trim()!==""?X.name.trim():"",slug:typeof X.slug==="string"&&X.slug.trim()!==""?X.slug.trim():"",promptLength:z.length,style:typeof X.style==="string"?X.style:"",tone:typeof X.tone==="string"?X.tone:""};try{console.error("[mcp:create_transactional_email] generating from prompt",A);let K=await Z("POST","/api/v1/generate/email",{prompt:z,...X.style!==void 0&&{style:X.style},...X.tone!==void 0&&{tone:X.tone}},G);console.error("[mcp:create_transactional_email] prompt generation complete",{...A,subject:K.subject??"",previewTextLength:typeof K.previewText==="string"?K.previewText.length:0,blockCount:Array.isArray(K.blocks)?K.blocks.length:0,htmlLength:typeof K.html==="string"?K.html.length:0});let U=R(X,"subject")??(typeof K.subject==="string"&&K.subject.trim()!==""?K.subject.trim():void 0);if(!U)throw Error("`create_transactional_email` prompt generation did not return a subject. Provide `subject` explicitly.");let B=Array.isArray(K.blocks)&&K.blocks.length>0?K.blocks:void 0,L=typeof K.html==="string"&&K.html.trim()!==""?K.html:void 0,q=R(X,"previewText")??(typeof K.previewText==="string"?K.previewText.trim():void 0);if(B===void 0&&L===void 0)throw Error("`create_transactional_email` prompt generation did not return email blocks. Try again or provide `html` or `blocks` explicitly.");console.error("[mcp:create_transactional_email] creating generated transactional",{...A,subject:U,contentSource:B!==void 0?"blocks":"html",blockCount:B?.length??0,htmlLength:L?.length??0}),Y=await Z("POST","/api/v1/transactional",{name:X.name,...X.slug!==void 0&&{slug:X.slug},subject:U,...q!==void 0&&{previewText:q},...B!==void 0?{blocks:B}:{html:L},...X.enabled!==void 0&&{enabled:X.enabled}},G),console.error("[mcp:create_transactional_email] generated transactional created",A)}catch(K){throw console.error("[mcp:create_transactional_email] prompt-based create failed",{...A,error:K instanceof Error?K.message:String(K)}),K}break}let H=Object.fromEntries(Object.entries(X).filter(([A])=>A!=="companyId"));Y=await Z("POST","/api/v1/transactional",H,G);break}case"update_transactional_email":{let G=X.companyId,J=new Set(["companyId","idOrSlug","name","enabled","subject","previewText","html","blocks"]),$=Object.keys(X).filter((H)=>!J.has(H));if($.length>0)throw Error(`\`update_transactional_email\` accepts only \`name\`, \`enabled\`, \`subject\`, \`previewText\`, \`html\`, and \`blocks\` update fields. Unsupported field${$.length===1?"":"s"}: ${$.map((H)=>`\`${H}\``).join(", ")}.`);if(m1("update_transactional_email",X),X.name===void 0&&X.enabled===void 0&&X.subject===void 0&&X.previewText===void 0&&X.html===void 0&&X.blocks===void 0)throw Error("Provide at least one of `name`, `enabled`, `subject`, `previewText`, `html`, or `blocks` when calling `update_transactional_email`.");let z=Object.fromEntries(Object.entries(X).filter(([H])=>H!=="companyId"&&H!=="idOrSlug"));Y=await Z("PATCH",`/api/v1/transactional/${X.idOrSlug}`,z,G);break}case"send_email":{let G=X.companyId;Y=await Z("POST","/api/v1/transactional/send",X,G);break}case"get_stats":{let G=X.companyId,J=X.period??"7d";Y=await Z("GET",`/api/v1/metrics?period=${J}`,void 0,G);break}case"get_campaign_stats":{let G=X.companyId;Y=await Z("GET",`/api/v1/metrics/campaigns/${X.campaignId}`,void 0,G);break}case"get_sequence_stats":{let G=X.companyId;Y=await Z("GET",`/api/v1/metrics/sequences/${X.sequenceId}`,void 0,G);break}case"get_subscriber_activity":{let G=X.companyId,J=u6("get_subscriber_activity",X),$=await IX(J,G);Y={success:$.success,email:$.subscriber.email,emailStats:$.subscriber.emailStats??null,activity:$.subscriber.activity??[],sequenceEnrollments:$.subscriber.sequenceEnrollments??[]};break}case"generate_email":{let G=X.companyId;Y=await Z("POST","/api/v1/generate/email",X,G);break}case"generate_sequence":{let G=X.companyId;Y=await Z("POST","/api/v1/generate/sequence",X,G);break}case"generate_subject_lines":{let G=X.companyId;Y=await Z("POST","/api/v1/generate/subjects",X,G);break}default:throw Error(`Unknown tool: ${Q}`)}let W=UM(Y);if(W)throw W;return Y=await OM(Q,X,Y),{content:[{type:"text",text:JSON.stringify(Y,null,2)}]}}catch(Y){return{isError:!0,content:[{type:"text",text:V1(Y)}]}}}var MM=process.env.SEQUENZY_API_URL??"https://api.sequenzy.com",O5=process.env.SEQUENZY_API_KEY,SX=null;if(!O5)console.error(V1(new h1("SEQUENZY_API_KEY environment variable is required",401,void 0,"MCP_AUTH_REQUIRED"))),process.exit(1);function f1(){return SX}function TX(Q){SX=Q}var h6=new wX({name:"sequenzy",version:J5.version},{capabilities:{tools:{},resources:{}}});function VM(Q){if(!Q.trim())return{message:"Request failed"};try{let X=JSON.parse(Q);if(typeof X==="string")return{message:X};if(typeof X.error==="string")return{message:X.error,code:X.code};if(X.error&&typeof X.error==="object")return{message:X.error.message??X.message??Q,code:X.error.code??X.code};return{message:X.message??Q,code:X.code}}catch{return{message:Q}}}async function Z(Q,X,Y,W){let G={"Content-Type":"application/json",Authorization:`Bearer ${O5}`},J=W??SX;if(J)G["x-company-id"]=J;let $;try{$=await fetch(`${MM}${X}`,{method:Q,headers:G,body:Y?JSON.stringify(Y):void 0})}catch(z){throw new h1(z instanceof Error?z.message:"Failed to reach Sequenzy API",0,void 0,"NETWORK_ERROR")}if(!$.ok){let z=await $.text(),H=VM(z);throw new h1(H.message,$.status,z,H.code)}return $.json()}h6.setRequestHandler(A9,async()=>{return{tools:F5}});h6.setRequestHandler(B6,async(Q)=>{let{name:X,arguments:Y}=Q.params;return q5(X,Y??{})});h6.setRequestHandler(Y9,async()=>{return{resources:H5}});h6.setRequestHandler(G9,async(Q)=>{let{uri:X}=Q.params;return A5(X)});async function ZM(){let Q=new jX;await h6.connect(Q),console.error("Sequenzy MCP server running on stdio")}ZM().catch((Q)=>{console.error(V1(Q)),process.exit(1)});export{TX as setSelectedCompanyId,f1 as getSelectedCompanyId,Z as apiRequest};
177
+ - contact.subscribed, contact.unsubscribed`,inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID to create the sequence in. If not provided, uses the currently selected company."},name:{type:"string",description:"Sequence name (e.g., 'User Onboarding', 'Welcome Series')"},trigger:{type:"string",enum:["contact_added","tag_added","segment_entered","event_received","inactivity","frequency"],description:"Trigger type: 'contact_added' (when added to a list), 'tag_added' (when tag is applied), 'segment_entered' (when a contact newly enters a saved segment), 'event_received' (when custom event fires), 'inactivity' (when subscriber hasn't performed an event for X days), 'frequency' (when subscriber performs event X times in Y days)"},listId:{type:"string",description:"List ID to trigger on (for contact_added trigger). If not provided, triggers on any list."},tagName:{type:"string",description:"Tag name to trigger on (required for tag_added trigger)"},segmentId:{type:"string",description:"Segment ID to trigger on (required for segment_entered trigger). Use list_segments first to choose a saved segment."},eventName:{type:"string",description:"Event name to trigger on (required for event_received, inactivity, and frequency triggers)"},inactiveDays:{type:"number",description:"Number of days of inactivity (required for inactivity trigger, must be >= 1)"},minCount:{type:"number",description:"Minimum event count (required for frequency trigger, must be >= 1)"},timeWindowDays:{type:"number",description:"Time window in days for frequency trigger (required for frequency trigger, must be >= 1)"},emailCount:{type:"number",description:"Number of emails in the sequence (default: 5, max: 10)"},goal:{type:"string",description:"What this sequence should accomplish for AI generation. Be specific to the app's actual features and user journey. Avoid generic goals that don't match the app's business model."},enrollmentMode:{type:"string",enum:["unlimited","one_time","matching_field"],description:"Sequence re-entry mode. Use 'matching_field' only for event_received triggers when duplicate active runs should be blocked per event field value."},enrollmentFieldPath:{type:"string",description:"Dot-path event property used by enrollmentMode='matching_field', such as 'order.id' or 'product.providerVariantId'. Leave omitted for Shopify back-in-stock/replenishment product-variant defaults."},stopCondition:{type:"object",description:"Optional explicit auto-stop condition. Use { type: 'has_tag', value: 'customer' } to end the sequence when a subscriber gets a tag, { type: 'does_not_have_tag', value: 'trial' } when a tag is removed, { type: 'removed_from_list', value: 'list_123' } when they leave a list, { type: 'event_received', value: 'onboarding.completed' } when an event is tracked, or { type: 'none', value: null } for no auto-stop.",properties:{type:{type:"string",enum:["none","has_tag","does_not_have_tag","added_to_list","removed_from_list","event_received"],description:"Stop condition type."},value:{type:["string","null"],description:"Tag name, list ID, or event name for the stop condition. Use null or omit for type 'none'."}},required:["type"]},steps:{type:"array",description:"Explicit sequence steps. Omit type for email steps, or use type: 'create_discount' for a Stripe discount action. Later email steps can reference the most recent discount with {{discount.code}}, {{discount.percentOff}}, {{discount.amountOff}}, and {{discount.expiresAt}}.",items:{type:"object",properties:{type:{type:"string",enum:["email","create_discount","discount"],description:"Step type. Omit or use 'email' for email content. Use 'create_discount' to generate a discount code before later emails."},subject:{type:"string",description:"Email subject. Required for email steps."},previewText:{type:"string",description:"Email preview text."},blocks:{type:"array",description:"Sequenzy email blocks. Provide blocks or html for email steps. Blocks can include repeat blocks over array variables such as items.",items:{type:"object"}},html:{type:"string",description:"HTML content for email steps. Will be converted to Sequenzy blocks."},delay:{type:"object",description:"Delay before this step.",properties:{days:{type:"number"},hours:{type:"number"},minutes:{type:"number"}}},name:{type:"string",description:"Email template name for email steps."},discount:{type:"object",description:"Discount configuration for create_discount steps. Prefer this nested shape for new integrations; legacy top-level discount fields are still accepted.",properties:{label:{type:"string",description:"Builder label for the discount step."},provider:{type:"string",enum:["stripe"],description:"Discount provider. Currently only 'stripe'."},discountType:{type:"string",enum:["percent","amount"],description:"Discount type."},percentOff:{type:"number",description:"Percent discount from 1 to 100. Required when discountType is percent."},amountOff:{type:"number",description:"Fixed amount discount in the smallest currency unit, for example 500 for $5. Required when discountType is amount."},currency:{type:"string",description:"ISO currency for amount discounts. Defaults to usd."},duration:{type:"string",enum:["once","forever","repeating"],description:"Stripe coupon duration. Defaults to once."},durationInMonths:{type:"number",description:"Required for repeating discounts."},appliesToAllPlans:{type:"boolean",description:"Whether the discount applies to all plans. Defaults to true."},planIds:{type:"array",description:"Stripe product IDs, such as prod_abc123, when appliesToAllPlans is false.",items:{type:"string"}},codePrefix:{type:"string",description:"Optional prefix for generated promotion codes."},maxRedemptions:{type:"number",description:"Maximum promotion code redemptions. Use 1 for subscriber-specific codes."},lockToSubscriber:{type:"boolean",description:"Stripe-only. Restrict each generated promotion code to the matched subscriber's Stripe customer."},expiresAt:{type:"string",description:"Optional future expiration date or ISO timestamp."},expiresInHours:{type:"number",description:"Optional relative expiration in hours, resolved when each subscriber's code is created (e.g., 48 for a 48-hour window per subscriber). Takes precedence over expiresAt."},name:{type:"string",description:"Optional provider coupon name."}}},label:{type:"string",description:"Legacy top-level discount label. Prefer discount.label."},provider:{type:"string",enum:["stripe"],description:"Legacy top-level discount provider. Prefer discount.provider."},discountType:{type:"string",enum:["percent","amount"],description:"Legacy top-level discount type. Prefer discount.discountType."},percentOff:{type:"number",description:"Percent discount from 1 to 100. Required when discountType is percent."},amountOff:{type:"number",description:"Fixed amount discount in the smallest currency unit, for example 500 for $5. Required when discountType is amount."},currency:{type:"string",description:"ISO currency for amount discounts. Defaults to usd."},duration:{type:"string",enum:["once","forever","repeating"],description:"Stripe coupon duration. Defaults to once."},durationInMonths:{type:"number",description:"Required for repeating discounts."},appliesToAllPlans:{type:"boolean",description:"Whether the discount applies to all plans. Defaults to true."},planIds:{type:"array",description:"Stripe product IDs, such as prod_abc123, when appliesToAllPlans is false.",items:{type:"string"}},codePrefix:{type:"string",description:"Optional prefix for generated promotion codes."},maxRedemptions:{type:"number",description:"Maximum promotion code redemptions. Use 1 for subscriber-specific codes."},lockToSubscriber:{type:"boolean",description:"Legacy top-level Stripe-only flag. Prefer discount.lockToSubscriber."},expiresAt:{type:"string",description:"Optional future expiration date or ISO timestamp."},expiresInHours:{type:"number",description:"Optional relative expiration in hours, resolved when each subscriber's code is created (e.g., 48 for a 48-hour window per subscriber). Takes precedence over expiresAt."}}}}},required:["name","trigger"]}},{name:"update_sequence",description:"Update an existing sequence. To target a specific step, use the emailId or nodeId returned in get_sequence.sequence.emails. You can also update enrollmentMode and enrollmentFieldPath for event-triggered matching-field enrollment. When inserting an if/else branch, include steps for every branch arm and elseSteps so the branch is usable immediately. Branch conditions support tags, lists, saved segments, custom events, clicked links, and subscriber field comparisons.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID"},name:{type:"string",description:"Sequence name"},enrollmentMode:{type:"string",enum:["unlimited","one_time","matching_field"],description:"Updated sequence re-entry mode. 'matching_field' is only valid for event-based sequence triggers."},enrollmentFieldPath:{type:"string",description:"Dot-path event property used by enrollmentMode='matching_field', such as 'order.id' or 'product.providerVariantId'. Omit to leave unchanged. Use clearEnrollmentFieldPath to clear it."},clearEnrollmentFieldPath:{type:"boolean",description:"Set true to clear enrollmentFieldPath without sending a nullable schema value."},stopCondition:{type:"object",description:"Update the sequence auto-stop condition. Example: { type: 'has_tag', value: 'customer' } ends the sequence when the subscriber has that tag. Use { type: 'removed_from_list', value: 'list_123' } to stop when they leave a list, or { type: 'none', value: null } to clear it.",properties:{type:{type:"string",enum:["none","has_tag","does_not_have_tag","added_to_list","removed_from_list","event_received"]},value:{type:["string","null"],description:"Tag name, list ID, or event name for the stop condition."}},required:["type"]},branch:{type:"object",description:"Insert an if/else branch into an existing sequence. The branch is inserted after afterNodeId and creates an if path plus an else fallback path. Use get_sequence first to choose afterNodeId. Each branch condition should include steps, and elseSteps is required unless allowEmptyPaths is true. Conditions support tags, lists, saved segments, events, clicked links, and field comparisons. Use activityScope for event_received and link_clicked checks.",properties:{afterNodeId:{type:"string",description:"Existing node ID to insert the branch after. Use a nodeId from get_sequence.sequence.nodes or get_sequence.sequence.emails."},label:{type:"string",description:"Optional branch node label."},branches:{type:"array",description:"Conditional branches evaluated in order. An else fallback is created automatically.",items:{type:"object",properties:{id:{type:"string",description:"Optional stable branch ID. Defaults to branch-0, branch-1, etc."},label:{type:"string",description:"Display label, e.g. 'If has customer tag'."},conditionType:{type:"string",enum:["has_tag","in_list","in_segment","event_received","link_clicked","field_equals","field_contains","field_greater_than","field_less_than"],description:"Condition type for this branch."},tagName:{type:"string",description:"Tag name for has_tag conditions. This can be used instead of tagId."},tagId:{type:"string",description:"Tag ID or tag name for has_tag conditions."},listId:{type:"string",description:"List ID for in_list conditions."},segmentId:{type:"string",description:"Segment ID for in_segment conditions."},segmentName:{type:"string",description:"Optional display name for in_segment conditions."},eventName:{type:"string",description:"Event name for event_received conditions, such as project.invite.accepted."},linkUrl:{type:"string",description:"Optional URL substring for link_clicked conditions. Omit to match any clicked link."},activityScope:{type:"string",enum:["ever","this_sequence","previous_email"],description:"Scope for event_received and link_clicked conditions. Omit to check ever."},fieldName:{type:"string",description:"Subscriber attribute name for field conditions."},fieldValue:{type:"string",description:"Comparison value for field conditions."},steps:{type:"array",description:"Steps to create inside this branch path. Required by default so the branch is not an empty placeholder.",items:U5}},required:["conditionType"]}},elseSteps:{type:"array",description:"Steps to create inside the else fallback path. Required by default so the else arm is usable.",items:U5},allowEmptyPaths:{type:"boolean",description:"Set true only when intentionally creating empty UI placeholders. Normal API/MCP use should omit this and provide branch steps plus elseSteps."}},required:["afterNodeId","branches"]},emails:{type:"array",description:"Updated sequence emails. If you omit emailId/nodeId, items are matched by existing step order.",items:{type:"object",properties:{emailId:{type:"string",description:"Optional target linked email template ID for a step. Use the emailId returned in get_sequence.sequence.emails."},nodeId:{type:"string",description:"Optional target action_email node ID for a step. Use the nodeId returned in get_sequence.sequence.emails."},name:{type:"string",description:"Updated step/template name"},subject:{type:"string",description:"Updated email subject"},previewText:{type:"string",description:"Updated preview text"},html:{type:"string",description:"Updated HTML content. Will be converted to Sequenzy blocks."},htmlContent:{type:"string",description:"Alias for html. Use this when updating HTML content for a step."},blocks:{type:"array",description:"Updated Sequenzy block JSON for the step"}}}},steps:{type:"array",description:"Alias for emails. Supports the same fields and matching rules.",items:{type:"object",properties:{emailId:{type:"string",description:"Optional target linked email template ID for a step. Use the emailId returned in get_sequence.sequence.emails."},nodeId:{type:"string",description:"Optional target action_email node ID for a step. Use the nodeId returned in get_sequence.sequence.emails."},name:{type:"string",description:"Updated step/template name"},subject:{type:"string",description:"Updated email subject"},previewText:{type:"string",description:"Updated preview text"},html:{type:"string",description:"Updated HTML content. Will be converted to Sequenzy blocks."},htmlContent:{type:"string",description:"Alias for html. Use this when updating HTML content for a step."},blocks:{type:"array",description:"Updated Sequenzy block JSON for the step"}}}}},required:["sequenceId"]}},{name:"enable_sequence",description:"Enable/activate a sequence. IMPORTANT: Only call this when the user EXPLICITLY asks to enable or activate a sequence. Never enable sequences automatically after creation - the user must review the content first.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID"}},required:["sequenceId"]}},{name:"disable_sequence",description:"Disable/pause a sequence",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID"}},required:["sequenceId"]}},{name:"cancel_sequence_enrollments",description:"Cancel active/waiting enrollments in one sequence. Provide sequenceId and exactly one target: subscriberId for one subscriber, or fieldValues to match stored entry event properties. For fieldValues, fieldPath is optional when the sequence has enrollmentFieldPath configured; otherwise provide a dot path such as order.id.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID whose enrollments should be cancelled."},subscriberId:{type:"string",description:"Subscriber ID to cancel in this sequence. Provide subscriberId or fieldValues, not both."},fieldPath:{type:"string",description:"Dot-path inside the token's stored entry event properties, such as order.id or event.id. Optional when the sequence has enrollmentFieldPath configured."},fieldValues:{type:"array",items:{type:"string"},description:"Entry field values to match. Cancels all active/waiting enrollments in the sequence whose entry field value is in this list. Provide fieldValues or subscriberId, not both."},dryRun:{type:"boolean",description:"When true, returns matching enrollments without cancelling them. Field-value cancellation defaults to dryRun on the API unless explicitly false."},reason:{type:"string",description:"Optional cancellation reason stored on matched enrollment tokens."}},required:["sequenceId"]}},{name:"delete_sequence",description:"Delete a sequence",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID"}},required:["sequenceId"]}},{name:"list_transactional_emails",description:"List transactional email templates, including their API slugs and linked email IDs",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."}}}},{name:"get_transactional_email",description:"Get a transactional email by ID or slug, including subject, preview text, blocks, variables, and linked dashboard URLs",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},idOrSlug:{type:"string",description:"Transactional email ID or API slug, for example `welcome-email`."}},required:["idOrSlug"]}},{name:"create_transactional_email",description:"Create a saved transactional email template with an API slug. Provide `prompt` to generate the email with AI, or provide either `html` or Sequenzy `blocks` for the email body.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},name:{type:"string",description:"Transactional email name."},slug:{type:"string",description:"Optional API slug used when sending by slug, for example `password-reset`. If omitted, Sequenzy generates one from the name."},subject:{type:"string",description:"Email subject line. Optional when `prompt` is provided because the generated subject will be used."},previewText:{type:["string","null"],description:"Email preview text."},html:{type:"string",description:"Email HTML content. Mutually exclusive with `blocks`."},blocks:{type:"array",description:"Sequenzy email blocks. Use this for editor-compatible content, including conditional and repeat blocks. Repeat blocks use { type: 'repeat', source: 'items', itemAlias: 'item', children: [...] }. Mutually exclusive with `html`.",items:{type:"object"}},prompt:{type:"string",description:"Generate transactional email blocks from a prompt. Mutually exclusive with `html` and `blocks`."},style:{type:"string",description:"Prompt generation style: minimal, branded, promotional. Only used with `prompt`."},tone:{type:"string",description:"Prompt generation tone: professional, casual, friendly. Only used with `prompt`."},enabled:{type:"boolean",description:"Whether this transactional email can be sent immediately. Defaults to true."}},required:["name"],additionalProperties:!1}},{name:"update_transactional_email",description:"Update a transactional email by ID or slug. At least one of `name`, `enabled`, `subject`, `previewText`, `html`, or `blocks` is required. Use `html` or `blocks` to replace the linked email body.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},idOrSlug:{type:"string",description:"Transactional email ID or API slug, for example `welcome-email`."},name:{type:"string",description:"Transactional email name."},enabled:{type:"boolean",description:"Whether this transactional email can be sent."},subject:{type:"string",description:"Email subject line."},previewText:{type:["string","null"],description:"Email preview text."},html:{type:"string",description:"Email HTML content. Mutually exclusive with `blocks`."},blocks:{type:"array",description:"Sequenzy email blocks, including conditional and repeat blocks. Mutually exclusive with `html`.",items:{type:"object"}}},required:["idOrSlug"],additionalProperties:!1}},{name:"send_email",description:"Send a transactional email to a single recipient",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},to:{type:"string",description:"Recipient email address"},subject:{type:"string",description:"Email subject (required if not using templateId)"},html:{type:"string",description:"Email HTML content (required if not using templateId)"},templateId:{type:"string",description:"Template ID to use (alternative to html)"},variables:{type:"object",description:"Variables for template personalization. Nested objects and arrays are supported for repeat blocks, for example { items: [...] }."},subscriberExternalId:{type:"string",description:"Customer-owned subscriber ID for attaching analytics/localization on single-recipient sends."}},required:["to"]}},{name:"get_stats",description:"Get overview statistics for a time period",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},period:{type:"string",description:"Time period: 7d, 30d, or 90d (default: 7d)"}}}},{name:"get_campaign_stats",description:"Get detailed statistics for a campaign",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},campaignId:{type:"string",description:"Campaign ID"}},required:["campaignId"]}},{name:"get_sequence_stats",description:"Get statistics for a sequence, including per-step failed subscribers and failure reasons",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},sequenceId:{type:"string",description:"Sequence ID"}},required:["sequenceId"]}},{name:"get_subscriber_activity",description:"Get recent activity, email stats, and current sequence enrollments for a subscriber",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},email:{type:"string",description:"Subscriber email address. Provide email or externalId to identify the subscriber."},externalId:{type:"string",description:"Customer-owned subscriber ID. Provide email or externalId to identify the subscriber."}},required:[]}},{name:"generate_email",description:"Generate email blocks from a prompt",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},prompt:{type:"string",description:"Description of the email to generate"},style:{type:"string",description:"Style: minimal, branded, promotional"},tone:{type:"string",description:"Tone: professional, casual, friendly"}},required:["prompt"]}},{name:"generate_sequence",description:"[DEPRECATED - Use create_sequence instead] Generate a multi-email sequence from a goal. Note: create_sequence now handles AI generation automatically.",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},goal:{type:"string",description:"Goal of the sequence (e.g., 'onboard new SaaS trial users')"},emailCount:{type:"number",description:"Number of emails in the sequence (default: 5, max: 10)"},durationDays:{type:"number",description:"Total duration in days (default: 14)"}},required:["goal"]}},{name:"generate_subject_lines",description:"Generate A/B test subject line variants",inputSchema:{type:"object",properties:{companyId:{type:"string",description:"Company ID. If not provided, uses the currently selected company."},topic:{type:"string",description:"Topic or context for the subject lines"},count:{type:"number",description:"Number of variants to generate (default: 5)"}},required:["topic"]}}];async function O5(Q,X){try{let Y;switch(Q){case"get_account":{let G=await Z("GET","/api/v1/account"),J=f1();Y={...G,selectedCompanyId:J??G.currentCompanyId};break}case"select_company":{let G=X.companyId,J=await Z("GET","/api/v1/account"),$=J.companies?.find((z)=>z.id===G);if(!$)throw Error(`Company not found. Available companies: ${J.companies?.map((z)=>`${z.name} (${z.id})`).join(", ")??"none"}`);SX(G),Y={success:!0,message:`Switched to company: ${$.name}`,companyId:$.id,companyName:$.name};break}case"get_app_urls":{let G=await F5(X);Y={...K1({companyId:G,campaignId:S(X,"campaignId"),sequenceId:S(X,"sequenceId"),emailId:S(X,"emailId")??S(X,"templateId"),transactionalId:S(X,"transactionalId"),emailSendId:S(X,"emailSendId"),domainId:S(X,"domainId"),status:S(X,"status"),settingsTab:S(X,"settingsTab")}),...G===void 0&&{note:"No company ID is selected. Call get_account, select_company, or pass companyId to get concrete dashboard URLs."}};break}case"create_company":{let G=await Z("POST","/api/v1/companies",{name:X.name,domain:X.domain});if(!G.success)throw Error("Failed to create company");let J=G.company.id,$=6,z=0,H=G.company.status;while(H==="processing"&&z<$){await new Promise((U)=>setTimeout(U,20000)),z++;let K=await Z("GET",`/api/v1/companies/${J}`);if(K.success)H=K.company.status}SX(J);let A=await Z("GET",`/api/v1/companies/${J}`);Y={success:!0,company:A.company,message:H==="processing"?"Company created but still processing. You can continue using it while processing completes.":`Company '${A.company.name}' created and ready to use.`,autoSelected:!0};break}case"get_company":{let G=X.companyId;Y=await Z("GET",`/api/v1/companies/${G}`);break}case"create_api_key":{let G=X.companyId;Y=await Z("POST","/api/v1/api-keys",{name:X.name},G);break}case"list_websites":{let G=X.companyId;Y=await Z("GET","/api/v1/websites",void 0,G);break}case"add_website":{let G=X.companyId;Y=await Z("POST","/api/v1/websites",{domain:X.domain},G);break}case"check_website":{let G=X.companyId;Y=await Z("GET",`/api/v1/websites/${X.domain}`,void 0,G);break}case"get_integration_guide":Y=await Z("POST","/api/v1/integration-guide",X);break;case"add_subscriber":{let G=X.companyId,J=u6("add_subscriber",X);Y=await Z("POST","/api/v1/subscribers",{...J,customAttributes:X.attributes,tags:X.tags,lists:X.listIds},G);break}case"update_subscriber":{let G=X.companyId,J=u6("update_subscriber",X),$=await EX(J,G),z=Array.isArray($.subscriber.tags)?$.subscriber.tags.filter((B)=>typeof B==="string"):[],H=Array.isArray(X.addTags)?X.addTags.filter((B)=>typeof B==="string"&&B.trim()!=="").map(B5):[],A=new Set(Array.isArray(X.removeTags)?X.removeTags.filter((B)=>typeof B==="string"&&B.trim()!=="").map(B5):[]),K=z.filter((B)=>!A.has(B));for(let B of H)if(!K.includes(B))K.push(B);let U={};if(J.email&&J.externalId)U.externalId=J.externalId;if(Z0(X.attributes))U.customAttributes={...Z0($.subscriber.customAttributes)?$.subscriber.customAttributes:{},...X.attributes};if(X.addTags||X.removeTags)U.tags=K;Y=await Z("PATCH",TX(J),U,G);break}case"remove_subscriber":{let G=X.companyId,J=u6("remove_subscriber",X),$=TX(J);if(X.hardDelete===!0)Y=await Z("DELETE",$,void 0,G);else Y=await Z("PATCH",$,{status:"unsubscribed"},G);break}case"get_subscriber":{let G=X.companyId,J=u6("get_subscriber",X);Y=await EX(J,G);break}case"search_subscribers":{let G=X.companyId;Y=await LM(X,G);break}case"list_tags":{let G=X.companyId;Y=await Z("GET","/api/v1/tags",void 0,G);break}case"list_lists":{let G=X.companyId;Y=await Z("GET","/api/v1/lists",void 0,G);break}case"create_list":{let G=X.companyId;Y=await Z("POST","/api/v1/lists",X,G);break}case"list_segments":{let G=X.companyId;Y=await Z("GET","/api/v1/segments",void 0,G);break}case"create_segment":{zM(X);let G=X.companyId;Y=await Z("POST","/api/v1/segments",{...X,...X.filters!==void 0?{filters:D5(X.filters)}:{},...X.root!==void 0?{root:L5(X.root)}:{}},G);break}case"get_segment_count":{let G=X.companyId;Y=await Z("GET",`/api/v1/segments/${X.segmentId}/count`,void 0,G);break}case"list_templates":{let G=X.companyId,J=new URLSearchParams,$=S(X,"label");if($)J.set("label",$);Y=await Z("GET",`/api/v1/templates${J.size>0?`?${J}`:""}`,void 0,G);break}case"get_template":{let G=X.companyId;Y=await Z("GET",`/api/v1/templates/${X.templateId}`,void 0,G);break}case"create_template":{let G=X.companyId;m1("create_template",X,{requireContent:!0}),zQ("create_template",X),Y=await Z("POST","/api/v1/templates",X,G);break}case"update_template":{let G=X.companyId,J=new Set(["companyId","templateId","name","subject","html","blocks","labels"]),$=Object.keys(X).filter((z)=>!J.has(z));if($.length>0)throw Error(`\`update_template\` accepts only \`name\`, \`subject\`, \`html\`, \`blocks\`, and \`labels\` update fields. Unsupported field${$.length===1?"":"s"}: ${$.map((z)=>`\`${z}\``).join(", ")}.`);if(m1("update_template",X),zQ("update_template",X),X.name===void 0&&X.subject===void 0&&X.html===void 0&&X.blocks===void 0&&X.labels===void 0)throw Error("Provide at least one of `name`, `subject`, `html`, `blocks`, or `labels` when calling `update_template`.");Y=await Z("PUT",`/api/v1/templates/${X.templateId}`,X,G);break}case"delete_template":{let G=X.companyId;Y=await Z("DELETE",`/api/v1/templates/${X.templateId}`,void 0,G);break}case"list_campaigns":{let G=X.companyId,J=new URLSearchParams;if(X.status)J.set("status",String(X.status));let $=S(X,"label");if($)J.set("label",$);Y=await Z("GET",`/api/v1/campaigns?${J}`,void 0,G);break}case"get_campaign":{let G=X.companyId;Y=await Z("GET",`/api/v1/campaigns/${X.campaignId}`,void 0,G);break}case"get_email_send":{let G=X.companyId;Y=await Z("GET",`/api/v1/email-sends/${encodeURIComponent(String(X.emailSendId))}`,void 0,G);break}case"create_campaign":{let G=X.companyId;KM(X);let J=S(X,"prompt");if(J!==void 0){let $=await Z("POST","/api/v1/generate/email",{prompt:J,...X.style!==void 0&&{style:X.style},...X.tone!==void 0&&{tone:X.tone}},G),z=S(X,"subject")??(typeof $.subject==="string"&&$.subject.trim()!==""?$.subject.trim():void 0);if(!z)throw Error("`create_campaign` prompt generation did not return a subject. Provide `subject` explicitly.");let H=Array.isArray($.blocks)&&$.blocks.length>0?$.blocks:void 0,A=typeof $.html==="string"&&$.html.trim()!==""?$.html:void 0;if(H===void 0&&A===void 0)throw Error("`create_campaign` prompt generation did not return email blocks. Try again or provide `html` or `blocks` explicitly.");Y=await Z("POST","/api/v1/campaigns",{name:X.name,subject:z,...H!==void 0?{blocks:H}:{html:A},...X.segmentId!==void 0&&{segmentId:X.segmentId},...X.labels!==void 0&&{labels:X.labels}},G);break}Y=await Z("POST","/api/v1/campaigns",X,G);break}case"update_campaign":{let G=X.companyId,J=new Set(["companyId","campaignId","name","subject","html","blocks","replyTo","replyProfileId","labels"]),$=Object.keys(X).filter((z)=>!J.has(z));if($.length>0)throw Error(`\`update_campaign\` accepts only \`name\`, \`subject\`, \`html\`, \`blocks\`, \`replyTo\`, \`replyProfileId\`, and \`labels\` update fields. Unsupported field${$.length===1?"":"s"}: ${$.map((z)=>`\`${z}\``).join(", ")}.`);if(m1("update_campaign",X),zQ("update_campaign",X),X.replyTo!==void 0&&X.replyProfileId!==void 0)throw Error("Provide either `replyTo` or `replyProfileId` when calling `update_campaign`, not both.");if(X.name===void 0&&X.subject===void 0&&X.html===void 0&&X.blocks===void 0&&X.replyTo===void 0&&X.replyProfileId===void 0&&X.labels===void 0)throw Error("Provide at least one of `name`, `subject`, `html`, `blocks`, `replyTo`, `replyProfileId`, or `labels` when calling `update_campaign`.");Y=await Z("PUT",`/api/v1/campaigns/${X.campaignId}`,X,G);break}case"send_test_email":{let G=X.companyId;Y=await Z("POST",`/api/v1/campaigns/${X.campaignId}/test`,{to:X.to},G);break}case"list_sequences":{let G=X.companyId;Y=await Z("GET","/api/v1/sequences",void 0,G);break}case"get_sequence":{let G=X.companyId;Y=await Z("GET",`/api/v1/sequences/${X.sequenceId}`,void 0,G);break}case"create_sequence":{let G=X.companyId,J=Array.isArray(X.steps)&&X.steps.length>0,$=await Z("POST","/api/v1/sequences",X,G);if(!$.success){Y=$;break}let z=$.sequence.id;if(J){let B=await Z("GET",`/api/v1/sequences/${z}`,void 0,G);if(B.success)Y={success:!0,sequence:B.sequence,message:`Sequence "${B.sequence.name}" created with explicit steps. Review it before enabling.`};else Y=B;break}let H=6,A=0,K="pending";while(K!=="complete"&&A<H){await new Promise((L)=>setTimeout(L,20000)),A++;let B=await Z("GET",`/api/v1/sequences/${z}`,void 0,G);if(B.success)K=B.sequence.enrichmentStatus}let U=await Z("GET",`/api/v1/sequences/${z}`,void 0,G);if(U.success)Y={success:!0,sequence:U.sequence,message:U.sequence.enrichmentStatus==="complete"?`Sequence "${U.sequence.name}" created with ${U.sequence.emailCount} AI-generated emails. The sequence is ready to review and enable.`:`Sequence "${U.sequence.name}" created. Email enrichment is still in progress (${U.sequence.enrichedCount}/${U.sequence.emailCount} emails generated). You can check status with get_sequence.`};else Y=U;break}case"update_sequence":{let G=X.companyId,J=HM(X);Y=await Z("PUT",`/api/v1/sequences/${X.sequenceId}`,J,G);break}case"enable_sequence":{let G=X.companyId;Y=await Z("POST",`/api/v1/sequences/${X.sequenceId}/enable`,void 0,G);break}case"disable_sequence":{let G=X.companyId;Y=await Z("POST",`/api/v1/sequences/${X.sequenceId}/disable`,void 0,G);break}case"cancel_sequence_enrollments":{let G=X.companyId,J=AM(X);Y=await Z("POST",`/api/v1/sequences/${X.sequenceId}/enrollments/cancel`,J,G);break}case"delete_sequence":{let G=X.companyId;Y=await Z("DELETE",`/api/v1/sequences/${X.sequenceId}`,void 0,G);break}case"list_transactional_emails":{let G=X.companyId;Y=await Z("GET","/api/v1/transactional",void 0,G);break}case"get_transactional_email":{let G=X.companyId;Y=await Z("GET",`/api/v1/transactional/${X.idOrSlug}`,void 0,G);break}case"create_transactional_email":{let G=X.companyId,J=new Set(["companyId","name","slug","subject","previewText","html","blocks","prompt","style","tone","enabled"]),$=Object.keys(X).filter((A)=>!J.has(A));if($.length>0)throw Error(`\`create_transactional_email\` accepts only \`name\`, \`slug\`, \`subject\`, \`previewText\`, \`html\`, \`blocks\`, \`prompt\`, \`style\`, \`tone\`, and \`enabled\` fields. Unsupported field${$.length===1?"":"s"}: ${$.map((A)=>`\`${A}\``).join(", ")}.`);UM(X);let z=S(X,"prompt");if(z!==void 0){let A={companyId:G??f1()??"",name:typeof X.name==="string"&&X.name.trim()!==""?X.name.trim():"",slug:typeof X.slug==="string"&&X.slug.trim()!==""?X.slug.trim():"",promptLength:z.length,style:typeof X.style==="string"?X.style:"",tone:typeof X.tone==="string"?X.tone:""};try{console.error("[mcp:create_transactional_email] generating from prompt",A);let K=await Z("POST","/api/v1/generate/email",{prompt:z,...X.style!==void 0&&{style:X.style},...X.tone!==void 0&&{tone:X.tone}},G);console.error("[mcp:create_transactional_email] prompt generation complete",{...A,subject:K.subject??"",previewTextLength:typeof K.previewText==="string"?K.previewText.length:0,blockCount:Array.isArray(K.blocks)?K.blocks.length:0,htmlLength:typeof K.html==="string"?K.html.length:0});let U=S(X,"subject")??(typeof K.subject==="string"&&K.subject.trim()!==""?K.subject.trim():void 0);if(!U)throw Error("`create_transactional_email` prompt generation did not return a subject. Provide `subject` explicitly.");let B=Array.isArray(K.blocks)&&K.blocks.length>0?K.blocks:void 0,L=typeof K.html==="string"&&K.html.trim()!==""?K.html:void 0,q=S(X,"previewText")??(typeof K.previewText==="string"?K.previewText.trim():void 0);if(B===void 0&&L===void 0)throw Error("`create_transactional_email` prompt generation did not return email blocks. Try again or provide `html` or `blocks` explicitly.");console.error("[mcp:create_transactional_email] creating generated transactional",{...A,subject:U,contentSource:B!==void 0?"blocks":"html",blockCount:B?.length??0,htmlLength:L?.length??0}),Y=await Z("POST","/api/v1/transactional",{name:X.name,...X.slug!==void 0&&{slug:X.slug},subject:U,...q!==void 0&&{previewText:q},...B!==void 0?{blocks:B}:{html:L},...X.enabled!==void 0&&{enabled:X.enabled}},G),console.error("[mcp:create_transactional_email] generated transactional created",A)}catch(K){throw console.error("[mcp:create_transactional_email] prompt-based create failed",{...A,error:K instanceof Error?K.message:String(K)}),K}break}let H=Object.fromEntries(Object.entries(X).filter(([A])=>A!=="companyId"));Y=await Z("POST","/api/v1/transactional",H,G);break}case"update_transactional_email":{let G=X.companyId,J=new Set(["companyId","idOrSlug","name","enabled","subject","previewText","html","blocks"]),$=Object.keys(X).filter((H)=>!J.has(H));if($.length>0)throw Error(`\`update_transactional_email\` accepts only \`name\`, \`enabled\`, \`subject\`, \`previewText\`, \`html\`, and \`blocks\` update fields. Unsupported field${$.length===1?"":"s"}: ${$.map((H)=>`\`${H}\``).join(", ")}.`);if(m1("update_transactional_email",X),X.name===void 0&&X.enabled===void 0&&X.subject===void 0&&X.previewText===void 0&&X.html===void 0&&X.blocks===void 0)throw Error("Provide at least one of `name`, `enabled`, `subject`, `previewText`, `html`, or `blocks` when calling `update_transactional_email`.");let z=Object.fromEntries(Object.entries(X).filter(([H])=>H!=="companyId"&&H!=="idOrSlug"));Y=await Z("PATCH",`/api/v1/transactional/${X.idOrSlug}`,z,G);break}case"send_email":{let G=X.companyId;Y=await Z("POST","/api/v1/transactional/send",X,G);break}case"get_stats":{let G=X.companyId,J=X.period??"7d";Y=await Z("GET",`/api/v1/metrics?period=${J}`,void 0,G);break}case"get_campaign_stats":{let G=X.companyId;Y=await Z("GET",`/api/v1/metrics/campaigns/${X.campaignId}`,void 0,G);break}case"get_sequence_stats":{let G=X.companyId;Y=await Z("GET",`/api/v1/metrics/sequences/${X.sequenceId}`,void 0,G);break}case"get_subscriber_activity":{let G=X.companyId,J=u6("get_subscriber_activity",X),$=await EX(J,G);Y={success:$.success,email:$.subscriber.email,emailStats:$.subscriber.emailStats??null,activity:$.subscriber.activity??[],sequenceEnrollments:$.subscriber.sequenceEnrollments??[]};break}case"generate_email":{let G=X.companyId;Y=await Z("POST","/api/v1/generate/email",X,G);break}case"generate_sequence":{let G=X.companyId;Y=await Z("POST","/api/v1/generate/sequence",X,G);break}case"generate_subject_lines":{let G=X.companyId;Y=await Z("POST","/api/v1/generate/subjects",X,G);break}default:throw Error(`Unknown tool: ${Q}`)}let W=BM(Y);if(W)throw W;return Y=await MM(Q,X,Y),{content:[{type:"text",text:JSON.stringify(Y,null,2)}]}}catch(Y){return{isError:!0,content:[{type:"text",text:V1(Y)}]}}}var VM=process.env.SEQUENZY_API_URL??"https://api.sequenzy.com",M5=process.env.SEQUENZY_API_KEY,RX=null;if(!M5)console.error(V1(new h1("SEQUENZY_API_KEY environment variable is required",401,void 0,"MCP_AUTH_REQUIRED"))),process.exit(1);function f1(){return RX}function SX(Q){RX=Q}var h6=new bX({name:"sequenzy",version:$5.version},{capabilities:{tools:{},resources:{}}});function ZM(Q){if(!Q.trim())return{message:"Request failed"};try{let X=JSON.parse(Q);if(typeof X==="string")return{message:X};if(typeof X.error==="string")return{message:X.error,code:X.code};if(X.error&&typeof X.error==="object")return{message:X.error.message??X.message??Q,code:X.error.code??X.code};return{message:X.message??Q,code:X.code}}catch{return{message:Q}}}async function Z(Q,X,Y,W){let G={"Content-Type":"application/json",Authorization:`Bearer ${M5}`},J=W??RX;if(J)G["x-company-id"]=J;let $;try{$=await fetch(`${VM}${X}`,{method:Q,headers:G,body:Y?JSON.stringify(Y):void 0})}catch(z){throw new h1(z instanceof Error?z.message:"Failed to reach Sequenzy API",0,void 0,"NETWORK_ERROR")}if(!$.ok){let z=await $.text(),H=ZM(z);throw new h1(H.message,$.status,z,H.code)}return $.json()}h6.setRequestHandler(K9,async()=>{return{tools:q5}});h6.setRequestHandler(B6,async(Q)=>{let{name:X,arguments:Y}=Q.params;return O5(X,Y??{})});h6.setRequestHandler(W9,async()=>{return{resources:A5}});h6.setRequestHandler(J9,async(Q)=>{let{uri:X}=Q.params;return K5(X)});async function NM(){let Q=new PX;await h6.connect(Q),console.error("Sequenzy MCP server running on stdio")}NM().catch((Q)=>{console.error(V1(Q)),process.exit(1)});export{SX as setSelectedCompanyId,f1 as getSelectedCompanyId,Z as apiRequest};