blink 0.1.65 → 0.1.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/api/index.browser.cjs +1 -0
- package/dist/browser/api/index.browser.d.cts +2 -0
- package/dist/browser/api/index.browser.d.ts +2 -0
- package/dist/browser/api/index.browser.js +1 -0
- package/dist/browser/client-C9uh5T54.cjs +21 -0
- package/dist/{index-y1u5VC2_.d.ts → browser/client-Co98ZOqj.d.cts} +3 -22
- package/dist/browser/client-DsiYP47H.js +21 -0
- package/dist/{index-DXNEroA1.d.cts → browser/client-J5gD4j_a.d.ts} +3 -22
- package/dist/browser/http/index.cjs +1 -0
- package/dist/browser/http/index.d.cts +60 -0
- package/dist/browser/http/index.d.ts +60 -0
- package/dist/browser/http/index.js +1 -0
- package/dist/browser/index.browser-CFap1r_Y.cjs +1 -0
- package/dist/{index-BdS2C_9A.d.cts → browser/index.browser-CHLe3dau.d.cts} +15 -91
- package/dist/browser/index.browser-CeE1x4lk.js +1 -0
- package/dist/{index-E064W90j.d.ts → browser/index.browser-Db4eudpn.d.ts} +15 -91
- package/dist/browser/react/index.cjs +1 -0
- package/dist/browser/react/index.d.cts +31 -0
- package/dist/browser/react/index.d.ts +31 -0
- package/dist/browser/react/index.js +1 -0
- package/dist/cli/{auth-BUNIOupD.js → auth-Dw-wJ1IM.js} +1 -1
- package/dist/cli/{chat-L0VBV1Zr.js → chat-CvTLq5E0.js} +1 -1
- package/dist/cli/{dev-knS68Vac.js → dev-Cp22zef8.js} +63 -63
- package/dist/cli/index.js +3 -3
- package/dist/cli/{init-BEvNUWUD.js → init-LfebhEg-.js} +1 -1
- package/dist/cli/login-KHDcJ0iZ.js +1 -0
- package/dist/node/api/index.node.cjs +30 -0
- package/dist/node/api/index.node.d.cts +82 -0
- package/dist/node/api/index.node.d.ts +82 -0
- package/dist/node/api/index.node.js +30 -0
- package/dist/node/index.browser-D1y2mwdW.d.ts +281 -0
- package/dist/node/index.browser-wBJ4jcnM.d.cts +281 -0
- package/dist/node/test.d.cts +88 -0
- package/dist/node/test.d.ts +88 -0
- package/package.json +35 -17
- package/dist/api/index.cjs +0 -24
- package/dist/api/index.d.cts +0 -2
- package/dist/api/index.d.ts +0 -2
- package/dist/api/index.js +0 -24
- package/dist/cli/login-DKW_KVCA.js +0 -1
- package/dist/http/api.cjs +0 -1
- package/dist/http/api.d.cts +0 -204
- package/dist/http/api.d.ts +0 -204
- package/dist/http/api.js +0 -1
- package/dist/http/index.cjs +0 -1
- package/dist/http/index.d.cts +0 -3
- package/dist/http/index.d.ts +0 -3
- package/dist/http/index.js +0 -1
- package/dist/http-CU96NOdn.js +0 -21
- package/dist/http-DXLJkJIR.cjs +0 -21
- package/dist/test.d.cts +0 -12
- package/dist/test.d.ts +0 -12
- /package/dist/cli/{dist-NqrnQGst.js → dist-CN69Y-yA.js} +0 -0
- /package/dist/cli/{open-CSMQaj0E.js → open-Cr8lEmcs.js} +0 -0
- /package/dist/{build → node/build}/index.cjs +0 -0
- /package/dist/{build → node/build}/index.d.cts +0 -0
- /package/dist/{build → node/build}/index.d.ts +0 -0
- /package/dist/{build → node/build}/index.js +0 -0
- /package/dist/{chunk-___ucjiX.js → node/chunk-___ucjiX.js} +0 -0
- /package/dist/{chunk-hhQzssFb.cjs → node/chunk-hhQzssFb.cjs} +0 -0
- /package/dist/{test.cjs → node/test.cjs} +0 -0
- /package/dist/{test.js → node/test.js} +0 -0
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { AgentOptions, Chat, ChatBehavior, ContextFromTools, ExperimentalCompletion, ExperimentalProvideCompletionsOptions, ExperimentalProvideCompletionsResponse, ExtractUIOptions, Message, MessageOptions, OptionSelect, OptionSelectValue, Options, OptionsSchema, ProvideOptionsRequest, SendMessagesOptions, SendMessagesResponse, StreamResponseFormat, ToolApprovalOutput, ToolSetWithApproval, ToolWithApproval, ToolWithContext, WithUIOptions, chat, isToolApprovalOutput, lastUIOptions, storage, toolWithApproval, tools, withResponseFormat } from "../index.browser-wBJ4jcnM.cjs";
|
|
2
|
+
import * as ai0 from "ai";
|
|
3
|
+
import { UIMessage } from "ai";
|
|
4
|
+
import * as _ai_sdk_provider0 from "@ai-sdk/provider";
|
|
5
|
+
import http from "http";
|
|
6
|
+
|
|
7
|
+
//#region src/api/index.node.d.ts
|
|
8
|
+
declare const _default: {
|
|
9
|
+
agent: typeof agent;
|
|
10
|
+
chat: Readonly<{
|
|
11
|
+
upsert: (id: string) => Promise<Chat>;
|
|
12
|
+
message: (id: string, message: Message, options?: MessageOptions) => Promise<void>;
|
|
13
|
+
}>;
|
|
14
|
+
storage: Readonly<{
|
|
15
|
+
kv: Readonly<{
|
|
16
|
+
get: (key: string) => Promise<string | undefined>;
|
|
17
|
+
set: (key: string, value: string) => Promise<void>;
|
|
18
|
+
del: (key: string) => Promise<void>;
|
|
19
|
+
}>;
|
|
20
|
+
}>;
|
|
21
|
+
tools: {
|
|
22
|
+
withContext<const TOOLS extends {
|
|
23
|
+
[x: string]: ai0.Tool & {
|
|
24
|
+
withContext(context: unknown): ai0.Tool;
|
|
25
|
+
};
|
|
26
|
+
}>(tools: TOOLS, context: ContextFromTools<TOOLS>): { [K in keyof TOOLS]: ai0.Tool };
|
|
27
|
+
with<const TOOLS extends {
|
|
28
|
+
[x: string]: ai0.Tool & {
|
|
29
|
+
withContext(context: unknown): ai0.Tool;
|
|
30
|
+
};
|
|
31
|
+
}>(tools: TOOLS, context: ContextFromTools<TOOLS>): { [K in keyof TOOLS]: ai0.Tool };
|
|
32
|
+
withApproval<TOOLSET extends ai0.ToolSet, TOOLS extends ToolSetWithApproval<TOOLSET>, MESSAGE extends UIMessage>(options: {
|
|
33
|
+
messages: MESSAGE[];
|
|
34
|
+
tools: TOOLS;
|
|
35
|
+
abortSignal?: AbortSignal;
|
|
36
|
+
}): Promise<TOOLS>;
|
|
37
|
+
prefix(tools: ai0.ToolSet, prefix: string): ai0.ToolSet;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
interface Agent {
|
|
41
|
+
/**
|
|
42
|
+
* fetch is the HTTP handler for the agent.
|
|
43
|
+
*
|
|
44
|
+
* @param request The request to handle.
|
|
45
|
+
* @returns A response to the request.
|
|
46
|
+
*/
|
|
47
|
+
fetch(request: Request): Promise<Response> | Response;
|
|
48
|
+
/**
|
|
49
|
+
* serve starts the agent as an unauthenticated HTTP server.
|
|
50
|
+
* This is required for use in the Blink Cloud or with the Blink CLI.
|
|
51
|
+
*
|
|
52
|
+
* @param options Optional options for the server.
|
|
53
|
+
* @returns A Node.JS HTTP server.
|
|
54
|
+
*/
|
|
55
|
+
serve(options?: ServeOptions): http.Server;
|
|
56
|
+
}
|
|
57
|
+
type ServeOptions = {
|
|
58
|
+
readonly host?: string;
|
|
59
|
+
readonly port?: number;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* agent creates an HTTP handler that when served
|
|
63
|
+
* speaks the Blink agent protocol.
|
|
64
|
+
*
|
|
65
|
+
* Call `.serve()` to serve the agent for use in
|
|
66
|
+
* the Blink Cloud or with the Blink CLI.
|
|
67
|
+
*/
|
|
68
|
+
declare function agent<MESSAGE extends UIMessage = UIMessage>(agent: AgentOptions<MESSAGE>): Agent;
|
|
69
|
+
/**
|
|
70
|
+
* model returns an AI SDK model that is authenticated through Blink.
|
|
71
|
+
*
|
|
72
|
+
* Blink's AI Gateway uses Vercel's AI Gateway under-the-hood, and passes
|
|
73
|
+
* through billing cost without any upcharge.
|
|
74
|
+
*
|
|
75
|
+
* Feel free to use any provide you'd like.
|
|
76
|
+
*
|
|
77
|
+
* @param modelName - See: https://vercel.com/ai-gateway/models
|
|
78
|
+
* @returns An AI SDK model that is authenticated through Blink.
|
|
79
|
+
*/
|
|
80
|
+
declare const model: (modelName: string) => _ai_sdk_provider0.LanguageModelV2;
|
|
81
|
+
//#endregion
|
|
82
|
+
export { Agent, AgentOptions, Chat, ChatBehavior, ContextFromTools, ExperimentalCompletion, ExperimentalProvideCompletionsOptions, ExperimentalProvideCompletionsResponse, ExtractUIOptions, Message, MessageOptions, OptionSelect, OptionSelectValue, Options, OptionsSchema, ProvideOptionsRequest, SendMessagesOptions, SendMessagesResponse, ServeOptions, StreamResponseFormat, ToolApprovalOutput, ToolSetWithApproval, ToolWithApproval, ToolWithContext, WithUIOptions, agent, chat, _default as default, isToolApprovalOutput, lastUIOptions, model, storage, toolWithApproval, tools, withResponseFormat };
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { AgentOptions, Chat, ChatBehavior, ContextFromTools, ExperimentalCompletion, ExperimentalProvideCompletionsOptions, ExperimentalProvideCompletionsResponse, ExtractUIOptions, Message, MessageOptions, OptionSelect, OptionSelectValue, Options, OptionsSchema, ProvideOptionsRequest, SendMessagesOptions, SendMessagesResponse, StreamResponseFormat, ToolApprovalOutput, ToolSetWithApproval, ToolWithApproval, ToolWithContext, WithUIOptions, chat, isToolApprovalOutput, lastUIOptions, storage, toolWithApproval, tools, withResponseFormat } from "../index.browser-D1y2mwdW.js";
|
|
2
|
+
import http from "http";
|
|
3
|
+
import * as ai0 from "ai";
|
|
4
|
+
import { UIMessage } from "ai";
|
|
5
|
+
import * as _ai_sdk_provider0 from "@ai-sdk/provider";
|
|
6
|
+
|
|
7
|
+
//#region src/api/index.node.d.ts
|
|
8
|
+
declare const _default: {
|
|
9
|
+
agent: typeof agent;
|
|
10
|
+
chat: Readonly<{
|
|
11
|
+
upsert: (id: string) => Promise<Chat>;
|
|
12
|
+
message: (id: string, message: Message, options?: MessageOptions) => Promise<void>;
|
|
13
|
+
}>;
|
|
14
|
+
storage: Readonly<{
|
|
15
|
+
kv: Readonly<{
|
|
16
|
+
get: (key: string) => Promise<string | undefined>;
|
|
17
|
+
set: (key: string, value: string) => Promise<void>;
|
|
18
|
+
del: (key: string) => Promise<void>;
|
|
19
|
+
}>;
|
|
20
|
+
}>;
|
|
21
|
+
tools: {
|
|
22
|
+
withContext<const TOOLS extends {
|
|
23
|
+
[x: string]: ai0.Tool & {
|
|
24
|
+
withContext(context: unknown): ai0.Tool;
|
|
25
|
+
};
|
|
26
|
+
}>(tools: TOOLS, context: ContextFromTools<TOOLS>): { [K in keyof TOOLS]: ai0.Tool };
|
|
27
|
+
with<const TOOLS extends {
|
|
28
|
+
[x: string]: ai0.Tool & {
|
|
29
|
+
withContext(context: unknown): ai0.Tool;
|
|
30
|
+
};
|
|
31
|
+
}>(tools: TOOLS, context: ContextFromTools<TOOLS>): { [K in keyof TOOLS]: ai0.Tool };
|
|
32
|
+
withApproval<TOOLSET extends ai0.ToolSet, TOOLS extends ToolSetWithApproval<TOOLSET>, MESSAGE extends UIMessage>(options: {
|
|
33
|
+
messages: MESSAGE[];
|
|
34
|
+
tools: TOOLS;
|
|
35
|
+
abortSignal?: AbortSignal;
|
|
36
|
+
}): Promise<TOOLS>;
|
|
37
|
+
prefix(tools: ai0.ToolSet, prefix: string): ai0.ToolSet;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
interface Agent {
|
|
41
|
+
/**
|
|
42
|
+
* fetch is the HTTP handler for the agent.
|
|
43
|
+
*
|
|
44
|
+
* @param request The request to handle.
|
|
45
|
+
* @returns A response to the request.
|
|
46
|
+
*/
|
|
47
|
+
fetch(request: Request): Promise<Response> | Response;
|
|
48
|
+
/**
|
|
49
|
+
* serve starts the agent as an unauthenticated HTTP server.
|
|
50
|
+
* This is required for use in the Blink Cloud or with the Blink CLI.
|
|
51
|
+
*
|
|
52
|
+
* @param options Optional options for the server.
|
|
53
|
+
* @returns A Node.JS HTTP server.
|
|
54
|
+
*/
|
|
55
|
+
serve(options?: ServeOptions): http.Server;
|
|
56
|
+
}
|
|
57
|
+
type ServeOptions = {
|
|
58
|
+
readonly host?: string;
|
|
59
|
+
readonly port?: number;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* agent creates an HTTP handler that when served
|
|
63
|
+
* speaks the Blink agent protocol.
|
|
64
|
+
*
|
|
65
|
+
* Call `.serve()` to serve the agent for use in
|
|
66
|
+
* the Blink Cloud or with the Blink CLI.
|
|
67
|
+
*/
|
|
68
|
+
declare function agent<MESSAGE extends UIMessage = UIMessage>(agent: AgentOptions<MESSAGE>): Agent;
|
|
69
|
+
/**
|
|
70
|
+
* model returns an AI SDK model that is authenticated through Blink.
|
|
71
|
+
*
|
|
72
|
+
* Blink's AI Gateway uses Vercel's AI Gateway under-the-hood, and passes
|
|
73
|
+
* through billing cost without any upcharge.
|
|
74
|
+
*
|
|
75
|
+
* Feel free to use any provide you'd like.
|
|
76
|
+
*
|
|
77
|
+
* @param modelName - See: https://vercel.com/ai-gateway/models
|
|
78
|
+
* @returns An AI SDK model that is authenticated through Blink.
|
|
79
|
+
*/
|
|
80
|
+
declare const model: (modelName: string) => _ai_sdk_provider0.LanguageModelV2;
|
|
81
|
+
//#endregion
|
|
82
|
+
export { Agent, AgentOptions, Chat, ChatBehavior, ContextFromTools, ExperimentalCompletion, ExperimentalProvideCompletionsOptions, ExperimentalProvideCompletionsResponse, ExtractUIOptions, Message, MessageOptions, OptionSelect, OptionSelectValue, Options, OptionsSchema, ProvideOptionsRequest, SendMessagesOptions, SendMessagesResponse, ServeOptions, StreamResponseFormat, ToolApprovalOutput, ToolSetWithApproval, ToolWithApproval, ToolWithContext, WithUIOptions, agent, chat, _default as default, isToolApprovalOutput, lastUIOptions, model, storage, toolWithApproval, tools, withResponseFormat };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import{__commonJSMin as e,__esmMin as t,__export as n,__require as r,__toCommonJS as i,__toESM as a}from"../chunk-___ucjiX.js";import{z as o}from"zod/v4";import"zod/v3";import s from"http";import c from"util";import{convertToModelMessages as l,createUIMessageStream as u,getToolName as d,isToolUIPart as f}from"ai";var p=`vercel.ai.error`,m=Symbol.for(p),h,g=class e extends Error{constructor({name:e,message:t,cause:n}){super(t),this[h]=!0,this.name=e,this.cause=n}static isInstance(t){return e.hasMarker(t,p)}static hasMarker(e,t){let n=Symbol.for(t);return typeof e==`object`&&!!e&&n in e&&typeof e[n]==`boolean`&&e[n]===!0}};h=m;var _=g,v=`AI_APICallError`,y=`vercel.ai.error.${v}`,b=Symbol.for(y),x,S=class extends _{constructor({message:e,url:t,requestBodyValues:n,statusCode:r,responseHeaders:i,responseBody:a,cause:o,isRetryable:s=r!=null&&(r===408||r===409||r===429||r>=500),data:c}){super({name:v,message:e,cause:o}),this[x]=!0,this.url=t,this.requestBodyValues=n,this.statusCode=r,this.responseHeaders=i,this.responseBody=a,this.isRetryable=s,this.data=c}static isInstance(e){return _.hasMarker(e,y)}};x=b;var C=`AI_EmptyResponseBodyError`,w=`vercel.ai.error.${C}`,T=Symbol.for(w),E,D=class extends _{constructor({message:e=`Empty response body`}={}){super({name:C,message:e}),this[E]=!0}static isInstance(e){return _.hasMarker(e,w)}};E=T;function O(e){return e==null?`unknown error`:typeof e==`string`?e:e instanceof Error?e.message:JSON.stringify(e)}var k=`AI_InvalidArgumentError`,A=`vercel.ai.error.${k}`,j=Symbol.for(A),M,N=class extends _{constructor({message:e,cause:t,argument:n}){super({name:k,message:e,cause:t}),this[M]=!0,this.argument=n}static isInstance(e){return _.hasMarker(e,A)}};M=j;var P=`AI_InvalidPromptError`,F=`vercel.ai.error.${P}`,I=Symbol.for(F),L,ee=class extends _{constructor({prompt:e,message:t,cause:n}){super({name:P,message:`Invalid prompt: ${t}`,cause:n}),this[L]=!0,this.prompt=e}static isInstance(e){return _.hasMarker(e,F)}};L=I;var te=`AI_InvalidResponseDataError`,ne=`vercel.ai.error.${te}`,re=Symbol.for(ne),ie,ae=class extends _{constructor({data:e,message:t=`Invalid response data: ${JSON.stringify(e)}.`}){super({name:te,message:t}),this[ie]=!0,this.data=e}static isInstance(e){return _.hasMarker(e,ne)}};ie=re;var oe=`AI_JSONParseError`,se=`vercel.ai.error.${oe}`,ce=Symbol.for(se),le,R=class extends _{constructor({text:e,cause:t}){super({name:oe,message:`JSON parsing failed: Text: ${e}.
|
|
2
|
+
Error message: ${O(t)}`,cause:t}),this[le]=!0,this.text=e}static isInstance(e){return _.hasMarker(e,se)}};le=ce;var ue=`AI_LoadAPIKeyError`,de=`vercel.ai.error.${ue}`,fe=Symbol.for(de),pe;pe=fe;var z=`AI_LoadSettingError`,me=`vercel.ai.error.${z}`,B=Symbol.for(me),V;V=B;var H=`AI_NoContentGeneratedError`,he=`vercel.ai.error.${H}`,ge=Symbol.for(he),_e;_e=ge;var ve=`AI_NoSuchModelError`,ye=`vercel.ai.error.${ve}`,be=Symbol.for(ye),xe;xe=be;var Se=`AI_TooManyEmbeddingValuesForCallError`,Ce=`vercel.ai.error.${Se}`,we=Symbol.for(Ce),Te,Ee=class extends _{constructor(e){super({name:Se,message:`Too many values for a single embedding call. The ${e.provider} model "${e.modelId}" can only embed up to ${e.maxEmbeddingsPerCall} values per call, but ${e.values.length} values were provided.`}),this[Te]=!0,this.provider=e.provider,this.modelId=e.modelId,this.maxEmbeddingsPerCall=e.maxEmbeddingsPerCall,this.values=e.values}static isInstance(e){return _.hasMarker(e,Ce)}};Te=we;var De=`AI_TypeValidationError`,Oe=`vercel.ai.error.${De}`,ke=Symbol.for(Oe),Ae,je=class e extends _{constructor({value:e,cause:t}){super({name:De,message:`Type validation failed: Value: ${JSON.stringify(e)}.
|
|
3
|
+
Error message: ${O(t)}`,cause:t}),this[Ae]=!0,this.value=e}static isInstance(e){return _.hasMarker(e,Oe)}static wrap({value:t,cause:n}){return e.isInstance(n)&&n.value===t?n:new e({value:t,cause:n})}};Ae=ke;var Me=je,Ne=`AI_UnsupportedFunctionalityError`,Pe=`vercel.ai.error.${Ne}`,Fe=Symbol.for(Pe),Ie,Le=class extends _{constructor({functionality:e,message:t=`'${e}' functionality not supported.`}){super({name:Ne,message:t}),this[Ie]=!0,this.functionality=e}static isInstance(e){return _.hasMarker(e,Pe)}};Ie=Fe;var Re=class extends Error{constructor(e,t){super(e),this.name=`ParseError`,this.type=t.type,this.field=t.field,this.value=t.value,this.line=t.line}};function ze(e){}function Be(e){if(typeof e==`function`)throw TypeError("`callbacks` must be an object, got a function instead. Did you mean `{onEvent: fn}`?");let{onEvent:t=ze,onError:n=ze,onRetry:r=ze,onComment:i}=e,a=``,o=!0,s,c=``,l=``;function u(e){let t=o?e.replace(/^\xEF\xBB\xBF/,``):e,[n,r]=Ve(`${a}${t}`);for(let e of n)d(e);a=r,o=!1}function d(e){if(e===``){p();return}if(e.startsWith(`:`)){i&&i(e.slice(e.startsWith(`: `)?2:1));return}let t=e.indexOf(`:`);if(t!==-1){let n=e.slice(0,t),r=e[t+1]===` `?2:1,i=e.slice(t+r);f(n,i,e);return}f(e,``,e)}function f(e,t,i){switch(e){case`event`:l=t;break;case`data`:c=`${c}${t}
|
|
4
|
+
`;break;case`id`:s=t.includes(`\0`)?void 0:t;break;case`retry`:/^\d+$/.test(t)?r(parseInt(t,10)):n(new Re(`Invalid \`retry\` value: "${t}"`,{type:`invalid-retry`,value:t,line:i}));break;default:n(new Re(`Unknown field "${e.length>20?`${e.slice(0,20)}\u2026`:e}"`,{type:`unknown-field`,field:e,value:t,line:i}));break}}function p(){c.length>0&&t({id:s,event:l||void 0,data:c.endsWith(`
|
|
5
|
+
`)?c.slice(0,-1):c}),s=void 0,c=``,l=``}function m(e={}){a&&e.consume&&d(a),o=!0,s=void 0,c=``,l=``,a=``}return{feed:u,reset:m}}function Ve(e){let t=[],n=``,r=0;for(;r<e.length;){let i=e.indexOf(`\r`,r),a=e.indexOf(`
|
|
6
|
+
`,r),o=-1;if(i!==-1&&a!==-1?o=Math.min(i,a):i===-1?a!==-1&&(o=a):o=i===e.length-1?-1:i,o===-1){n=e.slice(r);break}else{let n=e.slice(r,o);t.push(n),r=o+1,e[r-1]===`\r`&&e[r]===`
|
|
7
|
+
`&&r++}}return[t,n]}var He=class extends TransformStream{constructor({onError:e,onRetry:t,onComment:n}={}){let r;super({start(i){r=Be({onEvent:e=>{i.enqueue(e)},onError(t){e===`terminate`?i.error(t):typeof e==`function`&&e(t)},onRetry:t,onComment:n})},transform(e){r.feed(e)}})}};function U(...e){return e.reduce((e,t)=>({...e,...t??{}}),{})}function Ue(e){return Object.fromEntries([...e.headers])}function We(e=globalThis){var t,n,r;return e.window?`runtime/browser`:(t=e.navigator)?.userAgent?`runtime/${e.navigator.userAgent.toLowerCase()}`:(r=(n=e.process)?.versions)?.node?`runtime/node.js/${e.process.version.substring(0)}`:e.EdgeRuntime?`runtime/vercel-edge`:`runtime/unknown`}function Ge(e){return Object.fromEntries(Object.entries(e).filter(([e,t])=>t!=null))}function Ke(e,...t){let n=Ge(e??{}),r=new Headers(n),i=r.get(`user-agent`)||``;return r.set(`user-agent`,[i,...t].filter(Boolean).join(` `)),Object.fromEntries(r)}var qe=({prefix:e,size:t=16,alphabet:n=`0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`,separator:r=`-`}={})=>{let i=()=>{let e=n.length,r=Array(t);for(let i=0;i<t;i++)r[i]=n[Math.random()*e|0];return r.join(``)};if(e==null)return i;if(n.includes(r))throw new N({argument:`separator`,message:`The separator "${r}" must not be part of the alphabet "${n}".`});return()=>`${e}${r}${i()}`},Je=qe();function Ye(e){return(e instanceof Error||e instanceof DOMException)&&(e.name===`AbortError`||e.name===`ResponseAborted`||e.name===`TimeoutError`)}var Xe=[`fetch failed`,`failed to fetch`];function Ze({error:e,url:t,requestBodyValues:n}){if(Ye(e))return e;if(e instanceof TypeError&&Xe.includes(e.message.toLowerCase())){let r=e.cause;if(r!=null)return new S({message:`Cannot connect to API: ${r.message}`,cause:r,url:t,requestBodyValues:n,isRetryable:!0})}return e}var Qe=`3.0.10`,$e=/"__proto__"\s*:/,et=/"constructor"\s*:/;function tt(e){let t=JSON.parse(e);return typeof t!=`object`||!t||$e.test(e)===!1&&et.test(e)===!1?t:nt(t)}function nt(e){let t=[e];for(;t.length;){let e=t;t=[];for(let n of e){if(Object.prototype.hasOwnProperty.call(n,`__proto__`)||Object.prototype.hasOwnProperty.call(n,`constructor`)&&Object.prototype.hasOwnProperty.call(n.constructor,`prototype`))throw SyntaxError(`Object contains forbidden prototype property`);for(let e in n){let r=n[e];r&&typeof r==`object`&&t.push(r)}}}return e}function rt(e){let{stackTraceLimit:t}=Error;Error.stackTraceLimit=0;try{return tt(e)}finally{Error.stackTraceLimit=t}}var it=Symbol.for(`vercel.ai.validator`);function at(e){return{[it]:!0,validate:e}}function ot(e){return typeof e==`object`&&!!e&&it in e&&e[it]===!0&&`validate`in e}function st(e){return ot(e)?e:ct(e)}function ct(e){return at(async t=>{let n=await e[`~standard`].validate(t);return n.issues==null?{success:!0,value:n.value}:{success:!1,error:new Me({value:t,cause:n.issues})}})}async function lt({value:e,schema:t}){let n=await ut({value:e,schema:t});if(!n.success)throw Me.wrap({value:e,cause:n.error});return n.value}async function ut({value:e,schema:t}){let n=st(t);try{if(n.validate==null)return{success:!0,value:e,rawValue:e};let t=await n.validate(e);return t.success?{success:!0,value:t.value,rawValue:e}:{success:!1,error:Me.wrap({value:e,cause:t.error}),rawValue:e}}catch(t){return{success:!1,error:Me.wrap({value:e,cause:t}),rawValue:e}}}async function dt({text:e,schema:t}){try{let n=rt(e);return t==null?n:lt({value:n,schema:t})}catch(t){throw R.isInstance(t)||Me.isInstance(t)?t:new R({text:e,cause:t})}}async function ft({text:e,schema:t}){try{let n=rt(e);return t==null?{success:!0,value:n,rawValue:n}:await ut({value:n,schema:t})}catch(t){return{success:!1,error:R.isInstance(t)?t:new R({text:e,cause:t}),rawValue:void 0}}}function pt(e){try{return rt(e),!0}catch{return!1}}function mt({stream:e,schema:t}){return e.pipeThrough(new TextDecoderStream).pipeThrough(new He).pipeThrough(new TransformStream({async transform({data:e},n){e!==`[DONE]`&&n.enqueue(await ft({text:e,schema:t}))}}))}async function ht({provider:e,providerOptions:t,schema:n}){if(t?.[e]==null)return;let r=await ut({value:t[e],schema:n});if(!r.success)throw new N({argument:`providerOptions`,message:`invalid ${e} provider options`,cause:r.error});return r.value}var gt=()=>globalThis.fetch,W=async({url:e,headers:t,body:n,failedResponseHandler:r,successfulResponseHandler:i,abortSignal:a,fetch:o})=>_t({url:e,headers:{"Content-Type":`application/json`,...t},body:{content:JSON.stringify(n),values:n},failedResponseHandler:r,successfulResponseHandler:i,abortSignal:a,fetch:o}),_t=async({url:e,headers:t={},body:n,successfulResponseHandler:r,failedResponseHandler:i,abortSignal:a,fetch:o=gt()})=>{try{let s=await o(e,{method:`POST`,headers:Ke(t,`ai-sdk/provider-utils/${Qe}`,We()),body:n.content,signal:a}),c=Ue(s);if(!s.ok){let t;try{t=await i({response:s,url:e,requestBodyValues:n.values})}catch(t){throw Ye(t)||S.isInstance(t)?t:new S({message:`Failed to process error response`,cause:t,statusCode:s.status,url:e,responseHeaders:c,requestBodyValues:n.values})}throw t.value}try{return await r({response:s,url:e,requestBodyValues:n.values})}catch(t){throw t instanceof Error&&(Ye(t)||S.isInstance(t))?t:new S({message:`Failed to process successful response`,cause:t,statusCode:s.status,url:e,responseHeaders:c,requestBodyValues:n.values})}}catch(t){throw Ze({error:t,url:e,requestBodyValues:n.values})}},vt=({errorSchema:e,errorToMessage:t,isRetryable:n})=>async({response:r,url:i,requestBodyValues:a})=>{let o=await r.text(),s=Ue(r);if(o.trim()===``)return{responseHeaders:s,value:new S({message:r.statusText,url:i,requestBodyValues:a,statusCode:r.status,responseHeaders:s,responseBody:o,isRetryable:n?.(r)})};try{let c=await dt({text:o,schema:e});return{responseHeaders:s,value:new S({message:t(c),url:i,requestBodyValues:a,statusCode:r.status,responseHeaders:s,responseBody:o,data:c,isRetryable:n?.(r,c)})}}catch{return{responseHeaders:s,value:new S({message:r.statusText,url:i,requestBodyValues:a,statusCode:r.status,responseHeaders:s,responseBody:o,isRetryable:n?.(r)})}}},yt=e=>async({response:t})=>{let n=Ue(t);if(t.body==null)throw new D({});return{responseHeaders:n,value:mt({stream:t.body,schema:e})}},bt=e=>async({response:t,url:n,requestBodyValues:r})=>{let i=await t.text(),a=await ft({text:i,schema:e}),o=Ue(t);if(!a.success)throw new S({message:`Invalid JSON response`,cause:a.error,statusCode:t.status,responseHeaders:o,responseBody:i,url:n,requestBodyValues:r});return{responseHeaders:o,value:a.value,rawValue:a.rawValue}},{btoa:xt,atob:St}=globalThis;function Ct(e){let t=``;for(let n=0;n<e.length;n++)t+=String.fromCodePoint(e[n]);return xt(t)}function wt(e){return e instanceof Uint8Array?Ct(e):e}function Tt(e){return e?.replace(/\/$/,``)}function Et(e){var t,n;return(n=(t=e?.providerOptions)?.openaiCompatible)??{}}function Dt(e){let t=[];for(let{role:n,content:r,...i}of e){let e=Et({...i});switch(n){case`system`:t.push({role:`system`,content:r,...e});break;case`user`:if(r.length===1&&r[0].type===`text`){t.push({role:`user`,content:r[0].text,...Et(r[0])});break}t.push({role:`user`,content:r.map(e=>{let t=Et(e);switch(e.type){case`text`:return{type:`text`,text:e.text,...t};case`file`:if(e.mediaType.startsWith(`image/`)){let n=e.mediaType===`image/*`?`image/jpeg`:e.mediaType;return{type:`image_url`,image_url:{url:e.data instanceof URL?e.data.toString():`data:${n};base64,${wt(e.data)}`},...t}}else throw new Le({functionality:`file part media type ${e.mediaType}`})}}),...e});break;case`assistant`:{let n=``,i=[];for(let e of r){let t=Et(e);switch(e.type){case`text`:n+=e.text;break;case`tool-call`:i.push({id:e.toolCallId,type:`function`,function:{name:e.toolName,arguments:JSON.stringify(e.input)},...t});break}}t.push({role:`assistant`,content:n,tool_calls:i.length>0?i:void 0,...e});break}case`tool`:for(let e of r){let n=e.output,r;switch(n.type){case`text`:case`error-text`:r=n.value;break;case`content`:case`json`:case`error-json`:r=JSON.stringify(n.value);break}let i=Et(e);t.push({role:`tool`,tool_call_id:e.toolCallId,content:r,...i})}break;default:{let e=n;throw Error(`Unsupported role: ${e}`)}}}return t}function Ot({id:e,model:t,created:n}){return{id:e??void 0,modelId:t??void 0,timestamp:n==null?void 0:new Date(n*1e3)}}function kt(e){switch(e){case`stop`:return`stop`;case`length`:return`length`;case`content_filter`:return`content-filter`;case`function_call`:case`tool_calls`:return`tool-calls`;default:return`unknown`}}var At=o.object({user:o.string().optional(),reasoningEffort:o.string().optional()}),jt=o.object({error:o.object({message:o.string(),type:o.string().nullish(),param:o.any().nullish(),code:o.union([o.string(),o.number()]).nullish()})}),Mt={errorSchema:jt,errorToMessage:e=>e.error.message};function Nt({tools:e,toolChoice:t}){e=e?.length?e:void 0;let n=[];if(e==null)return{tools:void 0,toolChoice:void 0,toolWarnings:n};let r=[];for(let t of e)t.type===`provider-defined`?n.push({type:`unsupported-tool`,tool:t}):r.push({type:`function`,function:{name:t.name,description:t.description,parameters:t.inputSchema}});if(t==null)return{tools:r,toolChoice:void 0,toolWarnings:n};let i=t.type;switch(i){case`auto`:case`none`:case`required`:return{tools:r,toolChoice:i,toolWarnings:n};case`tool`:return{tools:r,toolChoice:{type:`function`,function:{name:t.toolName}},toolWarnings:n};default:{let e=i;throw new Le({functionality:`tool choice type: ${e}`})}}}var Pt=class{constructor(e,t){this.specificationVersion=`v2`;var n,r;this.modelId=e,this.config=t;let i=(n=t.errorStructure)??Mt;this.chunkSchema=Lt(i.errorSchema),this.failedResponseHandler=vt(i),this.supportsStructuredOutputs=(r=t.supportsStructuredOutputs)??!1}get provider(){return this.config.provider}get providerOptionsName(){return this.config.provider.split(`.`)[0].trim()}get supportedUrls(){var e,t,n;return(n=(t=(e=this.config).supportedUrls)?.call(e))??{}}async getArgs({prompt:e,maxOutputTokens:t,temperature:n,topP:r,topK:i,frequencyPenalty:a,presencePenalty:o,providerOptions:s,stopSequences:c,responseFormat:l,seed:u,toolChoice:d,tools:f}){var p,m,h,g;let _=[],v=Object.assign((p=await ht({provider:`openai-compatible`,providerOptions:s,schema:At}))??{},(m=await ht({provider:this.providerOptionsName,providerOptions:s,schema:At}))??{});i!=null&&_.push({type:`unsupported-setting`,setting:`topK`}),l?.type===`json`&&l.schema!=null&&!this.supportsStructuredOutputs&&_.push({type:`unsupported-setting`,setting:`responseFormat`,details:`JSON response format schema is only supported with structuredOutputs`});let{tools:y,toolChoice:b,toolWarnings:x}=Nt({tools:f,toolChoice:d});return{args:{model:this.modelId,user:v.user,max_tokens:t,temperature:n,top_p:r,frequency_penalty:a,presence_penalty:o,response_format:l?.type===`json`?this.supportsStructuredOutputs===!0&&l.schema!=null?{type:`json_schema`,json_schema:{schema:l.schema,name:(h=l.name)??`response`,description:l.description}}:{type:`json_object`}:void 0,stop:c,seed:u,...Object.fromEntries(Object.entries((g=s?.[this.providerOptionsName])??{}).filter(([e])=>!Object.keys(At.shape).includes(e))),reasoning_effort:v.reasoningEffort,messages:Dt(e),tools:y,tool_choice:b},warnings:[..._,...x]}}async doGenerate(e){var t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_;let{args:v,warnings:y}=await this.getArgs({...e}),b=JSON.stringify(v),{responseHeaders:x,value:S,rawValue:C}=await W({url:this.config.url({path:`/chat/completions`,modelId:this.modelId}),headers:U(this.config.headers(),e.headers),body:v,failedResponseHandler:this.failedResponseHandler,successfulResponseHandler:bt(It),abortSignal:e.abortSignal,fetch:this.config.fetch}),w=S.choices[0],T=[],E=w.message.content;E!=null&&E.length>0&&T.push({type:`text`,text:E});let D=(t=w.message.reasoning_content)??w.message.reasoning;if(D!=null&&D.length>0&&T.push({type:`reasoning`,text:D}),w.message.tool_calls!=null)for(let e of w.message.tool_calls)T.push({type:`tool-call`,toolCallId:(n=e.id)??Je(),toolName:e.function.name,input:e.function.arguments});let O={[this.providerOptionsName]:{},...await(i=(r=this.config.metadataExtractor)?.extractMetadata)?.call(r,{parsedBody:C})},k=(a=S.usage)?.completion_tokens_details;return k?.accepted_prediction_tokens!=null&&(O[this.providerOptionsName].acceptedPredictionTokens=k?.accepted_prediction_tokens),k?.rejected_prediction_tokens!=null&&(O[this.providerOptionsName].rejectedPredictionTokens=k?.rejected_prediction_tokens),{content:T,finishReason:kt(w.finish_reason),usage:{inputTokens:(s=(o=S.usage)?.prompt_tokens)??void 0,outputTokens:(l=(c=S.usage)?.completion_tokens)??void 0,totalTokens:(d=(u=S.usage)?.total_tokens)??void 0,reasoningTokens:(m=(p=(f=S.usage)?.completion_tokens_details)?.reasoning_tokens)??void 0,cachedInputTokens:(_=(g=(h=S.usage)?.prompt_tokens_details)?.cached_tokens)??void 0},providerMetadata:O,request:{body:b},response:{...Ot(S),headers:x,body:C},warnings:y}}async doStream(e){var t;let{args:n,warnings:r}=await this.getArgs({...e}),i={...n,stream:!0,stream_options:this.config.includeUsage?{include_usage:!0}:void 0},a=(t=this.config.metadataExtractor)?.createStreamExtractor(),{responseHeaders:o,value:s}=await W({url:this.config.url({path:`/chat/completions`,modelId:this.modelId}),headers:U(this.config.headers(),e.headers),body:i,failedResponseHandler:this.failedResponseHandler,successfulResponseHandler:yt(this.chunkSchema),abortSignal:e.abortSignal,fetch:this.config.fetch}),c=[],l=`unknown`,u={completionTokens:void 0,completionTokensDetails:{reasoningTokens:void 0,acceptedPredictionTokens:void 0,rejectedPredictionTokens:void 0},promptTokens:void 0,promptTokensDetails:{cachedTokens:void 0},totalTokens:void 0},d=!0,f=this.providerOptionsName,p=!1,m=!1;return{stream:s.pipeThrough(new TransformStream({start(e){e.enqueue({type:`stream-start`,warnings:r})},transform(t,n){var r,i,o,s,f,h,g,_,v,y,b,x,S;if(e.includeRawChunks&&n.enqueue({type:`raw`,rawValue:t.rawValue}),!t.success){l=`error`,n.enqueue({type:`error`,error:t.error});return}let C=t.value;if(a?.processChunk(t.rawValue),`error`in C){l=`error`,n.enqueue({type:`error`,error:C.error.message});return}if(d&&(d=!1,n.enqueue({type:`response-metadata`,...Ot(C)})),C.usage!=null){let{prompt_tokens:e,completion_tokens:t,total_tokens:n,prompt_tokens_details:r,completion_tokens_details:i}=C.usage;u.promptTokens=e??void 0,u.completionTokens=t??void 0,u.totalTokens=n??void 0,i?.reasoning_tokens!=null&&(u.completionTokensDetails.reasoningTokens=i?.reasoning_tokens),i?.accepted_prediction_tokens!=null&&(u.completionTokensDetails.acceptedPredictionTokens=i?.accepted_prediction_tokens),i?.rejected_prediction_tokens!=null&&(u.completionTokensDetails.rejectedPredictionTokens=i?.rejected_prediction_tokens),r?.cached_tokens!=null&&(u.promptTokensDetails.cachedTokens=r?.cached_tokens)}let w=C.choices[0];if(w?.finish_reason!=null&&(l=kt(w.finish_reason)),w?.delta==null)return;let T=w.delta,E=(r=T.reasoning_content)??T.reasoning;if(E&&(p||=(n.enqueue({type:`reasoning-start`,id:`reasoning-0`}),!0),n.enqueue({type:`reasoning-delta`,id:`reasoning-0`,delta:E})),T.content&&(m||=(n.enqueue({type:`text-start`,id:`txt-0`}),!0),n.enqueue({type:`text-delta`,id:`txt-0`,delta:T.content})),T.tool_calls!=null)for(let e of T.tool_calls){let t=e.index;if(c[t]==null){if(e.id==null)throw new ae({data:e,message:`Expected 'id' to be a string.`});if((i=e.function)?.name==null)throw new ae({data:e,message:`Expected 'function.name' to be a string.`});n.enqueue({type:`tool-input-start`,id:e.id,toolName:e.function.name}),c[t]={id:e.id,type:`function`,function:{name:e.function.name,arguments:(o=e.function.arguments)??``},hasFinished:!1};let r=c[t];(s=r.function)?.name!=null&&(f=r.function)?.arguments!=null&&(r.function.arguments.length>0&&n.enqueue({type:`tool-input-delta`,id:r.id,delta:r.function.arguments}),pt(r.function.arguments)&&(n.enqueue({type:`tool-input-end`,id:r.id}),n.enqueue({type:`tool-call`,toolCallId:(h=r.id)??Je(),toolName:r.function.name,input:r.function.arguments}),r.hasFinished=!0));continue}let r=c[t];if(r.hasFinished)continue;(g=e.function)?.arguments!=null&&(r.function.arguments+=(v=(_=e.function)?.arguments)??``),n.enqueue({type:`tool-input-delta`,id:r.id,delta:(y=e.function.arguments)??``}),(b=r.function)?.name!=null&&(x=r.function)?.arguments!=null&&pt(r.function.arguments)&&(n.enqueue({type:`tool-input-end`,id:r.id}),n.enqueue({type:`tool-call`,toolCallId:(S=r.id)??Je(),toolName:r.function.name,input:r.function.arguments}),r.hasFinished=!0)}},flush(e){var t,n,r,i,o,s;p&&e.enqueue({type:`reasoning-end`,id:`reasoning-0`}),m&&e.enqueue({type:`text-end`,id:`txt-0`});for(let n of c.filter(e=>!e.hasFinished))e.enqueue({type:`tool-input-end`,id:n.id}),e.enqueue({type:`tool-call`,toolCallId:(t=n.id)??Je(),toolName:n.function.name,input:n.function.arguments});let d={[f]:{},...a?.buildMetadata()};u.completionTokensDetails.acceptedPredictionTokens!=null&&(d[f].acceptedPredictionTokens=u.completionTokensDetails.acceptedPredictionTokens),u.completionTokensDetails.rejectedPredictionTokens!=null&&(d[f].rejectedPredictionTokens=u.completionTokensDetails.rejectedPredictionTokens),e.enqueue({type:`finish`,finishReason:l,usage:{inputTokens:(n=u.promptTokens)??void 0,outputTokens:(r=u.completionTokens)??void 0,totalTokens:(i=u.totalTokens)??void 0,reasoningTokens:(o=u.completionTokensDetails.reasoningTokens)??void 0,cachedInputTokens:(s=u.promptTokensDetails.cachedTokens)??void 0},providerMetadata:d})}})),request:{body:i},response:{headers:o}}}},Ft=o.object({prompt_tokens:o.number().nullish(),completion_tokens:o.number().nullish(),total_tokens:o.number().nullish(),prompt_tokens_details:o.object({cached_tokens:o.number().nullish()}).nullish(),completion_tokens_details:o.object({reasoning_tokens:o.number().nullish(),accepted_prediction_tokens:o.number().nullish(),rejected_prediction_tokens:o.number().nullish()}).nullish()}).nullish(),It=o.object({id:o.string().nullish(),created:o.number().nullish(),model:o.string().nullish(),choices:o.array(o.object({message:o.object({role:o.literal(`assistant`).nullish(),content:o.string().nullish(),reasoning_content:o.string().nullish(),reasoning:o.string().nullish(),tool_calls:o.array(o.object({id:o.string().nullish(),function:o.object({name:o.string(),arguments:o.string()})})).nullish()}),finish_reason:o.string().nullish()})),usage:Ft}),Lt=e=>o.union([o.object({id:o.string().nullish(),created:o.number().nullish(),model:o.string().nullish(),choices:o.array(o.object({delta:o.object({role:o.enum([`assistant`]).nullish(),content:o.string().nullish(),reasoning_content:o.string().nullish(),reasoning:o.string().nullish(),tool_calls:o.array(o.object({index:o.number(),id:o.string().nullish(),function:o.object({name:o.string().nullish(),arguments:o.string().nullish()})})).nullish()}).nullish(),finish_reason:o.string().nullish()})),usage:Ft}),e]);function Rt({prompt:e,user:t=`user`,assistant:n=`assistant`}){let r=``;e[0].role===`system`&&(r+=`${e[0].content}
|
|
8
|
+
|
|
9
|
+
`,e=e.slice(1));for(let{role:i,content:a}of e)switch(i){case`system`:throw new ee({message:"Unexpected system message in prompt: ${content}",prompt:e});case`user`:{let e=a.map(e=>{switch(e.type){case`text`:return e.text}}).filter(Boolean).join(``);r+=`${t}:
|
|
10
|
+
${e}
|
|
11
|
+
|
|
12
|
+
`;break}case`assistant`:{let e=a.map(e=>{switch(e.type){case`text`:return e.text;case`tool-call`:throw new Le({functionality:`tool-call messages`})}}).join(``);r+=`${n}:
|
|
13
|
+
${e}
|
|
14
|
+
|
|
15
|
+
`;break}case`tool`:throw new Le({functionality:`tool messages`});default:{let e=i;throw Error(`Unsupported role: ${e}`)}}return r+=`${n}:
|
|
16
|
+
`,{prompt:r,stopSequences:[`
|
|
17
|
+
${t}:`]}}function zt({id:e,model:t,created:n}){return{id:e??void 0,modelId:t??void 0,timestamp:n==null?void 0:new Date(n*1e3)}}function Bt(e){switch(e){case`stop`:return`stop`;case`length`:return`length`;case`content_filter`:return`content-filter`;case`function_call`:case`tool_calls`:return`tool-calls`;default:return`unknown`}}var Vt=o.object({echo:o.boolean().optional(),logitBias:o.record(o.string(),o.number()).optional(),suffix:o.string().optional(),user:o.string().optional()}),Ht=class{constructor(e,t){this.specificationVersion=`v2`;var n;this.modelId=e,this.config=t;let r=(n=t.errorStructure)??Mt;this.chunkSchema=Gt(r.errorSchema),this.failedResponseHandler=vt(r)}get provider(){return this.config.provider}get providerOptionsName(){return this.config.provider.split(`.`)[0].trim()}get supportedUrls(){var e,t,n;return(n=(t=(e=this.config).supportedUrls)?.call(e))??{}}async getArgs({prompt:e,maxOutputTokens:t,temperature:n,topP:r,topK:i,frequencyPenalty:a,presencePenalty:o,stopSequences:s,responseFormat:c,seed:l,providerOptions:u,tools:d,toolChoice:f}){var p;let m=[],h=(p=await ht({provider:this.providerOptionsName,providerOptions:u,schema:Vt}))??{};i!=null&&m.push({type:`unsupported-setting`,setting:`topK`}),d?.length&&m.push({type:`unsupported-setting`,setting:`tools`}),f!=null&&m.push({type:`unsupported-setting`,setting:`toolChoice`}),c!=null&&c.type!==`text`&&m.push({type:`unsupported-setting`,setting:`responseFormat`,details:`JSON response format is not supported.`});let{prompt:g,stopSequences:_}=Rt({prompt:e}),v=[..._??[],...s??[]];return{args:{model:this.modelId,echo:h.echo,logit_bias:h.logitBias,suffix:h.suffix,user:h.user,max_tokens:t,temperature:n,top_p:r,frequency_penalty:a,presence_penalty:o,seed:l,...u?.[this.providerOptionsName],prompt:g,stop:v.length>0?v:void 0},warnings:m}}async doGenerate(e){var t,n,r,i,a,o;let{args:s,warnings:c}=await this.getArgs(e),{responseHeaders:l,value:u,rawValue:d}=await W({url:this.config.url({path:`/completions`,modelId:this.modelId}),headers:U(this.config.headers(),e.headers),body:s,failedResponseHandler:this.failedResponseHandler,successfulResponseHandler:bt(Wt),abortSignal:e.abortSignal,fetch:this.config.fetch}),f=u.choices[0],p=[];return f.text!=null&&f.text.length>0&&p.push({type:`text`,text:f.text}),{content:p,usage:{inputTokens:(n=(t=u.usage)?.prompt_tokens)??void 0,outputTokens:(i=(r=u.usage)?.completion_tokens)??void 0,totalTokens:(o=(a=u.usage)?.total_tokens)??void 0},finishReason:Bt(f.finish_reason),request:{body:s},response:{...zt(u),headers:l,body:d},warnings:c}}async doStream(e){let{args:t,warnings:n}=await this.getArgs(e),r={...t,stream:!0,stream_options:this.config.includeUsage?{include_usage:!0}:void 0},{responseHeaders:i,value:a}=await W({url:this.config.url({path:`/completions`,modelId:this.modelId}),headers:U(this.config.headers(),e.headers),body:r,failedResponseHandler:this.failedResponseHandler,successfulResponseHandler:yt(this.chunkSchema),abortSignal:e.abortSignal,fetch:this.config.fetch}),o=`unknown`,s={inputTokens:void 0,outputTokens:void 0,totalTokens:void 0},c=!0;return{stream:a.pipeThrough(new TransformStream({start(e){e.enqueue({type:`stream-start`,warnings:n})},transform(t,n){var r,i,a;if(e.includeRawChunks&&n.enqueue({type:`raw`,rawValue:t.rawValue}),!t.success){o=`error`,n.enqueue({type:`error`,error:t.error});return}let l=t.value;if(`error`in l){o=`error`,n.enqueue({type:`error`,error:l.error});return}c&&(c=!1,n.enqueue({type:`response-metadata`,...zt(l)}),n.enqueue({type:`text-start`,id:`0`})),l.usage!=null&&(s.inputTokens=(r=l.usage.prompt_tokens)??void 0,s.outputTokens=(i=l.usage.completion_tokens)??void 0,s.totalTokens=(a=l.usage.total_tokens)??void 0);let u=l.choices[0];u?.finish_reason!=null&&(o=Bt(u.finish_reason)),u?.text!=null&&n.enqueue({type:`text-delta`,id:`0`,delta:u.text})},flush(e){c||e.enqueue({type:`text-end`,id:`0`}),e.enqueue({type:`finish`,finishReason:o,usage:s})}})),request:{body:r},response:{headers:i}}}},Ut=o.object({prompt_tokens:o.number(),completion_tokens:o.number(),total_tokens:o.number()}),Wt=o.object({id:o.string().nullish(),created:o.number().nullish(),model:o.string().nullish(),choices:o.array(o.object({text:o.string(),finish_reason:o.string()})),usage:Ut.nullish()}),Gt=e=>o.union([o.object({id:o.string().nullish(),created:o.number().nullish(),model:o.string().nullish(),choices:o.array(o.object({text:o.string(),finish_reason:o.string().nullish(),index:o.number()})),usage:Ut.nullish()}),e]),Kt=o.object({dimensions:o.number().optional(),user:o.string().optional()}),qt=class{constructor(e,t){this.specificationVersion=`v2`,this.modelId=e,this.config=t}get provider(){return this.config.provider}get maxEmbeddingsPerCall(){var e;return(e=this.config.maxEmbeddingsPerCall)??2048}get supportsParallelCalls(){var e;return(e=this.config.supportsParallelCalls)??!0}get providerOptionsName(){return this.config.provider.split(`.`)[0].trim()}async doEmbed({values:e,headers:t,abortSignal:n,providerOptions:r}){var i,a,o;let s=Object.assign((i=await ht({provider:`openai-compatible`,providerOptions:r,schema:Kt}))??{},(a=await ht({provider:this.providerOptionsName,providerOptions:r,schema:Kt}))??{});if(e.length>this.maxEmbeddingsPerCall)throw new Ee({provider:this.provider,modelId:this.modelId,maxEmbeddingsPerCall:this.maxEmbeddingsPerCall,values:e});let{responseHeaders:c,value:l,rawValue:u}=await W({url:this.config.url({path:`/embeddings`,modelId:this.modelId}),headers:U(this.config.headers(),t),body:{model:this.modelId,input:e,encoding_format:`float`,dimensions:s.dimensions,user:s.user},failedResponseHandler:vt((o=this.config.errorStructure)??Mt),successfulResponseHandler:bt(Jt),abortSignal:n,fetch:this.config.fetch});return{embeddings:l.data.map(e=>e.embedding),usage:l.usage?{tokens:l.usage.prompt_tokens}:void 0,providerMetadata:l.providerMetadata,response:{headers:c,body:u}}}},Jt=o.object({data:o.array(o.object({embedding:o.array(o.number())})),usage:o.object({prompt_tokens:o.number()}).nullish(),providerMetadata:o.record(o.string(),o.record(o.string(),o.any())).optional()}),Yt=class{constructor(e,t){this.modelId=e,this.config=t,this.specificationVersion=`v2`,this.maxImagesPerCall=10}get provider(){return this.config.provider}async doGenerate({prompt:e,n:t,size:n,aspectRatio:r,seed:i,providerOptions:a,headers:o,abortSignal:s}){var c,l,u,d,f;let p=[];r!=null&&p.push({type:`unsupported-setting`,setting:`aspectRatio`,details:"This model does not support aspect ratio. Use `size` instead."}),i!=null&&p.push({type:`unsupported-setting`,setting:`seed`});let m=(u=(l=(c=this.config._internal)?.currentDate)?.call(c))??new Date,{value:h,responseHeaders:g}=await W({url:this.config.url({path:`/images/generations`,modelId:this.modelId}),headers:U(this.config.headers(),o),body:{model:this.modelId,prompt:e,n:t,size:n,...(d=a.openai)??{},response_format:`b64_json`},failedResponseHandler:vt((f=this.config.errorStructure)??Mt),successfulResponseHandler:bt(Xt),abortSignal:s,fetch:this.config.fetch});return{images:h.data.map(e=>e.b64_json),warnings:p,response:{timestamp:m,modelId:this.modelId,headers:g}}}},Xt=o.object({data:o.array(o.object({b64_json:o.string()}))}),Zt=`1.0.19`;function Qt(e){let t=Tt(e.baseURL),n=e.name,r={...e.apiKey&&{Authorization:`Bearer ${e.apiKey}`},...e.headers},i=()=>Ke(r,`ai-sdk/openai-compatible/${Zt}`),a=r=>({provider:`${n}.${r}`,url:({path:n})=>{let r=new URL(`${t}${n}`);return e.queryParams&&(r.search=new URLSearchParams(e.queryParams).toString()),r.toString()},headers:i,fetch:e.fetch}),o=e=>s(e),s=t=>new Pt(t,{...a(`chat`),includeUsage:e.includeUsage,supportsStructuredOutputs:e.supportsStructuredOutputs}),c=t=>new Ht(t,{...a(`completion`),includeUsage:e.includeUsage}),l=e=>new qt(e,{...a(`embedding`)}),u=e=>new Yt(e,a(`image`)),d=e=>o(e);return d.languageModel=o,d.chatModel=s,d.completionModel=c,d.textEmbeddingModel=l,d.imageModel=u,d}const $t=Symbol.for(`@whatwg-node/promise-helpers/FakePromise`);function G(e){return e?.then!=null}function en(e){let t=e;return t&&t.then&&t.catch&&t.finally}function K(e,t,n,r){let i=q().then(e).then(t,n);return r&&(i=i.finally(r)),cn(i)}function q(e){return e&&en(e)?e:G(e)?{then:(t,n)=>q(e.then(t,n)),catch:t=>q(e.then(e=>e,t)),finally:t=>q(t?sn(e,t):e),[Symbol.toStringTag]:`Promise`}:{then(t){if(t)try{return q(t(e))}catch(e){return rn(e)}return this},catch(){return this},finally(t){if(t)try{return q(t()).then(()=>e,()=>e)}catch(e){return rn(e)}return this},[Symbol.toStringTag]:`Promise`,__fakePromiseValue:e,[$t]:`resolved`}}function tn(){if(Promise.withResolvers)return Promise.withResolvers();let e,t,n=new Promise(function(n,r){e=n,t=r});return{promise:n,get resolve(){return e},get reject(){return t}}}function nn(e,t,n){if(e?.length===0)return;let r=e[Symbol.iterator](),i=0;function a(){let{done:e,value:o}=r.next();if(e)return;let s=!1;function c(){s=!0}return K(function(){return t(o,c,i++)},function(e){if(e&&n?.push(e),!s)return a()})}return a()}function rn(e){return{then(t,n){if(n)try{return q(n(e))}catch(e){return rn(e)}return this},catch(t){if(t)try{return q(t(e))}catch(e){return rn(e)}return this},finally(e){if(e)try{e()}catch(e){return rn(e)}return this},__fakeRejectError:e,[Symbol.toStringTag]:`Promise`,[$t]:`rejected`}}function an(e){return e?.[$t]===`resolved`}function on(e){return e?.[$t]===`rejected`}function sn(e,t){return`finally`in e?e.finally(t):e.then(e=>{let n=t();return G(n)?n.then(()=>e):e},e=>{let n=t();if(G(n))return n.then(()=>{throw e});throw e})}function cn(e){if(an(e))return e.__fakePromiseValue;if(on(e))throw e.__fakeRejectError;return e}function ln(e,t){let n={...t,...e};for(let r of Object.keys(n))r in e&&r in t&&(n[r]=(n,i)=>e[r](n,()=>t[r](n,i)));return n}const un=e=>({fn(t,n){return t?(...r)=>{let i;return t(e,()=>{i=n(...r)}),i}:n},asyncFn(t,n){return t?(...r)=>{let i;return K(()=>t(e,()=>(i=n(...r),G(i)?i.then(()=>void 0):void 0)),()=>i)}:n}});var dn=class extends Error{error;suppressed;constructor(e,t,n){super(n),this.error=e,this.suppressed=t,this.name=`SuppressedError`,Error.captureStackTrace(this,this.constructor)}};const J={get dispose(){return Symbol.dispose||Symbol.for(`dispose`)},get asyncDispose(){return Symbol.asyncDispose||Symbol.for(`asyncDispose`)}};function fn(e){return e?.[J.dispose]!=null}function pn(e){return e?.[J.asyncDispose]!=null}const mn=globalThis.SuppressedError||dn;var hn=class e{callbacks=[];get disposed(){return this.callbacks.length===0}use(e){return pn(e)?this.callbacks.push(()=>e[J.asyncDispose]()):fn(e)&&this.callbacks.push(()=>e[J.dispose]()),e}adopt(e,t){return t&&this.callbacks.push(()=>t(e)),e}defer(e){e&&this.callbacks.push(e)}move(){let t=new e;return t.callbacks=this.callbacks,this.callbacks=[],t}disposeAsync(){return this[J.asyncDispose]()}_error;_iterateCallbacks(){let e=this.callbacks.pop();if(e)return K(e,()=>this._iterateCallbacks(),e=>(this._error=this._error?new mn(e,this._error):e,this._iterateCallbacks()))}[J.asyncDispose](){let e=this._iterateCallbacks();if(e?.then)return e.then(()=>{if(this._error){let e=this._error;throw this._error=void 0,e}});if(this._error){let e=this._error;throw this._error=void 0,e}}[Symbol.toStringTag]=`AsyncDisposableStack`};globalThis.SuppressedError,J.dispose,Symbol.toStringTag,globalThis.DisposableStack;const gn=globalThis.AsyncDisposableStack||hn;globalThis.SuppressedError;var _n=e(((exports,t)=>{function n(){return Object.keys(globalThis).some(e=>e.startsWith(`__NEXT`))}t.exports=function(){return!!(globalThis.Deno||globalThis.Bun||n())}})),vn=e(((exports,t)=>{var n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,o=(e,t)=>n(e,`name`,{value:t,configurable:!0}),s=(e,t)=>{for(var r in t)n(e,r,{get:t[r],enumerable:!0})},c=(e,t,o,s)=>{if(t&&typeof t==`object`||typeof t==`function`)for(let c of i(t))!a.call(e,c)&&c!==o&&n(e,c,{get:()=>t[c],enumerable:!(s=r(t,c))||s.enumerable});return e},l=e=>c(n({},`__esModule`,{value:!0}),e),u={};s(u,{URLPattern:()=>_e}),t.exports=l(u);var d=class{type=3;name=``;prefix=``;value=``;suffix=``;modifier=3;constructor(e,t,n,r,i,a){this.type=e,this.name=t,this.prefix=n,this.value=r,this.suffix=i,this.modifier=a}hasCustomName(){return this.name!==``&&typeof this.name!=`number`}};o(d,`Part`);var f=/[$_\p{ID_Start}]/u,p=/[$_\u200C\u200D\p{ID_Continue}]/u,m=`.*`;function h(e,t){return(t?/^[\x00-\xFF]*$/:/^[\x00-\x7F]*$/).test(e)}o(h,`isASCII`);function g(e,t=!1){let n=[],r=0;for(;r<e.length;){let i=e[r],a=o(function(i){if(!t)throw TypeError(i);n.push({type:`INVALID_CHAR`,index:r,value:e[r++]})},`ErrorOrInvalid`);if(i===`*`){n.push({type:`ASTERISK`,index:r,value:e[r++]});continue}if(i===`+`||i===`?`){n.push({type:`OTHER_MODIFIER`,index:r,value:e[r++]});continue}if(i===`\\`){n.push({type:`ESCAPED_CHAR`,index:r++,value:e[r++]});continue}if(i===`{`){n.push({type:`OPEN`,index:r,value:e[r++]});continue}if(i===`}`){n.push({type:`CLOSE`,index:r,value:e[r++]});continue}if(i===`:`){let t=``,i=r+1;for(;i<e.length;){let n=e.substr(i,1);if(i===r+1&&f.test(n)||i!==r+1&&p.test(n)){t+=e[i++];continue}break}if(!t){a(`Missing parameter name at ${r}`);continue}n.push({type:`NAME`,index:r,value:t}),r=i;continue}if(i===`(`){let t=1,i=``,o=r+1,s=!1;if(e[o]===`?`){a(`Pattern cannot start with "?" at ${o}`);continue}for(;o<e.length;){if(!h(e[o],!1)){a(`Invalid character '${e[o]}' at ${o}.`),s=!0;break}if(e[o]===`\\`){i+=e[o++]+e[o++];continue}if(e[o]===`)`){if(t--,t===0){o++;break}}else if(e[o]===`(`&&(t++,e[o+1]!==`?`)){a(`Capturing groups are not allowed at ${o}`),s=!0;break}i+=e[o++]}if(s)continue;if(t){a(`Unbalanced pattern at ${r}`);continue}if(!i){a(`Missing pattern at ${r}`);continue}n.push({type:`REGEX`,index:r,value:i}),r=o;continue}n.push({type:`CHAR`,index:r,value:e[r++]})}return n.push({type:`END`,index:r,value:``}),n}o(g,`lexer`);function _(e,t={}){let n=g(e);t.delimiter??=`/#?`,t.prefixes??=`./`;let r=`[^${v(t.delimiter)}]+?`,i=[],a=0,s=0,c=new Set,l=o(e=>{if(s<n.length&&n[s].type===e)return n[s++].value},`tryConsume`),u=o(()=>l(`OTHER_MODIFIER`)??l(`ASTERISK`),`tryConsumeModifier`),f=o(e=>{let t=l(e);if(t!==void 0)return t;let{type:r,index:i}=n[s];throw TypeError(`Unexpected ${r} at ${i}, expected ${e}`)},`mustConsume`),p=o(()=>{let e=``,t;for(;t=l(`CHAR`)??l(`ESCAPED_CHAR`);)e+=t;return e},`consumeText`),h=o(e=>e,`DefaultEncodePart`),_=t.encodePart||h,y=``,b=o(e=>{y+=e},`appendToPendingFixedValue`),x=o(()=>{y.length&&(i.push(new d(3,``,``,_(y),``,3)),y=``)},`maybeAddPartFromPendingFixedValue`),S=o((e,t,n,o,s)=>{let l=3;switch(s){case`?`:l=1;break;case`*`:l=0;break;case`+`:l=2;break}if(!t&&!n&&l===3){b(e);return}if(x(),!t&&!n){if(!e)return;i.push(new d(3,``,``,_(e),``,l));return}let u;u=n?n===`*`?m:n:r;let f=2;u===r?(f=1,u=``):u===m&&(f=0,u=``);let p;if(t?p=t:n&&(p=a++),c.has(p))throw TypeError(`Duplicate name '${p}'.`);c.add(p),i.push(new d(f,p,_(e),u,_(o),l))},`addPart`);for(;s<n.length;){let e=l(`CHAR`),n=l(`NAME`),r=l(`REGEX`);if(!n&&!r&&(r=l(`ASTERISK`)),n||r){let i=e??``;t.prefixes.indexOf(i)===-1&&(b(i),i=``),x();let a=u();S(i,n,r,``,a);continue}let i=e??l(`ESCAPED_CHAR`);if(i){b(i);continue}if(l(`OPEN`)){let e=p(),t=l(`NAME`),n=l(`REGEX`);!t&&!n&&(n=l(`ASTERISK`));let r=p();f(`CLOSE`);let i=u();S(e,t,n,r,i);continue}x(),f(`END`)}return i}o(_,`parse`);function v(e){return e.replace(/([.+*?^${}()[\]|/\\])/g,`\\$1`)}o(v,`escapeString`);function y(e){return e&&e.ignoreCase?`ui`:`u`}o(y,`flags`);function b(e,t,n){return S(_(e,n),t,n)}o(b,`stringToRegexp`);function x(e){switch(e){case 0:return`*`;case 1:return`?`;case 2:return`+`;case 3:return``}}o(x,`modifierToString`);function S(e,t,n={}){n.delimiter??=`/#?`,n.prefixes??=`./`,n.sensitive??=!1,n.strict??=!1,n.end??=!0,n.start??=!0,n.endsWith=``;let r=n.start?`^`:``;for(let i of e){if(i.type===3){i.modifier===3?r+=v(i.value):r+=`(?:${v(i.value)})${x(i.modifier)}`;continue}t&&t.push(i.name);let e=`[^${v(n.delimiter)}]+?`,a=i.value;if(i.type===1?a=e:i.type===0&&(a=m),!i.prefix.length&&!i.suffix.length){i.modifier===3||i.modifier===1?r+=`(${a})${x(i.modifier)}`:r+=`((?:${a})${x(i.modifier)})`;continue}if(i.modifier===3||i.modifier===1){r+=`(?:${v(i.prefix)}(${a})${v(i.suffix)})`,r+=x(i.modifier);continue}r+=`(?:${v(i.prefix)}`,r+=`((?:${a})(?:`,r+=v(i.suffix),r+=v(i.prefix),r+=`(?:${a}))*)${v(i.suffix)})`,i.modifier===0&&(r+=`?`)}let i=`[${v(n.endsWith)}]|$`,a=`[${v(n.delimiter)}]`;if(n.end)return n.strict||(r+=`${a}?`),n.endsWith.length?r+=`(?=${i})`:r+=`$`,new RegExp(r,y(n));n.strict||(r+=`(?:${a}(?=${i}))?`);let o=!1;if(e.length){let t=e[e.length-1];t.type===3&&t.modifier===3&&(o=n.delimiter.indexOf(t)>-1)}return o||(r+=`(?=${a}|${i})`),new RegExp(r,y(n))}o(S,`partsToRegexp`);var C={delimiter:``,prefixes:``,sensitive:!0,strict:!0},w={delimiter:`.`,prefixes:``,sensitive:!0,strict:!0},T={delimiter:`/`,prefixes:`/`,sensitive:!0,strict:!0};function E(e,t){return e.length?e[0]===`/`?!0:!t||e.length<2?!1:(e[0]==`\\`||e[0]==`{`)&&e[1]==`/`:!1}o(E,`isAbsolutePathname`);function D(e,t){return e.startsWith(t)?e.substring(t.length,e.length):e}o(D,`maybeStripPrefix`);function O(e,t){return e.endsWith(t)?e.substr(0,e.length-t.length):e}o(O,`maybeStripSuffix`);function k(e){return!e||e.length<2?!1:e[0]===`[`||(e[0]===`\\`||e[0]===`{`)&&e[1]===`[`}o(k,`treatAsIPv6Hostname`);var A=[`ftp`,`file`,`http`,`https`,`ws`,`wss`];function j(e){if(!e)return!0;for(let t of A)if(e.test(t))return!0;return!1}o(j,`isSpecialScheme`);function M(e,t){if(e=D(e,`#`),t||e===``)return e;let n=new URL(`https://example.com`);return n.hash=e,n.hash?n.hash.substring(1,n.hash.length):``}o(M,`canonicalizeHash`);function N(e,t){if(e=D(e,`?`),t||e===``)return e;let n=new URL(`https://example.com`);return n.search=e,n.search?n.search.substring(1,n.search.length):``}o(N,`canonicalizeSearch`);function P(e,t){return t||e===``?e:k(e)?se(e):oe(e)}o(P,`canonicalizeHostname`);function F(e,t){if(t||e===``)return e;let n=new URL(`https://example.com`);return n.password=e,n.password}o(F,`canonicalizePassword`);function I(e,t){if(t||e===``)return e;let n=new URL(`https://example.com`);return n.username=e,n.username}o(I,`canonicalizeUsername`);function L(e,t,n){if(n||e===``)return e;if(t&&!A.includes(t))return new URL(`${t}:${e}`).pathname;let r=e[0]==`/`;return e=new URL(r?e:`/-`+e,`https://example.com`).pathname,r||(e=e.substring(2,e.length)),e}o(L,`canonicalizePathname`);function ee(e,t,n){return ne(t)===e&&(e=``),n||e===``?e:ce(e)}o(ee,`canonicalizePort`);function te(e,t){return e=O(e,`:`),t||e===``?e:re(e)}o(te,`canonicalizeProtocol`);function ne(e){switch(e){case`ws`:case`http`:return`80`;case`wws`:case`https`:return`443`;case`ftp`:return`21`;default:return``}}o(ne,`defaultPortForProtocol`);function re(e){if(e===``)return e;if(/^[-+.A-Za-z0-9]*$/.test(e))return e.toLowerCase();throw TypeError(`Invalid protocol '${e}'.`)}o(re,`protocolEncodeCallback`);function ie(e){if(e===``)return e;let t=new URL(`https://example.com`);return t.username=e,t.username}o(ie,`usernameEncodeCallback`);function ae(e){if(e===``)return e;let t=new URL(`https://example.com`);return t.password=e,t.password}o(ae,`passwordEncodeCallback`);function oe(e){if(e===``)return e;if(/[\t\n\r #%/:<>?@[\]^\\|]/g.test(e))throw TypeError(`Invalid hostname '${e}'`);let t=new URL(`https://example.com`);return t.hostname=e,t.hostname}o(oe,`hostnameEncodeCallback`);function se(e){if(e===``)return e;if(/[^0-9a-fA-F[\]:]/g.test(e))throw TypeError(`Invalid IPv6 hostname '${e}'`);return e.toLowerCase()}o(se,`ipv6HostnameEncodeCallback`);function ce(e){if(e===``||/^[0-9]*$/.test(e)&&parseInt(e)<=65535)return e;throw TypeError(`Invalid port '${e}'.`)}o(ce,`portEncodeCallback`);function le(e){if(e===``)return e;let t=new URL(`https://example.com`);return t.pathname=e[0]===`/`?e:`/-`+e,e[0]===`/`?t.pathname:t.pathname.substring(2,t.pathname.length)}o(le,`standardURLPathnameEncodeCallback`);function R(e){return e===``?e:new URL(`data:${e}`).pathname}o(R,`pathURLPathnameEncodeCallback`);function ue(e){if(e===``)return e;let t=new URL(`https://example.com`);return t.search=e,t.search.substring(1,t.search.length)}o(ue,`searchEncodeCallback`);function de(e){if(e===``)return e;let t=new URL(`https://example.com`);return t.hash=e,t.hash.substring(1,t.hash.length)}o(de,`hashEncodeCallback`);var fe=class{#i;#n=[];#t={};#e=0;#s=1;#l=0;#o=0;#d=0;#p=0;#g=!1;constructor(e){this.#i=e}get result(){return this.#t}parse(){for(this.#n=g(this.#i,!0);this.#e<this.#n.length;this.#e+=this.#s){if(this.#s=1,this.#n[this.#e].type===`END`){if(this.#o===0){this.#b(),this.#f()?this.#r(9,1):this.#h()?this.#r(8,1):this.#r(7,0);continue}else if(this.#o===2){this.#u(5);continue}this.#r(10,0);break}if(this.#d>0)if(this.#A())--this.#d;else continue;if(this.#T()){this.#d+=1;continue}switch(this.#o){case 0:this.#P()&&this.#u(1);break;case 1:if(this.#P()){this.#C();let e=7,t=1;this.#E()?(e=2,t=3):this.#g&&(e=2),this.#r(e,t)}break;case 2:this.#S()?this.#u(3):(this.#x()||this.#h()||this.#f())&&this.#u(5);break;case 3:this.#O()?this.#r(4,1):this.#S()&&this.#r(5,1);break;case 4:this.#S()&&this.#r(5,1);break;case 5:this.#y()?this.#p+=1:this.#w()&&--this.#p,this.#k()&&!this.#p?this.#r(6,1):this.#x()?this.#r(7,0):this.#h()?this.#r(8,1):this.#f()&&this.#r(9,1);break;case 6:this.#x()?this.#r(7,0):this.#h()?this.#r(8,1):this.#f()&&this.#r(9,1);break;case 7:this.#h()?this.#r(8,1):this.#f()&&this.#r(9,1);break;case 8:this.#f()&&this.#r(9,1);break;case 9:break;case 10:break}}this.#t.hostname!==void 0&&this.#t.port===void 0&&(this.#t.port=``)}#r(e,t){switch(this.#o){case 0:break;case 1:this.#t.protocol=this.#c();break;case 2:break;case 3:this.#t.username=this.#c();break;case 4:this.#t.password=this.#c();break;case 5:this.#t.hostname=this.#c();break;case 6:this.#t.port=this.#c();break;case 7:this.#t.pathname=this.#c();break;case 8:this.#t.search=this.#c();break;case 9:this.#t.hash=this.#c();break;case 10:break}this.#o!==0&&e!==10&&([1,2,3,4].includes(this.#o)&&[6,7,8,9].includes(e)&&(this.#t.hostname??=``),[1,2,3,4,5,6].includes(this.#o)&&[8,9].includes(e)&&(this.#t.pathname??=this.#g?`/`:``),[1,2,3,4,5,6,7].includes(this.#o)&&e===9&&(this.#t.search??=``)),this.#R(e,t)}#R(e,t){this.#o=e,this.#l=this.#e+t,this.#e+=t,this.#s=0}#b(){this.#e=this.#l,this.#s=0}#u(e){this.#b(),this.#o=e}#m(e){return e<0&&(e=this.#n.length-e),e<this.#n.length?this.#n[e]:this.#n[this.#n.length-1]}#a(e,t){let n=this.#m(e);return n.value===t&&(n.type===`CHAR`||n.type===`ESCAPED_CHAR`||n.type===`INVALID_CHAR`)}#P(){return this.#a(this.#e,`:`)}#E(){return this.#a(this.#e+1,`/`)&&this.#a(this.#e+2,`/`)}#S(){return this.#a(this.#e,`@`)}#O(){return this.#a(this.#e,`:`)}#k(){return this.#a(this.#e,`:`)}#x(){return this.#a(this.#e,`/`)}#h(){if(this.#a(this.#e,`?`))return!0;if(this.#n[this.#e].value!==`?`)return!1;let e=this.#m(this.#e-1);return e.type!==`NAME`&&e.type!==`REGEX`&&e.type!==`CLOSE`&&e.type!==`ASTERISK`}#f(){return this.#a(this.#e,`#`)}#T(){return this.#n[this.#e].type==`OPEN`}#A(){return this.#n[this.#e].type==`CLOSE`}#y(){return this.#a(this.#e,`[`)}#w(){return this.#a(this.#e,`]`)}#c(){let e=this.#n[this.#e],t=this.#m(this.#l).index;return this.#i.substring(t,e.index)}#C(){let e={};Object.assign(e,C),e.encodePart=re;let t=b(this.#c(),void 0,e);this.#g=j(t)}};o(fe,`Parser`);var pe=[`protocol`,`username`,`password`,`hostname`,`port`,`pathname`,`search`,`hash`],z=`*`;function me(e,t){if(typeof e!=`string`)throw TypeError(`parameter 1 is not of type 'string'.`);let n=new URL(e,t);return{protocol:n.protocol.substring(0,n.protocol.length-1),username:n.username,password:n.password,hostname:n.hostname,port:n.port,pathname:n.pathname,search:n.search===``?void 0:n.search.substring(1,n.search.length),hash:n.hash===``?void 0:n.hash.substring(1,n.hash.length)}}o(me,`extractValues`);function B(e,t){return t?H(e):e}o(B,`processBaseURLString`);function V(e,t,n){let r;if(typeof t.baseURL==`string`)try{r=new URL(t.baseURL),t.protocol===void 0&&(e.protocol=B(r.protocol.substring(0,r.protocol.length-1),n)),!n&&t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.username===void 0&&(e.username=B(r.username,n)),!n&&t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.username===void 0&&t.password===void 0&&(e.password=B(r.password,n)),t.protocol===void 0&&t.hostname===void 0&&(e.hostname=B(r.hostname,n)),t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&(e.port=B(r.port,n)),t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.pathname===void 0&&(e.pathname=B(r.pathname,n)),t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.pathname===void 0&&t.search===void 0&&(e.search=B(r.search.substring(1,r.search.length),n)),t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.pathname===void 0&&t.search===void 0&&t.hash===void 0&&(e.hash=B(r.hash.substring(1,r.hash.length),n))}catch{throw TypeError(`invalid baseURL '${t.baseURL}'.`)}if(typeof t.protocol==`string`&&(e.protocol=te(t.protocol,n)),typeof t.username==`string`&&(e.username=I(t.username,n)),typeof t.password==`string`&&(e.password=F(t.password,n)),typeof t.hostname==`string`&&(e.hostname=P(t.hostname,n)),typeof t.port==`string`&&(e.port=ee(t.port,e.protocol,n)),typeof t.pathname==`string`){if(e.pathname=t.pathname,r&&!E(e.pathname,n)){let t=r.pathname.lastIndexOf(`/`);t>=0&&(e.pathname=B(r.pathname.substring(0,t+1),n)+e.pathname)}e.pathname=L(e.pathname,e.protocol,n)}return typeof t.search==`string`&&(e.search=N(t.search,n)),typeof t.hash==`string`&&(e.hash=M(t.hash,n)),e}o(V,`applyInit`);function H(e){return e.replace(/([+*?:{}()\\])/g,`\\$1`)}o(H,`escapePatternString`);function he(e){return e.replace(/([.+*?^${}()[\]|/\\])/g,`\\$1`)}o(he,`escapeRegexpString`);function ge(e,t){t.delimiter??=`/#?`,t.prefixes??=`./`,t.sensitive??=!1,t.strict??=!1,t.end??=!0,t.start??=!0,t.endsWith=``;let n=`[^${he(t.delimiter)}]+?`,r=/[$_\u200C\u200D\p{ID_Continue}]/u,i=``;for(let a=0;a<e.length;++a){let o=e[a];if(o.type===3){if(o.modifier===3){i+=H(o.value);continue}i+=`{${H(o.value)}}${x(o.modifier)}`;continue}let s=o.hasCustomName(),c=!!o.suffix.length||!!o.prefix.length&&(o.prefix.length!==1||!t.prefixes.includes(o.prefix)),l=a>0?e[a-1]:null,u=a<e.length-1?e[a+1]:null;if(!c&&s&&o.type===1&&o.modifier===3&&u&&!u.prefix.length&&!u.suffix.length)if(u.type===3){let e=u.value.length>0?u.value[0]:``;c=r.test(e)}else c=!u.hasCustomName();if(!c&&!o.prefix.length&&l&&l.type===3){let e=l.value[l.value.length-1];c=t.prefixes.includes(e)}c&&(i+=`{`),i+=H(o.prefix),s&&(i+=`:${o.name}`),o.type===2?i+=`(${o.value})`:o.type===1?s||(i+=`(${n})`):o.type===0&&(!s&&(!l||l.type===3||l.modifier!==3||c||o.prefix!==``)?i+=`*`:i+=`(.*)`),o.type===1&&s&&o.suffix.length&&r.test(o.suffix[0])&&(i+=`\\`),i+=H(o.suffix),c&&(i+=`}`),o.modifier!==3&&(i+=x(o.modifier))}return i}o(ge,`partsToPattern`);var _e=class{#i;#n={};#t={};#e={};#s={};#l=!1;constructor(e={},t,n){try{let r;if(typeof t==`string`?r=t:n=t,typeof e==`string`){let t=new fe(e);if(t.parse(),e=t.result,r===void 0&&typeof e.protocol!=`string`)throw TypeError(`A base URL must be provided for a relative constructor string.`);e.baseURL=r}else{if(!e||typeof e!=`object`)throw TypeError(`parameter 1 is not of type 'string' and cannot convert to dictionary.`);if(r)throw TypeError(`parameter 1 is not of type 'string'.`)}typeof n>`u`&&(n={ignoreCase:!1});let i={ignoreCase:n.ignoreCase===!0},a={pathname:z,protocol:z,username:z,password:z,hostname:z,port:z,search:z,hash:z};this.#i=V(a,e,!0),ne(this.#i.protocol)===this.#i.port&&(this.#i.port=``);let o;for(o of pe){if(!(o in this.#i))continue;let e={},t=this.#i[o];switch(this.#t[o]=[],o){case`protocol`:Object.assign(e,C),e.encodePart=re;break;case`username`:Object.assign(e,C),e.encodePart=ie;break;case`password`:Object.assign(e,C),e.encodePart=ae;break;case`hostname`:Object.assign(e,w),k(t)?e.encodePart=se:e.encodePart=oe;break;case`port`:Object.assign(e,C),e.encodePart=ce;break;case`pathname`:j(this.#n.protocol)?(Object.assign(e,T,i),e.encodePart=le):(Object.assign(e,C,i),e.encodePart=R);break;case`search`:Object.assign(e,C,i),e.encodePart=ue;break;case`hash`:Object.assign(e,C,i),e.encodePart=de;break}try{this.#s[o]=_(t,e),this.#n[o]=S(this.#s[o],this.#t[o],e),this.#e[o]=ge(this.#s[o],e),this.#l=this.#l||this.#s[o].some(e=>e.type===2)}catch{throw TypeError(`invalid ${o} pattern '${this.#i[o]}'.`)}}}catch(e){throw TypeError(`Failed to construct 'URLPattern': ${e.message}`)}}get[Symbol.toStringTag](){return`URLPattern`}test(e={},t){let n={pathname:``,protocol:``,username:``,password:``,hostname:``,port:``,search:``,hash:``};if(typeof e!=`string`&&t)throw TypeError(`parameter 1 is not of type 'string'.`);if(typeof e>`u`)return!1;try{n=typeof e==`object`?V(n,e,!1):V(n,me(e,t),!1)}catch{return!1}let r;for(r of pe)if(!this.#n[r].exec(n[r]))return!1;return!0}exec(e={},t){let n={pathname:``,protocol:``,username:``,password:``,hostname:``,port:``,search:``,hash:``};if(typeof e!=`string`&&t)throw TypeError(`parameter 1 is not of type 'string'.`);if(typeof e>`u`)return;try{n=typeof e==`object`?V(n,e,!1):V(n,me(e,t),!1)}catch{return null}let r={};t?r.inputs=[e,t]:r.inputs=[e];let i;for(i of pe){let e=this.#n[i].exec(n[i]);if(!e)return null;let t={};for(let[n,r]of this.#t[i].entries())if(typeof r==`string`||typeof r==`number`){let i=e[n+1];t[r]=i}r[i]={input:n[i]??``,groups:t}}return r}static compareComponent(e,t,n){let r=o((e,t)=>{for(let n of[`type`,`modifier`,`prefix`,`value`,`suffix`]){if(e[n]<t[n])return-1;if(e[n]===t[n])continue;return 1}return 0},`comparePart`),i=new d(3,``,``,``,``,3),a=new d(0,``,``,``,``,3),s=o((e,t)=>{let n=0;for(;n<Math.min(e.length,t.length);++n){let i=r(e[n],t[n]);if(i)return i}return e.length===t.length?0:r(e[n]??i,t[n]??i)},`comparePartList`);return!t.#e[e]&&!n.#e[e]?0:t.#e[e]&&!n.#e[e]?s(t.#s[e],[a]):!t.#e[e]&&n.#e[e]?s([a],n.#s[e]):s(t.#s[e],n.#s[e])}get protocol(){return this.#e.protocol}get username(){return this.#e.username}get password(){return this.#e.password}get hostname(){return this.#e.hostname}get port(){return this.#e.port}get pathname(){return this.#e.pathname}get search(){return this.#e.search}get hash(){return this.#e.hash}get hasRegExpGroups(){return this.#l}};o(_e,`URLPattern`)})),yn=e(((exports,t)=>{let{URLPattern:n}=vn();t.exports={URLPattern:n},globalThis.URLPattern||(globalThis.URLPattern=n)})),Y=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.isPromise=n,exports.isActualPromise=r,exports.handleMaybePromise=i,exports.fakePromise=a,exports.createDeferredPromise=o,exports.iterateAsync=s,exports.iterateAsyncVoid=s,exports.fakeRejectPromise=c,exports.mapMaybePromise=l,exports.mapAsyncIterator=u,exports.promiseLikeFinally=m,exports.unfakePromise=h;let t=Symbol.for(`@whatwg-node/promise-helpers/FakePromise`);function n(e){return e?.then!=null}function r(e){let t=e;return t&&t.then&&t.catch&&t.finally}function i(e,t,n,r){let i=a().then(e).then(t,n);return r&&(i=i.finally(r)),h(i)}function a(e){return e&&r(e)?e:n(e)?{then:(t,n)=>a(e.then(t,n)),catch:t=>a(e.then(e=>e,t)),finally:t=>a(t?m(e,t):e),[Symbol.toStringTag]:`Promise`}:{then(t){if(t)try{return a(t(e))}catch(e){return c(e)}return this},catch(){return this},finally(t){if(t)try{return a(t()).then(()=>e,()=>e)}catch(e){return c(e)}return this},[Symbol.toStringTag]:`Promise`,__fakePromiseValue:e,[t]:`resolved`}}function o(){if(Promise.withResolvers)return Promise.withResolvers();let e,t,n=new Promise(function(n,r){e=n,t=r});return{promise:n,get resolve(){return e},get reject(){return t}}}function s(e,t,n){if(e?.length===0)return;let r=e[Symbol.iterator](),a=0;function o(){let{done:e,value:s}=r.next();if(e)return;let c=!1;function l(){c=!0}return i(function(){return t(s,l,a++)},function(e){if(e&&n?.push(e),!c)return o()})}return o()}function c(e){return{then(t,n){if(n)try{return a(n(e))}catch(e){return c(e)}return this},catch(t){if(t)try{return a(t(e))}catch(e){return c(e)}return this},finally(e){if(e)try{e()}catch(e){return c(e)}return this},__fakeRejectError:e,[Symbol.toStringTag]:`Promise`,[t]:`rejected`}}function l(e,t,n){return i(()=>e,t,n)}function u(e,t,n,r){Symbol.asyncIterator in e&&(e=e[Symbol.asyncIterator]());let o,s,l;if(r){let e;l=t=>(e||=i(r,()=>t,()=>t),e)}typeof e.return==`function`&&(o=e.return,s=t=>{let n=()=>{throw t};return o.call(e).then(n,n)});function u(e){return e.done?l?l(e):e:i(()=>e.value,e=>i(()=>t(e),d,s))}let f;if(n){let e,t=n;f=n=>(e||=i(()=>n,e=>i(()=>t(e),d,s)),e)}return{next(){return e.next().then(u,f)},return(){let t=o?o.call(e).then(u,f):a({value:void 0,done:!0});return l?t.then(l):t},throw(t){return typeof e.throw==`function`?e.throw(t).then(u,f):s?s(t):c(t)},[Symbol.asyncIterator](){return this}}}function d(e){return{value:e,done:!1}}function f(e){return e?.[t]===`resolved`}function p(e){return e?.[t]===`rejected`}function m(e,t){return`finally`in e?e.finally(t):e.then(e=>{let r=t();return n(r)?r.then(()=>e):e},e=>{let r=t();if(n(r))return r.then(()=>{throw e});throw e})}function h(e){if(f(e))return e.__fakePromiseValue;if(p(e))throw e.__fakeRejectError;return e}})),bn=e(((exports,t)=>{let{EventEmitter:n}=r(`node:events`),{inherits:i}=r(`node:util`);function a(e){if(typeof e==`string`&&(e=Buffer.from(e)),!Buffer.isBuffer(e))throw TypeError(`The needle has to be a String or a Buffer.`);let t=e.length,n=t-1;if(t===0)throw Error(`The needle cannot be an empty String/Buffer.`);if(t>256)throw Error(`The needle cannot have a length bigger than 256.`);this.maxMatches=1/0,this.matches=0,this._occ=new Uint8Array(256).fill(t),this._lookbehind_size=0,this._needle=e,this._bufpos=0,this._lookbehind=Buffer.alloc(n);for(var r=0;r<n;++r)this._occ[e[r]]=n-r}i(a,n),a.prototype.reset=function(){this._lookbehind_size=0,this.matches=0,this._bufpos=0},a.prototype.push=function(e,t){Buffer.isBuffer(e)||(e=Buffer.from(e,`binary`));let n=e.length;this._bufpos=t||0;let r;for(;r!==n&&this.matches<this.maxMatches;)r=this._sbmh_feed(e);return r},a.prototype._sbmh_feed=function(e){let t=e.length,n=this._needle,r=n.length,i=r-1,a=n[i],o=-this._lookbehind_size,s;if(o<0){for(;o<0&&o<=t-r;){if(s=e[o+i],s===a&&this._sbmh_memcmp(e,o,i))return this._lookbehind_size=0,++this.matches,this.emit(`info`,!0),this._bufpos=o+r;o+=this._occ[s]}for(;o<0&&!this._sbmh_memcmp(e,o,t-o);)++o;if(o>=0)this.emit(`info`,!1,this._lookbehind,0,this._lookbehind_size),this._lookbehind_size=0;else{let n=this._lookbehind_size+o;return n>0&&this.emit(`info`,!1,this._lookbehind,0,n),this._lookbehind_size-=n,this._lookbehind.copy(this._lookbehind,0,n,this._lookbehind_size),e.copy(this._lookbehind,this._lookbehind_size),this._lookbehind_size+=t,this._bufpos=t,t}}if(o=e.indexOf(n,o+this._bufpos),o!==-1)return++this.matches,o===0?this.emit(`info`,!0):this.emit(`info`,!0,e,this._bufpos,o),this._bufpos=o+r;for(o=t-i,o<0&&(o=0);o!==t&&(e[o]!==n[0]||Buffer.compare(e.subarray(o+1,t),n.subarray(1,t-o))!==0);)++o;return o!==t&&(e.copy(this._lookbehind,0,o,t),this._lookbehind_size=t-o),o!==0&&this.emit(`info`,!1,e,this._bufpos,o),this._bufpos=t,t},a.prototype._sbmh_lookup_char=function(e,t){return t<0?this._lookbehind[this._lookbehind_size+t]:e[t]},a.prototype._sbmh_memcmp=function(e,t,n){for(var r=0;r<n;++r)if(this._sbmh_lookup_char(e,t+r)!==this._needle[r])return!1;return!0},t.exports=a})),xn=e(((exports,t)=>{let n=r(`node:util`).inherits,i=r(`node:stream`).Readable;function a(e){i.call(this,e)}n(a,i),a.prototype._read=function(e){},t.exports=a})),Sn=e(((exports,t)=>{t.exports=function(e,t,n){if(!e||e[t]===void 0||e[t]===null)return n;if(typeof e[t]!=`number`||isNaN(e[t]))throw TypeError(`Limit `+t+` is not a valid number`);return e[t]}})),Cn=e(((exports,t)=>{let n=r(`node:events`).EventEmitter,i=r(`node:util`).inherits,a=Sn(),o=bn(),s=Buffer.from(`\r
|
|
18
|
+
\r
|
|
19
|
+
`),c=/\r\n/g,l=/^([^:]+):[ \t]?([\x00-\xFF]+)?$/;function u(e){n.call(this),e||={};let t=this;this.nread=0,this.maxed=!1,this.npairs=0,this.maxHeaderPairs=a(e,`maxHeaderPairs`,2e3),this.maxHeaderSize=a(e,`maxHeaderSize`,80*1024),this.buffer=``,this.header={},this.finished=!1,this.ss=new o(s),this.ss.on(`info`,function(e,n,r,i){n&&!t.maxed&&(t.nread+i-r>=t.maxHeaderSize?(i=t.maxHeaderSize-t.nread+r,t.nread=t.maxHeaderSize,t.maxed=!0):t.nread+=i-r,t.buffer+=n.toString(`binary`,r,i)),e&&t._finish()})}i(u,n),u.prototype.push=function(e){let t=this.ss.push(e);if(this.finished)return t},u.prototype.reset=function(){this.finished=!1,this.buffer=``,this.header={},this.ss.reset()},u.prototype._finish=function(){this.buffer&&this._parseHeader(),this.ss.matches=this.ss.maxMatches;let e=this.header;this.header={},this.buffer=``,this.finished=!0,this.nread=this.npairs=0,this.maxed=!1,this.emit(`header`,e)},u.prototype._parseHeader=function(){if(this.npairs===this.maxHeaderPairs)return;let e=this.buffer.split(c),t=e.length,n,r;for(var i=0;i<t;++i){if(e[i].length===0)continue;if((e[i][0]===` `||e[i][0]===` `)&&r){this.header[r][this.header[r].length-1]+=e[i];continue}let t=e[i].indexOf(`:`);if(t===-1||t===0)return;if(n=l.exec(e[i]),r=n[1].toLowerCase(),this.header[r]=this.header[r]||[],this.header[r].push(n[2]||``),++this.npairs===this.maxHeaderPairs)break}},t.exports=u})),wn=e(((exports,t)=>{let n=r(`node:stream`).Writable,i=r(`node:util`).inherits,a=bn(),o=xn(),s=Cn(),c=Buffer.from(`-`),l=Buffer.from(`\r
|
|
20
|
+
`),u=function(){};function d(e){if(!(this instanceof d))return new d(e);if(n.call(this,e),!e||!e.headerFirst&&typeof e.boundary!=`string`)throw TypeError(`Boundary required`);typeof e.boundary==`string`?this.setBoundary(e.boundary):this._bparser=void 0,this._headerFirst=e.headerFirst,this._dashes=0,this._parts=0,this._finished=!1,this._realFinish=!1,this._isPreamble=!0,this._justMatched=!1,this._firstWrite=!0,this._inHeader=!0,this._part=void 0,this._cb=void 0,this._ignoreData=!1,this._partOpts={highWaterMark:e.partHwm},this._pause=!1;let t=this;this._hparser=new s(e),this._hparser.on(`header`,function(e){t._inHeader=!1,t._part.emit(`header`,e)})}i(d,n),d.prototype.emit=function(e){if(e===`finish`&&!this._realFinish){if(!this._finished){let e=this;process.nextTick(function(){if(e.emit(`error`,Error(`Unexpected end of multipart data`)),e._part&&!e._ignoreData){let t=e._isPreamble?`Preamble`:`Part`;e._part.emit(`error`,Error(t+` terminated early due to unexpected end of multipart data`)),e._part.push(null),process.nextTick(function(){e._realFinish=!0,e.emit(`finish`),e._realFinish=!1});return}e._realFinish=!0,e.emit(`finish`),e._realFinish=!1})}}else n.prototype.emit.apply(this,arguments)},d.prototype._write=function(e,t,n){if(!this._hparser&&!this._bparser)return n();if(this._headerFirst&&this._isPreamble){this._part||(this._part=new o(this._partOpts),this.listenerCount(`preamble`)===0?this._ignore():this.emit(`preamble`,this._part));let t=this._hparser.push(e);if(!this._inHeader&&t!==void 0&&t<e.length)e=e.slice(t);else return n()}this._firstWrite&&=(this._bparser.push(l),!1),this._bparser.push(e),this._pause?this._cb=n:n()},d.prototype.reset=function(){this._part=void 0,this._bparser=void 0,this._hparser=void 0},d.prototype.setBoundary=function(e){let t=this;this._bparser=new a(`\r
|
|
21
|
+
--`+e),this._bparser.on(`info`,function(e,n,r,i){t._oninfo(e,n,r,i)})},d.prototype._ignore=function(){this._part&&!this._ignoreData&&(this._ignoreData=!0,this._part.on(`error`,u),this._part.resume())},d.prototype._oninfo=function(e,t,n,r){let i,a=this,s=0,l,u=!0;if(!this._part&&this._justMatched&&t){for(;this._dashes<2&&n+s<r;)if(t[n+s]===45)++s,++this._dashes;else{this._dashes&&(i=c),this._dashes=0;break}if(this._dashes===2&&(n+s<r&&this.listenerCount(`trailer`)!==0&&this.emit(`trailer`,t.slice(n+s,r)),this.reset(),this._finished=!0,a._parts===0&&(a._realFinish=!0,a.emit(`finish`),a._realFinish=!1)),this._dashes)return}this._justMatched&&=!1,this._part||(this._part=new o(this._partOpts),this._part._read=function(e){a._unpause()},this._isPreamble&&this.listenerCount(`preamble`)!==0?this.emit(`preamble`,this._part):this._isPreamble!==!0&&this.listenerCount(`part`)!==0?this.emit(`part`,this._part):this._ignore(),this._isPreamble||(this._inHeader=!0)),t&&n<r&&!this._ignoreData&&(this._isPreamble||!this._inHeader?(i&&(u=this._part.push(i)),u=this._part.push(t.slice(n,r)),u||(this._pause=!0)):!this._isPreamble&&this._inHeader&&(i&&this._hparser.push(i),l=this._hparser.push(t.slice(n,r)),!this._inHeader&&l!==void 0&&l<r&&this._oninfo(!1,t,n+l,r))),e&&(this._hparser.reset(),this._isPreamble?this._isPreamble=!1:n!==r&&(++this._parts,this._part.on(`end`,function(){--a._parts===0&&(a._finished?(a._realFinish=!0,a.emit(`finish`),a._realFinish=!1):a._unpause())})),this._part.push(null),this._part=void 0,this._ignoreData=!1,this._justMatched=!0,this._dashes=0)},d.prototype._unpause=function(){if(this._pause&&(this._pause=!1,this._cb)){let e=this._cb;this._cb=void 0,e()}},t.exports=d})),Tn=e(((exports,t)=>{let n=new TextDecoder(`utf-8`),r=new Map([[`utf-8`,n],[`utf8`,n]]);function i(e){let t;for(;;)switch(e){case`utf-8`:case`utf8`:return a.utf8;case`latin1`:case`ascii`:case`us-ascii`:case`iso-8859-1`:case`iso8859-1`:case`iso88591`:case`iso_8859-1`:case`windows-1252`:case`iso_8859-1:1987`:case`cp1252`:case`x-cp1252`:return a.latin1;case`utf16le`:case`utf-16le`:case`ucs2`:case`ucs-2`:return a.utf16le;case`base64`:return a.base64;default:if(t===void 0){t=!0,e=e.toLowerCase();continue}return a.other.bind(e)}}let a={utf8:(e,t)=>e.length===0?``:(typeof e==`string`&&(e=Buffer.from(e,t)),e.utf8Slice(0,e.length)),latin1:(e,t)=>e.length===0?``:typeof e==`string`?e:e.latin1Slice(0,e.length),utf16le:(e,t)=>e.length===0?``:(typeof e==`string`&&(e=Buffer.from(e,t)),e.ucs2Slice(0,e.length)),base64:(e,t)=>e.length===0?``:(typeof e==`string`&&(e=Buffer.from(e,t)),e.base64Slice(0,e.length)),other:(t,n)=>{if(t.length===0)return``;if(typeof t==`string`&&(t=Buffer.from(t,n)),r.has(exports.toString()))try{return r.get(exports).decode(t)}catch{}return typeof t==`string`?t:t.toString()}};function o(e,t,n){return e&&i(n)(e,t)}t.exports=o})),En=e(((exports,t)=>{let n=Tn(),r=/%[a-fA-F0-9][a-fA-F0-9]/g,i={"%00":`\0`,"%01":``,"%02":``,"%03":``,"%04":``,"%05":``,"%06":``,"%07":`\x07`,"%08":`\b`,"%09":` `,"%0a":`
|
|
22
|
+
`,"%0A":`
|
|
23
|
+
`,"%0b":`\v`,"%0B":`\v`,"%0c":`\f`,"%0C":`\f`,"%0d":`\r`,"%0D":`\r`,"%0e":``,"%0E":``,"%0f":``,"%0F":``,"%10":``,"%11":``,"%12":``,"%13":``,"%14":``,"%15":``,"%16":``,"%17":``,"%18":``,"%19":``,"%1a":``,"%1A":``,"%1b":`\x1B`,"%1B":`\x1B`,"%1c":``,"%1C":``,"%1d":``,"%1D":``,"%1e":``,"%1E":``,"%1f":``,"%1F":``,"%20":` `,"%21":`!`,"%22":`"`,"%23":`#`,"%24":`$`,"%25":`%`,"%26":`&`,"%27":`'`,"%28":`(`,"%29":`)`,"%2a":`*`,"%2A":`*`,"%2b":`+`,"%2B":`+`,"%2c":`,`,"%2C":`,`,"%2d":`-`,"%2D":`-`,"%2e":`.`,"%2E":`.`,"%2f":`/`,"%2F":`/`,"%30":`0`,"%31":`1`,"%32":`2`,"%33":`3`,"%34":`4`,"%35":`5`,"%36":`6`,"%37":`7`,"%38":`8`,"%39":`9`,"%3a":`:`,"%3A":`:`,"%3b":`;`,"%3B":`;`,"%3c":`<`,"%3C":`<`,"%3d":`=`,"%3D":`=`,"%3e":`>`,"%3E":`>`,"%3f":`?`,"%3F":`?`,"%40":`@`,"%41":`A`,"%42":`B`,"%43":`C`,"%44":`D`,"%45":`E`,"%46":`F`,"%47":`G`,"%48":`H`,"%49":`I`,"%4a":`J`,"%4A":`J`,"%4b":`K`,"%4B":`K`,"%4c":`L`,"%4C":`L`,"%4d":`M`,"%4D":`M`,"%4e":`N`,"%4E":`N`,"%4f":`O`,"%4F":`O`,"%50":`P`,"%51":`Q`,"%52":`R`,"%53":`S`,"%54":`T`,"%55":`U`,"%56":`V`,"%57":`W`,"%58":`X`,"%59":`Y`,"%5a":`Z`,"%5A":`Z`,"%5b":`[`,"%5B":`[`,"%5c":`\\`,"%5C":`\\`,"%5d":`]`,"%5D":`]`,"%5e":`^`,"%5E":`^`,"%5f":`_`,"%5F":`_`,"%60":"`","%61":`a`,"%62":`b`,"%63":`c`,"%64":`d`,"%65":`e`,"%66":`f`,"%67":`g`,"%68":`h`,"%69":`i`,"%6a":`j`,"%6A":`j`,"%6b":`k`,"%6B":`k`,"%6c":`l`,"%6C":`l`,"%6d":`m`,"%6D":`m`,"%6e":`n`,"%6E":`n`,"%6f":`o`,"%6F":`o`,"%70":`p`,"%71":`q`,"%72":`r`,"%73":`s`,"%74":`t`,"%75":`u`,"%76":`v`,"%77":`w`,"%78":`x`,"%79":`y`,"%7a":`z`,"%7A":`z`,"%7b":`{`,"%7B":`{`,"%7c":`|`,"%7C":`|`,"%7d":`}`,"%7D":`}`,"%7e":`~`,"%7E":`~`,"%7f":``,"%7F":``,"%80":``,"%81":``,"%82":``,"%83":``,"%84":``,"%85":`
`,"%86":``,"%87":``,"%88":``,"%89":``,"%8a":``,"%8A":``,"%8b":``,"%8B":``,"%8c":``,"%8C":``,"%8d":``,"%8D":``,"%8e":``,"%8E":``,"%8f":``,"%8F":``,"%90":``,"%91":``,"%92":``,"%93":``,"%94":``,"%95":``,"%96":``,"%97":``,"%98":``,"%99":``,"%9a":``,"%9A":``,"%9b":``,"%9B":``,"%9c":``,"%9C":``,"%9d":``,"%9D":``,"%9e":``,"%9E":``,"%9f":``,"%9F":``,"%a0":`\xA0`,"%A0":`\xA0`,"%a1":`¡`,"%A1":`¡`,"%a2":`¢`,"%A2":`¢`,"%a3":`£`,"%A3":`£`,"%a4":`¤`,"%A4":`¤`,"%a5":`¥`,"%A5":`¥`,"%a6":`¦`,"%A6":`¦`,"%a7":`§`,"%A7":`§`,"%a8":`¨`,"%A8":`¨`,"%a9":`©`,"%A9":`©`,"%aa":`ª`,"%Aa":`ª`,"%aA":`ª`,"%AA":`ª`,"%ab":`«`,"%Ab":`«`,"%aB":`«`,"%AB":`«`,"%ac":`¬`,"%Ac":`¬`,"%aC":`¬`,"%AC":`¬`,"%ad":``,"%Ad":``,"%aD":``,"%AD":``,"%ae":`®`,"%Ae":`®`,"%aE":`®`,"%AE":`®`,"%af":`¯`,"%Af":`¯`,"%aF":`¯`,"%AF":`¯`,"%b0":`°`,"%B0":`°`,"%b1":`±`,"%B1":`±`,"%b2":`²`,"%B2":`²`,"%b3":`³`,"%B3":`³`,"%b4":`´`,"%B4":`´`,"%b5":`µ`,"%B5":`µ`,"%b6":`¶`,"%B6":`¶`,"%b7":`·`,"%B7":`·`,"%b8":`¸`,"%B8":`¸`,"%b9":`¹`,"%B9":`¹`,"%ba":`º`,"%Ba":`º`,"%bA":`º`,"%BA":`º`,"%bb":`»`,"%Bb":`»`,"%bB":`»`,"%BB":`»`,"%bc":`¼`,"%Bc":`¼`,"%bC":`¼`,"%BC":`¼`,"%bd":`½`,"%Bd":`½`,"%bD":`½`,"%BD":`½`,"%be":`¾`,"%Be":`¾`,"%bE":`¾`,"%BE":`¾`,"%bf":`¿`,"%Bf":`¿`,"%bF":`¿`,"%BF":`¿`,"%c0":`À`,"%C0":`À`,"%c1":`Á`,"%C1":`Á`,"%c2":`Â`,"%C2":`Â`,"%c3":`Ã`,"%C3":`Ã`,"%c4":`Ä`,"%C4":`Ä`,"%c5":`Å`,"%C5":`Å`,"%c6":`Æ`,"%C6":`Æ`,"%c7":`Ç`,"%C7":`Ç`,"%c8":`È`,"%C8":`È`,"%c9":`É`,"%C9":`É`,"%ca":`Ê`,"%Ca":`Ê`,"%cA":`Ê`,"%CA":`Ê`,"%cb":`Ë`,"%Cb":`Ë`,"%cB":`Ë`,"%CB":`Ë`,"%cc":`Ì`,"%Cc":`Ì`,"%cC":`Ì`,"%CC":`Ì`,"%cd":`Í`,"%Cd":`Í`,"%cD":`Í`,"%CD":`Í`,"%ce":`Î`,"%Ce":`Î`,"%cE":`Î`,"%CE":`Î`,"%cf":`Ï`,"%Cf":`Ï`,"%cF":`Ï`,"%CF":`Ï`,"%d0":`Ð`,"%D0":`Ð`,"%d1":`Ñ`,"%D1":`Ñ`,"%d2":`Ò`,"%D2":`Ò`,"%d3":`Ó`,"%D3":`Ó`,"%d4":`Ô`,"%D4":`Ô`,"%d5":`Õ`,"%D5":`Õ`,"%d6":`Ö`,"%D6":`Ö`,"%d7":`×`,"%D7":`×`,"%d8":`Ø`,"%D8":`Ø`,"%d9":`Ù`,"%D9":`Ù`,"%da":`Ú`,"%Da":`Ú`,"%dA":`Ú`,"%DA":`Ú`,"%db":`Û`,"%Db":`Û`,"%dB":`Û`,"%DB":`Û`,"%dc":`Ü`,"%Dc":`Ü`,"%dC":`Ü`,"%DC":`Ü`,"%dd":`Ý`,"%Dd":`Ý`,"%dD":`Ý`,"%DD":`Ý`,"%de":`Þ`,"%De":`Þ`,"%dE":`Þ`,"%DE":`Þ`,"%df":`ß`,"%Df":`ß`,"%dF":`ß`,"%DF":`ß`,"%e0":`à`,"%E0":`à`,"%e1":`á`,"%E1":`á`,"%e2":`â`,"%E2":`â`,"%e3":`ã`,"%E3":`ã`,"%e4":`ä`,"%E4":`ä`,"%e5":`å`,"%E5":`å`,"%e6":`æ`,"%E6":`æ`,"%e7":`ç`,"%E7":`ç`,"%e8":`è`,"%E8":`è`,"%e9":`é`,"%E9":`é`,"%ea":`ê`,"%Ea":`ê`,"%eA":`ê`,"%EA":`ê`,"%eb":`ë`,"%Eb":`ë`,"%eB":`ë`,"%EB":`ë`,"%ec":`ì`,"%Ec":`ì`,"%eC":`ì`,"%EC":`ì`,"%ed":`í`,"%Ed":`í`,"%eD":`í`,"%ED":`í`,"%ee":`î`,"%Ee":`î`,"%eE":`î`,"%EE":`î`,"%ef":`ï`,"%Ef":`ï`,"%eF":`ï`,"%EF":`ï`,"%f0":`ð`,"%F0":`ð`,"%f1":`ñ`,"%F1":`ñ`,"%f2":`ò`,"%F2":`ò`,"%f3":`ó`,"%F3":`ó`,"%f4":`ô`,"%F4":`ô`,"%f5":`õ`,"%F5":`õ`,"%f6":`ö`,"%F6":`ö`,"%f7":`÷`,"%F7":`÷`,"%f8":`ø`,"%F8":`ø`,"%f9":`ù`,"%F9":`ù`,"%fa":`ú`,"%Fa":`ú`,"%fA":`ú`,"%FA":`ú`,"%fb":`û`,"%Fb":`û`,"%fB":`û`,"%FB":`û`,"%fc":`ü`,"%Fc":`ü`,"%fC":`ü`,"%FC":`ü`,"%fd":`ý`,"%Fd":`ý`,"%fD":`ý`,"%FD":`ý`,"%fe":`þ`,"%Fe":`þ`,"%fE":`þ`,"%FE":`þ`,"%ff":`ÿ`,"%Ff":`ÿ`,"%fF":`ÿ`,"%FF":`ÿ`};function a(e){return i[e]}function o(e){let t=[],i=0,o=``,s=!1,c=!1,l=0,u=``,d=e.length;for(var f=0;f<d;++f){let p=e[f];if(p===`\\`&&s)if(c)c=!1;else{c=!0;continue}else if(p===`"`)if(c)c=!1;else{if(s)for(s=!1,i=0;f+1<d&&e[f+1]!==`;`;)++f;else s=!0;continue}else if(c&&s&&(u+=`\\`),c=!1,(i===2||i===3)&&p===`'`){i===2?(i=3,o=u.substring(1)):i=1,u=``;continue}else if(i===0&&(p===`*`||p===`=`)&&t.length){i=p===`*`?2:1,t[l]=[u,void 0],u=``;continue}else if(!s&&p===`;`){i=0,o?(u.length&&(u=n(u.replace(r,a),`binary`,o)),o=``):u.length&&(u=n(u,`binary`,`utf8`)),t[l]===void 0?t[l]=u:t[l][1]=u,u=``,++l;continue}else if(!s&&(p===` `||p===` `))continue;u+=p}return o&&u.length?u=n(u.replace(r,a),`binary`,o):u&&=n(u,`binary`,`utf8`),t[l]===void 0?u&&(t[l]=u):t[l][1]=u,t}t.exports=o})),Dn=e(((exports,t)=>{t.exports=function(e){if(typeof e!=`string`)return``;for(var t=e.length-1;t>=0;--t)switch(e.charCodeAt(t)){case 47:case 92:return e=e.slice(t+1),e===`..`||e===`.`?``:e}return e===`..`||e===`.`?``:e}})),On=e(((exports,t)=>{let{Readable:n}=r(`node:stream`),{inherits:i}=r(`node:util`),a=wn(),o=En(),s=Tn(),c=Dn(),l=Sn(),u=/^boundary$/i,d=/^form-data$/i,f=/^charset$/i,p=/^filename$/i,m=/^name$/i;h.detect=/^multipart\/form-data/i;function h(e,t){let n,r,i=this,h,v=t.limits,y=t.isPartAFile||((e,t,n)=>t===`application/octet-stream`||n!==void 0),b=t.parsedConType||[],x=t.defCharset||`utf8`,S=t.preservePath,C={highWaterMark:t.fileHwm};for(n=0,r=b.length;n<r;++n)if(Array.isArray(b[n])&&u.test(b[n][0])){h=b[n][1];break}function w(){P===0&&L&&!e._done&&(L=!1,i.end())}if(typeof h!=`string`)throw Error(`Multipart: Boundary not found`);let T=l(v,`fieldSize`,1*1024*1024),E=l(v,`fileSize`,1/0),D=l(v,`files`,1/0),O=l(v,`fields`,1/0),k=l(v,`parts`,1/0),A=l(v,`headerPairs`,2e3),j=l(v,`headerSize`,80*1024),M=0,N=0,P=0,F,I,L=!1;this._needDrain=!1,this._pause=!1,this._cb=void 0,this._nparts=0,this._boy=e;let ee={boundary:h,maxHeaderPairs:A,maxHeaderSize:j,partHwm:C.highWaterMark,highWaterMark:t.highWaterMark};this.parser=new a(ee),this.parser.on(`drain`,function(){if(i._needDrain=!1,i._cb&&!i._pause){let e=i._cb;i._cb=void 0,e()}}).on(`part`,function t(a){if(++i._nparts>k)return i.parser.removeListener(`part`,t),i.parser.on(`part`,g),e.hitPartsLimit=!0,e.emit(`partsLimit`),g(a);if(I){let e=I;e.emit(`end`),e.removeAllListeners(`end`)}a.on(`header`,function(t){let l,u,h,v,b,k,A=0;if(t[`content-type`]&&(h=o(t[`content-type`][0]),h[0])){for(l=h[0].toLowerCase(),n=0,r=h.length;n<r;++n)if(f.test(h[n][0])){v=h[n][1].toLowerCase();break}}if(l===void 0&&(l=`text/plain`),v===void 0&&(v=x),t[`content-disposition`]){if(h=o(t[`content-disposition`][0]),!d.test(h[0]))return g(a);for(n=0,r=h.length;n<r;++n)m.test(h[n][0])?u=h[n][1]:p.test(h[n][0])&&(k=h[n][1],S||(k=c(k)))}else return g(a);b=t[`content-transfer-encoding`]?t[`content-transfer-encoding`][0].toLowerCase():`7bit`;let j,L;if(y(u,l,k)){if(M===D)return e.hitFilesLimit||(e.hitFilesLimit=!0,e.emit(`filesLimit`)),g(a);if(++M,e.listenerCount(`file`)===0){i.parser._ignore();return}++P;let t=new _(C);F=t,t.on(`end`,function(){if(--P,i._pause=!1,w(),i._cb&&!i._needDrain){let e=i._cb;i._cb=void 0,e()}}),t._read=function(e){if(i._pause&&(i._pause=!1,i._cb&&!i._needDrain)){let e=i._cb;i._cb=void 0,e()}},e.emit(`file`,u,t,k,b,l),j=function(e){if((A+=e.length)>E){let n=E-A+e.length;n>0&&t.push(e.slice(0,n)),t.truncated=!0,t.bytesRead=E,a.removeAllListeners(`data`),t.emit(`limit`);return}else t.push(e)||(i._pause=!0);t.bytesRead=A},L=function(){F=void 0,t.push(null)}}else{if(N===O)return e.hitFieldsLimit||(e.hitFieldsLimit=!0,e.emit(`fieldsLimit`)),g(a);++N,++P;let t=``,n=!1;I=a,j=function(e){if((A+=e.length)>T){let r=T-(A-e.length);t+=e.toString(`binary`,0,r),n=!0,a.removeAllListeners(`data`)}else t+=e.toString(`binary`)},L=function(){I=void 0,t.length&&(t=s(t,`binary`,v)),e.emit(`field`,u,t,!1,n,b,l),--P,w()}}a._readableState.sync=!1,a.on(`data`,j),a.on(`end`,L)}).on(`error`,function(e){F&&F.emit(`error`,e)})}).on(`error`,function(t){e.emit(`error`,t)}).on(`finish`,function(){L=!0,w()})}h.prototype.write=function(e,t){let n=this.parser.write(e);n&&!this._pause?t():(this._needDrain=!n,this._cb=t)},h.prototype.end=function(){let e=this;e.parser.writable?e.parser.end():e._boy._done||process.nextTick(function(){e._boy._done=!0,e._boy.emit(`finish`)})};function g(e){e.resume()}function _(e){n.call(this,e),this.bytesRead=0,this.truncated=!1}i(_,n),_.prototype._read=function(e){},t.exports=h})),kn=e(((exports,t)=>{let n=/\+/g,r=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];function i(){this.buffer=void 0}i.prototype.write=function(e){e=e.replace(n,` `);let t=``,i=0,a=0,o=e.length;for(;i<o;++i)this.buffer===void 0?e[i]===`%`&&(i>a&&(t+=e.substring(a,i),a=i),this.buffer=``,++a):r[e.charCodeAt(i)]?(this.buffer+=e[i],++a,this.buffer.length===2&&(t+=String.fromCharCode(parseInt(this.buffer,16)),this.buffer=void 0)):(t+=`%`+this.buffer,this.buffer=void 0,--i);return a<o&&this.buffer===void 0&&(t+=e.substring(a)),t},i.prototype.reset=function(){this.buffer=void 0},t.exports=i})),An=e(((exports,t)=>{let n=kn(),r=Tn(),i=Sn(),a=/^charset$/i;o.detect=/^application\/x-www-form-urlencoded/i;function o(e,t){let r=t.limits,o=t.parsedConType;this.boy=e,this.fieldSizeLimit=i(r,`fieldSize`,1*1024*1024),this.fieldNameSizeLimit=i(r,`fieldNameSize`,100),this.fieldsLimit=i(r,`fields`,1/0);let s;for(var c=0,l=o.length;c<l;++c)if(Array.isArray(o[c])&&a.test(o[c][0])){s=o[c][1].toLowerCase();break}s===void 0&&(s=t.defCharset||`utf8`),this.decoder=new n,this.charset=s,this._fields=0,this._state=`key`,this._checkingBytes=!0,this._bytesKey=0,this._bytesVal=0,this._key=``,this._val=``,this._keyTrunc=!1,this._valTrunc=!1,this._hitLimit=!1}o.prototype.write=function(e,t){if(this._fields===this.fieldsLimit)return this.boy.hitFieldsLimit||(this.boy.hitFieldsLimit=!0,this.boy.emit(`fieldsLimit`)),t();let n,i,a,o=0,s=e.length;for(;o<s;)if(this._state===`key`){for(n=i=void 0,a=o;a<s;++a){if(this._checkingBytes||++o,e[a]===61){n=a;break}else if(e[a]===38){i=a;break}if(this._checkingBytes&&this._bytesKey===this.fieldNameSizeLimit){this._hitLimit=!0;break}else this._checkingBytes&&++this._bytesKey}if(n!==void 0)n>o&&(this._key+=this.decoder.write(e.toString(`binary`,o,n))),this._state=`val`,this._hitLimit=!1,this._checkingBytes=!0,this._val=``,this._bytesVal=0,this._valTrunc=!1,this.decoder.reset(),o=n+1;else if(i!==void 0){++this._fields;let n,a=this._keyTrunc;if(n=i>o?this._key+=this.decoder.write(e.toString(`binary`,o,i)):this._key,this._hitLimit=!1,this._checkingBytes=!0,this._key=``,this._bytesKey=0,this._keyTrunc=!1,this.decoder.reset(),n.length&&this.boy.emit(`field`,r(n,`binary`,this.charset),``,a,!1),o=i+1,this._fields===this.fieldsLimit)return t()}else this._hitLimit?(a>o&&(this._key+=this.decoder.write(e.toString(`binary`,o,a))),o=a,(this._bytesKey=this._key.length)===this.fieldNameSizeLimit&&(this._checkingBytes=!1,this._keyTrunc=!0)):(o<s&&(this._key+=this.decoder.write(e.toString(`binary`,o))),o=s)}else{for(i=void 0,a=o;a<s;++a){if(this._checkingBytes||++o,e[a]===38){i=a;break}if(this._checkingBytes&&this._bytesVal===this.fieldSizeLimit){this._hitLimit=!0;break}else this._checkingBytes&&++this._bytesVal}if(i!==void 0){if(++this._fields,i>o&&(this._val+=this.decoder.write(e.toString(`binary`,o,i))),this.boy.emit(`field`,r(this._key,`binary`,this.charset),r(this._val,`binary`,this.charset),this._keyTrunc,this._valTrunc),this._state=`key`,this._hitLimit=!1,this._checkingBytes=!0,this._key=``,this._bytesKey=0,this._keyTrunc=!1,this.decoder.reset(),o=i+1,this._fields===this.fieldsLimit)return t()}else this._hitLimit?(a>o&&(this._val+=this.decoder.write(e.toString(`binary`,o,a))),o=a,(this._val===``&&this.fieldSizeLimit===0||(this._bytesVal=this._val.length)===this.fieldSizeLimit)&&(this._checkingBytes=!1,this._valTrunc=!0)):(o<s&&(this._val+=this.decoder.write(e.toString(`binary`,o))),o=s)}t()},o.prototype.end=function(){this.boy._done||(this._state===`key`&&this._key.length>0?this.boy.emit(`field`,r(this._key,`binary`,this.charset),``,this._keyTrunc,!1):this._state===`val`&&this.boy.emit(`field`,r(this._key,`binary`,this.charset),r(this._val,`binary`,this.charset),this._keyTrunc,this._valTrunc),this.boy._done=!0,this.boy.emit(`finish`))},t.exports=o})),jn=e(((exports,t)=>{let n=r(`node:stream`).Writable,{inherits:i}=r(`node:util`),a=wn(),o=On(),s=An(),c=En();function l(e){if(!(this instanceof l))return new l(e);if(typeof e!=`object`)throw TypeError(`Busboy expected an options-Object.`);if(typeof e.headers!=`object`)throw TypeError(`Busboy expected an options-Object with headers-attribute.`);if(typeof e.headers[`content-type`]!=`string`)throw TypeError(`Missing Content-Type-header.`);let{headers:t,...r}=e;this.opts={autoDestroy:!1,...r},n.call(this,this.opts),this._done=!1,this._parser=this.getParserByHeaders(t),this._finished=!1}i(l,n),l.prototype.emit=function(e){if(e===`finish`){if(this._done){if(this._finished)return}else{this._parser?.end();return}this._finished=!0}n.prototype.emit.apply(this,arguments)},l.prototype.getParserByHeaders=function(e){let t=c(e[`content-type`]),n={defCharset:this.opts.defCharset,fileHwm:this.opts.fileHwm,headers:e,highWaterMark:this.opts.highWaterMark,isPartAFile:this.opts.isPartAFile,limits:this.opts.limits,parsedConType:t,preservePath:this.opts.preservePath};if(o.detect.test(t[0]))return new o(this,n);if(s.detect.test(t[0]))return new s(this,n);throw Error(`Unsupported Content-Type.`)},l.prototype._write=function(e,t,n){this._parser.write(e,n)},t.exports=l,t.exports.default=l,t.exports.Busboy=l,t.exports.Dicer=a})),X=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.fakePromise=void 0,exports.getHeadersObj=i,exports.defaultHeadersSerializer=a,exports.isArrayBufferView=s,exports.isNodeReadable=c,exports.isIterable=l,exports.shouldRedirect=u,exports.pipeThrough=d,exports.endStream=f,exports.safeWrite=p;let t=r(`node:events`);function n(e){return e?.forEach!=null}function i(e){return e==null||!n(e)?e:e.headersInit&&!e._map&&!n(e.headersInit)?e.headersInit:Object.fromEntries(e.entries())}function a(e,t){let n=[];return e.forEach((e,r)=>{t&&r===`content-length`&&t(e),n.push(`${r}: ${e}`)}),n}var o=Y();Object.defineProperty(exports,`fakePromise`,{enumerable:!0,get:function(){return o.fakePromise}});function s(e){return e!=null&&e.buffer!=null&&e.byteLength!=null&&e.byteOffset!=null}function c(e){return e!=null&&e.pipe!=null}function l(e){return e?.[Symbol.iterator]!=null}function u(e){return e===301||e===302||e===303||e===307||e===308}function d({src:e,dest:t,signal:n,onError:r}){if(r&&t.once(`error`,r),e.once(`error`,e=>{t.destroy(e)}),t.once(`close`,()=>{e.destroyed||e.destroy()}),n){let t=new WeakRef(e),r=new WeakRef(n);function i(){r.deref()?.removeEventListener(`abort`,a),t.deref()?.removeListener(`end`,i),t.deref()?.removeListener(`error`,i),t.deref()?.removeListener(`close`,i)}function a(){t.deref()?.destroy(new m),i()}n.addEventListener(`abort`,a,{once:!0}),e.once(`end`,i),e.once(`error`,i),e.once(`close`,i)}e.pipe(t,{end:!0})}function f(e){return e.end(null,null,null)}function p(e,n){let r=n.write(e);if(!r)return(0,t.once)(n,`drain`)}var m=class extends Error{constructor(e=`The operation was aborted`,t=void 0){super(e,t),this.name=`AbortError`}}})),Mn=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillReadableStream=void 0;let t=r(`node:buffer`),n=r(`node:events`),i=r(`node:stream`),a=r(`node:stream/promises`),o=Y(),s=X();function c(e,n){let r=[],i=!1,a=!1;return{desiredSize:e,enqueue(e){let i=typeof e==`string`?t.Buffer.from(e):e;a?n.push(i):r.push(i)},close(){r.length>0&&this._flush(),n.push(null),i=!0},error(e){r.length>0&&this._flush(),n.destroy(e)},get _closed(){return i},_flush(){if(a=!0,r.length>0){let e=r.length>1?t.Buffer.concat(r):r[0];n.push(e),r=[]}}}}function l(e){return e?.read!=null}function u(e){return e?.getReader!=null}var d=class e{readable;constructor(t){if(t instanceof e&&t.readable!=null)this.readable=t.readable;else if(l(t))this.readable=t;else if(u(t))this.readable=i.Readable.fromWeb(t);else{let e=!1,n=!1,r=n=>{if(!e){let r=c(n,this.readable);return e=!0,(0,o.handleMaybePromise)(()=>t?.start?.(r),()=>(r._flush(),!r._closed))}return!0},a=e=>(0,o.handleMaybePromise)(()=>r(e),r=>{if(!r)return;let i=c(e,this.readable);return(0,o.handleMaybePromise)(()=>t?.pull?.(i),()=>{i._flush(),n=!1})});this.readable=new i.Readable({read(e){if(!n)return n=!0,a(e)},destroy(e,n){if(t?.cancel)try{let r=t.cancel(e);if(r?.then)return r.then(()=>{n(null)},e=>{n(e)})}catch(e){n(e);return}n(null)}})}}cancel(e){return this.readable.destroy(e),(0,n.once)(this.readable,`close`)}locked=!1;getReader(e){let t=this.readable[Symbol.asyncIterator]();this.locked=!0;let r=this.readable;return{read(){return t.next()},releaseLock:()=>{if(t.return){let e=t.return();if(e.then){e.then(()=>{this.locked=!1});return}}this.locked=!1},cancel:e=>{if(t.return){let n=t.return(e);if(n.then)return n.then(()=>{this.locked=!1})}return this.locked=!1,(0,s.fakePromise)()},get closed(){return Promise.race([(0,n.once)(r,`end`),(0,n.once)(r,`error`).then(e=>Promise.reject(e))])}}}[Symbol.asyncIterator](){let e=this.readable[Symbol.asyncIterator]();return{[Symbol.asyncIterator](){return this},next:()=>e.next(),return:()=>(this.readable.destroyed||this.readable.destroy(),e.return?.()||(0,s.fakePromise)({done:!0,value:void 0})),throw:t=>(this.readable.destroyed||this.readable.destroy(t),e.throw?.(t)||(0,s.fakePromise)({done:!0,value:void 0}))}}tee(){throw Error(`Not implemented`)}async pipeToWriter(e){try{for await(let t of this)await e.write(t);await e.close()}catch(t){await e.abort(t)}}pipeTo(e){if(p(e))return(0,a.pipeline)(this.readable,e.writable,{end:!0});{let t=e.getWriter();return this.pipeToWriter(t)}}pipeThrough({writable:e,readable:t}){return this.pipeTo(e).catch(e=>{this.readable.destroy(e)}),f(t)&&(t.readable.once(`error`,e=>this.readable.destroy(e)),t.readable.once(`finish`,()=>this.readable.push(null)),t.readable.once(`close`,()=>this.readable.push(null))),t}static[Symbol.hasInstance](e){return u(e)}static from(t){return new e(i.Readable.from(t))}[Symbol.toStringTag]=`ReadableStream`};exports.PonyfillReadableStream=d;function f(e){return e?.readable!=null}function p(e){return e?.writable!=null}})),Nn=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillBlob=void 0,exports.hasBufferMethod=o,exports.hasArrayBufferMethod=s,exports.hasBytesMethod=c,exports.hasTextMethod=l,exports.hasSizeProperty=u,exports.hasStreamMethod=d,exports.hasBlobSignature=f,exports.isArrayBuffer=p;let t=r(`node:buffer`),n=Mn(),i=X();function a(e){return typeof e==`string`?t.Buffer.from(e):t.Buffer.isBuffer(e)?e:(0,i.isArrayBufferView)(e)?t.Buffer.from(e.buffer,e.byteOffset,e.byteLength):t.Buffer.from(e)}function o(e){return e!=null&&e.buffer!=null&&typeof e.buffer==`function`}function s(e){return e!=null&&e.arrayBuffer!=null&&typeof e.arrayBuffer==`function`}function c(e){return e!=null&&e.bytes!=null&&typeof e.bytes==`function`}function l(e){return e!=null&&e.text!=null&&typeof e.text==`function`}function u(e){return e!=null&&typeof e.size==`number`}function d(e){return e!=null&&e.stream!=null&&typeof e.stream==`function`}function f(e){return e!=null&&e[Symbol.toStringTag]===`Blob`}function p(e){return e!=null&&e.byteLength!=null&&e.slice!=null}var m=class{blobParts;type;encoding;_size=null;constructor(e=[],t){if(this.blobParts=e,this.type=t?.type||`application/octet-stream`,this.encoding=t?.encoding||`utf8`,this._size=t?.size||null,e.length===1&&f(e[0]))return e[0]}_buffer=null;buffer(){if(this._buffer)return(0,i.fakePromise)(this._buffer);if(this.blobParts.length===1){let e=this.blobParts[0];return o(e)?e.buffer().then(e=>(this._buffer=e,this._buffer)):c(e)?e.bytes().then(e=>(this._buffer=t.Buffer.from(e),this._buffer)):s(e)?e.arrayBuffer().then(n=>(this._buffer=t.Buffer.from(n,void 0,e.size),this._buffer)):(this._buffer=a(e),(0,i.fakePromise)(this._buffer))}let e=[],n=this.blobParts.map((r,i)=>{if(o(r)){e.push(r.buffer().then(e=>{n[i]=e}));return}else if(s(r)){e.push(r.arrayBuffer().then(e=>{n[i]=t.Buffer.from(e,void 0,r.size)}));return}else if(c(r)){e.push(r.bytes().then(e=>{n[i]=t.Buffer.from(e)}));return}else return a(r)});return e.length>0?Promise.all(e).then(()=>t.Buffer.concat(n,this._size||void 0)):(0,i.fakePromise)(t.Buffer.concat(n,this._size||void 0))}arrayBuffer(){if(this._buffer)return(0,i.fakePromise)(this._buffer);if(this.blobParts.length===1){if(p(this.blobParts[0]))return(0,i.fakePromise)(this.blobParts[0]);if(s(this.blobParts[0]))return this.blobParts[0].arrayBuffer()}return this.buffer()}bytes(){if(this._buffer)return(0,i.fakePromise)(this._buffer);if(this.blobParts.length===1){if(t.Buffer.isBuffer(this.blobParts[0]))return this._buffer=this.blobParts[0],(0,i.fakePromise)(this._buffer);if(this.blobParts[0]instanceof Uint8Array)return this._buffer=t.Buffer.from(this.blobParts[0]),(0,i.fakePromise)(this._buffer);if(c(this.blobParts[0]))return this.blobParts[0].bytes();if(o(this.blobParts[0]))return this.blobParts[0].buffer()}return this.buffer()}_text=null;text(){if(this._text)return(0,i.fakePromise)(this._text);if(this.blobParts.length===1){let e=this.blobParts[0];if(typeof e==`string`)return this._text=e,(0,i.fakePromise)(this._text);if(l(e))return e.text().then(e=>(this._text=e,this._text));let t=a(e);return this._text=t.toString(this.encoding),(0,i.fakePromise)(this._text)}return this.buffer().then(e=>(this._text=e.toString(this.encoding),this._text))}_json=null;json(){return this._json?(0,i.fakePromise)(this._json):this.text().then(e=>(this._json=JSON.parse(e),this._json))}_formData=null;formData(){if(this._formData)return(0,i.fakePromise)(this._formData);throw Error(`Not implemented`)}get size(){if(this._size==null){this._size=0;for(let e of this.blobParts)typeof e==`string`?this._size+=t.Buffer.byteLength(e):u(e)?this._size+=e.size:(0,i.isArrayBufferView)(e)&&(this._size+=e.byteLength)}return this._size}stream(){if(this.blobParts.length===1){let e=this.blobParts[0];if(d(e))return e.stream();let t=a(e);return new n.PonyfillReadableStream({start:e=>{e.enqueue(t),e.close()}})}if(this._buffer!=null)return new n.PonyfillReadableStream({start:e=>{e.enqueue(this._buffer),e.close()}});let e;return new n.PonyfillReadableStream({start:t=>{if(this.blobParts.length===0){t.close();return}e=this.blobParts[Symbol.iterator]()},pull:n=>{let{value:r,done:i}=e.next();if(i){n.close();return}if(r){if(o(r))return r.buffer().then(e=>{n.enqueue(e)});if(c(r))return r.bytes().then(e=>{let r=t.Buffer.from(e);n.enqueue(r)});if(s(r))return r.arrayBuffer().then(e=>{let i=t.Buffer.from(e,void 0,r.size);n.enqueue(i)});let e=a(r);n.enqueue(e)}}})}slice(){throw Error(`Not implemented`)}};exports.PonyfillBlob=m})),Pn=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillFile=void 0;let t=Nn();var n=class extends t.PonyfillBlob{name;lastModified;constructor(e,t,n){super(e,n),this.name=t,this.lastModified=n?.lastModified||Date.now()}webkitRelativePath=``};exports.PonyfillFile=n})),Fn={};n(Fn,{__addDisposableResource:()=>cr,__assign:()=>fr,__asyncDelegator:()=>er,__asyncGenerator:()=>$n,__asyncValues:()=>tr,__await:()=>Z,__awaiter:()=>Gn,__classPrivateFieldGet:()=>ar,__classPrivateFieldIn:()=>sr,__classPrivateFieldSet:()=>or,__createBinding:()=>pr,__decorate:()=>Rn,__disposeResources:()=>lr,__esDecorate:()=>Bn,__exportStar:()=>qn,__extends:()=>In,__generator:()=>Kn,__importDefault:()=>ir,__importStar:()=>rr,__makeTemplateObject:()=>nr,__metadata:()=>Wn,__param:()=>zn,__propKey:()=>Hn,__read:()=>Yn,__rest:()=>Ln,__rewriteRelativeImportExtension:()=>ur,__runInitializers:()=>Vn,__setFunctionName:()=>Un,__spread:()=>Xn,__spreadArray:()=>Qn,__spreadArrays:()=>Zn,__values:()=>Jn,default:()=>_r});function In(e,t){if(typeof t!=`function`&&t!==null)throw TypeError(`Class extends value `+String(t)+` is not a constructor or null`);dr(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}function Ln(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols==`function`)for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}function Rn(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==`object`&&typeof Reflect.decorate==`function`)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}function zn(e,t){return function(n,r){t(n,r,e)}}function Bn(e,t,n,r,i,a){function o(e){if(e!==void 0&&typeof e!=`function`)throw TypeError(`Function expected`);return e}for(var s=r.kind,c=s===`getter`?`get`:s===`setter`?`set`:`value`,l=!t&&e?r.static?e:e.prototype:null,u=t||(l?Object.getOwnPropertyDescriptor(l,r.name):{}),d,f=!1,p=n.length-1;p>=0;p--){var m={};for(var h in r)m[h]=h===`access`?{}:r[h];for(var h in r.access)m.access[h]=r.access[h];m.addInitializer=function(e){if(f)throw TypeError(`Cannot add initializers after decoration has completed`);a.push(o(e||null))};var g=(0,n[p])(s===`accessor`?{get:u.get,set:u.set}:u[c],m);if(s===`accessor`){if(g===void 0)continue;if(typeof g!=`object`||!g)throw TypeError(`Object expected`);(d=o(g.get))&&(u.get=d),(d=o(g.set))&&(u.set=d),(d=o(g.init))&&i.unshift(d)}else (d=o(g))&&(s===`field`?i.unshift(d):u[c]=d)}l&&Object.defineProperty(l,r.name,u),f=!0}function Vn(e,t,n){for(var r=arguments.length>2,i=0;i<t.length;i++)n=r?t[i].call(e,n):t[i].call(e);return r?n:void 0}function Hn(e){return typeof e==`symbol`?e:`${e}`}function Un(e,t,n){return typeof t==`symbol`&&(t=t.description?`[${t.description}]`:``),Object.defineProperty(e,`name`,{configurable:!0,value:n?`${n} ${t}`:t})}function Wn(e,t){if(typeof Reflect==`object`&&typeof Reflect.metadata==`function`)return Reflect.metadata(e,t)}function Gn(e,t,n,r){function i(e){return e instanceof n?e:new n(function(t){t(e)})}return new(n||=Promise)(function(n,a){function o(e){try{c(r.next(e))}catch(e){a(e)}}function s(e){try{c(r.throw(e))}catch(e){a(e)}}function c(e){e.done?n(e.value):i(e.value).then(o,s)}c((r=r.apply(e,t||[])).next())})}function Kn(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o=Object.create((typeof Iterator==`function`?Iterator:Object).prototype);return o.next=s(0),o.throw=s(1),o.return=s(2),typeof Symbol==`function`&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return c([e,t])}}function c(s){if(r)throw TypeError(`Generator is already executing.`);for(;o&&(o=0,s[0]&&(n=0)),n;)try{if(r=1,i&&(a=s[0]&2?i.return:s[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,s[1])).done)return a;switch(i=0,a&&(s=[s[0]&2,a.value]),s[0]){case 0:case 1:a=s;break;case 4:return n.label++,{value:s[1],done:!1};case 5:n.label++,i=s[1],s=[0];continue;case 7:s=n.ops.pop(),n.trys.pop();continue;default:if((a=n.trys,!(a=a.length>0&&a[a.length-1]))&&(s[0]===6||s[0]===2)){n=0;continue}if(s[0]===3&&(!a||s[1]>a[0]&&s[1]<a[3])){n.label=s[1];break}if(s[0]===6&&n.label<a[1]){n.label=a[1],a=s;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(s);break}a[2]&&n.ops.pop(),n.trys.pop();continue}s=t.call(e,n)}catch(e){s=[6,e],i=0}finally{r=a=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}}function qn(e,t){for(var n in e)n!==`default`&&!Object.prototype.hasOwnProperty.call(t,n)&&pr(t,e,n)}function Jn(e){var t=typeof Symbol==`function`&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&typeof e.length==`number`)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw TypeError(t?`Object is not iterable.`:`Symbol.iterator is not defined.`)}function Yn(e,t){var n=typeof Symbol==`function`&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),i,a=[],o;try{for(;(t===void 0||t-- >0)&&!(i=r.next()).done;)a.push(i.value)}catch(e){o={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return a}function Xn(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(Yn(arguments[t]));return e}function Zn(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r}function Qn(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,a;r<i;r++)(a||!(r in t))&&(a||=Array.prototype.slice.call(t,0,r),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))}function Z(e){return this instanceof Z?(this.v=e,this):new Z(e)}function $n(e,t,n){if(!Symbol.asyncIterator)throw TypeError(`Symbol.asyncIterator is not defined.`);var r=n.apply(e,t||[]),i,a=[];return i=Object.create((typeof AsyncIterator==`function`?AsyncIterator:Object).prototype),s(`next`),s(`throw`),s(`return`,o),i[Symbol.asyncIterator]=function(){return this},i;function o(e){return function(t){return Promise.resolve(t).then(e,d)}}function s(e,t){r[e]&&(i[e]=function(t){return new Promise(function(n,r){a.push([e,t,n,r])>1||c(e,t)})},t&&(i[e]=t(i[e])))}function c(e,t){try{l(r[e](t))}catch(e){f(a[0][3],e)}}function l(e){e.value instanceof Z?Promise.resolve(e.value.v).then(u,d):f(a[0][2],e)}function u(e){c(`next`,e)}function d(e){c(`throw`,e)}function f(e,t){e(t),a.shift(),a.length&&c(a[0][0],a[0][1])}}function er(e){var t,n;return t={},r(`next`),r(`throw`,function(e){throw e}),r(`return`),t[Symbol.iterator]=function(){return this},t;function r(r,i){t[r]=e[r]?function(t){return(n=!n)?{value:Z(e[r](t)),done:!1}:i?i(t):t}:i}}function tr(e){if(!Symbol.asyncIterator)throw TypeError(`Symbol.asyncIterator is not defined.`);var t=e[Symbol.asyncIterator],n;return t?t.call(e):(e=typeof Jn==`function`?Jn(e):e[Symbol.iterator](),n={},r(`next`),r(`throw`),r(`return`),n[Symbol.asyncIterator]=function(){return this},n);function r(t){n[t]=e[t]&&function(n){return new Promise(function(r,a){n=e[t](n),i(r,a,n.done,n.value)})}}function i(e,t,n,r){Promise.resolve(r).then(function(t){e({value:t,done:n})},t)}}function nr(e,t){return Object.defineProperty?Object.defineProperty(e,`raw`,{value:t}):e.raw=t,e}function rr(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n=hr(e),r=0;r<n.length;r++)n[r]!==`default`&&pr(t,e,n[r]);return mr(t,e),t}function ir(e){return e&&e.__esModule?e:{default:e}}function ar(e,t,n,r){if(n===`a`&&!r)throw TypeError(`Private accessor was defined without a getter`);if(typeof t==`function`?e!==t||!r:!t.has(e))throw TypeError(`Cannot read private member from an object whose class did not declare it`);return n===`m`?r:n===`a`?r.call(e):r?r.value:t.get(e)}function or(e,t,n,r,i){if(r===`m`)throw TypeError(`Private method is not writable`);if(r===`a`&&!i)throw TypeError(`Private accessor was defined without a setter`);if(typeof t==`function`?e!==t||!i:!t.has(e))throw TypeError(`Cannot write private member to an object whose class did not declare it`);return r===`a`?i.call(e,n):i?i.value=n:t.set(e,n),n}function sr(e,t){if(t===null||typeof t!=`object`&&typeof t!=`function`)throw TypeError(`Cannot use 'in' operator on non-object`);return typeof e==`function`?t===e:e.has(t)}function cr(e,t,n){if(t!=null){if(typeof t!=`object`&&typeof t!=`function`)throw TypeError(`Object expected.`);var r,i;if(n){if(!Symbol.asyncDispose)throw TypeError(`Symbol.asyncDispose is not defined.`);r=t[Symbol.asyncDispose]}if(r===void 0){if(!Symbol.dispose)throw TypeError(`Symbol.dispose is not defined.`);r=t[Symbol.dispose],n&&(i=r)}if(typeof r!=`function`)throw TypeError(`Object not disposable.`);i&&(r=function(){try{i.call(this)}catch(e){return Promise.reject(e)}}),e.stack.push({value:t,dispose:r,async:n})}else n&&e.stack.push({async:!0});return t}function lr(e){function t(t){e.error=e.hasError?new gr(t,e.error,`An error was suppressed during disposal.`):t,e.hasError=!0}var n,r=0;function i(){for(;n=e.stack.pop();)try{if(!n.async&&r===1)return r=0,e.stack.push(n),Promise.resolve().then(i);if(n.dispose){var a=n.dispose.call(n.value);if(n.async)return r|=2,Promise.resolve(a).then(i,function(e){return t(e),i()})}else r|=1}catch(e){t(e)}if(r===1)return e.hasError?Promise.reject(e.error):Promise.resolve();if(e.hasError)throw e.error}return i()}function ur(e,t){return typeof e==`string`&&/^\.\.?\//.test(e)?e.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(e,n,r,i,a){return n?t?`.jsx`:`.js`:r&&(!i||!a)?e:r+i+`.`+a.toLowerCase()+`js`}):e}var dr,fr,pr,mr,hr,gr,_r,vr=t((()=>{dr=function(e,t){return dr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},dr(e,t)},fr=function(){return fr=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n],t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},fr.apply(this,arguments)},pr=Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||(`get`in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]}),mr=Object.create?(function(e,t){Object.defineProperty(e,`default`,{enumerable:!0,value:t})}):function(e,t){e.default=t},hr=function(e){return hr=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},hr(e)},gr=typeof SuppressedError==`function`?SuppressedError:function(e,t,n){var r=Error(n);return r.name=`SuppressedError`,r.error=e,r.suppressed=t,r},_r={__extends:In,__assign:fr,__rest:Ln,__decorate:Rn,__param:zn,__esDecorate:Bn,__runInitializers:Vn,__propKey:Hn,__setFunctionName:Un,__metadata:Wn,__awaiter:Gn,__generator:Kn,__createBinding:pr,__exportStar:qn,__values:Jn,__read:Yn,__spread:Xn,__spreadArrays:Zn,__spreadArray:Qn,__await:Z,__asyncGenerator:$n,__asyncDelegator:er,__asyncValues:tr,__makeTemplateObject:nr,__importStar:rr,__importDefault:ir,__classPrivateFieldGet:ar,__classPrivateFieldSet:or,__classPrivateFieldIn:sr,__addDisposableResource:cr,__disposeResources:lr,__rewriteRelativeImportExtension:ur}})),yr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillSuppressedError=void 0;var t=class extends Error{error;suppressed;constructor(e,t,n){super(n),this.error=e,this.suppressed=t,this.name=`SuppressedError`,Error.captureStackTrace(this,this.constructor)}};exports.PonyfillSuppressedError=t})),br=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisposableSymbols=void 0,exports.patchSymbols=t,exports.DisposableSymbols={get dispose(){return Symbol.dispose||Symbol.for(`dispose`)},get asyncDispose(){return Symbol.asyncDispose||Symbol.for(`asyncDispose`)}};function t(){Symbol.dispose||=Symbol.for(`dispose`),Symbol.asyncDispose||=Symbol.for(`asyncDispose`)}})),xr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.isSyncDisposable=n,exports.isAsyncDisposable=r;let t=br();function n(e){return e?.[t.DisposableSymbols.dispose]!=null}function r(e){return e?.[t.DisposableSymbols.asyncDispose]!=null}})),Sr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillAsyncDisposableStack=void 0;let t=Y(),n=yr(),r=br(),i=xr(),a=globalThis.SuppressedError||n.PonyfillSuppressedError;var o=class e{callbacks=[];get disposed(){return this.callbacks.length===0}use(e){return(0,i.isAsyncDisposable)(e)?this.callbacks.push(()=>e[r.DisposableSymbols.asyncDispose]()):(0,i.isSyncDisposable)(e)&&this.callbacks.push(()=>e[r.DisposableSymbols.dispose]()),e}adopt(e,t){return t&&this.callbacks.push(()=>t(e)),e}defer(e){e&&this.callbacks.push(e)}move(){let t=new e;return t.callbacks=this.callbacks,this.callbacks=[],t}disposeAsync(){return this[r.DisposableSymbols.asyncDispose]()}_error;_iterateCallbacks(){let e=this.callbacks.pop();if(e)return(0,t.handleMaybePromise)(e,()=>this._iterateCallbacks(),e=>(this._error=this._error?new a(e,this._error):e,this._iterateCallbacks()))}[r.DisposableSymbols.asyncDispose](){let e=this._iterateCallbacks();if(e?.then)return e.then(()=>{if(this._error){let e=this._error;throw this._error=void 0,e}});if(this._error){let e=this._error;throw this._error=void 0,e}}[Symbol.toStringTag]=`AsyncDisposableStack`};exports.PonyfillAsyncDisposableStack=o})),Cr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillDisposableStack=void 0;let t=yr(),n=br(),r=xr(),i=globalThis.SuppressedError||t.PonyfillSuppressedError;var a=class e{callbacks=[];get disposed(){return this.callbacks.length===0}use(e){return(0,r.isSyncDisposable)(e)&&this.callbacks.push(()=>e[n.DisposableSymbols.dispose]()),e}adopt(e,t){return t&&this.callbacks.push(()=>t(e)),e}defer(e){e&&this.callbacks.push(e)}move(){let t=new e;return t.callbacks=this.callbacks,this.callbacks=[],t}dispose(){return this[n.DisposableSymbols.dispose]()}_error;_iterateCallbacks(){let e=this.callbacks.pop();if(e){try{e()}catch(e){this._error=this._error?new i(e,this._error):e}return this._iterateCallbacks()}}[n.DisposableSymbols.dispose](){if(this._iterateCallbacks(),this._error){let e=this._error;throw this._error=void 0,e}}[Symbol.toStringTag]=`DisposableStack`};exports.PonyfillDisposableStack=a})),wr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SuppressedError=exports.AsyncDisposableStack=exports.DisposableStack=void 0;let t=(vr(),i(Fn)),n=Sr(),r=Cr(),a=yr();exports.DisposableStack=globalThis.DisposableStack||r.PonyfillDisposableStack,exports.AsyncDisposableStack=globalThis.AsyncDisposableStack||n.PonyfillAsyncDisposableStack,exports.SuppressedError=globalThis.SuppressedError||a.PonyfillSuppressedError,t.__exportStar(br(),exports)})),Tr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillIteratorObject=void 0;let t=r(`node:util`),n=wr(),i=X();var a=class{iterableIterator;[Symbol.toStringTag]=`IteratorObject`;constructor(e,t){this.iterableIterator=e,this[Symbol.toStringTag]=t}*map(e){let t=0;for(let n of this.iterableIterator)yield e(n,t++)}*filter(e){let t=0;for(let n of this.iterableIterator)e(n,t++)&&(yield n)}reduce(e,t){let n=0,r=t;for(let t of this.iterableIterator)r=e(r,t,n++);return r}forEach(e){let t=0;for(let n of this.iterableIterator)e(n,t++)}*take(e){let t=0;for(let n of this.iterableIterator){if(t>=e)break;yield n,t++}}*drop(e){let t=0;for(let n of this.iterableIterator)t>=e&&(yield n),t++}*flatMap(e){let t=0;for(let n of this.iterableIterator){let r=e(n,t++);if((0,i.isIterable)(r))for(let e of r)yield e;else for(let e of{[Symbol.iterator]:()=>r})yield e}}some(e){let t=0;for(let n of this.iterableIterator)if(e(n,t++))return!0;return!1}every(e){let t=0;for(let n of this.iterableIterator)if(!e(n,t++))return!1;return!0}find(e){let t=0;for(let n of this.iterableIterator)if(e(n,t++))return n}toArray(){return Array.from(this.iterableIterator)}[n.DisposableSymbols.dispose](){this.iterableIterator.return?.()}next(...[e]){return this.iterableIterator.next(e)}[Symbol.iterator](){return this}[Symbol.for(`nodejs.util.inspect.custom`)](){let e={};return this.forEach((n,r)=>{let i=(0,t.inspect)(n);e[r]=i.includes(`,`)?i.split(`,`).map(e=>e.trim()):i}),`${this[Symbol.toStringTag]} ${(0,t.inspect)(e)}`}};exports.PonyfillIteratorObject=a})),Er=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillFormData=void 0,exports.getStreamFromFormData=o;let t=r(`node:buffer`),n=Tr(),i=Mn();var a=class{map=new Map;append(e,t,n){let r=this.map.get(e);r||(r=[],this.map.set(e,r));let i=c(t)?s(e,t,n):t;r.push(i)}delete(e){this.map.delete(e)}get(e){let t=this.map.get(e);return t?t[0]:null}getAll(e){return this.map.get(e)||[]}has(e){return this.map.has(e)}set(e,t,n){let r=c(t)?s(e,t,n):t;this.map.set(e,[r])}[Symbol.iterator](){return this._entries()}*_entries(){for(let[e,t]of this.map)for(let n of t)yield[e,n]}entries(){return new n.PonyfillIteratorObject(this._entries(),`FormDataIterator`)}_keys(){return this.map.keys()}keys(){return new n.PonyfillIteratorObject(this._keys(),`FormDataIterator`)}*_values(){for(let e of this.map.values())for(let t of e)yield t}values(){return new n.PonyfillIteratorObject(this._values(),`FormDataIterator`)}forEach(e){for(let[t,n]of this)e(n,t,this)}};exports.PonyfillFormData=a;function o(e,n=`---`){let r,a=!1,o,s=!1;function c(e){let{done:i,value:a}=r.next();if(i)return e.enqueue(t.Buffer.from(`\r\n--${n}--\r\n`)),e.close();if(s&&e.enqueue(t.Buffer.from(`\r\n--${n}\r\n`)),a){let[n,r]=a;if(typeof r==`string`)e.enqueue(t.Buffer.from(`Content-Disposition: form-data; name="${n}"\r\n\r\n`)),e.enqueue(t.Buffer.from(r));else{let i=``;r.name&&(i=`; filename="${r.name}"`),e.enqueue(t.Buffer.from(`Content-Disposition: form-data; name="${n}"${i}\r\n`)),e.enqueue(t.Buffer.from(`Content-Type: ${r.type||`application/octet-stream`}\r\n\r\n`));let a=r.stream();o=a[Symbol.asyncIterator]()}s=!0}}return new i.PonyfillReadableStream({start:()=>{r=e.entries()},pull:e=>a?o?o.next().then(({done:t,value:n})=>(t&&(o=void 0),n?e.enqueue(n):c(e))):c(e):(a=!0,e.enqueue(t.Buffer.from(`--${n}\r\n`))),cancel:e=>{r?.return?.(e),o?.return?.(e)}})}function s(e,t,n){return Object.defineProperty(t,`name`,{configurable:!0,enumerable:!0,value:n||t.name||e}),t}function c(e){return e?.arrayBuffer!=null}})),Dr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillBody=void 0;let t=r(`node:buffer`),n=r(`node:stream`),i=jn(),a=Y(),o=Nn(),s=Pn(),c=Er(),l=Mn(),u=X();var d;(function(e){e.ReadableStream=`ReadableStream`,e.Blob=`Blob`,e.FormData=`FormData`,e.String=`String`,e.Readable=`Readable`,e.Buffer=`Buffer`,e.AsyncIterable=`AsyncIterable`})(d||={});var f=class{bodyInit;options;bodyUsed=!1;contentType=null;contentLength=null;constructor(e,t={}){this.bodyInit=e,this.options=t;let{bodyFactory:n,contentType:r,contentLength:i,bodyType:a,buffer:o}=p(e);this._bodyFactory=n,this.contentType=r,this.contentLength=i,this.bodyType=a,this._buffer=o,this._signal=t.signal}bodyType;_bodyFactory=()=>null;_generatedBody=null;_buffer;_signal;generateBody(){if(this._generatedBody?.readable?.destroyed&&this._buffer&&(this._generatedBody.readable=n.Readable.from(this._buffer)),this._generatedBody)return this._generatedBody;let e=this._bodyFactory();return this._generatedBody=e,e}handleContentLengthHeader(e=!1){let t=this.headers.get(`content-type`);t?this.contentType=t:this.contentType&&this.headers.set(`content-type`,this.contentType);let n=this.headers.get(`content-length`);e&&this.bodyInit==null&&!n&&(this.contentLength=0,this.headers.set(`content-length`,`0`)),n?this.contentLength=parseInt(n,10):this.contentLength&&this.headers.set(`content-length`,this.contentLength.toString())}get body(){let e=this.generateBody();if(e!=null){let t=e,n=e.readable;return new Proxy(e.readable,{get(e,r){if(r in t){let e=t[r];return typeof e==`function`?e.bind(t):e}if(r in n){let e=n[r];return typeof e==`function`?e.bind(n):e}}})}return null}_chunks=null;_doCollectChunksFromReadableJob(){if(this.bodyType===d.AsyncIterable){if(Array.fromAsync)return(0,a.handleMaybePromise)(()=>Array.fromAsync(this.bodyInit),e=>(this._chunks=e,this._chunks));let e=this.bodyInit[Symbol.asyncIterator](),t=[],n=()=>(0,a.handleMaybePromise)(()=>e.next(),({value:e,done:r})=>(e&&t.push(e),r?(this._chunks=t,this._chunks):n()));return n()}let e=this.generateBody();if(!e)return this._chunks=[],(0,u.fakePromise)(this._chunks);if(e.readable.destroyed)return(0,u.fakePromise)(this._chunks=[]);let t=[];return new Promise((n,r)=>{e.readable.on(`data`,e=>{t.push(e)}),e.readable.once(`error`,r),e.readable.once(`end`,()=>{n(this._chunks=t)})})}_collectChunksFromReadable(){return this._chunks?(0,u.fakePromise)(this._chunks):(this._chunks||=this._doCollectChunksFromReadableJob(),this._chunks)}_blob=null;blob(){return this._blob?(0,u.fakePromise)(this._blob):(this.bodyType===d.String&&(this._text=this.bodyInit,this._blob=new o.PonyfillBlob([this._text],{type:this.contentType||`text/plain;charset=UTF-8`,size:this.contentLength})),this.bodyType===d.Blob?(this._blob=this.bodyInit,(0,u.fakePromise)(this._blob)):this._buffer?(this._blob=new o.PonyfillBlob([this._buffer],{type:this.contentType||``,size:this.contentLength}),(0,u.fakePromise)(this._blob)):(0,u.fakePromise)((0,a.handleMaybePromise)(()=>this._collectChunksFromReadable(),e=>(this._blob=new o.PonyfillBlob(e,{type:this.contentType||``,size:this.contentLength}),this._blob))))}_formData=null;formData(e){if(this._formData)return(0,u.fakePromise)(this._formData);if(this.bodyType===d.FormData)return this._formData=this.bodyInit,(0,u.fakePromise)(this._formData);this._formData=new c.PonyfillFormData;let t=this.generateBody();if(t==null)return(0,u.fakePromise)(this._formData);let r={...this.options.formDataLimits,...e?.formDataLimits};return new Promise((e,t)=>{let a=this.body?.readable;if(!a)return t(Error(`No stream available`));let o=null,c=new i.Busboy({headers:{"content-length":typeof this.contentLength==`number`?this.contentLength.toString():this.contentLength||``,"content-type":this.contentType||``},limits:r,defCharset:`utf-8`});this._signal&&(0,n.addAbortSignal)(this._signal,c);let l=!1,u=n=>{l||(l=!0,a.unpipe(c),c.destroy(),o&&=(o.destroy(),null),n?t(n):e(this._formData))};a.on(`error`,u),c.on(`field`,(e,t,n,i)=>{if(n)return u(Error(`Field name size exceeded: ${r?.fieldNameSize} bytes`));if(i)return u(Error(`Field value size exceeded: ${r?.fieldSize} bytes`));this._formData.set(e,t)}),c.on(`file`,(e,t,n,i,a)=>{o=t;let c=[];t.on(`data`,e=>{c.push(e)}),t.on(`error`,u),t.on(`limit`,()=>{u(Error(`File size limit exceeded: ${r?.fileSize} bytes`))}),t.on(`close`,()=>{t.truncated&&u(Error(`File size limit exceeded: ${r?.fileSize} bytes`)),o=null;let i=new s.PonyfillFile(c,n,{type:a});this._formData.set(e,i)})}),c.on(`fieldsLimit`,()=>{u(Error(`Fields limit exceeded: ${r?.fields}`))}),c.on(`filesLimit`,()=>{u(Error(`Files limit exceeded: ${r?.files}`))}),c.on(`partsLimit`,()=>{u(Error(`Parts limit exceeded: ${r?.parts}`))}),c.on(`end`,u),c.on(`finish`,u),c.on(`close`,u),c.on(`error`,u),a.pipe(c)})}buffer(){if(this._buffer)return(0,u.fakePromise)(this._buffer);if(this._text)return this._buffer=t.Buffer.from(this._text,`utf-8`),(0,u.fakePromise)(this._buffer);if(this.bodyType===d.String)return this.text().then(e=>(this._text=e,this._buffer=t.Buffer.from(e,`utf-8`),this._buffer));if(this.bodyType===d.Blob){if((0,o.hasBufferMethod)(this.bodyInit))return this.bodyInit.buffer().then(e=>(this._buffer=e,this._buffer));if((0,o.hasBytesMethod)(this.bodyInit))return this.bodyInit.bytes().then(e=>(this._buffer=t.Buffer.from(e),this._buffer));if((0,o.hasArrayBufferMethod)(this.bodyInit))return this.bodyInit.arrayBuffer().then(e=>(this._buffer=t.Buffer.from(e,void 0,e.byteLength),this._buffer))}return(0,u.fakePromise)((0,a.handleMaybePromise)(()=>this._collectChunksFromReadable(),e=>e.length===1?(this._buffer=e[0],this._buffer):(this._buffer=t.Buffer.concat(e),this._buffer)))}bytes(){return this.buffer()}arrayBuffer(){return this.buffer()}_json=null;json(){return this._json?(0,u.fakePromise)(this._json):this.text().then(e=>{try{this._json=JSON.parse(e)}catch(t){throw t instanceof SyntaxError&&(t.message+=`, "${e}" is not valid JSON`),t}return this._json})}_text=null;text(){return this._text?(0,u.fakePromise)(this._text):this.bodyType===d.String?(this._text=this.bodyInit,(0,u.fakePromise)(this._text)):this.buffer().then(e=>(this._text=e.toString(`utf-8`),this._text))}};exports.PonyfillBody=f;function p(e){if(e==null)return{bodyFactory:()=>null,contentType:null,contentLength:null};if(typeof e==`string`){let r=t.Buffer.byteLength(e);return{bodyType:d.String,contentType:`text/plain;charset=UTF-8`,contentLength:r,bodyFactory(){let r=n.Readable.from(t.Buffer.from(e,`utf-8`));return new l.PonyfillReadableStream(r)}}}if(t.Buffer.isBuffer(e)){let t=e;return{bodyType:d.Buffer,contentType:null,contentLength:e.length,buffer:e,bodyFactory(){let e=n.Readable.from(t),r=new l.PonyfillReadableStream(e);return r}}}if((0,u.isArrayBufferView)(e)){let r=t.Buffer.from(e.buffer,e.byteOffset,e.byteLength);return{bodyType:d.Buffer,contentLength:e.byteLength,contentType:null,buffer:r,bodyFactory(){let e=n.Readable.from(r),t=new l.PonyfillReadableStream(e);return t}}}if(e instanceof l.PonyfillReadableStream&&e.readable!=null){let t=e;return{bodyType:d.ReadableStream,bodyFactory:()=>t,contentType:null,contentLength:null}}if(h(e)){let t=e;return{bodyType:d.Blob,contentType:e.type,contentLength:e.size,bodyFactory(){return t.stream()}}}if(e instanceof ArrayBuffer){let r=e.byteLength,i=t.Buffer.from(e,void 0,e.byteLength);return{bodyType:d.Buffer,contentType:null,contentLength:r,buffer:i,bodyFactory(){let e=n.Readable.from(i),t=new l.PonyfillReadableStream(e);return t}}}if(e instanceof n.Readable)return{bodyType:d.Readable,contentType:null,contentLength:null,bodyFactory(){let t=new l.PonyfillReadableStream(e);return t}};if(g(e))return{bodyType:d.String,contentType:`application/x-www-form-urlencoded;charset=UTF-8`,contentLength:null,bodyFactory(){let t=new l.PonyfillReadableStream(n.Readable.from(e.toString()));return t}};if(m(e)){let t=Math.random().toString(36).substr(2),n=`multipart/form-data; boundary=${t}`;return{bodyType:d.FormData,contentType:n,contentLength:null,bodyFactory(){return(0,c.getStreamFromFormData)(e,t)}}}if(_(e))return{contentType:null,contentLength:null,bodyFactory(){return new l.PonyfillReadableStream(e)}};if(e[Symbol.iterator]||e[Symbol.asyncIterator])return{contentType:null,contentLength:null,bodyType:d.AsyncIterable,bodyFactory(){let t=n.Readable.from(e);return new l.PonyfillReadableStream(t)}};throw Error(`Unknown body type`)}function m(e){return e?.forEach!=null}function h(e){return e?.stream!=null&&typeof e.stream==`function`}function g(e){return e?.sort!=null}function _(e){return e?.getReader!=null}})),Or=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillHeaders=void 0,exports.isHeadersLike=i;let t=r(`node:util`),n=Tr();function i(e){return e?.get&&e?.forEach}var a=class{headersInit;_map;objectNormalizedKeysOfHeadersInit=[];objectOriginalKeysOfHeadersInit=[];_setCookies;constructor(e){this.headersInit=e}_get(e){let t=e.toLowerCase();if(t===`set-cookie`&&this._setCookies?.length)return this._setCookies.join(`, `);if(this._map)return this._map.get(t)||null;if(this.headersInit==null)return null;if(Array.isArray(this.headersInit)){let e=this.headersInit.filter(([e])=>e.toLowerCase()===t);return e.length===0?null:e.length===1?e[0][1]:e.map(([,e])=>e).join(`, `)}else if(i(this.headersInit))return this.headersInit.get(t);else{let n=this.headersInit[e]||this.headersInit[t];if(n!=null)return n;this.objectNormalizedKeysOfHeadersInit.length||Object.keys(this.headersInit).forEach(e=>{this.objectOriginalKeysOfHeadersInit.push(e),this.objectNormalizedKeysOfHeadersInit.push(e.toLowerCase())});let r=this.objectNormalizedKeysOfHeadersInit.indexOf(t);if(r===-1)return null;let i=this.objectOriginalKeysOfHeadersInit[r];return this.headersInit[i]}}getMap(){if(!this._map)if(this._setCookies||=[],this.headersInit!=null)if(Array.isArray(this.headersInit)){this._map=new Map;for(let[e,t]of this.headersInit){let n=e.toLowerCase();if(n===`set-cookie`){this._setCookies.push(t);continue}this._map.set(n,t)}}else if(i(this.headersInit))this._map=new Map,this.headersInit.forEach((e,t)=>{if(t===`set-cookie`){this._setCookies||=[],this._setCookies.push(e);return}this._map.set(t,e)});else for(let e in this._map=new Map,this.headersInit){let t=this.headersInit[e];if(t!=null){let n=e.toLowerCase();if(n===`set-cookie`){this._setCookies||=[],this._setCookies.push(t);continue}this._map.set(n,t)}}else this._map=new Map;return this._map}append(e,t){let n=e.toLowerCase();if(n===`set-cookie`){this._setCookies||=[],this._setCookies.push(t);return}let r=this.getMap().get(n),i=r?`${r}, ${t}`:t;this.getMap().set(n,i)}get(e){let t=this._get(e);return t==null?null:t.toString()}has(e){let t=e.toLowerCase();return t===`set-cookie`?!!this._setCookies?.length:!!this._get(e)}set(e,t){let n=e.toLowerCase();if(n===`set-cookie`){this._setCookies=[t];return}if(!this._map&&this.headersInit!=null)if(Array.isArray(this.headersInit)){let e=this.headersInit.find(([e])=>e.toLowerCase()===n);e?e[1]=t:this.headersInit.push([n,t]);return}else if(i(this.headersInit)){this.headersInit.set(n,t);return}else{this.headersInit[n]=t;return}this.getMap().set(n,t)}delete(e){let t=e.toLowerCase();if(t===`set-cookie`){this._setCookies=[];return}this.getMap().delete(t)}forEach(e){if(this._setCookies?.forEach(t=>{e(t,`set-cookie`,this)}),!this._map){if(this.headersInit){if(Array.isArray(this.headersInit)){this.headersInit.forEach(([t,n])=>{e(n,t,this)});return}if(i(this.headersInit)){this.headersInit.forEach(e);return}Object.entries(this.headersInit).forEach(([t,n])=>{n!=null&&e(n,t,this)})}return}this.getMap().forEach((t,n)=>{e(t,n,this)})}*_keys(){if(this._setCookies?.length&&(yield`set-cookie`),!this._map&&this.headersInit){if(Array.isArray(this.headersInit)){yield*this.headersInit.map(([e])=>e)[Symbol.iterator]();return}if(i(this.headersInit)){yield*this.headersInit.keys();return}yield*Object.keys(this.headersInit)[Symbol.iterator]();return}yield*this.getMap().keys()}keys(){return new n.PonyfillIteratorObject(this._keys(),`HeadersIterator`)}*_values(){if(this._setCookies?.length&&(yield*this._setCookies),!this._map&&this.headersInit){if(Array.isArray(this.headersInit)){yield*this.headersInit.map(([,e])=>e)[Symbol.iterator]();return}if(i(this.headersInit)){yield*this.headersInit.values();return}yield*Object.values(this.headersInit)[Symbol.iterator]();return}yield*this.getMap().values()}values(){return new n.PonyfillIteratorObject(this._values(),`HeadersIterator`)}*_entries(){if(this._setCookies?.length&&(yield*this._setCookies.map(e=>[`set-cookie`,e])),!this._map&&this.headersInit){if(Array.isArray(this.headersInit)){yield*this.headersInit;return}if(i(this.headersInit)){yield*this.headersInit.entries();return}yield*Object.entries(this.headersInit);return}yield*this.getMap().entries()}entries(){return new n.PonyfillIteratorObject(this._entries(),`HeadersIterator`)}getSetCookie(){return this._setCookies||this.getMap(),this._setCookies}[Symbol.iterator](){return this.entries()}[Symbol.for(`nodejs.util.inspect.custom`)](){let e={};return this.forEach((t,n)=>{n===`set-cookie`?e[`set-cookie`]=this._setCookies||[]:e[n]=t?.includes(`,`)?t.split(`,`).map(e=>e.trim()):t}),`Headers ${(0,t.inspect)(e)}`}};exports.PonyfillHeaders=a})),kr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillResponse=void 0;let t=r(`node:http`),n=Dr(),i=Or(),a=`application/json; charset=utf-8`;var o=class e extends n.PonyfillBody{headers;constructor(e,n){super(e||null,n),this.headers=n?.headers&&(0,i.isHeadersLike)(n.headers)?n.headers:new i.PonyfillHeaders(n?.headers),this.status=n?.status||200,this.statusText=n?.statusText||t.STATUS_CODES[this.status]||`OK`,this.url=n?.url||``,this.redirected=n?.redirected||!1,this.type=n?.type||`default`,this.handleContentLengthHeader()}get ok(){return this.status>=200&&this.status<300}status;statusText;url;redirected;type;clone(){return this}static error(){return new e(null,{status:500,statusText:`Internal Server Error`})}static redirect(t,n=302){if(n<300||n>399)throw RangeError(`Invalid status code`);return new e(null,{headers:{location:t},status:n})}static json(t,n){let r=JSON.stringify(t);if(!n)n={headers:{"content-type":a,"content-length":Buffer.byteLength(r).toString()}};else if(!n.headers)n.headers={"content-type":a,"content-length":Buffer.byteLength(r).toString()};else if((0,i.isHeadersLike)(n.headers))n.headers.has(`content-type`)||n.headers.set(`content-type`,a),n.headers.has(`content-length`)||n.headers.set(`content-length`,Buffer.byteLength(r).toString());else if(Array.isArray(n.headers)){let e=!1,t=!1;for(let[r]of n.headers){if(t&&e)break;!e&&r.toLowerCase()===`content-type`?e=!0:!t&&r.toLowerCase()===`content-length`&&(t=!0)}e||n.headers.push([`content-type`,a]),t||n.headers.push([`content-length`,Buffer.byteLength(r).toString()])}else typeof n.headers==`object`&&(n.headers?.[`content-type`]??(n.headers[`content-type`]=a),n.headers?.[`content-length`]??(n.headers[`content-length`]=Buffer.byteLength(r).toString()));return new e(r,n)}[Symbol.toStringTag]=`Response`};exports.PonyfillResponse=o})),Ar=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.fetchCurl=s;let t=r(`node:stream`),n=r(`node:tls`),i=Y(),a=kr(),o=X();function s(e){let{Curl:r,CurlFeature:s,CurlPause:c,CurlProgressFunc:l}=globalThis.libcurl,u=new r;u.enable(s.NoDataParsing),u.setOpt(`URL`,e.url),process.env.NODE_TLS_REJECT_UNAUTHORIZED===`0`&&u.setOpt(`SSL_VERIFYPEER`,!1),process.env.NODE_EXTRA_CA_CERTS?u.setOpt(`CAINFO`,process.env.NODE_EXTRA_CA_CERTS):u.setOpt(`CAINFO_BLOB`,n.rootCertificates.join(`
|
|
24
|
+
`)),u.enable(s.StreamResponse);let d;if(e._signal===null?d=void 0:e._signal&&(d=e._signal),u.setStreamProgressCallback(function(){return d?.aborted?process.env.DEBUG?l.Continue:1:0}),e.bodyType===`String`)u.setOpt(`POSTFIELDS`,e.bodyInit);else{let n=e.body==null?null:(0,o.isNodeReadable)(e.body)?e.body:t.Readable.from(e.body);n&&(u.setOpt(`UPLOAD`,!0),u.setUploadStream(n))}process.env.DEBUG&&u.setOpt(`VERBOSE`,!0),u.setOpt(`TRANSFER_ENCODING`,!1),u.setOpt(`HTTP_TRANSFER_DECODING`,!0),u.setOpt(`FOLLOWLOCATION`,e.redirect===`follow`),u.setOpt(`MAXREDIRS`,20),u.setOpt(`ACCEPT_ENCODING`,``),u.setOpt(`CUSTOMREQUEST`,e.method);let f=e.headersSerializer||o.defaultHeadersSerializer,p,m=f(e.headers,e=>{p=Number(e)});p!=null&&u.setOpt(`INFILESIZE`,p),u.setOpt(`HTTPHEADER`,m),u.enable(s.NoHeaderParsing);let h=(0,i.createDeferredPromise)(),g;function _(){if(u.isOpen)try{u.pause(c.Recv)}catch(e){h.reject(e)}}return d?.addEventListener(`abort`,_,{once:!0}),u.once(`end`,function(){try{u.close()}catch(e){h.reject(e)}d?.removeEventListener(`abort`,_)}),u.once(`error`,function(e){g&&!g.closed&&!g.destroyed?g.destroy(e):(e.message===`Operation was aborted by an application callback`&&(e.message=`The operation was aborted.`),h.reject(e));try{u.close()}catch(e){h.reject(e)}}),u.once(`stream`,function(n,i,s){let c=n.pipe(new t.PassThrough,{end:!0}),l=s.toString(`utf8`).split(/\r?\n|\r/g).filter(t=>t&&!t.startsWith(`HTTP/`)?(e.redirect===`error`&&t.toLowerCase().includes(`location`)&&(0,o.shouldRedirect)(i)&&(n.destroyed||n.resume(),c.destroy(),h.reject(Error(`redirect is not allowed`))),!0):!1),d=l.map(e=>e.split(/:\s(.+)/).slice(0,2)),f=new a.PonyfillResponse(c,{status:i,headers:d,url:u.getInfo(r.info.REDIRECT_URL)?.toString()||e.url,redirected:Number(u.getInfo(r.info.REDIRECT_COUNT))>0});h.resolve(f),g=c}),setImmediate(()=>{u.perform()}),h.promise}})),jr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillURL=void 0;let t=(vr(),i(Fn)),n=t.__importDefault(r(`node:buffer`)),a=r(`node:crypto`),o=globalThis.URL;var s=class extends o{static blobRegistry=new Map;static createObjectURL(e){let t=`blob:whatwgnode:${(0,a.randomUUID)()}`;return this.blobRegistry.set(t,e),t}static revokeObjectURL(e){this.blobRegistry.has(e)?this.blobRegistry.delete(e):o.revokeObjectURL(e)}static getBlobFromURL(e){return this.blobRegistry.get(e)||n.default?.resolveObjectURL?.(e)}};exports.PonyfillURL=s})),Mr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillRequest=void 0;let t=r(`node:http`),n=r(`node:https`),i=Dr(),a=Or(),o=jr();function s(e){return e[Symbol.toStringTag]===`Request`}function c(e){return e?.href!=null}var l=class extends i.PonyfillBody{constructor(e,r){let i,o,l=null,u;if(typeof e==`string`?i=e:c(e)?o=e:s(e)&&(e._parsedUrl?o=e._parsedUrl:i=e._url?e._url:e.url,l=e.body,u=e),r!=null&&(l=r.body||null,u=r),super(l,u),this._url=i,this._parsedUrl=o,this.cache=u?.cache||`default`,this.credentials=u?.credentials||`same-origin`,this.headers=u?.headers&&(0,a.isHeadersLike)(u.headers)?u.headers:new a.PonyfillHeaders(u?.headers),this.integrity=u?.integrity||``,this.keepalive=u?.keepalive==null?!1:u?.keepalive,this.method=u?.method?.toUpperCase()||`GET`,this.mode=u?.mode||`cors`,this.redirect=u?.redirect||`follow`,this.referrer=u?.referrer||`about:client`,this.referrerPolicy=u?.referrerPolicy||`no-referrer`,this.headersSerializer=u?.headersSerializer,this.duplex=u?.duplex||`half`,this.destination=`document`,this.priority=`auto`,this.method!==`GET`&&this.method!==`HEAD`&&this.handleContentLengthHeader(!0),u?.agent!=null){let e=o?.protocol||i||this.url;u.agent===!1?this.agent=!1:(e.startsWith(`http:`)&&u.agent instanceof t.Agent||e.startsWith(`https:`)&&u.agent instanceof n.Agent)&&(this.agent=u.agent)}}headersSerializer;cache;credentials;destination;headers;integrity;keepalive;method;mode;priority;redirect;referrer;referrerPolicy;_url;get signal(){return this._signal||=new AbortController().signal,this._signal}get url(){if(this._url==null)if(this._parsedUrl)this._url=this._parsedUrl.toString();else throw TypeError(`Invalid URL`);return this._url}_parsedUrl;get parsedUrl(){if(this._parsedUrl==null)if(this._url!=null)this._parsedUrl=new o.PonyfillURL(this._url,`http://localhost`);else throw TypeError(`Invalid URL`);return this._parsedUrl}duplex;agent;clone(){return this}[Symbol.toStringTag]=`Request`};exports.PonyfillRequest=l})),Nr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.fetchNodeHttp=f;let t=r(`node:http`),n=r(`node:https`),i=r(`node:stream`),a=r(`node:zlib`),o=Y(),s=Mr(),c=kr(),l=jr(),u=X();function d(e){if(e.startsWith(`http:`))return t.request;if(e.startsWith(`https:`))return n.request;throw Error(`Unsupported protocol: ${e.split(`:`)[0]||e}`)}function f(e){return new Promise((n,r)=>{try{let p=d(e.parsedUrl?.protocol||e.url),m=e.headersSerializer||u.getHeadersObj,h=m(e.headers);h[`accept-encoding`]??=`gzip, deflate, br`;let g;e._signal==null?g=void 0:e._signal&&(g=e._signal);let _;if(_=e.parsedUrl?p(e.parsedUrl,{method:e.method,headers:h,signal:g,agent:e.agent}):p(e.url,{method:e.method,headers:h,signal:g,agent:e.agent}),_.once(`error`,r),_.once(`response`,o=>{let d,p=o.headers[`content-encoding`];switch(p){case`x-gzip`:case`gzip`:d=(0,a.createGunzip)();break;case`x-deflate`:case`deflate`:d=(0,a.createInflate)();break;case`x-deflate-raw`:case`deflate-raw`:d=(0,a.createInflateRaw)();break;case`br`:d=(0,a.createBrotliDecompress)();break}if(o.headers.location&&(0,u.shouldRedirect)(o.statusCode)){if(e.redirect===`error`){let e=Error(`Redirects are not allowed`);r(e),o.resume();return}if(e.redirect===`follow`){let t=new l.PonyfillURL(o.headers.location,e.parsedUrl||e.url),r=f(new s.PonyfillRequest(t,e));n(r.then(e=>(e.redirected=!0,e))),o.resume();return}}d||=new i.PassThrough,(0,u.pipeThrough)({src:o,dest:d,signal:g,onError:e=>{o.destroyed||o.destroy(e),d.destroyed||d.destroy(e),r(e)}});let m=o.statusCode||200,h=o.statusMessage||t.STATUS_CODES[m];h??=``;let _=new c.PonyfillResponse(d||o,{status:m,statusText:h,headers:o.headers,url:e.url,signal:g});n(_)}),e._buffer!=null)(0,o.handleMaybePromise)(()=>(0,u.safeWrite)(e._buffer,_),()=>(0,u.endStream)(_),r);else{let t=e.body==null?null:(0,u.isNodeReadable)(e.body)?e.body:i.Readable.from(e.body);t?t.pipe(_):(0,u.endStream)(_)}}catch(e){r(e)}})}})),Pr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.fetchPonyfill=h;let t=r(`node:buffer`),n=r(`node:fs`),i=r(`node:url`),a=Ar(),o=Nr(),s=Mr(),c=kr(),l=jr(),u=X();async function d(e){let t=(0,i.fileURLToPath)(e);try{await n.promises.access(t,n.promises.constants.R_OK);let e=await n.promises.stat(t,{bigint:!0}),r=(0,n.createReadStream)(t);return new c.PonyfillResponse(r,{status:200,statusText:`OK`,headers:{"content-type":`application/octet-stream`,"last-modified":e.mtime.toUTCString()}})}catch(e){if(e.code===`ENOENT`)return new c.PonyfillResponse(null,{status:404,statusText:`Not Found`});if(e.code===`EACCES`)return new c.PonyfillResponse(null,{status:403,statusText:`Forbidden`});throw e}}function f(e){let[n=`text/plain`,...r]=e.substring(5).split(`,`),i=decodeURIComponent(r.join(`,`));if(n.endsWith(`;base64`)){let e=t.Buffer.from(i,`base64url`),r=n.slice(0,-7);return new c.PonyfillResponse(e,{status:200,statusText:`OK`,headers:{"content-type":r}})}return new c.PonyfillResponse(i,{status:200,statusText:`OK`,headers:{"content-type":n}})}function p(e){let t=l.PonyfillURL.getBlobFromURL(e);if(!t)throw TypeError(`Invalid Blob URL`);return new c.PonyfillResponse(t,{status:200,headers:{"content-type":t.type,"content-length":t.size.toString()}})}function m(e){return e!=null&&e.href!=null}function h(e,t){if(typeof e==`string`||m(e)){let n=new s.PonyfillRequest(e,t);return h(n)}let n=e;if(n.url.startsWith(`data:`)){let e=f(n.url);return(0,u.fakePromise)(e)}if(n.url.startsWith(`file:`)){let e=d(n.url);return e}if(n.url.startsWith(`blob:`)){let e=p(n.url);return(0,u.fakePromise)(e)}return globalThis.libcurl&&!n.agent?(0,a.fetchCurl)(n):(0,o.fetchNodeHttp)(n)}})),Fr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillTextDecoder=exports.PonyfillTextEncoder=void 0,exports.PonyfillBtoa=o;let t=r(`node:buffer`),n=X();var i=class{encoding;constructor(e=`utf-8`){this.encoding=e}encode(e){return t.Buffer.from(e,this.encoding)}encodeInto(e,t){let n=this.encode(e),r=n.copy(t);return{read:r,written:r}}};exports.PonyfillTextEncoder=i;var a=class{encoding;fatal=!1;ignoreBOM=!1;constructor(e=`utf-8`,t){this.encoding=e,t&&(this.fatal=t.fatal||!1,this.ignoreBOM=t.ignoreBOM||!1)}decode(e){return t.Buffer.isBuffer(e)?e.toString(this.encoding):(0,n.isArrayBufferView)(e)?t.Buffer.from(e.buffer,e.byteOffset,e.byteLength).toString(this.encoding):t.Buffer.from(e).toString(this.encoding)}};exports.PonyfillTextDecoder=a;function o(e){return t.Buffer.from(e,`binary`).toString(`base64`)}})),Ir=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillURLSearchParams=void 0,exports.PonyfillURLSearchParams=globalThis.URLSearchParams})),Lr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillWritableStream=void 0;let t=r(`node:events`),n=r(`node:stream`),i=Y(),a=X();var o=class{writable;constructor(e){if(e instanceof n.Writable)this.writable=e;else if(e){let t=new n.Writable({write(t,n,r){try{let n=e.write?.(t,i);n instanceof Promise?n.then(()=>{r()},e=>{r(e)}):r()}catch(e){r(e)}},final(t){let n=e.close?.();n instanceof Promise?n.then(()=>{t()},e=>{t(e)}):t()}});this.writable=t;let r=new AbortController,i={signal:r.signal,error(e){t.destroy(e)}};t.once(`error`,e=>r.abort(e)),t.once(`close`,()=>r.abort())}else this.writable=new n.Writable}getWriter(){let e=this.writable;return{get closed(){return(0,t.once)(e,`close`)},get desiredSize(){return e.writableLength},get ready(){return(0,t.once)(e,`drain`)},releaseLock(){},write(t){let n=(0,a.fakePromise)();return t==null?n:n.then(()=>(0,a.safeWrite)(t,e))},close(){return!e.errored&&e.closed?(0,a.fakePromise)():e.errored?(0,i.fakeRejectPromise)(e.errored):(0,a.fakePromise)().then(()=>(0,a.endStream)(e))},abort(n){return e.destroy(n),(0,t.once)(e,`close`)}}}close(){return!this.writable.errored&&this.writable.closed?(0,a.fakePromise)():this.writable.errored?(0,i.fakeRejectPromise)(this.writable.errored):(0,a.fakePromise)().then(()=>(0,a.endStream)(this.writable))}abort(e){return this.writable.destroy(e),(0,t.once)(this.writable,`close`)}locked=!1};exports.PonyfillWritableStream=o})),Rr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillTransformStream=void 0;let t=r(`node:stream`),n=Mn(),i=X(),a=Lr();var o=class{transform;writable;readable;constructor(e){if(e instanceof t.Transform)this.transform=e;else if(e){let n={enqueue(e){r.push(e)},error(e){r.destroy(e)},terminate(){(0,i.endStream)(r)},get desiredSize(){return r.writableLength}},r=new t.Transform({read(){},write(t,r,i){try{let r=e.transform?.(t,n);r instanceof Promise?r.then(()=>{i()},e=>{i(e)}):i()}catch(e){i(e)}},final(t){try{let r=e.flush?.(n);r instanceof Promise?r.then(()=>{t()},e=>{t(e)}):t()}catch(e){t(e)}}});this.transform=r}else this.transform=new t.Transform;this.writable=new a.PonyfillWritableStream(this.transform),this.readable=new n.PonyfillReadableStream(this.transform)}};exports.PonyfillTransformStream=o})),zr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillCompressionStream=void 0;let t=r(`node:zlib`),n=Rr();var i=class extends n.PonyfillTransformStream{static supportedFormats=globalThis.process?.version?.startsWith(`v2`)?[`gzip`,`deflate`,`br`]:[`gzip`,`deflate`,`deflate-raw`,`br`];constructor(e){switch(e){case`x-gzip`:case`gzip`:super((0,t.createGzip)());break;case`x-deflate`:case`deflate`:super((0,t.createDeflate)());break;case`deflate-raw`:super((0,t.createDeflateRaw)());break;case`br`:super((0,t.createBrotliCompress)());break;default:throw Error(`Unsupported compression format: ${e}`)}}};exports.PonyfillCompressionStream=i})),Br=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillDecompressionStream=void 0;let t=r(`node:zlib`),n=Rr();var i=class extends n.PonyfillTransformStream{static supportedFormats=globalThis.process?.version?.startsWith(`v2`)?[`gzip`,`deflate`,`br`]:[`gzip`,`deflate`,`deflate-raw`,`br`];constructor(e){switch(e){case`x-gzip`:case`gzip`:super((0,t.createGunzip)());break;case`x-deflate`:case`deflate`:super((0,t.createInflate)());break;case`deflate-raw`:super((0,t.createInflateRaw)());break;case`br`:super((0,t.createBrotliDecompress)());break;default:throw TypeError(`Unsupported compression format: '${e}'`)}}};exports.PonyfillDecompressionStream=i})),Vr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PonyfillTextEncoderStream=exports.PonyfillTextDecoderStream=void 0;let t=Fr(),n=Rr();var r=class extends n.PonyfillTransformStream{textDecoder;constructor(e,n){super({transform:(e,t)=>t.enqueue(this.textDecoder.decode(e,{stream:!0}))}),this.textDecoder=new t.PonyfillTextDecoder(e,n)}get encoding(){return this.textDecoder.encoding}get fatal(){return this.textDecoder.fatal}get ignoreBOM(){return this.textDecoder.ignoreBOM}};exports.PonyfillTextDecoderStream=r;var i=class extends n.PonyfillTransformStream{textEncoder;constructor(e){super({transform:(e,t)=>t.enqueue(this.textEncoder.encode(e))}),this.textEncoder=new t.PonyfillTextEncoder(e)}get encoding(){return this.textEncoder.encoding}encode(e){return this.textEncoder.encode(e)}};exports.PonyfillTextEncoderStream=i})),Hr=e((exports=>{Object.defineProperty(exports,`__esModule`,{value:!0}),exports.TextEncoderStream=exports.TextDecoderStream=exports.IteratorObject=exports.DecompressionStream=exports.CompressionStream=exports.TransformStream=exports.WritableStream=exports.URLSearchParams=exports.URL=exports.btoa=exports.TextDecoder=exports.TextEncoder=exports.Blob=exports.FormData=exports.File=exports.ReadableStream=exports.Response=exports.Request=exports.Body=exports.Headers=exports.fetch=void 0;var t=Pr();Object.defineProperty(exports,`fetch`,{enumerable:!0,get:function(){return t.fetchPonyfill}});var n=Or();Object.defineProperty(exports,`Headers`,{enumerable:!0,get:function(){return n.PonyfillHeaders}});var r=Dr();Object.defineProperty(exports,`Body`,{enumerable:!0,get:function(){return r.PonyfillBody}});var i=Mr();Object.defineProperty(exports,`Request`,{enumerable:!0,get:function(){return i.PonyfillRequest}});var a=kr();Object.defineProperty(exports,`Response`,{enumerable:!0,get:function(){return a.PonyfillResponse}});var o=Mn();Object.defineProperty(exports,`ReadableStream`,{enumerable:!0,get:function(){return o.PonyfillReadableStream}});var s=Pn();Object.defineProperty(exports,`File`,{enumerable:!0,get:function(){return s.PonyfillFile}});var c=Er();Object.defineProperty(exports,`FormData`,{enumerable:!0,get:function(){return c.PonyfillFormData}});var l=Nn();Object.defineProperty(exports,`Blob`,{enumerable:!0,get:function(){return l.PonyfillBlob}});var u=Fr();Object.defineProperty(exports,`TextEncoder`,{enumerable:!0,get:function(){return u.PonyfillTextEncoder}}),Object.defineProperty(exports,`TextDecoder`,{enumerable:!0,get:function(){return u.PonyfillTextDecoder}}),Object.defineProperty(exports,`btoa`,{enumerable:!0,get:function(){return u.PonyfillBtoa}});var d=jr();Object.defineProperty(exports,`URL`,{enumerable:!0,get:function(){return d.PonyfillURL}});var f=Ir();Object.defineProperty(exports,`URLSearchParams`,{enumerable:!0,get:function(){return f.PonyfillURLSearchParams}});var p=Lr();Object.defineProperty(exports,`WritableStream`,{enumerable:!0,get:function(){return p.PonyfillWritableStream}});var m=Rr();Object.defineProperty(exports,`TransformStream`,{enumerable:!0,get:function(){return m.PonyfillTransformStream}});var h=zr();Object.defineProperty(exports,`CompressionStream`,{enumerable:!0,get:function(){return h.PonyfillCompressionStream}});var g=Br();Object.defineProperty(exports,`DecompressionStream`,{enumerable:!0,get:function(){return g.PonyfillDecompressionStream}});var _=Tr();Object.defineProperty(exports,`IteratorObject`,{enumerable:!0,get:function(){return _.PonyfillIteratorObject}});var v=Vr();Object.defineProperty(exports,`TextDecoderStream`,{enumerable:!0,get:function(){return v.PonyfillTextDecoderStream}}),Object.defineProperty(exports,`TextEncoderStream`,{enumerable:!0,get:function(){return v.PonyfillTextEncoderStream}})})),Ur=e(((exports,t)=>{let n=_n(),i;t.exports=function(e={}){let t={};if(t.URLPattern=globalThis.URLPattern,!t.URLPattern){let e=yn();t.URLPattern=e.URLPattern}if(e.skipPonyfill||n())return{fetch:globalThis.fetch,Headers:globalThis.Headers,Request:globalThis.Request,Response:globalThis.Response,FormData:globalThis.FormData,ReadableStream:globalThis.ReadableStream,WritableStream:globalThis.WritableStream,TransformStream:globalThis.TransformStream,CompressionStream:globalThis.CompressionStream,DecompressionStream:globalThis.DecompressionStream,TextDecoderStream:globalThis.TextDecoderStream,TextEncoderStream:globalThis.TextEncoderStream,Blob:globalThis.Blob,File:globalThis.File,crypto:globalThis.crypto,btoa:globalThis.btoa,TextEncoder:globalThis.TextEncoder,TextDecoder:globalThis.TextDecoder,URLPattern:t.URLPattern,URL:globalThis.URL,URLSearchParams:globalThis.URLSearchParams};if(i||=Hr(),t.fetch=i.fetch,t.Request=i.Request,t.Response=i.Response,t.Headers=i.Headers,t.FormData=i.FormData,t.ReadableStream=i.ReadableStream,t.URL=i.URL,t.URLSearchParams=i.URLSearchParams,t.WritableStream=i.WritableStream,t.TransformStream=i.TransformStream,t.CompressionStream=i.CompressionStream,t.DecompressionStream=i.DecompressionStream,t.TextDecoderStream=i.TextDecoderStream,t.TextEncoderStream=i.TextEncoderStream,t.Blob=i.Blob,t.File=i.File,t.crypto=globalThis.crypto,t.btoa=i.btoa,t.TextEncoder=i.TextEncoder,t.TextDecoder=i.TextDecoder,e.formDataLimits&&(t.Body=class extends i.Body{constructor(t,n){super(t,{formDataLimits:e.formDataLimits,...n})}},t.Request=class extends i.Request{constructor(t,n){super(t,{formDataLimits:e.formDataLimits,...n})}},t.Response=class extends i.Response{constructor(t,n){super(t,{formDataLimits:e.formDataLimits,...n})}}),!t.crypto){let e=r(`crypto`);t.crypto=e.webcrypto}return t}})),Wr=e(((exports,t)=>{let n=Ur(),i=_n(),a=n();if(!i())try{globalThis.libcurl=globalThis.libcurl||r(`node-libcurl`)}catch{}t.exports.fetch=a.fetch,t.exports.Headers=a.Headers,t.exports.Request=a.Request,t.exports.Response=a.Response,t.exports.FormData=a.FormData,t.exports.ReadableStream=a.ReadableStream,t.exports.WritableStream=a.WritableStream,t.exports.TransformStream=a.TransformStream,t.exports.CompressionStream=a.CompressionStream,t.exports.DecompressionStream=a.DecompressionStream,t.exports.TextDecoderStream=a.TextDecoderStream,t.exports.TextEncoderStream=a.TextEncoderStream,t.exports.Blob=a.Blob,t.exports.File=a.File,t.exports.crypto=a.crypto,t.exports.btoa=a.btoa,t.exports.TextEncoder=a.TextEncoder,t.exports.TextDecoder=a.TextDecoder,t.exports.URLPattern=a.URLPattern,t.exports.URL=a.URL,t.exports.URLSearchParams=a.URLSearchParams,exports.createFetch=n}));function Gr(e){return typeof e==`object`&&!!e&&typeof e[Symbol.asyncIterator]==`function`}function Kr(e){if(e.socket?.localPort)return e.socket?.localPort;let t=e.headers?.[`:authority`]||e.headers?.host,n=t?.split(`:`)?.[1];return n||80}function qr(e){if(e.headers?.[`:authority`])return e.headers?.[`:authority`];if(e.headers?.host)return e.headers?.host;let t=Kr(e);if(e.hostname)return e.hostname+`:`+t;let n=e.socket?.localAddress;return n&&!n?.includes(`::`)&&!n?.includes(`ffff`)?`${n}:${t}`:`localhost`}function Jr(e){let t=qr(e),n=e.protocol||(e.socket?.encrypted?`https`:`http`),r=e.originalUrl||e.url||`/graphql`;return`${n}://${t}${r}`}function Yr(e){let t=e[Symbol.toStringTag];return!!(typeof e==`string`||t===`Uint8Array`||t===`Blob`||t===`FormData`||t===`URLSearchParams`||Gr(e))}function Xr(e,t,n,r){let i=e.raw||e.req||e,a=Jr(i);if(e.query){let n=new t.URL(a);for(let t in e.query)n.searchParams.set(t,e.query[t]);a=n.toString()}let o=e.headers;if(e.headers?.[`:method`])for(let t in o={},e.headers)t.startsWith(`:`)||(o[t]=e.headers[t]);let s=r?_i():new AbortController;if(n?.once){let e=()=>{s.signal.aborted||(Object.defineProperty(i,`aborted`,{value:!0}),s.abort(n.errored??void 0))};n.once(`error`,e),n.once(`close`,e),n.once(`finish`,()=>{n.removeListener(`close`,e)})}if(e.method===`GET`||e.method===`HEAD`)return new t.Request(a,{method:e.method,headers:o,signal:s.signal});let c=e.body;if(c!=null&&Object.keys(c).length>0){if(Yr(c))return new t.Request(a,{method:e.method||`GET`,headers:o,body:c,signal:s.signal});let n=new t.Request(a,{method:e.method||`GET`,headers:o,signal:s.signal});return n.headers.get(`content-type`)?.includes(`json`)||n.headers.set(`content-type`,`application/json; charset=utf-8`),new Proxy(n,{get:(e,t,n)=>{switch(t){case`json`:return()=>q(c);case`text`:return()=>q(JSON.stringify(c));default:return globalThis.Bun?Reflect.get(e,t):Reflect.get(e,t,n)}}})}return new t.Request(a,{method:e.method,headers:o,signal:s.signal,body:i,duplex:`half`})}function Zr(e){return e.read!=null}function Qr(e){return Zr(e)}function $r(e){return e!=null&&e.setHeader!=null&&e.end!=null&&e.once!=null&&e.write!=null}function ei(e){return e!=null&&e.getReader!=null}function ti(e){return e!=null&&e.request!=null&&e.respondWith!=null}function ni(e){e?.socket?.setTimeout?.(0),e?.socket?.setNoDelay?.(!0),e?.socket?.setKeepAlive?.(!0)}function Q(e){e.end(null,null,null)}function ri(e,t){let n=!1,r=()=>{n=!0};e.once(`error`,r),e.once(`close`,r),e.once(`finish`,()=>{e.removeListener(`close`,r),e.removeListener(`error`,r)});let i=t[Symbol.asyncIterator](),a=()=>i.next().then(({done:t,value:r})=>{if(!(n||t))return K(()=>ii(r,e),()=>n?Q(e):a())});return a()}function ii(e,t){let n=t.write(e);if(!n)return new Promise(e=>t.once(`drain`,e))}function ai(e,t,n,r){if(t.closed||t.destroyed||t.writableEnded)return;if(!e){t.statusCode=404,Q(t);return}if(r&&e.headers?.headersInit&&!Array.isArray(e.headers.headersInit)&&!e.headers.headersInit.get&&!e.headers._map&&!e.headers._setCookies?.length)t.writeHead(e.status,e.statusText,e.headers.headersInit);else{if(t.setHeaders)t.setHeaders(e.headers);else{let n=!1;e.headers.forEach((r,i)=>{if(i===`set-cookie`){if(n)return;n=!0;let r=e.headers.getSetCookie?.();if(r){t.setHeader(`set-cookie`,r);return}}t.setHeader(i,r)})}t.writeHead(e.status,e.statusText)}if(e.bodyType===`String`)return K(()=>ii(e.bodyInit,t),()=>Q(t));let i=e._buffer;if(i)return K(()=>ii(i,t),()=>Q(t));let a=e.body;if(a==null){Q(t);return}if(a[Symbol.toStringTag]===`Uint8Array`)return K(()=>ii(a,t),()=>Q(t));if(ni(n),Zr(a)){t.once(`close`,()=>{a.destroy()}),a.pipe(t,{end:!0});return}if(ei(a))return oi(n,t,a);if(Gr(a))return ri(t,a)}function oi(e,t,n){let r=n.getReader();e?.once?.(`error`,e=>{r.cancel(e)});function i(){return r.read().then(({done:e,value:n})=>e?Q(t):K(()=>ii(n,t),i))}return i()}function si(e){return typeof e==`object`&&!!e&&(`body`in e||`cache`in e||`credentials`in e||`headers`in e||`integrity`in e||`keepalive`in e||`method`in e||`mode`in e||`redirect`in e||`referrer`in e||`referrerPolicy`in e||`signal`in e||`window`in e)}function $(...e){let[t,...n]=e.filter(e=>typeof e==`object`&&!!e);return n.forEach(e=>{let n=Object.getOwnPropertyNames(e).reduce((t,n)=>{let r=Object.getOwnPropertyDescriptor(e,n);return r&&(t[n]=Object.getOwnPropertyDescriptor(e,n)),t},{});Object.getOwnPropertySymbols(e).forEach(t=>{let r=Object.getOwnPropertyDescriptor(e,t);r?.enumerable&&(n[t]=r)}),Object.defineProperties(t,n)}),t}function ci(e,t){return new t(e.stack||e.message||e.toString(),{status:e.status||500})}function li(e,t){return e==null?t==null?{}:{waitUntil:t}:$(Object.create(e),{waitUntil:t},e)}function ui(e,t){if(t?.aborted)throw t.reason;if(G(e)&&t){let n=tn();function r(){n.reject(t.reason)}return t.addEventListener(`abort`,r,{once:!0}),e.then(function(e){n.resolve(e)}).catch(function(e){n.reject(e)}).finally(()=>{t.removeEventListener(`abort`,r)}),n.promise}return e}const di=[`SIGINT`,`exit`,`SIGTERM`],fi=new Set;let pi=!1;function mi(){if(!pi){pi=!0;for(let e of di)globalThis.process.once(e,function(){return Promise.allSettled([...fi].map(e=>!e.disposed&&e.disposeAsync()))})}}function hi(e){globalThis.process&&(mi(),fi.has(e)||(fi.add(e),e.defer(()=>{fi.delete(e)})))}var gi=class extends EventTarget{aborted=!1;_onabort=null;_reason;constructor(){super();let e=globalThis.process?.getBuiltinModule?.(`node:events`);e?.kMaxEventTargetListeners&&(this[e.kMaxEventTargetListeners]=0)}throwIfAborted(){if(this._nativeCtrl?.signal?.throwIfAborted)return this._nativeCtrl.signal.throwIfAborted();if(this.aborted)throw this._reason}_nativeCtrl;ensureNativeCtrl(){if(!this._nativeCtrl){let e=this.aborted;this._nativeCtrl=new AbortController,e&&this._nativeCtrl.abort(this._reason)}return this._nativeCtrl}abort(e){if(this._nativeCtrl?.abort)return this._nativeCtrl?.abort(e);this._reason=e||new DOMException(`This operation was aborted`,`AbortError`),this.aborted=!0,this.dispatchEvent(new Event(`abort`))}get signal(){return this._nativeCtrl?.signal?this._nativeCtrl.signal:this}get reason(){return this._nativeCtrl?.signal?this._nativeCtrl.signal.reason:this._reason}get onabort(){return this._onabort,this._onabort}set onabort(e){if(this._nativeCtrl?.signal){this._nativeCtrl.signal.onabort=e;return}this._onabort&&this.removeEventListener(`abort`,this._onabort),this._onabort=e,e&&this.addEventListener(`abort`,e)}};function _i(){return globalThis.Bun||globalThis.Deno?new AbortController:new Proxy(new gi,{get(e,t,n){if(t.toString().includes(`kDependantSignals`)){let n=e.ensureNativeCtrl();return Reflect.get(n.signal,t,n.signal)}return Reflect.get(e,t,n)},set(e,t,n,r){if(t.toString().includes(`kDependantSignals`)){let r=e.ensureNativeCtrl();return Reflect.set(r.signal,t,n,r.signal)}return Reflect.set(e,t,n,r)},getPrototypeOf(){return AbortSignal.prototype}})}function vi(e){return!!e.onData}function yi({req:e,res:t,fetchAPI:n,controller:r}){let i=e.getMethod(),a,o=[],s=[e=>{o.push(e)}],c=e=>{for(let t of s)t(e)},l=!1,u=[()=>{l=!0}],d=()=>{for(let e of u)e()};t.onData(function(e,t){c(Buffer.from(Buffer.from(e,0,e.byteLength))),t&&d()});let f;if(i!==`get`&&i!==`head`){a=`half`,r.signal.addEventListener(`abort`,()=>{d()},{once:!0});let e;f=()=>(e||=new n.ReadableStream({start(e){for(let t of o)e.enqueue(t);if(l){e.close();return}s.push(t=>{e.enqueue(t)}),u.push(()=>{if(r.signal.reason){e.error(r.signal.reason);return}e.desiredSize&&e.close()})}}),e)}let p=new n.Headers;e.forEach((e,t)=>{p.append(e,t)});let m=`http://localhost${e.getUrl()}`,h=e.getQuery();h&&(m+=`?${h}`);let g;function _(){return f?l?y():f():null}let v=new n.Request(m,{method:i,headers:p,get body(){return _()},signal:r.signal,duplex:a});function y(){return g||=o.length===1?o[0]:Buffer.concat(o),g}function b(){return l?q(y()):new Promise((e,t)=>{try{u.push(()=>{e(y())})}catch(e){t(e)}})}return Object.defineProperties(v,{body:{get(){return _()},configurable:!0,enumerable:!0},json:{value(){return b().then(e=>e.toString(`utf8`)).then(e=>JSON.parse(e))},configurable:!0,enumerable:!0},text:{value(){return b().then(e=>e.toString(`utf8`))},configurable:!0,enumerable:!0},arrayBuffer:{value(){return b()},configurable:!0,enumerable:!0}}),v}function bi(e,t){return new t.WritableStream({write(t){e.cork(()=>{e.write(t)})},close(){e.cork(()=>{e.end()})}})}function xi(e,t,n,r){if(!t){e.writeStatus(`404 Not Found`),e.end();return}let i=t._buffer,a=t.bodyType===`String`?t.bodyInit:void 0;if(!n.signal.aborted&&(e.cork(()=>{e.writeStatus(`${t.status} ${t.statusText}`);for(let[n,r]of t.headers)if(n!==`content-length`){if(n===`set-cookie`){let r=t.headers.getSetCookie?.();if(r){for(let t of r)e.writeHeader(n,t);continue}}e.writeHeader(n,r)}a?e.end(a):i?e.end(i):t.body||e.end()}),!(a||i||!t.body)))return n.signal.addEventListener(`abort`,()=>{t.body?.locked||t.body?.cancel(n.signal.reason)},{once:!0}),t.body.pipeTo(bi(e,r),{signal:n.signal}).catch(e=>{if(!n.signal.aborted)throw e})}var Si=a(Wr(),1);function Ci(e){try{return!!e?.request}catch{return!1}}const wi={};function Ti(e,t){let n=t?.__useSingleWriteHead==null?!0:t.__useSingleWriteHead,r={...Si,...t?.fetchAPI},i=t?.__useCustomAbortCtrl==null?r.Request!==globalThis.Request:t.__useCustomAbortCtrl,a=typeof e==`function`?e:e.handle,o=[],s=[],c,l=new Set,u;function d(){return u||(u=new gn,t?.disposeOnProcessTerminate&&hi(u),u.defer(()=>{if(l.size>0)return Promise.allSettled(l).then(()=>{l.clear()},()=>{l.clear()})})),u}function f(e){G(e)&&(d(),l.add(e),e.then(()=>{l.delete(e)},t=>{console.error(`Unexpected error while waiting: ${t.message||t}`),l.delete(e)}))}if(t?.plugins!=null)for(let e of t.plugins){e.instrumentation&&(c=c?ln(c,e.instrumentation):e.instrumentation),e.onRequest&&o.push(e.onRequest),e.onResponse&&s.push(e.onResponse);let t=e[J.dispose];t&&d().defer(t);let n=e[J.asyncDispose];n&&d().defer(n),e.onDispose&&d().defer(e.onDispose)}let p=o.length>0||s.length>0?function(e,t){let n=a,i;if(o.length===0)return u();let c=e.parsedUrl||new Proxy(wi,{get(t,n,i){return c=new r.URL(e.url,`http://localhost`),Reflect.get(c,n,c)}});function l(n){return s.length===0?n:K(()=>nn(s,i=>i({request:e,response:n,serverContext:t,setResponse(e){n=e},fetchAPI:r})),()=>n)}function u(){return i?l(i):K(()=>n(e,t),l)}return K(()=>nn(o,(a,o)=>a({request:e,setRequest(t){e=t},serverContext:t,fetchAPI:r,url:c,requestHandler:n,setRequestHandler(e){n=e},endResponse(e){i=e,e&&o()}})),u)}:a;if(c?.request){let e=p;p=(t,n)=>un({request:t}).asyncFn(c.request,e)(t,n)}function m(e,...t){let n=t.length>1?$(...t):t[0]||{};n.waitUntil||=f;let a=Xr(e,r,void 0,i);return p(a,n)}function h(e,t,...n){let a=t.raw||t,o=n.length>1?$(...n):n[0]||{};o.waitUntil||=f;let s=Xr(e,r,a,i);return p(s,o)}function g(e,t,...i){let a={req:e,res:t,waitUntil:f};return cn(q().then(()=>h(e,t,a,...i)).catch(e=>ci(e,r.Response)).then(r=>ai(r,t,e,n)).catch(e=>console.error(`Unexpected error while handling request: ${e.message||e}`)))}function _(e,t,...n){let a={res:e,req:t,waitUntil:f},o=n.filter(e=>e!=null),s=o.length>0?$(a,...n):a,c=i?_i():new AbortController,l=e.end.bind(e),u=!1;e.end=function(e){return u=!0,l(e)};let d=e.onAborted.bind(e);d(function(){c.abort()}),e.onAborted=function(e){c.signal.addEventListener(`abort`,e,{once:!0})};let m=yi({req:t,res:e,fetchAPI:r,controller:c});return K(()=>K(()=>p(m,s),e=>e,e=>ci(e,r.Response)),t=>{if(!c.signal.aborted&&!u)return K(()=>xi(e,t,c,r),e=>e,e=>{console.error(`Unexpected error while handling request: ${e.message||e}`)})})}function v(e,...t){if(!e.respondWith||!e.request)throw TypeError(`Expected FetchEvent, got ${e}`);let n=t.filter(e=>e!=null),r=n.length>0?$({},e,...n):li(e),i=p(e.request,r);e.respondWith(i)}function y(e,...t){let n=t.filter(e=>e!=null),r=n.length>1?$({},...n):li(n[0],n[0]==null||n[0].waitUntil==null?f:void 0);return p(e,r)}let b=(e,...t)=>{if(typeof e==`string`||`href`in e){let[n,...i]=t;if(si(n)){let t=new r.Request(e,n),a=y(t,...i),o=n.signal;return o?ui(a,o):a}let a=new r.Request(e);return y(a,...t)}let n=y(e,...t);return ui(n,e.signal)},x=(e,...t)=>{let[n,...r]=t;if(Qr(e)){if(!$r(n))throw TypeError(`Expected ServerResponse, got ${n}`);return g(e,n,...r)}if(vi(e))return _(e,n,...r);if($r(n))throw TypeError(`Got Node response without Node request`);return Ci(e)?ti(e)?v(e,...t):y(e.request,e,...t):b(e,...t)},S={handleRequest:y,fetch:b,handleNodeRequest:m,handleNodeRequestAndResponse:h,requestListener:g,handleEvent:v,handleUWS:_,handle:x,get disposableStack(){return d()},[J.asyncDispose](){return u&&!u.disposed?u.disposeAsync():q()},dispose(){return u&&!u.disposed?u.disposeAsync():q()},waitUntil:f},C=new Proxy(x,{has:(t,n)=>n in S||n in x||e&&n in e,get:(t,n)=>{if(globalThis.Deno||n===Symbol.asyncDispose||n===Symbol.dispose){let e=Reflect.get(S,n,S);if(e)return e}let r=S[n];if(r)return r.bind?r.bind(S):r;let i=x[n];if(i)return i.bind?i.bind(x):i;if(e){let t=e[n];if(t)return t.bind?function(...t){let r=e[n](...t);return r===e?C:r}:t}},apply(e,t,n){return x(...n)}});return C}var Ei=class extends Error{constructor(e,t){super(e),this.response=t}},Di=(e,t,n={})=>{let r=`${e}=${t}`;if(e.startsWith(`__Secure-`)&&!n.secure)throw Error(`__Secure- Cookie must have Secure attributes`);if(e.startsWith(`__Host-`)){if(!n.secure)throw Error(`__Host- Cookie must have Secure attributes`);if(n.path!==`/`)throw Error(`__Host- Cookie must have Path attributes with "/"`);if(n.domain)throw Error(`__Host- Cookie must not have Domain attributes`)}if(n&&typeof n.maxAge==`number`&&n.maxAge>=0){if(n.maxAge>3456e4)throw Error(`Cookies Max-Age SHOULD NOT be greater than 400 days (34560000 seconds) in duration.`);r+=`; Max-Age=${n.maxAge|0}`}if(n.domain&&n.prefix!==`host`&&(r+=`; Domain=${n.domain}`),n.path&&(r+=`; Path=${n.path}`),n.expires){if(n.expires.getTime()-Date.now()>3456e7)throw Error(`Cookies Expires SHOULD NOT be greater than 400 days (34560000 seconds) in the future.`);r+=`; Expires=${n.expires.toUTCString()}`}if(n.httpOnly&&(r+=`; HttpOnly`),n.secure&&(r+=`; Secure`),n.sameSite&&(r+=`; SameSite=${n.sameSite.charAt(0).toUpperCase()+n.sameSite.slice(1)}`),n.priority&&(r+=`; Priority=${n.priority.charAt(0).toUpperCase()+n.priority.slice(1)}`),n.partitioned){if(!n.secure)throw Error(`Partitioned Cookie must have Secure attributes`);r+=`; Partitioned`}return r},Oi=(e,t,n)=>(t=encodeURIComponent(t),Di(e,t,n)),ki=(e,t)=>(e=e.replace(/\/+$/,``),e+=`/`,t=t.replace(/^\/+/,``),e+t),Ai=(e,t)=>{for(let[n,r]of Object.entries(t)){let t=RegExp(`/:`+n+`(?:{[^/]+})?\\??`);e=e.replace(t,r?`/${r}`:``)}return e},ji=e=>{let t=new URLSearchParams;for(let[n,r]of Object.entries(e)){if(r===void 0)continue;if(Array.isArray(r))for(let e of r)t.append(n,e);else t.set(n,r)}return t},Mi=(e,t)=>{switch(t){case`ws`:return e.replace(/^http/,`ws`);case`http`:return e.replace(/^ws/,`http`)}},Ni=e=>/^https?:\/\/[^\/]+?\/index(?=\?|$)/.test(e)?e.replace(/\/index(?=\?|$)/,`/`):e.replace(/\/index(?=\?|$)/,``);function Pi(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Fi(e,t){if(!Pi(e)&&!Pi(t))return t;let n={...e};for(let e in t){let r=t[e];Pi(n[e])&&Pi(r)?n[e]=Fi(n[e],r):n[e]=r}return n}var Ii=(e,t)=>{let n=new Proxy(()=>{},{get(n,r){if(!(typeof r!=`string`||r===`then`))return Ii(e,[...t,r])},apply(n,r,i){return e({path:t,args:i})}});return n},Li=class{url;method;queryParams=void 0;pathParams={};rBody;cType=void 0;constructor(e,t){this.url=e,this.method=t}fetch=async(e,t)=>{if(e){if(e.query&&(this.queryParams=ji(e.query)),e.form){let t=new FormData;for(let[n,r]of Object.entries(e.form))if(Array.isArray(r))for(let e of r)t.append(n,e);else t.append(n,r);this.rBody=t}e.json&&(this.rBody=JSON.stringify(e.json),this.cType=`application/json`),e.param&&(this.pathParams=e.param)}let n=this.method.toUpperCase(),r={...e?.header,...typeof t?.headers==`function`?await t.headers():t?.headers};if(e?.cookie){let t=[];for(let[n,r]of Object.entries(e.cookie))t.push(Oi(n,r,{path:`/`}));r.Cookie=t.join(`,`)}this.cType&&(r[`Content-Type`]=this.cType);let i=new Headers(r??void 0),a=this.url;a=Ni(a),a=Ai(a,this.pathParams),this.queryParams&&(a=a+`?`+this.queryParams.toString()),n=this.method.toUpperCase();let o=!(n===`GET`||n===`HEAD`);return(t?.fetch||fetch)(a,{body:o?this.rBody:void 0,method:n,headers:i,...t?.init})}},Ri=(e,t)=>Ii(function n(r){let i=[...r.path],a=i.slice(-3).reverse();if(a[0]===`toString`)return a[1]===`name`?a[2]||``:n.toString();if(a[0]===`valueOf`)return a[1]===`name`?a[2]||``:n;let o=``;if(/^\$/.test(a[0])){let e=i.pop();e&&(o=e.replace(/^\$/,``))}let s=i.join(`/`),c=ki(e,s);if(o===`url`){let e=c;return r.args[0]&&(r.args[0].param&&(e=Ai(c,r.args[0].param)),r.args[0].query&&(e=e+`?`+ji(r.args[0].query).toString())),e=Ni(e),new URL(e)}if(o===`ws`){let e=Mi(r.args[0]&&r.args[0].param?Ai(c,r.args[0].param):c,`ws`),n=new URL(e),i=r.args[0]?.query;i&&Object.entries(i).forEach(([e,t])=>{Array.isArray(t)?t.forEach(t=>n.searchParams.append(e,t)):n.searchParams.set(e,t)});let a=(...e)=>t?.webSocket!==void 0&&typeof t.webSocket==`function`?t.webSocket(...e):new WebSocket(...e);return a(n.toString())}let l=new Li(c,o);if(o){t??={};let e=Fi(t,{...r.args[1]});return l.fetch(r.args[0],e)}return l},[]);const zi=process.env.BLINK_API_SERVER_URL,Bi=Ri(zi??``,{fetch:zi?void 0:async()=>{throw console.warn(`Your code is attempting to use the Blink API server, but no API server is configured for this Blink agent.`),Error(`No API server is configured for this Blink agent. External APIs are not available.`)}}),Vi=Object.freeze({upsert:async e=>{let t=await Bi.chat[`:id`].$post({param:{id:e}});if(t.status!==200){let e=await t.json();throw Error(e.error)}return{id:e}},message:async(e,t,n)=>{let r=await Bi.chat[`:id`].sendMessages.$post({param:{id:e},json:{messages:[t],behavior:n?.behavior??`enqueue`}});if(r.status!==204){let e=await r.json();throw Error(e.error)}}}),Hi=Object.freeze({kv:Object.freeze({get:async e=>{let t=await Bi.storage.kv[`:key`].$get({param:{key:e}});if(t.status!==200){let e=await t.json();throw Error(e.error)}let n=await t.json();return n.value},set:async(e,t)=>{let n=await Bi.storage.kv[`:key`].$post({param:{key:e},json:{value:t}});if(n.status!==204){let e=await n.json();throw Error(e.error)}},del:async e=>{let t=await Bi.storage.kv[`:key`].$delete({param:{key:e}});if(t.status!==204){let e=await t.json();throw Error(e.error)}}})});function Ui(e){return e}const Wi={withContext(e,t){let n={};for(let r of Object.keys(e)){let i=e[r];n[r]=i.withContext(t)}return n},with(e,t){let n={};for(let r of Object.keys(e)){let i=e[r];n[r]=i.withContext(t)}return n},async withApproval(e){let t={};for(let[n,r]of Object.entries(e.tools)){let e=r.execute;t[n]={...r,execute:async(t,n)=>{if(r.autoApprove&&e){let i=await r.autoApprove(t);if(i)return e(t,n)}let i={type:`tool-approval`,outcome:`pending`};return i}}}let n=e.messages[e.messages.length-1];if(!n?.parts)return t;let r=[];for(let t of n.parts){if(!f(t))continue;let n=d(t),i=e.tools[n];if(!i||t.state!==`output-available`||!i.execute||!Gi(t.output))continue;t.output.outcome===`approved`&&r.push({toolName:d(t),tool:i,input:t.input,toolCallId:t.toolCallId})}if(r.length>0){let t=u({execute:async({writer:t})=>{t.write({type:`start-step`}),await Promise.all(r.map(async n=>{if(!n.tool.execute)throw Error(`Tool does not support execute.`);t.write({type:`tool-input-available`,toolCallId:n.toolCallId,toolName:n.toolName,input:n.input});try{let r=await n.tool.execute(n.input,{toolCallId:n.toolCallId,messages:l(e.messages,{tools:e.tools}),abortSignal:e.abortSignal});if(Gr(r))for await(let e of r)t.write({type:`tool-output-available`,toolCallId:n.toolCallId,output:e,preliminary:!0});t.write({type:`tool-output-available`,toolCallId:n.toolCallId,output:r})}catch(e){t.write({type:`tool-output-error`,toolCallId:n.toolCallId,errorText:e instanceof Error?e.message:String(e)})}})),t.write({type:`finish`})}});throw new Ei(`Executing tools`,t)}return t},prefix(e,t){let n={};for(let[r,i]of Object.entries(e))n[`${t}${r}`]=i;return n}};function Gi(e){return typeof e==`object`&&!!e&&`type`in e&&e.type===`tool-approval`}function Ki(e){for(let t=e.length-1;t>=0;t--){let n=e[t];if(n!==void 0&&n.role===`user`&&!(typeof n.metadata!=`object`||n.metadata===null)&&`options`in n.metadata)return n.metadata.options}}function qi(e,t){let n=new Headers(e.headers);return n.set(`x-blink-stream-response-format`,t),new Response(e.body,{status:e.status,statusText:e.statusText,headers:n})}var Ji={agent:Yi,chat:Vi,storage:Hi,tools:Wi};function Yi(e){let t=async t=>{let n=new URL(t.url);if(n.pathname.startsWith(`/_agent/`))switch(n.pathname){case`/_agent/send-messages`:return Xi(t,e);case`/_agent/completions`:return Zi(t,e);case`/_agent/options`:return Qi(t,e);case`/_agent/capabilities`:let n={requests:e.onRequest!==void 0,completions:e.experimental_provideCompletions!==void 0,options:e.provideUIOptions!==void 0};return new Response(JSON.stringify(n),{status:200,headers:{"content-type":`application/json`}});case`/_agent/health`:return new Response(`OK`,{status:200});default:return new Response(`Not found`,{status:404})}if(e.onRequest){let n;try{n=await e.onRequest(t)}catch(e){return new Response(JSON.stringify({error:c.inspect(e)}),{status:500})}if(n)return n}return new Response(`Not found`,{status:404})};return{fetch:t,serve:e=>{let n=e?.host??process.env.HOST??`127.0.0.1`,r=e?.port??(process.env.PORT?parseInt(process.env.PORT):void 0)??3e3,i=Ti(t),a=s.createServer((e,t)=>{i(e,t)});return a.listen(r,n,()=>{console.log(`Agent server listening on http://${n}:${r}`)})}}}async function Xi(e,t){if(e.method!==`POST`)return new Response(`Method not allowed`,{status:405});let n;try{n=await e.json()}catch{return new Response(`Invalid request`,{status:400})}let r;try{r=await t.sendMessages({messages:n.messages,chat:n.chat})}catch(e){if(e instanceof Ei)r=e.response;else return new Response(JSON.stringify({error:c.inspect(e)}),{status:500})}if(r instanceof Response)return r;let i;if(r instanceof ReadableStream)i=r;else{if(typeof r!=`object`||!(`toUIMessageStream`in r))throw Error(`The agent must return a "Response", "ReadableStream", or "toUIMessageStream" function.`);i=r.toUIMessageStream()}return new Response(i.pipeThrough(new TransformStream({transform(e,t){t.enqueue(`data: ${JSON.stringify(e)}\n\n`)},flush(e){e.enqueue(`data: [DONE]
|
|
25
|
+
|
|
26
|
+
`)}})).pipeThrough(new TextEncoderStream),{headers:$i})}async function Zi(e,t){if(e.method!==`POST`)return new Response(`Method not allowed`,{status:405});if(!t.experimental_provideCompletions)return new Response(`Completions not supported`,{status:404});let n;try{n=await e.json()}catch{return new Response(`Invalid request`,{status:400})}let r;try{r=await t.experimental_provideCompletions({messages:n.messages,input:n.input,caret:n.caret,selection:n.selection})}catch(e){return new Response(JSON.stringify({error:c.inspect(e)}),{status:500})}let i=await r;return i instanceof ReadableStream?new Response(i.pipeThrough(new TransformStream({transform(e,t){t.enqueue(`data: ${JSON.stringify(e)}\n\n`)},flush(e){e.enqueue(`data: [DONE]
|
|
27
|
+
|
|
28
|
+
`)}})).pipeThrough(new TextEncoderStream),{headers:$i}):new Response(JSON.stringify(i),{headers:{"content-type":`application/json`}})}async function Qi(e,t){if(e.method!==`POST`)return new Response(`Method not allowed`,{status:405});if(!t.provideUIOptions)return new Response(`Options not supported`,{status:404});let n;try{n=await e.json()}catch{return new Response(`Invalid request`,{status:400})}let r=await t.provideUIOptions(n);for(let[e,t]of Object.entries(r)){if(typeof e!=`string`)return new Response(`Invalid schema`,{status:400});if(t.defaultValue&&!t.values.some(e=>e.id===t.defaultValue))return new Response(JSON.stringify({error:`Invalid default value for option "${e}". It must be one of: ${t.values.map(e=>e.id).join(`, `)}`}),{status:400})}return new Response(JSON.stringify(r),{headers:{"content-type":`application/json`}})}const $i={"content-type":`text/event-stream`,"cache-control":`no-cache, no-transform`,connection:`keep-alive`,"x-accel-buffering":`no`},ea=e=>{let t=process.env.BLINK_TOKEN??process.env.BLINK_INVOCATION_AUTH_TOKEN;if(!t)throw Error(`You must be authenticated with Blink to use the model gateway.
|
|
29
|
+
|
|
30
|
+
Feel free to use other providers like OpenAI, Anthropic, or Google.`);return Qt({baseURL:`https://blink.so/api/ai-gateway/v1`,apiKey:t,name:e})(e)};export{Yi as agent,Vi as chat,Ji as default,Gi as isToolApprovalOutput,Ki as lastUIOptions,ea as model,Hi as storage,Ui as toolWithApproval,Wi as tools,qi as withResponseFormat};
|