@iflow-ai/iflow-cli 0.3.5-beta.1 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/bundle/iflow.js
CHANGED
|
@@ -833,20 +833,20 @@ Bus `);for(let a=1;a<s.length;a++){let c=mOn(s[a]);r.push(c)}}t&&t(r),e(r)}),lOn
|
|
|
833
833
|
${e}
|
|
834
834
|
${"=".repeat(80)}
|
|
835
835
|
`;await mMt.appendFile(this.logFilePath,i,"utf-8")}catch(r){console.debug(N.t("openaiContentGenerator.errors.failedWriteDebugLog"),r)}}logTelemetryFailure(e,r){let n=r instanceof Error&&r.message?r.message:String(r);$g(new Error(`${e}: ${n}`))}async generateContent(e){let r=aw.api;r.start("OpenAI-GenerateContent-Total");try{if((this.authType===$t.LOGIN_WITH_IFLOW||this.authType===$t.IFLOW)&&await QF()){this.authType===$t.LOGIN_WITH_IFLOW&&await She();let{getCachedApiKey:g}=await Promise.resolve().then(()=>(RS(),NLe)),A=await g();A&&(this.apiKey=A)}let n=await this.convertToOpenAIMessages(e),i=lMt(n);if(this.config){let m=this.config.getConversationId();if(m)try{await GFe(this.config,m,{model:this.modelName,tool:i})}catch(g){this.logTelemetryFailure("Telemetry initialization failed",g)}}let o=this.convertToOpenAITools(e.config?.tools),s={model:this.modelName,messages:n};e.config?.temperature!==void 0&&(s.temperature=e.config.temperature);let a=this.config?.getContentGeneratorConfig?.();a?.thinking&&a.thinking.maxTokens>0?(_0e.configureThinkingRequest(this.modelName,s,a.thinking)||console.debug(`Model ${this.modelName} does not support thinking mode`),a.thinking=null):_0e.configureNonThinkingRequest(this.modelName,s);let c=await this.calculateInputTokens(e),u=$Fe(this.modelName,c);if(u<0)throw new Error(N.t("openaiContentGenerator.errors.contextLengthExceeded"));s.max_new_tokens=u,e.config?.topP!==void 0&&(s.top_p=e.config.topP),e.config?.stopSequences&&e.config.stopSequences.length>0&&(s.stop=e.config.stopSequences),o&&o.length>0&&(s.tools=o),await this.logToPromptFile(`INPUT REQUEST:
|
|
836
|
-
${JSON.stringify(s,null,2)}`);let d=this.baseUrl.endsWith("/")?this.baseUrl.slice(0,-1):this.baseUrl,f=await fetch(`${d}/chat/completions`,{signal:e.config?.abortSignal,method:"POST",headers:VFe({"Content-Type":"application/json",Authorization:`Bearer ${this.apiKey}`,"user-agent":"iFlow-Cli","session-id":this.config?.getSessionId()||"","conversation-id":this.config?.getConversationId()||""}),body:JSON.stringify(s)});if(!f.ok){let m=await f.text();if(this.config)try{await C0e(this.config,new Error(m))}catch(g){this.logTelemetryFailure("Telemetry error recording failed",g)}throw new Error(N.t("openaiContentGenerator.errors.httpError",{status:f.status,body:m,traceId:f.headers.get("eagleeye-traceid")}))}let p;try{p=await f.json()}catch(m){throw $g(m),new Error(N.t("openaiContentGenerator.errors.responseFormatError",{traceId:f.headers.get("eagleeye-traceid")}))}if(p.error_code&&(p.error_code===511||p.error_code===413))throw new Error(N.t("openaiContentGenerator.errors.contentLengthExceed"));if(p.status&&p.status==="439"||p.error_code&&p.error_code===439)throw new Error(N.t("openaiContentGenerator.errors.apiTokenExpired"));if(p.msg&&(p.msg.includes("invalid apiKey")||p.msg.includes("Invalid apiKey")))throw new Error(N.t("openaiContentGenerator.errors.invalidApiKey"));if(p.status&&(p.status==="434"||p.status===434))throw new Error(N.t("openaiContentGenerator.errors.invalidApiKey"));if(p.status&&p.status==="429"||p.error_code&&p.error_code===429)throw new Error(N.t("openaiContentGenerator.errors.modelRateLimitReached"));if(p.status&&p.status==="449"||p.error_code&&p.error_code===449)throw new Error(N.t("openaiContentGenerator.errors.rateLimitReached"));if(e.config?.abortSignal?.aborted)throw new Error(N.t("openaiContentGenerator.errors.userCancel"));if(!p||!p.choices||!Array.isArray(p.choices)||p.choices.length===0){let m=f.headers.get("eagleeye-traceid");throw new Error(N.t("openaiContentGenerator.errors.invalidResponseFormat",{traceId:m}))}await this.logToPromptFile(`API RESPONSE:
|
|
836
|
+
${JSON.stringify(s,null,2)}`);let d=this.baseUrl.endsWith("/")?this.baseUrl.slice(0,-1):this.baseUrl,f=await fetch(`${d}/chat/completions`,{signal:e.config?.abortSignal,method:"POST",headers:VFe({"Content-Type":"application/json",Authorization:`Bearer ${this.apiKey}`,"user-agent":"iFlow-Cli","session-id":this.config?.getSessionId()||"","conversation-id":this.config?.getConversationId()||""}),body:JSON.stringify(s)});if(!f.ok){let m=await f.text();if(this.config)try{await C0e(this.config,new Error(m))}catch(g){this.logTelemetryFailure("Telemetry error recording failed",g)}throw new Error(N.t("openaiContentGenerator.errors.httpError",{status:f.status,body:m,traceId:f.headers.get("eagleeye-traceid")}))}let p;try{p=await f.json()}catch(m){throw $g(m),new Error(N.t("openaiContentGenerator.errors.responseFormatError",{traceId:f.headers.get("eagleeye-traceid")}))}if(p.error_code&&(p.error_code===511||p.error_code===413))throw new Error(N.t("openaiContentGenerator.errors.contentLengthExceed"));if(p.status&&p.status==="439"||p.error_code&&p.error_code===439)throw new Error(N.t("openaiContentGenerator.errors.apiTokenExpired"));if(p.msg&&(p.msg.includes("invalid apiKey")||p.msg.includes("Invalid apiKey")))throw new Error(N.t("openaiContentGenerator.errors.invalidApiKey"));if(p.status&&(p.status==="434"||p.status===434))throw new Error(N.t("openaiContentGenerator.errors.invalidApiKey"));if(p.status&&p.status==="429"||p.error_code&&(p.error_code===429||p.error_code===8211))throw new Error(N.t("openaiContentGenerator.errors.modelRateLimitReached"));if(p.status&&p.status==="449"||p.error_code&&p.error_code===449)throw new Error(N.t("openaiContentGenerator.errors.rateLimitReached"));if(e.config?.abortSignal?.aborted)throw new Error(N.t("openaiContentGenerator.errors.userCancel"));if(!p||!p.choices||!Array.isArray(p.choices)||p.choices.length===0){let m=f.headers.get("eagleeye-traceid");throw new Error(N.t("openaiContentGenerator.errors.invalidResponseFormat",{traceId:m}))}await this.logToPromptFile(`API RESPONSE:
|
|
837
837
|
${JSON.stringify(p,null,2)}`),p.usage&&(this.lastUsageMetadata={total_tokens:p.usage.total_tokens,prompt_tokens:p.usage.prompt_tokens,completion_tokens:p.usage.completion_tokens});let h=await this.convertFromOpenAIResponse(p);if(this.config)try{await oX(this.config)}catch(m){this.logTelemetryFailure("Telemetry cleanup failed",m)}return h}catch(n){if($g(n),this.config&&!(n instanceof Error&&n.message==="user cancel")&&await C0e(this.config,n instanceof Error?n:new Error(String(n))),n instanceof Error&&n.cause?.name?.includes("InvalidArgumentError"))throw new Error(N.t("openaiContentGenerator.errors.apiKeyError"));if(n instanceof Error&&n.message&&["iFlow Login expired","Your iFlow Login expired","Your API Token has expired","platform rate limit","platform concurrency limit","Your input has exceeded","the network is unavailable","\u60A8\u7684 iFlow \u767B\u5F55\u5DF2\u8FC7\u671F","\u767B\u5F55\u5DF2\u8FC7\u671F","API Token \u5DF2\u8FC7\u671F","API Token\u5DF2\u8FC7\u671F","\u5E73\u53F0\u901F\u7387\u9650\u5236","\u5E73\u53F0\u5E76\u53D1\u9650\u5236","\u60A8\u7684\u8F93\u5165\u8D85\u8FC7\u4E86\u6A21\u578B\u7684\u4E0A\u4E0B\u6587\u957F\u5EA6","\u60A8\u7684\u8F93\u5165\u5DF2\u8D85\u51FA","\u7F51\u7EDC\u5F02\u5E38\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5"].some(s=>n.message.includes(s)))throw new Error(n.message);let i="";throw n instanceof Error?i=n.cause?`${n.message}:${n.cause.message}`:n.message:i=String(n),new Error(N.t("openaiContentGenerator.errors.generateDataError",{error:i}),{cause:n})}finally{r.end("OpenAI-GenerateContent-Total")}}async generateContentStream(e){let r=await this.generateContent(e);async function*n(){yield r}return n()}async countTokens(e,r=!1){let n=e.useCache??!0;if(!r&&this.lastUsageMetadata?.total_tokens)return{totalTokens:this.lastUsageMetadata.total_tokens};let i=this.extractTextFromRequest(e);return{totalTokens:Math.ceil(i.length/4)}}async calculateInputTokens(e){try{let r={model:this.modelName,contents:e.contents,config:{systemInstruction:e.config?.systemInstruction}};return(await this.countTokens(r)).totalTokens||0}catch{let n=this.extractTextFromRequest({model:this.modelName,contents:e.contents});return Math.ceil(n.length/4)}}async embedContent(e){try{let r=this.extractTextFromEmbedRequest(e),n=this.baseUrl.endsWith("/")?this.baseUrl.slice(0,-1):this.baseUrl,i=await fetch(`${n}/v1/embeddings`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.apiKey}`},body:JSON.stringify({model:this.modelName,input:r})});if(!i.ok){let s=await i.text();throw new Error(`HTTP error! status: ${i.status}, body: ${s}`)}return{embeddings:[{values:(await i.json()).data[0].embedding}]}}catch(r){throw $g(r),new Error(N.t("openaiContentGenerator.errors.embedContentFailed",{error:r instanceof Error?r.message:String(r)}))}}async convertToOpenAIMessages(e){let r=[],n=new Set,i=new Map;if(e.contents){let o=Array.isArray(e.contents)?e.contents:[e.contents];for(let s of o)if(typeof s=="object"&&s!==null&&"parts"in s&&s.parts){let a=Array.isArray(s.parts)?s.parts:[s.parts];for(let c of a){if(c.functionCall){let u=c.functionCall.id||`call_${Date.now()}_${Math.random().toString(36).substring(2,11)}`;n.add(u)}if(c.functionResponse){let u=c.functionResponse.id||c.functionResponse.name||"",d=c.functionResponse.response?.output??(c.functionResponse.response?JSON.stringify(c.functionResponse.response):"");i.set(u,{role:"tool",tool_call_id:u,content:d})}}}for(let[s]of i)n.has(s)||i.delete(s)}if(e.config?.systemInstruction){let o=this.extractSystemInstruction(e.config.systemInstruction);o&&r.push({role:"system",content:o})}if(e.contents){let o=Array.isArray(e.contents)?e.contents:[e.contents];for(let s of o){if(typeof s=="string"){r.push({role:"user",content:s});continue}if(typeof s=="object"&&s!==null&&"text"in s&&s.text){r.push({role:"user",content:s.text});continue}if(typeof s=="object"&&s!==null&&"parts"in s&&s.parts){let a=Array.isArray(s.parts)?s.parts:[s.parts];if(s.role==="model"){let c={role:"assistant",content:"",tool_calls:[]};for(let u of a)if("text"in u&&u.text&&(c.content=u.text),u.functionCall){let d=u.functionCall.id||`call_${Date.now()}_${Math.random().toString(36).substring(2,11)}`;c.tool_calls.push({id:d,function:{name:u.functionCall.name||"",arguments:JSON.stringify(u.functionCall.args||{})},type:"function"})}if((c.content||c.tool_calls.length>0)&&(c.tool_calls.length===0&&delete c.tool_calls,r.push(c),c.tool_calls&&c.tool_calls.length>0))for(let u of c.tool_calls){let d=i.get(u.id);d?r.push(d):r.push({role:"tool",tool_call_id:u.id,content:N.t("openaiContentGenerator.messages.toolNotExecuted")})}}else{let c=[];for(let u of a)if("text"in u&&u.text)c.push({type:"text",text:u.text});else if(u.inlineData){let d=u.inlineData;if(d.mimeType&&d.mimeType.startsWith("image/"))if(!(this.authType===$t.IFLOW||this.authType===$t.LOGIN_WITH_IFLOW||this.baseUrl&&this.baseUrl.toLowerCase().includes("apis.iflow.cn"))&&sw.isMultimodalModel(this.modelName))r.push({role:"user",content:[{type:"image_url",image_url:{url:"data:"+d.mimeType+";base64,"+d.data}}]});else try{if(!d.data)throw new Error(N.t("openaiContentGenerator.errors.imageDataMissing"));let p=await this.multimodalHelper.generateImageDescription(d.data,d.mimeType);c.push({type:"text",text:`[Image Description]: ${p}`})}catch(p){$g(p),c.push({type:"text",text:N.t("openaiContentGenerator.errors.imageContentCannotParse",{error:p instanceof Error?p.message:String(p)})})}}c.length>0&&r.push({role:"user",content:c})}}}}return r}createGeminiResponse(){let e=new o4;return e.candidates=[{content:{parts:[],role:"model"}}],e}async convertFromOpenAIResponse(e){let r=e.choices[0],n=this.createGeminiResponse(),i=n.candidates?.[0];if(!r||!r.message)return n;if(r.message.reasoning_content&&i?.content?.parts&&i.content.parts.push({thought:!0,text:r.message.reasoning_content}),r.message.content&&r.message.content.trim()&&i?.content?.parts&&i.content.parts.push({text:r.message.content}),r.message.tool_calls&&Array.isArray(r.message.tool_calls))for(let o of r.message.tool_calls){let s;try{s=JSON.parse(o.function.arguments)}catch(a){if($g(a),this.baseUrl==="https://apis.iflow.cn/v1")try{s=await this.fixInvalidJsonWithQwen(o.function.arguments)}catch(c){$g(c),console.error("Failed to fix JSON",c),s={}}else s={}}i?.content?.parts?.push({functionCall:{id:o.id,name:o.function.name,args:s}})}return i&&r.finish_reason!=="tool_calls"&&r.finish_reason&&(i.finishReason=this.mapFinishReason(r.finish_reason)),n.usageMetadata={promptTokenCount:e.usage?.prompt_tokens||0,candidatesTokenCount:e.usage?.completion_tokens||0,totalTokenCount:e.usage?.total_tokens||0},n}async fixInvalidJsonWithQwen(e){let r=`
|
|
838
838
|
\u4F60\u662F\u4E00\u4E2Ajson\u683C\u5F0F\u4F18\u5316\u4E13\u5BB6\uFF0C\u4F60\u7684\u5DE5\u4F5C\u662F\u5C06\u4E00\u4E32\u6587\u672C\uFF0C\u6839\u636Ejson schema\u7684\u5B9A\u4E49\u8F93\u51FA\u6210\u4E00\u4E2Avalid\u7684json
|
|
839
839
|
\u8FD9\u4E2A\u662F\u9519\u8BEF\u7684json\u683C\u5F0F\uFF1A
|
|
840
840
|
${e}
|
|
841
841
|
|
|
842
|
-
\u8BF7\u76F4\u63A5\u8F93\u51FA\u4E00\u4E2A\u6B63\u786E\u7684json\u683C\u5F0F\uFF1A`;try{let n=await fetch("https://apis.iflow.cn/v1/chat/completions",{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.apiKey}`},body:JSON.stringify({model:"QWen3-4B",messages:[{role:"user",content:r}],temperature:.1,max_tokens:1e3})});if(!n.ok)throw new Error(`API error: ${n.status}`);let i=await n.json();if(!i||!i.choices||!Array.isArray(i.choices)||i.choices.length===0)throw new Error("Invalid response format - missing or empty choices array");let o=i.choices[0]?.message?.content;if(!o||typeof o!="string")throw new Error("Invalid response - missing or invalid message content");let s=o.trim();if(s.startsWith("```json")?s=s.replace(/^```json\s*/,"").replace(/\s*```$/,""):s.startsWith("```")&&(s=s.replace(/^```\s*/,"").replace(/\s*```$/,"")),!s)throw new Error("Fixed JSON is empty after processing");return JSON.parse(s)}catch(n){throw $g(n),console.error("QWen JSON fix failed:",n),n}}extractTextFromRequest(e){let r="";if(e.contents){let n=Array.isArray(e.contents)?e.contents:[e.contents];for(let i of n)if(i&&typeof i=="object"&&"parts"in i&&i.parts){let o=Array.isArray(i.parts)?i.parts:[i.parts];for(let s of o)if(s&&typeof s=="object"&&"text"in s&&s.text)r+=s.text+" ";else if(s.functionResponse&&s.functionResponse.response)for(let[a,c]of Object.entries(s.functionResponse.response))c!=null&&(r+=String(c)+" ")}}return e.config?.systemInstruction&&(r+=e.config.systemInstruction),r.trim()}extractTextFromEmbedRequest(e){if(e.contents){let r=Array.isArray(e.contents)?e.contents:[e.contents];for(let n of r)if(typeof n=="object"&&n!==null&&"parts"in n&&n.parts){let i=Array.isArray(n.parts)?n.parts:[n.parts];for(let o of i)if(typeof o=="object"&&o!==null&&"text"in o&&o.text)return o.text}else{if(typeof n=="string")return n;if(typeof n=="object"&&n!==null&&"text"in n&&n.text)return n.text}}return""}extractSystemInstruction(e){let r="";if(typeof e=="string")r=e;else if(Array.isArray(e)){for(let n of e)typeof n=="object"&&n!==null&&"text"in n&&n.text&&(r+=n.text+" ");r=r.trim()}else if(typeof e=="object"&&e!==null)if("parts"in e&&e.parts){let n=Array.isArray(e.parts)?e.parts:[e.parts];for(let i of n)typeof i=="object"&&i!==null&&"text"in i&&i.text&&(r+=i.text+" ");r=r.trim()}else"text"in e&&e.text&&(r=e.text);return r}convertToOpenAITools(e){if(!e||e.length===0)return[];let r=[];for(let n of e)if(n.functionDeclarations&&Array.isArray(n.functionDeclarations))for(let i of n.functionDeclarations)r.push({type:"function",function:{name:i.name||"",description:i.description,parameters:this.convertParameters(i.parameters||i.parametersJsonSchema)}});return r}convertParameters(e){if(!e)return;let r={STRING:"string",INTEGER:"integer",NUMBER:"number",BOOLEAN:"boolean",OBJECT:"object",ARRAY:"array",string:"string",integer:"integer",number:"number",boolean:"boolean",object:"object",array:"array"};if(typeof e=="object"&&e.type){if(typeof e.type=="string"&&(r[e.type]?e.type=r[e.type]:e.type=e.type.toLowerCase()),e.properties)for(let i in e.properties){let o=e.properties[i],s={};o.type&&(s.type=r[o.type]),o.description&&(s.description=o.description),e.properties[i]=s}return e.items&&(e.items=this.convertParameters(e.items)),e}let n=i=>{if(!i)return;let o={};if(i.type)switch(i.type){case"STRING":o.type="string";break;case"INTEGER":o.type="integer";break;case"NUMBER":o.type="number";break;case"BOOLEAN":o.type="boolean";break;case"OBJECT":o.type="object";break;case"ARRAY":o.type="array";break;default:o.type=i.type.toLowerCase()}if(o.type="object",i.description&&(o.description=i.description),i.enum&&(o.enum=i.enum),i.properties){o.properties={};for(let[s,a]of Object.entries(i.properties))o.properties[s]=n(a)}return i.items&&(o.items=n(i.items)),i.required&&(o.required=i.required),o};return n(e)}mapFinishReason(e){switch(e){case"stop":return _S.STOP;case"length":return _S.MAX_TOKENS;case"content_filter":return _S.SAFETY;case"tool_calls":return _S.MALFORMED_FUNCTION_CALL;default:return _S.OTHER}}convertResponseSchema(e){if(e)return e.type==="object"||e.type==="OBJECT"?{type:"json_schema",json_schema:{name:e.name||"",description:e.description||"",schema:this.convertSchemaToJsonSchema(e),strict:!0}}:{type:"json_schema",json_schema:{name:"response_schema",description:"Generated response schema",schema:this.convertSchemaToJsonSchema(e),strict:!0}}}convertSchemaToJsonSchema(e){if(!e)return{};let r={};if(e.type)switch(e.type){case"STRING":r.type="string";break;case"INTEGER":r.type="integer";break;case"NUMBER":r.type="number";break;case"BOOLEAN":r.type="boolean";break;case"OBJECT":r.type="object";break;case"ARRAY":r.type="array";break;default:r.type=typeof e.type=="string"?e.type.toLowerCase():e.type}if(e.description&&(r.description=e.description),e.enum&&(r.enum=e.enum),e.properties){r.properties={};for(let[n,i]of Object.entries(e.properties))r.properties[n]=this.convertSchemaToJsonSchema(i)}return e.items&&(r.items=this.convertSchemaToJsonSchema(e.items)),e.required&&(r.required=e.required),r.type==="object"&&!("additionalProperties"in r)&&(r.additionalProperties=!1),r}}});var w1,Xu,hU,mU,lX,AMt,p4=ae(()=>{"use strict";w1="Qwen3-Coder",Xu="Qwen3-Coder",hU="text-embedding-v1",mU="gemini-2.5-flash-lite",lX="https://apis.iflow.cn/v1",AMt="https://ducky.code.alibaba-inc.com/v1/openai"});async function ZFe(t,e,r,n){if(e===$t.LOGIN_WITH_IFLOW){let i=await yD(e,r),o=await a4();if(!o)throw new Error("No API key found. Please re-authenticate.");let s=r.getContentGeneratorConfig();return new pU({model:r.getModel(),apiKey:o,baseUrl:s?.baseUrl||lX,authType:e,debugMode:r.getDebugMode(),multimodalModelName:"qwen3-vl-plus",config:r})}if(e===$t.CLOUD_SHELL){let i=await yD(e,r),o=await rOt(i);return new G8(i,o.projectId,t,n,o.userTier)}throw new Error(`Unsupported authType: ${e}`)}var eUe=ae(()=>{"use strict";v3();RS();nOt();_he();XFe();p4();});function ykn(t){return t.replace(/([a-z])([A-Z])/g,"$1_$2").toUpperCase()}function B5(t){let e=ykn(t),r=`IFLOW_${t}`;if(process.env[r])return process.env[r];let n=`IFLOW_${e}`;if(process.env[n])return process.env[n];let i=`iflow_${t}`;if(process.env[i])return process.env[i];let o=`iflow_${e}`;if(process.env[o])return process.env[o]}function cX(){return B5("apiKey")}function uX(){return B5("baseUrl")||B5("url")}function dX(){return B5("modelName")||B5("model")}function yMt(t){let e=B5(t);if(e===void 0)return;let r=e.toLowerCase();if(r==="true"||r==="1"||r==="yes")return!0;if(r==="false"||r==="0"||r==="no")return!1}function EMt(t){let e=B5(t);if(e===void 0)return;let r=Number(e);return isNaN(r)?void 0:r}function vMt(t){let e=B5(t);if(e!==void 0)return e.split(",").map(r=>r.trim()).filter(r=>r.length>0)}function T0e(){return!!(cX()||uX()||dX())}function tUe(){let t={},e=["theme","selectedAuthType","sandbox","toolDiscoveryCommand","toolCallCommand","mcpServerCommand","contextFileName","preferredEditor","apiKey","baseUrl","modelName","searchApiKey","multimodalModelName","memoryImportFormat"],r=["useExternalAuth","showMemoryUsage","usageStatisticsEnabled","autoConfigureMaxOldSpaceSize","hideWindowTitle","hideTips","hideBanner","vimMode","ideModeFeature","ideMode","disableAutoUpdate","skipNextSpeakerCheck","useRipgrep","debugKeystrokeLogging"],n=["maxSessionTurns","memoryDiscoveryMaxDirs","tokensLimit","compressionTokenThreshold","shellTimeout"],i=["coreTools","excludeTools","allowMCPServers","excludeMCPServers"];return e.forEach(o=>{let s=B5(o);s!==void 0&&(t[o]=s)}),r.forEach(o=>{let s=yMt(o);s!==void 0&&(t[o]=s)}),n.forEach(o=>{let s=EMt(o);s!==void 0&&(t[o]=s)}),i.forEach(o=>{let s=vMt(o);s!==void 0&&(t[o]=s)}),t}function Ekn(){return{apiKey:cX(),baseUrl:uX(),model:dX()}}var rUe=ae(()=>{"use strict";});async function nUe(t,e,r){await QF()&&(await whe()||console.log("OAuth2 credentials cleared due to expiration. Please authenticate when prompted."));let i=process.env.GEMINI_API_KEY,o=process.env.GOOGLE_API_KEY,s=process.env.GOOGLE_CLOUD_PROJECT,a=process.env.GOOGLE_CLOUD_LOCATION,c=cX(),u=uX(),d=dX(),f=r?.apiKey||c,p=r?.baseUrl||u||vkn[e],h=t.getModel()||d||w1,m={model:h,authType:e,proxy:t?.getProxy(),debugMode:t?.getDebugMode(),config:t};return e===$t.CLOUD_SHELL?m:e===$t.LOGIN_WITH_IFLOW?(m.baseUrl=p||lX,m.multimodalModelName="qwen3-vl-plus",f&&(m.apiKey=f),m):([...jg,$t.OPENAI_COMPATIBLE].includes(e)&&f&&(m.apiKey=f,m.baseUrl=p,m.model=h),m)}async function iUe(t,e,r){let i={headers:{"User-Agent":`iFlowCLI/0.3.5-beta.1 (${process.platform}; ${process.arch})`}};if(t.authType&&[...jg,$t.IDEA_LAB].includes(t.authType)||t.authType===$t.OPENAI_COMPATIBLE)return new pU({...t,config:e});if(t.authType===$t.LOGIN_WITH_IFLOW||t.authType===$t.CLOUD_SHELL)return ZFe(i,t.authType,e,r);if([...jg,$t.OPENAI_COMPATIBLE].includes(t.authType)||t.authType===$t.USE_GEMINI||t.authType===$t.USE_VERTEX_AI)return new che({apiKey:t.apiKey===""?void 0:t.apiKey,vertexai:t.vertexai,httpOptions:i}).models;throw new Error(`Error creating contentGenerator: Unsupported authType: ${t.authType}`)}var $t,jg,vkn,v3=ae(()=>{"use strict";il();eUe();p4();XFe();rUe();RS();(function(t){t.LOGIN_WITH_IFLOW="oauth-iflow",t.USE_GEMINI="gemini-api-key",t.USE_VERTEX_AI="vertex-ai",t.CLOUD_SHELL="cloud-shell",t.IFLOW="iflow",t.AONE="aone",t.IDEA_LAB="idealab",t.OPENAI_COMPATIBLE="openai-compatible"})($t||($t={}));jg=[$t.IFLOW,$t.AONE],vkn={[$t.IDEA_LAB]:"https://idealab.alibaba-inc.com/api/openai/v1",[$t.IFLOW]:lX,[$t.AONE]:AMt}});var I0e,CMt=ae(()=>{"use strict";I0e=class{prompts=new Map;registerPrompt(e){if(this.prompts.has(e.name)){let r=`${e.serverName}_${e.name}`;console.warn(`Prompt with name "${e.name}" is already registered. Renaming to "${r}".`),this.prompts.set(r,{...e,name:r})}else this.prompts.set(e.name,e)}getAllPrompts(){return Array.from(this.prompts.values()).sort((e,r)=>e.name.localeCompare(r.name))}getPrompt(e){return this.prompts.get(e)}getPromptsByServer(e){let r=[];for(let n of this.prompts.values())n.serverName===e&&r.push(n);return r.sort((n,i)=>n.name.localeCompare(i.name))}clear(){this.prompts.clear()}removePromptsByServer(e){for(let[r,n]of this.prompts.entries())n.serverName===e&&this.prompts.delete(r)}}});var po,zr,ho,mo,su=ae(()=>{"use strict";po=class{name;displayName;description;icon;kind;parameterSchema;isOutputMarkdown;canUpdateOutput;aliases;constructor(e,r,n,i,o,s,a=!0,c=!1,u=[]){this.name=e,this.displayName=r,this.description=n,this.icon=i,this.kind=o,this.parameterSchema=s,this.isOutputMarkdown=a,this.canUpdateOutput=c,this.aliases=u}get schema(){return{name:this.name,description:this.description,parameters:this.parameterSchema}}validateToolParams(e){return null}getDescription(e){return JSON.stringify(e)}shouldConfirmExecute(e,r){return Promise.resolve(!1)}toolLocations(e){return[]}};(function(t){t.ProceedOnce="proceed_once",t.ProceedAlways="proceed_always",t.ProceedAlwaysServer="proceed_always_server",t.ProceedAlwaysTool="proceed_always_tool",t.ModifyWithEditor="modify_with_editor",t.Cancel="cancel"})(zr||(zr={}));(function(t){t.FileSearch="fileSearch",t.Folder="folder",t.Globe="globe",t.Hammer="hammer",t.LightBulb="lightBulb",t.Pencil="pencil",t.Regex="regex",t.Terminal="terminal"})(ho||(ho={}));(function(t){t.Read="read",t.Edit="edit",t.Delete="delete",t.Move="move",t.Search="search",t.Execute="execute",t.Think="think",t.Fetch="fetch",t.Other="other"})(mo||(mo={}))});function ND(t,e){let r=new WeakSet;return JSON.stringify(t,(n,i)=>{if(typeof i=="object"&&i!==null){if(r.has(i))return"[Circular]";r.add(i)}return i},e)}var D0e=ae(()=>{"use strict";});var Lr,_1=ae(()=>{"use strict";(function(t){t.INVALID_TOOL_PARAMS="invalid_tool_params",t.UNKNOWN="unknown",t.UNHANDLED_EXCEPTION="unhandled_exception",t.TOOL_NOT_REGISTERED="tool_not_registered",t.EXECUTION_FAILED="execution_failed",t.FILE_NOT_FOUND="file_not_found",t.FILE_WRITE_FAILURE="file_write_failure",t.READ_CONTENT_FAILURE="read_content_failure",t.ATTEMPT_TO_CREATE_EXISTING_FILE="attempt_to_create_existing_file",t.FILE_TOO_LARGE="file_too_large",t.PERMISSION_DENIED="permission_denied",t.NO_SPACE_LEFT="no_space_left",t.TARGET_IS_DIRECTORY="target_is_directory",t.PATH_NOT_IN_WORKSPACE="path_not_in_workspace",t.SEARCH_PATH_NOT_FOUND="search_path_not_found",t.SEARCH_PATH_NOT_A_DIRECTORY="search_path_not_a_directory",t.EDIT_PREPARATION_FAILURE="edit_preparation_failure",t.EDIT_NO_OCCURRENCE_FOUND="edit_no_occurrence_found",t.EDIT_EXPECTED_OCCURRENCE_MISMATCH="edit_expected_occurrence_mismatch",t.EDIT_NO_CHANGE="edit_no_change",t.GLOB_EXECUTION_ERROR="glob_execution_error",t.GREP_EXECUTION_ERROR="grep_execution_error",t.LS_EXECUTION_ERROR="ls_execution_error",t.PATH_IS_NOT_A_DIRECTORY="path_is_not_a_directory",t.MCP_TOOL_ERROR="mcp_tool_error",t.MEMORY_TOOL_EXECUTION_ERROR="memory_tool_execution_error",t.READ_MANY_FILES_SEARCH_ERROR="read_many_files_search_error",t.DISCOVERED_TOOL_EXECUTION_ERROR="discovered_tool_execution_error",t.WEB_FETCH_NO_URL_IN_PROMPT="web_fetch_no_url_in_prompt",t.WEB_FETCH_FALLBACK_FAILED="web_fetch_fallback_failed",t.WEB_FETCH_PROCESSING_ERROR="web_fetch_processing_error",t.WEB_SEARCH_FAILED="web_search_failed",t.HOOK_BLOCKED="hook_blocked"})(Lr||(Lr={}))});function Ckn(t){return{text:t.text}}function bkn(t,e){return[{text:N.t("mcpTool.messages.mediaDataProvided",{toolName:e,type:t.type,mimeType:t.mimeType})},{inlineData:{mimeType:t.mimeType,data:t.data}}]}function xkn(t,e){let r=t.resource;if(r?.text)return{text:r.text};if(r?.blob){let n=r.mimeType||"application/octet-stream";return[{text:N.t("mcpTool.messages.embeddedResourceProvided",{toolName:e,mimeType:n})},{inlineData:{mimeType:n,data:r.blob}}]}return null}function Skn(t){return{text:N.t("mcpTool.messages.resourceLink",{title:t.title||t.name,uri:t.uri})}}function wkn(t){let e=t?.[0]?.functionResponse,r=e?.response?.content,n=e?.name||"unknown tool";return Array.isArray(r)?r.flatMap(o=>{switch(o.type){case"text":return Ckn(o);case"image":case"audio":return bkn(o,n);case"resource":return xkn(o,n);case"resource_link":return Skn(o);default:return null}}).filter(o=>o!==null):[{text:N.t("mcpTool.errors.parseResponseFailed")}]}function _kn(t){let e=t?.[0]?.functionResponse?.response?.content;return Array.isArray(e)?e.map(n=>{switch(n.type){case"text":return n.text;case"image":return N.t("mcpTool.display.image",{mimeType:n.mimeType});case"audio":return N.t("mcpTool.display.audio",{mimeType:n.mimeType});case"resource_link":return N.t("mcpTool.display.resourceLink",{title:n.title||n.name,uri:n.uri});case"resource":return n.resource?.text?n.resource.text:N.t("mcpTool.display.embeddedResource",{mimeType:n.resource?.mimeType||N.t("mcpTool.display.unknownType")});default:return N.t("mcpTool.display.unknownContentType",{type:n.type})}}).join(`
|
|
842
|
+
\u8BF7\u76F4\u63A5\u8F93\u51FA\u4E00\u4E2A\u6B63\u786E\u7684json\u683C\u5F0F\uFF1A`;try{let n=await fetch("https://apis.iflow.cn/v1/chat/completions",{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.apiKey}`},body:JSON.stringify({model:"QWen3-4B",messages:[{role:"user",content:r}],temperature:.1,max_tokens:1e3})});if(!n.ok)throw new Error(`API error: ${n.status}`);let i=await n.json();if(!i||!i.choices||!Array.isArray(i.choices)||i.choices.length===0)throw new Error("Invalid response format - missing or empty choices array");let o=i.choices[0]?.message?.content;if(!o||typeof o!="string")throw new Error("Invalid response - missing or invalid message content");let s=o.trim();if(s.startsWith("```json")?s=s.replace(/^```json\s*/,"").replace(/\s*```$/,""):s.startsWith("```")&&(s=s.replace(/^```\s*/,"").replace(/\s*```$/,"")),!s)throw new Error("Fixed JSON is empty after processing");return JSON.parse(s)}catch(n){throw $g(n),console.error("QWen JSON fix failed:",n),n}}extractTextFromRequest(e){let r="";if(e.contents){let n=Array.isArray(e.contents)?e.contents:[e.contents];for(let i of n)if(i&&typeof i=="object"&&"parts"in i&&i.parts){let o=Array.isArray(i.parts)?i.parts:[i.parts];for(let s of o)if(s&&typeof s=="object"&&"text"in s&&s.text)r+=s.text+" ";else if(s.functionResponse&&s.functionResponse.response)for(let[a,c]of Object.entries(s.functionResponse.response))c!=null&&(r+=String(c)+" ")}}return e.config?.systemInstruction&&(r+=e.config.systemInstruction),r.trim()}extractTextFromEmbedRequest(e){if(e.contents){let r=Array.isArray(e.contents)?e.contents:[e.contents];for(let n of r)if(typeof n=="object"&&n!==null&&"parts"in n&&n.parts){let i=Array.isArray(n.parts)?n.parts:[n.parts];for(let o of i)if(typeof o=="object"&&o!==null&&"text"in o&&o.text)return o.text}else{if(typeof n=="string")return n;if(typeof n=="object"&&n!==null&&"text"in n&&n.text)return n.text}}return""}extractSystemInstruction(e){let r="";if(typeof e=="string")r=e;else if(Array.isArray(e)){for(let n of e)typeof n=="object"&&n!==null&&"text"in n&&n.text&&(r+=n.text+" ");r=r.trim()}else if(typeof e=="object"&&e!==null)if("parts"in e&&e.parts){let n=Array.isArray(e.parts)?e.parts:[e.parts];for(let i of n)typeof i=="object"&&i!==null&&"text"in i&&i.text&&(r+=i.text+" ");r=r.trim()}else"text"in e&&e.text&&(r=e.text);return r}convertToOpenAITools(e){if(!e||e.length===0)return[];let r=[];for(let n of e)if(n.functionDeclarations&&Array.isArray(n.functionDeclarations))for(let i of n.functionDeclarations)r.push({type:"function",function:{name:i.name||"",description:i.description,parameters:this.convertParameters(i.parameters||i.parametersJsonSchema)}});return r}convertParameters(e){if(!e)return;let r={STRING:"string",INTEGER:"integer",NUMBER:"number",BOOLEAN:"boolean",OBJECT:"object",ARRAY:"array",string:"string",integer:"integer",number:"number",boolean:"boolean",object:"object",array:"array"};if(typeof e=="object"&&e.type){if(typeof e.type=="string"&&(r[e.type]?e.type=r[e.type]:e.type=e.type.toLowerCase()),e.properties)for(let i in e.properties){let o=e.properties[i],s={};o.type&&(s.type=r[o.type]),o.description&&(s.description=o.description),e.properties[i]=s}return e.items&&(e.items=this.convertParameters(e.items)),e}let n=i=>{if(!i)return;let o={};if(i.type)switch(i.type){case"STRING":o.type="string";break;case"INTEGER":o.type="integer";break;case"NUMBER":o.type="number";break;case"BOOLEAN":o.type="boolean";break;case"OBJECT":o.type="object";break;case"ARRAY":o.type="array";break;default:o.type=i.type.toLowerCase()}if(o.type="object",i.description&&(o.description=i.description),i.enum&&(o.enum=i.enum),i.properties){o.properties={};for(let[s,a]of Object.entries(i.properties))o.properties[s]=n(a)}return i.items&&(o.items=n(i.items)),i.required&&(o.required=i.required),o};return n(e)}mapFinishReason(e){switch(e){case"stop":return _S.STOP;case"length":return _S.MAX_TOKENS;case"content_filter":return _S.SAFETY;case"tool_calls":return _S.MALFORMED_FUNCTION_CALL;default:return _S.OTHER}}convertResponseSchema(e){if(e)return e.type==="object"||e.type==="OBJECT"?{type:"json_schema",json_schema:{name:e.name||"",description:e.description||"",schema:this.convertSchemaToJsonSchema(e),strict:!0}}:{type:"json_schema",json_schema:{name:"response_schema",description:"Generated response schema",schema:this.convertSchemaToJsonSchema(e),strict:!0}}}convertSchemaToJsonSchema(e){if(!e)return{};let r={};if(e.type)switch(e.type){case"STRING":r.type="string";break;case"INTEGER":r.type="integer";break;case"NUMBER":r.type="number";break;case"BOOLEAN":r.type="boolean";break;case"OBJECT":r.type="object";break;case"ARRAY":r.type="array";break;default:r.type=typeof e.type=="string"?e.type.toLowerCase():e.type}if(e.description&&(r.description=e.description),e.enum&&(r.enum=e.enum),e.properties){r.properties={};for(let[n,i]of Object.entries(e.properties))r.properties[n]=this.convertSchemaToJsonSchema(i)}return e.items&&(r.items=this.convertSchemaToJsonSchema(e.items)),e.required&&(r.required=e.required),r.type==="object"&&!("additionalProperties"in r)&&(r.additionalProperties=!1),r}}});var w1,Xu,hU,mU,lX,AMt,p4=ae(()=>{"use strict";w1="Qwen3-Coder",Xu="Qwen3-Coder",hU="text-embedding-v1",mU="gemini-2.5-flash-lite",lX="https://apis.iflow.cn/v1",AMt="https://ducky.code.alibaba-inc.com/v1/openai"});async function ZFe(t,e,r,n){if(e===$t.LOGIN_WITH_IFLOW){let i=await yD(e,r),o=await a4();if(!o)throw new Error("No API key found. Please re-authenticate.");let s=r.getContentGeneratorConfig();return new pU({model:r.getModel(),apiKey:o,baseUrl:s?.baseUrl||lX,authType:e,debugMode:r.getDebugMode(),multimodalModelName:"qwen3-vl-plus",config:r})}if(e===$t.CLOUD_SHELL){let i=await yD(e,r),o=await rOt(i);return new G8(i,o.projectId,t,n,o.userTier)}throw new Error(`Unsupported authType: ${e}`)}var eUe=ae(()=>{"use strict";v3();RS();nOt();_he();XFe();p4();});function ykn(t){return t.replace(/([a-z])([A-Z])/g,"$1_$2").toUpperCase()}function B5(t){let e=ykn(t),r=`IFLOW_${t}`;if(process.env[r])return process.env[r];let n=`IFLOW_${e}`;if(process.env[n])return process.env[n];let i=`iflow_${t}`;if(process.env[i])return process.env[i];let o=`iflow_${e}`;if(process.env[o])return process.env[o]}function cX(){return B5("apiKey")}function uX(){return B5("baseUrl")||B5("url")}function dX(){return B5("modelName")||B5("model")}function yMt(t){let e=B5(t);if(e===void 0)return;let r=e.toLowerCase();if(r==="true"||r==="1"||r==="yes")return!0;if(r==="false"||r==="0"||r==="no")return!1}function EMt(t){let e=B5(t);if(e===void 0)return;let r=Number(e);return isNaN(r)?void 0:r}function vMt(t){let e=B5(t);if(e!==void 0)return e.split(",").map(r=>r.trim()).filter(r=>r.length>0)}function T0e(){return!!(cX()||uX()||dX())}function tUe(){let t={},e=["theme","selectedAuthType","sandbox","toolDiscoveryCommand","toolCallCommand","mcpServerCommand","contextFileName","preferredEditor","apiKey","baseUrl","modelName","searchApiKey","multimodalModelName","memoryImportFormat"],r=["useExternalAuth","showMemoryUsage","usageStatisticsEnabled","autoConfigureMaxOldSpaceSize","hideWindowTitle","hideTips","hideBanner","vimMode","ideModeFeature","ideMode","disableAutoUpdate","skipNextSpeakerCheck","useRipgrep","debugKeystrokeLogging"],n=["maxSessionTurns","memoryDiscoveryMaxDirs","tokensLimit","compressionTokenThreshold","shellTimeout"],i=["coreTools","excludeTools","allowMCPServers","excludeMCPServers"];return e.forEach(o=>{let s=B5(o);s!==void 0&&(t[o]=s)}),r.forEach(o=>{let s=yMt(o);s!==void 0&&(t[o]=s)}),n.forEach(o=>{let s=EMt(o);s!==void 0&&(t[o]=s)}),i.forEach(o=>{let s=vMt(o);s!==void 0&&(t[o]=s)}),t}function Ekn(){return{apiKey:cX(),baseUrl:uX(),model:dX()}}var rUe=ae(()=>{"use strict";});async function nUe(t,e,r){await QF()&&(await whe()||console.log("OAuth2 credentials cleared due to expiration. Please authenticate when prompted."));let i=process.env.GEMINI_API_KEY,o=process.env.GOOGLE_API_KEY,s=process.env.GOOGLE_CLOUD_PROJECT,a=process.env.GOOGLE_CLOUD_LOCATION,c=cX(),u=uX(),d=dX(),f=r?.apiKey||c,p=r?.baseUrl||u||vkn[e],h=t.getModel()||d||w1,m={model:h,authType:e,proxy:t?.getProxy(),debugMode:t?.getDebugMode(),config:t};return e===$t.CLOUD_SHELL?m:e===$t.LOGIN_WITH_IFLOW?(m.baseUrl=p||lX,m.multimodalModelName="qwen3-vl-plus",f&&(m.apiKey=f),m):([...jg,$t.OPENAI_COMPATIBLE].includes(e)&&f&&(m.apiKey=f,m.baseUrl=p,m.model=h),m)}async function iUe(t,e,r){let i={headers:{"User-Agent":`iFlowCLI/0.3.5 (${process.platform}; ${process.arch})`}};if(t.authType&&[...jg,$t.IDEA_LAB].includes(t.authType)||t.authType===$t.OPENAI_COMPATIBLE)return new pU({...t,config:e});if(t.authType===$t.LOGIN_WITH_IFLOW||t.authType===$t.CLOUD_SHELL)return ZFe(i,t.authType,e,r);if([...jg,$t.OPENAI_COMPATIBLE].includes(t.authType)||t.authType===$t.USE_GEMINI||t.authType===$t.USE_VERTEX_AI)return new che({apiKey:t.apiKey===""?void 0:t.apiKey,vertexai:t.vertexai,httpOptions:i}).models;throw new Error(`Error creating contentGenerator: Unsupported authType: ${t.authType}`)}var $t,jg,vkn,v3=ae(()=>{"use strict";il();eUe();p4();XFe();rUe();RS();(function(t){t.LOGIN_WITH_IFLOW="oauth-iflow",t.USE_GEMINI="gemini-api-key",t.USE_VERTEX_AI="vertex-ai",t.CLOUD_SHELL="cloud-shell",t.IFLOW="iflow",t.AONE="aone",t.IDEA_LAB="idealab",t.OPENAI_COMPATIBLE="openai-compatible"})($t||($t={}));jg=[$t.IFLOW,$t.AONE],vkn={[$t.IDEA_LAB]:"https://idealab.alibaba-inc.com/api/openai/v1",[$t.IFLOW]:lX,[$t.AONE]:AMt}});var I0e,CMt=ae(()=>{"use strict";I0e=class{prompts=new Map;registerPrompt(e){if(this.prompts.has(e.name)){let r=`${e.serverName}_${e.name}`;console.warn(`Prompt with name "${e.name}" is already registered. Renaming to "${r}".`),this.prompts.set(r,{...e,name:r})}else this.prompts.set(e.name,e)}getAllPrompts(){return Array.from(this.prompts.values()).sort((e,r)=>e.name.localeCompare(r.name))}getPrompt(e){return this.prompts.get(e)}getPromptsByServer(e){let r=[];for(let n of this.prompts.values())n.serverName===e&&r.push(n);return r.sort((n,i)=>n.name.localeCompare(i.name))}clear(){this.prompts.clear()}removePromptsByServer(e){for(let[r,n]of this.prompts.entries())n.serverName===e&&this.prompts.delete(r)}}});var po,zr,ho,mo,su=ae(()=>{"use strict";po=class{name;displayName;description;icon;kind;parameterSchema;isOutputMarkdown;canUpdateOutput;aliases;constructor(e,r,n,i,o,s,a=!0,c=!1,u=[]){this.name=e,this.displayName=r,this.description=n,this.icon=i,this.kind=o,this.parameterSchema=s,this.isOutputMarkdown=a,this.canUpdateOutput=c,this.aliases=u}get schema(){return{name:this.name,description:this.description,parameters:this.parameterSchema}}validateToolParams(e){return null}getDescription(e){return JSON.stringify(e)}shouldConfirmExecute(e,r){return Promise.resolve(!1)}toolLocations(e){return[]}};(function(t){t.ProceedOnce="proceed_once",t.ProceedAlways="proceed_always",t.ProceedAlwaysServer="proceed_always_server",t.ProceedAlwaysTool="proceed_always_tool",t.ModifyWithEditor="modify_with_editor",t.Cancel="cancel"})(zr||(zr={}));(function(t){t.FileSearch="fileSearch",t.Folder="folder",t.Globe="globe",t.Hammer="hammer",t.LightBulb="lightBulb",t.Pencil="pencil",t.Regex="regex",t.Terminal="terminal"})(ho||(ho={}));(function(t){t.Read="read",t.Edit="edit",t.Delete="delete",t.Move="move",t.Search="search",t.Execute="execute",t.Think="think",t.Fetch="fetch",t.Other="other"})(mo||(mo={}))});function ND(t,e){let r=new WeakSet;return JSON.stringify(t,(n,i)=>{if(typeof i=="object"&&i!==null){if(r.has(i))return"[Circular]";r.add(i)}return i},e)}var D0e=ae(()=>{"use strict";});var Lr,_1=ae(()=>{"use strict";(function(t){t.INVALID_TOOL_PARAMS="invalid_tool_params",t.UNKNOWN="unknown",t.UNHANDLED_EXCEPTION="unhandled_exception",t.TOOL_NOT_REGISTERED="tool_not_registered",t.EXECUTION_FAILED="execution_failed",t.FILE_NOT_FOUND="file_not_found",t.FILE_WRITE_FAILURE="file_write_failure",t.READ_CONTENT_FAILURE="read_content_failure",t.ATTEMPT_TO_CREATE_EXISTING_FILE="attempt_to_create_existing_file",t.FILE_TOO_LARGE="file_too_large",t.PERMISSION_DENIED="permission_denied",t.NO_SPACE_LEFT="no_space_left",t.TARGET_IS_DIRECTORY="target_is_directory",t.PATH_NOT_IN_WORKSPACE="path_not_in_workspace",t.SEARCH_PATH_NOT_FOUND="search_path_not_found",t.SEARCH_PATH_NOT_A_DIRECTORY="search_path_not_a_directory",t.EDIT_PREPARATION_FAILURE="edit_preparation_failure",t.EDIT_NO_OCCURRENCE_FOUND="edit_no_occurrence_found",t.EDIT_EXPECTED_OCCURRENCE_MISMATCH="edit_expected_occurrence_mismatch",t.EDIT_NO_CHANGE="edit_no_change",t.GLOB_EXECUTION_ERROR="glob_execution_error",t.GREP_EXECUTION_ERROR="grep_execution_error",t.LS_EXECUTION_ERROR="ls_execution_error",t.PATH_IS_NOT_A_DIRECTORY="path_is_not_a_directory",t.MCP_TOOL_ERROR="mcp_tool_error",t.MEMORY_TOOL_EXECUTION_ERROR="memory_tool_execution_error",t.READ_MANY_FILES_SEARCH_ERROR="read_many_files_search_error",t.DISCOVERED_TOOL_EXECUTION_ERROR="discovered_tool_execution_error",t.WEB_FETCH_NO_URL_IN_PROMPT="web_fetch_no_url_in_prompt",t.WEB_FETCH_FALLBACK_FAILED="web_fetch_fallback_failed",t.WEB_FETCH_PROCESSING_ERROR="web_fetch_processing_error",t.WEB_SEARCH_FAILED="web_search_failed",t.HOOK_BLOCKED="hook_blocked"})(Lr||(Lr={}))});function Ckn(t){return{text:t.text}}function bkn(t,e){return[{text:N.t("mcpTool.messages.mediaDataProvided",{toolName:e,type:t.type,mimeType:t.mimeType})},{inlineData:{mimeType:t.mimeType,data:t.data}}]}function xkn(t,e){let r=t.resource;if(r?.text)return{text:r.text};if(r?.blob){let n=r.mimeType||"application/octet-stream";return[{text:N.t("mcpTool.messages.embeddedResourceProvided",{toolName:e,mimeType:n})},{inlineData:{mimeType:n,data:r.blob}}]}return null}function Skn(t){return{text:N.t("mcpTool.messages.resourceLink",{title:t.title||t.name,uri:t.uri})}}function wkn(t){let e=t?.[0]?.functionResponse,r=e?.response?.content,n=e?.name||"unknown tool";return Array.isArray(r)?r.flatMap(o=>{switch(o.type){case"text":return Ckn(o);case"image":case"audio":return bkn(o,n);case"resource":return xkn(o,n);case"resource_link":return Skn(o);default:return null}}).filter(o=>o!==null):[{text:N.t("mcpTool.errors.parseResponseFailed")}]}function _kn(t){let e=t?.[0]?.functionResponse?.response?.content;return Array.isArray(e)?e.map(n=>{switch(n.type){case"text":return n.text;case"image":return N.t("mcpTool.display.image",{mimeType:n.mimeType});case"audio":return N.t("mcpTool.display.audio",{mimeType:n.mimeType});case"resource_link":return N.t("mcpTool.display.resourceLink",{title:n.title||n.name,uri:n.uri});case"resource":return n.resource?.text?n.resource.text:N.t("mcpTool.display.embeddedResource",{mimeType:n.resource?.mimeType||N.t("mcpTool.display.unknownType")});default:return N.t("mcpTool.display.unknownContentType",{type:n.type})}}).join(`
|
|
843
843
|
`):"```json\n"+JSON.stringify(t,null,2)+"\n```"}function bMt(t){let e=t.replace(/[^a-zA-Z0-9_.-]/g,"_");return e.length>63&&(e=e.slice(0,28)+"___"+e.slice(-32)),e}var Ih,fX=ae(()=>{"use strict";D0e();_1();su();il();Fn();Ih=class t extends po{mcpTool;serverName;serverToolName;parameterSchemaJson;timeout;trust;static allowlist=new Set;constructor(e,r,n,i,o,s,a,c){super(c??bMt(n),`${n} (${r} MCP Server)`,i,ho.Hammer,mo.Other,{type:Pt.OBJECT},!0,!1),this.mcpTool=e,this.serverName=r,this.serverToolName=n,this.parameterSchemaJson=o,this.timeout=s,this.trust=a}asFullyQualifiedTool(){return new t(this.mcpTool,this.serverName,this.serverToolName,this.description,this.parameterSchemaJson,this.timeout,this.trust,`${this.serverName}__${this.serverToolName}`)}get schema(){return{name:this.name,description:this.description,parametersJsonSchema:this.parameterSchemaJson}}async shouldConfirmExecute(e,r){let n=this.serverName,i=`${this.serverName}.${this.serverToolName}`;return this.trust||t.allowlist.has(n)||t.allowlist.has(i)?!1:{type:"mcp",title:N.t("mcpTool.messages.confirmExecution"),serverName:this.serverName,toolName:this.serverToolName,toolDisplayName:this.name,onConfirm:async s=>{s===zr.ProceedAlwaysServer?t.allowlist.add(n):s===zr.ProceedAlwaysTool&&t.allowlist.add(i)}}}isMCPToolError(e){let n=e?.[0]?.functionResponse?.response;if(n){let i=n?.error,o=i?.isError;if(i&&(o===!0||o==="true"))return!0}return!1}async execute(e){let{callId:r,...n}=e,i=[{name:this.serverToolName,args:n}],o=await this.mcpTool.callTool(i);if(this.isMCPToolError(o)){let a=`MCP tool '${this.serverToolName}' reported tool error for function call: ${ND(i[0])} with response: ${ND(o)}`;return{llmContent:a,returnDisplay:N.t("mcpTool.errors.toolReportedError",{toolName:this.serverToolName}),error:{message:a,type:Lr.MCP_TOOL_ERROR}}}return{llmContent:wkn(o),returnDisplay:_kn(o)}}}});var SMt=D((OFo,xMt)=>{"use strict";xMt.exports=function(e){return e.map(function(r){return r===""?"''":r&&typeof r=="object"?r.op.replace(/(.)/g,"\\$1"):/["\s\\]/.test(r)&&!/'/.test(r)?"'"+r.replace(/(['])/g,"\\$1")+"'":/["'\s]/.test(r)?'"'+r.replace(/(["\\$`!])/g,"\\$1")+'"':String(r).replace(/([A-Za-z]:)?([#!"$&'()*,:;<=>?@[\\\]^`{|}])/g,"$1\\$2")}).join(" ")}});var BMt=D((kFo,RMt)=>{"use strict";var DMt="(?:"+["\\|\\|","\\&\\&",";;","\\|\\&","\\<\\(","\\<\\<\\<",">>",">\\&","<\\&","[&;()|<>]"].join("|")+")",wMt=new RegExp("^"+DMt+"$"),_Mt="|&;()<> \\t",Tkn='"((\\\\"|[^"])*?)"',Ikn="'((\\\\'|[^'])*?)'",Dkn=/^#$/,TMt="'",IMt='"',oUe="$",OD="",Rkn=4294967296;for(sUe=0;sUe<4;sUe++)OD+=(Rkn*Math.random()).toString(16);var sUe,Bkn=new RegExp("^"+OD);function Nkn(t,e){for(var r=e.lastIndex,n=[],i;i=e.exec(t);)n.push(i),e.lastIndex===i.index&&(e.lastIndex+=1);return e.lastIndex=r,n}function Okn(t,e,r){var n=typeof t=="function"?t(r):t[r];return typeof n>"u"&&r!=""?n="":typeof n>"u"&&(n="$"),typeof n=="object"?e+OD+JSON.stringify(n)+OD:e+n}function kkn(t,e,r){r||(r={});var n=r.escape||"\\",i="(\\"+n+`['"`+_Mt+`]|[^\\s'"`+_Mt+"])+",o=new RegExp(["("+DMt+")","("+i+"|"+Tkn+"|"+Ikn+")+"].join("|"),"g"),s=Nkn(t,o);if(s.length===0)return[];e||(e={});var a=!1;return s.map(function(c){var u=c[0];if(!u||a)return;if(wMt.test(u))return{op:u};var d=!1,f=!1,p="",h=!1,m;function g(){m+=1;var E,C,x=u.charAt(m);if(x==="{"){if(m+=1,u.charAt(m)==="}")throw new Error("Bad substitution: "+u.slice(m-2,m+1));if(E=u.indexOf("}",m),E<0)throw new Error("Bad substitution: "+u.slice(m));C=u.slice(m,E),m=E}else if(/[*@#?$!_-]/.test(x))C=x,m+=1;else{var T=u.slice(m);E=T.match(/[^\w\d_]/),E?(C=T.slice(0,E.index),m+=E.index-1):(C=T,m=u.length)}return Okn(e,"",C)}for(m=0;m<u.length;m++){var A=u.charAt(m);if(h=h||!d&&(A==="*"||A==="?"),f)p+=A,f=!1;else if(d)A===d?d=!1:d==TMt?p+=A:A===n?(m+=1,A=u.charAt(m),A===IMt||A===n||A===oUe?p+=A:p+=n+A):A===oUe?p+=g():p+=A;else if(A===IMt||A===TMt)d=A;else{if(wMt.test(A))return{op:u};if(Dkn.test(A)){a=!0;var y={comment:t.slice(c.index+m+1)};return p.length?[p,y]:[y]}else A===n?f=!0:A===oUe?p+=g():p+=A}}return h?{op:"glob",pattern:p}:p}).reduce(function(c,u){return typeof u>"u"?c:c.concat(u)},[])}RMt.exports=function(e,r,n){var i=kkn(e,r,n);return typeof r!="function"?i:i.reduce(function(o,s){if(typeof s=="object")return o.concat(s);var a=s.split(RegExp("("+OD+".*?"+OD+")","g"));return a.length===1?o.concat(a[0]):o.concat(a.filter(Boolean).map(function(c){return Bkn.test(c)?JSON.parse(c.split(OD)[1]):c}))},[])}});var R0e=D(aUe=>{"use strict";aUe.quote=SMt();aUe.parse=BMt()});var Ss,lUe,nn,N5,pX=ae(()=>{(function(t){t.assertEqual=i=>{};function e(i){}t.assertIs=e;function r(i){throw new Error}t.assertNever=r,t.arrayToEnum=i=>{let o={};for(let s of i)o[s]=s;return o},t.getValidEnumValues=i=>{let o=t.objectKeys(i).filter(a=>typeof i[i[a]]!="number"),s={};for(let a of o)s[a]=i[a];return t.objectValues(s)},t.objectValues=i=>t.objectKeys(i).map(function(o){return i[o]}),t.objectKeys=typeof Object.keys=="function"?i=>Object.keys(i):i=>{let o=[];for(let s in i)Object.prototype.hasOwnProperty.call(i,s)&&o.push(s);return o},t.find=(i,o)=>{for(let s of i)if(o(s))return s},t.isInteger=typeof Number.isInteger=="function"?i=>Number.isInteger(i):i=>typeof i=="number"&&Number.isFinite(i)&&Math.floor(i)===i;function n(i,o=" | "){return i.map(s=>typeof s=="string"?`'${s}'`:s).join(o)}t.joinValues=n,t.jsonStringifyReplacer=(i,o)=>typeof o=="bigint"?o.toString():o})(Ss||(Ss={}));(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(lUe||(lUe={}));nn=Ss.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),N5=t=>{switch(typeof t){case"undefined":return nn.undefined;case"string":return nn.string;case"number":return Number.isNaN(t)?nn.nan:nn.number;case"boolean":return nn.boolean;case"function":return nn.function;case"bigint":return nn.bigint;case"symbol":return nn.symbol;case"object":return Array.isArray(t)?nn.array:t===null?nn.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?nn.promise:typeof Map<"u"&&t instanceof Map?nn.map:typeof Set<"u"&&t instanceof Set?nn.set:typeof Date<"u"&&t instanceof Date?nn.date:nn.object;default:return nn.unknown}}});var yr,Mkn,zg,B0e=ae(()=>{pX();yr=Ss.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"]),Mkn=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),zg=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(o){return o.message},n={_errors:[]},i=o=>{for(let s of o.issues)if(s.code==="invalid_union")s.unionErrors.map(i);else if(s.code==="invalid_return_type")i(s.returnTypeError);else if(s.code==="invalid_arguments")i(s.argumentsError);else if(s.path.length===0)n._errors.push(r(s));else{let a=n,c=0;for(;c<s.path.length;){let u=s.path[c];c===s.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(s))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return i(this),n}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,Ss.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},n=[];for(let i of this.issues)if(i.path.length>0){let o=i.path[0];r[o]=r[o]||[],r[o].push(e(i))}else n.push(e(i));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};zg.create=t=>new zg(t)});var Pkn,J8,cUe=ae(()=>{B0e();pX();Pkn=(t,e)=>{let r;switch(t.code){case yr.invalid_type:t.received===nn.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case yr.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,Ss.jsonStringifyReplacer)}`;break;case yr.unrecognized_keys:r=`Unrecognized key(s) in object: ${Ss.joinValues(t.keys,", ")}`;break;case yr.invalid_union:r="Invalid input";break;case yr.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${Ss.joinValues(t.options)}`;break;case yr.invalid_enum_value:r=`Invalid enum value. Expected ${Ss.joinValues(t.options)}, received '${t.received}'`;break;case yr.invalid_arguments:r="Invalid function arguments";break;case yr.invalid_return_type:r="Invalid function return type";break;case yr.invalid_date:r="Invalid date";break;case yr.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:Ss.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case yr.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case yr.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case yr.custom:r="Invalid input";break;case yr.invalid_intersection_types:r="Intersection results could not be merged";break;case yr.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case yr.not_finite:r="Number must be finite";break;default:r=e.defaultError,Ss.assertNever(t)}return{message:r}},J8=Pkn});function Lkn(t){NMt=t}function gU(){return NMt}var NMt,N0e=ae(()=>{cUe();NMt=J8});function Yr(t,e){let r=gU(),n=hX({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===J8?void 0:J8].filter(i=>!!i)});t.common.issues.push(n)}var hX,Fkn,Dh,Di,kD,C0,O0e,k0e,lw,AU,uUe=ae(()=>{N0e();cUe();hX=t=>{let{data:e,path:r,errorMaps:n,issueData:i}=t,o=[...r,...i.path||[]],s={...i,path:o};if(i.message!==void 0)return{...i,path:o,message:i.message};let a="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)a=u(s,{data:e,defaultError:a}).message;return{...i,path:o,message:a}},Fkn=[];Dh=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let n=[];for(let i of r){if(i.status==="aborted")return Di;i.status==="dirty"&&e.dirty(),n.push(i.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,r){let n=[];for(let i of r){let o=await i.key,s=await i.value;n.push({key:o,value:s})}return t.mergeObjectSync(e,n)}static mergeObjectSync(e,r){let n={};for(let i of r){let{key:o,value:s}=i;if(o.status==="aborted"||s.status==="aborted")return Di;o.status==="dirty"&&e.dirty(),s.status==="dirty"&&e.dirty(),o.value!=="__proto__"&&(typeof s.value<"u"||i.alwaysSet)&&(n[o.value]=s.value)}return{status:e.value,value:n}}},Di=Object.freeze({status:"aborted"}),kD=t=>({status:"dirty",value:t}),C0=t=>({status:"valid",value:t}),O0e=t=>t.status==="aborted",k0e=t=>t.status==="dirty",lw=t=>t.status==="valid",AU=t=>typeof Promise<"u"&&t instanceof Promise});var OMt=ae(()=>{});var Mn,kMt=ae(()=>{(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(Mn||(Mn={}))});function Mo(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:n,description:i}=t;if(e&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:i}:{errorMap:(s,a)=>{let{message:c}=t;return s.code==="invalid_enum_value"?{message:c??a.defaultError}:typeof a.data>"u"?{message:c??n??a.defaultError}:s.code!=="invalid_type"?{message:a.defaultError}:{message:c??r??a.defaultError}},description:i}}function FMt(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let r=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function tMn(t){return new RegExp(`^${FMt(t)}$`)}function UMt(t){let e=`${LMt}T${FMt(t)}`,r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function rMn(t,e){return!!((e==="v4"||!e)&&zkn.test(t)||(e==="v6"||!e)&&Jkn.test(t))}function nMn(t,e){if(!Vkn.test(t))return!1;try{let[r]=t.split(".");if(!r)return!1;let n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),i=JSON.parse(atob(n));return!(typeof i!="object"||i===null||"typ"in i&&i?.typ!=="JWT"||!i.alg||e&&i.alg!==e)}catch{return!1}}function iMn(t,e){return!!((e==="v4"||!e)&&Ykn.test(t)||(e==="v6"||!e)&&Kkn.test(t))}function oMn(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,i=r>n?r:n,o=Number.parseInt(t.toFixed(i).replace(".","")),s=Number.parseInt(e.toFixed(i).replace(".",""));return o%s/10**i}function yU(t){if(t instanceof Yg){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=B3.create(yU(n))}return new Yg({...t._def,shape:()=>e})}else return t instanceof Z8?new Z8({...t._def,type:yU(t.element)}):t instanceof B3?B3.create(yU(t.unwrap())):t instanceof k5?k5.create(yU(t.unwrap())):t instanceof O5?O5.create(t.items.map(e=>yU(e))):t}function fUe(t,e){let r=N5(t),n=N5(e);if(t===e)return{valid:!0,data:t};if(r===nn.object&&n===nn.object){let i=Ss.objectKeys(e),o=Ss.objectKeys(t).filter(a=>i.indexOf(a)!==-1),s={...t,...e};for(let a of o){let c=fUe(t[a],e[a]);if(!c.valid)return{valid:!1};s[a]=c.data}return{valid:!0,data:s}}else if(r===nn.array&&n===nn.array){if(t.length!==e.length)return{valid:!1};let i=[];for(let o=0;o<t.length;o++){let s=t[o],a=e[o],c=fUe(s,a);if(!c.valid)return{valid:!1};i.push(c.data)}return{valid:!0,data:i}}else return r===nn.date&&n===nn.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}function QMt(t,e){return new WD({values:t,typeName:ki.ZodEnum,...Mo(e)})}function PMt(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function qMt(t,e={},r){return t?uw.create().superRefine((n,i)=>{let o=t(n);if(o instanceof Promise)return o.then(s=>{if(!s){let a=PMt(e,n),c=a.fatal??r??!0;i.addIssue({code:"custom",...a,fatal:c})}});if(!o){let s=PMt(e,n),a=s.fatal??r??!0;i.addIssue({code:"custom",...s,fatal:a})}}):uw.create()}var N3,MMt,Ko,Ukn,Qkn,qkn,Gkn,Hkn,Vkn,Wkn,$kn,jkn,dUe,zkn,Ykn,Jkn,Kkn,Xkn,Zkn,LMt,eMn,cw,MD,PD,LD,FD,EU,UD,QD,uw,X8,h4,vU,Z8,Yg,qD,K8,M0e,GD,O5,P0e,CU,bU,L0e,HD,VD,WD,$D,dw,O3,B3,k5,jD,zD,xU,sMn,mX,gX,YD,aMn,ki,lMn,GMt,HMt,cMn,uMn,VMt,dMn,fMn,pMn,hMn,mMn,gMn,AMn,yMn,EMn,vMn,CMn,bMn,xMn,SMn,wMn,_Mn,TMn,IMn,DMn,RMn,BMn,NMn,OMn,kMn,MMn,PMn,LMn,FMn,UMn,QMn,qMn,GMn,HMn,VMn,WMt=ae(()=>{B0e();N0e();kMt();uUe();pX();N3=class{constructor(e,r,n,i){this._cachedPath=[],this.parent=e,this.data=r,this._path=n,this._key=i}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}},MMt=(t,e)=>{if(lw(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new zg(t.common.issues);return this._error=r,this._error}}};Ko=class{get description(){return this._def.description}_getType(e){return N5(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:N5(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Dh,ctx:{common:e.parent.common,data:e.data,parsedType:N5(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(AU(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 n=this.safeParse(e,r);if(n.success)return n.data;throw n.error}safeParse(e,r){let n={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:N5(e)},i=this._parseSync({data:e,path:n.path,parent:n});return MMt(n,i)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:N5(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return lw(n)?{value:n.value}:{issues:r.common.issues}}catch(n){n?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),r.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:r}).then(n=>lw(n)?{value:n.value}:{issues:r.common.issues})}async parseAsync(e,r){let n=await this.safeParseAsync(e,r);if(n.success)return n.data;throw n.error}async safeParseAsync(e,r){let n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:N5(e)},i=this._parse({data:e,path:n.path,parent:n}),o=await(AU(i)?i:Promise.resolve(i));return MMt(n,o)}refine(e,r){let n=i=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(i):r;return this._refinement((i,o)=>{let s=e(i),a=()=>o.addIssue({code:yr.custom,...n(i)});return typeof Promise<"u"&&s instanceof Promise?s.then(c=>c?!0:(a(),!1)):s?!0:(a(),!1)})}refinement(e,r){return this._refinement((n,i)=>e(n)?!0:(i.addIssue(typeof r=="function"?r(n,i):r),!1))}_refinement(e){return new O3({schema:this,typeName:ki.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 B3.create(this,this._def)}nullable(){return k5.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Z8.create(this)}promise(){return dw.create(this,this._def)}or(e){return qD.create([this,e],this._def)}and(e){return GD.create(this,e,this._def)}transform(e){return new O3({...Mo(this._def),schema:this,typeName:ki.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new jD({...Mo(this._def),innerType:this,defaultValue:r,typeName:ki.ZodDefault})}brand(){return new mX({typeName:ki.ZodBranded,type:this,...Mo(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new zD({...Mo(this._def),innerType:this,catchValue:r,typeName:ki.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return gX.create(this,e)}readonly(){return YD.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},Ukn=/^c[^\s-]{8,}$/i,Qkn=/^[0-9a-z]+$/,qkn=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Gkn=/^[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,Hkn=/^[a-z0-9_-]{21}$/i,Vkn=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Wkn=/^[-+]?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)?)??$/,$kn=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,jkn="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",zkn=/^(?:(?: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])$/,Ykn=/^(?:(?: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])$/,Jkn=/^(([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]))$/,Kkn=/^(([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])$/,Xkn=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Zkn=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,LMt="((\\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])))",eMn=new RegExp(`^${LMt}$`);cw=class t extends Ko{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==nn.string){let o=this._getOrReturnCtx(e);return Yr(o,{code:yr.invalid_type,expected:nn.string,received:o.parsedType}),Di}let n=new Dh,i;for(let o of this._def.checks)if(o.kind==="min")e.data.length<o.value&&(i=this._getOrReturnCtx(e,i),Yr(i,{code:yr.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),n.dirty());else if(o.kind==="max")e.data.length>o.value&&(i=this._getOrReturnCtx(e,i),Yr(i,{code:yr.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),n.dirty());else if(o.kind==="length"){let s=e.data.length>o.value,a=e.data.length<o.value;(s||a)&&(i=this._getOrReturnCtx(e,i),s?Yr(i,{code:yr.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}):a&&Yr(i,{code:yr.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}),n.dirty())}else if(o.kind==="email")$kn.test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"email",code:yr.invalid_string,message:o.message}),n.dirty());else if(o.kind==="emoji")dUe||(dUe=new RegExp(jkn,"u")),dUe.test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"emoji",code:yr.invalid_string,message:o.message}),n.dirty());else if(o.kind==="uuid")Gkn.test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"uuid",code:yr.invalid_string,message:o.message}),n.dirty());else if(o.kind==="nanoid")Hkn.test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"nanoid",code:yr.invalid_string,message:o.message}),n.dirty());else if(o.kind==="cuid")Ukn.test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"cuid",code:yr.invalid_string,message:o.message}),n.dirty());else if(o.kind==="cuid2")Qkn.test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"cuid2",code:yr.invalid_string,message:o.message}),n.dirty());else if(o.kind==="ulid")qkn.test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"ulid",code:yr.invalid_string,message:o.message}),n.dirty());else if(o.kind==="url")try{new URL(e.data)}catch{i=this._getOrReturnCtx(e,i),Yr(i,{validation:"url",code:yr.invalid_string,message:o.message}),n.dirty()}else o.kind==="regex"?(o.regex.lastIndex=0,o.regex.test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"regex",code:yr.invalid_string,message:o.message}),n.dirty())):o.kind==="trim"?e.data=e.data.trim():o.kind==="includes"?e.data.includes(o.value,o.position)||(i=this._getOrReturnCtx(e,i),Yr(i,{code:yr.invalid_string,validation:{includes:o.value,position:o.position},message:o.message}),n.dirty()):o.kind==="toLowerCase"?e.data=e.data.toLowerCase():o.kind==="toUpperCase"?e.data=e.data.toUpperCase():o.kind==="startsWith"?e.data.startsWith(o.value)||(i=this._getOrReturnCtx(e,i),Yr(i,{code:yr.invalid_string,validation:{startsWith:o.value},message:o.message}),n.dirty()):o.kind==="endsWith"?e.data.endsWith(o.value)||(i=this._getOrReturnCtx(e,i),Yr(i,{code:yr.invalid_string,validation:{endsWith:o.value},message:o.message}),n.dirty()):o.kind==="datetime"?UMt(o).test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{code:yr.invalid_string,validation:"datetime",message:o.message}),n.dirty()):o.kind==="date"?eMn.test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{code:yr.invalid_string,validation:"date",message:o.message}),n.dirty()):o.kind==="time"?tMn(o).test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{code:yr.invalid_string,validation:"time",message:o.message}),n.dirty()):o.kind==="duration"?Wkn.test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"duration",code:yr.invalid_string,message:o.message}),n.dirty()):o.kind==="ip"?rMn(e.data,o.version)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"ip",code:yr.invalid_string,message:o.message}),n.dirty()):o.kind==="jwt"?nMn(e.data,o.alg)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"jwt",code:yr.invalid_string,message:o.message}),n.dirty()):o.kind==="cidr"?iMn(e.data,o.version)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"cidr",code:yr.invalid_string,message:o.message}),n.dirty()):o.kind==="base64"?Xkn.test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"base64",code:yr.invalid_string,message:o.message}),n.dirty()):o.kind==="base64url"?Zkn.test(e.data)||(i=this._getOrReturnCtx(e,i),Yr(i,{validation:"base64url",code:yr.invalid_string,message:o.message}),n.dirty()):Ss.assertNever(o);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(i=>e.test(i),{validation:r,code:yr.invalid_string,...Mn.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...Mn.errToObj(e)})}url(e){return this._addCheck({kind:"url",...Mn.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...Mn.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...Mn.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...Mn.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...Mn.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...Mn.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...Mn.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...Mn.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...Mn.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...Mn.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...Mn.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...Mn.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,...Mn.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,...Mn.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...Mn.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...Mn.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...Mn.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...Mn.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...Mn.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...Mn.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...Mn.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...Mn.errToObj(r)})}nonempty(e){return this.min(1,Mn.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...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}};cw.create=t=>new cw({checks:[],typeName:ki.ZodString,coerce:t?.coerce??!1,...Mo(t)});MD=class t extends Ko{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)!==nn.number){let o=this._getOrReturnCtx(e);return Yr(o,{code:yr.invalid_type,expected:nn.number,received:o.parsedType}),Di}let n,i=new Dh;for(let o of this._def.checks)o.kind==="int"?Ss.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),Yr(n,{code:yr.invalid_type,expected:"integer",received:"float",message:o.message}),i.dirty()):o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(n=this._getOrReturnCtx(e,n),Yr(n,{code:yr.too_small,minimum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),i.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(n=this._getOrReturnCtx(e,n),Yr(n,{code:yr.too_big,maximum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),i.dirty()):o.kind==="multipleOf"?oMn(e.data,o.value)!==0&&(n=this._getOrReturnCtx(e,n),Yr(n,{code:yr.not_multiple_of,multipleOf:o.value,message:o.message}),i.dirty()):o.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),Yr(n,{code:yr.not_finite,message:o.message}),i.dirty()):Ss.assertNever(o);return{status:i.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,Mn.toString(r))}gt(e,r){return this.setLimit("min",e,!1,Mn.toString(r))}lte(e,r){return this.setLimit("max",e,!0,Mn.toString(r))}lt(e,r){return this.setLimit("max",e,!1,Mn.toString(r))}setLimit(e,r,n,i){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:Mn.toString(i)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:Mn.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:Mn.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:Mn.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:Mn.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:Mn.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:Mn.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:Mn.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:Mn.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:Mn.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"&&Ss.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(r)&&Number.isFinite(e)}};MD.create=t=>new MD({checks:[],typeName:ki.ZodNumber,coerce:t?.coerce||!1,...Mo(t)});PD=class t extends Ko{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)!==nn.bigint)return this._getInvalidInput(e);let n,i=new Dh;for(let o of this._def.checks)o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(n=this._getOrReturnCtx(e,n),Yr(n,{code:yr.too_small,type:"bigint",minimum:o.value,inclusive:o.inclusive,message:o.message}),i.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(n=this._getOrReturnCtx(e,n),Yr(n,{code:yr.too_big,type:"bigint",maximum:o.value,inclusive:o.inclusive,message:o.message}),i.dirty()):o.kind==="multipleOf"?e.data%o.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),Yr(n,{code:yr.not_multiple_of,multipleOf:o.value,message:o.message}),i.dirty()):Ss.assertNever(o);return{status:i.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return Yr(r,{code:yr.invalid_type,expected:nn.bigint,received:r.parsedType}),Di}gte(e,r){return this.setLimit("min",e,!0,Mn.toString(r))}gt(e,r){return this.setLimit("min",e,!1,Mn.toString(r))}lte(e,r){return this.setLimit("max",e,!0,Mn.toString(r))}lt(e,r){return this.setLimit("max",e,!1,Mn.toString(r))}setLimit(e,r,n,i){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:Mn.toString(i)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:Mn.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:Mn.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:Mn.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:Mn.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:Mn.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}};PD.create=t=>new PD({checks:[],typeName:ki.ZodBigInt,coerce:t?.coerce??!1,...Mo(t)});LD=class extends Ko{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==nn.boolean){let n=this._getOrReturnCtx(e);return Yr(n,{code:yr.invalid_type,expected:nn.boolean,received:n.parsedType}),Di}return C0(e.data)}};LD.create=t=>new LD({typeName:ki.ZodBoolean,coerce:t?.coerce||!1,...Mo(t)});FD=class t extends Ko{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==nn.date){let o=this._getOrReturnCtx(e);return Yr(o,{code:yr.invalid_type,expected:nn.date,received:o.parsedType}),Di}if(Number.isNaN(e.data.getTime())){let o=this._getOrReturnCtx(e);return Yr(o,{code:yr.invalid_date}),Di}let n=new Dh,i;for(let o of this._def.checks)o.kind==="min"?e.data.getTime()<o.value&&(i=this._getOrReturnCtx(e,i),Yr(i,{code:yr.too_small,message:o.message,inclusive:!0,exact:!1,minimum:o.value,type:"date"}),n.dirty()):o.kind==="max"?e.data.getTime()>o.value&&(i=this._getOrReturnCtx(e,i),Yr(i,{code:yr.too_big,message:o.message,inclusive:!0,exact:!1,maximum:o.value,type:"date"}),n.dirty()):Ss.assertNever(o);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:Mn.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:Mn.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}};FD.create=t=>new FD({checks:[],coerce:t?.coerce||!1,typeName:ki.ZodDate,...Mo(t)});EU=class extends Ko{_parse(e){if(this._getType(e)!==nn.symbol){let n=this._getOrReturnCtx(e);return Yr(n,{code:yr.invalid_type,expected:nn.symbol,received:n.parsedType}),Di}return C0(e.data)}};EU.create=t=>new EU({typeName:ki.ZodSymbol,...Mo(t)});UD=class extends Ko{_parse(e){if(this._getType(e)!==nn.undefined){let n=this._getOrReturnCtx(e);return Yr(n,{code:yr.invalid_type,expected:nn.undefined,received:n.parsedType}),Di}return C0(e.data)}};UD.create=t=>new UD({typeName:ki.ZodUndefined,...Mo(t)});QD=class extends Ko{_parse(e){if(this._getType(e)!==nn.null){let n=this._getOrReturnCtx(e);return Yr(n,{code:yr.invalid_type,expected:nn.null,received:n.parsedType}),Di}return C0(e.data)}};QD.create=t=>new QD({typeName:ki.ZodNull,...Mo(t)});uw=class extends Ko{constructor(){super(...arguments),this._any=!0}_parse(e){return C0(e.data)}};uw.create=t=>new uw({typeName:ki.ZodAny,...Mo(t)});X8=class extends Ko{constructor(){super(...arguments),this._unknown=!0}_parse(e){return C0(e.data)}};X8.create=t=>new X8({typeName:ki.ZodUnknown,...Mo(t)});h4=class extends Ko{_parse(e){let r=this._getOrReturnCtx(e);return Yr(r,{code:yr.invalid_type,expected:nn.never,received:r.parsedType}),Di}};h4.create=t=>new h4({typeName:ki.ZodNever,...Mo(t)});vU=class extends Ko{_parse(e){if(this._getType(e)!==nn.undefined){let n=this._getOrReturnCtx(e);return Yr(n,{code:yr.invalid_type,expected:nn.void,received:n.parsedType}),Di}return C0(e.data)}};vU.create=t=>new vU({typeName:ki.ZodVoid,...Mo(t)});Z8=class t extends Ko{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),i=this._def;if(r.parsedType!==nn.array)return Yr(r,{code:yr.invalid_type,expected:nn.array,received:r.parsedType}),Di;if(i.exactLength!==null){let s=r.data.length>i.exactLength.value,a=r.data.length<i.exactLength.value;(s||a)&&(Yr(r,{code:s?yr.too_big:yr.too_small,minimum:a?i.exactLength.value:void 0,maximum:s?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),n.dirty())}if(i.minLength!==null&&r.data.length<i.minLength.value&&(Yr(r,{code:yr.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),n.dirty()),i.maxLength!==null&&r.data.length>i.maxLength.value&&(Yr(r,{code:yr.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((s,a)=>i.type._parseAsync(new N3(r,s,r.path,a)))).then(s=>Dh.mergeArray(n,s));let o=[...r.data].map((s,a)=>i.type._parseSync(new N3(r,s,r.path,a)));return Dh.mergeArray(n,o)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:Mn.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:Mn.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:Mn.toString(r)}})}nonempty(e){return this.min(1,e)}};Z8.create=(t,e)=>new Z8({type:t,minLength:null,maxLength:null,exactLength:null,typeName:ki.ZodArray,...Mo(e)});Yg=class t extends Ko{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=Ss.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==nn.object){let u=this._getOrReturnCtx(e);return Yr(u,{code:yr.invalid_type,expected:nn.object,received:u.parsedType}),Di}let{status:n,ctx:i}=this._processInputParams(e),{shape:o,keys:s}=this._getCached(),a=[];if(!(this._def.catchall instanceof h4&&this._def.unknownKeys==="strip"))for(let u in i.data)s.includes(u)||a.push(u);let c=[];for(let u of s){let d=o[u],f=i.data[u];c.push({key:{status:"valid",value:u},value:d._parse(new N3(i,f,i.path,u)),alwaysSet:u in i.data})}if(this._def.catchall instanceof h4){let u=this._def.unknownKeys;if(u==="passthrough")for(let d of a)c.push({key:{status:"valid",value:d},value:{status:"valid",value:i.data[d]}});else if(u==="strict")a.length>0&&(Yr(i,{code:yr.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let d of a){let f=i.data[d];c.push({key:{status:"valid",value:d},value:u._parse(new N3(i,f,i.path,d)),alwaysSet:d in i.data})}}return i.common.async?Promise.resolve().then(async()=>{let u=[];for(let d of c){let f=await d.key,p=await d.value;u.push({key:f,value:p,alwaysSet:d.alwaysSet})}return u}).then(u=>Dh.mergeObjectSync(n,u)):Dh.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return Mn.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,n)=>{let i=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:Mn.errToObj(e).message??i}:{message:i}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:ki.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let n of Ss.objectKeys(e))e[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}omit(e){let r={};for(let n of Ss.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return yU(this)}partial(e){let r={};for(let n of Ss.objectKeys(this.shape)){let i=this.shape[n];e&&!e[n]?r[n]=i:r[n]=i.optional()}return new t({...this._def,shape:()=>r})}required(e){let r={};for(let n of Ss.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let o=this.shape[n];for(;o instanceof B3;)o=o._def.innerType;r[n]=o}return new t({...this._def,shape:()=>r})}keyof(){return QMt(Ss.objectKeys(this.shape))}};Yg.create=(t,e)=>new Yg({shape:()=>t,unknownKeys:"strip",catchall:h4.create(),typeName:ki.ZodObject,...Mo(e)});Yg.strictCreate=(t,e)=>new Yg({shape:()=>t,unknownKeys:"strict",catchall:h4.create(),typeName:ki.ZodObject,...Mo(e)});Yg.lazycreate=(t,e)=>new Yg({shape:t,unknownKeys:"strip",catchall:h4.create(),typeName:ki.ZodObject,...Mo(e)});qD=class extends Ko{_parse(e){let{ctx:r}=this._processInputParams(e),n=this._def.options;function i(o){for(let a of o)if(a.result.status==="valid")return a.result;for(let a of o)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;let s=o.map(a=>new zg(a.ctx.common.issues));return Yr(r,{code:yr.invalid_union,unionErrors:s}),Di}if(r.common.async)return Promise.all(n.map(async o=>{let s={...r,common:{...r.common,issues:[]},parent:null};return{result:await o._parseAsync({data:r.data,path:r.path,parent:s}),ctx:s}})).then(i);{let o,s=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},d=c._parseSync({data:r.data,path:r.path,parent:u});if(d.status==="valid")return d;d.status==="dirty"&&!o&&(o={result:d,ctx:u}),u.common.issues.length&&s.push(u.common.issues)}if(o)return r.common.issues.push(...o.ctx.common.issues),o.result;let a=s.map(c=>new zg(c));return Yr(r,{code:yr.invalid_union,unionErrors:a}),Di}}get options(){return this._def.options}};qD.create=(t,e)=>new qD({options:t,typeName:ki.ZodUnion,...Mo(e)});K8=t=>t instanceof HD?K8(t.schema):t instanceof O3?K8(t.innerType()):t instanceof VD?[t.value]:t instanceof WD?t.options:t instanceof $D?Ss.objectValues(t.enum):t instanceof jD?K8(t._def.innerType):t instanceof UD?[void 0]:t instanceof QD?[null]:t instanceof B3?[void 0,...K8(t.unwrap())]:t instanceof k5?[null,...K8(t.unwrap())]:t instanceof mX||t instanceof YD?K8(t.unwrap()):t instanceof zD?K8(t._def.innerType):[],M0e=class t extends Ko{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==nn.object)return Yr(r,{code:yr.invalid_type,expected:nn.object,received:r.parsedType}),Di;let n=this.discriminator,i=r.data[n],o=this.optionsMap.get(i);return o?r.common.async?o._parseAsync({data:r.data,path:r.path,parent:r}):o._parseSync({data:r.data,path:r.path,parent:r}):(Yr(r,{code:yr.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),Di)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,n){let i=new Map;for(let o of r){let s=K8(o.shape[e]);if(!s.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of s){if(i.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);i.set(a,o)}}return new t({typeName:ki.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:i,...Mo(n)})}};GD=class extends Ko{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),i=(o,s)=>{if(O0e(o)||O0e(s))return Di;let a=fUe(o.value,s.value);return a.valid?((k0e(o)||k0e(s))&&r.dirty(),{status:r.value,value:a.data}):(Yr(n,{code:yr.invalid_intersection_types}),Di)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([o,s])=>i(o,s)):i(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};GD.create=(t,e,r)=>new GD({left:t,right:e,typeName:ki.ZodIntersection,...Mo(r)});O5=class t extends Ko{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==nn.array)return Yr(n,{code:yr.invalid_type,expected:nn.array,received:n.parsedType}),Di;if(n.data.length<this._def.items.length)return Yr(n,{code:yr.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),Di;!this._def.rest&&n.data.length>this._def.items.length&&(Yr(n,{code:yr.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let o=[...n.data].map((s,a)=>{let c=this._def.items[a]||this._def.rest;return c?c._parse(new N3(n,s,n.path,a)):null}).filter(s=>!!s);return n.common.async?Promise.all(o).then(s=>Dh.mergeArray(r,s)):Dh.mergeArray(r,o)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};O5.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new O5({items:t,typeName:ki.ZodTuple,rest:null,...Mo(e)})};P0e=class t extends Ko{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==nn.object)return Yr(n,{code:yr.invalid_type,expected:nn.object,received:n.parsedType}),Di;let i=[],o=this._def.keyType,s=this._def.valueType;for(let a in n.data)i.push({key:o._parse(new N3(n,a,n.path,a)),value:s._parse(new N3(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?Dh.mergeObjectAsync(r,i):Dh.mergeObjectSync(r,i)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof Ko?new t({keyType:e,valueType:r,typeName:ki.ZodRecord,...Mo(n)}):new t({keyType:cw.create(),valueType:e,typeName:ki.ZodRecord,...Mo(r)})}},CU=class extends Ko{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==nn.map)return Yr(n,{code:yr.invalid_type,expected:nn.map,received:n.parsedType}),Di;let i=this._def.keyType,o=this._def.valueType,s=[...n.data.entries()].map(([a,c],u)=>({key:i._parse(new N3(n,a,n.path,[u,"key"])),value:o._parse(new N3(n,c,n.path,[u,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let c of s){let u=await c.key,d=await c.value;if(u.status==="aborted"||d.status==="aborted")return Di;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),a.set(u.value,d.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of s){let u=c.key,d=c.value;if(u.status==="aborted"||d.status==="aborted")return Di;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),a.set(u.value,d.value)}return{status:r.value,value:a}}}};CU.create=(t,e,r)=>new CU({valueType:e,keyType:t,typeName:ki.ZodMap,...Mo(r)});bU=class t extends Ko{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==nn.set)return Yr(n,{code:yr.invalid_type,expected:nn.set,received:n.parsedType}),Di;let i=this._def;i.minSize!==null&&n.data.size<i.minSize.value&&(Yr(n,{code:yr.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),r.dirty()),i.maxSize!==null&&n.data.size>i.maxSize.value&&(Yr(n,{code:yr.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),r.dirty());let o=this._def.valueType;function s(c){let u=new Set;for(let d of c){if(d.status==="aborted")return Di;d.status==="dirty"&&r.dirty(),u.add(d.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>o._parse(new N3(n,c,n.path,u)));return n.common.async?Promise.all(a).then(c=>s(c)):s(a)}min(e,r){return new t({...this._def,minSize:{value:e,message:Mn.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:Mn.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};bU.create=(t,e)=>new bU({valueType:t,minSize:null,maxSize:null,typeName:ki.ZodSet,...Mo(e)});L0e=class t extends Ko{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==nn.function)return Yr(r,{code:yr.invalid_type,expected:nn.function,received:r.parsedType}),Di;function n(a,c){return hX({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,gU(),J8].filter(u=>!!u),issueData:{code:yr.invalid_arguments,argumentsError:c}})}function i(a,c){return hX({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,gU(),J8].filter(u=>!!u),issueData:{code:yr.invalid_return_type,returnTypeError:c}})}let o={errorMap:r.common.contextualErrorMap},s=r.data;if(this._def.returns instanceof dw){let a=this;return C0(async function(...c){let u=new zg([]),d=await a._def.args.parseAsync(c,o).catch(h=>{throw u.addIssue(n(c,h)),u}),f=await Reflect.apply(s,this,d);return await a._def.returns._def.type.parseAsync(f,o).catch(h=>{throw u.addIssue(i(f,h)),u})})}else{let a=this;return C0(function(...c){let u=a._def.args.safeParse(c,o);if(!u.success)throw new zg([n(c,u.error)]);let d=Reflect.apply(s,this,u.data),f=a._def.returns.safeParse(d,o);if(!f.success)throw new zg([i(d,f.error)]);return f.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:O5.create(e).rest(X8.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new t({args:e||O5.create([]).rest(X8.create()),returns:r||X8.create(),typeName:ki.ZodFunction,...Mo(n)})}},HD=class extends Ko{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})}};HD.create=(t,e)=>new HD({getter:t,typeName:ki.ZodLazy,...Mo(e)});VD=class extends Ko{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return Yr(r,{received:r.data,code:yr.invalid_literal,expected:this._def.value}),Di}return{status:"valid",value:e.data}}get value(){return this._def.value}};VD.create=(t,e)=>new VD({value:t,typeName:ki.ZodLiteral,...Mo(e)});WD=class t extends Ko{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return Yr(r,{expected:Ss.joinValues(n),received:r.parsedType,code:yr.invalid_type}),Di}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let r=this._getOrReturnCtx(e),n=this._def.values;return Yr(r,{received:r.data,code:yr.invalid_enum_value,options:n}),Di}return C0(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 t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(n=>!e.includes(n)),{...this._def,...r})}};WD.create=QMt;$D=class extends Ko{_parse(e){let r=Ss.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==nn.string&&n.parsedType!==nn.number){let i=Ss.objectValues(r);return Yr(n,{expected:Ss.joinValues(i),received:n.parsedType,code:yr.invalid_type}),Di}if(this._cache||(this._cache=new Set(Ss.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let i=Ss.objectValues(r);return Yr(n,{received:n.data,code:yr.invalid_enum_value,options:i}),Di}return C0(e.data)}get enum(){return this._def.values}};$D.create=(t,e)=>new $D({values:t,typeName:ki.ZodNativeEnum,...Mo(e)});dw=class extends Ko{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==nn.promise&&r.common.async===!1)return Yr(r,{code:yr.invalid_type,expected:nn.promise,received:r.parsedType}),Di;let n=r.parsedType===nn.promise?r.data:Promise.resolve(r.data);return C0(n.then(i=>this._def.type.parseAsync(i,{path:r.path,errorMap:r.common.contextualErrorMap})))}};dw.create=(t,e)=>new dw({type:t,typeName:ki.ZodPromise,...Mo(e)});O3=class extends Ko{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===ki.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:n}=this._processInputParams(e),i=this._def.effect||null,o={addIssue:s=>{Yr(n,s),s.fatal?r.abort():r.dirty()},get path(){return n.path}};if(o.addIssue=o.addIssue.bind(o),i.type==="preprocess"){let s=i.transform(n.data,o);if(n.common.async)return Promise.resolve(s).then(async a=>{if(r.value==="aborted")return Di;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?Di:c.status==="dirty"?kD(c.value):r.value==="dirty"?kD(c.value):c});{if(r.value==="aborted")return Di;let a=this._def.schema._parseSync({data:s,path:n.path,parent:n});return a.status==="aborted"?Di:a.status==="dirty"?kD(a.value):r.value==="dirty"?kD(a.value):a}}if(i.type==="refinement"){let s=a=>{let c=i.refinement(a,o);if(n.common.async)return Promise.resolve(c);if(c instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?Di:(a.status==="dirty"&&r.dirty(),s(a.value),{status:r.value,value:a.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>a.status==="aborted"?Di:(a.status==="dirty"&&r.dirty(),s(a.value).then(()=>({status:r.value,value:a.value}))))}if(i.type==="transform")if(n.common.async===!1){let s=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!lw(s))return Di;let a=i.transform(s.value,o);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:a}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(s=>lw(s)?Promise.resolve(i.transform(s.value,o)).then(a=>({status:r.value,value:a})):Di);Ss.assertNever(i)}};O3.create=(t,e,r)=>new O3({schema:t,typeName:ki.ZodEffects,effect:e,...Mo(r)});O3.createWithPreprocess=(t,e,r)=>new O3({schema:e,effect:{type:"preprocess",transform:t},typeName:ki.ZodEffects,...Mo(r)});B3=class extends Ko{_parse(e){return this._getType(e)===nn.undefined?C0(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};B3.create=(t,e)=>new B3({innerType:t,typeName:ki.ZodOptional,...Mo(e)});k5=class extends Ko{_parse(e){return this._getType(e)===nn.null?C0(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};k5.create=(t,e)=>new k5({innerType:t,typeName:ki.ZodNullable,...Mo(e)});jD=class extends Ko{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===nn.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};jD.create=(t,e)=>new jD({innerType:t,typeName:ki.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Mo(e)});zD=class extends Ko{_parse(e){let{ctx:r}=this._processInputParams(e),n={...r,common:{...r.common,issues:[]}},i=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return AU(i)?i.then(o=>({status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new zg(n.common.issues)},input:n.data})})):{status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new zg(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};zD.create=(t,e)=>new zD({innerType:t,typeName:ki.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Mo(e)});xU=class extends Ko{_parse(e){if(this._getType(e)!==nn.nan){let n=this._getOrReturnCtx(e);return Yr(n,{code:yr.invalid_type,expected:nn.nan,received:n.parsedType}),Di}return{status:"valid",value:e.data}}};xU.create=t=>new xU({typeName:ki.ZodNaN,...Mo(t)});sMn=Symbol("zod_brand"),mX=class extends Ko{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},gX=class t extends Ko{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let o=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?Di:o.status==="dirty"?(r.dirty(),kD(o.value)):this._def.out._parseAsync({data:o.value,path:n.path,parent:n})})();{let i=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return i.status==="aborted"?Di:i.status==="dirty"?(r.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:n.path,parent:n})}}static create(e,r){return new t({in:e,out:r,typeName:ki.ZodPipeline})}},YD=class extends Ko{_parse(e){let r=this._def.innerType._parse(e),n=i=>(lw(i)&&(i.value=Object.freeze(i.value)),i);return AU(r)?r.then(i=>n(i)):n(r)}unwrap(){return this._def.innerType}};YD.create=(t,e)=>new YD({innerType:t,typeName:ki.ZodReadonly,...Mo(e)});aMn={object:Yg.lazycreate};(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(ki||(ki={}));lMn=(t,e={message:`Input not instance of ${t.name}`})=>qMt(r=>r instanceof t,e),GMt=cw.create,HMt=MD.create,cMn=xU.create,uMn=PD.create,VMt=LD.create,dMn=FD.create,fMn=EU.create,pMn=UD.create,hMn=QD.create,mMn=uw.create,gMn=X8.create,AMn=h4.create,yMn=vU.create,EMn=Z8.create,vMn=Yg.create,CMn=Yg.strictCreate,bMn=qD.create,xMn=M0e.create,SMn=GD.create,wMn=O5.create,_Mn=P0e.create,TMn=CU.create,IMn=bU.create,DMn=L0e.create,RMn=HD.create,BMn=VD.create,NMn=WD.create,OMn=$D.create,kMn=dw.create,MMn=O3.create,PMn=B3.create,LMn=k5.create,FMn=O3.createWithPreprocess,UMn=gX.create,QMn=()=>GMt().optional(),qMn=()=>HMt().optional(),GMn=()=>VMt().optional(),HMn={string:(t=>cw.create({...t,coerce:!0})),number:(t=>MD.create({...t,coerce:!0})),boolean:(t=>LD.create({...t,coerce:!0})),bigint:(t=>PD.create({...t,coerce:!0})),date:(t=>FD.create({...t,coerce:!0}))},VMn=Di});var ee={};Qf(ee,{BRAND:()=>sMn,DIRTY:()=>kD,EMPTY_PATH:()=>Fkn,INVALID:()=>Di,NEVER:()=>VMn,OK:()=>C0,ParseStatus:()=>Dh,Schema:()=>Ko,ZodAny:()=>uw,ZodArray:()=>Z8,ZodBigInt:()=>PD,ZodBoolean:()=>LD,ZodBranded:()=>mX,ZodCatch:()=>zD,ZodDate:()=>FD,ZodDefault:()=>jD,ZodDiscriminatedUnion:()=>M0e,ZodEffects:()=>O3,ZodEnum:()=>WD,ZodError:()=>zg,ZodFirstPartyTypeKind:()=>ki,ZodFunction:()=>L0e,ZodIntersection:()=>GD,ZodIssueCode:()=>yr,ZodLazy:()=>HD,ZodLiteral:()=>VD,ZodMap:()=>CU,ZodNaN:()=>xU,ZodNativeEnum:()=>$D,ZodNever:()=>h4,ZodNull:()=>QD,ZodNullable:()=>k5,ZodNumber:()=>MD,ZodObject:()=>Yg,ZodOptional:()=>B3,ZodParsedType:()=>nn,ZodPipeline:()=>gX,ZodPromise:()=>dw,ZodReadonly:()=>YD,ZodRecord:()=>P0e,ZodSchema:()=>Ko,ZodSet:()=>bU,ZodString:()=>cw,ZodSymbol:()=>EU,ZodTransformer:()=>O3,ZodTuple:()=>O5,ZodType:()=>Ko,ZodUndefined:()=>UD,ZodUnion:()=>qD,ZodUnknown:()=>X8,ZodVoid:()=>vU,addIssueToContext:()=>Yr,any:()=>mMn,array:()=>EMn,bigint:()=>uMn,boolean:()=>VMt,coerce:()=>HMn,custom:()=>qMt,date:()=>dMn,datetimeRegex:()=>UMt,defaultErrorMap:()=>J8,discriminatedUnion:()=>xMn,effect:()=>MMn,enum:()=>NMn,function:()=>DMn,getErrorMap:()=>gU,getParsedType:()=>N5,instanceof:()=>lMn,intersection:()=>SMn,isAborted:()=>O0e,isAsync:()=>AU,isDirty:()=>k0e,isValid:()=>lw,late:()=>aMn,lazy:()=>RMn,literal:()=>BMn,makeIssue:()=>hX,map:()=>TMn,nan:()=>cMn,nativeEnum:()=>OMn,never:()=>AMn,null:()=>hMn,nullable:()=>LMn,number:()=>HMt,object:()=>vMn,objectUtil:()=>lUe,oboolean:()=>GMn,onumber:()=>qMn,optional:()=>PMn,ostring:()=>QMn,pipeline:()=>UMn,preprocess:()=>FMn,promise:()=>kMn,quotelessJson:()=>Mkn,record:()=>_Mn,set:()=>IMn,setErrorMap:()=>Lkn,strictObject:()=>CMn,string:()=>GMt,symbol:()=>fMn,transformer:()=>MMn,tuple:()=>wMn,undefined:()=>pMn,union:()=>bMn,unknown:()=>gMn,util:()=>Ss,void:()=>yMn});var pUe=ae(()=>{N0e();uUe();OMt();pX();WMt();B0e()});var fw=ae(()=>{pUe();pUe()});var SU,$Mt,F0e,jMt,zMt,WMn,P3,Jg,AX,M5,L3,U0e,YMt,Q0e,JMt,KMt,XMt,yX,k3,ZMt,ePt,pw,JD,q0e,EX,tPt,$Mn,jMn,zMn,hUe,rPt,nPt,G0e,YMn,H0e,V0e,W0e,iPt,oPt,mUe,sPt,aPt,JMn,KMn,gUe,XMn,AUe,ZMn,yUe,ePn,tPn,rPn,nPn,iPn,oPn,sPn,vX,aPn,EUe,vUe,CUe,lPn,cPn,lPt,uPn,CX,dPn,fPn,pPn,hPn,bUe,$0e,cUo,mPn,gPn,cPt,APn,yPn,EPn,vPn,CPn,bPn,xPn,SPn,wPn,_Pn,TPn,IPn,DPn,RPn,BPn,NPn,OPn,xUe,kPn,j0e,MPn,PPn,uUo,dUo,fUo,pUo,hUo,mUo,M3,hw=ae(()=>{fw();SU="2025-06-18",$Mt=[SU,"2025-03-26","2024-11-05","2024-10-07"],F0e="2.0",jMt=ee.union([ee.string(),ee.number().int()]),zMt=ee.string(),WMn=ee.object({progressToken:ee.optional(jMt)}).passthrough(),P3=ee.object({_meta:ee.optional(WMn)}).passthrough(),Jg=ee.object({method:ee.string(),params:ee.optional(P3)}),AX=ee.object({_meta:ee.optional(ee.object({}).passthrough())}).passthrough(),M5=ee.object({method:ee.string(),params:ee.optional(AX)}),L3=ee.object({_meta:ee.optional(ee.object({}).passthrough())}).passthrough(),U0e=ee.union([ee.string(),ee.number().int()]),YMt=ee.object({jsonrpc:ee.literal(F0e),id:U0e}).merge(Jg).strict(),Q0e=t=>YMt.safeParse(t).success,JMt=ee.object({jsonrpc:ee.literal(F0e)}).merge(M5).strict(),KMt=t=>JMt.safeParse(t).success,XMt=ee.object({jsonrpc:ee.literal(F0e),id:U0e,result:L3}).strict(),yX=t=>XMt.safeParse(t).success;(function(t){t[t.ConnectionClosed=-32e3]="ConnectionClosed",t[t.RequestTimeout=-32001]="RequestTimeout",t[t.ParseError=-32700]="ParseError",t[t.InvalidRequest=-32600]="InvalidRequest",t[t.MethodNotFound=-32601]="MethodNotFound",t[t.InvalidParams=-32602]="InvalidParams",t[t.InternalError=-32603]="InternalError"})(k3||(k3={}));ZMt=ee.object({jsonrpc:ee.literal(F0e),id:U0e,error:ee.object({code:ee.number().int(),message:ee.string(),data:ee.optional(ee.unknown())})}).strict(),ePt=t=>ZMt.safeParse(t).success,pw=ee.union([YMt,JMt,XMt,ZMt]),JD=L3.strict(),q0e=M5.extend({method:ee.literal("notifications/cancelled"),params:AX.extend({requestId:U0e,reason:ee.string().optional()})}),EX=ee.object({name:ee.string(),title:ee.optional(ee.string())}).passthrough(),tPt=EX.extend({version:ee.string()}),$Mn=ee.object({experimental:ee.optional(ee.object({}).passthrough()),sampling:ee.optional(ee.object({}).passthrough()),elicitation:ee.optional(ee.object({}).passthrough()),roots:ee.optional(ee.object({listChanged:ee.optional(ee.boolean())}).passthrough())}).passthrough(),jMn=Jg.extend({method:ee.literal("initialize"),params:P3.extend({protocolVersion:ee.string(),capabilities:$Mn,clientInfo:tPt})}),zMn=ee.object({experimental:ee.optional(ee.object({}).passthrough()),logging:ee.optional(ee.object({}).passthrough()),completions:ee.optional(ee.object({}).passthrough()),prompts:ee.optional(ee.object({listChanged:ee.optional(ee.boolean())}).passthrough()),resources:ee.optional(ee.object({subscribe:ee.optional(ee.boolean()),listChanged:ee.optional(ee.boolean())}).passthrough()),tools:ee.optional(ee.object({listChanged:ee.optional(ee.boolean())}).passthrough())}).passthrough(),hUe=L3.extend({protocolVersion:ee.string(),capabilities:zMn,serverInfo:tPt,instructions:ee.optional(ee.string())}),rPt=M5.extend({method:ee.literal("notifications/initialized")}),nPt=t=>rPt.safeParse(t).success,G0e=Jg.extend({method:ee.literal("ping")}),YMn=ee.object({progress:ee.number(),total:ee.optional(ee.number()),message:ee.optional(ee.string())}).passthrough(),H0e=M5.extend({method:ee.literal("notifications/progress"),params:AX.merge(YMn).extend({progressToken:jMt})}),V0e=Jg.extend({params:P3.extend({cursor:ee.optional(zMt)}).optional()}),W0e=L3.extend({nextCursor:ee.optional(zMt)}),iPt=ee.object({uri:ee.string(),mimeType:ee.optional(ee.string()),_meta:ee.optional(ee.object({}).passthrough())}).passthrough(),oPt=iPt.extend({text:ee.string()}),mUe=ee.string().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),sPt=iPt.extend({blob:mUe}),aPt=EX.extend({uri:ee.string(),description:ee.optional(ee.string()),mimeType:ee.optional(ee.string()),_meta:ee.optional(ee.object({}).passthrough())}),JMn=EX.extend({uriTemplate:ee.string(),description:ee.optional(ee.string()),mimeType:ee.optional(ee.string()),_meta:ee.optional(ee.object({}).passthrough())}),KMn=V0e.extend({method:ee.literal("resources/list")}),gUe=W0e.extend({resources:ee.array(aPt)}),XMn=V0e.extend({method:ee.literal("resources/templates/list")}),AUe=W0e.extend({resourceTemplates:ee.array(JMn)}),ZMn=Jg.extend({method:ee.literal("resources/read"),params:P3.extend({uri:ee.string()})}),yUe=L3.extend({contents:ee.array(ee.union([oPt,sPt]))}),ePn=M5.extend({method:ee.literal("notifications/resources/list_changed")}),tPn=Jg.extend({method:ee.literal("resources/subscribe"),params:P3.extend({uri:ee.string()})}),rPn=Jg.extend({method:ee.literal("resources/unsubscribe"),params:P3.extend({uri:ee.string()})}),nPn=M5.extend({method:ee.literal("notifications/resources/updated"),params:AX.extend({uri:ee.string()})}),iPn=ee.object({name:ee.string(),description:ee.optional(ee.string()),required:ee.optional(ee.boolean())}).passthrough(),oPn=EX.extend({description:ee.optional(ee.string()),arguments:ee.optional(ee.array(iPn)),_meta:ee.optional(ee.object({}).passthrough())}),sPn=V0e.extend({method:ee.literal("prompts/list")}),vX=W0e.extend({prompts:ee.array(oPn)}),aPn=Jg.extend({method:ee.literal("prompts/get"),params:P3.extend({name:ee.string(),arguments:ee.optional(ee.record(ee.string()))})}),EUe=ee.object({type:ee.literal("text"),text:ee.string(),_meta:ee.optional(ee.object({}).passthrough())}).passthrough(),vUe=ee.object({type:ee.literal("image"),data:mUe,mimeType:ee.string(),_meta:ee.optional(ee.object({}).passthrough())}).passthrough(),CUe=ee.object({type:ee.literal("audio"),data:mUe,mimeType:ee.string(),_meta:ee.optional(ee.object({}).passthrough())}).passthrough(),lPn=ee.object({type:ee.literal("resource"),resource:ee.union([oPt,sPt]),_meta:ee.optional(ee.object({}).passthrough())}).passthrough(),cPn=aPt.extend({type:ee.literal("resource_link")}),lPt=ee.union([EUe,vUe,CUe,cPn,lPn]),uPn=ee.object({role:ee.enum(["user","assistant"]),content:lPt}).passthrough(),CX=L3.extend({description:ee.optional(ee.string()),messages:ee.array(uPn)}),dPn=M5.extend({method:ee.literal("notifications/prompts/list_changed")}),fPn=ee.object({title:ee.optional(ee.string()),readOnlyHint:ee.optional(ee.boolean()),destructiveHint:ee.optional(ee.boolean()),idempotentHint:ee.optional(ee.boolean()),openWorldHint:ee.optional(ee.boolean())}).passthrough(),pPn=EX.extend({description:ee.optional(ee.string()),inputSchema:ee.object({type:ee.literal("object"),properties:ee.optional(ee.object({}).passthrough()),required:ee.optional(ee.array(ee.string()))}).passthrough(),outputSchema:ee.optional(ee.object({type:ee.literal("object"),properties:ee.optional(ee.object({}).passthrough()),required:ee.optional(ee.array(ee.string()))}).passthrough()),annotations:ee.optional(fPn),_meta:ee.optional(ee.object({}).passthrough())}),hPn=V0e.extend({method:ee.literal("tools/list")}),bUe=W0e.extend({tools:ee.array(pPn)}),$0e=L3.extend({content:ee.array(lPt).default([]),structuredContent:ee.object({}).passthrough().optional(),isError:ee.optional(ee.boolean())}),cUo=$0e.or(L3.extend({toolResult:ee.unknown()})),mPn=Jg.extend({method:ee.literal("tools/call"),params:P3.extend({name:ee.string(),arguments:ee.optional(ee.record(ee.unknown()))})}),gPn=M5.extend({method:ee.literal("notifications/tools/list_changed")}),cPt=ee.enum(["debug","info","notice","warning","error","critical","alert","emergency"]),APn=Jg.extend({method:ee.literal("logging/setLevel"),params:P3.extend({level:cPt})}),yPn=M5.extend({method:ee.literal("notifications/message"),params:AX.extend({level:cPt,logger:ee.optional(ee.string()),data:ee.unknown()})}),EPn=ee.object({name:ee.string().optional()}).passthrough(),vPn=ee.object({hints:ee.optional(ee.array(EPn)),costPriority:ee.optional(ee.number().min(0).max(1)),speedPriority:ee.optional(ee.number().min(0).max(1)),intelligencePriority:ee.optional(ee.number().min(0).max(1))}).passthrough(),CPn=ee.object({role:ee.enum(["user","assistant"]),content:ee.union([EUe,vUe,CUe])}).passthrough(),bPn=Jg.extend({method:ee.literal("sampling/createMessage"),params:P3.extend({messages:ee.array(CPn),systemPrompt:ee.optional(ee.string()),includeContext:ee.optional(ee.enum(["none","thisServer","allServers"])),temperature:ee.optional(ee.number()),maxTokens:ee.number().int(),stopSequences:ee.optional(ee.array(ee.string())),metadata:ee.optional(ee.object({}).passthrough()),modelPreferences:ee.optional(vPn)})}),xPn=L3.extend({model:ee.string(),stopReason:ee.optional(ee.enum(["endTurn","stopSequence","maxTokens"]).or(ee.string())),role:ee.enum(["user","assistant"]),content:ee.discriminatedUnion("type",[EUe,vUe,CUe])}),SPn=ee.object({type:ee.literal("boolean"),title:ee.optional(ee.string()),description:ee.optional(ee.string()),default:ee.optional(ee.boolean())}).passthrough(),wPn=ee.object({type:ee.literal("string"),title:ee.optional(ee.string()),description:ee.optional(ee.string()),minLength:ee.optional(ee.number()),maxLength:ee.optional(ee.number()),format:ee.optional(ee.enum(["email","uri","date","date-time"]))}).passthrough(),_Pn=ee.object({type:ee.enum(["number","integer"]),title:ee.optional(ee.string()),description:ee.optional(ee.string()),minimum:ee.optional(ee.number()),maximum:ee.optional(ee.number())}).passthrough(),TPn=ee.object({type:ee.literal("string"),title:ee.optional(ee.string()),description:ee.optional(ee.string()),enum:ee.array(ee.string()),enumNames:ee.optional(ee.array(ee.string()))}).passthrough(),IPn=ee.union([SPn,wPn,_Pn,TPn]),DPn=Jg.extend({method:ee.literal("elicitation/create"),params:P3.extend({message:ee.string(),requestedSchema:ee.object({type:ee.literal("object"),properties:ee.record(ee.string(),IPn),required:ee.optional(ee.array(ee.string()))}).passthrough()})}),RPn=L3.extend({action:ee.enum(["accept","decline","cancel"]),content:ee.optional(ee.record(ee.string(),ee.unknown()))}),BPn=ee.object({type:ee.literal("ref/resource"),uri:ee.string()}).passthrough(),NPn=ee.object({type:ee.literal("ref/prompt"),name:ee.string()}).passthrough(),OPn=Jg.extend({method:ee.literal("completion/complete"),params:P3.extend({ref:ee.union([NPn,BPn]),argument:ee.object({name:ee.string(),value:ee.string()}).passthrough(),context:ee.optional(ee.object({arguments:ee.optional(ee.record(ee.string(),ee.string()))}))})}),xUe=L3.extend({completion:ee.object({values:ee.array(ee.string()).max(100),total:ee.optional(ee.number().int()),hasMore:ee.optional(ee.boolean())}).passthrough()}),kPn=ee.object({uri:ee.string().startsWith("file://"),name:ee.optional(ee.string()),_meta:ee.optional(ee.object({}).passthrough())}).passthrough(),j0e=Jg.extend({method:ee.literal("roots/list")}),MPn=L3.extend({roots:ee.array(kPn)}),PPn=M5.extend({method:ee.literal("notifications/roots/list_changed")}),uUo=ee.union([G0e,jMn,OPn,APn,aPn,sPn,KMn,XMn,ZMn,tPn,rPn,mPn,hPn]),dUo=ee.union([q0e,H0e,rPt,PPn]),fUo=ee.union([JD,xPn,RPn,MPn]),pUo=ee.union([G0e,bPn,DPn,j0e]),hUo=ee.union([q0e,H0e,yPn,nPn,ePn,gPn,dPn]),mUo=ee.union([JD,hUe,xUe,CX,vX,gUe,AUe,yUe,$0e,bUe]),M3=class extends Error{constructor(e,r,n){super(`MCP error ${e}: ${r}`),this.code=e,this.data=n,this.name="McpError"}}});function uPt(t,e){return Object.entries(e).reduce((r,[n,i])=>(i&&typeof i=="object"?r[n]=r[n]?{...r[n],...i}:i:r[n]=i,r),{...t})}var LPn,z0e,dPt=ae(()=>{hw();LPn=6e4,z0e=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(q0e,r=>{let n=this._requestHandlerAbortControllers.get(r.params.requestId);n?.abort(r.params.reason)}),this.setNotificationHandler(H0e,r=>{this._onprogress(r)}),this.setRequestHandler(G0e,r=>({}))}_setupTimeout(e,r,n,i,o=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(i,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:o,onTimeout:i})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),new M3(k3.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});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,n,i;this._transport=e;let o=(r=this.transport)===null||r===void 0?void 0:r.onclose;this._transport.onclose=()=>{o?.(),this._onclose()};let s=(n=this.transport)===null||n===void 0?void 0:n.onerror;this._transport.onerror=c=>{s?.(c),this._onerror(c)};let a=(i=this._transport)===null||i===void 0?void 0:i.onmessage;this._transport.onmessage=(c,u)=>{a?.(c,u),yX(c)||ePt(c)?this._onresponse(c):Q0e(c)?this._onrequest(c,u):KMt(c)?this._onnotification(c):this._onerror(new Error(`Unknown message type: ${JSON.stringify(c)}`))},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 n=new M3(k3.ConnectionClosed,"Connection closed");for(let i of r.values())i(n)}_onerror(e){var r;(r=this.onerror)===null||r===void 0||r.call(this,e)}_onnotification(e){var r;let n=(r=this._notificationHandlers.get(e.method))!==null&&r!==void 0?r:this.fallbackNotificationHandler;n!==void 0&&Promise.resolve().then(()=>n(e)).catch(i=>this._onerror(new Error(`Uncaught error in notification handler: ${i}`)))}_onrequest(e,r){var n,i;let o=(n=this._requestHandlers.get(e.method))!==null&&n!==void 0?n:this.fallbackRequestHandler,s=this._transport;if(o===void 0){s?.send({jsonrpc:"2.0",id:e.id,error:{code:k3.MethodNotFound,message:"Method not found"}}).catch(u=>this._onerror(new Error(`Failed to send an error response: ${u}`)));return}let a=new AbortController;this._requestHandlerAbortControllers.set(e.id,a);let c={signal:a.signal,sessionId:s?.sessionId,_meta:(i=e.params)===null||i===void 0?void 0:i._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(()=>o(e,c)).then(u=>{if(!a.signal.aborted)return s?.send({result:u,jsonrpc:"2.0",id:e.id})},u=>{var d;if(!a.signal.aborted)return s?.send({jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(u.code)?u.code:k3.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,...n}=e.params,i=Number(r),o=this._progressHandlers.get(i);if(!o){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let s=this._responseHandlers.get(i),a=this._timeoutInfo.get(i);if(a&&s&&a.resetTimeoutOnProgress)try{this._resetTimeout(i)}catch(c){s(c);return}o(n)}_onresponse(e){let r=Number(e.id),n=this._responseHandlers.get(r);if(n===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),yX(e))n(e);else{let i=new M3(e.error.code,e.error.message,e.error.data);n(i)}}get transport(){return this._transport}async close(){var e;await((e=this._transport)===null||e===void 0?void 0:e.close())}request(e,r,n){let{relatedRequestId:i,resumptionToken:o,onresumptiontoken:s}=n??{};return new Promise((a,c)=>{var u,d,f,p,h,m;if(!this._transport){c(new Error("Not connected"));return}((u=this._options)===null||u===void 0?void 0:u.enforceStrictCapabilities)===!0&&this.assertCapabilityForMethod(e.method),(d=n?.signal)===null||d===void 0||d.throwIfAborted();let g=this._requestMessageId++,A={...e,jsonrpc:"2.0",id:g};n?.onprogress&&(this._progressHandlers.set(g,n.onprogress),A.params={...e.params,_meta:{...((f=e.params)===null||f===void 0?void 0:f._meta)||{},progressToken:g}});let y=x=>{var T;this._responseHandlers.delete(g),this._progressHandlers.delete(g),this._cleanupTimeout(g),(T=this._transport)===null||T===void 0||T.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:g,reason:String(x)}},{relatedRequestId:i,resumptionToken:o,onresumptiontoken:s}).catch(k=>this._onerror(new Error(`Failed to send cancellation: ${k}`))),c(x)};this._responseHandlers.set(g,x=>{var T;if(!(!((T=n?.signal)===null||T===void 0)&&T.aborted)){if(x instanceof Error)return c(x);try{let k=r.parse(x.result);a(k)}catch(k){c(k)}}}),(p=n?.signal)===null||p===void 0||p.addEventListener("abort",()=>{var x;y((x=n?.signal)===null||x===void 0?void 0:x.reason)});let E=(h=n?.timeout)!==null&&h!==void 0?h:LPn,C=()=>y(new M3(k3.RequestTimeout,"Request timed out",{timeout:E}));this._setupTimeout(g,E,n?.maxTotalTimeout,C,(m=n?.resetTimeoutOnProgress)!==null&&m!==void 0?m:!1),this._transport.send(A,{relatedRequestId:i,resumptionToken:o,onresumptiontoken:s}).catch(x=>{this._cleanupTimeout(g),c(x)})})}async notification(e,r){var n,i;if(!this._transport)throw new Error("Not connected");if(this.assertNotificationCapability(e.method),((i=(n=this._options)===null||n===void 0?void 0:n.debouncedNotificationMethods)!==null&&i!==void 0?i:[]).includes(e.method)&&!e.params&&!r?.relatedRequestId){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{var c;if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let u={...e,jsonrpc:"2.0"};(c=this._transport)===null||c===void 0||c.send(u,r).catch(d=>this._onerror(d))});return}let a={...e,jsonrpc:"2.0"};await this._transport.send(a,r)}setRequestHandler(e,r){let n=e.shape.method.value;this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(i,o)=>Promise.resolve(r(e.parse(i),o)))}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,n=>Promise.resolve(r(e.parse(n))))}removeNotificationHandler(e){this._notificationHandlers.delete(e)}}});var pPt=D((Y0e,fPt)=>{(function(t,e){typeof Y0e=="object"&&typeof fPt<"u"?e(Y0e):typeof define=="function"&&define.amd?define(["exports"],e):e(t.URI=t.URI||{})})(Y0e,(function(t){"use strict";function e(){for(var et=arguments.length,He=Array(et),rt=0;rt<et;rt++)He[rt]=arguments[rt];if(He.length>1){He[0]=He[0].slice(0,-1);for(var pt=He.length-1,gt=1;gt<pt;++gt)He[gt]=He[gt].slice(1,-1);return He[pt]=He[pt].slice(1),He.join("")}else return He[0]}function r(et){return"(?:"+et+")"}function n(et){return et===void 0?"undefined":et===null?"null":Object.prototype.toString.call(et).split(" ").pop().split("]").shift().toLowerCase()}function i(et){return et.toUpperCase()}function o(et){return et!=null?et instanceof Array?et:typeof et.length!="number"||et.split||et.setInterval||et.call?[et]:Array.prototype.slice.call(et):[]}function s(et,He){var rt=et;if(He)for(var pt in He)rt[pt]=He[pt];return rt}function a(et){var He="[A-Za-z]",rt="[\\x0D]",pt="[0-9]",gt="[\\x22]",jt=e(pt,"[A-Fa-f]"),Cr="[\\x0A]",qr="[\\x20]",mn=r(r("%[EFef]"+jt+"%"+jt+jt+"%"+jt+jt)+"|"+r("%[89A-Fa-f]"+jt+"%"+jt+jt)+"|"+r("%"+jt+jt)),Ai="[\\:\\/\\?\\#\\[\\]\\@]",li="[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]",ji=e(Ai,li),zi=et?"[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]":"[]",Rn=et?"[\\uE000-\\uF8FF]":"[]",Ii=e(He,pt,"[\\-\\.\\_\\~]",zi),Wo=r(He+e(He,pt,"[\\+\\-\\.]")+"*"),vo=r(r(mn+"|"+e(Ii,li,"[\\:]"))+"*"),Fl=r(r("25[0-5]")+"|"+r("2[0-4]"+pt)+"|"+r("1"+pt+pt)+"|"+r("[1-9]"+pt)+"|"+pt),La=r(r("25[0-5]")+"|"+r("2[0-4]"+pt)+"|"+r("1"+pt+pt)+"|"+r("0?[1-9]"+pt)+"|0?0?"+pt),Ul=r(La+"\\."+La+"\\."+La+"\\."+La),co=r(jt+"{1,4}"),hc=r(r(co+"\\:"+co)+"|"+Ul),Fo=r(r(co+"\\:")+"{6}"+hc),Li=r("\\:\\:"+r(co+"\\:")+"{5}"+hc),yd=r(r(co)+"?\\:\\:"+r(co+"\\:")+"{4}"+hc),mc=r(r(r(co+"\\:")+"{0,1}"+co)+"?\\:\\:"+r(co+"\\:")+"{3}"+hc),Ed=r(r(r(co+"\\:")+"{0,2}"+co)+"?\\:\\:"+r(co+"\\:")+"{2}"+hc),vd=r(r(r(co+"\\:")+"{0,3}"+co)+"?\\:\\:"+co+"\\:"+hc),Fa=r(r(r(co+"\\:")+"{0,4}"+co)+"?\\:\\:"+hc),Vs=r(r(r(co+"\\:")+"{0,5}"+co)+"?\\:\\:"+co),gc=r(r(r(co+"\\:")+"{0,6}"+co)+"?\\:\\:"),Pe=r([Fo,Li,yd,mc,Ed,vd,Fa,Vs,gc].join("|")),Ue=r(r(Ii+"|"+mn)+"+"),st=r(Pe+"\\%25"+Ue),ft=r(Pe+r("\\%25|\\%(?!"+jt+"{2})")+Ue),Ct=r("[vV]"+jt+"+\\."+e(Ii,li,"[\\:]")+"+"),kt=r("\\["+r(ft+"|"+Pe+"|"+Ct)+"\\]"),ir=r(r(mn+"|"+e(Ii,li))+"*"),tr=r(kt+"|"+Ul+"(?!"+ir+")|"+ir),mr=r(pt+"*"),gr=r(r(vo+"@")+"?"+tr+r("\\:"+mr)+"?"),wr=r(mn+"|"+e(Ii,li,"[\\:\\@]")),On=r(wr+"*"),Zi=r(wr+"+"),ns=r(r(mn+"|"+e(Ii,li,"[\\@]"))+"+"),Bi=r(r("\\/"+On)+"*"),ml=r("\\/"+r(Zi+Bi)+"?"),Ac=r(ns+Bi),Xd=r(Zi+Bi),gl="(?!"+wr+")",VA=r(Bi+"|"+ml+"|"+Ac+"|"+Xd+"|"+gl),mp=r(r(wr+"|"+e("[\\/\\?]",Rn))+"*"),ph=r(r(wr+"|[\\/\\?]")+"*"),bm=r(r("\\/\\/"+gr+Bi)+"|"+ml+"|"+Xd+"|"+gl),E6=r(Wo+"\\:"+bm+r("\\?"+mp)+"?"+r("\\#"+ph)+"?"),r1=r(r("\\/\\/"+gr+Bi)+"|"+ml+"|"+Ac+"|"+gl),wu=r(r1+r("\\?"+mp)+"?"+r("\\#"+ph)+"?"),Tg=r(E6+"|"+wu),_u=r(Wo+"\\:"+bm+r("\\?"+mp)+"?"),Zd="^("+Wo+")\\:"+r(r("\\/\\/("+r("("+vo+")@")+"?("+tr+")"+r("\\:("+mr+")")+"?)")+"?("+Bi+"|"+ml+"|"+Xd+"|"+gl+")")+r("\\?("+mp+")")+"?"+r("\\#("+ph+")")+"?$",xm="^(){0}"+r(r("\\/\\/("+r("("+vo+")@")+"?("+tr+")"+r("\\:("+mr+")")+"?)")+"?("+Bi+"|"+ml+"|"+Ac+"|"+gl+")")+r("\\?("+mp+")")+"?"+r("\\#("+ph+")")+"?$",p0="^("+Wo+")\\:"+r(r("\\/\\/("+r("("+vo+")@")+"?("+tr+")"+r("\\:("+mr+")")+"?)")+"?("+Bi+"|"+ml+"|"+Xd+"|"+gl+")")+r("\\?("+mp+")")+"?$",Tu="^"+r("\\#("+ph+")")+"?$",Ig="^"+r("("+vo+")@")+"?("+tr+")"+r("\\:("+mr+")")+"?$";return{NOT_SCHEME:new RegExp(e("[^]",He,pt,"[\\+\\-\\.]"),"g"),NOT_USERINFO:new RegExp(e("[^\\%\\:]",Ii,li),"g"),NOT_HOST:new RegExp(e("[^\\%\\[\\]\\:]",Ii,li),"g"),NOT_PATH:new RegExp(e("[^\\%\\/\\:\\@]",Ii,li),"g"),NOT_PATH_NOSCHEME:new RegExp(e("[^\\%\\/\\@]",Ii,li),"g"),NOT_QUERY:new RegExp(e("[^\\%]",Ii,li,"[\\:\\@\\/\\?]",Rn),"g"),NOT_FRAGMENT:new RegExp(e("[^\\%]",Ii,li,"[\\:\\@\\/\\?]"),"g"),ESCAPE:new RegExp(e("[^]",Ii,li),"g"),UNRESERVED:new RegExp(Ii,"g"),OTHER_CHARS:new RegExp(e("[^\\%]",Ii,ji),"g"),PCT_ENCODED:new RegExp(mn,"g"),IPV4ADDRESS:new RegExp("^("+Ul+")$"),IPV6ADDRESS:new RegExp("^\\[?("+Pe+")"+r(r("\\%25|\\%(?!"+jt+"{2})")+"("+Ue+")")+"?\\]?$")}}var c=a(!1),u=a(!0),d=(function(){function et(He,rt){var pt=[],gt=!0,jt=!1,Cr=void 0;try{for(var qr=He[Symbol.iterator](),mn;!(gt=(mn=qr.next()).done)&&(pt.push(mn.value),!(rt&&pt.length===rt));gt=!0);}catch(Ai){jt=!0,Cr=Ai}finally{try{!gt&&qr.return&&qr.return()}finally{if(jt)throw Cr}}return pt}return function(He,rt){if(Array.isArray(He))return He;if(Symbol.iterator in Object(He))return et(He,rt);throw new TypeError("Invalid attempt to destructure non-iterable instance")}})(),f=function(et){if(Array.isArray(et)){for(var He=0,rt=Array(et.length);He<et.length;He++)rt[He]=et[He];return rt}else return Array.from(et)},p=2147483647,h=36,m=1,g=26,A=38,y=700,E=72,C=128,x="-",T=/^xn--/,k=/[^\0-\x7E]/,O=/[\x2E\u3002\uFF0E\uFF61]/g,U={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},S=h-m,M=Math.floor,R=String.fromCharCode;function F(et){throw new RangeError(U[et])}function L(et,He){for(var rt=[],pt=et.length;pt--;)rt[pt]=He(et[pt]);return rt}function B(et,He){var rt=et.split("@"),pt="";rt.length>1&&(pt=rt[0]+"@",et=rt[1]),et=et.replace(O,".");var gt=et.split("."),jt=L(gt,He).join(".");return pt+jt}function q(et){for(var He=[],rt=0,pt=et.length;rt<pt;){var gt=et.charCodeAt(rt++);if(gt>=55296&><=56319&&rt<pt){var jt=et.charCodeAt(rt++);(jt&64512)==56320?He.push(((gt&1023)<<10)+(jt&1023)+65536):(He.push(gt),rt--)}else He.push(gt)}return He}var Q=function(He){return String.fromCodePoint.apply(String,f(He))},V=function(He){return He-48<10?He-22:He-65<26?He-65:He-97<26?He-97:h},H=function(He,rt){return He+22+75*(He<26)-((rt!=0)<<5)},z=function(He,rt,pt){var gt=0;for(He=pt?M(He/y):He>>1,He+=M(He/rt);He>S*g>>1;gt+=h)He=M(He/S);return M(gt+(S+1)*He/(He+A))},J=function(He){var rt=[],pt=He.length,gt=0,jt=C,Cr=E,qr=He.lastIndexOf(x);qr<0&&(qr=0);for(var mn=0;mn<qr;++mn)He.charCodeAt(mn)>=128&&F("not-basic"),rt.push(He.charCodeAt(mn));for(var Ai=qr>0?qr+1:0;Ai<pt;){for(var li=gt,ji=1,zi=h;;zi+=h){Ai>=pt&&F("invalid-input");var Rn=V(He.charCodeAt(Ai++));(Rn>=h||Rn>M((p-gt)/ji))&&F("overflow"),gt+=Rn*ji;var Ii=zi<=Cr?m:zi>=Cr+g?g:zi-Cr;if(Rn<Ii)break;var Wo=h-Ii;ji>M(p/Wo)&&F("overflow"),ji*=Wo}var vo=rt.length+1;Cr=z(gt-li,vo,li==0),M(gt/vo)>p-jt&&F("overflow"),jt+=M(gt/vo),gt%=vo,rt.splice(gt++,0,jt)}return String.fromCodePoint.apply(String,rt)},de=function(He){var rt=[];He=q(He);var pt=He.length,gt=C,jt=0,Cr=E,qr=!0,mn=!1,Ai=void 0;try{for(var li=He[Symbol.iterator](),ji;!(qr=(ji=li.next()).done);qr=!0){var zi=ji.value;zi<128&&rt.push(R(zi))}}catch(ft){mn=!0,Ai=ft}finally{try{!qr&&li.return&&li.return()}finally{if(mn)throw Ai}}var Rn=rt.length,Ii=Rn;for(Rn&&rt.push(x);Ii<pt;){var Wo=p,vo=!0,Fl=!1,La=void 0;try{for(var Ul=He[Symbol.iterator](),co;!(vo=(co=Ul.next()).done);vo=!0){var hc=co.value;hc>=gt&&hc<Wo&&(Wo=hc)}}catch(ft){Fl=!0,La=ft}finally{try{!vo&&Ul.return&&Ul.return()}finally{if(Fl)throw La}}var Fo=Ii+1;Wo-gt>M((p-jt)/Fo)&&F("overflow"),jt+=(Wo-gt)*Fo,gt=Wo;var Li=!0,yd=!1,mc=void 0;try{for(var Ed=He[Symbol.iterator](),vd;!(Li=(vd=Ed.next()).done);Li=!0){var Fa=vd.value;if(Fa<gt&&++jt>p&&F("overflow"),Fa==gt){for(var Vs=jt,gc=h;;gc+=h){var Pe=gc<=Cr?m:gc>=Cr+g?g:gc-Cr;if(Vs<Pe)break;var Ue=Vs-Pe,st=h-Pe;rt.push(R(H(Pe+Ue%st,0))),Vs=M(Ue/st)}rt.push(R(H(Vs,0))),Cr=z(jt,Fo,Ii==Rn),jt=0,++Ii}}}catch(ft){yd=!0,mc=ft}finally{try{!Li&&Ed.return&&Ed.return()}finally{if(yd)throw mc}}++jt,++gt}return rt.join("")},Ce=function(He){return B(He,function(rt){return T.test(rt)?J(rt.slice(4).toLowerCase()):rt})},ge=function(He){return B(He,function(rt){return k.test(rt)?"xn--"+de(rt):rt})},be={version:"2.1.0",ucs2:{decode:q,encode:Q},decode:J,encode:de,toASCII:ge,toUnicode:Ce},xe={};function oe(et){var He=et.charCodeAt(0),rt=void 0;return He<16?rt="%0"+He.toString(16).toUpperCase():He<128?rt="%"+He.toString(16).toUpperCase():He<2048?rt="%"+(He>>6|192).toString(16).toUpperCase()+"%"+(He&63|128).toString(16).toUpperCase():rt="%"+(He>>12|224).toString(16).toUpperCase()+"%"+(He>>6&63|128).toString(16).toUpperCase()+"%"+(He&63|128).toString(16).toUpperCase(),rt}function me(et){for(var He="",rt=0,pt=et.length;rt<pt;){var gt=parseInt(et.substr(rt+1,2),16);if(gt<128)He+=String.fromCharCode(gt),rt+=3;else if(gt>=194&><224){if(pt-rt>=6){var jt=parseInt(et.substr(rt+4,2),16);He+=String.fromCharCode((gt&31)<<6|jt&63)}else He+=et.substr(rt,6);rt+=6}else if(gt>=224){if(pt-rt>=9){var Cr=parseInt(et.substr(rt+4,2),16),qr=parseInt(et.substr(rt+7,2),16);He+=String.fromCharCode((gt&15)<<12|(Cr&63)<<6|qr&63)}else He+=et.substr(rt,9);rt+=9}else He+=et.substr(rt,3),rt+=3}return He}function ve(et,He){function rt(pt){var gt=me(pt);return gt.match(He.UNRESERVED)?gt:pt}return et.scheme&&(et.scheme=String(et.scheme).replace(He.PCT_ENCODED,rt).toLowerCase().replace(He.NOT_SCHEME,"")),et.userinfo!==void 0&&(et.userinfo=String(et.userinfo).replace(He.PCT_ENCODED,rt).replace(He.NOT_USERINFO,oe).replace(He.PCT_ENCODED,i)),et.host!==void 0&&(et.host=String(et.host).replace(He.PCT_ENCODED,rt).toLowerCase().replace(He.NOT_HOST,oe).replace(He.PCT_ENCODED,i)),et.path!==void 0&&(et.path=String(et.path).replace(He.PCT_ENCODED,rt).replace(et.scheme?He.NOT_PATH:He.NOT_PATH_NOSCHEME,oe).replace(He.PCT_ENCODED,i)),et.query!==void 0&&(et.query=String(et.query).replace(He.PCT_ENCODED,rt).replace(He.NOT_QUERY,oe).replace(He.PCT_ENCODED,i)),et.fragment!==void 0&&(et.fragment=String(et.fragment).replace(He.PCT_ENCODED,rt).replace(He.NOT_FRAGMENT,oe).replace(He.PCT_ENCODED,i)),et}function Z(et){return et.replace(/^0*(.*)/,"$1")||"0"}function ce(et,He){var rt=et.match(He.IPV4ADDRESS)||[],pt=d(rt,2),gt=pt[1];return gt?gt.split(".").map(Z).join("."):et}function re(et,He){var rt=et.match(He.IPV6ADDRESS)||[],pt=d(rt,3),gt=pt[1],jt=pt[2];if(gt){for(var Cr=gt.toLowerCase().split("::").reverse(),qr=d(Cr,2),mn=qr[0],Ai=qr[1],li=Ai?Ai.split(":").map(Z):[],ji=mn.split(":").map(Z),zi=He.IPV4ADDRESS.test(ji[ji.length-1]),Rn=zi?7:8,Ii=ji.length-Rn,Wo=Array(Rn),vo=0;vo<Rn;++vo)Wo[vo]=li[vo]||ji[Ii+vo]||"";zi&&(Wo[Rn-1]=ce(Wo[Rn-1],He));var Fl=Wo.reduce(function(Fo,Li,yd){if(!Li||Li==="0"){var mc=Fo[Fo.length-1];mc&&mc.index+mc.length===yd?mc.length++:Fo.push({index:yd,length:1})}return Fo},[]),La=Fl.sort(function(Fo,Li){return Li.length-Fo.length})[0],Ul=void 0;if(La&&La.length>1){var co=Wo.slice(0,La.index),hc=Wo.slice(La.index+La.length);Ul=co.join(":")+"::"+hc.join(":")}else Ul=Wo.join(":");return jt&&(Ul+="%"+jt),Ul}else return et}var te=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,ue="".match(/(){0}/)[1]===void 0;function X(et){var He=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},rt={},pt=He.iri!==!1?u:c;He.reference==="suffix"&&(et=(He.scheme?He.scheme+":":"")+"//"+et);var gt=et.match(te);if(gt){ue?(rt.scheme=gt[1],rt.userinfo=gt[3],rt.host=gt[4],rt.port=parseInt(gt[5],10),rt.path=gt[6]||"",rt.query=gt[7],rt.fragment=gt[8],isNaN(rt.port)&&(rt.port=gt[5])):(rt.scheme=gt[1]||void 0,rt.userinfo=et.indexOf("@")!==-1?gt[3]:void 0,rt.host=et.indexOf("//")!==-1?gt[4]:void 0,rt.port=parseInt(gt[5],10),rt.path=gt[6]||"",rt.query=et.indexOf("?")!==-1?gt[7]:void 0,rt.fragment=et.indexOf("#")!==-1?gt[8]:void 0,isNaN(rt.port)&&(rt.port=et.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?gt[4]:void 0)),rt.host&&(rt.host=re(ce(rt.host,pt),pt)),rt.scheme===void 0&&rt.userinfo===void 0&&rt.host===void 0&&rt.port===void 0&&!rt.path&&rt.query===void 0?rt.reference="same-document":rt.scheme===void 0?rt.reference="relative":rt.fragment===void 0?rt.reference="absolute":rt.reference="uri",He.reference&&He.reference!=="suffix"&&He.reference!==rt.reference&&(rt.error=rt.error||"URI is not a "+He.reference+" reference.");var jt=xe[(He.scheme||rt.scheme||"").toLowerCase()];if(!He.unicodeSupport&&(!jt||!jt.unicodeSupport)){if(rt.host&&(He.domainHost||jt&&jt.domainHost))try{rt.host=be.toASCII(rt.host.replace(pt.PCT_ENCODED,me).toLowerCase())}catch(Cr){rt.error=rt.error||"Host's domain name can not be converted to ASCII via punycode: "+Cr}ve(rt,c)}else ve(rt,pt);jt&&jt.parse&&jt.parse(rt,He)}else rt.error=rt.error||"URI can not be parsed.";return rt}function $(et,He){var rt=He.iri!==!1?u:c,pt=[];return et.userinfo!==void 0&&(pt.push(et.userinfo),pt.push("@")),et.host!==void 0&&pt.push(re(ce(String(et.host),rt),rt).replace(rt.IPV6ADDRESS,function(gt,jt,Cr){return"["+jt+(Cr?"%25"+Cr:"")+"]"})),(typeof et.port=="number"||typeof et.port=="string")&&(pt.push(":"),pt.push(String(et.port))),pt.length?pt.join(""):void 0}var j=/^\.\.?\//,ye=/^\/\.(\/|$)/,fe=/^\/\.\.(\/|$)/,Y=/^\/?(?:.|\n)*?(?=\/|$)/;function _e(et){for(var He=[];et.length;)if(et.match(j))et=et.replace(j,"");else if(et.match(ye))et=et.replace(ye,"/");else if(et.match(fe))et=et.replace(fe,"/"),He.pop();else if(et==="."||et==="..")et="";else{var rt=et.match(Y);if(rt){var pt=rt[0];et=et.slice(pt.length),He.push(pt)}else throw new Error("Unexpected dot segment condition")}return He.join("")}function Be(et){var He=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},rt=He.iri?u:c,pt=[],gt=xe[(He.scheme||et.scheme||"").toLowerCase()];if(gt&>.serialize&>.serialize(et,He),et.host&&!rt.IPV6ADDRESS.test(et.host)){if(He.domainHost||gt&>.domainHost)try{et.host=He.iri?be.toUnicode(et.host):be.toASCII(et.host.replace(rt.PCT_ENCODED,me).toLowerCase())}catch(qr){et.error=et.error||"Host's domain name can not be converted to "+(He.iri?"Unicode":"ASCII")+" via punycode: "+qr}}ve(et,rt),He.reference!=="suffix"&&et.scheme&&(pt.push(et.scheme),pt.push(":"));var jt=$(et,He);if(jt!==void 0&&(He.reference!=="suffix"&&pt.push("//"),pt.push(jt),et.path&&et.path.charAt(0)!=="/"&&pt.push("/")),et.path!==void 0){var Cr=et.path;!He.absolutePath&&(!gt||!gt.absolutePath)&&(Cr=_e(Cr)),jt===void 0&&(Cr=Cr.replace(/^\/\//,"/%2F")),pt.push(Cr)}return et.query!==void 0&&(pt.push("?"),pt.push(et.query)),et.fragment!==void 0&&(pt.push("#"),pt.push(et.fragment)),pt.join("")}function Oe(et,He){var rt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},pt=arguments[3],gt={};return pt||(et=X(Be(et,rt),rt),He=X(Be(He,rt),rt)),rt=rt||{},!rt.tolerant&&He.scheme?(gt.scheme=He.scheme,gt.userinfo=He.userinfo,gt.host=He.host,gt.port=He.port,gt.path=_e(He.path||""),gt.query=He.query):(He.userinfo!==void 0||He.host!==void 0||He.port!==void 0?(gt.userinfo=He.userinfo,gt.host=He.host,gt.port=He.port,gt.path=_e(He.path||""),gt.query=He.query):(He.path?(He.path.charAt(0)==="/"?gt.path=_e(He.path):((et.userinfo!==void 0||et.host!==void 0||et.port!==void 0)&&!et.path?gt.path="/"+He.path:et.path?gt.path=et.path.slice(0,et.path.lastIndexOf("/")+1)+He.path:gt.path=He.path,gt.path=_e(gt.path)),gt.query=He.query):(gt.path=et.path,He.query!==void 0?gt.query=He.query:gt.query=et.query),gt.userinfo=et.userinfo,gt.host=et.host,gt.port=et.port),gt.scheme=et.scheme),gt.fragment=He.fragment,gt}function ke(et,He,rt){var pt=s({scheme:"null"},rt);return Be(Oe(X(et,pt),X(He,pt),pt,!0),pt)}function le(et,He){return typeof et=="string"?et=Be(X(et,He),He):n(et)==="object"&&(et=X(Be(et,He),He)),et}function Ie(et,He,rt){return typeof et=="string"?et=Be(X(et,rt),rt):n(et)==="object"&&(et=Be(et,rt)),typeof He=="string"?He=Be(X(He,rt),rt):n(He)==="object"&&(He=Be(He,rt)),et===He}function De(et,He){return et&&et.toString().replace(!He||!He.iri?c.ESCAPE:u.ESCAPE,oe)}function Re(et,He){return et&&et.toString().replace(!He||!He.iri?c.PCT_ENCODED:u.PCT_ENCODED,me)}var Ge={scheme:"http",domainHost:!0,parse:function(He,rt){return He.host||(He.error=He.error||"HTTP URIs must have a host."),He},serialize:function(He,rt){var pt=String(He.scheme).toLowerCase()==="https";return(He.port===(pt?443:80)||He.port==="")&&(He.port=void 0),He.path||(He.path="/"),He}},Ke={scheme:"https",domainHost:Ge.domainHost,parse:Ge.parse,serialize:Ge.serialize};function tt(et){return typeof et.secure=="boolean"?et.secure:String(et.scheme).toLowerCase()==="wss"}var ut={scheme:"ws",domainHost:!0,parse:function(He,rt){var pt=He;return pt.secure=tt(pt),pt.resourceName=(pt.path||"/")+(pt.query?"?"+pt.query:""),pt.path=void 0,pt.query=void 0,pt},serialize:function(He,rt){if((He.port===(tt(He)?443:80)||He.port==="")&&(He.port=void 0),typeof He.secure=="boolean"&&(He.scheme=He.secure?"wss":"ws",He.secure=void 0),He.resourceName){var pt=He.resourceName.split("?"),gt=d(pt,2),jt=gt[0],Cr=gt[1];He.path=jt&&jt!=="/"?jt:void 0,He.query=Cr,He.resourceName=void 0}return He.fragment=void 0,He}},ht={scheme:"wss",domainHost:ut.domainHost,parse:ut.parse,serialize:ut.serialize},Jt={},Sr=!0,br="[A-Za-z0-9\\-\\.\\_\\~"+(Sr?"\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF":"")+"]",fr="[0-9A-Fa-f]",wt=r(r("%[EFef]"+fr+"%"+fr+fr+"%"+fr+fr)+"|"+r("%[89A-Fa-f]"+fr+"%"+fr+fr)+"|"+r("%"+fr+fr)),vr="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]",Kt="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",Ft=e(Kt,'[\\"\\\\]'),er="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]",nr=new RegExp(br,"g"),Ar=new RegExp(wt,"g"),bn=new RegExp(e("[^]",vr,"[\\.]",'[\\"]',Ft),"g"),Vr=new RegExp(e("[^]",br,er),"g"),Ur=Vr;function Kr(et){var He=me(et);return He.match(nr)?He:et}var ai={scheme:"mailto",parse:function(He,rt){var pt=He,gt=pt.to=pt.path?pt.path.split(","):[];if(pt.path=void 0,pt.query){for(var jt=!1,Cr={},qr=pt.query.split("&"),mn=0,Ai=qr.length;mn<Ai;++mn){var li=qr[mn].split("=");switch(li[0]){case"to":for(var ji=li[1].split(","),zi=0,Rn=ji.length;zi<Rn;++zi)gt.push(ji[zi]);break;case"subject":pt.subject=Re(li[1],rt);break;case"body":pt.body=Re(li[1],rt);break;default:jt=!0,Cr[Re(li[0],rt)]=Re(li[1],rt);break}}jt&&(pt.headers=Cr)}pt.query=void 0;for(var Ii=0,Wo=gt.length;Ii<Wo;++Ii){var vo=gt[Ii].split("@");if(vo[0]=Re(vo[0]),rt.unicodeSupport)vo[1]=Re(vo[1],rt).toLowerCase();else try{vo[1]=be.toASCII(Re(vo[1],rt).toLowerCase())}catch(Fl){pt.error=pt.error||"Email address's domain name can not be converted to ASCII via punycode: "+Fl}gt[Ii]=vo.join("@")}return pt},serialize:function(He,rt){var pt=He,gt=o(He.to);if(gt){for(var jt=0,Cr=gt.length;jt<Cr;++jt){var qr=String(gt[jt]),mn=qr.lastIndexOf("@"),Ai=qr.slice(0,mn).replace(Ar,Kr).replace(Ar,i).replace(bn,oe),li=qr.slice(mn+1);try{li=rt.iri?be.toUnicode(li):be.toASCII(Re(li,rt).toLowerCase())}catch(Ii){pt.error=pt.error||"Email address's domain name can not be converted to "+(rt.iri?"Unicode":"ASCII")+" via punycode: "+Ii}gt[jt]=Ai+"@"+li}pt.path=gt.join(",")}var ji=He.headers=He.headers||{};He.subject&&(ji.subject=He.subject),He.body&&(ji.body=He.body);var zi=[];for(var Rn in ji)ji[Rn]!==Jt[Rn]&&zi.push(Rn.replace(Ar,Kr).replace(Ar,i).replace(Vr,oe)+"="+ji[Rn].replace(Ar,Kr).replace(Ar,i).replace(Ur,oe));return zi.length&&(pt.query=zi.join("&")),pt}},gi=/^([^\:]+)\:(.*)/,Nn={scheme:"urn",parse:function(He,rt){var pt=He.path&&He.path.match(gi),gt=He;if(pt){var jt=rt.scheme||gt.scheme||"urn",Cr=pt[1].toLowerCase(),qr=pt[2],mn=jt+":"+(rt.nid||Cr),Ai=xe[mn];gt.nid=Cr,gt.nss=qr,gt.path=void 0,Ai&&(gt=Ai.parse(gt,rt))}else gt.error=gt.error||"URN can not be parsed.";return gt},serialize:function(He,rt){var pt=rt.scheme||He.scheme||"urn",gt=He.nid,jt=pt+":"+(rt.nid||gt),Cr=xe[jt];Cr&&(He=Cr.serialize(He,rt));var qr=He,mn=He.nss;return qr.path=(gt||rt.nid)+":"+mn,qr}},lo=/^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/,$i={scheme:"urn:uuid",parse:function(He,rt){var pt=He;return pt.uuid=pt.nss,pt.nss=void 0,!rt.tolerant&&(!pt.uuid||!pt.uuid.match(lo))&&(pt.error=pt.error||"UUID is not valid."),pt},serialize:function(He,rt){var pt=He;return pt.nss=(He.uuid||"").toLowerCase(),pt}};xe[Ge.scheme]=Ge,xe[Ke.scheme]=Ke,xe[ut.scheme]=ut,xe[ht.scheme]=ht,xe[ai.scheme]=ai,xe[Nn.scheme]=Nn,xe[$i.scheme]=$i,t.SCHEMES=xe,t.pctEncChar=oe,t.pctDecChars=me,t.parse=X,t.removeDotSegments=_e,t.serialize=Be,t.resolveComponents=Oe,t.resolve=ke,t.normalize=le,t.equal=Ie,t.escapeComponent=De,t.unescapeComponent=Re,Object.defineProperty(t,"__esModule",{value:!0})}))});var wU=D((EUo,hPt)=>{"use strict";hPt.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,i,o;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(i=n;i--!==0;)if(!t(e[i],r[i]))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(o=Object.keys(e),n=o.length,n!==Object.keys(r).length)return!1;for(i=n;i--!==0;)if(!Object.prototype.hasOwnProperty.call(r,o[i]))return!1;for(i=n;i--!==0;){var s=o[i];if(!t(e[s],r[s]))return!1}return!0}return e!==e&&r!==r}});var gPt=D((vUo,mPt)=>{"use strict";mPt.exports=function(e){for(var r=0,n=e.length,i=0,o;i<n;)r++,o=e.charCodeAt(i++),o>=55296&&o<=56319&&i<n&&(o=e.charCodeAt(i),(o&64512)==56320&&i++);return r}});var KD=D((CUo,EPt)=>{"use strict";EPt.exports={copy:FPn,checkDataType:SUe,checkDataTypes:UPn,coerceToTypes:QPn,toHash:_Ue,getProperty:TUe,escapeQuotes:IUe,equal:wU(),ucs2length:gPt(),varOccurences:HPn,varReplace:VPn,schemaHasRules:WPn,schemaHasRulesExcept:$Pn,schemaUnknownRules:jPn,toQuotedString:wUe,getPathExpr:zPn,getPath:YPn,getData:XPn,unescapeFragment:ZPn,unescapeJsonPointer:RUe,escapeFragment:eLn,escapeJsonPointer:DUe};function FPn(t,e){e=e||{};for(var r in t)e[r]=t[r];return e}function SUe(t,e,r,n){var i=n?" !== ":" === ",o=n?" || ":" && ",s=n?"!":"",a=n?"":"!";switch(t){case"null":return e+i+"null";case"array":return s+"Array.isArray("+e+")";case"object":return"("+s+e+o+"typeof "+e+i+'"object"'+o+a+"Array.isArray("+e+"))";case"integer":return"(typeof "+e+i+'"number"'+o+a+"("+e+" % 1)"+o+e+i+e+(r?o+s+"isFinite("+e+")":"")+")";case"number":return"(typeof "+e+i+'"'+t+'"'+(r?o+s+"isFinite("+e+")":"")+")";default:return"typeof "+e+i+'"'+t+'"'}}function UPn(t,e,r){switch(t.length){case 1:return SUe(t[0],e,r,!0);default:var n="",i=_Ue(t);i.array&&i.object&&(n=i.null?"(":"(!"+e+" || ",n+="typeof "+e+' !== "object")',delete i.null,delete i.array,delete i.object),i.number&&delete i.integer;for(var o in i)n+=(n?" && ":"")+SUe(o,e,r,!0);return n}}var APt=_Ue(["string","number","integer","boolean","null"]);function QPn(t,e){if(Array.isArray(e)){for(var r=[],n=0;n<e.length;n++){var i=e[n];(APt[i]||t==="array"&&i==="array")&&(r[r.length]=i)}if(r.length)return r}else{if(APt[e])return[e];if(t==="array"&&e==="array")return["array"]}}function _Ue(t){for(var e={},r=0;r<t.length;r++)e[t[r]]=!0;return e}var qPn=/^[a-z$_][a-z$_0-9]*$/i,GPn=/'|\\/g;function TUe(t){return typeof t=="number"?"["+t+"]":qPn.test(t)?"."+t:"['"+IUe(t)+"']"}function IUe(t){return t.replace(GPn,"\\$&").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\f/g,"\\f").replace(/\t/g,"\\t")}function HPn(t,e){e+="[^0-9]";var r=t.match(new RegExp(e,"g"));return r?r.length:0}function VPn(t,e,r){return e+="([^0-9])",r=r.replace(/\$/g,"$$$$"),t.replace(new RegExp(e,"g"),r+"$1")}function WPn(t,e){if(typeof t=="boolean")return!t;for(var r in t)if(e[r])return!0}function $Pn(t,e,r){if(typeof t=="boolean")return!t&&r!="not";for(var n in t)if(n!=r&&e[n])return!0}function jPn(t,e){if(typeof t!="boolean"){for(var r in t)if(!e[r])return r}}function wUe(t){return"'"+IUe(t)+"'"}function zPn(t,e,r,n){var i=r?"'/' + "+e+(n?"":".replace(/~/g, '~0').replace(/\\//g, '~1')"):n?"'[' + "+e+" + ']'":"'[\\'' + "+e+" + '\\']'";return yPt(t,i)}function YPn(t,e,r){var n=wUe(r?"/"+DUe(e):TUe(e));return yPt(t,n)}var JPn=/^\/(?:[^~]|~0|~1)*$/,KPn=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function XPn(t,e,r){var n,i,o,s;if(t==="")return"rootData";if(t[0]=="/"){if(!JPn.test(t))throw new Error("Invalid JSON-pointer: "+t);i=t,o="rootData"}else{if(s=t.match(KPn),!s)throw new Error("Invalid JSON-pointer: "+t);if(n=+s[1],i=s[2],i=="#"){if(n>=e)throw new Error("Cannot access property/index "+n+" levels up, current level is "+e);return r[e-n]}if(n>e)throw new Error("Cannot access data "+n+" levels up, current level is "+e);if(o="data"+(e-n||""),!i)return o}for(var a=o,c=i.split("/"),u=0;u<c.length;u++){var d=c[u];d&&(o+=TUe(RUe(d)),a+=" && "+o)}return a}function yPt(t,e){return t=='""'?e:(t+" + "+e).replace(/([^\\])' \+ '/g,"$1")}function ZPn(t){return RUe(decodeURIComponent(t))}function eLn(t){return encodeURIComponent(DUe(t))}function DUe(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}function RUe(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}});var BUe=D((bUo,vPt)=>{"use strict";var tLn=KD();vPt.exports=rLn;function rLn(t){tLn.copy(t,this)}});var bPt=D((xUo,CPt)=>{"use strict";var mw=CPt.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var n=typeof r=="function"?r:r.pre||function(){},i=r.post||function(){};J0e(e,n,i,t,"",t)};mw.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0};mw.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};mw.propsKeywords={definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};mw.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 J0e(t,e,r,n,i,o,s,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,i,o,s,a,c,u);for(var d in n){var f=n[d];if(Array.isArray(f)){if(d in mw.arrayKeywords)for(var p=0;p<f.length;p++)J0e(t,e,r,f[p],i+"/"+d+"/"+p,o,i,d,n,p)}else if(d in mw.propsKeywords){if(f&&typeof f=="object")for(var h in f)J0e(t,e,r,f[h],i+"/"+d+"/"+nLn(h),o,i,d,n,h)}else(d in mw.keywords||t.allKeys&&!(d in mw.skipKeywords))&&J0e(t,e,r,f,i+"/"+d,o,i,d,n)}r(n,i,o,s,a,c,u)}}function nLn(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var rme=D((SUo,_Pt)=>{"use strict";var bX=pPt(),xPt=wU(),eme=KD(),K0e=BUe(),iLn=bPt();_Pt.exports=Aw;Aw.normalizeId=gw;Aw.fullPath=X0e;Aw.url=Z0e;Aw.ids=cLn;Aw.inlineRef=NUe;Aw.schema=tme;function Aw(t,e,r){var n=this._refs[r];if(typeof n=="string")if(this._refs[n])n=this._refs[n];else return Aw.call(this,t,e,n);if(n=n||this._schemas[r],n instanceof K0e)return NUe(n.schema,this._opts.inlineRefs)?n.schema:n.validate||this._compile(n);var i=tme.call(this,e,r),o,s,a;return i&&(o=i.schema,e=i.root,a=i.baseId),o instanceof K0e?s=o.validate||t.call(this,o.schema,e,void 0,a):o!==void 0&&(s=NUe(o,this._opts.inlineRefs)?o:t.call(this,o,e,void 0,a)),s}function tme(t,e){var r=bX.parse(e),n=wPt(r),i=X0e(this._getId(t.schema));if(Object.keys(t.schema).length===0||n!==i){var o=gw(n),s=this._refs[o];if(typeof s=="string")return oLn.call(this,t,s,r);if(s instanceof K0e)s.validate||this._compile(s),t=s;else if(s=this._schemas[o],s instanceof K0e){if(s.validate||this._compile(s),o==gw(e))return{schema:s,root:t,baseId:i};t=s}else return;if(!t.schema)return;i=X0e(this._getId(t.schema))}return SPt.call(this,r,i,t.schema,t)}function oLn(t,e,r){var n=tme.call(this,t,e);if(n){var i=n.schema,o=n.baseId;t=n.root;var s=this._getId(i);return s&&(o=Z0e(o,s)),SPt.call(this,r,o,i,t)}}var sLn=eme.toHash(["properties","patternProperties","enum","dependencies","definitions"]);function SPt(t,e,r,n){if(t.fragment=t.fragment||"",t.fragment.slice(0,1)=="/"){for(var i=t.fragment.split("/"),o=1;o<i.length;o++){var s=i[o];if(s){if(s=eme.unescapeFragment(s),r=r[s],r===void 0)break;var a;if(!sLn[s]&&(a=this._getId(r),a&&(e=Z0e(e,a)),r.$ref)){var c=Z0e(e,r.$ref),u=tme.call(this,n,c);u&&(r=u.schema,n=u.root,e=u.baseId)}}}if(r!==void 0&&r!==n.schema)return{schema:r,root:n,baseId:e}}}var aLn=eme.toHash(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum"]);function NUe(t,e){if(e===!1)return!1;if(e===void 0||e===!0)return OUe(t);if(e)return kUe(t)<=e}function OUe(t){var e;if(Array.isArray(t)){for(var r=0;r<t.length;r++)if(e=t[r],typeof e=="object"&&!OUe(e))return!1}else for(var n in t)if(n=="$ref"||(e=t[n],typeof e=="object"&&!OUe(e)))return!1;return!0}function kUe(t){var e=0,r;if(Array.isArray(t)){for(var n=0;n<t.length;n++)if(r=t[n],typeof r=="object"&&(e+=kUe(r)),e==1/0)return 1/0}else for(var i in t){if(i=="$ref")return 1/0;if(aLn[i])e++;else if(r=t[i],typeof r=="object"&&(e+=kUe(r)+1),e==1/0)return 1/0}return e}function X0e(t,e){e!==!1&&(t=gw(t));var r=bX.parse(t);return wPt(r)}function wPt(t){return bX.serialize(t).split("#")[0]+"#"}var lLn=/#\/?$/;function gw(t){return t?t.replace(lLn,""):""}function Z0e(t,e){return e=gw(e),bX.resolve(t,e)}function cLn(t){var e=gw(this._getId(t)),r={"":e},n={"":X0e(e,!1)},i={},o=this;return iLn(t,{allKeys:!0},function(s,a,c,u,d,f,p){if(a!==""){var h=o._getId(s),m=r[u],g=n[u]+"/"+d;if(p!==void 0&&(g+="/"+(typeof p=="number"?p:eme.escapeFragment(p))),typeof h=="string"){h=m=gw(m?bX.resolve(m,h):h);var A=o._refs[h];if(typeof A=="string"&&(A=o._refs[A]),A&&A.schema){if(!xPt(s,A.schema))throw new Error('id "'+h+'" resolves to more than one schema')}else if(h!=gw(g))if(h[0]=="#"){if(i[h]&&!xPt(s,i[h]))throw new Error('id "'+h+'" resolves to more than one schema');i[h]=s}else o._refs[h]=g}r[a]=m,n[a]=g}}),i}});var nme=D((wUo,IPt)=>{"use strict";var MUe=rme();IPt.exports={Validation:TPt(uLn),MissingRef:TPt(PUe)};function uLn(t){this.message="validation failed",this.errors=t,this.ajv=this.validation=!0}PUe.message=function(t,e){return"can't resolve reference "+e+" from id "+t};function PUe(t,e,r){this.message=r||PUe.message(t,e),this.missingRef=MUe.url(t,e),this.missingSchema=MUe.normalizeId(MUe.fullPath(this.missingRef))}function TPt(t){return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}});var LUe=D((_Uo,DPt)=>{"use strict";DPt.exports=function(t,e){e||(e={}),typeof e=="function"&&(e={cmp:e});var r=typeof e.cycles=="boolean"?e.cycles:!1,n=e.cmp&&(function(o){return function(s){return function(a,c){var u={key:a,value:s[a]},d={key:c,value:s[c]};return o(u,d)}}})(e.cmp),i=[];return(function o(s){if(s&&s.toJSON&&typeof s.toJSON=="function"&&(s=s.toJSON()),s!==void 0){if(typeof s=="number")return isFinite(s)?""+s:"null";if(typeof s!="object")return JSON.stringify(s);var a,c;if(Array.isArray(s)){for(c="[",a=0;a<s.length;a++)a&&(c+=","),c+=o(s[a])||"null";return c+"]"}if(s===null)return"null";if(i.indexOf(s)!==-1){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var u=i.push(s)-1,d=Object.keys(s).sort(n&&n(s));for(c="",a=0;a<d.length;a++){var f=d[a],p=o(s[f]);p&&(c&&(c+=","),c+=JSON.stringify(f)+":"+p)}return i.splice(u,1),"{"+c+"}"}})(t)}});var FUe=D((TUo,RPt)=>{"use strict";RPt.exports=function(e,r,n){var i="",o=e.schema.$async===!0,s=e.util.schemaHasRulesExcept(e.schema,e.RULES.all,"$ref"),a=e.self._getId(e.schema);if(e.opts.strictKeywords){var c=e.util.schemaUnknownRules(e.schema,e.RULES.keywords);if(c){var u="unknown keyword: "+c;if(e.opts.strictKeywords==="log")e.logger.warn(u);else throw new Error(u)}}if(e.isTop&&(i+=" var validate = ",o&&(e.async=!0,i+="async "),i+="function(data, dataPath, parentData, parentDataProperty, rootData) { 'use strict'; ",a&&(e.opts.sourceCode||e.opts.processCode)&&(i+=" "+("/*# sourceURL="+a+" */")+" ")),typeof e.schema=="boolean"||!(s||e.schema.$ref)){var r="false schema",d=e.level,f=e.dataLevel,p=e.schema[r],h=e.schemaPath+e.util.getProperty(r),m=e.errSchemaPath+"/"+r,T=!e.opts.allErrors,U,g="data"+(f||""),x="valid"+d;if(e.schema===!1){e.isTop?T=!0:i+=" var "+x+" = false; ";var A=A||[];A.push(i),i="",e.createErrors!==!1?(i+=" { keyword: '"+(U||"false schema")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(m)+" , params: {} ",e.opts.messages!==!1&&(i+=" , message: 'boolean schema is false' "),e.opts.verbose&&(i+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+g+" "),i+=" } "):i+=" {} ";var y=i;i=A.pop(),!e.compositeRule&&T?e.async?i+=" throw new ValidationError(["+y+"]); ":i+=" validate.errors = ["+y+"]; return false; ":i+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}else e.isTop?o?i+=" return data; ":i+=" validate.errors = null; return true; ":i+=" var "+x+" = true; ";return e.isTop&&(i+=" }; return validate; "),i}if(e.isTop){var E=e.isTop,d=e.level=0,f=e.dataLevel=0,g="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 C="default is ignored in the schema root";if(e.opts.strictDefaults==="log")e.logger.warn(C);else throw new Error(C)}i+=" var vErrors = null; ",i+=" var errors = 0; ",i+=" if (rootData === undefined) rootData = data; "}else{var d=e.level,f=e.dataLevel,g="data"+(f||"");if(a&&(e.baseId=e.resolve.url(e.baseId,a)),o&&!e.async)throw new Error("async schema in sync schema");i+=" var errs_"+d+" = errors;"}var x="valid"+d,T=!e.opts.allErrors,k="",O="",U,S=e.schema.type,M=Array.isArray(S);if(S&&e.opts.nullable&&e.schema.nullable===!0&&(M?S.indexOf("null")==-1&&(S=S.concat("null")):S!="null"&&(S=[S,"null"],M=!0)),M&&S.length==1&&(S=S[0],M=!1),e.schema.$ref&&s){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&&(s=!1,e.logger.warn('$ref: keywords ignored in schema at path "'+e.errSchemaPath+'"'))}if(e.schema.$comment&&e.opts.$comment&&(i+=" "+e.RULES.all.$comment.code(e,"$comment")),S){if(e.opts.coerceTypes)var R=e.util.coerceToTypes(e.opts.coerceTypes,S);var F=e.RULES.types[S];if(R||M||F===!0||F&&!Y(F)){var h=e.schemaPath+".type",m=e.errSchemaPath+"/type",h=e.schemaPath+".type",m=e.errSchemaPath+"/type",L=M?"checkDataTypes":"checkDataType";if(i+=" if ("+e.util[L](S,g,e.opts.strictNumbers,!0)+") { ",R){var B="dataType"+d,q="coerced"+d;i+=" var "+B+" = typeof "+g+"; var "+q+" = undefined; ",e.opts.coerceTypes=="array"&&(i+=" if ("+B+" == 'object' && Array.isArray("+g+") && "+g+".length == 1) { "+g+" = "+g+"[0]; "+B+" = typeof "+g+"; if ("+e.util.checkDataType(e.schema.type,g,e.opts.strictNumbers)+") "+q+" = "+g+"; } "),i+=" if ("+q+" !== undefined) ; ";var Q=R;if(Q)for(var V,H=-1,z=Q.length-1;H<z;)V=Q[H+=1],V=="string"?i+=" else if ("+B+" == 'number' || "+B+" == 'boolean') "+q+" = '' + "+g+"; else if ("+g+" === null) "+q+" = ''; ":V=="number"||V=="integer"?(i+=" else if ("+B+" == 'boolean' || "+g+" === null || ("+B+" == 'string' && "+g+" && "+g+" == +"+g+" ",V=="integer"&&(i+=" && !("+g+" % 1)"),i+=")) "+q+" = +"+g+"; "):V=="boolean"?i+=" else if ("+g+" === 'false' || "+g+" === 0 || "+g+" === null) "+q+" = false; else if ("+g+" === 'true' || "+g+" === 1) "+q+" = true; ":V=="null"?i+=" else if ("+g+" === '' || "+g+" === 0 || "+g+" === false) "+q+" = null; ":e.opts.coerceTypes=="array"&&V=="array"&&(i+=" else if ("+B+" == 'string' || "+B+" == 'number' || "+B+" == 'boolean' || "+g+" == null) "+q+" = ["+g+"]; ");i+=" else { ";var A=A||[];A.push(i),i="",e.createErrors!==!1?(i+=" { keyword: '"+(U||"type")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(m)+" , params: { type: '",M?i+=""+S.join(","):i+=""+S,i+="' } ",e.opts.messages!==!1&&(i+=" , message: 'should be ",M?i+=""+S.join(","):i+=""+S,i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+h+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+g+" "),i+=" } "):i+=" {} ";var y=i;i=A.pop(),!e.compositeRule&&T?e.async?i+=" throw new ValidationError(["+y+"]); ":i+=" validate.errors = ["+y+"]; return false; ":i+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } if ("+q+" !== undefined) { ";var J=f?"data"+(f-1||""):"parentData",de=f?e.dataPathArr[f]:"parentDataProperty";i+=" "+g+" = "+q+"; ",f||(i+="if ("+J+" !== undefined)"),i+=" "+J+"["+de+"] = "+q+"; } "}else{var A=A||[];A.push(i),i="",e.createErrors!==!1?(i+=" { keyword: '"+(U||"type")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(m)+" , params: { type: '",M?i+=""+S.join(","):i+=""+S,i+="' } ",e.opts.messages!==!1&&(i+=" , message: 'should be ",M?i+=""+S.join(","):i+=""+S,i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+h+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+g+" "),i+=" } "):i+=" {} ";var y=i;i=A.pop(),!e.compositeRule&&T?e.async?i+=" throw new ValidationError(["+y+"]); ":i+=" validate.errors = ["+y+"]; return false; ":i+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}i+=" } "}}if(e.schema.$ref&&!s)i+=" "+e.RULES.all.$ref.code(e,"$ref")+" ",T&&(i+=" } if (errors === ",E?i+="0":i+="errs_"+d,i+=") { ",O+="}");else{var Ce=e.RULES;if(Ce){for(var F,ge=-1,be=Ce.length-1;ge<be;)if(F=Ce[ge+=1],Y(F)){if(F.type&&(i+=" if ("+e.util.checkDataType(F.type,g,e.opts.strictNumbers)+") { "),e.opts.useDefaults){if(F.type=="object"&&e.schema.properties){var p=e.schema.properties,xe=Object.keys(p),oe=xe;if(oe)for(var me,ve=-1,Z=oe.length-1;ve<Z;){me=oe[ve+=1];var ce=p[me];if(ce.default!==void 0){var re=g+e.util.getProperty(me);if(e.compositeRule){if(e.opts.strictDefaults){var C="default is ignored for: "+re;if(e.opts.strictDefaults==="log")e.logger.warn(C);else throw new Error(C)}}else i+=" if ("+re+" === undefined ",e.opts.useDefaults=="empty"&&(i+=" || "+re+" === null || "+re+" === '' "),i+=" ) "+re+" = ",e.opts.useDefaults=="shared"?i+=" "+e.useDefault(ce.default)+" ":i+=" "+JSON.stringify(ce.default)+" ",i+="; "}}}else if(F.type=="array"&&Array.isArray(e.schema.items)){var te=e.schema.items;if(te){for(var ce,H=-1,ue=te.length-1;H<ue;)if(ce=te[H+=1],ce.default!==void 0){var re=g+"["+H+"]";if(e.compositeRule){if(e.opts.strictDefaults){var C="default is ignored for: "+re;if(e.opts.strictDefaults==="log")e.logger.warn(C);else throw new Error(C)}}else i+=" if ("+re+" === undefined ",e.opts.useDefaults=="empty"&&(i+=" || "+re+" === null || "+re+" === '' "),i+=" ) "+re+" = ",e.opts.useDefaults=="shared"?i+=" "+e.useDefault(ce.default)+" ":i+=" "+JSON.stringify(ce.default)+" ",i+="; "}}}}var X=F.rules;if(X){for(var $,j=-1,ye=X.length-1;j<ye;)if($=X[j+=1],_e($)){var fe=$.code(e,$.keyword,F.type);fe&&(i+=" "+fe+" ",T&&(k+="}"))}}if(T&&(i+=" "+k+" ",k=""),F.type&&(i+=" } ",S&&S===F.type&&!R)){i+=" else { ";var h=e.schemaPath+".type",m=e.errSchemaPath+"/type",A=A||[];A.push(i),i="",e.createErrors!==!1?(i+=" { keyword: '"+(U||"type")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(m)+" , params: { type: '",M?i+=""+S.join(","):i+=""+S,i+="' } ",e.opts.messages!==!1&&(i+=" , message: 'should be ",M?i+=""+S.join(","):i+=""+S,i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+h+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+g+" "),i+=" } "):i+=" {} ";var y=i;i=A.pop(),!e.compositeRule&&T?e.async?i+=" throw new ValidationError(["+y+"]); ":i+=" validate.errors = ["+y+"]; return false; ":i+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } "}T&&(i+=" if (errors === ",E?i+="0":i+="errs_"+d,i+=") { ",O+="}")}}}T&&(i+=" "+O+" "),E?(o?(i+=" if (errors === 0) return data; ",i+=" else throw new ValidationError(vErrors); "):(i+=" validate.errors = vErrors; ",i+=" return errors === 0; "),i+=" }; return validate;"):i+=" var "+x+" = errors === errs_"+d+";";function Y(Oe){for(var ke=Oe.rules,le=0;le<ke.length;le++)if(_e(ke[le]))return!0}function _e(Oe){return e.schema[Oe.keyword]!==void 0||Oe.implements&&Be(Oe)}function Be(Oe){for(var ke=Oe.implements,le=0;le<ke.length;le++)if(e.schema[ke[le]]!==void 0)return!0}return i}});var MPt=D((IUo,kPt)=>{"use strict";var ime=rme(),sme=KD(),NPt=nme(),dLn=LUe(),BPt=FUe(),fLn=sme.ucs2length,pLn=wU(),hLn=NPt.Validation;kPt.exports=UUe;function UUe(t,e,r,n){var i=this,o=this._opts,s=[void 0],a={},c=[],u={},d=[],f={},p=[];e=e||{schema:t,refVal:s,refs:a};var h=mLn.call(this,t,e,n),m=this._compilations[h.index];if(h.compiling)return m.callValidate=C;var g=this._formats,A=this.RULES;try{var y=x(t,e,r,n);m.validate=y;var E=m.callValidate;return E&&(E.schema=y.schema,E.errors=null,E.refs=y.refs,E.refVal=y.refVal,E.root=y.root,E.$async=y.$async,o.sourceCode&&(E.source=y.source)),y}finally{gLn.call(this,t,e,n)}function C(){var L=m.validate,B=L.apply(this,arguments);return C.errors=L.errors,B}function x(L,B,q,Q){var V=!B||B&&B.schema==L;if(B.schema!=e.schema)return UUe.call(i,L,B,q,Q);var H=L.$async===!0,z=BPt({isTop:!0,schema:L,isRoot:V,baseId:Q,root:B,schemaPath:"",errSchemaPath:"#",errorPath:'""',MissingRefError:NPt.MissingRef,RULES:A,validate:BPt,util:sme,resolve:ime,resolveRef:T,usePattern:M,useDefault:R,useCustomRule:F,opts:o,formats:g,logger:i.logger,self:i});z=ome(s,ELn)+ome(c,ALn)+ome(d,yLn)+ome(p,vLn)+z,o.processCode&&(z=o.processCode(z,L));var J;try{var de=new Function("self","RULES","formats","root","refVal","defaults","customRules","equal","ucs2length","ValidationError",z);J=de(i,A,g,e,s,d,p,pLn,fLn,hLn),s[0]=J}catch(Ce){throw i.logger.error("Error compiling schema, function code:",z),Ce}return J.schema=L,J.errors=null,J.refs=a,J.refVal=s,J.root=V?J:B,H&&(J.$async=!0),o.sourceCode===!0&&(J.source={code:z,patterns:c,defaults:d}),J}function T(L,B,q){B=ime.url(L,B);var Q=a[B],V,H;if(Q!==void 0)return V=s[Q],H="refVal["+Q+"]",S(V,H);if(!q&&e.refs){var z=e.refs[B];if(z!==void 0)return V=e.refVal[z],H=k(B,V),S(V,H)}H=k(B);var J=ime.call(i,x,e,B);if(J===void 0){var de=r&&r[B];de&&(J=ime.inlineRef(de,o.inlineRefs)?de:UUe.call(i,de,e,r,L))}if(J===void 0)O(B);else return U(B,J),S(J,H)}function k(L,B){var q=s.length;return s[q]=B,a[L]=q,"refVal"+q}function O(L){delete a[L]}function U(L,B){var q=a[L];s[q]=B}function S(L,B){return typeof L=="object"||typeof L=="boolean"?{code:B,schema:L,inline:!0}:{code:B,$async:L&&!!L.$async}}function M(L){var B=u[L];return B===void 0&&(B=u[L]=c.length,c[B]=L),"pattern"+B}function R(L){switch(typeof L){case"boolean":case"number":return""+L;case"string":return sme.toQuotedString(L);case"object":if(L===null)return"null";var B=dLn(L),q=f[B];return q===void 0&&(q=f[B]=d.length,d[q]=L),"default"+q}}function F(L,B,q,Q){if(i._opts.validateSchema!==!1){var V=L.definition.dependencies;if(V&&!V.every(function(oe){return Object.prototype.hasOwnProperty.call(q,oe)}))throw new Error("parent schema must have all required keywords: "+V.join(","));var H=L.definition.validateSchema;if(H){var z=H(B);if(!z){var J="keyword schema is invalid: "+i.errorsText(H.errors);if(i._opts.validateSchema=="log")i.logger.error(J);else throw new Error(J)}}}var de=L.definition.compile,Ce=L.definition.inline,ge=L.definition.macro,be;if(de)be=de.call(i,B,q,Q);else if(ge)be=ge.call(i,B,q,Q),o.validateSchema!==!1&&i.validateSchema(be,!0);else if(Ce)be=Ce.call(i,Q,L.keyword,B,q);else if(be=L.definition.validate,!be)return;if(be===void 0)throw new Error('custom keyword "'+L.keyword+'"failed to compile');var xe=p.length;return p[xe]=be,{code:"customRule"+xe,validate:be}}}function mLn(t,e,r){var n=OPt.call(this,t,e,r);return n>=0?{index:n,compiling:!0}:(n=this._compilations.length,this._compilations[n]={schema:t,root:e,baseId:r},{index:n,compiling:!1})}function gLn(t,e,r){var n=OPt.call(this,t,e,r);n>=0&&this._compilations.splice(n,1)}function OPt(t,e,r){for(var n=0;n<this._compilations.length;n++){var i=this._compilations[n];if(i.schema==t&&i.root==e&&i.baseId==r)return n}return-1}function ALn(t,e){return"var pattern"+t+" = new RegExp("+sme.toQuotedString(e[t])+");"}function yLn(t){return"var default"+t+" = defaults["+t+"];"}function ELn(t,e){return e[t]===void 0?"":"var refVal"+t+" = refVal["+t+"];"}function vLn(t){return"var customRule"+t+" = customRules["+t+"];"}function ome(t,e){if(!t.length)return"";for(var r="",n=0;n<t.length;n++)r+=e(n,t);return r}});var LPt=D((DUo,PPt)=>{"use strict";var ame=PPt.exports=function(){this._cache={}};ame.prototype.put=function(e,r){this._cache[e]=r};ame.prototype.get=function(e){return this._cache[e]};ame.prototype.del=function(e){delete this._cache[e]};ame.prototype.clear=function(){this._cache={}}});var YPt=D((RUo,zPt)=>{"use strict";var CLn=KD(),bLn=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,xLn=[0,31,28,31,30,31,30,31,31,30,31,30,31],SLn=/^(\d\d):(\d\d):(\d\d)(\.\d+)?(z|[+-]\d\d(?::?\d\d)?)?$/i,FPt=/^(?=.{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,wLn=/^(?:[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,_Ln=/^(?:[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,UPt=/^(?:(?:[^\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,QPt=/^(?:(?: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,qPt=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,GPt=/^(?:\/(?:[^~/]|~0|~1)*)*$/,HPt=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,VPt=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;zPt.exports=lme;function lme(t){return t=t=="full"?"full":"fast",CLn.copy(lme[t])}lme.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":UPt,url:QPt,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:FPt,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:jPt,uuid:qPt,"json-pointer":GPt,"json-pointer-uri-fragment":HPt,"relative-json-pointer":VPt};lme.full={date:WPt,time:$Pt,"date-time":DLn,uri:BLn,"uri-reference":_Ln,"uri-template":UPt,url:QPt,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:FPt,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:jPt,uuid:qPt,"json-pointer":GPt,"json-pointer-uri-fragment":HPt,"relative-json-pointer":VPt};function TLn(t){return t%4===0&&(t%100!==0||t%400===0)}function WPt(t){var e=t.match(bLn);if(!e)return!1;var r=+e[1],n=+e[2],i=+e[3];return n>=1&&n<=12&&i>=1&&i<=(n==2&&TLn(r)?29:xLn[n])}function $Pt(t,e){var r=t.match(SLn);if(!r)return!1;var n=r[1],i=r[2],o=r[3],s=r[5];return(n<=23&&i<=59&&o<=59||n==23&&i==59&&o==60)&&(!e||s)}var ILn=/t|\s/i;function DLn(t){var e=t.split(ILn);return e.length==2&&WPt(e[0])&&$Pt(e[1],!0)}var RLn=/\/|:/;function BLn(t){return RLn.test(t)&&wLn.test(t)}var NLn=/[^\\]\\Z/;function jPt(t){if(NLn.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var KPt=D((BUo,JPt)=>{"use strict";JPt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.errSchemaPath+"/"+r,u=!e.opts.allErrors,d="data"+(s||""),f="valid"+o,p,h;if(a=="#"||a=="#/")e.isRoot?(p=e.async,h="validate"):(p=e.root.schema.$async===!0,h="root.refVal[0]");else{var m=e.resolveRef(e.baseId,a,e.isRoot);if(m===void 0){var g=e.MissingRefError.message(e.baseId,a);if(e.opts.missingRefs=="fail"){e.logger.error(g);var A=A||[];A.push(i),i="",e.createErrors!==!1?(i+=" { keyword: '$ref' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { ref: '"+e.util.escapeQuotes(a)+"' } ",e.opts.messages!==!1&&(i+=" , message: 'can\\'t resolve reference "+e.util.escapeQuotes(a)+"' "),e.opts.verbose&&(i+=" , schema: "+e.util.toQuotedString(a)+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+d+" "),i+=" } "):i+=" {} ";var y=i;i=A.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+y+"]); ":i+=" validate.errors = ["+y+"]; return false; ":i+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",u&&(i+=" if (false) { ")}else if(e.opts.missingRefs=="ignore")e.logger.warn(g),u&&(i+=" if (true) { ");else throw new e.MissingRefError(e.baseId,a,g)}else if(m.inline){var E=e.util.copy(e);E.level++;var C="valid"+E.level;E.schema=m.schema,E.schemaPath="",E.errSchemaPath=a;var x=e.validate(E).replace(/validate\.schema/g,m.code);i+=" "+x+" ",u&&(i+=" if ("+C+") { ")}else p=m.$async===!0||e.async&&m.$async!==!1,h=m.code}if(h){var A=A||[];A.push(i),i="",e.opts.passContext?i+=" "+h+".call(this, ":i+=" "+h+"( ",i+=" "+d+", (dataPath || '')",e.errorPath!='""'&&(i+=" + "+e.errorPath);var T=s?"data"+(s-1||""):"parentData",k=s?e.dataPathArr[s]:"parentDataProperty";i+=" , "+T+" , "+k+", rootData) ";var O=i;if(i=A.pop(),p){if(!e.async)throw new Error("async schema referenced by sync schema");u&&(i+=" var "+f+"; "),i+=" try { await "+O+"; ",u&&(i+=" "+f+" = true; "),i+=" } catch (e) { if (!(e instanceof ValidationError)) throw e; if (vErrors === null) vErrors = e.errors; else vErrors = vErrors.concat(e.errors); errors = vErrors.length; ",u&&(i+=" "+f+" = false; "),i+=" } ",u&&(i+=" if ("+f+") { ")}else i+=" if (!"+O+") { if (vErrors === null) vErrors = "+h+".errors; else vErrors = vErrors.concat("+h+".errors); errors = vErrors.length; } ",u&&(i+=" else { ")}return i}});var ZPt=D((NUo,XPt)=>{"use strict";XPt.exports=function(e,r,n){var i=" ",o=e.schema[r],s=e.schemaPath+e.util.getProperty(r),a=e.errSchemaPath+"/"+r,c=!e.opts.allErrors,u=e.util.copy(e),d="";u.level++;var f="valid"+u.level,p=u.baseId,h=!0,m=o;if(m)for(var g,A=-1,y=m.length-1;A<y;)g=m[A+=1],(e.opts.strictKeywords?typeof g=="object"&&Object.keys(g).length>0||g===!1:e.util.schemaHasRules(g,e.RULES.all))&&(h=!1,u.schema=g,u.schemaPath=s+"["+A+"]",u.errSchemaPath=a+"/"+A,i+=" "+e.validate(u)+" ",u.baseId=p,c&&(i+=" if ("+f+") { ",d+="}"));return c&&(h?i+=" if (true) { ":i+=" "+d.slice(0,-1)+" "),i}});var tLt=D((OUo,eLt)=>{"use strict";eLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="valid"+o,h="errs__"+o,m=e.util.copy(e),g="";m.level++;var A="valid"+m.level,y=a.every(function(U){return e.opts.strictKeywords?typeof U=="object"&&Object.keys(U).length>0||U===!1:e.util.schemaHasRules(U,e.RULES.all)});if(y){var E=m.baseId;i+=" var "+h+" = errors; var "+p+" = false; ";var C=e.compositeRule;e.compositeRule=m.compositeRule=!0;var x=a;if(x)for(var T,k=-1,O=x.length-1;k<O;)T=x[k+=1],m.schema=T,m.schemaPath=c+"["+k+"]",m.errSchemaPath=u+"/"+k,i+=" "+e.validate(m)+" ",m.baseId=E,i+=" "+p+" = "+p+" || "+A+"; if (!"+p+") { ",g+="}";e.compositeRule=m.compositeRule=C,i+=" "+g+" if (!"+p+") { var err = ",e.createErrors!==!1?(i+=" { keyword: 'anyOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",e.opts.messages!==!1&&(i+=" , message: 'should match some schema in anyOf' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&d&&(e.async?i+=" throw new ValidationError(vErrors); ":i+=" validate.errors = vErrors; return false; "),i+=" } else { errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; } ",e.opts.allErrors&&(i+=" } ")}else d&&(i+=" if (true) { ");return i}});var nLt=D((kUo,rLt)=>{"use strict";rLt.exports=function(e,r,n){var i=" ",o=e.schema[r],s=e.errSchemaPath+"/"+r,a=!e.opts.allErrors,c=e.util.toQuotedString(o);return e.opts.$comment===!0?i+=" console.log("+c+");":typeof e.opts.$comment=="function"&&(i+=" self._opts.$comment("+c+", "+e.util.toQuotedString(s)+", validate.root.schema);"),i}});var oLt=D((MUo,iLt)=>{"use strict";iLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="valid"+o,h=e.opts.$data&&a&&a.$data,m;h?(i+=" var schema"+o+" = "+e.util.getData(a.$data,s,e.dataPathArr)+"; ",m="schema"+o):m=a,h||(i+=" var schema"+o+" = validate.schema"+c+";"),i+="var "+p+" = equal("+f+", schema"+o+"); if (!"+p+") { ";var g=g||[];g.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'const' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { allowedValue: schema"+o+" } ",e.opts.messages!==!1&&(i+=" , message: 'should be equal to constant' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var A=i;return i=g.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+A+"]); ":i+=" validate.errors = ["+A+"]; return false; ":i+=" var err = "+A+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" }",d&&(i+=" else { "),i}});var aLt=D((PUo,sLt)=>{"use strict";sLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="valid"+o,h="errs__"+o,m=e.util.copy(e),g="";m.level++;var A="valid"+m.level,y="i"+o,E=m.dataLevel=e.dataLevel+1,C="data"+E,x=e.baseId,T=e.opts.strictKeywords?typeof a=="object"&&Object.keys(a).length>0||a===!1:e.util.schemaHasRules(a,e.RULES.all);if(i+="var "+h+" = errors;var "+p+";",T){var k=e.compositeRule;e.compositeRule=m.compositeRule=!0,m.schema=a,m.schemaPath=c,m.errSchemaPath=u,i+=" var "+A+" = false; for (var "+y+" = 0; "+y+" < "+f+".length; "+y+"++) { ",m.errorPath=e.util.getPathExpr(e.errorPath,y,e.opts.jsonPointers,!0);var O=f+"["+y+"]";m.dataPathArr[E]=y;var U=e.validate(m);m.baseId=x,e.util.varOccurences(U,C)<2?i+=" "+e.util.varReplace(U,C,O)+" ":i+=" var "+C+" = "+O+"; "+U+" ",i+=" if ("+A+") break; } ",e.compositeRule=m.compositeRule=k,i+=" "+g+" if (!"+A+") {"}else i+=" if ("+f+".length == 0) {";var S=S||[];S.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'contains' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",e.opts.messages!==!1&&(i+=" , message: 'should contain a valid item' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var M=i;return i=S.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+M+"]); ":i+=" validate.errors = ["+M+"]; return false; ":i+=" var err = "+M+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { ",T&&(i+=" errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; } "),e.opts.allErrors&&(i+=" } "),i}});var cLt=D((LUo,lLt)=>{"use strict";lLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="errs__"+o,h=e.util.copy(e),m="";h.level++;var g="valid"+h.level,A={},y={},E=e.opts.ownProperties;for(k in a)if(k!="__proto__"){var C=a[k],x=Array.isArray(C)?y:A;x[k]=C}i+="var "+p+" = errors;";var T=e.errorPath;i+="var missing"+o+";";for(var k in y)if(x=y[k],x.length){if(i+=" if ( "+f+e.util.getProperty(k)+" !== undefined ",E&&(i+=" && Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(k)+"') "),d){i+=" && ( ";var O=x;if(O)for(var U,S=-1,M=O.length-1;S<M;){U=O[S+=1],S&&(i+=" || ");var R=e.util.getProperty(U),F=f+R;i+=" ( ( "+F+" === undefined ",E&&(i+=" || ! Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(U)+"') "),i+=") && (missing"+o+" = "+e.util.toQuotedString(e.opts.jsonPointers?U:R)+") ) "}i+=")) { ";var L="missing"+o,B="' + "+L+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.opts.jsonPointers?e.util.getPathExpr(T,L,!0):T+" + "+L);var q=q||[];q.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'dependencies' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { property: '"+e.util.escapeQuotes(k)+"', missingProperty: '"+B+"', depsCount: "+x.length+", deps: '"+e.util.escapeQuotes(x.length==1?x[0]:x.join(", "))+"' } ",e.opts.messages!==!1&&(i+=" , message: 'should have ",x.length==1?i+="property "+e.util.escapeQuotes(x[0]):i+="properties "+e.util.escapeQuotes(x.join(", ")),i+=" when property "+e.util.escapeQuotes(k)+" is present' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var Q=i;i=q.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+Q+"]); ":i+=" validate.errors = ["+Q+"]; return false; ":i+=" var err = "+Q+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}else{i+=" ) { ";var V=x;if(V)for(var U,H=-1,z=V.length-1;H<z;){U=V[H+=1];var R=e.util.getProperty(U),B=e.util.escapeQuotes(U),F=f+R;e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPath(T,U,e.opts.jsonPointers)),i+=" if ( "+F+" === undefined ",E&&(i+=" || ! Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(U)+"') "),i+=") { var err = ",e.createErrors!==!1?(i+=" { keyword: 'dependencies' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { property: '"+e.util.escapeQuotes(k)+"', missingProperty: '"+B+"', depsCount: "+x.length+", deps: '"+e.util.escapeQuotes(x.length==1?x[0]:x.join(", "))+"' } ",e.opts.messages!==!1&&(i+=" , message: 'should have ",x.length==1?i+="property "+e.util.escapeQuotes(x[0]):i+="properties "+e.util.escapeQuotes(x.join(", ")),i+=" when property "+e.util.escapeQuotes(k)+" is present' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } "}}i+=" } ",d&&(m+="}",i+=" else { ")}e.errorPath=T;var J=h.baseId;for(var k in A){var C=A[k];(e.opts.strictKeywords?typeof C=="object"&&Object.keys(C).length>0||C===!1:e.util.schemaHasRules(C,e.RULES.all))&&(i+=" "+g+" = true; if ( "+f+e.util.getProperty(k)+" !== undefined ",E&&(i+=" && Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(k)+"') "),i+=") { ",h.schema=C,h.schemaPath=c+e.util.getProperty(k),h.errSchemaPath=u+"/"+e.util.escapeFragment(k),i+=" "+e.validate(h)+" ",h.baseId=J,i+=" } ",d&&(i+=" if ("+g+") { ",m+="}"))}return d&&(i+=" "+m+" if ("+p+" == errors) {"),i}});var dLt=D((FUo,uLt)=>{"use strict";uLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="valid"+o,h=e.opts.$data&&a&&a.$data,m;h?(i+=" var schema"+o+" = "+e.util.getData(a.$data,s,e.dataPathArr)+"; ",m="schema"+o):m=a;var g="i"+o,A="schema"+o;h||(i+=" var "+A+" = validate.schema"+c+";"),i+="var "+p+";",h&&(i+=" if (schema"+o+" === undefined) "+p+" = true; else if (!Array.isArray(schema"+o+")) "+p+" = false; else {"),i+=""+p+" = false;for (var "+g+"=0; "+g+"<"+A+".length; "+g+"++) if (equal("+f+", "+A+"["+g+"])) { "+p+" = true; break; }",h&&(i+=" } "),i+=" if (!"+p+") { ";var y=y||[];y.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'enum' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { allowedValues: schema"+o+" } ",e.opts.messages!==!1&&(i+=" , message: 'should be equal to one of the allowed values' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var E=i;return i=y.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+E+"]); ":i+=" validate.errors = ["+E+"]; return false; ":i+=" var err = "+E+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" }",d&&(i+=" else { "),i}});var pLt=D((UUo,fLt)=>{"use strict";fLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||"");if(e.opts.format===!1)return d&&(i+=" if (true) { "),i;var p=e.opts.$data&&a&&a.$data,h;p?(i+=" var schema"+o+" = "+e.util.getData(a.$data,s,e.dataPathArr)+"; ",h="schema"+o):h=a;var m=e.opts.unknownFormats,g=Array.isArray(m);if(p){var A="format"+o,y="isObject"+o,E="formatType"+o;i+=" var "+A+" = formats["+h+"]; var "+y+" = typeof "+A+" == 'object' && !("+A+" instanceof RegExp) && "+A+".validate; var "+E+" = "+y+" && "+A+".type || 'string'; if ("+y+") { ",e.async&&(i+=" var async"+o+" = "+A+".async; "),i+=" "+A+" = "+A+".validate; } if ( ",p&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'string') || "),i+=" (",m!="ignore"&&(i+=" ("+h+" && !"+A+" ",g&&(i+=" && self._opts.unknownFormats.indexOf("+h+") == -1 "),i+=") || "),i+=" ("+A+" && "+E+" == '"+n+"' && !(typeof "+A+" == 'function' ? ",e.async?i+=" (async"+o+" ? await "+A+"("+f+") : "+A+"("+f+")) ":i+=" "+A+"("+f+") ",i+=" : "+A+".test("+f+"))))) {"}else{var A=e.formats[a];if(!A){if(m=="ignore")return e.logger.warn('unknown format "'+a+'" ignored in schema at path "'+e.errSchemaPath+'"'),d&&(i+=" if (true) { "),i;if(g&&m.indexOf(a)>=0)return d&&(i+=" if (true) { "),i;throw new Error('unknown format "'+a+'" is used in schema at path "'+e.errSchemaPath+'"')}var y=typeof A=="object"&&!(A instanceof RegExp)&&A.validate,E=y&&A.type||"string";if(y){var C=A.async===!0;A=A.validate}if(E!=n)return d&&(i+=" if (true) { "),i;if(C){if(!e.async)throw new Error("async format in sync schema");var x="formats"+e.util.getProperty(a)+".validate";i+=" if (!(await "+x+"("+f+"))) { "}else{i+=" if (! ";var x="formats"+e.util.getProperty(a);y&&(x+=".validate"),typeof A=="function"?i+=" "+x+"("+f+") ":i+=" "+x+".test("+f+") ",i+=") { "}}var T=T||[];T.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'format' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { format: ",p?i+=""+h:i+=""+e.util.toQuotedString(a),i+=" } ",e.opts.messages!==!1&&(i+=` , message: 'should match format "`,p?i+="' + "+h+" + '":i+=""+e.util.escapeQuotes(a),i+=`"' `),e.opts.verbose&&(i+=" , schema: ",p?i+="validate.schema"+c:i+=""+e.util.toQuotedString(a),i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var k=i;return i=T.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+k+"]); ":i+=" validate.errors = ["+k+"]; return false; ":i+=" var err = "+k+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",d&&(i+=" else { "),i}});var mLt=D((QUo,hLt)=>{"use strict";hLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="valid"+o,h="errs__"+o,m=e.util.copy(e);m.level++;var g="valid"+m.level,A=e.schema.then,y=e.schema.else,E=A!==void 0&&(e.opts.strictKeywords?typeof A=="object"&&Object.keys(A).length>0||A===!1:e.util.schemaHasRules(A,e.RULES.all)),C=y!==void 0&&(e.opts.strictKeywords?typeof y=="object"&&Object.keys(y).length>0||y===!1:e.util.schemaHasRules(y,e.RULES.all)),x=m.baseId;if(E||C){var T;m.createErrors=!1,m.schema=a,m.schemaPath=c,m.errSchemaPath=u,i+=" var "+h+" = errors; var "+p+" = true; ";var k=e.compositeRule;e.compositeRule=m.compositeRule=!0,i+=" "+e.validate(m)+" ",m.baseId=x,m.createErrors=!0,i+=" errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; } ",e.compositeRule=m.compositeRule=k,E?(i+=" if ("+g+") { ",m.schema=e.schema.then,m.schemaPath=e.schemaPath+".then",m.errSchemaPath=e.errSchemaPath+"/then",i+=" "+e.validate(m)+" ",m.baseId=x,i+=" "+p+" = "+g+"; ",E&&C?(T="ifClause"+o,i+=" var "+T+" = 'then'; "):T="'then'",i+=" } ",C&&(i+=" else { ")):i+=" if (!"+g+") { ",C&&(m.schema=e.schema.else,m.schemaPath=e.schemaPath+".else",m.errSchemaPath=e.errSchemaPath+"/else",i+=" "+e.validate(m)+" ",m.baseId=x,i+=" "+p+" = "+g+"; ",E&&C?(T="ifClause"+o,i+=" var "+T+" = 'else'; "):T="'else'",i+=" } "),i+=" if (!"+p+") { var err = ",e.createErrors!==!1?(i+=" { keyword: 'if' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { failingKeyword: "+T+" } ",e.opts.messages!==!1&&(i+=` , message: 'should match "' + `+T+` + '" schema' `),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&d&&(e.async?i+=" throw new ValidationError(vErrors); ":i+=" validate.errors = vErrors; return false; "),i+=" } ",d&&(i+=" else { ")}else d&&(i+=" if (true) { ");return i}});var ALt=D((qUo,gLt)=>{"use strict";gLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="valid"+o,h="errs__"+o,m=e.util.copy(e),g="";m.level++;var A="valid"+m.level,y="i"+o,E=m.dataLevel=e.dataLevel+1,C="data"+E,x=e.baseId;if(i+="var "+h+" = errors;var "+p+";",Array.isArray(a)){var T=e.schema.additionalItems;if(T===!1){i+=" "+p+" = "+f+".length <= "+a.length+"; ";var k=u;u=e.errSchemaPath+"/additionalItems",i+=" if (!"+p+") { ";var O=O||[];O.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'additionalItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+a.length+" } ",e.opts.messages!==!1&&(i+=" , message: 'should NOT have more than "+a.length+" items' "),e.opts.verbose&&(i+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var U=i;i=O.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+U+"]); ":i+=" validate.errors = ["+U+"]; return false; ":i+=" var err = "+U+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",u=k,d&&(g+="}",i+=" else { ")}var S=a;if(S){for(var M,R=-1,F=S.length-1;R<F;)if(M=S[R+=1],e.opts.strictKeywords?typeof M=="object"&&Object.keys(M).length>0||M===!1:e.util.schemaHasRules(M,e.RULES.all)){i+=" "+A+" = true; if ("+f+".length > "+R+") { ";var L=f+"["+R+"]";m.schema=M,m.schemaPath=c+"["+R+"]",m.errSchemaPath=u+"/"+R,m.errorPath=e.util.getPathExpr(e.errorPath,R,e.opts.jsonPointers,!0),m.dataPathArr[E]=R;var B=e.validate(m);m.baseId=x,e.util.varOccurences(B,C)<2?i+=" "+e.util.varReplace(B,C,L)+" ":i+=" var "+C+" = "+L+"; "+B+" ",i+=" } ",d&&(i+=" if ("+A+") { ",g+="}")}}if(typeof T=="object"&&(e.opts.strictKeywords?typeof T=="object"&&Object.keys(T).length>0||T===!1:e.util.schemaHasRules(T,e.RULES.all))){m.schema=T,m.schemaPath=e.schemaPath+".additionalItems",m.errSchemaPath=e.errSchemaPath+"/additionalItems",i+=" "+A+" = true; if ("+f+".length > "+a.length+") { for (var "+y+" = "+a.length+"; "+y+" < "+f+".length; "+y+"++) { ",m.errorPath=e.util.getPathExpr(e.errorPath,y,e.opts.jsonPointers,!0);var L=f+"["+y+"]";m.dataPathArr[E]=y;var B=e.validate(m);m.baseId=x,e.util.varOccurences(B,C)<2?i+=" "+e.util.varReplace(B,C,L)+" ":i+=" var "+C+" = "+L+"; "+B+" ",d&&(i+=" if (!"+A+") break; "),i+=" } } ",d&&(i+=" if ("+A+") { ",g+="}")}}else if(e.opts.strictKeywords?typeof a=="object"&&Object.keys(a).length>0||a===!1:e.util.schemaHasRules(a,e.RULES.all)){m.schema=a,m.schemaPath=c,m.errSchemaPath=u,i+=" for (var "+y+" = 0; "+y+" < "+f+".length; "+y+"++) { ",m.errorPath=e.util.getPathExpr(e.errorPath,y,e.opts.jsonPointers,!0);var L=f+"["+y+"]";m.dataPathArr[E]=y;var B=e.validate(m);m.baseId=x,e.util.varOccurences(B,C)<2?i+=" "+e.util.varReplace(B,C,L)+" ":i+=" var "+C+" = "+L+"; "+B+" ",d&&(i+=" if (!"+A+") break; "),i+=" }"}return d&&(i+=" "+g+" if ("+h+" == errors) {"),i}});var QUe=D((GUo,yLt)=>{"use strict";yLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,x,f="data"+(s||""),p=e.opts.$data&&a&&a.$data,h;p?(i+=" var schema"+o+" = "+e.util.getData(a.$data,s,e.dataPathArr)+"; ",h="schema"+o):h=a;var m=r=="maximum",g=m?"exclusiveMaximum":"exclusiveMinimum",A=e.schema[g],y=e.opts.$data&&A&&A.$data,E=m?"<":">",C=m?">":"<",x=void 0;if(!(p||typeof a=="number"||a===void 0))throw new Error(r+" must be number");if(!(y||A===void 0||typeof A=="number"||typeof A=="boolean"))throw new Error(g+" must be number or boolean");if(y){var T=e.util.getData(A.$data,s,e.dataPathArr),k="exclusive"+o,O="exclType"+o,U="exclIsNumber"+o,S="op"+o,M="' + "+S+" + '";i+=" var schemaExcl"+o+" = "+T+"; ",T="schemaExcl"+o,i+=" var "+k+"; var "+O+" = typeof "+T+"; if ("+O+" != 'boolean' && "+O+" != 'undefined' && "+O+" != 'number') { ";var x=g,R=R||[];R.push(i),i="",e.createErrors!==!1?(i+=" { keyword: '"+(x||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",e.opts.messages!==!1&&(i+=" , message: '"+g+" should be boolean' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var F=i;i=R.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+F+"]); ":i+=" validate.errors = ["+F+"]; return false; ":i+=" var err = "+F+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else if ( ",p&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),i+=" "+O+" == 'number' ? ( ("+k+" = "+h+" === undefined || "+T+" "+E+"= "+h+") ? "+f+" "+C+"= "+T+" : "+f+" "+C+" "+h+" ) : ( ("+k+" = "+T+" === true) ? "+f+" "+C+"= "+h+" : "+f+" "+C+" "+h+" ) || "+f+" !== "+f+") { var op"+o+" = "+k+" ? '"+E+"' : '"+E+"='; ",a===void 0&&(x=g,u=e.errSchemaPath+"/"+g,h=T,p=y)}else{var U=typeof A=="number",M=E;if(U&&p){var S="'"+M+"'";i+=" if ( ",p&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),i+=" ( "+h+" === undefined || "+A+" "+E+"= "+h+" ? "+f+" "+C+"= "+A+" : "+f+" "+C+" "+h+" ) || "+f+" !== "+f+") { "}else{U&&a===void 0?(k=!0,x=g,u=e.errSchemaPath+"/"+g,h=A,C+="="):(U&&(h=Math[m?"min":"max"](A,a)),A===(U?h:!0)?(k=!0,x=g,u=e.errSchemaPath+"/"+g,C+="="):(k=!1,M+="="));var S="'"+M+"'";i+=" if ( ",p&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),i+=" "+f+" "+C+" "+h+" || "+f+" !== "+f+") { "}}x=x||r;var R=R||[];R.push(i),i="",e.createErrors!==!1?(i+=" { keyword: '"+(x||"_limit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { comparison: "+S+", limit: "+h+", exclusive: "+k+" } ",e.opts.messages!==!1&&(i+=" , message: 'should be "+M+" ",p?i+="' + "+h:i+=""+h+"'"),e.opts.verbose&&(i+=" , schema: ",p?i+="validate.schema"+c:i+=""+a,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var F=i;return i=R.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+F+"]); ":i+=" validate.errors = ["+F+"]; return false; ":i+=" var err = "+F+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",d&&(i+=" else { "),i}});var qUe=D((HUo,ELt)=>{"use strict";ELt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,g,f="data"+(s||""),p=e.opts.$data&&a&&a.$data,h;if(p?(i+=" var schema"+o+" = "+e.util.getData(a.$data,s,e.dataPathArr)+"; ",h="schema"+o):h=a,!(p||typeof a=="number"))throw new Error(r+" must be number");var m=r=="maxItems"?">":"<";i+="if ( ",p&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),i+=" "+f+".length "+m+" "+h+") { ";var g=r,A=A||[];A.push(i),i="",e.createErrors!==!1?(i+=" { keyword: '"+(g||"_limitItems")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+h+" } ",e.opts.messages!==!1&&(i+=" , message: 'should NOT have ",r=="maxItems"?i+="more":i+="fewer",i+=" than ",p?i+="' + "+h+" + '":i+=""+a,i+=" items' "),e.opts.verbose&&(i+=" , schema: ",p?i+="validate.schema"+c:i+=""+a,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var y=i;return i=A.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+y+"]); ":i+=" validate.errors = ["+y+"]; return false; ":i+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+="} ",d&&(i+=" else { "),i}});var GUe=D((VUo,vLt)=>{"use strict";vLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,g,f="data"+(s||""),p=e.opts.$data&&a&&a.$data,h;if(p?(i+=" var schema"+o+" = "+e.util.getData(a.$data,s,e.dataPathArr)+"; ",h="schema"+o):h=a,!(p||typeof a=="number"))throw new Error(r+" must be number");var m=r=="maxLength"?">":"<";i+="if ( ",p&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),e.opts.unicode===!1?i+=" "+f+".length ":i+=" ucs2length("+f+") ",i+=" "+m+" "+h+") { ";var g=r,A=A||[];A.push(i),i="",e.createErrors!==!1?(i+=" { keyword: '"+(g||"_limitLength")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+h+" } ",e.opts.messages!==!1&&(i+=" , message: 'should NOT be ",r=="maxLength"?i+="longer":i+="shorter",i+=" than ",p?i+="' + "+h+" + '":i+=""+a,i+=" characters' "),e.opts.verbose&&(i+=" , schema: ",p?i+="validate.schema"+c:i+=""+a,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var y=i;return i=A.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+y+"]); ":i+=" validate.errors = ["+y+"]; return false; ":i+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+="} ",d&&(i+=" else { "),i}});var HUe=D((WUo,CLt)=>{"use strict";CLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,g,f="data"+(s||""),p=e.opts.$data&&a&&a.$data,h;if(p?(i+=" var schema"+o+" = "+e.util.getData(a.$data,s,e.dataPathArr)+"; ",h="schema"+o):h=a,!(p||typeof a=="number"))throw new Error(r+" must be number");var m=r=="maxProperties"?">":"<";i+="if ( ",p&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),i+=" Object.keys("+f+").length "+m+" "+h+") { ";var g=r,A=A||[];A.push(i),i="",e.createErrors!==!1?(i+=" { keyword: '"+(g||"_limitProperties")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+h+" } ",e.opts.messages!==!1&&(i+=" , message: 'should NOT have ",r=="maxProperties"?i+="more":i+="fewer",i+=" than ",p?i+="' + "+h+" + '":i+=""+a,i+=" properties' "),e.opts.verbose&&(i+=" , schema: ",p?i+="validate.schema"+c:i+=""+a,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var y=i;return i=A.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+y+"]); ":i+=" validate.errors = ["+y+"]; return false; ":i+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+="} ",d&&(i+=" else { "),i}});var xLt=D(($Uo,bLt)=>{"use strict";bLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p=e.opts.$data&&a&&a.$data,h;if(p?(i+=" var schema"+o+" = "+e.util.getData(a.$data,s,e.dataPathArr)+"; ",h="schema"+o):h=a,!(p||typeof a=="number"))throw new Error(r+" must be number");i+="var division"+o+";if (",p&&(i+=" "+h+" !== undefined && ( typeof "+h+" != 'number' || "),i+=" (division"+o+" = "+f+" / "+h+", ",e.opts.multipleOfPrecision?i+=" Math.abs(Math.round(division"+o+") - division"+o+") > 1e-"+e.opts.multipleOfPrecision+" ":i+=" division"+o+" !== parseInt(division"+o+") ",i+=" ) ",p&&(i+=" ) "),i+=" ) { ";var m=m||[];m.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { multipleOf: "+h+" } ",e.opts.messages!==!1&&(i+=" , message: 'should be multiple of ",p?i+="' + "+h:i+=""+h+"'"),e.opts.verbose&&(i+=" , schema: ",p?i+="validate.schema"+c:i+=""+a,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var g=i;return i=m.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+g+"]); ":i+=" validate.errors = ["+g+"]; return false; ":i+=" var err = "+g+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+="} ",d&&(i+=" else { "),i}});var wLt=D((jUo,SLt)=>{"use strict";SLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="errs__"+o,h=e.util.copy(e);h.level++;var m="valid"+h.level;if(e.opts.strictKeywords?typeof a=="object"&&Object.keys(a).length>0||a===!1:e.util.schemaHasRules(a,e.RULES.all)){h.schema=a,h.schemaPath=c,h.errSchemaPath=u,i+=" var "+p+" = errors; ";var g=e.compositeRule;e.compositeRule=h.compositeRule=!0,h.createErrors=!1;var A;h.opts.allErrors&&(A=h.opts.allErrors,h.opts.allErrors=!1),i+=" "+e.validate(h)+" ",h.createErrors=!0,A&&(h.opts.allErrors=A),e.compositeRule=h.compositeRule=g,i+=" if ("+m+") { ";var y=y||[];y.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",e.opts.messages!==!1&&(i+=" , message: 'should NOT be valid' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var E=i;i=y.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+E+"]); ":i+=" validate.errors = ["+E+"]; return false; ":i+=" var err = "+E+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { errors = "+p+"; if (vErrors !== null) { if ("+p+") vErrors.length = "+p+"; else vErrors = null; } ",e.opts.allErrors&&(i+=" } ")}else i+=" var err = ",e.createErrors!==!1?(i+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",e.opts.messages!==!1&&(i+=" , message: 'should NOT be valid' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",d&&(i+=" if (false) { ");return i}});var TLt=D((zUo,_Lt)=>{"use strict";_Lt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="valid"+o,h="errs__"+o,m=e.util.copy(e),g="";m.level++;var A="valid"+m.level,y=m.baseId,E="prevValid"+o,C="passingSchemas"+o;i+="var "+h+" = errors , "+E+" = false , "+p+" = false , "+C+" = null; ";var x=e.compositeRule;e.compositeRule=m.compositeRule=!0;var T=a;if(T)for(var k,O=-1,U=T.length-1;O<U;)k=T[O+=1],(e.opts.strictKeywords?typeof k=="object"&&Object.keys(k).length>0||k===!1:e.util.schemaHasRules(k,e.RULES.all))?(m.schema=k,m.schemaPath=c+"["+O+"]",m.errSchemaPath=u+"/"+O,i+=" "+e.validate(m)+" ",m.baseId=y):i+=" var "+A+" = true; ",O&&(i+=" if ("+A+" && "+E+") { "+p+" = false; "+C+" = ["+C+", "+O+"]; } else { ",g+="}"),i+=" if ("+A+") { "+p+" = "+E+" = true; "+C+" = "+O+"; }";return e.compositeRule=m.compositeRule=x,i+=""+g+"if (!"+p+") { var err = ",e.createErrors!==!1?(i+=" { keyword: 'oneOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { passingSchemas: "+C+" } ",e.opts.messages!==!1&&(i+=" , message: 'should match exactly one schema in oneOf' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&d&&(e.async?i+=" throw new ValidationError(vErrors); ":i+=" validate.errors = vErrors; return false; "),i+="} else { errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; }",e.opts.allErrors&&(i+=" } "),i}});var DLt=D((YUo,ILt)=>{"use strict";ILt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p=e.opts.$data&&a&&a.$data,h;p?(i+=" var schema"+o+" = "+e.util.getData(a.$data,s,e.dataPathArr)+"; ",h="schema"+o):h=a;var m=p?"(new RegExp("+h+"))":e.usePattern(a);i+="if ( ",p&&(i+=" ("+h+" !== undefined && typeof "+h+" != 'string') || "),i+=" !"+m+".test("+f+") ) { ";var g=g||[];g.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'pattern' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { pattern: ",p?i+=""+h:i+=""+e.util.toQuotedString(a),i+=" } ",e.opts.messages!==!1&&(i+=` , message: 'should match pattern "`,p?i+="' + "+h+" + '":i+=""+e.util.escapeQuotes(a),i+=`"' `),e.opts.verbose&&(i+=" , schema: ",p?i+="validate.schema"+c:i+=""+e.util.toQuotedString(a),i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var A=i;return i=g.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+A+"]); ":i+=" validate.errors = ["+A+"]; return false; ":i+=" var err = "+A+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+="} ",d&&(i+=" else { "),i}});var BLt=D((JUo,RLt)=>{"use strict";RLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="errs__"+o,h=e.util.copy(e),m="";h.level++;var g="valid"+h.level,A="key"+o,y="idx"+o,E=h.dataLevel=e.dataLevel+1,C="data"+E,x="dataProperties"+o,T=Object.keys(a||{}).filter(H),k=e.schema.patternProperties||{},O=Object.keys(k).filter(H),U=e.schema.additionalProperties,S=T.length||O.length,M=U===!1,R=typeof U=="object"&&Object.keys(U).length,F=e.opts.removeAdditional,L=M||R||F,B=e.opts.ownProperties,q=e.baseId,Q=e.schema.required;if(Q&&!(e.opts.$data&&Q.$data)&&Q.length<e.opts.loopRequired)var V=e.util.toHash(Q);function H(Re){return Re!=="__proto__"}if(i+="var "+p+" = errors;var "+g+" = true;",B&&(i+=" var "+x+" = undefined;"),L){if(B?i+=" "+x+" = "+x+" || Object.keys("+f+"); for (var "+y+"=0; "+y+"<"+x+".length; "+y+"++) { var "+A+" = "+x+"["+y+"]; ":i+=" for (var "+A+" in "+f+") { ",S){if(i+=" var isAdditional"+o+" = !(false ",T.length)if(T.length>8)i+=" || validate.schema"+c+".hasOwnProperty("+A+") ";else{var z=T;if(z)for(var J,de=-1,Ce=z.length-1;de<Ce;)J=z[de+=1],i+=" || "+A+" == "+e.util.toQuotedString(J)+" "}if(O.length){var ge=O;if(ge)for(var be,xe=-1,oe=ge.length-1;xe<oe;)be=ge[xe+=1],i+=" || "+e.usePattern(be)+".test("+A+") "}i+=" ); if (isAdditional"+o+") { "}if(F=="all")i+=" delete "+f+"["+A+"]; ";else{var me=e.errorPath,ve="' + "+A+" + '";if(e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPathExpr(e.errorPath,A,e.opts.jsonPointers)),M)if(F)i+=" delete "+f+"["+A+"]; ";else{i+=" "+g+" = false; ";var Z=u;u=e.errSchemaPath+"/additionalProperties";var ce=ce||[];ce.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'additionalProperties' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { additionalProperty: '"+ve+"' } ",e.opts.messages!==!1&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is an invalid additional property":i+="should NOT have additional properties",i+="' "),e.opts.verbose&&(i+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var re=i;i=ce.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+re+"]); ":i+=" validate.errors = ["+re+"]; return false; ":i+=" var err = "+re+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",u=Z,d&&(i+=" break; ")}else if(R)if(F=="failing"){i+=" var "+p+" = errors; ";var te=e.compositeRule;e.compositeRule=h.compositeRule=!0,h.schema=U,h.schemaPath=e.schemaPath+".additionalProperties",h.errSchemaPath=e.errSchemaPath+"/additionalProperties",h.errorPath=e.opts._errorDataPathProperty?e.errorPath:e.util.getPathExpr(e.errorPath,A,e.opts.jsonPointers);var ue=f+"["+A+"]";h.dataPathArr[E]=A;var X=e.validate(h);h.baseId=q,e.util.varOccurences(X,C)<2?i+=" "+e.util.varReplace(X,C,ue)+" ":i+=" var "+C+" = "+ue+"; "+X+" ",i+=" if (!"+g+") { errors = "+p+"; if (validate.errors !== null) { if (errors) validate.errors.length = errors; else validate.errors = null; } delete "+f+"["+A+"]; } ",e.compositeRule=h.compositeRule=te}else{h.schema=U,h.schemaPath=e.schemaPath+".additionalProperties",h.errSchemaPath=e.errSchemaPath+"/additionalProperties",h.errorPath=e.opts._errorDataPathProperty?e.errorPath:e.util.getPathExpr(e.errorPath,A,e.opts.jsonPointers);var ue=f+"["+A+"]";h.dataPathArr[E]=A;var X=e.validate(h);h.baseId=q,e.util.varOccurences(X,C)<2?i+=" "+e.util.varReplace(X,C,ue)+" ":i+=" var "+C+" = "+ue+"; "+X+" ",d&&(i+=" if (!"+g+") break; ")}e.errorPath=me}S&&(i+=" } "),i+=" } ",d&&(i+=" if ("+g+") { ",m+="}")}var $=e.opts.useDefaults&&!e.compositeRule;if(T.length){var j=T;if(j)for(var J,ye=-1,fe=j.length-1;ye<fe;){J=j[ye+=1];var Y=a[J];if(e.opts.strictKeywords?typeof Y=="object"&&Object.keys(Y).length>0||Y===!1:e.util.schemaHasRules(Y,e.RULES.all)){var _e=e.util.getProperty(J),ue=f+_e,Be=$&&Y.default!==void 0;h.schema=Y,h.schemaPath=c+_e,h.errSchemaPath=u+"/"+e.util.escapeFragment(J),h.errorPath=e.util.getPath(e.errorPath,J,e.opts.jsonPointers),h.dataPathArr[E]=e.util.toQuotedString(J);var X=e.validate(h);if(h.baseId=q,e.util.varOccurences(X,C)<2){X=e.util.varReplace(X,C,ue);var Oe=ue}else{var Oe=C;i+=" var "+C+" = "+ue+"; "}if(Be)i+=" "+X+" ";else{if(V&&V[J]){i+=" if ( "+Oe+" === undefined ",B&&(i+=" || ! Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(J)+"') "),i+=") { "+g+" = false; ";var me=e.errorPath,Z=u,ke=e.util.escapeQuotes(J);e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPath(me,J,e.opts.jsonPointers)),u=e.errSchemaPath+"/required";var ce=ce||[];ce.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+ke+"' } ",e.opts.messages!==!1&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+ke+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var re=i;i=ce.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+re+"]); ":i+=" validate.errors = ["+re+"]; return false; ":i+=" var err = "+re+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",u=Z,e.errorPath=me,i+=" } else { "}else d?(i+=" if ( "+Oe+" === undefined ",B&&(i+=" || ! Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(J)+"') "),i+=") { "+g+" = true; } else { "):(i+=" if ("+Oe+" !== undefined ",B&&(i+=" && Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(J)+"') "),i+=" ) { ");i+=" "+X+" } "}}d&&(i+=" if ("+g+") { ",m+="}")}}if(O.length){var le=O;if(le)for(var be,Ie=-1,De=le.length-1;Ie<De;){be=le[Ie+=1];var Y=k[be];if(e.opts.strictKeywords?typeof Y=="object"&&Object.keys(Y).length>0||Y===!1:e.util.schemaHasRules(Y,e.RULES.all)){h.schema=Y,h.schemaPath=e.schemaPath+".patternProperties"+e.util.getProperty(be),h.errSchemaPath=e.errSchemaPath+"/patternProperties/"+e.util.escapeFragment(be),B?i+=" "+x+" = "+x+" || Object.keys("+f+"); for (var "+y+"=0; "+y+"<"+x+".length; "+y+"++) { var "+A+" = "+x+"["+y+"]; ":i+=" for (var "+A+" in "+f+") { ",i+=" if ("+e.usePattern(be)+".test("+A+")) { ",h.errorPath=e.util.getPathExpr(e.errorPath,A,e.opts.jsonPointers);var ue=f+"["+A+"]";h.dataPathArr[E]=A;var X=e.validate(h);h.baseId=q,e.util.varOccurences(X,C)<2?i+=" "+e.util.varReplace(X,C,ue)+" ":i+=" var "+C+" = "+ue+"; "+X+" ",d&&(i+=" if (!"+g+") break; "),i+=" } ",d&&(i+=" else "+g+" = true; "),i+=" } ",d&&(i+=" if ("+g+") { ",m+="}")}}}return d&&(i+=" "+m+" if ("+p+" == errors) {"),i}});var OLt=D((KUo,NLt)=>{"use strict";NLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="errs__"+o,h=e.util.copy(e),m="";h.level++;var g="valid"+h.level;if(i+="var "+p+" = errors;",e.opts.strictKeywords?typeof a=="object"&&Object.keys(a).length>0||a===!1:e.util.schemaHasRules(a,e.RULES.all)){h.schema=a,h.schemaPath=c,h.errSchemaPath=u;var A="key"+o,y="idx"+o,E="i"+o,C="' + "+A+" + '",x=h.dataLevel=e.dataLevel+1,T="data"+x,k="dataProperties"+o,O=e.opts.ownProperties,U=e.baseId;O&&(i+=" var "+k+" = undefined; "),O?i+=" "+k+" = "+k+" || Object.keys("+f+"); for (var "+y+"=0; "+y+"<"+k+".length; "+y+"++) { var "+A+" = "+k+"["+y+"]; ":i+=" for (var "+A+" in "+f+") { ",i+=" var startErrs"+o+" = errors; ";var S=A,M=e.compositeRule;e.compositeRule=h.compositeRule=!0;var R=e.validate(h);h.baseId=U,e.util.varOccurences(R,T)<2?i+=" "+e.util.varReplace(R,T,S)+" ":i+=" var "+T+" = "+S+"; "+R+" ",e.compositeRule=h.compositeRule=M,i+=" if (!"+g+") { for (var "+E+"=startErrs"+o+"; "+E+"<errors; "+E+"++) { vErrors["+E+"].propertyName = "+A+"; } var err = ",e.createErrors!==!1?(i+=" { keyword: 'propertyNames' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { propertyName: '"+C+"' } ",e.opts.messages!==!1&&(i+=" , message: 'property name \\'"+C+"\\' is invalid' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&d&&(e.async?i+=" throw new ValidationError(vErrors); ":i+=" validate.errors = vErrors; return false; "),d&&(i+=" break; "),i+=" } }"}return d&&(i+=" "+m+" if ("+p+" == errors) {"),i}});var MLt=D((XUo,kLt)=>{"use strict";kLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="valid"+o,h=e.opts.$data&&a&&a.$data,m;h?(i+=" var schema"+o+" = "+e.util.getData(a.$data,s,e.dataPathArr)+"; ",m="schema"+o):m=a;var g="schema"+o;if(!h)if(a.length<e.opts.loopRequired&&e.schema.properties&&Object.keys(e.schema.properties).length){var A=[],y=a;if(y)for(var E,C=-1,x=y.length-1;C<x;){E=y[C+=1];var T=e.schema.properties[E];T&&(e.opts.strictKeywords?typeof T=="object"&&Object.keys(T).length>0||T===!1:e.util.schemaHasRules(T,e.RULES.all))||(A[A.length]=E)}}else var A=a;if(h||A.length){var k=e.errorPath,O=h||A.length>=e.opts.loopRequired,U=e.opts.ownProperties;if(d)if(i+=" var missing"+o+"; ",O){h||(i+=" var "+g+" = validate.schema"+c+"; ");var S="i"+o,M="schema"+o+"["+S+"]",R="' + "+M+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPathExpr(k,M,e.opts.jsonPointers)),i+=" var "+p+" = true; ",h&&(i+=" if (schema"+o+" === undefined) "+p+" = true; else if (!Array.isArray(schema"+o+")) "+p+" = false; else {"),i+=" for (var "+S+" = 0; "+S+" < "+g+".length; "+S+"++) { "+p+" = "+f+"["+g+"["+S+"]] !== undefined ",U&&(i+=" && Object.prototype.hasOwnProperty.call("+f+", "+g+"["+S+"]) "),i+="; if (!"+p+") break; } ",h&&(i+=" } "),i+=" if (!"+p+") { ";var F=F||[];F.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+R+"' } ",e.opts.messages!==!1&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+R+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var L=i;i=F.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+L+"]); ":i+=" validate.errors = ["+L+"]; return false; ":i+=" var err = "+L+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { "}else{i+=" if ( ";var B=A;if(B)for(var q,S=-1,Q=B.length-1;S<Q;){q=B[S+=1],S&&(i+=" || ");var V=e.util.getProperty(q),H=f+V;i+=" ( ( "+H+" === undefined ",U&&(i+=" || ! Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(q)+"') "),i+=") && (missing"+o+" = "+e.util.toQuotedString(e.opts.jsonPointers?q:V)+") ) "}i+=") { ";var M="missing"+o,R="' + "+M+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.opts.jsonPointers?e.util.getPathExpr(k,M,!0):k+" + "+M);var F=F||[];F.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+R+"' } ",e.opts.messages!==!1&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+R+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var L=i;i=F.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+L+"]); ":i+=" validate.errors = ["+L+"]; return false; ":i+=" var err = "+L+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { "}else if(O){h||(i+=" var "+g+" = validate.schema"+c+"; ");var S="i"+o,M="schema"+o+"["+S+"]",R="' + "+M+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPathExpr(k,M,e.opts.jsonPointers)),h&&(i+=" if ("+g+" && !Array.isArray("+g+")) { var err = ",e.createErrors!==!1?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+R+"' } ",e.opts.messages!==!1&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+R+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } else if ("+g+" !== undefined) { "),i+=" for (var "+S+" = 0; "+S+" < "+g+".length; "+S+"++) { if ("+f+"["+g+"["+S+"]] === undefined ",U&&(i+=" || ! Object.prototype.hasOwnProperty.call("+f+", "+g+"["+S+"]) "),i+=") { var err = ",e.createErrors!==!1?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+R+"' } ",e.opts.messages!==!1&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+R+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } } ",h&&(i+=" } ")}else{var z=A;if(z)for(var q,J=-1,de=z.length-1;J<de;){q=z[J+=1];var V=e.util.getProperty(q),R=e.util.escapeQuotes(q),H=f+V;e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPath(k,q,e.opts.jsonPointers)),i+=" if ( "+H+" === undefined ",U&&(i+=" || ! Object.prototype.hasOwnProperty.call("+f+", '"+e.util.escapeQuotes(q)+"') "),i+=") { var err = ",e.createErrors!==!1?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { missingProperty: '"+R+"' } ",e.opts.messages!==!1&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+R+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } "}}e.errorPath=k}else d&&(i+=" if (true) {");return i}});var LLt=D((ZUo,PLt)=>{"use strict";PLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f="data"+(s||""),p="valid"+o,h=e.opts.$data&&a&&a.$data,m;if(h?(i+=" var schema"+o+" = "+e.util.getData(a.$data,s,e.dataPathArr)+"; ",m="schema"+o):m=a,(a||h)&&e.opts.uniqueItems!==!1){h&&(i+=" var "+p+"; if ("+m+" === false || "+m+" === undefined) "+p+" = true; else if (typeof "+m+" != 'boolean') "+p+" = false; else { "),i+=" var i = "+f+".length , "+p+" = true , j; if (i > 1) { ";var g=e.schema.items&&e.schema.items.type,A=Array.isArray(g);if(!g||g=="object"||g=="array"||A&&(g.indexOf("object")>=0||g.indexOf("array")>=0))i+=" outer: for (;i--;) { for (j = i; j--;) { if (equal("+f+"[i], "+f+"[j])) { "+p+" = false; break outer; } } } ";else{i+=" var itemIndices = {}, item; for (;i--;) { var item = "+f+"[i]; ";var y="checkDataType"+(A?"s":"");i+=" if ("+e.util[y](g,"item",e.opts.strictNumbers,!0)+") continue; ",A&&(i+=` if (typeof item == 'string') item = '"' + item; `),i+=" if (typeof itemIndices[item] == 'number') { "+p+" = false; j = itemIndices[item]; break; } itemIndices[item] = i; } "}i+=" } ",h&&(i+=" } "),i+=" if (!"+p+") { ";var E=E||[];E.push(i),i="",e.createErrors!==!1?(i+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { i: i, j: j } ",e.opts.messages!==!1&&(i+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "),e.opts.verbose&&(i+=" , schema: ",h?i+="validate.schema"+c:i+=""+a,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+f+" "),i+=" } "):i+=" {} ";var C=i;i=E.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+C+"]); ":i+=" validate.errors = ["+C+"]; return false; ":i+=" var err = "+C+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",d&&(i+=" else { ")}else d&&(i+=" if (true) { ");return i}});var ULt=D((eQo,FLt)=>{"use strict";FLt.exports={$ref:KPt(),allOf:ZPt(),anyOf:tLt(),$comment:nLt(),const:oLt(),contains:aLt(),dependencies:cLt(),enum:dLt(),format:pLt(),if:mLt(),items:ALt(),maximum:QUe(),minimum:QUe(),maxItems:qUe(),minItems:qUe(),maxLength:GUe(),minLength:GUe(),maxProperties:HUe(),minProperties:HUe(),multipleOf:xLt(),not:wLt(),oneOf:TLt(),pattern:DLt(),properties:BLt(),propertyNames:OLt(),required:MLt(),uniqueItems:LLt(),validate:FUe()}});var GLt=D((tQo,qLt)=>{"use strict";var QLt=ULt(),VUe=KD().toHash;qLt.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"],n=["$schema","$id","id","$data","$async","title","description","default","definitions","examples","readOnly","writeOnly","contentMediaType","contentEncoding","additionalItems","then","else"],i=["number","integer","string","array","object","boolean","null"];return e.all=VUe(r),e.types=VUe(i),e.forEach(function(o){o.rules=o.rules.map(function(s){var a;if(typeof s=="object"){var c=Object.keys(s)[0];a=s[c],s=c,a.forEach(function(d){r.push(d),e.all[d]=!0})}r.push(s);var u=e.all[s]={keyword:s,code:QLt[s],implements:a};return u}),e.all.$comment={keyword:"$comment",code:QLt.$comment},o.type&&(e.types[o.type]=o)}),e.keywords=VUe(r.concat(n)),e.custom={},e}});var WLt=D((rQo,VLt)=>{"use strict";var HLt=["multipleOf","maximum","exclusiveMaximum","minimum","exclusiveMinimum","maxLength","minLength","pattern","additionalItems","maxItems","minItems","uniqueItems","maxProperties","minProperties","required","additionalProperties","enum","format","const"];VLt.exports=function(t,e){for(var r=0;r<e.length;r++){t=JSON.parse(JSON.stringify(t));var n=e[r].split("/"),i=t,o;for(o=1;o<n.length;o++)i=i[n[o]];for(o=0;o<HLt.length;o++){var s=HLt[o],a=i[s];a&&(i[s]={anyOf:[a,{$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"}]})}}return t}});var zLt=D((nQo,jLt)=>{"use strict";var OLn=nme().MissingRef;jLt.exports=$Lt;function $Lt(t,e,r){var n=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 i=o(t).then(function(){var a=n._addSchema(t,void 0,e);return a.validate||s(a)});return r&&i.then(function(a){r(null,a)},r),i;function o(a){var c=a.$schema;return c&&!n.getSchema(c)?$Lt.call(n,{$ref:c},!0):Promise.resolve()}function s(a){try{return n._compile(a)}catch(u){if(u instanceof OLn)return c(u);throw u}function c(u){var d=u.missingSchema;if(h(d))throw new Error("Schema "+d+" is loaded but "+u.missingRef+" cannot be resolved");var f=n._loadingSchemas[d];return f||(f=n._loadingSchemas[d]=n._opts.loadSchema(d),f.then(p,p)),f.then(function(m){if(!h(d))return o(m).then(function(){h(d)||n.addSchema(m,d,void 0,e)})}).then(function(){return s(a)});function p(){delete n._loadingSchemas[d]}function h(m){return n._refs[m]||n._schemas[m]}}}}});var JLt=D((iQo,YLt)=>{"use strict";YLt.exports=function(e,r,n){var i=" ",o=e.level,s=e.dataLevel,a=e.schema[r],c=e.schemaPath+e.util.getProperty(r),u=e.errSchemaPath+"/"+r,d=!e.opts.allErrors,f,p="data"+(s||""),h="valid"+o,m="errs__"+o,g=e.opts.$data&&a&&a.$data,A;g?(i+=" var schema"+o+" = "+e.util.getData(a.$data,s,e.dataPathArr)+"; ",A="schema"+o):A=a;var y=this,E="definition"+o,C=y.definition,x="",T,k,O,U,S;if(g&&C.$data){S="keywordValidate"+o;var M=C.validateSchema;i+=" var "+E+" = RULES.custom['"+r+"'].definition; var "+S+" = "+E+".validate;"}else{if(U=e.useCustomRule(y,a,e.schema,e),!U)return;A="validate.schema"+c,S=U.code,T=C.compile,k=C.inline,O=C.macro}var R=S+".errors",F="i"+o,L="ruleErr"+o,B=C.async;if(B&&!e.async)throw new Error("async keyword in sync schema");if(k||O||(i+=""+R+" = null;"),i+="var "+m+" = errors;var "+h+";",g&&C.$data&&(x+="}",i+=" if ("+A+" === undefined) { "+h+" = true; } else { ",M&&(x+="}",i+=" "+h+" = "+E+".validateSchema("+A+"); if ("+h+") { ")),k)C.statements?i+=" "+U.validate+" ":i+=" "+h+" = "+U.validate+"; ";else if(O){var q=e.util.copy(e),x="";q.level++;var Q="valid"+q.level;q.schema=U.validate,q.schemaPath="";var V=e.compositeRule;e.compositeRule=q.compositeRule=!0;var H=e.validate(q).replace(/validate\.schema/g,S);e.compositeRule=q.compositeRule=V,i+=" "+H}else{var z=z||[];z.push(i),i="",i+=" "+S+".call( ",e.opts.passContext?i+="this":i+="self",T||C.schema===!1?i+=" , "+p+" ":i+=" , "+A+" , "+p+" , validate.schema"+e.schemaPath+" ",i+=" , (dataPath || '')",e.errorPath!='""'&&(i+=" + "+e.errorPath);var J=s?"data"+(s-1||""):"parentData",de=s?e.dataPathArr[s]:"parentDataProperty";i+=" , "+J+" , "+de+" , rootData ) ";var Ce=i;i=z.pop(),C.errors===!1?(i+=" "+h+" = ",B&&(i+="await "),i+=""+Ce+"; "):B?(R="customErrors"+o,i+=" var "+R+" = null; try { "+h+" = await "+Ce+"; } catch (e) { "+h+" = false; if (e instanceof ValidationError) "+R+" = e.errors; else throw e; } "):i+=" "+R+" = null; "+h+" = "+Ce+"; "}if(C.modifying&&(i+=" if ("+J+") "+p+" = "+J+"["+de+"];"),i+=""+x,C.valid)d&&(i+=" if (true) { ");else{i+=" if ( ",C.valid===void 0?(i+=" !",O?i+=""+Q:i+=""+h):i+=" "+!C.valid+" ",i+=") { ",f=y.keyword;var z=z||[];z.push(i),i="";var z=z||[];z.push(i),i="",e.createErrors!==!1?(i+=" { keyword: '"+(f||"custom")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { keyword: '"+y.keyword+"' } ",e.opts.messages!==!1&&(i+=` , message: 'should pass "`+y.keyword+`" keyword validation' `),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ";var ge=i;i=z.pop(),!e.compositeRule&&d?e.async?i+=" throw new ValidationError(["+ge+"]); ":i+=" validate.errors = ["+ge+"]; return false; ":i+=" var err = "+ge+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ";var be=i;i=z.pop(),k?C.errors?C.errors!="full"&&(i+=" for (var "+F+"="+m+"; "+F+"<errors; "+F+"++) { var "+L+" = vErrors["+F+"]; if ("+L+".dataPath === undefined) "+L+".dataPath = (dataPath || '') + "+e.errorPath+"; if ("+L+".schemaPath === undefined) { "+L+'.schemaPath = "'+u+'"; } ',e.opts.verbose&&(i+=" "+L+".schema = "+A+"; "+L+".data = "+p+"; "),i+=" } "):C.errors===!1?i+=" "+be+" ":(i+=" if ("+m+" == errors) { "+be+" } else { for (var "+F+"="+m+"; "+F+"<errors; "+F+"++) { var "+L+" = vErrors["+F+"]; if ("+L+".dataPath === undefined) "+L+".dataPath = (dataPath || '') + "+e.errorPath+"; if ("+L+".schemaPath === undefined) { "+L+'.schemaPath = "'+u+'"; } ',e.opts.verbose&&(i+=" "+L+".schema = "+A+"; "+L+".data = "+p+"; "),i+=" } } "):O?(i+=" var err = ",e.createErrors!==!1?(i+=" { keyword: '"+(f||"custom")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { keyword: '"+y.keyword+"' } ",e.opts.messages!==!1&&(i+=` , message: 'should pass "`+y.keyword+`" keyword validation' `),e.opts.verbose&&(i+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&d&&(e.async?i+=" throw new ValidationError(vErrors); ":i+=" validate.errors = vErrors; return false; ")):C.errors===!1?i+=" "+be+" ":(i+=" if (Array.isArray("+R+")) { if (vErrors === null) vErrors = "+R+"; else vErrors = vErrors.concat("+R+"); errors = vErrors.length; for (var "+F+"="+m+"; "+F+"<errors; "+F+"++) { var "+L+" = vErrors["+F+"]; if ("+L+".dataPath === undefined) "+L+".dataPath = (dataPath || '') + "+e.errorPath+"; "+L+'.schemaPath = "'+u+'"; ',e.opts.verbose&&(i+=" "+L+".schema = "+A+"; "+L+".data = "+p+"; "),i+=" } } else { "+be+" } "),i+=" } ",d&&(i+=" else { ")}return i}});var WUe=D((oQo,kLn)=>{kLn.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 ZLt=D((sQo,XLt)=>{"use strict";var KLt=WUe();XLt.exports={$id:"https://github.com/ajv-validator/ajv/blob/master/lib/definition_schema.js",definitions:{simpleTypes:KLt.definitions.simpleTypes},type:"object",dependencies:{schema:["validate"],$data:["validate"],statements:["inline"],valid:{not:{required:["macro"]}}},properties:{type:KLt.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 tFt=D((aQo,eFt)=>{"use strict";var MLn=/^[a-z_$][a-z0-9_$-]*$/i,PLn=JLt(),LLn=ZLt();eFt.exports={add:FLn,get:ULn,remove:QLn,validate:$Ue};function FLn(t,e){var r=this.RULES;if(r.keywords[t])throw new Error("Keyword "+t+" is already defined");if(!MLn.test(t))throw new Error("Keyword "+t+" is not a valid identifier");if(e){this.validateKeyword(e,!0);var n=e.type;if(Array.isArray(n))for(var i=0;i<n.length;i++)s(t,n[i],e);else s(t,n,e);var o=e.metaSchema;o&&(e.$data&&this._opts.$data&&(o={anyOf:[o,{$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"}]}),e.validateSchema=this.compile(o,!0))}r.keywords[t]=r.all[t]=!0;function s(a,c,u){for(var d,f=0;f<r.length;f++){var p=r[f];if(p.type==c){d=p;break}}d||(d={type:c,rules:[]},r.push(d));var h={keyword:a,definition:u,custom:!0,code:PLn,implements:u.implements};d.rules.push(h),r.custom[a]=h}return this}function ULn(t){var e=this.RULES.custom[t];return e?e.definition:this.RULES.keywords[t]||!1}function QLn(t){var e=this.RULES;delete e.keywords[t],delete e.all[t],delete e.custom[t];for(var r=0;r<e.length;r++)for(var n=e[r].rules,i=0;i<n.length;i++)if(n[i].keyword==t){n.splice(i,1);break}return this}function $Ue(t,e){$Ue.errors=null;var r=this._validateKeyword=this._validateKeyword||this.compile(LLn,!0);if(r(t))return!0;if($Ue.errors=r.errors,e)throw new Error("custom keyword definition is invalid: "+this.errorsText(r.errors));return!1}});var rFt=D((lQo,qLn)=>{qLn.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 fFt=D((cQo,dFt)=>{"use strict";var iFt=MPt(),XD=rme(),GLn=LPt(),oFt=BUe(),HLn=LUe(),VLn=YPt(),WLn=GLt(),sFt=WLt(),aFt=KD();dFt.exports=Zu;Zu.prototype.validate=jLn;Zu.prototype.compile=zLn;Zu.prototype.addSchema=YLn;Zu.prototype.addMetaSchema=JLn;Zu.prototype.validateSchema=KLn;Zu.prototype.getSchema=ZLn;Zu.prototype.removeSchema=tFn;Zu.prototype.addFormat=cFn;Zu.prototype.errorsText=lFn;Zu.prototype._addSchema=rFn;Zu.prototype._compile=nFn;Zu.prototype.compileAsync=zLt();var dme=tFt();Zu.prototype.addKeyword=dme.add;Zu.prototype.getKeyword=dme.get;Zu.prototype.removeKeyword=dme.remove;Zu.prototype.validateKeyword=dme.validate;var lFt=nme();Zu.ValidationError=lFt.Validation;Zu.MissingRefError=lFt.MissingRef;Zu.$dataMetaSchema=sFt;var ume="http://json-schema.org/draft-07/schema",nFt=["removeAdditional","useDefaults","coerceTypes","strictDefaults"],$Ln=["/properties"];function Zu(t){if(!(this instanceof Zu))return new Zu(t);t=this._opts=aFt.copy(t)||{},mFn(this),this._schemas={},this._refs={},this._fragments={},this._formats=VLn(t.format),this._cache=t.cache||new GLn,this._loadingSchemas={},this._compilations=[],this.RULES=WLn(),this._getId=iFn(t),t.loopRequired=t.loopRequired||1/0,t.errorDataPath=="property"&&(t._errorDataPathProperty=!0),t.serialize===void 0&&(t.serialize=HLn),this._metaOpts=hFn(this),t.formats&&fFn(this),t.keywords&&pFn(this),uFn(this),typeof t.meta=="object"&&this.addMetaSchema(t.meta),t.nullable&&this.addKeyword("nullable",{metaSchema:{type:"boolean"}}),dFn(this)}function jLn(t,e){var r;if(typeof t=="string"){if(r=this.getSchema(t),!r)throw new Error('no schema with key or ref "'+t+'"')}else{var n=this._addSchema(t);r=n.validate||this._compile(n)}var i=r(e);return r.$async!==!0&&(this.errors=r.errors),i}function zLn(t,e){var r=this._addSchema(t,void 0,e);return r.validate||this._compile(r)}function YLn(t,e,r,n){if(Array.isArray(t)){for(var i=0;i<t.length;i++)this.addSchema(t[i],void 0,r,n);return this}var o=this._getId(t);if(o!==void 0&&typeof o!="string")throw new Error("schema id must be string");return e=XD.normalizeId(e||o),uFt(this,e),this._schemas[e]=this._addSchema(t,r,n,!0),this}function JLn(t,e,r){return this.addSchema(t,e,r,!0),this}function KLn(t,e){var r=t.$schema;if(r!==void 0&&typeof r!="string")throw new Error("$schema must be a string");if(r=r||this._opts.defaultMeta||XLn(this),!r)return this.logger.warn("meta-schema not available"),this.errors=null,!0;var n=this.validate(r,t);if(!n&&e){var i="schema is invalid: "+this.errorsText();if(this._opts.validateSchema=="log")this.logger.error(i);else throw new Error(i)}return n}function XLn(t){var e=t._opts.meta;return t._opts.defaultMeta=typeof e=="object"?t._getId(e)||e:t.getSchema(ume)?ume:void 0,t._opts.defaultMeta}function ZLn(t){var e=cFt(this,t);switch(typeof e){case"object":return e.validate||this._compile(e);case"string":return this.getSchema(e);case"undefined":return eFn(this,t)}}function eFn(t,e){var r=XD.schema.call(t,{schema:{}},e);if(r){var n=r.schema,i=r.root,o=r.baseId,s=iFt.call(t,n,i,void 0,o);return t._fragments[e]=new oFt({ref:e,fragment:!0,schema:n,root:i,baseId:o,validate:s}),s}}function cFt(t,e){return e=XD.normalizeId(e),t._schemas[e]||t._refs[e]||t._fragments[e]}function tFn(t){if(t instanceof RegExp)return cme(this,this._schemas,t),cme(this,this._refs,t),this;switch(typeof t){case"undefined":return cme(this,this._schemas),cme(this,this._refs),this._cache.clear(),this;case"string":var e=cFt(this,t);return e&&this._cache.del(e.cacheKey),delete this._schemas[t],delete this._refs[t],this;case"object":var r=this._opts.serialize,n=r?r(t):t;this._cache.del(n);var i=this._getId(t);i&&(i=XD.normalizeId(i),delete this._schemas[i],delete this._refs[i])}return this}function cme(t,e,r){for(var n in e){var i=e[n];!i.meta&&(!r||r.test(n))&&(t._cache.del(i.cacheKey),delete e[n])}}function rFn(t,e,r,n){if(typeof t!="object"&&typeof t!="boolean")throw new Error("schema should be object or boolean");var i=this._opts.serialize,o=i?i(t):t,s=this._cache.get(o);if(s)return s;n=n||this._opts.addUsedSchema!==!1;var a=XD.normalizeId(this._getId(t));a&&n&&uFt(this,a);var c=this._opts.validateSchema!==!1&&!e,u;c&&!(u=a&&a==XD.normalizeId(t.$schema))&&this.validateSchema(t,!0);var d=XD.ids.call(this,t),f=new oFt({id:a,schema:t,localRefs:d,cacheKey:o,meta:r});return a[0]!="#"&&n&&(this._refs[a]=f),this._cache.put(o,f),c&&u&&this.validateSchema(t,!0),f}function nFn(t,e){if(t.compiling)return t.validate=i,i.schema=t.schema,i.errors=null,i.root=e||i,t.schema.$async===!0&&(i.$async=!0),i;t.compiling=!0;var r;t.meta&&(r=this._opts,this._opts=this._metaOpts);var n;try{n=iFt.call(this,t.schema,e,t.localRefs)}catch(o){throw delete t.validate,o}finally{t.compiling=!1,t.meta&&(this._opts=r)}return t.validate=n,t.refs=n.refs,t.refVal=n.refVal,t.root=n.root,n;function i(){var o=t.validate,s=o.apply(this,arguments);return i.errors=o.errors,s}}function iFn(t){switch(t.schemaId){case"auto":return aFn;case"id":return oFn;default:return sFn}}function oFn(t){return t.$id&&this.logger.warn("schema $id ignored",t.$id),t.id}function sFn(t){return t.id&&this.logger.warn("schema id ignored",t.id),t.$id}function aFn(t){if(t.$id&&t.id&&t.$id!=t.id)throw new Error("schema $id is different from id");return t.$id||t.id}function lFn(t,e){if(t=t||this.errors,!t)return"No errors";e=e||{};for(var r=e.separator===void 0?", ":e.separator,n=e.dataVar===void 0?"data":e.dataVar,i="",o=0;o<t.length;o++){var s=t[o];s&&(i+=n+s.dataPath+" "+s.message+r)}return i.slice(0,-r.length)}function cFn(t,e){return typeof e=="string"&&(e=new RegExp(e)),this._formats[t]=e,this}function uFn(t){var e;if(t._opts.$data&&(e=rFt(),t.addMetaSchema(e,e.$id,!0)),t._opts.meta!==!1){var r=WUe();t._opts.$data&&(r=sFt(r,$Ln)),t.addMetaSchema(r,ume,!0),t._refs["http://json-schema.org/schema"]=ume}}function dFn(t){var e=t._opts.schemas;if(e)if(Array.isArray(e))t.addSchema(e);else for(var r in e)t.addSchema(e[r],r)}function fFn(t){for(var e in t._opts.formats){var r=t._opts.formats[e];t.addFormat(e,r)}}function pFn(t){for(var e in t._opts.keywords){var r=t._opts.keywords[e];t.addKeyword(e,r)}}function uFt(t,e){if(t._schemas[e]||t._refs[e])throw new Error('schema with key or id "'+e+'" already exists')}function hFn(t){for(var e=aFt.copy(t._opts),r=0;r<nFt.length;r++)delete e[nFt[r]];return e}function mFn(t){var e=t._opts.logger;if(e===!1)t.logger={log:jUe,warn:jUe,error:jUe};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");t.logger=e}}function jUe(){}});var pFt,T1,_U=ae(()=>{dPt();hw();pFt=Le(fFt(),1),T1=class extends z0e{constructor(e,r){var n;super(r),this._clientInfo=e,this._cachedToolOutputValidators=new Map,this._capabilities=(n=r?.capabilities)!==null&&n!==void 0?n:{},this._ajv=new pFt.default}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=uPt(this._capabilities,e)}assertCapability(e,r){var n;if(!(!((n=this._serverCapabilities)===null||n===void 0)&&n[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 n=await this.request({method:"initialize",params:{protocolVersion:SU,capabilities:this._capabilities,clientInfo:this._clientInfo}},hUe,r);if(n===void 0)throw new Error(`Server sent invalid initialize result: ${n}`);if(!$Mt.includes(n.protocolVersion))throw new Error(`Server's protocol version is not supported: ${n.protocolVersion}`);this._serverCapabilities=n.capabilities,this._serverVersion=n.serverInfo,e.setProtocolVersion&&e.setProtocolVersion(n.protocolVersion),this._instructions=n.instructions,await this.notification({method:"notifications/initialized"})}catch(n){throw this.close(),n}}getServerCapabilities(){return this._serverCapabilities}getServerVersion(){return this._serverVersion}getInstructions(){return this._instructions}assertCapabilityForMethod(e){var r,n,i,o,s;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(!(!((n=this._serverCapabilities)===null||n===void 0)&&n.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(!(!((i=this._serverCapabilities)===null||i===void 0)&&i.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(!(!((o=this._serverCapabilities)===null||o===void 0)&&o.tools))throw new Error(`Server does not support tools (required for ${e})`);break;case"completion/complete":if(!(!((s=this._serverCapabilities)===null||s===void 0)&&s.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"},JD,e)}async complete(e,r){return this.request({method:"completion/complete",params:e},xUe,r)}async setLoggingLevel(e,r){return this.request({method:"logging/setLevel",params:{level:e}},JD,r)}async getPrompt(e,r){return this.request({method:"prompts/get",params:e},CX,r)}async listPrompts(e,r){return this.request({method:"prompts/list",params:e},vX,r)}async listResources(e,r){return this.request({method:"resources/list",params:e},gUe,r)}async listResourceTemplates(e,r){return this.request({method:"resources/templates/list",params:e},AUe,r)}async readResource(e,r){return this.request({method:"resources/read",params:e},yUe,r)}async subscribeResource(e,r){return this.request({method:"resources/subscribe",params:e},JD,r)}async unsubscribeResource(e,r){return this.request({method:"resources/unsubscribe",params:e},JD,r)}async callTool(e,r=$0e,n){let i=await this.request({method:"tools/call",params:e},r,n),o=this.getToolOutputValidator(e.name);if(o){if(!i.structuredContent&&!i.isError)throw new M3(k3.InvalidRequest,`Tool ${e.name} has an output schema but did not return structured content`);if(i.structuredContent)try{if(!o(i.structuredContent))throw new M3(k3.InvalidParams,`Structured content does not match the tool's output schema: ${this._ajv.errorsText(o.errors)}`)}catch(s){throw s instanceof M3?s:new M3(k3.InvalidParams,`Failed to validate structured content: ${s instanceof Error?s.message:String(s)}`)}}return i}cacheToolOutputSchemas(e){this._cachedToolOutputValidators.clear();for(let r of e)if(r.outputSchema)try{let n=this._ajv.compile(r.outputSchema);this._cachedToolOutputValidators.set(r.name,n)}catch{}}getToolOutputValidator(e){return this._cachedToolOutputValidators.get(e)}async listTools(e,r){let n=await this.request({method:"tools/list",params:e},bUe,r);return this.cacheToolOutputSchemas(n.tools),n}async sendRootsListChanged(){return this.notification({method:"notifications/roots/list_changed"})}}});var yFt=D((pQo,AFt)=>{AFt.exports=gFt;gFt.sync=AFn;var hFt=Ee("fs");function gFn(t,e){var r=e.pathExt!==void 0?e.pathExt:process.env.PATHEXT;if(!r||(r=r.split(";"),r.indexOf("")!==-1))return!0;for(var n=0;n<r.length;n++){var i=r[n].toLowerCase();if(i&&t.substr(-i.length).toLowerCase()===i)return!0}return!1}function mFt(t,e,r){return!t.isSymbolicLink()&&!t.isFile()?!1:gFn(e,r)}function gFt(t,e,r){hFt.stat(t,function(n,i){r(n,n?!1:mFt(i,t,e))})}function AFn(t,e){return mFt(hFt.statSync(t),t,e)}});var xFt=D((hQo,bFt)=>{bFt.exports=vFt;vFt.sync=yFn;var EFt=Ee("fs");function vFt(t,e,r){EFt.stat(t,function(n,i){r(n,n?!1:CFt(i,e))})}function yFn(t,e){return CFt(EFt.statSync(t),e)}function CFt(t,e){return t.isFile()&&EFn(t,e)}function EFn(t,e){var r=t.mode,n=t.uid,i=t.gid,o=e.uid!==void 0?e.uid:process.getuid&&process.getuid(),s=e.gid!==void 0?e.gid:process.getgid&&process.getgid(),a=parseInt("100",8),c=parseInt("010",8),u=parseInt("001",8),d=a|c,f=r&u||r&c&&i===s||r&a&&n===o||r&d&&o===0;return f}});var wFt=D((gQo,SFt)=>{var mQo=Ee("fs"),fme;process.platform==="win32"||global.TESTING_WINDOWS?fme=yFt():fme=xFt();SFt.exports=zUe;zUe.sync=vFn;function zUe(t,e,r){if(typeof e=="function"&&(r=e,e={}),!r){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(n,i){zUe(t,e||{},function(o,s){o?i(o):n(s)})})}fme(t,e||{},function(n,i){n&&(n.code==="EACCES"||e&&e.ignoreErrors)&&(n=null,i=!1),r(n,i)})}function vFn(t,e){try{return fme.sync(t,e||{})}catch(r){if(e&&e.ignoreErrors||r.code==="EACCES")return!1;throw r}}});var NFt=D((AQo,BFt)=>{var TU=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",_Ft=Ee("path"),CFn=TU?";":":",TFt=wFt(),IFt=t=>Object.assign(new Error(`not found: ${t}`),{code:"ENOENT"}),DFt=(t,e)=>{let r=e.colon||CFn,n=t.match(/\//)||TU&&t.match(/\\/)?[""]:[...TU?[process.cwd()]:[],...(e.path||process.env.PATH||"").split(r)],i=TU?e.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",o=TU?i.split(r):[""];return TU&&t.indexOf(".")!==-1&&o[0]!==""&&o.unshift(""),{pathEnv:n,pathExt:o,pathExtExe:i}},RFt=(t,e,r)=>{typeof e=="function"&&(r=e,e={}),e||(e={});let{pathEnv:n,pathExt:i,pathExtExe:o}=DFt(t,e),s=[],a=u=>new Promise((d,f)=>{if(u===n.length)return e.all&&s.length?d(s):f(IFt(t));let p=n[u],h=/^".*"$/.test(p)?p.slice(1,-1):p,m=_Ft.join(h,t),g=!h&&/^\.[\\\/]/.test(t)?t.slice(0,2)+m:m;d(c(g,u,0))}),c=(u,d,f)=>new Promise((p,h)=>{if(f===i.length)return p(a(d+1));let m=i[f];TFt(u+m,{pathExt:o},(g,A)=>{if(!g&&A)if(e.all)s.push(u+m);else return p(u+m);return p(c(u,d,f+1))})});return r?a(0).then(u=>r(null,u),r):a(0)},bFn=(t,e)=>{e=e||{};let{pathEnv:r,pathExt:n,pathExtExe:i}=DFt(t,e),o=[];for(let s=0;s<r.length;s++){let a=r[s],c=/^".*"$/.test(a)?a.slice(1,-1):a,u=_Ft.join(c,t),d=!c&&/^\.[\\\/]/.test(t)?t.slice(0,2)+u:u;for(let f=0;f<n.length;f++){let p=d+n[f];try{if(TFt.sync(p,{pathExt:i}))if(e.all)o.push(p);else return p}catch{}}}if(e.all&&o.length)return o;if(e.nothrow)return null;throw IFt(t)};BFt.exports=RFt;RFt.sync=bFn});var kFt=D((yQo,YUe)=>{"use strict";var OFt=(t={})=>{let e=t.env||process.env;return(t.platform||process.platform)!=="win32"?"PATH":Object.keys(e).reverse().find(n=>n.toUpperCase()==="PATH")||"Path"};YUe.exports=OFt;YUe.exports.default=OFt});var FFt=D((EQo,LFt)=>{"use strict";var MFt=Ee("path"),xFn=NFt(),SFn=kFt();function PFt(t,e){let r=t.options.env||process.env,n=process.cwd(),i=t.options.cwd!=null,o=i&&process.chdir!==void 0&&!process.chdir.disabled;if(o)try{process.chdir(t.options.cwd)}catch{}let s;try{s=xFn.sync(t.command,{path:r[SFn({env:r})],pathExt:e?MFt.delimiter:void 0})}catch{}finally{o&&process.chdir(n)}return s&&(s=MFt.resolve(i?t.options.cwd:"",s)),s}function wFn(t){return PFt(t)||PFt(t,!0)}LFt.exports=wFn});var UFt=D((vQo,KUe)=>{"use strict";var JUe=/([()\][%!^"`<>&|;, *?])/g;function _Fn(t){return t=t.replace(JUe,"^$1"),t}function TFn(t,e){return t=`${t}`,t=t.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),t=t.replace(/(?=(\\+?)?)\1$/,"$1$1"),t=`"${t}"`,t=t.replace(JUe,"^$1"),e&&(t=t.replace(JUe,"^$1")),t}KUe.exports.command=_Fn;KUe.exports.argument=TFn});var qFt=D((CQo,QFt)=>{"use strict";QFt.exports=/^#!(.*)/});var HFt=D((bQo,GFt)=>{"use strict";var IFn=qFt();GFt.exports=(t="")=>{let e=t.match(IFn);if(!e)return null;let[r,n]=e[0].replace(/#! ?/,"").split(" "),i=r.split("/").pop();return i==="env"?n:n?`${i} ${n}`:i}});var WFt=D((xQo,VFt)=>{"use strict";var XUe=Ee("fs"),DFn=HFt();function RFn(t){let r=Buffer.alloc(150),n;try{n=XUe.openSync(t,"r"),XUe.readSync(n,r,0,150,0),XUe.closeSync(n)}catch{}return DFn(r.toString())}VFt.exports=RFn});var YFt=D((SQo,zFt)=>{"use strict";var BFn=Ee("path"),$Ft=FFt(),jFt=UFt(),NFn=WFt(),OFn=process.platform==="win32",kFn=/\.(?:com|exe)$/i,MFn=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function PFn(t){t.file=$Ft(t);let e=t.file&&NFn(t.file);return e?(t.args.unshift(t.file),t.command=e,$Ft(t)):t.file}function LFn(t){if(!OFn)return t;let e=PFn(t),r=!kFn.test(e);if(t.options.forceShell||r){let n=MFn.test(e);t.command=BFn.normalize(t.command),t.command=jFt.command(t.command),t.args=t.args.map(o=>jFt.argument(o,n));let i=[t.command].concat(t.args).join(" ");t.args=["/d","/s","/c",`"${i}"`],t.command=process.env.comspec||"cmd.exe",t.options.windowsVerbatimArguments=!0}return t}function FFn(t,e,r){e&&!Array.isArray(e)&&(r=e,e=null),e=e?e.slice(0):[],r=Object.assign({},r);let n={command:t,args:e,options:r,file:void 0,original:{command:t,args:e}};return r.shell?n:LFn(n)}zFt.exports=FFn});var XFt=D((wQo,KFt)=>{"use strict";var ZUe=process.platform==="win32";function eQe(t,e){return Object.assign(new Error(`${e} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${e} ${t.command}`,path:t.command,spawnargs:t.args})}function UFn(t,e){if(!ZUe)return;let r=t.emit;t.emit=function(n,i){if(n==="exit"){let o=JFt(i,e);if(o)return r.call(t,"error",o)}return r.apply(t,arguments)}}function JFt(t,e){return ZUe&&t===1&&!e.file?eQe(e.original,"spawn"):null}function QFn(t,e){return ZUe&&t===1&&!e.file?eQe(e.original,"spawnSync"):null}KFt.exports={hookChildProcess:UFn,verifyENOENT:JFt,verifyENOENTSync:QFn,notFoundError:eQe}});var tUt=D((_Qo,IU)=>{"use strict";var ZFt=Ee("child_process"),tQe=YFt(),rQe=XFt();function eUt(t,e,r){let n=tQe(t,e,r),i=ZFt.spawn(n.command,n.args,n.options);return rQe.hookChildProcess(i,n),i}function qFn(t,e,r){let n=tQe(t,e,r),i=ZFt.spawnSync(n.command,n.args,n.options);return i.error=i.error||rQe.verifyENOENTSync(i.status,n),i}IU.exports=eUt;IU.exports.spawn=eUt;IU.exports.sync=qFn;IU.exports._parse=tQe;IU.exports._enoent=rQe});function GFn(t){return pw.parse(JSON.parse(t))}function rUt(t){return JSON.stringify(t)+`
|
|
844
844
|
`}var pme,nUt=ae(()=>{hw();pme=class{append(e){this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
|
|
845
845
|
`);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),GFn(r)}clear(){this._buffer=void 0}}});import hme from"node:process";import{PassThrough as HFn}from"node:stream";function WFn(){let t={};for(let e of VFn){let r=hme.env[e];r!==void 0&&(r.startsWith("()")||(t[e]=r))}return t}function $Fn(){return"type"in hme}var iUt,VFn,DU,nQe=ae(()=>{iUt=Le(tUt(),1);nUt();VFn=hme.platform==="win32"?["APPDATA","HOMEDRIVE","HOMEPATH","LOCALAPPDATA","PATH","PROCESSOR_ARCHITECTURE","SYSTEMDRIVE","SYSTEMROOT","TEMP","USERNAME","USERPROFILE","PROGRAMFILES"]:["HOME","LOGNAME","PATH","SHELL","TERM","USER"];DU=class{constructor(e){this._abortController=new AbortController,this._readBuffer=new pme,this._stderrStream=null,this._serverParams=e,(e.stderr==="pipe"||e.stderr==="overlapped")&&(this._stderrStream=new HFn)}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 n,i,o,s,a;this._process=(0,iUt.default)(this._serverParams.command,(n=this._serverParams.args)!==null&&n!==void 0?n:[],{env:{...WFn(),...this._serverParams.env},stdio:["pipe","pipe",(i=this._serverParams.stderr)!==null&&i!==void 0?i:"inherit"],shell:!1,signal:this._abortController.signal,windowsHide:hme.platform==="win32"&&$Fn(),cwd:this._serverParams.cwd}),this._process.on("error",c=>{var u,d;if(c.name==="AbortError"){(u=this.onclose)===null||u===void 0||u.call(this);return}r(c),(d=this.onerror)===null||d===void 0||d.call(this,c)}),this._process.on("spawn",()=>{e()}),this._process.on("close",c=>{var u;this._process=void 0,(u=this.onclose)===null||u===void 0||u.call(this)}),(o=this._process.stdin)===null||o===void 0||o.on("error",c=>{var u;(u=this.onerror)===null||u===void 0||u.call(this,c)}),(s=this._process.stdout)===null||s===void 0||s.on("data",c=>{this._readBuffer.append(c),this.processReadBuffer()}),(a=this._process.stdout)===null||a===void 0||a.on("error",c=>{var u;(u=this.onerror)===null||u===void 0||u.call(this,c)}),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 n=this._readBuffer.readMessage();if(n===null)break;(e=this.onmessage)===null||e===void 0||e.call(this,n)}catch(n){(r=this.onerror)===null||r===void 0||r.call(this,n)}}async close(){this._abortController.abort(),this._process=void 0,this._readBuffer.clear()}send(e){return new Promise(r=>{var n;if(!(!((n=this._process)===null||n===void 0)&&n.stdin))throw new Error("Not connected");let i=rUt(e);this._process.stdin.write(i)?r():this._process.stdin.once("drain",r)})}}});function iQe(t){}function gme(t){if(typeof t=="function")throw new TypeError("`callbacks` must be an object, got a function instead. Did you mean `{onEvent: fn}`?");let{onEvent:e=iQe,onError:r=iQe,onRetry:n=iQe,onComment:i}=t,o="",s=!0,a,c="",u="";function d(g){let A=s?g.replace(/^\xEF\xBB\xBF/,""):g,[y,E]=jFn(`${o}${A}`);for(let C of y)f(C);o=E,s=!1}function f(g){if(g===""){h();return}if(g.startsWith(":")){i&&i(g.slice(g.startsWith(": ")?2:1));return}let A=g.indexOf(":");if(A!==-1){let y=g.slice(0,A),E=g[A+1]===" "?2:1,C=g.slice(A+E);p(y,C,g);return}p(g,"",g)}function p(g,A,y){switch(g){case"event":u=A;break;case"data":c=`${c}${A}
|
|
846
846
|
`;break;case"id":a=A.includes("\0")?void 0:A;break;case"retry":/^\d+$/.test(A)?n(parseInt(A,10)):r(new mme(`Invalid \`retry\` value: "${A}"`,{type:"invalid-retry",value:A,line:y}));break;default:r(new mme(`Unknown field "${g.length>20?`${g.slice(0,20)}\u2026`:g}"`,{type:"unknown-field",field:g,value:A,line:y}));break}}function h(){c.length>0&&e({id:a,event:u||void 0,data:c.endsWith(`
|
|
847
847
|
`)?c.slice(0,-1):c}),a=void 0,c="",u=""}function m(g={}){o&&g.consume&&f(o),s=!0,a=void 0,c="",u="",o=""}return{feed:d,reset:m}}function jFn(t){let e=[],r="",n=0;for(;n<t.length;){let i=t.indexOf("\r",n),o=t.indexOf(`
|
|
848
848
|
`,n),s=-1;if(i!==-1&&o!==-1?s=Math.min(i,o):i!==-1?i===t.length-1?s=-1:s=i:o!==-1&&(s=o),s===-1){r=t.slice(n);break}else{let a=t.slice(n,s);e.push(a),n=s+1,t[n-1]==="\r"&&t[n]===`
|
|
849
|
-
`&&n++}}return[e,r]}var mme,oQe=ae(()=>{mme=class extends Error{constructor(e,r){super(e),this.name="ParseError",this.type=r.type,this.field=r.field,this.value=r.value,this.line=r.line}}});function zFn(t){let e=globalThis.DOMException;return typeof e=="function"?new e(t,"SyntaxError"):new SyntaxError(t)}function sQe(t){return t instanceof Error?"errors"in t&&Array.isArray(t.errors)?t.errors.map(sQe).join(", "):"cause"in t&&t.cause instanceof Error?`${t}: ${sQe(t.cause)}`:t.message:`${t}`}function oUt(t){return{type:t.type,message:t.message,code:t.code,defaultPrevented:t.defaultPrevented,cancelable:t.cancelable,timeStamp:t.timeStamp}}function YFn(){let t="document"in globalThis?globalThis.document:void 0;return t&&typeof t=="object"&&"baseURI"in t&&typeof t.baseURI=="string"?t.baseURI:void 0}var yme,aUt,hQe,ws,Vf,au,eb,Kg,ZD,RU,Ame,Eme,wX,OU,_X,yw,BU,kU,NU,xX,m4,aQe,lQe,cQe,sUt,uQe,dQe,SX,fQe,pQe,eR,lUt=ae(()=>{oQe();yme=class extends Event{constructor(e,r){var n,i;super(e),this.code=(n=r?.code)!=null?n:void 0,this.message=(i=r?.message)!=null?i:void 0}[Symbol.for("nodejs.util.inspect.custom")](e,r,n){return n(oUt(this),r)}[Symbol.for("Deno.customInspect")](e,r){return e(oUt(this),r)}};aUt=t=>{throw TypeError(t)},hQe=(t,e,r)=>e.has(t)||aUt("Cannot "+r),ws=(t,e,r)=>(hQe(t,e,"read from private field"),r?r.call(t):e.get(t)),Vf=(t,e,r)=>e.has(t)?aUt("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),au=(t,e,r,n)=>(hQe(t,e,"write to private field"),e.set(t,r),r),eb=(t,e,r)=>(hQe(t,e,"access private method"),r),eR=class extends EventTarget{constructor(e,r){var n,i;super(),Vf(this,m4),this.CONNECTING=0,this.OPEN=1,this.CLOSED=2,Vf(this,Kg),Vf(this,ZD),Vf(this,RU),Vf(this,Ame),Vf(this,Eme),Vf(this,wX),Vf(this,OU),Vf(this,_X,null),Vf(this,yw),Vf(this,BU),Vf(this,kU,null),Vf(this,NU,null),Vf(this,xX,null),Vf(this,lQe,async o=>{var s;ws(this,BU).reset();let{body:a,redirected:c,status:u,headers:d}=o;if(u===204){eb(this,m4,SX).call(this,"Server sent HTTP 204, not reconnecting",204),this.close();return}if(c?au(this,RU,new URL(o.url)):au(this,RU,void 0),u!==200){eb(this,m4,SX).call(this,`Non-200 status code (${u})`,u);return}if(!(d.get("content-type")||"").startsWith("text/event-stream")){eb(this,m4,SX).call(this,'Invalid content type, expected "text/event-stream"',u);return}if(ws(this,Kg)===this.CLOSED)return;au(this,Kg,this.OPEN);let f=new Event("open");if((s=ws(this,xX))==null||s.call(this,f),this.dispatchEvent(f),typeof a!="object"||!a||!("getReader"in a)){eb(this,m4,SX).call(this,"Invalid response body, expected a web ReadableStream",u),this.close();return}let p=new TextDecoder,h=a.getReader(),m=!0;do{let{done:g,value:A}=await h.read();A&&ws(this,BU).feed(p.decode(A,{stream:!g})),g&&(m=!1,ws(this,BU).reset(),eb(this,m4,fQe).call(this))}while(m)}),Vf(this,cQe,o=>{au(this,yw,void 0),!(o.name==="AbortError"||o.type==="aborted")&&eb(this,m4,fQe).call(this,sQe(o))}),Vf(this,uQe,o=>{typeof o.id=="string"&&au(this,_X,o.id);let s=new MessageEvent(o.event||"message",{data:o.data,origin:ws(this,RU)?ws(this,RU).origin:ws(this,ZD).origin,lastEventId:o.id||""});ws(this,NU)&&(!o.event||o.event==="message")&&ws(this,NU).call(this,s),this.dispatchEvent(s)}),Vf(this,dQe,o=>{au(this,wX,o)}),Vf(this,pQe,()=>{au(this,OU,void 0),ws(this,Kg)===this.CONNECTING&&eb(this,m4,aQe).call(this)});try{if(e instanceof URL)au(this,ZD,e);else if(typeof e=="string")au(this,ZD,new URL(e,YFn()));else throw new Error("Invalid URL")}catch{throw zFn("An invalid or illegal string was specified")}au(this,BU,gme({onEvent:ws(this,uQe),onRetry:ws(this,dQe)})),au(this,Kg,this.CONNECTING),au(this,wX,3e3),au(this,Eme,(n=r?.fetch)!=null?n:globalThis.fetch),au(this,Ame,(i=r?.withCredentials)!=null?i:!1),eb(this,m4,aQe).call(this)}get readyState(){return ws(this,Kg)}get url(){return ws(this,ZD).href}get withCredentials(){return ws(this,Ame)}get onerror(){return ws(this,kU)}set onerror(e){au(this,kU,e)}get onmessage(){return ws(this,NU)}set onmessage(e){au(this,NU,e)}get onopen(){return ws(this,xX)}set onopen(e){au(this,xX,e)}addEventListener(e,r,n){let i=r;super.addEventListener(e,i,n)}removeEventListener(e,r,n){let i=r;super.removeEventListener(e,i,n)}close(){ws(this,OU)&&clearTimeout(ws(this,OU)),ws(this,Kg)!==this.CLOSED&&(ws(this,yw)&&ws(this,yw).abort(),au(this,Kg,this.CLOSED),au(this,yw,void 0))}};Kg=new WeakMap,ZD=new WeakMap,RU=new WeakMap,Ame=new WeakMap,Eme=new WeakMap,wX=new WeakMap,OU=new WeakMap,_X=new WeakMap,yw=new WeakMap,BU=new WeakMap,kU=new WeakMap,NU=new WeakMap,xX=new WeakMap,m4=new WeakSet,aQe=function(){au(this,Kg,this.CONNECTING),au(this,yw,new AbortController),ws(this,Eme)(ws(this,ZD),eb(this,m4,sUt).call(this)).then(ws(this,lQe)).catch(ws(this,cQe))},lQe=new WeakMap,cQe=new WeakMap,sUt=function(){var t;let e={mode:"cors",redirect:"follow",headers:{Accept:"text/event-stream",...ws(this,_X)?{"Last-Event-ID":ws(this,_X)}:void 0},cache:"no-store",signal:(t=ws(this,yw))==null?void 0:t.signal};return"window"in globalThis&&(e.credentials=this.withCredentials?"include":"same-origin"),e},uQe=new WeakMap,dQe=new WeakMap,SX=function(t,e){var r;ws(this,Kg)!==this.CLOSED&&au(this,Kg,this.CLOSED);let n=new yme("error",{code:e,message:t});(r=ws(this,kU))==null||r.call(this,n),this.dispatchEvent(n)},fQe=function(t,e){var r;if(ws(this,Kg)===this.CLOSED)return;au(this,Kg,this.CONNECTING);let n=new yme("error",{code:e,message:t});(r=ws(this,kU))==null||r.call(this,n),this.dispatchEvent(n),au(this,OU,setTimeout(ws(this,pQe),ws(this,wX)))},pQe=new WeakMap,eR.CONNECTING=0,eR.OPEN=1,eR.CLOSED=2});async function JFn(t){return(await mQe).getRandomValues(new Uint8Array(t))}async function KFn(t){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~",r="",n=await JFn(t);for(let i=0;i<t;i++){let o=n[i]%e.length;r+=e[o]}return r}async function XFn(t){return await KFn(t)}async function ZFn(t){let e=await(await mQe).subtle.digest("SHA-256",new TextEncoder().encode(t));return btoa(String.fromCharCode(...new Uint8Array(e))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}async function gQe(t){if(t||(t=43),t<43||t>128)throw`Expected a length between 43 and 128. Received ${t}.`;let e=await XFn(t),r=await ZFn(e);return{code_verifier:e,code_challenge:r}}var mQe,cUt=ae(()=>{mQe=globalThis.crypto?.webcrypto??globalThis.crypto??import("node:crypto").then(t=>t.webcrypto)});var Bp,uUt,AQe,eUn,dUt,yQe,fUt,tUn,rUn,pUt,FQo,UQo,EQe=ae(()=>{fw();Bp=ee.string().url().superRefine((t,e)=>{if(!URL.canParse(t))return e.addIssue({code:ee.ZodIssueCode.custom,message:"URL must be parseable",fatal:!0}),ee.NEVER}).refine(t=>{let e=new URL(t);return e.protocol!=="javascript:"&&e.protocol!=="data:"&&e.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),uUt=ee.object({resource:ee.string().url(),authorization_servers:ee.array(Bp).optional(),jwks_uri:ee.string().url().optional(),scopes_supported:ee.array(ee.string()).optional(),bearer_methods_supported:ee.array(ee.string()).optional(),resource_signing_alg_values_supported:ee.array(ee.string()).optional(),resource_name:ee.string().optional(),resource_documentation:ee.string().optional(),resource_policy_uri:ee.string().url().optional(),resource_tos_uri:ee.string().url().optional(),tls_client_certificate_bound_access_tokens:ee.boolean().optional(),authorization_details_types_supported:ee.array(ee.string()).optional(),dpop_signing_alg_values_supported:ee.array(ee.string()).optional(),dpop_bound_access_tokens_required:ee.boolean().optional()}).passthrough(),AQe=ee.object({issuer:ee.string(),authorization_endpoint:Bp,token_endpoint:Bp,registration_endpoint:Bp.optional(),scopes_supported:ee.array(ee.string()).optional(),response_types_supported:ee.array(ee.string()),response_modes_supported:ee.array(ee.string()).optional(),grant_types_supported:ee.array(ee.string()).optional(),token_endpoint_auth_methods_supported:ee.array(ee.string()).optional(),token_endpoint_auth_signing_alg_values_supported:ee.array(ee.string()).optional(),service_documentation:Bp.optional(),revocation_endpoint:Bp.optional(),revocation_endpoint_auth_methods_supported:ee.array(ee.string()).optional(),revocation_endpoint_auth_signing_alg_values_supported:ee.array(ee.string()).optional(),introspection_endpoint:ee.string().optional(),introspection_endpoint_auth_methods_supported:ee.array(ee.string()).optional(),introspection_endpoint_auth_signing_alg_values_supported:ee.array(ee.string()).optional(),code_challenge_methods_supported:ee.array(ee.string()).optional()}).passthrough(),eUn=ee.object({issuer:ee.string(),authorization_endpoint:Bp,token_endpoint:Bp,userinfo_endpoint:Bp.optional(),jwks_uri:Bp,registration_endpoint:Bp.optional(),scopes_supported:ee.array(ee.string()).optional(),response_types_supported:ee.array(ee.string()),response_modes_supported:ee.array(ee.string()).optional(),grant_types_supported:ee.array(ee.string()).optional(),acr_values_supported:ee.array(ee.string()).optional(),subject_types_supported:ee.array(ee.string()),id_token_signing_alg_values_supported:ee.array(ee.string()),id_token_encryption_alg_values_supported:ee.array(ee.string()).optional(),id_token_encryption_enc_values_supported:ee.array(ee.string()).optional(),userinfo_signing_alg_values_supported:ee.array(ee.string()).optional(),userinfo_encryption_alg_values_supported:ee.array(ee.string()).optional(),userinfo_encryption_enc_values_supported:ee.array(ee.string()).optional(),request_object_signing_alg_values_supported:ee.array(ee.string()).optional(),request_object_encryption_alg_values_supported:ee.array(ee.string()).optional(),request_object_encryption_enc_values_supported:ee.array(ee.string()).optional(),token_endpoint_auth_methods_supported:ee.array(ee.string()).optional(),token_endpoint_auth_signing_alg_values_supported:ee.array(ee.string()).optional(),display_values_supported:ee.array(ee.string()).optional(),claim_types_supported:ee.array(ee.string()).optional(),claims_supported:ee.array(ee.string()).optional(),service_documentation:ee.string().optional(),claims_locales_supported:ee.array(ee.string()).optional(),ui_locales_supported:ee.array(ee.string()).optional(),claims_parameter_supported:ee.boolean().optional(),request_parameter_supported:ee.boolean().optional(),request_uri_parameter_supported:ee.boolean().optional(),require_request_uri_registration:ee.boolean().optional(),op_policy_uri:Bp.optional(),op_tos_uri:Bp.optional()}).passthrough(),dUt=eUn.merge(AQe.pick({code_challenge_methods_supported:!0})),yQe=ee.object({access_token:ee.string(),id_token:ee.string().optional(),token_type:ee.string(),expires_in:ee.number().optional(),scope:ee.string().optional(),refresh_token:ee.string().optional()}).strip(),fUt=ee.object({error:ee.string(),error_description:ee.string().optional(),error_uri:ee.string().optional()}),tUn=ee.object({redirect_uris:ee.array(Bp),token_endpoint_auth_method:ee.string().optional(),grant_types:ee.array(ee.string()).optional(),response_types:ee.array(ee.string()).optional(),client_name:ee.string().optional(),client_uri:Bp.optional(),logo_uri:Bp.optional(),scope:ee.string().optional(),contacts:ee.array(ee.string()).optional(),tos_uri:Bp.optional(),policy_uri:ee.string().optional(),jwks_uri:Bp.optional(),jwks:ee.any().optional(),software_id:ee.string().optional(),software_version:ee.string().optional(),software_statement:ee.string().optional()}).strip(),rUn=ee.object({client_id:ee.string(),client_secret:ee.string().optional(),client_id_issued_at:ee.number().optional(),client_secret_expires_at:ee.number().optional()}).strip(),pUt=tUn.merge(rUn),FQo=ee.object({error:ee.string(),error_description:ee.string().optional()}).strip(),UQo=ee.object({token:ee.string(),token_type_hint:ee.string().optional()}).strip()});function hUt(t){let e=typeof t=="string"?new URL(t):new URL(t.href);return e.hash="",e}function mUt({requestedResource:t,configuredResource:e}){let r=typeof t=="string"?new URL(t):new URL(t.href),n=typeof e=="string"?new URL(e):new URL(e.href);if(r.origin!==n.origin||r.pathname.length<n.pathname.length)return!1;let i=r.pathname.endsWith("/")?r.pathname:r.pathname+"/",o=n.pathname.endsWith("/")?n.pathname:n.pathname+"/";return i.startsWith(o)}var gUt=ae(()=>{});var cf,TX,tR,rR,nR,IX,DX,RX,tb,BX,NX,OX,kX,MX,PX,LX,FX,AUt,yUt=ae(()=>{cf=class extends Error{constructor(e,r){super(e),this.errorUri=r,this.name=this.constructor.name}toResponseObject(){let e={error:this.errorCode,error_description:this.message};return this.errorUri&&(e.error_uri=this.errorUri),e}get errorCode(){return this.constructor.errorCode}},TX=class extends cf{};TX.errorCode="invalid_request";tR=class extends cf{};tR.errorCode="invalid_client";rR=class extends cf{};rR.errorCode="invalid_grant";nR=class extends cf{};nR.errorCode="unauthorized_client";IX=class extends cf{};IX.errorCode="unsupported_grant_type";DX=class extends cf{};DX.errorCode="invalid_scope";RX=class extends cf{};RX.errorCode="access_denied";tb=class extends cf{};tb.errorCode="server_error";BX=class extends cf{};BX.errorCode="temporarily_unavailable";NX=class extends cf{};NX.errorCode="unsupported_response_type";OX=class extends cf{};OX.errorCode="unsupported_token_type";kX=class extends cf{};kX.errorCode="invalid_token";MX=class extends cf{};MX.errorCode="method_not_allowed";PX=class extends cf{};PX.errorCode="too_many_requests";LX=class extends cf{};LX.errorCode="invalid_client_metadata";FX=class extends cf{};FX.errorCode="insufficient_scope";AUt={[TX.errorCode]:TX,[tR.errorCode]:tR,[rR.errorCode]:rR,[nR.errorCode]:nR,[IX.errorCode]:IX,[DX.errorCode]:DX,[RX.errorCode]:RX,[tb.errorCode]:tb,[BX.errorCode]:BX,[NX.errorCode]:NX,[OX.errorCode]:OX,[kX.errorCode]:kX,[MX.errorCode]:MX,[PX.errorCode]:PX,[LX.errorCode]:LX,[FX.errorCode]:FX}});function vUt(t,e){let r=t.client_secret!==void 0;return e.length===0?r?"client_secret_post":"none":r&&e.includes("client_secret_basic")?"client_secret_basic":r&&e.includes("client_secret_post")?"client_secret_post":e.includes("none")?"none":r?"client_secret_post":"none"}function CUt(t,e,r,n){let{client_id:i,client_secret:o}=e;switch(t){case"client_secret_basic":nUn(i,o,r);return;case"client_secret_post":iUn(i,o,n);return;case"none":oUn(i,n);return;default:throw new Error(`Unsupported client authentication method: ${t}`)}}function nUn(t,e,r){if(!e)throw new Error("client_secret_basic authentication requires a client_secret");let n=btoa(`${t}:${e}`);r.set("Authorization",`Basic ${n}`)}function iUn(t,e,r){r.set("client_id",t),e&&r.set("client_secret",e)}function oUn(t,e){e.set("client_id",t)}async function CQe(t){let e=t instanceof Response?t.status:void 0,r=t instanceof Response?await t.text():t;try{let n=fUt.parse(JSON.parse(r)),{error:i,error_description:o,error_uri:s}=n,a=AUt[i]||tb;return new a(o||"",s)}catch(n){let i=`${e?`HTTP ${e}: `:""}Invalid OAuth error response: ${n}. Raw body: ${r}`;return new tb(i)}}async function Ew(t,e){var r,n;try{return await vQe(t,e)}catch(i){if(i instanceof tR||i instanceof nR)return await((r=t.invalidateCredentials)===null||r===void 0?void 0:r.call(t,"all")),await vQe(t,e);if(i instanceof rR)return await((n=t.invalidateCredentials)===null||n===void 0?void 0:n.call(t,"tokens")),await vQe(t,e);throw i}}async function vQe(t,{serverUrl:e,authorizationCode:r,scope:n,resourceMetadataUrl:i,fetchFn:o}){let s,a;try{s=await aUn(e,{resourceMetadataUrl:i},o),s.authorization_servers&&s.authorization_servers.length>0&&(a=s.authorization_servers[0])}catch{}a||(a=e);let c=await sUn(e,t,s),u=await fUn(a,{fetchFn:o}),d=await Promise.resolve(t.clientInformation());if(!d){if(r!==void 0)throw new Error("Existing OAuth client information is required when exchanging an authorization code");if(!t.saveClientInformation)throw new Error("OAuth client information must be saveable for dynamic registration");let g=await hUn(a,{metadata:u,clientMetadata:t.clientMetadata,fetchFn:o});await t.saveClientInformation(g),d=g}if(r!==void 0){let g=await t.codeVerifier(),A=await xQe(a,{metadata:u,clientInformation:d,authorizationCode:r,codeVerifier:g,redirectUri:t.redirectUrl,resource:c,addClientAuthentication:t.addClientAuthentication,fetchFn:o});return await t.saveTokens(A),"AUTHORIZED"}let f=await t.tokens();if(f?.refresh_token)try{let g=await SQe(a,{metadata:u,clientInformation:d,refreshToken:f.refresh_token,resource:c,addClientAuthentication:t.addClientAuthentication,fetchFn:o});return await t.saveTokens(g),"AUTHORIZED"}catch(g){if(!(!(g instanceof cf)||g instanceof tb))throw g}let p=t.state?await t.state():void 0,{authorizationUrl:h,codeVerifier:m}=await pUn(a,{metadata:u,clientInformation:d,state:p,redirectUrl:t.redirectUrl,scope:n||t.clientMetadata.scope,resource:c});return await t.saveCodeVerifier(m),await t.redirectToAuthorization(h),"REDIRECT"}async function sUn(t,e,r){let n=hUt(t);if(e.validateResourceURL)return await e.validateResourceURL(n,r?.resource);if(r){if(!mUt({requestedResource:n,configuredResource:r.resource}))throw new Error(`Protected resource ${r.resource} does not match expected ${n} (or origin)`);return new URL(r.resource)}}function UX(t){let e=t.headers.get("WWW-Authenticate");if(!e)return;let[r,n]=e.split(" ");if(r.toLowerCase()!=="bearer"||!n)return;let o=/resource_metadata="([^"]*)"/.exec(e);if(o)try{return new URL(o[1])}catch{return}}async function aUn(t,e,r=fetch){let n=await uUn(t,"oauth-protected-resource",r,{protocolVersion:e?.protocolVersion,metadataUrl:e?.resourceMetadataUrl});if(!n||n.status===404)throw new Error("Resource server does not implement OAuth 2.0 Protected Resource Metadata.");if(!n.ok)throw new Error(`HTTP ${n.status} trying to load well-known OAuth protected resource metadata.`);return uUt.parse(await n.json())}async function bQe(t,e,r=fetch){try{return await r(t,{headers:e})}catch(n){if(n instanceof TypeError)return e?bQe(t,void 0,r):void 0;throw n}}function lUn(t,e="",r={}){return e.endsWith("/")&&(e=e.slice(0,-1)),r.prependPathname?`${e}/.well-known/${t}`:`/.well-known/${t}${e}`}async function EUt(t,e,r=fetch){return await bQe(t,{"MCP-Protocol-Version":e},r)}function cUn(t,e){return!t||t.status>=400&&t.status<500&&e!=="/"}async function uUn(t,e,r,n){var i,o;let s=new URL(t),a=(i=n?.protocolVersion)!==null&&i!==void 0?i:SU,c;if(n?.metadataUrl)c=new URL(n.metadataUrl);else{let d=lUn(e,s.pathname);c=new URL(d,(o=n?.metadataServerUrl)!==null&&o!==void 0?o:s),c.search=s.search}let u=await EUt(c,a,r);if(!n?.metadataUrl&&cUn(u,s.pathname)){let d=new URL(`/.well-known/${e}`,s);u=await EUt(d,a,r)}return u}function dUn(t){let e=typeof t=="string"?new URL(t):t,r=e.pathname!=="/",n=[];if(!r)return n.push({url:new URL("/.well-known/oauth-authorization-server",e.origin),type:"oauth"}),n.push({url:new URL("/.well-known/openid-configuration",e.origin),type:"oidc"}),n;let i=e.pathname;return i.endsWith("/")&&(i=i.slice(0,-1)),n.push({url:new URL(`/.well-known/oauth-authorization-server${i}`,e.origin),type:"oauth"}),n.push({url:new URL("/.well-known/oauth-authorization-server",e.origin),type:"oauth"}),n.push({url:new URL(`/.well-known/openid-configuration${i}`,e.origin),type:"oidc"}),n.push({url:new URL(`${i}/.well-known/openid-configuration`,e.origin),type:"oidc"}),n}async function fUn(t,{fetchFn:e=fetch,protocolVersion:r=SU}={}){var n;let i={"MCP-Protocol-Version":r},o=dUn(t);for(let{url:s,type:a}of o){let c=await bQe(s,i,e);if(c){if(!c.ok){if(c.status>=400&&c.status<500)continue;throw new Error(`HTTP ${c.status} trying to load ${a==="oauth"?"OAuth":"OpenID provider"} metadata from ${s}`)}if(a==="oauth")return AQe.parse(await c.json());{let u=dUt.parse(await c.json());if(!(!((n=u.code_challenge_methods_supported)===null||n===void 0)&&n.includes("S256")))throw new Error(`Incompatible OIDC provider at ${s}: does not support S256 code challenge method required by MCP specification`);return u}}}}async function pUn(t,{metadata:e,clientInformation:r,redirectUrl:n,scope:i,state:o,resource:s}){let a="code",c="S256",u;if(e){if(u=new URL(e.authorization_endpoint),!e.response_types_supported.includes(a))throw new Error(`Incompatible auth server: does not support response type ${a}`);if(!e.code_challenge_methods_supported||!e.code_challenge_methods_supported.includes(c))throw new Error(`Incompatible auth server: does not support code challenge method ${c}`)}else u=new URL("/authorize",t);let d=await gQe(),f=d.code_verifier,p=d.code_challenge;return u.searchParams.set("response_type",a),u.searchParams.set("client_id",r.client_id),u.searchParams.set("code_challenge",p),u.searchParams.set("code_challenge_method",c),u.searchParams.set("redirect_uri",String(n)),o&&u.searchParams.set("state",o),i&&u.searchParams.set("scope",i),i?.includes("offline_access")&&u.searchParams.append("prompt","consent"),s&&u.searchParams.set("resource",s.href),{authorizationUrl:u,codeVerifier:f}}async function xQe(t,{metadata:e,clientInformation:r,authorizationCode:n,codeVerifier:i,redirectUri:o,resource:s,addClientAuthentication:a,fetchFn:c}){var u;let d="authorization_code",f=e?.token_endpoint?new URL(e.token_endpoint):new URL("/token",t);if(e?.grant_types_supported&&!e.grant_types_supported.includes(d))throw new Error(`Incompatible auth server: does not support grant type ${d}`);let p=new Headers({"Content-Type":"application/x-www-form-urlencoded",Accept:"application/json"}),h=new URLSearchParams({grant_type:d,code:n,code_verifier:i,redirect_uri:String(o)});if(a)a(p,h,t,e);else{let g=(u=e?.token_endpoint_auth_methods_supported)!==null&&u!==void 0?u:[],A=vUt(r,g);CUt(A,r,p,h)}s&&h.set("resource",s.href);let m=await(c??fetch)(f,{method:"POST",headers:p,body:h});if(!m.ok)throw await CQe(m);return yQe.parse(await m.json())}async function SQe(t,{metadata:e,clientInformation:r,refreshToken:n,resource:i,addClientAuthentication:o,fetchFn:s}){var a;let c="refresh_token",u;if(e){if(u=new URL(e.token_endpoint),e.grant_types_supported&&!e.grant_types_supported.includes(c))throw new Error(`Incompatible auth server: does not support grant type ${c}`)}else u=new URL("/token",t);let d=new Headers({"Content-Type":"application/x-www-form-urlencoded"}),f=new URLSearchParams({grant_type:c,refresh_token:n});if(o)o(d,f,t,e);else{let h=(a=e?.token_endpoint_auth_methods_supported)!==null&&a!==void 0?a:[],m=vUt(r,h);CUt(m,r,d,f)}i&&f.set("resource",i.href);let p=await(s??fetch)(u,{method:"POST",headers:d,body:f});if(!p.ok)throw await CQe(p);return yQe.parse({refresh_token:n,...await p.json()})}async function hUn(t,{metadata:e,clientMetadata:r,fetchFn:n}){let i;if(e){if(!e.registration_endpoint)throw new Error("Incompatible auth server: does not support dynamic client registration");i=new URL(e.registration_endpoint)}else i=new URL("/register",t);let o=await(n??fetch)(i,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!o.ok)throw await CQe(o);return pUt.parse(await o.json())}var Xg,vme=ae(()=>{cUt();hw();EQe();EQe();gUt();yUt();Xg=class extends Error{constructor(e){super(e??"Unauthorized")}}});var wQe,MU,bUt=ae(()=>{lUt();hw();vme();wQe=class extends Error{constructor(e,r,n){super(`SSE error: ${r}`),this.code=e,this.event=n}},MU=class{constructor(e,r){this._url=e,this._resourceMetadataUrl=void 0,this._eventSourceInit=r?.eventSourceInit,this._requestInit=r?.requestInit,this._authProvider=r?.authProvider,this._fetch=r?.fetch}async _authThenStart(){var e;if(!this._authProvider)throw new Xg("No auth provider");let r;try{r=await Ew(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,fetchFn:this._fetch})}catch(n){throw(e=this.onerror)===null||e===void 0||e.call(this,n),n}if(r!=="AUTHORIZED")throw new Xg;return await this._startOrAuth()}async _commonHeaders(){var e;let r={};if(this._authProvider){let n=await this._authProvider.tokens();n&&(r.Authorization=`Bearer ${n.access_token}`)}return this._protocolVersion&&(r["mcp-protocol-version"]=this._protocolVersion),new Headers({...r,...(e=this._requestInit)===null||e===void 0?void 0:e.headers})}_startOrAuth(){var e,r,n;let i=(n=(r=(e=this===null||this===void 0?void 0:this._eventSourceInit)===null||e===void 0?void 0:e.fetch)!==null&&r!==void 0?r:this._fetch)!==null&&n!==void 0?n:fetch;return new Promise((o,s)=>{this._eventSource=new eR(this._url.href,{...this._eventSourceInit,fetch:async(a,c)=>{let u=await this._commonHeaders();u.set("Accept","text/event-stream");let d=await i(a,{...c,headers:u});return d.status===401&&d.headers.has("www-authenticate")&&(this._resourceMetadataUrl=UX(d)),d}}),this._abortController=new AbortController,this._eventSource.onerror=a=>{var c;if(a.code===401&&this._authProvider){this._authThenStart().then(o,s);return}let u=new wQe(a.code,a.message,a);s(u),(c=this.onerror)===null||c===void 0||c.call(this,u)},this._eventSource.onopen=()=>{},this._eventSource.addEventListener("endpoint",a=>{var c;let u=a;try{if(this._endpoint=new URL(u.data,this._url),this._endpoint.origin!==this._url.origin)throw new Error(`Endpoint origin does not match connection origin: ${this._endpoint.origin}`)}catch(d){s(d),(c=this.onerror)===null||c===void 0||c.call(this,d),this.close();return}o()}),this._eventSource.onmessage=a=>{var c,u;let d=a,f;try{f=pw.parse(JSON.parse(d.data))}catch(p){(c=this.onerror)===null||c===void 0||c.call(this,p);return}(u=this.onmessage)===null||u===void 0||u.call(this,f)}})}async start(){if(this._eventSource)throw new Error("SSEClientTransport already started! If using Client class, note that connect() calls start() automatically.");return await this._startOrAuth()}async finishAuth(e){if(!this._authProvider)throw new Xg("No auth provider");if(await Ew(this._authProvider,{serverUrl:this._url,authorizationCode:e,resourceMetadataUrl:this._resourceMetadataUrl,fetchFn:this._fetch})!=="AUTHORIZED")throw new Xg("Failed to authorize")}async close(){var e,r,n;(e=this._abortController)===null||e===void 0||e.abort(),(r=this._eventSource)===null||r===void 0||r.close(),(n=this.onclose)===null||n===void 0||n.call(this)}async send(e){var r,n,i;if(!this._endpoint)throw new Error("Not connected");try{let o=await this._commonHeaders();o.set("content-type","application/json");let s={...this._requestInit,method:"POST",headers:o,body:JSON.stringify(e),signal:(r=this._abortController)===null||r===void 0?void 0:r.signal},a=await((n=this._fetch)!==null&&n!==void 0?n:fetch)(this._endpoint,s);if(!a.ok){if(a.status===401&&this._authProvider){if(this._resourceMetadataUrl=UX(a),await Ew(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,fetchFn:this._fetch})!=="AUTHORIZED")throw new Xg;return this.send(e)}let c=await a.text().catch(()=>null);throw new Error(`Error POSTing to endpoint (HTTP ${a.status}): ${c}`)}}catch(o){throw(i=this.onerror)===null||i===void 0||i.call(this,o),o}}setProtocolVersion(e){this._protocolVersion=e}}});var Cme,xUt=ae(()=>{oQe();Cme=class extends TransformStream{constructor({onError:e,onRetry:r,onComment:n}={}){let i;super({start(o){i=gme({onEvent:s=>{o.enqueue(s)},onError(s){e==="terminate"?o.error(s):typeof e=="function"&&e(s)},onRetry:r,onComment:n})},transform(o){i.feed(o)}})}}});var mUn,QX,vw,_Qe=ae(()=>{hw();vme();xUt();mUn={initialReconnectionDelay:1e3,maxReconnectionDelay:3e4,reconnectionDelayGrowFactor:1.5,maxRetries:2},QX=class extends Error{constructor(e,r){super(`Streamable HTTP error: ${r}`),this.code=e}},vw=class{constructor(e,r){var n;this._url=e,this._resourceMetadataUrl=void 0,this._requestInit=r?.requestInit,this._authProvider=r?.authProvider,this._fetch=r?.fetch,this._sessionId=r?.sessionId,this._reconnectionOptions=(n=r?.reconnectionOptions)!==null&&n!==void 0?n:mUn}async _authThenStart(){var e;if(!this._authProvider)throw new Xg("No auth provider");let r;try{r=await Ew(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,fetchFn:this._fetch})}catch(n){throw(e=this.onerror)===null||e===void 0||e.call(this,n),n}if(r!=="AUTHORIZED")throw new Xg;return await this._startOrAuthSse({resumptionToken:void 0})}async _commonHeaders(){var e;let r={};if(this._authProvider){let i=await this._authProvider.tokens();i&&(r.Authorization=`Bearer ${i.access_token}`)}this._sessionId&&(r["mcp-session-id"]=this._sessionId),this._protocolVersion&&(r["mcp-protocol-version"]=this._protocolVersion);let n=this._normalizeHeaders((e=this._requestInit)===null||e===void 0?void 0:e.headers);return new Headers({...r,...n})}async _startOrAuthSse(e){var r,n,i;let{resumptionToken:o}=e;try{let s=await this._commonHeaders();s.set("Accept","text/event-stream"),o&&s.set("last-event-id",o);let a=await((r=this._fetch)!==null&&r!==void 0?r:fetch)(this._url,{method:"GET",headers:s,signal:(n=this._abortController)===null||n===void 0?void 0:n.signal});if(!a.ok){if(a.status===401&&this._authProvider)return await this._authThenStart();if(a.status===405)return;throw new QX(a.status,`Failed to open SSE stream: ${a.statusText}`)}this._handleSseStream(a.body,e,!0)}catch(s){throw(i=this.onerror)===null||i===void 0||i.call(this,s),s}}_getNextReconnectionDelay(e){let r=this._reconnectionOptions.initialReconnectionDelay,n=this._reconnectionOptions.reconnectionDelayGrowFactor,i=this._reconnectionOptions.maxReconnectionDelay;return Math.min(r*Math.pow(n,e),i)}_normalizeHeaders(e){return e?e instanceof Headers?Object.fromEntries(e.entries()):Array.isArray(e)?Object.fromEntries(e):{...e}:{}}_scheduleReconnection(e,r=0){var n;let i=this._reconnectionOptions.maxRetries;if(i>0&&r>=i){(n=this.onerror)===null||n===void 0||n.call(this,new Error(`Maximum reconnection attempts (${i}) exceeded.`));return}let o=this._getNextReconnectionDelay(r);setTimeout(()=>{this._startOrAuthSse(e).catch(s=>{var a;(a=this.onerror)===null||a===void 0||a.call(this,new Error(`Failed to reconnect SSE stream: ${s instanceof Error?s.message:String(s)}`)),this._scheduleReconnection(e,r+1)})},o)}_handleSseStream(e,r,n){if(!e)return;let{onresumptiontoken:i,replayMessageId:o}=r,s;(async()=>{var c,u,d,f;try{let p=e.pipeThrough(new TextDecoderStream).pipeThrough(new Cme).getReader();for(;;){let{value:h,done:m}=await p.read();if(m)break;if(h.id&&(s=h.id,i?.(h.id)),!h.event||h.event==="message")try{let g=pw.parse(JSON.parse(h.data));o!==void 0&&yX(g)&&(g.id=o),(c=this.onmessage)===null||c===void 0||c.call(this,g)}catch(g){(u=this.onerror)===null||u===void 0||u.call(this,g)}}}catch(p){if((d=this.onerror)===null||d===void 0||d.call(this,new Error(`SSE stream disconnected: ${p}`)),n&&this._abortController&&!this._abortController.signal.aborted)try{this._scheduleReconnection({resumptionToken:s,onresumptiontoken:i,replayMessageId:o},0)}catch(h){(f=this.onerror)===null||f===void 0||f.call(this,new Error(`Failed to reconnect: ${h instanceof Error?h.message:String(h)}`))}}})()}async start(){if(this._abortController)throw new Error("StreamableHTTPClientTransport already started! If using Client class, note that connect() calls start() automatically.");this._abortController=new AbortController}async finishAuth(e){if(!this._authProvider)throw new Xg("No auth provider");if(await Ew(this._authProvider,{serverUrl:this._url,authorizationCode:e,resourceMetadataUrl:this._resourceMetadataUrl,fetchFn:this._fetch})!=="AUTHORIZED")throw new Xg("Failed to authorize")}async close(){var e,r;(e=this._abortController)===null||e===void 0||e.abort(),(r=this.onclose)===null||r===void 0||r.call(this)}async send(e,r){var n,i,o,s;try{let{resumptionToken:a,onresumptiontoken:c}=r||{};if(a){this._startOrAuthSse({resumptionToken:a,replayMessageId:Q0e(e)?e.id:void 0}).catch(A=>{var y;return(y=this.onerror)===null||y===void 0?void 0:y.call(this,A)});return}let u=await this._commonHeaders();u.set("content-type","application/json"),u.set("accept","application/json, text/event-stream");let d={...this._requestInit,method:"POST",headers:u,body:JSON.stringify(e),signal:(n=this._abortController)===null||n===void 0?void 0:n.signal},f=await((i=this._fetch)!==null&&i!==void 0?i:fetch)(this._url,d),p=f.headers.get("mcp-session-id");if(p&&(this._sessionId=p),!f.ok){if(f.status===401&&this._authProvider){if(this._resourceMetadataUrl=UX(f),await Ew(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,fetchFn:this._fetch})!=="AUTHORIZED")throw new Xg;return this.send(e)}let A=await f.text().catch(()=>null);throw new Error(`Error POSTing to endpoint (HTTP ${f.status}): ${A}`)}if(f.status===202){nPt(e)&&this._startOrAuthSse({resumptionToken:void 0}).catch(A=>{var y;return(y=this.onerror)===null||y===void 0?void 0:y.call(this,A)});return}let m=(Array.isArray(e)?e:[e]).filter(A=>"method"in A&&"id"in A&&A.id!==void 0).length>0,g=f.headers.get("content-type");if(m)if(g?.includes("text/event-stream"))this._handleSseStream(f.body,{onresumptiontoken:c},!1);else if(g?.includes("application/json")){let A=await f.json(),y=Array.isArray(A)?A.map(E=>pw.parse(E)):[pw.parse(A)];for(let E of y)(o=this.onmessage)===null||o===void 0||o.call(this,E)}else throw new QX(-1,`Unexpected content type: ${g}`)}catch(a){throw(s=this.onerror)===null||s===void 0||s.call(this,a),a}}get sessionId(){return this._sessionId}async terminateSession(){var e,r,n;if(this._sessionId)try{let i=await this._commonHeaders(),o={...this._requestInit,method:"DELETE",headers:i,signal:(e=this._abortController)===null||e===void 0?void 0:e.signal},s=await((r=this._fetch)!==null&&r!==void 0?r:fetch)(this._url,o);if(!s.ok&&s.status!==405)throw new QX(s.status,`Failed to terminate session: ${s.statusText}`);this._sessionId=void 0}catch(i){throw(n=this.onerror)===null||n===void 0||n.call(this,i),i}}setProtocolVersion(e){this._protocolVersion=e}get protocolVersion(){return this._protocolVersion}}});import{readFile as gUn}from"node:fs/promises";var qX,GX,iR,TQe=ae(()=>{"use strict";RL();vme();Fn();(function(t){t.CLI_CONNECT="cli_connect",t.PING="ping",t.GET_ACTIVE_FILE="get_active_file",t.GET_FILE_CONTENT="get_file_content",t.GET_SELECTED_TEXT="get_selected_text",t.SHOW_DIFF="show_diff"})(qX||(qX={}));GX=class extends Error{code;constructor(e,r){super(r),this.code=e}},iR=class{_websocket;_url;_authProvider;_websocketOptions;_WebSocket;_protocolVersion;_isClosed=!1;_specialIds=new Set;onclose;onerror;onmessage;sessionId;constructor(e,r){this._url=e,this._authProvider=r?.authProvider,this._websocketOptions=r?.websocketOptions,this._WebSocket=r?.WebSocket||w8.default}async start(){if(this._isClosed)throw new Error(N.t("websocketClient.errors.transportClosed"));let e=null;if(this._authProvider)try{let i=await this._authProvider.tokens();i?.access_token&&(e=i.access_token)}catch(i){try{let o=await this._authProvider.clientInformation();if(o){let s=await this._authProvider.tokens();if(s?.refresh_token){let a=await SQe(this._url,{clientInformation:o,refreshToken:s.refresh_token,addClientAuthentication:this._authProvider.addClientAuthentication});await this._authProvider.saveTokens(a),a?.access_token&&(e=a.access_token)}}}catch{if(this._authProvider.redirectToAuthorization){let s=this._authProvider.redirectUrl;throw await this._authProvider.redirectToAuthorization(typeof s=="string"?new URL(s):s),new Error(N.t("websocketClient.errors.unauthorizedOAuth"))}throw i}}let r={...this._websocketOptions?.headers};e&&(r.Authorization=`Bearer ${e}`),this._protocolVersion&&(r["MCP-Protocol-Version"]=this._protocolVersion);let n=new URL(this._url.toString());return n.protocol==="http:"?n.protocol="ws:":n.protocol==="https:"&&(n.protocol="wss:"),new Promise((i,o)=>{try{let s={headers:r};this._websocket=new this._WebSocket(n.toString(),s),this._websocket.on("open",()=>{i()}),this._websocket.on("error",a=>{let c=a.code!==void 0?a.code:void 0;o(new GX(c,`WebSocket error: ${a.message}`))}),this._websocket.on("message",async a=>{try{let c=a.toString(),u=JSON.parse(c);if(this._specialIds.has(Number(u.id))||u.type==="welcome")return;this.onmessage?.(await this._transformResponse(u))}catch(c){this.onerror?.(new Error(`Failed to parse WebSocket message: ${c instanceof Error?c.message:String(c)}`))}}),this._websocket.on("close",()=>{this._isClosed||(this._isClosed=!0,this.onclose?.())})}catch(s){o(new GX(void 0,`Failed to create WebSocket: ${s}`))}})}async finishAuth(e){if(!this._authProvider)throw new Error(N.t("websocketClient.errors.noAuthProvider"));try{let r=await this._authProvider.clientInformation();if(r){let n=this._authProvider.redirectUrl.toString(),i=await xQe(this._url,{clientInformation:r,authorizationCode:e,codeVerifier:await this._authProvider.codeVerifier(),redirectUri:n,addClientAuthentication:this._authProvider.addClientAuthentication});await this._authProvider.saveTokens(i)}else throw new Error(N.t("websocketClient.errors.clientInfoNotAvailable"))}catch(r){throw new Error(`Failed to exchange authorization code for access token: ${r}`)}}async close(){this._isClosed=!0,this._websocket&&this._websocket.readyState===w8.default.OPEN?this._websocket.close():this.onclose?.()}async send(e){if(this._isClosed)throw new Error(N.t("websocketClient.errors.transportClosed"));if(!this._websocket)throw new Error(N.t("websocketClient.errors.transportNotStarted"));if(this._websocket.readyState!==w8.default.OPEN)throw new Error(N.t("websocketClient.errors.websocketNotOpen"));try{if(e.method==="notifications/initialized")return;let r=await this._transformRequest(e),n=JSON.stringify(r);this._websocket.send(n)}catch(r){throw new GX(void 0,`Failed to send message: ${r instanceof Error?r.message:String(r)}`)}}async _transformRequest(e){if(e.method==="initialize")return{type:qX.CLI_CONNECT,id:e.id,timestamp:Date.now(),payload:{clientInfo:{version:"0.3.5-beta.1",platform:process.platform,workingDirectory:process.cwd()}}};if(e.method==="tools/call"&&e.params?.name==="openDiff"){let{arguments:r}=e.params||{},{filePath:n,newContent:i}=r||{};return{type:qX.SHOW_DIFF,id:e.id,timestamp:Date.now(),payload:{originalText:await gUn(n,"utf8"),modifiedText:i}}}return e}async _transformResponse(e){if(e.type==="connection_ack")return{jsonrpc:"2.0",id:e.id,result:{protocolVersion:"2024-11-05",capabilities:{logging:{},prompts:{},resources:{},tools:{}},serverInfo:{name:"JetBrains Plugin Server",title:"JetBrains Plugin Server",version:"1.0.0"}}};if(e.type==="selection_changed"){let r=await this._getSelectedText();return{jsonrpc:"2.0",method:"ide/contextUpdate",params:{workspaceState:{openFiles:[{path:e.payload.fileName,timestamp:Date.now(),isActive:!0,selectedText:r}]}}}}return e.type==="active_file_changed"?{jsonrpc:"2.0",method:"ide/contextUpdate",params:{workspaceState:{openFiles:[{path:e.payload.fileName,timestamp:Date.now(),isActive:!0}]}}}:e}async _getSelectedText(){if(!this._websocket)return"";let e=performance.now();return this._specialIds.add(e),this._websocket.send(JSON.stringify({type:qX.GET_SELECTED_TEXT,id:e,timestamp:Date.now()})),new Promise((r,n)=>{this._websocket.once("message",i=>{try{let o=JSON.parse(i.toString());Number(o.id)===e&&(this._specialIds.delete(e),o.payload.success?r(o.payload.data.text):n(o.payload.error))}catch{r("")}})})}setProtocolVersion(e){this._protocolVersion=e}}});var SUt,bme,wUt=ae(()=>{"use strict";SUt=Le(SK(),1);Fn();bme=class{config;auth;redirectUrl="";clientMetadata={client_name:"iFlow CLI (Google ADC)",redirect_uris:[],grant_types:[],response_types:[],token_endpoint_auth_method:"none"};_clientInformation;constructor(e){this.config=e;let r=this.config?.oauth?.scopes;if(!r||r.length===0)throw new Error(N.t("mcp.auth.scopesRequired"));this.auth=new SUt.GoogleAuth({scopes:r})}clientInformation(){return this._clientInformation}saveClientInformation(e){this._clientInformation=e}async tokens(){let r=await(await this.auth.getClient()).getAccessToken();if(!r.token){console.error(N.t("mcp.auth.failedToGetAccessToken"));return}return{access_token:r.token,token_type:"Bearer"}}saveTokens(e){}redirectToAuthorization(e){}saveCodeVerifier(e){}codeVerifier(){return""}}});import{execFile as AUn}from"node:child_process";import{promisify as yUn}from"node:util";import{platform as EUn}from"node:os";import{URL as vUn}from"node:url";function CUn(t){let e;try{e=new vUn(t)}catch{throw new Error(`Invalid URL: ${t}`)}if(e.protocol!=="http:"&&e.protocol!=="https:")throw new Error(`Unsafe protocol: ${e.protocol}. Only HTTP and HTTPS are allowed.`);if(/[\r\n\x00-\x1f]/.test(t))throw new Error("URL contains invalid characters")}async function TUt(t){CUn(t);let e=EUn(),r,n;switch(e){case"darwin":r="open",n=[t];break;case"win32":r="powershell.exe",n=["-NoProfile","-NonInteractive","-WindowStyle","Hidden","-Command",`Start-Process '${t.replace(/'/g,"''")}'`];break;case"linux":case"freebsd":case"openbsd":r="xdg-open",n=[t];break;default:throw new Error(`Unsupported platform: ${e}`)}let i={env:{...process.env,SHELL:void 0},detached:!0,stdio:"ignore"};try{await _Ut(r,n,i)}catch(o){if((e==="linux"||e==="freebsd"||e==="openbsd")&&r==="xdg-open"){let s=["gnome-open","kde-open","firefox","chromium","google-chrome"];for(let a of s)try{await _Ut(a,[t],i);return}catch{continue}}throw new Error(`Failed to open browser: ${o instanceof Error?o.message:"Unknown error"}`)}}var _Ut,IUt=ae(()=>{"use strict";_Ut=yUn(AUn)});function cs(t){return t instanceof Error&&"code"in t}function ar(t){if(t instanceof Error)return t.message;try{return String(t)}catch{return"Failed to get error details"}}function IQe(t){if(t&&typeof t=="object"&&"response"in t){let r=bUn(t);if(r.error&&r.error.message&&r.error.code)switch(r.error.code){case 400:return new Sme(r.error.message);case 401:return new Cw(r.error.message);case 403:return new xme(r.error.message);default:}}return t}function bUn(t){return typeof t.response?.data=="string"?JSON.parse(t.response?.data):t.response?.data}var xme,Cw,Sme,lu=ae(()=>{"use strict";xme=class extends Error{},Cw=class extends Error{},Sme=class extends Error{}});import{promises as PU}from"node:fs";import*as wme from"node:path";import*as DUt from"node:os";var Np,_me=ae(()=>{"use strict";lu();Fn();Np=class{static TOKEN_FILE="mcp-oauth-tokens.json";static CONFIG_DIR=".iflow";static getTokenFilePath(){let e=DUt.homedir();return wme.join(e,this.CONFIG_DIR,this.TOKEN_FILE)}static async ensureConfigDir(){let e=wme.dirname(this.getTokenFilePath());await PU.mkdir(e,{recursive:!0})}static async loadTokens(){let e=new Map;try{let r=this.getTokenFilePath(),n=await PU.readFile(r,"utf-8"),i=JSON.parse(n);for(let o of i)e.set(o.serverName,o)}catch(r){r.code!=="ENOENT"&&console.error(N.t("mcp.tokenStorage.errors.failedToLoadTokens",{error:ar(r)}))}return e}static async saveToken(e,r,n,i,o){await this.ensureConfigDir();let s=await this.loadTokens(),a={serverName:e,token:r,clientId:n,tokenUrl:i,mcpServerUrl:o,updatedAt:Date.now()};s.set(e,a);let c=Array.from(s.values()),u=this.getTokenFilePath();try{await PU.writeFile(u,JSON.stringify(c,null,2),{mode:384})}catch(d){throw console.error(N.t("mcp.tokenStorage.errors.failedToSaveToken",{error:ar(d)})),d}}static async getToken(e){return(await this.loadTokens()).get(e)||null}static async removeToken(e){let r=await this.loadTokens();if(r.delete(e)){let n=Array.from(r.values()),i=this.getTokenFilePath();try{n.length===0?await PU.unlink(i):await PU.writeFile(i,JSON.stringify(n,null,2),{mode:384})}catch(o){console.error(N.t("mcp.tokenStorage.errors.failedToRemoveToken",{error:ar(o)}))}}}static isTokenExpired(e){if(!e.expiresAt)return!1;let r=300*1e3;return Date.now()+r>=e.expiresAt}static async clearAllTokens(){try{let e=this.getTokenFilePath();await PU.unlink(e)}catch(e){e.code!=="ENOENT"&&console.error(N.t("mcp.tokenStorage.errors.failedToClearTokens",{error:ar(e)}))}}}});var Op,Tme=ae(()=>{"use strict";lu();Fn();Op=class{static buildWellKnownUrls(e){let r=new URL(e),n=`${r.protocol}//${r.host}`;return{protectedResource:new URL("/.well-known/oauth-protected-resource",n).toString(),authorizationServer:new URL("/.well-known/oauth-authorization-server",n).toString()}}static async fetchProtectedResourceMetadata(e){try{let r=await fetch(e);return r.ok?await r.json():null}catch(r){return console.debug(`Failed to fetch protected resource metadata from ${e}: ${ar(r)}`),null}}static async fetchAuthorizationServerMetadata(e){try{let r=await fetch(e);return r.ok?await r.json():null}catch(r){return console.debug(`Failed to fetch authorization server metadata from ${e}: ${ar(r)}`),null}}static metadataToOAuthConfig(e){return{authorizationUrl:e.authorization_endpoint,tokenUrl:e.token_endpoint,scopes:e.scopes_supported||[]}}static async discoverOAuthConfig(e){try{let r=this.buildWellKnownUrls(e),n=await this.fetchProtectedResourceMetadata(r.protectedResource);if(n?.authorization_servers?.length){let o=n.authorization_servers[0],s=new URL("/.well-known/oauth-authorization-server",o).toString(),a=await this.fetchAuthorizationServerMetadata(s);if(a){let c=this.metadataToOAuthConfig(a);return a.registration_endpoint&&console.log(N.t("mcp.oauth.discovery.dynamicRegistrationSupported"),a.registration_endpoint),c}}console.debug(`Trying OAuth discovery fallback at ${r.authorizationServer}`);let i=await this.fetchAuthorizationServerMetadata(r.authorizationServer);if(i){let o=this.metadataToOAuthConfig(i);return i.registration_endpoint&&console.log(N.t("mcp.oauth.discovery.dynamicRegistrationSupported"),i.registration_endpoint),o}return null}catch(r){return console.debug(`Failed to discover OAuth configuration: ${ar(r)}`),null}}static parseWWWAuthenticateHeader(e){let r=e.match(/resource_metadata="([^"]+)"/);return r?r[1]:null}static async discoverOAuthFromWWWAuthenticate(e){let r=this.parseWWWAuthenticateHeader(e);if(!r)return null;console.log(N.t("mcp.oauth.discovery.foundResourceMetadataUri",{uri:r}));let n=await this.fetchProtectedResourceMetadata(r);if(!n?.authorization_servers?.length)return null;let i=n.authorization_servers[0],o=new URL("/.well-known/oauth-authorization-server",i).toString(),s=await this.fetchAuthorizationServerMetadata(o);return s?(console.log(N.t("mcp.oauth.discovery.configDiscoveredFromWwwAuth")),this.metadataToOAuthConfig(s)):null}static extractBaseUrl(e){let r=new URL(e);return`${r.protocol}//${r.host}`}static isSSEEndpoint(e){return e.includes("/sse")||!e.includes("/mcp")}static buildResourceParameter(e){let r=new URL(e);return`${r.protocol}//${r.host}`}}});import*as RUt from"node:http";import*as HX from"node:crypto";import{URL as DQe}from"node:url";var I1,RQe=ae(()=>{"use strict";IUt();_me();lu();Tme();Fn();I1=class{static REDIRECT_PORT=7777;static REDIRECT_PATH="/oauth/callback";static HTTP_OK=200;static HTTP_REDIRECT=302;static async registerClient(e,r){let i={client_name:"iFlow CLI MCP Client",redirect_uris:[r.redirectUri||`http://localhost:${this.REDIRECT_PORT}${this.REDIRECT_PATH}`],grant_types:["authorization_code","refresh_token"],response_types:["code"],token_endpoint_auth_method:"none",code_challenge_method:["S256"],scope:r.scopes?.join(" ")||""},o=await fetch(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(i)});if(!o.ok){let s=await o.text();throw new Error(N.t("mcp.auth.clientRegistrationFailed",{status:o.status,statusText:o.statusText,error:s}))}return await o.json()}static async discoverOAuthFromMCPServer(e){let r=Op.extractBaseUrl(e);return Op.discoverOAuthConfig(r)}static generatePKCEParams(){let e=HX.randomBytes(32).toString("base64url"),r=HX.createHash("sha256").update(e).digest("base64url"),n=HX.randomBytes(16).toString("base64url");return{codeVerifier:e,codeChallenge:r,state:n}}static async startCallbackServer(e){return new Promise((r,n)=>{let i=RUt.createServer(async(o,s)=>{try{let a=new DQe(o.url,`http://localhost:${this.REDIRECT_PORT}`);if(a.pathname!==this.REDIRECT_PATH){s.writeHead(404),s.end(N.t("mcp.ui.notFound"));return}let c=a.searchParams.get("code"),u=a.searchParams.get("state"),d=a.searchParams.get("error");if(d){s.writeHead(this.HTTP_OK,{"Content-Type":"text/html"}),s.end(`
|
|
849
|
+
`&&n++}}return[e,r]}var mme,oQe=ae(()=>{mme=class extends Error{constructor(e,r){super(e),this.name="ParseError",this.type=r.type,this.field=r.field,this.value=r.value,this.line=r.line}}});function zFn(t){let e=globalThis.DOMException;return typeof e=="function"?new e(t,"SyntaxError"):new SyntaxError(t)}function sQe(t){return t instanceof Error?"errors"in t&&Array.isArray(t.errors)?t.errors.map(sQe).join(", "):"cause"in t&&t.cause instanceof Error?`${t}: ${sQe(t.cause)}`:t.message:`${t}`}function oUt(t){return{type:t.type,message:t.message,code:t.code,defaultPrevented:t.defaultPrevented,cancelable:t.cancelable,timeStamp:t.timeStamp}}function YFn(){let t="document"in globalThis?globalThis.document:void 0;return t&&typeof t=="object"&&"baseURI"in t&&typeof t.baseURI=="string"?t.baseURI:void 0}var yme,aUt,hQe,ws,Vf,au,eb,Kg,ZD,RU,Ame,Eme,wX,OU,_X,yw,BU,kU,NU,xX,m4,aQe,lQe,cQe,sUt,uQe,dQe,SX,fQe,pQe,eR,lUt=ae(()=>{oQe();yme=class extends Event{constructor(e,r){var n,i;super(e),this.code=(n=r?.code)!=null?n:void 0,this.message=(i=r?.message)!=null?i:void 0}[Symbol.for("nodejs.util.inspect.custom")](e,r,n){return n(oUt(this),r)}[Symbol.for("Deno.customInspect")](e,r){return e(oUt(this),r)}};aUt=t=>{throw TypeError(t)},hQe=(t,e,r)=>e.has(t)||aUt("Cannot "+r),ws=(t,e,r)=>(hQe(t,e,"read from private field"),r?r.call(t):e.get(t)),Vf=(t,e,r)=>e.has(t)?aUt("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),au=(t,e,r,n)=>(hQe(t,e,"write to private field"),e.set(t,r),r),eb=(t,e,r)=>(hQe(t,e,"access private method"),r),eR=class extends EventTarget{constructor(e,r){var n,i;super(),Vf(this,m4),this.CONNECTING=0,this.OPEN=1,this.CLOSED=2,Vf(this,Kg),Vf(this,ZD),Vf(this,RU),Vf(this,Ame),Vf(this,Eme),Vf(this,wX),Vf(this,OU),Vf(this,_X,null),Vf(this,yw),Vf(this,BU),Vf(this,kU,null),Vf(this,NU,null),Vf(this,xX,null),Vf(this,lQe,async o=>{var s;ws(this,BU).reset();let{body:a,redirected:c,status:u,headers:d}=o;if(u===204){eb(this,m4,SX).call(this,"Server sent HTTP 204, not reconnecting",204),this.close();return}if(c?au(this,RU,new URL(o.url)):au(this,RU,void 0),u!==200){eb(this,m4,SX).call(this,`Non-200 status code (${u})`,u);return}if(!(d.get("content-type")||"").startsWith("text/event-stream")){eb(this,m4,SX).call(this,'Invalid content type, expected "text/event-stream"',u);return}if(ws(this,Kg)===this.CLOSED)return;au(this,Kg,this.OPEN);let f=new Event("open");if((s=ws(this,xX))==null||s.call(this,f),this.dispatchEvent(f),typeof a!="object"||!a||!("getReader"in a)){eb(this,m4,SX).call(this,"Invalid response body, expected a web ReadableStream",u),this.close();return}let p=new TextDecoder,h=a.getReader(),m=!0;do{let{done:g,value:A}=await h.read();A&&ws(this,BU).feed(p.decode(A,{stream:!g})),g&&(m=!1,ws(this,BU).reset(),eb(this,m4,fQe).call(this))}while(m)}),Vf(this,cQe,o=>{au(this,yw,void 0),!(o.name==="AbortError"||o.type==="aborted")&&eb(this,m4,fQe).call(this,sQe(o))}),Vf(this,uQe,o=>{typeof o.id=="string"&&au(this,_X,o.id);let s=new MessageEvent(o.event||"message",{data:o.data,origin:ws(this,RU)?ws(this,RU).origin:ws(this,ZD).origin,lastEventId:o.id||""});ws(this,NU)&&(!o.event||o.event==="message")&&ws(this,NU).call(this,s),this.dispatchEvent(s)}),Vf(this,dQe,o=>{au(this,wX,o)}),Vf(this,pQe,()=>{au(this,OU,void 0),ws(this,Kg)===this.CONNECTING&&eb(this,m4,aQe).call(this)});try{if(e instanceof URL)au(this,ZD,e);else if(typeof e=="string")au(this,ZD,new URL(e,YFn()));else throw new Error("Invalid URL")}catch{throw zFn("An invalid or illegal string was specified")}au(this,BU,gme({onEvent:ws(this,uQe),onRetry:ws(this,dQe)})),au(this,Kg,this.CONNECTING),au(this,wX,3e3),au(this,Eme,(n=r?.fetch)!=null?n:globalThis.fetch),au(this,Ame,(i=r?.withCredentials)!=null?i:!1),eb(this,m4,aQe).call(this)}get readyState(){return ws(this,Kg)}get url(){return ws(this,ZD).href}get withCredentials(){return ws(this,Ame)}get onerror(){return ws(this,kU)}set onerror(e){au(this,kU,e)}get onmessage(){return ws(this,NU)}set onmessage(e){au(this,NU,e)}get onopen(){return ws(this,xX)}set onopen(e){au(this,xX,e)}addEventListener(e,r,n){let i=r;super.addEventListener(e,i,n)}removeEventListener(e,r,n){let i=r;super.removeEventListener(e,i,n)}close(){ws(this,OU)&&clearTimeout(ws(this,OU)),ws(this,Kg)!==this.CLOSED&&(ws(this,yw)&&ws(this,yw).abort(),au(this,Kg,this.CLOSED),au(this,yw,void 0))}};Kg=new WeakMap,ZD=new WeakMap,RU=new WeakMap,Ame=new WeakMap,Eme=new WeakMap,wX=new WeakMap,OU=new WeakMap,_X=new WeakMap,yw=new WeakMap,BU=new WeakMap,kU=new WeakMap,NU=new WeakMap,xX=new WeakMap,m4=new WeakSet,aQe=function(){au(this,Kg,this.CONNECTING),au(this,yw,new AbortController),ws(this,Eme)(ws(this,ZD),eb(this,m4,sUt).call(this)).then(ws(this,lQe)).catch(ws(this,cQe))},lQe=new WeakMap,cQe=new WeakMap,sUt=function(){var t;let e={mode:"cors",redirect:"follow",headers:{Accept:"text/event-stream",...ws(this,_X)?{"Last-Event-ID":ws(this,_X)}:void 0},cache:"no-store",signal:(t=ws(this,yw))==null?void 0:t.signal};return"window"in globalThis&&(e.credentials=this.withCredentials?"include":"same-origin"),e},uQe=new WeakMap,dQe=new WeakMap,SX=function(t,e){var r;ws(this,Kg)!==this.CLOSED&&au(this,Kg,this.CLOSED);let n=new yme("error",{code:e,message:t});(r=ws(this,kU))==null||r.call(this,n),this.dispatchEvent(n)},fQe=function(t,e){var r;if(ws(this,Kg)===this.CLOSED)return;au(this,Kg,this.CONNECTING);let n=new yme("error",{code:e,message:t});(r=ws(this,kU))==null||r.call(this,n),this.dispatchEvent(n),au(this,OU,setTimeout(ws(this,pQe),ws(this,wX)))},pQe=new WeakMap,eR.CONNECTING=0,eR.OPEN=1,eR.CLOSED=2});async function JFn(t){return(await mQe).getRandomValues(new Uint8Array(t))}async function KFn(t){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~",r="",n=await JFn(t);for(let i=0;i<t;i++){let o=n[i]%e.length;r+=e[o]}return r}async function XFn(t){return await KFn(t)}async function ZFn(t){let e=await(await mQe).subtle.digest("SHA-256",new TextEncoder().encode(t));return btoa(String.fromCharCode(...new Uint8Array(e))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}async function gQe(t){if(t||(t=43),t<43||t>128)throw`Expected a length between 43 and 128. Received ${t}.`;let e=await XFn(t),r=await ZFn(e);return{code_verifier:e,code_challenge:r}}var mQe,cUt=ae(()=>{mQe=globalThis.crypto?.webcrypto??globalThis.crypto??import("node:crypto").then(t=>t.webcrypto)});var Bp,uUt,AQe,eUn,dUt,yQe,fUt,tUn,rUn,pUt,FQo,UQo,EQe=ae(()=>{fw();Bp=ee.string().url().superRefine((t,e)=>{if(!URL.canParse(t))return e.addIssue({code:ee.ZodIssueCode.custom,message:"URL must be parseable",fatal:!0}),ee.NEVER}).refine(t=>{let e=new URL(t);return e.protocol!=="javascript:"&&e.protocol!=="data:"&&e.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),uUt=ee.object({resource:ee.string().url(),authorization_servers:ee.array(Bp).optional(),jwks_uri:ee.string().url().optional(),scopes_supported:ee.array(ee.string()).optional(),bearer_methods_supported:ee.array(ee.string()).optional(),resource_signing_alg_values_supported:ee.array(ee.string()).optional(),resource_name:ee.string().optional(),resource_documentation:ee.string().optional(),resource_policy_uri:ee.string().url().optional(),resource_tos_uri:ee.string().url().optional(),tls_client_certificate_bound_access_tokens:ee.boolean().optional(),authorization_details_types_supported:ee.array(ee.string()).optional(),dpop_signing_alg_values_supported:ee.array(ee.string()).optional(),dpop_bound_access_tokens_required:ee.boolean().optional()}).passthrough(),AQe=ee.object({issuer:ee.string(),authorization_endpoint:Bp,token_endpoint:Bp,registration_endpoint:Bp.optional(),scopes_supported:ee.array(ee.string()).optional(),response_types_supported:ee.array(ee.string()),response_modes_supported:ee.array(ee.string()).optional(),grant_types_supported:ee.array(ee.string()).optional(),token_endpoint_auth_methods_supported:ee.array(ee.string()).optional(),token_endpoint_auth_signing_alg_values_supported:ee.array(ee.string()).optional(),service_documentation:Bp.optional(),revocation_endpoint:Bp.optional(),revocation_endpoint_auth_methods_supported:ee.array(ee.string()).optional(),revocation_endpoint_auth_signing_alg_values_supported:ee.array(ee.string()).optional(),introspection_endpoint:ee.string().optional(),introspection_endpoint_auth_methods_supported:ee.array(ee.string()).optional(),introspection_endpoint_auth_signing_alg_values_supported:ee.array(ee.string()).optional(),code_challenge_methods_supported:ee.array(ee.string()).optional()}).passthrough(),eUn=ee.object({issuer:ee.string(),authorization_endpoint:Bp,token_endpoint:Bp,userinfo_endpoint:Bp.optional(),jwks_uri:Bp,registration_endpoint:Bp.optional(),scopes_supported:ee.array(ee.string()).optional(),response_types_supported:ee.array(ee.string()),response_modes_supported:ee.array(ee.string()).optional(),grant_types_supported:ee.array(ee.string()).optional(),acr_values_supported:ee.array(ee.string()).optional(),subject_types_supported:ee.array(ee.string()),id_token_signing_alg_values_supported:ee.array(ee.string()),id_token_encryption_alg_values_supported:ee.array(ee.string()).optional(),id_token_encryption_enc_values_supported:ee.array(ee.string()).optional(),userinfo_signing_alg_values_supported:ee.array(ee.string()).optional(),userinfo_encryption_alg_values_supported:ee.array(ee.string()).optional(),userinfo_encryption_enc_values_supported:ee.array(ee.string()).optional(),request_object_signing_alg_values_supported:ee.array(ee.string()).optional(),request_object_encryption_alg_values_supported:ee.array(ee.string()).optional(),request_object_encryption_enc_values_supported:ee.array(ee.string()).optional(),token_endpoint_auth_methods_supported:ee.array(ee.string()).optional(),token_endpoint_auth_signing_alg_values_supported:ee.array(ee.string()).optional(),display_values_supported:ee.array(ee.string()).optional(),claim_types_supported:ee.array(ee.string()).optional(),claims_supported:ee.array(ee.string()).optional(),service_documentation:ee.string().optional(),claims_locales_supported:ee.array(ee.string()).optional(),ui_locales_supported:ee.array(ee.string()).optional(),claims_parameter_supported:ee.boolean().optional(),request_parameter_supported:ee.boolean().optional(),request_uri_parameter_supported:ee.boolean().optional(),require_request_uri_registration:ee.boolean().optional(),op_policy_uri:Bp.optional(),op_tos_uri:Bp.optional()}).passthrough(),dUt=eUn.merge(AQe.pick({code_challenge_methods_supported:!0})),yQe=ee.object({access_token:ee.string(),id_token:ee.string().optional(),token_type:ee.string(),expires_in:ee.number().optional(),scope:ee.string().optional(),refresh_token:ee.string().optional()}).strip(),fUt=ee.object({error:ee.string(),error_description:ee.string().optional(),error_uri:ee.string().optional()}),tUn=ee.object({redirect_uris:ee.array(Bp),token_endpoint_auth_method:ee.string().optional(),grant_types:ee.array(ee.string()).optional(),response_types:ee.array(ee.string()).optional(),client_name:ee.string().optional(),client_uri:Bp.optional(),logo_uri:Bp.optional(),scope:ee.string().optional(),contacts:ee.array(ee.string()).optional(),tos_uri:Bp.optional(),policy_uri:ee.string().optional(),jwks_uri:Bp.optional(),jwks:ee.any().optional(),software_id:ee.string().optional(),software_version:ee.string().optional(),software_statement:ee.string().optional()}).strip(),rUn=ee.object({client_id:ee.string(),client_secret:ee.string().optional(),client_id_issued_at:ee.number().optional(),client_secret_expires_at:ee.number().optional()}).strip(),pUt=tUn.merge(rUn),FQo=ee.object({error:ee.string(),error_description:ee.string().optional()}).strip(),UQo=ee.object({token:ee.string(),token_type_hint:ee.string().optional()}).strip()});function hUt(t){let e=typeof t=="string"?new URL(t):new URL(t.href);return e.hash="",e}function mUt({requestedResource:t,configuredResource:e}){let r=typeof t=="string"?new URL(t):new URL(t.href),n=typeof e=="string"?new URL(e):new URL(e.href);if(r.origin!==n.origin||r.pathname.length<n.pathname.length)return!1;let i=r.pathname.endsWith("/")?r.pathname:r.pathname+"/",o=n.pathname.endsWith("/")?n.pathname:n.pathname+"/";return i.startsWith(o)}var gUt=ae(()=>{});var cf,TX,tR,rR,nR,IX,DX,RX,tb,BX,NX,OX,kX,MX,PX,LX,FX,AUt,yUt=ae(()=>{cf=class extends Error{constructor(e,r){super(e),this.errorUri=r,this.name=this.constructor.name}toResponseObject(){let e={error:this.errorCode,error_description:this.message};return this.errorUri&&(e.error_uri=this.errorUri),e}get errorCode(){return this.constructor.errorCode}},TX=class extends cf{};TX.errorCode="invalid_request";tR=class extends cf{};tR.errorCode="invalid_client";rR=class extends cf{};rR.errorCode="invalid_grant";nR=class extends cf{};nR.errorCode="unauthorized_client";IX=class extends cf{};IX.errorCode="unsupported_grant_type";DX=class extends cf{};DX.errorCode="invalid_scope";RX=class extends cf{};RX.errorCode="access_denied";tb=class extends cf{};tb.errorCode="server_error";BX=class extends cf{};BX.errorCode="temporarily_unavailable";NX=class extends cf{};NX.errorCode="unsupported_response_type";OX=class extends cf{};OX.errorCode="unsupported_token_type";kX=class extends cf{};kX.errorCode="invalid_token";MX=class extends cf{};MX.errorCode="method_not_allowed";PX=class extends cf{};PX.errorCode="too_many_requests";LX=class extends cf{};LX.errorCode="invalid_client_metadata";FX=class extends cf{};FX.errorCode="insufficient_scope";AUt={[TX.errorCode]:TX,[tR.errorCode]:tR,[rR.errorCode]:rR,[nR.errorCode]:nR,[IX.errorCode]:IX,[DX.errorCode]:DX,[RX.errorCode]:RX,[tb.errorCode]:tb,[BX.errorCode]:BX,[NX.errorCode]:NX,[OX.errorCode]:OX,[kX.errorCode]:kX,[MX.errorCode]:MX,[PX.errorCode]:PX,[LX.errorCode]:LX,[FX.errorCode]:FX}});function vUt(t,e){let r=t.client_secret!==void 0;return e.length===0?r?"client_secret_post":"none":r&&e.includes("client_secret_basic")?"client_secret_basic":r&&e.includes("client_secret_post")?"client_secret_post":e.includes("none")?"none":r?"client_secret_post":"none"}function CUt(t,e,r,n){let{client_id:i,client_secret:o}=e;switch(t){case"client_secret_basic":nUn(i,o,r);return;case"client_secret_post":iUn(i,o,n);return;case"none":oUn(i,n);return;default:throw new Error(`Unsupported client authentication method: ${t}`)}}function nUn(t,e,r){if(!e)throw new Error("client_secret_basic authentication requires a client_secret");let n=btoa(`${t}:${e}`);r.set("Authorization",`Basic ${n}`)}function iUn(t,e,r){r.set("client_id",t),e&&r.set("client_secret",e)}function oUn(t,e){e.set("client_id",t)}async function CQe(t){let e=t instanceof Response?t.status:void 0,r=t instanceof Response?await t.text():t;try{let n=fUt.parse(JSON.parse(r)),{error:i,error_description:o,error_uri:s}=n,a=AUt[i]||tb;return new a(o||"",s)}catch(n){let i=`${e?`HTTP ${e}: `:""}Invalid OAuth error response: ${n}. Raw body: ${r}`;return new tb(i)}}async function Ew(t,e){var r,n;try{return await vQe(t,e)}catch(i){if(i instanceof tR||i instanceof nR)return await((r=t.invalidateCredentials)===null||r===void 0?void 0:r.call(t,"all")),await vQe(t,e);if(i instanceof rR)return await((n=t.invalidateCredentials)===null||n===void 0?void 0:n.call(t,"tokens")),await vQe(t,e);throw i}}async function vQe(t,{serverUrl:e,authorizationCode:r,scope:n,resourceMetadataUrl:i,fetchFn:o}){let s,a;try{s=await aUn(e,{resourceMetadataUrl:i},o),s.authorization_servers&&s.authorization_servers.length>0&&(a=s.authorization_servers[0])}catch{}a||(a=e);let c=await sUn(e,t,s),u=await fUn(a,{fetchFn:o}),d=await Promise.resolve(t.clientInformation());if(!d){if(r!==void 0)throw new Error("Existing OAuth client information is required when exchanging an authorization code");if(!t.saveClientInformation)throw new Error("OAuth client information must be saveable for dynamic registration");let g=await hUn(a,{metadata:u,clientMetadata:t.clientMetadata,fetchFn:o});await t.saveClientInformation(g),d=g}if(r!==void 0){let g=await t.codeVerifier(),A=await xQe(a,{metadata:u,clientInformation:d,authorizationCode:r,codeVerifier:g,redirectUri:t.redirectUrl,resource:c,addClientAuthentication:t.addClientAuthentication,fetchFn:o});return await t.saveTokens(A),"AUTHORIZED"}let f=await t.tokens();if(f?.refresh_token)try{let g=await SQe(a,{metadata:u,clientInformation:d,refreshToken:f.refresh_token,resource:c,addClientAuthentication:t.addClientAuthentication,fetchFn:o});return await t.saveTokens(g),"AUTHORIZED"}catch(g){if(!(!(g instanceof cf)||g instanceof tb))throw g}let p=t.state?await t.state():void 0,{authorizationUrl:h,codeVerifier:m}=await pUn(a,{metadata:u,clientInformation:d,state:p,redirectUrl:t.redirectUrl,scope:n||t.clientMetadata.scope,resource:c});return await t.saveCodeVerifier(m),await t.redirectToAuthorization(h),"REDIRECT"}async function sUn(t,e,r){let n=hUt(t);if(e.validateResourceURL)return await e.validateResourceURL(n,r?.resource);if(r){if(!mUt({requestedResource:n,configuredResource:r.resource}))throw new Error(`Protected resource ${r.resource} does not match expected ${n} (or origin)`);return new URL(r.resource)}}function UX(t){let e=t.headers.get("WWW-Authenticate");if(!e)return;let[r,n]=e.split(" ");if(r.toLowerCase()!=="bearer"||!n)return;let o=/resource_metadata="([^"]*)"/.exec(e);if(o)try{return new URL(o[1])}catch{return}}async function aUn(t,e,r=fetch){let n=await uUn(t,"oauth-protected-resource",r,{protocolVersion:e?.protocolVersion,metadataUrl:e?.resourceMetadataUrl});if(!n||n.status===404)throw new Error("Resource server does not implement OAuth 2.0 Protected Resource Metadata.");if(!n.ok)throw new Error(`HTTP ${n.status} trying to load well-known OAuth protected resource metadata.`);return uUt.parse(await n.json())}async function bQe(t,e,r=fetch){try{return await r(t,{headers:e})}catch(n){if(n instanceof TypeError)return e?bQe(t,void 0,r):void 0;throw n}}function lUn(t,e="",r={}){return e.endsWith("/")&&(e=e.slice(0,-1)),r.prependPathname?`${e}/.well-known/${t}`:`/.well-known/${t}${e}`}async function EUt(t,e,r=fetch){return await bQe(t,{"MCP-Protocol-Version":e},r)}function cUn(t,e){return!t||t.status>=400&&t.status<500&&e!=="/"}async function uUn(t,e,r,n){var i,o;let s=new URL(t),a=(i=n?.protocolVersion)!==null&&i!==void 0?i:SU,c;if(n?.metadataUrl)c=new URL(n.metadataUrl);else{let d=lUn(e,s.pathname);c=new URL(d,(o=n?.metadataServerUrl)!==null&&o!==void 0?o:s),c.search=s.search}let u=await EUt(c,a,r);if(!n?.metadataUrl&&cUn(u,s.pathname)){let d=new URL(`/.well-known/${e}`,s);u=await EUt(d,a,r)}return u}function dUn(t){let e=typeof t=="string"?new URL(t):t,r=e.pathname!=="/",n=[];if(!r)return n.push({url:new URL("/.well-known/oauth-authorization-server",e.origin),type:"oauth"}),n.push({url:new URL("/.well-known/openid-configuration",e.origin),type:"oidc"}),n;let i=e.pathname;return i.endsWith("/")&&(i=i.slice(0,-1)),n.push({url:new URL(`/.well-known/oauth-authorization-server${i}`,e.origin),type:"oauth"}),n.push({url:new URL("/.well-known/oauth-authorization-server",e.origin),type:"oauth"}),n.push({url:new URL(`/.well-known/openid-configuration${i}`,e.origin),type:"oidc"}),n.push({url:new URL(`${i}/.well-known/openid-configuration`,e.origin),type:"oidc"}),n}async function fUn(t,{fetchFn:e=fetch,protocolVersion:r=SU}={}){var n;let i={"MCP-Protocol-Version":r},o=dUn(t);for(let{url:s,type:a}of o){let c=await bQe(s,i,e);if(c){if(!c.ok){if(c.status>=400&&c.status<500)continue;throw new Error(`HTTP ${c.status} trying to load ${a==="oauth"?"OAuth":"OpenID provider"} metadata from ${s}`)}if(a==="oauth")return AQe.parse(await c.json());{let u=dUt.parse(await c.json());if(!(!((n=u.code_challenge_methods_supported)===null||n===void 0)&&n.includes("S256")))throw new Error(`Incompatible OIDC provider at ${s}: does not support S256 code challenge method required by MCP specification`);return u}}}}async function pUn(t,{metadata:e,clientInformation:r,redirectUrl:n,scope:i,state:o,resource:s}){let a="code",c="S256",u;if(e){if(u=new URL(e.authorization_endpoint),!e.response_types_supported.includes(a))throw new Error(`Incompatible auth server: does not support response type ${a}`);if(!e.code_challenge_methods_supported||!e.code_challenge_methods_supported.includes(c))throw new Error(`Incompatible auth server: does not support code challenge method ${c}`)}else u=new URL("/authorize",t);let d=await gQe(),f=d.code_verifier,p=d.code_challenge;return u.searchParams.set("response_type",a),u.searchParams.set("client_id",r.client_id),u.searchParams.set("code_challenge",p),u.searchParams.set("code_challenge_method",c),u.searchParams.set("redirect_uri",String(n)),o&&u.searchParams.set("state",o),i&&u.searchParams.set("scope",i),i?.includes("offline_access")&&u.searchParams.append("prompt","consent"),s&&u.searchParams.set("resource",s.href),{authorizationUrl:u,codeVerifier:f}}async function xQe(t,{metadata:e,clientInformation:r,authorizationCode:n,codeVerifier:i,redirectUri:o,resource:s,addClientAuthentication:a,fetchFn:c}){var u;let d="authorization_code",f=e?.token_endpoint?new URL(e.token_endpoint):new URL("/token",t);if(e?.grant_types_supported&&!e.grant_types_supported.includes(d))throw new Error(`Incompatible auth server: does not support grant type ${d}`);let p=new Headers({"Content-Type":"application/x-www-form-urlencoded",Accept:"application/json"}),h=new URLSearchParams({grant_type:d,code:n,code_verifier:i,redirect_uri:String(o)});if(a)a(p,h,t,e);else{let g=(u=e?.token_endpoint_auth_methods_supported)!==null&&u!==void 0?u:[],A=vUt(r,g);CUt(A,r,p,h)}s&&h.set("resource",s.href);let m=await(c??fetch)(f,{method:"POST",headers:p,body:h});if(!m.ok)throw await CQe(m);return yQe.parse(await m.json())}async function SQe(t,{metadata:e,clientInformation:r,refreshToken:n,resource:i,addClientAuthentication:o,fetchFn:s}){var a;let c="refresh_token",u;if(e){if(u=new URL(e.token_endpoint),e.grant_types_supported&&!e.grant_types_supported.includes(c))throw new Error(`Incompatible auth server: does not support grant type ${c}`)}else u=new URL("/token",t);let d=new Headers({"Content-Type":"application/x-www-form-urlencoded"}),f=new URLSearchParams({grant_type:c,refresh_token:n});if(o)o(d,f,t,e);else{let h=(a=e?.token_endpoint_auth_methods_supported)!==null&&a!==void 0?a:[],m=vUt(r,h);CUt(m,r,d,f)}i&&f.set("resource",i.href);let p=await(s??fetch)(u,{method:"POST",headers:d,body:f});if(!p.ok)throw await CQe(p);return yQe.parse({refresh_token:n,...await p.json()})}async function hUn(t,{metadata:e,clientMetadata:r,fetchFn:n}){let i;if(e){if(!e.registration_endpoint)throw new Error("Incompatible auth server: does not support dynamic client registration");i=new URL(e.registration_endpoint)}else i=new URL("/register",t);let o=await(n??fetch)(i,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!o.ok)throw await CQe(o);return pUt.parse(await o.json())}var Xg,vme=ae(()=>{cUt();hw();EQe();EQe();gUt();yUt();Xg=class extends Error{constructor(e){super(e??"Unauthorized")}}});var wQe,MU,bUt=ae(()=>{lUt();hw();vme();wQe=class extends Error{constructor(e,r,n){super(`SSE error: ${r}`),this.code=e,this.event=n}},MU=class{constructor(e,r){this._url=e,this._resourceMetadataUrl=void 0,this._eventSourceInit=r?.eventSourceInit,this._requestInit=r?.requestInit,this._authProvider=r?.authProvider,this._fetch=r?.fetch}async _authThenStart(){var e;if(!this._authProvider)throw new Xg("No auth provider");let r;try{r=await Ew(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,fetchFn:this._fetch})}catch(n){throw(e=this.onerror)===null||e===void 0||e.call(this,n),n}if(r!=="AUTHORIZED")throw new Xg;return await this._startOrAuth()}async _commonHeaders(){var e;let r={};if(this._authProvider){let n=await this._authProvider.tokens();n&&(r.Authorization=`Bearer ${n.access_token}`)}return this._protocolVersion&&(r["mcp-protocol-version"]=this._protocolVersion),new Headers({...r,...(e=this._requestInit)===null||e===void 0?void 0:e.headers})}_startOrAuth(){var e,r,n;let i=(n=(r=(e=this===null||this===void 0?void 0:this._eventSourceInit)===null||e===void 0?void 0:e.fetch)!==null&&r!==void 0?r:this._fetch)!==null&&n!==void 0?n:fetch;return new Promise((o,s)=>{this._eventSource=new eR(this._url.href,{...this._eventSourceInit,fetch:async(a,c)=>{let u=await this._commonHeaders();u.set("Accept","text/event-stream");let d=await i(a,{...c,headers:u});return d.status===401&&d.headers.has("www-authenticate")&&(this._resourceMetadataUrl=UX(d)),d}}),this._abortController=new AbortController,this._eventSource.onerror=a=>{var c;if(a.code===401&&this._authProvider){this._authThenStart().then(o,s);return}let u=new wQe(a.code,a.message,a);s(u),(c=this.onerror)===null||c===void 0||c.call(this,u)},this._eventSource.onopen=()=>{},this._eventSource.addEventListener("endpoint",a=>{var c;let u=a;try{if(this._endpoint=new URL(u.data,this._url),this._endpoint.origin!==this._url.origin)throw new Error(`Endpoint origin does not match connection origin: ${this._endpoint.origin}`)}catch(d){s(d),(c=this.onerror)===null||c===void 0||c.call(this,d),this.close();return}o()}),this._eventSource.onmessage=a=>{var c,u;let d=a,f;try{f=pw.parse(JSON.parse(d.data))}catch(p){(c=this.onerror)===null||c===void 0||c.call(this,p);return}(u=this.onmessage)===null||u===void 0||u.call(this,f)}})}async start(){if(this._eventSource)throw new Error("SSEClientTransport already started! If using Client class, note that connect() calls start() automatically.");return await this._startOrAuth()}async finishAuth(e){if(!this._authProvider)throw new Xg("No auth provider");if(await Ew(this._authProvider,{serverUrl:this._url,authorizationCode:e,resourceMetadataUrl:this._resourceMetadataUrl,fetchFn:this._fetch})!=="AUTHORIZED")throw new Xg("Failed to authorize")}async close(){var e,r,n;(e=this._abortController)===null||e===void 0||e.abort(),(r=this._eventSource)===null||r===void 0||r.close(),(n=this.onclose)===null||n===void 0||n.call(this)}async send(e){var r,n,i;if(!this._endpoint)throw new Error("Not connected");try{let o=await this._commonHeaders();o.set("content-type","application/json");let s={...this._requestInit,method:"POST",headers:o,body:JSON.stringify(e),signal:(r=this._abortController)===null||r===void 0?void 0:r.signal},a=await((n=this._fetch)!==null&&n!==void 0?n:fetch)(this._endpoint,s);if(!a.ok){if(a.status===401&&this._authProvider){if(this._resourceMetadataUrl=UX(a),await Ew(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,fetchFn:this._fetch})!=="AUTHORIZED")throw new Xg;return this.send(e)}let c=await a.text().catch(()=>null);throw new Error(`Error POSTing to endpoint (HTTP ${a.status}): ${c}`)}}catch(o){throw(i=this.onerror)===null||i===void 0||i.call(this,o),o}}setProtocolVersion(e){this._protocolVersion=e}}});var Cme,xUt=ae(()=>{oQe();Cme=class extends TransformStream{constructor({onError:e,onRetry:r,onComment:n}={}){let i;super({start(o){i=gme({onEvent:s=>{o.enqueue(s)},onError(s){e==="terminate"?o.error(s):typeof e=="function"&&e(s)},onRetry:r,onComment:n})},transform(o){i.feed(o)}})}}});var mUn,QX,vw,_Qe=ae(()=>{hw();vme();xUt();mUn={initialReconnectionDelay:1e3,maxReconnectionDelay:3e4,reconnectionDelayGrowFactor:1.5,maxRetries:2},QX=class extends Error{constructor(e,r){super(`Streamable HTTP error: ${r}`),this.code=e}},vw=class{constructor(e,r){var n;this._url=e,this._resourceMetadataUrl=void 0,this._requestInit=r?.requestInit,this._authProvider=r?.authProvider,this._fetch=r?.fetch,this._sessionId=r?.sessionId,this._reconnectionOptions=(n=r?.reconnectionOptions)!==null&&n!==void 0?n:mUn}async _authThenStart(){var e;if(!this._authProvider)throw new Xg("No auth provider");let r;try{r=await Ew(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,fetchFn:this._fetch})}catch(n){throw(e=this.onerror)===null||e===void 0||e.call(this,n),n}if(r!=="AUTHORIZED")throw new Xg;return await this._startOrAuthSse({resumptionToken:void 0})}async _commonHeaders(){var e;let r={};if(this._authProvider){let i=await this._authProvider.tokens();i&&(r.Authorization=`Bearer ${i.access_token}`)}this._sessionId&&(r["mcp-session-id"]=this._sessionId),this._protocolVersion&&(r["mcp-protocol-version"]=this._protocolVersion);let n=this._normalizeHeaders((e=this._requestInit)===null||e===void 0?void 0:e.headers);return new Headers({...r,...n})}async _startOrAuthSse(e){var r,n,i;let{resumptionToken:o}=e;try{let s=await this._commonHeaders();s.set("Accept","text/event-stream"),o&&s.set("last-event-id",o);let a=await((r=this._fetch)!==null&&r!==void 0?r:fetch)(this._url,{method:"GET",headers:s,signal:(n=this._abortController)===null||n===void 0?void 0:n.signal});if(!a.ok){if(a.status===401&&this._authProvider)return await this._authThenStart();if(a.status===405)return;throw new QX(a.status,`Failed to open SSE stream: ${a.statusText}`)}this._handleSseStream(a.body,e,!0)}catch(s){throw(i=this.onerror)===null||i===void 0||i.call(this,s),s}}_getNextReconnectionDelay(e){let r=this._reconnectionOptions.initialReconnectionDelay,n=this._reconnectionOptions.reconnectionDelayGrowFactor,i=this._reconnectionOptions.maxReconnectionDelay;return Math.min(r*Math.pow(n,e),i)}_normalizeHeaders(e){return e?e instanceof Headers?Object.fromEntries(e.entries()):Array.isArray(e)?Object.fromEntries(e):{...e}:{}}_scheduleReconnection(e,r=0){var n;let i=this._reconnectionOptions.maxRetries;if(i>0&&r>=i){(n=this.onerror)===null||n===void 0||n.call(this,new Error(`Maximum reconnection attempts (${i}) exceeded.`));return}let o=this._getNextReconnectionDelay(r);setTimeout(()=>{this._startOrAuthSse(e).catch(s=>{var a;(a=this.onerror)===null||a===void 0||a.call(this,new Error(`Failed to reconnect SSE stream: ${s instanceof Error?s.message:String(s)}`)),this._scheduleReconnection(e,r+1)})},o)}_handleSseStream(e,r,n){if(!e)return;let{onresumptiontoken:i,replayMessageId:o}=r,s;(async()=>{var c,u,d,f;try{let p=e.pipeThrough(new TextDecoderStream).pipeThrough(new Cme).getReader();for(;;){let{value:h,done:m}=await p.read();if(m)break;if(h.id&&(s=h.id,i?.(h.id)),!h.event||h.event==="message")try{let g=pw.parse(JSON.parse(h.data));o!==void 0&&yX(g)&&(g.id=o),(c=this.onmessage)===null||c===void 0||c.call(this,g)}catch(g){(u=this.onerror)===null||u===void 0||u.call(this,g)}}}catch(p){if((d=this.onerror)===null||d===void 0||d.call(this,new Error(`SSE stream disconnected: ${p}`)),n&&this._abortController&&!this._abortController.signal.aborted)try{this._scheduleReconnection({resumptionToken:s,onresumptiontoken:i,replayMessageId:o},0)}catch(h){(f=this.onerror)===null||f===void 0||f.call(this,new Error(`Failed to reconnect: ${h instanceof Error?h.message:String(h)}`))}}})()}async start(){if(this._abortController)throw new Error("StreamableHTTPClientTransport already started! If using Client class, note that connect() calls start() automatically.");this._abortController=new AbortController}async finishAuth(e){if(!this._authProvider)throw new Xg("No auth provider");if(await Ew(this._authProvider,{serverUrl:this._url,authorizationCode:e,resourceMetadataUrl:this._resourceMetadataUrl,fetchFn:this._fetch})!=="AUTHORIZED")throw new Xg("Failed to authorize")}async close(){var e,r;(e=this._abortController)===null||e===void 0||e.abort(),(r=this.onclose)===null||r===void 0||r.call(this)}async send(e,r){var n,i,o,s;try{let{resumptionToken:a,onresumptiontoken:c}=r||{};if(a){this._startOrAuthSse({resumptionToken:a,replayMessageId:Q0e(e)?e.id:void 0}).catch(A=>{var y;return(y=this.onerror)===null||y===void 0?void 0:y.call(this,A)});return}let u=await this._commonHeaders();u.set("content-type","application/json"),u.set("accept","application/json, text/event-stream");let d={...this._requestInit,method:"POST",headers:u,body:JSON.stringify(e),signal:(n=this._abortController)===null||n===void 0?void 0:n.signal},f=await((i=this._fetch)!==null&&i!==void 0?i:fetch)(this._url,d),p=f.headers.get("mcp-session-id");if(p&&(this._sessionId=p),!f.ok){if(f.status===401&&this._authProvider){if(this._resourceMetadataUrl=UX(f),await Ew(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,fetchFn:this._fetch})!=="AUTHORIZED")throw new Xg;return this.send(e)}let A=await f.text().catch(()=>null);throw new Error(`Error POSTing to endpoint (HTTP ${f.status}): ${A}`)}if(f.status===202){nPt(e)&&this._startOrAuthSse({resumptionToken:void 0}).catch(A=>{var y;return(y=this.onerror)===null||y===void 0?void 0:y.call(this,A)});return}let m=(Array.isArray(e)?e:[e]).filter(A=>"method"in A&&"id"in A&&A.id!==void 0).length>0,g=f.headers.get("content-type");if(m)if(g?.includes("text/event-stream"))this._handleSseStream(f.body,{onresumptiontoken:c},!1);else if(g?.includes("application/json")){let A=await f.json(),y=Array.isArray(A)?A.map(E=>pw.parse(E)):[pw.parse(A)];for(let E of y)(o=this.onmessage)===null||o===void 0||o.call(this,E)}else throw new QX(-1,`Unexpected content type: ${g}`)}catch(a){throw(s=this.onerror)===null||s===void 0||s.call(this,a),a}}get sessionId(){return this._sessionId}async terminateSession(){var e,r,n;if(this._sessionId)try{let i=await this._commonHeaders(),o={...this._requestInit,method:"DELETE",headers:i,signal:(e=this._abortController)===null||e===void 0?void 0:e.signal},s=await((r=this._fetch)!==null&&r!==void 0?r:fetch)(this._url,o);if(!s.ok&&s.status!==405)throw new QX(s.status,`Failed to terminate session: ${s.statusText}`);this._sessionId=void 0}catch(i){throw(n=this.onerror)===null||n===void 0||n.call(this,i),i}}setProtocolVersion(e){this._protocolVersion=e}get protocolVersion(){return this._protocolVersion}}});import{readFile as gUn}from"node:fs/promises";var qX,GX,iR,TQe=ae(()=>{"use strict";RL();vme();Fn();(function(t){t.CLI_CONNECT="cli_connect",t.PING="ping",t.GET_ACTIVE_FILE="get_active_file",t.GET_FILE_CONTENT="get_file_content",t.GET_SELECTED_TEXT="get_selected_text",t.SHOW_DIFF="show_diff"})(qX||(qX={}));GX=class extends Error{code;constructor(e,r){super(r),this.code=e}},iR=class{_websocket;_url;_authProvider;_websocketOptions;_WebSocket;_protocolVersion;_isClosed=!1;_specialIds=new Set;onclose;onerror;onmessage;sessionId;constructor(e,r){this._url=e,this._authProvider=r?.authProvider,this._websocketOptions=r?.websocketOptions,this._WebSocket=r?.WebSocket||w8.default}async start(){if(this._isClosed)throw new Error(N.t("websocketClient.errors.transportClosed"));let e=null;if(this._authProvider)try{let i=await this._authProvider.tokens();i?.access_token&&(e=i.access_token)}catch(i){try{let o=await this._authProvider.clientInformation();if(o){let s=await this._authProvider.tokens();if(s?.refresh_token){let a=await SQe(this._url,{clientInformation:o,refreshToken:s.refresh_token,addClientAuthentication:this._authProvider.addClientAuthentication});await this._authProvider.saveTokens(a),a?.access_token&&(e=a.access_token)}}}catch{if(this._authProvider.redirectToAuthorization){let s=this._authProvider.redirectUrl;throw await this._authProvider.redirectToAuthorization(typeof s=="string"?new URL(s):s),new Error(N.t("websocketClient.errors.unauthorizedOAuth"))}throw i}}let r={...this._websocketOptions?.headers};e&&(r.Authorization=`Bearer ${e}`),this._protocolVersion&&(r["MCP-Protocol-Version"]=this._protocolVersion);let n=new URL(this._url.toString());return n.protocol==="http:"?n.protocol="ws:":n.protocol==="https:"&&(n.protocol="wss:"),new Promise((i,o)=>{try{let s={headers:r};this._websocket=new this._WebSocket(n.toString(),s),this._websocket.on("open",()=>{i()}),this._websocket.on("error",a=>{let c=a.code!==void 0?a.code:void 0;o(new GX(c,`WebSocket error: ${a.message}`))}),this._websocket.on("message",async a=>{try{let c=a.toString(),u=JSON.parse(c);if(this._specialIds.has(Number(u.id))||u.type==="welcome")return;this.onmessage?.(await this._transformResponse(u))}catch(c){this.onerror?.(new Error(`Failed to parse WebSocket message: ${c instanceof Error?c.message:String(c)}`))}}),this._websocket.on("close",()=>{this._isClosed||(this._isClosed=!0,this.onclose?.())})}catch(s){o(new GX(void 0,`Failed to create WebSocket: ${s}`))}})}async finishAuth(e){if(!this._authProvider)throw new Error(N.t("websocketClient.errors.noAuthProvider"));try{let r=await this._authProvider.clientInformation();if(r){let n=this._authProvider.redirectUrl.toString(),i=await xQe(this._url,{clientInformation:r,authorizationCode:e,codeVerifier:await this._authProvider.codeVerifier(),redirectUri:n,addClientAuthentication:this._authProvider.addClientAuthentication});await this._authProvider.saveTokens(i)}else throw new Error(N.t("websocketClient.errors.clientInfoNotAvailable"))}catch(r){throw new Error(`Failed to exchange authorization code for access token: ${r}`)}}async close(){this._isClosed=!0,this._websocket&&this._websocket.readyState===w8.default.OPEN?this._websocket.close():this.onclose?.()}async send(e){if(this._isClosed)throw new Error(N.t("websocketClient.errors.transportClosed"));if(!this._websocket)throw new Error(N.t("websocketClient.errors.transportNotStarted"));if(this._websocket.readyState!==w8.default.OPEN)throw new Error(N.t("websocketClient.errors.websocketNotOpen"));try{if(e.method==="notifications/initialized")return;let r=await this._transformRequest(e),n=JSON.stringify(r);this._websocket.send(n)}catch(r){throw new GX(void 0,`Failed to send message: ${r instanceof Error?r.message:String(r)}`)}}async _transformRequest(e){if(e.method==="initialize")return{type:qX.CLI_CONNECT,id:e.id,timestamp:Date.now(),payload:{clientInfo:{version:"0.3.5",platform:process.platform,workingDirectory:process.cwd()}}};if(e.method==="tools/call"&&e.params?.name==="openDiff"){let{arguments:r}=e.params||{},{filePath:n,newContent:i}=r||{};return{type:qX.SHOW_DIFF,id:e.id,timestamp:Date.now(),payload:{originalText:await gUn(n,"utf8"),modifiedText:i}}}return e}async _transformResponse(e){if(e.type==="connection_ack")return{jsonrpc:"2.0",id:e.id,result:{protocolVersion:"2024-11-05",capabilities:{logging:{},prompts:{},resources:{},tools:{}},serverInfo:{name:"JetBrains Plugin Server",title:"JetBrains Plugin Server",version:"1.0.0"}}};if(e.type==="selection_changed"){let r=await this._getSelectedText();return{jsonrpc:"2.0",method:"ide/contextUpdate",params:{workspaceState:{openFiles:[{path:e.payload.fileName,timestamp:Date.now(),isActive:!0,selectedText:r}]}}}}return e.type==="active_file_changed"?{jsonrpc:"2.0",method:"ide/contextUpdate",params:{workspaceState:{openFiles:[{path:e.payload.fileName,timestamp:Date.now(),isActive:!0}]}}}:e}async _getSelectedText(){if(!this._websocket)return"";let e=performance.now();return this._specialIds.add(e),this._websocket.send(JSON.stringify({type:qX.GET_SELECTED_TEXT,id:e,timestamp:Date.now()})),new Promise((r,n)=>{this._websocket.once("message",i=>{try{let o=JSON.parse(i.toString());Number(o.id)===e&&(this._specialIds.delete(e),o.payload.success?r(o.payload.data.text):n(o.payload.error))}catch{r("")}})})}setProtocolVersion(e){this._protocolVersion=e}}});var SUt,bme,wUt=ae(()=>{"use strict";SUt=Le(SK(),1);Fn();bme=class{config;auth;redirectUrl="";clientMetadata={client_name:"iFlow CLI (Google ADC)",redirect_uris:[],grant_types:[],response_types:[],token_endpoint_auth_method:"none"};_clientInformation;constructor(e){this.config=e;let r=this.config?.oauth?.scopes;if(!r||r.length===0)throw new Error(N.t("mcp.auth.scopesRequired"));this.auth=new SUt.GoogleAuth({scopes:r})}clientInformation(){return this._clientInformation}saveClientInformation(e){this._clientInformation=e}async tokens(){let r=await(await this.auth.getClient()).getAccessToken();if(!r.token){console.error(N.t("mcp.auth.failedToGetAccessToken"));return}return{access_token:r.token,token_type:"Bearer"}}saveTokens(e){}redirectToAuthorization(e){}saveCodeVerifier(e){}codeVerifier(){return""}}});import{execFile as AUn}from"node:child_process";import{promisify as yUn}from"node:util";import{platform as EUn}from"node:os";import{URL as vUn}from"node:url";function CUn(t){let e;try{e=new vUn(t)}catch{throw new Error(`Invalid URL: ${t}`)}if(e.protocol!=="http:"&&e.protocol!=="https:")throw new Error(`Unsafe protocol: ${e.protocol}. Only HTTP and HTTPS are allowed.`);if(/[\r\n\x00-\x1f]/.test(t))throw new Error("URL contains invalid characters")}async function TUt(t){CUn(t);let e=EUn(),r,n;switch(e){case"darwin":r="open",n=[t];break;case"win32":r="powershell.exe",n=["-NoProfile","-NonInteractive","-WindowStyle","Hidden","-Command",`Start-Process '${t.replace(/'/g,"''")}'`];break;case"linux":case"freebsd":case"openbsd":r="xdg-open",n=[t];break;default:throw new Error(`Unsupported platform: ${e}`)}let i={env:{...process.env,SHELL:void 0},detached:!0,stdio:"ignore"};try{await _Ut(r,n,i)}catch(o){if((e==="linux"||e==="freebsd"||e==="openbsd")&&r==="xdg-open"){let s=["gnome-open","kde-open","firefox","chromium","google-chrome"];for(let a of s)try{await _Ut(a,[t],i);return}catch{continue}}throw new Error(`Failed to open browser: ${o instanceof Error?o.message:"Unknown error"}`)}}var _Ut,IUt=ae(()=>{"use strict";_Ut=yUn(AUn)});function cs(t){return t instanceof Error&&"code"in t}function ar(t){if(t instanceof Error)return t.message;try{return String(t)}catch{return"Failed to get error details"}}function IQe(t){if(t&&typeof t=="object"&&"response"in t){let r=bUn(t);if(r.error&&r.error.message&&r.error.code)switch(r.error.code){case 400:return new Sme(r.error.message);case 401:return new Cw(r.error.message);case 403:return new xme(r.error.message);default:}}return t}function bUn(t){return typeof t.response?.data=="string"?JSON.parse(t.response?.data):t.response?.data}var xme,Cw,Sme,lu=ae(()=>{"use strict";xme=class extends Error{},Cw=class extends Error{},Sme=class extends Error{}});import{promises as PU}from"node:fs";import*as wme from"node:path";import*as DUt from"node:os";var Np,_me=ae(()=>{"use strict";lu();Fn();Np=class{static TOKEN_FILE="mcp-oauth-tokens.json";static CONFIG_DIR=".iflow";static getTokenFilePath(){let e=DUt.homedir();return wme.join(e,this.CONFIG_DIR,this.TOKEN_FILE)}static async ensureConfigDir(){let e=wme.dirname(this.getTokenFilePath());await PU.mkdir(e,{recursive:!0})}static async loadTokens(){let e=new Map;try{let r=this.getTokenFilePath(),n=await PU.readFile(r,"utf-8"),i=JSON.parse(n);for(let o of i)e.set(o.serverName,o)}catch(r){r.code!=="ENOENT"&&console.error(N.t("mcp.tokenStorage.errors.failedToLoadTokens",{error:ar(r)}))}return e}static async saveToken(e,r,n,i,o){await this.ensureConfigDir();let s=await this.loadTokens(),a={serverName:e,token:r,clientId:n,tokenUrl:i,mcpServerUrl:o,updatedAt:Date.now()};s.set(e,a);let c=Array.from(s.values()),u=this.getTokenFilePath();try{await PU.writeFile(u,JSON.stringify(c,null,2),{mode:384})}catch(d){throw console.error(N.t("mcp.tokenStorage.errors.failedToSaveToken",{error:ar(d)})),d}}static async getToken(e){return(await this.loadTokens()).get(e)||null}static async removeToken(e){let r=await this.loadTokens();if(r.delete(e)){let n=Array.from(r.values()),i=this.getTokenFilePath();try{n.length===0?await PU.unlink(i):await PU.writeFile(i,JSON.stringify(n,null,2),{mode:384})}catch(o){console.error(N.t("mcp.tokenStorage.errors.failedToRemoveToken",{error:ar(o)}))}}}static isTokenExpired(e){if(!e.expiresAt)return!1;let r=300*1e3;return Date.now()+r>=e.expiresAt}static async clearAllTokens(){try{let e=this.getTokenFilePath();await PU.unlink(e)}catch(e){e.code!=="ENOENT"&&console.error(N.t("mcp.tokenStorage.errors.failedToClearTokens",{error:ar(e)}))}}}});var Op,Tme=ae(()=>{"use strict";lu();Fn();Op=class{static buildWellKnownUrls(e){let r=new URL(e),n=`${r.protocol}//${r.host}`;return{protectedResource:new URL("/.well-known/oauth-protected-resource",n).toString(),authorizationServer:new URL("/.well-known/oauth-authorization-server",n).toString()}}static async fetchProtectedResourceMetadata(e){try{let r=await fetch(e);return r.ok?await r.json():null}catch(r){return console.debug(`Failed to fetch protected resource metadata from ${e}: ${ar(r)}`),null}}static async fetchAuthorizationServerMetadata(e){try{let r=await fetch(e);return r.ok?await r.json():null}catch(r){return console.debug(`Failed to fetch authorization server metadata from ${e}: ${ar(r)}`),null}}static metadataToOAuthConfig(e){return{authorizationUrl:e.authorization_endpoint,tokenUrl:e.token_endpoint,scopes:e.scopes_supported||[]}}static async discoverOAuthConfig(e){try{let r=this.buildWellKnownUrls(e),n=await this.fetchProtectedResourceMetadata(r.protectedResource);if(n?.authorization_servers?.length){let o=n.authorization_servers[0],s=new URL("/.well-known/oauth-authorization-server",o).toString(),a=await this.fetchAuthorizationServerMetadata(s);if(a){let c=this.metadataToOAuthConfig(a);return a.registration_endpoint&&console.log(N.t("mcp.oauth.discovery.dynamicRegistrationSupported"),a.registration_endpoint),c}}console.debug(`Trying OAuth discovery fallback at ${r.authorizationServer}`);let i=await this.fetchAuthorizationServerMetadata(r.authorizationServer);if(i){let o=this.metadataToOAuthConfig(i);return i.registration_endpoint&&console.log(N.t("mcp.oauth.discovery.dynamicRegistrationSupported"),i.registration_endpoint),o}return null}catch(r){return console.debug(`Failed to discover OAuth configuration: ${ar(r)}`),null}}static parseWWWAuthenticateHeader(e){let r=e.match(/resource_metadata="([^"]+)"/);return r?r[1]:null}static async discoverOAuthFromWWWAuthenticate(e){let r=this.parseWWWAuthenticateHeader(e);if(!r)return null;console.log(N.t("mcp.oauth.discovery.foundResourceMetadataUri",{uri:r}));let n=await this.fetchProtectedResourceMetadata(r);if(!n?.authorization_servers?.length)return null;let i=n.authorization_servers[0],o=new URL("/.well-known/oauth-authorization-server",i).toString(),s=await this.fetchAuthorizationServerMetadata(o);return s?(console.log(N.t("mcp.oauth.discovery.configDiscoveredFromWwwAuth")),this.metadataToOAuthConfig(s)):null}static extractBaseUrl(e){let r=new URL(e);return`${r.protocol}//${r.host}`}static isSSEEndpoint(e){return e.includes("/sse")||!e.includes("/mcp")}static buildResourceParameter(e){let r=new URL(e);return`${r.protocol}//${r.host}`}}});import*as RUt from"node:http";import*as HX from"node:crypto";import{URL as DQe}from"node:url";var I1,RQe=ae(()=>{"use strict";IUt();_me();lu();Tme();Fn();I1=class{static REDIRECT_PORT=7777;static REDIRECT_PATH="/oauth/callback";static HTTP_OK=200;static HTTP_REDIRECT=302;static async registerClient(e,r){let i={client_name:"iFlow CLI MCP Client",redirect_uris:[r.redirectUri||`http://localhost:${this.REDIRECT_PORT}${this.REDIRECT_PATH}`],grant_types:["authorization_code","refresh_token"],response_types:["code"],token_endpoint_auth_method:"none",code_challenge_method:["S256"],scope:r.scopes?.join(" ")||""},o=await fetch(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(i)});if(!o.ok){let s=await o.text();throw new Error(N.t("mcp.auth.clientRegistrationFailed",{status:o.status,statusText:o.statusText,error:s}))}return await o.json()}static async discoverOAuthFromMCPServer(e){let r=Op.extractBaseUrl(e);return Op.discoverOAuthConfig(r)}static generatePKCEParams(){let e=HX.randomBytes(32).toString("base64url"),r=HX.createHash("sha256").update(e).digest("base64url"),n=HX.randomBytes(16).toString("base64url");return{codeVerifier:e,codeChallenge:r,state:n}}static async startCallbackServer(e){return new Promise((r,n)=>{let i=RUt.createServer(async(o,s)=>{try{let a=new DQe(o.url,`http://localhost:${this.REDIRECT_PORT}`);if(a.pathname!==this.REDIRECT_PATH){s.writeHead(404),s.end(N.t("mcp.ui.notFound"));return}let c=a.searchParams.get("code"),u=a.searchParams.get("state"),d=a.searchParams.get("error");if(d){s.writeHead(this.HTTP_OK,{"Content-Type":"text/html"}),s.end(`
|
|
850
850
|
<html>
|
|
851
851
|
<body>
|
|
852
852
|
<h1>${N.t("mcp.ui.authenticationFailed")}</h1>
|
|
@@ -1851,10 +1851,12 @@ If you want to create a new file, use:
|
|
|
1851
1851
|
`),newContent:e.edits.map(d=>d.new_string).join(`,
|
|
1852
1852
|
`)}}let a=[i.isNewFile?N.t("multiEditTool.messages.newFileCreated",{filePath:e.file_path,editCount:e.edits.length}):N.t("multiEditTool.messages.editsApplied",{editCount:e.edits.length,filePath:e.file_path})];return e.modified_by_user&&a.push(N.t("multiEditTool.messages.userModified")),{llmContent:a.join(" "),returnDisplay:s}}catch(s){let a=s instanceof Error?s.message:String(s);return{llmContent:N.t("multiEditTool.errors.executionError",{error:a}),returnDisplay:N.t("multiEditTool.errors.fileWriteError",{error:a}),error:{message:a,type:Lr.FILE_WRITE_FAILURE}}}}ensureParentDirectoriesExist(e){let r=EO.dirname(e);N9.existsSync(r)||N9.mkdirSync(r,{recursive:!0})}getModifyContext(e){return{getFilePath:r=>r.file_path,getCurrentContent:async r=>{try{return N9.readFileSync(r.file_path,"utf8")}catch(n){if(!cs(n)||n.code!=="ENOENT")throw n;return""}},getProposedContent:async r=>{try{return(await this.calculateMultiEdit(r,new AbortController().signal)).finalContent}catch{return""}},createUpdatedParams:(r,n,i)=>({...i,edits:[{old_string:r,new_string:n,replace_all:!0}],modified_by_user:!0})}}}});import Moe from"path";import uwr from"os";var sA,_V=ae(()=>{"use strict";sA=class{config;hookManager;constructor(e,r){this.config=e,this.hookManager=r}async executePreToolUseHooks(e,r,n=[]){if(!this.hookManager)return{blocked:!1,permissionDecision:"allow"};try{let i=this.buildHookExecutionContext(),o=await this.hookManager.executePreToolUse(e,r,i,n),s=this.getPermissionDecision(o);return{blocked:s.permissionDecision==="deny",error:s.permissionDecision==="deny"?`PreToolUse hook denied execution: ${s.reason||"No reason provided"}`:void 0,permissionDecision:s.permissionDecision,permissionDecisionReason:s.reason}}catch(i){return console.warn("PreToolUse hook execution failed:",i),{blocked:!1,permissionDecision:"allow"}}}getPermissionDecision(e){for(let r of e){if(r.hookSpecificOutput?.hookEventName==="PreToolUse"){let n=r.hookSpecificOutput;return{permissionDecision:n.permissionDecision,reason:n.permissionDecisionReason}}if(r.decision)return{permissionDecision:r.decision==="approve"?"allow":"deny",reason:r.reason};if(r.blocked)return{permissionDecision:"deny",reason:r.stderr||"Hook blocked execution"}}return{permissionDecision:"allow"}}async executePostToolUseHooks(e,r,n,i=[]){if(!this.hookManager)return n;try{let o=this.buildHookExecutionContext(),s=await this.hookManager.executePostToolUse(e,r,n,o,i);return this.enhancePostToolUseResponse(n,s)}catch(o){return console.warn("PostToolUse hook execution failed:",o),n}}enhancePostToolUseResponse(e,r){let n={...e};for(let i of r){if(i.hookSpecificOutput?.hookEventName==="PostToolUse"){let o=i.hookSpecificOutput;o.additionalContext&&(typeof n.result=="string"?n.result=`${n.result}
|
|
1853
1853
|
|
|
1854
|
-
${o.additionalContext}`:n.result&&typeof n.result=="object"?n.result={...n.result,hookAdditionalContext:o.additionalContext}:n.result={original:n.result,hookAdditionalContext:o.additionalContext})}i.decision==="block"&&i.reason&&(n.error=i.reason,n.success=!1)}return n}buildHookExecutionContext(){let e=this.getTranscriptPath();return{sessionId:this.config.getSessionId()||"unknown",transcriptPath:e,cwd:process.cwd(),projectDir:this.config.getProjectRoot()}}getTranscriptPath(){let e=this.config.getSessionId(),r=this.config.getProjectRoot();if(e&&r){let n=Moe.basename(r),i=Moe.join(uwr.homedir(),".iflow","projects"),o=Moe.join(i,n);return Moe.join(o,`${e}.jsonl`)}return Moe.join(uwr.homedir(),".iflow","projects","default","current-session.jsonl")}checkIfBlocked(e){return e.some(r=>r.blocked)}async executeStopHooks(e){if(!this.hookManager)return{executed:!1,blocked:!1,messages:[],errors:[]};try{let r=this.buildHookExecutionContext(),n=await this.hookManager.executeStop(r),i=n.some(a=>a.blocked),o=n.filter(a=>a.blocked).map(a=>a.stderr).filter(a=>a&&a.trim().length>0),s=n.filter(a=>!a.success&&!a.blocked).map(a=>a.stderr||`Stop hook failed with exit code ${a.exitCode}`).filter(a=>a&&a.trim().length>0);if(e){if(o.length>0&&e.onMessage){let a=`Stop hooks provided feedback: ${o.join("; ")}`;e.onMessage(a)}s.length>0&&e.onError&&s.forEach(a=>e.onError(a))}return{executed:!0,blocked:i,messages:o,errors:s}}catch(r){let n=`Stop hook execution failed: ${r instanceof Error?r.message:String(r)}`;return e?.onError?e.onError(n):console.warn(n,r),{executed:!1,blocked:!1,messages:[],errors:[n]}}}async executeSubagentStopHooks(e,r){if(!this.hookManager)return{executed:!1,blocked:!1,messages:[],errors:[]};try{let n=this.buildHookExecutionContext(),i=await this.hookManager.executeSubagentStop(n),o=i.some(c=>c.blocked),s=i.filter(c=>c.blocked).map(c=>c.stderr).filter(c=>c&&c.trim().length>0),a=i.filter(c=>!c.success&&!c.blocked).map(c=>c.stderr||`SubagentStop hook failed with exit code ${c.exitCode}`).filter(c=>c&&c.trim().length>0);if(r){if(s.length>0&&r.onMessage){let c=`SubagentStop hooks provided feedback: ${s.join("; ")}`;r.onMessage(c)}a.length>0&&r.onError&&a.forEach(c=>r.onError(c))}return{executed:!0,blocked:o,messages:s,errors:a}}catch(n){let i=`SubagentStop hook execution failed: ${n instanceof Error?n.message:String(n)}`;return r?.onError?r.onError(i):console.warn(i,n),{executed:!1,blocked:!1,messages:[],errors:[i]}}}extractBlockingErrors(e){let r=e.filter(n=>n.blocked).map(n=>n.stderr).filter(n=>n&&n.trim().length>0);return r.length>0?r.join("; "):"Hook blocked execution (no error message provided)"}}});function LQi(t){switch(t){case zr.ProceedOnce:case zr.ProceedAlways:case zr.ProceedAlwaysServer:case zr.ProceedAlwaysTool:return Iy.ACCEPT;case zr.ModifyWithEditor:return Iy.MODIFY;case zr.Cancel:default:return Iy.REJECT}}var Iy,TV,IV,DV,RV,BV,NV,OV,kV,Dy,MV,nCe,PV,iCe,S_=ae(()=>{"use strict";su();v3();(function(t){t.ACCEPT="accept",t.REJECT="reject",t.MODIFY="modify"})(Iy||(Iy={}));TV=class{"event.name";"event.timestamp";model;embedding_model;sandbox_enabled;core_tools_enabled;approval_mode;api_key_enabled;vertex_ai_enabled;debug_enabled;mcp_servers;telemetry_enabled;telemetry_log_user_prompts_enabled;file_filtering_respect_git_ignore;constructor(e){let r=e.getContentGeneratorConfig(),n=e.getMcpServers(),i=!1,o=!1;r&&r.authType&&(i=r.authType===$t.USE_GEMINI,o=r.authType===$t.USE_VERTEX_AI),this["event.name"]="cli_config",this.model=e.getModel(),this.embedding_model=e.getEmbeddingModel(),this.sandbox_enabled=typeof e.getSandbox()=="string"||!!e.getSandbox(),this.core_tools_enabled=(e.getCoreTools()??[]).join(","),this.approval_mode=e.getApprovalMode(),this.api_key_enabled=i||o,this.vertex_ai_enabled=o,this.debug_enabled=e.getDebugMode(),this.mcp_servers=n?Object.keys(n).join(","):"",this.telemetry_enabled=e.getTelemetryEnabled(),this.telemetry_log_user_prompts_enabled=e.getTelemetryLogPromptsEnabled(),this.file_filtering_respect_git_ignore=e.getFileFilteringRespectGitIgnore()}},IV=class{"event.name";"event.timestamp";session_id;constructor(e){this["event.name"]="end_session",this["event.timestamp"]=new Date().toISOString(),this.session_id=e?.getSessionId()}},DV=class{"event.name";"event.timestamp";prompt_length;prompt_id;auth_type;prompt;constructor(e,r,n,i){this["event.name"]="user_prompt",this["event.timestamp"]=new Date().toISOString(),this.prompt_length=e,this.prompt_id=r,this.auth_type=n,this.prompt=i}},RV=class{"event.name";"event.timestamp";function_name;function_args;duration_ms;success;decision;error;error_type;prompt_id;constructor(e){this["event.name"]="tool_call",this["event.timestamp"]=new Date().toISOString(),this.function_name=e.request.name,this.function_args=e.request.args,this.duration_ms=e.durationMs??0,this.success=e.status==="success",this.decision=e.outcome?LQi(e.outcome):void 0,this.error=e.response.error?.message,this.error_type=e.response.errorType,this.prompt_id=e.request.prompt_id}},BV=class{"event.name";"event.timestamp";model;prompt_id;request_text;constructor(e,r,n){this["event.name"]="api_request",this["event.timestamp"]=new Date().toISOString(),this.model=e,this.prompt_id=r,this.request_text=n}},NV=class{"event.name";"event.timestamp";model;error;error_type;status_code;duration_ms;prompt_id;auth_type;constructor(e,r,n,i,o,s,a){this["event.name"]="api_error",this["event.timestamp"]=new Date().toISOString(),this.model=e,this.error=r,this.error_type=s,this.status_code=a,this.duration_ms=n,this.prompt_id=i,this.auth_type=o}},OV=class{"event.name";"event.timestamp";model;status_code;duration_ms;error;input_token_count;output_token_count;cached_content_token_count;thoughts_token_count;tool_token_count;total_token_count;response_text;prompt_id;auth_type;constructor(e,r,n,i,o,s,a){this["event.name"]="api_response",this["event.timestamp"]=new Date().toISOString(),this.model=e,this.duration_ms=r,this.status_code=200,this.input_token_count=o?.promptTokenCount??0,this.output_token_count=o?.candidatesTokenCount??0,this.cached_content_token_count=o?.cachedContentTokenCount??0,this.thoughts_token_count=o?.thoughtsTokenCount??0,this.tool_token_count=o?.toolUsePromptTokenCount??0,this.total_token_count=o?.totalTokenCount??0,this.response_text=s,this.error=a,this.prompt_id=n,this.auth_type=i}},kV=class{"event.name";"event.timestamp";auth_type;constructor(e){this["event.name"]="flash_fallback",this["event.timestamp"]=new Date().toISOString(),this.auth_type=e}};(function(t){t.CONSECUTIVE_IDENTICAL_TOOL_CALLS="consecutive_identical_tool_calls",t.CHANTING_IDENTICAL_SENTENCES="chanting_identical_sentences",t.LLM_DETECTED_LOOP="llm_detected_loop"})(Dy||(Dy={}));MV=class{"event.name";"event.timestamp";loop_type;prompt_id;constructor(e,r){this["event.name"]="loop_detected",this["event.timestamp"]=new Date().toISOString(),this.loop_type=e,this.prompt_id=r}},nCe=class{"event.name";"event.timestamp";prompt_id;finish_reason;result;constructor(e,r,n){this["event.name"]="next_speaker_check",this["event.timestamp"]=new Date().toISOString(),this.prompt_id=e,this.finish_reason=r,this.result=n}},PV=class{"event.name";"event.timestamp";command;subcommand;constructor(e,r){this["event.name"]="slash_command",this["event.timestamp"]=new Date().toISOString(),this.command=e,this.subcommand=r}},iCe=class{"event.name";"event.timestamp";model;constructor(e){this["event.name"]="malformed_json_response",this["event.timestamp"]=new Date().toISOString(),this.model=e}}});var xn,LV=ae(()=>{"use strict";(function(t){t.INIT="init",t.TODO_UPDATED="todo_updated",t.FILE_MODIFIED="file_modified",t.SUBAGENT_STATUS="subagent_status",t.ERROR_OCCURRED="error_occurred",t.PLAN_MODE_ACTIVATED="plan_mode_activated",t.CHINESE_QUERY_DETECTED="chinese_query_detected",t.LOOP_DETECTED="loop_detected"})(xn||(xn={}))});var FV,mdt=ae(()=>{"use strict";LV();FV=class{listeners=new Map;constructor(){Object.values(xn).forEach(e=>{this.listeners.set(e,new Set)})}on(e,r){let n=this.listeners.get(e);return n&&n.add(r),()=>{let i=this.listeners.get(e);i&&i.delete(r)}}emit(e){let r=this.listeners.get(e.type);r&&r.forEach(n=>{try{n(e)}catch(i){console.warn(`Error in reminder event listener for ${e.type}:`,i)}})}removeAllListeners(e){e?this.listeners.get(e)?.clear():this.listeners.forEach(r=>r.clear())}getListenerCount(e){return this.listeners.get(e)?.size||0}}});function oCe(){return"reminder-"+Math.random().toString(36).substring(2)+"-"+Date.now().toString(36)}function sCe(t){try{let e=t.todoList?JSON.stringify(t.todoList).length:0,r=t.fileChanges?t.fileChanges.join("").length:0,n=t.gitStatus?.length??0,i=t.claudeMd?.length??0,o=t.directoryStructure?.length??0,s=e+r+n+i+o}catch(e){console.warn("Error collecting system reminder telemetry:",e)}}function aCe(t){return!t||typeof t!="string"?!1:![/<script/i,/javascript:/i,/on\w+\s*=/i,/<iframe/i,/<object/i,/<embed/i].some(r=>r.test(t))}function vO(t,e=500){return!t||t.length<=e?t:t.substring(0,e-3)+"..."}function lCe(t){if(!t)return t;let e=[process.cwd()+"/","/Users/","/home/","/usr/"],r=t;for(let n of e)if(r.startsWith(n)){r=r.substring(n.length);break}return r}async function dwr(t,e,r){if(!t||typeof t!="string"||t.length<3||/^[A-Za-z0-9\s\p{P}]*$/u.test(t))return!1;if(!e||!r?.toLowerCase().includes("apis.iflow.cn"))return gdt(t);try{let n
|
|
1854
|
+
${o.additionalContext}`:n.result&&typeof n.result=="object"?n.result={...n.result,hookAdditionalContext:o.additionalContext}:n.result={original:n.result,hookAdditionalContext:o.additionalContext})}i.decision==="block"&&i.reason&&(n.error=i.reason,n.success=!1)}return n}buildHookExecutionContext(){let e=this.getTranscriptPath();return{sessionId:this.config.getSessionId()||"unknown",transcriptPath:e,cwd:process.cwd(),projectDir:this.config.getProjectRoot()}}getTranscriptPath(){let e=this.config.getSessionId(),r=this.config.getProjectRoot();if(e&&r){let n=Moe.basename(r),i=Moe.join(uwr.homedir(),".iflow","projects"),o=Moe.join(i,n);return Moe.join(o,`${e}.jsonl`)}return Moe.join(uwr.homedir(),".iflow","projects","default","current-session.jsonl")}checkIfBlocked(e){return e.some(r=>r.blocked)}async executeStopHooks(e){if(!this.hookManager)return{executed:!1,blocked:!1,messages:[],errors:[]};try{let r=this.buildHookExecutionContext(),n=await this.hookManager.executeStop(r),i=n.some(a=>a.blocked),o=n.filter(a=>a.blocked).map(a=>a.stderr).filter(a=>a&&a.trim().length>0),s=n.filter(a=>!a.success&&!a.blocked).map(a=>a.stderr||`Stop hook failed with exit code ${a.exitCode}`).filter(a=>a&&a.trim().length>0);if(e){if(o.length>0&&e.onMessage){let a=`Stop hooks provided feedback: ${o.join("; ")}`;e.onMessage(a)}s.length>0&&e.onError&&s.forEach(a=>e.onError(a))}return{executed:!0,blocked:i,messages:o,errors:s}}catch(r){let n=`Stop hook execution failed: ${r instanceof Error?r.message:String(r)}`;return e?.onError?e.onError(n):console.warn(n,r),{executed:!1,blocked:!1,messages:[],errors:[n]}}}async executeSubagentStopHooks(e,r){if(!this.hookManager)return{executed:!1,blocked:!1,messages:[],errors:[]};try{let n=this.buildHookExecutionContext(),i=await this.hookManager.executeSubagentStop(n),o=i.some(c=>c.blocked),s=i.filter(c=>c.blocked).map(c=>c.stderr).filter(c=>c&&c.trim().length>0),a=i.filter(c=>!c.success&&!c.blocked).map(c=>c.stderr||`SubagentStop hook failed with exit code ${c.exitCode}`).filter(c=>c&&c.trim().length>0);if(r){if(s.length>0&&r.onMessage){let c=`SubagentStop hooks provided feedback: ${s.join("; ")}`;r.onMessage(c)}a.length>0&&r.onError&&a.forEach(c=>r.onError(c))}return{executed:!0,blocked:o,messages:s,errors:a}}catch(n){let i=`SubagentStop hook execution failed: ${n instanceof Error?n.message:String(n)}`;return r?.onError?r.onError(i):console.warn(i,n),{executed:!1,blocked:!1,messages:[],errors:[i]}}}extractBlockingErrors(e){let r=e.filter(n=>n.blocked).map(n=>n.stderr).filter(n=>n&&n.trim().length>0);return r.length>0?r.join("; "):"Hook blocked execution (no error message provided)"}}});function LQi(t){switch(t){case zr.ProceedOnce:case zr.ProceedAlways:case zr.ProceedAlwaysServer:case zr.ProceedAlwaysTool:return Iy.ACCEPT;case zr.ModifyWithEditor:return Iy.MODIFY;case zr.Cancel:default:return Iy.REJECT}}var Iy,TV,IV,DV,RV,BV,NV,OV,kV,Dy,MV,nCe,PV,iCe,S_=ae(()=>{"use strict";su();v3();(function(t){t.ACCEPT="accept",t.REJECT="reject",t.MODIFY="modify"})(Iy||(Iy={}));TV=class{"event.name";"event.timestamp";model;embedding_model;sandbox_enabled;core_tools_enabled;approval_mode;api_key_enabled;vertex_ai_enabled;debug_enabled;mcp_servers;telemetry_enabled;telemetry_log_user_prompts_enabled;file_filtering_respect_git_ignore;constructor(e){let r=e.getContentGeneratorConfig(),n=e.getMcpServers(),i=!1,o=!1;r&&r.authType&&(i=r.authType===$t.USE_GEMINI,o=r.authType===$t.USE_VERTEX_AI),this["event.name"]="cli_config",this.model=e.getModel(),this.embedding_model=e.getEmbeddingModel(),this.sandbox_enabled=typeof e.getSandbox()=="string"||!!e.getSandbox(),this.core_tools_enabled=(e.getCoreTools()??[]).join(","),this.approval_mode=e.getApprovalMode(),this.api_key_enabled=i||o,this.vertex_ai_enabled=o,this.debug_enabled=e.getDebugMode(),this.mcp_servers=n?Object.keys(n).join(","):"",this.telemetry_enabled=e.getTelemetryEnabled(),this.telemetry_log_user_prompts_enabled=e.getTelemetryLogPromptsEnabled(),this.file_filtering_respect_git_ignore=e.getFileFilteringRespectGitIgnore()}},IV=class{"event.name";"event.timestamp";session_id;constructor(e){this["event.name"]="end_session",this["event.timestamp"]=new Date().toISOString(),this.session_id=e?.getSessionId()}},DV=class{"event.name";"event.timestamp";prompt_length;prompt_id;auth_type;prompt;constructor(e,r,n,i){this["event.name"]="user_prompt",this["event.timestamp"]=new Date().toISOString(),this.prompt_length=e,this.prompt_id=r,this.auth_type=n,this.prompt=i}},RV=class{"event.name";"event.timestamp";function_name;function_args;duration_ms;success;decision;error;error_type;prompt_id;constructor(e){this["event.name"]="tool_call",this["event.timestamp"]=new Date().toISOString(),this.function_name=e.request.name,this.function_args=e.request.args,this.duration_ms=e.durationMs??0,this.success=e.status==="success",this.decision=e.outcome?LQi(e.outcome):void 0,this.error=e.response.error?.message,this.error_type=e.response.errorType,this.prompt_id=e.request.prompt_id}},BV=class{"event.name";"event.timestamp";model;prompt_id;request_text;constructor(e,r,n){this["event.name"]="api_request",this["event.timestamp"]=new Date().toISOString(),this.model=e,this.prompt_id=r,this.request_text=n}},NV=class{"event.name";"event.timestamp";model;error;error_type;status_code;duration_ms;prompt_id;auth_type;constructor(e,r,n,i,o,s,a){this["event.name"]="api_error",this["event.timestamp"]=new Date().toISOString(),this.model=e,this.error=r,this.error_type=s,this.status_code=a,this.duration_ms=n,this.prompt_id=i,this.auth_type=o}},OV=class{"event.name";"event.timestamp";model;status_code;duration_ms;error;input_token_count;output_token_count;cached_content_token_count;thoughts_token_count;tool_token_count;total_token_count;response_text;prompt_id;auth_type;constructor(e,r,n,i,o,s,a){this["event.name"]="api_response",this["event.timestamp"]=new Date().toISOString(),this.model=e,this.duration_ms=r,this.status_code=200,this.input_token_count=o?.promptTokenCount??0,this.output_token_count=o?.candidatesTokenCount??0,this.cached_content_token_count=o?.cachedContentTokenCount??0,this.thoughts_token_count=o?.thoughtsTokenCount??0,this.tool_token_count=o?.toolUsePromptTokenCount??0,this.total_token_count=o?.totalTokenCount??0,this.response_text=s,this.error=a,this.prompt_id=n,this.auth_type=i}},kV=class{"event.name";"event.timestamp";auth_type;constructor(e){this["event.name"]="flash_fallback",this["event.timestamp"]=new Date().toISOString(),this.auth_type=e}};(function(t){t.CONSECUTIVE_IDENTICAL_TOOL_CALLS="consecutive_identical_tool_calls",t.CHANTING_IDENTICAL_SENTENCES="chanting_identical_sentences",t.LLM_DETECTED_LOOP="llm_detected_loop"})(Dy||(Dy={}));MV=class{"event.name";"event.timestamp";loop_type;prompt_id;constructor(e,r){this["event.name"]="loop_detected",this["event.timestamp"]=new Date().toISOString(),this.loop_type=e,this.prompt_id=r}},nCe=class{"event.name";"event.timestamp";prompt_id;finish_reason;result;constructor(e,r,n){this["event.name"]="next_speaker_check",this["event.timestamp"]=new Date().toISOString(),this.prompt_id=e,this.finish_reason=r,this.result=n}},PV=class{"event.name";"event.timestamp";command;subcommand;constructor(e,r){this["event.name"]="slash_command",this["event.timestamp"]=new Date().toISOString(),this.command=e,this.subcommand=r}},iCe=class{"event.name";"event.timestamp";model;constructor(e){this["event.name"]="malformed_json_response",this["event.timestamp"]=new Date().toISOString(),this.model=e}}});var xn,LV=ae(()=>{"use strict";(function(t){t.INIT="init",t.TODO_UPDATED="todo_updated",t.FILE_MODIFIED="file_modified",t.SUBAGENT_STATUS="subagent_status",t.ERROR_OCCURRED="error_occurred",t.PLAN_MODE_ACTIVATED="plan_mode_activated",t.CHINESE_QUERY_DETECTED="chinese_query_detected",t.LOOP_DETECTED="loop_detected"})(xn||(xn={}))});var FV,mdt=ae(()=>{"use strict";LV();FV=class{listeners=new Map;constructor(){Object.values(xn).forEach(e=>{this.listeners.set(e,new Set)})}on(e,r){let n=this.listeners.get(e);return n&&n.add(r),()=>{let i=this.listeners.get(e);i&&i.delete(r)}}emit(e){let r=this.listeners.get(e.type);r&&r.forEach(n=>{try{n(e)}catch(i){console.warn(`Error in reminder event listener for ${e.type}:`,i)}})}removeAllListeners(e){e?this.listeners.get(e)?.clear():this.listeners.forEach(r=>r.clear())}getListenerCount(e){return this.listeners.get(e)?.size||0}}});function oCe(){return"reminder-"+Math.random().toString(36).substring(2)+"-"+Date.now().toString(36)}function sCe(t){try{let e=t.todoList?JSON.stringify(t.todoList).length:0,r=t.fileChanges?t.fileChanges.join("").length:0,n=t.gitStatus?.length??0,i=t.claudeMd?.length??0,o=t.directoryStructure?.length??0,s=e+r+n+i+o}catch(e){console.warn("Error collecting system reminder telemetry:",e)}}function aCe(t){return!t||typeof t!="string"?!1:![/<script/i,/javascript:/i,/on\w+\s*=/i,/<iframe/i,/<object/i,/<embed/i].some(r=>r.test(t))}function vO(t,e=500){return!t||t.length<=e?t:t.substring(0,e-3)+"..."}function lCe(t){if(!t)return t;let e=[process.cwd()+"/","/Users/","/home/","/usr/"],r=t;for(let n of e)if(r.startsWith(n)){r=r.substring(n.length);break}return r}async function dwr(t,e,r){if(!t||typeof t!="string"||t.length<3||/^[A-Za-z0-9\s\p{P}]*$/u.test(t))return!1;if(!e||!r?.toLowerCase().includes("apis.iflow.cn"))return gdt(t);try{let n=t;if(t.length>3e3){let c=t.substring(0,1500),u=t.substring(t.length-1500);n=`${c}
|
|
1855
|
+
...
|
|
1856
|
+
${u}`}let i=`
|
|
1855
1857
|
\u8BF7\u5224\u65AD\u4EE5\u4E0B\u6587\u672C\u662F\u5426\u4E3A\u4E2D\u6587\u3002\u53EA\u56DE\u7B54"\u662F"\u6216"\u5426"
|
|
1856
1858
|
\u91CD\u8981\uFF1A\u4E0D\u8981\u5176\u4ED6\u89E3\u91CA\u3002\u53EA\u56DE\u7B54"\u662F"\u6216"\u5426"
|
|
1857
|
-
\u6587\u672C\u5185\u5BB9\uFF1A${
|
|
1859
|
+
\u6587\u672C\u5185\u5BB9\uFF1A${n}`.trim(),o=await fetch("https://apis.iflow.cn/v1/chat/completions",{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${e}`,"user-agent":"iFlow-Cli"},body:JSON.stringify({model:"QWen3-4B",messages:[{role:"user",content:i}],temperature:.1,max_tokens:1e3})});return o.ok?(await o.json()).choices?.[0]?.message?.content?.trim()==="\u662F":gdt(t)}catch{return gdt(t)}}function gdt(t){return/[\u4E00-\u9FFF\u3400-\u4DBF\uF900-\uFAFF]/.test(t)}var cCe=ae(()=>{"use strict";});var UV,Adt=ae(()=>{"use strict";LV();cCe();UV=class{createReminderMessage(e,r,n,i){if(!aCe(e))throw new Error("Invalid reminder content detected");return{content:e,isMeta:!0,eventType:r,uuid:oCe(),timestamp:new Date().toISOString(),position:n,type:i}}generateTodoReminder(e){if(!e||e.itemCount===0)return this.createReminderMessage("This is a reminder that your todo list is currently empty. DO NOT mention this to the user explicitly because they are already aware. If you are working on tasks that would benefit from a todo list please use the todo_write tool to create one. If not, please feel free to ignore. Again do not mention this message to the user.",xn.TODO_UPDATED,"after","single");let r=vO(JSON.stringify(e.content),800);return this.createReminderMessage(`Your todo list has changed. DO NOT mention this explicitly to the user. Here are the latest contents of your todo list:
|
|
1858
1860
|
${r}. Continue on with the tasks at hand if applicable.`,xn.TODO_UPDATED,"after","single")}generateFileModifiedReminder(e){let n=`Note: ${lCe(e.filename||e.filePath||"unknown file")} was modified, either by the user or by a linter. Don't tell the user this, since they are already aware. This change was intentional, so make sure to take it into account as you proceed (ie. don't revert it unless the user asks you to).`;if(e.snippet){let i=vO(e.snippet,300);n+=` So that you don't need to re-read the file, here's a snippet of the edited content:
|
|
1859
1861
|
|
|
1860
1862
|
${i}`}return this.createReminderMessage(n,xn.FILE_MODIFIED,"after","system-notifications")}generateSubAgentReminder(e){let r=e.agentIndex||"unknown",n=e.status||"unknown",i=e.toolsCount||0;return this.createReminderMessage(`SubAgent #${r} status changed to ${n}. Current tools executed: ${i}. DO NOT mention this to the user explicitly.`,xn.SUBAGENT_STATUS,"after","system-notifications")}generatePlanModeReminder(){return this.createReminderMessage(`Plan mode is active. The user indicated that they do not want you to execute yet -- you MUST NOT make any edits, run any non-readonly tools (including changing configs or making commits), or otherwise make any changes to the system. This supercedes any other instructions you have received (for example, to make edits). Instead, you should:
|
|
@@ -4118,7 +4120,7 @@ ${fe.description}`:fe.subject||fe.description||"Thinking...",[]),ue=(0,Aa.useCal
|
|
|
4118
4120
|
`,e-1);return{line:r===-1?0:t.slice(0,r+1).match(/\n/g).length,column:e-r-1}}function c4t(t,e,{oneBased:r=!1}={}){if(typeof t!="string")throw new TypeError("Text parameter should be a string");if(!Number.isInteger(e))throw new TypeError("Index parameter should be an integer");if(e<0||e>t.length)throw new RangeError("Index out of bounds");let n=s3o(t,e);return r?{line:n.line+1,column:n.column+1}:n}var a3o=t=>`\\u{${t.codePointAt(0).toString(16)}}`,u4t=class t extends Error{name="JSONError";fileName;#e;#t;#r;#n;#o;constructor(e){if(typeof e=="string")super(),this.#r=e;else{let{jsonParseError:r,fileName:n,input:i}=e;super(void 0,{cause:r}),this.#e=i,this.#t=r,this.fileName=n}Error.captureStackTrace?.(this,t)}get message(){this.#r??=`${c3o(this.#t.message)}${this.#e===""?" while parsing empty string":""}`;let{codeFrame:e}=this;return`${this.#r}${this.fileName?` in ${this.fileName}`:""}${e?`
|
|
4119
4121
|
|
|
4120
4122
|
${e}
|
|
4121
|
-
`:""}`}set message(e){this.#r=e}#i(e){if(!this.#t)return;let r=this.#e,n=l3o(r,this.#t.message);if(n)return(0,Ctn.codeFrameColumns)(r,{start:n},{highlightCode:e})}get codeFrame(){return this.#n??=this.#i(!0),this.#n}get rawCodeFrame(){return this.#o??=this.#i(!1),this.#o}},l3o=(t,e)=>{let r=e.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!r)return;let{index:n,line:i,column:o}=r.groups;return i&&o?{line:Number(i),column:Number(o)}:c4t(t,Number(n),{oneBased:!0})},c3o=t=>t.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(e,r,n)=>`"${n}"(${a3o(n)})`);function d4t(t,e,r){typeof e=="string"&&(r=e,e=void 0);try{return JSON.parse(t,e)}catch(n){throw new u4t({jsonParseError:n,fileName:r,input:t})}}var yrn=Le(grn(),1);import{fileURLToPath as ayo}from"node:url";function Arn(t){return t instanceof URL?ayo(t):t}var uyo=t=>cyo.resolve(Arn(t)??".","package.json"),dyo=(t,e)=>{let r=typeof t=="string"?d4t(t):t;return e&&(0,yrn.default)(r),r};async function Ern({cwd:t,normalize:e=!0}={}){let r=await lyo.readFile(uyo(t),"utf8");return dyo(r,e)}async function vrn(t){let e=await Jen("package.json",t);if(e)return{packageJson:await Ern({...t,cwd:fyo.dirname(e)}),path:e}}import{fileURLToPath as pyo}from"url";import hyo from"path";var myo=pyo(import.meta.url),gyo=hyo.dirname(myo),gTe;async function Jj(){if(gTe)return gTe;let t=await vrn({cwd:gyo});if(t)return gTe=t.packageJson,gTe}async function IT(){let t=await Jj();return"0.3.5
|
|
4123
|
+
`:""}`}set message(e){this.#r=e}#i(e){if(!this.#t)return;let r=this.#e,n=l3o(r,this.#t.message);if(n)return(0,Ctn.codeFrameColumns)(r,{start:n},{highlightCode:e})}get codeFrame(){return this.#n??=this.#i(!0),this.#n}get rawCodeFrame(){return this.#o??=this.#i(!1),this.#o}},l3o=(t,e)=>{let r=e.match(/in JSON at position (?<index>\d+)(?: \(line (?<line>\d+) column (?<column>\d+)\))?$/);if(!r)return;let{index:n,line:i,column:o}=r.groups;return i&&o?{line:Number(i),column:Number(o)}:c4t(t,Number(n),{oneBased:!0})},c3o=t=>t.replace(/(?<=^Unexpected token )(?<quote>')?(.)\k<quote>/,(e,r,n)=>`"${n}"(${a3o(n)})`);function d4t(t,e,r){typeof e=="string"&&(r=e,e=void 0);try{return JSON.parse(t,e)}catch(n){throw new u4t({jsonParseError:n,fileName:r,input:t})}}var yrn=Le(grn(),1);import{fileURLToPath as ayo}from"node:url";function Arn(t){return t instanceof URL?ayo(t):t}var uyo=t=>cyo.resolve(Arn(t)??".","package.json"),dyo=(t,e)=>{let r=typeof t=="string"?d4t(t):t;return e&&(0,yrn.default)(r),r};async function Ern({cwd:t,normalize:e=!0}={}){let r=await lyo.readFile(uyo(t),"utf8");return dyo(r,e)}async function vrn(t){let e=await Jen("package.json",t);if(e)return{packageJson:await Ern({...t,cwd:fyo.dirname(e)}),path:e}}import{fileURLToPath as pyo}from"url";import hyo from"path";var myo=pyo(import.meta.url),gyo=hyo.dirname(myo),gTe;async function Jj(){if(gTe)return gTe;let t=await vrn({cwd:gyo});if(t)return gTe=t.packageJson,gTe}async function IT(){let t=await Jj();return"0.3.5"}Cs();Nt();import AM from"node:process";var Crn={name:"about",description:N.t("command.about"),kind:"built-in",action:async t=>{let e=AM.platform,r=N.t("aboutCommand.noSandbox");AM.env.SANDBOX&&AM.env.SANDBOX!=="sandbox-exec"?r=AM.env.SANDBOX:AM.env.SANDBOX==="sandbox-exec"&&(r=`sandbox-exec (${AM.env.SEATBELT_PROFILE||N.t("aboutCommand.unknown")})`);let n=t.services.config?.getModel()||N.t("aboutCommand.unknown"),i=await IT(),o=t.services.settings.merged.selectedAuthType||"",s=AM.env.GOOGLE_CLOUD_PROJECT||"",a={type:"about",cliVersion:i,osVersion:e,sandboxEnv:r,modelVersion:n,selectedAuthType:o,gcpProject:s};t.ui.addItem(a,Date.now())}};Nt();Nt();Cs();var yTe="\x1B[32m";var xrn="\x1B[31m",DT="\x1B[36m",l0="\x1B[90m";var tl="\x1B[0m";function ATe(t,e,r,n=!1){let i="";if(t.length===0)return i="\u{1F534} ",`${i}${e}
|
|
4122
4124
|
${xrn}${N.t("agentsCommand.list.noAgentsFound")}${tl}
|
|
4123
4125
|
`;i="\u{1F7E2} ";let o=`${i}${e}
|
|
4124
4126
|
`;for(let s of t)n?o+=Ayo(s):o+=`${yTe}- ${s.agentType}${tl}
|
|
@@ -4161,7 +4163,7 @@ ${l0}${N.t("agentsCommand.list.builtinAgents")}${tl}
|
|
|
4161
4163
|
${l0}${N.t("agentsCommand.list.generalPurpose")}
|
|
4162
4164
|
${tl}`;let c=n.length+i.length;t.ui.addItem({type:"info",text:`${yTe}${N.t("agentsCommand.refresh.success",{count:c})}${tl}
|
|
4163
4165
|
|
|
4164
|
-
${yTe}${a.trim()}${tl}`},Date.now())}catch(e){let r=ar(e);t.ui.addItem({type:"error",text:`${xrn}${N.t("agentsCommand.refresh.error",{error:r})}${tl}`},Date.now())}}},{name:"online",description:N.t("agentsCommand.subCommands.online"),kind:"built-in",action:(t,e)=>({type:"dialog",dialog:"agents-online"})},{name:"install",description:N.t("agentsCommand.subCommands.install"),kind:"built-in",action:(t,e)=>({type:"dialog",dialog:"agent-install"})}]};Nt();var wrn={name:"auth",description:N.t("command.auth"),kind:"built-in",action:(t,e)=>({type:"dialog",dialog:"auth"})};gD();import bx from"node:process";import yyo from"node:os";Cs();Nt();var Kj="
|
|
4166
|
+
${yTe}${a.trim()}${tl}`},Date.now())}catch(e){let r=ar(e);t.ui.addItem({type:"error",text:`${xrn}${N.t("agentsCommand.refresh.error",{error:r})}${tl}`},Date.now())}}},{name:"online",description:N.t("agentsCommand.subCommands.online"),kind:"built-in",action:(t,e)=>({type:"dialog",dialog:"agents-online"})},{name:"install",description:N.t("agentsCommand.subCommands.install"),kind:"built-in",action:(t,e)=>({type:"dialog",dialog:"agent-install"})}]};Nt();var wrn={name:"auth",description:N.t("command.auth"),kind:"built-in",action:(t,e)=>({type:"dialog",dialog:"auth"})};gD();import bx from"node:process";import yyo from"node:os";Cs();Nt();var Kj="9b436b2a (local modifications)";Nt();async function Eyo(t,e){let r="https://apis.iflow.cn/v1/bug/report",i={content:JSON.stringify(t,null,2)},o={"Content-Type":"application/json"};e&&(o.Authorization=`Bearer ${e}`);try{let s=await fetch(r,{method:"POST",headers:o,body:JSON.stringify(i)});if(s.ok){let a=await s.json();return console.log("Bug report data sent successfully to endpoint"),a.success&&a.data?a.data:(console.warn("Unexpected response format from endpoint:",a),null)}else return console.warn(`Failed to send bug report to endpoint: ${s.status} ${s.statusText}`),null}catch(s){return console.warn("Failed to send bug report to endpoint:",s),null}}var _rn={name:"bug",description:N.t("command.bug"),kind:"built-in",action:async(t,e)=>{let r=(e||"").trim(),{config:n}=t.services,i=BD(),o=`${bx.platform} ${bx.version}`,s=N.t("bugCommand.noSandbox");bx.env.SANDBOX&&bx.env.SANDBOX!=="sandbox-exec"?s=bx.env.SANDBOX.replace(/^iflow-(?:code-)?/,""):bx.env.SANDBOX==="sandbox-exec"&&(s=`sandbox-exec (${bx.env.SEATBELT_PROFILE||"unknown"})`);let a=n?.getModel()||N.t("bugCommand.unknown"),c=await IT(),u=Rj(bx.memoryUsage().rss),d=i.getInMemoryErrors(),f=N.t("bugCommand.noRecentErrors");d.length>0&&(f=d.slice(-3).map(k=>N.t("bugCommand.errorWithTimestamp",{timestamp:k.timestamp,error:k.error})).join(`
|
|
4165
4167
|
|
|
4166
4168
|
`));let p=yyo.userInfo().username,h=T=>{if(!p)return T;let k=new RegExp(`/${p}/`,"g");return T.replace(k,"/user/")},m=`CLI Version: ${c}
|
|
4167
4169
|
Git Commit: ${Kj}
|
|
@@ -5205,7 +5207,7 @@ ${N.t("gemini.errors.criticalUnhandledRejection")}
|
|
|
5205
5207
|
=========================================
|
|
5206
5208
|
${N.t("gemini.errors.reason",{reason:e})}${e instanceof Error&&e.stack?`
|
|
5207
5209
|
${N.t("gemini.errors.stackTrace")}
|
|
5208
|
-
${e.stack}`:""}`;Ds.emit("log-error",n),t||(t=!0,Ds.emit("open-debug-console"))})}function O7o(){console.log(N.t("gemini.crashDiagnosticsEnabled")),process.setUncaughtExceptionCaptureCallback(t=>{let e={timestamp:new Date().toISOString(),error:{name:t.name,message:t.message,stack:t.stack},memory:process.memoryUsage(),pid:process.pid,cwd:process.cwd(),nodeVersion:process.version,platform:process.platform,arch:process.arch,uptime:process.uptime(),env:{NODE_ENV:"production",SANDBOX:process.env.SANDBOX,CLI_VERSION:"0.3.5
|
|
5210
|
+
${e.stack}`:""}`;Ds.emit("log-error",n),t||(t=!0,Ds.emit("open-debug-console"))})}function O7o(){console.log(N.t("gemini.crashDiagnosticsEnabled")),process.setUncaughtExceptionCaptureCallback(t=>{let e={timestamp:new Date().toISOString(),error:{name:t.name,message:t.message,stack:t.stack},memory:process.memoryUsage(),pid:process.pid,cwd:process.cwd(),nodeVersion:process.version,platform:process.platform,arch:process.arch,uptime:process.uptime(),env:{NODE_ENV:"production",SANDBOX:process.env.SANDBOX,CLI_VERSION:"0.3.5"}},r=`crash-${Date.now()}-${process.pid}.json`,n=x7o.join(process.cwd(),r);try{I7o.writeFileSync(n,JSON.stringify(e,null,2)),console.error(N.t("gemini.crashDetected",{crashFilePath:n})),console.error(N.t("gemini.coreDumpWillBeGenerated"))}catch(i){console.error(N.t("gemini.failedToWriteCrashFile"),i)}process.abort()}),process.on("warning",t=>{console.warn(N.t("gemini.debug.nodejsWarning"),{name:t.name,message:t.message,stack:t.stack})}),process.on("unhandledRejection",(t,e)=>{console.error(N.t("gemini.debug.unhandledPromiseRejectionDetected"),{reason:t,promise:e.toString()})})}async function Dgn(){N7o();let t=process.cwd(),e=bl(t);if(!e.user.settings.cna){let p=await v0e();p&&e.setValue("User","cna",p)}if(await rdn(),e.errors.length>0){for(let p of e.errors){let h=N.t("gemini.errorInFile",{path:p.path,message:p.message});process.env.NO_COLOR||(h=`\x1B[31m${h}\x1B[0m`),console.error(h),console.error(N.t("gemini.pleaseFixFileAndTryAgain",{path:p.path}))}process.exit(1)}let r=await tDe();(!!r.prompt&&!r.promptInteractive&&!r.continue&&!r.resume||r.experimentalAcp)&&(process.env.IFLOW_NON_INTERACTIVE="true");let i=GT(t),o=await WM(e.merged,i,s0.generateSessionId(),r);if(N.changeLanguage(o.getLanguage()),o.getDebugMode()&&O7o(),_7o.setDefaultResultOrder(D7o(e.merged.dnsResolutionOrder)),r.promptInteractive&&!process.stdin.isTTY&&(console.error(N.t("gemini.errors.promptInteractiveFlagNotSupported")),process.exit(1)),o.getListExtensions()){console.debug(N.t("gemini.installedExtensions"));for(let p of i)console.debug(`- ${p.config.name}`);process.exit(0)}if(r._&&r._[0]==="agent"){let{agentCommand:p}=await Promise.resolve().then(()=>(svt(),Yun)),h=(await Promise.resolve().then(()=>(L8t(),P8t))).default;await h().scriptName("iflow").command(p).help().version(!1).parse(),process.exit(0)}if(r._&&r._[0]==="commands"){let{commandsCommand:p}=await Promise.resolve().then(()=>(ivt(),Pun)),h=(await Promise.resolve().then(()=>(L8t(),P8t))).default;await h().scriptName("iflow").command(p).help().version(!1).parse(),process.exit(0)}if(e.merged.selectedAuthType||process.env.CLOUD_SHELL==="true"&&e.setValue("User","selectedAuthType",$t.CLOUD_SHELL),Can(o.getDebugMode()),await o.initialize(),Ma.loadCustomThemes(e.merged.customThemes),e.merged.theme&&(Ma.setActiveTheme(e.merged.theme)||console.warn(N.t("gemini.themeNotFound",{theme:e.merged.theme}))),!process.env.SANDBOX){let p=e.merged.autoConfigureMaxOldSpaceSize?R7o(o):[],h=o.getSandbox();if(h){if(e.merged.selectedAuthType&&!e.merged.useExternalAuth)try{let m=NM(e.merged.selectedAuthType);if(m)throw new Error(m);await o.refreshAuth(e.merged.selectedAuthType,{apiKey:e.merged.apiKey,baseUrl:e.merged.baseUrl,modelName:e.merged.modelName})}catch(m){console.error(N.t("gemini.errorAuthenticating"),m),process.exit(1)}await ipn(h,p,o),process.exit(0)}else p.length>0&&(await B7o(p),process.exit(0))}if(e.merged.selectedAuthType===$t.LOGIN_WITH_IFLOW&&o.isBrowserLaunchSuppressed()&&await yD(e.merged.selectedAuthType,o),o.getExperimentalAcp())return o.getAcpPort()?await Qmn(o,e,i,r,o.getAcpPort()):Omn(o,e,i,r);let s=o.getQuestion(),a=[...await opn(),...await apn(t)];if(!!r.promptInteractive||!!r.continue||!!r.resume||process.stdin.isTTY&&s?.length===0){console.clear();let p=await IT();Ign(Tgn(t),e);try{await Oon()}catch(E){o.getDebugMode()&&console.warn("Failed to detect/enable Kitty protocol:",E)}try{await o.setIdeModeAndSyncConnection(!0)}catch(E){console.error(N.t("gemini.failedToConnectToIdeServer"),E)}let h,m=async()=>{try{if(console.clear(),Ign(Tgn(t),e),h)try{h.unmount(),await new Promise(x=>process.nextTick(x))}catch(x){console.error(N.t("gemini.errorDuringUnmount"),x)}let{executeSessionStartHooks:E}=await Promise.resolve().then(()=>(vM(),EM)),C=await E(o,"resume");h=yfe((0,pue.jsx)(F8t.default.StrictMode,{children:(0,pue.jsx)(qvt,{instance:()=>h,config:o,settings:e,startupWarnings:a,version:p,continueMode:!!r.continue,resumeMode:!!r.resume,resumeSessionId:r.resume,fgMode:!0,sessionStartContext:C})}),{exitOnCtrlC:!1,isScreenReaderEnabled:!1})}catch(E){console.error(N.t("gemini.errorDuringResume"),E)}};process.on("SIGCONT",m),kce(()=>{process.off("SIGCONT",m)});let g="startup";(r.continue||r.resume)&&(g="resume");let{executeSessionStartHooks:A}=await Promise.resolve().then(()=>(vM(),EM)),y=await A(o,g);h=yfe((0,pue.jsx)(F8t.default.StrictMode,{children:(0,pue.jsx)(qvt,{instance:()=>h,config:o,settings:e,startupWarnings:a,version:p,continueMode:!!r.continue,resumeMode:!!r.resume,resumeSessionId:r.resume,sessionStartContext:y})}),{exitOnCtrlC:!1,isScreenReaderEnabled:!1}),e.merged.disableAutoUpdate||wmn().then(E=>{Cfn(E,e,o.getProjectRoot())}).catch(E=>{o.getDebugMode()&&console.error(N.t("gemini.updateCheckFailed"),E)}),kce(()=>h.unmount());return}!process.stdin.isTTY&&!s&&(s+=await epn()),s||(console.error(N.t("gemini.noInputProvidedViaStdin")),process.exit(1));let u=Math.random().toString(16).slice(2);sj(o,{"event.name":"user_prompt","event.timestamp":new Date().toISOString(),prompt:s,prompt_id:u,auth_type:o.getContentGeneratorConfig()?.authType,prompt_length:s.length});let d=await k7o(o,i,e,r),f=r.outputFile||r.output_file;await cpn(d,s,u,f),process.exit(0)}function Ign(t,e){if(!e.merged.hideWindowTitle){let r=(process.env.CLI_TITLE||`iFlow - ${t}`).replace(/[\x00-\x1F\x7F]/g,"");process.stdout.write(`\x1B]2;${r}\x07`),process.on("exit",()=>{process.stdout.write("\x1B]2;\x07")})}}async function k7o(t,e,r,n){let i=t;if(t.getApprovalMode()!==$n.YOLO){let o=r.merged.excludeTools||[],s=[pu.Name,yf.Name,ld.Name],a=[...new Set([...o,...s])],c={...r.merged,excludeTools:a},u={...n};i=await WM(c,e,t.getSessionId(),u),await i.initialize()}return await M7o(r.merged.selectedAuthType,i,r)}async function M7o(t,e,r){!t&&!process.env.GEMINI_API_KEY&&!T0e()&&(console.error(N.t("gemini.pleaseSetAuthMethod",{userSettingsPath:hM})),process.exit(1)),t||(T0e()?t=$t.IFLOW:t=$t.IFLOW);let n=NM(t);return n!=null&&(console.error(n),process.exit(1)),await e.refreshAuth(t,{apiKey:r.merged.apiKey,baseUrl:r.merged.baseUrl,modelName:r.merged.modelName}),e}Dgn().catch(t=>{console.error("An unexpected critical error occurred:"),t instanceof Error?console.error(t.stack):console.error(String(t)),process.exit(1)});
|
|
5209
5211
|
/**
|
|
5210
5212
|
* @license
|
|
5211
5213
|
* Copyright 2025 Google LLC
|