tempest.games 0.1.31 → 0.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,30 +1,30 @@
1
1
  #!/usr/bin/env bun
2
2
  // @bun
3
- var zO=Object.create;var{getPrototypeOf:QO,defineProperty:uA,getOwnPropertyNames:DO}=Object;var UO=Object.prototype.hasOwnProperty;var n_=(T,S,o)=>{o=T!=null?zO(QO(T)):{};let f=S||!T||!T.__esModule?uA(o,"default",{value:T,enumerable:!0}):o;for(let A of DO(T))if(!UO.call(f,A))uA(f,A,{get:()=>T[A],enumerable:!0});return f};var $_=(T,S)=>()=>(S||T((S={exports:{}}).exports,S),S.exports);var VO=(T,S)=>{for(var o in S)uA(T,o,{get:S[o],enumerable:!0,configurable:!0,set:(f)=>S[o]=()=>f})};var F_=import.meta.require;import{join as o_,normalize as f_,resolve as L1}from"path";function Zf(T=Math.random){return T().toString(36).slice(2)}class Tf extends Promise{fate;resolve;reject;done=!1;constructor(T){let S,o;super((f,A)=>{S=f,o=A});this.resolve=S,this.reject=o,this.use(T instanceof Promise?T:new Promise(T))}pass(T,S){if(T===this.fate)this.resolve(S),this.done=!0}fail(T,S){if(T===this.fate)this.reject(S),this.done=!0}use(T){if(T instanceof Promise){let S=T;this.fate=S,S.then((o)=>{this.pass(S,o)},(o)=>{this.fail(S,o)})}else this.resolve(T),this.fate=void 0}}function g$(T){return Object.entries(T)}var i$=(T,S,o=s.STORE)=>{return XS(o,{key:`${T.key}:JSON`,get:({get:f})=>S.toJson(f(T)),set:({set:f},A)=>{f(T,S.fromJson(A))}})};function L(T){while(T.child!==null)T=T.child;return T}class ST{Subscriber;subscribers=new Map;subscribe(T,S){return this.subscribers.set(T,S),()=>{this.unsubscribe(T)}}unsubscribe(T){this.subscribers.delete(T)}next(T){let S=this.subscribers.values();for(let o of S)o(T)}}class eA extends ST{state;constructor(T){super();this.state=T}next(T){this.state=T,super.next(T)}}function tS(T,S,o){let f={key:S.key,type:"atom_family"},A=T.families.get(S.key);if(A)T.logger.error("\u2757","atom_family",S.key,`Overwriting an existing ${LS(A)} "${A.key}" in store "${T.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);let n=new ST,F=Object.assign((J)=>{let R=fT(J),O={key:S.key,subKey:R},k=`${S.key}(${R})`,y=L(T),H=S.default,E={key:k,default:H instanceof Function?H(J):H};if(S.effects)E.effects=S.effects(J);let G=fS(y,E,O);return n.next({type:"state_creation",token:G}),G},f,{subject:n,install:(J)=>tS(J,S),internalRoles:o});return T.families.set(S.key,F),T.defaults.set(S.key,S.default),f}function d$(T,S){if("mutable"in S)return Sf(T,S);return tS(T,S)}function hS(T,S,o){let f={key:S.key,type:"readonly_selector_family"},A=T.families.get(S.key);if(A)T.logger.error("\u2757","readonly_selector_family",S.key,`Overwriting an existing ${LS(A)} "${A.key}" in store "${T.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);let n=new ST,F=Object.assign((J)=>{let R=fT(J),O={key:S.key,subKey:R},k=`${S.key}(${R})`,y=L(T),H=of(y,{key:k,get:S.get(J)},O);return n.next({type:"state_creation",token:H}),H},f,{internalRoles:o,subject:n,install:(J)=>hS(J,S),default:(J)=>{return S.get(J)({get:(...O)=>RT(T,...O),find:(O,k)=>g(T,O,k),seek:(O,k)=>cT(T,O,k),json:(O)=>NT(T,O)})}});return T.families.set(S.key,F),f}function ff(T,S){if("set"in S)return Af(T,S);return hS(T,S)}class cf{_buffer;_index=0;constructor(T){let S;if(typeof T==="number")S=T;else S=T.length;this._buffer=Array.from({length:S})}get buffer(){return this._buffer}get index(){return this._index}add(T){this._buffer[this._index]=T,this._index=(this._index+1)%this._buffer.length}copy(){let T=new cf([...this._buffer]);return T._index=this._index,T}}var BO={atom_family:"atom",mutable_atom_family:"mutable_atom",selector_family:"selector",readonly_selector_family:"readonly_selector",molecule_family:"molecule"};function l$(T,S){let o=fT(S),f=`${T.key}(${o})`,A=BO[T.type],n={key:f,type:A};return Object.assign(n,{family:{key:T.key,subKey:o}}),Object.assign(n,{counterfeit:!0}),n}function AS(T){let S={key:T.key,type:T.type};if("family"in T)S.family=T.family;return S}function Yo(T){return u$(s.STORE,T)}function oo(T){return d$(s.STORE,T)}function sA(...T){if(T.length===2)return RT(s.STORE,...T);return RT(s.STORE,...T)}var aA=(T)=>(S,o,f,A,...n)=>{console[T](`${S} ${o} "${f}" ${A}`,...n)},tO={error:aA("error"),info:aA("info"),warn:aA("warn")};class Tn{logLevel;filter;logger;constructor(T,S,o=tO){this.logLevel=T;this.filter=S;this.logger=o}error=(...T)=>{if((this.filter?.(...T)??!0)&&this.logLevel!==null)this.logger.error(...T)};info=(...T)=>{if((this.filter?.(...T)??!0)&&this.logLevel==="info")this.logger.info(...T)};warn=(...T)=>{if((this.filter?.(...T)??!0)&&this.logLevel!=="error"&&this.logLevel!==null)this.logger.warn(...T)}}var r_=Symbol("claim");class s${store;constructor(T=s.STORE){this.store=T,a$("root",T)}allocate(T,S,o){return fo(this.store,T,S,o)}fuse(T,S,o){return TF(this.store,T,S,o)}deallocate(T){Ao(this.store,T)}claim(T,S,o){return Eo(this.store,T,S,o)}}class Sn{store;realm;constructor(T=s.STORE){this.store=T,this.realm=new s$(T)}allocate(T,S,o){fo(this.store,T,S,o)}deallocate(T){Ao(this.store,T)}claim(T,S,o){Eo(this.store,T,S,o)}}function rf(T){return ff(s.STORE,T)}function mT(T){return"epoch"in T.transactionMeta}function OT(T){return"phase"in T.transactionMeta}var SF=(T)=>{let S=L(T);if(!OT(S)){T.logger.warn("\uD83D\uDC1E","transaction","???","abortTransaction called outside of a transaction. This is probably a bug in AtomIO.");return}T.logger.info("\uD83E\uDE82","transaction",S.transactionMeta.update.key,"Aborting transaction"),S.parent.child=null};var LO=(T)=>T[0].toUpperCase()+T.slice(1);function LS(T){return T.type.split("_").map(LO).join(" ")}class no extends Error{constructor(T,S){super(`${LS(T)} ${fT(T.key)} not found in store "${S.config.name}".`)}}function zo(T,S,o){return(...f)=>{let A=nT(T,o);if(A)return A.run(f,S);throw new no(T,o)}}var pf=(T)=>(S)=>T instanceof Function?T(S):T;var PS=(T,S)=>{if(S.valueMap.has(T.key))return S.logger.info("\uD83D\uDCD6",T.type,T.key,"reading cached value"),oF(T,S);if(T.type==="selector"||T.type==="readonly_selector")return S.logger.info("\uD83E\uDDEE",T.type,T.key,"computing value"),T.get();let o=T.default instanceof Function?T.default():T.default;return S.logger.info("\uD83D\uDC81","atom",T.key,"could not find cached value; using default",o),T.default instanceof Function?T.default():T.default};var fF=(T,S)=>{if(T.operation.open){let o=performance.now();return T.logger.info("\u2757",S.type,S.key,`deferring setState at T-${o} until setState for "${T.operation.token.key}" is done`),o}T.operation={open:!0,done:new Set,prev:new Map,time:Date.now(),token:S},T.logger.info("\u2B55",S.type,S.key,`operation start in store "${T.config.name}"${!OT(T)?"":` ${T.transactionMeta.phase} "${T.transactionMeta.update.key}"`}`)},AF=(T)=>{if(T.operation.open)T.logger.info("\uD83D\uDD34",T.operation.token.type,T.operation.token.key,`operation done in store "${T.config.name}"`);T.operation={open:!1},T.on.operationClose.next(T.operation)},nF=(T,S)=>{if(!T.operation.open)return T.logger.error("\uD83D\uDC1E","unknown",S,"isDone called outside of an operation. This is probably a bug in AtomIO."),!0;return T.operation.done.has(S)},Qo=(T,S)=>{if(!T.operation.open){T.logger.error("\uD83D\uDC1E","unknown",S,"markDone called outside of an operation. This is probably a bug in AtomIO.");return}T.operation.done.add(S)};var $F=(T,S,o)=>{switch(T.type){case"mutable_atom":o.logger.info("\uD83D\uDCE2",T.type,T.key,"is now (",S.newValue,") subscribers:",T.subject.subscribers);break;default:o.logger.info("\uD83D\uDCE2",T.type,T.key,"went (",S.oldValue,"->",S.newValue,") subscribers:",T.subject.subscribers)}T.subject.next(S)};var on=(T,S)=>{let o=L(S),f=o.selectorAtoms.getRelatedKeys(T.key);if(o.logger.info("\uD83E\uDDF9",T.type,T.key,f?`evicting ${f.size} states downstream:`:"no downstream states",f??"to evict"),f){if(o.operation.open)o.logger.info("\uD83E\uDDF9",T.type,T.key,`[ ${[...o.operation.done].join(", ")} ] already done`);for(let A of f){if(nF(o,A))continue;FF(A,o),Qo(o,A)}}};function CO(T,S){if(RF(S.newValue))return!1;if(T.includes("\uD83D\uDD0D"))return!1;return!0}var JF=(T,S,o)=>{let{key:f}=T,A=L(o);if(!OT(A)||A.transactionMeta.phase!=="building"){o.logger.error("\uD83D\uDC1E","atom",f,"stowUpdate called outside of a transaction. This is probably a bug.");return}if(!CO(f,S))return;let $={type:"atom_update",key:f,...S};if(T.family)$.family=T.family;A.transactionMeta.update.updates.push($),o.logger.info("\uD83D\uDCC1","atom",f,"stowed (",S.oldValue,"->",S.newValue,")")};var OF=(T,S,o)=>{let f=PS(T,o),A=f;if(T.type==="mutable_atom"&&OT(o)){let{parent:$}=o;A=nf(T,$,o)}if(A=pf(S)(A),o.logger.info("\uD83D\uDCDD","atom",T.key,"set to",A),A=WS(T.key,A,T.subject,o),MF(T.key,o))WF(T.key,o);Qo(o,T.key),on(T,o);let n={oldValue:f,newValue:A};if(mT(o))$F(T,n,o);else if(o.parent){if(o.on.transactionApplying.state===null)JF(T,n,o);else if(T.key.startsWith("*")){let $=T.key.slice(1),F=o.atoms.get($),J=o.valueMap.get($);if(F.type==="mutable_atom"&&OT(o)){let{parent:O}=o;J=nf(F,O,o)}if(J.do(n.newValue)===null)on(F,o)}}};var Pf=(T,S,o)=>{switch(T.type){case"atom":case"mutable_atom":OF(T,S,o);break;case"selector":T.set(S);break}};function _F(T,S){if(S.family){let o=T.families.get(S.family.key);if(o)return o}}function VT(T,...S){let o,f,A,n;if(S.length===2){if(o=S[0],n=S[1],f=_F(T,o)??null,f)A=o.family?BT(o.family.subKey):null,o=g(T,f,A)}else f=S[0],A=S[1],n=S[2],o=g(T,f,A);if("counterfeit"in o&&"family"in o){let J=o.family.subKey,R=T.disposalTraces.buffer.find((O)=>O?.key===J);T.logger.error("\u274C",o.type,o.key,`could not be set because it was not found in the store "${T.config.name}".`,R?`This state was previously disposed:
4
- ${R.trace}`:"No previous disposal trace was found.");return}let $=fF(T,o);if($){let J=T.on.operationClose.subscribe(`waiting to set "${o.key}" at T-${$}`,()=>{J(),T.logger.info("\uD83D\uDFE2",o.type,o.key,`resuming deferred setState from T-${$}`),VT(T,o,n)});return}let F=nT(o,T);Pf(F,n,T),AF(T)}function gf(T,S,o){let{key:f,newValue:A,oldValue:n}=S,$=T==="newValue"?A:n,F={key:f,type:"atom"};if(S.family)Object.assign(F,{family:S.family});VT(o,F,$)}function kF(T){let{stack:S}=T;if(S)return`
5
- `+S.split(`
3
+ var zM=Object.create;var{getPrototypeOf:QM,defineProperty:aS,getOwnPropertyNames:DM}=Object;var UM=Object.prototype.hasOwnProperty;var Sk=(o,T,f)=>{f=o!=null?zM(QM(o)):{};let n=T||!o||!o.__esModule?aS(f,"default",{value:o,enumerable:!0}):f;for(let S of DM(o))if(!UM.call(n,S))aS(n,S,{get:()=>o[S],enumerable:!0});return n};var Ak=(o,T)=>()=>(T||o((T={exports:{}}).exports,T),T.exports);var VM=(o,T)=>{for(var f in T)aS(o,f,{get:T[f],enumerable:!0,configurable:!0,set:(n)=>T[f]=()=>n})};var $k=import.meta.require;import{join as Tk,normalize as fk,resolve as C1}from"path";function cn(o=Math.random){return o().toString(36).slice(2)}class Tn extends Promise{fate;resolve;reject;done=!1;constructor(o){let T,f;super((n,S)=>{T=n,f=S});this.resolve=T,this.reject=f,this.use(o instanceof Promise?o:new Promise(o))}pass(o,T){if(o===this.fate)this.resolve(T),this.done=!0}fail(o,T){if(o===this.fate)this.reject(T),this.done=!0}use(o){if(o instanceof Promise){let T=o;this.fate=T,T.then((f)=>{this.pass(T,f)},(f)=>{this.fail(T,f)})}else this.resolve(o),this.fate=void 0}}function P$(o){return Object.entries(o)}var i$=(o,T,f=no.STORE)=>{return jT(f,{key:`${o.key}:JSON`,get:({get:n})=>T.toJson(n(o)),set:({set:n},S)=>{n(o,T.fromJson(S))}})};function C(o){while(o.child!==null)o=o.child;return o}class oo{Subscriber;subscribers=new Map;subscribe(o,T){return this.subscribers.set(o,T),()=>{this.unsubscribe(o)}}unsubscribe(o){this.subscribers.delete(o)}next(o){let T=this.subscribers.values();for(let f of T)f(o)}}class oA extends oo{state;constructor(o){super();this.state=o}next(o){this.state=o,super.next(o)}}function NT(o,T,f){let n={key:T.key,type:"atom_family"},S=o.families.get(T.key);if(S)o.logger.error("\u2757","atom_family",T.key,`Overwriting an existing ${VT(S)} "${S.key}" in store "${o.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);let A=new oo,F=Object.assign((J)=>{let R=fo(J),M={key:T.key,subKey:R},_=`${T.key}(${R})`,w=C(o),X=T.default,D={key:_,default:X instanceof Function?X(J):X};if(T.effects)D.effects=T.effects(J);let K=FT(w,D,M);return A.next({type:"state_creation",token:K}),K},n,{subject:A,install:(J)=>NT(J,T),internalRoles:f});return o.families.set(T.key,F),o.defaults.set(T.key,T.default),n}function g$(o,T){if("mutable"in T)return fn(o,T);return NT(o,T)}function hT(o,T,f){let n={key:T.key,type:"readonly_selector_family"},S=o.families.get(T.key);if(S)o.logger.error("\u2757","readonly_selector_family",T.key,`Overwriting an existing ${VT(S)} "${S.key}" in store "${o.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);let A=new oo,F=Object.assign((J)=>{let R=fo(J),M={key:T.key,subKey:R},_=`${T.key}(${R})`,w=C(o),X=nn(w,{key:_,get:T.get(J)},M);return A.next({type:"state_creation",token:X}),X},n,{internalRoles:f,subject:A,install:(J)=>hT(J,T),default:(J)=>{return T.get(J)({get:(...M)=>Ro(o,...M),find:(...M)=>i(o,...M),json:(M)=>Io(o,M)})}});return o.families.set(T.key,F),n}function Zn(o,T){if("set"in T)return Sn(o,T);return hT(o,T)}class Pn{_buffer;_index=0;constructor(o){let T;if(typeof o==="number")T=o;else T=o.length;this._buffer=Array.from({length:T})}get buffer(){return this._buffer}get index(){return this._index}add(o){this._buffer[this._index]=o,this._index=(this._index+1)%this._buffer.length}copy(){let o=new Pn([...this._buffer]);return o._index=this._index,o}}var BM={atom_family:"atom",mutable_atom_family:"mutable_atom",selector_family:"selector",readonly_selector_family:"readonly_selector",molecule_family:"molecule"};function d$(o,T){let f=fo(T),n=`${o.key}(${f})`,S=BM[o.type],A={key:n,type:S};return Object.assign(A,{family:{key:o.key,subKey:f}}),Object.assign(A,{counterfeit:!0}),A}function nT(o){let T={key:o.key,type:o.type};if("family"in o)T.family=o.family;return T}function Yf(o){return l$(no.STORE,o)}function Tf(o){return g$(no.STORE,o)}function TA(...o){if(o.length===2)return Ro(no.STORE,...o);return Ro(no.STORE,...o)}function gn(o,T,f=no.STORE){return f.joins.set(o.key,new An(o,T,f)),{key:o.key,type:"join",a:o.between[0],b:o.between[1],cardinality:o.cardinality}}function e$(o){return s$(o,no.STORE)}var fA=(o)=>(T,f,n,S,...A)=>{console[o](`${T} ${f} "${n}" ${S}`,...A)},LM={error:fA("error"),info:fA("info"),warn:fA("warn")};class nA{logLevel;filter;logger;constructor(o,T,f=LM){this.logLevel=o;this.filter=T;this.logger=f}error=(...o)=>{if((this.filter?.(...o)??!0)&&this.logLevel!==null)this.logger.error(...o)};info=(...o)=>{if((this.filter?.(...o)??!0)&&this.logLevel==="info")this.logger.info(...o)};warn=(...o)=>{if((this.filter?.(...o)??!0)&&this.logLevel!=="error"&&this.logLevel!==null)this.logger.warn(...o)}}var Zk=Symbol("claim");class a${store;constructor(o=no.STORE){this.store=o,oF("root",o)}allocate(o,T,f){return ff(this.store,o,T,f)}fuse(o,T,f){return TF(this.store,o,T,f)}deallocate(o){nf(this.store,o)}claim(o,T,f){return Ef(this.store,o,T,f)}}class SA{store;realm;constructor(o=no.STORE){this.store=o,this.realm=new a$(o)}allocate(o,T,f){ff(this.store,o,T,f)}deallocate(o){nf(this.store,o)}claim(o,T,f){Ef(this.store,o,T,f)}}function ln(o){return Zn(no.STORE,o)}function jo(o){return"epoch"in o.transactionMeta}function Mo(o){return"phase"in o.transactionMeta}var fF=(o)=>{let T=C(o);if(!Mo(T)){o.logger.warn("\uD83D\uDC1E","transaction","???","abortTransaction called outside of a transaction. This is probably a bug in AtomIO.");return}o.logger.info("\uD83E\uDE82","transaction",T.transactionMeta.update.key,"Aborting transaction"),T.parent.child=null};function Wo(o){return o[0].toUpperCase()+o.slice(1)}function VT(o){return o.type.split("_").map(Wo).join(" ")}class Sf extends Error{constructor(o,T){super(`${VT(o)} ${fo(o.key)} not found in store "${T.config.name}".`)}}function tf(o,T,f){return(...n)=>{let S=$o(o,T);if(S)return S.run(n,f);throw new Sf(T,o)}}var un=(o)=>(T)=>o instanceof Function?o(T):o;var PT=(o,T)=>{if(o.valueMap.has(T.key))return o.logger.info("\uD83D\uDCD6",T.type,T.key,"reading cached value"),nF(T,o);if(T.type==="selector"||T.type==="readonly_selector")return o.logger.info("\uD83E\uDDEE",T.type,T.key,"computing value"),T.get();let f=T.default instanceof Function?T.default():T.default;return o.logger.info("\uD83D\uDC81","atom",T.key,"could not find cached value; using default",f),T.default instanceof Function?T.default():T.default};var SF=(o,T)=>{if(o.operation.open){let f=performance.now();return o.logger.info("\u2757",T.type,T.key,`deferring setState at T-${f} until setState for "${o.operation.token.key}" is done`),f}o.operation={open:!0,done:new Set,prev:new Map,time:Date.now(),token:T},o.logger.info("\u2B55",T.type,T.key,`operation start in store "${o.config.name}"${!Mo(o)?"":` ${o.transactionMeta.phase} "${o.transactionMeta.update.key}"`}`)},AF=(o)=>{if(o.operation.open)o.logger.info("\uD83D\uDD34",o.operation.token.type,o.operation.token.key,`operation done in store "${o.config.name}"`);o.operation={open:!1},o.on.operationClose.next(o.operation)},$F=(o,T)=>{if(!o.operation.open)return o.logger.error("\uD83D\uDC1E","unknown",T,"isDone called outside of an operation. This is probably a bug in AtomIO."),!0;return o.operation.done.has(T)},zf=(o,T)=>{if(!o.operation.open){o.logger.error("\uD83D\uDC1E","unknown",T,"markDone called outside of an operation. This is probably a bug in AtomIO.");return}o.operation.done.add(T)};var FF=(o,T,f)=>{switch(T.type){case"mutable_atom":o.logger.info("\uD83D\uDCE2",T.type,T.key,"is now (",f.newValue,") subscribers:",T.subject.subscribers);break;case"atom":case"selector":case"readonly_selector":o.logger.info("\uD83D\uDCE2",T.type,T.key,"went (",f.oldValue,"->",f.newValue,") subscribers:",T.subject.subscribers)}T.subject.next(f)};var AA=(o,T)=>{let f=C(o),n=f.selectorAtoms.getRelatedKeys(T.key);if(f.logger.info("\uD83E\uDDF9",T.type,T.key,n?`evicting ${n.size} states downstream:`:"no downstream states",n??"to evict"),n){if(f.operation.open)f.logger.info("\uD83E\uDDF9",T.type,T.key,`[ ${[...f.operation.done].join(", ")} ] already done`);for(let S of n){if($F(f,S))continue;JF(S,f),zf(f,S)}}};function CM(o,T){if(MF(T.newValue))return!1;if(o.includes("\uD83D\uDD0D"))return!1;return!0}var RF=(o,T,f)=>{let{key:n}=T,S=C(o);if(!Mo(S)||S.transactionMeta.phase!=="building"){o.logger.error("\uD83D\uDC1E","atom",n,"stowUpdate called outside of a transaction. This is probably a bug.");return}if(!CM(n,f))return;let $={type:"atom_update",key:n,...f};if(T.family)$.family=T.family;S.transactionMeta.update.updates.push($),o.logger.info("\uD83D\uDCC1","atom",n,"stowed (",f.oldValue,"->",f.newValue,")")};var WF=(o,T,f)=>{let n=PT(f,o),S=n;if(o.type==="mutable_atom"&&Mo(f)){let{parent:$}=f;S=Fn(f,o,$)}if(S=un(T)(S),f.logger.info("\uD83D\uDCDD","atom",o.key,"set to",S),S=OT(f,o.key,S,o.subject),OF(f,o.key))kF(f,o.key);zf(f,o.key),AA(f,o);let A={oldValue:n,newValue:S};if(jo(f))FF(f,o,A);else if(f.parent){if(f.on.transactionApplying.state===null)RF(f,o,A);else if(o.key.startsWith("*")){let $=o.key.slice(1),F=f.atoms.get($),J=f.valueMap.get($);if(F.type==="mutable_atom"&&Mo(f)){let{parent:M}=f;J=Fn(f,F,M)}if(J.do(A.newValue)===null)AA(f,F)}}};var en=(o,T,f)=>{switch(T.type){case"atom":case"mutable_atom":WF(T,f,o);break;case"selector":T.set(f);break}};function _F(o,T){if(T.family){let f=o.families.get(T.family.key);if(f)return f}}function Uo(o,...T){let f,n,S,A;if(T.length===2){if(f=T[0],A=T[1],n=_F(o,f)??null,n)S=f.family?vo(f.family.subKey):null,f=i(o,n,S)}else n=T[0],S=T[1],A=T[2],f=i(o,n,S);if("counterfeit"in f&&"family"in f){let J=f.family.subKey,R=o.disposalTraces.buffer.find((M)=>M?.key===J);o.logger.error("\u274C",f.type,f.key,`could not be set because it was not found in the store "${o.config.name}".`,R?`This state was previously disposed:
4
+ ${R.trace}`:"No previous disposal trace was found.");return}let $=SF(o,f);if($){let J=o.on.operationClose.subscribe(`waiting to set "${f.key}" at T-${$}`,()=>{J(),o.logger.info("\uD83D\uDFE2",f.type,f.key,`resuming deferred setState from T-${$}`),Uo(o,f,A)});return}let F=$o(o,f);en(o,F,A),AF(o)}function sn(o,T,f){let{key:n,newValue:S,oldValue:A}=T,$=o==="newValue"?S:A,F={key:n,type:"atom"};if(T.family)Object.assign(F,{family:T.family});Uo(f,F,$)}function wF(o){let{stack:T}=o;if(T)return`
5
+ `+T.split(`
6
6
  `)?.slice(1)?.join(`
7
- `);return""}function a$(T,S=s.STORE){let o={key:T,stringKey:fT(T),dependsOn:"any"};return S.molecules.set(fT(T),o),T}function fo(T,S,o,f="any"){let A=S,n=fT(o),$=[],F=L(T);if(Array.isArray(A))for(let O of A){let k=fT(O);if(F.molecules.get(k))T.moleculeGraph.set(k,n,{source:k});else $.push(k)}else{let O=fT(A);if(F.molecules.get(O))T.moleculeGraph.set(O,n,{source:O});else $.push(O)}if($.length===0)F.molecules.set(n,{key:o,stringKey:n,dependsOn:f});let J={type:"molecule_creation",key:o,provenance:A};if(OT(F)&&F.transactionMeta.phase==="building")F.transactionMeta.update.updates.push(J);else F.on.moleculeCreation.next(J);for(let O of $){let k=T.disposalTraces.buffer.find((y)=>y?.key===O);T.logger.error("\u274C","molecule",o,"allocation failed:",`Could not allocate to ${O} in store "${T.config.name}".`,k?`
8
- ${O} was most recently disposed
9
- ${k.trace}`:`No previous disposal trace for ${O} was found.`)}return o}function TF(T,S,o,f){let A=`T$--${S}==${o}++${f}`;return fo(T,[o,f],A,"all"),A}function Ao(T,S){let o=fT(S),f=T.molecules.get(o);if(!f){let H=T.disposalTraces.buffer.find((E)=>E?.key===o);T.logger.error("\u274C","molecule",S,"deallocation failed:",`Could not find allocation for ${o} in store "${T.config.name}".`,H?`
7
+ `);return""}function oF(o,T=no.STORE){let f={key:o,stringKey:fo(o),dependsOn:"any"};return T.molecules.set(fo(o),f),o}function ff(o,T,f,n="any"){let S=T,A=fo(f),$=[],F=C(o);if(Array.isArray(S))for(let M of S){let _=fo(M);if(F.molecules.get(_))o.moleculeGraph.set(_,A,{source:_});else $.push(_)}else{let M=fo(S);if(F.molecules.get(M))o.moleculeGraph.set(M,A,{source:M});else $.push(M)}if($.length===0)F.molecules.set(A,{key:f,stringKey:A,dependsOn:n});let J={type:"molecule_creation",key:f,provenance:S};if(Mo(F)&&F.transactionMeta.phase==="building")F.transactionMeta.update.updates.push(J);else F.on.moleculeCreation.next(J);for(let M of $){let _=o.disposalTraces.buffer.find((w)=>w?.key===M);o.logger.error("\u274C","molecule",f,"allocation failed:",`Could not allocate to ${M} in store "${o.config.name}".`,_?`
8
+ ${M} was most recently disposed
9
+ ${_.trace}`:`No previous disposal trace for ${M} was found.`)}return f}function TF(o,T,f,n){let S=`T$--${T}==${f}++${n}`;return ff(o,[f,n],S,"all"),S}function nf(o,T){let f=fo(T),n=o.molecules.get(f);if(!n){let X=o.disposalTraces.buffer.find((D)=>D?.key===f);o.logger.error("\u274C","molecule",T,"deallocation failed:",`Could not find allocation for ${f} in store "${o.config.name}".`,X?`
10
10
  This state was most recently deallocated
11
- ${H.trace}`:`No previous disposal trace for ${o} was found.`);return}let A=T.moleculeJoins.getRelatedKeys(f.key);if(A)for(let H of A){let E=T.joins.get(H);if(E)E.relations.delete(f.key),E.molecules.delete(f.stringKey)}T.moleculeJoins.delete(f.stringKey);let n=[],$=[],F={type:"molecule_disposal",key:f.key,values:$,provenance:n},J=L(T);J.molecules.delete(o);let R=OT(J)&&J.transactionMeta.phase==="building";if(R)J.transactionMeta.update.updates.push(F);let O=T.moleculeGraph.getRelationEntries({downstreamMoleculeKey:f.stringKey});if(O)for(let[H,{source:E}]of O)if(E===f.stringKey){let G=BT(H);Ao(T,G)}else n.push(E);let k=J.moleculeData.getRelatedKeys(f.stringKey);if(k)for(let H of k){let E=J.families.get(H),G=g(T,E,f.key);$.push([E.key,G]),$o(T,G)}if(J.moleculeGraph.delete(f.stringKey),J.moleculeJoins.delete(f.stringKey),J.moleculeData.delete(f.stringKey),!R)J.on.moleculeDisposal.next(F);J.molecules.delete(f.stringKey);let y=kF(new Error);T.disposalTraces.add({key:o,trace:y})}function Eo(T,S,o,f){let A=fT(o),n=L(T),$=n.molecules.get(A);if(!$){let y=T.disposalTraces.buffer.find((H)=>H?.key===A);return T.logger.error("\u274C","molecule",o,"claim failed:",`Could not allocate to ${A} in store "${T.config.name}".`,y?`
12
- ${A} was most recently disposed
13
- ${y.trace}`:`No previous disposal trace for ${A} was found.`),o}let F=fT(S),J=n.molecules.get(F);if(!J){let y=T.disposalTraces.buffer.find((H)=>H?.key===F);return T.logger.error("\u274C","molecule",o,"claim failed:",`Could not allocate to ${F} in store "${T.config.name}".`,y?`
11
+ ${X.trace}`:`No previous disposal trace for ${f} was found.`);return}let S=o.moleculeJoins.getRelatedKeys(n.key);if(S)for(let X of S){let D=o.joins.get(X);if(D)D.relations.delete(n.key),D.molecules.delete(n.stringKey)}o.moleculeJoins.delete(n.stringKey);let A=[],$=[],F={type:"molecule_disposal",key:n.key,values:$,provenance:A},J=C(o);J.molecules.delete(f);let R=Mo(J)&&J.transactionMeta.phase==="building";if(R)J.transactionMeta.update.updates.push(F);let M=o.moleculeGraph.getRelationEntries({downstreamMoleculeKey:n.stringKey});if(M)for(let[X,{source:D}]of M)if(D===n.stringKey){let K=vo(X);nf(o,K)}else A.push(D);let _=J.moleculeData.getRelatedKeys(n.stringKey);if(_)for(let X of _){let D=J.families.get(X),K=i(o,D,n.key);$.push([D.key,K]),Af(o,K)}if(J.moleculeGraph.delete(n.stringKey),J.moleculeJoins.delete(n.stringKey),J.moleculeData.delete(n.stringKey),!R)J.on.moleculeDisposal.next(F);J.molecules.delete(n.stringKey);let w=wF(new Error);o.disposalTraces.add({key:f,trace:w})}function Ef(o,T,f,n){let S=fo(f),A=C(o),$=A.molecules.get(S);if(!$){let w=o.disposalTraces.buffer.find((X)=>X?.key===S);return o.logger.error("\u274C","molecule",f,"claim failed:",`Could not allocate to ${S} in store "${o.config.name}".`,w?`
12
+ ${S} was most recently disposed
13
+ ${w.trace}`:`No previous disposal trace for ${S} was found.`),f}let F=fo(T),J=A.molecules.get(F);if(!J){let w=o.disposalTraces.buffer.find((X)=>X?.key===F);return o.logger.error("\u274C","molecule",f,"claim failed:",`Could not allocate to ${F} in store "${o.config.name}".`,w?`
14
14
  ${F} was most recently disposed
15
- ${y.trace}`:`No previous disposal trace for ${F} was found.`),o}let R=T.moleculeGraph.getRelationEntries({downstreamMoleculeKey:$.stringKey}).filter(([,{source:y}])=>y!==A).map(([y])=>BT(y));if(f)n.moleculeGraph.delete(A);n.moleculeGraph.set({upstreamMoleculeKey:J.stringKey,downstreamMoleculeKey:$.stringKey},{source:J.stringKey});let O={type:"molecule_transfer",key:$.key,from:R,to:[J.key]};if(OT(n)&&n.transactionMeta.phase==="building")n.transactionMeta.update.updates.push(O);return o}function fn(T,S,o){switch(S){case"newValue":{yF(T,o);break}case"oldValue":{$o(o,T.token);break}}}function An(T,S,o){switch(S){case"newValue":{$o(o,T.token);break}case"oldValue":{if(yF(T,o),T.subType==="atom")o.valueMap.set(T.token.key,T.value);break}}}function yF(T,S){let{family:o}=T.token;if(o){let f=S.families.get(o.key);if(f)g(S,f,BT(o.subKey))}}function wF(T,S,o){switch(S){case"newValue":fo(o,T.provenance,T.key);break;case"oldValue":Ao(o,T.key);break}}function KF(T,S,o){switch(S){case"newValue":Ao(o,T.key);break;case"oldValue":{let f=T.provenance.map(BT);fo(o,f,T.key);for(let[A,n]of T.values){let $=o.families.get(A);if($){g(o,$,T.key);let F=`${A}(${fT(T.key)})`;o.valueMap.set(F,n)}}}break}}function HF(T,S,o){switch(S){case"newValue":{let f=T.to.length===1?T.to[0]:T.to;Eo(o,f,T.key,"exclusive")}break;case"oldValue":{let f=T.from.length===1?T.from[0]:T.from;Eo(o,f,T.key,"exclusive")}break}}function df(T,S,o){let f=T==="newValue"?S.updates:[...S.updates].reverse();for(let A of f)switch(A.type){case"atom_update":case"selector_update":gf(T,A,o);break;case"state_creation":fn(A,T,o);break;case"state_disposal":An(A,T,o);break;case"molecule_creation":wF(A,T,o);break;case"molecule_disposal":KF(A,T,o);break;case"molecule_transfer":HF(A,T,o);break;case"transaction_update":df(T,A,o);break}}function XF(T,S,o){if(mT(o)&&T)o.transactionMeta.epoch.set(T,S)}function GF(T,S,o){if(!mT(o))return;let A=o.transactionMeta.actionContinuities.getRelatedKey(T);if(A!==void 0)o.transactionMeta.epoch.set(A,S)}var YF=(T,S)=>{let o=L(S),{parent:f}=o;if(f===null||!OT(o)||o.transactionMeta?.phase!=="building"){S.logger.warn("\uD83D\uDC1E","transaction","???","applyTransaction called outside of a transaction. This is probably a bug in AtomIO.");return}o.transactionMeta.phase="applying",o.transactionMeta.update.output=T,f.child=null,f.on.transactionApplying.next(o.transactionMeta);let{updates:A}=o.transactionMeta.update;if(S.logger.info("\uD83D\uDEC4","transaction",o.transactionMeta.update.key,`Applying transaction with ${A.length} updates:`,A),df("newValue",o.transactionMeta.update,f),mT(f))GF(o.transactionMeta.update.key,o.transactionMeta.update.epoch,f),nT({key:o.transactionMeta.update.key,type:"transaction"},S)?.subject.next(o.transactionMeta.update),S.logger.info("\uD83D\uDEEC","transaction",o.transactionMeta.update.key,"Finished applying transaction.");else if(OT(f))f.transactionMeta.update.updates.push(o.transactionMeta.update);f.on.transactionApplying.next(null)};function EF(T,S,o){if(!mT(o))return;let{epoch:A,actionContinuities:n}=o.transactionMeta;if(n.set(T,S),!A.has(T))A.set(T,-1)}function zF(T){return{store:T}}function RT(T,...S){let o,f,A;if(S.length===1)o=S[0];else f=S[0],A=S[1],o=g(T,f,A);if("counterfeit"in o&&"family"in o){f=T.families.get(o.family.key);let n=o.family.subKey,$=T.disposalTraces.buffer.find((F)=>F?.key===n);switch(T.logger.error("\u274C",o.type,o.key,`could not be retrieved because it was not found in the store "${T.config.name}".`,$?`This state was previously disposed:
16
- ${$.trace}`:"No previous disposal trace was found."),f.type){case"atom_family":case"mutable_atom_family":return T.defaults.get(f.key);case"selector_family":case"readonly_selector_family":{if(T.defaults.has(f.key))return T.defaults.get(o.family.key);let F=nT(f,T).default(n);return T.defaults.set(f.key,F),F}}}return PS(nT(o,T),T)}class hT{a;b;cardinality;relations=new Map;contents=new Map;isAType;isBType;isContent;makeContentKey=(T,S)=>`${T}:${S}`;warn;getRelatedKeys(T){return this.relations.get(T)}addRelation(T,S){let o=this.relations.get(T),f=this.relations.get(S);if(o)o.add(S);else o=new Set([S]),this.relations.set(T,o);if(f)f.add(T);else f=new Set([T]),this.relations.set(S,f)}deleteRelation(T,S){let o=this.relations.get(T);if(o){if(o.delete(S),o.size===0)this.relations.delete(T);let f=this.relations.get(S);if(f){if(f.delete(T),f.size===0)this.relations.delete(S)}}}replaceRelationsUnsafely(T,S){this.relations.set(T,new Set(S));for(let o of S){let f=new Set().add(T);this.relations.set(o,f)}}replaceRelationsSafely(T,S){let o=this.relations.get(T),f=this.isAType?.(T)?T:void 0,A=f===void 0?T:void 0;if(o)for(let n of o){f??=n,A??=n;let $=this.relations.get(n);if($){if($.size===1)this.relations.delete(n);else $.delete(T);this.contents.delete(this.makeContentKey(f,A))}}this.relations.set(T,new Set(S));for(let n of S){let $=this.relations.get(n);if($)$.add(T);else $=new Set().add(T),this.relations.set(n,$)}}getContentInternal(T){return this.contents.get(T)}setContent(T,S){this.contents.set(T,S)}deleteContent(T){this.contents.delete(T)}constructor(T,S){if(this.a=T.between[0],this.b=T.between[1],this.cardinality=T.cardinality,!S?.externalStore)this.relations=new Map(T.relations?.map(([o,f])=>[o,new Set(f)])),this.contents=new Map(T.contents);if(this.isAType=S?.isAType??null,this.isBType=S?.isBType??null,this.isContent=S?.isContent??null,S?.makeContentKey)this.makeContentKey=S.makeContentKey;if(S?.externalStore){let o=S.externalStore;if(this.has=(f,A)=>o.has(f,A),this.addRelation=(f,A)=>{o.addRelation(f,A)},this.deleteRelation=(f,A)=>{o.deleteRelation(f,A)},this.replaceRelationsSafely=(f,A)=>{o.replaceRelationsSafely(f,A)},this.replaceRelationsUnsafely=(f,A)=>{o.replaceRelationsUnsafely(f,A)},this.getRelatedKeys=(f)=>o.getRelatedKeys(f),o.getContent)this.getContentInternal=(f)=>{return o.getContent(f)},this.setContent=(f,A)=>{o.setContent(f,A)},this.deleteContent=(f)=>{o.deleteContent(f)};for(let[f,A]of T.relations??[]){let n=this.isAType?.(f)?f:void 0,$=n===void 0?f:void 0;for(let F of A)n??=F,$??=F,this.addRelation(n,$)}for(let[f,A]of T.contents??[])this.setContent(f,A)}if(S?.warn)this.warn=S.warn}toJSON(){return{between:[this.a,this.b],cardinality:this.cardinality,relations:[...this.relations.entries()].map(([T,S])=>[T,[...S]]),contents:[...this.contents.entries()]}}set(...T){let S,o,f;switch(T.length){case 1:{let A=T[0];S=A[this.a],o=A[this.b],f=void 0;break}case 2:{let A=T[0];if(typeof A==="string")[S,o]=T;else S=A[this.a],o=A[this.b],f=T[1];break}default:{S=T[0],o=T[1],f=T[2];break}}switch(this.cardinality){case"1:1":{let A=this.getRelatedKey(S);if(A&&A!==o)this.delete(S,A)}case"1:n":{let A=this.getRelatedKey(o);if(A&&A!==S)this.delete(A,o)}}if(f){let A=this.makeContentKey(S,o);this.setContent(A,f)}return this.addRelation(S,o),this}delete(T,S){S=typeof S==="string"?S:T[this.b];let o=typeof T==="string"?T:T[this.a];if(o===void 0&&typeof S==="string"){let f=this.getRelatedKeys(S);if(f)for(let A of f)this.delete(A,S)}if(typeof o==="string"&&S===void 0){let f=this.getRelatedKeys(o);if(f)for(let A of f)this.delete(o,A)}if(typeof o==="string"&&typeof S==="string"){this.deleteRelation(o,S);let f=this.makeContentKey(o,S);this.deleteContent(f)}return this}getRelatedKey(T){let S=this.getRelatedKeys(T);if(S){if(S.size>1)this.warn?.(`${S.size} related keys were found for key "${T}": (${[...S].map((f)=>`"${f}"`).join(", ")}). Only one related key was expected.`);let o;for(let f of S){o=f;break}return o}}replaceRelations(T,S,o){let f=!Array.isArray(S),A=f?Object.keys(S):S;if(o?.reckless)this.replaceRelationsUnsafely(T,A);else this.replaceRelationsSafely(T,A);if(f)for(let n of A){let $=this.makeContentKey(T,n),F=S[n];this.setContent($,F)}return this}getContent(T,S){let o=this.makeContentKey(T,S);return this.getContentInternal(o)}getRelationEntries(T){let S=T[this.a],o=T[this.b];if(S!==void 0&&o===void 0){let f=this.getRelatedKeys(S);if(f)return[...f].map((A)=>{return[A,this.getContent(S,A)]})}if(S===void 0&&o!==void 0){let f=this.getRelatedKeys(o);if(f)return[...f].map((A)=>{return[A,this.getContent(A,o)]})}return[]}has(T,S){if(S)return this.getRelatedKeys(T)?.has(S)??!1;return this.relations.has(T)}}class _S extends Map{source;deleted=new Set;constructor(T){super();this.source=T}get(T){if(super.has(T))return super.get(T);if(!this.deleted.has(T)&&this.source.has(T))return this.source.get(T);return}set(T,S){return this.deleted.delete(T),super.set(T,S)}hasOwn(T){return super.has(T)}has(T){return!this.deleted.has(T)&&(super.has(T)||this.source.has(T))}delete(T){return this.deleted.add(T),super.delete(T)}}var QF=(T,S,o,f)=>{let A=L(o),n={parent:A,child:null,on:A.on,loggers:A.loggers,logger:A.logger,config:A.config,atoms:new _S(A.atoms),atomsThatAreDefault:new Set(A.atomsThatAreDefault),families:new _S(A.families),joins:new _S(A.joins),operation:{open:!1},readonlySelectors:new _S(A.readonlySelectors),timelines:new _S(A.timelines),timelineTopics:new hT(A.timelineTopics.toJSON()),trackers:new Map,transactions:new _S(A.transactions),selectorAtoms:new hT(A.selectorAtoms.toJSON()),selectorGraph:new hT(A.selectorGraph.toJSON(),{makeContentKey:(...R)=>R.sort().join(":")}),selectors:new _S(A.selectors),valueMap:new _S(A.valueMap),defaults:A.defaults,disposalTraces:o.disposalTraces.copy(),molecules:new _S(A.molecules),moleculeGraph:new hT(A.moleculeGraph.toJSON(),{makeContentKey:A.moleculeGraph.makeContentKey}),moleculeData:new hT(A.moleculeData.toJSON(),{makeContentKey:A.moleculeData.makeContentKey}),moleculeJoins:new hT(A.moleculeJoins.toJSON(),{makeContentKey:A.moleculeJoins.makeContentKey}),miscResources:new _S(A.miscResources)},$=DF(T,o),F={phase:"building",update:{type:"transaction_update",key:T,id:f,epoch:$===void 0?Number.NaN:$+1,updates:[],params:S,output:void 0},toolkit:{get:(...R)=>RT(J,...R),set:(...R)=>{VT(J,...R)},run:(R,O=Zf())=>zo(R,O,J),find:(R,O)=>g(J,R,O),seek:(R,O)=>cT(J,R,O),json:(R)=>NT(J,R),dispose:(...R)=>{$o(J,...R)},env:()=>zF(J)}},J=Object.assign(n,{transactionMeta:F});return A.child=J,o.logger.info("\uD83D\uDEEB","transaction",T,"Building transaction with params:",S),J};function nn(T,S){let o={key:T.key,type:"transaction",run:(n,$)=>{let F=QF(T.key,n,S,$);try{let J=L(S),{toolkit:R}=F.transactionMeta,O=T.do(R,...n);return YF(O,J),O}catch(J){throw SF(f),S.logger.warn("\uD83D\uDCA5","transaction",T.key,"caught:",J),J}},install:(n)=>nn(T,n),subject:new ST},f=L(S);f.transactions.set(o.key,o);let A=AS(o);return S.on.transactionCreation.next(A),A}function DF(T,S){let o=mT(S),f=o?S.transactionMeta.actionContinuities.getRelatedKey(T):void 0;return o&&f!==void 0?S.transactionMeta.epoch.get(f):void 0}function $f(T){return nn(T,s.STORE)}class UF{parent=null;child=null;valueMap=new Map;defaults=new Map;atoms=new Map;selectors=new Map;readonlySelectors=new Map;atomsThatAreDefault=new Set;selectorAtoms=new hT({between:["selectorKey","atomKey"],cardinality:"n:n"});selectorGraph=new hT({between:["upstreamSelectorKey","downstreamSelectorKey"],cardinality:"n:n"},{makeContentKey:(...T)=>T.sort().join(":")});trackers=new Map;families=new Map;joins=new Map;transactions=new Map;transactionMeta={epoch:new Map,actionContinuities:new hT({between:["continuity","action"],cardinality:"1:n"})};timelines=new Map;timelineTopics=new hT({between:["timelineKey","topicKey"],cardinality:"1:n"});disposalTraces=new cf(100);molecules=new Map;moleculeJoins=new hT({between:["moleculeKey","joinKey"],cardinality:"n:n"},{makeContentKey:(...T)=>T.sort().join(":")});moleculeGraph=new hT({between:["upstreamMoleculeKey","downstreamMoleculeKey"],cardinality:"n:n"},{makeContentKey:(...T)=>T.sort().join(":")});moleculeData=new hT({between:["moleculeKey","stateFamilyKey"],cardinality:"n:n"},{makeContentKey:(...T)=>T.sort().join(":")});miscResources=new Map;on={atomCreation:new ST,atomDisposal:new ST,selectorCreation:new ST,selectorDisposal:new ST,timelineCreation:new ST,transactionCreation:new ST,transactionApplying:new eA(null),operationClose:new ST,moleculeCreation:new ST,moleculeDisposal:new ST};operation={open:!1};config={name:"IMPLICIT_STORE",lifespan:"ephemeral"};loggers=[new Tn("warn",(T,S,o)=>!o.includes("\uD83D\uDD0D"))];logger={error:(...T)=>{for(let S of this.loggers)S.error(...T)},info:(...T)=>{for(let S of this.loggers)S.info(...T)},warn:(...T)=>{for(let S of this.loggers)S.warn(...T)}};constructor(T,S=null){if(this.config={...S?.config,...T},S!==null){if(this.valueMap=new Map(S?.valueMap),this.operation={...S?.operation},mT(S))this.transactionMeta={epoch:new Map(S?.transactionMeta.epoch),actionContinuities:new hT(S?.transactionMeta.actionContinuities.toJSON())};for(let[,f]of S.families){if(f.internalRoles?.includes("mutable")||f.internalRoles?.includes("join"))continue;f.install(this)}let o=new Set;for(let[,f]of S.atoms){if(o.has(f.key))continue;if(f.install(this),f.type==="mutable_atom"){let A=NT(S,f),n=bS(f);o.add(A.key),o.add(n.key)}}for(let[,f]of S.readonlySelectors)f.install(this);for(let[,f]of S.selectors){if(o.has(f.key))continue;f.install(this)}for(let[,f]of S.transactions)f.install(this);for(let[,f]of S.timelines)f.install(this)}}}var s={get STORE(){if(!globalThis.ATOM_IO_IMPLICIT_STORE)globalThis.ATOM_IO_IMPLICIT_STORE=new UF({name:"IMPLICIT_STORE",lifespan:"ephemeral"});return globalThis.ATOM_IO_IMPLICIT_STORE}};function nT(T,S){let o,f=S;while(f!==null){switch(T.type){case"atom":case"mutable_atom":o=f.atoms.get(T.key);break;case"selector":o=f.selectors.get(T.key);break;case"readonly_selector":o=f.readonlySelectors.get(T.key);break;case"atom_family":case"mutable_atom_family":case"selector_family":case"readonly_selector_family":o=f.families.get(T.key);break;case"timeline":o=f.timelines.get(T.key);break;case"transaction":o=f.transactions.get(T.key);break}if(o)return o;f=f.child}throw new no(T,S)}function VF(T,S,o){let f=T.families.get(S.key);if(f===void 0)throw new no(S,T);let A=f(o),n=L(T);if(A.family){if(mT(n))switch(A.type){case"atom":case"mutable_atom":T.on.atomCreation.next(A);break;case"selector":case"readonly_selector":T.on.selectorCreation.next(A);break}else if(OT(n)&&n.on.transactionApplying.state===null)n.transactionMeta.update.updates.push({type:"state_creation",token:A})}return A}function cT(T,S,o){let f=fT(o),A=`${S.key}(${f})`,n=L(T),$;switch(S.type){case"atom_family":case"mutable_atom_family":$=n.atoms.get(A);break;case"selector_family":$=n.selectors.get(A);break;case"readonly_selector_family":$=n.readonlySelectors.get(A);break}if($)return AS($);return $}function g(T,S,o){let f=cT(T,S,o);if(f)return f;let A=fT(o),n=T.molecules.get(A);if(!n&&T.config.lifespan==="immortal"){let $=l$(S,o);return T.logger.error("\u274C",$.type,$.key,`was not found in store "${T.config.name}"; returned a counterfeit token.`),$}if(f=VF(T,S,o),n)L(T).moleculeData.set(A,S.key);return f}function $o(T,...S){let o;if(S.length===1)o=S[0];else{let f=S[0],A=S[1];o=g(T,f,A)}try{nT(o,T)}catch(f){T.logger.error("\u274C",o.type,o.key,`could not be disposed because it was not found in the store "${T.config.name}".`);return}switch(o.type){case"atom":case"mutable_atom":$n(o,T);break;case"selector":case"readonly_selector":BF(o,T);break}}var lf=(T,S)=>L(S).atoms.has(T),IO=(T,S)=>L(S).selectors.has(T),jO=(T,S)=>L(S).readonlySelectors.has(T),tF=(T,S)=>lf(T,S)||IO(T,S)||jO(T,S);var uf=(T,S)=>{return L(S).selectorGraph.getRelationEntries({downstreamSelectorKey:T}).filter(([f,{source:A}])=>A!==T).map(([f,{source:A}])=>A).filter((f)=>tF(f,S))};var Fn=(T,S,o)=>{let f=[],A=uf(T,o);while(A.length>0){let n=A.shift();if(S.has(n))continue;if(S.add(n),!lf(n,o))A.push(...uf(n,o));else if(!f.includes(n))f.push(n)}return f},LF=(T,S)=>{let o=T.key,f=uf(o,S),A=new Set;return f.flatMap((n)=>lf(n,S)?n:Fn(n,A,S))};var CF=(T,S,o,f)=>{let A=L(f);if(S.type==="atom"||S.type==="mutable_atom")A.selectorAtoms.set({selectorKey:T,atomKey:S.key}),f.logger.info("\uD83D\uDD0D","selector",T,`discovers root atom "${S.key}"`);else{let n=Fn(S.key,o,f);f.logger.info("\uD83D\uDD0D","selector",T,`discovers root atoms: [ ${n.map(($)=>`"${$}"`).join(", ")} ]`);for(let $ of n)A.selectorAtoms=A.selectorAtoms.set({selectorKey:T,atomKey:$})}o.add(S.key)};var ef=(T,S,o)=>({get:(...f)=>{let A=L(o),n;if(f.length===2){let[J,R]=f;n=g(o,J,R)}else[n]=f;let $=nT(n,o),F=PS($,o);return o.logger.info("\uD83D\uDD0C","selector",T,`registers dependency ( "${n.key}" =`,F,")"),A.selectorGraph.set({upstreamSelectorKey:n.key,downstreamSelectorKey:T},{source:n.key}),CF(T,n,S,o),F},set:(...f)=>{let A,n;if(f.length===2)A=f[0],n=f[1];else{let J=f[0],R=f[1];n=f[2],A=g(o,J,R)}let $=L(o),F=nT(A,$);Pf(F,n,$)},find:(f,A)=>g(o,f,A),seek:(f,A)=>cT(o,f,A),json:(f)=>NT(o,f)});var of=(T,S,o)=>{let f=L(T),A=new ST,n=new Set,{get:$,find:F,seek:J,json:R}=ef(S.key,n,f),O=()=>{let E=S.get({get:$,find:F,seek:J,json:R});return WS(S.key,E,A,L(T)),n.clear(),E},k={...S,subject:A,install:(E)=>of(E,S,o),get:O,type:"readonly_selector",...o&&{family:o}};f.readonlySelectors.set(S.key,k);let y=O();T.logger.info("\u2728",k.type,k.key,"=",y);let H={key:S.key,type:"readonly_selector"};if(o)H.family=o;return H};var Ff=(T,S,o)=>{let f=L(T),A=new ST,n=new Set,$=ef(S.key,n,f),{find:F,get:J,seek:R,json:O}=$,k={find:F,get:J,seek:R,json:O},y=(b=S.get,q=L(T))=>{let P=b(k);return WS(S.key,P,A,q),n.clear(),P},E={...S,subject:A,install:(b)=>Ff(b,S,o),get:y,set:(b)=>{let q=L(T),P=y(S.get,q),X=pf(b)(P);if(T.logger.info("\uD83D\uDCDD","selector",S.key,"set (",P,"->",X,")"),WS(S.key,X,A,q),Qo(q,S.key),mT(q))A.next({newValue:X,oldValue:P});S.set($,X)},type:"selector",...o&&{family:o}};f.selectors.set(S.key,E);let G=y();T.logger.info("\u2728",E.type,E.key,"=",G);let I={key:S.key,type:"selector"};if(o)I.family=o;return I};function XS(T,S){if("set"in S){let A=Ff(T,S,void 0);return T.on.selectorCreation.next(A),A}let f=of(T,S,void 0);return T.on.selectorCreation.next(f),f}function BF(T,S){let o=L(S),{key:f}=T,A=nT(T,o);if(!A.family)S.logger.error("\u274C","selector",f,"Standalone selectors cannot be disposed.");else{if(o.molecules.get(A.family.subKey))o.moleculeData.delete(A.family.subKey,A.family.key);switch(T.type){case"selector":{o.selectors.delete(f);let $=nT({key:A.family.key,type:"selector_family"},S)}break;case"readonly_selector":o.readonlySelectors.delete(f),nT({key:A.family.key,type:"readonly_selector_family"},S).subject.next({type:"state_disposal",subType:"selector",token:T});break}if(o.valueMap.delete(f),o.selectorAtoms.delete(f),o.selectorGraph.delete(f),S.logger.info("\uD83D\uDD25",T.type,f,"deleted"),OT(o)&&o.transactionMeta.phase==="building")o.transactionMeta.update.updates.push({type:"state_disposal",subType:"selector",token:T});else S.on.selectorDisposal.next(T)}}function Af(T,S,o){let f={key:S.key,type:"selector_family"},A=T.families.get(S.key);if(A)T.logger.error("\u2757","selector_family",S.key,`Overwriting an existing ${LS(A)} "${A.key}" in store "${T.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);let n=new ST,F=Object.assign((J)=>{let R=fT(J),O={key:S.key,subKey:R},k=`${S.key}(${R})`,y=L(T),H=Ff(y,{key:k,get:S.get(J),set:S.set(J)},O);return n.next({type:"state_creation",token:H}),H},f,{internalRoles:o,subject:n,install:(J)=>Af(J,S),default:(J)=>{return S.get(J)({get:(...O)=>RT(T,...O),find:(O,k)=>g(T,O,k),seek:(O,k)=>cT(T,O,k),json:(O)=>NT(T,O)})}});return T.families.set(S.key,F),f}function IF(T,S,o=s.STORE){let f=Af(o,{key:`${T.key}:JSON`,get:(n)=>({get:$})=>{let F=$(T,n);return S.toJson(F)},set:(n)=>({set:$},F)=>{$(T,n,S.fromJson(F))}},["mutable","json"]);return nT(T,o).subject.subscribe(`store=${o.config.name}::json-selector-family`,(n)=>{if(n.token.family)cT(o,f,BT(n.token.family.subKey))}),f}var BT=(T)=>JSON.parse(T),fT=(T)=>JSON.stringify(T),fK=[Array.prototype,Boolean.prototype,Number.prototype,Object.prototype,String.prototype];var jF=(T,S)=>{let o=L(S);if(o.operation.open)return o.operation.prev.get(T.key);return o.valueMap.get(T.key)};var On=(T,S)=>{let o=L(S);return LF(T,S).map((A)=>{let n=o.atoms.get(A);if(n===void 0)throw new Error(`Atom "${A}", a dependency of selector "${T.key}", not found in store "${S.config.name}".`);return n.subject.subscribe(`${T.type}:${T.key}`,($)=>{S.logger.info("\uD83D\uDCE2",T.type,T.key,"root",A,"went",$.oldValue,"->",$.newValue);let F=jF(T,o),J=PS(T,o);S.logger.info("\u2728",T.type,T.key,"went",F,"->",J),T.subject.next({newValue:J,oldValue:F})})})};function lT(T,S,o,f){function A(k){if(f.operation.open){let y=f.on.operationClose.subscribe(`state subscription ${o}`,()=>{y(),S(k)})}else S(k)}let n=nT(T,f);f.logger.info("\uD83D\uDC40",n.type,n.key,`Adding subscription "${o}"`);let $=n.type==="selector"||n.type==="readonly_selector",F=null,J=A;if($)F=On(n,f),J=(k)=>{if(F)F.length=0,F.push(...On(n,f));A(k)};let R=n.subject.subscribe(o,J);return()=>{if(f.logger.info("\uD83D\uDE48",n.type,n.key,`Removing subscription "${o}"`),R(),F)for(let k of F)k()}}var Jn=(T,S,o,f)=>{let A=nT(T,f);f.logger.info("\uD83D\uDC40","timeline",T.key,`Adding subscription "${o}"`);let n=A.subject.subscribe(o,S);return()=>{f.logger.info("\uD83D\uDE48","timeline",T.key,`Removing subscription "${o}" from timeline`),n()}};var Rn=(T,S,o,f)=>{let A=nT(T,f);f.logger.info("\uD83D\uDC40","transaction",T.key,`Adding subscription "${o}"`);let n=A.subject.subscribe(o,S);return()=>{f.logger.info("\uD83D\uDE48","transaction",T.key,`Removing subscription "${o}"`),n()}};class gS{Update;initializeState(T,S){let o=`*${T.key}`;S.atoms.delete(o),S.valueMap.delete(o);let f=T.family?{key:`*${T.family.key}`,subKey:T.family.subKey}:void 0,A=fS(S,{key:o,default:null},f);if(S.parent?.valueMap.has(o)){let n=S.parent.valueMap.get(o);S.valueMap.set(o,n)}return A}unsubscribeFromInnerValue;unsubscribeFromState;observeCore(T,S,o){let f=`tracker:${o.config.name}:${OT(o)?o.transactionMeta.update.key:"main"}:${T.key}`,A=RT(o,T);this.unsubscribeFromInnerValue=A.subscribe(f,(n)=>{VT(o,S,n)}),this.unsubscribeFromState=lT(T,(n)=>{if(n.newValue!==n.oldValue)this.unsubscribeFromInnerValue(),this.unsubscribeFromInnerValue=n.newValue.subscribe(f,($)=>{VT(o,S,$)})},f,o)}updateCore(T,S,o){let f=`tracker:${o.config.name}:${OT(o)?o.transactionMeta.update.key:"main"}:${T.key}`;lT(S,({newValue:A,oldValue:n})=>{let $=o.timelineTopics.getRelatedKey(S.key);if($){if(o.timelines.get($)?.timeTraveling){let R=Jn({key:$,type:"timeline"},(O)=>{R(),VT(o,T,(k)=>{if(O==="redo"&&A)k.do(A);else if(O==="undo"&&n)k.undo(n);return k})},f,o);return}}let F=o.on.operationClose.subscribe(f,()=>{F();let J=RT(o,T),R=A===null?-1:J.getUpdateNumber(A),O=R-J.cacheUpdateNumber;if(A&&O===1)VT(o,T,(k)=>(k.do(A),k));else o.logger.info("\u274C","mutable_atom",T.key,`could not be updated. Expected update number ${J.cacheUpdateNumber+1}, but got ${R}`)})},f,o)}mutableState;latestUpdateState;dispose;constructor(T,S){this.mutableState=T;let o=L(S);this.latestUpdateState=this.initializeState(T,o),this.observeCore(T,this.latestUpdateState,o),this.updateCore(T,this.latestUpdateState,o),o.trackers.set(T.key,this),this.dispose=()=>{this.unsubscribeFromInnerValue(),this.unsubscribeFromState(),o.trackers.delete(T.key)}}}function Jf(T,S,o){T.logger.info("\uD83D\uDD28","atom",S.key,`creating in store "${T.config.name}"`);let f=L(T),A=f.atoms.get(S.key);if(A&&A.type==="mutable_atom")return T.logger.error("\u274C","atom",S.key,"Tried to create atom, but it already exists in the store."),AS(A);let n=new ST,$={...S,type:"mutable_atom",install:(R)=>{return R.logger.info("\uD83D\uDEE0\uFE0F","atom",S.key,`installing in store "${R.config.name}"`),Jf(R,S,o)},subject:n};if(o)$.family=o;let F=S.default();f.atoms.set($.key,$),sf(S.key,T),WS(S.key,F,n,f);let J=AS($);if(S.effects){let R=0,O=[];for(let k of S.effects){let y=k({setSelf:(H)=>{VT(T,J,H)},onSet:(H)=>lT(J,H,`effect[${R}]`,T)});if(y)O.push(y);++R}$.cleanup=()=>{for(let k of O)k()}}if(new gS(J,T),!o)i$(J,S,T);return J}class Mn{Update;latestUpdateAtoms;mutableAtoms;constructor(T,S){let o=tS(S,{key:`*${T.key}`,default:null},["mutable","updates"]);this.latestUpdateAtoms=nT(o,S),this.mutableAtoms=T,this.mutableAtoms.subject.subscribe(`store=${S.config.name}::tracker-atom-family`,(f)=>{if(f.token.family){let A=BT(f.token.family.subKey);cT(S,this.latestUpdateAtoms,A),new gS(f.token,S)}}),this.latestUpdateAtoms.subject.subscribe(`store=${S.config.name}::tracker-atom-family`,(f)=>{if(f.token.family){let A=BT(f.token.family.subKey),n=cT(S,this.mutableAtoms,A);if(n)new gS(n,S)}})}}function Sf(T,S,o){let f={key:S.key,type:"mutable_atom_family"},A=T.families.get(S.key);if(A)T.logger.error("\u2757","mutable_atom_family",S.key,`Overwriting an existing ${LS(A)} "${A.key}" in store "${T.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);let n=new ST,F=Object.assign((J)=>{let R=fT(J),O={key:S.key,subKey:R},k=`${S.key}(${R})`,y=L(T),H={key:k,default:()=>S.default(J),toJson:S.toJson,fromJson:S.fromJson,mutable:!0};if(S.effects)H.effects=S.effects(J);let E=Jf(y,H,O);return n.next({type:"state_creation",token:E}),E},f,{subject:n,install:(J)=>Sf(J,S),toJson:S.toJson,fromJson:S.fromJson,internalRoles:o});return T.families.set(S.key,F),IF(F,S,T),new Mn(F,T),f}var Wn=(T,S)=>{let o=L(S),f=`${T.key}:JSON`;return o.families.get(f)};var NT=(T,S)=>{if(S.family){let f=L(T),n={key:`${S.family.key}:JSON`,type:"selector_family"},$=nT(n,f),F=JSON.parse(S.family.subKey);return g(T,$,F)}return{type:"selector",key:`${S.key}:JSON`}};var bS=(T)=>{let o={type:"atom",key:`*${T.key}`};if(T.family)o.family={key:`*${T.family.key}`,subKey:T.family.subKey};return o};function RF(T){return typeof T==="object"&&T!==null&&"do"in T&&"undo"in T&&"subscribe"in T}function nf(T,S,o){let f=S.valueMap.get(T.key),A=o.valueMap.get(T.key);if(f===A){if(f===void 0)return typeof T.default==="function"?T.default():T.default;S.logger.info("\uD83D\uDCC3","atom",T.key,"copying");let n=T.toJson(f),$=T.fromJson(n);return o.valueMap.set(T.key,$),new gS(T,S),$}return A}function WS(T,S,o,f){let A=f.valueMap.get(T);if(A instanceof Tf)A.use(S);if(S instanceof Promise){let n=new Tf(S);return f.valueMap.set(T,n),n.then(($)=>{WS(T,$,o,f),o.next({newValue:$,oldValue:n})}).catch(($)=>{f.logger.error("\uD83D\uDCA5","state",T,"rejected:",$)}),n}return f.valueMap.set(T,S),S}var oF=(T,S)=>{let o=S.valueMap.get(T.key);if(T.type==="mutable_atom"&&OT(S)){let{parent:f}=S;o=nf(T,f,S)}return o},FF=(T,S)=>{let o=S.valueMap.get(T);if(o instanceof Tf){let f=o,A=S.selectors.get(T)??S.readonlySelectors.get(T);if(A)f.use(A.get());return}if(S.operation.open)S.operation.prev.set(T,o);S.valueMap.delete(T),S.logger.info("\uD83D\uDDD1","state",T,"evicted")};var MF=(T,S)=>{return L(S).atomsThatAreDefault.has(T)},sf=(T,S)=>{let o=L(S);o.atomsThatAreDefault=new Set(o.atomsThatAreDefault).add(T)},WF=(T,S)=>{let o=L(S);o.atomsThatAreDefault=new Set(L(S).atomsThatAreDefault),o.atomsThatAreDefault.delete(T)};function fS(T,S,o){T.logger.info("\uD83D\uDD28","atom",S.key,`creating in store "${T.config.name}"`);let f=L(T),A=f.atoms.get(S.key);if(A&&A.type==="atom")return T.logger.error("\u274C","atom",S.key,"Tried to create atom, but it already exists in the store."),AS(A);let n=new ST,$={...S,type:"atom",install:(R)=>{return R.logger.info("\uD83D\uDEE0\uFE0F","atom",S.key,`installing in store "${R.config.name}"`),fS(R,S,o)},subject:n};if(o)$.family=o;let F=S.default;if(S.default instanceof Function)F=S.default();f.atoms.set($.key,$),sf(S.key,T),WS(S.key,F,n,f);let J=AS($);if(S.effects){let R=0,O=[];for(let k of S.effects){let y=k({setSelf:(H)=>{VT(T,J,H)},onSet:(H)=>lT(J,H,`effect[${R}]`,T)});if(y)O.push(y);++R}$.cleanup=()=>{for(let k of O)k()}}return J}function u$(T,S){if("mutable"in S){let A=Jf(T,S,void 0);return T.on.atomCreation.next(A),A}let f=fS(T,S,void 0);return T.on.atomCreation.next(f),f}function $n(T,S){let o=L(S),{key:f,family:A}=T,n=nT(T,o);if(!A)S.logger.error("\u274C","atom",f,"Standalone atoms cannot be disposed.");else{n.cleanup?.();let $=S.valueMap.get(n.key),F=nT({key:A.key,type:"atom_family"},S),J={type:"state_disposal",subType:"atom",token:T,value:$};F.subject.next(J);let R=OT(o);if(o.atoms.delete(f),o.valueMap.delete(f),o.selectorAtoms.delete(f),o.atomsThatAreDefault.delete(f),S.timelineTopics.delete(f),T.type==="mutable_atom"){let O=bS(T);$n(O,S),S.trackers.delete(f)}if(S.logger.info("\uD83D\uDD25","atom",f,"deleted"),R&&o.transactionMeta.phase==="building"){let O=o.transactionMeta.update.updates.at(-1);if(!(O?.type==="molecule_disposal"&&O.values.some(([H])=>H===n.family?.key)))o.transactionMeta.update.updates.push(J)}else S.on.atomDisposal.next(T)}}var _n=(T)=>{let S=fS(T,{key:"\uD83D\uDD0D Atom Token Index (Internal)",default:()=>{let o=new Map;for(let[f,A]of T.atoms)if(!f.includes("\uD83D\uDD0D")){let n=AS(A);if(A.family){let $=o.get(A.family.key);if(!$||!("familyMembers"in $))$={key:A.family.key,familyMembers:new Map},o.set(A.family.key,$);$.familyMembers.set(A.family.subKey,n)}else o.set(f,n)}return o},effects:[({setSelf:o})=>{T.on.atomCreation.subscribe("introspection",(f)=>{if(f.key.includes("\uD83D\uDD0D"))return;o((A)=>{if(f.family){let{key:n,subKey:$}=f.family,F=A.get(n);if(F===void 0||!("familyMembers"in F))F={key:n,familyMembers:new Map},A.set(n,F);F.familyMembers.set($,f)}else A.set(f.key,f);return A})}),T.on.atomDisposal.subscribe("introspection",(f)=>{o((A)=>{if(f.family){let{key:n,subKey:$}=f.family,F=A.get(n);if(F&&"familyMembers"in F){if(F.familyMembers.delete($),F.familyMembers.size===0)A.delete(n)}}else A.delete(f.key);return A})})}]},void 0);return XS(T,{key:"\uD83D\uDD0D Atom Token Index",get:({get:o})=>o(S)})};var kn=(T)=>{let S=fS(T,{key:"\uD83D\uDD0D Selector Token Index (Internal)",default:()=>{let o=new Map;for(let f of[T.readonlySelectors,T.selectors])for(let[A,n]of f)if(!A.includes("\uD83D\uDD0D")){let $=AS(n);if(n.family){let F=o.get(n.family.key);if(!F||!("familyMembers"in F))F={key:n.family.key,familyMembers:new Map},o.set(n.family.key,F);F.familyMembers.set(n.family.subKey,$)}else o.set(A,$)}return o},effects:[({setSelf:o})=>{T.on.selectorCreation.subscribe("introspection",(f)=>{if(f.key.includes("\uD83D\uDD0D"))return;o((A)=>{if(f.family){let{key:n,subKey:$}=f.family,F=A.get(n);if(F===void 0||!("familyMembers"in F))F={key:n,familyMembers:new Map},A.set(n,F);F.familyMembers.set($,f)}else A.set(f.key,f);return A})}),T.on.selectorDisposal.subscribe("introspection",(f)=>{o((A)=>{if(f.family){let{key:n,subKey:$}=f.family,F=A.get(n);if(F&&"familyMembers"in F){if(F.familyMembers.delete($),F.familyMembers.size===0)A.delete(n)}}else A.delete(f.key);return A})})}]},void 0);return XS(T,{key:"\uD83D\uDD0D Selector Token Index",get:({get:o})=>o(S)})};class af{supported;constructor(T){this.supported=T}refine(T){for(let[S,o]of Object.entries(this.supported))try{if(o(T)===!0&&o!==Boolean)return{type:S,data:T}}catch(f){try{if(T instanceof o)return{type:S,data:T}}catch(A){}}return null}}var yn=new af({number:(T)=>typeof T==="number",string:(T)=>typeof T==="string",boolean:(T)=>typeof T==="boolean",null:(T)=>T===null});function wn(T){if(!T)return!1;return Object.getPrototypeOf(T)===Object.prototype}var Kn=new af({object:wn,array:(T)=>Array.isArray(T)}),NO=new af({...yn.supported,...Kn.supported}),Do=(T)=>{if(T===void 0)return"undefined";let S=NO.refine(T);if(S)return S.type;return Object.getPrototypeOf(T).constructor.name};class NF{store;auditorCreatedAt=performance.now();statesCreatedAt=new Map;atomIndex;selectorIndex;disposed=!1;unsubscribeFromAtomCreation;unsubscribeFromAtomDisposal;unsubscribeFromSelectorCreation;unsubscribeFromSelectorDisposal;constructor(T=s.STORE){this.store=T;this.atomIndex=_n(this.store),this.selectorIndex=kn(this.store),this.unsubscribeFromAtomCreation=this.store.on.atomCreation.subscribe(`auditor-${this.auditorCreatedAt}`,({key:S})=>{this.statesCreatedAt.set(S,performance.now()-this.auditorCreatedAt)}),this.unsubscribeFromAtomDisposal=this.store.on.atomDisposal.subscribe(`auditor-${this.auditorCreatedAt}`,({key:S})=>{this.statesCreatedAt.delete(S)}),this.unsubscribeFromSelectorCreation=this.store.on.selectorCreation.subscribe(`auditor-${this.auditorCreatedAt}`,({key:S})=>{this.statesCreatedAt.set(S,performance.now()-this.auditorCreatedAt)}),this.unsubscribeFromSelectorDisposal=this.store.on.selectorDisposal.subscribe(`auditor-${this.auditorCreatedAt}`,({key:S})=>{this.statesCreatedAt.delete(S)})}static DEFAULT_LIST_RESOURCES_PARAM={atomFamilies:!0,selectorFamilies:!0};listResources(T=NF.DEFAULT_LIST_RESOURCES_PARAM){if(this.disposed)throw new Error("This Auditor has been disposed");let S=sA(this.atomIndex),o=sA(this.selectorIndex),f=[...S.values()].filter((F)=>("familyMembers"in F)),A=[...o.values()].filter((F)=>("familyMembers"in F)),n=performance.now(),$=[];if(T.atomFamilies)for(let F of f){let J=F.familyMembers.values();for(let R of J){let k=this.statesCreatedAt.get(R.key)??this.auditorCreatedAt,y=n-k;$.push([R,y])}}if(T.selectorFamilies)for(let F of A){let J=F.familyMembers.values();for(let R of J){let k=this.statesCreatedAt.get(R.key)??this.auditorCreatedAt,y=n-k;$.push([R,y])}}return $}[Symbol.dispose](){this.unsubscribeFromAtomCreation(),this.unsubscribeFromAtomDisposal(),this.unsubscribeFromSelectorCreation(),this.unsubscribeFromSelectorDisposal(),this.disposed=!0}}var Hn=(T,S)=>{let o=(f,A)=>{let $=((J,R)=>{let O=S(J,R);if(O)return O;return null})(f,A);if($?.jobComplete??$?.pathComplete)return $;let F=Array.isArray(A)?A.map((J,R)=>[R,J]):wn(A)?Object.entries(A):[];for(let[J,R]of F){let O=o([...f,J],R);if(O?.jobComplete)return O}return{}};o([],T)};function mO(T,S){return{summary:`${T<S?"+":"-"}${Math.abs(T-S)} (${T} \u2192 ${S})`}}function hO(T,S){return{summary:`${T.length<S.length?"+":"-"}${Math.abs(T.length-S.length)} ("${T}" \u2192 "${S}")`}}function bO(T,S){return{summary:`${T} \u2192 ${S}`}}function mF(T,S,o){let f="",A=[],n=[],$=[];return Hn(T,(F,J)=>{let R;for(R of F){let O=S[R];if(O===void 0)n.push([R,JSON.stringify(J)]);else{let k=o(J,O);if(k.summary!=="No Change")$.push([R,k])}}}),Hn(S,(F,J)=>{let R;for(R of F)if(T[R]===void 0)A.push([R,JSON.stringify(J)])}),f=`\uFF5E${$.length} \uFF0B${A.length} \uFF0D${n.length}`,{summary:f,added:A,removed:n,changed:$}}function xO(T,S,o){return mF(T,S,o)}class hF{leafRefinery;treeRefinery;leafDiffers;treeDiffers;constructor(T,S,o){this.leafRefinery=T,this.treeRefinery=S,this.leafDiffers={},this.treeDiffers={};for(let f of Object.keys(T.supported)){let A=o[f];this.leafDiffers[f]=A}for(let f of Object.keys(S.supported)){let A=o[f];this.treeDiffers[f]=A}}diff(T,S){if(T===S)return{summary:"No Change"};let o=this.leafRefinery.refine(T)??this.treeRefinery.refine(T),f=this.leafRefinery.refine(S)??this.treeRefinery.refine(S);if(o!==null&&f!==null){if(o.type===f.type){if(o.type in this.leafDiffers)return this.leafDiffers[o.type](o.data,f.data);if(o.type in this.treeDiffers)return this.treeDiffers[o.type](o.data,f.data,(F,J)=>this.diff(F,J))}}let A=Do(T),n=Do(S);if(A===n)return{summary:`${A} \u2192 ${n}`};return{summary:`Type change: ${A} \u2192 ${n}`}}}var wX=new hF(yn,Kn,{number:mO,string:hO,boolean:bO,null:()=>({summary:"No Change"}),object:mF,array:xO});class bT extends Set{mode="record";subject=new ST;cacheLimit=0;cache=[];cacheIdx=-1;cacheUpdateNumber=-1;constructor(T,S=0){super(T);if(T instanceof bT)this.parent=T,this.cacheUpdateNumber=T.cacheUpdateNumber;if(S)this.cacheLimit=S,this.cache=new Array(S),this.subscribe("auto cache",(o)=>{this.cacheIdx++,this.cacheIdx%=this.cacheLimit,this.cache[this.cacheIdx]=o})}toJSON(){return{members:[...this],cache:this.cache,cacheLimit:this.cacheLimit,cacheIdx:this.cacheIdx,cacheUpdateNumber:this.cacheUpdateNumber}}static fromJSON(T){let S=new bT(T.members,T.cacheLimit);return S.cache=T.cache,S.cacheIdx=T.cacheIdx,S.cacheUpdateNumber=T.cacheUpdateNumber,S}add(T){let S=super.add(T);if(this.mode==="record")this.cacheUpdateNumber++,this.emit(`add:${fT(T)}`);return S}clear(){let T=this.mode==="record"?[...this]:null;if(super.clear(),T)this.cacheUpdateNumber++,this.emit(`clear:${JSON.stringify(T)}`)}delete(T){let S=super.delete(T);if(this.mode==="record")this.cacheUpdateNumber++,this.emit(`del:${fT(T)}`);return S}parent;child=null;transactionUpdates=null;transaction(T){this.mode="transaction",this.transactionUpdates=[],this.child=new bT(this);let S=this.child._subscribe("transaction",(o)=>{this.transactionUpdates?.push(o)});try{if(T(this.child)){for(let f of this.transactionUpdates)this.doStep(f);this.cacheUpdateNumber++,this.emit(`tx:${this.transactionUpdates.join(";")}`)}}catch(o){throw console.warn("Did not apply transaction to SetRTX; this error was thrown:",o),o}finally{S(),this.child=null,this.transactionUpdates=null,this.mode="record"}}_subscribe(T,S){return this.subject.subscribe(T,S)}subscribe(T,S){return this.subject.subscribe(T,(o)=>{S(`${this.cacheUpdateNumber}=${o}`)})}emit(T){this.subject.next(T)}doStep(T){let S=T.indexOf(":"),o=T.substring(0,S),f=T.substring(S+1);switch(o){case"add":this.add(JSON.parse(f));break;case"clear":this.clear();break;case"del":this.delete(JSON.parse(f));break;case"tx":for(let A of f.split(";"))this.doStep(A)}}getUpdateNumber(T){let S=T.indexOf("=");return Number(T.substring(0,S))}do(T){let S=T.indexOf("="),o=Number(T.substring(0,S)),f=o-this.cacheUpdateNumber;if(f>0){if(f===1){this.mode="playback";let n=T.substring(S+1);return this.doStep(n),this.mode="record",this.cacheUpdateNumber=o,null}return this.cacheUpdateNumber+1}if(Math.abs(f)<this.cacheLimit){let n=this.cacheIdx+f;if(this.cache[n]===T)return null;this.mode="playback";let F=!1;while(!F){this.cacheIdx%=this.cacheLimit;let R=this.cache[this.cacheIdx];if(this.cacheIdx--,!R)return"OUT_OF_RANGE";this.undo(R),F=this.cacheIdx===n-1}let J=T.substring(S+1);return this.doStep(J),this.mode="record",this.cacheUpdateNumber=o,null}return"OUT_OF_RANGE"}undoStep(T){let S=T.indexOf(":"),o=T.substring(0,S),f=T.substring(S+1);switch(o){case"add":this.delete(JSON.parse(f));break;case"del":this.add(JSON.parse(f));break;case"clear":{let A=JSON.parse(f);for(let n of A)this.add(n);break}case"tx":{let A=f.split(";");for(let n=A.length-1;n>=0;n--)this.undoStep(A[n])}}}undo(T){let S=T.indexOf("=");if(Number(T.substring(0,S))===this.cacheUpdateNumber){this.mode="playback";let f=T.substring(S+1);return this.undoStep(f),this.mode="record",this.cacheUpdateNumber--,null}return this.cacheUpdateNumber}}function ET(T){return T[0].toUpperCase()+T.slice(1)}class Xn{toolkit;options;defaultContent;molecules=new Map;relations;states;core;transact(T,S){let o=this.toolkit;this.toolkit=T,S(this),this.toolkit=o}store;realm;[Symbol.dispose](){}constructor(T,S,o=s.STORE){this.store=o,this.realm=new Sn(o),this.options=T,this.defaultContent=S,this.store.miscResources.set(`join:${T.key}`,this),this.realm.allocate("root",T.key),this.toolkit={get:(...X)=>RT(o,...X),set:(...X)=>{VT(o,...X)},find:(...X)=>g(o,...X),seek:(...X)=>cT(o,...X),json:(X)=>NT(o,X)};let f=T.between[0],A=T.between[1],n=Sf(o,{key:`${T.key}/relatedKeys`,default:()=>new bT,mutable:!0,fromJson:(X)=>bT.fromJSON(X),toJson:(X)=>X.toJSON()},["join","relations"]);this.core={relatedKeysAtoms:n};let $=({get:X},D)=>X(n,D),F=({set:X},D,V)=>{if(!this.store.molecules.has(fT(D)))this.realm.allocate(T.key,D);X(n,D,(U)=>U.add(V)),X(n,V,(U)=>U.add(D))},J=({set:X},D,V)=>{X(n,D,(U)=>{return U.delete(V),U}),X(n,V,(U)=>{return U.delete(D),U})},R=(X,D,V)=>{let{find:U,get:v,set:l}=X,Y=U(n,D),a=v(Y);for(let Z of a){if(V.includes(Z))continue;l(n,Z,(WT)=>{return WT.delete(D),WT})}l(Y,(Z)=>{return Z.transaction((TT)=>{TT.clear();for(let WT of V){let CT=$(X,WT),oS=CT.has(D);if(this.relations.cardinality==="1:n"){let mS=[];for(let z of CT){if(z===D)continue;let c=$(X,z);if(c.delete(WT),c.size===0)mS.push(z)}if(!oS&&CT.size>0)CT.clear();for(let z of mS){let c=[WT,z].sort(),FT=`"${c[0]}:${c[1]}"`;this.molecules.delete(FT)}}if(!oS)CT.add(D);TT.add(WT)}return!0}),Z})},O=(X,D,V)=>{let{set:U}=X;U(n,D,(v)=>{return v.transaction((l)=>{for(let Y of V)l.add(Y);return!0}),v});for(let v of V)U(n,v,(l)=>{return l.add(D),l});return!0},k=(X,D,V)=>{let U=$(X,D);return V?U.has(V):U.size>0},y={getRelatedKeys:(X)=>$(this.toolkit,X),addRelation:(X,D)=>{this.store.moleculeJoins.set(X,T.key),this.store.moleculeJoins.set(D,T.key),F(this.toolkit,X,D)},deleteRelation:(X,D)=>{J(this.toolkit,X,D)},replaceRelationsSafely:(X,D)=>{R(this.toolkit,X,D)},replaceRelationsUnsafely:(X,D)=>{O(this.toolkit,X,D)},has:(X,D)=>k(this.toolkit,X,D)},H,E;if(S){E=tS(o,{key:`${T.key}/content`,default:S},["join","content"]);let X=({get:U},v)=>U(E,v),D=({set:U},v,l)=>{U(E,v,l)};H=Object.assign(y,{getContent:(U)=>{return X(this.toolkit,U)},setContent:(U,v)=>{D(this.toolkit,U,v)},deleteContent:(U)=>{this.realm.deallocate(U)}})}else H=y;let G=new hT(T,{externalStore:H,isAType:T.isAType,isBType:T.isBType,makeContentKey:(...X)=>{let[D,V]=X,U=X.sort(),v=`${U[0]}:${U[1]}`,l=o.molecules.get(fT(D)),Y=o.molecules.get(fT(V));if(!l)this.realm.allocate(T.key,D);if(!Y)this.realm.allocate(T.key,V);return this.realm.allocate(D,v,"all"),this.realm.claim(V,v),this.store.moleculeJoins.set(v,T.key),v}}),I=()=>hS(o,{key:`${T.key}/singleRelatedKey`,get:(X)=>({get:D})=>{let V=D(n,X);for(let U of V)return U;return null}},["join","keys"]),b=()=>{return hS(o,{key:`${T.key}/multipleRelatedKeys`,get:(X)=>({get:D})=>{let V=Wn(n,o);return D(V,X).members}},["join","keys"])},q=()=>hS(o,{key:`${T.key}/singleRelatedEntry`,get:(X)=>({get:D})=>{let V=D(n,X);for(let U of V){let v=G.isAType?.(X)?X:void 0,l=v===void 0?X:void 0;v??=U,l??=U;let Y=G.makeContentKey(v,l),a=D(E,Y);return[U,a]}return null}},["join","entries"]),P=()=>hS(o,{key:`${T.key}/multipleRelatedEntries`,get:(X)=>({get:D})=>{let V=Wn(n,o);return D(V,X).members.map((v)=>{let l=G.isAType?.(X)?X:void 0,Y=l===void 0?X:void 0;l??=v,Y??=v;let a=G.makeContentKey(l,Y),Z=D(E,a);return[v,Z]})}},["join","entries"]);switch(T.cardinality){case"1:1":{let X=I(),D=`${f}KeyOf${ET(A)}`,V=`${A}KeyOf${ET(f)}`,U={[D]:X,[V]:X},v;if(S){let l=q(),Y=`${f}EntryOf${ET(A)}`,a=`${A}EntryOf${ET(f)}`,Z={[Y]:l,[a]:l};v=Object.assign(U,Z)}else v=U;this.relations=G,this.states=v;break}case"1:n":{let X=I(),D=b(),V=`${f}KeyOf${ET(A)}`,U=`${A}KeysOf${ET(f)}`,v={[V]:X,[U]:D},l;if(S){let Y=q(),a=P(),Z=`${f}EntryOf${ET(A)}`,TT=`${A}EntriesOf${ET(f)}`,WT={[Z]:Y,[TT]:a};l=Object.assign(v,WT)}else l=v;this.relations=G,this.states=l;break}default:{let X=b(),D=`${f}KeysOf${ET(A)}`,V=`${A}KeysOf${ET(f)}`,U={[D]:X,[V]:X},v;if(S){let l=P(),Y=`${f}EntriesOf${ET(A)}`,a=`${A}EntriesOf${ET(f)}`,Z={[Y]:l,[a]:l};v=Object.assign(U,Z)}else v=U;this.relations=G,this.states=v}}}}function TA(T,S,o=s.STORE){return o.joins.set(T.key,new Xn(T,S,o)),{key:T.key,type:"join",a:T.between[0],b:T.between[1],cardinality:T.cardinality}}function Gn(T,S){let o=S.joins.get(T.key);if(o===void 0){let A=s.STORE.joins.get(T.key);if(A===void 0)throw new Error(`Join "${T.key}" not found in store "${S.config.name}"`);o=new Xn(A.options,A.defaultContent,S),S.joins.set(T.key,o)}return o}function Yn(T,S,o){let f=Gn(T,o),A;switch(T.cardinality){case"1:1":{let n=`${T.a}KeyOf${ET(T.b)}`,$=`${T.b}KeyOf${ET(T.a)}`;A={get[n](){let J=f.states[n];return g(o,J,S)},get[$](){let J=f.states[$];return g(o,J,S)}};let F=`${T.a}EntryOf${ET(T.b)}`;if(F in f.states){let J=`${T.b}EntryOf${ET(T.a)}`;Object.assign(A,{get[F](){let R=f.states[F];return g(o,R,S)},get[J](){let R=f.states[J];return g(o,R,S)}})}break}case"1:n":{let n=`${T.a}KeyOf${ET(T.b)}`,$=`${T.b}KeysOf${ET(T.a)}`;A={get[n](){let J=f.states[n];return g(o,J,S)},get[$](){let J=f.states[$];return g(o,J,S)}};let F=`${T.a}EntryOf${ET(T.b)}`;if(F in f.states){let J=`${T.b}EntriesOf${ET(T.a)}`;Object.assign(A,{get[F](){let R=f.states[F];return g(o,R,S)},get[J](){let R=f.states[J];return g(o,R,S)}})}break}case"n:n":{let n=`${T.a}KeysOf${ET(T.b)}`,$=`${T.b}KeysOf${ET(T.a)}`;A={get[n](){let J=f.states[n];return g(o,J,S)},get[$](){let J=f.states[$];return g(o,J,S)}};let F=`${T.a}EntriesOf${ET(T.b)}`;if(F in f.states){let J=`${T.b}EntriesOf${ET(T.a)}`;Object.assign(A,{get[F](){let R=f.states[F];return g(o,R,S)},get[J](){let R=f.states[J];return g(o,R,S)}})}}}return A}function SA(T,S,o){let f=Gn(T,o),A=L(o);if(OT(A)){let{toolkit:n}=A.transactionMeta;f.transact(n,({relations:$})=>{S($)})}else S(f.relations)}function vO(T,S){return Gn(T,S).core.relatedKeysAtoms}function bF(T){return vO(T,s.STORE)}class xF extends Map{set(T,S){if(this.has(T))return console.warn("Tried to set a key that already exists in an InvariantMap",{key:T,value:S}),this;return super.set(T,S)}clear(){throw new Error("Cannot clear an InvariantMap")}}class oA{key;type="continuity";globals=[];actions=[];perspectives=[];constructor(T){this.key=T}static existing=new xF;static create(T,S){let o=new oA(T),{type:f,globals:A,actions:n,perspectives:$}=S(o),F={type:f,key:T,globals:A,actions:n,perspectives:$};return oA.existing.set(T,F),F}add(...T){switch(T[0].type){case"atom":case"mutable_atom":this.globals.push(...T);break;case"transaction":this.actions.push(...T);break;case"atom_family":{let[o,f]=T;this.perspectives.push({type:"realtime_perspective",resourceAtoms:o,viewAtoms:f})}break}return this}}function lX(T){let{key:S,config:o}=T,f=oA.create(S,o),{actions:A}=f;for(let n of A)EF(S,n.key,s.STORE);return XF(S,-1,s.STORE),f}var T8=Yo({key:"usersInRoomIndex",mutable:!0,default:()=>new bT,toJson:(T)=>T.toJSON(),fromJson:(T)=>bT.fromJSON(T)}),En=Yo({key:"roomIndex",default:()=>new bT,mutable:!0,toJson:(T)=>T.toJSON(),fromJson:(T)=>bT.fromJSON(T)}),qO={enteredAtEpoch:0},Rf=TA({key:"usersInRooms",between:["room","user"],cardinality:"1:n",isAType:(T)=>typeof T==="string",isBType:(T)=>typeof T==="string"},qO),S8=rf({key:"usersInMyRoomView",get:(T)=>({find:S})=>{let o=bF(Rf);return[S(o,T)]}});import{spawn as ZO}from"child_process";class Uo{emit;listeners;globalListeners;handleEvent(T,...S){for(let f of this.globalListeners)f(T,...S);let o=this.listeners.get(T);if(o)for(let f of o)f(...S)}id="no_id_retrieved";constructor(T){this.emit=T;this.listeners=new Map,this.globalListeners=new Set}on(T,S){let o=this.listeners.get(T);if(o)o.add(S);else this.listeners.set(T,new Set([S]));return this}onAny(T){return this.globalListeners.add(T),this}off(T,S){let o=this.listeners.get(T);if(o)if(S)o.delete(S);else this.listeners.delete(T);return this}offAny(T){return this.globalListeners.delete(T),this}}class zn extends Uo{incompleteData="";unprocessedEvents=[];incompleteLog="";unprocessedLogs=[];id="#####";process;key;logger;handleLog(T){if(Array.isArray(T)){let[S,...o]=T;switch(S){case"i":this.logger.info(...o);break;case"w":this.logger.warn(...o);break;case"e":this.logger.error(...o);break}}}constructor(T,S,o){super((f,...A)=>{let n=JSON.stringify([f,...A])+"\x03",$=(F)=>{if(F.code==="EPIPE")console.error("EPIPE error during write",this.process.stdin);this.process.stdin.removeListener("error",$)};return this.process.stdin.once("error",$),this.process.stdin.write(n),this});if(this.process=T,this.key=S,this.logger=o??{info:(...f)=>{console.info(this.id,this.key,...f)},warn:(...f)=>{console.warn(this.id,this.key,...f)},error:(...f)=>{console.error(this.id,this.key,...f)}},this.process.stdout.on("data",(f)=>{let A=f.toString();if(A==="ALIVE")return;this.unprocessedEvents.push(...A.split("\x03"));let n=this.unprocessedEvents.shift();this.incompleteData+=n??"";try{if(this.incompleteData.startsWith("error"))console.log("\u2757",this.incompleteData);let $=BT(this.incompleteData);this.handleEvent(...$);while(this.unprocessedEvents.length>0){let F=this.unprocessedEvents.shift();if(F){if(this.unprocessedEvents.length===0)this.incompleteData=F;$=BT(F),this.handleEvent(...$)}}this.incompleteData=""}catch($){console.warn("\u26A0\uFE0F----------------\u26A0\uFE0F"),console.warn(this.incompleteData),console.warn("\u26A0\uFE0F----------------\u26A0\uFE0F"),console.error($)}}),this.process.stderr.on("data",(f)=>{let A=f.toString();this.unprocessedLogs.push(...A.split("\x03"));let n=this.unprocessedLogs.shift();this.incompleteLog+=n??"";try{let $=BT(this.incompleteLog);this.handleLog($);while(this.unprocessedLogs.length>0)if(this.incompleteLog=this.unprocessedLogs.shift()??"",this.incompleteLog)$=BT(this.incompleteLog),this.handleLog($)}catch($){console.error("\u274C\u274C\u274C"),console.error(this.incompleteLog),console.error($),console.error("\u274C\u274C\u274C\uFE0F")}}),T.pid)this.id=T.pid.toString()}}class vF extends Uo{in;out;id="no_id_retrieved";disposalFunctions=[];constructor(T){super((...S)=>{return this.out.next(S),this});this.id=T,this.in=new ST,this.out=new ST,this.in.subscribe("socket",(S)=>{this.handleEvent(...S)})}dispose(){for(let T of this.disposalFunctions)T()}}class Qn extends Uo{incompleteData="";unprocessedEvents=[];relays;relayServices;process;id="#####";log(...T){this.process.stderr.write(fT(T.map((S)=>S instanceof bT?`{ ${S.toJSON().members.join(" | ")} }`:S))+"\x03")}logger={info:(...T)=>{this.log("i",...T)},warn:(...T)=>{this.log("w",...T)},error:(...T)=>{this.log("e",...T)}};constructor(){super((T,...S)=>{let o=JSON.stringify([T,...S]);return this.process.stdout.write(o+"\x03"),this});if(this.process=process,this.process.stdin.resume(),this.relays=new Map,this.relayServices=[],this.process.stdin.on("data",(T)=>{let S=T.toString();this.unprocessedEvents.push(...S.split("\x03"));let o=this.unprocessedEvents.shift();this.incompleteData+=o??"";try{let f=BT(this.incompleteData);this.logger.info("\uD83C\uDFB0","received",f),this.handleEvent(...f);while(this.unprocessedEvents.length>0){let A=this.unprocessedEvents.shift();if(A){if(this.unprocessedEvents.length===0)this.incompleteData=A;let n=BT(A);this.handleEvent(...n)}}this.incompleteData=""}catch(f){if(f instanceof Error)this.logger.error("\u2757",f.message,f.cause,f.stack)}}),this.on("exit",()=>{this.logger.info("\uD83D\uDD25",this.id,'received "exit"'),process.exit(0)}),process.on("exit",(T)=>{this.logger.info("\uD83D\uDD25",this.id,`exited with code ${T}`)}),process.on("end",()=>{this.logger.info("\uD83D\uDD25",this.id,"ended"),process.exit(0)}),process.on("SIGTERM",()=>{this.logger.error("\uD83D\uDD25",this.id,"terminated"),process.exit(0)}),process.on("SIGINT",()=>{this.logger.error("\uD83D\uDD25",this.id,"interrupted"),process.exit(0)}),process.pid)this.id=process.pid?.toString();this.on("user-joins",(T)=>{this.logger.info("\uD83D\uDC64","user",T,"joined");let S=new vF(`user:${T}`);this.relays.set(T,S),this.logger.info("\uD83D\uDD17","attaching services:",`[${[...this.relayServices.keys()].join(", ")}]`);for(let o of this.relayServices){let f=o(S);if(f)S.disposalFunctions.push(f)}this.on(`user:${T}`,(...o)=>{S.in.next(o)}),S.out.subscribe("socket",(o)=>{this.emit(...o)})}),this.on("user-leaves",(T)=>{let S=this.relays.get(T);if(this.off(`relay:${T}`),S)S.dispose(),this.relays.delete(T)}),process.stdout.write("ALIVE")}relay(T){this.logger.info("\uD83D\uDD17","running relay method"),this.relayServices.push(T)}}var Dn=oo({key:"roomArguments",default:["echo",["Hello World!"]]}),qF=rf({key:"room",get:(T)=>async({get:S,find:o})=>{let f=o(Dn,T),A=S(f),[n,$]=A,F=await new Promise((J)=>{let R=ZO(n,$,{env:process.env}),O=(k)=>{if(k.toString()==="ALIVE")R.stdout.off("data",O),J(R)};R.stdout.on("data",O)});return new zn(F,T)}});var B8=$f({key:"createRoom",do:({get:T,set:S,find:o},f,A,n)=>{let $=n?[A,n]:[A],F=o(Dn,f);S(F,$),S(En,(O)=>O.add(f));let J=o(qF,f);return T(J)}}),t8=$f({key:"joinRoom",do:(T,S,o,f)=>{let A={enteredAtEpoch:f};return SA(Rf,(n)=>{n.set({room:S,user:o},A)},T.env().store),A}}),L8=$f({key:"leaveRoom",do:(T,S,o)=>{SA(Rf,(f)=>{f.delete({room:S,user:o})},T.env().store)}}),C8=$f({key:"destroyRoom",do:(T,S)=>{SA(Rf,(o)=>{o.delete({room:S})},T.env().store),T.set(En,(o)=>(o.delete(S),o))}});function Un(T,S){return S.map((o)=>{switch(o.type){case"transaction_update":{let f=Un(T,o.updates);return{...o,updates:f}}default:return o}}).filter((o)=>{switch(o.type){case"atom_update":case"selector_update":return T.includes(o.key);case"state_creation":return T.includes(o.token.key);case"molecule_creation":return!0;case"transaction_update":return!0}})}var N8=oo({key:"redactor",default:{occlude:(T)=>T}}),Vo=oo({key:"unacknowledgedUpdates",default:()=>[]});var ZF=oo({key:"sockets",default:null}),v8=Yo({key:"socketsIndex",mutable:!0,default:()=>new bT,toJson:(T)=>T.toJSON(),fromJson:(T)=>bT.fromJSON(T)}),q8=Yo({key:"usersIndex",mutable:!0,default:()=>new bT,toJson:(T)=>T.toJSON(),fromJson:(T)=>bT.fromJSON(T)}),Vn=TA({key:"usersOfSockets",between:["user","socket"],cardinality:"1:1",isAType:(T)=>T.startsWith("user::"),isBType:(T)=>T.startsWith("socket::")});function cF(T,S,o,f){let A=S.key;return function n(){let $=[];for(let J of S.globals){let R=J.type==="mutable_atom"?NT(T,J):J,O=RT(T,R);$.push(R,O)}for(let J of S.perspectives){let{viewAtoms:R,resourceAtoms:O}=J,k=g(T,R,o),y=RT(T,k);T.logger.info("\uD83D\uDC41","atom",O.key,`${o} can see`,{viewAtoms:R,resourceAtoms:O,userView:y});for(let H of y){let E=H.type==="mutable_atom"?NT(T,H):H,G=RT(T,E);$.push(E,G)}}let F=mT(T)?T.transactionMeta.epoch.get(A)??null:null;f?.emit(`continuity-init:${A}`,F,$)}}function rF(T,S,o){let f=S.key;return function A(n){T.logger.info("\uD83D\uDECE\uFE0F","continuity",f,"received",n);let{key:$,id:F}=n,J=`tx-run:${$}:${F}`,R=`${J}:start`,O=`${J}:end`;performance.mark(R);try{zo({type:"transaction",key:$},F,T)(...n.params)}catch(y){if(y instanceof Error)T.logger.error("\u274C","continuity",f,`failed to run transaction ${$} from ${o} with update ${F}`,y.message)}performance.mark(O);let k=performance.measure(J,R,O);T?.logger.info("\uD83D\uDE80","transaction",$,F,o,k.duration)}}function pF(T,S,o,f){let A=S.key;return function n($){if(T.logger.info("\uD83D\uDC4D","continuity",A,`${o} acknowledged epoch ${$}`),f[0]?.epoch===$)VT(T,Vo,o,(J)=>{return J.shift(),T.logger.info("\uD83D\uDC4D","continuity",A,`${o} unacknowledged update queue now has`,J.length,"items"),J})}}function PF(T,S,o,f){let A=S.key,n=[];for(let $ of S.actions){let F=Rn($,(J)=>{try{let R=S.globals.map((y)=>{if(y.type==="atom")return y.key;return bS(y).key}).concat(S.perspectives.flatMap((y)=>{let{viewAtoms:H}=y,E=g(T,H,o);return RT(T,E).map((I)=>{return I.type==="mutable_atom"?"*"+I.key:I.key})})),O=Un(R,J.updates),k={...J,updates:O};VT(T,Vo,o,(y)=>{if(k)y.push(k),y.sort((H,E)=>H.epoch-E.epoch),T.logger.info("\uD83D\uDC4D","continuity",A,`${o} unacknowledged update queue now has`,y.length,"items");return y}),f?.emit(`tx-new:${A}`,k)}catch(R){if(R instanceof Error)T.logger.error("\u274C","continuity",A,`${o} failed to send update from transaction ${$.key} to ${o}`,R.message)}},`sync-continuity:${A}:${o}`,T);n.push(F)}return n}function gF(T,S,o,f){let A=S.key,n=[];for(let $ of S.perspectives){let{viewAtoms:F}=$,J=g(T,F,o),R=lT(J,({oldValue:O,newValue:k})=>{let y=O.map((I)=>I.key),H=k.map((I)=>I.key),E=O.filter((I)=>!H.includes(I.key)),G=k.filter((I)=>!y.includes(I.key)).flatMap((I)=>{let b=I.type==="mutable_atom"?NT(T,I):I,q=RT(T,b);return[b,q]});if(T.logger.info("\uD83D\uDC41","atom",$.resourceAtoms.key,`${o} has a new perspective`,{oldKeys:y,newKeys:H,revealed:G,concealed:E}),G.length>0)f?.emit(`reveal:${A}`,G);if(E.length>0)f?.emit(`conceal:${A}`,E)},`sync-continuity:${A}:${o}:perspective:${$.resourceAtoms.key}`,T);n.push(R)}return n}function w5({socket:T,store:S=s.STORE}){return function o(f){let A=T,n=f.key,$=Yn(Vn,`socket::${A.id}`,S).userKeyOfSocket,F=RT(S,$);if(!F)return S.logger.error("\u274C","continuity",n,`Tried to create a synchronizer for a socket (${A.id}) that is not connected to a user.`),()=>{};let J=Yn(Vn,F,S).socketKeyOfUser,R=lT(J,({newValue:b})=>{if(S.logger.info("\uD83D\uDC4B","continuity",n,`seeing ${F} on new socket ${b}`),b===null){S.logger.warn("\u274C","continuity",n,`User (${F}) is not connected to a socket, waiting for them to reappear.`);return}let q=g(S,ZF,b);A=RT(S,q);for(let X of O)A?.emit(`tx-new:${n}`,X)},`sync-continuity:${n}:${F}`,S),O=RT(S,Vo,F),k=[],y=gF(S,f,F,A),H=PF(S,f,F,A);k.push(...y,...H);let E=cF(S,f,F,T);A.off(`get:${n}`,E),A.on(`get:${n}`,E);let G=rF(S,f,F);A.off(`tx-run:${n}`,G),A.on(`tx-run:${n}`,G);let I=pF(S,f,F,O);return A?.on(`ack:${n}`,I),()=>{for(let b of k)b();A?.off(`ack:${n}`,I),A?.off(`get:${n}`,E),A?.off(`tx-run:${n}`,G)}}}var{file:t1,serve:A_}=globalThis.Bun;import{readFileSync as FJ}from"fs";import{resolve as jn}from"path";function cO(T,S){let o={},f=[];for(let A in T){let n=T[A],$=S[A],F=n["~standard"].validate($);if(F instanceof Promise)throw new Error(`Validation must be synchronous, but ${A} returned a Promise.`);if(F.issues){f.push(...F.issues.map((J)=>({...J,path:[A,...J.path??[]]})));continue}o[A]=F.value}if(f.length)return{issues:f};return{value:o}}function iF(T){let S=T.runtimeEnvStrict??T.runtimeEnv??process.env;if(T.emptyStringAsUndefined??!1){for(let[q,P]of Object.entries(S))if(P==="")delete S[q]}if(!!T.skipValidation)return S;let A=typeof T.client==="object"?T.client:{},n=typeof T.server==="object"?T.server:{},$=typeof T.shared==="object"?T.shared:{},F=T.isServer??(typeof window==="undefined"||("Deno"in window)),J=F?{...n,...$,...A}:{...A,...$},R=cO(J,S),O=T.onValidationError??((q)=>{throw console.error("\u274C Invalid environment variables:",q),new Error("Invalid environment variables")}),k=T.onInvalidAccess??(()=>{throw new Error("\u274C Attempted to access a server-side environment variable on the client")});if(R.issues)return O(R.issues);let y=(q)=>{if(!T.clientPrefix)return!0;return!q.startsWith(T.clientPrefix)&&!(q in $)},H=(q)=>{return F||!y(q)},E=(q)=>{return q==="__esModule"||q==="$$typeof"},G=(T.extends??[]).reduce((q,P)=>{return Object.assign(q,P)},{}),I=Object.assign(R.value,G);return new Proxy(I,{get(q,P){if(typeof P!=="string")return;if(E(P))return;if(!H(P))return k(P);return Reflect.get(q,P)}})}var $T;(function(T){T.assertEqual=(A)=>A;function S(A){}T.assertIs=S;function o(A){throw new Error}T.assertNever=o,T.arrayToEnum=(A)=>{let n={};for(let $ of A)n[$]=$;return n},T.getValidEnumValues=(A)=>{let n=T.objectKeys(A).filter((F)=>typeof A[A[F]]!=="number"),$={};for(let F of n)$[F]=A[F];return T.objectValues($)},T.objectValues=(A)=>{return T.objectKeys(A).map(function(n){return A[n]})},T.objectKeys=typeof Object.keys==="function"?(A)=>Object.keys(A):(A)=>{let n=[];for(let $ in A)if(Object.prototype.hasOwnProperty.call(A,$))n.push($);return n},T.find=(A,n)=>{for(let $ of A)if(n($))return $;return},T.isInteger=typeof Number.isInteger==="function"?(A)=>Number.isInteger(A):(A)=>typeof A==="number"&&isFinite(A)&&Math.floor(A)===A;function f(A,n=" | "){return A.map(($)=>typeof $==="string"?`'${$}'`:$).join(n)}T.joinValues=f,T.jsonStringifyReplacer=(A,n)=>{if(typeof n==="bigint")return n.toString();return n}})($T||($T={}));var tn;(function(T){T.mergeShapes=(S,o)=>{return{...S,...o}}})(tn||(tn={}));var m=$T.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),vS=(T)=>{switch(typeof T){case"undefined":return m.undefined;case"string":return m.string;case"number":return isNaN(T)?m.nan:m.number;case"boolean":return m.boolean;case"function":return m.function;case"bigint":return m.bigint;case"symbol":return m.symbol;case"object":if(Array.isArray(T))return m.array;if(T===null)return m.null;if(T.then&&typeof T.then==="function"&&T.catch&&typeof T.catch==="function")return m.promise;if(typeof Map!=="undefined"&&T instanceof Map)return m.map;if(typeof Set!=="undefined"&&T instanceof Set)return m.set;if(typeof Date!=="undefined"&&T instanceof Date)return m.date;return m.object;default:return m.unknown}},Q=$T.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),rO=(T)=>{return JSON.stringify(T,null,2).replace(/"([^"]+)":/g,"$1:")};class JS extends Error{get errors(){return this.issues}constructor(T){super();this.issues=[],this.addIssue=(o)=>{this.issues=[...this.issues,o]},this.addIssues=(o=[])=>{this.issues=[...this.issues,...o]};let S=new.target.prototype;if(Object.setPrototypeOf)Object.setPrototypeOf(this,S);else this.__proto__=S;this.name="ZodError",this.issues=T}format(T){let S=T||function(A){return A.message},o={_errors:[]},f=(A)=>{for(let n of A.issues)if(n.code==="invalid_union")n.unionErrors.map(f);else if(n.code==="invalid_return_type")f(n.returnTypeError);else if(n.code==="invalid_arguments")f(n.argumentsError);else if(n.path.length===0)o._errors.push(S(n));else{let $=o,F=0;while(F<n.path.length){let J=n.path[F];if(F!==n.path.length-1)$[J]=$[J]||{_errors:[]};else $[J]=$[J]||{_errors:[]},$[J]._errors.push(S(n));$=$[J],F++}}};return f(this),o}static assert(T){if(!(T instanceof JS))throw new Error(`Not a ZodError: ${T}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,$T.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(T=(S)=>S.message){let S={},o=[];for(let f of this.issues)if(f.path.length>0)S[f.path[0]]=S[f.path[0]]||[],S[f.path[0]].push(T(f));else o.push(T(f));return{formErrors:o,fieldErrors:S}}get formErrors(){return this.flatten()}}JS.create=(T)=>{return new JS(T)};var Co=(T,S)=>{let o;switch(T.code){case Q.invalid_type:if(T.received===m.undefined)o="Required";else o=`Expected ${T.expected}, received ${T.received}`;break;case Q.invalid_literal:o=`Invalid literal value, expected ${JSON.stringify(T.expected,$T.jsonStringifyReplacer)}`;break;case Q.unrecognized_keys:o=`Unrecognized key(s) in object: ${$T.joinValues(T.keys,", ")}`;break;case Q.invalid_union:o="Invalid input";break;case Q.invalid_union_discriminator:o=`Invalid discriminator value. Expected ${$T.joinValues(T.options)}`;break;case Q.invalid_enum_value:o=`Invalid enum value. Expected ${$T.joinValues(T.options)}, received '${T.received}'`;break;case Q.invalid_arguments:o="Invalid function arguments";break;case Q.invalid_return_type:o="Invalid function return type";break;case Q.invalid_date:o="Invalid date";break;case Q.invalid_string:if(typeof T.validation==="object")if("includes"in T.validation){if(o=`Invalid input: must include "${T.validation.includes}"`,typeof T.validation.position==="number")o=`${o} at one or more positions greater than or equal to ${T.validation.position}`}else if("startsWith"in T.validation)o=`Invalid input: must start with "${T.validation.startsWith}"`;else if("endsWith"in T.validation)o=`Invalid input: must end with "${T.validation.endsWith}"`;else $T.assertNever(T.validation);else if(T.validation!=="regex")o=`Invalid ${T.validation}`;else o="Invalid";break;case Q.too_small:if(T.type==="array")o=`Array must contain ${T.exact?"exactly":T.inclusive?"at least":"more than"} ${T.minimum} element(s)`;else if(T.type==="string")o=`String must contain ${T.exact?"exactly":T.inclusive?"at least":"over"} ${T.minimum} character(s)`;else if(T.type==="number")o=`Number must be ${T.exact?"exactly equal to ":T.inclusive?"greater than or equal to ":"greater than "}${T.minimum}`;else if(T.type==="date")o=`Date must be ${T.exact?"exactly equal to ":T.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(T.minimum))}`;else o="Invalid input";break;case Q.too_big:if(T.type==="array")o=`Array must contain ${T.exact?"exactly":T.inclusive?"at most":"less than"} ${T.maximum} element(s)`;else if(T.type==="string")o=`String must contain ${T.exact?"exactly":T.inclusive?"at most":"under"} ${T.maximum} character(s)`;else if(T.type==="number")o=`Number must be ${T.exact?"exactly":T.inclusive?"less than or equal to":"less than"} ${T.maximum}`;else if(T.type==="bigint")o=`BigInt must be ${T.exact?"exactly":T.inclusive?"less than or equal to":"less than"} ${T.maximum}`;else if(T.type==="date")o=`Date must be ${T.exact?"exactly":T.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(T.maximum))}`;else o="Invalid input";break;case Q.custom:o="Invalid input";break;case Q.invalid_intersection_types:o="Intersection results could not be merged";break;case Q.not_multiple_of:o=`Number must be a multiple of ${T.multipleOf}`;break;case Q.not_finite:o="Number must be finite";break;default:o=S.defaultError,$T.assertNever(T)}return{message:o}},eF=Co;function pO(T){eF=T}function fA(){return eF}var AA=(T)=>{let{data:S,path:o,errorMaps:f,issueData:A}=T,n=[...o,...A.path||[]],$={...A,path:n};if(A.message!==void 0)return{...A,path:n,message:A.message};let F="",J=f.filter((R)=>!!R).slice().reverse();for(let R of J)F=R($,{data:S,defaultError:F}).message;return{...A,path:n,message:F}},PO=[];function C(T,S){let o=fA(),f=AA({issueData:S,data:T.data,path:T.path,errorMaps:[T.common.contextualErrorMap,T.schemaErrorMap,o,o===Co?void 0:Co].filter((A)=>!!A)});T.common.issues.push(f)}class uT{constructor(){this.value="valid"}dirty(){if(this.value==="valid")this.value="dirty"}abort(){if(this.value!=="aborted")this.value="aborted"}static mergeArray(T,S){let o=[];for(let f of S){if(f.status==="aborted")return d;if(f.status==="dirty")T.dirty();o.push(f.value)}return{status:T.value,value:o}}static async mergeObjectAsync(T,S){let o=[];for(let f of S){let A=await f.key,n=await f.value;o.push({key:A,value:n})}return uT.mergeObjectSync(T,o)}static mergeObjectSync(T,S){let o={};for(let f of S){let{key:A,value:n}=f;if(A.status==="aborted")return d;if(n.status==="aborted")return d;if(A.status==="dirty")T.dirty();if(n.status==="dirty")T.dirty();if(A.value!=="__proto__"&&(typeof n.value!=="undefined"||f.alwaysSet))o[A.value]=n.value}return{status:T.value,value:o}}}var d=Object.freeze({status:"aborted"}),to=(T)=>({status:"dirty",value:T}),aT=(T)=>({status:"valid",value:T}),Ln=(T)=>T.status==="aborted",Cn=(T)=>T.status==="dirty",Fo=(T)=>T.status==="valid",Wf=(T)=>typeof Promise!=="undefined"&&T instanceof Promise;function nA(T,S,o,f){if(o==="a"&&!f)throw new TypeError("Private accessor was defined without a getter");if(typeof S==="function"?T!==S||!f:!S.has(T))throw new TypeError("Cannot read private member from an object whose class did not declare it");return o==="m"?f:o==="a"?f.call(T):f?f.value:S.get(T)}function sF(T,S,o,f,A){if(f==="m")throw new TypeError("Private method is not writable");if(f==="a"&&!A)throw new TypeError("Private accessor was defined without a setter");if(typeof S==="function"?T!==S||!A:!S.has(T))throw new TypeError("Cannot write private member to an object whose class did not declare it");return f==="a"?A.call(T,o):A?A.value=o:S.set(T,o),o}var x;(function(T){T.errToObj=(S)=>typeof S==="string"?{message:S}:S||{},T.toString=(S)=>typeof S==="string"?S:S===null||S===void 0?void 0:S.message})(x||(x={}));var Of,Mf;class zS{constructor(T,S,o,f){this._cachedPath=[],this.parent=T,this.data=S,this._path=o,this._key=f}get path(){if(!this._cachedPath.length)if(this._key instanceof Array)this._cachedPath.push(...this._path,...this._key);else this._cachedPath.push(...this._path,this._key);return this._cachedPath}}var dF=(T,S)=>{if(Fo(S))return{success:!0,data:S.value};else{if(!T.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let o=new JS(T.common.issues);return this._error=o,this._error}}}};function u(T){if(!T)return{};let{errorMap:S,invalid_type_error:o,required_error:f,description:A}=T;if(S&&(o||f))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);if(S)return{errorMap:S,description:A};return{errorMap:($,F)=>{var J,R;let{message:O}=T;if($.code==="invalid_enum_value")return{message:O!==null&&O!==void 0?O:F.defaultError};if(typeof F.data==="undefined")return{message:(J=O!==null&&O!==void 0?O:f)!==null&&J!==void 0?J:F.defaultError};if($.code!=="invalid_type")return{message:F.defaultError};return{message:(R=O!==null&&O!==void 0?O:o)!==null&&R!==void 0?R:F.defaultError}},description:A}}class e{get description(){return this._def.description}_getType(T){return vS(T.data)}_getOrReturnCtx(T,S){return S||{common:T.parent.common,data:T.data,parsedType:vS(T.data),schemaErrorMap:this._def.errorMap,path:T.path,parent:T.parent}}_processInputParams(T){return{status:new uT,ctx:{common:T.parent.common,data:T.data,parsedType:vS(T.data),schemaErrorMap:this._def.errorMap,path:T.path,parent:T.parent}}}_parseSync(T){let S=this._parse(T);if(Wf(S))throw new Error("Synchronous parse encountered promise.");return S}_parseAsync(T){let S=this._parse(T);return Promise.resolve(S)}parse(T,S){let o=this.safeParse(T,S);if(o.success)return o.data;throw o.error}safeParse(T,S){var o;let f={common:{issues:[],async:(o=S===null||S===void 0?void 0:S.async)!==null&&o!==void 0?o:!1,contextualErrorMap:S===null||S===void 0?void 0:S.errorMap},path:(S===null||S===void 0?void 0:S.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:T,parsedType:vS(T)},A=this._parseSync({data:T,path:f.path,parent:f});return dF(f,A)}"~validate"(T){var S,o;let f={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:T,parsedType:vS(T)};if(!this["~standard"].async)try{let A=this._parseSync({data:T,path:[],parent:f});return Fo(A)?{value:A.value}:{issues:f.common.issues}}catch(A){if((o=(S=A===null||A===void 0?void 0:A.message)===null||S===void 0?void 0:S.toLowerCase())===null||o===void 0?void 0:o.includes("encountered"))this["~standard"].async=!0;f.common={issues:[],async:!0}}return this._parseAsync({data:T,path:[],parent:f}).then((A)=>Fo(A)?{value:A.value}:{issues:f.common.issues})}async parseAsync(T,S){let o=await this.safeParseAsync(T,S);if(o.success)return o.data;throw o.error}async safeParseAsync(T,S){let o={common:{issues:[],contextualErrorMap:S===null||S===void 0?void 0:S.errorMap,async:!0},path:(S===null||S===void 0?void 0:S.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:T,parsedType:vS(T)},f=this._parse({data:T,path:o.path,parent:o}),A=await(Wf(f)?f:Promise.resolve(f));return dF(o,A)}refine(T,S){let o=(f)=>{if(typeof S==="string"||typeof S==="undefined")return{message:S};else if(typeof S==="function")return S(f);else return S};return this._refinement((f,A)=>{let n=T(f),$=()=>A.addIssue({code:Q.custom,...o(f)});if(typeof Promise!=="undefined"&&n instanceof Promise)return n.then((F)=>{if(!F)return $(),!1;else return!0});if(!n)return $(),!1;else return!0})}refinement(T,S){return this._refinement((o,f)=>{if(!T(o))return f.addIssue(typeof S==="function"?S(o,f):S),!1;else return!0})}_refinement(T){return new kS({schema:this,typeName:i.ZodEffects,effect:{type:"refinement",refinement:T}})}superRefine(T){return this._refinement(T)}constructor(T){this.spa=this.safeParseAsync,this._def=T,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:(S)=>this["~validate"](S)}}optional(){return ES.create(this,this._def)}nullable(){return qS.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return YS.create(this)}promise(){return Mo.create(this,this._def)}or(T){return mo.create([this,T],this._def)}and(T){return ho.create(this,T,this._def)}transform(T){return new kS({...u(this._def),schema:this,typeName:i.ZodEffects,effect:{type:"transform",transform:T}})}default(T){let S=typeof T==="function"?T:()=>T;return new qo({...u(this._def),innerType:this,defaultValue:S,typeName:i.ZodDefault})}brand(){return new FA({typeName:i.ZodBranded,type:this,...u(this._def)})}catch(T){let S=typeof T==="function"?T:()=>T;return new Zo({...u(this._def),innerType:this,catchValue:S,typeName:i.ZodCatch})}describe(T){return new this.constructor({...this._def,description:T})}pipe(T){return Hf.create(this,T)}readonly(){return co.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}var gO=/^c[^\s-]{8,}$/i,iO=/^[0-9a-z]+$/,dO=/^[0-9A-HJKMNP-TV-Z]{26}$/i,lO=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,uO=/^[a-z0-9_-]{21}$/i,eO=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,sO=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,aO=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,TM="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Bn,SM=/^(?:(?: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])$/,oM=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,fM=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,AM=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,nM=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,$M=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,aF="((\\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])))",FM=new RegExp(`^${aF}$`);function TJ(T){let S="([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";if(T.precision)S=`${S}\\.\\d{${T.precision}}`;else if(T.precision==null)S=`${S}(\\.\\d+)?`;return S}function JM(T){return new RegExp(`^${TJ(T)}$`)}function SJ(T){let S=`${aF}T${TJ(T)}`,o=[];if(o.push(T.local?"Z?":"Z"),T.offset)o.push("([+-]\\d{2}:?\\d{2})");return S=`${S}(${o.join("|")})`,new RegExp(`^${S}$`)}function RM(T,S){if((S==="v4"||!S)&&SM.test(T))return!0;if((S==="v6"||!S)&&fM.test(T))return!0;return!1}function OM(T,S){if(!eO.test(T))return!1;try{let[o]=T.split("."),f=o.replace(/-/g,"+").replace(/_/g,"/").padEnd(o.length+(4-o.length%4)%4,"="),A=JSON.parse(atob(f));if(typeof A!=="object"||A===null)return!1;if(!A.typ||!A.alg)return!1;if(S&&A.alg!==S)return!1;return!0}catch(o){return!1}}function MM(T,S){if((S==="v4"||!S)&&oM.test(T))return!0;if((S==="v6"||!S)&&AM.test(T))return!0;return!1}class GS extends e{_parse(T){if(this._def.coerce)T.data=String(T.data);if(this._getType(T)!==m.string){let A=this._getOrReturnCtx(T);return C(A,{code:Q.invalid_type,expected:m.string,received:A.parsedType}),d}let o=new uT,f=void 0;for(let A of this._def.checks)if(A.kind==="min"){if(T.data.length<A.value)f=this._getOrReturnCtx(T,f),C(f,{code:Q.too_small,minimum:A.value,type:"string",inclusive:!0,exact:!1,message:A.message}),o.dirty()}else if(A.kind==="max"){if(T.data.length>A.value)f=this._getOrReturnCtx(T,f),C(f,{code:Q.too_big,maximum:A.value,type:"string",inclusive:!0,exact:!1,message:A.message}),o.dirty()}else if(A.kind==="length"){let n=T.data.length>A.value,$=T.data.length<A.value;if(n||$){if(f=this._getOrReturnCtx(T,f),n)C(f,{code:Q.too_big,maximum:A.value,type:"string",inclusive:!0,exact:!0,message:A.message});else if($)C(f,{code:Q.too_small,minimum:A.value,type:"string",inclusive:!0,exact:!0,message:A.message});o.dirty()}}else if(A.kind==="email"){if(!aO.test(T.data))f=this._getOrReturnCtx(T,f),C(f,{validation:"email",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="emoji"){if(!Bn)Bn=new RegExp(TM,"u");if(!Bn.test(T.data))f=this._getOrReturnCtx(T,f),C(f,{validation:"emoji",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="uuid"){if(!lO.test(T.data))f=this._getOrReturnCtx(T,f),C(f,{validation:"uuid",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="nanoid"){if(!uO.test(T.data))f=this._getOrReturnCtx(T,f),C(f,{validation:"nanoid",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="cuid"){if(!gO.test(T.data))f=this._getOrReturnCtx(T,f),C(f,{validation:"cuid",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="cuid2"){if(!iO.test(T.data))f=this._getOrReturnCtx(T,f),C(f,{validation:"cuid2",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="ulid"){if(!dO.test(T.data))f=this._getOrReturnCtx(T,f),C(f,{validation:"ulid",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="url")try{new URL(T.data)}catch(n){f=this._getOrReturnCtx(T,f),C(f,{validation:"url",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="regex"){if(A.regex.lastIndex=0,!A.regex.test(T.data))f=this._getOrReturnCtx(T,f),C(f,{validation:"regex",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="trim")T.data=T.data.trim();else if(A.kind==="includes"){if(!T.data.includes(A.value,A.position))f=this._getOrReturnCtx(T,f),C(f,{code:Q.invalid_string,validation:{includes:A.value,position:A.position},message:A.message}),o.dirty()}else if(A.kind==="toLowerCase")T.data=T.data.toLowerCase();else if(A.kind==="toUpperCase")T.data=T.data.toUpperCase();else if(A.kind==="startsWith"){if(!T.data.startsWith(A.value))f=this._getOrReturnCtx(T,f),C(f,{code:Q.invalid_string,validation:{startsWith:A.value},message:A.message}),o.dirty()}else if(A.kind==="endsWith"){if(!T.data.endsWith(A.value))f=this._getOrReturnCtx(T,f),C(f,{code:Q.invalid_string,validation:{endsWith:A.value},message:A.message}),o.dirty()}else if(A.kind==="datetime"){if(!SJ(A).test(T.data))f=this._getOrReturnCtx(T,f),C(f,{code:Q.invalid_string,validation:"datetime",message:A.message}),o.dirty()}else if(A.kind==="date"){if(!FM.test(T.data))f=this._getOrReturnCtx(T,f),C(f,{code:Q.invalid_string,validation:"date",message:A.message}),o.dirty()}else if(A.kind==="time"){if(!JM(A).test(T.data))f=this._getOrReturnCtx(T,f),C(f,{code:Q.invalid_string,validation:"time",message:A.message}),o.dirty()}else if(A.kind==="duration"){if(!sO.test(T.data))f=this._getOrReturnCtx(T,f),C(f,{validation:"duration",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="ip"){if(!RM(T.data,A.version))f=this._getOrReturnCtx(T,f),C(f,{validation:"ip",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="jwt"){if(!OM(T.data,A.alg))f=this._getOrReturnCtx(T,f),C(f,{validation:"jwt",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="cidr"){if(!MM(T.data,A.version))f=this._getOrReturnCtx(T,f),C(f,{validation:"cidr",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="base64"){if(!nM.test(T.data))f=this._getOrReturnCtx(T,f),C(f,{validation:"base64",code:Q.invalid_string,message:A.message}),o.dirty()}else if(A.kind==="base64url"){if(!$M.test(T.data))f=this._getOrReturnCtx(T,f),C(f,{validation:"base64url",code:Q.invalid_string,message:A.message}),o.dirty()}else $T.assertNever(A);return{status:o.value,value:T.data}}_regex(T,S,o){return this.refinement((f)=>T.test(f),{validation:S,code:Q.invalid_string,...x.errToObj(o)})}_addCheck(T){return new GS({...this._def,checks:[...this._def.checks,T]})}email(T){return this._addCheck({kind:"email",...x.errToObj(T)})}url(T){return this._addCheck({kind:"url",...x.errToObj(T)})}emoji(T){return this._addCheck({kind:"emoji",...x.errToObj(T)})}uuid(T){return this._addCheck({kind:"uuid",...x.errToObj(T)})}nanoid(T){return this._addCheck({kind:"nanoid",...x.errToObj(T)})}cuid(T){return this._addCheck({kind:"cuid",...x.errToObj(T)})}cuid2(T){return this._addCheck({kind:"cuid2",...x.errToObj(T)})}ulid(T){return this._addCheck({kind:"ulid",...x.errToObj(T)})}base64(T){return this._addCheck({kind:"base64",...x.errToObj(T)})}base64url(T){return this._addCheck({kind:"base64url",...x.errToObj(T)})}jwt(T){return this._addCheck({kind:"jwt",...x.errToObj(T)})}ip(T){return this._addCheck({kind:"ip",...x.errToObj(T)})}cidr(T){return this._addCheck({kind:"cidr",...x.errToObj(T)})}datetime(T){var S,o;if(typeof T==="string")return this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:T});return this._addCheck({kind:"datetime",precision:typeof(T===null||T===void 0?void 0:T.precision)==="undefined"?null:T===null||T===void 0?void 0:T.precision,offset:(S=T===null||T===void 0?void 0:T.offset)!==null&&S!==void 0?S:!1,local:(o=T===null||T===void 0?void 0:T.local)!==null&&o!==void 0?o:!1,...x.errToObj(T===null||T===void 0?void 0:T.message)})}date(T){return this._addCheck({kind:"date",message:T})}time(T){if(typeof T==="string")return this._addCheck({kind:"time",precision:null,message:T});return this._addCheck({kind:"time",precision:typeof(T===null||T===void 0?void 0:T.precision)==="undefined"?null:T===null||T===void 0?void 0:T.precision,...x.errToObj(T===null||T===void 0?void 0:T.message)})}duration(T){return this._addCheck({kind:"duration",...x.errToObj(T)})}regex(T,S){return this._addCheck({kind:"regex",regex:T,...x.errToObj(S)})}includes(T,S){return this._addCheck({kind:"includes",value:T,position:S===null||S===void 0?void 0:S.position,...x.errToObj(S===null||S===void 0?void 0:S.message)})}startsWith(T,S){return this._addCheck({kind:"startsWith",value:T,...x.errToObj(S)})}endsWith(T,S){return this._addCheck({kind:"endsWith",value:T,...x.errToObj(S)})}min(T,S){return this._addCheck({kind:"min",value:T,...x.errToObj(S)})}max(T,S){return this._addCheck({kind:"max",value:T,...x.errToObj(S)})}length(T,S){return this._addCheck({kind:"length",value:T,...x.errToObj(S)})}nonempty(T){return this.min(1,x.errToObj(T))}trim(){return new GS({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new GS({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new GS({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find((T)=>T.kind==="datetime")}get isDate(){return!!this._def.checks.find((T)=>T.kind==="date")}get isTime(){return!!this._def.checks.find((T)=>T.kind==="time")}get isDuration(){return!!this._def.checks.find((T)=>T.kind==="duration")}get isEmail(){return!!this._def.checks.find((T)=>T.kind==="email")}get isURL(){return!!this._def.checks.find((T)=>T.kind==="url")}get isEmoji(){return!!this._def.checks.find((T)=>T.kind==="emoji")}get isUUID(){return!!this._def.checks.find((T)=>T.kind==="uuid")}get isNANOID(){return!!this._def.checks.find((T)=>T.kind==="nanoid")}get isCUID(){return!!this._def.checks.find((T)=>T.kind==="cuid")}get isCUID2(){return!!this._def.checks.find((T)=>T.kind==="cuid2")}get isULID(){return!!this._def.checks.find((T)=>T.kind==="ulid")}get isIP(){return!!this._def.checks.find((T)=>T.kind==="ip")}get isCIDR(){return!!this._def.checks.find((T)=>T.kind==="cidr")}get isBase64(){return!!this._def.checks.find((T)=>T.kind==="base64")}get isBase64url(){return!!this._def.checks.find((T)=>T.kind==="base64url")}get minLength(){let T=null;for(let S of this._def.checks)if(S.kind==="min"){if(T===null||S.value>T)T=S.value}return T}get maxLength(){let T=null;for(let S of this._def.checks)if(S.kind==="max"){if(T===null||S.value<T)T=S.value}return T}}GS.create=(T)=>{var S;return new GS({checks:[],typeName:i.ZodString,coerce:(S=T===null||T===void 0?void 0:T.coerce)!==null&&S!==void 0?S:!1,...u(T)})};function WM(T,S){let o=(T.toString().split(".")[1]||"").length,f=(S.toString().split(".")[1]||"").length,A=o>f?o:f,n=parseInt(T.toFixed(A).replace(".","")),$=parseInt(S.toFixed(A).replace(".",""));return n%$/Math.pow(10,A)}class dS extends e{constructor(){super(...arguments);this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(T){if(this._def.coerce)T.data=Number(T.data);if(this._getType(T)!==m.number){let A=this._getOrReturnCtx(T);return C(A,{code:Q.invalid_type,expected:m.number,received:A.parsedType}),d}let o=void 0,f=new uT;for(let A of this._def.checks)if(A.kind==="int"){if(!$T.isInteger(T.data))o=this._getOrReturnCtx(T,o),C(o,{code:Q.invalid_type,expected:"integer",received:"float",message:A.message}),f.dirty()}else if(A.kind==="min"){if(A.inclusive?T.data<A.value:T.data<=A.value)o=this._getOrReturnCtx(T,o),C(o,{code:Q.too_small,minimum:A.value,type:"number",inclusive:A.inclusive,exact:!1,message:A.message}),f.dirty()}else if(A.kind==="max"){if(A.inclusive?T.data>A.value:T.data>=A.value)o=this._getOrReturnCtx(T,o),C(o,{code:Q.too_big,maximum:A.value,type:"number",inclusive:A.inclusive,exact:!1,message:A.message}),f.dirty()}else if(A.kind==="multipleOf"){if(WM(T.data,A.value)!==0)o=this._getOrReturnCtx(T,o),C(o,{code:Q.not_multiple_of,multipleOf:A.value,message:A.message}),f.dirty()}else if(A.kind==="finite"){if(!Number.isFinite(T.data))o=this._getOrReturnCtx(T,o),C(o,{code:Q.not_finite,message:A.message}),f.dirty()}else $T.assertNever(A);return{status:f.value,value:T.data}}gte(T,S){return this.setLimit("min",T,!0,x.toString(S))}gt(T,S){return this.setLimit("min",T,!1,x.toString(S))}lte(T,S){return this.setLimit("max",T,!0,x.toString(S))}lt(T,S){return this.setLimit("max",T,!1,x.toString(S))}setLimit(T,S,o,f){return new dS({...this._def,checks:[...this._def.checks,{kind:T,value:S,inclusive:o,message:x.toString(f)}]})}_addCheck(T){return new dS({...this._def,checks:[...this._def.checks,T]})}int(T){return this._addCheck({kind:"int",message:x.toString(T)})}positive(T){return this._addCheck({kind:"min",value:0,inclusive:!1,message:x.toString(T)})}negative(T){return this._addCheck({kind:"max",value:0,inclusive:!1,message:x.toString(T)})}nonpositive(T){return this._addCheck({kind:"max",value:0,inclusive:!0,message:x.toString(T)})}nonnegative(T){return this._addCheck({kind:"min",value:0,inclusive:!0,message:x.toString(T)})}multipleOf(T,S){return this._addCheck({kind:"multipleOf",value:T,message:x.toString(S)})}finite(T){return this._addCheck({kind:"finite",message:x.toString(T)})}safe(T){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:x.toString(T)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:x.toString(T)})}get minValue(){let T=null;for(let S of this._def.checks)if(S.kind==="min"){if(T===null||S.value>T)T=S.value}return T}get maxValue(){let T=null;for(let S of this._def.checks)if(S.kind==="max"){if(T===null||S.value<T)T=S.value}return T}get isInt(){return!!this._def.checks.find((T)=>T.kind==="int"||T.kind==="multipleOf"&&$T.isInteger(T.value))}get isFinite(){let T=null,S=null;for(let o of this._def.checks)if(o.kind==="finite"||o.kind==="int"||o.kind==="multipleOf")return!0;else if(o.kind==="min"){if(S===null||o.value>S)S=o.value}else if(o.kind==="max"){if(T===null||o.value<T)T=o.value}return Number.isFinite(S)&&Number.isFinite(T)}}dS.create=(T)=>{return new dS({checks:[],typeName:i.ZodNumber,coerce:(T===null||T===void 0?void 0:T.coerce)||!1,...u(T)})};class lS extends e{constructor(){super(...arguments);this.min=this.gte,this.max=this.lte}_parse(T){if(this._def.coerce)try{T.data=BigInt(T.data)}catch(A){return this._getInvalidInput(T)}if(this._getType(T)!==m.bigint)return this._getInvalidInput(T);let o=void 0,f=new uT;for(let A of this._def.checks)if(A.kind==="min"){if(A.inclusive?T.data<A.value:T.data<=A.value)o=this._getOrReturnCtx(T,o),C(o,{code:Q.too_small,type:"bigint",minimum:A.value,inclusive:A.inclusive,message:A.message}),f.dirty()}else if(A.kind==="max"){if(A.inclusive?T.data>A.value:T.data>=A.value)o=this._getOrReturnCtx(T,o),C(o,{code:Q.too_big,type:"bigint",maximum:A.value,inclusive:A.inclusive,message:A.message}),f.dirty()}else if(A.kind==="multipleOf"){if(T.data%A.value!==BigInt(0))o=this._getOrReturnCtx(T,o),C(o,{code:Q.not_multiple_of,multipleOf:A.value,message:A.message}),f.dirty()}else $T.assertNever(A);return{status:f.value,value:T.data}}_getInvalidInput(T){let S=this._getOrReturnCtx(T);return C(S,{code:Q.invalid_type,expected:m.bigint,received:S.parsedType}),d}gte(T,S){return this.setLimit("min",T,!0,x.toString(S))}gt(T,S){return this.setLimit("min",T,!1,x.toString(S))}lte(T,S){return this.setLimit("max",T,!0,x.toString(S))}lt(T,S){return this.setLimit("max",T,!1,x.toString(S))}setLimit(T,S,o,f){return new lS({...this._def,checks:[...this._def.checks,{kind:T,value:S,inclusive:o,message:x.toString(f)}]})}_addCheck(T){return new lS({...this._def,checks:[...this._def.checks,T]})}positive(T){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:x.toString(T)})}negative(T){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:x.toString(T)})}nonpositive(T){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:x.toString(T)})}nonnegative(T){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:x.toString(T)})}multipleOf(T,S){return this._addCheck({kind:"multipleOf",value:T,message:x.toString(S)})}get minValue(){let T=null;for(let S of this._def.checks)if(S.kind==="min"){if(T===null||S.value>T)T=S.value}return T}get maxValue(){let T=null;for(let S of this._def.checks)if(S.kind==="max"){if(T===null||S.value<T)T=S.value}return T}}lS.create=(T)=>{var S;return new lS({checks:[],typeName:i.ZodBigInt,coerce:(S=T===null||T===void 0?void 0:T.coerce)!==null&&S!==void 0?S:!1,...u(T)})};class Io extends e{_parse(T){if(this._def.coerce)T.data=Boolean(T.data);if(this._getType(T)!==m.boolean){let o=this._getOrReturnCtx(T);return C(o,{code:Q.invalid_type,expected:m.boolean,received:o.parsedType}),d}return aT(T.data)}}Io.create=(T)=>{return new Io({typeName:i.ZodBoolean,coerce:(T===null||T===void 0?void 0:T.coerce)||!1,...u(T)})};class Jo extends e{_parse(T){if(this._def.coerce)T.data=new Date(T.data);if(this._getType(T)!==m.date){let A=this._getOrReturnCtx(T);return C(A,{code:Q.invalid_type,expected:m.date,received:A.parsedType}),d}if(isNaN(T.data.getTime())){let A=this._getOrReturnCtx(T);return C(A,{code:Q.invalid_date}),d}let o=new uT,f=void 0;for(let A of this._def.checks)if(A.kind==="min"){if(T.data.getTime()<A.value)f=this._getOrReturnCtx(T,f),C(f,{code:Q.too_small,message:A.message,inclusive:!0,exact:!1,minimum:A.value,type:"date"}),o.dirty()}else if(A.kind==="max"){if(T.data.getTime()>A.value)f=this._getOrReturnCtx(T,f),C(f,{code:Q.too_big,message:A.message,inclusive:!0,exact:!1,maximum:A.value,type:"date"}),o.dirty()}else $T.assertNever(A);return{status:o.value,value:new Date(T.data.getTime())}}_addCheck(T){return new Jo({...this._def,checks:[...this._def.checks,T]})}min(T,S){return this._addCheck({kind:"min",value:T.getTime(),message:x.toString(S)})}max(T,S){return this._addCheck({kind:"max",value:T.getTime(),message:x.toString(S)})}get minDate(){let T=null;for(let S of this._def.checks)if(S.kind==="min"){if(T===null||S.value>T)T=S.value}return T!=null?new Date(T):null}get maxDate(){let T=null;for(let S of this._def.checks)if(S.kind==="max"){if(T===null||S.value<T)T=S.value}return T!=null?new Date(T):null}}Jo.create=(T)=>{return new Jo({checks:[],coerce:(T===null||T===void 0?void 0:T.coerce)||!1,typeName:i.ZodDate,...u(T)})};class _f extends e{_parse(T){if(this._getType(T)!==m.symbol){let o=this._getOrReturnCtx(T);return C(o,{code:Q.invalid_type,expected:m.symbol,received:o.parsedType}),d}return aT(T.data)}}_f.create=(T)=>{return new _f({typeName:i.ZodSymbol,...u(T)})};class jo extends e{_parse(T){if(this._getType(T)!==m.undefined){let o=this._getOrReturnCtx(T);return C(o,{code:Q.invalid_type,expected:m.undefined,received:o.parsedType}),d}return aT(T.data)}}jo.create=(T)=>{return new jo({typeName:i.ZodUndefined,...u(T)})};class No extends e{_parse(T){if(this._getType(T)!==m.null){let o=this._getOrReturnCtx(T);return C(o,{code:Q.invalid_type,expected:m.null,received:o.parsedType}),d}return aT(T.data)}}No.create=(T)=>{return new No({typeName:i.ZodNull,...u(T)})};class Ro extends e{constructor(){super(...arguments);this._any=!0}_parse(T){return aT(T.data)}}Ro.create=(T)=>{return new Ro({typeName:i.ZodAny,...u(T)})};class iS extends e{constructor(){super(...arguments);this._unknown=!0}_parse(T){return aT(T.data)}}iS.create=(T)=>{return new iS({typeName:i.ZodUnknown,...u(T)})};class CS extends e{_parse(T){let S=this._getOrReturnCtx(T);return C(S,{code:Q.invalid_type,expected:m.never,received:S.parsedType}),d}}CS.create=(T)=>{return new CS({typeName:i.ZodNever,...u(T)})};class kf extends e{_parse(T){if(this._getType(T)!==m.undefined){let o=this._getOrReturnCtx(T);return C(o,{code:Q.invalid_type,expected:m.void,received:o.parsedType}),d}return aT(T.data)}}kf.create=(T)=>{return new kf({typeName:i.ZodVoid,...u(T)})};class YS extends e{_parse(T){let{ctx:S,status:o}=this._processInputParams(T),f=this._def;if(S.parsedType!==m.array)return C(S,{code:Q.invalid_type,expected:m.array,received:S.parsedType}),d;if(f.exactLength!==null){let n=S.data.length>f.exactLength.value,$=S.data.length<f.exactLength.value;if(n||$)C(S,{code:n?Q.too_big:Q.too_small,minimum:$?f.exactLength.value:void 0,maximum:n?f.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:f.exactLength.message}),o.dirty()}if(f.minLength!==null){if(S.data.length<f.minLength.value)C(S,{code:Q.too_small,minimum:f.minLength.value,type:"array",inclusive:!0,exact:!1,message:f.minLength.message}),o.dirty()}if(f.maxLength!==null){if(S.data.length>f.maxLength.value)C(S,{code:Q.too_big,maximum:f.maxLength.value,type:"array",inclusive:!0,exact:!1,message:f.maxLength.message}),o.dirty()}if(S.common.async)return Promise.all([...S.data].map((n,$)=>{return f.type._parseAsync(new zS(S,n,S.path,$))})).then((n)=>{return uT.mergeArray(o,n)});let A=[...S.data].map((n,$)=>{return f.type._parseSync(new zS(S,n,S.path,$))});return uT.mergeArray(o,A)}get element(){return this._def.type}min(T,S){return new YS({...this._def,minLength:{value:T,message:x.toString(S)}})}max(T,S){return new YS({...this._def,maxLength:{value:T,message:x.toString(S)}})}length(T,S){return new YS({...this._def,exactLength:{value:T,message:x.toString(S)}})}nonempty(T){return this.min(1,T)}}YS.create=(T,S)=>{return new YS({type:T,minLength:null,maxLength:null,exactLength:null,typeName:i.ZodArray,...u(S)})};function Bo(T){if(T instanceof QT){let S={};for(let o in T.shape){let f=T.shape[o];S[o]=ES.create(Bo(f))}return new QT({...T._def,shape:()=>S})}else if(T instanceof YS)return new YS({...T._def,type:Bo(T.element)});else if(T instanceof ES)return ES.create(Bo(T.unwrap()));else if(T instanceof qS)return qS.create(Bo(T.unwrap()));else if(T instanceof IS)return IS.create(T.items.map((S)=>Bo(S)));else return T}class QT extends e{constructor(){super(...arguments);this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let T=this._def.shape(),S=$T.objectKeys(T);return this._cached={shape:T,keys:S}}_parse(T){if(this._getType(T)!==m.object){let J=this._getOrReturnCtx(T);return C(J,{code:Q.invalid_type,expected:m.object,received:J.parsedType}),d}let{status:o,ctx:f}=this._processInputParams(T),{shape:A,keys:n}=this._getCached(),$=[];if(!(this._def.catchall instanceof CS&&this._def.unknownKeys==="strip")){for(let J in f.data)if(!n.includes(J))$.push(J)}let F=[];for(let J of n){let R=A[J],O=f.data[J];F.push({key:{status:"valid",value:J},value:R._parse(new zS(f,O,f.path,J)),alwaysSet:J in f.data})}if(this._def.catchall instanceof CS){let J=this._def.unknownKeys;if(J==="passthrough")for(let R of $)F.push({key:{status:"valid",value:R},value:{status:"valid",value:f.data[R]}});else if(J==="strict"){if($.length>0)C(f,{code:Q.unrecognized_keys,keys:$}),o.dirty()}else if(J==="strip");else throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let J=this._def.catchall;for(let R of $){let O=f.data[R];F.push({key:{status:"valid",value:R},value:J._parse(new zS(f,O,f.path,R)),alwaysSet:R in f.data})}}if(f.common.async)return Promise.resolve().then(async()=>{let J=[];for(let R of F){let O=await R.key,k=await R.value;J.push({key:O,value:k,alwaysSet:R.alwaysSet})}return J}).then((J)=>{return uT.mergeObjectSync(o,J)});else return uT.mergeObjectSync(o,F)}get shape(){return this._def.shape()}strict(T){return x.errToObj,new QT({...this._def,unknownKeys:"strict",...T!==void 0?{errorMap:(S,o)=>{var f,A,n,$;let F=(n=(A=(f=this._def).errorMap)===null||A===void 0?void 0:A.call(f,S,o).message)!==null&&n!==void 0?n:o.defaultError;if(S.code==="unrecognized_keys")return{message:($=x.errToObj(T).message)!==null&&$!==void 0?$:F};return{message:F}}}:{}})}strip(){return new QT({...this._def,unknownKeys:"strip"})}passthrough(){return new QT({...this._def,unknownKeys:"passthrough"})}extend(T){return new QT({...this._def,shape:()=>({...this._def.shape(),...T})})}merge(T){return new QT({unknownKeys:T._def.unknownKeys,catchall:T._def.catchall,shape:()=>({...this._def.shape(),...T._def.shape()}),typeName:i.ZodObject})}setKey(T,S){return this.augment({[T]:S})}catchall(T){return new QT({...this._def,catchall:T})}pick(T){let S={};return $T.objectKeys(T).forEach((o)=>{if(T[o]&&this.shape[o])S[o]=this.shape[o]}),new QT({...this._def,shape:()=>S})}omit(T){let S={};return $T.objectKeys(this.shape).forEach((o)=>{if(!T[o])S[o]=this.shape[o]}),new QT({...this._def,shape:()=>S})}deepPartial(){return Bo(this)}partial(T){let S={};return $T.objectKeys(this.shape).forEach((o)=>{let f=this.shape[o];if(T&&!T[o])S[o]=f;else S[o]=f.optional()}),new QT({...this._def,shape:()=>S})}required(T){let S={};return $T.objectKeys(this.shape).forEach((o)=>{if(T&&!T[o])S[o]=this.shape[o];else{let A=this.shape[o];while(A instanceof ES)A=A._def.innerType;S[o]=A}}),new QT({...this._def,shape:()=>S})}keyof(){return oJ($T.objectKeys(this.shape))}}QT.create=(T,S)=>{return new QT({shape:()=>T,unknownKeys:"strip",catchall:CS.create(),typeName:i.ZodObject,...u(S)})};QT.strictCreate=(T,S)=>{return new QT({shape:()=>T,unknownKeys:"strict",catchall:CS.create(),typeName:i.ZodObject,...u(S)})};QT.lazycreate=(T,S)=>{return new QT({shape:T,unknownKeys:"strip",catchall:CS.create(),typeName:i.ZodObject,...u(S)})};class mo extends e{_parse(T){let{ctx:S}=this._processInputParams(T),o=this._def.options;function f(A){for(let $ of A)if($.result.status==="valid")return $.result;for(let $ of A)if($.result.status==="dirty")return S.common.issues.push(...$.ctx.common.issues),$.result;let n=A.map(($)=>new JS($.ctx.common.issues));return C(S,{code:Q.invalid_union,unionErrors:n}),d}if(S.common.async)return Promise.all(o.map(async(A)=>{let n={...S,common:{...S.common,issues:[]},parent:null};return{result:await A._parseAsync({data:S.data,path:S.path,parent:n}),ctx:n}})).then(f);else{let A=void 0,n=[];for(let F of o){let J={...S,common:{...S.common,issues:[]},parent:null},R=F._parseSync({data:S.data,path:S.path,parent:J});if(R.status==="valid")return R;else if(R.status==="dirty"&&!A)A={result:R,ctx:J};if(J.common.issues.length)n.push(J.common.issues)}if(A)return S.common.issues.push(...A.ctx.common.issues),A.result;let $=n.map((F)=>new JS(F));return C(S,{code:Q.invalid_union,unionErrors:$}),d}}get options(){return this._def.options}}mo.create=(T,S)=>{return new mo({options:T,typeName:i.ZodUnion,...u(S)})};var xS=(T)=>{if(T instanceof bo)return xS(T.schema);else if(T instanceof kS)return xS(T.innerType());else if(T instanceof xo)return[T.value];else if(T instanceof uS)return T.options;else if(T instanceof vo)return $T.objectValues(T.enum);else if(T instanceof qo)return xS(T._def.innerType);else if(T instanceof jo)return[void 0];else if(T instanceof No)return[null];else if(T instanceof ES)return[void 0,...xS(T.unwrap())];else if(T instanceof qS)return[null,...xS(T.unwrap())];else if(T instanceof FA)return xS(T.unwrap());else if(T instanceof co)return xS(T.unwrap());else if(T instanceof Zo)return xS(T._def.innerType);else return[]};class $A extends e{_parse(T){let{ctx:S}=this._processInputParams(T);if(S.parsedType!==m.object)return C(S,{code:Q.invalid_type,expected:m.object,received:S.parsedType}),d;let o=this.discriminator,f=S.data[o],A=this.optionsMap.get(f);if(!A)return C(S,{code:Q.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[o]}),d;if(S.common.async)return A._parseAsync({data:S.data,path:S.path,parent:S});else return A._parseSync({data:S.data,path:S.path,parent:S})}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(T,S,o){let f=new Map;for(let A of S){let n=xS(A.shape[T]);if(!n.length)throw new Error(`A discriminator value for key \`${T}\` could not be extracted from all schema options`);for(let $ of n){if(f.has($))throw new Error(`Discriminator property ${String(T)} has duplicate value ${String($)}`);f.set($,A)}}return new $A({typeName:i.ZodDiscriminatedUnion,discriminator:T,options:S,optionsMap:f,...u(o)})}}function In(T,S){let o=vS(T),f=vS(S);if(T===S)return{valid:!0,data:T};else if(o===m.object&&f===m.object){let A=$T.objectKeys(S),n=$T.objectKeys(T).filter((F)=>A.indexOf(F)!==-1),$={...T,...S};for(let F of n){let J=In(T[F],S[F]);if(!J.valid)return{valid:!1};$[F]=J.data}return{valid:!0,data:$}}else if(o===m.array&&f===m.array){if(T.length!==S.length)return{valid:!1};let A=[];for(let n=0;n<T.length;n++){let $=T[n],F=S[n],J=In($,F);if(!J.valid)return{valid:!1};A.push(J.data)}return{valid:!0,data:A}}else if(o===m.date&&f===m.date&&+T===+S)return{valid:!0,data:T};else return{valid:!1}}class ho extends e{_parse(T){let{status:S,ctx:o}=this._processInputParams(T),f=(A,n)=>{if(Ln(A)||Ln(n))return d;let $=In(A.value,n.value);if(!$.valid)return C(o,{code:Q.invalid_intersection_types}),d;if(Cn(A)||Cn(n))S.dirty();return{status:S.value,value:$.data}};if(o.common.async)return Promise.all([this._def.left._parseAsync({data:o.data,path:o.path,parent:o}),this._def.right._parseAsync({data:o.data,path:o.path,parent:o})]).then(([A,n])=>f(A,n));else return f(this._def.left._parseSync({data:o.data,path:o.path,parent:o}),this._def.right._parseSync({data:o.data,path:o.path,parent:o}))}}ho.create=(T,S,o)=>{return new ho({left:T,right:S,typeName:i.ZodIntersection,...u(o)})};class IS extends e{_parse(T){let{status:S,ctx:o}=this._processInputParams(T);if(o.parsedType!==m.array)return C(o,{code:Q.invalid_type,expected:m.array,received:o.parsedType}),d;if(o.data.length<this._def.items.length)return C(o,{code:Q.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),d;if(!this._def.rest&&o.data.length>this._def.items.length)C(o,{code:Q.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),S.dirty();let A=[...o.data].map((n,$)=>{let F=this._def.items[$]||this._def.rest;if(!F)return null;return F._parse(new zS(o,n,o.path,$))}).filter((n)=>!!n);if(o.common.async)return Promise.all(A).then((n)=>{return uT.mergeArray(S,n)});else return uT.mergeArray(S,A)}get items(){return this._def.items}rest(T){return new IS({...this._def,rest:T})}}IS.create=(T,S)=>{if(!Array.isArray(T))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new IS({items:T,typeName:i.ZodTuple,rest:null,...u(S)})};class yf extends e{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(T){let{status:S,ctx:o}=this._processInputParams(T);if(o.parsedType!==m.object)return C(o,{code:Q.invalid_type,expected:m.object,received:o.parsedType}),d;let f=[],A=this._def.keyType,n=this._def.valueType;for(let $ in o.data)f.push({key:A._parse(new zS(o,$,o.path,$)),value:n._parse(new zS(o,o.data[$],o.path,$)),alwaysSet:$ in o.data});if(o.common.async)return uT.mergeObjectAsync(S,f);else return uT.mergeObjectSync(S,f)}get element(){return this._def.valueType}static create(T,S,o){if(S instanceof e)return new yf({keyType:T,valueType:S,typeName:i.ZodRecord,...u(o)});return new yf({keyType:GS.create(),valueType:T,typeName:i.ZodRecord,...u(S)})}}class wf extends e{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(T){let{status:S,ctx:o}=this._processInputParams(T);if(o.parsedType!==m.map)return C(o,{code:Q.invalid_type,expected:m.map,received:o.parsedType}),d;let f=this._def.keyType,A=this._def.valueType,n=[...o.data.entries()].map(([$,F],J)=>{return{key:f._parse(new zS(o,$,o.path,[J,"key"])),value:A._parse(new zS(o,F,o.path,[J,"value"]))}});if(o.common.async){let $=new Map;return Promise.resolve().then(async()=>{for(let F of n){let J=await F.key,R=await F.value;if(J.status==="aborted"||R.status==="aborted")return d;if(J.status==="dirty"||R.status==="dirty")S.dirty();$.set(J.value,R.value)}return{status:S.value,value:$}})}else{let $=new Map;for(let F of n){let{key:J,value:R}=F;if(J.status==="aborted"||R.status==="aborted")return d;if(J.status==="dirty"||R.status==="dirty")S.dirty();$.set(J.value,R.value)}return{status:S.value,value:$}}}}wf.create=(T,S,o)=>{return new wf({valueType:S,keyType:T,typeName:i.ZodMap,...u(o)})};class Oo extends e{_parse(T){let{status:S,ctx:o}=this._processInputParams(T);if(o.parsedType!==m.set)return C(o,{code:Q.invalid_type,expected:m.set,received:o.parsedType}),d;let f=this._def;if(f.minSize!==null){if(o.data.size<f.minSize.value)C(o,{code:Q.too_small,minimum:f.minSize.value,type:"set",inclusive:!0,exact:!1,message:f.minSize.message}),S.dirty()}if(f.maxSize!==null){if(o.data.size>f.maxSize.value)C(o,{code:Q.too_big,maximum:f.maxSize.value,type:"set",inclusive:!0,exact:!1,message:f.maxSize.message}),S.dirty()}let A=this._def.valueType;function n(F){let J=new Set;for(let R of F){if(R.status==="aborted")return d;if(R.status==="dirty")S.dirty();J.add(R.value)}return{status:S.value,value:J}}let $=[...o.data.values()].map((F,J)=>A._parse(new zS(o,F,o.path,J)));if(o.common.async)return Promise.all($).then((F)=>n(F));else return n($)}min(T,S){return new Oo({...this._def,minSize:{value:T,message:x.toString(S)}})}max(T,S){return new Oo({...this._def,maxSize:{value:T,message:x.toString(S)}})}size(T,S){return this.min(T,S).max(T,S)}nonempty(T){return this.min(1,T)}}Oo.create=(T,S)=>{return new Oo({valueType:T,minSize:null,maxSize:null,typeName:i.ZodSet,...u(S)})};class Lo extends e{constructor(){super(...arguments);this.validate=this.implement}_parse(T){let{ctx:S}=this._processInputParams(T);if(S.parsedType!==m.function)return C(S,{code:Q.invalid_type,expected:m.function,received:S.parsedType}),d;function o($,F){return AA({data:$,path:S.path,errorMaps:[S.common.contextualErrorMap,S.schemaErrorMap,fA(),Co].filter((J)=>!!J),issueData:{code:Q.invalid_arguments,argumentsError:F}})}function f($,F){return AA({data:$,path:S.path,errorMaps:[S.common.contextualErrorMap,S.schemaErrorMap,fA(),Co].filter((J)=>!!J),issueData:{code:Q.invalid_return_type,returnTypeError:F}})}let A={errorMap:S.common.contextualErrorMap},n=S.data;if(this._def.returns instanceof Mo){let $=this;return aT(async function(...F){let J=new JS([]),R=await $._def.args.parseAsync(F,A).catch((y)=>{throw J.addIssue(o(F,y)),J}),O=await Reflect.apply(n,this,R);return await $._def.returns._def.type.parseAsync(O,A).catch((y)=>{throw J.addIssue(f(O,y)),J})})}else{let $=this;return aT(function(...F){let J=$._def.args.safeParse(F,A);if(!J.success)throw new JS([o(F,J.error)]);let R=Reflect.apply(n,this,J.data),O=$._def.returns.safeParse(R,A);if(!O.success)throw new JS([f(R,O.error)]);return O.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...T){return new Lo({...this._def,args:IS.create(T).rest(iS.create())})}returns(T){return new Lo({...this._def,returns:T})}implement(T){return this.parse(T)}strictImplement(T){return this.parse(T)}static create(T,S,o){return new Lo({args:T?T:IS.create([]).rest(iS.create()),returns:S||iS.create(),typeName:i.ZodFunction,...u(o)})}}class bo extends e{get schema(){return this._def.getter()}_parse(T){let{ctx:S}=this._processInputParams(T);return this._def.getter()._parse({data:S.data,path:S.path,parent:S})}}bo.create=(T,S)=>{return new bo({getter:T,typeName:i.ZodLazy,...u(S)})};class xo extends e{_parse(T){if(T.data!==this._def.value){let S=this._getOrReturnCtx(T);return C(S,{received:S.data,code:Q.invalid_literal,expected:this._def.value}),d}return{status:"valid",value:T.data}}get value(){return this._def.value}}xo.create=(T,S)=>{return new xo({value:T,typeName:i.ZodLiteral,...u(S)})};function oJ(T,S){return new uS({values:T,typeName:i.ZodEnum,...u(S)})}class uS extends e{constructor(){super(...arguments);Of.set(this,void 0)}_parse(T){if(typeof T.data!=="string"){let S=this._getOrReturnCtx(T),o=this._def.values;return C(S,{expected:$T.joinValues(o),received:S.parsedType,code:Q.invalid_type}),d}if(!nA(this,Of,"f"))sF(this,Of,new Set(this._def.values),"f");if(!nA(this,Of,"f").has(T.data)){let S=this._getOrReturnCtx(T),o=this._def.values;return C(S,{received:S.data,code:Q.invalid_enum_value,options:o}),d}return aT(T.data)}get options(){return this._def.values}get enum(){let T={};for(let S of this._def.values)T[S]=S;return T}get Values(){let T={};for(let S of this._def.values)T[S]=S;return T}get Enum(){let T={};for(let S of this._def.values)T[S]=S;return T}extract(T,S=this._def){return uS.create(T,{...this._def,...S})}exclude(T,S=this._def){return uS.create(this.options.filter((o)=>!T.includes(o)),{...this._def,...S})}}Of=new WeakMap;uS.create=oJ;class vo extends e{constructor(){super(...arguments);Mf.set(this,void 0)}_parse(T){let S=$T.getValidEnumValues(this._def.values),o=this._getOrReturnCtx(T);if(o.parsedType!==m.string&&o.parsedType!==m.number){let f=$T.objectValues(S);return C(o,{expected:$T.joinValues(f),received:o.parsedType,code:Q.invalid_type}),d}if(!nA(this,Mf,"f"))sF(this,Mf,new Set($T.getValidEnumValues(this._def.values)),"f");if(!nA(this,Mf,"f").has(T.data)){let f=$T.objectValues(S);return C(o,{received:o.data,code:Q.invalid_enum_value,options:f}),d}return aT(T.data)}get enum(){return this._def.values}}Mf=new WeakMap;vo.create=(T,S)=>{return new vo({values:T,typeName:i.ZodNativeEnum,...u(S)})};class Mo extends e{unwrap(){return this._def.type}_parse(T){let{ctx:S}=this._processInputParams(T);if(S.parsedType!==m.promise&&S.common.async===!1)return C(S,{code:Q.invalid_type,expected:m.promise,received:S.parsedType}),d;let o=S.parsedType===m.promise?S.data:Promise.resolve(S.data);return aT(o.then((f)=>{return this._def.type.parseAsync(f,{path:S.path,errorMap:S.common.contextualErrorMap})}))}}Mo.create=(T,S)=>{return new Mo({type:T,typeName:i.ZodPromise,...u(S)})};class kS extends e{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===i.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(T){let{status:S,ctx:o}=this._processInputParams(T),f=this._def.effect||null,A={addIssue:(n)=>{if(C(o,n),n.fatal)S.abort();else S.dirty()},get path(){return o.path}};if(A.addIssue=A.addIssue.bind(A),f.type==="preprocess"){let n=f.transform(o.data,A);if(o.common.async)return Promise.resolve(n).then(async($)=>{if(S.value==="aborted")return d;let F=await this._def.schema._parseAsync({data:$,path:o.path,parent:o});if(F.status==="aborted")return d;if(F.status==="dirty")return to(F.value);if(S.value==="dirty")return to(F.value);return F});else{if(S.value==="aborted")return d;let $=this._def.schema._parseSync({data:n,path:o.path,parent:o});if($.status==="aborted")return d;if($.status==="dirty")return to($.value);if(S.value==="dirty")return to($.value);return $}}if(f.type==="refinement"){let n=($)=>{let F=f.refinement($,A);if(o.common.async)return Promise.resolve(F);if(F instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return $};if(o.common.async===!1){let $=this._def.schema._parseSync({data:o.data,path:o.path,parent:o});if($.status==="aborted")return d;if($.status==="dirty")S.dirty();return n($.value),{status:S.value,value:$.value}}else return this._def.schema._parseAsync({data:o.data,path:o.path,parent:o}).then(($)=>{if($.status==="aborted")return d;if($.status==="dirty")S.dirty();return n($.value).then(()=>{return{status:S.value,value:$.value}})})}if(f.type==="transform")if(o.common.async===!1){let n=this._def.schema._parseSync({data:o.data,path:o.path,parent:o});if(!Fo(n))return n;let $=f.transform(n.value,A);if($ instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:S.value,value:$}}else return this._def.schema._parseAsync({data:o.data,path:o.path,parent:o}).then((n)=>{if(!Fo(n))return n;return Promise.resolve(f.transform(n.value,A)).then(($)=>({status:S.value,value:$}))});$T.assertNever(f)}}kS.create=(T,S,o)=>{return new kS({schema:T,typeName:i.ZodEffects,effect:S,...u(o)})};kS.createWithPreprocess=(T,S,o)=>{return new kS({schema:S,effect:{type:"preprocess",transform:T},typeName:i.ZodEffects,...u(o)})};class ES extends e{_parse(T){if(this._getType(T)===m.undefined)return aT(void 0);return this._def.innerType._parse(T)}unwrap(){return this._def.innerType}}ES.create=(T,S)=>{return new ES({innerType:T,typeName:i.ZodOptional,...u(S)})};class qS extends e{_parse(T){if(this._getType(T)===m.null)return aT(null);return this._def.innerType._parse(T)}unwrap(){return this._def.innerType}}qS.create=(T,S)=>{return new qS({innerType:T,typeName:i.ZodNullable,...u(S)})};class qo extends e{_parse(T){let{ctx:S}=this._processInputParams(T),o=S.data;if(S.parsedType===m.undefined)o=this._def.defaultValue();return this._def.innerType._parse({data:o,path:S.path,parent:S})}removeDefault(){return this._def.innerType}}qo.create=(T,S)=>{return new qo({innerType:T,typeName:i.ZodDefault,defaultValue:typeof S.default==="function"?S.default:()=>S.default,...u(S)})};class Zo extends e{_parse(T){let{ctx:S}=this._processInputParams(T),o={...S,common:{...S.common,issues:[]}},f=this._def.innerType._parse({data:o.data,path:o.path,parent:{...o}});if(Wf(f))return f.then((A)=>{return{status:"valid",value:A.status==="valid"?A.value:this._def.catchValue({get error(){return new JS(o.common.issues)},input:o.data})}});else return{status:"valid",value:f.status==="valid"?f.value:this._def.catchValue({get error(){return new JS(o.common.issues)},input:o.data})}}removeCatch(){return this._def.innerType}}Zo.create=(T,S)=>{return new Zo({innerType:T,typeName:i.ZodCatch,catchValue:typeof S.catch==="function"?S.catch:()=>S.catch,...u(S)})};class Kf extends e{_parse(T){if(this._getType(T)!==m.nan){let o=this._getOrReturnCtx(T);return C(o,{code:Q.invalid_type,expected:m.nan,received:o.parsedType}),d}return{status:"valid",value:T.data}}}Kf.create=(T)=>{return new Kf({typeName:i.ZodNaN,...u(T)})};var _M=Symbol("zod_brand");class FA extends e{_parse(T){let{ctx:S}=this._processInputParams(T),o=S.data;return this._def.type._parse({data:o,path:S.path,parent:S})}unwrap(){return this._def.type}}class Hf extends e{_parse(T){let{status:S,ctx:o}=this._processInputParams(T);if(o.common.async)return(async()=>{let A=await this._def.in._parseAsync({data:o.data,path:o.path,parent:o});if(A.status==="aborted")return d;if(A.status==="dirty")return S.dirty(),to(A.value);else return this._def.out._parseAsync({data:A.value,path:o.path,parent:o})})();else{let f=this._def.in._parseSync({data:o.data,path:o.path,parent:o});if(f.status==="aborted")return d;if(f.status==="dirty")return S.dirty(),{status:"dirty",value:f.value};else return this._def.out._parseSync({data:f.value,path:o.path,parent:o})}}static create(T,S){return new Hf({in:T,out:S,typeName:i.ZodPipeline})}}class co extends e{_parse(T){let S=this._def.innerType._parse(T),o=(f)=>{if(Fo(f))f.value=Object.freeze(f.value);return f};return Wf(S)?S.then((f)=>o(f)):o(S)}unwrap(){return this._def.innerType}}co.create=(T,S)=>{return new co({innerType:T,typeName:i.ZodReadonly,...u(S)})};function lF(T,S){let o=typeof T==="function"?T(S):typeof T==="string"?{message:T}:T;return typeof o==="string"?{message:o}:o}function fJ(T,S={},o){if(T)return Ro.create().superRefine((f,A)=>{var n,$;let F=T(f);if(F instanceof Promise)return F.then((J)=>{var R,O;if(!J){let k=lF(S,f),y=(O=(R=k.fatal)!==null&&R!==void 0?R:o)!==null&&O!==void 0?O:!0;A.addIssue({code:"custom",...k,fatal:y})}});if(!F){let J=lF(S,f),R=($=(n=J.fatal)!==null&&n!==void 0?n:o)!==null&&$!==void 0?$:!0;A.addIssue({code:"custom",...J,fatal:R})}return});return Ro.create()}var kM={object:QT.lazycreate},i;(function(T){T.ZodString="ZodString",T.ZodNumber="ZodNumber",T.ZodNaN="ZodNaN",T.ZodBigInt="ZodBigInt",T.ZodBoolean="ZodBoolean",T.ZodDate="ZodDate",T.ZodSymbol="ZodSymbol",T.ZodUndefined="ZodUndefined",T.ZodNull="ZodNull",T.ZodAny="ZodAny",T.ZodUnknown="ZodUnknown",T.ZodNever="ZodNever",T.ZodVoid="ZodVoid",T.ZodArray="ZodArray",T.ZodObject="ZodObject",T.ZodUnion="ZodUnion",T.ZodDiscriminatedUnion="ZodDiscriminatedUnion",T.ZodIntersection="ZodIntersection",T.ZodTuple="ZodTuple",T.ZodRecord="ZodRecord",T.ZodMap="ZodMap",T.ZodSet="ZodSet",T.ZodFunction="ZodFunction",T.ZodLazy="ZodLazy",T.ZodLiteral="ZodLiteral",T.ZodEnum="ZodEnum",T.ZodEffects="ZodEffects",T.ZodNativeEnum="ZodNativeEnum",T.ZodOptional="ZodOptional",T.ZodNullable="ZodNullable",T.ZodDefault="ZodDefault",T.ZodCatch="ZodCatch",T.ZodPromise="ZodPromise",T.ZodBranded="ZodBranded",T.ZodPipeline="ZodPipeline",T.ZodReadonly="ZodReadonly"})(i||(i={}));var yM=(T,S={message:`Input not instance of ${T.name}`})=>fJ((o)=>o instanceof T,S),AJ=GS.create,nJ=dS.create,wM=Kf.create,KM=lS.create,$J=Io.create,HM=Jo.create,XM=_f.create,GM=jo.create,YM=No.create,EM=Ro.create,zM=iS.create,QM=CS.create,DM=kf.create,UM=YS.create,VM=QT.create,BM=QT.strictCreate,tM=mo.create,LM=$A.create,CM=ho.create,IM=IS.create,jM=yf.create,NM=wf.create,mM=Oo.create,hM=Lo.create,bM=bo.create,xM=xo.create,vM=uS.create,qM=vo.create,ZM=Mo.create,uF=kS.create,cM=ES.create,rM=qS.create,pM=kS.createWithPreprocess,PM=Hf.create,gM=()=>AJ().optional(),iM=()=>nJ().optional(),dM=()=>$J().optional(),lM={string:(T)=>GS.create({...T,coerce:!0}),number:(T)=>dS.create({...T,coerce:!0}),boolean:(T)=>Io.create({...T,coerce:!0}),bigint:(T)=>lS.create({...T,coerce:!0}),date:(T)=>Jo.create({...T,coerce:!0})},uM=d,GT=Object.freeze({__proto__:null,defaultErrorMap:Co,setErrorMap:pO,getErrorMap:fA,makeIssue:AA,EMPTY_PATH:PO,addIssueToContext:C,ParseStatus:uT,INVALID:d,DIRTY:to,OK:aT,isAborted:Ln,isDirty:Cn,isValid:Fo,isAsync:Wf,get util(){return $T},get objectUtil(){return tn},ZodParsedType:m,getParsedType:vS,ZodType:e,datetimeRegex:SJ,ZodString:GS,ZodNumber:dS,ZodBigInt:lS,ZodBoolean:Io,ZodDate:Jo,ZodSymbol:_f,ZodUndefined:jo,ZodNull:No,ZodAny:Ro,ZodUnknown:iS,ZodNever:CS,ZodVoid:kf,ZodArray:YS,ZodObject:QT,ZodUnion:mo,ZodDiscriminatedUnion:$A,ZodIntersection:ho,ZodTuple:IS,ZodRecord:yf,ZodMap:wf,ZodSet:Oo,ZodFunction:Lo,ZodLazy:bo,ZodLiteral:xo,ZodEnum:uS,ZodNativeEnum:vo,ZodPromise:Mo,ZodEffects:kS,ZodTransformer:kS,ZodOptional:ES,ZodNullable:qS,ZodDefault:qo,ZodCatch:Zo,ZodNaN:Kf,BRAND:_M,ZodBranded:FA,ZodPipeline:Hf,ZodReadonly:co,custom:fJ,Schema:e,ZodSchema:e,late:kM,get ZodFirstPartyTypeKind(){return i},coerce:lM,any:EM,array:UM,bigint:KM,boolean:$J,date:HM,discriminatedUnion:LM,effect:uF,enum:vM,function:hM,instanceof:yM,intersection:CM,lazy:bM,literal:xM,map:NM,nan:wM,nativeEnum:qM,never:QM,null:YM,nullable:rM,number:nJ,object:VM,oboolean:dM,onumber:iM,optional:cM,ostring:gM,pipeline:PM,preprocess:pM,promise:ZM,record:jM,set:mM,strictObject:BM,string:AJ,symbol:XM,transformer:uF,tuple:IM,undefined:GM,union:tM,unknown:zM,void:DM,NEVER:uM,ZodIssueCode:Q,quotelessJson:rO,ZodError:JS});var eM="__vite_start_time"in globalThis,sM=typeof window!=="undefined",g5="vitest"in globalThis,QS=iF({isServer:!eM&&!sM,server:{CI:GT.string().transform((T)=>!0).optional(),POSTGRES_USER:GT.string(),POSTGRES_PASSWORD:GT.string(),POSTGRES_DATABASE:GT.string(),POSTGRES_HOST:GT.string(),POSTGRES_PORT:GT.string().transform((T)=>Number.parseInt(T,10)),BACKEND_PORT:GT.string().transform((T)=>Number.parseInt(T,10)),RUN_WORKERS_FROM_SOURCE:GT.union([GT.literal("true"),GT.literal("false")]).optional().transform((T)=>T==="true"),FRONTEND_PORT:GT.string().transform((T)=>Number.parseInt(T,10)),FRONTEND_ORIGINS:GT.string().transform((T)=>JSON.parse(T)).pipe(GT.array(GT.string())),OPENAI_API_KEY:GT.string().optional()},clientPrefix:"VITE_",client:{VITE_BACKEND_ORIGIN:GT.string(),VITE_USE_SELF_SIGNED_CERTIFICATE:GT.union([GT.literal("true"),GT.literal("false")]).optional().transform((T)=>T==="true")},runtimeEnv:import.meta.env,emptyStringAsUndefined:!0});var JJ=jn(import.meta.dirname,"../dev"),RJ=QS.VITE_USE_SELF_SIGNED_CERTIFICATE?{cert:FJ(jn(JJ,"./cert.pem"),"utf-8"),key:FJ(jn(JJ,"./key.pem"),"utf-8")}:void 0;import T_ from"path";var W=Symbol.for("drizzle:entityKind"),s5=Symbol.for("drizzle:hasOwnEntityKind");function K(T,S){if(!T||typeof T!=="object")return!1;if(T instanceof S)return!0;if(!Object.prototype.hasOwnProperty.call(S,W))throw new Error(`Class "${S.name??"<unknown>"}" doesn't look like a Drizzle entity. If this is incorrect and the class is provided by Drizzle, please report this as a bug.`);let o=Object.getPrototypeOf(T).constructor;if(o)while(o){if(W in o&&o[W]===S[W])return!0;o=Object.getPrototypeOf(o)}return!1}class _T{constructor(T,S){this.table=T,this.config=S,this.name=S.name,this.keyAsName=S.keyAsName,this.notNull=S.notNull,this.default=S.default,this.defaultFn=S.defaultFn,this.onUpdateFn=S.onUpdateFn,this.hasDefault=S.hasDefault,this.primary=S.primaryKey,this.isUnique=S.isUnique,this.uniqueName=S.uniqueName,this.uniqueType=S.uniqueType,this.dataType=S.dataType,this.columnType=S.columnType,this.generated=S.generated,this.generatedIdentity=S.generatedIdentity}static[W]="Column";name;keyAsName;primary;notNull;default;defaultFn;onUpdateFn;hasDefault;isUnique;uniqueName;uniqueType;dataType;columnType;enumValues=void 0;generated=void 0;generatedIdentity=void 0;config;mapFromDriverValue(T){return T}mapToDriverValue(T){return T}shouldDisableInsert(){return this.config.generated!==void 0&&this.config.generated.type!=="byDefault"}}class Nn{static[W]="ColumnBuilder";config;constructor(T,S,o){this.config={name:T,keyAsName:T==="",notNull:!1,default:void 0,hasDefault:!1,primaryKey:!1,isUnique:!1,uniqueName:void 0,uniqueType:void 0,dataType:S,columnType:o,generated:void 0}}$type(){return this}notNull(){return this.config.notNull=!0,this}default(T){return this.config.default=T,this.config.hasDefault=!0,this}$defaultFn(T){return this.config.defaultFn=T,this.config.hasDefault=!0,this}$default=this.$defaultFn;$onUpdateFn(T){return this.config.onUpdateFn=T,this.config.hasDefault=!0,this}$onUpdate=this.$onUpdateFn;primaryKey(){return this.config.primaryKey=!0,this.config.notNull=!0,this}setName(T){if(this.config.name!=="")return;this.config.name=T}}var DS=Symbol.for("drizzle:Name");class mn{static[W]="PgForeignKeyBuilder";reference;_onUpdate="no action";_onDelete="no action";constructor(T,S){if(this.reference=()=>{let{name:o,columns:f,foreignColumns:A}=T();return{name:o,columns:f,foreignTable:A[0].table,foreignColumns:A}},S)this._onUpdate=S.onUpdate,this._onDelete=S.onDelete}onUpdate(T){return this._onUpdate=T===void 0?"no action":T,this}onDelete(T){return this._onDelete=T===void 0?"no action":T,this}build(T){return new OJ(T,this)}}class OJ{constructor(T,S){this.table=T,this.reference=S.reference,this.onUpdate=S._onUpdate,this.onDelete=S._onDelete}static[W]="PgForeignKey";reference;onUpdate;onDelete;getName(){let{name:T,columns:S,foreignColumns:o}=this.reference(),f=S.map(($)=>$.name),A=o.map(($)=>$.name),n=[this.table[DS],...f,o[0].table[DS],...A];return T??`${n.join("_")}_fk`}}function JA(T,...S){return T(...S)}function MJ(T,S){return`${T[DS]}_${S.join("_")}_unique`}function WJ(T,S,o){for(let f=S;f<T.length;f++){let A=T[f];if(A==="\\"){f++;continue}if(A==='"')return[T.slice(S,f).replace(/\\/g,""),f+1];if(o)continue;if(A===","||A==="}")return[T.slice(S,f).replace(/\\/g,""),f]}return[T.slice(S).replace(/\\/g,""),T.length]}function _J(T,S=0){let o=[],f=S,A=!1;while(f<T.length){let n=T[f];if(n===","){if(A||f===S)o.push("");A=!0,f++;continue}if(A=!1,n==="\\"){f+=2;continue}if(n==='"'){let[J,R]=WJ(T,f+1,!0);o.push(J),f=R;continue}if(n==="}")return[o,f+1];if(n==="{"){let[J,R]=_J(T,f+1);o.push(J),f=R;continue}let[$,F]=WJ(T,f,!1);o.push($),f=F}return[o,f]}function kJ(T){let[S]=_J(T,1);return S}function hn(T){return`{${T.map((S)=>{if(Array.isArray(S))return hn(S);if(typeof S==="string")return`"${S.replace(/\\/g,"\\\\").replace(/"/g,"\\\"")}"`;return`${S}`}).join(",")}}`}class h extends Nn{foreignKeyConfigs=[];static[W]="PgColumnBuilder";array(T){return new wJ(this.config.name,this,T)}references(T,S={}){return this.foreignKeyConfigs.push({ref:T,actions:S}),this}unique(T,S){return this.config.isUnique=!0,this.config.uniqueName=T,this.config.uniqueType=S?.nulls,this}generatedAlwaysAs(T){return this.config.generated={as:T,type:"always",mode:"stored"},this}buildForeignKeys(T,S){return this.foreignKeyConfigs.map(({ref:o,actions:f})=>{return JA((A,n)=>{let $=new mn(()=>{let F=A();return{columns:[T],foreignColumns:[F]}});if(n.onUpdate)$.onUpdate(n.onUpdate);if(n.onDelete)$.onDelete(n.onDelete);return $.build(S)},o,f)})}buildExtraConfigColumn(T){return new yJ(T,this.config)}}class B extends _T{constructor(T,S){if(!S.uniqueName)S.uniqueName=MJ(T,[S.name]);super(T,S);this.table=T}static[W]="PgColumn"}class yJ extends B{static[W]="ExtraConfigColumn";getSQLType(){return this.getSQLType()}indexConfig={order:this.config.order??"asc",nulls:this.config.nulls??"last",opClass:this.config.opClass};defaultConfig={order:"asc",nulls:"last",opClass:void 0};asc(){return this.indexConfig.order="asc",this}desc(){return this.indexConfig.order="desc",this}nullsFirst(){return this.indexConfig.nulls="first",this}nullsLast(){return this.indexConfig.nulls="last",this}op(T){return this.indexConfig.opClass=T,this}}class Xf{static[W]="IndexedColumn";constructor(T,S,o,f){this.name=T,this.keyAsName=S,this.type=o,this.indexConfig=f}name;keyAsName;type;indexConfig}class wJ extends h{static[W]="PgArrayBuilder";constructor(T,S,o){super(T,"array","PgArray");this.config.baseBuilder=S,this.config.size=o}build(T){let S=this.config.baseBuilder.build(T);return new bn(T,this.config,S)}}class bn extends B{constructor(T,S,o,f){super(T,S);this.baseColumn=o,this.range=f,this.size=S.size}size;static[W]="PgArray";getSQLType(){return`${this.baseColumn.getSQLType()}[${typeof this.size==="number"?this.size:""}]`}mapFromDriverValue(T){if(typeof T==="string")T=kJ(T);return T.map((S)=>this.baseColumn.mapFromDriverValue(S))}mapToDriverValue(T,S=!1){let o=T.map((f)=>f===null?null:K(this.baseColumn,bn)?this.baseColumn.mapToDriverValue(f,!0):this.baseColumn.mapToDriverValue(f));if(S)return o;return hn(o)}}var xn=Symbol.for("drizzle:isPgEnum");function KJ(T){return!!T&&typeof T==="function"&&xn in T&&T[xn]===!0}class HJ extends h{static[W]="PgEnumColumnBuilder";constructor(T,S){super(T,"string","PgEnumColumn");this.config.enum=S}build(T){return new XJ(T,this.config)}}class XJ extends B{static[W]="PgEnumColumn";enum=this.config.enum;enumValues=this.config.enum.enumValues;constructor(T,S){super(T,S);this.enum=S.enum}getSQLType(){return this.enum.enumName}}function RA(T,S){return aM(T,S,void 0)}function aM(T,S,o){let f=Object.assign((A)=>new HJ(A??"",f),{enumName:T,enumValues:S,schema:o,[xn]:!0});return f}class xT{static[W]="Subquery";constructor(T,S,o,f=!1){this._={brand:"Subquery",sql:T,selectedFields:S,alias:o,isWith:f}}}class Gf extends xT{static[W]="WithSubquery"}var GJ="0.39.3";var vn,qn,kT={startActiveSpan(T,S){if(!vn)return S();if(!qn)qn=vn.trace.getTracer("drizzle-orm",GJ);return JA((o,f)=>f.startActiveSpan(T,(A)=>{try{return S(A)}catch(n){throw A.setStatus({code:o.SpanStatusCode.ERROR,message:n instanceof Error?n.message:"Unknown error"}),n}finally{A.end()}}),vn,qn)}};var KT=Symbol.for("drizzle:ViewBaseConfig");var OA=Symbol.for("drizzle:Schema"),MA=Symbol.for("drizzle:Columns"),YJ=Symbol.for("drizzle:ExtraConfigColumns"),Zn=Symbol.for("drizzle:OriginalName"),cn=Symbol.for("drizzle:BaseName"),Yf=Symbol.for("drizzle:IsAlias"),EJ=Symbol.for("drizzle:ExtraConfigBuilder"),TW=Symbol.for("drizzle:IsDrizzleTable");class j{static[W]="Table";static Symbol={Name:DS,Schema:OA,OriginalName:Zn,Columns:MA,ExtraConfigColumns:YJ,BaseName:cn,IsAlias:Yf,ExtraConfigBuilder:EJ};[DS];[Zn];[OA];[MA];[YJ];[cn];[Yf]=!1;[TW]=!0;[EJ]=void 0;constructor(T,S,o){this[DS]=this[Zn]=T,this[OA]=S,this[cn]=o}}function qT(T){return T[DS]}function Wo(T){return`${T[OA]??"public"}.${T[DS]}`}function rn(T){return T!==null&&T!==void 0&&typeof T.getSQL==="function"}function SW(T){let S={sql:"",params:[]};for(let o of T)if(S.sql+=o.sql,S.params.push(...o.params),o.typings?.length){if(!S.typings)S.typings=[];S.typings.push(...o.typings)}return S}class vT{static[W]="StringChunk";value;constructor(T){this.value=Array.isArray(T)?T:[T]}getSQL(){return new N([this])}}class N{constructor(T){this.queryChunks=T}static[W]="SQL";decoder=QJ;shouldInlineParams=!1;append(T){return this.queryChunks.push(...T.queryChunks),this}toQuery(T){return kT.startActiveSpan("drizzle.buildSQL",(S)=>{let o=this.buildQueryFromSourceParams(this.queryChunks,T);return S?.setAttributes({"drizzle.query.text":o.sql,"drizzle.query.params":JSON.stringify(o.params)}),o})}buildQueryFromSourceParams(T,S){let o=Object.assign({},S,{inlineParams:S.inlineParams||this.shouldInlineParams,paramStartIndex:S.paramStartIndex||{value:0}}),{casing:f,escapeName:A,escapeParam:n,prepareTyping:$,inlineParams:F,paramStartIndex:J}=o;return SW(T.map((R)=>{if(K(R,vT))return{sql:R.value.join(""),params:[]};if(K(R,WA))return{sql:A(R.value),params:[]};if(R===void 0)return{sql:"",params:[]};if(Array.isArray(R)){let O=[new vT("(")];for(let[k,y]of R.entries())if(O.push(y),k<R.length-1)O.push(new vT(", "));return O.push(new vT(")")),this.buildQueryFromSourceParams(O,o)}if(K(R,N))return this.buildQueryFromSourceParams(R.queryChunks,{...o,inlineParams:F||R.shouldInlineParams});if(K(R,j)){let O=R[j.Symbol.Schema],k=R[j.Symbol.Name];return{sql:O===void 0||R[Yf]?A(k):A(O)+"."+A(k),params:[]}}if(K(R,_T)){let O=f.getColumnCasing(R);if(S.invokeSource==="indexes")return{sql:A(O),params:[]};let k=R.table[j.Symbol.Schema];return{sql:R.table[Yf]||k===void 0?A(R.table[j.Symbol.Name])+"."+A(O):A(k)+"."+A(R.table[j.Symbol.Name])+"."+A(O),params:[]}}if(K(R,nS)){let O=R[KT].schema,k=R[KT].name;return{sql:O===void 0||R[KT].isAlias?A(k):A(O)+"."+A(k),params:[]}}if(K(R,RS)){if(K(R.value,eS))return{sql:n(J.value++,R),params:[R],typings:["none"]};let O=R.value===null?null:R.encoder.mapToDriverValue(R.value);if(K(O,N))return this.buildQueryFromSourceParams([O],o);if(F)return{sql:this.mapInlineParam(O,o),params:[]};let k=["none"];if($)k=[$(R.encoder)];return{sql:n(J.value++,O),params:[O],typings:k}}if(K(R,eS))return{sql:n(J.value++,R),params:[R],typings:["none"]};if(K(R,N.Aliased)&&R.fieldAlias!==void 0)return{sql:A(R.fieldAlias),params:[]};if(K(R,xT)){if(R._.isWith)return{sql:A(R._.alias),params:[]};return this.buildQueryFromSourceParams([new vT("("),R._.sql,new vT(") "),new WA(R._.alias)],o)}if(KJ(R)){if(R.schema)return{sql:A(R.schema)+"."+A(R.enumName),params:[]};return{sql:A(R.enumName),params:[]}}if(rn(R)){if(R.shouldOmitSQLParens?.())return this.buildQueryFromSourceParams([R.getSQL()],o);return this.buildQueryFromSourceParams([new vT("("),R.getSQL(),new vT(")")],o)}if(F)return{sql:this.mapInlineParam(R,o),params:[]};return{sql:n(J.value++,R),params:[R],typings:["none"]}}))}mapInlineParam(T,{escapeString:S}){if(T===null)return"null";if(typeof T==="number"||typeof T==="boolean")return T.toString();if(typeof T==="string")return S(T);if(typeof T==="object"){let o=T.toString();if(o==="[object Object]")return S(JSON.stringify(T));return S(o)}throw new Error("Unexpected param value: "+T)}getSQL(){return this}as(T){if(T===void 0)return this;return new N.Aliased(this,T)}mapWith(T){return this.decoder=typeof T==="function"?{mapFromDriverValue:T}:T,this}inlineParams(){return this.shouldInlineParams=!0,this}if(T){return T?this:void 0}}class WA{constructor(T){this.value=T}static[W]="Name";brand;getSQL(){return new N([this])}}function zJ(T){return typeof T==="object"&&T!==null&&"mapToDriverValue"in T&&typeof T.mapToDriverValue==="function"}var QJ={mapFromDriverValue:(T)=>T},DJ={mapToDriverValue:(T)=>T},q6={...QJ,...DJ};class RS{constructor(T,S=DJ){this.value=T,this.encoder=S}static[W]="Param";brand;getSQL(){return new N([this])}}function _(T,...S){let o=[];if(S.length>0||T.length>0&&T[0]!=="")o.push(new vT(T[0]));for(let[f,A]of S.entries())o.push(A,new vT(T[f+1]));return new N(o)}((T)=>{function S(){return new N([])}T.empty=S;function o(J){return new N(J)}T.fromList=o;function f(J){return new N([new vT(J)])}T.raw=f;function A(J,R){let O=[];for(let[k,y]of J.entries()){if(k>0&&R!==void 0)O.push(R);O.push(y)}return new N(O)}T.join=A;function n(J){return new WA(J)}T.identifier=n;function $(J){return new eS(J)}T.placeholder=$;function F(J,R){return new RS(J,R)}T.param=F})(_||(_={}));((T)=>{class S{constructor(o,f){this.sql=o,this.fieldAlias=f}static[W]="SQL.Aliased";isSelectionField=!1;getSQL(){return this.sql}clone(){return new S(this.sql,this.fieldAlias)}}T.Aliased=S})(N||(N={}));class eS{constructor(T){this.name=T}static[W]="Placeholder";getSQL(){return new N([this])}}function pn(T,S){return T.map((o)=>{if(K(o,eS)){if(!(o.name in S))throw new Error(`No value for placeholder "${o.name}" was provided`);return S[o.name]}if(K(o,RS)&&K(o.value,eS)){if(!(o.value.name in S))throw new Error(`No value for placeholder "${o.value.name}" was provided`);return o.encoder.mapToDriverValue(S[o.value.name])}return o})}var oW=Symbol.for("drizzle:IsDrizzleView");class nS{static[W]="View";[KT];[oW]=!0;constructor({name:T,schema:S,selectedFields:o,query:f}){this[KT]={name:T,originalName:T,schema:S,selectedFields:o,query:f,isExisting:!f,isAlias:!1}}getSQL(){return new N([this])}}_T.prototype.getSQL=function(){return new N([this])};j.prototype.getSQL=function(){return new N([this])};xT.prototype.getSQL=function(){return new N([this])};class ro{constructor(T){this.table=T}static[W]="ColumnAliasProxyHandler";get(T,S){if(S==="table")return this.table;return T[S]}}class Ef{constructor(T,S){this.alias=T,this.replaceOriginalName=S}static[W]="TableAliasProxyHandler";get(T,S){if(S===j.Symbol.IsAlias)return!0;if(S===j.Symbol.Name)return this.alias;if(this.replaceOriginalName&&S===j.Symbol.OriginalName)return this.alias;if(S===KT)return{...T[KT],name:this.alias,isAlias:!0};if(S===j.Symbol.Columns){let f=T[j.Symbol.Columns];if(!f)return f;let A={};return Object.keys(f).map((n)=>{A[n]=new Proxy(f[n],new ro(new Proxy(T,this)))}),A}let o=T[S];if(K(o,_T))return new Proxy(o,new ro(new Proxy(T,this)));return o}}function _A(T,S){return new Proxy(T,new Ef(S,!1))}function jS(T,S){return new Proxy(T,new ro(new Proxy(T.table,new Ef(S,!1))))}function Pn(T,S){return new N.Aliased(zf(T.sql,S),T.fieldAlias)}function zf(T,S){return _.join(T.queryChunks.map((o)=>{if(K(o,_T))return jS(o,S);if(K(o,N))return zf(o,S);if(K(o,N.Aliased))return Pn(o,S);return o}))}class kA extends Error{static[W]="DrizzleError";constructor({message:T,cause:S}){super(T);this.name="DrizzleError",this.cause=S}}class gn extends kA{static[W]="TransactionRollbackError";constructor(){super({message:"Rollback"})}}function $S(T,S){if(zJ(S)&&!rn(T)&&!K(T,RS)&&!K(T,eS)&&!K(T,_T)&&!K(T,j)&&!K(T,nS))return new RS(T,S);return T}var yA=(T,S)=>{return _`${T} = ${$S(S,T)}`},UJ=(T,S)=>{return _`${T} <> ${$S(S,T)}`};function Qf(...T){let S=T.filter((o)=>o!==void 0);if(S.length===0)return;if(S.length===1)return new N(S);return new N([new vT("("),_.join(S,new vT(" and ")),new vT(")")])}function VJ(...T){let S=T.filter((o)=>o!==void 0);if(S.length===0)return;if(S.length===1)return new N(S);return new N([new vT("("),_.join(S,new vT(" or ")),new vT(")")])}function BJ(T){return _`not ${T}`}var tJ=(T,S)=>{return _`${T} > ${$S(S,T)}`},LJ=(T,S)=>{return _`${T} >= ${$S(S,T)}`},CJ=(T,S)=>{return _`${T} < ${$S(S,T)}`},IJ=(T,S)=>{return _`${T} <= ${$S(S,T)}`};function jJ(T,S){if(Array.isArray(S)){if(S.length===0)return _`false`;return _`${T} in ${S.map((o)=>$S(o,T))}`}return _`${T} in ${$S(S,T)}`}function NJ(T,S){if(Array.isArray(S)){if(S.length===0)return _`true`;return _`${T} not in ${S.map((o)=>$S(o,T))}`}return _`${T} not in ${$S(S,T)}`}function mJ(T){return _`${T} is null`}function hJ(T){return _`${T} is not null`}function bJ(T){return _`exists ${T}`}function xJ(T){return _`not exists ${T}`}function vJ(T,S,o){return _`${T} between ${$S(S,T)} and ${$S(o,T)}`}function qJ(T,S,o){return _`${T} not between ${$S(S,T)} and ${$S(o,T)}`}function ZJ(T,S){return _`${T} like ${S}`}function cJ(T,S){return _`${T} not like ${S}`}function rJ(T,S){return _`${T} ilike ${S}`}function pJ(T,S){return _`${T} not ilike ${S}`}function PJ(T){return _`${T} asc`}function gJ(T){return _`${T} desc`}class iJ{static[W]="ConsoleLogWriter";write(T){console.log(T)}}class dn{static[W]="DefaultLogger";writer;constructor(T){this.writer=T?.writer??new iJ}logQuery(T,S){let o=S.map((A)=>{try{return JSON.stringify(A)}catch{return String(A)}}),f=o.length?` -- params: [${o.join(", ")}]`:"";this.writer.write(`Query: ${T}${f}`)}}class ln{static[W]="NoopLogger";logQuery(){}}class TS{static[W]="QueryPromise";[Symbol.toStringTag]="QueryPromise";catch(T){return this.then(void 0,T)}finally(T){return this.then((S)=>{return T?.(),S},(S)=>{throw T?.(),S})}then(T,S){return this.execute().then(T,S)}}function dJ(T,S,o){let f={},A=T.reduce((n,{path:$,field:F},J)=>{let R;if(K(F,_T))R=F;else if(K(F,N))R=F.decoder;else R=F.sql.decoder;let O=n;for(let[k,y]of $.entries())if(k<$.length-1){if(!(y in O))O[y]={};O=O[y]}else{let H=S[J],E=O[y]=H===null?null:R.mapFromDriverValue(H);if(o&&K(F,_T)&&$.length===2){let G=$[0];if(!(G in f))f[G]=E===null?qT(F.table):!1;else if(typeof f[G]==="string"&&f[G]!==qT(F.table))f[G]=!1}}return n},{});if(o&&Object.keys(f).length>0){for(let[n,$]of Object.entries(f))if(typeof $==="string"&&!o[$])A[n]=null}return A}function yS(T,S){return Object.entries(T).reduce((o,[f,A])=>{if(typeof f!=="string")return o;let n=S?[...S,f]:[f];if(K(A,_T)||K(A,N)||K(A,N.Aliased))o.push({path:n,field:A});else if(K(A,j))o.push(...yS(A[j.Symbol.Columns],n));else o.push(...yS(A,n));return o},[])}function Df(T,S){let o=Object.keys(T),f=Object.keys(S);if(o.length!==f.length)return!1;for(let[A,n]of o.entries())if(n!==f[A])return!1;return!0}function wA(T,S){let o=Object.entries(S).filter(([,f])=>f!==void 0).map(([f,A])=>{if(K(A,N)||K(A,_T))return[f,A];else return[f,new RS(A,T[j.Symbol.Columns][f])]});if(o.length===0)throw new Error("No values to set");return Object.fromEntries(o)}function lJ(T,S){for(let o of S)for(let f of Object.getOwnPropertyNames(o.prototype)){if(f==="constructor")continue;Object.defineProperty(T.prototype,f,Object.getOwnPropertyDescriptor(o.prototype,f)||Object.create(null))}}function uJ(T){return T[j.Symbol.Columns]}function ZS(T){return K(T,xT)?T._.alias:K(T,nS)?T[KT].name:K(T,N)?void 0:T[j.Symbol.IsAlias]?T[j.Symbol.Name]:T[j.Symbol.BaseName]}function AT(T,S){return{name:typeof T==="string"&&T.length>0?T:"",config:typeof T==="object"?T:S}}function eJ(T){if(typeof T!=="object"||T===null)return!1;if(T.constructor.name!=="Object")return!1;if("logger"in T){let S=typeof T.logger;if(S!=="boolean"&&(S!=="object"||typeof T.logger.logQuery!=="function")&&S!=="undefined")return!1;return!0}if("schema"in T){let S=typeof T.logger;if(S!=="object"&&S!=="undefined")return!1;return!0}if("casing"in T){let S=typeof T.logger;if(S!=="string"&&S!=="undefined")return!1;return!0}if("mode"in T){if(T.mode!=="default"||T.mode!=="planetscale"||T.mode!==void 0)return!1;return!0}if("connection"in T){let S=typeof T.connection;if(S!=="string"&&S!=="object"&&S!=="undefined")return!1;return!0}if("client"in T){let S=typeof T.client;if(S!=="object"&&S!=="function"&&S!=="undefined")return!1;return!0}if(Object.keys(T).length===0)return!0;return!1}class sS extends h{static[W]="PgIntColumnBaseBuilder";generatedAlwaysAsIdentity(T){if(T){let{name:S,...o}=T;this.config.generatedIdentity={type:"always",sequenceName:S,sequenceOptions:o}}else this.config.generatedIdentity={type:"always"};return this.config.hasDefault=!0,this.config.notNull=!0,this}generatedByDefaultAsIdentity(T){if(T){let{name:S,...o}=T;this.config.generatedIdentity={type:"byDefault",sequenceName:S,sequenceOptions:o}}else this.config.generatedIdentity={type:"byDefault"};return this.config.hasDefault=!0,this.config.notNull=!0,this}}class sJ extends sS{static[W]="PgBigInt53Builder";constructor(T){super(T,"number","PgBigInt53")}build(T){return new aJ(T,this.config)}}class aJ extends B{static[W]="PgBigInt53";getSQLType(){return"bigint"}mapFromDriverValue(T){if(typeof T==="number")return T;return Number(T)}}class TR extends sS{static[W]="PgBigInt64Builder";constructor(T){super(T,"bigint","PgBigInt64")}build(T){return new SR(T,this.config)}}class SR extends B{static[W]="PgBigInt64";getSQLType(){return"bigint"}mapFromDriverValue(T){return BigInt(T)}}function oR(T,S){let{name:o,config:f}=AT(T,S);if(f.mode==="number")return new sJ(o);return new TR(o)}class fR extends h{static[W]="PgBigSerial53Builder";constructor(T){super(T,"number","PgBigSerial53");this.config.hasDefault=!0,this.config.notNull=!0}build(T){return new AR(T,this.config)}}class AR extends B{static[W]="PgBigSerial53";getSQLType(){return"bigserial"}mapFromDriverValue(T){if(typeof T==="number")return T;return Number(T)}}class nR extends h{static[W]="PgBigSerial64Builder";constructor(T){super(T,"bigint","PgBigSerial64");this.config.hasDefault=!0}build(T){return new $R(T,this.config)}}class $R extends B{static[W]="PgBigSerial64";getSQLType(){return"bigserial"}mapFromDriverValue(T){return BigInt(T)}}function FR(T,S){let{name:o,config:f}=AT(T,S);if(f.mode==="number")return new fR(o);return new nR(o)}class JR extends h{static[W]="PgBooleanBuilder";constructor(T){super(T,"boolean","PgBoolean")}build(T){return new RR(T,this.config)}}class RR extends B{static[W]="PgBoolean";getSQLType(){return"boolean"}}function Uf(T){return new JR(T??"")}class OR extends h{static[W]="PgCharBuilder";constructor(T,S){super(T,"string","PgChar");this.config.length=S.length,this.config.enumValues=S.enum}build(T){return new MR(T,this.config)}}class MR extends B{static[W]="PgChar";length=this.config.length;enumValues=this.config.enumValues;getSQLType(){return this.length===void 0?"char":`char(${this.length})`}}function WR(T,S={}){let{name:o,config:f}=AT(T,S);return new OR(o,f)}class _R extends h{static[W]="PgCidrBuilder";constructor(T){super(T,"string","PgCidr")}build(T){return new kR(T,this.config)}}class kR extends B{static[W]="PgCidr";getSQLType(){return"cidr"}}function yR(T){return new _R(T??"")}class wR extends h{static[W]="PgCustomColumnBuilder";constructor(T,S,o){super(T,"custom","PgCustomColumn");this.config.fieldConfig=S,this.config.customTypeParams=o}build(T){return new KR(T,this.config)}}class KR extends B{static[W]="PgCustomColumn";sqlName;mapTo;mapFrom;constructor(T,S){super(T,S);this.sqlName=S.customTypeParams.dataType(S.fieldConfig),this.mapTo=S.customTypeParams.toDriver,this.mapFrom=S.customTypeParams.fromDriver}getSQLType(){return this.sqlName}mapFromDriverValue(T){return typeof this.mapFrom==="function"?this.mapFrom(T):T}mapToDriverValue(T){return typeof this.mapTo==="function"?this.mapTo(T):T}}function HR(T){return(S,o)=>{let{name:f,config:A}=AT(S,o);return new wR(f,A,T)}}class cS extends h{static[W]="PgDateColumnBaseBuilder";defaultNow(){return this.default(_`now()`)}}class XR extends cS{static[W]="PgDateBuilder";constructor(T){super(T,"date","PgDate")}build(T){return new KA(T,this.config)}}class KA extends B{static[W]="PgDate";getSQLType(){return"date"}mapFromDriverValue(T){return new Date(T)}mapToDriverValue(T){return T.toISOString()}}class GR extends cS{static[W]="PgDateStringBuilder";constructor(T){super(T,"string","PgDateString")}build(T){return new HA(T,this.config)}}class HA extends B{static[W]="PgDateString";getSQLType(){return"date"}}function YR(T,S){let{name:o,config:f}=AT(T,S);if(f?.mode==="date")return new XR(o);return new GR(o)}class ER extends h{static[W]="PgDoublePrecisionBuilder";constructor(T){super(T,"number","PgDoublePrecision")}build(T){return new zR(T,this.config)}}class zR extends B{static[W]="PgDoublePrecision";getSQLType(){return"double precision"}mapFromDriverValue(T){if(typeof T==="string")return Number.parseFloat(T);return T}}function QR(T){return new ER(T??"")}class DR extends h{static[W]="PgInetBuilder";constructor(T){super(T,"string","PgInet")}build(T){return new UR(T,this.config)}}class UR extends B{static[W]="PgInet";getSQLType(){return"inet"}}function VR(T){return new DR(T??"")}class BR extends sS{static[W]="PgIntegerBuilder";constructor(T){super(T,"number","PgInteger")}build(T){return new tR(T,this.config)}}class tR extends B{static[W]="PgInteger";getSQLType(){return"integer"}mapFromDriverValue(T){if(typeof T==="string")return Number.parseInt(T);return T}}function XA(T){return new BR(T??"")}class LR extends h{static[W]="PgIntervalBuilder";constructor(T,S){super(T,"string","PgInterval");this.config.intervalConfig=S}build(T){return new CR(T,this.config)}}class CR extends B{static[W]="PgInterval";fields=this.config.intervalConfig.fields;precision=this.config.intervalConfig.precision;getSQLType(){let T=this.fields?` ${this.fields}`:"",S=this.precision?`(${this.precision})`:"";return`interval${T}${S}`}}function IR(T,S={}){let{name:o,config:f}=AT(T,S);return new LR(o,f)}class jR extends h{static[W]="PgJsonBuilder";constructor(T){super(T,"json","PgJson")}build(T){return new GA(T,this.config)}}class GA extends B{static[W]="PgJson";constructor(T,S){super(T,S)}getSQLType(){return"json"}mapToDriverValue(T){return JSON.stringify(T)}mapFromDriverValue(T){if(typeof T==="string")try{return JSON.parse(T)}catch{return T}return T}}function NR(T){return new jR(T??"")}class mR extends h{static[W]="PgJsonbBuilder";constructor(T){super(T,"json","PgJsonb")}build(T){return new YA(T,this.config)}}class YA extends B{static[W]="PgJsonb";constructor(T,S){super(T,S)}getSQLType(){return"jsonb"}mapToDriverValue(T){return JSON.stringify(T)}mapFromDriverValue(T){if(typeof T==="string")try{return JSON.parse(T)}catch{return T}return T}}function hR(T){return new mR(T??"")}class bR extends h{static[W]="PgLineBuilder";constructor(T){super(T,"array","PgLine")}build(T){return new xR(T,this.config)}}class xR extends B{static[W]="PgLine";getSQLType(){return"line"}mapFromDriverValue(T){let[S,o,f]=T.slice(1,-1).split(",");return[Number.parseFloat(S),Number.parseFloat(o),Number.parseFloat(f)]}mapToDriverValue(T){return`{${T[0]},${T[1]},${T[2]}}`}}class vR extends h{static[W]="PgLineABCBuilder";constructor(T){super(T,"json","PgLineABC")}build(T){return new qR(T,this.config)}}class qR extends B{static[W]="PgLineABC";getSQLType(){return"line"}mapFromDriverValue(T){let[S,o,f]=T.slice(1,-1).split(",");return{a:Number.parseFloat(S),b:Number.parseFloat(o),c:Number.parseFloat(f)}}mapToDriverValue(T){return`{${T.a},${T.b},${T.c}}`}}function ZR(T,S){let{name:o,config:f}=AT(T,S);if(!f?.mode||f.mode==="tuple")return new bR(o);return new vR(o)}class cR extends h{static[W]="PgMacaddrBuilder";constructor(T){super(T,"string","PgMacaddr")}build(T){return new rR(T,this.config)}}class rR extends B{static[W]="PgMacaddr";getSQLType(){return"macaddr"}}function pR(T){return new cR(T??"")}class PR extends h{static[W]="PgMacaddr8Builder";constructor(T){super(T,"string","PgMacaddr8")}build(T){return new gR(T,this.config)}}class gR extends B{static[W]="PgMacaddr8";getSQLType(){return"macaddr8"}}function iR(T){return new PR(T??"")}class dR extends h{static[W]="PgNumericBuilder";constructor(T,S,o){super(T,"string","PgNumeric");this.config.precision=S,this.config.scale=o}build(T){return new EA(T,this.config)}}class EA extends B{static[W]="PgNumeric";precision;scale;constructor(T,S){super(T,S);this.precision=S.precision,this.scale=S.scale}getSQLType(){if(this.precision!==void 0&&this.scale!==void 0)return`numeric(${this.precision}, ${this.scale})`;else if(this.precision===void 0)return"numeric";else return`numeric(${this.precision})`}}function lR(T,S){let{name:o,config:f}=AT(T,S);return new dR(o,f?.precision,f?.scale)}class uR extends h{static[W]="PgPointTupleBuilder";constructor(T){super(T,"array","PgPointTuple")}build(T){return new eR(T,this.config)}}class eR extends B{static[W]="PgPointTuple";getSQLType(){return"point"}mapFromDriverValue(T){if(typeof T==="string"){let[S,o]=T.slice(1,-1).split(",");return[Number.parseFloat(S),Number.parseFloat(o)]}return[T.x,T.y]}mapToDriverValue(T){return`(${T[0]},${T[1]})`}}class sR extends h{static[W]="PgPointObjectBuilder";constructor(T){super(T,"json","PgPointObject")}build(T){return new aR(T,this.config)}}class aR extends B{static[W]="PgPointObject";getSQLType(){return"point"}mapFromDriverValue(T){if(typeof T==="string"){let[S,o]=T.slice(1,-1).split(",");return{x:Number.parseFloat(S),y:Number.parseFloat(o)}}return T}mapToDriverValue(T){return`(${T.x},${T.y})`}}function T0(T,S){let{name:o,config:f}=AT(T,S);if(!f?.mode||f.mode==="tuple")return new uR(o);return new sR(o)}function fW(T){let S=[];for(let o=0;o<T.length;o+=2)S.push(Number.parseInt(T.slice(o,o+2),16));return new Uint8Array(S)}function S0(T,S){let o=new ArrayBuffer(8),f=new DataView(o);for(let A=0;A<8;A++)f.setUint8(A,T[S+A]);return f.getFloat64(0,!0)}function un(T){let S=fW(T),o=0,f=S[o];o+=1;let A=new DataView(S.buffer),n=A.getUint32(o,f===1);o+=4;let $;if(n&536870912)$=A.getUint32(o,f===1),o+=4;if((n&65535)===1){let F=S0(S,o);o+=8;let J=S0(S,o);return o+=8,[F,J]}throw new Error("Unsupported geometry type")}class o0 extends h{static[W]="PgGeometryBuilder";constructor(T){super(T,"array","PgGeometry")}build(T){return new f0(T,this.config)}}class f0 extends B{static[W]="PgGeometry";getSQLType(){return"geometry(point)"}mapFromDriverValue(T){return un(T)}mapToDriverValue(T){return`point(${T[0]} ${T[1]})`}}class A0 extends h{static[W]="PgGeometryObjectBuilder";constructor(T){super(T,"json","PgGeometryObject")}build(T){return new n0(T,this.config)}}class n0 extends B{static[W]="PgGeometryObject";getSQLType(){return"geometry(point)"}mapFromDriverValue(T){let S=un(T);return{x:S[0],y:S[1]}}mapToDriverValue(T){return`point(${T.x} ${T.y})`}}function $0(T,S){let{name:o,config:f}=AT(T,S);if(!f?.mode||f.mode==="tuple")return new o0(o);return new A0(o)}class F0 extends h{static[W]="PgRealBuilder";constructor(T,S){super(T,"number","PgReal");this.config.length=S}build(T){return new J0(T,this.config)}}class J0 extends B{static[W]="PgReal";constructor(T,S){super(T,S)}getSQLType(){return"real"}mapFromDriverValue=(T)=>{if(typeof T==="string")return Number.parseFloat(T);return T}}function R0(T){return new F0(T??"")}class O0 extends h{static[W]="PgSerialBuilder";constructor(T){super(T,"number","PgSerial");this.config.hasDefault=!0,this.config.notNull=!0}build(T){return new M0(T,this.config)}}class M0 extends B{static[W]="PgSerial";getSQLType(){return"serial"}}function W0(T){return new O0(T??"")}class _0 extends sS{static[W]="PgSmallIntBuilder";constructor(T){super(T,"number","PgSmallInt")}build(T){return new k0(T,this.config)}}class k0 extends B{static[W]="PgSmallInt";getSQLType(){return"smallint"}mapFromDriverValue=(T)=>{if(typeof T==="string")return Number(T);return T}}function y0(T){return new _0(T??"")}class w0 extends h{static[W]="PgSmallSerialBuilder";constructor(T){super(T,"number","PgSmallSerial");this.config.hasDefault=!0,this.config.notNull=!0}build(T){return new K0(T,this.config)}}class K0 extends B{static[W]="PgSmallSerial";getSQLType(){return"smallserial"}}function H0(T){return new w0(T??"")}class X0 extends h{static[W]="PgTextBuilder";constructor(T,S){super(T,"string","PgText");this.config.enumValues=S.enum}build(T){return new G0(T,this.config)}}class G0 extends B{static[W]="PgText";enumValues=this.config.enumValues;getSQLType(){return"text"}}function Y0(T,S={}){let{name:o,config:f}=AT(T,S);return new X0(o,f)}class E0 extends cS{constructor(T,S,o){super(T,"string","PgTime");this.withTimezone=S,this.precision=o,this.config.withTimezone=S,this.config.precision=o}static[W]="PgTimeBuilder";build(T){return new zA(T,this.config)}}class zA extends B{static[W]="PgTime";withTimezone;precision;constructor(T,S){super(T,S);this.withTimezone=S.withTimezone,this.precision=S.precision}getSQLType(){return`time${this.precision===void 0?"":`(${this.precision})`}${this.withTimezone?" with time zone":""}`}}function z0(T,S={}){let{name:o,config:f}=AT(T,S);return new E0(o,f.withTimezone??!1,f.precision)}class Q0 extends cS{static[W]="PgTimestampBuilder";constructor(T,S,o){super(T,"date","PgTimestamp");this.config.withTimezone=S,this.config.precision=o}build(T){return new QA(T,this.config)}}class QA extends B{static[W]="PgTimestamp";withTimezone;precision;constructor(T,S){super(T,S);this.withTimezone=S.withTimezone,this.precision=S.precision}getSQLType(){return`timestamp${this.precision===void 0?"":` (${this.precision})`}${this.withTimezone?" with time zone":""}`}mapFromDriverValue=(T)=>{return new Date(this.withTimezone?T:T+"+0000")};mapToDriverValue=(T)=>{return T.toISOString()}}class D0 extends cS{static[W]="PgTimestampStringBuilder";constructor(T,S,o){super(T,"string","PgTimestampString");this.config.withTimezone=S,this.config.precision=o}build(T){return new DA(T,this.config)}}class DA extends B{static[W]="PgTimestampString";withTimezone;precision;constructor(T,S){super(T,S);this.withTimezone=S.withTimezone,this.precision=S.precision}getSQLType(){return`timestamp${this.precision===void 0?"":`(${this.precision})`}${this.withTimezone?" with time zone":""}`}}function US(T,S={}){let{name:o,config:f}=AT(T,S);if(f?.mode==="string")return new D0(o,f.withTimezone??!1,f.precision);return new Q0(o,f?.withTimezone??!1,f?.precision)}class U0 extends h{static[W]="PgUUIDBuilder";constructor(T){super(T,"string","PgUUID")}defaultRandom(){return this.default(_`gen_random_uuid()`)}build(T){return new UA(T,this.config)}}class UA extends B{static[W]="PgUUID";getSQLType(){return"uuid"}}function OS(T){return new U0(T??"")}class V0 extends h{static[W]="PgVarcharBuilder";constructor(T,S){super(T,"string","PgVarchar");this.config.length=S.length,this.config.enumValues=S.enum}build(T){return new B0(T,this.config)}}class B0 extends B{static[W]="PgVarchar";length=this.config.length;enumValues=this.config.enumValues;getSQLType(){return this.length===void 0?"varchar":`varchar(${this.length})`}}function rT(T,S={}){let{name:o,config:f}=AT(T,S);return new V0(o,f)}class t0 extends h{static[W]="PgBinaryVectorBuilder";constructor(T,S){super(T,"string","PgBinaryVector");this.config.dimensions=S.dimensions}build(T){return new L0(T,this.config)}}class L0 extends B{static[W]="PgBinaryVector";dimensions=this.config.dimensions;getSQLType(){return`bit(${this.dimensions})`}}function C0(T,S){let{name:o,config:f}=AT(T,S);return new t0(o,f)}class I0 extends h{static[W]="PgHalfVectorBuilder";constructor(T,S){super(T,"array","PgHalfVector");this.config.dimensions=S.dimensions}build(T){return new j0(T,this.config)}}class j0 extends B{static[W]="PgHalfVector";dimensions=this.config.dimensions;getSQLType(){return`halfvec(${this.dimensions})`}mapToDriverValue(T){return JSON.stringify(T)}mapFromDriverValue(T){return T.slice(1,-1).split(",").map((S)=>Number.parseFloat(S))}}function N0(T,S){let{name:o,config:f}=AT(T,S);return new I0(o,f)}class m0 extends h{static[W]="PgSparseVectorBuilder";constructor(T,S){super(T,"string","PgSparseVector");this.config.dimensions=S.dimensions}build(T){return new h0(T,this.config)}}class h0 extends B{static[W]="PgSparseVector";dimensions=this.config.dimensions;getSQLType(){return`sparsevec(${this.dimensions})`}}function b0(T,S){let{name:o,config:f}=AT(T,S);return new m0(o,f)}class x0 extends h{static[W]="PgVectorBuilder";constructor(T,S){super(T,"array","PgVector");this.config.dimensions=S.dimensions}build(T){return new v0(T,this.config)}}class v0 extends B{static[W]="PgVector";dimensions=this.config.dimensions;getSQLType(){return`vector(${this.dimensions})`}mapToDriverValue(T){return JSON.stringify(T)}mapFromDriverValue(T){return T.slice(1,-1).split(",").map((S)=>Number.parseFloat(S))}}function q0(T,S){let{name:o,config:f}=AT(T,S);return new x0(o,f)}function Z0(){return{bigint:oR,bigserial:FR,boolean:Uf,char:WR,cidr:yR,customType:HR,date:YR,doublePrecision:QR,inet:VR,integer:XA,interval:IR,json:NR,jsonb:hR,line:ZR,macaddr:pR,macaddr8:iR,numeric:lR,point:T0,geometry:$0,real:R0,serial:W0,smallint:y0,smallserial:H0,text:Y0,time:z0,timestamp:US,uuid:OS,varchar:rT,bit:C0,halfvec:N0,sparsevec:b0,vector:q0}}var en=Symbol.for("drizzle:PgInlineForeignKeys"),c0=Symbol.for("drizzle:EnableRLS");class pT extends j{static[W]="PgTable";static Symbol=Object.assign({},j.Symbol,{InlineForeignKeys:en,EnableRLS:c0});[en]=[];[c0]=!1;[j.Symbol.ExtraConfigBuilder]=void 0}function AW(T,S,o,f,A=T){let n=new pT(T,f,A),$=typeof S==="function"?S(Z0()):S,F=Object.fromEntries(Object.entries($).map(([O,k])=>{let y=k;y.setName(O);let H=y.build(n);return n[en].push(...y.buildForeignKeys(H,n)),[O,H]})),J=Object.fromEntries(Object.entries($).map(([O,k])=>{let y=k;y.setName(O);let H=y.buildExtraConfigColumn(n);return[O,H]})),R=Object.assign(n,F);if(R[j.Symbol.Columns]=F,R[j.Symbol.ExtraConfigColumns]=J,o)R[pT.Symbol.ExtraConfigBuilder]=o;return Object.assign(R,{enableRLS:()=>{return R[pT.Symbol.EnableRLS]=!0,R}})}var aS=(T,S,o)=>{return AW(T,S,o,void 0)};function r0(...T){if(T[0].columns)return new Vf(T[0].columns,T[0].name);return new Vf(T)}class Vf{static[W]="PgPrimaryKeyBuilder";columns;name;constructor(T,S){this.columns=T,this.name=S}build(T){return new p0(T,this.columns,this.name)}}class p0{constructor(T,S,o){this.table=T,this.columns=S,this.name=o}static[W]="PgPrimaryKey";columns;name;getName(){return this.name??`${this.table[pT.Symbol.Name]}_${this.columns.map((T)=>T.name).join("_")}_pk`}}class sn{constructor(T,S,o){this.sourceTable=T,this.referencedTable=S,this.relationName=o,this.referencedTableName=S[j.Symbol.Name]}static[W]="Relation";referencedTableName;fieldName}class P0{constructor(T,S){this.table=T,this.config=S}static[W]="Relations"}class To extends sn{constructor(T,S,o,f){super(T,S,o?.relationName);this.config=o,this.isNullable=f}static[W]="One";withFieldName(T){let S=new To(this.sourceTable,this.referencedTable,this.config,this.isNullable);return S.fieldName=T,S}}class Bf extends sn{constructor(T,S,o){super(T,S,o?.relationName);this.config=o}static[W]="Many";withFieldName(T){let S=new Bf(this.sourceTable,this.referencedTable,this.config);return S.fieldName=T,S}}function g0(){return{and:Qf,between:vJ,eq:yA,exists:bJ,gt:tJ,gte:LJ,ilike:rJ,inArray:jJ,isNull:mJ,isNotNull:hJ,like:ZJ,lt:CJ,lte:IJ,ne:UJ,not:BJ,notBetween:qJ,notExists:xJ,notLike:cJ,notIlike:pJ,notInArray:NJ,or:VJ,sql:_}}function i0(){return{sql:_,asc:PJ,desc:gJ}}function d0(T,S){if(Object.keys(T).length===1&&"default"in T&&!K(T.default,j))T=T.default;let o={},f={},A={};for(let[n,$]of Object.entries(T))if(K($,j)){let F=Wo($),J=f[F];o[F]=n,A[n]={tsName:n,dbName:$[j.Symbol.Name],schema:$[j.Symbol.Schema],columns:$[j.Symbol.Columns],relations:J?.relations??{},primaryKey:J?.primaryKey??[]};for(let O of Object.values($[j.Symbol.Columns]))if(O.primary)A[n].primaryKey.push(O);let R=$[j.Symbol.ExtraConfigBuilder]?.($[j.Symbol.ExtraConfigColumns]);if(R){for(let O of Object.values(R))if(K(O,Vf))A[n].primaryKey.push(...O.columns)}}else if(K($,P0)){let F=Wo($.table),J=o[F],R=$.config(S($.table)),O;for(let[k,y]of Object.entries(R))if(J){let H=A[J];if(H.relations[k]=y,O)H.primaryKey.push(...O)}else{if(!(F in f))f[F]={relations:{},primaryKey:O};f[F].relations[k]=y}}return{tables:A,tableNamesMap:o}}function nW(T){return function S(o,f){return new To(T,o,f,f?.fields.reduce((A,n)=>A&&n.notNull,!0)??!1)}}function $W(T){return function S(o,f){return new Bf(T,o,f)}}function l0(T,S,o){if(K(o,To)&&o.config)return{fields:o.config.fields,references:o.config.references};let f=S[Wo(o.referencedTable)];if(!f)throw new Error(`Table "${o.referencedTable[j.Symbol.Name]}" not found in schema`);let A=T[f];if(!A)throw new Error(`Table "${f}" not found in schema`);let n=o.sourceTable,$=S[Wo(n)];if(!$)throw new Error(`Table "${n[j.Symbol.Name]}" not found in schema`);let F=[];for(let J of Object.values(A.relations))if(o.relationName&&o!==J&&J.relationName===o.relationName||!o.relationName&&J.referencedTable===o.sourceTable)F.push(J);if(F.length>1)throw o.relationName?new Error(`There are multiple relations with name "${o.relationName}" in table "${f}"`):new Error(`There are multiple relations between "${f}" and "${o.sourceTable[j.Symbol.Name]}". Please specify relation name`);if(F[0]&&K(F[0],To)&&F[0].config)return{fields:F[0].config.references,references:F[0].config.fields};throw new Error(`There is not enough information to infer relation "${$}.${o.fieldName}"`)}function u0(T){return{one:nW(T),many:$W(T)}}function VA(T,S,o,f,A=(n)=>n){let n={};for(let[$,F]of f.entries())if(F.isJson){let J=S.relations[F.tsKey],R=o[$],O=typeof R==="string"?JSON.parse(R):R;n[F.tsKey]=K(J,To)?O&&VA(T,T[F.relationTableTsKey],O,F.selection,A):O.map((k)=>VA(T,T[F.relationTableTsKey],k,F.selection,A))}else{let J=A(o[$]),R=F.field,O;if(K(R,_T))O=R;else if(K(R,N))O=R.decoder;else O=R.sql.decoder;n[F.tsKey]=J===null?null:O.mapFromDriverValue(J)}return n}import LW from"os";import CW from"fs";var BA=new Map,an=new Map,T$=Symbol("OriginError"),po={};class wS extends Promise{constructor(T,S,o,f,A={}){let n,$;super((F,J)=>{n=F,$=J});this.tagged=Array.isArray(T.raw),this.strings=T,this.args=S,this.handler=o,this.canceller=f,this.options=A,this.state=null,this.statement=null,this.resolve=(F)=>(this.active=!1,n(F)),this.reject=(F)=>(this.active=!1,$(F)),this.active=!1,this.cancelled=null,this.executed=!1,this.signature="",this[T$]=this.handler.debug?new Error:this.tagged&&FW(this.strings)}get origin(){return(this.handler.debug?this[T$].stack:this.tagged&&an.has(this.strings)?an.get(this.strings):an.set(this.strings,this[T$].stack).get(this.strings))||""}static get[Symbol.species](){return Promise}cancel(){return this.canceller&&(this.canceller(this),this.canceller=null)}simple(){return this.options.simple=!0,this.options.prepare=!1,this}async readable(){return this.simple(),this.streaming=!0,this}async writable(){return this.simple(),this.streaming=!0,this}cursor(T=1,S){if(this.options.simple=!1,typeof T==="function")S=T,T=1;if(this.cursorRows=T,typeof S==="function")return this.cursorFn=S,this;let o;return{[Symbol.asyncIterator]:()=>({next:()=>{if(this.executed&&!this.active)return{done:!0};o&&o();let f=new Promise((A,n)=>{this.cursorFn=($)=>{return A({value:$,done:!1}),new Promise((F)=>o=F)},this.resolve=()=>(this.active=!1,A({done:!0})),this.reject=($)=>(this.active=!1,n($))});return this.execute(),f},return(){return o&&o(po),{done:!0}}})}}describe(){return this.options.simple=!1,this.onlyDescribe=this.options.prepare=!0,this}stream(){throw new Error(".stream has been renamed to .forEach")}forEach(T){return this.forEachFn=T,this.handle(),this}raw(){return this.isRaw=!0,this}values(){return this.isRaw="values",this}async handle(){!this.executed&&(this.executed=!0)&&await 1&&this.handler(this)}execute(){return this.handle(),this}then(){return this.handle(),super.then.apply(this,arguments)}catch(){return this.handle(),super.catch.apply(this,arguments)}finally(){return this.handle(),super.finally.apply(this,arguments)}}function FW(T){if(BA.has(T))return BA.get(T);let S=Error.stackTraceLimit;return Error.stackTraceLimit=4,BA.set(T,new Error),Error.stackTraceLimit=S,BA.get(T)}class Po extends Error{constructor(T){super(T.message);this.name=this.constructor.name,Object.assign(this,T)}}var LT={connection:e0,postgres:s0,generic:a0,notSupported:T1};function e0(T,S,o){let{host:f,port:A}=o||S,n=Object.assign(new Error("write "+T+" "+(S.path||f+":"+A)),{code:T,errno:T,address:S.path||f},S.path?{}:{port:A});return Error.captureStackTrace(n,e0),n}function s0(T){let S=new Po(T);return Error.captureStackTrace(S,s0),S}function a0(T,S){let o=Object.assign(new Error(T+": "+S),{code:T});return Error.captureStackTrace(o,a0),o}function T1(T){let S=Object.assign(new Error(T+" (B) is not supported"),{code:"MESSAGE_NOT_SUPPORTED",name:T});return Error.captureStackTrace(S,T1),S}var JW={string:{to:25,from:null,serialize:(T)=>""+T},number:{to:0,from:[21,23,26,700,701],serialize:(T)=>""+T,parse:(T)=>+T},json:{to:114,from:[114,3802],serialize:(T)=>JSON.stringify(T),parse:(T)=>JSON.parse(T)},boolean:{to:16,from:16,serialize:(T)=>T===!0?"t":"f",parse:(T)=>T==="t"},date:{to:1184,from:[1082,1114,1184],serialize:(T)=>(T instanceof Date?T:new Date(T)).toISOString(),parse:(T)=>new Date(T)},bytea:{to:17,from:17,serialize:(T)=>"\\x"+Buffer.from(T).toString("hex"),parse:(T)=>Buffer.from(T.slice(2),"hex")}};class CA{then(){S$()}catch(){S$()}finally(){S$()}}class If extends CA{constructor(T){super();this.value=NA(T)}}class NS extends CA{constructor(T,S,o){super();this.value=T,this.type=S,this.array=o}}class IA extends CA{constructor(T,S){super();this.first=T,this.rest=S}build(T,S,o,f){let A=RW.map(([n,$])=>({fn:$,i:T.search(n)})).sort((n,$)=>n.i-$.i).pop();return A.i===-1?$$(this.first,f):A.fn(this.first,this.rest,S,o,f)}}function jA(T,S,o,f){let A=T instanceof NS?T.value:T;if(A===void 0){if(T instanceof NS?T.value=f.transform.undefined:A=T=f.transform.undefined,A===void 0)throw LT.generic("UNDEFINED_VALUE","Undefined values are not allowed")}return"$"+o.push(T instanceof NS?(S.push(T.value),T.array?T.array[T.type||LA(T.value)]||T.type||A1(T.value):T.type):(S.push(T),LA(T)))}var o1=$1(JW);function A$(T,S,o,f,A,n){for(let $=1;$<T.strings.length;$++)S+=n$(S,o,f,A,n)+T.strings[$],o=T.args[$];return S}function n$(T,S,o,f,A){return S instanceof IA?S.build(T,o,f,A):S instanceof wS?f$(S,o,f,A):S instanceof If?S.value:S&&S[0]instanceof wS?S.reduce((n,$)=>n+" "+f$($,o,f,A),""):jA(S,o,f,A)}function f$(T,S,o,f){return T.fragment=!0,A$(T,T.strings[0],T.args[0],S,o,f)}function f1(T,S,o,f,A){return T.map((n)=>"("+f.map(($)=>n$("values",n[$],S,o,A)).join(",")+")").join(",")}function S1(T,S,o,f,A){let n=Array.isArray(T[0]),$=S.length?S.flat():Object.keys(n?T[0]:T);return f1(n?T:[T],o,f,$,A)}function tA(T,S,o,f,A){if(typeof T==="string"&&(T=[T].concat(S)),Array.isArray(T))return $$(T,A);let n;return(S.length?S.flat():Object.keys(T)).map((F)=>{return n=T[F],(n instanceof wS?f$(n,o,f,A):n instanceof If?n.value:jA(n,o,f,A))+" as "+NA(A.transform.column.to?A.transform.column.to(F):F)}).join(",")}var RW=Object.entries({values:S1,in:(...T)=>{let S=S1(...T);return S==="()"?"(null)":S},select:tA,as:tA,returning:tA,"\\(":tA,update(T,S,o,f,A){return(S.length?S.flat():Object.keys(T)).map((n)=>NA(A.transform.column.to?A.transform.column.to(n):n)+"="+n$("values",T[n],o,f,A))},insert(T,S,o,f,A){let n=S.length?S.flat():Object.keys(Array.isArray(T)?T[0]:T);return"("+$$(n,A)+")values"+f1(Array.isArray(T)?T:[T],o,f,n,A)}}).map(([T,S])=>[new RegExp("((?:^|[\\s(])"+T+"(?:$|[\\s(]))(?![\\s\\S]*\\1)","i"),S]);function S$(){throw LT.generic("NOT_TAGGED_CALL","Query not called as a tagged template literal")}var{serializers:OW,parsers:MW}=o1;function A1(T){if(Array.isArray(T))return A1(T[0]);return typeof T==="string"?1009:0}var n1=function(T){let S=$1(T||{});return{serializers:Object.assign({},OW,S.serializers),parsers:Object.assign({},MW,S.parsers)}};function $1(T){return Object.keys(T).reduce((S,o)=>{if(T[o].from&&[].concat(T[o].from).forEach((f)=>S.parsers[f]=T[o].parse),T[o].serialize)S.serializers[T[o].to]=T[o].serialize,T[o].from&&[].concat(T[o].from).forEach((f)=>S.serializers[f]=T[o].serialize);return S},{parsers:{},serializers:{}})}function $$(T,{transform:{column:S}}){return T.map((o)=>NA(S.to?S.to(o):o)).join(",")}var NA=function T(S){return'"'+S.replace(/"/g,'""').replace(/\./g,'"."')+'"'},LA=function T(S){return S instanceof NS?S.type:S instanceof Date?1184:S instanceof Uint8Array?17:S===!0||S===!1?16:typeof S==="bigint"?20:Array.isArray(S)?T(S[0]):0},WW=/\\/g,_W=/"/g;function kW(T){return T.replace(WW,"\\\\").replace(_W,"\\\"")}var F1=function T(S,o,f,A){if(Array.isArray(S)===!1)return S;if(!S.length)return"{}";let n=S[0],$=A===1020?";":",";if(Array.isArray(n)&&!n.type)return"{"+S.map((F)=>T(F,o,f,A)).join($)+"}";return"{"+S.map((F)=>{if(F===void 0){if(F=f.transform.undefined,F===void 0)throw LT.generic("UNDEFINED_VALUE","Undefined values are not allowed")}return F===null?"null":'"'+kW(o?o(F.type?F.value:F):""+F)+'"'}).join($)+"}"},o$={i:0,char:null,str:"",quoted:!1,last:0},J1=function T(S,o,f){return o$.i=o$.last=0,R1(o$,S,o,f)};function R1(T,S,o,f){let A=[],n=f===1020?";":",";for(;T.i<S.length;T.i++){if(T.char=S[T.i],T.quoted)if(T.char==="\\")T.str+=S[++T.i];else if(T.char==='"')A.push(o?o(T.str):T.str),T.str="",T.quoted=S[T.i+1]==='"',T.last=T.i+2;else T.str+=T.char;else if(T.char==='"')T.quoted=!0;else if(T.char==="{")T.last=++T.i,A.push(R1(T,S,o,f));else if(T.char==="}"){T.quoted=!1,T.last<T.i&&A.push(o?o(S.slice(T.last,T.i)):S.slice(T.last,T.i)),T.last=T.i+1;break}else if(T.char===n&&T.p!=="}"&&T.p!=='"')A.push(o?o(S.slice(T.last,T.i)):S.slice(T.last,T.i)),T.last=T.i+1;T.p=T.char}return T.last<T.i&&A.push(o?o(S.slice(T.last,T.i+1)):S.slice(T.last,T.i+1)),A}var _o=(T)=>{let S=T[0];for(let o=1;o<T.length;o++)S+=T[o]==="_"?T[++o].toUpperCase():T[o];return S},ko=(T)=>{let S=T[0].toUpperCase();for(let o=1;o<T.length;o++)S+=T[o]==="_"?T[++o].toUpperCase():T[o];return S},yo=(T)=>T.replace(/_/g,"-"),tf=(T)=>T.replace(/([A-Z])/g,"_$1").toLowerCase(),Lf=(T)=>(T.slice(0,1)+T.slice(1).replace(/([A-Z])/g,"_$1")).toLowerCase(),Cf=(T)=>T.replace(/-/g,"_");function F$(T){return function S(o,f){return typeof o==="object"&&o!==null&&(f.type===114||f.type===3802)?Array.isArray(o)?o.map((A)=>S(A,f)):Object.entries(o).reduce((A,[n,$])=>Object.assign(A,{[T(n)]:S($,f)}),{}):o}}_o.column={from:_o};_o.value={from:F$(_o)};tf.column={to:tf};var J$={..._o};J$.column.to=tf;ko.column={from:ko};ko.value={from:F$(ko)};Lf.column={to:Lf};var R$={...ko};R$.column.to=Lf;yo.column={from:yo};yo.value={from:F$(yo)};Cf.column={to:Cf};var O$={...yo};O$.column.to=Cf;import O1 from"net";import HW from"tls";import jf from"crypto";import M$ from"stream";import{performance as M1}from"perf_hooks";class wo extends Array{constructor(){super();Object.defineProperties(this,{count:{value:null,writable:!0},state:{value:null,writable:!0},command:{value:null,writable:!0},columns:{value:null,writable:!0},statement:{value:null,writable:!0}})}static get[Symbol.species](){return Array}}var MS=yW;function yW(T=[]){let S=T.slice(),o=0;return{get length(){return S.length-o},remove:(f)=>{let A=S.indexOf(f);return A===-1?null:(S.splice(A,1),f)},push:(f)=>(S.push(f),f),shift:()=>{let f=S[o++];if(o===S.length)o=0,S=[];else S[o-1]=void 0;return f}}}var eT=Buffer.allocUnsafe(256),wW="BCcDdEFfHPpQSX".split("").reduce((T,S)=>{let o=S.charCodeAt(0);return T[S]=()=>{return eT[0]=o,MT.i=5,MT},T},{}),MT=Object.assign(KW,wW,{N:String.fromCharCode(0),i:0,inc(T){return MT.i+=T,MT},str(T){let S=Buffer.byteLength(T);return mA(S),MT.i+=eT.write(T,MT.i,S,"utf8"),MT},i16(T){return mA(2),eT.writeUInt16BE(T,MT.i),MT.i+=2,MT},i32(T,S){if(S||S===0)return eT.writeUInt32BE(T,S),MT;return mA(4),eT.writeUInt32BE(T,MT.i),MT.i+=4,MT},z(T){return mA(T),eT.fill(0,MT.i,MT.i+T),MT.i+=T,MT},raw(T){return eT=Buffer.concat([eT.subarray(0,MT.i),T]),MT.i=eT.length,MT},end(T=1){eT.writeUInt32BE(MT.i-T,T);let S=eT.subarray(0,MT.i);return MT.i=0,eT=Buffer.allocUnsafe(256),S}}),r=MT;function mA(T){if(eT.length-MT.i<T){let S=eT,o=S.length;eT=Buffer.allocUnsafe(o+(o>>1)+T),S.copy(eT)}}function KW(){return MT.i=0,MT}var k$=k1,XW=1,So=r().S().end(),W1=r().H().end(),GW=r().i32(8).i32(80877103).end(8),YW=Buffer.concat([r().E().str(r.N).i32(0).end(),So]),EW=r().D().str("S").str(r.N).end(),go=()=>{},zW=new Set(["FetchPreparedStatement","RevalidateCachedQuery","transformAssignedExpr"]),QW={83:"severity_local",86:"severity",67:"code",77:"message",68:"detail",72:"hint",80:"position",112:"internal_position",113:"internal_query",87:"where",115:"schema_name",116:"table_name",99:"column_name",100:"data type_name",110:"constraint_name",70:"file",76:"line",82:"routine"};function k1(T,S={},{onopen:o=go,onend:f=go,onclose:A=go}={}){let{ssl:n,max:$,user:F,host:J,port:R,database:O,parsers:k,transform:y,onnotice:H,onnotify:E,onparameter:G,max_pipeline:I,keep_alive:b,backoff:q,target_session_attrs:P}=T,X=MS(),D=XW++,V={pid:null,secret:null},U=_$(dA,T.idle_timeout),v=_$(dA,T.max_lifetime),l=_$(h1,T.connect_timeout),Y=null,a,Z=new wo,TT=Buffer.alloc(0),WT=T.fetch_types,CT={},oS={},mS=Math.random().toString(36).slice(2),z=1,c=0,FT=0,YT=0,IT=0,oT=0,yT=0,tT=0,zT=null,HT=null,PT=!1,wT=null,KS=null,gT=null,rS=null,jT=null,XT=null,HS=null,VS=null,t=null,eo=null,iT={queue:S.closed,idleTimer:U,connect(M){gT=M||!0,Z$()},terminate:ao,execute:so,cancel:I1,end:dA,count:0,id:D};return S.closed&&S.closed.push(iT),iT;async function C1(){let M;try{M=T.socket?await Promise.resolve(T.socket(T)):new O1.Socket}catch(w){Go(w);return}return M.on("error",Go),M.on("close",c$),M.on("drain",v$),M}async function I1({pid:M,secret:w},p,JT){try{a=r().i32(16).i32(80877102).i32(M).i32(w).end(16),await q$(),Y.once("error",JT),Y.once("close",p)}catch(DT){JT(DT)}}function so(M){if(PT)return qf(M,LT.connection("CONNECTION_DESTROYED",T));if(M.cancelled)return;try{return M.state=V,t?X.push(M):(t=M,t.active=!0),m1(M),ZT(j1(M))&&!M.describeFirst&&!M.cursorFn&&X.length<I&&(!M.options.onexecute||M.options.onexecute(iT))}catch(w){return X.length===0&&ZT(So),BS(w),!0}}function j1(M){if(M.parameters.length>=65534)throw LT.generic("MAX_PARAMETERS_EXCEEDED","Max number of parameters (65534) exceeded");return M.options.simple?r().Q().str(M.statement.string+r.N).end():M.describeFirst?Buffer.concat([h$(M),W1]):M.prepare?M.prepared?vf(M):Buffer.concat([h$(M),vf(M)]):N1(M)}function h$(M){return Buffer.concat([p$(M.statement.string,M.parameters,M.statement.types,M.statement.name),GO("S",M.statement.name)])}function vf(M){return Buffer.concat([XO(M.parameters,M.statement.types,M.statement.name,M.cursorName),M.cursorFn?P$("",M.cursorRows):YW])}function N1(M){return Buffer.concat([p$(M.statement.string,M.parameters,M.statement.types),EW,vf(M)])}function m1(M){let w=[],p=[],JT=A$(M,M.strings[0],M.args[0],w,p,T);!M.tagged&&M.args.forEach((DT)=>jA(DT,w,p,T)),M.prepare=T.prepare&&("prepare"in M.options?M.options.prepare:!0),M.string=JT,M.signature=M.prepare&&p+JT,M.onlyDescribe&&delete oS[M.signature],M.parameters=M.parameters||w,M.prepared=M.prepare&&M.signature in oS,M.describeFirst=M.onlyDescribe||w.length&&!M.prepared,M.statement=M.prepared?oS[M.signature]:{string:JT,types:p,name:M.prepare?mS+z++:""},typeof T.debug==="function"&&T.debug(D,JT,w,p)}function ZT(M,w){if(XT=XT?Buffer.concat([XT,M]):Buffer.from(M),w||XT.length>=1024)return b$(w);return HT===null&&(HT=setImmediate(b$)),!0}function b$(M){let w=Y.write(XT,M);return HT!==null&&clearImmediate(HT),XT=HT=null,w}function h1(){BS(LT.connection("CONNECT_TIMEOUT",T,Y)),Y.destroy()}async function x$(){if(ZT(GW),!await new Promise((w)=>Y.once("data",(p)=>w(p[0]===83)))&&n==="prefer")return Xo();Y.removeAllListeners(),Y=HW.connect({socket:Y,servername:O1.isIP(Y.host)?void 0:Y.host,...n==="require"||n==="allow"||n==="prefer"?{rejectUnauthorized:!1}:n==="verify-full"?{}:typeof n==="object"?n:{}}),Y.on("secureConnect",Xo),Y.on("error",Go),Y.on("close",c$),Y.on("drain",v$)}function v$(){!t&&o(iT)}function iA(M){if(wT){if(wT.push(M),FT-=M.length,FT>=0)return}TT=wT?Buffer.concat(wT,oT-FT):TT.length===0?M:Buffer.concat([TT,M],TT.length+M.length);while(TT.length>4){if(oT=TT.readUInt32BE(1),oT>=TT.length){FT=oT-TT.length,wT=[TT];break}try{b1(TT.subarray(0,oT+1))}catch(w){t&&(t.cursorFn||t.describeFirst)&&ZT(So),BS(w)}TT=TT.subarray(oT+1),FT=0,wT=null}}async function q$(){if(PT=!1,CT={},Y||(Y=await C1()),!Y)return;if(l.start(),T.socket)return n?x$():Xo();if(Y.on("connect",n?x$:Xo),T.path)return Y.connect(T.path);Y.ssl=n,Y.connect(R[YT],J[YT]),Y.host=J[YT],Y.port=R[YT],YT=(YT+1)%R.length}function Z$(){setTimeout(q$,c?c+yT-M1.now():0)}function Xo(){try{oS={},WT=T.fetch_types,mS=Math.random().toString(36).slice(2),z=1,v.start(),Y.on("data",iA),b&&Y.setKeepAlive&&Y.setKeepAlive(!0,1000*b);let M=EO();ZT(M)}catch(M){Go(M)}}function Go(M){if(iT.queue===S.connecting&&T.host[IT+1])return;BS(M);while(X.length)qf(X.shift(),M)}function BS(M){jT&&(jT.destroy(M),jT=null),t&&qf(t,M),gT&&(qf(gT,M),gT=null)}function qf(M,w){"query"in w||"parameters"in w||Object.defineProperties(w,{stack:{value:w.stack+M.origin.replace(/.*\n/,`
17
- `),enumerable:T.debug},query:{value:M.string,enumerable:T.debug},parameters:{value:M.parameters,enumerable:T.debug},args:{value:M.args,enumerable:T.debug},types:{value:M.statement&&M.statement.types,enumerable:T.debug}}),M.reject(w)}function dA(){return rS||(!iT.reserved&&f(iT),!iT.reserved&&!gT&&!t&&X.length===0?(ao(),new Promise((M)=>Y&&Y.readyState!=="closed"?Y.once("close",M):M())):rS=new Promise((M)=>HS=M))}function ao(){if(PT=!0,jT||t||gT||X.length)Go(LT.connection("CONNECTION_DESTROYED",T));if(clearImmediate(HT),Y)Y.removeListener("data",iA),Y.removeListener("connect",Xo),Y.readyState==="open"&&Y.end(r().X().end());HS&&(HS(),rS=HS=null)}async function c$(M){if(TT=Buffer.alloc(0),FT=0,wT=null,clearImmediate(HT),Y.removeListener("data",iA),Y.removeListener("connect",Xo),U.cancel(),v.cancel(),l.cancel(),Y.removeAllListeners(),Y=null,gT)return Z$();!M&&(t||X.length)&&Go(LT.connection("CONNECTION_CLOSED",T,Y)),c=M1.now(),M&&T.shared.retries++,yT=(typeof q==="function"?q(T.shared.retries):q)*1000,A(iT,LT.connection("CONNECTION_CLOSED",T,Y))}function b1(M,w=M[0]){(w===68?x1:w===100?MO:w===65?nO:w===83?v1:w===90?q1:w===67?Z1:w===50?r$:w===49?c1:w===116?r1:w===84?p1:w===82?P1:w===110?e1:w===75?s1:w===69?fO:w===115?$O:w===51?FO:w===71?JO:w===78?_O:w===72?RO:w===99?WO:w===73?kO:w===86?yO:w===118?wO:w===87?OO:KO)(M)}function x1(M){let w=7,p,JT,DT,dT=t.isRaw?new Array(t.statement.columns.length):{};for(let sT=0;sT<t.statement.columns.length;sT++)JT=t.statement.columns[sT],p=M.readInt32BE(w),w+=4,DT=p===-1?null:t.isRaw===!0?M.subarray(w,w+=p):JT.parser===void 0?M.toString("utf8",w,w+=p):JT.parser.array===!0?JT.parser(M.toString("utf8",w+1,w+=p)):JT.parser(M.toString("utf8",w,w+=p)),t.isRaw?dT[sT]=t.isRaw===!0?DT:y.value.from?y.value.from(DT,JT):DT:dT[JT.name]=y.value.from?y.value.from(DT,JT):DT;t.forEachFn?t.forEachFn(y.row.from?y.row.from(dT):dT,Z):Z[tT++]=y.row.from?y.row.from(dT):dT}function v1(M){let[w,p]=M.toString("utf8",5,M.length-1).split(r.N);if(CT[w]=p,T.parameters[w]!==p)T.parameters[w]=p,G&&G(w,p)}function q1(M){if(t&&t.options.simple&&t.resolve(KS||Z),t=KS=null,Z=new wo,l.cancel(),gT){if(P){if(!CT.in_hot_standby||!CT.default_transaction_read_only)return oO();else if(SO(P,CT))return ao()}if(WT)return gT===!0&&(gT=null),a1();gT!==!0&&so(gT),T.shared.retries=IT=0,gT=null;return}while(X.length&&(t=X.shift())&&(t.active=!0,t.cancelled))k1(T).cancel(t.state,t.cancelled.resolve,t.cancelled.reject);if(t)return;iT.reserved?!iT.reserved.release&&M[5]===73?rS?ao():(iT.reserved=null,o(iT)):iT.reserved():rS?ao():o(iT)}function Z1(M){tT=0;for(let w=M.length-1;w>0;w--){if(M[w]===32&&M[w+1]<58&&Z.count===null)Z.count=+M.toString("utf8",w+1,M.length-1);if(M[w-1]>=65){Z.command=M.toString("utf8",5,w),Z.state=V;break}}if(eo&&(eo(),eo=null),Z.command==="BEGIN"&&$!==1&&!iT.reserved)return BS(LT.generic("UNSAFE_TRANSACTION","Only use sql.begin, sql.reserved or max: 1"));if(t.options.simple)return r$();if(t.cursorFn)Z.count&&t.cursorFn(Z),ZT(So);t.resolve(Z)}function c1(){t.parsing=!1}function r$(){!Z.statement&&(Z.statement=t.statement),Z.columns=t.statement.columns}function r1(M){let w=M.readUInt16BE(5);for(let p=0;p<w;++p)!t.statement.types[p]&&(t.statement.types[p]=M.readUInt32BE(7+p*4));t.prepare&&(oS[t.signature]=t.statement),t.describeFirst&&!t.onlyDescribe&&(ZT(vf(t)),t.describeFirst=!1)}function p1(M){if(Z.command)KS=KS||[Z],KS.push(Z=new wo),Z.count=null,t.statement.columns=null;let w=M.readUInt16BE(5),p=7,JT;t.statement.columns=Array(w);for(let DT=0;DT<w;++DT){JT=p;while(M[p++]!==0);let dT=M.readUInt32BE(p),sT=M.readUInt16BE(p+4),pS=M.readUInt32BE(p+6);t.statement.columns[DT]={name:y.column.from?y.column.from(M.toString("utf8",JT,p-1)):M.toString("utf8",JT,p-1),parser:k[pS],table:dT,number:sT,type:pS},p+=18}if(Z.statement=t.statement,t.onlyDescribe)return t.resolve(t.statement),ZT(So)}async function P1(M,w=M.readUInt32BE(5)){(w===3?g1:w===5?i1:w===10?d1:w===11?l1:w===12?u1:w!==0?HO:go)(M,w)}async function g1(){let M=await lA();ZT(r().p().str(M).z(1).end())}async function i1(M){let w="md5"+await _1(Buffer.concat([Buffer.from(await _1(await lA()+F)),M.subarray(9)]));ZT(r().p().str(w).z(1).end())}async function d1(){VS=(await jf.randomBytes(18)).toString("base64"),r().p().str("SCRAM-SHA-256"+r.N);let M=r.i;ZT(r.inc(4).str("n,,n=*,r="+VS).i32(r.i-M-4,M).end())}async function l1(M){let w=M.toString("utf8",9).split(",").reduce((sT,pS)=>(sT[pS[0]]=pS.slice(2),sT),{}),p=await jf.pbkdf2Sync(await lA(),Buffer.from(w.s,"base64"),parseInt(w.i),32,"sha256"),JT=await hA(p,"Client Key"),DT="n=*,r="+VS+",r="+w.r+",s="+w.s+",i="+w.i+",c=biws,r="+w.r;zT=(await hA(await hA(p,"Server Key"),DT)).toString("base64");let dT="c=biws,r="+w.r+",p="+UW(JT,Buffer.from(await hA(await DW(JT),DT))).toString("base64");ZT(r().p().str(dT).end())}function u1(M){if(M.toString("utf8",9).split(r.N,1)[0].slice(2)===zT)return;BS(LT.generic("SASL_SIGNATURE_MISMATCH","The server did not return the correct signature")),Y.destroy()}function lA(){return Promise.resolve(typeof T.pass==="function"?T.pass():T.pass)}function e1(){if(Z.statement=t.statement,Z.statement.columns=[],t.onlyDescribe)return t.resolve(t.statement),ZT(So)}function s1(M){V.pid=M.readUInt32BE(5),V.secret=M.readUInt32BE(9)}async function a1(){WT=!1,(await new wS([`
15
+ ${w.trace}`:`No previous disposal trace for ${F} was found.`),f}let R=o.moleculeGraph.getRelationEntries({downstreamMoleculeKey:$.stringKey}).filter(([,{source:w}])=>w!==S).map(([w])=>vo(w));if(n)A.moleculeGraph.delete(S);A.moleculeGraph.set({upstreamMoleculeKey:J.stringKey,downstreamMoleculeKey:$.stringKey},{source:J.stringKey});let M={type:"molecule_transfer",key:$.key,from:R,to:[J.key]};if(Mo(A)&&A.transactionMeta.phase==="building")A.transactionMeta.update.updates.push(M);return f}function $A(o,T,f){switch(T){case"newValue":{yF(o,f);break}case"oldValue":{Af(f,o.token);break}}}function FA(o,T,f){switch(T){case"newValue":{Af(f,o.token);break}case"oldValue":{if(yF(o,f),o.subType==="atom")f.valueMap.set(o.token.key,o.value);break}}}function yF(o,T){let{family:f}=o.token;if(f){let n=T.families.get(f.key);if(n)i(T,n,vo(f.subKey))}}function XF(o,T,f){switch(T){case"newValue":ff(f,o.provenance,o.key);break;case"oldValue":nf(f,o.key);break}}function HF(o,T,f){switch(T){case"newValue":nf(f,o.key);break;case"oldValue":{let n=o.provenance.map(vo);ff(f,n,o.key);for(let[S,A]of o.values){let $=f.families.get(S);if($){i(f,$,o.key);let F=`${S}(${fo(o.key)})`;f.valueMap.set(F,A)}}}break}}function KF(o,T,f){switch(T){case"newValue":{let n=o.to.length===1?o.to[0]:o.to;Ef(f,n,o.key,"exclusive")}break;case"oldValue":{let n=o.from.length===1?o.from[0]:o.from;Ef(f,n,o.key,"exclusive")}break}}function an(o,T,f){let n=o==="newValue"?T.updates:[...T.updates].reverse();for(let S of n)switch(S.type){case"atom_update":case"selector_update":sn(o,S,f);break;case"state_creation":$A(S,o,f);break;case"state_disposal":FA(S,o,f);break;case"molecule_creation":XF(S,o,f);break;case"molecule_disposal":HF(S,o,f);break;case"molecule_transfer":KF(S,o,f);break;case"transaction_update":an(o,S,f);break}}function GF(o,T,f){if(jo(o)&&T)o.transactionMeta.epoch.set(T,f)}function YF(o,T,f){if(!jo(o))return;let S=o.transactionMeta.actionContinuities.getRelatedKey(T);if(S!==void 0)o.transactionMeta.epoch.set(S,f)}var EF=(o,T)=>{let f=C(T),{parent:n}=f;if(n===null||!Mo(f)||f.transactionMeta?.phase!=="building"){T.logger.warn("\uD83D\uDC1E","transaction","???","applyTransaction called outside of a transaction. This is probably a bug in AtomIO.");return}f.transactionMeta.phase="applying",f.transactionMeta.update.output=o,n.child=null,n.on.transactionApplying.next(f.transactionMeta);let{updates:S}=f.transactionMeta.update;if(T.logger.info("\uD83D\uDEC4","transaction",f.transactionMeta.update.key,`Applying transaction with ${S.length} updates:`,S),an("newValue",f.transactionMeta.update,n),jo(n))YF(n,f.transactionMeta.update.key,f.transactionMeta.update.epoch),$o(T,{key:f.transactionMeta.update.key,type:"transaction"})?.subject.next(f.transactionMeta.update),T.logger.info("\uD83D\uDEEC","transaction",f.transactionMeta.update.key,"Finished applying transaction.");else if(Mo(n))n.transactionMeta.update.updates.push(f.transactionMeta.update);n.on.transactionApplying.next(null)};function tF(o,T,f){if(!jo(o))return;let{epoch:S,actionContinuities:A}=o.transactionMeta;if(A.set(T,f),!S.has(T))S.set(T,-1)}function zF(o){return{store:o}}function Ro(o,...T){let f,n,S;if(T.length===1)f=T[0];else n=T[0],S=T[1],f=i(o,n,S);if("counterfeit"in f&&"family"in f){n=o.families.get(f.family.key);let A=f.family.subKey,$=o.disposalTraces.buffer.find((F)=>F?.key===A);switch(o.logger.error("\u274C",f.type,f.key,`could not be retrieved because it was not found in the store "${o.config.name}".`,$?`This state was previously disposed:
16
+ ${$.trace}`:"No previous disposal trace was found."),n.type){case"atom_family":case"mutable_atom_family":return o.defaults.get(n.key);case"selector_family":case"readonly_selector_family":{if(o.defaults.has(n.key))return o.defaults.get(f.family.key);let F=$o(o,n).default(A);return o.defaults.set(n.key,F),F}}}return PT(o,$o(o,f))}class No{a;b;cardinality;relations=new Map;contents=new Map;isAType;isBType;isContent;makeContentKey=(o,T)=>`${o}:${T}`;warn;getRelatedKeys(o){return this.relations.get(o)}addRelation(o,T){let f=this.relations.get(o),n=this.relations.get(T);if(f)f.add(T);else f=new Set([T]),this.relations.set(o,f);if(n)n.add(o);else n=new Set([o]),this.relations.set(T,n)}deleteRelation(o,T){let f=this.relations.get(o);if(f){if(f.delete(T),f.size===0)this.relations.delete(o);let n=this.relations.get(T);if(n){if(n.delete(o),n.size===0)this.relations.delete(T)}}}replaceRelationsUnsafely(o,T){this.relations.set(o,new Set(T));for(let f of T){let n=new Set().add(o);this.relations.set(f,n)}}replaceRelationsSafely(o,T){let f=this.relations.get(o),n=this.isAType?.(o)?o:void 0,S=n===void 0?o:void 0;if(f)for(let A of f){n??=A,S??=A;let $=this.relations.get(A);if($){if($.size===1)this.relations.delete(A);else $.delete(o);this.contents.delete(this.makeContentKey(n,S))}}this.relations.set(o,new Set(T));for(let A of T){let $=this.relations.get(A);if($)$.add(o);else $=new Set().add(o),this.relations.set(A,$)}}getContentInternal(o){return this.contents.get(o)}setContent(o,T){this.contents.set(o,T)}deleteContent(o){this.contents.delete(o)}constructor(o,T){if(this.a=o.between[0],this.b=o.between[1],this.cardinality=o.cardinality,!T?.externalStore)this.relations=new Map(o.relations?.map(([f,n])=>[f,new Set(n)])),this.contents=new Map(o.contents);if(this.isAType=T?.isAType??null,this.isBType=T?.isBType??null,this.isContent=T?.isContent??null,T?.makeContentKey)this.makeContentKey=T.makeContentKey;if(T?.externalStore){let f=T.externalStore;if(this.has=(n,S)=>f.has(n,S),this.addRelation=(n,S)=>{f.addRelation(n,S)},this.deleteRelation=(n,S)=>{f.deleteRelation(n,S)},this.replaceRelationsSafely=(n,S)=>{f.replaceRelationsSafely(n,S)},this.replaceRelationsUnsafely=(n,S)=>{f.replaceRelationsUnsafely(n,S)},this.getRelatedKeys=(n)=>f.getRelatedKeys(n),f.getContent)this.getContentInternal=(n)=>{return f.getContent(n)},this.setContent=(n,S)=>{f.setContent(n,S)},this.deleteContent=(n)=>{f.deleteContent(n)};for(let[n,S]of o.relations??[]){let A=this.isAType?.(n)?n:void 0,$=A===void 0?n:void 0;for(let F of S)A??=F,$??=F,this.addRelation(A,$)}for(let[n,S]of o.contents??[])this.setContent(n,S)}if(T?.warn)this.warn=T.warn}toJSON(){return{between:[this.a,this.b],cardinality:this.cardinality,relations:[...this.relations.entries()].map(([o,T])=>[o,[...T]]),contents:[...this.contents.entries()]}}set(...o){let T,f,n;switch(o.length){case 1:{let S=o[0];T=S[this.a],f=S[this.b],n=void 0;break}case 2:{let S=o[0];if(typeof S==="string")[T,f]=o;else T=S[this.a],f=S[this.b],n=o[1];break}default:{T=o[0],f=o[1],n=o[2];break}}switch(this.cardinality){case"1:1":{let S=this.getRelatedKey(T);if(S&&S!==f)this.delete(T,S)}case"1:n":{let S=this.getRelatedKey(f);if(S&&S!==T)this.delete(S,f)}break;case"n:n":}if(n){let S=this.makeContentKey(T,f);this.setContent(S,n)}return this.addRelation(T,f),this}delete(o,T){T=typeof T==="string"?T:o[this.b];let f=typeof o==="string"?o:o[this.a];if(f===void 0&&typeof T==="string"){let n=this.getRelatedKeys(T);if(n)for(let S of n)this.delete(S,T)}if(typeof f==="string"&&T===void 0){let n=this.getRelatedKeys(f);if(n)for(let S of n)this.delete(f,S)}if(typeof f==="string"&&typeof T==="string"){this.deleteRelation(f,T);let n=this.makeContentKey(f,T);this.deleteContent(n)}return this}getRelatedKey(o){let T=this.getRelatedKeys(o);if(T){if(T.size>1)this.warn?.(`${T.size} related keys were found for key "${o}": (${[...T].map((n)=>`"${n}"`).join(", ")}). Only one related key was expected.`);let f;for(let n of T){f=n;break}return f}}replaceRelations(o,T,f){let n=!Array.isArray(T),S=n?Object.keys(T):T;if(f?.reckless)this.replaceRelationsUnsafely(o,S);else this.replaceRelationsSafely(o,S);if(n)for(let A of S){let $=this.makeContentKey(o,A),F=T[A];this.setContent($,F)}return this}getContent(o,T){let f=this.makeContentKey(o,T);return this.getContentInternal(f)}getRelationEntries(o){let T=o[this.a],f=o[this.b];if(T!==void 0&&f===void 0){let n=this.getRelatedKeys(T);if(n)return[...n].map((S)=>{return[S,this.getContent(T,S)]})}if(T===void 0&&f!==void 0){let n=this.getRelatedKeys(f);if(n)return[...n].map((S)=>{return[S,this.getContent(S,f)]})}return[]}has(o,T){if(T)return this.getRelatedKeys(o)?.has(T)??!1;return this.relations.has(o)}}class kT extends Map{source;deleted=new Set;constructor(o){super();this.source=o}get(o){if(super.has(o))return super.get(o);if(!this.deleted.has(o)&&this.source.has(o))return this.source.get(o);return}set(o,T){return this.deleted.delete(o),super.set(o,T)}hasOwn(o){return super.has(o)}has(o){return!this.deleted.has(o)&&(super.has(o)||this.source.has(o))}delete(o){return this.deleted.add(o),super.delete(o)}}var QF=(o,T,f,n)=>{let S=C(o),A={parent:S,child:null,on:S.on,loggers:S.loggers,logger:S.logger,config:S.config,atoms:new kT(S.atoms),atomsThatAreDefault:new Set(S.atomsThatAreDefault),families:new kT(S.families),joins:new kT(S.joins),operation:{open:!1},readonlySelectors:new kT(S.readonlySelectors),timelines:new kT(S.timelines),timelineTopics:new No(S.timelineTopics.toJSON()),trackers:new Map,transactions:new kT(S.transactions),selectorAtoms:new No(S.selectorAtoms.toJSON()),selectorGraph:new No(S.selectorGraph.toJSON(),{makeContentKey:(...R)=>R.sort().join(":")}),selectors:new kT(S.selectors),valueMap:new kT(S.valueMap),defaults:S.defaults,disposalTraces:o.disposalTraces.copy(),molecules:new kT(S.molecules),moleculeGraph:new No(S.moleculeGraph.toJSON(),{makeContentKey:S.moleculeGraph.makeContentKey}),moleculeData:new No(S.moleculeData.toJSON(),{makeContentKey:S.moleculeData.makeContentKey}),moleculeJoins:new No(S.moleculeJoins.toJSON(),{makeContentKey:S.moleculeJoins.makeContentKey}),miscResources:new kT(S.miscResources)},$=DF(o,T),F={phase:"building",update:{type:"transaction_update",key:T,id:n,epoch:$===void 0?Number.NaN:$+1,updates:[],params:f,output:void 0},toolkit:{get:(...R)=>Ro(J,...R),set:(...R)=>{Uo(J,...R)},run:(R,M=cn())=>tf(J,R,M),find:(R,M)=>i(J,R,M),json:(R)=>Io(J,R),dispose:(...R)=>{Af(J,...R)},env:()=>zF(J)}},J=Object.assign(A,{transactionMeta:F});return S.child=J,o.logger.info("\uD83D\uDEEB","transaction",T,"Building transaction with params:",f),J};function JA(o,T){let f={key:T.key,type:"transaction",run:(A,$)=>{let F=QF(o,T.key,A,$);try{let J=C(o),{toolkit:R}=F.transactionMeta,M=T.do(R,...A);return EF(M,J),M}catch(J){throw fF(n),o.logger.warn("\uD83D\uDCA5","transaction",T.key,"caught:",J),J}},install:(A)=>JA(A,T),subject:new oo},n=C(o);n.transactions.set(f.key,f);let S=nT(f);return o.on.transactionCreation.next(S),S}function DF(o,T){let f=jo(o),n=f?o.transactionMeta.actionContinuities.getRelatedKey(T):void 0;return f&&n!==void 0?o.transactionMeta.epoch.get(n):void 0}function Jn(o){return JA(no.STORE,o)}class UF{parent=null;child=null;valueMap=new Map;defaults=new Map;atoms=new Map;selectors=new Map;readonlySelectors=new Map;atomsThatAreDefault=new Set;selectorAtoms=new No({between:["selectorKey","atomKey"],cardinality:"n:n"});selectorGraph=new No({between:["upstreamSelectorKey","downstreamSelectorKey"],cardinality:"n:n"},{makeContentKey:(...o)=>o.sort().join(":")});trackers=new Map;families=new Map;joins=new Map;transactions=new Map;transactionMeta={epoch:new Map,actionContinuities:new No({between:["continuity","action"],cardinality:"1:n"})};timelines=new Map;timelineTopics=new No({between:["timelineKey","topicKey"],cardinality:"1:n"});disposalTraces=new Pn(100);molecules=new Map;moleculeJoins=new No({between:["moleculeKey","joinKey"],cardinality:"n:n"},{makeContentKey:(...o)=>o.sort().join(":")});moleculeGraph=new No({between:["upstreamMoleculeKey","downstreamMoleculeKey"],cardinality:"n:n"},{makeContentKey:(...o)=>o.sort().join(":")});moleculeData=new No({between:["moleculeKey","stateFamilyKey"],cardinality:"n:n"},{makeContentKey:(...o)=>o.sort().join(":")});miscResources=new Map;on={atomCreation:new oo,atomDisposal:new oo,selectorCreation:new oo,selectorDisposal:new oo,timelineCreation:new oo,transactionCreation:new oo,transactionApplying:new oA(null),operationClose:new oo,moleculeCreation:new oo,moleculeDisposal:new oo};operation={open:!1};config={name:"IMPLICIT_STORE",lifespan:"ephemeral"};loggers=[new nA("warn",(o,T,f)=>!f.includes("\uD83D\uDD0D"))];logger={error:(...o)=>{for(let T of this.loggers)T.error(...o)},info:(...o)=>{for(let T of this.loggers)T.info(...o)},warn:(...o)=>{for(let T of this.loggers)T.warn(...o)}};constructor(o,T=null){if(this.config={...T?.config,...o},T!==null){if(this.valueMap=new Map(T?.valueMap),this.operation={...T?.operation},jo(T))this.transactionMeta={epoch:new Map(T?.transactionMeta.epoch),actionContinuities:new No(T?.transactionMeta.actionContinuities.toJSON())};for(let[,n]of T.families){if(n.internalRoles?.includes("mutable")||n.internalRoles?.includes("join"))continue;n.install(this)}let f=new Set;for(let[,n]of T.atoms){if(f.has(n.key))continue;if(n.install(this),n.type==="mutable_atom"){let S=Io(T,n),A=bT(n);f.add(S.key),f.add(A.key)}}for(let[,n]of T.readonlySelectors)n.install(this);for(let[,n]of T.selectors){if(f.has(n.key))continue;n.install(this)}for(let[,n]of T.transactions)n.install(this);for(let[,n]of T.timelines)n.install(this)}}}var no={get STORE(){if(!globalThis.ATOM_IO_IMPLICIT_STORE)globalThis.ATOM_IO_IMPLICIT_STORE=new UF({name:"IMPLICIT_STORE",lifespan:"ephemeral"});return globalThis.ATOM_IO_IMPLICIT_STORE}};function $o(o,T){let f,n=o;while(n!==null){switch(T.type){case"atom":case"mutable_atom":f=n.atoms.get(T.key);break;case"selector":f=n.selectors.get(T.key);break;case"readonly_selector":f=n.readonlySelectors.get(T.key);break;case"atom_family":case"mutable_atom_family":case"selector_family":case"readonly_selector_family":f=n.families.get(T.key);break;case"timeline":f=n.timelines.get(T.key);break;case"transaction":f=n.transactions.get(T.key);break}if(f)return f;n=n.child}throw new Sf(T,o)}function VF(o,T,f){let n=o.families.get(T.key);if(n===void 0)throw new Sf(T,o);let S=n(f),A=C(o);if(S.family){if(jo(A))switch(S.type){case"atom":case"mutable_atom":o.on.atomCreation.next(S);break;case"selector":case"readonly_selector":o.on.selectorCreation.next(S);break}else if(Mo(A)&&A.on.transactionApplying.state===null)A.transactionMeta.update.updates.push({type:"state_creation",token:S})}return S}function BF(o,T,f){let n=fo(f),S=`${T.key}(${n})`,A=C(o),$;switch(T.type){case"atom_family":case"mutable_atom_family":$=A.atoms.get(S);break;case"selector_family":$=A.selectors.get(S);break;case"readonly_selector_family":$=A.readonlySelectors.get(S);break}if($)return nT($);return $}function i(o,T,f){let n=BF(o,T,f);if(n)return n;let S=fo(f),A=o.molecules.get(S);if(!A&&o.config.lifespan==="immortal"){let $=d$(T,f);return o.logger.error("\u274C",$.type,$.key,`was not found in store "${o.config.name}"; returned a counterfeit token.`),$}if(n=VF(o,T,f),A)C(o).moleculeData.set(S,T.key);return n}function Af(o,...T){let f;if(T.length===1)f=T[0];else{let n=T[0],S=T[1];f=i(o,n,S)}try{$o(o,f)}catch(n){o.logger.error("\u274C",f.type,f.key,`could not be disposed because it was not found in the store "${o.config.name}".`);return}switch(f.type){case"atom":case"mutable_atom":RA(o,f);break;case"selector":case"readonly_selector":LF(o,f);break}}var oS=(o,T)=>C(o).atoms.has(T),mM=(o,T)=>C(o).selectors.has(T),IM=(o,T)=>C(o).readonlySelectors.has(T),CF=(o,T)=>oS(o,T)||mM(o,T)||IM(o,T);var TS=(o,T)=>{return C(T).selectorGraph.getRelationEntries({downstreamSelectorKey:o}).filter(([n,{source:S}])=>S!==o).map(([n,{source:S}])=>S).filter((n)=>CF(T,n))};var MA=(o,T,f)=>{let n=[],S=TS(o,f);while(S.length>0){let A=S.shift();if(T.has(A))continue;if(T.add(A),!oS(f,A))S.push(...TS(A,f));else if(!n.includes(A))n.push(A)}return n},mF=(o,T)=>{let f=o.key,n=TS(f,T),S=new Set;return n.flatMap((A)=>oS(T,A)?A:MA(A,S,T))};var IF=(o,T,f,n)=>{let S=C(n);if(T.type==="atom"||T.type==="mutable_atom")S.selectorAtoms.set({selectorKey:o,atomKey:T.key}),n.logger.info("\uD83D\uDD0D","selector",o,`discovers root atom "${T.key}"`);else{let A=MA(T.key,f,n);n.logger.info("\uD83D\uDD0D","selector",o,`discovers root atoms: [ ${A.map(($)=>`"${$}"`).join(", ")} ]`);for(let $ of A)S.selectorAtoms=S.selectorAtoms.set({selectorKey:o,atomKey:$})}f.add(T.key)};var fS=(o,T,f)=>({get:(...n)=>{let S=C(f),A;if(n.length===2){let[J,R]=n;A=i(f,J,R)}else[A]=n;let $=$o(f,A),F=PT(f,$);return f.logger.info("\uD83D\uDD0C","selector",o,`registers dependency ( "${A.key}" =`,F,")"),S.selectorGraph.set({upstreamSelectorKey:A.key,downstreamSelectorKey:o},{source:A.key}),IF(o,A,T,f),F},set:(...n)=>{let S,A;if(n.length===2)S=n[0],A=n[1];else{let J=n[0],R=n[1];A=n[2],S=i(f,J,R)}let $=C(f),F=$o($,S);en($,F,A)},find:(n,S)=>i(f,n,S),json:(n)=>Io(f,n)});var nn=(o,T,f)=>{let n=C(o),S=new oo,A=new Set,{get:$,find:F,json:J}=fS(T.key,A,n),R=()=>{let X=T.get({get:$,find:F,json:J});return OT(C(o),T.key,X,S),A.clear(),X},M={...T,subject:S,install:(X)=>nn(X,T,f),get:R,type:"readonly_selector",...f&&{family:f}};n.readonlySelectors.set(T.key,M);let _=R();o.logger.info("\u2728",M.type,M.key,"=",_);let w={key:T.key,type:"readonly_selector"};if(f)w.family=f;return w};var Rn=(o,T,f)=>{let n=C(o),S=new oo,A=new Set,$=fS(T.key,A,n),{find:F,get:J,json:R}=$,M={find:F,get:J,json:R},_=(L=T.get,h=C(o))=>{let q=L(M);return OT(h,T.key,q,S),A.clear(),q},X={...T,subject:S,install:(L)=>Rn(L,T,f),get:_,set:(L)=>{let h=C(o),q=_(T.get,h),P=un(L)(q);if(o.logger.info("\uD83D\uDCDD","selector",T.key,"set (",q,"->",P,")"),OT(h,T.key,P,S),zf(h,T.key),jo(h))S.next({newValue:P,oldValue:q});T.set($,P)},type:"selector",...f&&{family:f}};n.selectors.set(T.key,X);let D=_();o.logger.info("\u2728",X.type,X.key,"=",D);let K={key:T.key,type:"selector"};if(f)K.family=f;return K};function jT(o,T){if("set"in T){let S=Rn(o,T,void 0);return o.on.selectorCreation.next(S),S}let n=nn(o,T,void 0);return o.on.selectorCreation.next(n),n}function LF(o,T){let f=C(o),{key:n}=T,S=$o(f,T);if(!S.family)o.logger.error("\u274C","selector",n,"Standalone selectors cannot be disposed.");else{if(f.molecules.get(S.family.subKey))f.moleculeData.delete(S.family.subKey,S.family.key);let $;switch(T.type){case"selector":f.selectors.delete(n),$={key:S.family.key,type:"selector_family"},$o(o,$).subject.next({type:"state_disposal",subType:"selector",token:T});break;case"readonly_selector":f.readonlySelectors.delete(n),$={key:S.family.key,type:"readonly_selector_family"},$o(o,$).subject.next({type:"state_disposal",subType:"selector",token:T});break}if(f.valueMap.delete(n),f.selectorAtoms.delete(n),f.selectorGraph.delete(n),o.logger.info("\uD83D\uDD25",T.type,n,"deleted"),Mo(f)&&f.transactionMeta.phase==="building")f.transactionMeta.update.updates.push({type:"state_disposal",subType:"selector",token:T});else o.on.selectorDisposal.next(T)}}function Sn(o,T,f){let n={key:T.key,type:"selector_family"},S=o.families.get(T.key);if(S)o.logger.error("\u2757","selector_family",T.key,`Overwriting an existing ${VT(S)} "${S.key}" in store "${o.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);let A=new oo,F=Object.assign((J)=>{let R=fo(J),M={key:T.key,subKey:R},_=`${T.key}(${R})`,w=C(o),X=Rn(w,{key:_,get:T.get(J),set:T.set(J)},M);return A.next({type:"state_creation",token:X}),X},n,{internalRoles:f,subject:A,install:(J)=>Sn(J,T),default:(J)=>{return T.get(J)({get:(...M)=>Ro(o,...M),find:(M,_)=>i(o,M,_),json:(M)=>Io(o,M)})}});return o.families.set(T.key,F),n}function jF(o,T,f){return Sn(o,{key:`${T.key}:JSON`,get:(S)=>({get:A})=>{let $=A(T,S);return f.toJson($)},set:(S)=>({set:A},$)=>{A(T,S,f.fromJson($))}},["mutable","json"])}var vo=(o)=>JSON.parse(o),fo=(o)=>JSON.stringify(o),S4=[Array.prototype,Boolean.prototype,Number.prototype,Object.prototype,String.prototype];var NF=(o,T)=>{let f=C(o);if(f.operation.open)return f.operation.prev.get(T.key);return f.valueMap.get(T.key)};var kA=(o,T)=>{let f=C(o);return mF(T,o).map((S)=>{let A=f.atoms.get(S);if(A===void 0)throw new Error(`Atom "${S}", a dependency of selector "${T.key}", not found in store "${o.config.name}".`);return A.subject.subscribe(`${T.type}:${T.key}`,($)=>{o.logger.info("\uD83D\uDCE2",T.type,T.key,"root",S,"went",$.oldValue,"->",$.newValue);let F=NF(f,T),J=PT(f,T);o.logger.info("\u2728",T.type,T.key,"went",F,"->",J),T.subject.next({newValue:J,oldValue:F})})})};function lo(o,T,f,n){function S(_){if(o.operation.open){let w=o.on.operationClose.subscribe(`state subscription ${f}`,()=>{w(),n(_)})}else n(_)}let A=$o(o,T);o.logger.info("\uD83D\uDC40",A.type,A.key,`Adding subscription "${f}"`);let $=A.type==="selector"||A.type==="readonly_selector",F=null,J=S;if($)F=kA(o,A),J=(_)=>{if(F)F.length=0,F.push(...kA(o,A));S(_)};let R=A.subject.subscribe(f,J);return()=>{if(o.logger.info("\uD83D\uDE48",A.type,A.key,`Removing subscription "${f}"`),R(),F)for(let _ of F)_()}}var WA=(o,T,f,n)=>{let S=$o(o,T);o.logger.info("\uD83D\uDC40","timeline",T.key,`Adding subscription "${f}"`);let A=S.subject.subscribe(f,n);return()=>{o.logger.info("\uD83D\uDE48","timeline",T.key,`Removing subscription "${f}" from timeline`),A()}};var OA=(o,T,f,n)=>{let S=$o(o,T);o.logger.info("\uD83D\uDC40","transaction",T.key,`Adding subscription "${f}"`);let A=S.subject.subscribe(f,n);return()=>{o.logger.info("\uD83D\uDE48","transaction",T.key,`Removing subscription "${f}"`),A()}};class $f{Update;initializeState(o,T){let f=`*${o.key}`;T.atoms.delete(f),T.valueMap.delete(f);let n=o.family?{key:`*${o.family.key}`,subKey:o.family.subKey}:void 0,S=FT(T,{key:f,default:null},n);if(T.parent?.valueMap.has(f)){let A=T.parent.valueMap.get(f);T.valueMap.set(f,A)}return S}unsubscribeFromInnerValue;unsubscribeFromState;observeCore(o,T,f){let n=`tracker:${f.config.name}:${Mo(f)?f.transactionMeta.update.key:"main"}:${o.key}`,S=Ro(f,o);this.unsubscribeFromInnerValue=S.subscribe(n,(A)=>{Uo(f,T,A)}),this.unsubscribeFromState=lo(f,o,n,(A)=>{if(A.newValue!==A.oldValue)this.unsubscribeFromInnerValue(),this.unsubscribeFromInnerValue=A.newValue.subscribe(n,($)=>{Uo(f,T,$)})})}updateCore(o,T,f){let n=`tracker:${f.config.name}:${Mo(f)?f.transactionMeta.update.key:"main"}:${o.key}`;lo(f,T,n,({newValue:S,oldValue:A})=>{let $=f.timelineTopics.getRelatedKey(T.key);if($){if(f.timelines.get($)?.timeTraveling){let R=WA(f,{key:$,type:"timeline"},n,(M)=>{R(),Uo(f,o,(_)=>{if(M==="redo"&&S)_.do(S);else if(M==="undo"&&A)_.undo(A);return _})});return}}let F=f.on.operationClose.subscribe(n,()=>{F();let J=Ro(f,o),R=S===null?-1:J.getUpdateNumber(S),M=R-J.cacheUpdateNumber;if(S&&M===1)Uo(f,o,(_)=>(_.do(S),_));else f.logger.info("\u274C","mutable_atom",o.key,`could not be updated. Expected update number ${J.cacheUpdateNumber+1}, but got ${R}`)})})}mutableState;latestUpdateState;[Symbol.dispose];constructor(o,T){this.mutableState=o;let f=C(T);this.latestUpdateState=this.initializeState(o,f),this.observeCore(o,this.latestUpdateState,f),this.updateCore(o,this.latestUpdateState,f),f.trackers.set(o.key,this),this[Symbol.dispose]=()=>{this.unsubscribeFromInnerValue(),this.unsubscribeFromState(),f.trackers.delete(o.key)}}}function Mn(o,T,f){o.logger.info("\uD83D\uDD28","atom",T.key,`creating in store "${o.config.name}"`);let n=C(o),S=n.atoms.get(T.key);if(S&&S.type==="mutable_atom")return o.logger.error("\u274C","atom",T.key,"Tried to create atom, but it already exists in the store."),nT(S);let A=new oo,$={...T,type:"mutable_atom",install:(R)=>{return R.logger.info("\uD83D\uDEE0\uFE0F","atom",T.key,`installing in store "${R.config.name}"`),Mn(R,T,f)},subject:A};if(f)$.family=f;let F=T.default();n.atoms.set($.key,$),nS(o,T.key),OT(n,T.key,F,A);let J=nT($);if(T.effects){let R=0,M=[];for(let _ of T.effects){let w=_({setSelf:(X)=>{Uo(o,J,X)},onSet:(X)=>lo(o,J,`effect[${R}]`,X)});if(w)M.push(w);++R}$.cleanup=()=>{for(let _ of M)_()}}if(new $f(J,o),!f)i$(J,T,o);return J}class _A{trackers=new Map;Update;latestUpdateAtoms;mutableAtoms;constructor(o,T){let f=NT(T,{key:`*${o.key}`,default:null},["mutable","updates"]);this.latestUpdateAtoms=$o(T,f),this.mutableAtoms=o,this.mutableAtoms.subject.subscribe(`store=${T.config.name}::tracker-atom-family`,(n)=>{let{type:S,token:A}=n;if(A.family){let $=vo(A.family.subKey);switch(S){case"state_creation":this.trackers.set($,new $f(A,T));break;case"state_disposal":{let F=this.trackers.get($);if(F)F[Symbol.dispose](),this.trackers.delete($)}break}}})}}function fn(o,T,f){let n={key:T.key,type:"mutable_atom_family"},S=o.families.get(T.key);if(S)o.logger.error("\u2757","mutable_atom_family",T.key,`Overwriting an existing ${VT(S)} "${S.key}" in store "${o.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);let A=new oo,F=Object.assign((J)=>{let R=fo(J),M={key:T.key,subKey:R},_=`${T.key}(${R})`,w=C(o),X={key:_,default:()=>T.default(J),toJson:T.toJson,fromJson:T.fromJson,mutable:!0};if(T.effects)X.effects=T.effects(J);let D=Mn(w,X,M);return A.next({type:"state_creation",token:D}),D},n,{subject:A,install:(J)=>fn(J,T),toJson:T.toJson,fromJson:T.fromJson,internalRoles:f});return o.families.set(T.key,F),jF(o,F,T),new _A(F,o),n}var wA=(o,T)=>{let f=C(T),n=`${o.key}:JSON`;return f.families.get(n)};var Io=(o,T)=>{if(T.family){let n=C(o),A={key:`${T.family.key}:JSON`,type:"selector_family"},$=$o(n,A),F=JSON.parse(T.family.subKey);return i(o,$,F)}return{type:"selector",key:`${T.key}:JSON`}};var bT=(o)=>{let f={type:"atom",key:`*${o.key}`};if(o.family)f.family={key:`*${o.family.key}`,subKey:o.family.subKey};return f};function MF(o){return typeof o==="object"&&o!==null&&"do"in o&&"undo"in o&&"subscribe"in o}function Fn(o,T,f){let n=f.valueMap.get(T.key),S=o.valueMap.get(T.key);if(n===S){if(n===void 0)return typeof T.default==="function"?T.default():T.default;f.logger.info("\uD83D\uDCC3","atom",T.key,"copying");let A=T.toJson(n),$=T.fromJson(A);return o.valueMap.set(T.key,$),new $f(T,f),$}return S}function OT(o,T,f,n){let S=o.valueMap.get(T);if(S instanceof Tn)S.use(f);if(f instanceof Promise){let A=new Tn(f);return o.valueMap.set(T,A),A.then(($)=>{OT(o,T,$,n),n.next({newValue:$,oldValue:A})}).catch(($)=>{o.logger.error("\uD83D\uDCA5","state",T,"rejected:",$)}),A}return o.valueMap.set(T,f),f}var nF=(o,T)=>{let f=T.valueMap.get(o.key);if(o.type==="mutable_atom"&&Mo(T)){let{parent:n}=T;f=Fn(T,o,n)}return f},JF=(o,T)=>{let f=T.valueMap.get(o);if(f instanceof Tn){let n=f,S=T.selectors.get(o)??T.readonlySelectors.get(o);if(S)n.use(S.get());return}if(T.operation.open)T.operation.prev.set(o,f);T.valueMap.delete(o),T.logger.info("\uD83D\uDDD1","state",o,"evicted")};var OF=(o,T)=>{return C(o).atomsThatAreDefault.has(T)},nS=(o,T)=>{let f=C(o);f.atomsThatAreDefault=new Set(f.atomsThatAreDefault).add(T)},kF=(o,T)=>{let f=C(o);f.atomsThatAreDefault=new Set(C(o).atomsThatAreDefault),f.atomsThatAreDefault.delete(T)};function FT(o,T,f){o.logger.info("\uD83D\uDD28","atom",T.key,`creating in store "${o.config.name}"`);let n=C(o),S=n.atoms.get(T.key);if(S&&S.type==="atom")return o.logger.error("\u274C","atom",T.key,"Tried to create atom, but it already exists in the store."),nT(S);let A=new oo,$={...T,type:"atom",install:(R)=>{return R.logger.info("\uD83D\uDEE0\uFE0F","atom",T.key,`installing in store "${R.config.name}"`),FT(R,T,f)},subject:A};if(f)$.family=f;let F=T.default;if(T.default instanceof Function)F=T.default();n.atoms.set($.key,$),nS(o,T.key),OT(n,T.key,F,A);let J=nT($);if(T.effects){let R=0,M=[];for(let _ of T.effects){let w=_({setSelf:(X)=>{Uo(o,J,X)},onSet:(X)=>lo(o,J,`effect[${R}]`,X)});if(w)M.push(w);++R}$.cleanup=()=>{for(let _ of M)_()}}return J}function l$(o,T){if("mutable"in T){let S=Mn(o,T,void 0);return o.on.atomCreation.next(S),S}let n=FT(o,T,void 0);return o.on.atomCreation.next(n),n}function RA(o,T){let f=C(o),{key:n,family:S}=T,A=$o(f,T);if(!S)o.logger.error("\u274C","atom",n,"Standalone atoms cannot be disposed.");else{A.cleanup?.();let $=o.valueMap.get(A.key),F=$o(o,{key:S.key,type:"atom_family"}),J={type:"state_disposal",subType:"atom",token:T,value:$};F.subject.next(J);let R=Mo(f);if(f.atoms.delete(n),f.valueMap.delete(n),f.selectorAtoms.delete(n),f.atomsThatAreDefault.delete(n),o.timelineTopics.delete(n),T.type==="mutable_atom"){let M=bT(T);RA(o,M),o.trackers.delete(n)}if(o.logger.info("\uD83D\uDD25","atom",n,"deleted"),R&&f.transactionMeta.phase==="building"){let M=f.transactionMeta.update.updates.at(-1);if(!(M?.type==="molecule_disposal"&&M.values.some(([X])=>X===A.family?.key)))f.transactionMeta.update.updates.push(J)}else o.on.atomDisposal.next(T)}}class ho extends Set{mode="record";subject=new oo;cacheLimit=0;cache=[];cacheIdx=-1;cacheUpdateNumber=-1;constructor(o,T=0){super(o);if(o instanceof ho)this.parent=o,this.cacheUpdateNumber=o.cacheUpdateNumber;if(T)this.cacheLimit=T,this.cache=new Array(T),this.subscribe("auto cache",(f)=>{this.cacheIdx++,this.cacheIdx%=this.cacheLimit,this.cache[this.cacheIdx]=f})}toJSON(){return{members:[...this],cache:this.cache,cacheLimit:this.cacheLimit,cacheIdx:this.cacheIdx,cacheUpdateNumber:this.cacheUpdateNumber}}static fromJSON(o){let T=new ho(o.members,o.cacheLimit);return T.cache=o.cache,T.cacheIdx=o.cacheIdx,T.cacheUpdateNumber=o.cacheUpdateNumber,T}add(o){let T=super.add(o);if(this.mode==="record")this.cacheUpdateNumber++,this.emit(`add:${fo(o)}`);return T}clear(){let o=this.mode==="record"?[...this]:null;if(super.clear(),o)this.cacheUpdateNumber++,this.emit(`clear:${JSON.stringify(o)}`)}delete(o){let T=super.delete(o);if(this.mode==="record")this.cacheUpdateNumber++,this.emit(`del:${fo(o)}`);return T}parent;child=null;transactionUpdates=null;transaction(o){this.mode="transaction",this.transactionUpdates=[],this.child=new ho(this);let T=this.child._subscribe("transaction",(f)=>{this.transactionUpdates?.push(f)});try{if(o(this.child)){for(let n of this.transactionUpdates)this.doStep(n);this.cacheUpdateNumber++,this.emit(`tx:${this.transactionUpdates.join(";")}`)}}catch(f){throw console.warn("Did not apply transaction to SetRTX; this error was thrown:",f),f}finally{T(),this.child=null,this.transactionUpdates=null,this.mode="record"}}_subscribe(o,T){return this.subject.subscribe(o,T)}subscribe(o,T){return this.subject.subscribe(o,(f)=>{T(`${this.cacheUpdateNumber}=${f}`)})}emit(o){this.subject.next(o)}doStep(o){let T=o.indexOf(":"),f=o.substring(0,T),n=o.substring(T+1);switch(f){case"add":this.add(JSON.parse(n));break;case"clear":this.clear();break;case"del":this.delete(JSON.parse(n));break;case"tx":for(let S of n.split(";"))this.doStep(S)}}getUpdateNumber(o){let T=o.indexOf("=");return Number(o.substring(0,T))}do(o){let T=o.indexOf("="),f=Number(o.substring(0,T)),n=f-this.cacheUpdateNumber;if(n>0){if(n===1){this.mode="playback";let A=o.substring(T+1);return this.doStep(A),this.mode="record",this.cacheUpdateNumber=f,null}return this.cacheUpdateNumber+1}if(Math.abs(n)<this.cacheLimit){let A=this.cacheIdx+n;if(this.cache[A]===o)return null;this.mode="playback";let F=!1;while(!F){this.cacheIdx%=this.cacheLimit;let R=this.cache[this.cacheIdx];if(this.cacheIdx--,!R)return"OUT_OF_RANGE";this.undo(R),F=this.cacheIdx===A-1}let J=o.substring(T+1);return this.doStep(J),this.mode="record",this.cacheUpdateNumber=f,null}return"OUT_OF_RANGE"}undoStep(o){let T=o.indexOf(":"),f=o.substring(0,T),n=o.substring(T+1);switch(f){case"add":this.delete(JSON.parse(n));break;case"del":this.add(JSON.parse(n));break;case"clear":{let S=JSON.parse(n);for(let A of S)this.add(A);break}case"tx":{let S=n.split(";");for(let A=S.length-1;A>=0;A--)this.undoStep(S[A])}}}undo(o){let T=o.indexOf("=");if(Number(o.substring(0,T))===this.cacheUpdateNumber){this.mode="playback";let n=o.substring(T+1);return this.undoStep(n),this.mode="record",this.cacheUpdateNumber--,null}return this.cacheUpdateNumber}}class An{toolkit;options;defaultContent;molecules=new Map;relations;states;core;transact(o,T){let f=this.toolkit;this.toolkit=o,T(this),this.toolkit=f}store;realm;[Symbol.dispose](){}constructor(o,T,f=no.STORE){this.store=f,this.realm=new SA(f),this.options=o,this.defaultContent=T,this.store.miscResources.set(`join:${o.key}`,this),this.realm.allocate("root",o.key),this.toolkit={get:(...Y)=>Ro(f,...Y),set:(...Y)=>{Uo(f,...Y)},find:(...Y)=>i(f,...Y),json:(Y)=>Io(f,Y)};let n=o.between[0],S=o.between[1],A=fn(f,{key:`${o.key}/relatedKeys`,default:()=>new ho,mutable:!0,fromJson:(Y)=>ho.fromJSON(Y),toJson:(Y)=>Y.toJSON()},["join","relations"]);this.core={relatedKeysAtoms:A};let $=({get:Y},z)=>Y(A,z),F=({set:Y},z,U)=>{if(!this.store.molecules.has(fo(z)))this.realm.allocate(o.key,z);Y(A,z,(Q)=>Q.add(U)),Y(A,U,(Q)=>Q.add(z))},J=({set:Y},z,U)=>{Y(A,z,(Q)=>{return Q.delete(U),Q}),Y(A,U,(Q)=>{return Q.delete(z),Q})},R=(Y,z,U)=>{let{find:Q,get:v,set:l}=Y,G=Q(A,z),s=v(G);for(let r of s){if(U.includes(r))continue;l(A,r,(ko)=>{return ko.delete(z),ko})}l(G,(r)=>{return r.transaction((a)=>{a.clear();for(let ko of U){let Lo=$(Y,ko),fT=Lo.has(z);if(this.relations.cardinality==="1:n"){let IT=[];for(let E of Lo){if(E===z)continue;let p=$(Y,E);if(p.delete(ko),p.size===0)IT.push(E)}if(!fT&&Lo.size>0)Lo.clear();for(let E of IT){let p=[ko,E].sort(),Fo=`"${p[0]}:${p[1]}"`;this.molecules.delete(Fo)}}if(!fT)Lo.add(z);a.add(ko)}return!0}),r})},M=(Y,z,U)=>{let{set:Q}=Y;Q(A,z,(v)=>{return v.transaction((l)=>{for(let G of U)l.add(G);return!0}),v});for(let v of U)Q(A,v,(l)=>{return l.add(z),l});return!0},_=(Y,z,U)=>{let Q=$(Y,z);return U?Q.has(U):Q.size>0},w={getRelatedKeys:(Y)=>$(this.toolkit,Y),addRelation:(Y,z)=>{this.store.moleculeJoins.set(Y,o.key),this.store.moleculeJoins.set(z,o.key),F(this.toolkit,Y,z)},deleteRelation:(Y,z)=>{J(this.toolkit,Y,z)},replaceRelationsSafely:(Y,z)=>{R(this.toolkit,Y,z)},replaceRelationsUnsafely:(Y,z)=>{M(this.toolkit,Y,z)},has:(Y,z)=>_(this.toolkit,Y,z)},X,D;if(T){D=NT(f,{key:`${o.key}/content`,default:T},["join","content"]);let Y=({get:Q},v)=>Q(D,v),z=({set:Q},v,l)=>{Q(D,v,l)};X=Object.assign(w,{getContent:(Q)=>{return Y(this.toolkit,Q)},setContent:(Q,v)=>{z(this.toolkit,Q,v)},deleteContent:(Q)=>{this.realm.deallocate(Q)}})}else X=w;let K=new No(o,{externalStore:X,isAType:o.isAType,isBType:o.isBType,makeContentKey:(...Y)=>{let[z,U]=Y,Q=Y.sort(),v=`${Q[0]}:${Q[1]}`,l=f.molecules.get(fo(z)),G=f.molecules.get(fo(U));if(!l)this.realm.allocate(o.key,z);if(!G)this.realm.allocate(o.key,U);return this.realm.allocate(z,v,"all"),this.realm.claim(U,v),this.store.moleculeJoins.set(v,o.key),v}}),L=()=>hT(f,{key:`${o.key}/singleRelatedKey`,get:(Y)=>({get:z})=>{let U=z(A,Y);for(let Q of U)return Q;return null}},["join","keys"]),h=()=>{return hT(f,{key:`${o.key}/multipleRelatedKeys`,get:(Y)=>({get:z})=>{let U=wA(A,f);return z(U,Y).members}},["join","keys"])},q=()=>hT(f,{key:`${o.key}/singleRelatedEntry`,get:(Y)=>({get:z})=>{let U=z(A,Y);for(let Q of U){let v=K.isAType?.(Y)?Y:void 0,l=v===void 0?Y:void 0;v??=Q,l??=Q;let G=K.makeContentKey(v,l),s=z(D,G);return[Q,s]}return null}},["join","entries"]),P=()=>hT(f,{key:`${o.key}/multipleRelatedEntries`,get:(Y)=>({get:z})=>{let U=wA(A,f);return z(U,Y).members.map((v)=>{let l=K.isAType?.(Y)?Y:void 0,G=l===void 0?Y:void 0;l??=v,G??=v;let s=K.makeContentKey(l,G),r=z(D,s);return[v,r]})}},["join","entries"]);switch(o.cardinality){case"1:1":{let Y=L(),z=`${n}KeyOf${Wo(S)}`,U=`${S}KeyOf${Wo(n)}`,Q={[z]:Y,[U]:Y},v;if(T){let l=q(),G=`${n}EntryOf${Wo(S)}`,s=`${S}EntryOf${Wo(n)}`,r={[G]:l,[s]:l};v=Object.assign(Q,r)}else v=Q;this.relations=K,this.states=v;break}case"1:n":{let Y=L(),z=h(),U=`${n}KeyOf${Wo(S)}`,Q=`${S}KeysOf${Wo(n)}`,v={[U]:Y,[Q]:z},l;if(T){let G=q(),s=P(),r=`${n}EntryOf${Wo(S)}`,a=`${S}EntriesOf${Wo(n)}`,ko={[r]:G,[a]:s};l=Object.assign(v,ko)}else l=v;this.relations=K,this.states=l;break}case"n:n":{let Y=h(),z=`${n}KeysOf${Wo(S)}`,U=`${S}KeysOf${Wo(n)}`,Q={[z]:Y,[U]:Y},v;if(T){let l=P(),G=`${n}EntriesOf${Wo(S)}`,s=`${S}EntriesOf${Wo(n)}`,r={[G]:l,[s]:l};v=Object.assign(Q,r)}else v=Q;this.relations=K,this.states=v}}}}function Qf(o,T){let f=T.joins.get(o.key);if(f===void 0){let S=no.STORE.joins.get(o.key);if(S===void 0)throw new Error(`Join "${o.key}" not found in store "${T.config.name}"`);f=new An(S.options,S.defaultContent,T),T.joins.set(o.key,f)}return f}function $n(o,T,f){let n=Qf(o,f),S=C(f);if(Mo(S)){let{toolkit:A}=S.transactionMeta;n.transact(A,({relations:$})=>{T($)})}else T(n.relations)}function dn(o,T,f){let n=Qf(o,f),S;switch(o.cardinality){case"1:1":{let A=`${o.a}KeyOf${Wo(o.b)}`,$=`${o.b}KeyOf${Wo(o.a)}`;S={get[A](){let J=n.states[A];return i(f,J,T)},get[$](){let J=n.states[$];return i(f,J,T)}};let F=`${o.a}EntryOf${Wo(o.b)}`;if(F in n.states){let J=`${o.b}EntryOf${Wo(o.a)}`;Object.assign(S,{get[F](){let R=n.states[F];return i(f,R,T)},get[J](){let R=n.states[J];return i(f,R,T)}})}break}case"1:n":{let A=`${o.a}KeyOf${Wo(o.b)}`,$=`${o.b}KeysOf${Wo(o.a)}`;S={get[A](){let J=n.states[A];return i(f,J,T)},get[$](){let J=n.states[$];return i(f,J,T)}};let F=`${o.a}EntryOf${Wo(o.b)}`;if(F in n.states){let J=`${o.b}EntriesOf${Wo(o.a)}`;Object.assign(S,{get[F](){let R=n.states[F];return i(f,R,T)},get[J](){let R=n.states[J];return i(f,R,T)}})}break}case"n:n":{let A=`${o.a}KeysOf${Wo(o.b)}`,$=`${o.b}KeysOf${Wo(o.a)}`;S={get[A](){let J=n.states[A];return i(f,J,T)},get[$](){let J=n.states[$];return i(f,J,T)}};let F=`${o.a}EntriesOf${Wo(o.b)}`;if(F in n.states){let J=`${o.b}EntriesOf${Wo(o.a)}`;Object.assign(S,{get[F](){let R=n.states[F];return i(f,R,T)},get[J](){let R=n.states[J];return i(f,R,T)}})}}}return S}function s$(o,T){return Qf(o,T).core.relatedKeysAtoms}var yA=(o)=>{let T=FT(o,{key:"\uD83D\uDD0D Atom Token Index (Internal)",default:()=>{let f=new Map;for(let[n,S]of o.atoms)if(!n.includes("\uD83D\uDD0D")){let A=nT(S);if(S.family){let $=f.get(S.family.key);if(!$||!("familyMembers"in $))$={key:S.family.key,familyMembers:new Map},f.set(S.family.key,$);$.familyMembers.set(S.family.subKey,A)}else f.set(n,A)}return f},effects:[({setSelf:f})=>{o.on.atomCreation.subscribe("introspection",(n)=>{if(n.key.includes("\uD83D\uDD0D"))return;f((S)=>{if(n.family){let{key:A,subKey:$}=n.family,F=S.get(A);if(F===void 0||!("familyMembers"in F))F={key:A,familyMembers:new Map},S.set(A,F);F.familyMembers.set($,n)}else S.set(n.key,n);return S})}),o.on.atomDisposal.subscribe("introspection",(n)=>{f((S)=>{if(n.family){let{key:A,subKey:$}=n.family,F=S.get(A);if(F&&"familyMembers"in F){if(F.familyMembers.delete($),F.familyMembers.size===0)S.delete(A)}}else S.delete(n.key);return S})})}]},void 0);return jT(o,{key:"\uD83D\uDD0D Atom Token Index",get:({get:f})=>f(T)})};var XA=(o)=>{let T=FT(o,{key:"\uD83D\uDD0D Selector Token Index (Internal)",default:()=>{let f=new Map;for(let n of[o.readonlySelectors,o.selectors])for(let[S,A]of n)if(!S.includes("\uD83D\uDD0D")){let $=nT(A);if(A.family){let F=f.get(A.family.key);if(!F||!("familyMembers"in F))F={key:A.family.key,familyMembers:new Map},f.set(A.family.key,F);F.familyMembers.set(A.family.subKey,$)}else f.set(S,$)}return f},effects:[({setSelf:f})=>{o.on.selectorCreation.subscribe("introspection",(n)=>{if(n.key.includes("\uD83D\uDD0D"))return;f((S)=>{if(n.family){let{key:A,subKey:$}=n.family,F=S.get(A);if(F===void 0||!("familyMembers"in F))F={key:A,familyMembers:new Map},S.set(A,F);F.familyMembers.set($,n)}else S.set(n.key,n);return S})}),o.on.selectorDisposal.subscribe("introspection",(n)=>{f((S)=>{if(n.family){let{key:A,subKey:$}=n.family,F=S.get(A);if(F&&"familyMembers"in F){if(F.familyMembers.delete($),F.familyMembers.size===0)S.delete(A)}}else S.delete(n.key);return S})})}]},void 0);return jT(o,{key:"\uD83D\uDD0D Selector Token Index",get:({get:f})=>f(T)})};class SS{supported;constructor(o){this.supported=o}refine(o){for(let[T,f]of Object.entries(this.supported))try{if(f(o)===!0&&f!==Boolean)return{type:T,data:o}}catch(n){try{if(o instanceof f)return{type:T,data:o}}catch(S){}}return null}}var HA=new SS({number:(o)=>typeof o==="number",string:(o)=>typeof o==="string",boolean:(o)=>typeof o==="boolean",null:(o)=>o===null});function KA(o){if(!o)return!1;return Object.getPrototypeOf(o)===Object.prototype}var GA=new SS({object:KA,array:(o)=>Array.isArray(o)}),jM=new SS({...HA.supported,...GA.supported}),Df=(o)=>{if(o===void 0)return"undefined";let T=jM.refine(o);if(T)return T.type;return Object.getPrototypeOf(o).constructor.name};class hF{store;auditorCreatedAt=performance.now();statesCreatedAt=new Map;atomIndex;selectorIndex;disposed=!1;unsubscribeFromAtomCreation;unsubscribeFromAtomDisposal;unsubscribeFromSelectorCreation;unsubscribeFromSelectorDisposal;constructor(o=no.STORE){this.store=o;this.atomIndex=yA(this.store),this.selectorIndex=XA(this.store),this.unsubscribeFromAtomCreation=this.store.on.atomCreation.subscribe(`auditor-${this.auditorCreatedAt}`,({key:T})=>{this.statesCreatedAt.set(T,performance.now()-this.auditorCreatedAt)}),this.unsubscribeFromAtomDisposal=this.store.on.atomDisposal.subscribe(`auditor-${this.auditorCreatedAt}`,({key:T})=>{this.statesCreatedAt.delete(T)}),this.unsubscribeFromSelectorCreation=this.store.on.selectorCreation.subscribe(`auditor-${this.auditorCreatedAt}`,({key:T})=>{this.statesCreatedAt.set(T,performance.now()-this.auditorCreatedAt)}),this.unsubscribeFromSelectorDisposal=this.store.on.selectorDisposal.subscribe(`auditor-${this.auditorCreatedAt}`,({key:T})=>{this.statesCreatedAt.delete(T)})}static DEFAULT_LIST_RESOURCES_PARAM={atomFamilies:!0,selectorFamilies:!0};listResources(o=hF.DEFAULT_LIST_RESOURCES_PARAM){if(this.disposed)throw new Error("This Auditor has been disposed");let T=TA(this.atomIndex),f=TA(this.selectorIndex),n=[...T.values()].filter((F)=>("familyMembers"in F)),S=[...f.values()].filter((F)=>("familyMembers"in F)),A=performance.now(),$=[];if(o.atomFamilies)for(let F of n){let J=F.familyMembers.values();for(let R of J){let _=this.statesCreatedAt.get(R.key)??this.auditorCreatedAt,w=A-_;$.push([R,w])}}if(o.selectorFamilies)for(let F of S){let J=F.familyMembers.values();for(let R of J){let _=this.statesCreatedAt.get(R.key)??this.auditorCreatedAt,w=A-_;$.push([R,w])}}return $}[Symbol.dispose](){this.unsubscribeFromAtomCreation(),this.unsubscribeFromAtomDisposal(),this.unsubscribeFromSelectorCreation(),this.unsubscribeFromSelectorDisposal(),this.disposed=!0}}var YA=(o,T)=>{let f=(n,S)=>{let $=((J,R)=>{let M=T(J,R);if(M)return M;return null})(n,S);if($?.jobComplete??$?.pathComplete)return $;let F=Array.isArray(S)?S.map((J,R)=>[R,J]):KA(S)?Object.entries(S):[];for(let[J,R]of F){let M=f([...n,J],R);if(M?.jobComplete)return M}return{}};f([],o)};function NM(o,T){return{summary:`${o<T?"+":"-"}${Math.abs(o-T)} (${o} \u2192 ${T})`}}function hM(o,T){return{summary:`${o.length<T.length?"+":"-"}${Math.abs(o.length-T.length)} ("${o}" \u2192 "${T}")`}}function bM(o,T){return{summary:`${o} \u2192 ${T}`}}function bF(o,T,f){let n="",S=[],A=[],$=[];return YA(o,(F,J)=>{let R;for(R of F){let M=T[R];if(M===void 0)A.push([R,JSON.stringify(J)]);else{let _=f(J,M);if(_.summary!=="No Change")$.push([R,_])}}}),YA(T,(F,J)=>{let R;for(R of F)if(o[R]===void 0)S.push([R,JSON.stringify(J)])}),n=`\uFF5E${$.length} \uFF0B${S.length} \uFF0D${A.length}`,{summary:n,added:S,removed:A,changed:$}}function xM(o,T,f){return bF(o,T,f)}class xF{leafRefinery;treeRefinery;leafDiffers;treeDiffers;constructor(o,T,f){this.leafRefinery=o,this.treeRefinery=T,this.leafDiffers={},this.treeDiffers={};for(let n of Object.keys(o.supported)){let S=f[n];this.leafDiffers[n]=S}for(let n of Object.keys(T.supported)){let S=f[n];this.treeDiffers[n]=S}}diff(o,T){if(o===T)return{summary:"No Change"};let f=this.leafRefinery.refine(o)??this.treeRefinery.refine(o),n=this.leafRefinery.refine(T)??this.treeRefinery.refine(T);if(f!==null&&n!==null){if(f.type===n.type){if(f.type in this.leafDiffers)return this.leafDiffers[f.type](f.data,n.data);if(f.type in this.treeDiffers)return this.treeDiffers[f.type](f.data,n.data,(F,J)=>this.diff(F,J))}}let S=Df(o),A=Df(T);if(S===A)return{summary:`${S} \u2192 ${A}`};return{summary:`Type change: ${S} \u2192 ${A}`}}}var oK=new xF(HA,GA,{number:NM,string:hM,boolean:bM,null:()=>({summary:"No Change"}),object:bF,array:xM});class vF extends Map{set(o,T){if(this.has(o))return console.warn("Tried to set a key that already exists in an InvariantMap",{key:o,value:T}),this;return super.set(o,T)}clear(){throw new Error("Cannot clear an InvariantMap")}}class AS{key;type="continuity";globals=[];actions=[];perspectives=[];constructor(o){this.key=o}static existing=new vF;static create(o,T){let f=new AS(o),{type:n,globals:S,actions:A,perspectives:$}=T(f),F={type:n,key:o,globals:S,actions:A,perspectives:$};return AS.existing.set(o,F),F}add(...o){switch(o[0].type){case"atom":case"mutable_atom":this.globals.push(...o);break;case"transaction":this.actions.push(...o);break;case"atom_family":case"mutable_atom_family":{let[f,n]=o;this.perspectives.push({type:"realtime_perspective",resourceAtoms:f,viewAtoms:n})}break}return this}}function RK(o){let{key:T,config:f}=o,n=AS.create(T,f),{actions:S}=n;for(let A of S)tF(no.STORE,T,A.key);return GF(no.STORE,T,-1),n}var kK=Yf({key:"usersInRoomIndex",mutable:!0,default:()=>new ho,toJson:(o)=>o.toJSON(),fromJson:(o)=>ho.fromJSON(o)}),EA=Yf({key:"roomIndex",default:()=>new ho,mutable:!0,toJson:(o)=>o.toJSON(),fromJson:(o)=>ho.fromJSON(o)}),vM={enteredAtEpoch:0},Wn=gn({key:"usersInRooms",between:["room","user"],cardinality:"1:n",isAType:(o)=>typeof o==="string",isBType:(o)=>typeof o==="string"},vM),_K=ln({key:"usersInMyRoomView",get:(o)=>({find:T})=>{let f=e$(Wn);return[T(f,o)]}});import{spawn as qM}from"child_process";class Uf{emit;listeners;globalListeners;handleEvent(o,...T){for(let n of this.globalListeners)n(o,...T);let f=this.listeners.get(o);if(f)for(let n of f)n(...T)}id="no_id_retrieved";constructor(o){this.emit=o;this.listeners=new Map,this.globalListeners=new Set}on(o,T){let f=this.listeners.get(o);if(f)f.add(T);else this.listeners.set(o,new Set([T]));return this}onAny(o){return this.globalListeners.add(o),this}off(o,T){let f=this.listeners.get(o);if(f)if(T)f.delete(T);else this.listeners.delete(o);return this}offAny(o){return this.globalListeners.delete(o),this}}class tA extends Uf{incompleteData="";unprocessedEvents=[];incompleteLog="";unprocessedLogs=[];id="#####";process;key;logger;handleLog(o){if(Array.isArray(o)){let[T,...f]=o;switch(T){case"i":this.logger.info(...f);break;case"w":this.logger.warn(...f);break;case"e":this.logger.error(...f);break;default:return}}}constructor(o,T,f){super((n,...S)=>{let A=JSON.stringify([n,...S])+"\x03",$=(F)=>{if(F.code==="EPIPE")console.error("EPIPE error during write",this.process.stdin);this.process.stdin.removeListener("error",$)};return this.process.stdin.once("error",$),this.process.stdin.write(A),this});if(this.process=o,this.key=T,this.logger=f??{info:(...n)=>{console.info(this.id,this.key,...n)},warn:(...n)=>{console.warn(this.id,this.key,...n)},error:(...n)=>{console.error(this.id,this.key,...n)}},this.process.stdout.on("data",(n)=>{let S=n.toString();if(S==="ALIVE")return;this.unprocessedEvents.push(...S.split("\x03"));let A=this.unprocessedEvents.shift();this.incompleteData+=A??"";try{if(this.incompleteData.startsWith("error"))console.log("\u2757",this.incompleteData);let $=vo(this.incompleteData);this.handleEvent(...$);while(this.unprocessedEvents.length>0){let F=this.unprocessedEvents.shift();if(F){if(this.unprocessedEvents.length===0)this.incompleteData=F;$=vo(F),this.handleEvent(...$)}}this.incompleteData=""}catch($){console.warn("\u26A0\uFE0F----------------\u26A0\uFE0F"),console.warn(this.incompleteData),console.warn("\u26A0\uFE0F----------------\u26A0\uFE0F"),console.error($)}}),this.process.stderr.on("data",(n)=>{let S=n.toString();this.unprocessedLogs.push(...S.split("\x03"));let A=this.unprocessedLogs.shift();this.incompleteLog+=A??"";try{let $=vo(this.incompleteLog);this.handleLog($);while(this.unprocessedLogs.length>0)if(this.incompleteLog=this.unprocessedLogs.shift()??"",this.incompleteLog)$=vo(this.incompleteLog),this.handleLog($)}catch($){console.error("\u274C\u274C\u274C"),console.error(this.incompleteLog),console.error($),console.error("\u274C\u274C\u274C\uFE0F")}}),o.pid)this.id=o.pid.toString()}}class qF extends Uf{in;out;id="no_id_retrieved";disposalFunctions=[];constructor(o){super((...T)=>{return this.out.next(T),this});this.id=o,this.in=new oo,this.out=new oo,this.in.subscribe("socket",(T)=>{this.handleEvent(...T)})}dispose(){for(let o of this.disposalFunctions)o()}}class zA extends Uf{incompleteData="";unprocessedEvents=[];relays;relayServices;process;id="#####";log(...o){this.process.stderr.write(fo(o.map((T)=>T instanceof ho?`{ ${T.toJSON().members.join(" | ")} }`:T))+"\x03")}logger={info:(...o)=>{this.log("i",...o)},warn:(...o)=>{this.log("w",...o)},error:(...o)=>{this.log("e",...o)}};constructor(){super((o,...T)=>{let f=JSON.stringify([o,...T]);return this.process.stdout.write(f+"\x03"),this});if(this.process=process,this.process.stdin.resume(),this.relays=new Map,this.relayServices=[],this.process.stdin.on("data",(o)=>{let T=o.toString();this.unprocessedEvents.push(...T.split("\x03"));let f=this.unprocessedEvents.shift();this.incompleteData+=f??"";try{let n=vo(this.incompleteData);this.logger.info("\uD83C\uDFB0","received",n),this.handleEvent(...n);while(this.unprocessedEvents.length>0){let S=this.unprocessedEvents.shift();if(S){if(this.unprocessedEvents.length===0)this.incompleteData=S;let A=vo(S);this.handleEvent(...A)}}this.incompleteData=""}catch(n){if(n instanceof Error)this.logger.error("\u2757",n.message,n.cause,n.stack)}}),this.on("exit",()=>{this.logger.info("\uD83D\uDD25",this.id,'received "exit"'),process.exit(0)}),process.on("exit",(o)=>{this.logger.info("\uD83D\uDD25",this.id,`exited with code ${o}`)}),process.on("end",()=>{this.logger.info("\uD83D\uDD25",this.id,"ended"),process.exit(0)}),process.on("SIGTERM",()=>{this.logger.error("\uD83D\uDD25",this.id,"terminated"),process.exit(0)}),process.on("SIGINT",()=>{this.logger.error("\uD83D\uDD25",this.id,"interrupted"),process.exit(0)}),process.pid)this.id=process.pid?.toString();this.on("user-joins",(o)=>{this.logger.info("\uD83D\uDC64","user",o,"joined");let T=new qF(`user:${o}`);this.relays.set(o,T),this.logger.info("\uD83D\uDD17","attaching services:",`[${[...this.relayServices.keys()].join(", ")}]`);for(let f of this.relayServices){let n=f(T);if(n)T.disposalFunctions.push(n)}this.on(`user:${o}`,(...f)=>{T.in.next(f)}),T.out.subscribe("socket",(f)=>{this.emit(...f)})}),this.on("user-leaves",(o)=>{let T=this.relays.get(o);if(this.off(`relay:${o}`),T)T.dispose(),this.relays.delete(o)}),process.stdout.write("ALIVE")}relay(o){this.logger.info("\uD83D\uDD17","running relay method"),this.relayServices.push(o)}}var QA=Tf({key:"roomArguments",default:["echo",["Hello World!"]]}),rF=ln({key:"room",get:(o)=>async({get:T,find:f})=>{let n=f(QA,o),S=T(n),[A,$]=S,F=await new Promise((J)=>{let R=qM(A,$,{env:process.env}),M=(_)=>{if(_.toString()==="ALIVE")R.stdout.off("data",M),J(R)};R.stdout.on("data",M)});return new tA(F,o)}});var rK=Jn({key:"createRoom",do:({get:o,set:T,find:f},n,S,A)=>{let $=A?[S,A]:[S],F=f(QA,n);T(F,$),T(EA,(M)=>M.add(n));let J=f(rF,n);return o(J)}}),pK=Jn({key:"joinRoom",do:(o,T,f,n)=>{let S={enteredAtEpoch:n};return $n(Wn,(A)=>{A.set({room:T,user:f},S)},o.env().store),S}}),cK=Jn({key:"leaveRoom",do:(o,T,f)=>{$n(Wn,(n)=>{n.delete({room:T,user:f})},o.env().store)}}),ZK=Jn({key:"destroyRoom",do:(o,T)=>{$n(Wn,(f)=>{f.delete({room:T})},o.env().store),o.set(EA,(f)=>(f.delete(T),f))}});function DA(o,T){return T.map((f)=>{switch(f.type){case"transaction_update":{let n=DA(o,f.updates);return{...f,updates:n}}case"atom_update":case"selector_update":case"molecule_creation":case"molecule_disposal":case"molecule_transfer":case"state_creation":case"state_disposal":return f}}).filter((f)=>{switch(f.type){case"atom_update":case"selector_update":return o.includes(f.key);case"state_creation":case"state_disposal":return o.includes(f.token.key);case"molecule_creation":case"transaction_update":case"molecule_disposal":case"molecule_transfer":return!0}})}var gK=Tf({key:"redactor",default:{occlude:(o)=>o}}),Vf=Tf({key:"unacknowledgedUpdates",default:()=>[]});var pF=Tf({key:"sockets",default:null}),eK=Yf({key:"socketsIndex",mutable:!0,default:()=>new ho,toJson:(o)=>o.toJSON(),fromJson:(o)=>ho.fromJSON(o)}),sK=Yf({key:"usersIndex",mutable:!0,default:()=>new ho,toJson:(o)=>o.toJSON(),fromJson:(o)=>ho.fromJSON(o)}),UA=gn({key:"usersOfSockets",between:["user","socket"],cardinality:"1:1",isAType:(o)=>o.startsWith("user::"),isBType:(o)=>o.startsWith("socket::")});function cF(o,T,f,n){let S=T.key;return function A(){let $=[];for(let J of T.globals){let R=J.type==="mutable_atom"?Io(o,J):J,M=Ro(o,R);$.push(R,M)}for(let J of T.perspectives){let{viewAtoms:R,resourceAtoms:M}=J,_=i(o,R,f),w=Ro(o,_);o.logger.info("\uD83D\uDC41","atom",M.key,`${f} can see`,{viewAtoms:R,resourceAtoms:M,userView:w});for(let X of w){let D=X.type==="mutable_atom"?Io(o,X):X,K=Ro(o,D);$.push(D,K)}}let F=jo(o)?o.transactionMeta.epoch.get(S)??null:null;n?.emit(`continuity-init:${S}`,F,$)}}function ZF(o,T,f){let n=T.key;return function S(A){o.logger.info("\uD83D\uDECE\uFE0F","continuity",n,"received",A);let{key:$,id:F}=A,J=`tx-run:${$}:${F}`,R=`${J}:start`,M=`${J}:end`;performance.mark(R);try{tf(o,{type:"transaction",key:$},F)(...A.params)}catch(w){if(w instanceof Error)o.logger.error("\u274C","continuity",n,`failed to run transaction ${$} from ${f} with update ${F}`,w.message)}performance.mark(M);let _=performance.measure(J,R,M);o?.logger.info("\uD83D\uDE80","transaction",$,F,f,_.duration)}}function PF(o,T,f,n){let S=T.key;return function A($){if(o.logger.info("\uD83D\uDC4D","continuity",S,`${f} acknowledged epoch ${$}`),n[0]?.epoch===$)Uo(o,Vf,f,(J)=>{return J.shift(),o.logger.info("\uD83D\uDC4D","continuity",S,`${f} unacknowledged update queue now has`,J.length,"items"),J})}}function iF(o,T,f,n){let S=T.key,A=[];for(let $ of T.actions){let F=OA(o,$,`sync-continuity:${S}:${f}`,(J)=>{try{let R=T.globals.map((w)=>{if(w.type==="atom")return w.key;return bT(w).key}).concat(T.perspectives.flatMap((w)=>{let{viewAtoms:X}=w,D=i(o,X,f);return Ro(o,D).map((L)=>{return L.type==="mutable_atom"?"*"+L.key:L.key})})),M=DA(R,J.updates),_={...J,updates:M};Uo(o,Vf,f,(w)=>{if(_)w.push(_),w.sort((X,D)=>X.epoch-D.epoch),o.logger.info("\uD83D\uDC4D","continuity",S,`${f} unacknowledged update queue now has`,w.length,"items");return w}),n?.emit(`tx-new:${S}`,_)}catch(R){if(R instanceof Error)o.logger.error("\u274C","continuity",S,`${f} failed to send update from transaction ${$.key} to ${f}`,R.message)}});A.push(F)}return A}function gF(o,T,f,n){let S=T.key,A=[];for(let $ of T.perspectives){let{viewAtoms:F}=$,J=i(o,F,f),R=lo(o,J,`sync-continuity:${S}:${f}:perspective:${$.resourceAtoms.key}`,({oldValue:M,newValue:_})=>{let w=M.map((L)=>L.key),X=_.map((L)=>L.key),D=M.filter((L)=>!X.includes(L.key)),K=_.filter((L)=>!w.includes(L.key)).flatMap((L)=>{let h=L.type==="mutable_atom"?Io(o,L):L,q=Ro(o,h);return[h,q]});if(o.logger.info("\uD83D\uDC41","atom",$.resourceAtoms.key,`${f} has a new perspective`,{oldKeys:w,newKeys:X,revealed:K,concealed:D}),K.length>0)n?.emit(`reveal:${S}`,K);if(D.length>0)n?.emit(`conceal:${S}`,D)});A.push(R)}return A}function U5({socket:o,store:T=no.STORE}){return function f(n){let S=o,A=n.key,$=dn(UA,`socket::${S.id}`,T).userKeyOfSocket,F=Ro(T,$);if(!F)return T.logger.error("\u274C","continuity",A,`Tried to create a synchronizer for a socket (${S.id}) that is not connected to a user.`),()=>{};let J=dn(UA,F,T).socketKeyOfUser,R=lo(T,J,`sync-continuity:${A}:${F}`,({newValue:h})=>{if(T.logger.info("\uD83D\uDC4B","continuity",A,`seeing ${F} on new socket ${h}`),h===null){T.logger.warn("\u274C","continuity",A,`User (${F}) is not connected to a socket, waiting for them to reappear.`);return}let q=i(T,pF,h);S=Ro(T,q);for(let Y of M)S?.emit(`tx-new:${A}`,Y)}),M=Ro(T,Vf,F),_=[],w=gF(T,n,F,S),X=iF(T,n,F,S);_.push(...w,...X);let D=cF(T,n,F,o);S.off(`get:${A}`,D),S.on(`get:${A}`,D);let K=ZF(T,n,F);S.off(`tx-run:${A}`,K),S.on(`tx-run:${A}`,K);let L=PF(T,n,F,M);return S?.on(`ack:${A}`,L),()=>{for(let h of _)h();S?.off(`ack:${A}`,L),S?.off(`get:${A}`,D),S?.off(`tx-run:${A}`,K)}}}var{file:L1,serve:nk}=globalThis.Bun;import{readFileSync as JJ}from"fs";import{resolve as IA}from"path";function rM(o,T){let f={},n=[];for(let S in o){let A=o[S],$=T[S],F=A["~standard"].validate($);if(F instanceof Promise)throw new Error(`Validation must be synchronous, but ${S} returned a Promise.`);if(F.issues){n.push(...F.issues.map((J)=>({...J,path:[S,...J.path??[]]})));continue}f[S]=F.value}if(n.length)return{issues:n};return{value:f}}function dF(o){let T=o.runtimeEnvStrict??o.runtimeEnv??process.env;if(o.emptyStringAsUndefined??!1){for(let[q,P]of Object.entries(T))if(P==="")delete T[q]}if(!!o.skipValidation)return T;let S=typeof o.client==="object"?o.client:{},A=typeof o.server==="object"?o.server:{},$=typeof o.shared==="object"?o.shared:{},F=o.isServer??(typeof window==="undefined"||("Deno"in window)),J=F?{...A,...$,...S}:{...S,...$},R=rM(J,T),M=o.onValidationError??((q)=>{throw console.error("\u274C Invalid environment variables:",q),new Error("Invalid environment variables")}),_=o.onInvalidAccess??(()=>{throw new Error("\u274C Attempted to access a server-side environment variable on the client")});if(R.issues)return M(R.issues);let w=(q)=>{if(!o.clientPrefix)return!0;return!q.startsWith(o.clientPrefix)&&!(q in $)},X=(q)=>{return F||!w(q)},D=(q)=>{return q==="__esModule"||q==="$$typeof"},K=(o.extends??[]).reduce((q,P)=>{return Object.assign(q,P)},{}),L=Object.assign(R.value,K);return new Proxy(L,{get(q,P){if(typeof P!=="string")return;if(D(P))return;if(!X(P))return _(P);return Reflect.get(q,P)}})}var Ao;(function(o){o.assertEqual=(S)=>S;function T(S){}o.assertIs=T;function f(S){throw new Error}o.assertNever=f,o.arrayToEnum=(S)=>{let A={};for(let $ of S)A[$]=$;return A},o.getValidEnumValues=(S)=>{let A=o.objectKeys(S).filter((F)=>typeof S[S[F]]!=="number"),$={};for(let F of A)$[F]=S[F];return o.objectValues($)},o.objectValues=(S)=>{return o.objectKeys(S).map(function(A){return S[A]})},o.objectKeys=typeof Object.keys==="function"?(S)=>Object.keys(S):(S)=>{let A=[];for(let $ in S)if(Object.prototype.hasOwnProperty.call(S,$))A.push($);return A},o.find=(S,A)=>{for(let $ of S)if(A($))return $;return},o.isInteger=typeof Number.isInteger==="function"?(S)=>Number.isInteger(S):(S)=>typeof S==="number"&&isFinite(S)&&Math.floor(S)===S;function n(S,A=" | "){return S.map(($)=>typeof $==="string"?`'${$}'`:$).join(A)}o.joinValues=n,o.jsonStringifyReplacer=(S,A)=>{if(typeof A==="bigint")return A.toString();return A}})(Ao||(Ao={}));var BA;(function(o){o.mergeShapes=(T,f)=>{return{...T,...f}}})(BA||(BA={}));var N=Ao.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),vT=(o)=>{switch(typeof o){case"undefined":return N.undefined;case"string":return N.string;case"number":return isNaN(o)?N.nan:N.number;case"boolean":return N.boolean;case"function":return N.function;case"bigint":return N.bigint;case"symbol":return N.symbol;case"object":if(Array.isArray(o))return N.array;if(o===null)return N.null;if(o.then&&typeof o.then==="function"&&o.catch&&typeof o.catch==="function")return N.promise;if(typeof Map!=="undefined"&&o instanceof Map)return N.map;if(typeof Set!=="undefined"&&o instanceof Set)return N.set;if(typeof Date!=="undefined"&&o instanceof Date)return N.date;return N.object;default:return N.unknown}},t=Ao.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),pM=(o)=>{return JSON.stringify(o,null,2).replace(/"([^"]+)":/g,"$1:")};class JT extends Error{get errors(){return this.issues}constructor(o){super();this.issues=[],this.addIssue=(f)=>{this.issues=[...this.issues,f]},this.addIssues=(f=[])=>{this.issues=[...this.issues,...f]};let T=new.target.prototype;if(Object.setPrototypeOf)Object.setPrototypeOf(this,T);else this.__proto__=T;this.name="ZodError",this.issues=o}format(o){let T=o||function(S){return S.message},f={_errors:[]},n=(S)=>{for(let A of S.issues)if(A.code==="invalid_union")A.unionErrors.map(n);else if(A.code==="invalid_return_type")n(A.returnTypeError);else if(A.code==="invalid_arguments")n(A.argumentsError);else if(A.path.length===0)f._errors.push(T(A));else{let $=f,F=0;while(F<A.path.length){let J=A.path[F];if(F!==A.path.length-1)$[J]=$[J]||{_errors:[]};else $[J]=$[J]||{_errors:[]},$[J]._errors.push(T(A));$=$[J],F++}}};return n(this),f}static assert(o){if(!(o instanceof JT))throw new Error(`Not a ZodError: ${o}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,Ao.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(o=(T)=>T.message){let T={},f=[];for(let n of this.issues)if(n.path.length>0)T[n.path[0]]=T[n.path[0]]||[],T[n.path[0]].push(o(n));else f.push(o(n));return{formErrors:f,fieldErrors:T}}get formErrors(){return this.flatten()}}JT.create=(o)=>{return new JT(o)};var mf=(o,T)=>{let f;switch(o.code){case t.invalid_type:if(o.received===N.undefined)f="Required";else f=`Expected ${o.expected}, received ${o.received}`;break;case t.invalid_literal:f=`Invalid literal value, expected ${JSON.stringify(o.expected,Ao.jsonStringifyReplacer)}`;break;case t.unrecognized_keys:f=`Unrecognized key(s) in object: ${Ao.joinValues(o.keys,", ")}`;break;case t.invalid_union:f="Invalid input";break;case t.invalid_union_discriminator:f=`Invalid discriminator value. Expected ${Ao.joinValues(o.options)}`;break;case t.invalid_enum_value:f=`Invalid enum value. Expected ${Ao.joinValues(o.options)}, received '${o.received}'`;break;case t.invalid_arguments:f="Invalid function arguments";break;case t.invalid_return_type:f="Invalid function return type";break;case t.invalid_date:f="Invalid date";break;case t.invalid_string:if(typeof o.validation==="object")if("includes"in o.validation){if(f=`Invalid input: must include "${o.validation.includes}"`,typeof o.validation.position==="number")f=`${f} at one or more positions greater than or equal to ${o.validation.position}`}else if("startsWith"in o.validation)f=`Invalid input: must start with "${o.validation.startsWith}"`;else if("endsWith"in o.validation)f=`Invalid input: must end with "${o.validation.endsWith}"`;else Ao.assertNever(o.validation);else if(o.validation!=="regex")f=`Invalid ${o.validation}`;else f="Invalid";break;case t.too_small:if(o.type==="array")f=`Array must contain ${o.exact?"exactly":o.inclusive?"at least":"more than"} ${o.minimum} element(s)`;else if(o.type==="string")f=`String must contain ${o.exact?"exactly":o.inclusive?"at least":"over"} ${o.minimum} character(s)`;else if(o.type==="number")f=`Number must be ${o.exact?"exactly equal to ":o.inclusive?"greater than or equal to ":"greater than "}${o.minimum}`;else if(o.type==="date")f=`Date must be ${o.exact?"exactly equal to ":o.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(o.minimum))}`;else f="Invalid input";break;case t.too_big:if(o.type==="array")f=`Array must contain ${o.exact?"exactly":o.inclusive?"at most":"less than"} ${o.maximum} element(s)`;else if(o.type==="string")f=`String must contain ${o.exact?"exactly":o.inclusive?"at most":"under"} ${o.maximum} character(s)`;else if(o.type==="number")f=`Number must be ${o.exact?"exactly":o.inclusive?"less than or equal to":"less than"} ${o.maximum}`;else if(o.type==="bigint")f=`BigInt must be ${o.exact?"exactly":o.inclusive?"less than or equal to":"less than"} ${o.maximum}`;else if(o.type==="date")f=`Date must be ${o.exact?"exactly":o.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(o.maximum))}`;else f="Invalid input";break;case t.custom:f="Invalid input";break;case t.invalid_intersection_types:f="Intersection results could not be merged";break;case t.not_multiple_of:f=`Number must be a multiple of ${o.multipleOf}`;break;case t.not_finite:f="Number must be finite";break;default:f=T.defaultError,Ao.assertNever(o)}return{message:f}},sF=mf;function cM(o){sF=o}function $S(){return sF}var FS=(o)=>{let{data:T,path:f,errorMaps:n,issueData:S}=o,A=[...f,...S.path||[]],$={...S,path:A};if(S.message!==void 0)return{...S,path:A,message:S.message};let F="",J=n.filter((R)=>!!R).slice().reverse();for(let R of J)F=R($,{data:T,defaultError:F}).message;return{...S,path:A,message:F}},ZM=[];function m(o,T){let f=$S(),n=FS({issueData:T,data:o.data,path:o.path,errorMaps:[o.common.contextualErrorMap,o.schemaErrorMap,f,f===mf?void 0:mf].filter((S)=>!!S)});o.common.issues.push(n)}class uo{constructor(){this.value="valid"}dirty(){if(this.value==="valid")this.value="dirty"}abort(){if(this.value!=="aborted")this.value="aborted"}static mergeArray(o,T){let f=[];for(let n of T){if(n.status==="aborted")return d;if(n.status==="dirty")o.dirty();f.push(n.value)}return{status:o.value,value:f}}static async mergeObjectAsync(o,T){let f=[];for(let n of T){let S=await n.key,A=await n.value;f.push({key:S,value:A})}return uo.mergeObjectSync(o,f)}static mergeObjectSync(o,T){let f={};for(let n of T){let{key:S,value:A}=n;if(S.status==="aborted")return d;if(A.status==="aborted")return d;if(S.status==="dirty")o.dirty();if(A.status==="dirty")o.dirty();if(S.value!=="__proto__"&&(typeof A.value!=="undefined"||n.alwaysSet))f[S.value]=A.value}return{status:o.value,value:f}}}var d=Object.freeze({status:"aborted"}),Lf=(o)=>({status:"dirty",value:o}),ao=(o)=>({status:"valid",value:o}),LA=(o)=>o.status==="aborted",CA=(o)=>o.status==="dirty",Ff=(o)=>o.status==="valid",_n=(o)=>typeof Promise!=="undefined"&&o instanceof Promise;function JS(o,T,f,n){if(f==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof T==="function"?o!==T||!n:!T.has(o))throw new TypeError("Cannot read private member from an object whose class did not declare it");return f==="m"?n:f==="a"?n.call(o):n?n.value:T.get(o)}function aF(o,T,f,n,S){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!S)throw new TypeError("Private accessor was defined without a setter");if(typeof T==="function"?o!==T||!S:!T.has(o))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?S.call(o,f):S?S.value=f:T.set(o,f),f}var x;(function(o){o.errToObj=(T)=>typeof T==="string"?{message:T}:T||{},o.toString=(T)=>typeof T==="string"?T:T===null||T===void 0?void 0:T.message})(x||(x={}));var On,kn;class ET{constructor(o,T,f,n){this._cachedPath=[],this.parent=o,this.data=T,this._path=f,this._key=n}get path(){if(!this._cachedPath.length)if(this._key instanceof Array)this._cachedPath.push(...this._path,...this._key);else this._cachedPath.push(...this._path,this._key);return this._cachedPath}}var lF=(o,T)=>{if(Ff(T))return{success:!0,data:T.value};else{if(!o.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let f=new JT(o.common.issues);return this._error=f,this._error}}}};function u(o){if(!o)return{};let{errorMap:T,invalid_type_error:f,required_error:n,description:S}=o;if(T&&(f||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);if(T)return{errorMap:T,description:S};return{errorMap:($,F)=>{var J,R;let{message:M}=o;if($.code==="invalid_enum_value")return{message:M!==null&&M!==void 0?M:F.defaultError};if(typeof F.data==="undefined")return{message:(J=M!==null&&M!==void 0?M:n)!==null&&J!==void 0?J:F.defaultError};if($.code!=="invalid_type")return{message:F.defaultError};return{message:(R=M!==null&&M!==void 0?M:f)!==null&&R!==void 0?R:F.defaultError}},description:S}}class e{get description(){return this._def.description}_getType(o){return vT(o.data)}_getOrReturnCtx(o,T){return T||{common:o.parent.common,data:o.data,parsedType:vT(o.data),schemaErrorMap:this._def.errorMap,path:o.path,parent:o.parent}}_processInputParams(o){return{status:new uo,ctx:{common:o.parent.common,data:o.data,parsedType:vT(o.data),schemaErrorMap:this._def.errorMap,path:o.path,parent:o.parent}}}_parseSync(o){let T=this._parse(o);if(_n(T))throw new Error("Synchronous parse encountered promise.");return T}_parseAsync(o){let T=this._parse(o);return Promise.resolve(T)}parse(o,T){let f=this.safeParse(o,T);if(f.success)return f.data;throw f.error}safeParse(o,T){var f;let n={common:{issues:[],async:(f=T===null||T===void 0?void 0:T.async)!==null&&f!==void 0?f:!1,contextualErrorMap:T===null||T===void 0?void 0:T.errorMap},path:(T===null||T===void 0?void 0:T.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:o,parsedType:vT(o)},S=this._parseSync({data:o,path:n.path,parent:n});return lF(n,S)}"~validate"(o){var T,f;let n={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:o,parsedType:vT(o)};if(!this["~standard"].async)try{let S=this._parseSync({data:o,path:[],parent:n});return Ff(S)?{value:S.value}:{issues:n.common.issues}}catch(S){if((f=(T=S===null||S===void 0?void 0:S.message)===null||T===void 0?void 0:T.toLowerCase())===null||f===void 0?void 0:f.includes("encountered"))this["~standard"].async=!0;n.common={issues:[],async:!0}}return this._parseAsync({data:o,path:[],parent:n}).then((S)=>Ff(S)?{value:S.value}:{issues:n.common.issues})}async parseAsync(o,T){let f=await this.safeParseAsync(o,T);if(f.success)return f.data;throw f.error}async safeParseAsync(o,T){let f={common:{issues:[],contextualErrorMap:T===null||T===void 0?void 0:T.errorMap,async:!0},path:(T===null||T===void 0?void 0:T.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:o,parsedType:vT(o)},n=this._parse({data:o,path:f.path,parent:f}),S=await(_n(n)?n:Promise.resolve(n));return lF(f,S)}refine(o,T){let f=(n)=>{if(typeof T==="string"||typeof T==="undefined")return{message:T};else if(typeof T==="function")return T(n);else return T};return this._refinement((n,S)=>{let A=o(n),$=()=>S.addIssue({code:t.custom,...f(n)});if(typeof Promise!=="undefined"&&A instanceof Promise)return A.then((F)=>{if(!F)return $(),!1;else return!0});if(!A)return $(),!1;else return!0})}refinement(o,T){return this._refinement((f,n)=>{if(!o(f))return n.addIssue(typeof T==="function"?T(f,n):T),!1;else return!0})}_refinement(o){return new _T({schema:this,typeName:g.ZodEffects,effect:{type:"refinement",refinement:o}})}superRefine(o){return this._refinement(o)}constructor(o){this.spa=this.safeParseAsync,this._def=o,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:(T)=>this["~validate"](T)}}optional(){return YT.create(this,this._def)}nullable(){return qT.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return GT.create(this)}promise(){return Wf.create(this,this._def)}or(o){return hf.create([this,o],this._def)}and(o){return bf.create(this,o,this._def)}transform(o){return new _T({...u(this._def),schema:this,typeName:g.ZodEffects,effect:{type:"transform",transform:o}})}default(o){let T=typeof o==="function"?o:()=>o;return new rf({...u(this._def),innerType:this,defaultValue:T,typeName:g.ZodDefault})}brand(){return new MS({typeName:g.ZodBranded,type:this,...u(this._def)})}catch(o){let T=typeof o==="function"?o:()=>o;return new pf({...u(this._def),innerType:this,catchValue:T,typeName:g.ZodCatch})}describe(o){return new this.constructor({...this._def,description:o})}pipe(o){return Gn.create(this,o)}readonly(){return cf.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}var PM=/^c[^\s-]{8,}$/i,iM=/^[0-9a-z]+$/,gM=/^[0-9A-HJKMNP-TV-Z]{26}$/i,dM=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,lM=/^[a-z0-9_-]{21}$/i,uM=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,eM=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,sM=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,aM="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",VA,oW=/^(?:(?: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])$/,TW=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,fW=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,nW=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,SW=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,AW=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,oJ="((\\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])))",$W=new RegExp(`^${oJ}$`);function TJ(o){let T="([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";if(o.precision)T=`${T}\\.\\d{${o.precision}}`;else if(o.precision==null)T=`${T}(\\.\\d+)?`;return T}function FW(o){return new RegExp(`^${TJ(o)}$`)}function fJ(o){let T=`${oJ}T${TJ(o)}`,f=[];if(f.push(o.local?"Z?":"Z"),o.offset)f.push("([+-]\\d{2}:?\\d{2})");return T=`${T}(${f.join("|")})`,new RegExp(`^${T}$`)}function JW(o,T){if((T==="v4"||!T)&&oW.test(o))return!0;if((T==="v6"||!T)&&fW.test(o))return!0;return!1}function RW(o,T){if(!uM.test(o))return!1;try{let[f]=o.split("."),n=f.replace(/-/g,"+").replace(/_/g,"/").padEnd(f.length+(4-f.length%4)%4,"="),S=JSON.parse(atob(n));if(typeof S!=="object"||S===null)return!1;if(!S.typ||!S.alg)return!1;if(T&&S.alg!==T)return!1;return!0}catch(f){return!1}}function MW(o,T){if((T==="v4"||!T)&&TW.test(o))return!0;if((T==="v6"||!T)&&nW.test(o))return!0;return!1}class KT extends e{_parse(o){if(this._def.coerce)o.data=String(o.data);if(this._getType(o)!==N.string){let S=this._getOrReturnCtx(o);return m(S,{code:t.invalid_type,expected:N.string,received:S.parsedType}),d}let f=new uo,n=void 0;for(let S of this._def.checks)if(S.kind==="min"){if(o.data.length<S.value)n=this._getOrReturnCtx(o,n),m(n,{code:t.too_small,minimum:S.value,type:"string",inclusive:!0,exact:!1,message:S.message}),f.dirty()}else if(S.kind==="max"){if(o.data.length>S.value)n=this._getOrReturnCtx(o,n),m(n,{code:t.too_big,maximum:S.value,type:"string",inclusive:!0,exact:!1,message:S.message}),f.dirty()}else if(S.kind==="length"){let A=o.data.length>S.value,$=o.data.length<S.value;if(A||$){if(n=this._getOrReturnCtx(o,n),A)m(n,{code:t.too_big,maximum:S.value,type:"string",inclusive:!0,exact:!0,message:S.message});else if($)m(n,{code:t.too_small,minimum:S.value,type:"string",inclusive:!0,exact:!0,message:S.message});f.dirty()}}else if(S.kind==="email"){if(!sM.test(o.data))n=this._getOrReturnCtx(o,n),m(n,{validation:"email",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="emoji"){if(!VA)VA=new RegExp(aM,"u");if(!VA.test(o.data))n=this._getOrReturnCtx(o,n),m(n,{validation:"emoji",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="uuid"){if(!dM.test(o.data))n=this._getOrReturnCtx(o,n),m(n,{validation:"uuid",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="nanoid"){if(!lM.test(o.data))n=this._getOrReturnCtx(o,n),m(n,{validation:"nanoid",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="cuid"){if(!PM.test(o.data))n=this._getOrReturnCtx(o,n),m(n,{validation:"cuid",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="cuid2"){if(!iM.test(o.data))n=this._getOrReturnCtx(o,n),m(n,{validation:"cuid2",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="ulid"){if(!gM.test(o.data))n=this._getOrReturnCtx(o,n),m(n,{validation:"ulid",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="url")try{new URL(o.data)}catch(A){n=this._getOrReturnCtx(o,n),m(n,{validation:"url",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="regex"){if(S.regex.lastIndex=0,!S.regex.test(o.data))n=this._getOrReturnCtx(o,n),m(n,{validation:"regex",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="trim")o.data=o.data.trim();else if(S.kind==="includes"){if(!o.data.includes(S.value,S.position))n=this._getOrReturnCtx(o,n),m(n,{code:t.invalid_string,validation:{includes:S.value,position:S.position},message:S.message}),f.dirty()}else if(S.kind==="toLowerCase")o.data=o.data.toLowerCase();else if(S.kind==="toUpperCase")o.data=o.data.toUpperCase();else if(S.kind==="startsWith"){if(!o.data.startsWith(S.value))n=this._getOrReturnCtx(o,n),m(n,{code:t.invalid_string,validation:{startsWith:S.value},message:S.message}),f.dirty()}else if(S.kind==="endsWith"){if(!o.data.endsWith(S.value))n=this._getOrReturnCtx(o,n),m(n,{code:t.invalid_string,validation:{endsWith:S.value},message:S.message}),f.dirty()}else if(S.kind==="datetime"){if(!fJ(S).test(o.data))n=this._getOrReturnCtx(o,n),m(n,{code:t.invalid_string,validation:"datetime",message:S.message}),f.dirty()}else if(S.kind==="date"){if(!$W.test(o.data))n=this._getOrReturnCtx(o,n),m(n,{code:t.invalid_string,validation:"date",message:S.message}),f.dirty()}else if(S.kind==="time"){if(!FW(S).test(o.data))n=this._getOrReturnCtx(o,n),m(n,{code:t.invalid_string,validation:"time",message:S.message}),f.dirty()}else if(S.kind==="duration"){if(!eM.test(o.data))n=this._getOrReturnCtx(o,n),m(n,{validation:"duration",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="ip"){if(!JW(o.data,S.version))n=this._getOrReturnCtx(o,n),m(n,{validation:"ip",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="jwt"){if(!RW(o.data,S.alg))n=this._getOrReturnCtx(o,n),m(n,{validation:"jwt",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="cidr"){if(!MW(o.data,S.version))n=this._getOrReturnCtx(o,n),m(n,{validation:"cidr",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="base64"){if(!SW.test(o.data))n=this._getOrReturnCtx(o,n),m(n,{validation:"base64",code:t.invalid_string,message:S.message}),f.dirty()}else if(S.kind==="base64url"){if(!AW.test(o.data))n=this._getOrReturnCtx(o,n),m(n,{validation:"base64url",code:t.invalid_string,message:S.message}),f.dirty()}else Ao.assertNever(S);return{status:f.value,value:o.data}}_regex(o,T,f){return this.refinement((n)=>o.test(n),{validation:T,code:t.invalid_string,...x.errToObj(f)})}_addCheck(o){return new KT({...this._def,checks:[...this._def.checks,o]})}email(o){return this._addCheck({kind:"email",...x.errToObj(o)})}url(o){return this._addCheck({kind:"url",...x.errToObj(o)})}emoji(o){return this._addCheck({kind:"emoji",...x.errToObj(o)})}uuid(o){return this._addCheck({kind:"uuid",...x.errToObj(o)})}nanoid(o){return this._addCheck({kind:"nanoid",...x.errToObj(o)})}cuid(o){return this._addCheck({kind:"cuid",...x.errToObj(o)})}cuid2(o){return this._addCheck({kind:"cuid2",...x.errToObj(o)})}ulid(o){return this._addCheck({kind:"ulid",...x.errToObj(o)})}base64(o){return this._addCheck({kind:"base64",...x.errToObj(o)})}base64url(o){return this._addCheck({kind:"base64url",...x.errToObj(o)})}jwt(o){return this._addCheck({kind:"jwt",...x.errToObj(o)})}ip(o){return this._addCheck({kind:"ip",...x.errToObj(o)})}cidr(o){return this._addCheck({kind:"cidr",...x.errToObj(o)})}datetime(o){var T,f;if(typeof o==="string")return this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:o});return this._addCheck({kind:"datetime",precision:typeof(o===null||o===void 0?void 0:o.precision)==="undefined"?null:o===null||o===void 0?void 0:o.precision,offset:(T=o===null||o===void 0?void 0:o.offset)!==null&&T!==void 0?T:!1,local:(f=o===null||o===void 0?void 0:o.local)!==null&&f!==void 0?f:!1,...x.errToObj(o===null||o===void 0?void 0:o.message)})}date(o){return this._addCheck({kind:"date",message:o})}time(o){if(typeof o==="string")return this._addCheck({kind:"time",precision:null,message:o});return this._addCheck({kind:"time",precision:typeof(o===null||o===void 0?void 0:o.precision)==="undefined"?null:o===null||o===void 0?void 0:o.precision,...x.errToObj(o===null||o===void 0?void 0:o.message)})}duration(o){return this._addCheck({kind:"duration",...x.errToObj(o)})}regex(o,T){return this._addCheck({kind:"regex",regex:o,...x.errToObj(T)})}includes(o,T){return this._addCheck({kind:"includes",value:o,position:T===null||T===void 0?void 0:T.position,...x.errToObj(T===null||T===void 0?void 0:T.message)})}startsWith(o,T){return this._addCheck({kind:"startsWith",value:o,...x.errToObj(T)})}endsWith(o,T){return this._addCheck({kind:"endsWith",value:o,...x.errToObj(T)})}min(o,T){return this._addCheck({kind:"min",value:o,...x.errToObj(T)})}max(o,T){return this._addCheck({kind:"max",value:o,...x.errToObj(T)})}length(o,T){return this._addCheck({kind:"length",value:o,...x.errToObj(T)})}nonempty(o){return this.min(1,x.errToObj(o))}trim(){return new KT({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new KT({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new KT({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find((o)=>o.kind==="datetime")}get isDate(){return!!this._def.checks.find((o)=>o.kind==="date")}get isTime(){return!!this._def.checks.find((o)=>o.kind==="time")}get isDuration(){return!!this._def.checks.find((o)=>o.kind==="duration")}get isEmail(){return!!this._def.checks.find((o)=>o.kind==="email")}get isURL(){return!!this._def.checks.find((o)=>o.kind==="url")}get isEmoji(){return!!this._def.checks.find((o)=>o.kind==="emoji")}get isUUID(){return!!this._def.checks.find((o)=>o.kind==="uuid")}get isNANOID(){return!!this._def.checks.find((o)=>o.kind==="nanoid")}get isCUID(){return!!this._def.checks.find((o)=>o.kind==="cuid")}get isCUID2(){return!!this._def.checks.find((o)=>o.kind==="cuid2")}get isULID(){return!!this._def.checks.find((o)=>o.kind==="ulid")}get isIP(){return!!this._def.checks.find((o)=>o.kind==="ip")}get isCIDR(){return!!this._def.checks.find((o)=>o.kind==="cidr")}get isBase64(){return!!this._def.checks.find((o)=>o.kind==="base64")}get isBase64url(){return!!this._def.checks.find((o)=>o.kind==="base64url")}get minLength(){let o=null;for(let T of this._def.checks)if(T.kind==="min"){if(o===null||T.value>o)o=T.value}return o}get maxLength(){let o=null;for(let T of this._def.checks)if(T.kind==="max"){if(o===null||T.value<o)o=T.value}return o}}KT.create=(o)=>{var T;return new KT({checks:[],typeName:g.ZodString,coerce:(T=o===null||o===void 0?void 0:o.coerce)!==null&&T!==void 0?T:!1,...u(o)})};function WW(o,T){let f=(o.toString().split(".")[1]||"").length,n=(T.toString().split(".")[1]||"").length,S=f>n?f:n,A=parseInt(o.toFixed(S).replace(".","")),$=parseInt(T.toFixed(S).replace(".",""));return A%$/Math.pow(10,S)}class gT extends e{constructor(){super(...arguments);this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(o){if(this._def.coerce)o.data=Number(o.data);if(this._getType(o)!==N.number){let S=this._getOrReturnCtx(o);return m(S,{code:t.invalid_type,expected:N.number,received:S.parsedType}),d}let f=void 0,n=new uo;for(let S of this._def.checks)if(S.kind==="int"){if(!Ao.isInteger(o.data))f=this._getOrReturnCtx(o,f),m(f,{code:t.invalid_type,expected:"integer",received:"float",message:S.message}),n.dirty()}else if(S.kind==="min"){if(S.inclusive?o.data<S.value:o.data<=S.value)f=this._getOrReturnCtx(o,f),m(f,{code:t.too_small,minimum:S.value,type:"number",inclusive:S.inclusive,exact:!1,message:S.message}),n.dirty()}else if(S.kind==="max"){if(S.inclusive?o.data>S.value:o.data>=S.value)f=this._getOrReturnCtx(o,f),m(f,{code:t.too_big,maximum:S.value,type:"number",inclusive:S.inclusive,exact:!1,message:S.message}),n.dirty()}else if(S.kind==="multipleOf"){if(WW(o.data,S.value)!==0)f=this._getOrReturnCtx(o,f),m(f,{code:t.not_multiple_of,multipleOf:S.value,message:S.message}),n.dirty()}else if(S.kind==="finite"){if(!Number.isFinite(o.data))f=this._getOrReturnCtx(o,f),m(f,{code:t.not_finite,message:S.message}),n.dirty()}else Ao.assertNever(S);return{status:n.value,value:o.data}}gte(o,T){return this.setLimit("min",o,!0,x.toString(T))}gt(o,T){return this.setLimit("min",o,!1,x.toString(T))}lte(o,T){return this.setLimit("max",o,!0,x.toString(T))}lt(o,T){return this.setLimit("max",o,!1,x.toString(T))}setLimit(o,T,f,n){return new gT({...this._def,checks:[...this._def.checks,{kind:o,value:T,inclusive:f,message:x.toString(n)}]})}_addCheck(o){return new gT({...this._def,checks:[...this._def.checks,o]})}int(o){return this._addCheck({kind:"int",message:x.toString(o)})}positive(o){return this._addCheck({kind:"min",value:0,inclusive:!1,message:x.toString(o)})}negative(o){return this._addCheck({kind:"max",value:0,inclusive:!1,message:x.toString(o)})}nonpositive(o){return this._addCheck({kind:"max",value:0,inclusive:!0,message:x.toString(o)})}nonnegative(o){return this._addCheck({kind:"min",value:0,inclusive:!0,message:x.toString(o)})}multipleOf(o,T){return this._addCheck({kind:"multipleOf",value:o,message:x.toString(T)})}finite(o){return this._addCheck({kind:"finite",message:x.toString(o)})}safe(o){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:x.toString(o)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:x.toString(o)})}get minValue(){let o=null;for(let T of this._def.checks)if(T.kind==="min"){if(o===null||T.value>o)o=T.value}return o}get maxValue(){let o=null;for(let T of this._def.checks)if(T.kind==="max"){if(o===null||T.value<o)o=T.value}return o}get isInt(){return!!this._def.checks.find((o)=>o.kind==="int"||o.kind==="multipleOf"&&Ao.isInteger(o.value))}get isFinite(){let o=null,T=null;for(let f of this._def.checks)if(f.kind==="finite"||f.kind==="int"||f.kind==="multipleOf")return!0;else if(f.kind==="min"){if(T===null||f.value>T)T=f.value}else if(f.kind==="max"){if(o===null||f.value<o)o=f.value}return Number.isFinite(T)&&Number.isFinite(o)}}gT.create=(o)=>{return new gT({checks:[],typeName:g.ZodNumber,coerce:(o===null||o===void 0?void 0:o.coerce)||!1,...u(o)})};class dT extends e{constructor(){super(...arguments);this.min=this.gte,this.max=this.lte}_parse(o){if(this._def.coerce)try{o.data=BigInt(o.data)}catch(S){return this._getInvalidInput(o)}if(this._getType(o)!==N.bigint)return this._getInvalidInput(o);let f=void 0,n=new uo;for(let S of this._def.checks)if(S.kind==="min"){if(S.inclusive?o.data<S.value:o.data<=S.value)f=this._getOrReturnCtx(o,f),m(f,{code:t.too_small,type:"bigint",minimum:S.value,inclusive:S.inclusive,message:S.message}),n.dirty()}else if(S.kind==="max"){if(S.inclusive?o.data>S.value:o.data>=S.value)f=this._getOrReturnCtx(o,f),m(f,{code:t.too_big,type:"bigint",maximum:S.value,inclusive:S.inclusive,message:S.message}),n.dirty()}else if(S.kind==="multipleOf"){if(o.data%S.value!==BigInt(0))f=this._getOrReturnCtx(o,f),m(f,{code:t.not_multiple_of,multipleOf:S.value,message:S.message}),n.dirty()}else Ao.assertNever(S);return{status:n.value,value:o.data}}_getInvalidInput(o){let T=this._getOrReturnCtx(o);return m(T,{code:t.invalid_type,expected:N.bigint,received:T.parsedType}),d}gte(o,T){return this.setLimit("min",o,!0,x.toString(T))}gt(o,T){return this.setLimit("min",o,!1,x.toString(T))}lte(o,T){return this.setLimit("max",o,!0,x.toString(T))}lt(o,T){return this.setLimit("max",o,!1,x.toString(T))}setLimit(o,T,f,n){return new dT({...this._def,checks:[...this._def.checks,{kind:o,value:T,inclusive:f,message:x.toString(n)}]})}_addCheck(o){return new dT({...this._def,checks:[...this._def.checks,o]})}positive(o){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:x.toString(o)})}negative(o){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:x.toString(o)})}nonpositive(o){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:x.toString(o)})}nonnegative(o){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:x.toString(o)})}multipleOf(o,T){return this._addCheck({kind:"multipleOf",value:o,message:x.toString(T)})}get minValue(){let o=null;for(let T of this._def.checks)if(T.kind==="min"){if(o===null||T.value>o)o=T.value}return o}get maxValue(){let o=null;for(let T of this._def.checks)if(T.kind==="max"){if(o===null||T.value<o)o=T.value}return o}}dT.create=(o)=>{var T;return new dT({checks:[],typeName:g.ZodBigInt,coerce:(T=o===null||o===void 0?void 0:o.coerce)!==null&&T!==void 0?T:!1,...u(o)})};class If extends e{_parse(o){if(this._def.coerce)o.data=Boolean(o.data);if(this._getType(o)!==N.boolean){let f=this._getOrReturnCtx(o);return m(f,{code:t.invalid_type,expected:N.boolean,received:f.parsedType}),d}return ao(o.data)}}If.create=(o)=>{return new If({typeName:g.ZodBoolean,coerce:(o===null||o===void 0?void 0:o.coerce)||!1,...u(o)})};class Jf extends e{_parse(o){if(this._def.coerce)o.data=new Date(o.data);if(this._getType(o)!==N.date){let S=this._getOrReturnCtx(o);return m(S,{code:t.invalid_type,expected:N.date,received:S.parsedType}),d}if(isNaN(o.data.getTime())){let S=this._getOrReturnCtx(o);return m(S,{code:t.invalid_date}),d}let f=new uo,n=void 0;for(let S of this._def.checks)if(S.kind==="min"){if(o.data.getTime()<S.value)n=this._getOrReturnCtx(o,n),m(n,{code:t.too_small,message:S.message,inclusive:!0,exact:!1,minimum:S.value,type:"date"}),f.dirty()}else if(S.kind==="max"){if(o.data.getTime()>S.value)n=this._getOrReturnCtx(o,n),m(n,{code:t.too_big,message:S.message,inclusive:!0,exact:!1,maximum:S.value,type:"date"}),f.dirty()}else Ao.assertNever(S);return{status:f.value,value:new Date(o.data.getTime())}}_addCheck(o){return new Jf({...this._def,checks:[...this._def.checks,o]})}min(o,T){return this._addCheck({kind:"min",value:o.getTime(),message:x.toString(T)})}max(o,T){return this._addCheck({kind:"max",value:o.getTime(),message:x.toString(T)})}get minDate(){let o=null;for(let T of this._def.checks)if(T.kind==="min"){if(o===null||T.value>o)o=T.value}return o!=null?new Date(o):null}get maxDate(){let o=null;for(let T of this._def.checks)if(T.kind==="max"){if(o===null||T.value<o)o=T.value}return o!=null?new Date(o):null}}Jf.create=(o)=>{return new Jf({checks:[],coerce:(o===null||o===void 0?void 0:o.coerce)||!1,typeName:g.ZodDate,...u(o)})};class wn extends e{_parse(o){if(this._getType(o)!==N.symbol){let f=this._getOrReturnCtx(o);return m(f,{code:t.invalid_type,expected:N.symbol,received:f.parsedType}),d}return ao(o.data)}}wn.create=(o)=>{return new wn({typeName:g.ZodSymbol,...u(o)})};class jf extends e{_parse(o){if(this._getType(o)!==N.undefined){let f=this._getOrReturnCtx(o);return m(f,{code:t.invalid_type,expected:N.undefined,received:f.parsedType}),d}return ao(o.data)}}jf.create=(o)=>{return new jf({typeName:g.ZodUndefined,...u(o)})};class Nf extends e{_parse(o){if(this._getType(o)!==N.null){let f=this._getOrReturnCtx(o);return m(f,{code:t.invalid_type,expected:N.null,received:f.parsedType}),d}return ao(o.data)}}Nf.create=(o)=>{return new Nf({typeName:g.ZodNull,...u(o)})};class Rf extends e{constructor(){super(...arguments);this._any=!0}_parse(o){return ao(o.data)}}Rf.create=(o)=>{return new Rf({typeName:g.ZodAny,...u(o)})};class iT extends e{constructor(){super(...arguments);this._unknown=!0}_parse(o){return ao(o.data)}}iT.create=(o)=>{return new iT({typeName:g.ZodUnknown,...u(o)})};class BT extends e{_parse(o){let T=this._getOrReturnCtx(o);return m(T,{code:t.invalid_type,expected:N.never,received:T.parsedType}),d}}BT.create=(o)=>{return new BT({typeName:g.ZodNever,...u(o)})};class yn extends e{_parse(o){if(this._getType(o)!==N.undefined){let f=this._getOrReturnCtx(o);return m(f,{code:t.invalid_type,expected:N.void,received:f.parsedType}),d}return ao(o.data)}}yn.create=(o)=>{return new yn({typeName:g.ZodVoid,...u(o)})};class GT extends e{_parse(o){let{ctx:T,status:f}=this._processInputParams(o),n=this._def;if(T.parsedType!==N.array)return m(T,{code:t.invalid_type,expected:N.array,received:T.parsedType}),d;if(n.exactLength!==null){let A=T.data.length>n.exactLength.value,$=T.data.length<n.exactLength.value;if(A||$)m(T,{code:A?t.too_big:t.too_small,minimum:$?n.exactLength.value:void 0,maximum:A?n.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:n.exactLength.message}),f.dirty()}if(n.minLength!==null){if(T.data.length<n.minLength.value)m(T,{code:t.too_small,minimum:n.minLength.value,type:"array",inclusive:!0,exact:!1,message:n.minLength.message}),f.dirty()}if(n.maxLength!==null){if(T.data.length>n.maxLength.value)m(T,{code:t.too_big,maximum:n.maxLength.value,type:"array",inclusive:!0,exact:!1,message:n.maxLength.message}),f.dirty()}if(T.common.async)return Promise.all([...T.data].map((A,$)=>{return n.type._parseAsync(new ET(T,A,T.path,$))})).then((A)=>{return uo.mergeArray(f,A)});let S=[...T.data].map((A,$)=>{return n.type._parseSync(new ET(T,A,T.path,$))});return uo.mergeArray(f,S)}get element(){return this._def.type}min(o,T){return new GT({...this._def,minLength:{value:o,message:x.toString(T)}})}max(o,T){return new GT({...this._def,maxLength:{value:o,message:x.toString(T)}})}length(o,T){return new GT({...this._def,exactLength:{value:o,message:x.toString(T)}})}nonempty(o){return this.min(1,o)}}GT.create=(o,T)=>{return new GT({type:o,minLength:null,maxLength:null,exactLength:null,typeName:g.ZodArray,...u(T)})};function Bf(o){if(o instanceof zo){let T={};for(let f in o.shape){let n=o.shape[f];T[f]=YT.create(Bf(n))}return new zo({...o._def,shape:()=>T})}else if(o instanceof GT)return new GT({...o._def,type:Bf(o.element)});else if(o instanceof YT)return YT.create(Bf(o.unwrap()));else if(o instanceof qT)return qT.create(Bf(o.unwrap()));else if(o instanceof LT)return LT.create(o.items.map((T)=>Bf(T)));else return o}class zo extends e{constructor(){super(...arguments);this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let o=this._def.shape(),T=Ao.objectKeys(o);return this._cached={shape:o,keys:T}}_parse(o){if(this._getType(o)!==N.object){let J=this._getOrReturnCtx(o);return m(J,{code:t.invalid_type,expected:N.object,received:J.parsedType}),d}let{status:f,ctx:n}=this._processInputParams(o),{shape:S,keys:A}=this._getCached(),$=[];if(!(this._def.catchall instanceof BT&&this._def.unknownKeys==="strip")){for(let J in n.data)if(!A.includes(J))$.push(J)}let F=[];for(let J of A){let R=S[J],M=n.data[J];F.push({key:{status:"valid",value:J},value:R._parse(new ET(n,M,n.path,J)),alwaysSet:J in n.data})}if(this._def.catchall instanceof BT){let J=this._def.unknownKeys;if(J==="passthrough")for(let R of $)F.push({key:{status:"valid",value:R},value:{status:"valid",value:n.data[R]}});else if(J==="strict"){if($.length>0)m(n,{code:t.unrecognized_keys,keys:$}),f.dirty()}else if(J==="strip");else throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let J=this._def.catchall;for(let R of $){let M=n.data[R];F.push({key:{status:"valid",value:R},value:J._parse(new ET(n,M,n.path,R)),alwaysSet:R in n.data})}}if(n.common.async)return Promise.resolve().then(async()=>{let J=[];for(let R of F){let M=await R.key,_=await R.value;J.push({key:M,value:_,alwaysSet:R.alwaysSet})}return J}).then((J)=>{return uo.mergeObjectSync(f,J)});else return uo.mergeObjectSync(f,F)}get shape(){return this._def.shape()}strict(o){return x.errToObj,new zo({...this._def,unknownKeys:"strict",...o!==void 0?{errorMap:(T,f)=>{var n,S,A,$;let F=(A=(S=(n=this._def).errorMap)===null||S===void 0?void 0:S.call(n,T,f).message)!==null&&A!==void 0?A:f.defaultError;if(T.code==="unrecognized_keys")return{message:($=x.errToObj(o).message)!==null&&$!==void 0?$:F};return{message:F}}}:{}})}strip(){return new zo({...this._def,unknownKeys:"strip"})}passthrough(){return new zo({...this._def,unknownKeys:"passthrough"})}extend(o){return new zo({...this._def,shape:()=>({...this._def.shape(),...o})})}merge(o){return new zo({unknownKeys:o._def.unknownKeys,catchall:o._def.catchall,shape:()=>({...this._def.shape(),...o._def.shape()}),typeName:g.ZodObject})}setKey(o,T){return this.augment({[o]:T})}catchall(o){return new zo({...this._def,catchall:o})}pick(o){let T={};return Ao.objectKeys(o).forEach((f)=>{if(o[f]&&this.shape[f])T[f]=this.shape[f]}),new zo({...this._def,shape:()=>T})}omit(o){let T={};return Ao.objectKeys(this.shape).forEach((f)=>{if(!o[f])T[f]=this.shape[f]}),new zo({...this._def,shape:()=>T})}deepPartial(){return Bf(this)}partial(o){let T={};return Ao.objectKeys(this.shape).forEach((f)=>{let n=this.shape[f];if(o&&!o[f])T[f]=n;else T[f]=n.optional()}),new zo({...this._def,shape:()=>T})}required(o){let T={};return Ao.objectKeys(this.shape).forEach((f)=>{if(o&&!o[f])T[f]=this.shape[f];else{let S=this.shape[f];while(S instanceof YT)S=S._def.innerType;T[f]=S}}),new zo({...this._def,shape:()=>T})}keyof(){return nJ(Ao.objectKeys(this.shape))}}zo.create=(o,T)=>{return new zo({shape:()=>o,unknownKeys:"strip",catchall:BT.create(),typeName:g.ZodObject,...u(T)})};zo.strictCreate=(o,T)=>{return new zo({shape:()=>o,unknownKeys:"strict",catchall:BT.create(),typeName:g.ZodObject,...u(T)})};zo.lazycreate=(o,T)=>{return new zo({shape:o,unknownKeys:"strip",catchall:BT.create(),typeName:g.ZodObject,...u(T)})};class hf extends e{_parse(o){let{ctx:T}=this._processInputParams(o),f=this._def.options;function n(S){for(let $ of S)if($.result.status==="valid")return $.result;for(let $ of S)if($.result.status==="dirty")return T.common.issues.push(...$.ctx.common.issues),$.result;let A=S.map(($)=>new JT($.ctx.common.issues));return m(T,{code:t.invalid_union,unionErrors:A}),d}if(T.common.async)return Promise.all(f.map(async(S)=>{let A={...T,common:{...T.common,issues:[]},parent:null};return{result:await S._parseAsync({data:T.data,path:T.path,parent:A}),ctx:A}})).then(n);else{let S=void 0,A=[];for(let F of f){let J={...T,common:{...T.common,issues:[]},parent:null},R=F._parseSync({data:T.data,path:T.path,parent:J});if(R.status==="valid")return R;else if(R.status==="dirty"&&!S)S={result:R,ctx:J};if(J.common.issues.length)A.push(J.common.issues)}if(S)return T.common.issues.push(...S.ctx.common.issues),S.result;let $=A.map((F)=>new JT(F));return m(T,{code:t.invalid_union,unionErrors:$}),d}}get options(){return this._def.options}}hf.create=(o,T)=>{return new hf({options:o,typeName:g.ZodUnion,...u(T)})};var xT=(o)=>{if(o instanceof xf)return xT(o.schema);else if(o instanceof _T)return xT(o.innerType());else if(o instanceof vf)return[o.value];else if(o instanceof lT)return o.options;else if(o instanceof qf)return Ao.objectValues(o.enum);else if(o instanceof rf)return xT(o._def.innerType);else if(o instanceof jf)return[void 0];else if(o instanceof Nf)return[null];else if(o instanceof YT)return[void 0,...xT(o.unwrap())];else if(o instanceof qT)return[null,...xT(o.unwrap())];else if(o instanceof MS)return xT(o.unwrap());else if(o instanceof cf)return xT(o.unwrap());else if(o instanceof pf)return xT(o._def.innerType);else return[]};class RS extends e{_parse(o){let{ctx:T}=this._processInputParams(o);if(T.parsedType!==N.object)return m(T,{code:t.invalid_type,expected:N.object,received:T.parsedType}),d;let f=this.discriminator,n=T.data[f],S=this.optionsMap.get(n);if(!S)return m(T,{code:t.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[f]}),d;if(T.common.async)return S._parseAsync({data:T.data,path:T.path,parent:T});else return S._parseSync({data:T.data,path:T.path,parent:T})}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(o,T,f){let n=new Map;for(let S of T){let A=xT(S.shape[o]);if(!A.length)throw new Error(`A discriminator value for key \`${o}\` could not be extracted from all schema options`);for(let $ of A){if(n.has($))throw new Error(`Discriminator property ${String(o)} has duplicate value ${String($)}`);n.set($,S)}}return new RS({typeName:g.ZodDiscriminatedUnion,discriminator:o,options:T,optionsMap:n,...u(f)})}}function mA(o,T){let f=vT(o),n=vT(T);if(o===T)return{valid:!0,data:o};else if(f===N.object&&n===N.object){let S=Ao.objectKeys(T),A=Ao.objectKeys(o).filter((F)=>S.indexOf(F)!==-1),$={...o,...T};for(let F of A){let J=mA(o[F],T[F]);if(!J.valid)return{valid:!1};$[F]=J.data}return{valid:!0,data:$}}else if(f===N.array&&n===N.array){if(o.length!==T.length)return{valid:!1};let S=[];for(let A=0;A<o.length;A++){let $=o[A],F=T[A],J=mA($,F);if(!J.valid)return{valid:!1};S.push(J.data)}return{valid:!0,data:S}}else if(f===N.date&&n===N.date&&+o===+T)return{valid:!0,data:o};else return{valid:!1}}class bf extends e{_parse(o){let{status:T,ctx:f}=this._processInputParams(o),n=(S,A)=>{if(LA(S)||LA(A))return d;let $=mA(S.value,A.value);if(!$.valid)return m(f,{code:t.invalid_intersection_types}),d;if(CA(S)||CA(A))T.dirty();return{status:T.value,value:$.data}};if(f.common.async)return Promise.all([this._def.left._parseAsync({data:f.data,path:f.path,parent:f}),this._def.right._parseAsync({data:f.data,path:f.path,parent:f})]).then(([S,A])=>n(S,A));else return n(this._def.left._parseSync({data:f.data,path:f.path,parent:f}),this._def.right._parseSync({data:f.data,path:f.path,parent:f}))}}bf.create=(o,T,f)=>{return new bf({left:o,right:T,typeName:g.ZodIntersection,...u(f)})};class LT extends e{_parse(o){let{status:T,ctx:f}=this._processInputParams(o);if(f.parsedType!==N.array)return m(f,{code:t.invalid_type,expected:N.array,received:f.parsedType}),d;if(f.data.length<this._def.items.length)return m(f,{code:t.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),d;if(!this._def.rest&&f.data.length>this._def.items.length)m(f,{code:t.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),T.dirty();let S=[...f.data].map((A,$)=>{let F=this._def.items[$]||this._def.rest;if(!F)return null;return F._parse(new ET(f,A,f.path,$))}).filter((A)=>!!A);if(f.common.async)return Promise.all(S).then((A)=>{return uo.mergeArray(T,A)});else return uo.mergeArray(T,S)}get items(){return this._def.items}rest(o){return new LT({...this._def,rest:o})}}LT.create=(o,T)=>{if(!Array.isArray(o))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new LT({items:o,typeName:g.ZodTuple,rest:null,...u(T)})};class Xn extends e{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(o){let{status:T,ctx:f}=this._processInputParams(o);if(f.parsedType!==N.object)return m(f,{code:t.invalid_type,expected:N.object,received:f.parsedType}),d;let n=[],S=this._def.keyType,A=this._def.valueType;for(let $ in f.data)n.push({key:S._parse(new ET(f,$,f.path,$)),value:A._parse(new ET(f,f.data[$],f.path,$)),alwaysSet:$ in f.data});if(f.common.async)return uo.mergeObjectAsync(T,n);else return uo.mergeObjectSync(T,n)}get element(){return this._def.valueType}static create(o,T,f){if(T instanceof e)return new Xn({keyType:o,valueType:T,typeName:g.ZodRecord,...u(f)});return new Xn({keyType:KT.create(),valueType:o,typeName:g.ZodRecord,...u(T)})}}class Hn extends e{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(o){let{status:T,ctx:f}=this._processInputParams(o);if(f.parsedType!==N.map)return m(f,{code:t.invalid_type,expected:N.map,received:f.parsedType}),d;let n=this._def.keyType,S=this._def.valueType,A=[...f.data.entries()].map(([$,F],J)=>{return{key:n._parse(new ET(f,$,f.path,[J,"key"])),value:S._parse(new ET(f,F,f.path,[J,"value"]))}});if(f.common.async){let $=new Map;return Promise.resolve().then(async()=>{for(let F of A){let J=await F.key,R=await F.value;if(J.status==="aborted"||R.status==="aborted")return d;if(J.status==="dirty"||R.status==="dirty")T.dirty();$.set(J.value,R.value)}return{status:T.value,value:$}})}else{let $=new Map;for(let F of A){let{key:J,value:R}=F;if(J.status==="aborted"||R.status==="aborted")return d;if(J.status==="dirty"||R.status==="dirty")T.dirty();$.set(J.value,R.value)}return{status:T.value,value:$}}}}Hn.create=(o,T,f)=>{return new Hn({valueType:T,keyType:o,typeName:g.ZodMap,...u(f)})};class Mf extends e{_parse(o){let{status:T,ctx:f}=this._processInputParams(o);if(f.parsedType!==N.set)return m(f,{code:t.invalid_type,expected:N.set,received:f.parsedType}),d;let n=this._def;if(n.minSize!==null){if(f.data.size<n.minSize.value)m(f,{code:t.too_small,minimum:n.minSize.value,type:"set",inclusive:!0,exact:!1,message:n.minSize.message}),T.dirty()}if(n.maxSize!==null){if(f.data.size>n.maxSize.value)m(f,{code:t.too_big,maximum:n.maxSize.value,type:"set",inclusive:!0,exact:!1,message:n.maxSize.message}),T.dirty()}let S=this._def.valueType;function A(F){let J=new Set;for(let R of F){if(R.status==="aborted")return d;if(R.status==="dirty")T.dirty();J.add(R.value)}return{status:T.value,value:J}}let $=[...f.data.values()].map((F,J)=>S._parse(new ET(f,F,f.path,J)));if(f.common.async)return Promise.all($).then((F)=>A(F));else return A($)}min(o,T){return new Mf({...this._def,minSize:{value:o,message:x.toString(T)}})}max(o,T){return new Mf({...this._def,maxSize:{value:o,message:x.toString(T)}})}size(o,T){return this.min(o,T).max(o,T)}nonempty(o){return this.min(1,o)}}Mf.create=(o,T)=>{return new Mf({valueType:o,minSize:null,maxSize:null,typeName:g.ZodSet,...u(T)})};class Cf extends e{constructor(){super(...arguments);this.validate=this.implement}_parse(o){let{ctx:T}=this._processInputParams(o);if(T.parsedType!==N.function)return m(T,{code:t.invalid_type,expected:N.function,received:T.parsedType}),d;function f($,F){return FS({data:$,path:T.path,errorMaps:[T.common.contextualErrorMap,T.schemaErrorMap,$S(),mf].filter((J)=>!!J),issueData:{code:t.invalid_arguments,argumentsError:F}})}function n($,F){return FS({data:$,path:T.path,errorMaps:[T.common.contextualErrorMap,T.schemaErrorMap,$S(),mf].filter((J)=>!!J),issueData:{code:t.invalid_return_type,returnTypeError:F}})}let S={errorMap:T.common.contextualErrorMap},A=T.data;if(this._def.returns instanceof Wf){let $=this;return ao(async function(...F){let J=new JT([]),R=await $._def.args.parseAsync(F,S).catch((w)=>{throw J.addIssue(f(F,w)),J}),M=await Reflect.apply(A,this,R);return await $._def.returns._def.type.parseAsync(M,S).catch((w)=>{throw J.addIssue(n(M,w)),J})})}else{let $=this;return ao(function(...F){let J=$._def.args.safeParse(F,S);if(!J.success)throw new JT([f(F,J.error)]);let R=Reflect.apply(A,this,J.data),M=$._def.returns.safeParse(R,S);if(!M.success)throw new JT([n(R,M.error)]);return M.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...o){return new Cf({...this._def,args:LT.create(o).rest(iT.create())})}returns(o){return new Cf({...this._def,returns:o})}implement(o){return this.parse(o)}strictImplement(o){return this.parse(o)}static create(o,T,f){return new Cf({args:o?o:LT.create([]).rest(iT.create()),returns:T||iT.create(),typeName:g.ZodFunction,...u(f)})}}class xf extends e{get schema(){return this._def.getter()}_parse(o){let{ctx:T}=this._processInputParams(o);return this._def.getter()._parse({data:T.data,path:T.path,parent:T})}}xf.create=(o,T)=>{return new xf({getter:o,typeName:g.ZodLazy,...u(T)})};class vf extends e{_parse(o){if(o.data!==this._def.value){let T=this._getOrReturnCtx(o);return m(T,{received:T.data,code:t.invalid_literal,expected:this._def.value}),d}return{status:"valid",value:o.data}}get value(){return this._def.value}}vf.create=(o,T)=>{return new vf({value:o,typeName:g.ZodLiteral,...u(T)})};function nJ(o,T){return new lT({values:o,typeName:g.ZodEnum,...u(T)})}class lT extends e{constructor(){super(...arguments);On.set(this,void 0)}_parse(o){if(typeof o.data!=="string"){let T=this._getOrReturnCtx(o),f=this._def.values;return m(T,{expected:Ao.joinValues(f),received:T.parsedType,code:t.invalid_type}),d}if(!JS(this,On,"f"))aF(this,On,new Set(this._def.values),"f");if(!JS(this,On,"f").has(o.data)){let T=this._getOrReturnCtx(o),f=this._def.values;return m(T,{received:T.data,code:t.invalid_enum_value,options:f}),d}return ao(o.data)}get options(){return this._def.values}get enum(){let o={};for(let T of this._def.values)o[T]=T;return o}get Values(){let o={};for(let T of this._def.values)o[T]=T;return o}get Enum(){let o={};for(let T of this._def.values)o[T]=T;return o}extract(o,T=this._def){return lT.create(o,{...this._def,...T})}exclude(o,T=this._def){return lT.create(this.options.filter((f)=>!o.includes(f)),{...this._def,...T})}}On=new WeakMap;lT.create=nJ;class qf extends e{constructor(){super(...arguments);kn.set(this,void 0)}_parse(o){let T=Ao.getValidEnumValues(this._def.values),f=this._getOrReturnCtx(o);if(f.parsedType!==N.string&&f.parsedType!==N.number){let n=Ao.objectValues(T);return m(f,{expected:Ao.joinValues(n),received:f.parsedType,code:t.invalid_type}),d}if(!JS(this,kn,"f"))aF(this,kn,new Set(Ao.getValidEnumValues(this._def.values)),"f");if(!JS(this,kn,"f").has(o.data)){let n=Ao.objectValues(T);return m(f,{received:f.data,code:t.invalid_enum_value,options:n}),d}return ao(o.data)}get enum(){return this._def.values}}kn=new WeakMap;qf.create=(o,T)=>{return new qf({values:o,typeName:g.ZodNativeEnum,...u(T)})};class Wf extends e{unwrap(){return this._def.type}_parse(o){let{ctx:T}=this._processInputParams(o);if(T.parsedType!==N.promise&&T.common.async===!1)return m(T,{code:t.invalid_type,expected:N.promise,received:T.parsedType}),d;let f=T.parsedType===N.promise?T.data:Promise.resolve(T.data);return ao(f.then((n)=>{return this._def.type.parseAsync(n,{path:T.path,errorMap:T.common.contextualErrorMap})}))}}Wf.create=(o,T)=>{return new Wf({type:o,typeName:g.ZodPromise,...u(T)})};class _T extends e{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===g.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(o){let{status:T,ctx:f}=this._processInputParams(o),n=this._def.effect||null,S={addIssue:(A)=>{if(m(f,A),A.fatal)T.abort();else T.dirty()},get path(){return f.path}};if(S.addIssue=S.addIssue.bind(S),n.type==="preprocess"){let A=n.transform(f.data,S);if(f.common.async)return Promise.resolve(A).then(async($)=>{if(T.value==="aborted")return d;let F=await this._def.schema._parseAsync({data:$,path:f.path,parent:f});if(F.status==="aborted")return d;if(F.status==="dirty")return Lf(F.value);if(T.value==="dirty")return Lf(F.value);return F});else{if(T.value==="aborted")return d;let $=this._def.schema._parseSync({data:A,path:f.path,parent:f});if($.status==="aborted")return d;if($.status==="dirty")return Lf($.value);if(T.value==="dirty")return Lf($.value);return $}}if(n.type==="refinement"){let A=($)=>{let F=n.refinement($,S);if(f.common.async)return Promise.resolve(F);if(F instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return $};if(f.common.async===!1){let $=this._def.schema._parseSync({data:f.data,path:f.path,parent:f});if($.status==="aborted")return d;if($.status==="dirty")T.dirty();return A($.value),{status:T.value,value:$.value}}else return this._def.schema._parseAsync({data:f.data,path:f.path,parent:f}).then(($)=>{if($.status==="aborted")return d;if($.status==="dirty")T.dirty();return A($.value).then(()=>{return{status:T.value,value:$.value}})})}if(n.type==="transform")if(f.common.async===!1){let A=this._def.schema._parseSync({data:f.data,path:f.path,parent:f});if(!Ff(A))return A;let $=n.transform(A.value,S);if($ instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:T.value,value:$}}else return this._def.schema._parseAsync({data:f.data,path:f.path,parent:f}).then((A)=>{if(!Ff(A))return A;return Promise.resolve(n.transform(A.value,S)).then(($)=>({status:T.value,value:$}))});Ao.assertNever(n)}}_T.create=(o,T,f)=>{return new _T({schema:o,typeName:g.ZodEffects,effect:T,...u(f)})};_T.createWithPreprocess=(o,T,f)=>{return new _T({schema:T,effect:{type:"preprocess",transform:o},typeName:g.ZodEffects,...u(f)})};class YT extends e{_parse(o){if(this._getType(o)===N.undefined)return ao(void 0);return this._def.innerType._parse(o)}unwrap(){return this._def.innerType}}YT.create=(o,T)=>{return new YT({innerType:o,typeName:g.ZodOptional,...u(T)})};class qT extends e{_parse(o){if(this._getType(o)===N.null)return ao(null);return this._def.innerType._parse(o)}unwrap(){return this._def.innerType}}qT.create=(o,T)=>{return new qT({innerType:o,typeName:g.ZodNullable,...u(T)})};class rf extends e{_parse(o){let{ctx:T}=this._processInputParams(o),f=T.data;if(T.parsedType===N.undefined)f=this._def.defaultValue();return this._def.innerType._parse({data:f,path:T.path,parent:T})}removeDefault(){return this._def.innerType}}rf.create=(o,T)=>{return new rf({innerType:o,typeName:g.ZodDefault,defaultValue:typeof T.default==="function"?T.default:()=>T.default,...u(T)})};class pf extends e{_parse(o){let{ctx:T}=this._processInputParams(o),f={...T,common:{...T.common,issues:[]}},n=this._def.innerType._parse({data:f.data,path:f.path,parent:{...f}});if(_n(n))return n.then((S)=>{return{status:"valid",value:S.status==="valid"?S.value:this._def.catchValue({get error(){return new JT(f.common.issues)},input:f.data})}});else return{status:"valid",value:n.status==="valid"?n.value:this._def.catchValue({get error(){return new JT(f.common.issues)},input:f.data})}}removeCatch(){return this._def.innerType}}pf.create=(o,T)=>{return new pf({innerType:o,typeName:g.ZodCatch,catchValue:typeof T.catch==="function"?T.catch:()=>T.catch,...u(T)})};class Kn extends e{_parse(o){if(this._getType(o)!==N.nan){let f=this._getOrReturnCtx(o);return m(f,{code:t.invalid_type,expected:N.nan,received:f.parsedType}),d}return{status:"valid",value:o.data}}}Kn.create=(o)=>{return new Kn({typeName:g.ZodNaN,...u(o)})};var OW=Symbol("zod_brand");class MS extends e{_parse(o){let{ctx:T}=this._processInputParams(o),f=T.data;return this._def.type._parse({data:f,path:T.path,parent:T})}unwrap(){return this._def.type}}class Gn extends e{_parse(o){let{status:T,ctx:f}=this._processInputParams(o);if(f.common.async)return(async()=>{let S=await this._def.in._parseAsync({data:f.data,path:f.path,parent:f});if(S.status==="aborted")return d;if(S.status==="dirty")return T.dirty(),Lf(S.value);else return this._def.out._parseAsync({data:S.value,path:f.path,parent:f})})();else{let n=this._def.in._parseSync({data:f.data,path:f.path,parent:f});if(n.status==="aborted")return d;if(n.status==="dirty")return T.dirty(),{status:"dirty",value:n.value};else return this._def.out._parseSync({data:n.value,path:f.path,parent:f})}}static create(o,T){return new Gn({in:o,out:T,typeName:g.ZodPipeline})}}class cf extends e{_parse(o){let T=this._def.innerType._parse(o),f=(n)=>{if(Ff(n))n.value=Object.freeze(n.value);return n};return _n(T)?T.then((n)=>f(n)):f(T)}unwrap(){return this._def.innerType}}cf.create=(o,T)=>{return new cf({innerType:o,typeName:g.ZodReadonly,...u(T)})};function uF(o,T){let f=typeof o==="function"?o(T):typeof o==="string"?{message:o}:o;return typeof f==="string"?{message:f}:f}function SJ(o,T={},f){if(o)return Rf.create().superRefine((n,S)=>{var A,$;let F=o(n);if(F instanceof Promise)return F.then((J)=>{var R,M;if(!J){let _=uF(T,n),w=(M=(R=_.fatal)!==null&&R!==void 0?R:f)!==null&&M!==void 0?M:!0;S.addIssue({code:"custom",..._,fatal:w})}});if(!F){let J=uF(T,n),R=($=(A=J.fatal)!==null&&A!==void 0?A:f)!==null&&$!==void 0?$:!0;S.addIssue({code:"custom",...J,fatal:R})}return});return Rf.create()}var kW={object:zo.lazycreate},g;(function(o){o.ZodString="ZodString",o.ZodNumber="ZodNumber",o.ZodNaN="ZodNaN",o.ZodBigInt="ZodBigInt",o.ZodBoolean="ZodBoolean",o.ZodDate="ZodDate",o.ZodSymbol="ZodSymbol",o.ZodUndefined="ZodUndefined",o.ZodNull="ZodNull",o.ZodAny="ZodAny",o.ZodUnknown="ZodUnknown",o.ZodNever="ZodNever",o.ZodVoid="ZodVoid",o.ZodArray="ZodArray",o.ZodObject="ZodObject",o.ZodUnion="ZodUnion",o.ZodDiscriminatedUnion="ZodDiscriminatedUnion",o.ZodIntersection="ZodIntersection",o.ZodTuple="ZodTuple",o.ZodRecord="ZodRecord",o.ZodMap="ZodMap",o.ZodSet="ZodSet",o.ZodFunction="ZodFunction",o.ZodLazy="ZodLazy",o.ZodLiteral="ZodLiteral",o.ZodEnum="ZodEnum",o.ZodEffects="ZodEffects",o.ZodNativeEnum="ZodNativeEnum",o.ZodOptional="ZodOptional",o.ZodNullable="ZodNullable",o.ZodDefault="ZodDefault",o.ZodCatch="ZodCatch",o.ZodPromise="ZodPromise",o.ZodBranded="ZodBranded",o.ZodPipeline="ZodPipeline",o.ZodReadonly="ZodReadonly"})(g||(g={}));var _W=(o,T={message:`Input not instance of ${o.name}`})=>SJ((f)=>f instanceof o,T),AJ=KT.create,$J=gT.create,wW=Kn.create,yW=dT.create,FJ=If.create,XW=Jf.create,HW=wn.create,KW=jf.create,GW=Nf.create,YW=Rf.create,EW=iT.create,tW=BT.create,zW=yn.create,QW=GT.create,DW=zo.create,UW=zo.strictCreate,VW=hf.create,BW=RS.create,LW=bf.create,CW=LT.create,mW=Xn.create,IW=Hn.create,jW=Mf.create,NW=Cf.create,hW=xf.create,bW=vf.create,xW=lT.create,vW=qf.create,qW=Wf.create,eF=_T.create,rW=YT.create,pW=qT.create,cW=_T.createWithPreprocess,ZW=Gn.create,PW=()=>AJ().optional(),iW=()=>$J().optional(),gW=()=>FJ().optional(),dW={string:(o)=>KT.create({...o,coerce:!0}),number:(o)=>gT.create({...o,coerce:!0}),boolean:(o)=>If.create({...o,coerce:!0}),bigint:(o)=>dT.create({...o,coerce:!0}),date:(o)=>Jf.create({...o,coerce:!0})},lW=d,Yo=Object.freeze({__proto__:null,defaultErrorMap:mf,setErrorMap:cM,getErrorMap:$S,makeIssue:FS,EMPTY_PATH:ZM,addIssueToContext:m,ParseStatus:uo,INVALID:d,DIRTY:Lf,OK:ao,isAborted:LA,isDirty:CA,isValid:Ff,isAsync:_n,get util(){return Ao},get objectUtil(){return BA},ZodParsedType:N,getParsedType:vT,ZodType:e,datetimeRegex:fJ,ZodString:KT,ZodNumber:gT,ZodBigInt:dT,ZodBoolean:If,ZodDate:Jf,ZodSymbol:wn,ZodUndefined:jf,ZodNull:Nf,ZodAny:Rf,ZodUnknown:iT,ZodNever:BT,ZodVoid:yn,ZodArray:GT,ZodObject:zo,ZodUnion:hf,ZodDiscriminatedUnion:RS,ZodIntersection:bf,ZodTuple:LT,ZodRecord:Xn,ZodMap:Hn,ZodSet:Mf,ZodFunction:Cf,ZodLazy:xf,ZodLiteral:vf,ZodEnum:lT,ZodNativeEnum:qf,ZodPromise:Wf,ZodEffects:_T,ZodTransformer:_T,ZodOptional:YT,ZodNullable:qT,ZodDefault:rf,ZodCatch:pf,ZodNaN:Kn,BRAND:OW,ZodBranded:MS,ZodPipeline:Gn,ZodReadonly:cf,custom:SJ,Schema:e,ZodSchema:e,late:kW,get ZodFirstPartyTypeKind(){return g},coerce:dW,any:YW,array:QW,bigint:yW,boolean:FJ,date:XW,discriminatedUnion:BW,effect:eF,enum:xW,function:NW,instanceof:_W,intersection:LW,lazy:hW,literal:bW,map:IW,nan:wW,nativeEnum:vW,never:tW,null:GW,nullable:pW,number:$J,object:DW,oboolean:gW,onumber:iW,optional:rW,ostring:PW,pipeline:ZW,preprocess:cW,promise:qW,record:mW,set:jW,strictObject:UW,string:AJ,symbol:HW,transformer:eF,tuple:CW,undefined:KW,union:VW,unknown:EW,void:zW,NEVER:lW,ZodIssueCode:t,quotelessJson:pM,ZodError:JT});var uW="__vite_start_time"in globalThis,eW=typeof window!=="undefined",n6="vitest"in globalThis,tT=dF({isServer:!uW&&!eW,server:{CI:Yo.string().transform((o)=>!0).optional(),POSTGRES_USER:Yo.string(),POSTGRES_PASSWORD:Yo.string(),POSTGRES_DATABASE:Yo.string(),POSTGRES_HOST:Yo.string(),POSTGRES_PORT:Yo.string().transform((o)=>Number.parseInt(o,10)),BACKEND_PORT:Yo.string().transform((o)=>Number.parseInt(o,10)),RUN_WORKERS_FROM_SOURCE:Yo.union([Yo.literal("true"),Yo.literal("false")]).optional().transform((o)=>o==="true"),FRONTEND_PORT:Yo.string().transform((o)=>Number.parseInt(o,10)),FRONTEND_ORIGINS:Yo.string().transform((o)=>JSON.parse(o)).pipe(Yo.array(Yo.string())),OPENAI_API_KEY:Yo.string().optional()},clientPrefix:"VITE_",client:{VITE_BACKEND_ORIGIN:Yo.string(),VITE_USE_SELF_SIGNED_CERTIFICATE:Yo.union([Yo.literal("true"),Yo.literal("false")]).optional().transform((o)=>o==="true")},runtimeEnv:import.meta.env,emptyStringAsUndefined:!0});var RJ=IA(import.meta.dirname,"../dev"),MJ=tT.VITE_USE_SELF_SIGNED_CERTIFICATE?{cert:JJ(IA(RJ,"./cert.pem"),"utf-8"),key:JJ(IA(RJ,"./key.pem"),"utf-8")}:void 0;import aO from"path";var O=Symbol.for("drizzle:entityKind"),R6=Symbol.for("drizzle:hasOwnEntityKind");function H(o,T){if(!o||typeof o!=="object")return!1;if(o instanceof T)return!0;if(!Object.prototype.hasOwnProperty.call(T,O))throw new Error(`Class "${T.name??"<unknown>"}" doesn't look like a Drizzle entity. If this is incorrect and the class is provided by Drizzle, please report this as a bug.`);let f=Object.getPrototypeOf(o).constructor;if(f)while(f){if(O in f&&f[O]===T[O])return!0;f=Object.getPrototypeOf(f)}return!1}class _o{constructor(o,T){this.table=o,this.config=T,this.name=T.name,this.keyAsName=T.keyAsName,this.notNull=T.notNull,this.default=T.default,this.defaultFn=T.defaultFn,this.onUpdateFn=T.onUpdateFn,this.hasDefault=T.hasDefault,this.primary=T.primaryKey,this.isUnique=T.isUnique,this.uniqueName=T.uniqueName,this.uniqueType=T.uniqueType,this.dataType=T.dataType,this.columnType=T.columnType,this.generated=T.generated,this.generatedIdentity=T.generatedIdentity}static[O]="Column";name;keyAsName;primary;notNull;default;defaultFn;onUpdateFn;hasDefault;isUnique;uniqueName;uniqueType;dataType;columnType;enumValues=void 0;generated=void 0;generatedIdentity=void 0;config;mapFromDriverValue(o){return o}mapToDriverValue(o){return o}shouldDisableInsert(){return this.config.generated!==void 0&&this.config.generated.type!=="byDefault"}}class jA{static[O]="ColumnBuilder";config;constructor(o,T,f){this.config={name:o,keyAsName:o==="",notNull:!1,default:void 0,hasDefault:!1,primaryKey:!1,isUnique:!1,uniqueName:void 0,uniqueType:void 0,dataType:T,columnType:f,generated:void 0}}$type(){return this}notNull(){return this.config.notNull=!0,this}default(o){return this.config.default=o,this.config.hasDefault=!0,this}$defaultFn(o){return this.config.defaultFn=o,this.config.hasDefault=!0,this}$default=this.$defaultFn;$onUpdateFn(o){return this.config.onUpdateFn=o,this.config.hasDefault=!0,this}$onUpdate=this.$onUpdateFn;primaryKey(){return this.config.primaryKey=!0,this.config.notNull=!0,this}setName(o){if(this.config.name!=="")return;this.config.name=o}}var zT=Symbol.for("drizzle:Name");class NA{static[O]="PgForeignKeyBuilder";reference;_onUpdate="no action";_onDelete="no action";constructor(o,T){if(this.reference=()=>{let{name:f,columns:n,foreignColumns:S}=o();return{name:f,columns:n,foreignTable:S[0].table,foreignColumns:S}},T)this._onUpdate=T.onUpdate,this._onDelete=T.onDelete}onUpdate(o){return this._onUpdate=o===void 0?"no action":o,this}onDelete(o){return this._onDelete=o===void 0?"no action":o,this}build(o){return new WJ(o,this)}}class WJ{constructor(o,T){this.table=o,this.reference=T.reference,this.onUpdate=T._onUpdate,this.onDelete=T._onDelete}static[O]="PgForeignKey";reference;onUpdate;onDelete;getName(){let{name:o,columns:T,foreignColumns:f}=this.reference(),n=T.map(($)=>$.name),S=f.map(($)=>$.name),A=[this.table[zT],...n,f[0].table[zT],...S];return o??`${A.join("_")}_fk`}}function WS(o,...T){return o(...T)}function OJ(o,T){return`${o[zT]}_${T.join("_")}_unique`}function kJ(o,T,f){for(let n=T;n<o.length;n++){let S=o[n];if(S==="\\"){n++;continue}if(S==='"')return[o.slice(T,n).replace(/\\/g,""),n+1];if(f)continue;if(S===","||S==="}")return[o.slice(T,n).replace(/\\/g,""),n]}return[o.slice(T).replace(/\\/g,""),o.length]}function _J(o,T=0){let f=[],n=T,S=!1;while(n<o.length){let A=o[n];if(A===","){if(S||n===T)f.push("");S=!0,n++;continue}if(S=!1,A==="\\"){n+=2;continue}if(A==='"'){let[J,R]=kJ(o,n+1,!0);f.push(J),n=R;continue}if(A==="}")return[f,n+1];if(A==="{"){let[J,R]=_J(o,n+1);f.push(J),n=R;continue}let[$,F]=kJ(o,n,!1);f.push($),n=F}return[f,n]}function wJ(o){let[T]=_J(o,1);return T}function hA(o){return`{${o.map((T)=>{if(Array.isArray(T))return hA(T);if(typeof T==="string")return`"${T.replace(/\\/g,"\\\\").replace(/"/g,"\\\"")}"`;return`${T}`}).join(",")}}`}class b extends jA{foreignKeyConfigs=[];static[O]="PgColumnBuilder";array(o){return new XJ(this.config.name,this,o)}references(o,T={}){return this.foreignKeyConfigs.push({ref:o,actions:T}),this}unique(o,T){return this.config.isUnique=!0,this.config.uniqueName=o,this.config.uniqueType=T?.nulls,this}generatedAlwaysAs(o){return this.config.generated={as:o,type:"always",mode:"stored"},this}buildForeignKeys(o,T){return this.foreignKeyConfigs.map(({ref:f,actions:n})=>{return WS((S,A)=>{let $=new NA(()=>{let F=S();return{columns:[o],foreignColumns:[F]}});if(A.onUpdate)$.onUpdate(A.onUpdate);if(A.onDelete)$.onDelete(A.onDelete);return $.build(T)},f,n)})}buildExtraConfigColumn(o){return new yJ(o,this.config)}}class V extends _o{constructor(o,T){if(!T.uniqueName)T.uniqueName=OJ(o,[T.name]);super(o,T);this.table=o}static[O]="PgColumn"}class yJ extends V{static[O]="ExtraConfigColumn";getSQLType(){return this.getSQLType()}indexConfig={order:this.config.order??"asc",nulls:this.config.nulls??"last",opClass:this.config.opClass};defaultConfig={order:"asc",nulls:"last",opClass:void 0};asc(){return this.indexConfig.order="asc",this}desc(){return this.indexConfig.order="desc",this}nullsFirst(){return this.indexConfig.nulls="first",this}nullsLast(){return this.indexConfig.nulls="last",this}op(o){return this.indexConfig.opClass=o,this}}class Yn{static[O]="IndexedColumn";constructor(o,T,f,n){this.name=o,this.keyAsName=T,this.type=f,this.indexConfig=n}name;keyAsName;type;indexConfig}class XJ extends b{static[O]="PgArrayBuilder";constructor(o,T,f){super(o,"array","PgArray");this.config.baseBuilder=T,this.config.size=f}build(o){let T=this.config.baseBuilder.build(o);return new bA(o,this.config,T)}}class bA extends V{constructor(o,T,f,n){super(o,T);this.baseColumn=f,this.range=n,this.size=T.size}size;static[O]="PgArray";getSQLType(){return`${this.baseColumn.getSQLType()}[${typeof this.size==="number"?this.size:""}]`}mapFromDriverValue(o){if(typeof o==="string")o=wJ(o);return o.map((T)=>this.baseColumn.mapFromDriverValue(T))}mapToDriverValue(o,T=!1){let f=o.map((n)=>n===null?null:H(this.baseColumn,bA)?this.baseColumn.mapToDriverValue(n,!0):this.baseColumn.mapToDriverValue(n));if(T)return f;return hA(f)}}var xA=Symbol.for("drizzle:isPgEnum");function HJ(o){return!!o&&typeof o==="function"&&xA in o&&o[xA]===!0}class KJ extends b{static[O]="PgEnumColumnBuilder";constructor(o,T){super(o,"string","PgEnumColumn");this.config.enum=T}build(o){return new GJ(o,this.config)}}class GJ extends V{static[O]="PgEnumColumn";enum=this.config.enum;enumValues=this.config.enum.enumValues;constructor(o,T){super(o,T);this.enum=T.enum}getSQLType(){return this.enum.enumName}}function OS(o,T){return sW(o,T,void 0)}function sW(o,T,f){let n=Object.assign((S)=>new KJ(S??"",n),{enumName:o,enumValues:T,schema:f,[xA]:!0});return n}class bo{static[O]="Subquery";constructor(o,T,f,n=!1){this._={brand:"Subquery",sql:o,selectedFields:T,alias:f,isWith:n}}}class En extends bo{static[O]="WithSubquery"}var YJ="0.40.0";var vA,qA,wo={startActiveSpan(o,T){if(!vA)return T();if(!qA)qA=vA.trace.getTracer("drizzle-orm",YJ);return WS((f,n)=>n.startActiveSpan(o,(S)=>{try{return T(S)}catch(A){throw S.setStatus({code:f.SpanStatusCode.ERROR,message:A instanceof Error?A.message:"Unknown error"}),A}finally{S.end()}}),vA,qA)}};var Ho=Symbol.for("drizzle:ViewBaseConfig");var kS=Symbol.for("drizzle:Schema"),_S=Symbol.for("drizzle:Columns"),EJ=Symbol.for("drizzle:ExtraConfigColumns"),rA=Symbol.for("drizzle:OriginalName"),pA=Symbol.for("drizzle:BaseName"),tn=Symbol.for("drizzle:IsAlias"),tJ=Symbol.for("drizzle:ExtraConfigBuilder"),aW=Symbol.for("drizzle:IsDrizzleTable");class I{static[O]="Table";static Symbol={Name:zT,Schema:kS,OriginalName:rA,Columns:_S,ExtraConfigColumns:EJ,BaseName:pA,IsAlias:tn,ExtraConfigBuilder:tJ};[zT];[rA];[kS];[_S];[EJ];[pA];[tn]=!1;[aW]=!0;[tJ]=void 0;constructor(o,T,f){this[zT]=this[rA]=o,this[kS]=T,this[pA]=f}}function qo(o){return o[zT]}function Of(o){return`${o[kS]??"public"}.${o[zT]}`}function cA(o){return o!==null&&o!==void 0&&typeof o.getSQL==="function"}function oO(o){let T={sql:"",params:[]};for(let f of o)if(T.sql+=f.sql,T.params.push(...f.params),f.typings?.length){if(!T.typings)T.typings=[];T.typings.push(...f.typings)}return T}class xo{static[O]="StringChunk";value;constructor(o){this.value=Array.isArray(o)?o:[o]}getSQL(){return new j([this])}}class j{constructor(o){this.queryChunks=o}static[O]="SQL";decoder=QJ;shouldInlineParams=!1;append(o){return this.queryChunks.push(...o.queryChunks),this}toQuery(o){return wo.startActiveSpan("drizzle.buildSQL",(T)=>{let f=this.buildQueryFromSourceParams(this.queryChunks,o);return T?.setAttributes({"drizzle.query.text":f.sql,"drizzle.query.params":JSON.stringify(f.params)}),f})}buildQueryFromSourceParams(o,T){let f=Object.assign({},T,{inlineParams:T.inlineParams||this.shouldInlineParams,paramStartIndex:T.paramStartIndex||{value:0}}),{casing:n,escapeName:S,escapeParam:A,prepareTyping:$,inlineParams:F,paramStartIndex:J}=f;return oO(o.map((R)=>{if(H(R,xo))return{sql:R.value.join(""),params:[]};if(H(R,wS))return{sql:S(R.value),params:[]};if(R===void 0)return{sql:"",params:[]};if(Array.isArray(R)){let M=[new xo("(")];for(let[_,w]of R.entries())if(M.push(w),_<R.length-1)M.push(new xo(", "));return M.push(new xo(")")),this.buildQueryFromSourceParams(M,f)}if(H(R,j))return this.buildQueryFromSourceParams(R.queryChunks,{...f,inlineParams:F||R.shouldInlineParams});if(H(R,I)){let M=R[I.Symbol.Schema],_=R[I.Symbol.Name];return{sql:M===void 0||R[tn]?S(_):S(M)+"."+S(_),params:[]}}if(H(R,_o)){let M=n.getColumnCasing(R);if(T.invokeSource==="indexes")return{sql:S(M),params:[]};let _=R.table[I.Symbol.Schema];return{sql:R.table[tn]||_===void 0?S(R.table[I.Symbol.Name])+"."+S(M):S(_)+"."+S(R.table[I.Symbol.Name])+"."+S(M),params:[]}}if(H(R,ST)){let M=R[Ho].schema,_=R[Ho].name;return{sql:M===void 0||R[Ho].isAlias?S(_):S(M)+"."+S(_),params:[]}}if(H(R,RT)){if(H(R.value,uT))return{sql:A(J.value++,R),params:[R],typings:["none"]};let M=R.value===null?null:R.encoder.mapToDriverValue(R.value);if(H(M,j))return this.buildQueryFromSourceParams([M],f);if(F)return{sql:this.mapInlineParam(M,f),params:[]};let _=["none"];if($)_=[$(R.encoder)];return{sql:A(J.value++,M),params:[M],typings:_}}if(H(R,uT))return{sql:A(J.value++,R),params:[R],typings:["none"]};if(H(R,j.Aliased)&&R.fieldAlias!==void 0)return{sql:S(R.fieldAlias),params:[]};if(H(R,bo)){if(R._.isWith)return{sql:S(R._.alias),params:[]};return this.buildQueryFromSourceParams([new xo("("),R._.sql,new xo(") "),new wS(R._.alias)],f)}if(HJ(R)){if(R.schema)return{sql:S(R.schema)+"."+S(R.enumName),params:[]};return{sql:S(R.enumName),params:[]}}if(cA(R)){if(R.shouldOmitSQLParens?.())return this.buildQueryFromSourceParams([R.getSQL()],f);return this.buildQueryFromSourceParams([new xo("("),R.getSQL(),new xo(")")],f)}if(F)return{sql:this.mapInlineParam(R,f),params:[]};return{sql:A(J.value++,R),params:[R],typings:["none"]}}))}mapInlineParam(o,{escapeString:T}){if(o===null)return"null";if(typeof o==="number"||typeof o==="boolean")return o.toString();if(typeof o==="string")return T(o);if(typeof o==="object"){let f=o.toString();if(f==="[object Object]")return T(JSON.stringify(o));return T(f)}throw new Error("Unexpected param value: "+o)}getSQL(){return this}as(o){if(o===void 0)return this;return new j.Aliased(this,o)}mapWith(o){return this.decoder=typeof o==="function"?{mapFromDriverValue:o}:o,this}inlineParams(){return this.shouldInlineParams=!0,this}if(o){return o?this:void 0}}class wS{constructor(o){this.value=o}static[O]="Name";brand;getSQL(){return new j([this])}}function zJ(o){return typeof o==="object"&&o!==null&&"mapToDriverValue"in o&&typeof o.mapToDriverValue==="function"}var QJ={mapFromDriverValue:(o)=>o},DJ={mapToDriverValue:(o)=>o},e6={...QJ,...DJ};class RT{constructor(o,T=DJ){this.value=o,this.encoder=T}static[O]="Param";brand;getSQL(){return new j([this])}}function k(o,...T){let f=[];if(T.length>0||o.length>0&&o[0]!=="")f.push(new xo(o[0]));for(let[n,S]of T.entries())f.push(S,new xo(o[n+1]));return new j(f)}((o)=>{function T(){return new j([])}o.empty=T;function f(J){return new j(J)}o.fromList=f;function n(J){return new j([new xo(J)])}o.raw=n;function S(J,R){let M=[];for(let[_,w]of J.entries()){if(_>0&&R!==void 0)M.push(R);M.push(w)}return new j(M)}o.join=S;function A(J){return new wS(J)}o.identifier=A;function $(J){return new uT(J)}o.placeholder=$;function F(J,R){return new RT(J,R)}o.param=F})(k||(k={}));((o)=>{class T{constructor(f,n){this.sql=f,this.fieldAlias=n}static[O]="SQL.Aliased";isSelectionField=!1;getSQL(){return this.sql}clone(){return new T(this.sql,this.fieldAlias)}}o.Aliased=T})(j||(j={}));class uT{constructor(o){this.name=o}static[O]="Placeholder";getSQL(){return new j([this])}}function ZA(o,T){return o.map((f)=>{if(H(f,uT)){if(!(f.name in T))throw new Error(`No value for placeholder "${f.name}" was provided`);return T[f.name]}if(H(f,RT)&&H(f.value,uT)){if(!(f.value.name in T))throw new Error(`No value for placeholder "${f.value.name}" was provided`);return f.encoder.mapToDriverValue(T[f.value.name])}return f})}var TO=Symbol.for("drizzle:IsDrizzleView");class ST{static[O]="View";[Ho];[TO]=!0;constructor({name:o,schema:T,selectedFields:f,query:n}){this[Ho]={name:o,originalName:o,schema:T,selectedFields:f,query:n,isExisting:!n,isAlias:!1}}getSQL(){return new j([this])}}_o.prototype.getSQL=function(){return new j([this])};I.prototype.getSQL=function(){return new j([this])};bo.prototype.getSQL=function(){return new j([this])};class Zf{constructor(o){this.table=o}static[O]="ColumnAliasProxyHandler";get(o,T){if(T==="table")return this.table;return o[T]}}class zn{constructor(o,T){this.alias=o,this.replaceOriginalName=T}static[O]="TableAliasProxyHandler";get(o,T){if(T===I.Symbol.IsAlias)return!0;if(T===I.Symbol.Name)return this.alias;if(this.replaceOriginalName&&T===I.Symbol.OriginalName)return this.alias;if(T===Ho)return{...o[Ho],name:this.alias,isAlias:!0};if(T===I.Symbol.Columns){let n=o[I.Symbol.Columns];if(!n)return n;let S={};return Object.keys(n).map((A)=>{S[A]=new Proxy(n[A],new Zf(new Proxy(o,this)))}),S}let f=o[T];if(H(f,_o))return new Proxy(f,new Zf(new Proxy(o,this)));return f}}function yS(o,T){return new Proxy(o,new zn(T,!1))}function CT(o,T){return new Proxy(o,new Zf(new Proxy(o.table,new zn(T,!1))))}function PA(o,T){return new j.Aliased(Qn(o.sql,T),o.fieldAlias)}function Qn(o,T){return k.join(o.queryChunks.map((f)=>{if(H(f,_o))return CT(f,T);if(H(f,j))return Qn(f,T);if(H(f,j.Aliased))return PA(f,T);return f}))}class XS extends Error{static[O]="DrizzleError";constructor({message:o,cause:T}){super(o);this.name="DrizzleError",this.cause=T}}class iA extends XS{static[O]="TransactionRollbackError";constructor(){super({message:"Rollback"})}}function AT(o,T){if(zJ(T)&&!cA(o)&&!H(o,RT)&&!H(o,uT)&&!H(o,_o)&&!H(o,I)&&!H(o,ST))return new RT(o,T);return o}var HS=(o,T)=>{return k`${o} = ${AT(T,o)}`},UJ=(o,T)=>{return k`${o} <> ${AT(T,o)}`};function Dn(...o){let T=o.filter((f)=>f!==void 0);if(T.length===0)return;if(T.length===1)return new j(T);return new j([new xo("("),k.join(T,new xo(" and ")),new xo(")")])}function VJ(...o){let T=o.filter((f)=>f!==void 0);if(T.length===0)return;if(T.length===1)return new j(T);return new j([new xo("("),k.join(T,new xo(" or ")),new xo(")")])}function BJ(o){return k`not ${o}`}var LJ=(o,T)=>{return k`${o} > ${AT(T,o)}`},CJ=(o,T)=>{return k`${o} >= ${AT(T,o)}`},mJ=(o,T)=>{return k`${o} < ${AT(T,o)}`},IJ=(o,T)=>{return k`${o} <= ${AT(T,o)}`};function jJ(o,T){if(Array.isArray(T)){if(T.length===0)return k`false`;return k`${o} in ${T.map((f)=>AT(f,o))}`}return k`${o} in ${AT(T,o)}`}function NJ(o,T){if(Array.isArray(T)){if(T.length===0)return k`true`;return k`${o} not in ${T.map((f)=>AT(f,o))}`}return k`${o} not in ${AT(T,o)}`}function hJ(o){return k`${o} is null`}function bJ(o){return k`${o} is not null`}function xJ(o){return k`exists ${o}`}function vJ(o){return k`not exists ${o}`}function qJ(o,T,f){return k`${o} between ${AT(T,o)} and ${AT(f,o)}`}function rJ(o,T,f){return k`${o} not between ${AT(T,o)} and ${AT(f,o)}`}function pJ(o,T){return k`${o} like ${T}`}function cJ(o,T){return k`${o} not like ${T}`}function ZJ(o,T){return k`${o} ilike ${T}`}function PJ(o,T){return k`${o} not ilike ${T}`}function iJ(o){return k`${o} asc`}function gJ(o){return k`${o} desc`}class dJ{static[O]="ConsoleLogWriter";write(o){console.log(o)}}class gA{static[O]="DefaultLogger";writer;constructor(o){this.writer=o?.writer??new dJ}logQuery(o,T){let f=T.map((S)=>{try{return JSON.stringify(S)}catch{return String(S)}}),n=f.length?` -- params: [${f.join(", ")}]`:"";this.writer.write(`Query: ${o}${n}`)}}class dA{static[O]="NoopLogger";logQuery(){}}class oT{static[O]="QueryPromise";[Symbol.toStringTag]="QueryPromise";catch(o){return this.then(void 0,o)}finally(o){return this.then((T)=>{return o?.(),T},(T)=>{throw o?.(),T})}then(o,T){return this.execute().then(o,T)}}function lJ(o,T,f){let n={},S=o.reduce((A,{path:$,field:F},J)=>{let R;if(H(F,_o))R=F;else if(H(F,j))R=F.decoder;else R=F.sql.decoder;let M=A;for(let[_,w]of $.entries())if(_<$.length-1){if(!(w in M))M[w]={};M=M[w]}else{let X=T[J],D=M[w]=X===null?null:R.mapFromDriverValue(X);if(f&&H(F,_o)&&$.length===2){let K=$[0];if(!(K in n))n[K]=D===null?qo(F.table):!1;else if(typeof n[K]==="string"&&n[K]!==qo(F.table))n[K]=!1}}return A},{});if(f&&Object.keys(n).length>0){for(let[A,$]of Object.entries(n))if(typeof $==="string"&&!f[$])S[A]=null}return S}function wT(o,T){return Object.entries(o).reduce((f,[n,S])=>{if(typeof n!=="string")return f;let A=T?[...T,n]:[n];if(H(S,_o)||H(S,j)||H(S,j.Aliased))f.push({path:A,field:S});else if(H(S,I))f.push(...wT(S[I.Symbol.Columns],A));else f.push(...wT(S,A));return f},[])}function Un(o,T){let f=Object.keys(o),n=Object.keys(T);if(f.length!==n.length)return!1;for(let[S,A]of f.entries())if(A!==n[S])return!1;return!0}function KS(o,T){let f=Object.entries(T).filter(([,n])=>n!==void 0).map(([n,S])=>{if(H(S,j)||H(S,_o))return[n,S];else return[n,new RT(S,o[I.Symbol.Columns][n])]});if(f.length===0)throw new Error("No values to set");return Object.fromEntries(f)}function uJ(o,T){for(let f of T)for(let n of Object.getOwnPropertyNames(f.prototype)){if(n==="constructor")continue;Object.defineProperty(o.prototype,n,Object.getOwnPropertyDescriptor(f.prototype,n)||Object.create(null))}}function eJ(o){return o[I.Symbol.Columns]}function rT(o){return H(o,bo)?o._.alias:H(o,ST)?o[Ho].name:H(o,j)?void 0:o[I.Symbol.IsAlias]?o[I.Symbol.Name]:o[I.Symbol.BaseName]}function So(o,T){return{name:typeof o==="string"&&o.length>0?o:"",config:typeof o==="object"?o:T}}function sJ(o){if(typeof o!=="object"||o===null)return!1;if(o.constructor.name!=="Object")return!1;if("logger"in o){let T=typeof o.logger;if(T!=="boolean"&&(T!=="object"||typeof o.logger.logQuery!=="function")&&T!=="undefined")return!1;return!0}if("schema"in o){let T=typeof o.logger;if(T!=="object"&&T!=="undefined")return!1;return!0}if("casing"in o){let T=typeof o.logger;if(T!=="string"&&T!=="undefined")return!1;return!0}if("mode"in o){if(o.mode!=="default"||o.mode!=="planetscale"||o.mode!==void 0)return!1;return!0}if("connection"in o){let T=typeof o.connection;if(T!=="string"&&T!=="object"&&T!=="undefined")return!1;return!0}if("client"in o){let T=typeof o.client;if(T!=="object"&&T!=="function"&&T!=="undefined")return!1;return!0}if(Object.keys(o).length===0)return!0;return!1}class eT extends b{static[O]="PgIntColumnBaseBuilder";generatedAlwaysAsIdentity(o){if(o){let{name:T,...f}=o;this.config.generatedIdentity={type:"always",sequenceName:T,sequenceOptions:f}}else this.config.generatedIdentity={type:"always"};return this.config.hasDefault=!0,this.config.notNull=!0,this}generatedByDefaultAsIdentity(o){if(o){let{name:T,...f}=o;this.config.generatedIdentity={type:"byDefault",sequenceName:T,sequenceOptions:f}}else this.config.generatedIdentity={type:"byDefault"};return this.config.hasDefault=!0,this.config.notNull=!0,this}}class aJ extends eT{static[O]="PgBigInt53Builder";constructor(o){super(o,"number","PgBigInt53")}build(o){return new oR(o,this.config)}}class oR extends V{static[O]="PgBigInt53";getSQLType(){return"bigint"}mapFromDriverValue(o){if(typeof o==="number")return o;return Number(o)}}class TR extends eT{static[O]="PgBigInt64Builder";constructor(o){super(o,"bigint","PgBigInt64")}build(o){return new fR(o,this.config)}}class fR extends V{static[O]="PgBigInt64";getSQLType(){return"bigint"}mapFromDriverValue(o){return BigInt(o)}}function nR(o,T){let{name:f,config:n}=So(o,T);if(n.mode==="number")return new aJ(f);return new TR(f)}class SR extends b{static[O]="PgBigSerial53Builder";constructor(o){super(o,"number","PgBigSerial53");this.config.hasDefault=!0,this.config.notNull=!0}build(o){return new AR(o,this.config)}}class AR extends V{static[O]="PgBigSerial53";getSQLType(){return"bigserial"}mapFromDriverValue(o){if(typeof o==="number")return o;return Number(o)}}class $R extends b{static[O]="PgBigSerial64Builder";constructor(o){super(o,"bigint","PgBigSerial64");this.config.hasDefault=!0}build(o){return new FR(o,this.config)}}class FR extends V{static[O]="PgBigSerial64";getSQLType(){return"bigserial"}mapFromDriverValue(o){return BigInt(o)}}function JR(o,T){let{name:f,config:n}=So(o,T);if(n.mode==="number")return new SR(f);return new $R(f)}class RR extends b{static[O]="PgBooleanBuilder";constructor(o){super(o,"boolean","PgBoolean")}build(o){return new MR(o,this.config)}}class MR extends V{static[O]="PgBoolean";getSQLType(){return"boolean"}}function Vn(o){return new RR(o??"")}class WR extends b{static[O]="PgCharBuilder";constructor(o,T){super(o,"string","PgChar");this.config.length=T.length,this.config.enumValues=T.enum}build(o){return new OR(o,this.config)}}class OR extends V{static[O]="PgChar";length=this.config.length;enumValues=this.config.enumValues;getSQLType(){return this.length===void 0?"char":`char(${this.length})`}}function kR(o,T={}){let{name:f,config:n}=So(o,T);return new WR(f,n)}class _R extends b{static[O]="PgCidrBuilder";constructor(o){super(o,"string","PgCidr")}build(o){return new wR(o,this.config)}}class wR extends V{static[O]="PgCidr";getSQLType(){return"cidr"}}function yR(o){return new _R(o??"")}class XR extends b{static[O]="PgCustomColumnBuilder";constructor(o,T,f){super(o,"custom","PgCustomColumn");this.config.fieldConfig=T,this.config.customTypeParams=f}build(o){return new HR(o,this.config)}}class HR extends V{static[O]="PgCustomColumn";sqlName;mapTo;mapFrom;constructor(o,T){super(o,T);this.sqlName=T.customTypeParams.dataType(T.fieldConfig),this.mapTo=T.customTypeParams.toDriver,this.mapFrom=T.customTypeParams.fromDriver}getSQLType(){return this.sqlName}mapFromDriverValue(o){return typeof this.mapFrom==="function"?this.mapFrom(o):o}mapToDriverValue(o){return typeof this.mapTo==="function"?this.mapTo(o):o}}function KR(o){return(T,f)=>{let{name:n,config:S}=So(T,f);return new XR(n,S,o)}}class pT extends b{static[O]="PgDateColumnBaseBuilder";defaultNow(){return this.default(k`now()`)}}class GR extends pT{static[O]="PgDateBuilder";constructor(o){super(o,"date","PgDate")}build(o){return new GS(o,this.config)}}class GS extends V{static[O]="PgDate";getSQLType(){return"date"}mapFromDriverValue(o){return new Date(o)}mapToDriverValue(o){return o.toISOString()}}class YR extends pT{static[O]="PgDateStringBuilder";constructor(o){super(o,"string","PgDateString")}build(o){return new YS(o,this.config)}}class YS extends V{static[O]="PgDateString";getSQLType(){return"date"}}function ER(o,T){let{name:f,config:n}=So(o,T);if(n?.mode==="date")return new GR(f);return new YR(f)}class tR extends b{static[O]="PgDoublePrecisionBuilder";constructor(o){super(o,"number","PgDoublePrecision")}build(o){return new zR(o,this.config)}}class zR extends V{static[O]="PgDoublePrecision";getSQLType(){return"double precision"}mapFromDriverValue(o){if(typeof o==="string")return Number.parseFloat(o);return o}}function QR(o){return new tR(o??"")}class DR extends b{static[O]="PgInetBuilder";constructor(o){super(o,"string","PgInet")}build(o){return new UR(o,this.config)}}class UR extends V{static[O]="PgInet";getSQLType(){return"inet"}}function VR(o){return new DR(o??"")}class BR extends eT{static[O]="PgIntegerBuilder";constructor(o){super(o,"number","PgInteger")}build(o){return new LR(o,this.config)}}class LR extends V{static[O]="PgInteger";getSQLType(){return"integer"}mapFromDriverValue(o){if(typeof o==="string")return Number.parseInt(o);return o}}function ES(o){return new BR(o??"")}class CR extends b{static[O]="PgIntervalBuilder";constructor(o,T){super(o,"string","PgInterval");this.config.intervalConfig=T}build(o){return new mR(o,this.config)}}class mR extends V{static[O]="PgInterval";fields=this.config.intervalConfig.fields;precision=this.config.intervalConfig.precision;getSQLType(){let o=this.fields?` ${this.fields}`:"",T=this.precision?`(${this.precision})`:"";return`interval${o}${T}`}}function IR(o,T={}){let{name:f,config:n}=So(o,T);return new CR(f,n)}class jR extends b{static[O]="PgJsonBuilder";constructor(o){super(o,"json","PgJson")}build(o){return new tS(o,this.config)}}class tS extends V{static[O]="PgJson";constructor(o,T){super(o,T)}getSQLType(){return"json"}mapToDriverValue(o){return JSON.stringify(o)}mapFromDriverValue(o){if(typeof o==="string")try{return JSON.parse(o)}catch{return o}return o}}function NR(o){return new jR(o??"")}class hR extends b{static[O]="PgJsonbBuilder";constructor(o){super(o,"json","PgJsonb")}build(o){return new zS(o,this.config)}}class zS extends V{static[O]="PgJsonb";constructor(o,T){super(o,T)}getSQLType(){return"jsonb"}mapToDriverValue(o){return JSON.stringify(o)}mapFromDriverValue(o){if(typeof o==="string")try{return JSON.parse(o)}catch{return o}return o}}function bR(o){return new hR(o??"")}class xR extends b{static[O]="PgLineBuilder";constructor(o){super(o,"array","PgLine")}build(o){return new vR(o,this.config)}}class vR extends V{static[O]="PgLine";getSQLType(){return"line"}mapFromDriverValue(o){let[T,f,n]=o.slice(1,-1).split(",");return[Number.parseFloat(T),Number.parseFloat(f),Number.parseFloat(n)]}mapToDriverValue(o){return`{${o[0]},${o[1]},${o[2]}}`}}class qR extends b{static[O]="PgLineABCBuilder";constructor(o){super(o,"json","PgLineABC")}build(o){return new rR(o,this.config)}}class rR extends V{static[O]="PgLineABC";getSQLType(){return"line"}mapFromDriverValue(o){let[T,f,n]=o.slice(1,-1).split(",");return{a:Number.parseFloat(T),b:Number.parseFloat(f),c:Number.parseFloat(n)}}mapToDriverValue(o){return`{${o.a},${o.b},${o.c}}`}}function pR(o,T){let{name:f,config:n}=So(o,T);if(!n?.mode||n.mode==="tuple")return new xR(f);return new qR(f)}class cR extends b{static[O]="PgMacaddrBuilder";constructor(o){super(o,"string","PgMacaddr")}build(o){return new ZR(o,this.config)}}class ZR extends V{static[O]="PgMacaddr";getSQLType(){return"macaddr"}}function PR(o){return new cR(o??"")}class iR extends b{static[O]="PgMacaddr8Builder";constructor(o){super(o,"string","PgMacaddr8")}build(o){return new gR(o,this.config)}}class gR extends V{static[O]="PgMacaddr8";getSQLType(){return"macaddr8"}}function dR(o){return new iR(o??"")}class lR extends b{static[O]="PgNumericBuilder";constructor(o,T,f){super(o,"string","PgNumeric");this.config.precision=T,this.config.scale=f}build(o){return new QS(o,this.config)}}class QS extends V{static[O]="PgNumeric";precision;scale;constructor(o,T){super(o,T);this.precision=T.precision,this.scale=T.scale}getSQLType(){if(this.precision!==void 0&&this.scale!==void 0)return`numeric(${this.precision}, ${this.scale})`;else if(this.precision===void 0)return"numeric";else return`numeric(${this.precision})`}}function uR(o,T){let{name:f,config:n}=So(o,T);return new lR(f,n?.precision,n?.scale)}class eR extends b{static[O]="PgPointTupleBuilder";constructor(o){super(o,"array","PgPointTuple")}build(o){return new sR(o,this.config)}}class sR extends V{static[O]="PgPointTuple";getSQLType(){return"point"}mapFromDriverValue(o){if(typeof o==="string"){let[T,f]=o.slice(1,-1).split(",");return[Number.parseFloat(T),Number.parseFloat(f)]}return[o.x,o.y]}mapToDriverValue(o){return`(${o[0]},${o[1]})`}}class aR extends b{static[O]="PgPointObjectBuilder";constructor(o){super(o,"json","PgPointObject")}build(o){return new o0(o,this.config)}}class o0 extends V{static[O]="PgPointObject";getSQLType(){return"point"}mapFromDriverValue(o){if(typeof o==="string"){let[T,f]=o.slice(1,-1).split(",");return{x:Number.parseFloat(T),y:Number.parseFloat(f)}}return o}mapToDriverValue(o){return`(${o.x},${o.y})`}}function T0(o,T){let{name:f,config:n}=So(o,T);if(!n?.mode||n.mode==="tuple")return new eR(f);return new aR(f)}function fO(o){let T=[];for(let f=0;f<o.length;f+=2)T.push(Number.parseInt(o.slice(f,f+2),16));return new Uint8Array(T)}function f0(o,T){let f=new ArrayBuffer(8),n=new DataView(f);for(let S=0;S<8;S++)n.setUint8(S,o[T+S]);return n.getFloat64(0,!0)}function lA(o){let T=fO(o),f=0,n=T[f];f+=1;let S=new DataView(T.buffer),A=S.getUint32(f,n===1);f+=4;let $;if(A&536870912)$=S.getUint32(f,n===1),f+=4;if((A&65535)===1){let F=f0(T,f);f+=8;let J=f0(T,f);return f+=8,[F,J]}throw new Error("Unsupported geometry type")}class n0 extends b{static[O]="PgGeometryBuilder";constructor(o){super(o,"array","PgGeometry")}build(o){return new S0(o,this.config)}}class S0 extends V{static[O]="PgGeometry";getSQLType(){return"geometry(point)"}mapFromDriverValue(o){return lA(o)}mapToDriverValue(o){return`point(${o[0]} ${o[1]})`}}class A0 extends b{static[O]="PgGeometryObjectBuilder";constructor(o){super(o,"json","PgGeometryObject")}build(o){return new $0(o,this.config)}}class $0 extends V{static[O]="PgGeometryObject";getSQLType(){return"geometry(point)"}mapFromDriverValue(o){let T=lA(o);return{x:T[0],y:T[1]}}mapToDriverValue(o){return`point(${o.x} ${o.y})`}}function F0(o,T){let{name:f,config:n}=So(o,T);if(!n?.mode||n.mode==="tuple")return new n0(f);return new A0(f)}class J0 extends b{static[O]="PgRealBuilder";constructor(o,T){super(o,"number","PgReal");this.config.length=T}build(o){return new R0(o,this.config)}}class R0 extends V{static[O]="PgReal";constructor(o,T){super(o,T)}getSQLType(){return"real"}mapFromDriverValue=(o)=>{if(typeof o==="string")return Number.parseFloat(o);return o}}function M0(o){return new J0(o??"")}class W0 extends b{static[O]="PgSerialBuilder";constructor(o){super(o,"number","PgSerial");this.config.hasDefault=!0,this.config.notNull=!0}build(o){return new O0(o,this.config)}}class O0 extends V{static[O]="PgSerial";getSQLType(){return"serial"}}function k0(o){return new W0(o??"")}class _0 extends eT{static[O]="PgSmallIntBuilder";constructor(o){super(o,"number","PgSmallInt")}build(o){return new w0(o,this.config)}}class w0 extends V{static[O]="PgSmallInt";getSQLType(){return"smallint"}mapFromDriverValue=(o)=>{if(typeof o==="string")return Number(o);return o}}function y0(o){return new _0(o??"")}class X0 extends b{static[O]="PgSmallSerialBuilder";constructor(o){super(o,"number","PgSmallSerial");this.config.hasDefault=!0,this.config.notNull=!0}build(o){return new H0(o,this.config)}}class H0 extends V{static[O]="PgSmallSerial";getSQLType(){return"smallserial"}}function K0(o){return new X0(o??"")}class G0 extends b{static[O]="PgTextBuilder";constructor(o,T){super(o,"string","PgText");this.config.enumValues=T.enum}build(o){return new Y0(o,this.config)}}class Y0 extends V{static[O]="PgText";enumValues=this.config.enumValues;getSQLType(){return"text"}}function E0(o,T={}){let{name:f,config:n}=So(o,T);return new G0(f,n)}class t0 extends pT{constructor(o,T,f){super(o,"string","PgTime");this.withTimezone=T,this.precision=f,this.config.withTimezone=T,this.config.precision=f}static[O]="PgTimeBuilder";build(o){return new DS(o,this.config)}}class DS extends V{static[O]="PgTime";withTimezone;precision;constructor(o,T){super(o,T);this.withTimezone=T.withTimezone,this.precision=T.precision}getSQLType(){return`time${this.precision===void 0?"":`(${this.precision})`}${this.withTimezone?" with time zone":""}`}}function z0(o,T={}){let{name:f,config:n}=So(o,T);return new t0(f,n.withTimezone??!1,n.precision)}class Q0 extends pT{static[O]="PgTimestampBuilder";constructor(o,T,f){super(o,"date","PgTimestamp");this.config.withTimezone=T,this.config.precision=f}build(o){return new US(o,this.config)}}class US extends V{static[O]="PgTimestamp";withTimezone;precision;constructor(o,T){super(o,T);this.withTimezone=T.withTimezone,this.precision=T.precision}getSQLType(){return`timestamp${this.precision===void 0?"":` (${this.precision})`}${this.withTimezone?" with time zone":""}`}mapFromDriverValue=(o)=>{return new Date(this.withTimezone?o:o+"+0000")};mapToDriverValue=(o)=>{return o.toISOString()}}class D0 extends pT{static[O]="PgTimestampStringBuilder";constructor(o,T,f){super(o,"string","PgTimestampString");this.config.withTimezone=T,this.config.precision=f}build(o){return new VS(o,this.config)}}class VS extends V{static[O]="PgTimestampString";withTimezone;precision;constructor(o,T){super(o,T);this.withTimezone=T.withTimezone,this.precision=T.precision}getSQLType(){return`timestamp${this.precision===void 0?"":`(${this.precision})`}${this.withTimezone?" with time zone":""}`}}function QT(o,T={}){let{name:f,config:n}=So(o,T);if(n?.mode==="string")return new D0(f,n.withTimezone??!1,n.precision);return new Q0(f,n?.withTimezone??!1,n?.precision)}class U0 extends b{static[O]="PgUUIDBuilder";constructor(o){super(o,"string","PgUUID")}defaultRandom(){return this.default(k`gen_random_uuid()`)}build(o){return new BS(o,this.config)}}class BS extends V{static[O]="PgUUID";getSQLType(){return"uuid"}}function MT(o){return new U0(o??"")}class V0 extends b{static[O]="PgVarcharBuilder";constructor(o,T){super(o,"string","PgVarchar");this.config.length=T.length,this.config.enumValues=T.enum}build(o){return new B0(o,this.config)}}class B0 extends V{static[O]="PgVarchar";length=this.config.length;enumValues=this.config.enumValues;getSQLType(){return this.length===void 0?"varchar":`varchar(${this.length})`}}function po(o,T={}){let{name:f,config:n}=So(o,T);return new V0(f,n)}class L0 extends b{static[O]="PgBinaryVectorBuilder";constructor(o,T){super(o,"string","PgBinaryVector");this.config.dimensions=T.dimensions}build(o){return new C0(o,this.config)}}class C0 extends V{static[O]="PgBinaryVector";dimensions=this.config.dimensions;getSQLType(){return`bit(${this.dimensions})`}}function m0(o,T){let{name:f,config:n}=So(o,T);return new L0(f,n)}class I0 extends b{static[O]="PgHalfVectorBuilder";constructor(o,T){super(o,"array","PgHalfVector");this.config.dimensions=T.dimensions}build(o){return new j0(o,this.config)}}class j0 extends V{static[O]="PgHalfVector";dimensions=this.config.dimensions;getSQLType(){return`halfvec(${this.dimensions})`}mapToDriverValue(o){return JSON.stringify(o)}mapFromDriverValue(o){return o.slice(1,-1).split(",").map((T)=>Number.parseFloat(T))}}function N0(o,T){let{name:f,config:n}=So(o,T);return new I0(f,n)}class h0 extends b{static[O]="PgSparseVectorBuilder";constructor(o,T){super(o,"string","PgSparseVector");this.config.dimensions=T.dimensions}build(o){return new b0(o,this.config)}}class b0 extends V{static[O]="PgSparseVector";dimensions=this.config.dimensions;getSQLType(){return`sparsevec(${this.dimensions})`}}function x0(o,T){let{name:f,config:n}=So(o,T);return new h0(f,n)}class v0 extends b{static[O]="PgVectorBuilder";constructor(o,T){super(o,"array","PgVector");this.config.dimensions=T.dimensions}build(o){return new q0(o,this.config)}}class q0 extends V{static[O]="PgVector";dimensions=this.config.dimensions;getSQLType(){return`vector(${this.dimensions})`}mapToDriverValue(o){return JSON.stringify(o)}mapFromDriverValue(o){return o.slice(1,-1).split(",").map((T)=>Number.parseFloat(T))}}function r0(o,T){let{name:f,config:n}=So(o,T);return new v0(f,n)}function p0(){return{bigint:nR,bigserial:JR,boolean:Vn,char:kR,cidr:yR,customType:KR,date:ER,doublePrecision:QR,inet:VR,integer:ES,interval:IR,json:NR,jsonb:bR,line:pR,macaddr:PR,macaddr8:dR,numeric:uR,point:T0,geometry:F0,real:M0,serial:k0,smallint:y0,smallserial:K0,text:E0,time:z0,timestamp:QT,uuid:MT,varchar:po,bit:m0,halfvec:N0,sparsevec:x0,vector:r0}}var uA=Symbol.for("drizzle:PgInlineForeignKeys"),c0=Symbol.for("drizzle:EnableRLS");class co extends I{static[O]="PgTable";static Symbol=Object.assign({},I.Symbol,{InlineForeignKeys:uA,EnableRLS:c0});[uA]=[];[c0]=!1;[I.Symbol.ExtraConfigBuilder]=void 0;[I.Symbol.ExtraConfigColumns]={}}function nO(o,T,f,n,S=o){let A=new co(o,n,S),$=typeof T==="function"?T(p0()):T,F=Object.fromEntries(Object.entries($).map(([M,_])=>{let w=_;w.setName(M);let X=w.build(A);return A[uA].push(...w.buildForeignKeys(X,A)),[M,X]})),J=Object.fromEntries(Object.entries($).map(([M,_])=>{let w=_;w.setName(M);let X=w.buildExtraConfigColumn(A);return[M,X]})),R=Object.assign(A,F);if(R[I.Symbol.Columns]=F,R[I.Symbol.ExtraConfigColumns]=J,f)R[co.Symbol.ExtraConfigBuilder]=f;return Object.assign(R,{enableRLS:()=>{return R[co.Symbol.EnableRLS]=!0,R}})}var sT=(o,T,f)=>{return nO(o,T,f,void 0)};function Z0(...o){if(o[0].columns)return new Bn(o[0].columns,o[0].name);return new Bn(o)}class Bn{static[O]="PgPrimaryKeyBuilder";columns;name;constructor(o,T){this.columns=o,this.name=T}build(o){return new P0(o,this.columns,this.name)}}class P0{constructor(o,T,f){this.table=o,this.columns=T,this.name=f}static[O]="PgPrimaryKey";columns;name;getName(){return this.name??`${this.table[co.Symbol.Name]}_${this.columns.map((o)=>o.name).join("_")}_pk`}}class eA{constructor(o,T,f){this.sourceTable=o,this.referencedTable=T,this.relationName=f,this.referencedTableName=T[I.Symbol.Name]}static[O]="Relation";referencedTableName;fieldName}class i0{constructor(o,T){this.table=o,this.config=T}static[O]="Relations"}class aT extends eA{constructor(o,T,f,n){super(o,T,f?.relationName);this.config=f,this.isNullable=n}static[O]="One";withFieldName(o){let T=new aT(this.sourceTable,this.referencedTable,this.config,this.isNullable);return T.fieldName=o,T}}class Ln extends eA{constructor(o,T,f){super(o,T,f?.relationName);this.config=f}static[O]="Many";withFieldName(o){let T=new Ln(this.sourceTable,this.referencedTable,this.config);return T.fieldName=o,T}}function g0(){return{and:Dn,between:qJ,eq:HS,exists:xJ,gt:LJ,gte:CJ,ilike:ZJ,inArray:jJ,isNull:hJ,isNotNull:bJ,like:pJ,lt:mJ,lte:IJ,ne:UJ,not:BJ,notBetween:rJ,notExists:vJ,notLike:cJ,notIlike:PJ,notInArray:NJ,or:VJ,sql:k}}function d0(){return{sql:k,asc:iJ,desc:gJ}}function l0(o,T){if(Object.keys(o).length===1&&"default"in o&&!H(o.default,I))o=o.default;let f={},n={},S={};for(let[A,$]of Object.entries(o))if(H($,I)){let F=Of($),J=n[F];f[F]=A,S[A]={tsName:A,dbName:$[I.Symbol.Name],schema:$[I.Symbol.Schema],columns:$[I.Symbol.Columns],relations:J?.relations??{},primaryKey:J?.primaryKey??[]};for(let M of Object.values($[I.Symbol.Columns]))if(M.primary)S[A].primaryKey.push(M);let R=$[I.Symbol.ExtraConfigBuilder]?.($[I.Symbol.ExtraConfigColumns]);if(R){for(let M of Object.values(R))if(H(M,Bn))S[A].primaryKey.push(...M.columns)}}else if(H($,i0)){let F=Of($.table),J=f[F],R=$.config(T($.table)),M;for(let[_,w]of Object.entries(R))if(J){let X=S[J];if(X.relations[_]=w,M)X.primaryKey.push(...M)}else{if(!(F in n))n[F]={relations:{},primaryKey:M};n[F].relations[_]=w}}return{tables:S,tableNamesMap:f}}function SO(o){return function T(f,n){return new aT(o,f,n,n?.fields.reduce((S,A)=>S&&A.notNull,!0)??!1)}}function AO(o){return function T(f,n){return new Ln(o,f,n)}}function u0(o,T,f){if(H(f,aT)&&f.config)return{fields:f.config.fields,references:f.config.references};let n=T[Of(f.referencedTable)];if(!n)throw new Error(`Table "${f.referencedTable[I.Symbol.Name]}" not found in schema`);let S=o[n];if(!S)throw new Error(`Table "${n}" not found in schema`);let A=f.sourceTable,$=T[Of(A)];if(!$)throw new Error(`Table "${A[I.Symbol.Name]}" not found in schema`);let F=[];for(let J of Object.values(S.relations))if(f.relationName&&f!==J&&J.relationName===f.relationName||!f.relationName&&J.referencedTable===f.sourceTable)F.push(J);if(F.length>1)throw f.relationName?new Error(`There are multiple relations with name "${f.relationName}" in table "${n}"`):new Error(`There are multiple relations between "${n}" and "${f.sourceTable[I.Symbol.Name]}". Please specify relation name`);if(F[0]&&H(F[0],aT)&&F[0].config)return{fields:F[0].config.references,references:F[0].config.fields};throw new Error(`There is not enough information to infer relation "${$}.${f.fieldName}"`)}function e0(o){return{one:SO(o),many:AO(o)}}function LS(o,T,f,n,S=(A)=>A){let A={};for(let[$,F]of n.entries())if(F.isJson){let J=T.relations[F.tsKey],R=f[$],M=typeof R==="string"?JSON.parse(R):R;A[F.tsKey]=H(J,aT)?M&&LS(o,o[F.relationTableTsKey],M,F.selection,S):M.map((_)=>LS(o,o[F.relationTableTsKey],_,F.selection,S))}else{let J=S(f[$]),R=F.field,M;if(H(R,_o))M=R;else if(H(R,j))M=R.decoder;else M=R.sql.decoder;A[F.tsKey]=J===null?null:M.mapFromDriverValue(J)}return A}import BO from"os";import LO from"fs";var CS=new Map,sA=new Map,aA=Symbol("OriginError"),Pf={};class yT extends Promise{constructor(o,T,f,n,S={}){let A,$;super((F,J)=>{A=F,$=J});this.tagged=Array.isArray(o.raw),this.strings=o,this.args=T,this.handler=f,this.canceller=n,this.options=S,this.state=null,this.statement=null,this.resolve=(F)=>(this.active=!1,A(F)),this.reject=(F)=>(this.active=!1,$(F)),this.active=!1,this.cancelled=null,this.executed=!1,this.signature="",this[aA]=this.handler.debug?new Error:this.tagged&&$O(this.strings)}get origin(){return(this.handler.debug?this[aA].stack:this.tagged&&sA.has(this.strings)?sA.get(this.strings):sA.set(this.strings,this[aA].stack).get(this.strings))||""}static get[Symbol.species](){return Promise}cancel(){return this.canceller&&(this.canceller(this),this.canceller=null)}simple(){return this.options.simple=!0,this.options.prepare=!1,this}async readable(){return this.simple(),this.streaming=!0,this}async writable(){return this.simple(),this.streaming=!0,this}cursor(o=1,T){if(this.options.simple=!1,typeof o==="function")T=o,o=1;if(this.cursorRows=o,typeof T==="function")return this.cursorFn=T,this;let f;return{[Symbol.asyncIterator]:()=>({next:()=>{if(this.executed&&!this.active)return{done:!0};f&&f();let n=new Promise((S,A)=>{this.cursorFn=($)=>{return S({value:$,done:!1}),new Promise((F)=>f=F)},this.resolve=()=>(this.active=!1,S({done:!0})),this.reject=($)=>(this.active=!1,A($))});return this.execute(),n},return(){return f&&f(Pf),{done:!0}}})}}describe(){return this.options.simple=!1,this.onlyDescribe=this.options.prepare=!0,this}stream(){throw new Error(".stream has been renamed to .forEach")}forEach(o){return this.forEachFn=o,this.handle(),this}raw(){return this.isRaw=!0,this}values(){return this.isRaw="values",this}async handle(){!this.executed&&(this.executed=!0)&&await 1&&this.handler(this)}execute(){return this.handle(),this}then(){return this.handle(),super.then.apply(this,arguments)}catch(){return this.handle(),super.catch.apply(this,arguments)}finally(){return this.handle(),super.finally.apply(this,arguments)}}function $O(o){if(CS.has(o))return CS.get(o);let T=Error.stackTraceLimit;return Error.stackTraceLimit=4,CS.set(o,new Error),Error.stackTraceLimit=T,CS.get(o)}class gf extends Error{constructor(o){super(o.message);this.name=this.constructor.name,Object.assign(this,o)}}var Bo={connection:s0,postgres:a0,generic:o1,notSupported:T1};function s0(o,T,f){let{host:n,port:S}=f||T,A=Object.assign(new Error("write "+o+" "+(T.path||n+":"+S)),{code:o,errno:o,address:T.path||n},T.path?{}:{port:S});return Error.captureStackTrace(A,s0),A}function a0(o){let T=new gf(o);return Error.captureStackTrace(T,a0),T}function o1(o,T){let f=Object.assign(new Error(o+": "+T),{code:o});return Error.captureStackTrace(f,o1),f}function T1(o){let T=Object.assign(new Error(o+" (B) is not supported"),{code:"MESSAGE_NOT_SUPPORTED",name:o});return Error.captureStackTrace(T,T1),T}var FO={string:{to:25,from:null,serialize:(o)=>""+o},number:{to:0,from:[21,23,26,700,701],serialize:(o)=>""+o,parse:(o)=>+o},json:{to:114,from:[114,3802],serialize:(o)=>JSON.stringify(o),parse:(o)=>JSON.parse(o)},boolean:{to:16,from:16,serialize:(o)=>o===!0?"t":"f",parse:(o)=>o==="t"},date:{to:1184,from:[1082,1114,1184],serialize:(o)=>(o instanceof Date?o:new Date(o)).toISOString(),parse:(o)=>new Date(o)},bytea:{to:17,from:17,serialize:(o)=>"\\x"+Buffer.from(o).toString("hex"),parse:(o)=>Buffer.from(o.slice(2),"hex")}};class jS{then(){o$()}catch(){o$()}finally(){o$()}}class jn extends jS{constructor(o){super();this.value=bS(o)}}class mT extends jS{constructor(o,T,f){super();this.value=o,this.type=T,this.array=f}}class NS extends jS{constructor(o,T){super();this.first=o,this.rest=T}build(o,T,f,n){let S=JO.map(([A,$])=>({fn:$,i:o.search(A)})).sort((A,$)=>A.i-$.i).pop();return S.i===-1?A$(this.first,n):S.fn(this.first,this.rest,T,f,n)}}function hS(o,T,f,n){let S=o instanceof mT?o.value:o;if(S===void 0){if(o instanceof mT?o.value=n.transform.undefined:S=o=n.transform.undefined,S===void 0)throw Bo.generic("UNDEFINED_VALUE","Undefined values are not allowed")}return"$"+f.push(o instanceof mT?(T.push(o.value),o.array?o.array[o.type||IS(o.value)]||o.type||A1(o.value):o.type):(T.push(o),IS(o)))}var n1=F1(FO);function n$(o,T,f,n,S,A){for(let $=1;$<o.strings.length;$++)T+=S$(T,f,n,S,A)+o.strings[$],f=o.args[$];return T}function S$(o,T,f,n,S){return T instanceof NS?T.build(o,f,n,S):T instanceof yT?f$(T,f,n,S):T instanceof jn?T.value:T&&T[0]instanceof yT?T.reduce((A,$)=>A+" "+f$($,f,n,S),""):hS(T,f,n,S)}function f$(o,T,f,n){return o.fragment=!0,n$(o,o.strings[0],o.args[0],T,f,n)}function S1(o,T,f,n,S){return o.map((A)=>"("+n.map(($)=>S$("values",A[$],T,f,S)).join(",")+")").join(",")}function f1(o,T,f,n,S){let A=Array.isArray(o[0]),$=T.length?T.flat():Object.keys(A?o[0]:o);return S1(A?o:[o],f,n,$,S)}function mS(o,T,f,n,S){if(typeof o==="string"&&(o=[o].concat(T)),Array.isArray(o))return A$(o,S);let A;return(T.length?T.flat():Object.keys(o)).map((F)=>{return A=o[F],(A instanceof yT?f$(A,f,n,S):A instanceof jn?A.value:hS(A,f,n,S))+" as "+bS(S.transform.column.to?S.transform.column.to(F):F)}).join(",")}var JO=Object.entries({values:f1,in:(...o)=>{let T=f1(...o);return T==="()"?"(null)":T},select:mS,as:mS,returning:mS,"\\(":mS,update(o,T,f,n,S){return(T.length?T.flat():Object.keys(o)).map((A)=>bS(S.transform.column.to?S.transform.column.to(A):A)+"="+S$("values",o[A],f,n,S))},insert(o,T,f,n,S){let A=T.length?T.flat():Object.keys(Array.isArray(o)?o[0]:o);return"("+A$(A,S)+")values"+S1(Array.isArray(o)?o:[o],f,n,A,S)}}).map(([o,T])=>[new RegExp("((?:^|[\\s(])"+o+"(?:$|[\\s(]))(?![\\s\\S]*\\1)","i"),T]);function o$(){throw Bo.generic("NOT_TAGGED_CALL","Query not called as a tagged template literal")}var{serializers:RO,parsers:MO}=n1;function A1(o){if(Array.isArray(o))return A1(o[0]);return typeof o==="string"?1009:0}var $1=function(o){let T=F1(o||{});return{serializers:Object.assign({},RO,T.serializers),parsers:Object.assign({},MO,T.parsers)}};function F1(o){return Object.keys(o).reduce((T,f)=>{if(o[f].from&&[].concat(o[f].from).forEach((n)=>T.parsers[n]=o[f].parse),o[f].serialize)T.serializers[o[f].to]=o[f].serialize,o[f].from&&[].concat(o[f].from).forEach((n)=>T.serializers[n]=o[f].serialize);return T},{parsers:{},serializers:{}})}function A$(o,{transform:{column:T}}){return o.map((f)=>bS(T.to?T.to(f):f)).join(",")}var bS=function o(T){return'"'+T.replace(/"/g,'""').replace(/\./g,'"."')+'"'},IS=function o(T){return T instanceof mT?T.type:T instanceof Date?1184:T instanceof Uint8Array?17:T===!0||T===!1?16:typeof T==="bigint"?20:Array.isArray(T)?o(T[0]):0},WO=/\\/g,OO=/"/g;function kO(o){return o.replace(WO,"\\\\").replace(OO,"\\\"")}var J1=function o(T,f,n,S){if(Array.isArray(T)===!1)return T;if(!T.length)return"{}";let A=T[0],$=S===1020?";":",";if(Array.isArray(A)&&!A.type)return"{"+T.map((F)=>o(F,f,n,S)).join($)+"}";return"{"+T.map((F)=>{if(F===void 0){if(F=n.transform.undefined,F===void 0)throw Bo.generic("UNDEFINED_VALUE","Undefined values are not allowed")}return F===null?"null":'"'+kO(f?f(F.type?F.value:F):""+F)+'"'}).join($)+"}"},T$={i:0,char:null,str:"",quoted:!1,last:0},R1=function o(T,f,n){return T$.i=T$.last=0,M1(T$,T,f,n)};function M1(o,T,f,n){let S=[],A=n===1020?";":",";for(;o.i<T.length;o.i++){if(o.char=T[o.i],o.quoted)if(o.char==="\\")o.str+=T[++o.i];else if(o.char==='"')S.push(f?f(o.str):o.str),o.str="",o.quoted=T[o.i+1]==='"',o.last=o.i+2;else o.str+=o.char;else if(o.char==='"')o.quoted=!0;else if(o.char==="{")o.last=++o.i,S.push(M1(o,T,f,n));else if(o.char==="}"){o.quoted=!1,o.last<o.i&&S.push(f?f(T.slice(o.last,o.i)):T.slice(o.last,o.i)),o.last=o.i+1;break}else if(o.char===A&&o.p!=="}"&&o.p!=='"')S.push(f?f(T.slice(o.last,o.i)):T.slice(o.last,o.i)),o.last=o.i+1;o.p=o.char}return o.last<o.i&&S.push(f?f(T.slice(o.last,o.i+1)):T.slice(o.last,o.i+1)),S}var kf=(o)=>{let T=o[0];for(let f=1;f<o.length;f++)T+=o[f]==="_"?o[++f].toUpperCase():o[f];return T},_f=(o)=>{let T=o[0].toUpperCase();for(let f=1;f<o.length;f++)T+=o[f]==="_"?o[++f].toUpperCase():o[f];return T},wf=(o)=>o.replace(/_/g,"-"),Cn=(o)=>o.replace(/([A-Z])/g,"_$1").toLowerCase(),mn=(o)=>(o.slice(0,1)+o.slice(1).replace(/([A-Z])/g,"_$1")).toLowerCase(),In=(o)=>o.replace(/-/g,"_");function $$(o){return function T(f,n){return typeof f==="object"&&f!==null&&(n.type===114||n.type===3802)?Array.isArray(f)?f.map((S)=>T(S,n)):Object.entries(f).reduce((S,[A,$])=>Object.assign(S,{[o(A)]:T($,n)}),{}):f}}kf.column={from:kf};kf.value={from:$$(kf)};Cn.column={to:Cn};var F$={...kf};F$.column.to=Cn;_f.column={from:_f};_f.value={from:$$(_f)};mn.column={to:mn};var J$={..._f};J$.column.to=mn;wf.column={from:wf};wf.value={from:$$(wf)};In.column={to:In};var R$={...wf};R$.column.to=In;import W1 from"net";import XO from"tls";import Nn from"crypto";import M$ from"stream";import{performance as O1}from"perf_hooks";class yf extends Array{constructor(){super();Object.defineProperties(this,{count:{value:null,writable:!0},state:{value:null,writable:!0},command:{value:null,writable:!0},columns:{value:null,writable:!0},statement:{value:null,writable:!0}})}static get[Symbol.species](){return Array}}var WT=_O;function _O(o=[]){let T=o.slice(),f=0;return{get length(){return T.length-f},remove:(n)=>{let S=T.indexOf(n);return S===-1?null:(T.splice(S,1),n)},push:(n)=>(T.push(n),n),shift:()=>{let n=T[f++];if(f===T.length)f=0,T=[];else T[f-1]=void 0;return n}}}var eo=Buffer.allocUnsafe(256),wO="BCcDdEFfHPpQSX".split("").reduce((o,T)=>{let f=T.charCodeAt(0);return o[T]=()=>{return eo[0]=f,Oo.i=5,Oo},o},{}),Oo=Object.assign(yO,wO,{N:String.fromCharCode(0),i:0,inc(o){return Oo.i+=o,Oo},str(o){let T=Buffer.byteLength(o);return xS(T),Oo.i+=eo.write(o,Oo.i,T,"utf8"),Oo},i16(o){return xS(2),eo.writeUInt16BE(o,Oo.i),Oo.i+=2,Oo},i32(o,T){if(T||T===0)return eo.writeUInt32BE(o,T),Oo;return xS(4),eo.writeUInt32BE(o,Oo.i),Oo.i+=4,Oo},z(o){return xS(o),eo.fill(0,Oo.i,Oo.i+o),Oo.i+=o,Oo},raw(o){return eo=Buffer.concat([eo.subarray(0,Oo.i),o]),Oo.i=eo.length,Oo},end(o=1){eo.writeUInt32BE(Oo.i-o,o);let T=eo.subarray(0,Oo.i);return Oo.i=0,eo=Buffer.allocUnsafe(256),T}}),c=Oo;function xS(o){if(eo.length-Oo.i<o){let T=eo,f=T.length;eo=Buffer.allocUnsafe(f+(f>>1)+o),T.copy(eo)}}function yO(){return Oo.i=0,Oo}var k$=w1,HO=1,of=c().S().end(),k1=c().H().end(),KO=c().i32(8).i32(80877103).end(8),GO=Buffer.concat([c().E().str(c.N).i32(0).end(),of]),YO=c().D().str("S").str(c.N).end(),df=()=>{},EO=new Set(["FetchPreparedStatement","RevalidateCachedQuery","transformAssignedExpr"]),tO={83:"severity_local",86:"severity",67:"code",77:"message",68:"detail",72:"hint",80:"position",112:"internal_position",113:"internal_query",87:"where",115:"schema_name",116:"table_name",99:"column_name",100:"data type_name",110:"constraint_name",70:"file",76:"line",82:"routine"};function w1(o,T={},{onopen:f=df,onend:n=df,onclose:S=df}={}){let{ssl:A,max:$,user:F,host:J,port:R,database:M,parsers:_,transform:w,onnotice:X,onnotify:D,onparameter:K,max_pipeline:L,keep_alive:h,backoff:q,target_session_attrs:P}=o,Y=WT(),z=HO++,U={pid:null,secret:null},Q=O$(eS,o.idle_timeout),v=O$(eS,o.max_lifetime),l=O$(b1,o.connect_timeout),G=null,s,r=new yf,a=Buffer.alloc(0),ko=o.fetch_types,Lo={},fT={},IT=Math.random().toString(36).slice(2),E=1,p=0,Fo=0,Eo=0,Co=0,To=0,yo=0,Vo=0,to=null,Ko=null,Zo=!1,Xo=null,XT=null,Po=null,cT=null,mo=null,Go=null,HT=null,DT=null,B=null,sf=null,io={queue:T.closed,idleTimer:Q,connect(W){Po=W||!0,q$()},terminate:on,execute:af,cancel:I1,end:eS,count:0,id:z};return T.closed&&T.closed.push(io),io;async function m1(){let W;try{W=o.socket?await Promise.resolve(o.socket(o)):new W1.Socket}catch(y){Gf(y);return}return W.on("error",Gf),W.on("close",r$),W.on("drain",x$),W}async function I1({pid:W,secret:y},Z,Jo){try{s=c().i32(16).i32(80877102).i32(W).i32(y).end(16),await v$(),G.once("error",Jo),G.once("close",Z)}catch(Qo){Jo(Qo)}}function af(W){if(Zo)return pn(W,Bo.connection("CONNECTION_DESTROYED",o));if(W.cancelled)return;try{return W.state=U,B?Y.push(W):(B=W,B.active=!0),h1(W),ro(j1(W))&&!W.describeFirst&&!W.cursorFn&&Y.length<L&&(!W.options.onexecute||W.options.onexecute(io))}catch(y){return Y.length===0&&ro(of),UT(y),!0}}function j1(W){if(W.parameters.length>=65534)throw Bo.generic("MAX_PARAMETERS_EXCEEDED","Max number of parameters (65534) exceeded");return W.options.simple?c().Q().str(W.statement.string+c.N).end():W.describeFirst?Buffer.concat([N$(W),k1]):W.prepare?W.prepared?rn(W):Buffer.concat([N$(W),rn(W)]):N1(W)}function N$(W){return Buffer.concat([c$(W.statement.string,W.parameters,W.statement.types,W.statement.name),YM("S",W.statement.name)])}function rn(W){return Buffer.concat([GM(W.parameters,W.statement.types,W.statement.name,W.cursorName),W.cursorFn?Z$("",W.cursorRows):GO])}function N1(W){return Buffer.concat([c$(W.statement.string,W.parameters,W.statement.types),YO,rn(W)])}function h1(W){let y=[],Z=[],Jo=n$(W,W.strings[0],W.args[0],y,Z,o);!W.tagged&&W.args.forEach((Qo)=>hS(Qo,y,Z,o)),W.prepare=o.prepare&&("prepare"in W.options?W.options.prepare:!0),W.string=Jo,W.signature=W.prepare&&Z+Jo,W.onlyDescribe&&delete fT[W.signature],W.parameters=W.parameters||y,W.prepared=W.prepare&&W.signature in fT,W.describeFirst=W.onlyDescribe||y.length&&!W.prepared,W.statement=W.prepared?fT[W.signature]:{string:Jo,types:Z,name:W.prepare?IT+E++:""},typeof o.debug==="function"&&o.debug(z,Jo,y,Z)}function ro(W,y){if(Go=Go?Buffer.concat([Go,W]):Buffer.from(W),y||Go.length>=1024)return h$(y);return Ko===null&&(Ko=setImmediate(h$)),!0}function h$(W){let y=G.write(Go,W);return Ko!==null&&clearImmediate(Ko),Go=Ko=null,y}function b1(){UT(Bo.connection("CONNECT_TIMEOUT",o,G)),G.destroy()}async function b$(){if(ro(KO),!await new Promise((y)=>G.once("data",(Z)=>y(Z[0]===83)))&&A==="prefer")return Kf();G.removeAllListeners(),G=XO.connect({socket:G,servername:W1.isIP(G.host)?void 0:G.host,...A==="require"||A==="allow"||A==="prefer"?{rejectUnauthorized:!1}:A==="verify-full"?{}:typeof A==="object"?A:{}}),G.on("secureConnect",Kf),G.on("error",Gf),G.on("close",r$),G.on("drain",x$)}function x$(){!B&&f(io)}function uS(W){if(Xo){if(Xo.push(W),Fo-=W.length,Fo>=0)return}a=Xo?Buffer.concat(Xo,To-Fo):a.length===0?W:Buffer.concat([a,W],a.length+W.length);while(a.length>4){if(To=a.readUInt32BE(1),To>=a.length){Fo=To-a.length,Xo=[a];break}try{x1(a.subarray(0,To+1))}catch(y){B&&(B.cursorFn||B.describeFirst)&&ro(of),UT(y)}a=a.subarray(To+1),Fo=0,Xo=null}}async function v$(){if(Zo=!1,Lo={},G||(G=await m1()),!G)return;if(l.start(),o.socket)return A?b$():Kf();if(G.on("connect",A?b$:Kf),o.path)return G.connect(o.path);G.ssl=A,G.connect(R[Eo],J[Eo]),G.host=J[Eo],G.port=R[Eo],Eo=(Eo+1)%R.length}function q$(){setTimeout(v$,p?p+yo-O1.now():0)}function Kf(){try{fT={},ko=o.fetch_types,IT=Math.random().toString(36).slice(2),E=1,v.start(),G.on("data",uS),h&&G.setKeepAlive&&G.setKeepAlive(!0,1000*h);let W=tM();ro(W)}catch(W){Gf(W)}}function Gf(W){if(io.queue===T.connecting&&o.host[Co+1])return;UT(W);while(Y.length)pn(Y.shift(),W)}function UT(W){mo&&(mo.destroy(W),mo=null),B&&pn(B,W),Po&&(pn(Po,W),Po=null)}function pn(W,y){"query"in y||"parameters"in y||Object.defineProperties(y,{stack:{value:y.stack+W.origin.replace(/.*\n/,`
17
+ `),enumerable:o.debug},query:{value:W.string,enumerable:o.debug},parameters:{value:W.parameters,enumerable:o.debug},args:{value:W.args,enumerable:o.debug},types:{value:W.statement&&W.statement.types,enumerable:o.debug}}),W.reject(y)}function eS(){return cT||(!io.reserved&&n(io),!io.reserved&&!Po&&!B&&Y.length===0?(on(),new Promise((W)=>G&&G.readyState!=="closed"?G.once("close",W):W())):cT=new Promise((W)=>HT=W))}function on(){if(Zo=!0,mo||B||Po||Y.length)Gf(Bo.connection("CONNECTION_DESTROYED",o));if(clearImmediate(Ko),G)G.removeListener("data",uS),G.removeListener("connect",Kf),G.readyState==="open"&&G.end(c().X().end());HT&&(HT(),cT=HT=null)}async function r$(W){if(a=Buffer.alloc(0),Fo=0,Xo=null,clearImmediate(Ko),G.removeListener("data",uS),G.removeListener("connect",Kf),Q.cancel(),v.cancel(),l.cancel(),G.removeAllListeners(),G=null,Po)return q$();!W&&(B||Y.length)&&Gf(Bo.connection("CONNECTION_CLOSED",o,G)),p=O1.now(),W&&o.shared.retries++,yo=(typeof q==="function"?q(o.shared.retries):q)*1000,S(io,Bo.connection("CONNECTION_CLOSED",o,G))}function x1(W,y=W[0]){(y===68?v1:y===100?OM:y===65?$M:y===83?q1:y===90?r1:y===67?p1:y===50?p$:y===49?c1:y===116?Z1:y===84?P1:y===82?i1:y===110?s1:y===75?a1:y===69?SM:y===115?FM:y===51?JM:y===71?RM:y===78?_M:y===72?MM:y===99?kM:y===73?wM:y===86?yM:y===118?XM:y===87?WM:HM)(W)}function v1(W){let y=7,Z,Jo,Qo,go=B.isRaw?new Array(B.statement.columns.length):{};for(let so=0;so<B.statement.columns.length;so++)Jo=B.statement.columns[so],Z=W.readInt32BE(y),y+=4,Qo=Z===-1?null:B.isRaw===!0?W.subarray(y,y+=Z):Jo.parser===void 0?W.toString("utf8",y,y+=Z):Jo.parser.array===!0?Jo.parser(W.toString("utf8",y+1,y+=Z)):Jo.parser(W.toString("utf8",y,y+=Z)),B.isRaw?go[so]=B.isRaw===!0?Qo:w.value.from?w.value.from(Qo,Jo):Qo:go[Jo.name]=w.value.from?w.value.from(Qo,Jo):Qo;B.forEachFn?B.forEachFn(w.row.from?w.row.from(go):go,r):r[Vo++]=w.row.from?w.row.from(go):go}function q1(W){let[y,Z]=W.toString("utf8",5,W.length-1).split(c.N);if(Lo[y]=Z,o.parameters[y]!==Z)o.parameters[y]=Z,K&&K(y,Z)}function r1(W){if(B&&B.options.simple&&B.resolve(XT||r),B=XT=null,r=new yf,l.cancel(),Po){if(P){if(!Lo.in_hot_standby||!Lo.default_transaction_read_only)return nM();else if(fM(P,Lo))return on()}if(ko)return Po===!0&&(Po=null),oM();Po!==!0&&af(Po),o.shared.retries=Co=0,Po=null;return}while(Y.length&&(B=Y.shift())&&(B.active=!0,B.cancelled))w1(o).cancel(B.state,B.cancelled.resolve,B.cancelled.reject);if(B)return;io.reserved?!io.reserved.release&&W[5]===73?cT?on():(io.reserved=null,f(io)):io.reserved():cT?on():f(io)}function p1(W){Vo=0;for(let y=W.length-1;y>0;y--){if(W[y]===32&&W[y+1]<58&&r.count===null)r.count=+W.toString("utf8",y+1,W.length-1);if(W[y-1]>=65){r.command=W.toString("utf8",5,y),r.state=U;break}}if(sf&&(sf(),sf=null),r.command==="BEGIN"&&$!==1&&!io.reserved)return UT(Bo.generic("UNSAFE_TRANSACTION","Only use sql.begin, sql.reserved or max: 1"));if(B.options.simple)return p$();if(B.cursorFn)r.count&&B.cursorFn(r),ro(of);B.resolve(r)}function c1(){B.parsing=!1}function p$(){!r.statement&&(r.statement=B.statement),r.columns=B.statement.columns}function Z1(W){let y=W.readUInt16BE(5);for(let Z=0;Z<y;++Z)!B.statement.types[Z]&&(B.statement.types[Z]=W.readUInt32BE(7+Z*4));B.prepare&&(fT[B.signature]=B.statement),B.describeFirst&&!B.onlyDescribe&&(ro(rn(B)),B.describeFirst=!1)}function P1(W){if(r.command)XT=XT||[r],XT.push(r=new yf),r.count=null,B.statement.columns=null;let y=W.readUInt16BE(5),Z=7,Jo;B.statement.columns=Array(y);for(let Qo=0;Qo<y;++Qo){Jo=Z;while(W[Z++]!==0);let go=W.readUInt32BE(Z),so=W.readUInt16BE(Z+4),ZT=W.readUInt32BE(Z+6);B.statement.columns[Qo]={name:w.column.from?w.column.from(W.toString("utf8",Jo,Z-1)):W.toString("utf8",Jo,Z-1),parser:_[ZT],table:go,number:so,type:ZT},Z+=18}if(r.statement=B.statement,B.onlyDescribe)return B.resolve(B.statement),ro(of)}async function i1(W,y=W.readUInt32BE(5)){(y===3?g1:y===5?d1:y===10?l1:y===11?u1:y===12?e1:y!==0?KM:df)(W,y)}async function g1(){let W=await sS();ro(c().p().str(W).z(1).end())}async function d1(W){let y="md5"+await _1(Buffer.concat([Buffer.from(await _1(await sS()+F)),W.subarray(9)]));ro(c().p().str(y).z(1).end())}async function l1(){DT=(await Nn.randomBytes(18)).toString("base64"),c().p().str("SCRAM-SHA-256"+c.N);let W=c.i;ro(c.inc(4).str("n,,n=*,r="+DT).i32(c.i-W-4,W).end())}async function u1(W){let y=W.toString("utf8",9).split(",").reduce((so,ZT)=>(so[ZT[0]]=ZT.slice(2),so),{}),Z=await Nn.pbkdf2Sync(await sS(),Buffer.from(y.s,"base64"),parseInt(y.i),32,"sha256"),Jo=await vS(Z,"Client Key"),Qo="n=*,r="+DT+",r="+y.r+",s="+y.s+",i="+y.i+",c=biws,r="+y.r;to=(await vS(await vS(Z,"Server Key"),Qo)).toString("base64");let go="c=biws,r="+y.r+",p="+QO(Jo,Buffer.from(await vS(await zO(Jo),Qo))).toString("base64");ro(c().p().str(go).end())}function e1(W){if(W.toString("utf8",9).split(c.N,1)[0].slice(2)===to)return;UT(Bo.generic("SASL_SIGNATURE_MISMATCH","The server did not return the correct signature")),G.destroy()}function sS(){return Promise.resolve(typeof o.pass==="function"?o.pass():o.pass)}function s1(){if(r.statement=B.statement,r.statement.columns=[],B.onlyDescribe)return B.resolve(B.statement),ro(of)}function a1(W){U.pid=W.readUInt32BE(5),U.secret=W.readUInt32BE(9)}async function oM(){ko=!1,(await new yT([`
18
18
  select b.oid, b.typarray
19
19
  from pg_catalog.pg_type a
20
20
  left join pg_catalog.pg_type b on b.oid = a.typelem
21
21
  where a.typcategory = 'A'
22
22
  group by b.oid, b.typarray
23
23
  order by b.oid
24
- `],[],so)).forEach(({oid:w,typarray:p})=>TO(w,p))}function TO(M,w){if(!!T.parsers[w]&&!!T.serializers[w])return;let p=T.parsers[M];T.shared.typeArrayMap[M]=w,T.parsers[w]=(JT)=>J1(JT,p,w),T.parsers[w].array=!0,T.serializers[w]=(JT)=>F1(JT,T.serializers[M],T,w)}function SO(M,w){return M==="read-write"&&w.default_transaction_read_only==="on"||M==="read-only"&&w.default_transaction_read_only==="off"||M==="primary"&&w.in_hot_standby==="on"||M==="standby"&&w.in_hot_standby==="off"||M==="prefer-standby"&&w.in_hot_standby==="off"&&T.host[IT]}function oO(){let M=new wS([`
24
+ `],[],af)).forEach(({oid:y,typarray:Z})=>TM(y,Z))}function TM(W,y){if(!!o.parsers[y]&&!!o.serializers[y])return;let Z=o.parsers[W];o.shared.typeArrayMap[W]=y,o.parsers[y]=(Jo)=>R1(Jo,Z,y),o.parsers[y].array=!0,o.serializers[y]=(Jo)=>J1(Jo,o.serializers[W],o,y)}function fM(W,y){return W==="read-write"&&y.default_transaction_read_only==="on"||W==="read-only"&&y.default_transaction_read_only==="off"||W==="primary"&&y.in_hot_standby==="on"||W==="standby"&&y.in_hot_standby==="off"||W==="prefer-standby"&&y.in_hot_standby==="off"&&o.host[Co]}function nM(){let W=new yT([`
25
25
  show transaction_read_only;
26
26
  select pg_catalog.pg_is_in_recovery()
27
- `],[],so,null,{simple:!0});M.resolve=([[w],[p]])=>{CT.default_transaction_read_only=w.transaction_read_only,CT.in_hot_standby=p.pg_is_in_recovery?"on":"off"},M.execute()}function fO(M){t&&(t.cursorFn||t.describeFirst)&&ZT(So);let w=LT.postgres(W$(M));t&&t.retried?BS(t.retried):t&&t.prepared&&zW.has(w.routine)?AO(t,w):BS(w)}function AO(M,w){delete oS[M.signature],M.retried=w,so(M)}function nO(M){if(!E)return;let w=9;while(M[w++]!==0);E(M.toString("utf8",9,w-1),M.toString("utf8",w,M.length-1))}async function $O(){try{let M=await Promise.resolve(t.cursorFn(Z));tT=0,M===po?ZT(YO(t.portal)):(Z=new wo,ZT(P$("",t.cursorRows)))}catch(M){ZT(So),t.reject(M)}}function FO(){Z.count&&t.cursorFn(Z),t.resolve(Z)}function JO(){jT=new M$.Writable({autoDestroy:!0,write(M,w,p){Y.write(r().d().raw(M).end(),p)},destroy(M,w){w(M),Y.write(r().f().str(M+r.N).end()),jT=null},final(M){Y.write(r().c().end()),eo=M}}),t.resolve(jT)}function RO(){jT=new M$.Readable({read(){Y.resume()}}),t.resolve(jT)}function OO(){jT=new M$.Duplex({autoDestroy:!0,read(){Y.resume()},write(M,w,p){Y.write(r().d().raw(M).end(),p)},destroy(M,w){w(M),Y.write(r().f().str(M+r.N).end()),jT=null},final(M){Y.write(r().c().end()),eo=M}}),t.resolve(jT)}function MO(M){jT&&(jT.push(M.subarray(5))||Y.pause())}function WO(){jT&&jT.push(null),jT=null}function _O(M){H?H(W$(M)):console.log(W$(M))}function kO(){}function yO(){BS(LT.notSupported("FunctionCallResponse"))}function wO(){BS(LT.notSupported("NegotiateProtocolVersion"))}function KO(M){console.error("Postgres.js : Unknown Message:",M[0])}function HO(M,w){console.error("Postgres.js : Unknown Auth:",w)}function XO(M,w,p="",JT=""){let DT,dT;return r().B().str(JT+r.N).str(p+r.N).i16(0).i16(M.length),M.forEach((sT,pS)=>{if(sT===null)return r.i32(4294967295);dT=w[pS],M[pS]=sT=dT in T.serializers?T.serializers[dT](sT):""+sT,DT=r.i,r.inc(4).str(sT).i32(r.i-DT-4,DT)}),r.i16(0),r.end()}function p$(M,w,p,JT=""){return r().P().str(JT+r.N).str(M+r.N).i16(w.length),w.forEach((DT,dT)=>r.i32(p[dT]||0)),r.end()}function GO(M,w=""){return r().D().str(M).str(w+r.N).end()}function P$(M="",w=0){return Buffer.concat([r().E().str(M+r.N).i32(w).end(),W1])}function YO(M=""){return Buffer.concat([r().C().str("P").str(M+r.N).end(),r().S().end()])}function EO(){return a||r().inc(4).i16(3).z(2).str(Object.entries(Object.assign({user:F,database:O,client_encoding:"UTF8"},T.connection)).filter(([,M])=>M).map(([M,w])=>M+r.N+w).join(r.N)).z(2).end(0)}}function W$(T){let S={},o=5;for(let f=5;f<T.length-1;f++)if(T[f]===0)S[QW[T[o]]]=T.toString("utf8",o+1,f),o=f+1;return S}function _1(T){return jf.createHash("md5").update(T).digest("hex")}function hA(T,S){return jf.createHmac("sha256",T).update(S).digest()}function DW(T){return jf.createHash("sha256").update(T).digest()}function UW(T,S){let o=Math.max(T.length,S.length),f=Buffer.allocUnsafe(o);for(let A=0;A<o;A++)f[A]=T[A]^S[A];return f}function _$(T,S){if(S=typeof S==="function"?S():S,!S)return{cancel:go,start:go};let o;return{cancel(){o&&(clearTimeout(o),o=null)},start(){o&&clearTimeout(o),o=setTimeout(f,S*1000,arguments)}};function f(A){T.apply(null,A),o=null}}var y1=()=>{};function y$(T,S){let o=new Map,f="postgresjs_"+Math.random().toString(36).slice(2),A={},n,$,F=!1,J=k.sql=T({...S,transform:{column:{},value:{},row:{}},max:1,fetch_types:!1,idle_timeout:null,max_lifetime:null,connection:{...S.connection,replication:"database"},onclose:async function(){if(F)return;$=null,A.pid=A.secret=void 0,y(await H(J,f,S.publications)),o.forEach((G)=>G.forEach(({onsubscribe:I})=>I()))},no_subscribe:!0}),R=J.end,O=J.close;return J.end=async()=>{return F=!0,$&&await new Promise((G)=>($.once("close",G),$.end())),R()},J.close=async()=>{return $&&await new Promise((G)=>($.once("close",G),$.end())),O()},k;async function k(G,I,b=y1,q=y1){if(G=tW(G),!n)n=H(J,f,S.publications);let P={fn:I,onsubscribe:b},X=o.has(G)?o.get(G).add(P):o.set(G,new Set([P])).get(G),D=()=>{X.delete(P),X.size===0&&o.delete(G)};return n.then((V)=>{return y(V),b(),$&&$.on("error",q),{unsubscribe:D,state:A,sql:J}})}function y(G){$=G.stream,A.pid=G.state.pid,A.secret=G.state.secret}async function H(G,I,b){if(!b)throw new Error("Missing publication names");let q=await G.unsafe(`CREATE_REPLICATION_SLOT ${I} TEMPORARY LOGICAL pgoutput NOEXPORT_SNAPSHOT`),[P]=q,X=await G.unsafe(`START_REPLICATION SLOT ${I} LOGICAL ${P.consistent_point} (proto_version '1', publication_names '${b}')`).writable(),D={lsn:Buffer.concat(P.consistent_point.split("/").map((Y)=>Buffer.from(("00000000"+Y).slice(-8),"hex")))};return X.on("data",U),X.on("error",V),X.on("close",G.close),{stream:X,state:q.state};function V(Y){console.error("Unexpected error during logical streaming - reconnecting",Y)}function U(Y){if(Y[0]===119)BW(Y.subarray(25),D,G.options.parsers,v,S.transform);else if(Y[0]===107&&Y[17])D.lsn=Y.subarray(1,9),l()}function v(Y,a){let Z=a.relation.schema+"."+a.relation.table;E("*",Y,a),E("*:"+Z,Y,a),a.relation.keys.length&&E("*:"+Z+"="+a.relation.keys.map((TT)=>Y[TT.name]),Y,a),E(a.command,Y,a),E(a.command+":"+Z,Y,a),a.relation.keys.length&&E(a.command+":"+Z+"="+a.relation.keys.map((TT)=>Y[TT.name]),Y,a)}function l(){let Y=Buffer.alloc(34);Y[0]=114,Y.fill(D.lsn,1),Y.writeBigInt64BE(BigInt(Date.now()-Date.UTC(2000,0,1))*BigInt(1000),25),X.write(Y)}}function E(G,I,b){o.has(G)&&o.get(G).forEach(({fn:q})=>q(I,b,G))}}function VW(T){return new Date(Date.UTC(2000,0,1)+Number(T/BigInt(1000)))}function BW(T,S,o,f,A){let n=($,[F,J])=>($[F.charCodeAt(0)]=J,$);Object.entries({R:($)=>{let F=1,J=S[$.readUInt32BE(F)]={schema:$.toString("utf8",F+=4,F=$.indexOf(0,F))||"pg_catalog",table:$.toString("utf8",F+1,F=$.indexOf(0,F+1)),columns:Array($.readUInt16BE(F+=2)),keys:[]};F+=2;let R=0,O;while(F<$.length)O=J.columns[R++]={key:$[F++],name:A.column.from?A.column.from($.toString("utf8",F,F=$.indexOf(0,F))):$.toString("utf8",F,F=$.indexOf(0,F)),type:$.readUInt32BE(F+=1),parser:o[$.readUInt32BE(F)],atttypmod:$.readUInt32BE(F+=4)},O.key&&J.keys.push(O),F+=4},Y:()=>{},O:()=>{},B:($)=>{S.date=VW($.readBigInt64BE(9)),S.lsn=$.subarray(1,9)},I:($)=>{let F=1,J=S[$.readUInt32BE(F)],{row:R}=bA($,J.columns,F+=7,A);f(R,{command:"insert",relation:J})},D:($)=>{let F=1,J=S[$.readUInt32BE(F)];F+=4;let R=$[F]===75;f(R||$[F]===79?bA($,J.columns,F+=3,A).row:null,{command:"delete",relation:J,key:R})},U:($)=>{let F=1,J=S[$.readUInt32BE(F)];F+=4;let R=$[F]===75,O=R||$[F]===79?bA($,J.columns,F+=3,A):null;O&&(F=O.i);let{row:k}=bA($,J.columns,F+3,A);f(k,{command:"update",relation:J,key:R,old:O&&O.row})},T:()=>{},C:()=>{}}).reduce(n,{})[T[0]](T)}function bA(T,S,o,f){let A,n,$,F=f.raw?new Array(S.length):{};for(let J=0;J<S.length;J++)A=T[o++],n=S[J],$=A===110?null:A===117?void 0:n.parser===void 0?T.toString("utf8",o+4,o+=4+T.readUInt32BE(o)):n.parser.array===!0?n.parser(T.toString("utf8",o+5,o+=4+T.readUInt32BE(o))):n.parser(T.toString("utf8",o+4,o+=4+T.readUInt32BE(o))),f.raw?F[J]=f.raw===!0?$:f.value.from?f.value.from($,n):$:F[n.name]=f.value.from?f.value.from($,n):$;return{i:o,row:f.row.from?f.row.from(F):F}}function tW(T){let S=T.match(/^(\*|insert|update|delete)?:?([^.]+?\.?[^=]+)?=?(.+)?/i)||[];if(!S)throw new Error("Malformed subscribe pattern: "+T);let[,o,f,A]=S;return(o||"*")+(f?":"+(f.indexOf(".")===-1?"public."+f:f):"")+(A?"="+A:"")}import w1 from"stream";function w$(T,S,o=393216){return new Promise(async(f,A)=>{await T.begin(async(n)=>{let $;!S&&([{oid:S}]=await n`select lo_creat(-1) as oid`);let[{fd:F}]=await n`select lo_open(${S}, ${o}) as fd`,J={writable:O,readable:R,close:()=>n`select lo_close(${F})`.then($),tell:()=>n`select lo_tell64(${F})`,read:(k)=>n`select loread(${F}, ${k}) as data`,write:(k)=>n`select lowrite(${F}, ${k})`,truncate:(k)=>n`select lo_truncate64(${F}, ${k})`,seek:(k,y=0)=>n`select lo_lseek64(${F}, ${k}, ${y})`,size:()=>n`
27
+ `],[],af,null,{simple:!0});W.resolve=([[y],[Z]])=>{Lo.default_transaction_read_only=y.transaction_read_only,Lo.in_hot_standby=Z.pg_is_in_recovery?"on":"off"},W.execute()}function SM(W){B&&(B.cursorFn||B.describeFirst)&&ro(of);let y=Bo.postgres(W$(W));B&&B.retried?UT(B.retried):B&&B.prepared&&EO.has(y.routine)?AM(B,y):UT(y)}function AM(W,y){delete fT[W.signature],W.retried=y,af(W)}function $M(W){if(!D)return;let y=9;while(W[y++]!==0);D(W.toString("utf8",9,y-1),W.toString("utf8",y,W.length-1))}async function FM(){try{let W=await Promise.resolve(B.cursorFn(r));Vo=0,W===Pf?ro(EM(B.portal)):(r=new yf,ro(Z$("",B.cursorRows)))}catch(W){ro(of),B.reject(W)}}function JM(){r.count&&B.cursorFn(r),B.resolve(r)}function RM(){mo=new M$.Writable({autoDestroy:!0,write(W,y,Z){G.write(c().d().raw(W).end(),Z)},destroy(W,y){y(W),G.write(c().f().str(W+c.N).end()),mo=null},final(W){G.write(c().c().end()),sf=W}}),B.resolve(mo)}function MM(){mo=new M$.Readable({read(){G.resume()}}),B.resolve(mo)}function WM(){mo=new M$.Duplex({autoDestroy:!0,read(){G.resume()},write(W,y,Z){G.write(c().d().raw(W).end(),Z)},destroy(W,y){y(W),G.write(c().f().str(W+c.N).end()),mo=null},final(W){G.write(c().c().end()),sf=W}}),B.resolve(mo)}function OM(W){mo&&(mo.push(W.subarray(5))||G.pause())}function kM(){mo&&mo.push(null),mo=null}function _M(W){X?X(W$(W)):console.log(W$(W))}function wM(){}function yM(){UT(Bo.notSupported("FunctionCallResponse"))}function XM(){UT(Bo.notSupported("NegotiateProtocolVersion"))}function HM(W){console.error("Postgres.js : Unknown Message:",W[0])}function KM(W,y){console.error("Postgres.js : Unknown Auth:",y)}function GM(W,y,Z="",Jo=""){let Qo,go;return c().B().str(Jo+c.N).str(Z+c.N).i16(0).i16(W.length),W.forEach((so,ZT)=>{if(so===null)return c.i32(4294967295);go=y[ZT],W[ZT]=so=go in o.serializers?o.serializers[go](so):""+so,Qo=c.i,c.inc(4).str(so).i32(c.i-Qo-4,Qo)}),c.i16(0),c.end()}function c$(W,y,Z,Jo=""){return c().P().str(Jo+c.N).str(W+c.N).i16(y.length),y.forEach((Qo,go)=>c.i32(Z[go]||0)),c.end()}function YM(W,y=""){return c().D().str(W).str(y+c.N).end()}function Z$(W="",y=0){return Buffer.concat([c().E().str(W+c.N).i32(y).end(),k1])}function EM(W=""){return Buffer.concat([c().C().str("P").str(W+c.N).end(),c().S().end()])}function tM(){return s||c().inc(4).i16(3).z(2).str(Object.entries(Object.assign({user:F,database:M,client_encoding:"UTF8"},o.connection)).filter(([,W])=>W).map(([W,y])=>W+c.N+y).join(c.N)).z(2).end(0)}}function W$(o){let T={},f=5;for(let n=5;n<o.length-1;n++)if(o[n]===0)T[tO[o[f]]]=o.toString("utf8",f+1,n),f=n+1;return T}function _1(o){return Nn.createHash("md5").update(o).digest("hex")}function vS(o,T){return Nn.createHmac("sha256",o).update(T).digest()}function zO(o){return Nn.createHash("sha256").update(o).digest()}function QO(o,T){let f=Math.max(o.length,T.length),n=Buffer.allocUnsafe(f);for(let S=0;S<f;S++)n[S]=o[S]^T[S];return n}function O$(o,T){if(T=typeof T==="function"?T():T,!T)return{cancel:df,start:df};let f;return{cancel(){f&&(clearTimeout(f),f=null)},start(){f&&clearTimeout(f),f=setTimeout(n,T*1000,arguments)}};function n(S){o.apply(null,S),f=null}}var y1=()=>{};function _$(o,T){let f=new Map,n="postgresjs_"+Math.random().toString(36).slice(2),S={},A,$,F=!1,J=_.sql=o({...T,transform:{column:{},value:{},row:{}},max:1,fetch_types:!1,idle_timeout:null,max_lifetime:null,connection:{...T.connection,replication:"database"},onclose:async function(){if(F)return;$=null,S.pid=S.secret=void 0,w(await X(J,n,T.publications)),f.forEach((K)=>K.forEach(({onsubscribe:L})=>L()))},no_subscribe:!0}),R=J.end,M=J.close;return J.end=async()=>{return F=!0,$&&await new Promise((K)=>($.once("close",K),$.end())),R()},J.close=async()=>{return $&&await new Promise((K)=>($.once("close",K),$.end())),M()},_;async function _(K,L,h=y1,q=y1){if(K=VO(K),!A)A=X(J,n,T.publications);let P={fn:L,onsubscribe:h},Y=f.has(K)?f.get(K).add(P):f.set(K,new Set([P])).get(K),z=()=>{Y.delete(P),Y.size===0&&f.delete(K)};return A.then((U)=>{return w(U),h(),$&&$.on("error",q),{unsubscribe:z,state:S,sql:J}})}function w(K){$=K.stream,S.pid=K.state.pid,S.secret=K.state.secret}async function X(K,L,h){if(!h)throw new Error("Missing publication names");let q=await K.unsafe(`CREATE_REPLICATION_SLOT ${L} TEMPORARY LOGICAL pgoutput NOEXPORT_SNAPSHOT`),[P]=q,Y=await K.unsafe(`START_REPLICATION SLOT ${L} LOGICAL ${P.consistent_point} (proto_version '1', publication_names '${h}')`).writable(),z={lsn:Buffer.concat(P.consistent_point.split("/").map((G)=>Buffer.from(("00000000"+G).slice(-8),"hex")))};return Y.on("data",Q),Y.on("error",U),Y.on("close",K.close),{stream:Y,state:q.state};function U(G){console.error("Unexpected error during logical streaming - reconnecting",G)}function Q(G){if(G[0]===119)UO(G.subarray(25),z,K.options.parsers,v,T.transform);else if(G[0]===107&&G[17])z.lsn=G.subarray(1,9),l()}function v(G,s){let r=s.relation.schema+"."+s.relation.table;D("*",G,s),D("*:"+r,G,s),s.relation.keys.length&&D("*:"+r+"="+s.relation.keys.map((a)=>G[a.name]),G,s),D(s.command,G,s),D(s.command+":"+r,G,s),s.relation.keys.length&&D(s.command+":"+r+"="+s.relation.keys.map((a)=>G[a.name]),G,s)}function l(){let G=Buffer.alloc(34);G[0]=114,G.fill(z.lsn,1),G.writeBigInt64BE(BigInt(Date.now()-Date.UTC(2000,0,1))*BigInt(1000),25),Y.write(G)}}function D(K,L,h){f.has(K)&&f.get(K).forEach(({fn:q})=>q(L,h,K))}}function DO(o){return new Date(Date.UTC(2000,0,1)+Number(o/BigInt(1000)))}function UO(o,T,f,n,S){let A=($,[F,J])=>($[F.charCodeAt(0)]=J,$);Object.entries({R:($)=>{let F=1,J=T[$.readUInt32BE(F)]={schema:$.toString("utf8",F+=4,F=$.indexOf(0,F))||"pg_catalog",table:$.toString("utf8",F+1,F=$.indexOf(0,F+1)),columns:Array($.readUInt16BE(F+=2)),keys:[]};F+=2;let R=0,M;while(F<$.length)M=J.columns[R++]={key:$[F++],name:S.column.from?S.column.from($.toString("utf8",F,F=$.indexOf(0,F))):$.toString("utf8",F,F=$.indexOf(0,F)),type:$.readUInt32BE(F+=1),parser:f[$.readUInt32BE(F)],atttypmod:$.readUInt32BE(F+=4)},M.key&&J.keys.push(M),F+=4},Y:()=>{},O:()=>{},B:($)=>{T.date=DO($.readBigInt64BE(9)),T.lsn=$.subarray(1,9)},I:($)=>{let F=1,J=T[$.readUInt32BE(F)],{row:R}=qS($,J.columns,F+=7,S);n(R,{command:"insert",relation:J})},D:($)=>{let F=1,J=T[$.readUInt32BE(F)];F+=4;let R=$[F]===75;n(R||$[F]===79?qS($,J.columns,F+=3,S).row:null,{command:"delete",relation:J,key:R})},U:($)=>{let F=1,J=T[$.readUInt32BE(F)];F+=4;let R=$[F]===75,M=R||$[F]===79?qS($,J.columns,F+=3,S):null;M&&(F=M.i);let{row:_}=qS($,J.columns,F+3,S);n(_,{command:"update",relation:J,key:R,old:M&&M.row})},T:()=>{},C:()=>{}}).reduce(A,{})[o[0]](o)}function qS(o,T,f,n){let S,A,$,F=n.raw?new Array(T.length):{};for(let J=0;J<T.length;J++)S=o[f++],A=T[J],$=S===110?null:S===117?void 0:A.parser===void 0?o.toString("utf8",f+4,f+=4+o.readUInt32BE(f)):A.parser.array===!0?A.parser(o.toString("utf8",f+5,f+=4+o.readUInt32BE(f))):A.parser(o.toString("utf8",f+4,f+=4+o.readUInt32BE(f))),n.raw?F[J]=n.raw===!0?$:n.value.from?n.value.from($,A):$:F[A.name]=n.value.from?n.value.from($,A):$;return{i:f,row:n.row.from?n.row.from(F):F}}function VO(o){let T=o.match(/^(\*|insert|update|delete)?:?([^.]+?\.?[^=]+)?=?(.+)?/i)||[];if(!T)throw new Error("Malformed subscribe pattern: "+o);let[,f,n,S]=T;return(f||"*")+(n?":"+(n.indexOf(".")===-1?"public."+n:n):"")+(S?"="+S:"")}import X1 from"stream";function w$(o,T,f=393216){return new Promise(async(n,S)=>{await o.begin(async(A)=>{let $;!T&&([{oid:T}]=await A`select lo_creat(-1) as oid`);let[{fd:F}]=await A`select lo_open(${T}, ${f}) as fd`,J={writable:M,readable:R,close:()=>A`select lo_close(${F})`.then($),tell:()=>A`select lo_tell64(${F})`,read:(_)=>A`select loread(${F}, ${_}) as data`,write:(_)=>A`select lowrite(${F}, ${_})`,truncate:(_)=>A`select lo_truncate64(${F}, ${_})`,seek:(_,w=0)=>A`select lo_lseek64(${F}, ${_}, ${w})`,size:()=>A`
28
28
  select
29
29
  lo_lseek64(${F}, location, 0) as position,
30
30
  seek.size
@@ -34,10 +34,10 @@ ${$.trace}`:"No previous disposal trace was found."),f.type){case"atom_family":c
34
34
  tell.location
35
35
  from (select lo_tell64($1) as location) tell
36
36
  ) seek
37
- `};return f(J),new Promise(async(k)=>$=k);async function R({highWaterMark:k=16384,start:y=0,end:H=1/0}={}){let E=H-y;return y&&await J.seek(y),new w1.Readable({highWaterMark:k,async read(G){let I=G>E?G-E:G;E-=G;let[{data:b}]=await J.read(I);if(this.push(b),b.length<G)this.push(null)}})}async function O({highWaterMark:k=16384,start:y=0}={}){return y&&await J.seek(y),new w1.Writable({highWaterMark:k,write(H,E,G){J.write(H).then(()=>G(),G)}})}}).catch(A)})}Object.assign(xA,{PostgresError:Po,toPascal:ko,pascal:R$,toCamel:_o,camel:J$,toKebab:yo,kebab:O$,fromPascal:Lf,fromCamel:tf,fromKebab:Cf,BigInt:{to:20,from:[20],parse:(T)=>BigInt(T),serialize:(T)=>T.toString()}});var io=xA;function xA(T,S){let o=IW(T,S),f=o.no_subscribe||y$(xA,{...o}),A=!1,n=MS(),$=MS(),F=MS(),J=MS(),R=MS(),O=MS(),k=MS(),y=MS(),H={connecting:$,reserved:F,closed:J,ended:R,open:O,busy:k,full:y},E=[...Array(o.max)].map(()=>k$(o,H,{onopen:oS,onend:CT,onclose:mS})),G=I(v);return Object.assign(G,{get parameters(){return o.parameters},largeObject:w$.bind(null,G),subscribe:f,CLOSE:po,END:po,PostgresError:Po,options:o,reserve:P,listen:b,begin:X,close:Z,end:a}),G;function I(z){return z.debug=o.debug,Object.entries(o.types).reduce((oT,[yT,tT])=>{return oT[yT]=(zT)=>new NS(zT,tT.to),oT},c),Object.assign(FT,{types:c,typed:c,unsafe:YT,notify:q,array:U,json:V,file:IT}),FT;function c(oT,yT){return new NS(oT,yT)}function FT(oT,...yT){return oT&&Array.isArray(oT.raw)?new wS(oT,yT,z,Y):typeof oT==="string"&&!yT.length?new If(o.transform.column.to?o.transform.column.to(oT):oT):new IA(oT,yT)}function YT(oT,yT=[],tT={}){return arguments.length===2&&!Array.isArray(yT)&&(tT=yT,yT=[]),new wS([oT],yT,z,Y,{prepare:!1,...tT,simple:"simple"in tT?tT.simple:yT.length===0})}function IT(oT,yT=[],tT={}){return arguments.length===2&&!Array.isArray(yT)&&(tT=yT,yT=[]),new wS([],yT,(HT)=>{CW.readFile(oT,"utf8",(PT,wT)=>{if(PT)return HT.reject(PT);HT.strings=[wT],z(HT)})},Y,{...tT,simple:"simple"in tT?tT.simple:yT.length===0})}}async function b(z,c,FT){let YT={fn:c,onlisten:FT},IT=b.sql||(b.sql=xA({...o,max:1,idle_timeout:null,max_lifetime:null,fetch_types:!1,onclose(){Object.entries(b.channels).forEach(([HT,{listeners:PT}])=>{delete b.channels[HT],Promise.all(PT.map((wT)=>b(HT,wT.fn,wT.onlisten).catch(()=>{})))})},onnotify(HT,PT){HT in b.channels&&b.channels[HT].listeners.forEach((wT)=>wT.fn(PT))}})),oT=b.channels||(b.channels={});if(z in oT){oT[z].listeners.push(YT);let HT=await oT[z].result;return YT.onlisten&&YT.onlisten(),{state:HT.state,unlisten:zT}}oT[z]={result:IT`listen ${IT.unsafe('"'+z.replace(/"/g,'""')+'"')}`,listeners:[YT]};let tT=await oT[z].result;return YT.onlisten&&YT.onlisten(),{state:tT.state,unlisten:zT};async function zT(){if(z in oT===!1)return;if(oT[z].listeners=oT[z].listeners.filter((HT)=>HT!==YT),oT[z].listeners.length)return;return delete oT[z],IT`unlisten ${IT.unsafe('"'+z.replace(/"/g,'""')+'"')}`}}async function q(z,c){return await G`select pg_notify(${z}, ${""+c})`}async function P(){let z=MS(),c=O.length?O.shift():await new Promise((IT)=>{n.push({reserve:IT}),J.length&&WT(J.shift())});D(c,F),c.reserved=()=>z.length?c.execute(z.shift()):D(c,F),c.reserved.release=!0;let FT=I(YT);return FT.release=()=>{c.reserved=null,oS(c)},FT;function YT(IT){c.queue===y?z.push(IT):c.execute(IT)||D(c,y)}}async function X(z,c){!c&&(c=z,z="");let FT=MS(),YT=0,IT,oT=null;try{return await G.unsafe("begin "+z.replace(/[^a-z ]/ig,""),[],{onexecute:tT}).execute(),await Promise.race([yT(IT,c),new Promise((zT,HT)=>IT.onclose=HT)])}catch(zT){throw zT}async function yT(zT,HT,PT){let wT=I(jT);wT.savepoint=rS,wT.prepare=(XT)=>oT=XT.replace(/[^a-z0-9$-_. ]/gi);let KS,gT;PT&&await wT`savepoint ${wT(PT)}`;try{if(gT=await new Promise((XT,HS)=>{let VS=HT(wT);Promise.resolve(Array.isArray(VS)?Promise.all(VS):VS).then(XT,HS)}),KS)throw KS}catch(XT){throw await(PT?wT`rollback to ${wT(PT)}`:wT`rollback`),XT instanceof Po&&XT.code==="25P02"&&KS||XT}if(!PT)oT?await wT`prepare transaction '${wT.unsafe(oT)}'`:await wT`commit`;return gT;function rS(XT,HS){if(XT&&Array.isArray(XT.raw))return rS((VS)=>VS.apply(VS,arguments));return arguments.length===1&&(HS=XT,XT=null),yT(zT,HS,"s"+YT+++(XT?"_"+XT:""))}function jT(XT){XT.catch((HS)=>KS||(KS=HS)),zT.queue===y?FT.push(XT):zT.execute(XT)||D(zT,y)}}function tT(zT){IT=zT,D(zT,F),zT.reserved=()=>FT.length?zT.execute(FT.shift()):D(zT,F)}}function D(z,c){return z.queue.remove(z),c.push(z),z.queue=c,c===O?z.idleTimer.start():z.idleTimer.cancel(),z}function V(z){return new NS(z,3802)}function U(z,c){if(!Array.isArray(z))return U(Array.from(arguments));return new NS(z,c||(z.length?LA(z)||25:0),o.shared.typeArrayMap)}function v(z){if(A)return z.reject(LT.connection("CONNECTION_ENDED",o,o));if(O.length)return l(O.shift(),z);if(J.length)return WT(J.shift(),z);k.length?l(k.shift(),z):n.push(z)}function l(z,c){return z.execute(c)?D(z,k):D(z,y)}function Y(z){return new Promise((c,FT)=>{z.state?z.active?k$(o).cancel(z.state,c,FT):z.cancelled={resolve:c,reject:FT}:(n.remove(z),z.cancelled=!0,z.reject(LT.generic("57014","canceling statement due to user request")),c())})}async function a({timeout:z=null}={}){if(A)return A;await 1;let c;return A=Promise.race([new Promise((FT)=>z!==null&&(c=setTimeout(TT,z*1000,FT))),Promise.all(E.map((FT)=>FT.end()).concat(b.sql?b.sql.end({timeout:0}):[],f.sql?f.sql.end({timeout:0}):[]))]).then(()=>clearTimeout(c))}async function Z(){await Promise.all(E.map((z)=>z.end()))}async function TT(z){await Promise.all(E.map((c)=>c.terminate()));while(n.length)n.shift().reject(LT.connection("CONNECTION_DESTROYED",o));z()}function WT(z,c){return D(z,$),z.connect(c),z}function CT(z){D(z,R)}function oS(z){if(n.length===0)return D(z,O);let c=Math.ceil(n.length/($.length+1)),FT=!0;while(FT&&n.length&&c-- >0){let YT=n.shift();if(YT.reserve)return YT.reserve(z);FT=z.execute(YT)}FT?D(z,k):D(z,y)}function mS(z,c){D(z,J),z.reserved=null,z.onclose&&(z.onclose(c),z.onclose=null),o.onclose&&o.onclose(z.id),n.length&&WT(z,n.shift())}}function IW(T,S){if(T&&T.shared)return T;let o=process.env,f=(!T||typeof T==="string"?S:T)||{},{url:A,multihost:n}=bW(T),$=[...A.searchParams].reduce((y,[H,E])=>(y[H]=E,y),{}),F=f.hostname||f.host||n||A.hostname||o.PGHOST||"localhost",J=f.port||A.port||o.PGPORT||5432,R=f.user||f.username||A.username||o.PGUSERNAME||o.PGUSER||xW();f.no_prepare&&(f.prepare=!1),$.sslmode&&($.ssl=$.sslmode,delete $.sslmode),"timeout"in f&&(console.log("The timeout option is deprecated, use idle_timeout instead"),f.idle_timeout=f.timeout),$.sslrootcert==="system"&&($.ssl="verify-full");let O=["idle_timeout","connect_timeout","max_lifetime","max_pipeline","backoff","keep_alive"],k={max:10,ssl:!1,idle_timeout:null,connect_timeout:30,max_lifetime:mW,max_pipeline:100,backoff:NW,keep_alive:60,prepare:!0,debug:!1,fetch_types:!0,publications:"alltables",target_session_attrs:null};return{host:Array.isArray(F)?F:F.split(",").map((y)=>y.split(":")[0]),port:Array.isArray(J)?J:F.split(",").map((y)=>parseInt(y.split(":")[1]||J)),path:f.path||F.indexOf("/")>-1&&F+"/.s.PGSQL."+J,database:f.database||f.db||(A.pathname||"").slice(1)||o.PGDATABASE||R,user:R,pass:f.pass||f.password||A.password||o.PGPASSWORD||"",...Object.entries(k).reduce((y,[H,E])=>{let G=H in f?f[H]:(H in $)?$[H]==="disable"||$[H]==="false"?!1:$[H]:o["PG"+H.toUpperCase()]||E;return y[H]=typeof G==="string"&&O.includes(H)?+G:G,y},{}),connection:{application_name:"postgres.js",...f.connection,...Object.entries($).reduce((y,[H,E])=>((H in k)||(y[H]=E),y),{})},types:f.types||{},target_session_attrs:jW(f,A,o),onnotice:f.onnotice,onnotify:f.onnotify,onclose:f.onclose,onparameter:f.onparameter,socket:f.socket,transform:hW(f.transform||{undefined:void 0}),parameters:{},shared:{retries:0,typeArrayMap:{}},...n1(f.types)}}function jW(T,S,o){let f=T.target_session_attrs||S.searchParams.get("target_session_attrs")||o.PGTARGETSESSIONATTRS;if(!f||["read-write","read-only","primary","standby","prefer-standby"].includes(f))return f;throw new Error("target_session_attrs "+f+" is not supported")}function NW(T){return(0.5+Math.random()/2)*Math.min(3**T/100,20)}function mW(){return 60*(30+Math.random()*30)}function hW(T){return{undefined:T.undefined,column:{from:typeof T.column==="function"?T.column:T.column&&T.column.from,to:T.column&&T.column.to},value:{from:typeof T.value==="function"?T.value:T.value&&T.value.from,to:T.value&&T.value.to},row:{from:typeof T.row==="function"?T.row:T.row&&T.row.from,to:T.row&&T.row.to}}}function bW(T){if(!T||typeof T!=="string")return{url:{searchParams:new Map}};let S=T;S=S.slice(S.indexOf("://")+3).split(/[?/]/)[0],S=decodeURIComponent(S.slice(S.indexOf("@")+1));let o=new URL(T.replace(S,S.split(",")[0]));return{url:{username:decodeURIComponent(o.username),password:decodeURIComponent(o.password),host:o.host,hostname:o.hostname,port:o.port,pathname:o.pathname,searchParams:o.searchParams},multihost:S.indexOf(",")>-1&&S}}function xW(){try{return LW.userInfo().username}catch(T){return process.env.USERNAME||process.env.USER||process.env.LOGNAME}}class UT{static[W]="SelectionProxyHandler";config;constructor(T){this.config={...T}}get(T,S){if(S==="_")return{...T._,selectedFields:new Proxy(T._.selectedFields,this)};if(S===KT)return{...T[KT],selectedFields:new Proxy(T[KT].selectedFields,this)};if(typeof S==="symbol")return T[S];let f=(K(T,xT)?T._.selectedFields:K(T,nS)?T[KT].selectedFields:T)[S];if(K(f,N.Aliased)){if(this.config.sqlAliasedBehavior==="sql"&&!f.isSelectionField)return f.sql;let A=f.clone();return A.isSelectionField=!0,A}if(K(f,N)){if(this.config.sqlBehavior==="sql")return f;throw new Error(`You tried to reference "${S}" field from a subquery, which is a raw SQL field, but it doesn't have an alias declared. Please add an alias to the field using ".as('alias')" method.`)}if(K(f,_T)){if(this.config.alias)return new Proxy(f,new ro(new Proxy(f.table,new Ef(this.config.alias,this.config.replaceOriginalName??!1))));return f}if(typeof f!=="object"||f===null)return f;return new Proxy(f,new UT(this.config))}}class vA extends TS{constructor(T,S,o,f){super();this.session=S,this.dialect=o,this.config={table:T,withList:f}}static[W]="PgDelete";config;where(T){return this.config.where=T,this}returning(T=this.config.table[j.Symbol.Columns]){return this.config.returningFields=T,this.config.returning=yS(T),this}getSQL(){return this.dialect.buildDeleteQuery(this.config)}toSQL(){let{typings:T,...S}=this.dialect.sqlToQuery(this.getSQL());return S}_prepare(T){return kT.startActiveSpan("drizzle.prepareQuery",()=>{return this.session.prepareQuery(this.dialect.sqlToQuery(this.getSQL()),this.config.returning,T,!0)})}prepare(T){return this._prepare(T)}authToken;setToken(T){return this.authToken=T,this}execute=(T)=>{return kT.startActiveSpan("drizzle.operation",()=>{return this._prepare().execute(T,this.authToken)})};getSelectedFields(){return this.config.returningFields?new Proxy(this.config.returningFields,new UT({alias:qT(this.config.table),sqlAliasedBehavior:"alias",sqlBehavior:"error"})):void 0}$dynamic(){return this}}function vW(T){return(T.replace(/['\u2019]/g,"").match(/[\da-z]+|[A-Z]+(?![a-z])|[A-Z][\da-z]+/g)??[]).map((o)=>o.toLowerCase()).join("_")}function qW(T){return(T.replace(/['\u2019]/g,"").match(/[\da-z]+|[A-Z]+(?![a-z])|[A-Z][\da-z]+/g)??[]).reduce((o,f,A)=>{let n=A===0?f.toLowerCase():`${f[0].toUpperCase()}${f.slice(1)}`;return o+n},"")}function ZW(T){return T}class K${static[W]="CasingCache";cache={};cachedTables={};convert;constructor(T){this.convert=T==="snake_case"?vW:T==="camelCase"?qW:ZW}getColumnCasing(T){if(!T.keyAsName)return T.name;let S=T.table[j.Symbol.Schema]??"public",o=T.table[j.Symbol.OriginalName],f=`${S}.${o}.${T.name}`;if(!this.cache[f])this.cacheTable(T.table);return this.cache[f]}cacheTable(T){let S=T[j.Symbol.Schema]??"public",o=T[j.Symbol.OriginalName],f=`${S}.${o}`;if(!this.cachedTables[f]){for(let A of Object.values(T[j.Symbol.Columns])){let n=`${f}.${A.name}`;this.cache[n]=this.convert(A.name)}this.cachedTables[f]=!0}}clearCache(){this.cache={},this.cachedTables={}}}class Nf extends nS{static[W]="PgViewBase"}class Ko{static[W]="PgDialect";casing;constructor(T){this.casing=new K$(T?.casing)}async migrate(T,S,o){let f=typeof o==="string"?"__drizzle_migrations":o.migrationsTable??"__drizzle_migrations",A=typeof o==="string"?"drizzle":o.migrationsSchema??"drizzle",n=_`
38
- CREATE TABLE IF NOT EXISTS ${_.identifier(A)}.${_.identifier(f)} (
37
+ `};return n(J),new Promise(async(_)=>$=_);async function R({highWaterMark:_=16384,start:w=0,end:X=1/0}={}){let D=X-w;return w&&await J.seek(w),new X1.Readable({highWaterMark:_,async read(K){let L=K>D?K-D:K;D-=K;let[{data:h}]=await J.read(L);if(this.push(h),h.length<K)this.push(null)}})}async function M({highWaterMark:_=16384,start:w=0}={}){return w&&await J.seek(w),new X1.Writable({highWaterMark:_,write(X,D,K){J.write(X).then(()=>K(),K)}})}}).catch(S)})}Object.assign(rS,{PostgresError:gf,toPascal:_f,pascal:J$,toCamel:kf,camel:F$,toKebab:wf,kebab:R$,fromPascal:mn,fromCamel:Cn,fromKebab:In,BigInt:{to:20,from:[20],parse:(o)=>BigInt(o),serialize:(o)=>o.toString()}});var lf=rS;function rS(o,T){let f=CO(o,T),n=f.no_subscribe||_$(rS,{...f}),S=!1,A=WT(),$=WT(),F=WT(),J=WT(),R=WT(),M=WT(),_=WT(),w=WT(),X={connecting:$,reserved:F,closed:J,ended:R,open:M,busy:_,full:w},D=[...Array(f.max)].map(()=>k$(f,X,{onopen:fT,onend:Lo,onclose:IT})),K=L(v);return Object.assign(K,{get parameters(){return f.parameters},largeObject:w$.bind(null,K),subscribe:n,CLOSE:Pf,END:Pf,PostgresError:gf,options:f,reserve:P,listen:h,begin:Y,close:r,end:s}),K;function L(E){return E.debug=f.debug,Object.entries(f.types).reduce((To,[yo,Vo])=>{return To[yo]=(to)=>new mT(to,Vo.to),To},p),Object.assign(Fo,{types:p,typed:p,unsafe:Eo,notify:q,array:Q,json:U,file:Co}),Fo;function p(To,yo){return new mT(To,yo)}function Fo(To,...yo){return To&&Array.isArray(To.raw)?new yT(To,yo,E,G):typeof To==="string"&&!yo.length?new jn(f.transform.column.to?f.transform.column.to(To):To):new NS(To,yo)}function Eo(To,yo=[],Vo={}){return arguments.length===2&&!Array.isArray(yo)&&(Vo=yo,yo=[]),new yT([To],yo,E,G,{prepare:!1,...Vo,simple:"simple"in Vo?Vo.simple:yo.length===0})}function Co(To,yo=[],Vo={}){return arguments.length===2&&!Array.isArray(yo)&&(Vo=yo,yo=[]),new yT([],yo,(Ko)=>{LO.readFile(To,"utf8",(Zo,Xo)=>{if(Zo)return Ko.reject(Zo);Ko.strings=[Xo],E(Ko)})},G,{...Vo,simple:"simple"in Vo?Vo.simple:yo.length===0})}}async function h(E,p,Fo){let Eo={fn:p,onlisten:Fo},Co=h.sql||(h.sql=rS({...f,max:1,idle_timeout:null,max_lifetime:null,fetch_types:!1,onclose(){Object.entries(h.channels).forEach(([Ko,{listeners:Zo}])=>{delete h.channels[Ko],Promise.all(Zo.map((Xo)=>h(Ko,Xo.fn,Xo.onlisten).catch(()=>{})))})},onnotify(Ko,Zo){Ko in h.channels&&h.channels[Ko].listeners.forEach((Xo)=>Xo.fn(Zo))}})),To=h.channels||(h.channels={});if(E in To){To[E].listeners.push(Eo);let Ko=await To[E].result;return Eo.onlisten&&Eo.onlisten(),{state:Ko.state,unlisten:to}}To[E]={result:Co`listen ${Co.unsafe('"'+E.replace(/"/g,'""')+'"')}`,listeners:[Eo]};let Vo=await To[E].result;return Eo.onlisten&&Eo.onlisten(),{state:Vo.state,unlisten:to};async function to(){if(E in To===!1)return;if(To[E].listeners=To[E].listeners.filter((Ko)=>Ko!==Eo),To[E].listeners.length)return;return delete To[E],Co`unlisten ${Co.unsafe('"'+E.replace(/"/g,'""')+'"')}`}}async function q(E,p){return await K`select pg_notify(${E}, ${""+p})`}async function P(){let E=WT(),p=M.length?M.shift():await new Promise((Co)=>{A.push({reserve:Co}),J.length&&ko(J.shift())});z(p,F),p.reserved=()=>E.length?p.execute(E.shift()):z(p,F),p.reserved.release=!0;let Fo=L(Eo);return Fo.release=()=>{p.reserved=null,fT(p)},Fo;function Eo(Co){p.queue===w?E.push(Co):p.execute(Co)||z(p,w)}}async function Y(E,p){!p&&(p=E,E="");let Fo=WT(),Eo=0,Co,To=null;try{return await K.unsafe("begin "+E.replace(/[^a-z ]/ig,""),[],{onexecute:Vo}).execute(),await Promise.race([yo(Co,p),new Promise((to,Ko)=>Co.onclose=Ko)])}catch(to){throw to}async function yo(to,Ko,Zo){let Xo=L(mo);Xo.savepoint=cT,Xo.prepare=(Go)=>To=Go.replace(/[^a-z0-9$-_. ]/gi);let XT,Po;Zo&&await Xo`savepoint ${Xo(Zo)}`;try{if(Po=await new Promise((Go,HT)=>{let DT=Ko(Xo);Promise.resolve(Array.isArray(DT)?Promise.all(DT):DT).then(Go,HT)}),XT)throw XT}catch(Go){throw await(Zo?Xo`rollback to ${Xo(Zo)}`:Xo`rollback`),Go instanceof gf&&Go.code==="25P02"&&XT||Go}if(!Zo)To?await Xo`prepare transaction '${Xo.unsafe(To)}'`:await Xo`commit`;return Po;function cT(Go,HT){if(Go&&Array.isArray(Go.raw))return cT((DT)=>DT.apply(DT,arguments));return arguments.length===1&&(HT=Go,Go=null),yo(to,HT,"s"+Eo+++(Go?"_"+Go:""))}function mo(Go){Go.catch((HT)=>XT||(XT=HT)),to.queue===w?Fo.push(Go):to.execute(Go)||z(to,w)}}function Vo(to){Co=to,z(to,F),to.reserved=()=>Fo.length?to.execute(Fo.shift()):z(to,F)}}function z(E,p){return E.queue.remove(E),p.push(E),E.queue=p,p===M?E.idleTimer.start():E.idleTimer.cancel(),E}function U(E){return new mT(E,3802)}function Q(E,p){if(!Array.isArray(E))return Q(Array.from(arguments));return new mT(E,p||(E.length?IS(E)||25:0),f.shared.typeArrayMap)}function v(E){if(S)return E.reject(Bo.connection("CONNECTION_ENDED",f,f));if(M.length)return l(M.shift(),E);if(J.length)return ko(J.shift(),E);_.length?l(_.shift(),E):A.push(E)}function l(E,p){return E.execute(p)?z(E,_):z(E,w)}function G(E){return new Promise((p,Fo)=>{E.state?E.active?k$(f).cancel(E.state,p,Fo):E.cancelled={resolve:p,reject:Fo}:(A.remove(E),E.cancelled=!0,E.reject(Bo.generic("57014","canceling statement due to user request")),p())})}async function s({timeout:E=null}={}){if(S)return S;await 1;let p;return S=Promise.race([new Promise((Fo)=>E!==null&&(p=setTimeout(a,E*1000,Fo))),Promise.all(D.map((Fo)=>Fo.end()).concat(h.sql?h.sql.end({timeout:0}):[],n.sql?n.sql.end({timeout:0}):[]))]).then(()=>clearTimeout(p))}async function r(){await Promise.all(D.map((E)=>E.end()))}async function a(E){await Promise.all(D.map((p)=>p.terminate()));while(A.length)A.shift().reject(Bo.connection("CONNECTION_DESTROYED",f));E()}function ko(E,p){return z(E,$),E.connect(p),E}function Lo(E){z(E,R)}function fT(E){if(A.length===0)return z(E,M);let p=Math.ceil(A.length/($.length+1)),Fo=!0;while(Fo&&A.length&&p-- >0){let Eo=A.shift();if(Eo.reserve)return Eo.reserve(E);Fo=E.execute(Eo)}Fo?z(E,_):z(E,w)}function IT(E,p){z(E,J),E.reserved=null,E.onclose&&(E.onclose(p),E.onclose=null),f.onclose&&f.onclose(E.id),A.length&&ko(E,A.shift())}}function CO(o,T){if(o&&o.shared)return o;let f=process.env,n=(!o||typeof o==="string"?T:o)||{},{url:S,multihost:A}=hO(o),$=[...S.searchParams].reduce((w,[X,D])=>(w[X]=D,w),{}),F=n.hostname||n.host||A||S.hostname||f.PGHOST||"localhost",J=n.port||S.port||f.PGPORT||5432,R=n.user||n.username||S.username||f.PGUSERNAME||f.PGUSER||bO();n.no_prepare&&(n.prepare=!1),$.sslmode&&($.ssl=$.sslmode,delete $.sslmode),"timeout"in n&&(console.log("The timeout option is deprecated, use idle_timeout instead"),n.idle_timeout=n.timeout),$.sslrootcert==="system"&&($.ssl="verify-full");let M=["idle_timeout","connect_timeout","max_lifetime","max_pipeline","backoff","keep_alive"],_={max:10,ssl:!1,idle_timeout:null,connect_timeout:30,max_lifetime:jO,max_pipeline:100,backoff:IO,keep_alive:60,prepare:!0,debug:!1,fetch_types:!0,publications:"alltables",target_session_attrs:null};return{host:Array.isArray(F)?F:F.split(",").map((w)=>w.split(":")[0]),port:Array.isArray(J)?J:F.split(",").map((w)=>parseInt(w.split(":")[1]||J)),path:n.path||F.indexOf("/")>-1&&F+"/.s.PGSQL."+J,database:n.database||n.db||(S.pathname||"").slice(1)||f.PGDATABASE||R,user:R,pass:n.pass||n.password||S.password||f.PGPASSWORD||"",...Object.entries(_).reduce((w,[X,D])=>{let K=X in n?n[X]:(X in $)?$[X]==="disable"||$[X]==="false"?!1:$[X]:f["PG"+X.toUpperCase()]||D;return w[X]=typeof K==="string"&&M.includes(X)?+K:K,w},{}),connection:{application_name:"postgres.js",...n.connection,...Object.entries($).reduce((w,[X,D])=>((X in _)||(w[X]=D),w),{})},types:n.types||{},target_session_attrs:mO(n,S,f),onnotice:n.onnotice,onnotify:n.onnotify,onclose:n.onclose,onparameter:n.onparameter,socket:n.socket,transform:NO(n.transform||{undefined:void 0}),parameters:{},shared:{retries:0,typeArrayMap:{}},...$1(n.types)}}function mO(o,T,f){let n=o.target_session_attrs||T.searchParams.get("target_session_attrs")||f.PGTARGETSESSIONATTRS;if(!n||["read-write","read-only","primary","standby","prefer-standby"].includes(n))return n;throw new Error("target_session_attrs "+n+" is not supported")}function IO(o){return(0.5+Math.random()/2)*Math.min(3**o/100,20)}function jO(){return 60*(30+Math.random()*30)}function NO(o){return{undefined:o.undefined,column:{from:typeof o.column==="function"?o.column:o.column&&o.column.from,to:o.column&&o.column.to},value:{from:typeof o.value==="function"?o.value:o.value&&o.value.from,to:o.value&&o.value.to},row:{from:typeof o.row==="function"?o.row:o.row&&o.row.from,to:o.row&&o.row.to}}}function hO(o){if(!o||typeof o!=="string")return{url:{searchParams:new Map}};let T=o;T=T.slice(T.indexOf("://")+3).split(/[?/]/)[0],T=decodeURIComponent(T.slice(T.indexOf("@")+1));let f=new URL(o.replace(T,T.split(",")[0]));return{url:{username:decodeURIComponent(f.username),password:decodeURIComponent(f.password),host:f.host,hostname:f.hostname,port:f.port,pathname:f.pathname,searchParams:f.searchParams},multihost:T.indexOf(",")>-1&&T}}function bO(){try{return BO.userInfo().username}catch(o){return process.env.USERNAME||process.env.USER||process.env.LOGNAME}}class Do{static[O]="SelectionProxyHandler";config;constructor(o){this.config={...o}}get(o,T){if(T==="_")return{...o._,selectedFields:new Proxy(o._.selectedFields,this)};if(T===Ho)return{...o[Ho],selectedFields:new Proxy(o[Ho].selectedFields,this)};if(typeof T==="symbol")return o[T];let n=(H(o,bo)?o._.selectedFields:H(o,ST)?o[Ho].selectedFields:o)[T];if(H(n,j.Aliased)){if(this.config.sqlAliasedBehavior==="sql"&&!n.isSelectionField)return n.sql;let S=n.clone();return S.isSelectionField=!0,S}if(H(n,j)){if(this.config.sqlBehavior==="sql")return n;throw new Error(`You tried to reference "${T}" field from a subquery, which is a raw SQL field, but it doesn't have an alias declared. Please add an alias to the field using ".as('alias')" method.`)}if(H(n,_o)){if(this.config.alias)return new Proxy(n,new Zf(new Proxy(n.table,new zn(this.config.alias,this.config.replaceOriginalName??!1))));return n}if(typeof n!=="object"||n===null)return n;return new Proxy(n,new Do(this.config))}}class pS extends oT{constructor(o,T,f,n){super();this.session=T,this.dialect=f,this.config={table:o,withList:n}}static[O]="PgDelete";config;where(o){return this.config.where=o,this}returning(o=this.config.table[I.Symbol.Columns]){return this.config.returningFields=o,this.config.returning=wT(o),this}getSQL(){return this.dialect.buildDeleteQuery(this.config)}toSQL(){let{typings:o,...T}=this.dialect.sqlToQuery(this.getSQL());return T}_prepare(o){return wo.startActiveSpan("drizzle.prepareQuery",()=>{return this.session.prepareQuery(this.dialect.sqlToQuery(this.getSQL()),this.config.returning,o,!0)})}prepare(o){return this._prepare(o)}authToken;setToken(o){return this.authToken=o,this}execute=(o)=>{return wo.startActiveSpan("drizzle.operation",()=>{return this._prepare().execute(o,this.authToken)})};getSelectedFields(){return this.config.returningFields?new Proxy(this.config.returningFields,new Do({alias:qo(this.config.table),sqlAliasedBehavior:"alias",sqlBehavior:"error"})):void 0}$dynamic(){return this}}function xO(o){return(o.replace(/['\u2019]/g,"").match(/[\da-z]+|[A-Z]+(?![a-z])|[A-Z][\da-z]+/g)??[]).map((f)=>f.toLowerCase()).join("_")}function vO(o){return(o.replace(/['\u2019]/g,"").match(/[\da-z]+|[A-Z]+(?![a-z])|[A-Z][\da-z]+/g)??[]).reduce((f,n,S)=>{let A=S===0?n.toLowerCase():`${n[0].toUpperCase()}${n.slice(1)}`;return f+A},"")}function qO(o){return o}class y${static[O]="CasingCache";cache={};cachedTables={};convert;constructor(o){this.convert=o==="snake_case"?xO:o==="camelCase"?vO:qO}getColumnCasing(o){if(!o.keyAsName)return o.name;let T=o.table[I.Symbol.Schema]??"public",f=o.table[I.Symbol.OriginalName],n=`${T}.${f}.${o.name}`;if(!this.cache[n])this.cacheTable(o.table);return this.cache[n]}cacheTable(o){let T=o[I.Symbol.Schema]??"public",f=o[I.Symbol.OriginalName],n=`${T}.${f}`;if(!this.cachedTables[n]){for(let S of Object.values(o[I.Symbol.Columns])){let A=`${n}.${S.name}`;this.cache[A]=this.convert(S.name)}this.cachedTables[n]=!0}}clearCache(){this.cache={},this.cachedTables={}}}class hn extends ST{static[O]="PgViewBase"}class Xf{static[O]="PgDialect";casing;constructor(o){this.casing=new y$(o?.casing)}async migrate(o,T,f){let n=typeof f==="string"?"__drizzle_migrations":f.migrationsTable??"__drizzle_migrations",S=typeof f==="string"?"drizzle":f.migrationsSchema??"drizzle",A=k`
38
+ CREATE TABLE IF NOT EXISTS ${k.identifier(S)}.${k.identifier(n)} (
39
39
  id SERIAL PRIMARY KEY,
40
40
  hash text NOT NULL,
41
41
  created_at bigint
42
42
  )
43
- `;await S.execute(_`CREATE SCHEMA IF NOT EXISTS ${_.identifier(A)}`),await S.execute(n);let F=(await S.all(_`select id, hash, created_at from ${_.identifier(A)}.${_.identifier(f)} order by created_at desc limit 1`))[0];await S.transaction(async(J)=>{for await(let R of T)if(!F||Number(F.created_at)<R.folderMillis){for(let O of R.sql)await J.execute(_.raw(O));await J.execute(_`insert into ${_.identifier(A)}.${_.identifier(f)} ("hash", "created_at") values(${R.hash}, ${R.folderMillis})`)}})}escapeName(T){return`"${T}"`}escapeParam(T){return`$${T+1}`}escapeString(T){return`'${T.replace(/'/g,"''")}'`}buildWithCTE(T){if(!T?.length)return;let S=[_`with `];for(let[o,f]of T.entries())if(S.push(_`${_.identifier(f._.alias)} as (${f._.sql})`),o<T.length-1)S.push(_`, `);return S.push(_` `),_.join(S)}buildDeleteQuery({table:T,where:S,returning:o,withList:f}){let A=this.buildWithCTE(f),n=o?_` returning ${this.buildSelection(o,{isSingleTable:!0})}`:void 0,$=S?_` where ${S}`:void 0;return _`${A}delete from ${T}${$}${n}`}buildUpdateSet(T,S){let o=T[j.Symbol.Columns],f=Object.keys(o).filter((n)=>S[n]!==void 0||o[n]?.onUpdateFn!==void 0),A=f.length;return _.join(f.flatMap((n,$)=>{let F=o[n],J=S[n]??_.param(F.onUpdateFn(),F),R=_`${_.identifier(this.casing.getColumnCasing(F))} = ${J}`;if($<A-1)return[R,_.raw(", ")];return[R]}))}buildUpdateQuery({table:T,set:S,where:o,returning:f,withList:A,from:n,joins:$}){let F=this.buildWithCTE(A),J=T[pT.Symbol.Name],R=T[pT.Symbol.Schema],O=T[pT.Symbol.OriginalName],k=J===O?void 0:J,y=_`${R?_`${_.identifier(R)}.`:void 0}${_.identifier(O)}${k&&_` ${_.identifier(k)}`}`,H=this.buildUpdateSet(T,S),E=n&&_.join([_.raw(" from "),this.buildFromTable(n)]),G=this.buildJoins($),I=f?_` returning ${this.buildSelection(f,{isSingleTable:!n})}`:void 0,b=o?_` where ${o}`:void 0;return _`${F}update ${y} set ${H}${E}${G}${b}${I}`}buildSelection(T,{isSingleTable:S=!1}={}){let o=T.length,f=T.flatMap(({field:A},n)=>{let $=[];if(K(A,N.Aliased)&&A.isSelectionField)$.push(_.identifier(A.fieldAlias));else if(K(A,N.Aliased)||K(A,N)){let F=K(A,N.Aliased)?A.sql:A;if(S)$.push(new N(F.queryChunks.map((J)=>{if(K(J,B))return _.identifier(this.casing.getColumnCasing(J));return J})));else $.push(F);if(K(A,N.Aliased))$.push(_` as ${_.identifier(A.fieldAlias)}`)}else if(K(A,_T))if(S)$.push(_.identifier(this.casing.getColumnCasing(A)));else $.push(A);if(n<o-1)$.push(_`, `);return $});return _.join(f)}buildJoins(T){if(!T||T.length===0)return;let S=[];for(let[o,f]of T.entries()){if(o===0)S.push(_` `);let A=f.table,n=f.lateral?_` lateral`:void 0;if(K(A,pT)){let $=A[pT.Symbol.Name],F=A[pT.Symbol.Schema],J=A[pT.Symbol.OriginalName],R=$===J?void 0:f.alias;S.push(_`${_.raw(f.joinType)} join${n} ${F?_`${_.identifier(F)}.`:void 0}${_.identifier(J)}${R&&_` ${_.identifier(R)}`} on ${f.on}`)}else if(K(A,nS)){let $=A[KT].name,F=A[KT].schema,J=A[KT].originalName,R=$===J?void 0:f.alias;S.push(_`${_.raw(f.joinType)} join${n} ${F?_`${_.identifier(F)}.`:void 0}${_.identifier(J)}${R&&_` ${_.identifier(R)}`} on ${f.on}`)}else S.push(_`${_.raw(f.joinType)} join${n} ${A} on ${f.on}`);if(o<T.length-1)S.push(_` `)}return _.join(S)}buildFromTable(T){if(K(T,j)&&T[j.Symbol.OriginalName]!==T[j.Symbol.Name]){let S=_`${_.identifier(T[j.Symbol.OriginalName])}`;if(T[j.Symbol.Schema])S=_`${_.identifier(T[j.Symbol.Schema])}.${S}`;return _`${S} ${_.identifier(T[j.Symbol.Name])}`}return T}buildSelectQuery({withList:T,fields:S,fieldsFlat:o,where:f,having:A,table:n,joins:$,orderBy:F,groupBy:J,limit:R,offset:O,lockingClause:k,distinct:y,setOperators:H}){let E=o??yS(S);for(let TT of E)if(K(TT.field,_T)&&qT(TT.field.table)!==(K(n,xT)?n._.alias:K(n,Nf)?n[KT].name:K(n,N)?void 0:qT(n))&&!((WT)=>$?.some(({alias:CT})=>CT===(WT[j.Symbol.IsAlias]?qT(WT):WT[j.Symbol.BaseName])))(TT.field.table)){let WT=qT(TT.field.table);throw new Error(`Your "${TT.path.join("->")}" field references a column "${WT}"."${TT.field.name}", but the table "${WT}" is not part of the query! Did you forget to join it?`)}let G=!$||$.length===0,I=this.buildWithCTE(T),b;if(y)b=y===!0?_` distinct`:_` distinct on (${_.join(y.on,_`, `)})`;let q=this.buildSelection(E,{isSingleTable:G}),P=this.buildFromTable(n),X=this.buildJoins($),D=f?_` where ${f}`:void 0,V=A?_` having ${A}`:void 0,U;if(F&&F.length>0)U=_` order by ${_.join(F,_`, `)}`;let v;if(J&&J.length>0)v=_` group by ${_.join(J,_`, `)}`;let l=typeof R==="object"||typeof R==="number"&&R>=0?_` limit ${R}`:void 0,Y=O?_` offset ${O}`:void 0,a=_.empty();if(k){let TT=_` for ${_.raw(k.strength)}`;if(k.config.of)TT.append(_` of ${_.join(Array.isArray(k.config.of)?k.config.of:[k.config.of],_`, `)}`);if(k.config.noWait)TT.append(_` no wait`);else if(k.config.skipLocked)TT.append(_` skip locked`);a.append(TT)}let Z=_`${I}select${b} ${q} from ${P}${X}${D}${v}${V}${U}${l}${Y}${a}`;if(H.length>0)return this.buildSetOperations(Z,H);return Z}buildSetOperations(T,S){let[o,...f]=S;if(!o)throw new Error("Cannot pass undefined values to any set operator");if(f.length===0)return this.buildSetOperationQuery({leftSelect:T,setOperator:o});return this.buildSetOperations(this.buildSetOperationQuery({leftSelect:T,setOperator:o}),f)}buildSetOperationQuery({leftSelect:T,setOperator:{type:S,isAll:o,rightSelect:f,limit:A,orderBy:n,offset:$}}){let F=_`(${T.getSQL()}) `,J=_`(${f.getSQL()})`,R;if(n&&n.length>0){let H=[];for(let E of n)if(K(E,B))H.push(_.identifier(E.name));else if(K(E,N)){for(let G=0;G<E.queryChunks.length;G++){let I=E.queryChunks[G];if(K(I,B))E.queryChunks[G]=_.identifier(I.name)}H.push(_`${E}`)}else H.push(_`${E}`);R=_` order by ${_.join(H,_`, `)} `}let O=typeof A==="object"||typeof A==="number"&&A>=0?_` limit ${A}`:void 0,k=_.raw(`${S} ${o?"all ":""}`),y=$?_` offset ${$}`:void 0;return _`${F}${k}${J}${R}${O}${y}`}buildInsertQuery({table:T,values:S,onConflict:o,returning:f,withList:A,select:n,overridingSystemValue_:$}){let F=[],J=T[j.Symbol.Columns],R=Object.entries(J).filter(([I,b])=>!b.shouldDisableInsert()),O=R.map(([,I])=>_.identifier(this.casing.getColumnCasing(I)));if(n){let I=S;if(K(I,N))F.push(I);else F.push(I.getSQL())}else{let I=S;F.push(_.raw("values "));for(let[b,q]of I.entries()){let P=[];for(let[X,D]of R){let V=q[X];if(V===void 0||K(V,RS)&&V.value===void 0)if(D.defaultFn!==void 0){let U=D.defaultFn(),v=K(U,N)?U:_.param(U,D);P.push(v)}else if(!D.default&&D.onUpdateFn!==void 0){let U=D.onUpdateFn(),v=K(U,N)?U:_.param(U,D);P.push(v)}else P.push(_`default`);else P.push(V)}if(F.push(P),b<I.length-1)F.push(_`, `)}}let k=this.buildWithCTE(A),y=_.join(F),H=f?_` returning ${this.buildSelection(f,{isSingleTable:!0})}`:void 0,E=o?_` on conflict ${o}`:void 0,G=$===!0?_`overriding system value `:void 0;return _`${k}insert into ${T} ${O} ${G}${y}${E}${H}`}buildRefreshMaterializedViewQuery({view:T,concurrently:S,withNoData:o}){let f=S?_` concurrently`:void 0,A=o?_` with no data`:void 0;return _`refresh materialized view${f} ${T}${A}`}prepareTyping(T){if(K(T,YA)||K(T,GA))return"json";else if(K(T,EA))return"decimal";else if(K(T,zA))return"time";else if(K(T,QA)||K(T,DA))return"timestamp";else if(K(T,KA)||K(T,HA))return"date";else if(K(T,UA))return"uuid";else return"none"}sqlToQuery(T,S){return T.toQuery({casing:this.casing,escapeName:this.escapeName,escapeParam:this.escapeParam,escapeString:this.escapeString,prepareTyping:this.prepareTyping,invokeSource:S})}buildRelationalQueryWithoutPK({fullSchema:T,schema:S,tableNamesMap:o,table:f,tableConfig:A,queryConfig:n,tableAlias:$,nestedQueryRelation:F,joinOn:J}){let R=[],O,k,y=[],H,E=[];if(n===!0)R=Object.entries(A.columns).map(([b,q])=>({dbKey:q.name,tsKey:b,field:jS(q,$),relationTableTsKey:void 0,isJson:!1,selection:[]}));else{let I=Object.fromEntries(Object.entries(A.columns).map(([V,U])=>[V,jS(U,$)]));if(n.where){let V=typeof n.where==="function"?n.where(I,g0()):n.where;H=V&&zf(V,$)}let b=[],q=[];if(n.columns){let V=!1;for(let[U,v]of Object.entries(n.columns)){if(v===void 0)continue;if(U in A.columns){if(!V&&v===!0)V=!0;q.push(U)}}if(q.length>0)q=V?q.filter((U)=>n.columns?.[U]===!0):Object.keys(A.columns).filter((U)=>!q.includes(U))}else q=Object.keys(A.columns);for(let V of q){let U=A.columns[V];b.push({tsKey:V,value:U})}let P=[];if(n.with)P=Object.entries(n.with).filter((V)=>!!V[1]).map(([V,U])=>({tsKey:V,queryConfig:U,relation:A.relations[V]}));let X;if(n.extras){X=typeof n.extras==="function"?n.extras(I,{sql:_}):n.extras;for(let[V,U]of Object.entries(X))b.push({tsKey:V,value:Pn(U,$)})}for(let{tsKey:V,value:U}of b)R.push({dbKey:K(U,N.Aliased)?U.fieldAlias:A.columns[V].name,tsKey:V,field:K(U,_T)?jS(U,$):U,relationTableTsKey:void 0,isJson:!1,selection:[]});let D=typeof n.orderBy==="function"?n.orderBy(I,i0()):n.orderBy??[];if(!Array.isArray(D))D=[D];y=D.map((V)=>{if(K(V,_T))return jS(V,$);return zf(V,$)}),O=n.limit,k=n.offset;for(let{tsKey:V,queryConfig:U,relation:v}of P){let l=l0(S,o,v),Y=Wo(v.referencedTable),a=o[Y],Z=`${$}_${V}`,TT=Qf(...l.fields.map((oS,mS)=>yA(jS(l.references[mS],Z),jS(oS,$)))),WT=this.buildRelationalQueryWithoutPK({fullSchema:T,schema:S,tableNamesMap:o,table:T[a],tableConfig:S[a],queryConfig:K(v,To)?U===!0?{limit:1}:{...U,limit:1}:U,tableAlias:Z,joinOn:TT,nestedQueryRelation:v}),CT=_`${_.identifier(Z)}.${_.identifier("data")}`.as(V);E.push({on:_`true`,table:new xT(WT.sql,{},Z),alias:Z,joinType:"left",lateral:!0}),R.push({dbKey:V,tsKey:V,field:CT,relationTableTsKey:a,isJson:!0,selection:WT.selection})}}if(R.length===0)throw new kA({message:`No fields selected for table "${A.tsName}" ("${$}")`});let G;if(H=Qf(J,H),F){let I=_`json_build_array(${_.join(R.map(({field:P,tsKey:X,isJson:D})=>D?_`${_.identifier(`${$}_${X}`)}.${_.identifier("data")}`:K(P,N.Aliased)?P.sql:P),_`, `)})`;if(K(F,Bf))I=_`coalesce(json_agg(${I}${y.length>0?_` order by ${_.join(y,_`, `)}`:void 0}), '[]'::json)`;let b=[{dbKey:"data",tsKey:"data",field:I.as("data"),isJson:!0,relationTableTsKey:A.tsName,selection:R}];if(O!==void 0||k!==void 0||y.length>0)G=this.buildSelectQuery({table:_A(f,$),fields:{},fieldsFlat:[{path:[],field:_.raw("*")}],where:H,limit:O,offset:k,orderBy:y,setOperators:[]}),H=void 0,O=void 0,k=void 0,y=[];else G=_A(f,$);G=this.buildSelectQuery({table:K(G,pT)?G:new xT(G,{},$),fields:{},fieldsFlat:b.map(({field:P})=>({path:[],field:K(P,_T)?jS(P,$):P})),joins:E,where:H,limit:O,offset:k,orderBy:y,setOperators:[]})}else G=this.buildSelectQuery({table:_A(f,$),fields:{},fieldsFlat:R.map(({field:I})=>({path:[],field:K(I,_T)?jS(I,$):I})),joins:E,where:H,limit:O,offset:k,orderBy:y,setOperators:[]});return{tableTsKey:A.tsName,sql:G,selection:R}}}class H${static[W]="TypedQueryBuilder";getSelectedFields(){return this._.selectedFields}}class SS{static[W]="PgSelectBuilder";fields;session;dialect;withList=[];distinct;constructor(T){if(this.fields=T.fields,this.session=T.session,this.dialect=T.dialect,T.withList)this.withList=T.withList;this.distinct=T.distinct}authToken;setToken(T){return this.authToken=T,this}from(T){let S=!!this.fields,o=T,f;if(this.fields)f=this.fields;else if(K(o,xT))f=Object.fromEntries(Object.keys(o._.selectedFields).map((A)=>[A,o[A]]));else if(K(o,Nf))f=o[KT].selectedFields;else if(K(o,N))f={};else f=uJ(o);return new X$({table:o,fields:f,isPartialSelect:S,session:this.session,dialect:this.dialect,withList:this.withList,distinct:this.distinct}).setToken(this.authToken)}}class K1 extends H${static[W]="PgSelectQueryBuilder";_;config;joinsNotNullableMap;tableName;isPartialSelect;session;dialect;constructor({table:T,fields:S,isPartialSelect:o,session:f,dialect:A,withList:n,distinct:$}){super();this.config={withList:n,table:T,fields:{...S},distinct:$,setOperators:[]},this.isPartialSelect=o,this.session=f,this.dialect=A,this._={selectedFields:S},this.tableName=ZS(T),this.joinsNotNullableMap=typeof this.tableName==="string"?{[this.tableName]:!0}:{}}createJoin(T){return(S,o)=>{let f=this.tableName,A=ZS(S);if(typeof A==="string"&&this.config.joins?.some((n)=>n.alias===A))throw new Error(`Alias "${A}" is already used in this query`);if(!this.isPartialSelect){if(Object.keys(this.joinsNotNullableMap).length===1&&typeof f==="string")this.config.fields={[f]:this.config.fields};if(typeof A==="string"&&!K(S,N)){let n=K(S,xT)?S._.selectedFields:K(S,nS)?S[KT].selectedFields:S[j.Symbol.Columns];this.config.fields[A]=n}}if(typeof o==="function")o=o(new Proxy(this.config.fields,new UT({sqlAliasedBehavior:"sql",sqlBehavior:"sql"})));if(!this.config.joins)this.config.joins=[];if(this.config.joins.push({on:o,table:S,joinType:T,alias:A}),typeof A==="string")switch(T){case"left":{this.joinsNotNullableMap[A]=!1;break}case"right":{this.joinsNotNullableMap=Object.fromEntries(Object.entries(this.joinsNotNullableMap).map(([n])=>[n,!1])),this.joinsNotNullableMap[A]=!0;break}case"inner":{this.joinsNotNullableMap[A]=!0;break}case"full":{this.joinsNotNullableMap=Object.fromEntries(Object.entries(this.joinsNotNullableMap).map(([n])=>[n,!1])),this.joinsNotNullableMap[A]=!1;break}}return this}}leftJoin=this.createJoin("left");rightJoin=this.createJoin("right");innerJoin=this.createJoin("inner");fullJoin=this.createJoin("full");createSetOperator(T,S){return(o)=>{let f=typeof o==="function"?o(cW()):o;if(!Df(this.getSelectedFields(),f.getSelectedFields()))throw new Error("Set operator error (union / intersect / except): selected fields are not the same or are in a different order");return this.config.setOperators.push({type:T,isAll:S,rightSelect:f}),this}}union=this.createSetOperator("union",!1);unionAll=this.createSetOperator("union",!0);intersect=this.createSetOperator("intersect",!1);intersectAll=this.createSetOperator("intersect",!0);except=this.createSetOperator("except",!1);exceptAll=this.createSetOperator("except",!0);addSetOperators(T){return this.config.setOperators.push(...T),this}where(T){if(typeof T==="function")T=T(new Proxy(this.config.fields,new UT({sqlAliasedBehavior:"sql",sqlBehavior:"sql"})));return this.config.where=T,this}having(T){if(typeof T==="function")T=T(new Proxy(this.config.fields,new UT({sqlAliasedBehavior:"sql",sqlBehavior:"sql"})));return this.config.having=T,this}groupBy(...T){if(typeof T[0]==="function"){let S=T[0](new Proxy(this.config.fields,new UT({sqlAliasedBehavior:"alias",sqlBehavior:"sql"})));this.config.groupBy=Array.isArray(S)?S:[S]}else this.config.groupBy=T;return this}orderBy(...T){if(typeof T[0]==="function"){let S=T[0](new Proxy(this.config.fields,new UT({sqlAliasedBehavior:"alias",sqlBehavior:"sql"}))),o=Array.isArray(S)?S:[S];if(this.config.setOperators.length>0)this.config.setOperators.at(-1).orderBy=o;else this.config.orderBy=o}else{let S=T;if(this.config.setOperators.length>0)this.config.setOperators.at(-1).orderBy=S;else this.config.orderBy=S}return this}limit(T){if(this.config.setOperators.length>0)this.config.setOperators.at(-1).limit=T;else this.config.limit=T;return this}offset(T){if(this.config.setOperators.length>0)this.config.setOperators.at(-1).offset=T;else this.config.offset=T;return this}for(T,S={}){return this.config.lockingClause={strength:T,config:S},this}getSQL(){return this.dialect.buildSelectQuery(this.config)}toSQL(){let{typings:T,...S}=this.dialect.sqlToQuery(this.getSQL());return S}as(T){return new Proxy(new xT(this.getSQL(),this.config.fields,T),new UT({alias:T,sqlAliasedBehavior:"alias",sqlBehavior:"error"}))}getSelectedFields(){return new Proxy(this.config.fields,new UT({alias:this.tableName,sqlAliasedBehavior:"alias",sqlBehavior:"error"}))}$dynamic(){return this}}class X$ extends K1{static[W]="PgSelect";_prepare(T){let{session:S,config:o,dialect:f,joinsNotNullableMap:A,authToken:n}=this;if(!S)throw new Error("Cannot execute a query on a query builder. Please use a database instance instead.");return kT.startActiveSpan("drizzle.prepareQuery",()=>{let $=yS(o.fields),F=S.prepareQuery(f.sqlToQuery(this.getSQL()),$,T,!0);return F.joinsNotNullableMap=A,F.setToken(n)})}prepare(T){return this._prepare(T)}authToken;setToken(T){return this.authToken=T,this}execute=(T)=>{return kT.startActiveSpan("drizzle.operation",()=>{return this._prepare().execute(T,this.authToken)})}}lJ(X$,[TS]);function lo(T,S){return(o,f,...A)=>{let n=[f,...A].map(($)=>({type:T,isAll:S,rightSelect:$}));for(let $ of n)if(!Df(o.getSelectedFields(),$.rightSelect.getSelectedFields()))throw new Error("Set operator error (union / intersect / except): selected fields are not the same or are in a different order");return o.addSetOperators(n)}}var cW=()=>({union:rW,unionAll:pW,intersect:PW,intersectAll:gW,except:iW,exceptAll:dW}),rW=lo("union",!1),pW=lo("union",!0),PW=lo("intersect",!1),gW=lo("intersect",!0),iW=lo("except",!1),dW=lo("except",!0);class mf{static[W]="PgQueryBuilder";dialect;dialectConfig;constructor(T){this.dialect=K(T,Ko)?T:void 0,this.dialectConfig=K(T,Ko)?void 0:T}$with=(T,S)=>{let o=this;return{as:(A)=>{if(typeof A==="function")A=A(o);return new Proxy(new Gf(A.getSQL(),S??("getSelectedFields"in A?A.getSelectedFields()??{}:{}),T,!0),new UT({alias:T,sqlAliasedBehavior:"alias",sqlBehavior:"error"}))}}};with(...T){let S=this;function o(n){return new SS({fields:n??void 0,session:void 0,dialect:S.getDialect(),withList:T})}function f(n){return new SS({fields:n??void 0,session:void 0,dialect:S.getDialect(),distinct:!0})}function A(n,$){return new SS({fields:$??void 0,session:void 0,dialect:S.getDialect(),distinct:{on:n}})}return{select:o,selectDistinct:f,selectDistinctOn:A}}select(T){return new SS({fields:T??void 0,session:void 0,dialect:this.getDialect()})}selectDistinct(T){return new SS({fields:T??void 0,session:void 0,dialect:this.getDialect(),distinct:!0})}selectDistinctOn(T,S){return new SS({fields:S??void 0,session:void 0,dialect:this.getDialect(),distinct:{on:T}})}getDialect(){if(!this.dialect)this.dialect=new Ko(this.dialectConfig);return this.dialect}}class qA{constructor(T,S,o,f,A){this.table=T,this.session=S,this.dialect=o,this.withList=f,this.overridingSystemValue_=A}static[W]="PgInsertBuilder";authToken;setToken(T){return this.authToken=T,this}overridingSystemValue(){return this.overridingSystemValue_=!0,this}values(T){if(T=Array.isArray(T)?T:[T],T.length===0)throw new Error("values() must be called with at least one value");let S=T.map((o)=>{let f={},A=this.table[j.Symbol.Columns];for(let n of Object.keys(o)){let $=o[n];f[n]=K($,N)?$:new RS($,A[n])}return f});return new G$(this.table,S,this.session,this.dialect,this.withList,!1,this.overridingSystemValue_).setToken(this.authToken)}select(T){let S=typeof T==="function"?T(new mf):T;if(!K(S,N)&&!Df(this.table[MA],S._.selectedFields))throw new Error("Insert select error: selected fields are not the same or are in a different order compared to the table definition");return new G$(this.table,S,this.session,this.dialect,this.withList,!0)}}class G$ extends TS{constructor(T,S,o,f,A,n,$){super();this.session=o,this.dialect=f,this.config={table:T,values:S,withList:A,select:n,overridingSystemValue_:$}}static[W]="PgInsert";config;returning(T=this.config.table[j.Symbol.Columns]){return this.config.returningFields=T,this.config.returning=yS(T),this}onConflictDoNothing(T={}){if(T.target===void 0)this.config.onConflict=_`do nothing`;else{let S="";S=Array.isArray(T.target)?T.target.map((f)=>this.dialect.escapeName(this.dialect.casing.getColumnCasing(f))).join(","):this.dialect.escapeName(this.dialect.casing.getColumnCasing(T.target));let o=T.where?_` where ${T.where}`:void 0;this.config.onConflict=_`(${_.raw(S)})${o} do nothing`}return this}onConflictDoUpdate(T){if(T.where&&(T.targetWhere||T.setWhere))throw new Error('You cannot use both "where" and "targetWhere"/"setWhere" at the same time - "where" is deprecated, use "targetWhere" or "setWhere" instead.');let S=T.where?_` where ${T.where}`:void 0,o=T.targetWhere?_` where ${T.targetWhere}`:void 0,f=T.setWhere?_` where ${T.setWhere}`:void 0,A=this.dialect.buildUpdateSet(this.config.table,wA(this.config.table,T.set)),n="";return n=Array.isArray(T.target)?T.target.map(($)=>this.dialect.escapeName(this.dialect.casing.getColumnCasing($))).join(","):this.dialect.escapeName(this.dialect.casing.getColumnCasing(T.target)),this.config.onConflict=_`(${_.raw(n)})${o} do update set ${A}${S}${f}`,this}getSQL(){return this.dialect.buildInsertQuery(this.config)}toSQL(){let{typings:T,...S}=this.dialect.sqlToQuery(this.getSQL());return S}_prepare(T){return kT.startActiveSpan("drizzle.prepareQuery",()=>{return this.session.prepareQuery(this.dialect.sqlToQuery(this.getSQL()),this.config.returning,T,!0)})}prepare(T){return this._prepare(T)}authToken;setToken(T){return this.authToken=T,this}execute=(T)=>{return kT.startActiveSpan("drizzle.operation",()=>{return this._prepare().execute(T,this.authToken)})};getSelectedFields(){return this.config.returningFields?new Proxy(this.config.returningFields,new UT({alias:qT(this.config.table),sqlAliasedBehavior:"alias",sqlBehavior:"error"})):void 0}$dynamic(){return this}}class Y$ extends TS{constructor(T,S,o){super();this.session=S,this.dialect=o,this.config={view:T}}static[W]="PgRefreshMaterializedView";config;concurrently(){if(this.config.withNoData!==void 0)throw new Error("Cannot use concurrently and withNoData together");return this.config.concurrently=!0,this}withNoData(){if(this.config.concurrently!==void 0)throw new Error("Cannot use concurrently and withNoData together");return this.config.withNoData=!0,this}getSQL(){return this.dialect.buildRefreshMaterializedViewQuery(this.config)}toSQL(){let{typings:T,...S}=this.dialect.sqlToQuery(this.getSQL());return S}_prepare(T){return kT.startActiveSpan("drizzle.prepareQuery",()=>{return this.session.prepareQuery(this.dialect.sqlToQuery(this.getSQL()),void 0,T,!0)})}prepare(T){return this._prepare(T)}authToken;setToken(T){return this.authToken=T,this}execute=(T)=>{return kT.startActiveSpan("drizzle.operation",()=>{return this._prepare().execute(T,this.authToken)})}}class ZA{constructor(T,S,o,f){this.table=T,this.session=S,this.dialect=o,this.withList=f}static[W]="PgUpdateBuilder";authToken;setToken(T){return this.authToken=T,this}set(T){return new H1(this.table,wA(this.table,T),this.session,this.dialect,this.withList).setToken(this.authToken)}}class H1 extends TS{constructor(T,S,o,f,A){super();this.session=o,this.dialect=f,this.config={set:S,table:T,withList:A,joins:[]},this.tableName=ZS(T),this.joinsNotNullableMap=typeof this.tableName==="string"?{[this.tableName]:!0}:{}}static[W]="PgUpdate";config;tableName;joinsNotNullableMap;from(T){let S=T,o=ZS(S);if(typeof o==="string")this.joinsNotNullableMap[o]=!0;return this.config.from=S,this}getTableLikeFields(T){if(K(T,pT))return T[j.Symbol.Columns];else if(K(T,xT))return T._.selectedFields;return T[KT].selectedFields}createJoin(T){return(S,o)=>{let f=ZS(S);if(typeof f==="string"&&this.config.joins.some((A)=>A.alias===f))throw new Error(`Alias "${f}" is already used in this query`);if(typeof o==="function"){let A=this.config.from&&!K(this.config.from,N)?this.getTableLikeFields(this.config.from):void 0;o=o(new Proxy(this.config.table[j.Symbol.Columns],new UT({sqlAliasedBehavior:"sql",sqlBehavior:"sql"})),A&&new Proxy(A,new UT({sqlAliasedBehavior:"sql",sqlBehavior:"sql"})))}if(this.config.joins.push({on:o,table:S,joinType:T,alias:f}),typeof f==="string")switch(T){case"left":{this.joinsNotNullableMap[f]=!1;break}case"right":{this.joinsNotNullableMap=Object.fromEntries(Object.entries(this.joinsNotNullableMap).map(([A])=>[A,!1])),this.joinsNotNullableMap[f]=!0;break}case"inner":{this.joinsNotNullableMap[f]=!0;break}case"full":{this.joinsNotNullableMap=Object.fromEntries(Object.entries(this.joinsNotNullableMap).map(([A])=>[A,!1])),this.joinsNotNullableMap[f]=!1;break}}return this}}leftJoin=this.createJoin("left");rightJoin=this.createJoin("right");innerJoin=this.createJoin("inner");fullJoin=this.createJoin("full");where(T){return this.config.where=T,this}returning(T){if(!T){if(T=Object.assign({},this.config.table[j.Symbol.Columns]),this.config.from){let S=ZS(this.config.from);if(typeof S==="string"&&this.config.from&&!K(this.config.from,N)){let o=this.getTableLikeFields(this.config.from);T[S]=o}for(let o of this.config.joins){let f=ZS(o.table);if(typeof f==="string"&&!K(o.table,N)){let A=this.getTableLikeFields(o.table);T[f]=A}}}}return this.config.returningFields=T,this.config.returning=yS(T),this}getSQL(){return this.dialect.buildUpdateQuery(this.config)}toSQL(){let{typings:T,...S}=this.dialect.sqlToQuery(this.getSQL());return S}_prepare(T){let S=this.session.prepareQuery(this.dialect.sqlToQuery(this.getSQL()),this.config.returning,T,!0);return S.joinsNotNullableMap=this.joinsNotNullableMap,S}prepare(T){return this._prepare(T)}authToken;setToken(T){return this.authToken=T,this}execute=(T)=>{return this._prepare().execute(T,this.authToken)};getSelectedFields(){return this.config.returningFields?new Proxy(this.config.returningFields,new UT({alias:qT(this.config.table),sqlAliasedBehavior:"alias",sqlBehavior:"error"})):void 0}$dynamic(){return this}}class hf extends N{constructor(T){super(hf.buildEmbeddedCount(T.source,T.filters).queryChunks);this.params=T,this.mapWith(Number),this.session=T.session,this.sql=hf.buildCount(T.source,T.filters)}sql;token;static[W]="PgCountBuilder";[Symbol.toStringTag]="PgCountBuilder";session;static buildEmbeddedCount(T,S){return _`(select count(*) from ${T}${_.raw(" where ").if(S)}${S})`}static buildCount(T,S){return _`select count(*) as count from ${T}${_.raw(" where ").if(S)}${S};`}setToken(T){return this.token=T,this}then(T,S){return Promise.resolve(this.session.count(this.sql,this.token)).then(T,S)}catch(T){return this.then(void 0,T)}finally(T){return this.then((S)=>{return T?.(),S},(S)=>{throw T?.(),S})}}class z${constructor(T,S,o,f,A,n,$){this.fullSchema=T,this.schema=S,this.tableNamesMap=o,this.table=f,this.tableConfig=A,this.dialect=n,this.session=$}static[W]="PgRelationalQueryBuilder";findMany(T){return new E$(this.fullSchema,this.schema,this.tableNamesMap,this.table,this.tableConfig,this.dialect,this.session,T?T:{},"many")}findFirst(T){return new E$(this.fullSchema,this.schema,this.tableNamesMap,this.table,this.tableConfig,this.dialect,this.session,T?{...T,limit:1}:{limit:1},"first")}}class E$ extends TS{constructor(T,S,o,f,A,n,$,F,J){super();this.fullSchema=T,this.schema=S,this.tableNamesMap=o,this.table=f,this.tableConfig=A,this.dialect=n,this.session=$,this.config=F,this.mode=J}static[W]="PgRelationalQuery";_prepare(T){return kT.startActiveSpan("drizzle.prepareQuery",()=>{let{query:S,builtQuery:o}=this._toSQL();return this.session.prepareQuery(o,void 0,T,!0,(f,A)=>{let n=f.map(($)=>VA(this.schema,this.tableConfig,$,S.selection,A));if(this.mode==="first")return n[0];return n})})}prepare(T){return this._prepare(T)}_getQuery(){return this.dialect.buildRelationalQueryWithoutPK({fullSchema:this.fullSchema,schema:this.schema,tableNamesMap:this.tableNamesMap,table:this.table,tableConfig:this.tableConfig,queryConfig:this.config,tableAlias:this.tableConfig.tsName})}getSQL(){return this._getQuery().sql}_toSQL(){let T=this._getQuery(),S=this.dialect.sqlToQuery(T.sql);return{query:T,builtQuery:S}}toSQL(){return this._toSQL().builtQuery}authToken;setToken(T){return this.authToken=T,this}execute(){return kT.startActiveSpan("drizzle.operation",()=>{return this._prepare().execute(void 0,this.authToken)})}}class Q$ extends TS{constructor(T,S,o,f){super();this.execute=T,this.sql=S,this.query=o,this.mapBatchResult=f}static[W]="PgRaw";getSQL(){return this.sql}getQuery(){return this.query}mapResult(T,S){return S?this.mapBatchResult(T):T}_prepare(){return this}isResponseInArrayMode(){return!1}}class bf{constructor(T,S,o){if(this.dialect=T,this.session=S,this._=o?{schema:o.schema,fullSchema:o.fullSchema,tableNamesMap:o.tableNamesMap,session:S}:{schema:void 0,fullSchema:{},tableNamesMap:{},session:S},this.query={},this._.schema)for(let[f,A]of Object.entries(this._.schema))this.query[f]=new z$(o.fullSchema,this._.schema,this._.tableNamesMap,o.fullSchema[f],A,T,S)}static[W]="PgDatabase";query;$with=(T,S)=>{let o=this;return{as:(A)=>{if(typeof A==="function")A=A(new mf(o.dialect));return new Proxy(new Gf(A.getSQL(),S??("getSelectedFields"in A?A.getSelectedFields()??{}:{}),T,!0),new UT({alias:T,sqlAliasedBehavior:"alias",sqlBehavior:"error"}))}}};$count(T,S){return new hf({source:T,filters:S,session:this.session})}with(...T){let S=this;function o(J){return new SS({fields:J??void 0,session:S.session,dialect:S.dialect,withList:T})}function f(J){return new SS({fields:J??void 0,session:S.session,dialect:S.dialect,withList:T,distinct:!0})}function A(J,R){return new SS({fields:R??void 0,session:S.session,dialect:S.dialect,withList:T,distinct:{on:J}})}function n(J){return new ZA(J,S.session,S.dialect,T)}function $(J){return new qA(J,S.session,S.dialect,T)}function F(J){return new vA(J,S.session,S.dialect,T)}return{select:o,selectDistinct:f,selectDistinctOn:A,update:n,insert:$,delete:F}}select(T){return new SS({fields:T??void 0,session:this.session,dialect:this.dialect})}selectDistinct(T){return new SS({fields:T??void 0,session:this.session,dialect:this.dialect,distinct:!0})}selectDistinctOn(T,S){return new SS({fields:S??void 0,session:this.session,dialect:this.dialect,distinct:{on:T}})}update(T){return new ZA(T,this.session,this.dialect)}insert(T){return new qA(T,this.session,this.dialect)}delete(T){return new vA(T,this.session,this.dialect)}refreshMaterializedView(T){return new Y$(T,this.session,this.dialect)}authToken;execute(T){let S=typeof T==="string"?_.raw(T):T.getSQL(),o=this.dialect.sqlToQuery(S),f=this.session.prepareQuery(o,void 0,void 0,!1);return new Q$(()=>f.execute(void 0,this.authToken),S,o,(A)=>f.mapResult(A,!0))}transaction(T,S){return this.session.transaction(T,S)}}class X1{constructor(T,S){this.unique=T,this.name=S}static[W]="PgIndexBuilderOn";on(...T){return new cA(T.map((S)=>{if(K(S,N))return S;S=S;let o=new Xf(S.name,!!S.keyAsName,S.columnType,S.indexConfig);return S.indexConfig=JSON.parse(JSON.stringify(S.defaultConfig)),o}),this.unique,!1,this.name)}onOnly(...T){return new cA(T.map((S)=>{if(K(S,N))return S;S=S;let o=new Xf(S.name,!!S.keyAsName,S.columnType,S.indexConfig);return S.indexConfig=S.defaultConfig,o}),this.unique,!0,this.name)}using(T,...S){return new cA(S.map((o)=>{if(K(o,N))return o;o=o;let f=new Xf(o.name,!!o.keyAsName,o.columnType,o.indexConfig);return o.indexConfig=JSON.parse(JSON.stringify(o.defaultConfig)),f}),this.unique,!0,this.name,T)}}class cA{static[W]="PgIndexBuilder";config;constructor(T,S,o,f,A="btree"){this.config={name:f,columns:T,unique:S,only:o,method:A}}concurrently(){return this.config.concurrently=!0,this}with(T){return this.config.with=T,this}where(T){return this.config.where=T,this}build(T){return new G1(this.config,T)}}class G1{static[W]="PgIndex";config;constructor(T,S){this.config={...T,table:S}}}function D$(T){return new X1(!0,T)}class U${constructor(T){this.query=T}authToken;getQuery(){return this.query}mapResult(T,S){return T}setToken(T){return this.authToken=T,this}static[W]="PgPreparedQuery";joinsNotNullableMap}class V${constructor(T){this.dialect=T}static[W]="PgSession";execute(T,S){return kT.startActiveSpan("drizzle.operation",()=>{return kT.startActiveSpan("drizzle.prepareQuery",()=>{return this.prepareQuery(this.dialect.sqlToQuery(T),void 0,void 0,!1)}).setToken(S).execute(void 0,S)})}all(T){return this.prepareQuery(this.dialect.sqlToQuery(T),void 0,void 0,!1).all()}async count(T,S){let o=await this.execute(T,S);return Number(o[0].count)}}class B$ extends bf{constructor(T,S,o,f=0){super(T,S,o);this.schema=o,this.nestedIndex=f}static[W]="PgTransaction";rollback(){throw new gn}getTransactionConfigSQL(T){let S=[];if(T.isolationLevel)S.push(`isolation level ${T.isolationLevel}`);if(T.accessMode)S.push(T.accessMode);if(typeof T.deferrable==="boolean")S.push(T.deferrable?"deferrable":"not deferrable");return _.raw(S.join(" "))}setTransaction(T){return this.session.execute(_`set transaction ${this.getTransactionConfigSQL(T)}`)}}class Y1 extends U${constructor(T,S,o,f,A,n,$){super({sql:S,params:o});this.client=T,this.queryString=S,this.params=o,this.logger=f,this.fields=A,this._isResponseInArrayMode=n,this.customResultMapper=$}static[W]="PostgresJsPreparedQuery";async execute(T={}){return kT.startActiveSpan("drizzle.execute",async(S)=>{let o=pn(this.params,T);S?.setAttributes({"drizzle.query.text":this.queryString,"drizzle.query.params":JSON.stringify(o)}),this.logger.logQuery(this.queryString,o);let{fields:f,queryString:A,client:n,joinsNotNullableMap:$,customResultMapper:F}=this;if(!f&&!F)return kT.startActiveSpan("drizzle.driver.execute",()=>{return n.unsafe(A,o)});let J=await kT.startActiveSpan("drizzle.driver.execute",()=>{return S?.setAttributes({"drizzle.query.text":A,"drizzle.query.params":JSON.stringify(o)}),n.unsafe(A,o).values()});return kT.startActiveSpan("drizzle.mapResponse",()=>{return F?F(J):J.map((R)=>dJ(f,R,$))})})}all(T={}){return kT.startActiveSpan("drizzle.execute",async(S)=>{let o=pn(this.params,T);return S?.setAttributes({"drizzle.query.text":this.queryString,"drizzle.query.params":JSON.stringify(o)}),this.logger.logQuery(this.queryString,o),kT.startActiveSpan("drizzle.driver.execute",()=>{return S?.setAttributes({"drizzle.query.text":this.queryString,"drizzle.query.params":JSON.stringify(o)}),this.client.unsafe(this.queryString,o)})})}isResponseInArrayMode(){return this._isResponseInArrayMode}}class xf extends V${constructor(T,S,o,f={}){super(S);this.client=T,this.schema=o,this.options=f,this.logger=f.logger??new ln}static[W]="PostgresJsSession";logger;prepareQuery(T,S,o,f,A){return new Y1(this.client,T.sql,T.params,this.logger,S,f,A)}query(T,S){return this.logger.logQuery(T,S),this.client.unsafe(T,S).values()}queryObjects(T,S){return this.client.unsafe(T,S)}transaction(T,S){return this.client.begin(async(o)=>{let f=new xf(o,this.dialect,this.schema,this.options),A=new t$(this.dialect,f,this.schema);if(S)await A.setTransaction(S);return T(A)})}}class t$ extends B${constructor(T,S,o,f=0){super(T,S,o,f);this.session=S}static[W]="PostgresJsTransaction";transaction(T){return this.session.client.savepoint((S)=>{let o=new xf(S,this.dialect,this.schema,this.session.options),f=new t$(this.dialect,o,this.schema);return T(f)})}}class E1 extends bf{static[W]="PostgresJsDatabase"}function uo(T,S={}){let o=(J)=>J;for(let J of["1184","1082","1083","1114"])T.options.parsers[J]=o,T.options.serializers[J]=o;T.options.serializers["114"]=o,T.options.serializers["3802"]=o;let f=new Ko({casing:S.casing}),A;if(S.logger===!0)A=new dn;else if(S.logger!==!1)A=S.logger;let n;if(S.schema){let J=d0(S.schema,u0);n={fullSchema:S.schema,schema:J.tables,tableNamesMap:J.tableNamesMap}}let $=new xf(T,f,n,{logger:A}),F=new E1(f,$,n);return F.$client=T,F}function rA(...T){if(typeof T[0]==="string"){let S=io(T[0]);return uo(S,T[1])}if(eJ(T[0])){let{connection:S,client:o,...f}=T[0];if(o)return uo(o,f);if(typeof S==="object"&&S.url!==void 0){let{url:n,...$}=S,F=io(n,$);return uo(F,f)}let A=io(S);return uo(A,f)}return uo(T[0],T[1])}((T)=>{function S(o){return uo({options:{parsers:{},serializers:{}}},o)}T.mock=S})(rA||(rA={}));var C$={};VO(C$,{users:()=>Ho,userChanges:()=>uW,untrackedUserColumnNames:()=>lW,twoFactorMethod:()=>V1,trackedUserColumnName:()=>U1,trackableUserColumnNames:()=>D1,role:()=>Q1,players:()=>L$,passwordResetAttempts:()=>sW,loginHistory:()=>eW,games:()=>pA,banishedIps:()=>aW});function z1(T){return _`lower(${T})`}var Q1=RA("role",["admin","user"]),Ho=aS("users",{id:OS().primaryKey().defaultRandom(),username:rT({length:16}).notNull(),email:rT({length:254}).notNull(),hash:rT({length:64}).notNull(),salt:rT({length:36}).notNull(),createdAt:US({withTimezone:!0}).notNull().defaultNow(),createdIp:rT({length:45}).notNull(),isActive:Uf().notNull().default(!1),verifiedAt:US({withTimezone:!0}),userRole:Q1().default("user")},(T)=>[D$("usernameUniqueIndex").on(z1(T.username)),D$("emailUniqueIndex").on(z1(T.email))]),lW=["id","createdAt","createdIp","isActive","salt","verifiedAt"],D1=["username","email","hash","userRole"],U1=RA("trackedUserColumnName",D1),uW=aS("userChanges",{id:OS().primaryKey().defaultRandom(),userId:OS().notNull().references(()=>Ho.id),changedAt:US({withTimezone:!0}).notNull().defaultNow(),changedIp:rT({length:45}).notNull(),changedColumn:U1().notNull(),oldValue:rT({length:255}),newValue:rT({length:255})}),pA=aS("games",{id:OS().primaryKey().defaultRandom()}),L$=aS("players",{userId:OS().notNull().references(()=>Ho.id),gameId:OS().notNull().references(()=>pA.id),score:XA().notNull()},(T)=>[r0({name:"players_userId_gameId_pk",columns:[T.userId,T.gameId]})]),eW=aS("loginHistory",{id:OS().primaryKey().defaultRandom(),userId:OS().references(()=>Ho.id),loginTime:US({withTimezone:!0}).notNull().defaultNow(),ipAddress:rT({length:45}).notNull(),userAgent:rT({length:1024}),successful:Uf().notNull().default(!1)}),V1=RA("twoFactorMethod",["email","phone"]),sW=aS("passwordResetAttempts",{id:OS().primaryKey().defaultRandom(),userId:OS().notNull().references(()=>Ho.id),requestedIp:rT({length:45}).notNull(),requestedAt:US({withTimezone:!0}).notNull().defaultNow(),succeededIp:rT({length:45}),succeededAt:US({withTimezone:!0}),verificationMethod:V1().notNull()}),aW=aS("banishedIps",{ip:rT({length:45}).primaryKey(),reason:rT({length:2048}).notNull(),banishedAt:US({withTimezone:!0}).notNull().defaultNow(),banishedUntil:US({withTimezone:!0})});var __dirname="/home/runner/work/wayforge/wayforge/apps/tempest.games/src/database";class I${options;sql;drizzle;observers=new Map;async setupTriggersAndNotifications(){await this.sql.file(T_.resolve(__dirname,"notify_update.sql"));let T=[qT(Ho),qT(pA),qT(L$)];await this.sql`SELECT create_notify_triggers(${this.sql.array(T)})`,await this.sql.listen("table_update",(S)=>{let o=S.split(","),f=o[0],A=o[1],n=`${f}("${A}")`;if(this.observers.has(n))this.observers.get(n).next(n)})}constructor(T=!1,S={host:QS.POSTGRES_HOST,port:QS.POSTGRES_PORT,user:QS.POSTGRES_USER,password:QS.POSTGRES_PASSWORD,database:QS.POSTGRES_DATABASE}){this.options=S,this.sql=io(S),this.drizzle=rA(this.sql,{schema:C$,logger:T})}observe(T,S){if(!this.observers.has(T))this.observers.set(T,new ST);this.observers.get(T).subscribe("SINGLETON",S)}}var PA={100:"Continue",101:"Switching Protocols",102:"Processing",103:"Early Hints",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",306:"Switch Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Too Early",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",510:"Not Extended",511:"Network Authentication Required"},j$=g$(PA).map(([T])=>GT.literal(Number(T))),S_=GT.union([j$[0],j$[1],...j$]),B1=GT.tuple([S_,GT.string()]);var m$=new Qn,{logger:FS}=m$;Object.assign(console,FS,{log:FS.info});FS.info("ready");var N$=L1(import.meta.dir,"..","app"),l3=new I$({logQuery(T,S){FS.info("\uD83D\uDCDD query",T,S)}});A_({hostname:"0.0.0.0",port:QS.FRONTEND_PORT??3333,...RJ??void 0,async fetch(T){try{let S=new Date,o=new URL(T.url);if(FS.info(T.method,o.pathname),o.pathname==="/")return new Response(Bun.file(L1(N$,"index.html")));if(o.pathname==="/index.html")return Response.redirect("/");let f=o_(N$,o.pathname),A=f_(f);if(!A.startsWith(N$))throw[403,"Access Denied"];if(!await t1(A).exists())return Response.redirect("/");return new Response(t1(A))}catch(S){let o=B1.safeParse(S);if(o.success){let[f,A]=o.data,$=`${PA[f]}. ${A}`;return FS.info(`\u274C ${f}: ${$}`),new Response($,{status:f})}if(S instanceof Error)FS.error(S.message);else{let f=Do(S);FS.error("frontend server threw",f)}return new Response(PA[500],{status:500})}}});function gA(){FS.info("\uD83D\uDEEC frontend server exiting"),process.exit(0)}process.on("SIGINT",()=>{FS.info("\u2757 received SIGINT; exiting gracefully"),gA()});process.on("SIGTERM",()=>{FS.info("\u2757 received SIGTERM; exiting gracefully"),gA()});process.on("exit",()=>{FS.info("\u2757 received exit; exiting gracefully"),gA()});m$.on("timeToStop",()=>{FS.info('\u2757 backend server received signal "timeToStop"; exiting gracefully'),gA()});FS.info(`\uD83D\uDEEB frontend server running at http://localhost:${QS.FRONTEND_PORT}/`);m$.emit("alive");
43
+ `;await T.execute(k`CREATE SCHEMA IF NOT EXISTS ${k.identifier(S)}`),await T.execute(A);let F=(await T.all(k`select id, hash, created_at from ${k.identifier(S)}.${k.identifier(n)} order by created_at desc limit 1`))[0];await T.transaction(async(J)=>{for await(let R of o)if(!F||Number(F.created_at)<R.folderMillis){for(let M of R.sql)await J.execute(k.raw(M));await J.execute(k`insert into ${k.identifier(S)}.${k.identifier(n)} ("hash", "created_at") values(${R.hash}, ${R.folderMillis})`)}})}escapeName(o){return`"${o}"`}escapeParam(o){return`$${o+1}`}escapeString(o){return`'${o.replace(/'/g,"''")}'`}buildWithCTE(o){if(!o?.length)return;let T=[k`with `];for(let[f,n]of o.entries())if(T.push(k`${k.identifier(n._.alias)} as (${n._.sql})`),f<o.length-1)T.push(k`, `);return T.push(k` `),k.join(T)}buildDeleteQuery({table:o,where:T,returning:f,withList:n}){let S=this.buildWithCTE(n),A=f?k` returning ${this.buildSelection(f,{isSingleTable:!0})}`:void 0,$=T?k` where ${T}`:void 0;return k`${S}delete from ${o}${$}${A}`}buildUpdateSet(o,T){let f=o[I.Symbol.Columns],n=Object.keys(f).filter((A)=>T[A]!==void 0||f[A]?.onUpdateFn!==void 0),S=n.length;return k.join(n.flatMap((A,$)=>{let F=f[A],J=T[A]??k.param(F.onUpdateFn(),F),R=k`${k.identifier(this.casing.getColumnCasing(F))} = ${J}`;if($<S-1)return[R,k.raw(", ")];return[R]}))}buildUpdateQuery({table:o,set:T,where:f,returning:n,withList:S,from:A,joins:$}){let F=this.buildWithCTE(S),J=o[co.Symbol.Name],R=o[co.Symbol.Schema],M=o[co.Symbol.OriginalName],_=J===M?void 0:J,w=k`${R?k`${k.identifier(R)}.`:void 0}${k.identifier(M)}${_&&k` ${k.identifier(_)}`}`,X=this.buildUpdateSet(o,T),D=A&&k.join([k.raw(" from "),this.buildFromTable(A)]),K=this.buildJoins($),L=n?k` returning ${this.buildSelection(n,{isSingleTable:!A})}`:void 0,h=f?k` where ${f}`:void 0;return k`${F}update ${w} set ${X}${D}${K}${h}${L}`}buildSelection(o,{isSingleTable:T=!1}={}){let f=o.length,n=o.flatMap(({field:S},A)=>{let $=[];if(H(S,j.Aliased)&&S.isSelectionField)$.push(k.identifier(S.fieldAlias));else if(H(S,j.Aliased)||H(S,j)){let F=H(S,j.Aliased)?S.sql:S;if(T)$.push(new j(F.queryChunks.map((J)=>{if(H(J,V))return k.identifier(this.casing.getColumnCasing(J));return J})));else $.push(F);if(H(S,j.Aliased))$.push(k` as ${k.identifier(S.fieldAlias)}`)}else if(H(S,_o))if(T)$.push(k.identifier(this.casing.getColumnCasing(S)));else $.push(S);if(A<f-1)$.push(k`, `);return $});return k.join(n)}buildJoins(o){if(!o||o.length===0)return;let T=[];for(let[f,n]of o.entries()){if(f===0)T.push(k` `);let S=n.table,A=n.lateral?k` lateral`:void 0;if(H(S,co)){let $=S[co.Symbol.Name],F=S[co.Symbol.Schema],J=S[co.Symbol.OriginalName],R=$===J?void 0:n.alias;T.push(k`${k.raw(n.joinType)} join${A} ${F?k`${k.identifier(F)}.`:void 0}${k.identifier(J)}${R&&k` ${k.identifier(R)}`} on ${n.on}`)}else if(H(S,ST)){let $=S[Ho].name,F=S[Ho].schema,J=S[Ho].originalName,R=$===J?void 0:n.alias;T.push(k`${k.raw(n.joinType)} join${A} ${F?k`${k.identifier(F)}.`:void 0}${k.identifier(J)}${R&&k` ${k.identifier(R)}`} on ${n.on}`)}else T.push(k`${k.raw(n.joinType)} join${A} ${S} on ${n.on}`);if(f<o.length-1)T.push(k` `)}return k.join(T)}buildFromTable(o){if(H(o,I)&&o[I.Symbol.OriginalName]!==o[I.Symbol.Name]){let T=k`${k.identifier(o[I.Symbol.OriginalName])}`;if(o[I.Symbol.Schema])T=k`${k.identifier(o[I.Symbol.Schema])}.${T}`;return k`${T} ${k.identifier(o[I.Symbol.Name])}`}return o}buildSelectQuery({withList:o,fields:T,fieldsFlat:f,where:n,having:S,table:A,joins:$,orderBy:F,groupBy:J,limit:R,offset:M,lockingClause:_,distinct:w,setOperators:X}){let D=f??wT(T);for(let a of D)if(H(a.field,_o)&&qo(a.field.table)!==(H(A,bo)?A._.alias:H(A,hn)?A[Ho].name:H(A,j)?void 0:qo(A))&&!((ko)=>$?.some(({alias:Lo})=>Lo===(ko[I.Symbol.IsAlias]?qo(ko):ko[I.Symbol.BaseName])))(a.field.table)){let ko=qo(a.field.table);throw new Error(`Your "${a.path.join("->")}" field references a column "${ko}"."${a.field.name}", but the table "${ko}" is not part of the query! Did you forget to join it?`)}let K=!$||$.length===0,L=this.buildWithCTE(o),h;if(w)h=w===!0?k` distinct`:k` distinct on (${k.join(w.on,k`, `)})`;let q=this.buildSelection(D,{isSingleTable:K}),P=this.buildFromTable(A),Y=this.buildJoins($),z=n?k` where ${n}`:void 0,U=S?k` having ${S}`:void 0,Q;if(F&&F.length>0)Q=k` order by ${k.join(F,k`, `)}`;let v;if(J&&J.length>0)v=k` group by ${k.join(J,k`, `)}`;let l=typeof R==="object"||typeof R==="number"&&R>=0?k` limit ${R}`:void 0,G=M?k` offset ${M}`:void 0,s=k.empty();if(_){let a=k` for ${k.raw(_.strength)}`;if(_.config.of)a.append(k` of ${k.join(Array.isArray(_.config.of)?_.config.of:[_.config.of],k`, `)}`);if(_.config.noWait)a.append(k` no wait`);else if(_.config.skipLocked)a.append(k` skip locked`);s.append(a)}let r=k`${L}select${h} ${q} from ${P}${Y}${z}${v}${U}${Q}${l}${G}${s}`;if(X.length>0)return this.buildSetOperations(r,X);return r}buildSetOperations(o,T){let[f,...n]=T;if(!f)throw new Error("Cannot pass undefined values to any set operator");if(n.length===0)return this.buildSetOperationQuery({leftSelect:o,setOperator:f});return this.buildSetOperations(this.buildSetOperationQuery({leftSelect:o,setOperator:f}),n)}buildSetOperationQuery({leftSelect:o,setOperator:{type:T,isAll:f,rightSelect:n,limit:S,orderBy:A,offset:$}}){let F=k`(${o.getSQL()}) `,J=k`(${n.getSQL()})`,R;if(A&&A.length>0){let X=[];for(let D of A)if(H(D,V))X.push(k.identifier(D.name));else if(H(D,j)){for(let K=0;K<D.queryChunks.length;K++){let L=D.queryChunks[K];if(H(L,V))D.queryChunks[K]=k.identifier(L.name)}X.push(k`${D}`)}else X.push(k`${D}`);R=k` order by ${k.join(X,k`, `)} `}let M=typeof S==="object"||typeof S==="number"&&S>=0?k` limit ${S}`:void 0,_=k.raw(`${T} ${f?"all ":""}`),w=$?k` offset ${$}`:void 0;return k`${F}${_}${J}${R}${M}${w}`}buildInsertQuery({table:o,values:T,onConflict:f,returning:n,withList:S,select:A,overridingSystemValue_:$}){let F=[],J=o[I.Symbol.Columns],R=Object.entries(J).filter(([L,h])=>!h.shouldDisableInsert()),M=R.map(([,L])=>k.identifier(this.casing.getColumnCasing(L)));if(A){let L=T;if(H(L,j))F.push(L);else F.push(L.getSQL())}else{let L=T;F.push(k.raw("values "));for(let[h,q]of L.entries()){let P=[];for(let[Y,z]of R){let U=q[Y];if(U===void 0||H(U,RT)&&U.value===void 0)if(z.defaultFn!==void 0){let Q=z.defaultFn(),v=H(Q,j)?Q:k.param(Q,z);P.push(v)}else if(!z.default&&z.onUpdateFn!==void 0){let Q=z.onUpdateFn(),v=H(Q,j)?Q:k.param(Q,z);P.push(v)}else P.push(k`default`);else P.push(U)}if(F.push(P),h<L.length-1)F.push(k`, `)}}let _=this.buildWithCTE(S),w=k.join(F),X=n?k` returning ${this.buildSelection(n,{isSingleTable:!0})}`:void 0,D=f?k` on conflict ${f}`:void 0,K=$===!0?k`overriding system value `:void 0;return k`${_}insert into ${o} ${M} ${K}${w}${D}${X}`}buildRefreshMaterializedViewQuery({view:o,concurrently:T,withNoData:f}){let n=T?k` concurrently`:void 0,S=f?k` with no data`:void 0;return k`refresh materialized view${n} ${o}${S}`}prepareTyping(o){if(H(o,zS)||H(o,tS))return"json";else if(H(o,QS))return"decimal";else if(H(o,DS))return"time";else if(H(o,US)||H(o,VS))return"timestamp";else if(H(o,GS)||H(o,YS))return"date";else if(H(o,BS))return"uuid";else return"none"}sqlToQuery(o,T){return o.toQuery({casing:this.casing,escapeName:this.escapeName,escapeParam:this.escapeParam,escapeString:this.escapeString,prepareTyping:this.prepareTyping,invokeSource:T})}buildRelationalQueryWithoutPK({fullSchema:o,schema:T,tableNamesMap:f,table:n,tableConfig:S,queryConfig:A,tableAlias:$,nestedQueryRelation:F,joinOn:J}){let R=[],M,_,w=[],X,D=[];if(A===!0)R=Object.entries(S.columns).map(([h,q])=>({dbKey:q.name,tsKey:h,field:CT(q,$),relationTableTsKey:void 0,isJson:!1,selection:[]}));else{let L=Object.fromEntries(Object.entries(S.columns).map(([U,Q])=>[U,CT(Q,$)]));if(A.where){let U=typeof A.where==="function"?A.where(L,g0()):A.where;X=U&&Qn(U,$)}let h=[],q=[];if(A.columns){let U=!1;for(let[Q,v]of Object.entries(A.columns)){if(v===void 0)continue;if(Q in S.columns){if(!U&&v===!0)U=!0;q.push(Q)}}if(q.length>0)q=U?q.filter((Q)=>A.columns?.[Q]===!0):Object.keys(S.columns).filter((Q)=>!q.includes(Q))}else q=Object.keys(S.columns);for(let U of q){let Q=S.columns[U];h.push({tsKey:U,value:Q})}let P=[];if(A.with)P=Object.entries(A.with).filter((U)=>!!U[1]).map(([U,Q])=>({tsKey:U,queryConfig:Q,relation:S.relations[U]}));let Y;if(A.extras){Y=typeof A.extras==="function"?A.extras(L,{sql:k}):A.extras;for(let[U,Q]of Object.entries(Y))h.push({tsKey:U,value:PA(Q,$)})}for(let{tsKey:U,value:Q}of h)R.push({dbKey:H(Q,j.Aliased)?Q.fieldAlias:S.columns[U].name,tsKey:U,field:H(Q,_o)?CT(Q,$):Q,relationTableTsKey:void 0,isJson:!1,selection:[]});let z=typeof A.orderBy==="function"?A.orderBy(L,d0()):A.orderBy??[];if(!Array.isArray(z))z=[z];w=z.map((U)=>{if(H(U,_o))return CT(U,$);return Qn(U,$)}),M=A.limit,_=A.offset;for(let{tsKey:U,queryConfig:Q,relation:v}of P){let l=u0(T,f,v),G=Of(v.referencedTable),s=f[G],r=`${$}_${U}`,a=Dn(...l.fields.map((fT,IT)=>HS(CT(l.references[IT],r),CT(fT,$)))),ko=this.buildRelationalQueryWithoutPK({fullSchema:o,schema:T,tableNamesMap:f,table:o[s],tableConfig:T[s],queryConfig:H(v,aT)?Q===!0?{limit:1}:{...Q,limit:1}:Q,tableAlias:r,joinOn:a,nestedQueryRelation:v}),Lo=k`${k.identifier(r)}.${k.identifier("data")}`.as(U);D.push({on:k`true`,table:new bo(ko.sql,{},r),alias:r,joinType:"left",lateral:!0}),R.push({dbKey:U,tsKey:U,field:Lo,relationTableTsKey:s,isJson:!0,selection:ko.selection})}}if(R.length===0)throw new XS({message:`No fields selected for table "${S.tsName}" ("${$}")`});let K;if(X=Dn(J,X),F){let L=k`json_build_array(${k.join(R.map(({field:P,tsKey:Y,isJson:z})=>z?k`${k.identifier(`${$}_${Y}`)}.${k.identifier("data")}`:H(P,j.Aliased)?P.sql:P),k`, `)})`;if(H(F,Ln))L=k`coalesce(json_agg(${L}${w.length>0?k` order by ${k.join(w,k`, `)}`:void 0}), '[]'::json)`;let h=[{dbKey:"data",tsKey:"data",field:L.as("data"),isJson:!0,relationTableTsKey:S.tsName,selection:R}];if(M!==void 0||_!==void 0||w.length>0)K=this.buildSelectQuery({table:yS(n,$),fields:{},fieldsFlat:[{path:[],field:k.raw("*")}],where:X,limit:M,offset:_,orderBy:w,setOperators:[]}),X=void 0,M=void 0,_=void 0,w=[];else K=yS(n,$);K=this.buildSelectQuery({table:H(K,co)?K:new bo(K,{},$),fields:{},fieldsFlat:h.map(({field:P})=>({path:[],field:H(P,_o)?CT(P,$):P})),joins:D,where:X,limit:M,offset:_,orderBy:w,setOperators:[]})}else K=this.buildSelectQuery({table:yS(n,$),fields:{},fieldsFlat:R.map(({field:L})=>({path:[],field:H(L,_o)?CT(L,$):L})),joins:D,where:X,limit:M,offset:_,orderBy:w,setOperators:[]});return{tableTsKey:S.tsName,sql:K,selection:R}}}class X${static[O]="TypedQueryBuilder";getSelectedFields(){return this._.selectedFields}}class TT{static[O]="PgSelectBuilder";fields;session;dialect;withList=[];distinct;constructor(o){if(this.fields=o.fields,this.session=o.session,this.dialect=o.dialect,o.withList)this.withList=o.withList;this.distinct=o.distinct}authToken;setToken(o){return this.authToken=o,this}from(o){let T=!!this.fields,f=o,n;if(this.fields)n=this.fields;else if(H(f,bo))n=Object.fromEntries(Object.keys(f._.selectedFields).map((S)=>[S,f[S]]));else if(H(f,hn))n=f[Ho].selectedFields;else if(H(f,j))n={};else n=eJ(f);return new H$({table:f,fields:n,isPartialSelect:T,session:this.session,dialect:this.dialect,withList:this.withList,distinct:this.distinct}).setToken(this.authToken)}}class H1 extends X${static[O]="PgSelectQueryBuilder";_;config;joinsNotNullableMap;tableName;isPartialSelect;session;dialect;constructor({table:o,fields:T,isPartialSelect:f,session:n,dialect:S,withList:A,distinct:$}){super();this.config={withList:A,table:o,fields:{...T},distinct:$,setOperators:[]},this.isPartialSelect=f,this.session=n,this.dialect=S,this._={selectedFields:T},this.tableName=rT(o),this.joinsNotNullableMap=typeof this.tableName==="string"?{[this.tableName]:!0}:{}}createJoin(o){return(T,f)=>{let n=this.tableName,S=rT(T);if(typeof S==="string"&&this.config.joins?.some((A)=>A.alias===S))throw new Error(`Alias "${S}" is already used in this query`);if(!this.isPartialSelect){if(Object.keys(this.joinsNotNullableMap).length===1&&typeof n==="string")this.config.fields={[n]:this.config.fields};if(typeof S==="string"&&!H(T,j)){let A=H(T,bo)?T._.selectedFields:H(T,ST)?T[Ho].selectedFields:T[I.Symbol.Columns];this.config.fields[S]=A}}if(typeof f==="function")f=f(new Proxy(this.config.fields,new Do({sqlAliasedBehavior:"sql",sqlBehavior:"sql"})));if(!this.config.joins)this.config.joins=[];if(this.config.joins.push({on:f,table:T,joinType:o,alias:S}),typeof S==="string")switch(o){case"left":{this.joinsNotNullableMap[S]=!1;break}case"right":{this.joinsNotNullableMap=Object.fromEntries(Object.entries(this.joinsNotNullableMap).map(([A])=>[A,!1])),this.joinsNotNullableMap[S]=!0;break}case"inner":{this.joinsNotNullableMap[S]=!0;break}case"full":{this.joinsNotNullableMap=Object.fromEntries(Object.entries(this.joinsNotNullableMap).map(([A])=>[A,!1])),this.joinsNotNullableMap[S]=!1;break}}return this}}leftJoin=this.createJoin("left");rightJoin=this.createJoin("right");innerJoin=this.createJoin("inner");fullJoin=this.createJoin("full");createSetOperator(o,T){return(f)=>{let n=typeof f==="function"?f(rO()):f;if(!Un(this.getSelectedFields(),n.getSelectedFields()))throw new Error("Set operator error (union / intersect / except): selected fields are not the same or are in a different order");return this.config.setOperators.push({type:o,isAll:T,rightSelect:n}),this}}union=this.createSetOperator("union",!1);unionAll=this.createSetOperator("union",!0);intersect=this.createSetOperator("intersect",!1);intersectAll=this.createSetOperator("intersect",!0);except=this.createSetOperator("except",!1);exceptAll=this.createSetOperator("except",!0);addSetOperators(o){return this.config.setOperators.push(...o),this}where(o){if(typeof o==="function")o=o(new Proxy(this.config.fields,new Do({sqlAliasedBehavior:"sql",sqlBehavior:"sql"})));return this.config.where=o,this}having(o){if(typeof o==="function")o=o(new Proxy(this.config.fields,new Do({sqlAliasedBehavior:"sql",sqlBehavior:"sql"})));return this.config.having=o,this}groupBy(...o){if(typeof o[0]==="function"){let T=o[0](new Proxy(this.config.fields,new Do({sqlAliasedBehavior:"alias",sqlBehavior:"sql"})));this.config.groupBy=Array.isArray(T)?T:[T]}else this.config.groupBy=o;return this}orderBy(...o){if(typeof o[0]==="function"){let T=o[0](new Proxy(this.config.fields,new Do({sqlAliasedBehavior:"alias",sqlBehavior:"sql"}))),f=Array.isArray(T)?T:[T];if(this.config.setOperators.length>0)this.config.setOperators.at(-1).orderBy=f;else this.config.orderBy=f}else{let T=o;if(this.config.setOperators.length>0)this.config.setOperators.at(-1).orderBy=T;else this.config.orderBy=T}return this}limit(o){if(this.config.setOperators.length>0)this.config.setOperators.at(-1).limit=o;else this.config.limit=o;return this}offset(o){if(this.config.setOperators.length>0)this.config.setOperators.at(-1).offset=o;else this.config.offset=o;return this}for(o,T={}){return this.config.lockingClause={strength:o,config:T},this}getSQL(){return this.dialect.buildSelectQuery(this.config)}toSQL(){let{typings:o,...T}=this.dialect.sqlToQuery(this.getSQL());return T}as(o){return new Proxy(new bo(this.getSQL(),this.config.fields,o),new Do({alias:o,sqlAliasedBehavior:"alias",sqlBehavior:"error"}))}getSelectedFields(){return new Proxy(this.config.fields,new Do({alias:this.tableName,sqlAliasedBehavior:"alias",sqlBehavior:"error"}))}$dynamic(){return this}}class H$ extends H1{static[O]="PgSelect";_prepare(o){let{session:T,config:f,dialect:n,joinsNotNullableMap:S,authToken:A}=this;if(!T)throw new Error("Cannot execute a query on a query builder. Please use a database instance instead.");return wo.startActiveSpan("drizzle.prepareQuery",()=>{let $=wT(f.fields),F=T.prepareQuery(n.sqlToQuery(this.getSQL()),$,o,!0);return F.joinsNotNullableMap=S,F.setToken(A)})}prepare(o){return this._prepare(o)}authToken;setToken(o){return this.authToken=o,this}execute=(o)=>{return wo.startActiveSpan("drizzle.operation",()=>{return this._prepare().execute(o,this.authToken)})}}uJ(H$,[oT]);function uf(o,T){return(f,n,...S)=>{let A=[n,...S].map(($)=>({type:o,isAll:T,rightSelect:$}));for(let $ of A)if(!Un(f.getSelectedFields(),$.rightSelect.getSelectedFields()))throw new Error("Set operator error (union / intersect / except): selected fields are not the same or are in a different order");return f.addSetOperators(A)}}var rO=()=>({union:pO,unionAll:cO,intersect:ZO,intersectAll:PO,except:iO,exceptAll:gO}),pO=uf("union",!1),cO=uf("union",!0),ZO=uf("intersect",!1),PO=uf("intersect",!0),iO=uf("except",!1),gO=uf("except",!0);class bn{static[O]="PgQueryBuilder";dialect;dialectConfig;constructor(o){this.dialect=H(o,Xf)?o:void 0,this.dialectConfig=H(o,Xf)?void 0:o}$with=(o,T)=>{let f=this;return{as:(S)=>{if(typeof S==="function")S=S(f);return new Proxy(new En(S.getSQL(),T??("getSelectedFields"in S?S.getSelectedFields()??{}:{}),o,!0),new Do({alias:o,sqlAliasedBehavior:"alias",sqlBehavior:"error"}))}}};with(...o){let T=this;function f(A){return new TT({fields:A??void 0,session:void 0,dialect:T.getDialect(),withList:o})}function n(A){return new TT({fields:A??void 0,session:void 0,dialect:T.getDialect(),distinct:!0})}function S(A,$){return new TT({fields:$??void 0,session:void 0,dialect:T.getDialect(),distinct:{on:A}})}return{select:f,selectDistinct:n,selectDistinctOn:S}}select(o){return new TT({fields:o??void 0,session:void 0,dialect:this.getDialect()})}selectDistinct(o){return new TT({fields:o??void 0,session:void 0,dialect:this.getDialect(),distinct:!0})}selectDistinctOn(o,T){return new TT({fields:T??void 0,session:void 0,dialect:this.getDialect(),distinct:{on:o}})}getDialect(){if(!this.dialect)this.dialect=new Xf(this.dialectConfig);return this.dialect}}class cS{constructor(o,T,f,n,S){this.table=o,this.session=T,this.dialect=f,this.withList=n,this.overridingSystemValue_=S}static[O]="PgInsertBuilder";authToken;setToken(o){return this.authToken=o,this}overridingSystemValue(){return this.overridingSystemValue_=!0,this}values(o){if(o=Array.isArray(o)?o:[o],o.length===0)throw new Error("values() must be called with at least one value");let T=o.map((f)=>{let n={},S=this.table[I.Symbol.Columns];for(let A of Object.keys(f)){let $=f[A];n[A]=H($,j)?$:new RT($,S[A])}return n});return new K$(this.table,T,this.session,this.dialect,this.withList,!1,this.overridingSystemValue_).setToken(this.authToken)}select(o){let T=typeof o==="function"?o(new bn):o;if(!H(T,j)&&!Un(this.table[_S],T._.selectedFields))throw new Error("Insert select error: selected fields are not the same or are in a different order compared to the table definition");return new K$(this.table,T,this.session,this.dialect,this.withList,!0)}}class K$ extends oT{constructor(o,T,f,n,S,A,$){super();this.session=f,this.dialect=n,this.config={table:o,values:T,withList:S,select:A,overridingSystemValue_:$}}static[O]="PgInsert";config;returning(o=this.config.table[I.Symbol.Columns]){return this.config.returningFields=o,this.config.returning=wT(o),this}onConflictDoNothing(o={}){if(o.target===void 0)this.config.onConflict=k`do nothing`;else{let T="";T=Array.isArray(o.target)?o.target.map((n)=>this.dialect.escapeName(this.dialect.casing.getColumnCasing(n))).join(","):this.dialect.escapeName(this.dialect.casing.getColumnCasing(o.target));let f=o.where?k` where ${o.where}`:void 0;this.config.onConflict=k`(${k.raw(T)})${f} do nothing`}return this}onConflictDoUpdate(o){if(o.where&&(o.targetWhere||o.setWhere))throw new Error('You cannot use both "where" and "targetWhere"/"setWhere" at the same time - "where" is deprecated, use "targetWhere" or "setWhere" instead.');let T=o.where?k` where ${o.where}`:void 0,f=o.targetWhere?k` where ${o.targetWhere}`:void 0,n=o.setWhere?k` where ${o.setWhere}`:void 0,S=this.dialect.buildUpdateSet(this.config.table,KS(this.config.table,o.set)),A="";return A=Array.isArray(o.target)?o.target.map(($)=>this.dialect.escapeName(this.dialect.casing.getColumnCasing($))).join(","):this.dialect.escapeName(this.dialect.casing.getColumnCasing(o.target)),this.config.onConflict=k`(${k.raw(A)})${f} do update set ${S}${T}${n}`,this}getSQL(){return this.dialect.buildInsertQuery(this.config)}toSQL(){let{typings:o,...T}=this.dialect.sqlToQuery(this.getSQL());return T}_prepare(o){return wo.startActiveSpan("drizzle.prepareQuery",()=>{return this.session.prepareQuery(this.dialect.sqlToQuery(this.getSQL()),this.config.returning,o,!0)})}prepare(o){return this._prepare(o)}authToken;setToken(o){return this.authToken=o,this}execute=(o)=>{return wo.startActiveSpan("drizzle.operation",()=>{return this._prepare().execute(o,this.authToken)})};getSelectedFields(){return this.config.returningFields?new Proxy(this.config.returningFields,new Do({alias:qo(this.config.table),sqlAliasedBehavior:"alias",sqlBehavior:"error"})):void 0}$dynamic(){return this}}class G$ extends oT{constructor(o,T,f){super();this.session=T,this.dialect=f,this.config={view:o}}static[O]="PgRefreshMaterializedView";config;concurrently(){if(this.config.withNoData!==void 0)throw new Error("Cannot use concurrently and withNoData together");return this.config.concurrently=!0,this}withNoData(){if(this.config.concurrently!==void 0)throw new Error("Cannot use concurrently and withNoData together");return this.config.withNoData=!0,this}getSQL(){return this.dialect.buildRefreshMaterializedViewQuery(this.config)}toSQL(){let{typings:o,...T}=this.dialect.sqlToQuery(this.getSQL());return T}_prepare(o){return wo.startActiveSpan("drizzle.prepareQuery",()=>{return this.session.prepareQuery(this.dialect.sqlToQuery(this.getSQL()),void 0,o,!0)})}prepare(o){return this._prepare(o)}authToken;setToken(o){return this.authToken=o,this}execute=(o)=>{return wo.startActiveSpan("drizzle.operation",()=>{return this._prepare().execute(o,this.authToken)})}}class ZS{constructor(o,T,f,n){this.table=o,this.session=T,this.dialect=f,this.withList=n}static[O]="PgUpdateBuilder";authToken;setToken(o){return this.authToken=o,this}set(o){return new K1(this.table,KS(this.table,o),this.session,this.dialect,this.withList).setToken(this.authToken)}}class K1 extends oT{constructor(o,T,f,n,S){super();this.session=f,this.dialect=n,this.config={set:T,table:o,withList:S,joins:[]},this.tableName=rT(o),this.joinsNotNullableMap=typeof this.tableName==="string"?{[this.tableName]:!0}:{}}static[O]="PgUpdate";config;tableName;joinsNotNullableMap;from(o){let T=o,f=rT(T);if(typeof f==="string")this.joinsNotNullableMap[f]=!0;return this.config.from=T,this}getTableLikeFields(o){if(H(o,co))return o[I.Symbol.Columns];else if(H(o,bo))return o._.selectedFields;return o[Ho].selectedFields}createJoin(o){return(T,f)=>{let n=rT(T);if(typeof n==="string"&&this.config.joins.some((S)=>S.alias===n))throw new Error(`Alias "${n}" is already used in this query`);if(typeof f==="function"){let S=this.config.from&&!H(this.config.from,j)?this.getTableLikeFields(this.config.from):void 0;f=f(new Proxy(this.config.table[I.Symbol.Columns],new Do({sqlAliasedBehavior:"sql",sqlBehavior:"sql"})),S&&new Proxy(S,new Do({sqlAliasedBehavior:"sql",sqlBehavior:"sql"})))}if(this.config.joins.push({on:f,table:T,joinType:o,alias:n}),typeof n==="string")switch(o){case"left":{this.joinsNotNullableMap[n]=!1;break}case"right":{this.joinsNotNullableMap=Object.fromEntries(Object.entries(this.joinsNotNullableMap).map(([S])=>[S,!1])),this.joinsNotNullableMap[n]=!0;break}case"inner":{this.joinsNotNullableMap[n]=!0;break}case"full":{this.joinsNotNullableMap=Object.fromEntries(Object.entries(this.joinsNotNullableMap).map(([S])=>[S,!1])),this.joinsNotNullableMap[n]=!1;break}}return this}}leftJoin=this.createJoin("left");rightJoin=this.createJoin("right");innerJoin=this.createJoin("inner");fullJoin=this.createJoin("full");where(o){return this.config.where=o,this}returning(o){if(!o){if(o=Object.assign({},this.config.table[I.Symbol.Columns]),this.config.from){let T=rT(this.config.from);if(typeof T==="string"&&this.config.from&&!H(this.config.from,j)){let f=this.getTableLikeFields(this.config.from);o[T]=f}for(let f of this.config.joins){let n=rT(f.table);if(typeof n==="string"&&!H(f.table,j)){let S=this.getTableLikeFields(f.table);o[n]=S}}}}return this.config.returningFields=o,this.config.returning=wT(o),this}getSQL(){return this.dialect.buildUpdateQuery(this.config)}toSQL(){let{typings:o,...T}=this.dialect.sqlToQuery(this.getSQL());return T}_prepare(o){let T=this.session.prepareQuery(this.dialect.sqlToQuery(this.getSQL()),this.config.returning,o,!0);return T.joinsNotNullableMap=this.joinsNotNullableMap,T}prepare(o){return this._prepare(o)}authToken;setToken(o){return this.authToken=o,this}execute=(o)=>{return this._prepare().execute(o,this.authToken)};getSelectedFields(){return this.config.returningFields?new Proxy(this.config.returningFields,new Do({alias:qo(this.config.table),sqlAliasedBehavior:"alias",sqlBehavior:"error"})):void 0}$dynamic(){return this}}class xn extends j{constructor(o){super(xn.buildEmbeddedCount(o.source,o.filters).queryChunks);this.params=o,this.mapWith(Number),this.session=o.session,this.sql=xn.buildCount(o.source,o.filters)}sql;token;static[O]="PgCountBuilder";[Symbol.toStringTag]="PgCountBuilder";session;static buildEmbeddedCount(o,T){return k`(select count(*) from ${o}${k.raw(" where ").if(T)}${T})`}static buildCount(o,T){return k`select count(*) as count from ${o}${k.raw(" where ").if(T)}${T};`}setToken(o){return this.token=o,this}then(o,T){return Promise.resolve(this.session.count(this.sql,this.token)).then(o,T)}catch(o){return this.then(void 0,o)}finally(o){return this.then((T)=>{return o?.(),T},(T)=>{throw o?.(),T})}}class E${constructor(o,T,f,n,S,A,$){this.fullSchema=o,this.schema=T,this.tableNamesMap=f,this.table=n,this.tableConfig=S,this.dialect=A,this.session=$}static[O]="PgRelationalQueryBuilder";findMany(o){return new Y$(this.fullSchema,this.schema,this.tableNamesMap,this.table,this.tableConfig,this.dialect,this.session,o?o:{},"many")}findFirst(o){return new Y$(this.fullSchema,this.schema,this.tableNamesMap,this.table,this.tableConfig,this.dialect,this.session,o?{...o,limit:1}:{limit:1},"first")}}class Y$ extends oT{constructor(o,T,f,n,S,A,$,F,J){super();this.fullSchema=o,this.schema=T,this.tableNamesMap=f,this.table=n,this.tableConfig=S,this.dialect=A,this.session=$,this.config=F,this.mode=J}static[O]="PgRelationalQuery";_prepare(o){return wo.startActiveSpan("drizzle.prepareQuery",()=>{let{query:T,builtQuery:f}=this._toSQL();return this.session.prepareQuery(f,void 0,o,!0,(n,S)=>{let A=n.map(($)=>LS(this.schema,this.tableConfig,$,T.selection,S));if(this.mode==="first")return A[0];return A})})}prepare(o){return this._prepare(o)}_getQuery(){return this.dialect.buildRelationalQueryWithoutPK({fullSchema:this.fullSchema,schema:this.schema,tableNamesMap:this.tableNamesMap,table:this.table,tableConfig:this.tableConfig,queryConfig:this.config,tableAlias:this.tableConfig.tsName})}getSQL(){return this._getQuery().sql}_toSQL(){let o=this._getQuery(),T=this.dialect.sqlToQuery(o.sql);return{query:o,builtQuery:T}}toSQL(){return this._toSQL().builtQuery}authToken;setToken(o){return this.authToken=o,this}execute(){return wo.startActiveSpan("drizzle.operation",()=>{return this._prepare().execute(void 0,this.authToken)})}}class t$ extends oT{constructor(o,T,f,n){super();this.execute=o,this.sql=T,this.query=f,this.mapBatchResult=n}static[O]="PgRaw";getSQL(){return this.sql}getQuery(){return this.query}mapResult(o,T){return T?this.mapBatchResult(o):o}_prepare(){return this}isResponseInArrayMode(){return!1}}class vn{constructor(o,T,f){if(this.dialect=o,this.session=T,this._=f?{schema:f.schema,fullSchema:f.fullSchema,tableNamesMap:f.tableNamesMap,session:T}:{schema:void 0,fullSchema:{},tableNamesMap:{},session:T},this.query={},this._.schema)for(let[n,S]of Object.entries(this._.schema))this.query[n]=new E$(f.fullSchema,this._.schema,this._.tableNamesMap,f.fullSchema[n],S,o,T)}static[O]="PgDatabase";query;$with=(o,T)=>{let f=this;return{as:(S)=>{if(typeof S==="function")S=S(new bn(f.dialect));return new Proxy(new En(S.getSQL(),T??("getSelectedFields"in S?S.getSelectedFields()??{}:{}),o,!0),new Do({alias:o,sqlAliasedBehavior:"alias",sqlBehavior:"error"}))}}};$count(o,T){return new xn({source:o,filters:T,session:this.session})}with(...o){let T=this;function f(J){return new TT({fields:J??void 0,session:T.session,dialect:T.dialect,withList:o})}function n(J){return new TT({fields:J??void 0,session:T.session,dialect:T.dialect,withList:o,distinct:!0})}function S(J,R){return new TT({fields:R??void 0,session:T.session,dialect:T.dialect,withList:o,distinct:{on:J}})}function A(J){return new ZS(J,T.session,T.dialect,o)}function $(J){return new cS(J,T.session,T.dialect,o)}function F(J){return new pS(J,T.session,T.dialect,o)}return{select:f,selectDistinct:n,selectDistinctOn:S,update:A,insert:$,delete:F}}select(o){return new TT({fields:o??void 0,session:this.session,dialect:this.dialect})}selectDistinct(o){return new TT({fields:o??void 0,session:this.session,dialect:this.dialect,distinct:!0})}selectDistinctOn(o,T){return new TT({fields:T??void 0,session:this.session,dialect:this.dialect,distinct:{on:o}})}update(o){return new ZS(o,this.session,this.dialect)}insert(o){return new cS(o,this.session,this.dialect)}delete(o){return new pS(o,this.session,this.dialect)}refreshMaterializedView(o){return new G$(o,this.session,this.dialect)}authToken;execute(o){let T=typeof o==="string"?k.raw(o):o.getSQL(),f=this.dialect.sqlToQuery(T),n=this.session.prepareQuery(f,void 0,void 0,!1);return new t$(()=>n.execute(void 0,this.authToken),T,f,(S)=>n.mapResult(S,!0))}transaction(o,T){return this.session.transaction(o,T)}}class G1{constructor(o,T){this.unique=o,this.name=T}static[O]="PgIndexBuilderOn";on(...o){return new PS(o.map((T)=>{if(H(T,j))return T;T=T;let f=new Yn(T.name,!!T.keyAsName,T.columnType,T.indexConfig);return T.indexConfig=JSON.parse(JSON.stringify(T.defaultConfig)),f}),this.unique,!1,this.name)}onOnly(...o){return new PS(o.map((T)=>{if(H(T,j))return T;T=T;let f=new Yn(T.name,!!T.keyAsName,T.columnType,T.indexConfig);return T.indexConfig=T.defaultConfig,f}),this.unique,!0,this.name)}using(o,...T){return new PS(T.map((f)=>{if(H(f,j))return f;f=f;let n=new Yn(f.name,!!f.keyAsName,f.columnType,f.indexConfig);return f.indexConfig=JSON.parse(JSON.stringify(f.defaultConfig)),n}),this.unique,!0,this.name,o)}}class PS{static[O]="PgIndexBuilder";config;constructor(o,T,f,n,S="btree"){this.config={name:n,columns:o,unique:T,only:f,method:S}}concurrently(){return this.config.concurrently=!0,this}with(o){return this.config.with=o,this}where(o){return this.config.where=o,this}build(o){return new Y1(this.config,o)}}class Y1{static[O]="PgIndex";config;constructor(o,T){this.config={...o,table:T}}}function z$(o){return new G1(!0,o)}class Q${constructor(o){this.query=o}authToken;getQuery(){return this.query}mapResult(o,T){return o}setToken(o){return this.authToken=o,this}static[O]="PgPreparedQuery";joinsNotNullableMap}class D${constructor(o){this.dialect=o}static[O]="PgSession";execute(o,T){return wo.startActiveSpan("drizzle.operation",()=>{return wo.startActiveSpan("drizzle.prepareQuery",()=>{return this.prepareQuery(this.dialect.sqlToQuery(o),void 0,void 0,!1)}).setToken(T).execute(void 0,T)})}all(o){return this.prepareQuery(this.dialect.sqlToQuery(o),void 0,void 0,!1).all()}async count(o,T){let f=await this.execute(o,T);return Number(f[0].count)}}class U$ extends vn{constructor(o,T,f,n=0){super(o,T,f);this.schema=f,this.nestedIndex=n}static[O]="PgTransaction";rollback(){throw new iA}getTransactionConfigSQL(o){let T=[];if(o.isolationLevel)T.push(`isolation level ${o.isolationLevel}`);if(o.accessMode)T.push(o.accessMode);if(typeof o.deferrable==="boolean")T.push(o.deferrable?"deferrable":"not deferrable");return k.raw(T.join(" "))}setTransaction(o){return this.session.execute(k`set transaction ${this.getTransactionConfigSQL(o)}`)}}class E1 extends Q${constructor(o,T,f,n,S,A,$){super({sql:T,params:f});this.client=o,this.queryString=T,this.params=f,this.logger=n,this.fields=S,this._isResponseInArrayMode=A,this.customResultMapper=$}static[O]="PostgresJsPreparedQuery";async execute(o={}){return wo.startActiveSpan("drizzle.execute",async(T)=>{let f=ZA(this.params,o);T?.setAttributes({"drizzle.query.text":this.queryString,"drizzle.query.params":JSON.stringify(f)}),this.logger.logQuery(this.queryString,f);let{fields:n,queryString:S,client:A,joinsNotNullableMap:$,customResultMapper:F}=this;if(!n&&!F)return wo.startActiveSpan("drizzle.driver.execute",()=>{return A.unsafe(S,f)});let J=await wo.startActiveSpan("drizzle.driver.execute",()=>{return T?.setAttributes({"drizzle.query.text":S,"drizzle.query.params":JSON.stringify(f)}),A.unsafe(S,f).values()});return wo.startActiveSpan("drizzle.mapResponse",()=>{return F?F(J):J.map((R)=>lJ(n,R,$))})})}all(o={}){return wo.startActiveSpan("drizzle.execute",async(T)=>{let f=ZA(this.params,o);return T?.setAttributes({"drizzle.query.text":this.queryString,"drizzle.query.params":JSON.stringify(f)}),this.logger.logQuery(this.queryString,f),wo.startActiveSpan("drizzle.driver.execute",()=>{return T?.setAttributes({"drizzle.query.text":this.queryString,"drizzle.query.params":JSON.stringify(f)}),this.client.unsafe(this.queryString,f)})})}isResponseInArrayMode(){return this._isResponseInArrayMode}}class qn extends D${constructor(o,T,f,n={}){super(T);this.client=o,this.schema=f,this.options=n,this.logger=n.logger??new dA}static[O]="PostgresJsSession";logger;prepareQuery(o,T,f,n,S){return new E1(this.client,o.sql,o.params,this.logger,T,n,S)}query(o,T){return this.logger.logQuery(o,T),this.client.unsafe(o,T).values()}queryObjects(o,T){return this.client.unsafe(o,T)}transaction(o,T){return this.client.begin(async(f)=>{let n=new qn(f,this.dialect,this.schema,this.options),S=new V$(this.dialect,n,this.schema);if(T)await S.setTransaction(T);return o(S)})}}class V$ extends U${constructor(o,T,f,n=0){super(o,T,f,n);this.session=T}static[O]="PostgresJsTransaction";transaction(o){return this.session.client.savepoint((T)=>{let f=new qn(T,this.dialect,this.schema,this.session.options),n=new V$(this.dialect,f,this.schema);return o(n)})}}class t1 extends vn{static[O]="PostgresJsDatabase"}function ef(o,T={}){let f=(J)=>J;for(let J of["1184","1082","1083","1114"])o.options.parsers[J]=f,o.options.serializers[J]=f;o.options.serializers["114"]=f,o.options.serializers["3802"]=f;let n=new Xf({casing:T.casing}),S;if(T.logger===!0)S=new gA;else if(T.logger!==!1)S=T.logger;let A;if(T.schema){let J=l0(T.schema,e0);A={fullSchema:T.schema,schema:J.tables,tableNamesMap:J.tableNamesMap}}let $=new qn(o,n,A,{logger:S}),F=new t1(n,$,A);return F.$client=o,F}function iS(...o){if(typeof o[0]==="string"){let T=lf(o[0]);return ef(T,o[1])}if(sJ(o[0])){let{connection:T,client:f,...n}=o[0];if(f)return ef(f,n);if(typeof T==="object"&&T.url!==void 0){let{url:A,...$}=T,F=lf(A,$);return ef(F,n)}let S=lf(T);return ef(S,n)}return ef(o[0],o[1])}((o)=>{function T(f){return ef({options:{parsers:{},serializers:{}}},f)}o.mock=T})(iS||(iS={}));var L$={};VM(L$,{users:()=>Hf,userChanges:()=>lO,untrackedUserColumnNames:()=>dO,twoFactorMethod:()=>V1,trackedUserColumnName:()=>U1,trackableUserColumnNames:()=>D1,role:()=>Q1,players:()=>B$,passwordResetAttempts:()=>eO,loginHistory:()=>uO,games:()=>gS,banishedIps:()=>sO});function z1(o){return k`lower(${o})`}var Q1=OS("role",["admin","user"]),Hf=sT("users",{id:MT().primaryKey().defaultRandom(),username:po({length:16}).notNull(),email:po({length:254}).notNull(),hash:po({length:64}).notNull(),salt:po({length:36}).notNull(),createdAt:QT({withTimezone:!0}).notNull().defaultNow(),createdIp:po({length:45}).notNull(),isActive:Vn().notNull().default(!1),verifiedAt:QT({withTimezone:!0}),userRole:Q1().default("user")},(o)=>[z$("usernameUniqueIndex").on(z1(o.username)),z$("emailUniqueIndex").on(z1(o.email))]),dO=["id","createdAt","createdIp","isActive","salt","verifiedAt"],D1=["username","email","hash","userRole"],U1=OS("trackedUserColumnName",D1),lO=sT("userChanges",{id:MT().primaryKey().defaultRandom(),userId:MT().notNull().references(()=>Hf.id),changedAt:QT({withTimezone:!0}).notNull().defaultNow(),changedIp:po({length:45}).notNull(),changedColumn:U1().notNull(),oldValue:po({length:255}),newValue:po({length:255})}),gS=sT("games",{id:MT().primaryKey().defaultRandom()}),B$=sT("players",{userId:MT().notNull().references(()=>Hf.id),gameId:MT().notNull().references(()=>gS.id),score:ES().notNull()},(o)=>[Z0({name:"players_userId_gameId_pk",columns:[o.userId,o.gameId]})]),uO=sT("loginHistory",{id:MT().primaryKey().defaultRandom(),userId:MT().references(()=>Hf.id),loginTime:QT({withTimezone:!0}).notNull().defaultNow(),ipAddress:po({length:45}).notNull(),userAgent:po({length:1024}),successful:Vn().notNull().default(!1)}),V1=OS("twoFactorMethod",["email","phone"]),eO=sT("passwordResetAttempts",{id:MT().primaryKey().defaultRandom(),userId:MT().notNull().references(()=>Hf.id),requestedIp:po({length:45}).notNull(),requestedAt:QT({withTimezone:!0}).notNull().defaultNow(),succeededIp:po({length:45}),succeededAt:QT({withTimezone:!0}),verificationMethod:V1().notNull()}),sO=sT("banishedIps",{ip:po({length:45}).primaryKey(),reason:po({length:2048}).notNull(),banishedAt:QT({withTimezone:!0}).notNull().defaultNow(),banishedUntil:QT({withTimezone:!0})});var __dirname="/home/runner/work/wayforge/wayforge/apps/tempest.games/src/database";class C${options;sql;drizzle;observers=new Map;async setupTriggersAndNotifications(){await this.sql.file(aO.resolve(__dirname,"notify_update.sql"));let o=[qo(Hf),qo(gS),qo(B$)];await this.sql`SELECT create_notify_triggers(${this.sql.array(o)})`,await this.sql.listen("table_update",(T)=>{let f=T.split(","),n=f[0],S=f[1],A=`${n}("${S}")`;if(this.observers.has(A))this.observers.get(A).next(A)})}constructor(o=!1,T={host:tT.POSTGRES_HOST,port:tT.POSTGRES_PORT,user:tT.POSTGRES_USER,password:tT.POSTGRES_PASSWORD,database:tT.POSTGRES_DATABASE}){this.options=T,this.sql=lf(T),this.drizzle=iS(this.sql,{schema:L$,logger:o})}observe(o,T){if(!this.observers.has(o))this.observers.set(o,new oo);this.observers.get(o).subscribe("SINGLETON",T)}}var dS={100:"Continue",101:"Switching Protocols",102:"Processing",103:"Early Hints",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",306:"Switch Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Too Early",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",510:"Not Extended",511:"Network Authentication Required"},m$=P$(dS).map(([o])=>Yo.literal(Number(o))),ok=Yo.union([m$[0],m$[1],...m$]),B1=Yo.tuple([ok,Yo.string()]);var j$=new zA,{logger:$T}=j$;Object.assign(console,$T,{log:$T.info});$T.info("ready");var I$=C1(import.meta.dir,"..","app"),$z=new C$({logQuery(o,T){$T.info("\uD83D\uDCDD query",o,T)}});nk({hostname:"0.0.0.0",port:tT.FRONTEND_PORT??3333,...MJ??void 0,async fetch(o){try{let T=new Date,f=new URL(o.url);if($T.info(o.method,f.pathname),f.pathname==="/")return new Response(Bun.file(C1(I$,"index.html")));if(f.pathname==="/index.html")return Response.redirect("/");let n=Tk(I$,f.pathname),S=fk(n);if(!S.startsWith(I$))throw[403,"Access Denied"];if(!await L1(S).exists())return Response.redirect("/");return new Response(L1(S))}catch(T){let f=B1.safeParse(T);if(f.success){let[n,S]=f.data,$=`${dS[n]}. ${S}`;return $T.info(`\u274C ${n}: ${$}`),new Response($,{status:n})}if(T instanceof Error)$T.error(T.message);else{let n=Df(T);$T.error("frontend server threw",n)}return new Response(dS[500],{status:500})}}});function lS(){$T.info("\uD83D\uDEEC frontend server exiting"),process.exit(0)}process.on("SIGINT",()=>{$T.info("\u2757 received SIGINT; exiting gracefully"),lS()});process.on("SIGTERM",()=>{$T.info("\u2757 received SIGTERM; exiting gracefully"),lS()});process.on("exit",()=>{$T.info("\u2757 received exit; exiting gracefully"),lS()});j$.on("timeToStop",()=>{$T.info('\u2757 backend server received signal "timeToStop"; exiting gracefully'),lS()});$T.info(`\uD83D\uDEEB frontend server running at http://localhost:${tT.FRONTEND_PORT}/`);j$.emit("alive");