2b223b7cd9
* feat: Add dual-tag system for meta-observation control Implements <private> and <claude-mem-context> tag stripping at hook layer to give users fine-grained control over what gets persisted in observations and enable future real-time context injection without recursive storage. **Features:** - stripMemoryTags() function in save-hook.ts - Strips both <private> and <claude-mem-context> tags before sending to worker - Always active (no configuration needed) - Comprehensive test suite (19 tests, all passing) - User documentation for <private> tag - Technical architecture documentation **Architecture:** - Edge processing pattern (filter at hook, not worker) - Defensive type handling with silentDebug - Supports multiline, nested, and multiple tags - Enables strategic orchestration for internal tools **User-Facing:** - <private> tag for manual privacy control (documented) - Prevents sensitive data from persisting in observations **Infrastructure:** - <claude-mem-context> tag ready for real-time context feature - Prevents recursive storage when context injection ships **Files:** - src/hooks/save-hook.ts: Core implementation - tests/strip-memory-tags.test.ts: Test suite (19/19 passing) - docs/public/usage/private-tags.mdx: User guide - docs/public/docs.json: Navigation update - docs/context/dual-tag-system-architecture.md: Technical docs - plugin/scripts/save-hook.js: Built hook 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * fix: Strip private tags from user prompts and skip memory ops for fully private prompts Fixes critical privacy bug where <private> tags were not being stripped from user prompts before storage in user_prompts table, making private content searchable via mem-search. Changes: 1. new-hook.ts: Skip memory operations for fully private prompts - If cleaned prompt is empty after stripping tags, skip saveUserPrompt - Skip worker init to avoid wasting resources on empty prompts - Logs: "(fully private - skipped)" 2. save-hook.ts: Skip observations for fully private prompts - Check if user prompt was entirely private before creating observations - Respects user intent: fully private prompt = no observations at all - Prevents "thoughts pop up" issue where private prompts create public observations 3. SessionStore.ts: Add getUserPrompt() method - Retrieves prompt text by session_id and prompt_number - Used by save-hook to check if prompt was private 4. Tests: Added 4 new tests for fully private prompt detection (16 total, all passing) 5. Docs: Updated private-tags.mdx to reflect correct behavior - User prompts ARE now filtered before storage - Private content never reaches database or search indices Privacy Protection: - Fully private prompts: No user_prompt saved, no worker init, no observations - Partially private prompts: Tags stripped, content sanitized before storage - Zero leaks: Private content never indexed or searchable Addresses reviewer feedback on PR #153 about user prompt filtering. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * feat: Enhance memory tag handling and indexing in user prompts - Added a new index `idx_user_prompts_lookup` on `user_prompts` for improved query performance based on `claude_session_id` and `prompt_number`. - Refactored memory tag stripping functionality into dedicated utility functions: `stripMemoryTagsFromJson` and `stripMemoryTagsFromPrompt` for better separation of concerns and reusability. - Updated hooks (`new-hook.ts` and `save-hook.ts`) to utilize the new tag stripping functions, ensuring private content is not stored or searchable. - Removed redundant inline tag stripping functions from hooks to streamline code. - Added tests for the new tag stripping utilities to ensure functionality and prevent regressions. --------- Co-authored-by: Claude <noreply@anthropic.com>
659 lines
329 KiB
JavaScript
Executable File
659 lines
329 KiB
JavaScript
Executable File
#!/usr/bin/env node
|
|
"use strict";var Yl=Object.create;var Hs=Object.defineProperty;var eu=Object.getOwnPropertyDescriptor;var tu=Object.getOwnPropertyNames;var ru=Object.getPrototypeOf,su=Object.prototype.hasOwnProperty;var H=(s,e)=>()=>(e||s((e={exports:{}}).exports,e),e.exports),au=(s,e)=>{for(var r in e)Hs(s,r,{get:e[r],enumerable:!0})},nu=(s,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of tu(e))!su.call(s,t)&&t!==r&&Hs(s,t,{get:()=>e[t],enumerable:!(a=eu(e,t))||a.enumerable});return s};var Mt=(s,e,r)=>(r=s!=null?Yl(ru(s)):{},nu(e||!s||!s.__esModule?Hs(r,"default",{value:s,enumerable:!0}):r,s));var Kn=H((cs,Qn)=>{(function(s,e){typeof cs=="object"&&typeof Qn<"u"?e(cs):typeof define=="function"&&define.amd?define(["exports"],e):e(s.URI=s.URI||{})})(cs,(function(s){"use strict";function e(){for(var _=arguments.length,h=Array(_),b=0;b<_;b++)h[b]=arguments[b];if(h.length>1){h[0]=h[0].slice(0,-1);for(var T=h.length-1,O=1;O<T;++O)h[O]=h[O].slice(1,-1);return h[T]=h[T].slice(1),h.join("")}else return h[0]}function r(_){return"(?:"+_+")"}function a(_){return _===void 0?"undefined":_===null?"null":Object.prototype.toString.call(_).split(" ").pop().split("]").shift().toLowerCase()}function t(_){return _.toUpperCase()}function n(_){return _!=null?_ instanceof Array?_:typeof _.length!="number"||_.split||_.setInterval||_.call?[_]:Array.prototype.slice.call(_):[]}function o(_,h){var b=_;if(h)for(var T in h)b[T]=h[T];return b}function i(_){var h="[A-Za-z]",b="[\\x0D]",T="[0-9]",O="[\\x22]",B=e(T,"[A-Fa-f]"),J="[\\x0A]",ae="[\\x20]",le=r(r("%[EFef]"+B+"%"+B+B+"%"+B+B)+"|"+r("%[89A-Fa-f]"+B+"%"+B+B)+"|"+r("%"+B+B)),Se="[\\:\\/\\?\\#\\[\\]\\@]",se="[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]",me=e(Se,se),xe=_?"[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]":"[]",fe=_?"[\\uE000-\\uF8FF]":"[]",ie=e(h,T,"[\\-\\.\\_\\~]",xe),ve=r(h+e(h,T,"[\\+\\-\\.]")+"*"),ue=r(r(le+"|"+e(ie,se,"[\\:]"))+"*"),Lt=r(r("25[0-5]")+"|"+r("2[0-4]"+T)+"|"+r("1"+T+T)+"|"+r("[1-9]"+T)+"|"+T),Ve=r(r("25[0-5]")+"|"+r("2[0-4]"+T)+"|"+r("1"+T+T)+"|"+r("0?[1-9]"+T)+"|0?0?"+T),Ge=r(Ve+"\\."+Ve+"\\."+Ve+"\\."+Ve),de=r(B+"{1,4}"),He=r(r(de+"\\:"+de)+"|"+Ge),Xe=r(r(de+"\\:")+"{6}"+He),it=r("\\:\\:"+r(de+"\\:")+"{5}"+He),jt=r(r(de)+"?\\:\\:"+r(de+"\\:")+"{4}"+He),ht=r(r(r(de+"\\:")+"{0,1}"+de)+"?\\:\\:"+r(de+"\\:")+"{3}"+He),wr=r(r(r(de+"\\:")+"{0,2}"+de)+"?\\:\\:"+r(de+"\\:")+"{2}"+He),Hr=r(r(r(de+"\\:")+"{0,3}"+de)+"?\\:\\:"+de+"\\:"+He),zr=r(r(r(de+"\\:")+"{0,4}"+de)+"?\\:\\:"+He),or=r(r(r(de+"\\:")+"{0,5}"+de)+"?\\:\\:"+de),ir=r(r(r(de+"\\:")+"{0,6}"+de)+"?\\:\\:"),mt=r([Xe,it,jt,ht,wr,Hr,zr,or,ir].join("|")),cr=r(r(ie+"|"+le)+"+"),Bs=r(mt+"\\%25"+cr),Ft=r(mt+r("\\%25|\\%(?!"+B+"{2})")+cr),Zl=r("[vV]"+B+"+\\."+e(ie,se,"[\\:]")+"+"),Gl=r("\\["+r(Ft+"|"+mt+"|"+Zl)+"\\]"),_n=r(r(le+"|"+e(ie,se))+"*"),Pr=r(Gl+"|"+Ge+"(?!"+_n+")|"+_n),Or=r(T+"*"),bn=r(r(ue+"@")+"?"+Pr+r("\\:"+Or)+"?"),Ir=r(le+"|"+e(ie,se,"[\\:\\@]")),Xl=r(Ir+"*"),En=r(Ir+"+"),Wl=r(r(le+"|"+e(ie,se,"[\\@]"))+"+"),vt=r(r("\\/"+Xl)+"*"),lr=r("\\/"+r(En+vt)+"?"),Vs=r(Wl+vt),Zr=r(En+vt),ur="(?!"+Ir+")",Ph=r(vt+"|"+lr+"|"+Vs+"|"+Zr+"|"+ur),dr=r(r(Ir+"|"+e("[\\/\\?]",fe))+"*"),Nr=r(r(Ir+"|[\\/\\?]")+"*"),Sn=r(r("\\/\\/"+bn+vt)+"|"+lr+"|"+Zr+"|"+ur),Ql=r(ve+"\\:"+Sn+r("\\?"+dr)+"?"+r("\\#"+Nr)+"?"),Kl=r(r("\\/\\/"+bn+vt)+"|"+lr+"|"+Vs+"|"+ur),Jl=r(Kl+r("\\?"+dr)+"?"+r("\\#"+Nr)+"?"),Oh=r(Ql+"|"+Jl),Ih=r(ve+"\\:"+Sn+r("\\?"+dr)+"?"),Nh="^("+ve+")\\:"+r(r("\\/\\/("+r("("+ue+")@")+"?("+Pr+")"+r("\\:("+Or+")")+"?)")+"?("+vt+"|"+lr+"|"+Zr+"|"+ur+")")+r("\\?("+dr+")")+"?"+r("\\#("+Nr+")")+"?$",Ah="^(){0}"+r(r("\\/\\/("+r("("+ue+")@")+"?("+Pr+")"+r("\\:("+Or+")")+"?)")+"?("+vt+"|"+lr+"|"+Vs+"|"+ur+")")+r("\\?("+dr+")")+"?"+r("\\#("+Nr+")")+"?$",$h="^("+ve+")\\:"+r(r("\\/\\/("+r("("+ue+")@")+"?("+Pr+")"+r("\\:("+Or+")")+"?)")+"?("+vt+"|"+lr+"|"+Zr+"|"+ur+")")+r("\\?("+dr+")")+"?$",Dh="^"+r("\\#("+Nr+")")+"?$",Ch="^"+r("("+ue+")@")+"?("+Pr+")"+r("\\:("+Or+")")+"?$";return{NOT_SCHEME:new RegExp(e("[^]",h,T,"[\\+\\-\\.]"),"g"),NOT_USERINFO:new RegExp(e("[^\\%\\:]",ie,se),"g"),NOT_HOST:new RegExp(e("[^\\%\\[\\]\\:]",ie,se),"g"),NOT_PATH:new RegExp(e("[^\\%\\/\\:\\@]",ie,se),"g"),NOT_PATH_NOSCHEME:new RegExp(e("[^\\%\\/\\@]",ie,se),"g"),NOT_QUERY:new RegExp(e("[^\\%]",ie,se,"[\\:\\@\\/\\?]",fe),"g"),NOT_FRAGMENT:new RegExp(e("[^\\%]",ie,se,"[\\:\\@\\/\\?]"),"g"),ESCAPE:new RegExp(e("[^]",ie,se),"g"),UNRESERVED:new RegExp(ie,"g"),OTHER_CHARS:new RegExp(e("[^\\%]",ie,me),"g"),PCT_ENCODED:new RegExp(le,"g"),IPV4ADDRESS:new RegExp("^("+Ge+")$"),IPV6ADDRESS:new RegExp("^\\[?("+mt+")"+r(r("\\%25|\\%(?!"+B+"{2})")+"("+cr+")")+"?\\]?$")}}var l=i(!1),u=i(!0),d=(function(){function _(h,b){var T=[],O=!0,B=!1,J=void 0;try{for(var ae=h[Symbol.iterator](),le;!(O=(le=ae.next()).done)&&(T.push(le.value),!(b&&T.length===b));O=!0);}catch(Se){B=!0,J=Se}finally{try{!O&&ae.return&&ae.return()}finally{if(B)throw J}}return T}return function(h,b){if(Array.isArray(h))return h;if(Symbol.iterator in Object(h))return _(h,b);throw new TypeError("Invalid attempt to destructure non-iterable instance")}})(),f=function(_){if(Array.isArray(_)){for(var h=0,b=Array(_.length);h<_.length;h++)b[h]=_[h];return b}else return Array.from(_)},m=2147483647,p=36,g=1,y=26,v=38,S=700,R=72,E=128,w="-",P=/^xn--/,x=/[^\0-\x7E]/,I=/[\x2E\u3002\uFF0E\uFF61]/g,D={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},$=p-g,C=Math.floor,j=String.fromCharCode;function L(_){throw new RangeError(D[_])}function N(_,h){for(var b=[],T=_.length;T--;)b[T]=h(_[T]);return b}function A(_,h){var b=_.split("@"),T="";b.length>1&&(T=b[0]+"@",_=b[1]),_=_.replace(I,".");var O=_.split("."),B=N(O,h).join(".");return T+B}function M(_){for(var h=[],b=0,T=_.length;b<T;){var O=_.charCodeAt(b++);if(O>=55296&&O<=56319&&b<T){var B=_.charCodeAt(b++);(B&64512)==56320?h.push(((O&1023)<<10)+(B&1023)+65536):(h.push(O),b--)}else h.push(O)}return h}var X=function(h){return String.fromCodePoint.apply(String,f(h))},W=function(h){return h-48<10?h-22:h-65<26?h-65:h-97<26?h-97:p},ee=function(h,b){return h+22+75*(h<26)-((b!=0)<<5)},Q=function(h,b,T){var O=0;for(h=T?C(h/S):h>>1,h+=C(h/b);h>$*y>>1;O+=p)h=C(h/$);return C(O+($+1)*h/(h+v))},z=function(h){var b=[],T=h.length,O=0,B=E,J=R,ae=h.lastIndexOf(w);ae<0&&(ae=0);for(var le=0;le<ae;++le)h.charCodeAt(le)>=128&&L("not-basic"),b.push(h.charCodeAt(le));for(var Se=ae>0?ae+1:0;Se<T;){for(var se=O,me=1,xe=p;;xe+=p){Se>=T&&L("invalid-input");var fe=W(h.charCodeAt(Se++));(fe>=p||fe>C((m-O)/me))&&L("overflow"),O+=fe*me;var ie=xe<=J?g:xe>=J+y?y:xe-J;if(fe<ie)break;var ve=p-ie;me>C(m/ve)&&L("overflow"),me*=ve}var ue=b.length+1;J=Q(O-se,ue,se==0),C(O/ue)>m-B&&L("overflow"),B+=C(O/ue),O%=ue,b.splice(O++,0,B)}return String.fromCodePoint.apply(String,b)},pe=function(h){var b=[];h=M(h);var T=h.length,O=E,B=0,J=R,ae=!0,le=!1,Se=void 0;try{for(var se=h[Symbol.iterator](),me;!(ae=(me=se.next()).done);ae=!0){var xe=me.value;xe<128&&b.push(j(xe))}}catch(Ft){le=!0,Se=Ft}finally{try{!ae&&se.return&&se.return()}finally{if(le)throw Se}}var fe=b.length,ie=fe;for(fe&&b.push(w);ie<T;){var ve=m,ue=!0,Lt=!1,Ve=void 0;try{for(var Ge=h[Symbol.iterator](),de;!(ue=(de=Ge.next()).done);ue=!0){var He=de.value;He>=O&&He<ve&&(ve=He)}}catch(Ft){Lt=!0,Ve=Ft}finally{try{!ue&&Ge.return&&Ge.return()}finally{if(Lt)throw Ve}}var Xe=ie+1;ve-O>C((m-B)/Xe)&&L("overflow"),B+=(ve-O)*Xe,O=ve;var it=!0,jt=!1,ht=void 0;try{for(var wr=h[Symbol.iterator](),Hr;!(it=(Hr=wr.next()).done);it=!0){var zr=Hr.value;if(zr<O&&++B>m&&L("overflow"),zr==O){for(var or=B,ir=p;;ir+=p){var mt=ir<=J?g:ir>=J+y?y:ir-J;if(or<mt)break;var cr=or-mt,Bs=p-mt;b.push(j(ee(mt+cr%Bs,0))),or=C(cr/Bs)}b.push(j(ee(or,0))),J=Q(B,Xe,ie==fe),B=0,++ie}}}catch(Ft){jt=!0,ht=Ft}finally{try{!it&&wr.return&&wr.return()}finally{if(jt)throw ht}}++B,++O}return b.join("")},Re=function(h){return A(h,function(b){return P.test(b)?z(b.slice(4).toLowerCase()):b})},De=function(h){return A(h,function(b){return x.test(b)?"xn--"+pe(b):b})},oe={version:"2.1.0",ucs2:{decode:M,encode:X},decode:z,encode:pe,toASCII:De,toUnicode:Re},be={};function Te(_){var h=_.charCodeAt(0),b=void 0;return h<16?b="%0"+h.toString(16).toUpperCase():h<128?b="%"+h.toString(16).toUpperCase():h<2048?b="%"+(h>>6|192).toString(16).toUpperCase()+"%"+(h&63|128).toString(16).toUpperCase():b="%"+(h>>12|224).toString(16).toUpperCase()+"%"+(h>>6&63|128).toString(16).toUpperCase()+"%"+(h&63|128).toString(16).toUpperCase(),b}function Ce(_){for(var h="",b=0,T=_.length;b<T;){var O=parseInt(_.substr(b+1,2),16);if(O<128)h+=String.fromCharCode(O),b+=3;else if(O>=194&&O<224){if(T-b>=6){var B=parseInt(_.substr(b+4,2),16);h+=String.fromCharCode((O&31)<<6|B&63)}else h+=_.substr(b,6);b+=6}else if(O>=224){if(T-b>=9){var J=parseInt(_.substr(b+4,2),16),ae=parseInt(_.substr(b+7,2),16);h+=String.fromCharCode((O&15)<<12|(J&63)<<6|ae&63)}else h+=_.substr(b,9);b+=9}else h+=_.substr(b,3),b+=3}return h}function St(_,h){function b(T){var O=Ce(T);return O.match(h.UNRESERVED)?O:T}return _.scheme&&(_.scheme=String(_.scheme).replace(h.PCT_ENCODED,b).toLowerCase().replace(h.NOT_SCHEME,"")),_.userinfo!==void 0&&(_.userinfo=String(_.userinfo).replace(h.PCT_ENCODED,b).replace(h.NOT_USERINFO,Te).replace(h.PCT_ENCODED,t)),_.host!==void 0&&(_.host=String(_.host).replace(h.PCT_ENCODED,b).toLowerCase().replace(h.NOT_HOST,Te).replace(h.PCT_ENCODED,t)),_.path!==void 0&&(_.path=String(_.path).replace(h.PCT_ENCODED,b).replace(_.scheme?h.NOT_PATH:h.NOT_PATH_NOSCHEME,Te).replace(h.PCT_ENCODED,t)),_.query!==void 0&&(_.query=String(_.query).replace(h.PCT_ENCODED,b).replace(h.NOT_QUERY,Te).replace(h.PCT_ENCODED,t)),_.fragment!==void 0&&(_.fragment=String(_.fragment).replace(h.PCT_ENCODED,b).replace(h.NOT_FRAGMENT,Te).replace(h.PCT_ENCODED,t)),_}function pt(_){return _.replace(/^0*(.*)/,"$1")||"0"}function Ee(_,h){var b=_.match(h.IPV4ADDRESS)||[],T=d(b,2),O=T[1];return O?O.split(".").map(pt).join("."):_}function ge(_,h){var b=_.match(h.IPV6ADDRESS)||[],T=d(b,3),O=T[1],B=T[2];if(O){for(var J=O.toLowerCase().split("::").reverse(),ae=d(J,2),le=ae[0],Se=ae[1],se=Se?Se.split(":").map(pt):[],me=le.split(":").map(pt),xe=h.IPV4ADDRESS.test(me[me.length-1]),fe=xe?7:8,ie=me.length-fe,ve=Array(fe),ue=0;ue<fe;++ue)ve[ue]=se[ue]||me[ie+ue]||"";xe&&(ve[fe-1]=Ee(ve[fe-1],h));var Lt=ve.reduce(function(Xe,it,jt){if(!it||it==="0"){var ht=Xe[Xe.length-1];ht&&ht.index+ht.length===jt?ht.length++:Xe.push({index:jt,length:1})}return Xe},[]),Ve=Lt.sort(function(Xe,it){return it.length-Xe.length})[0],Ge=void 0;if(Ve&&Ve.length>1){var de=ve.slice(0,Ve.index),He=ve.slice(Ve.index+Ve.length);Ge=de.join(":")+"::"+He.join(":")}else Ge=ve.join(":");return B&&(Ge+="%"+B),Ge}else return _}var Dt=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,Ie="".match(/(){0}/)[1]===void 0;function ce(_){var h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},b={},T=h.iri!==!1?u:l;h.reference==="suffix"&&(_=(h.scheme?h.scheme+":":"")+"//"+_);var O=_.match(Dt);if(O){Ie?(b.scheme=O[1],b.userinfo=O[3],b.host=O[4],b.port=parseInt(O[5],10),b.path=O[6]||"",b.query=O[7],b.fragment=O[8],isNaN(b.port)&&(b.port=O[5])):(b.scheme=O[1]||void 0,b.userinfo=_.indexOf("@")!==-1?O[3]:void 0,b.host=_.indexOf("//")!==-1?O[4]:void 0,b.port=parseInt(O[5],10),b.path=O[6]||"",b.query=_.indexOf("?")!==-1?O[7]:void 0,b.fragment=_.indexOf("#")!==-1?O[8]:void 0,isNaN(b.port)&&(b.port=_.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?O[4]:void 0)),b.host&&(b.host=ge(Ee(b.host,T),T)),b.scheme===void 0&&b.userinfo===void 0&&b.host===void 0&&b.port===void 0&&!b.path&&b.query===void 0?b.reference="same-document":b.scheme===void 0?b.reference="relative":b.fragment===void 0?b.reference="absolute":b.reference="uri",h.reference&&h.reference!=="suffix"&&h.reference!==b.reference&&(b.error=b.error||"URI is not a "+h.reference+" reference.");var B=be[(h.scheme||b.scheme||"").toLowerCase()];if(!h.unicodeSupport&&(!B||!B.unicodeSupport)){if(b.host&&(h.domainHost||B&&B.domainHost))try{b.host=oe.toASCII(b.host.replace(T.PCT_ENCODED,Ce).toLowerCase())}catch(J){b.error=b.error||"Host's domain name can not be converted to ASCII via punycode: "+J}St(b,l)}else St(b,T);B&&B.parse&&B.parse(b,h)}else b.error=b.error||"URI can not be parsed.";return b}function xt(_,h){var b=h.iri!==!1?u:l,T=[];return _.userinfo!==void 0&&(T.push(_.userinfo),T.push("@")),_.host!==void 0&&T.push(ge(Ee(String(_.host),b),b).replace(b.IPV6ADDRESS,function(O,B,J){return"["+B+(J?"%25"+J:"")+"]"})),(typeof _.port=="number"||typeof _.port=="string")&&(T.push(":"),T.push(String(_.port))),T.length?T.join(""):void 0}var ft=/^\.\.?\//,Ct=/^\/\.(\/|$)/,kt=/^\/\.\.(\/|$)/,Pe=/^\/?(?:.|\n)*?(?=\/|$)/;function Ze(_){for(var h=[];_.length;)if(_.match(ft))_=_.replace(ft,"");else if(_.match(Ct))_=_.replace(Ct,"/");else if(_.match(kt))_=_.replace(kt,"/"),h.pop();else if(_==="."||_==="..")_="";else{var b=_.match(Pe);if(b){var T=b[0];_=_.slice(T.length),h.push(T)}else throw new Error("Unexpected dot segment condition")}return h.join("")}function Fe(_){var h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},b=h.iri?u:l,T=[],O=be[(h.scheme||_.scheme||"").toLowerCase()];if(O&&O.serialize&&O.serialize(_,h),_.host&&!b.IPV6ADDRESS.test(_.host)){if(h.domainHost||O&&O.domainHost)try{_.host=h.iri?oe.toUnicode(_.host):oe.toASCII(_.host.replace(b.PCT_ENCODED,Ce).toLowerCase())}catch(ae){_.error=_.error||"Host's domain name can not be converted to "+(h.iri?"Unicode":"ASCII")+" via punycode: "+ae}}St(_,b),h.reference!=="suffix"&&_.scheme&&(T.push(_.scheme),T.push(":"));var B=xt(_,h);if(B!==void 0&&(h.reference!=="suffix"&&T.push("//"),T.push(B),_.path&&_.path.charAt(0)!=="/"&&T.push("/")),_.path!==void 0){var J=_.path;!h.absolutePath&&(!O||!O.absolutePath)&&(J=Ze(J)),B===void 0&&(J=J.replace(/^\/\//,"/%2F")),T.push(J)}return _.query!==void 0&&(T.push("?"),T.push(_.query)),_.fragment!==void 0&&(T.push("#"),T.push(_.fragment)),T.join("")}function ke(_,h){var b=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},T=arguments[3],O={};return T||(_=ce(Fe(_,b),b),h=ce(Fe(h,b),b)),b=b||{},!b.tolerant&&h.scheme?(O.scheme=h.scheme,O.userinfo=h.userinfo,O.host=h.host,O.port=h.port,O.path=Ze(h.path||""),O.query=h.query):(h.userinfo!==void 0||h.host!==void 0||h.port!==void 0?(O.userinfo=h.userinfo,O.host=h.host,O.port=h.port,O.path=Ze(h.path||""),O.query=h.query):(h.path?(h.path.charAt(0)==="/"?O.path=Ze(h.path):((_.userinfo!==void 0||_.host!==void 0||_.port!==void 0)&&!_.path?O.path="/"+h.path:_.path?O.path=_.path.slice(0,_.path.lastIndexOf("/")+1)+h.path:O.path=h.path,O.path=Ze(O.path)),O.query=h.query):(O.path=_.path,h.query!==void 0?O.query=h.query:O.query=_.query),O.userinfo=_.userinfo,O.host=_.host,O.port=_.port),O.scheme=_.scheme),O.fragment=h.fragment,O}function nt(_,h,b){var T=o({scheme:"null"},b);return Fe(ke(ce(_,T),ce(h,T),T,!0),T)}function Be(_,h){return typeof _=="string"?_=Fe(ce(_,h),h):a(_)==="object"&&(_=ce(Fe(_,h),h)),_}function Vr(_,h,b){return typeof _=="string"?_=Fe(ce(_,b),b):a(_)==="object"&&(_=Fe(_,b)),typeof h=="string"?h=Fe(ce(h,b),b):a(h)==="object"&&(h=Fe(h,b)),_===h}function qs(_,h){return _&&_.toString().replace(!h||!h.iri?l.ESCAPE:u.ESCAPE,Te)}function et(_,h){return _&&_.toString().replace(!h||!h.iri?l.PCT_ENCODED:u.PCT_ENCODED,Ce)}var Rr={scheme:"http",domainHost:!0,parse:function(h,b){return h.host||(h.error=h.error||"HTTP URIs must have a host."),h},serialize:function(h,b){var T=String(h.scheme).toLowerCase()==="https";return(h.port===(T?443:80)||h.port==="")&&(h.port=void 0),h.path||(h.path="/"),h}},dn={scheme:"https",domainHost:Rr.domainHost,parse:Rr.parse,serialize:Rr.serialize};function pn(_){return typeof _.secure=="boolean"?_.secure:String(_.scheme).toLowerCase()==="wss"}var Tr={scheme:"ws",domainHost:!0,parse:function(h,b){var T=h;return T.secure=pn(T),T.resourceName=(T.path||"/")+(T.query?"?"+T.query:""),T.path=void 0,T.query=void 0,T},serialize:function(h,b){if((h.port===(pn(h)?443:80)||h.port==="")&&(h.port=void 0),typeof h.secure=="boolean"&&(h.scheme=h.secure?"wss":"ws",h.secure=void 0),h.resourceName){var T=h.resourceName.split("?"),O=d(T,2),B=O[0],J=O[1];h.path=B&&B!=="/"?B:void 0,h.query=J,h.resourceName=void 0}return h.fragment=void 0,h}},fn={scheme:"wss",domainHost:Tr.domainHost,parse:Tr.parse,serialize:Tr.serialize},Cl={},kl=!0,hn="[A-Za-z0-9\\-\\.\\_\\~"+(kl?"\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF":"")+"]",ot="[0-9A-Fa-f]",Ll=r(r("%[EFef]"+ot+"%"+ot+ot+"%"+ot+ot)+"|"+r("%[89A-Fa-f]"+ot+"%"+ot+ot)+"|"+r("%"+ot+ot)),jl="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]",Fl="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",Ml=e(Fl,'[\\"\\\\]'),ql="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]",Ul=new RegExp(hn,"g"),nr=new RegExp(Ll,"g"),Bl=new RegExp(e("[^]",jl,"[\\.]",'[\\"]',Ml),"g"),mn=new RegExp(e("[^]",hn,ql),"g"),Vl=mn;function Us(_){var h=Ce(_);return h.match(Ul)?h:_}var vn={scheme:"mailto",parse:function(h,b){var T=h,O=T.to=T.path?T.path.split(","):[];if(T.path=void 0,T.query){for(var B=!1,J={},ae=T.query.split("&"),le=0,Se=ae.length;le<Se;++le){var se=ae[le].split("=");switch(se[0]){case"to":for(var me=se[1].split(","),xe=0,fe=me.length;xe<fe;++xe)O.push(me[xe]);break;case"subject":T.subject=et(se[1],b);break;case"body":T.body=et(se[1],b);break;default:B=!0,J[et(se[0],b)]=et(se[1],b);break}}B&&(T.headers=J)}T.query=void 0;for(var ie=0,ve=O.length;ie<ve;++ie){var ue=O[ie].split("@");if(ue[0]=et(ue[0]),b.unicodeSupport)ue[1]=et(ue[1],b).toLowerCase();else try{ue[1]=oe.toASCII(et(ue[1],b).toLowerCase())}catch(Lt){T.error=T.error||"Email address's domain name can not be converted to ASCII via punycode: "+Lt}O[ie]=ue.join("@")}return T},serialize:function(h,b){var T=h,O=n(h.to);if(O){for(var B=0,J=O.length;B<J;++B){var ae=String(O[B]),le=ae.lastIndexOf("@"),Se=ae.slice(0,le).replace(nr,Us).replace(nr,t).replace(Bl,Te),se=ae.slice(le+1);try{se=b.iri?oe.toUnicode(se):oe.toASCII(et(se,b).toLowerCase())}catch(ie){T.error=T.error||"Email address's domain name can not be converted to "+(b.iri?"Unicode":"ASCII")+" via punycode: "+ie}O[B]=Se+"@"+se}T.path=O.join(",")}var me=h.headers=h.headers||{};h.subject&&(me.subject=h.subject),h.body&&(me.body=h.body);var xe=[];for(var fe in me)me[fe]!==Cl[fe]&&xe.push(fe.replace(nr,Us).replace(nr,t).replace(mn,Te)+"="+me[fe].replace(nr,Us).replace(nr,t).replace(Vl,Te));return xe.length&&(T.query=xe.join("&")),T}},Hl=/^([^\:]+)\:(.*)/,gn={scheme:"urn",parse:function(h,b){var T=h.path&&h.path.match(Hl),O=h;if(T){var B=b.scheme||O.scheme||"urn",J=T[1].toLowerCase(),ae=T[2],le=B+":"+(b.nid||J),Se=be[le];O.nid=J,O.nss=ae,O.path=void 0,Se&&(O=Se.parse(O,b))}else O.error=O.error||"URN can not be parsed.";return O},serialize:function(h,b){var T=b.scheme||h.scheme||"urn",O=h.nid,B=T+":"+(b.nid||O),J=be[B];J&&(h=J.serialize(h,b));var ae=h,le=h.nss;return ae.path=(O||b.nid)+":"+le,ae}},zl=/^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/,yn={scheme:"urn:uuid",parse:function(h,b){var T=h;return T.uuid=T.nss,T.nss=void 0,!b.tolerant&&(!T.uuid||!T.uuid.match(zl))&&(T.error=T.error||"UUID is not valid."),T},serialize:function(h,b){var T=h;return T.nss=(h.uuid||"").toLowerCase(),T}};be[Rr.scheme]=Rr,be[dn.scheme]=dn,be[Tr.scheme]=Tr,be[fn.scheme]=fn,be[vn.scheme]=vn,be[gn.scheme]=gn,be[yn.scheme]=yn,s.SCHEMES=be,s.pctEncChar=Te,s.pctDecChars=Ce,s.parse=ce,s.removeDotSegments=Ze,s.serialize=Fe,s.resolveComponents=ke,s.resolve=nt,s.normalize=Be,s.equal=Vr,s.escapeComponent=qs,s.unescapeComponent=et,Object.defineProperty(s,"__esModule",{value:!0})}))});var ls=H((_m,Jn)=>{"use strict";Jn.exports=function s(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var a,t,n;if(Array.isArray(e)){if(a=e.length,a!=r.length)return!1;for(t=a;t--!==0;)if(!s(e[t],r[t]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(n=Object.keys(e),a=n.length,a!==Object.keys(r).length)return!1;for(t=a;t--!==0;)if(!Object.prototype.hasOwnProperty.call(r,n[t]))return!1;for(t=a;t--!==0;){var o=n[t];if(!s(e[o],r[o]))return!1}return!0}return e!==e&&r!==r}});var eo=H((bm,Yn)=>{"use strict";Yn.exports=function(e){for(var r=0,a=e.length,t=0,n;t<a;)r++,n=e.charCodeAt(t++),n>=55296&&n<=56319&&t<a&&(n=e.charCodeAt(t),(n&64512)==56320&&t++);return r}});var rr=H((Em,so)=>{"use strict";so.exports={copy:ap,checkDataType:ma,checkDataTypes:np,coerceToTypes:op,toHash:ga,getProperty:ya,escapeQuotes:_a,equal:ls(),ucs2length:eo(),varOccurences:lp,varReplace:up,schemaHasRules:dp,schemaHasRulesExcept:pp,schemaUnknownRules:fp,toQuotedString:va,getPathExpr:hp,getPath:mp,getData:yp,unescapeFragment:_p,unescapeJsonPointer:Ea,escapeFragment:bp,escapeJsonPointer:ba};function ap(s,e){e=e||{};for(var r in s)e[r]=s[r];return e}function ma(s,e,r,a){var t=a?" !== ":" === ",n=a?" || ":" && ",o=a?"!":"",i=a?"":"!";switch(s){case"null":return e+t+"null";case"array":return o+"Array.isArray("+e+")";case"object":return"("+o+e+n+"typeof "+e+t+'"object"'+n+i+"Array.isArray("+e+"))";case"integer":return"(typeof "+e+t+'"number"'+n+i+"("+e+" % 1)"+n+e+t+e+(r?n+o+"isFinite("+e+")":"")+")";case"number":return"(typeof "+e+t+'"'+s+'"'+(r?n+o+"isFinite("+e+")":"")+")";default:return"typeof "+e+t+'"'+s+'"'}}function np(s,e,r){switch(s.length){case 1:return ma(s[0],e,r,!0);default:var a="",t=ga(s);t.array&&t.object&&(a=t.null?"(":"(!"+e+" || ",a+="typeof "+e+' !== "object")',delete t.null,delete t.array,delete t.object),t.number&&delete t.integer;for(var n in t)a+=(a?" && ":"")+ma(n,e,r,!0);return a}}var to=ga(["string","number","integer","boolean","null"]);function op(s,e){if(Array.isArray(e)){for(var r=[],a=0;a<e.length;a++){var t=e[a];(to[t]||s==="array"&&t==="array")&&(r[r.length]=t)}if(r.length)return r}else{if(to[e])return[e];if(s==="array"&&e==="array")return["array"]}}function ga(s){for(var e={},r=0;r<s.length;r++)e[s[r]]=!0;return e}var ip=/^[a-z$_][a-z$_0-9]*$/i,cp=/'|\\/g;function ya(s){return typeof s=="number"?"["+s+"]":ip.test(s)?"."+s:"['"+_a(s)+"']"}function _a(s){return s.replace(cp,"\\$&").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\f/g,"\\f").replace(/\t/g,"\\t")}function lp(s,e){e+="[^0-9]";var r=s.match(new RegExp(e,"g"));return r?r.length:0}function up(s,e,r){return e+="([^0-9])",r=r.replace(/\$/g,"$$$$"),s.replace(new RegExp(e,"g"),r+"$1")}function dp(s,e){if(typeof s=="boolean")return!s;for(var r in s)if(e[r])return!0}function pp(s,e,r){if(typeof s=="boolean")return!s&&r!="not";for(var a in s)if(a!=r&&e[a])return!0}function fp(s,e){if(typeof s!="boolean"){for(var r in s)if(!e[r])return r}}function va(s){return"'"+_a(s)+"'"}function hp(s,e,r,a){var t=r?"'/' + "+e+(a?"":".replace(/~/g, '~0').replace(/\\//g, '~1')"):a?"'[' + "+e+" + ']'":"'[\\'' + "+e+" + '\\']'";return ro(s,t)}function mp(s,e,r){var a=va(r?"/"+ba(e):ya(e));return ro(s,a)}var vp=/^\/(?:[^~]|~0|~1)*$/,gp=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function yp(s,e,r){var a,t,n,o;if(s==="")return"rootData";if(s[0]=="/"){if(!vp.test(s))throw new Error("Invalid JSON-pointer: "+s);t=s,n="rootData"}else{if(o=s.match(gp),!o)throw new Error("Invalid JSON-pointer: "+s);if(a=+o[1],t=o[2],t=="#"){if(a>=e)throw new Error("Cannot access property/index "+a+" levels up, current level is "+e);return r[e-a]}if(a>e)throw new Error("Cannot access data "+a+" levels up, current level is "+e);if(n="data"+(e-a||""),!t)return n}for(var i=n,l=t.split("/"),u=0;u<l.length;u++){var d=l[u];d&&(n+=ya(Ea(d)),i+=" && "+n)}return i}function ro(s,e){return s=='""'?e:(s+" + "+e).replace(/([^\\])' \+ '/g,"$1")}function _p(s){return Ea(decodeURIComponent(s))}function bp(s){return encodeURIComponent(ba(s))}function ba(s){return s.replace(/~/g,"~0").replace(/\//g,"~1")}function Ea(s){return s.replace(/~1/g,"/").replace(/~0/g,"~")}});var Sa=H((Sm,ao)=>{"use strict";var Ep=rr();ao.exports=Sp;function Sp(s){Ep.copy(s,this)}});var oo=H((xm,no)=>{"use strict";var Ot=no.exports=function(s,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var a=typeof r=="function"?r:r.pre||function(){},t=r.post||function(){};us(e,a,t,s,"",s)};Ot.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0};Ot.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Ot.propsKeywords={definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Ot.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function us(s,e,r,a,t,n,o,i,l,u){if(a&&typeof a=="object"&&!Array.isArray(a)){e(a,t,n,o,i,l,u);for(var d in a){var f=a[d];if(Array.isArray(f)){if(d in Ot.arrayKeywords)for(var m=0;m<f.length;m++)us(s,e,r,f[m],t+"/"+d+"/"+m,n,t,d,a,m)}else if(d in Ot.propsKeywords){if(f&&typeof f=="object")for(var p in f)us(s,e,r,f[p],t+"/"+d+"/"+xp(p),n,t,d,a,p)}else(d in Ot.keywords||s.allKeys&&!(d in Ot.skipKeywords))&&us(s,e,r,f,t+"/"+d,n,t,d,a)}r(a,t,n,o,i,l,u)}}function xp(s){return s.replace(/~/g,"~0").replace(/\//g,"~1")}});var vs=H((Rm,uo)=>{"use strict";var Mr=Kn(),io=ls(),hs=rr(),ds=Sa(),Rp=oo();uo.exports=Nt;Nt.normalizeId=It;Nt.fullPath=ps;Nt.url=fs;Nt.ids=Ip;Nt.inlineRef=xa;Nt.schema=ms;function Nt(s,e,r){var a=this._refs[r];if(typeof a=="string")if(this._refs[a])a=this._refs[a];else return Nt.call(this,s,e,a);if(a=a||this._schemas[r],a instanceof ds)return xa(a.schema,this._opts.inlineRefs)?a.schema:a.validate||this._compile(a);var t=ms.call(this,e,r),n,o,i;return t&&(n=t.schema,e=t.root,i=t.baseId),n instanceof ds?o=n.validate||s.call(this,n.schema,e,void 0,i):n!==void 0&&(o=xa(n,this._opts.inlineRefs)?n:s.call(this,n,e,void 0,i)),o}function ms(s,e){var r=Mr.parse(e),a=lo(r),t=ps(this._getId(s.schema));if(Object.keys(s.schema).length===0||a!==t){var n=It(a),o=this._refs[n];if(typeof o=="string")return Tp.call(this,s,o,r);if(o instanceof ds)o.validate||this._compile(o),s=o;else if(o=this._schemas[n],o instanceof ds){if(o.validate||this._compile(o),n==It(e))return{schema:o,root:s,baseId:t};s=o}else return;if(!s.schema)return;t=ps(this._getId(s.schema))}return co.call(this,r,t,s.schema,s)}function Tp(s,e,r){var a=ms.call(this,s,e);if(a){var t=a.schema,n=a.baseId;s=a.root;var o=this._getId(t);return o&&(n=fs(n,o)),co.call(this,r,n,t,s)}}var wp=hs.toHash(["properties","patternProperties","enum","dependencies","definitions"]);function co(s,e,r,a){if(s.fragment=s.fragment||"",s.fragment.slice(0,1)=="/"){for(var t=s.fragment.split("/"),n=1;n<t.length;n++){var o=t[n];if(o){if(o=hs.unescapeFragment(o),r=r[o],r===void 0)break;var i;if(!wp[o]&&(i=this._getId(r),i&&(e=fs(e,i)),r.$ref)){var l=fs(e,r.$ref),u=ms.call(this,a,l);u&&(r=u.schema,a=u.root,e=u.baseId)}}}if(r!==void 0&&r!==a.schema)return{schema:r,root:a,baseId:e}}}var Pp=hs.toHash(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum"]);function xa(s,e){if(e===!1)return!1;if(e===void 0||e===!0)return Ra(s);if(e)return Ta(s)<=e}function Ra(s){var e;if(Array.isArray(s)){for(var r=0;r<s.length;r++)if(e=s[r],typeof e=="object"&&!Ra(e))return!1}else for(var a in s)if(a=="$ref"||(e=s[a],typeof e=="object"&&!Ra(e)))return!1;return!0}function Ta(s){var e=0,r;if(Array.isArray(s)){for(var a=0;a<s.length;a++)if(r=s[a],typeof r=="object"&&(e+=Ta(r)),e==1/0)return 1/0}else for(var t in s){if(t=="$ref")return 1/0;if(Pp[t])e++;else if(r=s[t],typeof r=="object"&&(e+=Ta(r)+1),e==1/0)return 1/0}return e}function ps(s,e){e!==!1&&(s=It(s));var r=Mr.parse(s);return lo(r)}function lo(s){return Mr.serialize(s).split("#")[0]+"#"}var Op=/#\/?$/;function It(s){return s?s.replace(Op,""):""}function fs(s,e){return e=It(e),Mr.resolve(s,e)}function Ip(s){var e=It(this._getId(s)),r={"":e},a={"":ps(e,!1)},t={},n=this;return Rp(s,{allKeys:!0},function(o,i,l,u,d,f,m){if(i!==""){var p=n._getId(o),g=r[u],y=a[u]+"/"+d;if(m!==void 0&&(y+="/"+(typeof m=="number"?m:hs.escapeFragment(m))),typeof p=="string"){p=g=It(g?Mr.resolve(g,p):p);var v=n._refs[p];if(typeof v=="string"&&(v=n._refs[v]),v&&v.schema){if(!io(o,v.schema))throw new Error('id "'+p+'" resolves to more than one schema')}else if(p!=It(y))if(p[0]=="#"){if(t[p]&&!io(o,t[p]))throw new Error('id "'+p+'" resolves to more than one schema');t[p]=o}else n._refs[p]=y}r[i]=g,a[i]=y}}),t}});var gs=H((Tm,fo)=>{"use strict";var wa=vs();fo.exports={Validation:po(Np),MissingRef:po(Pa)};function Np(s){this.message="validation failed",this.errors=s,this.ajv=this.validation=!0}Pa.message=function(s,e){return"can't resolve reference "+e+" from id "+s};function Pa(s,e,r){this.message=r||Pa.message(s,e),this.missingRef=wa.url(s,e),this.missingSchema=wa.normalizeId(wa.fullPath(this.missingRef))}function po(s){return s.prototype=Object.create(Error.prototype),s.prototype.constructor=s,s}});var Oa=H((wm,ho)=>{"use strict";ho.exports=function(s,e){e||(e={}),typeof e=="function"&&(e={cmp:e});var r=typeof e.cycles=="boolean"?e.cycles:!1,a=e.cmp&&(function(n){return function(o){return function(i,l){var u={key:i,value:o[i]},d={key:l,value:o[l]};return n(u,d)}}})(e.cmp),t=[];return(function n(o){if(o&&o.toJSON&&typeof o.toJSON=="function"&&(o=o.toJSON()),o!==void 0){if(typeof o=="number")return isFinite(o)?""+o:"null";if(typeof o!="object")return JSON.stringify(o);var i,l;if(Array.isArray(o)){for(l="[",i=0;i<o.length;i++)i&&(l+=","),l+=n(o[i])||"null";return l+"]"}if(o===null)return"null";if(t.indexOf(o)!==-1){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var u=t.push(o)-1,d=Object.keys(o).sort(a&&a(o));for(l="",i=0;i<d.length;i++){var f=d[i],m=n(o[f]);m&&(l&&(l+=","),l+=JSON.stringify(f)+":"+m)}return t.splice(u,1),"{"+l+"}"}})(s)}});var Ia=H((Pm,mo)=>{"use strict";mo.exports=function(e,r,a){var t="",n=e.schema.$async===!0,o=e.util.schemaHasRulesExcept(e.schema,e.RULES.all,"$ref"),i=e.self._getId(e.schema);if(e.opts.strictKeywords){var l=e.util.schemaUnknownRules(e.schema,e.RULES.keywords);if(l){var u="unknown keyword: "+l;if(e.opts.strictKeywords==="log")e.logger.warn(u);else throw new Error(u)}}if(e.isTop&&(t+=" var validate = ",n&&(e.async=!0,t+="async "),t+="function(data, dataPath, parentData, parentDataProperty, rootData) { 'use strict'; ",i&&(e.opts.sourceCode||e.opts.processCode)&&(t+=" "+("/*# sourceURL="+i+" */")+" ")),typeof e.schema=="boolean"||!(o||e.schema.$ref)){var r="false schema",d=e.level,f=e.dataLevel,m=e.schema[r],p=e.schemaPath+e.util.getProperty(r),g=e.errSchemaPath+"/"+r,P=!e.opts.allErrors,D,y="data"+(f||""),w="valid"+d;if(e.schema===!1){e.isTop?P=!0:t+=" var "+w+" = false; ";var v=v||[];v.push(t),t="",e.createErrors!==!1?(t+=" { keyword: '"+(D||"false schema")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(g)+" , params: {} ",e.opts.messages!==!1&&(t+=" , message: 'boolean schema is false' "),e.opts.verbose&&(t+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+y+" "),t+=" } "):t+=" {} ";var S=t;t=v.pop(),!e.compositeRule&&P?e.async?t+=" throw new ValidationError(["+S+"]); ":t+=" validate.errors = ["+S+"]; return false; ":t+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}else e.isTop?n?t+=" return data; ":t+=" validate.errors = null; return true; ":t+=" var "+w+" = true; ";return e.isTop&&(t+=" }; return validate; "),t}if(e.isTop){var R=e.isTop,d=e.level=0,f=e.dataLevel=0,y="data";if(e.rootId=e.resolve.fullPath(e.self._getId(e.root.schema)),e.baseId=e.baseId||e.rootId,delete e.isTop,e.dataPathArr=[""],e.schema.default!==void 0&&e.opts.useDefaults&&e.opts.strictDefaults){var E="default is ignored in the schema root";if(e.opts.strictDefaults==="log")e.logger.warn(E);else throw new Error(E)}t+=" var vErrors = null; ",t+=" var errors = 0; ",t+=" if (rootData === undefined) rootData = data; "}else{var d=e.level,f=e.dataLevel,y="data"+(f||"");if(i&&(e.baseId=e.resolve.url(e.baseId,i)),n&&!e.async)throw new Error("async schema in sync schema");t+=" var errs_"+d+" = errors;"}var w="valid"+d,P=!e.opts.allErrors,x="",I="",D,$=e.schema.type,C=Array.isArray($);if($&&e.opts.nullable&&e.schema.nullable===!0&&(C?$.indexOf("null")==-1&&($=$.concat("null")):$!="null"&&($=[$,"null"],C=!0)),C&&$.length==1&&($=$[0],C=!1),e.schema.$ref&&o){if(e.opts.extendRefs=="fail")throw new Error('$ref: validation keywords used in schema at path "'+e.errSchemaPath+'" (see option extendRefs)');e.opts.extendRefs!==!0&&(o=!1,e.logger.warn('$ref: keywords ignored in schema at path "'+e.errSchemaPath+'"'))}if(e.schema.$comment&&e.opts.$comment&&(t+=" "+e.RULES.all.$comment.code(e,"$comment")),$){if(e.opts.coerceTypes)var j=e.util.coerceToTypes(e.opts.coerceTypes,$);var L=e.RULES.types[$];if(j||C||L===!0||L&&!Pe(L)){var p=e.schemaPath+".type",g=e.errSchemaPath+"/type",p=e.schemaPath+".type",g=e.errSchemaPath+"/type",N=C?"checkDataTypes":"checkDataType";if(t+=" if ("+e.util[N]($,y,e.opts.strictNumbers,!0)+") { ",j){var A="dataType"+d,M="coerced"+d;t+=" var "+A+" = typeof "+y+"; var "+M+" = undefined; ",e.opts.coerceTypes=="array"&&(t+=" if ("+A+" == 'object' && Array.isArray("+y+") && "+y+".length == 1) { "+y+" = "+y+"[0]; "+A+" = typeof "+y+"; if ("+e.util.checkDataType(e.schema.type,y,e.opts.strictNumbers)+") "+M+" = "+y+"; } "),t+=" if ("+M+" !== undefined) ; ";var X=j;if(X)for(var W,ee=-1,Q=X.length-1;ee<Q;)W=X[ee+=1],W=="string"?t+=" else if ("+A+" == 'number' || "+A+" == 'boolean') "+M+" = '' + "+y+"; else if ("+y+" === null) "+M+" = ''; ":W=="number"||W=="integer"?(t+=" else if ("+A+" == 'boolean' || "+y+" === null || ("+A+" == 'string' && "+y+" && "+y+" == +"+y+" ",W=="integer"&&(t+=" && !("+y+" % 1)"),t+=")) "+M+" = +"+y+"; "):W=="boolean"?t+=" else if ("+y+" === 'false' || "+y+" === 0 || "+y+" === null) "+M+" = false; else if ("+y+" === 'true' || "+y+" === 1) "+M+" = true; ":W=="null"?t+=" else if ("+y+" === '' || "+y+" === 0 || "+y+" === false) "+M+" = null; ":e.opts.coerceTypes=="array"&&W=="array"&&(t+=" else if ("+A+" == 'string' || "+A+" == 'number' || "+A+" == 'boolean' || "+y+" == null) "+M+" = ["+y+"]; ");t+=" else { ";var v=v||[];v.push(t),t="",e.createErrors!==!1?(t+=" { keyword: '"+(D||"type")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(g)+" , params: { type: '",C?t+=""+$.join(","):t+=""+$,t+="' } ",e.opts.messages!==!1&&(t+=" , message: 'should be ",C?t+=""+$.join(","):t+=""+$,t+="' "),e.opts.verbose&&(t+=" , schema: validate.schema"+p+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+y+" "),t+=" } "):t+=" {} ";var S=t;t=v.pop(),!e.compositeRule&&P?e.async?t+=" throw new ValidationError(["+S+"]); ":t+=" validate.errors = ["+S+"]; return false; ":t+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } if ("+M+" !== undefined) { ";var z=f?"data"+(f-1||""):"parentData",pe=f?e.dataPathArr[f]:"parentDataProperty";t+=" "+y+" = "+M+"; ",f||(t+="if ("+z+" !== undefined)"),t+=" "+z+"["+pe+"] = "+M+"; } "}else{var v=v||[];v.push(t),t="",e.createErrors!==!1?(t+=" { keyword: '"+(D||"type")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(g)+" , params: { type: '",C?t+=""+$.join(","):t+=""+$,t+="' } ",e.opts.messages!==!1&&(t+=" , message: 'should be ",C?t+=""+$.join(","):t+=""+$,t+="' "),e.opts.verbose&&(t+=" , schema: validate.schema"+p+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+y+" "),t+=" } "):t+=" {} ";var S=t;t=v.pop(),!e.compositeRule&&P?e.async?t+=" throw new ValidationError(["+S+"]); ":t+=" validate.errors = ["+S+"]; return false; ":t+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}t+=" } "}}if(e.schema.$ref&&!o)t+=" "+e.RULES.all.$ref.code(e,"$ref")+" ",P&&(t+=" } if (errors === ",R?t+="0":t+="errs_"+d,t+=") { ",I+="}");else{var Re=e.RULES;if(Re){for(var L,De=-1,oe=Re.length-1;De<oe;)if(L=Re[De+=1],Pe(L)){if(L.type&&(t+=" if ("+e.util.checkDataType(L.type,y,e.opts.strictNumbers)+") { "),e.opts.useDefaults){if(L.type=="object"&&e.schema.properties){var m=e.schema.properties,be=Object.keys(m),Te=be;if(Te)for(var Ce,St=-1,pt=Te.length-1;St<pt;){Ce=Te[St+=1];var Ee=m[Ce];if(Ee.default!==void 0){var ge=y+e.util.getProperty(Ce);if(e.compositeRule){if(e.opts.strictDefaults){var E="default is ignored for: "+ge;if(e.opts.strictDefaults==="log")e.logger.warn(E);else throw new Error(E)}}else t+=" if ("+ge+" === undefined ",e.opts.useDefaults=="empty"&&(t+=" || "+ge+" === null || "+ge+" === '' "),t+=" ) "+ge+" = ",e.opts.useDefaults=="shared"?t+=" "+e.useDefault(Ee.default)+" ":t+=" "+JSON.stringify(Ee.default)+" ",t+="; "}}}else if(L.type=="array"&&Array.isArray(e.schema.items)){var Dt=e.schema.items;if(Dt){for(var Ee,ee=-1,Ie=Dt.length-1;ee<Ie;)if(Ee=Dt[ee+=1],Ee.default!==void 0){var ge=y+"["+ee+"]";if(e.compositeRule){if(e.opts.strictDefaults){var E="default is ignored for: "+ge;if(e.opts.strictDefaults==="log")e.logger.warn(E);else throw new Error(E)}}else t+=" if ("+ge+" === undefined ",e.opts.useDefaults=="empty"&&(t+=" || "+ge+" === null || "+ge+" === '' "),t+=" ) "+ge+" = ",e.opts.useDefaults=="shared"?t+=" "+e.useDefault(Ee.default)+" ":t+=" "+JSON.stringify(Ee.default)+" ",t+="; "}}}}var ce=L.rules;if(ce){for(var xt,ft=-1,Ct=ce.length-1;ft<Ct;)if(xt=ce[ft+=1],Ze(xt)){var kt=xt.code(e,xt.keyword,L.type);kt&&(t+=" "+kt+" ",P&&(x+="}"))}}if(P&&(t+=" "+x+" ",x=""),L.type&&(t+=" } ",$&&$===L.type&&!j)){t+=" else { ";var p=e.schemaPath+".type",g=e.errSchemaPath+"/type",v=v||[];v.push(t),t="",e.createErrors!==!1?(t+=" { keyword: '"+(D||"type")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(g)+" , params: { type: '",C?t+=""+$.join(","):t+=""+$,t+="' } ",e.opts.messages!==!1&&(t+=" , message: 'should be ",C?t+=""+$.join(","):t+=""+$,t+="' "),e.opts.verbose&&(t+=" , schema: validate.schema"+p+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+y+" "),t+=" } "):t+=" {} ";var S=t;t=v.pop(),!e.compositeRule&&P?e.async?t+=" throw new ValidationError(["+S+"]); ":t+=" validate.errors = ["+S+"]; return false; ":t+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } "}P&&(t+=" if (errors === ",R?t+="0":t+="errs_"+d,t+=") { ",I+="}")}}}P&&(t+=" "+I+" "),R?(n?(t+=" if (errors === 0) return data; ",t+=" else throw new ValidationError(vErrors); "):(t+=" validate.errors = vErrors; ",t+=" return errors === 0; "),t+=" }; return validate;"):t+=" var "+w+" = errors === errs_"+d+";";function Pe(ke){for(var nt=ke.rules,Be=0;Be<nt.length;Be++)if(Ze(nt[Be]))return!0}function Ze(ke){return e.schema[ke.keyword]!==void 0||ke.implements&&Fe(ke)}function Fe(ke){for(var nt=ke.implements,Be=0;Be<nt.length;Be++)if(e.schema[nt[Be]]!==void 0)return!0}return t}});var bo=H((Om,_o)=>{"use strict";var ys=vs(),bs=rr(),go=gs(),Ap=Oa(),vo=Ia(),$p=bs.ucs2length,Dp=ls(),Cp=go.Validation;_o.exports=Na;function Na(s,e,r,a){var t=this,n=this._opts,o=[void 0],i={},l=[],u={},d=[],f={},m=[];e=e||{schema:s,refVal:o,refs:i};var p=kp.call(this,s,e,a),g=this._compilations[p.index];if(p.compiling)return g.callValidate=E;var y=this._formats,v=this.RULES;try{var S=w(s,e,r,a);g.validate=S;var R=g.callValidate;return R&&(R.schema=S.schema,R.errors=null,R.refs=S.refs,R.refVal=S.refVal,R.root=S.root,R.$async=S.$async,n.sourceCode&&(R.source=S.source)),S}finally{Lp.call(this,s,e,a)}function E(){var N=g.validate,A=N.apply(this,arguments);return E.errors=N.errors,A}function w(N,A,M,X){var W=!A||A&&A.schema==N;if(A.schema!=e.schema)return Na.call(t,N,A,M,X);var ee=N.$async===!0,Q=vo({isTop:!0,schema:N,isRoot:W,baseId:X,root:A,schemaPath:"",errSchemaPath:"#",errorPath:'""',MissingRefError:go.MissingRef,RULES:v,validate:vo,util:bs,resolve:ys,resolveRef:P,usePattern:C,useDefault:j,useCustomRule:L,opts:n,formats:y,logger:t.logger,self:t});Q=_s(o,Mp)+_s(l,jp)+_s(d,Fp)+_s(m,qp)+Q,n.processCode&&(Q=n.processCode(Q,N));var z;try{var pe=new Function("self","RULES","formats","root","refVal","defaults","customRules","equal","ucs2length","ValidationError",Q);z=pe(t,v,y,e,o,d,m,Dp,$p,Cp),o[0]=z}catch(Re){throw t.logger.error("Error compiling schema, function code:",Q),Re}return z.schema=N,z.errors=null,z.refs=i,z.refVal=o,z.root=W?z:A,ee&&(z.$async=!0),n.sourceCode===!0&&(z.source={code:Q,patterns:l,defaults:d}),z}function P(N,A,M){A=ys.url(N,A);var X=i[A],W,ee;if(X!==void 0)return W=o[X],ee="refVal["+X+"]",$(W,ee);if(!M&&e.refs){var Q=e.refs[A];if(Q!==void 0)return W=e.refVal[Q],ee=x(A,W),$(W,ee)}ee=x(A);var z=ys.call(t,w,e,A);if(z===void 0){var pe=r&&r[A];pe&&(z=ys.inlineRef(pe,n.inlineRefs)?pe:Na.call(t,pe,e,r,N))}if(z===void 0)I(A);else return D(A,z),$(z,ee)}function x(N,A){var M=o.length;return o[M]=A,i[N]=M,"refVal"+M}function I(N){delete i[N]}function D(N,A){var M=i[N];o[M]=A}function $(N,A){return typeof N=="object"||typeof N=="boolean"?{code:A,schema:N,inline:!0}:{code:A,$async:N&&!!N.$async}}function C(N){var A=u[N];return A===void 0&&(A=u[N]=l.length,l[A]=N),"pattern"+A}function j(N){switch(typeof N){case"boolean":case"number":return""+N;case"string":return bs.toQuotedString(N);case"object":if(N===null)return"null";var A=Ap(N),M=f[A];return M===void 0&&(M=f[A]=d.length,d[M]=N),"default"+M}}function L(N,A,M,X){if(t._opts.validateSchema!==!1){var W=N.definition.dependencies;if(W&&!W.every(function(Te){return Object.prototype.hasOwnProperty.call(M,Te)}))throw new Error("parent schema must have all required keywords: "+W.join(","));var ee=N.definition.validateSchema;if(ee){var Q=ee(A);if(!Q){var z="keyword schema is invalid: "+t.errorsText(ee.errors);if(t._opts.validateSchema=="log")t.logger.error(z);else throw new Error(z)}}}var pe=N.definition.compile,Re=N.definition.inline,De=N.definition.macro,oe;if(pe)oe=pe.call(t,A,M,X);else if(De)oe=De.call(t,A,M,X),n.validateSchema!==!1&&t.validateSchema(oe,!0);else if(Re)oe=Re.call(t,X,N.keyword,A,M);else if(oe=N.definition.validate,!oe)return;if(oe===void 0)throw new Error('custom keyword "'+N.keyword+'"failed to compile');var be=m.length;return m[be]=oe,{code:"customRule"+be,validate:oe}}}function kp(s,e,r){var a=yo.call(this,s,e,r);return a>=0?{index:a,compiling:!0}:(a=this._compilations.length,this._compilations[a]={schema:s,root:e,baseId:r},{index:a,compiling:!1})}function Lp(s,e,r){var a=yo.call(this,s,e,r);a>=0&&this._compilations.splice(a,1)}function yo(s,e,r){for(var a=0;a<this._compilations.length;a++){var t=this._compilations[a];if(t.schema==s&&t.root==e&&t.baseId==r)return a}return-1}function jp(s,e){return"var pattern"+s+" = new RegExp("+bs.toQuotedString(e[s])+");"}function Fp(s){return"var default"+s+" = defaults["+s+"];"}function Mp(s,e){return e[s]===void 0?"":"var refVal"+s+" = refVal["+s+"];"}function qp(s){return"var customRule"+s+" = customRules["+s+"];"}function _s(s,e){if(!s.length)return"";for(var r="",a=0;a<s.length;a++)r+=e(a,s);return r}});var So=H((Im,Eo)=>{"use strict";var Es=Eo.exports=function(){this._cache={}};Es.prototype.put=function(e,r){this._cache[e]=r};Es.prototype.get=function(e){return this._cache[e]};Es.prototype.del=function(e){delete this._cache[e]};Es.prototype.clear=function(){this._cache={}}});var Co=H((Nm,Do)=>{"use strict";var Up=rr(),Bp=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,Vp=[0,31,28,31,30,31,30,31,31,30,31,30,31],Hp=/^(\d\d):(\d\d):(\d\d)(\.\d+)?(z|[+-]\d\d(?::?\d\d)?)?$/i,xo=/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,zp=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,Zp=/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,Ro=/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,To=/^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i,wo=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,Po=/^(?:\/(?:[^~/]|~0|~1)*)*$/,Oo=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,Io=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;Do.exports=Ss;function Ss(s){return s=s=="full"?"full":"fast",Up.copy(Ss[s])}Ss.fast={date:/^\d\d\d\d-[0-1]\d-[0-3]\d$/,time:/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,"date-time":/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,"uri-template":Ro,url:To,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i,hostname:xo,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:$o,uuid:wo,"json-pointer":Po,"json-pointer-uri-fragment":Oo,"relative-json-pointer":Io};Ss.full={date:No,time:Ao,"date-time":Wp,uri:Kp,"uri-reference":Zp,"uri-template":Ro,url:To,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:xo,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:$o,uuid:wo,"json-pointer":Po,"json-pointer-uri-fragment":Oo,"relative-json-pointer":Io};function Gp(s){return s%4===0&&(s%100!==0||s%400===0)}function No(s){var e=s.match(Bp);if(!e)return!1;var r=+e[1],a=+e[2],t=+e[3];return a>=1&&a<=12&&t>=1&&t<=(a==2&&Gp(r)?29:Vp[a])}function Ao(s,e){var r=s.match(Hp);if(!r)return!1;var a=r[1],t=r[2],n=r[3],o=r[5];return(a<=23&&t<=59&&n<=59||a==23&&t==59&&n==60)&&(!e||o)}var Xp=/t|\s/i;function Wp(s){var e=s.split(Xp);return e.length==2&&No(e[0])&&Ao(e[1],!0)}var Qp=/\/|:/;function Kp(s){return Qp.test(s)&&zp.test(s)}var Jp=/[^\\]\\Z/;function $o(s){if(Jp.test(s))return!1;try{return new RegExp(s),!0}catch{return!1}}});var Lo=H((Am,ko)=>{"use strict";ko.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.errSchemaPath+"/"+r,u=!e.opts.allErrors,d="data"+(o||""),f="valid"+n,m,p;if(i=="#"||i=="#/")e.isRoot?(m=e.async,p="validate"):(m=e.root.schema.$async===!0,p="root.refVal[0]");else{var g=e.resolveRef(e.baseId,i,e.isRoot);if(g===void 0){var y=e.MissingRefError.message(e.baseId,i);if(e.opts.missingRefs=="fail"){e.logger.error(y);var v=v||[];v.push(t),t="",e.createErrors!==!1?(t+=" { keyword: '$ref' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(l)+" , params: { ref: '"+e.util.escapeQuotes(i)+"' } ",e.opts.messages!==!1&&(t+=" , message: 'can\\'t resolve reference "+e.util.escapeQuotes(i)+"' "),e.opts.verbose&&(t+=" , schema: "+e.util.toQuotedString(i)+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+d+" "),t+=" } "):t+=" {} ";var S=t;t=v.pop(),!e.compositeRule&&u?e.async?t+=" throw new ValidationError(["+S+"]); ":t+=" validate.errors = ["+S+"]; return false; ":t+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",u&&(t+=" if (false) { ")}else if(e.opts.missingRefs=="ignore")e.logger.warn(y),u&&(t+=" if (true) { ");else throw new e.MissingRefError(e.baseId,i,y)}else if(g.inline){var R=e.util.copy(e);R.level++;var E="valid"+R.level;R.schema=g.schema,R.schemaPath="",R.errSchemaPath=i;var w=e.validate(R).replace(/validate\.schema/g,g.code);t+=" "+w+" ",u&&(t+=" if ("+E+") { ")}else m=g.$async===!0||e.async&&g.$async!==!1,p=g.code}if(p){var v=v||[];v.push(t),t="",e.opts.passContext?t+=" "+p+".call(this, ":t+=" "+p+"( ",t+=" "+d+", (dataPath || '')",e.errorPath!='""'&&(t+=" + "+e.errorPath);var P=o?"data"+(o-1||""):"parentData",x=o?e.dataPathArr[o]:"parentDataProperty";t+=" , "+P+" , "+x+", rootData) ";var I=t;if(t=v.pop(),m){if(!e.async)throw new Error("async schema referenced by sync schema");u&&(t+=" var "+f+"; "),t+=" try { await "+I+"; ",u&&(t+=" "+f+" = true; "),t+=" } catch (e) { if (!(e instanceof ValidationError)) throw e; if (vErrors === null) vErrors = e.errors; else vErrors = vErrors.concat(e.errors); errors = vErrors.length; ",u&&(t+=" "+f+" = false; "),t+=" } ",u&&(t+=" if ("+f+") { ")}else t+=" if (!"+I+") { if (vErrors === null) vErrors = "+p+".errors; else vErrors = vErrors.concat("+p+".errors); errors = vErrors.length; } ",u&&(t+=" else { ")}return t}});var Fo=H(($m,jo)=>{"use strict";jo.exports=function(e,r,a){var t=" ",n=e.schema[r],o=e.schemaPath+e.util.getProperty(r),i=e.errSchemaPath+"/"+r,l=!e.opts.allErrors,u=e.util.copy(e),d="";u.level++;var f="valid"+u.level,m=u.baseId,p=!0,g=n;if(g)for(var y,v=-1,S=g.length-1;v<S;)y=g[v+=1],(e.opts.strictKeywords?typeof y=="object"&&Object.keys(y).length>0||y===!1:e.util.schemaHasRules(y,e.RULES.all))&&(p=!1,u.schema=y,u.schemaPath=o+"["+v+"]",u.errSchemaPath=i+"/"+v,t+=" "+e.validate(u)+" ",u.baseId=m,l&&(t+=" if ("+f+") { ",d+="}"));return l&&(p?t+=" if (true) { ":t+=" "+d.slice(0,-1)+" "),t}});var qo=H((Dm,Mo)=>{"use strict";Mo.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="valid"+n,p="errs__"+n,g=e.util.copy(e),y="";g.level++;var v="valid"+g.level,S=i.every(function(D){return e.opts.strictKeywords?typeof D=="object"&&Object.keys(D).length>0||D===!1:e.util.schemaHasRules(D,e.RULES.all)});if(S){var R=g.baseId;t+=" var "+p+" = errors; var "+m+" = false; ";var E=e.compositeRule;e.compositeRule=g.compositeRule=!0;var w=i;if(w)for(var P,x=-1,I=w.length-1;x<I;)P=w[x+=1],g.schema=P,g.schemaPath=l+"["+x+"]",g.errSchemaPath=u+"/"+x,t+=" "+e.validate(g)+" ",g.baseId=R,t+=" "+m+" = "+m+" || "+v+"; if (!"+m+") { ",y+="}";e.compositeRule=g.compositeRule=E,t+=" "+y+" if (!"+m+") { var err = ",e.createErrors!==!1?(t+=" { keyword: 'anyOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",e.opts.messages!==!1&&(t+=" , message: 'should match some schema in anyOf' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ",t+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&d&&(e.async?t+=" throw new ValidationError(vErrors); ":t+=" validate.errors = vErrors; return false; "),t+=" } else { errors = "+p+"; if (vErrors !== null) { if ("+p+") vErrors.length = "+p+"; else vErrors = null; } ",e.opts.allErrors&&(t+=" } ")}else d&&(t+=" if (true) { ");return t}});var Bo=H((Cm,Uo)=>{"use strict";Uo.exports=function(e,r,a){var t=" ",n=e.schema[r],o=e.errSchemaPath+"/"+r,i=!e.opts.allErrors,l=e.util.toQuotedString(n);return e.opts.$comment===!0?t+=" console.log("+l+");":typeof e.opts.$comment=="function"&&(t+=" self._opts.$comment("+l+", "+e.util.toQuotedString(o)+", validate.root.schema);"),t}});var Ho=H((km,Vo)=>{"use strict";Vo.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="valid"+n,p=e.opts.$data&&i&&i.$data,g;p?(t+=" var schema"+n+" = "+e.util.getData(i.$data,o,e.dataPathArr)+"; ",g="schema"+n):g=i,p||(t+=" var schema"+n+" = validate.schema"+l+";"),t+="var "+m+" = equal("+f+", schema"+n+"); if (!"+m+") { ";var y=y||[];y.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'const' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { allowedValue: schema"+n+" } ",e.opts.messages!==!1&&(t+=" , message: 'should be equal to constant' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var v=t;return t=y.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+v+"]); ":t+=" validate.errors = ["+v+"]; return false; ":t+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" }",d&&(t+=" else { "),t}});var Zo=H((Lm,zo)=>{"use strict";zo.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="valid"+n,p="errs__"+n,g=e.util.copy(e),y="";g.level++;var v="valid"+g.level,S="i"+n,R=g.dataLevel=e.dataLevel+1,E="data"+R,w=e.baseId,P=e.opts.strictKeywords?typeof i=="object"&&Object.keys(i).length>0||i===!1:e.util.schemaHasRules(i,e.RULES.all);if(t+="var "+p+" = errors;var "+m+";",P){var x=e.compositeRule;e.compositeRule=g.compositeRule=!0,g.schema=i,g.schemaPath=l,g.errSchemaPath=u,t+=" var "+v+" = false; for (var "+S+" = 0; "+S+" < "+f+".length; "+S+"++) { ",g.errorPath=e.util.getPathExpr(e.errorPath,S,e.opts.jsonPointers,!0);var I=f+"["+S+"]";g.dataPathArr[R]=S;var D=e.validate(g);g.baseId=w,e.util.varOccurences(D,E)<2?t+=" "+e.util.varReplace(D,E,I)+" ":t+=" var "+E+" = "+I+"; "+D+" ",t+=" if ("+v+") break; } ",e.compositeRule=g.compositeRule=x,t+=" "+y+" if (!"+v+") {"}else t+=" if ("+f+".length == 0) {";var $=$||[];$.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'contains' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",e.opts.messages!==!1&&(t+=" , message: 'should contain a valid item' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var C=t;return t=$.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+C+"]); ":t+=" validate.errors = ["+C+"]; return false; ":t+=" var err = "+C+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } else { ",P&&(t+=" errors = "+p+"; if (vErrors !== null) { if ("+p+") vErrors.length = "+p+"; else vErrors = null; } "),e.opts.allErrors&&(t+=" } "),t}});var Xo=H((jm,Go)=>{"use strict";Go.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="errs__"+n,p=e.util.copy(e),g="";p.level++;var y="valid"+p.level,v={},S={},R=e.opts.ownProperties;for(x in i)if(x!="__proto__"){var E=i[x],w=Array.isArray(E)?S:v;w[x]=E}t+="var "+m+" = errors;";var P=e.errorPath;t+="var missing"+n+";";for(var x in S)if(w=S[x],w.length){if(t+=" if ( "+f+e.util.getProperty(x)+" !== undefined ",R&&(t+=" && Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(x)+"') "),d){t+=" && ( ";var I=w;if(I)for(var D,$=-1,C=I.length-1;$<C;){D=I[$+=1],$&&(t+=" || ");var j=e.util.getProperty(D),L=f+j;t+=" ( ( "+L+" === undefined ",R&&(t+=" || ! Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(D)+"') "),t+=") && (missing"+n+" = "+e.util.toQuotedString(e.opts.jsonPointers?D:j)+") ) "}t+=")) { ";var N="missing"+n,A="' + "+N+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.opts.jsonPointers?e.util.getPathExpr(P,N,!0):P+" + "+N);var M=M||[];M.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'dependencies' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { property: '"+e.util.escapeQuotes(x)+"', missingProperty: '"+A+"', depsCount: "+w.length+", deps: '"+e.util.escapeQuotes(w.length==1?w[0]:w.join(", "))+"' } ",e.opts.messages!==!1&&(t+=" , message: 'should have ",w.length==1?t+="property "+e.util.escapeQuotes(w[0]):t+="properties "+e.util.escapeQuotes(w.join(", ")),t+=" when property "+e.util.escapeQuotes(x)+" is present' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var X=t;t=M.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+X+"]); ":t+=" validate.errors = ["+X+"]; return false; ":t+=" var err = "+X+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}else{t+=" ) { ";var W=w;if(W)for(var D,ee=-1,Q=W.length-1;ee<Q;){D=W[ee+=1];var j=e.util.getProperty(D),A=e.util.escapeQuotes(D),L=f+j;e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPath(P,D,e.opts.jsonPointers)),t+=" if ( "+L+" === undefined ",R&&(t+=" || ! Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(D)+"') "),t+=") { var err = ",e.createErrors!==!1?(t+=" { keyword: 'dependencies' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { property: '"+e.util.escapeQuotes(x)+"', missingProperty: '"+A+"', depsCount: "+w.length+", deps: '"+e.util.escapeQuotes(w.length==1?w[0]:w.join(", "))+"' } ",e.opts.messages!==!1&&(t+=" , message: 'should have ",w.length==1?t+="property "+e.util.escapeQuotes(w[0]):t+="properties "+e.util.escapeQuotes(w.join(", ")),t+=" when property "+e.util.escapeQuotes(x)+" is present' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ",t+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } "}}t+=" } ",d&&(g+="}",t+=" else { ")}e.errorPath=P;var z=p.baseId;for(var x in v){var E=v[x];(e.opts.strictKeywords?typeof E=="object"&&Object.keys(E).length>0||E===!1:e.util.schemaHasRules(E,e.RULES.all))&&(t+=" "+y+" = true; if ( "+f+e.util.getProperty(x)+" !== undefined ",R&&(t+=" && Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(x)+"') "),t+=") { ",p.schema=E,p.schemaPath=l+e.util.getProperty(x),p.errSchemaPath=u+"/"+e.util.escapeFragment(x),t+=" "+e.validate(p)+" ",p.baseId=z,t+=" } ",d&&(t+=" if ("+y+") { ",g+="}"))}return d&&(t+=" "+g+" if ("+m+" == errors) {"),t}});var Qo=H((Fm,Wo)=>{"use strict";Wo.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="valid"+n,p=e.opts.$data&&i&&i.$data,g;p?(t+=" var schema"+n+" = "+e.util.getData(i.$data,o,e.dataPathArr)+"; ",g="schema"+n):g=i;var y="i"+n,v="schema"+n;p||(t+=" var "+v+" = validate.schema"+l+";"),t+="var "+m+";",p&&(t+=" if (schema"+n+" === undefined) "+m+" = true; else if (!Array.isArray(schema"+n+")) "+m+" = false; else {"),t+=""+m+" = false;for (var "+y+"=0; "+y+"<"+v+".length; "+y+"++) if (equal("+f+", "+v+"["+y+"])) { "+m+" = true; break; }",p&&(t+=" } "),t+=" if (!"+m+") { ";var S=S||[];S.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'enum' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { allowedValues: schema"+n+" } ",e.opts.messages!==!1&&(t+=" , message: 'should be equal to one of the allowed values' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var R=t;return t=S.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+R+"]); ":t+=" validate.errors = ["+R+"]; return false; ":t+=" var err = "+R+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" }",d&&(t+=" else { "),t}});var Jo=H((Mm,Ko)=>{"use strict";Ko.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||"");if(e.opts.format===!1)return d&&(t+=" if (true) { "),t;var m=e.opts.$data&&i&&i.$data,p;m?(t+=" var schema"+n+" = "+e.util.getData(i.$data,o,e.dataPathArr)+"; ",p="schema"+n):p=i;var g=e.opts.unknownFormats,y=Array.isArray(g);if(m){var v="format"+n,S="isObject"+n,R="formatType"+n;t+=" var "+v+" = formats["+p+"]; var "+S+" = typeof "+v+" == 'object' && !("+v+" instanceof RegExp) && "+v+".validate; var "+R+" = "+S+" && "+v+".type || 'string'; if ("+S+") { ",e.async&&(t+=" var async"+n+" = "+v+".async; "),t+=" "+v+" = "+v+".validate; } if ( ",m&&(t+=" ("+p+" !== undefined && typeof "+p+" != 'string') || "),t+=" (",g!="ignore"&&(t+=" ("+p+" && !"+v+" ",y&&(t+=" && self._opts.unknownFormats.indexOf("+p+") == -1 "),t+=") || "),t+=" ("+v+" && "+R+" == '"+a+"' && !(typeof "+v+" == 'function' ? ",e.async?t+=" (async"+n+" ? await "+v+"("+f+") : "+v+"("+f+")) ":t+=" "+v+"("+f+") ",t+=" : "+v+".test("+f+"))))) {"}else{var v=e.formats[i];if(!v){if(g=="ignore")return e.logger.warn('unknown format "'+i+'" ignored in schema at path "'+e.errSchemaPath+'"'),d&&(t+=" if (true) { "),t;if(y&&g.indexOf(i)>=0)return d&&(t+=" if (true) { "),t;throw new Error('unknown format "'+i+'" is used in schema at path "'+e.errSchemaPath+'"')}var S=typeof v=="object"&&!(v instanceof RegExp)&&v.validate,R=S&&v.type||"string";if(S){var E=v.async===!0;v=v.validate}if(R!=a)return d&&(t+=" if (true) { "),t;if(E){if(!e.async)throw new Error("async format in sync schema");var w="formats"+e.util.getProperty(i)+".validate";t+=" if (!(await "+w+"("+f+"))) { "}else{t+=" if (! ";var w="formats"+e.util.getProperty(i);S&&(w+=".validate"),typeof v=="function"?t+=" "+w+"("+f+") ":t+=" "+w+".test("+f+") ",t+=") { "}}var P=P||[];P.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'format' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { format: ",m?t+=""+p:t+=""+e.util.toQuotedString(i),t+=" } ",e.opts.messages!==!1&&(t+=` , message: 'should match format "`,m?t+="' + "+p+" + '":t+=""+e.util.escapeQuotes(i),t+=`"' `),e.opts.verbose&&(t+=" , schema: ",m?t+="validate.schema"+l:t+=""+e.util.toQuotedString(i),t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var x=t;return t=P.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+x+"]); ":t+=" validate.errors = ["+x+"]; return false; ":t+=" var err = "+x+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } ",d&&(t+=" else { "),t}});var ei=H((qm,Yo)=>{"use strict";Yo.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="valid"+n,p="errs__"+n,g=e.util.copy(e);g.level++;var y="valid"+g.level,v=e.schema.then,S=e.schema.else,R=v!==void 0&&(e.opts.strictKeywords?typeof v=="object"&&Object.keys(v).length>0||v===!1:e.util.schemaHasRules(v,e.RULES.all)),E=S!==void 0&&(e.opts.strictKeywords?typeof S=="object"&&Object.keys(S).length>0||S===!1:e.util.schemaHasRules(S,e.RULES.all)),w=g.baseId;if(R||E){var P;g.createErrors=!1,g.schema=i,g.schemaPath=l,g.errSchemaPath=u,t+=" var "+p+" = errors; var "+m+" = true; ";var x=e.compositeRule;e.compositeRule=g.compositeRule=!0,t+=" "+e.validate(g)+" ",g.baseId=w,g.createErrors=!0,t+=" errors = "+p+"; if (vErrors !== null) { if ("+p+") vErrors.length = "+p+"; else vErrors = null; } ",e.compositeRule=g.compositeRule=x,R?(t+=" if ("+y+") { ",g.schema=e.schema.then,g.schemaPath=e.schemaPath+".then",g.errSchemaPath=e.errSchemaPath+"/then",t+=" "+e.validate(g)+" ",g.baseId=w,t+=" "+m+" = "+y+"; ",R&&E?(P="ifClause"+n,t+=" var "+P+" = 'then'; "):P="'then'",t+=" } ",E&&(t+=" else { ")):t+=" if (!"+y+") { ",E&&(g.schema=e.schema.else,g.schemaPath=e.schemaPath+".else",g.errSchemaPath=e.errSchemaPath+"/else",t+=" "+e.validate(g)+" ",g.baseId=w,t+=" "+m+" = "+y+"; ",R&&E?(P="ifClause"+n,t+=" var "+P+" = 'else'; "):P="'else'",t+=" } "),t+=" if (!"+m+") { var err = ",e.createErrors!==!1?(t+=" { keyword: 'if' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { failingKeyword: "+P+" } ",e.opts.messages!==!1&&(t+=` , message: 'should match "' + `+P+` + '" schema' `),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ",t+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&d&&(e.async?t+=" throw new ValidationError(vErrors); ":t+=" validate.errors = vErrors; return false; "),t+=" } ",d&&(t+=" else { ")}else d&&(t+=" if (true) { ");return t}});var ri=H((Um,ti)=>{"use strict";ti.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="valid"+n,p="errs__"+n,g=e.util.copy(e),y="";g.level++;var v="valid"+g.level,S="i"+n,R=g.dataLevel=e.dataLevel+1,E="data"+R,w=e.baseId;if(t+="var "+p+" = errors;var "+m+";",Array.isArray(i)){var P=e.schema.additionalItems;if(P===!1){t+=" "+m+" = "+f+".length <= "+i.length+"; ";var x=u;u=e.errSchemaPath+"/additionalItems",t+=" if (!"+m+") { ";var I=I||[];I.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'additionalItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+i.length+" } ",e.opts.messages!==!1&&(t+=" , message: 'should NOT have more than "+i.length+" items' "),e.opts.verbose&&(t+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var D=t;t=I.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+D+"]); ":t+=" validate.errors = ["+D+"]; return false; ":t+=" var err = "+D+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } ",u=x,d&&(y+="}",t+=" else { ")}var $=i;if($){for(var C,j=-1,L=$.length-1;j<L;)if(C=$[j+=1],e.opts.strictKeywords?typeof C=="object"&&Object.keys(C).length>0||C===!1:e.util.schemaHasRules(C,e.RULES.all)){t+=" "+v+" = true; if ("+f+".length > "+j+") { ";var N=f+"["+j+"]";g.schema=C,g.schemaPath=l+"["+j+"]",g.errSchemaPath=u+"/"+j,g.errorPath=e.util.getPathExpr(e.errorPath,j,e.opts.jsonPointers,!0),g.dataPathArr[R]=j;var A=e.validate(g);g.baseId=w,e.util.varOccurences(A,E)<2?t+=" "+e.util.varReplace(A,E,N)+" ":t+=" var "+E+" = "+N+"; "+A+" ",t+=" } ",d&&(t+=" if ("+v+") { ",y+="}")}}if(typeof P=="object"&&(e.opts.strictKeywords?typeof P=="object"&&Object.keys(P).length>0||P===!1:e.util.schemaHasRules(P,e.RULES.all))){g.schema=P,g.schemaPath=e.schemaPath+".additionalItems",g.errSchemaPath=e.errSchemaPath+"/additionalItems",t+=" "+v+" = true; if ("+f+".length > "+i.length+") { for (var "+S+" = "+i.length+"; "+S+" < "+f+".length; "+S+"++) { ",g.errorPath=e.util.getPathExpr(e.errorPath,S,e.opts.jsonPointers,!0);var N=f+"["+S+"]";g.dataPathArr[R]=S;var A=e.validate(g);g.baseId=w,e.util.varOccurences(A,E)<2?t+=" "+e.util.varReplace(A,E,N)+" ":t+=" var "+E+" = "+N+"; "+A+" ",d&&(t+=" if (!"+v+") break; "),t+=" } } ",d&&(t+=" if ("+v+") { ",y+="}")}}else if(e.opts.strictKeywords?typeof i=="object"&&Object.keys(i).length>0||i===!1:e.util.schemaHasRules(i,e.RULES.all)){g.schema=i,g.schemaPath=l,g.errSchemaPath=u,t+=" for (var "+S+" = 0; "+S+" < "+f+".length; "+S+"++) { ",g.errorPath=e.util.getPathExpr(e.errorPath,S,e.opts.jsonPointers,!0);var N=f+"["+S+"]";g.dataPathArr[R]=S;var A=e.validate(g);g.baseId=w,e.util.varOccurences(A,E)<2?t+=" "+e.util.varReplace(A,E,N)+" ":t+=" var "+E+" = "+N+"; "+A+" ",d&&(t+=" if (!"+v+") break; "),t+=" }"}return d&&(t+=" "+y+" if ("+p+" == errors) {"),t}});var Aa=H((Bm,si)=>{"use strict";si.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,w,f="data"+(o||""),m=e.opts.$data&&i&&i.$data,p;m?(t+=" var schema"+n+" = "+e.util.getData(i.$data,o,e.dataPathArr)+"; ",p="schema"+n):p=i;var g=r=="maximum",y=g?"exclusiveMaximum":"exclusiveMinimum",v=e.schema[y],S=e.opts.$data&&v&&v.$data,R=g?"<":">",E=g?">":"<",w=void 0;if(!(m||typeof i=="number"||i===void 0))throw new Error(r+" must be number");if(!(S||v===void 0||typeof v=="number"||typeof v=="boolean"))throw new Error(y+" must be number or boolean");if(S){var P=e.util.getData(v.$data,o,e.dataPathArr),x="exclusive"+n,I="exclType"+n,D="exclIsNumber"+n,$="op"+n,C="' + "+$+" + '";t+=" var schemaExcl"+n+" = "+P+"; ",P="schemaExcl"+n,t+=" var "+x+"; var "+I+" = typeof "+P+"; if ("+I+" != 'boolean' && "+I+" != 'undefined' && "+I+" != 'number') { ";var w=y,j=j||[];j.push(t),t="",e.createErrors!==!1?(t+=" { keyword: '"+(w||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",e.opts.messages!==!1&&(t+=" , message: '"+y+" should be boolean' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var L=t;t=j.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+L+"]); ":t+=" validate.errors = ["+L+"]; return false; ":t+=" var err = "+L+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } else if ( ",m&&(t+=" ("+p+" !== undefined && typeof "+p+" != 'number') || "),t+=" "+I+" == 'number' ? ( ("+x+" = "+p+" === undefined || "+P+" "+R+"= "+p+") ? "+f+" "+E+"= "+P+" : "+f+" "+E+" "+p+" ) : ( ("+x+" = "+P+" === true) ? "+f+" "+E+"= "+p+" : "+f+" "+E+" "+p+" ) || "+f+" !== "+f+") { var op"+n+" = "+x+" ? '"+R+"' : '"+R+"='; ",i===void 0&&(w=y,u=e.errSchemaPath+"/"+y,p=P,m=S)}else{var D=typeof v=="number",C=R;if(D&&m){var $="'"+C+"'";t+=" if ( ",m&&(t+=" ("+p+" !== undefined && typeof "+p+" != 'number') || "),t+=" ( "+p+" === undefined || "+v+" "+R+"= "+p+" ? "+f+" "+E+"= "+v+" : "+f+" "+E+" "+p+" ) || "+f+" !== "+f+") { "}else{D&&i===void 0?(x=!0,w=y,u=e.errSchemaPath+"/"+y,p=v,E+="="):(D&&(p=Math[g?"min":"max"](v,i)),v===(D?p:!0)?(x=!0,w=y,u=e.errSchemaPath+"/"+y,E+="="):(x=!1,C+="="));var $="'"+C+"'";t+=" if ( ",m&&(t+=" ("+p+" !== undefined && typeof "+p+" != 'number') || "),t+=" "+f+" "+E+" "+p+" || "+f+" !== "+f+") { "}}w=w||r;var j=j||[];j.push(t),t="",e.createErrors!==!1?(t+=" { keyword: '"+(w||"_limit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { comparison: "+$+", limit: "+p+", exclusive: "+x+" } ",e.opts.messages!==!1&&(t+=" , message: 'should be "+C+" ",m?t+="' + "+p:t+=""+p+"'"),e.opts.verbose&&(t+=" , schema: ",m?t+="validate.schema"+l:t+=""+i,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var L=t;return t=j.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+L+"]); ":t+=" validate.errors = ["+L+"]; return false; ":t+=" var err = "+L+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } ",d&&(t+=" else { "),t}});var $a=H((Vm,ai)=>{"use strict";ai.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,y,f="data"+(o||""),m=e.opts.$data&&i&&i.$data,p;if(m?(t+=" var schema"+n+" = "+e.util.getData(i.$data,o,e.dataPathArr)+"; ",p="schema"+n):p=i,!(m||typeof i=="number"))throw new Error(r+" must be number");var g=r=="maxItems"?">":"<";t+="if ( ",m&&(t+=" ("+p+" !== undefined && typeof "+p+" != 'number') || "),t+=" "+f+".length "+g+" "+p+") { ";var y=r,v=v||[];v.push(t),t="",e.createErrors!==!1?(t+=" { keyword: '"+(y||"_limitItems")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+p+" } ",e.opts.messages!==!1&&(t+=" , message: 'should NOT have ",r=="maxItems"?t+="more":t+="fewer",t+=" than ",m?t+="' + "+p+" + '":t+=""+i,t+=" items' "),e.opts.verbose&&(t+=" , schema: ",m?t+="validate.schema"+l:t+=""+i,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var S=t;return t=v.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+S+"]); ":t+=" validate.errors = ["+S+"]; return false; ":t+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",d&&(t+=" else { "),t}});var Da=H((Hm,ni)=>{"use strict";ni.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,y,f="data"+(o||""),m=e.opts.$data&&i&&i.$data,p;if(m?(t+=" var schema"+n+" = "+e.util.getData(i.$data,o,e.dataPathArr)+"; ",p="schema"+n):p=i,!(m||typeof i=="number"))throw new Error(r+" must be number");var g=r=="maxLength"?">":"<";t+="if ( ",m&&(t+=" ("+p+" !== undefined && typeof "+p+" != 'number') || "),e.opts.unicode===!1?t+=" "+f+".length ":t+=" ucs2length("+f+") ",t+=" "+g+" "+p+") { ";var y=r,v=v||[];v.push(t),t="",e.createErrors!==!1?(t+=" { keyword: '"+(y||"_limitLength")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+p+" } ",e.opts.messages!==!1&&(t+=" , message: 'should NOT be ",r=="maxLength"?t+="longer":t+="shorter",t+=" than ",m?t+="' + "+p+" + '":t+=""+i,t+=" characters' "),e.opts.verbose&&(t+=" , schema: ",m?t+="validate.schema"+l:t+=""+i,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var S=t;return t=v.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+S+"]); ":t+=" validate.errors = ["+S+"]; return false; ":t+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",d&&(t+=" else { "),t}});var Ca=H((zm,oi)=>{"use strict";oi.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,y,f="data"+(o||""),m=e.opts.$data&&i&&i.$data,p;if(m?(t+=" var schema"+n+" = "+e.util.getData(i.$data,o,e.dataPathArr)+"; ",p="schema"+n):p=i,!(m||typeof i=="number"))throw new Error(r+" must be number");var g=r=="maxProperties"?">":"<";t+="if ( ",m&&(t+=" ("+p+" !== undefined && typeof "+p+" != 'number') || "),t+=" Object.keys("+f+").length "+g+" "+p+") { ";var y=r,v=v||[];v.push(t),t="",e.createErrors!==!1?(t+=" { keyword: '"+(y||"_limitProperties")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+p+" } ",e.opts.messages!==!1&&(t+=" , message: 'should NOT have ",r=="maxProperties"?t+="more":t+="fewer",t+=" than ",m?t+="' + "+p+" + '":t+=""+i,t+=" properties' "),e.opts.verbose&&(t+=" , schema: ",m?t+="validate.schema"+l:t+=""+i,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var S=t;return t=v.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+S+"]); ":t+=" validate.errors = ["+S+"]; return false; ":t+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",d&&(t+=" else { "),t}});var ci=H((Zm,ii)=>{"use strict";ii.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m=e.opts.$data&&i&&i.$data,p;if(m?(t+=" var schema"+n+" = "+e.util.getData(i.$data,o,e.dataPathArr)+"; ",p="schema"+n):p=i,!(m||typeof i=="number"))throw new Error(r+" must be number");t+="var division"+n+";if (",m&&(t+=" "+p+" !== undefined && ( typeof "+p+" != 'number' || "),t+=" (division"+n+" = "+f+" / "+p+", ",e.opts.multipleOfPrecision?t+=" Math.abs(Math.round(division"+n+") - division"+n+") > 1e-"+e.opts.multipleOfPrecision+" ":t+=" division"+n+" !== parseInt(division"+n+") ",t+=" ) ",m&&(t+=" ) "),t+=" ) { ";var g=g||[];g.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { multipleOf: "+p+" } ",e.opts.messages!==!1&&(t+=" , message: 'should be multiple of ",m?t+="' + "+p:t+=""+p+"'"),e.opts.verbose&&(t+=" , schema: ",m?t+="validate.schema"+l:t+=""+i,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var y=t;return t=g.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+y+"]); ":t+=" validate.errors = ["+y+"]; return false; ":t+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",d&&(t+=" else { "),t}});var ui=H((Gm,li)=>{"use strict";li.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="errs__"+n,p=e.util.copy(e);p.level++;var g="valid"+p.level;if(e.opts.strictKeywords?typeof i=="object"&&Object.keys(i).length>0||i===!1:e.util.schemaHasRules(i,e.RULES.all)){p.schema=i,p.schemaPath=l,p.errSchemaPath=u,t+=" var "+m+" = errors; ";var y=e.compositeRule;e.compositeRule=p.compositeRule=!0,p.createErrors=!1;var v;p.opts.allErrors&&(v=p.opts.allErrors,p.opts.allErrors=!1),t+=" "+e.validate(p)+" ",p.createErrors=!0,v&&(p.opts.allErrors=v),e.compositeRule=p.compositeRule=y,t+=" if ("+g+") { ";var S=S||[];S.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",e.opts.messages!==!1&&(t+=" , message: 'should NOT be valid' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var R=t;t=S.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+R+"]); ":t+=" validate.errors = ["+R+"]; return false; ":t+=" var err = "+R+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } else { errors = "+m+"; if (vErrors !== null) { if ("+m+") vErrors.length = "+m+"; else vErrors = null; } ",e.opts.allErrors&&(t+=" } ")}else t+=" var err = ",e.createErrors!==!1?(t+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",e.opts.messages!==!1&&(t+=" , message: 'should NOT be valid' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ",t+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",d&&(t+=" if (false) { ");return t}});var pi=H((Xm,di)=>{"use strict";di.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="valid"+n,p="errs__"+n,g=e.util.copy(e),y="";g.level++;var v="valid"+g.level,S=g.baseId,R="prevValid"+n,E="passingSchemas"+n;t+="var "+p+" = errors , "+R+" = false , "+m+" = false , "+E+" = null; ";var w=e.compositeRule;e.compositeRule=g.compositeRule=!0;var P=i;if(P)for(var x,I=-1,D=P.length-1;I<D;)x=P[I+=1],(e.opts.strictKeywords?typeof x=="object"&&Object.keys(x).length>0||x===!1:e.util.schemaHasRules(x,e.RULES.all))?(g.schema=x,g.schemaPath=l+"["+I+"]",g.errSchemaPath=u+"/"+I,t+=" "+e.validate(g)+" ",g.baseId=S):t+=" var "+v+" = true; ",I&&(t+=" if ("+v+" && "+R+") { "+m+" = false; "+E+" = ["+E+", "+I+"]; } else { ",y+="}"),t+=" if ("+v+") { "+m+" = "+R+" = true; "+E+" = "+I+"; }";return e.compositeRule=g.compositeRule=w,t+=""+y+"if (!"+m+") { var err = ",e.createErrors!==!1?(t+=" { keyword: 'oneOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { passingSchemas: "+E+" } ",e.opts.messages!==!1&&(t+=" , message: 'should match exactly one schema in oneOf' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ",t+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&d&&(e.async?t+=" throw new ValidationError(vErrors); ":t+=" validate.errors = vErrors; return false; "),t+="} else { errors = "+p+"; if (vErrors !== null) { if ("+p+") vErrors.length = "+p+"; else vErrors = null; }",e.opts.allErrors&&(t+=" } "),t}});var hi=H((Wm,fi)=>{"use strict";fi.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m=e.opts.$data&&i&&i.$data,p;m?(t+=" var schema"+n+" = "+e.util.getData(i.$data,o,e.dataPathArr)+"; ",p="schema"+n):p=i;var g=m?"(new RegExp("+p+"))":e.usePattern(i);t+="if ( ",m&&(t+=" ("+p+" !== undefined && typeof "+p+" != 'string') || "),t+=" !"+g+".test("+f+") ) { ";var y=y||[];y.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'pattern' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { pattern: ",m?t+=""+p:t+=""+e.util.toQuotedString(i),t+=" } ",e.opts.messages!==!1&&(t+=` , message: 'should match pattern "`,m?t+="' + "+p+" + '":t+=""+e.util.escapeQuotes(i),t+=`"' `),e.opts.verbose&&(t+=" , schema: ",m?t+="validate.schema"+l:t+=""+e.util.toQuotedString(i),t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var v=t;return t=y.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+v+"]); ":t+=" validate.errors = ["+v+"]; return false; ":t+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",d&&(t+=" else { "),t}});var vi=H((Qm,mi)=>{"use strict";mi.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="errs__"+n,p=e.util.copy(e),g="";p.level++;var y="valid"+p.level,v="key"+n,S="idx"+n,R=p.dataLevel=e.dataLevel+1,E="data"+R,w="dataProperties"+n,P=Object.keys(i||{}).filter(ee),x=e.schema.patternProperties||{},I=Object.keys(x).filter(ee),D=e.schema.additionalProperties,$=P.length||I.length,C=D===!1,j=typeof D=="object"&&Object.keys(D).length,L=e.opts.removeAdditional,N=C||j||L,A=e.opts.ownProperties,M=e.baseId,X=e.schema.required;if(X&&!(e.opts.$data&&X.$data)&&X.length<e.opts.loopRequired)var W=e.util.toHash(X);function ee(et){return et!=="__proto__"}if(t+="var "+m+" = errors;var "+y+" = true;",A&&(t+=" var "+w+" = undefined;"),N){if(A?t+=" "+w+" = "+w+" || Object.keys("+f+"); for (var "+S+"=0; "+S+"<"+w+".length; "+S+"++) { var "+v+" = "+w+"["+S+"]; ":t+=" for (var "+v+" in "+f+") { ",$){if(t+=" var isAdditional"+n+" = !(false ",P.length)if(P.length>8)t+=" || validate.schema"+l+".hasOwnProperty("+v+") ";else{var Q=P;if(Q)for(var z,pe=-1,Re=Q.length-1;pe<Re;)z=Q[pe+=1],t+=" || "+v+" == "+e.util.toQuotedString(z)+" "}if(I.length){var De=I;if(De)for(var oe,be=-1,Te=De.length-1;be<Te;)oe=De[be+=1],t+=" || "+e.usePattern(oe)+".test("+v+") "}t+=" ); if (isAdditional"+n+") { "}if(L=="all")t+=" delete "+f+"["+v+"]; ";else{var Ce=e.errorPath,St="' + "+v+" + '";if(e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPathExpr(e.errorPath,v,e.opts.jsonPointers)),C)if(L)t+=" delete "+f+"["+v+"]; ";else{t+=" "+y+" = false; ";var pt=u;u=e.errSchemaPath+"/additionalProperties";var Ee=Ee||[];Ee.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'additionalProperties' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { additionalProperty: '"+St+"' } ",e.opts.messages!==!1&&(t+=" , message: '",e.opts._errorDataPathProperty?t+="is an invalid additional property":t+="should NOT have additional properties",t+="' "),e.opts.verbose&&(t+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var ge=t;t=Ee.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+ge+"]); ":t+=" validate.errors = ["+ge+"]; return false; ":t+=" var err = "+ge+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",u=pt,d&&(t+=" break; ")}else if(j)if(L=="failing"){t+=" var "+m+" = errors; ";var Dt=e.compositeRule;e.compositeRule=p.compositeRule=!0,p.schema=D,p.schemaPath=e.schemaPath+".additionalProperties",p.errSchemaPath=e.errSchemaPath+"/additionalProperties",p.errorPath=e.opts._errorDataPathProperty?e.errorPath:e.util.getPathExpr(e.errorPath,v,e.opts.jsonPointers);var Ie=f+"["+v+"]";p.dataPathArr[R]=v;var ce=e.validate(p);p.baseId=M,e.util.varOccurences(ce,E)<2?t+=" "+e.util.varReplace(ce,E,Ie)+" ":t+=" var "+E+" = "+Ie+"; "+ce+" ",t+=" if (!"+y+") { errors = "+m+"; if (validate.errors !== null) { if (errors) validate.errors.length = errors; else validate.errors = null; } delete "+f+"["+v+"]; } ",e.compositeRule=p.compositeRule=Dt}else{p.schema=D,p.schemaPath=e.schemaPath+".additionalProperties",p.errSchemaPath=e.errSchemaPath+"/additionalProperties",p.errorPath=e.opts._errorDataPathProperty?e.errorPath:e.util.getPathExpr(e.errorPath,v,e.opts.jsonPointers);var Ie=f+"["+v+"]";p.dataPathArr[R]=v;var ce=e.validate(p);p.baseId=M,e.util.varOccurences(ce,E)<2?t+=" "+e.util.varReplace(ce,E,Ie)+" ":t+=" var "+E+" = "+Ie+"; "+ce+" ",d&&(t+=" if (!"+y+") break; ")}e.errorPath=Ce}$&&(t+=" } "),t+=" } ",d&&(t+=" if ("+y+") { ",g+="}")}var xt=e.opts.useDefaults&&!e.compositeRule;if(P.length){var ft=P;if(ft)for(var z,Ct=-1,kt=ft.length-1;Ct<kt;){z=ft[Ct+=1];var Pe=i[z];if(e.opts.strictKeywords?typeof Pe=="object"&&Object.keys(Pe).length>0||Pe===!1:e.util.schemaHasRules(Pe,e.RULES.all)){var Ze=e.util.getProperty(z),Ie=f+Ze,Fe=xt&&Pe.default!==void 0;p.schema=Pe,p.schemaPath=l+Ze,p.errSchemaPath=u+"/"+e.util.escapeFragment(z),p.errorPath=e.util.getPath(e.errorPath,z,e.opts.jsonPointers),p.dataPathArr[R]=e.util.toQuotedString(z);var ce=e.validate(p);if(p.baseId=M,e.util.varOccurences(ce,E)<2){ce=e.util.varReplace(ce,E,Ie);var ke=Ie}else{var ke=E;t+=" var "+E+" = "+Ie+"; "}if(Fe)t+=" "+ce+" ";else{if(W&&W[z]){t+=" if ( "+ke+" === undefined ",A&&(t+=" || ! Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(z)+"') "),t+=") { "+y+" = false; ";var Ce=e.errorPath,pt=u,nt=e.util.escapeQuotes(z);e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPath(Ce,z,e.opts.jsonPointers)),u=e.errSchemaPath+"/required";var Ee=Ee||[];Ee.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+nt+"' } ",e.opts.messages!==!1&&(t+=" , message: '",e.opts._errorDataPathProperty?t+="is a required property":t+="should have required property \\'"+nt+"\\'",t+="' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var ge=t;t=Ee.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+ge+"]); ":t+=" validate.errors = ["+ge+"]; return false; ":t+=" var err = "+ge+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",u=pt,e.errorPath=Ce,t+=" } else { "}else d?(t+=" if ( "+ke+" === undefined ",A&&(t+=" || ! Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(z)+"') "),t+=") { "+y+" = true; } else { "):(t+=" if ("+ke+" !== undefined ",A&&(t+=" && Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(z)+"') "),t+=" ) { ");t+=" "+ce+" } "}}d&&(t+=" if ("+y+") { ",g+="}")}}if(I.length){var Be=I;if(Be)for(var oe,Vr=-1,qs=Be.length-1;Vr<qs;){oe=Be[Vr+=1];var Pe=x[oe];if(e.opts.strictKeywords?typeof Pe=="object"&&Object.keys(Pe).length>0||Pe===!1:e.util.schemaHasRules(Pe,e.RULES.all)){p.schema=Pe,p.schemaPath=e.schemaPath+".patternProperties"+e.util.getProperty(oe),p.errSchemaPath=e.errSchemaPath+"/patternProperties/"+e.util.escapeFragment(oe),A?t+=" "+w+" = "+w+" || Object.keys("+f+"); for (var "+S+"=0; "+S+"<"+w+".length; "+S+"++) { var "+v+" = "+w+"["+S+"]; ":t+=" for (var "+v+" in "+f+") { ",t+=" if ("+e.usePattern(oe)+".test("+v+")) { ",p.errorPath=e.util.getPathExpr(e.errorPath,v,e.opts.jsonPointers);var Ie=f+"["+v+"]";p.dataPathArr[R]=v;var ce=e.validate(p);p.baseId=M,e.util.varOccurences(ce,E)<2?t+=" "+e.util.varReplace(ce,E,Ie)+" ":t+=" var "+E+" = "+Ie+"; "+ce+" ",d&&(t+=" if (!"+y+") break; "),t+=" } ",d&&(t+=" else "+y+" = true; "),t+=" } ",d&&(t+=" if ("+y+") { ",g+="}")}}}return d&&(t+=" "+g+" if ("+m+" == errors) {"),t}});var yi=H((Km,gi)=>{"use strict";gi.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="errs__"+n,p=e.util.copy(e),g="";p.level++;var y="valid"+p.level;if(t+="var "+m+" = errors;",e.opts.strictKeywords?typeof i=="object"&&Object.keys(i).length>0||i===!1:e.util.schemaHasRules(i,e.RULES.all)){p.schema=i,p.schemaPath=l,p.errSchemaPath=u;var v="key"+n,S="idx"+n,R="i"+n,E="' + "+v+" + '",w=p.dataLevel=e.dataLevel+1,P="data"+w,x="dataProperties"+n,I=e.opts.ownProperties,D=e.baseId;I&&(t+=" var "+x+" = undefined; "),I?t+=" "+x+" = "+x+" || Object.keys("+f+"); for (var "+S+"=0; "+S+"<"+x+".length; "+S+"++) { var "+v+" = "+x+"["+S+"]; ":t+=" for (var "+v+" in "+f+") { ",t+=" var startErrs"+n+" = errors; ";var $=v,C=e.compositeRule;e.compositeRule=p.compositeRule=!0;var j=e.validate(p);p.baseId=D,e.util.varOccurences(j,P)<2?t+=" "+e.util.varReplace(j,P,$)+" ":t+=" var "+P+" = "+$+"; "+j+" ",e.compositeRule=p.compositeRule=C,t+=" if (!"+y+") { for (var "+R+"=startErrs"+n+"; "+R+"<errors; "+R+"++) { vErrors["+R+"].propertyName = "+v+"; } var err = ",e.createErrors!==!1?(t+=" { keyword: 'propertyNames' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { propertyName: '"+E+"' } ",e.opts.messages!==!1&&(t+=" , message: 'property name \\'"+E+"\\' is invalid' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ",t+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&d&&(e.async?t+=" throw new ValidationError(vErrors); ":t+=" validate.errors = vErrors; return false; "),d&&(t+=" break; "),t+=" } }"}return d&&(t+=" "+g+" if ("+m+" == errors) {"),t}});var bi=H((Jm,_i)=>{"use strict";_i.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="valid"+n,p=e.opts.$data&&i&&i.$data,g;p?(t+=" var schema"+n+" = "+e.util.getData(i.$data,o,e.dataPathArr)+"; ",g="schema"+n):g=i;var y="schema"+n;if(!p)if(i.length<e.opts.loopRequired&&e.schema.properties&&Object.keys(e.schema.properties).length){var v=[],S=i;if(S)for(var R,E=-1,w=S.length-1;E<w;){R=S[E+=1];var P=e.schema.properties[R];P&&(e.opts.strictKeywords?typeof P=="object"&&Object.keys(P).length>0||P===!1:e.util.schemaHasRules(P,e.RULES.all))||(v[v.length]=R)}}else var v=i;if(p||v.length){var x=e.errorPath,I=p||v.length>=e.opts.loopRequired,D=e.opts.ownProperties;if(d)if(t+=" var missing"+n+"; ",I){p||(t+=" var "+y+" = validate.schema"+l+"; ");var $="i"+n,C="schema"+n+"["+$+"]",j="' + "+C+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPathExpr(x,C,e.opts.jsonPointers)),t+=" var "+m+" = true; ",p&&(t+=" if (schema"+n+" === undefined) "+m+" = true; else if (!Array.isArray(schema"+n+")) "+m+" = false; else {"),t+=" for (var "+$+" = 0; "+$+" < "+y+".length; "+$+"++) { "+m+" = "+f+"["+y+"["+$+"]] !== undefined ",D&&(t+=" && Object.prototype.hasOwnProperty.call("+f+", "+y+"["+$+"]) "),t+="; if (!"+m+") break; } ",p&&(t+=" } "),t+=" if (!"+m+") { ";var L=L||[];L.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+j+"' } ",e.opts.messages!==!1&&(t+=" , message: '",e.opts._errorDataPathProperty?t+="is a required property":t+="should have required property \\'"+j+"\\'",t+="' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var N=t;t=L.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+N+"]); ":t+=" validate.errors = ["+N+"]; return false; ":t+=" var err = "+N+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } else { "}else{t+=" if ( ";var A=v;if(A)for(var M,$=-1,X=A.length-1;$<X;){M=A[$+=1],$&&(t+=" || ");var W=e.util.getProperty(M),ee=f+W;t+=" ( ( "+ee+" === undefined ",D&&(t+=" || ! Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(M)+"') "),t+=") && (missing"+n+" = "+e.util.toQuotedString(e.opts.jsonPointers?M:W)+") ) "}t+=") { ";var C="missing"+n,j="' + "+C+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.opts.jsonPointers?e.util.getPathExpr(x,C,!0):x+" + "+C);var L=L||[];L.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+j+"' } ",e.opts.messages!==!1&&(t+=" , message: '",e.opts._errorDataPathProperty?t+="is a required property":t+="should have required property \\'"+j+"\\'",t+="' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var N=t;t=L.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+N+"]); ":t+=" validate.errors = ["+N+"]; return false; ":t+=" var err = "+N+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } else { "}else if(I){p||(t+=" var "+y+" = validate.schema"+l+"; ");var $="i"+n,C="schema"+n+"["+$+"]",j="' + "+C+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPathExpr(x,C,e.opts.jsonPointers)),p&&(t+=" if ("+y+" && !Array.isArray("+y+")) { var err = ",e.createErrors!==!1?(t+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+j+"' } ",e.opts.messages!==!1&&(t+=" , message: '",e.opts._errorDataPathProperty?t+="is a required property":t+="should have required property \\'"+j+"\\'",t+="' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ",t+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } else if ("+y+" !== undefined) { "),t+=" for (var "+$+" = 0; "+$+" < "+y+".length; "+$+"++) { if ("+f+"["+y+"["+$+"]] === undefined ",D&&(t+=" || ! Object.prototype.hasOwnProperty.call("+f+", "+y+"["+$+"]) "),t+=") { var err = ",e.createErrors!==!1?(t+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+j+"' } ",e.opts.messages!==!1&&(t+=" , message: '",e.opts._errorDataPathProperty?t+="is a required property":t+="should have required property \\'"+j+"\\'",t+="' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ",t+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } } ",p&&(t+=" } ")}else{var Q=v;if(Q)for(var M,z=-1,pe=Q.length-1;z<pe;){M=Q[z+=1];var W=e.util.getProperty(M),j=e.util.escapeQuotes(M),ee=f+W;e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPath(x,M,e.opts.jsonPointers)),t+=" if ( "+ee+" === undefined ",D&&(t+=" || ! Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(M)+"') "),t+=") { var err = ",e.createErrors!==!1?(t+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+j+"' } ",e.opts.messages!==!1&&(t+=" , message: '",e.opts._errorDataPathProperty?t+="is a required property":t+="should have required property \\'"+j+"\\'",t+="' "),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ",t+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } "}}e.errorPath=x}else d&&(t+=" if (true) {");return t}});var Si=H((Ym,Ei)=>{"use strict";Ei.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(o||""),m="valid"+n,p=e.opts.$data&&i&&i.$data,g;if(p?(t+=" var schema"+n+" = "+e.util.getData(i.$data,o,e.dataPathArr)+"; ",g="schema"+n):g=i,(i||p)&&e.opts.uniqueItems!==!1){p&&(t+=" var "+m+"; if ("+g+" === false || "+g+" === undefined) "+m+" = true; else if (typeof "+g+" != 'boolean') "+m+" = false; else { "),t+=" var i = "+f+".length , "+m+" = true , j; if (i > 1) { ";var y=e.schema.items&&e.schema.items.type,v=Array.isArray(y);if(!y||y=="object"||y=="array"||v&&(y.indexOf("object")>=0||y.indexOf("array")>=0))t+=" outer: for (;i--;) { for (j = i; j--;) { if (equal("+f+"[i], "+f+"[j])) { "+m+" = false; break outer; } } } ";else{t+=" var itemIndices = {}, item; for (;i--;) { var item = "+f+"[i]; ";var S="checkDataType"+(v?"s":"");t+=" if ("+e.util[S](y,"item",e.opts.strictNumbers,!0)+") continue; ",v&&(t+=` if (typeof item == 'string') item = '"' + item; `),t+=" if (typeof itemIndices[item] == 'number') { "+m+" = false; j = itemIndices[item]; break; } itemIndices[item] = i; } "}t+=" } ",p&&(t+=" } "),t+=" if (!"+m+") { ";var R=R||[];R.push(t),t="",e.createErrors!==!1?(t+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { i: i, j: j } ",e.opts.messages!==!1&&(t+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "),e.opts.verbose&&(t+=" , schema: ",p?t+="validate.schema"+l:t+=""+i,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),t+=" } "):t+=" {} ";var E=t;t=R.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+E+"]); ":t+=" validate.errors = ["+E+"]; return false; ":t+=" var err = "+E+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } ",d&&(t+=" else { ")}else d&&(t+=" if (true) { ");return t}});var Ri=H((ev,xi)=>{"use strict";xi.exports={$ref:Lo(),allOf:Fo(),anyOf:qo(),$comment:Bo(),const:Ho(),contains:Zo(),dependencies:Xo(),enum:Qo(),format:Jo(),if:ei(),items:ri(),maximum:Aa(),minimum:Aa(),maxItems:$a(),minItems:$a(),maxLength:Da(),minLength:Da(),maxProperties:Ca(),minProperties:Ca(),multipleOf:ci(),not:ui(),oneOf:pi(),pattern:hi(),properties:vi(),propertyNames:yi(),required:bi(),uniqueItems:Si(),validate:Ia()}});var Pi=H((tv,wi)=>{"use strict";var Ti=Ri(),ka=rr().toHash;wi.exports=function(){var e=[{type:"number",rules:[{maximum:["exclusiveMaximum"]},{minimum:["exclusiveMinimum"]},"multipleOf","format"]},{type:"string",rules:["maxLength","minLength","pattern","format"]},{type:"array",rules:["maxItems","minItems","items","contains","uniqueItems"]},{type:"object",rules:["maxProperties","minProperties","required","dependencies","propertyNames",{properties:["additionalProperties","patternProperties"]}]},{rules:["$ref","const","enum","not","anyOf","oneOf","allOf","if"]}],r=["type","$comment"],a=["$schema","$id","id","$data","$async","title","description","default","definitions","examples","readOnly","writeOnly","contentMediaType","contentEncoding","additionalItems","then","else"],t=["number","integer","string","array","object","boolean","null"];return e.all=ka(r),e.types=ka(t),e.forEach(function(n){n.rules=n.rules.map(function(o){var i;if(typeof o=="object"){var l=Object.keys(o)[0];i=o[l],o=l,i.forEach(function(d){r.push(d),e.all[d]=!0})}r.push(o);var u=e.all[o]={keyword:o,code:Ti[o],implements:i};return u}),e.all.$comment={keyword:"$comment",code:Ti.$comment},n.type&&(e.types[n.type]=n)}),e.keywords=ka(r.concat(a)),e.custom={},e}});var Ni=H((rv,Ii)=>{"use strict";var Oi=["multipleOf","maximum","exclusiveMaximum","minimum","exclusiveMinimum","maxLength","minLength","pattern","additionalItems","maxItems","minItems","uniqueItems","maxProperties","minProperties","required","additionalProperties","enum","format","const"];Ii.exports=function(s,e){for(var r=0;r<e.length;r++){s=JSON.parse(JSON.stringify(s));var a=e[r].split("/"),t=s,n;for(n=1;n<a.length;n++)t=t[a[n]];for(n=0;n<Oi.length;n++){var o=Oi[n],i=t[o];i&&(t[o]={anyOf:[i,{$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"}]})}}return s}});var Di=H((sv,$i)=>{"use strict";var Yp=gs().MissingRef;$i.exports=Ai;function Ai(s,e,r){var a=this;if(typeof this._opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");typeof e=="function"&&(r=e,e=void 0);var t=n(s).then(function(){var i=a._addSchema(s,void 0,e);return i.validate||o(i)});return r&&t.then(function(i){r(null,i)},r),t;function n(i){var l=i.$schema;return l&&!a.getSchema(l)?Ai.call(a,{$ref:l},!0):Promise.resolve()}function o(i){try{return a._compile(i)}catch(u){if(u instanceof Yp)return l(u);throw u}function l(u){var d=u.missingSchema;if(p(d))throw new Error("Schema "+d+" is loaded but "+u.missingRef+" cannot be resolved");var f=a._loadingSchemas[d];return f||(f=a._loadingSchemas[d]=a._opts.loadSchema(d),f.then(m,m)),f.then(function(g){if(!p(d))return n(g).then(function(){p(d)||a.addSchema(g,d,void 0,e)})}).then(function(){return o(i)});function m(){delete a._loadingSchemas[d]}function p(g){return a._refs[g]||a._schemas[g]}}}}});var ki=H((av,Ci)=>{"use strict";Ci.exports=function(e,r,a){var t=" ",n=e.level,o=e.dataLevel,i=e.schema[r],l=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f,m="data"+(o||""),p="valid"+n,g="errs__"+n,y=e.opts.$data&&i&&i.$data,v;y?(t+=" var schema"+n+" = "+e.util.getData(i.$data,o,e.dataPathArr)+"; ",v="schema"+n):v=i;var S=this,R="definition"+n,E=S.definition,w="",P,x,I,D,$;if(y&&E.$data){$="keywordValidate"+n;var C=E.validateSchema;t+=" var "+R+" = RULES.custom['"+r+"'].definition; var "+$+" = "+R+".validate;"}else{if(D=e.useCustomRule(S,i,e.schema,e),!D)return;v="validate.schema"+l,$=D.code,P=E.compile,x=E.inline,I=E.macro}var j=$+".errors",L="i"+n,N="ruleErr"+n,A=E.async;if(A&&!e.async)throw new Error("async keyword in sync schema");if(x||I||(t+=""+j+" = null;"),t+="var "+g+" = errors;var "+p+";",y&&E.$data&&(w+="}",t+=" if ("+v+" === undefined) { "+p+" = true; } else { ",C&&(w+="}",t+=" "+p+" = "+R+".validateSchema("+v+"); if ("+p+") { ")),x)E.statements?t+=" "+D.validate+" ":t+=" "+p+" = "+D.validate+"; ";else if(I){var M=e.util.copy(e),w="";M.level++;var X="valid"+M.level;M.schema=D.validate,M.schemaPath="";var W=e.compositeRule;e.compositeRule=M.compositeRule=!0;var ee=e.validate(M).replace(/validate\.schema/g,$);e.compositeRule=M.compositeRule=W,t+=" "+ee}else{var Q=Q||[];Q.push(t),t="",t+=" "+$+".call( ",e.opts.passContext?t+="this":t+="self",P||E.schema===!1?t+=" , "+m+" ":t+=" , "+v+" , "+m+" , validate.schema"+e.schemaPath+" ",t+=" , (dataPath || '')",e.errorPath!='""'&&(t+=" + "+e.errorPath);var z=o?"data"+(o-1||""):"parentData",pe=o?e.dataPathArr[o]:"parentDataProperty";t+=" , "+z+" , "+pe+" , rootData ) ";var Re=t;t=Q.pop(),E.errors===!1?(t+=" "+p+" = ",A&&(t+="await "),t+=""+Re+"; "):A?(j="customErrors"+n,t+=" var "+j+" = null; try { "+p+" = await "+Re+"; } catch (e) { "+p+" = false; if (e instanceof ValidationError) "+j+" = e.errors; else throw e; } "):t+=" "+j+" = null; "+p+" = "+Re+"; "}if(E.modifying&&(t+=" if ("+z+") "+m+" = "+z+"["+pe+"];"),t+=""+w,E.valid)d&&(t+=" if (true) { ");else{t+=" if ( ",E.valid===void 0?(t+=" !",I?t+=""+X:t+=""+p):t+=" "+!E.valid+" ",t+=") { ",f=S.keyword;var Q=Q||[];Q.push(t),t="";var Q=Q||[];Q.push(t),t="",e.createErrors!==!1?(t+=" { keyword: '"+(f||"custom")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { keyword: '"+S.keyword+"' } ",e.opts.messages!==!1&&(t+=` , message: 'should pass "`+S.keyword+`" keyword validation' `),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),t+=" } "):t+=" {} ";var De=t;t=Q.pop(),!e.compositeRule&&d?e.async?t+=" throw new ValidationError(["+De+"]); ":t+=" validate.errors = ["+De+"]; return false; ":t+=" var err = "+De+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ";var oe=t;t=Q.pop(),x?E.errors?E.errors!="full"&&(t+=" for (var "+L+"="+g+"; "+L+"<errors; "+L+"++) { var "+N+" = vErrors["+L+"]; if ("+N+".dataPath === undefined) "+N+".dataPath = (dataPath || '') + "+e.errorPath+"; if ("+N+".schemaPath === undefined) { "+N+'.schemaPath = "'+u+'"; } ',e.opts.verbose&&(t+=" "+N+".schema = "+v+"; "+N+".data = "+m+"; "),t+=" } "):E.errors===!1?t+=" "+oe+" ":(t+=" if ("+g+" == errors) { "+oe+" } else { for (var "+L+"="+g+"; "+L+"<errors; "+L+"++) { var "+N+" = vErrors["+L+"]; if ("+N+".dataPath === undefined) "+N+".dataPath = (dataPath || '') + "+e.errorPath+"; if ("+N+".schemaPath === undefined) { "+N+'.schemaPath = "'+u+'"; } ',e.opts.verbose&&(t+=" "+N+".schema = "+v+"; "+N+".data = "+m+"; "),t+=" } } "):I?(t+=" var err = ",e.createErrors!==!1?(t+=" { keyword: '"+(f||"custom")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { keyword: '"+S.keyword+"' } ",e.opts.messages!==!1&&(t+=` , message: 'should pass "`+S.keyword+`" keyword validation' `),e.opts.verbose&&(t+=" , schema: validate.schema"+l+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),t+=" } "):t+=" {} ",t+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&d&&(e.async?t+=" throw new ValidationError(vErrors); ":t+=" validate.errors = vErrors; return false; ")):E.errors===!1?t+=" "+oe+" ":(t+=" if (Array.isArray("+j+")) { if (vErrors === null) vErrors = "+j+"; else vErrors = vErrors.concat("+j+"); errors = vErrors.length; for (var "+L+"="+g+"; "+L+"<errors; "+L+"++) { var "+N+" = vErrors["+L+"]; if ("+N+".dataPath === undefined) "+N+".dataPath = (dataPath || '') + "+e.errorPath+"; "+N+'.schemaPath = "'+u+'"; ',e.opts.verbose&&(t+=" "+N+".schema = "+v+"; "+N+".data = "+m+"; "),t+=" } } else { "+oe+" } "),t+=" } ",d&&(t+=" else { ")}return t}});var La=H((nv,ef)=>{ef.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var Fi=H((ov,ji)=>{"use strict";var Li=La();ji.exports={$id:"https://github.com/ajv-validator/ajv/blob/master/lib/definition_schema.js",definitions:{simpleTypes:Li.definitions.simpleTypes},type:"object",dependencies:{schema:["validate"],$data:["validate"],statements:["inline"],valid:{not:{required:["macro"]}}},properties:{type:Li.properties.type,schema:{type:"boolean"},statements:{type:"boolean"},dependencies:{type:"array",items:{type:"string"}},metaSchema:{type:"object"},modifying:{type:"boolean"},valid:{type:"boolean"},$data:{type:"boolean"},async:{type:"boolean"},errors:{anyOf:[{type:"boolean"},{const:"full"}]}}}});var qi=H((iv,Mi)=>{"use strict";var tf=/^[a-z_$][a-z0-9_$-]*$/i,rf=ki(),sf=Fi();Mi.exports={add:af,get:nf,remove:of,validate:ja};function af(s,e){var r=this.RULES;if(r.keywords[s])throw new Error("Keyword "+s+" is already defined");if(!tf.test(s))throw new Error("Keyword "+s+" is not a valid identifier");if(e){this.validateKeyword(e,!0);var a=e.type;if(Array.isArray(a))for(var t=0;t<a.length;t++)o(s,a[t],e);else o(s,a,e);var n=e.metaSchema;n&&(e.$data&&this._opts.$data&&(n={anyOf:[n,{$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"}]}),e.validateSchema=this.compile(n,!0))}r.keywords[s]=r.all[s]=!0;function o(i,l,u){for(var d,f=0;f<r.length;f++){var m=r[f];if(m.type==l){d=m;break}}d||(d={type:l,rules:[]},r.push(d));var p={keyword:i,definition:u,custom:!0,code:rf,implements:u.implements};d.rules.push(p),r.custom[i]=p}return this}function nf(s){var e=this.RULES.custom[s];return e?e.definition:this.RULES.keywords[s]||!1}function of(s){var e=this.RULES;delete e.keywords[s],delete e.all[s],delete e.custom[s];for(var r=0;r<e.length;r++)for(var a=e[r].rules,t=0;t<a.length;t++)if(a[t].keyword==s){a.splice(t,1);break}return this}function ja(s,e){ja.errors=null;var r=this._validateKeyword=this._validateKeyword||this.compile(sf,!0);if(r(s))return!0;if(ja.errors=r.errors,e)throw new Error("custom keyword definition is invalid: "+this.errorsText(r.errors));return!1}});var Ui=H((cv,cf)=>{cf.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON Schema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var Ma=H((lv,Qi)=>{"use strict";var Vi=bo(),sr=vs(),lf=So(),Hi=Sa(),uf=Oa(),df=Co(),pf=Pi(),zi=Ni(),Zi=rr();Qi.exports=ye;ye.prototype.validate=hf;ye.prototype.compile=mf;ye.prototype.addSchema=vf;ye.prototype.addMetaSchema=gf;ye.prototype.validateSchema=yf;ye.prototype.getSchema=bf;ye.prototype.removeSchema=Sf;ye.prototype.addFormat=Nf;ye.prototype.errorsText=If;ye.prototype._addSchema=xf;ye.prototype._compile=Rf;ye.prototype.compileAsync=Di();var Ts=qi();ye.prototype.addKeyword=Ts.add;ye.prototype.getKeyword=Ts.get;ye.prototype.removeKeyword=Ts.remove;ye.prototype.validateKeyword=Ts.validate;var Gi=gs();ye.ValidationError=Gi.Validation;ye.MissingRefError=Gi.MissingRef;ye.$dataMetaSchema=zi;var Rs="http://json-schema.org/draft-07/schema",Bi=["removeAdditional","useDefaults","coerceTypes","strictDefaults"],ff=["/properties"];function ye(s){if(!(this instanceof ye))return new ye(s);s=this._opts=Zi.copy(s)||{},Lf(this),this._schemas={},this._refs={},this._fragments={},this._formats=df(s.format),this._cache=s.cache||new lf,this._loadingSchemas={},this._compilations=[],this.RULES=pf(),this._getId=Tf(s),s.loopRequired=s.loopRequired||1/0,s.errorDataPath=="property"&&(s._errorDataPathProperty=!0),s.serialize===void 0&&(s.serialize=uf),this._metaOpts=kf(this),s.formats&&Df(this),s.keywords&&Cf(this),Af(this),typeof s.meta=="object"&&this.addMetaSchema(s.meta),s.nullable&&this.addKeyword("nullable",{metaSchema:{type:"boolean"}}),$f(this)}function hf(s,e){var r;if(typeof s=="string"){if(r=this.getSchema(s),!r)throw new Error('no schema with key or ref "'+s+'"')}else{var a=this._addSchema(s);r=a.validate||this._compile(a)}var t=r(e);return r.$async!==!0&&(this.errors=r.errors),t}function mf(s,e){var r=this._addSchema(s,void 0,e);return r.validate||this._compile(r)}function vf(s,e,r,a){if(Array.isArray(s)){for(var t=0;t<s.length;t++)this.addSchema(s[t],void 0,r,a);return this}var n=this._getId(s);if(n!==void 0&&typeof n!="string")throw new Error("schema id must be string");return e=sr.normalizeId(e||n),Wi(this,e),this._schemas[e]=this._addSchema(s,r,a,!0),this}function gf(s,e,r){return this.addSchema(s,e,r,!0),this}function yf(s,e){var r=s.$schema;if(r!==void 0&&typeof r!="string")throw new Error("$schema must be a string");if(r=r||this._opts.defaultMeta||_f(this),!r)return this.logger.warn("meta-schema not available"),this.errors=null,!0;var a=this.validate(r,s);if(!a&&e){var t="schema is invalid: "+this.errorsText();if(this._opts.validateSchema=="log")this.logger.error(t);else throw new Error(t)}return a}function _f(s){var e=s._opts.meta;return s._opts.defaultMeta=typeof e=="object"?s._getId(e)||e:s.getSchema(Rs)?Rs:void 0,s._opts.defaultMeta}function bf(s){var e=Xi(this,s);switch(typeof e){case"object":return e.validate||this._compile(e);case"string":return this.getSchema(e);case"undefined":return Ef(this,s)}}function Ef(s,e){var r=sr.schema.call(s,{schema:{}},e);if(r){var a=r.schema,t=r.root,n=r.baseId,o=Vi.call(s,a,t,void 0,n);return s._fragments[e]=new Hi({ref:e,fragment:!0,schema:a,root:t,baseId:n,validate:o}),o}}function Xi(s,e){return e=sr.normalizeId(e),s._schemas[e]||s._refs[e]||s._fragments[e]}function Sf(s){if(s instanceof RegExp)return xs(this,this._schemas,s),xs(this,this._refs,s),this;switch(typeof s){case"undefined":return xs(this,this._schemas),xs(this,this._refs),this._cache.clear(),this;case"string":var e=Xi(this,s);return e&&this._cache.del(e.cacheKey),delete this._schemas[s],delete this._refs[s],this;case"object":var r=this._opts.serialize,a=r?r(s):s;this._cache.del(a);var t=this._getId(s);t&&(t=sr.normalizeId(t),delete this._schemas[t],delete this._refs[t])}return this}function xs(s,e,r){for(var a in e){var t=e[a];!t.meta&&(!r||r.test(a))&&(s._cache.del(t.cacheKey),delete e[a])}}function xf(s,e,r,a){if(typeof s!="object"&&typeof s!="boolean")throw new Error("schema should be object or boolean");var t=this._opts.serialize,n=t?t(s):s,o=this._cache.get(n);if(o)return o;a=a||this._opts.addUsedSchema!==!1;var i=sr.normalizeId(this._getId(s));i&&a&&Wi(this,i);var l=this._opts.validateSchema!==!1&&!e,u;l&&!(u=i&&i==sr.normalizeId(s.$schema))&&this.validateSchema(s,!0);var d=sr.ids.call(this,s),f=new Hi({id:i,schema:s,localRefs:d,cacheKey:n,meta:r});return i[0]!="#"&&a&&(this._refs[i]=f),this._cache.put(n,f),l&&u&&this.validateSchema(s,!0),f}function Rf(s,e){if(s.compiling)return s.validate=t,t.schema=s.schema,t.errors=null,t.root=e||t,s.schema.$async===!0&&(t.$async=!0),t;s.compiling=!0;var r;s.meta&&(r=this._opts,this._opts=this._metaOpts);var a;try{a=Vi.call(this,s.schema,e,s.localRefs)}catch(n){throw delete s.validate,n}finally{s.compiling=!1,s.meta&&(this._opts=r)}return s.validate=a,s.refs=a.refs,s.refVal=a.refVal,s.root=a.root,a;function t(){var n=s.validate,o=n.apply(this,arguments);return t.errors=n.errors,o}}function Tf(s){switch(s.schemaId){case"auto":return Of;case"id":return wf;default:return Pf}}function wf(s){return s.$id&&this.logger.warn("schema $id ignored",s.$id),s.id}function Pf(s){return s.id&&this.logger.warn("schema id ignored",s.id),s.$id}function Of(s){if(s.$id&&s.id&&s.$id!=s.id)throw new Error("schema $id is different from id");return s.$id||s.id}function If(s,e){if(s=s||this.errors,!s)return"No errors";e=e||{};for(var r=e.separator===void 0?", ":e.separator,a=e.dataVar===void 0?"data":e.dataVar,t="",n=0;n<s.length;n++){var o=s[n];o&&(t+=a+o.dataPath+" "+o.message+r)}return t.slice(0,-r.length)}function Nf(s,e){return typeof e=="string"&&(e=new RegExp(e)),this._formats[s]=e,this}function Af(s){var e;if(s._opts.$data&&(e=Ui(),s.addMetaSchema(e,e.$id,!0)),s._opts.meta!==!1){var r=La();s._opts.$data&&(r=zi(r,ff)),s.addMetaSchema(r,Rs,!0),s._refs["http://json-schema.org/schema"]=Rs}}function $f(s){var e=s._opts.schemas;if(e)if(Array.isArray(e))s.addSchema(e);else for(var r in e)s.addSchema(e[r],r)}function Df(s){for(var e in s._opts.formats){var r=s._opts.formats[e];s.addFormat(e,r)}}function Cf(s){for(var e in s._opts.keywords){var r=s._opts.keywords[e];s.addKeyword(e,r)}}function Wi(s,e){if(s._schemas[e]||s._refs[e])throw new Error('schema with key or id "'+e+'" already exists')}function kf(s){for(var e=Zi.copy(s._opts),r=0;r<Bi.length;r++)delete e[Bi[r]];return e}function Lf(s){var e=s._opts.logger;if(e===!1)s.logger={log:Fa,warn:Fa,error:Fa};else{if(e===void 0&&(e=console),!(typeof e=="object"&&e.log&&e.warn&&e.error))throw new Error("logger must implement log, warn and error methods");s.logger=e}}function Fa(){}});var sc=H((bv,rc)=>{rc.exports=tc;tc.sync=Mf;var Yi=require("fs");function Ff(s,e){var r=e.pathExt!==void 0?e.pathExt:process.env.PATHEXT;if(!r||(r=r.split(";"),r.indexOf("")!==-1))return!0;for(var a=0;a<r.length;a++){var t=r[a].toLowerCase();if(t&&s.substr(-t.length).toLowerCase()===t)return!0}return!1}function ec(s,e,r){return!s.isSymbolicLink()&&!s.isFile()?!1:Ff(e,r)}function tc(s,e,r){Yi.stat(s,function(a,t){r(a,a?!1:ec(t,s,e))})}function Mf(s,e){return ec(Yi.statSync(s),s,e)}});var cc=H((Ev,ic)=>{ic.exports=nc;nc.sync=qf;var ac=require("fs");function nc(s,e,r){ac.stat(s,function(a,t){r(a,a?!1:oc(t,e))})}function qf(s,e){return oc(ac.statSync(s),e)}function oc(s,e){return s.isFile()&&Uf(s,e)}function Uf(s,e){var r=s.mode,a=s.uid,t=s.gid,n=e.uid!==void 0?e.uid:process.getuid&&process.getuid(),o=e.gid!==void 0?e.gid:process.getgid&&process.getgid(),i=parseInt("100",8),l=parseInt("010",8),u=parseInt("001",8),d=i|l,f=r&u||r&l&&t===o||r&i&&a===n||r&d&&n===0;return f}});var uc=H((xv,lc)=>{var Sv=require("fs"),Ns;process.platform==="win32"||global.TESTING_WINDOWS?Ns=sc():Ns=cc();lc.exports=Ua;Ua.sync=Bf;function Ua(s,e,r){if(typeof e=="function"&&(r=e,e={}),!r){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(a,t){Ua(s,e||{},function(n,o){n?t(n):a(o)})})}Ns(s,e||{},function(a,t){a&&(a.code==="EACCES"||e&&e.ignoreErrors)&&(a=null,t=!1),r(a,t)})}function Bf(s,e){try{return Ns.sync(s,e||{})}catch(r){if(e&&e.ignoreErrors||r.code==="EACCES")return!1;throw r}}});var gc=H((Rv,vc)=>{var Sr=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",dc=require("path"),Vf=Sr?";":":",pc=uc(),fc=s=>Object.assign(new Error(`not found: ${s}`),{code:"ENOENT"}),hc=(s,e)=>{let r=e.colon||Vf,a=s.match(/\//)||Sr&&s.match(/\\/)?[""]:[...Sr?[process.cwd()]:[],...(e.path||process.env.PATH||"").split(r)],t=Sr?e.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",n=Sr?t.split(r):[""];return Sr&&s.indexOf(".")!==-1&&n[0]!==""&&n.unshift(""),{pathEnv:a,pathExt:n,pathExtExe:t}},mc=(s,e,r)=>{typeof e=="function"&&(r=e,e={}),e||(e={});let{pathEnv:a,pathExt:t,pathExtExe:n}=hc(s,e),o=[],i=u=>new Promise((d,f)=>{if(u===a.length)return e.all&&o.length?d(o):f(fc(s));let m=a[u],p=/^".*"$/.test(m)?m.slice(1,-1):m,g=dc.join(p,s),y=!p&&/^\.[\\\/]/.test(s)?s.slice(0,2)+g:g;d(l(y,u,0))}),l=(u,d,f)=>new Promise((m,p)=>{if(f===t.length)return m(i(d+1));let g=t[f];pc(u+g,{pathExt:n},(y,v)=>{if(!y&&v)if(e.all)o.push(u+g);else return m(u+g);return m(l(u,d,f+1))})});return r?i(0).then(u=>r(null,u),r):i(0)},Hf=(s,e)=>{e=e||{};let{pathEnv:r,pathExt:a,pathExtExe:t}=hc(s,e),n=[];for(let o=0;o<r.length;o++){let i=r[o],l=/^".*"$/.test(i)?i.slice(1,-1):i,u=dc.join(l,s),d=!l&&/^\.[\\\/]/.test(s)?s.slice(0,2)+u:u;for(let f=0;f<a.length;f++){let m=d+a[f];try{if(pc.sync(m,{pathExt:t}))if(e.all)n.push(m);else return m}catch{}}}if(e.all&&n.length)return n;if(e.nothrow)return null;throw fc(s)};vc.exports=mc;mc.sync=Hf});var _c=H((Tv,Ba)=>{"use strict";var yc=(s={})=>{let e=s.env||process.env;return(s.platform||process.platform)!=="win32"?"PATH":Object.keys(e).reverse().find(a=>a.toUpperCase()==="PATH")||"Path"};Ba.exports=yc;Ba.exports.default=yc});var xc=H((wv,Sc)=>{"use strict";var bc=require("path"),zf=gc(),Zf=_c();function Ec(s,e){let r=s.options.env||process.env,a=process.cwd(),t=s.options.cwd!=null,n=t&&process.chdir!==void 0&&!process.chdir.disabled;if(n)try{process.chdir(s.options.cwd)}catch{}let o;try{o=zf.sync(s.command,{path:r[Zf({env:r})],pathExt:e?bc.delimiter:void 0})}catch{}finally{n&&process.chdir(a)}return o&&(o=bc.resolve(t?s.options.cwd:"",o)),o}function Gf(s){return Ec(s)||Ec(s,!0)}Sc.exports=Gf});var Rc=H((Pv,Ha)=>{"use strict";var Va=/([()\][%!^"`<>&|;, *?])/g;function Xf(s){return s=s.replace(Va,"^$1"),s}function Wf(s,e){return s=`${s}`,s=s.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),s=s.replace(/(?=(\\+?)?)\1$/,"$1$1"),s=`"${s}"`,s=s.replace(Va,"^$1"),e&&(s=s.replace(Va,"^$1")),s}Ha.exports.command=Xf;Ha.exports.argument=Wf});var wc=H((Ov,Tc)=>{"use strict";Tc.exports=/^#!(.*)/});var Oc=H((Iv,Pc)=>{"use strict";var Qf=wc();Pc.exports=(s="")=>{let e=s.match(Qf);if(!e)return null;let[r,a]=e[0].replace(/#! ?/,"").split(" "),t=r.split("/").pop();return t==="env"?a:a?`${t} ${a}`:t}});var Nc=H((Nv,Ic)=>{"use strict";var za=require("fs"),Kf=Oc();function Jf(s){let r=Buffer.alloc(150),a;try{a=za.openSync(s,"r"),za.readSync(a,r,0,150,0),za.closeSync(a)}catch{}return Kf(r.toString())}Ic.exports=Jf});var Cc=H((Av,Dc)=>{"use strict";var Yf=require("path"),Ac=xc(),$c=Rc(),eh=Nc(),th=process.platform==="win32",rh=/\.(?:com|exe)$/i,sh=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function ah(s){s.file=Ac(s);let e=s.file&&eh(s.file);return e?(s.args.unshift(s.file),s.command=e,Ac(s)):s.file}function nh(s){if(!th)return s;let e=ah(s),r=!rh.test(e);if(s.options.forceShell||r){let a=sh.test(e);s.command=Yf.normalize(s.command),s.command=$c.command(s.command),s.args=s.args.map(n=>$c.argument(n,a));let t=[s.command].concat(s.args).join(" ");s.args=["/d","/s","/c",`"${t}"`],s.command=process.env.comspec||"cmd.exe",s.options.windowsVerbatimArguments=!0}return s}function oh(s,e,r){e&&!Array.isArray(e)&&(r=e,e=null),e=e?e.slice(0):[],r=Object.assign({},r);let a={command:s,args:e,options:r,file:void 0,original:{command:s,args:e}};return r.shell?a:nh(a)}Dc.exports=oh});var jc=H(($v,Lc)=>{"use strict";var Za=process.platform==="win32";function Ga(s,e){return Object.assign(new Error(`${e} ${s.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${e} ${s.command}`,path:s.command,spawnargs:s.args})}function ih(s,e){if(!Za)return;let r=s.emit;s.emit=function(a,t){if(a==="exit"){let n=kc(t,e);if(n)return r.call(s,"error",n)}return r.apply(s,arguments)}}function kc(s,e){return Za&&s===1&&!e.file?Ga(e.original,"spawn"):null}function ch(s,e){return Za&&s===1&&!e.file?Ga(e.original,"spawnSync"):null}Lc.exports={hookChildProcess:ih,verifyENOENT:kc,verifyENOENTSync:ch,notFoundError:Ga}});var qc=H((Dv,xr)=>{"use strict";var Fc=require("child_process"),Xa=Cc(),Wa=jc();function Mc(s,e,r){let a=Xa(s,e,r),t=Fc.spawn(a.command,a.args,a.options);return Wa.hookChildProcess(t,a),t}function lh(s,e,r){let a=Xa(s,e,r),t=Fc.spawnSync(a.command,a.args,a.options);return t.error=t.error||Wa.verifyENOENTSync(t.status,a),t}xr.exports=Mc;xr.exports.spawn=Mc;xr.exports.sync=lh;xr.exports._parse=Xa;xr.exports._enoent=Wa});var c={};au(c,{BRAND:()=>Au,DIRTY:()=>qt,EMPTY_PATH:()=>lu,INVALID:()=>Z,NEVER:()=>md,OK:()=>Ne,ParseStatus:()=>Oe,Schema:()=>Y,ZodAny:()=>wt,ZodArray:()=>bt,ZodBigInt:()=>Bt,ZodBoolean:()=>Vt,ZodBranded:()=>$r,ZodCatch:()=>er,ZodDate:()=>Ht,ZodDefault:()=>Yt,ZodDiscriminatedUnion:()=>Wr,ZodEffects:()=>Ke,ZodEnum:()=>Kt,ZodError:()=>Me,ZodFirstPartyTypeKind:()=>F,ZodFunction:()=>Kr,ZodIntersection:()=>Xt,ZodIssueCode:()=>k,ZodLazy:()=>Wt,ZodLiteral:()=>Qt,ZodMap:()=>gr,ZodNaN:()=>_r,ZodNativeEnum:()=>Jt,ZodNever:()=>tt,ZodNull:()=>Zt,ZodNullable:()=>ut,ZodNumber:()=>Ut,ZodObject:()=>qe,ZodOptional:()=>We,ZodParsedType:()=>U,ZodPipeline:()=>Dr,ZodPromise:()=>Pt,ZodReadonly:()=>tr,ZodRecord:()=>Qr,ZodSchema:()=>Y,ZodSet:()=>yr,ZodString:()=>Tt,ZodSymbol:()=>mr,ZodTransformer:()=>Ke,ZodTuple:()=>lt,ZodType:()=>Y,ZodUndefined:()=>zt,ZodUnion:()=>Gt,ZodUnknown:()=>_t,ZodVoid:()=>vr,addIssueToContext:()=>q,any:()=>qu,array:()=>Hu,bigint:()=>ku,boolean:()=>Dn,coerce:()=>hd,custom:()=>Nn,date:()=>Lu,datetimeRegex:()=>On,defaultErrorMap:()=>gt,discriminatedUnion:()=>Xu,effect:()=>od,enum:()=>sd,function:()=>ed,getErrorMap:()=>pr,getParsedType:()=>ct,instanceof:()=>Du,intersection:()=>Wu,isAborted:()=>Gr,isAsync:()=>fr,isDirty:()=>Xr,isValid:()=>Rt,late:()=>$u,lazy:()=>td,literal:()=>rd,makeIssue:()=>Ar,map:()=>Ju,nan:()=>Cu,nativeEnum:()=>ad,never:()=>Bu,null:()=>Mu,nullable:()=>cd,number:()=>$n,object:()=>zu,objectUtil:()=>zs,oboolean:()=>fd,onumber:()=>pd,optional:()=>id,ostring:()=>dd,pipeline:()=>ud,preprocess:()=>ld,promise:()=>nd,quotelessJson:()=>ou,record:()=>Ku,set:()=>Yu,setErrorMap:()=>cu,strictObject:()=>Zu,string:()=>An,symbol:()=>ju,transformer:()=>od,tuple:()=>Qu,undefined:()=>Fu,union:()=>Gu,unknown:()=>Uu,util:()=>te,void:()=>Vu});var te;(function(s){s.assertEqual=t=>{};function e(t){}s.assertIs=e;function r(t){throw new Error}s.assertNever=r,s.arrayToEnum=t=>{let n={};for(let o of t)n[o]=o;return n},s.getValidEnumValues=t=>{let n=s.objectKeys(t).filter(i=>typeof t[t[i]]!="number"),o={};for(let i of n)o[i]=t[i];return s.objectValues(o)},s.objectValues=t=>s.objectKeys(t).map(function(n){return t[n]}),s.objectKeys=typeof Object.keys=="function"?t=>Object.keys(t):t=>{let n=[];for(let o in t)Object.prototype.hasOwnProperty.call(t,o)&&n.push(o);return n},s.find=(t,n)=>{for(let o of t)if(n(o))return o},s.isInteger=typeof Number.isInteger=="function"?t=>Number.isInteger(t):t=>typeof t=="number"&&Number.isFinite(t)&&Math.floor(t)===t;function a(t,n=" | "){return t.map(o=>typeof o=="string"?`'${o}'`:o).join(n)}s.joinValues=a,s.jsonStringifyReplacer=(t,n)=>typeof n=="bigint"?n.toString():n})(te||(te={}));var zs;(function(s){s.mergeShapes=(e,r)=>({...e,...r})})(zs||(zs={}));var U=te.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),ct=s=>{switch(typeof s){case"undefined":return U.undefined;case"string":return U.string;case"number":return Number.isNaN(s)?U.nan:U.number;case"boolean":return U.boolean;case"function":return U.function;case"bigint":return U.bigint;case"symbol":return U.symbol;case"object":return Array.isArray(s)?U.array:s===null?U.null:s.then&&typeof s.then=="function"&&s.catch&&typeof s.catch=="function"?U.promise:typeof Map<"u"&&s instanceof Map?U.map:typeof Set<"u"&&s instanceof Set?U.set:typeof Date<"u"&&s instanceof Date?U.date:U.object;default:return U.unknown}};var k=te.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"]),ou=s=>JSON.stringify(s,null,2).replace(/"([^"]+)":/g,"$1:"),Me=class s extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=a=>{this.issues=[...this.issues,a]},this.addIssues=(a=[])=>{this.issues=[...this.issues,...a]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(n){return n.message},a={_errors:[]},t=n=>{for(let o of n.issues)if(o.code==="invalid_union")o.unionErrors.map(t);else if(o.code==="invalid_return_type")t(o.returnTypeError);else if(o.code==="invalid_arguments")t(o.argumentsError);else if(o.path.length===0)a._errors.push(r(o));else{let i=a,l=0;for(;l<o.path.length;){let u=o.path[l];l===o.path.length-1?(i[u]=i[u]||{_errors:[]},i[u]._errors.push(r(o))):i[u]=i[u]||{_errors:[]},i=i[u],l++}}};return t(this),a}static assert(e){if(!(e instanceof s))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,te.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},a=[];for(let t of this.issues)if(t.path.length>0){let n=t.path[0];r[n]=r[n]||[],r[n].push(e(t))}else a.push(e(t));return{formErrors:a,fieldErrors:r}}get formErrors(){return this.flatten()}};Me.create=s=>new Me(s);var iu=(s,e)=>{let r;switch(s.code){case k.invalid_type:s.received===U.undefined?r="Required":r=`Expected ${s.expected}, received ${s.received}`;break;case k.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(s.expected,te.jsonStringifyReplacer)}`;break;case k.unrecognized_keys:r=`Unrecognized key(s) in object: ${te.joinValues(s.keys,", ")}`;break;case k.invalid_union:r="Invalid input";break;case k.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${te.joinValues(s.options)}`;break;case k.invalid_enum_value:r=`Invalid enum value. Expected ${te.joinValues(s.options)}, received '${s.received}'`;break;case k.invalid_arguments:r="Invalid function arguments";break;case k.invalid_return_type:r="Invalid function return type";break;case k.invalid_date:r="Invalid date";break;case k.invalid_string:typeof s.validation=="object"?"includes"in s.validation?(r=`Invalid input: must include "${s.validation.includes}"`,typeof s.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${s.validation.position}`)):"startsWith"in s.validation?r=`Invalid input: must start with "${s.validation.startsWith}"`:"endsWith"in s.validation?r=`Invalid input: must end with "${s.validation.endsWith}"`:te.assertNever(s.validation):s.validation!=="regex"?r=`Invalid ${s.validation}`:r="Invalid";break;case k.too_small:s.type==="array"?r=`Array must contain ${s.exact?"exactly":s.inclusive?"at least":"more than"} ${s.minimum} element(s)`:s.type==="string"?r=`String must contain ${s.exact?"exactly":s.inclusive?"at least":"over"} ${s.minimum} character(s)`:s.type==="number"?r=`Number must be ${s.exact?"exactly equal to ":s.inclusive?"greater than or equal to ":"greater than "}${s.minimum}`:s.type==="bigint"?r=`Number must be ${s.exact?"exactly equal to ":s.inclusive?"greater than or equal to ":"greater than "}${s.minimum}`:s.type==="date"?r=`Date must be ${s.exact?"exactly equal to ":s.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(s.minimum))}`:r="Invalid input";break;case k.too_big:s.type==="array"?r=`Array must contain ${s.exact?"exactly":s.inclusive?"at most":"less than"} ${s.maximum} element(s)`:s.type==="string"?r=`String must contain ${s.exact?"exactly":s.inclusive?"at most":"under"} ${s.maximum} character(s)`:s.type==="number"?r=`Number must be ${s.exact?"exactly":s.inclusive?"less than or equal to":"less than"} ${s.maximum}`:s.type==="bigint"?r=`BigInt must be ${s.exact?"exactly":s.inclusive?"less than or equal to":"less than"} ${s.maximum}`:s.type==="date"?r=`Date must be ${s.exact?"exactly":s.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(s.maximum))}`:r="Invalid input";break;case k.custom:r="Invalid input";break;case k.invalid_intersection_types:r="Intersection results could not be merged";break;case k.not_multiple_of:r=`Number must be a multiple of ${s.multipleOf}`;break;case k.not_finite:r="Number must be finite";break;default:r=e.defaultError,te.assertNever(s)}return{message:r}},gt=iu;var xn=gt;function cu(s){xn=s}function pr(){return xn}var Ar=s=>{let{data:e,path:r,errorMaps:a,issueData:t}=s,n=[...r,...t.path||[]],o={...t,path:n};if(t.message!==void 0)return{...t,path:n,message:t.message};let i="",l=a.filter(u=>!!u).slice().reverse();for(let u of l)i=u(o,{data:e,defaultError:i}).message;return{...t,path:n,message:i}},lu=[];function q(s,e){let r=pr(),a=Ar({issueData:e,data:s.data,path:s.path,errorMaps:[s.common.contextualErrorMap,s.schemaErrorMap,r,r===gt?void 0:gt].filter(t=>!!t)});s.common.issues.push(a)}var Oe=class s{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let a=[];for(let t of r){if(t.status==="aborted")return Z;t.status==="dirty"&&e.dirty(),a.push(t.value)}return{status:e.value,value:a}}static async mergeObjectAsync(e,r){let a=[];for(let t of r){let n=await t.key,o=await t.value;a.push({key:n,value:o})}return s.mergeObjectSync(e,a)}static mergeObjectSync(e,r){let a={};for(let t of r){let{key:n,value:o}=t;if(n.status==="aborted"||o.status==="aborted")return Z;n.status==="dirty"&&e.dirty(),o.status==="dirty"&&e.dirty(),n.value!=="__proto__"&&(typeof o.value<"u"||t.alwaysSet)&&(a[n.value]=o.value)}return{status:e.value,value:a}}},Z=Object.freeze({status:"aborted"}),qt=s=>({status:"dirty",value:s}),Ne=s=>({status:"valid",value:s}),Gr=s=>s.status==="aborted",Xr=s=>s.status==="dirty",Rt=s=>s.status==="valid",fr=s=>typeof Promise<"u"&&s instanceof Promise;var V;(function(s){s.errToObj=e=>typeof e=="string"?{message:e}:e||{},s.toString=e=>typeof e=="string"?e:e?.message})(V||(V={}));var Qe=class{constructor(e,r,a,t){this._cachedPath=[],this.parent=e,this.data=r,this._path=a,this._key=t}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},Rn=(s,e)=>{if(Rt(e))return{success:!0,data:e.value};if(!s.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new Me(s.common.issues);return this._error=r,this._error}}};function K(s){if(!s)return{};let{errorMap:e,invalid_type_error:r,required_error:a,description:t}=s;if(e&&(r||a))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:t}:{errorMap:(o,i)=>{let{message:l}=s;return o.code==="invalid_enum_value"?{message:l??i.defaultError}:typeof i.data>"u"?{message:l??a??i.defaultError}:o.code!=="invalid_type"?{message:i.defaultError}:{message:l??r??i.defaultError}},description:t}}var Y=class{get description(){return this._def.description}_getType(e){return ct(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:ct(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Oe,ctx:{common:e.parent.common,data:e.data,parsedType:ct(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(fr(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){let r=this._parse(e);return Promise.resolve(r)}parse(e,r){let a=this.safeParse(e,r);if(a.success)return a.data;throw a.error}safeParse(e,r){let a={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:ct(e)},t=this._parseSync({data:e,path:a.path,parent:a});return Rn(a,t)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:ct(e)};if(!this["~standard"].async)try{let a=this._parseSync({data:e,path:[],parent:r});return Rt(a)?{value:a.value}:{issues:r.common.issues}}catch(a){a?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),r.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:r}).then(a=>Rt(a)?{value:a.value}:{issues:r.common.issues})}async parseAsync(e,r){let a=await this.safeParseAsync(e,r);if(a.success)return a.data;throw a.error}async safeParseAsync(e,r){let a={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:ct(e)},t=this._parse({data:e,path:a.path,parent:a}),n=await(fr(t)?t:Promise.resolve(t));return Rn(a,n)}refine(e,r){let a=t=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(t):r;return this._refinement((t,n)=>{let o=e(t),i=()=>n.addIssue({code:k.custom,...a(t)});return typeof Promise<"u"&&o instanceof Promise?o.then(l=>l?!0:(i(),!1)):o?!0:(i(),!1)})}refinement(e,r){return this._refinement((a,t)=>e(a)?!0:(t.addIssue(typeof r=="function"?r(a,t):r),!1))}_refinement(e){return new Ke({schema:this,typeName:F.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return We.create(this,this._def)}nullable(){return ut.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return bt.create(this)}promise(){return Pt.create(this,this._def)}or(e){return Gt.create([this,e],this._def)}and(e){return Xt.create(this,e,this._def)}transform(e){return new Ke({...K(this._def),schema:this,typeName:F.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new Yt({...K(this._def),innerType:this,defaultValue:r,typeName:F.ZodDefault})}brand(){return new $r({typeName:F.ZodBranded,type:this,...K(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new er({...K(this._def),innerType:this,catchValue:r,typeName:F.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return Dr.create(this,e)}readonly(){return tr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},uu=/^c[^\s-]{8,}$/i,du=/^[0-9a-z]+$/,pu=/^[0-9A-HJKMNP-TV-Z]{26}$/i,fu=/^[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,hu=/^[a-z0-9_-]{21}$/i,mu=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,vu=/^[-+]?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)?)??$/,gu=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,yu="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Zs,_u=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,bu=/^(?:(?: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])$/,Eu=/^(([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]))$/,Su=/^(([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])$/,xu=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Ru=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,wn="((\\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])))",Tu=new RegExp(`^${wn}$`);function Pn(s){let e="[0-5]\\d";s.precision?e=`${e}\\.\\d{${s.precision}}`:s.precision==null&&(e=`${e}(\\.\\d+)?`);let r=s.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function wu(s){return new RegExp(`^${Pn(s)}$`)}function On(s){let e=`${wn}T${Pn(s)}`,r=[];return r.push(s.local?"Z?":"Z"),s.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function Pu(s,e){return!!((e==="v4"||!e)&&_u.test(s)||(e==="v6"||!e)&&Eu.test(s))}function Ou(s,e){if(!mu.test(s))return!1;try{let[r]=s.split(".");if(!r)return!1;let a=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),t=JSON.parse(atob(a));return!(typeof t!="object"||t===null||"typ"in t&&t?.typ!=="JWT"||!t.alg||e&&t.alg!==e)}catch{return!1}}function Iu(s,e){return!!((e==="v4"||!e)&&bu.test(s)||(e==="v6"||!e)&&Su.test(s))}var Tt=class s extends Y{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==U.string){let n=this._getOrReturnCtx(e);return q(n,{code:k.invalid_type,expected:U.string,received:n.parsedType}),Z}let a=new Oe,t;for(let n of this._def.checks)if(n.kind==="min")e.data.length<n.value&&(t=this._getOrReturnCtx(e,t),q(t,{code:k.too_small,minimum:n.value,type:"string",inclusive:!0,exact:!1,message:n.message}),a.dirty());else if(n.kind==="max")e.data.length>n.value&&(t=this._getOrReturnCtx(e,t),q(t,{code:k.too_big,maximum:n.value,type:"string",inclusive:!0,exact:!1,message:n.message}),a.dirty());else if(n.kind==="length"){let o=e.data.length>n.value,i=e.data.length<n.value;(o||i)&&(t=this._getOrReturnCtx(e,t),o?q(t,{code:k.too_big,maximum:n.value,type:"string",inclusive:!0,exact:!0,message:n.message}):i&&q(t,{code:k.too_small,minimum:n.value,type:"string",inclusive:!0,exact:!0,message:n.message}),a.dirty())}else if(n.kind==="email")gu.test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"email",code:k.invalid_string,message:n.message}),a.dirty());else if(n.kind==="emoji")Zs||(Zs=new RegExp(yu,"u")),Zs.test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"emoji",code:k.invalid_string,message:n.message}),a.dirty());else if(n.kind==="uuid")fu.test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"uuid",code:k.invalid_string,message:n.message}),a.dirty());else if(n.kind==="nanoid")hu.test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"nanoid",code:k.invalid_string,message:n.message}),a.dirty());else if(n.kind==="cuid")uu.test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"cuid",code:k.invalid_string,message:n.message}),a.dirty());else if(n.kind==="cuid2")du.test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"cuid2",code:k.invalid_string,message:n.message}),a.dirty());else if(n.kind==="ulid")pu.test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"ulid",code:k.invalid_string,message:n.message}),a.dirty());else if(n.kind==="url")try{new URL(e.data)}catch{t=this._getOrReturnCtx(e,t),q(t,{validation:"url",code:k.invalid_string,message:n.message}),a.dirty()}else n.kind==="regex"?(n.regex.lastIndex=0,n.regex.test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"regex",code:k.invalid_string,message:n.message}),a.dirty())):n.kind==="trim"?e.data=e.data.trim():n.kind==="includes"?e.data.includes(n.value,n.position)||(t=this._getOrReturnCtx(e,t),q(t,{code:k.invalid_string,validation:{includes:n.value,position:n.position},message:n.message}),a.dirty()):n.kind==="toLowerCase"?e.data=e.data.toLowerCase():n.kind==="toUpperCase"?e.data=e.data.toUpperCase():n.kind==="startsWith"?e.data.startsWith(n.value)||(t=this._getOrReturnCtx(e,t),q(t,{code:k.invalid_string,validation:{startsWith:n.value},message:n.message}),a.dirty()):n.kind==="endsWith"?e.data.endsWith(n.value)||(t=this._getOrReturnCtx(e,t),q(t,{code:k.invalid_string,validation:{endsWith:n.value},message:n.message}),a.dirty()):n.kind==="datetime"?On(n).test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{code:k.invalid_string,validation:"datetime",message:n.message}),a.dirty()):n.kind==="date"?Tu.test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{code:k.invalid_string,validation:"date",message:n.message}),a.dirty()):n.kind==="time"?wu(n).test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{code:k.invalid_string,validation:"time",message:n.message}),a.dirty()):n.kind==="duration"?vu.test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"duration",code:k.invalid_string,message:n.message}),a.dirty()):n.kind==="ip"?Pu(e.data,n.version)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"ip",code:k.invalid_string,message:n.message}),a.dirty()):n.kind==="jwt"?Ou(e.data,n.alg)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"jwt",code:k.invalid_string,message:n.message}),a.dirty()):n.kind==="cidr"?Iu(e.data,n.version)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"cidr",code:k.invalid_string,message:n.message}),a.dirty()):n.kind==="base64"?xu.test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"base64",code:k.invalid_string,message:n.message}),a.dirty()):n.kind==="base64url"?Ru.test(e.data)||(t=this._getOrReturnCtx(e,t),q(t,{validation:"base64url",code:k.invalid_string,message:n.message}),a.dirty()):te.assertNever(n);return{status:a.value,value:e.data}}_regex(e,r,a){return this.refinement(t=>e.test(t),{validation:r,code:k.invalid_string,...V.errToObj(a)})}_addCheck(e){return new s({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...V.errToObj(e)})}url(e){return this._addCheck({kind:"url",...V.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...V.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...V.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...V.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...V.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...V.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...V.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...V.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...V.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...V.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...V.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...V.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...V.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...V.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...V.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...V.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...V.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...V.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...V.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...V.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...V.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...V.errToObj(r)})}nonempty(e){return this.min(1,V.errToObj(e))}trim(){return new s({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new s({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new s({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};Tt.create=s=>new Tt({checks:[],typeName:F.ZodString,coerce:s?.coerce??!1,...K(s)});function Nu(s,e){let r=(s.toString().split(".")[1]||"").length,a=(e.toString().split(".")[1]||"").length,t=r>a?r:a,n=Number.parseInt(s.toFixed(t).replace(".","")),o=Number.parseInt(e.toFixed(t).replace(".",""));return n%o/10**t}var Ut=class s extends Y{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==U.number){let n=this._getOrReturnCtx(e);return q(n,{code:k.invalid_type,expected:U.number,received:n.parsedType}),Z}let a,t=new Oe;for(let n of this._def.checks)n.kind==="int"?te.isInteger(e.data)||(a=this._getOrReturnCtx(e,a),q(a,{code:k.invalid_type,expected:"integer",received:"float",message:n.message}),t.dirty()):n.kind==="min"?(n.inclusive?e.data<n.value:e.data<=n.value)&&(a=this._getOrReturnCtx(e,a),q(a,{code:k.too_small,minimum:n.value,type:"number",inclusive:n.inclusive,exact:!1,message:n.message}),t.dirty()):n.kind==="max"?(n.inclusive?e.data>n.value:e.data>=n.value)&&(a=this._getOrReturnCtx(e,a),q(a,{code:k.too_big,maximum:n.value,type:"number",inclusive:n.inclusive,exact:!1,message:n.message}),t.dirty()):n.kind==="multipleOf"?Nu(e.data,n.value)!==0&&(a=this._getOrReturnCtx(e,a),q(a,{code:k.not_multiple_of,multipleOf:n.value,message:n.message}),t.dirty()):n.kind==="finite"?Number.isFinite(e.data)||(a=this._getOrReturnCtx(e,a),q(a,{code:k.not_finite,message:n.message}),t.dirty()):te.assertNever(n);return{status:t.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,V.toString(r))}gt(e,r){return this.setLimit("min",e,!1,V.toString(r))}lte(e,r){return this.setLimit("max",e,!0,V.toString(r))}lt(e,r){return this.setLimit("max",e,!1,V.toString(r))}setLimit(e,r,a,t){return new s({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:a,message:V.toString(t)}]})}_addCheck(e){return new s({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:V.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:V.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:V.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:V.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:V.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:V.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:V.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:V.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:V.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&te.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let a of this._def.checks){if(a.kind==="finite"||a.kind==="int"||a.kind==="multipleOf")return!0;a.kind==="min"?(r===null||a.value>r)&&(r=a.value):a.kind==="max"&&(e===null||a.value<e)&&(e=a.value)}return Number.isFinite(r)&&Number.isFinite(e)}};Ut.create=s=>new Ut({checks:[],typeName:F.ZodNumber,coerce:s?.coerce||!1,...K(s)});var Bt=class s extends Y{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==U.bigint)return this._getInvalidInput(e);let a,t=new Oe;for(let n of this._def.checks)n.kind==="min"?(n.inclusive?e.data<n.value:e.data<=n.value)&&(a=this._getOrReturnCtx(e,a),q(a,{code:k.too_small,type:"bigint",minimum:n.value,inclusive:n.inclusive,message:n.message}),t.dirty()):n.kind==="max"?(n.inclusive?e.data>n.value:e.data>=n.value)&&(a=this._getOrReturnCtx(e,a),q(a,{code:k.too_big,type:"bigint",maximum:n.value,inclusive:n.inclusive,message:n.message}),t.dirty()):n.kind==="multipleOf"?e.data%n.value!==BigInt(0)&&(a=this._getOrReturnCtx(e,a),q(a,{code:k.not_multiple_of,multipleOf:n.value,message:n.message}),t.dirty()):te.assertNever(n);return{status:t.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return q(r,{code:k.invalid_type,expected:U.bigint,received:r.parsedType}),Z}gte(e,r){return this.setLimit("min",e,!0,V.toString(r))}gt(e,r){return this.setLimit("min",e,!1,V.toString(r))}lte(e,r){return this.setLimit("max",e,!0,V.toString(r))}lt(e,r){return this.setLimit("max",e,!1,V.toString(r))}setLimit(e,r,a,t){return new s({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:a,message:V.toString(t)}]})}_addCheck(e){return new s({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:V.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:V.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:V.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:V.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:V.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};Bt.create=s=>new Bt({checks:[],typeName:F.ZodBigInt,coerce:s?.coerce??!1,...K(s)});var Vt=class extends Y{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==U.boolean){let a=this._getOrReturnCtx(e);return q(a,{code:k.invalid_type,expected:U.boolean,received:a.parsedType}),Z}return Ne(e.data)}};Vt.create=s=>new Vt({typeName:F.ZodBoolean,coerce:s?.coerce||!1,...K(s)});var Ht=class s extends Y{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==U.date){let n=this._getOrReturnCtx(e);return q(n,{code:k.invalid_type,expected:U.date,received:n.parsedType}),Z}if(Number.isNaN(e.data.getTime())){let n=this._getOrReturnCtx(e);return q(n,{code:k.invalid_date}),Z}let a=new Oe,t;for(let n of this._def.checks)n.kind==="min"?e.data.getTime()<n.value&&(t=this._getOrReturnCtx(e,t),q(t,{code:k.too_small,message:n.message,inclusive:!0,exact:!1,minimum:n.value,type:"date"}),a.dirty()):n.kind==="max"?e.data.getTime()>n.value&&(t=this._getOrReturnCtx(e,t),q(t,{code:k.too_big,message:n.message,inclusive:!0,exact:!1,maximum:n.value,type:"date"}),a.dirty()):te.assertNever(n);return{status:a.value,value:new Date(e.data.getTime())}}_addCheck(e){return new s({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:V.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:V.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};Ht.create=s=>new Ht({checks:[],coerce:s?.coerce||!1,typeName:F.ZodDate,...K(s)});var mr=class extends Y{_parse(e){if(this._getType(e)!==U.symbol){let a=this._getOrReturnCtx(e);return q(a,{code:k.invalid_type,expected:U.symbol,received:a.parsedType}),Z}return Ne(e.data)}};mr.create=s=>new mr({typeName:F.ZodSymbol,...K(s)});var zt=class extends Y{_parse(e){if(this._getType(e)!==U.undefined){let a=this._getOrReturnCtx(e);return q(a,{code:k.invalid_type,expected:U.undefined,received:a.parsedType}),Z}return Ne(e.data)}};zt.create=s=>new zt({typeName:F.ZodUndefined,...K(s)});var Zt=class extends Y{_parse(e){if(this._getType(e)!==U.null){let a=this._getOrReturnCtx(e);return q(a,{code:k.invalid_type,expected:U.null,received:a.parsedType}),Z}return Ne(e.data)}};Zt.create=s=>new Zt({typeName:F.ZodNull,...K(s)});var wt=class extends Y{constructor(){super(...arguments),this._any=!0}_parse(e){return Ne(e.data)}};wt.create=s=>new wt({typeName:F.ZodAny,...K(s)});var _t=class extends Y{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Ne(e.data)}};_t.create=s=>new _t({typeName:F.ZodUnknown,...K(s)});var tt=class extends Y{_parse(e){let r=this._getOrReturnCtx(e);return q(r,{code:k.invalid_type,expected:U.never,received:r.parsedType}),Z}};tt.create=s=>new tt({typeName:F.ZodNever,...K(s)});var vr=class extends Y{_parse(e){if(this._getType(e)!==U.undefined){let a=this._getOrReturnCtx(e);return q(a,{code:k.invalid_type,expected:U.void,received:a.parsedType}),Z}return Ne(e.data)}};vr.create=s=>new vr({typeName:F.ZodVoid,...K(s)});var bt=class s extends Y{_parse(e){let{ctx:r,status:a}=this._processInputParams(e),t=this._def;if(r.parsedType!==U.array)return q(r,{code:k.invalid_type,expected:U.array,received:r.parsedType}),Z;if(t.exactLength!==null){let o=r.data.length>t.exactLength.value,i=r.data.length<t.exactLength.value;(o||i)&&(q(r,{code:o?k.too_big:k.too_small,minimum:i?t.exactLength.value:void 0,maximum:o?t.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:t.exactLength.message}),a.dirty())}if(t.minLength!==null&&r.data.length<t.minLength.value&&(q(r,{code:k.too_small,minimum:t.minLength.value,type:"array",inclusive:!0,exact:!1,message:t.minLength.message}),a.dirty()),t.maxLength!==null&&r.data.length>t.maxLength.value&&(q(r,{code:k.too_big,maximum:t.maxLength.value,type:"array",inclusive:!0,exact:!1,message:t.maxLength.message}),a.dirty()),r.common.async)return Promise.all([...r.data].map((o,i)=>t.type._parseAsync(new Qe(r,o,r.path,i)))).then(o=>Oe.mergeArray(a,o));let n=[...r.data].map((o,i)=>t.type._parseSync(new Qe(r,o,r.path,i)));return Oe.mergeArray(a,n)}get element(){return this._def.type}min(e,r){return new s({...this._def,minLength:{value:e,message:V.toString(r)}})}max(e,r){return new s({...this._def,maxLength:{value:e,message:V.toString(r)}})}length(e,r){return new s({...this._def,exactLength:{value:e,message:V.toString(r)}})}nonempty(e){return this.min(1,e)}};bt.create=(s,e)=>new bt({type:s,minLength:null,maxLength:null,exactLength:null,typeName:F.ZodArray,...K(e)});function hr(s){if(s instanceof qe){let e={};for(let r in s.shape){let a=s.shape[r];e[r]=We.create(hr(a))}return new qe({...s._def,shape:()=>e})}else return s instanceof bt?new bt({...s._def,type:hr(s.element)}):s instanceof We?We.create(hr(s.unwrap())):s instanceof ut?ut.create(hr(s.unwrap())):s instanceof lt?lt.create(s.items.map(e=>hr(e))):s}var qe=class s extends Y{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),r=te.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==U.object){let u=this._getOrReturnCtx(e);return q(u,{code:k.invalid_type,expected:U.object,received:u.parsedType}),Z}let{status:a,ctx:t}=this._processInputParams(e),{shape:n,keys:o}=this._getCached(),i=[];if(!(this._def.catchall instanceof tt&&this._def.unknownKeys==="strip"))for(let u in t.data)o.includes(u)||i.push(u);let l=[];for(let u of o){let d=n[u],f=t.data[u];l.push({key:{status:"valid",value:u},value:d._parse(new Qe(t,f,t.path,u)),alwaysSet:u in t.data})}if(this._def.catchall instanceof tt){let u=this._def.unknownKeys;if(u==="passthrough")for(let d of i)l.push({key:{status:"valid",value:d},value:{status:"valid",value:t.data[d]}});else if(u==="strict")i.length>0&&(q(t,{code:k.unrecognized_keys,keys:i}),a.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let d of i){let f=t.data[d];l.push({key:{status:"valid",value:d},value:u._parse(new Qe(t,f,t.path,d)),alwaysSet:d in t.data})}}return t.common.async?Promise.resolve().then(async()=>{let u=[];for(let d of l){let f=await d.key,m=await d.value;u.push({key:f,value:m,alwaysSet:d.alwaysSet})}return u}).then(u=>Oe.mergeObjectSync(a,u)):Oe.mergeObjectSync(a,l)}get shape(){return this._def.shape()}strict(e){return V.errToObj,new s({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,a)=>{let t=this._def.errorMap?.(r,a).message??a.defaultError;return r.code==="unrecognized_keys"?{message:V.errToObj(e).message??t}:{message:t}}}:{}})}strip(){return new s({...this._def,unknownKeys:"strip"})}passthrough(){return new s({...this._def,unknownKeys:"passthrough"})}extend(e){return new s({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new s({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:F.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new s({...this._def,catchall:e})}pick(e){let r={};for(let a of te.objectKeys(e))e[a]&&this.shape[a]&&(r[a]=this.shape[a]);return new s({...this._def,shape:()=>r})}omit(e){let r={};for(let a of te.objectKeys(this.shape))e[a]||(r[a]=this.shape[a]);return new s({...this._def,shape:()=>r})}deepPartial(){return hr(this)}partial(e){let r={};for(let a of te.objectKeys(this.shape)){let t=this.shape[a];e&&!e[a]?r[a]=t:r[a]=t.optional()}return new s({...this._def,shape:()=>r})}required(e){let r={};for(let a of te.objectKeys(this.shape))if(e&&!e[a])r[a]=this.shape[a];else{let n=this.shape[a];for(;n instanceof We;)n=n._def.innerType;r[a]=n}return new s({...this._def,shape:()=>r})}keyof(){return In(te.objectKeys(this.shape))}};qe.create=(s,e)=>new qe({shape:()=>s,unknownKeys:"strip",catchall:tt.create(),typeName:F.ZodObject,...K(e)});qe.strictCreate=(s,e)=>new qe({shape:()=>s,unknownKeys:"strict",catchall:tt.create(),typeName:F.ZodObject,...K(e)});qe.lazycreate=(s,e)=>new qe({shape:s,unknownKeys:"strip",catchall:tt.create(),typeName:F.ZodObject,...K(e)});var Gt=class extends Y{_parse(e){let{ctx:r}=this._processInputParams(e),a=this._def.options;function t(n){for(let i of n)if(i.result.status==="valid")return i.result;for(let i of n)if(i.result.status==="dirty")return r.common.issues.push(...i.ctx.common.issues),i.result;let o=n.map(i=>new Me(i.ctx.common.issues));return q(r,{code:k.invalid_union,unionErrors:o}),Z}if(r.common.async)return Promise.all(a.map(async n=>{let o={...r,common:{...r.common,issues:[]},parent:null};return{result:await n._parseAsync({data:r.data,path:r.path,parent:o}),ctx:o}})).then(t);{let n,o=[];for(let l of a){let u={...r,common:{...r.common,issues:[]},parent:null},d=l._parseSync({data:r.data,path:r.path,parent:u});if(d.status==="valid")return d;d.status==="dirty"&&!n&&(n={result:d,ctx:u}),u.common.issues.length&&o.push(u.common.issues)}if(n)return r.common.issues.push(...n.ctx.common.issues),n.result;let i=o.map(l=>new Me(l));return q(r,{code:k.invalid_union,unionErrors:i}),Z}}get options(){return this._def.options}};Gt.create=(s,e)=>new Gt({options:s,typeName:F.ZodUnion,...K(e)});var yt=s=>s instanceof Wt?yt(s.schema):s instanceof Ke?yt(s.innerType()):s instanceof Qt?[s.value]:s instanceof Kt?s.options:s instanceof Jt?te.objectValues(s.enum):s instanceof Yt?yt(s._def.innerType):s instanceof zt?[void 0]:s instanceof Zt?[null]:s instanceof We?[void 0,...yt(s.unwrap())]:s instanceof ut?[null,...yt(s.unwrap())]:s instanceof $r||s instanceof tr?yt(s.unwrap()):s instanceof er?yt(s._def.innerType):[],Wr=class s extends Y{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==U.object)return q(r,{code:k.invalid_type,expected:U.object,received:r.parsedType}),Z;let a=this.discriminator,t=r.data[a],n=this.optionsMap.get(t);return n?r.common.async?n._parseAsync({data:r.data,path:r.path,parent:r}):n._parseSync({data:r.data,path:r.path,parent:r}):(q(r,{code:k.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[a]}),Z)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,a){let t=new Map;for(let n of r){let o=yt(n.shape[e]);if(!o.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let i of o){if(t.has(i))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(i)}`);t.set(i,n)}}return new s({typeName:F.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:t,...K(a)})}};function Gs(s,e){let r=ct(s),a=ct(e);if(s===e)return{valid:!0,data:s};if(r===U.object&&a===U.object){let t=te.objectKeys(e),n=te.objectKeys(s).filter(i=>t.indexOf(i)!==-1),o={...s,...e};for(let i of n){let l=Gs(s[i],e[i]);if(!l.valid)return{valid:!1};o[i]=l.data}return{valid:!0,data:o}}else if(r===U.array&&a===U.array){if(s.length!==e.length)return{valid:!1};let t=[];for(let n=0;n<s.length;n++){let o=s[n],i=e[n],l=Gs(o,i);if(!l.valid)return{valid:!1};t.push(l.data)}return{valid:!0,data:t}}else return r===U.date&&a===U.date&&+s==+e?{valid:!0,data:s}:{valid:!1}}var Xt=class extends Y{_parse(e){let{status:r,ctx:a}=this._processInputParams(e),t=(n,o)=>{if(Gr(n)||Gr(o))return Z;let i=Gs(n.value,o.value);return i.valid?((Xr(n)||Xr(o))&&r.dirty(),{status:r.value,value:i.data}):(q(a,{code:k.invalid_intersection_types}),Z)};return a.common.async?Promise.all([this._def.left._parseAsync({data:a.data,path:a.path,parent:a}),this._def.right._parseAsync({data:a.data,path:a.path,parent:a})]).then(([n,o])=>t(n,o)):t(this._def.left._parseSync({data:a.data,path:a.path,parent:a}),this._def.right._parseSync({data:a.data,path:a.path,parent:a}))}};Xt.create=(s,e,r)=>new Xt({left:s,right:e,typeName:F.ZodIntersection,...K(r)});var lt=class s extends Y{_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.parsedType!==U.array)return q(a,{code:k.invalid_type,expected:U.array,received:a.parsedType}),Z;if(a.data.length<this._def.items.length)return q(a,{code:k.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),Z;!this._def.rest&&a.data.length>this._def.items.length&&(q(a,{code:k.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let n=[...a.data].map((o,i)=>{let l=this._def.items[i]||this._def.rest;return l?l._parse(new Qe(a,o,a.path,i)):null}).filter(o=>!!o);return a.common.async?Promise.all(n).then(o=>Oe.mergeArray(r,o)):Oe.mergeArray(r,n)}get items(){return this._def.items}rest(e){return new s({...this._def,rest:e})}};lt.create=(s,e)=>{if(!Array.isArray(s))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new lt({items:s,typeName:F.ZodTuple,rest:null,...K(e)})};var Qr=class s extends Y{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.parsedType!==U.object)return q(a,{code:k.invalid_type,expected:U.object,received:a.parsedType}),Z;let t=[],n=this._def.keyType,o=this._def.valueType;for(let i in a.data)t.push({key:n._parse(new Qe(a,i,a.path,i)),value:o._parse(new Qe(a,a.data[i],a.path,i)),alwaysSet:i in a.data});return a.common.async?Oe.mergeObjectAsync(r,t):Oe.mergeObjectSync(r,t)}get element(){return this._def.valueType}static create(e,r,a){return r instanceof Y?new s({keyType:e,valueType:r,typeName:F.ZodRecord,...K(a)}):new s({keyType:Tt.create(),valueType:e,typeName:F.ZodRecord,...K(r)})}},gr=class extends Y{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.parsedType!==U.map)return q(a,{code:k.invalid_type,expected:U.map,received:a.parsedType}),Z;let t=this._def.keyType,n=this._def.valueType,o=[...a.data.entries()].map(([i,l],u)=>({key:t._parse(new Qe(a,i,a.path,[u,"key"])),value:n._parse(new Qe(a,l,a.path,[u,"value"]))}));if(a.common.async){let i=new Map;return Promise.resolve().then(async()=>{for(let l of o){let u=await l.key,d=await l.value;if(u.status==="aborted"||d.status==="aborted")return Z;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),i.set(u.value,d.value)}return{status:r.value,value:i}})}else{let i=new Map;for(let l of o){let u=l.key,d=l.value;if(u.status==="aborted"||d.status==="aborted")return Z;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),i.set(u.value,d.value)}return{status:r.value,value:i}}}};gr.create=(s,e,r)=>new gr({valueType:e,keyType:s,typeName:F.ZodMap,...K(r)});var yr=class s extends Y{_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.parsedType!==U.set)return q(a,{code:k.invalid_type,expected:U.set,received:a.parsedType}),Z;let t=this._def;t.minSize!==null&&a.data.size<t.minSize.value&&(q(a,{code:k.too_small,minimum:t.minSize.value,type:"set",inclusive:!0,exact:!1,message:t.minSize.message}),r.dirty()),t.maxSize!==null&&a.data.size>t.maxSize.value&&(q(a,{code:k.too_big,maximum:t.maxSize.value,type:"set",inclusive:!0,exact:!1,message:t.maxSize.message}),r.dirty());let n=this._def.valueType;function o(l){let u=new Set;for(let d of l){if(d.status==="aborted")return Z;d.status==="dirty"&&r.dirty(),u.add(d.value)}return{status:r.value,value:u}}let i=[...a.data.values()].map((l,u)=>n._parse(new Qe(a,l,a.path,u)));return a.common.async?Promise.all(i).then(l=>o(l)):o(i)}min(e,r){return new s({...this._def,minSize:{value:e,message:V.toString(r)}})}max(e,r){return new s({...this._def,maxSize:{value:e,message:V.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};yr.create=(s,e)=>new yr({valueType:s,minSize:null,maxSize:null,typeName:F.ZodSet,...K(e)});var Kr=class s extends Y{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==U.function)return q(r,{code:k.invalid_type,expected:U.function,received:r.parsedType}),Z;function a(i,l){return Ar({data:i,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,pr(),gt].filter(u=>!!u),issueData:{code:k.invalid_arguments,argumentsError:l}})}function t(i,l){return Ar({data:i,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,pr(),gt].filter(u=>!!u),issueData:{code:k.invalid_return_type,returnTypeError:l}})}let n={errorMap:r.common.contextualErrorMap},o=r.data;if(this._def.returns instanceof Pt){let i=this;return Ne(async function(...l){let u=new Me([]),d=await i._def.args.parseAsync(l,n).catch(p=>{throw u.addIssue(a(l,p)),u}),f=await Reflect.apply(o,this,d);return await i._def.returns._def.type.parseAsync(f,n).catch(p=>{throw u.addIssue(t(f,p)),u})})}else{let i=this;return Ne(function(...l){let u=i._def.args.safeParse(l,n);if(!u.success)throw new Me([a(l,u.error)]);let d=Reflect.apply(o,this,u.data),f=i._def.returns.safeParse(d,n);if(!f.success)throw new Me([t(d,f.error)]);return f.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new s({...this._def,args:lt.create(e).rest(_t.create())})}returns(e){return new s({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,a){return new s({args:e||lt.create([]).rest(_t.create()),returns:r||_t.create(),typeName:F.ZodFunction,...K(a)})}},Wt=class extends Y{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};Wt.create=(s,e)=>new Wt({getter:s,typeName:F.ZodLazy,...K(e)});var Qt=class extends Y{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return q(r,{received:r.data,code:k.invalid_literal,expected:this._def.value}),Z}return{status:"valid",value:e.data}}get value(){return this._def.value}};Qt.create=(s,e)=>new Qt({value:s,typeName:F.ZodLiteral,...K(e)});function In(s,e){return new Kt({values:s,typeName:F.ZodEnum,...K(e)})}var Kt=class s extends Y{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),a=this._def.values;return q(r,{expected:te.joinValues(a),received:r.parsedType,code:k.invalid_type}),Z}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let r=this._getOrReturnCtx(e),a=this._def.values;return q(r,{received:r.data,code:k.invalid_enum_value,options:a}),Z}return Ne(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return s.create(e,{...this._def,...r})}exclude(e,r=this._def){return s.create(this.options.filter(a=>!e.includes(a)),{...this._def,...r})}};Kt.create=In;var Jt=class extends Y{_parse(e){let r=te.getValidEnumValues(this._def.values),a=this._getOrReturnCtx(e);if(a.parsedType!==U.string&&a.parsedType!==U.number){let t=te.objectValues(r);return q(a,{expected:te.joinValues(t),received:a.parsedType,code:k.invalid_type}),Z}if(this._cache||(this._cache=new Set(te.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let t=te.objectValues(r);return q(a,{received:a.data,code:k.invalid_enum_value,options:t}),Z}return Ne(e.data)}get enum(){return this._def.values}};Jt.create=(s,e)=>new Jt({values:s,typeName:F.ZodNativeEnum,...K(e)});var Pt=class extends Y{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==U.promise&&r.common.async===!1)return q(r,{code:k.invalid_type,expected:U.promise,received:r.parsedType}),Z;let a=r.parsedType===U.promise?r.data:Promise.resolve(r.data);return Ne(a.then(t=>this._def.type.parseAsync(t,{path:r.path,errorMap:r.common.contextualErrorMap})))}};Pt.create=(s,e)=>new Pt({type:s,typeName:F.ZodPromise,...K(e)});var Ke=class extends Y{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===F.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:a}=this._processInputParams(e),t=this._def.effect||null,n={addIssue:o=>{q(a,o),o.fatal?r.abort():r.dirty()},get path(){return a.path}};if(n.addIssue=n.addIssue.bind(n),t.type==="preprocess"){let o=t.transform(a.data,n);if(a.common.async)return Promise.resolve(o).then(async i=>{if(r.value==="aborted")return Z;let l=await this._def.schema._parseAsync({data:i,path:a.path,parent:a});return l.status==="aborted"?Z:l.status==="dirty"?qt(l.value):r.value==="dirty"?qt(l.value):l});{if(r.value==="aborted")return Z;let i=this._def.schema._parseSync({data:o,path:a.path,parent:a});return i.status==="aborted"?Z:i.status==="dirty"?qt(i.value):r.value==="dirty"?qt(i.value):i}}if(t.type==="refinement"){let o=i=>{let l=t.refinement(i,n);if(a.common.async)return Promise.resolve(l);if(l instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return i};if(a.common.async===!1){let i=this._def.schema._parseSync({data:a.data,path:a.path,parent:a});return i.status==="aborted"?Z:(i.status==="dirty"&&r.dirty(),o(i.value),{status:r.value,value:i.value})}else return this._def.schema._parseAsync({data:a.data,path:a.path,parent:a}).then(i=>i.status==="aborted"?Z:(i.status==="dirty"&&r.dirty(),o(i.value).then(()=>({status:r.value,value:i.value}))))}if(t.type==="transform")if(a.common.async===!1){let o=this._def.schema._parseSync({data:a.data,path:a.path,parent:a});if(!Rt(o))return Z;let i=t.transform(o.value,n);if(i instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:i}}else return this._def.schema._parseAsync({data:a.data,path:a.path,parent:a}).then(o=>Rt(o)?Promise.resolve(t.transform(o.value,n)).then(i=>({status:r.value,value:i})):Z);te.assertNever(t)}};Ke.create=(s,e,r)=>new Ke({schema:s,typeName:F.ZodEffects,effect:e,...K(r)});Ke.createWithPreprocess=(s,e,r)=>new Ke({schema:e,effect:{type:"preprocess",transform:s},typeName:F.ZodEffects,...K(r)});var We=class extends Y{_parse(e){return this._getType(e)===U.undefined?Ne(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};We.create=(s,e)=>new We({innerType:s,typeName:F.ZodOptional,...K(e)});var ut=class extends Y{_parse(e){return this._getType(e)===U.null?Ne(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};ut.create=(s,e)=>new ut({innerType:s,typeName:F.ZodNullable,...K(e)});var Yt=class extends Y{_parse(e){let{ctx:r}=this._processInputParams(e),a=r.data;return r.parsedType===U.undefined&&(a=this._def.defaultValue()),this._def.innerType._parse({data:a,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};Yt.create=(s,e)=>new Yt({innerType:s,typeName:F.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...K(e)});var er=class extends Y{_parse(e){let{ctx:r}=this._processInputParams(e),a={...r,common:{...r.common,issues:[]}},t=this._def.innerType._parse({data:a.data,path:a.path,parent:{...a}});return fr(t)?t.then(n=>({status:"valid",value:n.status==="valid"?n.value:this._def.catchValue({get error(){return new Me(a.common.issues)},input:a.data})})):{status:"valid",value:t.status==="valid"?t.value:this._def.catchValue({get error(){return new Me(a.common.issues)},input:a.data})}}removeCatch(){return this._def.innerType}};er.create=(s,e)=>new er({innerType:s,typeName:F.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...K(e)});var _r=class extends Y{_parse(e){if(this._getType(e)!==U.nan){let a=this._getOrReturnCtx(e);return q(a,{code:k.invalid_type,expected:U.nan,received:a.parsedType}),Z}return{status:"valid",value:e.data}}};_r.create=s=>new _r({typeName:F.ZodNaN,...K(s)});var Au=Symbol("zod_brand"),$r=class extends Y{_parse(e){let{ctx:r}=this._processInputParams(e),a=r.data;return this._def.type._parse({data:a,path:r.path,parent:r})}unwrap(){return this._def.type}},Dr=class s extends Y{_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.common.async)return(async()=>{let n=await this._def.in._parseAsync({data:a.data,path:a.path,parent:a});return n.status==="aborted"?Z:n.status==="dirty"?(r.dirty(),qt(n.value)):this._def.out._parseAsync({data:n.value,path:a.path,parent:a})})();{let t=this._def.in._parseSync({data:a.data,path:a.path,parent:a});return t.status==="aborted"?Z:t.status==="dirty"?(r.dirty(),{status:"dirty",value:t.value}):this._def.out._parseSync({data:t.value,path:a.path,parent:a})}}static create(e,r){return new s({in:e,out:r,typeName:F.ZodPipeline})}},tr=class extends Y{_parse(e){let r=this._def.innerType._parse(e),a=t=>(Rt(t)&&(t.value=Object.freeze(t.value)),t);return fr(r)?r.then(t=>a(t)):a(r)}unwrap(){return this._def.innerType}};tr.create=(s,e)=>new tr({innerType:s,typeName:F.ZodReadonly,...K(e)});function Tn(s,e){let r=typeof s=="function"?s(e):typeof s=="string"?{message:s}:s;return typeof r=="string"?{message:r}:r}function Nn(s,e={},r){return s?wt.create().superRefine((a,t)=>{let n=s(a);if(n instanceof Promise)return n.then(o=>{if(!o){let i=Tn(e,a),l=i.fatal??r??!0;t.addIssue({code:"custom",...i,fatal:l})}});if(!n){let o=Tn(e,a),i=o.fatal??r??!0;t.addIssue({code:"custom",...o,fatal:i})}}):wt.create()}var $u={object:qe.lazycreate},F;(function(s){s.ZodString="ZodString",s.ZodNumber="ZodNumber",s.ZodNaN="ZodNaN",s.ZodBigInt="ZodBigInt",s.ZodBoolean="ZodBoolean",s.ZodDate="ZodDate",s.ZodSymbol="ZodSymbol",s.ZodUndefined="ZodUndefined",s.ZodNull="ZodNull",s.ZodAny="ZodAny",s.ZodUnknown="ZodUnknown",s.ZodNever="ZodNever",s.ZodVoid="ZodVoid",s.ZodArray="ZodArray",s.ZodObject="ZodObject",s.ZodUnion="ZodUnion",s.ZodDiscriminatedUnion="ZodDiscriminatedUnion",s.ZodIntersection="ZodIntersection",s.ZodTuple="ZodTuple",s.ZodRecord="ZodRecord",s.ZodMap="ZodMap",s.ZodSet="ZodSet",s.ZodFunction="ZodFunction",s.ZodLazy="ZodLazy",s.ZodLiteral="ZodLiteral",s.ZodEnum="ZodEnum",s.ZodEffects="ZodEffects",s.ZodNativeEnum="ZodNativeEnum",s.ZodOptional="ZodOptional",s.ZodNullable="ZodNullable",s.ZodDefault="ZodDefault",s.ZodCatch="ZodCatch",s.ZodPromise="ZodPromise",s.ZodBranded="ZodBranded",s.ZodPipeline="ZodPipeline",s.ZodReadonly="ZodReadonly"})(F||(F={}));var Du=(s,e={message:`Input not instance of ${s.name}`})=>Nn(r=>r instanceof s,e),An=Tt.create,$n=Ut.create,Cu=_r.create,ku=Bt.create,Dn=Vt.create,Lu=Ht.create,ju=mr.create,Fu=zt.create,Mu=Zt.create,qu=wt.create,Uu=_t.create,Bu=tt.create,Vu=vr.create,Hu=bt.create,zu=qe.create,Zu=qe.strictCreate,Gu=Gt.create,Xu=Wr.create,Wu=Xt.create,Qu=lt.create,Ku=Qr.create,Ju=gr.create,Yu=yr.create,ed=Kr.create,td=Wt.create,rd=Qt.create,sd=Kt.create,ad=Jt.create,nd=Pt.create,od=Ke.create,id=We.create,cd=ut.create,ld=Ke.createWithPreprocess,ud=Dr.create,dd=()=>An().optional(),pd=()=>$n().optional(),fd=()=>Dn().optional(),hd={string:(s=>Tt.create({...s,coerce:!0})),number:(s=>Ut.create({...s,coerce:!0})),boolean:(s=>Vt.create({...s,coerce:!0})),bigint:(s=>Bt.create({...s,coerce:!0})),date:(s=>Ht.create({...s,coerce:!0}))};var md=Z;var Cr="2025-06-18";var Jr=[Cr,"2025-03-26","2024-11-05","2024-10-07"],Yr="2.0",Cn=c.union([c.string(),c.number().int()]),kn=c.string(),vd=c.object({progressToken:c.optional(Cn)}).passthrough(),Je=c.object({_meta:c.optional(vd)}).passthrough(),Ue=c.object({method:c.string(),params:c.optional(Je)}),kr=c.object({_meta:c.optional(c.object({}).passthrough())}).passthrough(),dt=c.object({method:c.string(),params:c.optional(kr)}),Ye=c.object({_meta:c.optional(c.object({}).passthrough())}).passthrough(),es=c.union([c.string(),c.number().int()]),Ln=c.object({jsonrpc:c.literal(Yr),id:es}).merge(Ue).strict(),jn=s=>Ln.safeParse(s).success,Fn=c.object({jsonrpc:c.literal(Yr)}).merge(dt).strict(),Mn=s=>Fn.safeParse(s).success,qn=c.object({jsonrpc:c.literal(Yr),id:es,result:Ye}).strict(),Xs=s=>qn.safeParse(s).success,Le;(function(s){s[s.ConnectionClosed=-32e3]="ConnectionClosed",s[s.RequestTimeout=-32001]="RequestTimeout",s[s.ParseError=-32700]="ParseError",s[s.InvalidRequest=-32600]="InvalidRequest",s[s.MethodNotFound=-32601]="MethodNotFound",s[s.InvalidParams=-32602]="InvalidParams",s[s.InternalError=-32603]="InternalError"})(Le||(Le={}));var Un=c.object({jsonrpc:c.literal(Yr),id:es,error:c.object({code:c.number().int(),message:c.string(),data:c.optional(c.unknown())})}).strict(),Bn=s=>Un.safeParse(s).success,Vn=c.union([Ln,Fn,qn,Un]),Et=Ye.strict(),ts=dt.extend({method:c.literal("notifications/cancelled"),params:kr.extend({requestId:es,reason:c.string().optional()})}),gd=c.object({src:c.string(),mimeType:c.optional(c.string()),sizes:c.optional(c.array(c.string()))}).passthrough(),Lr=c.object({icons:c.array(gd).optional()}).passthrough(),jr=c.object({name:c.string(),title:c.optional(c.string())}).passthrough(),Hn=jr.extend({version:c.string(),websiteUrl:c.optional(c.string())}).merge(Lr),yd=c.object({experimental:c.optional(c.object({}).passthrough()),sampling:c.optional(c.object({}).passthrough()),elicitation:c.optional(c.object({}).passthrough()),roots:c.optional(c.object({listChanged:c.optional(c.boolean())}).passthrough())}).passthrough(),Ws=Ue.extend({method:c.literal("initialize"),params:Je.extend({protocolVersion:c.string(),capabilities:yd,clientInfo:Hn})});var _d=c.object({experimental:c.optional(c.object({}).passthrough()),logging:c.optional(c.object({}).passthrough()),completions:c.optional(c.object({}).passthrough()),prompts:c.optional(c.object({listChanged:c.optional(c.boolean())}).passthrough()),resources:c.optional(c.object({subscribe:c.optional(c.boolean()),listChanged:c.optional(c.boolean())}).passthrough()),tools:c.optional(c.object({listChanged:c.optional(c.boolean())}).passthrough())}).passthrough(),Qs=Ye.extend({protocolVersion:c.string(),capabilities:_d,serverInfo:Hn,instructions:c.optional(c.string())}),Ks=dt.extend({method:c.literal("notifications/initialized")});var rs=Ue.extend({method:c.literal("ping")}),bd=c.object({progress:c.number(),total:c.optional(c.number()),message:c.optional(c.string())}).passthrough(),ss=dt.extend({method:c.literal("notifications/progress"),params:kr.merge(bd).extend({progressToken:Cn})}),as=Ue.extend({params:Je.extend({cursor:c.optional(kn)}).optional()}),ns=Ye.extend({nextCursor:c.optional(kn)}),zn=c.object({uri:c.string(),mimeType:c.optional(c.string()),_meta:c.optional(c.object({}).passthrough())}).passthrough(),Zn=zn.extend({text:c.string()}),Js=c.string().refine(s=>{try{return atob(s),!0}catch{return!1}},{message:"Invalid Base64 string"}),Gn=zn.extend({blob:Js}),Xn=jr.extend({uri:c.string(),description:c.optional(c.string()),mimeType:c.optional(c.string()),_meta:c.optional(c.object({}).passthrough())}).merge(Lr),Ed=jr.extend({uriTemplate:c.string(),description:c.optional(c.string()),mimeType:c.optional(c.string()),_meta:c.optional(c.object({}).passthrough())}).merge(Lr),Sd=as.extend({method:c.literal("resources/list")}),Ys=ns.extend({resources:c.array(Xn)}),xd=as.extend({method:c.literal("resources/templates/list")}),ea=ns.extend({resourceTemplates:c.array(Ed)}),Rd=Ue.extend({method:c.literal("resources/read"),params:Je.extend({uri:c.string()})}),ta=Ye.extend({contents:c.array(c.union([Zn,Gn]))}),Td=dt.extend({method:c.literal("notifications/resources/list_changed")}),wd=Ue.extend({method:c.literal("resources/subscribe"),params:Je.extend({uri:c.string()})}),Pd=Ue.extend({method:c.literal("resources/unsubscribe"),params:Je.extend({uri:c.string()})}),Od=dt.extend({method:c.literal("notifications/resources/updated"),params:kr.extend({uri:c.string()})}),Id=c.object({name:c.string(),description:c.optional(c.string()),required:c.optional(c.boolean())}).passthrough(),Nd=jr.extend({description:c.optional(c.string()),arguments:c.optional(c.array(Id)),_meta:c.optional(c.object({}).passthrough())}).merge(Lr),Ad=as.extend({method:c.literal("prompts/list")}),ra=ns.extend({prompts:c.array(Nd)}),$d=Ue.extend({method:c.literal("prompts/get"),params:Je.extend({name:c.string(),arguments:c.optional(c.record(c.string()))})}),sa=c.object({type:c.literal("text"),text:c.string(),_meta:c.optional(c.object({}).passthrough())}).passthrough(),aa=c.object({type:c.literal("image"),data:Js,mimeType:c.string(),_meta:c.optional(c.object({}).passthrough())}).passthrough(),na=c.object({type:c.literal("audio"),data:Js,mimeType:c.string(),_meta:c.optional(c.object({}).passthrough())}).passthrough(),Dd=c.object({type:c.literal("resource"),resource:c.union([Zn,Gn]),_meta:c.optional(c.object({}).passthrough())}).passthrough(),Cd=Xn.extend({type:c.literal("resource_link")}),Wn=c.union([sa,aa,na,Cd,Dd]),kd=c.object({role:c.enum(["user","assistant"]),content:Wn}).passthrough(),oa=Ye.extend({description:c.optional(c.string()),messages:c.array(kd)}),Ld=dt.extend({method:c.literal("notifications/prompts/list_changed")}),jd=c.object({title:c.optional(c.string()),readOnlyHint:c.optional(c.boolean()),destructiveHint:c.optional(c.boolean()),idempotentHint:c.optional(c.boolean()),openWorldHint:c.optional(c.boolean())}).passthrough(),Fd=jr.extend({description:c.optional(c.string()),inputSchema:c.object({type:c.literal("object"),properties:c.optional(c.object({}).passthrough()),required:c.optional(c.array(c.string()))}).passthrough(),outputSchema:c.optional(c.object({type:c.literal("object"),properties:c.optional(c.object({}).passthrough()),required:c.optional(c.array(c.string()))}).passthrough()),annotations:c.optional(jd),_meta:c.optional(c.object({}).passthrough())}).merge(Lr),ia=as.extend({method:c.literal("tools/list")}),ca=ns.extend({tools:c.array(Fd)}),os=Ye.extend({content:c.array(Wn).default([]),structuredContent:c.object({}).passthrough().optional(),isError:c.optional(c.boolean())}),lm=os.or(Ye.extend({toolResult:c.unknown()})),la=Ue.extend({method:c.literal("tools/call"),params:Je.extend({name:c.string(),arguments:c.optional(c.record(c.unknown()))})}),Md=dt.extend({method:c.literal("notifications/tools/list_changed")}),Fr=c.enum(["debug","info","notice","warning","error","critical","alert","emergency"]),ua=Ue.extend({method:c.literal("logging/setLevel"),params:Je.extend({level:Fr})}),qd=dt.extend({method:c.literal("notifications/message"),params:kr.extend({level:Fr,logger:c.optional(c.string()),data:c.unknown()})}),Ud=c.object({name:c.string().optional()}).passthrough(),Bd=c.object({hints:c.optional(c.array(Ud)),costPriority:c.optional(c.number().min(0).max(1)),speedPriority:c.optional(c.number().min(0).max(1)),intelligencePriority:c.optional(c.number().min(0).max(1))}).passthrough(),Vd=c.object({role:c.enum(["user","assistant"]),content:c.union([sa,aa,na])}).passthrough(),Hd=Ue.extend({method:c.literal("sampling/createMessage"),params:Je.extend({messages:c.array(Vd),systemPrompt:c.optional(c.string()),includeContext:c.optional(c.enum(["none","thisServer","allServers"])),temperature:c.optional(c.number()),maxTokens:c.number().int(),stopSequences:c.optional(c.array(c.string())),metadata:c.optional(c.object({}).passthrough()),modelPreferences:c.optional(Bd)})}),da=Ye.extend({model:c.string(),stopReason:c.optional(c.enum(["endTurn","stopSequence","maxTokens"]).or(c.string())),role:c.enum(["user","assistant"]),content:c.discriminatedUnion("type",[sa,aa,na])}),zd=c.object({type:c.literal("boolean"),title:c.optional(c.string()),description:c.optional(c.string()),default:c.optional(c.boolean())}).passthrough(),Zd=c.object({type:c.literal("string"),title:c.optional(c.string()),description:c.optional(c.string()),minLength:c.optional(c.number()),maxLength:c.optional(c.number()),format:c.optional(c.enum(["email","uri","date","date-time"]))}).passthrough(),Gd=c.object({type:c.enum(["number","integer"]),title:c.optional(c.string()),description:c.optional(c.string()),minimum:c.optional(c.number()),maximum:c.optional(c.number())}).passthrough(),Xd=c.object({type:c.literal("string"),title:c.optional(c.string()),description:c.optional(c.string()),enum:c.array(c.string()),enumNames:c.optional(c.array(c.string()))}).passthrough(),Wd=c.union([zd,Zd,Gd,Xd]),Qd=Ue.extend({method:c.literal("elicitation/create"),params:Je.extend({message:c.string(),requestedSchema:c.object({type:c.literal("object"),properties:c.record(c.string(),Wd),required:c.optional(c.array(c.string()))}).passthrough()})}),pa=Ye.extend({action:c.enum(["accept","decline","cancel"]),content:c.optional(c.record(c.string(),c.unknown()))}),Kd=c.object({type:c.literal("ref/resource"),uri:c.string()}).passthrough();var Jd=c.object({type:c.literal("ref/prompt"),name:c.string()}).passthrough(),Yd=Ue.extend({method:c.literal("completion/complete"),params:Je.extend({ref:c.union([Jd,Kd]),argument:c.object({name:c.string(),value:c.string()}).passthrough(),context:c.optional(c.object({arguments:c.optional(c.record(c.string(),c.string()))}))})}),fa=Ye.extend({completion:c.object({values:c.array(c.string()).max(100),total:c.optional(c.number().int()),hasMore:c.optional(c.boolean())}).passthrough()}),ep=c.object({uri:c.string().startsWith("file://"),name:c.optional(c.string()),_meta:c.optional(c.object({}).passthrough())}).passthrough(),tp=Ue.extend({method:c.literal("roots/list")}),ha=Ye.extend({roots:c.array(ep)}),rp=dt.extend({method:c.literal("notifications/roots/list_changed")}),um=c.union([rs,Ws,Yd,ua,$d,Ad,Sd,xd,Rd,wd,Pd,la,ia]),dm=c.union([ts,ss,Ks,rp]),pm=c.union([Et,da,pa,ha]),fm=c.union([rs,Hd,Qd,tp]),hm=c.union([ts,ss,qd,Od,Td,Md,Ld]),mm=c.union([Et,Qs,fa,oa,ra,Ys,ea,ta,os,ca]),Ae=class extends Error{constructor(e,r,a){super(`MCP error ${e}: ${r}`),this.code=e,this.data=a,this.name="McpError"}};var sp=6e4,br=class{constructor(e){this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this.setNotificationHandler(ts,r=>{let a=this._requestHandlerAbortControllers.get(r.params.requestId);a?.abort(r.params.reason)}),this.setNotificationHandler(ss,r=>{this._onprogress(r)}),this.setRequestHandler(rs,r=>({}))}_setupTimeout(e,r,a,t,n=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(t,r),startTime:Date.now(),timeout:r,maxTotalTimeout:a,resetTimeoutOnProgress:n,onTimeout:t})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let a=Date.now()-r.startTime;if(r.maxTotalTimeout&&a>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),new Ae(Le.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:a});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){let r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){var r,a,t;this._transport=e;let n=(r=this.transport)===null||r===void 0?void 0:r.onclose;this._transport.onclose=()=>{n?.(),this._onclose()};let o=(a=this.transport)===null||a===void 0?void 0:a.onerror;this._transport.onerror=l=>{o?.(l),this._onerror(l)};let i=(t=this._transport)===null||t===void 0?void 0:t.onmessage;this._transport.onmessage=(l,u)=>{i?.(l,u),Xs(l)||Bn(l)?this._onresponse(l):jn(l)?this._onrequest(l,u):Mn(l)?this._onnotification(l):this._onerror(new Error(`Unknown message type: ${JSON.stringify(l)}`))},await this._transport.start()}_onclose(){var e;let r=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._pendingDebouncedNotifications.clear(),this._transport=void 0,(e=this.onclose)===null||e===void 0||e.call(this);let a=new Ae(Le.ConnectionClosed,"Connection closed");for(let t of r.values())t(a)}_onerror(e){var r;(r=this.onerror)===null||r===void 0||r.call(this,e)}_onnotification(e){var r;let a=(r=this._notificationHandlers.get(e.method))!==null&&r!==void 0?r:this.fallbackNotificationHandler;a!==void 0&&Promise.resolve().then(()=>a(e)).catch(t=>this._onerror(new Error(`Uncaught error in notification handler: ${t}`)))}_onrequest(e,r){var a,t;let n=(a=this._requestHandlers.get(e.method))!==null&&a!==void 0?a:this.fallbackRequestHandler,o=this._transport;if(n===void 0){o?.send({jsonrpc:"2.0",id:e.id,error:{code:Le.MethodNotFound,message:"Method not found"}}).catch(u=>this._onerror(new Error(`Failed to send an error response: ${u}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let l={signal:i.signal,sessionId:o?.sessionId,_meta:(t=e.params)===null||t===void 0?void 0:t._meta,sendNotification:u=>this.notification(u,{relatedRequestId:e.id}),sendRequest:(u,d,f)=>this.request(u,d,{...f,relatedRequestId:e.id}),authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo};Promise.resolve().then(()=>n(e,l)).then(u=>{if(!i.signal.aborted)return o?.send({result:u,jsonrpc:"2.0",id:e.id})},u=>{var d;if(!i.signal.aborted)return o?.send({jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(u.code)?u.code:Le.InternalError,message:(d=u.message)!==null&&d!==void 0?d:"Internal error"}})}).catch(u=>this._onerror(new Error(`Failed to send response: ${u}`))).finally(()=>{this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:r,...a}=e.params,t=Number(r),n=this._progressHandlers.get(t);if(!n){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let o=this._responseHandlers.get(t),i=this._timeoutInfo.get(t);if(i&&o&&i.resetTimeoutOnProgress)try{this._resetTimeout(t)}catch(l){o(l);return}n(a)}_onresponse(e){let r=Number(e.id),a=this._responseHandlers.get(r);if(a===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}if(this._responseHandlers.delete(r),this._progressHandlers.delete(r),this._cleanupTimeout(r),Xs(e))a(e);else{let t=new Ae(e.error.code,e.error.message,e.error.data);a(t)}}get transport(){return this._transport}async close(){var e;await((e=this._transport)===null||e===void 0?void 0:e.close())}request(e,r,a){let{relatedRequestId:t,resumptionToken:n,onresumptiontoken:o}=a??{};return new Promise((i,l)=>{var u,d,f,m,p,g;if(!this._transport){l(new Error("Not connected"));return}((u=this._options)===null||u===void 0?void 0:u.enforceStrictCapabilities)===!0&&this.assertCapabilityForMethod(e.method),(d=a?.signal)===null||d===void 0||d.throwIfAborted();let y=this._requestMessageId++,v={...e,jsonrpc:"2.0",id:y};a?.onprogress&&(this._progressHandlers.set(y,a.onprogress),v.params={...e.params,_meta:{...((f=e.params)===null||f===void 0?void 0:f._meta)||{},progressToken:y}});let S=w=>{var P;this._responseHandlers.delete(y),this._progressHandlers.delete(y),this._cleanupTimeout(y),(P=this._transport)===null||P===void 0||P.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:y,reason:String(w)}},{relatedRequestId:t,resumptionToken:n,onresumptiontoken:o}).catch(x=>this._onerror(new Error(`Failed to send cancellation: ${x}`))),l(w)};this._responseHandlers.set(y,w=>{var P;if(!(!((P=a?.signal)===null||P===void 0)&&P.aborted)){if(w instanceof Error)return l(w);try{let x=r.parse(w.result);i(x)}catch(x){l(x)}}}),(m=a?.signal)===null||m===void 0||m.addEventListener("abort",()=>{var w;S((w=a?.signal)===null||w===void 0?void 0:w.reason)});let R=(p=a?.timeout)!==null&&p!==void 0?p:sp,E=()=>S(new Ae(Le.RequestTimeout,"Request timed out",{timeout:R}));this._setupTimeout(y,R,a?.maxTotalTimeout,E,(g=a?.resetTimeoutOnProgress)!==null&&g!==void 0?g:!1),this._transport.send(v,{relatedRequestId:t,resumptionToken:n,onresumptiontoken:o}).catch(w=>{this._cleanupTimeout(y),l(w)})})}async notification(e,r){var a,t;if(!this._transport)throw new Error("Not connected");if(this.assertNotificationCapability(e.method),((t=(a=this._options)===null||a===void 0?void 0:a.debouncedNotificationMethods)!==null&&t!==void 0?t:[]).includes(e.method)&&!e.params&&!r?.relatedRequestId){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{var l;if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let u={...e,jsonrpc:"2.0"};(l=this._transport)===null||l===void 0||l.send(u,r).catch(d=>this._onerror(d))});return}let i={...e,jsonrpc:"2.0"};await this._transport.send(i,r)}setRequestHandler(e,r){let a=e.shape.method.value;this.assertRequestHandlerCapability(a),this._requestHandlers.set(a,(t,n)=>Promise.resolve(r(e.parse(t),n)))}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw new Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,r){this._notificationHandlers.set(e.shape.method.value,a=>Promise.resolve(r(e.parse(a))))}removeNotificationHandler(e){this._notificationHandlers.delete(e)}};function is(s,e){return Object.entries(e).reduce((r,[a,t])=>(t&&typeof t=="object"?r[a]=r[a]?{...r[a],...t}:t:r[a]=t,r),{...s})}var Ki=Mt(Ma(),1),ws=class extends br{constructor(e,r){var a;super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(Fr.options.map((t,n)=>[t,n])),this.isMessageIgnored=(t,n)=>{let o=this._loggingLevels.get(n);return o?this.LOG_LEVEL_SEVERITY.get(t)<this.LOG_LEVEL_SEVERITY.get(o):!1},this._capabilities=(a=r?.capabilities)!==null&&a!==void 0?a:{},this._instructions=r?.instructions,this.setRequestHandler(Ws,t=>this._oninitialize(t)),this.setNotificationHandler(Ks,()=>{var t;return(t=this.oninitialized)===null||t===void 0?void 0:t.call(this)}),this._capabilities.logging&&this.setRequestHandler(ua,async(t,n)=>{var o;let i=n.sessionId||((o=n.requestInfo)===null||o===void 0?void 0:o.headers["mcp-session-id"])||void 0,{level:l}=t.params,u=Fr.safeParse(l);return u.success&&this._loggingLevels.set(i,u.data),{}})}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=is(this._capabilities,e)}assertCapabilityForMethod(e){var r,a,t;switch(e){case"sampling/createMessage":if(!(!((r=this._clientCapabilities)===null||r===void 0)&&r.sampling))throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!(!((a=this._clientCapabilities)===null||a===void 0)&&a.elicitation))throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!(!((t=this._clientCapabilities)===null||t===void 0)&&t.roots))throw new Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw new Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw new Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw new Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){switch(e){case"sampling/createMessage":if(!this._capabilities.sampling)throw new Error(`Server does not support sampling (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw new Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"ping":case"initialize":break}}async _oninitialize(e){let r=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:Jr.includes(r)?r:Cr,capabilities:this.getCapabilities(),serverInfo:this._serverInfo,...this._instructions&&{instructions:this._instructions}}}getClientCapabilities(){return this._clientCapabilities}getClientVersion(){return this._clientVersion}getCapabilities(){return this._capabilities}async ping(){return this.request({method:"ping"},Et)}async createMessage(e,r){return this.request({method:"sampling/createMessage",params:e},da,r)}async elicitInput(e,r){let a=await this.request({method:"elicitation/create",params:e},pa,r);if(a.action==="accept"&&a.content)try{let t=new Ki.default,n=t.compile(e.requestedSchema);if(!n(a.content))throw new Ae(Le.InvalidParams,`Elicitation response content does not match requested schema: ${t.errorsText(n.errors)}`)}catch(t){throw t instanceof Ae?t:new Ae(Le.InternalError,`Error validating elicitation response: ${t}`)}return a}async listRoots(e,r){return this.request({method:"roots/list",params:e},ha,r)}async sendLoggingMessage(e,r){if(this._capabilities.logging&&!this.isMessageIgnored(e.level,r))return this.notification({method:"notifications/message",params:e})}async sendResourceUpdated(e){return this.notification({method:"notifications/resources/updated",params:e})}async sendResourceListChanged(){return this.notification({method:"notifications/resources/list_changed"})}async sendToolListChanged(){return this.notification({method:"notifications/tools/list_changed"})}async sendPromptListChanged(){return this.notification({method:"notifications/prompts/list_changed"})}};var qa=Mt(require("node:process"),1);var Er=class{append(e){this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
|
|
`);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),jf(r)}clear(){this._buffer=void 0}};function jf(s){return Vn.parse(JSON.parse(s))}function Ps(s){return JSON.stringify(s)+`
|
|
`}var Os=class{constructor(e=qa.default.stdin,r=qa.default.stdout){this._stdin=e,this._stdout=r,this._readBuffer=new Er,this._started=!1,this._ondata=a=>{this._readBuffer.append(a),this.processReadBuffer()},this._onerror=a=>{var t;(t=this.onerror)===null||t===void 0||t.call(this,a)}}async start(){if(this._started)throw new Error("StdioServerTransport already started! If using Server class, note that connect() calls start() automatically.");this._started=!0,this._stdin.on("data",this._ondata),this._stdin.on("error",this._onerror)}processReadBuffer(){for(var e,r;;)try{let a=this._readBuffer.readMessage();if(a===null)break;(e=this.onmessage)===null||e===void 0||e.call(this,a)}catch(a){(r=this.onerror)===null||r===void 0||r.call(this,a)}}async close(){var e;this._stdin.off("data",this._ondata),this._stdin.off("error",this._onerror),this._stdin.listenerCount("data")===0&&this._stdin.pause(),this._readBuffer.clear(),(e=this.onclose)===null||e===void 0||e.call(this)}send(e){return new Promise(r=>{let a=Ps(e);this._stdout.write(a)?r():this._stdout.once("drain",r)})}};var Ji=Mt(Ma(),1),Is=class extends br{constructor(e,r){var a;super(r),this._clientInfo=e,this._cachedToolOutputValidators=new Map,this._capabilities=(a=r?.capabilities)!==null&&a!==void 0?a:{},this._ajv=new Ji.default}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=is(this._capabilities,e)}assertCapability(e,r){var a;if(!(!((a=this._serverCapabilities)===null||a===void 0)&&a[e]))throw new Error(`Server does not support ${e} (required for ${r})`)}async connect(e,r){if(await super.connect(e),e.sessionId===void 0)try{let a=await this.request({method:"initialize",params:{protocolVersion:Cr,capabilities:this._capabilities,clientInfo:this._clientInfo}},Qs,r);if(a===void 0)throw new Error(`Server sent invalid initialize result: ${a}`);if(!Jr.includes(a.protocolVersion))throw new Error(`Server's protocol version is not supported: ${a.protocolVersion}`);this._serverCapabilities=a.capabilities,this._serverVersion=a.serverInfo,e.setProtocolVersion&&e.setProtocolVersion(a.protocolVersion),this._instructions=a.instructions,await this.notification({method:"notifications/initialized"})}catch(a){throw this.close(),a}}getServerCapabilities(){return this._serverCapabilities}getServerVersion(){return this._serverVersion}getInstructions(){return this._instructions}assertCapabilityForMethod(e){var r,a,t,n,o;switch(e){case"logging/setLevel":if(!(!((r=this._serverCapabilities)===null||r===void 0)&&r.logging))throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!(!((a=this._serverCapabilities)===null||a===void 0)&&a.prompts))throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":case"resources/subscribe":case"resources/unsubscribe":if(!(!((t=this._serverCapabilities)===null||t===void 0)&&t.resources))throw new Error(`Server does not support resources (required for ${e})`);if(e==="resources/subscribe"&&!this._serverCapabilities.resources.subscribe)throw new Error(`Server does not support resource subscriptions (required for ${e})`);break;case"tools/call":case"tools/list":if(!(!((n=this._serverCapabilities)===null||n===void 0)&&n.tools))throw new Error(`Server does not support tools (required for ${e})`);break;case"completion/complete":if(!(!((o=this._serverCapabilities)===null||o===void 0)&&o.completions))throw new Error(`Server does not support completions (required for ${e})`);break;case"initialize":break;case"ping":break}}assertNotificationCapability(e){var r;switch(e){case"notifications/roots/list_changed":if(!(!((r=this._capabilities.roots)===null||r===void 0)&&r.listChanged))throw new Error(`Client does not support roots list changed notifications (required for ${e})`);break;case"notifications/initialized":break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){switch(e){case"sampling/createMessage":if(!this._capabilities.sampling)throw new Error(`Client does not support sampling capability (required for ${e})`);break;case"elicitation/create":if(!this._capabilities.elicitation)throw new Error(`Client does not support elicitation capability (required for ${e})`);break;case"roots/list":if(!this._capabilities.roots)throw new Error(`Client does not support roots capability (required for ${e})`);break;case"ping":break}}async ping(e){return this.request({method:"ping"},Et,e)}async complete(e,r){return this.request({method:"completion/complete",params:e},fa,r)}async setLoggingLevel(e,r){return this.request({method:"logging/setLevel",params:{level:e}},Et,r)}async getPrompt(e,r){return this.request({method:"prompts/get",params:e},oa,r)}async listPrompts(e,r){return this.request({method:"prompts/list",params:e},ra,r)}async listResources(e,r){return this.request({method:"resources/list",params:e},Ys,r)}async listResourceTemplates(e,r){return this.request({method:"resources/templates/list",params:e},ea,r)}async readResource(e,r){return this.request({method:"resources/read",params:e},ta,r)}async subscribeResource(e,r){return this.request({method:"resources/subscribe",params:e},Et,r)}async unsubscribeResource(e,r){return this.request({method:"resources/unsubscribe",params:e},Et,r)}async callTool(e,r=os,a){let t=await this.request({method:"tools/call",params:e},r,a),n=this.getToolOutputValidator(e.name);if(n){if(!t.structuredContent&&!t.isError)throw new Ae(Le.InvalidRequest,`Tool ${e.name} has an output schema but did not return structured content`);if(t.structuredContent)try{if(!n(t.structuredContent))throw new Ae(Le.InvalidParams,`Structured content does not match the tool's output schema: ${this._ajv.errorsText(n.errors)}`)}catch(o){throw o instanceof Ae?o:new Ae(Le.InvalidParams,`Failed to validate structured content: ${o instanceof Error?o.message:String(o)}`)}}return t}cacheToolOutputSchemas(e){this._cachedToolOutputValidators.clear();for(let r of e)if(r.outputSchema)try{let a=this._ajv.compile(r.outputSchema);this._cachedToolOutputValidators.set(r.name,a)}catch{}}getToolOutputValidator(e){return this._cachedToolOutputValidators.get(e)}async listTools(e,r){let a=await this.request({method:"tools/list",params:e},ca,r);return this.cacheToolOutputSchemas(a.tools),a}async sendRootsListChanged(){return this.notification({method:"notifications/roots/list_changed"})}};var Uc=Mt(qc(),1),qr=Mt(require("node:process"),1),Bc=require("node:stream");var uh=qr.default.platform==="win32"?["APPDATA","HOMEDRIVE","HOMEPATH","LOCALAPPDATA","PATH","PROCESSOR_ARCHITECTURE","SYSTEMDRIVE","SYSTEMROOT","TEMP","USERNAME","USERPROFILE","PROGRAMFILES"]:["HOME","LOGNAME","PATH","SHELL","TERM","USER"];function dh(){let s={};for(let e of uh){let r=qr.default.env[e];r!==void 0&&(r.startsWith("()")||(s[e]=r))}return s}var As=class{constructor(e){this._abortController=new AbortController,this._readBuffer=new Er,this._stderrStream=null,this._serverParams=e,(e.stderr==="pipe"||e.stderr==="overlapped")&&(this._stderrStream=new Bc.PassThrough)}async start(){if(this._process)throw new Error("StdioClientTransport already started! If using Client class, note that connect() calls start() automatically.");return new Promise((e,r)=>{var a,t,n,o,i;this._process=(0,Uc.default)(this._serverParams.command,(a=this._serverParams.args)!==null&&a!==void 0?a:[],{env:{...dh(),...this._serverParams.env},stdio:["pipe","pipe",(t=this._serverParams.stderr)!==null&&t!==void 0?t:"inherit"],shell:!1,signal:this._abortController.signal,windowsHide:qr.default.platform==="win32"&&ph(),cwd:this._serverParams.cwd}),this._process.on("error",l=>{var u,d;if(l.name==="AbortError"){(u=this.onclose)===null||u===void 0||u.call(this);return}r(l),(d=this.onerror)===null||d===void 0||d.call(this,l)}),this._process.on("spawn",()=>{e()}),this._process.on("close",l=>{var u;this._process=void 0,(u=this.onclose)===null||u===void 0||u.call(this)}),(n=this._process.stdin)===null||n===void 0||n.on("error",l=>{var u;(u=this.onerror)===null||u===void 0||u.call(this,l)}),(o=this._process.stdout)===null||o===void 0||o.on("data",l=>{this._readBuffer.append(l),this.processReadBuffer()}),(i=this._process.stdout)===null||i===void 0||i.on("error",l=>{var u;(u=this.onerror)===null||u===void 0||u.call(this,l)}),this._stderrStream&&this._process.stderr&&this._process.stderr.pipe(this._stderrStream)})}get stderr(){var e,r;return this._stderrStream?this._stderrStream:(r=(e=this._process)===null||e===void 0?void 0:e.stderr)!==null&&r!==void 0?r:null}get pid(){var e,r;return(r=(e=this._process)===null||e===void 0?void 0:e.pid)!==null&&r!==void 0?r:null}processReadBuffer(){for(var e,r;;)try{let a=this._readBuffer.readMessage();if(a===null)break;(e=this.onmessage)===null||e===void 0||e.call(this,a)}catch(a){(r=this.onerror)===null||r===void 0||r.call(this,a)}}async close(){this._abortController.abort(),this._process=void 0,this._readBuffer.clear()}send(e){return new Promise(r=>{var a;if(!(!((a=this._process)===null||a===void 0)&&a.stdin))throw new Error("Not connected");let t=Ps(e);this._process.stdin.write(t)?r():this._process.stdin.once("drain",r)})}};function ph(){return"type"in qr.default}var Hc=Symbol("Let zodToJsonSchema decide on which parser to use");var Vc={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",target:"jsonSchema7",strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref",openAiAnyTypeName:"OpenAiAnyType"},zc=s=>typeof s=="string"?{...Vc,name:s}:{...Vc,...s};var Zc=s=>{let e=zc(s),r=e.name!==void 0?[...e.basePath,e.definitionPath,e.name]:e.basePath;return{...e,flags:{hasReferencedOpenAiAnyType:!1},currentPath:r,propertyPath:void 0,seen:new Map(Object.entries(e.definitions).map(([a,t])=>[t._def,{def:t._def,path:[...e.basePath,e.definitionPath,a],jsonSchema:void 0}]))}};function Qa(s,e,r,a){a?.errorMessages&&r&&(s.errorMessage={...s.errorMessage,[e]:r})}function re(s,e,r,a,t){s[e]=r,Qa(s,e,a,t)}var $s=(s,e)=>{let r=0;for(;r<s.length&&r<e.length&&s[r]===e[r];r++);return[(s.length-r).toString(),...e.slice(r)].join("/")};function he(s){if(s.target!=="openAi")return{};let e=[...s.basePath,s.definitionPath,s.openAiAnyTypeName];return s.flags.hasReferencedOpenAiAnyType=!0,{$ref:s.$refStrategy==="relative"?$s(e,s.currentPath):e.join("/")}}function Gc(s,e){let r={type:"array"};return s.type?._def&&s.type?._def?.typeName!==F.ZodAny&&(r.items=G(s.type._def,{...e,currentPath:[...e.currentPath,"items"]})),s.minLength&&re(r,"minItems",s.minLength.value,s.minLength.message,e),s.maxLength&&re(r,"maxItems",s.maxLength.value,s.maxLength.message,e),s.exactLength&&(re(r,"minItems",s.exactLength.value,s.exactLength.message,e),re(r,"maxItems",s.exactLength.value,s.exactLength.message,e)),r}function Xc(s,e){let r={type:"integer",format:"int64"};if(!s.checks)return r;for(let a of s.checks)switch(a.kind){case"min":e.target==="jsonSchema7"?a.inclusive?re(r,"minimum",a.value,a.message,e):re(r,"exclusiveMinimum",a.value,a.message,e):(a.inclusive||(r.exclusiveMinimum=!0),re(r,"minimum",a.value,a.message,e));break;case"max":e.target==="jsonSchema7"?a.inclusive?re(r,"maximum",a.value,a.message,e):re(r,"exclusiveMaximum",a.value,a.message,e):(a.inclusive||(r.exclusiveMaximum=!0),re(r,"maximum",a.value,a.message,e));break;case"multipleOf":re(r,"multipleOf",a.value,a.message,e);break}return r}function Wc(){return{type:"boolean"}}function Ds(s,e){return G(s.type._def,e)}var Qc=(s,e)=>G(s.innerType._def,e);function Ka(s,e,r){let a=r??e.dateStrategy;if(Array.isArray(a))return{anyOf:a.map((t,n)=>Ka(s,e,t))};switch(a){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return fh(s,e)}}var fh=(s,e)=>{let r={type:"integer",format:"unix-time"};if(e.target==="openApi3")return r;for(let a of s.checks)switch(a.kind){case"min":re(r,"minimum",a.value,a.message,e);break;case"max":re(r,"maximum",a.value,a.message,e);break}return r};function Kc(s,e){return{...G(s.innerType._def,e),default:s.defaultValue()}}function Jc(s,e){return e.effectStrategy==="input"?G(s.schema._def,e):he(e)}function Yc(s){return{type:"string",enum:Array.from(s.values)}}var hh=s=>"type"in s&&s.type==="string"?!1:"allOf"in s;function el(s,e){let r=[G(s.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),G(s.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(n=>!!n),a=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,t=[];return r.forEach(n=>{if(hh(n))t.push(...n.allOf),n.unevaluatedProperties===void 0&&(a=void 0);else{let o=n;if("additionalProperties"in n&&n.additionalProperties===!1){let{additionalProperties:i,...l}=n;o=l}else a=void 0;t.push(o)}}),t.length?{allOf:t,...a}:void 0}function tl(s,e){let r=typeof s.value;return r!=="bigint"&&r!=="number"&&r!=="boolean"&&r!=="string"?{type:Array.isArray(s.value)?"array":"object"}:e.target==="openApi3"?{type:r==="bigint"?"integer":r,enum:[s.value]}:{type:r==="bigint"?"integer":r,const:s.value}}var Ja,rt={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>(Ja===void 0&&(Ja=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Ja),uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,ipv4Cidr:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};function Cs(s,e){let r={type:"string"};if(s.checks)for(let a of s.checks)switch(a.kind){case"min":re(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,a.value):a.value,a.message,e);break;case"max":re(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,a.value):a.value,a.message,e);break;case"email":switch(e.emailStrategy){case"format:email":st(r,"email",a.message,e);break;case"format:idn-email":st(r,"idn-email",a.message,e);break;case"pattern:zod":je(r,rt.email,a.message,e);break}break;case"url":st(r,"uri",a.message,e);break;case"uuid":st(r,"uuid",a.message,e);break;case"regex":je(r,a.regex,a.message,e);break;case"cuid":je(r,rt.cuid,a.message,e);break;case"cuid2":je(r,rt.cuid2,a.message,e);break;case"startsWith":je(r,RegExp(`^${Ya(a.value,e)}`),a.message,e);break;case"endsWith":je(r,RegExp(`${Ya(a.value,e)}$`),a.message,e);break;case"datetime":st(r,"date-time",a.message,e);break;case"date":st(r,"date",a.message,e);break;case"time":st(r,"time",a.message,e);break;case"duration":st(r,"duration",a.message,e);break;case"length":re(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,a.value):a.value,a.message,e),re(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,a.value):a.value,a.message,e);break;case"includes":{je(r,RegExp(Ya(a.value,e)),a.message,e);break}case"ip":{a.version!=="v6"&&st(r,"ipv4",a.message,e),a.version!=="v4"&&st(r,"ipv6",a.message,e);break}case"base64url":je(r,rt.base64url,a.message,e);break;case"jwt":je(r,rt.jwt,a.message,e);break;case"cidr":{a.version!=="v6"&&je(r,rt.ipv4Cidr,a.message,e),a.version!=="v4"&&je(r,rt.ipv6Cidr,a.message,e);break}case"emoji":je(r,rt.emoji(),a.message,e);break;case"ulid":{je(r,rt.ulid,a.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{st(r,"binary",a.message,e);break}case"contentEncoding:base64":{re(r,"contentEncoding","base64",a.message,e);break}case"pattern:zod":{je(r,rt.base64,a.message,e);break}}break}case"nanoid":je(r,rt.nanoid,a.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function Ya(s,e){return e.patternStrategy==="escape"?vh(s):s}var mh=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function vh(s){let e="";for(let r=0;r<s.length;r++)mh.has(s[r])||(e+="\\"),e+=s[r];return e}function st(s,e,r,a){s.format||s.anyOf?.some(t=>t.format)?(s.anyOf||(s.anyOf=[]),s.format&&(s.anyOf.push({format:s.format,...s.errorMessage&&a.errorMessages&&{errorMessage:{format:s.errorMessage.format}}}),delete s.format,s.errorMessage&&(delete s.errorMessage.format,Object.keys(s.errorMessage).length===0&&delete s.errorMessage)),s.anyOf.push({format:e,...r&&a.errorMessages&&{errorMessage:{format:r}}})):re(s,"format",e,r,a)}function je(s,e,r,a){s.pattern||s.allOf?.some(t=>t.pattern)?(s.allOf||(s.allOf=[]),s.pattern&&(s.allOf.push({pattern:s.pattern,...s.errorMessage&&a.errorMessages&&{errorMessage:{pattern:s.errorMessage.pattern}}}),delete s.pattern,s.errorMessage&&(delete s.errorMessage.pattern,Object.keys(s.errorMessage).length===0&&delete s.errorMessage)),s.allOf.push({pattern:rl(e,a),...r&&a.errorMessages&&{errorMessage:{pattern:r}}})):re(s,"pattern",rl(e,a),r,a)}function rl(s,e){if(!e.applyRegexFlags||!s.flags)return s.source;let r={i:s.flags.includes("i"),m:s.flags.includes("m"),s:s.flags.includes("s")},a=r.i?s.source.toLowerCase():s.source,t="",n=!1,o=!1,i=!1;for(let l=0;l<a.length;l++){if(n){t+=a[l],n=!1;continue}if(r.i){if(o){if(a[l].match(/[a-z]/)){i?(t+=a[l],t+=`${a[l-2]}-${a[l]}`.toUpperCase(),i=!1):a[l+1]==="-"&&a[l+2]?.match(/[a-z]/)?(t+=a[l],i=!0):t+=`${a[l]}${a[l].toUpperCase()}`;continue}}else if(a[l].match(/[a-z]/)){t+=`[${a[l]}${a[l].toUpperCase()}]`;continue}}if(r.m){if(a[l]==="^"){t+=`(^|(?<=[\r
|
|
]))`;continue}else if(a[l]==="$"){t+=`($|(?=[\r
|
|
]))`;continue}}if(r.s&&a[l]==="."){t+=o?`${a[l]}\r
|
|
`:`[${a[l]}\r
|
|
]`;continue}t+=a[l],a[l]==="\\"?n=!0:o&&a[l]==="]"?o=!1:!o&&a[l]==="["&&(o=!0)}try{new RegExp(t)}catch{return console.warn(`Could not convert regex pattern at ${e.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),s.source}return t}function ks(s,e){if(e.target==="openAi"&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),e.target==="openApi3"&&s.keyType?._def.typeName===F.ZodEnum)return{type:"object",required:s.keyType._def.values,properties:s.keyType._def.values.reduce((a,t)=>({...a,[t]:G(s.valueType._def,{...e,currentPath:[...e.currentPath,"properties",t]})??he(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:G(s.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(s.keyType?._def.typeName===F.ZodString&&s.keyType._def.checks?.length){let{type:a,...t}=Cs(s.keyType._def,e);return{...r,propertyNames:t}}else{if(s.keyType?._def.typeName===F.ZodEnum)return{...r,propertyNames:{enum:s.keyType._def.values}};if(s.keyType?._def.typeName===F.ZodBranded&&s.keyType._def.type._def.typeName===F.ZodString&&s.keyType._def.type._def.checks?.length){let{type:a,...t}=Ds(s.keyType._def,e);return{...r,propertyNames:t}}}return r}function sl(s,e){if(e.mapStrategy==="record")return ks(s,e);let r=G(s.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||he(e),a=G(s.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||he(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,a],minItems:2,maxItems:2}}}function al(s){let e=s.values,a=Object.keys(s.values).filter(n=>typeof e[e[n]]!="number").map(n=>e[n]),t=Array.from(new Set(a.map(n=>typeof n)));return{type:t.length===1?t[0]==="string"?"string":"number":["string","number"],enum:a}}function nl(s){return s.target==="openAi"?void 0:{not:he({...s,currentPath:[...s.currentPath,"not"]})}}function ol(s){return s.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var Ur={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function cl(s,e){if(e.target==="openApi3")return il(s,e);let r=s.options instanceof Map?Array.from(s.options.values()):s.options;if(r.every(a=>a._def.typeName in Ur&&(!a._def.checks||!a._def.checks.length))){let a=r.reduce((t,n)=>{let o=Ur[n._def.typeName];return o&&!t.includes(o)?[...t,o]:t},[]);return{type:a.length>1?a:a[0]}}else if(r.every(a=>a._def.typeName==="ZodLiteral"&&!a.description)){let a=r.reduce((t,n)=>{let o=typeof n._def.value;switch(o){case"string":case"number":case"boolean":return[...t,o];case"bigint":return[...t,"integer"];case"object":if(n._def.value===null)return[...t,"null"];case"symbol":case"undefined":case"function":default:return t}},[]);if(a.length===r.length){let t=a.filter((n,o,i)=>i.indexOf(n)===o);return{type:t.length>1?t:t[0],enum:r.reduce((n,o)=>n.includes(o._def.value)?n:[...n,o._def.value],[])}}}else if(r.every(a=>a._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((a,t)=>[...a,...t._def.values.filter(n=>!a.includes(n))],[])};return il(s,e)}var il=(s,e)=>{let r=(s.options instanceof Map?Array.from(s.options.values()):s.options).map((a,t)=>G(a._def,{...e,currentPath:[...e.currentPath,"anyOf",`${t}`]})).filter(a=>!!a&&(!e.strictUnions||typeof a=="object"&&Object.keys(a).length>0));return r.length?{anyOf:r}:void 0};function ll(s,e){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(s.innerType._def.typeName)&&(!s.innerType._def.checks||!s.innerType._def.checks.length))return e.target==="openApi3"?{type:Ur[s.innerType._def.typeName],nullable:!0}:{type:[Ur[s.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let a=G(s.innerType._def,{...e,currentPath:[...e.currentPath]});return a&&"$ref"in a?{allOf:[a],nullable:!0}:a&&{...a,nullable:!0}}let r=G(s.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function ul(s,e){let r={type:"number"};if(!s.checks)return r;for(let a of s.checks)switch(a.kind){case"int":r.type="integer",Qa(r,"type",a.message,e);break;case"min":e.target==="jsonSchema7"?a.inclusive?re(r,"minimum",a.value,a.message,e):re(r,"exclusiveMinimum",a.value,a.message,e):(a.inclusive||(r.exclusiveMinimum=!0),re(r,"minimum",a.value,a.message,e));break;case"max":e.target==="jsonSchema7"?a.inclusive?re(r,"maximum",a.value,a.message,e):re(r,"exclusiveMaximum",a.value,a.message,e):(a.inclusive||(r.exclusiveMaximum=!0),re(r,"maximum",a.value,a.message,e));break;case"multipleOf":re(r,"multipleOf",a.value,a.message,e);break}return r}function dl(s,e){let r=e.target==="openAi",a={type:"object",properties:{}},t=[],n=s.shape();for(let i in n){let l=n[i];if(l===void 0||l._def===void 0)continue;let u=yh(l);u&&r&&(l._def.typeName==="ZodOptional"&&(l=l._def.innerType),l.isNullable()||(l=l.nullable()),u=!1);let d=G(l._def,{...e,currentPath:[...e.currentPath,"properties",i],propertyPath:[...e.currentPath,"properties",i]});d!==void 0&&(a.properties[i]=d,u||t.push(i))}t.length&&(a.required=t);let o=gh(s,e);return o!==void 0&&(a.additionalProperties=o),a}function gh(s,e){if(s.catchall._def.typeName!=="ZodNever")return G(s.catchall._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]});switch(s.unknownKeys){case"passthrough":return e.allowedAdditionalProperties;case"strict":return e.rejectedAdditionalProperties;case"strip":return e.removeAdditionalStrategy==="strict"?e.allowedAdditionalProperties:e.rejectedAdditionalProperties}}function yh(s){try{return s.isOptional()}catch{return!0}}var pl=(s,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return G(s.innerType._def,e);let r=G(s.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:he(e)},r]}:he(e)};var fl=(s,e)=>{if(e.pipeStrategy==="input")return G(s.in._def,e);if(e.pipeStrategy==="output")return G(s.out._def,e);let r=G(s.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),a=G(s.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,a].filter(t=>t!==void 0)}};function hl(s,e){return G(s.type._def,e)}function ml(s,e){let a={type:"array",uniqueItems:!0,items:G(s.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return s.minSize&&re(a,"minItems",s.minSize.value,s.minSize.message,e),s.maxSize&&re(a,"maxItems",s.maxSize.value,s.maxSize.message,e),a}function vl(s,e){return s.rest?{type:"array",minItems:s.items.length,items:s.items.map((r,a)=>G(r._def,{...e,currentPath:[...e.currentPath,"items",`${a}`]})).reduce((r,a)=>a===void 0?r:[...r,a],[]),additionalItems:G(s.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:s.items.length,maxItems:s.items.length,items:s.items.map((r,a)=>G(r._def,{...e,currentPath:[...e.currentPath,"items",`${a}`]})).reduce((r,a)=>a===void 0?r:[...r,a],[])}}function gl(s){return{not:he(s)}}function yl(s){return he(s)}var _l=(s,e)=>G(s.innerType._def,e);var bl=(s,e,r)=>{switch(e){case F.ZodString:return Cs(s,r);case F.ZodNumber:return ul(s,r);case F.ZodObject:return dl(s,r);case F.ZodBigInt:return Xc(s,r);case F.ZodBoolean:return Wc();case F.ZodDate:return Ka(s,r);case F.ZodUndefined:return gl(r);case F.ZodNull:return ol(r);case F.ZodArray:return Gc(s,r);case F.ZodUnion:case F.ZodDiscriminatedUnion:return cl(s,r);case F.ZodIntersection:return el(s,r);case F.ZodTuple:return vl(s,r);case F.ZodRecord:return ks(s,r);case F.ZodLiteral:return tl(s,r);case F.ZodEnum:return Yc(s);case F.ZodNativeEnum:return al(s);case F.ZodNullable:return ll(s,r);case F.ZodOptional:return pl(s,r);case F.ZodMap:return sl(s,r);case F.ZodSet:return ml(s,r);case F.ZodLazy:return()=>s.getter()._def;case F.ZodPromise:return hl(s,r);case F.ZodNaN:case F.ZodNever:return nl(r);case F.ZodEffects:return Jc(s,r);case F.ZodAny:return he(r);case F.ZodUnknown:return yl(r);case F.ZodDefault:return Kc(s,r);case F.ZodBranded:return Ds(s,r);case F.ZodReadonly:return _l(s,r);case F.ZodCatch:return Qc(s,r);case F.ZodPipeline:return fl(s,r);case F.ZodFunction:case F.ZodVoid:case F.ZodSymbol:return;default:return(a=>{})(e)}};function G(s,e,r=!1){let a=e.seen.get(s);if(e.override){let i=e.override?.(s,e,a,r);if(i!==Hc)return i}if(a&&!r){let i=_h(a,e);if(i!==void 0)return i}let t={def:s,path:e.currentPath,jsonSchema:void 0};e.seen.set(s,t);let n=bl(s,s.typeName,e),o=typeof n=="function"?G(n(),e):n;if(o&&bh(s,e,o),e.postProcess){let i=e.postProcess(o,s,e);return t.jsonSchema=o,i}return t.jsonSchema=o,o}var _h=(s,e)=>{switch(e.$refStrategy){case"root":return{$ref:s.path.join("/")};case"relative":return{$ref:$s(e.currentPath,s.path)};case"none":case"seen":return s.path.length<e.currentPath.length&&s.path.every((r,a)=>e.currentPath[a]===r)?(console.warn(`Recursive reference detected at ${e.currentPath.join("/")}! Defaulting to any`),he(e)):e.$refStrategy==="seen"?he(e):void 0}},bh=(s,e,r)=>(s.description&&(r.description=s.description,e.markdownDescription&&(r.markdownDescription=s.description)),r);var en=(s,e)=>{let r=Zc(e),a=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((l,[u,d])=>({...l,[u]:G(d._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??he(r)}),{}):void 0,t=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,n=G(s._def,t===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,t]},!1)??he(r),o=typeof e=="object"&&e.name!==void 0&&e.nameStrategy==="title"?e.name:void 0;o!==void 0&&(n.title=o),r.flags.hasReferencedOpenAiAnyType&&(a||(a={}),a[r.openAiAnyTypeName]||(a[r.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:r.$refStrategy==="relative"?"1":[...r.basePath,r.definitionPath,r.openAiAnyTypeName].join("/")}}));let i=t===void 0?a?{...n,[r.definitionPath]:a}:n:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,t].join("/"),[r.definitionPath]:{...a,[t]:n}};return r.target==="jsonSchema7"?i.$schema="http://json-schema.org/draft-07/schema#":(r.target==="jsonSchema2019-09"||r.target==="openAi")&&(i.$schema="https://json-schema.org/draft/2019-09/schema#"),r.target==="openAi"&&("anyOf"in i||"oneOf"in i||"allOf"in i||"type"in i&&Array.isArray(i.type))&&console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property."),i};var Al=require("path");var xl=Mt(require("better-sqlite3"),1);var $e=require("path"),tn=require("os"),rn=require("fs");var El=require("url"),Sh={};function Eh(){return typeof __dirname<"u"?__dirname:(0,$e.dirname)((0,El.fileURLToPath)(Sh.url))}var O_=Eh(),at=process.env.CLAUDE_MEM_DATA_DIR||(0,$e.join)((0,tn.homedir)(),".claude-mem"),sn=process.env.CLAUDE_CONFIG_DIR||(0,$e.join)((0,tn.homedir)(),".claude"),I_=(0,$e.join)(at,"archives"),N_=(0,$e.join)(at,"logs"),A_=(0,$e.join)(at,"trash"),$_=(0,$e.join)(at,"backups"),D_=(0,$e.join)(at,"settings.json"),Ls=(0,$e.join)(at,"claude-mem.db"),Sl=(0,$e.join)(at,"vector-db"),C_=(0,$e.join)(sn,"settings.json"),k_=(0,$e.join)(sn,"commands"),L_=(0,$e.join)(sn,"CLAUDE.md");function js(s){(0,rn.mkdirSync)(s,{recursive:!0})}var Fs=class{db;constructor(e){e||(js(at),e=Ls),this.db=new xl.default(e),this.db.pragma("journal_mode = WAL"),this.ensureFTSTables()}ensureFTSTables(){try{if(this.db.prepare("SELECT name FROM sqlite_master WHERE type='table' AND name LIKE '%_fts'").all().some(a=>a.name==="observations_fts"||a.name==="session_summaries_fts"))return;console.error("[SessionSearch] Creating FTS5 tables..."),this.db.exec(`
|
|
CREATE VIRTUAL TABLE IF NOT EXISTS observations_fts USING fts5(
|
|
title,
|
|
subtitle,
|
|
narrative,
|
|
text,
|
|
facts,
|
|
concepts,
|
|
content='observations',
|
|
content_rowid='id'
|
|
);
|
|
`),this.db.exec(`
|
|
INSERT INTO observations_fts(rowid, title, subtitle, narrative, text, facts, concepts)
|
|
SELECT id, title, subtitle, narrative, text, facts, concepts
|
|
FROM observations;
|
|
`),this.db.exec(`
|
|
CREATE TRIGGER IF NOT EXISTS observations_ai AFTER INSERT ON observations BEGIN
|
|
INSERT INTO observations_fts(rowid, title, subtitle, narrative, text, facts, concepts)
|
|
VALUES (new.id, new.title, new.subtitle, new.narrative, new.text, new.facts, new.concepts);
|
|
END;
|
|
|
|
CREATE TRIGGER IF NOT EXISTS observations_ad AFTER DELETE ON observations BEGIN
|
|
INSERT INTO observations_fts(observations_fts, rowid, title, subtitle, narrative, text, facts, concepts)
|
|
VALUES('delete', old.id, old.title, old.subtitle, old.narrative, old.text, old.facts, old.concepts);
|
|
END;
|
|
|
|
CREATE TRIGGER IF NOT EXISTS observations_au AFTER UPDATE ON observations BEGIN
|
|
INSERT INTO observations_fts(observations_fts, rowid, title, subtitle, narrative, text, facts, concepts)
|
|
VALUES('delete', old.id, old.title, old.subtitle, old.narrative, old.text, old.facts, old.concepts);
|
|
INSERT INTO observations_fts(rowid, title, subtitle, narrative, text, facts, concepts)
|
|
VALUES (new.id, new.title, new.subtitle, new.narrative, new.text, new.facts, new.concepts);
|
|
END;
|
|
`),this.db.exec(`
|
|
CREATE VIRTUAL TABLE IF NOT EXISTS session_summaries_fts USING fts5(
|
|
request,
|
|
investigated,
|
|
learned,
|
|
completed,
|
|
next_steps,
|
|
notes,
|
|
content='session_summaries',
|
|
content_rowid='id'
|
|
);
|
|
`),this.db.exec(`
|
|
INSERT INTO session_summaries_fts(rowid, request, investigated, learned, completed, next_steps, notes)
|
|
SELECT id, request, investigated, learned, completed, next_steps, notes
|
|
FROM session_summaries;
|
|
`),this.db.exec(`
|
|
CREATE TRIGGER IF NOT EXISTS session_summaries_ai AFTER INSERT ON session_summaries BEGIN
|
|
INSERT INTO session_summaries_fts(rowid, request, investigated, learned, completed, next_steps, notes)
|
|
VALUES (new.id, new.request, new.investigated, new.learned, new.completed, new.next_steps, new.notes);
|
|
END;
|
|
|
|
CREATE TRIGGER IF NOT EXISTS session_summaries_ad AFTER DELETE ON session_summaries BEGIN
|
|
INSERT INTO session_summaries_fts(session_summaries_fts, rowid, request, investigated, learned, completed, next_steps, notes)
|
|
VALUES('delete', old.id, old.request, old.investigated, old.learned, old.completed, old.next_steps, old.notes);
|
|
END;
|
|
|
|
CREATE TRIGGER IF NOT EXISTS session_summaries_au AFTER UPDATE ON session_summaries BEGIN
|
|
INSERT INTO session_summaries_fts(session_summaries_fts, rowid, request, investigated, learned, completed, next_steps, notes)
|
|
VALUES('delete', old.id, old.request, old.investigated, old.learned, old.completed, old.next_steps, old.notes);
|
|
INSERT INTO session_summaries_fts(rowid, request, investigated, learned, completed, next_steps, notes)
|
|
VALUES (new.id, new.request, new.investigated, new.learned, new.completed, new.next_steps, new.notes);
|
|
END;
|
|
`),console.error("[SessionSearch] FTS5 tables created successfully")}catch(e){console.error("[SessionSearch] FTS migration error:",e.message)}}buildFilterClause(e,r,a="o"){let t=[];if(e.project&&(t.push(`${a}.project = ?`),r.push(e.project)),e.type)if(Array.isArray(e.type)){let n=e.type.map(()=>"?").join(",");t.push(`${a}.type IN (${n})`),r.push(...e.type)}else t.push(`${a}.type = ?`),r.push(e.type);if(e.dateRange){let{start:n,end:o}=e.dateRange;if(n){let i=typeof n=="number"?n:new Date(n).getTime();t.push(`${a}.created_at_epoch >= ?`),r.push(i)}if(o){let i=typeof o=="number"?o:new Date(o).getTime();t.push(`${a}.created_at_epoch <= ?`),r.push(i)}}if(e.concepts){let n=Array.isArray(e.concepts)?e.concepts:[e.concepts],o=n.map(()=>`EXISTS (SELECT 1 FROM json_each(${a}.concepts) WHERE value = ?)`);o.length>0&&(t.push(`(${o.join(" OR ")})`),r.push(...n))}if(e.files){let n=Array.isArray(e.files)?e.files:[e.files],o=n.map(()=>`(
|
|
EXISTS (SELECT 1 FROM json_each(${a}.files_read) WHERE value LIKE ?)
|
|
OR EXISTS (SELECT 1 FROM json_each(${a}.files_modified) WHERE value LIKE ?)
|
|
)`);o.length>0&&(t.push(`(${o.join(" OR ")})`),n.forEach(i=>{r.push(`%${i}%`,`%${i}%`)}))}return t.length>0?t.join(" AND "):""}buildOrderClause(e="relevance",r=!0,a="observations_fts"){switch(e){case"relevance":return r?`ORDER BY ${a}.rank ASC`:"ORDER BY o.created_at_epoch DESC";case"date_desc":return"ORDER BY o.created_at_epoch DESC";case"date_asc":return"ORDER BY o.created_at_epoch ASC";default:return"ORDER BY o.created_at_epoch DESC"}}searchObservations(e,r={}){let a=[],{limit:t=50,offset:n=0,orderBy:o="relevance",...i}=r;if(!e){let l=this.buildFilterClause(i,a,"o");if(!l)throw new Error("Either query or filters required for search");let u=this.buildOrderClause(o,!1),d=`
|
|
SELECT o.*, o.discovery_tokens
|
|
FROM observations o
|
|
WHERE ${l}
|
|
${u}
|
|
LIMIT ? OFFSET ?
|
|
`;return a.push(t,n),this.db.prepare(d).all(...a)}return console.warn("[SessionSearch] Text search not supported - use ChromaDB for vector search"),[]}searchSessions(e,r={}){let a=[],{limit:t=50,offset:n=0,orderBy:o="relevance",...i}=r;if(!e){let l={...i};delete l.type;let u=this.buildFilterClause(l,a,"s");if(!u)throw new Error("Either query or filters required for search");let f=`
|
|
SELECT s.*, s.discovery_tokens
|
|
FROM session_summaries s
|
|
WHERE ${u}
|
|
${o==="date_asc"?"ORDER BY s.created_at_epoch ASC":"ORDER BY s.created_at_epoch DESC"}
|
|
LIMIT ? OFFSET ?
|
|
`;return a.push(t,n),this.db.prepare(f).all(...a)}return console.warn("[SessionSearch] Text search not supported - use ChromaDB for vector search"),[]}findByConcept(e,r={}){let a=[],{limit:t=50,offset:n=0,orderBy:o="date_desc",...i}=r,l={...i,concepts:e},u=this.buildFilterClause(l,a,"o"),d=this.buildOrderClause(o,!1),f=`
|
|
SELECT o.*, o.discovery_tokens
|
|
FROM observations o
|
|
WHERE ${u}
|
|
${d}
|
|
LIMIT ? OFFSET ?
|
|
`;return a.push(t,n),this.db.prepare(f).all(...a)}findByFile(e,r={}){let a=[],{limit:t=50,offset:n=0,orderBy:o="date_desc",...i}=r,l={...i,files:e},u=this.buildFilterClause(l,a,"o"),d=this.buildOrderClause(o,!1),f=`
|
|
SELECT o.*, o.discovery_tokens
|
|
FROM observations o
|
|
WHERE ${u}
|
|
${d}
|
|
LIMIT ? OFFSET ?
|
|
`;a.push(t,n);let m=this.db.prepare(f).all(...a),p=[],g={...i};delete g.type;let y=[];if(g.project&&(y.push("s.project = ?"),p.push(g.project)),g.dateRange){let{start:R,end:E}=g.dateRange;if(R){let w=typeof R=="number"?R:new Date(R).getTime();y.push("s.created_at_epoch >= ?"),p.push(w)}if(E){let w=typeof E=="number"?E:new Date(E).getTime();y.push("s.created_at_epoch <= ?"),p.push(w)}}y.push(`(
|
|
EXISTS (SELECT 1 FROM json_each(s.files_read) WHERE value LIKE ?)
|
|
OR EXISTS (SELECT 1 FROM json_each(s.files_edited) WHERE value LIKE ?)
|
|
)`),p.push(`%${e}%`,`%${e}%`);let v=`
|
|
SELECT s.*, s.discovery_tokens
|
|
FROM session_summaries s
|
|
WHERE ${y.join(" AND ")}
|
|
ORDER BY s.created_at_epoch DESC
|
|
LIMIT ? OFFSET ?
|
|
`;p.push(t,n);let S=this.db.prepare(v).all(...p);return{observations:m,sessions:S}}findByType(e,r={}){let a=[],{limit:t=50,offset:n=0,orderBy:o="date_desc",...i}=r,l={...i,type:e},u=this.buildFilterClause(l,a,"o"),d=this.buildOrderClause(o,!1),f=`
|
|
SELECT o.*, o.discovery_tokens
|
|
FROM observations o
|
|
WHERE ${u}
|
|
${d}
|
|
LIMIT ? OFFSET ?
|
|
`;return a.push(t,n),this.db.prepare(f).all(...a)}searchUserPrompts(e,r={}){let a=[],{limit:t=20,offset:n=0,orderBy:o="relevance",...i}=r,l=[];if(i.project&&(l.push("s.project = ?"),a.push(i.project)),i.dateRange){let{start:u,end:d}=i.dateRange;if(u){let f=typeof u=="number"?u:new Date(u).getTime();l.push("up.created_at_epoch >= ?"),a.push(f)}if(d){let f=typeof d=="number"?d:new Date(d).getTime();l.push("up.created_at_epoch <= ?"),a.push(f)}}if(!e){if(l.length===0)throw new Error("Either query or filters required for search");let f=`
|
|
SELECT up.*
|
|
FROM user_prompts up
|
|
JOIN sdk_sessions s ON up.claude_session_id = s.claude_session_id
|
|
${`WHERE ${l.join(" AND ")}`}
|
|
${o==="date_asc"?"ORDER BY up.created_at_epoch ASC":"ORDER BY up.created_at_epoch DESC"}
|
|
LIMIT ? OFFSET ?
|
|
`;return a.push(t,n),this.db.prepare(f).all(...a)}return console.warn("[SessionSearch] Text search not supported - use ChromaDB for vector search"),[]}getUserPromptsBySession(e){return this.db.prepare(`
|
|
SELECT
|
|
id,
|
|
claude_session_id,
|
|
prompt_number,
|
|
prompt_text,
|
|
created_at,
|
|
created_at_epoch
|
|
FROM user_prompts
|
|
WHERE claude_session_id = ?
|
|
ORDER BY prompt_number ASC
|
|
`).all(e)}close(){this.db.close()}};var Tl=Mt(require("better-sqlite3"),1);var an=(n=>(n[n.DEBUG=0]="DEBUG",n[n.INFO=1]="INFO",n[n.WARN=2]="WARN",n[n.ERROR=3]="ERROR",n[n.SILENT=4]="SILENT",n))(an||{}),nn=class{level;useColor;constructor(){let e=process.env.CLAUDE_MEM_LOG_LEVEL?.toUpperCase()||"INFO";this.level=an[e]??1,this.useColor=process.stdout.isTTY??!1}correlationId(e,r){return`obs-${e}-${r}`}sessionId(e){return`session-${e}`}formatData(e){if(e==null)return"";if(typeof e=="string")return e;if(typeof e=="number"||typeof e=="boolean")return e.toString();if(typeof e=="object"){if(e instanceof Error)return this.level===0?`${e.message}
|
|
${e.stack}`:e.message;if(Array.isArray(e))return`[${e.length} items]`;let r=Object.keys(e);return r.length===0?"{}":r.length<=3?JSON.stringify(e):`{${r.length} keys: ${r.slice(0,3).join(", ")}...}`}return String(e)}formatTool(e,r){if(!r)return e;try{let a=typeof r=="string"?JSON.parse(r):r;if(e==="Bash"&&a.command){let t=a.command.length>50?a.command.substring(0,50)+"...":a.command;return`${e}(${t})`}if(e==="Read"&&a.file_path){let t=a.file_path.split("/").pop()||a.file_path;return`${e}(${t})`}if(e==="Edit"&&a.file_path){let t=a.file_path.split("/").pop()||a.file_path;return`${e}(${t})`}if(e==="Write"&&a.file_path){let t=a.file_path.split("/").pop()||a.file_path;return`${e}(${t})`}return e}catch{return e}}log(e,r,a,t,n){if(e<this.level)return;let o=new Date().toISOString().replace("T"," ").substring(0,23),i=an[e].padEnd(5),l=r.padEnd(6),u="";t?.correlationId?u=`[${t.correlationId}] `:t?.sessionId&&(u=`[session-${t.sessionId}] `);let d="";n!=null&&(this.level===0&&typeof n=="object"?d=`
|
|
`+JSON.stringify(n,null,2):d=" "+this.formatData(n));let f="";if(t){let{sessionId:p,sdkSessionId:g,correlationId:y,...v}=t;Object.keys(v).length>0&&(f=` {${Object.entries(v).map(([R,E])=>`${R}=${E}`).join(", ")}}`)}let m=`[${o}] [${i}] [${l}] ${u}${a}${f}${d}`;e===3?console.error(m):console.log(m)}debug(e,r,a,t){this.log(0,e,r,a,t)}info(e,r,a,t){this.log(1,e,r,a,t)}warn(e,r,a,t){this.log(2,e,r,a,t)}error(e,r,a,t){this.log(3,e,r,a,t)}dataIn(e,r,a,t){this.info(e,`\u2192 ${r}`,a,t)}dataOut(e,r,a,t){this.info(e,`\u2190 ${r}`,a,t)}success(e,r,a,t){this.info(e,`\u2713 ${r}`,a,t)}failure(e,r,a,t){this.error(e,`\u2717 ${r}`,a,t)}timing(e,r,a,t){this.info(e,`\u23F1 ${r}`,t,{duration:`${a}ms`})}},Rl=new nn;var Ms=class{db;constructor(){js(at),this.db=new Tl.default(Ls),this.db.pragma("journal_mode = WAL"),this.db.pragma("synchronous = NORMAL"),this.db.pragma("foreign_keys = ON"),this.initializeSchema(),this.ensureWorkerPortColumn(),this.ensurePromptTrackingColumns(),this.removeSessionSummariesUniqueConstraint(),this.addObservationHierarchicalFields(),this.makeObservationsTextNullable(),this.createUserPromptsTable(),this.ensureDiscoveryTokensColumn()}initializeSchema(){try{this.db.exec(`
|
|
CREATE TABLE IF NOT EXISTS schema_versions (
|
|
id INTEGER PRIMARY KEY,
|
|
version INTEGER UNIQUE NOT NULL,
|
|
applied_at TEXT NOT NULL
|
|
)
|
|
`);let e=this.db.prepare("SELECT version FROM schema_versions ORDER BY version").all();(e.length>0?Math.max(...e.map(a=>a.version)):0)===0&&(console.error("[SessionStore] Initializing fresh database with migration004..."),this.db.exec(`
|
|
CREATE TABLE IF NOT EXISTS sdk_sessions (
|
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
claude_session_id TEXT UNIQUE NOT NULL,
|
|
sdk_session_id TEXT UNIQUE,
|
|
project TEXT NOT NULL,
|
|
user_prompt TEXT,
|
|
started_at TEXT NOT NULL,
|
|
started_at_epoch INTEGER NOT NULL,
|
|
completed_at TEXT,
|
|
completed_at_epoch INTEGER,
|
|
status TEXT CHECK(status IN ('active', 'completed', 'failed')) NOT NULL DEFAULT 'active'
|
|
);
|
|
|
|
CREATE INDEX IF NOT EXISTS idx_sdk_sessions_claude_id ON sdk_sessions(claude_session_id);
|
|
CREATE INDEX IF NOT EXISTS idx_sdk_sessions_sdk_id ON sdk_sessions(sdk_session_id);
|
|
CREATE INDEX IF NOT EXISTS idx_sdk_sessions_project ON sdk_sessions(project);
|
|
CREATE INDEX IF NOT EXISTS idx_sdk_sessions_status ON sdk_sessions(status);
|
|
CREATE INDEX IF NOT EXISTS idx_sdk_sessions_started ON sdk_sessions(started_at_epoch DESC);
|
|
|
|
CREATE TABLE IF NOT EXISTS observations (
|
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
sdk_session_id TEXT NOT NULL,
|
|
project TEXT NOT NULL,
|
|
text TEXT NOT NULL,
|
|
type TEXT NOT NULL CHECK(type IN ('decision', 'bugfix', 'feature', 'refactor', 'discovery')),
|
|
created_at TEXT NOT NULL,
|
|
created_at_epoch INTEGER NOT NULL,
|
|
FOREIGN KEY(sdk_session_id) REFERENCES sdk_sessions(sdk_session_id) ON DELETE CASCADE
|
|
);
|
|
|
|
CREATE INDEX IF NOT EXISTS idx_observations_sdk_session ON observations(sdk_session_id);
|
|
CREATE INDEX IF NOT EXISTS idx_observations_project ON observations(project);
|
|
CREATE INDEX IF NOT EXISTS idx_observations_type ON observations(type);
|
|
CREATE INDEX IF NOT EXISTS idx_observations_created ON observations(created_at_epoch DESC);
|
|
|
|
CREATE TABLE IF NOT EXISTS session_summaries (
|
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
sdk_session_id TEXT UNIQUE NOT NULL,
|
|
project TEXT NOT NULL,
|
|
request TEXT,
|
|
investigated TEXT,
|
|
learned TEXT,
|
|
completed TEXT,
|
|
next_steps TEXT,
|
|
files_read TEXT,
|
|
files_edited TEXT,
|
|
notes TEXT,
|
|
created_at TEXT NOT NULL,
|
|
created_at_epoch INTEGER NOT NULL,
|
|
FOREIGN KEY(sdk_session_id) REFERENCES sdk_sessions(sdk_session_id) ON DELETE CASCADE
|
|
);
|
|
|
|
CREATE INDEX IF NOT EXISTS idx_session_summaries_sdk_session ON session_summaries(sdk_session_id);
|
|
CREATE INDEX IF NOT EXISTS idx_session_summaries_project ON session_summaries(project);
|
|
CREATE INDEX IF NOT EXISTS idx_session_summaries_created ON session_summaries(created_at_epoch DESC);
|
|
`),this.db.prepare("INSERT INTO schema_versions (version, applied_at) VALUES (?, ?)").run(4,new Date().toISOString()),console.error("[SessionStore] Migration004 applied successfully"))}catch(e){throw console.error("[SessionStore] Schema initialization error:",e.message),e}}ensureWorkerPortColumn(){try{if(this.db.prepare("SELECT version FROM schema_versions WHERE version = ?").get(5))return;this.db.pragma("table_info(sdk_sessions)").some(t=>t.name==="worker_port")||(this.db.exec("ALTER TABLE sdk_sessions ADD COLUMN worker_port INTEGER"),console.error("[SessionStore] Added worker_port column to sdk_sessions table")),this.db.prepare("INSERT OR IGNORE INTO schema_versions (version, applied_at) VALUES (?, ?)").run(5,new Date().toISOString())}catch(e){console.error("[SessionStore] Migration error:",e.message)}}ensurePromptTrackingColumns(){try{if(this.db.prepare("SELECT version FROM schema_versions WHERE version = ?").get(6))return;this.db.pragma("table_info(sdk_sessions)").some(l=>l.name==="prompt_counter")||(this.db.exec("ALTER TABLE sdk_sessions ADD COLUMN prompt_counter INTEGER DEFAULT 0"),console.error("[SessionStore] Added prompt_counter column to sdk_sessions table")),this.db.pragma("table_info(observations)").some(l=>l.name==="prompt_number")||(this.db.exec("ALTER TABLE observations ADD COLUMN prompt_number INTEGER"),console.error("[SessionStore] Added prompt_number column to observations table")),this.db.pragma("table_info(session_summaries)").some(l=>l.name==="prompt_number")||(this.db.exec("ALTER TABLE session_summaries ADD COLUMN prompt_number INTEGER"),console.error("[SessionStore] Added prompt_number column to session_summaries table")),this.db.prepare("INSERT OR IGNORE INTO schema_versions (version, applied_at) VALUES (?, ?)").run(6,new Date().toISOString())}catch(e){console.error("[SessionStore] Prompt tracking migration error:",e.message)}}removeSessionSummariesUniqueConstraint(){try{if(this.db.prepare("SELECT version FROM schema_versions WHERE version = ?").get(7))return;if(!this.db.pragma("index_list(session_summaries)").some(t=>t.unique===1)){this.db.prepare("INSERT OR IGNORE INTO schema_versions (version, applied_at) VALUES (?, ?)").run(7,new Date().toISOString());return}console.error("[SessionStore] Removing UNIQUE constraint from session_summaries.sdk_session_id..."),this.db.exec("BEGIN TRANSACTION");try{this.db.exec(`
|
|
CREATE TABLE session_summaries_new (
|
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
sdk_session_id TEXT NOT NULL,
|
|
project TEXT NOT NULL,
|
|
request TEXT,
|
|
investigated TEXT,
|
|
learned TEXT,
|
|
completed TEXT,
|
|
next_steps TEXT,
|
|
files_read TEXT,
|
|
files_edited TEXT,
|
|
notes TEXT,
|
|
prompt_number INTEGER,
|
|
created_at TEXT NOT NULL,
|
|
created_at_epoch INTEGER NOT NULL,
|
|
FOREIGN KEY(sdk_session_id) REFERENCES sdk_sessions(sdk_session_id) ON DELETE CASCADE
|
|
)
|
|
`),this.db.exec(`
|
|
INSERT INTO session_summaries_new
|
|
SELECT id, sdk_session_id, project, request, investigated, learned,
|
|
completed, next_steps, files_read, files_edited, notes,
|
|
prompt_number, created_at, created_at_epoch
|
|
FROM session_summaries
|
|
`),this.db.exec("DROP TABLE session_summaries"),this.db.exec("ALTER TABLE session_summaries_new RENAME TO session_summaries"),this.db.exec(`
|
|
CREATE INDEX idx_session_summaries_sdk_session ON session_summaries(sdk_session_id);
|
|
CREATE INDEX idx_session_summaries_project ON session_summaries(project);
|
|
CREATE INDEX idx_session_summaries_created ON session_summaries(created_at_epoch DESC);
|
|
`),this.db.exec("COMMIT"),this.db.prepare("INSERT OR IGNORE INTO schema_versions (version, applied_at) VALUES (?, ?)").run(7,new Date().toISOString()),console.error("[SessionStore] Successfully removed UNIQUE constraint from session_summaries.sdk_session_id")}catch(t){throw this.db.exec("ROLLBACK"),t}}catch(e){console.error("[SessionStore] Migration error (remove UNIQUE constraint):",e.message)}}addObservationHierarchicalFields(){try{if(this.db.prepare("SELECT version FROM schema_versions WHERE version = ?").get(8))return;if(this.db.pragma("table_info(observations)").some(t=>t.name==="title")){this.db.prepare("INSERT OR IGNORE INTO schema_versions (version, applied_at) VALUES (?, ?)").run(8,new Date().toISOString());return}console.error("[SessionStore] Adding hierarchical fields to observations table..."),this.db.exec(`
|
|
ALTER TABLE observations ADD COLUMN title TEXT;
|
|
ALTER TABLE observations ADD COLUMN subtitle TEXT;
|
|
ALTER TABLE observations ADD COLUMN facts TEXT;
|
|
ALTER TABLE observations ADD COLUMN narrative TEXT;
|
|
ALTER TABLE observations ADD COLUMN concepts TEXT;
|
|
ALTER TABLE observations ADD COLUMN files_read TEXT;
|
|
ALTER TABLE observations ADD COLUMN files_modified TEXT;
|
|
`),this.db.prepare("INSERT OR IGNORE INTO schema_versions (version, applied_at) VALUES (?, ?)").run(8,new Date().toISOString()),console.error("[SessionStore] Successfully added hierarchical fields to observations table")}catch(e){console.error("[SessionStore] Migration error (add hierarchical fields):",e.message)}}makeObservationsTextNullable(){try{if(this.db.prepare("SELECT version FROM schema_versions WHERE version = ?").get(9))return;let a=this.db.pragma("table_info(observations)").find(t=>t.name==="text");if(!a||a.notnull===0){this.db.prepare("INSERT OR IGNORE INTO schema_versions (version, applied_at) VALUES (?, ?)").run(9,new Date().toISOString());return}console.error("[SessionStore] Making observations.text nullable..."),this.db.exec("BEGIN TRANSACTION");try{this.db.exec(`
|
|
CREATE TABLE observations_new (
|
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
sdk_session_id TEXT NOT NULL,
|
|
project TEXT NOT NULL,
|
|
text TEXT,
|
|
type TEXT NOT NULL CHECK(type IN ('decision', 'bugfix', 'feature', 'refactor', 'discovery', 'change')),
|
|
title TEXT,
|
|
subtitle TEXT,
|
|
facts TEXT,
|
|
narrative TEXT,
|
|
concepts TEXT,
|
|
files_read TEXT,
|
|
files_modified TEXT,
|
|
prompt_number INTEGER,
|
|
created_at TEXT NOT NULL,
|
|
created_at_epoch INTEGER NOT NULL,
|
|
FOREIGN KEY(sdk_session_id) REFERENCES sdk_sessions(sdk_session_id) ON DELETE CASCADE
|
|
)
|
|
`),this.db.exec(`
|
|
INSERT INTO observations_new
|
|
SELECT id, sdk_session_id, project, text, type, title, subtitle, facts,
|
|
narrative, concepts, files_read, files_modified, prompt_number,
|
|
created_at, created_at_epoch
|
|
FROM observations
|
|
`),this.db.exec("DROP TABLE observations"),this.db.exec("ALTER TABLE observations_new RENAME TO observations"),this.db.exec(`
|
|
CREATE INDEX idx_observations_sdk_session ON observations(sdk_session_id);
|
|
CREATE INDEX idx_observations_project ON observations(project);
|
|
CREATE INDEX idx_observations_type ON observations(type);
|
|
CREATE INDEX idx_observations_created ON observations(created_at_epoch DESC);
|
|
`),this.db.exec("COMMIT"),this.db.prepare("INSERT OR IGNORE INTO schema_versions (version, applied_at) VALUES (?, ?)").run(9,new Date().toISOString()),console.error("[SessionStore] Successfully made observations.text nullable")}catch(t){throw this.db.exec("ROLLBACK"),t}}catch(e){console.error("[SessionStore] Migration error (make text nullable):",e.message)}}createUserPromptsTable(){try{if(this.db.prepare("SELECT version FROM schema_versions WHERE version = ?").get(10))return;if(this.db.pragma("table_info(user_prompts)").length>0){this.db.prepare("INSERT OR IGNORE INTO schema_versions (version, applied_at) VALUES (?, ?)").run(10,new Date().toISOString());return}console.error("[SessionStore] Creating user_prompts table with FTS5 support..."),this.db.exec("BEGIN TRANSACTION");try{this.db.exec(`
|
|
CREATE TABLE user_prompts (
|
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
claude_session_id TEXT NOT NULL,
|
|
prompt_number INTEGER NOT NULL,
|
|
prompt_text TEXT NOT NULL,
|
|
created_at TEXT NOT NULL,
|
|
created_at_epoch INTEGER NOT NULL,
|
|
FOREIGN KEY(claude_session_id) REFERENCES sdk_sessions(claude_session_id) ON DELETE CASCADE
|
|
);
|
|
|
|
CREATE INDEX idx_user_prompts_claude_session ON user_prompts(claude_session_id);
|
|
CREATE INDEX idx_user_prompts_created ON user_prompts(created_at_epoch DESC);
|
|
CREATE INDEX idx_user_prompts_prompt_number ON user_prompts(prompt_number);
|
|
CREATE INDEX idx_user_prompts_lookup ON user_prompts(claude_session_id, prompt_number);
|
|
`),this.db.exec(`
|
|
CREATE VIRTUAL TABLE user_prompts_fts USING fts5(
|
|
prompt_text,
|
|
content='user_prompts',
|
|
content_rowid='id'
|
|
);
|
|
`),this.db.exec(`
|
|
CREATE TRIGGER user_prompts_ai AFTER INSERT ON user_prompts BEGIN
|
|
INSERT INTO user_prompts_fts(rowid, prompt_text)
|
|
VALUES (new.id, new.prompt_text);
|
|
END;
|
|
|
|
CREATE TRIGGER user_prompts_ad AFTER DELETE ON user_prompts BEGIN
|
|
INSERT INTO user_prompts_fts(user_prompts_fts, rowid, prompt_text)
|
|
VALUES('delete', old.id, old.prompt_text);
|
|
END;
|
|
|
|
CREATE TRIGGER user_prompts_au AFTER UPDATE ON user_prompts BEGIN
|
|
INSERT INTO user_prompts_fts(user_prompts_fts, rowid, prompt_text)
|
|
VALUES('delete', old.id, old.prompt_text);
|
|
INSERT INTO user_prompts_fts(rowid, prompt_text)
|
|
VALUES (new.id, new.prompt_text);
|
|
END;
|
|
`),this.db.exec("COMMIT"),this.db.prepare("INSERT OR IGNORE INTO schema_versions (version, applied_at) VALUES (?, ?)").run(10,new Date().toISOString()),console.error("[SessionStore] Successfully created user_prompts table with FTS5 support")}catch(a){throw this.db.exec("ROLLBACK"),a}}catch(e){console.error("[SessionStore] Migration error (create user_prompts table):",e.message)}}ensureDiscoveryTokensColumn(){try{if(this.db.prepare("SELECT version FROM schema_versions WHERE version = ?").get(11))return;this.db.pragma("table_info(observations)").some(o=>o.name==="discovery_tokens")||(this.db.exec("ALTER TABLE observations ADD COLUMN discovery_tokens INTEGER DEFAULT 0"),console.error("[SessionStore] Added discovery_tokens column to observations table")),this.db.pragma("table_info(session_summaries)").some(o=>o.name==="discovery_tokens")||(this.db.exec("ALTER TABLE session_summaries ADD COLUMN discovery_tokens INTEGER DEFAULT 0"),console.error("[SessionStore] Added discovery_tokens column to session_summaries table")),this.db.prepare("INSERT OR IGNORE INTO schema_versions (version, applied_at) VALUES (?, ?)").run(11,new Date().toISOString())}catch(e){throw console.error("[SessionStore] Discovery tokens migration error:",e.message),e}}getRecentSummaries(e,r=10){return this.db.prepare(`
|
|
SELECT
|
|
request, investigated, learned, completed, next_steps,
|
|
files_read, files_edited, notes, prompt_number, created_at
|
|
FROM session_summaries
|
|
WHERE project = ?
|
|
ORDER BY created_at_epoch DESC
|
|
LIMIT ?
|
|
`).all(e,r)}getRecentSummariesWithSessionInfo(e,r=3){return this.db.prepare(`
|
|
SELECT
|
|
sdk_session_id, request, learned, completed, next_steps,
|
|
prompt_number, created_at
|
|
FROM session_summaries
|
|
WHERE project = ?
|
|
ORDER BY created_at_epoch DESC
|
|
LIMIT ?
|
|
`).all(e,r)}getRecentObservations(e,r=20){return this.db.prepare(`
|
|
SELECT type, text, prompt_number, created_at
|
|
FROM observations
|
|
WHERE project = ?
|
|
ORDER BY created_at_epoch DESC
|
|
LIMIT ?
|
|
`).all(e,r)}getAllRecentObservations(e=100){return this.db.prepare(`
|
|
SELECT id, type, title, subtitle, text, project, prompt_number, created_at, created_at_epoch
|
|
FROM observations
|
|
ORDER BY created_at_epoch DESC
|
|
LIMIT ?
|
|
`).all(e)}getAllRecentSummaries(e=50){return this.db.prepare(`
|
|
SELECT id, request, investigated, learned, completed, next_steps,
|
|
files_read, files_edited, notes, project, prompt_number,
|
|
created_at, created_at_epoch
|
|
FROM session_summaries
|
|
ORDER BY created_at_epoch DESC
|
|
LIMIT ?
|
|
`).all(e)}getAllRecentUserPrompts(e=100){return this.db.prepare(`
|
|
SELECT
|
|
up.id,
|
|
up.claude_session_id,
|
|
s.project,
|
|
up.prompt_number,
|
|
up.prompt_text,
|
|
up.created_at,
|
|
up.created_at_epoch
|
|
FROM user_prompts up
|
|
LEFT JOIN sdk_sessions s ON up.claude_session_id = s.claude_session_id
|
|
ORDER BY up.created_at_epoch DESC
|
|
LIMIT ?
|
|
`).all(e)}getAllProjects(){return this.db.prepare(`
|
|
SELECT DISTINCT project
|
|
FROM sdk_sessions
|
|
WHERE project IS NOT NULL AND project != ''
|
|
ORDER BY project ASC
|
|
`).all().map(a=>a.project)}getRecentSessionsWithStatus(e,r=3){return this.db.prepare(`
|
|
SELECT * FROM (
|
|
SELECT
|
|
s.sdk_session_id,
|
|
s.status,
|
|
s.started_at,
|
|
s.started_at_epoch,
|
|
s.user_prompt,
|
|
CASE WHEN sum.sdk_session_id IS NOT NULL THEN 1 ELSE 0 END as has_summary
|
|
FROM sdk_sessions s
|
|
LEFT JOIN session_summaries sum ON s.sdk_session_id = sum.sdk_session_id
|
|
WHERE s.project = ? AND s.sdk_session_id IS NOT NULL
|
|
GROUP BY s.sdk_session_id
|
|
ORDER BY s.started_at_epoch DESC
|
|
LIMIT ?
|
|
)
|
|
ORDER BY started_at_epoch ASC
|
|
`).all(e,r)}getObservationsForSession(e){return this.db.prepare(`
|
|
SELECT title, subtitle, type, prompt_number
|
|
FROM observations
|
|
WHERE sdk_session_id = ?
|
|
ORDER BY created_at_epoch ASC
|
|
`).all(e)}getObservationById(e){return this.db.prepare(`
|
|
SELECT *
|
|
FROM observations
|
|
WHERE id = ?
|
|
`).get(e)||null}getObservationsByIds(e,r={}){if(e.length===0)return[];let{orderBy:a="date_desc",limit:t}=r,n=a==="date_asc"?"ASC":"DESC",o=t?`LIMIT ${t}`:"",i=e.map(()=>"?").join(",");return this.db.prepare(`
|
|
SELECT *
|
|
FROM observations
|
|
WHERE id IN (${i})
|
|
ORDER BY created_at_epoch ${n}
|
|
${o}
|
|
`).all(...e)}getSummaryForSession(e){return this.db.prepare(`
|
|
SELECT
|
|
request, investigated, learned, completed, next_steps,
|
|
files_read, files_edited, notes, prompt_number, created_at
|
|
FROM session_summaries
|
|
WHERE sdk_session_id = ?
|
|
ORDER BY created_at_epoch DESC
|
|
LIMIT 1
|
|
`).get(e)||null}getFilesForSession(e){let a=this.db.prepare(`
|
|
SELECT files_read, files_modified
|
|
FROM observations
|
|
WHERE sdk_session_id = ?
|
|
`).all(e),t=new Set,n=new Set;for(let o of a){if(o.files_read)try{let i=JSON.parse(o.files_read);Array.isArray(i)&&i.forEach(l=>t.add(l))}catch{}if(o.files_modified)try{let i=JSON.parse(o.files_modified);Array.isArray(i)&&i.forEach(l=>n.add(l))}catch{}}return{filesRead:Array.from(t),filesModified:Array.from(n)}}getSessionById(e){return this.db.prepare(`
|
|
SELECT id, claude_session_id, sdk_session_id, project, user_prompt
|
|
FROM sdk_sessions
|
|
WHERE id = ?
|
|
LIMIT 1
|
|
`).get(e)||null}findActiveSDKSession(e){return this.db.prepare(`
|
|
SELECT id, sdk_session_id, project, worker_port
|
|
FROM sdk_sessions
|
|
WHERE claude_session_id = ? AND status = 'active'
|
|
LIMIT 1
|
|
`).get(e)||null}findAnySDKSession(e){return this.db.prepare(`
|
|
SELECT id
|
|
FROM sdk_sessions
|
|
WHERE claude_session_id = ?
|
|
LIMIT 1
|
|
`).get(e)||null}reactivateSession(e,r){this.db.prepare(`
|
|
UPDATE sdk_sessions
|
|
SET status = 'active', user_prompt = ?, worker_port = NULL
|
|
WHERE id = ?
|
|
`).run(r,e)}incrementPromptCounter(e){return this.db.prepare(`
|
|
UPDATE sdk_sessions
|
|
SET prompt_counter = COALESCE(prompt_counter, 0) + 1
|
|
WHERE id = ?
|
|
`).run(e),this.db.prepare(`
|
|
SELECT prompt_counter FROM sdk_sessions WHERE id = ?
|
|
`).get(e)?.prompt_counter||1}getPromptCounter(e){return this.db.prepare(`
|
|
SELECT prompt_counter FROM sdk_sessions WHERE id = ?
|
|
`).get(e)?.prompt_counter||0}createSDKSession(e,r,a){let t=new Date,n=t.getTime(),i=this.db.prepare(`
|
|
INSERT OR IGNORE INTO sdk_sessions
|
|
(claude_session_id, sdk_session_id, project, user_prompt, started_at, started_at_epoch, status)
|
|
VALUES (?, ?, ?, ?, ?, ?, 'active')
|
|
`).run(e,e,r,a,t.toISOString(),n);return i.lastInsertRowid===0||i.changes===0?(r&&r.trim()!==""&&this.db.prepare(`
|
|
UPDATE sdk_sessions
|
|
SET project = ?, user_prompt = ?
|
|
WHERE claude_session_id = ?
|
|
`).run(r,a,e),this.db.prepare(`
|
|
SELECT id FROM sdk_sessions WHERE claude_session_id = ? LIMIT 1
|
|
`).get(e).id):i.lastInsertRowid}updateSDKSessionId(e,r){return this.db.prepare(`
|
|
UPDATE sdk_sessions
|
|
SET sdk_session_id = ?
|
|
WHERE id = ? AND sdk_session_id IS NULL
|
|
`).run(r,e).changes===0?(Rl.debug("DB","sdk_session_id already set, skipping update",{sessionId:e,sdkSessionId:r}),!1):!0}setWorkerPort(e,r){this.db.prepare(`
|
|
UPDATE sdk_sessions
|
|
SET worker_port = ?
|
|
WHERE id = ?
|
|
`).run(r,e)}getWorkerPort(e){return this.db.prepare(`
|
|
SELECT worker_port
|
|
FROM sdk_sessions
|
|
WHERE id = ?
|
|
LIMIT 1
|
|
`).get(e)?.worker_port||null}saveUserPrompt(e,r,a){let t=new Date,n=t.getTime();return this.db.prepare(`
|
|
INSERT INTO user_prompts
|
|
(claude_session_id, prompt_number, prompt_text, created_at, created_at_epoch)
|
|
VALUES (?, ?, ?, ?, ?)
|
|
`).run(e,r,a,t.toISOString(),n).lastInsertRowid}getUserPrompt(e,r){return this.db.prepare(`
|
|
SELECT prompt_text
|
|
FROM user_prompts
|
|
WHERE claude_session_id = ? AND prompt_number = ?
|
|
LIMIT 1
|
|
`).get(e,r)?.prompt_text??null}storeObservation(e,r,a,t,n=0){let o=new Date,i=o.getTime();this.db.prepare(`
|
|
SELECT id FROM sdk_sessions WHERE sdk_session_id = ?
|
|
`).get(e)||(this.db.prepare(`
|
|
INSERT INTO sdk_sessions
|
|
(claude_session_id, sdk_session_id, project, started_at, started_at_epoch, status)
|
|
VALUES (?, ?, ?, ?, ?, 'active')
|
|
`).run(e,e,r,o.toISOString(),i),console.error(`[SessionStore] Auto-created session record for session_id: ${e}`));let f=this.db.prepare(`
|
|
INSERT INTO observations
|
|
(sdk_session_id, project, type, title, subtitle, facts, narrative, concepts,
|
|
files_read, files_modified, prompt_number, discovery_tokens, created_at, created_at_epoch)
|
|
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
`).run(e,r,a.type,a.title,a.subtitle,JSON.stringify(a.facts),a.narrative,JSON.stringify(a.concepts),JSON.stringify(a.files_read),JSON.stringify(a.files_modified),t||null,n,o.toISOString(),i);return{id:Number(f.lastInsertRowid),createdAtEpoch:i}}storeSummary(e,r,a,t,n=0){let o=new Date,i=o.getTime();this.db.prepare(`
|
|
SELECT id FROM sdk_sessions WHERE sdk_session_id = ?
|
|
`).get(e)||(this.db.prepare(`
|
|
INSERT INTO sdk_sessions
|
|
(claude_session_id, sdk_session_id, project, started_at, started_at_epoch, status)
|
|
VALUES (?, ?, ?, ?, ?, 'active')
|
|
`).run(e,e,r,o.toISOString(),i),console.error(`[SessionStore] Auto-created session record for session_id: ${e}`));let f=this.db.prepare(`
|
|
INSERT INTO session_summaries
|
|
(sdk_session_id, project, request, investigated, learned, completed,
|
|
next_steps, notes, prompt_number, discovery_tokens, created_at, created_at_epoch)
|
|
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
`).run(e,r,a.request,a.investigated,a.learned,a.completed,a.next_steps,a.notes,t||null,n,o.toISOString(),i);return{id:Number(f.lastInsertRowid),createdAtEpoch:i}}markSessionCompleted(e){let r=new Date,a=r.getTime();this.db.prepare(`
|
|
UPDATE sdk_sessions
|
|
SET status = 'completed', completed_at = ?, completed_at_epoch = ?
|
|
WHERE id = ?
|
|
`).run(r.toISOString(),a,e)}markSessionFailed(e){let r=new Date,a=r.getTime();this.db.prepare(`
|
|
UPDATE sdk_sessions
|
|
SET status = 'failed', completed_at = ?, completed_at_epoch = ?
|
|
WHERE id = ?
|
|
`).run(r.toISOString(),a,e)}getSessionSummariesByIds(e,r={}){if(e.length===0)return[];let{orderBy:a="date_desc",limit:t}=r,n=a==="date_asc"?"ASC":"DESC",o=t?`LIMIT ${t}`:"",i=e.map(()=>"?").join(",");return this.db.prepare(`
|
|
SELECT * FROM session_summaries
|
|
WHERE id IN (${i})
|
|
ORDER BY created_at_epoch ${n}
|
|
${o}
|
|
`).all(...e)}getUserPromptsByIds(e,r={}){if(e.length===0)return[];let{orderBy:a="date_desc",limit:t}=r,n=a==="date_asc"?"ASC":"DESC",o=t?`LIMIT ${t}`:"",i=e.map(()=>"?").join(",");return this.db.prepare(`
|
|
SELECT
|
|
up.*,
|
|
s.project,
|
|
s.sdk_session_id
|
|
FROM user_prompts up
|
|
JOIN sdk_sessions s ON up.claude_session_id = s.claude_session_id
|
|
WHERE up.id IN (${i})
|
|
ORDER BY up.created_at_epoch ${n}
|
|
${o}
|
|
`).all(...e)}getTimelineAroundTimestamp(e,r=10,a=10,t){return this.getTimelineAroundObservation(null,e,r,a,t)}getTimelineAroundObservation(e,r,a=10,t=10,n){let o=n?"AND project = ?":"",i=n?[n]:[],l,u;if(e!==null){let p=`
|
|
SELECT id, created_at_epoch
|
|
FROM observations
|
|
WHERE id <= ? ${o}
|
|
ORDER BY id DESC
|
|
LIMIT ?
|
|
`,g=`
|
|
SELECT id, created_at_epoch
|
|
FROM observations
|
|
WHERE id >= ? ${o}
|
|
ORDER BY id ASC
|
|
LIMIT ?
|
|
`;try{let y=this.db.prepare(p).all(e,...i,a+1),v=this.db.prepare(g).all(e,...i,t+1);if(y.length===0&&v.length===0)return{observations:[],sessions:[],prompts:[]};l=y.length>0?y[y.length-1].created_at_epoch:r,u=v.length>0?v[v.length-1].created_at_epoch:r}catch(y){return console.error("[SessionStore] Error getting boundary observations:",y.message),{observations:[],sessions:[],prompts:[]}}}else{let p=`
|
|
SELECT created_at_epoch
|
|
FROM observations
|
|
WHERE created_at_epoch <= ? ${o}
|
|
ORDER BY created_at_epoch DESC
|
|
LIMIT ?
|
|
`,g=`
|
|
SELECT created_at_epoch
|
|
FROM observations
|
|
WHERE created_at_epoch >= ? ${o}
|
|
ORDER BY created_at_epoch ASC
|
|
LIMIT ?
|
|
`;try{let y=this.db.prepare(p).all(r,...i,a),v=this.db.prepare(g).all(r,...i,t+1);if(y.length===0&&v.length===0)return{observations:[],sessions:[],prompts:[]};l=y.length>0?y[y.length-1].created_at_epoch:r,u=v.length>0?v[v.length-1].created_at_epoch:r}catch(y){return console.error("[SessionStore] Error getting boundary timestamps:",y.message),{observations:[],sessions:[],prompts:[]}}}let d=`
|
|
SELECT *
|
|
FROM observations
|
|
WHERE created_at_epoch >= ? AND created_at_epoch <= ? ${o}
|
|
ORDER BY created_at_epoch ASC
|
|
`,f=`
|
|
SELECT *
|
|
FROM session_summaries
|
|
WHERE created_at_epoch >= ? AND created_at_epoch <= ? ${o}
|
|
ORDER BY created_at_epoch ASC
|
|
`,m=`
|
|
SELECT up.*, s.project, s.sdk_session_id
|
|
FROM user_prompts up
|
|
JOIN sdk_sessions s ON up.claude_session_id = s.claude_session_id
|
|
WHERE up.created_at_epoch >= ? AND up.created_at_epoch <= ? ${o.replace("project","s.project")}
|
|
ORDER BY up.created_at_epoch ASC
|
|
`;try{let p=this.db.prepare(d).all(l,u,...i),g=this.db.prepare(f).all(l,u,...i),y=this.db.prepare(m).all(l,u,...i);return{observations:p,sessions:g.map(v=>({id:v.id,sdk_session_id:v.sdk_session_id,project:v.project,request:v.request,completed:v.completed,next_steps:v.next_steps,created_at:v.created_at,created_at_epoch:v.created_at_epoch})),prompts:y.map(v=>({id:v.id,claude_session_id:v.claude_session_id,project:v.project,prompt:v.prompt_text,created_at:v.created_at,created_at_epoch:v.created_at_epoch}))}}catch(p){return console.error("[SessionStore] Error querying timeline records:",p.message),{observations:[],sessions:[],prompts:[]}}}close(){this.db.close()}};var wl=require("fs"),Pl=require("os"),Ol=require("path"),xh=(0,Ol.join)((0,Pl.homedir)(),".claude-mem","silent.log");function Br(s,e,r=""){let a=new Date().toISOString(),i=((new Error().stack||"").split(`
|
|
`)[2]||"").match(/at\s+(?:.*\s+)?\(?([^:]+):(\d+):(\d+)\)?/),l=i?`${i[1].split("/").pop()}:${i[2]}`:"unknown",u=`[${a}] [${l}] ${s}`;if(e!==void 0)try{u+=` ${JSON.stringify(e)}`}catch(d){u+=` [stringify error: ${d}]`}u+=`
|
|
`;try{(0,wl.appendFileSync)(xh,u)}catch(d){console.error("[silent-debug] Failed to write to log:",d)}return r}var _e,ne,we=null,Rh="cm__claude-mem";try{_e=new Fs,ne=new Ms}catch(s){console.error("[search-server] Failed to initialize search:",s.message),process.exit(1)}async function ze(s,e,r){if(!we)throw new Error("Chroma client not initialized");Br("queryChroma called",{query:s,limit:e,whereFilter:r});let a=r?JSON.stringify(r):void 0;Br("where filter stringified",{whereFilter:r,whereStringified:a});let t={collection_name:Rh,query_texts:[s],n_results:e,include:["documents","metadatas","distances"],where:a};Br("calling chroma_query_documents",t);let n=await we.callTool({name:"chroma_query_documents",arguments:t}),o=n.content[0]?.text||"";Br("chroma response received",{hasContent:!!n.content[0]?.text,textLength:o.length,textPreview:o.substring(0,200)});let i;try{i=JSON.parse(o)}catch(m){return console.error("[search-server] Failed to parse Chroma response as JSON:",m),console.error("[search-server] Raw Chroma response:",o),{ids:[],distances:[],metadatas:[]}}let l=[],u=i.ids?.[0]||[];for(let m of u){let p=m.match(/obs_(\d+)_/),g=m.match(/summary_(\d+)_/),y=m.match(/prompt_(\d+)/),v=null;p?v=parseInt(p[1],10):g?v=parseInt(g[1],10):y&&(v=parseInt(y[1],10)),v!==null&&!l.includes(v)&&l.push(v)}let d=i.distances?.[0]||[],f=i.metadatas?.[0]||[];return{ids:l,distances:d,metadatas:f}}function ar(){return`
|
|
---
|
|
\u{1F4A1} Search Strategy:
|
|
ALWAYS search with index format FIRST to get an overview and identify relevant results.
|
|
This is critical for token efficiency - index format uses ~10x fewer tokens than full format.
|
|
|
|
Search workflow:
|
|
1. Initial search: Use default (index) format to see titles, dates, and sources
|
|
2. Review results: Identify which items are most relevant to your needs
|
|
3. Deep dive: Only then use format: "full" on specific items of interest
|
|
4. Narrow down: Use filters (type, dateRange, concepts, files) to refine results
|
|
|
|
Other tips:
|
|
\u2022 To search by concept: Use find_by_concept tool
|
|
\u2022 To browse by type: Use find_by_type with ["decision", "feature", etc.]
|
|
\u2022 To sort by date: Use orderBy: "date_desc" or "date_asc"`}function on(s,e,r,a,t){if(s.length===0)return s;let n=-1;if(typeof e=="number")n=s.findIndex(l=>l.type==="observation"&&l.data.id===e);else if(typeof e=="string"&&e.startsWith("S")){let l=parseInt(e.slice(1),10);n=s.findIndex(u=>u.type==="session"&&u.data.id===l)}else n=s.findIndex(l=>l.epoch>=r),n===-1&&(n=s.length-1);if(n===-1)return s;let o=Math.max(0,n-a),i=Math.min(s.length,n+t+1);return s.slice(o,i)}function At(s,e){let r=s.title||`Observation #${s.id}`,a=new Date(s.created_at_epoch).toLocaleString(),t=s.type?`[${s.type}]`:"";return`${e+1}. ${t} ${r}
|
|
Date: ${a}
|
|
Source: claude-mem://observation/${s.id}`}function cn(s,e){let r=s.request||`Session ${s.sdk_session_id?.substring(0,8)||"unknown"}`,a=new Date(s.created_at_epoch).toLocaleString();return`${e+1}. ${r}
|
|
Date: ${a}
|
|
Source: claude-mem://session/${s.sdk_session_id}`}function $t(s){let e=s.title||`Observation #${s.id}`,r=[];r.push(`## ${e}`),r.push(`*Source: claude-mem://observation/${s.id}*`),r.push(""),s.subtitle&&(r.push(`**${s.subtitle}**`),r.push("")),s.narrative&&(r.push(s.narrative),r.push("")),s.text&&(r.push(s.text),r.push(""));let a=[];if(a.push(`Type: ${s.type}`),s.facts)try{let n=JSON.parse(s.facts);n.length>0&&a.push(`Facts: ${n.join("; ")}`)}catch{}if(s.concepts)try{let n=JSON.parse(s.concepts);n.length>0&&a.push(`Concepts: ${n.join(", ")}`)}catch{}if(s.files_read||s.files_modified){let n=[];if(s.files_read)try{n.push(...JSON.parse(s.files_read))}catch{}if(s.files_modified)try{n.push(...JSON.parse(s.files_modified))}catch{}n.length>0&&a.push(`Files: ${[...new Set(n)].join(", ")}`)}a.length>0&&(r.push("---"),r.push(a.join(" | ")));let t=new Date(s.created_at_epoch).toLocaleString();return r.push(""),r.push("---"),r.push(`Date: ${t}`),r.join(`
|
|
`)}function ln(s){let e=s.request||`Session ${s.sdk_session_id?.substring(0,8)||"unknown"}`,r=[];r.push(`## ${e}`),r.push(`*Source: claude-mem://session/${s.sdk_session_id}*`),r.push(""),s.completed&&(r.push(`**Completed:** ${s.completed}`),r.push("")),s.learned&&(r.push(`**Learned:** ${s.learned}`),r.push("")),s.investigated&&(r.push(`**Investigated:** ${s.investigated}`),r.push("")),s.next_steps&&(r.push(`**Next Steps:** ${s.next_steps}`),r.push("")),s.notes&&(r.push(`**Notes:** ${s.notes}`),r.push(""));let a=[];if(s.files_read||s.files_edited){let n=[];if(s.files_read)try{n.push(...JSON.parse(s.files_read))}catch{}if(s.files_edited)try{n.push(...JSON.parse(s.files_edited))}catch{}n.length>0&&a.push(`Files: ${[...new Set(n)].join(", ")}`)}let t=new Date(s.created_at_epoch).toLocaleDateString();return a.push(`Date: ${t}`),a.length>0&&(r.push("---"),r.push(a.join(" | "))),r.join(`
|
|
`)}function Il(s,e){let r=new Date(s.created_at_epoch).toLocaleString();return`${e+1}. "${s.prompt_text}"
|
|
Date: ${r} | Prompt #${s.prompt_number}
|
|
Source: claude-mem://user-prompt/${s.id}`}function Nl(s){let e=[];e.push(`## User Prompt #${s.prompt_number}`),e.push(`*Source: claude-mem://user-prompt/${s.id}*`),e.push(""),e.push(s.prompt_text),e.push(""),e.push("---");let r=new Date(s.created_at_epoch).toLocaleString();return e.push(`Date: ${r}`),e.join(`
|
|
`)}var Th=c.object({project:c.string().optional().describe("Filter by project name"),type:c.union([c.enum(["decision","bugfix","feature","refactor","discovery","change"]),c.array(c.enum(["decision","bugfix","feature","refactor","discovery","change"]))]).optional().describe("Filter by observation type"),concepts:c.union([c.string(),c.array(c.string())]).optional().describe("Filter by concept tags"),files:c.union([c.string(),c.array(c.string())]).optional().describe("Filter by file paths (partial match)"),dateRange:c.object({start:c.union([c.string(),c.number()]).optional().describe("Start date (ISO string or epoch)"),end:c.union([c.string(),c.number()]).optional().describe("End date (ISO string or epoch)")}).optional().describe("Filter by date range"),limit:c.number().min(1).max(100).default(20).describe("Maximum number of results"),offset:c.number().min(0).default(0).describe("Number of results to skip"),orderBy:c.enum(["relevance","date_desc","date_asc"]).default("date_desc").describe("Sort order")}),$l=[{name:"search",description:'Unified search across all memory types (observations, sessions, and user prompts) using vector-first semantic search (ChromaDB). Returns combined results from all document types. IMPORTANT: Always use index format first (default) to get an overview with minimal token usage, then use format: "full" only for specific items of interest.',inputSchema:c.object({query:c.string().optional().describe("Natural language search query for semantic ranking via ChromaDB vector search. Optional - omit for date-filtered queries only (Chroma cannot filter by date, requires direct SQLite)."),format:c.enum(["index","full"]).default("index").describe('Output format: "index" for titles/dates only (default, RECOMMENDED for initial search), "full" for complete details (use only after reviewing index results)'),type:c.enum(["observations","sessions","prompts"]).optional().describe("Filter by document type (observations, sessions, or prompts). Omit to search all types."),obs_type:c.union([c.enum(["decision","bugfix","feature","refactor","discovery","change"]),c.array(c.enum(["decision","bugfix","feature","refactor","discovery","change"]))]).optional().describe('Filter observations by type. Only applies when type="observations"'),concepts:c.union([c.string(),c.array(c.string())]).optional().describe('Filter by concept tags. Only applies when type="observations"'),files:c.union([c.string(),c.array(c.string())]).optional().describe('Filter by file paths (partial match). Only applies when type="observations"'),project:c.string().optional().describe("Filter by project name"),dateRange:c.object({start:c.union([c.string(),c.number()]).optional().describe("Start date (ISO string or epoch)"),end:c.union([c.string(),c.number()]).optional().describe("End date (ISO string or epoch)")}).optional().describe("Filter by date range"),limit:c.number().min(1).max(100).default(20).describe("Maximum number of results"),offset:c.number().min(0).default(0).describe("Number of results to skip"),orderBy:c.enum(["relevance","date_desc","date_asc"]).default("date_desc").describe("Sort order")}),handler:async s=>{try{let{query:e,format:r="index",type:a,obs_type:t,concepts:n,files:o,...i}=s,l=[],u=[],d=[],f=!a||a==="observations",m=!a||a==="sessions",p=!a||a==="prompts";if(e)if(we){let R=!1;try{console.error(`[search-server] Using ChromaDB semantic search (type filter: ${a||"all"})`);let E;a==="observations"?E={doc_type:"observation"}:a==="sessions"?E={doc_type:"session_summary"}:a==="prompts"&&(E={doc_type:"user_prompt"});let w=await ze(e,100,E);if(R=!0,console.error(`[search-server] ChromaDB returned ${w.ids.length} semantic matches`),w.ids.length>0){let P=Date.now()-7776e6,x=w.metadatas.map((C,j)=>({id:w.ids[j],meta:C,isRecent:C&&C.created_at_epoch>P})).filter(C=>C.isRecent);console.error(`[search-server] ${x.length} results within 90-day window`);let I=[],D=[],$=[];for(let C of x){let j=C.meta?.doc_type;j==="observation"&&f?I.push(C.id):j==="session_summary"&&m?D.push(C.id):j==="user_prompt"&&p&&$.push(C.id)}if(console.error(`[search-server] Categorized: ${I.length} obs, ${D.length} sessions, ${$.length} prompts`),I.length>0){let C={...i,type:t,concepts:n,files:o};l=ne.getObservationsByIds(I,C)}D.length>0&&(u=ne.getSessionSummariesByIds(D,{orderBy:"date_desc",limit:i.limit})),$.length>0&&(d=ne.getUserPromptsByIds($,{orderBy:"date_desc",limit:i.limit})),console.error(`[search-server] Hydrated ${l.length} obs, ${u.length} sessions, ${d.length} prompts from SQLite`)}else console.error("[search-server] ChromaDB found no matches (this is final - NOT falling back to FTS5)")}catch(E){console.error("[search-server] ChromaDB failed - returning empty results (FTS5 fallback removed):",E.message),console.error("[search-server] Install UVX/Python to enable vector search: https://docs.astral.sh/uv/getting-started/installation/"),l=[],u=[],d=[]}}else console.error("[search-server] ChromaDB not initialized - returning empty results (FTS5 fallback removed)"),console.error("[search-server] Install UVX/Python to enable vector search: https://docs.astral.sh/uv/getting-started/installation/"),l=[],u=[],d=[];else{console.error("[search-server] Filter-only query (no query text), using direct SQLite filtering (enables date filters)");let R={...i,type:t,concepts:n,files:o};f&&(l=_e.searchObservations(void 0,R)),m&&(u=_e.searchSessions(void 0,i)),p&&(d=_e.searchUserPrompts(void 0,i))}let g=l.length+u.length+d.length;if(g===0)return{content:[{type:"text",text:`No results found matching "${e}"`}]};let y=[...l.map(R=>({type:"observation",data:R,epoch:R.created_at_epoch})),...u.map(R=>({type:"session",data:R,epoch:R.created_at_epoch})),...d.map(R=>({type:"prompt",data:R,epoch:R.created_at_epoch}))];i.orderBy==="date_desc"?y.sort((R,E)=>E.epoch-R.epoch):i.orderBy==="date_asc"&&y.sort((R,E)=>R.epoch-E.epoch);let v=y.slice(0,i.limit||20),S;if(r==="index"){let R=`Found ${g} result(s) matching "${e}" (${l.length} obs, ${u.length} sessions, ${d.length} prompts):
|
|
|
|
`,E=v.map((w,P)=>w.type==="observation"?At(w.data,P):w.type==="session"?cn(w.data,P):Il(w.data,P));S=R+E.join(`
|
|
|
|
`)+ar()}else S=v.map(E=>E.type==="observation"?$t(E.data):E.type==="session"?ln(E.data):Nl(E.data)).join(`
|
|
|
|
---
|
|
|
|
`);return{content:[{type:"text",text:S}]}}catch(e){return{content:[{type:"text",text:`Search failed: ${e.message}`}],isError:!0}}}},{name:"timeline",description:"Get a unified timeline of context around a specific point in time OR search query. Supports two modes: (1) anchor-based: provide observation ID, session ID, or timestamp to center timeline around; (2) query-based: provide natural language query to find relevant observation and center timeline around it. All record types (observations, sessions, prompts) are interleaved chronologically.",inputSchema:c.object({anchor:c.union([c.number(),c.string()]).optional().describe('Anchor point: observation ID (number), session ID (e.g., "S123"), or ISO timestamp. Use this OR query, not both.'),query:c.string().optional().describe("Natural language search query to find relevant observation as anchor. Use this OR anchor, not both."),depth_before:c.number().min(0).max(50).default(10).describe("Number of records to retrieve before anchor (default: 10)"),depth_after:c.number().min(0).max(50).default(10).describe("Number of records to retrieve after anchor (default: 10)"),project:c.string().optional().describe("Filter by project name")}),handler:async s=>{try{let y=function(x){return new Date(x).toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric"})},v=function(x){return new Date(x).toLocaleString("en-US",{hour:"numeric",minute:"2-digit",hour12:!0})},S=function(x){return new Date(x).toLocaleString("en-US",{month:"short",day:"numeric",hour:"numeric",minute:"2-digit",hour12:!0})},R=function(x){return x?Math.ceil(x.length/4):0};var e=y,r=v,a=S,t=R;let{anchor:n,query:o,depth_before:i=10,depth_after:l=10,project:u}=s;if(!n&&!o)return{content:[{type:"text",text:'Error: Must provide either "anchor" or "query" parameter'}],isError:!0};if(n&&o)return{content:[{type:"text",text:'Error: Cannot provide both "anchor" and "query" parameters. Use one or the other.'}],isError:!0};let d,f,m;if(o){let x=[];if(we)try{console.error("[search-server] Using hybrid semantic search for timeline query");let D=await ze(o,100);if(console.error(`[search-server] Chroma returned ${D.ids.length} semantic matches`),D.ids.length>0){let $=Date.now()-7776e6,C=D.ids.filter((j,L)=>{let N=D.metadatas[L];return N&&N.created_at_epoch>$});C.length>0&&(x=ne.getObservationsByIds(C,{orderBy:"date_desc",limit:1}))}}catch(D){console.error("[search-server] Chroma query failed - no results (FTS5 fallback removed):",D.message)}if(x.length===0)return{content:[{type:"text",text:`No observations found matching "${o}". Try a different search query.`}]};let I=x[0];d=I.id,f=I.created_at_epoch,console.error(`[search-server] Query mode: Using observation #${I.id} as timeline anchor`),m=ne.getTimelineAroundObservation(I.id,I.created_at_epoch,i,l,u)}else if(typeof n=="number"){let x=ne.getObservationById(n);if(!x)return{content:[{type:"text",text:`Observation #${n} not found`}],isError:!0};d=n,f=x.created_at_epoch,m=ne.getTimelineAroundObservation(n,f,i,l,u)}else if(typeof n=="string")if(n.startsWith("S")||n.startsWith("#S")){let x=n.replace(/^#?S/,""),I=parseInt(x,10),D=ne.getSessionSummariesByIds([I]);if(D.length===0)return{content:[{type:"text",text:`Session #${I} not found`}],isError:!0};f=D[0].created_at_epoch,d=`S${I}`,m=ne.getTimelineAroundTimestamp(f,i,l,u)}else{let x=new Date(n);if(isNaN(x.getTime()))return{content:[{type:"text",text:`Invalid timestamp: ${n}`}],isError:!0};f=x.getTime(),d=n,m=ne.getTimelineAroundTimestamp(f,i,l,u)}else return{content:[{type:"text",text:'Invalid anchor: must be observation ID (number), session ID (e.g., "S123"), or ISO timestamp'}],isError:!0};let p=[...m.observations.map(x=>({type:"observation",data:x,epoch:x.created_at_epoch})),...m.sessions.map(x=>({type:"session",data:x,epoch:x.created_at_epoch})),...m.prompts.map(x=>({type:"prompt",data:x,epoch:x.created_at_epoch}))];p.sort((x,I)=>x.epoch-I.epoch);let g=on(p,d,f,i,l);if(g.length===0)return{content:[{type:"text",text:o?`Found observation matching "${o}", but no timeline context available (${i} records before, ${l} records after).`:`No context found around anchor (${i} records before, ${l} records after)`}]};let E=[];if(o){let x=g.find(D=>D.type==="observation"&&D.data.id===d),I=x?x.data.title||"Untitled":"Unknown";E.push(`# Timeline for query: "${o}"`),E.push(`**Anchor:** Observation #${d} - ${I}`)}else E.push(`# Timeline around anchor: ${d}`);E.push(`**Window:** ${i} records before \u2192 ${l} records after | **Items:** ${g.length}`),E.push(""),E.push("**Legend:** \u{1F3AF} session-request | \u{1F534} bugfix | \u{1F7E3} feature | \u{1F504} refactor | \u2705 change | \u{1F535} discovery | \u{1F9E0} decision"),E.push("");let w=new Map;for(let x of g){let I=y(x.epoch);w.has(I)||w.set(I,[]),w.get(I).push(x)}let P=Array.from(w.entries()).sort((x,I)=>{let D=new Date(x[0]).getTime(),$=new Date(I[0]).getTime();return D-$});for(let[x,I]of P){E.push(`### ${x}`),E.push("");let D=null,$="",C=!1;for(let j of I){let L=typeof d=="number"&&j.type==="observation"&&j.data.id===d||typeof d=="string"&&d.startsWith("S")&&j.type==="session"&&`S${j.data.id}`===d;if(j.type==="session"){C&&(E.push(""),C=!1,D=null,$="");let N=j.data,A=N.request||"Session summary",M=`claude-mem://session-summary/${N.id}`,X=L?" \u2190 **ANCHOR**":"";E.push(`**\u{1F3AF} #S${N.id}** ${A} (${S(j.epoch)}) [\u2192](${M})${X}`),E.push("")}else if(j.type==="prompt"){C&&(E.push(""),C=!1,D=null,$="");let N=j.data,A=N.prompt.length>100?N.prompt.substring(0,100)+"...":N.prompt;E.push(`**\u{1F4AC} User Prompt #${N.prompt_number}** (${S(j.epoch)})`),E.push(`> ${A}`),E.push("")}else if(j.type==="observation"){let N=j.data,A="General";A!==D&&(C&&E.push(""),E.push(`**${A}**`),E.push("| ID | Time | T | Title | Tokens |"),E.push("|----|------|---|-------|--------|"),D=A,C=!0,$="");let M="\u2022";switch(N.type){case"bugfix":M="\u{1F534}";break;case"feature":M="\u{1F7E3}";break;case"refactor":M="\u{1F504}";break;case"change":M="\u2705";break;case"discovery":M="\u{1F535}";break;case"decision":M="\u{1F9E0}";break}let X=v(j.epoch),W=N.title||"Untitled",ee=R(N.narrative),z=X!==$?X:"\u2033";$=X;let pe=L?" \u2190 **ANCHOR**":"";E.push(`| #${N.id} | ${z} | ${M} | ${W}${pe} | ~${ee} |`)}}C&&E.push("")}return{content:[{type:"text",text:E.join(`
|
|
`)}]}}catch(n){return{content:[{type:"text",text:`Timeline query failed: ${n.message}`}],isError:!0}}}},{name:"decisions",description:"Semantic shortcut to find decision-type observations. Returns observations where important architectural, technical, or process decisions were made. Supports optional semantic search query to filter decisions by relevance.",inputSchema:c.object({query:c.string().optional().describe("Search query to filter decisions semantically"),format:c.enum(["index","full"]).default("index").describe('Output format: "index" for titles/dates only (default), "full" for complete details'),project:c.string().optional().describe("Filter by project name"),dateRange:c.object({start:c.union([c.string(),c.number()]).optional(),end:c.union([c.string(),c.number()]).optional()}).optional().describe("Filter by date range"),limit:c.number().min(1).max(100).default(20).describe("Maximum number of results"),offset:c.number().min(0).default(0).describe("Number of results to skip"),orderBy:c.enum(["relevance","date_desc","date_asc"]).default("date_desc").describe("Sort order")}),handler:async s=>{try{let{query:e,format:r="index",...a}=s,t=[];if(we)try{if(e){console.error("[search-server] Using Chroma semantic search with type=decision filter");let i=(await ze(e,Math.min((a.limit||20)*2,100),{type:"decision"})).ids;i.length>0&&(t=ne.getObservationsByIds(i,{...a,type:"decision"}),t.sort((l,u)=>i.indexOf(l.id)-i.indexOf(u.id)))}else{console.error("[search-server] Using metadata-first + semantic ranking for decisions");let o=_e.findByType("decision",a);if(o.length>0){let i=o.map(d=>d.id),l=await ze("decision",Math.min(i.length,100)),u=[];for(let d of l.ids)i.includes(d)&&!u.includes(d)&&u.push(d);u.length>0&&(t=ne.getObservationsByIds(u,{limit:a.limit||20}),t.sort((d,f)=>u.indexOf(d.id)-u.indexOf(f.id)))}}}catch(o){console.error("[search-server] Chroma search failed, using SQLite fallback:",o.message)}if(t.length===0&&(t=_e.findByType("decision",a)),t.length===0)return{content:[{type:"text",text:"No decision observations found"}]};let n;if(r==="index"){let o=`Found ${t.length} decision(s):
|
|
|
|
`,i=t.map((l,u)=>At(l,u));n=o+i.join(`
|
|
|
|
`)}else n=t.map(i=>$t(i)).join(`
|
|
|
|
---
|
|
|
|
`);return{content:[{type:"text",text:n}]}}catch(e){return{content:[{type:"text",text:`Search failed: ${e.message}`}],isError:!0}}}},{name:"changes",description:'Semantic shortcut to find change-related observations. Returns observations documenting what changed in the codebase, system behavior, or project state. Searches for type="change" OR concept="change" OR concept="what-changed".',inputSchema:c.object({format:c.enum(["index","full"]).default("index").describe('Output format: "index" for titles/dates only (default), "full" for complete details'),project:c.string().optional().describe("Filter by project name"),dateRange:c.object({start:c.union([c.string(),c.number()]).optional(),end:c.union([c.string(),c.number()]).optional()}).optional().describe("Filter by date range"),limit:c.number().min(1).max(100).default(20).describe("Maximum number of results"),offset:c.number().min(0).default(0).describe("Number of results to skip"),orderBy:c.enum(["relevance","date_desc","date_asc"]).default("date_desc").describe("Sort order")}),handler:async s=>{try{let{format:e="index",...r}=s,a=[];if(we)try{console.error("[search-server] Using hybrid search for change-related observations");let n=_e.findByType("change",r),o=_e.findByConcept("change",r),i=_e.findByConcept("what-changed",r),l=new Set;if([...n,...o,...i].forEach(u=>l.add(u.id)),l.size>0){let u=Array.from(l),d=await ze("what changed",Math.min(u.length,100)),f=[];for(let m of d.ids)u.includes(m)&&!f.includes(m)&&f.push(m);f.length>0&&(a=ne.getObservationsByIds(f,{limit:r.limit||20}),a.sort((m,p)=>f.indexOf(m.id)-f.indexOf(p.id)))}}catch(n){console.error("[search-server] Chroma ranking failed, using SQLite order:",n.message)}if(a.length===0){let n=_e.findByType("change",r),o=_e.findByConcept("change",r),i=_e.findByConcept("what-changed",r),l=new Set;[...n,...o,...i].forEach(u=>l.add(u.id)),a=Array.from(l).map(u=>n.find(d=>d.id===u)||o.find(d=>d.id===u)||i.find(d=>d.id===u)).filter(Boolean),a.sort((u,d)=>d.created_at_epoch-u.created_at_epoch),a=a.slice(0,r.limit||20)}if(a.length===0)return{content:[{type:"text",text:"No change-related observations found"}]};let t;if(e==="index"){let n=`Found ${a.length} change-related observation(s):
|
|
|
|
`,o=a.map((i,l)=>At(i,l));t=n+o.join(`
|
|
|
|
`)}else t=a.map(o=>$t(o)).join(`
|
|
|
|
---
|
|
|
|
`);return{content:[{type:"text",text:t}]}}catch(e){return{content:[{type:"text",text:`Search failed: ${e.message}`}],isError:!0}}}},{name:"how_it_works",description:'Semantic shortcut to find "how it works" explanations. Returns observations documenting system architecture, component interactions, data flow, and technical mechanisms. Searches for concept="how-it-works".',inputSchema:c.object({format:c.enum(["index","full"]).default("index").describe('Output format: "index" for titles/dates only (default), "full" for complete details'),project:c.string().optional().describe("Filter by project name"),dateRange:c.object({start:c.union([c.string(),c.number()]).optional(),end:c.union([c.string(),c.number()]).optional()}).optional().describe("Filter by date range"),limit:c.number().min(1).max(100).default(20).describe("Maximum number of results"),offset:c.number().min(0).default(0).describe("Number of results to skip"),orderBy:c.enum(["relevance","date_desc","date_asc"]).default("date_desc").describe("Sort order")}),handler:async s=>{try{let{format:e="index",...r}=s,a=[];if(we)try{console.error("[search-server] Using metadata-first + semantic ranking for how-it-works");let n=_e.findByConcept("how-it-works",r);if(n.length>0){let o=n.map(u=>u.id),i=await ze("how it works architecture",Math.min(o.length,100)),l=[];for(let u of i.ids)o.includes(u)&&!l.includes(u)&&l.push(u);l.length>0&&(a=ne.getObservationsByIds(l,{limit:r.limit||20}),a.sort((u,d)=>l.indexOf(u.id)-l.indexOf(d.id)))}}catch(n){console.error("[search-server] Chroma ranking failed, using SQLite order:",n.message)}if(a.length===0&&(a=_e.findByConcept("how-it-works",r)),a.length===0)return{content:[{type:"text",text:'No "how it works" observations found'}]};let t;if(e==="index"){let n=`Found ${a.length} "how it works" observation(s):
|
|
|
|
`,o=a.map((i,l)=>At(i,l));t=n+o.join(`
|
|
|
|
`)}else t=a.map(o=>$t(o)).join(`
|
|
|
|
---
|
|
|
|
`);return{content:[{type:"text",text:t}]}}catch(e){return{content:[{type:"text",text:`Search failed: ${e.message}`}],isError:!0}}}},{name:"search_observations",description:'DEPRECATED: Use the unified "search" tool instead. Search observations using vector-first semantic search (ChromaDB). IMPORTANT: Always use index format first (default) to get an overview with minimal token usage, then use format: "full" only for specific items of interest.',inputSchema:c.object({query:c.string().describe("Natural language search query for semantic ranking via ChromaDB vector search"),format:c.enum(["index","full"]).default("index").describe('Output format: "index" for titles/dates only (default, RECOMMENDED for initial search), "full" for complete details (use only after reviewing index results)'),...Th.shape}),handler:async s=>{try{let{query:e,format:r="index",...a}=s,t=[];if(we)try{console.error("[search-server] Using hybrid semantic search (Chroma + SQLite)");let o=await ze(e,100);if(console.error(`[search-server] Chroma returned ${o.ids.length} semantic matches`),o.ids.length>0){let i=Date.now()-7776e6,l=o.ids.filter((u,d)=>{let f=o.metadatas[d];return f&&f.created_at_epoch>i});if(console.error(`[search-server] ${l.length} results within 90-day window`),l.length>0){let u=a.limit||20;t=ne.getObservationsByIds(l,{orderBy:"date_desc",limit:u}),console.error(`[search-server] Hydrated ${t.length} observations from SQLite`)}}}catch(o){console.error("[search-server] Chroma query failed - no results (FTS5 fallback removed):",o.message)}if(t.length===0)return{content:[{type:"text",text:`No observations found matching "${e}"`}]};let n;if(r==="index"){let o=`Found ${t.length} observation(s) matching "${e}":
|
|
|
|
`,i=t.map((l,u)=>At(l,u));n=o+i.join(`
|
|
|
|
`)+ar()}else n=t.map(i=>$t(i)).join(`
|
|
|
|
---
|
|
|
|
`);return{content:[{type:"text",text:n}]}}catch(e){return{content:[{type:"text",text:`Search failed: ${e.message}`}],isError:!0}}}},{name:"search_sessions",description:'DEPRECATED: Use the unified "search" tool instead. Search session summaries using vector-first semantic search (ChromaDB). IMPORTANT: Always use index format first (default) to get an overview with minimal token usage, then use format: "full" only for specific items of interest.',inputSchema:c.object({query:c.string().describe("Natural language search query for semantic ranking via ChromaDB vector search"),format:c.enum(["index","full"]).default("index").describe('Output format: "index" for titles/dates only (default, RECOMMENDED for initial search), "full" for complete details (use only after reviewing index results)'),project:c.string().optional().describe("Filter by project name"),dateRange:c.object({start:c.union([c.string(),c.number()]).optional(),end:c.union([c.string(),c.number()]).optional()}).optional().describe("Filter by date range"),limit:c.number().min(1).max(100).default(20).describe("Maximum number of results"),offset:c.number().min(0).default(0).describe("Number of results to skip"),orderBy:c.enum(["relevance","date_desc","date_asc"]).default("date_desc").describe("Sort order")}),handler:async s=>{try{let{query:e,format:r="index",...a}=s,t=[];if(we)try{console.error("[search-server] Using hybrid semantic search for sessions");let o=await ze(e,100,{doc_type:"session_summary"});if(console.error(`[search-server] Chroma returned ${o.ids.length} semantic matches`),o.ids.length>0){let i=Date.now()-7776e6,l=o.ids.filter((u,d)=>{let f=o.metadatas[d];return f&&f.created_at_epoch>i});if(console.error(`[search-server] ${l.length} results within 90-day window`),l.length>0){let u=a.limit||20;t=ne.getSessionSummariesByIds(l,{orderBy:"date_desc",limit:u}),console.error(`[search-server] Hydrated ${t.length} sessions from SQLite`)}}}catch(o){console.error("[search-server] Chroma query failed - no results (FTS5 fallback removed):",o.message)}if(t.length===0)return{content:[{type:"text",text:`No sessions found matching "${e}"`}]};let n;if(r==="index"){let o=`Found ${t.length} session(s) matching "${e}":
|
|
|
|
`,i=t.map((l,u)=>cn(l,u));n=o+i.join(`
|
|
|
|
`)+ar()}else n=t.map(i=>ln(i)).join(`
|
|
|
|
---
|
|
|
|
`);return{content:[{type:"text",text:n}]}}catch(e){return{content:[{type:"text",text:`Search failed: ${e.message}`}],isError:!0}}}},{name:"find_by_concept",description:'Find observations tagged with a specific concept. Available concepts: "discovery", "problem-solution", "what-changed", "how-it-works", "pattern", "gotcha", "change". IMPORTANT: Always use index format first (default) to get an overview with minimal token usage, then use format: "full" only for specific items of interest.',inputSchema:c.object({concept:c.string().describe("Concept tag to search for. Available: discovery, problem-solution, what-changed, how-it-works, pattern, gotcha, change"),format:c.enum(["index","full"]).default("index").describe('Output format: "index" for titles/dates only (default, RECOMMENDED for initial search), "full" for complete details (use only after reviewing index results)'),project:c.string().optional().describe("Filter by project name"),dateRange:c.object({start:c.union([c.string(),c.number()]).optional(),end:c.union([c.string(),c.number()]).optional()}).optional().describe("Filter by date range"),limit:c.number().min(1).max(100).default(20).describe("Maximum results. IMPORTANT: Start with 3-5 to avoid exceeding MCP token limits, even in index mode."),offset:c.number().min(0).default(0).describe("Number of results to skip"),orderBy:c.enum(["relevance","date_desc","date_asc"]).default("date_desc").describe("Sort order")}),handler:async s=>{try{let{concept:e,format:r="index",...a}=s,t=[];if(we)try{console.error("[search-server] Using metadata-first + semantic ranking for concept search");let o=_e.findByConcept(e,a);if(console.error(`[search-server] Found ${o.length} observations with concept "${e}"`),o.length>0){let i=o.map(d=>d.id),l=await ze(e,Math.min(i.length,100)),u=[];for(let d of l.ids)i.includes(d)&&!u.includes(d)&&u.push(d);console.error(`[search-server] Chroma ranked ${u.length} results by semantic relevance`),u.length>0&&(t=ne.getObservationsByIds(u,{limit:a.limit||20}),t.sort((d,f)=>u.indexOf(d.id)-u.indexOf(f.id)))}}catch(o){console.error("[search-server] Chroma ranking failed, using SQLite order:",o.message)}if(t.length===0&&(console.error("[search-server] Using SQLite-only concept search"),t=_e.findByConcept(e,a)),t.length===0)return{content:[{type:"text",text:`No observations found with concept "${e}"`}]};let n;if(r==="index"){let o=`Found ${t.length} observation(s) with concept "${e}":
|
|
|
|
`,i=t.map((l,u)=>At(l,u));n=o+i.join(`
|
|
|
|
`)+ar()}else n=t.map(i=>$t(i)).join(`
|
|
|
|
---
|
|
|
|
`);return{content:[{type:"text",text:n}]}}catch(e){return{content:[{type:"text",text:`Search failed: ${e.message}`}],isError:!0}}}},{name:"find_by_file",description:'Find observations and sessions that reference a specific file path. IMPORTANT: Always use index format first (default) to get an overview with minimal token usage, then use format: "full" only for specific items of interest.',inputSchema:c.object({filePath:c.string().describe("File path to search for (supports partial matching)"),format:c.enum(["index","full"]).default("index").describe('Output format: "index" for titles/dates only (default, RECOMMENDED for initial search), "full" for complete details (use only after reviewing index results)'),project:c.string().optional().describe("Filter by project name"),dateRange:c.object({start:c.union([c.string(),c.number()]).optional(),end:c.union([c.string(),c.number()]).optional()}).optional().describe("Filter by date range"),limit:c.number().min(1).max(100).default(20).describe("Maximum results. IMPORTANT: Start with 3-5 to avoid exceeding MCP token limits, even in index mode."),offset:c.number().min(0).default(0).describe("Number of results to skip"),orderBy:c.enum(["relevance","date_desc","date_asc"]).default("date_desc").describe("Sort order")}),handler:async s=>{try{let{filePath:e,format:r="index",...a}=s,t=[],n=[];if(we)try{console.error("[search-server] Using metadata-first + semantic ranking for file search");let l=_e.findByFile(e,a);if(console.error(`[search-server] Found ${l.observations.length} observations, ${l.sessions.length} sessions for file "${e}"`),n=l.sessions,l.observations.length>0){let u=l.observations.map(m=>m.id),d=await ze(e,Math.min(u.length,100)),f=[];for(let m of d.ids)u.includes(m)&&!f.includes(m)&&f.push(m);console.error(`[search-server] Chroma ranked ${f.length} observations by semantic relevance`),f.length>0&&(t=ne.getObservationsByIds(f,{limit:a.limit||20}),t.sort((m,p)=>f.indexOf(m.id)-f.indexOf(p.id)))}}catch(l){console.error("[search-server] Chroma ranking failed, using SQLite order:",l.message)}if(t.length===0&&n.length===0){console.error("[search-server] Using SQLite-only file search");let l=_e.findByFile(e,a);t=l.observations,n=l.sessions}let o=t.length+n.length;if(o===0)return{content:[{type:"text",text:`No results found for file "${e}"`}]};let i;if(r==="index"){let l=`Found ${o} result(s) for file "${e}":
|
|
|
|
`,u=[];t.forEach((d,f)=>{u.push(At(d,f))}),n.forEach((d,f)=>{u.push(cn(d,f+t.length))}),i=l+u.join(`
|
|
|
|
`)+ar()}else{let l=[];t.forEach(u=>{l.push($t(u))}),n.forEach(u=>{l.push(ln(u))}),i=l.join(`
|
|
|
|
---
|
|
|
|
`)}return{content:[{type:"text",text:i}]}}catch(e){return{content:[{type:"text",text:`Search failed: ${e.message}`}],isError:!0}}}},{name:"find_by_type",description:'Find observations of a specific type (decision, bugfix, feature, refactor, discovery, change). IMPORTANT: Always use index format first (default) to get an overview with minimal token usage, then use format: "full" only for specific items of interest.',inputSchema:c.object({type:c.union([c.enum(["decision","bugfix","feature","refactor","discovery","change"]),c.array(c.enum(["decision","bugfix","feature","refactor","discovery","change"]))]).describe("Observation type(s) to filter by"),format:c.enum(["index","full"]).default("index").describe('Output format: "index" for titles/dates only (default, RECOMMENDED for initial search), "full" for complete details (use only after reviewing index results)'),project:c.string().optional().describe("Filter by project name"),dateRange:c.object({start:c.union([c.string(),c.number()]).optional(),end:c.union([c.string(),c.number()]).optional()}).optional().describe("Filter by date range"),limit:c.number().min(1).max(100).default(20).describe("Maximum results. IMPORTANT: Start with 3-5 to avoid exceeding MCP token limits, even in index mode."),offset:c.number().min(0).default(0).describe("Number of results to skip"),orderBy:c.enum(["relevance","date_desc","date_asc"]).default("date_desc").describe("Sort order")}),handler:async s=>{try{let{type:e,format:r="index",...a}=s,t=Array.isArray(e)?e.join(", "):e,n=[];if(we)try{console.error("[search-server] Using metadata-first + semantic ranking for type search");let i=_e.findByType(e,a);if(console.error(`[search-server] Found ${i.length} observations with type "${t}"`),i.length>0){let l=i.map(f=>f.id),u=await ze(t,Math.min(l.length,100)),d=[];for(let f of u.ids)l.includes(f)&&!d.includes(f)&&d.push(f);console.error(`[search-server] Chroma ranked ${d.length} results by semantic relevance`),d.length>0&&(n=ne.getObservationsByIds(d,{limit:a.limit||20}),n.sort((f,m)=>d.indexOf(f.id)-d.indexOf(m.id)))}}catch(i){console.error("[search-server] Chroma ranking failed, using SQLite order:",i.message)}if(n.length===0&&(console.error("[search-server] Using SQLite-only type search"),n=_e.findByType(e,a)),n.length===0)return{content:[{type:"text",text:`No observations found with type "${t}"`}]};let o;if(r==="index"){let i=`Found ${n.length} observation(s) with type "${t}":
|
|
|
|
`,l=n.map((u,d)=>At(u,d));o=i+l.join(`
|
|
|
|
`)+ar()}else o=n.map(l=>$t(l)).join(`
|
|
|
|
---
|
|
|
|
`);return{content:[{type:"text",text:o}]}}catch(e){return{content:[{type:"text",text:`Search failed: ${e.message}`}],isError:!0}}}},{name:"get_recent_context",description:"Get recent session context including summaries and observations for a project",inputSchema:c.object({project:c.string().optional().describe("Project name (defaults to current working directory basename)"),limit:c.number().min(1).max(10).default(3).describe("Number of recent sessions to retrieve")}),handler:async s=>{try{let e=s.project||(0,Al.basename)(process.cwd()),r=s.limit||3,a=ne.getRecentSessionsWithStatus(e,r);if(a.length===0)return{content:[{type:"text",text:`# Recent Session Context
|
|
|
|
No previous sessions found for project "${e}".`}]};let t=[];t.push("# Recent Session Context"),t.push(""),t.push(`Showing last ${a.length} session(s) for **${e}**:`),t.push("");for(let n of a)if(n.sdk_session_id){if(t.push("---"),t.push(""),n.has_summary){let o=ne.getSummaryForSession(n.sdk_session_id);if(o){let i=o.prompt_number?` (Prompt #${o.prompt_number})`:"";if(t.push(`**Summary${i}**`),t.push(""),o.request&&t.push(`**Request:** ${o.request}`),o.completed&&t.push(`**Completed:** ${o.completed}`),o.learned&&t.push(`**Learned:** ${o.learned}`),o.next_steps&&t.push(`**Next Steps:** ${o.next_steps}`),o.files_read)try{let u=JSON.parse(o.files_read);Array.isArray(u)&&u.length>0&&t.push(`**Files Read:** ${u.join(", ")}`)}catch{o.files_read.trim()&&t.push(`**Files Read:** ${o.files_read}`)}if(o.files_edited)try{let u=JSON.parse(o.files_edited);Array.isArray(u)&&u.length>0&&t.push(`**Files Edited:** ${u.join(", ")}`)}catch{o.files_edited.trim()&&t.push(`**Files Edited:** ${o.files_edited}`)}let l=new Date(o.created_at).toLocaleString();t.push(`**Date:** ${l}`)}}else if(n.status==="active"){t.push("**In Progress**"),t.push(""),n.user_prompt&&t.push(`**Request:** ${n.user_prompt}`);let o=ne.getObservationsForSession(n.sdk_session_id);if(o.length>0){t.push(""),t.push(`**Observations (${o.length}):**`);for(let l of o)t.push(`- ${l.title}`)}else t.push(""),t.push("*No observations yet*");t.push(""),t.push("**Status:** Active - summary pending");let i=new Date(n.started_at).toLocaleString();t.push(`**Date:** ${i}`)}else{t.push(`**${n.status.charAt(0).toUpperCase()+n.status.slice(1)}**`),t.push(""),n.user_prompt&&t.push(`**Request:** ${n.user_prompt}`),t.push(""),t.push(`**Status:** ${n.status} - no summary available`);let o=new Date(n.started_at).toLocaleString();t.push(`**Date:** ${o}`)}t.push("")}return{content:[{type:"text",text:t.join(`
|
|
`)}]}}catch(e){return{content:[{type:"text",text:`Failed to get recent context: ${e.message}`}],isError:!0}}}},{name:"search_user_prompts",description:'DEPRECATED: Use the unified "search" tool instead. Search raw user prompts using vector-first semantic search (ChromaDB). Use this to find what the user actually said/requested across all sessions. IMPORTANT: Always use index format first (default) to get an overview with minimal token usage, then use format: "full" only for specific items of interest.',inputSchema:c.object({query:c.string().describe("Natural language search query for semantic ranking via ChromaDB vector search"),format:c.enum(["index","full"]).default("index").describe('Output format: "index" for truncated prompts/dates (default, RECOMMENDED for initial search), "full" for complete prompt text (use only after reviewing index results)'),project:c.string().optional().describe("Filter by project name"),dateRange:c.object({start:c.union([c.string(),c.number()]).optional(),end:c.union([c.string(),c.number()]).optional()}).optional().describe("Filter by date range"),limit:c.number().min(1).max(100).default(20).describe("Maximum number of results"),offset:c.number().min(0).default(0).describe("Number of results to skip"),orderBy:c.enum(["relevance","date_desc","date_asc"]).default("date_desc").describe("Sort order")}),handler:async s=>{try{let{query:e,format:r="index",...a}=s,t=[];if(we)try{console.error("[search-server] Using hybrid semantic search for user prompts");let o=await ze(e,100,{doc_type:"user_prompt"});if(console.error(`[search-server] Chroma returned ${o.ids.length} semantic matches`),o.ids.length>0){let i=Date.now()-7776e6,l=o.ids.filter((u,d)=>{let f=o.metadatas[d];return f&&f.created_at_epoch>i});if(console.error(`[search-server] ${l.length} results within 90-day window`),l.length>0){let u=a.limit||20;t=ne.getUserPromptsByIds(l,{orderBy:"date_desc",limit:u}),console.error(`[search-server] Hydrated ${t.length} user prompts from SQLite`)}}}catch(o){console.error("[search-server] Chroma query failed - no results (FTS5 fallback removed):",o.message)}if(t.length===0)return{content:[{type:"text",text:`No user prompts found matching "${e}"`}]};let n;if(r==="index"){let o=`Found ${t.length} user prompt(s) matching "${e}":
|
|
|
|
`,i=t.map((l,u)=>Il(l,u));n=o+i.join(`
|
|
|
|
`)+ar()}else n=t.map(i=>Nl(i)).join(`
|
|
|
|
---
|
|
|
|
`);return{content:[{type:"text",text:n}]}}catch(e){return{content:[{type:"text",text:`Search failed: ${e.message}`}],isError:!0}}}},{name:"get_context_timeline",description:'Get a unified timeline of context (observations, sessions, and prompts) around a specific point in time. All record types are interleaved chronologically. Useful for understanding "what was happening when X occurred". Returns depth_before records before anchor + anchor + depth_after records after (total: depth_before + 1 + depth_after mixed records).',inputSchema:c.object({anchor:c.union([c.number().describe("Observation ID to center timeline around"),c.string().describe("Session ID (format: S123) or ISO timestamp to center timeline around")]).describe('Anchor point: observation ID, session ID (e.g., "S123"), or ISO timestamp'),depth_before:c.number().min(0).max(50).default(10).describe("Number of records to retrieve before anchor, not including anchor (default: 10)"),depth_after:c.number().min(0).max(50).default(10).describe("Number of records to retrieve after anchor, not including anchor (default: 10)"),project:c.string().optional().describe("Filter by project name")}),handler:async s=>{try{let g=function(P){return new Date(P).toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric"})},y=function(P){return new Date(P).toLocaleString("en-US",{hour:"numeric",minute:"2-digit",hour12:!0})},v=function(P){return new Date(P).toLocaleString("en-US",{month:"short",day:"numeric",hour:"numeric",minute:"2-digit",hour12:!0})},S=function(P){return P?Math.ceil(P.length/4):0};var e=g,r=y,a=v,t=S;let{anchor:n,depth_before:o=10,depth_after:i=10,project:l}=s,u,d=n,f;if(typeof n=="number"){let P=ne.getObservationById(n);if(!P)return{content:[{type:"text",text:`Observation #${n} not found`}],isError:!0};u=P.created_at_epoch,f=ne.getTimelineAroundObservation(n,u,o,i,l)}else if(typeof n=="string")if(n.startsWith("S")||n.startsWith("#S")){let P=n.replace(/^#?S/,""),x=parseInt(P,10),I=ne.getSessionSummariesByIds([x]);if(I.length===0)return{content:[{type:"text",text:`Session #${x} not found`}],isError:!0};u=I[0].created_at_epoch,d=`S${x}`,f=ne.getTimelineAroundTimestamp(u,o,i,l)}else{let P=new Date(n);if(isNaN(P.getTime()))return{content:[{type:"text",text:`Invalid timestamp: ${n}`}],isError:!0};u=P.getTime(),f=ne.getTimelineAroundTimestamp(u,o,i,l)}else return{content:[{type:"text",text:'Invalid anchor: must be observation ID (number), session ID (e.g., "S123"), or ISO timestamp'}],isError:!0};let m=[...f.observations.map(P=>({type:"observation",data:P,epoch:P.created_at_epoch})),...f.sessions.map(P=>({type:"session",data:P,epoch:P.created_at_epoch})),...f.prompts.map(P=>({type:"prompt",data:P,epoch:P.created_at_epoch}))];m.sort((P,x)=>P.epoch-x.epoch);let p=on(m,d,u,o,i);if(p.length===0)return{content:[{type:"text",text:`No context found around ${new Date(u).toLocaleString()} (${o} records before, ${i} records after)`}]};let R=[];R.push(`# Timeline around anchor: ${d}`),R.push(`**Window:** ${o} records before \u2192 ${i} records after | **Items:** ${p.length}`),R.push(""),R.push("**Legend:** \u{1F3AF} session-request | \u{1F534} bugfix | \u{1F7E3} feature | \u{1F504} refactor | \u2705 change | \u{1F535} discovery | \u{1F9E0} decision"),R.push("");let E=new Map;for(let P of p){let x=g(P.epoch);E.has(x)||E.set(x,[]),E.get(x).push(P)}let w=Array.from(E.entries()).sort((P,x)=>{let I=new Date(P[0]).getTime(),D=new Date(x[0]).getTime();return I-D});for(let[P,x]of w){R.push(`### ${P}`),R.push("");let I=null,D="",$=!1;for(let C of x){let j=typeof d=="number"&&C.type==="observation"&&C.data.id===d||typeof d=="string"&&d.startsWith("S")&&C.type==="session"&&`S${C.data.id}`===d;if(C.type==="session"){$&&(R.push(""),$=!1,I=null,D="");let L=C.data,N=L.request||"Session summary",A=`claude-mem://session-summary/${L.id}`,M=j?" \u2190 **ANCHOR**":"";R.push(`**\u{1F3AF} #S${L.id}** ${N} (${v(C.epoch)}) [\u2192](${A})${M}`),R.push("")}else if(C.type==="prompt"){$&&(R.push(""),$=!1,I=null,D="");let L=C.data,N=L.prompt.length>100?L.prompt.substring(0,100)+"...":L.prompt;R.push(`**\u{1F4AC} User Prompt #${L.prompt_number}** (${v(C.epoch)})`),R.push(`> ${N}`),R.push("")}else if(C.type==="observation"){let L=C.data,N="General";N!==I&&($&&R.push(""),R.push(`**${N}**`),R.push("| ID | Time | T | Title | Tokens |"),R.push("|----|------|---|-------|--------|"),I=N,$=!0,D="");let A="\u2022";switch(L.type){case"bugfix":A="\u{1F534}";break;case"feature":A="\u{1F7E3}";break;case"refactor":A="\u{1F504}";break;case"change":A="\u2705";break;case"discovery":A="\u{1F535}";break;case"decision":A="\u{1F9E0}";break}let M=y(C.epoch),X=L.title||"Untitled",W=S(L.narrative),Q=M!==D?M:"\u2033";D=M;let z=j?" \u2190 **ANCHOR**":"";R.push(`| #${L.id} | ${Q} | ${A} | ${X}${z} | ~${W} |`)}}$&&R.push("")}return{content:[{type:"text",text:R.join(`
|
|
`)}]}}catch(n){return{content:[{type:"text",text:`Timeline query failed: ${n.message}`}],isError:!0}}}},{name:"get_timeline_by_query",description:'Search for observations using natural language and get timeline context around the best match. Two modes: "auto" (default) automatically uses top result as timeline anchor; "interactive" returns top matches for you to choose from. This combines search + timeline into a single operation for faster context discovery.',inputSchema:c.object({query:c.string().describe("Natural language search query to find relevant observations"),mode:c.enum(["auto","interactive"]).default("auto").describe("auto: Automatically use top search result as timeline anchor. interactive: Show top N search results for manual anchor selection."),depth_before:c.number().min(0).max(50).default(10).describe("Number of timeline records before anchor (default: 10)"),depth_after:c.number().min(0).max(50).default(10).describe("Number of timeline records after anchor (default: 10)"),limit:c.number().min(1).max(20).default(5).describe("For interactive mode: number of top search results to display (default: 5)"),project:c.string().optional().describe("Filter by project name")}),handler:async s=>{try{let{query:n,mode:o="auto",depth_before:i=10,depth_after:l=10,limit:u=5,project:d}=s,f=[];if(we)try{console.error("[search-server] Using hybrid semantic search for timeline query");let m=await ze(n,100);if(console.error(`[search-server] Chroma returned ${m.ids.length} semantic matches`),m.ids.length>0){let p=Date.now()-7776e6,g=m.ids.filter((y,v)=>{let S=m.metadatas[v];return S&&S.created_at_epoch>p});console.error(`[search-server] ${g.length} results within 90-day window`),g.length>0&&(f=ne.getObservationsByIds(g,{orderBy:"date_desc",limit:o==="auto"?1:u}),console.error(`[search-server] Hydrated ${f.length} observations from SQLite`))}}catch(m){console.error("[search-server] Chroma query failed - no results (FTS5 fallback removed):",m.message)}if(f.length===0)return{content:[{type:"text",text:`No observations found matching "${n}". Try a different search query.`}]};if(o==="interactive"){let m=[];m.push("# Timeline Anchor Search Results"),m.push(""),m.push(`Found ${f.length} observation(s) matching "${n}"`),m.push(""),m.push("To get timeline context around any of these observations, use the `get_context_timeline` tool with the observation ID as the anchor."),m.push(""),m.push(`**Top ${f.length} matches:**`),m.push("");for(let p=0;p<f.length;p++){let g=f[p],y=g.title||`Observation #${g.id}`,v=new Date(g.created_at_epoch).toLocaleString(),S=g.type?`[${g.type}]`:"";m.push(`${p+1}. **${S} ${y}**`),m.push(` - ID: ${g.id}`),m.push(` - Date: ${v}`),g.subtitle&&m.push(` - ${g.subtitle}`),m.push(` - Source: claude-mem://observation/${g.id}`),m.push("")}return{content:[{type:"text",text:m.join(`
|
|
`)}]}}else{let v=function(I){return new Date(I).toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric"})},S=function(I){return new Date(I).toLocaleString("en-US",{hour:"numeric",minute:"2-digit",hour12:!0})},R=function(I){return new Date(I).toLocaleString("en-US",{month:"short",day:"numeric",hour:"numeric",minute:"2-digit",hour12:!0})},E=function(I){return I?Math.ceil(I.length/4):0};var e=v,r=S,a=R,t=E;let m=f[0];console.error(`[search-server] Auto mode: Using observation #${m.id} as timeline anchor`);let p=ne.getTimelineAroundObservation(m.id,m.created_at_epoch,i,l,d),g=[...p.observations.map(I=>({type:"observation",data:I,epoch:I.created_at_epoch})),...p.sessions.map(I=>({type:"session",data:I,epoch:I.created_at_epoch})),...p.prompts.map(I=>({type:"prompt",data:I,epoch:I.created_at_epoch}))];g.sort((I,D)=>I.epoch-D.epoch);let y=on(g,m.id,0,i,l);if(y.length===0)return{content:[{type:"text",text:`Found observation #${m.id} matching "${n}", but no timeline context available (${i} records before, ${l} records after).`}]};let w=[];w.push(`# Timeline for query: "${n}"`),w.push(`**Anchor:** Observation #${m.id} - ${m.title||"Untitled"}`),w.push(`**Window:** ${i} records before \u2192 ${l} records after | **Items:** ${y.length}`),w.push(""),w.push("**Legend:** \u{1F3AF} session-request | \u{1F534} bugfix | \u{1F7E3} feature | \u{1F504} refactor | \u2705 change | \u{1F535} discovery | \u{1F9E0} decision"),w.push("");let P=new Map;for(let I of y){let D=v(I.epoch);P.has(D)||P.set(D,[]),P.get(D).push(I)}let x=Array.from(P.entries()).sort((I,D)=>{let $=new Date(I[0]).getTime(),C=new Date(D[0]).getTime();return $-C});for(let[I,D]of x){w.push(`### ${I}`),w.push("");let $=null,C="",j=!1;for(let L of D){let N=L.type==="observation"&&L.data.id===m.id;if(L.type==="session"){j&&(w.push(""),j=!1,$=null,C="");let A=L.data,M=A.request||"Session summary",X=`claude-mem://session-summary/${A.id}`;w.push(`**\u{1F3AF} #S${A.id}** ${M} (${R(L.epoch)}) [\u2192](${X})`),w.push("")}else if(L.type==="prompt"){j&&(w.push(""),j=!1,$=null,C="");let A=L.data,M=A.prompt.length>100?A.prompt.substring(0,100)+"...":A.prompt;w.push(`**\u{1F4AC} User Prompt #${A.prompt_number}** (${R(L.epoch)})`),w.push(`> ${M}`),w.push("")}else if(L.type==="observation"){let A=L.data,M="General";M!==$&&(j&&w.push(""),w.push(`**${M}**`),w.push("| ID | Time | T | Title | Tokens |"),w.push("|----|------|---|-------|--------|"),$=M,j=!0,C="");let X="\u2022";switch(A.type){case"bugfix":X="\u{1F534}";break;case"feature":X="\u{1F7E3}";break;case"refactor":X="\u{1F504}";break;case"change":X="\u2705";break;case"discovery":X="\u{1F535}";break;case"decision":X="\u{1F9E0}";break}let W=S(L.epoch),ee=A.title||"Untitled",Q=E(A.narrative),pe=W!==C?W:"\u2033";C=W;let Re=N?" \u2190 **ANCHOR**":"";w.push(`| #${A.id} | ${pe} | ${X} | ${ee}${Re} | ~${Q} |`)}}j&&w.push("")}return{content:[{type:"text",text:w.join(`
|
|
`)}]}}}catch(n){return{content:[{type:"text",text:`Timeline query failed: ${n.message}`}],isError:!0}}}}],un=new ws({name:"claude-mem-search",version:"1.0.0"},{capabilities:{tools:{}}});un.setRequestHandler(ia,async()=>({tools:$l.map(s=>({name:s.name,description:s.description,inputSchema:en(s.inputSchema)}))}));un.setRequestHandler(la,async s=>{let e=$l.find(r=>r.name===s.params.name);if(!e)throw new Error(`Unknown tool: ${s.params.name}`);try{return await e.handler(s.params.arguments||{})}catch(r){return{content:[{type:"text",text:`Tool execution failed: ${r.message}`}],isError:!0}}});async function Dl(){if(console.error("[search-server] Shutting down..."),we)try{await we.close(),console.error("[search-server] Chroma client closed")}catch(s){console.error("[search-server] Error closing Chroma client:",s.message)}if(_e)try{_e.close(),console.error("[search-server] SessionSearch closed")}catch(s){console.error("[search-server] Error closing SessionSearch:",s.message)}if(ne)try{ne.close(),console.error("[search-server] SessionStore closed")}catch(s){console.error("[search-server] Error closing SessionStore:",s.message)}console.error("[search-server] Shutdown complete"),process.exit(0)}process.on("SIGTERM",Dl);process.on("SIGINT",Dl);async function wh(){let s=new Os;await un.connect(s),console.error("[search-server] Claude-mem search server started"),setTimeout(async()=>{try{console.error("[search-server] Initializing Chroma client...");let e=new As({command:"uvx",args:["chroma-mcp","--client-type","persistent","--data-dir",Sl],stderr:"ignore"}),r=new Is({name:"claude-mem-search-chroma-client",version:"1.0.0"},{capabilities:{}});await r.connect(e),we=r,console.error("[search-server] Chroma client connected successfully")}catch(e){console.error("[search-server] Failed to initialize Chroma client:",e.message),console.error("[search-server] Vector search unavailable - text queries will return empty results (FTS5 fallback removed)"),console.error("[search-server] Install UVX/Python to enable vector search: https://docs.astral.sh/uv/getting-started/installation/"),we=null}},0)}wh().catch(s=>{console.error("[search-server] Fatal error:",s),process.exit(1)});
|
|
/*! Bundled license information:
|
|
|
|
uri-js/dist/es5/uri.all.js:
|
|
(** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js *)
|
|
*/
|