gigabuddy 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/cli.js CHANGED
@@ -1,87 +1,88 @@
1
1
  #!/usr/bin/env node
2
- var Hg=Object.create;var Xo=Object.defineProperty;var Jg=Object.getOwnPropertyDescriptor;var Kg=Object.getOwnPropertyNames;var Gg=Object.getPrototypeOf,Bg=Object.prototype.hasOwnProperty;var z=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),es=(e,t)=>{for(var r in t)Xo(e,r,{get:t[r],enumerable:!0})},Wg=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Kg(t))!Bg.call(e,o)&&o!==r&&Xo(e,o,{get:()=>t[o],enumerable:!(n=Jg(t,o))||n.enumerable});return e};var Yg=(e,t,r)=>(r=e!=null?Hg(Gg(e)):{},Wg(t||!e||!e.__esModule?Xo(r,"default",{value:e,enumerable:!0}):r,e));var Qr=z(q=>{"use strict";Object.defineProperty(q,"__esModule",{value:!0});q.regexpCode=q.getEsmExportName=q.getProperty=q.safeStringify=q.stringify=q.strConcat=q.addCodeArg=q.str=q._=q.nil=q._Code=q.Name=q.IDENTIFIER=q._CodeOrName=void 0;var Wr=class{};q._CodeOrName=Wr;q.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var Ot=class extends Wr{constructor(t){if(super(),!q.IDENTIFIER.test(t))throw new Error("CodeGen: name must be a valid identifier");this.str=t}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};q.Name=Ot;var Ze=class extends Wr{constructor(t){super(),this._items=typeof t=="string"?[t]:t}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let t=this._items[0];return t===""||t==='""'}get str(){var t;return(t=this._str)!==null&&t!==void 0?t:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var t;return(t=this._names)!==null&&t!==void 0?t:this._names=this._items.reduce((r,n)=>(n instanceof Ot&&(r[n.str]=(r[n.str]||0)+1),r),{})}};q._Code=Ze;q.nil=new Ze("");function zf(e,...t){let r=[e[0]],n=0;for(;n<t.length;)xi(r,t[n]),r.push(e[++n]);return new Ze(r)}q._=zf;var zi=new Ze("+");function xf(e,...t){let r=[Yr(e[0])],n=0;for(;n<t.length;)r.push(zi),xi(r,t[n]),r.push(zi,Yr(e[++n]));return kw(r),new Ze(r)}q.str=xf;function xi(e,t){t instanceof Ze?e.push(...t._items):t instanceof Ot?e.push(t):e.push(Tw(t))}q.addCodeArg=xi;function kw(e){let t=1;for(;t<e.length-1;){if(e[t]===zi){let r=Sw(e[t-1],e[t+1]);if(r!==void 0){e.splice(t-1,3,r);continue}e[t++]="+"}t++}}function Sw(e,t){if(t==='""')return e;if(e==='""')return t;if(typeof e=="string")return t instanceof Ot||e[e.length-1]!=='"'?void 0:typeof t!="string"?`${e.slice(0,-1)}${t}"`:t[0]==='"'?e.slice(0,-1)+t.slice(1):void 0;if(typeof t=="string"&&t[0]==='"'&&!(e instanceof Ot))return`"${e}${t.slice(1)}`}function Pw(e,t){return t.emptyStr()?e:e.emptyStr()?t:xf`${e}${t}`}q.strConcat=Pw;function Tw(e){return typeof e=="number"||typeof e=="boolean"||e===null?e:Yr(Array.isArray(e)?e.join(","):e)}function Ew(e){return new Ze(Yr(e))}q.stringify=Ew;function Yr(e){return JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}q.safeStringify=Yr;function Rw(e){return typeof e=="string"&&q.IDENTIFIER.test(e)?new Ze(`.${e}`):zf`[${e}]`}q.getProperty=Rw;function Ow(e){if(typeof e=="string"&&q.IDENTIFIER.test(e))return new Ze(`${e}`);throw new Error(`CodeGen: invalid export name: ${e}, use explicit $id name mapping`)}q.getEsmExportName=Ow;function Iw(e){return new Ze(e.toString())}q.regexpCode=Iw});var Pi=z(xe=>{"use strict";Object.defineProperty(xe,"__esModule",{value:!0});xe.ValueScope=xe.ValueScopeName=xe.Scope=xe.varKinds=xe.UsedValueState=void 0;var ze=Qr(),ki=class extends Error{constructor(t){super(`CodeGen: "code" for ${t} not defined`),this.value=t.value}},po;(function(e){e[e.Started=0]="Started",e[e.Completed=1]="Completed"})(po||(xe.UsedValueState=po={}));xe.varKinds={const:new ze.Name("const"),let:new ze.Name("let"),var:new ze.Name("var")};var fo=class{constructor({prefixes:t,parent:r}={}){this._names={},this._prefixes=t,this._parent=r}toName(t){return t instanceof ze.Name?t:this.name(t)}name(t){return new ze.Name(this._newName(t))}_newName(t){let r=this._names[t]||this._nameGroup(t);return`${t}${r.index++}`}_nameGroup(t){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(t)||this._prefixes&&!this._prefixes.has(t))throw new Error(`CodeGen: prefix "${t}" is not allowed in this scope`);return this._names[t]={prefix:t,index:0}}};xe.Scope=fo;var mo=class extends ze.Name{constructor(t,r){super(r),this.prefix=t}setValue(t,{property:r,itemIndex:n}){this.value=t,this.scopePath=(0,ze._)`.${new ze.Name(r)}[${n}]`}};xe.ValueScopeName=mo;var Cw=(0,ze._)`\n`,Si=class extends fo{constructor(t){super(t),this._values={},this._scope=t.scope,this.opts={...t,_n:t.lines?Cw:ze.nil}}get(){return this._scope}name(t){return new mo(t,this._newName(t))}value(t,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(t),{prefix:s}=o,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let l=a.get(i);if(l)return l}else a=this._values[s]=new Map;a.set(i,o);let c=this._scope[s]||(this._scope[s]=[]),u=c.length;return c[u]=r.ref,o.setValue(r,{property:s,itemIndex:u}),o}getValue(t,r){let n=this._values[t];if(n)return n.get(r)}scopeRefs(t,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,ze._)`${t}${n.scopePath}`})}scopeCode(t=this._values,r,n){return this._reduceValues(t,o=>{if(o.value===void 0)throw new Error(`CodeGen: name "${o}" has no value`);return o.value.code},r,n)}_reduceValues(t,r,n={},o){let s=ze.nil;for(let i in t){let a=t[i];if(!a)continue;let c=n[i]=n[i]||new Map;a.forEach(u=>{if(c.has(u))return;c.set(u,po.Started);let l=r(u);if(l){let p=this.opts.es5?xe.varKinds.var:xe.varKinds.const;s=(0,ze._)`${s}${p} ${u} = ${l};${this.opts._n}`}else if(l=o?.(u))s=(0,ze._)`${s}${l}${this.opts._n}`;else throw new ki(u);c.set(u,po.Completed)})}return s}};xe.ValueScope=Si});var C=z(N=>{"use strict";Object.defineProperty(N,"__esModule",{value:!0});N.or=N.and=N.not=N.CodeGen=N.operators=N.varKinds=N.ValueScopeName=N.ValueScope=N.Scope=N.Name=N.regexpCode=N.stringify=N.getProperty=N.nil=N.strConcat=N.str=N._=void 0;var Z=Qr(),Ve=Pi(),wt=Qr();Object.defineProperty(N,"_",{enumerable:!0,get:function(){return wt._}});Object.defineProperty(N,"str",{enumerable:!0,get:function(){return wt.str}});Object.defineProperty(N,"strConcat",{enumerable:!0,get:function(){return wt.strConcat}});Object.defineProperty(N,"nil",{enumerable:!0,get:function(){return wt.nil}});Object.defineProperty(N,"getProperty",{enumerable:!0,get:function(){return wt.getProperty}});Object.defineProperty(N,"stringify",{enumerable:!0,get:function(){return wt.stringify}});Object.defineProperty(N,"regexpCode",{enumerable:!0,get:function(){return wt.regexpCode}});Object.defineProperty(N,"Name",{enumerable:!0,get:function(){return wt.Name}});var yo=Pi();Object.defineProperty(N,"Scope",{enumerable:!0,get:function(){return yo.Scope}});Object.defineProperty(N,"ValueScope",{enumerable:!0,get:function(){return yo.ValueScope}});Object.defineProperty(N,"ValueScopeName",{enumerable:!0,get:function(){return yo.ValueScopeName}});Object.defineProperty(N,"varKinds",{enumerable:!0,get:function(){return yo.varKinds}});N.operators={GT:new Z._Code(">"),GTE:new Z._Code(">="),LT:new Z._Code("<"),LTE:new Z._Code("<="),EQ:new Z._Code("==="),NEQ:new Z._Code("!=="),NOT:new Z._Code("!"),OR:new Z._Code("||"),AND:new Z._Code("&&"),ADD:new Z._Code("+")};var ut=class{optimizeNodes(){return this}optimizeNames(t,r){return this}},Ti=class extends ut{constructor(t,r,n){super(),this.varKind=t,this.name=r,this.rhs=n}render({es5:t,_n:r}){let n=t?Ve.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(t,r){if(t[this.name.str])return this.rhs&&(this.rhs=rr(this.rhs,t,r)),this}get names(){return this.rhs instanceof Z._CodeOrName?this.rhs.names:{}}},ho=class extends ut{constructor(t,r,n){super(),this.lhs=t,this.rhs=r,this.sideEffects=n}render({_n:t}){return`${this.lhs} = ${this.rhs};`+t}optimizeNames(t,r){if(!(this.lhs instanceof Z.Name&&!t[this.lhs.str]&&!this.sideEffects))return this.rhs=rr(this.rhs,t,r),this}get names(){let t=this.lhs instanceof Z.Name?{}:{...this.lhs.names};return _o(t,this.rhs)}},Ei=class extends ho{constructor(t,r,n,o){super(t,n,o),this.op=r}render({_n:t}){return`${this.lhs} ${this.op}= ${this.rhs};`+t}},Ri=class extends ut{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`${this.label}:`+t}},Oi=class extends ut{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`break${this.label?` ${this.label}`:""};`+t}},Ii=class extends ut{constructor(t){super(),this.error=t}render({_n:t}){return`throw ${this.error};`+t}get names(){return this.error.names}},Ci=class extends ut{constructor(t){super(),this.code=t}render({_n:t}){return`${this.code};`+t}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(t,r){return this.code=rr(this.code,t,r),this}get names(){return this.code instanceof Z._CodeOrName?this.code.names:{}}},Xr=class extends ut{constructor(t=[]){super(),this.nodes=t}render(t){return this.nodes.reduce((r,n)=>r+n.render(t),"")}optimizeNodes(){let{nodes:t}=this,r=t.length;for(;r--;){let n=t[r].optimizeNodes();Array.isArray(n)?t.splice(r,1,...n):n?t[r]=n:t.splice(r,1)}return t.length>0?this:void 0}optimizeNames(t,r){let{nodes:n}=this,o=n.length;for(;o--;){let s=n[o];s.optimizeNames(t,r)||(Nw(t,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((t,r)=>Nt(t,r.names),{})}},lt=class extends Xr{render(t){return"{"+t._n+super.render(t)+"}"+t._n}},Ni=class extends Xr{},tr=class extends lt{};tr.kind="else";var It=class e extends lt{constructor(t,r){super(r),this.condition=t}render(t){let r=`if(${this.condition})`+super.render(t);return this.else&&(r+="else "+this.else.render(t)),r}optimizeNodes(){super.optimizeNodes();let t=this.condition;if(t===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new tr(n):n}if(r)return t===!1?r instanceof e?r:r.nodes:this.nodes.length?this:new e(kf(t),r instanceof e?[r]:r.nodes);if(!(t===!1||!this.nodes.length))return this}optimizeNames(t,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(t,r),!!(super.optimizeNames(t,r)||this.else))return this.condition=rr(this.condition,t,r),this}get names(){let t=super.names;return _o(t,this.condition),this.else&&Nt(t,this.else.names),t}};It.kind="if";var Ct=class extends lt{};Ct.kind="for";var Ai=class extends Ct{constructor(t){super(),this.iteration=t}render(t){return`for(${this.iteration})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iteration=rr(this.iteration,t,r),this}get names(){return Nt(super.names,this.iteration.names)}},ji=class extends Ct{constructor(t,r,n,o){super(),this.varKind=t,this.name=r,this.from=n,this.to=o}render(t){let r=t.es5?Ve.varKinds.var:this.varKind,{name:n,from:o,to:s}=this;return`for(${r} ${n}=${o}; ${n}<${s}; ${n}++)`+super.render(t)}get names(){let t=_o(super.names,this.from);return _o(t,this.to)}},go=class extends Ct{constructor(t,r,n,o){super(),this.loop=t,this.varKind=r,this.name=n,this.iterable=o}render(t){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iterable=rr(this.iterable,t,r),this}get names(){return Nt(super.names,this.iterable.names)}},en=class extends lt{constructor(t,r,n){super(),this.name=t,this.args=r,this.async=n}render(t){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(t)}};en.kind="func";var tn=class extends Xr{render(t){return"return "+super.render(t)}};tn.kind="return";var Zi=class extends lt{render(t){let r="try"+super.render(t);return this.catch&&(r+=this.catch.render(t)),this.finally&&(r+=this.finally.render(t)),r}optimizeNodes(){var t,r;return super.optimizeNodes(),(t=this.catch)===null||t===void 0||t.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(t,r){var n,o;return super.optimizeNames(t,r),(n=this.catch)===null||n===void 0||n.optimizeNames(t,r),(o=this.finally)===null||o===void 0||o.optimizeNames(t,r),this}get names(){let t=super.names;return this.catch&&Nt(t,this.catch.names),this.finally&&Nt(t,this.finally.names),t}},rn=class extends lt{constructor(t){super(),this.error=t}render(t){return`catch(${this.error})`+super.render(t)}};rn.kind="catch";var nn=class extends lt{render(t){return"finally"+super.render(t)}};nn.kind="finally";var Di=class{constructor(t,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
3
- `:""},this._extScope=t,this._scope=new Ve.Scope({parent:t}),this._nodes=[new Ni]}toString(){return this._root.render(this.opts)}name(t){return this._scope.name(t)}scopeName(t){return this._extScope.name(t)}scopeValue(t,r){let n=this._extScope.value(t,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(t,r){return this._extScope.getValue(t,r)}scopeRefs(t){return this._extScope.scopeRefs(t,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(t,r,n,o){let s=this._scope.toName(r);return n!==void 0&&o&&(this._constants[s.str]=n),this._leafNode(new Ti(t,s,n)),s}const(t,r,n){return this._def(Ve.varKinds.const,t,r,n)}let(t,r,n){return this._def(Ve.varKinds.let,t,r,n)}var(t,r,n){return this._def(Ve.varKinds.var,t,r,n)}assign(t,r,n){return this._leafNode(new ho(t,r,n))}add(t,r){return this._leafNode(new Ei(t,N.operators.ADD,r))}code(t){return typeof t=="function"?t():t!==Z.nil&&this._leafNode(new Ci(t)),this}object(...t){let r=["{"];for(let[n,o]of t)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,Z.addCodeArg)(r,o));return r.push("}"),new Z._Code(r)}if(t,r,n){if(this._blockNode(new It(t)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(t){return this._elseNode(new It(t))}else(){return this._elseNode(new tr)}endIf(){return this._endBlockNode(It,tr)}_for(t,r){return this._blockNode(t),r&&this.code(r).endFor(),this}for(t,r){return this._for(new Ai(t),r)}forRange(t,r,n,o,s=this.opts.es5?Ve.varKinds.var:Ve.varKinds.let){let i=this._scope.toName(t);return this._for(new ji(s,i,r,n),()=>o(i))}forOf(t,r,n,o=Ve.varKinds.const){let s=this._scope.toName(t);if(this.opts.es5){let i=r instanceof Z.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,Z._)`${i}.length`,a=>{this.var(s,(0,Z._)`${i}[${a}]`),n(s)})}return this._for(new go("of",o,s,r),()=>n(s))}forIn(t,r,n,o=this.opts.es5?Ve.varKinds.var:Ve.varKinds.const){if(this.opts.ownProperties)return this.forOf(t,(0,Z._)`Object.keys(${r})`,n);let s=this._scope.toName(t);return this._for(new go("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(Ct)}label(t){return this._leafNode(new Ri(t))}break(t){return this._leafNode(new Oi(t))}return(t){let r=new tn;if(this._blockNode(r),this.code(t),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(tn)}try(t,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new Zi;if(this._blockNode(o),this.code(t),r){let s=this.name("e");this._currNode=o.catch=new rn(s),r(s)}return n&&(this._currNode=o.finally=new nn,this.code(n)),this._endBlockNode(rn,nn)}throw(t){return this._leafNode(new Ii(t))}block(t,r){return this._blockStarts.push(this._nodes.length),t&&this.code(t).endBlock(r),this}endBlock(t){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||t!==void 0&&n!==t)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${t} expected`);return this._nodes.length=r,this}func(t,r=Z.nil,n,o){return this._blockNode(new en(t,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(en)}optimize(t=1){for(;t-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(t){return this._currNode.nodes.push(t),this}_blockNode(t){this._currNode.nodes.push(t),this._nodes.push(t)}_endBlockNode(t,r){let n=this._currNode;if(n instanceof t||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${t.kind}/${r.kind}`:t.kind}"`)}_elseNode(t){let r=this._currNode;if(!(r instanceof It))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=t,this}get _root(){return this._nodes[0]}get _currNode(){let t=this._nodes;return t[t.length-1]}set _currNode(t){let r=this._nodes;r[r.length-1]=t}};N.CodeGen=Di;function Nt(e,t){for(let r in t)e[r]=(e[r]||0)+(t[r]||0);return e}function _o(e,t){return t instanceof Z._CodeOrName?Nt(e,t.names):e}function rr(e,t,r){if(e instanceof Z.Name)return n(e);if(!o(e))return e;return new Z._Code(e._items.reduce((s,i)=>(i instanceof Z.Name&&(i=n(i)),i instanceof Z._Code?s.push(...i._items):s.push(i),s),[]));function n(s){let i=r[s.str];return i===void 0||t[s.str]!==1?s:(delete t[s.str],i)}function o(s){return s instanceof Z._Code&&s._items.some(i=>i instanceof Z.Name&&t[i.str]===1&&r[i.str]!==void 0)}}function Nw(e,t){for(let r in t)e[r]=(e[r]||0)-(t[r]||0)}function kf(e){return typeof e=="boolean"||typeof e=="number"||e===null?!e:(0,Z._)`!${Mi(e)}`}N.not=kf;var Aw=Sf(N.operators.AND);function jw(...e){return e.reduce(Aw)}N.and=jw;var Zw=Sf(N.operators.OR);function Dw(...e){return e.reduce(Zw)}N.or=Dw;function Sf(e){return(t,r)=>t===Z.nil?r:r===Z.nil?t:(0,Z._)`${Mi(t)} ${e} ${Mi(r)}`}function Mi(e){return e instanceof Z.Name?e:(0,Z._)`(${e})`}});var D=z(A=>{"use strict";Object.defineProperty(A,"__esModule",{value:!0});A.checkStrictMode=A.getErrorPath=A.Type=A.useFunc=A.setEvaluated=A.evaluatedPropsToName=A.mergeEvaluated=A.eachItem=A.unescapeJsonPointer=A.escapeJsonPointer=A.escapeFragment=A.unescapeFragment=A.schemaRefOrVal=A.schemaHasRulesButRef=A.schemaHasRules=A.checkUnknownRules=A.alwaysValidSchema=A.toHash=void 0;var K=C(),Mw=Qr();function qw(e){let t={};for(let r of e)t[r]=!0;return t}A.toHash=qw;function Uw(e,t){return typeof t=="boolean"?t:Object.keys(t).length===0?!0:(Ef(e,t),!Rf(t,e.self.RULES.all))}A.alwaysValidSchema=Uw;function Ef(e,t=e.schema){let{opts:r,self:n}=e;if(!r.strictSchema||typeof t=="boolean")return;let o=n.RULES.keywords;for(let s in t)o[s]||Cf(e,`unknown keyword: "${s}"`)}A.checkUnknownRules=Ef;function Rf(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(t[r])return!0;return!1}A.schemaHasRules=Rf;function Lw(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(r!=="$ref"&&t.all[r])return!0;return!1}A.schemaHasRulesButRef=Lw;function Fw({topSchemaRef:e,schemaPath:t},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,K._)`${r}`}return(0,K._)`${e}${t}${(0,K.getProperty)(n)}`}A.schemaRefOrVal=Fw;function Vw(e){return Of(decodeURIComponent(e))}A.unescapeFragment=Vw;function Hw(e){return encodeURIComponent(Ui(e))}A.escapeFragment=Hw;function Ui(e){return typeof e=="number"?`${e}`:e.replace(/~/g,"~0").replace(/\//g,"~1")}A.escapeJsonPointer=Ui;function Of(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}A.unescapeJsonPointer=Of;function Jw(e,t){if(Array.isArray(e))for(let r of e)t(r);else t(e)}A.eachItem=Jw;function Pf({mergeNames:e,mergeToName:t,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof K.Name?(s instanceof K.Name?e(o,s,i):t(o,s,i),i):s instanceof K.Name?(t(o,i,s),s):r(s,i);return a===K.Name&&!(c instanceof K.Name)?n(o,c):c}}A.mergeEvaluated={props:Pf({mergeNames:(e,t,r)=>e.if((0,K._)`${r} !== true && ${t} !== undefined`,()=>{e.if((0,K._)`${t} === true`,()=>e.assign(r,!0),()=>e.assign(r,(0,K._)`${r} || {}`).code((0,K._)`Object.assign(${r}, ${t})`))}),mergeToName:(e,t,r)=>e.if((0,K._)`${r} !== true`,()=>{t===!0?e.assign(r,!0):(e.assign(r,(0,K._)`${r} || {}`),Li(e,r,t))}),mergeValues:(e,t)=>e===!0?!0:{...e,...t},resultToName:If}),items:Pf({mergeNames:(e,t,r)=>e.if((0,K._)`${r} !== true && ${t} !== undefined`,()=>e.assign(r,(0,K._)`${t} === true ? true : ${r} > ${t} ? ${r} : ${t}`)),mergeToName:(e,t,r)=>e.if((0,K._)`${r} !== true`,()=>e.assign(r,t===!0?!0:(0,K._)`${r} > ${t} ? ${r} : ${t}`)),mergeValues:(e,t)=>e===!0?!0:Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})};function If(e,t){if(t===!0)return e.var("props",!0);let r=e.var("props",(0,K._)`{}`);return t!==void 0&&Li(e,r,t),r}A.evaluatedPropsToName=If;function Li(e,t,r){Object.keys(r).forEach(n=>e.assign((0,K._)`${t}${(0,K.getProperty)(n)}`,!0))}A.setEvaluated=Li;var Tf={};function Kw(e,t){return e.scopeValue("func",{ref:t,code:Tf[t.code]||(Tf[t.code]=new Mw._Code(t.code))})}A.useFunc=Kw;var qi;(function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"})(qi||(A.Type=qi={}));function Gw(e,t,r){if(e instanceof K.Name){let n=t===qi.Num;return r?n?(0,K._)`"[" + ${e} + "]"`:(0,K._)`"['" + ${e} + "']"`:n?(0,K._)`"/" + ${e}`:(0,K._)`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,K.getProperty)(e).toString():"/"+Ui(e)}A.getErrorPath=Gw;function Cf(e,t,r=e.opts.strictSchema){if(r){if(t=`strict mode: ${t}`,r===!0)throw new Error(t);e.self.logger.warn(t)}}A.checkStrictMode=Cf});var dt=z(Fi=>{"use strict";Object.defineProperty(Fi,"__esModule",{value:!0});var he=C(),Bw={data:new he.Name("data"),valCxt:new he.Name("valCxt"),instancePath:new he.Name("instancePath"),parentData:new he.Name("parentData"),parentDataProperty:new he.Name("parentDataProperty"),rootData:new he.Name("rootData"),dynamicAnchors:new he.Name("dynamicAnchors"),vErrors:new he.Name("vErrors"),errors:new he.Name("errors"),this:new he.Name("this"),self:new he.Name("self"),scope:new he.Name("scope"),json:new he.Name("json"),jsonPos:new he.Name("jsonPos"),jsonLen:new he.Name("jsonLen"),jsonPart:new he.Name("jsonPart")};Fi.default=Bw});var on=z(ge=>{"use strict";Object.defineProperty(ge,"__esModule",{value:!0});ge.extendErrors=ge.resetErrorsCount=ge.reportExtraError=ge.reportError=ge.keyword$DataError=ge.keywordError=void 0;var M=C(),vo=D(),ve=dt();ge.keywordError={message:({keyword:e})=>(0,M.str)`must pass "${e}" keyword validation`};ge.keyword$DataError={message:({keyword:e,schemaType:t})=>t?(0,M.str)`"${e}" keyword must be ${t} ($data)`:(0,M.str)`"${e}" keyword is invalid ($data)`};function Ww(e,t=ge.keywordError,r,n){let{it:o}=e,{gen:s,compositeRule:i,allErrors:a}=o,c=jf(e,t,r);n??(i||a)?Nf(s,c):Af(o,(0,M._)`[${c}]`)}ge.reportError=Ww;function Yw(e,t=ge.keywordError,r){let{it:n}=e,{gen:o,compositeRule:s,allErrors:i}=n,a=jf(e,t,r);Nf(o,a),s||i||Af(n,ve.default.vErrors)}ge.reportExtraError=Yw;function Qw(e,t){e.assign(ve.default.errors,t),e.if((0,M._)`${ve.default.vErrors} !== null`,()=>e.if(t,()=>e.assign((0,M._)`${ve.default.vErrors}.length`,t),()=>e.assign(ve.default.vErrors,null)))}ge.resetErrorsCount=Qw;function Xw({gen:e,keyword:t,schemaValue:r,data:n,errsCount:o,it:s}){if(o===void 0)throw new Error("ajv implementation error");let i=e.name("err");e.forRange("i",o,ve.default.errors,a=>{e.const(i,(0,M._)`${ve.default.vErrors}[${a}]`),e.if((0,M._)`${i}.instancePath === undefined`,()=>e.assign((0,M._)`${i}.instancePath`,(0,M.strConcat)(ve.default.instancePath,s.errorPath))),e.assign((0,M._)`${i}.schemaPath`,(0,M.str)`${s.errSchemaPath}/${t}`),s.opts.verbose&&(e.assign((0,M._)`${i}.schema`,r),e.assign((0,M._)`${i}.data`,n))})}ge.extendErrors=Xw;function Nf(e,t){let r=e.const("err",t);e.if((0,M._)`${ve.default.vErrors} === null`,()=>e.assign(ve.default.vErrors,(0,M._)`[${r}]`),(0,M._)`${ve.default.vErrors}.push(${r})`),e.code((0,M._)`${ve.default.errors}++`)}function Af(e,t){let{gen:r,validateName:n,schemaEnv:o}=e;o.$async?r.throw((0,M._)`new ${e.ValidationError}(${t})`):(r.assign((0,M._)`${n}.errors`,t),r.return(!1))}var At={keyword:new M.Name("keyword"),schemaPath:new M.Name("schemaPath"),params:new M.Name("params"),propertyName:new M.Name("propertyName"),message:new M.Name("message"),schema:new M.Name("schema"),parentSchema:new M.Name("parentSchema")};function jf(e,t,r){let{createErrors:n}=e.it;return n===!1?(0,M._)`{}`:e$(e,t,r)}function e$(e,t,r={}){let{gen:n,it:o}=e,s=[t$(o,r),r$(e,r)];return n$(e,t,s),n.object(...s)}function t$({errorPath:e},{instancePath:t}){let r=t?(0,M.str)`${e}${(0,vo.getErrorPath)(t,vo.Type.Str)}`:e;return[ve.default.instancePath,(0,M.strConcat)(ve.default.instancePath,r)]}function r$({keyword:e,it:{errSchemaPath:t}},{schemaPath:r,parentSchema:n}){let o=n?t:(0,M.str)`${t}/${e}`;return r&&(o=(0,M.str)`${o}${(0,vo.getErrorPath)(r,vo.Type.Str)}`),[At.schemaPath,o]}function n$(e,{params:t,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=e,{opts:c,propertyName:u,topSchemaRef:l,schemaPath:p}=a;n.push([At.keyword,o],[At.params,typeof t=="function"?t(e):t||(0,M._)`{}`]),c.messages&&n.push([At.message,typeof r=="function"?r(e):r]),c.verbose&&n.push([At.schema,i],[At.parentSchema,(0,M._)`${l}${p}`],[ve.default.data,s]),u&&n.push([At.propertyName,u])}});var Df=z(nr=>{"use strict";Object.defineProperty(nr,"__esModule",{value:!0});nr.boolOrEmptySchema=nr.topBoolOrEmptySchema=void 0;var o$=on(),s$=C(),i$=dt(),a$={message:"boolean schema is false"};function c$(e){let{gen:t,schema:r,validateName:n}=e;r===!1?Zf(e,!1):typeof r=="object"&&r.$async===!0?t.return(i$.default.data):(t.assign((0,s$._)`${n}.errors`,null),t.return(!0))}nr.topBoolOrEmptySchema=c$;function u$(e,t){let{gen:r,schema:n}=e;n===!1?(r.var(t,!1),Zf(e)):r.var(t,!0)}nr.boolOrEmptySchema=u$;function Zf(e,t){let{gen:r,data:n}=e,o={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,o$.reportError)(o,a$,void 0,t)}});var Vi=z(or=>{"use strict";Object.defineProperty(or,"__esModule",{value:!0});or.getRules=or.isJSONType=void 0;var l$=["string","number","integer","boolean","null","object","array"],d$=new Set(l$);function p$(e){return typeof e=="string"&&d$.has(e)}or.isJSONType=p$;function f$(){let e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}or.getRules=f$});var Hi=z($t=>{"use strict";Object.defineProperty($t,"__esModule",{value:!0});$t.shouldUseRule=$t.shouldUseGroup=$t.schemaHasRulesForType=void 0;function m$({schema:e,self:t},r){let n=t.RULES.types[r];return n&&n!==!0&&Mf(e,n)}$t.schemaHasRulesForType=m$;function Mf(e,t){return t.rules.some(r=>qf(e,r))}$t.shouldUseGroup=Mf;function qf(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some(n=>e[n]!==void 0))}$t.shouldUseRule=qf});var sn=z(_e=>{"use strict";Object.defineProperty(_e,"__esModule",{value:!0});_e.reportTypeError=_e.checkDataTypes=_e.checkDataType=_e.coerceAndCheckDataType=_e.getJSONTypes=_e.getSchemaTypes=_e.DataType=void 0;var h$=Vi(),g$=Hi(),_$=on(),I=C(),Uf=D(),sr;(function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"})(sr||(_e.DataType=sr={}));function y$(e){let t=Lf(e.type);if(t.includes("null")){if(e.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!t.length&&e.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');e.nullable===!0&&t.push("null")}return t}_e.getSchemaTypes=y$;function Lf(e){let t=Array.isArray(e)?e:e?[e]:[];if(t.every(h$.isJSONType))return t;throw new Error("type must be JSONType or JSONType[]: "+t.join(","))}_e.getJSONTypes=Lf;function v$(e,t){let{gen:r,data:n,opts:o}=e,s=w$(t,o.coerceTypes),i=t.length>0&&!(s.length===0&&t.length===1&&(0,g$.schemaHasRulesForType)(e,t[0]));if(i){let a=Ki(t,n,o.strictNumbers,sr.Wrong);r.if(a,()=>{s.length?$$(e,t,s):Gi(e)})}return i}_e.coerceAndCheckDataType=v$;var Ff=new Set(["string","number","integer","boolean","null"]);function w$(e,t){return t?e.filter(r=>Ff.has(r)||t==="array"&&r==="array"):[]}function $$(e,t,r){let{gen:n,data:o,opts:s}=e,i=n.let("dataType",(0,I._)`typeof ${o}`),a=n.let("coerced",(0,I._)`undefined`);s.coerceTypes==="array"&&n.if((0,I._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,I._)`${o}[0]`).assign(i,(0,I._)`typeof ${o}`).if(Ki(t,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,I._)`${a} !== undefined`);for(let u of r)(Ff.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),Gi(e),n.endIf(),n.if((0,I._)`${a} !== undefined`,()=>{n.assign(o,a),b$(e,a)});function c(u){switch(u){case"string":n.elseIf((0,I._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,I._)`"" + ${o}`).elseIf((0,I._)`${o} === null`).assign(a,(0,I._)`""`);return;case"number":n.elseIf((0,I._)`${i} == "boolean" || ${o} === null
4
- || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,I._)`+${o}`);return;case"integer":n.elseIf((0,I._)`${i} === "boolean" || ${o} === null
5
- || (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,I._)`+${o}`);return;case"boolean":n.elseIf((0,I._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,I._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,I._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,I._)`${i} === "string" || ${i} === "number"
6
- || ${i} === "boolean" || ${o} === null`).assign(a,(0,I._)`[${o}]`)}}}function b$({gen:e,parentData:t,parentDataProperty:r},n){e.if((0,I._)`${t} !== undefined`,()=>e.assign((0,I._)`${t}[${r}]`,n))}function Ji(e,t,r,n=sr.Correct){let o=n===sr.Correct?I.operators.EQ:I.operators.NEQ,s;switch(e){case"null":return(0,I._)`${t} ${o} null`;case"array":s=(0,I._)`Array.isArray(${t})`;break;case"object":s=(0,I._)`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":s=i((0,I._)`!(${t} % 1) && !isNaN(${t})`);break;case"number":s=i();break;default:return(0,I._)`typeof ${t} ${o} ${e}`}return n===sr.Correct?s:(0,I.not)(s);function i(a=I.nil){return(0,I.and)((0,I._)`typeof ${t} == "number"`,a,r?(0,I._)`isFinite(${t})`:I.nil)}}_e.checkDataType=Ji;function Ki(e,t,r,n){if(e.length===1)return Ji(e[0],t,r,n);let o,s=(0,Uf.toHash)(e);if(s.array&&s.object){let i=(0,I._)`typeof ${t} != "object"`;o=s.null?i:(0,I._)`!${t} || ${i}`,delete s.null,delete s.array,delete s.object}else o=I.nil;s.number&&delete s.integer;for(let i in s)o=(0,I.and)(o,Ji(i,t,r,n));return o}_e.checkDataTypes=Ki;var z$={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>typeof e=="string"?(0,I._)`{type: ${e}}`:(0,I._)`{type: ${t}}`};function Gi(e){let t=x$(e);(0,_$.reportError)(t,z$)}_e.reportTypeError=Gi;function x$(e){let{gen:t,data:r,schema:n}=e,o=(0,Uf.schemaRefOrVal)(e,n,"type");return{gen:t,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:e}}});var Hf=z(wo=>{"use strict";Object.defineProperty(wo,"__esModule",{value:!0});wo.assignDefaults=void 0;var ir=C(),k$=D();function S$(e,t){let{properties:r,items:n}=e.schema;if(t==="object"&&r)for(let o in r)Vf(e,o,r[o].default);else t==="array"&&Array.isArray(n)&&n.forEach((o,s)=>Vf(e,s,o.default))}wo.assignDefaults=S$;function Vf(e,t,r){let{gen:n,compositeRule:o,data:s,opts:i}=e;if(r===void 0)return;let a=(0,ir._)`${s}${(0,ir.getProperty)(t)}`;if(o){(0,k$.checkStrictMode)(e,`default is ignored for: ${a}`);return}let c=(0,ir._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,ir._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,ir._)`${a} = ${(0,ir.stringify)(r)}`)}});var De=z(V=>{"use strict";Object.defineProperty(V,"__esModule",{value:!0});V.validateUnion=V.validateArray=V.usePattern=V.callValidateCode=V.schemaProperties=V.allSchemaProperties=V.noPropertyInData=V.propertyInData=V.isOwnProperty=V.hasPropFunc=V.reportMissingProp=V.checkMissingProp=V.checkReportMissingProp=void 0;var W=C(),Bi=D(),bt=dt(),P$=D();function T$(e,t){let{gen:r,data:n,it:o}=e;r.if(Yi(r,n,t,o.opts.ownProperties),()=>{e.setParams({missingProperty:(0,W._)`${t}`},!0),e.error()})}V.checkReportMissingProp=T$;function E$({gen:e,data:t,it:{opts:r}},n,o){return(0,W.or)(...n.map(s=>(0,W.and)(Yi(e,t,s,r.ownProperties),(0,W._)`${o} = ${s}`)))}V.checkMissingProp=E$;function R$(e,t){e.setParams({missingProperty:t},!0),e.error()}V.reportMissingProp=R$;function Jf(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,W._)`Object.prototype.hasOwnProperty`})}V.hasPropFunc=Jf;function Wi(e,t,r){return(0,W._)`${Jf(e)}.call(${t}, ${r})`}V.isOwnProperty=Wi;function O$(e,t,r,n){let o=(0,W._)`${t}${(0,W.getProperty)(r)} !== undefined`;return n?(0,W._)`${o} && ${Wi(e,t,r)}`:o}V.propertyInData=O$;function Yi(e,t,r,n){let o=(0,W._)`${t}${(0,W.getProperty)(r)} === undefined`;return n?(0,W.or)(o,(0,W.not)(Wi(e,t,r))):o}V.noPropertyInData=Yi;function Kf(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}V.allSchemaProperties=Kf;function I$(e,t){return Kf(t).filter(r=>!(0,Bi.alwaysValidSchema)(e,t[r]))}V.schemaProperties=I$;function C$({schemaCode:e,data:t,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let l=u?(0,W._)`${e}, ${t}, ${n}${o}`:t,p=[[bt.default.instancePath,(0,W.strConcat)(bt.default.instancePath,s)],[bt.default.parentData,i.parentData],[bt.default.parentDataProperty,i.parentDataProperty],[bt.default.rootData,bt.default.rootData]];i.opts.dynamicRef&&p.push([bt.default.dynamicAnchors,bt.default.dynamicAnchors]);let m=(0,W._)`${l}, ${r.object(...p)}`;return c!==W.nil?(0,W._)`${a}.call(${c}, ${m})`:(0,W._)`${a}(${m})`}V.callValidateCode=C$;var N$=(0,W._)`new RegExp`;function A$({gen:e,it:{opts:t}},r){let n=t.unicodeRegExp?"u":"",{regExp:o}=t.code,s=o(r,n);return e.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,W._)`${o.code==="new RegExp"?N$:(0,P$.useFunc)(e,o)}(${r}, ${n})`})}V.usePattern=A$;function j$(e){let{gen:t,data:r,keyword:n,it:o}=e,s=t.name("valid");if(o.allErrors){let a=t.let("valid",!0);return i(()=>t.assign(a,!1)),a}return t.var(s,!0),i(()=>t.break()),s;function i(a){let c=t.const("len",(0,W._)`${r}.length`);t.forRange("i",0,c,u=>{e.subschema({keyword:n,dataProp:u,dataPropType:Bi.Type.Num},s),t.if((0,W.not)(s),a)})}}V.validateArray=j$;function Z$(e){let{gen:t,schema:r,keyword:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,Bi.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let i=t.let("valid",!1),a=t.name("_valid");t.block(()=>r.forEach((c,u)=>{let l=e.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);t.assign(i,(0,W._)`${i} || ${a}`),e.mergeValidEvaluated(l,a)||t.if((0,W.not)(i))})),e.result(i,()=>e.reset(),()=>e.error(!0))}V.validateUnion=Z$});var Wf=z(We=>{"use strict";Object.defineProperty(We,"__esModule",{value:!0});We.validateKeywordUsage=We.validSchemaType=We.funcKeywordCode=We.macroKeywordCode=void 0;var we=C(),jt=dt(),D$=De(),M$=on();function q$(e,t){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=e,a=t.macro.call(i.self,o,s,i),c=Bf(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");e.subschema({schema:a,schemaPath:we.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),e.pass(u,()=>e.error(!0))}We.macroKeywordCode=q$;function U$(e,t){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=e;F$(c,t);let u=!a&&t.compile?t.compile.call(c.self,s,i,c):t.validate,l=Bf(n,o,u),p=n.let("valid");e.block$data(p,m),e.ok((r=t.valid)!==null&&r!==void 0?r:p);function m(){if(t.errors===!1)_(),t.modifying&&Gf(e),y(()=>e.error());else{let v=t.async?f():g();t.modifying&&Gf(e),y(()=>L$(e,v))}}function f(){let v=n.let("ruleErrs",null);return n.try(()=>_((0,we._)`await `),O=>n.assign(p,!1).if((0,we._)`${O} instanceof ${c.ValidationError}`,()=>n.assign(v,(0,we._)`${O}.errors`),()=>n.throw(O))),v}function g(){let v=(0,we._)`${l}.errors`;return n.assign(v,null),_(we.nil),v}function _(v=t.async?(0,we._)`await `:we.nil){let O=c.opts.passContext?jt.default.this:jt.default.self,x=!("compile"in t&&!a||t.schema===!1);n.assign(p,(0,we._)`${v}${(0,D$.callValidateCode)(e,l,O,x)}`,t.modifying)}function y(v){var O;n.if((0,we.not)((O=t.valid)!==null&&O!==void 0?O:p),v)}}We.funcKeywordCode=U$;function Gf(e){let{gen:t,data:r,it:n}=e;t.if(n.parentData,()=>t.assign(r,(0,we._)`${n.parentData}[${n.parentDataProperty}]`))}function L$(e,t){let{gen:r}=e;r.if((0,we._)`Array.isArray(${t})`,()=>{r.assign(jt.default.vErrors,(0,we._)`${jt.default.vErrors} === null ? ${t} : ${jt.default.vErrors}.concat(${t})`).assign(jt.default.errors,(0,we._)`${jt.default.vErrors}.length`),(0,M$.extendErrors)(e)},()=>e.error())}function F$({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function Bf(e,t,r){if(r===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,we.stringify)(r)})}function V$(e,t,r=!1){return!t.length||t.some(n=>n==="array"?Array.isArray(e):n==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==n||r&&typeof e>"u")}We.validSchemaType=V$;function H$({schema:e,opts:t,self:r,errSchemaPath:n},o,s){if(Array.isArray(o.keyword)?!o.keyword.includes(s):o.keyword!==s)throw new Error("ajv implementation error");let i=o.dependencies;if(i?.some(a=>!Object.prototype.hasOwnProperty.call(e,a)))throw new Error(`parent schema must have dependencies of ${s}: ${i.join(",")}`);if(o.validateSchema&&!o.validateSchema(e[s])){let c=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}We.validateKeywordUsage=H$});var Qf=z(zt=>{"use strict";Object.defineProperty(zt,"__esModule",{value:!0});zt.extendSubschemaMode=zt.extendSubschemaData=zt.getSubschema=void 0;var Ye=C(),Yf=D();function J$(e,{keyword:t,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(t!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){let a=e.schema[t];return r===void 0?{schema:a,schemaPath:(0,Ye._)`${e.schemaPath}${(0,Ye.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:a[r],schemaPath:(0,Ye._)`${e.schemaPath}${(0,Ye.getProperty)(t)}${(0,Ye.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,Yf.escapeFragment)(r)}`}}if(n!==void 0){if(o===void 0||s===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:o,topSchemaRef:i,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}zt.getSubschema=J$;function K$(e,t,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=t;if(r!==void 0){let{errorPath:u,dataPathArr:l,opts:p}=t,m=a.let("data",(0,Ye._)`${t.data}${(0,Ye.getProperty)(r)}`,!0);c(m),e.errorPath=(0,Ye.str)`${u}${(0,Yf.getErrorPath)(r,n,p.jsPropertySyntax)}`,e.parentDataProperty=(0,Ye._)`${r}`,e.dataPathArr=[...l,e.parentDataProperty]}if(o!==void 0){let u=o instanceof Ye.Name?o:a.let("data",o,!0);c(u),i!==void 0&&(e.propertyName=i)}s&&(e.dataTypes=s);function c(u){e.data=u,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,u]}}zt.extendSubschemaData=K$;function G$(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:s}){n!==void 0&&(e.compositeRule=n),o!==void 0&&(e.createErrors=o),s!==void 0&&(e.allErrors=s),e.jtdDiscriminator=t,e.jtdMetadata=r}zt.extendSubschemaMode=G$});var Qi=z((uI,Xf)=>{"use strict";Xf.exports=function e(t,r){if(t===r)return!0;if(t&&r&&typeof t=="object"&&typeof r=="object"){if(t.constructor!==r.constructor)return!1;var n,o,s;if(Array.isArray(t)){if(n=t.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!e(t[o],r[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if(s=Object.keys(t),n=s.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[o]))return!1;for(o=n;o--!==0;){var i=s[o];if(!e(t[i],r[i]))return!1}return!0}return t!==t&&r!==r}});var tm=z((lI,em)=>{"use strict";var xt=em.exports=function(e,t,r){typeof t=="function"&&(r=t,t={}),r=t.cb||r;var n=typeof r=="function"?r:r.pre||function(){},o=r.post||function(){};$o(t,n,o,e,"",e)};xt.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};xt.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};xt.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};xt.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 $o(e,t,r,n,o,s,i,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){t(n,o,s,i,a,c,u);for(var l in n){var p=n[l];if(Array.isArray(p)){if(l in xt.arrayKeywords)for(var m=0;m<p.length;m++)$o(e,t,r,p[m],o+"/"+l+"/"+m,s,o,l,n,m)}else if(l in xt.propsKeywords){if(p&&typeof p=="object")for(var f in p)$o(e,t,r,p[f],o+"/"+l+"/"+B$(f),s,o,l,n,f)}else(l in xt.keywords||e.allKeys&&!(l in xt.skipKeywords))&&$o(e,t,r,p,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,c,u)}}function B$(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}});var an=z(ke=>{"use strict";Object.defineProperty(ke,"__esModule",{value:!0});ke.getSchemaRefs=ke.resolveUrl=ke.normalizeId=ke._getFullPath=ke.getFullPath=ke.inlineRef=void 0;var W$=D(),Y$=Qi(),Q$=tm(),X$=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function eb(e,t=!0){return typeof e=="boolean"?!0:t===!0?!Xi(e):t?rm(e)<=t:!1}ke.inlineRef=eb;var tb=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Xi(e){for(let t in e){if(tb.has(t))return!0;let r=e[t];if(Array.isArray(r)&&r.some(Xi)||typeof r=="object"&&Xi(r))return!0}return!1}function rm(e){let t=0;for(let r in e){if(r==="$ref")return 1/0;if(t++,!X$.has(r)&&(typeof e[r]=="object"&&(0,W$.eachItem)(e[r],n=>t+=rm(n)),t===1/0))return 1/0}return t}function nm(e,t="",r){r!==!1&&(t=ar(t));let n=e.parse(t);return om(e,n)}ke.getFullPath=nm;function om(e,t){return e.serialize(t).split("#")[0]+"#"}ke._getFullPath=om;var rb=/#\/?$/;function ar(e){return e?e.replace(rb,""):""}ke.normalizeId=ar;function nb(e,t,r){return r=ar(r),e.resolve(t,r)}ke.resolveUrl=nb;var ob=/^[a-z_][-a-z0-9._]*$/i;function sb(e,t){if(typeof e=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=ar(e[r]||t),s={"":o},i=nm(n,o,!1),a={},c=new Set;return Q$(e,{allKeys:!0},(p,m,f,g)=>{if(g===void 0)return;let _=i+m,y=s[g];typeof p[r]=="string"&&(y=v.call(this,p[r])),O.call(this,p.$anchor),O.call(this,p.$dynamicAnchor),s[m]=y;function v(x){let E=this.opts.uriResolver.resolve;if(x=ar(y?E(y,x):x),c.has(x))throw l(x);c.add(x);let k=this.refs[x];return typeof k=="string"&&(k=this.refs[k]),typeof k=="object"?u(p,k.schema,x):x!==ar(_)&&(x[0]==="#"?(u(p,a[x],x),a[x]=p):this.refs[x]=_),x}function O(x){if(typeof x=="string"){if(!ob.test(x))throw new Error(`invalid anchor "${x}"`);v.call(this,`#${x}`)}}}),a;function u(p,m,f){if(m!==void 0&&!Y$(p,m))throw l(f)}function l(p){return new Error(`reference "${p}" resolves to more than one schema`)}}ke.getSchemaRefs=sb});var ln=z(kt=>{"use strict";Object.defineProperty(kt,"__esModule",{value:!0});kt.getData=kt.KeywordCxt=kt.validateFunctionCode=void 0;var um=Df(),sm=sn(),ta=Hi(),bo=sn(),ib=Hf(),un=Wf(),ea=Qf(),P=C(),R=dt(),ab=an(),pt=D(),cn=on();function cb(e){if(pm(e)&&(fm(e),dm(e))){db(e);return}lm(e,()=>(0,um.topBoolOrEmptySchema)(e))}kt.validateFunctionCode=cb;function lm({gen:e,validateName:t,schema:r,schemaEnv:n,opts:o},s){o.code.es5?e.func(t,(0,P._)`${R.default.data}, ${R.default.valCxt}`,n.$async,()=>{e.code((0,P._)`"use strict"; ${im(r,o)}`),lb(e,o),e.code(s)}):e.func(t,(0,P._)`${R.default.data}, ${ub(o)}`,n.$async,()=>e.code(im(r,o)).code(s))}function ub(e){return(0,P._)`{${R.default.instancePath}="", ${R.default.parentData}, ${R.default.parentDataProperty}, ${R.default.rootData}=${R.default.data}${e.dynamicRef?(0,P._)`, ${R.default.dynamicAnchors}={}`:P.nil}}={}`}function lb(e,t){e.if(R.default.valCxt,()=>{e.var(R.default.instancePath,(0,P._)`${R.default.valCxt}.${R.default.instancePath}`),e.var(R.default.parentData,(0,P._)`${R.default.valCxt}.${R.default.parentData}`),e.var(R.default.parentDataProperty,(0,P._)`${R.default.valCxt}.${R.default.parentDataProperty}`),e.var(R.default.rootData,(0,P._)`${R.default.valCxt}.${R.default.rootData}`),t.dynamicRef&&e.var(R.default.dynamicAnchors,(0,P._)`${R.default.valCxt}.${R.default.dynamicAnchors}`)},()=>{e.var(R.default.instancePath,(0,P._)`""`),e.var(R.default.parentData,(0,P._)`undefined`),e.var(R.default.parentDataProperty,(0,P._)`undefined`),e.var(R.default.rootData,R.default.data),t.dynamicRef&&e.var(R.default.dynamicAnchors,(0,P._)`{}`)})}function db(e){let{schema:t,opts:r,gen:n}=e;lm(e,()=>{r.$comment&&t.$comment&&hm(e),gb(e),n.let(R.default.vErrors,null),n.let(R.default.errors,0),r.unevaluated&&pb(e),mm(e),vb(e)})}function pb(e){let{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",(0,P._)`${r}.evaluated`),t.if((0,P._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,P._)`${e.evaluated}.props`,(0,P._)`undefined`)),t.if((0,P._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,P._)`${e.evaluated}.items`,(0,P._)`undefined`))}function im(e,t){let r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?(0,P._)`/*# sourceURL=${r} */`:P.nil}function fb(e,t){if(pm(e)&&(fm(e),dm(e))){mb(e,t);return}(0,um.boolOrEmptySchema)(e,t)}function dm({schema:e,self:t}){if(typeof e=="boolean")return!e;for(let r in e)if(t.RULES.all[r])return!0;return!1}function pm(e){return typeof e.schema!="boolean"}function mb(e,t){let{schema:r,gen:n,opts:o}=e;o.$comment&&r.$comment&&hm(e),_b(e),yb(e);let s=n.const("_errs",R.default.errors);mm(e,s),n.var(t,(0,P._)`${s} === ${R.default.errors}`)}function fm(e){(0,pt.checkUnknownRules)(e),hb(e)}function mm(e,t){if(e.opts.jtd)return am(e,[],!1,t);let r=(0,sm.getSchemaTypes)(e.schema),n=(0,sm.coerceAndCheckDataType)(e,r);am(e,r,!n,t)}function hb(e){let{schema:t,errSchemaPath:r,opts:n,self:o}=e;t.$ref&&n.ignoreKeywordsWithRef&&(0,pt.schemaHasRulesButRef)(t,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function gb(e){let{schema:t,opts:r}=e;t.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,pt.checkStrictMode)(e,"default is ignored in the schema root")}function _b(e){let t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,ab.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function yb(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function hm({gen:e,schemaEnv:t,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)e.code((0,P._)`${R.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,P.str)`${n}/$comment`,a=e.scopeValue("root",{ref:t.root});e.code((0,P._)`${R.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function vb(e){let{gen:t,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=e;r.$async?t.if((0,P._)`${R.default.errors} === 0`,()=>t.return(R.default.data),()=>t.throw((0,P._)`new ${o}(${R.default.vErrors})`)):(t.assign((0,P._)`${n}.errors`,R.default.vErrors),s.unevaluated&&wb(e),t.return((0,P._)`${R.default.errors} === 0`))}function wb({gen:e,evaluated:t,props:r,items:n}){r instanceof P.Name&&e.assign((0,P._)`${t}.props`,r),n instanceof P.Name&&e.assign((0,P._)`${t}.items`,n)}function am(e,t,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=e,{RULES:l}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,pt.schemaHasRulesButRef)(s,l))){o.block(()=>_m(e,"$ref",l.all.$ref.definition));return}c.jtd||$b(e,t),o.block(()=>{for(let m of l.rules)p(m);p(l.post)});function p(m){(0,ta.shouldUseGroup)(s,m)&&(m.type?(o.if((0,bo.checkDataType)(m.type,i,c.strictNumbers)),cm(e,m),t.length===1&&t[0]===m.type&&r&&(o.else(),(0,bo.reportTypeError)(e)),o.endIf()):cm(e,m),a||o.if((0,P._)`${R.default.errors} === ${n||0}`))}}function cm(e,t){let{gen:r,schema:n,opts:{useDefaults:o}}=e;o&&(0,ib.assignDefaults)(e,t.type),r.block(()=>{for(let s of t.rules)(0,ta.shouldUseRule)(n,s)&&_m(e,s.keyword,s.definition,t.type)})}function $b(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(bb(e,t),e.opts.allowUnionTypes||zb(e,t),xb(e,e.dataTypes))}function bb(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(r=>{gm(e.dataTypes,r)||ra(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),Sb(e,t)}}function zb(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&ra(e,"use allowUnionTypes to allow union type keyword")}function xb(e,t){let r=e.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,ta.shouldUseRule)(e.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>kb(t,i))&&ra(e,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function kb(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function gm(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function Sb(e,t){let r=[];for(let n of e.dataTypes)gm(t,n)?r.push(n):t.includes("integer")&&n==="number"&&r.push("integer");e.dataTypes=r}function ra(e,t){let r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,pt.checkStrictMode)(e,t,e.opts.strictTypes)}var zo=class{constructor(t,r,n){if((0,un.validateKeywordUsage)(t,r,n),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=n,this.data=t.data,this.schema=t.schema[n],this.$data=r.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,pt.schemaRefOrVal)(t,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=r,this.$data)this.schemaCode=t.gen.const("vSchema",ym(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,un.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=t.gen.const("_errs",R.default.errors))}result(t,r,n){this.failResult((0,P.not)(t),r,n)}failResult(t,r,n){this.gen.if(t),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,r){this.failResult((0,P.not)(t),void 0,r)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);let{schemaCode:r}=this;this.fail((0,P._)`${r} !== undefined && (${(0,P.or)(this.invalid$data(),t)})`)}error(t,r,n){if(r){this.setParams(r),this._error(t,n),this.setParams({});return}this._error(t,n)}_error(t,r){(t?cn.reportExtraError:cn.reportError)(this,this.def.error,r)}$dataError(){(0,cn.reportError)(this,this.def.$dataError||cn.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,cn.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,r){r?Object.assign(this.params,t):this.params=t}block$data(t,r,n=P.nil){this.gen.block(()=>{this.check$data(t,n),r()})}check$data(t=P.nil,r=P.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,P.or)((0,P._)`${o} === undefined`,r)),t!==P.nil&&n.assign(t,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),t!==P.nil&&n.assign(t,!1)),n.else()}invalid$data(){let{gen:t,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,P.or)(i(),a());function i(){if(n.length){if(!(r instanceof P.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,P._)`${(0,bo.checkDataTypes)(c,r,s.opts.strictNumbers,bo.DataType.Wrong)}`}return P.nil}function a(){if(o.validateSchema){let c=t.scopeValue("validate$data",{ref:o.validateSchema});return(0,P._)`!${c}(${r})`}return P.nil}}subschema(t,r){let n=(0,ea.getSubschema)(this.it,t);(0,ea.extendSubschemaData)(n,this.it,t),(0,ea.extendSubschemaMode)(n,t);let o={...this.it,...n,items:void 0,props:void 0};return fb(o,r),o}mergeEvaluated(t,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&t.props!==void 0&&(n.props=pt.mergeEvaluated.props(o,t.props,n.props,r)),n.items!==!0&&t.items!==void 0&&(n.items=pt.mergeEvaluated.items(o,t.items,n.items,r)))}mergeValidEvaluated(t,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(t,P.Name)),!0}};kt.KeywordCxt=zo;function _m(e,t,r,n){let o=new zo(e,r,t);"code"in r?r.code(o,n):o.$data&&r.validate?(0,un.funcKeywordCode)(o,r):"macro"in r?(0,un.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,un.funcKeywordCode)(o,r)}var Pb=/^\/(?:[^~]|~0|~1)*$/,Tb=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function ym(e,{dataLevel:t,dataNames:r,dataPathArr:n}){let o,s;if(e==="")return R.default.rootData;if(e[0]==="/"){if(!Pb.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);o=e,s=R.default.rootData}else{let u=Tb.exec(e);if(!u)throw new Error(`Invalid JSON-pointer: ${e}`);let l=+u[1];if(o=u[2],o==="#"){if(l>=t)throw new Error(c("property/index",l));return n[t-l]}if(l>t)throw new Error(c("data",l));if(s=r[t-l],!o)return s}let i=s,a=o.split("/");for(let u of a)u&&(s=(0,P._)`${s}${(0,P.getProperty)((0,pt.unescapeJsonPointer)(u))}`,i=(0,P._)`${i} && ${s}`);return i;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${t}`}}kt.getData=ym});var xo=z(oa=>{"use strict";Object.defineProperty(oa,"__esModule",{value:!0});var na=class extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}};oa.default=na});var dn=z(aa=>{"use strict";Object.defineProperty(aa,"__esModule",{value:!0});var sa=an(),ia=class extends Error{constructor(t,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,sa.resolveUrl)(t,r,n),this.missingSchema=(0,sa.normalizeId)((0,sa.getFullPath)(t,this.missingRef))}};aa.default=ia});var So=z(Me=>{"use strict";Object.defineProperty(Me,"__esModule",{value:!0});Me.resolveSchema=Me.getCompilingSchema=Me.resolveRef=Me.compileSchema=Me.SchemaEnv=void 0;var He=C(),Eb=xo(),Zt=dt(),Je=an(),vm=D(),Rb=ln(),cr=class{constructor(t){var r;this.refs={},this.dynamicAnchors={};let n;typeof t.schema=="object"&&(n=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(r=t.baseId)!==null&&r!==void 0?r:(0,Je.normalizeId)(n?.[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=n?.$async,this.refs={}}};Me.SchemaEnv=cr;function ua(e){let t=wm.call(this,e);if(t)return t;let r=(0,Je.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new He.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;e.$async&&(a=i.scopeValue("Error",{ref:Eb.default,code:(0,He._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");e.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:Zt.default.data,parentData:Zt.default.parentData,parentDataProperty:Zt.default.parentDataProperty,dataNames:[Zt.default.data],dataPathArr:[He.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,He.stringify)(e.schema)}:{ref:e.schema}),validateName:c,ValidationError:a,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:He.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,He._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(e),(0,Rb.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let p=i.toString();l=`${i.scopeRefs(Zt.default.scope)}return ${p}`,this.opts.code.process&&(l=this.opts.code.process(l,e));let f=new Function(`${Zt.default.self}`,`${Zt.default.scope}`,l)(this,this.scope.get());if(this.scope.value(c,{ref:f}),f.errors=null,f.schema=e.schema,f.schemaEnv=e,e.$async&&(f.$async=!0),this.opts.code.source===!0&&(f.source={validateName:c,validateCode:p,scopeValues:i._values}),this.opts.unevaluated){let{props:g,items:_}=u;f.evaluated={props:g instanceof He.Name?void 0:g,items:_ instanceof He.Name?void 0:_,dynamicProps:g instanceof He.Name,dynamicItems:_ instanceof He.Name},f.source&&(f.source.evaluated=(0,He.stringify)(f.evaluated))}return e.validate=f,e}catch(p){throw delete e.validate,delete e.validateName,l&&this.logger.error("Error compiling schema, function code:",l),p}finally{this._compilations.delete(e)}}Me.compileSchema=ua;function Ob(e,t,r){var n;r=(0,Je.resolveUrl)(this.opts.uriResolver,t,r);let o=e.refs[r];if(o)return o;let s=Nb.call(this,e,r);if(s===void 0){let i=(n=e.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(s=new cr({schema:i,schemaId:a,root:e,baseId:t}))}if(s!==void 0)return e.refs[r]=Ib.call(this,s)}Me.resolveRef=Ob;function Ib(e){return(0,Je.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:ua.call(this,e)}function wm(e){for(let t of this._compilations)if(Cb(t,e))return t}Me.getCompilingSchema=wm;function Cb(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function Nb(e,t){let r;for(;typeof(r=this.refs[t])=="string";)t=r;return r||this.schemas[t]||ko.call(this,e,t)}function ko(e,t){let r=this.opts.uriResolver.parse(t),n=(0,Je._getFullPath)(this.opts.uriResolver,r),o=(0,Je.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&n===o)return ca.call(this,r,e);let s=(0,Je.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=ko.call(this,e,i);return typeof a?.schema!="object"?void 0:ca.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||ua.call(this,i),s===(0,Je.normalizeId)(t)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,Je.resolveUrl)(this.opts.uriResolver,o,u)),new cr({schema:a,schemaId:c,root:e,baseId:o})}return ca.call(this,r,i)}}Me.resolveSchema=ko;var Ab=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function ca(e,{baseId:t,schema:r,root:n}){var o;if(((o=e.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let a of e.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,vm.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!Ab.has(a)&&u&&(t=(0,Je.resolveUrl)(this.opts.uriResolver,t,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,vm.schemaHasRulesButRef)(r,this.RULES)){let a=(0,Je.resolveUrl)(this.opts.uriResolver,t,r.$ref);s=ko.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new cr({schema:r,schemaId:i,root:n,baseId:t}),s.schema!==s.root.schema)return s}});var $m=z((gI,jb)=>{jb.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 da=z((_I,km)=>{"use strict";var Zb=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),zm=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 la(e){let t="",r=0,n=0;for(n=0;n<e.length;n++)if(r=e[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";t+=e[n];break}for(n+=1;n<e.length;n++){if(r=e[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";t+=e[n]}return t}var Db=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function bm(e){return e.length=0,!0}function Mb(e,t,r){if(e.length){let n=la(e);if(n!=="")t.push(n);else return r.error=!0,!1;e.length=0}return!0}function qb(e){let t=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=Mb;for(let c=0;c<e.length;c++){let u=e[c];if(!(u==="["||u==="]"))if(u===":"){if(s===!0&&(i=!0),!a(o,n,r))break;if(++t>7){r.error=!0;break}c>0&&e[c-1]===":"&&(s=!0),n.push(":");continue}else if(u==="%"){if(!a(o,n,r))break;a=bm}else{o.push(u);continue}}return o.length&&(a===bm?r.zone=o.join(""):i?n.push(o.join("")):n.push(la(o))),r.address=n.join(""),r}function xm(e){if(Ub(e,":")<2)return{host:e,isIPV6:!1};let t=qb(e);if(t.error)return{host:e,isIPV6:!1};{let r=t.address,n=t.address;return t.zone&&(r+="%"+t.zone,n+="%25"+t.zone),{host:r,isIPV6:!0,escapedHost:n}}}function Ub(e,t){let r=0;for(let n=0;n<e.length;n++)e[n]===t&&r++;return r}function Lb(e){let t=e,r=[],n=-1,o=0;for(;o=t.length;){if(o===1){if(t===".")break;if(t==="/"){r.push("/");break}else{r.push(t);break}}else if(o===2){if(t[0]==="."){if(t[1]===".")break;if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"&&(t[1]==="."||t[1]==="/")){r.push("/");break}}else if(o===3&&t==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(t[0]==="."){if(t[1]==="."){if(t[2]==="/"){t=t.slice(3);continue}}else if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"&&t[1]==="."){if(t[2]==="/"){t=t.slice(2);continue}else if(t[2]==="."&&t[3]==="/"){t=t.slice(3),r.length!==0&&r.pop();continue}}if((n=t.indexOf("/",1))===-1){r.push(t);break}else r.push(t.slice(0,n)),t=t.slice(n)}return r.join("")}function Fb(e,t){let r=t!==!0?escape:unescape;return e.scheme!==void 0&&(e.scheme=r(e.scheme)),e.userinfo!==void 0&&(e.userinfo=r(e.userinfo)),e.host!==void 0&&(e.host=r(e.host)),e.path!==void 0&&(e.path=r(e.path)),e.query!==void 0&&(e.query=r(e.query)),e.fragment!==void 0&&(e.fragment=r(e.fragment)),e}function Vb(e){let t=[];if(e.userinfo!==void 0&&(t.push(e.userinfo),t.push("@")),e.host!==void 0){let r=unescape(e.host);if(!zm(r)){let n=xm(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=e.host}t.push(r)}return(typeof e.port=="number"||typeof e.port=="string")&&(t.push(":"),t.push(String(e.port))),t.length?t.join(""):void 0}km.exports={nonSimpleDomain:Db,recomposeAuthority:Vb,normalizeComponentEncoding:Fb,removeDotSegments:Lb,isIPv4:zm,isUUID:Zb,normalizeIPv6:xm,stringArrayToHexStripped:la}});var Rm=z((yI,Em)=>{"use strict";var{isUUID:Hb}=da(),Jb=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,Kb=["http","https","ws","wss","urn","urn:uuid"];function Gb(e){return Kb.indexOf(e)!==-1}function pa(e){return e.secure===!0?!0:e.secure===!1?!1:e.scheme?e.scheme.length===3&&(e.scheme[0]==="w"||e.scheme[0]==="W")&&(e.scheme[1]==="s"||e.scheme[1]==="S")&&(e.scheme[2]==="s"||e.scheme[2]==="S"):!1}function Sm(e){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e}function Pm(e){let t=String(e.scheme).toLowerCase()==="https";return(e.port===(t?443:80)||e.port==="")&&(e.port=void 0),e.path||(e.path="/"),e}function Bb(e){return e.secure=pa(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e}function Wb(e){if((e.port===(pa(e)?443:80)||e.port==="")&&(e.port=void 0),typeof e.secure=="boolean"&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){let[t,r]=e.resourceName.split("?");e.path=t&&t!=="/"?t:void 0,e.query=r,e.resourceName=void 0}return e.fragment=void 0,e}function Yb(e,t){if(!e.path)return e.error="URN can not be parsed",e;let r=e.path.match(Jb);if(r){let n=t.scheme||e.scheme||"urn";e.nid=r[1].toLowerCase(),e.nss=r[2];let o=`${n}:${t.nid||e.nid}`,s=fa(o);e.path=void 0,s&&(e=s.parse(e,t))}else e.error=e.error||"URN can not be parsed.";return e}function Qb(e,t){if(e.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=t.scheme||e.scheme||"urn",n=e.nid.toLowerCase(),o=`${r}:${t.nid||n}`,s=fa(o);s&&(e=s.serialize(e,t));let i=e,a=e.nss;return i.path=`${n||t.nid}:${a}`,t.skipEscape=!0,i}function Xb(e,t){let r=e;return r.uuid=r.nss,r.nss=void 0,!t.tolerant&&(!r.uuid||!Hb(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function e0(e){let t=e;return t.nss=(e.uuid||"").toLowerCase(),t}var Tm={scheme:"http",domainHost:!0,parse:Sm,serialize:Pm},t0={scheme:"https",domainHost:Tm.domainHost,parse:Sm,serialize:Pm},Po={scheme:"ws",domainHost:!0,parse:Bb,serialize:Wb},r0={scheme:"wss",domainHost:Po.domainHost,parse:Po.parse,serialize:Po.serialize},n0={scheme:"urn",parse:Yb,serialize:Qb,skipNormalize:!0},o0={scheme:"urn:uuid",parse:Xb,serialize:e0,skipNormalize:!0},To={http:Tm,https:t0,ws:Po,wss:r0,urn:n0,"urn:uuid":o0};Object.setPrototypeOf(To,null);function fa(e){return e&&(To[e]||To[e.toLowerCase()])||void 0}Em.exports={wsIsSecure:pa,SCHEMES:To,isValidSchemeName:Gb,getSchemeHandler:fa}});var Cm=z((vI,Ro)=>{"use strict";var{normalizeIPv6:s0,removeDotSegments:pn,recomposeAuthority:i0,normalizeComponentEncoding:Eo,isIPv4:a0,nonSimpleDomain:c0}=da(),{SCHEMES:u0,getSchemeHandler:Om}=Rm();function l0(e,t){return typeof e=="string"?e=Qe(ft(e,t),t):typeof e=="object"&&(e=ft(Qe(e,t),t)),e}function d0(e,t,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=Im(ft(e,n),ft(t,n),n,!0);return n.skipEscape=!0,Qe(o,n)}function Im(e,t,r,n){let o={};return n||(e=ft(Qe(e,r),r),t=ft(Qe(t,r),r)),r=r||{},!r.tolerant&&t.scheme?(o.scheme=t.scheme,o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=pn(t.path||""),o.query=t.query):(t.userinfo!==void 0||t.host!==void 0||t.port!==void 0?(o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=pn(t.path||""),o.query=t.query):(t.path?(t.path[0]==="/"?o.path=pn(t.path):((e.userinfo!==void 0||e.host!==void 0||e.port!==void 0)&&!e.path?o.path="/"+t.path:e.path?o.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:o.path=t.path,o.path=pn(o.path)),o.query=t.query):(o.path=e.path,t.query!==void 0?o.query=t.query:o.query=e.query),o.userinfo=e.userinfo,o.host=e.host,o.port=e.port),o.scheme=e.scheme),o.fragment=t.fragment,o}function p0(e,t,r){return typeof e=="string"?(e=unescape(e),e=Qe(Eo(ft(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=Qe(Eo(e,!0),{...r,skipEscape:!0})),typeof t=="string"?(t=unescape(t),t=Qe(Eo(ft(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=Qe(Eo(t,!0),{...r,skipEscape:!0})),e.toLowerCase()===t.toLowerCase()}function Qe(e,t){let r={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},n=Object.assign({},t),o=[],s=Om(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let i=i0(r);if(i!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(i),r.path&&r.path[0]!=="/"&&o.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(a=pn(a)),i===void 0&&a[0]==="/"&&a[1]==="/"&&(a="/%2F"+a.slice(2)),o.push(a)}return r.query!==void 0&&o.push("?",r.query),r.fragment!==void 0&&o.push("#",r.fragment),o.join("")}var f0=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function ft(e,t){let r=Object.assign({},t),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=!1;r.reference==="suffix"&&(r.scheme?e=r.scheme+":"+e:e="//"+e);let s=e.match(f0);if(s){if(n.scheme=s[1],n.userinfo=s[3],n.host=s[4],n.port=parseInt(s[5],10),n.path=s[6]||"",n.query=s[7],n.fragment=s[8],isNaN(n.port)&&(n.port=s[5]),n.host)if(a0(n.host)===!1){let c=s0(n.host);n.host=c.host.toLowerCase(),o=c.isIPV6}else o=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let i=Om(r.scheme||n.scheme);if(!r.unicodeSupport&&(!i||!i.unicodeSupport)&&n.host&&(r.domainHost||i&&i.domainHost)&&o===!1&&c0(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(a){n.error=n.error||"Host's domain name can not be converted to ASCII: "+a}(!i||i&&!i.skipNormalize)&&(e.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=unescape(n.host))),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),i&&i.parse&&i.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}var ma={SCHEMES:u0,normalize:l0,resolve:d0,resolveComponent:Im,equal:p0,serialize:Qe,parse:ft};Ro.exports=ma;Ro.exports.default=ma;Ro.exports.fastUri=ma});var Am=z(ha=>{"use strict";Object.defineProperty(ha,"__esModule",{value:!0});var Nm=Cm();Nm.code='require("ajv/dist/runtime/uri").default';ha.default=Nm});var Fm=z(pe=>{"use strict";Object.defineProperty(pe,"__esModule",{value:!0});pe.CodeGen=pe.Name=pe.nil=pe.stringify=pe.str=pe._=pe.KeywordCxt=void 0;var m0=ln();Object.defineProperty(pe,"KeywordCxt",{enumerable:!0,get:function(){return m0.KeywordCxt}});var ur=C();Object.defineProperty(pe,"_",{enumerable:!0,get:function(){return ur._}});Object.defineProperty(pe,"str",{enumerable:!0,get:function(){return ur.str}});Object.defineProperty(pe,"stringify",{enumerable:!0,get:function(){return ur.stringify}});Object.defineProperty(pe,"nil",{enumerable:!0,get:function(){return ur.nil}});Object.defineProperty(pe,"Name",{enumerable:!0,get:function(){return ur.Name}});Object.defineProperty(pe,"CodeGen",{enumerable:!0,get:function(){return ur.CodeGen}});var h0=xo(),qm=dn(),g0=Vi(),fn=So(),_0=C(),mn=an(),Oo=sn(),_a=D(),jm=$m(),y0=Am(),Um=(e,t)=>new RegExp(e,t);Um.code="new RegExp";var v0=["removeAdditional","useDefaults","coerceTypes"],w0=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),$0={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."},b0={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},Zm=200;function z0(e){var t,r,n,o,s,i,a,c,u,l,p,m,f,g,_,y,v,O,x,E,k,Pe,Ie,kr,Yo;let Sr=e.strict,Qo=(t=e.code)===null||t===void 0?void 0:t.optimize,zc=Qo===!0||Qo===void 0?1:Qo||0,xc=(n=(r=e.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:Um,Vg=(o=e.uriResolver)!==null&&o!==void 0?o:y0.default;return{strictSchema:(i=(s=e.strictSchema)!==null&&s!==void 0?s:Sr)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=e.strictNumbers)!==null&&a!==void 0?a:Sr)!==null&&c!==void 0?c:!0,strictTypes:(l=(u=e.strictTypes)!==null&&u!==void 0?u:Sr)!==null&&l!==void 0?l:"log",strictTuples:(m=(p=e.strictTuples)!==null&&p!==void 0?p:Sr)!==null&&m!==void 0?m:"log",strictRequired:(g=(f=e.strictRequired)!==null&&f!==void 0?f:Sr)!==null&&g!==void 0?g:!1,code:e.code?{...e.code,optimize:zc,regExp:xc}:{optimize:zc,regExp:xc},loopRequired:(_=e.loopRequired)!==null&&_!==void 0?_:Zm,loopEnum:(y=e.loopEnum)!==null&&y!==void 0?y:Zm,meta:(v=e.meta)!==null&&v!==void 0?v:!0,messages:(O=e.messages)!==null&&O!==void 0?O:!0,inlineRefs:(x=e.inlineRefs)!==null&&x!==void 0?x:!0,schemaId:(E=e.schemaId)!==null&&E!==void 0?E:"$id",addUsedSchema:(k=e.addUsedSchema)!==null&&k!==void 0?k:!0,validateSchema:(Pe=e.validateSchema)!==null&&Pe!==void 0?Pe:!0,validateFormats:(Ie=e.validateFormats)!==null&&Ie!==void 0?Ie:!0,unicodeRegExp:(kr=e.unicodeRegExp)!==null&&kr!==void 0?kr:!0,int32range:(Yo=e.int32range)!==null&&Yo!==void 0?Yo:!0,uriResolver:Vg}}var hn=class{constructor(t={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,t=this.opts={...t,...z0(t)};let{es5:r,lines:n}=this.opts.code;this.scope=new _0.ValueScope({scope:{},prefixes:w0,es5:r,lines:n}),this.logger=E0(t.logger);let o=t.validateFormats;t.validateFormats=!1,this.RULES=(0,g0.getRules)(),Dm.call(this,$0,t,"NOT SUPPORTED"),Dm.call(this,b0,t,"DEPRECATED","warn"),this._metaOpts=P0.call(this),t.formats&&k0.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),t.keywords&&S0.call(this,t.keywords),typeof t.meta=="object"&&this.addMetaSchema(t.meta),x0.call(this),t.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:t,meta:r,schemaId:n}=this.opts,o=jm;n==="id"&&(o={...jm},o.id=o.$id,delete o.$id),r&&t&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:t,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof t=="object"?t[r]||t:void 0}validate(t,r){let n;if(typeof t=="string"){if(n=this.getSchema(t),!n)throw new Error(`no schema with key or ref "${t}"`)}else n=this.compile(t);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(t,r){let n=this._addSchema(t,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(t,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,t,r);async function o(l,p){await s.call(this,l.$schema);let m=this._addSchema(l,p);return m.validate||i.call(this,m)}async function s(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function i(l){try{return this._compileSchemaEnv(l)}catch(p){if(!(p instanceof qm.default))throw p;return a.call(this,p),await c.call(this,p.missingSchema),i.call(this,l)}}function a({missingSchema:l,missingRef:p}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${p} cannot be resolved`)}async function c(l){let p=await u.call(this,l);this.refs[l]||await s.call(this,p.$schema),this.refs[l]||this.addSchema(p,l,r)}async function u(l){let p=this._loading[l];if(p)return p;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(t,r,n,o=this.opts.validateSchema){if(Array.isArray(t)){for(let i of t)this.addSchema(i,void 0,n,o);return this}let s;if(typeof t=="object"){let{schemaId:i}=this.opts;if(s=t[i],s!==void 0&&typeof s!="string")throw new Error(`schema ${i} must be string`)}return r=(0,mn.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(t,n,r,o,!0),this}addMetaSchema(t,r,n=this.opts.validateSchema){return this.addSchema(t,r,!0,n),this}validateSchema(t,r){if(typeof t=="boolean")return!0;let n;if(n=t.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(n,t);if(!o&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return o}getSchema(t){let r;for(;typeof(r=Mm.call(this,t))=="string";)t=r;if(r===void 0){let{schemaId:n}=this.opts,o=new fn.SchemaEnv({schema:{},schemaId:n});if(r=fn.resolveSchema.call(this,o,t),!r)return;this.refs[t]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(t){if(t instanceof RegExp)return this._removeAllSchemas(this.schemas,t),this._removeAllSchemas(this.refs,t),this;switch(typeof t){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=Mm.call(this,t);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[t],delete this.refs[t],this}case"object":{let r=t;this._cache.delete(r);let n=t[this.opts.schemaId];return n&&(n=(0,mn.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(t){for(let r of t)this.addKeyword(r);return this}addKeyword(t,r){let n;if(typeof t=="string")n=t,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof t=="object"&&r===void 0){if(r=t,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(O0.call(this,n,r),!r)return(0,_a.eachItem)(n,s=>ga.call(this,s)),this;C0.call(this,r);let o={...r,type:(0,Oo.getJSONTypes)(r.type),schemaType:(0,Oo.getJSONTypes)(r.schemaType)};return(0,_a.eachItem)(n,o.type.length===0?s=>ga.call(this,s,o):s=>o.type.forEach(i=>ga.call(this,s,o,i))),this}getKeyword(t){let r=this.RULES.all[t];return typeof r=="object"?r.definition:!!r}removeKeyword(t){let{RULES:r}=this;delete r.keywords[t],delete r.all[t];for(let n of r.rules){let o=n.rules.findIndex(s=>s.keyword===t);o>=0&&n.rules.splice(o,1)}return this}addFormat(t,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[t]=r,this}errorsText(t=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!t||t.length===0?"No errors":t.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,s)=>o+r+s)}$dataMetaSchema(t,r){let n=this.RULES.all;t=JSON.parse(JSON.stringify(t));for(let o of r){let s=o.split("/").slice(1),i=t;for(let a of s)i=i[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:u}=c.definition,l=i[a];u&&l&&(i[a]=Lm(l))}}return t}_removeAllSchemas(t,r){for(let n in t){let o=t[n];(!r||r.test(n))&&(typeof o=="string"?delete t[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete t[n]))}}_addSchema(t,r,n,o=this.opts.validateSchema,s=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof t=="object")i=t[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof t!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(t);if(c!==void 0)return c;n=(0,mn.normalizeId)(i||n);let u=mn.getSchemaRefs.call(this,t,n);return c=new fn.SchemaEnv({schema:t,schemaId:a,meta:r,baseId:n,localRefs:u}),this._cache.set(c.schema,c),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),o&&this.validateSchema(t,!0),c}_checkUnique(t){if(this.schemas[t]||this.refs[t])throw new Error(`schema with key or id "${t}" already exists`)}_compileSchemaEnv(t){if(t.meta?this._compileMetaSchema(t):fn.compileSchema.call(this,t),!t.validate)throw new Error("ajv implementation error");return t.validate}_compileMetaSchema(t){let r=this.opts;this.opts=this._metaOpts;try{fn.compileSchema.call(this,t)}finally{this.opts=r}}};hn.ValidationError=h0.default;hn.MissingRefError=qm.default;pe.default=hn;function Dm(e,t,r,n="error"){for(let o in e){let s=o;s in t&&this.logger[n](`${r}: option ${o}. ${e[s]}`)}}function Mm(e){return e=(0,mn.normalizeId)(e),this.schemas[e]||this.refs[e]}function x0(){let e=this.opts.schemas;if(e)if(Array.isArray(e))this.addSchema(e);else for(let t in e)this.addSchema(e[t],t)}function k0(){for(let e in this.opts.formats){let t=this.opts.formats[e];t&&this.addFormat(e,t)}}function S0(e){if(Array.isArray(e)){this.addVocabulary(e);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let t in e){let r=e[t];r.keyword||(r.keyword=t),this.addKeyword(r)}}function P0(){let e={...this.opts};for(let t of v0)delete e[t];return e}var T0={log(){},warn(){},error(){}};function E0(e){if(e===!1)return T0;if(e===void 0)return console;if(e.log&&e.warn&&e.error)return e;throw new Error("logger must implement log, warn and error methods")}var R0=/^[a-z_$][a-z0-9_$:-]*$/i;function O0(e,t){let{RULES:r}=this;if((0,_a.eachItem)(e,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!R0.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!t&&t.$data&&!("code"in t||"validate"in t))throw new Error('$data keyword must have "code" or "validate" function')}function ga(e,t,r){var n;let o=t?.post;if(r&&o)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,i=o?s.post:s.rules.find(({type:c})=>c===r);if(i||(i={type:r,rules:[]},s.rules.push(i)),s.keywords[e]=!0,!t)return;let a={keyword:e,definition:{...t,type:(0,Oo.getJSONTypes)(t.type),schemaType:(0,Oo.getJSONTypes)(t.schemaType)}};t.before?I0.call(this,i,a,t.before):i.rules.push(a),s.all[e]=a,(n=t.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function I0(e,t,r){let n=e.rules.findIndex(o=>o.keyword===r);n>=0?e.rules.splice(n,0,t):(e.rules.push(t),this.logger.warn(`rule ${r} is not defined`))}function C0(e){let{metaSchema:t}=e;t!==void 0&&(e.$data&&this.opts.$data&&(t=Lm(t)),e.validateSchema=this.compile(t,!0))}var N0={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Lm(e){return{anyOf:[e,N0]}}});var Vm=z(ya=>{"use strict";Object.defineProperty(ya,"__esModule",{value:!0});var A0={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};ya.default=A0});var Gm=z(Dt=>{"use strict";Object.defineProperty(Dt,"__esModule",{value:!0});Dt.callRef=Dt.getValidate=void 0;var j0=dn(),Hm=De(),Se=C(),lr=dt(),Jm=So(),Io=D(),Z0={keyword:"$ref",schemaType:"string",code(e){let{gen:t,schema:r,it:n}=e,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:c}=n,{root:u}=s;if((r==="#"||r==="#/")&&o===u.baseId)return p();let l=Jm.resolveRef.call(c,u,o,r);if(l===void 0)throw new j0.default(n.opts.uriResolver,o,r);if(l instanceof Jm.SchemaEnv)return m(l);return f(l);function p(){if(s===u)return Co(e,i,s,s.$async);let g=t.scopeValue("root",{ref:u});return Co(e,(0,Se._)`${g}.validate`,u,u.$async)}function m(g){let _=Km(e,g);Co(e,_,g,g.$async)}function f(g){let _=t.scopeValue("schema",a.code.source===!0?{ref:g,code:(0,Se.stringify)(g)}:{ref:g}),y=t.name("valid"),v=e.subschema({schema:g,dataTypes:[],schemaPath:Se.nil,topSchemaRef:_,errSchemaPath:r},y);e.mergeEvaluated(v),e.ok(y)}}};function Km(e,t){let{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):(0,Se._)`${r.scopeValue("wrapper",{ref:t})}.validate`}Dt.getValidate=Km;function Co(e,t,r,n){let{gen:o,it:s}=e,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?lr.default.this:Se.nil;n?l():p();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let g=o.let("valid");o.try(()=>{o.code((0,Se._)`await ${(0,Hm.callValidateCode)(e,t,u)}`),f(t),i||o.assign(g,!0)},_=>{o.if((0,Se._)`!(${_} instanceof ${s.ValidationError})`,()=>o.throw(_)),m(_),i||o.assign(g,!1)}),e.ok(g)}function p(){e.result((0,Hm.callValidateCode)(e,t,u),()=>f(t),()=>m(t))}function m(g){let _=(0,Se._)`${g}.errors`;o.assign(lr.default.vErrors,(0,Se._)`${lr.default.vErrors} === null ? ${_} : ${lr.default.vErrors}.concat(${_})`),o.assign(lr.default.errors,(0,Se._)`${lr.default.vErrors}.length`)}function f(g){var _;if(!s.opts.unevaluated)return;let y=(_=r?.validate)===null||_===void 0?void 0:_.evaluated;if(s.props!==!0)if(y&&!y.dynamicProps)y.props!==void 0&&(s.props=Io.mergeEvaluated.props(o,y.props,s.props));else{let v=o.var("props",(0,Se._)`${g}.evaluated.props`);s.props=Io.mergeEvaluated.props(o,v,s.props,Se.Name)}if(s.items!==!0)if(y&&!y.dynamicItems)y.items!==void 0&&(s.items=Io.mergeEvaluated.items(o,y.items,s.items));else{let v=o.var("items",(0,Se._)`${g}.evaluated.items`);s.items=Io.mergeEvaluated.items(o,v,s.items,Se.Name)}}}Dt.callRef=Co;Dt.default=Z0});var Bm=z(va=>{"use strict";Object.defineProperty(va,"__esModule",{value:!0});var D0=Vm(),M0=Gm(),q0=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",D0.default,M0.default];va.default=q0});var Wm=z(wa=>{"use strict";Object.defineProperty(wa,"__esModule",{value:!0});var No=C(),St=No.operators,Ao={maximum:{okStr:"<=",ok:St.LTE,fail:St.GT},minimum:{okStr:">=",ok:St.GTE,fail:St.LT},exclusiveMaximum:{okStr:"<",ok:St.LT,fail:St.GTE},exclusiveMinimum:{okStr:">",ok:St.GT,fail:St.LTE}},U0={message:({keyword:e,schemaCode:t})=>(0,No.str)`must be ${Ao[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,No._)`{comparison: ${Ao[e].okStr}, limit: ${t}}`},L0={keyword:Object.keys(Ao),type:"number",schemaType:"number",$data:!0,error:U0,code(e){let{keyword:t,data:r,schemaCode:n}=e;e.fail$data((0,No._)`${r} ${Ao[t].fail} ${n} || isNaN(${r})`)}};wa.default=L0});var Ym=z($a=>{"use strict";Object.defineProperty($a,"__esModule",{value:!0});var gn=C(),F0={message:({schemaCode:e})=>(0,gn.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,gn._)`{multipleOf: ${e}}`},V0={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:F0,code(e){let{gen:t,data:r,schemaCode:n,it:o}=e,s=o.opts.multipleOfPrecision,i=t.let("res"),a=s?(0,gn._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,gn._)`${i} !== parseInt(${i})`;e.fail$data((0,gn._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};$a.default=V0});var Xm=z(ba=>{"use strict";Object.defineProperty(ba,"__esModule",{value:!0});function Qm(e){let t=e.length,r=0,n=0,o;for(;n<t;)r++,o=e.charCodeAt(n++),o>=55296&&o<=56319&&n<t&&(o=e.charCodeAt(n),(o&64512)===56320&&n++);return r}ba.default=Qm;Qm.code='require("ajv/dist/runtime/ucs2length").default'});var eh=z(za=>{"use strict";Object.defineProperty(za,"__esModule",{value:!0});var Mt=C(),H0=D(),J0=Xm(),K0={message({keyword:e,schemaCode:t}){let r=e==="maxLength"?"more":"fewer";return(0,Mt.str)`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>(0,Mt._)`{limit: ${e}}`},G0={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:K0,code(e){let{keyword:t,data:r,schemaCode:n,it:o}=e,s=t==="maxLength"?Mt.operators.GT:Mt.operators.LT,i=o.opts.unicode===!1?(0,Mt._)`${r}.length`:(0,Mt._)`${(0,H0.useFunc)(e.gen,J0.default)}(${r})`;e.fail$data((0,Mt._)`${i} ${s} ${n}`)}};za.default=G0});var th=z(xa=>{"use strict";Object.defineProperty(xa,"__esModule",{value:!0});var B0=De(),W0=D(),dr=C(),Y0={message:({schemaCode:e})=>(0,dr.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,dr._)`{pattern: ${e}}`},Q0={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:Y0,code(e){let{gen:t,data:r,$data:n,schema:o,schemaCode:s,it:i}=e,a=i.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=i.opts.code,u=c.code==="new RegExp"?(0,dr._)`new RegExp`:(0,W0.useFunc)(t,c),l=t.let("valid");t.try(()=>t.assign(l,(0,dr._)`${u}(${s}, ${a}).test(${r})`),()=>t.assign(l,!1)),e.fail$data((0,dr._)`!${l}`)}else{let c=(0,B0.usePattern)(e,o);e.fail$data((0,dr._)`!${c}.test(${r})`)}}};xa.default=Q0});var rh=z(ka=>{"use strict";Object.defineProperty(ka,"__esModule",{value:!0});var _n=C(),X0={message({keyword:e,schemaCode:t}){let r=e==="maxProperties"?"more":"fewer";return(0,_n.str)`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>(0,_n._)`{limit: ${e}}`},ez={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:X0,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxProperties"?_n.operators.GT:_n.operators.LT;e.fail$data((0,_n._)`Object.keys(${r}).length ${o} ${n}`)}};ka.default=ez});var nh=z(Sa=>{"use strict";Object.defineProperty(Sa,"__esModule",{value:!0});var yn=De(),vn=C(),tz=D(),rz={message:({params:{missingProperty:e}})=>(0,vn.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,vn._)`{missingProperty: ${e}}`},nz={keyword:"required",type:"object",schemaType:"array",$data:!0,error:rz,code(e){let{gen:t,schema:r,schemaCode:n,data:o,$data:s,it:i}=e,{opts:a}=i;if(!s&&r.length===0)return;let c=r.length>=a.loopRequired;if(i.allErrors?u():l(),a.strictRequired){let f=e.parentSchema.properties,{definedProperties:g}=e.it;for(let _ of r)if(f?.[_]===void 0&&!g.has(_)){let y=i.schemaEnv.baseId+i.errSchemaPath,v=`required property "${_}" is not defined at "${y}" (strictRequired)`;(0,tz.checkStrictMode)(i,v,i.opts.strictRequired)}}function u(){if(c||s)e.block$data(vn.nil,p);else for(let f of r)(0,yn.checkReportMissingProp)(e,f)}function l(){let f=t.let("missing");if(c||s){let g=t.let("valid",!0);e.block$data(g,()=>m(f,g)),e.ok(g)}else t.if((0,yn.checkMissingProp)(e,r,f)),(0,yn.reportMissingProp)(e,f),t.else()}function p(){t.forOf("prop",n,f=>{e.setParams({missingProperty:f}),t.if((0,yn.noPropertyInData)(t,o,f,a.ownProperties),()=>e.error())})}function m(f,g){e.setParams({missingProperty:f}),t.forOf(f,n,()=>{t.assign(g,(0,yn.propertyInData)(t,o,f,a.ownProperties)),t.if((0,vn.not)(g),()=>{e.error(),t.break()})},vn.nil)}}};Sa.default=nz});var oh=z(Pa=>{"use strict";Object.defineProperty(Pa,"__esModule",{value:!0});var wn=C(),oz={message({keyword:e,schemaCode:t}){let r=e==="maxItems"?"more":"fewer";return(0,wn.str)`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>(0,wn._)`{limit: ${e}}`},sz={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:oz,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxItems"?wn.operators.GT:wn.operators.LT;e.fail$data((0,wn._)`${r}.length ${o} ${n}`)}};Pa.default=sz});var jo=z(Ta=>{"use strict";Object.defineProperty(Ta,"__esModule",{value:!0});var sh=Qi();sh.code='require("ajv/dist/runtime/equal").default';Ta.default=sh});var ih=z(Ra=>{"use strict";Object.defineProperty(Ra,"__esModule",{value:!0});var Ea=sn(),fe=C(),iz=D(),az=jo(),cz={message:({params:{i:e,j:t}})=>(0,fe.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,fe._)`{i: ${e}, j: ${t}}`},uz={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:cz,code(e){let{gen:t,data:r,$data:n,schema:o,parentSchema:s,schemaCode:i,it:a}=e;if(!n&&!o)return;let c=t.let("valid"),u=s.items?(0,Ea.getSchemaTypes)(s.items):[];e.block$data(c,l,(0,fe._)`${i} === false`),e.ok(c);function l(){let g=t.let("i",(0,fe._)`${r}.length`),_=t.let("j");e.setParams({i:g,j:_}),t.assign(c,!0),t.if((0,fe._)`${g} > 1`,()=>(p()?m:f)(g,_))}function p(){return u.length>0&&!u.some(g=>g==="object"||g==="array")}function m(g,_){let y=t.name("item"),v=(0,Ea.checkDataTypes)(u,y,a.opts.strictNumbers,Ea.DataType.Wrong),O=t.const("indices",(0,fe._)`{}`);t.for((0,fe._)`;${g}--;`,()=>{t.let(y,(0,fe._)`${r}[${g}]`),t.if(v,(0,fe._)`continue`),u.length>1&&t.if((0,fe._)`typeof ${y} == "string"`,(0,fe._)`${y} += "_"`),t.if((0,fe._)`typeof ${O}[${y}] == "number"`,()=>{t.assign(_,(0,fe._)`${O}[${y}]`),e.error(),t.assign(c,!1).break()}).code((0,fe._)`${O}[${y}] = ${g}`)})}function f(g,_){let y=(0,iz.useFunc)(t,az.default),v=t.name("outer");t.label(v).for((0,fe._)`;${g}--;`,()=>t.for((0,fe._)`${_} = ${g}; ${_}--;`,()=>t.if((0,fe._)`${y}(${r}[${g}], ${r}[${_}])`,()=>{e.error(),t.assign(c,!1).break(v)})))}}};Ra.default=uz});var ah=z(Ia=>{"use strict";Object.defineProperty(Ia,"__esModule",{value:!0});var Oa=C(),lz=D(),dz=jo(),pz={message:"must be equal to constant",params:({schemaCode:e})=>(0,Oa._)`{allowedValue: ${e}}`},fz={keyword:"const",$data:!0,error:pz,code(e){let{gen:t,data:r,$data:n,schemaCode:o,schema:s}=e;n||s&&typeof s=="object"?e.fail$data((0,Oa._)`!${(0,lz.useFunc)(t,dz.default)}(${r}, ${o})`):e.fail((0,Oa._)`${s} !== ${r}`)}};Ia.default=fz});var ch=z(Ca=>{"use strict";Object.defineProperty(Ca,"__esModule",{value:!0});var $n=C(),mz=D(),hz=jo(),gz={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,$n._)`{allowedValues: ${e}}`},_z={keyword:"enum",schemaType:"array",$data:!0,error:gz,code(e){let{gen:t,data:r,$data:n,schema:o,schemaCode:s,it:i}=e;if(!n&&o.length===0)throw new Error("enum must have non-empty array");let a=o.length>=i.opts.loopEnum,c,u=()=>c??(c=(0,mz.useFunc)(t,hz.default)),l;if(a||n)l=t.let("valid"),e.block$data(l,p);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let f=t.const("vSchema",s);l=(0,$n.or)(...o.map((g,_)=>m(f,_)))}e.pass(l);function p(){t.assign(l,!1),t.forOf("v",s,f=>t.if((0,$n._)`${u()}(${r}, ${f})`,()=>t.assign(l,!0).break()))}function m(f,g){let _=o[g];return typeof _=="object"&&_!==null?(0,$n._)`${u()}(${r}, ${f}[${g}])`:(0,$n._)`${r} === ${_}`}}};Ca.default=_z});var uh=z(Na=>{"use strict";Object.defineProperty(Na,"__esModule",{value:!0});var yz=Wm(),vz=Ym(),wz=eh(),$z=th(),bz=rh(),zz=nh(),xz=oh(),kz=ih(),Sz=ah(),Pz=ch(),Tz=[yz.default,vz.default,wz.default,$z.default,bz.default,zz.default,xz.default,kz.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},Sz.default,Pz.default];Na.default=Tz});var ja=z(bn=>{"use strict";Object.defineProperty(bn,"__esModule",{value:!0});bn.validateAdditionalItems=void 0;var qt=C(),Aa=D(),Ez={message:({params:{len:e}})=>(0,qt.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,qt._)`{limit: ${e}}`},Rz={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:Ez,code(e){let{parentSchema:t,it:r}=e,{items:n}=t;if(!Array.isArray(n)){(0,Aa.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}lh(e,n)}};function lh(e,t){let{gen:r,schema:n,data:o,keyword:s,it:i}=e;i.items=!0;let a=r.const("len",(0,qt._)`${o}.length`);if(n===!1)e.setParams({len:t.length}),e.pass((0,qt._)`${a} <= ${t.length}`);else if(typeof n=="object"&&!(0,Aa.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,qt._)`${a} <= ${t.length}`);r.if((0,qt.not)(u),()=>c(u)),e.ok(u)}function c(u){r.forRange("i",t.length,a,l=>{e.subschema({keyword:s,dataProp:l,dataPropType:Aa.Type.Num},u),i.allErrors||r.if((0,qt.not)(u),()=>r.break())})}}bn.validateAdditionalItems=lh;bn.default=Rz});var Za=z(zn=>{"use strict";Object.defineProperty(zn,"__esModule",{value:!0});zn.validateTuple=void 0;var dh=C(),Zo=D(),Oz=De(),Iz={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){let{schema:t,it:r}=e;if(Array.isArray(t))return ph(e,"additionalItems",t);r.items=!0,!(0,Zo.alwaysValidSchema)(r,t)&&e.ok((0,Oz.validateArray)(e))}};function ph(e,t,r=e.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=e;l(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=Zo.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,dh._)`${s}.length`);r.forEach((p,m)=>{(0,Zo.alwaysValidSchema)(a,p)||(n.if((0,dh._)`${u} > ${m}`,()=>e.subschema({keyword:i,schemaProp:m,dataProp:m},c)),e.ok(c))});function l(p){let{opts:m,errSchemaPath:f}=a,g=r.length,_=g===p.minItems&&(g===p.maxItems||p[t]===!1);if(m.strictTuples&&!_){let y=`"${i}" is ${g}-tuple, but minItems or maxItems/${t} are not specified or different at path "${f}"`;(0,Zo.checkStrictMode)(a,y,m.strictTuples)}}}zn.validateTuple=ph;zn.default=Iz});var fh=z(Da=>{"use strict";Object.defineProperty(Da,"__esModule",{value:!0});var Cz=Za(),Nz={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,Cz.validateTuple)(e,"items")};Da.default=Nz});var hh=z(Ma=>{"use strict";Object.defineProperty(Ma,"__esModule",{value:!0});var mh=C(),Az=D(),jz=De(),Zz=ja(),Dz={message:({params:{len:e}})=>(0,mh.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,mh._)`{limit: ${e}}`},Mz={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:Dz,code(e){let{schema:t,parentSchema:r,it:n}=e,{prefixItems:o}=r;n.items=!0,!(0,Az.alwaysValidSchema)(n,t)&&(o?(0,Zz.validateAdditionalItems)(e,o):e.ok((0,jz.validateArray)(e)))}};Ma.default=Mz});var gh=z(qa=>{"use strict";Object.defineProperty(qa,"__esModule",{value:!0});var qe=C(),Do=D(),qz={message:({params:{min:e,max:t}})=>t===void 0?(0,qe.str)`must contain at least ${e} valid item(s)`:(0,qe.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,qe._)`{minContains: ${e}}`:(0,qe._)`{minContains: ${e}, maxContains: ${t}}`},Uz={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:qz,code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:s}=e,i,a,{minContains:c,maxContains:u}=n;s.opts.next?(i=c===void 0?1:c,a=u):i=1;let l=t.const("len",(0,qe._)`${o}.length`);if(e.setParams({min:i,max:a}),a===void 0&&i===0){(0,Do.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,Do.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,Do.alwaysValidSchema)(s,r)){let _=(0,qe._)`${l} >= ${i}`;a!==void 0&&(_=(0,qe._)`${_} && ${l} <= ${a}`),e.pass(_);return}s.items=!0;let p=t.name("valid");a===void 0&&i===1?f(p,()=>t.if(p,()=>t.break())):i===0?(t.let(p,!0),a!==void 0&&t.if((0,qe._)`${o}.length > 0`,m)):(t.let(p,!1),m()),e.result(p,()=>e.reset());function m(){let _=t.name("_valid"),y=t.let("count",0);f(_,()=>t.if(_,()=>g(y)))}function f(_,y){t.forRange("i",0,l,v=>{e.subschema({keyword:"contains",dataProp:v,dataPropType:Do.Type.Num,compositeRule:!0},_),y()})}function g(_){t.code((0,qe._)`${_}++`),a===void 0?t.if((0,qe._)`${_} >= ${i}`,()=>t.assign(p,!0).break()):(t.if((0,qe._)`${_} > ${a}`,()=>t.assign(p,!1).break()),i===1?t.assign(p,!0):t.if((0,qe._)`${_} >= ${i}`,()=>t.assign(p,!0)))}}};qa.default=Uz});var vh=z(Xe=>{"use strict";Object.defineProperty(Xe,"__esModule",{value:!0});Xe.validateSchemaDeps=Xe.validatePropertyDeps=Xe.error=void 0;var Ua=C(),Lz=D(),xn=De();Xe.error={message:({params:{property:e,depsCount:t,deps:r}})=>{let n=t===1?"property":"properties";return(0,Ua.str)`must have ${n} ${r} when property ${e} is present`},params:({params:{property:e,depsCount:t,deps:r,missingProperty:n}})=>(0,Ua._)`{property: ${e},
2
+ var Qg=Object.create;var es=Object.defineProperty;var Xg=Object.getOwnPropertyDescriptor;var e_=Object.getOwnPropertyNames;var t_=Object.getPrototypeOf,r_=Object.prototype.hasOwnProperty;var z=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ts=(e,t)=>{for(var r in t)es(e,r,{get:t[r],enumerable:!0})},n_=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of e_(t))!r_.call(e,o)&&o!==r&&es(e,o,{get:()=>t[o],enumerable:!(n=Xg(t,o))||n.enumerable});return e};var o_=(e,t,r)=>(r=e!=null?Qg(t_(e)):{},n_(t||!e||!e.__esModule?es(r,"default",{value:e,enumerable:!0}):r,e));var Xr=z(q=>{"use strict";Object.defineProperty(q,"__esModule",{value:!0});q.regexpCode=q.getEsmExportName=q.getProperty=q.safeStringify=q.stringify=q.strConcat=q.addCodeArg=q.str=q._=q.nil=q._Code=q.Name=q.IDENTIFIER=q._CodeOrName=void 0;var Yr=class{};q._CodeOrName=Yr;q.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var It=class extends Yr{constructor(t){if(super(),!q.IDENTIFIER.test(t))throw new Error("CodeGen: name must be a valid identifier");this.str=t}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};q.Name=It;var Ze=class extends Yr{constructor(t){super(),this._items=typeof t=="string"?[t]:t}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let t=this._items[0];return t===""||t==='""'}get str(){var t;return(t=this._str)!==null&&t!==void 0?t:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var t;return(t=this._names)!==null&&t!==void 0?t:this._names=this._items.reduce((r,n)=>(n instanceof It&&(r[n.str]=(r[n.str]||0)+1),r),{})}};q._Code=Ze;q.nil=new Ze("");function Pf(e,...t){let r=[e[0]],n=0;for(;n<t.length;)ki(r,t[n]),r.push(e[++n]);return new Ze(r)}q._=Pf;var zi=new Ze("+");function Tf(e,...t){let r=[Qr(e[0])],n=0;for(;n<t.length;)r.push(zi),ki(r,t[n]),r.push(zi,Qr(e[++n]));return Ow(r),new Ze(r)}q.str=Tf;function ki(e,t){t instanceof Ze?e.push(...t._items):t instanceof It?e.push(t):e.push(Aw(t))}q.addCodeArg=ki;function Ow(e){let t=1;for(;t<e.length-1;){if(e[t]===zi){let r=Cw(e[t-1],e[t+1]);if(r!==void 0){e.splice(t-1,3,r);continue}e[t++]="+"}t++}}function Cw(e,t){if(t==='""')return e;if(e==='""')return t;if(typeof e=="string")return t instanceof It||e[e.length-1]!=='"'?void 0:typeof t!="string"?`${e.slice(0,-1)}${t}"`:t[0]==='"'?e.slice(0,-1)+t.slice(1):void 0;if(typeof t=="string"&&t[0]==='"'&&!(e instanceof It))return`"${e}${t.slice(1)}`}function Nw(e,t){return t.emptyStr()?e:e.emptyStr()?t:Tf`${e}${t}`}q.strConcat=Nw;function Aw(e){return typeof e=="number"||typeof e=="boolean"||e===null?e:Qr(Array.isArray(e)?e.join(","):e)}function jw(e){return new Ze(Qr(e))}q.stringify=jw;function Qr(e){return JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}q.safeStringify=Qr;function Zw(e){return typeof e=="string"&&q.IDENTIFIER.test(e)?new Ze(`.${e}`):Pf`[${e}]`}q.getProperty=Zw;function Dw(e){if(typeof e=="string"&&q.IDENTIFIER.test(e))return new Ze(`${e}`);throw new Error(`CodeGen: invalid export name: ${e}, use explicit $id name mapping`)}q.getEsmExportName=Dw;function Mw(e){return new Ze(e.toString())}q.regexpCode=Mw});var Ti=z(ze=>{"use strict";Object.defineProperty(ze,"__esModule",{value:!0});ze.ValueScope=ze.ValueScopeName=ze.Scope=ze.varKinds=ze.UsedValueState=void 0;var xe=Xr(),Si=class extends Error{constructor(t){super(`CodeGen: "code" for ${t} not defined`),this.value=t.value}},fo;(function(e){e[e.Started=0]="Started",e[e.Completed=1]="Completed"})(fo||(ze.UsedValueState=fo={}));ze.varKinds={const:new xe.Name("const"),let:new xe.Name("let"),var:new xe.Name("var")};var mo=class{constructor({prefixes:t,parent:r}={}){this._names={},this._prefixes=t,this._parent=r}toName(t){return t instanceof xe.Name?t:this.name(t)}name(t){return new xe.Name(this._newName(t))}_newName(t){let r=this._names[t]||this._nameGroup(t);return`${t}${r.index++}`}_nameGroup(t){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(t)||this._prefixes&&!this._prefixes.has(t))throw new Error(`CodeGen: prefix "${t}" is not allowed in this scope`);return this._names[t]={prefix:t,index:0}}};ze.Scope=mo;var ho=class extends xe.Name{constructor(t,r){super(r),this.prefix=t}setValue(t,{property:r,itemIndex:n}){this.value=t,this.scopePath=(0,xe._)`.${new xe.Name(r)}[${n}]`}};ze.ValueScopeName=ho;var qw=(0,xe._)`\n`,Pi=class extends mo{constructor(t){super(t),this._values={},this._scope=t.scope,this.opts={...t,_n:t.lines?qw:xe.nil}}get(){return this._scope}name(t){return new ho(t,this._newName(t))}value(t,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(t),{prefix:s}=o,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let l=a.get(i);if(l)return l}else a=this._values[s]=new Map;a.set(i,o);let c=this._scope[s]||(this._scope[s]=[]),u=c.length;return c[u]=r.ref,o.setValue(r,{property:s,itemIndex:u}),o}getValue(t,r){let n=this._values[t];if(n)return n.get(r)}scopeRefs(t,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,xe._)`${t}${n.scopePath}`})}scopeCode(t=this._values,r,n){return this._reduceValues(t,o=>{if(o.value===void 0)throw new Error(`CodeGen: name "${o}" has no value`);return o.value.code},r,n)}_reduceValues(t,r,n={},o){let s=xe.nil;for(let i in t){let a=t[i];if(!a)continue;let c=n[i]=n[i]||new Map;a.forEach(u=>{if(c.has(u))return;c.set(u,fo.Started);let l=r(u);if(l){let p=this.opts.es5?ze.varKinds.var:ze.varKinds.const;s=(0,xe._)`${s}${p} ${u} = ${l};${this.opts._n}`}else if(l=o?.(u))s=(0,xe._)`${s}${l}${this.opts._n}`;else throw new Si(u);c.set(u,fo.Completed)})}return s}};ze.ValueScope=Pi});var C=z(N=>{"use strict";Object.defineProperty(N,"__esModule",{value:!0});N.or=N.and=N.not=N.CodeGen=N.operators=N.varKinds=N.ValueScopeName=N.ValueScope=N.Scope=N.Name=N.regexpCode=N.stringify=N.getProperty=N.nil=N.strConcat=N.str=N._=void 0;var Z=Xr(),Ve=Ti(),wt=Xr();Object.defineProperty(N,"_",{enumerable:!0,get:function(){return wt._}});Object.defineProperty(N,"str",{enumerable:!0,get:function(){return wt.str}});Object.defineProperty(N,"strConcat",{enumerable:!0,get:function(){return wt.strConcat}});Object.defineProperty(N,"nil",{enumerable:!0,get:function(){return wt.nil}});Object.defineProperty(N,"getProperty",{enumerable:!0,get:function(){return wt.getProperty}});Object.defineProperty(N,"stringify",{enumerable:!0,get:function(){return wt.stringify}});Object.defineProperty(N,"regexpCode",{enumerable:!0,get:function(){return wt.regexpCode}});Object.defineProperty(N,"Name",{enumerable:!0,get:function(){return wt.Name}});var vo=Ti();Object.defineProperty(N,"Scope",{enumerable:!0,get:function(){return vo.Scope}});Object.defineProperty(N,"ValueScope",{enumerable:!0,get:function(){return vo.ValueScope}});Object.defineProperty(N,"ValueScopeName",{enumerable:!0,get:function(){return vo.ValueScopeName}});Object.defineProperty(N,"varKinds",{enumerable:!0,get:function(){return vo.varKinds}});N.operators={GT:new Z._Code(">"),GTE:new Z._Code(">="),LT:new Z._Code("<"),LTE:new Z._Code("<="),EQ:new Z._Code("==="),NEQ:new Z._Code("!=="),NOT:new Z._Code("!"),OR:new Z._Code("||"),AND:new Z._Code("&&"),ADD:new Z._Code("+")};var ut=class{optimizeNodes(){return this}optimizeNames(t,r){return this}},Ei=class extends ut{constructor(t,r,n){super(),this.varKind=t,this.name=r,this.rhs=n}render({es5:t,_n:r}){let n=t?Ve.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(t,r){if(t[this.name.str])return this.rhs&&(this.rhs=rr(this.rhs,t,r)),this}get names(){return this.rhs instanceof Z._CodeOrName?this.rhs.names:{}}},go=class extends ut{constructor(t,r,n){super(),this.lhs=t,this.rhs=r,this.sideEffects=n}render({_n:t}){return`${this.lhs} = ${this.rhs};`+t}optimizeNames(t,r){if(!(this.lhs instanceof Z.Name&&!t[this.lhs.str]&&!this.sideEffects))return this.rhs=rr(this.rhs,t,r),this}get names(){let t=this.lhs instanceof Z.Name?{}:{...this.lhs.names};return yo(t,this.rhs)}},Ri=class extends go{constructor(t,r,n,o){super(t,n,o),this.op=r}render({_n:t}){return`${this.lhs} ${this.op}= ${this.rhs};`+t}},Ii=class extends ut{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`${this.label}:`+t}},Oi=class extends ut{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`break${this.label?` ${this.label}`:""};`+t}},Ci=class extends ut{constructor(t){super(),this.error=t}render({_n:t}){return`throw ${this.error};`+t}get names(){return this.error.names}},Ni=class extends ut{constructor(t){super(),this.code=t}render({_n:t}){return`${this.code};`+t}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(t,r){return this.code=rr(this.code,t,r),this}get names(){return this.code instanceof Z._CodeOrName?this.code.names:{}}},en=class extends ut{constructor(t=[]){super(),this.nodes=t}render(t){return this.nodes.reduce((r,n)=>r+n.render(t),"")}optimizeNodes(){let{nodes:t}=this,r=t.length;for(;r--;){let n=t[r].optimizeNodes();Array.isArray(n)?t.splice(r,1,...n):n?t[r]=n:t.splice(r,1)}return t.length>0?this:void 0}optimizeNames(t,r){let{nodes:n}=this,o=n.length;for(;o--;){let s=n[o];s.optimizeNames(t,r)||(Uw(t,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((t,r)=>Nt(t,r.names),{})}},lt=class extends en{render(t){return"{"+t._n+super.render(t)+"}"+t._n}},Ai=class extends en{},tr=class extends lt{};tr.kind="else";var Ot=class e extends lt{constructor(t,r){super(r),this.condition=t}render(t){let r=`if(${this.condition})`+super.render(t);return this.else&&(r+="else "+this.else.render(t)),r}optimizeNodes(){super.optimizeNodes();let t=this.condition;if(t===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new tr(n):n}if(r)return t===!1?r instanceof e?r:r.nodes:this.nodes.length?this:new e(Ef(t),r instanceof e?[r]:r.nodes);if(!(t===!1||!this.nodes.length))return this}optimizeNames(t,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(t,r),!!(super.optimizeNames(t,r)||this.else))return this.condition=rr(this.condition,t,r),this}get names(){let t=super.names;return yo(t,this.condition),this.else&&Nt(t,this.else.names),t}};Ot.kind="if";var Ct=class extends lt{};Ct.kind="for";var ji=class extends Ct{constructor(t){super(),this.iteration=t}render(t){return`for(${this.iteration})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iteration=rr(this.iteration,t,r),this}get names(){return Nt(super.names,this.iteration.names)}},Zi=class extends Ct{constructor(t,r,n,o){super(),this.varKind=t,this.name=r,this.from=n,this.to=o}render(t){let r=t.es5?Ve.varKinds.var:this.varKind,{name:n,from:o,to:s}=this;return`for(${r} ${n}=${o}; ${n}<${s}; ${n}++)`+super.render(t)}get names(){let t=yo(super.names,this.from);return yo(t,this.to)}},_o=class extends Ct{constructor(t,r,n,o){super(),this.loop=t,this.varKind=r,this.name=n,this.iterable=o}render(t){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iterable=rr(this.iterable,t,r),this}get names(){return Nt(super.names,this.iterable.names)}},tn=class extends lt{constructor(t,r,n){super(),this.name=t,this.args=r,this.async=n}render(t){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(t)}};tn.kind="func";var rn=class extends en{render(t){return"return "+super.render(t)}};rn.kind="return";var Di=class extends lt{render(t){let r="try"+super.render(t);return this.catch&&(r+=this.catch.render(t)),this.finally&&(r+=this.finally.render(t)),r}optimizeNodes(){var t,r;return super.optimizeNodes(),(t=this.catch)===null||t===void 0||t.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(t,r){var n,o;return super.optimizeNames(t,r),(n=this.catch)===null||n===void 0||n.optimizeNames(t,r),(o=this.finally)===null||o===void 0||o.optimizeNames(t,r),this}get names(){let t=super.names;return this.catch&&Nt(t,this.catch.names),this.finally&&Nt(t,this.finally.names),t}},nn=class extends lt{constructor(t){super(),this.error=t}render(t){return`catch(${this.error})`+super.render(t)}};nn.kind="catch";var on=class extends lt{render(t){return"finally"+super.render(t)}};on.kind="finally";var Mi=class{constructor(t,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
3
+ `:""},this._extScope=t,this._scope=new Ve.Scope({parent:t}),this._nodes=[new Ai]}toString(){return this._root.render(this.opts)}name(t){return this._scope.name(t)}scopeName(t){return this._extScope.name(t)}scopeValue(t,r){let n=this._extScope.value(t,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(t,r){return this._extScope.getValue(t,r)}scopeRefs(t){return this._extScope.scopeRefs(t,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(t,r,n,o){let s=this._scope.toName(r);return n!==void 0&&o&&(this._constants[s.str]=n),this._leafNode(new Ei(t,s,n)),s}const(t,r,n){return this._def(Ve.varKinds.const,t,r,n)}let(t,r,n){return this._def(Ve.varKinds.let,t,r,n)}var(t,r,n){return this._def(Ve.varKinds.var,t,r,n)}assign(t,r,n){return this._leafNode(new go(t,r,n))}add(t,r){return this._leafNode(new Ri(t,N.operators.ADD,r))}code(t){return typeof t=="function"?t():t!==Z.nil&&this._leafNode(new Ni(t)),this}object(...t){let r=["{"];for(let[n,o]of t)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,Z.addCodeArg)(r,o));return r.push("}"),new Z._Code(r)}if(t,r,n){if(this._blockNode(new Ot(t)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(t){return this._elseNode(new Ot(t))}else(){return this._elseNode(new tr)}endIf(){return this._endBlockNode(Ot,tr)}_for(t,r){return this._blockNode(t),r&&this.code(r).endFor(),this}for(t,r){return this._for(new ji(t),r)}forRange(t,r,n,o,s=this.opts.es5?Ve.varKinds.var:Ve.varKinds.let){let i=this._scope.toName(t);return this._for(new Zi(s,i,r,n),()=>o(i))}forOf(t,r,n,o=Ve.varKinds.const){let s=this._scope.toName(t);if(this.opts.es5){let i=r instanceof Z.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,Z._)`${i}.length`,a=>{this.var(s,(0,Z._)`${i}[${a}]`),n(s)})}return this._for(new _o("of",o,s,r),()=>n(s))}forIn(t,r,n,o=this.opts.es5?Ve.varKinds.var:Ve.varKinds.const){if(this.opts.ownProperties)return this.forOf(t,(0,Z._)`Object.keys(${r})`,n);let s=this._scope.toName(t);return this._for(new _o("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(Ct)}label(t){return this._leafNode(new Ii(t))}break(t){return this._leafNode(new Oi(t))}return(t){let r=new rn;if(this._blockNode(r),this.code(t),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(rn)}try(t,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new Di;if(this._blockNode(o),this.code(t),r){let s=this.name("e");this._currNode=o.catch=new nn(s),r(s)}return n&&(this._currNode=o.finally=new on,this.code(n)),this._endBlockNode(nn,on)}throw(t){return this._leafNode(new Ci(t))}block(t,r){return this._blockStarts.push(this._nodes.length),t&&this.code(t).endBlock(r),this}endBlock(t){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||t!==void 0&&n!==t)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${t} expected`);return this._nodes.length=r,this}func(t,r=Z.nil,n,o){return this._blockNode(new tn(t,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(tn)}optimize(t=1){for(;t-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(t){return this._currNode.nodes.push(t),this}_blockNode(t){this._currNode.nodes.push(t),this._nodes.push(t)}_endBlockNode(t,r){let n=this._currNode;if(n instanceof t||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${t.kind}/${r.kind}`:t.kind}"`)}_elseNode(t){let r=this._currNode;if(!(r instanceof Ot))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=t,this}get _root(){return this._nodes[0]}get _currNode(){let t=this._nodes;return t[t.length-1]}set _currNode(t){let r=this._nodes;r[r.length-1]=t}};N.CodeGen=Mi;function Nt(e,t){for(let r in t)e[r]=(e[r]||0)+(t[r]||0);return e}function yo(e,t){return t instanceof Z._CodeOrName?Nt(e,t.names):e}function rr(e,t,r){if(e instanceof Z.Name)return n(e);if(!o(e))return e;return new Z._Code(e._items.reduce((s,i)=>(i instanceof Z.Name&&(i=n(i)),i instanceof Z._Code?s.push(...i._items):s.push(i),s),[]));function n(s){let i=r[s.str];return i===void 0||t[s.str]!==1?s:(delete t[s.str],i)}function o(s){return s instanceof Z._Code&&s._items.some(i=>i instanceof Z.Name&&t[i.str]===1&&r[i.str]!==void 0)}}function Uw(e,t){for(let r in t)e[r]=(e[r]||0)-(t[r]||0)}function Ef(e){return typeof e=="boolean"||typeof e=="number"||e===null?!e:(0,Z._)`!${qi(e)}`}N.not=Ef;var Lw=Rf(N.operators.AND);function Fw(...e){return e.reduce(Lw)}N.and=Fw;var Vw=Rf(N.operators.OR);function Hw(...e){return e.reduce(Vw)}N.or=Hw;function Rf(e){return(t,r)=>t===Z.nil?r:r===Z.nil?t:(0,Z._)`${qi(t)} ${e} ${qi(r)}`}function qi(e){return e instanceof Z.Name?e:(0,Z._)`(${e})`}});var D=z(A=>{"use strict";Object.defineProperty(A,"__esModule",{value:!0});A.checkStrictMode=A.getErrorPath=A.Type=A.useFunc=A.setEvaluated=A.evaluatedPropsToName=A.mergeEvaluated=A.eachItem=A.unescapeJsonPointer=A.escapeJsonPointer=A.escapeFragment=A.unescapeFragment=A.schemaRefOrVal=A.schemaHasRulesButRef=A.schemaHasRules=A.checkUnknownRules=A.alwaysValidSchema=A.toHash=void 0;var K=C(),Jw=Xr();function Kw(e){let t={};for(let r of e)t[r]=!0;return t}A.toHash=Kw;function Gw(e,t){return typeof t=="boolean"?t:Object.keys(t).length===0?!0:(Cf(e,t),!Nf(t,e.self.RULES.all))}A.alwaysValidSchema=Gw;function Cf(e,t=e.schema){let{opts:r,self:n}=e;if(!r.strictSchema||typeof t=="boolean")return;let o=n.RULES.keywords;for(let s in t)o[s]||Zf(e,`unknown keyword: "${s}"`)}A.checkUnknownRules=Cf;function Nf(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(t[r])return!0;return!1}A.schemaHasRules=Nf;function Bw(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(r!=="$ref"&&t.all[r])return!0;return!1}A.schemaHasRulesButRef=Bw;function Ww({topSchemaRef:e,schemaPath:t},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,K._)`${r}`}return(0,K._)`${e}${t}${(0,K.getProperty)(n)}`}A.schemaRefOrVal=Ww;function Yw(e){return Af(decodeURIComponent(e))}A.unescapeFragment=Yw;function Qw(e){return encodeURIComponent(Li(e))}A.escapeFragment=Qw;function Li(e){return typeof e=="number"?`${e}`:e.replace(/~/g,"~0").replace(/\//g,"~1")}A.escapeJsonPointer=Li;function Af(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}A.unescapeJsonPointer=Af;function Xw(e,t){if(Array.isArray(e))for(let r of e)t(r);else t(e)}A.eachItem=Xw;function If({mergeNames:e,mergeToName:t,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof K.Name?(s instanceof K.Name?e(o,s,i):t(o,s,i),i):s instanceof K.Name?(t(o,i,s),s):r(s,i);return a===K.Name&&!(c instanceof K.Name)?n(o,c):c}}A.mergeEvaluated={props:If({mergeNames:(e,t,r)=>e.if((0,K._)`${r} !== true && ${t} !== undefined`,()=>{e.if((0,K._)`${t} === true`,()=>e.assign(r,!0),()=>e.assign(r,(0,K._)`${r} || {}`).code((0,K._)`Object.assign(${r}, ${t})`))}),mergeToName:(e,t,r)=>e.if((0,K._)`${r} !== true`,()=>{t===!0?e.assign(r,!0):(e.assign(r,(0,K._)`${r} || {}`),Fi(e,r,t))}),mergeValues:(e,t)=>e===!0?!0:{...e,...t},resultToName:jf}),items:If({mergeNames:(e,t,r)=>e.if((0,K._)`${r} !== true && ${t} !== undefined`,()=>e.assign(r,(0,K._)`${t} === true ? true : ${r} > ${t} ? ${r} : ${t}`)),mergeToName:(e,t,r)=>e.if((0,K._)`${r} !== true`,()=>e.assign(r,t===!0?!0:(0,K._)`${r} > ${t} ? ${r} : ${t}`)),mergeValues:(e,t)=>e===!0?!0:Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})};function jf(e,t){if(t===!0)return e.var("props",!0);let r=e.var("props",(0,K._)`{}`);return t!==void 0&&Fi(e,r,t),r}A.evaluatedPropsToName=jf;function Fi(e,t,r){Object.keys(r).forEach(n=>e.assign((0,K._)`${t}${(0,K.getProperty)(n)}`,!0))}A.setEvaluated=Fi;var Of={};function e$(e,t){return e.scopeValue("func",{ref:t,code:Of[t.code]||(Of[t.code]=new Jw._Code(t.code))})}A.useFunc=e$;var Ui;(function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"})(Ui||(A.Type=Ui={}));function t$(e,t,r){if(e instanceof K.Name){let n=t===Ui.Num;return r?n?(0,K._)`"[" + ${e} + "]"`:(0,K._)`"['" + ${e} + "']"`:n?(0,K._)`"/" + ${e}`:(0,K._)`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,K.getProperty)(e).toString():"/"+Li(e)}A.getErrorPath=t$;function Zf(e,t,r=e.opts.strictSchema){if(r){if(t=`strict mode: ${t}`,r===!0)throw new Error(t);e.self.logger.warn(t)}}A.checkStrictMode=Zf});var dt=z(Vi=>{"use strict";Object.defineProperty(Vi,"__esModule",{value:!0});var he=C(),r$={data:new he.Name("data"),valCxt:new he.Name("valCxt"),instancePath:new he.Name("instancePath"),parentData:new he.Name("parentData"),parentDataProperty:new he.Name("parentDataProperty"),rootData:new he.Name("rootData"),dynamicAnchors:new he.Name("dynamicAnchors"),vErrors:new he.Name("vErrors"),errors:new he.Name("errors"),this:new he.Name("this"),self:new he.Name("self"),scope:new he.Name("scope"),json:new he.Name("json"),jsonPos:new he.Name("jsonPos"),jsonLen:new he.Name("jsonLen"),jsonPart:new he.Name("jsonPart")};Vi.default=r$});var sn=z(ge=>{"use strict";Object.defineProperty(ge,"__esModule",{value:!0});ge.extendErrors=ge.resetErrorsCount=ge.reportExtraError=ge.reportError=ge.keyword$DataError=ge.keywordError=void 0;var M=C(),wo=D(),ve=dt();ge.keywordError={message:({keyword:e})=>(0,M.str)`must pass "${e}" keyword validation`};ge.keyword$DataError={message:({keyword:e,schemaType:t})=>t?(0,M.str)`"${e}" keyword must be ${t} ($data)`:(0,M.str)`"${e}" keyword is invalid ($data)`};function n$(e,t=ge.keywordError,r,n){let{it:o}=e,{gen:s,compositeRule:i,allErrors:a}=o,c=qf(e,t,r);n??(i||a)?Df(s,c):Mf(o,(0,M._)`[${c}]`)}ge.reportError=n$;function o$(e,t=ge.keywordError,r){let{it:n}=e,{gen:o,compositeRule:s,allErrors:i}=n,a=qf(e,t,r);Df(o,a),s||i||Mf(n,ve.default.vErrors)}ge.reportExtraError=o$;function s$(e,t){e.assign(ve.default.errors,t),e.if((0,M._)`${ve.default.vErrors} !== null`,()=>e.if(t,()=>e.assign((0,M._)`${ve.default.vErrors}.length`,t),()=>e.assign(ve.default.vErrors,null)))}ge.resetErrorsCount=s$;function i$({gen:e,keyword:t,schemaValue:r,data:n,errsCount:o,it:s}){if(o===void 0)throw new Error("ajv implementation error");let i=e.name("err");e.forRange("i",o,ve.default.errors,a=>{e.const(i,(0,M._)`${ve.default.vErrors}[${a}]`),e.if((0,M._)`${i}.instancePath === undefined`,()=>e.assign((0,M._)`${i}.instancePath`,(0,M.strConcat)(ve.default.instancePath,s.errorPath))),e.assign((0,M._)`${i}.schemaPath`,(0,M.str)`${s.errSchemaPath}/${t}`),s.opts.verbose&&(e.assign((0,M._)`${i}.schema`,r),e.assign((0,M._)`${i}.data`,n))})}ge.extendErrors=i$;function Df(e,t){let r=e.const("err",t);e.if((0,M._)`${ve.default.vErrors} === null`,()=>e.assign(ve.default.vErrors,(0,M._)`[${r}]`),(0,M._)`${ve.default.vErrors}.push(${r})`),e.code((0,M._)`${ve.default.errors}++`)}function Mf(e,t){let{gen:r,validateName:n,schemaEnv:o}=e;o.$async?r.throw((0,M._)`new ${e.ValidationError}(${t})`):(r.assign((0,M._)`${n}.errors`,t),r.return(!1))}var At={keyword:new M.Name("keyword"),schemaPath:new M.Name("schemaPath"),params:new M.Name("params"),propertyName:new M.Name("propertyName"),message:new M.Name("message"),schema:new M.Name("schema"),parentSchema:new M.Name("parentSchema")};function qf(e,t,r){let{createErrors:n}=e.it;return n===!1?(0,M._)`{}`:a$(e,t,r)}function a$(e,t,r={}){let{gen:n,it:o}=e,s=[c$(o,r),u$(e,r)];return l$(e,t,s),n.object(...s)}function c$({errorPath:e},{instancePath:t}){let r=t?(0,M.str)`${e}${(0,wo.getErrorPath)(t,wo.Type.Str)}`:e;return[ve.default.instancePath,(0,M.strConcat)(ve.default.instancePath,r)]}function u$({keyword:e,it:{errSchemaPath:t}},{schemaPath:r,parentSchema:n}){let o=n?t:(0,M.str)`${t}/${e}`;return r&&(o=(0,M.str)`${o}${(0,wo.getErrorPath)(r,wo.Type.Str)}`),[At.schemaPath,o]}function l$(e,{params:t,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=e,{opts:c,propertyName:u,topSchemaRef:l,schemaPath:p}=a;n.push([At.keyword,o],[At.params,typeof t=="function"?t(e):t||(0,M._)`{}`]),c.messages&&n.push([At.message,typeof r=="function"?r(e):r]),c.verbose&&n.push([At.schema,i],[At.parentSchema,(0,M._)`${l}${p}`],[ve.default.data,s]),u&&n.push([At.propertyName,u])}});var Lf=z(nr=>{"use strict";Object.defineProperty(nr,"__esModule",{value:!0});nr.boolOrEmptySchema=nr.topBoolOrEmptySchema=void 0;var d$=sn(),p$=C(),f$=dt(),m$={message:"boolean schema is false"};function h$(e){let{gen:t,schema:r,validateName:n}=e;r===!1?Uf(e,!1):typeof r=="object"&&r.$async===!0?t.return(f$.default.data):(t.assign((0,p$._)`${n}.errors`,null),t.return(!0))}nr.topBoolOrEmptySchema=h$;function g$(e,t){let{gen:r,schema:n}=e;n===!1?(r.var(t,!1),Uf(e)):r.var(t,!0)}nr.boolOrEmptySchema=g$;function Uf(e,t){let{gen:r,data:n}=e,o={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,d$.reportError)(o,m$,void 0,t)}});var Hi=z(or=>{"use strict";Object.defineProperty(or,"__esModule",{value:!0});or.getRules=or.isJSONType=void 0;var _$=["string","number","integer","boolean","null","object","array"],y$=new Set(_$);function v$(e){return typeof e=="string"&&y$.has(e)}or.isJSONType=v$;function w$(){let e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}or.getRules=w$});var Ji=z($t=>{"use strict";Object.defineProperty($t,"__esModule",{value:!0});$t.shouldUseRule=$t.shouldUseGroup=$t.schemaHasRulesForType=void 0;function $$({schema:e,self:t},r){let n=t.RULES.types[r];return n&&n!==!0&&Ff(e,n)}$t.schemaHasRulesForType=$$;function Ff(e,t){return t.rules.some(r=>Vf(e,r))}$t.shouldUseGroup=Ff;function Vf(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some(n=>e[n]!==void 0))}$t.shouldUseRule=Vf});var an=z(_e=>{"use strict";Object.defineProperty(_e,"__esModule",{value:!0});_e.reportTypeError=_e.checkDataTypes=_e.checkDataType=_e.coerceAndCheckDataType=_e.getJSONTypes=_e.getSchemaTypes=_e.DataType=void 0;var b$=Hi(),x$=Ji(),z$=sn(),O=C(),Hf=D(),sr;(function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"})(sr||(_e.DataType=sr={}));function k$(e){let t=Jf(e.type);if(t.includes("null")){if(e.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!t.length&&e.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');e.nullable===!0&&t.push("null")}return t}_e.getSchemaTypes=k$;function Jf(e){let t=Array.isArray(e)?e:e?[e]:[];if(t.every(b$.isJSONType))return t;throw new Error("type must be JSONType or JSONType[]: "+t.join(","))}_e.getJSONTypes=Jf;function S$(e,t){let{gen:r,data:n,opts:o}=e,s=P$(t,o.coerceTypes),i=t.length>0&&!(s.length===0&&t.length===1&&(0,x$.schemaHasRulesForType)(e,t[0]));if(i){let a=Gi(t,n,o.strictNumbers,sr.Wrong);r.if(a,()=>{s.length?T$(e,t,s):Bi(e)})}return i}_e.coerceAndCheckDataType=S$;var Kf=new Set(["string","number","integer","boolean","null"]);function P$(e,t){return t?e.filter(r=>Kf.has(r)||t==="array"&&r==="array"):[]}function T$(e,t,r){let{gen:n,data:o,opts:s}=e,i=n.let("dataType",(0,O._)`typeof ${o}`),a=n.let("coerced",(0,O._)`undefined`);s.coerceTypes==="array"&&n.if((0,O._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,O._)`${o}[0]`).assign(i,(0,O._)`typeof ${o}`).if(Gi(t,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,O._)`${a} !== undefined`);for(let u of r)(Kf.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),Bi(e),n.endIf(),n.if((0,O._)`${a} !== undefined`,()=>{n.assign(o,a),E$(e,a)});function c(u){switch(u){case"string":n.elseIf((0,O._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,O._)`"" + ${o}`).elseIf((0,O._)`${o} === null`).assign(a,(0,O._)`""`);return;case"number":n.elseIf((0,O._)`${i} == "boolean" || ${o} === null
4
+ || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,O._)`+${o}`);return;case"integer":n.elseIf((0,O._)`${i} === "boolean" || ${o} === null
5
+ || (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,O._)`+${o}`);return;case"boolean":n.elseIf((0,O._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,O._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,O._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,O._)`${i} === "string" || ${i} === "number"
6
+ || ${i} === "boolean" || ${o} === null`).assign(a,(0,O._)`[${o}]`)}}}function E$({gen:e,parentData:t,parentDataProperty:r},n){e.if((0,O._)`${t} !== undefined`,()=>e.assign((0,O._)`${t}[${r}]`,n))}function Ki(e,t,r,n=sr.Correct){let o=n===sr.Correct?O.operators.EQ:O.operators.NEQ,s;switch(e){case"null":return(0,O._)`${t} ${o} null`;case"array":s=(0,O._)`Array.isArray(${t})`;break;case"object":s=(0,O._)`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":s=i((0,O._)`!(${t} % 1) && !isNaN(${t})`);break;case"number":s=i();break;default:return(0,O._)`typeof ${t} ${o} ${e}`}return n===sr.Correct?s:(0,O.not)(s);function i(a=O.nil){return(0,O.and)((0,O._)`typeof ${t} == "number"`,a,r?(0,O._)`isFinite(${t})`:O.nil)}}_e.checkDataType=Ki;function Gi(e,t,r,n){if(e.length===1)return Ki(e[0],t,r,n);let o,s=(0,Hf.toHash)(e);if(s.array&&s.object){let i=(0,O._)`typeof ${t} != "object"`;o=s.null?i:(0,O._)`!${t} || ${i}`,delete s.null,delete s.array,delete s.object}else o=O.nil;s.number&&delete s.integer;for(let i in s)o=(0,O.and)(o,Ki(i,t,r,n));return o}_e.checkDataTypes=Gi;var R$={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>typeof e=="string"?(0,O._)`{type: ${e}}`:(0,O._)`{type: ${t}}`};function Bi(e){let t=I$(e);(0,z$.reportError)(t,R$)}_e.reportTypeError=Bi;function I$(e){let{gen:t,data:r,schema:n}=e,o=(0,Hf.schemaRefOrVal)(e,n,"type");return{gen:t,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:e}}});var Bf=z($o=>{"use strict";Object.defineProperty($o,"__esModule",{value:!0});$o.assignDefaults=void 0;var ir=C(),O$=D();function C$(e,t){let{properties:r,items:n}=e.schema;if(t==="object"&&r)for(let o in r)Gf(e,o,r[o].default);else t==="array"&&Array.isArray(n)&&n.forEach((o,s)=>Gf(e,s,o.default))}$o.assignDefaults=C$;function Gf(e,t,r){let{gen:n,compositeRule:o,data:s,opts:i}=e;if(r===void 0)return;let a=(0,ir._)`${s}${(0,ir.getProperty)(t)}`;if(o){(0,O$.checkStrictMode)(e,`default is ignored for: ${a}`);return}let c=(0,ir._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,ir._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,ir._)`${a} = ${(0,ir.stringify)(r)}`)}});var De=z(V=>{"use strict";Object.defineProperty(V,"__esModule",{value:!0});V.validateUnion=V.validateArray=V.usePattern=V.callValidateCode=V.schemaProperties=V.allSchemaProperties=V.noPropertyInData=V.propertyInData=V.isOwnProperty=V.hasPropFunc=V.reportMissingProp=V.checkMissingProp=V.checkReportMissingProp=void 0;var W=C(),Wi=D(),bt=dt(),N$=D();function A$(e,t){let{gen:r,data:n,it:o}=e;r.if(Qi(r,n,t,o.opts.ownProperties),()=>{e.setParams({missingProperty:(0,W._)`${t}`},!0),e.error()})}V.checkReportMissingProp=A$;function j$({gen:e,data:t,it:{opts:r}},n,o){return(0,W.or)(...n.map(s=>(0,W.and)(Qi(e,t,s,r.ownProperties),(0,W._)`${o} = ${s}`)))}V.checkMissingProp=j$;function Z$(e,t){e.setParams({missingProperty:t},!0),e.error()}V.reportMissingProp=Z$;function Wf(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,W._)`Object.prototype.hasOwnProperty`})}V.hasPropFunc=Wf;function Yi(e,t,r){return(0,W._)`${Wf(e)}.call(${t}, ${r})`}V.isOwnProperty=Yi;function D$(e,t,r,n){let o=(0,W._)`${t}${(0,W.getProperty)(r)} !== undefined`;return n?(0,W._)`${o} && ${Yi(e,t,r)}`:o}V.propertyInData=D$;function Qi(e,t,r,n){let o=(0,W._)`${t}${(0,W.getProperty)(r)} === undefined`;return n?(0,W.or)(o,(0,W.not)(Yi(e,t,r))):o}V.noPropertyInData=Qi;function Yf(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}V.allSchemaProperties=Yf;function M$(e,t){return Yf(t).filter(r=>!(0,Wi.alwaysValidSchema)(e,t[r]))}V.schemaProperties=M$;function q$({schemaCode:e,data:t,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let l=u?(0,W._)`${e}, ${t}, ${n}${o}`:t,p=[[bt.default.instancePath,(0,W.strConcat)(bt.default.instancePath,s)],[bt.default.parentData,i.parentData],[bt.default.parentDataProperty,i.parentDataProperty],[bt.default.rootData,bt.default.rootData]];i.opts.dynamicRef&&p.push([bt.default.dynamicAnchors,bt.default.dynamicAnchors]);let m=(0,W._)`${l}, ${r.object(...p)}`;return c!==W.nil?(0,W._)`${a}.call(${c}, ${m})`:(0,W._)`${a}(${m})`}V.callValidateCode=q$;var U$=(0,W._)`new RegExp`;function L$({gen:e,it:{opts:t}},r){let n=t.unicodeRegExp?"u":"",{regExp:o}=t.code,s=o(r,n);return e.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,W._)`${o.code==="new RegExp"?U$:(0,N$.useFunc)(e,o)}(${r}, ${n})`})}V.usePattern=L$;function F$(e){let{gen:t,data:r,keyword:n,it:o}=e,s=t.name("valid");if(o.allErrors){let a=t.let("valid",!0);return i(()=>t.assign(a,!1)),a}return t.var(s,!0),i(()=>t.break()),s;function i(a){let c=t.const("len",(0,W._)`${r}.length`);t.forRange("i",0,c,u=>{e.subschema({keyword:n,dataProp:u,dataPropType:Wi.Type.Num},s),t.if((0,W.not)(s),a)})}}V.validateArray=F$;function V$(e){let{gen:t,schema:r,keyword:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,Wi.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let i=t.let("valid",!1),a=t.name("_valid");t.block(()=>r.forEach((c,u)=>{let l=e.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);t.assign(i,(0,W._)`${i} || ${a}`),e.mergeValidEvaluated(l,a)||t.if((0,W.not)(i))})),e.result(i,()=>e.reset(),()=>e.error(!0))}V.validateUnion=V$});var em=z(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.validateKeywordUsage=Ye.validSchemaType=Ye.funcKeywordCode=Ye.macroKeywordCode=void 0;var we=C(),jt=dt(),H$=De(),J$=sn();function K$(e,t){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=e,a=t.macro.call(i.self,o,s,i),c=Xf(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");e.subschema({schema:a,schemaPath:we.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),e.pass(u,()=>e.error(!0))}Ye.macroKeywordCode=K$;function G$(e,t){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=e;W$(c,t);let u=!a&&t.compile?t.compile.call(c.self,s,i,c):t.validate,l=Xf(n,o,u),p=n.let("valid");e.block$data(p,m),e.ok((r=t.valid)!==null&&r!==void 0?r:p);function m(){if(t.errors===!1)y(),t.modifying&&Qf(e),w(()=>e.error());else{let v=t.async?f():g();t.modifying&&Qf(e),w(()=>B$(e,v))}}function f(){let v=n.let("ruleErrs",null);return n.try(()=>y((0,we._)`await `),R=>n.assign(p,!1).if((0,we._)`${R} instanceof ${c.ValidationError}`,()=>n.assign(v,(0,we._)`${R}.errors`),()=>n.throw(R))),v}function g(){let v=(0,we._)`${l}.errors`;return n.assign(v,null),y(we.nil),v}function y(v=t.async?(0,we._)`await `:we.nil){let R=c.opts.passContext?jt.default.this:jt.default.self,x=!("compile"in t&&!a||t.schema===!1);n.assign(p,(0,we._)`${v}${(0,H$.callValidateCode)(e,l,R,x)}`,t.modifying)}function w(v){var R;n.if((0,we.not)((R=t.valid)!==null&&R!==void 0?R:p),v)}}Ye.funcKeywordCode=G$;function Qf(e){let{gen:t,data:r,it:n}=e;t.if(n.parentData,()=>t.assign(r,(0,we._)`${n.parentData}[${n.parentDataProperty}]`))}function B$(e,t){let{gen:r}=e;r.if((0,we._)`Array.isArray(${t})`,()=>{r.assign(jt.default.vErrors,(0,we._)`${jt.default.vErrors} === null ? ${t} : ${jt.default.vErrors}.concat(${t})`).assign(jt.default.errors,(0,we._)`${jt.default.vErrors}.length`),(0,J$.extendErrors)(e)},()=>e.error())}function W$({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function Xf(e,t,r){if(r===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,we.stringify)(r)})}function Y$(e,t,r=!1){return!t.length||t.some(n=>n==="array"?Array.isArray(e):n==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==n||r&&typeof e>"u")}Ye.validSchemaType=Y$;function Q$({schema:e,opts:t,self:r,errSchemaPath:n},o,s){if(Array.isArray(o.keyword)?!o.keyword.includes(s):o.keyword!==s)throw new Error("ajv implementation error");let i=o.dependencies;if(i?.some(a=>!Object.prototype.hasOwnProperty.call(e,a)))throw new Error(`parent schema must have dependencies of ${s}: ${i.join(",")}`);if(o.validateSchema&&!o.validateSchema(e[s])){let c=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}Ye.validateKeywordUsage=Q$});var rm=z(xt=>{"use strict";Object.defineProperty(xt,"__esModule",{value:!0});xt.extendSubschemaMode=xt.extendSubschemaData=xt.getSubschema=void 0;var Qe=C(),tm=D();function X$(e,{keyword:t,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(t!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){let a=e.schema[t];return r===void 0?{schema:a,schemaPath:(0,Qe._)`${e.schemaPath}${(0,Qe.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:a[r],schemaPath:(0,Qe._)`${e.schemaPath}${(0,Qe.getProperty)(t)}${(0,Qe.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,tm.escapeFragment)(r)}`}}if(n!==void 0){if(o===void 0||s===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:o,topSchemaRef:i,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}xt.getSubschema=X$;function eb(e,t,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=t;if(r!==void 0){let{errorPath:u,dataPathArr:l,opts:p}=t,m=a.let("data",(0,Qe._)`${t.data}${(0,Qe.getProperty)(r)}`,!0);c(m),e.errorPath=(0,Qe.str)`${u}${(0,tm.getErrorPath)(r,n,p.jsPropertySyntax)}`,e.parentDataProperty=(0,Qe._)`${r}`,e.dataPathArr=[...l,e.parentDataProperty]}if(o!==void 0){let u=o instanceof Qe.Name?o:a.let("data",o,!0);c(u),i!==void 0&&(e.propertyName=i)}s&&(e.dataTypes=s);function c(u){e.data=u,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,u]}}xt.extendSubschemaData=eb;function tb(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:s}){n!==void 0&&(e.compositeRule=n),o!==void 0&&(e.createErrors=o),s!==void 0&&(e.allErrors=s),e.jtdDiscriminator=t,e.jtdMetadata=r}xt.extendSubschemaMode=tb});var Xi=z((zO,nm)=>{"use strict";nm.exports=function e(t,r){if(t===r)return!0;if(t&&r&&typeof t=="object"&&typeof r=="object"){if(t.constructor!==r.constructor)return!1;var n,o,s;if(Array.isArray(t)){if(n=t.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!e(t[o],r[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if(s=Object.keys(t),n=s.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[o]))return!1;for(o=n;o--!==0;){var i=s[o];if(!e(t[i],r[i]))return!1}return!0}return t!==t&&r!==r}});var sm=z((kO,om)=>{"use strict";var zt=om.exports=function(e,t,r){typeof t=="function"&&(r=t,t={}),r=t.cb||r;var n=typeof r=="function"?r:r.pre||function(){},o=r.post||function(){};bo(t,n,o,e,"",e)};zt.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};zt.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};zt.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};zt.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 bo(e,t,r,n,o,s,i,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){t(n,o,s,i,a,c,u);for(var l in n){var p=n[l];if(Array.isArray(p)){if(l in zt.arrayKeywords)for(var m=0;m<p.length;m++)bo(e,t,r,p[m],o+"/"+l+"/"+m,s,o,l,n,m)}else if(l in zt.propsKeywords){if(p&&typeof p=="object")for(var f in p)bo(e,t,r,p[f],o+"/"+l+"/"+rb(f),s,o,l,n,f)}else(l in zt.keywords||e.allKeys&&!(l in zt.skipKeywords))&&bo(e,t,r,p,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,c,u)}}function rb(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}});var cn=z(ke=>{"use strict";Object.defineProperty(ke,"__esModule",{value:!0});ke.getSchemaRefs=ke.resolveUrl=ke.normalizeId=ke._getFullPath=ke.getFullPath=ke.inlineRef=void 0;var nb=D(),ob=Xi(),sb=sm(),ib=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function ab(e,t=!0){return typeof e=="boolean"?!0:t===!0?!ea(e):t?im(e)<=t:!1}ke.inlineRef=ab;var cb=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function ea(e){for(let t in e){if(cb.has(t))return!0;let r=e[t];if(Array.isArray(r)&&r.some(ea)||typeof r=="object"&&ea(r))return!0}return!1}function im(e){let t=0;for(let r in e){if(r==="$ref")return 1/0;if(t++,!ib.has(r)&&(typeof e[r]=="object"&&(0,nb.eachItem)(e[r],n=>t+=im(n)),t===1/0))return 1/0}return t}function am(e,t="",r){r!==!1&&(t=ar(t));let n=e.parse(t);return cm(e,n)}ke.getFullPath=am;function cm(e,t){return e.serialize(t).split("#")[0]+"#"}ke._getFullPath=cm;var ub=/#\/?$/;function ar(e){return e?e.replace(ub,""):""}ke.normalizeId=ar;function lb(e,t,r){return r=ar(r),e.resolve(t,r)}ke.resolveUrl=lb;var db=/^[a-z_][-a-z0-9._]*$/i;function pb(e,t){if(typeof e=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=ar(e[r]||t),s={"":o},i=am(n,o,!1),a={},c=new Set;return sb(e,{allKeys:!0},(p,m,f,g)=>{if(g===void 0)return;let y=i+m,w=s[g];typeof p[r]=="string"&&(w=v.call(this,p[r])),R.call(this,p.$anchor),R.call(this,p.$dynamicAnchor),s[m]=w;function v(x){let k=this.opts.uriResolver.resolve;if(x=ar(w?k(w,x):x),c.has(x))throw l(x);c.add(x);let S=this.refs[x];return typeof S=="string"&&(S=this.refs[S]),typeof S=="object"?u(p,S.schema,x):x!==ar(y)&&(x[0]==="#"?(u(p,a[x],x),a[x]=p):this.refs[x]=y),x}function R(x){if(typeof x=="string"){if(!db.test(x))throw new Error(`invalid anchor "${x}"`);v.call(this,`#${x}`)}}}),a;function u(p,m,f){if(m!==void 0&&!ob(p,m))throw l(f)}function l(p){return new Error(`reference "${p}" resolves to more than one schema`)}}ke.getSchemaRefs=pb});var dn=z(kt=>{"use strict";Object.defineProperty(kt,"__esModule",{value:!0});kt.getData=kt.KeywordCxt=kt.validateFunctionCode=void 0;var fm=Lf(),um=an(),ra=Ji(),xo=an(),fb=Bf(),ln=em(),ta=rm(),T=C(),I=dt(),mb=cn(),pt=D(),un=sn();function hb(e){if(gm(e)&&(_m(e),hm(e))){yb(e);return}mm(e,()=>(0,fm.topBoolOrEmptySchema)(e))}kt.validateFunctionCode=hb;function mm({gen:e,validateName:t,schema:r,schemaEnv:n,opts:o},s){o.code.es5?e.func(t,(0,T._)`${I.default.data}, ${I.default.valCxt}`,n.$async,()=>{e.code((0,T._)`"use strict"; ${lm(r,o)}`),_b(e,o),e.code(s)}):e.func(t,(0,T._)`${I.default.data}, ${gb(o)}`,n.$async,()=>e.code(lm(r,o)).code(s))}function gb(e){return(0,T._)`{${I.default.instancePath}="", ${I.default.parentData}, ${I.default.parentDataProperty}, ${I.default.rootData}=${I.default.data}${e.dynamicRef?(0,T._)`, ${I.default.dynamicAnchors}={}`:T.nil}}={}`}function _b(e,t){e.if(I.default.valCxt,()=>{e.var(I.default.instancePath,(0,T._)`${I.default.valCxt}.${I.default.instancePath}`),e.var(I.default.parentData,(0,T._)`${I.default.valCxt}.${I.default.parentData}`),e.var(I.default.parentDataProperty,(0,T._)`${I.default.valCxt}.${I.default.parentDataProperty}`),e.var(I.default.rootData,(0,T._)`${I.default.valCxt}.${I.default.rootData}`),t.dynamicRef&&e.var(I.default.dynamicAnchors,(0,T._)`${I.default.valCxt}.${I.default.dynamicAnchors}`)},()=>{e.var(I.default.instancePath,(0,T._)`""`),e.var(I.default.parentData,(0,T._)`undefined`),e.var(I.default.parentDataProperty,(0,T._)`undefined`),e.var(I.default.rootData,I.default.data),t.dynamicRef&&e.var(I.default.dynamicAnchors,(0,T._)`{}`)})}function yb(e){let{schema:t,opts:r,gen:n}=e;mm(e,()=>{r.$comment&&t.$comment&&vm(e),xb(e),n.let(I.default.vErrors,null),n.let(I.default.errors,0),r.unevaluated&&vb(e),ym(e),Sb(e)})}function vb(e){let{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",(0,T._)`${r}.evaluated`),t.if((0,T._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,T._)`${e.evaluated}.props`,(0,T._)`undefined`)),t.if((0,T._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,T._)`${e.evaluated}.items`,(0,T._)`undefined`))}function lm(e,t){let r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?(0,T._)`/*# sourceURL=${r} */`:T.nil}function wb(e,t){if(gm(e)&&(_m(e),hm(e))){$b(e,t);return}(0,fm.boolOrEmptySchema)(e,t)}function hm({schema:e,self:t}){if(typeof e=="boolean")return!e;for(let r in e)if(t.RULES.all[r])return!0;return!1}function gm(e){return typeof e.schema!="boolean"}function $b(e,t){let{schema:r,gen:n,opts:o}=e;o.$comment&&r.$comment&&vm(e),zb(e),kb(e);let s=n.const("_errs",I.default.errors);ym(e,s),n.var(t,(0,T._)`${s} === ${I.default.errors}`)}function _m(e){(0,pt.checkUnknownRules)(e),bb(e)}function ym(e,t){if(e.opts.jtd)return dm(e,[],!1,t);let r=(0,um.getSchemaTypes)(e.schema),n=(0,um.coerceAndCheckDataType)(e,r);dm(e,r,!n,t)}function bb(e){let{schema:t,errSchemaPath:r,opts:n,self:o}=e;t.$ref&&n.ignoreKeywordsWithRef&&(0,pt.schemaHasRulesButRef)(t,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function xb(e){let{schema:t,opts:r}=e;t.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,pt.checkStrictMode)(e,"default is ignored in the schema root")}function zb(e){let t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,mb.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function kb(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function vm({gen:e,schemaEnv:t,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)e.code((0,T._)`${I.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,T.str)`${n}/$comment`,a=e.scopeValue("root",{ref:t.root});e.code((0,T._)`${I.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function Sb(e){let{gen:t,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=e;r.$async?t.if((0,T._)`${I.default.errors} === 0`,()=>t.return(I.default.data),()=>t.throw((0,T._)`new ${o}(${I.default.vErrors})`)):(t.assign((0,T._)`${n}.errors`,I.default.vErrors),s.unevaluated&&Pb(e),t.return((0,T._)`${I.default.errors} === 0`))}function Pb({gen:e,evaluated:t,props:r,items:n}){r instanceof T.Name&&e.assign((0,T._)`${t}.props`,r),n instanceof T.Name&&e.assign((0,T._)`${t}.items`,n)}function dm(e,t,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=e,{RULES:l}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,pt.schemaHasRulesButRef)(s,l))){o.block(()=>$m(e,"$ref",l.all.$ref.definition));return}c.jtd||Tb(e,t),o.block(()=>{for(let m of l.rules)p(m);p(l.post)});function p(m){(0,ra.shouldUseGroup)(s,m)&&(m.type?(o.if((0,xo.checkDataType)(m.type,i,c.strictNumbers)),pm(e,m),t.length===1&&t[0]===m.type&&r&&(o.else(),(0,xo.reportTypeError)(e)),o.endIf()):pm(e,m),a||o.if((0,T._)`${I.default.errors} === ${n||0}`))}}function pm(e,t){let{gen:r,schema:n,opts:{useDefaults:o}}=e;o&&(0,fb.assignDefaults)(e,t.type),r.block(()=>{for(let s of t.rules)(0,ra.shouldUseRule)(n,s)&&$m(e,s.keyword,s.definition,t.type)})}function Tb(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(Eb(e,t),e.opts.allowUnionTypes||Rb(e,t),Ib(e,e.dataTypes))}function Eb(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(r=>{wm(e.dataTypes,r)||na(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),Cb(e,t)}}function Rb(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&na(e,"use allowUnionTypes to allow union type keyword")}function Ib(e,t){let r=e.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,ra.shouldUseRule)(e.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>Ob(t,i))&&na(e,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function Ob(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function wm(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function Cb(e,t){let r=[];for(let n of e.dataTypes)wm(t,n)?r.push(n):t.includes("integer")&&n==="number"&&r.push("integer");e.dataTypes=r}function na(e,t){let r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,pt.checkStrictMode)(e,t,e.opts.strictTypes)}var zo=class{constructor(t,r,n){if((0,ln.validateKeywordUsage)(t,r,n),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=n,this.data=t.data,this.schema=t.schema[n],this.$data=r.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,pt.schemaRefOrVal)(t,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=r,this.$data)this.schemaCode=t.gen.const("vSchema",bm(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,ln.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=t.gen.const("_errs",I.default.errors))}result(t,r,n){this.failResult((0,T.not)(t),r,n)}failResult(t,r,n){this.gen.if(t),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,r){this.failResult((0,T.not)(t),void 0,r)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);let{schemaCode:r}=this;this.fail((0,T._)`${r} !== undefined && (${(0,T.or)(this.invalid$data(),t)})`)}error(t,r,n){if(r){this.setParams(r),this._error(t,n),this.setParams({});return}this._error(t,n)}_error(t,r){(t?un.reportExtraError:un.reportError)(this,this.def.error,r)}$dataError(){(0,un.reportError)(this,this.def.$dataError||un.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,un.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,r){r?Object.assign(this.params,t):this.params=t}block$data(t,r,n=T.nil){this.gen.block(()=>{this.check$data(t,n),r()})}check$data(t=T.nil,r=T.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,T.or)((0,T._)`${o} === undefined`,r)),t!==T.nil&&n.assign(t,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),t!==T.nil&&n.assign(t,!1)),n.else()}invalid$data(){let{gen:t,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,T.or)(i(),a());function i(){if(n.length){if(!(r instanceof T.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,T._)`${(0,xo.checkDataTypes)(c,r,s.opts.strictNumbers,xo.DataType.Wrong)}`}return T.nil}function a(){if(o.validateSchema){let c=t.scopeValue("validate$data",{ref:o.validateSchema});return(0,T._)`!${c}(${r})`}return T.nil}}subschema(t,r){let n=(0,ta.getSubschema)(this.it,t);(0,ta.extendSubschemaData)(n,this.it,t),(0,ta.extendSubschemaMode)(n,t);let o={...this.it,...n,items:void 0,props:void 0};return wb(o,r),o}mergeEvaluated(t,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&t.props!==void 0&&(n.props=pt.mergeEvaluated.props(o,t.props,n.props,r)),n.items!==!0&&t.items!==void 0&&(n.items=pt.mergeEvaluated.items(o,t.items,n.items,r)))}mergeValidEvaluated(t,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(t,T.Name)),!0}};kt.KeywordCxt=zo;function $m(e,t,r,n){let o=new zo(e,r,t);"code"in r?r.code(o,n):o.$data&&r.validate?(0,ln.funcKeywordCode)(o,r):"macro"in r?(0,ln.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,ln.funcKeywordCode)(o,r)}var Nb=/^\/(?:[^~]|~0|~1)*$/,Ab=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function bm(e,{dataLevel:t,dataNames:r,dataPathArr:n}){let o,s;if(e==="")return I.default.rootData;if(e[0]==="/"){if(!Nb.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);o=e,s=I.default.rootData}else{let u=Ab.exec(e);if(!u)throw new Error(`Invalid JSON-pointer: ${e}`);let l=+u[1];if(o=u[2],o==="#"){if(l>=t)throw new Error(c("property/index",l));return n[t-l]}if(l>t)throw new Error(c("data",l));if(s=r[t-l],!o)return s}let i=s,a=o.split("/");for(let u of a)u&&(s=(0,T._)`${s}${(0,T.getProperty)((0,pt.unescapeJsonPointer)(u))}`,i=(0,T._)`${i} && ${s}`);return i;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${t}`}}kt.getData=bm});var ko=z(sa=>{"use strict";Object.defineProperty(sa,"__esModule",{value:!0});var oa=class extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}};sa.default=oa});var pn=z(ca=>{"use strict";Object.defineProperty(ca,"__esModule",{value:!0});var ia=cn(),aa=class extends Error{constructor(t,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,ia.resolveUrl)(t,r,n),this.missingSchema=(0,ia.normalizeId)((0,ia.getFullPath)(t,this.missingRef))}};ca.default=aa});var Po=z(Me=>{"use strict";Object.defineProperty(Me,"__esModule",{value:!0});Me.resolveSchema=Me.getCompilingSchema=Me.resolveRef=Me.compileSchema=Me.SchemaEnv=void 0;var He=C(),jb=ko(),Zt=dt(),Je=cn(),xm=D(),Zb=dn(),cr=class{constructor(t){var r;this.refs={},this.dynamicAnchors={};let n;typeof t.schema=="object"&&(n=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(r=t.baseId)!==null&&r!==void 0?r:(0,Je.normalizeId)(n?.[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=n?.$async,this.refs={}}};Me.SchemaEnv=cr;function la(e){let t=zm.call(this,e);if(t)return t;let r=(0,Je.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new He.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;e.$async&&(a=i.scopeValue("Error",{ref:jb.default,code:(0,He._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");e.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:Zt.default.data,parentData:Zt.default.parentData,parentDataProperty:Zt.default.parentDataProperty,dataNames:[Zt.default.data],dataPathArr:[He.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,He.stringify)(e.schema)}:{ref:e.schema}),validateName:c,ValidationError:a,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:He.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,He._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(e),(0,Zb.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let p=i.toString();l=`${i.scopeRefs(Zt.default.scope)}return ${p}`,this.opts.code.process&&(l=this.opts.code.process(l,e));let f=new Function(`${Zt.default.self}`,`${Zt.default.scope}`,l)(this,this.scope.get());if(this.scope.value(c,{ref:f}),f.errors=null,f.schema=e.schema,f.schemaEnv=e,e.$async&&(f.$async=!0),this.opts.code.source===!0&&(f.source={validateName:c,validateCode:p,scopeValues:i._values}),this.opts.unevaluated){let{props:g,items:y}=u;f.evaluated={props:g instanceof He.Name?void 0:g,items:y instanceof He.Name?void 0:y,dynamicProps:g instanceof He.Name,dynamicItems:y instanceof He.Name},f.source&&(f.source.evaluated=(0,He.stringify)(f.evaluated))}return e.validate=f,e}catch(p){throw delete e.validate,delete e.validateName,l&&this.logger.error("Error compiling schema, function code:",l),p}finally{this._compilations.delete(e)}}Me.compileSchema=la;function Db(e,t,r){var n;r=(0,Je.resolveUrl)(this.opts.uriResolver,t,r);let o=e.refs[r];if(o)return o;let s=Ub.call(this,e,r);if(s===void 0){let i=(n=e.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(s=new cr({schema:i,schemaId:a,root:e,baseId:t}))}if(s!==void 0)return e.refs[r]=Mb.call(this,s)}Me.resolveRef=Db;function Mb(e){return(0,Je.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:la.call(this,e)}function zm(e){for(let t of this._compilations)if(qb(t,e))return t}Me.getCompilingSchema=zm;function qb(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function Ub(e,t){let r;for(;typeof(r=this.refs[t])=="string";)t=r;return r||this.schemas[t]||So.call(this,e,t)}function So(e,t){let r=this.opts.uriResolver.parse(t),n=(0,Je._getFullPath)(this.opts.uriResolver,r),o=(0,Je.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&n===o)return ua.call(this,r,e);let s=(0,Je.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=So.call(this,e,i);return typeof a?.schema!="object"?void 0:ua.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||la.call(this,i),s===(0,Je.normalizeId)(t)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,Je.resolveUrl)(this.opts.uriResolver,o,u)),new cr({schema:a,schemaId:c,root:e,baseId:o})}return ua.call(this,r,i)}}Me.resolveSchema=So;var Lb=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function ua(e,{baseId:t,schema:r,root:n}){var o;if(((o=e.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let a of e.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,xm.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!Lb.has(a)&&u&&(t=(0,Je.resolveUrl)(this.opts.uriResolver,t,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,xm.schemaHasRulesButRef)(r,this.RULES)){let a=(0,Je.resolveUrl)(this.opts.uriResolver,t,r.$ref);s=So.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new cr({schema:r,schemaId:i,root:n,baseId:t}),s.schema!==s.root.schema)return s}});var km=z((IO,Fb)=>{Fb.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 pa=z((OO,Em)=>{"use strict";var Vb=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),Pm=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 da(e){let t="",r=0,n=0;for(n=0;n<e.length;n++)if(r=e[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";t+=e[n];break}for(n+=1;n<e.length;n++){if(r=e[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";t+=e[n]}return t}var Hb=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function Sm(e){return e.length=0,!0}function Jb(e,t,r){if(e.length){let n=da(e);if(n!=="")t.push(n);else return r.error=!0,!1;e.length=0}return!0}function Kb(e){let t=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=Jb;for(let c=0;c<e.length;c++){let u=e[c];if(!(u==="["||u==="]"))if(u===":"){if(s===!0&&(i=!0),!a(o,n,r))break;if(++t>7){r.error=!0;break}c>0&&e[c-1]===":"&&(s=!0),n.push(":");continue}else if(u==="%"){if(!a(o,n,r))break;a=Sm}else{o.push(u);continue}}return o.length&&(a===Sm?r.zone=o.join(""):i?n.push(o.join("")):n.push(da(o))),r.address=n.join(""),r}function Tm(e){if(Gb(e,":")<2)return{host:e,isIPV6:!1};let t=Kb(e);if(t.error)return{host:e,isIPV6:!1};{let r=t.address,n=t.address;return t.zone&&(r+="%"+t.zone,n+="%25"+t.zone),{host:r,isIPV6:!0,escapedHost:n}}}function Gb(e,t){let r=0;for(let n=0;n<e.length;n++)e[n]===t&&r++;return r}function Bb(e){let t=e,r=[],n=-1,o=0;for(;o=t.length;){if(o===1){if(t===".")break;if(t==="/"){r.push("/");break}else{r.push(t);break}}else if(o===2){if(t[0]==="."){if(t[1]===".")break;if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"&&(t[1]==="."||t[1]==="/")){r.push("/");break}}else if(o===3&&t==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(t[0]==="."){if(t[1]==="."){if(t[2]==="/"){t=t.slice(3);continue}}else if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"&&t[1]==="."){if(t[2]==="/"){t=t.slice(2);continue}else if(t[2]==="."&&t[3]==="/"){t=t.slice(3),r.length!==0&&r.pop();continue}}if((n=t.indexOf("/",1))===-1){r.push(t);break}else r.push(t.slice(0,n)),t=t.slice(n)}return r.join("")}function Wb(e,t){let r=t!==!0?escape:unescape;return e.scheme!==void 0&&(e.scheme=r(e.scheme)),e.userinfo!==void 0&&(e.userinfo=r(e.userinfo)),e.host!==void 0&&(e.host=r(e.host)),e.path!==void 0&&(e.path=r(e.path)),e.query!==void 0&&(e.query=r(e.query)),e.fragment!==void 0&&(e.fragment=r(e.fragment)),e}function Yb(e){let t=[];if(e.userinfo!==void 0&&(t.push(e.userinfo),t.push("@")),e.host!==void 0){let r=unescape(e.host);if(!Pm(r)){let n=Tm(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=e.host}t.push(r)}return(typeof e.port=="number"||typeof e.port=="string")&&(t.push(":"),t.push(String(e.port))),t.length?t.join(""):void 0}Em.exports={nonSimpleDomain:Hb,recomposeAuthority:Yb,normalizeComponentEncoding:Wb,removeDotSegments:Bb,isIPv4:Pm,isUUID:Vb,normalizeIPv6:Tm,stringArrayToHexStripped:da}});var Nm=z((CO,Cm)=>{"use strict";var{isUUID:Qb}=pa(),Xb=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,e0=["http","https","ws","wss","urn","urn:uuid"];function t0(e){return e0.indexOf(e)!==-1}function fa(e){return e.secure===!0?!0:e.secure===!1?!1:e.scheme?e.scheme.length===3&&(e.scheme[0]==="w"||e.scheme[0]==="W")&&(e.scheme[1]==="s"||e.scheme[1]==="S")&&(e.scheme[2]==="s"||e.scheme[2]==="S"):!1}function Rm(e){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e}function Im(e){let t=String(e.scheme).toLowerCase()==="https";return(e.port===(t?443:80)||e.port==="")&&(e.port=void 0),e.path||(e.path="/"),e}function r0(e){return e.secure=fa(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e}function n0(e){if((e.port===(fa(e)?443:80)||e.port==="")&&(e.port=void 0),typeof e.secure=="boolean"&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){let[t,r]=e.resourceName.split("?");e.path=t&&t!=="/"?t:void 0,e.query=r,e.resourceName=void 0}return e.fragment=void 0,e}function o0(e,t){if(!e.path)return e.error="URN can not be parsed",e;let r=e.path.match(Xb);if(r){let n=t.scheme||e.scheme||"urn";e.nid=r[1].toLowerCase(),e.nss=r[2];let o=`${n}:${t.nid||e.nid}`,s=ma(o);e.path=void 0,s&&(e=s.parse(e,t))}else e.error=e.error||"URN can not be parsed.";return e}function s0(e,t){if(e.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=t.scheme||e.scheme||"urn",n=e.nid.toLowerCase(),o=`${r}:${t.nid||n}`,s=ma(o);s&&(e=s.serialize(e,t));let i=e,a=e.nss;return i.path=`${n||t.nid}:${a}`,t.skipEscape=!0,i}function i0(e,t){let r=e;return r.uuid=r.nss,r.nss=void 0,!t.tolerant&&(!r.uuid||!Qb(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function a0(e){let t=e;return t.nss=(e.uuid||"").toLowerCase(),t}var Om={scheme:"http",domainHost:!0,parse:Rm,serialize:Im},c0={scheme:"https",domainHost:Om.domainHost,parse:Rm,serialize:Im},To={scheme:"ws",domainHost:!0,parse:r0,serialize:n0},u0={scheme:"wss",domainHost:To.domainHost,parse:To.parse,serialize:To.serialize},l0={scheme:"urn",parse:o0,serialize:s0,skipNormalize:!0},d0={scheme:"urn:uuid",parse:i0,serialize:a0,skipNormalize:!0},Eo={http:Om,https:c0,ws:To,wss:u0,urn:l0,"urn:uuid":d0};Object.setPrototypeOf(Eo,null);function ma(e){return e&&(Eo[e]||Eo[e.toLowerCase()])||void 0}Cm.exports={wsIsSecure:fa,SCHEMES:Eo,isValidSchemeName:t0,getSchemeHandler:ma}});var Zm=z((NO,Io)=>{"use strict";var{normalizeIPv6:p0,removeDotSegments:fn,recomposeAuthority:f0,normalizeComponentEncoding:Ro,isIPv4:m0,nonSimpleDomain:h0}=pa(),{SCHEMES:g0,getSchemeHandler:Am}=Nm();function _0(e,t){return typeof e=="string"?e=Xe(ft(e,t),t):typeof e=="object"&&(e=ft(Xe(e,t),t)),e}function y0(e,t,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=jm(ft(e,n),ft(t,n),n,!0);return n.skipEscape=!0,Xe(o,n)}function jm(e,t,r,n){let o={};return n||(e=ft(Xe(e,r),r),t=ft(Xe(t,r),r)),r=r||{},!r.tolerant&&t.scheme?(o.scheme=t.scheme,o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=fn(t.path||""),o.query=t.query):(t.userinfo!==void 0||t.host!==void 0||t.port!==void 0?(o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=fn(t.path||""),o.query=t.query):(t.path?(t.path[0]==="/"?o.path=fn(t.path):((e.userinfo!==void 0||e.host!==void 0||e.port!==void 0)&&!e.path?o.path="/"+t.path:e.path?o.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:o.path=t.path,o.path=fn(o.path)),o.query=t.query):(o.path=e.path,t.query!==void 0?o.query=t.query:o.query=e.query),o.userinfo=e.userinfo,o.host=e.host,o.port=e.port),o.scheme=e.scheme),o.fragment=t.fragment,o}function v0(e,t,r){return typeof e=="string"?(e=unescape(e),e=Xe(Ro(ft(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=Xe(Ro(e,!0),{...r,skipEscape:!0})),typeof t=="string"?(t=unescape(t),t=Xe(Ro(ft(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=Xe(Ro(t,!0),{...r,skipEscape:!0})),e.toLowerCase()===t.toLowerCase()}function Xe(e,t){let r={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},n=Object.assign({},t),o=[],s=Am(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let i=f0(r);if(i!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(i),r.path&&r.path[0]!=="/"&&o.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(a=fn(a)),i===void 0&&a[0]==="/"&&a[1]==="/"&&(a="/%2F"+a.slice(2)),o.push(a)}return r.query!==void 0&&o.push("?",r.query),r.fragment!==void 0&&o.push("#",r.fragment),o.join("")}var w0=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function ft(e,t){let r=Object.assign({},t),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=!1;r.reference==="suffix"&&(r.scheme?e=r.scheme+":"+e:e="//"+e);let s=e.match(w0);if(s){if(n.scheme=s[1],n.userinfo=s[3],n.host=s[4],n.port=parseInt(s[5],10),n.path=s[6]||"",n.query=s[7],n.fragment=s[8],isNaN(n.port)&&(n.port=s[5]),n.host)if(m0(n.host)===!1){let c=p0(n.host);n.host=c.host.toLowerCase(),o=c.isIPV6}else o=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let i=Am(r.scheme||n.scheme);if(!r.unicodeSupport&&(!i||!i.unicodeSupport)&&n.host&&(r.domainHost||i&&i.domainHost)&&o===!1&&h0(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(a){n.error=n.error||"Host's domain name can not be converted to ASCII: "+a}(!i||i&&!i.skipNormalize)&&(e.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=unescape(n.host))),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),i&&i.parse&&i.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}var ha={SCHEMES:g0,normalize:_0,resolve:y0,resolveComponent:jm,equal:v0,serialize:Xe,parse:ft};Io.exports=ha;Io.exports.default=ha;Io.exports.fastUri=ha});var Mm=z(ga=>{"use strict";Object.defineProperty(ga,"__esModule",{value:!0});var Dm=Zm();Dm.code='require("ajv/dist/runtime/uri").default';ga.default=Dm});var Km=z(pe=>{"use strict";Object.defineProperty(pe,"__esModule",{value:!0});pe.CodeGen=pe.Name=pe.nil=pe.stringify=pe.str=pe._=pe.KeywordCxt=void 0;var $0=dn();Object.defineProperty(pe,"KeywordCxt",{enumerable:!0,get:function(){return $0.KeywordCxt}});var ur=C();Object.defineProperty(pe,"_",{enumerable:!0,get:function(){return ur._}});Object.defineProperty(pe,"str",{enumerable:!0,get:function(){return ur.str}});Object.defineProperty(pe,"stringify",{enumerable:!0,get:function(){return ur.stringify}});Object.defineProperty(pe,"nil",{enumerable:!0,get:function(){return ur.nil}});Object.defineProperty(pe,"Name",{enumerable:!0,get:function(){return ur.Name}});Object.defineProperty(pe,"CodeGen",{enumerable:!0,get:function(){return ur.CodeGen}});var b0=ko(),Vm=pn(),x0=Hi(),mn=Po(),z0=C(),hn=cn(),Oo=an(),ya=D(),qm=km(),k0=Mm(),Hm=(e,t)=>new RegExp(e,t);Hm.code="new RegExp";var S0=["removeAdditional","useDefaults","coerceTypes"],P0=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),T0={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."},E0={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},Um=200;function R0(e){var t,r,n,o,s,i,a,c,u,l,p,m,f,g,y,w,v,R,x,k,S,Te,Oe,Sr,Qo;let Pr=e.strict,Xo=(t=e.code)===null||t===void 0?void 0:t.optimize,Pc=Xo===!0||Xo===void 0?1:Xo||0,Tc=(n=(r=e.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:Hm,Yg=(o=e.uriResolver)!==null&&o!==void 0?o:k0.default;return{strictSchema:(i=(s=e.strictSchema)!==null&&s!==void 0?s:Pr)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=e.strictNumbers)!==null&&a!==void 0?a:Pr)!==null&&c!==void 0?c:!0,strictTypes:(l=(u=e.strictTypes)!==null&&u!==void 0?u:Pr)!==null&&l!==void 0?l:"log",strictTuples:(m=(p=e.strictTuples)!==null&&p!==void 0?p:Pr)!==null&&m!==void 0?m:"log",strictRequired:(g=(f=e.strictRequired)!==null&&f!==void 0?f:Pr)!==null&&g!==void 0?g:!1,code:e.code?{...e.code,optimize:Pc,regExp:Tc}:{optimize:Pc,regExp:Tc},loopRequired:(y=e.loopRequired)!==null&&y!==void 0?y:Um,loopEnum:(w=e.loopEnum)!==null&&w!==void 0?w:Um,meta:(v=e.meta)!==null&&v!==void 0?v:!0,messages:(R=e.messages)!==null&&R!==void 0?R:!0,inlineRefs:(x=e.inlineRefs)!==null&&x!==void 0?x:!0,schemaId:(k=e.schemaId)!==null&&k!==void 0?k:"$id",addUsedSchema:(S=e.addUsedSchema)!==null&&S!==void 0?S:!0,validateSchema:(Te=e.validateSchema)!==null&&Te!==void 0?Te:!0,validateFormats:(Oe=e.validateFormats)!==null&&Oe!==void 0?Oe:!0,unicodeRegExp:(Sr=e.unicodeRegExp)!==null&&Sr!==void 0?Sr:!0,int32range:(Qo=e.int32range)!==null&&Qo!==void 0?Qo:!0,uriResolver:Yg}}var gn=class{constructor(t={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,t=this.opts={...t,...R0(t)};let{es5:r,lines:n}=this.opts.code;this.scope=new z0.ValueScope({scope:{},prefixes:P0,es5:r,lines:n}),this.logger=j0(t.logger);let o=t.validateFormats;t.validateFormats=!1,this.RULES=(0,x0.getRules)(),Lm.call(this,T0,t,"NOT SUPPORTED"),Lm.call(this,E0,t,"DEPRECATED","warn"),this._metaOpts=N0.call(this),t.formats&&O0.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),t.keywords&&C0.call(this,t.keywords),typeof t.meta=="object"&&this.addMetaSchema(t.meta),I0.call(this),t.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:t,meta:r,schemaId:n}=this.opts,o=qm;n==="id"&&(o={...qm},o.id=o.$id,delete o.$id),r&&t&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:t,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof t=="object"?t[r]||t:void 0}validate(t,r){let n;if(typeof t=="string"){if(n=this.getSchema(t),!n)throw new Error(`no schema with key or ref "${t}"`)}else n=this.compile(t);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(t,r){let n=this._addSchema(t,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(t,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,t,r);async function o(l,p){await s.call(this,l.$schema);let m=this._addSchema(l,p);return m.validate||i.call(this,m)}async function s(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function i(l){try{return this._compileSchemaEnv(l)}catch(p){if(!(p instanceof Vm.default))throw p;return a.call(this,p),await c.call(this,p.missingSchema),i.call(this,l)}}function a({missingSchema:l,missingRef:p}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${p} cannot be resolved`)}async function c(l){let p=await u.call(this,l);this.refs[l]||await s.call(this,p.$schema),this.refs[l]||this.addSchema(p,l,r)}async function u(l){let p=this._loading[l];if(p)return p;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(t,r,n,o=this.opts.validateSchema){if(Array.isArray(t)){for(let i of t)this.addSchema(i,void 0,n,o);return this}let s;if(typeof t=="object"){let{schemaId:i}=this.opts;if(s=t[i],s!==void 0&&typeof s!="string")throw new Error(`schema ${i} must be string`)}return r=(0,hn.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(t,n,r,o,!0),this}addMetaSchema(t,r,n=this.opts.validateSchema){return this.addSchema(t,r,!0,n),this}validateSchema(t,r){if(typeof t=="boolean")return!0;let n;if(n=t.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(n,t);if(!o&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return o}getSchema(t){let r;for(;typeof(r=Fm.call(this,t))=="string";)t=r;if(r===void 0){let{schemaId:n}=this.opts,o=new mn.SchemaEnv({schema:{},schemaId:n});if(r=mn.resolveSchema.call(this,o,t),!r)return;this.refs[t]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(t){if(t instanceof RegExp)return this._removeAllSchemas(this.schemas,t),this._removeAllSchemas(this.refs,t),this;switch(typeof t){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=Fm.call(this,t);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[t],delete this.refs[t],this}case"object":{let r=t;this._cache.delete(r);let n=t[this.opts.schemaId];return n&&(n=(0,hn.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(t){for(let r of t)this.addKeyword(r);return this}addKeyword(t,r){let n;if(typeof t=="string")n=t,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof t=="object"&&r===void 0){if(r=t,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(D0.call(this,n,r),!r)return(0,ya.eachItem)(n,s=>_a.call(this,s)),this;q0.call(this,r);let o={...r,type:(0,Oo.getJSONTypes)(r.type),schemaType:(0,Oo.getJSONTypes)(r.schemaType)};return(0,ya.eachItem)(n,o.type.length===0?s=>_a.call(this,s,o):s=>o.type.forEach(i=>_a.call(this,s,o,i))),this}getKeyword(t){let r=this.RULES.all[t];return typeof r=="object"?r.definition:!!r}removeKeyword(t){let{RULES:r}=this;delete r.keywords[t],delete r.all[t];for(let n of r.rules){let o=n.rules.findIndex(s=>s.keyword===t);o>=0&&n.rules.splice(o,1)}return this}addFormat(t,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[t]=r,this}errorsText(t=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!t||t.length===0?"No errors":t.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,s)=>o+r+s)}$dataMetaSchema(t,r){let n=this.RULES.all;t=JSON.parse(JSON.stringify(t));for(let o of r){let s=o.split("/").slice(1),i=t;for(let a of s)i=i[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:u}=c.definition,l=i[a];u&&l&&(i[a]=Jm(l))}}return t}_removeAllSchemas(t,r){for(let n in t){let o=t[n];(!r||r.test(n))&&(typeof o=="string"?delete t[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete t[n]))}}_addSchema(t,r,n,o=this.opts.validateSchema,s=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof t=="object")i=t[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof t!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(t);if(c!==void 0)return c;n=(0,hn.normalizeId)(i||n);let u=hn.getSchemaRefs.call(this,t,n);return c=new mn.SchemaEnv({schema:t,schemaId:a,meta:r,baseId:n,localRefs:u}),this._cache.set(c.schema,c),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),o&&this.validateSchema(t,!0),c}_checkUnique(t){if(this.schemas[t]||this.refs[t])throw new Error(`schema with key or id "${t}" already exists`)}_compileSchemaEnv(t){if(t.meta?this._compileMetaSchema(t):mn.compileSchema.call(this,t),!t.validate)throw new Error("ajv implementation error");return t.validate}_compileMetaSchema(t){let r=this.opts;this.opts=this._metaOpts;try{mn.compileSchema.call(this,t)}finally{this.opts=r}}};gn.ValidationError=b0.default;gn.MissingRefError=Vm.default;pe.default=gn;function Lm(e,t,r,n="error"){for(let o in e){let s=o;s in t&&this.logger[n](`${r}: option ${o}. ${e[s]}`)}}function Fm(e){return e=(0,hn.normalizeId)(e),this.schemas[e]||this.refs[e]}function I0(){let e=this.opts.schemas;if(e)if(Array.isArray(e))this.addSchema(e);else for(let t in e)this.addSchema(e[t],t)}function O0(){for(let e in this.opts.formats){let t=this.opts.formats[e];t&&this.addFormat(e,t)}}function C0(e){if(Array.isArray(e)){this.addVocabulary(e);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let t in e){let r=e[t];r.keyword||(r.keyword=t),this.addKeyword(r)}}function N0(){let e={...this.opts};for(let t of S0)delete e[t];return e}var A0={log(){},warn(){},error(){}};function j0(e){if(e===!1)return A0;if(e===void 0)return console;if(e.log&&e.warn&&e.error)return e;throw new Error("logger must implement log, warn and error methods")}var Z0=/^[a-z_$][a-z0-9_$:-]*$/i;function D0(e,t){let{RULES:r}=this;if((0,ya.eachItem)(e,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!Z0.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!t&&t.$data&&!("code"in t||"validate"in t))throw new Error('$data keyword must have "code" or "validate" function')}function _a(e,t,r){var n;let o=t?.post;if(r&&o)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,i=o?s.post:s.rules.find(({type:c})=>c===r);if(i||(i={type:r,rules:[]},s.rules.push(i)),s.keywords[e]=!0,!t)return;let a={keyword:e,definition:{...t,type:(0,Oo.getJSONTypes)(t.type),schemaType:(0,Oo.getJSONTypes)(t.schemaType)}};t.before?M0.call(this,i,a,t.before):i.rules.push(a),s.all[e]=a,(n=t.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function M0(e,t,r){let n=e.rules.findIndex(o=>o.keyword===r);n>=0?e.rules.splice(n,0,t):(e.rules.push(t),this.logger.warn(`rule ${r} is not defined`))}function q0(e){let{metaSchema:t}=e;t!==void 0&&(e.$data&&this.opts.$data&&(t=Jm(t)),e.validateSchema=this.compile(t,!0))}var U0={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Jm(e){return{anyOf:[e,U0]}}});var Gm=z(va=>{"use strict";Object.defineProperty(va,"__esModule",{value:!0});var L0={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};va.default=L0});var Qm=z(Dt=>{"use strict";Object.defineProperty(Dt,"__esModule",{value:!0});Dt.callRef=Dt.getValidate=void 0;var F0=pn(),Bm=De(),Se=C(),lr=dt(),Wm=Po(),Co=D(),V0={keyword:"$ref",schemaType:"string",code(e){let{gen:t,schema:r,it:n}=e,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:c}=n,{root:u}=s;if((r==="#"||r==="#/")&&o===u.baseId)return p();let l=Wm.resolveRef.call(c,u,o,r);if(l===void 0)throw new F0.default(n.opts.uriResolver,o,r);if(l instanceof Wm.SchemaEnv)return m(l);return f(l);function p(){if(s===u)return No(e,i,s,s.$async);let g=t.scopeValue("root",{ref:u});return No(e,(0,Se._)`${g}.validate`,u,u.$async)}function m(g){let y=Ym(e,g);No(e,y,g,g.$async)}function f(g){let y=t.scopeValue("schema",a.code.source===!0?{ref:g,code:(0,Se.stringify)(g)}:{ref:g}),w=t.name("valid"),v=e.subschema({schema:g,dataTypes:[],schemaPath:Se.nil,topSchemaRef:y,errSchemaPath:r},w);e.mergeEvaluated(v),e.ok(w)}}};function Ym(e,t){let{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):(0,Se._)`${r.scopeValue("wrapper",{ref:t})}.validate`}Dt.getValidate=Ym;function No(e,t,r,n){let{gen:o,it:s}=e,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?lr.default.this:Se.nil;n?l():p();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let g=o.let("valid");o.try(()=>{o.code((0,Se._)`await ${(0,Bm.callValidateCode)(e,t,u)}`),f(t),i||o.assign(g,!0)},y=>{o.if((0,Se._)`!(${y} instanceof ${s.ValidationError})`,()=>o.throw(y)),m(y),i||o.assign(g,!1)}),e.ok(g)}function p(){e.result((0,Bm.callValidateCode)(e,t,u),()=>f(t),()=>m(t))}function m(g){let y=(0,Se._)`${g}.errors`;o.assign(lr.default.vErrors,(0,Se._)`${lr.default.vErrors} === null ? ${y} : ${lr.default.vErrors}.concat(${y})`),o.assign(lr.default.errors,(0,Se._)`${lr.default.vErrors}.length`)}function f(g){var y;if(!s.opts.unevaluated)return;let w=(y=r?.validate)===null||y===void 0?void 0:y.evaluated;if(s.props!==!0)if(w&&!w.dynamicProps)w.props!==void 0&&(s.props=Co.mergeEvaluated.props(o,w.props,s.props));else{let v=o.var("props",(0,Se._)`${g}.evaluated.props`);s.props=Co.mergeEvaluated.props(o,v,s.props,Se.Name)}if(s.items!==!0)if(w&&!w.dynamicItems)w.items!==void 0&&(s.items=Co.mergeEvaluated.items(o,w.items,s.items));else{let v=o.var("items",(0,Se._)`${g}.evaluated.items`);s.items=Co.mergeEvaluated.items(o,v,s.items,Se.Name)}}}Dt.callRef=No;Dt.default=V0});var Xm=z(wa=>{"use strict";Object.defineProperty(wa,"__esModule",{value:!0});var H0=Gm(),J0=Qm(),K0=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",H0.default,J0.default];wa.default=K0});var eh=z($a=>{"use strict";Object.defineProperty($a,"__esModule",{value:!0});var Ao=C(),St=Ao.operators,jo={maximum:{okStr:"<=",ok:St.LTE,fail:St.GT},minimum:{okStr:">=",ok:St.GTE,fail:St.LT},exclusiveMaximum:{okStr:"<",ok:St.LT,fail:St.GTE},exclusiveMinimum:{okStr:">",ok:St.GT,fail:St.LTE}},G0={message:({keyword:e,schemaCode:t})=>(0,Ao.str)`must be ${jo[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,Ao._)`{comparison: ${jo[e].okStr}, limit: ${t}}`},B0={keyword:Object.keys(jo),type:"number",schemaType:"number",$data:!0,error:G0,code(e){let{keyword:t,data:r,schemaCode:n}=e;e.fail$data((0,Ao._)`${r} ${jo[t].fail} ${n} || isNaN(${r})`)}};$a.default=B0});var th=z(ba=>{"use strict";Object.defineProperty(ba,"__esModule",{value:!0});var _n=C(),W0={message:({schemaCode:e})=>(0,_n.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,_n._)`{multipleOf: ${e}}`},Y0={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:W0,code(e){let{gen:t,data:r,schemaCode:n,it:o}=e,s=o.opts.multipleOfPrecision,i=t.let("res"),a=s?(0,_n._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,_n._)`${i} !== parseInt(${i})`;e.fail$data((0,_n._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};ba.default=Y0});var nh=z(xa=>{"use strict";Object.defineProperty(xa,"__esModule",{value:!0});function rh(e){let t=e.length,r=0,n=0,o;for(;n<t;)r++,o=e.charCodeAt(n++),o>=55296&&o<=56319&&n<t&&(o=e.charCodeAt(n),(o&64512)===56320&&n++);return r}xa.default=rh;rh.code='require("ajv/dist/runtime/ucs2length").default'});var oh=z(za=>{"use strict";Object.defineProperty(za,"__esModule",{value:!0});var Mt=C(),Q0=D(),X0=nh(),ex={message({keyword:e,schemaCode:t}){let r=e==="maxLength"?"more":"fewer";return(0,Mt.str)`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>(0,Mt._)`{limit: ${e}}`},tx={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:ex,code(e){let{keyword:t,data:r,schemaCode:n,it:o}=e,s=t==="maxLength"?Mt.operators.GT:Mt.operators.LT,i=o.opts.unicode===!1?(0,Mt._)`${r}.length`:(0,Mt._)`${(0,Q0.useFunc)(e.gen,X0.default)}(${r})`;e.fail$data((0,Mt._)`${i} ${s} ${n}`)}};za.default=tx});var sh=z(ka=>{"use strict";Object.defineProperty(ka,"__esModule",{value:!0});var rx=De(),nx=D(),dr=C(),ox={message:({schemaCode:e})=>(0,dr.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,dr._)`{pattern: ${e}}`},sx={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:ox,code(e){let{gen:t,data:r,$data:n,schema:o,schemaCode:s,it:i}=e,a=i.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=i.opts.code,u=c.code==="new RegExp"?(0,dr._)`new RegExp`:(0,nx.useFunc)(t,c),l=t.let("valid");t.try(()=>t.assign(l,(0,dr._)`${u}(${s}, ${a}).test(${r})`),()=>t.assign(l,!1)),e.fail$data((0,dr._)`!${l}`)}else{let c=(0,rx.usePattern)(e,o);e.fail$data((0,dr._)`!${c}.test(${r})`)}}};ka.default=sx});var ih=z(Sa=>{"use strict";Object.defineProperty(Sa,"__esModule",{value:!0});var yn=C(),ix={message({keyword:e,schemaCode:t}){let r=e==="maxProperties"?"more":"fewer";return(0,yn.str)`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>(0,yn._)`{limit: ${e}}`},ax={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:ix,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxProperties"?yn.operators.GT:yn.operators.LT;e.fail$data((0,yn._)`Object.keys(${r}).length ${o} ${n}`)}};Sa.default=ax});var ah=z(Pa=>{"use strict";Object.defineProperty(Pa,"__esModule",{value:!0});var vn=De(),wn=C(),cx=D(),ux={message:({params:{missingProperty:e}})=>(0,wn.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,wn._)`{missingProperty: ${e}}`},lx={keyword:"required",type:"object",schemaType:"array",$data:!0,error:ux,code(e){let{gen:t,schema:r,schemaCode:n,data:o,$data:s,it:i}=e,{opts:a}=i;if(!s&&r.length===0)return;let c=r.length>=a.loopRequired;if(i.allErrors?u():l(),a.strictRequired){let f=e.parentSchema.properties,{definedProperties:g}=e.it;for(let y of r)if(f?.[y]===void 0&&!g.has(y)){let w=i.schemaEnv.baseId+i.errSchemaPath,v=`required property "${y}" is not defined at "${w}" (strictRequired)`;(0,cx.checkStrictMode)(i,v,i.opts.strictRequired)}}function u(){if(c||s)e.block$data(wn.nil,p);else for(let f of r)(0,vn.checkReportMissingProp)(e,f)}function l(){let f=t.let("missing");if(c||s){let g=t.let("valid",!0);e.block$data(g,()=>m(f,g)),e.ok(g)}else t.if((0,vn.checkMissingProp)(e,r,f)),(0,vn.reportMissingProp)(e,f),t.else()}function p(){t.forOf("prop",n,f=>{e.setParams({missingProperty:f}),t.if((0,vn.noPropertyInData)(t,o,f,a.ownProperties),()=>e.error())})}function m(f,g){e.setParams({missingProperty:f}),t.forOf(f,n,()=>{t.assign(g,(0,vn.propertyInData)(t,o,f,a.ownProperties)),t.if((0,wn.not)(g),()=>{e.error(),t.break()})},wn.nil)}}};Pa.default=lx});var ch=z(Ta=>{"use strict";Object.defineProperty(Ta,"__esModule",{value:!0});var $n=C(),dx={message({keyword:e,schemaCode:t}){let r=e==="maxItems"?"more":"fewer";return(0,$n.str)`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>(0,$n._)`{limit: ${e}}`},px={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:dx,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxItems"?$n.operators.GT:$n.operators.LT;e.fail$data((0,$n._)`${r}.length ${o} ${n}`)}};Ta.default=px});var Zo=z(Ea=>{"use strict";Object.defineProperty(Ea,"__esModule",{value:!0});var uh=Xi();uh.code='require("ajv/dist/runtime/equal").default';Ea.default=uh});var lh=z(Ia=>{"use strict";Object.defineProperty(Ia,"__esModule",{value:!0});var Ra=an(),fe=C(),fx=D(),mx=Zo(),hx={message:({params:{i:e,j:t}})=>(0,fe.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,fe._)`{i: ${e}, j: ${t}}`},gx={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:hx,code(e){let{gen:t,data:r,$data:n,schema:o,parentSchema:s,schemaCode:i,it:a}=e;if(!n&&!o)return;let c=t.let("valid"),u=s.items?(0,Ra.getSchemaTypes)(s.items):[];e.block$data(c,l,(0,fe._)`${i} === false`),e.ok(c);function l(){let g=t.let("i",(0,fe._)`${r}.length`),y=t.let("j");e.setParams({i:g,j:y}),t.assign(c,!0),t.if((0,fe._)`${g} > 1`,()=>(p()?m:f)(g,y))}function p(){return u.length>0&&!u.some(g=>g==="object"||g==="array")}function m(g,y){let w=t.name("item"),v=(0,Ra.checkDataTypes)(u,w,a.opts.strictNumbers,Ra.DataType.Wrong),R=t.const("indices",(0,fe._)`{}`);t.for((0,fe._)`;${g}--;`,()=>{t.let(w,(0,fe._)`${r}[${g}]`),t.if(v,(0,fe._)`continue`),u.length>1&&t.if((0,fe._)`typeof ${w} == "string"`,(0,fe._)`${w} += "_"`),t.if((0,fe._)`typeof ${R}[${w}] == "number"`,()=>{t.assign(y,(0,fe._)`${R}[${w}]`),e.error(),t.assign(c,!1).break()}).code((0,fe._)`${R}[${w}] = ${g}`)})}function f(g,y){let w=(0,fx.useFunc)(t,mx.default),v=t.name("outer");t.label(v).for((0,fe._)`;${g}--;`,()=>t.for((0,fe._)`${y} = ${g}; ${y}--;`,()=>t.if((0,fe._)`${w}(${r}[${g}], ${r}[${y}])`,()=>{e.error(),t.assign(c,!1).break(v)})))}}};Ia.default=gx});var dh=z(Ca=>{"use strict";Object.defineProperty(Ca,"__esModule",{value:!0});var Oa=C(),_x=D(),yx=Zo(),vx={message:"must be equal to constant",params:({schemaCode:e})=>(0,Oa._)`{allowedValue: ${e}}`},wx={keyword:"const",$data:!0,error:vx,code(e){let{gen:t,data:r,$data:n,schemaCode:o,schema:s}=e;n||s&&typeof s=="object"?e.fail$data((0,Oa._)`!${(0,_x.useFunc)(t,yx.default)}(${r}, ${o})`):e.fail((0,Oa._)`${s} !== ${r}`)}};Ca.default=wx});var ph=z(Na=>{"use strict";Object.defineProperty(Na,"__esModule",{value:!0});var bn=C(),$x=D(),bx=Zo(),xx={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,bn._)`{allowedValues: ${e}}`},zx={keyword:"enum",schemaType:"array",$data:!0,error:xx,code(e){let{gen:t,data:r,$data:n,schema:o,schemaCode:s,it:i}=e;if(!n&&o.length===0)throw new Error("enum must have non-empty array");let a=o.length>=i.opts.loopEnum,c,u=()=>c??(c=(0,$x.useFunc)(t,bx.default)),l;if(a||n)l=t.let("valid"),e.block$data(l,p);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let f=t.const("vSchema",s);l=(0,bn.or)(...o.map((g,y)=>m(f,y)))}e.pass(l);function p(){t.assign(l,!1),t.forOf("v",s,f=>t.if((0,bn._)`${u()}(${r}, ${f})`,()=>t.assign(l,!0).break()))}function m(f,g){let y=o[g];return typeof y=="object"&&y!==null?(0,bn._)`${u()}(${r}, ${f}[${g}])`:(0,bn._)`${r} === ${y}`}}};Na.default=zx});var fh=z(Aa=>{"use strict";Object.defineProperty(Aa,"__esModule",{value:!0});var kx=eh(),Sx=th(),Px=oh(),Tx=sh(),Ex=ih(),Rx=ah(),Ix=ch(),Ox=lh(),Cx=dh(),Nx=ph(),Ax=[kx.default,Sx.default,Px.default,Tx.default,Ex.default,Rx.default,Ix.default,Ox.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},Cx.default,Nx.default];Aa.default=Ax});var Za=z(xn=>{"use strict";Object.defineProperty(xn,"__esModule",{value:!0});xn.validateAdditionalItems=void 0;var qt=C(),ja=D(),jx={message:({params:{len:e}})=>(0,qt.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,qt._)`{limit: ${e}}`},Zx={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:jx,code(e){let{parentSchema:t,it:r}=e,{items:n}=t;if(!Array.isArray(n)){(0,ja.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}mh(e,n)}};function mh(e,t){let{gen:r,schema:n,data:o,keyword:s,it:i}=e;i.items=!0;let a=r.const("len",(0,qt._)`${o}.length`);if(n===!1)e.setParams({len:t.length}),e.pass((0,qt._)`${a} <= ${t.length}`);else if(typeof n=="object"&&!(0,ja.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,qt._)`${a} <= ${t.length}`);r.if((0,qt.not)(u),()=>c(u)),e.ok(u)}function c(u){r.forRange("i",t.length,a,l=>{e.subschema({keyword:s,dataProp:l,dataPropType:ja.Type.Num},u),i.allErrors||r.if((0,qt.not)(u),()=>r.break())})}}xn.validateAdditionalItems=mh;xn.default=Zx});var Da=z(zn=>{"use strict";Object.defineProperty(zn,"__esModule",{value:!0});zn.validateTuple=void 0;var hh=C(),Do=D(),Dx=De(),Mx={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){let{schema:t,it:r}=e;if(Array.isArray(t))return gh(e,"additionalItems",t);r.items=!0,!(0,Do.alwaysValidSchema)(r,t)&&e.ok((0,Dx.validateArray)(e))}};function gh(e,t,r=e.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=e;l(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=Do.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,hh._)`${s}.length`);r.forEach((p,m)=>{(0,Do.alwaysValidSchema)(a,p)||(n.if((0,hh._)`${u} > ${m}`,()=>e.subschema({keyword:i,schemaProp:m,dataProp:m},c)),e.ok(c))});function l(p){let{opts:m,errSchemaPath:f}=a,g=r.length,y=g===p.minItems&&(g===p.maxItems||p[t]===!1);if(m.strictTuples&&!y){let w=`"${i}" is ${g}-tuple, but minItems or maxItems/${t} are not specified or different at path "${f}"`;(0,Do.checkStrictMode)(a,w,m.strictTuples)}}}zn.validateTuple=gh;zn.default=Mx});var _h=z(Ma=>{"use strict";Object.defineProperty(Ma,"__esModule",{value:!0});var qx=Da(),Ux={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,qx.validateTuple)(e,"items")};Ma.default=Ux});var vh=z(qa=>{"use strict";Object.defineProperty(qa,"__esModule",{value:!0});var yh=C(),Lx=D(),Fx=De(),Vx=Za(),Hx={message:({params:{len:e}})=>(0,yh.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,yh._)`{limit: ${e}}`},Jx={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:Hx,code(e){let{schema:t,parentSchema:r,it:n}=e,{prefixItems:o}=r;n.items=!0,!(0,Lx.alwaysValidSchema)(n,t)&&(o?(0,Vx.validateAdditionalItems)(e,o):e.ok((0,Fx.validateArray)(e)))}};qa.default=Jx});var wh=z(Ua=>{"use strict";Object.defineProperty(Ua,"__esModule",{value:!0});var qe=C(),Mo=D(),Kx={message:({params:{min:e,max:t}})=>t===void 0?(0,qe.str)`must contain at least ${e} valid item(s)`:(0,qe.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,qe._)`{minContains: ${e}}`:(0,qe._)`{minContains: ${e}, maxContains: ${t}}`},Gx={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:Kx,code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:s}=e,i,a,{minContains:c,maxContains:u}=n;s.opts.next?(i=c===void 0?1:c,a=u):i=1;let l=t.const("len",(0,qe._)`${o}.length`);if(e.setParams({min:i,max:a}),a===void 0&&i===0){(0,Mo.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,Mo.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,Mo.alwaysValidSchema)(s,r)){let y=(0,qe._)`${l} >= ${i}`;a!==void 0&&(y=(0,qe._)`${y} && ${l} <= ${a}`),e.pass(y);return}s.items=!0;let p=t.name("valid");a===void 0&&i===1?f(p,()=>t.if(p,()=>t.break())):i===0?(t.let(p,!0),a!==void 0&&t.if((0,qe._)`${o}.length > 0`,m)):(t.let(p,!1),m()),e.result(p,()=>e.reset());function m(){let y=t.name("_valid"),w=t.let("count",0);f(y,()=>t.if(y,()=>g(w)))}function f(y,w){t.forRange("i",0,l,v=>{e.subschema({keyword:"contains",dataProp:v,dataPropType:Mo.Type.Num,compositeRule:!0},y),w()})}function g(y){t.code((0,qe._)`${y}++`),a===void 0?t.if((0,qe._)`${y} >= ${i}`,()=>t.assign(p,!0).break()):(t.if((0,qe._)`${y} > ${a}`,()=>t.assign(p,!1).break()),i===1?t.assign(p,!0):t.if((0,qe._)`${y} >= ${i}`,()=>t.assign(p,!0)))}}};Ua.default=Gx});var xh=z(et=>{"use strict";Object.defineProperty(et,"__esModule",{value:!0});et.validateSchemaDeps=et.validatePropertyDeps=et.error=void 0;var La=C(),Bx=D(),kn=De();et.error={message:({params:{property:e,depsCount:t,deps:r}})=>{let n=t===1?"property":"properties";return(0,La.str)`must have ${n} ${r} when property ${e} is present`},params:({params:{property:e,depsCount:t,deps:r,missingProperty:n}})=>(0,La._)`{property: ${e},
7
7
  missingProperty: ${n},
8
8
  depsCount: ${t},
9
- deps: ${r}}`};var Fz={keyword:"dependencies",type:"object",schemaType:"object",error:Xe.error,code(e){let[t,r]=Vz(e);_h(e,t),yh(e,r)}};function Vz({schema:e}){let t={},r={};for(let n in e){if(n==="__proto__")continue;let o=Array.isArray(e[n])?t:r;o[n]=e[n]}return[t,r]}function _h(e,t=e.schema){let{gen:r,data:n,it:o}=e;if(Object.keys(t).length===0)return;let s=r.let("missing");for(let i in t){let a=t[i];if(a.length===0)continue;let c=(0,xn.propertyInData)(r,n,i,o.opts.ownProperties);e.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(c,()=>{for(let u of a)(0,xn.checkReportMissingProp)(e,u)}):(r.if((0,Ua._)`${c} && (${(0,xn.checkMissingProp)(e,a,s)})`),(0,xn.reportMissingProp)(e,s),r.else())}}Xe.validatePropertyDeps=_h;function yh(e,t=e.schema){let{gen:r,data:n,keyword:o,it:s}=e,i=r.name("valid");for(let a in t)(0,Lz.alwaysValidSchema)(s,t[a])||(r.if((0,xn.propertyInData)(r,n,a,s.opts.ownProperties),()=>{let c=e.subschema({keyword:o,schemaProp:a},i);e.mergeValidEvaluated(c,i)},()=>r.var(i,!0)),e.ok(i))}Xe.validateSchemaDeps=yh;Xe.default=Fz});var $h=z(La=>{"use strict";Object.defineProperty(La,"__esModule",{value:!0});var wh=C(),Hz=D(),Jz={message:"property name must be valid",params:({params:e})=>(0,wh._)`{propertyName: ${e.propertyName}}`},Kz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:Jz,code(e){let{gen:t,schema:r,data:n,it:o}=e;if((0,Hz.alwaysValidSchema)(o,r))return;let s=t.name("valid");t.forIn("key",n,i=>{e.setParams({propertyName:i}),e.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},s),t.if((0,wh.not)(s),()=>{e.error(!0),o.allErrors||t.break()})}),e.ok(s)}};La.default=Kz});var Va=z(Fa=>{"use strict";Object.defineProperty(Fa,"__esModule",{value:!0});var Mo=De(),Ke=C(),Gz=dt(),qo=D(),Bz={message:"must NOT have additional properties",params:({params:e})=>(0,Ke._)`{additionalProperty: ${e.additionalProperty}}`},Wz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:Bz,code(e){let{gen:t,schema:r,parentSchema:n,data:o,errsCount:s,it:i}=e;if(!s)throw new Error("ajv implementation error");let{allErrors:a,opts:c}=i;if(i.props=!0,c.removeAdditional!=="all"&&(0,qo.alwaysValidSchema)(i,r))return;let u=(0,Mo.allSchemaProperties)(n.properties),l=(0,Mo.allSchemaProperties)(n.patternProperties);p(),e.ok((0,Ke._)`${s} === ${Gz.default.errors}`);function p(){t.forIn("key",o,y=>{!u.length&&!l.length?g(y):t.if(m(y),()=>g(y))})}function m(y){let v;if(u.length>8){let O=(0,qo.schemaRefOrVal)(i,n.properties,"properties");v=(0,Mo.isOwnProperty)(t,O,y)}else u.length?v=(0,Ke.or)(...u.map(O=>(0,Ke._)`${y} === ${O}`)):v=Ke.nil;return l.length&&(v=(0,Ke.or)(v,...l.map(O=>(0,Ke._)`${(0,Mo.usePattern)(e,O)}.test(${y})`))),(0,Ke.not)(v)}function f(y){t.code((0,Ke._)`delete ${o}[${y}]`)}function g(y){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){f(y);return}if(r===!1){e.setParams({additionalProperty:y}),e.error(),a||t.break();return}if(typeof r=="object"&&!(0,qo.alwaysValidSchema)(i,r)){let v=t.name("valid");c.removeAdditional==="failing"?(_(y,v,!1),t.if((0,Ke.not)(v),()=>{e.reset(),f(y)})):(_(y,v),a||t.if((0,Ke.not)(v),()=>t.break()))}}function _(y,v,O){let x={keyword:"additionalProperties",dataProp:y,dataPropType:qo.Type.Str};O===!1&&Object.assign(x,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(x,v)}}};Fa.default=Wz});var xh=z(Ja=>{"use strict";Object.defineProperty(Ja,"__esModule",{value:!0});var Yz=ln(),bh=De(),Ha=D(),zh=Va(),Qz={keyword:"properties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:s}=e;s.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&zh.default.code(new Yz.KeywordCxt(s,zh.default,"additionalProperties"));let i=(0,bh.allSchemaProperties)(r);for(let p of i)s.definedProperties.add(p);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=Ha.mergeEvaluated.props(t,(0,Ha.toHash)(i),s.props));let a=i.filter(p=>!(0,Ha.alwaysValidSchema)(s,r[p]));if(a.length===0)return;let c=t.name("valid");for(let p of a)u(p)?l(p):(t.if((0,bh.propertyInData)(t,o,p,s.opts.ownProperties)),l(p),s.allErrors||t.else().var(c,!0),t.endIf()),e.it.definedProperties.add(p),e.ok(c);function u(p){return s.opts.useDefaults&&!s.compositeRule&&r[p].default!==void 0}function l(p){e.subschema({keyword:"properties",schemaProp:p,dataProp:p},c)}}};Ja.default=Qz});var Th=z(Ka=>{"use strict";Object.defineProperty(Ka,"__esModule",{value:!0});var kh=De(),Uo=C(),Sh=D(),Ph=D(),Xz={keyword:"patternProperties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,data:n,parentSchema:o,it:s}=e,{opts:i}=s,a=(0,kh.allSchemaProperties)(r),c=a.filter(_=>(0,Sh.alwaysValidSchema)(s,r[_]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,l=t.name("valid");s.props!==!0&&!(s.props instanceof Uo.Name)&&(s.props=(0,Ph.evaluatedPropsToName)(t,s.props));let{props:p}=s;m();function m(){for(let _ of a)u&&f(_),s.allErrors?g(_):(t.var(l,!0),g(_),t.if(l))}function f(_){for(let y in u)new RegExp(_).test(y)&&(0,Sh.checkStrictMode)(s,`property ${y} matches pattern ${_} (use allowMatchingProperties)`)}function g(_){t.forIn("key",n,y=>{t.if((0,Uo._)`${(0,kh.usePattern)(e,_)}.test(${y})`,()=>{let v=c.includes(_);v||e.subschema({keyword:"patternProperties",schemaProp:_,dataProp:y,dataPropType:Ph.Type.Str},l),s.opts.unevaluated&&p!==!0?t.assign((0,Uo._)`${p}[${y}]`,!0):!v&&!s.allErrors&&t.if((0,Uo.not)(l),()=>t.break())})})}}};Ka.default=Xz});var Eh=z(Ga=>{"use strict";Object.defineProperty(Ga,"__esModule",{value:!0});var ex=D(),tx={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){let{gen:t,schema:r,it:n}=e;if((0,ex.alwaysValidSchema)(n,r)){e.fail();return}let o=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),e.failResult(o,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};Ga.default=tx});var Rh=z(Ba=>{"use strict";Object.defineProperty(Ba,"__esModule",{value:!0});var rx=De(),nx={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:rx.validateUnion,error:{message:"must match a schema in anyOf"}};Ba.default=nx});var Oh=z(Wa=>{"use strict";Object.defineProperty(Wa,"__esModule",{value:!0});var Lo=C(),ox=D(),sx={message:"must match exactly one schema in oneOf",params:({params:e})=>(0,Lo._)`{passingSchemas: ${e.passing}}`},ix={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:sx,code(e){let{gen:t,schema:r,parentSchema:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=t.let("valid",!1),a=t.let("passing",null),c=t.name("_valid");e.setParams({passing:a}),t.block(u),e.result(i,()=>e.reset(),()=>e.error(!0));function u(){s.forEach((l,p)=>{let m;(0,ox.alwaysValidSchema)(o,l)?t.var(c,!0):m=e.subschema({keyword:"oneOf",schemaProp:p,compositeRule:!0},c),p>0&&t.if((0,Lo._)`${c} && ${i}`).assign(i,!1).assign(a,(0,Lo._)`[${a}, ${p}]`).else(),t.if(c,()=>{t.assign(i,!0),t.assign(a,p),m&&e.mergeEvaluated(m,Lo.Name)})})}}};Wa.default=ix});var Ih=z(Ya=>{"use strict";Object.defineProperty(Ya,"__esModule",{value:!0});var ax=D(),cx={keyword:"allOf",schemaType:"array",code(e){let{gen:t,schema:r,it:n}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=t.name("valid");r.forEach((s,i)=>{if((0,ax.alwaysValidSchema)(n,s))return;let a=e.subschema({keyword:"allOf",schemaProp:i},o);e.ok(o),e.mergeEvaluated(a)})}};Ya.default=cx});var Ah=z(Qa=>{"use strict";Object.defineProperty(Qa,"__esModule",{value:!0});var Fo=C(),Nh=D(),ux={message:({params:e})=>(0,Fo.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,Fo._)`{failingKeyword: ${e.ifClause}}`},lx={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:ux,code(e){let{gen:t,parentSchema:r,it:n}=e;r.then===void 0&&r.else===void 0&&(0,Nh.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=Ch(n,"then"),s=Ch(n,"else");if(!o&&!s)return;let i=t.let("valid",!0),a=t.name("_valid");if(c(),e.reset(),o&&s){let l=t.let("ifClause");e.setParams({ifClause:l}),t.if(a,u("then",l),u("else",l))}else o?t.if(a,u("then")):t.if((0,Fo.not)(a),u("else"));e.pass(i,()=>e.error(!0));function c(){let l=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);e.mergeEvaluated(l)}function u(l,p){return()=>{let m=e.subschema({keyword:l},a);t.assign(i,a),e.mergeValidEvaluated(m,i),p?t.assign(p,(0,Fo._)`${l}`):e.setParams({ifClause:l})}}}};function Ch(e,t){let r=e.schema[t];return r!==void 0&&!(0,Nh.alwaysValidSchema)(e,r)}Qa.default=lx});var jh=z(Xa=>{"use strict";Object.defineProperty(Xa,"__esModule",{value:!0});var dx=D(),px={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){t.if===void 0&&(0,dx.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};Xa.default=px});var Zh=z(ec=>{"use strict";Object.defineProperty(ec,"__esModule",{value:!0});var fx=ja(),mx=fh(),hx=Za(),gx=hh(),_x=gh(),yx=vh(),vx=$h(),wx=Va(),$x=xh(),bx=Th(),zx=Eh(),xx=Rh(),kx=Oh(),Sx=Ih(),Px=Ah(),Tx=jh();function Ex(e=!1){let t=[zx.default,xx.default,kx.default,Sx.default,Px.default,Tx.default,vx.default,wx.default,yx.default,$x.default,bx.default];return e?t.push(mx.default,gx.default):t.push(fx.default,hx.default),t.push(_x.default),t}ec.default=Ex});var Dh=z(tc=>{"use strict";Object.defineProperty(tc,"__esModule",{value:!0});var ne=C(),Rx={message:({schemaCode:e})=>(0,ne.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,ne._)`{format: ${e}}`},Ox={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Rx,code(e,t){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=e,{opts:c,errSchemaPath:u,schemaEnv:l,self:p}=a;if(!c.validateFormats)return;o?m():f();function m(){let g=r.scopeValue("formats",{ref:p.formats,code:c.code.formats}),_=r.const("fDef",(0,ne._)`${g}[${i}]`),y=r.let("fType"),v=r.let("format");r.if((0,ne._)`typeof ${_} == "object" && !(${_} instanceof RegExp)`,()=>r.assign(y,(0,ne._)`${_}.type || "string"`).assign(v,(0,ne._)`${_}.validate`),()=>r.assign(y,(0,ne._)`"string"`).assign(v,_)),e.fail$data((0,ne.or)(O(),x()));function O(){return c.strictSchema===!1?ne.nil:(0,ne._)`${i} && !${v}`}function x(){let E=l.$async?(0,ne._)`(${_}.async ? await ${v}(${n}) : ${v}(${n}))`:(0,ne._)`${v}(${n})`,k=(0,ne._)`(typeof ${v} == "function" ? ${E} : ${v}.test(${n}))`;return(0,ne._)`${v} && ${v} !== true && ${y} === ${t} && !${k}`}}function f(){let g=p.formats[s];if(!g){O();return}if(g===!0)return;let[_,y,v]=x(g);_===t&&e.pass(E());function O(){if(c.strictSchema===!1){p.logger.warn(k());return}throw new Error(k());function k(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function x(k){let Pe=k instanceof RegExp?(0,ne.regexpCode)(k):c.code.formats?(0,ne._)`${c.code.formats}${(0,ne.getProperty)(s)}`:void 0,Ie=r.scopeValue("formats",{key:s,ref:k,code:Pe});return typeof k=="object"&&!(k instanceof RegExp)?[k.type||"string",k.validate,(0,ne._)`${Ie}.validate`]:["string",k,Ie]}function E(){if(typeof g=="object"&&!(g instanceof RegExp)&&g.async){if(!l.$async)throw new Error("async format in sync schema");return(0,ne._)`await ${v}(${n})`}return typeof y=="function"?(0,ne._)`${v}(${n})`:(0,ne._)`${v}.test(${n})`}}}};tc.default=Ox});var Mh=z(rc=>{"use strict";Object.defineProperty(rc,"__esModule",{value:!0});var Ix=Dh(),Cx=[Ix.default];rc.default=Cx});var qh=z(pr=>{"use strict";Object.defineProperty(pr,"__esModule",{value:!0});pr.contentVocabulary=pr.metadataVocabulary=void 0;pr.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];pr.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var Lh=z(nc=>{"use strict";Object.defineProperty(nc,"__esModule",{value:!0});var Nx=Bm(),Ax=uh(),jx=Zh(),Zx=Mh(),Uh=qh(),Dx=[Nx.default,Ax.default,(0,jx.default)(),Zx.default,Uh.metadataVocabulary,Uh.contentVocabulary];nc.default=Dx});var Vh=z(Vo=>{"use strict";Object.defineProperty(Vo,"__esModule",{value:!0});Vo.DiscrError=void 0;var Fh;(function(e){e.Tag="tag",e.Mapping="mapping"})(Fh||(Vo.DiscrError=Fh={}))});var Jh=z(sc=>{"use strict";Object.defineProperty(sc,"__esModule",{value:!0});var fr=C(),oc=Vh(),Hh=So(),Mx=dn(),qx=D(),Ux={message:({params:{discrError:e,tagName:t}})=>e===oc.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>(0,fr._)`{error: ${e}, tag: ${r}, tagValue: ${t}}`},Lx={keyword:"discriminator",type:"object",schemaType:"object",error:Ux,code(e){let{gen:t,data:r,schema:n,parentSchema:o,it:s}=e,{oneOf:i}=o;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");let c=t.let("valid",!1),u=t.const("tag",(0,fr._)`${r}${(0,fr.getProperty)(a)}`);t.if((0,fr._)`typeof ${u} == "string"`,()=>l(),()=>e.error(!1,{discrError:oc.DiscrError.Tag,tag:u,tagName:a})),e.ok(c);function l(){let f=m();t.if(!1);for(let g in f)t.elseIf((0,fr._)`${u} === ${g}`),t.assign(c,p(f[g]));t.else(),e.error(!1,{discrError:oc.DiscrError.Mapping,tag:u,tagName:a}),t.endIf()}function p(f){let g=t.name("valid"),_=e.subschema({keyword:"oneOf",schemaProp:f},g);return e.mergeEvaluated(_,fr.Name),g}function m(){var f;let g={},_=v(o),y=!0;for(let E=0;E<i.length;E++){let k=i[E];if(k?.$ref&&!(0,qx.schemaHasRulesButRef)(k,s.self.RULES)){let Ie=k.$ref;if(k=Hh.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,Ie),k instanceof Hh.SchemaEnv&&(k=k.schema),k===void 0)throw new Mx.default(s.opts.uriResolver,s.baseId,Ie)}let Pe=(f=k?.properties)===null||f===void 0?void 0:f[a];if(typeof Pe!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);y=y&&(_||v(k)),O(Pe,E)}if(!y)throw new Error(`discriminator: "${a}" must be required`);return g;function v({required:E}){return Array.isArray(E)&&E.includes(a)}function O(E,k){if(E.const)x(E.const,k);else if(E.enum)for(let Pe of E.enum)x(Pe,k);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function x(E,k){if(typeof E!="string"||E in g)throw new Error(`discriminator: "${a}" values must be unique strings`);g[E]=k}}}};sc.default=Lx});var Kh=z((aC,Fx)=>{Fx.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 Bh=z((Y,ic)=>{"use strict";Object.defineProperty(Y,"__esModule",{value:!0});Y.MissingRefError=Y.ValidationError=Y.CodeGen=Y.Name=Y.nil=Y.stringify=Y.str=Y._=Y.KeywordCxt=Y.Ajv=void 0;var Vx=Fm(),Hx=Lh(),Jx=Jh(),Gh=Kh(),Kx=["/properties"],Ho="http://json-schema.org/draft-07/schema",mr=class extends Vx.default{_addVocabularies(){super._addVocabularies(),Hx.default.forEach(t=>this.addVocabulary(t)),this.opts.discriminator&&this.addKeyword(Jx.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let t=this.opts.$data?this.$dataMetaSchema(Gh,Kx):Gh;this.addMetaSchema(t,Ho,!1),this.refs["http://json-schema.org/schema"]=Ho}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Ho)?Ho:void 0)}};Y.Ajv=mr;ic.exports=Y=mr;ic.exports.Ajv=mr;Object.defineProperty(Y,"__esModule",{value:!0});Y.default=mr;var Gx=ln();Object.defineProperty(Y,"KeywordCxt",{enumerable:!0,get:function(){return Gx.KeywordCxt}});var hr=C();Object.defineProperty(Y,"_",{enumerable:!0,get:function(){return hr._}});Object.defineProperty(Y,"str",{enumerable:!0,get:function(){return hr.str}});Object.defineProperty(Y,"stringify",{enumerable:!0,get:function(){return hr.stringify}});Object.defineProperty(Y,"nil",{enumerable:!0,get:function(){return hr.nil}});Object.defineProperty(Y,"Name",{enumerable:!0,get:function(){return hr.Name}});Object.defineProperty(Y,"CodeGen",{enumerable:!0,get:function(){return hr.CodeGen}});var Bx=xo();Object.defineProperty(Y,"ValidationError",{enumerable:!0,get:function(){return Bx.default}});var Wx=dn();Object.defineProperty(Y,"MissingRefError",{enumerable:!0,get:function(){return Wx.default}})});var ng=z(tt=>{"use strict";Object.defineProperty(tt,"__esModule",{value:!0});tt.formatNames=tt.fastFormats=tt.fullFormats=void 0;function et(e,t){return{validate:e,compare:t}}tt.fullFormats={date:et(Xh,lc),time:et(cc(!0),dc),"date-time":et(Wh(!0),tg),"iso-time":et(cc(),eg),"iso-date-time":et(Wh(),rg),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:rk,"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:uk,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:nk,int32:{type:"number",validate:ik},int64:{type:"number",validate:ak},float:{type:"number",validate:Qh},double:{type:"number",validate:Qh},password:!0,binary:!0};tt.fastFormats={...tt.fullFormats,date:et(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,lc),time:et(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,dc),"date-time":et(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,tg),"iso-time":et(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,eg),"iso-date-time":et(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,rg),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};tt.formatNames=Object.keys(tt.fullFormats);function Yx(e){return e%4===0&&(e%100!==0||e%400===0)}var Qx=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,Xx=[0,31,28,31,30,31,30,31,31,30,31,30,31];function Xh(e){let t=Qx.exec(e);if(!t)return!1;let r=+t[1],n=+t[2],o=+t[3];return n>=1&&n<=12&&o>=1&&o<=(n===2&&Yx(r)?29:Xx[n])}function lc(e,t){if(e&&t)return e>t?1:e<t?-1:0}var ac=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function cc(e){return function(r){let n=ac.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),l=+(n[7]||0);if(u>23||l>59||e&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let p=s-l*c,m=o-u*c-(p<0?1:0);return(m===23||m===-1)&&(p===59||p===-1)&&i<61}}function dc(e,t){if(!(e&&t))return;let r=new Date("2020-01-01T"+e).valueOf(),n=new Date("2020-01-01T"+t).valueOf();if(r&&n)return r-n}function eg(e,t){if(!(e&&t))return;let r=ac.exec(e),n=ac.exec(t);if(r&&n)return e=r[1]+r[2]+r[3],t=n[1]+n[2]+n[3],e>t?1:e<t?-1:0}var uc=/t|\s/i;function Wh(e){let t=cc(e);return function(n){let o=n.split(uc);return o.length===2&&Xh(o[0])&&t(o[1])}}function tg(e,t){if(!(e&&t))return;let r=new Date(e).valueOf(),n=new Date(t).valueOf();if(r&&n)return r-n}function rg(e,t){if(!(e&&t))return;let[r,n]=e.split(uc),[o,s]=t.split(uc),i=lc(r,o);if(i!==void 0)return i||dc(n,s)}var ek=/\/|:/,tk=/^(?:[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 rk(e){return ek.test(e)&&tk.test(e)}var Yh=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function nk(e){return Yh.lastIndex=0,Yh.test(e)}var ok=-(2**31),sk=2**31-1;function ik(e){return Number.isInteger(e)&&e<=sk&&e>=ok}function ak(e){return Number.isInteger(e)}function Qh(){return!0}var ck=/[^\\]\\Z/;function uk(e){if(ck.test(e))return!1;try{return new RegExp(e),!0}catch{return!1}}});var og=z(gr=>{"use strict";Object.defineProperty(gr,"__esModule",{value:!0});gr.formatLimitDefinition=void 0;var lk=Bh(),Ge=C(),Pt=Ge.operators,Jo={formatMaximum:{okStr:"<=",ok:Pt.LTE,fail:Pt.GT},formatMinimum:{okStr:">=",ok:Pt.GTE,fail:Pt.LT},formatExclusiveMaximum:{okStr:"<",ok:Pt.LT,fail:Pt.GTE},formatExclusiveMinimum:{okStr:">",ok:Pt.GT,fail:Pt.LTE}},dk={message:({keyword:e,schemaCode:t})=>(0,Ge.str)`should be ${Jo[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,Ge._)`{comparison: ${Jo[e].okStr}, limit: ${t}}`};gr.formatLimitDefinition={keyword:Object.keys(Jo),type:"string",schemaType:"string",$data:!0,error:dk,code(e){let{gen:t,data:r,schemaCode:n,keyword:o,it:s}=e,{opts:i,self:a}=s;if(!i.validateFormats)return;let c=new lk.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():l();function u(){let m=t.scopeValue("formats",{ref:a.formats,code:i.code.formats}),f=t.const("fmt",(0,Ge._)`${m}[${c.schemaCode}]`);e.fail$data((0,Ge.or)((0,Ge._)`typeof ${f} != "object"`,(0,Ge._)`${f} instanceof RegExp`,(0,Ge._)`typeof ${f}.compare != "function"`,p(f)))}function l(){let m=c.schema,f=a.formats[m];if(!f||f===!0)return;if(typeof f!="object"||f instanceof RegExp||typeof f.compare!="function")throw new Error(`"${o}": format "${m}" does not define "compare" function`);let g=t.scopeValue("formats",{key:m,ref:f,code:i.code.formats?(0,Ge._)`${i.code.formats}${(0,Ge.getProperty)(m)}`:void 0});e.fail$data(p(g))}function p(m){return(0,Ge._)`${m}.compare(${r}, ${n}) ${Jo[o].fail} 0`}},dependencies:["format"]};var pk=e=>(e.addKeyword(gr.formatLimitDefinition),e);gr.default=pk});var cg=z((kn,ag)=>{"use strict";Object.defineProperty(kn,"__esModule",{value:!0});var _r=ng(),fk=og(),pc=C(),sg=new pc.Name("fullFormats"),mk=new pc.Name("fastFormats"),fc=(e,t={keywords:!0})=>{if(Array.isArray(t))return ig(e,t,_r.fullFormats,sg),e;let[r,n]=t.mode==="fast"?[_r.fastFormats,mk]:[_r.fullFormats,sg],o=t.formats||_r.formatNames;return ig(e,o,r,n),t.keywords&&(0,fk.default)(e),e};fc.get=(e,t="full")=>{let n=(t==="fast"?_r.fastFormats:_r.fullFormats)[e];if(!n)throw new Error(`Unknown format "${e}"`);return n};function ig(e,t,r,n){var o,s;(o=(s=e.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,pc._)`require("ajv-formats/dist/formats").${n}`);for(let i of t)e.addFormat(i,r[i])}ag.exports=kn=fc;Object.defineProperty(kn,"__esModule",{value:!0});kn.default=fc});import{readFileSync as Uk}from"node:fs";import{dirname as Lk,join as Fk}from"node:path";import{fileURLToPath as Vk}from"node:url";import{parseArgs as Hk}from"node:util";import{execFileSync as kg,spawnSync as Sg}from"node:child_process";import{readFileSync as Pg}from"node:fs";import*as Tg from"node:readline/promises";import*as Le from"node:fs";import*as kc from"node:os";import*as ie from"node:path";var Tr=process.env.GIGABUDDY_HOME??ie.join(kc.homedir(),".gigabuddy"),Et="default",Sc=ie.join(Tr,"accounts"),Pc=ie.join(Tr,"config.json");function Pr(e){return/^[a-z0-9][a-z0-9._-]{0,63}$/i.test(e)&&e!=="accounts"}function Lt(e){if(!Pr(e))throw new Error(`Invalid account name "${e}" \u2014 use letters, digits, dots, dashes or underscores (max 64 chars).`)}function ts(e){return Lt(e),e===Et?Tr:ie.join(Sc,e)}function qn(){let e=[];try{for(let t of Le.readdirSync(Sc,{withFileTypes:!0}))t.isDirectory()&&Pr(t.name)&&e.push(t.name)}catch{}return[Et,...e.sort()]}function Ft(){try{return JSON.parse(Le.readFileSync(Pc,"utf-8"))}catch{return{}}}function rs(e){Le.existsSync(Tr)||Le.mkdirSync(Tr,{recursive:!0,mode:448}),Le.writeFileSync(Pc,JSON.stringify(e,null,2)+`
10
- `,{mode:384})}function Tc(e){Lt(e);let t=Ft();t.defaultAccount=e,rs(t)}function ns(e,t){Lt(t);let r=Ft();r.pins={...r.pins,[ie.resolve(e)]:t},rs(r)}function Ec(e){let t=Ft(),r=ie.resolve(e);return t.pins?.[r]?(delete t.pins[r],rs(t),!0):!1}function os(e){let t=ie.resolve(e);for(;;){if(Le.existsSync(ie.join(t,".git")))return t;let r=ie.dirname(t);if(r===t)return ie.resolve(e);t=r}}function Qg(e,t){let r=ie.relative(e,t);return r===""||!r.startsWith("..")&&!ie.isAbsolute(r)}function mt(e=process.cwd()){let t=process.env.GIGABUDDY_ACCOUNT;if(t&&Pr(t))return{name:t,source:"env"};let r=Ft(),n=ie.resolve(e),o;for(let[s,i]of Object.entries(r.pins??{}))Pr(i)&&Qg(s,n)&&(!o||s.length>o.dir.length)&&(o={dir:s,account:i});return o?{name:o.account,source:"pin",pinnedAt:o.dir}:r.defaultAccount&&Pr(r.defaultAccount)?{name:r.defaultAccount,source:"config-default"}:{name:Et,source:"fallback"}}import*as Te from"node:fs";import*as Rc from"node:path";var Xg={shared:{prod:"credentials.json",staging:"credentials.staging.json"},user:{prod:"user-credentials.json",staging:"user-credentials.staging.json"},agent:{prod:"agent-credentials.json",staging:"agent-credentials.staging.json"}};function Er(e=!1,t="shared",r){let n=Xg[t];return Rc.join(ts(r??mt().name),e?n.staging:n.prod)}function nt(e=!1,t="shared",r){try{let n=Te.readFileSync(Er(e,t,r),"utf-8"),o=JSON.parse(n);return o.refreshToken?o:null}catch{return null}}function ss(e,t=!1,r="shared",n){let o=ts(n??mt().name);Te.existsSync(o)||Te.mkdirSync(o,{recursive:!0,mode:448}),Un(Er(t,r,n),JSON.stringify(e,null,2))}function Oc(e=!1,t="shared",r){let n=Er(e,t,r);Te.existsSync(n)&&Te.unlinkSync(n)}function Un(e,t){Te.writeFileSync(e,t,{mode:384});try{Te.chmodSync(e,384)}catch{}}var Ic,is=Object.freeze({status:"aborted"});function h(e,t,r){function n(a,c){if(a._zod||Object.defineProperty(a,"_zod",{value:{def:c,constr:i,traits:new Set},enumerable:!1}),a._zod.traits.has(e))return;a._zod.traits.add(e),t(a,c);let u=i.prototype,l=Object.keys(u);for(let p=0;p<l.length;p++){let m=l[p];m in a||(a[m]=u[m].bind(a))}}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:e});function i(a){var c;let u=r?.Parent?new s:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let l of u._zod.deferred)l();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(e)}),Object.defineProperty(i,"name",{value:e}),i}var e_=Symbol("zod_brand"),Be=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Vt=class extends Error{constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}};(Ic=globalThis).__zod_globalConfig??(Ic.__zod_globalConfig={});var Ht=globalThis.__zod_globalConfig;function $e(e){return e&&Object.assign(Ht,e),Ht}var j={};es(j,{BIGINT_FORMAT_RANGES:()=>jc,Class:()=>cs,NUMBER_FORMAT_RANGES:()=>ms,aborted:()=>_t,allowsEval:()=>ds,assert:()=>s_,assertEqual:()=>t_,assertIs:()=>n_,assertNever:()=>o_,assertNotEqual:()=>r_,assignProp:()=>ht,base64ToUint8Array:()=>Dc,base64urlToUint8Array:()=>b_,cached:()=>Kt,captureStackTrace:()=>Vn,cleanEnum:()=>$_,cleanRegex:()=>Cr,clone:()=>Ce,cloneDef:()=>a_,createTransparentProxy:()=>f_,defineLazy:()=>L,esc:()=>Fn,escapeRegex:()=>st,explicitlyAborted:()=>hs,extend:()=>g_,finalizeIssue:()=>Ne,floatSafeRemainder:()=>us,getElementAtPath:()=>c_,getEnumValues:()=>Or,getLengthableOrigin:()=>Nr,getParsedType:()=>p_,getSizableOrigin:()=>Zc,hexToUint8Array:()=>x_,isObject:()=>Rt,isPlainObject:()=>gt,issue:()=>Gt,joinValues:()=>Ln,jsonStringifyReplacer:()=>Jt,merge:()=>y_,mergeDefs:()=>ot,normalizeParams:()=>T,nullish:()=>Ir,numKeys:()=>d_,objectClone:()=>i_,omit:()=>h_,optionalKeys:()=>fs,parsedType:()=>gs,partial:()=>v_,pick:()=>m_,prefixIssues:()=>it,primitiveTypes:()=>Ac,promiseAllObject:()=>u_,propertyKeyTypes:()=>ps,randomString:()=>l_,required:()=>w_,safeExtend:()=>__,shallowClone:()=>Nc,slugify:()=>ls,stringifyPrimitive:()=>Hn,uint8ArrayToBase64:()=>Mc,uint8ArrayToBase64url:()=>z_,uint8ArrayToHex:()=>k_,unwrapMessage:()=>Rr});function t_(e){return e}function r_(e){return e}function n_(e){}function o_(e){throw new Error("Unexpected value in exhaustive check")}function s_(e){}function Or(e){let t=Object.values(e).filter(n=>typeof n=="number");return Object.entries(e).filter(([n,o])=>t.indexOf(+n)===-1).map(([n,o])=>o)}function Ln(e,t="|"){return e.map(r=>Hn(r)).join(t)}function Jt(e,t){return typeof t=="bigint"?t.toString():t}function Kt(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Ir(e){return e==null}function Cr(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function us(e,t){let r=e/t,n=Math.round(r),o=Number.EPSILON*Math.max(Math.abs(r),1);return Math.abs(r-n)<o?0:r-n}var Cc=Symbol("evaluating");function L(e,t,r){let n;Object.defineProperty(e,t,{get(){if(n!==Cc)return n===void 0&&(n=Cc,n=r()),n},set(o){Object.defineProperty(e,t,{value:o})},configurable:!0})}function i_(e){return Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e))}function ht(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function ot(...e){let t={};for(let r of e){let n=Object.getOwnPropertyDescriptors(r);Object.assign(t,n)}return Object.defineProperties({},t)}function a_(e){return ot(e._zod.def)}function c_(e,t){return t?t.reduce((r,n)=>r?.[n],e):e}function u_(e){let t=Object.keys(e),r=t.map(n=>e[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<t.length;s++)o[t[s]]=n[s];return o})}function l_(e=10){let t="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<e;n++)r+=t[Math.floor(Math.random()*t.length)];return r}function Fn(e){return JSON.stringify(e)}function ls(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}var Vn="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function Rt(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}var ds=Kt(()=>{if(Ht.jitless||typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function gt(e){if(Rt(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!="function")return!0;let r=t.prototype;return!(Rt(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function Nc(e){return gt(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}function d_(e){let t=0;for(let r in e)Object.prototype.hasOwnProperty.call(e,r)&&t++;return t}var p_=e=>{let t=typeof e;switch(t){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(e)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(e)?"array":e===null?"null":e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?"promise":typeof Map<"u"&&e instanceof Map?"map":typeof Set<"u"&&e instanceof Set?"set":typeof Date<"u"&&e instanceof Date?"date":typeof File<"u"&&e instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${t}`)}},ps=new Set(["string","number","symbol"]),Ac=new Set(["string","number","bigint","boolean","symbol","undefined"]);function st(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Ce(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}function T(e){let t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function f_(e){let t;return new Proxy({},{get(r,n,o){return t??(t=e()),Reflect.get(t,n,o)},set(r,n,o,s){return t??(t=e()),Reflect.set(t,n,o,s)},has(r,n){return t??(t=e()),Reflect.has(t,n)},deleteProperty(r,n){return t??(t=e()),Reflect.deleteProperty(t,n)},ownKeys(r){return t??(t=e()),Reflect.ownKeys(t)},getOwnPropertyDescriptor(r,n){return t??(t=e()),Reflect.getOwnPropertyDescriptor(t,n)},defineProperty(r,n,o){return t??(t=e()),Reflect.defineProperty(t,n,o)}})}function Hn(e){return typeof e=="bigint"?e.toString()+"n":typeof e=="string"?`"${e}"`:`${e}`}function fs(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}var ms={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},jc={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function m_(e,t){let r=e._zod.def,n=r.checks;if(n&&n.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");let s=ot(e._zod.def,{get shape(){let i={};for(let a in t){if(!(a in r.shape))throw new Error(`Unrecognized key: "${a}"`);t[a]&&(i[a]=r.shape[a])}return ht(this,"shape",i),i},checks:[]});return Ce(e,s)}function h_(e,t){let r=e._zod.def,n=r.checks;if(n&&n.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");let s=ot(e._zod.def,{get shape(){let i={...e._zod.def.shape};for(let a in t){if(!(a in r.shape))throw new Error(`Unrecognized key: "${a}"`);t[a]&&delete i[a]}return ht(this,"shape",i),i},checks:[]});return Ce(e,s)}function g_(e,t){if(!gt(t))throw new Error("Invalid input to extend: expected a plain object");let r=e._zod.def.checks;if(r&&r.length>0){let s=e._zod.def.shape;for(let i in t)if(Object.getOwnPropertyDescriptor(s,i)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let o=ot(e._zod.def,{get shape(){let s={...e._zod.def.shape,...t};return ht(this,"shape",s),s}});return Ce(e,o)}function __(e,t){if(!gt(t))throw new Error("Invalid input to safeExtend: expected a plain object");let r=ot(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t};return ht(this,"shape",n),n}});return Ce(e,r)}function y_(e,t){if(e._zod.def.checks?.length)throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");let r=ot(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t._zod.def.shape};return ht(this,"shape",n),n},get catchall(){return t._zod.def.catchall},checks:t._zod.def.checks??[]});return Ce(e,r)}function v_(e,t,r){let o=t._zod.def.checks;if(o&&o.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");let i=ot(t._zod.def,{get shape(){let a=t._zod.def.shape,c={...a};if(r)for(let u in r){if(!(u in a))throw new Error(`Unrecognized key: "${u}"`);r[u]&&(c[u]=e?new e({type:"optional",innerType:a[u]}):a[u])}else for(let u in a)c[u]=e?new e({type:"optional",innerType:a[u]}):a[u];return ht(this,"shape",c),c},checks:[]});return Ce(t,i)}function w_(e,t,r){let n=ot(t._zod.def,{get shape(){let o=t._zod.def.shape,s={...o};if(r)for(let i in r){if(!(i in s))throw new Error(`Unrecognized key: "${i}"`);r[i]&&(s[i]=new e({type:"nonoptional",innerType:o[i]}))}else for(let i in o)s[i]=new e({type:"nonoptional",innerType:o[i]});return ht(this,"shape",s),s}});return Ce(t,n)}function _t(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function hs(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue===!1)return!0;return!1}function it(e,t){return t.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}function Rr(e){return typeof e=="string"?e:e?.message}function Ne(e,t,r){let n=e.message?e.message:Rr(e.inst?._zod.def?.error?.(e))??Rr(t?.error?.(e))??Rr(r.customError?.(e))??Rr(r.localeError?.(e))??"Invalid input",{inst:o,continue:s,input:i,...a}=e;return a.path??(a.path=[]),a.message=n,t?.reportInput&&(a.input=i),a}function Zc(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function Nr(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function gs(e){let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"nan":"number";case"object":{if(e===null)return"null";if(Array.isArray(e))return"array";let r=e;if(r&&Object.getPrototypeOf(r)!==Object.prototype&&"constructor"in r&&r.constructor)return r.constructor.name}}return t}function Gt(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}function $_(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map(t=>t[1])}function Dc(e){let t=atob(e),r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=t.charCodeAt(n);return r}function Mc(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function b_(e){let t=e.replace(/-/g,"+").replace(/_/g,"/"),r="=".repeat((4-t.length%4)%4);return Dc(t+r)}function z_(e){return Mc(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function x_(e){let t=e.replace(/^0x/,"");if(t.length%2!==0)throw new Error("Invalid hex string length");let r=new Uint8Array(t.length/2);for(let n=0;n<t.length;n+=2)r[n/2]=Number.parseInt(t.slice(n,n+2),16);return r}function k_(e){return Array.from(e).map(t=>t.toString(16).padStart(2,"0")).join("")}var cs=class{constructor(...t){}};var qc=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,Jt,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},Jn=h("$ZodError",qc),_s=h("$ZodError",qc,{Parent:Error});function ys(e,t=r=>r.message){let r={},n=[];for(let o of e.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(t(o))):n.push(t(o));return{formErrors:n,fieldErrors:r}}function vs(e,t=r=>r.message){let r={_errors:[]},n=(o,s=[])=>{for(let i of o.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>n({issues:a},[...s,...i.path]));else if(i.code==="invalid_key")n({issues:i.issues},[...s,...i.path]);else if(i.code==="invalid_element")n({issues:i.issues},[...s,...i.path]);else{let a=[...s,...i.path];if(a.length===0)r._errors.push(t(i));else{let c=r,u=0;for(;u<a.length;){let l=a[u];u===a.length-1?(c[l]=c[l]||{_errors:[]},c[l]._errors.push(t(i))):c[l]=c[l]||{_errors:[]},c=c[l],u++}}}};return n(e),r}var Kn=e=>(t,r,n,o)=>{let s=n?{...n,async:!1}:{async:!1},i=t._zod.run({value:r,issues:[]},s);if(i instanceof Promise)throw new Be;if(i.issues.length){let a=new(o?.Err??e)(i.issues.map(c=>Ne(c,s,$e())));throw Vn(a,o?.callee),a}return i.value};var Gn=e=>async(t,r,n,o)=>{let s=n?{...n,async:!0}:{async:!0},i=t._zod.run({value:r,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){let a=new(o?.Err??e)(i.issues.map(c=>Ne(c,s,$e())));throw Vn(a,o?.callee),a}return i.value};var Ar=e=>(t,r,n)=>{let o=n?{...n,async:!1}:{async:!1},s=t._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new Be;return s.issues.length?{success:!1,error:new(e??Jn)(s.issues.map(i=>Ne(i,o,$e())))}:{success:!0,data:s.value}},Uc=Ar(_s),jr=e=>async(t,r,n)=>{let o=n?{...n,async:!0}:{async:!0},s=t._zod.run({value:r,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new e(s.issues.map(i=>Ne(i,o,$e())))}:{success:!0,data:s.value}},Lc=jr(_s),Fc=e=>(t,r,n)=>{let o=n?{...n,direction:"backward"}:{direction:"backward"};return Kn(e)(t,r,o)};var Vc=e=>(t,r,n)=>Kn(e)(t,r,n);var Hc=e=>async(t,r,n)=>{let o=n?{...n,direction:"backward"}:{direction:"backward"};return Gn(e)(t,r,o)};var Jc=e=>async(t,r,n)=>Gn(e)(t,r,n);var Kc=e=>(t,r,n)=>{let o=n?{...n,direction:"backward"}:{direction:"backward"};return Ar(e)(t,r,o)};var Gc=e=>(t,r,n)=>Ar(e)(t,r,n);var Bc=e=>async(t,r,n)=>{let o=n?{...n,direction:"backward"}:{direction:"backward"};return jr(e)(t,r,o)};var Wc=e=>async(t,r,n)=>jr(e)(t,r,n);var Yc=/^[cC][0-9a-z]{6,}$/,Qc=/^[0-9a-z]+$/,Xc=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,eu=/^[0-9a-vA-V]{20}$/,tu=/^[A-Za-z0-9]{27}$/,ru=/^[a-zA-Z0-9_-]{21}$/,nu=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var ou=/^([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})$/,ws=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/;var su=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var P_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function iu(){return new RegExp(P_,"u")}var au=/^(?:(?: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])$/,cu=/^(([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}|:))$/;var uu=/^((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])$/,lu=/^(([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])$/,du=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,$s=/^[A-Za-z0-9_-]*$/;var pu=/^https?$/,fu=/^\+[1-9]\d{6,14}$/,mu="(?:(?:\\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])))",hu=new RegExp(`^${mu}$`);function gu(e){let t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function _u(e){return new RegExp(`^${gu(e)}$`)}function yu(e){let t=gu({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let n=`${t}(?:${r.join("|")})`;return new RegExp(`^${mu}T(?:${n})$`)}var vu=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},wu=/^-?\d+n?$/,$u=/^-?\d+$/,bs=/^-?\d+(?:\.\d+)?$/,bu=/^(?:true|false)$/i,zu=/^null$/i;var xu=/^[^A-Z]*$/,ku=/^[^a-z]*$/;var ae=h("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),Su={number:"number",bigint:"bigint",object:"date"},zs=h("$ZodCheckLessThan",(e,t)=>{ae.init(e,t);let r=Su[typeof t.value];e._zod.onattach.push(n=>{let o=n._zod.bag,s=(t.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<s&&(t.inclusive?o.maximum=t.value:o.exclusiveMaximum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value<=t.value:n.value<t.value)||n.issues.push({origin:r,code:"too_big",maximum:typeof t.value=="object"?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),xs=h("$ZodCheckGreaterThan",(e,t)=>{ae.init(e,t);let r=Su[typeof t.value];e._zod.onattach.push(n=>{let o=n._zod.bag,s=(t.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>s&&(t.inclusive?o.minimum=t.value:o.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:r,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Pu=h("$ZodCheckMultipleOf",(e,t)=>{ae.init(e,t),e._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%t.value===BigInt(0):us(r.value,t.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),Tu=h("$ZodCheckNumberFormat",(e,t)=>{ae.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),n=r?"int":"number",[o,s]=ms[t.format];e._zod.onattach.push(i=>{let a=i._zod.bag;a.format=t.format,a.minimum=o,a.maximum=s,r&&(a.pattern=$u)}),e._zod.check=i=>{let a=i.value;if(r){if(!Number.isInteger(a)){i.issues.push({expected:n,format:t.format,code:"invalid_type",continue:!1,input:a,inst:e});return}if(!Number.isSafeInteger(a)){a>0?i.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort}):i.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort});return}}a<o&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:o,inclusive:!0,inst:e,continue:!t.abort}),a>s&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:s,inclusive:!0,inst:e,continue:!t.abort})}});var Eu=h("$ZodCheckMaxLength",(e,t)=>{var r;ae.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!Ir(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<o&&(n._zod.bag.maximum=t.maximum)}),e._zod.check=n=>{let o=n.value;if(o.length<=t.maximum)return;let i=Nr(o);n.issues.push({origin:i,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Ru=h("$ZodCheckMinLength",(e,t)=>{var r;ae.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!Ir(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(n._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{let o=n.value;if(o.length>=t.minimum)return;let i=Nr(o);n.issues.push({origin:i,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Ou=h("$ZodCheckLengthEquals",(e,t)=>{var r;ae.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!Ir(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=n=>{let o=n.value,s=o.length;if(s===t.length)return;let i=Nr(o),a=s>t.length;n.issues.push({origin:i,...a?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort})}}),Dr=h("$ZodCheckStringFormat",(e,t)=>{var r,n;ae.init(e,t),e._zod.onattach.push(o=>{let s=o._zod.bag;s.format=t.format,t.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=o=>{t.pattern.lastIndex=0,!t.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:t.format,input:o.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),Iu=h("$ZodCheckRegex",(e,t)=>{Dr.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),Cu=h("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=xu),Dr.init(e,t)}),Nu=h("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=ku),Dr.init(e,t)}),Au=h("$ZodCheckIncludes",(e,t)=>{ae.init(e,t);let r=st(t.includes),n=new RegExp(typeof t.position=="number"?`^.{${t.position}}${r}`:r);t.pattern=n,e._zod.onattach.push(o=>{let s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(n)}),e._zod.check=o=>{o.value.includes(t.includes,t.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:o.value,inst:e,continue:!t.abort})}}),ju=h("$ZodCheckStartsWith",(e,t)=>{ae.init(e,t);let r=new RegExp(`^${st(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.startsWith(t.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:n.value,inst:e,continue:!t.abort})}}),Zu=h("$ZodCheckEndsWith",(e,t)=>{ae.init(e,t);let r=new RegExp(`.*${st(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.endsWith(t.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:n.value,inst:e,continue:!t.abort})}});var Du=h("$ZodCheckOverwrite",(e,t)=>{ae.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value)}});var Bn=class{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}let n=t.split(`
9
+ deps: ${r}}`};var Wx={keyword:"dependencies",type:"object",schemaType:"object",error:et.error,code(e){let[t,r]=Yx(e);$h(e,t),bh(e,r)}};function Yx({schema:e}){let t={},r={};for(let n in e){if(n==="__proto__")continue;let o=Array.isArray(e[n])?t:r;o[n]=e[n]}return[t,r]}function $h(e,t=e.schema){let{gen:r,data:n,it:o}=e;if(Object.keys(t).length===0)return;let s=r.let("missing");for(let i in t){let a=t[i];if(a.length===0)continue;let c=(0,kn.propertyInData)(r,n,i,o.opts.ownProperties);e.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(c,()=>{for(let u of a)(0,kn.checkReportMissingProp)(e,u)}):(r.if((0,La._)`${c} && (${(0,kn.checkMissingProp)(e,a,s)})`),(0,kn.reportMissingProp)(e,s),r.else())}}et.validatePropertyDeps=$h;function bh(e,t=e.schema){let{gen:r,data:n,keyword:o,it:s}=e,i=r.name("valid");for(let a in t)(0,Bx.alwaysValidSchema)(s,t[a])||(r.if((0,kn.propertyInData)(r,n,a,s.opts.ownProperties),()=>{let c=e.subschema({keyword:o,schemaProp:a},i);e.mergeValidEvaluated(c,i)},()=>r.var(i,!0)),e.ok(i))}et.validateSchemaDeps=bh;et.default=Wx});var kh=z(Fa=>{"use strict";Object.defineProperty(Fa,"__esModule",{value:!0});var zh=C(),Qx=D(),Xx={message:"property name must be valid",params:({params:e})=>(0,zh._)`{propertyName: ${e.propertyName}}`},ez={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:Xx,code(e){let{gen:t,schema:r,data:n,it:o}=e;if((0,Qx.alwaysValidSchema)(o,r))return;let s=t.name("valid");t.forIn("key",n,i=>{e.setParams({propertyName:i}),e.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},s),t.if((0,zh.not)(s),()=>{e.error(!0),o.allErrors||t.break()})}),e.ok(s)}};Fa.default=ez});var Ha=z(Va=>{"use strict";Object.defineProperty(Va,"__esModule",{value:!0});var qo=De(),Ke=C(),tz=dt(),Uo=D(),rz={message:"must NOT have additional properties",params:({params:e})=>(0,Ke._)`{additionalProperty: ${e.additionalProperty}}`},nz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:rz,code(e){let{gen:t,schema:r,parentSchema:n,data:o,errsCount:s,it:i}=e;if(!s)throw new Error("ajv implementation error");let{allErrors:a,opts:c}=i;if(i.props=!0,c.removeAdditional!=="all"&&(0,Uo.alwaysValidSchema)(i,r))return;let u=(0,qo.allSchemaProperties)(n.properties),l=(0,qo.allSchemaProperties)(n.patternProperties);p(),e.ok((0,Ke._)`${s} === ${tz.default.errors}`);function p(){t.forIn("key",o,w=>{!u.length&&!l.length?g(w):t.if(m(w),()=>g(w))})}function m(w){let v;if(u.length>8){let R=(0,Uo.schemaRefOrVal)(i,n.properties,"properties");v=(0,qo.isOwnProperty)(t,R,w)}else u.length?v=(0,Ke.or)(...u.map(R=>(0,Ke._)`${w} === ${R}`)):v=Ke.nil;return l.length&&(v=(0,Ke.or)(v,...l.map(R=>(0,Ke._)`${(0,qo.usePattern)(e,R)}.test(${w})`))),(0,Ke.not)(v)}function f(w){t.code((0,Ke._)`delete ${o}[${w}]`)}function g(w){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){f(w);return}if(r===!1){e.setParams({additionalProperty:w}),e.error(),a||t.break();return}if(typeof r=="object"&&!(0,Uo.alwaysValidSchema)(i,r)){let v=t.name("valid");c.removeAdditional==="failing"?(y(w,v,!1),t.if((0,Ke.not)(v),()=>{e.reset(),f(w)})):(y(w,v),a||t.if((0,Ke.not)(v),()=>t.break()))}}function y(w,v,R){let x={keyword:"additionalProperties",dataProp:w,dataPropType:Uo.Type.Str};R===!1&&Object.assign(x,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(x,v)}}};Va.default=nz});var Th=z(Ka=>{"use strict";Object.defineProperty(Ka,"__esModule",{value:!0});var oz=dn(),Sh=De(),Ja=D(),Ph=Ha(),sz={keyword:"properties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:s}=e;s.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&Ph.default.code(new oz.KeywordCxt(s,Ph.default,"additionalProperties"));let i=(0,Sh.allSchemaProperties)(r);for(let p of i)s.definedProperties.add(p);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=Ja.mergeEvaluated.props(t,(0,Ja.toHash)(i),s.props));let a=i.filter(p=>!(0,Ja.alwaysValidSchema)(s,r[p]));if(a.length===0)return;let c=t.name("valid");for(let p of a)u(p)?l(p):(t.if((0,Sh.propertyInData)(t,o,p,s.opts.ownProperties)),l(p),s.allErrors||t.else().var(c,!0),t.endIf()),e.it.definedProperties.add(p),e.ok(c);function u(p){return s.opts.useDefaults&&!s.compositeRule&&r[p].default!==void 0}function l(p){e.subschema({keyword:"properties",schemaProp:p,dataProp:p},c)}}};Ka.default=sz});var Oh=z(Ga=>{"use strict";Object.defineProperty(Ga,"__esModule",{value:!0});var Eh=De(),Lo=C(),Rh=D(),Ih=D(),iz={keyword:"patternProperties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,data:n,parentSchema:o,it:s}=e,{opts:i}=s,a=(0,Eh.allSchemaProperties)(r),c=a.filter(y=>(0,Rh.alwaysValidSchema)(s,r[y]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,l=t.name("valid");s.props!==!0&&!(s.props instanceof Lo.Name)&&(s.props=(0,Ih.evaluatedPropsToName)(t,s.props));let{props:p}=s;m();function m(){for(let y of a)u&&f(y),s.allErrors?g(y):(t.var(l,!0),g(y),t.if(l))}function f(y){for(let w in u)new RegExp(y).test(w)&&(0,Rh.checkStrictMode)(s,`property ${w} matches pattern ${y} (use allowMatchingProperties)`)}function g(y){t.forIn("key",n,w=>{t.if((0,Lo._)`${(0,Eh.usePattern)(e,y)}.test(${w})`,()=>{let v=c.includes(y);v||e.subschema({keyword:"patternProperties",schemaProp:y,dataProp:w,dataPropType:Ih.Type.Str},l),s.opts.unevaluated&&p!==!0?t.assign((0,Lo._)`${p}[${w}]`,!0):!v&&!s.allErrors&&t.if((0,Lo.not)(l),()=>t.break())})})}}};Ga.default=iz});var Ch=z(Ba=>{"use strict";Object.defineProperty(Ba,"__esModule",{value:!0});var az=D(),cz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){let{gen:t,schema:r,it:n}=e;if((0,az.alwaysValidSchema)(n,r)){e.fail();return}let o=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),e.failResult(o,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};Ba.default=cz});var Nh=z(Wa=>{"use strict";Object.defineProperty(Wa,"__esModule",{value:!0});var uz=De(),lz={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:uz.validateUnion,error:{message:"must match a schema in anyOf"}};Wa.default=lz});var Ah=z(Ya=>{"use strict";Object.defineProperty(Ya,"__esModule",{value:!0});var Fo=C(),dz=D(),pz={message:"must match exactly one schema in oneOf",params:({params:e})=>(0,Fo._)`{passingSchemas: ${e.passing}}`},fz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:pz,code(e){let{gen:t,schema:r,parentSchema:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=t.let("valid",!1),a=t.let("passing",null),c=t.name("_valid");e.setParams({passing:a}),t.block(u),e.result(i,()=>e.reset(),()=>e.error(!0));function u(){s.forEach((l,p)=>{let m;(0,dz.alwaysValidSchema)(o,l)?t.var(c,!0):m=e.subschema({keyword:"oneOf",schemaProp:p,compositeRule:!0},c),p>0&&t.if((0,Fo._)`${c} && ${i}`).assign(i,!1).assign(a,(0,Fo._)`[${a}, ${p}]`).else(),t.if(c,()=>{t.assign(i,!0),t.assign(a,p),m&&e.mergeEvaluated(m,Fo.Name)})})}}};Ya.default=fz});var jh=z(Qa=>{"use strict";Object.defineProperty(Qa,"__esModule",{value:!0});var mz=D(),hz={keyword:"allOf",schemaType:"array",code(e){let{gen:t,schema:r,it:n}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=t.name("valid");r.forEach((s,i)=>{if((0,mz.alwaysValidSchema)(n,s))return;let a=e.subschema({keyword:"allOf",schemaProp:i},o);e.ok(o),e.mergeEvaluated(a)})}};Qa.default=hz});var Mh=z(Xa=>{"use strict";Object.defineProperty(Xa,"__esModule",{value:!0});var Vo=C(),Dh=D(),gz={message:({params:e})=>(0,Vo.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,Vo._)`{failingKeyword: ${e.ifClause}}`},_z={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:gz,code(e){let{gen:t,parentSchema:r,it:n}=e;r.then===void 0&&r.else===void 0&&(0,Dh.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=Zh(n,"then"),s=Zh(n,"else");if(!o&&!s)return;let i=t.let("valid",!0),a=t.name("_valid");if(c(),e.reset(),o&&s){let l=t.let("ifClause");e.setParams({ifClause:l}),t.if(a,u("then",l),u("else",l))}else o?t.if(a,u("then")):t.if((0,Vo.not)(a),u("else"));e.pass(i,()=>e.error(!0));function c(){let l=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);e.mergeEvaluated(l)}function u(l,p){return()=>{let m=e.subschema({keyword:l},a);t.assign(i,a),e.mergeValidEvaluated(m,i),p?t.assign(p,(0,Vo._)`${l}`):e.setParams({ifClause:l})}}}};function Zh(e,t){let r=e.schema[t];return r!==void 0&&!(0,Dh.alwaysValidSchema)(e,r)}Xa.default=_z});var qh=z(ec=>{"use strict";Object.defineProperty(ec,"__esModule",{value:!0});var yz=D(),vz={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){t.if===void 0&&(0,yz.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};ec.default=vz});var Uh=z(tc=>{"use strict";Object.defineProperty(tc,"__esModule",{value:!0});var wz=Za(),$z=_h(),bz=Da(),xz=vh(),zz=wh(),kz=xh(),Sz=kh(),Pz=Ha(),Tz=Th(),Ez=Oh(),Rz=Ch(),Iz=Nh(),Oz=Ah(),Cz=jh(),Nz=Mh(),Az=qh();function jz(e=!1){let t=[Rz.default,Iz.default,Oz.default,Cz.default,Nz.default,Az.default,Sz.default,Pz.default,kz.default,Tz.default,Ez.default];return e?t.push($z.default,xz.default):t.push(wz.default,bz.default),t.push(zz.default),t}tc.default=jz});var Lh=z(rc=>{"use strict";Object.defineProperty(rc,"__esModule",{value:!0});var ne=C(),Zz={message:({schemaCode:e})=>(0,ne.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,ne._)`{format: ${e}}`},Dz={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Zz,code(e,t){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=e,{opts:c,errSchemaPath:u,schemaEnv:l,self:p}=a;if(!c.validateFormats)return;o?m():f();function m(){let g=r.scopeValue("formats",{ref:p.formats,code:c.code.formats}),y=r.const("fDef",(0,ne._)`${g}[${i}]`),w=r.let("fType"),v=r.let("format");r.if((0,ne._)`typeof ${y} == "object" && !(${y} instanceof RegExp)`,()=>r.assign(w,(0,ne._)`${y}.type || "string"`).assign(v,(0,ne._)`${y}.validate`),()=>r.assign(w,(0,ne._)`"string"`).assign(v,y)),e.fail$data((0,ne.or)(R(),x()));function R(){return c.strictSchema===!1?ne.nil:(0,ne._)`${i} && !${v}`}function x(){let k=l.$async?(0,ne._)`(${y}.async ? await ${v}(${n}) : ${v}(${n}))`:(0,ne._)`${v}(${n})`,S=(0,ne._)`(typeof ${v} == "function" ? ${k} : ${v}.test(${n}))`;return(0,ne._)`${v} && ${v} !== true && ${w} === ${t} && !${S}`}}function f(){let g=p.formats[s];if(!g){R();return}if(g===!0)return;let[y,w,v]=x(g);y===t&&e.pass(k());function R(){if(c.strictSchema===!1){p.logger.warn(S());return}throw new Error(S());function S(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function x(S){let Te=S instanceof RegExp?(0,ne.regexpCode)(S):c.code.formats?(0,ne._)`${c.code.formats}${(0,ne.getProperty)(s)}`:void 0,Oe=r.scopeValue("formats",{key:s,ref:S,code:Te});return typeof S=="object"&&!(S instanceof RegExp)?[S.type||"string",S.validate,(0,ne._)`${Oe}.validate`]:["string",S,Oe]}function k(){if(typeof g=="object"&&!(g instanceof RegExp)&&g.async){if(!l.$async)throw new Error("async format in sync schema");return(0,ne._)`await ${v}(${n})`}return typeof w=="function"?(0,ne._)`${v}(${n})`:(0,ne._)`${v}.test(${n})`}}}};rc.default=Dz});var Fh=z(nc=>{"use strict";Object.defineProperty(nc,"__esModule",{value:!0});var Mz=Lh(),qz=[Mz.default];nc.default=qz});var Vh=z(pr=>{"use strict";Object.defineProperty(pr,"__esModule",{value:!0});pr.contentVocabulary=pr.metadataVocabulary=void 0;pr.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];pr.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var Jh=z(oc=>{"use strict";Object.defineProperty(oc,"__esModule",{value:!0});var Uz=Xm(),Lz=fh(),Fz=Uh(),Vz=Fh(),Hh=Vh(),Hz=[Uz.default,Lz.default,(0,Fz.default)(),Vz.default,Hh.metadataVocabulary,Hh.contentVocabulary];oc.default=Hz});var Gh=z(Ho=>{"use strict";Object.defineProperty(Ho,"__esModule",{value:!0});Ho.DiscrError=void 0;var Kh;(function(e){e.Tag="tag",e.Mapping="mapping"})(Kh||(Ho.DiscrError=Kh={}))});var Wh=z(ic=>{"use strict";Object.defineProperty(ic,"__esModule",{value:!0});var fr=C(),sc=Gh(),Bh=Po(),Jz=pn(),Kz=D(),Gz={message:({params:{discrError:e,tagName:t}})=>e===sc.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>(0,fr._)`{error: ${e}, tag: ${r}, tagValue: ${t}}`},Bz={keyword:"discriminator",type:"object",schemaType:"object",error:Gz,code(e){let{gen:t,data:r,schema:n,parentSchema:o,it:s}=e,{oneOf:i}=o;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");let c=t.let("valid",!1),u=t.const("tag",(0,fr._)`${r}${(0,fr.getProperty)(a)}`);t.if((0,fr._)`typeof ${u} == "string"`,()=>l(),()=>e.error(!1,{discrError:sc.DiscrError.Tag,tag:u,tagName:a})),e.ok(c);function l(){let f=m();t.if(!1);for(let g in f)t.elseIf((0,fr._)`${u} === ${g}`),t.assign(c,p(f[g]));t.else(),e.error(!1,{discrError:sc.DiscrError.Mapping,tag:u,tagName:a}),t.endIf()}function p(f){let g=t.name("valid"),y=e.subschema({keyword:"oneOf",schemaProp:f},g);return e.mergeEvaluated(y,fr.Name),g}function m(){var f;let g={},y=v(o),w=!0;for(let k=0;k<i.length;k++){let S=i[k];if(S?.$ref&&!(0,Kz.schemaHasRulesButRef)(S,s.self.RULES)){let Oe=S.$ref;if(S=Bh.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,Oe),S instanceof Bh.SchemaEnv&&(S=S.schema),S===void 0)throw new Jz.default(s.opts.uriResolver,s.baseId,Oe)}let Te=(f=S?.properties)===null||f===void 0?void 0:f[a];if(typeof Te!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);w=w&&(y||v(S)),R(Te,k)}if(!w)throw new Error(`discriminator: "${a}" must be required`);return g;function v({required:k}){return Array.isArray(k)&&k.includes(a)}function R(k,S){if(k.const)x(k.const,S);else if(k.enum)for(let Te of k.enum)x(Te,S);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function x(k,S){if(typeof k!="string"||k in g)throw new Error(`discriminator: "${a}" values must be unique strings`);g[k]=S}}}};ic.default=Bz});var Yh=z((bC,Wz)=>{Wz.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 Xh=z((Y,ac)=>{"use strict";Object.defineProperty(Y,"__esModule",{value:!0});Y.MissingRefError=Y.ValidationError=Y.CodeGen=Y.Name=Y.nil=Y.stringify=Y.str=Y._=Y.KeywordCxt=Y.Ajv=void 0;var Yz=Km(),Qz=Jh(),Xz=Wh(),Qh=Yh(),ek=["/properties"],Jo="http://json-schema.org/draft-07/schema",mr=class extends Yz.default{_addVocabularies(){super._addVocabularies(),Qz.default.forEach(t=>this.addVocabulary(t)),this.opts.discriminator&&this.addKeyword(Xz.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let t=this.opts.$data?this.$dataMetaSchema(Qh,ek):Qh;this.addMetaSchema(t,Jo,!1),this.refs["http://json-schema.org/schema"]=Jo}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Jo)?Jo:void 0)}};Y.Ajv=mr;ac.exports=Y=mr;ac.exports.Ajv=mr;Object.defineProperty(Y,"__esModule",{value:!0});Y.default=mr;var tk=dn();Object.defineProperty(Y,"KeywordCxt",{enumerable:!0,get:function(){return tk.KeywordCxt}});var hr=C();Object.defineProperty(Y,"_",{enumerable:!0,get:function(){return hr._}});Object.defineProperty(Y,"str",{enumerable:!0,get:function(){return hr.str}});Object.defineProperty(Y,"stringify",{enumerable:!0,get:function(){return hr.stringify}});Object.defineProperty(Y,"nil",{enumerable:!0,get:function(){return hr.nil}});Object.defineProperty(Y,"Name",{enumerable:!0,get:function(){return hr.Name}});Object.defineProperty(Y,"CodeGen",{enumerable:!0,get:function(){return hr.CodeGen}});var rk=ko();Object.defineProperty(Y,"ValidationError",{enumerable:!0,get:function(){return rk.default}});var nk=pn();Object.defineProperty(Y,"MissingRefError",{enumerable:!0,get:function(){return nk.default}})});var ag=z(rt=>{"use strict";Object.defineProperty(rt,"__esModule",{value:!0});rt.formatNames=rt.fastFormats=rt.fullFormats=void 0;function tt(e,t){return{validate:e,compare:t}}rt.fullFormats={date:tt(ng,dc),time:tt(uc(!0),pc),"date-time":tt(eg(!0),sg),"iso-time":tt(uc(),og),"iso-date-time":tt(eg(),ig),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:uk,"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:gk,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:lk,int32:{type:"number",validate:fk},int64:{type:"number",validate:mk},float:{type:"number",validate:rg},double:{type:"number",validate:rg},password:!0,binary:!0};rt.fastFormats={...rt.fullFormats,date:tt(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,dc),time:tt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,pc),"date-time":tt(/^\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,sg),"iso-time":tt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,og),"iso-date-time":tt(/^\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,ig),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};rt.formatNames=Object.keys(rt.fullFormats);function ok(e){return e%4===0&&(e%100!==0||e%400===0)}var sk=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,ik=[0,31,28,31,30,31,30,31,31,30,31,30,31];function ng(e){let t=sk.exec(e);if(!t)return!1;let r=+t[1],n=+t[2],o=+t[3];return n>=1&&n<=12&&o>=1&&o<=(n===2&&ok(r)?29:ik[n])}function dc(e,t){if(e&&t)return e>t?1:e<t?-1:0}var cc=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function uc(e){return function(r){let n=cc.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),l=+(n[7]||0);if(u>23||l>59||e&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let p=s-l*c,m=o-u*c-(p<0?1:0);return(m===23||m===-1)&&(p===59||p===-1)&&i<61}}function pc(e,t){if(!(e&&t))return;let r=new Date("2020-01-01T"+e).valueOf(),n=new Date("2020-01-01T"+t).valueOf();if(r&&n)return r-n}function og(e,t){if(!(e&&t))return;let r=cc.exec(e),n=cc.exec(t);if(r&&n)return e=r[1]+r[2]+r[3],t=n[1]+n[2]+n[3],e>t?1:e<t?-1:0}var lc=/t|\s/i;function eg(e){let t=uc(e);return function(n){let o=n.split(lc);return o.length===2&&ng(o[0])&&t(o[1])}}function sg(e,t){if(!(e&&t))return;let r=new Date(e).valueOf(),n=new Date(t).valueOf();if(r&&n)return r-n}function ig(e,t){if(!(e&&t))return;let[r,n]=e.split(lc),[o,s]=t.split(lc),i=dc(r,o);if(i!==void 0)return i||pc(n,s)}var ak=/\/|:/,ck=/^(?:[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 uk(e){return ak.test(e)&&ck.test(e)}var tg=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function lk(e){return tg.lastIndex=0,tg.test(e)}var dk=-(2**31),pk=2**31-1;function fk(e){return Number.isInteger(e)&&e<=pk&&e>=dk}function mk(e){return Number.isInteger(e)}function rg(){return!0}var hk=/[^\\]\\Z/;function gk(e){if(hk.test(e))return!1;try{return new RegExp(e),!0}catch{return!1}}});var cg=z(gr=>{"use strict";Object.defineProperty(gr,"__esModule",{value:!0});gr.formatLimitDefinition=void 0;var _k=Xh(),Ge=C(),Pt=Ge.operators,Ko={formatMaximum:{okStr:"<=",ok:Pt.LTE,fail:Pt.GT},formatMinimum:{okStr:">=",ok:Pt.GTE,fail:Pt.LT},formatExclusiveMaximum:{okStr:"<",ok:Pt.LT,fail:Pt.GTE},formatExclusiveMinimum:{okStr:">",ok:Pt.GT,fail:Pt.LTE}},yk={message:({keyword:e,schemaCode:t})=>(0,Ge.str)`should be ${Ko[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,Ge._)`{comparison: ${Ko[e].okStr}, limit: ${t}}`};gr.formatLimitDefinition={keyword:Object.keys(Ko),type:"string",schemaType:"string",$data:!0,error:yk,code(e){let{gen:t,data:r,schemaCode:n,keyword:o,it:s}=e,{opts:i,self:a}=s;if(!i.validateFormats)return;let c=new _k.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():l();function u(){let m=t.scopeValue("formats",{ref:a.formats,code:i.code.formats}),f=t.const("fmt",(0,Ge._)`${m}[${c.schemaCode}]`);e.fail$data((0,Ge.or)((0,Ge._)`typeof ${f} != "object"`,(0,Ge._)`${f} instanceof RegExp`,(0,Ge._)`typeof ${f}.compare != "function"`,p(f)))}function l(){let m=c.schema,f=a.formats[m];if(!f||f===!0)return;if(typeof f!="object"||f instanceof RegExp||typeof f.compare!="function")throw new Error(`"${o}": format "${m}" does not define "compare" function`);let g=t.scopeValue("formats",{key:m,ref:f,code:i.code.formats?(0,Ge._)`${i.code.formats}${(0,Ge.getProperty)(m)}`:void 0});e.fail$data(p(g))}function p(m){return(0,Ge._)`${m}.compare(${r}, ${n}) ${Ko[o].fail} 0`}},dependencies:["format"]};var vk=e=>(e.addKeyword(gr.formatLimitDefinition),e);gr.default=vk});var pg=z((Sn,dg)=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});var _r=ag(),wk=cg(),fc=C(),ug=new fc.Name("fullFormats"),$k=new fc.Name("fastFormats"),mc=(e,t={keywords:!0})=>{if(Array.isArray(t))return lg(e,t,_r.fullFormats,ug),e;let[r,n]=t.mode==="fast"?[_r.fastFormats,$k]:[_r.fullFormats,ug],o=t.formats||_r.formatNames;return lg(e,o,r,n),t.keywords&&(0,wk.default)(e),e};mc.get=(e,t="full")=>{let n=(t==="fast"?_r.fastFormats:_r.fullFormats)[e];if(!n)throw new Error(`Unknown format "${e}"`);return n};function lg(e,t,r,n){var o,s;(o=(s=e.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,fc._)`require("ajv-formats/dist/formats").${n}`);for(let i of t)e.addFormat(i,r[i])}dg.exports=Sn=mc;Object.defineProperty(Sn,"__esModule",{value:!0});Sn.default=mc});import{readFileSync as rS}from"node:fs";import{dirname as nS,join as oS}from"node:path";import{fileURLToPath as sS}from"node:url";import{parseArgs as iS}from"node:util";import{execFileSync as Og,spawnSync as Cg}from"node:child_process";import{readFileSync as bc}from"node:fs";import{homedir as Hk}from"node:os";import{join as Jk}from"node:path";import*as Ng from"node:readline/promises";import*as Le from"node:fs";import*as Ec from"node:os";import*as ie from"node:path";var Er=process.env.GIGABUDDY_HOME??ie.join(Ec.homedir(),".gigabuddy"),Et="default",Rc=ie.join(Er,"accounts"),Ic=ie.join(Er,"config.json");function Tr(e){return/^[a-z0-9][a-z0-9._-]{0,63}$/i.test(e)&&e!=="accounts"}function Lt(e){if(!Tr(e))throw new Error(`Invalid account name "${e}" \u2014 use letters, digits, dots, dashes or underscores (max 64 chars).`)}function rs(e){return Lt(e),e===Et?Er:ie.join(Rc,e)}function Un(){let e=[];try{for(let t of Le.readdirSync(Rc,{withFileTypes:!0}))t.isDirectory()&&Tr(t.name)&&e.push(t.name)}catch{}return[Et,...e.sort()]}function Ft(){try{return JSON.parse(Le.readFileSync(Ic,"utf-8"))}catch{return{}}}function ns(e){Le.existsSync(Er)||Le.mkdirSync(Er,{recursive:!0,mode:448}),Le.writeFileSync(Ic,JSON.stringify(e,null,2)+`
10
+ `,{mode:384})}function Oc(e){Lt(e);let t=Ft();t.defaultAccount=e,ns(t)}function os(e,t){Lt(t);let r=Ft();r.pins={...r.pins,[ie.resolve(e)]:t},ns(r)}function Cc(e){let t=Ft(),r=ie.resolve(e);return t.pins?.[r]?(delete t.pins[r],ns(t),!0):!1}function ss(e){let t=ie.resolve(e);for(;;){if(Le.existsSync(ie.join(t,".git")))return t;let r=ie.dirname(t);if(r===t)return ie.resolve(e);t=r}}function s_(e,t){let r=ie.relative(e,t);return r===""||!r.startsWith("..")&&!ie.isAbsolute(r)}function mt(e=process.cwd()){let t=process.env.GIGABUDDY_ACCOUNT;if(t&&Tr(t))return{name:t,source:"env"};let r=Ft(),n=ie.resolve(e),o;for(let[s,i]of Object.entries(r.pins??{}))Tr(i)&&s_(s,n)&&(!o||s.length>o.dir.length)&&(o={dir:s,account:i});return o?{name:o.account,source:"pin",pinnedAt:o.dir}:r.defaultAccount&&Tr(r.defaultAccount)?{name:r.defaultAccount,source:"config-default"}:{name:Et,source:"fallback"}}import*as Ee from"node:fs";import*as Nc from"node:path";var i_={shared:{prod:"credentials.json",staging:"credentials.staging.json"},user:{prod:"user-credentials.json",staging:"user-credentials.staging.json"},agent:{prod:"agent-credentials.json",staging:"agent-credentials.staging.json"}};function Rr(e=!1,t="shared",r){let n=i_[t];return Nc.join(rs(r??mt().name),e?n.staging:n.prod)}function nt(e=!1,t="shared",r){try{let n=Ee.readFileSync(Rr(e,t,r),"utf-8"),o=JSON.parse(n);return o.refreshToken?o:null}catch{return null}}function is(e,t=!1,r="shared",n){let o=rs(n??mt().name);Ee.existsSync(o)||Ee.mkdirSync(o,{recursive:!0,mode:448}),Ln(Rr(t,r,n),JSON.stringify(e,null,2))}function Ac(e=!1,t="shared",r){let n=Rr(e,t,r);Ee.existsSync(n)&&Ee.unlinkSync(n)}function Ln(e,t){Ee.writeFileSync(e,t,{mode:384});try{Ee.chmodSync(e,384)}catch{}}var jc,as=Object.freeze({status:"aborted"});function h(e,t,r){function n(a,c){if(a._zod||Object.defineProperty(a,"_zod",{value:{def:c,constr:i,traits:new Set},enumerable:!1}),a._zod.traits.has(e))return;a._zod.traits.add(e),t(a,c);let u=i.prototype,l=Object.keys(u);for(let p=0;p<l.length;p++){let m=l[p];m in a||(a[m]=u[m].bind(a))}}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:e});function i(a){var c;let u=r?.Parent?new s:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let l of u._zod.deferred)l();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(e)}),Object.defineProperty(i,"name",{value:e}),i}var a_=Symbol("zod_brand"),We=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Vt=class extends Error{constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}};(jc=globalThis).__zod_globalConfig??(jc.__zod_globalConfig={});var Ht=globalThis.__zod_globalConfig;function $e(e){return e&&Object.assign(Ht,e),Ht}var j={};ts(j,{BIGINT_FORMAT_RANGES:()=>qc,Class:()=>us,NUMBER_FORMAT_RANGES:()=>hs,aborted:()=>_t,allowsEval:()=>ps,assert:()=>p_,assertEqual:()=>c_,assertIs:()=>l_,assertNever:()=>d_,assertNotEqual:()=>u_,assignProp:()=>ht,base64ToUint8Array:()=>Lc,base64urlToUint8Array:()=>E_,cached:()=>Kt,captureStackTrace:()=>Hn,cleanEnum:()=>T_,cleanRegex:()=>Nr,clone:()=>Ce,cloneDef:()=>m_,createTransparentProxy:()=>w_,defineLazy:()=>L,esc:()=>Vn,escapeRegex:()=>st,explicitlyAborted:()=>gs,extend:()=>x_,finalizeIssue:()=>Ne,floatSafeRemainder:()=>ls,getElementAtPath:()=>h_,getEnumValues:()=>Or,getLengthableOrigin:()=>Ar,getParsedType:()=>v_,getSizableOrigin:()=>Uc,hexToUint8Array:()=>I_,isObject:()=>Rt,isPlainObject:()=>gt,issue:()=>Gt,joinValues:()=>Fn,jsonStringifyReplacer:()=>Jt,merge:()=>k_,mergeDefs:()=>ot,normalizeParams:()=>E,nullish:()=>Cr,numKeys:()=>y_,objectClone:()=>f_,omit:()=>b_,optionalKeys:()=>ms,parsedType:()=>_s,partial:()=>S_,pick:()=>$_,prefixIssues:()=>it,primitiveTypes:()=>Mc,promiseAllObject:()=>g_,propertyKeyTypes:()=>fs,randomString:()=>__,required:()=>P_,safeExtend:()=>z_,shallowClone:()=>Dc,slugify:()=>ds,stringifyPrimitive:()=>Jn,uint8ArrayToBase64:()=>Fc,uint8ArrayToBase64url:()=>R_,uint8ArrayToHex:()=>O_,unwrapMessage:()=>Ir});function c_(e){return e}function u_(e){return e}function l_(e){}function d_(e){throw new Error("Unexpected value in exhaustive check")}function p_(e){}function Or(e){let t=Object.values(e).filter(n=>typeof n=="number");return Object.entries(e).filter(([n,o])=>t.indexOf(+n)===-1).map(([n,o])=>o)}function Fn(e,t="|"){return e.map(r=>Jn(r)).join(t)}function Jt(e,t){return typeof t=="bigint"?t.toString():t}function Kt(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Cr(e){return e==null}function Nr(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function ls(e,t){let r=e/t,n=Math.round(r),o=Number.EPSILON*Math.max(Math.abs(r),1);return Math.abs(r-n)<o?0:r-n}var Zc=Symbol("evaluating");function L(e,t,r){let n;Object.defineProperty(e,t,{get(){if(n!==Zc)return n===void 0&&(n=Zc,n=r()),n},set(o){Object.defineProperty(e,t,{value:o})},configurable:!0})}function f_(e){return Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e))}function ht(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function ot(...e){let t={};for(let r of e){let n=Object.getOwnPropertyDescriptors(r);Object.assign(t,n)}return Object.defineProperties({},t)}function m_(e){return ot(e._zod.def)}function h_(e,t){return t?t.reduce((r,n)=>r?.[n],e):e}function g_(e){let t=Object.keys(e),r=t.map(n=>e[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<t.length;s++)o[t[s]]=n[s];return o})}function __(e=10){let t="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<e;n++)r+=t[Math.floor(Math.random()*t.length)];return r}function Vn(e){return JSON.stringify(e)}function ds(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}var Hn="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function Rt(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}var ps=Kt(()=>{if(Ht.jitless||typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function gt(e){if(Rt(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!="function")return!0;let r=t.prototype;return!(Rt(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function Dc(e){return gt(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}function y_(e){let t=0;for(let r in e)Object.prototype.hasOwnProperty.call(e,r)&&t++;return t}var v_=e=>{let t=typeof e;switch(t){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(e)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(e)?"array":e===null?"null":e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?"promise":typeof Map<"u"&&e instanceof Map?"map":typeof Set<"u"&&e instanceof Set?"set":typeof Date<"u"&&e instanceof Date?"date":typeof File<"u"&&e instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${t}`)}},fs=new Set(["string","number","symbol"]),Mc=new Set(["string","number","bigint","boolean","symbol","undefined"]);function st(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Ce(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}function E(e){let t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function w_(e){let t;return new Proxy({},{get(r,n,o){return t??(t=e()),Reflect.get(t,n,o)},set(r,n,o,s){return t??(t=e()),Reflect.set(t,n,o,s)},has(r,n){return t??(t=e()),Reflect.has(t,n)},deleteProperty(r,n){return t??(t=e()),Reflect.deleteProperty(t,n)},ownKeys(r){return t??(t=e()),Reflect.ownKeys(t)},getOwnPropertyDescriptor(r,n){return t??(t=e()),Reflect.getOwnPropertyDescriptor(t,n)},defineProperty(r,n,o){return t??(t=e()),Reflect.defineProperty(t,n,o)}})}function Jn(e){return typeof e=="bigint"?e.toString()+"n":typeof e=="string"?`"${e}"`:`${e}`}function ms(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}var hs={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},qc={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function $_(e,t){let r=e._zod.def,n=r.checks;if(n&&n.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");let s=ot(e._zod.def,{get shape(){let i={};for(let a in t){if(!(a in r.shape))throw new Error(`Unrecognized key: "${a}"`);t[a]&&(i[a]=r.shape[a])}return ht(this,"shape",i),i},checks:[]});return Ce(e,s)}function b_(e,t){let r=e._zod.def,n=r.checks;if(n&&n.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");let s=ot(e._zod.def,{get shape(){let i={...e._zod.def.shape};for(let a in t){if(!(a in r.shape))throw new Error(`Unrecognized key: "${a}"`);t[a]&&delete i[a]}return ht(this,"shape",i),i},checks:[]});return Ce(e,s)}function x_(e,t){if(!gt(t))throw new Error("Invalid input to extend: expected a plain object");let r=e._zod.def.checks;if(r&&r.length>0){let s=e._zod.def.shape;for(let i in t)if(Object.getOwnPropertyDescriptor(s,i)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let o=ot(e._zod.def,{get shape(){let s={...e._zod.def.shape,...t};return ht(this,"shape",s),s}});return Ce(e,o)}function z_(e,t){if(!gt(t))throw new Error("Invalid input to safeExtend: expected a plain object");let r=ot(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t};return ht(this,"shape",n),n}});return Ce(e,r)}function k_(e,t){if(e._zod.def.checks?.length)throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");let r=ot(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t._zod.def.shape};return ht(this,"shape",n),n},get catchall(){return t._zod.def.catchall},checks:t._zod.def.checks??[]});return Ce(e,r)}function S_(e,t,r){let o=t._zod.def.checks;if(o&&o.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");let i=ot(t._zod.def,{get shape(){let a=t._zod.def.shape,c={...a};if(r)for(let u in r){if(!(u in a))throw new Error(`Unrecognized key: "${u}"`);r[u]&&(c[u]=e?new e({type:"optional",innerType:a[u]}):a[u])}else for(let u in a)c[u]=e?new e({type:"optional",innerType:a[u]}):a[u];return ht(this,"shape",c),c},checks:[]});return Ce(t,i)}function P_(e,t,r){let n=ot(t._zod.def,{get shape(){let o=t._zod.def.shape,s={...o};if(r)for(let i in r){if(!(i in s))throw new Error(`Unrecognized key: "${i}"`);r[i]&&(s[i]=new e({type:"nonoptional",innerType:o[i]}))}else for(let i in o)s[i]=new e({type:"nonoptional",innerType:o[i]});return ht(this,"shape",s),s}});return Ce(t,n)}function _t(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function gs(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue===!1)return!0;return!1}function it(e,t){return t.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}function Ir(e){return typeof e=="string"?e:e?.message}function Ne(e,t,r){let n=e.message?e.message:Ir(e.inst?._zod.def?.error?.(e))??Ir(t?.error?.(e))??Ir(r.customError?.(e))??Ir(r.localeError?.(e))??"Invalid input",{inst:o,continue:s,input:i,...a}=e;return a.path??(a.path=[]),a.message=n,t?.reportInput&&(a.input=i),a}function Uc(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function Ar(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function _s(e){let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"nan":"number";case"object":{if(e===null)return"null";if(Array.isArray(e))return"array";let r=e;if(r&&Object.getPrototypeOf(r)!==Object.prototype&&"constructor"in r&&r.constructor)return r.constructor.name}}return t}function Gt(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}function T_(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map(t=>t[1])}function Lc(e){let t=atob(e),r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=t.charCodeAt(n);return r}function Fc(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function E_(e){let t=e.replace(/-/g,"+").replace(/_/g,"/"),r="=".repeat((4-t.length%4)%4);return Lc(t+r)}function R_(e){return Fc(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function I_(e){let t=e.replace(/^0x/,"");if(t.length%2!==0)throw new Error("Invalid hex string length");let r=new Uint8Array(t.length/2);for(let n=0;n<t.length;n+=2)r[n/2]=Number.parseInt(t.slice(n,n+2),16);return r}function O_(e){return Array.from(e).map(t=>t.toString(16).padStart(2,"0")).join("")}var us=class{constructor(...t){}};var Vc=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,Jt,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},Kn=h("$ZodError",Vc),ys=h("$ZodError",Vc,{Parent:Error});function vs(e,t=r=>r.message){let r={},n=[];for(let o of e.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(t(o))):n.push(t(o));return{formErrors:n,fieldErrors:r}}function ws(e,t=r=>r.message){let r={_errors:[]},n=(o,s=[])=>{for(let i of o.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>n({issues:a},[...s,...i.path]));else if(i.code==="invalid_key")n({issues:i.issues},[...s,...i.path]);else if(i.code==="invalid_element")n({issues:i.issues},[...s,...i.path]);else{let a=[...s,...i.path];if(a.length===0)r._errors.push(t(i));else{let c=r,u=0;for(;u<a.length;){let l=a[u];u===a.length-1?(c[l]=c[l]||{_errors:[]},c[l]._errors.push(t(i))):c[l]=c[l]||{_errors:[]},c=c[l],u++}}}};return n(e),r}var Gn=e=>(t,r,n,o)=>{let s=n?{...n,async:!1}:{async:!1},i=t._zod.run({value:r,issues:[]},s);if(i instanceof Promise)throw new We;if(i.issues.length){let a=new(o?.Err??e)(i.issues.map(c=>Ne(c,s,$e())));throw Hn(a,o?.callee),a}return i.value};var Bn=e=>async(t,r,n,o)=>{let s=n?{...n,async:!0}:{async:!0},i=t._zod.run({value:r,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){let a=new(o?.Err??e)(i.issues.map(c=>Ne(c,s,$e())));throw Hn(a,o?.callee),a}return i.value};var jr=e=>(t,r,n)=>{let o=n?{...n,async:!1}:{async:!1},s=t._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new We;return s.issues.length?{success:!1,error:new(e??Kn)(s.issues.map(i=>Ne(i,o,$e())))}:{success:!0,data:s.value}},Hc=jr(ys),Zr=e=>async(t,r,n)=>{let o=n?{...n,async:!0}:{async:!0},s=t._zod.run({value:r,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new e(s.issues.map(i=>Ne(i,o,$e())))}:{success:!0,data:s.value}},Jc=Zr(ys),Kc=e=>(t,r,n)=>{let o=n?{...n,direction:"backward"}:{direction:"backward"};return Gn(e)(t,r,o)};var Gc=e=>(t,r,n)=>Gn(e)(t,r,n);var Bc=e=>async(t,r,n)=>{let o=n?{...n,direction:"backward"}:{direction:"backward"};return Bn(e)(t,r,o)};var Wc=e=>async(t,r,n)=>Bn(e)(t,r,n);var Yc=e=>(t,r,n)=>{let o=n?{...n,direction:"backward"}:{direction:"backward"};return jr(e)(t,r,o)};var Qc=e=>(t,r,n)=>jr(e)(t,r,n);var Xc=e=>async(t,r,n)=>{let o=n?{...n,direction:"backward"}:{direction:"backward"};return Zr(e)(t,r,o)};var eu=e=>async(t,r,n)=>Zr(e)(t,r,n);var tu=/^[cC][0-9a-z]{6,}$/,ru=/^[0-9a-z]+$/,nu=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,ou=/^[0-9a-vA-V]{20}$/,su=/^[A-Za-z0-9]{27}$/,iu=/^[a-zA-Z0-9_-]{21}$/,au=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var cu=/^([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})$/,$s=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/;var uu=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var N_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function lu(){return new RegExp(N_,"u")}var du=/^(?:(?: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])$/,pu=/^(([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}|:))$/;var fu=/^((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])$/,mu=/^(([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])$/,hu=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,bs=/^[A-Za-z0-9_-]*$/;var gu=/^https?$/,_u=/^\+[1-9]\d{6,14}$/,yu="(?:(?:\\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])))",vu=new RegExp(`^${yu}$`);function wu(e){let t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function $u(e){return new RegExp(`^${wu(e)}$`)}function bu(e){let t=wu({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let n=`${t}(?:${r.join("|")})`;return new RegExp(`^${yu}T(?:${n})$`)}var xu=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},zu=/^-?\d+n?$/,ku=/^-?\d+$/,xs=/^-?\d+(?:\.\d+)?$/,Su=/^(?:true|false)$/i,Pu=/^null$/i;var Tu=/^[^A-Z]*$/,Eu=/^[^a-z]*$/;var ae=h("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),Ru={number:"number",bigint:"bigint",object:"date"},zs=h("$ZodCheckLessThan",(e,t)=>{ae.init(e,t);let r=Ru[typeof t.value];e._zod.onattach.push(n=>{let o=n._zod.bag,s=(t.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<s&&(t.inclusive?o.maximum=t.value:o.exclusiveMaximum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value<=t.value:n.value<t.value)||n.issues.push({origin:r,code:"too_big",maximum:typeof t.value=="object"?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),ks=h("$ZodCheckGreaterThan",(e,t)=>{ae.init(e,t);let r=Ru[typeof t.value];e._zod.onattach.push(n=>{let o=n._zod.bag,s=(t.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>s&&(t.inclusive?o.minimum=t.value:o.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:r,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Iu=h("$ZodCheckMultipleOf",(e,t)=>{ae.init(e,t),e._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%t.value===BigInt(0):ls(r.value,t.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),Ou=h("$ZodCheckNumberFormat",(e,t)=>{ae.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),n=r?"int":"number",[o,s]=hs[t.format];e._zod.onattach.push(i=>{let a=i._zod.bag;a.format=t.format,a.minimum=o,a.maximum=s,r&&(a.pattern=ku)}),e._zod.check=i=>{let a=i.value;if(r){if(!Number.isInteger(a)){i.issues.push({expected:n,format:t.format,code:"invalid_type",continue:!1,input:a,inst:e});return}if(!Number.isSafeInteger(a)){a>0?i.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort}):i.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort});return}}a<o&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:o,inclusive:!0,inst:e,continue:!t.abort}),a>s&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:s,inclusive:!0,inst:e,continue:!t.abort})}});var Cu=h("$ZodCheckMaxLength",(e,t)=>{var r;ae.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!Cr(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<o&&(n._zod.bag.maximum=t.maximum)}),e._zod.check=n=>{let o=n.value;if(o.length<=t.maximum)return;let i=Ar(o);n.issues.push({origin:i,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Nu=h("$ZodCheckMinLength",(e,t)=>{var r;ae.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!Cr(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(n._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{let o=n.value;if(o.length>=t.minimum)return;let i=Ar(o);n.issues.push({origin:i,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Au=h("$ZodCheckLengthEquals",(e,t)=>{var r;ae.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!Cr(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=n=>{let o=n.value,s=o.length;if(s===t.length)return;let i=Ar(o),a=s>t.length;n.issues.push({origin:i,...a?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort})}}),Mr=h("$ZodCheckStringFormat",(e,t)=>{var r,n;ae.init(e,t),e._zod.onattach.push(o=>{let s=o._zod.bag;s.format=t.format,t.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=o=>{t.pattern.lastIndex=0,!t.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:t.format,input:o.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),ju=h("$ZodCheckRegex",(e,t)=>{Mr.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),Zu=h("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=Tu),Mr.init(e,t)}),Du=h("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=Eu),Mr.init(e,t)}),Mu=h("$ZodCheckIncludes",(e,t)=>{ae.init(e,t);let r=st(t.includes),n=new RegExp(typeof t.position=="number"?`^.{${t.position}}${r}`:r);t.pattern=n,e._zod.onattach.push(o=>{let s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(n)}),e._zod.check=o=>{o.value.includes(t.includes,t.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:o.value,inst:e,continue:!t.abort})}}),qu=h("$ZodCheckStartsWith",(e,t)=>{ae.init(e,t);let r=new RegExp(`^${st(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.startsWith(t.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:n.value,inst:e,continue:!t.abort})}}),Uu=h("$ZodCheckEndsWith",(e,t)=>{ae.init(e,t);let r=new RegExp(`.*${st(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.endsWith(t.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:n.value,inst:e,continue:!t.abort})}});var Lu=h("$ZodCheckOverwrite",(e,t)=>{ae.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value)}});var Wn=class{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}let n=t.split(`
11
11
  `).filter(i=>i),o=Math.min(...n.map(i=>i.length-i.trimStart().length)),s=n.map(i=>i.slice(o)).map(i=>" ".repeat(this.indent*2)+i);for(let i of s)this.content.push(i)}compile(){let t=Function,r=this?.args,o=[...(this?.content??[""]).map(s=>` ${s}`)];return new t(...r,o.join(`
12
- `))}};var qu={major:4,minor:4,patch:3};var F=h("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=qu;let n=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&n.unshift(e);for(let o of n)for(let s of o._zod.onattach)s(e);if(n.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let o=(i,a,c)=>{let u=_t(i),l;for(let p of a){if(p._zod.def.when){if(hs(i)||!p._zod.def.when(i))continue}else if(u)continue;let m=i.issues.length,f=p._zod.check(i);if(f instanceof Promise&&c?.async===!1)throw new Be;if(l||f instanceof Promise)l=(l??Promise.resolve()).then(async()=>{await f,i.issues.length!==m&&(u||(u=_t(i,m)))});else{if(i.issues.length===m)continue;u||(u=_t(i,m))}}return l?l.then(()=>i):i},s=(i,a,c)=>{if(_t(i))return i.aborted=!0,i;let u=o(a,n,c);if(u instanceof Promise){if(c.async===!1)throw new Be;return u.then(l=>e._zod.parse(l,c))}return e._zod.parse(u,c)};e._zod.run=(i,a)=>{if(a.skipChecks)return e._zod.parse(i,a);if(a.direction==="backward"){let u=e._zod.parse({value:i.value,issues:[]},{...a,skipChecks:!0});return u instanceof Promise?u.then(l=>s(l,i,a)):s(u,i,a)}let c=e._zod.parse(i,a);if(c instanceof Promise){if(a.async===!1)throw new Be;return c.then(u=>o(u,n,a))}return o(c,n,a)}}L(e,"~standard",()=>({validate:o=>{try{let s=Uc(e,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return Lc(e,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}))}),Qn=h("$ZodString",(e,t)=>{F.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??vu(e._zod.bag),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),B=h("$ZodStringFormat",(e,t)=>{Dr.init(e,t),Qn.init(e,t)}),Bu=h("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=ou),B.init(e,t)}),Wu=h("$ZodUUID",(e,t)=>{if(t.version){let n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(n===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=ws(n))}else t.pattern??(t.pattern=ws());B.init(e,t)}),Yu=h("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=su),B.init(e,t)}),Qu=h("$ZodURL",(e,t)=>{B.init(e,t),e._zod.check=r=>{try{let n=r.value.trim();if(!t.normalize&&t.protocol?.source===pu.source&&!/^https?:\/\//i.test(n)){r.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:r.value,inst:e,continue:!t.abort});return}let o=new URL(n);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(o.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=o.href:r.value=n;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),Xu=h("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=iu()),B.init(e,t)}),el=h("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=ru),B.init(e,t)}),tl=h("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=Yc),B.init(e,t)}),rl=h("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=Qc),B.init(e,t)}),nl=h("$ZodULID",(e,t)=>{t.pattern??(t.pattern=Xc),B.init(e,t)}),ol=h("$ZodXID",(e,t)=>{t.pattern??(t.pattern=eu),B.init(e,t)}),sl=h("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=tu),B.init(e,t)}),il=h("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=yu(t)),B.init(e,t)}),al=h("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=hu),B.init(e,t)}),cl=h("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=_u(t)),B.init(e,t)}),ul=h("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=nu),B.init(e,t)}),ll=h("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=au),B.init(e,t),e._zod.bag.format="ipv4"}),dl=h("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=cu),B.init(e,t),e._zod.bag.format="ipv6",e._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}});var pl=h("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=uu),B.init(e,t)}),fl=h("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=lu),B.init(e,t),e._zod.check=r=>{let n=r.value.split("/");try{if(n.length!==2)throw new Error;let[o,s]=n;if(!s)throw new Error;let i=Number(s);if(`${i}`!==s)throw new Error;if(i<0||i>128)throw new Error;new URL(`http://[${o}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});function ml(e){if(e==="")return!0;if(/\s/.test(e)||e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}var hl=h("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=du),B.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=r=>{ml(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}});function T_(e){if(!$s.test(e))return!1;let t=e.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=t.padEnd(Math.ceil(t.length/4)*4,"=");return ml(r)}var gl=h("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=$s),B.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=r=>{T_(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),_l=h("$ZodE164",(e,t)=>{t.pattern??(t.pattern=fu),B.init(e,t)});function E_(e,t=null){try{let r=e.split(".");if(r.length!==3)return!1;let[n]=r;if(!n)return!1;let o=JSON.parse(atob(n));return!("typ"in o&&o?.typ!=="JWT"||!o.alg||t&&(!("alg"in o)||o.alg!==t))}catch{return!1}}var yl=h("$ZodJWT",(e,t)=>{B.init(e,t),e._zod.check=r=>{E_(r.value,t.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}});var Ss=h("$ZodNumber",(e,t)=>{F.init(e,t),e._zod.pattern=e._zod.bag.pattern??bs,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=Number(r.value)}catch{}let o=r.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return r;let s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:o,inst:e,...s?{received:s}:{}}),r}}),vl=h("$ZodNumberFormat",(e,t)=>{Tu.init(e,t),Ss.init(e,t)}),wl=h("$ZodBoolean",(e,t)=>{F.init(e,t),e._zod.pattern=bu,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=!!r.value}catch{}let o=r.value;return typeof o=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:e}),r}}),$l=h("$ZodBigInt",(e,t)=>{F.init(e,t),e._zod.pattern=wu,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=BigInt(r.value)}catch{}return typeof r.value=="bigint"||r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:e}),r}});var bl=h("$ZodNull",(e,t)=>{F.init(e,t),e._zod.pattern=zu,e._zod.values=new Set([null]),e._zod.parse=(r,n)=>{let o=r.value;return o===null||r.issues.push({expected:"null",code:"invalid_type",input:o,inst:e}),r}}),zl=h("$ZodAny",(e,t)=>{F.init(e,t),e._zod.parse=r=>r}),xl=h("$ZodUnknown",(e,t)=>{F.init(e,t),e._zod.parse=r=>r}),kl=h("$ZodNever",(e,t)=>{F.init(e,t),e._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:e}),r)});var Sl=h("$ZodDate",(e,t)=>{F.init(e,t),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=new Date(r.value)}catch{}let o=r.value,s=o instanceof Date;return s&&!Number.isNaN(o.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:o,...s?{received:"Invalid Date"}:{},inst:e}),r}});function Uu(e,t,r){e.issues.length&&t.issues.push(...it(r,e.issues)),t.value[r]=e.value}var Pl=h("$ZodArray",(e,t)=>{F.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;if(!Array.isArray(o))return r.issues.push({expected:"array",code:"invalid_type",input:o,inst:e}),r;r.value=Array(o.length);let s=[];for(let i=0;i<o.length;i++){let a=o[i],c=t.element._zod.run({value:a,issues:[]},n);c instanceof Promise?s.push(c.then(u=>Uu(u,r,i))):Uu(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function Yn(e,t,r,n,o,s){let i=r in n;if(e.issues.length){if(o&&s&&!i)return;t.issues.push(...it(r,e.issues))}if(!i&&!o){e.issues.length||t.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[r]});return}e.value===void 0?i&&(t.value[r]=void 0):t.value[r]=e.value}function Tl(e){let t=Object.keys(e.shape);for(let n of t)if(!e.shape?.[n]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${n}": expected a Zod schema`);let r=fs(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}function El(e,t,r,n,o,s){let i=[],a=o.keySet,c=o.catchall._zod,u=c.def.type,l=c.optin==="optional",p=c.optout==="optional";for(let m in t){if(m==="__proto__"||a.has(m))continue;if(u==="never"){i.push(m);continue}let f=c.run({value:t[m],issues:[]},n);f instanceof Promise?e.push(f.then(g=>Yn(g,r,m,t,l,p))):Yn(f,r,m,t,l,p)}return i.length&&r.issues.push({code:"unrecognized_keys",keys:i,input:t,inst:s}),e.length?Promise.all(e).then(()=>r):r}var R_=h("$ZodObject",(e,t)=>{if(F.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let a=t.shape;Object.defineProperty(t,"shape",{get:()=>{let c={...a};return Object.defineProperty(t,"shape",{value:c}),c}})}let n=Kt(()=>Tl(t));L(e._zod,"propValues",()=>{let a=t.shape,c={};for(let u in a){let l=a[u]._zod;if(l.values){c[u]??(c[u]=new Set);for(let p of l.values)c[u].add(p)}}return c});let o=Rt,s=t.catchall,i;e._zod.parse=(a,c)=>{i??(i=n.value);let u=a.value;if(!o(u))return a.issues.push({expected:"object",code:"invalid_type",input:u,inst:e}),a;a.value={};let l=[],p=i.shape;for(let m of i.keys){let f=p[m],g=f._zod.optin==="optional",_=f._zod.optout==="optional",y=f._zod.run({value:u[m],issues:[]},c);y instanceof Promise?l.push(y.then(v=>Yn(v,a,m,u,g,_))):Yn(y,a,m,u,g,_)}return s?El(l,u,a,c,n.value,e):l.length?Promise.all(l).then(()=>a):a}}),Rl=h("$ZodObjectJIT",(e,t)=>{R_.init(e,t);let r=e._zod.parse,n=Kt(()=>Tl(t)),o=m=>{let f=new Bn(["shape","payload","ctx"]),g=n.value,_=x=>{let E=Fn(x);return`shape[${E}]._zod.run({ value: input[${E}], issues: [] }, ctx)`};f.write("const input = payload.value;");let y=Object.create(null),v=0;for(let x of g.keys)y[x]=`key_${v++}`;f.write("const newResult = {};");for(let x of g.keys){let E=y[x],k=Fn(x),Pe=m[x],Ie=Pe?._zod?.optin==="optional",kr=Pe?._zod?.optout==="optional";f.write(`const ${E} = ${_(x)};`),Ie&&kr?f.write(`
13
- if (${E}.issues.length) {
14
- if (${k} in input) {
15
- payload.issues = payload.issues.concat(${E}.issues.map(iss => ({
12
+ `))}};var Vu={major:4,minor:4,patch:3};var F=h("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=Vu;let n=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&n.unshift(e);for(let o of n)for(let s of o._zod.onattach)s(e);if(n.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let o=(i,a,c)=>{let u=_t(i),l;for(let p of a){if(p._zod.def.when){if(gs(i)||!p._zod.def.when(i))continue}else if(u)continue;let m=i.issues.length,f=p._zod.check(i);if(f instanceof Promise&&c?.async===!1)throw new We;if(l||f instanceof Promise)l=(l??Promise.resolve()).then(async()=>{await f,i.issues.length!==m&&(u||(u=_t(i,m)))});else{if(i.issues.length===m)continue;u||(u=_t(i,m))}}return l?l.then(()=>i):i},s=(i,a,c)=>{if(_t(i))return i.aborted=!0,i;let u=o(a,n,c);if(u instanceof Promise){if(c.async===!1)throw new We;return u.then(l=>e._zod.parse(l,c))}return e._zod.parse(u,c)};e._zod.run=(i,a)=>{if(a.skipChecks)return e._zod.parse(i,a);if(a.direction==="backward"){let u=e._zod.parse({value:i.value,issues:[]},{...a,skipChecks:!0});return u instanceof Promise?u.then(l=>s(l,i,a)):s(u,i,a)}let c=e._zod.parse(i,a);if(c instanceof Promise){if(a.async===!1)throw new We;return c.then(u=>o(u,n,a))}return o(c,n,a)}}L(e,"~standard",()=>({validate:o=>{try{let s=Hc(e,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return Jc(e,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}))}),Xn=h("$ZodString",(e,t)=>{F.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??xu(e._zod.bag),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),B=h("$ZodStringFormat",(e,t)=>{Mr.init(e,t),Xn.init(e,t)}),Xu=h("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=cu),B.init(e,t)}),el=h("$ZodUUID",(e,t)=>{if(t.version){let n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(n===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=$s(n))}else t.pattern??(t.pattern=$s());B.init(e,t)}),tl=h("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=uu),B.init(e,t)}),rl=h("$ZodURL",(e,t)=>{B.init(e,t),e._zod.check=r=>{try{let n=r.value.trim();if(!t.normalize&&t.protocol?.source===gu.source&&!/^https?:\/\//i.test(n)){r.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:r.value,inst:e,continue:!t.abort});return}let o=new URL(n);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(o.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=o.href:r.value=n;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),nl=h("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=lu()),B.init(e,t)}),ol=h("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=iu),B.init(e,t)}),sl=h("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=tu),B.init(e,t)}),il=h("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=ru),B.init(e,t)}),al=h("$ZodULID",(e,t)=>{t.pattern??(t.pattern=nu),B.init(e,t)}),cl=h("$ZodXID",(e,t)=>{t.pattern??(t.pattern=ou),B.init(e,t)}),ul=h("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=su),B.init(e,t)}),ll=h("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=bu(t)),B.init(e,t)}),dl=h("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=vu),B.init(e,t)}),pl=h("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=$u(t)),B.init(e,t)}),fl=h("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=au),B.init(e,t)}),ml=h("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=du),B.init(e,t),e._zod.bag.format="ipv4"}),hl=h("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=pu),B.init(e,t),e._zod.bag.format="ipv6",e._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}});var gl=h("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=fu),B.init(e,t)}),_l=h("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=mu),B.init(e,t),e._zod.check=r=>{let n=r.value.split("/");try{if(n.length!==2)throw new Error;let[o,s]=n;if(!s)throw new Error;let i=Number(s);if(`${i}`!==s)throw new Error;if(i<0||i>128)throw new Error;new URL(`http://[${o}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});function yl(e){if(e==="")return!0;if(/\s/.test(e)||e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}var vl=h("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=hu),B.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=r=>{yl(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}});function A_(e){if(!bs.test(e))return!1;let t=e.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=t.padEnd(Math.ceil(t.length/4)*4,"=");return yl(r)}var wl=h("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=bs),B.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=r=>{A_(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),$l=h("$ZodE164",(e,t)=>{t.pattern??(t.pattern=_u),B.init(e,t)});function j_(e,t=null){try{let r=e.split(".");if(r.length!==3)return!1;let[n]=r;if(!n)return!1;let o=JSON.parse(atob(n));return!("typ"in o&&o?.typ!=="JWT"||!o.alg||t&&(!("alg"in o)||o.alg!==t))}catch{return!1}}var bl=h("$ZodJWT",(e,t)=>{B.init(e,t),e._zod.check=r=>{j_(r.value,t.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}});var Ps=h("$ZodNumber",(e,t)=>{F.init(e,t),e._zod.pattern=e._zod.bag.pattern??xs,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=Number(r.value)}catch{}let o=r.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return r;let s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:o,inst:e,...s?{received:s}:{}}),r}}),xl=h("$ZodNumberFormat",(e,t)=>{Ou.init(e,t),Ps.init(e,t)}),zl=h("$ZodBoolean",(e,t)=>{F.init(e,t),e._zod.pattern=Su,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=!!r.value}catch{}let o=r.value;return typeof o=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:e}),r}}),kl=h("$ZodBigInt",(e,t)=>{F.init(e,t),e._zod.pattern=zu,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=BigInt(r.value)}catch{}return typeof r.value=="bigint"||r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:e}),r}});var Sl=h("$ZodNull",(e,t)=>{F.init(e,t),e._zod.pattern=Pu,e._zod.values=new Set([null]),e._zod.parse=(r,n)=>{let o=r.value;return o===null||r.issues.push({expected:"null",code:"invalid_type",input:o,inst:e}),r}}),Pl=h("$ZodAny",(e,t)=>{F.init(e,t),e._zod.parse=r=>r}),Tl=h("$ZodUnknown",(e,t)=>{F.init(e,t),e._zod.parse=r=>r}),El=h("$ZodNever",(e,t)=>{F.init(e,t),e._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:e}),r)});var Rl=h("$ZodDate",(e,t)=>{F.init(e,t),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=new Date(r.value)}catch{}let o=r.value,s=o instanceof Date;return s&&!Number.isNaN(o.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:o,...s?{received:"Invalid Date"}:{},inst:e}),r}});function Hu(e,t,r){e.issues.length&&t.issues.push(...it(r,e.issues)),t.value[r]=e.value}var Il=h("$ZodArray",(e,t)=>{F.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;if(!Array.isArray(o))return r.issues.push({expected:"array",code:"invalid_type",input:o,inst:e}),r;r.value=Array(o.length);let s=[];for(let i=0;i<o.length;i++){let a=o[i],c=t.element._zod.run({value:a,issues:[]},n);c instanceof Promise?s.push(c.then(u=>Hu(u,r,i))):Hu(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function Qn(e,t,r,n,o,s){let i=r in n;if(e.issues.length){if(o&&s&&!i)return;t.issues.push(...it(r,e.issues))}if(!i&&!o){e.issues.length||t.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[r]});return}e.value===void 0?i&&(t.value[r]=void 0):t.value[r]=e.value}function Ol(e){let t=Object.keys(e.shape);for(let n of t)if(!e.shape?.[n]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${n}": expected a Zod schema`);let r=ms(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}function Cl(e,t,r,n,o,s){let i=[],a=o.keySet,c=o.catchall._zod,u=c.def.type,l=c.optin==="optional",p=c.optout==="optional";for(let m in t){if(m==="__proto__"||a.has(m))continue;if(u==="never"){i.push(m);continue}let f=c.run({value:t[m],issues:[]},n);f instanceof Promise?e.push(f.then(g=>Qn(g,r,m,t,l,p))):Qn(f,r,m,t,l,p)}return i.length&&r.issues.push({code:"unrecognized_keys",keys:i,input:t,inst:s}),e.length?Promise.all(e).then(()=>r):r}var Z_=h("$ZodObject",(e,t)=>{if(F.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let a=t.shape;Object.defineProperty(t,"shape",{get:()=>{let c={...a};return Object.defineProperty(t,"shape",{value:c}),c}})}let n=Kt(()=>Ol(t));L(e._zod,"propValues",()=>{let a=t.shape,c={};for(let u in a){let l=a[u]._zod;if(l.values){c[u]??(c[u]=new Set);for(let p of l.values)c[u].add(p)}}return c});let o=Rt,s=t.catchall,i;e._zod.parse=(a,c)=>{i??(i=n.value);let u=a.value;if(!o(u))return a.issues.push({expected:"object",code:"invalid_type",input:u,inst:e}),a;a.value={};let l=[],p=i.shape;for(let m of i.keys){let f=p[m],g=f._zod.optin==="optional",y=f._zod.optout==="optional",w=f._zod.run({value:u[m],issues:[]},c);w instanceof Promise?l.push(w.then(v=>Qn(v,a,m,u,g,y))):Qn(w,a,m,u,g,y)}return s?Cl(l,u,a,c,n.value,e):l.length?Promise.all(l).then(()=>a):a}}),Nl=h("$ZodObjectJIT",(e,t)=>{Z_.init(e,t);let r=e._zod.parse,n=Kt(()=>Ol(t)),o=m=>{let f=new Wn(["shape","payload","ctx"]),g=n.value,y=x=>{let k=Vn(x);return`shape[${k}]._zod.run({ value: input[${k}], issues: [] }, ctx)`};f.write("const input = payload.value;");let w=Object.create(null),v=0;for(let x of g.keys)w[x]=`key_${v++}`;f.write("const newResult = {};");for(let x of g.keys){let k=w[x],S=Vn(x),Te=m[x],Oe=Te?._zod?.optin==="optional",Sr=Te?._zod?.optout==="optional";f.write(`const ${k} = ${y(x)};`),Oe&&Sr?f.write(`
13
+ if (${k}.issues.length) {
14
+ if (${S} in input) {
15
+ payload.issues = payload.issues.concat(${k}.issues.map(iss => ({
16
16
  ...iss,
17
- path: iss.path ? [${k}, ...iss.path] : [${k}]
17
+ path: iss.path ? [${S}, ...iss.path] : [${S}]
18
18
  })));
19
19
  }
20
20
  }
21
21
 
22
- if (${E}.value === undefined) {
23
- if (${k} in input) {
24
- newResult[${k}] = undefined;
22
+ if (${k}.value === undefined) {
23
+ if (${S} in input) {
24
+ newResult[${S}] = undefined;
25
25
  }
26
26
  } else {
27
- newResult[${k}] = ${E}.value;
27
+ newResult[${S}] = ${k}.value;
28
28
  }
29
29
 
30
- `):Ie?f.write(`
31
- if (${E}.issues.length) {
32
- payload.issues = payload.issues.concat(${E}.issues.map(iss => ({
30
+ `):Oe?f.write(`
31
+ if (${k}.issues.length) {
32
+ payload.issues = payload.issues.concat(${k}.issues.map(iss => ({
33
33
  ...iss,
34
- path: iss.path ? [${k}, ...iss.path] : [${k}]
34
+ path: iss.path ? [${S}, ...iss.path] : [${S}]
35
35
  })));
36
36
  }
37
37
 
38
- if (${E}.value === undefined) {
39
- if (${k} in input) {
40
- newResult[${k}] = undefined;
38
+ if (${k}.value === undefined) {
39
+ if (${S} in input) {
40
+ newResult[${S}] = undefined;
41
41
  }
42
42
  } else {
43
- newResult[${k}] = ${E}.value;
43
+ newResult[${S}] = ${k}.value;
44
44
  }
45
45
 
46
46
  `):f.write(`
47
- const ${E}_present = ${k} in input;
48
- if (${E}.issues.length) {
49
- payload.issues = payload.issues.concat(${E}.issues.map(iss => ({
47
+ const ${k}_present = ${S} in input;
48
+ if (${k}.issues.length) {
49
+ payload.issues = payload.issues.concat(${k}.issues.map(iss => ({
50
50
  ...iss,
51
- path: iss.path ? [${k}, ...iss.path] : [${k}]
51
+ path: iss.path ? [${S}, ...iss.path] : [${S}]
52
52
  })));
53
53
  }
54
- if (!${E}_present && !${E}.issues.length) {
54
+ if (!${k}_present && !${k}.issues.length) {
55
55
  payload.issues.push({
56
56
  code: "invalid_type",
57
57
  expected: "nonoptional",
58
58
  input: undefined,
59
- path: [${k}]
59
+ path: [${S}]
60
60
  });
61
61
  }
62
62
 
63
- if (${E}_present) {
64
- if (${E}.value === undefined) {
65
- newResult[${k}] = undefined;
63
+ if (${k}_present) {
64
+ if (${k}.value === undefined) {
65
+ newResult[${S}] = undefined;
66
66
  } else {
67
- newResult[${k}] = ${E}.value;
67
+ newResult[${S}] = ${k}.value;
68
68
  }
69
69
  }
70
70
 
71
- `)}f.write("payload.value = newResult;"),f.write("return payload;");let O=f.compile();return(x,E)=>O(m,x,E)},s,i=Rt,a=!Ht.jitless,u=a&&ds.value,l=t.catchall,p;e._zod.parse=(m,f)=>{p??(p=n.value);let g=m.value;return i(g)?a&&u&&f?.async===!1&&f.jitless!==!0?(s||(s=o(t.shape)),m=s(m,f),l?El([],g,m,f,p,e):m):r(m,f):(m.issues.push({expected:"object",code:"invalid_type",input:g,inst:e}),m)}});function Lu(e,t,r,n){for(let s of e)if(s.issues.length===0)return t.value=s.value,t;let o=e.filter(s=>!_t(s));return o.length===1?(t.value=o[0].value,o[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(s=>s.issues.map(i=>Ne(i,n,$e())))}),t)}var Ps=h("$ZodUnion",(e,t)=>{F.init(e,t),L(e._zod,"optin",()=>t.options.some(n=>n._zod.optin==="optional")?"optional":void 0),L(e._zod,"optout",()=>t.options.some(n=>n._zod.optout==="optional")?"optional":void 0),L(e._zod,"values",()=>{if(t.options.every(n=>n._zod.values))return new Set(t.options.flatMap(n=>Array.from(n._zod.values)))}),L(e._zod,"pattern",()=>{if(t.options.every(n=>n._zod.pattern)){let n=t.options.map(o=>o._zod.pattern);return new RegExp(`^(${n.map(o=>Cr(o.source)).join("|")})$`)}});let r=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(n,o)=>{if(r)return r(n,o);let s=!1,i=[];for(let a of t.options){let c=a._zod.run({value:n.value,issues:[]},o);if(c instanceof Promise)i.push(c),s=!0;else{if(c.issues.length===0)return c;i.push(c)}}return s?Promise.all(i).then(a=>Lu(a,n,e,o)):Lu(i,n,e,o)}});var Ol=h("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,Ps.init(e,t);let r=e._zod.parse;L(e._zod,"propValues",()=>{let o={};for(let s of t.options){let i=s._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(s)}"`);for(let[a,c]of Object.entries(i)){o[a]||(o[a]=new Set);for(let u of c)o[a].add(u)}}return o});let n=Kt(()=>{let o=t.options,s=new Map;for(let i of o){let a=i._zod.propValues?.[t.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(let c of a){if(s.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);s.set(c,i)}}return s});e._zod.parse=(o,s)=>{let i=o.value;if(!Rt(i))return o.issues.push({code:"invalid_type",expected:"object",input:i,inst:e}),o;let a=n.value.get(i?.[t.discriminator]);return a?a._zod.run(o,s):t.unionFallback||s.direction==="backward"?r(o,s):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,options:Array.from(n.value.keys()),input:i,path:[t.discriminator],inst:e}),o)}}),Il=h("$ZodIntersection",(e,t)=>{F.init(e,t),e._zod.parse=(r,n)=>{let o=r.value,s=t.left._zod.run({value:o,issues:[]},n),i=t.right._zod.run({value:o,issues:[]},n);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([c,u])=>Fu(r,c,u)):Fu(r,s,i)}});function ks(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(gt(e)&&gt(t)){let r=Object.keys(t),n=Object.keys(e).filter(s=>r.indexOf(s)!==-1),o={...e,...t};for(let s of n){let i=ks(e[s],t[s]);if(!i.valid)return{valid:!1,mergeErrorPath:[s,...i.mergeErrorPath]};o[s]=i.data}return{valid:!0,data:o}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let n=0;n<e.length;n++){let o=e[n],s=t[n],i=ks(o,s);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function Fu(e,t,r){let n=new Map,o;for(let a of t.issues)if(a.code==="unrecognized_keys"){o??(o=a);for(let c of a.keys)n.has(c)||n.set(c,{}),n.get(c).l=!0}else e.issues.push(a);for(let a of r.issues)if(a.code==="unrecognized_keys")for(let c of a.keys)n.has(c)||n.set(c,{}),n.get(c).r=!0;else e.issues.push(a);let s=[...n].filter(([,a])=>a.l&&a.r).map(([a])=>a);if(s.length&&o&&e.issues.push({...o,keys:s}),_t(e))return e;let i=ks(t.value,r.value);if(!i.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(i.mergeErrorPath)}`);return e.value=i.data,e}var Cl=h("$ZodRecord",(e,t)=>{F.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;if(!gt(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:e}),r;let s=[],i=t.keyType._zod.values;if(i){r.value={};let a=new Set;for(let u of i)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){a.add(typeof u=="number"?u.toString():u);let l=t.keyType._zod.run({value:u,issues:[]},n);if(l instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(l.issues.length){r.issues.push({code:"invalid_key",origin:"record",issues:l.issues.map(f=>Ne(f,n,$e())),input:u,path:[u],inst:e});continue}let p=l.value,m=t.valueType._zod.run({value:o[u],issues:[]},n);m instanceof Promise?s.push(m.then(f=>{f.issues.length&&r.issues.push(...it(u,f.issues)),r.value[p]=f.value})):(m.issues.length&&r.issues.push(...it(u,m.issues)),r.value[p]=m.value)}let c;for(let u in o)a.has(u)||(c=c??[],c.push(u));c&&c.length>0&&r.issues.push({code:"unrecognized_keys",input:o,inst:e,keys:c})}else{r.value={};for(let a of Reflect.ownKeys(o)){if(a==="__proto__"||!Object.prototype.propertyIsEnumerable.call(o,a))continue;let c=t.keyType._zod.run({value:a,issues:[]},n);if(c instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof a=="string"&&bs.test(a)&&c.issues.length){let p=t.keyType._zod.run({value:Number(a),issues:[]},n);if(p instanceof Promise)throw new Error("Async schemas not supported in object keys currently");p.issues.length===0&&(c=p)}if(c.issues.length){t.mode==="loose"?r.value[a]=o[a]:r.issues.push({code:"invalid_key",origin:"record",issues:c.issues.map(p=>Ne(p,n,$e())),input:a,path:[a],inst:e});continue}let l=t.valueType._zod.run({value:o[a],issues:[]},n);l instanceof Promise?s.push(l.then(p=>{p.issues.length&&r.issues.push(...it(a,p.issues)),r.value[c.value]=p.value})):(l.issues.length&&r.issues.push(...it(a,l.issues)),r.value[c.value]=l.value)}}return s.length?Promise.all(s).then(()=>r):r}});var Nl=h("$ZodEnum",(e,t)=>{F.init(e,t);let r=Or(t.entries),n=new Set(r);e._zod.values=n,e._zod.pattern=new RegExp(`^(${r.filter(o=>ps.has(typeof o)).map(o=>typeof o=="string"?st(o):o.toString()).join("|")})$`),e._zod.parse=(o,s)=>{let i=o.value;return n.has(i)||o.issues.push({code:"invalid_value",values:r,input:i,inst:e}),o}}),Al=h("$ZodLiteral",(e,t)=>{if(F.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");let r=new Set(t.values);e._zod.values=r,e._zod.pattern=new RegExp(`^(${t.values.map(n=>typeof n=="string"?st(n):n?st(n.toString()):String(n)).join("|")})$`),e._zod.parse=(n,o)=>{let s=n.value;return r.has(s)||n.issues.push({code:"invalid_value",values:t.values,input:s,inst:e}),n}});var jl=h("$ZodTransform",(e,t)=>{F.init(e,t),e._zod.optin="optional",e._zod.parse=(r,n)=>{if(n.direction==="backward")throw new Vt(e.constructor.name);let o=t.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(r.value=i,r.fallback=!0,r));if(o instanceof Promise)throw new Be;return r.value=o,r.fallback=!0,r}});function Vu(e,t){return t===void 0&&(e.issues.length||e.fallback)?{issues:[],value:void 0}:e}var Ts=h("$ZodOptional",(e,t)=>{F.init(e,t),e._zod.optin="optional",e._zod.optout="optional",L(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),L(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${Cr(r.source)})?$`):void 0}),e._zod.parse=(r,n)=>{if(t.innerType._zod.optin==="optional"){let o=r.value,s=t.innerType._zod.run(r,n);return s instanceof Promise?s.then(i=>Vu(i,o)):Vu(s,o)}return r.value===void 0?r:t.innerType._zod.run(r,n)}}),Zl=h("$ZodExactOptional",(e,t)=>{Ts.init(e,t),L(e._zod,"values",()=>t.innerType._zod.values),L(e._zod,"pattern",()=>t.innerType._zod.pattern),e._zod.parse=(r,n)=>t.innerType._zod.run(r,n)}),Dl=h("$ZodNullable",(e,t)=>{F.init(e,t),L(e._zod,"optin",()=>t.innerType._zod.optin),L(e._zod,"optout",()=>t.innerType._zod.optout),L(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${Cr(r.source)}|null)$`):void 0}),L(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,n)=>r.value===null?r:t.innerType._zod.run(r,n)}),Ml=h("$ZodDefault",(e,t)=>{F.init(e,t),e._zod.optin="optional",L(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{if(n.direction==="backward")return t.innerType._zod.run(r,n);if(r.value===void 0)return r.value=t.defaultValue,r;let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Hu(s,t)):Hu(o,t)}});function Hu(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}var ql=h("$ZodPrefault",(e,t)=>{F.init(e,t),e._zod.optin="optional",L(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>(n.direction==="backward"||r.value===void 0&&(r.value=t.defaultValue),t.innerType._zod.run(r,n))}),Ul=h("$ZodNonOptional",(e,t)=>{F.init(e,t),L(e._zod,"values",()=>{let r=t.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),e._zod.parse=(r,n)=>{let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Ju(s,e)):Ju(o,e)}});function Ju(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}var Ll=h("$ZodCatch",(e,t)=>{F.init(e,t),e._zod.optin="optional",L(e._zod,"optout",()=>t.innerType._zod.optout),L(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{if(n.direction==="backward")return t.innerType._zod.run(r,n);let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>(r.value=s.value,s.issues.length&&(r.value=t.catchValue({...r,error:{issues:s.issues.map(i=>Ne(i,n,$e()))},input:r.value}),r.issues=[],r.fallback=!0),r)):(r.value=o.value,o.issues.length&&(r.value=t.catchValue({...r,error:{issues:o.issues.map(s=>Ne(s,n,$e()))},input:r.value}),r.issues=[],r.fallback=!0),r)}});var Es=h("$ZodPipe",(e,t)=>{F.init(e,t),L(e._zod,"values",()=>t.in._zod.values),L(e._zod,"optin",()=>t.in._zod.optin),L(e._zod,"optout",()=>t.out._zod.optout),L(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,n)=>{if(n.direction==="backward"){let s=t.out._zod.run(r,n);return s instanceof Promise?s.then(i=>Wn(i,t.in,n)):Wn(s,t.in,n)}let o=t.in._zod.run(r,n);return o instanceof Promise?o.then(s=>Wn(s,t.out,n)):Wn(o,t.out,n)}});function Wn(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues,fallback:e.fallback},r)}var Fl=h("$ZodPreprocess",(e,t)=>{Es.init(e,t)}),Vl=h("$ZodReadonly",(e,t)=>{F.init(e,t),L(e._zod,"propValues",()=>t.innerType._zod.propValues),L(e._zod,"values",()=>t.innerType._zod.values),L(e._zod,"optin",()=>t.innerType?._zod?.optin),L(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(r,n)=>{if(n.direction==="backward")return t.innerType._zod.run(r,n);let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(Ku):Ku(o)}});function Ku(e){return e.value=Object.freeze(e.value),e}var Hl=h("$ZodCustom",(e,t)=>{ae.init(e,t),F.init(e,t),e._zod.parse=(r,n)=>r,e._zod.check=r=>{let n=r.value,o=t.fn(n);if(o instanceof Promise)return o.then(s=>Gu(s,r,n,e));Gu(o,r,n,e)}});function Gu(e,t,r,n){if(!e){let o={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(o.params=n._zod.def.params),t.issues.push(Gt(o))}}var O_=()=>{let e={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}};function t(o){return e[o]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},n={nan:"NaN"};return o=>{switch(o.code){case"invalid_type":{let s=n[o.expected]??o.expected,i=gs(o.input),a=n[i]??i;return`Invalid input: expected ${s}, received ${a}`}case"invalid_value":return o.values.length===1?`Invalid input: expected ${Hn(o.values[0])}`:`Invalid option: expected one of ${Ln(o.values,"|")}`;case"too_big":{let s=o.inclusive?"<=":"<",i=t(o.origin);return i?`Too big: expected ${o.origin??"value"} to have ${s}${o.maximum.toString()} ${i.unit??"elements"}`:`Too big: expected ${o.origin??"value"} to be ${s}${o.maximum.toString()}`}case"too_small":{let s=o.inclusive?">=":">",i=t(o.origin);return i?`Too small: expected ${o.origin} to have ${s}${o.minimum.toString()} ${i.unit}`:`Too small: expected ${o.origin} to be ${s}${o.minimum.toString()}`}case"invalid_format":{let s=o;return s.format==="starts_with"?`Invalid string: must start with "${s.prefix}"`:s.format==="ends_with"?`Invalid string: must end with "${s.suffix}"`:s.format==="includes"?`Invalid string: must include "${s.includes}"`:s.format==="regex"?`Invalid string: must match pattern ${s.pattern}`:`Invalid ${r[s.format]??o.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${o.divisor}`;case"unrecognized_keys":return`Unrecognized key${o.keys.length>1?"s":""}: ${Ln(o.keys,", ")}`;case"invalid_key":return`Invalid key in ${o.origin}`;case"invalid_union":return o.options&&Array.isArray(o.options)&&o.options.length>0?`Invalid discriminator value. Expected ${o.options.map(i=>`'${i}'`).join(" | ")}`:"Invalid input";case"invalid_element":return`Invalid value in ${o.origin}`;default:return"Invalid input"}}};function Jl(){return{localeError:O_()}}var Kl,I_=Symbol("ZodOutput"),C_=Symbol("ZodInput"),Rs=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...r){let n=r[0];return this._map.set(t,n),n&&typeof n=="object"&&"id"in n&&this._idmap.set(n.id,t),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){let r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){let r=t._zod.parent;if(r){let n={...this.get(r)??{}};delete n.id;let o={...n,...this._map.get(t)};return Object.keys(o).length?o:void 0}return this._map.get(t)}has(t){return this._map.has(t)}};function Gl(){return new Rs}(Kl=globalThis).__zod_globalRegistry??(Kl.__zod_globalRegistry=Gl());var yt=globalThis.__zod_globalRegistry;function Bl(e,t){return new e({type:"string",...T(t)})}function Wl(e,t){return new e({type:"string",coerce:!0,...T(t)})}function Yl(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...T(t)})}function Os(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...T(t)})}function Ql(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...T(t)})}function Xl(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...T(t)})}function ed(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...T(t)})}function td(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...T(t)})}function Is(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...T(t)})}function rd(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...T(t)})}function nd(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...T(t)})}function od(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...T(t)})}function sd(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...T(t)})}function id(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...T(t)})}function ad(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...T(t)})}function cd(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...T(t)})}function ud(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...T(t)})}function ld(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...T(t)})}function dd(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...T(t)})}function pd(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...T(t)})}function fd(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...T(t)})}function md(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...T(t)})}function hd(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...T(t)})}function gd(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...T(t)})}function _d(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...T(t)})}function yd(e,t){return new e({type:"string",format:"date",check:"string_format",...T(t)})}function vd(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...T(t)})}function wd(e,t){return new e({type:"string",format:"duration",check:"string_format",...T(t)})}function $d(e,t){return new e({type:"number",checks:[],...T(t)})}function bd(e,t){return new e({type:"number",coerce:!0,checks:[],...T(t)})}function zd(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...T(t)})}function xd(e,t){return new e({type:"boolean",...T(t)})}function kd(e,t){return new e({type:"boolean",coerce:!0,...T(t)})}function Sd(e,t){return new e({type:"bigint",coerce:!0,...T(t)})}function Pd(e,t){return new e({type:"null",...T(t)})}function Td(e){return new e({type:"any"})}function Ed(e){return new e({type:"unknown"})}function Rd(e,t){return new e({type:"never",...T(t)})}function Od(e,t){return new e({type:"date",coerce:!0,...T(t)})}function Bt(e,t){return new zs({check:"less_than",...T(t),value:e,inclusive:!1})}function at(e,t){return new zs({check:"less_than",...T(t),value:e,inclusive:!0})}function Wt(e,t){return new xs({check:"greater_than",...T(t),value:e,inclusive:!1})}function Fe(e,t){return new xs({check:"greater_than",...T(t),value:e,inclusive:!0})}function Mr(e,t){return new Pu({check:"multiple_of",...T(t),value:e})}function Xn(e,t){return new Eu({check:"max_length",...T(t),maximum:e})}function Yt(e,t){return new Ru({check:"min_length",...T(t),minimum:e})}function eo(e,t){return new Ou({check:"length_equals",...T(t),length:e})}function Cs(e,t){return new Iu({check:"string_format",format:"regex",...T(t),pattern:e})}function Ns(e){return new Cu({check:"string_format",format:"lowercase",...T(e)})}function As(e){return new Nu({check:"string_format",format:"uppercase",...T(e)})}function js(e,t){return new Au({check:"string_format",format:"includes",...T(t),includes:e})}function Zs(e,t){return new ju({check:"string_format",format:"starts_with",...T(t),prefix:e})}function Ds(e,t){return new Zu({check:"string_format",format:"ends_with",...T(t),suffix:e})}function vt(e){return new Du({check:"overwrite",tx:e})}function Ms(e){return vt(t=>t.normalize(e))}function qs(){return vt(e=>e.trim())}function Us(){return vt(e=>e.toLowerCase())}function Ls(){return vt(e=>e.toUpperCase())}function Fs(){return vt(e=>ls(e))}function Id(e,t,r){return new e({type:"array",element:t,...T(r)})}function Cd(e,t,r){let n=T(r);return n.abort??(n.abort=!0),new e({type:"custom",check:"custom",fn:t,...n})}function Nd(e,t,r){return new e({type:"custom",check:"custom",fn:t,...T(r)})}function Ad(e,t){let r=N_(n=>(n.addIssue=o=>{if(typeof o=="string")n.issues.push(Gt(o,n.value,r._zod.def));else{let s=o;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=n.value),s.inst??(s.inst=r),s.continue??(s.continue=!r._zod.def.abort),n.issues.push(Gt(s))}},e(n.value,n)),t);return r}function N_(e,t){let r=new ae({check:"custom",...T(t)});return r._zod.check=e,r}function Vs(e){let t=e?.target??"draft-2020-12";return t==="draft-4"&&(t="draft-04"),t==="draft-7"&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??yt,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,cycles:e?.cycles??"ref",reused:e?.reused??"inline",external:e?.external??void 0}}function re(e,t,r={path:[],schemaPath:[]}){var n;let o=e._zod.def,s=t.seen.get(e);if(s)return s.count++,r.schemaPath.includes(e)&&(s.cycle=r.path),s.schema;let i={schema:{},count:1,cycle:void 0,path:r.path};t.seen.set(e,i);let a=e._zod.toJSONSchema?.();if(a)i.schema=a;else{let l={...r,schemaPath:[...r.schemaPath,e],path:r.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,i.schema,l);else{let m=i.schema,f=t.processors[o.type];if(!f)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${o.type}`);f(e,t,m,l)}let p=e._zod.parent;p&&(i.ref||(i.ref=p),re(p,t,l),t.seen.get(p).isParent=!0)}let c=t.metadataRegistry.get(e);return c&&Object.assign(i.schema,c),t.io==="input"&&ye(e)&&(delete i.schema.examples,delete i.schema.default),t.io==="input"&&"_prefault"in i.schema&&((n=i.schema).default??(n.default=i.schema._prefault)),delete i.schema._prefault,t.seen.get(e).schema}function Hs(e,t){let r=e.seen.get(t);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let n=new Map;for(let i of e.seen.entries()){let a=e.metadataRegistry.get(i[0])?.id;if(a){let c=n.get(a);if(c&&c!==i[0])throw new Error(`Duplicate schema id "${a}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);n.set(a,i[0])}}let o=i=>{let a=e.target==="draft-2020-12"?"$defs":"definitions";if(e.external){let p=e.external.registry.get(i[0])?.id,m=e.external.uri??(g=>g);if(p)return{ref:m(p)};let f=i[1].defId??i[1].schema.id??`schema${e.counter++}`;return i[1].defId=f,{defId:f,ref:`${m("__shared")}#/${a}/${f}`}}if(i[1]===r)return{ref:"#"};let u=`#/${a}/`,l=i[1].schema.id??`__schema${e.counter++}`;return{defId:l,ref:u+l}},s=i=>{if(i[1].schema.$ref)return;let a=i[1],{ref:c,defId:u}=o(i);a.def={...a.schema},u&&(a.defId=u);let l=a.schema;for(let p in l)delete l[p];l.$ref=c};if(e.cycles==="throw")for(let i of e.seen.entries()){let a=i[1];if(a.cycle)throw new Error(`Cycle detected: #/${a.cycle?.join("/")}/<root>
71
+ `)}f.write("payload.value = newResult;"),f.write("return payload;");let R=f.compile();return(x,k)=>R(m,x,k)},s,i=Rt,a=!Ht.jitless,u=a&&ps.value,l=t.catchall,p;e._zod.parse=(m,f)=>{p??(p=n.value);let g=m.value;return i(g)?a&&u&&f?.async===!1&&f.jitless!==!0?(s||(s=o(t.shape)),m=s(m,f),l?Cl([],g,m,f,p,e):m):r(m,f):(m.issues.push({expected:"object",code:"invalid_type",input:g,inst:e}),m)}});function Ju(e,t,r,n){for(let s of e)if(s.issues.length===0)return t.value=s.value,t;let o=e.filter(s=>!_t(s));return o.length===1?(t.value=o[0].value,o[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(s=>s.issues.map(i=>Ne(i,n,$e())))}),t)}var Ts=h("$ZodUnion",(e,t)=>{F.init(e,t),L(e._zod,"optin",()=>t.options.some(n=>n._zod.optin==="optional")?"optional":void 0),L(e._zod,"optout",()=>t.options.some(n=>n._zod.optout==="optional")?"optional":void 0),L(e._zod,"values",()=>{if(t.options.every(n=>n._zod.values))return new Set(t.options.flatMap(n=>Array.from(n._zod.values)))}),L(e._zod,"pattern",()=>{if(t.options.every(n=>n._zod.pattern)){let n=t.options.map(o=>o._zod.pattern);return new RegExp(`^(${n.map(o=>Nr(o.source)).join("|")})$`)}});let r=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(n,o)=>{if(r)return r(n,o);let s=!1,i=[];for(let a of t.options){let c=a._zod.run({value:n.value,issues:[]},o);if(c instanceof Promise)i.push(c),s=!0;else{if(c.issues.length===0)return c;i.push(c)}}return s?Promise.all(i).then(a=>Ju(a,n,e,o)):Ju(i,n,e,o)}});var Al=h("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,Ts.init(e,t);let r=e._zod.parse;L(e._zod,"propValues",()=>{let o={};for(let s of t.options){let i=s._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(s)}"`);for(let[a,c]of Object.entries(i)){o[a]||(o[a]=new Set);for(let u of c)o[a].add(u)}}return o});let n=Kt(()=>{let o=t.options,s=new Map;for(let i of o){let a=i._zod.propValues?.[t.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(let c of a){if(s.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);s.set(c,i)}}return s});e._zod.parse=(o,s)=>{let i=o.value;if(!Rt(i))return o.issues.push({code:"invalid_type",expected:"object",input:i,inst:e}),o;let a=n.value.get(i?.[t.discriminator]);return a?a._zod.run(o,s):t.unionFallback||s.direction==="backward"?r(o,s):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,options:Array.from(n.value.keys()),input:i,path:[t.discriminator],inst:e}),o)}}),jl=h("$ZodIntersection",(e,t)=>{F.init(e,t),e._zod.parse=(r,n)=>{let o=r.value,s=t.left._zod.run({value:o,issues:[]},n),i=t.right._zod.run({value:o,issues:[]},n);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([c,u])=>Ku(r,c,u)):Ku(r,s,i)}});function Ss(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(gt(e)&&gt(t)){let r=Object.keys(t),n=Object.keys(e).filter(s=>r.indexOf(s)!==-1),o={...e,...t};for(let s of n){let i=Ss(e[s],t[s]);if(!i.valid)return{valid:!1,mergeErrorPath:[s,...i.mergeErrorPath]};o[s]=i.data}return{valid:!0,data:o}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let n=0;n<e.length;n++){let o=e[n],s=t[n],i=Ss(o,s);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function Ku(e,t,r){let n=new Map,o;for(let a of t.issues)if(a.code==="unrecognized_keys"){o??(o=a);for(let c of a.keys)n.has(c)||n.set(c,{}),n.get(c).l=!0}else e.issues.push(a);for(let a of r.issues)if(a.code==="unrecognized_keys")for(let c of a.keys)n.has(c)||n.set(c,{}),n.get(c).r=!0;else e.issues.push(a);let s=[...n].filter(([,a])=>a.l&&a.r).map(([a])=>a);if(s.length&&o&&e.issues.push({...o,keys:s}),_t(e))return e;let i=Ss(t.value,r.value);if(!i.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(i.mergeErrorPath)}`);return e.value=i.data,e}var Zl=h("$ZodRecord",(e,t)=>{F.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;if(!gt(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:e}),r;let s=[],i=t.keyType._zod.values;if(i){r.value={};let a=new Set;for(let u of i)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){a.add(typeof u=="number"?u.toString():u);let l=t.keyType._zod.run({value:u,issues:[]},n);if(l instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(l.issues.length){r.issues.push({code:"invalid_key",origin:"record",issues:l.issues.map(f=>Ne(f,n,$e())),input:u,path:[u],inst:e});continue}let p=l.value,m=t.valueType._zod.run({value:o[u],issues:[]},n);m instanceof Promise?s.push(m.then(f=>{f.issues.length&&r.issues.push(...it(u,f.issues)),r.value[p]=f.value})):(m.issues.length&&r.issues.push(...it(u,m.issues)),r.value[p]=m.value)}let c;for(let u in o)a.has(u)||(c=c??[],c.push(u));c&&c.length>0&&r.issues.push({code:"unrecognized_keys",input:o,inst:e,keys:c})}else{r.value={};for(let a of Reflect.ownKeys(o)){if(a==="__proto__"||!Object.prototype.propertyIsEnumerable.call(o,a))continue;let c=t.keyType._zod.run({value:a,issues:[]},n);if(c instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof a=="string"&&xs.test(a)&&c.issues.length){let p=t.keyType._zod.run({value:Number(a),issues:[]},n);if(p instanceof Promise)throw new Error("Async schemas not supported in object keys currently");p.issues.length===0&&(c=p)}if(c.issues.length){t.mode==="loose"?r.value[a]=o[a]:r.issues.push({code:"invalid_key",origin:"record",issues:c.issues.map(p=>Ne(p,n,$e())),input:a,path:[a],inst:e});continue}let l=t.valueType._zod.run({value:o[a],issues:[]},n);l instanceof Promise?s.push(l.then(p=>{p.issues.length&&r.issues.push(...it(a,p.issues)),r.value[c.value]=p.value})):(l.issues.length&&r.issues.push(...it(a,l.issues)),r.value[c.value]=l.value)}}return s.length?Promise.all(s).then(()=>r):r}});var Dl=h("$ZodEnum",(e,t)=>{F.init(e,t);let r=Or(t.entries),n=new Set(r);e._zod.values=n,e._zod.pattern=new RegExp(`^(${r.filter(o=>fs.has(typeof o)).map(o=>typeof o=="string"?st(o):o.toString()).join("|")})$`),e._zod.parse=(o,s)=>{let i=o.value;return n.has(i)||o.issues.push({code:"invalid_value",values:r,input:i,inst:e}),o}}),Ml=h("$ZodLiteral",(e,t)=>{if(F.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");let r=new Set(t.values);e._zod.values=r,e._zod.pattern=new RegExp(`^(${t.values.map(n=>typeof n=="string"?st(n):n?st(n.toString()):String(n)).join("|")})$`),e._zod.parse=(n,o)=>{let s=n.value;return r.has(s)||n.issues.push({code:"invalid_value",values:t.values,input:s,inst:e}),n}});var ql=h("$ZodTransform",(e,t)=>{F.init(e,t),e._zod.optin="optional",e._zod.parse=(r,n)=>{if(n.direction==="backward")throw new Vt(e.constructor.name);let o=t.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(r.value=i,r.fallback=!0,r));if(o instanceof Promise)throw new We;return r.value=o,r.fallback=!0,r}});function Gu(e,t){return t===void 0&&(e.issues.length||e.fallback)?{issues:[],value:void 0}:e}var Es=h("$ZodOptional",(e,t)=>{F.init(e,t),e._zod.optin="optional",e._zod.optout="optional",L(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),L(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${Nr(r.source)})?$`):void 0}),e._zod.parse=(r,n)=>{if(t.innerType._zod.optin==="optional"){let o=r.value,s=t.innerType._zod.run(r,n);return s instanceof Promise?s.then(i=>Gu(i,o)):Gu(s,o)}return r.value===void 0?r:t.innerType._zod.run(r,n)}}),Ul=h("$ZodExactOptional",(e,t)=>{Es.init(e,t),L(e._zod,"values",()=>t.innerType._zod.values),L(e._zod,"pattern",()=>t.innerType._zod.pattern),e._zod.parse=(r,n)=>t.innerType._zod.run(r,n)}),Ll=h("$ZodNullable",(e,t)=>{F.init(e,t),L(e._zod,"optin",()=>t.innerType._zod.optin),L(e._zod,"optout",()=>t.innerType._zod.optout),L(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${Nr(r.source)}|null)$`):void 0}),L(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,n)=>r.value===null?r:t.innerType._zod.run(r,n)}),Fl=h("$ZodDefault",(e,t)=>{F.init(e,t),e._zod.optin="optional",L(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{if(n.direction==="backward")return t.innerType._zod.run(r,n);if(r.value===void 0)return r.value=t.defaultValue,r;let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Bu(s,t)):Bu(o,t)}});function Bu(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}var Vl=h("$ZodPrefault",(e,t)=>{F.init(e,t),e._zod.optin="optional",L(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>(n.direction==="backward"||r.value===void 0&&(r.value=t.defaultValue),t.innerType._zod.run(r,n))}),Hl=h("$ZodNonOptional",(e,t)=>{F.init(e,t),L(e._zod,"values",()=>{let r=t.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),e._zod.parse=(r,n)=>{let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Wu(s,e)):Wu(o,e)}});function Wu(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}var Jl=h("$ZodCatch",(e,t)=>{F.init(e,t),e._zod.optin="optional",L(e._zod,"optout",()=>t.innerType._zod.optout),L(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{if(n.direction==="backward")return t.innerType._zod.run(r,n);let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>(r.value=s.value,s.issues.length&&(r.value=t.catchValue({...r,error:{issues:s.issues.map(i=>Ne(i,n,$e()))},input:r.value}),r.issues=[],r.fallback=!0),r)):(r.value=o.value,o.issues.length&&(r.value=t.catchValue({...r,error:{issues:o.issues.map(s=>Ne(s,n,$e()))},input:r.value}),r.issues=[],r.fallback=!0),r)}});var Rs=h("$ZodPipe",(e,t)=>{F.init(e,t),L(e._zod,"values",()=>t.in._zod.values),L(e._zod,"optin",()=>t.in._zod.optin),L(e._zod,"optout",()=>t.out._zod.optout),L(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,n)=>{if(n.direction==="backward"){let s=t.out._zod.run(r,n);return s instanceof Promise?s.then(i=>Yn(i,t.in,n)):Yn(s,t.in,n)}let o=t.in._zod.run(r,n);return o instanceof Promise?o.then(s=>Yn(s,t.out,n)):Yn(o,t.out,n)}});function Yn(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues,fallback:e.fallback},r)}var Kl=h("$ZodPreprocess",(e,t)=>{Rs.init(e,t)}),Gl=h("$ZodReadonly",(e,t)=>{F.init(e,t),L(e._zod,"propValues",()=>t.innerType._zod.propValues),L(e._zod,"values",()=>t.innerType._zod.values),L(e._zod,"optin",()=>t.innerType?._zod?.optin),L(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(r,n)=>{if(n.direction==="backward")return t.innerType._zod.run(r,n);let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(Yu):Yu(o)}});function Yu(e){return e.value=Object.freeze(e.value),e}var Bl=h("$ZodCustom",(e,t)=>{ae.init(e,t),F.init(e,t),e._zod.parse=(r,n)=>r,e._zod.check=r=>{let n=r.value,o=t.fn(n);if(o instanceof Promise)return o.then(s=>Qu(s,r,n,e));Qu(o,r,n,e)}});function Qu(e,t,r,n){if(!e){let o={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(o.params=n._zod.def.params),t.issues.push(Gt(o))}}var D_=()=>{let e={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}};function t(o){return e[o]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},n={nan:"NaN"};return o=>{switch(o.code){case"invalid_type":{let s=n[o.expected]??o.expected,i=_s(o.input),a=n[i]??i;return`Invalid input: expected ${s}, received ${a}`}case"invalid_value":return o.values.length===1?`Invalid input: expected ${Jn(o.values[0])}`:`Invalid option: expected one of ${Fn(o.values,"|")}`;case"too_big":{let s=o.inclusive?"<=":"<",i=t(o.origin);return i?`Too big: expected ${o.origin??"value"} to have ${s}${o.maximum.toString()} ${i.unit??"elements"}`:`Too big: expected ${o.origin??"value"} to be ${s}${o.maximum.toString()}`}case"too_small":{let s=o.inclusive?">=":">",i=t(o.origin);return i?`Too small: expected ${o.origin} to have ${s}${o.minimum.toString()} ${i.unit}`:`Too small: expected ${o.origin} to be ${s}${o.minimum.toString()}`}case"invalid_format":{let s=o;return s.format==="starts_with"?`Invalid string: must start with "${s.prefix}"`:s.format==="ends_with"?`Invalid string: must end with "${s.suffix}"`:s.format==="includes"?`Invalid string: must include "${s.includes}"`:s.format==="regex"?`Invalid string: must match pattern ${s.pattern}`:`Invalid ${r[s.format]??o.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${o.divisor}`;case"unrecognized_keys":return`Unrecognized key${o.keys.length>1?"s":""}: ${Fn(o.keys,", ")}`;case"invalid_key":return`Invalid key in ${o.origin}`;case"invalid_union":return o.options&&Array.isArray(o.options)&&o.options.length>0?`Invalid discriminator value. Expected ${o.options.map(i=>`'${i}'`).join(" | ")}`:"Invalid input";case"invalid_element":return`Invalid value in ${o.origin}`;default:return"Invalid input"}}};function Wl(){return{localeError:D_()}}var Yl,M_=Symbol("ZodOutput"),q_=Symbol("ZodInput"),Is=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...r){let n=r[0];return this._map.set(t,n),n&&typeof n=="object"&&"id"in n&&this._idmap.set(n.id,t),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){let r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){let r=t._zod.parent;if(r){let n={...this.get(r)??{}};delete n.id;let o={...n,...this._map.get(t)};return Object.keys(o).length?o:void 0}return this._map.get(t)}has(t){return this._map.has(t)}};function Ql(){return new Is}(Yl=globalThis).__zod_globalRegistry??(Yl.__zod_globalRegistry=Ql());var yt=globalThis.__zod_globalRegistry;function Xl(e,t){return new e({type:"string",...E(t)})}function ed(e,t){return new e({type:"string",coerce:!0,...E(t)})}function td(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...E(t)})}function Os(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...E(t)})}function rd(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...E(t)})}function nd(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...E(t)})}function od(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...E(t)})}function sd(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...E(t)})}function Cs(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...E(t)})}function id(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...E(t)})}function ad(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...E(t)})}function cd(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...E(t)})}function ud(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...E(t)})}function ld(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...E(t)})}function dd(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...E(t)})}function pd(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...E(t)})}function fd(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...E(t)})}function md(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...E(t)})}function hd(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...E(t)})}function gd(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...E(t)})}function _d(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...E(t)})}function yd(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...E(t)})}function vd(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...E(t)})}function wd(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...E(t)})}function $d(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...E(t)})}function bd(e,t){return new e({type:"string",format:"date",check:"string_format",...E(t)})}function xd(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...E(t)})}function zd(e,t){return new e({type:"string",format:"duration",check:"string_format",...E(t)})}function kd(e,t){return new e({type:"number",checks:[],...E(t)})}function Sd(e,t){return new e({type:"number",coerce:!0,checks:[],...E(t)})}function Pd(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...E(t)})}function Td(e,t){return new e({type:"boolean",...E(t)})}function Ed(e,t){return new e({type:"boolean",coerce:!0,...E(t)})}function Rd(e,t){return new e({type:"bigint",coerce:!0,...E(t)})}function Id(e,t){return new e({type:"null",...E(t)})}function Od(e){return new e({type:"any"})}function Cd(e){return new e({type:"unknown"})}function Nd(e,t){return new e({type:"never",...E(t)})}function Ad(e,t){return new e({type:"date",coerce:!0,...E(t)})}function Bt(e,t){return new zs({check:"less_than",...E(t),value:e,inclusive:!1})}function at(e,t){return new zs({check:"less_than",...E(t),value:e,inclusive:!0})}function Wt(e,t){return new ks({check:"greater_than",...E(t),value:e,inclusive:!1})}function Fe(e,t){return new ks({check:"greater_than",...E(t),value:e,inclusive:!0})}function qr(e,t){return new Iu({check:"multiple_of",...E(t),value:e})}function eo(e,t){return new Cu({check:"max_length",...E(t),maximum:e})}function Yt(e,t){return new Nu({check:"min_length",...E(t),minimum:e})}function to(e,t){return new Au({check:"length_equals",...E(t),length:e})}function Ns(e,t){return new ju({check:"string_format",format:"regex",...E(t),pattern:e})}function As(e){return new Zu({check:"string_format",format:"lowercase",...E(e)})}function js(e){return new Du({check:"string_format",format:"uppercase",...E(e)})}function Zs(e,t){return new Mu({check:"string_format",format:"includes",...E(t),includes:e})}function Ds(e,t){return new qu({check:"string_format",format:"starts_with",...E(t),prefix:e})}function Ms(e,t){return new Uu({check:"string_format",format:"ends_with",...E(t),suffix:e})}function vt(e){return new Lu({check:"overwrite",tx:e})}function qs(e){return vt(t=>t.normalize(e))}function Us(){return vt(e=>e.trim())}function Ls(){return vt(e=>e.toLowerCase())}function Fs(){return vt(e=>e.toUpperCase())}function Vs(){return vt(e=>ds(e))}function jd(e,t,r){return new e({type:"array",element:t,...E(r)})}function Zd(e,t,r){let n=E(r);return n.abort??(n.abort=!0),new e({type:"custom",check:"custom",fn:t,...n})}function Dd(e,t,r){return new e({type:"custom",check:"custom",fn:t,...E(r)})}function Md(e,t){let r=U_(n=>(n.addIssue=o=>{if(typeof o=="string")n.issues.push(Gt(o,n.value,r._zod.def));else{let s=o;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=n.value),s.inst??(s.inst=r),s.continue??(s.continue=!r._zod.def.abort),n.issues.push(Gt(s))}},e(n.value,n)),t);return r}function U_(e,t){let r=new ae({check:"custom",...E(t)});return r._zod.check=e,r}function Hs(e){let t=e?.target??"draft-2020-12";return t==="draft-4"&&(t="draft-04"),t==="draft-7"&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??yt,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,cycles:e?.cycles??"ref",reused:e?.reused??"inline",external:e?.external??void 0}}function re(e,t,r={path:[],schemaPath:[]}){var n;let o=e._zod.def,s=t.seen.get(e);if(s)return s.count++,r.schemaPath.includes(e)&&(s.cycle=r.path),s.schema;let i={schema:{},count:1,cycle:void 0,path:r.path};t.seen.set(e,i);let a=e._zod.toJSONSchema?.();if(a)i.schema=a;else{let l={...r,schemaPath:[...r.schemaPath,e],path:r.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,i.schema,l);else{let m=i.schema,f=t.processors[o.type];if(!f)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${o.type}`);f(e,t,m,l)}let p=e._zod.parent;p&&(i.ref||(i.ref=p),re(p,t,l),t.seen.get(p).isParent=!0)}let c=t.metadataRegistry.get(e);return c&&Object.assign(i.schema,c),t.io==="input"&&ye(e)&&(delete i.schema.examples,delete i.schema.default),t.io==="input"&&"_prefault"in i.schema&&((n=i.schema).default??(n.default=i.schema._prefault)),delete i.schema._prefault,t.seen.get(e).schema}function Js(e,t){let r=e.seen.get(t);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let n=new Map;for(let i of e.seen.entries()){let a=e.metadataRegistry.get(i[0])?.id;if(a){let c=n.get(a);if(c&&c!==i[0])throw new Error(`Duplicate schema id "${a}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);n.set(a,i[0])}}let o=i=>{let a=e.target==="draft-2020-12"?"$defs":"definitions";if(e.external){let p=e.external.registry.get(i[0])?.id,m=e.external.uri??(g=>g);if(p)return{ref:m(p)};let f=i[1].defId??i[1].schema.id??`schema${e.counter++}`;return i[1].defId=f,{defId:f,ref:`${m("__shared")}#/${a}/${f}`}}if(i[1]===r)return{ref:"#"};let u=`#/${a}/`,l=i[1].schema.id??`__schema${e.counter++}`;return{defId:l,ref:u+l}},s=i=>{if(i[1].schema.$ref)return;let a=i[1],{ref:c,defId:u}=o(i);a.def={...a.schema},u&&(a.defId=u);let l=a.schema;for(let p in l)delete l[p];l.$ref=c};if(e.cycles==="throw")for(let i of e.seen.entries()){let a=i[1];if(a.cycle)throw new Error(`Cycle detected: #/${a.cycle?.join("/")}/<root>
72
72
 
73
- Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let i of e.seen.entries()){let a=i[1];if(t===i[0]){s(i);continue}if(e.external){let u=e.external.registry.get(i[0])?.id;if(t!==i[0]&&u){s(i);continue}}if(e.metadataRegistry.get(i[0])?.id){s(i);continue}if(a.cycle){s(i);continue}if(a.count>1&&e.reused==="ref"){s(i);continue}}}function Js(e,t){let r=e.seen.get(t);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let n=a=>{let c=e.seen.get(a);if(c.ref===null)return;let u=c.def??c.schema,l={...u},p=c.ref;if(c.ref=null,p){n(p);let f=e.seen.get(p),g=f.schema;if(g.$ref&&(e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0")?(u.allOf=u.allOf??[],u.allOf.push(g)):Object.assign(u,g),Object.assign(u,l),a._zod.parent===p)for(let y in u)y==="$ref"||y==="allOf"||y in l||delete u[y];if(g.$ref&&f.def)for(let y in u)y==="$ref"||y==="allOf"||y in f.def&&JSON.stringify(u[y])===JSON.stringify(f.def[y])&&delete u[y]}let m=a._zod.parent;if(m&&m!==p){n(m);let f=e.seen.get(m);if(f?.schema.$ref&&(u.$ref=f.schema.$ref,f.def))for(let g in u)g==="$ref"||g==="allOf"||g in f.def&&JSON.stringify(u[g])===JSON.stringify(f.def[g])&&delete u[g]}e.override({zodSchema:a,jsonSchema:u,path:c.path??[]})};for(let a of[...e.seen.entries()].reverse())n(a[0]);let o={};if(e.target==="draft-2020-12"?o.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?o.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?o.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){let a=e.external.registry.get(t)?.id;if(!a)throw new Error("Schema is missing an `id` property");o.$id=e.external.uri(a)}Object.assign(o,r.def??r.schema);let s=e.metadataRegistry.get(t)?.id;s!==void 0&&o.id===s&&delete o.id;let i=e.external?.defs??{};for(let a of e.seen.entries()){let c=a[1];c.def&&c.defId&&(c.def.id===c.defId&&delete c.def.id,i[c.defId]=c.def)}e.external||Object.keys(i).length>0&&(e.target==="draft-2020-12"?o.$defs=i:o.definitions=i);try{let a=JSON.parse(JSON.stringify(o));return Object.defineProperty(a,"~standard",{value:{...t["~standard"],jsonSchema:{input:qr(t,"input",e.processors),output:qr(t,"output",e.processors)}},enumerable:!1,writable:!1}),a}catch{throw new Error("Error converting schema to JSON.")}}function ye(e,t){let r=t??{seen:new Set};if(r.seen.has(e))return!1;r.seen.add(e);let n=e._zod.def;if(n.type==="transform")return!0;if(n.type==="array")return ye(n.element,r);if(n.type==="set")return ye(n.valueType,r);if(n.type==="lazy")return ye(n.getter(),r);if(n.type==="promise"||n.type==="optional"||n.type==="nonoptional"||n.type==="nullable"||n.type==="readonly"||n.type==="default"||n.type==="prefault")return ye(n.innerType,r);if(n.type==="intersection")return ye(n.left,r)||ye(n.right,r);if(n.type==="record"||n.type==="map")return ye(n.keyType,r)||ye(n.valueType,r);if(n.type==="pipe")return e._zod.traits.has("$ZodCodec")?!0:ye(n.in,r)||ye(n.out,r);if(n.type==="object"){for(let o in n.shape)if(ye(n.shape[o],r))return!0;return!1}if(n.type==="union"){for(let o of n.options)if(ye(o,r))return!0;return!1}if(n.type==="tuple"){for(let o of n.items)if(ye(o,r))return!0;return!!(n.rest&&ye(n.rest,r))}return!1}var jd=(e,t={})=>r=>{let n=Vs({...r,processors:t});return re(e,n),Hs(n,e),Js(n,e)},qr=(e,t,r={})=>n=>{let{libraryOptions:o,target:s}=n??{},i=Vs({...o??{},target:s,io:t,processors:r});return re(e,i),Hs(i,e),Js(i,e)};var A_={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},Zd=(e,t,r,n)=>{let o=r;o.type="string";let{minimum:s,maximum:i,format:a,patterns:c,contentEncoding:u}=e._zod.bag;if(typeof s=="number"&&(o.minLength=s),typeof i=="number"&&(o.maxLength=i),a&&(o.format=A_[a]??a,o.format===""&&delete o.format,a==="time"&&delete o.format),u&&(o.contentEncoding=u),c&&c.size>0){let l=[...c];l.length===1?o.pattern=l[0].source:l.length>1&&(o.allOf=[...l.map(p=>({...t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0"?{type:"string"}:{},pattern:p.source}))])}},Dd=(e,t,r,n)=>{let o=r,{minimum:s,maximum:i,format:a,multipleOf:c,exclusiveMaximum:u,exclusiveMinimum:l}=e._zod.bag;typeof a=="string"&&a.includes("int")?o.type="integer":o.type="number";let p=typeof l=="number"&&l>=(s??Number.NEGATIVE_INFINITY),m=typeof u=="number"&&u<=(i??Number.POSITIVE_INFINITY),f=t.target==="draft-04"||t.target==="openapi-3.0";p?f?(o.minimum=l,o.exclusiveMinimum=!0):o.exclusiveMinimum=l:typeof s=="number"&&(o.minimum=s),m?f?(o.maximum=u,o.exclusiveMaximum=!0):o.exclusiveMaximum=u:typeof i=="number"&&(o.maximum=i),typeof c=="number"&&(o.multipleOf=c)},Md=(e,t,r,n)=>{r.type="boolean"},qd=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")};var Ud=(e,t,r,n)=>{t.target==="openapi-3.0"?(r.type="string",r.nullable=!0,r.enum=[null]):r.type="null"};var Ld=(e,t,r,n)=>{r.not={}},Fd=(e,t,r,n)=>{},Vd=(e,t,r,n)=>{},Hd=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},Jd=(e,t,r,n)=>{let o=e._zod.def,s=Or(o.entries);s.every(i=>typeof i=="number")&&(r.type="number"),s.every(i=>typeof i=="string")&&(r.type="string"),r.enum=s},Kd=(e,t,r,n)=>{let o=e._zod.def,s=[];for(let i of o.values)if(i===void 0){if(t.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof i=="bigint"){if(t.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");s.push(Number(i))}else s.push(i);if(s.length!==0)if(s.length===1){let i=s[0];r.type=i===null?"null":typeof i,t.target==="draft-04"||t.target==="openapi-3.0"?r.enum=[i]:r.const=i}else s.every(i=>typeof i=="number")&&(r.type="number"),s.every(i=>typeof i=="string")&&(r.type="string"),s.every(i=>typeof i=="boolean")&&(r.type="boolean"),s.every(i=>i===null)&&(r.type="null"),r.enum=s};var Gd=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")};var Bd=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")};var Wd=(e,t,r,n)=>{let o=r,s=e._zod.def,{minimum:i,maximum:a}=e._zod.bag;typeof i=="number"&&(o.minItems=i),typeof a=="number"&&(o.maxItems=a),o.type="array",o.items=re(s.element,t,{...n,path:[...n.path,"items"]})},Yd=(e,t,r,n)=>{let o=r,s=e._zod.def;o.type="object",o.properties={};let i=s.shape;for(let u in i)o.properties[u]=re(i[u],t,{...n,path:[...n.path,"properties",u]});let a=new Set(Object.keys(i)),c=new Set([...a].filter(u=>{let l=s.shape[u]._zod;return t.io==="input"?l.optin===void 0:l.optout===void 0}));c.size>0&&(o.required=Array.from(c)),s.catchall?._zod.def.type==="never"?o.additionalProperties=!1:s.catchall?s.catchall&&(o.additionalProperties=re(s.catchall,t,{...n,path:[...n.path,"additionalProperties"]})):t.io==="output"&&(o.additionalProperties=!1)},Qd=(e,t,r,n)=>{let o=e._zod.def,s=o.inclusive===!1,i=o.options.map((a,c)=>re(a,t,{...n,path:[...n.path,s?"oneOf":"anyOf",c]}));s?r.oneOf=i:r.anyOf=i},Xd=(e,t,r,n)=>{let o=e._zod.def,s=re(o.left,t,{...n,path:[...n.path,"allOf",0]}),i=re(o.right,t,{...n,path:[...n.path,"allOf",1]}),a=u=>"allOf"in u&&Object.keys(u).length===1,c=[...a(s)?s.allOf:[s],...a(i)?i.allOf:[i]];r.allOf=c};var ep=(e,t,r,n)=>{let o=r,s=e._zod.def;o.type="object";let i=s.keyType,c=i._zod.bag?.patterns;if(s.mode==="loose"&&c&&c.size>0){let l=re(s.valueType,t,{...n,path:[...n.path,"patternProperties","*"]});o.patternProperties={};for(let p of c)o.patternProperties[p.source]=l}else(t.target==="draft-07"||t.target==="draft-2020-12")&&(o.propertyNames=re(s.keyType,t,{...n,path:[...n.path,"propertyNames"]})),o.additionalProperties=re(s.valueType,t,{...n,path:[...n.path,"additionalProperties"]});let u=i._zod.values;if(u){let l=[...u].filter(p=>typeof p=="string"||typeof p=="number");l.length>0&&(o.required=l)}},tp=(e,t,r,n)=>{let o=e._zod.def,s=re(o.innerType,t,n),i=t.seen.get(e);t.target==="openapi-3.0"?(i.ref=o.innerType,r.nullable=!0):r.anyOf=[s,{type:"null"}]},rp=(e,t,r,n)=>{let o=e._zod.def;re(o.innerType,t,n);let s=t.seen.get(e);s.ref=o.innerType},np=(e,t,r,n)=>{let o=e._zod.def;re(o.innerType,t,n);let s=t.seen.get(e);s.ref=o.innerType,r.default=JSON.parse(JSON.stringify(o.defaultValue))},op=(e,t,r,n)=>{let o=e._zod.def;re(o.innerType,t,n);let s=t.seen.get(e);s.ref=o.innerType,t.io==="input"&&(r._prefault=JSON.parse(JSON.stringify(o.defaultValue)))},sp=(e,t,r,n)=>{let o=e._zod.def;re(o.innerType,t,n);let s=t.seen.get(e);s.ref=o.innerType;let i;try{i=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}r.default=i},ip=(e,t,r,n)=>{let o=e._zod.def,s=o.in._zod.traits.has("$ZodTransform"),i=t.io==="input"?s?o.out:o.in:o.out;re(i,t,n);let a=t.seen.get(e);a.ref=i},ap=(e,t,r,n)=>{let o=e._zod.def;re(o.innerType,t,n);let s=t.seen.get(e);s.ref=o.innerType,r.readOnly=!0};var Ks=(e,t,r,n)=>{let o=e._zod.def;re(o.innerType,t,n);let s=t.seen.get(e);s.ref=o.innerType};var Ur={};es(Ur,{ZodISODate:()=>up,ZodISODateTime:()=>cp,ZodISODuration:()=>dp,ZodISOTime:()=>lp,date:()=>Bs,datetime:()=>Gs,duration:()=>Ys,time:()=>Ws});var cp=h("ZodISODateTime",(e,t)=>{il.init(e,t),Q.init(e,t)});function Gs(e){return _d(cp,e)}var up=h("ZodISODate",(e,t)=>{al.init(e,t),Q.init(e,t)});function Bs(e){return yd(up,e)}var lp=h("ZodISOTime",(e,t)=>{cl.init(e,t),Q.init(e,t)});function Ws(e){return vd(lp,e)}var dp=h("ZodISODuration",(e,t)=>{ul.init(e,t),Q.init(e,t)});function Ys(e){return wd(dp,e)}var F_=(e,t)=>{Jn.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:r=>vs(e,r)},flatten:{value:r=>ys(e,r)},addIssue:{value:r=>{e.issues.push(r),e.message=JSON.stringify(e.issues,Jt,2)}},addIssues:{value:r=>{e.issues.push(...r),e.message=JSON.stringify(e.issues,Jt,2)}},isEmpty:{get(){return e.issues.length===0}}})};var Ee=h("ZodError",F_,{Parent:Error});var fp=Kn(Ee),mp=Gn(Ee),hp=Ar(Ee),gp=jr(Ee),_p=Fc(Ee),yp=Vc(Ee),vp=Hc(Ee),wp=Jc(Ee),$p=Kc(Ee),bp=Gc(Ee),zp=Bc(Ee),xp=Wc(Ee);var kp=new WeakMap;function Lr(e,t,r){let n=Object.getPrototypeOf(e),o=kp.get(n);if(o||(o=new Set,kp.set(n,o)),!o.has(t)){o.add(t);for(let s in r){let i=r[s];Object.defineProperty(n,s,{configurable:!0,enumerable:!1,get(){let a=i.bind(this);return Object.defineProperty(this,s,{configurable:!0,writable:!0,enumerable:!0,value:a}),a},set(a){Object.defineProperty(this,s,{configurable:!0,writable:!0,enumerable:!0,value:a})}})}}}var H=h("ZodType",(e,t)=>(F.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:qr(e,"input"),output:qr(e,"output")}}),e.toJSONSchema=jd(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(r,n)=>fp(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>hp(e,r,n),e.parseAsync=async(r,n)=>mp(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>gp(e,r,n),e.spa=e.safeParseAsync,e.encode=(r,n)=>_p(e,r,n),e.decode=(r,n)=>yp(e,r,n),e.encodeAsync=async(r,n)=>vp(e,r,n),e.decodeAsync=async(r,n)=>wp(e,r,n),e.safeEncode=(r,n)=>$p(e,r,n),e.safeDecode=(r,n)=>bp(e,r,n),e.safeEncodeAsync=async(r,n)=>zp(e,r,n),e.safeDecodeAsync=async(r,n)=>xp(e,r,n),Lr(e,"ZodType",{check(...r){let n=this.def;return this.clone(j.mergeDefs(n,{checks:[...n.checks??[],...r.map(o=>typeof o=="function"?{_zod:{check:o,def:{check:"custom"},onattach:[]}}:o)]}),{parent:!0})},with(...r){return this.check(...r)},clone(r,n){return Ce(this,r,n)},brand(){return this},register(r,n){return r.add(this,n),this},refine(r,n){return this.check(Oy(r,n))},superRefine(r,n){return this.check(Iy(r,n))},overwrite(r){return this.check(vt(r))},optional(){return te(this)},exactOptional(){return vy(this)},nullable(){return Ep(this)},nullish(){return te(Ep(this))},nonoptional(r){return ky(this,r)},array(){return $(this)},or(r){return G([this,r])},and(r){return no(this,r)},transform(r){return Rp(this,Mp(r))},default(r){return by(this,r)},prefault(r){return xy(this,r)},catch(r){return Py(this,r)},pipe(r){return Rp(this,r)},readonly(){return Ry(this)},describe(r){let n=this.clone();return yt.add(n,{description:r}),n},meta(...r){if(r.length===0)return yt.get(this);let n=this.clone();return yt.add(n,r[0]),n},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(r){return r(this)}}),Object.defineProperty(e,"description",{get(){return yt.get(e)?.description},configurable:!0}),e)),Op=h("_ZodString",(e,t)=>{Qn.init(e,t),H.init(e,t),e._zod.processJSONSchema=(n,o,s)=>Zd(e,n,o,s);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,Lr(e,"_ZodString",{regex(...n){return this.check(Cs(...n))},includes(...n){return this.check(js(...n))},startsWith(...n){return this.check(Zs(...n))},endsWith(...n){return this.check(Ds(...n))},min(...n){return this.check(Yt(...n))},max(...n){return this.check(Xn(...n))},length(...n){return this.check(eo(...n))},nonempty(...n){return this.check(Yt(1,...n))},lowercase(n){return this.check(Ns(n))},uppercase(n){return this.check(As(n))},trim(){return this.check(qs())},normalize(...n){return this.check(Ms(...n))},toLowerCase(){return this.check(Us())},toUpperCase(){return this.check(Ls())},slugify(){return this.check(Fs())}})}),Xs=h("ZodString",(e,t)=>{Qn.init(e,t),Op.init(e,t),e.email=r=>e.check(Yl(H_,r)),e.url=r=>e.check(Is(Ip,r)),e.jwt=r=>e.check(gd(iy,r)),e.emoji=r=>e.check(rd(J_,r)),e.guid=r=>e.check(Os(Sp,r)),e.uuid=r=>e.check(Ql(to,r)),e.uuidv4=r=>e.check(Xl(to,r)),e.uuidv6=r=>e.check(ed(to,r)),e.uuidv7=r=>e.check(td(to,r)),e.nanoid=r=>e.check(nd(K_,r)),e.guid=r=>e.check(Os(Sp,r)),e.cuid=r=>e.check(od(G_,r)),e.cuid2=r=>e.check(sd(B_,r)),e.ulid=r=>e.check(id(W_,r)),e.base64=r=>e.check(fd(ny,r)),e.base64url=r=>e.check(md(oy,r)),e.xid=r=>e.check(ad(Y_,r)),e.ksuid=r=>e.check(cd(Q_,r)),e.ipv4=r=>e.check(ud(X_,r)),e.ipv6=r=>e.check(ld(ey,r)),e.cidrv4=r=>e.check(dd(ty,r)),e.cidrv6=r=>e.check(pd(ry,r)),e.e164=r=>e.check(hd(sy,r)),e.datetime=r=>e.check(Gs(r)),e.date=r=>e.check(Bs(r)),e.time=r=>e.check(Ws(r)),e.duration=r=>e.check(Ys(r))});function d(e){return Bl(Xs,e)}var Q=h("ZodStringFormat",(e,t)=>{B.init(e,t),Op.init(e,t)}),H_=h("ZodEmail",(e,t)=>{Yu.init(e,t),Q.init(e,t)});var Sp=h("ZodGUID",(e,t)=>{Bu.init(e,t),Q.init(e,t)});var to=h("ZodUUID",(e,t)=>{Wu.init(e,t),Q.init(e,t)});var Ip=h("ZodURL",(e,t)=>{Qu.init(e,t),Q.init(e,t)});function Cp(e){return Is(Ip,e)}var J_=h("ZodEmoji",(e,t)=>{Xu.init(e,t),Q.init(e,t)});var K_=h("ZodNanoID",(e,t)=>{el.init(e,t),Q.init(e,t)});var G_=h("ZodCUID",(e,t)=>{tl.init(e,t),Q.init(e,t)});var B_=h("ZodCUID2",(e,t)=>{rl.init(e,t),Q.init(e,t)});var W_=h("ZodULID",(e,t)=>{nl.init(e,t),Q.init(e,t)});var Y_=h("ZodXID",(e,t)=>{ol.init(e,t),Q.init(e,t)});var Q_=h("ZodKSUID",(e,t)=>{sl.init(e,t),Q.init(e,t)});var X_=h("ZodIPv4",(e,t)=>{ll.init(e,t),Q.init(e,t)});var ey=h("ZodIPv6",(e,t)=>{dl.init(e,t),Q.init(e,t)});var ty=h("ZodCIDRv4",(e,t)=>{pl.init(e,t),Q.init(e,t)});var ry=h("ZodCIDRv6",(e,t)=>{fl.init(e,t),Q.init(e,t)});var ny=h("ZodBase64",(e,t)=>{hl.init(e,t),Q.init(e,t)});var oy=h("ZodBase64URL",(e,t)=>{gl.init(e,t),Q.init(e,t)});var sy=h("ZodE164",(e,t)=>{_l.init(e,t),Q.init(e,t)});var iy=h("ZodJWT",(e,t)=>{yl.init(e,t),Q.init(e,t)});var ro=h("ZodNumber",(e,t)=>{Ss.init(e,t),H.init(e,t),e._zod.processJSONSchema=(n,o,s)=>Dd(e,n,o,s),Lr(e,"ZodNumber",{gt(n,o){return this.check(Wt(n,o))},gte(n,o){return this.check(Fe(n,o))},min(n,o){return this.check(Fe(n,o))},lt(n,o){return this.check(Bt(n,o))},lte(n,o){return this.check(at(n,o))},max(n,o){return this.check(at(n,o))},int(n){return this.check(Pp(n))},safe(n){return this.check(Pp(n))},positive(n){return this.check(Wt(0,n))},nonnegative(n){return this.check(Fe(0,n))},negative(n){return this.check(Bt(0,n))},nonpositive(n){return this.check(at(0,n))},multipleOf(n,o){return this.check(Mr(n,o))},step(n,o){return this.check(Mr(n,o))},finite(){return this}});let r=e._zod.bag;e.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null});function U(e){return $d(ro,e)}var ay=h("ZodNumberFormat",(e,t)=>{vl.init(e,t),ro.init(e,t)});function Pp(e){return zd(ay,e)}var ei=h("ZodBoolean",(e,t)=>{wl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Md(e,r,n,o)});function J(e){return xd(ei,e)}var Np=h("ZodBigInt",(e,t)=>{$l.init(e,t),H.init(e,t),e._zod.processJSONSchema=(n,o,s)=>qd(e,n,o,s),e.gte=(n,o)=>e.check(Fe(n,o)),e.min=(n,o)=>e.check(Fe(n,o)),e.gt=(n,o)=>e.check(Wt(n,o)),e.gte=(n,o)=>e.check(Fe(n,o)),e.min=(n,o)=>e.check(Fe(n,o)),e.lt=(n,o)=>e.check(Bt(n,o)),e.lte=(n,o)=>e.check(at(n,o)),e.max=(n,o)=>e.check(at(n,o)),e.positive=n=>e.check(Wt(BigInt(0),n)),e.negative=n=>e.check(Bt(BigInt(0),n)),e.nonpositive=n=>e.check(at(BigInt(0),n)),e.nonnegative=n=>e.check(Fe(BigInt(0),n)),e.multipleOf=(n,o)=>e.check(Mr(n,o));let r=e._zod.bag;e.minValue=r.minimum??null,e.maxValue=r.maximum??null,e.format=r.format??null});var cy=h("ZodNull",(e,t)=>{bl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Ud(e,r,n,o)});function ti(e){return Pd(cy,e)}var uy=h("ZodAny",(e,t)=>{zl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Fd(e,r,n,o)});function Ap(){return Td(uy)}var ly=h("ZodUnknown",(e,t)=>{xl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Vd(e,r,n,o)});function X(){return Ed(ly)}var dy=h("ZodNever",(e,t)=>{kl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Ld(e,r,n,o)});function py(e){return Rd(dy,e)}var jp=h("ZodDate",(e,t)=>{Sl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(n,o,s)=>Hd(e,n,o,s),e.min=(n,o)=>e.check(Fe(n,o)),e.max=(n,o)=>e.check(at(n,o));let r=e._zod.bag;e.minDate=r.minimum?new Date(r.minimum):null,e.maxDate=r.maximum?new Date(r.maximum):null});var fy=h("ZodArray",(e,t)=>{Pl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Wd(e,r,n,o),e.element=t.element,Lr(e,"ZodArray",{min(r,n){return this.check(Yt(r,n))},nonempty(r){return this.check(Yt(1,r))},max(r,n){return this.check(Xn(r,n))},length(r,n){return this.check(eo(r,n))},unwrap(){return this.element}})});function $(e,t){return Id(fy,e,t)}var Zp=h("ZodObject",(e,t)=>{Rl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Yd(e,r,n,o),j.defineLazy(e,"shape",()=>t.shape),Lr(e,"ZodObject",{keyof(){return be(Object.keys(this._zod.def.shape))},catchall(r){return this.clone({...this._zod.def,catchall:r})},passthrough(){return this.clone({...this._zod.def,catchall:X()})},loose(){return this.clone({...this._zod.def,catchall:X()})},strict(){return this.clone({...this._zod.def,catchall:py()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(r){return j.extend(this,r)},safeExtend(r){return j.safeExtend(this,r)},merge(r){return j.merge(this,r)},pick(r){return j.pick(this,r)},omit(r){return j.omit(this,r)},partial(...r){return j.partial(qp,this,r[0])},required(...r){return j.required(Up,this,r[0])}})});function b(e,t){let r={type:"object",shape:e??{},...j.normalizeParams(t)};return new Zp(r)}function se(e,t){return new Zp({type:"object",shape:e,catchall:X(),...j.normalizeParams(t)})}var Dp=h("ZodUnion",(e,t)=>{Ps.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Qd(e,r,n,o),e.options=t.options});function G(e,t){return new Dp({type:"union",options:e,...j.normalizeParams(t)})}var my=h("ZodDiscriminatedUnion",(e,t)=>{Dp.init(e,t),Ol.init(e,t)});function ri(e,t,r){return new my({type:"union",options:t,discriminator:e,...j.normalizeParams(r)})}var hy=h("ZodIntersection",(e,t)=>{Il.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Xd(e,r,n,o)});function no(e,t){return new hy({type:"intersection",left:e,right:t})}var Tp=h("ZodRecord",(e,t)=>{Cl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>ep(e,r,n,o),e.keyType=t.keyType,e.valueType=t.valueType});function ee(e,t,r){return!t||!t._zod?new Tp({type:"record",keyType:d(),valueType:e,...j.normalizeParams(t)}):new Tp({type:"record",keyType:e,valueType:t,...j.normalizeParams(r)})}var Qs=h("ZodEnum",(e,t)=>{Nl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(n,o,s)=>Jd(e,n,o,s),e.enum=t.entries,e.options=Object.values(t.entries);let r=new Set(Object.keys(t.entries));e.extract=(n,o)=>{let s={};for(let i of n)if(r.has(i))s[i]=t.entries[i];else throw new Error(`Key ${i} not found in enum`);return new Qs({...t,checks:[],...j.normalizeParams(o),entries:s})},e.exclude=(n,o)=>{let s={...t.entries};for(let i of n)if(r.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new Qs({...t,checks:[],...j.normalizeParams(o),entries:s})}});function be(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map(n=>[n,n])):e;return new Qs({type:"enum",entries:r,...j.normalizeParams(t)})}var gy=h("ZodLiteral",(e,t)=>{Al.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Kd(e,r,n,o),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function S(e,t){return new gy({type:"literal",values:Array.isArray(e)?e:[e],...j.normalizeParams(t)})}var _y=h("ZodTransform",(e,t)=>{jl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Bd(e,r,n,o),e._zod.parse=(r,n)=>{if(n.direction==="backward")throw new Vt(e.constructor.name);r.addIssue=s=>{if(typeof s=="string")r.issues.push(j.issue(s,r.value,t));else{let i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=e),r.issues.push(j.issue(i))}};let o=t.transform(r.value,r);return o instanceof Promise?o.then(s=>(r.value=s,r.fallback=!0,r)):(r.value=o,r.fallback=!0,r)}});function Mp(e){return new _y({type:"transform",transform:e})}var qp=h("ZodOptional",(e,t)=>{Ts.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Ks(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function te(e){return new qp({type:"optional",innerType:e})}var yy=h("ZodExactOptional",(e,t)=>{Zl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Ks(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function vy(e){return new yy({type:"optional",innerType:e})}var wy=h("ZodNullable",(e,t)=>{Dl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>tp(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function Ep(e){return new wy({type:"nullable",innerType:e})}var $y=h("ZodDefault",(e,t)=>{Ml.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>np(e,r,n,o),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function by(e,t){return new $y({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():j.shallowClone(t)}})}var zy=h("ZodPrefault",(e,t)=>{ql.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>op(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function xy(e,t){return new zy({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():j.shallowClone(t)}})}var Up=h("ZodNonOptional",(e,t)=>{Ul.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>rp(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function ky(e,t){return new Up({type:"nonoptional",innerType:e,...j.normalizeParams(t)})}var Sy=h("ZodCatch",(e,t)=>{Ll.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>sp(e,r,n,o),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Py(e,t){return new Sy({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}var Lp=h("ZodPipe",(e,t)=>{Es.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>ip(e,r,n,o),e.in=t.in,e.out=t.out});function Rp(e,t){return new Lp({type:"pipe",in:e,out:t})}var Ty=h("ZodPreprocess",(e,t)=>{Lp.init(e,t),Fl.init(e,t)}),Ey=h("ZodReadonly",(e,t)=>{Vl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>ap(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function Ry(e){return new Ey({type:"readonly",innerType:e})}var Fp=h("ZodCustom",(e,t)=>{Hl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Gd(e,r,n,o)});function Vp(e,t){return Cd(Fp,e??(()=>!0),t)}function Oy(e,t={}){return Nd(Fp,e,t)}function Iy(e,t){return Ad(e,t)}function ni(e,t){return new Ty({type:"pipe",in:Mp(e),out:t})}var Jp={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};var Hp;Hp||(Hp={});var oo={};es(oo,{bigint:()=>jy,boolean:()=>Ay,date:()=>Zy,number:()=>Ny,string:()=>Cy});function Cy(e){return Wl(Xs,e)}function Ny(e){return bd(ro,e)}function Ay(e){return kd(ei,e)}function jy(e){return Sd(Np,e)}function Zy(e){return Od(jp,e)}$e(Jl());var Kp="io.modelcontextprotocol/related-task",io="2.0",ce=Vp(e=>e!==null&&(typeof e=="object"||typeof e=="function")),Gp=G([d(),U().int()]),Bp=d(),rT=se({ttl:G([U(),ti()]).optional(),pollInterval:U().optional()}),My=b({ttl:U().optional()}),qy=b({taskId:d()}),oi=se({progressToken:Gp.optional(),[Kp]:qy.optional()}),Re=b({_meta:oi.optional()}),ao=Re.extend({task:My.optional()});var ue=b({method:d(),params:Re.loose().optional()}),Ae=b({_meta:oi.optional()}),je=b({method:d(),params:Ae.loose().optional()}),le=se({_meta:oi.optional()}),co=G([d(),U().int()]),Uy=b({jsonrpc:S(io),id:co,...ue.shape}).strict();var Ly=b({jsonrpc:S(io),...je.shape}).strict();var Wp=b({jsonrpc:S(io),id:co,result:le}).strict();var Fr;(function(e){e[e.ConnectionClosed=-32e3]="ConnectionClosed",e[e.RequestTimeout=-32001]="RequestTimeout",e[e.ParseError=-32700]="ParseError",e[e.InvalidRequest=-32600]="InvalidRequest",e[e.MethodNotFound=-32601]="MethodNotFound",e[e.InvalidParams=-32602]="InvalidParams",e[e.InternalError=-32603]="InternalError",e[e.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(Fr||(Fr={}));var Yp=b({jsonrpc:S(io),id:co.optional(),error:b({code:U().int(),message:d(),data:X().optional()})}).strict();var Fy=G([Uy,Ly,Wp,Yp]),nT=G([Wp,Yp]),si=le.strict(),Vy=Ae.extend({requestId:co.optional(),reason:d().optional()}),ii=je.extend({method:S("notifications/cancelled"),params:Vy}),Hy=b({src:d(),mimeType:d().optional(),sizes:$(d()).optional(),theme:be(["light","dark"]).optional()}),Vr=b({icons:$(Hy).optional()}),Xt=b({name:d(),title:d().optional()}),Qp=Xt.extend({...Xt.shape,...Vr.shape,version:d(),websiteUrl:d().optional(),description:d().optional()}),Jy=no(b({applyDefaults:J().optional()}),ee(d(),X())),Ky=ni(e=>e&&typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0?{form:{}}:e,no(b({form:Jy.optional(),url:ce.optional()}),ee(d(),X()).optional())),Gy=se({list:ce.optional(),cancel:ce.optional(),requests:se({sampling:se({createMessage:ce.optional()}).optional(),elicitation:se({create:ce.optional()}).optional()}).optional()}),By=se({list:ce.optional(),cancel:ce.optional(),requests:se({tools:se({call:ce.optional()}).optional()}).optional()}),Wy=b({experimental:ee(d(),ce).optional(),sampling:b({context:ce.optional(),tools:ce.optional()}).optional(),elicitation:Ky.optional(),roots:b({listChanged:J().optional()}).optional(),tasks:Gy.optional()}),Yy=Re.extend({protocolVersion:d(),capabilities:Wy,clientInfo:Qp}),Qy=ue.extend({method:S("initialize"),params:Yy});var Xy=b({experimental:ee(d(),ce).optional(),logging:ce.optional(),completions:ce.optional(),prompts:b({listChanged:J().optional()}).optional(),resources:b({subscribe:J().optional(),listChanged:J().optional()}).optional(),tools:b({listChanged:J().optional()}).optional(),tasks:By.optional()}),Xp=le.extend({protocolVersion:d(),capabilities:Xy,serverInfo:Qp,instructions:d().optional()}),ev=je.extend({method:S("notifications/initialized"),params:Ae.optional()});var ai=ue.extend({method:S("ping"),params:Re.optional()}),tv=b({progress:U(),total:te(U()),message:te(d())}),rv=b({...Ae.shape,...tv.shape,progressToken:Gp}),ci=je.extend({method:S("notifications/progress"),params:rv}),nv=Re.extend({cursor:Bp.optional()}),Hr=ue.extend({params:nv.optional()}),Jr=le.extend({nextCursor:Bp.optional()}),ov=be(["working","input_required","completed","failed","cancelled"]),Kr=b({taskId:d(),status:ov,ttl:G([U(),ti()]),createdAt:d(),lastUpdatedAt:d(),pollInterval:te(U()),statusMessage:te(d())}),uo=le.extend({task:Kr}),sv=Ae.merge(Kr),ui=je.extend({method:S("notifications/tasks/status"),params:sv}),li=ue.extend({method:S("tasks/get"),params:Re.extend({taskId:d()})}),di=le.merge(Kr),pi=ue.extend({method:S("tasks/result"),params:Re.extend({taskId:d()})}),oT=le.loose(),fi=Hr.extend({method:S("tasks/list")}),mi=Jr.extend({tasks:$(Kr)}),hi=ue.extend({method:S("tasks/cancel"),params:Re.extend({taskId:d()})}),iv=le.merge(Kr),ef=b({uri:d(),mimeType:te(d()),_meta:ee(d(),X()).optional()}),tf=ef.extend({text:d()}),gi=d().refine(e=>{try{return atob(e),!0}catch{return!1}},{message:"Invalid Base64 string"}),rf=ef.extend({blob:gi}),Gr=be(["user","assistant"]),er=b({audience:$(Gr).optional(),priority:U().min(0).max(1).optional(),lastModified:Ur.datetime({offset:!0}).optional()}),nf=b({...Xt.shape,...Vr.shape,uri:d(),description:te(d()),mimeType:te(d()),annotations:er.optional(),_meta:te(se({}))}),av=b({...Xt.shape,...Vr.shape,uriTemplate:d(),description:te(d()),mimeType:te(d()),annotations:er.optional(),_meta:te(se({}))}),cv=Hr.extend({method:S("resources/list")}),of=Jr.extend({resources:$(nf)}),uv=Hr.extend({method:S("resources/templates/list")}),sf=Jr.extend({resourceTemplates:$(av)}),_i=Re.extend({uri:d()}),lv=_i,dv=ue.extend({method:S("resources/read"),params:lv}),af=le.extend({contents:$(G([tf,rf]))}),cf=je.extend({method:S("notifications/resources/list_changed"),params:Ae.optional()}),pv=_i,fv=ue.extend({method:S("resources/subscribe"),params:pv}),mv=_i,hv=ue.extend({method:S("resources/unsubscribe"),params:mv}),gv=Ae.extend({uri:d()}),_v=je.extend({method:S("notifications/resources/updated"),params:gv}),yv=b({name:d(),description:te(d()),required:te(J())}),vv=b({...Xt.shape,...Vr.shape,description:te(d()),arguments:te($(yv)),_meta:te(se({}))}),wv=Hr.extend({method:S("prompts/list")}),uf=Jr.extend({prompts:$(vv)}),$v=Re.extend({name:d(),arguments:ee(d(),d()).optional()}),bv=ue.extend({method:S("prompts/get"),params:$v}),yi=b({type:S("text"),text:d(),annotations:er.optional(),_meta:ee(d(),X()).optional()}),vi=b({type:S("image"),data:gi,mimeType:d(),annotations:er.optional(),_meta:ee(d(),X()).optional()}),wi=b({type:S("audio"),data:gi,mimeType:d(),annotations:er.optional(),_meta:ee(d(),X()).optional()}),zv=b({type:S("tool_use"),name:d(),id:d(),input:ee(d(),X()),_meta:ee(d(),X()).optional()}),xv=b({type:S("resource"),resource:G([tf,rf]),annotations:er.optional(),_meta:ee(d(),X()).optional()}),kv=nf.extend({type:S("resource_link")}),$i=G([yi,vi,wi,kv,xv]),Sv=b({role:Gr,content:$i}),lf=le.extend({description:d().optional(),messages:$(Sv)}),df=je.extend({method:S("notifications/prompts/list_changed"),params:Ae.optional()}),Pv=b({title:d().optional(),readOnlyHint:J().optional(),destructiveHint:J().optional(),idempotentHint:J().optional(),openWorldHint:J().optional()}),Tv=b({taskSupport:be(["required","optional","forbidden"]).optional()}),pf=b({...Xt.shape,...Vr.shape,description:d().optional(),inputSchema:b({type:S("object"),properties:ee(d(),ce).optional(),required:$(d()).optional()}).catchall(X()),outputSchema:b({type:S("object"),properties:ee(d(),ce).optional(),required:$(d()).optional()}).catchall(X()).optional(),annotations:Pv.optional(),execution:Tv.optional(),_meta:ee(d(),X()).optional()}),Ev=Hr.extend({method:S("tools/list")}),ff=Jr.extend({tools:$(pf)}),lo=le.extend({content:$($i).default([]),structuredContent:ee(d(),X()).optional(),isError:J().optional()}),sT=lo.or(le.extend({toolResult:X()})),Rv=ao.extend({name:d(),arguments:ee(d(),X()).optional()}),Ov=ue.extend({method:S("tools/call"),params:Rv}),bi=je.extend({method:S("notifications/tools/list_changed"),params:Ae.optional()}),Iv=b({autoRefresh:J().default(!0),debounceMs:U().int().nonnegative().default(300)}),mf=be(["debug","info","notice","warning","error","critical","alert","emergency"]),Cv=Re.extend({level:mf}),Nv=ue.extend({method:S("logging/setLevel"),params:Cv}),Av=Ae.extend({level:mf,logger:d().optional(),data:X()}),jv=je.extend({method:S("notifications/message"),params:Av}),Zv=b({name:d().optional()}),Dv=b({hints:$(Zv).optional(),costPriority:U().min(0).max(1).optional(),speedPriority:U().min(0).max(1).optional(),intelligencePriority:U().min(0).max(1).optional()}),Mv=b({mode:be(["auto","required","none"]).optional()}),qv=b({type:S("tool_result"),toolUseId:d().describe("The unique identifier for the corresponding tool call."),content:$($i).default([]),structuredContent:b({}).loose().optional(),isError:J().optional(),_meta:ee(d(),X()).optional()}),Uv=ri("type",[yi,vi,wi]),so=ri("type",[yi,vi,wi,zv,qv]),Lv=b({role:Gr,content:G([so,$(so)]),_meta:ee(d(),X()).optional()}),Fv=ao.extend({messages:$(Lv),modelPreferences:Dv.optional(),systemPrompt:d().optional(),includeContext:be(["none","thisServer","allServers"]).optional(),temperature:U().optional(),maxTokens:U().int(),stopSequences:$(d()).optional(),metadata:ce.optional(),tools:$(pf).optional(),toolChoice:Mv.optional()}),hf=ue.extend({method:S("sampling/createMessage"),params:Fv}),gf=le.extend({model:d(),stopReason:te(be(["endTurn","stopSequence","maxTokens"]).or(d())),role:Gr,content:Uv}),_f=le.extend({model:d(),stopReason:te(be(["endTurn","stopSequence","maxTokens","toolUse"]).or(d())),role:Gr,content:G([so,$(so)])}),Vv=b({type:S("boolean"),title:d().optional(),description:d().optional(),default:J().optional()}),Hv=b({type:S("string"),title:d().optional(),description:d().optional(),minLength:U().optional(),maxLength:U().optional(),format:be(["email","uri","date","date-time"]).optional(),default:d().optional()}),Jv=b({type:be(["number","integer"]),title:d().optional(),description:d().optional(),minimum:U().optional(),maximum:U().optional(),default:U().optional()}),Kv=b({type:S("string"),title:d().optional(),description:d().optional(),enum:$(d()),default:d().optional()}),Gv=b({type:S("string"),title:d().optional(),description:d().optional(),oneOf:$(b({const:d(),title:d()})),default:d().optional()}),Bv=b({type:S("string"),title:d().optional(),description:d().optional(),enum:$(d()),enumNames:$(d()).optional(),default:d().optional()}),Wv=G([Kv,Gv]),Yv=b({type:S("array"),title:d().optional(),description:d().optional(),minItems:U().optional(),maxItems:U().optional(),items:b({type:S("string"),enum:$(d())}),default:$(d()).optional()}),Qv=b({type:S("array"),title:d().optional(),description:d().optional(),minItems:U().optional(),maxItems:U().optional(),items:b({anyOf:$(b({const:d(),title:d()}))}),default:$(d()).optional()}),Xv=G([Yv,Qv]),ew=G([Bv,Wv,Xv]),tw=G([ew,Vv,Hv,Jv]),rw=ao.extend({mode:S("form").optional(),message:d(),requestedSchema:b({type:S("object"),properties:ee(d(),tw),required:$(d()).optional()})}),nw=ao.extend({mode:S("url"),message:d(),elicitationId:d(),url:d().url()}),ow=G([rw,nw]),yf=ue.extend({method:S("elicitation/create"),params:ow}),sw=Ae.extend({elicitationId:d()}),iw=je.extend({method:S("notifications/elicitation/complete"),params:sw}),vf=le.extend({action:be(["accept","decline","cancel"]),content:ni(e=>e===null?void 0:e,ee(d(),G([d(),U(),J(),$(d())])).optional())}),aw=b({type:S("ref/resource"),uri:d()});var cw=b({type:S("ref/prompt"),name:d()}),uw=Re.extend({ref:G([cw,aw]),argument:b({name:d(),value:d()}),context:b({arguments:ee(d(),d()).optional()}).optional()}),lw=ue.extend({method:S("completion/complete"),params:uw});var wf=le.extend({completion:se({values:$(d()).max(100),total:te(U().int()),hasMore:te(J())})}),dw=b({uri:d().startsWith("file://"),name:d().optional(),_meta:ee(d(),X()).optional()}),pw=ue.extend({method:S("roots/list"),params:Re.optional()}),fw=le.extend({roots:$(dw)}),mw=je.extend({method:S("notifications/roots/list_changed"),params:Ae.optional()}),iT=G([ai,Qy,lw,Nv,bv,wv,cv,uv,dv,fv,hv,Ov,Ev,li,pi,fi,hi]),aT=G([ii,ci,ev,mw,ui]),cT=G([si,gf,_f,vf,fw,di,mi,uo]),uT=G([ai,hf,yf,pw,li,pi,fi,hi]),lT=G([ii,ci,jv,_v,cf,bi,df,ui,iw]),dT=G([si,Xp,wf,lf,uf,of,sf,af,lo,ff,di,mi,uo]);var hw=Symbol("Let zodToJsonSchema decide on which parser to use");var VT=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");var hk=Yg(cg(),1);var _k;_k=globalThis.crypto?.webcrypto??globalThis.crypto??import("node:crypto").then(e=>e.webcrypto);var me=Cp().superRefine((e,t)=>{if(!URL.canParse(e))return t.addIssue({code:Jp.custom,message:"URL must be parseable",fatal:!0}),is}).refine(e=>{let t=new URL(e);return t.protocol!=="javascript:"&&t.protocol!=="data:"&&t.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),yk=se({resource:d().url(),authorization_servers:$(me).optional(),jwks_uri:d().url().optional(),scopes_supported:$(d()).optional(),bearer_methods_supported:$(d()).optional(),resource_signing_alg_values_supported:$(d()).optional(),resource_name:d().optional(),resource_documentation:d().optional(),resource_policy_uri:d().url().optional(),resource_tos_uri:d().url().optional(),tls_client_certificate_bound_access_tokens:J().optional(),authorization_details_types_supported:$(d()).optional(),dpop_signing_alg_values_supported:$(d()).optional(),dpop_bound_access_tokens_required:J().optional()}),lg=se({issuer:d(),authorization_endpoint:me,token_endpoint:me,registration_endpoint:me.optional(),scopes_supported:$(d()).optional(),response_types_supported:$(d()),response_modes_supported:$(d()).optional(),grant_types_supported:$(d()).optional(),token_endpoint_auth_methods_supported:$(d()).optional(),token_endpoint_auth_signing_alg_values_supported:$(d()).optional(),service_documentation:me.optional(),revocation_endpoint:me.optional(),revocation_endpoint_auth_methods_supported:$(d()).optional(),revocation_endpoint_auth_signing_alg_values_supported:$(d()).optional(),introspection_endpoint:d().optional(),introspection_endpoint_auth_methods_supported:$(d()).optional(),introspection_endpoint_auth_signing_alg_values_supported:$(d()).optional(),code_challenge_methods_supported:$(d()).optional(),client_id_metadata_document_supported:J().optional()}),vk=se({issuer:d(),authorization_endpoint:me,token_endpoint:me,userinfo_endpoint:me.optional(),jwks_uri:me,registration_endpoint:me.optional(),scopes_supported:$(d()).optional(),response_types_supported:$(d()),response_modes_supported:$(d()).optional(),grant_types_supported:$(d()).optional(),acr_values_supported:$(d()).optional(),subject_types_supported:$(d()),id_token_signing_alg_values_supported:$(d()),id_token_encryption_alg_values_supported:$(d()).optional(),id_token_encryption_enc_values_supported:$(d()).optional(),userinfo_signing_alg_values_supported:$(d()).optional(),userinfo_encryption_alg_values_supported:$(d()).optional(),userinfo_encryption_enc_values_supported:$(d()).optional(),request_object_signing_alg_values_supported:$(d()).optional(),request_object_encryption_alg_values_supported:$(d()).optional(),request_object_encryption_enc_values_supported:$(d()).optional(),token_endpoint_auth_methods_supported:$(d()).optional(),token_endpoint_auth_signing_alg_values_supported:$(d()).optional(),display_values_supported:$(d()).optional(),claim_types_supported:$(d()).optional(),claims_supported:$(d()).optional(),service_documentation:d().optional(),claims_locales_supported:$(d()).optional(),ui_locales_supported:$(d()).optional(),claims_parameter_supported:J().optional(),request_parameter_supported:J().optional(),request_uri_parameter_supported:J().optional(),require_request_uri_registration:J().optional(),op_policy_uri:me.optional(),op_tos_uri:me.optional(),client_id_metadata_document_supported:J().optional()}),wk=b({...vk.shape,...lg.pick({code_challenge_methods_supported:!0}).shape}),$k=b({access_token:d(),id_token:d().optional(),token_type:d(),expires_in:oo.number().optional(),scope:d().optional(),refresh_token:d().optional()}).strip(),bk=b({error:d(),error_description:d().optional(),error_uri:d().optional()}),ug=me.optional().or(S("").transform(()=>{})),zk=b({redirect_uris:$(me),token_endpoint_auth_method:d().optional(),grant_types:$(d()).optional(),response_types:$(d()).optional(),client_name:d().optional(),client_uri:me.optional(),logo_uri:ug,scope:d().optional(),contacts:$(d()).optional(),tos_uri:ug,policy_uri:d().optional(),jwks_uri:me.optional(),jwks:Ap().optional(),software_id:d().optional(),software_version:d().optional(),software_statement:d().optional()}).strip(),xk=b({client_id:d(),client_secret:d().optional(),client_id_issued_at:U().optional(),client_secret_expires_at:U().optional()}).strip(),kk=zk.merge(xk),RC=b({error:d(),error_description:d().optional()}).strip(),OC=b({token:d(),token_type_hint:d().optional()}).strip();var oe=class extends Error{constructor(t,r){super(t),this.errorUri=r,this.name=this.constructor.name}toResponseObject(){let t={error:this.errorCode,error_description:this.message};return this.errorUri&&(t.error_uri=this.errorUri),t}get errorCode(){return this.constructor.errorCode}},Sn=class extends oe{};Sn.errorCode="invalid_request";var yr=class extends oe{};yr.errorCode="invalid_client";var vr=class extends oe{};vr.errorCode="invalid_grant";var wr=class extends oe{};wr.errorCode="unauthorized_client";var Pn=class extends oe{};Pn.errorCode="unsupported_grant_type";var Tn=class extends oe{};Tn.errorCode="invalid_scope";var En=class extends oe{};En.errorCode="access_denied";var $r=class extends oe{};$r.errorCode="server_error";var Rn=class extends oe{};Rn.errorCode="temporarily_unavailable";var On=class extends oe{};On.errorCode="unsupported_response_type";var In=class extends oe{};In.errorCode="unsupported_token_type";var Cn=class extends oe{};Cn.errorCode="invalid_token";var Nn=class extends oe{};Nn.errorCode="method_not_allowed";var An=class extends oe{};An.errorCode="too_many_requests";var br=class extends oe{};br.errorCode="invalid_client_metadata";var jn=class extends oe{};jn.errorCode="insufficient_scope";var Zn=class extends oe{};Zn.errorCode="invalid_target";var Sk={[Sn.errorCode]:Sn,[yr.errorCode]:yr,[vr.errorCode]:vr,[wr.errorCode]:wr,[Pn.errorCode]:Pn,[Tn.errorCode]:Tn,[En.errorCode]:En,[$r.errorCode]:$r,[Rn.errorCode]:Rn,[On.errorCode]:On,[In.errorCode]:In,[Cn.errorCode]:Cn,[Nn.errorCode]:Nn,[An.errorCode]:An,[br.errorCode]:br,[jn.errorCode]:jn,[Zn.errorCode]:Zn};async function Pk(e){let{exec:t}=await import("node:child_process"),{promisify:r}=await import("node:util"),n=r(t),o=process.platform,s=o==="darwin"?`open "${e}"`:o==="win32"?`start "" "${e}"`:`xdg-open "${e}"`;await n(s)}function dg(e){return new Promise(t=>setTimeout(t,e))}function Dn(e){try{let t=e.split(".")[1];if(!t)return;let r=JSON.parse(Buffer.from(t,"base64url").toString("utf-8"));return typeof r.email=="string"?r.email:void 0}catch{return}}async function Tk(e){let t=e.fetchImpl??fetch,r={clientId:e.clientId??"gigabuddy-cli"};e.productId!==void 0&&(r.productId=e.productId),e.scopes!==void 0&&(r.scopes=e.scopes);let n=await t(`${e.authUrl}/api/auth/device/start`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!n.ok)throw new Error(`Failed to start device flow: ${await n.text()}`);let{deviceCode:o,userCode:s,verificationUrl:i,expiresIn:a,interval:c}=await n.json();return{deviceCode:o,userCode:s,verificationUrl:i,expiresIn:a,interval:c}}async function Ek(e,t,r={}){let n=r.fetchImpl??fetch,o=Date.now()+t.expiresIn*1e3,s=(t.interval||5)*1e3;for(;Date.now()<o;){await dg(s);let i=await n(`${e}/api/auth/device/poll`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({deviceCode:t.deviceCode})});if(i.status===429){await dg(s);continue}if(!i.ok)continue;let a=await i.json();if(a.status==="complete"&&a.platformToken&&a.refreshToken&&a.userId)return{refreshToken:a.refreshToken,platformToken:a.platformToken,userId:a.userId,userEmail:a.userEmail??Dn(a.platformToken)};if(a.status==="expired")throw new Error("Device code expired. Please try again.");r.onPending?.()}throw new Error("Authentication timed out. Please try again.")}async function pg(e){let t=await Tk({authUrl:e.authUrl,clientId:e.clientId??"gigabuddy-cli",productId:e.productId??"gigabuddy/studio",scopes:e.scopes,fetchImpl:e.fetchImpl});return e.onPrompt?.({verificationUrl:t.verificationUrl,userCode:t.userCode}),(e.openBrowserImpl??Pk)(t.verificationUrl).catch(()=>{}),Ek(e.authUrl,t,{onPending:e.onPending,fetchImpl:e.fetchImpl})}function Ut(e){let t=new URL(e),r=t.pathname.replace(/\/+$/,"");return`//${t.host}${r}/:_authToken`}function Mn(e){return`${e}:registry`}function Ko(e){return e.replace(/\/+$/,"")+"/"}function fg(e,t){let r=Ko(t.registryUrl),n=new Map([[Mn(t.scope).toLowerCase(),`${Mn(t.scope)}=${r}`],[Ut(r).toLowerCase(),`${Ut(r)}=${t.token}`]]),o=e.length>0?e.split(`
74
- `):[],s=new Set,i=[];for(let c of o){let u=hg(c);if(u&&n.has(u)){if(s.has(u))continue;s.add(u),i.push(n.get(u));continue}i.push(c)}let a=[...n.entries()].filter(([c])=>!s.has(c)).map(([,c])=>c);if(a.length===0)return i.join(`
73
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let i of e.seen.entries()){let a=i[1];if(t===i[0]){s(i);continue}if(e.external){let u=e.external.registry.get(i[0])?.id;if(t!==i[0]&&u){s(i);continue}}if(e.metadataRegistry.get(i[0])?.id){s(i);continue}if(a.cycle){s(i);continue}if(a.count>1&&e.reused==="ref"){s(i);continue}}}function Ks(e,t){let r=e.seen.get(t);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let n=a=>{let c=e.seen.get(a);if(c.ref===null)return;let u=c.def??c.schema,l={...u},p=c.ref;if(c.ref=null,p){n(p);let f=e.seen.get(p),g=f.schema;if(g.$ref&&(e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0")?(u.allOf=u.allOf??[],u.allOf.push(g)):Object.assign(u,g),Object.assign(u,l),a._zod.parent===p)for(let w in u)w==="$ref"||w==="allOf"||w in l||delete u[w];if(g.$ref&&f.def)for(let w in u)w==="$ref"||w==="allOf"||w in f.def&&JSON.stringify(u[w])===JSON.stringify(f.def[w])&&delete u[w]}let m=a._zod.parent;if(m&&m!==p){n(m);let f=e.seen.get(m);if(f?.schema.$ref&&(u.$ref=f.schema.$ref,f.def))for(let g in u)g==="$ref"||g==="allOf"||g in f.def&&JSON.stringify(u[g])===JSON.stringify(f.def[g])&&delete u[g]}e.override({zodSchema:a,jsonSchema:u,path:c.path??[]})};for(let a of[...e.seen.entries()].reverse())n(a[0]);let o={};if(e.target==="draft-2020-12"?o.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?o.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?o.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){let a=e.external.registry.get(t)?.id;if(!a)throw new Error("Schema is missing an `id` property");o.$id=e.external.uri(a)}Object.assign(o,r.def??r.schema);let s=e.metadataRegistry.get(t)?.id;s!==void 0&&o.id===s&&delete o.id;let i=e.external?.defs??{};for(let a of e.seen.entries()){let c=a[1];c.def&&c.defId&&(c.def.id===c.defId&&delete c.def.id,i[c.defId]=c.def)}e.external||Object.keys(i).length>0&&(e.target==="draft-2020-12"?o.$defs=i:o.definitions=i);try{let a=JSON.parse(JSON.stringify(o));return Object.defineProperty(a,"~standard",{value:{...t["~standard"],jsonSchema:{input:Ur(t,"input",e.processors),output:Ur(t,"output",e.processors)}},enumerable:!1,writable:!1}),a}catch{throw new Error("Error converting schema to JSON.")}}function ye(e,t){let r=t??{seen:new Set};if(r.seen.has(e))return!1;r.seen.add(e);let n=e._zod.def;if(n.type==="transform")return!0;if(n.type==="array")return ye(n.element,r);if(n.type==="set")return ye(n.valueType,r);if(n.type==="lazy")return ye(n.getter(),r);if(n.type==="promise"||n.type==="optional"||n.type==="nonoptional"||n.type==="nullable"||n.type==="readonly"||n.type==="default"||n.type==="prefault")return ye(n.innerType,r);if(n.type==="intersection")return ye(n.left,r)||ye(n.right,r);if(n.type==="record"||n.type==="map")return ye(n.keyType,r)||ye(n.valueType,r);if(n.type==="pipe")return e._zod.traits.has("$ZodCodec")?!0:ye(n.in,r)||ye(n.out,r);if(n.type==="object"){for(let o in n.shape)if(ye(n.shape[o],r))return!0;return!1}if(n.type==="union"){for(let o of n.options)if(ye(o,r))return!0;return!1}if(n.type==="tuple"){for(let o of n.items)if(ye(o,r))return!0;return!!(n.rest&&ye(n.rest,r))}return!1}var qd=(e,t={})=>r=>{let n=Hs({...r,processors:t});return re(e,n),Js(n,e),Ks(n,e)},Ur=(e,t,r={})=>n=>{let{libraryOptions:o,target:s}=n??{},i=Hs({...o??{},target:s,io:t,processors:r});return re(e,i),Js(i,e),Ks(i,e)};var L_={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},Ud=(e,t,r,n)=>{let o=r;o.type="string";let{minimum:s,maximum:i,format:a,patterns:c,contentEncoding:u}=e._zod.bag;if(typeof s=="number"&&(o.minLength=s),typeof i=="number"&&(o.maxLength=i),a&&(o.format=L_[a]??a,o.format===""&&delete o.format,a==="time"&&delete o.format),u&&(o.contentEncoding=u),c&&c.size>0){let l=[...c];l.length===1?o.pattern=l[0].source:l.length>1&&(o.allOf=[...l.map(p=>({...t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0"?{type:"string"}:{},pattern:p.source}))])}},Ld=(e,t,r,n)=>{let o=r,{minimum:s,maximum:i,format:a,multipleOf:c,exclusiveMaximum:u,exclusiveMinimum:l}=e._zod.bag;typeof a=="string"&&a.includes("int")?o.type="integer":o.type="number";let p=typeof l=="number"&&l>=(s??Number.NEGATIVE_INFINITY),m=typeof u=="number"&&u<=(i??Number.POSITIVE_INFINITY),f=t.target==="draft-04"||t.target==="openapi-3.0";p?f?(o.minimum=l,o.exclusiveMinimum=!0):o.exclusiveMinimum=l:typeof s=="number"&&(o.minimum=s),m?f?(o.maximum=u,o.exclusiveMaximum=!0):o.exclusiveMaximum=u:typeof i=="number"&&(o.maximum=i),typeof c=="number"&&(o.multipleOf=c)},Fd=(e,t,r,n)=>{r.type="boolean"},Vd=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")};var Hd=(e,t,r,n)=>{t.target==="openapi-3.0"?(r.type="string",r.nullable=!0,r.enum=[null]):r.type="null"};var Jd=(e,t,r,n)=>{r.not={}},Kd=(e,t,r,n)=>{},Gd=(e,t,r,n)=>{},Bd=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},Wd=(e,t,r,n)=>{let o=e._zod.def,s=Or(o.entries);s.every(i=>typeof i=="number")&&(r.type="number"),s.every(i=>typeof i=="string")&&(r.type="string"),r.enum=s},Yd=(e,t,r,n)=>{let o=e._zod.def,s=[];for(let i of o.values)if(i===void 0){if(t.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof i=="bigint"){if(t.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");s.push(Number(i))}else s.push(i);if(s.length!==0)if(s.length===1){let i=s[0];r.type=i===null?"null":typeof i,t.target==="draft-04"||t.target==="openapi-3.0"?r.enum=[i]:r.const=i}else s.every(i=>typeof i=="number")&&(r.type="number"),s.every(i=>typeof i=="string")&&(r.type="string"),s.every(i=>typeof i=="boolean")&&(r.type="boolean"),s.every(i=>i===null)&&(r.type="null"),r.enum=s};var Qd=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")};var Xd=(e,t,r,n)=>{if(t.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")};var ep=(e,t,r,n)=>{let o=r,s=e._zod.def,{minimum:i,maximum:a}=e._zod.bag;typeof i=="number"&&(o.minItems=i),typeof a=="number"&&(o.maxItems=a),o.type="array",o.items=re(s.element,t,{...n,path:[...n.path,"items"]})},tp=(e,t,r,n)=>{let o=r,s=e._zod.def;o.type="object",o.properties={};let i=s.shape;for(let u in i)o.properties[u]=re(i[u],t,{...n,path:[...n.path,"properties",u]});let a=new Set(Object.keys(i)),c=new Set([...a].filter(u=>{let l=s.shape[u]._zod;return t.io==="input"?l.optin===void 0:l.optout===void 0}));c.size>0&&(o.required=Array.from(c)),s.catchall?._zod.def.type==="never"?o.additionalProperties=!1:s.catchall?s.catchall&&(o.additionalProperties=re(s.catchall,t,{...n,path:[...n.path,"additionalProperties"]})):t.io==="output"&&(o.additionalProperties=!1)},rp=(e,t,r,n)=>{let o=e._zod.def,s=o.inclusive===!1,i=o.options.map((a,c)=>re(a,t,{...n,path:[...n.path,s?"oneOf":"anyOf",c]}));s?r.oneOf=i:r.anyOf=i},np=(e,t,r,n)=>{let o=e._zod.def,s=re(o.left,t,{...n,path:[...n.path,"allOf",0]}),i=re(o.right,t,{...n,path:[...n.path,"allOf",1]}),a=u=>"allOf"in u&&Object.keys(u).length===1,c=[...a(s)?s.allOf:[s],...a(i)?i.allOf:[i]];r.allOf=c};var op=(e,t,r,n)=>{let o=r,s=e._zod.def;o.type="object";let i=s.keyType,c=i._zod.bag?.patterns;if(s.mode==="loose"&&c&&c.size>0){let l=re(s.valueType,t,{...n,path:[...n.path,"patternProperties","*"]});o.patternProperties={};for(let p of c)o.patternProperties[p.source]=l}else(t.target==="draft-07"||t.target==="draft-2020-12")&&(o.propertyNames=re(s.keyType,t,{...n,path:[...n.path,"propertyNames"]})),o.additionalProperties=re(s.valueType,t,{...n,path:[...n.path,"additionalProperties"]});let u=i._zod.values;if(u){let l=[...u].filter(p=>typeof p=="string"||typeof p=="number");l.length>0&&(o.required=l)}},sp=(e,t,r,n)=>{let o=e._zod.def,s=re(o.innerType,t,n),i=t.seen.get(e);t.target==="openapi-3.0"?(i.ref=o.innerType,r.nullable=!0):r.anyOf=[s,{type:"null"}]},ip=(e,t,r,n)=>{let o=e._zod.def;re(o.innerType,t,n);let s=t.seen.get(e);s.ref=o.innerType},ap=(e,t,r,n)=>{let o=e._zod.def;re(o.innerType,t,n);let s=t.seen.get(e);s.ref=o.innerType,r.default=JSON.parse(JSON.stringify(o.defaultValue))},cp=(e,t,r,n)=>{let o=e._zod.def;re(o.innerType,t,n);let s=t.seen.get(e);s.ref=o.innerType,t.io==="input"&&(r._prefault=JSON.parse(JSON.stringify(o.defaultValue)))},up=(e,t,r,n)=>{let o=e._zod.def;re(o.innerType,t,n);let s=t.seen.get(e);s.ref=o.innerType;let i;try{i=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}r.default=i},lp=(e,t,r,n)=>{let o=e._zod.def,s=o.in._zod.traits.has("$ZodTransform"),i=t.io==="input"?s?o.out:o.in:o.out;re(i,t,n);let a=t.seen.get(e);a.ref=i},dp=(e,t,r,n)=>{let o=e._zod.def;re(o.innerType,t,n);let s=t.seen.get(e);s.ref=o.innerType,r.readOnly=!0};var Gs=(e,t,r,n)=>{let o=e._zod.def;re(o.innerType,t,n);let s=t.seen.get(e);s.ref=o.innerType};var Lr={};ts(Lr,{ZodISODate:()=>fp,ZodISODateTime:()=>pp,ZodISODuration:()=>hp,ZodISOTime:()=>mp,date:()=>Ws,datetime:()=>Bs,duration:()=>Qs,time:()=>Ys});var pp=h("ZodISODateTime",(e,t)=>{ll.init(e,t),Q.init(e,t)});function Bs(e){return $d(pp,e)}var fp=h("ZodISODate",(e,t)=>{dl.init(e,t),Q.init(e,t)});function Ws(e){return bd(fp,e)}var mp=h("ZodISOTime",(e,t)=>{pl.init(e,t),Q.init(e,t)});function Ys(e){return xd(mp,e)}var hp=h("ZodISODuration",(e,t)=>{fl.init(e,t),Q.init(e,t)});function Qs(e){return zd(hp,e)}var W_=(e,t)=>{Kn.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:r=>ws(e,r)},flatten:{value:r=>vs(e,r)},addIssue:{value:r=>{e.issues.push(r),e.message=JSON.stringify(e.issues,Jt,2)}},addIssues:{value:r=>{e.issues.push(...r),e.message=JSON.stringify(e.issues,Jt,2)}},isEmpty:{get(){return e.issues.length===0}}})};var Re=h("ZodError",W_,{Parent:Error});var _p=Gn(Re),yp=Bn(Re),vp=jr(Re),wp=Zr(Re),$p=Kc(Re),bp=Gc(Re),xp=Bc(Re),zp=Wc(Re),kp=Yc(Re),Sp=Qc(Re),Pp=Xc(Re),Tp=eu(Re);var Ep=new WeakMap;function Fr(e,t,r){let n=Object.getPrototypeOf(e),o=Ep.get(n);if(o||(o=new Set,Ep.set(n,o)),!o.has(t)){o.add(t);for(let s in r){let i=r[s];Object.defineProperty(n,s,{configurable:!0,enumerable:!1,get(){let a=i.bind(this);return Object.defineProperty(this,s,{configurable:!0,writable:!0,enumerable:!0,value:a}),a},set(a){Object.defineProperty(this,s,{configurable:!0,writable:!0,enumerable:!0,value:a})}})}}}var H=h("ZodType",(e,t)=>(F.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:Ur(e,"input"),output:Ur(e,"output")}}),e.toJSONSchema=qd(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(r,n)=>_p(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>vp(e,r,n),e.parseAsync=async(r,n)=>yp(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>wp(e,r,n),e.spa=e.safeParseAsync,e.encode=(r,n)=>$p(e,r,n),e.decode=(r,n)=>bp(e,r,n),e.encodeAsync=async(r,n)=>xp(e,r,n),e.decodeAsync=async(r,n)=>zp(e,r,n),e.safeEncode=(r,n)=>kp(e,r,n),e.safeDecode=(r,n)=>Sp(e,r,n),e.safeEncodeAsync=async(r,n)=>Pp(e,r,n),e.safeDecodeAsync=async(r,n)=>Tp(e,r,n),Fr(e,"ZodType",{check(...r){let n=this.def;return this.clone(j.mergeDefs(n,{checks:[...n.checks??[],...r.map(o=>typeof o=="function"?{_zod:{check:o,def:{check:"custom"},onattach:[]}}:o)]}),{parent:!0})},with(...r){return this.check(...r)},clone(r,n){return Ce(this,r,n)},brand(){return this},register(r,n){return r.add(this,n),this},refine(r,n){return this.check(Dy(r,n))},superRefine(r,n){return this.check(My(r,n))},overwrite(r){return this.check(vt(r))},optional(){return te(this)},exactOptional(){return Sy(this)},nullable(){return Cp(this)},nullish(){return te(Cp(this))},nonoptional(r){return Oy(this,r)},array(){return $(this)},or(r){return G([this,r])},and(r){return oo(this,r)},transform(r){return Np(this,Fp(r))},default(r){return Ey(this,r)},prefault(r){return Iy(this,r)},catch(r){return Ny(this,r)},pipe(r){return Np(this,r)},readonly(){return Zy(this)},describe(r){let n=this.clone();return yt.add(n,{description:r}),n},meta(...r){if(r.length===0)return yt.get(this);let n=this.clone();return yt.add(n,r[0]),n},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(r){return r(this)}}),Object.defineProperty(e,"description",{get(){return yt.get(e)?.description},configurable:!0}),e)),Ap=h("_ZodString",(e,t)=>{Xn.init(e,t),H.init(e,t),e._zod.processJSONSchema=(n,o,s)=>Ud(e,n,o,s);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,Fr(e,"_ZodString",{regex(...n){return this.check(Ns(...n))},includes(...n){return this.check(Zs(...n))},startsWith(...n){return this.check(Ds(...n))},endsWith(...n){return this.check(Ms(...n))},min(...n){return this.check(Yt(...n))},max(...n){return this.check(eo(...n))},length(...n){return this.check(to(...n))},nonempty(...n){return this.check(Yt(1,...n))},lowercase(n){return this.check(As(n))},uppercase(n){return this.check(js(n))},trim(){return this.check(Us())},normalize(...n){return this.check(qs(...n))},toLowerCase(){return this.check(Ls())},toUpperCase(){return this.check(Fs())},slugify(){return this.check(Vs())}})}),ei=h("ZodString",(e,t)=>{Xn.init(e,t),Ap.init(e,t),e.email=r=>e.check(td(Q_,r)),e.url=r=>e.check(Cs(jp,r)),e.jwt=r=>e.check(wd(fy,r)),e.emoji=r=>e.check(id(X_,r)),e.guid=r=>e.check(Os(Rp,r)),e.uuid=r=>e.check(rd(ro,r)),e.uuidv4=r=>e.check(nd(ro,r)),e.uuidv6=r=>e.check(od(ro,r)),e.uuidv7=r=>e.check(sd(ro,r)),e.nanoid=r=>e.check(ad(ey,r)),e.guid=r=>e.check(Os(Rp,r)),e.cuid=r=>e.check(cd(ty,r)),e.cuid2=r=>e.check(ud(ry,r)),e.ulid=r=>e.check(ld(ny,r)),e.base64=r=>e.check(_d(ly,r)),e.base64url=r=>e.check(yd(dy,r)),e.xid=r=>e.check(dd(oy,r)),e.ksuid=r=>e.check(pd(sy,r)),e.ipv4=r=>e.check(fd(iy,r)),e.ipv6=r=>e.check(md(ay,r)),e.cidrv4=r=>e.check(hd(cy,r)),e.cidrv6=r=>e.check(gd(uy,r)),e.e164=r=>e.check(vd(py,r)),e.datetime=r=>e.check(Bs(r)),e.date=r=>e.check(Ws(r)),e.time=r=>e.check(Ys(r)),e.duration=r=>e.check(Qs(r))});function d(e){return Xl(ei,e)}var Q=h("ZodStringFormat",(e,t)=>{B.init(e,t),Ap.init(e,t)}),Q_=h("ZodEmail",(e,t)=>{tl.init(e,t),Q.init(e,t)});var Rp=h("ZodGUID",(e,t)=>{Xu.init(e,t),Q.init(e,t)});var ro=h("ZodUUID",(e,t)=>{el.init(e,t),Q.init(e,t)});var jp=h("ZodURL",(e,t)=>{rl.init(e,t),Q.init(e,t)});function Zp(e){return Cs(jp,e)}var X_=h("ZodEmoji",(e,t)=>{nl.init(e,t),Q.init(e,t)});var ey=h("ZodNanoID",(e,t)=>{ol.init(e,t),Q.init(e,t)});var ty=h("ZodCUID",(e,t)=>{sl.init(e,t),Q.init(e,t)});var ry=h("ZodCUID2",(e,t)=>{il.init(e,t),Q.init(e,t)});var ny=h("ZodULID",(e,t)=>{al.init(e,t),Q.init(e,t)});var oy=h("ZodXID",(e,t)=>{cl.init(e,t),Q.init(e,t)});var sy=h("ZodKSUID",(e,t)=>{ul.init(e,t),Q.init(e,t)});var iy=h("ZodIPv4",(e,t)=>{ml.init(e,t),Q.init(e,t)});var ay=h("ZodIPv6",(e,t)=>{hl.init(e,t),Q.init(e,t)});var cy=h("ZodCIDRv4",(e,t)=>{gl.init(e,t),Q.init(e,t)});var uy=h("ZodCIDRv6",(e,t)=>{_l.init(e,t),Q.init(e,t)});var ly=h("ZodBase64",(e,t)=>{vl.init(e,t),Q.init(e,t)});var dy=h("ZodBase64URL",(e,t)=>{wl.init(e,t),Q.init(e,t)});var py=h("ZodE164",(e,t)=>{$l.init(e,t),Q.init(e,t)});var fy=h("ZodJWT",(e,t)=>{bl.init(e,t),Q.init(e,t)});var no=h("ZodNumber",(e,t)=>{Ps.init(e,t),H.init(e,t),e._zod.processJSONSchema=(n,o,s)=>Ld(e,n,o,s),Fr(e,"ZodNumber",{gt(n,o){return this.check(Wt(n,o))},gte(n,o){return this.check(Fe(n,o))},min(n,o){return this.check(Fe(n,o))},lt(n,o){return this.check(Bt(n,o))},lte(n,o){return this.check(at(n,o))},max(n,o){return this.check(at(n,o))},int(n){return this.check(Ip(n))},safe(n){return this.check(Ip(n))},positive(n){return this.check(Wt(0,n))},nonnegative(n){return this.check(Fe(0,n))},negative(n){return this.check(Bt(0,n))},nonpositive(n){return this.check(at(0,n))},multipleOf(n,o){return this.check(qr(n,o))},step(n,o){return this.check(qr(n,o))},finite(){return this}});let r=e._zod.bag;e.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null});function U(e){return kd(no,e)}var my=h("ZodNumberFormat",(e,t)=>{xl.init(e,t),no.init(e,t)});function Ip(e){return Pd(my,e)}var ti=h("ZodBoolean",(e,t)=>{zl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Fd(e,r,n,o)});function J(e){return Td(ti,e)}var Dp=h("ZodBigInt",(e,t)=>{kl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(n,o,s)=>Vd(e,n,o,s),e.gte=(n,o)=>e.check(Fe(n,o)),e.min=(n,o)=>e.check(Fe(n,o)),e.gt=(n,o)=>e.check(Wt(n,o)),e.gte=(n,o)=>e.check(Fe(n,o)),e.min=(n,o)=>e.check(Fe(n,o)),e.lt=(n,o)=>e.check(Bt(n,o)),e.lte=(n,o)=>e.check(at(n,o)),e.max=(n,o)=>e.check(at(n,o)),e.positive=n=>e.check(Wt(BigInt(0),n)),e.negative=n=>e.check(Bt(BigInt(0),n)),e.nonpositive=n=>e.check(at(BigInt(0),n)),e.nonnegative=n=>e.check(Fe(BigInt(0),n)),e.multipleOf=(n,o)=>e.check(qr(n,o));let r=e._zod.bag;e.minValue=r.minimum??null,e.maxValue=r.maximum??null,e.format=r.format??null});var hy=h("ZodNull",(e,t)=>{Sl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Hd(e,r,n,o)});function ri(e){return Id(hy,e)}var gy=h("ZodAny",(e,t)=>{Pl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Kd(e,r,n,o)});function Mp(){return Od(gy)}var _y=h("ZodUnknown",(e,t)=>{Tl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Gd(e,r,n,o)});function X(){return Cd(_y)}var yy=h("ZodNever",(e,t)=>{El.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Jd(e,r,n,o)});function vy(e){return Nd(yy,e)}var qp=h("ZodDate",(e,t)=>{Rl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(n,o,s)=>Bd(e,n,o,s),e.min=(n,o)=>e.check(Fe(n,o)),e.max=(n,o)=>e.check(at(n,o));let r=e._zod.bag;e.minDate=r.minimum?new Date(r.minimum):null,e.maxDate=r.maximum?new Date(r.maximum):null});var wy=h("ZodArray",(e,t)=>{Il.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>ep(e,r,n,o),e.element=t.element,Fr(e,"ZodArray",{min(r,n){return this.check(Yt(r,n))},nonempty(r){return this.check(Yt(1,r))},max(r,n){return this.check(eo(r,n))},length(r,n){return this.check(to(r,n))},unwrap(){return this.element}})});function $(e,t){return jd(wy,e,t)}var Up=h("ZodObject",(e,t)=>{Nl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>tp(e,r,n,o),j.defineLazy(e,"shape",()=>t.shape),Fr(e,"ZodObject",{keyof(){return be(Object.keys(this._zod.def.shape))},catchall(r){return this.clone({...this._zod.def,catchall:r})},passthrough(){return this.clone({...this._zod.def,catchall:X()})},loose(){return this.clone({...this._zod.def,catchall:X()})},strict(){return this.clone({...this._zod.def,catchall:vy()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(r){return j.extend(this,r)},safeExtend(r){return j.safeExtend(this,r)},merge(r){return j.merge(this,r)},pick(r){return j.pick(this,r)},omit(r){return j.omit(this,r)},partial(...r){return j.partial(Vp,this,r[0])},required(...r){return j.required(Hp,this,r[0])}})});function b(e,t){let r={type:"object",shape:e??{},...j.normalizeParams(t)};return new Up(r)}function se(e,t){return new Up({type:"object",shape:e,catchall:X(),...j.normalizeParams(t)})}var Lp=h("ZodUnion",(e,t)=>{Ts.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>rp(e,r,n,o),e.options=t.options});function G(e,t){return new Lp({type:"union",options:e,...j.normalizeParams(t)})}var $y=h("ZodDiscriminatedUnion",(e,t)=>{Lp.init(e,t),Al.init(e,t)});function ni(e,t,r){return new $y({type:"union",options:t,discriminator:e,...j.normalizeParams(r)})}var by=h("ZodIntersection",(e,t)=>{jl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>np(e,r,n,o)});function oo(e,t){return new by({type:"intersection",left:e,right:t})}var Op=h("ZodRecord",(e,t)=>{Zl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>op(e,r,n,o),e.keyType=t.keyType,e.valueType=t.valueType});function ee(e,t,r){return!t||!t._zod?new Op({type:"record",keyType:d(),valueType:e,...j.normalizeParams(t)}):new Op({type:"record",keyType:e,valueType:t,...j.normalizeParams(r)})}var Xs=h("ZodEnum",(e,t)=>{Dl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(n,o,s)=>Wd(e,n,o,s),e.enum=t.entries,e.options=Object.values(t.entries);let r=new Set(Object.keys(t.entries));e.extract=(n,o)=>{let s={};for(let i of n)if(r.has(i))s[i]=t.entries[i];else throw new Error(`Key ${i} not found in enum`);return new Xs({...t,checks:[],...j.normalizeParams(o),entries:s})},e.exclude=(n,o)=>{let s={...t.entries};for(let i of n)if(r.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new Xs({...t,checks:[],...j.normalizeParams(o),entries:s})}});function be(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map(n=>[n,n])):e;return new Xs({type:"enum",entries:r,...j.normalizeParams(t)})}var xy=h("ZodLiteral",(e,t)=>{Ml.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Yd(e,r,n,o),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function P(e,t){return new xy({type:"literal",values:Array.isArray(e)?e:[e],...j.normalizeParams(t)})}var zy=h("ZodTransform",(e,t)=>{ql.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Xd(e,r,n,o),e._zod.parse=(r,n)=>{if(n.direction==="backward")throw new Vt(e.constructor.name);r.addIssue=s=>{if(typeof s=="string")r.issues.push(j.issue(s,r.value,t));else{let i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=e),r.issues.push(j.issue(i))}};let o=t.transform(r.value,r);return o instanceof Promise?o.then(s=>(r.value=s,r.fallback=!0,r)):(r.value=o,r.fallback=!0,r)}});function Fp(e){return new zy({type:"transform",transform:e})}var Vp=h("ZodOptional",(e,t)=>{Es.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Gs(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function te(e){return new Vp({type:"optional",innerType:e})}var ky=h("ZodExactOptional",(e,t)=>{Ul.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Gs(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function Sy(e){return new ky({type:"optional",innerType:e})}var Py=h("ZodNullable",(e,t)=>{Ll.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>sp(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function Cp(e){return new Py({type:"nullable",innerType:e})}var Ty=h("ZodDefault",(e,t)=>{Fl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>ap(e,r,n,o),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function Ey(e,t){return new Ty({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():j.shallowClone(t)}})}var Ry=h("ZodPrefault",(e,t)=>{Vl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>cp(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function Iy(e,t){return new Ry({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():j.shallowClone(t)}})}var Hp=h("ZodNonOptional",(e,t)=>{Hl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>ip(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function Oy(e,t){return new Hp({type:"nonoptional",innerType:e,...j.normalizeParams(t)})}var Cy=h("ZodCatch",(e,t)=>{Jl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>up(e,r,n,o),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Ny(e,t){return new Cy({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}var Jp=h("ZodPipe",(e,t)=>{Rs.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>lp(e,r,n,o),e.in=t.in,e.out=t.out});function Np(e,t){return new Jp({type:"pipe",in:e,out:t})}var Ay=h("ZodPreprocess",(e,t)=>{Jp.init(e,t),Kl.init(e,t)}),jy=h("ZodReadonly",(e,t)=>{Gl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>dp(e,r,n,o),e.unwrap=()=>e._zod.def.innerType});function Zy(e){return new jy({type:"readonly",innerType:e})}var Kp=h("ZodCustom",(e,t)=>{Bl.init(e,t),H.init(e,t),e._zod.processJSONSchema=(r,n,o)=>Qd(e,r,n,o)});function Gp(e,t){return Zd(Kp,e??(()=>!0),t)}function Dy(e,t={}){return Dd(Kp,e,t)}function My(e,t){return Md(e,t)}function oi(e,t){return new Ay({type:"pipe",in:Fp(e),out:t})}var Wp={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};var Bp;Bp||(Bp={});var so={};ts(so,{bigint:()=>Fy,boolean:()=>Ly,date:()=>Vy,number:()=>Uy,string:()=>qy});function qy(e){return ed(ei,e)}function Uy(e){return Sd(no,e)}function Ly(e){return Ed(ti,e)}function Fy(e){return Rd(Dp,e)}function Vy(e){return Ad(qp,e)}$e(Wl());var Yp="io.modelcontextprotocol/related-task",ao="2.0",ce=Gp(e=>e!==null&&(typeof e=="object"||typeof e=="function")),Qp=G([d(),U().int()]),Xp=d(),_T=se({ttl:G([U(),ri()]).optional(),pollInterval:U().optional()}),Jy=b({ttl:U().optional()}),Ky=b({taskId:d()}),si=se({progressToken:Qp.optional(),[Yp]:Ky.optional()}),Ie=b({_meta:si.optional()}),co=Ie.extend({task:Jy.optional()});var ue=b({method:d(),params:Ie.loose().optional()}),Ae=b({_meta:si.optional()}),je=b({method:d(),params:Ae.loose().optional()}),le=se({_meta:si.optional()}),uo=G([d(),U().int()]),Gy=b({jsonrpc:P(ao),id:uo,...ue.shape}).strict();var By=b({jsonrpc:P(ao),...je.shape}).strict();var ef=b({jsonrpc:P(ao),id:uo,result:le}).strict();var Vr;(function(e){e[e.ConnectionClosed=-32e3]="ConnectionClosed",e[e.RequestTimeout=-32001]="RequestTimeout",e[e.ParseError=-32700]="ParseError",e[e.InvalidRequest=-32600]="InvalidRequest",e[e.MethodNotFound=-32601]="MethodNotFound",e[e.InvalidParams=-32602]="InvalidParams",e[e.InternalError=-32603]="InternalError",e[e.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(Vr||(Vr={}));var tf=b({jsonrpc:P(ao),id:uo.optional(),error:b({code:U().int(),message:d(),data:X().optional()})}).strict();var Wy=G([Gy,By,ef,tf]),yT=G([ef,tf]),ii=le.strict(),Yy=Ae.extend({requestId:uo.optional(),reason:d().optional()}),ai=je.extend({method:P("notifications/cancelled"),params:Yy}),Qy=b({src:d(),mimeType:d().optional(),sizes:$(d()).optional(),theme:be(["light","dark"]).optional()}),Hr=b({icons:$(Qy).optional()}),Xt=b({name:d(),title:d().optional()}),rf=Xt.extend({...Xt.shape,...Hr.shape,version:d(),websiteUrl:d().optional(),description:d().optional()}),Xy=oo(b({applyDefaults:J().optional()}),ee(d(),X())),ev=oi(e=>e&&typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0?{form:{}}:e,oo(b({form:Xy.optional(),url:ce.optional()}),ee(d(),X()).optional())),tv=se({list:ce.optional(),cancel:ce.optional(),requests:se({sampling:se({createMessage:ce.optional()}).optional(),elicitation:se({create:ce.optional()}).optional()}).optional()}),rv=se({list:ce.optional(),cancel:ce.optional(),requests:se({tools:se({call:ce.optional()}).optional()}).optional()}),nv=b({experimental:ee(d(),ce).optional(),sampling:b({context:ce.optional(),tools:ce.optional()}).optional(),elicitation:ev.optional(),roots:b({listChanged:J().optional()}).optional(),tasks:tv.optional()}),ov=Ie.extend({protocolVersion:d(),capabilities:nv,clientInfo:rf}),sv=ue.extend({method:P("initialize"),params:ov});var iv=b({experimental:ee(d(),ce).optional(),logging:ce.optional(),completions:ce.optional(),prompts:b({listChanged:J().optional()}).optional(),resources:b({subscribe:J().optional(),listChanged:J().optional()}).optional(),tools:b({listChanged:J().optional()}).optional(),tasks:rv.optional()}),nf=le.extend({protocolVersion:d(),capabilities:iv,serverInfo:rf,instructions:d().optional()}),av=je.extend({method:P("notifications/initialized"),params:Ae.optional()});var ci=ue.extend({method:P("ping"),params:Ie.optional()}),cv=b({progress:U(),total:te(U()),message:te(d())}),uv=b({...Ae.shape,...cv.shape,progressToken:Qp}),ui=je.extend({method:P("notifications/progress"),params:uv}),lv=Ie.extend({cursor:Xp.optional()}),Jr=ue.extend({params:lv.optional()}),Kr=le.extend({nextCursor:Xp.optional()}),dv=be(["working","input_required","completed","failed","cancelled"]),Gr=b({taskId:d(),status:dv,ttl:G([U(),ri()]),createdAt:d(),lastUpdatedAt:d(),pollInterval:te(U()),statusMessage:te(d())}),lo=le.extend({task:Gr}),pv=Ae.merge(Gr),li=je.extend({method:P("notifications/tasks/status"),params:pv}),di=ue.extend({method:P("tasks/get"),params:Ie.extend({taskId:d()})}),pi=le.merge(Gr),fi=ue.extend({method:P("tasks/result"),params:Ie.extend({taskId:d()})}),vT=le.loose(),mi=Jr.extend({method:P("tasks/list")}),hi=Kr.extend({tasks:$(Gr)}),gi=ue.extend({method:P("tasks/cancel"),params:Ie.extend({taskId:d()})}),fv=le.merge(Gr),of=b({uri:d(),mimeType:te(d()),_meta:ee(d(),X()).optional()}),sf=of.extend({text:d()}),_i=d().refine(e=>{try{return atob(e),!0}catch{return!1}},{message:"Invalid Base64 string"}),af=of.extend({blob:_i}),Br=be(["user","assistant"]),er=b({audience:$(Br).optional(),priority:U().min(0).max(1).optional(),lastModified:Lr.datetime({offset:!0}).optional()}),cf=b({...Xt.shape,...Hr.shape,uri:d(),description:te(d()),mimeType:te(d()),annotations:er.optional(),_meta:te(se({}))}),mv=b({...Xt.shape,...Hr.shape,uriTemplate:d(),description:te(d()),mimeType:te(d()),annotations:er.optional(),_meta:te(se({}))}),hv=Jr.extend({method:P("resources/list")}),uf=Kr.extend({resources:$(cf)}),gv=Jr.extend({method:P("resources/templates/list")}),lf=Kr.extend({resourceTemplates:$(mv)}),yi=Ie.extend({uri:d()}),_v=yi,yv=ue.extend({method:P("resources/read"),params:_v}),df=le.extend({contents:$(G([sf,af]))}),pf=je.extend({method:P("notifications/resources/list_changed"),params:Ae.optional()}),vv=yi,wv=ue.extend({method:P("resources/subscribe"),params:vv}),$v=yi,bv=ue.extend({method:P("resources/unsubscribe"),params:$v}),xv=Ae.extend({uri:d()}),zv=je.extend({method:P("notifications/resources/updated"),params:xv}),kv=b({name:d(),description:te(d()),required:te(J())}),Sv=b({...Xt.shape,...Hr.shape,description:te(d()),arguments:te($(kv)),_meta:te(se({}))}),Pv=Jr.extend({method:P("prompts/list")}),ff=Kr.extend({prompts:$(Sv)}),Tv=Ie.extend({name:d(),arguments:ee(d(),d()).optional()}),Ev=ue.extend({method:P("prompts/get"),params:Tv}),vi=b({type:P("text"),text:d(),annotations:er.optional(),_meta:ee(d(),X()).optional()}),wi=b({type:P("image"),data:_i,mimeType:d(),annotations:er.optional(),_meta:ee(d(),X()).optional()}),$i=b({type:P("audio"),data:_i,mimeType:d(),annotations:er.optional(),_meta:ee(d(),X()).optional()}),Rv=b({type:P("tool_use"),name:d(),id:d(),input:ee(d(),X()),_meta:ee(d(),X()).optional()}),Iv=b({type:P("resource"),resource:G([sf,af]),annotations:er.optional(),_meta:ee(d(),X()).optional()}),Ov=cf.extend({type:P("resource_link")}),bi=G([vi,wi,$i,Ov,Iv]),Cv=b({role:Br,content:bi}),mf=le.extend({description:d().optional(),messages:$(Cv)}),hf=je.extend({method:P("notifications/prompts/list_changed"),params:Ae.optional()}),Nv=b({title:d().optional(),readOnlyHint:J().optional(),destructiveHint:J().optional(),idempotentHint:J().optional(),openWorldHint:J().optional()}),Av=b({taskSupport:be(["required","optional","forbidden"]).optional()}),gf=b({...Xt.shape,...Hr.shape,description:d().optional(),inputSchema:b({type:P("object"),properties:ee(d(),ce).optional(),required:$(d()).optional()}).catchall(X()),outputSchema:b({type:P("object"),properties:ee(d(),ce).optional(),required:$(d()).optional()}).catchall(X()).optional(),annotations:Nv.optional(),execution:Av.optional(),_meta:ee(d(),X()).optional()}),jv=Jr.extend({method:P("tools/list")}),_f=Kr.extend({tools:$(gf)}),po=le.extend({content:$(bi).default([]),structuredContent:ee(d(),X()).optional(),isError:J().optional()}),wT=po.or(le.extend({toolResult:X()})),Zv=co.extend({name:d(),arguments:ee(d(),X()).optional()}),Dv=ue.extend({method:P("tools/call"),params:Zv}),xi=je.extend({method:P("notifications/tools/list_changed"),params:Ae.optional()}),Mv=b({autoRefresh:J().default(!0),debounceMs:U().int().nonnegative().default(300)}),yf=be(["debug","info","notice","warning","error","critical","alert","emergency"]),qv=Ie.extend({level:yf}),Uv=ue.extend({method:P("logging/setLevel"),params:qv}),Lv=Ae.extend({level:yf,logger:d().optional(),data:X()}),Fv=je.extend({method:P("notifications/message"),params:Lv}),Vv=b({name:d().optional()}),Hv=b({hints:$(Vv).optional(),costPriority:U().min(0).max(1).optional(),speedPriority:U().min(0).max(1).optional(),intelligencePriority:U().min(0).max(1).optional()}),Jv=b({mode:be(["auto","required","none"]).optional()}),Kv=b({type:P("tool_result"),toolUseId:d().describe("The unique identifier for the corresponding tool call."),content:$(bi).default([]),structuredContent:b({}).loose().optional(),isError:J().optional(),_meta:ee(d(),X()).optional()}),Gv=ni("type",[vi,wi,$i]),io=ni("type",[vi,wi,$i,Rv,Kv]),Bv=b({role:Br,content:G([io,$(io)]),_meta:ee(d(),X()).optional()}),Wv=co.extend({messages:$(Bv),modelPreferences:Hv.optional(),systemPrompt:d().optional(),includeContext:be(["none","thisServer","allServers"]).optional(),temperature:U().optional(),maxTokens:U().int(),stopSequences:$(d()).optional(),metadata:ce.optional(),tools:$(gf).optional(),toolChoice:Jv.optional()}),vf=ue.extend({method:P("sampling/createMessage"),params:Wv}),wf=le.extend({model:d(),stopReason:te(be(["endTurn","stopSequence","maxTokens"]).or(d())),role:Br,content:Gv}),$f=le.extend({model:d(),stopReason:te(be(["endTurn","stopSequence","maxTokens","toolUse"]).or(d())),role:Br,content:G([io,$(io)])}),Yv=b({type:P("boolean"),title:d().optional(),description:d().optional(),default:J().optional()}),Qv=b({type:P("string"),title:d().optional(),description:d().optional(),minLength:U().optional(),maxLength:U().optional(),format:be(["email","uri","date","date-time"]).optional(),default:d().optional()}),Xv=b({type:be(["number","integer"]),title:d().optional(),description:d().optional(),minimum:U().optional(),maximum:U().optional(),default:U().optional()}),ew=b({type:P("string"),title:d().optional(),description:d().optional(),enum:$(d()),default:d().optional()}),tw=b({type:P("string"),title:d().optional(),description:d().optional(),oneOf:$(b({const:d(),title:d()})),default:d().optional()}),rw=b({type:P("string"),title:d().optional(),description:d().optional(),enum:$(d()),enumNames:$(d()).optional(),default:d().optional()}),nw=G([ew,tw]),ow=b({type:P("array"),title:d().optional(),description:d().optional(),minItems:U().optional(),maxItems:U().optional(),items:b({type:P("string"),enum:$(d())}),default:$(d()).optional()}),sw=b({type:P("array"),title:d().optional(),description:d().optional(),minItems:U().optional(),maxItems:U().optional(),items:b({anyOf:$(b({const:d(),title:d()}))}),default:$(d()).optional()}),iw=G([ow,sw]),aw=G([rw,nw,iw]),cw=G([aw,Yv,Qv,Xv]),uw=co.extend({mode:P("form").optional(),message:d(),requestedSchema:b({type:P("object"),properties:ee(d(),cw),required:$(d()).optional()})}),lw=co.extend({mode:P("url"),message:d(),elicitationId:d(),url:d().url()}),dw=G([uw,lw]),bf=ue.extend({method:P("elicitation/create"),params:dw}),pw=Ae.extend({elicitationId:d()}),fw=je.extend({method:P("notifications/elicitation/complete"),params:pw}),xf=le.extend({action:be(["accept","decline","cancel"]),content:oi(e=>e===null?void 0:e,ee(d(),G([d(),U(),J(),$(d())])).optional())}),mw=b({type:P("ref/resource"),uri:d()});var hw=b({type:P("ref/prompt"),name:d()}),gw=Ie.extend({ref:G([hw,mw]),argument:b({name:d(),value:d()}),context:b({arguments:ee(d(),d()).optional()}).optional()}),_w=ue.extend({method:P("completion/complete"),params:gw});var zf=le.extend({completion:se({values:$(d()).max(100),total:te(U().int()),hasMore:te(J())})}),yw=b({uri:d().startsWith("file://"),name:d().optional(),_meta:ee(d(),X()).optional()}),vw=ue.extend({method:P("roots/list"),params:Ie.optional()}),ww=le.extend({roots:$(yw)}),$w=je.extend({method:P("notifications/roots/list_changed"),params:Ae.optional()}),$T=G([ci,sv,_w,Uv,Ev,Pv,hv,gv,yv,wv,bv,Dv,jv,di,fi,mi,gi]),bT=G([ai,ui,av,$w,li]),xT=G([ii,wf,$f,xf,ww,pi,hi,lo]),zT=G([ci,vf,bf,vw,di,fi,mi,gi]),kT=G([ai,ui,Fv,zv,pf,xi,hf,li,fw]),ST=G([ii,nf,zf,mf,ff,uf,lf,df,po,_f,pi,hi,lo]);var bw=Symbol("Let zodToJsonSchema decide on which parser to use");var sE=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");var bk=o_(pg(),1);var zk;zk=globalThis.crypto?.webcrypto??globalThis.crypto??import("node:crypto").then(e=>e.webcrypto);var me=Zp().superRefine((e,t)=>{if(!URL.canParse(e))return t.addIssue({code:Wp.custom,message:"URL must be parseable",fatal:!0}),as}).refine(e=>{let t=new URL(e);return t.protocol!=="javascript:"&&t.protocol!=="data:"&&t.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),kk=se({resource:d().url(),authorization_servers:$(me).optional(),jwks_uri:d().url().optional(),scopes_supported:$(d()).optional(),bearer_methods_supported:$(d()).optional(),resource_signing_alg_values_supported:$(d()).optional(),resource_name:d().optional(),resource_documentation:d().optional(),resource_policy_uri:d().url().optional(),resource_tos_uri:d().url().optional(),tls_client_certificate_bound_access_tokens:J().optional(),authorization_details_types_supported:$(d()).optional(),dpop_signing_alg_values_supported:$(d()).optional(),dpop_bound_access_tokens_required:J().optional()}),mg=se({issuer:d(),authorization_endpoint:me,token_endpoint:me,registration_endpoint:me.optional(),scopes_supported:$(d()).optional(),response_types_supported:$(d()),response_modes_supported:$(d()).optional(),grant_types_supported:$(d()).optional(),token_endpoint_auth_methods_supported:$(d()).optional(),token_endpoint_auth_signing_alg_values_supported:$(d()).optional(),service_documentation:me.optional(),revocation_endpoint:me.optional(),revocation_endpoint_auth_methods_supported:$(d()).optional(),revocation_endpoint_auth_signing_alg_values_supported:$(d()).optional(),introspection_endpoint:d().optional(),introspection_endpoint_auth_methods_supported:$(d()).optional(),introspection_endpoint_auth_signing_alg_values_supported:$(d()).optional(),code_challenge_methods_supported:$(d()).optional(),client_id_metadata_document_supported:J().optional()}),Sk=se({issuer:d(),authorization_endpoint:me,token_endpoint:me,userinfo_endpoint:me.optional(),jwks_uri:me,registration_endpoint:me.optional(),scopes_supported:$(d()).optional(),response_types_supported:$(d()),response_modes_supported:$(d()).optional(),grant_types_supported:$(d()).optional(),acr_values_supported:$(d()).optional(),subject_types_supported:$(d()),id_token_signing_alg_values_supported:$(d()),id_token_encryption_alg_values_supported:$(d()).optional(),id_token_encryption_enc_values_supported:$(d()).optional(),userinfo_signing_alg_values_supported:$(d()).optional(),userinfo_encryption_alg_values_supported:$(d()).optional(),userinfo_encryption_enc_values_supported:$(d()).optional(),request_object_signing_alg_values_supported:$(d()).optional(),request_object_encryption_alg_values_supported:$(d()).optional(),request_object_encryption_enc_values_supported:$(d()).optional(),token_endpoint_auth_methods_supported:$(d()).optional(),token_endpoint_auth_signing_alg_values_supported:$(d()).optional(),display_values_supported:$(d()).optional(),claim_types_supported:$(d()).optional(),claims_supported:$(d()).optional(),service_documentation:d().optional(),claims_locales_supported:$(d()).optional(),ui_locales_supported:$(d()).optional(),claims_parameter_supported:J().optional(),request_parameter_supported:J().optional(),request_uri_parameter_supported:J().optional(),require_request_uri_registration:J().optional(),op_policy_uri:me.optional(),op_tos_uri:me.optional(),client_id_metadata_document_supported:J().optional()}),Pk=b({...Sk.shape,...mg.pick({code_challenge_methods_supported:!0}).shape}),Tk=b({access_token:d(),id_token:d().optional(),token_type:d(),expires_in:so.number().optional(),scope:d().optional(),refresh_token:d().optional()}).strip(),Ek=b({error:d(),error_description:d().optional(),error_uri:d().optional()}),fg=me.optional().or(P("").transform(()=>{})),Rk=b({redirect_uris:$(me),token_endpoint_auth_method:d().optional(),grant_types:$(d()).optional(),response_types:$(d()).optional(),client_name:d().optional(),client_uri:me.optional(),logo_uri:fg,scope:d().optional(),contacts:$(d()).optional(),tos_uri:fg,policy_uri:d().optional(),jwks_uri:me.optional(),jwks:Mp().optional(),software_id:d().optional(),software_version:d().optional(),software_statement:d().optional()}).strip(),Ik=b({client_id:d(),client_secret:d().optional(),client_id_issued_at:U().optional(),client_secret_expires_at:U().optional()}).strip(),Ok=Rk.merge(Ik),HC=b({error:d(),error_description:d().optional()}).strip(),JC=b({token:d(),token_type_hint:d().optional()}).strip();var oe=class extends Error{constructor(t,r){super(t),this.errorUri=r,this.name=this.constructor.name}toResponseObject(){let t={error:this.errorCode,error_description:this.message};return this.errorUri&&(t.error_uri=this.errorUri),t}get errorCode(){return this.constructor.errorCode}},Pn=class extends oe{};Pn.errorCode="invalid_request";var yr=class extends oe{};yr.errorCode="invalid_client";var vr=class extends oe{};vr.errorCode="invalid_grant";var wr=class extends oe{};wr.errorCode="unauthorized_client";var Tn=class extends oe{};Tn.errorCode="unsupported_grant_type";var En=class extends oe{};En.errorCode="invalid_scope";var Rn=class extends oe{};Rn.errorCode="access_denied";var $r=class extends oe{};$r.errorCode="server_error";var In=class extends oe{};In.errorCode="temporarily_unavailable";var On=class extends oe{};On.errorCode="unsupported_response_type";var Cn=class extends oe{};Cn.errorCode="unsupported_token_type";var Nn=class extends oe{};Nn.errorCode="invalid_token";var An=class extends oe{};An.errorCode="method_not_allowed";var jn=class extends oe{};jn.errorCode="too_many_requests";var br=class extends oe{};br.errorCode="invalid_client_metadata";var Zn=class extends oe{};Zn.errorCode="insufficient_scope";var Dn=class extends oe{};Dn.errorCode="invalid_target";var Ck={[Pn.errorCode]:Pn,[yr.errorCode]:yr,[vr.errorCode]:vr,[wr.errorCode]:wr,[Tn.errorCode]:Tn,[En.errorCode]:En,[Rn.errorCode]:Rn,[$r.errorCode]:$r,[In.errorCode]:In,[On.errorCode]:On,[Cn.errorCode]:Cn,[Nn.errorCode]:Nn,[An.errorCode]:An,[jn.errorCode]:jn,[br.errorCode]:br,[Zn.errorCode]:Zn,[Dn.errorCode]:Dn};async function Nk(e){let{exec:t}=await import("node:child_process"),{promisify:r}=await import("node:util"),n=r(t),o=process.platform,s=o==="darwin"?`open "${e}"`:o==="win32"?`start "" "${e}"`:`xdg-open "${e}"`;await n(s)}function hg(e){return new Promise(t=>setTimeout(t,e))}function Mn(e){try{let t=e.split(".")[1];if(!t)return;let r=JSON.parse(Buffer.from(t,"base64url").toString("utf-8"));return typeof r.email=="string"?r.email:void 0}catch{return}}async function Ak(e){let t=e.fetchImpl??fetch,r={clientId:e.clientId??"gigabuddy-cli"};e.productId!==void 0&&(r.productId=e.productId),e.scopes!==void 0&&(r.scopes=e.scopes);let n=await t(`${e.authUrl}/api/auth/device/start`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!n.ok)throw new Error(`Failed to start device flow: ${await n.text()}`);let{deviceCode:o,userCode:s,verificationUrl:i,expiresIn:a,interval:c}=await n.json();return{deviceCode:o,userCode:s,verificationUrl:i,expiresIn:a,interval:c}}async function jk(e,t,r={}){let n=r.fetchImpl??fetch,o=Date.now()+t.expiresIn*1e3,s=(t.interval||5)*1e3;for(;Date.now()<o;){await hg(s);let i=await n(`${e}/api/auth/device/poll`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({deviceCode:t.deviceCode})});if(i.status===429){await hg(s);continue}if(!i.ok)continue;let a=await i.json();if(a.status==="complete"&&a.platformToken&&a.refreshToken&&a.userId)return{refreshToken:a.refreshToken,platformToken:a.platformToken,userId:a.userId,userEmail:a.userEmail??Mn(a.platformToken)};if(a.status==="expired")throw new Error("Device code expired. Please try again.");r.onPending?.()}throw new Error("Authentication timed out. Please try again.")}async function gg(e){let t=await Ak({authUrl:e.authUrl,clientId:e.clientId??"gigabuddy-cli",productId:e.productId??"gigabuddy/studio",scopes:e.scopes,fetchImpl:e.fetchImpl});return e.onPrompt?.({verificationUrl:t.verificationUrl,userCode:t.userCode}),(e.openBrowserImpl??Nk)(t.verificationUrl).catch(()=>{}),jk(e.authUrl,t,{onPending:e.onPending,fetchImpl:e.fetchImpl})}function hc(e){if(!e)return null;try{let t=e.split(".")[1];if(!t)return null;let r=JSON.parse(Buffer.from(t,"base64url").toString("utf-8")),n={};return typeof r.sub=="string"&&(n.userId=r.sub),typeof r.email=="string"&&(n.email=r.email),n.userId||n.email?n:null}catch{return null}}function Zk(e,t){return e.userId&&t.userId?e.userId===t.userId:e.email&&t.email?e.email.toLowerCase()===t.email.toLowerCase():null}function xr(e){return e.email&&e.userId?`${e.email} (${e.userId})`:e.email??e.userId??"unknown"}var Dk=["gigabuddy"];function Mk(e=Dk){return new RegExp(e.map(t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join("|"),"i")}function qk(e,t,r="plugin:gigabuddy:agent",n){if(!e)return[];let o=Mk(n),s=e.projects?.[t],i=new Set((Array.isArray(s?.disabledMcpServers)?s.disabledMcpServers:[]).filter(l=>typeof l=="string")),a=[],c=Array.isArray(e.claudeAiMcpEverConnected)?e.claudeAiMcpEverConnected:[];for(let l of c)typeof l!="string"||!o.test(l)||i.has(l)||a.push({name:l,kind:"claude.ai"});let u={...e.mcpServers??{},...s?.mcpServers??{}};for(let l of Object.keys(u))l===r||!o.test(l)||i.has(l)||a.push({name:l,kind:"local"});return a}function Uk(e){let t=[];for(let r of e.split(`
74
+ `)){let n=/^\s*\/\/([^=\s]+?)\/:_authToken\s*=\s*(\S+)\s*$/.exec(r);if(!n)continue;let o=hc(n[2]);o?.userId?.startsWith("user:")&&t.push({host:n[1],principal:o})}return t}function _g(e){let t=[];for(let{host:n,principal:o}of Uk(e.npmrc))Zk(e.self,o)===!1&&t.push({source:`${e.npmrcLabel??"~/.npmrc"} (//${n}/)`,principal:o,fix:"gigabuddy login --npm"+(e.self.email?` as ${e.self.email}`:"")});let r=e.claudeConfig&&e.projectDir?qk(e.claudeConfig,e.projectDir,e.selfDoorName,e.doorNames):[];return{self:e.self,secondDoors:r,mismatches:t}}function Ut(e){let t=new URL(e),r=t.pathname.replace(/\/+$/,"");return`//${t.host}${r}/:_authToken`}function qn(e){return`${e}:registry`}function Go(e){return e.replace(/\/+$/,"")+"/"}function yg(e,t){let r=Go(t.registryUrl),n=new Map([[qn(t.scope).toLowerCase(),`${qn(t.scope)}=${r}`],[Ut(r).toLowerCase(),`${Ut(r)}=${t.token}`]]),o=e.length>0?e.split(`
75
+ `):[],s=new Set,i=[];for(let c of o){let u=wg(c);if(u&&n.has(u)){if(s.has(u))continue;s.add(u),i.push(n.get(u));continue}i.push(c)}let a=[...n.entries()].filter(([c])=>!s.has(c)).map(([,c])=>c);if(a.length===0)return i.join(`
75
76
  `);for(;i.length>0&&i[i.length-1].trim()==="";)i.pop();return[...i,...a,""].join(`
76
- `)}function mg(e,t){let r=Ko(t.registryUrl),n=new Set([Mn(t.scope).toLowerCase(),Ut(r).toLowerCase()]),s=e.split(`
77
- `).filter(i=>{let a=hg(i);return!(a&&n.has(a))}).join(`
78
- `);return s.trim().length===0?"":s}function hg(e){let t=e.trim();if(t.length===0||t.startsWith("#")||t.startsWith(";"))return null;let r=t.indexOf("=");return r===-1?null:t.slice(0,r).trim().toLowerCase()}import*as Go from"node:fs";import*as gg from"node:os";import*as Tt from"node:path";var rt="@gigabuddy";async function _g(e){let r=await(e.fetchImpl??fetch)(`${e.authUrl}/api/token/registry`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:e.refreshToken})});if(!r.ok)throw new Error(`Could not mint a registry credential (${r.status}): ${await r.text()}`);let n=await r.json();if(!n.token||!n.registryUrl)throw new Error("Auth returned an incomplete registry credential");return{token:n.token,expiresIn:n.expiresIn??0,registryUrl:n.registryUrl}}async function yg(e){try{return(await(e.fetchImpl??fetch)(`${e.authUrl}/api/auth/signout`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:e.refreshToken})})).ok}catch{return!1}}function Oe(){return process.env.NPM_CONFIG_USERCONFIG??Tt.join(gg.homedir(),".npmrc")}function vg(e){try{return Go.readFileSync(e,"utf-8")}catch{return""}}function wg(e,t=Oe()){let r=fg(vg(t),{scope:rt,registryUrl:e.registryUrl,token:e.token});return Un(t,r),t}function mc(e,t=Oe()){let r=[],n=Tt.resolve(e);for(;;){let o=Tt.join(n,".npmrc");o!==Tt.resolve(t)&&Go.existsSync(o)&&r.push(o);let s=Tt.dirname(n);if(s===n)break;n=s}return r}function Bo(e,t){let r=Ut(Ko(t)).toLowerCase(),n=Mn(rt).toLowerCase();return e.split(`
79
- `).some(o=>{let s=o.trim();if(!s||s.startsWith("#")||s.startsWith(";"))return!1;let i=s.indexOf("=");if(i===-1)return!1;let a=s.slice(0,i).trim().toLowerCase();return a===r||a===n})}function $g(e,t=Oe()){let r=vg(t),n=mg(r,{scope:rt,registryUrl:e});return n===r?null:(Un(t,n),t)}var zr=class{refreshToken;authUrl;platformToken=null;tokenExpiresAt=0;refreshPromise=null;onRefreshTokenRotated;reloginHint;fetchImpl;constructor(t){this.refreshToken=t.refreshToken,this.authUrl=t.authUrl,this.onRefreshTokenRotated=t.onRefreshTokenRotated,this.reloginHint=t.reloginHint??"Sign in again with 'gigabuddy login'.",this.fetchImpl=t.fetchImpl??fetch}async getToken(){return this.platformToken&&Date.now()<this.tokenExpiresAt-6e4?this.platformToken:this.refresh()}invalidate(){this.platformToken=null,this.tokenExpiresAt=0}async refresh(){return this.refreshPromise?this.refreshPromise:(this.refreshPromise=this.doRefresh().finally(()=>{this.refreshPromise=null}),this.refreshPromise)}async doRefresh(){let t=await this.fetchImpl(`${this.authUrl}/api/token/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:this.refreshToken})});if(!t.ok){let n=await t.text();throw new Error(`Token refresh failed (${t.status}): ${n}. ${this.reloginHint}`)}let r=await t.json();return this.platformToken=r.token,this.tokenExpiresAt=Date.now()+r.expiresIn*1e3,r.refreshToken&&r.refreshToken!==this.refreshToken&&(this.refreshToken=r.refreshToken,this.onRefreshTokenRotated?.(r.refreshToken)),r.token}};var hc="@gigabuddy",gc=20;function Rk(e){try{let t=e.split(".")[1];if(!t)return null;let r=JSON.parse(Buffer.from(t,"base64url").toString("utf-8"));return typeof r.exp=="number"?new Date(r.exp*1e3):null}catch{return null}}function _c(e,t){let r=null;for(let n of e.split(`
80
- `)){let o=n.trim();if(!o||o.startsWith("#")||o.startsWith(";"))continue;let s=o.indexOf("=");s!==-1&&o.slice(0,s).trim().toLowerCase()===t.toLowerCase()&&(r=o.slice(s+1).trim())}return r}async function bg(e,t){let r=[],n=[],o=(v,O,x)=>r.push({label:v,status:O,detail:x}),s=Number(e.nodeVersion.replace(/^v/,"").split(".")[0]);Number.isFinite(s)&&s<gc?(o("Node version","fail",`${e.nodeVersion} \u2014 gigabuddy needs Node ${gc} or newer`),n.push(`Upgrade Node to ${gc}+ \u2014 nothing below that is supported.`)):o("Node version","ok",e.nodeVersion);let i=e.loadCredentials(!1)??e.loadCredentials(!0);if(!i)return o("Signed in","fail","no credentials found"),n.push("Run `gigabuddy login --npm` \u2014 you are not signed in, so the registry cannot know who you are."),{checks:r,advice:n};let a={label:"Signed in",status:"ok",detail:i.userEmail??i.userId};r.push(a);let c=null;try{c=await new zr({refreshToken:i.refreshToken,authUrl:i.authUrl,fetchImpl:e.fetchImpl}).getToken();let v=Dn(c);v&&(a.detail=v),o("Session","ok","live")}catch(v){o("Session","fail",`not accepted by auth \u2014 ${v instanceof Error?v.message:String(v)}`),n.push("Run `gigabuddy login` \u2014 your session was revoked or expired, so every credential from it is dead.")}let u=e.readNpmrc(),l=_c(u,`${hc}:registry`);l?o(`${hc} registry`,"ok",l):(o(`${hc} registry`,"fail",`not set in ${Oe()}`),n.push("Run `gigabuddy login --npm` \u2014 npm has no registry configured for @gigabuddy packages."));let p=l?Ut(l):null,m=p?_c(u,p):null;if(l&&!m)o("Registry credential","fail",`no ${p} in ${Oe()}`),n.push("Run `gigabuddy login --npm` \u2014 the registry is configured but has no credential to authenticate with.");else if(m){let v=Rk(m);v&&v.getTime()<Date.now()?(o("Registry credential","fail",`expired ${v.toISOString().slice(0,10)}`),n.push("Run `gigabuddy login --npm` \u2014 your npm credential expired. They are long-lived, not permanent.")):o("Registry credential","ok",v?`valid until ${v.toISOString().slice(0,10)}`:"present")}let f=e.shadowingNpmrcFiles().filter(v=>Bo(v.contents,l??"")),g=m,_=Oe();if(f.length>0){let v=f[0],O=p?_c(v.contents,p):null;O&&(g=O,_=v.path),o("Other .npmrc files","fail",`${v.path} also configures this registry`),n.push(`${v.path} sets a credential for this registry, and npm prefers it over ${Oe()} \u2014 so the credential you just minted is not the one being sent. Delete that file's \`_authToken\` line (or the file), then install again. This is usually a leftover from configuring the registry by hand before \`login --npm\` existed.`)}let y=e.npmEffectiveRegistry();if(y&&l&&y.replace(/\/+$/,"")!==l.replace(/\/+$/,"")?(o("npm resolves @gigabuddy to","fail",`${y} \u2014 NOT what we configured`),n.push(`Something is overriding your user-level .npmrc \u2014 most often a project .npmrc, or an npm_config_ env var. npm is sending @gigabuddy installs to ${y}.`)):y&&o("npm resolves @gigabuddy to","ok",y),l&&g){let v=l.replace(/\/+$/,""),O=_===Oe()?"":` (using the credential from ${_})`;try{let x=await e.fetchImpl(`${v}/-/ping`,{headers:{authorization:`Bearer ${g}`}});x.ok?o("Registry reachable","ok",`${v}${O}`):x.status===401?(o("Registry reachable","fail",`reachable, but rejected the credential (401)${O}`),n.push(_===Oe()?"Run `gigabuddy login --npm` \u2014 the registry did not accept your credential.":`The registry rejected the credential in ${_}. That file is the problem, not your login.`)):o("Registry reachable","warn",`responded ${x.status}`)}catch(x){o("Registry reachable","fail",`cannot reach ${v} \u2014 ${x instanceof Error?x.message:String(x)}`),n.push("Check your network or proxy \u2014 the registry is unreachable from here.")}if(t)try{let x=await e.fetchImpl(`${v}/${t.replace("/","%2F")}`,{headers:{authorization:`Bearer ${g}`}});x.ok?o(`Access to ${t}`,"ok","you can install it"):x.status===404?(o(`Access to ${t}`,"fail","the registry will not serve it to you"),n.push(`The registry answers "no such package" for ${t}. That single answer covers BOTH "this name does not exist" and "you do not have access" \u2014 deliberately, so private names stay private. Everything else above is healthy, so: check the spelling first, and if it is right, ask whoever owns the package to grant you access.`)):x.status===401?o(`Access to ${t}`,"fail","credential rejected (401)"):o(`Access to ${t}`,"warn",`registry responded ${x.status}`)}catch(x){o(`Access to ${t}`,"fail",x instanceof Error?x.message:String(x))}}return{checks:r,advice:n}}var Ok={ok:"\u2713",warn:"!",fail:"\u2717",skip:"-"};function zg(e,t){let r=(i,a)=>t?`\x1B[${i}m${a}\x1B[0m`:a,n={ok:"32",warn:"33",fail:"31",skip:"90"},o=Math.max(...e.checks.map(i=>i.label.length)),s=e.checks.map(i=>` ${r(n[i.status],Ok[i.status])} ${i.label.padEnd(o)} ${i.detail??""}`.trimEnd());if(e.advice.length===0)return s.push("",` ${r("32","Everything checks out.")}`),s.join(`
77
+ `)}function vg(e,t){let r=Go(t.registryUrl),n=new Set([qn(t.scope).toLowerCase(),Ut(r).toLowerCase()]),s=e.split(`
78
+ `).filter(i=>{let a=wg(i);return!(a&&n.has(a))}).join(`
79
+ `);return s.trim().length===0?"":s}function wg(e){let t=e.trim();if(t.length===0||t.startsWith("#")||t.startsWith(";"))return null;let r=t.indexOf("=");return r===-1?null:t.slice(0,r).trim().toLowerCase()}import*as Bo from"node:fs";import*as $g from"node:os";import*as Tt from"node:path";var Be="@gigabuddy";async function bg(e){let r=await(e.fetchImpl??fetch)(`${e.authUrl}/api/token/registry`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:e.refreshToken})});if(!r.ok)throw new Error(`Could not mint a registry credential (${r.status}): ${await r.text()}`);let n=await r.json();if(!n.token||!n.registryUrl)throw new Error("Auth returned an incomplete registry credential");return{token:n.token,expiresIn:n.expiresIn??0,registryUrl:n.registryUrl}}async function xg(e){try{return(await(e.fetchImpl??fetch)(`${e.authUrl}/api/auth/signout`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:e.refreshToken})})).ok}catch{return!1}}function Pe(){return process.env.NPM_CONFIG_USERCONFIG??Tt.join($g.homedir(),".npmrc")}function zg(e){try{return Bo.readFileSync(e,"utf-8")}catch{return""}}function gc(e,t=Pe()){let r=yg(zg(t),{scope:Be,registryUrl:e.registryUrl,token:e.token});return Ln(t,r),t}function _c(e,t=Pe()){let r=[],n=Tt.resolve(e);for(;;){let o=Tt.join(n,".npmrc");o!==Tt.resolve(t)&&Bo.existsSync(o)&&r.push(o);let s=Tt.dirname(n);if(s===n)break;n=s}return r}function Wo(e,t){let r=Ut(Go(t)).toLowerCase(),n=qn(Be).toLowerCase();return e.split(`
80
+ `).some(o=>{let s=o.trim();if(!s||s.startsWith("#")||s.startsWith(";"))return!1;let i=s.indexOf("=");if(i===-1)return!1;let a=s.slice(0,i).trim().toLowerCase();return a===r||a===n})}function kg(e,t=Pe()){let r=zg(t),n=vg(r,{scope:Be,registryUrl:e});return n===r?null:(Ln(t,n),t)}var Lk="gigabuddy:registry";function Sg(e=process.env){return!!(e.ACTIONS_ID_TOKEN_REQUEST_URL&&e.ACTIONS_ID_TOKEN_REQUEST_TOKEN)}async function Pg(e={}){let t=e.env??process.env,r=e.fetchImpl??fetch,n=t.ACTIONS_ID_TOKEN_REQUEST_URL,o=t.ACTIONS_ID_TOKEN_REQUEST_TOKEN;if(!n||!o)throw new Error("Not inside a GitHub Actions job that can mint an ID token \u2014 add `permissions: id-token: write` to the workflow");let s=n.includes("?")?"&":"?",i=await r(`${n}${s}audience=${encodeURIComponent(Lk)}`,{headers:{Authorization:`Bearer ${o}`}});if(!i.ok)throw new Error(`GitHub would not mint an ID token (${i.status}): ${await i.text()}`);let a=await i.json();if(!a.value)throw new Error("GitHub returned no ID token");return a.value}async function Tg(e){let r=await(e.fetchImpl??fetch)(`${e.authUrl}/api/token/ci`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({idToken:e.idToken})});if(!r.ok){let o=await r.text();try{let s=JSON.parse(o);o=s.error_description??s.error??o}catch{}throw new Error(`Could not mint a CI registry credential (${r.status}): ${o}`)}let n=await r.json();if(!n.token||!n.registryUrl||!n.repository)throw new Error("Auth returned an incomplete CI registry credential");return{token:n.token,expiresIn:n.expiresIn??0,registryUrl:n.registryUrl,repository:n.repository,bindings:n.bindings??[]}}var zr=class{refreshToken;authUrl;platformToken=null;tokenExpiresAt=0;refreshPromise=null;onRefreshTokenRotated;reloginHint;fetchImpl;constructor(t){this.refreshToken=t.refreshToken,this.authUrl=t.authUrl,this.onRefreshTokenRotated=t.onRefreshTokenRotated,this.reloginHint=t.reloginHint??"Sign in again with 'gigabuddy login'.",this.fetchImpl=t.fetchImpl??fetch}async getToken(){return this.platformToken&&Date.now()<this.tokenExpiresAt-6e4?this.platformToken:this.refresh()}invalidate(){this.platformToken=null,this.tokenExpiresAt=0}async refresh(){return this.refreshPromise?this.refreshPromise:(this.refreshPromise=this.doRefresh().finally(()=>{this.refreshPromise=null}),this.refreshPromise)}async doRefresh(){let t=await this.fetchImpl(`${this.authUrl}/api/token/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:this.refreshToken})});if(!t.ok){let n=await t.text();throw new Error(`Token refresh failed (${t.status}): ${n}. ${this.reloginHint}`)}let r=await t.json();return this.platformToken=r.token,this.tokenExpiresAt=Date.now()+r.expiresIn*1e3,r.refreshToken&&r.refreshToken!==this.refreshToken&&(this.refreshToken=r.refreshToken,this.onRefreshTokenRotated?.(r.refreshToken)),r.token}};var yc="@gigabuddy",vc=20;function Fk(e){try{let t=e.split(".")[1];if(!t)return null;let r=JSON.parse(Buffer.from(t,"base64url").toString("utf-8"));return typeof r.exp=="number"?new Date(r.exp*1e3):null}catch{return null}}function wc(e,t){let r=null;for(let n of e.split(`
81
+ `)){let o=n.trim();if(!o||o.startsWith("#")||o.startsWith(";"))continue;let s=o.indexOf("=");s!==-1&&o.slice(0,s).trim().toLowerCase()===t.toLowerCase()&&(r=o.slice(s+1).trim())}return r}async function Eg(e,t){let r=[],n=[],o=(v,R,x)=>r.push({label:v,status:R,detail:x}),s=Number(e.nodeVersion.replace(/^v/,"").split(".")[0]);Number.isFinite(s)&&s<vc?(o("Node version","fail",`${e.nodeVersion} \u2014 gigabuddy needs Node ${vc} or newer`),n.push(`Upgrade Node to ${vc}+ \u2014 nothing below that is supported.`)):o("Node version","ok",e.nodeVersion);let i=e.loadCredentials(!1)??e.loadCredentials(!0);if(!i)return o("Signed in","fail","no credentials found"),n.push("Run `gigabuddy login --npm` \u2014 you are not signed in, so the registry cannot know who you are."),{checks:r,advice:n};let a={label:"Signed in",status:"ok",detail:i.userEmail??i.userId};r.push(a);let c=null;try{c=await new zr({refreshToken:i.refreshToken,authUrl:i.authUrl,fetchImpl:e.fetchImpl}).getToken();let v=Mn(c);v&&(a.detail=v),o("Session","ok","live")}catch(v){o("Session","fail",`not accepted by auth \u2014 ${v instanceof Error?v.message:String(v)}`),n.push("Run `gigabuddy login` \u2014 your session was revoked or expired, so every credential from it is dead.")}let u=e.readNpmrc(),l=wc(u,`${yc}:registry`);l?o(`${yc} registry`,"ok",l):(o(`${yc} registry`,"fail",`not set in ${Pe()}`),n.push("Run `gigabuddy login --npm` \u2014 npm has no registry configured for @gigabuddy packages."));let p=l?Ut(l):null,m=p?wc(u,p):null;if(l&&!m)o("Registry credential","fail",`no ${p} in ${Pe()}`),n.push("Run `gigabuddy login --npm` \u2014 the registry is configured but has no credential to authenticate with.");else if(m){let v=Fk(m);v&&v.getTime()<Date.now()?(o("Registry credential","fail",`expired ${v.toISOString().slice(0,10)}`),n.push("Run `gigabuddy login --npm` \u2014 your npm credential expired. They are long-lived, not permanent.")):o("Registry credential","ok",v?`valid until ${v.toISOString().slice(0,10)}`:"present")}{let v={...i.userId?{userId:i.userId}:{},...a.detail?{email:a.detail}:{},...hc(c)??{}},R=_g({self:v,npmrc:u,npmrcLabel:Pe(),claudeConfig:e.readClaudeConfig(),projectDir:e.projectDir});for(let k of R.mismatches)o("Same account everywhere","fail",`${k.source} is ${xr(k.principal)}`),n.push(`Your login is ${xr(v)} but ${k.source} was minted as ${xr(k.principal)} \u2014 work through npm and work through the plugin land on different humans. Re-run \`${k.fix}\` so every credential on this machine is the same account.`);let x=R.secondDoors.filter(k=>k.kind==="claude.ai");x.length>0&&(o("One Gigabuddy door in Claude Code","warn",x.map(k=>k.name).join(", ")+" was connected before and is not disabled here"),n.push(`Claude Code has connected ${x.map(k=>`\`${k.name}\``).join(" and ")} before and it is not disabled for ${e.projectDir} \u2014 if it still shows in Claude Code's /mcp it runs alongside the gigabuddy plugin. That connector acts as a grant agent sponsored by whoever consented on claude.ai \u2014 not necessarily ${xr(v)} \u2014 so work through both doors splits across two humans. Uncheck it in /mcp, or use only one door per session.`)),R.mismatches.length===0&&x.length===0&&o("Same account everywhere","ok",xr(v))}let f=e.shadowingNpmrcFiles().filter(v=>Wo(v.contents,l??"")),g=m,y=Pe();if(f.length>0){let v=f[0],R=p?wc(v.contents,p):null;R&&(g=R,y=v.path),o("Other .npmrc files","fail",`${v.path} also configures this registry`),n.push(`${v.path} sets a credential for this registry, and npm prefers it over ${Pe()} \u2014 so the credential you just minted is not the one being sent. Delete that file's \`_authToken\` line (or the file), then install again. This is usually a leftover from configuring the registry by hand before \`login --npm\` existed.`)}let w=e.npmEffectiveRegistry();if(w&&l&&w.replace(/\/+$/,"")!==l.replace(/\/+$/,"")?(o("npm resolves @gigabuddy to","fail",`${w} \u2014 NOT what we configured`),n.push(`Something is overriding your user-level .npmrc \u2014 most often a project .npmrc, or an npm_config_ env var. npm is sending @gigabuddy installs to ${w}.`)):w&&o("npm resolves @gigabuddy to","ok",w),l&&g){let v=l.replace(/\/+$/,""),R=y===Pe()?"":` (using the credential from ${y})`;try{let x=await e.fetchImpl(`${v}/-/ping`,{headers:{authorization:`Bearer ${g}`}});x.ok?o("Registry reachable","ok",`${v}${R}`):x.status===401?(o("Registry reachable","fail",`reachable, but rejected the credential (401)${R}`),n.push(y===Pe()?"Run `gigabuddy login --npm` \u2014 the registry did not accept your credential.":`The registry rejected the credential in ${y}. That file is the problem, not your login.`)):o("Registry reachable","warn",`responded ${x.status}`)}catch(x){o("Registry reachable","fail",`cannot reach ${v} \u2014 ${x instanceof Error?x.message:String(x)}`),n.push("Check your network or proxy \u2014 the registry is unreachable from here.")}if(t)try{let x=await e.fetchImpl(`${v}/${t.replace("/","%2F")}`,{headers:{authorization:`Bearer ${g}`}});x.ok?o(`Access to ${t}`,"ok","you can install it"):x.status===404?(o(`Access to ${t}`,"fail","the registry will not serve it to you"),n.push(`The registry answers "no such package" for ${t}. That single answer covers BOTH "this name does not exist" and "you do not have access" \u2014 deliberately, so private names stay private. Everything else above is healthy, so: check the spelling first, and if it is right, ask whoever owns the package to grant you access.`)):x.status===401?o(`Access to ${t}`,"fail","credential rejected (401)"):o(`Access to ${t}`,"warn",`registry responded ${x.status}`)}catch(x){o(`Access to ${t}`,"fail",x instanceof Error?x.message:String(x))}}return{checks:r,advice:n}}var Vk={ok:"\u2713",warn:"!",fail:"\u2717",skip:"-"};function Rg(e,t){let r=(i,a)=>t?`\x1B[${i}m${a}\x1B[0m`:a,n={ok:"32",warn:"33",fail:"31",skip:"90"},o=Math.max(...e.checks.map(i=>i.label.length)),s=e.checks.map(i=>` ${r(n[i.status],Vk[i.status])} ${i.label.padEnd(o)} ${i.detail??""}`.trimEnd());if(e.advice.length===0)return s.push("",` ${r("32","Everything checks out.")}`),s.join(`
81
82
  `);s.push("",r("1"," What to do:"));for(let i of e.advice){let a=i.replace(/(.{1,74})(\s|$)/g,`$1
82
83
  `).trimEnd().split(`
83
84
  `);s.push(` \u2022 ${a[0]}`);for(let c of a.slice(1))s.push(` ${c}`)}return s.join(`
84
- `)}var Ik=["agent:spawn","discovery:read","packages:read"],Ue="user",Ck="https://auth.gigabuddy.com",Nk="https://api.gigabuddy.com",Ak="https://auth.staging.gigabuddy.com",jk="https://api.staging.gigabuddy.com";function Eg(e){let t=e.staging??!1;return{staging:t,authUrl:e.authUrl??(t?Ak:Ck),apiUrl:e.apiUrl??(t?jk:Nk)}}function Rg(e){try{return Pg(e,"utf-8")}catch{return""}}function w(e=""){console.error(e)}function xr(e){return e?(Lt(e),{name:e,source:"env"}):mt()}function Wo(e){return e===Et?"":` (account: ${e})`}async function Og(e,t){let r=xr(t).name;w(`Signing in to ${e.staging?"Gigabuddy Staging":"Gigabuddy"}${Wo(r)}\u2026`);let n=await pg({authUrl:e.authUrl,apiUrl:e.apiUrl,clientId:"gigabuddy-cli",scopes:Ik,onPrompt:({verificationUrl:s,userCode:i})=>{w(),w(` Open: ${s}`),w(` Code: ${i}`),w()},onPending:()=>process.stderr.write(".")}),o={refreshToken:n.refreshToken,userId:n.userId,userEmail:n.userEmail,authUrl:e.authUrl,apiUrl:e.apiUrl,createdAt:new Date().toISOString()};return ss(o,e.staging,Ue,r),o}async function Ig(e,t={}){let r=xr(t.account).name,n=await Og(e,r);w(),w(" Signed in."),n.userEmail&&w(` Account: ${n.userEmail}${Wo(r)}`),w(` Saved to: ${Er(e.staging,Ue,r)}`),t.account&&await Zk(t.account),w(),w(` To install ${rt} packages from the Gigabuddy registry: gigabuddy login --npm`)}async function Zk(e){let t=mt();if(t.name===e)return;let r=os(process.cwd());if(process.stdin.isTTY!==!0||process.stderr.isTTY!==!0){w(),w(` This directory resolves account "${t.name}". To use ${e} here: gigabuddy use ${e}`);return}w();let n=Tg.createInterface({input:process.stdin,output:process.stderr});try{let o=(await n.question(` Always use "${e}" in ${r}? [Y/n] `)).trim().toLowerCase();o===""||o==="y"||o==="yes"?(ns(r,e),w(` Pinned. Everything under this repo (worktrees included) now signs as ${e}.`)):w(` Left unpinned \u2014 this login is saved, and \`gigabuddy use ${e}\` pins it later.`)}finally{n.close()}}function Dk(e){if(e<=0)return"";let t=Math.round(e/86400);return t>=1?` (valid ~${t} days)`:` (valid ${Math.round(e/3600)}h)`}async function Cg(e,t){let r=xr(t).name,n=nt(e.staging,Ue,r),o=!n;if(n||(w("Not signed in yet \u2014 signing in first."),w(),n=await Og(e,r),w(),w(" Signed in.")),!o){await xg(n);return}try{await xg(n)}catch(s){w(),w(` \u26A0 Signed in, but npm setup failed: ${s instanceof Error?s.message:String(s)}`),w(" You are signed in \u2014 retry just that half with: gigabuddy login --npm"),process.exitCode=1}}async function xg(e){let t=await _g({authUrl:e.authUrl,refreshToken:e.refreshToken}),r=wg(t);w(),w(` npm is set up for ${rt} packages${Dk(t.expiresIn)}`),w(` Registry: ${t.registryUrl}`),w(` Written to: ${r}`),w(),w(` Try it: npm install ${rt}/app-kit`),w(),w(" This credential is registry-only \u2014 it installs what you can install and nothing else."),w(" Run this again when it expires, or after your access changes.");let n=mc(process.cwd()).filter(o=>Bo(Rg(o),t.registryUrl));n.length>0&&(w(),w(` \u26A0 ${n[0]} also configures this registry, and npm prefers it over ${r}.`),w(" Installs will keep using THAT credential, not this one. Delete its _authToken line."))}function Mk(e,t){let r=nt(e,Ue,xr(t).name),n=process.env.GIGABUDDY_NPM_REGISTRY_URL;return n||(r?.authUrl.includes("staging")?"https://npm.staging.gigabuddy.com":"https://npm.gigabuddy.com")}function $c(e,t){let r=$g(Mk(e.staging,t));if(!r){w(`No ${rt} registry entries found in ${Oe()}`);return}w(`Removed ${rt} registry credentials from ${r}`)}async function Ng(e,t){let r=xr(t).name,n=nt(e.staging,Ue,r);if($c(e,r),!n){w(`Not signed in${Wo(r)}.`);return}let o=await yg({authUrl:n.authUrl,refreshToken:n.refreshToken});Oc(e.staging,Ue,r),o?w(`Signed out${e.staging?" of staging":""}. Any npm credential from this session stops working shortly.`):(w(`Signed out locally${e.staging?" of staging":""} \u2014 but could not reach the server to revoke the session.`),w(" Credentials already copied elsewhere may keep working. Sign out again when you are back online,"),w(" or revoke the session from your account settings."))}async function vc(e,t,r){if(e.userEmail)return e.userEmail;try{let n=await new zr({refreshToken:e.refreshToken,authUrl:e.authUrl}).getToken(),o=Dn(n);return o?(ss({...e,userEmail:o},t,Ue,r),o):e.userId}catch{return e.userId}}async function Ag(e,t){let r=await bg({readNpmrc:()=>{try{return Pg(Oe(),"utf-8")}catch{return""}},npmEffectiveRegistry:()=>{try{let o=kg("npm",["config","get",`${rt}:registry`],{encoding:"utf-8",stdio:["ignore","pipe","ignore"]}).trim();return o&&o!=="undefined"&&o!=="null"?o:null}catch{return null}},shadowingNpmrcFiles:()=>mc(process.cwd()).map(o=>({path:o,contents:Rg(o)})),fetchImpl:fetch,nodeVersion:process.version,loadCredentials:o=>nt(o,Ue)},t),n=process.stderr.isTTY===!0&&!process.env.NO_COLOR;w(),w(zg(r,n)),w(),r.advice.length>0&&(process.exitCode=1)}var wc="gigabuddy/claude-plugin",yc="gigabuddy@gigabuddy",jg={runClaude(e){let t=Sg("claude",e,{stdio:["ignore","inherit","inherit"]});if(t.error&&t.error.code==="ENOENT")return"missing";if(t.error)throw t.error;return t.status??1}};function Zg(e=jg){w("Setting up Gigabuddy for Claude Code\u2026"),w();let t=e.runClaude(["plugin","marketplace","add",wc]);if(t==="missing"){w(" Could not find the `claude` command on this machine."),w(" If Claude Code is installed, run these inside any Claude Code session instead:"),w(),w(` /plugin marketplace add ${wc}`),w(` /plugin install ${yc}`),w(),w(" Then restart Claude Code."),process.exitCode=1;return}if(t!==0){w(),w(" \u26A0 Adding the Gigabuddy marketplace failed (see above). Nothing else was changed."),process.exitCode=1;return}if(e.runClaude(["plugin","install",yc])!==0){w(),w(" \u26A0 Installing the plugin failed (see above). The marketplace was added \u2014 retry with:"),w(),w(` claude plugin install ${yc}`),process.exitCode=1;return}w(),w(" Gigabuddy is installed. Next:"),w(),w(" 1. Restart Claude Code so the plugin loads."),w(" 2. Ask your session to sign you in and connect you to a room."),w(' (Several identities on this machine? Say which: "sign in as my work account".)')}function bc(e){switch(e.source){case"env":return"from GIGABUDDY_ACCOUNT";case"pin":return`pinned at ${e.pinnedAt}`;case"config-default":return"your default account";case"fallback":return""}}var qk={latestVersion(){try{return kg("npm",["view","gigabuddy","version"],{encoding:"utf-8",stdio:["ignore","pipe","ignore"]}).trim()||null}catch{return null}},installLatest(){return Sg("npm",["install","-g","gigabuddy@latest"],{stdio:["ignore","inherit","inherit"]}).status??1},refreshPlugin(){return jg.runClaude(["plugin","marketplace","add",wc])}};async function Dg(e,t=qk){let r=t.latestVersion();if(!r){w("Could not reach npm to check for a newer version \u2014 are you online?"),process.exitCode=1;return}if(r===e)w(`gigabuddy v${e} is already the latest.`);else{if(w(`Updating gigabuddy v${e} \u2192 v${r}\u2026`),t.installLatest()!==0){w(),w(" \u26A0 npm install failed (see above). Try: npm install -g gigabuddy@latest"),process.exitCode=1;return}w(` Updated to v${r}.`)}t.refreshPlugin()===0&&w(" Claude Code plugin refreshed (restart Claude Code to pick up a new version)."),w(" The in-session agent (@gigabuddy/agent) updates itself on each launch.")}async function Mg(e){let t=xr(e),r=nt(!1,Ue,t.name),n=nt(!0,Ue,t.name),o=qn().length>1||t.name!==Et;if(o){let s=bc(t);w(`Account: ${t.name}${s?` (${s})`:""}`),w()}if(!r&&!n){w(`Not signed in${o?Wo(t.name):""}.`),w(),w(" gigabuddy login");return}for(let[s,i,a]of[["Production",r,!1],["Staging",n,!0]])i&&(w(`${s}:`),w(` Account: ${await vc(i,a,t.name)}`),w(` Since: ${i.createdAt}`))}async function qg(){let e=mt(),t=Ft(),r=qn();r.includes(e.name)||r.push(e.name),w("Accounts:");for(let o of r){let s=nt(!1,Ue,o),i=nt(!0,Ue,o),a=s?await vc(s,!1,o):i?`${await vc(i,!0,o)} (staging only)`:"not signed in",c=[];o===e.name&&c.push("active here"),o===(t.defaultAccount??Et)&&c.push("default"),w(` ${o===e.name?"*":" "} ${o} \u2014 ${a}${c.length?` [${c.join(", ")}]`:""}`)}let n=bc(e);n&&(w(),w(` Active account here: ${e.name} \u2014 ${n}`)),w(),w(" gigabuddy login --account <name> sign an account in"),w(" gigabuddy use <name> use an account for this repo"),w(" gigabuddy use --default <name> make an account the machine default")}function Ug(e,t={},r=process.cwd()){let n=os(r);if(t.unpin){w(Ec(n)?`Unpinned ${n}.`:`No pin on ${n}.`);return}if(!e){let o=mt(r),s=bc(o);w(`Active account here: ${o.name}${s?` (${s})`:""}`),w(),w(" gigabuddy use <name> pin this repo to an account"),w(" gigabuddy use --unpin remove this repo's pin");return}if(Lt(e),qn().includes(e)||w(`Note: no account "${e}" exists yet \u2014 sign it in with: gigabuddy login --account ${e}`),t.default){Tc(e),w(`Default account is now ${e}.`);return}ns(n,e),w(`Pinned ${n} \u2192 ${e}.`),w("Everything under it (worktrees included) now signs as this account.")}function Lg(){try{let e=Fk(Lk(Vk(import.meta.url)),"..","package.json");return JSON.parse(Uk(e,"utf-8")).version}catch{return"unknown"}}function Fg(){console.error(`
85
+ `)}var Kk=["agent:spawn","discovery:read","packages:read"],Ue="user",Gk="https://auth.gigabuddy.com",Bk="https://api.gigabuddy.com",Wk="https://auth.staging.gigabuddy.com",Yk="https://api.staging.gigabuddy.com";function Ag(e){let t=e.staging??!1;return{staging:t,authUrl:e.authUrl??(t?Wk:Gk),apiUrl:e.apiUrl??(t?Yk:Bk)}}function jg(e){try{return bc(e,"utf-8")}catch{return""}}function _(e=""){console.error(e)}function kr(e){return e?(Lt(e),{name:e,source:"env"}):mt()}function Yo(e){return e===Et?"":` (account: ${e})`}async function Zg(e,t){let r=kr(t).name;_(`Signing in to ${e.staging?"Gigabuddy Staging":"Gigabuddy"}${Yo(r)}\u2026`);let n=await gg({authUrl:e.authUrl,apiUrl:e.apiUrl,clientId:"gigabuddy-cli",scopes:Kk,onPrompt:({verificationUrl:s,userCode:i})=>{_(),_(` Open: ${s}`),_(` Code: ${i}`),_()},onPending:()=>process.stderr.write(".")}),o={refreshToken:n.refreshToken,userId:n.userId,userEmail:n.userEmail,authUrl:e.authUrl,apiUrl:e.apiUrl,createdAt:new Date().toISOString()};return is(o,e.staging,Ue,r),o}async function Dg(e,t={}){let r=kr(t.account).name,n=await Zg(e,r);_(),_(" Signed in."),n.userEmail&&_(` Account: ${n.userEmail}${Yo(r)}`),_(` Saved to: ${Rr(e.staging,Ue,r)}`),t.account&&await Qk(t.account),_(),_(` To install ${Be} packages from the Gigabuddy registry: gigabuddy login --npm`)}async function Qk(e){let t=mt();if(t.name===e)return;let r=ss(process.cwd());if(process.stdin.isTTY!==!0||process.stderr.isTTY!==!0){_(),_(` This directory resolves account "${t.name}". To use ${e} here: gigabuddy use ${e}`);return}_();let n=Ng.createInterface({input:process.stdin,output:process.stderr});try{let o=(await n.question(` Always use "${e}" in ${r}? [Y/n] `)).trim().toLowerCase();o===""||o==="y"||o==="yes"?(os(r,e),_(` Pinned. Everything under this repo (worktrees included) now signs as ${e}.`)):_(` Left unpinned \u2014 this login is saved, and \`gigabuddy use ${e}\` pins it later.`)}finally{n.close()}}function Mg(e){if(e<=0)return"";let t=Math.round(e/86400);return t>=1?` (valid ~${t} days)`:` (valid ${Math.round(e/3600)}h)`}async function qg(e,t){if(Sg()){await Xk(e);return}let r=kr(t).name,n=nt(e.staging,Ue,r),o=!n;if(n||(_("Not signed in yet \u2014 signing in first."),_(),n=await Zg(e,r),_(),_(" Signed in.")),!o){await Ig(n);return}try{await Ig(n)}catch(s){_(),_(` \u26A0 Signed in, but npm setup failed: ${s instanceof Error?s.message:String(s)}`),_(" You are signed in \u2014 retry just that half with: gigabuddy login --npm"),process.exitCode=1}}async function Ig(e){let t=await bg({authUrl:e.authUrl,refreshToken:e.refreshToken}),r=gc(t);_(),_(` npm is set up for ${Be} packages${Mg(t.expiresIn)}`),_(` Registry: ${t.registryUrl}`),_(` Written to: ${r}`),_(),_(` Try it: npm install ${Be}/app-kit`),_(),_(" This credential is registry-only \u2014 it installs what you can install and nothing else."),_(" Run this again when it expires, or after your access changes.");let n=_c(process.cwd()).filter(o=>Wo(jg(o),t.registryUrl));n.length>0&&(_(),_(` \u26A0 ${n[0]} also configures this registry, and npm prefers it over ${r}.`),_(" Installs will keep using THAT credential, not this one. Delete its _authToken line."))}async function Xk(e){_("GitHub Actions detected \u2014 using the job\u2019s OIDC identity (no sign-in, nothing stored).");let t=await Pg(),r=await Tg({authUrl:e.authUrl,idToken:t}),n=gc(r);_(),_(` npm is set up for ${Be} packages as ${r.repository}\u2019s CI${Mg(r.expiresIn)}`),_(` Registry: ${r.registryUrl}`),_(` Written to: ${n}`),r.bindings.length>0&&_(` Sponsored by ${r.bindings.length} room(s): ${r.bindings.map(o=>o.placeId).join(", ")}`),_(),_(" This credential is registry-only and expires with the job. Run it again in any later job that installs.")}function eS(e,t){let r=nt(e,Ue,kr(t).name),n=process.env.GIGABUDDY_NPM_REGISTRY_URL;return n||(r?.authUrl.includes("staging")?"https://npm.staging.gigabuddy.com":"https://npm.gigabuddy.com")}function kc(e,t){let r=kg(eS(e.staging,t));if(!r){_(`No ${Be} registry entries found in ${Pe()}`);return}_(`Removed ${Be} registry credentials from ${r}`)}async function Ug(e,t){let r=kr(t).name,n=nt(e.staging,Ue,r);if(kc(e,r),!n){_(`Not signed in${Yo(r)}.`);return}let o=await xg({authUrl:n.authUrl,refreshToken:n.refreshToken});Ac(e.staging,Ue,r),o?_(`Signed out${e.staging?" of staging":""}. Any npm credential from this session stops working shortly.`):(_(`Signed out locally${e.staging?" of staging":""} \u2014 but could not reach the server to revoke the session.`),_(" Credentials already copied elsewhere may keep working. Sign out again when you are back online,"),_(" or revoke the session from your account settings."))}async function xc(e,t,r){if(e.userEmail)return e.userEmail;try{let n=await new zr({refreshToken:e.refreshToken,authUrl:e.authUrl}).getToken(),o=Mn(n);return o?(is({...e,userEmail:o},t,Ue,r),o):e.userId}catch{return e.userId}}async function Lg(e,t){let r=await Eg({readNpmrc:()=>{try{return bc(Pe(),"utf-8")}catch{return""}},npmEffectiveRegistry:()=>{try{let o=Og("npm",["config","get",`${Be}:registry`],{encoding:"utf-8",stdio:["ignore","pipe","ignore"]}).trim();return o&&o!=="undefined"&&o!=="null"?o:null}catch{return null}},shadowingNpmrcFiles:()=>_c(process.cwd()).map(o=>({path:o,contents:jg(o)})),fetchImpl:fetch,nodeVersion:process.version,loadCredentials:o=>nt(o,Ue),readClaudeConfig:()=>{try{return JSON.parse(bc(Jk(Hk(),".claude.json"),"utf-8"))}catch{return null}},projectDir:process.cwd()},t),n=process.stderr.isTTY===!0&&!process.env.NO_COLOR;_(),_(Rg(r,n)),_(),r.advice.length>0&&(process.exitCode=1)}var zc="gigabuddy/claude-plugin",$c="gigabuddy@gigabuddy",Fg={runClaude(e){let t=Cg("claude",e,{stdio:["ignore","inherit","inherit"]});if(t.error&&t.error.code==="ENOENT")return"missing";if(t.error)throw t.error;return t.status??1}};function Vg(e=Fg){_("Setting up Gigabuddy for Claude Code\u2026"),_();let t=e.runClaude(["plugin","marketplace","add",zc]);if(t==="missing"){_(" Could not find the `claude` command on this machine."),_(" If Claude Code is installed, run these inside any Claude Code session instead:"),_(),_(` /plugin marketplace add ${zc}`),_(` /plugin install ${$c}`),_(),_(" Then restart Claude Code."),process.exitCode=1;return}if(t!==0){_(),_(" \u26A0 Adding the Gigabuddy marketplace failed (see above). Nothing else was changed."),process.exitCode=1;return}if(e.runClaude(["plugin","install",$c])!==0){_(),_(" \u26A0 Installing the plugin failed (see above). The marketplace was added \u2014 retry with:"),_(),_(` claude plugin install ${$c}`),process.exitCode=1;return}_(),_(" Gigabuddy is installed. Next:"),_(),_(" 1. Restart Claude Code so the plugin loads."),_(" 2. Ask your session to sign you in and connect you to a room."),_(' (Several identities on this machine? Say which: "sign in as my work account".)')}function Sc(e){switch(e.source){case"env":return"from GIGABUDDY_ACCOUNT";case"pin":return`pinned at ${e.pinnedAt}`;case"config-default":return"your default account";case"fallback":return""}}var tS={latestVersion(){try{return Og("npm",["view","gigabuddy","version"],{encoding:"utf-8",stdio:["ignore","pipe","ignore"]}).trim()||null}catch{return null}},installLatest(){return Cg("npm",["install","-g","gigabuddy@latest"],{stdio:["ignore","inherit","inherit"]}).status??1},refreshPlugin(){return Fg.runClaude(["plugin","marketplace","add",zc])}};async function Hg(e,t=tS){let r=t.latestVersion();if(!r){_("Could not reach npm to check for a newer version \u2014 are you online?"),process.exitCode=1;return}if(r===e)_(`gigabuddy v${e} is already the latest.`);else{if(_(`Updating gigabuddy v${e} \u2192 v${r}\u2026`),t.installLatest()!==0){_(),_(" \u26A0 npm install failed (see above). Try: npm install -g gigabuddy@latest"),process.exitCode=1;return}_(` Updated to v${r}.`)}t.refreshPlugin()===0&&_(" Claude Code plugin refreshed (restart Claude Code to pick up a new version)."),_(" The in-session agent (@gigabuddy/agent) updates itself on each launch.")}async function Jg(e){let t=kr(e),r=nt(!1,Ue,t.name),n=nt(!0,Ue,t.name),o=Un().length>1||t.name!==Et;if(o){let s=Sc(t);_(`Account: ${t.name}${s?` (${s})`:""}`),_()}if(!r&&!n){_(`Not signed in${o?Yo(t.name):""}.`),_(),_(" gigabuddy login");return}for(let[s,i,a]of[["Production",r,!1],["Staging",n,!0]])i&&(_(`${s}:`),_(` Account: ${await xc(i,a,t.name)}`),_(` Since: ${i.createdAt}`))}async function Kg(){let e=mt(),t=Ft(),r=Un();r.includes(e.name)||r.push(e.name),_("Accounts:");for(let o of r){let s=nt(!1,Ue,o),i=nt(!0,Ue,o),a=s?await xc(s,!1,o):i?`${await xc(i,!0,o)} (staging only)`:"not signed in",c=[];o===e.name&&c.push("active here"),o===(t.defaultAccount??Et)&&c.push("default"),_(` ${o===e.name?"*":" "} ${o} \u2014 ${a}${c.length?` [${c.join(", ")}]`:""}`)}let n=Sc(e);n&&(_(),_(` Active account here: ${e.name} \u2014 ${n}`)),_(),_(" gigabuddy login --account <name> sign an account in"),_(" gigabuddy use <name> use an account for this repo"),_(" gigabuddy use --default <name> make an account the machine default")}function Gg(e,t={},r=process.cwd()){let n=ss(r);if(t.unpin){_(Cc(n)?`Unpinned ${n}.`:`No pin on ${n}.`);return}if(!e){let o=mt(r),s=Sc(o);_(`Active account here: ${o.name}${s?` (${s})`:""}`),_(),_(" gigabuddy use <name> pin this repo to an account"),_(" gigabuddy use --unpin remove this repo's pin");return}if(Lt(e),Un().includes(e)||_(`Note: no account "${e}" exists yet \u2014 sign it in with: gigabuddy login --account ${e}`),t.default){Oc(e),_(`Default account is now ${e}.`);return}os(n,e),_(`Pinned ${n} \u2192 ${e}.`),_("Everything under it (worktrees included) now signs as this account.")}function Bg(){try{let e=oS(nS(sS(import.meta.url)),"..","package.json");return JSON.parse(rS(e,"utf-8")).version}catch{return"unknown"}}function Wg(){console.error(`
85
86
  gigabuddy \u2014 the Gigabuddy CLI
86
87
 
87
88
  Usage:
@@ -127,10 +128,14 @@ Installing packages:
127
128
  credential is registry-scoped: it installs what you can install, and cannot
128
129
  do anything else on the platform. Re-run login --npm when it expires (~30d).
129
130
 
131
+ In GitHub Actions the same command needs no sign-in: with "permissions: id-token: write"
132
+ it trades the job's OIDC token for a 15-minute credential
133
+ for the repo itself, installing what the room that connected the repo can.
134
+
130
135
  If an install fails:
131
136
  gigabuddy doctor @gigabuddy/some-package
132
137
 
133
138
  npm answers a denied read with "not found", which looks the same as a typo.
134
139
  doctor tells you which it is.
135
- `)}async function Jk(){let{values:e,positionals:t}=Hk({options:{account:{type:"string"},npm:{type:"boolean"},"no-npm":{type:"boolean"},default:{type:"boolean"},unpin:{type:"boolean"},staging:{type:"boolean"},"auth-url":{type:"string"},"api-url":{type:"string"},help:{type:"boolean",short:"h"},version:{type:"boolean",short:"v"}},allowPositionals:!0}),r=t[0];if(e.version||r==="version"){console.log(`gigabuddy v${Lg()}`);return}if(e.help||!r){Fg(),process.exitCode=e.help?0:1;return}let n=Eg({staging:e.staging,authUrl:e["auth-url"],apiUrl:e["api-url"]});switch(r){case"setup":Zg();return;case"login":e.npm?await Cg(n,e.account):await Ig(n,{account:e.account});return;case"logout":e.npm?$c(n,e.account):await Ng(n,e.account);return;case"status":await Mg(e.account);return;case"accounts":await qg();return;case"update":await Dg(Lg());return;case"use":Ug(t[1],{default:e.default,unpin:e.unpin});return;case"doctor":await Ag(n,t[1]);return;default:console.error(`Unknown command: ${r}`),console.error(""),Fg(),process.exitCode=1}}Jk().catch(e=>{console.error(""),console.error(e instanceof Error?e.message:String(e)),process.exit(1)});
140
+ `)}async function aS(){let{values:e,positionals:t}=iS({options:{account:{type:"string"},npm:{type:"boolean"},"no-npm":{type:"boolean"},default:{type:"boolean"},unpin:{type:"boolean"},staging:{type:"boolean"},"auth-url":{type:"string"},"api-url":{type:"string"},help:{type:"boolean",short:"h"},version:{type:"boolean",short:"v"}},allowPositionals:!0}),r=t[0];if(e.version||r==="version"){console.log(`gigabuddy v${Bg()}`);return}if(e.help||!r){Wg(),process.exitCode=e.help?0:1;return}let n=Ag({staging:e.staging,authUrl:e["auth-url"],apiUrl:e["api-url"]});switch(r){case"setup":Vg();return;case"login":e.npm?await qg(n,e.account):await Dg(n,{account:e.account});return;case"logout":e.npm?kc(n,e.account):await Ug(n,e.account);return;case"status":await Jg(e.account);return;case"accounts":await Kg();return;case"update":await Hg(Bg());return;case"use":Gg(t[1],{default:e.default,unpin:e.unpin});return;case"doctor":await Lg(n,t[1]);return;default:console.error(`Unknown command: ${r}`),console.error(""),Wg(),process.exitCode=1}}aS().catch(e=>{console.error(""),console.error(e instanceof Error?e.message:String(e)),process.exit(1)});
136
141
  //# sourceMappingURL=cli.js.map