@opentiny/next-sdk 0.1.14-alpha.0 → 0.1.15-beta.1

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.
Files changed (40) hide show
  1. package/agent/AgentModelProvider.ts +490 -1
  2. package/agent/type.ts +8 -2
  3. package/agent/utils/generateReActPrompt.ts +55 -0
  4. package/agent/utils/parseReActAction.ts +34 -0
  5. package/dist/WebMcpClient.d.ts +165 -26
  6. package/dist/WebMcpServer.d.ts +36 -147
  7. package/dist/agent/AgentModelProvider.d.ts +35 -1
  8. package/dist/agent/type.d.ts +8 -2
  9. package/dist/agent/utils/generateReActPrompt.d.ts +9 -0
  10. package/dist/agent/utils/parseReActAction.d.ts +14 -0
  11. package/dist/index.es.dev.js +14874 -11156
  12. package/dist/index.es.js +20957 -18178
  13. package/dist/index.js +2411 -320
  14. package/dist/index.umd.dev.js +14899 -11181
  15. package/dist/index.umd.js +111 -71
  16. package/dist/{mcpsdk@1.23.0.dev.js → mcpsdk@1.24.3.dev.js} +8866 -7205
  17. package/dist/{mcpsdk@1.23.0.es.dev.js → mcpsdk@1.24.3.es.dev.js} +8864 -7203
  18. package/dist/mcpsdk@1.24.3.es.js +16781 -0
  19. package/dist/mcpsdk@1.24.3.js +43 -0
  20. package/dist/transport/ExtensionPageServerTransport.d.ts +1 -2
  21. package/dist/webagent.dev.js +13963 -10522
  22. package/dist/webagent.es.dev.js +13949 -10508
  23. package/dist/webagent.es.js +18247 -15690
  24. package/dist/webagent.js +105 -65
  25. package/dist/webmcp-full.dev.js +8874 -7257
  26. package/dist/webmcp-full.es.dev.js +8872 -7255
  27. package/dist/webmcp-full.es.js +10395 -9241
  28. package/dist/webmcp-full.js +32 -32
  29. package/dist/webmcp.dev.js +14 -22
  30. package/dist/webmcp.es.dev.js +12 -20
  31. package/dist/webmcp.es.js +172 -179
  32. package/dist/webmcp.js +1 -1
  33. package/dist/zod@3.25.76.dev.js +30 -32
  34. package/dist/zod@3.25.76.es.dev.js +28 -30
  35. package/dist/zod@3.25.76.es.js +143 -145
  36. package/dist/zod@3.25.76.js +1 -1
  37. package/package.json +9 -8
  38. package/transport/ExtensionPageServerTransport.ts +2 -4
  39. package/dist/mcpsdk@1.23.0.es.js +0 -15584
  40. package/dist/mcpsdk@1.23.0.js +0 -43
package/dist/webagent.js CHANGED
@@ -1,91 +1,131 @@
1
- (function(un,or){typeof exports=="object"&&typeof module<"u"?or(exports):typeof define=="function"&&define.amd?define(["exports"],or):(un=typeof globalThis<"u"?globalThis:un||self,or(un.WebAgent={}))})(this,function(un){"use strict";var or="vercel.ai.error",wm=Symbol.for(or),Ac,bm=class vm extends Error{constructor({name:t,message:n,cause:r}){super(n),this[Ac]=!0,this.name=t,this.cause=r}static isInstance(t){return vm.hasMarker(t,or)}static hasMarker(t,n){const r=Symbol.for(n);return t!=null&&typeof t=="object"&&r in t&&typeof t[r]=="boolean"&&t[r]===!0}};Ac=wm;var ee=bm,Lc="AI_APICallError",jc=`vercel.ai.error.${Lc}`,$m=Symbol.for(jc),zc,Ie=class extends ee{constructor({message:e,url:t,requestBodyValues:n,statusCode:r,responseHeaders:o,responseBody:s,cause:i,isRetryable:a=r!=null&&(r===408||r===409||r===429||r>=500),data:l}){super({name:Lc,message:e,cause:i}),this[zc]=!0,this.url=t,this.requestBodyValues=n,this.statusCode=r,this.responseHeaders=o,this.responseBody=s,this.isRetryable=a,this.data=l}static isInstance(e){return ee.hasMarker(e,jc)}};zc=$m;var Dc="AI_EmptyResponseBodyError",Uc=`vercel.ai.error.${Dc}`,Sm=Symbol.for(Uc),qc,Zc=class extends ee{constructor({message:e="Empty response body"}={}){super({name:Dc,message:e}),this[qc]=!0}static isInstance(e){return ee.hasMarker(e,Uc)}};qc=Sm;function sr(e){return e==null?"unknown error":typeof e=="string"?e:e instanceof Error?e.message:JSON.stringify(e)}var Fc="AI_InvalidArgumentError",Vc=`vercel.ai.error.${Fc}`,Cm=Symbol.for(Vc),Bc,vi=class extends ee{constructor({message:t,cause:n,argument:r}){super({name:Fc,message:t,cause:n}),this[Bc]=!0,this.argument=r}static isInstance(t){return ee.hasMarker(t,Vc)}};Bc=Cm;var Hc="AI_InvalidPromptError",Jc=`vercel.ai.error.${Hc}`,Em=Symbol.for(Jc),Gc,An=class extends ee{constructor({prompt:e,message:t,cause:n}){super({name:Hc,message:`Invalid prompt: ${t}`,cause:n}),this[Gc]=!0,this.prompt=e}static isInstance(e){return ee.hasMarker(e,Jc)}};Gc=Em;var Wc="AI_InvalidResponseDataError",Kc=`vercel.ai.error.${Wc}`,km=Symbol.for(Kc),Yc,Ar=class extends ee{constructor({data:e,message:t=`Invalid response data: ${JSON.stringify(e)}.`}){super({name:Wc,message:t}),this[Yc]=!0,this.data=e}static isInstance(e){return ee.hasMarker(e,Kc)}};Yc=km;var Qc="AI_JSONParseError",Xc=`vercel.ai.error.${Qc}`,Im=Symbol.for(Xc),eu,yn=class extends ee{constructor({text:e,cause:t}){super({name:Qc,message:`JSON parsing failed: Text: ${e}.
2
- Error message: ${sr(t)}`,cause:t}),this[eu]=!0,this.text=e}static isInstance(e){return ee.hasMarker(e,Xc)}};eu=Im;var tu="AI_LoadAPIKeyError",nu=`vercel.ai.error.${tu}`,Tm=Symbol.for(nu),ru,No=class extends ee{constructor({message:e}){super({name:tu,message:e}),this[ru]=!0}static isInstance(e){return ee.hasMarker(e,nu)}};ru=Tm;var ou="AI_NoSuchModelError",su=`vercel.ai.error.${ou}`,xm=Symbol.for(su),iu,_i=class extends ee{constructor({errorName:e=ou,modelId:t,modelType:n,message:r=`No such ${n}: ${t}`}){super({name:e,message:r}),this[iu]=!0,this.modelId=t,this.modelType=n}static isInstance(e){return ee.hasMarker(e,su)}};iu=xm;var au="AI_TooManyEmbeddingValuesForCallError",lu=`vercel.ai.error.${au}`,Pm=Symbol.for(lu),cu,Rm=class extends ee{constructor(e){super({name:au,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[cu]=!0,this.provider=e.provider,this.modelId=e.modelId,this.maxEmbeddingsPerCall=e.maxEmbeddingsPerCall,this.values=e.values}static isInstance(e){return ee.hasMarker(e,lu)}};cu=Pm;var uu="AI_TypeValidationError",du=`vercel.ai.error.${uu}`,Om=Symbol.for(du),pu,Nm=class Mc extends ee{constructor({value:t,cause:n}){super({name:uu,message:`Type validation failed: Value: ${JSON.stringify(t)}.
3
- Error message: ${sr(n)}`,cause:n}),this[pu]=!0,this.value=t}static isInstance(t){return ee.hasMarker(t,du)}static wrap({value:t,cause:n}){return Mc.isInstance(n)&&n.value===t?n:new Mc({value:t,cause:n})}};pu=Om;var Gt=Nm,fu="AI_UnsupportedFunctionalityError",hu=`vercel.ai.error.${fu}`,Mm=Symbol.for(hu),mu,Mt=class extends ee{constructor({functionality:e,message:t=`'${e}' functionality not supported.`}){super({name:fu,message:t}),this[mu]=!0,this.functionality=e}static isInstance(e){return ee.hasMarker(e,hu)}};mu=Mm;class gu extends Error{constructor(t,n){super(t),this.name="ParseError",this.type=n.type,this.field=n.field,this.value=n.value,this.line=n.line}}function yi(e){}function vu(e){if(typeof e=="function")throw new TypeError("`callbacks` must be an object, got a function instead. Did you mean `{onEvent: fn}`?");const{onEvent:t=yi,onError:n=yi,onRetry:r=yi,onComment:o}=e;let s="",i=!0,a,l="",c="";function u(v){const m=i?v.replace(/^\xEF\xBB\xBF/,""):v,[d,w]=Am(`${s}${m}`);for(const y of d)h(y);s=w,i=!1}function h(v){if(v===""){f();return}if(v.startsWith(":")){o&&o(v.slice(v.startsWith(": ")?2:1));return}const m=v.indexOf(":");if(m!==-1){const d=v.slice(0,m),w=v[m+1]===" "?2:1,y=v.slice(m+w);_(d,y,v);return}_(v,"",v)}function _(v,m,d){switch(v){case"event":c=m;break;case"data":l=`${l}${m}
4
- `;break;case"id":a=m.includes("\0")?void 0:m;break;case"retry":/^\d+$/.test(m)?r(parseInt(m,10)):n(new gu(`Invalid \`retry\` value: "${m}"`,{type:"invalid-retry",value:m,line:d}));break;default:n(new gu(`Unknown field "${v.length>20?`${v.slice(0,20)}…`:v}"`,{type:"unknown-field",field:v,value:m,line:d}));break}}function f(){l.length>0&&t({id:a,event:c||void 0,data:l.endsWith(`
5
- `)?l.slice(0,-1):l}),a=void 0,l="",c=""}function g(v={}){s&&v.consume&&h(s),i=!0,a=void 0,l="",c="",s=""}return{feed:u,reset:g}}function Am(e){const t=[];let n="",r=0;for(;r<e.length;){const o=e.indexOf("\r",r),s=e.indexOf(`
6
- `,r);let i=-1;if(o!==-1&&s!==-1?i=Math.min(o,s):o!==-1?o===e.length-1?i=-1:i=o:s!==-1&&(i=s),i===-1){n=e.slice(r);break}else{const a=e.slice(r,i);t.push(a),r=i+1,e[r-1]==="\r"&&e[r]===`
7
- `&&r++}}return[t,n]}class Mo extends TransformStream{constructor({onError:t,onRetry:n,onComment:r}={}){let o;super({start(s){o=vu({onEvent:i=>{s.enqueue(i)},onError(i){t==="terminate"?s.error(i):typeof t=="function"&&t(i)},onRetry:n,onComment:r})},transform(s){o.feed(s)}})}}const Lm=Object.freeze({status:"aborted"});function A(e,t,n){function r(a,l){var c;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(c=a._zod).traits??(c.traits=new Set),a._zod.traits.add(e),t(a,l);for(const u in i.prototype)u in a||Object.defineProperty(a,u,{value:i.prototype[u].bind(a)});a._zod.constr=i,a._zod.def=l}const o=(n==null?void 0:n.Parent)??Object;class s extends o{}Object.defineProperty(s,"name",{value:e});function i(a){var l;const c=n!=null&&n.Parent?new s:this;r(c,a),(l=c._zod).deferred??(l.deferred=[]);for(const u of c._zod.deferred)u();return c}return Object.defineProperty(i,"init",{value:r}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>{var l,c;return n!=null&&n.Parent&&a instanceof n.Parent?!0:(c=(l=a==null?void 0:a._zod)==null?void 0:l.traits)==null?void 0:c.has(e)}}),Object.defineProperty(i,"name",{value:e}),i}class Lr extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}const _u={};function wn(e){return _u}function yu(e){const t=Object.values(e).filter(r=>typeof r=="number");return Object.entries(e).filter(([r,o])=>t.indexOf(+r)===-1).map(([r,o])=>o)}function jm(e,t){return typeof t=="bigint"?t.toString():t}function wi(e){return{get value(){{const t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function bi(e){return e==null}function $i(e){const t=e.startsWith("^")?1:0,n=e.endsWith("$")?e.length-1:e.length;return e.slice(t,n)}function zm(e,t){const n=(e.toString().split(".")[1]||"").length,r=(t.toString().split(".")[1]||"").length,o=n>r?n:r,s=Number.parseInt(e.toFixed(o).replace(".","")),i=Number.parseInt(t.toFixed(o).replace(".",""));return s%i/10**o}function be(e,t,n){Object.defineProperty(e,t,{get(){{const r=n();return e[t]=r,r}},set(r){Object.defineProperty(e,t,{value:r})},configurable:!0})}function Ao(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}function jr(e){return JSON.stringify(e)}const wu=Error.captureStackTrace?Error.captureStackTrace:(...e)=>{};function Lo(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}const Dm=wi(()=>{var e;if(typeof navigator<"u"&&((e=navigator==null?void 0:navigator.userAgent)!=null&&e.includes("Cloudflare")))return!1;try{const t=Function;return new t(""),!0}catch{return!1}});function jo(e){if(Lo(e)===!1)return!1;const t=e.constructor;if(t===void 0)return!0;const n=t.prototype;return!(Lo(n)===!1||Object.prototype.hasOwnProperty.call(n,"isPrototypeOf")===!1)}const Um=new Set(["string","number","symbol"]);function zr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Ln(e,t,n){const r=new e._zod.constr(t??e._zod.def);return(!t||n!=null&&n.parent)&&(r._zod.parent=e),r}function W(e){const t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if((t==null?void 0:t.message)!==void 0){if((t==null?void 0:t.error)!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function qm(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}const Zm={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function Fm(e,t){const n={},r=e._zod.def;for(const o in t){if(!(o in r.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&(n[o]=r.shape[o])}return Ln(e,{...e._zod.def,shape:n,checks:[]})}function Vm(e,t){const n={...e._zod.def.shape},r=e._zod.def;for(const o in t){if(!(o in r.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&delete n[o]}return Ln(e,{...e._zod.def,shape:n,checks:[]})}function Bm(e,t){if(!jo(t))throw new Error("Invalid input to extend: expected a plain object");const n={...e._zod.def,get shape(){const r={...e._zod.def.shape,...t};return Ao(this,"shape",r),r},checks:[]};return Ln(e,n)}function Hm(e,t){return Ln(e,{...e._zod.def,get shape(){const n={...e._zod.def.shape,...t._zod.def.shape};return Ao(this,"shape",n),n},catchall:t._zod.def.catchall,checks:[]})}function Jm(e,t,n){const r=t._zod.def.shape,o={...r};if(n)for(const s in n){if(!(s in r))throw new Error(`Unrecognized key: "${s}"`);n[s]&&(o[s]=e?new e({type:"optional",innerType:r[s]}):r[s])}else for(const s in r)o[s]=e?new e({type:"optional",innerType:r[s]}):r[s];return Ln(t,{...t._zod.def,shape:o,checks:[]})}function Gm(e,t,n){const r=t._zod.def.shape,o={...r};if(n)for(const s in n){if(!(s in o))throw new Error(`Unrecognized key: "${s}"`);n[s]&&(o[s]=new e({type:"nonoptional",innerType:r[s]}))}else for(const s in r)o[s]=new e({type:"nonoptional",innerType:r[s]});return Ln(t,{...t._zod.def,shape:o,checks:[]})}function Dr(e,t=0){var n;for(let r=t;r<e.issues.length;r++)if(((n=e.issues[r])==null?void 0:n.continue)!==!0)return!0;return!1}function jn(e,t){return t.map(n=>{var r;return(r=n).path??(r.path=[]),n.path.unshift(e),n})}function zo(e){return typeof e=="string"?e:e==null?void 0:e.message}function bn(e,t,n){var o,s,i,a,l,c;const r={...e,path:e.path??[]};if(!e.message){const u=zo((i=(s=(o=e.inst)==null?void 0:o._zod.def)==null?void 0:s.error)==null?void 0:i.call(s,e))??zo((a=t==null?void 0:t.error)==null?void 0:a.call(t,e))??zo((l=n.customError)==null?void 0:l.call(n,e))??zo((c=n.localeError)==null?void 0:c.call(n,e))??"Invalid input";r.message=u}return delete r.inst,delete r.continue,t!=null&&t.reportInput||delete r.input,r}function Si(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function Ur(...e){const[t,n,r]=e;return typeof t=="string"?{message:t,code:"custom",input:n,inst:r}:{...t}}const bu=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),Object.defineProperty(e,"message",{get(){return JSON.stringify(t,jm,2)},enumerable:!0}),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},$u=A("$ZodError",bu),Su=A("$ZodError",bu,{Parent:Error});function Wm(e,t=n=>n.message){const n={},r=[];for(const o of e.issues)o.path.length>0?(n[o.path[0]]=n[o.path[0]]||[],n[o.path[0]].push(t(o))):r.push(t(o));return{formErrors:r,fieldErrors:n}}function Km(e,t){const n=t||function(s){return s.message},r={_errors:[]},o=s=>{for(const i of s.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>o({issues:a}));else if(i.code==="invalid_key")o({issues:i.issues});else if(i.code==="invalid_element")o({issues:i.issues});else if(i.path.length===0)r._errors.push(n(i));else{let a=r,l=0;for(;l<i.path.length;){const c=i.path[l];l===i.path.length-1?(a[c]=a[c]||{_errors:[]},a[c]._errors.push(n(i))):a[c]=a[c]||{_errors:[]},a=a[c],l++}}};return o(e),r}const Ym=e=>(t,n,r,o)=>{const s=r?Object.assign(r,{async:!1}):{async:!1},i=t._zod.run({value:n,issues:[]},s);if(i instanceof Promise)throw new Lr;if(i.issues.length){const a=new((o==null?void 0:o.Err)??e)(i.issues.map(l=>bn(l,s,wn())));throw wu(a,o==null?void 0:o.callee),a}return i.value},Qm=e=>async(t,n,r,o)=>{const s=r?Object.assign(r,{async:!0}):{async:!0};let i=t._zod.run({value:n,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){const a=new((o==null?void 0:o.Err)??e)(i.issues.map(l=>bn(l,s,wn())));throw wu(a,o==null?void 0:o.callee),a}return i.value},Cu=e=>(t,n,r)=>{const o=r?{...r,async:!1}:{async:!1},s=t._zod.run({value:n,issues:[]},o);if(s instanceof Promise)throw new Lr;return s.issues.length?{success:!1,error:new(e??$u)(s.issues.map(i=>bn(i,o,wn())))}:{success:!0,data:s.value}},Eu=Cu(Su),ku=e=>async(t,n,r)=>{const o=r?Object.assign(r,{async:!0}):{async:!0};let s=t._zod.run({value:n,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new e(s.issues.map(i=>bn(i,o,wn())))}:{success:!0,data:s.value}},Xm=ku(Su),e1=/^[cC][^\s-]{8,}$/,t1=/^[0-9a-z]+$/,n1=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,r1=/^[0-9a-vA-V]{20}$/,o1=/^[A-Za-z0-9]{27}$/,s1=/^[a-zA-Z0-9_-]{21}$/,i1=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,a1=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,Iu=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/,l1=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,c1="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function u1(){return new RegExp(c1,"u")}const d1=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,p1=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/,f1=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,h1=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,m1=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Tu=/^[A-Za-z0-9_-]*$/,g1=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/,v1=/^\+(?:[0-9]){6,14}[0-9]$/,xu="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",_1=new RegExp(`^${xu}$`);function Pu(e){const t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function y1(e){return new RegExp(`^${Pu(e)}$`)}function w1(e){const t=Pu({precision:e.precision}),n=["Z"];e.local&&n.push(""),e.offset&&n.push("([+-]\\d{2}:\\d{2})");const r=`${t}(?:${n.join("|")})`;return new RegExp(`^${xu}T(?:${r})$`)}const b1=e=>{const t=e?`[\\s\\S]{${(e==null?void 0:e.minimum)??0},${(e==null?void 0:e.maximum)??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},$1=/^\d+$/,S1=/^-?\d+(?:\.\d+)?/i,C1=/true|false/i,E1=/null/i,k1=/^[^A-Z]*$/,I1=/^[^a-z]*$/,ut=A("$ZodCheck",(e,t)=>{var n;e._zod??(e._zod={}),e._zod.def=t,(n=e._zod).onattach??(n.onattach=[])}),Ru={number:"number",bigint:"bigint",object:"date"},Ou=A("$ZodCheckLessThan",(e,t)=>{ut.init(e,t);const n=Ru[typeof t.value];e._zod.onattach.push(r=>{const o=r._zod.bag,s=(t.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<s&&(t.inclusive?o.maximum=t.value:o.exclusiveMaximum=t.value)}),e._zod.check=r=>{(t.inclusive?r.value<=t.value:r.value<t.value)||r.issues.push({origin:n,code:"too_big",maximum:t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Nu=A("$ZodCheckGreaterThan",(e,t)=>{ut.init(e,t);const n=Ru[typeof t.value];e._zod.onattach.push(r=>{const o=r._zod.bag,s=(t.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>s&&(t.inclusive?o.minimum=t.value:o.exclusiveMinimum=t.value)}),e._zod.check=r=>{(t.inclusive?r.value>=t.value:r.value>t.value)||r.issues.push({origin:n,code:"too_small",minimum:t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),T1=A("$ZodCheckMultipleOf",(e,t)=>{ut.init(e,t),e._zod.onattach.push(n=>{var r;(r=n._zod.bag).multipleOf??(r.multipleOf=t.value)}),e._zod.check=n=>{if(typeof n.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof n.value=="bigint"?n.value%t.value===BigInt(0):zm(n.value,t.value)===0)||n.issues.push({origin:typeof n.value,code:"not_multiple_of",divisor:t.value,input:n.value,inst:e,continue:!t.abort})}}),x1=A("$ZodCheckNumberFormat",(e,t)=>{var i;ut.init(e,t),t.format=t.format||"float64";const n=(i=t.format)==null?void 0:i.includes("int"),r=n?"int":"number",[o,s]=Zm[t.format];e._zod.onattach.push(a=>{const l=a._zod.bag;l.format=t.format,l.minimum=o,l.maximum=s,n&&(l.pattern=$1)}),e._zod.check=a=>{const l=a.value;if(n){if(!Number.isInteger(l)){a.issues.push({expected:r,format:t.format,code:"invalid_type",input:l,inst:e});return}if(!Number.isSafeInteger(l)){l>0?a.issues.push({input:l,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:r,continue:!t.abort}):a.issues.push({input:l,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:r,continue:!t.abort});return}}l<o&&a.issues.push({origin:"number",input:l,code:"too_small",minimum:o,inclusive:!0,inst:e,continue:!t.abort}),l>s&&a.issues.push({origin:"number",input:l,code:"too_big",maximum:s,inst:e})}}),P1=A("$ZodCheckMaxLength",(e,t)=>{var n;ut.init(e,t),(n=e._zod.def).when??(n.when=r=>{const o=r.value;return!bi(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<o&&(r._zod.bag.maximum=t.maximum)}),e._zod.check=r=>{const o=r.value;if(o.length<=t.maximum)return;const i=Si(o);r.issues.push({origin:i,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),R1=A("$ZodCheckMinLength",(e,t)=>{var n;ut.init(e,t),(n=e._zod.def).when??(n.when=r=>{const o=r.value;return!bi(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(r._zod.bag.minimum=t.minimum)}),e._zod.check=r=>{const o=r.value;if(o.length>=t.minimum)return;const i=Si(o);r.issues.push({origin:i,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),O1=A("$ZodCheckLengthEquals",(e,t)=>{var n;ut.init(e,t),(n=e._zod.def).when??(n.when=r=>{const o=r.value;return!bi(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=r=>{const o=r.value,s=o.length;if(s===t.length)return;const i=Si(o),a=s>t.length;r.issues.push({origin:i,...a?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!t.abort})}}),Do=A("$ZodCheckStringFormat",(e,t)=>{var n,r;ut.init(e,t),e._zod.onattach.push(o=>{const s=o._zod.bag;s.format=t.format,t.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(t.pattern))}),t.pattern?(n=e._zod).check??(n.check=o=>{t.pattern.lastIndex=0,!t.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:t.format,input:o.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(r=e._zod).check??(r.check=()=>{})}),N1=A("$ZodCheckRegex",(e,t)=>{Do.init(e,t),e._zod.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:"string",code:"invalid_format",format:"regex",input:n.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),M1=A("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=k1),Do.init(e,t)}),A1=A("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=I1),Do.init(e,t)}),L1=A("$ZodCheckIncludes",(e,t)=>{ut.init(e,t);const n=zr(t.includes),r=new RegExp(typeof t.position=="number"?`^.{${t.position}}${n}`:n);t.pattern=r,e._zod.onattach.push(o=>{const s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(r)}),e._zod.check=o=>{o.value.includes(t.includes,t.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:o.value,inst:e,continue:!t.abort})}}),j1=A("$ZodCheckStartsWith",(e,t)=>{ut.init(e,t);const n=new RegExp(`^${zr(t.prefix)}.*`);t.pattern??(t.pattern=n),e._zod.onattach.push(r=>{const o=r._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(n)}),e._zod.check=r=>{r.value.startsWith(t.prefix)||r.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:r.value,inst:e,continue:!t.abort})}}),z1=A("$ZodCheckEndsWith",(e,t)=>{ut.init(e,t);const n=new RegExp(`.*${zr(t.suffix)}$`);t.pattern??(t.pattern=n),e._zod.onattach.push(r=>{const o=r._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(n)}),e._zod.check=r=>{r.value.endsWith(t.suffix)||r.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:r.value,inst:e,continue:!t.abort})}}),D1=A("$ZodCheckOverwrite",(e,t)=>{ut.init(e,t),e._zod.check=n=>{n.value=t.tx(n.value)}});class U1{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}const r=t.split(`
8
- `).filter(i=>i),o=Math.min(...r.map(i=>i.length-i.trimStart().length)),s=r.map(i=>i.slice(o)).map(i=>" ".repeat(this.indent*2)+i);for(const i of s)this.content.push(i)}compile(){const t=Function,n=this==null?void 0:this.args,o=[...((this==null?void 0:this.content)??[""]).map(s=>` ${s}`)];return new t(...n,o.join(`
9
- `))}}const q1={major:4,minor:0,patch:0},Te=A("$ZodType",(e,t)=>{var o;var n;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=q1;const r=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&r.unshift(e);for(const s of r)for(const i of s._zod.onattach)i(e);if(r.length===0)(n=e._zod).deferred??(n.deferred=[]),(o=e._zod.deferred)==null||o.push(()=>{e._zod.run=e._zod.parse});else{const s=(i,a,l)=>{let c=Dr(i),u;for(const h of a){if(h._zod.def.when){if(!h._zod.def.when(i))continue}else if(c)continue;const _=i.issues.length,f=h._zod.check(i);if(f instanceof Promise&&(l==null?void 0:l.async)===!1)throw new Lr;if(u||f instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await f,i.issues.length!==_&&(c||(c=Dr(i,_)))});else{if(i.issues.length===_)continue;c||(c=Dr(i,_))}}return u?u.then(()=>i):i};e._zod.run=(i,a)=>{const l=e._zod.parse(i,a);if(l instanceof Promise){if(a.async===!1)throw new Lr;return l.then(c=>s(c,r,a))}return s(l,r,a)}}e["~standard"]={validate:s=>{var i;try{const a=Eu(e,s);return a.success?{value:a.data}:{issues:(i=a.error)==null?void 0:i.issues}}catch{return Xm(e,s).then(l=>{var c;return l.success?{value:l.data}:{issues:(c=l.error)==null?void 0:c.issues}})}},vendor:"zod",version:1}}),Ci=A("$ZodString",(e,t)=>{var n;Te.init(e,t),e._zod.pattern=[...((n=e==null?void 0:e._zod.bag)==null?void 0:n.patterns)??[]].pop()??b1(e._zod.bag),e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),Me=A("$ZodStringFormat",(e,t)=>{Do.init(e,t),Ci.init(e,t)}),Z1=A("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=a1),Me.init(e,t)}),F1=A("$ZodUUID",(e,t)=>{if(t.version){const r={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(r===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=Iu(r))}else t.pattern??(t.pattern=Iu());Me.init(e,t)}),V1=A("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=l1),Me.init(e,t)}),B1=A("$ZodURL",(e,t)=>{Me.init(e,t),e._zod.check=n=>{try{const r=n.value,o=new URL(r),s=o.href;t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(o.hostname)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:g1.source,input:n.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:n.value,inst:e,continue:!t.abort})),!r.endsWith("/")&&s.endsWith("/")?n.value=s.slice(0,-1):n.value=s;return}catch{n.issues.push({code:"invalid_format",format:"url",input:n.value,inst:e,continue:!t.abort})}}}),H1=A("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=u1()),Me.init(e,t)}),J1=A("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=s1),Me.init(e,t)}),G1=A("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=e1),Me.init(e,t)}),W1=A("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=t1),Me.init(e,t)}),K1=A("$ZodULID",(e,t)=>{t.pattern??(t.pattern=n1),Me.init(e,t)}),Y1=A("$ZodXID",(e,t)=>{t.pattern??(t.pattern=r1),Me.init(e,t)}),Q1=A("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=o1),Me.init(e,t)}),X1=A("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=w1(t)),Me.init(e,t)}),eg=A("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=_1),Me.init(e,t)}),tg=A("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=y1(t)),Me.init(e,t)}),ng=A("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=i1),Me.init(e,t)}),rg=A("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=d1),Me.init(e,t),e._zod.onattach.push(n=>{const r=n._zod.bag;r.format="ipv4"})}),og=A("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=p1),Me.init(e,t),e._zod.onattach.push(n=>{const r=n._zod.bag;r.format="ipv6"}),e._zod.check=n=>{try{new URL(`http://[${n.value}]`)}catch{n.issues.push({code:"invalid_format",format:"ipv6",input:n.value,inst:e,continue:!t.abort})}}}),sg=A("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=f1),Me.init(e,t)}),ig=A("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=h1),Me.init(e,t),e._zod.check=n=>{const[r,o]=n.value.split("/");try{if(!o)throw new Error;const s=Number(o);if(`${s}`!==o)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${r}]`)}catch{n.issues.push({code:"invalid_format",format:"cidrv6",input:n.value,inst:e,continue:!t.abort})}}});function Mu(e){if(e==="")return!0;if(e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}const ag=A("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=m1),Me.init(e,t),e._zod.onattach.push(n=>{n._zod.bag.contentEncoding="base64"}),e._zod.check=n=>{Mu(n.value)||n.issues.push({code:"invalid_format",format:"base64",input:n.value,inst:e,continue:!t.abort})}});function lg(e){if(!Tu.test(e))return!1;const t=e.replace(/[-_]/g,r=>r==="-"?"+":"/"),n=t.padEnd(Math.ceil(t.length/4)*4,"=");return Mu(n)}const cg=A("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=Tu),Me.init(e,t),e._zod.onattach.push(n=>{n._zod.bag.contentEncoding="base64url"}),e._zod.check=n=>{lg(n.value)||n.issues.push({code:"invalid_format",format:"base64url",input:n.value,inst:e,continue:!t.abort})}}),ug=A("$ZodE164",(e,t)=>{t.pattern??(t.pattern=v1),Me.init(e,t)});function dg(e,t=null){try{const n=e.split(".");if(n.length!==3)return!1;const[r]=n;if(!r)return!1;const o=JSON.parse(atob(r));return!("typ"in o&&(o==null?void 0:o.typ)!=="JWT"||!o.alg||t&&(!("alg"in o)||o.alg!==t))}catch{return!1}}const pg=A("$ZodJWT",(e,t)=>{Me.init(e,t),e._zod.check=n=>{dg(n.value,t.alg)||n.issues.push({code:"invalid_format",format:"jwt",input:n.value,inst:e,continue:!t.abort})}}),Au=A("$ZodNumber",(e,t)=>{Te.init(e,t),e._zod.pattern=e._zod.bag.pattern??S1,e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=Number(n.value)}catch{}const o=n.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return n;const s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return n.issues.push({expected:"number",code:"invalid_type",input:o,inst:e,...s?{received:s}:{}}),n}}),fg=A("$ZodNumber",(e,t)=>{x1.init(e,t),Au.init(e,t)}),hg=A("$ZodBoolean",(e,t)=>{Te.init(e,t),e._zod.pattern=C1,e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=!!n.value}catch{}const o=n.value;return typeof o=="boolean"||n.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:e}),n}}),mg=A("$ZodNull",(e,t)=>{Te.init(e,t),e._zod.pattern=E1,e._zod.values=new Set([null]),e._zod.parse=(n,r)=>{const o=n.value;return o===null||n.issues.push({expected:"null",code:"invalid_type",input:o,inst:e}),n}}),gg=A("$ZodAny",(e,t)=>{Te.init(e,t),e._zod.parse=n=>n}),vg=A("$ZodUnknown",(e,t)=>{Te.init(e,t),e._zod.parse=n=>n}),_g=A("$ZodNever",(e,t)=>{Te.init(e,t),e._zod.parse=(n,r)=>(n.issues.push({expected:"never",code:"invalid_type",input:n.value,inst:e}),n)});function Lu(e,t,n){e.issues.length&&t.issues.push(...jn(n,e.issues)),t.value[n]=e.value}const yg=A("$ZodArray",(e,t)=>{Te.init(e,t),e._zod.parse=(n,r)=>{const o=n.value;if(!Array.isArray(o))return n.issues.push({expected:"array",code:"invalid_type",input:o,inst:e}),n;n.value=Array(o.length);const s=[];for(let i=0;i<o.length;i++){const a=o[i],l=t.element._zod.run({value:a,issues:[]},r);l instanceof Promise?s.push(l.then(c=>Lu(c,n,i))):Lu(l,n,i)}return s.length?Promise.all(s).then(()=>n):n}});function Uo(e,t,n){e.issues.length&&t.issues.push(...jn(n,e.issues)),t.value[n]=e.value}function ju(e,t,n,r){e.issues.length?r[n]===void 0?n in r?t.value[n]=void 0:t.value[n]=e.value:t.issues.push(...jn(n,e.issues)):e.value===void 0?n in r&&(t.value[n]=void 0):t.value[n]=e.value}const wg=A("$ZodObject",(e,t)=>{Te.init(e,t);const n=wi(()=>{const h=Object.keys(t.shape);for(const f of h)if(!(t.shape[f]instanceof Te))throw new Error(`Invalid element at key "${f}": expected a Zod schema`);const _=qm(t.shape);return{shape:t.shape,keys:h,keySet:new Set(h),numKeys:h.length,optionalKeys:new Set(_)}});be(e._zod,"propValues",()=>{const h=t.shape,_={};for(const f in h){const g=h[f]._zod;if(g.values){_[f]??(_[f]=new Set);for(const v of g.values)_[f].add(v)}}return _});const r=h=>{const _=new U1(["shape","payload","ctx"]),f=n.value,g=w=>{const y=jr(w);return`shape[${y}]._zod.run({ value: input[${y}], issues: [] }, ctx)`};_.write("const input = payload.value;");const v=Object.create(null);let m=0;for(const w of f.keys)v[w]=`key_${m++}`;_.write("const newResult = {}");for(const w of f.keys)if(f.optionalKeys.has(w)){const y=v[w];_.write(`const ${y} = ${g(w)};`);const b=jr(w);_.write(`
10
- if (${y}.issues.length) {
1
+ (function(Jt,Zr){typeof exports=="object"&&typeof module<"u"?Zr(exports):typeof define=="function"&&define.amd?define(["exports"],Zr):(Jt=typeof globalThis<"u"?globalThis:Jt||self,Zr(Jt.WebAgent={}))})(this,(function(Jt){"use strict";var Zr="vercel.ai.error",I2=Symbol.for(Zr),ac,x2=class T2 extends Error{constructor({name:t,message:r,cause:n}){super(r),this[ac]=!0,this.name=t,this.cause=n}static isInstance(t){return T2.hasMarker(t,Zr)}static hasMarker(t,r){const n=Symbol.for(r);return t!=null&&typeof t=="object"&&n in t&&typeof t[n]=="boolean"&&t[n]===!0}};ac=I2;var ue=x2,ic="AI_APICallError",lc=`vercel.ai.error.${ic}`,R2=Symbol.for(lc),cc,Pe=class extends ue{constructor({message:e,url:t,requestBodyValues:r,statusCode:n,responseHeaders:o,responseBody:s,cause:a,isRetryable:i=n!=null&&(n===408||n===409||n===429||n>=500),data:l}){super({name:ic,message:e,cause:a}),this[cc]=!0,this.url=t,this.requestBodyValues=r,this.statusCode=n,this.responseHeaders=o,this.responseBody=s,this.isRetryable=i,this.data=l}static isInstance(e){return ue.hasMarker(e,lc)}};cc=R2;var uc="AI_EmptyResponseBodyError",dc=`vercel.ai.error.${uc}`,P2=Symbol.for(dc),pc,fc=class extends ue{constructor({message:e="Empty response body"}={}){super({name:uc,message:e}),this[pc]=!0}static isInstance(e){return ue.hasMarker(e,dc)}};pc=P2;function Fr(e){return e==null?"unknown error":typeof e=="string"?e:e instanceof Error?e.message:JSON.stringify(e)}var hc="AI_InvalidArgumentError",mc=`vercel.ai.error.${hc}`,O2=Symbol.for(mc),gc,io=class extends ue{constructor({message:t,cause:r,argument:n}){super({name:hc,message:t,cause:r}),this[gc]=!0,this.argument=n}static isInstance(t){return ue.hasMarker(t,mc)}};gc=O2;var vc="AI_InvalidPromptError",_c=`vercel.ai.error.${vc}`,M2=Symbol.for(_c),yc,br=class extends ue{constructor({prompt:e,message:t,cause:r}){super({name:vc,message:`Invalid prompt: ${t}`,cause:r}),this[yc]=!0,this.prompt=e}static isInstance(e){return ue.hasMarker(e,_c)}};yc=M2;var wc="AI_InvalidResponseDataError",bc=`vercel.ai.error.${wc}`,N2=Symbol.for(bc),kc,_n=class extends ue{constructor({data:e,message:t=`Invalid response data: ${JSON.stringify(e)}.`}){super({name:wc,message:t}),this[kc]=!0,this.data=e}static isInstance(e){return ue.hasMarker(e,bc)}};kc=N2;var Sc="AI_JSONParseError",Cc=`vercel.ai.error.${Sc}`,A2=Symbol.for(Cc),Tc,sr=class extends ue{constructor({text:e,cause:t}){super({name:Sc,message:`JSON parsing failed: Text: ${e}.
2
+ Error message: ${Fr(t)}`,cause:t}),this[Tc]=!0,this.text=e}static isInstance(e){return ue.hasMarker(e,Cc)}};Tc=A2;var $c="AI_LoadAPIKeyError",Ec=`vercel.ai.error.${$c}`,q2=Symbol.for(Ec),Ic,ar=class extends ue{constructor({message:e}){super({name:$c,message:e}),this[Ic]=!0}static isInstance(e){return ue.hasMarker(e,Ec)}};Ic=q2;var xc="AI_NoSuchModelError",Rc=`vercel.ai.error.${xc}`,L2=Symbol.for(Rc),Pc,Oc=class extends ue{constructor({errorName:e=xc,modelId:t,modelType:r,message:n=`No such ${r}: ${t}`}){super({name:e,message:n}),this[Pc]=!0,this.modelId=t,this.modelType=r}static isInstance(e){return ue.hasMarker(e,Rc)}};Pc=L2;var Mc="AI_TooManyEmbeddingValuesForCallError",Nc=`vercel.ai.error.${Mc}`,j2=Symbol.for(Nc),Ac,U2=class extends ue{constructor(e){super({name:Mc,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[Ac]=!0,this.provider=e.provider,this.modelId=e.modelId,this.maxEmbeddingsPerCall=e.maxEmbeddingsPerCall,this.values=e.values}static isInstance(e){return ue.hasMarker(e,Nc)}};Ac=j2;var qc="AI_TypeValidationError",Lc=`vercel.ai.error.${qc}`,z2=Symbol.for(Lc),jc,D2=class sc extends ue{constructor({value:t,cause:r}){super({name:qc,message:`Type validation failed: Value: ${JSON.stringify(t)}.
3
+ Error message: ${Fr(r)}`,cause:r}),this[jc]=!0,this.value=t}static isInstance(t){return ue.hasMarker(t,Lc)}static wrap({value:t,cause:r}){return sc.isInstance(r)&&r.value===t?r:new sc({value:t,cause:r})}};jc=z2;var At=D2,Uc="AI_UnsupportedFunctionalityError",zc=`vercel.ai.error.${Uc}`,Z2=Symbol.for(zc),Dc,Ct=class extends ue{constructor({functionality:e,message:t=`'${e}' functionality not supported.`}){super({name:Uc,message:t}),this[Dc]=!0,this.functionality=e}static isInstance(e){return ue.hasMarker(e,zc)}};Dc=Z2;class Zc extends Error{constructor(t,r){super(t),this.name="ParseError",this.type=r.type,this.field=r.field,this.value=r.value,this.line=r.line}}function ca(e){}function Fc(e){if(typeof e=="function")throw new TypeError("`callbacks` must be an object, got a function instead. Did you mean `{onEvent: fn}`?");const{onEvent:t=ca,onError:r=ca,onRetry:n=ca,onComment:o}=e;let s="",a=!0,i,l="",c="";function u(w){const m=a?w.replace(/^\xEF\xBB\xBF/,""):w,[y,_]=F2(`${s}${m}`);for(const f of y)g(f);s=_,a=!1}function g(w){if(w===""){d();return}if(w.startsWith(":")){o&&o(w.slice(w.startsWith(": ")?2:1));return}const m=w.indexOf(":");if(m!==-1){const y=w.slice(0,m),_=w[m+1]===" "?2:1,f=w.slice(m+_);h(y,f,w);return}h(w,"",w)}function h(w,m,y){switch(w){case"event":c=m;break;case"data":l=`${l}${m}
4
+ `;break;case"id":i=m.includes("\0")?void 0:m;break;case"retry":/^\d+$/.test(m)?n(parseInt(m,10)):r(new Zc(`Invalid \`retry\` value: "${m}"`,{type:"invalid-retry",value:m,line:y}));break;default:r(new Zc(`Unknown field "${w.length>20?`${w.slice(0,20)}…`:w}"`,{type:"unknown-field",field:w,value:m,line:y}));break}}function d(){l.length>0&&t({id:i,event:c||void 0,data:l.endsWith(`
5
+ `)?l.slice(0,-1):l}),i=void 0,l="",c=""}function p(w={}){s&&w.consume&&g(s),a=!0,i=void 0,l="",c="",s=""}return{feed:u,reset:p}}function F2(e){const t=[];let r="",n=0;for(;n<e.length;){const o=e.indexOf("\r",n),s=e.indexOf(`
6
+ `,n);let a=-1;if(o!==-1&&s!==-1?a=Math.min(o,s):o!==-1?o===e.length-1?a=-1:a=o:s!==-1&&(a=s),a===-1){r=e.slice(n);break}else{const i=e.slice(n,a);t.push(i),n=a+1,e[n-1]==="\r"&&e[n]===`
7
+ `&&n++}}return[t,r]}class Vr extends TransformStream{constructor({onError:t,onRetry:r,onComment:n}={}){let o;super({start(s){o=Fc({onEvent:a=>{s.enqueue(a)},onError(a){t==="terminate"?s.error(a):typeof t=="function"&&t(a)},onRetry:r,onComment:n})},transform(s){o.feed(s)}})}}const Vc=Object.freeze({status:"aborted"});function J(e,t,r){function n(i,l){var c;Object.defineProperty(i,"_zod",{value:i._zod??{},enumerable:!1}),(c=i._zod).traits??(c.traits=new Set),i._zod.traits.add(e),t(i,l);for(const u in a.prototype)u in i||Object.defineProperty(i,u,{value:a.prototype[u].bind(i)});i._zod.constr=a,i._zod.def=l}const o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:e});function a(i){var l;const c=r?.Parent?new s:this;n(c,i),(l=c._zod).deferred??(l.deferred=[]);for(const u of c._zod.deferred)u();return c}return Object.defineProperty(a,"init",{value:n}),Object.defineProperty(a,Symbol.hasInstance,{value:i=>r?.Parent&&i instanceof r.Parent?!0:i?._zod?.traits?.has(e)}),Object.defineProperty(a,"name",{value:e}),a}class yn extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}const Hc={};function ir(e){return Hc}function Bc(e){const t=Object.values(e).filter(n=>typeof n=="number");return Object.entries(e).filter(([n,o])=>t.indexOf(+n)===-1).map(([n,o])=>o)}function V2(e,t){return typeof t=="bigint"?t.toString():t}function ua(e){return{get value(){{const t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function da(e){return e==null}function pa(e){const t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function H2(e,t){const r=(e.toString().split(".")[1]||"").length,n=(t.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(e.toFixed(o).replace(".","")),a=Number.parseInt(t.toFixed(o).replace(".",""));return s%a/10**o}function Te(e,t,r){Object.defineProperty(e,t,{get(){{const n=r();return e[t]=n,n}},set(n){Object.defineProperty(e,t,{value:n})},configurable:!0})}function lo(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function wn(e){return JSON.stringify(e)}const Jc=Error.captureStackTrace?Error.captureStackTrace:(...e)=>{};function co(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}const B2=ua(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{const e=Function;return new e(""),!0}catch{return!1}});function uo(e){if(co(e)===!1)return!1;const t=e.constructor;if(t===void 0)return!0;const r=t.prototype;return!(co(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}const J2=new Set(["string","number","symbol"]);function bn(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function kr(e,t,r){const n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}function re(e){const t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function G2(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}const W2={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function K2(e,t){const r={},n=e._zod.def;for(const o in t){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&(r[o]=n.shape[o])}return kr(e,{...e._zod.def,shape:r,checks:[]})}function Y2(e,t){const r={...e._zod.def.shape},n=e._zod.def;for(const o in t){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&delete r[o]}return kr(e,{...e._zod.def,shape:r,checks:[]})}function Q2(e,t){if(!uo(t))throw new Error("Invalid input to extend: expected a plain object");const r={...e._zod.def,get shape(){const n={...e._zod.def.shape,...t};return lo(this,"shape",n),n},checks:[]};return kr(e,r)}function X2(e,t){return kr(e,{...e._zod.def,get shape(){const r={...e._zod.def.shape,...t._zod.def.shape};return lo(this,"shape",r),r},catchall:t._zod.def.catchall,checks:[]})}function eg(e,t,r){const n=t._zod.def.shape,o={...n};if(r)for(const s in r){if(!(s in n))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=e?new e({type:"optional",innerType:n[s]}):n[s])}else for(const s in n)o[s]=e?new e({type:"optional",innerType:n[s]}):n[s];return kr(t,{...t._zod.def,shape:o,checks:[]})}function tg(e,t,r){const n=t._zod.def.shape,o={...n};if(r)for(const s in r){if(!(s in o))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=new e({type:"nonoptional",innerType:n[s]}))}else for(const s in n)o[s]=new e({type:"nonoptional",innerType:n[s]});return kr(t,{...t._zod.def,shape:o,checks:[]})}function kn(e,t=0){for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function Sr(e,t){return t.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}function po(e){return typeof e=="string"?e:e?.message}function lr(e,t,r){const n={...e,path:e.path??[]};if(!e.message){const o=po(e.inst?._zod.def?.error?.(e))??po(t?.error?.(e))??po(r.customError?.(e))??po(r.localeError?.(e))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,t?.reportInput||delete n.input,n}function fa(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function Sn(...e){const[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}const Gc=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),Object.defineProperty(e,"message",{get(){return JSON.stringify(t,V2,2)},enumerable:!0}),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},Wc=J("$ZodError",Gc),Kc=J("$ZodError",Gc,{Parent:Error});function rg(e,t=r=>r.message){const r={},n=[];for(const o of e.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(t(o))):n.push(t(o));return{formErrors:n,fieldErrors:r}}function ng(e,t){const r=t||function(s){return s.message},n={_errors:[]},o=s=>{for(const a of s.issues)if(a.code==="invalid_union"&&a.errors.length)a.errors.map(i=>o({issues:i}));else if(a.code==="invalid_key")o({issues:a.issues});else if(a.code==="invalid_element")o({issues:a.issues});else if(a.path.length===0)n._errors.push(r(a));else{let i=n,l=0;for(;l<a.path.length;){const c=a.path[l];l===a.path.length-1?(i[c]=i[c]||{_errors:[]},i[c]._errors.push(r(a))):i[c]=i[c]||{_errors:[]},i=i[c],l++}}};return o(e),n}const og=e=>(t,r,n,o)=>{const s=n?Object.assign(n,{async:!1}):{async:!1},a=t._zod.run({value:r,issues:[]},s);if(a instanceof Promise)throw new yn;if(a.issues.length){const i=new(o?.Err??e)(a.issues.map(l=>lr(l,s,ir())));throw Jc(i,o?.callee),i}return a.value},sg=e=>async(t,r,n,o)=>{const s=n?Object.assign(n,{async:!0}):{async:!0};let a=t._zod.run({value:r,issues:[]},s);if(a instanceof Promise&&(a=await a),a.issues.length){const i=new(o?.Err??e)(a.issues.map(l=>lr(l,s,ir())));throw Jc(i,o?.callee),i}return a.value},Yc=e=>(t,r,n)=>{const o=n?{...n,async:!1}:{async:!1},s=t._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new yn;return s.issues.length?{success:!1,error:new(e??Wc)(s.issues.map(a=>lr(a,o,ir())))}:{success:!0,data:s.value}},Qc=Yc(Kc),Xc=e=>async(t,r,n)=>{const o=n?Object.assign(n,{async:!0}):{async:!0};let s=t._zod.run({value:r,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new e(s.issues.map(a=>lr(a,o,ir())))}:{success:!0,data:s.value}},ag=Xc(Kc),ig=/^[cC][^\s-]{8,}$/,lg=/^[0-9a-z]+$/,cg=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,ug=/^[0-9a-vA-V]{20}$/,dg=/^[A-Za-z0-9]{27}$/,pg=/^[a-zA-Z0-9_-]{21}$/,fg=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,hg=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,eu=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/,mg=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,gg="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function vg(){return new RegExp(gg,"u")}const _g=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,yg=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/,wg=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,bg=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,kg=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,tu=/^[A-Za-z0-9_-]*$/,Sg=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/,Cg=/^\+(?:[0-9]){6,14}[0-9]$/,ru="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",Tg=new RegExp(`^${ru}$`);function nu(e){const t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function $g(e){return new RegExp(`^${nu(e)}$`)}function Eg(e){const t=nu({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-]\\d{2}:\\d{2})");const n=`${t}(?:${r.join("|")})`;return new RegExp(`^${ru}T(?:${n})$`)}const Ig=e=>{const t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},xg=/^\d+$/,Rg=/^-?\d+(?:\.\d+)?/i,Pg=/true|false/i,Og=/null/i,Mg=/^[^A-Z]*$/,Ng=/^[^a-z]*$/,it=J("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),ou={number:"number",bigint:"bigint",object:"date"},su=J("$ZodCheckLessThan",(e,t)=>{it.init(e,t);const r=ou[typeof t.value];e._zod.onattach.push(n=>{const o=n._zod.bag,s=(t.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<s&&(t.inclusive?o.maximum=t.value:o.exclusiveMaximum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value<=t.value:n.value<t.value)||n.issues.push({origin:r,code:"too_big",maximum:t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),au=J("$ZodCheckGreaterThan",(e,t)=>{it.init(e,t);const r=ou[typeof t.value];e._zod.onattach.push(n=>{const o=n._zod.bag,s=(t.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>s&&(t.inclusive?o.minimum=t.value:o.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:r,code:"too_small",minimum:t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Ag=J("$ZodCheckMultipleOf",(e,t)=>{it.init(e,t),e._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%t.value===BigInt(0):H2(r.value,t.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),qg=J("$ZodCheckNumberFormat",(e,t)=>{it.init(e,t),t.format=t.format||"float64";const r=t.format?.includes("int"),n=r?"int":"number",[o,s]=W2[t.format];e._zod.onattach.push(a=>{const i=a._zod.bag;i.format=t.format,i.minimum=o,i.maximum=s,r&&(i.pattern=xg)}),e._zod.check=a=>{const i=a.value;if(r){if(!Number.isInteger(i)){a.issues.push({expected:n,format:t.format,code:"invalid_type",input:i,inst:e});return}if(!Number.isSafeInteger(i)){i>0?a.issues.push({input:i,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,continue:!t.abort}):a.issues.push({input:i,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,continue:!t.abort});return}}i<o&&a.issues.push({origin:"number",input:i,code:"too_small",minimum:o,inclusive:!0,inst:e,continue:!t.abort}),i>s&&a.issues.push({origin:"number",input:i,code:"too_big",maximum:s,inst:e})}}),Lg=J("$ZodCheckMaxLength",(e,t)=>{var r;it.init(e,t),(r=e._zod.def).when??(r.when=n=>{const o=n.value;return!da(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{const o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<o&&(n._zod.bag.maximum=t.maximum)}),e._zod.check=n=>{const o=n.value;if(o.length<=t.maximum)return;const a=fa(o);n.issues.push({origin:a,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),jg=J("$ZodCheckMinLength",(e,t)=>{var r;it.init(e,t),(r=e._zod.def).when??(r.when=n=>{const o=n.value;return!da(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{const o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(n._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{const o=n.value;if(o.length>=t.minimum)return;const a=fa(o);n.issues.push({origin:a,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Ug=J("$ZodCheckLengthEquals",(e,t)=>{var r;it.init(e,t),(r=e._zod.def).when??(r.when=n=>{const o=n.value;return!da(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{const o=n._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=n=>{const o=n.value,s=o.length;if(s===t.length)return;const a=fa(o),i=s>t.length;n.issues.push({origin:a,...i?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort})}}),fo=J("$ZodCheckStringFormat",(e,t)=>{var r,n;it.init(e,t),e._zod.onattach.push(o=>{const s=o._zod.bag;s.format=t.format,t.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=o=>{t.pattern.lastIndex=0,!t.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:t.format,input:o.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),zg=J("$ZodCheckRegex",(e,t)=>{fo.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),Dg=J("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=Mg),fo.init(e,t)}),Zg=J("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=Ng),fo.init(e,t)}),Fg=J("$ZodCheckIncludes",(e,t)=>{it.init(e,t);const r=bn(t.includes),n=new RegExp(typeof t.position=="number"?`^.{${t.position}}${r}`:r);t.pattern=n,e._zod.onattach.push(o=>{const s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(n)}),e._zod.check=o=>{o.value.includes(t.includes,t.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:o.value,inst:e,continue:!t.abort})}}),Vg=J("$ZodCheckStartsWith",(e,t)=>{it.init(e,t);const r=new RegExp(`^${bn(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{const o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.startsWith(t.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:n.value,inst:e,continue:!t.abort})}}),Hg=J("$ZodCheckEndsWith",(e,t)=>{it.init(e,t);const r=new RegExp(`.*${bn(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{const o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.endsWith(t.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:n.value,inst:e,continue:!t.abort})}}),Bg=J("$ZodCheckOverwrite",(e,t)=>{it.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value)}});class Jg{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}const n=t.split(`
8
+ `).filter(a=>a),o=Math.min(...n.map(a=>a.length-a.trimStart().length)),s=n.map(a=>a.slice(o)).map(a=>" ".repeat(this.indent*2)+a);for(const a of s)this.content.push(a)}compile(){const t=Function,r=this?.args,o=[...(this?.content??[""]).map(s=>` ${s}`)];return new t(...r,o.join(`
9
+ `))}}const Gg={major:4,minor:0,patch:0},Oe=J("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=Gg;const n=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&n.unshift(e);for(const o of n)for(const s of o._zod.onattach)s(e);if(n.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{const o=(s,a,i)=>{let l=kn(s),c;for(const u of a){if(u._zod.def.when){if(!u._zod.def.when(s))continue}else if(l)continue;const g=s.issues.length,h=u._zod.check(s);if(h instanceof Promise&&i?.async===!1)throw new yn;if(c||h instanceof Promise)c=(c??Promise.resolve()).then(async()=>{await h,s.issues.length!==g&&(l||(l=kn(s,g)))});else{if(s.issues.length===g)continue;l||(l=kn(s,g))}}return c?c.then(()=>s):s};e._zod.run=(s,a)=>{const i=e._zod.parse(s,a);if(i instanceof Promise){if(a.async===!1)throw new yn;return i.then(l=>o(l,n,a))}return o(i,n,a)}}e["~standard"]={validate:o=>{try{const s=Qc(e,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return ag(e,o).then(a=>a.success?{value:a.data}:{issues:a.error?.issues})}},vendor:"zod",version:1}}),ha=J("$ZodString",(e,t)=>{Oe.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??Ig(e._zod.bag),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),Le=J("$ZodStringFormat",(e,t)=>{fo.init(e,t),ha.init(e,t)}),Wg=J("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=hg),Le.init(e,t)}),Kg=J("$ZodUUID",(e,t)=>{if(t.version){const n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(n===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=eu(n))}else t.pattern??(t.pattern=eu());Le.init(e,t)}),Yg=J("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=mg),Le.init(e,t)}),Qg=J("$ZodURL",(e,t)=>{Le.init(e,t),e._zod.check=r=>{try{const n=r.value,o=new URL(n),s=o.href;t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(o.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:Sg.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),!n.endsWith("/")&&s.endsWith("/")?r.value=s.slice(0,-1):r.value=s;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),Xg=J("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=vg()),Le.init(e,t)}),e1=J("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=pg),Le.init(e,t)}),t1=J("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=ig),Le.init(e,t)}),r1=J("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=lg),Le.init(e,t)}),n1=J("$ZodULID",(e,t)=>{t.pattern??(t.pattern=cg),Le.init(e,t)}),o1=J("$ZodXID",(e,t)=>{t.pattern??(t.pattern=ug),Le.init(e,t)}),s1=J("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=dg),Le.init(e,t)}),a1=J("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=Eg(t)),Le.init(e,t)}),i1=J("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=Tg),Le.init(e,t)}),l1=J("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=$g(t)),Le.init(e,t)}),c1=J("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=fg),Le.init(e,t)}),u1=J("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=_g),Le.init(e,t),e._zod.onattach.push(r=>{const n=r._zod.bag;n.format="ipv4"})}),d1=J("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=yg),Le.init(e,t),e._zod.onattach.push(r=>{const n=r._zod.bag;n.format="ipv6"}),e._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}}),p1=J("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=wg),Le.init(e,t)}),f1=J("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=bg),Le.init(e,t),e._zod.check=r=>{const[n,o]=r.value.split("/");try{if(!o)throw new Error;const s=Number(o);if(`${s}`!==o)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${n}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});function iu(e){if(e==="")return!0;if(e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}const h1=J("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=kg),Le.init(e,t),e._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),e._zod.check=r=>{iu(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}});function m1(e){if(!tu.test(e))return!1;const t=e.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=t.padEnd(Math.ceil(t.length/4)*4,"=");return iu(r)}const g1=J("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=tu),Le.init(e,t),e._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),e._zod.check=r=>{m1(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),v1=J("$ZodE164",(e,t)=>{t.pattern??(t.pattern=Cg),Le.init(e,t)});function _1(e,t=null){try{const r=e.split(".");if(r.length!==3)return!1;const[n]=r;if(!n)return!1;const o=JSON.parse(atob(n));return!("typ"in o&&o?.typ!=="JWT"||!o.alg||t&&(!("alg"in o)||o.alg!==t))}catch{return!1}}const y1=J("$ZodJWT",(e,t)=>{Le.init(e,t),e._zod.check=r=>{_1(r.value,t.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}}),lu=J("$ZodNumber",(e,t)=>{Oe.init(e,t),e._zod.pattern=e._zod.bag.pattern??Rg,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=Number(r.value)}catch{}const o=r.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return r;const s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:o,inst:e,...s?{received:s}:{}}),r}}),w1=J("$ZodNumber",(e,t)=>{qg.init(e,t),lu.init(e,t)}),b1=J("$ZodBoolean",(e,t)=>{Oe.init(e,t),e._zod.pattern=Pg,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=!!r.value}catch{}const o=r.value;return typeof o=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:e}),r}}),k1=J("$ZodNull",(e,t)=>{Oe.init(e,t),e._zod.pattern=Og,e._zod.values=new Set([null]),e._zod.parse=(r,n)=>{const o=r.value;return o===null||r.issues.push({expected:"null",code:"invalid_type",input:o,inst:e}),r}}),S1=J("$ZodAny",(e,t)=>{Oe.init(e,t),e._zod.parse=r=>r}),C1=J("$ZodUnknown",(e,t)=>{Oe.init(e,t),e._zod.parse=r=>r}),T1=J("$ZodNever",(e,t)=>{Oe.init(e,t),e._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:e}),r)});function cu(e,t,r){e.issues.length&&t.issues.push(...Sr(r,e.issues)),t.value[r]=e.value}const $1=J("$ZodArray",(e,t)=>{Oe.init(e,t),e._zod.parse=(r,n)=>{const o=r.value;if(!Array.isArray(o))return r.issues.push({expected:"array",code:"invalid_type",input:o,inst:e}),r;r.value=Array(o.length);const s=[];for(let a=0;a<o.length;a++){const i=o[a],l=t.element._zod.run({value:i,issues:[]},n);l instanceof Promise?s.push(l.then(c=>cu(c,r,a))):cu(l,r,a)}return s.length?Promise.all(s).then(()=>r):r}});function ho(e,t,r){e.issues.length&&t.issues.push(...Sr(r,e.issues)),t.value[r]=e.value}function uu(e,t,r,n){e.issues.length?n[r]===void 0?r in n?t.value[r]=void 0:t.value[r]=e.value:t.issues.push(...Sr(r,e.issues)):e.value===void 0?r in n&&(t.value[r]=void 0):t.value[r]=e.value}const E1=J("$ZodObject",(e,t)=>{Oe.init(e,t);const r=ua(()=>{const g=Object.keys(t.shape);for(const d of g)if(!(t.shape[d]instanceof Oe))throw new Error(`Invalid element at key "${d}": expected a Zod schema`);const h=G2(t.shape);return{shape:t.shape,keys:g,keySet:new Set(g),numKeys:g.length,optionalKeys:new Set(h)}});Te(e._zod,"propValues",()=>{const g=t.shape,h={};for(const d in g){const p=g[d]._zod;if(p.values){h[d]??(h[d]=new Set);for(const w of p.values)h[d].add(w)}}return h});const n=g=>{const h=new Jg(["shape","payload","ctx"]),d=r.value,p=_=>{const f=wn(_);return`shape[${f}]._zod.run({ value: input[${f}], issues: [] }, ctx)`};h.write("const input = payload.value;");const w=Object.create(null);let m=0;for(const _ of d.keys)w[_]=`key_${m++}`;h.write("const newResult = {}");for(const _ of d.keys)if(d.optionalKeys.has(_)){const f=w[_];h.write(`const ${f} = ${p(_)};`);const b=wn(_);h.write(`
10
+ if (${f}.issues.length) {
11
11
  if (input[${b}] === undefined) {
12
12
  if (${b} in input) {
13
13
  newResult[${b}] = undefined;
14
14
  }
15
15
  } else {
16
16
  payload.issues = payload.issues.concat(
17
- ${y}.issues.map((iss) => ({
17
+ ${f}.issues.map((iss) => ({
18
18
  ...iss,
19
19
  path: iss.path ? [${b}, ...iss.path] : [${b}],
20
20
  }))
21
21
  );
22
22
  }
23
- } else if (${y}.value === undefined) {
23
+ } else if (${f}.value === undefined) {
24
24
  if (${b} in input) newResult[${b}] = undefined;
25
25
  } else {
26
- newResult[${b}] = ${y}.value;
26
+ newResult[${b}] = ${f}.value;
27
27
  }
28
- `)}else{const y=v[w];_.write(`const ${y} = ${g(w)};`),_.write(`
29
- if (${y}.issues.length) payload.issues = payload.issues.concat(${y}.issues.map(iss => ({
28
+ `)}else{const f=w[_];h.write(`const ${f} = ${p(_)};`),h.write(`
29
+ if (${f}.issues.length) payload.issues = payload.issues.concat(${f}.issues.map(iss => ({
30
30
  ...iss,
31
- path: iss.path ? [${jr(w)}, ...iss.path] : [${jr(w)}]
32
- })));`),_.write(`newResult[${jr(w)}] = ${y}.value`)}_.write("payload.value = newResult;"),_.write("return payload;");const d=_.compile();return(w,y)=>d(h,w,y)};let o;const s=Lo,i=!_u.jitless,l=i&&Dm.value,c=t.catchall;let u;e._zod.parse=(h,_)=>{u??(u=n.value);const f=h.value;if(!s(f))return h.issues.push({expected:"object",code:"invalid_type",input:f,inst:e}),h;const g=[];if(i&&l&&(_==null?void 0:_.async)===!1&&_.jitless!==!0)o||(o=r(t.shape)),h=o(h,_);else{h.value={};const y=u.shape;for(const b of u.keys){const k=y[b],x=k._zod.run({value:f[b],issues:[]},_),T=k._zod.optin==="optional"&&k._zod.optout==="optional";x instanceof Promise?g.push(x.then(D=>T?ju(D,h,b,f):Uo(D,h,b))):T?ju(x,h,b,f):Uo(x,h,b)}}if(!c)return g.length?Promise.all(g).then(()=>h):h;const v=[],m=u.keySet,d=c._zod,w=d.def.type;for(const y of Object.keys(f)){if(m.has(y))continue;if(w==="never"){v.push(y);continue}const b=d.run({value:f[y],issues:[]},_);b instanceof Promise?g.push(b.then(k=>Uo(k,h,y))):Uo(b,h,y)}return v.length&&h.issues.push({code:"unrecognized_keys",keys:v,input:f,inst:e}),g.length?Promise.all(g).then(()=>h):h}});function zu(e,t,n,r){for(const o of e)if(o.issues.length===0)return t.value=o.value,t;return t.issues.push({code:"invalid_union",input:t.value,inst:n,errors:e.map(o=>o.issues.map(s=>bn(s,r,wn())))}),t}const Du=A("$ZodUnion",(e,t)=>{Te.init(e,t),be(e._zod,"optin",()=>t.options.some(n=>n._zod.optin==="optional")?"optional":void 0),be(e._zod,"optout",()=>t.options.some(n=>n._zod.optout==="optional")?"optional":void 0),be(e._zod,"values",()=>{if(t.options.every(n=>n._zod.values))return new Set(t.options.flatMap(n=>Array.from(n._zod.values)))}),be(e._zod,"pattern",()=>{if(t.options.every(n=>n._zod.pattern)){const n=t.options.map(r=>r._zod.pattern);return new RegExp(`^(${n.map(r=>$i(r.source)).join("|")})$`)}}),e._zod.parse=(n,r)=>{let o=!1;const s=[];for(const i of t.options){const a=i._zod.run({value:n.value,issues:[]},r);if(a instanceof Promise)s.push(a),o=!0;else{if(a.issues.length===0)return a;s.push(a)}}return o?Promise.all(s).then(i=>zu(i,n,e,r)):zu(s,n,e,r)}}),bg=A("$ZodDiscriminatedUnion",(e,t)=>{Du.init(e,t);const n=e._zod.parse;be(e._zod,"propValues",()=>{const o={};for(const s of t.options){const i=s._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(s)}"`);for(const[a,l]of Object.entries(i)){o[a]||(o[a]=new Set);for(const c of l)o[a].add(c)}}return o});const r=wi(()=>{const o=t.options,s=new Map;for(const i of o){const a=i._zod.propValues[t.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(const l of a){if(s.has(l))throw new Error(`Duplicate discriminator value "${String(l)}"`);s.set(l,i)}}return s});e._zod.parse=(o,s)=>{const i=o.value;if(!Lo(i))return o.issues.push({code:"invalid_type",expected:"object",input:i,inst:e}),o;const a=r.value.get(i==null?void 0:i[t.discriminator]);return a?a._zod.run(o,s):t.unionFallback?n(o,s):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:i,path:[t.discriminator],inst:e}),o)}}),$g=A("$ZodIntersection",(e,t)=>{Te.init(e,t),e._zod.parse=(n,r)=>{const o=n.value,s=t.left._zod.run({value:o,issues:[]},r),i=t.right._zod.run({value:o,issues:[]},r);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([l,c])=>Uu(n,l,c)):Uu(n,s,i)}});function Ei(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(jo(e)&&jo(t)){const n=Object.keys(t),r=Object.keys(e).filter(s=>n.indexOf(s)!==-1),o={...e,...t};for(const s of r){const i=Ei(e[s],t[s]);if(!i.valid)return{valid:!1,mergeErrorPath:[s,...i.mergeErrorPath]};o[s]=i.data}return{valid:!0,data:o}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};const n=[];for(let r=0;r<e.length;r++){const o=e[r],s=t[r],i=Ei(o,s);if(!i.valid)return{valid:!1,mergeErrorPath:[r,...i.mergeErrorPath]};n.push(i.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}function Uu(e,t,n){if(t.issues.length&&e.issues.push(...t.issues),n.issues.length&&e.issues.push(...n.issues),Dr(e))return e;const r=Ei(t.value,n.value);if(!r.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(r.mergeErrorPath)}`);return e.value=r.data,e}const Sg=A("$ZodRecord",(e,t)=>{Te.init(e,t),e._zod.parse=(n,r)=>{const o=n.value;if(!jo(o))return n.issues.push({expected:"record",code:"invalid_type",input:o,inst:e}),n;const s=[];if(t.keyType._zod.values){const i=t.keyType._zod.values;n.value={};for(const l of i)if(typeof l=="string"||typeof l=="number"||typeof l=="symbol"){const c=t.valueType._zod.run({value:o[l],issues:[]},r);c instanceof Promise?s.push(c.then(u=>{u.issues.length&&n.issues.push(...jn(l,u.issues)),n.value[l]=u.value})):(c.issues.length&&n.issues.push(...jn(l,c.issues)),n.value[l]=c.value)}let a;for(const l in o)i.has(l)||(a=a??[],a.push(l));a&&a.length>0&&n.issues.push({code:"unrecognized_keys",input:o,inst:e,keys:a})}else{n.value={};for(const i of Reflect.ownKeys(o)){if(i==="__proto__")continue;const a=t.keyType._zod.run({value:i,issues:[]},r);if(a instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(a.issues.length){n.issues.push({origin:"record",code:"invalid_key",issues:a.issues.map(c=>bn(c,r,wn())),input:i,path:[i],inst:e}),n.value[a.value]=a.value;continue}const l=t.valueType._zod.run({value:o[i],issues:[]},r);l instanceof Promise?s.push(l.then(c=>{c.issues.length&&n.issues.push(...jn(i,c.issues)),n.value[a.value]=c.value})):(l.issues.length&&n.issues.push(...jn(i,l.issues)),n.value[a.value]=l.value)}}return s.length?Promise.all(s).then(()=>n):n}}),Cg=A("$ZodEnum",(e,t)=>{Te.init(e,t);const n=yu(t.entries);e._zod.values=new Set(n),e._zod.pattern=new RegExp(`^(${n.filter(r=>Um.has(typeof r)).map(r=>typeof r=="string"?zr(r):r.toString()).join("|")})$`),e._zod.parse=(r,o)=>{const s=r.value;return e._zod.values.has(s)||r.issues.push({code:"invalid_value",values:n,input:s,inst:e}),r}}),Eg=A("$ZodLiteral",(e,t)=>{Te.init(e,t),e._zod.values=new Set(t.values),e._zod.pattern=new RegExp(`^(${t.values.map(n=>typeof n=="string"?zr(n):n?n.toString():String(n)).join("|")})$`),e._zod.parse=(n,r)=>{const o=n.value;return e._zod.values.has(o)||n.issues.push({code:"invalid_value",values:t.values,input:o,inst:e}),n}}),kg=A("$ZodTransform",(e,t)=>{Te.init(e,t),e._zod.parse=(n,r)=>{const o=t.transform(n.value,n);if(r.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(n.value=i,n));if(o instanceof Promise)throw new Lr;return n.value=o,n}}),Ig=A("$ZodOptional",(e,t)=>{Te.init(e,t),e._zod.optin="optional",e._zod.optout="optional",be(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),be(e._zod,"pattern",()=>{const n=t.innerType._zod.pattern;return n?new RegExp(`^(${$i(n.source)})?$`):void 0}),e._zod.parse=(n,r)=>t.innerType._zod.optin==="optional"?t.innerType._zod.run(n,r):n.value===void 0?n:t.innerType._zod.run(n,r)}),Tg=A("$ZodNullable",(e,t)=>{Te.init(e,t),be(e._zod,"optin",()=>t.innerType._zod.optin),be(e._zod,"optout",()=>t.innerType._zod.optout),be(e._zod,"pattern",()=>{const n=t.innerType._zod.pattern;return n?new RegExp(`^(${$i(n.source)}|null)$`):void 0}),be(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(n,r)=>n.value===null?n:t.innerType._zod.run(n,r)}),xg=A("$ZodDefault",(e,t)=>{Te.init(e,t),e._zod.optin="optional",be(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,r)=>{if(n.value===void 0)return n.value=t.defaultValue,n;const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(s=>qu(s,t)):qu(o,t)}});function qu(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}const Pg=A("$ZodPrefault",(e,t)=>{Te.init(e,t),e._zod.optin="optional",be(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,r)=>(n.value===void 0&&(n.value=t.defaultValue),t.innerType._zod.run(n,r))}),Rg=A("$ZodNonOptional",(e,t)=>{Te.init(e,t),be(e._zod,"values",()=>{const n=t.innerType._zod.values;return n?new Set([...n].filter(r=>r!==void 0)):void 0}),e._zod.parse=(n,r)=>{const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(s=>Zu(s,e)):Zu(o,e)}});function Zu(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}const Og=A("$ZodCatch",(e,t)=>{Te.init(e,t),e._zod.optin="optional",be(e._zod,"optout",()=>t.innerType._zod.optout),be(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,r)=>{const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(s=>(n.value=s.value,s.issues.length&&(n.value=t.catchValue({...n,error:{issues:s.issues.map(i=>bn(i,r,wn()))},input:n.value}),n.issues=[]),n)):(n.value=o.value,o.issues.length&&(n.value=t.catchValue({...n,error:{issues:o.issues.map(s=>bn(s,r,wn()))},input:n.value}),n.issues=[]),n)}}),Ng=A("$ZodPipe",(e,t)=>{Te.init(e,t),be(e._zod,"values",()=>t.in._zod.values),be(e._zod,"optin",()=>t.in._zod.optin),be(e._zod,"optout",()=>t.out._zod.optout),e._zod.parse=(n,r)=>{const o=t.in._zod.run(n,r);return o instanceof Promise?o.then(s=>Fu(s,t,r)):Fu(o,t,r)}});function Fu(e,t,n){return Dr(e)?e:t.out._zod.run({value:e.value,issues:e.issues},n)}const Mg=A("$ZodReadonly",(e,t)=>{Te.init(e,t),be(e._zod,"propValues",()=>t.innerType._zod.propValues),be(e._zod,"values",()=>t.innerType._zod.values),be(e._zod,"optin",()=>t.innerType._zod.optin),be(e._zod,"optout",()=>t.innerType._zod.optout),e._zod.parse=(n,r)=>{const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(Vu):Vu(o)}});function Vu(e){return e.value=Object.freeze(e.value),e}const Ag=A("$ZodLazy",(e,t)=>{Te.init(e,t),be(e._zod,"innerType",()=>t.getter()),be(e._zod,"pattern",()=>e._zod.innerType._zod.pattern),be(e._zod,"propValues",()=>e._zod.innerType._zod.propValues),be(e._zod,"optin",()=>e._zod.innerType._zod.optin),be(e._zod,"optout",()=>e._zod.innerType._zod.optout),e._zod.parse=(n,r)=>e._zod.innerType._zod.run(n,r)}),Lg=A("$ZodCustom",(e,t)=>{ut.init(e,t),Te.init(e,t),e._zod.parse=(n,r)=>n,e._zod.check=n=>{const r=n.value,o=t.fn(r);if(o instanceof Promise)return o.then(s=>Bu(s,n,r,e));Bu(o,n,r,e)}});function Bu(e,t,n,r){if(!e){const o={code:"custom",input:n,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(o.params=r._zod.def.params),t.issues.push(Ur(o))}}class Hu{constructor(){this._map=new Map,this._idmap=new Map}add(t,...n){const r=n[0];if(this._map.set(t,r),r&&typeof r=="object"&&"id"in r){if(this._idmap.has(r.id))throw new Error(`ID ${r.id} already exists in the registry`);this._idmap.set(r.id,t)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(t){const n=this._map.get(t);return n&&typeof n=="object"&&"id"in n&&this._idmap.delete(n.id),this._map.delete(t),this}get(t){const n=t._zod.parent;if(n){const r={...this.get(n)??{}};return delete r.id,{...r,...this._map.get(t)}}return this._map.get(t)}has(t){return this._map.has(t)}}function jg(){return new Hu}const qr=jg();function zg(e,t){return new e({type:"string",...W(t)})}function Dg(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...W(t)})}function Ju(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...W(t)})}function Ug(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...W(t)})}function qg(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...W(t)})}function Zg(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...W(t)})}function Fg(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...W(t)})}function Gu(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...W(t)})}function Vg(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...W(t)})}function Bg(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...W(t)})}function Hg(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...W(t)})}function Jg(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...W(t)})}function Gg(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...W(t)})}function Wg(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...W(t)})}function Kg(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...W(t)})}function Yg(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...W(t)})}function Qg(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...W(t)})}function Xg(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...W(t)})}function ev(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...W(t)})}function Wu(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...W(t)})}function tv(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...W(t)})}function nv(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...W(t)})}function rv(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...W(t)})}function ov(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...W(t)})}function sv(e,t){return new e({type:"string",format:"date",check:"string_format",...W(t)})}function iv(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...W(t)})}function av(e,t){return new e({type:"string",format:"duration",check:"string_format",...W(t)})}function lv(e,t){return new e({type:"number",checks:[],...W(t)})}function cv(e,t){return new e({type:"number",coerce:!0,checks:[],...W(t)})}function uv(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...W(t)})}function dv(e,t){return new e({type:"boolean",...W(t)})}function pv(e,t){return new e({type:"null",...W(t)})}function fv(e){return new e({type:"any"})}function hv(e){return new e({type:"unknown"})}function mv(e,t){return new e({type:"never",...W(t)})}function Ku(e,t){return new Ou({check:"less_than",...W(t),value:e,inclusive:!1})}function ki(e,t){return new Ou({check:"less_than",...W(t),value:e,inclusive:!0})}function Yu(e,t){return new Nu({check:"greater_than",...W(t),value:e,inclusive:!1})}function Ii(e,t){return new Nu({check:"greater_than",...W(t),value:e,inclusive:!0})}function Qu(e,t){return new T1({check:"multiple_of",...W(t),value:e})}function Xu(e,t){return new P1({check:"max_length",...W(t),maximum:e})}function qo(e,t){return new R1({check:"min_length",...W(t),minimum:e})}function ed(e,t){return new O1({check:"length_equals",...W(t),length:e})}function gv(e,t){return new N1({check:"string_format",format:"regex",...W(t),pattern:e})}function vv(e){return new M1({check:"string_format",format:"lowercase",...W(e)})}function _v(e){return new A1({check:"string_format",format:"uppercase",...W(e)})}function yv(e,t){return new L1({check:"string_format",format:"includes",...W(t),includes:e})}function wv(e,t){return new j1({check:"string_format",format:"starts_with",...W(t),prefix:e})}function bv(e,t){return new z1({check:"string_format",format:"ends_with",...W(t),suffix:e})}function Zr(e){return new D1({check:"overwrite",tx:e})}function $v(e){return Zr(t=>t.normalize(e))}function Sv(){return Zr(e=>e.trim())}function Cv(){return Zr(e=>e.toLowerCase())}function Ev(){return Zr(e=>e.toUpperCase())}function kv(e,t,n){return new e({type:"array",element:t,...W(n)})}function Iv(e,t,n){const r=W(n);return r.abort??(r.abort=!0),new e({type:"custom",check:"custom",fn:t,...r})}function Tv(e,t,n){return new e({type:"custom",check:"custom",fn:t,...W(n)})}class td{constructor(t){this.counter=0,this.metadataRegistry=(t==null?void 0:t.metadata)??qr,this.target=(t==null?void 0:t.target)??"draft-2020-12",this.unrepresentable=(t==null?void 0:t.unrepresentable)??"throw",this.override=(t==null?void 0:t.override)??(()=>{}),this.io=(t==null?void 0:t.io)??"output",this.seen=new Map}process(t,n={path:[],schemaPath:[]}){var h,_,f;var r;const o=t._zod.def,s={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(t);if(i)return i.count++,n.schemaPath.includes(t)&&(i.cycle=n.path),i.schema;const a={schema:{},count:1,cycle:void 0,path:n.path};this.seen.set(t,a);const l=(_=(h=t._zod).toJSONSchema)==null?void 0:_.call(h);if(l)a.schema=l;else{const g={...n,schemaPath:[...n.schemaPath,t],path:n.path},v=t._zod.parent;if(v)a.ref=v,this.process(v,g),this.seen.get(v).isParent=!0;else{const m=a.schema;switch(o.type){case"string":{const d=m;d.type="string";const{minimum:w,maximum:y,format:b,patterns:k,contentEncoding:x}=t._zod.bag;if(typeof w=="number"&&(d.minLength=w),typeof y=="number"&&(d.maxLength=y),b&&(d.format=s[b]??b,d.format===""&&delete d.format),x&&(d.contentEncoding=x),k&&k.size>0){const T=[...k];T.length===1?d.pattern=T[0].source:T.length>1&&(a.schema.allOf=[...T.map(D=>({...this.target==="draft-7"?{type:"string"}:{},pattern:D.source}))])}break}case"number":{const d=m,{minimum:w,maximum:y,format:b,multipleOf:k,exclusiveMaximum:x,exclusiveMinimum:T}=t._zod.bag;typeof b=="string"&&b.includes("int")?d.type="integer":d.type="number",typeof T=="number"&&(d.exclusiveMinimum=T),typeof w=="number"&&(d.minimum=w,typeof T=="number"&&(T>=w?delete d.minimum:delete d.exclusiveMinimum)),typeof x=="number"&&(d.exclusiveMaximum=x),typeof y=="number"&&(d.maximum=y,typeof x=="number"&&(x<=y?delete d.maximum:delete d.exclusiveMaximum)),typeof k=="number"&&(d.multipleOf=k);break}case"boolean":{const d=m;d.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema");break}case"null":{m.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{m.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{const d=m,{minimum:w,maximum:y}=t._zod.bag;typeof w=="number"&&(d.minItems=w),typeof y=="number"&&(d.maxItems=y),d.type="array",d.items=this.process(o.element,{...g,path:[...g.path,"items"]});break}case"object":{const d=m;d.type="object",d.properties={};const w=o.shape;for(const k in w)d.properties[k]=this.process(w[k],{...g,path:[...g.path,"properties",k]});const y=new Set(Object.keys(w)),b=new Set([...y].filter(k=>{const x=o.shape[k]._zod;return this.io==="input"?x.optin===void 0:x.optout===void 0}));b.size>0&&(d.required=Array.from(b)),((f=o.catchall)==null?void 0:f._zod.def.type)==="never"?d.additionalProperties=!1:o.catchall?o.catchall&&(d.additionalProperties=this.process(o.catchall,{...g,path:[...g.path,"additionalProperties"]})):this.io==="output"&&(d.additionalProperties=!1);break}case"union":{const d=m;d.anyOf=o.options.map((w,y)=>this.process(w,{...g,path:[...g.path,"anyOf",y]}));break}case"intersection":{const d=m,w=this.process(o.left,{...g,path:[...g.path,"allOf",0]}),y=this.process(o.right,{...g,path:[...g.path,"allOf",1]}),b=x=>"allOf"in x&&Object.keys(x).length===1,k=[...b(w)?w.allOf:[w],...b(y)?y.allOf:[y]];d.allOf=k;break}case"tuple":{const d=m;d.type="array";const w=o.items.map((k,x)=>this.process(k,{...g,path:[...g.path,"prefixItems",x]}));if(this.target==="draft-2020-12"?d.prefixItems=w:d.items=w,o.rest){const k=this.process(o.rest,{...g,path:[...g.path,"items"]});this.target==="draft-2020-12"?d.items=k:d.additionalItems=k}o.rest&&(d.items=this.process(o.rest,{...g,path:[...g.path,"items"]}));const{minimum:y,maximum:b}=t._zod.bag;typeof y=="number"&&(d.minItems=y),typeof b=="number"&&(d.maxItems=b);break}case"record":{const d=m;d.type="object",d.propertyNames=this.process(o.keyType,{...g,path:[...g.path,"propertyNames"]}),d.additionalProperties=this.process(o.valueType,{...g,path:[...g.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{const d=m,w=yu(o.entries);w.every(y=>typeof y=="number")&&(d.type="number"),w.every(y=>typeof y=="string")&&(d.type="string"),d.enum=w;break}case"literal":{const d=m,w=[];for(const y of o.values)if(y===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof y=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");w.push(Number(y))}else w.push(y);if(w.length!==0)if(w.length===1){const y=w[0];d.type=y===null?"null":typeof y,d.const=y}else w.every(y=>typeof y=="number")&&(d.type="number"),w.every(y=>typeof y=="string")&&(d.type="string"),w.every(y=>typeof y=="boolean")&&(d.type="string"),w.every(y=>y===null)&&(d.type="null"),d.enum=w;break}case"file":{const d=m,w={type:"string",format:"binary",contentEncoding:"binary"},{minimum:y,maximum:b,mime:k}=t._zod.bag;y!==void 0&&(w.minLength=y),b!==void 0&&(w.maxLength=b),k?k.length===1?(w.contentMediaType=k[0],Object.assign(d,w)):d.anyOf=k.map(x=>({...w,contentMediaType:x})):Object.assign(d,w);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{const d=this.process(o.innerType,g);m.anyOf=[d,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,g),a.ref=o.innerType;break}case"success":{const d=m;d.type="boolean";break}case"default":{this.process(o.innerType,g),a.ref=o.innerType,m.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{this.process(o.innerType,g),a.ref=o.innerType,this.io==="input"&&(m._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break}case"catch":{this.process(o.innerType,g),a.ref=o.innerType;let d;try{d=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}m.default=d;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{const d=m,w=t._zod.pattern;if(!w)throw new Error("Pattern not found in template literal");d.type="string",d.pattern=w.source;break}case"pipe":{const d=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(d,g),a.ref=d;break}case"readonly":{this.process(o.innerType,g),a.ref=o.innerType,m.readOnly=!0;break}case"promise":{this.process(o.innerType,g),a.ref=o.innerType;break}case"optional":{this.process(o.innerType,g),a.ref=o.innerType;break}case"lazy":{const d=t._zod.innerType;this.process(d,g),a.ref=d;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}}}}const c=this.metadataRegistry.get(t);return c&&Object.assign(a.schema,c),this.io==="input"&&De(t)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((r=a.schema).default??(r.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(t).schema}emit(t,n){var u,h,_,f,g,v;const r={cycles:(n==null?void 0:n.cycles)??"ref",reused:(n==null?void 0:n.reused)??"inline",external:(n==null?void 0:n.external)??void 0},o=this.seen.get(t);if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.");const s=m=>{var k;const d=this.target==="draft-2020-12"?"$defs":"definitions";if(r.external){const x=(k=r.external.registry.get(m[0]))==null?void 0:k.id,T=r.external.uri??(U=>U);if(x)return{ref:T(x)};const D=m[1].defId??m[1].schema.id??`schema${this.counter++}`;return m[1].defId=D,{defId:D,ref:`${T("__shared")}#/${d}/${D}`}}if(m[1]===o)return{ref:"#"};const y=`#/${d}/`,b=m[1].schema.id??`__schema${this.counter++}`;return{defId:b,ref:y+b}},i=m=>{if(m[1].schema.$ref)return;const d=m[1],{ref:w,defId:y}=s(m);d.def={...d.schema},y&&(d.defId=y);const b=d.schema;for(const k in b)delete b[k];b.$ref=w};if(r.cycles==="throw")for(const m of this.seen.entries()){const d=m[1];if(d.cycle)throw new Error(`Cycle detected: #/${(u=d.cycle)==null?void 0:u.join("/")}/<root>
31
+ path: iss.path ? [${wn(_)}, ...iss.path] : [${wn(_)}]
32
+ })));`),h.write(`newResult[${wn(_)}] = ${f}.value`)}h.write("payload.value = newResult;"),h.write("return payload;");const y=h.compile();return(_,f)=>y(g,_,f)};let o;const s=co,a=!Hc.jitless,l=a&&B2.value,c=t.catchall;let u;e._zod.parse=(g,h)=>{u??(u=r.value);const d=g.value;if(!s(d))return g.issues.push({expected:"object",code:"invalid_type",input:d,inst:e}),g;const p=[];if(a&&l&&h?.async===!1&&h.jitless!==!0)o||(o=n(t.shape)),g=o(g,h);else{g.value={};const f=u.shape;for(const b of u.keys){const k=f[b],S=k._zod.run({value:d[b],issues:[]},h),C=k._zod.optin==="optional"&&k._zod.optout==="optional";S instanceof Promise?p.push(S.then(I=>C?uu(I,g,b,d):ho(I,g,b))):C?uu(S,g,b,d):ho(S,g,b)}}if(!c)return p.length?Promise.all(p).then(()=>g):g;const w=[],m=u.keySet,y=c._zod,_=y.def.type;for(const f of Object.keys(d)){if(m.has(f))continue;if(_==="never"){w.push(f);continue}const b=y.run({value:d[f],issues:[]},h);b instanceof Promise?p.push(b.then(k=>ho(k,g,f))):ho(b,g,f)}return w.length&&g.issues.push({code:"unrecognized_keys",keys:w,input:d,inst:e}),p.length?Promise.all(p).then(()=>g):g}});function du(e,t,r,n){for(const o of e)if(o.issues.length===0)return t.value=o.value,t;return t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(o=>o.issues.map(s=>lr(s,n,ir())))}),t}const pu=J("$ZodUnion",(e,t)=>{Oe.init(e,t),Te(e._zod,"optin",()=>t.options.some(r=>r._zod.optin==="optional")?"optional":void 0),Te(e._zod,"optout",()=>t.options.some(r=>r._zod.optout==="optional")?"optional":void 0),Te(e._zod,"values",()=>{if(t.options.every(r=>r._zod.values))return new Set(t.options.flatMap(r=>Array.from(r._zod.values)))}),Te(e._zod,"pattern",()=>{if(t.options.every(r=>r._zod.pattern)){const r=t.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>pa(n.source)).join("|")})$`)}}),e._zod.parse=(r,n)=>{let o=!1;const s=[];for(const a of t.options){const i=a._zod.run({value:r.value,issues:[]},n);if(i instanceof Promise)s.push(i),o=!0;else{if(i.issues.length===0)return i;s.push(i)}}return o?Promise.all(s).then(a=>du(a,r,e,n)):du(s,r,e,n)}}),I1=J("$ZodDiscriminatedUnion",(e,t)=>{pu.init(e,t);const r=e._zod.parse;Te(e._zod,"propValues",()=>{const o={};for(const s of t.options){const a=s._zod.propValues;if(!a||Object.keys(a).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(s)}"`);for(const[i,l]of Object.entries(a)){o[i]||(o[i]=new Set);for(const c of l)o[i].add(c)}}return o});const n=ua(()=>{const o=t.options,s=new Map;for(const a of o){const i=a._zod.propValues[t.discriminator];if(!i||i.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(a)}"`);for(const l of i){if(s.has(l))throw new Error(`Duplicate discriminator value "${String(l)}"`);s.set(l,a)}}return s});e._zod.parse=(o,s)=>{const a=o.value;if(!co(a))return o.issues.push({code:"invalid_type",expected:"object",input:a,inst:e}),o;const i=n.value.get(a?.[t.discriminator]);return i?i._zod.run(o,s):t.unionFallback?r(o,s):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:a,path:[t.discriminator],inst:e}),o)}}),x1=J("$ZodIntersection",(e,t)=>{Oe.init(e,t),e._zod.parse=(r,n)=>{const o=r.value,s=t.left._zod.run({value:o,issues:[]},n),a=t.right._zod.run({value:o,issues:[]},n);return s instanceof Promise||a instanceof Promise?Promise.all([s,a]).then(([l,c])=>fu(r,l,c)):fu(r,s,a)}});function ma(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(uo(e)&&uo(t)){const r=Object.keys(t),n=Object.keys(e).filter(s=>r.indexOf(s)!==-1),o={...e,...t};for(const s of n){const a=ma(e[s],t[s]);if(!a.valid)return{valid:!1,mergeErrorPath:[s,...a.mergeErrorPath]};o[s]=a.data}return{valid:!0,data:o}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};const r=[];for(let n=0;n<e.length;n++){const o=e[n],s=t[n],a=ma(o,s);if(!a.valid)return{valid:!1,mergeErrorPath:[n,...a.mergeErrorPath]};r.push(a.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function fu(e,t,r){if(t.issues.length&&e.issues.push(...t.issues),r.issues.length&&e.issues.push(...r.issues),kn(e))return e;const n=ma(t.value,r.value);if(!n.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);return e.value=n.data,e}const R1=J("$ZodRecord",(e,t)=>{Oe.init(e,t),e._zod.parse=(r,n)=>{const o=r.value;if(!uo(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:e}),r;const s=[];if(t.keyType._zod.values){const a=t.keyType._zod.values;r.value={};for(const l of a)if(typeof l=="string"||typeof l=="number"||typeof l=="symbol"){const c=t.valueType._zod.run({value:o[l],issues:[]},n);c instanceof Promise?s.push(c.then(u=>{u.issues.length&&r.issues.push(...Sr(l,u.issues)),r.value[l]=u.value})):(c.issues.length&&r.issues.push(...Sr(l,c.issues)),r.value[l]=c.value)}let i;for(const l in o)a.has(l)||(i=i??[],i.push(l));i&&i.length>0&&r.issues.push({code:"unrecognized_keys",input:o,inst:e,keys:i})}else{r.value={};for(const a of Reflect.ownKeys(o)){if(a==="__proto__")continue;const i=t.keyType._zod.run({value:a,issues:[]},n);if(i instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(i.issues.length){r.issues.push({origin:"record",code:"invalid_key",issues:i.issues.map(c=>lr(c,n,ir())),input:a,path:[a],inst:e}),r.value[i.value]=i.value;continue}const l=t.valueType._zod.run({value:o[a],issues:[]},n);l instanceof Promise?s.push(l.then(c=>{c.issues.length&&r.issues.push(...Sr(a,c.issues)),r.value[i.value]=c.value})):(l.issues.length&&r.issues.push(...Sr(a,l.issues)),r.value[i.value]=l.value)}}return s.length?Promise.all(s).then(()=>r):r}}),P1=J("$ZodEnum",(e,t)=>{Oe.init(e,t);const r=Bc(t.entries);e._zod.values=new Set(r),e._zod.pattern=new RegExp(`^(${r.filter(n=>J2.has(typeof n)).map(n=>typeof n=="string"?bn(n):n.toString()).join("|")})$`),e._zod.parse=(n,o)=>{const s=n.value;return e._zod.values.has(s)||n.issues.push({code:"invalid_value",values:r,input:s,inst:e}),n}}),O1=J("$ZodLiteral",(e,t)=>{Oe.init(e,t),e._zod.values=new Set(t.values),e._zod.pattern=new RegExp(`^(${t.values.map(r=>typeof r=="string"?bn(r):r?r.toString():String(r)).join("|")})$`),e._zod.parse=(r,n)=>{const o=r.value;return e._zod.values.has(o)||r.issues.push({code:"invalid_value",values:t.values,input:o,inst:e}),r}}),M1=J("$ZodTransform",(e,t)=>{Oe.init(e,t),e._zod.parse=(r,n)=>{const o=t.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(a=>(r.value=a,r));if(o instanceof Promise)throw new yn;return r.value=o,r}}),N1=J("$ZodOptional",(e,t)=>{Oe.init(e,t),e._zod.optin="optional",e._zod.optout="optional",Te(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),Te(e._zod,"pattern",()=>{const r=t.innerType._zod.pattern;return r?new RegExp(`^(${pa(r.source)})?$`):void 0}),e._zod.parse=(r,n)=>t.innerType._zod.optin==="optional"?t.innerType._zod.run(r,n):r.value===void 0?r:t.innerType._zod.run(r,n)}),A1=J("$ZodNullable",(e,t)=>{Oe.init(e,t),Te(e._zod,"optin",()=>t.innerType._zod.optin),Te(e._zod,"optout",()=>t.innerType._zod.optout),Te(e._zod,"pattern",()=>{const r=t.innerType._zod.pattern;return r?new RegExp(`^(${pa(r.source)}|null)$`):void 0}),Te(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,n)=>r.value===null?r:t.innerType._zod.run(r,n)}),q1=J("$ZodDefault",(e,t)=>{Oe.init(e,t),e._zod.optin="optional",Te(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{if(r.value===void 0)return r.value=t.defaultValue,r;const o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>hu(s,t)):hu(o,t)}});function hu(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}const L1=J("$ZodPrefault",(e,t)=>{Oe.init(e,t),e._zod.optin="optional",Te(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>(r.value===void 0&&(r.value=t.defaultValue),t.innerType._zod.run(r,n))}),j1=J("$ZodNonOptional",(e,t)=>{Oe.init(e,t),Te(e._zod,"values",()=>{const r=t.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),e._zod.parse=(r,n)=>{const o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>mu(s,e)):mu(o,e)}});function mu(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}const U1=J("$ZodCatch",(e,t)=>{Oe.init(e,t),e._zod.optin="optional",Te(e._zod,"optout",()=>t.innerType._zod.optout),Te(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{const o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>(r.value=s.value,s.issues.length&&(r.value=t.catchValue({...r,error:{issues:s.issues.map(a=>lr(a,n,ir()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=t.catchValue({...r,error:{issues:o.issues.map(s=>lr(s,n,ir()))},input:r.value}),r.issues=[]),r)}}),z1=J("$ZodPipe",(e,t)=>{Oe.init(e,t),Te(e._zod,"values",()=>t.in._zod.values),Te(e._zod,"optin",()=>t.in._zod.optin),Te(e._zod,"optout",()=>t.out._zod.optout),e._zod.parse=(r,n)=>{const o=t.in._zod.run(r,n);return o instanceof Promise?o.then(s=>gu(s,t,n)):gu(o,t,n)}});function gu(e,t,r){return kn(e)?e:t.out._zod.run({value:e.value,issues:e.issues},r)}const D1=J("$ZodReadonly",(e,t)=>{Oe.init(e,t),Te(e._zod,"propValues",()=>t.innerType._zod.propValues),Te(e._zod,"values",()=>t.innerType._zod.values),Te(e._zod,"optin",()=>t.innerType._zod.optin),Te(e._zod,"optout",()=>t.innerType._zod.optout),e._zod.parse=(r,n)=>{const o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(vu):vu(o)}});function vu(e){return e.value=Object.freeze(e.value),e}const Z1=J("$ZodLazy",(e,t)=>{Oe.init(e,t),Te(e._zod,"innerType",()=>t.getter()),Te(e._zod,"pattern",()=>e._zod.innerType._zod.pattern),Te(e._zod,"propValues",()=>e._zod.innerType._zod.propValues),Te(e._zod,"optin",()=>e._zod.innerType._zod.optin),Te(e._zod,"optout",()=>e._zod.innerType._zod.optout),e._zod.parse=(r,n)=>e._zod.innerType._zod.run(r,n)}),F1=J("$ZodCustom",(e,t)=>{it.init(e,t),Oe.init(e,t),e._zod.parse=(r,n)=>r,e._zod.check=r=>{const n=r.value,o=t.fn(n);if(o instanceof Promise)return o.then(s=>_u(s,r,n,e));_u(o,r,n,e)}});function _u(e,t,r,n){if(!e){const o={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(o.params=n._zod.def.params),t.issues.push(Sn(o))}}class yu{constructor(){this._map=new Map,this._idmap=new Map}add(t,...r){const n=r[0];if(this._map.set(t,n),n&&typeof n=="object"&&"id"in n){if(this._idmap.has(n.id))throw new Error(`ID ${n.id} already exists in the registry`);this._idmap.set(n.id,t)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(t){const r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){const r=t._zod.parent;if(r){const n={...this.get(r)??{}};return delete n.id,{...n,...this._map.get(t)}}return this._map.get(t)}has(t){return this._map.has(t)}}function V1(){return new yu}const Cn=V1();function H1(e,t){return new e({type:"string",...re(t)})}function B1(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...re(t)})}function wu(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...re(t)})}function J1(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...re(t)})}function G1(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...re(t)})}function W1(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...re(t)})}function K1(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...re(t)})}function bu(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...re(t)})}function Y1(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...re(t)})}function Q1(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...re(t)})}function X1(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...re(t)})}function ev(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...re(t)})}function tv(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...re(t)})}function rv(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...re(t)})}function nv(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...re(t)})}function ov(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...re(t)})}function sv(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...re(t)})}function av(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...re(t)})}function iv(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...re(t)})}function ku(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...re(t)})}function lv(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...re(t)})}function cv(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...re(t)})}function uv(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...re(t)})}function dv(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...re(t)})}function pv(e,t){return new e({type:"string",format:"date",check:"string_format",...re(t)})}function fv(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...re(t)})}function hv(e,t){return new e({type:"string",format:"duration",check:"string_format",...re(t)})}function mv(e,t){return new e({type:"number",checks:[],...re(t)})}function gv(e,t){return new e({type:"number",coerce:!0,checks:[],...re(t)})}function vv(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...re(t)})}function _v(e,t){return new e({type:"boolean",...re(t)})}function yv(e,t){return new e({type:"null",...re(t)})}function wv(e){return new e({type:"any"})}function bv(e){return new e({type:"unknown"})}function kv(e,t){return new e({type:"never",...re(t)})}function Su(e,t){return new su({check:"less_than",...re(t),value:e,inclusive:!1})}function ga(e,t){return new su({check:"less_than",...re(t),value:e,inclusive:!0})}function Cu(e,t){return new au({check:"greater_than",...re(t),value:e,inclusive:!1})}function va(e,t){return new au({check:"greater_than",...re(t),value:e,inclusive:!0})}function Tu(e,t){return new Ag({check:"multiple_of",...re(t),value:e})}function $u(e,t){return new Lg({check:"max_length",...re(t),maximum:e})}function mo(e,t){return new jg({check:"min_length",...re(t),minimum:e})}function Eu(e,t){return new Ug({check:"length_equals",...re(t),length:e})}function Sv(e,t){return new zg({check:"string_format",format:"regex",...re(t),pattern:e})}function Cv(e){return new Dg({check:"string_format",format:"lowercase",...re(e)})}function Tv(e){return new Zg({check:"string_format",format:"uppercase",...re(e)})}function $v(e,t){return new Fg({check:"string_format",format:"includes",...re(t),includes:e})}function Ev(e,t){return new Vg({check:"string_format",format:"starts_with",...re(t),prefix:e})}function Iv(e,t){return new Hg({check:"string_format",format:"ends_with",...re(t),suffix:e})}function Tn(e){return new Bg({check:"overwrite",tx:e})}function xv(e){return Tn(t=>t.normalize(e))}function Rv(){return Tn(e=>e.trim())}function Pv(){return Tn(e=>e.toLowerCase())}function Ov(){return Tn(e=>e.toUpperCase())}function Mv(e,t,r){return new e({type:"array",element:t,...re(r)})}function Nv(e,t,r){const n=re(r);return n.abort??(n.abort=!0),new e({type:"custom",check:"custom",fn:t,...n})}function Av(e,t,r){return new e({type:"custom",check:"custom",fn:t,...re(r)})}class Iu{constructor(t){this.counter=0,this.metadataRegistry=t?.metadata??Cn,this.target=t?.target??"draft-2020-12",this.unrepresentable=t?.unrepresentable??"throw",this.override=t?.override??(()=>{}),this.io=t?.io??"output",this.seen=new Map}process(t,r={path:[],schemaPath:[]}){var n;const o=t._zod.def,s={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},a=this.seen.get(t);if(a)return a.count++,r.schemaPath.includes(t)&&(a.cycle=r.path),a.schema;const i={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(t,i);const l=t._zod.toJSONSchema?.();if(l)i.schema=l;else{const g={...r,schemaPath:[...r.schemaPath,t],path:r.path},h=t._zod.parent;if(h)i.ref=h,this.process(h,g),this.seen.get(h).isParent=!0;else{const d=i.schema;switch(o.type){case"string":{const p=d;p.type="string";const{minimum:w,maximum:m,format:y,patterns:_,contentEncoding:f}=t._zod.bag;if(typeof w=="number"&&(p.minLength=w),typeof m=="number"&&(p.maxLength=m),y&&(p.format=s[y]??y,p.format===""&&delete p.format),f&&(p.contentEncoding=f),_&&_.size>0){const b=[..._];b.length===1?p.pattern=b[0].source:b.length>1&&(i.schema.allOf=[...b.map(k=>({...this.target==="draft-7"?{type:"string"}:{},pattern:k.source}))])}break}case"number":{const p=d,{minimum:w,maximum:m,format:y,multipleOf:_,exclusiveMaximum:f,exclusiveMinimum:b}=t._zod.bag;typeof y=="string"&&y.includes("int")?p.type="integer":p.type="number",typeof b=="number"&&(p.exclusiveMinimum=b),typeof w=="number"&&(p.minimum=w,typeof b=="number"&&(b>=w?delete p.minimum:delete p.exclusiveMinimum)),typeof f=="number"&&(p.exclusiveMaximum=f),typeof m=="number"&&(p.maximum=m,typeof f=="number"&&(f<=m?delete p.maximum:delete p.exclusiveMaximum)),typeof _=="number"&&(p.multipleOf=_);break}case"boolean":{const p=d;p.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema");break}case"null":{d.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{d.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{const p=d,{minimum:w,maximum:m}=t._zod.bag;typeof w=="number"&&(p.minItems=w),typeof m=="number"&&(p.maxItems=m),p.type="array",p.items=this.process(o.element,{...g,path:[...g.path,"items"]});break}case"object":{const p=d;p.type="object",p.properties={};const w=o.shape;for(const _ in w)p.properties[_]=this.process(w[_],{...g,path:[...g.path,"properties",_]});const m=new Set(Object.keys(w)),y=new Set([...m].filter(_=>{const f=o.shape[_]._zod;return this.io==="input"?f.optin===void 0:f.optout===void 0}));y.size>0&&(p.required=Array.from(y)),o.catchall?._zod.def.type==="never"?p.additionalProperties=!1:o.catchall?o.catchall&&(p.additionalProperties=this.process(o.catchall,{...g,path:[...g.path,"additionalProperties"]})):this.io==="output"&&(p.additionalProperties=!1);break}case"union":{const p=d;p.anyOf=o.options.map((w,m)=>this.process(w,{...g,path:[...g.path,"anyOf",m]}));break}case"intersection":{const p=d,w=this.process(o.left,{...g,path:[...g.path,"allOf",0]}),m=this.process(o.right,{...g,path:[...g.path,"allOf",1]}),y=f=>"allOf"in f&&Object.keys(f).length===1,_=[...y(w)?w.allOf:[w],...y(m)?m.allOf:[m]];p.allOf=_;break}case"tuple":{const p=d;p.type="array";const w=o.items.map((_,f)=>this.process(_,{...g,path:[...g.path,"prefixItems",f]}));if(this.target==="draft-2020-12"?p.prefixItems=w:p.items=w,o.rest){const _=this.process(o.rest,{...g,path:[...g.path,"items"]});this.target==="draft-2020-12"?p.items=_:p.additionalItems=_}o.rest&&(p.items=this.process(o.rest,{...g,path:[...g.path,"items"]}));const{minimum:m,maximum:y}=t._zod.bag;typeof m=="number"&&(p.minItems=m),typeof y=="number"&&(p.maxItems=y);break}case"record":{const p=d;p.type="object",p.propertyNames=this.process(o.keyType,{...g,path:[...g.path,"propertyNames"]}),p.additionalProperties=this.process(o.valueType,{...g,path:[...g.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{const p=d,w=Bc(o.entries);w.every(m=>typeof m=="number")&&(p.type="number"),w.every(m=>typeof m=="string")&&(p.type="string"),p.enum=w;break}case"literal":{const p=d,w=[];for(const m of o.values)if(m===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof m=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");w.push(Number(m))}else w.push(m);if(w.length!==0)if(w.length===1){const m=w[0];p.type=m===null?"null":typeof m,p.const=m}else w.every(m=>typeof m=="number")&&(p.type="number"),w.every(m=>typeof m=="string")&&(p.type="string"),w.every(m=>typeof m=="boolean")&&(p.type="string"),w.every(m=>m===null)&&(p.type="null"),p.enum=w;break}case"file":{const p=d,w={type:"string",format:"binary",contentEncoding:"binary"},{minimum:m,maximum:y,mime:_}=t._zod.bag;m!==void 0&&(w.minLength=m),y!==void 0&&(w.maxLength=y),_?_.length===1?(w.contentMediaType=_[0],Object.assign(p,w)):p.anyOf=_.map(f=>({...w,contentMediaType:f})):Object.assign(p,w);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{const p=this.process(o.innerType,g);d.anyOf=[p,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,g),i.ref=o.innerType;break}case"success":{const p=d;p.type="boolean";break}case"default":{this.process(o.innerType,g),i.ref=o.innerType,d.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{this.process(o.innerType,g),i.ref=o.innerType,this.io==="input"&&(d._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break}case"catch":{this.process(o.innerType,g),i.ref=o.innerType;let p;try{p=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}d.default=p;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{const p=d,w=t._zod.pattern;if(!w)throw new Error("Pattern not found in template literal");p.type="string",p.pattern=w.source;break}case"pipe":{const p=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(p,g),i.ref=p;break}case"readonly":{this.process(o.innerType,g),i.ref=o.innerType,d.readOnly=!0;break}case"promise":{this.process(o.innerType,g),i.ref=o.innerType;break}case"optional":{this.process(o.innerType,g),i.ref=o.innerType;break}case"lazy":{const p=t._zod.innerType;this.process(p,g),i.ref=p;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}}}}const c=this.metadataRegistry.get(t);return c&&Object.assign(i.schema,c),this.io==="input"&&De(t)&&(delete i.schema.examples,delete i.schema.default),this.io==="input"&&i.schema._prefault&&((n=i.schema).default??(n.default=i.schema._prefault)),delete i.schema._prefault,this.seen.get(t).schema}emit(t,r){const n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},o=this.seen.get(t);if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.");const s=u=>{const g=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){const w=n.external.registry.get(u[0])?.id,m=n.external.uri??(_=>_);if(w)return{ref:m(w)};const y=u[1].defId??u[1].schema.id??`schema${this.counter++}`;return u[1].defId=y,{defId:y,ref:`${m("__shared")}#/${g}/${y}`}}if(u[1]===o)return{ref:"#"};const d=`#/${g}/`,p=u[1].schema.id??`__schema${this.counter++}`;return{defId:p,ref:d+p}},a=u=>{if(u[1].schema.$ref)return;const g=u[1],{ref:h,defId:d}=s(u);g.def={...g.schema},d&&(g.defId=d);const p=g.schema;for(const w in p)delete p[w];p.$ref=h};if(n.cycles==="throw")for(const u of this.seen.entries()){const g=u[1];if(g.cycle)throw new Error(`Cycle detected: #/${g.cycle?.join("/")}/<root>
33
33
 
34
- Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(const m of this.seen.entries()){const d=m[1];if(t===m[0]){i(m);continue}if(r.external){const y=(h=r.external.registry.get(m[0]))==null?void 0:h.id;if(t!==m[0]&&y){i(m);continue}}if((_=this.metadataRegistry.get(m[0]))==null?void 0:_.id){i(m);continue}if(d.cycle){i(m);continue}if(d.count>1&&r.reused==="ref"){i(m);continue}}const a=(m,d)=>{const w=this.seen.get(m),y=w.def??w.schema,b={...y};if(w.ref===null)return;const k=w.ref;if(w.ref=null,k){a(k,d);const x=this.seen.get(k).schema;x.$ref&&d.target==="draft-7"?(y.allOf=y.allOf??[],y.allOf.push(x)):(Object.assign(y,x),Object.assign(y,b))}w.isParent||this.override({zodSchema:m,jsonSchema:y,path:w.path??[]})};for(const m of[...this.seen.entries()].reverse())a(m[0],{target:this.target});const l={};if(this.target==="draft-2020-12"?l.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?l.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),(f=r.external)!=null&&f.uri){const m=(g=r.external.registry.get(t))==null?void 0:g.id;if(!m)throw new Error("Schema is missing an `id` property");l.$id=r.external.uri(m)}Object.assign(l,o.def);const c=((v=r.external)==null?void 0:v.defs)??{};for(const m of this.seen.entries()){const d=m[1];d.def&&d.defId&&(c[d.defId]=d.def)}r.external||Object.keys(c).length>0&&(this.target==="draft-2020-12"?l.$defs=c:l.definitions=c);try{return JSON.parse(JSON.stringify(l))}catch{throw new Error("Error converting schema to JSON.")}}}function nd(e,t){if(e instanceof Hu){const r=new td(t),o={};for(const a of e._idmap.entries()){const[l,c]=a;r.process(c)}const s={},i={registry:e,uri:t==null?void 0:t.uri,defs:o};for(const a of e._idmap.entries()){const[l,c]=a;s[l]=r.emit(c,{...t,external:i})}if(Object.keys(o).length>0){const a=r.target==="draft-2020-12"?"$defs":"definitions";s.__shared={[a]:o}}return{schemas:s}}const n=new td(t);return n.process(e),n.emit(e,t)}function De(e,t){const n=t??{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);const o=e._zod.def;switch(o.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":return!1;case"array":return De(o.element,n);case"object":{for(const s in o.shape)if(De(o.shape[s],n))return!0;return!1}case"union":{for(const s of o.options)if(De(s,n))return!0;return!1}case"intersection":return De(o.left,n)||De(o.right,n);case"tuple":{for(const s of o.items)if(De(s,n))return!0;return!!(o.rest&&De(o.rest,n))}case"record":return De(o.keyType,n)||De(o.valueType,n);case"map":return De(o.keyType,n)||De(o.valueType,n);case"set":return De(o.valueType,n);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return De(o.innerType,n);case"lazy":return De(o.getter(),n);case"default":return De(o.innerType,n);case"prefault":return De(o.innerType,n);case"custom":return!1;case"transform":return!0;case"pipe":return De(o.in,n)||De(o.out,n);case"success":return!1;case"catch":return!1}throw new Error(`Unknown schema type: ${o.type}`)}const xv=A("ZodISODateTime",(e,t)=>{X1.init(e,t),je.init(e,t)});function Pv(e){return ov(xv,e)}const Rv=A("ZodISODate",(e,t)=>{eg.init(e,t),je.init(e,t)});function Ov(e){return sv(Rv,e)}const Nv=A("ZodISOTime",(e,t)=>{tg.init(e,t),je.init(e,t)});function Mv(e){return iv(Nv,e)}const Av=A("ZodISODuration",(e,t)=>{ng.init(e,t),je.init(e,t)});function Lv(e){return av(Av,e)}const Zo=A("ZodError",(e,t)=>{$u.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:n=>Km(e,n)},flatten:{value:n=>Wm(e,n)},addIssue:{value:n=>e.issues.push(n)},addIssues:{value:n=>e.issues.push(...n)},isEmpty:{get(){return e.issues.length===0}}})},{Parent:Error}),jv=Ym(Zo),zv=Qm(Zo),Dv=Cu(Zo),Ti=ku(Zo),Re=A("ZodType",(e,t)=>(Te.init(e,t),e.def=t,Object.defineProperty(e,"_def",{value:t}),e.check=(...n)=>e.clone({...t,checks:[...t.checks??[],...n.map(r=>typeof r=="function"?{_zod:{check:r,def:{check:"custom"},onattach:[]}}:r)]}),e.clone=(n,r)=>Ln(e,n,r),e.brand=()=>e,e.register=(n,r)=>(n.add(e,r),e),e.parse=(n,r)=>jv(e,n,r,{callee:e.parse}),e.safeParse=(n,r)=>Dv(e,n,r),e.parseAsync=async(n,r)=>zv(e,n,r,{callee:e.parseAsync}),e.safeParseAsync=async(n,r)=>Ti(e,n,r),e.spa=e.safeParseAsync,e.refine=(n,r)=>e.check(P_(n,r)),e.superRefine=n=>e.check(R_(n)),e.overwrite=n=>e.check(Zr(n)),e.optional=()=>Y(e),e.nullable=()=>fd(e),e.nullish=()=>Y(fd(e)),e.nonoptional=n=>$_(e,n),e.array=()=>N(e),e.or=n=>Q([e,n]),e.and=n=>Pi(e,n),e.transform=n=>Oi(e,dd(n)),e.default=n=>y_(e,n),e.prefault=n=>b_(e,n),e.catch=n=>C_(e,n),e.pipe=n=>Oi(e,n),e.readonly=()=>I_(e),e.describe=n=>{const r=e.clone();return qr.add(r,{description:n}),r},Object.defineProperty(e,"description",{get(){var n;return(n=qr.get(e))==null?void 0:n.description},configurable:!0}),e.meta=(...n)=>{if(n.length===0)return qr.get(e);const r=e.clone();return qr.add(r,n[0]),r},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),rd=A("_ZodString",(e,t)=>{Ci.init(e,t),Re.init(e,t);const n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,e.regex=(...r)=>e.check(gv(...r)),e.includes=(...r)=>e.check(yv(...r)),e.startsWith=(...r)=>e.check(wv(...r)),e.endsWith=(...r)=>e.check(bv(...r)),e.min=(...r)=>e.check(qo(...r)),e.max=(...r)=>e.check(Xu(...r)),e.length=(...r)=>e.check(ed(...r)),e.nonempty=(...r)=>e.check(qo(1,...r)),e.lowercase=r=>e.check(vv(r)),e.uppercase=r=>e.check(_v(r)),e.trim=()=>e.check(Sv()),e.normalize=(...r)=>e.check($v(...r)),e.toLowerCase=()=>e.check(Cv()),e.toUpperCase=()=>e.check(Ev())}),Uv=A("ZodString",(e,t)=>{Ci.init(e,t),rd.init(e,t),e.email=n=>e.check(Dg(qv,n)),e.url=n=>e.check(Gu(sd,n)),e.jwt=n=>e.check(rv(n_,n)),e.emoji=n=>e.check(Vg(Fv,n)),e.guid=n=>e.check(Ju(od,n)),e.uuid=n=>e.check(Ug(Fo,n)),e.uuidv4=n=>e.check(qg(Fo,n)),e.uuidv6=n=>e.check(Zg(Fo,n)),e.uuidv7=n=>e.check(Fg(Fo,n)),e.nanoid=n=>e.check(Bg(Vv,n)),e.guid=n=>e.check(Ju(od,n)),e.cuid=n=>e.check(Hg(Bv,n)),e.cuid2=n=>e.check(Jg(Hv,n)),e.ulid=n=>e.check(Gg(Jv,n)),e.base64=n=>e.check(Wu(id,n)),e.base64url=n=>e.check(tv(e_,n)),e.xid=n=>e.check(Wg(Gv,n)),e.ksuid=n=>e.check(Kg(Wv,n)),e.ipv4=n=>e.check(Yg(Kv,n)),e.ipv6=n=>e.check(Qg(Yv,n)),e.cidrv4=n=>e.check(Xg(Qv,n)),e.cidrv6=n=>e.check(ev(Xv,n)),e.e164=n=>e.check(nv(t_,n)),e.datetime=n=>e.check(Pv(n)),e.date=n=>e.check(Ov(n)),e.time=n=>e.check(Mv(n)),e.duration=n=>e.check(Lv(n))});function p(e){return zg(Uv,e)}const je=A("ZodStringFormat",(e,t)=>{Me.init(e,t),rd.init(e,t)}),qv=A("ZodEmail",(e,t)=>{V1.init(e,t),je.init(e,t)}),od=A("ZodGUID",(e,t)=>{Z1.init(e,t),je.init(e,t)}),Fo=A("ZodUUID",(e,t)=>{F1.init(e,t),je.init(e,t)}),sd=A("ZodURL",(e,t)=>{B1.init(e,t),je.init(e,t)});function Zv(e){return Gu(sd,e)}const Fv=A("ZodEmoji",(e,t)=>{H1.init(e,t),je.init(e,t)}),Vv=A("ZodNanoID",(e,t)=>{J1.init(e,t),je.init(e,t)}),Bv=A("ZodCUID",(e,t)=>{G1.init(e,t),je.init(e,t)}),Hv=A("ZodCUID2",(e,t)=>{W1.init(e,t),je.init(e,t)}),Jv=A("ZodULID",(e,t)=>{K1.init(e,t),je.init(e,t)}),Gv=A("ZodXID",(e,t)=>{Y1.init(e,t),je.init(e,t)}),Wv=A("ZodKSUID",(e,t)=>{Q1.init(e,t),je.init(e,t)}),Kv=A("ZodIPv4",(e,t)=>{rg.init(e,t),je.init(e,t)}),Yv=A("ZodIPv6",(e,t)=>{og.init(e,t),je.init(e,t)}),Qv=A("ZodCIDRv4",(e,t)=>{sg.init(e,t),je.init(e,t)}),Xv=A("ZodCIDRv6",(e,t)=>{ig.init(e,t),je.init(e,t)}),id=A("ZodBase64",(e,t)=>{ag.init(e,t),je.init(e,t)});function ad(e){return Wu(id,e)}const e_=A("ZodBase64URL",(e,t)=>{cg.init(e,t),je.init(e,t)}),t_=A("ZodE164",(e,t)=>{ug.init(e,t),je.init(e,t)}),n_=A("ZodJWT",(e,t)=>{pg.init(e,t),je.init(e,t)}),xi=A("ZodNumber",(e,t)=>{Au.init(e,t),Re.init(e,t),e.gt=(r,o)=>e.check(Yu(r,o)),e.gte=(r,o)=>e.check(Ii(r,o)),e.min=(r,o)=>e.check(Ii(r,o)),e.lt=(r,o)=>e.check(Ku(r,o)),e.lte=(r,o)=>e.check(ki(r,o)),e.max=(r,o)=>e.check(ki(r,o)),e.int=r=>e.check(ld(r)),e.safe=r=>e.check(ld(r)),e.positive=r=>e.check(Yu(0,r)),e.nonnegative=r=>e.check(Ii(0,r)),e.negative=r=>e.check(Ku(0,r)),e.nonpositive=r=>e.check(ki(0,r)),e.multipleOf=(r,o)=>e.check(Qu(r,o)),e.step=(r,o)=>e.check(Qu(r,o)),e.finite=()=>e;const n=e._zod.bag;e.minValue=Math.max(n.minimum??Number.NEGATIVE_INFINITY,n.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(n.maximum??Number.POSITIVE_INFINITY,n.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(n.format??"").includes("int")||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});function R(e){return lv(xi,e)}const r_=A("ZodNumberFormat",(e,t)=>{fg.init(e,t),xi.init(e,t)});function ld(e){return uv(r_,e)}const o_=A("ZodBoolean",(e,t)=>{hg.init(e,t),Re.init(e,t)});function ne(e){return dv(o_,e)}const s_=A("ZodNull",(e,t)=>{mg.init(e,t),Re.init(e,t)});function i_(e){return pv(s_,e)}const a_=A("ZodAny",(e,t)=>{gg.init(e,t),Re.init(e,t)});function yt(){return fv(a_)}const l_=A("ZodUnknown",(e,t)=>{vg.init(e,t),Re.init(e,t)});function ke(){return hv(l_)}const c_=A("ZodNever",(e,t)=>{_g.init(e,t),Re.init(e,t)});function u_(e){return mv(c_,e)}const d_=A("ZodArray",(e,t)=>{yg.init(e,t),Re.init(e,t),e.element=t.element,e.min=(n,r)=>e.check(qo(n,r)),e.nonempty=n=>e.check(qo(1,n)),e.max=(n,r)=>e.check(Xu(n,r)),e.length=(n,r)=>e.check(ed(n,r)),e.unwrap=()=>e.element});function N(e,t){return kv(d_,e,t)}const cd=A("ZodObject",(e,t)=>{wg.init(e,t),Re.init(e,t),be(e,"shape",()=>t.shape),e.keyof=()=>me(Object.keys(e._zod.def.shape)),e.catchall=n=>e.clone({...e._zod.def,catchall:n}),e.passthrough=()=>e.clone({...e._zod.def,catchall:ke()}),e.loose=()=>e.clone({...e._zod.def,catchall:ke()}),e.strict=()=>e.clone({...e._zod.def,catchall:u_()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=n=>Bm(e,n),e.merge=n=>Hm(e,n),e.pick=n=>Fm(e,n),e.omit=n=>Vm(e,n),e.partial=(...n)=>Jm(pd,e,n[0]),e.required=(...n)=>Gm(hd,e,n[0])});function S(e,t){const n={type:"object",get shape(){return Ao(this,"shape",{...e}),this.shape},...W(t)};return new cd(n)}function He(e,t){return new cd({type:"object",get shape(){return Ao(this,"shape",{...e}),this.shape},catchall:ke(),...W(t)})}const ud=A("ZodUnion",(e,t)=>{Du.init(e,t),Re.init(e,t),e.options=t.options});function Q(e,t){return new ud({type:"union",options:e,...W(t)})}const p_=A("ZodDiscriminatedUnion",(e,t)=>{ud.init(e,t),bg.init(e,t)});function Fe(e,t,n){return new p_({type:"union",options:t,discriminator:e,...W(n)})}const f_=A("ZodIntersection",(e,t)=>{$g.init(e,t),Re.init(e,t)});function Pi(e,t){return new f_({type:"intersection",left:e,right:t})}const h_=A("ZodRecord",(e,t)=>{Sg.init(e,t),Re.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function ie(e,t,n){return new h_({type:"record",keyType:e,valueType:t,...W(n)})}const Ri=A("ZodEnum",(e,t)=>{Cg.init(e,t),Re.init(e,t),e.enum=t.entries,e.options=Object.values(t.entries);const n=new Set(Object.keys(t.entries));e.extract=(r,o)=>{const s={};for(const i of r)if(n.has(i))s[i]=t.entries[i];else throw new Error(`Key ${i} not found in enum`);return new Ri({...t,checks:[],...W(o),entries:s})},e.exclude=(r,o)=>{const s={...t.entries};for(const i of r)if(n.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new Ri({...t,checks:[],...W(o),entries:s})}});function me(e,t){const n=Array.isArray(e)?Object.fromEntries(e.map(r=>[r,r])):e;return new Ri({type:"enum",entries:n,...W(t)})}const m_=A("ZodLiteral",(e,t)=>{Eg.init(e,t),Re.init(e,t),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function O(e,t){return new m_({type:"literal",values:Array.isArray(e)?e:[e],...W(t)})}const g_=A("ZodTransform",(e,t)=>{kg.init(e,t),Re.init(e,t),e._zod.parse=(n,r)=>{n.addIssue=s=>{if(typeof s=="string")n.issues.push(Ur(s,n.value,t));else{const i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=n.value),i.inst??(i.inst=e),i.continue??(i.continue=!0),n.issues.push(Ur(i))}};const o=t.transform(n.value,n);return o instanceof Promise?o.then(s=>(n.value=s,n)):(n.value=o,n)}});function dd(e){return new g_({type:"transform",transform:e})}const pd=A("ZodOptional",(e,t)=>{Ig.init(e,t),Re.init(e,t),e.unwrap=()=>e._zod.def.innerType});function Y(e){return new pd({type:"optional",innerType:e})}const v_=A("ZodNullable",(e,t)=>{Tg.init(e,t),Re.init(e,t),e.unwrap=()=>e._zod.def.innerType});function fd(e){return new v_({type:"nullable",innerType:e})}const __=A("ZodDefault",(e,t)=>{xg.init(e,t),Re.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function y_(e,t){return new __({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():t}})}const w_=A("ZodPrefault",(e,t)=>{Pg.init(e,t),Re.init(e,t),e.unwrap=()=>e._zod.def.innerType});function b_(e,t){return new w_({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():t}})}const hd=A("ZodNonOptional",(e,t)=>{Rg.init(e,t),Re.init(e,t),e.unwrap=()=>e._zod.def.innerType});function $_(e,t){return new hd({type:"nonoptional",innerType:e,...W(t)})}const S_=A("ZodCatch",(e,t)=>{Og.init(e,t),Re.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function C_(e,t){return new S_({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}const E_=A("ZodPipe",(e,t)=>{Ng.init(e,t),Re.init(e,t),e.in=t.in,e.out=t.out});function Oi(e,t){return new E_({type:"pipe",in:e,out:t})}const k_=A("ZodReadonly",(e,t)=>{Mg.init(e,t),Re.init(e,t)});function I_(e){return new k_({type:"readonly",innerType:e})}const T_=A("ZodLazy",(e,t)=>{Ag.init(e,t),Re.init(e,t),e.unwrap=()=>e._zod.def.getter()});function md(e){return new T_({type:"lazy",getter:e})}const Ni=A("ZodCustom",(e,t)=>{Lg.init(e,t),Re.init(e,t)});function x_(e){const t=new ut({check:"custom"});return t._zod.check=e,t}function gd(e,t){return Iv(Ni,e??(()=>!0),t)}function P_(e,t={}){return Tv(Ni,e,t)}function R_(e){const t=x_(n=>(n.addIssue=r=>{if(typeof r=="string")n.issues.push(Ur(r,n.value,t._zod.def));else{const o=r;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=n.value),o.inst??(o.inst=t),o.continue??(o.continue=!t._zod.def.abort),n.issues.push(Ur(o))}},e(n.value,n)));return t}function Vo(e,t={error:`Input not instance of ${e.name}`}){const n=new Ni({type:"custom",check:"custom",fn:r=>r instanceof e,abort:!0,...W(t)});return n._zod.bag.Class=e,n}function O_(e,t){return Oi(dd(e),t)}const N_={custom:"custom"};function M_(e){return cv(xi,e)}var Z;(function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"})(Z||(Z={}));function Mi(...e){return e.reduce((t,n)=>({...t,...n??{}}),{})}async function A_(e,t){if(e==null)return Promise.resolve();const n=t==null?void 0:t.abortSignal;return new Promise((r,o)=>{if(n!=null&&n.aborted){o(vd());return}const s=setTimeout(()=>{i(),r()},e),i=()=>{clearTimeout(s),n==null||n.removeEventListener("abort",a)},a=()=>{i(),o(vd())};n==null||n.addEventListener("abort",a)})}function vd(){return new DOMException("Delay was aborted","AbortError")}function Fr(e){return Object.fromEntries([...e.headers])}var Vr=({prefix:e,size:t=16,alphabet:n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",separator:r="-"}={})=>{const o=()=>{const s=n.length,i=new Array(t);for(let a=0;a<t;a++)i[a]=n[Math.random()*s|0];return i.join("")};if(e==null)return o;if(n.includes(r))throw new vi({argument:"separator",message:`The separator "${r}" must not be part of the alphabet "${n}".`});return()=>`${e}${r}${o()}`},L_=Vr();function Ai(e){return e==null?"unknown error":typeof e=="string"?e:e instanceof Error?e.message:JSON.stringify(e)}function zn(e){return(e instanceof Error||e instanceof DOMException)&&(e.name==="AbortError"||e.name==="ResponseAborted"||e.name==="TimeoutError")}var j_=["fetch failed","failed to fetch"];function _d({error:e,url:t,requestBodyValues:n}){if(zn(e))return e;if(e instanceof TypeError&&j_.includes(e.message.toLowerCase())){const r=e.cause;if(r!=null)return new Ie({message:`Cannot connect to API: ${r.message}`,cause:r,url:t,requestBodyValues:n,isRetryable:!0})}return e}function Br(e=globalThis){var t,n,r;return e.window?"runtime/browser":(t=e.navigator)!=null&&t.userAgent?`runtime/${e.navigator.userAgent.toLowerCase()}`:(r=(n=e.process)==null?void 0:n.versions)!=null&&r.node?`runtime/node.js/${e.process.version.substring(0)}`:e.EdgeRuntime?"runtime/vercel-edge":"runtime/unknown"}function z_(e){return Object.fromEntries(Object.entries(e).filter(([t,n])=>n!=null))}function Dn(e,...t){const n=z_(e??{}),r=new Headers(n),o=r.get("user-agent")||"";return r.set("user-agent",[o,...t].filter(Boolean).join(" ")),Object.fromEntries(r)}var yd="3.0.12",D_=()=>globalThis.fetch,wd=async({url:e,headers:t={},successfulResponseHandler:n,failedResponseHandler:r,abortSignal:o,fetch:s=D_()})=>{try{const i=await s(e,{method:"GET",headers:Dn(t,`ai-sdk/provider-utils/${yd}`,Br()),signal:o}),a=Fr(i);if(!i.ok){let l;try{l=await r({response:i,url:e,requestBodyValues:{}})}catch(c){throw zn(c)||Ie.isInstance(c)?c:new Ie({message:"Failed to process error response",cause:c,statusCode:i.status,url:e,responseHeaders:a,requestBodyValues:{}})}throw l.value}try{return await n({response:i,url:e,requestBodyValues:{}})}catch(l){throw l instanceof Error&&(zn(l)||Ie.isInstance(l))?l:new Ie({message:"Failed to process successful response",cause:l,statusCode:i.status,url:e,responseHeaders:a,requestBodyValues:{}})}}catch(i){throw _d({error:i,url:e,requestBodyValues:{}})}};function U_({mediaType:e,url:t,supportedUrls:n}){return t=t.toLowerCase(),e=e.toLowerCase(),Object.entries(n).map(([r,o])=>{const s=r.toLowerCase();return s==="*"||s==="*/*"?{mediaTypePrefix:"",regexes:o}:{mediaTypePrefix:s.replace(/\*/,""),regexes:o}}).filter(({mediaTypePrefix:r})=>e.startsWith(r)).flatMap(({regexes:r})=>r).some(r=>r.test(t))}function Bo({settingValue:e,environmentVariableName:t}){if(typeof e=="string")return e;if(!(e!=null||typeof process>"u")&&(e=process.env[t],!(e==null||typeof e!="string")))return e}var q_=/"__proto__"\s*:/,Z_=/"constructor"\s*:/;function F_(e){const t=JSON.parse(e);return t===null||typeof t!="object"||q_.test(e)===!1&&Z_.test(e)===!1?t:V_(t)}function V_(e){let t=[e];for(;t.length;){const n=t;t=[];for(const r of n){if(Object.prototype.hasOwnProperty.call(r,"__proto__"))throw new SyntaxError("Object contains forbidden prototype property");if(Object.prototype.hasOwnProperty.call(r,"constructor")&&Object.prototype.hasOwnProperty.call(r.constructor,"prototype"))throw new SyntaxError("Object contains forbidden prototype property");for(const o in r){const s=r[o];s&&typeof s=="object"&&t.push(s)}}}return e}function bd(e){const{stackTraceLimit:t}=Error;Error.stackTraceLimit=0;try{return F_(e)}finally{Error.stackTraceLimit=t}}var Ho=Symbol.for("vercel.ai.validator");function B_(e){return{[Ho]:!0,validate:e}}function H_(e){return typeof e=="object"&&e!==null&&Ho in e&&e[Ho]===!0&&"validate"in e}function ir(e){let t;return()=>(t==null&&(t=e()),t)}function J_(e){return H_(e)?e:typeof e=="function"?e():G_(e)}function G_(e){return B_(async t=>{const n=await e["~standard"].validate(t);return n.issues==null?{success:!0,value:n.value}:{success:!1,error:new Gt({value:t,cause:n.issues})}})}async function Li({value:e,schema:t}){const n=await $n({value:e,schema:t});if(!n.success)throw Gt.wrap({value:e,cause:n.error});return n.value}async function $n({value:e,schema:t}){const n=J_(t);try{if(n.validate==null)return{success:!0,value:e,rawValue:e};const r=await n.validate(e);return r.success?{success:!0,value:r.value,rawValue:e}:{success:!1,error:Gt.wrap({value:e,cause:r.error}),rawValue:e}}catch(r){return{success:!1,error:Gt.wrap({value:e,cause:r}),rawValue:e}}}async function W_({text:e,schema:t}){try{const n=bd(e);return t==null?n:Li({value:n,schema:t})}catch(n){throw yn.isInstance(n)||Gt.isInstance(n)?n:new yn({text:e,cause:n})}}async function Un({text:e,schema:t}){try{const n=bd(e);return t==null?{success:!0,value:n,rawValue:n}:await $n({value:n,schema:t})}catch(n){return{success:!1,error:yn.isInstance(n)?n:new yn({text:e,cause:n}),rawValue:void 0}}}function K_({stream:e,schema:t}){return e.pipeThrough(new TextDecoderStream).pipeThrough(new Mo).pipeThrough(new TransformStream({async transform({data:n},r){n!=="[DONE]"&&r.enqueue(await Un({text:n,schema:t}))}}))}var Y_=()=>globalThis.fetch,ji=async({url:e,headers:t,body:n,failedResponseHandler:r,successfulResponseHandler:o,abortSignal:s,fetch:i})=>Q_({url:e,headers:{"Content-Type":"application/json",...t},body:{content:JSON.stringify(n),values:n},failedResponseHandler:r,successfulResponseHandler:o,abortSignal:s,fetch:i}),Q_=async({url:e,headers:t={},body:n,successfulResponseHandler:r,failedResponseHandler:o,abortSignal:s,fetch:i=Y_()})=>{try{const a=await i(e,{method:"POST",headers:Dn(t,`ai-sdk/provider-utils/${yd}`,Br()),body:n.content,signal:s}),l=Fr(a);if(!a.ok){let c;try{c=await o({response:a,url:e,requestBodyValues:n.values})}catch(u){throw zn(u)||Ie.isInstance(u)?u:new Ie({message:"Failed to process error response",cause:u,statusCode:a.status,url:e,responseHeaders:l,requestBodyValues:n.values})}throw c.value}try{return await r({response:a,url:e,requestBodyValues:n.values})}catch(c){throw c instanceof Error&&(zn(c)||Ie.isInstance(c))?c:new Ie({message:"Failed to process successful response",cause:c,statusCode:a.status,url:e,responseHeaders:l,requestBodyValues:n.values})}}catch(a){throw _d({error:a,url:e,requestBodyValues:n.values})}};function vI(e){return e}function $d(e){return{...e,type:"dynamic"}}async function Sn(e){return typeof e=="function"&&(e=e()),Promise.resolve(e)}var Hr=({errorSchema:e,errorToMessage:t,isRetryable:n})=>async({response:r,url:o,requestBodyValues:s})=>{const i=await r.text(),a=Fr(r);if(i.trim()==="")return{responseHeaders:a,value:new Ie({message:r.statusText,url:o,requestBodyValues:s,statusCode:r.status,responseHeaders:a,responseBody:i,isRetryable:n==null?void 0:n(r)})};try{const l=await W_({text:i,schema:e});return{responseHeaders:a,value:new Ie({message:t(l),url:o,requestBodyValues:s,statusCode:r.status,responseHeaders:a,responseBody:i,data:l,isRetryable:n==null?void 0:n(r,l)})}}catch{return{responseHeaders:a,value:new Ie({message:r.statusText,url:o,requestBodyValues:s,statusCode:r.status,responseHeaders:a,responseBody:i,isRetryable:n==null?void 0:n(r)})}}},X_=e=>async({response:t})=>{const n=Fr(t);if(t.body==null)throw new Zc({});return{responseHeaders:n,value:K_({stream:t.body,schema:e})}},Jo=e=>async({response:t,url:n,requestBodyValues:r})=>{const o=await t.text(),s=await Un({text:o,schema:e}),i=Fr(t);if(!s.success)throw new Ie({message:"Invalid JSON response",cause:s.error,statusCode:t.status,responseHeaders:i,responseBody:o,url:n,requestBodyValues:r});return{responseHeaders:i,value:s.value,rawValue:s.rawValue}},ey=(e,t)=>{let n=0;for(;n<e.length&&n<t.length&&e[n]===t[n];n++);return[(e.length-n).toString(),...t.slice(n)].join("/")},ty=Symbol("Let zodToJsonSchema decide on which parser to use"),Sd={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",strictUnions:!1,definitions:{},errorMessages:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref"},ny=e=>typeof e=="string"?{...Sd,name:e}:{...Sd,...e};function wt(){return{}}function ry(e,t){var n,r,o;const s={type:"array"};return(n=e.type)!=null&&n._def&&((o=(r=e.type)==null?void 0:r._def)==null?void 0:o.typeName)!==Z.ZodAny&&(s.items=Ce(e.type._def,{...t,currentPath:[...t.currentPath,"items"]})),e.minLength&&(s.minItems=e.minLength.value),e.maxLength&&(s.maxItems=e.maxLength.value),e.exactLength&&(s.minItems=e.exactLength.value,s.maxItems=e.exactLength.value),s}function oy(e){const t={type:"integer",format:"int64"};if(!e.checks)return t;for(const n of e.checks)switch(n.kind){case"min":n.inclusive?t.minimum=n.value:t.exclusiveMinimum=n.value;break;case"max":n.inclusive?t.maximum=n.value:t.exclusiveMaximum=n.value;break;case"multipleOf":t.multipleOf=n.value;break}return t}function sy(){return{type:"boolean"}}function Cd(e,t){return Ce(e.type._def,t)}var iy=(e,t)=>Ce(e.innerType._def,t);function Ed(e,t,n){const r=n??t.dateStrategy;if(Array.isArray(r))return{anyOf:r.map((o,s)=>Ed(e,t,o))};switch(r){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return ay(e)}}var ay=e=>{const t={type:"integer",format:"unix-time"};for(const n of e.checks)switch(n.kind){case"min":t.minimum=n.value;break;case"max":t.maximum=n.value;break}return t};function ly(e,t){return{...Ce(e.innerType._def,t),default:e.defaultValue()}}function cy(e,t){return t.effectStrategy==="input"?Ce(e.schema._def,t):wt()}function uy(e){return{type:"string",enum:Array.from(e.values)}}var dy=e=>"type"in e&&e.type==="string"?!1:"allOf"in e;function py(e,t){const n=[Ce(e.left._def,{...t,currentPath:[...t.currentPath,"allOf","0"]}),Ce(e.right._def,{...t,currentPath:[...t.currentPath,"allOf","1"]})].filter(o=>!!o),r=[];return n.forEach(o=>{if(dy(o))r.push(...o.allOf);else{let s=o;if("additionalProperties"in o&&o.additionalProperties===!1){const{additionalProperties:i,...a}=o;s=a}r.push(s)}}),r.length?{allOf:r}:void 0}function fy(e){const t=typeof e.value;return t!=="bigint"&&t!=="number"&&t!=="boolean"&&t!=="string"?{type:Array.isArray(e.value)?"array":"object"}:{type:t==="bigint"?"integer":t,const:e.value}}var zi=void 0,At={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>(zi===void 0&&(zi=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),zi),uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,ipv4Cidr:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};function kd(e,t){const n={type:"string"};if(e.checks)for(const r of e.checks)switch(r.kind){case"min":n.minLength=typeof n.minLength=="number"?Math.max(n.minLength,r.value):r.value;break;case"max":n.maxLength=typeof n.maxLength=="number"?Math.min(n.maxLength,r.value):r.value;break;case"email":switch(t.emailStrategy){case"format:email":Lt(n,"email",r.message,t);break;case"format:idn-email":Lt(n,"idn-email",r.message,t);break;case"pattern:zod":rt(n,At.email,r.message,t);break}break;case"url":Lt(n,"uri",r.message,t);break;case"uuid":Lt(n,"uuid",r.message,t);break;case"regex":rt(n,r.regex,r.message,t);break;case"cuid":rt(n,At.cuid,r.message,t);break;case"cuid2":rt(n,At.cuid2,r.message,t);break;case"startsWith":rt(n,RegExp(`^${Di(r.value,t)}`),r.message,t);break;case"endsWith":rt(n,RegExp(`${Di(r.value,t)}$`),r.message,t);break;case"datetime":Lt(n,"date-time",r.message,t);break;case"date":Lt(n,"date",r.message,t);break;case"time":Lt(n,"time",r.message,t);break;case"duration":Lt(n,"duration",r.message,t);break;case"length":n.minLength=typeof n.minLength=="number"?Math.max(n.minLength,r.value):r.value,n.maxLength=typeof n.maxLength=="number"?Math.min(n.maxLength,r.value):r.value;break;case"includes":{rt(n,RegExp(Di(r.value,t)),r.message,t);break}case"ip":{r.version!=="v6"&&Lt(n,"ipv4",r.message,t),r.version!=="v4"&&Lt(n,"ipv6",r.message,t);break}case"base64url":rt(n,At.base64url,r.message,t);break;case"jwt":rt(n,At.jwt,r.message,t);break;case"cidr":{r.version!=="v6"&&rt(n,At.ipv4Cidr,r.message,t),r.version!=="v4"&&rt(n,At.ipv6Cidr,r.message,t);break}case"emoji":rt(n,At.emoji(),r.message,t);break;case"ulid":{rt(n,At.ulid,r.message,t);break}case"base64":{switch(t.base64Strategy){case"format:binary":{Lt(n,"binary",r.message,t);break}case"contentEncoding:base64":{n.contentEncoding="base64";break}case"pattern:zod":{rt(n,At.base64,r.message,t);break}}break}case"nanoid":rt(n,At.nanoid,r.message,t)}return n}function Di(e,t){return t.patternStrategy==="escape"?my(e):e}var hy=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function my(e){let t="";for(let n=0;n<e.length;n++)hy.has(e[n])||(t+="\\"),t+=e[n];return t}function Lt(e,t,n,r){var o;e.format||(o=e.anyOf)!=null&&o.some(s=>s.format)?(e.anyOf||(e.anyOf=[]),e.format&&(e.anyOf.push({format:e.format}),delete e.format),e.anyOf.push({format:t,...n&&r.errorMessages&&{errorMessage:{format:n}}})):e.format=t}function rt(e,t,n,r){var o;e.pattern||(o=e.allOf)!=null&&o.some(s=>s.pattern)?(e.allOf||(e.allOf=[]),e.pattern&&(e.allOf.push({pattern:e.pattern}),delete e.pattern),e.allOf.push({pattern:Id(t,r),...n&&r.errorMessages&&{errorMessage:{pattern:n}}})):e.pattern=Id(t,r)}function Id(e,t){var n;if(!t.applyRegexFlags||!e.flags)return e.source;const r={i:e.flags.includes("i"),m:e.flags.includes("m"),s:e.flags.includes("s")},o=r.i?e.source.toLowerCase():e.source;let s="",i=!1,a=!1,l=!1;for(let c=0;c<o.length;c++){if(i){s+=o[c],i=!1;continue}if(r.i){if(a){if(o[c].match(/[a-z]/)){l?(s+=o[c],s+=`${o[c-2]}-${o[c]}`.toUpperCase(),l=!1):o[c+1]==="-"&&((n=o[c+2])!=null&&n.match(/[a-z]/))?(s+=o[c],l=!0):s+=`${o[c]}${o[c].toUpperCase()}`;continue}}else if(o[c].match(/[a-z]/)){s+=`[${o[c]}${o[c].toUpperCase()}]`;continue}}if(r.m){if(o[c]==="^"){s+=`(^|(?<=[\r
34
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(const u of this.seen.entries()){const g=u[1];if(t===u[0]){a(u);continue}if(n.external){const d=n.external.registry.get(u[0])?.id;if(t!==u[0]&&d){a(u);continue}}if(this.metadataRegistry.get(u[0])?.id){a(u);continue}if(g.cycle){a(u);continue}if(g.count>1&&n.reused==="ref"){a(u);continue}}const i=(u,g)=>{const h=this.seen.get(u),d=h.def??h.schema,p={...d};if(h.ref===null)return;const w=h.ref;if(h.ref=null,w){i(w,g);const m=this.seen.get(w).schema;m.$ref&&g.target==="draft-7"?(d.allOf=d.allOf??[],d.allOf.push(m)):(Object.assign(d,m),Object.assign(d,p))}h.isParent||this.override({zodSchema:u,jsonSchema:d,path:h.path??[]})};for(const u of[...this.seen.entries()].reverse())i(u[0],{target:this.target});const l={};if(this.target==="draft-2020-12"?l.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?l.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),n.external?.uri){const u=n.external.registry.get(t)?.id;if(!u)throw new Error("Schema is missing an `id` property");l.$id=n.external.uri(u)}Object.assign(l,o.def);const c=n.external?.defs??{};for(const u of this.seen.entries()){const g=u[1];g.def&&g.defId&&(c[g.defId]=g.def)}n.external||Object.keys(c).length>0&&(this.target==="draft-2020-12"?l.$defs=c:l.definitions=c);try{return JSON.parse(JSON.stringify(l))}catch{throw new Error("Error converting schema to JSON.")}}}function xu(e,t){if(e instanceof yu){const n=new Iu(t),o={};for(const i of e._idmap.entries()){const[l,c]=i;n.process(c)}const s={},a={registry:e,uri:t?.uri,defs:o};for(const i of e._idmap.entries()){const[l,c]=i;s[l]=n.emit(c,{...t,external:a})}if(Object.keys(o).length>0){const i=n.target==="draft-2020-12"?"$defs":"definitions";s.__shared={[i]:o}}return{schemas:s}}const r=new Iu(t);return r.process(e),r.emit(e,t)}function De(e,t){const r=t??{seen:new Set};if(r.seen.has(e))return!1;r.seen.add(e);const o=e._zod.def;switch(o.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":return!1;case"array":return De(o.element,r);case"object":{for(const s in o.shape)if(De(o.shape[s],r))return!0;return!1}case"union":{for(const s of o.options)if(De(s,r))return!0;return!1}case"intersection":return De(o.left,r)||De(o.right,r);case"tuple":{for(const s of o.items)if(De(s,r))return!0;return!!(o.rest&&De(o.rest,r))}case"record":return De(o.keyType,r)||De(o.valueType,r);case"map":return De(o.keyType,r)||De(o.valueType,r);case"set":return De(o.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return De(o.innerType,r);case"lazy":return De(o.getter(),r);case"default":return De(o.innerType,r);case"prefault":return De(o.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return De(o.in,r)||De(o.out,r);case"success":return!1;case"catch":return!1}throw new Error(`Unknown schema type: ${o.type}`)}const qv=J("ZodISODateTime",(e,t)=>{a1.init(e,t),Ue.init(e,t)});function Ru(e){return dv(qv,e)}const Lv=J("ZodISODate",(e,t)=>{i1.init(e,t),Ue.init(e,t)});function jv(e){return pv(Lv,e)}const Uv=J("ZodISOTime",(e,t)=>{l1.init(e,t),Ue.init(e,t)});function zv(e){return fv(Uv,e)}const Dv=J("ZodISODuration",(e,t)=>{c1.init(e,t),Ue.init(e,t)});function Zv(e){return hv(Dv,e)}const go=J("ZodError",(e,t)=>{Wc.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:r=>ng(e,r)},flatten:{value:r=>rg(e,r)},addIssue:{value:r=>e.issues.push(r)},addIssues:{value:r=>e.issues.push(...r)},isEmpty:{get(){return e.issues.length===0}}})},{Parent:Error}),Fv=og(go),Vv=sg(go),Hv=Yc(go),_a=Xc(go),Ae=J("ZodType",(e,t)=>(Oe.init(e,t),e.def=t,Object.defineProperty(e,"_def",{value:t}),e.check=(...r)=>e.clone({...t,checks:[...t.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),e.clone=(r,n)=>kr(e,r,n),e.brand=()=>e,e.register=((r,n)=>(r.add(e,n),e)),e.parse=(r,n)=>Fv(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>Hv(e,r,n),e.parseAsync=async(r,n)=>Vv(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>_a(e,r,n),e.spa=e.safeParseAsync,e.refine=(r,n)=>e.check(A_(r,n)),e.superRefine=r=>e.check(q_(r)),e.overwrite=r=>e.check(Tn(r)),e.optional=()=>K(e),e.nullable=()=>Du(e),e.nullish=()=>K(Du(e)),e.nonoptional=r=>E_(e,r),e.array=()=>A(e),e.or=r=>ne([e,r]),e.and=r=>ba(e,r),e.transform=r=>Sa(e,Uu(r)),e.default=r=>C_(e,r),e.prefault=r=>$_(e,r),e.catch=r=>x_(e,r),e.pipe=r=>Sa(e,r),e.readonly=()=>O_(e),e.describe=r=>{const n=e.clone();return Cn.add(n,{description:r}),n},Object.defineProperty(e,"description",{get(){return Cn.get(e)?.description},configurable:!0}),e.meta=(...r)=>{if(r.length===0)return Cn.get(e);const n=e.clone();return Cn.add(n,r[0]),n},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),Pu=J("_ZodString",(e,t)=>{ha.init(e,t),Ae.init(e,t);const r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,e.regex=(...n)=>e.check(Sv(...n)),e.includes=(...n)=>e.check($v(...n)),e.startsWith=(...n)=>e.check(Ev(...n)),e.endsWith=(...n)=>e.check(Iv(...n)),e.min=(...n)=>e.check(mo(...n)),e.max=(...n)=>e.check($u(...n)),e.length=(...n)=>e.check(Eu(...n)),e.nonempty=(...n)=>e.check(mo(1,...n)),e.lowercase=n=>e.check(Cv(n)),e.uppercase=n=>e.check(Tv(n)),e.trim=()=>e.check(Rv()),e.normalize=(...n)=>e.check(xv(...n)),e.toLowerCase=()=>e.check(Pv()),e.toUpperCase=()=>e.check(Ov())}),Bv=J("ZodString",(e,t)=>{ha.init(e,t),Pu.init(e,t),e.email=r=>e.check(B1(Jv,r)),e.url=r=>e.check(bu(Mu,r)),e.jwt=r=>e.check(uv(l_,r)),e.emoji=r=>e.check(Y1(Wv,r)),e.guid=r=>e.check(wu(Ou,r)),e.uuid=r=>e.check(J1(vo,r)),e.uuidv4=r=>e.check(G1(vo,r)),e.uuidv6=r=>e.check(W1(vo,r)),e.uuidv7=r=>e.check(K1(vo,r)),e.nanoid=r=>e.check(Q1(Kv,r)),e.guid=r=>e.check(wu(Ou,r)),e.cuid=r=>e.check(X1(Yv,r)),e.cuid2=r=>e.check(ev(Qv,r)),e.ulid=r=>e.check(tv(Xv,r)),e.base64=r=>e.check(ku(Nu,r)),e.base64url=r=>e.check(lv(a_,r)),e.xid=r=>e.check(rv(e_,r)),e.ksuid=r=>e.check(nv(t_,r)),e.ipv4=r=>e.check(ov(r_,r)),e.ipv6=r=>e.check(sv(n_,r)),e.cidrv4=r=>e.check(av(o_,r)),e.cidrv6=r=>e.check(iv(s_,r)),e.e164=r=>e.check(cv(i_,r)),e.datetime=r=>e.check(Ru(r)),e.date=r=>e.check(jv(r)),e.time=r=>e.check(zv(r)),e.duration=r=>e.check(Zv(r))});function v(e){return H1(Bv,e)}const Ue=J("ZodStringFormat",(e,t)=>{Le.init(e,t),Pu.init(e,t)}),Jv=J("ZodEmail",(e,t)=>{Yg.init(e,t),Ue.init(e,t)}),Ou=J("ZodGUID",(e,t)=>{Wg.init(e,t),Ue.init(e,t)}),vo=J("ZodUUID",(e,t)=>{Kg.init(e,t),Ue.init(e,t)}),Mu=J("ZodURL",(e,t)=>{Qg.init(e,t),Ue.init(e,t)});function Gv(e){return bu(Mu,e)}const Wv=J("ZodEmoji",(e,t)=>{Xg.init(e,t),Ue.init(e,t)}),Kv=J("ZodNanoID",(e,t)=>{e1.init(e,t),Ue.init(e,t)}),Yv=J("ZodCUID",(e,t)=>{t1.init(e,t),Ue.init(e,t)}),Qv=J("ZodCUID2",(e,t)=>{r1.init(e,t),Ue.init(e,t)}),Xv=J("ZodULID",(e,t)=>{n1.init(e,t),Ue.init(e,t)}),e_=J("ZodXID",(e,t)=>{o1.init(e,t),Ue.init(e,t)}),t_=J("ZodKSUID",(e,t)=>{s1.init(e,t),Ue.init(e,t)}),r_=J("ZodIPv4",(e,t)=>{u1.init(e,t),Ue.init(e,t)}),n_=J("ZodIPv6",(e,t)=>{d1.init(e,t),Ue.init(e,t)}),o_=J("ZodCIDRv4",(e,t)=>{p1.init(e,t),Ue.init(e,t)}),s_=J("ZodCIDRv6",(e,t)=>{f1.init(e,t),Ue.init(e,t)}),Nu=J("ZodBase64",(e,t)=>{h1.init(e,t),Ue.init(e,t)});function Au(e){return ku(Nu,e)}const a_=J("ZodBase64URL",(e,t)=>{g1.init(e,t),Ue.init(e,t)}),i_=J("ZodE164",(e,t)=>{v1.init(e,t),Ue.init(e,t)}),l_=J("ZodJWT",(e,t)=>{y1.init(e,t),Ue.init(e,t)}),ya=J("ZodNumber",(e,t)=>{lu.init(e,t),Ae.init(e,t),e.gt=(n,o)=>e.check(Cu(n,o)),e.gte=(n,o)=>e.check(va(n,o)),e.min=(n,o)=>e.check(va(n,o)),e.lt=(n,o)=>e.check(Su(n,o)),e.lte=(n,o)=>e.check(ga(n,o)),e.max=(n,o)=>e.check(ga(n,o)),e.int=n=>e.check(qu(n)),e.safe=n=>e.check(qu(n)),e.positive=n=>e.check(Cu(0,n)),e.nonnegative=n=>e.check(va(0,n)),e.negative=n=>e.check(Su(0,n)),e.nonpositive=n=>e.check(ga(0,n)),e.multipleOf=(n,o)=>e.check(Tu(n,o)),e.step=(n,o)=>e.check(Tu(n,o)),e.finite=()=>e;const r=e._zod.bag;e.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null});function q(e){return mv(ya,e)}const c_=J("ZodNumberFormat",(e,t)=>{w1.init(e,t),ya.init(e,t)});function qu(e){return vv(c_,e)}const u_=J("ZodBoolean",(e,t)=>{b1.init(e,t),Ae.init(e,t)});function ce(e){return _v(u_,e)}const d_=J("ZodNull",(e,t)=>{k1.init(e,t),Ae.init(e,t)});function wa(e){return yv(d_,e)}const p_=J("ZodAny",(e,t)=>{S1.init(e,t),Ae.init(e,t)});function et(){return wv(p_)}const f_=J("ZodUnknown",(e,t)=>{C1.init(e,t),Ae.init(e,t)});function $e(){return bv(f_)}const h_=J("ZodNever",(e,t)=>{T1.init(e,t),Ae.init(e,t)});function m_(e){return kv(h_,e)}const g_=J("ZodArray",(e,t)=>{$1.init(e,t),Ae.init(e,t),e.element=t.element,e.min=(r,n)=>e.check(mo(r,n)),e.nonempty=r=>e.check(mo(1,r)),e.max=(r,n)=>e.check($u(r,n)),e.length=(r,n)=>e.check(Eu(r,n)),e.unwrap=()=>e.element});function A(e,t){return Mv(g_,e,t)}const Lu=J("ZodObject",(e,t)=>{E1.init(e,t),Ae.init(e,t),Te(e,"shape",()=>t.shape),e.keyof=()=>_e(Object.keys(e._zod.def.shape)),e.catchall=r=>e.clone({...e._zod.def,catchall:r}),e.passthrough=()=>e.clone({...e._zod.def,catchall:$e()}),e.loose=()=>e.clone({...e._zod.def,catchall:$e()}),e.strict=()=>e.clone({...e._zod.def,catchall:m_()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=r=>Q2(e,r),e.merge=r=>X2(e,r),e.pick=r=>K2(e,r),e.omit=r=>Y2(e,r),e.partial=(...r)=>eg(zu,e,r[0]),e.required=(...r)=>tg(Zu,e,r[0])});function T(e,t){const r={type:"object",get shape(){return lo(this,"shape",{...e}),this.shape},...re(t)};return new Lu(r)}function ze(e,t){return new Lu({type:"object",get shape(){return lo(this,"shape",{...e}),this.shape},catchall:$e(),...re(t)})}const ju=J("ZodUnion",(e,t)=>{pu.init(e,t),Ae.init(e,t),e.options=t.options});function ne(e,t){return new ju({type:"union",options:e,...re(t)})}const v_=J("ZodDiscriminatedUnion",(e,t)=>{ju.init(e,t),I1.init(e,t)});function Ze(e,t,r){return new v_({type:"union",options:t,discriminator:e,...re(r)})}const __=J("ZodIntersection",(e,t)=>{x1.init(e,t),Ae.init(e,t)});function ba(e,t){return new __({type:"intersection",left:e,right:t})}const y_=J("ZodRecord",(e,t)=>{R1.init(e,t),Ae.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function ve(e,t,r){return new y_({type:"record",keyType:e,valueType:t,...re(r)})}const ka=J("ZodEnum",(e,t)=>{P1.init(e,t),Ae.init(e,t),e.enum=t.entries,e.options=Object.values(t.entries);const r=new Set(Object.keys(t.entries));e.extract=(n,o)=>{const s={};for(const a of n)if(r.has(a))s[a]=t.entries[a];else throw new Error(`Key ${a} not found in enum`);return new ka({...t,checks:[],...re(o),entries:s})},e.exclude=(n,o)=>{const s={...t.entries};for(const a of n)if(r.has(a))delete s[a];else throw new Error(`Key ${a} not found in enum`);return new ka({...t,checks:[],...re(o),entries:s})}});function _e(e,t){const r=Array.isArray(e)?Object.fromEntries(e.map(n=>[n,n])):e;return new ka({type:"enum",entries:r,...re(t)})}const w_=J("ZodLiteral",(e,t)=>{O1.init(e,t),Ae.init(e,t),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function L(e,t){return new w_({type:"literal",values:Array.isArray(e)?e:[e],...re(t)})}const b_=J("ZodTransform",(e,t)=>{M1.init(e,t),Ae.init(e,t),e._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(Sn(s,r.value,t));else{const a=s;a.fatal&&(a.continue=!1),a.code??(a.code="custom"),a.input??(a.input=r.value),a.inst??(a.inst=e),a.continue??(a.continue=!0),r.issues.push(Sn(a))}};const o=t.transform(r.value,r);return o instanceof Promise?o.then(s=>(r.value=s,r)):(r.value=o,r)}});function Uu(e){return new b_({type:"transform",transform:e})}const zu=J("ZodOptional",(e,t)=>{N1.init(e,t),Ae.init(e,t),e.unwrap=()=>e._zod.def.innerType});function K(e){return new zu({type:"optional",innerType:e})}const k_=J("ZodNullable",(e,t)=>{A1.init(e,t),Ae.init(e,t),e.unwrap=()=>e._zod.def.innerType});function Du(e){return new k_({type:"nullable",innerType:e})}const S_=J("ZodDefault",(e,t)=>{q1.init(e,t),Ae.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function C_(e,t){return new S_({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():t}})}const T_=J("ZodPrefault",(e,t)=>{L1.init(e,t),Ae.init(e,t),e.unwrap=()=>e._zod.def.innerType});function $_(e,t){return new T_({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():t}})}const Zu=J("ZodNonOptional",(e,t)=>{j1.init(e,t),Ae.init(e,t),e.unwrap=()=>e._zod.def.innerType});function E_(e,t){return new Zu({type:"nonoptional",innerType:e,...re(t)})}const I_=J("ZodCatch",(e,t)=>{U1.init(e,t),Ae.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function x_(e,t){return new I_({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}const R_=J("ZodPipe",(e,t)=>{z1.init(e,t),Ae.init(e,t),e.in=t.in,e.out=t.out});function Sa(e,t){return new R_({type:"pipe",in:e,out:t})}const P_=J("ZodReadonly",(e,t)=>{D1.init(e,t),Ae.init(e,t)});function O_(e){return new P_({type:"readonly",innerType:e})}const M_=J("ZodLazy",(e,t)=>{Z1.init(e,t),Ae.init(e,t),e.unwrap=()=>e._zod.def.getter()});function Fu(e){return new M_({type:"lazy",getter:e})}const Ca=J("ZodCustom",(e,t)=>{F1.init(e,t),Ae.init(e,t)});function N_(e){const t=new it({check:"custom"});return t._zod.check=e,t}function Vu(e,t){return Nv(Ca,e??(()=>!0),t)}function A_(e,t={}){return Av(Ca,e,t)}function q_(e){const t=N_(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(Sn(n,r.value,t._zod.def));else{const o=n;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=r.value),o.inst??(o.inst=t),o.continue??(o.continue=!t._zod.def.abort),r.issues.push(Sn(o))}},e(r.value,r)));return t}function _o(e,t={error:`Input not instance of ${e.name}`}){const r=new Ca({type:"custom",check:"custom",fn:n=>n instanceof e,abort:!0,...re(t)});return r._zod.bag.Class=e,r}function Hu(e,t){return Sa(Uu(e),t)}const Bu={custom:"custom"};function Ju(e){return gv(ya,e)}var Q;(function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"})(Q||(Q={}));function Hr(...e){return e.reduce((t,r)=>({...t,...r??{}}),{})}async function L_(e,t){if(e==null)return Promise.resolve();const r=t?.abortSignal;return new Promise((n,o)=>{if(r?.aborted){o(Gu());return}const s=setTimeout(()=>{a(),n()},e),a=()=>{clearTimeout(s),r?.removeEventListener("abort",i)},i=()=>{a(),o(Gu())};r?.addEventListener("abort",i)})}function Gu(){return new DOMException("Delay was aborted","AbortError")}var yo=class{constructor(){this.status={type:"pending"},this._resolve=void 0,this._reject=void 0}get promise(){return this._promise?this._promise:(this._promise=new Promise((e,t)=>{this.status.type==="resolved"?e(this.status.value):this.status.type==="rejected"&&t(this.status.error),this._resolve=e,this._reject=t}),this._promise)}resolve(e){var t;this.status={type:"resolved",value:e},this._promise&&((t=this._resolve)==null||t.call(this,e))}reject(e){var t;this.status={type:"rejected",error:e},this._promise&&((t=this._reject)==null||t.call(this,e))}isResolved(){return this.status.type==="resolved"}isRejected(){return this.status.type==="rejected"}isPending(){return this.status.type==="pending"}};function $n(e){return Object.fromEntries([...e.headers])}var En=({prefix:e,size:t=16,alphabet:r="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",separator:n="-"}={})=>{const o=()=>{const s=r.length,a=new Array(t);for(let i=0;i<t;i++)a[i]=r[Math.random()*s|0];return a.join("")};if(e==null)return o;if(r.includes(n))throw new io({argument:"separator",message:`The separator "${n}" must not be part of the alphabet "${r}".`});return()=>`${e}${n}${o()}`},In=En();function Ta(e){return e==null?"unknown error":typeof e=="string"?e:e instanceof Error?e.message:JSON.stringify(e)}function Cr(e){return(e instanceof Error||e instanceof DOMException)&&(e.name==="AbortError"||e.name==="ResponseAborted"||e.name==="TimeoutError")}var j_=["fetch failed","failed to fetch"];function Wu({error:e,url:t,requestBodyValues:r}){if(Cr(e))return e;if(e instanceof TypeError&&j_.includes(e.message.toLowerCase())){const n=e.cause;if(n!=null)return new Pe({message:`Cannot connect to API: ${n.message}`,cause:n,url:t,requestBodyValues:r,isRetryable:!0})}return e}function xn(e=globalThis){var t,r,n;return e.window?"runtime/browser":(t=e.navigator)!=null&&t.userAgent?`runtime/${e.navigator.userAgent.toLowerCase()}`:(n=(r=e.process)==null?void 0:r.versions)!=null&&n.node?`runtime/node.js/${e.process.version.substring(0)}`:e.EdgeRuntime?"runtime/vercel-edge":"runtime/unknown"}function U_(e){if(e==null)return{};const t={};if(e instanceof Headers)e.forEach((r,n)=>{t[n.toLowerCase()]=r});else{Array.isArray(e)||(e=Object.entries(e));for(const[r,n]of e)n!=null&&(t[r.toLowerCase()]=n)}return t}function cr(e,...t){const r=new Headers(U_(e)),n=r.get("user-agent")||"";return r.set("user-agent",[n,...t].filter(Boolean).join(" ")),Object.fromEntries(r.entries())}var Ku="3.0.18",z_=()=>globalThis.fetch,Yu=async({url:e,headers:t={},successfulResponseHandler:r,failedResponseHandler:n,abortSignal:o,fetch:s=z_()})=>{try{const a=await s(e,{method:"GET",headers:cr(t,`ai-sdk/provider-utils/${Ku}`,xn()),signal:o}),i=$n(a);if(!a.ok){let l;try{l=await n({response:a,url:e,requestBodyValues:{}})}catch(c){throw Cr(c)||Pe.isInstance(c)?c:new Pe({message:"Failed to process error response",cause:c,statusCode:a.status,url:e,responseHeaders:i,requestBodyValues:{}})}throw l.value}try{return await r({response:a,url:e,requestBodyValues:{}})}catch(l){throw l instanceof Error&&(Cr(l)||Pe.isInstance(l))?l:new Pe({message:"Failed to process successful response",cause:l,statusCode:a.status,url:e,responseHeaders:i,requestBodyValues:{}})}}catch(a){throw Wu({error:a,url:e,requestBodyValues:{}})}};function D_({mediaType:e,url:t,supportedUrls:r}){return t=t.toLowerCase(),e=e.toLowerCase(),Object.entries(r).map(([n,o])=>{const s=n.toLowerCase();return s==="*"||s==="*/*"?{mediaTypePrefix:"",regexes:o}:{mediaTypePrefix:s.replace(/\*/,""),regexes:o}}).filter(({mediaTypePrefix:n})=>e.startsWith(n)).flatMap(({regexes:n})=>n).some(n=>n.test(t))}function Z_({apiKey:e,environmentVariableName:t,apiKeyParameterName:r="apiKey",description:n}){if(typeof e=="string")return e;if(e!=null)throw new ar({message:`${n} API key must be a string.`});if(typeof process>"u")throw new ar({message:`${n} API key is missing. Pass it using the '${r}' parameter. Environment variables is not supported in this environment.`});if(e=process.env[t],e==null)throw new ar({message:`${n} API key is missing. Pass it using the '${r}' parameter or the ${t} environment variable.`});if(typeof e!="string")throw new ar({message:`${n} API key must be a string. The value of the ${t} environment variable is not a string.`});return e}function wo({settingValue:e,environmentVariableName:t}){if(typeof e=="string")return e;if(!(e!=null||typeof process>"u")&&(e=process.env[t],!(e==null||typeof e!="string")))return e}var F_=/"__proto__"\s*:/,V_=/"constructor"\s*:/;function Qu(e){const t=JSON.parse(e);return t===null||typeof t!="object"||F_.test(e)===!1&&V_.test(e)===!1?t:H_(t)}function H_(e){let t=[e];for(;t.length;){const r=t;t=[];for(const n of r){if(Object.prototype.hasOwnProperty.call(n,"__proto__"))throw new SyntaxError("Object contains forbidden prototype property");if(Object.prototype.hasOwnProperty.call(n,"constructor")&&Object.prototype.hasOwnProperty.call(n.constructor,"prototype"))throw new SyntaxError("Object contains forbidden prototype property");for(const o in n){const s=n[o];s&&typeof s=="object"&&t.push(s)}}}return e}function $a(e){const{stackTraceLimit:t}=Error;try{Error.stackTraceLimit=0}catch{return Qu(e)}try{return Qu(e)}finally{Error.stackTraceLimit=t}}var bo=Symbol.for("vercel.ai.validator");function B_(e){return{[bo]:!0,validate:e}}function J_(e){return typeof e=="object"&&e!==null&&bo in e&&e[bo]===!0&&"validate"in e}function Br(e){let t;return()=>(t==null&&(t=e()),t)}function G_(e){return J_(e)?e:typeof e=="function"?e():W_(e)}function W_(e){return B_(async t=>{const r=await e["~standard"].validate(t);return r.issues==null?{success:!0,value:r.value}:{success:!1,error:new At({value:t,cause:r.issues})}})}async function Ea({value:e,schema:t}){const r=await Tt({value:e,schema:t});if(!r.success)throw At.wrap({value:e,cause:r.error});return r.value}async function Tt({value:e,schema:t}){const r=G_(t);try{if(r.validate==null)return{success:!0,value:e,rawValue:e};const n=await r.validate(e);return n.success?{success:!0,value:n.value,rawValue:e}:{success:!1,error:At.wrap({value:e,cause:n.error}),rawValue:e}}catch(n){return{success:!1,error:At.wrap({value:e,cause:n}),rawValue:e}}}async function K_({text:e,schema:t}){try{const r=$a(e);return t==null?r:Ea({value:r,schema:t})}catch(r){throw sr.isInstance(r)||At.isInstance(r)?r:new sr({text:e,cause:r})}}async function Tr({text:e,schema:t}){try{const r=$a(e);return t==null?{success:!0,value:r,rawValue:r}:await Tt({value:r,schema:t})}catch(r){return{success:!1,error:sr.isInstance(r)?r:new sr({text:e,cause:r}),rawValue:void 0}}}function Xu(e){try{return $a(e),!0}catch{return!1}}function Y_({stream:e,schema:t}){return e.pipeThrough(new TextDecoderStream).pipeThrough(new Vr).pipeThrough(new TransformStream({async transform({data:r},n){r!=="[DONE]"&&n.enqueue(await Tr({text:r,schema:t}))}}))}async function ed({provider:e,providerOptions:t,schema:r}){if(t?.[e]==null)return;const n=await Tt({value:t[e],schema:r});if(!n.success)throw new io({argument:"providerOptions",message:`invalid ${e} provider options`,cause:n.error});return n.value}var Q_=()=>globalThis.fetch,Jr=async({url:e,headers:t,body:r,failedResponseHandler:n,successfulResponseHandler:o,abortSignal:s,fetch:a})=>X_({url:e,headers:{"Content-Type":"application/json",...t},body:{content:JSON.stringify(r),values:r},failedResponseHandler:n,successfulResponseHandler:o,abortSignal:s,fetch:a}),X_=async({url:e,headers:t={},body:r,successfulResponseHandler:n,failedResponseHandler:o,abortSignal:s,fetch:a=Q_()})=>{try{const i=await a(e,{method:"POST",headers:cr(t,`ai-sdk/provider-utils/${Ku}`,xn()),body:r.content,signal:s}),l=$n(i);if(!i.ok){let c;try{c=await o({response:i,url:e,requestBodyValues:r.values})}catch(u){throw Cr(u)||Pe.isInstance(u)?u:new Pe({message:"Failed to process error response",cause:u,statusCode:i.status,url:e,responseHeaders:l,requestBodyValues:r.values})}throw c.value}try{return await n({response:i,url:e,requestBodyValues:r.values})}catch(c){throw c instanceof Error&&(Cr(c)||Pe.isInstance(c))?c:new Pe({message:"Failed to process successful response",cause:c,statusCode:i.status,url:e,responseHeaders:l,requestBodyValues:r.values})}}catch(i){throw Wu({error:i,url:e,requestBodyValues:r.values})}};function vC(e){return e}function td(e){return{...e,type:"dynamic"}}async function qt(e){return typeof e=="function"&&(e=e()),Promise.resolve(e)}var $r=({errorSchema:e,errorToMessage:t,isRetryable:r})=>async({response:n,url:o,requestBodyValues:s})=>{const a=await n.text(),i=$n(n);if(a.trim()==="")return{responseHeaders:i,value:new Pe({message:n.statusText,url:o,requestBodyValues:s,statusCode:n.status,responseHeaders:i,responseBody:a,isRetryable:r?.(n)})};try{const l=await K_({text:a,schema:e});return{responseHeaders:i,value:new Pe({message:t(l),url:o,requestBodyValues:s,statusCode:n.status,responseHeaders:i,responseBody:a,data:l,isRetryable:r?.(n,l)})}}catch{return{responseHeaders:i,value:new Pe({message:n.statusText,url:o,requestBodyValues:s,statusCode:n.status,responseHeaders:i,responseBody:a,isRetryable:r?.(n)})}}},rd=e=>async({response:t})=>{const r=$n(t);if(t.body==null)throw new fc({});return{responseHeaders:r,value:Y_({stream:t.body,schema:e})}},Gr=e=>async({response:t,url:r,requestBodyValues:n})=>{const o=await t.text(),s=await Tr({text:o,schema:e}),a=$n(t);if(!s.success)throw new Pe({message:"Invalid JSON response",cause:s.error,statusCode:t.status,responseHeaders:a,responseBody:o,url:r,requestBodyValues:n});return{responseHeaders:a,value:s.value,rawValue:s.rawValue}},ey=(e,t)=>{let r=0;for(;r<e.length&&r<t.length&&e[r]===t[r];r++);return[(e.length-r).toString(),...t.slice(r)].join("/")},ty=Symbol("Let zodToJsonSchema decide on which parser to use"),nd={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",strictUnions:!1,definitions:{},errorMessages:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref"},ry=e=>typeof e=="string"?{...nd,name:e}:{...nd,...e};function ht(){return{}}function ny(e,t){var r,n,o;const s={type:"array"};return(r=e.type)!=null&&r._def&&((o=(n=e.type)==null?void 0:n._def)==null?void 0:o.typeName)!==Q.ZodAny&&(s.items=Ee(e.type._def,{...t,currentPath:[...t.currentPath,"items"]})),e.minLength&&(s.minItems=e.minLength.value),e.maxLength&&(s.maxItems=e.maxLength.value),e.exactLength&&(s.minItems=e.exactLength.value,s.maxItems=e.exactLength.value),s}function oy(e){const t={type:"integer",format:"int64"};if(!e.checks)return t;for(const r of e.checks)switch(r.kind){case"min":r.inclusive?t.minimum=r.value:t.exclusiveMinimum=r.value;break;case"max":r.inclusive?t.maximum=r.value:t.exclusiveMaximum=r.value;break;case"multipleOf":t.multipleOf=r.value;break}return t}function sy(){return{type:"boolean"}}function od(e,t){return Ee(e.type._def,t)}var ay=(e,t)=>Ee(e.innerType._def,t);function sd(e,t,r){const n=r??t.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>sd(e,t,o))};switch(n){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return iy(e)}}var iy=e=>{const t={type:"integer",format:"unix-time"};for(const r of e.checks)switch(r.kind){case"min":t.minimum=r.value;break;case"max":t.maximum=r.value;break}return t};function ly(e,t){return{...Ee(e.innerType._def,t),default:e.defaultValue()}}function cy(e,t){return t.effectStrategy==="input"?Ee(e.schema._def,t):ht()}function uy(e){return{type:"string",enum:Array.from(e.values)}}var dy=e=>"type"in e&&e.type==="string"?!1:"allOf"in e;function py(e,t){const r=[Ee(e.left._def,{...t,currentPath:[...t.currentPath,"allOf","0"]}),Ee(e.right._def,{...t,currentPath:[...t.currentPath,"allOf","1"]})].filter(o=>!!o),n=[];return r.forEach(o=>{if(dy(o))n.push(...o.allOf);else{let s=o;if("additionalProperties"in o&&o.additionalProperties===!1){const{additionalProperties:a,...i}=o;s=i}n.push(s)}}),n.length?{allOf:n}:void 0}function fy(e){const t=typeof e.value;return t!=="bigint"&&t!=="number"&&t!=="boolean"&&t!=="string"?{type:Array.isArray(e.value)?"array":"object"}:{type:t==="bigint"?"integer":t,const:e.value}}var Ia=void 0,$t={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>(Ia===void 0&&(Ia=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Ia),uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,ipv4Cidr:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};function ad(e,t){const r={type:"string"};if(e.checks)for(const n of e.checks)switch(n.kind){case"min":r.minLength=typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value;break;case"max":r.maxLength=typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value;break;case"email":switch(t.emailStrategy){case"format:email":Et(r,"email",n.message,t);break;case"format:idn-email":Et(r,"idn-email",n.message,t);break;case"pattern:zod":tt(r,$t.email,n.message,t);break}break;case"url":Et(r,"uri",n.message,t);break;case"uuid":Et(r,"uuid",n.message,t);break;case"regex":tt(r,n.regex,n.message,t);break;case"cuid":tt(r,$t.cuid,n.message,t);break;case"cuid2":tt(r,$t.cuid2,n.message,t);break;case"startsWith":tt(r,RegExp(`^${xa(n.value,t)}`),n.message,t);break;case"endsWith":tt(r,RegExp(`${xa(n.value,t)}$`),n.message,t);break;case"datetime":Et(r,"date-time",n.message,t);break;case"date":Et(r,"date",n.message,t);break;case"time":Et(r,"time",n.message,t);break;case"duration":Et(r,"duration",n.message,t);break;case"length":r.minLength=typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,r.maxLength=typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value;break;case"includes":{tt(r,RegExp(xa(n.value,t)),n.message,t);break}case"ip":{n.version!=="v6"&&Et(r,"ipv4",n.message,t),n.version!=="v4"&&Et(r,"ipv6",n.message,t);break}case"base64url":tt(r,$t.base64url,n.message,t);break;case"jwt":tt(r,$t.jwt,n.message,t);break;case"cidr":{n.version!=="v6"&&tt(r,$t.ipv4Cidr,n.message,t),n.version!=="v4"&&tt(r,$t.ipv6Cidr,n.message,t);break}case"emoji":tt(r,$t.emoji(),n.message,t);break;case"ulid":{tt(r,$t.ulid,n.message,t);break}case"base64":{switch(t.base64Strategy){case"format:binary":{Et(r,"binary",n.message,t);break}case"contentEncoding:base64":{r.contentEncoding="base64";break}case"pattern:zod":{tt(r,$t.base64,n.message,t);break}}break}case"nanoid":tt(r,$t.nanoid,n.message,t)}return r}function xa(e,t){return t.patternStrategy==="escape"?my(e):e}var hy=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function my(e){let t="";for(let r=0;r<e.length;r++)hy.has(e[r])||(t+="\\"),t+=e[r];return t}function Et(e,t,r,n){var o;e.format||(o=e.anyOf)!=null&&o.some(s=>s.format)?(e.anyOf||(e.anyOf=[]),e.format&&(e.anyOf.push({format:e.format}),delete e.format),e.anyOf.push({format:t,...r&&n.errorMessages&&{errorMessage:{format:r}}})):e.format=t}function tt(e,t,r,n){var o;e.pattern||(o=e.allOf)!=null&&o.some(s=>s.pattern)?(e.allOf||(e.allOf=[]),e.pattern&&(e.allOf.push({pattern:e.pattern}),delete e.pattern),e.allOf.push({pattern:id(t,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):e.pattern=id(t,n)}function id(e,t){var r;if(!t.applyRegexFlags||!e.flags)return e.source;const n={i:e.flags.includes("i"),m:e.flags.includes("m"),s:e.flags.includes("s")},o=n.i?e.source.toLowerCase():e.source;let s="",a=!1,i=!1,l=!1;for(let c=0;c<o.length;c++){if(a){s+=o[c],a=!1;continue}if(n.i){if(i){if(o[c].match(/[a-z]/)){l?(s+=o[c],s+=`${o[c-2]}-${o[c]}`.toUpperCase(),l=!1):o[c+1]==="-"&&((r=o[c+2])!=null&&r.match(/[a-z]/))?(s+=o[c],l=!0):s+=`${o[c]}${o[c].toUpperCase()}`;continue}}else if(o[c].match(/[a-z]/)){s+=`[${o[c]}${o[c].toUpperCase()}]`;continue}}if(n.m){if(o[c]==="^"){s+=`(^|(?<=[\r
35
35
  ]))`;continue}else if(o[c]==="$"){s+=`($|(?=[\r
36
- ]))`;continue}}if(r.s&&o[c]==="."){s+=a?`${o[c]}\r
36
+ ]))`;continue}}if(n.s&&o[c]==="."){s+=i?`${o[c]}\r
37
37
  `:`[${o[c]}\r
38
- ]`;continue}s+=o[c],o[c]==="\\"?i=!0:a&&o[c]==="]"?a=!1:!a&&o[c]==="["&&(a=!0)}try{new RegExp(s)}catch{return console.warn(`Could not convert regex pattern at ${t.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),e.source}return s}function Td(e,t){var n,r,o,s,i,a;const l={type:"object",additionalProperties:(n=Ce(e.valueType._def,{...t,currentPath:[...t.currentPath,"additionalProperties"]}))!=null?n:t.allowedAdditionalProperties};if(((r=e.keyType)==null?void 0:r._def.typeName)===Z.ZodString&&((o=e.keyType._def.checks)!=null&&o.length)){const{type:c,...u}=kd(e.keyType._def,t);return{...l,propertyNames:u}}else{if(((s=e.keyType)==null?void 0:s._def.typeName)===Z.ZodEnum)return{...l,propertyNames:{enum:e.keyType._def.values}};if(((i=e.keyType)==null?void 0:i._def.typeName)===Z.ZodBranded&&e.keyType._def.type._def.typeName===Z.ZodString&&((a=e.keyType._def.type._def.checks)!=null&&a.length)){const{type:c,...u}=Cd(e.keyType._def,t);return{...l,propertyNames:u}}}return l}function gy(e,t){if(t.mapStrategy==="record")return Td(e,t);const n=Ce(e.keyType._def,{...t,currentPath:[...t.currentPath,"items","items","0"]})||wt(),r=Ce(e.valueType._def,{...t,currentPath:[...t.currentPath,"items","items","1"]})||wt();return{type:"array",maxItems:125,items:{type:"array",items:[n,r],minItems:2,maxItems:2}}}function vy(e){const t=e.values,r=Object.keys(e.values).filter(s=>typeof t[t[s]]!="number").map(s=>t[s]),o=Array.from(new Set(r.map(s=>typeof s)));return{type:o.length===1?o[0]==="string"?"string":"number":["string","number"],enum:r}}function _y(){return{not:wt()}}function yy(){return{type:"null"}}var Ui={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function wy(e,t){const n=e.options instanceof Map?Array.from(e.options.values()):e.options;if(n.every(r=>r._def.typeName in Ui&&(!r._def.checks||!r._def.checks.length))){const r=n.reduce((o,s)=>{const i=Ui[s._def.typeName];return i&&!o.includes(i)?[...o,i]:o},[]);return{type:r.length>1?r:r[0]}}else if(n.every(r=>r._def.typeName==="ZodLiteral"&&!r.description)){const r=n.reduce((o,s)=>{const i=typeof s._def.value;switch(i){case"string":case"number":case"boolean":return[...o,i];case"bigint":return[...o,"integer"];case"object":if(s._def.value===null)return[...o,"null"];case"symbol":case"undefined":case"function":default:return o}},[]);if(r.length===n.length){const o=r.filter((s,i,a)=>a.indexOf(s)===i);return{type:o.length>1?o:o[0],enum:n.reduce((s,i)=>s.includes(i._def.value)?s:[...s,i._def.value],[])}}}else if(n.every(r=>r._def.typeName==="ZodEnum"))return{type:"string",enum:n.reduce((r,o)=>[...r,...o._def.values.filter(s=>!r.includes(s))],[])};return by(e,t)}var by=(e,t)=>{const n=(e.options instanceof Map?Array.from(e.options.values()):e.options).map((r,o)=>Ce(r._def,{...t,currentPath:[...t.currentPath,"anyOf",`${o}`]})).filter(r=>!!r&&(!t.strictUnions||typeof r=="object"&&Object.keys(r).length>0));return n.length?{anyOf:n}:void 0};function $y(e,t){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(e.innerType._def.typeName)&&(!e.innerType._def.checks||!e.innerType._def.checks.length))return{type:[Ui[e.innerType._def.typeName],"null"]};const n=Ce(e.innerType._def,{...t,currentPath:[...t.currentPath,"anyOf","0"]});return n&&{anyOf:[n,{type:"null"}]}}function Sy(e){const t={type:"number"};if(!e.checks)return t;for(const n of e.checks)switch(n.kind){case"int":t.type="integer";break;case"min":n.inclusive?t.minimum=n.value:t.exclusiveMinimum=n.value;break;case"max":n.inclusive?t.maximum=n.value:t.exclusiveMaximum=n.value;break;case"multipleOf":t.multipleOf=n.value;break}return t}function Cy(e,t){const n={type:"object",properties:{}},r=[],o=e.shape();for(const i in o){let a=o[i];if(a===void 0||a._def===void 0)continue;const l=ky(a),c=Ce(a._def,{...t,currentPath:[...t.currentPath,"properties",i],propertyPath:[...t.currentPath,"properties",i]});c!==void 0&&(n.properties[i]=c,l||r.push(i))}r.length&&(n.required=r);const s=Ey(e,t);return s!==void 0&&(n.additionalProperties=s),n}function Ey(e,t){if(e.catchall._def.typeName!=="ZodNever")return Ce(e.catchall._def,{...t,currentPath:[...t.currentPath,"additionalProperties"]});switch(e.unknownKeys){case"passthrough":return t.allowedAdditionalProperties;case"strict":return t.rejectedAdditionalProperties;case"strip":return t.removeAdditionalStrategy==="strict"?t.allowedAdditionalProperties:t.rejectedAdditionalProperties}}function ky(e){try{return e.isOptional()}catch{return!0}}var Iy=(e,t)=>{var n;if(t.currentPath.toString()===((n=t.propertyPath)==null?void 0:n.toString()))return Ce(e.innerType._def,t);const r=Ce(e.innerType._def,{...t,currentPath:[...t.currentPath,"anyOf","1"]});return r?{anyOf:[{not:wt()},r]}:wt()},Ty=(e,t)=>{if(t.pipeStrategy==="input")return Ce(e.in._def,t);if(t.pipeStrategy==="output")return Ce(e.out._def,t);const n=Ce(e.in._def,{...t,currentPath:[...t.currentPath,"allOf","0"]}),r=Ce(e.out._def,{...t,currentPath:[...t.currentPath,"allOf",n?"1":"0"]});return{allOf:[n,r].filter(o=>o!==void 0)}};function xy(e,t){return Ce(e.type._def,t)}function Py(e,t){const r={type:"array",uniqueItems:!0,items:Ce(e.valueType._def,{...t,currentPath:[...t.currentPath,"items"]})};return e.minSize&&(r.minItems=e.minSize.value),e.maxSize&&(r.maxItems=e.maxSize.value),r}function Ry(e,t){return e.rest?{type:"array",minItems:e.items.length,items:e.items.map((n,r)=>Ce(n._def,{...t,currentPath:[...t.currentPath,"items",`${r}`]})).reduce((n,r)=>r===void 0?n:[...n,r],[]),additionalItems:Ce(e.rest._def,{...t,currentPath:[...t.currentPath,"additionalItems"]})}:{type:"array",minItems:e.items.length,maxItems:e.items.length,items:e.items.map((n,r)=>Ce(n._def,{...t,currentPath:[...t.currentPath,"items",`${r}`]})).reduce((n,r)=>r===void 0?n:[...n,r],[])}}function Oy(){return{not:wt()}}function Ny(){return wt()}var My=(e,t)=>Ce(e.innerType._def,t),Ay=(e,t,n)=>{switch(t){case Z.ZodString:return kd(e,n);case Z.ZodNumber:return Sy(e);case Z.ZodObject:return Cy(e,n);case Z.ZodBigInt:return oy(e);case Z.ZodBoolean:return sy();case Z.ZodDate:return Ed(e,n);case Z.ZodUndefined:return Oy();case Z.ZodNull:return yy();case Z.ZodArray:return ry(e,n);case Z.ZodUnion:case Z.ZodDiscriminatedUnion:return wy(e,n);case Z.ZodIntersection:return py(e,n);case Z.ZodTuple:return Ry(e,n);case Z.ZodRecord:return Td(e,n);case Z.ZodLiteral:return fy(e);case Z.ZodEnum:return uy(e);case Z.ZodNativeEnum:return vy(e);case Z.ZodNullable:return $y(e,n);case Z.ZodOptional:return Iy(e,n);case Z.ZodMap:return gy(e,n);case Z.ZodSet:return Py(e,n);case Z.ZodLazy:return()=>e.getter()._def;case Z.ZodPromise:return xy(e,n);case Z.ZodNaN:case Z.ZodNever:return _y();case Z.ZodEffects:return cy(e,n);case Z.ZodAny:return wt();case Z.ZodUnknown:return Ny();case Z.ZodDefault:return ly(e,n);case Z.ZodBranded:return Cd(e,n);case Z.ZodReadonly:return My(e,n);case Z.ZodCatch:return iy(e,n);case Z.ZodPipeline:return Ty(e,n);case Z.ZodFunction:case Z.ZodVoid:case Z.ZodSymbol:return;default:return(r=>{})()}};function Ce(e,t,n=!1){var r;const o=t.seen.get(e);if(t.override){const l=(r=t.override)==null?void 0:r.call(t,e,t,o,n);if(l!==ty)return l}if(o&&!n){const l=Ly(o,t);if(l!==void 0)return l}const s={def:e,path:t.currentPath,jsonSchema:void 0};t.seen.set(e,s);const i=Ay(e,e.typeName,t),a=typeof i=="function"?Ce(i(),t):i;if(a&&jy(e,t,a),t.postProcess){const l=t.postProcess(a,e,t);return s.jsonSchema=a,l}return s.jsonSchema=a,a}var Ly=(e,t)=>{switch(t.$refStrategy){case"root":return{$ref:e.path.join("/")};case"relative":return{$ref:ey(t.currentPath,e.path)};case"none":case"seen":return e.path.length<t.currentPath.length&&e.path.every((n,r)=>t.currentPath[r]===n)?(console.warn(`Recursive reference detected at ${t.currentPath.join("/")}! Defaulting to any`),wt()):t.$refStrategy==="seen"?wt():void 0}},jy=(e,t,n)=>(e.description&&(n.description=e.description),n),zy=e=>{const t=ny(e),n=t.name!==void 0?[...t.basePath,t.definitionPath,t.name]:t.basePath;return{...t,currentPath:n,propertyPath:void 0,seen:new Map(Object.entries(t.definitions).map(([r,o])=>[o._def,{def:o._def,path:[...t.basePath,t.definitionPath,r],jsonSchema:void 0}]))}},Dy=(e,t)=>{var n;const r=zy(t);let o=typeof t=="object"&&t.definitions?Object.entries(t.definitions).reduce((c,[u,h])=>{var _;return{...c,[u]:(_=Ce(h._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0))!=null?_:wt()}},{}):void 0;const s=typeof t=="string"?t:(t==null?void 0:t.nameStrategy)==="title"||t==null?void 0:t.name,i=(n=Ce(e._def,s===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,s]},!1))!=null?n:wt(),a=typeof t=="object"&&t.name!==void 0&&t.nameStrategy==="title"?t.name:void 0;a!==void 0&&(i.title=a);const l=s===void 0?o?{...i,[r.definitionPath]:o}:i:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,s].join("/"),[r.definitionPath]:{...o,[s]:i}};return l.$schema="http://json-schema.org/draft-07/schema#",l},Uy=Dy;function qy(e,t){var n;const r=(n=void 0)!=null?n:!1;return Jr(()=>Uy(e,{$refStrategy:r?"root":"none"}),{validate:async o=>{const s=await e.safeParseAsync(o);return s.success?{success:!0,value:s.data}:{success:!1,error:s.error}}})}function Zy(e,t){var n;const r=(n=void 0)!=null?n:!1;return Jr(()=>nd(e,{target:"draft-7",io:"output",reused:r?"ref":"inline"}),{validate:async o=>{const s=await Ti(e,o);return s.success?{success:!0,value:s.data}:{success:!1,error:s.error}}})}function Fy(e){return"_zod"in e}function qn(e,t){return Fy(e)?Zy(e):qy(e)}var qi=Symbol.for("vercel.ai.schema");function Jr(e,{validate:t}={}){return{[qi]:!0,_type:void 0,[Ho]:!0,get jsonSchema(){return typeof e=="function"&&(e=e()),e},validate:t}}function Vy(e){return typeof e=="object"&&e!==null&&qi in e&&e[qi]===!0&&"jsonSchema"in e&&"validate"in e}function Go(e){return e==null?Jr({properties:{},additionalProperties:!1}):Vy(e)?e:typeof e=="function"?e():qn(e)}var{btoa:By,atob:Hy}=globalThis;function Zi(e){const t=e.replace(/-/g,"+").replace(/_/g,"/"),n=Hy(t);return Uint8Array.from(n,r=>r.codePointAt(0))}function Fi(e){let t="";for(let n=0;n<e.length;n++)t+=String.fromCodePoint(e[n]);return By(t)}function Jy(e){return e==null?void 0:e.replace(/\/$/,"")}function Gy(e){return e!=null&&typeof e[Symbol.asyncIterator]=="function"}async function*xd({execute:e,input:t,options:n}){const r=e(t,n);if(Gy(r)){let o;for await(const s of r)o=s,yield{type:"preliminary",output:s};yield{type:"final",output:o}}else yield{type:"final",output:await r}}function Wy(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Vi=Object.defineProperty,Ky=Object.getOwnPropertyDescriptor,Yy=Object.getOwnPropertyNames,Qy=Object.prototype.hasOwnProperty,Xy=(e,t)=>{for(var n in t)Vi(e,n,{get:t[n],enumerable:!0})},ew=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Yy(t))!Qy.call(e,o)&&o!==n&&Vi(e,o,{get:()=>t[o],enumerable:!(r=Ky(t,o))||r.enumerable});return e},tw=e=>ew(Vi({},"__esModule",{value:!0}),e),Pd={};Xy(Pd,{SYMBOL_FOR_REQ_CONTEXT:()=>Rd,getContext:()=>rw});var nw=tw(Pd);const Rd=Symbol.for("@vercel/request-context");function rw(){var t,n;return((n=(t=globalThis[Rd])==null?void 0:t.get)==null?void 0:n.call(t))??{}}var Bi=Object.defineProperty,ow=Object.getOwnPropertyDescriptor,sw=Object.getOwnPropertyNames,iw=Object.prototype.hasOwnProperty,aw=(e,t)=>{for(var n in t)Bi(e,n,{get:t[n],enumerable:!0})},lw=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of sw(t))!iw.call(e,o)&&o!==n&&Bi(e,o,{get:()=>t[o],enumerable:!(r=ow(t,o))||r.enumerable});return e},cw=e=>lw(Bi({},"__esModule",{value:!0}),e),Od={};aw(Od,{getContext:()=>uw.getContext,getVercelOidcToken:()=>dw,getVercelOidcTokenSync:()=>pw});var Nd=cw(Od),uw=nw;async function dw(){return""}function pw(){return""}var fw="vercel.ai.gateway.error",Hi=Symbol.for(fw),Md,Ad,bt=class _m extends(Ad=Error,Md=Hi,Ad){constructor({message:t,statusCode:n=500,cause:r}){super(t),this[Md]=!0,this.statusCode=n,this.cause=r}static isInstance(t){return _m.hasMarker(t)}static hasMarker(t){return typeof t=="object"&&t!==null&&Hi in t&&t[Hi]===!0}},Ld="GatewayAuthenticationError",hw=`vercel.ai.gateway.error.${Ld}`,jd=Symbol.for(hw),zd,Dd,Ji=class ym extends(Dd=bt,zd=jd,Dd){constructor({message:t="Authentication failed",statusCode:n=401,cause:r}={}){super({message:t,statusCode:n,cause:r}),this[zd]=!0,this.name=Ld,this.type="authentication_error"}static isInstance(t){return bt.hasMarker(t)&&jd in t}static createContextualError({apiKeyProvided:t,oidcTokenProvided:n,message:r="Authentication failed",statusCode:o=401,cause:s}){let i;return t?i=`AI Gateway authentication failed: Invalid API key.
38
+ ]`;continue}s+=o[c],o[c]==="\\"?a=!0:i&&o[c]==="]"?i=!1:!i&&o[c]==="["&&(i=!0)}try{new RegExp(s)}catch{return console.warn(`Could not convert regex pattern at ${t.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),e.source}return s}function ld(e,t){var r,n,o,s,a,i;const l={type:"object",additionalProperties:(r=Ee(e.valueType._def,{...t,currentPath:[...t.currentPath,"additionalProperties"]}))!=null?r:t.allowedAdditionalProperties};if(((n=e.keyType)==null?void 0:n._def.typeName)===Q.ZodString&&((o=e.keyType._def.checks)!=null&&o.length)){const{type:c,...u}=ad(e.keyType._def,t);return{...l,propertyNames:u}}else{if(((s=e.keyType)==null?void 0:s._def.typeName)===Q.ZodEnum)return{...l,propertyNames:{enum:e.keyType._def.values}};if(((a=e.keyType)==null?void 0:a._def.typeName)===Q.ZodBranded&&e.keyType._def.type._def.typeName===Q.ZodString&&((i=e.keyType._def.type._def.checks)!=null&&i.length)){const{type:c,...u}=od(e.keyType._def,t);return{...l,propertyNames:u}}}return l}function gy(e,t){if(t.mapStrategy==="record")return ld(e,t);const r=Ee(e.keyType._def,{...t,currentPath:[...t.currentPath,"items","items","0"]})||ht(),n=Ee(e.valueType._def,{...t,currentPath:[...t.currentPath,"items","items","1"]})||ht();return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function vy(e){const t=e.values,n=Object.keys(e.values).filter(s=>typeof t[t[s]]!="number").map(s=>t[s]),o=Array.from(new Set(n.map(s=>typeof s)));return{type:o.length===1?o[0]==="string"?"string":"number":["string","number"],enum:n}}function _y(){return{not:ht()}}function yy(){return{type:"null"}}var Ra={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function wy(e,t){const r=e.options instanceof Map?Array.from(e.options.values()):e.options;if(r.every(n=>n._def.typeName in Ra&&(!n._def.checks||!n._def.checks.length))){const n=r.reduce((o,s)=>{const a=Ra[s._def.typeName];return a&&!o.includes(a)?[...o,a]:o},[]);return{type:n.length>1?n:n[0]}}else if(r.every(n=>n._def.typeName==="ZodLiteral"&&!n.description)){const n=r.reduce((o,s)=>{const a=typeof s._def.value;switch(a){case"string":case"number":case"boolean":return[...o,a];case"bigint":return[...o,"integer"];case"object":if(s._def.value===null)return[...o,"null"];case"symbol":case"undefined":case"function":default:return o}},[]);if(n.length===r.length){const o=n.filter((s,a,i)=>i.indexOf(s)===a);return{type:o.length>1?o:o[0],enum:r.reduce((s,a)=>s.includes(a._def.value)?s:[...s,a._def.value],[])}}}else if(r.every(n=>n._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((n,o)=>[...n,...o._def.values.filter(s=>!n.includes(s))],[])};return by(e,t)}var by=(e,t)=>{const r=(e.options instanceof Map?Array.from(e.options.values()):e.options).map((n,o)=>Ee(n._def,{...t,currentPath:[...t.currentPath,"anyOf",`${o}`]})).filter(n=>!!n&&(!t.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return r.length?{anyOf:r}:void 0};function ky(e,t){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(e.innerType._def.typeName)&&(!e.innerType._def.checks||!e.innerType._def.checks.length))return{type:[Ra[e.innerType._def.typeName],"null"]};const r=Ee(e.innerType._def,{...t,currentPath:[...t.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function Sy(e){const t={type:"number"};if(!e.checks)return t;for(const r of e.checks)switch(r.kind){case"int":t.type="integer";break;case"min":r.inclusive?t.minimum=r.value:t.exclusiveMinimum=r.value;break;case"max":r.inclusive?t.maximum=r.value:t.exclusiveMaximum=r.value;break;case"multipleOf":t.multipleOf=r.value;break}return t}function Cy(e,t){const r={type:"object",properties:{}},n=[],o=e.shape();for(const a in o){let i=o[a];if(i===void 0||i._def===void 0)continue;const l=$y(i),c=Ee(i._def,{...t,currentPath:[...t.currentPath,"properties",a],propertyPath:[...t.currentPath,"properties",a]});c!==void 0&&(r.properties[a]=c,l||n.push(a))}n.length&&(r.required=n);const s=Ty(e,t);return s!==void 0&&(r.additionalProperties=s),r}function Ty(e,t){if(e.catchall._def.typeName!=="ZodNever")return Ee(e.catchall._def,{...t,currentPath:[...t.currentPath,"additionalProperties"]});switch(e.unknownKeys){case"passthrough":return t.allowedAdditionalProperties;case"strict":return t.rejectedAdditionalProperties;case"strip":return t.removeAdditionalStrategy==="strict"?t.allowedAdditionalProperties:t.rejectedAdditionalProperties}}function $y(e){try{return e.isOptional()}catch{return!0}}var Ey=(e,t)=>{var r;if(t.currentPath.toString()===((r=t.propertyPath)==null?void 0:r.toString()))return Ee(e.innerType._def,t);const n=Ee(e.innerType._def,{...t,currentPath:[...t.currentPath,"anyOf","1"]});return n?{anyOf:[{not:ht()},n]}:ht()},Iy=(e,t)=>{if(t.pipeStrategy==="input")return Ee(e.in._def,t);if(t.pipeStrategy==="output")return Ee(e.out._def,t);const r=Ee(e.in._def,{...t,currentPath:[...t.currentPath,"allOf","0"]}),n=Ee(e.out._def,{...t,currentPath:[...t.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function xy(e,t){return Ee(e.type._def,t)}function Ry(e,t){const n={type:"array",uniqueItems:!0,items:Ee(e.valueType._def,{...t,currentPath:[...t.currentPath,"items"]})};return e.minSize&&(n.minItems=e.minSize.value),e.maxSize&&(n.maxItems=e.maxSize.value),n}function Py(e,t){return e.rest?{type:"array",minItems:e.items.length,items:e.items.map((r,n)=>Ee(r._def,{...t,currentPath:[...t.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:Ee(e.rest._def,{...t,currentPath:[...t.currentPath,"additionalItems"]})}:{type:"array",minItems:e.items.length,maxItems:e.items.length,items:e.items.map((r,n)=>Ee(r._def,{...t,currentPath:[...t.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function Oy(){return{not:ht()}}function My(){return ht()}var Ny=(e,t)=>Ee(e.innerType._def,t),Ay=(e,t,r)=>{switch(t){case Q.ZodString:return ad(e,r);case Q.ZodNumber:return Sy(e);case Q.ZodObject:return Cy(e,r);case Q.ZodBigInt:return oy(e);case Q.ZodBoolean:return sy();case Q.ZodDate:return sd(e,r);case Q.ZodUndefined:return Oy();case Q.ZodNull:return yy();case Q.ZodArray:return ny(e,r);case Q.ZodUnion:case Q.ZodDiscriminatedUnion:return wy(e,r);case Q.ZodIntersection:return py(e,r);case Q.ZodTuple:return Py(e,r);case Q.ZodRecord:return ld(e,r);case Q.ZodLiteral:return fy(e);case Q.ZodEnum:return uy(e);case Q.ZodNativeEnum:return vy(e);case Q.ZodNullable:return ky(e,r);case Q.ZodOptional:return Ey(e,r);case Q.ZodMap:return gy(e,r);case Q.ZodSet:return Ry(e,r);case Q.ZodLazy:return()=>e.getter()._def;case Q.ZodPromise:return xy(e,r);case Q.ZodNaN:case Q.ZodNever:return _y();case Q.ZodEffects:return cy(e,r);case Q.ZodAny:return ht();case Q.ZodUnknown:return My();case Q.ZodDefault:return ly(e,r);case Q.ZodBranded:return od(e,r);case Q.ZodReadonly:return Ny(e,r);case Q.ZodCatch:return ay(e,r);case Q.ZodPipeline:return Iy(e,r);case Q.ZodFunction:case Q.ZodVoid:case Q.ZodSymbol:return;default:return(n=>{})()}};function Ee(e,t,r=!1){var n;const o=t.seen.get(e);if(t.override){const l=(n=t.override)==null?void 0:n.call(t,e,t,o,r);if(l!==ty)return l}if(o&&!r){const l=qy(o,t);if(l!==void 0)return l}const s={def:e,path:t.currentPath,jsonSchema:void 0};t.seen.set(e,s);const a=Ay(e,e.typeName,t),i=typeof a=="function"?Ee(a(),t):a;if(i&&Ly(e,t,i),t.postProcess){const l=t.postProcess(i,e,t);return s.jsonSchema=i,l}return s.jsonSchema=i,i}var qy=(e,t)=>{switch(t.$refStrategy){case"root":return{$ref:e.path.join("/")};case"relative":return{$ref:ey(t.currentPath,e.path)};case"none":case"seen":return e.path.length<t.currentPath.length&&e.path.every((r,n)=>t.currentPath[n]===r)?(console.warn(`Recursive reference detected at ${t.currentPath.join("/")}! Defaulting to any`),ht()):t.$refStrategy==="seen"?ht():void 0}},Ly=(e,t,r)=>(e.description&&(r.description=e.description),r),jy=e=>{const t=ry(e),r=t.name!==void 0?[...t.basePath,t.definitionPath,t.name]:t.basePath;return{...t,currentPath:r,propertyPath:void 0,seen:new Map(Object.entries(t.definitions).map(([n,o])=>[o._def,{def:o._def,path:[...t.basePath,t.definitionPath,n],jsonSchema:void 0}]))}},Uy=(e,t)=>{var r;const n=jy(t);let o=typeof t=="object"&&t.definitions?Object.entries(t.definitions).reduce((c,[u,g])=>{var h;return{...c,[u]:(h=Ee(g._def,{...n,currentPath:[...n.basePath,n.definitionPath,u]},!0))!=null?h:ht()}},{}):void 0;const s=typeof t=="string"?t:t?.nameStrategy==="title"?void 0:t?.name,a=(r=Ee(e._def,s===void 0?n:{...n,currentPath:[...n.basePath,n.definitionPath,s]},!1))!=null?r:ht(),i=typeof t=="object"&&t.name!==void 0&&t.nameStrategy==="title"?t.name:void 0;i!==void 0&&(a.title=i);const l=s===void 0?o?{...a,[n.definitionPath]:o}:a:{$ref:[...n.$refStrategy==="relative"?[]:n.basePath,n.definitionPath,s].join("/"),[n.definitionPath]:{...o,[s]:a}};return l.$schema="http://json-schema.org/draft-07/schema#",l},zy=Uy;function Dy(e,t){var r;const n=(r=void 0)!=null?r:!1;return Rn(()=>zy(e,{$refStrategy:n?"root":"none"}),{validate:async o=>{const s=await e.safeParseAsync(o);return s.success?{success:!0,value:s.data}:{success:!1,error:s.error}}})}function Zy(e,t){var r;const n=(r=void 0)!=null?r:!1;return Rn(()=>xu(e,{target:"draft-7",io:"output",reused:n?"ref":"inline"}),{validate:async o=>{const s=await _a(e,o);return s.success?{success:!0,value:s.data}:{success:!1,error:s.error}}})}function Fy(e){return"_zod"in e}function Er(e,t){return Fy(e)?Zy(e):Dy(e)}var Pa=Symbol.for("vercel.ai.schema");function Rn(e,{validate:t}={}){return{[Pa]:!0,_type:void 0,[bo]:!0,get jsonSchema(){return typeof e=="function"&&(e=e()),e},validate:t}}function Vy(e){return typeof e=="object"&&e!==null&&Pa in e&&e[Pa]===!0&&"jsonSchema"in e&&"validate"in e}function ko(e){return e==null?Rn({properties:{},additionalProperties:!1}):Vy(e)?e:typeof e=="function"?e():Er(e)}var{btoa:Hy,atob:By}=globalThis;function Oa(e){const t=e.replace(/-/g,"+").replace(/_/g,"/"),r=By(t);return Uint8Array.from(r,n=>n.codePointAt(0))}function So(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCodePoint(e[r]);return Hy(t)}function Jy(e){return e instanceof Uint8Array?So(e):e}function cd(e){return e?.replace(/\/$/,"")}function Gy(e){return e!=null&&typeof e[Symbol.asyncIterator]=="function"}async function*ud({execute:e,input:t,options:r}){const n=e(t,r);if(Gy(n)){let o;for await(const s of n)o=s,yield{type:"preliminary",output:s};yield{type:"final",output:o}}else yield{type:"final",output:await n}}function dd(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ma,pd;function Wy(){if(pd)return Ma;pd=1;var e=Object.defineProperty,t=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,o=(u,g)=>{for(var h in g)e(u,h,{get:g[h],enumerable:!0})},s=(u,g,h,d)=>{if(g&&typeof g=="object"||typeof g=="function")for(let p of r(g))!n.call(u,p)&&p!==h&&e(u,p,{get:()=>g[p],enumerable:!(d=t(g,p))||d.enumerable});return u},a=u=>s(e({},"__esModule",{value:!0}),u),i={};o(i,{SYMBOL_FOR_REQ_CONTEXT:()=>l,getContext:()=>c}),Ma=a(i);const l=Symbol.for("@vercel/request-context");function c(){return globalThis[l]?.get?.()??{}}return Ma}var Na,fd;function Ky(){if(fd)return Na;fd=1;var e=Object.defineProperty,t=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,o=(g,h)=>{for(var d in h)e(g,d,{get:h[d],enumerable:!0})},s=(g,h,d,p)=>{if(h&&typeof h=="object"||typeof h=="function")for(let w of r(h))!n.call(g,w)&&w!==d&&e(g,w,{get:()=>h[w],enumerable:!(p=t(h,w))||p.enumerable});return g},a=g=>s(e({},"__esModule",{value:!0}),g),i={};o(i,{getContext:()=>l.getContext,getVercelOidcToken:()=>c,getVercelOidcTokenSync:()=>u}),Na=a(i);var l=Wy();async function c(){return""}function u(){return""}return Na}var hd=Ky(),Yy="vercel.ai.gateway.error",Aa=Symbol.for(Yy),md,gd,mt=class $2 extends(gd=Error,md=Aa,gd){constructor({message:t,statusCode:r=500,cause:n}){super(t),this[md]=!0,this.statusCode=r,this.cause=n}static isInstance(t){return $2.hasMarker(t)}static hasMarker(t){return typeof t=="object"&&t!==null&&Aa in t&&t[Aa]===!0}},vd="GatewayAuthenticationError",Qy=`vercel.ai.gateway.error.${vd}`,_d=Symbol.for(Qy),yd,wd,qa=class E2 extends(wd=mt,yd=_d,wd){constructor({message:t="Authentication failed",statusCode:r=401,cause:n}={}){super({message:t,statusCode:r,cause:n}),this[yd]=!0,this.name=vd,this.type="authentication_error"}static isInstance(t){return mt.hasMarker(t)&&_d in t}static createContextualError({apiKeyProvided:t,oidcTokenProvided:r,message:n="Authentication failed",statusCode:o=401,cause:s}){let a;return t?a=`AI Gateway authentication failed: Invalid API key.
39
39
 
40
40
  Create a new API key: https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%2Fapi-keys
41
41
 
42
- Provide via 'apiKey' option or 'AI_GATEWAY_API_KEY' environment variable.`:n?i=`AI Gateway authentication failed: Invalid OIDC token.
42
+ Provide via 'apiKey' option or 'AI_GATEWAY_API_KEY' environment variable.`:r?a=`AI Gateway authentication failed: Invalid OIDC token.
43
43
 
44
44
  Run 'npx vercel link' to link your project, then 'vc env pull' to fetch the token.
45
45
 
46
- Alternatively, use an API key: https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%2Fapi-keys`:i=`AI Gateway authentication failed: No authentication provided.
46
+ Alternatively, use an API key: https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%2Fapi-keys`:a=`AI Gateway authentication failed: No authentication provided.
47
47
 
48
48
  Option 1 - API key:
49
49
  Create an API key: https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%2Fapi-keys
50
50
  Provide via 'apiKey' option or 'AI_GATEWAY_API_KEY' environment variable.
51
51
 
52
52
  Option 2 - OIDC token:
53
- Run 'npx vercel link' to link your project, then 'vc env pull' to fetch the token.`,new ym({message:i,statusCode:o,cause:s})}},Ud="GatewayInvalidRequestError",mw=`vercel.ai.gateway.error.${Ud}`,qd=Symbol.for(mw),Zd,Fd,gw=class extends(Fd=bt,Zd=qd,Fd){constructor({message:e="Invalid request",statusCode:t=400,cause:n}={}){super({message:e,statusCode:t,cause:n}),this[Zd]=!0,this.name=Ud,this.type="invalid_request_error"}static isInstance(e){return bt.hasMarker(e)&&qd in e}},Vd="GatewayRateLimitError",vw=`vercel.ai.gateway.error.${Vd}`,Bd=Symbol.for(vw),Hd,Jd,_w=class extends(Jd=bt,Hd=Bd,Jd){constructor({message:e="Rate limit exceeded",statusCode:t=429,cause:n}={}){super({message:e,statusCode:t,cause:n}),this[Hd]=!0,this.name=Vd,this.type="rate_limit_exceeded"}static isInstance(e){return bt.hasMarker(e)&&Bd in e}},Gd="GatewayModelNotFoundError",yw=`vercel.ai.gateway.error.${Gd}`,Wd=Symbol.for(yw),ww=ir(()=>qn(S({modelId:p()}))),Kd,Yd,Qd=class extends(Yd=bt,Kd=Wd,Yd){constructor({message:e="Model not found",statusCode:t=404,modelId:n,cause:r}={}){super({message:e,statusCode:t,cause:r}),this[Kd]=!0,this.name=Gd,this.type="model_not_found",this.modelId=n}static isInstance(e){return bt.hasMarker(e)&&Wd in e}},Xd="GatewayInternalServerError",bw=`vercel.ai.gateway.error.${Xd}`,e0=Symbol.for(bw),t0,n0,r0=class extends(n0=bt,t0=e0,n0){constructor({message:e="Internal server error",statusCode:t=500,cause:n}={}){super({message:e,statusCode:t,cause:n}),this[t0]=!0,this.name=Xd,this.type="internal_server_error"}static isInstance(e){return bt.hasMarker(e)&&e0 in e}},o0="GatewayResponseError",$w=`vercel.ai.gateway.error.${o0}`,s0=Symbol.for($w),i0,a0,Sw=class extends(a0=bt,i0=s0,a0){constructor({message:e="Invalid response from Gateway",statusCode:t=502,response:n,validationError:r,cause:o}={}){super({message:e,statusCode:t,cause:o}),this[i0]=!0,this.name=o0,this.type="response_error",this.response=n,this.validationError=r}static isInstance(e){return bt.hasMarker(e)&&s0 in e}};async function l0({response:e,statusCode:t,defaultMessage:n="Gateway request failed",cause:r,authMethod:o}){const s=await $n({value:e,schema:Cw});if(!s.success)return new Sw({message:`Invalid error response format: ${n}`,statusCode:t,response:e,validationError:s.error,cause:r});const i=s.value,a=i.error.type,l=i.error.message;switch(a){case"authentication_error":return Ji.createContextualError({apiKeyProvided:o==="api-key",oidcTokenProvided:o==="oidc",statusCode:t,cause:r});case"invalid_request_error":return new gw({message:l,statusCode:t,cause:r});case"rate_limit_exceeded":return new _w({message:l,statusCode:t,cause:r});case"model_not_found":{const c=await $n({value:i.error.param,schema:ww});return new Qd({message:l,statusCode:t,modelId:c.success?c.value.modelId:void 0,cause:r})}case"internal_server_error":return new r0({message:l,statusCode:t,cause:r});default:return new r0({message:l,statusCode:t,cause:r})}}var Cw=ir(()=>qn(S({error:S({message:p(),type:p().nullish(),param:ke().nullish(),code:Q([p(),R()]).nullish()})})));function Zn(e,t){var n;return bt.isInstance(e)?e:Ie.isInstance(e)?l0({response:Ew(e),statusCode:(n=e.statusCode)!=null?n:500,defaultMessage:"Gateway request failed",cause:e,authMethod:t}):l0({response:{},statusCode:500,defaultMessage:e instanceof Error?`Gateway request failed: ${e.message}`:"Unknown Gateway error",cause:e,authMethod:t})}function Ew(e){if(e.data!==void 0)return e.data;if(e.responseBody!=null)try{return JSON.parse(e.responseBody)}catch{return e.responseBody}return{}}var c0="ai-gateway-auth-method";async function Gr(e){const t=await $n({value:e[c0],schema:kw});return t.success?t.value:void 0}var kw=ir(()=>qn(Q([O("api-key"),O("oidc")]))),u0=class{constructor(e){this.config=e}async getAvailableModels(){try{const{value:e}=await wd({url:`${this.config.baseURL}/config`,headers:await Sn(this.config.headers()),successfulResponseHandler:Jo(Iw),failedResponseHandler:Hr({errorSchema:yt(),errorToMessage:t=>t}),fetch:this.config.fetch});return e}catch(e){throw await Zn(e)}}async getCredits(){try{const e=new URL(this.config.baseURL),{value:t}=await wd({url:`${e.origin}/v1/credits`,headers:await Sn(this.config.headers()),successfulResponseHandler:Jo(Tw),failedResponseHandler:Hr({errorSchema:yt(),errorToMessage:n=>n}),fetch:this.config.fetch});return t}catch(e){throw await Zn(e)}}},Iw=ir(()=>qn(S({models:N(S({id:p(),name:p(),description:p().nullish(),pricing:S({input:p(),output:p(),input_cache_read:p().nullish(),input_cache_write:p().nullish()}).transform(({input:e,output:t,input_cache_read:n,input_cache_write:r})=>({input:e,output:t,...n?{cachedInputTokens:n}:{},...r?{cacheCreationInputTokens:r}:{}})).nullish(),specification:S({specificationVersion:O("v2"),provider:p(),modelId:p()}),modelType:me(["language","embedding","image"]).nullish()}))}))),Tw=ir(()=>qn(S({balance:p(),total_used:p()}).transform(({balance:e,total_used:t})=>({balance:e,totalUsed:t})))),xw=class{constructor(e,t){this.modelId=e,this.config=t,this.specificationVersion="v2",this.supportedUrls={"*/*":[/.*/]}}get provider(){return this.config.provider}async getArgs(e){const{abortSignal:t,...n}=e;return{args:this.maybeEncodeFileParts(n),warnings:[]}}async doGenerate(e){const{args:t,warnings:n}=await this.getArgs(e),{abortSignal:r}=e,o=await Sn(this.config.headers());try{const{responseHeaders:s,value:i,rawValue:a}=await ji({url:this.getUrl(),headers:Mi(o,e.headers,this.getModelConfigHeaders(this.modelId,!1),await Sn(this.config.o11yHeaders)),body:t,successfulResponseHandler:Jo(yt()),failedResponseHandler:Hr({errorSchema:yt(),errorToMessage:l=>l}),...r&&{abortSignal:r},fetch:this.config.fetch});return{...i,request:{body:t},response:{headers:s,body:a},warnings:n}}catch(s){throw await Zn(s,await Gr(o))}}async doStream(e){const{args:t,warnings:n}=await this.getArgs(e),{abortSignal:r}=e,o=await Sn(this.config.headers());try{const{value:s,responseHeaders:i}=await ji({url:this.getUrl(),headers:Mi(o,e.headers,this.getModelConfigHeaders(this.modelId,!0),await Sn(this.config.o11yHeaders)),body:t,successfulResponseHandler:X_(yt()),failedResponseHandler:Hr({errorSchema:yt(),errorToMessage:a=>a}),...r&&{abortSignal:r},fetch:this.config.fetch});return{stream:s.pipeThrough(new TransformStream({start(a){n.length>0&&a.enqueue({type:"stream-start",warnings:n})},transform(a,l){if(a.success){const c=a.value;if(c.type==="raw"&&!e.includeRawChunks)return;c.type==="response-metadata"&&c.timestamp&&typeof c.timestamp=="string"&&(c.timestamp=new Date(c.timestamp)),l.enqueue(c)}else l.error(a.error)}})),request:{body:t},response:{headers:i}}}catch(s){throw await Zn(s,await Gr(o))}}isFilePart(e){return e&&typeof e=="object"&&"type"in e&&e.type==="file"}maybeEncodeFileParts(e){for(const t of e.prompt)for(const n of t.content)if(this.isFilePart(n)){const r=n;if(r.data instanceof Uint8Array){const o=Uint8Array.from(r.data),s=Buffer.from(o).toString("base64");r.data=new URL(`data:${r.mediaType||"application/octet-stream"};base64,${s}`)}}return e}getUrl(){return`${this.config.baseURL}/language-model`}getModelConfigHeaders(e,t){return{"ai-language-model-specification-version":"2","ai-language-model-id":e,"ai-language-model-streaming":String(t)}}},Pw=class{constructor(e,t){this.modelId=e,this.config=t,this.specificationVersion="v2",this.maxEmbeddingsPerCall=2048,this.supportsParallelCalls=!0}get provider(){return this.config.provider}async doEmbed({values:e,headers:t,abortSignal:n,providerOptions:r}){var o;const s=await Sn(this.config.headers());try{const{responseHeaders:i,value:a,rawValue:l}=await ji({url:this.getUrl(),headers:Mi(s,t??{},this.getModelConfigHeaders(),await Sn(this.config.o11yHeaders)),body:{input:e.length===1?e[0]:e,...r?{providerOptions:r}:{}},successfulResponseHandler:Jo(Rw),failedResponseHandler:Hr({errorSchema:yt(),errorToMessage:c=>c}),...n&&{abortSignal:n},fetch:this.config.fetch});return{embeddings:a.embeddings,usage:(o=a.usage)!=null?o:void 0,providerMetadata:a.providerMetadata,response:{headers:i,body:l}}}catch(i){throw await Zn(i,await Gr(s))}}getUrl(){return`${this.config.baseURL}/embedding-model`}getModelConfigHeaders(){return{"ai-embedding-model-specification-version":"2","ai-model-id":this.modelId}}},Rw=ir(()=>qn(S({embeddings:N(N(R())),usage:S({tokens:R()}).nullish(),providerMetadata:ie(p(),ie(p(),ke())).optional()})));async function Ow(){var e;return(e=Nd.getContext().headers)==null?void 0:e["x-vercel-id"]}var Nw="2.0.0",Mw="0.0.1";function Aw(e={}){var t,n;let r=null,o=null;const s=(t=e.metadataCacheRefreshMillis)!=null?t:1e3*60*5;let i=0;const a=(n=Jy(e.baseURL))!=null?n:"https://ai-gateway.vercel.sh/v1/ai",l=async()=>{const g=await jw(e);if(g)return Dn({Authorization:`Bearer ${g.token}`,"ai-gateway-protocol-version":Mw,[c0]:g.authMethod,...e.headers},`ai-sdk/gateway/${Nw}`);throw Ji.createContextualError({apiKeyProvided:!1,oidcTokenProvided:!1,statusCode:401})},c=()=>{const g=Bo({settingValue:void 0,environmentVariableName:"VERCEL_DEPLOYMENT_ID"}),v=Bo({settingValue:void 0,environmentVariableName:"VERCEL_ENV"}),m=Bo({settingValue:void 0,environmentVariableName:"VERCEL_REGION"});return async()=>{const d=await Ow();return{...g&&{"ai-o11y-deployment-id":g},...v&&{"ai-o11y-environment":v},...m&&{"ai-o11y-region":m},...d&&{"ai-o11y-request-id":d}}}},u=g=>new xw(g,{provider:"gateway",baseURL:a,headers:l,fetch:e.fetch,o11yHeaders:c()}),h=async()=>{var g,v,m;const d=(m=(v=(g=e._internal)==null?void 0:g.currentDate)==null?void 0:v.call(g).getTime())!=null?m:Date.now();return(!r||d-i>s)&&(i=d,r=new u0({baseURL:a,headers:l,fetch:e.fetch}).getAvailableModels().then(w=>(o=w,w)).catch(async w=>{throw await Zn(w,await Gr(await l()))})),o?Promise.resolve(o):r},_=async()=>new u0({baseURL:a,headers:l,fetch:e.fetch}).getCredits().catch(async g=>{throw await Zn(g,await Gr(await l()))}),f=function(g){if(new.target)throw new Error("The Gateway Provider model function cannot be called with the new keyword.");return u(g)};return f.getAvailableModels=h,f.getCredits=_,f.imageModel=g=>{throw new _i({modelId:g,modelType:"imageModel"})},f.languageModel=u,f.textEmbeddingModel=g=>new Pw(g,{provider:"gateway",baseURL:a,headers:l,fetch:e.fetch,o11yHeaders:c()}),f}var Lw=Aw();async function jw(e){const t=Bo({settingValue:e.apiKey,environmentVariableName:"AI_GATEWAY_API_KEY"});if(t)return{token:t,authMethod:"api-key"};try{return{token:await Nd.getVercelOidcToken(),authMethod:"oidc"}}catch{return null}}var zw=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof global=="object"?global:{},Fn="1.9.0",d0=/^(\d+)\.(\d+)\.(\d+)(-(.+))?$/;function Dw(e){var t=new Set([e]),n=new Set,r=e.match(d0);if(!r)return function(){return!1};var o={major:+r[1],minor:+r[2],patch:+r[3],prerelease:r[4]};if(o.prerelease!=null)return function(l){return l===e};function s(a){return n.add(a),!1}function i(a){return t.add(a),!0}return function(l){if(t.has(l))return!0;if(n.has(l))return!1;var c=l.match(d0);if(!c)return s(l);var u={major:+c[1],minor:+c[2],patch:+c[3],prerelease:c[4]};return u.prerelease!=null||o.major!==u.major?s(l):o.major===0?o.minor===u.minor&&o.patch<=u.patch?i(l):s(l):o.minor<=u.minor?i(l):s(l)}}var Uw=Dw(Fn),qw=Fn.split(".")[0],Wr=Symbol.for("opentelemetry.js.api."+qw),Kr=zw;function Yr(e,t,n,r){var o;r===void 0&&(r=!1);var s=Kr[Wr]=(o=Kr[Wr])!==null&&o!==void 0?o:{version:Fn};if(!r&&s[e]){var i=new Error("@opentelemetry/api: Attempted duplicate registration of API: "+e);return n.error(i.stack||i.message),!1}if(s.version!==Fn){var i=new Error("@opentelemetry/api: Registration of version v"+s.version+" for "+e+" does not match previously registered API v"+Fn);return n.error(i.stack||i.message),!1}return s[e]=t,n.debug("@opentelemetry/api: Registered a global for "+e+" v"+Fn+"."),!0}function Vn(e){var t,n,r=(t=Kr[Wr])===null||t===void 0?void 0:t.version;if(!(!r||!Uw(r)))return(n=Kr[Wr])===null||n===void 0?void 0:n[e]}function Qr(e,t){t.debug("@opentelemetry/api: Unregistering a global for "+e+" v"+Fn+".");var n=Kr[Wr];n&&delete n[e]}var Zw=function(e,t){var n=typeof Symbol=="function"&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),o,s=[],i;try{for(;(t===void 0||t-- >0)&&!(o=r.next()).done;)s.push(o.value)}catch(a){i={error:a}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(i)throw i.error}}return s},Fw=function(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,s;r<o;r++)(s||!(r in t))&&(s||(s=Array.prototype.slice.call(t,0,r)),s[r]=t[r]);return e.concat(s||Array.prototype.slice.call(t))},Vw=function(){function e(t){this._namespace=t.namespace||"DiagComponentLogger"}return e.prototype.debug=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return Xr("debug",this._namespace,t)},e.prototype.error=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return Xr("error",this._namespace,t)},e.prototype.info=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return Xr("info",this._namespace,t)},e.prototype.warn=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return Xr("warn",this._namespace,t)},e.prototype.verbose=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return Xr("verbose",this._namespace,t)},e}();function Xr(e,t,n){var r=Vn("diag");if(r)return n.unshift(t),r[e].apply(r,Fw([],Zw(n),!1))}var $t;(function(e){e[e.NONE=0]="NONE",e[e.ERROR=30]="ERROR",e[e.WARN=50]="WARN",e[e.INFO=60]="INFO",e[e.DEBUG=70]="DEBUG",e[e.VERBOSE=80]="VERBOSE",e[e.ALL=9999]="ALL"})($t||($t={}));function Bw(e,t){e<$t.NONE?e=$t.NONE:e>$t.ALL&&(e=$t.ALL),t=t||{};function n(r,o){var s=t[r];return typeof s=="function"&&e>=o?s.bind(t):function(){}}return{error:n("error",$t.ERROR),warn:n("warn",$t.WARN),info:n("info",$t.INFO),debug:n("debug",$t.DEBUG),verbose:n("verbose",$t.VERBOSE)}}var Hw=function(e,t){var n=typeof Symbol=="function"&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),o,s=[],i;try{for(;(t===void 0||t-- >0)&&!(o=r.next()).done;)s.push(o.value)}catch(a){i={error:a}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(i)throw i.error}}return s},Jw=function(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,s;r<o;r++)(s||!(r in t))&&(s||(s=Array.prototype.slice.call(t,0,r)),s[r]=t[r]);return e.concat(s||Array.prototype.slice.call(t))},Gw="diag",Wt=function(){function e(){function t(o){return function(){for(var s=[],i=0;i<arguments.length;i++)s[i]=arguments[i];var a=Vn("diag");if(a)return a[o].apply(a,Jw([],Hw(s),!1))}}var n=this,r=function(o,s){var i,a,l;if(s===void 0&&(s={logLevel:$t.INFO}),o===n){var c=new Error("Cannot use diag as the logger for itself. Please use a DiagLogger implementation like ConsoleDiagLogger or a custom implementation");return n.error((i=c.stack)!==null&&i!==void 0?i:c.message),!1}typeof s=="number"&&(s={logLevel:s});var u=Vn("diag"),h=Bw((a=s.logLevel)!==null&&a!==void 0?a:$t.INFO,o);if(u&&!s.suppressOverrideMessage){var _=(l=new Error().stack)!==null&&l!==void 0?l:"<failed to generate stacktrace>";u.warn("Current logger will be overwritten from "+_),h.warn("Current logger will overwrite one already registered from "+_)}return Yr("diag",h,n,!0)};n.setLogger=r,n.disable=function(){Qr(Gw,n)},n.createComponentLogger=function(o){return new Vw(o)},n.verbose=t("verbose"),n.debug=t("debug"),n.info=t("info"),n.warn=t("warn"),n.error=t("error")}return e.instance=function(){return this._instance||(this._instance=new e),this._instance},e}(),Ww=function(e,t){var n=typeof Symbol=="function"&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),o,s=[],i;try{for(;(t===void 0||t-- >0)&&!(o=r.next()).done;)s.push(o.value)}catch(a){i={error:a}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(i)throw i.error}}return s},Kw=function(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 new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},Yw=function(){function e(t){this._entries=t?new Map(t):new Map}return e.prototype.getEntry=function(t){var n=this._entries.get(t);if(n)return Object.assign({},n)},e.prototype.getAllEntries=function(){return Array.from(this._entries.entries()).map(function(t){var n=Ww(t,2),r=n[0],o=n[1];return[r,o]})},e.prototype.setEntry=function(t,n){var r=new e(this._entries);return r._entries.set(t,n),r},e.prototype.removeEntry=function(t){var n=new e(this._entries);return n._entries.delete(t),n},e.prototype.removeEntries=function(){for(var t,n,r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var s=new e(this._entries);try{for(var i=Kw(r),a=i.next();!a.done;a=i.next()){var l=a.value;s._entries.delete(l)}}catch(c){t={error:c}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return s},e.prototype.clear=function(){return new e},e}();Wt.instance();function Qw(e){return e===void 0&&(e={}),new Yw(new Map(Object.entries(e)))}function p0(e){return Symbol.for(e)}var Xw=function(){function e(t){var n=this;n._currentContext=t?new Map(t):new Map,n.getValue=function(r){return n._currentContext.get(r)},n.setValue=function(r,o){var s=new e(n._currentContext);return s._currentContext.set(r,o),s},n.deleteValue=function(r){var o=new e(n._currentContext);return o._currentContext.delete(r),o}}return e}(),e3=new Xw,Bn=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,o){r.__proto__=o}||function(r,o){for(var s in o)Object.prototype.hasOwnProperty.call(o,s)&&(r[s]=o[s])},e(t,n)};return function(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}(),t3=function(){function e(){}return e.prototype.createGauge=function(t,n){return d3},e.prototype.createHistogram=function(t,n){return p3},e.prototype.createCounter=function(t,n){return u3},e.prototype.createUpDownCounter=function(t,n){return f3},e.prototype.createObservableGauge=function(t,n){return m3},e.prototype.createObservableCounter=function(t,n){return h3},e.prototype.createObservableUpDownCounter=function(t,n){return g3},e.prototype.addBatchObservableCallback=function(t,n){},e.prototype.removeBatchObservableCallback=function(t){},e}(),Wo=function(){function e(){}return e}(),n3=function(e){Bn(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.add=function(n,r){},t}(Wo),r3=function(e){Bn(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.add=function(n,r){},t}(Wo),o3=function(e){Bn(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.record=function(n,r){},t}(Wo),s3=function(e){Bn(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.record=function(n,r){},t}(Wo),Gi=function(){function e(){}return e.prototype.addCallback=function(t){},e.prototype.removeCallback=function(t){},e}(),i3=function(e){Bn(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Gi),a3=function(e){Bn(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Gi),l3=function(e){Bn(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Gi),c3=new t3,u3=new n3,d3=new o3,p3=new s3,f3=new r3,h3=new i3,m3=new a3,g3=new l3,v3={get:function(e,t){if(e!=null)return e[t]},keys:function(e){return e==null?[]:Object.keys(e)}},_3={set:function(e,t,n){e!=null&&(e[t]=n)}},y3=function(e,t){var n=typeof Symbol=="function"&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),o,s=[],i;try{for(;(t===void 0||t-- >0)&&!(o=r.next()).done;)s.push(o.value)}catch(a){i={error:a}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(i)throw i.error}}return s},w3=function(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,s;r<o;r++)(s||!(r in t))&&(s||(s=Array.prototype.slice.call(t,0,r)),s[r]=t[r]);return e.concat(s||Array.prototype.slice.call(t))},b3=function(){function e(){}return e.prototype.active=function(){return e3},e.prototype.with=function(t,n,r){for(var o=[],s=3;s<arguments.length;s++)o[s-3]=arguments[s];return n.call.apply(n,w3([r],y3(o),!1))},e.prototype.bind=function(t,n){return n},e.prototype.enable=function(){return this},e.prototype.disable=function(){return this},e}(),$3=function(e,t){var n=typeof Symbol=="function"&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),o,s=[],i;try{for(;(t===void 0||t-- >0)&&!(o=r.next()).done;)s.push(o.value)}catch(a){i={error:a}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(i)throw i.error}}return s},S3=function(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,s;r<o;r++)(s||!(r in t))&&(s||(s=Array.prototype.slice.call(t,0,r)),s[r]=t[r]);return e.concat(s||Array.prototype.slice.call(t))},Wi="context",C3=new b3,Ko=function(){function e(){}return e.getInstance=function(){return this._instance||(this._instance=new e),this._instance},e.prototype.setGlobalContextManager=function(t){return Yr(Wi,t,Wt.instance())},e.prototype.active=function(){return this._getContextManager().active()},e.prototype.with=function(t,n,r){for(var o,s=[],i=3;i<arguments.length;i++)s[i-3]=arguments[i];return(o=this._getContextManager()).with.apply(o,S3([t,n,r],$3(s),!1))},e.prototype.bind=function(t,n){return this._getContextManager().bind(t,n)},e.prototype._getContextManager=function(){return Vn(Wi)||C3},e.prototype.disable=function(){this._getContextManager().disable(),Qr(Wi,Wt.instance())},e}(),Ki;(function(e){e[e.NONE=0]="NONE",e[e.SAMPLED=1]="SAMPLED"})(Ki||(Ki={}));var f0="0000000000000000",h0="00000000000000000000000000000000",E3={traceId:h0,spanId:f0,traceFlags:Ki.NONE},eo=function(){function e(t){t===void 0&&(t=E3),this._spanContext=t}return e.prototype.spanContext=function(){return this._spanContext},e.prototype.setAttribute=function(t,n){return this},e.prototype.setAttributes=function(t){return this},e.prototype.addEvent=function(t,n){return this},e.prototype.addLink=function(t){return this},e.prototype.addLinks=function(t){return this},e.prototype.setStatus=function(t){return this},e.prototype.updateName=function(t){return this},e.prototype.end=function(t){},e.prototype.isRecording=function(){return!1},e.prototype.recordException=function(t,n){},e}(),Yi=p0("OpenTelemetry Context Key SPAN");function Qi(e){return e.getValue(Yi)||void 0}function k3(){return Qi(Ko.getInstance().active())}function Xi(e,t){return e.setValue(Yi,t)}function I3(e){return e.deleteValue(Yi)}function T3(e,t){return Xi(e,new eo(t))}function m0(e){var t;return(t=Qi(e))===null||t===void 0?void 0:t.spanContext()}var x3=/^([0-9a-f]{32})$/i,P3=/^[0-9a-f]{16}$/i;function R3(e){return x3.test(e)&&e!==h0}function O3(e){return P3.test(e)&&e!==f0}function g0(e){return R3(e.traceId)&&O3(e.spanId)}function N3(e){return new eo(e)}var ea=Ko.getInstance(),v0=function(){function e(){}return e.prototype.startSpan=function(t,n,r){r===void 0&&(r=ea.active());var o=!!(n!=null&&n.root);if(o)return new eo;var s=r&&m0(r);return M3(s)&&g0(s)?new eo(s):new eo},e.prototype.startActiveSpan=function(t,n,r,o){var s,i,a;if(!(arguments.length<2)){arguments.length===2?a=n:arguments.length===3?(s=n,a=r):(s=n,i=r,a=o);var l=i??ea.active(),c=this.startSpan(t,s,l),u=Xi(l,c);return ea.with(u,a,void 0,c)}},e}();function M3(e){return typeof e=="object"&&typeof e.spanId=="string"&&typeof e.traceId=="string"&&typeof e.traceFlags=="number"}var A3=new v0,L3=function(){function e(t,n,r,o){this._provider=t,this.name=n,this.version=r,this.options=o}return e.prototype.startSpan=function(t,n,r){return this._getTracer().startSpan(t,n,r)},e.prototype.startActiveSpan=function(t,n,r,o){var s=this._getTracer();return Reflect.apply(s.startActiveSpan,s,arguments)},e.prototype._getTracer=function(){if(this._delegate)return this._delegate;var t=this._provider.getDelegateTracer(this.name,this.version,this.options);return t?(this._delegate=t,this._delegate):A3},e}(),j3=function(){function e(){}return e.prototype.getTracer=function(t,n,r){return new v0},e}(),z3=new j3,_0=function(){function e(){}return e.prototype.getTracer=function(t,n,r){var o;return(o=this.getDelegateTracer(t,n,r))!==null&&o!==void 0?o:new L3(this,t,n,r)},e.prototype.getDelegate=function(){var t;return(t=this._delegate)!==null&&t!==void 0?t:z3},e.prototype.setDelegate=function(t){this._delegate=t},e.prototype.getDelegateTracer=function(t,n,r){var o;return(o=this._delegate)===null||o===void 0?void 0:o.getTracer(t,n,r)},e}(),Yo;(function(e){e[e.UNSET=0]="UNSET",e[e.OK=1]="OK",e[e.ERROR=2]="ERROR"})(Yo||(Yo={})),Ko.getInstance(),Wt.instance();var D3=function(){function e(){}return e.prototype.getMeter=function(t,n,r){return c3},e}(),U3=new D3,ta="metrics",q3=function(){function e(){}return e.getInstance=function(){return this._instance||(this._instance=new e),this._instance},e.prototype.setGlobalMeterProvider=function(t){return Yr(ta,t,Wt.instance())},e.prototype.getMeterProvider=function(){return Vn(ta)||U3},e.prototype.getMeter=function(t,n,r){return this.getMeterProvider().getMeter(t,n,r)},e.prototype.disable=function(){Qr(ta,Wt.instance())},e}();q3.getInstance();var Z3=function(){function e(){}return e.prototype.inject=function(t,n){},e.prototype.extract=function(t,n){return t},e.prototype.fields=function(){return[]},e}(),na=p0("OpenTelemetry Baggage Key");function y0(e){return e.getValue(na)||void 0}function F3(){return y0(Ko.getInstance().active())}function V3(e,t){return e.setValue(na,t)}function B3(e){return e.deleteValue(na)}var ra="propagation",H3=new Z3,J3=function(){function e(){this.createBaggage=Qw,this.getBaggage=y0,this.getActiveBaggage=F3,this.setBaggage=V3,this.deleteBaggage=B3}return e.getInstance=function(){return this._instance||(this._instance=new e),this._instance},e.prototype.setGlobalPropagator=function(t){return Yr(ra,t,Wt.instance())},e.prototype.inject=function(t,n,r){return r===void 0&&(r=_3),this._getGlobalPropagator().inject(t,n,r)},e.prototype.extract=function(t,n,r){return r===void 0&&(r=v3),this._getGlobalPropagator().extract(t,n,r)},e.prototype.fields=function(){return this._getGlobalPropagator().fields()},e.prototype.disable=function(){Qr(ra,Wt.instance())},e.prototype._getGlobalPropagator=function(){return Vn(ra)||H3},e}();J3.getInstance();var oa="trace",G3=function(){function e(){this._proxyTracerProvider=new _0,this.wrapSpanContext=N3,this.isSpanContextValid=g0,this.deleteSpan=I3,this.getSpan=Qi,this.getActiveSpan=k3,this.getSpanContext=m0,this.setSpan=Xi,this.setSpanContext=T3}return e.getInstance=function(){return this._instance||(this._instance=new e),this._instance},e.prototype.setGlobalTracerProvider=function(t){var n=Yr(oa,this._proxyTracerProvider,Wt.instance());return n&&this._proxyTracerProvider.setDelegate(t),n},e.prototype.getTracerProvider=function(){return Vn(oa)||this._proxyTracerProvider},e.prototype.getTracer=function(t,n){return this.getTracerProvider().getTracer(t,n)},e.prototype.disable=function(){Qr(oa,Wt.instance()),this._proxyTracerProvider=new _0},e}(),W3=G3.getInstance(),K3=Object.defineProperty,Y3=(e,t)=>{for(var n in t)K3(e,n,{get:t[n],enumerable:!0})},w0="AI_NoOutputSpecifiedError",b0=`vercel.ai.error.${w0}`,Q3=Symbol.for(b0),$0,S0=class extends ee{constructor({message:e="No output specified."}={}){super({name:w0,message:e}),this[$0]=!0}static isInstance(e){return ee.hasMarker(e,b0)}};$0=Q3;function X3(e){const t="AI SDK Warning:";switch(e.type){case"unsupported-setting":{let n=`${t} The "${e.setting}" setting is not supported by this model`;return e.details&&(n+=` - ${e.details}`),n}case"unsupported-tool":{const n="name"in e.tool?e.tool.name:"unknown tool";let r=`${t} The tool "${n}" is not supported by this model`;return e.details&&(r+=` - ${e.details}`),r}case"other":return`${t} ${e.message}`;default:return`${t} ${JSON.stringify(e,null,2)}`}}var eb="AI SDK Warning System: To turn off warning logging, set the AI_SDK_LOG_WARNINGS global to false.",C0=!1,E0=e=>{if(e.length===0)return;const t=globalThis.AI_SDK_LOG_WARNINGS;if(t!==!1){if(typeof t=="function"){t(e);return}C0||(C0=!0,console.info(eb));for(const n of e)console.warn(X3(n))}},k0="AI_InvalidArgumentError",I0=`vercel.ai.error.${k0}`,tb=Symbol.for(I0),T0,Kt=class extends ee{constructor({parameter:e,value:t,message:n}){super({name:k0,message:`Invalid argument for parameter ${e}: ${n}`}),this[T0]=!0,this.parameter=e,this.value=t}static isInstance(e){return ee.hasMarker(e,I0)}};T0=tb;var x0="AI_InvalidToolInputError",P0=`vercel.ai.error.${x0}`,nb=Symbol.for(P0),R0,O0=class extends ee{constructor({toolInput:e,toolName:t,cause:n,message:r=`Invalid input for tool ${t}: ${sr(n)}`}){super({name:x0,message:r,cause:n}),this[R0]=!0,this.toolInput=e,this.toolName=t}static isInstance(e){return ee.hasMarker(e,P0)}};R0=nb;var rb="AI_MCPClientError",N0=`vercel.ai.error.${rb}`,ob=Symbol.for(N0),M0,Ve=class extends ee{constructor({name:e="MCPClientError",message:t,cause:n,data:r,code:o}){super({name:e,message:t,cause:n}),this[M0]=!0,this.data=r,this.code=o}static isInstance(e){return ee.hasMarker(e,N0)}};M0=ob;var A0="AI_NoObjectGeneratedError",L0=`vercel.ai.error.${A0}`,sb=Symbol.for(L0),j0,z0=class extends ee{constructor({message:e="No object generated.",cause:t,text:n,response:r,usage:o,finishReason:s}){super({name:A0,message:e,cause:t}),this[j0]=!0,this.text=n,this.response=r,this.usage=o,this.finishReason=s}static isInstance(e){return ee.hasMarker(e,L0)}};j0=sb;var D0="AI_NoOutputGeneratedError",U0=`vercel.ai.error.${D0}`,ib=Symbol.for(U0),q0,ab=class extends ee{constructor({message:e="No output generated.",cause:t}={}){super({name:D0,message:e,cause:t}),this[q0]=!0}static isInstance(e){return ee.hasMarker(e,U0)}};q0=ib;var Z0="AI_NoSuchToolError",F0=`vercel.ai.error.${Z0}`,lb=Symbol.for(F0),V0,sa=class extends ee{constructor({toolName:e,availableTools:t=void 0,message:n=`Model tried to call unavailable tool '${e}'. ${t===void 0?"No tools are available.":`Available tools: ${t.join(", ")}.`}`}){super({name:Z0,message:n}),this[V0]=!0,this.toolName=e,this.availableTools=t}static isInstance(e){return ee.hasMarker(e,F0)}};V0=lb;var B0="AI_ToolCallRepairError",H0=`vercel.ai.error.${B0}`,cb=Symbol.for(H0),J0,ub=class extends ee{constructor({cause:e,originalError:t,message:n=`Error repairing tool call: ${sr(e)}`}){super({name:B0,message:n,cause:e}),this[J0]=!0,this.originalError=t}static isInstance(e){return ee.hasMarker(e,H0)}};J0=cb;var db=class extends ee{constructor(e){super({name:"AI_UnsupportedModelVersionError",message:`Unsupported model version ${e.version} for provider "${e.provider}" and model "${e.modelId}". AI SDK 5 only supports models that implement specification version "v2".`}),this.version=e.version,this.provider=e.provider,this.modelId=e.modelId}},G0="AI_InvalidMessageRoleError",W0=`vercel.ai.error.${G0}`,pb=Symbol.for(W0),K0,fb=class extends ee{constructor({role:e,message:t=`Invalid message role: '${e}'. Must be one of: "system", "user", "assistant", "tool".`}){super({name:G0,message:t}),this[K0]=!0,this.role=e}static isInstance(e){return ee.hasMarker(e,W0)}};K0=pb;var Y0="AI_DownloadError",Q0=`vercel.ai.error.${Y0}`,hb=Symbol.for(Q0),X0,ia=class extends ee{constructor({url:e,statusCode:t,statusText:n,cause:r,message:o=r==null?`Failed to download ${e}: ${t} ${n}`:`Failed to download ${e}: ${r}`}){super({name:Y0,message:o,cause:r}),this[X0]=!0,this.url=e,this.statusCode=t,this.statusText=n}static isInstance(e){return ee.hasMarker(e,Q0)}};X0=hb;var ep="AI_RetryError",tp=`vercel.ai.error.${ep}`,mb=Symbol.for(tp),np,rp=class extends ee{constructor({message:e,reason:t,errors:n}){super({name:ep,message:e}),this[np]=!0,this.reason=t,this.errors=n,this.lastError=n[n.length-1]}static isInstance(e){return ee.hasMarker(e,tp)}};np=mb;function Qo(e){if(typeof e!="string"){if(e.specificationVersion!=="v2")throw new db({version:e.specificationVersion,provider:e.provider,modelId:e.modelId});return e}return gb().languageModel(e)}function gb(){var e;return(e=globalThis.AI_SDK_DEFAULT_PROVIDER)!=null?e:Lw}var vb=[{mediaType:"image/gif",bytesPrefix:[71,73,70]},{mediaType:"image/png",bytesPrefix:[137,80,78,71]},{mediaType:"image/jpeg",bytesPrefix:[255,216]},{mediaType:"image/webp",bytesPrefix:[82,73,70,70,null,null,null,null,87,69,66,80]},{mediaType:"image/bmp",bytesPrefix:[66,77]},{mediaType:"image/tiff",bytesPrefix:[73,73,42,0]},{mediaType:"image/tiff",bytesPrefix:[77,77,0,42]},{mediaType:"image/avif",bytesPrefix:[0,0,0,32,102,116,121,112,97,118,105,102]},{mediaType:"image/heic",bytesPrefix:[0,0,0,32,102,116,121,112,104,101,105,99]}],_b=e=>{const t=typeof e=="string"?Zi(e):e,n=(t[6]&127)<<21|(t[7]&127)<<14|(t[8]&127)<<7|t[9]&127;return t.slice(n+10)};function yb(e){return typeof e=="string"&&e.startsWith("SUQz")||typeof e!="string"&&e.length>10&&e[0]===73&&e[1]===68&&e[2]===51?_b(e):e}function wb({data:e,signatures:t}){const n=yb(e),r=typeof n=="string"?Zi(n.substring(0,Math.min(n.length,24))):n;for(const o of t)if(r.length>=o.bytesPrefix.length&&o.bytesPrefix.every((s,i)=>s===null||r[i]===s))return o.mediaType}var Xo="5.0.76",bb=async({url:e})=>{var t;const n=e.toString();try{const r=await fetch(n,{headers:Dn({},`ai-sdk/${Xo}`,Br())});if(!r.ok)throw new ia({url:n,statusCode:r.status,statusText:r.statusText});return{data:new Uint8Array(await r.arrayBuffer()),mediaType:(t=r.headers.get("content-type"))!=null?t:void 0}}catch(r){throw ia.isInstance(r)?r:new ia({url:n,cause:r})}},$b=(e=bb)=>t=>Promise.all(t.map(async n=>n.isUrlSupportedByModel?null:e(n)));function Sb(e){try{const[t,n]=e.split(",");return{mediaType:t.split(";")[0].split(":")[1],base64Content:n}}catch{return{mediaType:void 0,base64Content:void 0}}}var op=Q([p(),Vo(Uint8Array),Vo(ArrayBuffer),gd(e=>{var t,n;return(n=(t=globalThis.Buffer)==null?void 0:t.isBuffer(e))!=null?n:!1},{message:"Must be a Buffer"})]);function sp(e){if(e instanceof Uint8Array)return{data:e,mediaType:void 0};if(e instanceof ArrayBuffer)return{data:new Uint8Array(e),mediaType:void 0};if(typeof e=="string")try{e=new URL(e)}catch{}if(e instanceof URL&&e.protocol==="data:"){const{mediaType:t,base64Content:n}=Sb(e.toString());if(t==null||n==null)throw new ee({name:"InvalidDataContentError",message:`Invalid data URL format in content ${e.toString()}`});return{data:n,mediaType:t}}return{data:e,mediaType:void 0}}function Cb(e){return typeof e=="string"?e:e instanceof ArrayBuffer?Fi(new Uint8Array(e)):Fi(e)}async function ip({prompt:e,supportedUrls:t,download:n=$b()}){const r=await kb(e.messages,n,t);return[...e.system!=null?[{role:"system",content:e.system}]:[],...e.messages.map(o=>Eb({message:o,downloadedAssets:r}))]}function Eb({message:e,downloadedAssets:t}){const n=e.role;switch(n){case"system":return{role:"system",content:e.content,providerOptions:e.providerOptions};case"user":return typeof e.content=="string"?{role:"user",content:[{type:"text",text:e.content}],providerOptions:e.providerOptions}:{role:"user",content:e.content.map(r=>Ib(r,t)).filter(r=>r.type!=="text"||r.text!==""),providerOptions:e.providerOptions};case"assistant":return typeof e.content=="string"?{role:"assistant",content:[{type:"text",text:e.content}],providerOptions:e.providerOptions}:{role:"assistant",content:e.content.filter(r=>r.type!=="text"||r.text!==""||r.providerOptions!=null).map(r=>{const o=r.providerOptions;switch(r.type){case"file":{const{data:s,mediaType:i}=sp(r.data);return{type:"file",data:s,filename:r.filename,mediaType:i??r.mediaType,providerOptions:o}}case"reasoning":return{type:"reasoning",text:r.text,providerOptions:o};case"text":return{type:"text",text:r.text,providerOptions:o};case"tool-call":return{type:"tool-call",toolCallId:r.toolCallId,toolName:r.toolName,input:r.input,providerExecuted:r.providerExecuted,providerOptions:o};case"tool-result":return{type:"tool-result",toolCallId:r.toolCallId,toolName:r.toolName,output:r.output,providerOptions:o}}}),providerOptions:e.providerOptions};case"tool":return{role:"tool",content:e.content.map(r=>({type:"tool-result",toolCallId:r.toolCallId,toolName:r.toolName,output:r.output,providerOptions:r.providerOptions})),providerOptions:e.providerOptions};default:{const r=n;throw new fb({role:r})}}}async function kb(e,t,n){const r=e.filter(s=>s.role==="user").map(s=>s.content).filter(s=>Array.isArray(s)).flat().filter(s=>s.type==="image"||s.type==="file").map(s=>{var i;const a=(i=s.mediaType)!=null?i:s.type==="image"?"image/*":void 0;let l=s.type==="image"?s.image:s.data;if(typeof l=="string")try{l=new URL(l)}catch{}return{mediaType:a,data:l}}).filter(s=>s.data instanceof URL).map(s=>({url:s.data,isUrlSupportedByModel:s.mediaType!=null&&U_({url:s.data.toString(),mediaType:s.mediaType,supportedUrls:n})})),o=await t(r);return Object.fromEntries(o.map((s,i)=>s==null?null:[r[i].url.toString(),{data:s.data,mediaType:s.mediaType}]).filter(s=>s!=null))}function Ib(e,t){var n;if(e.type==="text")return{type:"text",text:e.text,providerOptions:e.providerOptions};let r;const o=e.type;switch(o){case"image":r=e.image;break;case"file":r=e.data;break;default:throw new Error(`Unsupported part type: ${o}`)}const{data:s,mediaType:i}=sp(r);let a=i??e.mediaType,l=s;if(l instanceof URL){const c=t[l.toString()];c&&(l=c.data,a??(a=c.mediaType))}switch(o){case"image":return(l instanceof Uint8Array||typeof l=="string")&&(a=(n=wb({data:l,signatures:vb}))!=null?n:a),{type:"file",mediaType:a??"image/*",filename:void 0,data:l,providerOptions:e.providerOptions};case"file":{if(a==null)throw new Error("Media type is missing for file part");return{type:"file",mediaType:a,filename:e.filename,data:l,providerOptions:e.providerOptions}}}}function aa({maxOutputTokens:e,temperature:t,topP:n,topK:r,presencePenalty:o,frequencyPenalty:s,seed:i,stopSequences:a}){if(e!=null){if(!Number.isInteger(e))throw new Kt({parameter:"maxOutputTokens",value:e,message:"maxOutputTokens must be an integer"});if(e<1)throw new Kt({parameter:"maxOutputTokens",value:e,message:"maxOutputTokens must be >= 1"})}if(t!=null&&typeof t!="number")throw new Kt({parameter:"temperature",value:t,message:"temperature must be a number"});if(n!=null&&typeof n!="number")throw new Kt({parameter:"topP",value:n,message:"topP must be a number"});if(r!=null&&typeof r!="number")throw new Kt({parameter:"topK",value:r,message:"topK must be a number"});if(o!=null&&typeof o!="number")throw new Kt({parameter:"presencePenalty",value:o,message:"presencePenalty must be a number"});if(s!=null&&typeof s!="number")throw new Kt({parameter:"frequencyPenalty",value:s,message:"frequencyPenalty must be a number"});if(i!=null&&!Number.isInteger(i))throw new Kt({parameter:"seed",value:i,message:"seed must be an integer"});return{maxOutputTokens:e,temperature:t,topP:n,topK:r,presencePenalty:o,frequencyPenalty:s,stopSequences:a,seed:i}}function Tb(e){return e!=null&&Object.keys(e).length>0}function ap({tools:e,toolChoice:t,activeTools:n}){return Tb(e)?{tools:(n!=null?Object.entries(e).filter(([o])=>n.includes(o)):Object.entries(e)).map(([o,s])=>{const i=s.type;switch(i){case void 0:case"dynamic":case"function":return{type:"function",name:o,description:s.description,inputSchema:Go(s.inputSchema).jsonSchema,providerOptions:s.providerOptions};case"provider-defined":return{type:"provider-defined",name:o,id:s.id,args:s.args};default:{const a=i;throw new Error(`Unsupported tool type: ${a}`)}}}),toolChoice:t==null?{type:"auto"}:typeof t=="string"?{type:t}:{type:"tool",toolName:t.toolName}}:{tools:void 0,toolChoice:void 0}}var to=md(()=>Q([i_(),p(),R(),ne(),ie(p(),to),N(to)])),Yt=ie(p(),ie(p(),to)),lp=S({type:O("text"),text:p(),providerOptions:Yt.optional()}),xb=S({type:O("image"),image:Q([op,Vo(URL)]),mediaType:p().optional(),providerOptions:Yt.optional()}),cp=S({type:O("file"),data:Q([op,Vo(URL)]),filename:p().optional(),mediaType:p(),providerOptions:Yt.optional()}),Pb=S({type:O("reasoning"),text:p(),providerOptions:Yt.optional()}),Rb=S({type:O("tool-call"),toolCallId:p(),toolName:p(),input:ke(),providerOptions:Yt.optional(),providerExecuted:ne().optional()}),Ob=Fe("type",[S({type:O("text"),value:p()}),S({type:O("json"),value:to}),S({type:O("error-text"),value:p()}),S({type:O("error-json"),value:to}),S({type:O("content"),value:N(Q([S({type:O("text"),text:p()}),S({type:O("media"),data:p(),mediaType:p()})]))})]),up=S({type:O("tool-result"),toolCallId:p(),toolName:p(),output:Ob,providerOptions:Yt.optional()}),Nb=S({role:O("system"),content:p(),providerOptions:Yt.optional()}),Mb=S({role:O("user"),content:Q([p(),N(Q([lp,xb,cp]))]),providerOptions:Yt.optional()}),Ab=S({role:O("assistant"),content:Q([p(),N(Q([lp,cp,Pb,Rb,up]))]),providerOptions:Yt.optional()}),Lb=S({role:O("tool"),content:N(up),providerOptions:Yt.optional()}),jb=Q([Nb,Mb,Ab,Lb]);async function dp(e){if(e.prompt==null&&e.messages==null)throw new An({prompt:e,message:"prompt or messages must be defined"});if(e.prompt!=null&&e.messages!=null)throw new An({prompt:e,message:"prompt and messages cannot be defined at the same time"});if(e.system!=null&&typeof e.system!="string")throw new An({prompt:e,message:"system must be a string"});let t;if(e.prompt!=null&&typeof e.prompt=="string")t=[{role:"user",content:e.prompt}];else if(e.prompt!=null&&Array.isArray(e.prompt))t=e.prompt;else if(e.messages!=null)t=e.messages;else throw new An({prompt:e,message:"prompt or messages must be defined"});if(t.length===0)throw new An({prompt:e,message:"messages must not be empty"});const n=await $n({value:t,schema:N(jb)});if(!n.success)throw new An({prompt:e,message:"The messages must be a ModelMessage[]. If you have passed a UIMessage[], you can use convertToModelMessages to convert them.",cause:n.error});return{messages:t,system:e.system}}function pp(e){return Ji.isInstance(e)||Qd.isInstance(e)?new ee({name:"GatewayError",message:"Vercel AI Gateway access failed. If you want to use AI SDK providers directly, use the providers, e.g. @ai-sdk/openai, or register a different global default provider.",cause:e}):e}function ar({operationId:e,telemetry:t}){return{"operation.name":`${e}${(t==null?void 0:t.functionId)!=null?` ${t.functionId}`:""}`,"resource.name":t==null?void 0:t.functionId,"ai.operationId":e,"ai.telemetry.functionId":t==null?void 0:t.functionId}}function fp({model:e,settings:t,telemetry:n,headers:r}){var o;return{"ai.model.provider":e.provider,"ai.model.id":e.modelId,...Object.entries(t).reduce((s,[i,a])=>(s[`ai.settings.${i}`]=a,s),{}),...Object.entries((o=n==null?void 0:n.metadata)!=null?o:{}).reduce((s,[i,a])=>(s[`ai.telemetry.metadata.${i}`]=a,s),{}),...Object.entries(r??{}).reduce((s,[i,a])=>(a!==void 0&&(s[`ai.request.headers.${i}`]=a),s),{})}}var zb={startSpan(){return es},startActiveSpan(e,t,n,r){if(typeof t=="function")return t(es);if(typeof n=="function")return n(es);if(typeof r=="function")return r(es)}},es={spanContext(){return Db},setAttribute(){return this},setAttributes(){return this},addEvent(){return this},addLink(){return this},addLinks(){return this},setStatus(){return this},updateName(){return this},end(){return this},isRecording(){return!1},recordException(){return this}},Db={traceId:"",spanId:"",traceFlags:0};function hp({isEnabled:e=!1,tracer:t}={}){return e?t||W3.getTracer("ai"):zb}function lr({name:e,tracer:t,attributes:n,fn:r,endWhenDone:o=!0}){return t.startActiveSpan(e,{attributes:n},async s=>{try{const i=await r(s);return o&&s.end(),i}catch(i){try{la(s,i)}finally{s.end()}throw i}})}function la(e,t){t instanceof Error?(e.recordException({name:t.name,message:t.message,stack:t.stack}),e.setStatus({code:Yo.ERROR,message:t.message})):e.setStatus({code:Yo.ERROR})}function kt({telemetry:e,attributes:t}){return(e==null?void 0:e.isEnabled)!==!0?{}:Object.entries(t).reduce((n,[r,o])=>{if(o==null)return n;if(typeof o=="object"&&"input"in o&&typeof o.input=="function"){if((e==null?void 0:e.recordInputs)===!1)return n;const s=o.input();return s==null?n:{...n,[r]:s}}if(typeof o=="object"&&"output"in o&&typeof o.output=="function"){if((e==null?void 0:e.recordOutputs)===!1)return n;const s=o.output();return s==null?n:{...n,[r]:s}}return{...n,[r]:o}},{})}function mp(e){return JSON.stringify(e.map(t=>({...t,content:typeof t.content=="string"?t.content:t.content.map(n=>n.type==="file"?{...n,data:n.data instanceof Uint8Array?Cb(n.data):n.data}:n)})))}function gp(e,t){return{inputTokens:no(e.inputTokens,t.inputTokens),outputTokens:no(e.outputTokens,t.outputTokens),totalTokens:no(e.totalTokens,t.totalTokens),reasoningTokens:no(e.reasoningTokens,t.reasoningTokens),cachedInputTokens:no(e.cachedInputTokens,t.cachedInputTokens)}}function no(e,t){return e==null&&t==null?void 0:(e??0)+(t??0)}function ca(e){return e===void 0?[]:Array.isArray(e)?e:[e]}function Ub({error:e,exponentialBackoffDelay:t}){const n=e.responseHeaders;if(!n)return t;let r;const o=n["retry-after-ms"];if(o){const i=parseFloat(o);Number.isNaN(i)||(r=i)}const s=n["retry-after"];if(s&&r===void 0){const i=parseFloat(s);Number.isNaN(i)?r=Date.parse(s)-Date.now():r=i*1e3}return r!=null&&!Number.isNaN(r)&&0<=r&&(r<60*1e3||r<t)?r:t}var qb=({maxRetries:e=2,initialDelayInMs:t=2e3,backoffFactor:n=2,abortSignal:r}={})=>async o=>vp(o,{maxRetries:e,delayInMs:t,backoffFactor:n,abortSignal:r});async function vp(e,{maxRetries:t,delayInMs:n,backoffFactor:r,abortSignal:o},s=[]){try{return await e()}catch(i){if(zn(i)||t===0)throw i;const a=Ai(i),l=[...s,i],c=l.length;if(c>t)throw new rp({message:`Failed after ${c} attempts. Last error: ${a}`,reason:"maxRetriesExceeded",errors:l});if(i instanceof Error&&Ie.isInstance(i)&&i.isRetryable===!0&&c<=t)return await A_(Ub({error:i,exponentialBackoffDelay:n}),{abortSignal:o}),vp(e,{maxRetries:t,delayInMs:r*n,backoffFactor:r,abortSignal:o},l);throw c===1?i:new rp({message:`Failed after ${c} attempts with non-retryable error: '${a}'`,reason:"errorNotRetryable",errors:l})}}function _p({maxRetries:e,abortSignal:t}){if(e!=null){if(!Number.isInteger(e))throw new Kt({parameter:"maxRetries",value:e,message:"maxRetries must be an integer"});if(e<0)throw new Kt({parameter:"maxRetries",value:e,message:"maxRetries must be >= 0"})}const n=e??2;return{maxRetries:n,retry:qb({maxRetries:n,abortSignal:t})}}function yp(e){const t=e.filter(n=>n.type==="text");if(t.length!==0)return t.map(n=>n.text).join("")}var wp=class{constructor({data:e,mediaType:t}){const n=e instanceof Uint8Array;this.base64Data=n?void 0:e,this.uint8ArrayData=n?e:void 0,this.mediaType=t}get base64(){return this.base64Data==null&&(this.base64Data=Fi(this.uint8ArrayData)),this.base64Data}get uint8Array(){return this.uint8ArrayData==null&&(this.uint8ArrayData=Zi(this.base64Data)),this.uint8ArrayData}},Zb=class extends wp{constructor(e){super(e),this.type="file"}};async function bp({toolCall:e,tools:t,repairToolCall:n,system:r,messages:o}){try{if(t==null)throw new sa({toolName:e.toolName});try{return await $p({toolCall:e,tools:t})}catch(s){if(n==null||!(sa.isInstance(s)||O0.isInstance(s)))throw s;let i=null;try{i=await n({toolCall:e,tools:t,inputSchema:({toolName:a})=>{const{inputSchema:l}=t[a];return Go(l).jsonSchema},system:r,messages:o,error:s})}catch(a){throw new ub({cause:a,originalError:s})}if(i==null)throw s;return await $p({toolCall:i,tools:t})}}catch(s){const i=await Un({text:e.input}),a=i.success?i.value:e.input;return{type:"tool-call",toolCallId:e.toolCallId,toolName:e.toolName,input:a,dynamic:!0,invalid:!0,error:s}}}async function $p({toolCall:e,tools:t}){const n=e.toolName,r=t[n];if(r==null)throw new sa({toolName:e.toolName,availableTools:Object.keys(t)});const o=Go(r.inputSchema),s=e.input.trim()===""?await $n({value:{},schema:o}):await Un({text:e.input,schema:o});if(s.success===!1)throw new O0({toolName:n,toolInput:e.input,cause:s.error});return r.type==="dynamic"?{type:"tool-call",toolCallId:e.toolCallId,toolName:e.toolName,input:s.value,providerExecuted:e.providerExecuted,providerMetadata:e.providerMetadata,dynamic:!0}:{type:"tool-call",toolCallId:e.toolCallId,toolName:n,input:s.value,providerExecuted:e.providerExecuted,providerMetadata:e.providerMetadata}}var Sp=class{constructor({content:e,finishReason:t,usage:n,warnings:r,request:o,response:s,providerMetadata:i}){this.content=e,this.finishReason=t,this.usage=n,this.warnings=r,this.request=o,this.response=s,this.providerMetadata=i}get text(){return this.content.filter(e=>e.type==="text").map(e=>e.text).join("")}get reasoning(){return this.content.filter(e=>e.type==="reasoning")}get reasoningText(){return this.reasoning.length===0?void 0:this.reasoning.map(e=>e.text).join("")}get files(){return this.content.filter(e=>e.type==="file").map(e=>e.file)}get sources(){return this.content.filter(e=>e.type==="source")}get toolCalls(){return this.content.filter(e=>e.type==="tool-call")}get staticToolCalls(){return this.toolCalls.filter(e=>e.dynamic!==!0)}get dynamicToolCalls(){return this.toolCalls.filter(e=>e.dynamic===!0)}get toolResults(){return this.content.filter(e=>e.type==="tool-result")}get staticToolResults(){return this.toolResults.filter(e=>e.dynamic!==!0)}get dynamicToolResults(){return this.toolResults.filter(e=>e.dynamic===!0)}};function ua(e){return({steps:t})=>t.length===e}async function Cp({stopConditions:e,steps:t}){return(await Promise.all(e.map(n=>n({steps:t})))).some(n=>n)}function da({output:e,tool:t,errorMode:n}){return n==="text"?{type:"error-text",value:sr(e)}:n==="json"?{type:"error-json",value:Ep(e)}:t!=null&&t.toModelOutput?t.toModelOutput(e):typeof e=="string"?{type:"text",value:e}:{type:"json",value:Ep(e)}}function Ep(e){return e===void 0?null:e}function pa({content:e,tools:t}){const n=[],r=e.filter(s=>s.type!=="source").filter(s=>(s.type!=="tool-result"||s.providerExecuted)&&(s.type!=="tool-error"||s.providerExecuted)).filter(s=>s.type!=="text"||s.text.length>0).map(s=>{switch(s.type){case"text":return{type:"text",text:s.text,providerOptions:s.providerMetadata};case"reasoning":return{type:"reasoning",text:s.text,providerOptions:s.providerMetadata};case"file":return{type:"file",data:s.file.base64,mediaType:s.file.mediaType,providerOptions:s.providerMetadata};case"tool-call":return{type:"tool-call",toolCallId:s.toolCallId,toolName:s.toolName,input:s.input,providerExecuted:s.providerExecuted,providerOptions:s.providerMetadata};case"tool-result":return{type:"tool-result",toolCallId:s.toolCallId,toolName:s.toolName,output:da({tool:t==null?void 0:t[s.toolName],output:s.output,errorMode:"none"}),providerExecuted:!0,providerOptions:s.providerMetadata};case"tool-error":return{type:"tool-result",toolCallId:s.toolCallId,toolName:s.toolName,output:da({tool:t==null?void 0:t[s.toolName],output:s.error,errorMode:"json"}),providerOptions:s.providerMetadata}}});r.length>0&&n.push({role:"assistant",content:r});const o=e.filter(s=>s.type==="tool-result"||s.type==="tool-error").filter(s=>!s.providerExecuted).map(s=>({type:"tool-result",toolCallId:s.toolCallId,toolName:s.toolName,output:da({tool:t==null?void 0:t[s.toolName],output:s.type==="tool-result"?s.output:s.error,errorMode:s.type==="tool-error"?"text":"none"})}));return o.length>0&&n.push({role:"tool",content:o}),n}var Fb=Vr({prefix:"aitxt",size:24});async function Vb({model:e,tools:t,toolChoice:n,system:r,prompt:o,messages:s,maxRetries:i,abortSignal:a,headers:l,stopWhen:c=ua(1),experimental_output:u,experimental_telemetry:h,providerOptions:_,experimental_activeTools:f,activeTools:g=f,experimental_prepareStep:v,prepareStep:m=v,experimental_repairToolCall:d,experimental_download:w,experimental_context:y,_internal:{generateId:b=Fb,currentDate:k=()=>new Date}={},onStepFinish:x,...T}){const D=Qo(e),U=ca(c),{maxRetries:H,retry:q}=_p({maxRetries:i,abortSignal:a}),F=aa(T),B=Dn(l??{},`ai/${Xo}`),V=fp({model:D,telemetry:h,headers:B,settings:{...F,maxRetries:H}}),se=await dp({system:r,prompt:o,messages:s}),ge=hp(h);try{return await lr({name:"ai.generateText",attributes:kt({telemetry:h,attributes:{...ar({operationId:"ai.generateText",telemetry:h}),...V,"ai.model.provider":D.provider,"ai.model.id":D.modelId,"ai.prompt":{input:()=>JSON.stringify({system:r,prompt:o,messages:s})}}}),tracer:ge,fn:async te=>{var ue,le,L,I,M,P,C;const E=aa(T);let $,j=[],z=[];const de=[],oe=[];do{const Ne=[...se.messages,...de],ve=await(m==null?void 0:m({model:D,steps:oe,stepNumber:oe.length,messages:Ne})),ye=Qo((ue=ve==null?void 0:ve.model)!=null?ue:D),Le=await ip({prompt:{system:(le=ve==null?void 0:ve.system)!=null?le:se.system,messages:(L=ve==null?void 0:ve.messages)!=null?L:Ne},supportedUrls:await ye.supportedUrls,download:w}),{toolChoice:fe,tools:Ze}=ap({tools:t,toolChoice:(I=ve==null?void 0:ve.toolChoice)!=null?I:n,activeTools:(M=ve==null?void 0:ve.activeTools)!=null?M:g});$=await q(()=>{var Se;return lr({name:"ai.generateText.doGenerate",attributes:kt({telemetry:h,attributes:{...ar({operationId:"ai.generateText.doGenerate",telemetry:h}),...V,"ai.model.provider":ye.provider,"ai.model.id":ye.modelId,"ai.prompt.messages":{input:()=>mp(Le)},"ai.prompt.tools":{input:()=>Ze==null?void 0:Ze.map(vt=>JSON.stringify(vt))},"ai.prompt.toolChoice":{input:()=>fe!=null?JSON.stringify(fe):void 0},"gen_ai.system":ye.provider,"gen_ai.request.model":ye.modelId,"gen_ai.request.frequency_penalty":T.frequencyPenalty,"gen_ai.request.max_tokens":T.maxOutputTokens,"gen_ai.request.presence_penalty":T.presencePenalty,"gen_ai.request.stop_sequences":T.stopSequences,"gen_ai.request.temperature":(Se=T.temperature)!=null?Se:void 0,"gen_ai.request.top_k":T.topK,"gen_ai.request.top_p":T.topP}}),tracer:ge,fn:async vt=>{var mn,_t,Ye,Nt,Nn,Mn,Nr,hi;const Be=await ye.doGenerate({...E,tools:Ze,toolChoice:fe,responseFormat:u==null?void 0:u.responseFormat,prompt:Le,providerOptions:_,abortSignal:a,headers:B}),gn={id:(_t=(mn=Be.response)==null?void 0:mn.id)!=null?_t:b(),timestamp:(Nt=(Ye=Be.response)==null?void 0:Ye.timestamp)!=null?Nt:k(),modelId:(Mn=(Nn=Be.response)==null?void 0:Nn.modelId)!=null?Mn:ye.modelId,headers:(Nr=Be.response)==null?void 0:Nr.headers,body:(hi=Be.response)==null?void 0:hi.body};return vt.setAttributes(kt({telemetry:h,attributes:{"ai.response.finishReason":Be.finishReason,"ai.response.text":{output:()=>yp(Be.content)},"ai.response.toolCalls":{output:()=>{const vn=kp(Be.content);return vn==null?void 0:JSON.stringify(vn)}},"ai.response.id":gn.id,"ai.response.model":gn.modelId,"ai.response.timestamp":gn.timestamp.toISOString(),"ai.response.providerMetadata":JSON.stringify(Be.providerMetadata),"ai.usage.promptTokens":Be.usage.inputTokens,"ai.usage.completionTokens":Be.usage.outputTokens,"gen_ai.response.finish_reasons":[Be.finishReason],"gen_ai.response.id":gn.id,"gen_ai.response.model":gn.modelId,"gen_ai.usage.input_tokens":Be.usage.inputTokens,"gen_ai.usage.output_tokens":Be.usage.outputTokens}})),{...Be,response:gn}}})});const gt=await Promise.all($.content.filter(Se=>Se.type==="tool-call").map(Se=>bp({toolCall:Se,tools:t,repairToolCall:d,system:r,messages:Ne})));for(const Se of gt){if(Se.invalid)continue;const vt=t[Se.toolName];(vt==null?void 0:vt.onInputAvailable)!=null&&await vt.onInputAvailable({input:Se.input,toolCallId:Se.toolCallId,messages:Ne,abortSignal:a,experimental_context:y})}const J=gt.filter(Se=>Se.invalid&&Se.dynamic);z=[];for(const Se of J)z.push({type:"tool-error",toolCallId:Se.toolCallId,toolName:Se.toolName,input:Se.input,error:Ai(Se.error),dynamic:!0});j=gt.filter(Se=>!Se.providerExecuted),t!=null&&z.push(...await Bb({toolCalls:j.filter(Se=>!Se.invalid),tools:t,tracer:ge,telemetry:h,messages:Ne,abortSignal:a,experimental_context:y}));const $e=Jb({content:$.content,toolCalls:gt,toolOutputs:z});de.push(...pa({content:$e,tools:t}));const Ot=new Sp({content:$e,finishReason:$.finishReason,usage:$.usage,warnings:$.warnings,providerMetadata:$.providerMetadata,request:(P=$.request)!=null?P:{},response:{...$.response,messages:structuredClone(de)}});E0((C=$.warnings)!=null?C:[]),oe.push(Ot),await(x==null?void 0:x(Ot))}while(j.length>0&&z.length===j.length&&!await Cp({stopConditions:U,steps:oe}));te.setAttributes(kt({telemetry:h,attributes:{"ai.response.finishReason":$.finishReason,"ai.response.text":{output:()=>yp($.content)},"ai.response.toolCalls":{output:()=>{const Ne=kp($.content);return Ne==null?void 0:JSON.stringify(Ne)}},"ai.response.providerMetadata":JSON.stringify($.providerMetadata),"ai.usage.promptTokens":$.usage.inputTokens,"ai.usage.completionTokens":$.usage.outputTokens}}));const _e=oe[oe.length-1];let Rt;return _e.finishReason==="stop"&&(Rt=await(u==null?void 0:u.parseOutput({text:_e.text},{response:_e.response,usage:_e.usage,finishReason:_e.finishReason}))),new Hb({steps:oe,resolvedOutput:Rt})}})}catch(te){throw pp(te)}}async function Bb({toolCalls:e,tools:t,tracer:n,telemetry:r,messages:o,abortSignal:s,experimental_context:i}){return(await Promise.all(e.map(async({toolCallId:l,toolName:c,input:u})=>{const h=t[c];if((h==null?void 0:h.execute)!=null)return lr({name:"ai.toolCall",attributes:kt({telemetry:r,attributes:{...ar({operationId:"ai.toolCall",telemetry:r}),"ai.toolCall.name":c,"ai.toolCall.id":l,"ai.toolCall.args":{output:()=>JSON.stringify(u)}}}),tracer:n,fn:async _=>{try{const f=xd({execute:h.execute.bind(h),input:u,options:{toolCallId:l,messages:o,abortSignal:s,experimental_context:i}});let g;for await(const v of f)v.type==="final"&&(g=v.output);try{_.setAttributes(kt({telemetry:r,attributes:{"ai.toolCall.result":{output:()=>JSON.stringify(g)}}}))}catch{}return{type:"tool-result",toolCallId:l,toolName:c,input:u,output:g,dynamic:h.type==="dynamic"}}catch(f){return la(_,f),{type:"tool-error",toolCallId:l,toolName:c,input:u,error:f,dynamic:h.type==="dynamic"}}}})}))).filter(l=>l!=null)}var Hb=class{constructor(e){this.steps=e.steps,this.resolvedOutput=e.resolvedOutput}get finalStep(){return this.steps[this.steps.length-1]}get content(){return this.finalStep.content}get text(){return this.finalStep.text}get files(){return this.finalStep.files}get reasoningText(){return this.finalStep.reasoningText}get reasoning(){return this.finalStep.reasoning}get toolCalls(){return this.finalStep.toolCalls}get staticToolCalls(){return this.finalStep.staticToolCalls}get dynamicToolCalls(){return this.finalStep.dynamicToolCalls}get toolResults(){return this.finalStep.toolResults}get staticToolResults(){return this.finalStep.staticToolResults}get dynamicToolResults(){return this.finalStep.dynamicToolResults}get sources(){return this.finalStep.sources}get finishReason(){return this.finalStep.finishReason}get warnings(){return this.finalStep.warnings}get providerMetadata(){return this.finalStep.providerMetadata}get response(){return this.finalStep.response}get request(){return this.finalStep.request}get usage(){return this.finalStep.usage}get totalUsage(){return this.steps.reduce((e,t)=>gp(e,t.usage),{inputTokens:void 0,outputTokens:void 0,totalTokens:void 0,reasoningTokens:void 0,cachedInputTokens:void 0})}get experimental_output(){if(this.resolvedOutput==null)throw new S0;return this.resolvedOutput}};function kp(e){const t=e.filter(n=>n.type==="tool-call");if(t.length!==0)return t.map(n=>({toolCallId:n.toolCallId,toolName:n.toolName,input:n.input}))}function Jb({content:e,toolCalls:t,toolOutputs:n}){return[...e.map(r=>{switch(r.type){case"text":case"reasoning":case"source":return r;case"file":return{type:"file",file:new wp(r)};case"tool-call":return t.find(o=>o.toolCallId===r.toolCallId);case"tool-result":{const o=t.find(s=>s.toolCallId===r.toolCallId);if(o==null)throw new Error(`Tool call ${r.toolCallId} not found.`);return r.isError?{type:"tool-error",toolCallId:r.toolCallId,toolName:r.toolName,input:o.input,error:r.result,providerExecuted:!0,dynamic:o.dynamic}:{type:"tool-result",toolCallId:r.toolCallId,toolName:r.toolName,input:o.input,output:r.result,providerExecuted:!0,dynamic:o.dynamic}}}}),...n]}function ts(e,t){const n=new Headers(e??{});for(const[r,o]of Object.entries(t))n.has(r)||n.set(r,o);return n}function Gb({status:e,statusText:t,headers:n,textStream:r}){return new Response(r.pipeThrough(new TextEncoderStream),{status:e??200,statusText:t,headers:ts(n,{"content-type":"text/plain; charset=utf-8"})})}function Ip({response:e,status:t,statusText:n,headers:r,stream:o}){e.writeHead(t??200,n,r);const s=o.getReader();(async()=>{try{for(;;){const{done:a,value:l}=await s.read();if(a)break;e.write(l)||await new Promise(u=>{e.once("drain",u)})}}catch(a){throw a}finally{e.end()}})()}function Wb({response:e,status:t,statusText:n,headers:r,textStream:o}){Ip({response:e,status:t,statusText:n,headers:Object.fromEntries(ts(r,{"content-type":"text/plain; charset=utf-8"}).entries()),stream:o.pipeThrough(new TextEncoderStream)})}var Tp=class extends TransformStream{constructor(){super({transform(e,t){t.enqueue(`data: ${JSON.stringify(e)}
53
+ Run 'npx vercel link' to link your project, then 'vc env pull' to fetch the token.`,new E2({message:a,statusCode:o,cause:s})}},bd="GatewayInvalidRequestError",Xy=`vercel.ai.gateway.error.${bd}`,kd=Symbol.for(Xy),Sd,Cd,ew=class extends(Cd=mt,Sd=kd,Cd){constructor({message:e="Invalid request",statusCode:t=400,cause:r}={}){super({message:e,statusCode:t,cause:r}),this[Sd]=!0,this.name=bd,this.type="invalid_request_error"}static isInstance(e){return mt.hasMarker(e)&&kd in e}},Td="GatewayRateLimitError",tw=`vercel.ai.gateway.error.${Td}`,$d=Symbol.for(tw),Ed,Id,rw=class extends(Id=mt,Ed=$d,Id){constructor({message:e="Rate limit exceeded",statusCode:t=429,cause:r}={}){super({message:e,statusCode:t,cause:r}),this[Ed]=!0,this.name=Td,this.type="rate_limit_exceeded"}static isInstance(e){return mt.hasMarker(e)&&$d in e}},xd="GatewayModelNotFoundError",nw=`vercel.ai.gateway.error.${xd}`,Rd=Symbol.for(nw),ow=Br(()=>Er(T({modelId:v()}))),Pd,Od,Md=class extends(Od=mt,Pd=Rd,Od){constructor({message:e="Model not found",statusCode:t=404,modelId:r,cause:n}={}){super({message:e,statusCode:t,cause:n}),this[Pd]=!0,this.name=xd,this.type="model_not_found",this.modelId=r}static isInstance(e){return mt.hasMarker(e)&&Rd in e}},Nd="GatewayInternalServerError",sw=`vercel.ai.gateway.error.${Nd}`,Ad=Symbol.for(sw),qd,Ld,jd=class extends(Ld=mt,qd=Ad,Ld){constructor({message:e="Internal server error",statusCode:t=500,cause:r}={}){super({message:e,statusCode:t,cause:r}),this[qd]=!0,this.name=Nd,this.type="internal_server_error"}static isInstance(e){return mt.hasMarker(e)&&Ad in e}},Ud="GatewayResponseError",aw=`vercel.ai.gateway.error.${Ud}`,zd=Symbol.for(aw),Dd,Zd,iw=class extends(Zd=mt,Dd=zd,Zd){constructor({message:e="Invalid response from Gateway",statusCode:t=502,response:r,validationError:n,cause:o}={}){super({message:e,statusCode:t,cause:o}),this[Dd]=!0,this.name=Ud,this.type="response_error",this.response=r,this.validationError=n}static isInstance(e){return mt.hasMarker(e)&&zd in e}};async function Fd({response:e,statusCode:t,defaultMessage:r="Gateway request failed",cause:n,authMethod:o}){const s=await Tt({value:e,schema:lw});if(!s.success)return new iw({message:`Invalid error response format: ${r}`,statusCode:t,response:e,validationError:s.error,cause:n});const a=s.value,i=a.error.type,l=a.error.message;switch(i){case"authentication_error":return qa.createContextualError({apiKeyProvided:o==="api-key",oidcTokenProvided:o==="oidc",statusCode:t,cause:n});case"invalid_request_error":return new ew({message:l,statusCode:t,cause:n});case"rate_limit_exceeded":return new rw({message:l,statusCode:t,cause:n});case"model_not_found":{const c=await Tt({value:a.error.param,schema:ow});return new Md({message:l,statusCode:t,modelId:c.success?c.value.modelId:void 0,cause:n})}case"internal_server_error":return new jd({message:l,statusCode:t,cause:n});default:return new jd({message:l,statusCode:t,cause:n})}}var lw=Br(()=>Er(T({error:T({message:v(),type:v().nullish(),param:$e().nullish(),code:ne([v(),q()]).nullish()})})));function ur(e,t){var r;return mt.isInstance(e)?e:Pe.isInstance(e)?Fd({response:cw(e),statusCode:(r=e.statusCode)!=null?r:500,defaultMessage:"Gateway request failed",cause:e,authMethod:t}):Fd({response:{},statusCode:500,defaultMessage:e instanceof Error?`Gateway request failed: ${e.message}`:"Unknown Gateway error",cause:e,authMethod:t})}function cw(e){if(e.data!==void 0)return e.data;if(e.responseBody!=null)try{return JSON.parse(e.responseBody)}catch{return e.responseBody}return{}}var Vd="ai-gateway-auth-method";async function Wr(e){const t=await Tt({value:e[Vd],schema:uw});return t.success?t.value:void 0}var uw=Br(()=>Er(ne([L("api-key"),L("oidc")]))),Hd=class{constructor(e){this.config=e}async getAvailableModels(){try{const{value:e}=await Yu({url:`${this.config.baseURL}/config`,headers:await qt(this.config.headers()),successfulResponseHandler:Gr(dw),failedResponseHandler:$r({errorSchema:et(),errorToMessage:t=>t}),fetch:this.config.fetch});return e}catch(e){throw await ur(e)}}async getCredits(){try{const e=new URL(this.config.baseURL),{value:t}=await Yu({url:`${e.origin}/v1/credits`,headers:await qt(this.config.headers()),successfulResponseHandler:Gr(pw),failedResponseHandler:$r({errorSchema:et(),errorToMessage:r=>r}),fetch:this.config.fetch});return t}catch(e){throw await ur(e)}}},dw=Br(()=>Er(T({models:A(T({id:v(),name:v(),description:v().nullish(),pricing:T({input:v(),output:v(),input_cache_read:v().nullish(),input_cache_write:v().nullish()}).transform(({input:e,output:t,input_cache_read:r,input_cache_write:n})=>({input:e,output:t,...r?{cachedInputTokens:r}:{},...n?{cacheCreationInputTokens:n}:{}})).nullish(),specification:T({specificationVersion:L("v2"),provider:v(),modelId:v()}),modelType:_e(["language","embedding","image"]).nullish()}))}))),pw=Br(()=>Er(T({balance:v(),total_used:v()}).transform(({balance:e,total_used:t})=>({balance:e,totalUsed:t})))),fw=class{constructor(e,t){this.modelId=e,this.config=t,this.specificationVersion="v2",this.supportedUrls={"*/*":[/.*/]}}get provider(){return this.config.provider}async getArgs(e){const{abortSignal:t,...r}=e;return{args:this.maybeEncodeFileParts(r),warnings:[]}}async doGenerate(e){const{args:t,warnings:r}=await this.getArgs(e),{abortSignal:n}=e,o=await qt(this.config.headers());try{const{responseHeaders:s,value:a,rawValue:i}=await Jr({url:this.getUrl(),headers:Hr(o,e.headers,this.getModelConfigHeaders(this.modelId,!1),await qt(this.config.o11yHeaders)),body:t,successfulResponseHandler:Gr(et()),failedResponseHandler:$r({errorSchema:et(),errorToMessage:l=>l}),...n&&{abortSignal:n},fetch:this.config.fetch});return{...a,request:{body:t},response:{headers:s,body:i},warnings:r}}catch(s){throw await ur(s,await Wr(o))}}async doStream(e){const{args:t,warnings:r}=await this.getArgs(e),{abortSignal:n}=e,o=await qt(this.config.headers());try{const{value:s,responseHeaders:a}=await Jr({url:this.getUrl(),headers:Hr(o,e.headers,this.getModelConfigHeaders(this.modelId,!0),await qt(this.config.o11yHeaders)),body:t,successfulResponseHandler:rd(et()),failedResponseHandler:$r({errorSchema:et(),errorToMessage:i=>i}),...n&&{abortSignal:n},fetch:this.config.fetch});return{stream:s.pipeThrough(new TransformStream({start(i){r.length>0&&i.enqueue({type:"stream-start",warnings:r})},transform(i,l){if(i.success){const c=i.value;if(c.type==="raw"&&!e.includeRawChunks)return;c.type==="response-metadata"&&c.timestamp&&typeof c.timestamp=="string"&&(c.timestamp=new Date(c.timestamp)),l.enqueue(c)}else l.error(i.error)}})),request:{body:t},response:{headers:a}}}catch(s){throw await ur(s,await Wr(o))}}isFilePart(e){return e&&typeof e=="object"&&"type"in e&&e.type==="file"}maybeEncodeFileParts(e){for(const t of e.prompt)for(const r of t.content)if(this.isFilePart(r)){const n=r;if(n.data instanceof Uint8Array){const o=Uint8Array.from(n.data),s=Buffer.from(o).toString("base64");n.data=new URL(`data:${n.mediaType||"application/octet-stream"};base64,${s}`)}}return e}getUrl(){return`${this.config.baseURL}/language-model`}getModelConfigHeaders(e,t){return{"ai-language-model-specification-version":"2","ai-language-model-id":e,"ai-language-model-streaming":String(t)}}},hw=class{constructor(e,t){this.modelId=e,this.config=t,this.specificationVersion="v2",this.maxEmbeddingsPerCall=2048,this.supportsParallelCalls=!0}get provider(){return this.config.provider}async doEmbed({values:e,headers:t,abortSignal:r,providerOptions:n}){var o;const s=await qt(this.config.headers());try{const{responseHeaders:a,value:i,rawValue:l}=await Jr({url:this.getUrl(),headers:Hr(s,t??{},this.getModelConfigHeaders(),await qt(this.config.o11yHeaders)),body:{input:e.length===1?e[0]:e,...n?{providerOptions:n}:{}},successfulResponseHandler:Gr(mw),failedResponseHandler:$r({errorSchema:et(),errorToMessage:c=>c}),...r&&{abortSignal:r},fetch:this.config.fetch});return{embeddings:i.embeddings,usage:(o=i.usage)!=null?o:void 0,providerMetadata:i.providerMetadata,response:{headers:a,body:l}}}catch(a){throw await ur(a,await Wr(s))}}getUrl(){return`${this.config.baseURL}/embedding-model`}getModelConfigHeaders(){return{"ai-embedding-model-specification-version":"2","ai-model-id":this.modelId}}},mw=Br(()=>Er(T({embeddings:A(A(q())),usage:T({tokens:q()}).nullish(),providerMetadata:ve(v(),ve(v(),$e())).optional()}))),gw=class{constructor(e,t){this.modelId=e,this.config=t,this.specificationVersion="v2",this.maxImagesPerCall=Number.MAX_SAFE_INTEGER}get provider(){return this.config.provider}async doGenerate({prompt:e,n:t,size:r,aspectRatio:n,seed:o,providerOptions:s,headers:a,abortSignal:i}){var l;const c=await qt(this.config.headers());try{const{responseHeaders:u,value:g,rawValue:h}=await Jr({url:this.getUrl(),headers:Hr(c,a??{},this.getModelConfigHeaders(),await qt(this.config.o11yHeaders)),body:{prompt:e,n:t,...r&&{size:r},...n&&{aspectRatio:n},...o&&{seed:o},...s&&{providerOptions:s}},successfulResponseHandler:Gr(_w),failedResponseHandler:$r({errorSchema:et(),errorToMessage:d=>d}),...i&&{abortSignal:i},fetch:this.config.fetch});return{images:g.images,warnings:(l=g.warnings)!=null?l:[],providerMetadata:g.providerMetadata,response:{timestamp:new Date,modelId:this.modelId,headers:u}}}catch(u){throw ur(u,await Wr(c))}}getUrl(){return`${this.config.baseURL}/image-model`}getModelConfigHeaders(){return{"ai-image-model-specification-version":"2","ai-model-id":this.modelId}}},vw=T({images:A($e()).optional()}).catchall($e()),_w=T({images:A(v()),warnings:A(T({type:L("other"),message:v()})).optional(),providerMetadata:ve(v(),vw).optional()});async function yw(){var e;return(e=hd.getContext().headers)==null?void 0:e["x-vercel-id"]}var ww="2.0.18",bw="0.0.1";function kw(e={}){var t,r;let n=null,o=null;const s=(t=e.metadataCacheRefreshMillis)!=null?t:1e3*60*5;let a=0;const i=(r=cd(e.baseURL))!=null?r:"https://ai-gateway.vercel.sh/v1/ai",l=async()=>{const p=await Cw(e);if(p)return cr({Authorization:`Bearer ${p.token}`,"ai-gateway-protocol-version":bw,[Vd]:p.authMethod,...e.headers},`ai-sdk/gateway/${ww}`);throw qa.createContextualError({apiKeyProvided:!1,oidcTokenProvided:!1,statusCode:401})},c=()=>{const p=wo({settingValue:void 0,environmentVariableName:"VERCEL_DEPLOYMENT_ID"}),w=wo({settingValue:void 0,environmentVariableName:"VERCEL_ENV"}),m=wo({settingValue:void 0,environmentVariableName:"VERCEL_REGION"});return async()=>{const y=await yw();return{...p&&{"ai-o11y-deployment-id":p},...w&&{"ai-o11y-environment":w},...m&&{"ai-o11y-region":m},...y&&{"ai-o11y-request-id":y}}}},u=p=>new fw(p,{provider:"gateway",baseURL:i,headers:l,fetch:e.fetch,o11yHeaders:c()}),g=async()=>{var p,w,m;const y=(m=(w=(p=e._internal)==null?void 0:p.currentDate)==null?void 0:w.call(p).getTime())!=null?m:Date.now();return(!n||y-a>s)&&(a=y,n=new Hd({baseURL:i,headers:l,fetch:e.fetch}).getAvailableModels().then(_=>(o=_,_)).catch(async _=>{throw await ur(_,await Wr(await l()))})),o?Promise.resolve(o):n},h=async()=>new Hd({baseURL:i,headers:l,fetch:e.fetch}).getCredits().catch(async p=>{throw await ur(p,await Wr(await l()))}),d=function(p){if(new.target)throw new Error("The Gateway Provider model function cannot be called with the new keyword.");return u(p)};return d.getAvailableModels=g,d.getCredits=h,d.imageModel=p=>new gw(p,{provider:"gateway",baseURL:i,headers:l,fetch:e.fetch,o11yHeaders:c()}),d.languageModel=u,d.textEmbeddingModel=p=>new hw(p,{provider:"gateway",baseURL:i,headers:l,fetch:e.fetch,o11yHeaders:c()}),d}var Sw=kw();async function Cw(e){const t=wo({settingValue:e.apiKey,environmentVariableName:"AI_GATEWAY_API_KEY"});if(t)return{token:t,authMethod:"api-key"};try{return{token:await hd.getVercelOidcToken(),authMethod:"oidc"}}catch{return null}}var Tw=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof global=="object"?global:{},Ir="1.9.0",Bd=/^(\d+)\.(\d+)\.(\d+)(-(.+))?$/;function $w(e){var t=new Set([e]),r=new Set,n=e.match(Bd);if(!n)return function(){return!1};var o={major:+n[1],minor:+n[2],patch:+n[3],prerelease:n[4]};if(o.prerelease!=null)return function(l){return l===e};function s(i){return r.add(i),!1}function a(i){return t.add(i),!0}return function(l){if(t.has(l))return!0;if(r.has(l))return!1;var c=l.match(Bd);if(!c)return s(l);var u={major:+c[1],minor:+c[2],patch:+c[3],prerelease:c[4]};return u.prerelease!=null||o.major!==u.major?s(l):o.major===0?o.minor===u.minor&&o.patch<=u.patch?a(l):s(l):o.minor<=u.minor?a(l):s(l)}}var Ew=$w(Ir),Iw=Ir.split(".")[0],Pn=Symbol.for("opentelemetry.js.api."+Iw),On=Tw;function Mn(e,t,r,n){var o;n===void 0&&(n=!1);var s=On[Pn]=(o=On[Pn])!==null&&o!==void 0?o:{version:Ir};if(!n&&s[e]){var a=new Error("@opentelemetry/api: Attempted duplicate registration of API: "+e);return r.error(a.stack||a.message),!1}if(s.version!==Ir){var a=new Error("@opentelemetry/api: Registration of version v"+s.version+" for "+e+" does not match previously registered API v"+Ir);return r.error(a.stack||a.message),!1}return s[e]=t,r.debug("@opentelemetry/api: Registered a global for "+e+" v"+Ir+"."),!0}function xr(e){var t,r,n=(t=On[Pn])===null||t===void 0?void 0:t.version;if(!(!n||!Ew(n)))return(r=On[Pn])===null||r===void 0?void 0:r[e]}function Nn(e,t){t.debug("@opentelemetry/api: Unregistering a global for "+e+" v"+Ir+".");var r=On[Pn];r&&delete r[e]}var xw=function(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),o,s=[],a;try{for(;(t===void 0||t-- >0)&&!(o=n.next()).done;)s.push(o.value)}catch(i){a={error:i}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(a)throw a.error}}return s},Rw=function(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,s;n<o;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||Array.prototype.slice.call(t))},Pw=(function(){function e(t){this._namespace=t.namespace||"DiagComponentLogger"}return e.prototype.debug=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return An("debug",this._namespace,t)},e.prototype.error=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return An("error",this._namespace,t)},e.prototype.info=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return An("info",this._namespace,t)},e.prototype.warn=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return An("warn",this._namespace,t)},e.prototype.verbose=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return An("verbose",this._namespace,t)},e})();function An(e,t,r){var n=xr("diag");if(n)return r.unshift(t),n[e].apply(n,Rw([],xw(r),!1))}var gt;(function(e){e[e.NONE=0]="NONE",e[e.ERROR=30]="ERROR",e[e.WARN=50]="WARN",e[e.INFO=60]="INFO",e[e.DEBUG=70]="DEBUG",e[e.VERBOSE=80]="VERBOSE",e[e.ALL=9999]="ALL"})(gt||(gt={}));function Ow(e,t){e<gt.NONE?e=gt.NONE:e>gt.ALL&&(e=gt.ALL),t=t||{};function r(n,o){var s=t[n];return typeof s=="function"&&e>=o?s.bind(t):function(){}}return{error:r("error",gt.ERROR),warn:r("warn",gt.WARN),info:r("info",gt.INFO),debug:r("debug",gt.DEBUG),verbose:r("verbose",gt.VERBOSE)}}var Mw=function(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),o,s=[],a;try{for(;(t===void 0||t-- >0)&&!(o=n.next()).done;)s.push(o.value)}catch(i){a={error:i}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(a)throw a.error}}return s},Nw=function(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,s;n<o;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||Array.prototype.slice.call(t))},Aw="diag",Lt=(function(){function e(){function t(o){return function(){for(var s=[],a=0;a<arguments.length;a++)s[a]=arguments[a];var i=xr("diag");if(i)return i[o].apply(i,Nw([],Mw(s),!1))}}var r=this,n=function(o,s){var a,i,l;if(s===void 0&&(s={logLevel:gt.INFO}),o===r){var c=new Error("Cannot use diag as the logger for itself. Please use a DiagLogger implementation like ConsoleDiagLogger or a custom implementation");return r.error((a=c.stack)!==null&&a!==void 0?a:c.message),!1}typeof s=="number"&&(s={logLevel:s});var u=xr("diag"),g=Ow((i=s.logLevel)!==null&&i!==void 0?i:gt.INFO,o);if(u&&!s.suppressOverrideMessage){var h=(l=new Error().stack)!==null&&l!==void 0?l:"<failed to generate stacktrace>";u.warn("Current logger will be overwritten from "+h),g.warn("Current logger will overwrite one already registered from "+h)}return Mn("diag",g,r,!0)};r.setLogger=n,r.disable=function(){Nn(Aw,r)},r.createComponentLogger=function(o){return new Pw(o)},r.verbose=t("verbose"),r.debug=t("debug"),r.info=t("info"),r.warn=t("warn"),r.error=t("error")}return e.instance=function(){return this._instance||(this._instance=new e),this._instance},e})(),qw=function(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),o,s=[],a;try{for(;(t===void 0||t-- >0)&&!(o=n.next()).done;)s.push(o.value)}catch(i){a={error:i}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(a)throw a.error}}return s},Lw=function(e){var t=typeof Symbol=="function"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},jw=(function(){function e(t){this._entries=t?new Map(t):new Map}return e.prototype.getEntry=function(t){var r=this._entries.get(t);if(r)return Object.assign({},r)},e.prototype.getAllEntries=function(){return Array.from(this._entries.entries()).map(function(t){var r=qw(t,2),n=r[0],o=r[1];return[n,o]})},e.prototype.setEntry=function(t,r){var n=new e(this._entries);return n._entries.set(t,r),n},e.prototype.removeEntry=function(t){var r=new e(this._entries);return r._entries.delete(t),r},e.prototype.removeEntries=function(){for(var t,r,n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];var s=new e(this._entries);try{for(var a=Lw(n),i=a.next();!i.done;i=a.next()){var l=i.value;s._entries.delete(l)}}catch(c){t={error:c}}finally{try{i&&!i.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}return s},e.prototype.clear=function(){return new e},e})();Lt.instance();function Uw(e){return e===void 0&&(e={}),new jw(new Map(Object.entries(e)))}function Jd(e){return Symbol.for(e)}var zw=(function(){function e(t){var r=this;r._currentContext=t?new Map(t):new Map,r.getValue=function(n){return r._currentContext.get(n)},r.setValue=function(n,o){var s=new e(r._currentContext);return s._currentContext.set(n,o),s},r.deleteValue=function(n){var o=new e(r._currentContext);return o._currentContext.delete(n),o}}return e})(),Dw=new zw,Rr=(function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var s in o)Object.prototype.hasOwnProperty.call(o,s)&&(n[s]=o[s])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}})(),Zw=(function(){function e(){}return e.prototype.createGauge=function(t,r){return Qw},e.prototype.createHistogram=function(t,r){return Xw},e.prototype.createCounter=function(t,r){return Yw},e.prototype.createUpDownCounter=function(t,r){return e3},e.prototype.createObservableGauge=function(t,r){return r3},e.prototype.createObservableCounter=function(t,r){return t3},e.prototype.createObservableUpDownCounter=function(t,r){return n3},e.prototype.addBatchObservableCallback=function(t,r){},e.prototype.removeBatchObservableCallback=function(t){},e})(),Co=(function(){function e(){}return e})(),Fw=(function(e){Rr(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.add=function(r,n){},t})(Co),Vw=(function(e){Rr(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.add=function(r,n){},t})(Co),Hw=(function(e){Rr(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.record=function(r,n){},t})(Co),Bw=(function(e){Rr(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.record=function(r,n){},t})(Co),La=(function(){function e(){}return e.prototype.addCallback=function(t){},e.prototype.removeCallback=function(t){},e})(),Jw=(function(e){Rr(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t})(La),Gw=(function(e){Rr(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t})(La),Ww=(function(e){Rr(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t})(La),Kw=new Zw,Yw=new Fw,Qw=new Hw,Xw=new Bw,e3=new Vw,t3=new Jw,r3=new Gw,n3=new Ww,o3={get:function(e,t){if(e!=null)return e[t]},keys:function(e){return e==null?[]:Object.keys(e)}},s3={set:function(e,t,r){e!=null&&(e[t]=r)}},a3=function(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),o,s=[],a;try{for(;(t===void 0||t-- >0)&&!(o=n.next()).done;)s.push(o.value)}catch(i){a={error:i}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(a)throw a.error}}return s},i3=function(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,s;n<o;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||Array.prototype.slice.call(t))},l3=(function(){function e(){}return e.prototype.active=function(){return Dw},e.prototype.with=function(t,r,n){for(var o=[],s=3;s<arguments.length;s++)o[s-3]=arguments[s];return r.call.apply(r,i3([n],a3(o),!1))},e.prototype.bind=function(t,r){return r},e.prototype.enable=function(){return this},e.prototype.disable=function(){return this},e})(),c3=function(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),o,s=[],a;try{for(;(t===void 0||t-- >0)&&!(o=n.next()).done;)s.push(o.value)}catch(i){a={error:i}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(a)throw a.error}}return s},u3=function(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,s;n<o;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||Array.prototype.slice.call(t))},ja="context",d3=new l3,To=(function(){function e(){}return e.getInstance=function(){return this._instance||(this._instance=new e),this._instance},e.prototype.setGlobalContextManager=function(t){return Mn(ja,t,Lt.instance())},e.prototype.active=function(){return this._getContextManager().active()},e.prototype.with=function(t,r,n){for(var o,s=[],a=3;a<arguments.length;a++)s[a-3]=arguments[a];return(o=this._getContextManager()).with.apply(o,u3([t,r,n],c3(s),!1))},e.prototype.bind=function(t,r){return this._getContextManager().bind(t,r)},e.prototype._getContextManager=function(){return xr(ja)||d3},e.prototype.disable=function(){this._getContextManager().disable(),Nn(ja,Lt.instance())},e})(),Ua;(function(e){e[e.NONE=0]="NONE",e[e.SAMPLED=1]="SAMPLED"})(Ua||(Ua={}));var Gd="0000000000000000",Wd="00000000000000000000000000000000",p3={traceId:Wd,spanId:Gd,traceFlags:Ua.NONE},qn=(function(){function e(t){t===void 0&&(t=p3),this._spanContext=t}return e.prototype.spanContext=function(){return this._spanContext},e.prototype.setAttribute=function(t,r){return this},e.prototype.setAttributes=function(t){return this},e.prototype.addEvent=function(t,r){return this},e.prototype.addLink=function(t){return this},e.prototype.addLinks=function(t){return this},e.prototype.setStatus=function(t){return this},e.prototype.updateName=function(t){return this},e.prototype.end=function(t){},e.prototype.isRecording=function(){return!1},e.prototype.recordException=function(t,r){},e})(),za=Jd("OpenTelemetry Context Key SPAN");function Da(e){return e.getValue(za)||void 0}function f3(){return Da(To.getInstance().active())}function Za(e,t){return e.setValue(za,t)}function h3(e){return e.deleteValue(za)}function m3(e,t){return Za(e,new qn(t))}function Kd(e){var t;return(t=Da(e))===null||t===void 0?void 0:t.spanContext()}var g3=/^([0-9a-f]{32})$/i,v3=/^[0-9a-f]{16}$/i;function _3(e){return g3.test(e)&&e!==Wd}function y3(e){return v3.test(e)&&e!==Gd}function Yd(e){return _3(e.traceId)&&y3(e.spanId)}function w3(e){return new qn(e)}var Fa=To.getInstance(),Qd=(function(){function e(){}return e.prototype.startSpan=function(t,r,n){n===void 0&&(n=Fa.active());var o=!!r?.root;if(o)return new qn;var s=n&&Kd(n);return b3(s)&&Yd(s)?new qn(s):new qn},e.prototype.startActiveSpan=function(t,r,n,o){var s,a,i;if(!(arguments.length<2)){arguments.length===2?i=r:arguments.length===3?(s=r,i=n):(s=r,a=n,i=o);var l=a??Fa.active(),c=this.startSpan(t,s,l),u=Za(l,c);return Fa.with(u,i,void 0,c)}},e})();function b3(e){return typeof e=="object"&&typeof e.spanId=="string"&&typeof e.traceId=="string"&&typeof e.traceFlags=="number"}var k3=new Qd,S3=(function(){function e(t,r,n,o){this._provider=t,this.name=r,this.version=n,this.options=o}return e.prototype.startSpan=function(t,r,n){return this._getTracer().startSpan(t,r,n)},e.prototype.startActiveSpan=function(t,r,n,o){var s=this._getTracer();return Reflect.apply(s.startActiveSpan,s,arguments)},e.prototype._getTracer=function(){if(this._delegate)return this._delegate;var t=this._provider.getDelegateTracer(this.name,this.version,this.options);return t?(this._delegate=t,this._delegate):k3},e})(),C3=(function(){function e(){}return e.prototype.getTracer=function(t,r,n){return new Qd},e})(),T3=new C3,Xd=(function(){function e(){}return e.prototype.getTracer=function(t,r,n){var o;return(o=this.getDelegateTracer(t,r,n))!==null&&o!==void 0?o:new S3(this,t,r,n)},e.prototype.getDelegate=function(){var t;return(t=this._delegate)!==null&&t!==void 0?t:T3},e.prototype.setDelegate=function(t){this._delegate=t},e.prototype.getDelegateTracer=function(t,r,n){var o;return(o=this._delegate)===null||o===void 0?void 0:o.getTracer(t,r,n)},e})(),$o;(function(e){e[e.UNSET=0]="UNSET",e[e.OK=1]="OK",e[e.ERROR=2]="ERROR"})($o||($o={})),To.getInstance(),Lt.instance();var $3=(function(){function e(){}return e.prototype.getMeter=function(t,r,n){return Kw},e})(),E3=new $3,Va="metrics",I3=(function(){function e(){}return e.getInstance=function(){return this._instance||(this._instance=new e),this._instance},e.prototype.setGlobalMeterProvider=function(t){return Mn(Va,t,Lt.instance())},e.prototype.getMeterProvider=function(){return xr(Va)||E3},e.prototype.getMeter=function(t,r,n){return this.getMeterProvider().getMeter(t,r,n)},e.prototype.disable=function(){Nn(Va,Lt.instance())},e})();I3.getInstance();var x3=(function(){function e(){}return e.prototype.inject=function(t,r){},e.prototype.extract=function(t,r){return t},e.prototype.fields=function(){return[]},e})(),Ha=Jd("OpenTelemetry Baggage Key");function ep(e){return e.getValue(Ha)||void 0}function R3(){return ep(To.getInstance().active())}function P3(e,t){return e.setValue(Ha,t)}function O3(e){return e.deleteValue(Ha)}var Ba="propagation",M3=new x3,N3=(function(){function e(){this.createBaggage=Uw,this.getBaggage=ep,this.getActiveBaggage=R3,this.setBaggage=P3,this.deleteBaggage=O3}return e.getInstance=function(){return this._instance||(this._instance=new e),this._instance},e.prototype.setGlobalPropagator=function(t){return Mn(Ba,t,Lt.instance())},e.prototype.inject=function(t,r,n){return n===void 0&&(n=s3),this._getGlobalPropagator().inject(t,r,n)},e.prototype.extract=function(t,r,n){return n===void 0&&(n=o3),this._getGlobalPropagator().extract(t,r,n)},e.prototype.fields=function(){return this._getGlobalPropagator().fields()},e.prototype.disable=function(){Nn(Ba,Lt.instance())},e.prototype._getGlobalPropagator=function(){return xr(Ba)||M3},e})();N3.getInstance();var Ja="trace",A3=(function(){function e(){this._proxyTracerProvider=new Xd,this.wrapSpanContext=w3,this.isSpanContextValid=Yd,this.deleteSpan=h3,this.getSpan=Da,this.getActiveSpan=f3,this.getSpanContext=Kd,this.setSpan=Za,this.setSpanContext=m3}return e.getInstance=function(){return this._instance||(this._instance=new e),this._instance},e.prototype.setGlobalTracerProvider=function(t){var r=Mn(Ja,this._proxyTracerProvider,Lt.instance());return r&&this._proxyTracerProvider.setDelegate(t),r},e.prototype.getTracerProvider=function(){return xr(Ja)||this._proxyTracerProvider},e.prototype.getTracer=function(t,r){return this.getTracerProvider().getTracer(t,r)},e.prototype.disable=function(){Nn(Ja,Lt.instance()),this._proxyTracerProvider=new Xd},e})(),q3=A3.getInstance(),L3=Object.defineProperty,j3=(e,t)=>{for(var r in t)L3(e,r,{get:t[r],enumerable:!0})},tp="AI_NoOutputSpecifiedError",rp=`vercel.ai.error.${tp}`,U3=Symbol.for(rp),np,op=class extends ue{constructor({message:e="No output specified."}={}){super({name:tp,message:e}),this[np]=!0}static isInstance(e){return ue.hasMarker(e,rp)}};np=U3;function z3(e){const t="AI SDK Warning:";switch(e.type){case"unsupported-setting":{let r=`${t} The "${e.setting}" setting is not supported by this model`;return e.details&&(r+=` - ${e.details}`),r}case"unsupported-tool":{const r="name"in e.tool?e.tool.name:"unknown tool";let n=`${t} The tool "${r}" is not supported by this model`;return e.details&&(n+=` - ${e.details}`),n}case"other":return`${t} ${e.message}`;default:return`${t} ${JSON.stringify(e,null,2)}`}}var D3="AI SDK Warning System: To turn off warning logging, set the AI_SDK_LOG_WARNINGS global to false.",sp=!1,ap=e=>{if(e.length===0)return;const t=globalThis.AI_SDK_LOG_WARNINGS;if(t!==!1){if(typeof t=="function"){t(e);return}sp||(sp=!0,console.info(D3));for(const r of e)console.warn(z3(r))}},ip="AI_InvalidArgumentError",lp=`vercel.ai.error.${ip}`,Z3=Symbol.for(lp),cp,jt=class extends ue{constructor({parameter:e,value:t,message:r}){super({name:ip,message:`Invalid argument for parameter ${e}: ${r}`}),this[cp]=!0,this.parameter=e,this.value=t}static isInstance(e){return ue.hasMarker(e,lp)}};cp=Z3;var up="AI_InvalidToolInputError",dp=`vercel.ai.error.${up}`,F3=Symbol.for(dp),pp,fp=class extends ue{constructor({toolInput:e,toolName:t,cause:r,message:n=`Invalid input for tool ${t}: ${Fr(r)}`}){super({name:up,message:n,cause:r}),this[pp]=!0,this.toolInput=e,this.toolName=t}static isInstance(e){return ue.hasMarker(e,dp)}};pp=F3;var hp="AI_NoObjectGeneratedError",mp=`vercel.ai.error.${hp}`,V3=Symbol.for(mp),gp,vp=class extends ue{constructor({message:e="No object generated.",cause:t,text:r,response:n,usage:o,finishReason:s}){super({name:hp,message:e,cause:t}),this[gp]=!0,this.text=r,this.response=n,this.usage=o,this.finishReason=s}static isInstance(e){return ue.hasMarker(e,mp)}};gp=V3;var _p="AI_NoOutputGeneratedError",yp=`vercel.ai.error.${_p}`,H3=Symbol.for(yp),wp,B3=class extends ue{constructor({message:e="No output generated.",cause:t}={}){super({name:_p,message:e,cause:t}),this[wp]=!0}static isInstance(e){return ue.hasMarker(e,yp)}};wp=H3;var bp="AI_NoSuchToolError",kp=`vercel.ai.error.${bp}`,J3=Symbol.for(kp),Sp,Ga=class extends ue{constructor({toolName:e,availableTools:t=void 0,message:r=`Model tried to call unavailable tool '${e}'. ${t===void 0?"No tools are available.":`Available tools: ${t.join(", ")}.`}`}){super({name:bp,message:r}),this[Sp]=!0,this.toolName=e,this.availableTools=t}static isInstance(e){return ue.hasMarker(e,kp)}};Sp=J3;var Cp="AI_ToolCallRepairError",Tp=`vercel.ai.error.${Cp}`,G3=Symbol.for(Tp),$p,W3=class extends ue{constructor({cause:e,originalError:t,message:r=`Error repairing tool call: ${Fr(e)}`}){super({name:Cp,message:r,cause:e}),this[$p]=!0,this.originalError=t}static isInstance(e){return ue.hasMarker(e,Tp)}};$p=G3;var K3=class extends ue{constructor(e){super({name:"AI_UnsupportedModelVersionError",message:`Unsupported model version ${e.version} for provider "${e.provider}" and model "${e.modelId}". AI SDK 5 only supports models that implement specification version "v2".`}),this.version=e.version,this.provider=e.provider,this.modelId=e.modelId}},Ep="AI_InvalidMessageRoleError",Ip=`vercel.ai.error.${Ep}`,Y3=Symbol.for(Ip),xp,Q3=class extends ue{constructor({role:e,message:t=`Invalid message role: '${e}'. Must be one of: "system", "user", "assistant", "tool".`}){super({name:Ep,message:t}),this[xp]=!0,this.role=e}static isInstance(e){return ue.hasMarker(e,Ip)}};xp=Y3;var Rp="AI_DownloadError",Pp=`vercel.ai.error.${Rp}`,X3=Symbol.for(Pp),Op,Wa=class extends ue{constructor({url:e,statusCode:t,statusText:r,cause:n,message:o=n==null?`Failed to download ${e}: ${t} ${r}`:`Failed to download ${e}: ${n}`}){super({name:Rp,message:o,cause:n}),this[Op]=!0,this.url=e,this.statusCode=t,this.statusText=r}static isInstance(e){return ue.hasMarker(e,Pp)}};Op=X3;var Mp="AI_RetryError",Np=`vercel.ai.error.${Mp}`,eb=Symbol.for(Np),Ap,qp=class extends ue{constructor({message:e,reason:t,errors:r}){super({name:Mp,message:e}),this[Ap]=!0,this.reason=t,this.errors=r,this.lastError=r[r.length-1]}static isInstance(e){return ue.hasMarker(e,Np)}};Ap=eb;function Eo(e){if(typeof e!="string"){if(e.specificationVersion!=="v2")throw new K3({version:e.specificationVersion,provider:e.provider,modelId:e.modelId});return e}return tb().languageModel(e)}function tb(){var e;return(e=globalThis.AI_SDK_DEFAULT_PROVIDER)!=null?e:Sw}var rb=[{mediaType:"image/gif",bytesPrefix:[71,73,70]},{mediaType:"image/png",bytesPrefix:[137,80,78,71]},{mediaType:"image/jpeg",bytesPrefix:[255,216]},{mediaType:"image/webp",bytesPrefix:[82,73,70,70,null,null,null,null,87,69,66,80]},{mediaType:"image/bmp",bytesPrefix:[66,77]},{mediaType:"image/tiff",bytesPrefix:[73,73,42,0]},{mediaType:"image/tiff",bytesPrefix:[77,77,0,42]},{mediaType:"image/avif",bytesPrefix:[0,0,0,32,102,116,121,112,97,118,105,102]},{mediaType:"image/heic",bytesPrefix:[0,0,0,32,102,116,121,112,104,101,105,99]}],nb=e=>{const t=typeof e=="string"?Oa(e):e,r=(t[6]&127)<<21|(t[7]&127)<<14|(t[8]&127)<<7|t[9]&127;return t.slice(r+10)};function ob(e){return typeof e=="string"&&e.startsWith("SUQz")||typeof e!="string"&&e.length>10&&e[0]===73&&e[1]===68&&e[2]===51?nb(e):e}function sb({data:e,signatures:t}){const r=ob(e),n=typeof r=="string"?Oa(r.substring(0,Math.min(r.length,24))):r;for(const o of t)if(n.length>=o.bytesPrefix.length&&o.bytesPrefix.every((s,a)=>s===null||n[a]===s))return o.mediaType}var Lp="5.0.106",ab=async({url:e})=>{var t;const r=e.toString();try{const n=await fetch(r,{headers:cr({},`ai-sdk/${Lp}`,xn())});if(!n.ok)throw new Wa({url:r,statusCode:n.status,statusText:n.statusText});return{data:new Uint8Array(await n.arrayBuffer()),mediaType:(t=n.headers.get("content-type"))!=null?t:void 0}}catch(n){throw Wa.isInstance(n)?n:new Wa({url:r,cause:n})}},ib=(e=ab)=>t=>Promise.all(t.map(async r=>r.isUrlSupportedByModel?null:e(r)));function lb(e){try{const[t,r]=e.split(",");return{mediaType:t.split(";")[0].split(":")[1],base64Content:r}}catch{return{mediaType:void 0,base64Content:void 0}}}var jp=ne([v(),_o(Uint8Array),_o(ArrayBuffer),Vu(e=>{var t,r;return(r=(t=globalThis.Buffer)==null?void 0:t.isBuffer(e))!=null?r:!1},{message:"Must be a Buffer"})]);function Up(e){if(e instanceof Uint8Array)return{data:e,mediaType:void 0};if(e instanceof ArrayBuffer)return{data:new Uint8Array(e),mediaType:void 0};if(typeof e=="string")try{e=new URL(e)}catch{}if(e instanceof URL&&e.protocol==="data:"){const{mediaType:t,base64Content:r}=lb(e.toString());if(t==null||r==null)throw new ue({name:"InvalidDataContentError",message:`Invalid data URL format in content ${e.toString()}`});return{data:r,mediaType:t}}return{data:e,mediaType:void 0}}function cb(e){return typeof e=="string"?e:e instanceof ArrayBuffer?So(new Uint8Array(e)):So(e)}async function zp({prompt:e,supportedUrls:t,download:r=ib()}){const n=await db(e.messages,r,t);return[...e.system!=null?[{role:"system",content:e.system}]:[],...e.messages.map(o=>ub({message:o,downloadedAssets:n}))]}function ub({message:e,downloadedAssets:t}){const r=e.role;switch(r){case"system":return{role:"system",content:e.content,providerOptions:e.providerOptions};case"user":return typeof e.content=="string"?{role:"user",content:[{type:"text",text:e.content}],providerOptions:e.providerOptions}:{role:"user",content:e.content.map(n=>pb(n,t)).filter(n=>n.type!=="text"||n.text!==""),providerOptions:e.providerOptions};case"assistant":return typeof e.content=="string"?{role:"assistant",content:[{type:"text",text:e.content}],providerOptions:e.providerOptions}:{role:"assistant",content:e.content.filter(n=>n.type!=="text"||n.text!==""||n.providerOptions!=null).map(n=>{const o=n.providerOptions;switch(n.type){case"file":{const{data:s,mediaType:a}=Up(n.data);return{type:"file",data:s,filename:n.filename,mediaType:a??n.mediaType,providerOptions:o}}case"reasoning":return{type:"reasoning",text:n.text,providerOptions:o};case"text":return{type:"text",text:n.text,providerOptions:o};case"tool-call":return{type:"tool-call",toolCallId:n.toolCallId,toolName:n.toolName,input:n.input,providerExecuted:n.providerExecuted,providerOptions:o};case"tool-result":return{type:"tool-result",toolCallId:n.toolCallId,toolName:n.toolName,output:n.output,providerOptions:o}}}),providerOptions:e.providerOptions};case"tool":return{role:"tool",content:e.content.map(n=>({type:"tool-result",toolCallId:n.toolCallId,toolName:n.toolName,output:n.output,providerOptions:n.providerOptions})),providerOptions:e.providerOptions};default:{const n=r;throw new Q3({role:n})}}}async function db(e,t,r){const n=e.filter(s=>s.role==="user").map(s=>s.content).filter(s=>Array.isArray(s)).flat().filter(s=>s.type==="image"||s.type==="file").map(s=>{var a;const i=(a=s.mediaType)!=null?a:s.type==="image"?"image/*":void 0;let l=s.type==="image"?s.image:s.data;if(typeof l=="string")try{l=new URL(l)}catch{}return{mediaType:i,data:l}}).filter(s=>s.data instanceof URL).map(s=>({url:s.data,isUrlSupportedByModel:s.mediaType!=null&&D_({url:s.data.toString(),mediaType:s.mediaType,supportedUrls:r})})),o=await t(n);return Object.fromEntries(o.map((s,a)=>s==null?null:[n[a].url.toString(),{data:s.data,mediaType:s.mediaType}]).filter(s=>s!=null))}function pb(e,t){var r;if(e.type==="text")return{type:"text",text:e.text,providerOptions:e.providerOptions};let n;const o=e.type;switch(o){case"image":n=e.image;break;case"file":n=e.data;break;default:throw new Error(`Unsupported part type: ${o}`)}const{data:s,mediaType:a}=Up(n);let i=a??e.mediaType,l=s;if(l instanceof URL){const c=t[l.toString()];c&&(l=c.data,i??(i=c.mediaType))}switch(o){case"image":return(l instanceof Uint8Array||typeof l=="string")&&(i=(r=sb({data:l,signatures:rb}))!=null?r:i),{type:"file",mediaType:i??"image/*",filename:void 0,data:l,providerOptions:e.providerOptions};case"file":{if(i==null)throw new Error("Media type is missing for file part");return{type:"file",mediaType:i,filename:e.filename,data:l,providerOptions:e.providerOptions}}}}function Ka({maxOutputTokens:e,temperature:t,topP:r,topK:n,presencePenalty:o,frequencyPenalty:s,seed:a,stopSequences:i}){if(e!=null){if(!Number.isInteger(e))throw new jt({parameter:"maxOutputTokens",value:e,message:"maxOutputTokens must be an integer"});if(e<1)throw new jt({parameter:"maxOutputTokens",value:e,message:"maxOutputTokens must be >= 1"})}if(t!=null&&typeof t!="number")throw new jt({parameter:"temperature",value:t,message:"temperature must be a number"});if(r!=null&&typeof r!="number")throw new jt({parameter:"topP",value:r,message:"topP must be a number"});if(n!=null&&typeof n!="number")throw new jt({parameter:"topK",value:n,message:"topK must be a number"});if(o!=null&&typeof o!="number")throw new jt({parameter:"presencePenalty",value:o,message:"presencePenalty must be a number"});if(s!=null&&typeof s!="number")throw new jt({parameter:"frequencyPenalty",value:s,message:"frequencyPenalty must be a number"});if(a!=null&&!Number.isInteger(a))throw new jt({parameter:"seed",value:a,message:"seed must be an integer"});return{maxOutputTokens:e,temperature:t,topP:r,topK:n,presencePenalty:o,frequencyPenalty:s,stopSequences:i,seed:a}}function fb(e){return e!=null&&Object.keys(e).length>0}function Dp({tools:e,toolChoice:t,activeTools:r}){return fb(e)?{tools:(r!=null?Object.entries(e).filter(([o])=>r.includes(o)):Object.entries(e)).map(([o,s])=>{const a=s.type;switch(a){case void 0:case"dynamic":case"function":return{type:"function",name:o,description:s.description,inputSchema:ko(s.inputSchema).jsonSchema,providerOptions:s.providerOptions};case"provider-defined":return{type:"provider-defined",name:o,id:s.id,args:s.args};default:{const i=a;throw new Error(`Unsupported tool type: ${i}`)}}}),toolChoice:t==null?{type:"auto"}:typeof t=="string"?{type:t}:{type:"tool",toolName:t.toolName}}:{tools:void 0,toolChoice:void 0}}var Ln=Fu(()=>ne([wa(),v(),q(),ce(),ve(v(),Ln),A(Ln)])),Ut=ve(v(),ve(v(),Ln)),Zp=T({type:L("text"),text:v(),providerOptions:Ut.optional()}),hb=T({type:L("image"),image:ne([jp,_o(URL)]),mediaType:v().optional(),providerOptions:Ut.optional()}),Fp=T({type:L("file"),data:ne([jp,_o(URL)]),filename:v().optional(),mediaType:v(),providerOptions:Ut.optional()}),mb=T({type:L("reasoning"),text:v(),providerOptions:Ut.optional()}),gb=T({type:L("tool-call"),toolCallId:v(),toolName:v(),input:$e(),providerOptions:Ut.optional(),providerExecuted:ce().optional()}),vb=Ze("type",[T({type:L("text"),value:v()}),T({type:L("json"),value:Ln}),T({type:L("error-text"),value:v()}),T({type:L("error-json"),value:Ln}),T({type:L("content"),value:A(ne([T({type:L("text"),text:v()}),T({type:L("media"),data:v(),mediaType:v()})]))})]),Vp=T({type:L("tool-result"),toolCallId:v(),toolName:v(),output:vb,providerOptions:Ut.optional()}),_b=T({role:L("system"),content:v(),providerOptions:Ut.optional()}),yb=T({role:L("user"),content:ne([v(),A(ne([Zp,hb,Fp]))]),providerOptions:Ut.optional()}),wb=T({role:L("assistant"),content:ne([v(),A(ne([Zp,Fp,mb,gb,Vp]))]),providerOptions:Ut.optional()}),bb=T({role:L("tool"),content:A(Vp),providerOptions:Ut.optional()}),kb=ne([_b,yb,wb,bb]);async function Hp(e){if(e.prompt==null&&e.messages==null)throw new br({prompt:e,message:"prompt or messages must be defined"});if(e.prompt!=null&&e.messages!=null)throw new br({prompt:e,message:"prompt and messages cannot be defined at the same time"});if(e.system!=null&&typeof e.system!="string")throw new br({prompt:e,message:"system must be a string"});let t;if(e.prompt!=null&&typeof e.prompt=="string")t=[{role:"user",content:e.prompt}];else if(e.prompt!=null&&Array.isArray(e.prompt))t=e.prompt;else if(e.messages!=null)t=e.messages;else throw new br({prompt:e,message:"prompt or messages must be defined"});if(t.length===0)throw new br({prompt:e,message:"messages must not be empty"});const r=await Tt({value:t,schema:A(kb)});if(!r.success)throw new br({prompt:e,message:"The messages must be a ModelMessage[]. If you have passed a UIMessage[], you can use convertToModelMessages to convert them.",cause:r.error});return{messages:t,system:e.system}}function Bp(e){return qa.isInstance(e)||Md.isInstance(e)?new ue({name:"GatewayError",message:"Vercel AI Gateway access failed. If you want to use AI SDK providers directly, use the providers, e.g. @ai-sdk/openai, or register a different global default provider.",cause:e}):e}function Kr({operationId:e,telemetry:t}){return{"operation.name":`${e}${t?.functionId!=null?` ${t.functionId}`:""}`,"resource.name":t?.functionId,"ai.operationId":e,"ai.telemetry.functionId":t?.functionId}}function Jp({model:e,settings:t,telemetry:r,headers:n}){var o;return{"ai.model.provider":e.provider,"ai.model.id":e.modelId,...Object.entries(t).reduce((s,[a,i])=>(s[`ai.settings.${a}`]=i,s),{}),...Object.entries((o=r?.metadata)!=null?o:{}).reduce((s,[a,i])=>(s[`ai.telemetry.metadata.${a}`]=i,s),{}),...Object.entries(n??{}).reduce((s,[a,i])=>(i!==void 0&&(s[`ai.request.headers.${a}`]=i),s),{})}}var Sb={startSpan(){return Io},startActiveSpan(e,t,r,n){if(typeof t=="function")return t(Io);if(typeof r=="function")return r(Io);if(typeof n=="function")return n(Io)}},Io={spanContext(){return Cb},setAttribute(){return this},setAttributes(){return this},addEvent(){return this},addLink(){return this},addLinks(){return this},setStatus(){return this},updateName(){return this},end(){return this},isRecording(){return!1},recordException(){return this}},Cb={traceId:"",spanId:"",traceFlags:0};function Gp({isEnabled:e=!1,tracer:t}={}){return e?t||q3.getTracer("ai"):Sb}function Yr({name:e,tracer:t,attributes:r,fn:n,endWhenDone:o=!0}){return t.startActiveSpan(e,{attributes:r},async s=>{try{const a=await n(s);return o&&s.end(),a}catch(a){try{Ya(s,a)}finally{s.end()}throw a}})}function Ya(e,t){t instanceof Error?(e.recordException({name:t.name,message:t.message,stack:t.stack}),e.setStatus({code:$o.ERROR,message:t.message})):e.setStatus({code:$o.ERROR})}function wt({telemetry:e,attributes:t}){return e?.isEnabled!==!0?{}:Object.entries(t).reduce((r,[n,o])=>{if(o==null)return r;if(typeof o=="object"&&"input"in o&&typeof o.input=="function"){if(e?.recordInputs===!1)return r;const s=o.input();return s==null?r:{...r,[n]:s}}if(typeof o=="object"&&"output"in o&&typeof o.output=="function"){if(e?.recordOutputs===!1)return r;const s=o.output();return s==null?r:{...r,[n]:s}}return{...r,[n]:o}},{})}function Wp(e){return JSON.stringify(e.map(t=>({...t,content:typeof t.content=="string"?t.content:t.content.map(r=>r.type==="file"?{...r,data:r.data instanceof Uint8Array?cb(r.data):r.data}:r)})))}function Kp(e,t){return{inputTokens:jn(e.inputTokens,t.inputTokens),outputTokens:jn(e.outputTokens,t.outputTokens),totalTokens:jn(e.totalTokens,t.totalTokens),reasoningTokens:jn(e.reasoningTokens,t.reasoningTokens),cachedInputTokens:jn(e.cachedInputTokens,t.cachedInputTokens)}}function jn(e,t){return e==null&&t==null?void 0:(e??0)+(t??0)}function Qa(e){return e===void 0?[]:Array.isArray(e)?e:[e]}function Tb({error:e,exponentialBackoffDelay:t}){const r=e.responseHeaders;if(!r)return t;let n;const o=r["retry-after-ms"];if(o){const a=parseFloat(o);Number.isNaN(a)||(n=a)}const s=r["retry-after"];if(s&&n===void 0){const a=parseFloat(s);Number.isNaN(a)?n=Date.parse(s)-Date.now():n=a*1e3}return n!=null&&!Number.isNaN(n)&&0<=n&&(n<60*1e3||n<t)?n:t}var $b=({maxRetries:e=2,initialDelayInMs:t=2e3,backoffFactor:r=2,abortSignal:n}={})=>async o=>Yp(o,{maxRetries:e,delayInMs:t,backoffFactor:r,abortSignal:n});async function Yp(e,{maxRetries:t,delayInMs:r,backoffFactor:n,abortSignal:o},s=[]){try{return await e()}catch(a){if(Cr(a)||t===0)throw a;const i=Ta(a),l=[...s,a],c=l.length;if(c>t)throw new qp({message:`Failed after ${c} attempts. Last error: ${i}`,reason:"maxRetriesExceeded",errors:l});if(a instanceof Error&&Pe.isInstance(a)&&a.isRetryable===!0&&c<=t)return await L_(Tb({error:a,exponentialBackoffDelay:r}),{abortSignal:o}),Yp(e,{maxRetries:t,delayInMs:n*r,backoffFactor:n,abortSignal:o},l);throw c===1?a:new qp({message:`Failed after ${c} attempts with non-retryable error: '${i}'`,reason:"errorNotRetryable",errors:l})}}function Qp({maxRetries:e,abortSignal:t}){if(e!=null){if(!Number.isInteger(e))throw new jt({parameter:"maxRetries",value:e,message:"maxRetries must be an integer"});if(e<0)throw new jt({parameter:"maxRetries",value:e,message:"maxRetries must be >= 0"})}const r=e??2;return{maxRetries:r,retry:$b({maxRetries:r,abortSignal:t})}}function Xp(e){const t=e.filter(r=>r.type==="text");if(t.length!==0)return t.map(r=>r.text).join("")}var e0=class{constructor({data:e,mediaType:t}){const r=e instanceof Uint8Array;this.base64Data=r?void 0:e,this.uint8ArrayData=r?e:void 0,this.mediaType=t}get base64(){return this.base64Data==null&&(this.base64Data=So(this.uint8ArrayData)),this.base64Data}get uint8Array(){return this.uint8ArrayData==null&&(this.uint8ArrayData=Oa(this.base64Data)),this.uint8ArrayData}},Eb=class extends e0{constructor(e){super(e),this.type="file"}};async function t0({toolCall:e,tools:t,repairToolCall:r,system:n,messages:o}){try{if(t==null)throw new Ga({toolName:e.toolName});try{return await r0({toolCall:e,tools:t})}catch(s){if(r==null||!(Ga.isInstance(s)||fp.isInstance(s)))throw s;let a=null;try{a=await r({toolCall:e,tools:t,inputSchema:({toolName:i})=>{const{inputSchema:l}=t[i];return ko(l).jsonSchema},system:n,messages:o,error:s})}catch(i){throw new W3({cause:i,originalError:s})}if(a==null)throw s;return await r0({toolCall:a,tools:t})}}catch(s){const a=await Tr({text:e.input}),i=a.success?a.value:e.input;return{type:"tool-call",toolCallId:e.toolCallId,toolName:e.toolName,input:i,dynamic:!0,invalid:!0,error:s,providerMetadata:e.providerMetadata}}}async function r0({toolCall:e,tools:t}){const r=e.toolName,n=t[r];if(n==null)throw new Ga({toolName:e.toolName,availableTools:Object.keys(t)});const o=ko(n.inputSchema),s=e.input.trim()===""?await Tt({value:{},schema:o}):await Tr({text:e.input,schema:o});if(s.success===!1)throw new fp({toolName:r,toolInput:e.input,cause:s.error});return n.type==="dynamic"?{type:"tool-call",toolCallId:e.toolCallId,toolName:e.toolName,input:s.value,providerExecuted:e.providerExecuted,providerMetadata:e.providerMetadata,dynamic:!0}:{type:"tool-call",toolCallId:e.toolCallId,toolName:r,input:s.value,providerExecuted:e.providerExecuted,providerMetadata:e.providerMetadata}}var n0=class{constructor({content:e,finishReason:t,usage:r,warnings:n,request:o,response:s,providerMetadata:a}){this.content=e,this.finishReason=t,this.usage=r,this.warnings=n,this.request=o,this.response=s,this.providerMetadata=a}get text(){return this.content.filter(e=>e.type==="text").map(e=>e.text).join("")}get reasoning(){return this.content.filter(e=>e.type==="reasoning")}get reasoningText(){return this.reasoning.length===0?void 0:this.reasoning.map(e=>e.text).join("")}get files(){return this.content.filter(e=>e.type==="file").map(e=>e.file)}get sources(){return this.content.filter(e=>e.type==="source")}get toolCalls(){return this.content.filter(e=>e.type==="tool-call")}get staticToolCalls(){return this.toolCalls.filter(e=>e.dynamic!==!0)}get dynamicToolCalls(){return this.toolCalls.filter(e=>e.dynamic===!0)}get toolResults(){return this.content.filter(e=>e.type==="tool-result")}get staticToolResults(){return this.toolResults.filter(e=>e.dynamic!==!0)}get dynamicToolResults(){return this.toolResults.filter(e=>e.dynamic===!0)}};function Xa(e){return({steps:t})=>t.length===e}async function o0({stopConditions:e,steps:t}){return(await Promise.all(e.map(r=>r({steps:t})))).some(r=>r)}function ei({output:e,tool:t,errorMode:r}){return r==="text"?{type:"error-text",value:Fr(e)}:r==="json"?{type:"error-json",value:s0(e)}:t?.toModelOutput?t.toModelOutput(e):typeof e=="string"?{type:"text",value:e}:{type:"json",value:s0(e)}}function s0(e){return e===void 0?null:e}function ti({content:e,tools:t}){const r=[],n=e.filter(s=>s.type!=="source").filter(s=>(s.type!=="tool-result"||s.providerExecuted)&&(s.type!=="tool-error"||s.providerExecuted)).filter(s=>s.type!=="text"||s.text.length>0).map(s=>{switch(s.type){case"text":return{type:"text",text:s.text,providerOptions:s.providerMetadata};case"reasoning":return{type:"reasoning",text:s.text,providerOptions:s.providerMetadata};case"file":return{type:"file",data:s.file.base64,mediaType:s.file.mediaType,providerOptions:s.providerMetadata};case"tool-call":return{type:"tool-call",toolCallId:s.toolCallId,toolName:s.toolName,input:s.input,providerExecuted:s.providerExecuted,providerOptions:s.providerMetadata};case"tool-result":return{type:"tool-result",toolCallId:s.toolCallId,toolName:s.toolName,output:ei({tool:t?.[s.toolName],output:s.output,errorMode:"none"}),providerExecuted:!0,providerOptions:s.providerMetadata};case"tool-error":return{type:"tool-result",toolCallId:s.toolCallId,toolName:s.toolName,output:ei({tool:t?.[s.toolName],output:s.error,errorMode:"json"}),providerOptions:s.providerMetadata}}});n.length>0&&r.push({role:"assistant",content:n});const o=e.filter(s=>s.type==="tool-result"||s.type==="tool-error").filter(s=>!s.providerExecuted).map(s=>({type:"tool-result",toolCallId:s.toolCallId,toolName:s.toolName,output:ei({tool:t?.[s.toolName],output:s.type==="tool-result"?s.output:s.error,errorMode:s.type==="tool-error"?"text":"none"}),...s.providerMetadata!=null?{providerOptions:s.providerMetadata}:{}}));return o.length>0&&r.push({role:"tool",content:o}),r}var Ib=En({prefix:"aitxt",size:24});async function a0({model:e,tools:t,toolChoice:r,system:n,prompt:o,messages:s,maxRetries:a,abortSignal:i,headers:l,stopWhen:c=Xa(1),experimental_output:u,experimental_telemetry:g,providerOptions:h,experimental_activeTools:d,activeTools:p=d,experimental_prepareStep:w,prepareStep:m=w,experimental_repairToolCall:y,experimental_download:_,experimental_context:f,_internal:{generateId:b=Ib,currentDate:k=()=>new Date}={},onStepFinish:S,...C}){const I=Eo(e),x=Qa(c),{maxRetries:M,retry:P}=Qp({maxRetries:a,abortSignal:i}),U=Ka(C),z=cr(l??{},`ai/${Lp}`),F=Jp({model:I,telemetry:g,headers:z,settings:{...U,maxRetries:M}}),te=await Hp({system:n,prompt:o,messages:s}),ie=Gp(g);try{return await Yr({name:"ai.generateText",attributes:wt({telemetry:g,attributes:{...Kr({operationId:"ai.generateText",telemetry:g}),...F,"ai.model.provider":I.provider,"ai.model.id":I.modelId,"ai.prompt":{input:()=>JSON.stringify({system:n,prompt:o,messages:s})}}}),tracer:ie,fn:async se=>{var ee,pe,V,O,Z,j,E;const R=Ka(C);let $,H=[],G=[];const fe=[],ae=[];do{const B=[...te.messages,...fe],W=await m?.({model:I,steps:ae,stepNumber:ae.length,messages:B}),Y=Eo((ee=W?.model)!=null?ee:I),oe=await zp({prompt:{system:(pe=W?.system)!=null?pe:te.system,messages:(V=W?.messages)!=null?V:B},supportedUrls:await Y.supportedUrls,download:_}),{toolChoice:le,tools:Ne}=Dp({tools:t,toolChoice:(O=W?.toolChoice)!=null?O:r,activeTools:(Z=W?.activeTools)!=null?Z:p});$=await P(()=>{var be;return Yr({name:"ai.generateText.doGenerate",attributes:wt({telemetry:g,attributes:{...Kr({operationId:"ai.generateText.doGenerate",telemetry:g}),...F,"ai.model.provider":Y.provider,"ai.model.id":Y.modelId,"ai.prompt.messages":{input:()=>Wp(oe)},"ai.prompt.tools":{input:()=>Ne?.map(pt=>JSON.stringify(pt))},"ai.prompt.toolChoice":{input:()=>le!=null?JSON.stringify(le):void 0},"gen_ai.system":Y.provider,"gen_ai.request.model":Y.modelId,"gen_ai.request.frequency_penalty":C.frequencyPenalty,"gen_ai.request.max_tokens":C.maxOutputTokens,"gen_ai.request.presence_penalty":C.presencePenalty,"gen_ai.request.stop_sequences":C.stopSequences,"gen_ai.request.temperature":(be=C.temperature)!=null?be:void 0,"gen_ai.request.top_k":C.topK,"gen_ai.request.top_p":C.topP}}),tracer:ie,fn:async pt=>{var tr,ft,We,St,yr,wr,gn,aa;const He=await Y.doGenerate({...R,tools:Ne,toolChoice:le,responseFormat:u?.responseFormat,prompt:oe,providerOptions:h,abortSignal:i,headers:z}),rr={id:(ft=(tr=He.response)==null?void 0:tr.id)!=null?ft:b(),timestamp:(St=(We=He.response)==null?void 0:We.timestamp)!=null?St:k(),modelId:(wr=(yr=He.response)==null?void 0:yr.modelId)!=null?wr:Y.modelId,headers:(gn=He.response)==null?void 0:gn.headers,body:(aa=He.response)==null?void 0:aa.body};return pt.setAttributes(wt({telemetry:g,attributes:{"ai.response.finishReason":He.finishReason,"ai.response.text":{output:()=>Xp(He.content)},"ai.response.toolCalls":{output:()=>{const nr=i0(He.content);return nr==null?void 0:JSON.stringify(nr)}},"ai.response.id":rr.id,"ai.response.model":rr.modelId,"ai.response.timestamp":rr.timestamp.toISOString(),"ai.response.providerMetadata":JSON.stringify(He.providerMetadata),"ai.usage.promptTokens":He.usage.inputTokens,"ai.usage.completionTokens":He.usage.outputTokens,"gen_ai.response.finish_reasons":[He.finishReason],"gen_ai.response.id":rr.id,"gen_ai.response.model":rr.modelId,"gen_ai.usage.input_tokens":He.usage.inputTokens,"gen_ai.usage.output_tokens":He.usage.outputTokens}})),{...He,response:rr}}})});const qe=await Promise.all($.content.filter(be=>be.type==="tool-call").map(be=>t0({toolCall:be,tools:t,repairToolCall:y,system:n,messages:B})));for(const be of qe){if(be.invalid)continue;const pt=t[be.toolName];pt?.onInputAvailable!=null&&await pt.onInputAvailable({input:be.input,toolCallId:be.toolCallId,messages:B,abortSignal:i,experimental_context:f})}const X=qe.filter(be=>be.invalid&&be.dynamic);G=[];for(const be of X)G.push({type:"tool-error",toolCallId:be.toolCallId,toolName:be.toolName,input:be.input,error:Ta(be.error),dynamic:!0});H=qe.filter(be=>!be.providerExecuted),t!=null&&G.push(...await xb({toolCalls:H.filter(be=>!be.invalid),tools:t,tracer:ie,telemetry:g,messages:B,abortSignal:i,experimental_context:f}));const me=Pb({content:$.content,toolCalls:qe,toolOutputs:G});fe.push(...ti({content:me,tools:t}));const st=new n0({content:me,finishReason:$.finishReason,usage:$.usage,warnings:$.warnings,providerMetadata:$.providerMetadata,request:(j=$.request)!=null?j:{},response:{...$.response,messages:structuredClone(fe)}});ap((E=$.warnings)!=null?E:[]),ae.push(st),await S?.(st)}while(H.length>0&&G.length===H.length&&!await o0({stopConditions:x,steps:ae}));se.setAttributes(wt({telemetry:g,attributes:{"ai.response.finishReason":$.finishReason,"ai.response.text":{output:()=>Xp($.content)},"ai.response.toolCalls":{output:()=>{const B=i0($.content);return B==null?void 0:JSON.stringify(B)}},"ai.response.providerMetadata":JSON.stringify($.providerMetadata),"ai.usage.promptTokens":$.usage.inputTokens,"ai.usage.completionTokens":$.usage.outputTokens}}));const N=ae[ae.length-1];let D;return N.finishReason==="stop"&&(D=await u?.parseOutput({text:N.text},{response:N.response,usage:N.usage,finishReason:N.finishReason})),new Rb({steps:ae,resolvedOutput:D})}})}catch(se){throw Bp(se)}}async function xb({toolCalls:e,tools:t,tracer:r,telemetry:n,messages:o,abortSignal:s,experimental_context:a}){return(await Promise.all(e.map(async({toolCallId:l,toolName:c,input:u})=>{const g=t[c];if(g?.execute!=null)return Yr({name:"ai.toolCall",attributes:wt({telemetry:n,attributes:{...Kr({operationId:"ai.toolCall",telemetry:n}),"ai.toolCall.name":c,"ai.toolCall.id":l,"ai.toolCall.args":{output:()=>JSON.stringify(u)}}}),tracer:r,fn:async h=>{try{const d=ud({execute:g.execute.bind(g),input:u,options:{toolCallId:l,messages:o,abortSignal:s,experimental_context:a}});let p;for await(const w of d)w.type==="final"&&(p=w.output);try{h.setAttributes(wt({telemetry:n,attributes:{"ai.toolCall.result":{output:()=>JSON.stringify(p)}}}))}catch{}return{type:"tool-result",toolCallId:l,toolName:c,input:u,output:p,dynamic:g.type==="dynamic"}}catch(d){return Ya(h,d),{type:"tool-error",toolCallId:l,toolName:c,input:u,error:d,dynamic:g.type==="dynamic"}}}})}))).filter(l=>l!=null)}var Rb=class{constructor(e){this.steps=e.steps,this.resolvedOutput=e.resolvedOutput}get finalStep(){return this.steps[this.steps.length-1]}get content(){return this.finalStep.content}get text(){return this.finalStep.text}get files(){return this.finalStep.files}get reasoningText(){return this.finalStep.reasoningText}get reasoning(){return this.finalStep.reasoning}get toolCalls(){return this.finalStep.toolCalls}get staticToolCalls(){return this.finalStep.staticToolCalls}get dynamicToolCalls(){return this.finalStep.dynamicToolCalls}get toolResults(){return this.finalStep.toolResults}get staticToolResults(){return this.finalStep.staticToolResults}get dynamicToolResults(){return this.finalStep.dynamicToolResults}get sources(){return this.finalStep.sources}get finishReason(){return this.finalStep.finishReason}get warnings(){return this.finalStep.warnings}get providerMetadata(){return this.finalStep.providerMetadata}get response(){return this.finalStep.response}get request(){return this.finalStep.request}get usage(){return this.finalStep.usage}get totalUsage(){return this.steps.reduce((e,t)=>Kp(e,t.usage),{inputTokens:void 0,outputTokens:void 0,totalTokens:void 0,reasoningTokens:void 0,cachedInputTokens:void 0})}get experimental_output(){if(this.resolvedOutput==null)throw new op;return this.resolvedOutput}};function i0(e){const t=e.filter(r=>r.type==="tool-call");if(t.length!==0)return t.map(r=>({toolCallId:r.toolCallId,toolName:r.toolName,input:r.input}))}function Pb({content:e,toolCalls:t,toolOutputs:r}){return[...e.map(n=>{switch(n.type){case"text":case"reasoning":case"source":return n;case"file":return{type:"file",file:new e0(n)};case"tool-call":return t.find(o=>o.toolCallId===n.toolCallId);case"tool-result":{const o=t.find(s=>s.toolCallId===n.toolCallId);if(o==null)throw new Error(`Tool call ${n.toolCallId} not found.`);return n.isError?{type:"tool-error",toolCallId:n.toolCallId,toolName:n.toolName,input:o.input,error:n.result,providerExecuted:!0,dynamic:o.dynamic}:{type:"tool-result",toolCallId:n.toolCallId,toolName:n.toolName,input:o.input,output:n.result,providerExecuted:!0,dynamic:o.dynamic}}}}),...r]}function xo(e,t){const r=new Headers(e??{});for(const[n,o]of Object.entries(t))r.has(n)||r.set(n,o);return r}function Ob({status:e,statusText:t,headers:r,textStream:n}){return new Response(n.pipeThrough(new TextEncoderStream),{status:e??200,statusText:t,headers:xo(r,{"content-type":"text/plain; charset=utf-8"})})}function l0({response:e,status:t,statusText:r,headers:n,stream:o}){e.writeHead(t??200,r,n);const s=o.getReader();(async()=>{try{for(;;){const{done:i,value:l}=await s.read();if(i)break;e.write(l)||await new Promise(u=>{e.once("drain",u)})}}catch(i){throw i}finally{e.end()}})()}function Mb({response:e,status:t,statusText:r,headers:n,textStream:o}){l0({response:e,status:t,statusText:r,headers:Object.fromEntries(xo(n,{"content-type":"text/plain; charset=utf-8"}).entries()),stream:o.pipeThrough(new TextEncoderStream)})}var c0=class extends TransformStream{constructor(){super({transform(e,t){t.enqueue(`data: ${JSON.stringify(e)}
54
54
 
55
55
  `)},flush(e){e.enqueue(`data: [DONE]
56
56
 
57
- `)}})}},xp={"content-type":"text/event-stream","cache-control":"no-cache",connection:"keep-alive","x-vercel-ai-ui-message-stream":"v1","x-accel-buffering":"no"};function Kb({status:e,statusText:t,headers:n,stream:r,consumeSseStream:o}){let s=r.pipeThrough(new Tp);if(o){const[i,a]=s.tee();s=i,o({stream:a})}return new Response(s.pipeThrough(new TextEncoderStream),{status:e,statusText:t,headers:ts(n,xp)})}function Yb({originalMessages:e,responseMessageId:t}){if(e==null)return;const n=e[e.length-1];return(n==null?void 0:n.role)==="assistant"?n.id:typeof t=="function"?t():t}function Qb(e){return e.type.startsWith("data-")}function Pp(e,t){if(e===void 0&&t===void 0)return;if(e===void 0)return t;if(t===void 0)return e;const n={...e};for(const r in t)if(Object.prototype.hasOwnProperty.call(t,r)){const o=t[r];if(o===void 0)continue;const s=r in e?e[r]:void 0,i=o!==null&&typeof o=="object"&&!Array.isArray(o)&&!(o instanceof Date)&&!(o instanceof RegExp),a=s!=null&&typeof s=="object"&&!Array.isArray(s)&&!(s instanceof Date)&&!(s instanceof RegExp);i&&a?n[r]=Pp(s,o):n[r]=o}return n}function Xb(e){const t=["ROOT"];let n=-1,r=null;function o(l,c,u){switch(l){case'"':{n=c,t.pop(),t.push(u),t.push("INSIDE_STRING");break}case"f":case"t":case"n":{n=c,r=c,t.pop(),t.push(u),t.push("INSIDE_LITERAL");break}case"-":{t.pop(),t.push(u),t.push("INSIDE_NUMBER");break}case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":{n=c,t.pop(),t.push(u),t.push("INSIDE_NUMBER");break}case"{":{n=c,t.pop(),t.push(u),t.push("INSIDE_OBJECT_START");break}case"[":{n=c,t.pop(),t.push(u),t.push("INSIDE_ARRAY_START");break}}}function s(l,c){switch(l){case",":{t.pop(),t.push("INSIDE_OBJECT_AFTER_COMMA");break}case"}":{n=c,t.pop();break}}}function i(l,c){switch(l){case",":{t.pop(),t.push("INSIDE_ARRAY_AFTER_COMMA");break}case"]":{n=c,t.pop();break}}}for(let l=0;l<e.length;l++){const c=e[l];switch(t[t.length-1]){case"ROOT":o(c,l,"FINISH");break;case"INSIDE_OBJECT_START":{switch(c){case'"':{t.pop(),t.push("INSIDE_OBJECT_KEY");break}case"}":{n=l,t.pop();break}}break}case"INSIDE_OBJECT_AFTER_COMMA":{switch(c){case'"':{t.pop(),t.push("INSIDE_OBJECT_KEY");break}}break}case"INSIDE_OBJECT_KEY":{switch(c){case'"':{t.pop(),t.push("INSIDE_OBJECT_AFTER_KEY");break}}break}case"INSIDE_OBJECT_AFTER_KEY":{switch(c){case":":{t.pop(),t.push("INSIDE_OBJECT_BEFORE_VALUE");break}}break}case"INSIDE_OBJECT_BEFORE_VALUE":{o(c,l,"INSIDE_OBJECT_AFTER_VALUE");break}case"INSIDE_OBJECT_AFTER_VALUE":{s(c,l);break}case"INSIDE_STRING":{switch(c){case'"':{t.pop(),n=l;break}case"\\":{t.push("INSIDE_STRING_ESCAPE");break}default:n=l}break}case"INSIDE_ARRAY_START":{switch(c){case"]":{n=l,t.pop();break}default:{n=l,o(c,l,"INSIDE_ARRAY_AFTER_VALUE");break}}break}case"INSIDE_ARRAY_AFTER_VALUE":{switch(c){case",":{t.pop(),t.push("INSIDE_ARRAY_AFTER_COMMA");break}case"]":{n=l,t.pop();break}default:{n=l;break}}break}case"INSIDE_ARRAY_AFTER_COMMA":{o(c,l,"INSIDE_ARRAY_AFTER_VALUE");break}case"INSIDE_STRING_ESCAPE":{t.pop(),n=l;break}case"INSIDE_NUMBER":{switch(c){case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":{n=l;break}case"e":case"E":case"-":case".":break;case",":{t.pop(),t[t.length-1]==="INSIDE_ARRAY_AFTER_VALUE"&&i(c,l),t[t.length-1]==="INSIDE_OBJECT_AFTER_VALUE"&&s(c,l);break}case"}":{t.pop(),t[t.length-1]==="INSIDE_OBJECT_AFTER_VALUE"&&s(c,l);break}case"]":{t.pop(),t[t.length-1]==="INSIDE_ARRAY_AFTER_VALUE"&&i(c,l);break}default:{t.pop();break}}break}case"INSIDE_LITERAL":{const h=e.substring(r,l+1);!"false".startsWith(h)&&!"true".startsWith(h)&&!"null".startsWith(h)?(t.pop(),t[t.length-1]==="INSIDE_OBJECT_AFTER_VALUE"?s(c,l):t[t.length-1]==="INSIDE_ARRAY_AFTER_VALUE"&&i(c,l)):n=l;break}}}let a=e.slice(0,n+1);for(let l=t.length-1;l>=0;l--)switch(t[l]){case"INSIDE_STRING":{a+='"';break}case"INSIDE_OBJECT_KEY":case"INSIDE_OBJECT_AFTER_KEY":case"INSIDE_OBJECT_AFTER_COMMA":case"INSIDE_OBJECT_START":case"INSIDE_OBJECT_BEFORE_VALUE":case"INSIDE_OBJECT_AFTER_VALUE":{a+="}";break}case"INSIDE_ARRAY_START":case"INSIDE_ARRAY_AFTER_COMMA":case"INSIDE_ARRAY_AFTER_VALUE":{a+="]";break}case"INSIDE_LITERAL":{const u=e.substring(r,e.length);"true".startsWith(u)?a+="true".slice(u.length):"false".startsWith(u)?a+="false".slice(u.length):"null".startsWith(u)&&(a+="null".slice(u.length))}}return a}async function Rp(e){if(e===void 0)return{value:void 0,state:"undefined-input"};let t=await Un({text:e});return t.success?{value:t.value,state:"successful-parse"}:(t=await Un({text:Xb(e)}),t.success?{value:t.value,state:"repaired-parse"}:{value:void 0,state:"failed-parse"})}function fa(e){return e.type.startsWith("tool-")}function Op(e){return e.type.split("-").slice(1).join("-")}function e9({lastMessage:e,messageId:t}){return{message:(e==null?void 0:e.role)==="assistant"?e:{id:t,metadata:void 0,role:"assistant",parts:[]},activeTextParts:{},activeReasoningParts:{},partialToolCalls:{}}}function t9({stream:e,messageMetadataSchema:t,dataPartSchemas:n,runUpdateMessageJob:r,onError:o,onToolCall:s,onData:i}){return e.pipeThrough(new TransformStream({async transform(a,l){await r(async({state:c,write:u})=>{var h,_,f,g;function v(b){const x=c.message.parts.filter(fa).find(T=>T.toolCallId===b);if(x==null)throw new Error("tool-output-error must be preceded by a tool-input-available");return x}function m(b){const x=c.message.parts.filter(T=>T.type==="dynamic-tool").find(T=>T.toolCallId===b);if(x==null)throw new Error("tool-output-error must be preceded by a tool-input-available");return x}function d(b){var k;const x=c.message.parts.find(U=>fa(U)&&U.toolCallId===b.toolCallId),T=b,D=x;x!=null?(x.state=b.state,D.input=T.input,D.output=T.output,D.errorText=T.errorText,D.rawInput=T.rawInput,D.preliminary=T.preliminary,D.providerExecuted=(k=T.providerExecuted)!=null?k:x.providerExecuted,T.providerMetadata!=null&&x.state==="input-available"&&(x.callProviderMetadata=T.providerMetadata)):c.message.parts.push({type:`tool-${b.toolName}`,toolCallId:b.toolCallId,state:b.state,input:T.input,output:T.output,rawInput:T.rawInput,errorText:T.errorText,providerExecuted:T.providerExecuted,preliminary:T.preliminary,...T.providerMetadata!=null?{callProviderMetadata:T.providerMetadata}:{}})}function w(b){var k;const x=c.message.parts.find(U=>U.type==="dynamic-tool"&&U.toolCallId===b.toolCallId),T=b,D=x;x!=null?(x.state=b.state,D.toolName=b.toolName,D.input=T.input,D.output=T.output,D.errorText=T.errorText,D.rawInput=(k=T.rawInput)!=null?k:D.rawInput,D.preliminary=T.preliminary,T.providerMetadata!=null&&x.state==="input-available"&&(x.callProviderMetadata=T.providerMetadata)):c.message.parts.push({type:"dynamic-tool",toolName:b.toolName,toolCallId:b.toolCallId,state:b.state,input:T.input,output:T.output,errorText:T.errorText,preliminary:T.preliminary,...T.providerMetadata!=null?{callProviderMetadata:T.providerMetadata}:{}})}async function y(b){if(b!=null){const k=c.message.metadata!=null?Pp(c.message.metadata,b):b;t!=null&&await Li({value:k,schema:t}),c.message.metadata=k}}switch(a.type){case"text-start":{const b={type:"text",text:"",providerMetadata:a.providerMetadata,state:"streaming"};c.activeTextParts[a.id]=b,c.message.parts.push(b),u();break}case"text-delta":{const b=c.activeTextParts[a.id];b.text+=a.delta,b.providerMetadata=(h=a.providerMetadata)!=null?h:b.providerMetadata,u();break}case"text-end":{const b=c.activeTextParts[a.id];b.state="done",b.providerMetadata=(_=a.providerMetadata)!=null?_:b.providerMetadata,delete c.activeTextParts[a.id],u();break}case"reasoning-start":{const b={type:"reasoning",text:"",providerMetadata:a.providerMetadata,state:"streaming"};c.activeReasoningParts[a.id]=b,c.message.parts.push(b),u();break}case"reasoning-delta":{const b=c.activeReasoningParts[a.id];b.text+=a.delta,b.providerMetadata=(f=a.providerMetadata)!=null?f:b.providerMetadata,u();break}case"reasoning-end":{const b=c.activeReasoningParts[a.id];b.providerMetadata=(g=a.providerMetadata)!=null?g:b.providerMetadata,b.state="done",delete c.activeReasoningParts[a.id],u();break}case"file":{c.message.parts.push({type:"file",mediaType:a.mediaType,url:a.url}),u();break}case"source-url":{c.message.parts.push({type:"source-url",sourceId:a.sourceId,url:a.url,title:a.title,providerMetadata:a.providerMetadata}),u();break}case"source-document":{c.message.parts.push({type:"source-document",sourceId:a.sourceId,mediaType:a.mediaType,title:a.title,filename:a.filename,providerMetadata:a.providerMetadata}),u();break}case"tool-input-start":{const b=c.message.parts.filter(fa);c.partialToolCalls[a.toolCallId]={text:"",toolName:a.toolName,index:b.length,dynamic:a.dynamic},a.dynamic?w({toolCallId:a.toolCallId,toolName:a.toolName,state:"input-streaming",input:void 0}):d({toolCallId:a.toolCallId,toolName:a.toolName,state:"input-streaming",input:void 0,providerExecuted:a.providerExecuted}),u();break}case"tool-input-delta":{const b=c.partialToolCalls[a.toolCallId];b.text+=a.inputTextDelta;const{value:k}=await Rp(b.text);b.dynamic?w({toolCallId:a.toolCallId,toolName:b.toolName,state:"input-streaming",input:k}):d({toolCallId:a.toolCallId,toolName:b.toolName,state:"input-streaming",input:k}),u();break}case"tool-input-available":{a.dynamic?w({toolCallId:a.toolCallId,toolName:a.toolName,state:"input-available",input:a.input,providerMetadata:a.providerMetadata}):d({toolCallId:a.toolCallId,toolName:a.toolName,state:"input-available",input:a.input,providerExecuted:a.providerExecuted,providerMetadata:a.providerMetadata}),u(),s&&!a.providerExecuted&&await s({toolCall:a});break}case"tool-input-error":{a.dynamic?w({toolCallId:a.toolCallId,toolName:a.toolName,state:"output-error",input:a.input,errorText:a.errorText,providerMetadata:a.providerMetadata}):d({toolCallId:a.toolCallId,toolName:a.toolName,state:"output-error",input:void 0,rawInput:a.input,errorText:a.errorText,providerExecuted:a.providerExecuted,providerMetadata:a.providerMetadata}),u();break}case"tool-output-available":{if(a.dynamic){const b=m(a.toolCallId);w({toolCallId:a.toolCallId,toolName:b.toolName,state:"output-available",input:b.input,output:a.output,preliminary:a.preliminary})}else{const b=v(a.toolCallId);d({toolCallId:a.toolCallId,toolName:Op(b),state:"output-available",input:b.input,output:a.output,providerExecuted:a.providerExecuted,preliminary:a.preliminary})}u();break}case"tool-output-error":{if(a.dynamic){const b=m(a.toolCallId);w({toolCallId:a.toolCallId,toolName:b.toolName,state:"output-error",input:b.input,errorText:a.errorText})}else{const b=v(a.toolCallId);d({toolCallId:a.toolCallId,toolName:Op(b),state:"output-error",input:b.input,rawInput:b.rawInput,errorText:a.errorText})}u();break}case"start-step":{c.message.parts.push({type:"step-start"});break}case"finish-step":{c.activeTextParts={},c.activeReasoningParts={};break}case"start":{a.messageId!=null&&(c.message.id=a.messageId),await y(a.messageMetadata),(a.messageId!=null||a.messageMetadata!=null)&&u();break}case"finish":{await y(a.messageMetadata),a.messageMetadata!=null&&u();break}case"message-metadata":{await y(a.messageMetadata),a.messageMetadata!=null&&u();break}case"error":{o==null||o(new Error(a.errorText));break}default:if(Qb(a)){(n==null?void 0:n[a.type])!=null&&await Li({value:a.data,schema:n[a.type]});const b=a;if(b.transient){i==null||i(b);break}const k=b.id!=null?c.message.parts.find(x=>b.type===x.type&&b.id===x.id):void 0;k!=null?k.data=b.data:c.message.parts.push(b),i==null||i(b),u()}}l.enqueue(a)})}}))}function n9({messageId:e,originalMessages:t=[],onFinish:n,onError:r,stream:o}){let s=t==null?void 0:t[t.length-1];(s==null?void 0:s.role)!=="assistant"?s=void 0:e=s.id;let i=!1;const a=o.pipeThrough(new TransformStream({transform(_,f){if(_.type==="start"){const g=_;g.messageId==null&&e!=null&&(g.messageId=e)}_.type==="abort"&&(i=!0),f.enqueue(_)}}));if(n==null)return a;const l=e9({lastMessage:s?structuredClone(s):void 0,messageId:e??""}),c=async _=>{await _({state:l,write:()=>{}})};let u=!1;const h=async()=>{if(u||!n)return;u=!0;const _=l.message.id===(s==null?void 0:s.id);await n({isAborted:i,isContinuation:_,responseMessage:l.message,messages:[..._?t.slice(0,-1):t,l.message]})};return t9({stream:a,runUpdateMessageJob:c,onError:r}).pipeThrough(new TransformStream({transform(_,f){f.enqueue(_)},async cancel(){await h()},async flush(){await h()}}))}function r9({response:e,status:t,statusText:n,headers:r,stream:o,consumeSseStream:s}){let i=o.pipeThrough(new Tp);if(s){const[a,l]=i.tee();i=a,s({stream:l})}Ip({response:e,status:t,statusText:n,headers:Object.fromEntries(ts(r,xp).entries()),stream:i.pipeThrough(new TextEncoderStream)})}function ns(e){const t=e.pipeThrough(new TransformStream);return t[Symbol.asyncIterator]=function(){const n=this.getReader();let r=!1;async function o(s){var i;r=!0;try{s&&await((i=n.cancel)==null?void 0:i.call(n))}finally{try{n.releaseLock()}catch{}}}return{async next(){if(r)return{done:!0,value:void 0};const{done:s,value:i}=await n.read();return s?(await o(!0),{done:!0,value:void 0}):{done:!1,value:i}},async return(){return await o(!0),{done:!0,value:void 0}},async throw(s){throw await o(!0),s}}},t}async function o9({stream:e,onError:t}){const n=e.getReader();try{for(;;){const{done:r}=await n.read();if(r)break}}catch(r){t==null||t(r)}finally{n.releaseLock()}}function Np(){let e,t;return{promise:new Promise((r,o)=>{e=r,t=o}),resolve:e,reject:t}}function s9(){let e=[],t=null,n=!1,r=Np();const o=()=>{n=!0,r.resolve(),e.forEach(i=>i.cancel()),e=[],t==null||t.close()},s=async()=>{if(n&&e.length===0){t==null||t.close();return}if(e.length===0)return r=Np(),await r.promise,s();try{const{value:i,done:a}=await e[0].read();a?(e.shift(),e.length>0?await s():n&&(t==null||t.close())):t==null||t.enqueue(i)}catch(i){t==null||t.error(i),e.shift(),o()}};return{stream:new ReadableStream({start(i){t=i},pull:s,async cancel(){for(const i of e)await i.cancel();e=[],n=!0}}),addStream:i=>{if(n)throw new Error("Cannot add inner stream: outer stream is closed");e.push(i.getReader()),r.resolve()},close:()=>{n=!0,r.resolve(),e.length===0&&(t==null||t.close())},terminate:o}}var rs=class{constructor(){this.status={type:"pending"},this._resolve=void 0,this._reject=void 0}get promise(){return this._promise?this._promise:(this._promise=new Promise((e,t)=>{this.status.type==="resolved"?e(this.status.value):this.status.type==="rejected"&&t(this.status.error),this._resolve=e,this._reject=t}),this._promise)}resolve(e){var t;this.status={type:"resolved",value:e},this._promise&&((t=this._resolve)==null||t.call(this,e))}reject(e){var t;this.status={type:"rejected",error:e},this._promise&&((t=this._reject)==null||t.call(this,e))}};function i9(){var e,t;return(t=(e=globalThis==null?void 0:globalThis.performance)==null?void 0:e.now())!=null?t:Date.now()}function a9({tools:e,generatorStream:t,tracer:n,telemetry:r,system:o,messages:s,abortSignal:i,repairToolCall:a,experimental_context:l}){let c=null;const u=new ReadableStream({start(d){c=d}}),h=new Set,_=new Map;let f=!1,g;function v(){f&&h.size===0&&(g!=null&&c.enqueue(g),c.close())}const m=new TransformStream({async transform(d,w){const y=d.type;switch(y){case"stream-start":case"text-start":case"text-delta":case"text-end":case"reasoning-start":case"reasoning-delta":case"reasoning-end":case"tool-input-start":case"tool-input-delta":case"tool-input-end":case"source":case"response-metadata":case"error":case"raw":{w.enqueue(d);break}case"file":{w.enqueue({type:"file",file:new Zb({data:d.data,mediaType:d.mediaType})});break}case"finish":{g={type:"finish",finishReason:d.finishReason,usage:d.usage,providerMetadata:d.providerMetadata};break}case"tool-call":{try{const b=await bp({toolCall:d,tools:e,repairToolCall:a,system:o,messages:s});if(w.enqueue(b),b.invalid){c.enqueue({type:"tool-error",toolCallId:b.toolCallId,toolName:b.toolName,input:b.input,error:Ai(b.error),dynamic:!0});break}const k=e[b.toolName];if(_.set(b.toolCallId,b.input),k.onInputAvailable!=null&&await k.onInputAvailable({input:b.input,toolCallId:b.toolCallId,messages:s,abortSignal:i,experimental_context:l}),k.execute!=null&&b.providerExecuted!==!0){const x=L_();h.add(x),lr({name:"ai.toolCall",attributes:kt({telemetry:r,attributes:{...ar({operationId:"ai.toolCall",telemetry:r}),"ai.toolCall.name":b.toolName,"ai.toolCall.id":b.toolCallId,"ai.toolCall.args":{output:()=>JSON.stringify(b.input)}}}),tracer:n,fn:async T=>{let D;try{const U=xd({execute:k.execute.bind(k),input:b.input,options:{toolCallId:b.toolCallId,messages:s,abortSignal:i,experimental_context:l}});for await(const H of U)c.enqueue({...b,type:"tool-result",output:H.output,...H.type==="preliminary"&&{preliminary:!0}}),H.type==="final"&&(D=H.output)}catch(U){la(T,U),c.enqueue({...b,type:"tool-error",error:U}),h.delete(x),v();return}h.delete(x),v();try{T.setAttributes(kt({telemetry:r,attributes:{"ai.toolCall.result":{output:()=>JSON.stringify(D)}}}))}catch{}}})}}catch(b){c.enqueue({type:"error",error:b})}break}case"tool-result":{const b=d.toolName;d.isError?c.enqueue({type:"tool-error",toolCallId:d.toolCallId,toolName:b,input:_.get(d.toolCallId),providerExecuted:d.providerExecuted,error:d.result}):w.enqueue({type:"tool-result",toolCallId:d.toolCallId,toolName:b,input:_.get(d.toolCallId),output:d.result,providerExecuted:d.providerExecuted});break}default:{const b=y;throw new Error(`Unhandled chunk type: ${b}`)}}},flush(){f=!0,v()}});return new ReadableStream({async start(d){return Promise.all([t.pipeThrough(m).pipeTo(new WritableStream({write(w){d.enqueue(w)},close(){}})),u.pipeTo(new WritableStream({write(w){d.enqueue(w)},close(){d.close()}}))])}})}var l9=Vr({prefix:"aitxt",size:24});function c9({model:e,tools:t,toolChoice:n,system:r,prompt:o,messages:s,maxRetries:i,abortSignal:a,headers:l,stopWhen:c=ua(1),experimental_output:u,experimental_telemetry:h,prepareStep:_,providerOptions:f,experimental_activeTools:g,activeTools:v=g,experimental_repairToolCall:m,experimental_transform:d,experimental_download:w,includeRawChunks:y=!1,onChunk:b,onError:k=({error:V})=>{console.error(V)},onFinish:x,onAbort:T,onStepFinish:D,experimental_context:U,_internal:{now:H=i9,generateId:q=l9,currentDate:F=()=>new Date}={},...B}){return new d9({model:Qo(e),telemetry:h,headers:l,settings:B,maxRetries:i,abortSignal:a,system:r,prompt:o,messages:s,tools:t,toolChoice:n,transforms:ca(d),activeTools:v,repairToolCall:m,stopConditions:ca(c),output:u,providerOptions:f,prepareStep:_,includeRawChunks:y,onChunk:b,onError:k,onFinish:x,onAbort:T,onStepFinish:D,now:H,currentDate:F,generateId:q,experimental_context:U,download:w})}function u9(e){if(!e)return new TransformStream({transform(i,a){a.enqueue({part:i,partialOutput:void 0})}});let t,n="",r="",o="";function s({controller:i,partialOutput:a=void 0}){i.enqueue({part:{type:"text-delta",id:t,text:r},partialOutput:a}),r=""}return new TransformStream({async transform(i,a){if(i.type==="finish-step"&&r.length>0&&s({controller:a}),i.type!=="text-delta"&&i.type!=="text-start"&&i.type!=="text-end"){a.enqueue({part:i,partialOutput:void 0});return}if(t==null)t=i.id;else if(i.id!==t){a.enqueue({part:i,partialOutput:void 0});return}if(i.type==="text-start"){a.enqueue({part:i,partialOutput:void 0});return}if(i.type==="text-end"){r.length>0&&s({controller:a}),a.enqueue({part:i,partialOutput:void 0});return}n+=i.text,r+=i.text;const l=await e.parsePartial({text:n});if(l!=null){const c=JSON.stringify(l.partial);c!==o&&(s({controller:a,partialOutput:l.partial}),o=c)}}})}var d9=class{constructor({model:e,telemetry:t,headers:n,settings:r,maxRetries:o,abortSignal:s,system:i,prompt:a,messages:l,tools:c,toolChoice:u,transforms:h,activeTools:_,repairToolCall:f,stopConditions:g,output:v,providerOptions:m,prepareStep:d,includeRawChunks:w,now:y,currentDate:b,generateId:k,onChunk:x,onError:T,onFinish:D,onAbort:U,onStepFinish:H,experimental_context:q,download:F}){this._totalUsage=new rs,this._finishReason=new rs,this._steps=new rs,this.output=v,this.includeRawChunks=w,this.tools=c;let B,V=[];const se=[];let ge,te,ue={},le=[];const L=[];let I,M={},P={};const C=new TransformStream({async transform(ve,ye){var Le,fe,Ze,gt;ye.enqueue(ve);const{part:J}=ve;if((J.type==="text-delta"||J.type==="reasoning-delta"||J.type==="source"||J.type==="tool-call"||J.type==="tool-result"||J.type==="tool-input-start"||J.type==="tool-input-delta"||J.type==="raw")&&await(x==null?void 0:x({chunk:J})),J.type==="error"&&await T({error:pp(J.error)}),J.type==="text-start"&&(M[J.id]={type:"text",text:"",providerMetadata:J.providerMetadata},V.push(M[J.id])),J.type==="text-delta"){const $e=M[J.id];if($e==null){ye.enqueue({part:{type:"error",error:`text part ${J.id} not found`},partialOutput:void 0});return}$e.text+=J.text,$e.providerMetadata=(Le=J.providerMetadata)!=null?Le:$e.providerMetadata}if(J.type==="text-end"){const $e=M[J.id];if($e==null){ye.enqueue({part:{type:"error",error:`text part ${J.id} not found`},partialOutput:void 0});return}$e.providerMetadata=(fe=J.providerMetadata)!=null?fe:$e.providerMetadata,delete M[J.id]}if(J.type==="reasoning-start"&&(P[J.id]={type:"reasoning",text:"",providerMetadata:J.providerMetadata},V.push(P[J.id])),J.type==="reasoning-delta"){const $e=P[J.id];if($e==null){ye.enqueue({part:{type:"error",error:`reasoning part ${J.id} not found`},partialOutput:void 0});return}$e.text+=J.text,$e.providerMetadata=(Ze=J.providerMetadata)!=null?Ze:$e.providerMetadata}if(J.type==="reasoning-end"){const $e=P[J.id];if($e==null){ye.enqueue({part:{type:"error",error:`reasoning part ${J.id} not found`},partialOutput:void 0});return}$e.providerMetadata=(gt=J.providerMetadata)!=null?gt:$e.providerMetadata,delete P[J.id]}if(J.type==="file"&&V.push({type:"file",file:J.file}),J.type==="source"&&V.push(J),J.type==="tool-call"&&V.push(J),J.type==="tool-result"&&!J.preliminary&&V.push(J),J.type==="tool-error"&&V.push(J),J.type==="start-step"&&(ue=J.request,le=J.warnings),J.type==="finish-step"){const $e=pa({content:V,tools:c}),Ot=new Sp({content:V,finishReason:J.finishReason,usage:J.usage,warnings:le,request:ue,response:{...J.response,messages:[...se,...$e]},providerMetadata:J.providerMetadata});await(H==null?void 0:H(Ot)),E0(le),L.push(Ot),V=[],P={},M={},se.push(...$e),B.resolve()}J.type==="finish"&&(te=J.totalUsage,ge=J.finishReason)},async flush(ve){try{if(L.length===0){const Ze=new ab({message:"No output generated. Check the stream for errors."});Ne._finishReason.reject(Ze),Ne._totalUsage.reject(Ze),Ne._steps.reject(Ze);return}const ye=ge??"unknown",Le=te??{inputTokens:void 0,outputTokens:void 0,totalTokens:void 0};Ne._finishReason.resolve(ye),Ne._totalUsage.resolve(Le),Ne._steps.resolve(L);const fe=L[L.length-1];await(D==null?void 0:D({finishReason:ye,totalUsage:Le,usage:fe.usage,content:fe.content,text:fe.text,reasoningText:fe.reasoningText,reasoning:fe.reasoning,files:fe.files,sources:fe.sources,toolCalls:fe.toolCalls,staticToolCalls:fe.staticToolCalls,dynamicToolCalls:fe.dynamicToolCalls,toolResults:fe.toolResults,staticToolResults:fe.staticToolResults,dynamicToolResults:fe.dynamicToolResults,request:fe.request,response:fe.response,warnings:fe.warnings,providerMetadata:fe.providerMetadata,steps:L})),I.setAttributes(kt({telemetry:t,attributes:{"ai.response.finishReason":ye,"ai.response.text":{output:()=>fe.text},"ai.response.toolCalls":{output:()=>{var Ze;return(Ze=fe.toolCalls)!=null&&Ze.length?JSON.stringify(fe.toolCalls):void 0}},"ai.response.providerMetadata":JSON.stringify(fe.providerMetadata),"ai.usage.inputTokens":Le.inputTokens,"ai.usage.outputTokens":Le.outputTokens,"ai.usage.totalTokens":Le.totalTokens,"ai.usage.reasoningTokens":Le.reasoningTokens,"ai.usage.cachedInputTokens":Le.cachedInputTokens}}))}catch(ye){ve.error(ye)}finally{I.end()}}}),E=s9();this.addStream=E.addStream,this.closeStream=E.close;const $=E.stream.getReader();let j=new ReadableStream({async start(ve){ve.enqueue({type:"start"})},async pull(ve){function ye(){U==null||U({steps:L}),ve.enqueue({type:"abort"}),ve.close()}try{const{done:Le,value:fe}=await $.read();if(Le){ve.close();return}if(s!=null&&s.aborted){ye();return}ve.enqueue(fe)}catch(Le){zn(Le)&&(s!=null&&s.aborted)?ye():ve.error(Le)}},cancel(ve){return E.stream.cancel(ve)}});for(const ve of h)j=j.pipeThrough(ve({tools:c,stopStream(){E.terminate()}}));this.baseStream=j.pipeThrough(u9(v)).pipeThrough(C);const{maxRetries:z,retry:de}=_p({maxRetries:o,abortSignal:s}),oe=hp(t),_e=aa(r),Rt=fp({model:e,telemetry:t,headers:n,settings:{..._e,maxRetries:z}}),Ne=this;lr({name:"ai.streamText",attributes:kt({telemetry:t,attributes:{...ar({operationId:"ai.streamText",telemetry:t}),...Rt,"ai.prompt":{input:()=>JSON.stringify({system:i,prompt:a,messages:l})}}}),tracer:oe,endWhenDone:!1,fn:async ve=>{I=ve;async function ye({currentStep:Le,responseMessages:fe,usage:Ze}){var gt,J,$e,Ot,Se;const vt=Ne.includeRawChunks;B=new rs;const mn=await dp({system:i,prompt:a,messages:l}),_t=[...mn.messages,...fe],Ye=await(d==null?void 0:d({model:e,steps:L,stepNumber:L.length,messages:_t})),Nt=Qo((gt=Ye==null?void 0:Ye.model)!=null?gt:e),Nn=await ip({prompt:{system:(J=Ye==null?void 0:Ye.system)!=null?J:mn.system,messages:($e=Ye==null?void 0:Ye.messages)!=null?$e:_t},supportedUrls:await Nt.supportedUrls,download:F}),{toolChoice:Mn,tools:Nr}=ap({tools:c,toolChoice:(Ot=Ye==null?void 0:Ye.toolChoice)!=null?Ot:u,activeTools:(Se=Ye==null?void 0:Ye.activeTools)!=null?Se:_}),{result:{stream:hi,response:Be,request:gn},doStreamSpan:vn,startTimestampMs:fm}=await de(()=>lr({name:"ai.streamText.doStream",attributes:kt({telemetry:t,attributes:{...ar({operationId:"ai.streamText.doStream",telemetry:t}),...Rt,"ai.model.provider":Nt.provider,"ai.model.id":Nt.modelId,"ai.prompt.messages":{input:()=>mp(Nn)},"ai.prompt.tools":{input:()=>Nr==null?void 0:Nr.map(X=>JSON.stringify(X))},"ai.prompt.toolChoice":{input:()=>Mn!=null?JSON.stringify(Mn):void 0},"gen_ai.system":Nt.provider,"gen_ai.request.model":Nt.modelId,"gen_ai.request.frequency_penalty":_e.frequencyPenalty,"gen_ai.request.max_tokens":_e.maxOutputTokens,"gen_ai.request.presence_penalty":_e.presencePenalty,"gen_ai.request.stop_sequences":_e.stopSequences,"gen_ai.request.temperature":_e.temperature,"gen_ai.request.top_k":_e.topK,"gen_ai.request.top_p":_e.topP}}),tracer:oe,endWhenDone:!1,fn:async X=>({startTimestampMs:y(),doStreamSpan:X,result:await Nt.doStream({..._e,tools:Nr,toolChoice:Mn,responseFormat:v==null?void 0:v.responseFormat,prompt:Nn,providerOptions:m,abortSignal:s,headers:n,includeRawChunks:vt})})})),hI=a9({tools:c,generatorStream:hi,tracer:oe,telemetry:t,system:i,messages:_t,repairToolCall:f,abortSignal:s,experimental_context:q}),mI=gn??{},mi=[],xc=[];let Pc;const Rc={};let Mr="unknown",Jt={inputTokens:void 0,outputTokens:void 0,totalTokens:void 0},Oc,hm=!0,cn={id:k(),timestamp:b(),modelId:e.modelId},mm="";Ne.addStream(hI.pipeThrough(new TransformStream({async transform(X,Qe){var Ro,Oo,gi,_n;if(X.type==="stream-start"){Pc=X.warnings;return}if(hm){const ct=y()-fm;hm=!1,vn.addEvent("ai.stream.firstChunk",{"ai.response.msToFirstChunk":ct}),vn.setAttributes({"ai.response.msToFirstChunk":ct}),Qe.enqueue({type:"start-step",request:mI,warnings:Pc??[]})}const gm=X.type;switch(gm){case"text-start":case"text-end":{Qe.enqueue(X);break}case"text-delta":{X.delta.length>0&&(Qe.enqueue({type:"text-delta",id:X.id,text:X.delta,providerMetadata:X.providerMetadata}),mm+=X.delta);break}case"reasoning-start":case"reasoning-end":{Qe.enqueue(X);break}case"reasoning-delta":{Qe.enqueue({type:"reasoning-delta",id:X.id,text:X.delta,providerMetadata:X.providerMetadata});break}case"tool-call":{Qe.enqueue(X),mi.push(X);break}case"tool-result":{Qe.enqueue(X),X.preliminary||xc.push(X);break}case"tool-error":{Qe.enqueue(X),xc.push(X);break}case"response-metadata":{cn={id:(Ro=X.id)!=null?Ro:cn.id,timestamp:(Oo=X.timestamp)!=null?Oo:cn.timestamp,modelId:(gi=X.modelId)!=null?gi:cn.modelId};break}case"finish":{Jt=X.usage,Mr=X.finishReason,Oc=X.providerMetadata;const ct=y()-fm;vn.addEvent("ai.stream.finish"),vn.setAttributes({"ai.response.msToFinish":ct,"ai.response.avgOutputTokensPerSecond":1e3*((_n=Jt.outputTokens)!=null?_n:0)/ct});break}case"file":{Qe.enqueue(X);break}case"source":{Qe.enqueue(X);break}case"tool-input-start":{Rc[X.id]=X.toolName;const ct=c==null?void 0:c[X.toolName];(ct==null?void 0:ct.onInputStart)!=null&&await ct.onInputStart({toolCallId:X.id,messages:_t,abortSignal:s,experimental_context:q}),Qe.enqueue({...X,dynamic:(ct==null?void 0:ct.type)==="dynamic"});break}case"tool-input-end":{delete Rc[X.id],Qe.enqueue(X);break}case"tool-input-delta":{const ct=Rc[X.id],Nc=c==null?void 0:c[ct];(Nc==null?void 0:Nc.onInputDelta)!=null&&await Nc.onInputDelta({inputTextDelta:X.delta,toolCallId:X.id,messages:_t,abortSignal:s,experimental_context:q}),Qe.enqueue(X);break}case"error":{Qe.enqueue(X),Mr="error";break}case"raw":{vt&&Qe.enqueue(X);break}default:{const ct=gm;throw new Error(`Unknown chunk type: ${ct}`)}}},async flush(X){const Qe=mi.length>0?JSON.stringify(mi):void 0;try{vn.setAttributes(kt({telemetry:t,attributes:{"ai.response.finishReason":Mr,"ai.response.text":{output:()=>mm},"ai.response.toolCalls":{output:()=>Qe},"ai.response.id":cn.id,"ai.response.model":cn.modelId,"ai.response.timestamp":cn.timestamp.toISOString(),"ai.response.providerMetadata":JSON.stringify(Oc),"ai.usage.inputTokens":Jt.inputTokens,"ai.usage.outputTokens":Jt.outputTokens,"ai.usage.totalTokens":Jt.totalTokens,"ai.usage.reasoningTokens":Jt.reasoningTokens,"ai.usage.cachedInputTokens":Jt.cachedInputTokens,"gen_ai.response.finish_reasons":[Mr],"gen_ai.response.id":cn.id,"gen_ai.response.model":cn.modelId,"gen_ai.usage.input_tokens":Jt.inputTokens,"gen_ai.usage.output_tokens":Jt.outputTokens}}))}catch{}finally{vn.end()}X.enqueue({type:"finish-step",finishReason:Mr,usage:Jt,providerMetadata:Oc,response:{...cn,headers:Be==null?void 0:Be.headers}});const Ro=gp(Ze,Jt);await B.promise;const Oo=mi.filter(_n=>_n.providerExecuted!==!0),gi=xc.filter(_n=>_n.providerExecuted!==!0);if(Oo.length>0&&gi.length===Oo.length&&!await Cp({stopConditions:g,steps:L})){fe.push(...pa({content:L[L.length-1].content,tools:c}));try{await ye({currentStep:Le+1,responseMessages:fe,usage:Ro})}catch(_n){X.enqueue({type:"error",error:_n}),Ne.closeStream()}}else X.enqueue({type:"finish",finishReason:Mr,totalUsage:Ro}),Ne.closeStream()}})))}await ye({currentStep:0,responseMessages:[],usage:{inputTokens:void 0,outputTokens:void 0,totalTokens:void 0}})}}).catch(ve=>{Ne.addStream(new ReadableStream({start(ye){ye.enqueue({type:"error",error:ve}),ye.close()}})),Ne.closeStream()})}get steps(){return this.consumeStream(),this._steps.promise}get finalStep(){return this.steps.then(e=>e[e.length-1])}get content(){return this.finalStep.then(e=>e.content)}get warnings(){return this.finalStep.then(e=>e.warnings)}get providerMetadata(){return this.finalStep.then(e=>e.providerMetadata)}get text(){return this.finalStep.then(e=>e.text)}get reasoningText(){return this.finalStep.then(e=>e.reasoningText)}get reasoning(){return this.finalStep.then(e=>e.reasoning)}get sources(){return this.finalStep.then(e=>e.sources)}get files(){return this.finalStep.then(e=>e.files)}get toolCalls(){return this.finalStep.then(e=>e.toolCalls)}get staticToolCalls(){return this.finalStep.then(e=>e.staticToolCalls)}get dynamicToolCalls(){return this.finalStep.then(e=>e.dynamicToolCalls)}get toolResults(){return this.finalStep.then(e=>e.toolResults)}get staticToolResults(){return this.finalStep.then(e=>e.staticToolResults)}get dynamicToolResults(){return this.finalStep.then(e=>e.dynamicToolResults)}get usage(){return this.finalStep.then(e=>e.usage)}get request(){return this.finalStep.then(e=>e.request)}get response(){return this.finalStep.then(e=>e.response)}get totalUsage(){return this.consumeStream(),this._totalUsage.promise}get finishReason(){return this.consumeStream(),this._finishReason.promise}teeStream(){const[e,t]=this.baseStream.tee();return this.baseStream=t,e}get textStream(){return ns(this.teeStream().pipeThrough(new TransformStream({transform({part:e},t){e.type==="text-delta"&&t.enqueue(e.text)}})))}get fullStream(){return ns(this.teeStream().pipeThrough(new TransformStream({transform({part:e},t){t.enqueue(e)}})))}async consumeStream(e){var t;try{await o9({stream:this.fullStream,onError:e==null?void 0:e.onError})}catch(n){(t=e==null?void 0:e.onError)==null||t.call(e,n)}}get experimental_partialOutputStream(){if(this.output==null)throw new S0;return ns(this.teeStream().pipeThrough(new TransformStream({transform({partialOutput:e},t){e!=null&&t.enqueue(e)}})))}toUIMessageStream({originalMessages:e,generateMessageId:t,onFinish:n,messageMetadata:r,sendReasoning:o=!0,sendSources:s=!1,sendStart:i=!0,sendFinish:a=!0,onError:l=sr}={}){const c=t!=null?Yb({originalMessages:e,responseMessageId:t}):void 0,u={},h=f=>{var g,v;const m=u[f];return((v=(g=this.tools)==null?void 0:g[m])==null?void 0:v.type)==="dynamic"?!0:void 0},_=this.fullStream.pipeThrough(new TransformStream({transform:async(f,g)=>{const v=r==null?void 0:r({part:f}),m=f.type;switch(m){case"text-start":{g.enqueue({type:"text-start",id:f.id,...f.providerMetadata!=null?{providerMetadata:f.providerMetadata}:{}});break}case"text-delta":{g.enqueue({type:"text-delta",id:f.id,delta:f.text,...f.providerMetadata!=null?{providerMetadata:f.providerMetadata}:{}});break}case"text-end":{g.enqueue({type:"text-end",id:f.id,...f.providerMetadata!=null?{providerMetadata:f.providerMetadata}:{}});break}case"reasoning-start":{g.enqueue({type:"reasoning-start",id:f.id,...f.providerMetadata!=null?{providerMetadata:f.providerMetadata}:{}});break}case"reasoning-delta":{o&&g.enqueue({type:"reasoning-delta",id:f.id,delta:f.text,...f.providerMetadata!=null?{providerMetadata:f.providerMetadata}:{}});break}case"reasoning-end":{g.enqueue({type:"reasoning-end",id:f.id,...f.providerMetadata!=null?{providerMetadata:f.providerMetadata}:{}});break}case"file":{g.enqueue({type:"file",mediaType:f.file.mediaType,url:`data:${f.file.mediaType};base64,${f.file.base64}`});break}case"source":{s&&f.sourceType==="url"&&g.enqueue({type:"source-url",sourceId:f.id,url:f.url,title:f.title,...f.providerMetadata!=null?{providerMetadata:f.providerMetadata}:{}}),s&&f.sourceType==="document"&&g.enqueue({type:"source-document",sourceId:f.id,mediaType:f.mediaType,title:f.title,filename:f.filename,...f.providerMetadata!=null?{providerMetadata:f.providerMetadata}:{}});break}case"tool-input-start":{u[f.id]=f.toolName;const d=h(f.id);g.enqueue({type:"tool-input-start",toolCallId:f.id,toolName:f.toolName,...f.providerExecuted!=null?{providerExecuted:f.providerExecuted}:{},...d!=null?{dynamic:d}:{}});break}case"tool-input-delta":{g.enqueue({type:"tool-input-delta",toolCallId:f.id,inputTextDelta:f.delta});break}case"tool-call":{u[f.toolCallId]=f.toolName;const d=h(f.toolCallId);f.invalid?g.enqueue({type:"tool-input-error",toolCallId:f.toolCallId,toolName:f.toolName,input:f.input,...f.providerExecuted!=null?{providerExecuted:f.providerExecuted}:{},...f.providerMetadata!=null?{providerMetadata:f.providerMetadata}:{},...d!=null?{dynamic:d}:{},errorText:l(f.error)}):g.enqueue({type:"tool-input-available",toolCallId:f.toolCallId,toolName:f.toolName,input:f.input,...f.providerExecuted!=null?{providerExecuted:f.providerExecuted}:{},...f.providerMetadata!=null?{providerMetadata:f.providerMetadata}:{},...d!=null?{dynamic:d}:{}});break}case"tool-result":{const d=h(f.toolCallId);g.enqueue({type:"tool-output-available",toolCallId:f.toolCallId,output:f.output,...f.providerExecuted!=null?{providerExecuted:f.providerExecuted}:{},...f.preliminary!=null?{preliminary:f.preliminary}:{},...d!=null?{dynamic:d}:{}});break}case"tool-error":{const d=h(f.toolCallId);g.enqueue({type:"tool-output-error",toolCallId:f.toolCallId,errorText:l(f.error),...f.providerExecuted!=null?{providerExecuted:f.providerExecuted}:{},...d!=null?{dynamic:d}:{}});break}case"error":{g.enqueue({type:"error",errorText:l(f.error)});break}case"start-step":{g.enqueue({type:"start-step"});break}case"finish-step":{g.enqueue({type:"finish-step"});break}case"start":{i&&g.enqueue({type:"start",...v!=null?{messageMetadata:v}:{},...c!=null?{messageId:c}:{}});break}case"finish":{a&&g.enqueue({type:"finish",...v!=null?{messageMetadata:v}:{}});break}case"abort":{g.enqueue(f);break}case"tool-input-end":break;case"raw":break;default:{const d=m;throw new Error(`Unknown chunk type: ${d}`)}}v!=null&&m!=="start"&&m!=="finish"&&g.enqueue({type:"message-metadata",messageMetadata:v})}}));return ns(n9({stream:_,messageId:c??(t==null?void 0:t()),originalMessages:e,onFinish:n,onError:l}))}pipeUIMessageStreamToResponse(e,{originalMessages:t,generateMessageId:n,onFinish:r,messageMetadata:o,sendReasoning:s,sendSources:i,sendFinish:a,sendStart:l,onError:c,...u}={}){r9({response:e,stream:this.toUIMessageStream({originalMessages:t,generateMessageId:n,onFinish:r,messageMetadata:o,sendReasoning:s,sendSources:i,sendFinish:a,sendStart:l,onError:c}),...u})}pipeTextStreamToResponse(e,t){Wb({response:e,textStream:this.textStream,...t})}toUIMessageStreamResponse({originalMessages:e,generateMessageId:t,onFinish:n,messageMetadata:r,sendReasoning:o,sendSources:s,sendFinish:i,sendStart:a,onError:l,...c}={}){return Kb({stream:this.toUIMessageStream({originalMessages:e,generateMessageId:t,onFinish:n,messageMetadata:r,sendReasoning:o,sendSources:s,sendFinish:i,sendStart:a,onError:l}),...c})}toTextStreamResponse(e){return Gb({textStream:this.textStream,...e})}};Vr({prefix:"aiobj",size:24}),Vr({prefix:"aiobj",size:24});var p9={};Y3(p9,{object:()=>h9,text:()=>f9});var f9=()=>({type:"text",responseFormat:{type:"text"},async parsePartial({text:e}){return{partial:e}},async parseOutput({text:e}){return e}}),h9=({schema:e})=>{const t=Go(e);return{type:"object",responseFormat:{type:"json",schema:t.jsonSchema},async parsePartial({text:n}){const r=await Rp(n);switch(r.state){case"failed-parse":case"undefined-input":return;case"repaired-parse":case"successful-parse":return{partial:r.value};default:{const o=r.state;throw new Error(`Unsupported parse state: ${o}`)}}},async parseOutput({text:n},r){const o=await Un({text:n});if(!o.success)throw new z0({message:"No object generated: could not parse the response.",cause:o.error,text:n,response:r.response,usage:r.usage,finishReason:r.finishReason});const s=await $n({value:o.value,schema:t});if(!s.success)throw new z0({message:"No object generated: response did not match schema.",cause:s.error,text:n,response:r.response,usage:r.usage,finishReason:r.finishReason});return s.value}}},Mp="2025-06-18",m9=[Mp,"2025-03-26","2024-11-05"],g9=He({name:p(),version:p()}),ha=He({_meta:Y(S({}).loose())}),ro=ha,v9=S({method:p(),params:Y(ha)}),_9=He({experimental:Y(S({}).loose()),logging:Y(S({}).loose()),prompts:Y(He({listChanged:Y(ne())})),resources:Y(He({subscribe:Y(ne()),listChanged:Y(ne())})),tools:Y(He({listChanged:Y(ne())}))}),y9=ro.extend({protocolVersion:p(),capabilities:_9,serverInfo:g9,instructions:Y(p())}),w9=ro.extend({nextCursor:Y(p())}),b9=S({name:p(),description:Y(p()),inputSchema:S({type:O("object"),properties:Y(S({}).loose())}).loose()}).loose(),$9=w9.extend({tools:N(b9)}),S9=S({type:O("text"),text:p()}).loose(),C9=S({type:O("image"),data:ad(),mimeType:p()}).loose(),Ap=S({uri:p(),mimeType:Y(p())}).loose(),E9=Ap.extend({text:p()}),k9=Ap.extend({blob:ad()}),I9=S({type:O("resource"),resource:Q([E9,k9])}).loose(),T9=ro.extend({content:N(Q([S9,C9,I9])),isError:ne().default(!1).optional()}).or(ro.extend({toolResult:ke()})),os="2.0",x9=S({jsonrpc:O(os),id:Q([p(),R().int()])}).merge(v9).strict(),P9=S({jsonrpc:O(os),id:Q([p(),R().int()]),result:ro}).strict(),R9=S({jsonrpc:O(os),id:Q([p(),R().int()]),error:S({code:R().int(),message:p(),data:Y(ke())})}).strict(),O9=S({jsonrpc:O(os)}).merge(S({method:p(),params:Y(ha)})).strict(),N9=Q([x9,O9,P9,R9]),M9=class{constructor({url:e,headers:t}){this.connected=!1,this.url=new URL(e),this.headers=t}async start(){return new Promise((e,t)=>{if(this.connected)return e();this.abortController=new AbortController,(async()=>{var r,o,s;try{const i=Dn({...this.headers,Accept:"text/event-stream"},`ai-sdk/${Xo}`,Br()),a=await fetch(this.url.href,{headers:i,signal:(r=this.abortController)==null?void 0:r.signal});if(!a.ok||!a.body){const h=new Ve({message:`MCP SSE Transport Error: ${a.status} ${a.statusText}`});return(o=this.onerror)==null||o.call(this,h),t(h)}const c=a.body.pipeThrough(new TextDecoderStream).pipeThrough(new Mo).getReader(),u=async()=>{var h,_,f;try{for(;;){const{done:g,value:v}=await c.read();if(g){if(this.connected)throw this.connected=!1,new Ve({message:"MCP SSE Transport Error: Connection closed unexpectedly"});return}const{event:m,data:d}=v;if(m==="endpoint"){if(this.endpoint=new URL(d,this.url),this.endpoint.origin!==this.url.origin)throw new Ve({message:`MCP SSE Transport Error: Endpoint origin does not match connection origin: ${this.endpoint.origin}`});this.connected=!0,e()}else if(m==="message")try{const w=N9.parse(JSON.parse(d));(h=this.onmessage)==null||h.call(this,w)}catch(w){const y=new Ve({message:"MCP SSE Transport Error: Failed to parse message",cause:w});(_=this.onerror)==null||_.call(this,y)}}}catch(g){if(g instanceof Error&&g.name==="AbortError")return;(f=this.onerror)==null||f.call(this,g),t(g)}};this.sseConnection={close:()=>c.cancel()},u()}catch(i){if(i instanceof Error&&i.name==="AbortError")return;(s=this.onerror)==null||s.call(this,i),t(i)}})()})}async close(){var e,t,n;this.connected=!1,(e=this.sseConnection)==null||e.close(),(t=this.abortController)==null||t.abort(),(n=this.onclose)==null||n.call(this)}async send(e){var t,n,r;if(!this.endpoint||!this.connected)throw new Ve({message:"MCP SSE Transport Error: Not connected"});try{const s={method:"POST",headers:Dn({...this.headers,"Content-Type":"application/json"},`ai-sdk/${Xo}`,Br()),body:JSON.stringify(e),signal:(t=this.abortController)==null?void 0:t.signal},i=await fetch(this.endpoint,s);if(!i.ok){const a=await i.text().catch(()=>null),l=new Ve({message:`MCP SSE Transport Error: POSTing to endpoint (HTTP ${i.status}): ${a}`});(n=this.onerror)==null||n.call(this,l);return}}catch(o){(r=this.onerror)==null||r.call(this,o);return}}};function A9(e){if(e.type!=="sse")throw new Ve({message:"Unsupported or invalid transport configuration. If you are using a custom transport, make sure it implements the MCPTransport interface."});return new M9(e)}function L9(e){return"start"in e&&typeof e.start=="function"&&"send"in e&&typeof e.send=="function"&&"close"in e&&typeof e.close=="function"}var j9="1.0.0";async function z9(e){const t=new D9(e);return await t.init(),t}var D9=class{constructor({transport:e,name:t="ai-sdk-mcp-client",onUncaughtError:n}){this.requestMessageId=0,this.responseHandlers=new Map,this.serverCapabilities={},this.isClosed=!0,this.onUncaughtError=n,L9(e)?this.transport=e:this.transport=A9(e),this.transport.onclose=()=>this.onClose(),this.transport.onerror=r=>this.onError(r),this.transport.onmessage=r=>{if("method"in r){this.onError(new Ve({message:"Unsupported message type"}));return}this.onResponse(r)},this.clientInfo={name:t,version:j9}}async init(){try{await this.transport.start(),this.isClosed=!1;const e=await this.request({request:{method:"initialize",params:{protocolVersion:Mp,capabilities:{},clientInfo:this.clientInfo}},resultSchema:y9});if(e===void 0)throw new Ve({message:"Server sent invalid initialize result"});if(!m9.includes(e.protocolVersion))throw new Ve({message:`Server's protocol version is not supported: ${e.protocolVersion}`});return this.serverCapabilities=e.capabilities,await this.notification({method:"notifications/initialized"}),this}catch(e){throw await this.close(),e}}async close(){var e;this.isClosed||(await((e=this.transport)==null?void 0:e.close()),this.onClose())}assertCapability(e){switch(e){case"initialize":break;case"tools/list":case"tools/call":if(!this.serverCapabilities.tools)throw new Ve({message:"Server does not support tools"});break;default:throw new Ve({message:`Unsupported method: ${e}`})}}async request({request:e,resultSchema:t,options:n}){return new Promise((r,o)=>{if(this.isClosed)return o(new Ve({message:"Attempted to send a request from a closed client"}));this.assertCapability(e.method);const s=n==null?void 0:n.signal;s==null||s.throwIfAborted();const i=this.requestMessageId++,a={...e,jsonrpc:"2.0",id:i},l=()=>{this.responseHandlers.delete(i)};this.responseHandlers.set(i,c=>{if(s!=null&&s.aborted)return o(new Ve({message:"Request was aborted",cause:s.reason}));if(c instanceof Error)return o(c);try{const u=t.parse(c.result);r(u)}catch(u){const h=new Ve({message:"Failed to parse server response",cause:u});o(h)}}),this.transport.send(a).catch(c=>{l(),o(c)})})}async listTools({params:e,options:t}={}){try{return this.request({request:{method:"tools/list",params:e},resultSchema:$9,options:t})}catch(n){throw n}}async callTool({name:e,args:t,options:n}){try{return this.request({request:{method:"tools/call",params:{name:e,arguments:t}},resultSchema:T9,options:{signal:n==null?void 0:n.abortSignal}})}catch(r){throw r}}async notification(e){const t={...e,jsonrpc:"2.0"};await this.transport.send(t)}async tools({schemas:e="automatic"}={}){var t;const n={};try{const r=await this.listTools();for(const{name:o,description:s,inputSchema:i}of r.tools){if(e!=="automatic"&&!(o in e))continue;const a=this,l=async(u,h)=>{var _;return(_=h==null?void 0:h.abortSignal)==null||_.throwIfAborted(),a.callTool({name:o,args:u,options:h})},c=e==="automatic"?$d({description:s,inputSchema:Jr({...i,properties:(t=i.properties)!=null?t:{},additionalProperties:!1}),execute:l}):{description:s,inputSchema:e[o].inputSchema,execute:l};n[o]=c}return n}catch(r){throw r}}onClose(){if(this.isClosed)return;this.isClosed=!0;const e=new Ve({message:"Connection closed"});for(const t of this.responseHandlers.values())t(e);this.responseHandlers.clear()}onError(e){this.onUncaughtError&&this.onUncaughtError(e)}onResponse(e){const t=Number(e.id),n=this.responseHandlers.get(t);if(n===void 0)throw new Ve({message:`Protocol error: Received a response for an unknown message ID: ${JSON.stringify(e)}`});this.responseHandlers.delete(t),n("result"in e?e:new Ve({message:e.error.message,code:e.error.code,data:e.error.data,cause:e.error}))}};function ma(e){return e?e instanceof Headers?Object.fromEntries(e.entries()):Array.isArray(e)?Object.fromEntries(e):{...e}:{}}function Lp(e=fetch,t){return t?async(n,r)=>{const o={...t,...r,headers:r!=null&&r.headers?{...ma(t.headers),...ma(r.headers)}:t.headers};return e(n,o)}:e}const ss="2025-06-18",U9=[ss,"2025-03-26","2024-11-05","2024-10-07"],is="2.0",Qt=gd(e=>e!==null&&(typeof e=="object"||typeof e=="function")),jp=Q([p(),R().int()]),zp=p(),q9=He({progressToken:jp.optional()}),jt=He({_meta:q9.optional()}),dt=S({method:p(),params:jt.optional()}),cr=He({_meta:ie(p(),ke()).optional()}),zt=S({method:p(),params:cr.optional()}),It=He({_meta:ie(p(),ke()).optional()}),as=Q([p(),R().int()]),Dp=S({jsonrpc:O(is),id:as,...dt.shape}).strict(),Up=e=>Dp.safeParse(e).success,qp=S({jsonrpc:O(is),...zt.shape}).strict(),Z9=e=>qp.safeParse(e).success,Zp=S({jsonrpc:O(is),id:as,result:It}).strict(),ga=e=>Zp.safeParse(e).success;var Xe;(function(e){e[e.ConnectionClosed=-32e3]="ConnectionClosed",e[e.RequestTimeout=-32001]="RequestTimeout",e[e.ParseError=-32700]="ParseError",e[e.InvalidRequest=-32600]="InvalidRequest",e[e.MethodNotFound=-32601]="MethodNotFound",e[e.InvalidParams=-32602]="InvalidParams",e[e.InternalError=-32603]="InternalError",e[e.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(Xe||(Xe={}));const Fp=S({jsonrpc:O(is),id:as,error:S({code:R().int(),message:p(),data:Y(ke())})}).strict(),F9=e=>Fp.safeParse(e).success,Hn=Q([Dp,qp,Zp,Fp]),Jn=It.strict(),V9=cr.extend({requestId:as,reason:p().optional()}),va=zt.extend({method:O("notifications/cancelled"),params:V9}),B9=S({src:p(),mimeType:p().optional(),sizes:N(p()).optional()}),oo=S({icons:N(B9).optional()}),ur=S({name:p(),title:p().optional()}),Vp=ur.extend({...ur.shape,...oo.shape,version:p(),websiteUrl:p().optional()}),H9=Pi(S({applyDefaults:ne().optional()}),ie(p(),ke())),J9=O_(e=>e&&typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0?{form:{}}:e,Pi(S({form:H9.optional(),url:Qt.optional()}),ie(p(),ke()).optional())),G9=S({experimental:ie(p(),Qt).optional(),sampling:S({context:Qt.optional(),tools:Qt.optional()}).optional(),elicitation:J9.optional(),roots:S({listChanged:ne().optional()}).optional()}),W9=jt.extend({protocolVersion:p(),capabilities:G9,clientInfo:Vp}),K9=dt.extend({method:O("initialize"),params:W9}),Y9=S({experimental:ie(p(),Qt).optional(),logging:Qt.optional(),completions:Qt.optional(),prompts:Y(S({listChanged:Y(ne())})),resources:S({subscribe:ne().optional(),listChanged:ne().optional()}).optional(),tools:S({listChanged:ne().optional()}).optional()}),Bp=It.extend({protocolVersion:p(),capabilities:Y9,serverInfo:Vp,instructions:p().optional()}),Hp=zt.extend({method:O("notifications/initialized")}),Q9=e=>Hp.safeParse(e).success,_a=dt.extend({method:O("ping")}),X9=S({progress:R(),total:Y(R()),message:Y(p())}),e4=S({...cr.shape,...X9.shape,progressToken:jp}),ya=zt.extend({method:O("notifications/progress"),params:e4}),t4=jt.extend({cursor:zp.optional()}),ls=dt.extend({params:t4.optional()}),cs=It.extend({nextCursor:Y(zp)}),Jp=S({uri:p(),mimeType:Y(p()),_meta:ie(p(),ke()).optional()}),Gp=Jp.extend({text:p()}),wa=p().refine(e=>{try{return atob(e),!0}catch{return!1}},{message:"Invalid Base64 string"}),Wp=Jp.extend({blob:wa}),Kp=S({...ur.shape,...oo.shape,uri:p(),description:Y(p()),mimeType:Y(p()),_meta:Y(He({}))}),n4=S({...ur.shape,...oo.shape,uriTemplate:p(),description:Y(p()),mimeType:Y(p()),_meta:Y(He({}))}),r4=ls.extend({method:O("resources/list")}),Yp=cs.extend({resources:N(Kp)}),o4=ls.extend({method:O("resources/templates/list")}),Qp=cs.extend({resourceTemplates:N(n4)}),ba=jt.extend({uri:p()}),s4=ba,i4=dt.extend({method:O("resources/read"),params:s4}),Xp=It.extend({contents:N(Q([Gp,Wp]))}),ef=zt.extend({method:O("notifications/resources/list_changed")}),a4=ba,l4=dt.extend({method:O("resources/subscribe"),params:a4}),c4=ba,u4=dt.extend({method:O("resources/unsubscribe"),params:c4}),d4=cr.extend({uri:p()}),tf=zt.extend({method:O("notifications/resources/updated"),params:d4}),p4=S({name:p(),description:Y(p()),required:Y(ne())}),f4=S({...ur.shape,...oo.shape,description:Y(p()),arguments:Y(N(p4)),_meta:Y(He({}))}),h4=ls.extend({method:O("prompts/list")}),nf=cs.extend({prompts:N(f4)}),m4=jt.extend({name:p(),arguments:ie(p(),p()).optional()}),g4=dt.extend({method:O("prompts/get"),params:m4}),rf=S({type:O("text"),text:p(),_meta:ie(p(),ke()).optional()}),of=S({type:O("image"),data:wa,mimeType:p(),_meta:ie(p(),ke()).optional()}),sf=S({type:O("audio"),data:wa,mimeType:p(),_meta:ie(p(),ke()).optional()}),v4=S({type:O("tool_use"),name:p(),id:p(),input:S({}).passthrough(),_meta:Y(S({}).passthrough())}).passthrough(),_4=S({type:O("resource"),resource:Q([Gp,Wp]),_meta:ie(p(),ke()).optional()}),y4=Kp.extend({type:O("resource_link")}),$a=Q([rf,of,sf,y4,_4]),w4=S({role:me(["user","assistant"]),content:$a}),af=It.extend({description:Y(p()),messages:N(w4)}),lf=zt.extend({method:O("notifications/prompts/list_changed")}),b4=S({title:p().optional(),readOnlyHint:ne().optional(),destructiveHint:ne().optional(),idempotentHint:ne().optional(),openWorldHint:ne().optional()}),cf=S({...ur.shape,...oo.shape,description:p().optional(),inputSchema:S({type:O("object"),properties:ie(p(),Qt).optional(),required:N(p()).optional()}).catchall(ke()),outputSchema:S({type:O("object"),properties:ie(p(),Qt).optional(),required:N(p()).optional()}).catchall(ke()).optional(),annotations:Y(b4),_meta:ie(p(),ke()).optional()}),$4=ls.extend({method:O("tools/list")}),uf=cs.extend({tools:N(cf)}),us=It.extend({content:N($a).default([]),structuredContent:ie(p(),ke()).optional(),isError:Y(ne())});us.or(It.extend({toolResult:ke()}));const S4=jt.extend({name:p(),arguments:Y(ie(p(),ke()))}),C4=dt.extend({method:O("tools/call"),params:S4}),df=zt.extend({method:O("notifications/tools/list_changed")}),pf=me(["debug","info","notice","warning","error","critical","alert","emergency"]),E4=jt.extend({level:pf}),k4=dt.extend({method:O("logging/setLevel"),params:E4}),I4=cr.extend({level:pf,logger:p().optional(),data:ke()}),ff=zt.extend({method:O("notifications/message"),params:I4}),T4=S({name:p().optional()}),x4=S({hints:Y(N(T4)),costPriority:Y(R().min(0).max(1)),speedPriority:Y(R().min(0).max(1)),intelligencePriority:Y(R().min(0).max(1))}),P4=S({mode:Y(me(["auto","required","none"]))}),R4=S({type:O("tool_result"),toolUseId:p().describe("The unique identifier for the corresponding tool call."),content:N($a).default([]),structuredContent:S({}).passthrough().optional(),isError:Y(ne()),_meta:Y(S({}).passthrough())}).passthrough(),ds=Fe("type",[rf,of,sf,v4,R4]),O4=S({role:me(["user","assistant"]),content:Q([ds,N(ds)]),_meta:Y(S({}).passthrough())}).passthrough(),N4=jt.extend({messages:N(O4),modelPreferences:x4.optional(),systemPrompt:p().optional(),includeContext:me(["none","thisServer","allServers"]).optional(),temperature:R().optional(),maxTokens:R().int(),stopSequences:N(p()).optional(),metadata:Qt.optional(),tools:Y(N(cf)),toolChoice:Y(P4)}),hf=dt.extend({method:O("sampling/createMessage"),params:N4}),mf=It.extend({model:p(),stopReason:Y(me(["endTurn","stopSequence","maxTokens","toolUse"]).or(p())),role:me(["user","assistant"]),content:Q([ds,N(ds)])}),M4=S({type:O("boolean"),title:p().optional(),description:p().optional(),default:ne().optional()}),A4=S({type:O("string"),title:p().optional(),description:p().optional(),minLength:R().optional(),maxLength:R().optional(),format:me(["email","uri","date","date-time"]).optional(),default:p().optional()}),L4=S({type:me(["number","integer"]),title:p().optional(),description:p().optional(),minimum:R().optional(),maximum:R().optional(),default:R().optional()}),j4=S({type:O("string"),title:p().optional(),description:p().optional(),enum:N(p()),default:p().optional()}),z4=S({type:O("string"),title:p().optional(),description:p().optional(),oneOf:N(S({const:p(),title:p()})),default:p().optional()}),D4=S({type:O("string"),title:p().optional(),description:p().optional(),enum:N(p()),enumNames:N(p()).optional(),default:p().optional()}),U4=Q([j4,z4]),q4=S({type:O("array"),title:p().optional(),description:p().optional(),minItems:R().optional(),maxItems:R().optional(),items:S({type:O("string"),enum:N(p())}),default:N(p()).optional()}),Z4=S({type:O("array"),title:p().optional(),description:p().optional(),minItems:R().optional(),maxItems:R().optional(),items:S({anyOf:N(S({const:p(),title:p()}))}),default:N(p()).optional()}),F4=Q([q4,Z4]),V4=Q([D4,U4,F4]),B4=Q([V4,M4,A4,L4]),H4=jt.extend({mode:O("form").optional(),message:p(),requestedSchema:S({type:O("object"),properties:ie(p(),B4),required:N(p()).optional()})}),J4=jt.extend({mode:O("url"),message:p(),elicitationId:p(),url:p().url()}),G4=Q([H4,J4]),Sa=dt.extend({method:O("elicitation/create"),params:G4}),W4=cr.extend({elicitationId:p()}),K4=zt.extend({method:O("notifications/elicitation/complete"),params:W4}),Ca=It.extend({action:me(["accept","decline","cancel"]),content:ie(p(),Q([p(),R(),ne(),N(p())])).optional()}),Y4=S({type:O("ref/resource"),uri:p()}),Q4=S({type:O("ref/prompt"),name:p()}),X4=jt.extend({ref:Q([Q4,Y4]),argument:S({name:p(),value:p()}),context:S({arguments:ie(p(),p()).optional()}).optional()}),e6=dt.extend({method:O("completion/complete"),params:X4}),gf=It.extend({completion:He({values:N(p()).max(100),total:Y(R().int()),hasMore:Y(ne())})}),t6=S({uri:p().startsWith("file://"),name:p().optional(),_meta:ie(p(),ke()).optional()}),vf=dt.extend({method:O("roots/list")}),_f=It.extend({roots:N(t6)}),n6=zt.extend({method:O("notifications/roots/list_changed")});Q([_a,K9,e6,k4,g4,h4,r4,o4,i4,l4,u4,C4,$4]),Q([va,ya,Hp,n6]),Q([Jn,mf,Ca,_f]),Q([_a,hf,Sa,vf]),Q([va,ya,ff,tf,ef,df,lf,K4]),Q([Jn,Bp,gf,af,nf,Yp,Qp,Xp,us,uf]);class ot extends Error{constructor(t,n,r){super(`MCP error ${t}: ${n}`),this.code=t,this.data=r,this.name="McpError"}static fromError(t,n,r){if(t===Xe.UrlElicitationRequired&&r){const o=r;if(o.elicitations)return new r6(o.elicitations,n)}return new ot(t,n,r)}}class r6 extends ot{constructor(t,n=`URL elicitation${t.length>1?"s":""} required`){super(Xe.UrlElicitationRequired,n,{elicitations:t})}get elicitations(){var t,n;return(n=(t=this.data)===null||t===void 0?void 0:t.elicitations)!==null&&n!==void 0?n:[]}}let Ea;Ea=globalThis.crypto;async function o6(e){return(await Ea).getRandomValues(new Uint8Array(e))}async function s6(e){const t="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~",n=Math.pow(2,8)-Math.pow(2,8)%t.length;let r="";for(;r.length<e;){const o=await o6(e-r.length);for(const s of o)s<n&&(r+=t[s%t.length])}return r}async function i6(e){return await s6(e)}async function a6(e){const t=await(await Ea).subtle.digest("SHA-256",new TextEncoder().encode(e));return btoa(String.fromCharCode(...new Uint8Array(t))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}async function l6(e){if(e||(e=43),e<43||e>128)throw`Expected a length between 43 and 128. Received ${e}.`;const t=await i6(e),n=await a6(t);return{code_verifier:t,code_challenge:n}}const Je=Zv().superRefine((e,t)=>{if(!URL.canParse(e))return t.addIssue({code:N_.custom,message:"URL must be parseable",fatal:!0}),Lm}).refine(e=>{const t=new URL(e);return t.protocol!=="javascript:"&&t.protocol!=="data:"&&t.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),c6=He({resource:p().url(),authorization_servers:N(Je).optional(),jwks_uri:p().url().optional(),scopes_supported:N(p()).optional(),bearer_methods_supported:N(p()).optional(),resource_signing_alg_values_supported:N(p()).optional(),resource_name:p().optional(),resource_documentation:p().optional(),resource_policy_uri:p().url().optional(),resource_tos_uri:p().url().optional(),tls_client_certificate_bound_access_tokens:ne().optional(),authorization_details_types_supported:N(p()).optional(),dpop_signing_alg_values_supported:N(p()).optional(),dpop_bound_access_tokens_required:ne().optional()}),yf=He({issuer:p(),authorization_endpoint:Je,token_endpoint:Je,registration_endpoint:Je.optional(),scopes_supported:N(p()).optional(),response_types_supported:N(p()),response_modes_supported:N(p()).optional(),grant_types_supported:N(p()).optional(),token_endpoint_auth_methods_supported:N(p()).optional(),token_endpoint_auth_signing_alg_values_supported:N(p()).optional(),service_documentation:Je.optional(),revocation_endpoint:Je.optional(),revocation_endpoint_auth_methods_supported:N(p()).optional(),revocation_endpoint_auth_signing_alg_values_supported:N(p()).optional(),introspection_endpoint:p().optional(),introspection_endpoint_auth_methods_supported:N(p()).optional(),introspection_endpoint_auth_signing_alg_values_supported:N(p()).optional(),code_challenge_methods_supported:N(p()).optional(),client_id_metadata_document_supported:ne().optional()}),u6=He({issuer:p(),authorization_endpoint:Je,token_endpoint:Je,userinfo_endpoint:Je.optional(),jwks_uri:Je,registration_endpoint:Je.optional(),scopes_supported:N(p()).optional(),response_types_supported:N(p()),response_modes_supported:N(p()).optional(),grant_types_supported:N(p()).optional(),acr_values_supported:N(p()).optional(),subject_types_supported:N(p()),id_token_signing_alg_values_supported:N(p()),id_token_encryption_alg_values_supported:N(p()).optional(),id_token_encryption_enc_values_supported:N(p()).optional(),userinfo_signing_alg_values_supported:N(p()).optional(),userinfo_encryption_alg_values_supported:N(p()).optional(),userinfo_encryption_enc_values_supported:N(p()).optional(),request_object_signing_alg_values_supported:N(p()).optional(),request_object_encryption_alg_values_supported:N(p()).optional(),request_object_encryption_enc_values_supported:N(p()).optional(),token_endpoint_auth_methods_supported:N(p()).optional(),token_endpoint_auth_signing_alg_values_supported:N(p()).optional(),display_values_supported:N(p()).optional(),claim_types_supported:N(p()).optional(),claims_supported:N(p()).optional(),service_documentation:p().optional(),claims_locales_supported:N(p()).optional(),ui_locales_supported:N(p()).optional(),claims_parameter_supported:ne().optional(),request_parameter_supported:ne().optional(),request_uri_parameter_supported:ne().optional(),require_request_uri_registration:ne().optional(),op_policy_uri:Je.optional(),op_tos_uri:Je.optional(),client_id_metadata_document_supported:ne().optional()}),d6=S({...u6.shape,...yf.pick({code_challenge_methods_supported:!0}).shape}),wf=S({access_token:p(),id_token:p().optional(),token_type:p(),expires_in:R().optional(),scope:p().optional(),refresh_token:p().optional()}).strip(),p6=S({error:p(),error_description:p().optional(),error_uri:p().optional()}),bf=Je.optional().or(O("").transform(()=>{})),f6=S({redirect_uris:N(Je),token_endpoint_auth_method:p().optional(),grant_types:N(p()).optional(),response_types:N(p()).optional(),client_name:p().optional(),client_uri:Je.optional(),logo_uri:bf,scope:p().optional(),contacts:N(p()).optional(),tos_uri:bf,policy_uri:p().optional(),jwks_uri:Je.optional(),jwks:yt().optional(),software_id:p().optional(),software_version:p().optional(),software_statement:p().optional()}).strip(),h6=S({client_id:p(),client_secret:p().optional(),client_id_issued_at:R().optional(),client_secret_expires_at:R().optional()}).strip(),m6=f6.merge(h6);S({error:p(),error_description:p().optional()}).strip(),S({token:p(),token_type_hint:p().optional()}).strip();function g6(e){const t=typeof e=="string"?new URL(e):new URL(e.href);return t.hash="",t}function v6({requestedResource:e,configuredResource:t}){const n=typeof e=="string"?new URL(e):new URL(e.href),r=typeof t=="string"?new URL(t):new URL(t.href);if(n.origin!==r.origin||n.pathname.length<r.pathname.length)return!1;const o=n.pathname.endsWith("/")?n.pathname:n.pathname+"/",s=r.pathname.endsWith("/")?r.pathname:r.pathname+"/";return o.startsWith(s)}class Ge extends Error{constructor(t,n){super(t),this.errorUri=n,this.name=this.constructor.name}toResponseObject(){const t={error:this.errorCode,error_description:this.message};return this.errorUri&&(t.error_uri=this.errorUri),t}get errorCode(){return this.constructor.errorCode}}class ka extends Ge{}ka.errorCode="invalid_request";class ps extends Ge{}ps.errorCode="invalid_client";class fs extends Ge{}fs.errorCode="invalid_grant";class hs extends Ge{}hs.errorCode="unauthorized_client";class Ia extends Ge{}Ia.errorCode="unsupported_grant_type";class Ta extends Ge{}Ta.errorCode="invalid_scope";class xa extends Ge{}xa.errorCode="access_denied";class dr extends Ge{}dr.errorCode="server_error";class Pa extends Ge{}Pa.errorCode="temporarily_unavailable";class Ra extends Ge{}Ra.errorCode="unsupported_response_type";class Oa extends Ge{}Oa.errorCode="unsupported_token_type";class Na extends Ge{}Na.errorCode="invalid_token";class Ma extends Ge{}Ma.errorCode="method_not_allowed";class Aa extends Ge{}Aa.errorCode="too_many_requests";class ms extends Ge{}ms.errorCode="invalid_client_metadata";class La extends Ge{}La.errorCode="insufficient_scope";const _6={[ka.errorCode]:ka,[ps.errorCode]:ps,[fs.errorCode]:fs,[hs.errorCode]:hs,[Ia.errorCode]:Ia,[Ta.errorCode]:Ta,[xa.errorCode]:xa,[dr.errorCode]:dr,[Pa.errorCode]:Pa,[Ra.errorCode]:Ra,[Oa.errorCode]:Oa,[Na.errorCode]:Na,[Ma.errorCode]:Ma,[Aa.errorCode]:Aa,[ms.errorCode]:ms,[La.errorCode]:La};class Tt extends Error{constructor(t){super(t??"Unauthorized")}}function y6(e){return["client_secret_basic","client_secret_post","none"].includes(e)}const ja="code",za="S256";function $f(e,t){const n=e.client_secret!==void 0;return t.length===0?n?"client_secret_post":"none":"token_endpoint_auth_method"in e&&e.token_endpoint_auth_method&&y6(e.token_endpoint_auth_method)&&t.includes(e.token_endpoint_auth_method)?e.token_endpoint_auth_method:n&&t.includes("client_secret_basic")?"client_secret_basic":n&&t.includes("client_secret_post")?"client_secret_post":t.includes("none")?"none":n?"client_secret_post":"none"}function Sf(e,t,n,r){const{client_id:o,client_secret:s}=t;switch(e){case"client_secret_basic":w6(o,s,n);return;case"client_secret_post":b6(o,s,r);return;case"none":$6(o,r);return;default:throw new Error(`Unsupported client authentication method: ${e}`)}}function w6(e,t,n){if(!t)throw new Error("client_secret_basic authentication requires a client_secret");const r=btoa(`${e}:${t}`);n.set("Authorization",`Basic ${r}`)}function b6(e,t,n){n.set("client_id",e),t&&n.set("client_secret",t)}function $6(e,t){t.set("client_id",e)}async function Da(e){const t=e instanceof Response?e.status:void 0,n=e instanceof Response?await e.text():e;try{const r=p6.parse(JSON.parse(n)),{error:o,error_description:s,error_uri:i}=r,a=_6[o]||dr;return new a(s||"",i)}catch(r){const o=`${t?`HTTP ${t}: `:""}Invalid OAuth error response: ${r}. Raw body: ${n}`;return new dr(o)}}async function Gn(e,t){var n,r;try{return await Ua(e,t)}catch(o){if(o instanceof ps||o instanceof hs)return await((n=e.invalidateCredentials)===null||n===void 0?void 0:n.call(e,"all")),await Ua(e,t);if(o instanceof fs)return await((r=e.invalidateCredentials)===null||r===void 0?void 0:r.call(e,"tokens")),await Ua(e,t);throw o}}async function Ua(e,{serverUrl:t,authorizationCode:n,scope:r,resourceMetadataUrl:o,fetchFn:s}){var i,a;let l,c;try{l=await E6(t,{resourceMetadataUrl:o},s),l.authorization_servers&&l.authorization_servers.length>0&&(c=l.authorization_servers[0])}catch{}c||(c=new URL("/",t));const u=await C6(t,e,l),h=await P6(c,{fetchFn:s});let _=await Promise.resolve(e.clientInformation());if(!_){if(n!==void 0)throw new Error("Existing OAuth client information is required when exchanging an authorization code");const d=(h==null?void 0:h.client_id_metadata_document_supported)===!0,w=e.clientMetadataUrl;if(w&&!S6(w))throw new ms(`clientMetadataUrl must be a valid HTTPS URL with a non-root pathname, got: ${w}`);if(d&&w)_={client_id:w},await((i=e.saveClientInformation)===null||i===void 0?void 0:i.call(e,_));else{if(!e.saveClientInformation)throw new Error("OAuth client information must be saveable for dynamic registration");const b=await M6(c,{metadata:h,clientMetadata:e.clientMetadata,fetchFn:s});await e.saveClientInformation(b),_=b}}if(n!==void 0){const d=await e.codeVerifier(),w=await O6(c,{metadata:h,clientInformation:_,authorizationCode:n,codeVerifier:d,redirectUri:e.redirectUrl,resource:u,addClientAuthentication:e.addClientAuthentication,fetchFn:s});return await e.saveTokens(w),"AUTHORIZED"}const f=await e.tokens();if(f!=null&&f.refresh_token)try{const d=await N6(c,{metadata:h,clientInformation:_,refreshToken:f.refresh_token,resource:u,addClientAuthentication:e.addClientAuthentication,fetchFn:s});return await e.saveTokens(d),"AUTHORIZED"}catch(d){if(!(!(d instanceof Ge)||d instanceof dr))throw d}const g=e.state?await e.state():void 0,{authorizationUrl:v,codeVerifier:m}=await R6(c,{metadata:h,clientInformation:_,state:g,redirectUrl:e.redirectUrl,scope:r||((a=l==null?void 0:l.scopes_supported)===null||a===void 0?void 0:a.join(" "))||e.clientMetadata.scope,resource:u});return await e.saveCodeVerifier(m),await e.redirectToAuthorization(v),"REDIRECT"}function S6(e){if(!e)return!1;try{const t=new URL(e);return t.protocol==="https:"&&t.pathname!=="/"}catch{return!1}}async function C6(e,t,n){const r=g6(e);if(t.validateResourceURL)return await t.validateResourceURL(r,n==null?void 0:n.resource);if(n){if(!v6({requestedResource:r,configuredResource:n.resource}))throw new Error(`Protected resource ${n.resource} does not match expected ${r} (or origin)`);return new URL(n.resource)}}function gs(e){const t=e.headers.get("WWW-Authenticate");if(!t)return{};const[n,r]=t.split(" ");if(n.toLowerCase()!=="bearer"||!r)return{};const o=qa(e,"resource_metadata")||void 0;let s;if(o)try{s=new URL(o)}catch{}const i=qa(e,"scope")||void 0,a=qa(e,"error")||void 0;return{resourceMetadataUrl:s,scope:i,error:a}}function qa(e,t){const n=e.headers.get("WWW-Authenticate");if(!n)return null;const r=new RegExp(`${t}=(?:"([^"]+)"|([^\\s,]+))`),o=n.match(r);return o?o[1]||o[2]:null}async function E6(e,t,n=fetch){const r=await T6(e,"oauth-protected-resource",n,{protocolVersion:t==null?void 0:t.protocolVersion,metadataUrl:t==null?void 0:t.resourceMetadataUrl});if(!r||r.status===404)throw new Error("Resource server does not implement OAuth 2.0 Protected Resource Metadata.");if(!r.ok)throw new Error(`HTTP ${r.status} trying to load well-known OAuth protected resource metadata.`);return c6.parse(await r.json())}async function Za(e,t,n=fetch){try{return await n(e,{headers:t})}catch(r){if(r instanceof TypeError)return t?Za(e,void 0,n):void 0;throw r}}function k6(e,t="",n={}){return t.endsWith("/")&&(t=t.slice(0,-1)),n.prependPathname?`${t}/.well-known/${e}`:`/.well-known/${e}${t}`}async function Cf(e,t,n=fetch){return await Za(e,{"MCP-Protocol-Version":t},n)}function I6(e,t){return!e||e.status>=400&&e.status<500&&t!=="/"}async function T6(e,t,n,r){var o,s;const i=new URL(e),a=(o=r==null?void 0:r.protocolVersion)!==null&&o!==void 0?o:ss;let l;if(r!=null&&r.metadataUrl)l=new URL(r.metadataUrl);else{const u=k6(t,i.pathname);l=new URL(u,(s=r==null?void 0:r.metadataServerUrl)!==null&&s!==void 0?s:i),l.search=i.search}let c=await Cf(l,a,n);if(!(r!=null&&r.metadataUrl)&&I6(c,i.pathname)){const u=new URL(`/.well-known/${t}`,i);c=await Cf(u,a,n)}return c}function x6(e){const t=typeof e=="string"?new URL(e):e,n=t.pathname!=="/",r=[];if(!n)return r.push({url:new URL("/.well-known/oauth-authorization-server",t.origin),type:"oauth"}),r.push({url:new URL("/.well-known/openid-configuration",t.origin),type:"oidc"}),r;let o=t.pathname;return o.endsWith("/")&&(o=o.slice(0,-1)),r.push({url:new URL(`/.well-known/oauth-authorization-server${o}`,t.origin),type:"oauth"}),r.push({url:new URL(`/.well-known/openid-configuration${o}`,t.origin),type:"oidc"}),r.push({url:new URL(`${o}/.well-known/openid-configuration`,t.origin),type:"oidc"}),r}async function P6(e,{fetchFn:t=fetch,protocolVersion:n=ss}={}){const r={"MCP-Protocol-Version":n,Accept:"application/json"},o=x6(e);for(const{url:s,type:i}of o){const a=await Za(s,r,t);if(a){if(!a.ok){if(a.status>=400&&a.status<500)continue;throw new Error(`HTTP ${a.status} trying to load ${i==="oauth"?"OAuth":"OpenID provider"} metadata from ${s}`)}return i==="oauth"?yf.parse(await a.json()):d6.parse(await a.json())}}}async function R6(e,{metadata:t,clientInformation:n,redirectUrl:r,scope:o,state:s,resource:i}){let a;if(t){if(a=new URL(t.authorization_endpoint),!t.response_types_supported.includes(ja))throw new Error(`Incompatible auth server: does not support response type ${ja}`);if(t.code_challenge_methods_supported&&!t.code_challenge_methods_supported.includes(za))throw new Error(`Incompatible auth server: does not support code challenge method ${za}`)}else a=new URL("/authorize",e);const l=await l6(),c=l.code_verifier,u=l.code_challenge;return a.searchParams.set("response_type",ja),a.searchParams.set("client_id",n.client_id),a.searchParams.set("code_challenge",u),a.searchParams.set("code_challenge_method",za),a.searchParams.set("redirect_uri",String(r)),s&&a.searchParams.set("state",s),o&&a.searchParams.set("scope",o),o!=null&&o.includes("offline_access")&&a.searchParams.append("prompt","consent"),i&&a.searchParams.set("resource",i.href),{authorizationUrl:a,codeVerifier:c}}async function O6(e,{metadata:t,clientInformation:n,authorizationCode:r,codeVerifier:o,redirectUri:s,resource:i,addClientAuthentication:a,fetchFn:l}){var c;const u="authorization_code",h=t!=null&&t.token_endpoint?new URL(t.token_endpoint):new URL("/token",e);if(t!=null&&t.grant_types_supported&&!t.grant_types_supported.includes(u))throw new Error(`Incompatible auth server: does not support grant type ${u}`);const _=new Headers({"Content-Type":"application/x-www-form-urlencoded",Accept:"application/json"}),f=new URLSearchParams({grant_type:u,code:r,code_verifier:o,redirect_uri:String(s)});if(a)a(_,f,e,t);else{const v=(c=t==null?void 0:t.token_endpoint_auth_methods_supported)!==null&&c!==void 0?c:[],m=$f(n,v);Sf(m,n,_,f)}i&&f.set("resource",i.href);const g=await(l??fetch)(h,{method:"POST",headers:_,body:f});if(!g.ok)throw await Da(g);return wf.parse(await g.json())}async function N6(e,{metadata:t,clientInformation:n,refreshToken:r,resource:o,addClientAuthentication:s,fetchFn:i}){var a;const l="refresh_token";let c;if(t){if(c=new URL(t.token_endpoint),t.grant_types_supported&&!t.grant_types_supported.includes(l))throw new Error(`Incompatible auth server: does not support grant type ${l}`)}else c=new URL("/token",e);const u=new Headers({"Content-Type":"application/x-www-form-urlencoded"}),h=new URLSearchParams({grant_type:l,refresh_token:r});if(s)s(u,h,e,t);else{const f=(a=t==null?void 0:t.token_endpoint_auth_methods_supported)!==null&&a!==void 0?a:[],g=$f(n,f);Sf(g,n,u,h)}o&&h.set("resource",o.href);const _=await(i??fetch)(c,{method:"POST",headers:u,body:h});if(!_.ok)throw await Da(_);return wf.parse({refresh_token:r,...await _.json()})}async function M6(e,{metadata:t,clientMetadata:n,fetchFn:r}){let o;if(t){if(!t.registration_endpoint)throw new Error("Incompatible auth server: does not support dynamic client registration");o=new URL(t.registration_endpoint)}else o=new URL("/register",e);const s=await(r??fetch)(o,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)});if(!s.ok)throw await Da(s);return m6.parse(await s.json())}const A6={initialReconnectionDelay:1e3,maxReconnectionDelay:3e4,reconnectionDelayGrowFactor:1.5,maxRetries:2};class so extends Error{constructor(t,n){super(`Streamable HTTP error: ${n}`),this.code=t}}class vs{constructor(t,n){var r;this._hasCompletedAuthFlow=!1,this._url=t,this._resourceMetadataUrl=void 0,this._scope=void 0,this._requestInit=n==null?void 0:n.requestInit,this._authProvider=n==null?void 0:n.authProvider,this._fetch=n==null?void 0:n.fetch,this._fetchWithInit=Lp(n==null?void 0:n.fetch,n==null?void 0:n.requestInit),this._sessionId=n==null?void 0:n.sessionId,this._reconnectionOptions=(r=n==null?void 0:n.reconnectionOptions)!==null&&r!==void 0?r:A6}async _authThenStart(){var t;if(!this._authProvider)throw new Tt("No auth provider");let n;try{n=await Gn(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(r){throw(t=this.onerror)===null||t===void 0||t.call(this,r),r}if(n!=="AUTHORIZED")throw new Tt;return await this._startOrAuthSse({resumptionToken:void 0})}async _commonHeaders(){var t;const n={};if(this._authProvider){const o=await this._authProvider.tokens();o&&(n.Authorization=`Bearer ${o.access_token}`)}this._sessionId&&(n["mcp-session-id"]=this._sessionId),this._protocolVersion&&(n["mcp-protocol-version"]=this._protocolVersion);const r=ma((t=this._requestInit)===null||t===void 0?void 0:t.headers);return new Headers({...n,...r})}async _startOrAuthSse(t){var n,r,o;const{resumptionToken:s}=t;try{const i=await this._commonHeaders();i.set("Accept","text/event-stream"),s&&i.set("last-event-id",s);const a=await((n=this._fetch)!==null&&n!==void 0?n:fetch)(this._url,{method:"GET",headers:i,signal:(r=this._abortController)===null||r===void 0?void 0:r.signal});if(!a.ok){if(a.status===401&&this._authProvider)return await this._authThenStart();if(a.status===405)return;throw new so(a.status,`Failed to open SSE stream: ${a.statusText}`)}this._handleSseStream(a.body,t,!0)}catch(i){throw(o=this.onerror)===null||o===void 0||o.call(this,i),i}}_getNextReconnectionDelay(t){if(this._serverRetryMs!==void 0)return this._serverRetryMs;const n=this._reconnectionOptions.initialReconnectionDelay,r=this._reconnectionOptions.reconnectionDelayGrowFactor,o=this._reconnectionOptions.maxReconnectionDelay;return Math.min(n*Math.pow(r,t),o)}_scheduleReconnection(t,n=0){var r;const o=this._reconnectionOptions.maxRetries;if(o>0&&n>=o){(r=this.onerror)===null||r===void 0||r.call(this,new Error(`Maximum reconnection attempts (${o}) exceeded.`));return}const s=this._getNextReconnectionDelay(n);setTimeout(()=>{this._startOrAuthSse(t).catch(i=>{var a;(a=this.onerror)===null||a===void 0||a.call(this,new Error(`Failed to reconnect SSE stream: ${i instanceof Error?i.message:String(i)}`)),this._scheduleReconnection(t,n+1)})},s)}_handleSseStream(t,n,r){if(!t)return;const{onresumptiontoken:o,replayMessageId:s}=n;let i,a=!1;(async()=>{var c,u,h,_;try{const f=t.pipeThrough(new TextDecoderStream).pipeThrough(new Mo({onRetry:v=>{this._serverRetryMs=v}})).getReader();for(;;){const{value:v,done:m}=await f.read();if(m)break;if(v.id&&(i=v.id,a=!0,o==null||o(v.id)),!v.event||v.event==="message")try{const d=Hn.parse(JSON.parse(v.data));s!==void 0&&ga(d)&&(d.id=s),(c=this.onmessage)===null||c===void 0||c.call(this,d)}catch(d){(u=this.onerror)===null||u===void 0||u.call(this,d)}}(r||a)&&this._abortController&&!this._abortController.signal.aborted&&this._scheduleReconnection({resumptionToken:i,onresumptiontoken:o,replayMessageId:s},0)}catch(f){if((h=this.onerror)===null||h===void 0||h.call(this,new Error(`SSE stream disconnected: ${f}`)),(r||a)&&this._abortController&&!this._abortController.signal.aborted)try{this._scheduleReconnection({resumptionToken:i,onresumptiontoken:o,replayMessageId:s},0)}catch(v){(_=this.onerror)===null||_===void 0||_.call(this,new Error(`Failed to reconnect: ${v instanceof Error?v.message:String(v)}`))}}})()}async start(){if(this._abortController)throw new Error("StreamableHTTPClientTransport already started! If using Client class, note that connect() calls start() automatically.");this._abortController=new AbortController}async finishAuth(t){if(!this._authProvider)throw new Tt("No auth provider");if(await Gn(this._authProvider,{serverUrl:this._url,authorizationCode:t,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new Tt("Failed to authorize")}async close(){var t,n;(t=this._abortController)===null||t===void 0||t.abort(),(n=this.onclose)===null||n===void 0||n.call(this)}async send(t,n){var r,o,s,i;try{const{resumptionToken:a,onresumptiontoken:l}=n||{};if(a){this._startOrAuthSse({resumptionToken:a,replayMessageId:Up(t)?t.id:void 0}).catch(m=>{var d;return(d=this.onerror)===null||d===void 0?void 0:d.call(this,m)});return}const c=await this._commonHeaders();c.set("content-type","application/json"),c.set("accept","application/json, text/event-stream");const u={...this._requestInit,method:"POST",headers:c,body:JSON.stringify(t),signal:(r=this._abortController)===null||r===void 0?void 0:r.signal},h=await((o=this._fetch)!==null&&o!==void 0?o:fetch)(this._url,u),_=h.headers.get("mcp-session-id");if(_&&(this._sessionId=_),!h.ok){if(h.status===401&&this._authProvider){if(this._hasCompletedAuthFlow)throw new so(401,"Server returned 401 after successful authentication");const{resourceMetadataUrl:d,scope:w}=gs(h);if(this._resourceMetadataUrl=d,this._scope=w,await Gn(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new Tt;return this._hasCompletedAuthFlow=!0,this.send(t)}if(h.status===403&&this._authProvider){const{resourceMetadataUrl:d,scope:w,error:y}=gs(h);if(y==="insufficient_scope"){const b=h.headers.get("WWW-Authenticate");if(this._lastUpscopingHeader===b)throw new so(403,"Server returned 403 after trying upscoping");if(w&&(this._scope=w),d&&(this._resourceMetadataUrl=d),this._lastUpscopingHeader=b??void 0,await Gn(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetch})!=="AUTHORIZED")throw new Tt;return this.send(t)}}const m=await h.text().catch(()=>null);throw new Error(`Error POSTing to endpoint (HTTP ${h.status}): ${m}`)}if(this._hasCompletedAuthFlow=!1,this._lastUpscopingHeader=void 0,h.status===202){Q9(t)&&this._startOrAuthSse({resumptionToken:void 0}).catch(m=>{var d;return(d=this.onerror)===null||d===void 0?void 0:d.call(this,m)});return}const g=(Array.isArray(t)?t:[t]).filter(m=>"method"in m&&"id"in m&&m.id!==void 0).length>0,v=h.headers.get("content-type");if(g)if(v!=null&&v.includes("text/event-stream"))this._handleSseStream(h.body,{onresumptiontoken:l},!1);else if(v!=null&&v.includes("application/json")){const m=await h.json(),d=Array.isArray(m)?m.map(w=>Hn.parse(w)):[Hn.parse(m)];for(const w of d)(s=this.onmessage)===null||s===void 0||s.call(this,w)}else throw new so(-1,`Unexpected content type: ${v}`)}catch(a){throw(i=this.onerror)===null||i===void 0||i.call(this,a),a}}get sessionId(){return this._sessionId}async terminateSession(){var t,n,r;if(this._sessionId)try{const o=await this._commonHeaders(),s={...this._requestInit,method:"DELETE",headers:o,signal:(t=this._abortController)===null||t===void 0?void 0:t.signal},i=await((n=this._fetch)!==null&&n!==void 0?n:fetch)(this._url,s);if(!i.ok&&i.status!==405)throw new so(i.status,`Failed to terminate session: ${i.statusText}`);this._sessionId=void 0}catch(o){throw(r=this.onerror)===null||r===void 0||r.call(this,o),o}}setProtocolVersion(t){this._protocolVersion=t}get protocolVersion(){return this._protocolVersion}async resumeStream(t,n){await this._startOrAuthSse({resumptionToken:t,onresumptiontoken:n==null?void 0:n.onresumptiontoken})}}class _s{constructor(){this._messageQueue=[]}static createLinkedPair(){const t=new _s,n=new _s;return t._otherTransport=n,n._otherTransport=t,[t,n]}async start(){for(var t;this._messageQueue.length>0;){const n=this._messageQueue.shift();(t=this.onmessage)===null||t===void 0||t.call(this,n.message,n.extra)}}async close(){var t;const n=this._otherTransport;this._otherTransport=void 0,await(n==null?void 0:n.close()),(t=this.onclose)===null||t===void 0||t.call(this)}async send(t,n){if(!this._otherTransport)throw new Error("Not connected");this._otherTransport.onmessage?this._otherTransport.onmessage(t,{authInfo:n==null?void 0:n.authInfo}):this._otherTransport._messageQueue.push({message:t,extra:{authInfo:n==null?void 0:n.authInfo}})}}function xt(...e){return e.reduce((t,n)=>({...t,...n??{}}),{})}function io(e){return Object.fromEntries([...e.headers])}var L6=({prefix:e,size:t=16,alphabet:n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",separator:r="-"}={})=>{const o=()=>{const s=n.length,i=new Array(t);for(let a=0;a<t;a++)i[a]=n[Math.random()*s|0];return i.join("")};if(e==null)return o;if(n.includes(r))throw new vi({argument:"separator",message:`The separator "${r}" must not be part of the alphabet "${n}".`});return()=>`${e}${r}${o()}`},st=L6();function Fa(e){return(e instanceof Error||e instanceof DOMException)&&(e.name==="AbortError"||e.name==="ResponseAborted"||e.name==="TimeoutError")}var j6=["fetch failed","failed to fetch"];function z6({error:e,url:t,requestBodyValues:n}){if(Fa(e))return e;if(e instanceof TypeError&&j6.includes(e.message.toLowerCase())){const r=e.cause;if(r!=null)return new Ie({message:`Cannot connect to API: ${r.message}`,cause:r,url:t,requestBodyValues:n,isRetryable:!0})}return e}function D6(e=globalThis){var t,n,r;return e.window?"runtime/browser":(t=e.navigator)!=null&&t.userAgent?`runtime/${e.navigator.userAgent.toLowerCase()}`:(r=(n=e.process)==null?void 0:n.versions)!=null&&r.node?`runtime/node.js/${e.process.version.substring(0)}`:e.EdgeRuntime?"runtime/vercel-edge":"runtime/unknown"}function U6(e){if(e==null)return{};const t={};if(e instanceof Headers)e.forEach((n,r)=>{t[r.toLowerCase()]=n});else{Array.isArray(e)||(e=Object.entries(e));for(const[n,r]of e)r!=null&&(t[n.toLowerCase()]=r)}return t}function Va(e,...t){const n=new Headers(U6(e)),r=n.get("user-agent")||"";return n.set("user-agent",[r,...t].filter(Boolean).join(" ")),Object.fromEntries(n.entries())}var q6="3.0.18";function Ef({apiKey:e,environmentVariableName:t,apiKeyParameterName:n="apiKey",description:r}){if(typeof e=="string")return e;if(e!=null)throw new No({message:`${r} API key must be a string.`});if(typeof process>"u")throw new No({message:`${r} API key is missing. Pass it using the '${n}' parameter. Environment variables is not supported in this environment.`});if(e=process.env[t],e==null)throw new No({message:`${r} API key is missing. Pass it using the '${n}' parameter or the ${t} environment variable.`});if(typeof e!="string")throw new No({message:`${r} API key must be a string. The value of the ${t} environment variable is not a string.`});return e}function Z6({settingValue:e,environmentVariableName:t}){if(typeof e=="string")return e;if(!(e!=null||typeof process>"u")&&(e=process.env[t],!(e==null||typeof e!="string")))return e}function F6(e){var t;const[n,r=""]=e.toLowerCase().split("/");return(t={mpeg:"mp3","x-wav":"wav",opus:"ogg",mp4:"m4a","x-m4a":"m4a"}[r])!=null?t:r}var V6=/"__proto__"\s*:/,B6=/"constructor"\s*:/;function kf(e){const t=JSON.parse(e);return t===null||typeof t!="object"||V6.test(e)===!1&&B6.test(e)===!1?t:H6(t)}function H6(e){let t=[e];for(;t.length;){const n=t;t=[];for(const r of n){if(Object.prototype.hasOwnProperty.call(r,"__proto__"))throw new SyntaxError("Object contains forbidden prototype property");if(Object.prototype.hasOwnProperty.call(r,"constructor")&&Object.prototype.hasOwnProperty.call(r.constructor,"prototype"))throw new SyntaxError("Object contains forbidden prototype property");for(const o in r){const s=r[o];s&&typeof s=="object"&&t.push(s)}}}return e}function Ba(e){const{stackTraceLimit:t}=Error;try{Error.stackTraceLimit=0}catch{return kf(e)}try{return kf(e)}finally{Error.stackTraceLimit=t}}var ys=Symbol.for("vercel.ai.validator");function J6(e){return{[ys]:!0,validate:e}}function G6(e){return typeof e=="object"&&e!==null&&ys in e&&e[ys]===!0&&"validate"in e}function it(e){let t;return()=>(t==null&&(t=e()),t)}function W6(e){return G6(e)?e:typeof e=="function"?e():K6(e)}function K6(e){return J6(async t=>{const n=await e["~standard"].validate(t);return n.issues==null?{success:!0,value:n.value}:{success:!1,error:new Gt({value:t,cause:n.issues})}})}async function Cn({value:e,schema:t}){const n=await ao({value:e,schema:t});if(!n.success)throw Gt.wrap({value:e,cause:n.error});return n.value}async function ao({value:e,schema:t}){const n=W6(t);try{if(n.validate==null)return{success:!0,value:e,rawValue:e};const r=await n.validate(e);return r.success?{success:!0,value:r.value,rawValue:e}:{success:!1,error:Gt.wrap({value:e,cause:r.error}),rawValue:e}}catch(r){return{success:!1,error:Gt.wrap({value:e,cause:r}),rawValue:e}}}async function Y6({text:e,schema:t}){try{const n=Ba(e);return t==null?n:Cn({value:n,schema:t})}catch(n){throw yn.isInstance(n)||Gt.isInstance(n)?n:new yn({text:e,cause:n})}}async function If({text:e,schema:t}){try{const n=Ba(e);return t==null?{success:!0,value:n,rawValue:n}:await ao({value:n,schema:t})}catch(n){return{success:!1,error:yn.isInstance(n)?n:new yn({text:e,cause:n}),rawValue:void 0}}}function ws(e){try{return Ba(e),!0}catch{return!1}}function Q6({stream:e,schema:t}){return e.pipeThrough(new TextDecoderStream).pipeThrough(new Mo).pipeThrough(new TransformStream({async transform({data:n},r){n!=="[DONE]"&&r.enqueue(await If({text:n,schema:t}))}}))}async function Xt({provider:e,providerOptions:t,schema:n}){if((t==null?void 0:t[e])==null)return;const r=await ao({value:t[e],schema:n});if(!r.success)throw new vi({argument:"providerOptions",message:`invalid ${e} provider options`,cause:r.error});return r.value}var X6=()=>globalThis.fetch,Dt=async({url:e,headers:t,body:n,failedResponseHandler:r,successfulResponseHandler:o,abortSignal:s,fetch:i})=>Tf({url:e,headers:{"Content-Type":"application/json",...t},body:{content:JSON.stringify(n),values:n},failedResponseHandler:r,successfulResponseHandler:o,abortSignal:s,fetch:i}),e5=async({url:e,headers:t,formData:n,failedResponseHandler:r,successfulResponseHandler:o,abortSignal:s,fetch:i})=>Tf({url:e,headers:t,body:{content:n,values:Object.fromEntries(n.entries())},failedResponseHandler:r,successfulResponseHandler:o,abortSignal:s,fetch:i}),Tf=async({url:e,headers:t={},body:n,successfulResponseHandler:r,failedResponseHandler:o,abortSignal:s,fetch:i=X6()})=>{try{const a=await i(e,{method:"POST",headers:Va(t,`ai-sdk/provider-utils/${q6}`,D6()),body:n.content,signal:s}),l=io(a);if(!a.ok){let c;try{c=await o({response:a,url:e,requestBodyValues:n.values})}catch(u){throw Fa(u)||Ie.isInstance(u)?u:new Ie({message:"Failed to process error response",cause:u,statusCode:a.status,url:e,responseHeaders:l,requestBodyValues:n.values})}throw c.value}try{return await r({response:a,url:e,requestBodyValues:n.values})}catch(c){throw c instanceof Error&&(Fa(c)||Ie.isInstance(c))?c:new Ie({message:"Failed to process successful response",cause:c,statusCode:a.status,url:e,responseHeaders:l,requestBodyValues:n.values})}}catch(a){throw z6({error:a,url:e,requestBodyValues:n.values})}};function _I(e){return e}function pr({id:e,name:t,inputSchema:n,outputSchema:r}){return({execute:o,toModelOutput:s,onInputStart:i,onInputDelta:a,onInputAvailable:l,...c})=>({type:"provider-defined",id:e,name:t,args:c,inputSchema:n,outputSchema:r,execute:o,toModelOutput:s,onInputStart:i,onInputDelta:a,onInputAvailable:l})}var xf=({errorSchema:e,errorToMessage:t,isRetryable:n})=>async({response:r,url:o,requestBodyValues:s})=>{const i=await r.text(),a=io(r);if(i.trim()==="")return{responseHeaders:a,value:new Ie({message:r.statusText,url:o,requestBodyValues:s,statusCode:r.status,responseHeaders:a,responseBody:i,isRetryable:n==null?void 0:n(r)})};try{const l=await Y6({text:i,schema:e});return{responseHeaders:a,value:new Ie({message:t(l),url:o,requestBodyValues:s,statusCode:r.status,responseHeaders:a,responseBody:i,data:l,isRetryable:n==null?void 0:n(r,l)})}}catch{return{responseHeaders:a,value:new Ie({message:r.statusText,url:o,requestBodyValues:s,statusCode:r.status,responseHeaders:a,responseBody:i,isRetryable:n==null?void 0:n(r)})}}},bs=e=>async({response:t})=>{const n=io(t);if(t.body==null)throw new Zc({});return{responseHeaders:n,value:Q6({stream:t.body,schema:e})}},Wn=e=>async({response:t,url:n,requestBodyValues:r})=>{const o=await t.text(),s=await If({text:o,schema:e}),i=io(t);if(!s.success)throw new Ie({message:"Invalid JSON response",cause:s.error,statusCode:t.status,responseHeaders:i,responseBody:o,url:n,requestBodyValues:r});return{responseHeaders:i,value:s.value,rawValue:s.rawValue}},t5=()=>async({response:e,url:t,requestBodyValues:n})=>{const r=io(e);if(!e.body)throw new Ie({message:"Response body is empty",url:t,requestBodyValues:n,statusCode:e.status,responseHeaders:r,responseBody:void 0});try{const o=await e.arrayBuffer();return{responseHeaders:r,value:new Uint8Array(o)}}catch(o){throw new Ie({message:"Failed to read response as array buffer",url:t,requestBodyValues:n,statusCode:e.status,responseHeaders:r,responseBody:void 0,cause:o})}},n5=(e,t)=>{let n=0;for(;n<e.length&&n<t.length&&e[n]===t[n];n++);return[(e.length-n).toString(),...t.slice(n)].join("/")},r5=Symbol("Let zodToJsonSchema decide on which parser to use"),Pf={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",strictUnions:!1,definitions:{},errorMessages:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref"},o5=e=>typeof e=="string"?{...Pf,name:e}:{...Pf,...e};function St(){return{}}function s5(e,t){var n,r,o;const s={type:"array"};return(n=e.type)!=null&&n._def&&((o=(r=e.type)==null?void 0:r._def)==null?void 0:o.typeName)!==Z.ZodAny&&(s.items=Ee(e.type._def,{...t,currentPath:[...t.currentPath,"items"]})),e.minLength&&(s.minItems=e.minLength.value),e.maxLength&&(s.maxItems=e.maxLength.value),e.exactLength&&(s.minItems=e.exactLength.value,s.maxItems=e.exactLength.value),s}function i5(e){const t={type:"integer",format:"int64"};if(!e.checks)return t;for(const n of e.checks)switch(n.kind){case"min":n.inclusive?t.minimum=n.value:t.exclusiveMinimum=n.value;break;case"max":n.inclusive?t.maximum=n.value:t.exclusiveMaximum=n.value;break;case"multipleOf":t.multipleOf=n.value;break}return t}function a5(){return{type:"boolean"}}function Rf(e,t){return Ee(e.type._def,t)}var l5=(e,t)=>Ee(e.innerType._def,t);function Of(e,t,n){const r=n??t.dateStrategy;if(Array.isArray(r))return{anyOf:r.map((o,s)=>Of(e,t,o))};switch(r){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return c5(e)}}var c5=e=>{const t={type:"integer",format:"unix-time"};for(const n of e.checks)switch(n.kind){case"min":t.minimum=n.value;break;case"max":t.maximum=n.value;break}return t};function u5(e,t){return{...Ee(e.innerType._def,t),default:e.defaultValue()}}function d5(e,t){return t.effectStrategy==="input"?Ee(e.schema._def,t):St()}function p5(e){return{type:"string",enum:Array.from(e.values)}}var f5=e=>"type"in e&&e.type==="string"?!1:"allOf"in e;function h5(e,t){const n=[Ee(e.left._def,{...t,currentPath:[...t.currentPath,"allOf","0"]}),Ee(e.right._def,{...t,currentPath:[...t.currentPath,"allOf","1"]})].filter(o=>!!o),r=[];return n.forEach(o=>{if(f5(o))r.push(...o.allOf);else{let s=o;if("additionalProperties"in o&&o.additionalProperties===!1){const{additionalProperties:i,...a}=o;s=a}r.push(s)}}),r.length?{allOf:r}:void 0}function m5(e){const t=typeof e.value;return t!=="bigint"&&t!=="number"&&t!=="boolean"&&t!=="string"?{type:Array.isArray(e.value)?"array":"object"}:{type:t==="bigint"?"integer":t,const:e.value}}var Ha=void 0,Ut={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>(Ha===void 0&&(Ha=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Ha),uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,ipv4Cidr:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};function Nf(e,t){const n={type:"string"};if(e.checks)for(const r of e.checks)switch(r.kind){case"min":n.minLength=typeof n.minLength=="number"?Math.max(n.minLength,r.value):r.value;break;case"max":n.maxLength=typeof n.maxLength=="number"?Math.min(n.maxLength,r.value):r.value;break;case"email":switch(t.emailStrategy){case"format:email":qt(n,"email",r.message,t);break;case"format:idn-email":qt(n,"idn-email",r.message,t);break;case"pattern:zod":at(n,Ut.email,r.message,t);break}break;case"url":qt(n,"uri",r.message,t);break;case"uuid":qt(n,"uuid",r.message,t);break;case"regex":at(n,r.regex,r.message,t);break;case"cuid":at(n,Ut.cuid,r.message,t);break;case"cuid2":at(n,Ut.cuid2,r.message,t);break;case"startsWith":at(n,RegExp(`^${Ja(r.value,t)}`),r.message,t);break;case"endsWith":at(n,RegExp(`${Ja(r.value,t)}$`),r.message,t);break;case"datetime":qt(n,"date-time",r.message,t);break;case"date":qt(n,"date",r.message,t);break;case"time":qt(n,"time",r.message,t);break;case"duration":qt(n,"duration",r.message,t);break;case"length":n.minLength=typeof n.minLength=="number"?Math.max(n.minLength,r.value):r.value,n.maxLength=typeof n.maxLength=="number"?Math.min(n.maxLength,r.value):r.value;break;case"includes":{at(n,RegExp(Ja(r.value,t)),r.message,t);break}case"ip":{r.version!=="v6"&&qt(n,"ipv4",r.message,t),r.version!=="v4"&&qt(n,"ipv6",r.message,t);break}case"base64url":at(n,Ut.base64url,r.message,t);break;case"jwt":at(n,Ut.jwt,r.message,t);break;case"cidr":{r.version!=="v6"&&at(n,Ut.ipv4Cidr,r.message,t),r.version!=="v4"&&at(n,Ut.ipv6Cidr,r.message,t);break}case"emoji":at(n,Ut.emoji(),r.message,t);break;case"ulid":{at(n,Ut.ulid,r.message,t);break}case"base64":{switch(t.base64Strategy){case"format:binary":{qt(n,"binary",r.message,t);break}case"contentEncoding:base64":{n.contentEncoding="base64";break}case"pattern:zod":{at(n,Ut.base64,r.message,t);break}}break}case"nanoid":at(n,Ut.nanoid,r.message,t)}return n}function Ja(e,t){return t.patternStrategy==="escape"?v5(e):e}var g5=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function v5(e){let t="";for(let n=0;n<e.length;n++)g5.has(e[n])||(t+="\\"),t+=e[n];return t}function qt(e,t,n,r){var o;e.format||(o=e.anyOf)!=null&&o.some(s=>s.format)?(e.anyOf||(e.anyOf=[]),e.format&&(e.anyOf.push({format:e.format}),delete e.format),e.anyOf.push({format:t,...n&&r.errorMessages&&{errorMessage:{format:n}}})):e.format=t}function at(e,t,n,r){var o;e.pattern||(o=e.allOf)!=null&&o.some(s=>s.pattern)?(e.allOf||(e.allOf=[]),e.pattern&&(e.allOf.push({pattern:e.pattern}),delete e.pattern),e.allOf.push({pattern:Mf(t,r),...n&&r.errorMessages&&{errorMessage:{pattern:n}}})):e.pattern=Mf(t,r)}function Mf(e,t){var n;if(!t.applyRegexFlags||!e.flags)return e.source;const r={i:e.flags.includes("i"),m:e.flags.includes("m"),s:e.flags.includes("s")},o=r.i?e.source.toLowerCase():e.source;let s="",i=!1,a=!1,l=!1;for(let c=0;c<o.length;c++){if(i){s+=o[c],i=!1;continue}if(r.i){if(a){if(o[c].match(/[a-z]/)){l?(s+=o[c],s+=`${o[c-2]}-${o[c]}`.toUpperCase(),l=!1):o[c+1]==="-"&&((n=o[c+2])!=null&&n.match(/[a-z]/))?(s+=o[c],l=!0):s+=`${o[c]}${o[c].toUpperCase()}`;continue}}else if(o[c].match(/[a-z]/)){s+=`[${o[c]}${o[c].toUpperCase()}]`;continue}}if(r.m){if(o[c]==="^"){s+=`(^|(?<=[\r
57
+ `)}})}},u0={"content-type":"text/event-stream","cache-control":"no-cache",connection:"keep-alive","x-vercel-ai-ui-message-stream":"v1","x-accel-buffering":"no"};function Nb({status:e,statusText:t,headers:r,stream:n,consumeSseStream:o}){let s=n.pipeThrough(new c0);if(o){const[a,i]=s.tee();s=a,o({stream:i})}return new Response(s.pipeThrough(new TextEncoderStream),{status:e,statusText:t,headers:xo(r,u0)})}function Ab({originalMessages:e,responseMessageId:t}){if(e==null)return;const r=e[e.length-1];return r?.role==="assistant"?r.id:typeof t=="function"?t():t}function qb(e){return e.type.startsWith("data-")}function d0(e,t){if(e===void 0&&t===void 0)return;if(e===void 0)return t;if(t===void 0)return e;const r={...e};for(const n in t)if(Object.prototype.hasOwnProperty.call(t,n)){const o=t[n];if(o===void 0)continue;const s=n in e?e[n]:void 0,a=o!==null&&typeof o=="object"&&!Array.isArray(o)&&!(o instanceof Date)&&!(o instanceof RegExp),i=s!=null&&typeof s=="object"&&!Array.isArray(s)&&!(s instanceof Date)&&!(s instanceof RegExp);a&&i?r[n]=d0(s,o):r[n]=o}return r}function Lb(e){const t=["ROOT"];let r=-1,n=null;function o(l,c,u){switch(l){case'"':{r=c,t.pop(),t.push(u),t.push("INSIDE_STRING");break}case"f":case"t":case"n":{r=c,n=c,t.pop(),t.push(u),t.push("INSIDE_LITERAL");break}case"-":{t.pop(),t.push(u),t.push("INSIDE_NUMBER");break}case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":{r=c,t.pop(),t.push(u),t.push("INSIDE_NUMBER");break}case"{":{r=c,t.pop(),t.push(u),t.push("INSIDE_OBJECT_START");break}case"[":{r=c,t.pop(),t.push(u),t.push("INSIDE_ARRAY_START");break}}}function s(l,c){switch(l){case",":{t.pop(),t.push("INSIDE_OBJECT_AFTER_COMMA");break}case"}":{r=c,t.pop();break}}}function a(l,c){switch(l){case",":{t.pop(),t.push("INSIDE_ARRAY_AFTER_COMMA");break}case"]":{r=c,t.pop();break}}}for(let l=0;l<e.length;l++){const c=e[l];switch(t[t.length-1]){case"ROOT":o(c,l,"FINISH");break;case"INSIDE_OBJECT_START":{switch(c){case'"':{t.pop(),t.push("INSIDE_OBJECT_KEY");break}case"}":{r=l,t.pop();break}}break}case"INSIDE_OBJECT_AFTER_COMMA":{switch(c){case'"':{t.pop(),t.push("INSIDE_OBJECT_KEY");break}}break}case"INSIDE_OBJECT_KEY":{switch(c){case'"':{t.pop(),t.push("INSIDE_OBJECT_AFTER_KEY");break}}break}case"INSIDE_OBJECT_AFTER_KEY":{switch(c){case":":{t.pop(),t.push("INSIDE_OBJECT_BEFORE_VALUE");break}}break}case"INSIDE_OBJECT_BEFORE_VALUE":{o(c,l,"INSIDE_OBJECT_AFTER_VALUE");break}case"INSIDE_OBJECT_AFTER_VALUE":{s(c,l);break}case"INSIDE_STRING":{switch(c){case'"':{t.pop(),r=l;break}case"\\":{t.push("INSIDE_STRING_ESCAPE");break}default:r=l}break}case"INSIDE_ARRAY_START":{switch(c){case"]":{r=l,t.pop();break}default:{r=l,o(c,l,"INSIDE_ARRAY_AFTER_VALUE");break}}break}case"INSIDE_ARRAY_AFTER_VALUE":{switch(c){case",":{t.pop(),t.push("INSIDE_ARRAY_AFTER_COMMA");break}case"]":{r=l,t.pop();break}default:{r=l;break}}break}case"INSIDE_ARRAY_AFTER_COMMA":{o(c,l,"INSIDE_ARRAY_AFTER_VALUE");break}case"INSIDE_STRING_ESCAPE":{t.pop(),r=l;break}case"INSIDE_NUMBER":{switch(c){case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":{r=l;break}case"e":case"E":case"-":case".":break;case",":{t.pop(),t[t.length-1]==="INSIDE_ARRAY_AFTER_VALUE"&&a(c,l),t[t.length-1]==="INSIDE_OBJECT_AFTER_VALUE"&&s(c,l);break}case"}":{t.pop(),t[t.length-1]==="INSIDE_OBJECT_AFTER_VALUE"&&s(c,l);break}case"]":{t.pop(),t[t.length-1]==="INSIDE_ARRAY_AFTER_VALUE"&&a(c,l);break}default:{t.pop();break}}break}case"INSIDE_LITERAL":{const g=e.substring(n,l+1);!"false".startsWith(g)&&!"true".startsWith(g)&&!"null".startsWith(g)?(t.pop(),t[t.length-1]==="INSIDE_OBJECT_AFTER_VALUE"?s(c,l):t[t.length-1]==="INSIDE_ARRAY_AFTER_VALUE"&&a(c,l)):r=l;break}}}let i=e.slice(0,r+1);for(let l=t.length-1;l>=0;l--)switch(t[l]){case"INSIDE_STRING":{i+='"';break}case"INSIDE_OBJECT_KEY":case"INSIDE_OBJECT_AFTER_KEY":case"INSIDE_OBJECT_AFTER_COMMA":case"INSIDE_OBJECT_START":case"INSIDE_OBJECT_BEFORE_VALUE":case"INSIDE_OBJECT_AFTER_VALUE":{i+="}";break}case"INSIDE_ARRAY_START":case"INSIDE_ARRAY_AFTER_COMMA":case"INSIDE_ARRAY_AFTER_VALUE":{i+="]";break}case"INSIDE_LITERAL":{const u=e.substring(n,e.length);"true".startsWith(u)?i+="true".slice(u.length):"false".startsWith(u)?i+="false".slice(u.length):"null".startsWith(u)&&(i+="null".slice(u.length))}}return i}async function p0(e){if(e===void 0)return{value:void 0,state:"undefined-input"};let t=await Tr({text:e});return t.success?{value:t.value,state:"successful-parse"}:(t=await Tr({text:Lb(e)}),t.success?{value:t.value,state:"repaired-parse"}:{value:void 0,state:"failed-parse"})}function ri(e){return e.type.startsWith("tool-")}function f0(e){return e.type.split("-").slice(1).join("-")}function jb({lastMessage:e,messageId:t}){return{message:e?.role==="assistant"?e:{id:t,metadata:void 0,role:"assistant",parts:[]},activeTextParts:{},activeReasoningParts:{},partialToolCalls:{}}}function Ub({stream:e,messageMetadataSchema:t,dataPartSchemas:r,runUpdateMessageJob:n,onError:o,onToolCall:s,onData:a}){return e.pipeThrough(new TransformStream({async transform(i,l){await n(async({state:c,write:u})=>{var g,h,d,p;function w(b){const S=c.message.parts.filter(ri).find(C=>C.toolCallId===b);if(S==null)throw new Error("tool-output-error must be preceded by a tool-input-available");return S}function m(b){const S=c.message.parts.filter(C=>C.type==="dynamic-tool").find(C=>C.toolCallId===b);if(S==null)throw new Error("tool-output-error must be preceded by a tool-input-available");return S}function y(b){var k;const S=c.message.parts.find(x=>ri(x)&&x.toolCallId===b.toolCallId),C=b,I=S;S!=null?(S.state=b.state,I.input=C.input,I.output=C.output,I.errorText=C.errorText,I.rawInput=C.rawInput,I.preliminary=C.preliminary,I.providerExecuted=(k=C.providerExecuted)!=null?k:S.providerExecuted,C.providerMetadata!=null&&S.state==="input-available"&&(S.callProviderMetadata=C.providerMetadata)):c.message.parts.push({type:`tool-${b.toolName}`,toolCallId:b.toolCallId,state:b.state,input:C.input,output:C.output,rawInput:C.rawInput,errorText:C.errorText,providerExecuted:C.providerExecuted,preliminary:C.preliminary,...C.providerMetadata!=null?{callProviderMetadata:C.providerMetadata}:{}})}function _(b){var k,S;const C=c.message.parts.find(M=>M.type==="dynamic-tool"&&M.toolCallId===b.toolCallId),I=b,x=C;C!=null?(C.state=b.state,x.toolName=b.toolName,x.input=I.input,x.output=I.output,x.errorText=I.errorText,x.rawInput=(k=I.rawInput)!=null?k:x.rawInput,x.preliminary=I.preliminary,x.providerExecuted=(S=I.providerExecuted)!=null?S:C.providerExecuted,I.providerMetadata!=null&&C.state==="input-available"&&(C.callProviderMetadata=I.providerMetadata)):c.message.parts.push({type:"dynamic-tool",toolName:b.toolName,toolCallId:b.toolCallId,state:b.state,input:I.input,output:I.output,errorText:I.errorText,preliminary:I.preliminary,providerExecuted:I.providerExecuted,...I.providerMetadata!=null?{callProviderMetadata:I.providerMetadata}:{}})}async function f(b){if(b!=null){const k=c.message.metadata!=null?d0(c.message.metadata,b):b;t!=null&&await Ea({value:k,schema:t}),c.message.metadata=k}}switch(i.type){case"text-start":{const b={type:"text",text:"",providerMetadata:i.providerMetadata,state:"streaming"};c.activeTextParts[i.id]=b,c.message.parts.push(b),u();break}case"text-delta":{const b=c.activeTextParts[i.id];b.text+=i.delta,b.providerMetadata=(g=i.providerMetadata)!=null?g:b.providerMetadata,u();break}case"text-end":{const b=c.activeTextParts[i.id];b.state="done",b.providerMetadata=(h=i.providerMetadata)!=null?h:b.providerMetadata,delete c.activeTextParts[i.id],u();break}case"reasoning-start":{const b={type:"reasoning",text:"",providerMetadata:i.providerMetadata,state:"streaming"};c.activeReasoningParts[i.id]=b,c.message.parts.push(b),u();break}case"reasoning-delta":{const b=c.activeReasoningParts[i.id];b.text+=i.delta,b.providerMetadata=(d=i.providerMetadata)!=null?d:b.providerMetadata,u();break}case"reasoning-end":{const b=c.activeReasoningParts[i.id];b.providerMetadata=(p=i.providerMetadata)!=null?p:b.providerMetadata,b.state="done",delete c.activeReasoningParts[i.id],u();break}case"file":{c.message.parts.push({type:"file",mediaType:i.mediaType,url:i.url}),u();break}case"source-url":{c.message.parts.push({type:"source-url",sourceId:i.sourceId,url:i.url,title:i.title,providerMetadata:i.providerMetadata}),u();break}case"source-document":{c.message.parts.push({type:"source-document",sourceId:i.sourceId,mediaType:i.mediaType,title:i.title,filename:i.filename,providerMetadata:i.providerMetadata}),u();break}case"tool-input-start":{const b=c.message.parts.filter(ri);c.partialToolCalls[i.toolCallId]={text:"",toolName:i.toolName,index:b.length,dynamic:i.dynamic},i.dynamic?_({toolCallId:i.toolCallId,toolName:i.toolName,state:"input-streaming",input:void 0,providerExecuted:i.providerExecuted}):y({toolCallId:i.toolCallId,toolName:i.toolName,state:"input-streaming",input:void 0,providerExecuted:i.providerExecuted}),u();break}case"tool-input-delta":{const b=c.partialToolCalls[i.toolCallId];b.text+=i.inputTextDelta;const{value:k}=await p0(b.text);b.dynamic?_({toolCallId:i.toolCallId,toolName:b.toolName,state:"input-streaming",input:k}):y({toolCallId:i.toolCallId,toolName:b.toolName,state:"input-streaming",input:k}),u();break}case"tool-input-available":{i.dynamic?_({toolCallId:i.toolCallId,toolName:i.toolName,state:"input-available",input:i.input,providerExecuted:i.providerExecuted,providerMetadata:i.providerMetadata}):y({toolCallId:i.toolCallId,toolName:i.toolName,state:"input-available",input:i.input,providerExecuted:i.providerExecuted,providerMetadata:i.providerMetadata}),u(),s&&!i.providerExecuted&&await s({toolCall:i});break}case"tool-input-error":{i.dynamic?_({toolCallId:i.toolCallId,toolName:i.toolName,state:"output-error",input:i.input,errorText:i.errorText,providerExecuted:i.providerExecuted,providerMetadata:i.providerMetadata}):y({toolCallId:i.toolCallId,toolName:i.toolName,state:"output-error",input:void 0,rawInput:i.input,errorText:i.errorText,providerExecuted:i.providerExecuted,providerMetadata:i.providerMetadata}),u();break}case"tool-output-available":{if(i.dynamic){const b=m(i.toolCallId);_({toolCallId:i.toolCallId,toolName:b.toolName,state:"output-available",input:b.input,output:i.output,preliminary:i.preliminary})}else{const b=w(i.toolCallId);y({toolCallId:i.toolCallId,toolName:f0(b),state:"output-available",input:b.input,output:i.output,providerExecuted:i.providerExecuted,preliminary:i.preliminary})}u();break}case"tool-output-error":{if(i.dynamic){const b=m(i.toolCallId);_({toolCallId:i.toolCallId,toolName:b.toolName,state:"output-error",input:b.input,errorText:i.errorText,providerExecuted:i.providerExecuted})}else{const b=w(i.toolCallId);y({toolCallId:i.toolCallId,toolName:f0(b),state:"output-error",input:b.input,rawInput:b.rawInput,errorText:i.errorText,providerExecuted:i.providerExecuted})}u();break}case"start-step":{c.message.parts.push({type:"step-start"});break}case"finish-step":{c.activeTextParts={},c.activeReasoningParts={};break}case"start":{i.messageId!=null&&(c.message.id=i.messageId),await f(i.messageMetadata),(i.messageId!=null||i.messageMetadata!=null)&&u();break}case"finish":{i.finishReason!=null&&(c.finishReason=i.finishReason),await f(i.messageMetadata),i.messageMetadata!=null&&u();break}case"message-metadata":{await f(i.messageMetadata),i.messageMetadata!=null&&u();break}case"error":{o?.(new Error(i.errorText));break}default:if(qb(i)){r?.[i.type]!=null&&await Ea({value:i.data,schema:r[i.type]});const b=i;if(b.transient){a?.(b);break}const k=b.id!=null?c.message.parts.find(S=>b.type===S.type&&b.id===S.id):void 0;k!=null?k.data=b.data:c.message.parts.push(b),a?.(b),u()}}l.enqueue(i)})}}))}function zb({messageId:e,originalMessages:t=[],onFinish:r,onError:n,stream:o}){let s=t?.[t.length-1];s?.role!=="assistant"?s=void 0:e=s.id;let a=!1;const i=o.pipeThrough(new TransformStream({transform(h,d){if(h.type==="start"){const p=h;p.messageId==null&&e!=null&&(p.messageId=e)}h.type==="abort"&&(a=!0),d.enqueue(h)}}));if(r==null)return i;const l=jb({lastMessage:s?structuredClone(s):void 0,messageId:e??""}),c=async h=>{await h({state:l,write:()=>{}})};let u=!1;const g=async()=>{if(u||!r)return;u=!0;const h=l.message.id===s?.id;await r({isAborted:a,isContinuation:h,responseMessage:l.message,messages:[...h?t.slice(0,-1):t,l.message],finishReason:l.finishReason})};return Ub({stream:i,runUpdateMessageJob:c,onError:n}).pipeThrough(new TransformStream({transform(h,d){d.enqueue(h)},async cancel(){await g()},async flush(){await g()}}))}function Db({response:e,status:t,statusText:r,headers:n,stream:o,consumeSseStream:s}){let a=o.pipeThrough(new c0);if(s){const[i,l]=a.tee();a=i,s({stream:l})}l0({response:e,status:t,statusText:r,headers:Object.fromEntries(xo(n,u0).entries()),stream:a.pipeThrough(new TextEncoderStream)})}function Ro(e){const t=e.pipeThrough(new TransformStream);return t[Symbol.asyncIterator]=function(){const r=this.getReader();let n=!1;async function o(s){var a;n=!0;try{s&&await((a=r.cancel)==null?void 0:a.call(r))}finally{try{r.releaseLock()}catch{}}}return{async next(){if(n)return{done:!0,value:void 0};const{done:s,value:a}=await r.read();return s?(await o(!0),{done:!0,value:void 0}):{done:!1,value:a}},async return(){return await o(!0),{done:!0,value:void 0}},async throw(s){throw await o(!0),s}}},t}async function Zb({stream:e,onError:t}){const r=e.getReader();try{for(;;){const{done:n}=await r.read();if(n)break}}catch(n){t?.(n)}finally{r.releaseLock()}}function h0(){let e,t;return{promise:new Promise((n,o)=>{e=n,t=o}),resolve:e,reject:t}}function Fb(){let e=[],t=null,r=!1,n=h0();const o=()=>{r=!0,n.resolve(),e.forEach(a=>a.cancel()),e=[],t?.close()},s=async()=>{if(r&&e.length===0){t?.close();return}if(e.length===0)return n=h0(),await n.promise,s();try{const{value:a,done:i}=await e[0].read();i?(e.shift(),e.length>0?await s():r&&t?.close()):t?.enqueue(a)}catch(a){t?.error(a),e.shift(),o()}};return{stream:new ReadableStream({start(a){t=a},pull:s,async cancel(){for(const a of e)await a.cancel();e=[],r=!0}}),addStream:a=>{if(r)throw new Error("Cannot add inner stream: outer stream is closed");e.push(a.getReader()),n.resolve()},close:()=>{r=!0,n.resolve(),e.length===0&&t?.close()},terminate:o}}function Vb(){var e,t;return(t=(e=globalThis?.performance)==null?void 0:e.now())!=null?t:Date.now()}function Hb({tools:e,generatorStream:t,tracer:r,telemetry:n,system:o,messages:s,abortSignal:a,repairToolCall:i,experimental_context:l}){let c=null;const u=new ReadableStream({start(y){c=y}}),g=new Set,h=new Map;let d=!1,p;function w(){d&&g.size===0&&(p!=null&&c.enqueue(p),c.close())}const m=new TransformStream({async transform(y,_){const f=y.type;switch(f){case"stream-start":case"text-start":case"text-delta":case"text-end":case"reasoning-start":case"reasoning-delta":case"reasoning-end":case"tool-input-start":case"tool-input-delta":case"tool-input-end":case"source":case"response-metadata":case"error":case"raw":{_.enqueue(y);break}case"file":{_.enqueue({type:"file",file:new Eb({data:y.data,mediaType:y.mediaType})});break}case"finish":{p={type:"finish",finishReason:y.finishReason,usage:y.usage,providerMetadata:y.providerMetadata};break}case"tool-call":{try{const b=await t0({toolCall:y,tools:e,repairToolCall:i,system:o,messages:s});if(_.enqueue(b),b.invalid){c.enqueue({type:"tool-error",toolCallId:b.toolCallId,toolName:b.toolName,input:b.input,error:Ta(b.error),dynamic:!0});break}const k=e[b.toolName];if(h.set(b.toolCallId,b.input),k.onInputAvailable!=null&&await k.onInputAvailable({input:b.input,toolCallId:b.toolCallId,messages:s,abortSignal:a,experimental_context:l}),k.execute!=null&&b.providerExecuted!==!0){const S=In();g.add(S),Yr({name:"ai.toolCall",attributes:wt({telemetry:n,attributes:{...Kr({operationId:"ai.toolCall",telemetry:n}),"ai.toolCall.name":b.toolName,"ai.toolCall.id":b.toolCallId,"ai.toolCall.args":{output:()=>JSON.stringify(b.input)}}}),tracer:r,fn:async C=>{let I;try{const x=ud({execute:k.execute.bind(k),input:b.input,options:{toolCallId:b.toolCallId,messages:s,abortSignal:a,experimental_context:l}});for await(const M of x)c.enqueue({...b,type:"tool-result",output:M.output,...M.type==="preliminary"&&{preliminary:!0}}),M.type==="final"&&(I=M.output)}catch(x){Ya(C,x),c.enqueue({...b,type:"tool-error",error:x}),g.delete(S),w();return}g.delete(S),w();try{C.setAttributes(wt({telemetry:n,attributes:{"ai.toolCall.result":{output:()=>JSON.stringify(I)}}}))}catch{}}})}}catch(b){c.enqueue({type:"error",error:b})}break}case"tool-result":{const b=y.toolName;y.isError?c.enqueue({type:"tool-error",toolCallId:y.toolCallId,toolName:b,input:h.get(y.toolCallId),providerExecuted:y.providerExecuted,error:y.result}):_.enqueue({type:"tool-result",toolCallId:y.toolCallId,toolName:b,input:h.get(y.toolCallId),output:y.result,providerExecuted:y.providerExecuted});break}default:{const b=f;throw new Error(`Unhandled chunk type: ${b}`)}}},flush(){d=!0,w()}});return new ReadableStream({async start(y){return Promise.all([t.pipeThrough(m).pipeTo(new WritableStream({write(_){y.enqueue(_)},close(){}})),u.pipeTo(new WritableStream({write(_){y.enqueue(_)},close(){y.close()}}))])}})}var Bb=En({prefix:"aitxt",size:24});function ni({model:e,tools:t,toolChoice:r,system:n,prompt:o,messages:s,maxRetries:a,abortSignal:i,headers:l,stopWhen:c=Xa(1),experimental_output:u,experimental_telemetry:g,prepareStep:h,providerOptions:d,experimental_activeTools:p,activeTools:w=p,experimental_repairToolCall:m,experimental_transform:y,experimental_download:_,includeRawChunks:f=!1,onChunk:b,onError:k=({error:F})=>{console.error(F)},onFinish:S,onAbort:C,onStepFinish:I,experimental_context:x,_internal:{now:M=Vb,generateId:P=Bb,currentDate:U=()=>new Date}={},...z}){return new Gb({model:Eo(e),telemetry:g,headers:l,settings:z,maxRetries:a,abortSignal:i,system:n,prompt:o,messages:s,tools:t,toolChoice:r,transforms:Qa(y),activeTools:w,repairToolCall:m,stopConditions:Qa(c),output:u,providerOptions:d,prepareStep:h,includeRawChunks:f,onChunk:b,onError:k,onFinish:S,onAbort:C,onStepFinish:I,now:M,currentDate:U,generateId:P,experimental_context:x,download:_})}function Jb(e){if(!e)return new TransformStream({transform(a,i){i.enqueue({part:a,partialOutput:void 0})}});let t,r="",n="",o="";function s({controller:a,partialOutput:i=void 0}){a.enqueue({part:{type:"text-delta",id:t,text:n},partialOutput:i}),n=""}return new TransformStream({async transform(a,i){if(a.type==="finish-step"&&n.length>0&&s({controller:i}),a.type!=="text-delta"&&a.type!=="text-start"&&a.type!=="text-end"){i.enqueue({part:a,partialOutput:void 0});return}if(t==null)t=a.id;else if(a.id!==t){i.enqueue({part:a,partialOutput:void 0});return}if(a.type==="text-start"){i.enqueue({part:a,partialOutput:void 0});return}if(a.type==="text-end"){n.length>0&&s({controller:i}),i.enqueue({part:a,partialOutput:void 0});return}r+=a.text,n+=a.text;const l=await e.parsePartial({text:r});if(l!=null){const c=JSON.stringify(l.partial);c!==o&&(s({controller:i,partialOutput:l.partial}),o=c)}}})}var Gb=class{constructor({model:e,telemetry:t,headers:r,settings:n,maxRetries:o,abortSignal:s,system:a,prompt:i,messages:l,tools:c,toolChoice:u,transforms:g,activeTools:h,repairToolCall:d,stopConditions:p,output:w,providerOptions:m,prepareStep:y,includeRawChunks:_,now:f,currentDate:b,generateId:k,onChunk:S,onError:C,onFinish:I,onAbort:x,onStepFinish:M,experimental_context:P,download:U}){this._totalUsage=new yo,this._finishReason=new yo,this._steps=new yo,this.output=w,this.includeRawChunks=_,this.tools=c;let z,F=[];const te=[];let ie,se,ee={},pe=[];const V=[];let O,Z={},j={};const E=new TransformStream({async transform(W,Y){var oe,le,Ne,qe;Y.enqueue(W);const{part:X}=W;if((X.type==="text-delta"||X.type==="reasoning-delta"||X.type==="source"||X.type==="tool-call"||X.type==="tool-result"||X.type==="tool-input-start"||X.type==="tool-input-delta"||X.type==="raw")&&await S?.({chunk:X}),X.type==="error"&&await C({error:Bp(X.error)}),X.type==="text-start"&&(Z[X.id]={type:"text",text:"",providerMetadata:X.providerMetadata},F.push(Z[X.id])),X.type==="text-delta"){const me=Z[X.id];if(me==null){Y.enqueue({part:{type:"error",error:`text part ${X.id} not found`},partialOutput:void 0});return}me.text+=X.text,me.providerMetadata=(oe=X.providerMetadata)!=null?oe:me.providerMetadata}if(X.type==="text-end"){const me=Z[X.id];if(me==null){Y.enqueue({part:{type:"error",error:`text part ${X.id} not found`},partialOutput:void 0});return}me.providerMetadata=(le=X.providerMetadata)!=null?le:me.providerMetadata,delete Z[X.id]}if(X.type==="reasoning-start"&&(j[X.id]={type:"reasoning",text:"",providerMetadata:X.providerMetadata},F.push(j[X.id])),X.type==="reasoning-delta"){const me=j[X.id];if(me==null){Y.enqueue({part:{type:"error",error:`reasoning part ${X.id} not found`},partialOutput:void 0});return}me.text+=X.text,me.providerMetadata=(Ne=X.providerMetadata)!=null?Ne:me.providerMetadata}if(X.type==="reasoning-end"){const me=j[X.id];if(me==null){Y.enqueue({part:{type:"error",error:`reasoning part ${X.id} not found`},partialOutput:void 0});return}me.providerMetadata=(qe=X.providerMetadata)!=null?qe:me.providerMetadata,delete j[X.id]}if(X.type==="file"&&F.push({type:"file",file:X.file}),X.type==="source"&&F.push(X),X.type==="tool-call"&&F.push(X),X.type==="tool-result"&&!X.preliminary&&F.push(X),X.type==="tool-error"&&F.push(X),X.type==="start-step"&&(ee=X.request,pe=X.warnings),X.type==="finish-step"){const me=ti({content:F,tools:c}),st=new n0({content:F,finishReason:X.finishReason,usage:X.usage,warnings:pe,request:ee,response:{...X.response,messages:[...te,...me]},providerMetadata:X.providerMetadata});await M?.(st),ap(pe),V.push(st),F=[],j={},Z={},te.push(...me),z.resolve()}X.type==="finish"&&(se=X.totalUsage,ie=X.finishReason)},async flush(W){try{if(V.length===0){const Ne=new B3({message:"No output generated. Check the stream for errors."});B._finishReason.reject(Ne),B._totalUsage.reject(Ne),B._steps.reject(Ne);return}const Y=ie??"unknown",oe=se??{inputTokens:void 0,outputTokens:void 0,totalTokens:void 0};B._finishReason.resolve(Y),B._totalUsage.resolve(oe),B._steps.resolve(V);const le=V[V.length-1];await I?.({finishReason:Y,totalUsage:oe,usage:le.usage,content:le.content,text:le.text,reasoningText:le.reasoningText,reasoning:le.reasoning,files:le.files,sources:le.sources,toolCalls:le.toolCalls,staticToolCalls:le.staticToolCalls,dynamicToolCalls:le.dynamicToolCalls,toolResults:le.toolResults,staticToolResults:le.staticToolResults,dynamicToolResults:le.dynamicToolResults,request:le.request,response:le.response,warnings:le.warnings,providerMetadata:le.providerMetadata,steps:V}),O.setAttributes(wt({telemetry:t,attributes:{"ai.response.finishReason":Y,"ai.response.text":{output:()=>le.text},"ai.response.toolCalls":{output:()=>{var Ne;return(Ne=le.toolCalls)!=null&&Ne.length?JSON.stringify(le.toolCalls):void 0}},"ai.response.providerMetadata":JSON.stringify(le.providerMetadata),"ai.usage.inputTokens":oe.inputTokens,"ai.usage.outputTokens":oe.outputTokens,"ai.usage.totalTokens":oe.totalTokens,"ai.usage.reasoningTokens":oe.reasoningTokens,"ai.usage.cachedInputTokens":oe.cachedInputTokens}}))}catch(Y){W.error(Y)}finally{O.end()}}}),R=Fb();this.addStream=R.addStream,this.closeStream=R.close;const $=R.stream.getReader();let H=new ReadableStream({async start(W){W.enqueue({type:"start"})},async pull(W){function Y(){x?.({steps:V}),W.enqueue({type:"abort"}),W.close()}try{const{done:oe,value:le}=await $.read();if(oe){W.close();return}if(s?.aborted){Y();return}W.enqueue(le)}catch(oe){Cr(oe)&&s?.aborted?Y():W.error(oe)}},cancel(W){return R.stream.cancel(W)}});for(const W of g)H=H.pipeThrough(W({tools:c,stopStream(){R.terminate()}}));this.baseStream=H.pipeThrough(Jb(w)).pipeThrough(E);const{maxRetries:G,retry:fe}=Qp({maxRetries:o,abortSignal:s}),ae=Gp(t),N=Ka(n),D=Jp({model:e,telemetry:t,headers:r,settings:{...N,maxRetries:G}}),B=this;Yr({name:"ai.streamText",attributes:wt({telemetry:t,attributes:{...Kr({operationId:"ai.streamText",telemetry:t}),...D,"ai.prompt":{input:()=>JSON.stringify({system:a,prompt:i,messages:l})}}}),tracer:ae,endWhenDone:!1,fn:async W=>{O=W;async function Y({currentStep:oe,responseMessages:le,usage:Ne}){var qe,X,me,st,be;const pt=B.includeRawChunks;z=new yo;const tr=await Hp({system:a,prompt:i,messages:l}),ft=[...tr.messages,...le],We=await y?.({model:e,steps:V,stepNumber:V.length,messages:ft}),St=Eo((qe=We?.model)!=null?qe:e),yr=await zp({prompt:{system:(X=We?.system)!=null?X:tr.system,messages:(me=We?.messages)!=null?me:ft},supportedUrls:await St.supportedUrls,download:U}),{toolChoice:wr,tools:gn}=Dp({tools:c,toolChoice:(st=We?.toolChoice)!=null?st:u,activeTools:(be=We?.activeTools)!=null?be:h}),{result:{stream:aa,response:He,request:rr},doStreamSpan:nr,startTimestampMs:b2}=await fe(()=>Yr({name:"ai.streamText.doStream",attributes:wt({telemetry:t,attributes:{...Kr({operationId:"ai.streamText.doStream",telemetry:t}),...D,"ai.model.provider":St.provider,"ai.model.id":St.modelId,"ai.prompt.messages":{input:()=>Wp(yr)},"ai.prompt.tools":{input:()=>gn?.map(he=>JSON.stringify(he))},"ai.prompt.toolChoice":{input:()=>wr!=null?JSON.stringify(wr):void 0},"gen_ai.system":St.provider,"gen_ai.request.model":St.modelId,"gen_ai.request.frequency_penalty":N.frequencyPenalty,"gen_ai.request.max_tokens":N.maxOutputTokens,"gen_ai.request.presence_penalty":N.presencePenalty,"gen_ai.request.stop_sequences":N.stopSequences,"gen_ai.request.temperature":N.temperature,"gen_ai.request.top_k":N.topK,"gen_ai.request.top_p":N.topP}}),tracer:ae,endWhenDone:!1,fn:async he=>({startTimestampMs:f(),doStreamSpan:he,result:await St.doStream({...N,tools:gn,toolChoice:wr,responseFormat:w?.responseFormat,prompt:yr,providerOptions:m,abortSignal:s,headers:r,includeRawChunks:pt})})})),hC=Hb({tools:c,generatorStream:aa,tracer:ae,telemetry:t,system:a,messages:ft,repairToolCall:d,abortSignal:s,experimental_context:P}),mC=rr??{},ia=[],ec=[];let tc;const rc={};let vn="unknown",Nt={inputTokens:void 0,outputTokens:void 0,totalTokens:void 0},nc,k2=!0,Bt={id:k(),timestamp:b(),modelId:e.modelId},S2="";B.addStream(hC.pipeThrough(new TransformStream({async transform(he,Ke){var so,ao,la,or;if(he.type==="stream-start"){tc=he.warnings;return}if(k2){const at=f()-b2;k2=!1,nr.addEvent("ai.stream.firstChunk",{"ai.response.msToFirstChunk":at}),nr.setAttributes({"ai.response.msToFirstChunk":at}),Ke.enqueue({type:"start-step",request:mC,warnings:tc??[]})}const C2=he.type;switch(C2){case"text-start":case"text-end":{Ke.enqueue(he);break}case"text-delta":{he.delta.length>0&&(Ke.enqueue({type:"text-delta",id:he.id,text:he.delta,providerMetadata:he.providerMetadata}),S2+=he.delta);break}case"reasoning-start":case"reasoning-end":{Ke.enqueue(he);break}case"reasoning-delta":{Ke.enqueue({type:"reasoning-delta",id:he.id,text:he.delta,providerMetadata:he.providerMetadata});break}case"tool-call":{Ke.enqueue(he),ia.push(he);break}case"tool-result":{Ke.enqueue(he),he.preliminary||ec.push(he);break}case"tool-error":{Ke.enqueue(he),ec.push(he);break}case"response-metadata":{Bt={id:(so=he.id)!=null?so:Bt.id,timestamp:(ao=he.timestamp)!=null?ao:Bt.timestamp,modelId:(la=he.modelId)!=null?la:Bt.modelId};break}case"finish":{Nt=he.usage,vn=he.finishReason,nc=he.providerMetadata;const at=f()-b2;nr.addEvent("ai.stream.finish"),nr.setAttributes({"ai.response.msToFinish":at,"ai.response.avgOutputTokensPerSecond":1e3*((or=Nt.outputTokens)!=null?or:0)/at});break}case"file":{Ke.enqueue(he);break}case"source":{Ke.enqueue(he);break}case"tool-input-start":{rc[he.id]=he.toolName;const at=c?.[he.toolName];at?.onInputStart!=null&&await at.onInputStart({toolCallId:he.id,messages:ft,abortSignal:s,experimental_context:P}),Ke.enqueue({...he,dynamic:at?.type==="dynamic"});break}case"tool-input-end":{delete rc[he.id],Ke.enqueue(he);break}case"tool-input-delta":{const at=rc[he.id],oc=c?.[at];oc?.onInputDelta!=null&&await oc.onInputDelta({inputTextDelta:he.delta,toolCallId:he.id,messages:ft,abortSignal:s,experimental_context:P}),Ke.enqueue(he);break}case"error":{Ke.enqueue(he),vn="error";break}case"raw":{pt&&Ke.enqueue(he);break}default:{const at=C2;throw new Error(`Unknown chunk type: ${at}`)}}},async flush(he){const Ke=ia.length>0?JSON.stringify(ia):void 0;try{nr.setAttributes(wt({telemetry:t,attributes:{"ai.response.finishReason":vn,"ai.response.text":{output:()=>S2},"ai.response.toolCalls":{output:()=>Ke},"ai.response.id":Bt.id,"ai.response.model":Bt.modelId,"ai.response.timestamp":Bt.timestamp.toISOString(),"ai.response.providerMetadata":JSON.stringify(nc),"ai.usage.inputTokens":Nt.inputTokens,"ai.usage.outputTokens":Nt.outputTokens,"ai.usage.totalTokens":Nt.totalTokens,"ai.usage.reasoningTokens":Nt.reasoningTokens,"ai.usage.cachedInputTokens":Nt.cachedInputTokens,"gen_ai.response.finish_reasons":[vn],"gen_ai.response.id":Bt.id,"gen_ai.response.model":Bt.modelId,"gen_ai.usage.input_tokens":Nt.inputTokens,"gen_ai.usage.output_tokens":Nt.outputTokens}}))}catch{}finally{nr.end()}he.enqueue({type:"finish-step",finishReason:vn,usage:Nt,providerMetadata:nc,response:{...Bt,headers:He?.headers}});const so=Kp(Ne,Nt);await z.promise;const ao=ia.filter(or=>or.providerExecuted!==!0),la=ec.filter(or=>or.providerExecuted!==!0);if(ao.length>0&&la.length===ao.length&&!await o0({stopConditions:p,steps:V})){le.push(...ti({content:V[V.length-1].content,tools:c}));try{await Y({currentStep:oe+1,responseMessages:le,usage:so})}catch(or){he.enqueue({type:"error",error:or}),B.closeStream()}}else he.enqueue({type:"finish",finishReason:vn,totalUsage:so}),B.closeStream()}})))}await Y({currentStep:0,responseMessages:[],usage:{inputTokens:void 0,outputTokens:void 0,totalTokens:void 0}})}}).catch(W=>{B.addStream(new ReadableStream({start(Y){Y.enqueue({type:"error",error:W}),Y.close()}})),B.closeStream()})}get steps(){return this.consumeStream(),this._steps.promise}get finalStep(){return this.steps.then(e=>e[e.length-1])}get content(){return this.finalStep.then(e=>e.content)}get warnings(){return this.finalStep.then(e=>e.warnings)}get providerMetadata(){return this.finalStep.then(e=>e.providerMetadata)}get text(){return this.finalStep.then(e=>e.text)}get reasoningText(){return this.finalStep.then(e=>e.reasoningText)}get reasoning(){return this.finalStep.then(e=>e.reasoning)}get sources(){return this.finalStep.then(e=>e.sources)}get files(){return this.finalStep.then(e=>e.files)}get toolCalls(){return this.finalStep.then(e=>e.toolCalls)}get staticToolCalls(){return this.finalStep.then(e=>e.staticToolCalls)}get dynamicToolCalls(){return this.finalStep.then(e=>e.dynamicToolCalls)}get toolResults(){return this.finalStep.then(e=>e.toolResults)}get staticToolResults(){return this.finalStep.then(e=>e.staticToolResults)}get dynamicToolResults(){return this.finalStep.then(e=>e.dynamicToolResults)}get usage(){return this.finalStep.then(e=>e.usage)}get request(){return this.finalStep.then(e=>e.request)}get response(){return this.finalStep.then(e=>e.response)}get totalUsage(){return this.consumeStream(),this._totalUsage.promise}get finishReason(){return this.consumeStream(),this._finishReason.promise}teeStream(){const[e,t]=this.baseStream.tee();return this.baseStream=t,e}get textStream(){return Ro(this.teeStream().pipeThrough(new TransformStream({transform({part:e},t){e.type==="text-delta"&&t.enqueue(e.text)}})))}get fullStream(){return Ro(this.teeStream().pipeThrough(new TransformStream({transform({part:e},t){t.enqueue(e)}})))}async consumeStream(e){var t;try{await Zb({stream:this.fullStream,onError:e?.onError})}catch(r){(t=e?.onError)==null||t.call(e,r)}}get experimental_partialOutputStream(){if(this.output==null)throw new op;return Ro(this.teeStream().pipeThrough(new TransformStream({transform({partialOutput:e},t){e!=null&&t.enqueue(e)}})))}toUIMessageStream({originalMessages:e,generateMessageId:t,onFinish:r,messageMetadata:n,sendReasoning:o=!0,sendSources:s=!1,sendStart:a=!0,sendFinish:i=!0,onError:l=Fr}={}){const c=t!=null?Ab({originalMessages:e,responseMessageId:t}):void 0,u={},g=d=>{var p,w;const m=u[d];return((w=(p=this.tools)==null?void 0:p[m])==null?void 0:w.type)==="dynamic"?!0:void 0},h=this.fullStream.pipeThrough(new TransformStream({transform:async(d,p)=>{const w=n?.({part:d}),m=d.type;switch(m){case"text-start":{p.enqueue({type:"text-start",id:d.id,...d.providerMetadata!=null?{providerMetadata:d.providerMetadata}:{}});break}case"text-delta":{p.enqueue({type:"text-delta",id:d.id,delta:d.text,...d.providerMetadata!=null?{providerMetadata:d.providerMetadata}:{}});break}case"text-end":{p.enqueue({type:"text-end",id:d.id,...d.providerMetadata!=null?{providerMetadata:d.providerMetadata}:{}});break}case"reasoning-start":{p.enqueue({type:"reasoning-start",id:d.id,...d.providerMetadata!=null?{providerMetadata:d.providerMetadata}:{}});break}case"reasoning-delta":{o&&p.enqueue({type:"reasoning-delta",id:d.id,delta:d.text,...d.providerMetadata!=null?{providerMetadata:d.providerMetadata}:{}});break}case"reasoning-end":{p.enqueue({type:"reasoning-end",id:d.id,...d.providerMetadata!=null?{providerMetadata:d.providerMetadata}:{}});break}case"file":{p.enqueue({type:"file",mediaType:d.file.mediaType,url:`data:${d.file.mediaType};base64,${d.file.base64}`});break}case"source":{s&&d.sourceType==="url"&&p.enqueue({type:"source-url",sourceId:d.id,url:d.url,title:d.title,...d.providerMetadata!=null?{providerMetadata:d.providerMetadata}:{}}),s&&d.sourceType==="document"&&p.enqueue({type:"source-document",sourceId:d.id,mediaType:d.mediaType,title:d.title,filename:d.filename,...d.providerMetadata!=null?{providerMetadata:d.providerMetadata}:{}});break}case"tool-input-start":{u[d.id]=d.toolName;const y=g(d.id);p.enqueue({type:"tool-input-start",toolCallId:d.id,toolName:d.toolName,...d.providerExecuted!=null?{providerExecuted:d.providerExecuted}:{},...y!=null?{dynamic:y}:{}});break}case"tool-input-delta":{p.enqueue({type:"tool-input-delta",toolCallId:d.id,inputTextDelta:d.delta});break}case"tool-call":{u[d.toolCallId]=d.toolName;const y=g(d.toolCallId);d.invalid?p.enqueue({type:"tool-input-error",toolCallId:d.toolCallId,toolName:d.toolName,input:d.input,...d.providerExecuted!=null?{providerExecuted:d.providerExecuted}:{},...d.providerMetadata!=null?{providerMetadata:d.providerMetadata}:{},...y!=null?{dynamic:y}:{},errorText:l(d.error)}):p.enqueue({type:"tool-input-available",toolCallId:d.toolCallId,toolName:d.toolName,input:d.input,...d.providerExecuted!=null?{providerExecuted:d.providerExecuted}:{},...d.providerMetadata!=null?{providerMetadata:d.providerMetadata}:{},...y!=null?{dynamic:y}:{}});break}case"tool-result":{const y=g(d.toolCallId);p.enqueue({type:"tool-output-available",toolCallId:d.toolCallId,output:d.output,...d.providerExecuted!=null?{providerExecuted:d.providerExecuted}:{},...d.preliminary!=null?{preliminary:d.preliminary}:{},...y!=null?{dynamic:y}:{}});break}case"tool-error":{const y=g(d.toolCallId);p.enqueue({type:"tool-output-error",toolCallId:d.toolCallId,errorText:l(d.error),...d.providerExecuted!=null?{providerExecuted:d.providerExecuted}:{},...y!=null?{dynamic:y}:{}});break}case"error":{p.enqueue({type:"error",errorText:l(d.error)});break}case"start-step":{p.enqueue({type:"start-step"});break}case"finish-step":{p.enqueue({type:"finish-step"});break}case"start":{a&&p.enqueue({type:"start",...w!=null?{messageMetadata:w}:{},...c!=null?{messageId:c}:{}});break}case"finish":{i&&p.enqueue({type:"finish",finishReason:d.finishReason,...w!=null?{messageMetadata:w}:{}});break}case"abort":{p.enqueue(d);break}case"tool-input-end":break;case"raw":break;default:{const y=m;throw new Error(`Unknown chunk type: ${y}`)}}w!=null&&m!=="start"&&m!=="finish"&&p.enqueue({type:"message-metadata",messageMetadata:w})}}));return Ro(zb({stream:h,messageId:c??t?.(),originalMessages:e,onFinish:r,onError:l}))}pipeUIMessageStreamToResponse(e,{originalMessages:t,generateMessageId:r,onFinish:n,messageMetadata:o,sendReasoning:s,sendSources:a,sendFinish:i,sendStart:l,onError:c,...u}={}){Db({response:e,stream:this.toUIMessageStream({originalMessages:t,generateMessageId:r,onFinish:n,messageMetadata:o,sendReasoning:s,sendSources:a,sendFinish:i,sendStart:l,onError:c}),...u})}pipeTextStreamToResponse(e,t){Mb({response:e,textStream:this.textStream,...t})}toUIMessageStreamResponse({originalMessages:e,generateMessageId:t,onFinish:r,messageMetadata:n,sendReasoning:o,sendSources:s,sendFinish:a,sendStart:i,onError:l,...c}={}){return Nb({stream:this.toUIMessageStream({originalMessages:e,generateMessageId:t,onFinish:r,messageMetadata:n,sendReasoning:o,sendSources:s,sendFinish:a,sendStart:i,onError:l}),...c})}toTextStreamResponse(e){return Ob({textStream:this.textStream,...e})}};En({prefix:"aiobj",size:24}),En({prefix:"aiobj",size:24});var Wb={};j3(Wb,{object:()=>Yb,text:()=>Kb});var Kb=()=>({type:"text",responseFormat:{type:"text"},async parsePartial({text:e}){return{partial:e}},async parseOutput({text:e}){return e}}),Yb=({schema:e})=>{const t=ko(e);return{type:"object",responseFormat:{type:"json",schema:t.jsonSchema},async parsePartial({text:r}){const n=await p0(r);switch(n.state){case"failed-parse":case"undefined-input":return;case"repaired-parse":case"successful-parse":return{partial:n.value};default:{const o=n.state;throw new Error(`Unsupported parse state: ${o}`)}}},async parseOutput({text:r},n){const o=await Tr({text:r});if(!o.success)throw new vp({message:"No object generated: could not parse the response.",cause:o.error,text:r,response:n.response,usage:n.usage,finishReason:n.finishReason});const s=await Tt({value:o.value,schema:t});if(!s.success)throw new vp({message:"No object generated: response did not match schema.",cause:s.error,text:r,response:n.response,usage:n.usage,finishReason:n.finishReason});return s.value}}};let oi;oi=globalThis.crypto;async function Qb(e){return(await oi).getRandomValues(new Uint8Array(e))}async function Xb(e){const t="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~",r=Math.pow(2,8)-Math.pow(2,8)%t.length;let n="";for(;n.length<e;){const o=await Qb(e-n.length);for(const s of o)s<r&&(n+=t[s%t.length])}return n}async function e9(e){return await Xb(e)}async function t9(e){const t=await(await oi).subtle.digest("SHA-256",new TextEncoder().encode(e));return btoa(String.fromCharCode(...new Uint8Array(t))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}async function m0(e){if(e||(e=43),e<43||e>128)throw`Expected a length between 43 and 128. Received ${e}.`;const t=await e9(e),r=await t9(t);return{code_verifier:t,code_challenge:r}}var r9="AI_MCPClientError",g0=`vercel.ai.error.${r9}`,n9=Symbol.for(g0),v0,_0,Ie=class extends(_0=ue,v0=n9,_0){constructor({name:e="MCPClientError",message:t,cause:r,data:n,code:o}){super({name:e,message:t,cause:r}),this[v0]=!0,this.data=n,this.code=o}static isInstance(e){return ue.hasMarker(e,g0)}},Qr="2025-06-18",o9=[Qr,"2025-03-26","2024-11-05"],s9=ze({name:v(),version:v()}),Po=ze({_meta:K(T({}).loose())}),Gt=Po,y0=T({method:v(),params:K(Po)}),w0=T({applyDefaults:K(ce())}).loose(),a9=ze({experimental:K(T({}).loose()),logging:K(T({}).loose()),prompts:K(ze({listChanged:K(ce())})),resources:K(ze({subscribe:K(ce()),listChanged:K(ce())})),tools:K(ze({listChanged:K(ce())})),elicitation:K(w0)});T({elicitation:K(w0)}).loose();var i9=Gt.extend({protocolVersion:v(),capabilities:a9,serverInfo:s9,instructions:K(v())}),si=Gt.extend({nextCursor:K(v())}),l9=T({name:v(),description:K(v()),inputSchema:T({type:L("object"),properties:K(T({}).loose())}).loose()}).loose(),c9=si.extend({tools:A(l9)}),b0=T({type:L("text"),text:v()}).loose(),k0=T({type:L("image"),data:Au(),mimeType:v()}).loose(),u9=T({uri:v(),name:v(),title:K(v()),description:K(v()),mimeType:K(v()),size:K(q())}).loose(),d9=si.extend({resources:A(u9)}),S0=T({uri:v(),name:K(v()),title:K(v()),mimeType:K(v())}).loose(),C0=S0.extend({text:v()}),T0=S0.extend({blob:Au()}),$0=T({type:L("resource"),resource:ne([C0,T0])}).loose(),p9=Gt.extend({content:A(ne([b0,k0,$0])),isError:ce().default(!1).optional()}).or(Gt.extend({toolResult:$e()})),f9=T({uriTemplate:v(),name:v(),title:K(v()),description:K(v()),mimeType:K(v())}).loose(),h9=Gt.extend({resourceTemplates:A(f9)}),m9=Gt.extend({contents:A(ne([C0,T0]))}),g9=T({name:v(),description:K(v()),required:K(ce())}).loose(),v9=T({name:v(),title:K(v()),description:K(v()),arguments:K(A(g9))}).loose(),_9=si.extend({prompts:A(v9)}),y9=T({role:ne([L("user"),L("assistant")]),content:ne([b0,k0,$0])}).loose(),w9=Gt.extend({description:K(v()),messages:A(y9)}),b9=Po.extend({message:v(),requestedSchema:$e()}),E0=y0.extend({method:L("elicitation/create"),params:b9}),k9=Gt.extend({action:ne([L("accept"),L("decline"),L("cancel")]),content:K(ve(v(),$e()))}),Oo="2.0",S9=T({jsonrpc:L(Oo),id:ne([v(),q().int()])}).merge(y0).strict(),C9=T({jsonrpc:L(Oo),id:ne([v(),q().int()]),result:Gt}).strict(),T9=T({jsonrpc:L(Oo),id:ne([v(),q().int()]),error:T({code:q().int(),message:v(),data:K($e())})}).strict(),$9=T({jsonrpc:L(Oo)}).merge(T({method:v(),params:K(Po)})).strict(),Un=ne([S9,$9,C9,T9]),I0=typeof __PACKAGE_VERSION__<"u"?__PACKAGE_VERSION__:"0.0.0-test",x0=T({access_token:v(),id_token:v().optional(),token_type:v(),expires_in:q().optional(),scope:v().optional(),refresh_token:v().optional()}).strip(),lt=v().url().superRefine((e,t)=>{if(!URL.canParse(e))return t.addIssue({code:Bu.custom,message:"URL must be parseable",fatal:!0}),Vc}).refine(e=>{const t=new URL(e);return t.protocol!=="javascript:"&&t.protocol!=="data:"&&t.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),E9=T({resource:v().url(),authorization_servers:A(lt).optional(),jwks_uri:v().url().optional(),scopes_supported:A(v()).optional(),bearer_methods_supported:A(v()).optional(),resource_signing_alg_values_supported:A(v()).optional(),resource_name:v().optional(),resource_documentation:v().optional(),resource_policy_uri:v().url().optional(),resource_tos_uri:v().url().optional(),tls_client_certificate_bound_access_tokens:ce().optional(),authorization_details_types_supported:A(v()).optional(),dpop_signing_alg_values_supported:A(v()).optional(),dpop_bound_access_tokens_required:ce().optional()}).passthrough(),R0=T({issuer:v(),authorization_endpoint:lt,token_endpoint:lt,registration_endpoint:lt.optional(),scopes_supported:A(v()).optional(),response_types_supported:A(v()),grant_types_supported:A(v()).optional(),code_challenge_methods_supported:A(v()),token_endpoint_auth_methods_supported:A(v()).optional(),token_endpoint_auth_signing_alg_values_supported:A(v()).optional()}).passthrough(),I9=T({issuer:v(),authorization_endpoint:lt,token_endpoint:lt,userinfo_endpoint:lt.optional(),jwks_uri:lt,registration_endpoint:lt.optional(),scopes_supported:A(v()).optional(),response_types_supported:A(v()),grant_types_supported:A(v()).optional(),subject_types_supported:A(v()),id_token_signing_alg_values_supported:A(v()),claims_supported:A(v()).optional(),token_endpoint_auth_methods_supported:A(v()).optional()}).passthrough(),x9=I9.merge(R0.pick({code_challenge_methods_supported:!0})),R9=T({client_id:v(),client_secret:v().optional(),client_id_issued_at:q().optional(),client_secret_expires_at:q().optional()}).strip(),P9=T({redirect_uris:A(lt),token_endpoint_auth_method:v().optional(),grant_types:A(v()).optional(),response_types:A(v()).optional(),client_name:v().optional(),client_uri:lt.optional(),logo_uri:lt.optional(),scope:v().optional(),contacts:A(v()).optional(),tos_uri:lt.optional(),policy_uri:v().optional(),jwks_uri:lt.optional(),jwks:et().optional(),software_id:v().optional(),software_version:v().optional(),software_statement:v().optional()}).strip(),O9=T({error:v(),error_description:v().optional(),error_uri:v().optional()}),M9=P9.merge(R9),N9="AI_MCPClientOAuthError",P0=`vercel.ai.error.${N9}`,A9=Symbol.for(P0),O0,M0,zn=class extends(M0=ue,O0=A9,M0){constructor({name:e="MCPClientOAuthError",message:t,cause:r}){super({name:e,message:t,cause:r}),this[O0]=!0}static isInstance(e){return ue.hasMarker(e,P0)}},Xr=class extends zn{};Xr.errorCode="server_error";var Mo=class extends zn{};Mo.errorCode="invalid_client";var No=class extends zn{};No.errorCode="invalid_grant";var Ao=class extends zn{};Ao.errorCode="unauthorized_client";var q9={[Xr.errorCode]:Xr,[Mo.errorCode]:Mo,[No.errorCode]:No,[Ao.errorCode]:Ao};function L9(e){const t=typeof e=="string"?new URL(e):new URL(e.href);return t.hash="",t}function j9({requestedResource:e,configuredResource:t}){const r=typeof e=="string"?new URL(e):new URL(e.href),n=typeof t=="string"?new URL(t):new URL(t.href);if(r.origin!==n.origin||r.pathname.length<n.pathname.length)return!1;const o=r.pathname.endsWith("/")?r.pathname:r.pathname+"/",s=n.pathname.endsWith("/")?n.pathname:n.pathname+"/";return o.startsWith(s)}var qo=class extends Error{constructor(t="Unauthorized"){super(t),this.name="UnauthorizedError"}};function Lo(e){var t;const r=(t=e.headers.get("www-authenticate"))!=null?t:e.headers.get("WWW-Authenticate");if(!r)return;const[n,o]=r.split(" ");if(n.toLowerCase()!=="bearer"||!o)return;const s=/resource_metadata="([^"]*)"/,a=r.match(s);if(a)try{return new URL(a[1])}catch{return}}function U9(e,t="",r={}){return t.endsWith("/")&&(t=t.slice(0,-1)),r.prependPathname?`${t}/.well-known/${e}`:`/.well-known/${e}${t}`}async function ai(e,t,r=fetch){try{return await r(e,{headers:t})}catch(n){if(n instanceof TypeError)return t?ai(e,void 0,r):void 0;throw n}}async function N0(e,t,r=fetch){return await ai(e,{"MCP-Protocol-Version":t},r)}function z9(e,t){return!e||e.status>=400&&e.status<500&&t!=="/"}async function D9(e,t,r,n){var o,s;const a=new URL(e),i=(o=n?.protocolVersion)!=null?o:Qr;let l;if(n?.metadataUrl)l=new URL(n.metadataUrl);else{const u=U9(t,a.pathname);l=new URL(u,(s=n?.metadataServerUrl)!=null?s:a),l.search=a.search}let c=await N0(l,i,r);if(!n?.metadataUrl&&z9(c,a.pathname)){const u=new URL(`/.well-known/${t}`,a);c=await N0(u,i,r)}return c}async function Z9(e,t,r=fetch){const n=await D9(e,"oauth-protected-resource",r,{protocolVersion:t?.protocolVersion,metadataUrl:t?.resourceMetadataUrl});if(!n||n.status===404)throw new Error("Resource server does not implement OAuth 2.0 Protected Resource Metadata.");if(!n.ok)throw new Error(`HTTP ${n.status} trying to load well-known OAuth protected resource metadata.`);return E9.parse(await n.json())}function F9(e){const t=typeof e=="string"?new URL(e):e,r=t.pathname!=="/",n=[];if(!r)return n.push({url:new URL("/.well-known/oauth-authorization-server",t.origin),type:"oauth"}),n.push({url:new URL("/.well-known/openid-configuration",t.origin),type:"oidc"}),n;let o=t.pathname;return o.endsWith("/")&&(o=o.slice(0,-1)),n.push({url:new URL(`/.well-known/oauth-authorization-server${o}`,t.origin),type:"oauth"}),n.push({url:new URL("/.well-known/oauth-authorization-server",t.origin),type:"oauth"}),n.push({url:new URL(`/.well-known/openid-configuration${o}`,t.origin),type:"oidc"}),n.push({url:new URL(`${o}/.well-known/openid-configuration`,t.origin),type:"oidc"}),n}async function V9(e,{fetchFn:t=fetch,protocolVersion:r=Qr}={}){var n;const o={"MCP-Protocol-Version":r},s=F9(e);for(const{url:a,type:i}of s){const l=await ai(a,o,t);if(l){if(!l.ok){if(l.status>=400&&l.status<500)continue;throw new Error(`HTTP ${l.status} trying to load ${i==="oauth"?"OAuth":"OpenID provider"} metadata from ${a}`)}if(i==="oauth")return R0.parse(await l.json());{const c=x9.parse(await l.json());if(!((n=c.code_challenge_methods_supported)!=null&&n.includes("S256")))throw new Error(`Incompatible OIDC provider at ${a}: does not support S256 code challenge method required by MCP specification`);return c}}}}async function H9(e,{metadata:t,clientInformation:r,redirectUrl:n,scope:o,state:s,resource:a}){const i="code",l="S256";let c;if(t){if(c=new URL(t.authorization_endpoint),!t.response_types_supported.includes(i))throw new Error(`Incompatible auth server: does not support response type ${i}`);if(!t.code_challenge_methods_supported||!t.code_challenge_methods_supported.includes(l))throw new Error(`Incompatible auth server: does not support code challenge method ${l}`)}else c=new URL("/authorize",e);const u=await m0(),g=u.code_verifier,h=u.code_challenge;return c.searchParams.set("response_type",i),c.searchParams.set("client_id",r.client_id),c.searchParams.set("code_challenge",h),c.searchParams.set("code_challenge_method",l),c.searchParams.set("redirect_uri",String(n)),s&&c.searchParams.set("state",s),o&&c.searchParams.set("scope",o),o?.includes("offline_access")&&c.searchParams.append("prompt","consent"),a&&c.searchParams.set("resource",a.href),{authorizationUrl:c,codeVerifier:g}}function A0(e,t){const r=e.client_secret!==void 0;return t.length===0?r?"client_secret_post":"none":r&&t.includes("client_secret_basic")?"client_secret_basic":r&&t.includes("client_secret_post")?"client_secret_post":t.includes("none")?"none":r?"client_secret_post":"none"}function q0(e,t,r,n){const{client_id:o,client_secret:s}=t;switch(e){case"client_secret_basic":B9(o,s,r);return;case"client_secret_post":J9(o,s,n);return;case"none":G9(o,n);return;default:throw new Error(`Unsupported client authentication method: ${e}`)}}function B9(e,t,r){if(!t)throw new Error("client_secret_basic authentication requires a client_secret");const n=btoa(`${e}:${t}`);r.set("Authorization",`Basic ${n}`)}function J9(e,t,r){r.set("client_id",e),t&&r.set("client_secret",t)}function G9(e,t){t.set("client_id",e)}async function ii(e){const t=e instanceof Response?e.status:void 0,r=e instanceof Response?await e.text():e;try{const n=O9.parse(JSON.parse(r)),{error:o,error_description:s,error_uri:a}=n,i=q9[o]||Xr;return new i({message:s||"",cause:a})}catch(n){const o=`${t?`HTTP ${t}: `:""}Invalid OAuth error response: ${n}. Raw body: ${r}`;return new Xr({message:o})}}async function W9(e,{metadata:t,clientInformation:r,authorizationCode:n,codeVerifier:o,redirectUri:s,resource:a,addClientAuthentication:i,fetchFn:l}){var c;const u="authorization_code",g=t?.token_endpoint?new URL(t.token_endpoint):new URL("/token",e);if(t?.grant_types_supported&&!t.grant_types_supported.includes(u))throw new Error(`Incompatible auth server: does not support grant type ${u}`);const h=new Headers({"Content-Type":"application/x-www-form-urlencoded",Accept:"application/json"}),d=new URLSearchParams({grant_type:u,code:n,code_verifier:o,redirect_uri:String(s)});if(i)i(h,d,e,t);else{const w=(c=t?.token_endpoint_auth_methods_supported)!=null?c:[],m=A0(r,w);q0(m,r,h,d)}a&&d.set("resource",a.href);const p=await(l??fetch)(g,{method:"POST",headers:h,body:d});if(!p.ok)throw await ii(p);return x0.parse(await p.json())}async function K9(e,{metadata:t,clientInformation:r,refreshToken:n,resource:o,addClientAuthentication:s,fetchFn:a}){var i;const l="refresh_token";let c;if(t){if(c=new URL(t.token_endpoint),t.grant_types_supported&&!t.grant_types_supported.includes(l))throw new Error(`Incompatible auth server: does not support grant type ${l}`)}else c=new URL("/token",e);const u=new Headers({"Content-Type":"application/x-www-form-urlencoded"}),g=new URLSearchParams({grant_type:l,refresh_token:n});if(s)s(u,g,e,t);else{const d=(i=t?.token_endpoint_auth_methods_supported)!=null?i:[],p=A0(r,d);q0(p,r,u,g)}o&&g.set("resource",o.href);const h=await(a??fetch)(c,{method:"POST",headers:u,body:g});if(!h.ok)throw await ii(h);return x0.parse({refresh_token:n,...await h.json()})}async function Y9(e,{metadata:t,clientMetadata:r,fetchFn:n}){let o;if(t){if(!t.registration_endpoint)throw new Error("Incompatible auth server: does not support dynamic client registration");o=new URL(t.registration_endpoint)}else o=new URL("/register",e);const s=await(n??fetch)(o,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!s.ok)throw await ii(s);return M9.parse(await s.json())}async function jo(e,t){var r,n;try{return await li(e,t)}catch(o){if(o instanceof Mo||o instanceof Ao)return await((r=e.invalidateCredentials)==null?void 0:r.call(e,"all")),await li(e,t);if(o instanceof No)return await((n=e.invalidateCredentials)==null?void 0:n.call(e,"tokens")),await li(e,t);throw o}}async function Q9(e,t,r){const n=L9(e);if(t.validateResourceURL)return await t.validateResourceURL(n,r?.resource);if(r){if(!j9({requestedResource:n,configuredResource:r.resource}))throw new Error(`Protected resource ${r.resource} does not match expected ${n} (or origin)`);return new URL(r.resource)}}async function li(e,{serverUrl:t,authorizationCode:r,scope:n,resourceMetadataUrl:o,fetchFn:s}){let a,i;try{a=await Z9(t,{resourceMetadataUrl:o},s),a.authorization_servers&&a.authorization_servers.length>0&&(i=a.authorization_servers[0])}catch{}i||(i=t);const l=await Q9(t,e,a),c=await V9(i,{fetchFn:s});let u=await Promise.resolve(e.clientInformation());if(!u){if(r!==void 0)throw new Error("Existing OAuth client information is required when exchanging an authorization code");if(!e.saveClientInformation)throw new Error("OAuth client information must be saveable for dynamic registration");const w=await Y9(i,{metadata:c,clientMetadata:e.clientMetadata,fetchFn:s});await e.saveClientInformation(w),u=w}if(r!==void 0){const w=await e.codeVerifier(),m=await W9(i,{metadata:c,clientInformation:u,authorizationCode:r,codeVerifier:w,redirectUri:e.redirectUrl,resource:l,addClientAuthentication:e.addClientAuthentication,fetchFn:s});return await e.saveTokens(m),"AUTHORIZED"}const g=await e.tokens();if(g?.refresh_token)try{const w=await K9(i,{metadata:c,clientInformation:u,refreshToken:g.refresh_token,resource:l,addClientAuthentication:e.addClientAuthentication,fetchFn:s});return await e.saveTokens(w),"AUTHORIZED"}catch(w){if(!(!(w instanceof zn)||w instanceof Xr))throw w}const h=e.state?await e.state():void 0,{authorizationUrl:d,codeVerifier:p}=await H9(i,{metadata:c,clientInformation:u,state:h,redirectUrl:e.redirectUrl,scope:n||e.clientMetadata.scope,resource:l});return await e.saveCodeVerifier(p),await e.redirectToAuthorization(d),"REDIRECT"}var X9=class{constructor({url:e,headers:t,authProvider:r}){this.connected=!1,this.url=new URL(e),this.headers=t,this.authProvider=r}async commonHeaders(e){const t={...this.headers,...e,"mcp-protocol-version":Qr};if(this.authProvider){const r=await this.authProvider.tokens();r?.access_token&&(t.Authorization=`Bearer ${r.access_token}`)}return cr(t,`ai-sdk/${I0}`,xn())}async start(){return new Promise((e,t)=>{if(this.connected)return e();this.abortController=new AbortController;const r=async(n=!1)=>{var o,s,a,i,l;try{const c=await this.commonHeaders({Accept:"text/event-stream"}),u=await fetch(this.url.href,{headers:c,signal:(o=this.abortController)==null?void 0:o.signal});if(u.status===401&&this.authProvider&&!n){this.resourceMetadataUrl=Lo(u);try{if(await jo(this.authProvider,{serverUrl:this.url,resourceMetadataUrl:this.resourceMetadataUrl})!=="AUTHORIZED"){const w=new qo;return(s=this.onerror)==null||s.call(this,w),t(w)}}catch(p){return(a=this.onerror)==null||a.call(this,p),t(p)}return r(!0)}if(!u.ok||!u.body){let p=`MCP SSE Transport Error: ${u.status} ${u.statusText}`;u.status===405&&(p+=". This server does not support SSE transport. Try using `http` transport instead");const w=new Ie({message:p});return(i=this.onerror)==null||i.call(this,w),t(w)}const h=u.body.pipeThrough(new TextDecoderStream).pipeThrough(new Vr).getReader(),d=async()=>{var p,w,m;try{for(;;){const{done:y,value:_}=await h.read();if(y){if(this.connected)throw this.connected=!1,new Ie({message:"MCP SSE Transport Error: Connection closed unexpectedly"});return}const{event:f,data:b}=_;if(f==="endpoint"){if(this.endpoint=new URL(b,this.url),this.endpoint.origin!==this.url.origin)throw new Ie({message:`MCP SSE Transport Error: Endpoint origin does not match connection origin: ${this.endpoint.origin}`});this.connected=!0,e()}else if(f==="message")try{const k=Un.parse(JSON.parse(b));(p=this.onmessage)==null||p.call(this,k)}catch(k){const S=new Ie({message:"MCP SSE Transport Error: Failed to parse message",cause:k});(w=this.onerror)==null||w.call(this,S)}}}catch(y){if(y instanceof Error&&y.name==="AbortError")return;(m=this.onerror)==null||m.call(this,y),t(y)}};this.sseConnection={close:()=>h.cancel()},d()}catch(c){if(c instanceof Error&&c.name==="AbortError")return;(l=this.onerror)==null||l.call(this,c),t(c)}};r()})}async close(){var e,t,r;this.connected=!1,(e=this.sseConnection)==null||e.close(),(t=this.abortController)==null||t.abort(),(r=this.onclose)==null||r.call(this)}async send(e){if(!this.endpoint||!this.connected)throw new Ie({message:"MCP SSE Transport Error: Not connected"});const t=this.endpoint,r=async(n=!1)=>{var o,s,a,i,l;try{const u={method:"POST",headers:await this.commonHeaders({"Content-Type":"application/json"}),body:JSON.stringify(e),signal:(o=this.abortController)==null?void 0:o.signal},g=await fetch(t,u);if(g.status===401&&this.authProvider&&!n){this.resourceMetadataUrl=Lo(g);try{if(await jo(this.authProvider,{serverUrl:this.url,resourceMetadataUrl:this.resourceMetadataUrl})!=="AUTHORIZED"){const d=new qo;(s=this.onerror)==null||s.call(this,d);return}}catch(h){(a=this.onerror)==null||a.call(this,h);return}return r(!0)}if(!g.ok){const h=await g.text().catch(()=>null),d=new Ie({message:`MCP SSE Transport Error: POSTing to endpoint (HTTP ${g.status}): ${h}`});(i=this.onerror)==null||i.call(this,d);return}}catch(c){(l=this.onerror)==null||l.call(this,c);return}};await r()}},e4=class{constructor({url:e,headers:t,authProvider:r}){this.inboundReconnectAttempts=0,this.reconnectionOptions={initialReconnectionDelay:1e3,maxReconnectionDelay:3e4,reconnectionDelayGrowFactor:1.5,maxRetries:2},this.url=new URL(e),this.headers=t,this.authProvider=r}async commonHeaders(e){const t={...this.headers,...e,"mcp-protocol-version":Qr};if(this.sessionId&&(t["mcp-session-id"]=this.sessionId),this.authProvider){const r=await this.authProvider.tokens();r?.access_token&&(t.Authorization=`Bearer ${r.access_token}`)}return cr(t,`ai-sdk/${I0}`,xn())}async start(){if(this.abortController)throw new Ie({message:"MCP HTTP Transport Error: Transport already started. Note: client.connect() calls start() automatically."});this.abortController=new AbortController,this.openInboundSse()}async close(){var e,t,r;(e=this.inboundSseConnection)==null||e.close();try{if(this.sessionId&&this.abortController&&!this.abortController.signal.aborted){const n=await this.commonHeaders({});await fetch(this.url,{method:"DELETE",headers:n,signal:this.abortController.signal}).catch(()=>{})}}catch{}(t=this.abortController)==null||t.abort(),(r=this.onclose)==null||r.call(this)}async send(e){const t=async(r=!1)=>{var n,o,s,a,i,l,c;try{const g={method:"POST",headers:await this.commonHeaders({"Content-Type":"application/json",Accept:"application/json, text/event-stream"}),body:JSON.stringify(e),signal:(n=this.abortController)==null?void 0:n.signal},h=await fetch(this.url,g),d=h.headers.get("mcp-session-id");if(d&&(this.sessionId=d),h.status===401&&this.authProvider&&!r){this.resourceMetadataUrl=Lo(h);try{if(await jo(this.authProvider,{serverUrl:this.url,resourceMetadataUrl:this.resourceMetadataUrl})!=="AUTHORIZED")throw new qo}catch(m){throw(o=this.onerror)==null||o.call(this,m),m}return t(!0)}if(h.status===202){this.inboundSseConnection||this.openInboundSse();return}if(!h.ok){const m=await h.text().catch(()=>null);let y=`MCP HTTP Transport Error: POSTing to endpoint (HTTP ${h.status}): ${m}`;h.status===404&&(y+=". This server does not support HTTP transport. Try using `sse` transport instead");const _=new Ie({message:y});throw(s=this.onerror)==null||s.call(this,_),_}const p=h.headers.get("content-type")||"";if(p.includes("application/json")){const m=await h.json(),y=Array.isArray(m)?m.map(_=>Un.parse(_)):[Un.parse(m)];for(const _ of y)(a=this.onmessage)==null||a.call(this,_);return}if(p.includes("text/event-stream")){if(!h.body){const f=new Ie({message:"MCP HTTP Transport Error: text/event-stream response without body"});throw(i=this.onerror)==null||i.call(this,f),f}const y=h.body.pipeThrough(new TextDecoderStream).pipeThrough(new Vr).getReader();(async()=>{var f,b,k;try{for(;;){const{done:S,value:C}=await y.read();if(S)return;const{event:I,data:x}=C;if(I==="message")try{const M=Un.parse(JSON.parse(x));(f=this.onmessage)==null||f.call(this,M)}catch(M){const P=new Ie({message:"MCP HTTP Transport Error: Failed to parse message",cause:M});(b=this.onerror)==null||b.call(this,P)}}}catch(S){if(S instanceof Error&&S.name==="AbortError")return;(k=this.onerror)==null||k.call(this,S)}})();return}const w=new Ie({message:`MCP HTTP Transport Error: Unexpected content type: ${p}`});throw(l=this.onerror)==null||l.call(this,w),w}catch(u){throw(c=this.onerror)==null||c.call(this,u),u}};await t()}getNextReconnectionDelay(e){const{initialReconnectionDelay:t,reconnectionDelayGrowFactor:r,maxReconnectionDelay:n}=this.reconnectionOptions;return Math.min(t*Math.pow(r,e),n)}scheduleInboundSseReconnection(){var e;const{maxRetries:t}=this.reconnectionOptions;if(t>0&&this.inboundReconnectAttempts>=t){(e=this.onerror)==null||e.call(this,new Ie({message:`MCP HTTP Transport Error: Maximum reconnection attempts (${t}) exceeded.`}));return}const r=this.getNextReconnectionDelay(this.inboundReconnectAttempts);this.inboundReconnectAttempts+=1,setTimeout(async()=>{var n;(n=this.abortController)!=null&&n.signal.aborted||await this.openInboundSse(!1,this.lastInboundEventId)},r)}async openInboundSse(e=!1,t){var r,n,o,s,a,i;try{const l=await this.commonHeaders({Accept:"text/event-stream"});t&&(l["last-event-id"]=t);const c=await fetch(this.url.href,{method:"GET",headers:l,signal:(r=this.abortController)==null?void 0:r.signal}),u=c.headers.get("mcp-session-id");if(u&&(this.sessionId=u),c.status===401&&this.authProvider&&!e){this.resourceMetadataUrl=Lo(c);try{if(await jo(this.authProvider,{serverUrl:this.url,resourceMetadataUrl:this.resourceMetadataUrl})!=="AUTHORIZED"){const w=new qo;(n=this.onerror)==null||n.call(this,w);return}}catch(p){(o=this.onerror)==null||o.call(this,p);return}return this.openInboundSse(!0,t)}if(c.status===405)return;if(!c.ok||!c.body){const p=new Ie({message:`MCP HTTP Transport Error: GET SSE failed: ${c.status} ${c.statusText}`});(s=this.onerror)==null||s.call(this,p);return}const h=c.body.pipeThrough(new TextDecoderStream).pipeThrough(new Vr).getReader(),d=async()=>{var p,w,m,y;try{for(;;){const{done:_,value:f}=await h.read();if(_)return;const{event:b,data:k,id:S}=f;if(S&&(this.lastInboundEventId=S),b==="message")try{const C=Un.parse(JSON.parse(k));(p=this.onmessage)==null||p.call(this,C)}catch(C){const I=new Ie({message:"MCP HTTP Transport Error: Failed to parse message",cause:C});(w=this.onerror)==null||w.call(this,I)}}}catch(_){if(_ instanceof Error&&_.name==="AbortError")return;(m=this.onerror)==null||m.call(this,_),(y=this.abortController)!=null&&y.signal.aborted||this.scheduleInboundSseReconnection()}};this.inboundSseConnection={close:()=>h.cancel()},this.inboundReconnectAttempts=0,d()}catch(l){if(l instanceof Error&&l.name==="AbortError")return;(a=this.onerror)==null||a.call(this,l),(i=this.abortController)!=null&&i.signal.aborted||this.scheduleInboundSseReconnection()}}};function t4(e){switch(e.type){case"sse":return new X9(e);case"http":return new e4(e);default:throw new Ie({message:"Unsupported or invalid transport configuration. If you are using a custom transport, make sure it implements the MCPTransport interface."})}}function r4(e){return"start"in e&&typeof e.start=="function"&&"send"in e&&typeof e.send=="function"&&"close"in e&&typeof e.close=="function"}var n4="1.0.0";async function o4(e){const t=new s4(e);return await t.init(),t}var s4=class{constructor({transport:e,name:t="ai-sdk-mcp-client",version:r=n4,onUncaughtError:n,capabilities:o}){this.requestMessageId=0,this.responseHandlers=new Map,this.serverCapabilities={},this.isClosed=!0,this.onUncaughtError=n,this.clientCapabilities=o??{},r4(e)?this.transport=e:this.transport=t4(e),this.transport.onclose=()=>this.onClose(),this.transport.onerror=s=>this.onError(s),this.transport.onmessage=s=>{if("method"in s){"id"in s?this.onRequestMessage(s):this.onError(new Ie({message:"Unsupported message type"}));return}this.onResponse(s)},this.clientInfo={name:t,version:r}}async init(){try{await this.transport.start(),this.isClosed=!1;const e=await this.request({request:{method:"initialize",params:{protocolVersion:Qr,capabilities:this.clientCapabilities,clientInfo:this.clientInfo}},resultSchema:i9});if(e===void 0)throw new Ie({message:"Server sent invalid initialize result"});if(!o9.includes(e.protocolVersion))throw new Ie({message:`Server's protocol version is not supported: ${e.protocolVersion}`});return this.serverCapabilities=e.capabilities,await this.notification({method:"notifications/initialized"}),this}catch(e){throw await this.close(),e}}async close(){var e;this.isClosed||(await((e=this.transport)==null?void 0:e.close()),this.onClose())}assertCapability(e){switch(e){case"initialize":break;case"tools/list":case"tools/call":if(!this.serverCapabilities.tools)throw new Ie({message:"Server does not support tools"});break;case"resources/list":case"resources/read":case"resources/templates/list":if(!this.serverCapabilities.resources)throw new Ie({message:"Server does not support resources"});break;case"prompts/list":case"prompts/get":if(!this.serverCapabilities.prompts)throw new Ie({message:"Server does not support prompts"});break;default:throw new Ie({message:`Unsupported method: ${e}`})}}async request({request:e,resultSchema:t,options:r}){return new Promise((n,o)=>{if(this.isClosed)return o(new Ie({message:"Attempted to send a request from a closed client"}));this.assertCapability(e.method);const s=r?.signal;s?.throwIfAborted();const a=this.requestMessageId++,i={...e,jsonrpc:"2.0",id:a},l=()=>{this.responseHandlers.delete(a)};this.responseHandlers.set(a,c=>{if(s?.aborted)return o(new Ie({message:"Request was aborted",cause:s.reason}));if(c instanceof Error)return o(c);try{const u=t.parse(c.result);n(u)}catch(u){const g=new Ie({message:"Failed to parse server response",cause:u});o(g)}}),this.transport.send(i).catch(c=>{l(),o(c)})})}async listTools({params:e,options:t}={}){try{return this.request({request:{method:"tools/list",params:e},resultSchema:c9,options:t})}catch(r){throw r}}async callTool({name:e,args:t,options:r}){try{return this.request({request:{method:"tools/call",params:{name:e,arguments:t}},resultSchema:p9,options:{signal:r?.abortSignal}})}catch(n){throw n}}async listResourcesInternal({params:e,options:t}={}){try{return this.request({request:{method:"resources/list",params:e},resultSchema:d9,options:t})}catch(r){throw r}}async readResourceInternal({uri:e,options:t}){try{return this.request({request:{method:"resources/read",params:{uri:e}},resultSchema:m9,options:t})}catch(r){throw r}}async listResourceTemplatesInternal({options:e}={}){try{return this.request({request:{method:"resources/templates/list"},resultSchema:h9,options:e})}catch(t){throw t}}async listPromptsInternal({params:e,options:t}={}){try{return this.request({request:{method:"prompts/list",params:e},resultSchema:_9,options:t})}catch(r){throw r}}async getPromptInternal({name:e,args:t,options:r}){try{return this.request({request:{method:"prompts/get",params:{name:e,arguments:t}},resultSchema:w9,options:r})}catch(n){throw n}}async notification(e){const t={...e,jsonrpc:"2.0"};await this.transport.send(t)}async tools({schemas:e="automatic"}={}){var t;const r={};try{const n=await this.listTools();for(const{name:o,description:s,inputSchema:a}of n.tools){if(e!=="automatic"&&!(o in e))continue;const i=this,l=async(u,g)=>{var h;return(h=g?.abortSignal)==null||h.throwIfAborted(),i.callTool({name:o,args:u,options:g})},c=e==="automatic"?td({description:s,inputSchema:Rn({...a,properties:(t=a.properties)!=null?t:{},additionalProperties:!1}),execute:l}):{description:s,inputSchema:e[o].inputSchema,execute:l};r[o]=c}return r}catch(n){throw n}}listResources({params:e,options:t}={}){return this.listResourcesInternal({params:e,options:t})}readResource({uri:e,options:t}){return this.readResourceInternal({uri:e,options:t})}listResourceTemplates({options:e}={}){return this.listResourceTemplatesInternal({options:e})}listPrompts({params:e,options:t}={}){return this.listPromptsInternal({params:e,options:t})}getPrompt({name:e,arguments:t,options:r}){return this.getPromptInternal({name:e,args:t,options:r})}onElicitationRequest(e,t){if(e!==E0)throw new Ie({message:"Unsupported request schema. Only ElicitationRequestSchema is supported."});this.elicitationRequestHandler=t}async onRequestMessage(e){try{if(e.method!=="elicitation/create"){await this.transport.send({jsonrpc:"2.0",id:e.id,error:{code:-32601,message:`Unsupported request method: ${e.method}`}});return}if(!this.elicitationRequestHandler){await this.transport.send({jsonrpc:"2.0",id:e.id,error:{code:-32601,message:"No elicitation handler registered on client"}});return}const t=E0.safeParse({method:e.method,params:e.params});if(!t.success){await this.transport.send({jsonrpc:"2.0",id:e.id,error:{code:-32602,message:`Invalid elicitation request: ${t.error.message}`,data:t.error.issues}});return}try{const r=await this.elicitationRequestHandler(t.data),n=k9.parse(r);await this.transport.send({jsonrpc:"2.0",id:e.id,result:n})}catch(r){await this.transport.send({jsonrpc:"2.0",id:e.id,error:{code:-32603,message:r instanceof Error?r.message:"Failed to handle elicitation request"}}),this.onError(r)}}catch(t){this.onError(t)}}onClose(){if(this.isClosed)return;this.isClosed=!0;const e=new Ie({message:"Connection closed"});for(const t of this.responseHandlers.values())t(e);this.responseHandlers.clear()}onError(e){this.onUncaughtError&&this.onUncaughtError(e)}onResponse(e){const t=Number(e.id),r=this.responseHandlers.get(t);if(r===void 0)throw new Ie({message:`Protocol error: Received a response for an unknown message ID: ${JSON.stringify(e)}`});this.responseHandlers.delete(t),r("result"in e?e:new Ie({message:e.error.message,code:e.error.code,data:e.error.data,cause:e.error}))}};function Uo(e){return e?e instanceof Headers?Object.fromEntries(e.entries()):Array.isArray(e)?Object.fromEntries(e):{...e}:{}}function L0(e=fetch,t){return t?async(r,n)=>{const o={...t,...n,headers:n?.headers?{...Uo(t.headers),...Uo(n.headers)}:t.headers};return e(r,o)}:e}const zo="2025-11-25",a4=[zo,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],Wt="io.modelcontextprotocol/related-task",Do="2.0",zt=Vu(e=>e!==null&&(typeof e=="object"||typeof e=="function")),j0=ne([v(),q().int()]),U0=v(),i4=ze({ttl:ne([q(),wa()]).optional(),pollInterval:q().optional()}),ci=ze({taskId:v()}),l4=ze({progressToken:j0.optional(),[Wt]:ci.optional()}),ct=ze({task:i4.optional(),_meta:l4.optional()}),Be=T({method:v(),params:ct.optional()}),Pr=ze({_meta:T({[Wt]:K(ci)}).passthrough().optional()}),bt=T({method:v(),params:Pr.optional()}),Ye=ze({_meta:ze({[Wt]:ci.optional()}).optional()}),Zo=ne([v(),q().int()]),z0=T({jsonrpc:L(Do),id:Zo,...Be.shape}).strict(),ui=e=>z0.safeParse(e).success,D0=T({jsonrpc:L(Do),...bt.shape}).strict(),c4=e=>D0.safeParse(e).success,Z0=T({jsonrpc:L(Do),id:Zo,result:Ye}).strict(),Dn=e=>Z0.safeParse(e).success;var ge;(function(e){e[e.ConnectionClosed=-32e3]="ConnectionClosed",e[e.RequestTimeout=-32001]="RequestTimeout",e[e.ParseError=-32700]="ParseError",e[e.InvalidRequest=-32600]="InvalidRequest",e[e.MethodNotFound=-32601]="MethodNotFound",e[e.InvalidParams=-32602]="InvalidParams",e[e.InternalError=-32603]="InternalError",e[e.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(ge||(ge={}));const F0=T({jsonrpc:L(Do),id:Zo,error:T({code:q().int(),message:v(),data:K($e())})}).strict(),u4=e=>F0.safeParse(e).success,Or=ne([z0,D0,Z0,F0]),Mr=Ye.strict(),d4=Pr.extend({requestId:Zo,reason:v().optional()}),di=bt.extend({method:L("notifications/cancelled"),params:d4}),p4=T({src:v(),mimeType:v().optional(),sizes:A(v()).optional()}),Zn=T({icons:A(p4).optional()}),en=T({name:v(),title:v().optional()}),V0=en.extend({...en.shape,...Zn.shape,version:v(),websiteUrl:v().optional()}),f4=ba(T({applyDefaults:ce().optional()}),ve(v(),$e())),h4=Hu(e=>e&&typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0?{form:{}}:e,ba(T({form:f4.optional(),url:zt.optional()}),ve(v(),$e()).optional())),m4=T({list:K(T({}).passthrough()),cancel:K(T({}).passthrough()),requests:K(T({sampling:K(T({createMessage:K(T({}).passthrough())}).passthrough()),elicitation:K(T({create:K(T({}).passthrough())}).passthrough())}).passthrough())}).passthrough(),g4=T({list:K(T({}).passthrough()),cancel:K(T({}).passthrough()),requests:K(T({tools:K(T({call:K(T({}).passthrough())}).passthrough())}).passthrough())}).passthrough(),v4=T({experimental:ve(v(),zt).optional(),sampling:T({context:zt.optional(),tools:zt.optional()}).optional(),elicitation:h4.optional(),roots:T({listChanged:ce().optional()}).optional(),tasks:K(m4)}),_4=ct.extend({protocolVersion:v(),capabilities:v4,clientInfo:V0}),y4=Be.extend({method:L("initialize"),params:_4}),w4=T({experimental:ve(v(),zt).optional(),logging:zt.optional(),completions:zt.optional(),prompts:K(T({listChanged:K(ce())})),resources:T({subscribe:ce().optional(),listChanged:ce().optional()}).optional(),tools:T({listChanged:ce().optional()}).optional(),tasks:K(g4)}).passthrough(),H0=Ye.extend({protocolVersion:v(),capabilities:w4,serverInfo:V0,instructions:v().optional()}),B0=bt.extend({method:L("notifications/initialized")}),b4=e=>B0.safeParse(e).success,pi=Be.extend({method:L("ping")}),k4=T({progress:q(),total:K(q()),message:K(v())}),S4=T({...Pr.shape,...k4.shape,progressToken:j0}),fi=bt.extend({method:L("notifications/progress"),params:S4}),C4=ct.extend({cursor:U0.optional()}),Fn=Be.extend({params:C4.optional()}),Vn=Ye.extend({nextCursor:K(U0)}),Hn=T({taskId:v(),status:_e(["working","input_required","completed","failed","cancelled"]),ttl:ne([q(),wa()]),createdAt:v(),lastUpdatedAt:v(),pollInterval:K(q()),statusMessage:K(v())}),Bn=Ye.extend({task:Hn}),T4=Pr.merge(Hn),Fo=bt.extend({method:L("notifications/tasks/status"),params:T4}),hi=Be.extend({method:L("tasks/get"),params:ct.extend({taskId:v()})}),mi=Ye.merge(Hn),gi=Be.extend({method:L("tasks/result"),params:ct.extend({taskId:v()})}),vi=Fn.extend({method:L("tasks/list")}),_i=Vn.extend({tasks:A(Hn)}),$4=Be.extend({method:L("tasks/cancel"),params:ct.extend({taskId:v()})}),E4=Ye.merge(Hn),J0=T({uri:v(),mimeType:K(v()),_meta:ve(v(),$e()).optional()}),G0=J0.extend({text:v()}),yi=v().refine(e=>{try{return atob(e),!0}catch{return!1}},{message:"Invalid Base64 string"}),W0=J0.extend({blob:yi}),tn=T({audience:A(_e(["user","assistant"])).optional(),priority:q().min(0).max(1).optional(),lastModified:Ru({offset:!0}).optional()}),K0=T({...en.shape,...Zn.shape,uri:v(),description:K(v()),mimeType:K(v()),annotations:tn.optional(),_meta:K(ze({}))}),I4=T({...en.shape,...Zn.shape,uriTemplate:v(),description:K(v()),mimeType:K(v()),annotations:tn.optional(),_meta:K(ze({}))}),x4=Fn.extend({method:L("resources/list")}),Y0=Vn.extend({resources:A(K0)}),R4=Fn.extend({method:L("resources/templates/list")}),Q0=Vn.extend({resourceTemplates:A(I4)}),wi=ct.extend({uri:v()}),P4=wi,O4=Be.extend({method:L("resources/read"),params:P4}),X0=Ye.extend({contents:A(ne([G0,W0]))}),ef=bt.extend({method:L("notifications/resources/list_changed")}),M4=wi,N4=Be.extend({method:L("resources/subscribe"),params:M4}),A4=wi,q4=Be.extend({method:L("resources/unsubscribe"),params:A4}),L4=Pr.extend({uri:v()}),tf=bt.extend({method:L("notifications/resources/updated"),params:L4}),j4=T({name:v(),description:K(v()),required:K(ce())}),U4=T({...en.shape,...Zn.shape,description:K(v()),arguments:K(A(j4)),_meta:K(ze({}))}),z4=Fn.extend({method:L("prompts/list")}),rf=Vn.extend({prompts:A(U4)}),D4=ct.extend({name:v(),arguments:ve(v(),v()).optional()}),Z4=Be.extend({method:L("prompts/get"),params:D4}),bi=T({type:L("text"),text:v(),annotations:tn.optional(),_meta:ve(v(),$e()).optional()}),ki=T({type:L("image"),data:yi,mimeType:v(),annotations:tn.optional(),_meta:ve(v(),$e()).optional()}),Si=T({type:L("audio"),data:yi,mimeType:v(),annotations:tn.optional(),_meta:ve(v(),$e()).optional()}),F4=T({type:L("tool_use"),name:v(),id:v(),input:T({}).passthrough(),_meta:K(T({}).passthrough())}).passthrough(),V4=T({type:L("resource"),resource:ne([G0,W0]),annotations:tn.optional(),_meta:ve(v(),$e()).optional()}),H4=K0.extend({type:L("resource_link")}),Ci=ne([bi,ki,Si,H4,V4]),B4=T({role:_e(["user","assistant"]),content:Ci}),nf=Ye.extend({description:K(v()),messages:A(B4)}),of=bt.extend({method:L("notifications/prompts/list_changed")}),J4=T({title:v().optional(),readOnlyHint:ce().optional(),destructiveHint:ce().optional(),idempotentHint:ce().optional(),openWorldHint:ce().optional()}),G4=T({taskSupport:_e(["required","optional","forbidden"]).optional()}),sf=T({...en.shape,...Zn.shape,description:v().optional(),inputSchema:T({type:L("object"),properties:ve(v(),zt).optional(),required:A(v()).optional()}).catchall($e()),outputSchema:T({type:L("object"),properties:ve(v(),zt).optional(),required:A(v()).optional()}).catchall($e()).optional(),annotations:K(J4),execution:K(G4),_meta:ve(v(),$e()).optional()}),W4=Fn.extend({method:L("tools/list")}),af=Vn.extend({tools:A(sf)}),Jn=Ye.extend({content:A(Ci).default([]),structuredContent:ve(v(),$e()).optional(),isError:K(ce())});Jn.or(Ye.extend({toolResult:$e()}));const K4=ct.extend({name:v(),arguments:K(ve(v(),$e()))}),Y4=Be.extend({method:L("tools/call"),params:K4}),lf=bt.extend({method:L("notifications/tools/list_changed")}),cf=_e(["debug","info","notice","warning","error","critical","alert","emergency"]),Q4=ct.extend({level:cf}),X4=Be.extend({method:L("logging/setLevel"),params:Q4}),e6=Pr.extend({level:cf,logger:v().optional(),data:$e()}),uf=bt.extend({method:L("notifications/message"),params:e6}),t6=T({name:v().optional()}),r6=T({hints:K(A(t6)),costPriority:K(q().min(0).max(1)),speedPriority:K(q().min(0).max(1)),intelligencePriority:K(q().min(0).max(1))}),n6=T({mode:K(_e(["auto","required","none"]))}),o6=T({type:L("tool_result"),toolUseId:v().describe("The unique identifier for the corresponding tool call."),content:A(Ci).default([]),structuredContent:T({}).passthrough().optional(),isError:K(ce()),_meta:K(T({}).passthrough())}).passthrough(),s6=Ze("type",[bi,ki,Si]),Vo=Ze("type",[bi,ki,Si,F4,o6]),a6=T({role:_e(["user","assistant"]),content:ne([Vo,A(Vo)]),_meta:K(T({}).passthrough())}).passthrough(),i6=ct.extend({messages:A(a6),modelPreferences:r6.optional(),systemPrompt:v().optional(),includeContext:_e(["none","thisServer","allServers"]).optional(),temperature:q().optional(),maxTokens:q().int(),stopSequences:A(v()).optional(),metadata:zt.optional(),tools:K(A(sf)),toolChoice:K(n6)}),Ti=Be.extend({method:L("sampling/createMessage"),params:i6}),$i=Ye.extend({model:v(),stopReason:K(_e(["endTurn","stopSequence","maxTokens"]).or(v())),role:_e(["user","assistant"]),content:s6}),l6=Ye.extend({model:v(),stopReason:K(_e(["endTurn","stopSequence","maxTokens","toolUse"]).or(v())),role:_e(["user","assistant"]),content:ne([Vo,A(Vo)])}),c6=T({type:L("boolean"),title:v().optional(),description:v().optional(),default:ce().optional()}),u6=T({type:L("string"),title:v().optional(),description:v().optional(),minLength:q().optional(),maxLength:q().optional(),format:_e(["email","uri","date","date-time"]).optional(),default:v().optional()}),d6=T({type:_e(["number","integer"]),title:v().optional(),description:v().optional(),minimum:q().optional(),maximum:q().optional(),default:q().optional()}),p6=T({type:L("string"),title:v().optional(),description:v().optional(),enum:A(v()),default:v().optional()}),f6=T({type:L("string"),title:v().optional(),description:v().optional(),oneOf:A(T({const:v(),title:v()})),default:v().optional()}),h6=T({type:L("string"),title:v().optional(),description:v().optional(),enum:A(v()),enumNames:A(v()).optional(),default:v().optional()}),m6=ne([p6,f6]),g6=T({type:L("array"),title:v().optional(),description:v().optional(),minItems:q().optional(),maxItems:q().optional(),items:T({type:L("string"),enum:A(v())}),default:A(v()).optional()}),v6=T({type:L("array"),title:v().optional(),description:v().optional(),minItems:q().optional(),maxItems:q().optional(),items:T({anyOf:A(T({const:v(),title:v()}))}),default:A(v()).optional()}),_6=ne([g6,v6]),y6=ne([h6,m6,_6]),w6=ne([y6,c6,u6,d6]),b6=ct.extend({mode:L("form").optional(),message:v(),requestedSchema:T({type:L("object"),properties:ve(v(),w6),required:A(v()).optional()})}),k6=ct.extend({mode:L("url"),message:v(),elicitationId:v(),url:v().url()}),S6=ne([b6,k6]),Ei=Be.extend({method:L("elicitation/create"),params:S6}),C6=Pr.extend({elicitationId:v()}),T6=bt.extend({method:L("notifications/elicitation/complete"),params:C6}),Ii=Ye.extend({action:_e(["accept","decline","cancel"]),content:Hu(e=>e===null?void 0:e,ve(v(),ne([v(),q(),ce(),A(v())])).optional())}),$6=T({type:L("ref/resource"),uri:v()}),E6=T({type:L("ref/prompt"),name:v()}),I6=ct.extend({ref:ne([E6,$6]),argument:T({name:v(),value:v()}),context:T({arguments:ve(v(),v()).optional()}).optional()}),x6=Be.extend({method:L("completion/complete"),params:I6}),df=Ye.extend({completion:ze({values:A(v()).max(100),total:K(q().int()),hasMore:K(ce())})}),R6=T({uri:v().startsWith("file://"),name:v().optional(),_meta:ve(v(),$e()).optional()}),pf=Be.extend({method:L("roots/list")}),ff=Ye.extend({roots:A(R6)}),P6=bt.extend({method:L("notifications/roots/list_changed")});ne([pi,y4,x6,X4,Z4,z4,x4,R4,O4,N4,q4,Y4,W4,hi,gi,vi]),ne([di,fi,B0,P6,Fo]),ne([Mr,$i,l6,Ii,ff,mi,_i,Bn]),ne([pi,Ti,Ei,pf,hi,gi,vi]),ne([di,fi,uf,tf,ef,lf,of,Fo,T6]),ne([Mr,H0,df,nf,rf,Y0,Q0,X0,Jn,af,mi,_i,Bn]);class de extends Error{constructor(t,r,n){super(`MCP error ${t}: ${r}`),this.code=t,this.data=n,this.name="McpError"}static fromError(t,r,n){if(t===ge.UrlElicitationRequired&&n){const o=n;if(o.elicitations)return new O6(o.elicitations,r)}return new de(t,r,n)}}class O6 extends de{constructor(t,r=`URL elicitation${t.length>1?"s":""} required`){super(ge.UrlElicitationRequired,r,{elicitations:t})}get elicitations(){var t,r;return(r=(t=this.data)===null||t===void 0?void 0:t.elicitations)!==null&&r!==void 0?r:[]}}const Je=Gv().superRefine((e,t)=>{if(!URL.canParse(e))return t.addIssue({code:Bu.custom,message:"URL must be parseable",fatal:!0}),Vc}).refine(e=>{const t=new URL(e);return t.protocol!=="javascript:"&&t.protocol!=="data:"&&t.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),M6=ze({resource:v().url(),authorization_servers:A(Je).optional(),jwks_uri:v().url().optional(),scopes_supported:A(v()).optional(),bearer_methods_supported:A(v()).optional(),resource_signing_alg_values_supported:A(v()).optional(),resource_name:v().optional(),resource_documentation:v().optional(),resource_policy_uri:v().url().optional(),resource_tos_uri:v().url().optional(),tls_client_certificate_bound_access_tokens:ce().optional(),authorization_details_types_supported:A(v()).optional(),dpop_signing_alg_values_supported:A(v()).optional(),dpop_bound_access_tokens_required:ce().optional()}),hf=ze({issuer:v(),authorization_endpoint:Je,token_endpoint:Je,registration_endpoint:Je.optional(),scopes_supported:A(v()).optional(),response_types_supported:A(v()),response_modes_supported:A(v()).optional(),grant_types_supported:A(v()).optional(),token_endpoint_auth_methods_supported:A(v()).optional(),token_endpoint_auth_signing_alg_values_supported:A(v()).optional(),service_documentation:Je.optional(),revocation_endpoint:Je.optional(),revocation_endpoint_auth_methods_supported:A(v()).optional(),revocation_endpoint_auth_signing_alg_values_supported:A(v()).optional(),introspection_endpoint:v().optional(),introspection_endpoint_auth_methods_supported:A(v()).optional(),introspection_endpoint_auth_signing_alg_values_supported:A(v()).optional(),code_challenge_methods_supported:A(v()).optional(),client_id_metadata_document_supported:ce().optional()}),N6=ze({issuer:v(),authorization_endpoint:Je,token_endpoint:Je,userinfo_endpoint:Je.optional(),jwks_uri:Je,registration_endpoint:Je.optional(),scopes_supported:A(v()).optional(),response_types_supported:A(v()),response_modes_supported:A(v()).optional(),grant_types_supported:A(v()).optional(),acr_values_supported:A(v()).optional(),subject_types_supported:A(v()),id_token_signing_alg_values_supported:A(v()),id_token_encryption_alg_values_supported:A(v()).optional(),id_token_encryption_enc_values_supported:A(v()).optional(),userinfo_signing_alg_values_supported:A(v()).optional(),userinfo_encryption_alg_values_supported:A(v()).optional(),userinfo_encryption_enc_values_supported:A(v()).optional(),request_object_signing_alg_values_supported:A(v()).optional(),request_object_encryption_alg_values_supported:A(v()).optional(),request_object_encryption_enc_values_supported:A(v()).optional(),token_endpoint_auth_methods_supported:A(v()).optional(),token_endpoint_auth_signing_alg_values_supported:A(v()).optional(),display_values_supported:A(v()).optional(),claim_types_supported:A(v()).optional(),claims_supported:A(v()).optional(),service_documentation:v().optional(),claims_locales_supported:A(v()).optional(),ui_locales_supported:A(v()).optional(),claims_parameter_supported:ce().optional(),request_parameter_supported:ce().optional(),request_uri_parameter_supported:ce().optional(),require_request_uri_registration:ce().optional(),op_policy_uri:Je.optional(),op_tos_uri:Je.optional(),client_id_metadata_document_supported:ce().optional()}),A6=T({...N6.shape,...hf.pick({code_challenge_methods_supported:!0}).shape}),q6=T({access_token:v(),id_token:v().optional(),token_type:v(),expires_in:Ju().optional(),scope:v().optional(),refresh_token:v().optional()}).strip(),L6=T({error:v(),error_description:v().optional(),error_uri:v().optional()}),mf=Je.optional().or(L("").transform(()=>{})),j6=T({redirect_uris:A(Je),token_endpoint_auth_method:v().optional(),grant_types:A(v()).optional(),response_types:A(v()).optional(),client_name:v().optional(),client_uri:Je.optional(),logo_uri:mf,scope:v().optional(),contacts:A(v()).optional(),tos_uri:mf,policy_uri:v().optional(),jwks_uri:Je.optional(),jwks:et().optional(),software_id:v().optional(),software_version:v().optional(),software_statement:v().optional()}).strip(),U6=T({client_id:v(),client_secret:v().optional(),client_id_issued_at:q().optional(),client_secret_expires_at:q().optional()}).strip(),z6=j6.merge(U6);T({error:v(),error_description:v().optional()}).strip(),T({token:v(),token_type_hint:v().optional()}).strip();function D6(e){const t=typeof e=="string"?new URL(e):new URL(e.href);return t.hash="",t}function Z6({requestedResource:e,configuredResource:t}){const r=typeof e=="string"?new URL(e):new URL(e.href),n=typeof t=="string"?new URL(t):new URL(t.href);if(r.origin!==n.origin||r.pathname.length<n.pathname.length)return!1;const o=r.pathname.endsWith("/")?r.pathname:r.pathname+"/",s=n.pathname.endsWith("/")?n.pathname:n.pathname+"/";return o.startsWith(s)}class Ve extends Error{constructor(t,r){super(t),this.errorUri=r,this.name=this.constructor.name}toResponseObject(){const t={error:this.errorCode,error_description:this.message};return this.errorUri&&(t.error_uri=this.errorUri),t}get errorCode(){return this.constructor.errorCode}}class xi extends Ve{}xi.errorCode="invalid_request";class Ho extends Ve{}Ho.errorCode="invalid_client";class Bo extends Ve{}Bo.errorCode="invalid_grant";class Jo extends Ve{}Jo.errorCode="unauthorized_client";class Ri extends Ve{}Ri.errorCode="unsupported_grant_type";class Pi extends Ve{}Pi.errorCode="invalid_scope";class Oi extends Ve{}Oi.errorCode="access_denied";class rn extends Ve{}rn.errorCode="server_error";class Mi extends Ve{}Mi.errorCode="temporarily_unavailable";class Ni extends Ve{}Ni.errorCode="unsupported_response_type";class Ai extends Ve{}Ai.errorCode="unsupported_token_type";class qi extends Ve{}qi.errorCode="invalid_token";class Li extends Ve{}Li.errorCode="method_not_allowed";class ji extends Ve{}ji.errorCode="too_many_requests";class Go extends Ve{}Go.errorCode="invalid_client_metadata";class Ui extends Ve{}Ui.errorCode="insufficient_scope";class zi extends Ve{}zi.errorCode="invalid_target";const F6={[xi.errorCode]:xi,[Ho.errorCode]:Ho,[Bo.errorCode]:Bo,[Jo.errorCode]:Jo,[Ri.errorCode]:Ri,[Pi.errorCode]:Pi,[Oi.errorCode]:Oi,[rn.errorCode]:rn,[Mi.errorCode]:Mi,[Ni.errorCode]:Ni,[Ai.errorCode]:Ai,[qi.errorCode]:qi,[Li.errorCode]:Li,[ji.errorCode]:ji,[Go.errorCode]:Go,[Ui.errorCode]:Ui,[zi.errorCode]:zi};class kt extends Error{constructor(t){super(t??"Unauthorized")}}function V6(e){return["client_secret_basic","client_secret_post","none"].includes(e)}const Di="code",Zi="S256";function H6(e,t){const r=e.client_secret!==void 0;return t.length===0?r?"client_secret_post":"none":"token_endpoint_auth_method"in e&&e.token_endpoint_auth_method&&V6(e.token_endpoint_auth_method)&&t.includes(e.token_endpoint_auth_method)?e.token_endpoint_auth_method:r&&t.includes("client_secret_basic")?"client_secret_basic":r&&t.includes("client_secret_post")?"client_secret_post":t.includes("none")?"none":r?"client_secret_post":"none"}function B6(e,t,r,n){const{client_id:o,client_secret:s}=t;switch(e){case"client_secret_basic":J6(o,s,r);return;case"client_secret_post":G6(o,s,n);return;case"none":W6(o,n);return;default:throw new Error(`Unsupported client authentication method: ${e}`)}}function J6(e,t,r){if(!t)throw new Error("client_secret_basic authentication requires a client_secret");const n=btoa(`${e}:${t}`);r.set("Authorization",`Basic ${n}`)}function G6(e,t,r){r.set("client_id",e),t&&r.set("client_secret",t)}function W6(e,t){t.set("client_id",e)}async function gf(e){const t=e instanceof Response?e.status:void 0,r=e instanceof Response?await e.text():e;try{const n=L6.parse(JSON.parse(r)),{error:o,error_description:s,error_uri:a}=n,i=F6[o]||rn;return new i(s||"",a)}catch(n){const o=`${t?`HTTP ${t}: `:""}Invalid OAuth error response: ${n}. Raw body: ${r}`;return new rn(o)}}async function Nr(e,t){var r,n;try{return await Fi(e,t)}catch(o){if(o instanceof Ho||o instanceof Jo)return await((r=e.invalidateCredentials)===null||r===void 0?void 0:r.call(e,"all")),await Fi(e,t);if(o instanceof Bo)return await((n=e.invalidateCredentials)===null||n===void 0?void 0:n.call(e,"tokens")),await Fi(e,t);throw o}}async function Fi(e,{serverUrl:t,authorizationCode:r,scope:n,resourceMetadataUrl:o,fetchFn:s}){var a,i;let l,c;try{l=await Q6(t,{resourceMetadataUrl:o},s),l.authorization_servers&&l.authorization_servers.length>0&&(c=l.authorization_servers[0])}catch{}c||(c=new URL("/",t));const u=await Y6(t,e,l),g=await n5(c,{fetchFn:s});let h=await Promise.resolve(e.clientInformation());if(!h){if(r!==void 0)throw new Error("Existing OAuth client information is required when exchanging an authorization code");const _=g?.client_id_metadata_document_supported===!0,f=e.clientMetadataUrl;if(f&&!K6(f))throw new Go(`clientMetadataUrl must be a valid HTTPS URL with a non-root pathname, got: ${f}`);if(_&&f)h={client_id:f},await((a=e.saveClientInformation)===null||a===void 0?void 0:a.call(e,h));else{if(!e.saveClientInformation)throw new Error("OAuth client information must be saveable for dynamic registration");const k=await l5(c,{metadata:g,clientMetadata:e.clientMetadata,fetchFn:s});await e.saveClientInformation(k),h=k}}const d=!e.redirectUrl;if(r!==void 0||d){const _=await i5(e,c,{metadata:g,resource:u,authorizationCode:r,fetchFn:s});return await e.saveTokens(_),"AUTHORIZED"}const p=await e.tokens();if(p?.refresh_token)try{const _=await a5(c,{metadata:g,clientInformation:h,refreshToken:p.refresh_token,resource:u,addClientAuthentication:e.addClientAuthentication,fetchFn:s});return await e.saveTokens(_),"AUTHORIZED"}catch(_){if(!(!(_ instanceof Ve)||_ instanceof rn))throw _}const w=e.state?await e.state():void 0,{authorizationUrl:m,codeVerifier:y}=await o5(c,{metadata:g,clientInformation:h,state:w,redirectUrl:e.redirectUrl,scope:n||((i=l?.scopes_supported)===null||i===void 0?void 0:i.join(" "))||e.clientMetadata.scope,resource:u});return await e.saveCodeVerifier(y),await e.redirectToAuthorization(m),"REDIRECT"}function K6(e){if(!e)return!1;try{const t=new URL(e);return t.protocol==="https:"&&t.pathname!=="/"}catch{return!1}}async function Y6(e,t,r){const n=D6(e);if(t.validateResourceURL)return await t.validateResourceURL(n,r?.resource);if(r){if(!Z6({requestedResource:n,configuredResource:r.resource}))throw new Error(`Protected resource ${r.resource} does not match expected ${n} (or origin)`);return new URL(r.resource)}}function Wo(e){const t=e.headers.get("WWW-Authenticate");if(!t)return{};const[r,n]=t.split(" ");if(r.toLowerCase()!=="bearer"||!n)return{};const o=Vi(e,"resource_metadata")||void 0;let s;if(o)try{s=new URL(o)}catch{}const a=Vi(e,"scope")||void 0,i=Vi(e,"error")||void 0;return{resourceMetadataUrl:s,scope:a,error:i}}function Vi(e,t){const r=e.headers.get("WWW-Authenticate");if(!r)return null;const n=new RegExp(`${t}=(?:"([^"]+)"|([^\\s,]+))`),o=r.match(n);return o?o[1]||o[2]:null}async function Q6(e,t,r=fetch){var n,o;const s=await t5(e,"oauth-protected-resource",r,{protocolVersion:t?.protocolVersion,metadataUrl:t?.resourceMetadataUrl});if(!s||s.status===404)throw await((n=s?.body)===null||n===void 0?void 0:n.cancel()),new Error("Resource server does not implement OAuth 2.0 Protected Resource Metadata.");if(!s.ok)throw await((o=s.body)===null||o===void 0?void 0:o.cancel()),new Error(`HTTP ${s.status} trying to load well-known OAuth protected resource metadata.`);return M6.parse(await s.json())}async function Hi(e,t,r=fetch){try{return await r(e,{headers:t})}catch(n){if(n instanceof TypeError)return t?Hi(e,void 0,r):void 0;throw n}}function X6(e,t="",r={}){return t.endsWith("/")&&(t=t.slice(0,-1)),r.prependPathname?`${t}/.well-known/${e}`:`/.well-known/${e}${t}`}async function vf(e,t,r=fetch){return await Hi(e,{"MCP-Protocol-Version":t},r)}function e5(e,t){return!e||e.status>=400&&e.status<500&&t!=="/"}async function t5(e,t,r,n){var o,s;const a=new URL(e),i=(o=n?.protocolVersion)!==null&&o!==void 0?o:zo;let l;if(n?.metadataUrl)l=new URL(n.metadataUrl);else{const u=X6(t,a.pathname);l=new URL(u,(s=n?.metadataServerUrl)!==null&&s!==void 0?s:a),l.search=a.search}let c=await vf(l,i,r);if(!n?.metadataUrl&&e5(c,a.pathname)){const u=new URL(`/.well-known/${t}`,a);c=await vf(u,i,r)}return c}function r5(e){const t=typeof e=="string"?new URL(e):e,r=t.pathname!=="/",n=[];if(!r)return n.push({url:new URL("/.well-known/oauth-authorization-server",t.origin),type:"oauth"}),n.push({url:new URL("/.well-known/openid-configuration",t.origin),type:"oidc"}),n;let o=t.pathname;return o.endsWith("/")&&(o=o.slice(0,-1)),n.push({url:new URL(`/.well-known/oauth-authorization-server${o}`,t.origin),type:"oauth"}),n.push({url:new URL(`/.well-known/openid-configuration${o}`,t.origin),type:"oidc"}),n.push({url:new URL(`${o}/.well-known/openid-configuration`,t.origin),type:"oidc"}),n}async function n5(e,{fetchFn:t=fetch,protocolVersion:r=zo}={}){var n;const o={"MCP-Protocol-Version":r,Accept:"application/json"},s=r5(e);for(const{url:a,type:i}of s){const l=await Hi(a,o,t);if(l){if(!l.ok){if(await((n=l.body)===null||n===void 0?void 0:n.cancel()),l.status>=400&&l.status<500)continue;throw new Error(`HTTP ${l.status} trying to load ${i==="oauth"?"OAuth":"OpenID provider"} metadata from ${a}`)}return i==="oauth"?hf.parse(await l.json()):A6.parse(await l.json())}}}async function o5(e,{metadata:t,clientInformation:r,redirectUrl:n,scope:o,state:s,resource:a}){let i;if(t){if(i=new URL(t.authorization_endpoint),!t.response_types_supported.includes(Di))throw new Error(`Incompatible auth server: does not support response type ${Di}`);if(t.code_challenge_methods_supported&&!t.code_challenge_methods_supported.includes(Zi))throw new Error(`Incompatible auth server: does not support code challenge method ${Zi}`)}else i=new URL("/authorize",e);const l=await m0(),c=l.code_verifier,u=l.code_challenge;return i.searchParams.set("response_type",Di),i.searchParams.set("client_id",r.client_id),i.searchParams.set("code_challenge",u),i.searchParams.set("code_challenge_method",Zi),i.searchParams.set("redirect_uri",String(n)),s&&i.searchParams.set("state",s),o&&i.searchParams.set("scope",o),o?.includes("offline_access")&&i.searchParams.append("prompt","consent"),a&&i.searchParams.set("resource",a.href),{authorizationUrl:i,codeVerifier:c}}function s5(e,t,r){return new URLSearchParams({grant_type:"authorization_code",code:e,code_verifier:t,redirect_uri:String(r)})}async function _f(e,{metadata:t,tokenRequestParams:r,clientInformation:n,addClientAuthentication:o,resource:s,fetchFn:a}){var i;const l=t?.token_endpoint?new URL(t.token_endpoint):new URL("/token",e),c=new Headers({"Content-Type":"application/x-www-form-urlencoded",Accept:"application/json"});if(s&&r.set("resource",s.href),o)await o(c,r,l,t);else if(n){const g=(i=t?.token_endpoint_auth_methods_supported)!==null&&i!==void 0?i:[],h=H6(n,g);B6(h,n,c,r)}const u=await(a??fetch)(l,{method:"POST",headers:c,body:r});if(!u.ok)throw await gf(u);return q6.parse(await u.json())}async function a5(e,{metadata:t,clientInformation:r,refreshToken:n,resource:o,addClientAuthentication:s,fetchFn:a}){const i=new URLSearchParams({grant_type:"refresh_token",refresh_token:n}),l=await _f(e,{metadata:t,tokenRequestParams:i,clientInformation:r,addClientAuthentication:s,resource:o,fetchFn:a});return{refresh_token:n,...l}}async function i5(e,t,{metadata:r,resource:n,authorizationCode:o,fetchFn:s}={}){const a=e.clientMetadata.scope;let i;if(e.prepareTokenRequest&&(i=await e.prepareTokenRequest(a)),!i){if(!o)throw new Error("Either provider.prepareTokenRequest() or authorizationCode is required");if(!e.redirectUrl)throw new Error("redirectUrl is required for authorization_code flow");const c=await e.codeVerifier();i=s5(o,c,e.redirectUrl)}const l=await e.clientInformation();return _f(t,{metadata:r,tokenRequestParams:i,clientInformation:l??void 0,addClientAuthentication:e.addClientAuthentication,resource:n,fetchFn:s})}async function l5(e,{metadata:t,clientMetadata:r,fetchFn:n}){let o;if(t){if(!t.registration_endpoint)throw new Error("Incompatible auth server: does not support dynamic client registration");o=new URL(t.registration_endpoint)}else o=new URL("/register",e);const s=await(n??fetch)(o,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!s.ok)throw await gf(s);return z6.parse(await s.json())}const c5={initialReconnectionDelay:1e3,maxReconnectionDelay:3e4,reconnectionDelayGrowFactor:1.5,maxRetries:2};class nn extends Error{constructor(t,r){super(`Streamable HTTP error: ${r}`),this.code=t}}class Ko{constructor(t,r){var n;this._hasCompletedAuthFlow=!1,this._url=t,this._resourceMetadataUrl=void 0,this._scope=void 0,this._requestInit=r?.requestInit,this._authProvider=r?.authProvider,this._fetch=r?.fetch,this._fetchWithInit=L0(r?.fetch,r?.requestInit),this._sessionId=r?.sessionId,this._reconnectionOptions=(n=r?.reconnectionOptions)!==null&&n!==void 0?n:c5}async _authThenStart(){var t;if(!this._authProvider)throw new kt("No auth provider");let r;try{r=await Nr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(n){throw(t=this.onerror)===null||t===void 0||t.call(this,n),n}if(r!=="AUTHORIZED")throw new kt;return await this._startOrAuthSse({resumptionToken:void 0})}async _commonHeaders(){var t;const r={};if(this._authProvider){const o=await this._authProvider.tokens();o&&(r.Authorization=`Bearer ${o.access_token}`)}this._sessionId&&(r["mcp-session-id"]=this._sessionId),this._protocolVersion&&(r["mcp-protocol-version"]=this._protocolVersion);const n=Uo((t=this._requestInit)===null||t===void 0?void 0:t.headers);return new Headers({...r,...n})}async _startOrAuthSse(t){var r,n,o,s;const{resumptionToken:a}=t;try{const i=await this._commonHeaders();i.set("Accept","text/event-stream"),a&&i.set("last-event-id",a);const l=await((r=this._fetch)!==null&&r!==void 0?r:fetch)(this._url,{method:"GET",headers:i,signal:(n=this._abortController)===null||n===void 0?void 0:n.signal});if(!l.ok){if(await((o=l.body)===null||o===void 0?void 0:o.cancel()),l.status===401&&this._authProvider)return await this._authThenStart();if(l.status===405)return;throw new nn(l.status,`Failed to open SSE stream: ${l.statusText}`)}this._handleSseStream(l.body,t,!0)}catch(i){throw(s=this.onerror)===null||s===void 0||s.call(this,i),i}}_getNextReconnectionDelay(t){if(this._serverRetryMs!==void 0)return this._serverRetryMs;const r=this._reconnectionOptions.initialReconnectionDelay,n=this._reconnectionOptions.reconnectionDelayGrowFactor,o=this._reconnectionOptions.maxReconnectionDelay;return Math.min(r*Math.pow(n,t),o)}_scheduleReconnection(t,r=0){var n;const o=this._reconnectionOptions.maxRetries;if(r>=o){(n=this.onerror)===null||n===void 0||n.call(this,new Error(`Maximum reconnection attempts (${o}) exceeded.`));return}const s=this._getNextReconnectionDelay(r);this._reconnectionTimeout=setTimeout(()=>{this._startOrAuthSse(t).catch(a=>{var i;(i=this.onerror)===null||i===void 0||i.call(this,new Error(`Failed to reconnect SSE stream: ${a instanceof Error?a.message:String(a)}`)),this._scheduleReconnection(t,r+1)})},s)}_handleSseStream(t,r,n){if(!t)return;const{onresumptiontoken:o,replayMessageId:s}=r;let a,i=!1,l=!1;(async()=>{var u,g,h,d;try{const p=t.pipeThrough(new TextDecoderStream).pipeThrough(new Vr({onRetry:y=>{this._serverRetryMs=y}})).getReader();for(;;){const{value:y,done:_}=await p.read();if(_)break;if(y.id&&(a=y.id,i=!0,o?.(y.id)),!!y.data&&(!y.event||y.event==="message"))try{const f=Or.parse(JSON.parse(y.data));Dn(f)&&(l=!0,s!==void 0&&(f.id=s)),(u=this.onmessage)===null||u===void 0||u.call(this,f)}catch(f){(g=this.onerror)===null||g===void 0||g.call(this,f)}}(n||i)&&!l&&this._abortController&&!this._abortController.signal.aborted&&this._scheduleReconnection({resumptionToken:a,onresumptiontoken:o,replayMessageId:s},0)}catch(p){if((h=this.onerror)===null||h===void 0||h.call(this,new Error(`SSE stream disconnected: ${p}`)),(n||i)&&!l&&this._abortController&&!this._abortController.signal.aborted)try{this._scheduleReconnection({resumptionToken:a,onresumptiontoken:o,replayMessageId:s},0)}catch(y){(d=this.onerror)===null||d===void 0||d.call(this,new Error(`Failed to reconnect: ${y instanceof Error?y.message:String(y)}`))}}})()}async start(){if(this._abortController)throw new Error("StreamableHTTPClientTransport already started! If using Client class, note that connect() calls start() automatically.");this._abortController=new AbortController}async finishAuth(t){if(!this._authProvider)throw new kt("No auth provider");if(await Nr(this._authProvider,{serverUrl:this._url,authorizationCode:t,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new kt("Failed to authorize")}async close(){var t,r;this._reconnectionTimeout&&(clearTimeout(this._reconnectionTimeout),this._reconnectionTimeout=void 0),(t=this._abortController)===null||t===void 0||t.abort(),(r=this.onclose)===null||r===void 0||r.call(this)}async send(t,r){var n,o,s,a,i,l,c;try{const{resumptionToken:u,onresumptiontoken:g}=r||{};if(u){this._startOrAuthSse({resumptionToken:u,replayMessageId:ui(t)?t.id:void 0}).catch(f=>{var b;return(b=this.onerror)===null||b===void 0?void 0:b.call(this,f)});return}const h=await this._commonHeaders();h.set("content-type","application/json"),h.set("accept","application/json, text/event-stream");const d={...this._requestInit,method:"POST",headers:h,body:JSON.stringify(t),signal:(n=this._abortController)===null||n===void 0?void 0:n.signal},p=await((o=this._fetch)!==null&&o!==void 0?o:fetch)(this._url,d),w=p.headers.get("mcp-session-id");if(w&&(this._sessionId=w),!p.ok){const f=await p.text().catch(()=>null);if(p.status===401&&this._authProvider){if(this._hasCompletedAuthFlow)throw new nn(401,"Server returned 401 after successful authentication");const{resourceMetadataUrl:b,scope:k}=Wo(p);if(this._resourceMetadataUrl=b,this._scope=k,await Nr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new kt;return this._hasCompletedAuthFlow=!0,this.send(t)}if(p.status===403&&this._authProvider){const{resourceMetadataUrl:b,scope:k,error:S}=Wo(p);if(S==="insufficient_scope"){const C=p.headers.get("WWW-Authenticate");if(this._lastUpscopingHeader===C)throw new nn(403,"Server returned 403 after trying upscoping");if(k&&(this._scope=k),b&&(this._resourceMetadataUrl=b),this._lastUpscopingHeader=C??void 0,await Nr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetch})!=="AUTHORIZED")throw new kt;return this.send(t)}}throw new nn(p.status,`Error POSTing to endpoint: ${f}`)}if(this._hasCompletedAuthFlow=!1,this._lastUpscopingHeader=void 0,p.status===202){await((s=p.body)===null||s===void 0?void 0:s.cancel()),b4(t)&&this._startOrAuthSse({resumptionToken:void 0}).catch(f=>{var b;return(b=this.onerror)===null||b===void 0?void 0:b.call(this,f)});return}const y=(Array.isArray(t)?t:[t]).filter(f=>"method"in f&&"id"in f&&f.id!==void 0).length>0,_=p.headers.get("content-type");if(y)if(_?.includes("text/event-stream"))this._handleSseStream(p.body,{onresumptiontoken:g},!1);else if(_?.includes("application/json")){const f=await p.json(),b=Array.isArray(f)?f.map(k=>Or.parse(k)):[Or.parse(f)];for(const k of b)(a=this.onmessage)===null||a===void 0||a.call(this,k)}else throw await((i=p.body)===null||i===void 0?void 0:i.cancel()),new nn(-1,`Unexpected content type: ${_}`);else await((l=p.body)===null||l===void 0?void 0:l.cancel())}catch(u){throw(c=this.onerror)===null||c===void 0||c.call(this,u),u}}get sessionId(){return this._sessionId}async terminateSession(){var t,r,n,o;if(this._sessionId)try{const s=await this._commonHeaders(),a={...this._requestInit,method:"DELETE",headers:s,signal:(t=this._abortController)===null||t===void 0?void 0:t.signal},i=await((r=this._fetch)!==null&&r!==void 0?r:fetch)(this._url,a);if(await((n=i.body)===null||n===void 0?void 0:n.cancel()),!i.ok&&i.status!==405)throw new nn(i.status,`Failed to terminate session: ${i.statusText}`);this._sessionId=void 0}catch(s){throw(o=this.onerror)===null||o===void 0||o.call(this,s),s}}setProtocolVersion(t){this._protocolVersion=t}get protocolVersion(){return this._protocolVersion}async resumeStream(t,r){await this._startOrAuthSse({resumptionToken:t,onresumptiontoken:r?.onresumptiontoken})}}class Yo{constructor(){this._messageQueue=[]}static createLinkedPair(){const t=new Yo,r=new Yo;return t._otherTransport=r,r._otherTransport=t,[t,r]}async start(){for(var t;this._messageQueue.length>0;){const r=this._messageQueue.shift();(t=this.onmessage)===null||t===void 0||t.call(this,r.message,r.extra)}}async close(){var t;const r=this._otherTransport;this._otherTransport=void 0,await r?.close(),(t=this.onclose)===null||t===void 0||t.call(this)}async send(t,r){if(!this._otherTransport)throw new Error("Not connected");this._otherTransport.onmessage?this._otherTransport.onmessage(t,{authInfo:r?.authInfo}):this._otherTransport._messageQueue.push({message:t,extra:{authInfo:r?.authInfo}})}}function Dt(...e){return e.reduce((t,r)=>({...t,...r??{}}),{})}function Gn(e){return Object.fromEntries([...e.headers])}var u5=({prefix:e,size:t=16,alphabet:r="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",separator:n="-"}={})=>{const o=()=>{const s=r.length,a=new Array(t);for(let i=0;i<t;i++)a[i]=r[Math.random()*s|0];return a.join("")};if(e==null)return o;if(r.includes(n))throw new io({argument:"separator",message:`The separator "${n}" must not be part of the alphabet "${r}".`});return()=>`${e}${n}${o()}`},It=u5();function Bi(e){return(e instanceof Error||e instanceof DOMException)&&(e.name==="AbortError"||e.name==="ResponseAborted"||e.name==="TimeoutError")}var d5=["fetch failed","failed to fetch"];function p5({error:e,url:t,requestBodyValues:r}){if(Bi(e))return e;if(e instanceof TypeError&&d5.includes(e.message.toLowerCase())){const n=e.cause;if(n!=null)return new Pe({message:`Cannot connect to API: ${n.message}`,cause:n,url:t,requestBodyValues:r,isRetryable:!0})}return e}function f5(e=globalThis){var t,r,n;return e.window?"runtime/browser":(t=e.navigator)!=null&&t.userAgent?`runtime/${e.navigator.userAgent.toLowerCase()}`:(n=(r=e.process)==null?void 0:r.versions)!=null&&n.node?`runtime/node.js/${e.process.version.substring(0)}`:e.EdgeRuntime?"runtime/vercel-edge":"runtime/unknown"}function h5(e){if(e==null)return{};const t={};if(e instanceof Headers)e.forEach((r,n)=>{t[n.toLowerCase()]=r});else{Array.isArray(e)||(e=Object.entries(e));for(const[r,n]of e)n!=null&&(t[r.toLowerCase()]=n)}return t}function yf(e,...t){const r=new Headers(h5(e)),n=r.get("user-agent")||"";return r.set("user-agent",[n,...t].filter(Boolean).join(" ")),Object.fromEntries(r.entries())}var m5="3.0.19";function g5({apiKey:e,environmentVariableName:t,apiKeyParameterName:r="apiKey",description:n}){if(typeof e=="string")return e;if(e!=null)throw new ar({message:`${n} API key must be a string.`});if(typeof process>"u")throw new ar({message:`${n} API key is missing. Pass it using the '${r}' parameter. Environment variables is not supported in this environment.`});if(e=process.env[t],e==null)throw new ar({message:`${n} API key is missing. Pass it using the '${r}' parameter or the ${t} environment variable.`});if(typeof e!="string")throw new ar({message:`${n} API key must be a string. The value of the ${t} environment variable is not a string.`});return e}function v5({settingValue:e,environmentVariableName:t}){if(typeof e=="string")return e;if(!(e!=null||typeof process>"u")&&(e=process.env[t],!(e==null||typeof e!="string")))return e}function _5(e){var t;const[r,n=""]=e.toLowerCase().split("/");return(t={mpeg:"mp3","x-wav":"wav",opus:"ogg",mp4:"m4a","x-m4a":"m4a"}[n])!=null?t:n}var y5=/"__proto__"\s*:/,w5=/"constructor"\s*:/;function wf(e){const t=JSON.parse(e);return t===null||typeof t!="object"||y5.test(e)===!1&&w5.test(e)===!1?t:b5(t)}function b5(e){let t=[e];for(;t.length;){const r=t;t=[];for(const n of r){if(Object.prototype.hasOwnProperty.call(n,"__proto__"))throw new SyntaxError("Object contains forbidden prototype property");if(Object.prototype.hasOwnProperty.call(n,"constructor")&&Object.prototype.hasOwnProperty.call(n.constructor,"prototype"))throw new SyntaxError("Object contains forbidden prototype property");for(const o in n){const s=n[o];s&&typeof s=="object"&&t.push(s)}}}return e}function Ji(e){const{stackTraceLimit:t}=Error;try{Error.stackTraceLimit=0}catch{return wf(e)}try{return wf(e)}finally{Error.stackTraceLimit=t}}var Qo=Symbol.for("vercel.ai.validator");function k5(e){return{[Qo]:!0,validate:e}}function S5(e){return typeof e=="object"&&e!==null&&Qo in e&&e[Qo]===!0&&"validate"in e}function rt(e){let t;return()=>(t==null&&(t=e()),t)}function C5(e){return S5(e)?e:typeof e=="function"?e():T5(e)}function T5(e){return k5(async t=>{const r=await e["~standard"].validate(t);return r.issues==null?{success:!0,value:r.value}:{success:!1,error:new At({value:t,cause:r.issues})}})}async function dr({value:e,schema:t}){const r=await Gi({value:e,schema:t});if(!r.success)throw At.wrap({value:e,cause:r.error});return r.value}async function Gi({value:e,schema:t}){const r=C5(t);try{if(r.validate==null)return{success:!0,value:e,rawValue:e};const n=await r.validate(e);return n.success?{success:!0,value:n.value,rawValue:e}:{success:!1,error:At.wrap({value:e,cause:n.error}),rawValue:e}}catch(n){return{success:!1,error:At.wrap({value:e,cause:n}),rawValue:e}}}async function $5({text:e,schema:t}){try{const r=Ji(e);return t==null?r:dr({value:r,schema:t})}catch(r){throw sr.isInstance(r)||At.isInstance(r)?r:new sr({text:e,cause:r})}}async function bf({text:e,schema:t}){try{const r=Ji(e);return t==null?{success:!0,value:r,rawValue:r}:await Gi({value:r,schema:t})}catch(r){return{success:!1,error:sr.isInstance(r)?r:new sr({text:e,cause:r}),rawValue:void 0}}}function kf(e){try{return Ji(e),!0}catch{return!1}}function E5({stream:e,schema:t}){return e.pipeThrough(new TextDecoderStream).pipeThrough(new Vr).pipeThrough(new TransformStream({async transform({data:r},n){r!=="[DONE]"&&n.enqueue(await bf({text:r,schema:t}))}}))}async function pr({provider:e,providerOptions:t,schema:r}){if(t?.[e]==null)return;const n=await Gi({value:t[e],schema:r});if(!n.success)throw new io({argument:"providerOptions",message:`invalid ${e} provider options`,cause:n.error});return n.value}var I5=()=>globalThis.fetch,Kt=async({url:e,headers:t,body:r,failedResponseHandler:n,successfulResponseHandler:o,abortSignal:s,fetch:a})=>Sf({url:e,headers:{"Content-Type":"application/json",...t},body:{content:JSON.stringify(r),values:r},failedResponseHandler:n,successfulResponseHandler:o,abortSignal:s,fetch:a}),x5=async({url:e,headers:t,formData:r,failedResponseHandler:n,successfulResponseHandler:o,abortSignal:s,fetch:a})=>Sf({url:e,headers:t,body:{content:r,values:Object.fromEntries(r.entries())},failedResponseHandler:n,successfulResponseHandler:o,abortSignal:s,fetch:a}),Sf=async({url:e,headers:t={},body:r,successfulResponseHandler:n,failedResponseHandler:o,abortSignal:s,fetch:a=I5()})=>{try{const i=await a(e,{method:"POST",headers:yf(t,`ai-sdk/provider-utils/${m5}`,f5()),body:r.content,signal:s}),l=Gn(i);if(!i.ok){let c;try{c=await o({response:i,url:e,requestBodyValues:r.values})}catch(u){throw Bi(u)||Pe.isInstance(u)?u:new Pe({message:"Failed to process error response",cause:u,statusCode:i.status,url:e,responseHeaders:l,requestBodyValues:r.values})}throw c.value}try{return await n({response:i,url:e,requestBodyValues:r.values})}catch(c){throw c instanceof Error&&(Bi(c)||Pe.isInstance(c))?c:new Pe({message:"Failed to process successful response",cause:c,statusCode:i.status,url:e,responseHeaders:l,requestBodyValues:r.values})}}catch(i){throw p5({error:i,url:e,requestBodyValues:r.values})}};function _C(e){return e}function on({id:e,name:t,inputSchema:r,outputSchema:n}){return({execute:o,toModelOutput:s,onInputStart:a,onInputDelta:i,onInputAvailable:l,...c})=>({type:"provider-defined",id:e,name:t,args:c,inputSchema:r,outputSchema:n,execute:o,toModelOutput:s,onInputStart:a,onInputDelta:i,onInputAvailable:l})}var R5=({errorSchema:e,errorToMessage:t,isRetryable:r})=>async({response:n,url:o,requestBodyValues:s})=>{const a=await n.text(),i=Gn(n);if(a.trim()==="")return{responseHeaders:i,value:new Pe({message:n.statusText,url:o,requestBodyValues:s,statusCode:n.status,responseHeaders:i,responseBody:a,isRetryable:r?.(n)})};try{const l=await $5({text:a,schema:e});return{responseHeaders:i,value:new Pe({message:t(l),url:o,requestBodyValues:s,statusCode:n.status,responseHeaders:i,responseBody:a,data:l,isRetryable:r?.(n,l)})}}catch{return{responseHeaders:i,value:new Pe({message:n.statusText,url:o,requestBodyValues:s,statusCode:n.status,responseHeaders:i,responseBody:a,isRetryable:r?.(n)})}}},Wi=e=>async({response:t})=>{const r=Gn(t);if(t.body==null)throw new fc({});return{responseHeaders:r,value:E5({stream:t.body,schema:e})}},sn=e=>async({response:t,url:r,requestBodyValues:n})=>{const o=await t.text(),s=await bf({text:o,schema:e}),a=Gn(t);if(!s.success)throw new Pe({message:"Invalid JSON response",cause:s.error,statusCode:t.status,responseHeaders:a,responseBody:o,url:r,requestBodyValues:n});return{responseHeaders:a,value:s.value,rawValue:s.rawValue}},P5=()=>async({response:e,url:t,requestBodyValues:r})=>{const n=Gn(e);if(!e.body)throw new Pe({message:"Response body is empty",url:t,requestBodyValues:r,statusCode:e.status,responseHeaders:n,responseBody:void 0});try{const o=await e.arrayBuffer();return{responseHeaders:n,value:new Uint8Array(o)}}catch(o){throw new Pe({message:"Failed to read response as array buffer",url:t,requestBodyValues:r,statusCode:e.status,responseHeaders:n,responseBody:void 0,cause:o})}};function Xo(e){if(e.type==="object"){e.additionalProperties=!1;const t=e.properties;if(t!=null)for(const r in t)t[r]=Xo(t[r])}return e.type==="array"&&e.items!=null&&(Array.isArray(e.items)?e.items=e.items.map(t=>Xo(t)):e.items=Xo(e.items)),e}var O5=(e,t)=>{let r=0;for(;r<e.length&&r<t.length&&e[r]===t[r];r++);return[(e.length-r).toString(),...t.slice(r)].join("/")},M5=Symbol("Let zodToJsonSchema decide on which parser to use"),Cf={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",strictUnions:!1,definitions:{},errorMessages:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref"},N5=e=>typeof e=="string"?{...Cf,name:e}:{...Cf,...e};function vt(){return{}}function A5(e,t){var r,n,o;const s={type:"array"};return(r=e.type)!=null&&r._def&&((o=(n=e.type)==null?void 0:n._def)==null?void 0:o.typeName)!==Q.ZodAny&&(s.items=xe(e.type._def,{...t,currentPath:[...t.currentPath,"items"]})),e.minLength&&(s.minItems=e.minLength.value),e.maxLength&&(s.maxItems=e.maxLength.value),e.exactLength&&(s.minItems=e.exactLength.value,s.maxItems=e.exactLength.value),s}function q5(e){const t={type:"integer",format:"int64"};if(!e.checks)return t;for(const r of e.checks)switch(r.kind){case"min":r.inclusive?t.minimum=r.value:t.exclusiveMinimum=r.value;break;case"max":r.inclusive?t.maximum=r.value:t.exclusiveMaximum=r.value;break;case"multipleOf":t.multipleOf=r.value;break}return t}function L5(){return{type:"boolean"}}function Tf(e,t){return xe(e.type._def,t)}var j5=(e,t)=>xe(e.innerType._def,t);function $f(e,t,r){const n=r??t.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>$f(e,t,o))};switch(n){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return U5(e)}}var U5=e=>{const t={type:"integer",format:"unix-time"};for(const r of e.checks)switch(r.kind){case"min":t.minimum=r.value;break;case"max":t.maximum=r.value;break}return t};function z5(e,t){return{...xe(e.innerType._def,t),default:e.defaultValue()}}function D5(e,t){return t.effectStrategy==="input"?xe(e.schema._def,t):vt()}function Z5(e){return{type:"string",enum:Array.from(e.values)}}var F5=e=>"type"in e&&e.type==="string"?!1:"allOf"in e;function V5(e,t){const r=[xe(e.left._def,{...t,currentPath:[...t.currentPath,"allOf","0"]}),xe(e.right._def,{...t,currentPath:[...t.currentPath,"allOf","1"]})].filter(o=>!!o),n=[];return r.forEach(o=>{if(F5(o))n.push(...o.allOf);else{let s=o;if("additionalProperties"in o&&o.additionalProperties===!1){const{additionalProperties:a,...i}=o;s=i}n.push(s)}}),n.length?{allOf:n}:void 0}function H5(e){const t=typeof e.value;return t!=="bigint"&&t!=="number"&&t!=="boolean"&&t!=="string"?{type:Array.isArray(e.value)?"array":"object"}:{type:t==="bigint"?"integer":t,const:e.value}}var Ki=void 0,xt={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>(Ki===void 0&&(Ki=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Ki),uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,ipv4Cidr:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};function Ef(e,t){const r={type:"string"};if(e.checks)for(const n of e.checks)switch(n.kind){case"min":r.minLength=typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value;break;case"max":r.maxLength=typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value;break;case"email":switch(t.emailStrategy){case"format:email":Rt(r,"email",n.message,t);break;case"format:idn-email":Rt(r,"idn-email",n.message,t);break;case"pattern:zod":nt(r,xt.email,n.message,t);break}break;case"url":Rt(r,"uri",n.message,t);break;case"uuid":Rt(r,"uuid",n.message,t);break;case"regex":nt(r,n.regex,n.message,t);break;case"cuid":nt(r,xt.cuid,n.message,t);break;case"cuid2":nt(r,xt.cuid2,n.message,t);break;case"startsWith":nt(r,RegExp(`^${Yi(n.value,t)}`),n.message,t);break;case"endsWith":nt(r,RegExp(`${Yi(n.value,t)}$`),n.message,t);break;case"datetime":Rt(r,"date-time",n.message,t);break;case"date":Rt(r,"date",n.message,t);break;case"time":Rt(r,"time",n.message,t);break;case"duration":Rt(r,"duration",n.message,t);break;case"length":r.minLength=typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,r.maxLength=typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value;break;case"includes":{nt(r,RegExp(Yi(n.value,t)),n.message,t);break}case"ip":{n.version!=="v6"&&Rt(r,"ipv4",n.message,t),n.version!=="v4"&&Rt(r,"ipv6",n.message,t);break}case"base64url":nt(r,xt.base64url,n.message,t);break;case"jwt":nt(r,xt.jwt,n.message,t);break;case"cidr":{n.version!=="v6"&&nt(r,xt.ipv4Cidr,n.message,t),n.version!=="v4"&&nt(r,xt.ipv6Cidr,n.message,t);break}case"emoji":nt(r,xt.emoji(),n.message,t);break;case"ulid":{nt(r,xt.ulid,n.message,t);break}case"base64":{switch(t.base64Strategy){case"format:binary":{Rt(r,"binary",n.message,t);break}case"contentEncoding:base64":{r.contentEncoding="base64";break}case"pattern:zod":{nt(r,xt.base64,n.message,t);break}}break}case"nanoid":nt(r,xt.nanoid,n.message,t)}return r}function Yi(e,t){return t.patternStrategy==="escape"?J5(e):e}var B5=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function J5(e){let t="";for(let r=0;r<e.length;r++)B5.has(e[r])||(t+="\\"),t+=e[r];return t}function Rt(e,t,r,n){var o;e.format||(o=e.anyOf)!=null&&o.some(s=>s.format)?(e.anyOf||(e.anyOf=[]),e.format&&(e.anyOf.push({format:e.format}),delete e.format),e.anyOf.push({format:t,...r&&n.errorMessages&&{errorMessage:{format:r}}})):e.format=t}function nt(e,t,r,n){var o;e.pattern||(o=e.allOf)!=null&&o.some(s=>s.pattern)?(e.allOf||(e.allOf=[]),e.pattern&&(e.allOf.push({pattern:e.pattern}),delete e.pattern),e.allOf.push({pattern:If(t,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):e.pattern=If(t,n)}function If(e,t){var r;if(!t.applyRegexFlags||!e.flags)return e.source;const n={i:e.flags.includes("i"),m:e.flags.includes("m"),s:e.flags.includes("s")},o=n.i?e.source.toLowerCase():e.source;let s="",a=!1,i=!1,l=!1;for(let c=0;c<o.length;c++){if(a){s+=o[c],a=!1;continue}if(n.i){if(i){if(o[c].match(/[a-z]/)){l?(s+=o[c],s+=`${o[c-2]}-${o[c]}`.toUpperCase(),l=!1):o[c+1]==="-"&&((r=o[c+2])!=null&&r.match(/[a-z]/))?(s+=o[c],l=!0):s+=`${o[c]}${o[c].toUpperCase()}`;continue}}else if(o[c].match(/[a-z]/)){s+=`[${o[c]}${o[c].toUpperCase()}]`;continue}}if(n.m){if(o[c]==="^"){s+=`(^|(?<=[\r
58
58
  ]))`;continue}else if(o[c]==="$"){s+=`($|(?=[\r
59
- ]))`;continue}}if(r.s&&o[c]==="."){s+=a?`${o[c]}\r
59
+ ]))`;continue}}if(n.s&&o[c]==="."){s+=i?`${o[c]}\r
60
60
  `:`[${o[c]}\r
61
- ]`;continue}s+=o[c],o[c]==="\\"?i=!0:a&&o[c]==="]"?a=!1:!a&&o[c]==="["&&(a=!0)}try{new RegExp(s)}catch{return console.warn(`Could not convert regex pattern at ${t.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),e.source}return s}function Af(e,t){var n,r,o,s,i,a;const l={type:"object",additionalProperties:(n=Ee(e.valueType._def,{...t,currentPath:[...t.currentPath,"additionalProperties"]}))!=null?n:t.allowedAdditionalProperties};if(((r=e.keyType)==null?void 0:r._def.typeName)===Z.ZodString&&((o=e.keyType._def.checks)!=null&&o.length)){const{type:c,...u}=Nf(e.keyType._def,t);return{...l,propertyNames:u}}else{if(((s=e.keyType)==null?void 0:s._def.typeName)===Z.ZodEnum)return{...l,propertyNames:{enum:e.keyType._def.values}};if(((i=e.keyType)==null?void 0:i._def.typeName)===Z.ZodBranded&&e.keyType._def.type._def.typeName===Z.ZodString&&((a=e.keyType._def.type._def.checks)!=null&&a.length)){const{type:c,...u}=Rf(e.keyType._def,t);return{...l,propertyNames:u}}}return l}function _5(e,t){if(t.mapStrategy==="record")return Af(e,t);const n=Ee(e.keyType._def,{...t,currentPath:[...t.currentPath,"items","items","0"]})||St(),r=Ee(e.valueType._def,{...t,currentPath:[...t.currentPath,"items","items","1"]})||St();return{type:"array",maxItems:125,items:{type:"array",items:[n,r],minItems:2,maxItems:2}}}function y5(e){const t=e.values,r=Object.keys(e.values).filter(s=>typeof t[t[s]]!="number").map(s=>t[s]),o=Array.from(new Set(r.map(s=>typeof s)));return{type:o.length===1?o[0]==="string"?"string":"number":["string","number"],enum:r}}function w5(){return{not:St()}}function b5(){return{type:"null"}}var Ga={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function $5(e,t){const n=e.options instanceof Map?Array.from(e.options.values()):e.options;if(n.every(r=>r._def.typeName in Ga&&(!r._def.checks||!r._def.checks.length))){const r=n.reduce((o,s)=>{const i=Ga[s._def.typeName];return i&&!o.includes(i)?[...o,i]:o},[]);return{type:r.length>1?r:r[0]}}else if(n.every(r=>r._def.typeName==="ZodLiteral"&&!r.description)){const r=n.reduce((o,s)=>{const i=typeof s._def.value;switch(i){case"string":case"number":case"boolean":return[...o,i];case"bigint":return[...o,"integer"];case"object":if(s._def.value===null)return[...o,"null"];case"symbol":case"undefined":case"function":default:return o}},[]);if(r.length===n.length){const o=r.filter((s,i,a)=>a.indexOf(s)===i);return{type:o.length>1?o:o[0],enum:n.reduce((s,i)=>s.includes(i._def.value)?s:[...s,i._def.value],[])}}}else if(n.every(r=>r._def.typeName==="ZodEnum"))return{type:"string",enum:n.reduce((r,o)=>[...r,...o._def.values.filter(s=>!r.includes(s))],[])};return S5(e,t)}var S5=(e,t)=>{const n=(e.options instanceof Map?Array.from(e.options.values()):e.options).map((r,o)=>Ee(r._def,{...t,currentPath:[...t.currentPath,"anyOf",`${o}`]})).filter(r=>!!r&&(!t.strictUnions||typeof r=="object"&&Object.keys(r).length>0));return n.length?{anyOf:n}:void 0};function C5(e,t){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(e.innerType._def.typeName)&&(!e.innerType._def.checks||!e.innerType._def.checks.length))return{type:[Ga[e.innerType._def.typeName],"null"]};const n=Ee(e.innerType._def,{...t,currentPath:[...t.currentPath,"anyOf","0"]});return n&&{anyOf:[n,{type:"null"}]}}function E5(e){const t={type:"number"};if(!e.checks)return t;for(const n of e.checks)switch(n.kind){case"int":t.type="integer";break;case"min":n.inclusive?t.minimum=n.value:t.exclusiveMinimum=n.value;break;case"max":n.inclusive?t.maximum=n.value:t.exclusiveMaximum=n.value;break;case"multipleOf":t.multipleOf=n.value;break}return t}function k5(e,t){const n={type:"object",properties:{}},r=[],o=e.shape();for(const i in o){let a=o[i];if(a===void 0||a._def===void 0)continue;const l=T5(a),c=Ee(a._def,{...t,currentPath:[...t.currentPath,"properties",i],propertyPath:[...t.currentPath,"properties",i]});c!==void 0&&(n.properties[i]=c,l||r.push(i))}r.length&&(n.required=r);const s=I5(e,t);return s!==void 0&&(n.additionalProperties=s),n}function I5(e,t){if(e.catchall._def.typeName!=="ZodNever")return Ee(e.catchall._def,{...t,currentPath:[...t.currentPath,"additionalProperties"]});switch(e.unknownKeys){case"passthrough":return t.allowedAdditionalProperties;case"strict":return t.rejectedAdditionalProperties;case"strip":return t.removeAdditionalStrategy==="strict"?t.allowedAdditionalProperties:t.rejectedAdditionalProperties}}function T5(e){try{return e.isOptional()}catch{return!0}}var x5=(e,t)=>{var n;if(t.currentPath.toString()===((n=t.propertyPath)==null?void 0:n.toString()))return Ee(e.innerType._def,t);const r=Ee(e.innerType._def,{...t,currentPath:[...t.currentPath,"anyOf","1"]});return r?{anyOf:[{not:St()},r]}:St()},P5=(e,t)=>{if(t.pipeStrategy==="input")return Ee(e.in._def,t);if(t.pipeStrategy==="output")return Ee(e.out._def,t);const n=Ee(e.in._def,{...t,currentPath:[...t.currentPath,"allOf","0"]}),r=Ee(e.out._def,{...t,currentPath:[...t.currentPath,"allOf",n?"1":"0"]});return{allOf:[n,r].filter(o=>o!==void 0)}};function R5(e,t){return Ee(e.type._def,t)}function O5(e,t){const r={type:"array",uniqueItems:!0,items:Ee(e.valueType._def,{...t,currentPath:[...t.currentPath,"items"]})};return e.minSize&&(r.minItems=e.minSize.value),e.maxSize&&(r.maxItems=e.maxSize.value),r}function N5(e,t){return e.rest?{type:"array",minItems:e.items.length,items:e.items.map((n,r)=>Ee(n._def,{...t,currentPath:[...t.currentPath,"items",`${r}`]})).reduce((n,r)=>r===void 0?n:[...n,r],[]),additionalItems:Ee(e.rest._def,{...t,currentPath:[...t.currentPath,"additionalItems"]})}:{type:"array",minItems:e.items.length,maxItems:e.items.length,items:e.items.map((n,r)=>Ee(n._def,{...t,currentPath:[...t.currentPath,"items",`${r}`]})).reduce((n,r)=>r===void 0?n:[...n,r],[])}}function M5(){return{not:St()}}function A5(){return St()}var L5=(e,t)=>Ee(e.innerType._def,t),j5=(e,t,n)=>{switch(t){case Z.ZodString:return Nf(e,n);case Z.ZodNumber:return E5(e);case Z.ZodObject:return k5(e,n);case Z.ZodBigInt:return i5(e);case Z.ZodBoolean:return a5();case Z.ZodDate:return Of(e,n);case Z.ZodUndefined:return M5();case Z.ZodNull:return b5();case Z.ZodArray:return s5(e,n);case Z.ZodUnion:case Z.ZodDiscriminatedUnion:return $5(e,n);case Z.ZodIntersection:return h5(e,n);case Z.ZodTuple:return N5(e,n);case Z.ZodRecord:return Af(e,n);case Z.ZodLiteral:return m5(e);case Z.ZodEnum:return p5(e);case Z.ZodNativeEnum:return y5(e);case Z.ZodNullable:return C5(e,n);case Z.ZodOptional:return x5(e,n);case Z.ZodMap:return _5(e,n);case Z.ZodSet:return O5(e,n);case Z.ZodLazy:return()=>e.getter()._def;case Z.ZodPromise:return R5(e,n);case Z.ZodNaN:case Z.ZodNever:return w5();case Z.ZodEffects:return d5(e,n);case Z.ZodAny:return St();case Z.ZodUnknown:return A5();case Z.ZodDefault:return u5(e,n);case Z.ZodBranded:return Rf(e,n);case Z.ZodReadonly:return L5(e,n);case Z.ZodCatch:return l5(e,n);case Z.ZodPipeline:return P5(e,n);case Z.ZodFunction:case Z.ZodVoid:case Z.ZodSymbol:return;default:return(r=>{})()}};function Ee(e,t,n=!1){var r;const o=t.seen.get(e);if(t.override){const l=(r=t.override)==null?void 0:r.call(t,e,t,o,n);if(l!==r5)return l}if(o&&!n){const l=z5(o,t);if(l!==void 0)return l}const s={def:e,path:t.currentPath,jsonSchema:void 0};t.seen.set(e,s);const i=j5(e,e.typeName,t),a=typeof i=="function"?Ee(i(),t):i;if(a&&D5(e,t,a),t.postProcess){const l=t.postProcess(a,e,t);return s.jsonSchema=a,l}return s.jsonSchema=a,a}var z5=(e,t)=>{switch(t.$refStrategy){case"root":return{$ref:e.path.join("/")};case"relative":return{$ref:n5(t.currentPath,e.path)};case"none":case"seen":return e.path.length<t.currentPath.length&&e.path.every((n,r)=>t.currentPath[r]===n)?(console.warn(`Recursive reference detected at ${t.currentPath.join("/")}! Defaulting to any`),St()):t.$refStrategy==="seen"?St():void 0}},D5=(e,t,n)=>(e.description&&(n.description=e.description),n),U5=e=>{const t=o5(e),n=t.name!==void 0?[...t.basePath,t.definitionPath,t.name]:t.basePath;return{...t,currentPath:n,propertyPath:void 0,seen:new Map(Object.entries(t.definitions).map(([r,o])=>[o._def,{def:o._def,path:[...t.basePath,t.definitionPath,r],jsonSchema:void 0}]))}},q5=(e,t)=>{var n;const r=U5(t);let o=typeof t=="object"&&t.definitions?Object.entries(t.definitions).reduce((c,[u,h])=>{var _;return{...c,[u]:(_=Ee(h._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0))!=null?_:St()}},{}):void 0;const s=typeof t=="string"?t:(t==null?void 0:t.nameStrategy)==="title"||t==null?void 0:t.name,i=(n=Ee(e._def,s===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,s]},!1))!=null?n:St(),a=typeof t=="object"&&t.name!==void 0&&t.nameStrategy==="title"?t.name:void 0;a!==void 0&&(i.title=a);const l=s===void 0?o?{...i,[r.definitionPath]:o}:i:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,s].join("/"),[r.definitionPath]:{...o,[s]:i}};return l.$schema="http://json-schema.org/draft-07/schema#",l},Z5=q5;function F5(e,t){var n;const r=(n=void 0)!=null?n:!1;return Lf(()=>Z5(e,{$refStrategy:r?"root":"none"}),{validate:async o=>{const s=await e.safeParseAsync(o);return s.success?{success:!0,value:s.data}:{success:!1,error:s.error}}})}function V5(e,t){var n;const r=(n=void 0)!=null?n:!1;return Lf(()=>nd(e,{target:"draft-7",io:"output",reused:r?"ref":"inline"}),{validate:async o=>{const s=await Ti(e,o);return s.success?{success:!0,value:s.data}:{success:!1,error:s.error}}})}function B5(e){return"_zod"in e}function we(e,t){return B5(e)?V5(e):F5(e)}var H5=Symbol.for("vercel.ai.schema");function et(e){let t;return()=>(t==null&&(t=e()),t)}function Lf(e,{validate:t}={}){return{[H5]:!0,_type:void 0,[ys]:!0,get jsonSchema(){return typeof e=="function"&&(e=e()),e},validate:t}}var{btoa:J5,atob:G5}=globalThis;function W5(e){const t=e.replace(/-/g,"+").replace(/_/g,"/"),n=G5(t);return Uint8Array.from(n,r=>r.codePointAt(0))}function K5(e){let t="";for(let n=0;n<e.length;n++)t+=String.fromCodePoint(e[n]);return J5(t)}function Kn(e){return e instanceof Uint8Array?K5(e):e}function jf(e){return e==null?void 0:e.replace(/\/$/,"")}var Wa=S({error:S({message:p(),type:p().nullish(),param:yt().nullish(),code:Q([p(),R()]).nullish()})}),en=xf({errorSchema:Wa,errorToMessage:e=>e.error.message});function Y5({prompt:e,systemMessageMode:t="system"}){const n=[],r=[];for(const{role:o,content:s}of e)switch(o){case"system":{switch(t){case"system":{n.push({role:"system",content:s});break}case"developer":{n.push({role:"developer",content:s});break}case"remove":{r.push({type:"other",message:"system messages are removed for this model"});break}default:{const i=t;throw new Error(`Unsupported system message mode: ${i}`)}}break}case"user":{if(s.length===1&&s[0].type==="text"){n.push({role:"user",content:s[0].text});break}n.push({role:"user",content:s.map((i,a)=>{var l,c,u;switch(i.type){case"text":return{type:"text",text:i.text};case"file":if(i.mediaType.startsWith("image/")){const h=i.mediaType==="image/*"?"image/jpeg":i.mediaType;return{type:"image_url",image_url:{url:i.data instanceof URL?i.data.toString():`data:${h};base64,${Kn(i.data)}`,detail:(c=(l=i.providerOptions)==null?void 0:l.openai)==null?void 0:c.imageDetail}}}else if(i.mediaType.startsWith("audio/")){if(i.data instanceof URL)throw new Mt({functionality:"audio file parts with URLs"});switch(i.mediaType){case"audio/wav":return{type:"input_audio",input_audio:{data:Kn(i.data),format:"wav"}};case"audio/mp3":case"audio/mpeg":return{type:"input_audio",input_audio:{data:Kn(i.data),format:"mp3"}};default:throw new Mt({functionality:`audio content parts with media type ${i.mediaType}`})}}else if(i.mediaType==="application/pdf"){if(i.data instanceof URL)throw new Mt({functionality:"PDF file parts with URLs"});return{type:"file",file:typeof i.data=="string"&&i.data.startsWith("file-")?{file_id:i.data}:{filename:(u=i.filename)!=null?u:`part-${a}.pdf`,file_data:`data:application/pdf;base64,${Kn(i.data)}`}}}else throw new Mt({functionality:`file part media type ${i.mediaType}`})}})});break}case"assistant":{let i="";const a=[];for(const l of s)switch(l.type){case"text":{i+=l.text;break}case"tool-call":{a.push({id:l.toolCallId,type:"function",function:{name:l.toolName,arguments:JSON.stringify(l.input)}});break}}n.push({role:"assistant",content:i,tool_calls:a.length>0?a:void 0});break}case"tool":{for(const i of s){const a=i.output;let l;switch(a.type){case"text":case"error-text":l=a.value;break;case"content":case"json":case"error-json":l=JSON.stringify(a.value);break}n.push({role:"tool",tool_call_id:i.toolCallId,content:l})}break}default:{const i=o;throw new Error(`Unsupported role: ${i}`)}}return{messages:n,warnings:r}}function Ka({id:e,model:t,created:n}){return{id:e??void 0,modelId:t??void 0,timestamp:n?new Date(n*1e3):void 0}}function zf(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 Q5=it(()=>we(S({id:p().nullish(),created:R().nullish(),model:p().nullish(),choices:N(S({message:S({role:O("assistant").nullish(),content:p().nullish(),tool_calls:N(S({id:p().nullish(),type:O("function"),function:S({name:p(),arguments:p()})})).nullish(),annotations:N(S({type:O("url_citation"),start_index:R(),end_index:R(),url:p(),title:p()})).nullish()}),index:R(),logprobs:S({content:N(S({token:p(),logprob:R(),top_logprobs:N(S({token:p(),logprob:R()}))})).nullish()}).nullish(),finish_reason:p().nullish()})),usage:S({prompt_tokens:R().nullish(),completion_tokens:R().nullish(),total_tokens:R().nullish(),prompt_tokens_details:S({cached_tokens:R().nullish()}).nullish(),completion_tokens_details:S({reasoning_tokens:R().nullish(),accepted_prediction_tokens:R().nullish(),rejected_prediction_tokens:R().nullish()}).nullish()}).nullish()}))),X5=it(()=>we(Q([S({id:p().nullish(),created:R().nullish(),model:p().nullish(),choices:N(S({delta:S({role:me(["assistant"]).nullish(),content:p().nullish(),tool_calls:N(S({index:R(),id:p().nullish(),type:O("function").nullish(),function:S({name:p().nullish(),arguments:p().nullish()})})).nullish(),annotations:N(S({type:O("url_citation"),start_index:R(),end_index:R(),url:p(),title:p()})).nullish()}).nullish(),logprobs:S({content:N(S({token:p(),logprob:R(),top_logprobs:N(S({token:p(),logprob:R()}))})).nullish()}).nullish(),finish_reason:p().nullish(),index:R()})),usage:S({prompt_tokens:R().nullish(),completion_tokens:R().nullish(),total_tokens:R().nullish(),prompt_tokens_details:S({cached_tokens:R().nullish()}).nullish(),completion_tokens_details:S({reasoning_tokens:R().nullish(),accepted_prediction_tokens:R().nullish(),rejected_prediction_tokens:R().nullish()}).nullish()}).nullish()}),Wa]))),e8=it(()=>we(S({logitBias:ie(M_(),R()).optional(),logprobs:Q([ne(),R()]).optional(),parallelToolCalls:ne().optional(),user:p().optional(),reasoningEffort:me(["none","minimal","low","medium","high"]).optional(),maxCompletionTokens:R().optional(),store:ne().optional(),metadata:ie(p().max(64),p().max(512)).optional(),prediction:ie(p(),yt()).optional(),structuredOutputs:ne().optional(),serviceTier:me(["auto","flex","priority","default"]).optional(),strictJsonSchema:ne().optional(),textVerbosity:me(["low","medium","high"]).optional(),promptCacheKey:p().optional(),promptCacheRetention:me(["in_memory","24h"]).optional(),safetyIdentifier:p().optional()})));function t8({tools:e,toolChoice:t,structuredOutputs:n,strictJsonSchema:r}){e=e!=null&&e.length?e:void 0;const o=[];if(e==null)return{tools:void 0,toolChoice:void 0,toolWarnings:o};const s=[];for(const a of e)switch(a.type){case"function":s.push({type:"function",function:{name:a.name,description:a.description,parameters:a.inputSchema,strict:n?r:void 0}});break;default:o.push({type:"unsupported-tool",tool:a});break}if(t==null)return{tools:s,toolChoice:void 0,toolWarnings:o};const i=t.type;switch(i){case"auto":case"none":case"required":return{tools:s,toolChoice:i,toolWarnings:o};case"tool":return{tools:s,toolChoice:{type:"function",function:{name:t.toolName}},toolWarnings:o};default:{const a=i;throw new Mt({functionality:`tool choice type: ${a}`})}}}var n8=class{constructor(e,t){this.specificationVersion="v2",this.supportedUrls={"image/*":[/^https?:\/\/.*$/]},this.modelId=e,this.config=t}get provider(){return this.config.provider}async getArgs({prompt:e,maxOutputTokens:t,temperature:n,topP:r,topK:o,frequencyPenalty:s,presencePenalty:i,stopSequences:a,responseFormat:l,seed:c,tools:u,toolChoice:h,providerOptions:_}){var f,g,v,m;const d=[],w=(f=await Xt({provider:"openai",providerOptions:_,schema:e8}))!=null?f:{},y=(g=w.structuredOutputs)!=null?g:!0;o!=null&&d.push({type:"unsupported-setting",setting:"topK"}),(l==null?void 0:l.type)==="json"&&l.schema!=null&&!y&&d.push({type:"unsupported-setting",setting:"responseFormat",details:"JSON response format schema is only supported with structuredOutputs"});const{messages:b,warnings:k}=Y5({prompt:e,systemMessageMode:s8(this.modelId)});d.push(...k);const x=(v=w.strictJsonSchema)!=null?v:!1,T={model:this.modelId,logit_bias:w.logitBias,logprobs:w.logprobs===!0||typeof w.logprobs=="number"?!0:void 0,top_logprobs:typeof w.logprobs=="number"?w.logprobs:typeof w.logprobs=="boolean"&&w.logprobs?0:void 0,user:w.user,parallel_tool_calls:w.parallelToolCalls,max_tokens:t,temperature:n,top_p:r,frequency_penalty:s,presence_penalty:i,response_format:(l==null?void 0:l.type)==="json"?y&&l.schema!=null?{type:"json_schema",json_schema:{schema:l.schema,strict:x,name:(m=l.name)!=null?m:"response",description:l.description}}:{type:"json_object"}:void 0,stop:a,seed:c,verbosity:w.textVerbosity,max_completion_tokens:w.maxCompletionTokens,store:w.store,metadata:w.metadata,prediction:w.prediction,reasoning_effort:w.reasoningEffort,service_tier:w.serviceTier,prompt_cache_key:w.promptCacheKey,prompt_cache_retention:w.promptCacheRetention,safety_identifier:w.safetyIdentifier,messages:b};Df(this.modelId)?(T.temperature!=null&&(T.temperature=void 0,d.push({type:"unsupported-setting",setting:"temperature",details:"temperature is not supported for reasoning models"})),T.top_p!=null&&(T.top_p=void 0,d.push({type:"unsupported-setting",setting:"topP",details:"topP is not supported for reasoning models"})),T.frequency_penalty!=null&&(T.frequency_penalty=void 0,d.push({type:"unsupported-setting",setting:"frequencyPenalty",details:"frequencyPenalty is not supported for reasoning models"})),T.presence_penalty!=null&&(T.presence_penalty=void 0,d.push({type:"unsupported-setting",setting:"presencePenalty",details:"presencePenalty is not supported for reasoning models"})),T.logit_bias!=null&&(T.logit_bias=void 0,d.push({type:"other",message:"logitBias is not supported for reasoning models"})),T.logprobs!=null&&(T.logprobs=void 0,d.push({type:"other",message:"logprobs is not supported for reasoning models"})),T.top_logprobs!=null&&(T.top_logprobs=void 0,d.push({type:"other",message:"topLogprobs is not supported for reasoning models"})),T.max_tokens!=null&&(T.max_completion_tokens==null&&(T.max_completion_tokens=T.max_tokens),T.max_tokens=void 0)):(this.modelId.startsWith("gpt-4o-search-preview")||this.modelId.startsWith("gpt-4o-mini-search-preview"))&&T.temperature!=null&&(T.temperature=void 0,d.push({type:"unsupported-setting",setting:"temperature",details:"temperature is not supported for the search preview models and has been removed."})),w.serviceTier==="flex"&&!r8(this.modelId)&&(d.push({type:"unsupported-setting",setting:"serviceTier",details:"flex processing is only available for o3, o4-mini, and gpt-5 models"}),T.service_tier=void 0),w.serviceTier==="priority"&&!o8(this.modelId)&&(d.push({type:"unsupported-setting",setting:"serviceTier",details:"priority processing is only available for supported models (gpt-4, gpt-5, gpt-5-mini, o3, o4-mini) and requires Enterprise access. gpt-5-nano is not supported"}),T.service_tier=void 0);const{tools:D,toolChoice:U,toolWarnings:H}=t8({tools:u,toolChoice:h,structuredOutputs:y,strictJsonSchema:x});return{args:{...T,tools:D,tool_choice:U},warnings:[...d,...H]}}async doGenerate(e){var t,n,r,o,s,i,a,l,c,u,h,_,f,g;const{args:v,warnings:m}=await this.getArgs(e),{responseHeaders:d,value:w,rawValue:y}=await Dt({url:this.config.url({path:"/chat/completions",modelId:this.modelId}),headers:xt(this.config.headers(),e.headers),body:v,failedResponseHandler:en,successfulResponseHandler:Wn(Q5),abortSignal:e.abortSignal,fetch:this.config.fetch}),b=w.choices[0],k=[],x=b.message.content;x!=null&&x.length>0&&k.push({type:"text",text:x});for(const H of(t=b.message.tool_calls)!=null?t:[])k.push({type:"tool-call",toolCallId:(n=H.id)!=null?n:st(),toolName:H.function.name,input:H.function.arguments});for(const H of(r=b.message.annotations)!=null?r:[])k.push({type:"source",sourceType:"url",id:st(),url:H.url,title:H.title});const T=(o=w.usage)==null?void 0:o.completion_tokens_details,D=(s=w.usage)==null?void 0:s.prompt_tokens_details,U={openai:{}};return(T==null?void 0:T.accepted_prediction_tokens)!=null&&(U.openai.acceptedPredictionTokens=T==null?void 0:T.accepted_prediction_tokens),(T==null?void 0:T.rejected_prediction_tokens)!=null&&(U.openai.rejectedPredictionTokens=T==null?void 0:T.rejected_prediction_tokens),((i=b.logprobs)==null?void 0:i.content)!=null&&(U.openai.logprobs=b.logprobs.content),{content:k,finishReason:zf(b.finish_reason),usage:{inputTokens:(l=(a=w.usage)==null?void 0:a.prompt_tokens)!=null?l:void 0,outputTokens:(u=(c=w.usage)==null?void 0:c.completion_tokens)!=null?u:void 0,totalTokens:(_=(h=w.usage)==null?void 0:h.total_tokens)!=null?_:void 0,reasoningTokens:(f=T==null?void 0:T.reasoning_tokens)!=null?f:void 0,cachedInputTokens:(g=D==null?void 0:D.cached_tokens)!=null?g:void 0},request:{body:v},response:{...Ka(w),headers:d,body:y},warnings:m,providerMetadata:U}}async doStream(e){const{args:t,warnings:n}=await this.getArgs(e),r={...t,stream:!0,stream_options:{include_usage:!0}},{responseHeaders:o,value:s}=await Dt({url:this.config.url({path:"/chat/completions",modelId:this.modelId}),headers:xt(this.config.headers(),e.headers),body:r,failedResponseHandler:en,successfulResponseHandler:bs(X5),abortSignal:e.abortSignal,fetch:this.config.fetch}),i=[];let a="unknown";const l={inputTokens:void 0,outputTokens:void 0,totalTokens:void 0};let c=!1,u=!1;const h={openai:{}};return{stream:s.pipeThrough(new TransformStream({start(_){_.enqueue({type:"stream-start",warnings:n})},transform(_,f){var g,v,m,d,w,y,b,k,x,T,D,U,H,q,F,B,V,se,ge,te,ue,le,L,I;if(e.includeRawChunks&&f.enqueue({type:"raw",rawValue:_.rawValue}),!_.success){a="error",f.enqueue({type:"error",error:_.error});return}const M=_.value;if("error"in M){a="error",f.enqueue({type:"error",error:M.error});return}if(!c){const E=Ka(M);Object.values(E).some(Boolean)&&(c=!0,f.enqueue({type:"response-metadata",...Ka(M)}))}M.usage!=null&&(l.inputTokens=(g=M.usage.prompt_tokens)!=null?g:void 0,l.outputTokens=(v=M.usage.completion_tokens)!=null?v:void 0,l.totalTokens=(m=M.usage.total_tokens)!=null?m:void 0,l.reasoningTokens=(w=(d=M.usage.completion_tokens_details)==null?void 0:d.reasoning_tokens)!=null?w:void 0,l.cachedInputTokens=(b=(y=M.usage.prompt_tokens_details)==null?void 0:y.cached_tokens)!=null?b:void 0,((k=M.usage.completion_tokens_details)==null?void 0:k.accepted_prediction_tokens)!=null&&(h.openai.acceptedPredictionTokens=(x=M.usage.completion_tokens_details)==null?void 0:x.accepted_prediction_tokens),((T=M.usage.completion_tokens_details)==null?void 0:T.rejected_prediction_tokens)!=null&&(h.openai.rejectedPredictionTokens=(D=M.usage.completion_tokens_details)==null?void 0:D.rejected_prediction_tokens));const P=M.choices[0];if((P==null?void 0:P.finish_reason)!=null&&(a=zf(P.finish_reason)),((U=P==null?void 0:P.logprobs)==null?void 0:U.content)!=null&&(h.openai.logprobs=P.logprobs.content),(P==null?void 0:P.delta)==null)return;const C=P.delta;if(C.content!=null&&(u||(f.enqueue({type:"text-start",id:"0"}),u=!0),f.enqueue({type:"text-delta",id:"0",delta:C.content})),C.tool_calls!=null)for(const E of C.tool_calls){const $=E.index;if(i[$]==null){if(E.type!=="function")throw new Ar({data:E,message:"Expected 'function' type."});if(E.id==null)throw new Ar({data:E,message:"Expected 'id' to be a string."});if(((H=E.function)==null?void 0:H.name)==null)throw new Ar({data:E,message:"Expected 'function.name' to be a string."});f.enqueue({type:"tool-input-start",id:E.id,toolName:E.function.name}),i[$]={id:E.id,type:"function",function:{name:E.function.name,arguments:(q=E.function.arguments)!=null?q:""},hasFinished:!1};const z=i[$];((F=z.function)==null?void 0:F.name)!=null&&((B=z.function)==null?void 0:B.arguments)!=null&&(z.function.arguments.length>0&&f.enqueue({type:"tool-input-delta",id:z.id,delta:z.function.arguments}),ws(z.function.arguments)&&(f.enqueue({type:"tool-input-end",id:z.id}),f.enqueue({type:"tool-call",toolCallId:(V=z.id)!=null?V:st(),toolName:z.function.name,input:z.function.arguments}),z.hasFinished=!0));continue}const j=i[$];j.hasFinished||(((se=E.function)==null?void 0:se.arguments)!=null&&(j.function.arguments+=(te=(ge=E.function)==null?void 0:ge.arguments)!=null?te:""),f.enqueue({type:"tool-input-delta",id:j.id,delta:(ue=E.function.arguments)!=null?ue:""}),((le=j.function)==null?void 0:le.name)!=null&&((L=j.function)==null?void 0:L.arguments)!=null&&ws(j.function.arguments)&&(f.enqueue({type:"tool-input-end",id:j.id}),f.enqueue({type:"tool-call",toolCallId:(I=j.id)!=null?I:st(),toolName:j.function.name,input:j.function.arguments}),j.hasFinished=!0))}if(C.annotations!=null)for(const E of C.annotations)f.enqueue({type:"source",sourceType:"url",id:st(),url:E.url,title:E.title})},flush(_){u&&_.enqueue({type:"text-end",id:"0"}),_.enqueue({type:"finish",finishReason:a,usage:l,...h!=null?{providerMetadata:h}:{}})}})),request:{body:r},response:{headers:o}}}};function Df(e){return(e.startsWith("o")||e.startsWith("gpt-5"))&&!e.startsWith("gpt-5-chat")}function r8(e){return e.startsWith("o3")||e.startsWith("o4-mini")||e.startsWith("gpt-5")&&!e.startsWith("gpt-5-chat")}function o8(e){return e.startsWith("gpt-4")||e.startsWith("gpt-5-mini")||e.startsWith("gpt-5")&&!e.startsWith("gpt-5-nano")&&!e.startsWith("gpt-5-chat")||e.startsWith("o3")||e.startsWith("o4-mini")}function s8(e){var t,n;return Df(e)?(n=(t=i8[e])==null?void 0:t.systemMessageMode)!=null?n:"developer":"system"}var i8={o3:{systemMessageMode:"developer"},"o3-2025-04-16":{systemMessageMode:"developer"},"o3-mini":{systemMessageMode:"developer"},"o3-mini-2025-01-31":{systemMessageMode:"developer"},"o4-mini":{systemMessageMode:"developer"},"o4-mini-2025-04-16":{systemMessageMode:"developer"}};function a8({prompt:e,user:t="user",assistant:n="assistant"}){let r="";e[0].role==="system"&&(r+=`${e[0].content}
62
-
63
- `,e=e.slice(1));for(const{role:o,content:s}of e)switch(o){case"system":throw new An({message:"Unexpected system message in prompt: ${content}",prompt:e});case"user":{const i=s.map(a=>{switch(a.type){case"text":return a.text}}).filter(Boolean).join("");r+=`${t}:
64
- ${i}
65
-
66
- `;break}case"assistant":{const i=s.map(a=>{switch(a.type){case"text":return a.text;case"tool-call":throw new Mt({functionality:"tool-call messages"})}}).join("");r+=`${n}:
67
- ${i}
68
-
69
- `;break}case"tool":throw new Mt({functionality:"tool messages"});default:{const i=o;throw new Error(`Unsupported role: ${i}`)}}return r+=`${n}:
70
- `,{prompt:r,stopSequences:[`
71
- ${t}:`]}}function Uf({id:e,model:t,created:n}){return{id:e??void 0,modelId:t??void 0,timestamp:n!=null?new Date(n*1e3):void 0}}function qf(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 l8=it(()=>we(S({id:p().nullish(),created:R().nullish(),model:p().nullish(),choices:N(S({text:p(),finish_reason:p(),logprobs:S({tokens:N(p()),token_logprobs:N(R()),top_logprobs:N(ie(p(),R())).nullish()}).nullish()})),usage:S({prompt_tokens:R(),completion_tokens:R(),total_tokens:R()}).nullish()}))),c8=it(()=>we(Q([S({id:p().nullish(),created:R().nullish(),model:p().nullish(),choices:N(S({text:p(),finish_reason:p().nullish(),index:R(),logprobs:S({tokens:N(p()),token_logprobs:N(R()),top_logprobs:N(ie(p(),R())).nullish()}).nullish()})),usage:S({prompt_tokens:R(),completion_tokens:R(),total_tokens:R()}).nullish()}),Wa]))),Zf=it(()=>we(S({echo:ne().optional(),logitBias:ie(p(),R()).optional(),suffix:p().optional(),user:p().optional(),logprobs:Q([ne(),R()]).optional()}))),u8=class{constructor(e,t){this.specificationVersion="v2",this.supportedUrls={},this.modelId=e,this.config=t}get providerOptionsName(){return this.config.provider.split(".")[0].trim()}get provider(){return this.config.provider}async getArgs({prompt:e,maxOutputTokens:t,temperature:n,topP:r,topK:o,frequencyPenalty:s,presencePenalty:i,stopSequences:a,responseFormat:l,tools:c,toolChoice:u,seed:h,providerOptions:_}){const f=[],g={...await Xt({provider:"openai",providerOptions:_,schema:Zf}),...await Xt({provider:this.providerOptionsName,providerOptions:_,schema:Zf})};o!=null&&f.push({type:"unsupported-setting",setting:"topK"}),c!=null&&c.length&&f.push({type:"unsupported-setting",setting:"tools"}),u!=null&&f.push({type:"unsupported-setting",setting:"toolChoice"}),l!=null&&l.type!=="text"&&f.push({type:"unsupported-setting",setting:"responseFormat",details:"JSON response format is not supported."});const{prompt:v,stopSequences:m}=a8({prompt:e}),d=[...m??[],...a??[]];return{args:{model:this.modelId,echo:g.echo,logit_bias:g.logitBias,logprobs:(g==null?void 0:g.logprobs)===!0?0:(g==null?void 0:g.logprobs)===!1||g==null?void 0:g.logprobs,suffix:g.suffix,user:g.user,max_tokens:t,temperature:n,top_p:r,frequency_penalty:s,presence_penalty:i,seed:h,prompt:v,stop:d.length>0?d:void 0},warnings:f}}async doGenerate(e){var t,n,r;const{args:o,warnings:s}=await this.getArgs(e),{responseHeaders:i,value:a,rawValue:l}=await Dt({url:this.config.url({path:"/completions",modelId:this.modelId}),headers:xt(this.config.headers(),e.headers),body:o,failedResponseHandler:en,successfulResponseHandler:Wn(l8),abortSignal:e.abortSignal,fetch:this.config.fetch}),c=a.choices[0],u={openai:{}};return c.logprobs!=null&&(u.openai.logprobs=c.logprobs),{content:[{type:"text",text:c.text}],usage:{inputTokens:(t=a.usage)==null?void 0:t.prompt_tokens,outputTokens:(n=a.usage)==null?void 0:n.completion_tokens,totalTokens:(r=a.usage)==null?void 0:r.total_tokens},finishReason:qf(c.finish_reason),request:{body:o},response:{...Uf(a),headers:i,body:l},providerMetadata:u,warnings:s}}async doStream(e){const{args:t,warnings:n}=await this.getArgs(e),r={...t,stream:!0,stream_options:{include_usage:!0}},{responseHeaders:o,value:s}=await Dt({url:this.config.url({path:"/completions",modelId:this.modelId}),headers:xt(this.config.headers(),e.headers),body:r,failedResponseHandler:en,successfulResponseHandler:bs(c8),abortSignal:e.abortSignal,fetch:this.config.fetch});let i="unknown";const a={openai:{}},l={inputTokens:void 0,outputTokens:void 0,totalTokens:void 0};let c=!0;return{stream:s.pipeThrough(new TransformStream({start(u){u.enqueue({type:"stream-start",warnings:n})},transform(u,h){if(e.includeRawChunks&&h.enqueue({type:"raw",rawValue:u.rawValue}),!u.success){i="error",h.enqueue({type:"error",error:u.error});return}const _=u.value;if("error"in _){i="error",h.enqueue({type:"error",error:_.error});return}c&&(c=!1,h.enqueue({type:"response-metadata",...Uf(_)}),h.enqueue({type:"text-start",id:"0"})),_.usage!=null&&(l.inputTokens=_.usage.prompt_tokens,l.outputTokens=_.usage.completion_tokens,l.totalTokens=_.usage.total_tokens);const f=_.choices[0];(f==null?void 0:f.finish_reason)!=null&&(i=qf(f.finish_reason)),(f==null?void 0:f.logprobs)!=null&&(a.openai.logprobs=f.logprobs),(f==null?void 0:f.text)!=null&&f.text.length>0&&h.enqueue({type:"text-delta",id:"0",delta:f.text})},flush(u){c||u.enqueue({type:"text-end",id:"0"}),u.enqueue({type:"finish",finishReason:i,providerMetadata:a,usage:l})}})),request:{body:r},response:{headers:o}}}},d8=it(()=>we(S({dimensions:R().optional(),user:p().optional()}))),p8=it(()=>we(S({data:N(S({embedding:N(R())})),usage:S({prompt_tokens:R()}).nullish()}))),f8=class{constructor(e,t){this.specificationVersion="v2",this.maxEmbeddingsPerCall=2048,this.supportsParallelCalls=!0,this.modelId=e,this.config=t}get provider(){return this.config.provider}async doEmbed({values:e,headers:t,abortSignal:n,providerOptions:r}){var o;if(e.length>this.maxEmbeddingsPerCall)throw new Rm({provider:this.provider,modelId:this.modelId,maxEmbeddingsPerCall:this.maxEmbeddingsPerCall,values:e});const s=(o=await Xt({provider:"openai",providerOptions:r,schema:d8}))!=null?o:{},{responseHeaders:i,value:a,rawValue:l}=await Dt({url:this.config.url({path:"/embeddings",modelId:this.modelId}),headers:xt(this.config.headers(),t),body:{model:this.modelId,input:e,encoding_format:"float",dimensions:s.dimensions,user:s.user},failedResponseHandler:en,successfulResponseHandler:Wn(p8),abortSignal:n,fetch:this.config.fetch});return{embeddings:a.data.map(c=>c.embedding),usage:a.usage?{tokens:a.usage.prompt_tokens}:void 0,response:{headers:i,body:l}}}},h8=it(()=>we(S({data:N(S({b64_json:p(),revised_prompt:p().nullish()}))}))),m8={"dall-e-3":1,"dall-e-2":10,"gpt-image-1":10,"gpt-image-1-mini":10},g8=new Set(["gpt-image-1","gpt-image-1-mini"]),v8=class{constructor(e,t){this.modelId=e,this.config=t,this.specificationVersion="v2"}get maxImagesPerCall(){var e;return(e=m8[this.modelId])!=null?e:1}get provider(){return this.config.provider}async doGenerate({prompt:e,n:t,size:n,aspectRatio:r,seed:o,providerOptions:s,headers:i,abortSignal:a}){var l,c,u,h;const _=[];r!=null&&_.push({type:"unsupported-setting",setting:"aspectRatio",details:"This model does not support aspect ratio. Use `size` instead."}),o!=null&&_.push({type:"unsupported-setting",setting:"seed"});const f=(u=(c=(l=this.config._internal)==null?void 0:l.currentDate)==null?void 0:c.call(l))!=null?u:new Date,{value:g,responseHeaders:v}=await Dt({url:this.config.url({path:"/images/generations",modelId:this.modelId}),headers:xt(this.config.headers(),i),body:{model:this.modelId,prompt:e,n:t,size:n,...(h=s.openai)!=null?h:{},...g8.has(this.modelId)?{}:{response_format:"b64_json"}},failedResponseHandler:en,successfulResponseHandler:Wn(h8),abortSignal:a,fetch:this.config.fetch});return{images:g.data.map(m=>m.b64_json),warnings:_,response:{timestamp:f,modelId:this.modelId,headers:v},providerMetadata:{openai:{images:g.data.map(m=>m.revised_prompt?{revisedPrompt:m.revised_prompt}:null)}}}}},_8=et(()=>we(S({code:p().nullish(),containerId:p()}))),y8=et(()=>we(S({outputs:N(Fe("type",[S({type:O("logs"),logs:p()}),S({type:O("image"),url:p()})])).nullish()}))),w8=et(()=>we(S({container:Q([p(),S({fileIds:N(p()).optional()})]).optional()}))),b8=pr({id:"openai.code_interpreter",name:"code_interpreter",inputSchema:_8,outputSchema:y8}),$8=(e={})=>b8(e),Ff=S({key:p(),type:me(["eq","ne","gt","gte","lt","lte"]),value:Q([p(),R(),ne()])}),Vf=S({type:me(["and","or"]),filters:N(Q([Ff,md(()=>Vf)]))}),S8=et(()=>we(S({vectorStoreIds:N(p()),maxNumResults:R().optional(),ranking:S({ranker:p().optional(),scoreThreshold:R().optional()}).optional(),filters:Q([Ff,Vf]).optional()}))),C8=et(()=>we(S({queries:N(p()),results:N(S({attributes:ie(p(),ke()),fileId:p(),filename:p(),score:R(),text:p()})).nullable()}))),E8=pr({id:"openai.file_search",name:"file_search",inputSchema:S({}),outputSchema:C8}),k8=et(()=>we(S({background:me(["auto","opaque","transparent"]).optional(),inputFidelity:me(["low","high"]).optional(),inputImageMask:S({fileId:p().optional(),imageUrl:p().optional()}).optional(),model:p().optional(),moderation:me(["auto"]).optional(),outputCompression:R().int().min(0).max(100).optional(),outputFormat:me(["png","jpeg","webp"]).optional(),partialImages:R().int().min(0).max(3).optional(),quality:me(["auto","low","medium","high"]).optional(),size:me(["1024x1024","1024x1536","1536x1024","auto"]).optional()}).strict())),I8=et(()=>we(S({}))),T8=et(()=>we(S({result:p()}))),x8=pr({id:"openai.image_generation",name:"image_generation",inputSchema:I8,outputSchema:T8}),P8=(e={})=>x8(e),Bf=et(()=>we(S({action:S({type:O("exec"),command:N(p()),timeoutMs:R().optional(),user:p().optional(),workingDirectory:p().optional(),env:ie(p(),p()).optional()})}))),Hf=et(()=>we(S({output:p()}))),R8=pr({id:"openai.local_shell",name:"local_shell",inputSchema:Bf,outputSchema:Hf}),O8=et(()=>we(S({externalWebAccess:ne().optional(),filters:S({allowedDomains:N(p()).optional()}).optional(),searchContextSize:me(["low","medium","high"]).optional(),userLocation:S({type:O("approximate"),country:p().optional(),city:p().optional(),region:p().optional(),timezone:p().optional()}).optional()}))),N8=et(()=>we(S({}))),M8=et(()=>we(S({action:Fe("type",[S({type:O("search"),query:p().optional()}),S({type:O("openPage"),url:p()}),S({type:O("find"),url:p(),pattern:p()})]),sources:N(Fe("type",[S({type:O("url"),url:p()}),S({type:O("api"),name:p()})])).optional()}))),A8=pr({id:"openai.web_search",name:"web_search",inputSchema:N8,outputSchema:M8}),L8=(e={})=>A8(e),j8=et(()=>we(S({searchContextSize:me(["low","medium","high"]).optional(),userLocation:S({type:O("approximate"),country:p().optional(),city:p().optional(),region:p().optional(),timezone:p().optional()}).optional()}))),z8=et(()=>we(S({}))),D8=et(()=>we(S({action:Fe("type",[S({type:O("search"),query:p().optional()}),S({type:O("openPage"),url:p()}),S({type:O("find"),url:p(),pattern:p()})])}))),U8=pr({id:"openai.web_search_preview",name:"web_search_preview",inputSchema:z8,outputSchema:D8}),q8={codeInterpreter:$8,fileSearch:E8,imageGeneration:P8,localShell:R8,webSearchPreview:U8,webSearch:L8};function Jf(e,t){return t?t.some(n=>e.startsWith(n)):!1}async function Z8({prompt:e,systemMessageMode:t,fileIdPrefixes:n,store:r,hasLocalShellTool:o=!1}){var s,i,a,l;const c=[],u=[];for(const{role:h,content:_}of e)switch(h){case"system":{switch(t){case"system":{c.push({role:"system",content:_});break}case"developer":{c.push({role:"developer",content:_});break}case"remove":{u.push({type:"other",message:"system messages are removed for this model"});break}default:{const f=t;throw new Error(`Unsupported system message mode: ${f}`)}}break}case"user":{c.push({role:"user",content:_.map((f,g)=>{var v,m,d;switch(f.type){case"text":return{type:"input_text",text:f.text};case"file":if(f.mediaType.startsWith("image/")){const w=f.mediaType==="image/*"?"image/jpeg":f.mediaType;return{type:"input_image",...f.data instanceof URL?{image_url:f.data.toString()}:typeof f.data=="string"&&Jf(f.data,n)?{file_id:f.data}:{image_url:`data:${w};base64,${Kn(f.data)}`},detail:(m=(v=f.providerOptions)==null?void 0:v.openai)==null?void 0:m.imageDetail}}else{if(f.mediaType==="application/pdf")return f.data instanceof URL?{type:"input_file",file_url:f.data.toString()}:{type:"input_file",...typeof f.data=="string"&&Jf(f.data,n)?{file_id:f.data}:{filename:(d=f.filename)!=null?d:`part-${g}.pdf`,file_data:`data:application/pdf;base64,${Kn(f.data)}`}};throw new Mt({functionality:`file part media type ${f.mediaType}`})}}})});break}case"assistant":{const f={},g={};for(const v of _)switch(v.type){case"text":{const m=(i=(s=v.providerOptions)==null?void 0:s.openai)==null?void 0:i.itemId;if(r&&m!=null){c.push({type:"item_reference",id:m});break}c.push({role:"assistant",content:[{type:"output_text",text:v.text}],id:m});break}case"tool-call":{if(g[v.toolCallId]=v,v.providerExecuted)break;const m=(l=(a=v.providerOptions)==null?void 0:a.openai)==null?void 0:l.itemId;if(r&&m!=null){c.push({type:"item_reference",id:m});break}if(o&&v.toolName==="local_shell"){const d=await Cn({value:v.input,schema:Bf});c.push({type:"local_shell_call",call_id:v.toolCallId,id:m,action:{type:"exec",command:d.action.command,timeout_ms:d.action.timeoutMs,user:d.action.user,working_directory:d.action.workingDirectory,env:d.action.env}});break}c.push({type:"function_call",call_id:v.toolCallId,name:v.toolName,arguments:JSON.stringify(v.input),id:m});break}case"tool-result":{r?c.push({type:"item_reference",id:v.toolCallId}):u.push({type:"other",message:`Results for OpenAI tool ${v.toolName} are not sent to the API when store is false`});break}case"reasoning":{const m=await Xt({provider:"openai",providerOptions:v.providerOptions,schema:F8}),d=m==null?void 0:m.itemId;if(d!=null){const w=f[d];if(r)w===void 0&&(c.push({type:"item_reference",id:d}),f[d]={type:"reasoning",id:d,summary:[]});else{const y=[];v.text.length>0?y.push({type:"summary_text",text:v.text}):w!==void 0&&u.push({type:"other",message:`Cannot append empty reasoning part to existing reasoning sequence. Skipping reasoning part: ${JSON.stringify(v)}.`}),w===void 0?(f[d]={type:"reasoning",id:d,encrypted_content:m==null?void 0:m.reasoningEncryptedContent,summary:y},c.push(f[d])):(w.summary.push(...y),(m==null?void 0:m.reasoningEncryptedContent)!=null&&(w.encrypted_content=m.reasoningEncryptedContent))}}else u.push({type:"other",message:`Non-OpenAI reasoning parts are not supported. Skipping reasoning part: ${JSON.stringify(v)}.`});break}}break}case"tool":{for(const f of _){const g=f.output;if(o&&f.toolName==="local_shell"&&g.type==="json"){const m=await Cn({value:g.value,schema:Hf});c.push({type:"local_shell_call_output",call_id:f.toolCallId,output:m.output});break}let v;switch(g.type){case"text":case"error-text":v=g.value;break;case"json":case"error-json":v=JSON.stringify(g.value);break;case"content":v=g.value.map(m=>{switch(m.type){case"text":return{type:"input_text",text:m.text};case"media":return m.mediaType.startsWith("image/")?{type:"input_image",image_url:`data:${m.mediaType};base64,${m.data}`}:{type:"input_file",filename:"data",file_data:`data:${m.mediaType};base64,${m.data}`}}});break}c.push({type:"function_call_output",call_id:f.toolCallId,output:v})}break}default:{const f=h;throw new Error(`Unsupported role: ${f}`)}}return{input:c,warnings:u}}var F8=S({itemId:p().nullish(),reasoningEncryptedContent:p().nullish()});function Gf({finishReason:e,hasFunctionCall:t}){switch(e){case void 0:case null:return t?"tool-calls":"stop";case"max_output_tokens":return"length";case"content_filter":return"content-filter";default:return t?"tool-calls":"unknown"}}var V8=it(()=>we(Q([S({type:O("response.output_text.delta"),item_id:p(),delta:p(),logprobs:N(S({token:p(),logprob:R(),top_logprobs:N(S({token:p(),logprob:R()}))})).nullish()}),S({type:me(["response.completed","response.incomplete"]),response:S({incomplete_details:S({reason:p()}).nullish(),usage:S({input_tokens:R(),input_tokens_details:S({cached_tokens:R().nullish()}).nullish(),output_tokens:R(),output_tokens_details:S({reasoning_tokens:R().nullish()}).nullish()}),service_tier:p().nullish()})}),S({type:O("response.created"),response:S({id:p(),created_at:R(),model:p(),service_tier:p().nullish()})}),S({type:O("response.output_item.added"),output_index:R(),item:Fe("type",[S({type:O("message"),id:p()}),S({type:O("reasoning"),id:p(),encrypted_content:p().nullish()}),S({type:O("function_call"),id:p(),call_id:p(),name:p(),arguments:p()}),S({type:O("web_search_call"),id:p(),status:p()}),S({type:O("computer_call"),id:p(),status:p()}),S({type:O("file_search_call"),id:p()}),S({type:O("image_generation_call"),id:p()}),S({type:O("code_interpreter_call"),id:p(),container_id:p(),code:p().nullable(),outputs:N(Fe("type",[S({type:O("logs"),logs:p()}),S({type:O("image"),url:p()})])).nullable(),status:p()})])}),S({type:O("response.output_item.done"),output_index:R(),item:Fe("type",[S({type:O("message"),id:p()}),S({type:O("reasoning"),id:p(),encrypted_content:p().nullish()}),S({type:O("function_call"),id:p(),call_id:p(),name:p(),arguments:p(),status:O("completed")}),S({type:O("code_interpreter_call"),id:p(),code:p().nullable(),container_id:p(),outputs:N(Fe("type",[S({type:O("logs"),logs:p()}),S({type:O("image"),url:p()})])).nullable()}),S({type:O("image_generation_call"),id:p(),result:p()}),S({type:O("web_search_call"),id:p(),status:p(),action:Fe("type",[S({type:O("search"),query:p().nullish(),sources:N(Fe("type",[S({type:O("url"),url:p()}),S({type:O("api"),name:p()})])).nullish()}),S({type:O("open_page"),url:p()}),S({type:O("find"),url:p(),pattern:p()})])}),S({type:O("file_search_call"),id:p(),queries:N(p()),results:N(S({attributes:ie(p(),ke()),file_id:p(),filename:p(),score:R(),text:p()})).nullish()}),S({type:O("local_shell_call"),id:p(),call_id:p(),action:S({type:O("exec"),command:N(p()),timeout_ms:R().optional(),user:p().optional(),working_directory:p().optional(),env:ie(p(),p()).optional()})}),S({type:O("computer_call"),id:p(),status:O("completed")})])}),S({type:O("response.function_call_arguments.delta"),item_id:p(),output_index:R(),delta:p()}),S({type:O("response.image_generation_call.partial_image"),item_id:p(),output_index:R(),partial_image_b64:p()}),S({type:O("response.code_interpreter_call_code.delta"),item_id:p(),output_index:R(),delta:p()}),S({type:O("response.code_interpreter_call_code.done"),item_id:p(),output_index:R(),code:p()}),S({type:O("response.output_text.annotation.added"),annotation:Fe("type",[S({type:O("url_citation"),start_index:R(),end_index:R(),url:p(),title:p()}),S({type:O("file_citation"),file_id:p(),filename:p().nullish(),index:R().nullish(),start_index:R().nullish(),end_index:R().nullish(),quote:p().nullish()})])}),S({type:O("response.reasoning_summary_part.added"),item_id:p(),summary_index:R()}),S({type:O("response.reasoning_summary_text.delta"),item_id:p(),summary_index:R(),delta:p()}),S({type:O("response.reasoning_summary_part.done"),item_id:p(),summary_index:R()}),S({type:O("error"),sequence_number:R(),error:S({type:p(),code:p(),message:p(),param:p().nullish()})}),S({type:p()}).loose().transform(e=>({type:"unknown_chunk",message:e.type}))]))),B8=it(()=>we(S({id:p().optional(),created_at:R().optional(),error:S({message:p(),type:p(),param:p().nullish(),code:p()}).nullish(),model:p().optional(),output:N(Fe("type",[S({type:O("message"),role:O("assistant"),id:p(),content:N(S({type:O("output_text"),text:p(),logprobs:N(S({token:p(),logprob:R(),top_logprobs:N(S({token:p(),logprob:R()}))})).nullish(),annotations:N(Fe("type",[S({type:O("url_citation"),start_index:R(),end_index:R(),url:p(),title:p()}),S({type:O("file_citation"),file_id:p(),filename:p().nullish(),index:R().nullish(),start_index:R().nullish(),end_index:R().nullish(),quote:p().nullish()}),S({type:O("container_file_citation"),container_id:p(),file_id:p(),filename:p().nullish(),start_index:R().nullish(),end_index:R().nullish(),index:R().nullish()}),S({type:O("file_path"),file_id:p(),index:R().nullish()})]))}))}),S({type:O("web_search_call"),id:p(),status:p(),action:Fe("type",[S({type:O("search"),query:p().nullish(),sources:N(Fe("type",[S({type:O("url"),url:p()}),S({type:O("api"),name:p()})])).nullish()}),S({type:O("open_page"),url:p()}),S({type:O("find"),url:p(),pattern:p()})])}),S({type:O("file_search_call"),id:p(),queries:N(p()),results:N(S({attributes:ie(p(),Q([p(),R(),ne()])),file_id:p(),filename:p(),score:R(),text:p()})).nullish()}),S({type:O("code_interpreter_call"),id:p(),code:p().nullable(),container_id:p(),outputs:N(Fe("type",[S({type:O("logs"),logs:p()}),S({type:O("image"),url:p()})])).nullable()}),S({type:O("image_generation_call"),id:p(),result:p()}),S({type:O("local_shell_call"),id:p(),call_id:p(),action:S({type:O("exec"),command:N(p()),timeout_ms:R().optional(),user:p().optional(),working_directory:p().optional(),env:ie(p(),p()).optional()})}),S({type:O("function_call"),call_id:p(),name:p(),arguments:p(),id:p()}),S({type:O("computer_call"),id:p(),status:p().optional()}),S({type:O("reasoning"),id:p(),encrypted_content:p().nullish(),summary:N(S({type:O("summary_text"),text:p()}))})])).optional(),service_tier:p().nullish(),incomplete_details:S({reason:p()}).nullish(),usage:S({input_tokens:R(),input_tokens_details:S({cached_tokens:R().nullish()}).nullish(),output_tokens:R(),output_tokens_details:S({reasoning_tokens:R().nullish()}).nullish()}).optional()}))),Wf=20,H8=it(()=>we(S({conversation:p().nullish(),include:N(me(["reasoning.encrypted_content","file_search_call.results","message.output_text.logprobs"])).nullish(),instructions:p().nullish(),logprobs:Q([ne(),R().min(1).max(Wf)]).optional(),maxToolCalls:R().nullish(),metadata:yt().nullish(),parallelToolCalls:ne().nullish(),previousResponseId:p().nullish(),promptCacheKey:p().nullish(),promptCacheRetention:me(["in_memory","24h"]).nullish(),reasoningEffort:p().nullish(),reasoningSummary:p().nullish(),safetyIdentifier:p().nullish(),serviceTier:me(["auto","flex","priority","default"]).nullish(),store:ne().nullish(),strictJsonSchema:ne().nullish(),textVerbosity:me(["low","medium","high"]).nullish(),truncation:me(["auto","disabled"]).nullish(),user:p().nullish()})));async function J8({tools:e,toolChoice:t,strictJsonSchema:n}){e=e!=null&&e.length?e:void 0;const r=[];if(e==null)return{tools:void 0,toolChoice:void 0,toolWarnings:r};const o=[];for(const i of e)switch(i.type){case"function":o.push({type:"function",name:i.name,description:i.description,parameters:i.inputSchema,strict:n});break;case"provider-defined":{switch(i.id){case"openai.file_search":{const a=await Cn({value:i.args,schema:S8});o.push({type:"file_search",vector_store_ids:a.vectorStoreIds,max_num_results:a.maxNumResults,ranking_options:a.ranking?{ranker:a.ranking.ranker,score_threshold:a.ranking.scoreThreshold}:void 0,filters:a.filters});break}case"openai.local_shell":{o.push({type:"local_shell"});break}case"openai.web_search_preview":{const a=await Cn({value:i.args,schema:j8});o.push({type:"web_search_preview",search_context_size:a.searchContextSize,user_location:a.userLocation});break}case"openai.web_search":{const a=await Cn({value:i.args,schema:O8});o.push({type:"web_search",filters:a.filters!=null?{allowed_domains:a.filters.allowedDomains}:void 0,external_web_access:a.externalWebAccess,search_context_size:a.searchContextSize,user_location:a.userLocation});break}case"openai.code_interpreter":{const a=await Cn({value:i.args,schema:w8});o.push({type:"code_interpreter",container:a.container==null?{type:"auto",file_ids:void 0}:typeof a.container=="string"?a.container:{type:"auto",file_ids:a.container.fileIds}});break}case"openai.image_generation":{const a=await Cn({value:i.args,schema:k8});o.push({type:"image_generation",background:a.background,input_fidelity:a.inputFidelity,input_image_mask:a.inputImageMask?{file_id:a.inputImageMask.fileId,image_url:a.inputImageMask.imageUrl}:void 0,model:a.model,size:a.size,quality:a.quality,moderation:a.moderation,output_format:a.outputFormat,output_compression:a.outputCompression});break}}break}default:r.push({type:"unsupported-tool",tool:i});break}if(t==null)return{tools:o,toolChoice:void 0,toolWarnings:r};const s=t.type;switch(s){case"auto":case"none":case"required":return{tools:o,toolChoice:s,toolWarnings:r};case"tool":return{tools:o,toolChoice:t.toolName==="code_interpreter"||t.toolName==="file_search"||t.toolName==="image_generation"||t.toolName==="web_search_preview"||t.toolName==="web_search"?{type:t.toolName}:{type:"function",name:t.toolName},toolWarnings:r};default:{const i=s;throw new Mt({functionality:`tool choice type: ${i}`})}}}var G8=class{constructor(e,t){this.specificationVersion="v2",this.supportedUrls={"image/*":[/^https?:\/\/.*$/],"application/pdf":[/^https?:\/\/.*$/]},this.modelId=e,this.config=t}get provider(){return this.config.provider}async getArgs({maxOutputTokens:e,temperature:t,stopSequences:n,topP:r,topK:o,presencePenalty:s,frequencyPenalty:i,seed:a,prompt:l,providerOptions:c,tools:u,toolChoice:h,responseFormat:_}){var f,g,v,m;const d=[],w=o7(this.modelId);o!=null&&d.push({type:"unsupported-setting",setting:"topK"}),a!=null&&d.push({type:"unsupported-setting",setting:"seed"}),s!=null&&d.push({type:"unsupported-setting",setting:"presencePenalty"}),i!=null&&d.push({type:"unsupported-setting",setting:"frequencyPenalty"}),n!=null&&d.push({type:"unsupported-setting",setting:"stopSequences"});const y=await Xt({provider:"openai",providerOptions:c,schema:H8});y!=null&&y.conversation&&(y!=null&&y.previousResponseId)&&d.push({type:"unsupported-setting",setting:"conversation",details:"conversation and previousResponseId cannot be used together"});const{input:b,warnings:k}=await Z8({prompt:l,systemMessageMode:w.systemMessageMode,fileIdPrefixes:this.config.fileIdPrefixes,store:(f=y==null?void 0:y.store)!=null?f:!0,hasLocalShellTool:U("openai.local_shell")});d.push(...k);const x=(g=y==null?void 0:y.strictJsonSchema)!=null?g:!1;let T=y==null?void 0:y.include;function D(te){T==null?T=[te]:T.includes(te)||(T=[...T,te])}function U(te){return(u==null?void 0:u.find(ue=>ue.type==="provider-defined"&&ue.id===te))!=null}const H=typeof(y==null?void 0:y.logprobs)=="number"?y==null?void 0:y.logprobs:(y==null?void 0:y.logprobs)===!0?Wf:void 0;H&&D("message.output_text.logprobs");const q=(v=u==null?void 0:u.find(te=>te.type==="provider-defined"&&(te.id==="openai.web_search"||te.id==="openai.web_search_preview")))==null?void 0:v.name;q&&D("web_search_call.action.sources"),U("openai.code_interpreter")&&D("code_interpreter_call.outputs");const F=y==null?void 0:y.store;F===!1&&w.isReasoningModel&&D("reasoning.encrypted_content");const B={model:this.modelId,input:b,temperature:t,top_p:r,max_output_tokens:e,...((_==null?void 0:_.type)==="json"||(y==null?void 0:y.textVerbosity))&&{text:{...(_==null?void 0:_.type)==="json"&&{format:_.schema!=null?{type:"json_schema",strict:x,name:(m=_.name)!=null?m:"response",description:_.description,schema:_.schema}:{type:"json_object"}},...(y==null?void 0:y.textVerbosity)&&{verbosity:y.textVerbosity}}},conversation:y==null?void 0:y.conversation,max_tool_calls:y==null?void 0:y.maxToolCalls,metadata:y==null?void 0:y.metadata,parallel_tool_calls:y==null?void 0:y.parallelToolCalls,previous_response_id:y==null?void 0:y.previousResponseId,store:F,user:y==null?void 0:y.user,instructions:y==null?void 0:y.instructions,service_tier:y==null?void 0:y.serviceTier,include:T,prompt_cache_key:y==null?void 0:y.promptCacheKey,prompt_cache_retention:y==null?void 0:y.promptCacheRetention,safety_identifier:y==null?void 0:y.safetyIdentifier,top_logprobs:H,truncation:y==null?void 0:y.truncation,...w.isReasoningModel&&((y==null?void 0:y.reasoningEffort)!=null||(y==null?void 0:y.reasoningSummary)!=null)&&{reasoning:{...(y==null?void 0:y.reasoningEffort)!=null&&{effort:y.reasoningEffort},...(y==null?void 0:y.reasoningSummary)!=null&&{summary:y.reasoningSummary}}}};w.isReasoningModel?(B.temperature!=null&&(B.temperature=void 0,d.push({type:"unsupported-setting",setting:"temperature",details:"temperature is not supported for reasoning models"})),B.top_p!=null&&(B.top_p=void 0,d.push({type:"unsupported-setting",setting:"topP",details:"topP is not supported for reasoning models"}))):((y==null?void 0:y.reasoningEffort)!=null&&d.push({type:"unsupported-setting",setting:"reasoningEffort",details:"reasoningEffort is not supported for non-reasoning models"}),(y==null?void 0:y.reasoningSummary)!=null&&d.push({type:"unsupported-setting",setting:"reasoningSummary",details:"reasoningSummary is not supported for non-reasoning models"})),(y==null?void 0:y.serviceTier)==="flex"&&!w.supportsFlexProcessing&&(d.push({type:"unsupported-setting",setting:"serviceTier",details:"flex processing is only available for o3, o4-mini, and gpt-5 models"}),delete B.service_tier),(y==null?void 0:y.serviceTier)==="priority"&&!w.supportsPriorityProcessing&&(d.push({type:"unsupported-setting",setting:"serviceTier",details:"priority processing is only available for supported models (gpt-4, gpt-5, gpt-5-mini, o3, o4-mini) and requires Enterprise access. gpt-5-nano is not supported"}),delete B.service_tier);const{tools:V,toolChoice:se,toolWarnings:ge}=await J8({tools:u,toolChoice:h,strictJsonSchema:x});return{webSearchToolName:q,args:{...B,tools:V,tool_choice:se},warnings:[...d,...ge],store:F}}async doGenerate(e){var t,n,r,o,s,i,a,l,c,u,h,_,f,g,v,m,d,w,y,b,k,x,T,D,U,H,q,F;const{args:B,warnings:V,webSearchToolName:se}=await this.getArgs(e),ge=this.config.url({path:"/responses",modelId:this.modelId}),te=this.config.provider.replace(".responses",""),{responseHeaders:ue,value:le,rawValue:L}=await Dt({url:ge,headers:xt(this.config.headers(),e.headers),body:B,failedResponseHandler:en,successfulResponseHandler:Wn(B8),abortSignal:e.abortSignal,fetch:this.config.fetch});if(le.error)throw new Ie({message:le.error.message,url:ge,requestBodyValues:B,statusCode:400,responseHeaders:ue,responseBody:L,isRetryable:!1});const I=[],M=[];let P=!1;for(const $ of le.output)switch($.type){case"reasoning":{$.summary.length===0&&$.summary.push({type:"summary_text",text:""});for(const j of $.summary)I.push({type:"reasoning",text:j.text,providerMetadata:{[te]:{itemId:$.id,reasoningEncryptedContent:(t=$.encrypted_content)!=null?t:null}}});break}case"image_generation_call":{I.push({type:"tool-call",toolCallId:$.id,toolName:"image_generation",input:"{}",providerExecuted:!0}),I.push({type:"tool-result",toolCallId:$.id,toolName:"image_generation",result:{result:$.result},providerExecuted:!0});break}case"local_shell_call":{I.push({type:"tool-call",toolCallId:$.call_id,toolName:"local_shell",input:JSON.stringify({action:$.action}),providerMetadata:{[te]:{itemId:$.id}}});break}case"message":{for(const j of $.content){(r=(n=e.providerOptions)==null?void 0:n.openai)!=null&&r.logprobs&&j.logprobs&&M.push(j.logprobs),I.push({type:"text",text:j.text,providerMetadata:{[te]:{itemId:$.id}}});for(const z of j.annotations)z.type==="url_citation"?I.push({type:"source",sourceType:"url",id:(i=(s=(o=this.config).generateId)==null?void 0:s.call(o))!=null?i:st(),url:z.url,title:z.title}):z.type==="file_citation"?I.push({type:"source",sourceType:"document",id:(c=(l=(a=this.config).generateId)==null?void 0:l.call(a))!=null?c:st(),mediaType:"text/plain",title:(h=(u=z.quote)!=null?u:z.filename)!=null?h:"Document",filename:(_=z.filename)!=null?_:z.file_id,...z.file_id?{providerMetadata:{[te]:{fileId:z.file_id}}}:{}}):z.type==="container_file_citation"?I.push({type:"source",sourceType:"document",id:(v=(g=(f=this.config).generateId)==null?void 0:g.call(f))!=null?v:st(),mediaType:"text/plain",title:(d=(m=z.filename)!=null?m:z.file_id)!=null?d:"Document",filename:(w=z.filename)!=null?w:z.file_id,providerMetadata:{[te]:{fileId:z.file_id,containerId:z.container_id,...z.index!=null?{index:z.index}:{}}}}):z.type==="file_path"&&I.push({type:"source",sourceType:"document",id:(k=(b=(y=this.config).generateId)==null?void 0:b.call(y))!=null?k:st(),mediaType:"application/octet-stream",title:z.file_id,filename:z.file_id,providerMetadata:{[te]:{fileId:z.file_id,...z.index!=null?{index:z.index}:{}}}})}break}case"function_call":{P=!0,I.push({type:"tool-call",toolCallId:$.call_id,toolName:$.name,input:$.arguments,providerMetadata:{[te]:{itemId:$.id}}});break}case"web_search_call":{I.push({type:"tool-call",toolCallId:$.id,toolName:se??"web_search",input:JSON.stringify({}),providerExecuted:!0}),I.push({type:"tool-result",toolCallId:$.id,toolName:se??"web_search",result:Yf($.action),providerExecuted:!0});break}case"computer_call":{I.push({type:"tool-call",toolCallId:$.id,toolName:"computer_use",input:"",providerExecuted:!0}),I.push({type:"tool-result",toolCallId:$.id,toolName:"computer_use",result:{type:"computer_use_tool_result",status:$.status||"completed"},providerExecuted:!0});break}case"file_search_call":{I.push({type:"tool-call",toolCallId:$.id,toolName:"file_search",input:"{}",providerExecuted:!0}),I.push({type:"tool-result",toolCallId:$.id,toolName:"file_search",result:{queries:$.queries,results:(T=(x=$.results)==null?void 0:x.map(j=>({attributes:j.attributes,fileId:j.file_id,filename:j.filename,score:j.score,text:j.text})))!=null?T:null},providerExecuted:!0});break}case"code_interpreter_call":{I.push({type:"tool-call",toolCallId:$.id,toolName:"code_interpreter",input:JSON.stringify({code:$.code,containerId:$.container_id}),providerExecuted:!0}),I.push({type:"tool-result",toolCallId:$.id,toolName:"code_interpreter",result:{outputs:$.outputs},providerExecuted:!0});break}}const C={[te]:{...le.id!=null?{responseId:le.id}:{}}};M.length>0&&(C[te].logprobs=M),typeof le.service_tier=="string"&&(C[te].serviceTier=le.service_tier);const E=le.usage;return{content:I,finishReason:Gf({finishReason:(D=le.incomplete_details)==null?void 0:D.reason,hasFunctionCall:P}),usage:{inputTokens:E.input_tokens,outputTokens:E.output_tokens,totalTokens:E.input_tokens+E.output_tokens,reasoningTokens:(H=(U=E.output_tokens_details)==null?void 0:U.reasoning_tokens)!=null?H:void 0,cachedInputTokens:(F=(q=E.input_tokens_details)==null?void 0:q.cached_tokens)!=null?F:void 0},request:{body:B},response:{id:le.id,timestamp:new Date(le.created_at*1e3),modelId:le.model,headers:ue,body:L},providerMetadata:C,warnings:V}}async doStream(e){const{args:t,warnings:n,webSearchToolName:r,store:o}=await this.getArgs(e),{responseHeaders:s,value:i}=await Dt({url:this.config.url({path:"/responses",modelId:this.modelId}),headers:xt(this.config.headers(),e.headers),body:{...t,stream:!0},failedResponseHandler:en,successfulResponseHandler:bs(V8),abortSignal:e.abortSignal,fetch:this.config.fetch}),a=this,l=this.config.provider.replace(".responses","");let c="unknown";const u={inputTokens:void 0,outputTokens:void 0,totalTokens:void 0},h=[];let _=null;const f={},g=[];let v=!1;const m={};let d;return{stream:i.pipeThrough(new TransformStream({start(w){w.enqueue({type:"stream-start",warnings:n})},transform(w,y){var b,k,x,T,D,U,H,q,F,B,V,se,ge,te,ue,le,L,I,M,P,C,E;if(e.includeRawChunks&&y.enqueue({type:"raw",rawValue:w.rawValue}),!w.success){c="error",y.enqueue({type:"error",error:w.error});return}const $=w.value;if(Kf($))$.item.type==="function_call"?(f[$.output_index]={toolName:$.item.name,toolCallId:$.item.call_id},y.enqueue({type:"tool-input-start",id:$.item.call_id,toolName:$.item.name})):$.item.type==="web_search_call"?(f[$.output_index]={toolName:r??"web_search",toolCallId:$.item.id},y.enqueue({type:"tool-input-start",id:$.item.id,toolName:r??"web_search",providerExecuted:!0}),y.enqueue({type:"tool-input-end",id:$.item.id}),y.enqueue({type:"tool-call",toolCallId:$.item.id,toolName:r??"web_search",input:JSON.stringify({}),providerExecuted:!0})):$.item.type==="computer_call"?(f[$.output_index]={toolName:"computer_use",toolCallId:$.item.id},y.enqueue({type:"tool-input-start",id:$.item.id,toolName:"computer_use",providerExecuted:!0})):$.item.type==="code_interpreter_call"?(f[$.output_index]={toolName:"code_interpreter",toolCallId:$.item.id,codeInterpreter:{containerId:$.item.container_id}},y.enqueue({type:"tool-input-start",id:$.item.id,toolName:"code_interpreter",providerExecuted:!0}),y.enqueue({type:"tool-input-delta",id:$.item.id,delta:`{"containerId":"${$.item.container_id}","code":"`})):$.item.type==="file_search_call"?y.enqueue({type:"tool-call",toolCallId:$.item.id,toolName:"file_search",input:"{}",providerExecuted:!0}):$.item.type==="image_generation_call"?y.enqueue({type:"tool-call",toolCallId:$.item.id,toolName:"image_generation",input:"{}",providerExecuted:!0}):$.item.type==="message"?(g.splice(0,g.length),y.enqueue({type:"text-start",id:$.item.id,providerMetadata:{[l]:{itemId:$.item.id}}})):Kf($)&&$.item.type==="reasoning"&&(m[$.item.id]={encryptedContent:$.item.encrypted_content,summaryParts:{0:"active"}},y.enqueue({type:"reasoning-start",id:`${$.item.id}:0`,providerMetadata:{[l]:{itemId:$.item.id,reasoningEncryptedContent:(b=$.item.encrypted_content)!=null?b:null}}}));else if(K8($)){if($.item.type==="message")y.enqueue({type:"text-end",id:$.item.id,providerMetadata:{[l]:{itemId:$.item.id,...g.length>0&&{annotations:g}}}});else if($.item.type==="function_call")f[$.output_index]=void 0,v=!0,y.enqueue({type:"tool-input-end",id:$.item.call_id}),y.enqueue({type:"tool-call",toolCallId:$.item.call_id,toolName:$.item.name,input:$.item.arguments,providerMetadata:{[l]:{itemId:$.item.id}}});else if($.item.type==="web_search_call")f[$.output_index]=void 0,y.enqueue({type:"tool-result",toolCallId:$.item.id,toolName:r??"web_search",result:Yf($.item.action),providerExecuted:!0});else if($.item.type==="computer_call")f[$.output_index]=void 0,y.enqueue({type:"tool-input-end",id:$.item.id}),y.enqueue({type:"tool-call",toolCallId:$.item.id,toolName:"computer_use",input:"",providerExecuted:!0}),y.enqueue({type:"tool-result",toolCallId:$.item.id,toolName:"computer_use",result:{type:"computer_use_tool_result",status:$.item.status||"completed"},providerExecuted:!0});else if($.item.type==="file_search_call")f[$.output_index]=void 0,y.enqueue({type:"tool-result",toolCallId:$.item.id,toolName:"file_search",result:{queries:$.item.queries,results:(x=(k=$.item.results)==null?void 0:k.map(j=>({attributes:j.attributes,fileId:j.file_id,filename:j.filename,score:j.score,text:j.text})))!=null?x:null},providerExecuted:!0});else if($.item.type==="code_interpreter_call")f[$.output_index]=void 0,y.enqueue({type:"tool-result",toolCallId:$.item.id,toolName:"code_interpreter",result:{outputs:$.item.outputs},providerExecuted:!0});else if($.item.type==="image_generation_call")y.enqueue({type:"tool-result",toolCallId:$.item.id,toolName:"image_generation",result:{result:$.item.result},providerExecuted:!0});else if($.item.type==="local_shell_call")f[$.output_index]=void 0,y.enqueue({type:"tool-call",toolCallId:$.item.call_id,toolName:"local_shell",input:JSON.stringify({action:{type:"exec",command:$.item.action.command,timeoutMs:$.item.action.timeout_ms,user:$.item.action.user,workingDirectory:$.item.action.working_directory,env:$.item.action.env}}),providerMetadata:{[l]:{itemId:$.item.id}}});else if($.item.type==="reasoning"){const j=m[$.item.id],z=Object.entries(j.summaryParts).filter(([de,oe])=>oe==="active"||oe==="can-conclude").map(([de])=>de);for(const de of z)y.enqueue({type:"reasoning-end",id:`${$.item.id}:${de}`,providerMetadata:{[l]:{itemId:$.item.id,reasoningEncryptedContent:(T=$.item.encrypted_content)!=null?T:null}}});delete m[$.item.id]}}else if(X8($)){const j=f[$.output_index];j!=null&&y.enqueue({type:"tool-input-delta",id:j.toolCallId,delta:$.delta})}else if(e7($)){const j=f[$.output_index];j!=null&&y.enqueue({type:"tool-input-delta",id:j.toolCallId,delta:JSON.stringify($.delta).slice(1,-1)})}else if(t7($)){const j=f[$.output_index];j!=null&&(y.enqueue({type:"tool-input-delta",id:j.toolCallId,delta:'"}'}),y.enqueue({type:"tool-input-end",id:j.toolCallId}),y.enqueue({type:"tool-call",toolCallId:j.toolCallId,toolName:"code_interpreter",input:JSON.stringify({code:$.code,containerId:j.codeInterpreter.containerId}),providerExecuted:!0}))}else if(Q8($))_=$.response.id,y.enqueue({type:"response-metadata",id:$.response.id,timestamp:new Date($.response.created_at*1e3),modelId:$.response.model});else if(W8($))y.enqueue({type:"text-delta",id:$.item_id,delta:$.delta}),(U=(D=e.providerOptions)==null?void 0:D.openai)!=null&&U.logprobs&&$.logprobs&&h.push($.logprobs);else if($.type==="response.reasoning_summary_part.added"){if($.summary_index>0){const j=m[$.item_id];j.summaryParts[$.summary_index]="active";for(const z of Object.keys(j.summaryParts))j.summaryParts[z]==="can-conclude"&&(y.enqueue({type:"reasoning-end",id:`${$.item_id}:${z}`,providerMetadata:{[l]:{itemId:$.item_id}}}),j.summaryParts[z]="concluded");y.enqueue({type:"reasoning-start",id:`${$.item_id}:${$.summary_index}`,providerMetadata:{[l]:{itemId:$.item_id,reasoningEncryptedContent:(q=(H=m[$.item_id])==null?void 0:H.encryptedContent)!=null?q:null}}})}}else $.type==="response.reasoning_summary_text.delta"?y.enqueue({type:"reasoning-delta",id:`${$.item_id}:${$.summary_index}`,delta:$.delta,providerMetadata:{[l]:{itemId:$.item_id}}}):$.type==="response.reasoning_summary_part.done"?o?(y.enqueue({type:"reasoning-end",id:`${$.item_id}:${$.summary_index}`,providerMetadata:{[l]:{itemId:$.item_id}}}),m[$.item_id].summaryParts[$.summary_index]="concluded"):m[$.item_id].summaryParts[$.summary_index]="can-conclude":Y8($)?(c=Gf({finishReason:(F=$.response.incomplete_details)==null?void 0:F.reason,hasFunctionCall:v}),u.inputTokens=$.response.usage.input_tokens,u.outputTokens=$.response.usage.output_tokens,u.totalTokens=$.response.usage.input_tokens+$.response.usage.output_tokens,u.reasoningTokens=(V=(B=$.response.usage.output_tokens_details)==null?void 0:B.reasoning_tokens)!=null?V:void 0,u.cachedInputTokens=(ge=(se=$.response.usage.input_tokens_details)==null?void 0:se.cached_tokens)!=null?ge:void 0,typeof $.response.service_tier=="string"&&(d=$.response.service_tier)):n7($)?(g.push($.annotation),$.annotation.type==="url_citation"?y.enqueue({type:"source",sourceType:"url",id:(le=(ue=(te=a.config).generateId)==null?void 0:ue.call(te))!=null?le:st(),url:$.annotation.url,title:$.annotation.title}):$.annotation.type==="file_citation"&&y.enqueue({type:"source",sourceType:"document",id:(M=(I=(L=a.config).generateId)==null?void 0:I.call(L))!=null?M:st(),mediaType:"text/plain",title:(C=(P=$.annotation.quote)!=null?P:$.annotation.filename)!=null?C:"Document",filename:(E=$.annotation.filename)!=null?E:$.annotation.file_id,...$.annotation.file_id?{providerMetadata:{[l]:{fileId:$.annotation.file_id}}}:{}})):r7($)&&y.enqueue({type:"error",error:$})},flush(w){const y={[l]:{responseId:_}};h.length>0&&(y[l].logprobs=h),d!==void 0&&(y[l].serviceTier=d),w.enqueue({type:"finish",finishReason:c,usage:u,providerMetadata:y})}})),request:{body:t},response:{headers:s}}}};function W8(e){return e.type==="response.output_text.delta"}function K8(e){return e.type==="response.output_item.done"}function Y8(e){return e.type==="response.completed"||e.type==="response.incomplete"}function Q8(e){return e.type==="response.created"}function X8(e){return e.type==="response.function_call_arguments.delta"}function e7(e){return e.type==="response.code_interpreter_call_code.delta"}function t7(e){return e.type==="response.code_interpreter_call_code.done"}function Kf(e){return e.type==="response.output_item.added"}function n7(e){return e.type==="response.output_text.annotation.added"}function r7(e){return e.type==="error"}function o7(e){const t=e.startsWith("o3")||e.startsWith("o4-mini")||e.startsWith("gpt-5")&&!e.startsWith("gpt-5-chat"),n=e.startsWith("gpt-4")||e.startsWith("gpt-5-mini")||e.startsWith("gpt-5")&&!e.startsWith("gpt-5-nano")&&!e.startsWith("gpt-5-chat")||e.startsWith("o3")||e.startsWith("o4-mini"),r={systemMessageMode:"system",supportsFlexProcessing:t,supportsPriorityProcessing:n};return e.startsWith("gpt-5-chat")?{...r,isReasoningModel:!1}:e.startsWith("o")||e.startsWith("gpt-5")||e.startsWith("codex-")||e.startsWith("computer-use")?{...r,isReasoningModel:!0,systemMessageMode:"developer"}:{...r,isReasoningModel:!1}}function Yf(e){var t;switch(e.type){case"search":return{action:{type:"search",query:(t=e.query)!=null?t:void 0},...e.sources!=null&&{sources:e.sources}};case"open_page":return{action:{type:"openPage",url:e.url}};case"find":return{action:{type:"find",url:e.url,pattern:e.pattern}}}}var s7=it(()=>we(S({instructions:p().nullish(),speed:R().min(.25).max(4).default(1).nullish()}))),i7=class{constructor(e,t){this.modelId=e,this.config=t,this.specificationVersion="v2"}get provider(){return this.config.provider}async getArgs({text:e,voice:t="alloy",outputFormat:n="mp3",speed:r,instructions:o,language:s,providerOptions:i}){const a=[],l=await Xt({provider:"openai",providerOptions:i,schema:s7}),c={model:this.modelId,input:e,voice:t,response_format:"mp3",speed:r,instructions:o};if(n&&(["mp3","opus","aac","flac","wav","pcm"].includes(n)?c.response_format=n:a.push({type:"unsupported-setting",setting:"outputFormat",details:`Unsupported output format: ${n}. Using mp3 instead.`})),l){const u={};for(const h in u){const _=u[h];_!==void 0&&(c[h]=_)}}return s&&a.push({type:"unsupported-setting",setting:"language",details:`OpenAI speech models do not support language selection. Language parameter "${s}" was ignored.`}),{requestBody:c,warnings:a}}async doGenerate(e){var t,n,r;const o=(r=(n=(t=this.config._internal)==null?void 0:t.currentDate)==null?void 0:n.call(t))!=null?r:new Date,{requestBody:s,warnings:i}=await this.getArgs(e),{value:a,responseHeaders:l,rawValue:c}=await Dt({url:this.config.url({path:"/audio/speech",modelId:this.modelId}),headers:xt(this.config.headers(),e.headers),body:s,failedResponseHandler:en,successfulResponseHandler:t5(),abortSignal:e.abortSignal,fetch:this.config.fetch});return{audio:a,warnings:i,request:{body:JSON.stringify(s)},response:{timestamp:o,modelId:this.modelId,headers:l,body:c}}}},a7=it(()=>we(S({text:p(),language:p().nullish(),duration:R().nullish(),words:N(S({word:p(),start:R(),end:R()})).nullish(),segments:N(S({id:R(),seek:R(),start:R(),end:R(),text:p(),tokens:N(R()),temperature:R(),avg_logprob:R(),compression_ratio:R(),no_speech_prob:R()})).nullish()}))),l7=it(()=>we(S({include:N(p()).optional(),language:p().optional(),prompt:p().optional(),temperature:R().min(0).max(1).default(0).optional(),timestampGranularities:N(me(["word","segment"])).default(["segment"]).optional()}))),Qf={afrikaans:"af",arabic:"ar",armenian:"hy",azerbaijani:"az",belarusian:"be",bosnian:"bs",bulgarian:"bg",catalan:"ca",chinese:"zh",croatian:"hr",czech:"cs",danish:"da",dutch:"nl",english:"en",estonian:"et",finnish:"fi",french:"fr",galician:"gl",german:"de",greek:"el",hebrew:"he",hindi:"hi",hungarian:"hu",icelandic:"is",indonesian:"id",italian:"it",japanese:"ja",kannada:"kn",kazakh:"kk",korean:"ko",latvian:"lv",lithuanian:"lt",macedonian:"mk",malay:"ms",marathi:"mr",maori:"mi",nepali:"ne",norwegian:"no",persian:"fa",polish:"pl",portuguese:"pt",romanian:"ro",russian:"ru",serbian:"sr",slovak:"sk",slovenian:"sl",spanish:"es",swahili:"sw",swedish:"sv",tagalog:"tl",tamil:"ta",thai:"th",turkish:"tr",ukrainian:"uk",urdu:"ur",vietnamese:"vi",welsh:"cy"},c7=class{constructor(e,t){this.modelId=e,this.config=t,this.specificationVersion="v2"}get provider(){return this.config.provider}async getArgs({audio:e,mediaType:t,providerOptions:n}){const r=[],o=await Xt({provider:"openai",providerOptions:n,schema:l7}),s=new FormData,i=e instanceof Uint8Array?new Blob([e]):new Blob([W5(e)]);s.append("model",this.modelId);const a=F6(t);if(s.append("file",new File([i],"audio",{type:t}),`audio.${a}`),o){const l={include:o.include,language:o.language,prompt:o.prompt,response_format:["gpt-4o-transcribe","gpt-4o-mini-transcribe"].includes(this.modelId)?"json":"verbose_json",temperature:o.temperature,timestamp_granularities:o.timestampGranularities};for(const[c,u]of Object.entries(l))if(u!=null)if(Array.isArray(u))for(const h of u)s.append(`${c}[]`,String(h));else s.append(c,String(u))}return{formData:s,warnings:r}}async doGenerate(e){var t,n,r,o,s,i,a,l;const c=(r=(n=(t=this.config._internal)==null?void 0:t.currentDate)==null?void 0:n.call(t))!=null?r:new Date,{formData:u,warnings:h}=await this.getArgs(e),{value:_,responseHeaders:f,rawValue:g}=await e5({url:this.config.url({path:"/audio/transcriptions",modelId:this.modelId}),headers:xt(this.config.headers(),e.headers),formData:u,failedResponseHandler:en,successfulResponseHandler:Wn(a7),abortSignal:e.abortSignal,fetch:this.config.fetch}),v=_.language!=null&&_.language in Qf?Qf[_.language]:void 0;return{text:_.text,segments:(a=(i=(o=_.segments)==null?void 0:o.map(m=>({text:m.text,startSecond:m.start,endSecond:m.end})))!=null?i:(s=_.words)==null?void 0:s.map(m=>({text:m.word,startSecond:m.start,endSecond:m.end})))!=null?a:[],language:v,durationInSeconds:(l=_.duration)!=null?l:void 0,warnings:h,response:{timestamp:c,modelId:this.modelId,headers:f,body:g}}}},u7="2.0.75";function Xf(e={}){var t,n;const r=(t=jf(Z6({settingValue:e.baseURL,environmentVariableName:"OPENAI_BASE_URL"})))!=null?t:"https://api.openai.com/v1",o=(n=e.name)!=null?n:"openai",s=()=>Va({Authorization:`Bearer ${Ef({apiKey:e.apiKey,environmentVariableName:"OPENAI_API_KEY",description:"OpenAI"})}`,"OpenAI-Organization":e.organization,"OpenAI-Project":e.project,...e.headers},`ai-sdk/openai/${u7}`),i=v=>new n8(v,{provider:`${o}.chat`,url:({path:m})=>`${r}${m}`,headers:s,fetch:e.fetch}),a=v=>new u8(v,{provider:`${o}.completion`,url:({path:m})=>`${r}${m}`,headers:s,fetch:e.fetch}),l=v=>new f8(v,{provider:`${o}.embedding`,url:({path:m})=>`${r}${m}`,headers:s,fetch:e.fetch}),c=v=>new v8(v,{provider:`${o}.image`,url:({path:m})=>`${r}${m}`,headers:s,fetch:e.fetch}),u=v=>new c7(v,{provider:`${o}.transcription`,url:({path:m})=>`${r}${m}`,headers:s,fetch:e.fetch}),h=v=>new i7(v,{provider:`${o}.speech`,url:({path:m})=>`${r}${m}`,headers:s,fetch:e.fetch}),_=v=>{if(new.target)throw new Error("The OpenAI model function cannot be called with the new keyword.");return f(v)},f=v=>new G8(v,{provider:`${o}.responses`,url:({path:m})=>`${r}${m}`,headers:s,fetch:e.fetch,fileIdPrefixes:["file-"]}),g=function(v){return _(v)};return g.languageModel=_,g.chat=i,g.completion=a,g.responses=f,g.embedding=l,g.textEmbedding=l,g.textEmbeddingModel=l,g.image=c,g.imageModel=c,g.transcription=u,g.transcriptionModel=u,g.speech=h,g.speechModel=h,g.tools=q8,g}Xf();function lo(e){var t,n;return(n=(t=e==null?void 0:e.providerOptions)==null?void 0:t.openaiCompatible)!=null?n:{}}function d7(e){const t=[];for(const{role:n,content:r,...o}of e){const s=lo({...o});switch(n){case"system":{t.push({role:"system",content:r,...s});break}case"user":{if(r.length===1&&r[0].type==="text"){t.push({role:"user",content:r[0].text,...lo(r[0])});break}t.push({role:"user",content:r.map(i=>{const a=lo(i);switch(i.type){case"text":return{type:"text",text:i.text,...a};case"file":if(i.mediaType.startsWith("image/")){const l=i.mediaType==="image/*"?"image/jpeg":i.mediaType;return{type:"image_url",image_url:{url:i.data instanceof URL?i.data.toString():`data:${l};base64,${Kn(i.data)}`},...a}}else throw new Mt({functionality:`file part media type ${i.mediaType}`})}}),...s});break}case"assistant":{let i="";const a=[];for(const l of r){const c=lo(l);switch(l.type){case"text":{i+=l.text;break}case"tool-call":{a.push({id:l.toolCallId,type:"function",function:{name:l.toolName,arguments:JSON.stringify(l.input)},...c});break}}}t.push({role:"assistant",content:i,tool_calls:a.length>0?a:void 0,...s});break}case"tool":{for(const i of r){const a=i.output;let l;switch(a.type){case"text":case"error-text":l=a.value;break;case"content":case"json":case"error-json":l=JSON.stringify(a.value);break}const c=lo(i);t.push({role:"tool",tool_call_id:i.toolCallId,content:l,...c})}break}default:{const i=n;throw new Error(`Unsupported role: ${i}`)}}}return t}function eh({id:e,model:t,created:n}){return{id:e??void 0,modelId:t??void 0,timestamp:n!=null?new Date(n*1e3):void 0}}function th(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 Ya=S({user:p().optional(),reasoningEffort:p().optional(),textVerbosity:p().optional()}),p7=S({error:S({message:p(),type:p().nullish(),param:yt().nullish(),code:Q([p(),R()]).nullish()})}),f7={errorSchema:p7,errorToMessage:e=>e.error.message};function h7({tools:e,toolChoice:t}){e=e!=null&&e.length?e:void 0;const n=[];if(e==null)return{tools:void 0,toolChoice:void 0,toolWarnings:n};const r=[];for(const s of e)s.type==="provider-defined"?n.push({type:"unsupported-tool",tool:s}):r.push({type:"function",function:{name:s.name,description:s.description,parameters:s.inputSchema}});if(t==null)return{tools:r,toolChoice:void 0,toolWarnings:n};const o=t.type;switch(o){case"auto":case"none":case"required":return{tools:r,toolChoice:o,toolWarnings:n};case"tool":return{tools:r,toolChoice:{type:"function",function:{name:t.toolName}},toolWarnings:n};default:{const s=o;throw new Mt({functionality:`tool choice type: ${s}`})}}}var m7=class{constructor(e,t){this.specificationVersion="v2";var n,r;this.modelId=e,this.config=t;const o=(n=t.errorStructure)!=null?n:f7;this.chunkSchema=v7(o.errorSchema),this.failedResponseHandler=xf(o),this.supportsStructuredOutputs=(r=t.supportsStructuredOutputs)!=null?r:!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)==null?void 0:t.call(e))!=null?n:{}}async getArgs({prompt:e,maxOutputTokens:t,temperature:n,topP:r,topK:o,frequencyPenalty:s,presencePenalty:i,providerOptions:a,stopSequences:l,responseFormat:c,seed:u,toolChoice:h,tools:_}){var f,g,v,m;const d=[],w=Object.assign((f=await Xt({provider:"openai-compatible",providerOptions:a,schema:Ya}))!=null?f:{},(g=await Xt({provider:this.providerOptionsName,providerOptions:a,schema:Ya}))!=null?g:{});o!=null&&d.push({type:"unsupported-setting",setting:"topK"}),(c==null?void 0:c.type)==="json"&&c.schema!=null&&!this.supportsStructuredOutputs&&d.push({type:"unsupported-setting",setting:"responseFormat",details:"JSON response format schema is only supported with structuredOutputs"});const{tools:y,toolChoice:b,toolWarnings:k}=h7({tools:_,toolChoice:h});return{args:{model:this.modelId,user:w.user,max_tokens:t,temperature:n,top_p:r,frequency_penalty:s,presence_penalty:i,response_format:(c==null?void 0:c.type)==="json"?this.supportsStructuredOutputs===!0&&c.schema!=null?{type:"json_schema",json_schema:{schema:c.schema,name:(v=c.name)!=null?v:"response",description:c.description}}:{type:"json_object"}:void 0,stop:l,seed:u,...Object.fromEntries(Object.entries((m=a==null?void 0:a[this.providerOptionsName])!=null?m:{}).filter(([x])=>!Object.keys(Ya.shape).includes(x))),reasoning_effort:w.reasoningEffort,verbosity:w.textVerbosity,messages:d7(e),tools:y,tool_choice:b},warnings:[...d,...k]}}async doGenerate(e){var t,n,r,o,s,i,a,l,c,u,h,_,f,g,v,m,d;const{args:w,warnings:y}=await this.getArgs({...e}),b=JSON.stringify(w),{responseHeaders:k,value:x,rawValue:T}=await Dt({url:this.config.url({path:"/chat/completions",modelId:this.modelId}),headers:xt(this.config.headers(),e.headers),body:w,failedResponseHandler:this.failedResponseHandler,successfulResponseHandler:Wn(g7),abortSignal:e.abortSignal,fetch:this.config.fetch}),D=x.choices[0],U=[],H=D.message.content;H!=null&&H.length>0&&U.push({type:"text",text:H});const q=(t=D.message.reasoning_content)!=null?t:D.message.reasoning;if(q!=null&&q.length>0&&U.push({type:"reasoning",text:q}),D.message.tool_calls!=null)for(const V of D.message.tool_calls)U.push({type:"tool-call",toolCallId:(n=V.id)!=null?n:st(),toolName:V.function.name,input:V.function.arguments});const F={[this.providerOptionsName]:{},...await((o=(r=this.config.metadataExtractor)==null?void 0:r.extractMetadata)==null?void 0:o.call(r,{parsedBody:T}))},B=(s=x.usage)==null?void 0:s.completion_tokens_details;return(B==null?void 0:B.accepted_prediction_tokens)!=null&&(F[this.providerOptionsName].acceptedPredictionTokens=B==null?void 0:B.accepted_prediction_tokens),(B==null?void 0:B.rejected_prediction_tokens)!=null&&(F[this.providerOptionsName].rejectedPredictionTokens=B==null?void 0:B.rejected_prediction_tokens),{content:U,finishReason:th(D.finish_reason),usage:{inputTokens:(a=(i=x.usage)==null?void 0:i.prompt_tokens)!=null?a:void 0,outputTokens:(c=(l=x.usage)==null?void 0:l.completion_tokens)!=null?c:void 0,totalTokens:(h=(u=x.usage)==null?void 0:u.total_tokens)!=null?h:void 0,reasoningTokens:(g=(f=(_=x.usage)==null?void 0:_.completion_tokens_details)==null?void 0:f.reasoning_tokens)!=null?g:void 0,cachedInputTokens:(d=(m=(v=x.usage)==null?void 0:v.prompt_tokens_details)==null?void 0:m.cached_tokens)!=null?d:void 0},providerMetadata:F,request:{body:b},response:{...eh(x),headers:k,body:T},warnings:y}}async doStream(e){var t;const{args:n,warnings:r}=await this.getArgs({...e}),o={...n,stream:!0,stream_options:this.config.includeUsage?{include_usage:!0}:void 0},s=(t=this.config.metadataExtractor)==null?void 0:t.createStreamExtractor(),{responseHeaders:i,value:a}=await Dt({url:this.config.url({path:"/chat/completions",modelId:this.modelId}),headers:xt(this.config.headers(),e.headers),body:o,failedResponseHandler:this.failedResponseHandler,successfulResponseHandler:bs(this.chunkSchema),abortSignal:e.abortSignal,fetch:this.config.fetch}),l=[];let c="unknown";const u={completionTokens:void 0,completionTokensDetails:{reasoningTokens:void 0,acceptedPredictionTokens:void 0,rejectedPredictionTokens:void 0},promptTokens:void 0,promptTokensDetails:{cachedTokens:void 0},totalTokens:void 0};let h=!0;const _=this.providerOptionsName;let f=!1,g=!1;return{stream:a.pipeThrough(new TransformStream({start(v){v.enqueue({type:"stream-start",warnings:r})},transform(v,m){var d,w,y,b,k,x,T,D,U,H,q,F,B;if(e.includeRawChunks&&m.enqueue({type:"raw",rawValue:v.rawValue}),!v.success){c="error",m.enqueue({type:"error",error:v.error});return}const V=v.value;if(s==null||s.processChunk(v.rawValue),"error"in V){c="error",m.enqueue({type:"error",error:V.error.message});return}if(h&&(h=!1,m.enqueue({type:"response-metadata",...eh(V)})),V.usage!=null){const{prompt_tokens:ue,completion_tokens:le,total_tokens:L,prompt_tokens_details:I,completion_tokens_details:M}=V.usage;u.promptTokens=ue??void 0,u.completionTokens=le??void 0,u.totalTokens=L??void 0,(M==null?void 0:M.reasoning_tokens)!=null&&(u.completionTokensDetails.reasoningTokens=M==null?void 0:M.reasoning_tokens),(M==null?void 0:M.accepted_prediction_tokens)!=null&&(u.completionTokensDetails.acceptedPredictionTokens=M==null?void 0:M.accepted_prediction_tokens),(M==null?void 0:M.rejected_prediction_tokens)!=null&&(u.completionTokensDetails.rejectedPredictionTokens=M==null?void 0:M.rejected_prediction_tokens),(I==null?void 0:I.cached_tokens)!=null&&(u.promptTokensDetails.cachedTokens=I==null?void 0:I.cached_tokens)}const se=V.choices[0];if((se==null?void 0:se.finish_reason)!=null&&(c=th(se.finish_reason)),(se==null?void 0:se.delta)==null)return;const ge=se.delta,te=(d=ge.reasoning_content)!=null?d:ge.reasoning;if(te&&(f||(m.enqueue({type:"reasoning-start",id:"reasoning-0"}),f=!0),m.enqueue({type:"reasoning-delta",id:"reasoning-0",delta:te})),ge.content&&(g||(m.enqueue({type:"text-start",id:"txt-0"}),g=!0),m.enqueue({type:"text-delta",id:"txt-0",delta:ge.content})),ge.tool_calls!=null)for(const ue of ge.tool_calls){const le=ue.index;if(l[le]==null){if(ue.id==null)throw new Ar({data:ue,message:"Expected 'id' to be a string."});if(((w=ue.function)==null?void 0:w.name)==null)throw new Ar({data:ue,message:"Expected 'function.name' to be a string."});m.enqueue({type:"tool-input-start",id:ue.id,toolName:ue.function.name}),l[le]={id:ue.id,type:"function",function:{name:ue.function.name,arguments:(y=ue.function.arguments)!=null?y:""},hasFinished:!1};const I=l[le];((b=I.function)==null?void 0:b.name)!=null&&((k=I.function)==null?void 0:k.arguments)!=null&&(I.function.arguments.length>0&&m.enqueue({type:"tool-input-delta",id:I.id,delta:I.function.arguments}),ws(I.function.arguments)&&(m.enqueue({type:"tool-input-end",id:I.id}),m.enqueue({type:"tool-call",toolCallId:(x=I.id)!=null?x:st(),toolName:I.function.name,input:I.function.arguments}),I.hasFinished=!0));continue}const L=l[le];L.hasFinished||(((T=ue.function)==null?void 0:T.arguments)!=null&&(L.function.arguments+=(U=(D=ue.function)==null?void 0:D.arguments)!=null?U:""),m.enqueue({type:"tool-input-delta",id:L.id,delta:(H=ue.function.arguments)!=null?H:""}),((q=L.function)==null?void 0:q.name)!=null&&((F=L.function)==null?void 0:F.arguments)!=null&&ws(L.function.arguments)&&(m.enqueue({type:"tool-input-end",id:L.id}),m.enqueue({type:"tool-call",toolCallId:(B=L.id)!=null?B:st(),toolName:L.function.name,input:L.function.arguments}),L.hasFinished=!0))}},flush(v){var m,d,w,y,b,k;f&&v.enqueue({type:"reasoning-end",id:"reasoning-0"}),g&&v.enqueue({type:"text-end",id:"txt-0"});for(const T of l.filter(D=>!D.hasFinished))v.enqueue({type:"tool-input-end",id:T.id}),v.enqueue({type:"tool-call",toolCallId:(m=T.id)!=null?m:st(),toolName:T.function.name,input:T.function.arguments});const x={[_]:{},...s==null?void 0:s.buildMetadata()};u.completionTokensDetails.acceptedPredictionTokens!=null&&(x[_].acceptedPredictionTokens=u.completionTokensDetails.acceptedPredictionTokens),u.completionTokensDetails.rejectedPredictionTokens!=null&&(x[_].rejectedPredictionTokens=u.completionTokensDetails.rejectedPredictionTokens),v.enqueue({type:"finish",finishReason:c,usage:{inputTokens:(d=u.promptTokens)!=null?d:void 0,outputTokens:(w=u.completionTokens)!=null?w:void 0,totalTokens:(y=u.totalTokens)!=null?y:void 0,reasoningTokens:(b=u.completionTokensDetails.reasoningTokens)!=null?b:void 0,cachedInputTokens:(k=u.promptTokensDetails.cachedTokens)!=null?k:void 0},providerMetadata:x})}})),request:{body:o},response:{headers:i}}}},nh=S({prompt_tokens:R().nullish(),completion_tokens:R().nullish(),total_tokens:R().nullish(),prompt_tokens_details:S({cached_tokens:R().nullish()}).nullish(),completion_tokens_details:S({reasoning_tokens:R().nullish(),accepted_prediction_tokens:R().nullish(),rejected_prediction_tokens:R().nullish()}).nullish()}).nullish(),g7=S({id:p().nullish(),created:R().nullish(),model:p().nullish(),choices:N(S({message:S({role:O("assistant").nullish(),content:p().nullish(),reasoning_content:p().nullish(),reasoning:p().nullish(),tool_calls:N(S({id:p().nullish(),function:S({name:p(),arguments:p()})})).nullish()}),finish_reason:p().nullish()})),usage:nh}),v7=e=>Q([S({id:p().nullish(),created:R().nullish(),model:p().nullish(),choices:N(S({delta:S({role:me(["assistant"]).nullish(),content:p().nullish(),reasoning_content:p().nullish(),reasoning:p().nullish(),tool_calls:N(S({index:R(),id:p().nullish(),function:S({name:p().nullish(),arguments:p().nullish()})})).nullish()}).nullish(),finish_reason:p().nullish()})),usage:nh}),e]);S({echo:ne().optional(),logitBias:ie(p(),R()).optional(),suffix:p().optional(),user:p().optional()});var _7=S({prompt_tokens:R(),completion_tokens:R(),total_tokens:R()});S({id:p().nullish(),created:R().nullish(),model:p().nullish(),choices:N(S({text:p(),finish_reason:p()})),usage:_7.nullish()}),S({dimensions:R().optional(),user:p().optional()}),S({data:N(S({embedding:N(R())})),usage:S({prompt_tokens:R()}).nullish(),providerMetadata:ie(p(),ie(p(),yt())).optional()}),S({data:N(S({b64_json:p()}))});var rh=e=>{var t,n;return e==null?void 0:{deepseek:{promptCacheHitTokens:(t=e.prompt_cache_hit_tokens)!=null?t:NaN,promptCacheMissTokens:(n=e.prompt_cache_miss_tokens)!=null?n:NaN}}},y7={extractMetadata:async({parsedBody:e})=>{const t=await ao({value:e,schema:w7});return!t.success||t.value.usage==null?void 0:rh(t.value.usage)},createStreamExtractor:()=>{let e;return{processChunk:async t=>{var n,r;const o=await ao({value:t,schema:b7});o.success&&((r=(n=o.value.choices)==null?void 0:n[0])==null?void 0:r.finish_reason)==="stop"&&o.value.usage&&(e=o.value.usage)},buildMetadata:()=>rh(e)}}},oh=S({prompt_cache_hit_tokens:R().nullish(),prompt_cache_miss_tokens:R().nullish()}),w7=S({usage:oh.nullish()}),b7=S({choices:N(S({finish_reason:p().nullish()})).nullish(),usage:oh.nullish()}),$7="1.0.30";function sh(e={}){var t;const n=jf((t=e.baseURL)!=null?t:"https://api.deepseek.com/v1"),r=()=>Va({Authorization:`Bearer ${Ef({apiKey:e.apiKey,environmentVariableName:"DEEPSEEK_API_KEY",description:"DeepSeek API key"})}`,...e.headers},`ai-sdk/deepseek/${$7}`);class o extends m7{addJsonInstruction(l){var c;if(((c=l.responseFormat)==null?void 0:c.type)!=="json")return l;const _=[...Array.isArray(l.prompt)?l.prompt:[],{role:"user",content:[{type:"text",text:"Return ONLY a valid JSON object."}]}];return{...l,prompt:_}}async doGenerate(l){return super.doGenerate(this.addJsonInstruction(l))}async doStream(l){return super.doStream(this.addJsonInstruction(l))}}const s=a=>new o(a,{provider:"deepseek.chat",url:({path:l})=>`${n}${l}`,headers:r,fetch:e.fetch,metadataExtractor:y7}),i=a=>s(a);return i.languageModel=s,i.chat=s,i.textEmbeddingModel=a=>{throw new _i({modelId:a,modelType:"textEmbeddingModel"})},i.imageModel=a=>{throw new _i({modelId:a,modelType:"imageModel"})},i}sh();const S7=(e,t,n)=>{if(n.endsWith("content"))chrome.tabs.query({},r=>{r.forEach(o=>{chrome.tabs.sendMessage(o.id,{type:e,data:t,direction:n,tabId:o.id})})});else return chrome.runtime.sendMessage({direction:n,type:e,data:t})},C7=(e,t,n,r)=>{const o=(s,i,a)=>{if(s.type===e&&s.direction===n){const{data:l}=s;t(l,i,a),a(i)}};return chrome.runtime.onMessage.addListener(o),()=>chrome.runtime.onMessage.removeListener(o)};class E7{constructor(t){this._isStarted=!1,this._isClosed=!1,this.targetSessionId=t,this._messageListener=C7("mcp-server-to-client",n=>{var r;try{if(n.sessionId!==this.targetSessionId)return;const o=Hn.parse(n.mcpMessage);(r=this.onmessage)==null||r.call(this,o)}catch(o){console.log("【Client Transport】处理server消息错误:",o)}},"content->side")}_throwError(t,n){if(t()){const r=new Error(n);throw console.log(n,r),this.onerror&&this.onerror(r),r}}async start(){this._throwError(()=>this._isClosed,"【Client Transport】 未启动,无法重新启动"),this._isStarted=!0}async send(t,n){this._throwError(()=>!this._isStarted,"【Client Transport】 未启动,无法发送消息"),this._throwError(()=>this._isClosed,"【Client Transport】 已关闭,无法发送消息");const r=chrome.sessionRegistry.get(this.targetSessionId);this._throwError(()=>!r,`【Client Transport】sessionRegistry中未找到${this.targetSessionId}`);const o=r.tabIds[r.tabIds.length-1];S7("mcp-client-to-server",{sessionId:this.targetSessionId,tabId:o,mcpMessage:t},"side->content")}async close(){if(!this._isClosed)try{this._isClosed=!0,this._isStarted=!1,this._messageListener&&this._messageListener(),this.onclose&&this.onclose()}catch{this._throwError(()=>!0,"【Client Transport】 关闭时发生错误")}}}function $s(e){return!!e._zod}function Ss(e,t){return $s(e)?Eu(e,t):e.safeParse(t)}function ih(e){var t,n;if(!e)return;let r;if($s(e)?r=(n=(t=e._zod)===null||t===void 0?void 0:t.def)===null||n===void 0?void 0:n.shape:r=e.shape,!!r){if(typeof r=="function")try{return r()}catch{return}return r}}function k7(e){var t;if($s(e)){const i=(t=e._zod)===null||t===void 0?void 0:t.def;if(i){if(i.value!==void 0)return i.value;if(Array.isArray(i.values)&&i.values.length>0)return i.values[0]}}const r=e._def;if(r){if(r.value!==void 0)return r.value;if(Array.isArray(r.values)&&r.values.length>0)return r.values[0]}const o=e.value;if(o!==void 0)return o}new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function ah(e){const t=ih(e),n=t==null?void 0:t.method;if(!n)throw new Error("Schema is missing a method literal");const r=k7(n);if(typeof r!="string")throw new Error("Schema method literal must be a string");return r}function lh(e,t){const n=Ss(e,t);if(!n.success)throw n.error;return n.data}const I7=6e4;class T7{constructor(t){this._options=t,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this.setNotificationHandler(va,n=>{const r=this._requestHandlerAbortControllers.get(n.params.requestId);r==null||r.abort(n.params.reason)}),this.setNotificationHandler(ya,n=>{this._onprogress(n)}),this.setRequestHandler(_a,n=>({}))}_setupTimeout(t,n,r,o,s=!1){this._timeoutInfo.set(t,{timeoutId:setTimeout(o,n),startTime:Date.now(),timeout:n,maxTotalTimeout:r,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(t){const n=this._timeoutInfo.get(t);if(!n)return!1;const r=Date.now()-n.startTime;if(n.maxTotalTimeout&&r>=n.maxTotalTimeout)throw this._timeoutInfo.delete(t),ot.fromError(Xe.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:n.maxTotalTimeout,totalElapsed:r});return clearTimeout(n.timeoutId),n.timeoutId=setTimeout(n.onTimeout,n.timeout),!0}_cleanupTimeout(t){const n=this._timeoutInfo.get(t);n&&(clearTimeout(n.timeoutId),this._timeoutInfo.delete(t))}async connect(t){var n,r,o;this._transport=t;const s=(n=this.transport)===null||n===void 0?void 0:n.onclose;this._transport.onclose=()=>{s==null||s(),this._onclose()};const i=(r=this.transport)===null||r===void 0?void 0:r.onerror;this._transport.onerror=l=>{i==null||i(l),this._onerror(l)};const a=(o=this._transport)===null||o===void 0?void 0:o.onmessage;this._transport.onmessage=(l,c)=>{a==null||a(l,c),ga(l)||F9(l)?this._onresponse(l):Up(l)?this._onrequest(l,c):Z9(l)?this._onnotification(l):this._onerror(new Error(`Unknown message type: ${JSON.stringify(l)}`))},await this._transport.start()}_onclose(){var t;const n=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._pendingDebouncedNotifications.clear(),this._transport=void 0,(t=this.onclose)===null||t===void 0||t.call(this);const r=ot.fromError(Xe.ConnectionClosed,"Connection closed");for(const o of n.values())o(r)}_onerror(t){var n;(n=this.onerror)===null||n===void 0||n.call(this,t)}_onnotification(t){var n;const r=(n=this._notificationHandlers.get(t.method))!==null&&n!==void 0?n:this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(t)).catch(o=>this._onerror(new Error(`Uncaught error in notification handler: ${o}`)))}_onrequest(t,n){var r,o;const s=(r=this._requestHandlers.get(t.method))!==null&&r!==void 0?r:this.fallbackRequestHandler,i=this._transport;if(s===void 0){i==null||i.send({jsonrpc:"2.0",id:t.id,error:{code:Xe.MethodNotFound,message:"Method not found"}}).catch(c=>this._onerror(new Error(`Failed to send an error response: ${c}`)));return}const a=new AbortController;this._requestHandlerAbortControllers.set(t.id,a);const l={signal:a.signal,sessionId:i==null?void 0:i.sessionId,_meta:(o=t.params)===null||o===void 0?void 0:o._meta,sendNotification:c=>this.notification(c,{relatedRequestId:t.id}),sendRequest:(c,u,h)=>this.request(c,u,{...h,relatedRequestId:t.id}),authInfo:n==null?void 0:n.authInfo,requestId:t.id,requestInfo:n==null?void 0:n.requestInfo};Promise.resolve().then(()=>s(t,l)).then(c=>{if(!a.signal.aborted)return i==null?void 0:i.send({result:c,jsonrpc:"2.0",id:t.id})},c=>{var u;if(!a.signal.aborted)return i==null?void 0:i.send({jsonrpc:"2.0",id:t.id,error:{code:Number.isSafeInteger(c.code)?c.code:Xe.InternalError,message:(u=c.message)!==null&&u!==void 0?u:"Internal error",...c.data!==void 0&&{data:c.data}}})}).catch(c=>this._onerror(new Error(`Failed to send response: ${c}`))).finally(()=>{this._requestHandlerAbortControllers.delete(t.id)})}_onprogress(t){const{progressToken:n,...r}=t.params,o=Number(n),s=this._progressHandlers.get(o);if(!s){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(t)}`));return}const i=this._responseHandlers.get(o),a=this._timeoutInfo.get(o);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(l){i(l);return}s(r)}_onresponse(t){const n=Number(t.id),r=this._responseHandlers.get(n);if(r===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(t)}`));return}if(this._responseHandlers.delete(n),this._progressHandlers.delete(n),this._cleanupTimeout(n),ga(t))r(t);else{const o=ot.fromError(t.error.code,t.error.message,t.error.data);r(o)}}get transport(){return this._transport}async close(){var t;await((t=this._transport)===null||t===void 0?void 0:t.close())}request(t,n,r){const{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}=r??{};return new Promise((a,l)=>{var c,u,h,_,f,g;if(!this._transport){l(new Error("Not connected"));return}((c=this._options)===null||c===void 0?void 0:c.enforceStrictCapabilities)===!0&&this.assertCapabilityForMethod(t.method),(u=r==null?void 0:r.signal)===null||u===void 0||u.throwIfAborted();const v=this._requestMessageId++,m={...t,jsonrpc:"2.0",id:v};r!=null&&r.onprogress&&(this._progressHandlers.set(v,r.onprogress),m.params={...t.params,_meta:{...((h=t.params)===null||h===void 0?void 0:h._meta)||{},progressToken:v}});const d=b=>{var k;this._responseHandlers.delete(v),this._progressHandlers.delete(v),this._cleanupTimeout(v),(k=this._transport)===null||k===void 0||k.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:v,reason:String(b)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(x=>this._onerror(new Error(`Failed to send cancellation: ${x}`))),l(b)};this._responseHandlers.set(v,b=>{var k;if(!(!((k=r==null?void 0:r.signal)===null||k===void 0)&&k.aborted)){if(b instanceof Error)return l(b);try{const x=Ss(n,b.result);x.success?a(x.data):l(x.error)}catch(x){l(x)}}}),(_=r==null?void 0:r.signal)===null||_===void 0||_.addEventListener("abort",()=>{var b;d((b=r==null?void 0:r.signal)===null||b===void 0?void 0:b.reason)});const w=(f=r==null?void 0:r.timeout)!==null&&f!==void 0?f:I7,y=()=>d(ot.fromError(Xe.RequestTimeout,"Request timed out",{timeout:w}));this._setupTimeout(v,w,r==null?void 0:r.maxTotalTimeout,y,(g=r==null?void 0:r.resetTimeoutOnProgress)!==null&&g!==void 0?g:!1),this._transport.send(m,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(b=>{this._cleanupTimeout(v),l(b)})})}async notification(t,n){var r,o;if(!this._transport)throw new Error("Not connected");if(this.assertNotificationCapability(t.method),((o=(r=this._options)===null||r===void 0?void 0:r.debouncedNotificationMethods)!==null&&o!==void 0?o:[]).includes(t.method)&&!t.params&&!(n!=null&&n.relatedRequestId)){if(this._pendingDebouncedNotifications.has(t.method))return;this._pendingDebouncedNotifications.add(t.method),Promise.resolve().then(()=>{var l;if(this._pendingDebouncedNotifications.delete(t.method),!this._transport)return;const c={...t,jsonrpc:"2.0"};(l=this._transport)===null||l===void 0||l.send(c,n).catch(u=>this._onerror(u))});return}const a={...t,jsonrpc:"2.0"};await this._transport.send(a,n)}setRequestHandler(t,n){const r=ah(t);this.assertRequestHandlerCapability(r),this._requestHandlers.set(r,(o,s)=>{const i=lh(t,o);return Promise.resolve(n(i,s))})}removeRequestHandler(t){this._requestHandlers.delete(t)}assertCanSetRequestHandler(t){if(this._requestHandlers.has(t))throw new Error(`A request handler for ${t} already exists, which would be overridden`)}setNotificationHandler(t,n){const r=ah(t);this._notificationHandlers.set(r,o=>{const s=lh(t,o);return Promise.resolve(n(s))})}removeNotificationHandler(t){this._notificationHandlers.delete(t)}}function ch(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function x7(e,t){const n={...e};for(const r in t){const o=r,s=t[o];if(s===void 0)continue;const i=n[o];ch(i)&&ch(s)?n[o]={...i,...s}:n[o]=s}return n}var Qa={exports:{}},uh={},Zt={},fr={},co={},ce={},uo={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.regexpCode=e.getEsmExportName=e.getProperty=e.safeStringify=e.stringify=e.strConcat=e.addCodeArg=e.str=e._=e.nil=e._Code=e.Name=e.IDENTIFIER=e._CodeOrName=void 0;class t{}e._CodeOrName=t,e.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class n extends t{constructor(w){if(super(),!e.IDENTIFIER.test(w))throw new Error("CodeGen: name must be a valid identifier");this.str=w}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}e.Name=n;class r extends t{constructor(w){super(),this._items=typeof w=="string"?[w]:w}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const w=this._items[0];return w===""||w==='""'}get str(){var w;return(w=this._str)!==null&&w!==void 0?w:this._str=this._items.reduce((y,b)=>`${y}${b}`,"")}get names(){var w;return(w=this._names)!==null&&w!==void 0?w:this._names=this._items.reduce((y,b)=>(b instanceof n&&(y[b.str]=(y[b.str]||0)+1),y),{})}}e._Code=r,e.nil=new r("");function o(d,...w){const y=[d[0]];let b=0;for(;b<w.length;)a(y,w[b]),y.push(d[++b]);return new r(y)}e._=o;const s=new r("+");function i(d,...w){const y=[f(d[0])];let b=0;for(;b<w.length;)y.push(s),a(y,w[b]),y.push(s,f(d[++b]));return l(y),new r(y)}e.str=i;function a(d,w){w instanceof r?d.push(...w._items):w instanceof n?d.push(w):d.push(h(w))}e.addCodeArg=a;function l(d){let w=1;for(;w<d.length-1;){if(d[w]===s){const y=c(d[w-1],d[w+1]);if(y!==void 0){d.splice(w-1,3,y);continue}d[w++]="+"}w++}}function c(d,w){if(w==='""')return d;if(d==='""')return w;if(typeof d=="string")return w instanceof n||d[d.length-1]!=='"'?void 0:typeof w!="string"?`${d.slice(0,-1)}${w}"`:w[0]==='"'?d.slice(0,-1)+w.slice(1):void 0;if(typeof w=="string"&&w[0]==='"'&&!(d instanceof n))return`"${d}${w.slice(1)}`}function u(d,w){return w.emptyStr()?d:d.emptyStr()?w:i`${d}${w}`}e.strConcat=u;function h(d){return typeof d=="number"||typeof d=="boolean"||d===null?d:f(Array.isArray(d)?d.join(","):d)}function _(d){return new r(f(d))}e.stringify=_;function f(d){return JSON.stringify(d).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}e.safeStringify=f;function g(d){return typeof d=="string"&&e.IDENTIFIER.test(d)?new r(`.${d}`):o`[${d}]`}e.getProperty=g;function v(d){if(typeof d=="string"&&e.IDENTIFIER.test(d))return new r(`${d}`);throw new Error(`CodeGen: invalid export name: ${d}, use explicit $id name mapping`)}e.getEsmExportName=v;function m(d){return new r(d.toString())}e.regexpCode=m})(uo);var Xa={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ValueScope=e.ValueScopeName=e.Scope=e.varKinds=e.UsedValueState=void 0;const t=uo;class n extends Error{constructor(c){super(`CodeGen: "code" for ${c} not defined`),this.value=c.value}}var r;(function(l){l[l.Started=0]="Started",l[l.Completed=1]="Completed"})(r||(e.UsedValueState=r={})),e.varKinds={const:new t.Name("const"),let:new t.Name("let"),var:new t.Name("var")};class o{constructor({prefixes:c,parent:u}={}){this._names={},this._prefixes=c,this._parent=u}toName(c){return c instanceof t.Name?c:this.name(c)}name(c){return new t.Name(this._newName(c))}_newName(c){const u=this._names[c]||this._nameGroup(c);return`${c}${u.index++}`}_nameGroup(c){var u,h;if(!((h=(u=this._parent)===null||u===void 0?void 0:u._prefixes)===null||h===void 0)&&h.has(c)||this._prefixes&&!this._prefixes.has(c))throw new Error(`CodeGen: prefix "${c}" is not allowed in this scope`);return this._names[c]={prefix:c,index:0}}}e.Scope=o;class s extends t.Name{constructor(c,u){super(u),this.prefix=c}setValue(c,{property:u,itemIndex:h}){this.value=c,this.scopePath=(0,t._)`.${new t.Name(u)}[${h}]`}}e.ValueScopeName=s;const i=(0,t._)`\n`;class a extends o{constructor(c){super(c),this._values={},this._scope=c.scope,this.opts={...c,_n:c.lines?i:t.nil}}get(){return this._scope}name(c){return new s(c,this._newName(c))}value(c,u){var h;if(u.ref===void 0)throw new Error("CodeGen: ref must be passed in value");const _=this.toName(c),{prefix:f}=_,g=(h=u.key)!==null&&h!==void 0?h:u.ref;let v=this._values[f];if(v){const w=v.get(g);if(w)return w}else v=this._values[f]=new Map;v.set(g,_);const m=this._scope[f]||(this._scope[f]=[]),d=m.length;return m[d]=u.ref,_.setValue(u,{property:f,itemIndex:d}),_}getValue(c,u){const h=this._values[c];if(h)return h.get(u)}scopeRefs(c,u=this._values){return this._reduceValues(u,h=>{if(h.scopePath===void 0)throw new Error(`CodeGen: name "${h}" has no value`);return(0,t._)`${c}${h.scopePath}`})}scopeCode(c=this._values,u,h){return this._reduceValues(c,_=>{if(_.value===void 0)throw new Error(`CodeGen: name "${_}" has no value`);return _.value.code},u,h)}_reduceValues(c,u,h={},_){let f=t.nil;for(const g in c){const v=c[g];if(!v)continue;const m=h[g]=h[g]||new Map;v.forEach(d=>{if(m.has(d))return;m.set(d,r.Started);let w=u(d);if(w){const y=this.opts.es5?e.varKinds.var:e.varKinds.const;f=(0,t._)`${f}${y} ${d} = ${w};${this.opts._n}`}else if(w=_==null?void 0:_(d))f=(0,t._)`${f}${w}${this.opts._n}`;else throw new n(d);m.set(d,r.Completed)})}return f}}e.ValueScope=a})(Xa),function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.or=e.and=e.not=e.CodeGen=e.operators=e.varKinds=e.ValueScopeName=e.ValueScope=e.Scope=e.Name=e.regexpCode=e.stringify=e.getProperty=e.nil=e.strConcat=e.str=e._=void 0;const t=uo,n=Xa;var r=uo;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return r._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return r.str}}),Object.defineProperty(e,"strConcat",{enumerable:!0,get:function(){return r.strConcat}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return r.nil}}),Object.defineProperty(e,"getProperty",{enumerable:!0,get:function(){return r.getProperty}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return r.stringify}}),Object.defineProperty(e,"regexpCode",{enumerable:!0,get:function(){return r.regexpCode}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return r.Name}});var o=Xa;Object.defineProperty(e,"Scope",{enumerable:!0,get:function(){return o.Scope}}),Object.defineProperty(e,"ValueScope",{enumerable:!0,get:function(){return o.ValueScope}}),Object.defineProperty(e,"ValueScopeName",{enumerable:!0,get:function(){return o.ValueScopeName}}),Object.defineProperty(e,"varKinds",{enumerable:!0,get:function(){return o.varKinds}}),e.operators={GT:new t._Code(">"),GTE:new t._Code(">="),LT:new t._Code("<"),LTE:new t._Code("<="),EQ:new t._Code("==="),NEQ:new t._Code("!=="),NOT:new t._Code("!"),OR:new t._Code("||"),AND:new t._Code("&&"),ADD:new t._Code("+")};class s{optimizeNodes(){return this}optimizeNames(C,E){return this}}class i extends s{constructor(C,E,$){super(),this.varKind=C,this.name=E,this.rhs=$}render({es5:C,_n:E}){const $=C?n.varKinds.var:this.varKind,j=this.rhs===void 0?"":` = ${this.rhs}`;return`${$} ${this.name}${j};`+E}optimizeNames(C,E){if(C[this.name.str])return this.rhs&&(this.rhs=V(this.rhs,C,E)),this}get names(){return this.rhs instanceof t._CodeOrName?this.rhs.names:{}}}class a extends s{constructor(C,E,$){super(),this.lhs=C,this.rhs=E,this.sideEffects=$}render({_n:C}){return`${this.lhs} = ${this.rhs};`+C}optimizeNames(C,E){if(!(this.lhs instanceof t.Name&&!C[this.lhs.str]&&!this.sideEffects))return this.rhs=V(this.rhs,C,E),this}get names(){const C=this.lhs instanceof t.Name?{}:{...this.lhs.names};return B(C,this.rhs)}}class l extends a{constructor(C,E,$,j){super(C,$,j),this.op=E}render({_n:C}){return`${this.lhs} ${this.op}= ${this.rhs};`+C}}class c extends s{constructor(C){super(),this.label=C,this.names={}}render({_n:C}){return`${this.label}:`+C}}class u extends s{constructor(C){super(),this.label=C,this.names={}}render({_n:C}){return`break${this.label?` ${this.label}`:""};`+C}}class h extends s{constructor(C){super(),this.error=C}render({_n:C}){return`throw ${this.error};`+C}get names(){return this.error.names}}class _ extends s{constructor(C){super(),this.code=C}render({_n:C}){return`${this.code};`+C}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(C,E){return this.code=V(this.code,C,E),this}get names(){return this.code instanceof t._CodeOrName?this.code.names:{}}}class f extends s{constructor(C=[]){super(),this.nodes=C}render(C){return this.nodes.reduce((E,$)=>E+$.render(C),"")}optimizeNodes(){const{nodes:C}=this;let E=C.length;for(;E--;){const $=C[E].optimizeNodes();Array.isArray($)?C.splice(E,1,...$):$?C[E]=$:C.splice(E,1)}return C.length>0?this:void 0}optimizeNames(C,E){const{nodes:$}=this;let j=$.length;for(;j--;){const z=$[j];z.optimizeNames(C,E)||(se(C,z.names),$.splice(j,1))}return $.length>0?this:void 0}get names(){return this.nodes.reduce((C,E)=>F(C,E.names),{})}}class g extends f{render(C){return"{"+C._n+super.render(C)+"}"+C._n}}class v extends f{}class m extends g{}m.kind="else";class d extends g{constructor(C,E){super(E),this.condition=C}render(C){let E=`if(${this.condition})`+super.render(C);return this.else&&(E+="else "+this.else.render(C)),E}optimizeNodes(){super.optimizeNodes();const C=this.condition;if(C===!0)return this.nodes;let E=this.else;if(E){const $=E.optimizeNodes();E=this.else=Array.isArray($)?new m($):$}if(E)return C===!1?E instanceof d?E:E.nodes:this.nodes.length?this:new d(ge(C),E instanceof d?[E]:E.nodes);if(!(C===!1||!this.nodes.length))return this}optimizeNames(C,E){var $;if(this.else=($=this.else)===null||$===void 0?void 0:$.optimizeNames(C,E),!!(super.optimizeNames(C,E)||this.else))return this.condition=V(this.condition,C,E),this}get names(){const C=super.names;return B(C,this.condition),this.else&&F(C,this.else.names),C}}d.kind="if";class w extends g{}w.kind="for";class y extends w{constructor(C){super(),this.iteration=C}render(C){return`for(${this.iteration})`+super.render(C)}optimizeNames(C,E){if(super.optimizeNames(C,E))return this.iteration=V(this.iteration,C,E),this}get names(){return F(super.names,this.iteration.names)}}class b extends w{constructor(C,E,$,j){super(),this.varKind=C,this.name=E,this.from=$,this.to=j}render(C){const E=C.es5?n.varKinds.var:this.varKind,{name:$,from:j,to:z}=this;return`for(${E} ${$}=${j}; ${$}<${z}; ${$}++)`+super.render(C)}get names(){const C=B(super.names,this.from);return B(C,this.to)}}class k extends w{constructor(C,E,$,j){super(),this.loop=C,this.varKind=E,this.name=$,this.iterable=j}render(C){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(C)}optimizeNames(C,E){if(super.optimizeNames(C,E))return this.iterable=V(this.iterable,C,E),this}get names(){return F(super.names,this.iterable.names)}}class x extends g{constructor(C,E,$){super(),this.name=C,this.args=E,this.async=$}render(C){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(C)}}x.kind="func";class T extends f{render(C){return"return "+super.render(C)}}T.kind="return";class D extends g{render(C){let E="try"+super.render(C);return this.catch&&(E+=this.catch.render(C)),this.finally&&(E+=this.finally.render(C)),E}optimizeNodes(){var C,E;return super.optimizeNodes(),(C=this.catch)===null||C===void 0||C.optimizeNodes(),(E=this.finally)===null||E===void 0||E.optimizeNodes(),this}optimizeNames(C,E){var $,j;return super.optimizeNames(C,E),($=this.catch)===null||$===void 0||$.optimizeNames(C,E),(j=this.finally)===null||j===void 0||j.optimizeNames(C,E),this}get names(){const C=super.names;return this.catch&&F(C,this.catch.names),this.finally&&F(C,this.finally.names),C}}class U extends g{constructor(C){super(),this.error=C}render(C){return`catch(${this.error})`+super.render(C)}}U.kind="catch";class H extends g{render(C){return"finally"+super.render(C)}}H.kind="finally";class q{constructor(C,E={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...E,_n:E.lines?`
72
- `:""},this._extScope=C,this._scope=new n.Scope({parent:C}),this._nodes=[new v]}toString(){return this._root.render(this.opts)}name(C){return this._scope.name(C)}scopeName(C){return this._extScope.name(C)}scopeValue(C,E){const $=this._extScope.value(C,E);return(this._values[$.prefix]||(this._values[$.prefix]=new Set)).add($),$}getScopeValue(C,E){return this._extScope.getValue(C,E)}scopeRefs(C){return this._extScope.scopeRefs(C,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(C,E,$,j){const z=this._scope.toName(E);return $!==void 0&&j&&(this._constants[z.str]=$),this._leafNode(new i(C,z,$)),z}const(C,E,$){return this._def(n.varKinds.const,C,E,$)}let(C,E,$){return this._def(n.varKinds.let,C,E,$)}var(C,E,$){return this._def(n.varKinds.var,C,E,$)}assign(C,E,$){return this._leafNode(new a(C,E,$))}add(C,E){return this._leafNode(new l(C,e.operators.ADD,E))}code(C){return typeof C=="function"?C():C!==t.nil&&this._leafNode(new _(C)),this}object(...C){const E=["{"];for(const[$,j]of C)E.length>1&&E.push(","),E.push($),($!==j||this.opts.es5)&&(E.push(":"),(0,t.addCodeArg)(E,j));return E.push("}"),new t._Code(E)}if(C,E,$){if(this._blockNode(new d(C)),E&&$)this.code(E).else().code($).endIf();else if(E)this.code(E).endIf();else if($)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(C){return this._elseNode(new d(C))}else(){return this._elseNode(new m)}endIf(){return this._endBlockNode(d,m)}_for(C,E){return this._blockNode(C),E&&this.code(E).endFor(),this}for(C,E){return this._for(new y(C),E)}forRange(C,E,$,j,z=this.opts.es5?n.varKinds.var:n.varKinds.let){const de=this._scope.toName(C);return this._for(new b(z,de,E,$),()=>j(de))}forOf(C,E,$,j=n.varKinds.const){const z=this._scope.toName(C);if(this.opts.es5){const de=E instanceof t.Name?E:this.var("_arr",E);return this.forRange("_i",0,(0,t._)`${de}.length`,oe=>{this.var(z,(0,t._)`${de}[${oe}]`),$(z)})}return this._for(new k("of",j,z,E),()=>$(z))}forIn(C,E,$,j=this.opts.es5?n.varKinds.var:n.varKinds.const){if(this.opts.ownProperties)return this.forOf(C,(0,t._)`Object.keys(${E})`,$);const z=this._scope.toName(C);return this._for(new k("in",j,z,E),()=>$(z))}endFor(){return this._endBlockNode(w)}label(C){return this._leafNode(new c(C))}break(C){return this._leafNode(new u(C))}return(C){const E=new T;if(this._blockNode(E),this.code(C),E.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(T)}try(C,E,$){if(!E&&!$)throw new Error('CodeGen: "try" without "catch" and "finally"');const j=new D;if(this._blockNode(j),this.code(C),E){const z=this.name("e");this._currNode=j.catch=new U(z),E(z)}return $&&(this._currNode=j.finally=new H,this.code($)),this._endBlockNode(U,H)}throw(C){return this._leafNode(new h(C))}block(C,E){return this._blockStarts.push(this._nodes.length),C&&this.code(C).endBlock(E),this}endBlock(C){const E=this._blockStarts.pop();if(E===void 0)throw new Error("CodeGen: not in self-balancing block");const $=this._nodes.length-E;if($<0||C!==void 0&&$!==C)throw new Error(`CodeGen: wrong number of nodes: ${$} vs ${C} expected`);return this._nodes.length=E,this}func(C,E=t.nil,$,j){return this._blockNode(new x(C,E,$)),j&&this.code(j).endFunc(),this}endFunc(){return this._endBlockNode(x)}optimize(C=1){for(;C-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(C){return this._currNode.nodes.push(C),this}_blockNode(C){this._currNode.nodes.push(C),this._nodes.push(C)}_endBlockNode(C,E){const $=this._currNode;if($ instanceof C||E&&$ instanceof E)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${E?`${C.kind}/${E.kind}`:C.kind}"`)}_elseNode(C){const E=this._currNode;if(!(E instanceof d))throw new Error('CodeGen: "else" without "if"');return this._currNode=E.else=C,this}get _root(){return this._nodes[0]}get _currNode(){const C=this._nodes;return C[C.length-1]}set _currNode(C){const E=this._nodes;E[E.length-1]=C}}e.CodeGen=q;function F(P,C){for(const E in C)P[E]=(P[E]||0)+(C[E]||0);return P}function B(P,C){return C instanceof t._CodeOrName?F(P,C.names):P}function V(P,C,E){if(P instanceof t.Name)return $(P);if(!j(P))return P;return new t._Code(P._items.reduce((z,de)=>(de instanceof t.Name&&(de=$(de)),de instanceof t._Code?z.push(...de._items):z.push(de),z),[]));function $(z){const de=E[z.str];return de===void 0||C[z.str]!==1?z:(delete C[z.str],de)}function j(z){return z instanceof t._Code&&z._items.some(de=>de instanceof t.Name&&C[de.str]===1&&E[de.str]!==void 0)}}function se(P,C){for(const E in C)P[E]=(P[E]||0)-(C[E]||0)}function ge(P){return typeof P=="boolean"||typeof P=="number"||P===null?!P:(0,t._)`!${M(P)}`}e.not=ge;const te=I(e.operators.AND);function ue(...P){return P.reduce(te)}e.and=ue;const le=I(e.operators.OR);function L(...P){return P.reduce(le)}e.or=L;function I(P){return(C,E)=>C===t.nil?E:E===t.nil?C:(0,t._)`${M(C)} ${P} ${M(E)}`}function M(P){return P instanceof t.Name?P:(0,t._)`(${P})`}}(ce);var G={};Object.defineProperty(G,"__esModule",{value:!0}),G.checkStrictMode=G.getErrorPath=G.Type=G.useFunc=G.setEvaluated=G.evaluatedPropsToName=G.mergeEvaluated=G.eachItem=G.unescapeJsonPointer=G.escapeJsonPointer=G.escapeFragment=G.unescapeFragment=G.schemaRefOrVal=G.schemaHasRulesButRef=G.schemaHasRules=G.checkUnknownRules=G.alwaysValidSchema=G.toHash=void 0;const xe=ce,P7=uo;function R7(e){const t={};for(const n of e)t[n]=!0;return t}G.toHash=R7;function O7(e,t){return typeof t=="boolean"?t:Object.keys(t).length===0?!0:(dh(e,t),!ph(t,e.self.RULES.all))}G.alwaysValidSchema=O7;function dh(e,t=e.schema){const{opts:n,self:r}=e;if(!n.strictSchema||typeof t=="boolean")return;const o=r.RULES.keywords;for(const s in t)o[s]||vh(e,`unknown keyword: "${s}"`)}G.checkUnknownRules=dh;function ph(e,t){if(typeof e=="boolean")return!e;for(const n in e)if(t[n])return!0;return!1}G.schemaHasRules=ph;function N7(e,t){if(typeof e=="boolean")return!e;for(const n in e)if(n!=="$ref"&&t.all[n])return!0;return!1}G.schemaHasRulesButRef=N7;function M7({topSchemaRef:e,schemaPath:t},n,r,o){if(!o){if(typeof n=="number"||typeof n=="boolean")return n;if(typeof n=="string")return(0,xe._)`${n}`}return(0,xe._)`${e}${t}${(0,xe.getProperty)(r)}`}G.schemaRefOrVal=M7;function A7(e){return fh(decodeURIComponent(e))}G.unescapeFragment=A7;function L7(e){return encodeURIComponent(el(e))}G.escapeFragment=L7;function el(e){return typeof e=="number"?`${e}`:e.replace(/~/g,"~0").replace(/\//g,"~1")}G.escapeJsonPointer=el;function fh(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}G.unescapeJsonPointer=fh;function j7(e,t){if(Array.isArray(e))for(const n of e)t(n);else t(e)}G.eachItem=j7;function hh({mergeNames:e,mergeToName:t,mergeValues:n,resultToName:r}){return(o,s,i,a)=>{const l=i===void 0?s:i instanceof xe.Name?(s instanceof xe.Name?e(o,s,i):t(o,s,i),i):s instanceof xe.Name?(t(o,i,s),s):n(s,i);return a===xe.Name&&!(l instanceof xe.Name)?r(o,l):l}}G.mergeEvaluated={props:hh({mergeNames:(e,t,n)=>e.if((0,xe._)`${n} !== true && ${t} !== undefined`,()=>{e.if((0,xe._)`${t} === true`,()=>e.assign(n,!0),()=>e.assign(n,(0,xe._)`${n} || {}`).code((0,xe._)`Object.assign(${n}, ${t})`))}),mergeToName:(e,t,n)=>e.if((0,xe._)`${n} !== true`,()=>{t===!0?e.assign(n,!0):(e.assign(n,(0,xe._)`${n} || {}`),tl(e,n,t))}),mergeValues:(e,t)=>e===!0?!0:{...e,...t},resultToName:mh}),items:hh({mergeNames:(e,t,n)=>e.if((0,xe._)`${n} !== true && ${t} !== undefined`,()=>e.assign(n,(0,xe._)`${t} === true ? true : ${n} > ${t} ? ${n} : ${t}`)),mergeToName:(e,t,n)=>e.if((0,xe._)`${n} !== true`,()=>e.assign(n,t===!0?!0:(0,xe._)`${n} > ${t} ? ${n} : ${t}`)),mergeValues:(e,t)=>e===!0?!0:Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})};function mh(e,t){if(t===!0)return e.var("props",!0);const n=e.var("props",(0,xe._)`{}`);return t!==void 0&&tl(e,n,t),n}G.evaluatedPropsToName=mh;function tl(e,t,n){Object.keys(n).forEach(r=>e.assign((0,xe._)`${t}${(0,xe.getProperty)(r)}`,!0))}G.setEvaluated=tl;const gh={};function z7(e,t){return e.scopeValue("func",{ref:t,code:gh[t.code]||(gh[t.code]=new P7._Code(t.code))})}G.useFunc=z7;var nl;(function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"})(nl||(G.Type=nl={}));function D7(e,t,n){if(e instanceof xe.Name){const r=t===nl.Num;return n?r?(0,xe._)`"[" + ${e} + "]"`:(0,xe._)`"['" + ${e} + "']"`:r?(0,xe._)`"/" + ${e}`:(0,xe._)`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return n?(0,xe.getProperty)(e).toString():"/"+el(e)}G.getErrorPath=D7;function vh(e,t,n=e.opts.strictSchema){if(n){if(t=`strict mode: ${t}`,n===!0)throw new Error(t);e.self.logger.warn(t)}}G.checkStrictMode=vh;var tn={};Object.defineProperty(tn,"__esModule",{value:!0});const tt=ce,U7={data:new tt.Name("data"),valCxt:new tt.Name("valCxt"),instancePath:new tt.Name("instancePath"),parentData:new tt.Name("parentData"),parentDataProperty:new tt.Name("parentDataProperty"),rootData:new tt.Name("rootData"),dynamicAnchors:new tt.Name("dynamicAnchors"),vErrors:new tt.Name("vErrors"),errors:new tt.Name("errors"),this:new tt.Name("this"),self:new tt.Name("self"),scope:new tt.Name("scope"),json:new tt.Name("json"),jsonPos:new tt.Name("jsonPos"),jsonLen:new tt.Name("jsonLen"),jsonPart:new tt.Name("jsonPart")};tn.default=U7,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.extendErrors=e.resetErrorsCount=e.reportExtraError=e.reportError=e.keyword$DataError=e.keywordError=void 0;const t=ce,n=G,r=tn;e.keywordError={message:({keyword:m})=>(0,t.str)`must pass "${m}" keyword validation`},e.keyword$DataError={message:({keyword:m,schemaType:d})=>d?(0,t.str)`"${m}" keyword must be ${d} ($data)`:(0,t.str)`"${m}" keyword is invalid ($data)`};function o(m,d=e.keywordError,w,y){const{it:b}=m,{gen:k,compositeRule:x,allErrors:T}=b,D=h(m,d,w);y??(x||T)?l(k,D):c(b,(0,t._)`[${D}]`)}e.reportError=o;function s(m,d=e.keywordError,w){const{it:y}=m,{gen:b,compositeRule:k,allErrors:x}=y,T=h(m,d,w);l(b,T),k||x||c(y,r.default.vErrors)}e.reportExtraError=s;function i(m,d){m.assign(r.default.errors,d),m.if((0,t._)`${r.default.vErrors} !== null`,()=>m.if(d,()=>m.assign((0,t._)`${r.default.vErrors}.length`,d),()=>m.assign(r.default.vErrors,null)))}e.resetErrorsCount=i;function a({gen:m,keyword:d,schemaValue:w,data:y,errsCount:b,it:k}){if(b===void 0)throw new Error("ajv implementation error");const x=m.name("err");m.forRange("i",b,r.default.errors,T=>{m.const(x,(0,t._)`${r.default.vErrors}[${T}]`),m.if((0,t._)`${x}.instancePath === undefined`,()=>m.assign((0,t._)`${x}.instancePath`,(0,t.strConcat)(r.default.instancePath,k.errorPath))),m.assign((0,t._)`${x}.schemaPath`,(0,t.str)`${k.errSchemaPath}/${d}`),k.opts.verbose&&(m.assign((0,t._)`${x}.schema`,w),m.assign((0,t._)`${x}.data`,y))})}e.extendErrors=a;function l(m,d){const w=m.const("err",d);m.if((0,t._)`${r.default.vErrors} === null`,()=>m.assign(r.default.vErrors,(0,t._)`[${w}]`),(0,t._)`${r.default.vErrors}.push(${w})`),m.code((0,t._)`${r.default.errors}++`)}function c(m,d){const{gen:w,validateName:y,schemaEnv:b}=m;b.$async?w.throw((0,t._)`new ${m.ValidationError}(${d})`):(w.assign((0,t._)`${y}.errors`,d),w.return(!1))}const u={keyword:new t.Name("keyword"),schemaPath:new t.Name("schemaPath"),params:new t.Name("params"),propertyName:new t.Name("propertyName"),message:new t.Name("message"),schema:new t.Name("schema"),parentSchema:new t.Name("parentSchema")};function h(m,d,w){const{createErrors:y}=m.it;return y===!1?(0,t._)`{}`:_(m,d,w)}function _(m,d,w={}){const{gen:y,it:b}=m,k=[f(b,w),g(m,w)];return v(m,d,k),y.object(...k)}function f({errorPath:m},{instancePath:d}){const w=d?(0,t.str)`${m}${(0,n.getErrorPath)(d,n.Type.Str)}`:m;return[r.default.instancePath,(0,t.strConcat)(r.default.instancePath,w)]}function g({keyword:m,it:{errSchemaPath:d}},{schemaPath:w,parentSchema:y}){let b=y?d:(0,t.str)`${d}/${m}`;return w&&(b=(0,t.str)`${b}${(0,n.getErrorPath)(w,n.Type.Str)}`),[u.schemaPath,b]}function v(m,{params:d,message:w},y){const{keyword:b,data:k,schemaValue:x,it:T}=m,{opts:D,propertyName:U,topSchemaRef:H,schemaPath:q}=T;y.push([u.keyword,b],[u.params,typeof d=="function"?d(m):d||(0,t._)`{}`]),D.messages&&y.push([u.message,typeof w=="function"?w(m):w]),D.verbose&&y.push([u.schema,x],[u.parentSchema,(0,t._)`${H}${q}`],[r.default.data,k]),U&&y.push([u.propertyName,U])}}(co),Object.defineProperty(fr,"__esModule",{value:!0}),fr.boolOrEmptySchema=fr.topBoolOrEmptySchema=void 0;const q7=co,Z7=ce,F7=tn,V7={message:"boolean schema is false"};function B7(e){const{gen:t,schema:n,validateName:r}=e;n===!1?_h(e,!1):typeof n=="object"&&n.$async===!0?t.return(F7.default.data):(t.assign((0,Z7._)`${r}.errors`,null),t.return(!0))}fr.topBoolOrEmptySchema=B7;function H7(e,t){const{gen:n,schema:r}=e;r===!1?(n.var(t,!1),_h(e)):n.var(t,!0)}fr.boolOrEmptySchema=H7;function _h(e,t){const{gen:n,data:r}=e,o={gen:n,keyword:"false schema",data:r,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,q7.reportError)(o,V7,void 0,t)}var Ue={},Yn={};Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.getRules=Yn.isJSONType=void 0;const J7=["string","number","integer","boolean","null","object","array"],G7=new Set(J7);function W7(e){return typeof e=="string"&&G7.has(e)}Yn.isJSONType=W7;function K7(){const e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}Yn.getRules=K7;var dn={};Object.defineProperty(dn,"__esModule",{value:!0}),dn.shouldUseRule=dn.shouldUseGroup=dn.schemaHasRulesForType=void 0;function Y7({schema:e,self:t},n){const r=t.RULES.types[n];return r&&r!==!0&&yh(e,r)}dn.schemaHasRulesForType=Y7;function yh(e,t){return t.rules.some(n=>wh(e,n))}dn.shouldUseGroup=yh;function wh(e,t){var n;return e[t.keyword]!==void 0||((n=t.definition.implements)===null||n===void 0?void 0:n.some(r=>e[r]!==void 0))}dn.shouldUseRule=wh,Object.defineProperty(Ue,"__esModule",{value:!0}),Ue.reportTypeError=Ue.checkDataTypes=Ue.checkDataType=Ue.coerceAndCheckDataType=Ue.getJSONTypes=Ue.getSchemaTypes=Ue.DataType=void 0;const Q7=Yn,X7=dn,e$=co,ae=ce,bh=G;var hr;(function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"})(hr||(Ue.DataType=hr={}));function t$(e){const t=$h(e.type);if(t.includes("null")){if(e.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!t.length&&e.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');e.nullable===!0&&t.push("null")}return t}Ue.getSchemaTypes=t$;function $h(e){const t=Array.isArray(e)?e:e?[e]:[];if(t.every(Q7.isJSONType))return t;throw new Error("type must be JSONType or JSONType[]: "+t.join(","))}Ue.getJSONTypes=$h;function n$(e,t){const{gen:n,data:r,opts:o}=e,s=r$(t,o.coerceTypes),i=t.length>0&&!(s.length===0&&t.length===1&&(0,X7.schemaHasRulesForType)(e,t[0]));if(i){const a=ol(t,r,o.strictNumbers,hr.Wrong);n.if(a,()=>{s.length?o$(e,t,s):sl(e)})}return i}Ue.coerceAndCheckDataType=n$;const Sh=new Set(["string","number","integer","boolean","null"]);function r$(e,t){return t?e.filter(n=>Sh.has(n)||t==="array"&&n==="array"):[]}function o$(e,t,n){const{gen:r,data:o,opts:s}=e,i=r.let("dataType",(0,ae._)`typeof ${o}`),a=r.let("coerced",(0,ae._)`undefined`);s.coerceTypes==="array"&&r.if((0,ae._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>r.assign(o,(0,ae._)`${o}[0]`).assign(i,(0,ae._)`typeof ${o}`).if(ol(t,o,s.strictNumbers),()=>r.assign(a,o))),r.if((0,ae._)`${a} !== undefined`);for(const c of n)(Sh.has(c)||c==="array"&&s.coerceTypes==="array")&&l(c);r.else(),sl(e),r.endIf(),r.if((0,ae._)`${a} !== undefined`,()=>{r.assign(o,a),s$(e,a)});function l(c){switch(c){case"string":r.elseIf((0,ae._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,ae._)`"" + ${o}`).elseIf((0,ae._)`${o} === null`).assign(a,(0,ae._)`""`);return;case"number":r.elseIf((0,ae._)`${i} == "boolean" || ${o} === null
73
- || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,ae._)`+${o}`);return;case"integer":r.elseIf((0,ae._)`${i} === "boolean" || ${o} === null
74
- || (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,ae._)`+${o}`);return;case"boolean":r.elseIf((0,ae._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,ae._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":r.elseIf((0,ae._)`${o} === "" || ${o} === 0 || ${o} === false`),r.assign(a,null);return;case"array":r.elseIf((0,ae._)`${i} === "string" || ${i} === "number"
75
- || ${i} === "boolean" || ${o} === null`).assign(a,(0,ae._)`[${o}]`)}}}function s$({gen:e,parentData:t,parentDataProperty:n},r){e.if((0,ae._)`${t} !== undefined`,()=>e.assign((0,ae._)`${t}[${n}]`,r))}function rl(e,t,n,r=hr.Correct){const o=r===hr.Correct?ae.operators.EQ:ae.operators.NEQ;let s;switch(e){case"null":return(0,ae._)`${t} ${o} null`;case"array":s=(0,ae._)`Array.isArray(${t})`;break;case"object":s=(0,ae._)`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":s=i((0,ae._)`!(${t} % 1) && !isNaN(${t})`);break;case"number":s=i();break;default:return(0,ae._)`typeof ${t} ${o} ${e}`}return r===hr.Correct?s:(0,ae.not)(s);function i(a=ae.nil){return(0,ae.and)((0,ae._)`typeof ${t} == "number"`,a,n?(0,ae._)`isFinite(${t})`:ae.nil)}}Ue.checkDataType=rl;function ol(e,t,n,r){if(e.length===1)return rl(e[0],t,n,r);let o;const s=(0,bh.toHash)(e);if(s.array&&s.object){const i=(0,ae._)`typeof ${t} != "object"`;o=s.null?i:(0,ae._)`!${t} || ${i}`,delete s.null,delete s.array,delete s.object}else o=ae.nil;s.number&&delete s.integer;for(const i in s)o=(0,ae.and)(o,rl(i,t,n,r));return o}Ue.checkDataTypes=ol;const i$={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>typeof e=="string"?(0,ae._)`{type: ${e}}`:(0,ae._)`{type: ${t}}`};function sl(e){const t=a$(e);(0,e$.reportError)(t,i$)}Ue.reportTypeError=sl;function a$(e){const{gen:t,data:n,schema:r}=e,o=(0,bh.schemaRefOrVal)(e,r,"type");return{gen:t,keyword:"type",data:n,schema:r.type,schemaCode:o,schemaValue:o,parentSchema:r,params:{},it:e}}var Cs={};Object.defineProperty(Cs,"__esModule",{value:!0}),Cs.assignDefaults=void 0;const mr=ce,l$=G;function c$(e,t){const{properties:n,items:r}=e.schema;if(t==="object"&&n)for(const o in n)Ch(e,o,n[o].default);else t==="array"&&Array.isArray(r)&&r.forEach((o,s)=>Ch(e,s,o.default))}Cs.assignDefaults=c$;function Ch(e,t,n){const{gen:r,compositeRule:o,data:s,opts:i}=e;if(n===void 0)return;const a=(0,mr._)`${s}${(0,mr.getProperty)(t)}`;if(o){(0,l$.checkStrictMode)(e,`default is ignored for: ${a}`);return}let l=(0,mr._)`${a} === undefined`;i.useDefaults==="empty"&&(l=(0,mr._)`${l} || ${a} === null || ${a} === ""`),r.if(l,(0,mr._)`${a} = ${(0,mr.stringify)(n)}`)}var nn={},pe={};Object.defineProperty(pe,"__esModule",{value:!0}),pe.validateUnion=pe.validateArray=pe.usePattern=pe.callValidateCode=pe.schemaProperties=pe.allSchemaProperties=pe.noPropertyInData=pe.propertyInData=pe.isOwnProperty=pe.hasPropFunc=pe.reportMissingProp=pe.checkMissingProp=pe.checkReportMissingProp=void 0;const Oe=ce,il=G,En=tn,u$=G;function d$(e,t){const{gen:n,data:r,it:o}=e;n.if(ll(n,r,t,o.opts.ownProperties),()=>{e.setParams({missingProperty:(0,Oe._)`${t}`},!0),e.error()})}pe.checkReportMissingProp=d$;function p$({gen:e,data:t,it:{opts:n}},r,o){return(0,Oe.or)(...r.map(s=>(0,Oe.and)(ll(e,t,s,n.ownProperties),(0,Oe._)`${o} = ${s}`)))}pe.checkMissingProp=p$;function f$(e,t){e.setParams({missingProperty:t},!0),e.error()}pe.reportMissingProp=f$;function Eh(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,Oe._)`Object.prototype.hasOwnProperty`})}pe.hasPropFunc=Eh;function al(e,t,n){return(0,Oe._)`${Eh(e)}.call(${t}, ${n})`}pe.isOwnProperty=al;function h$(e,t,n,r){const o=(0,Oe._)`${t}${(0,Oe.getProperty)(n)} !== undefined`;return r?(0,Oe._)`${o} && ${al(e,t,n)}`:o}pe.propertyInData=h$;function ll(e,t,n,r){const o=(0,Oe._)`${t}${(0,Oe.getProperty)(n)} === undefined`;return r?(0,Oe.or)(o,(0,Oe.not)(al(e,t,n))):o}pe.noPropertyInData=ll;function kh(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}pe.allSchemaProperties=kh;function m$(e,t){return kh(t).filter(n=>!(0,il.alwaysValidSchema)(e,t[n]))}pe.schemaProperties=m$;function g$({schemaCode:e,data:t,it:{gen:n,topSchemaRef:r,schemaPath:o,errorPath:s},it:i},a,l,c){const u=c?(0,Oe._)`${e}, ${t}, ${r}${o}`:t,h=[[En.default.instancePath,(0,Oe.strConcat)(En.default.instancePath,s)],[En.default.parentData,i.parentData],[En.default.parentDataProperty,i.parentDataProperty],[En.default.rootData,En.default.rootData]];i.opts.dynamicRef&&h.push([En.default.dynamicAnchors,En.default.dynamicAnchors]);const _=(0,Oe._)`${u}, ${n.object(...h)}`;return l!==Oe.nil?(0,Oe._)`${a}.call(${l}, ${_})`:(0,Oe._)`${a}(${_})`}pe.callValidateCode=g$;const v$=(0,Oe._)`new RegExp`;function _$({gen:e,it:{opts:t}},n){const r=t.unicodeRegExp?"u":"",{regExp:o}=t.code,s=o(n,r);return e.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,Oe._)`${o.code==="new RegExp"?v$:(0,u$.useFunc)(e,o)}(${n}, ${r})`})}pe.usePattern=_$;function y$(e){const{gen:t,data:n,keyword:r,it:o}=e,s=t.name("valid");if(o.allErrors){const a=t.let("valid",!0);return i(()=>t.assign(a,!1)),a}return t.var(s,!0),i(()=>t.break()),s;function i(a){const l=t.const("len",(0,Oe._)`${n}.length`);t.forRange("i",0,l,c=>{e.subschema({keyword:r,dataProp:c,dataPropType:il.Type.Num},s),t.if((0,Oe.not)(s),a)})}}pe.validateArray=y$;function w$(e){const{gen:t,schema:n,keyword:r,it:o}=e;if(!Array.isArray(n))throw new Error("ajv implementation error");if(n.some(l=>(0,il.alwaysValidSchema)(o,l))&&!o.opts.unevaluated)return;const i=t.let("valid",!1),a=t.name("_valid");t.block(()=>n.forEach((l,c)=>{const u=e.subschema({keyword:r,schemaProp:c,compositeRule:!0},a);t.assign(i,(0,Oe._)`${i} || ${a}`),e.mergeValidEvaluated(u,a)||t.if((0,Oe.not)(i))})),e.result(i,()=>e.reset(),()=>e.error(!0))}pe.validateUnion=w$,Object.defineProperty(nn,"__esModule",{value:!0}),nn.validateKeywordUsage=nn.validSchemaType=nn.funcKeywordCode=nn.macroKeywordCode=void 0;const lt=ce,Qn=tn,b$=pe,$$=co;function S$(e,t){const{gen:n,keyword:r,schema:o,parentSchema:s,it:i}=e,a=t.macro.call(i.self,o,s,i),l=Th(n,r,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);const c=n.name("valid");e.subschema({schema:a,schemaPath:lt.nil,errSchemaPath:`${i.errSchemaPath}/${r}`,topSchemaRef:l,compositeRule:!0},c),e.pass(c,()=>e.error(!0))}nn.macroKeywordCode=S$;function C$(e,t){var n;const{gen:r,keyword:o,schema:s,parentSchema:i,$data:a,it:l}=e;k$(l,t);const c=!a&&t.compile?t.compile.call(l.self,s,i,l):t.validate,u=Th(r,o,c),h=r.let("valid");e.block$data(h,_),e.ok((n=t.valid)!==null&&n!==void 0?n:h);function _(){if(t.errors===!1)v(),t.modifying&&Ih(e),m(()=>e.error());else{const d=t.async?f():g();t.modifying&&Ih(e),m(()=>E$(e,d))}}function f(){const d=r.let("ruleErrs",null);return r.try(()=>v((0,lt._)`await `),w=>r.assign(h,!1).if((0,lt._)`${w} instanceof ${l.ValidationError}`,()=>r.assign(d,(0,lt._)`${w}.errors`),()=>r.throw(w))),d}function g(){const d=(0,lt._)`${u}.errors`;return r.assign(d,null),v(lt.nil),d}function v(d=t.async?(0,lt._)`await `:lt.nil){const w=l.opts.passContext?Qn.default.this:Qn.default.self,y=!("compile"in t&&!a||t.schema===!1);r.assign(h,(0,lt._)`${d}${(0,b$.callValidateCode)(e,u,w,y)}`,t.modifying)}function m(d){var w;r.if((0,lt.not)((w=t.valid)!==null&&w!==void 0?w:h),d)}}nn.funcKeywordCode=C$;function Ih(e){const{gen:t,data:n,it:r}=e;t.if(r.parentData,()=>t.assign(n,(0,lt._)`${r.parentData}[${r.parentDataProperty}]`))}function E$(e,t){const{gen:n}=e;n.if((0,lt._)`Array.isArray(${t})`,()=>{n.assign(Qn.default.vErrors,(0,lt._)`${Qn.default.vErrors} === null ? ${t} : ${Qn.default.vErrors}.concat(${t})`).assign(Qn.default.errors,(0,lt._)`${Qn.default.vErrors}.length`),(0,$$.extendErrors)(e)},()=>e.error())}function k$({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function Th(e,t,n){if(n===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof n=="function"?{ref:n}:{ref:n,code:(0,lt.stringify)(n)})}function I$(e,t,n=!1){return!t.length||t.some(r=>r==="array"?Array.isArray(e):r==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==r||n&&typeof e>"u")}nn.validSchemaType=I$;function T$({schema:e,opts:t,self:n,errSchemaPath:r},o,s){if(Array.isArray(o.keyword)?!o.keyword.includes(s):o.keyword!==s)throw new Error("ajv implementation error");const i=o.dependencies;if(i!=null&&i.some(a=>!Object.prototype.hasOwnProperty.call(e,a)))throw new Error(`parent schema must have dependencies of ${s}: ${i.join(",")}`);if(o.validateSchema&&!o.validateSchema(e[s])){const l=`keyword "${s}" value is invalid at path "${r}": `+n.errorsText(o.validateSchema.errors);if(t.validateSchema==="log")n.logger.error(l);else throw new Error(l)}}nn.validateKeywordUsage=T$;var kn={};Object.defineProperty(kn,"__esModule",{value:!0}),kn.extendSubschemaMode=kn.extendSubschemaData=kn.getSubschema=void 0;const rn=ce,xh=G;function x$(e,{keyword:t,schemaProp:n,schema:r,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(t!==void 0&&r!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){const a=e.schema[t];return n===void 0?{schema:a,schemaPath:(0,rn._)`${e.schemaPath}${(0,rn.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:a[n],schemaPath:(0,rn._)`${e.schemaPath}${(0,rn.getProperty)(t)}${(0,rn.getProperty)(n)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,xh.escapeFragment)(n)}`}}if(r!==void 0){if(o===void 0||s===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:r,schemaPath:o,topSchemaRef:i,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}kn.getSubschema=x$;function P$(e,t,{dataProp:n,dataPropType:r,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&n!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:a}=t;if(n!==void 0){const{errorPath:c,dataPathArr:u,opts:h}=t,_=a.let("data",(0,rn._)`${t.data}${(0,rn.getProperty)(n)}`,!0);l(_),e.errorPath=(0,rn.str)`${c}${(0,xh.getErrorPath)(n,r,h.jsPropertySyntax)}`,e.parentDataProperty=(0,rn._)`${n}`,e.dataPathArr=[...u,e.parentDataProperty]}if(o!==void 0){const c=o instanceof rn.Name?o:a.let("data",o,!0);l(c),i!==void 0&&(e.propertyName=i)}s&&(e.dataTypes=s);function l(c){e.data=c,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,c]}}kn.extendSubschemaData=P$;function R$(e,{jtdDiscriminator:t,jtdMetadata:n,compositeRule:r,createErrors:o,allErrors:s}){r!==void 0&&(e.compositeRule=r),o!==void 0&&(e.createErrors=o),s!==void 0&&(e.allErrors=s),e.jtdDiscriminator=t,e.jtdMetadata=n}kn.extendSubschemaMode=R$;var We={},Ph=function e(t,n){if(t===n)return!0;if(t&&n&&typeof t=="object"&&typeof n=="object"){if(t.constructor!==n.constructor)return!1;var r,o,s;if(Array.isArray(t)){if(r=t.length,r!=n.length)return!1;for(o=r;o--!==0;)if(!e(t[o],n[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if(s=Object.keys(t),r=s.length,r!==Object.keys(n).length)return!1;for(o=r;o--!==0;)if(!Object.prototype.hasOwnProperty.call(n,s[o]))return!1;for(o=r;o--!==0;){var i=s[o];if(!e(t[i],n[i]))return!1}return!0}return t!==t&&n!==n},Rh={exports:{}},In=Rh.exports=function(e,t,n){typeof t=="function"&&(n=t,t={}),n=t.cb||n;var r=typeof n=="function"?n:n.pre||function(){},o=n.post||function(){};Es(t,r,o,e,"",e)};In.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0},In.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0},In.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0},In.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Es(e,t,n,r,o,s,i,a,l,c){if(r&&typeof r=="object"&&!Array.isArray(r)){t(r,o,s,i,a,l,c);for(var u in r){var h=r[u];if(Array.isArray(h)){if(u in In.arrayKeywords)for(var _=0;_<h.length;_++)Es(e,t,n,h[_],o+"/"+u+"/"+_,s,o,u,r,_)}else if(u in In.propsKeywords){if(h&&typeof h=="object")for(var f in h)Es(e,t,n,h[f],o+"/"+u+"/"+O$(f),s,o,u,r,f)}else(u in In.keywords||e.allKeys&&!(u in In.skipKeywords))&&Es(e,t,n,h,o+"/"+u,s,o,u,r)}n(r,o,s,i,a,l,c)}}function O$(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}var N$=Rh.exports;Object.defineProperty(We,"__esModule",{value:!0}),We.getSchemaRefs=We.resolveUrl=We.normalizeId=We._getFullPath=We.getFullPath=We.inlineRef=void 0;const M$=G,A$=Ph,L$=N$,j$=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function z$(e,t=!0){return typeof e=="boolean"?!0:t===!0?!cl(e):t?Oh(e)<=t:!1}We.inlineRef=z$;const D$=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function cl(e){for(const t in e){if(D$.has(t))return!0;const n=e[t];if(Array.isArray(n)&&n.some(cl)||typeof n=="object"&&cl(n))return!0}return!1}function Oh(e){let t=0;for(const n in e){if(n==="$ref")return 1/0;if(t++,!j$.has(n)&&(typeof e[n]=="object"&&(0,M$.eachItem)(e[n],r=>t+=Oh(r)),t===1/0))return 1/0}return t}function Nh(e,t="",n){n!==!1&&(t=gr(t));const r=e.parse(t);return Mh(e,r)}We.getFullPath=Nh;function Mh(e,t){return e.serialize(t).split("#")[0]+"#"}We._getFullPath=Mh;const U$=/#\/?$/;function gr(e){return e?e.replace(U$,""):""}We.normalizeId=gr;function q$(e,t,n){return n=gr(n),e.resolve(t,n)}We.resolveUrl=q$;const Z$=/^[a-z_][-a-z0-9._]*$/i;function F$(e,t){if(typeof e=="boolean")return{};const{schemaId:n,uriResolver:r}=this.opts,o=gr(e[n]||t),s={"":o},i=Nh(r,o,!1),a={},l=new Set;return L$(e,{allKeys:!0},(h,_,f,g)=>{if(g===void 0)return;const v=i+_;let m=s[g];typeof h[n]=="string"&&(m=d.call(this,h[n])),w.call(this,h.$anchor),w.call(this,h.$dynamicAnchor),s[_]=m;function d(y){const b=this.opts.uriResolver.resolve;if(y=gr(m?b(m,y):y),l.has(y))throw u(y);l.add(y);let k=this.refs[y];return typeof k=="string"&&(k=this.refs[k]),typeof k=="object"?c(h,k.schema,y):y!==gr(v)&&(y[0]==="#"?(c(h,a[y],y),a[y]=h):this.refs[y]=v),y}function w(y){if(typeof y=="string"){if(!Z$.test(y))throw new Error(`invalid anchor "${y}"`);d.call(this,`#${y}`)}}}),a;function c(h,_,f){if(_!==void 0&&!A$(h,_))throw u(f)}function u(h){return new Error(`reference "${h}" resolves to more than one schema`)}}We.getSchemaRefs=F$,Object.defineProperty(Zt,"__esModule",{value:!0}),Zt.getData=Zt.KeywordCxt=Zt.validateFunctionCode=void 0;const Ah=fr,Lh=Ue,ul=dn,ks=Ue,V$=Cs,po=nn,dl=kn,K=ce,re=tn,B$=We,pn=G,fo=co;function H$(e){if(Uh(e)&&(qh(e),Dh(e))){W$(e);return}jh(e,()=>(0,Ah.topBoolOrEmptySchema)(e))}Zt.validateFunctionCode=H$;function jh({gen:e,validateName:t,schema:n,schemaEnv:r,opts:o},s){o.code.es5?e.func(t,(0,K._)`${re.default.data}, ${re.default.valCxt}`,r.$async,()=>{e.code((0,K._)`"use strict"; ${zh(n,o)}`),G$(e,o),e.code(s)}):e.func(t,(0,K._)`${re.default.data}, ${J$(o)}`,r.$async,()=>e.code(zh(n,o)).code(s))}function J$(e){return(0,K._)`{${re.default.instancePath}="", ${re.default.parentData}, ${re.default.parentDataProperty}, ${re.default.rootData}=${re.default.data}${e.dynamicRef?(0,K._)`, ${re.default.dynamicAnchors}={}`:K.nil}}={}`}function G$(e,t){e.if(re.default.valCxt,()=>{e.var(re.default.instancePath,(0,K._)`${re.default.valCxt}.${re.default.instancePath}`),e.var(re.default.parentData,(0,K._)`${re.default.valCxt}.${re.default.parentData}`),e.var(re.default.parentDataProperty,(0,K._)`${re.default.valCxt}.${re.default.parentDataProperty}`),e.var(re.default.rootData,(0,K._)`${re.default.valCxt}.${re.default.rootData}`),t.dynamicRef&&e.var(re.default.dynamicAnchors,(0,K._)`${re.default.valCxt}.${re.default.dynamicAnchors}`)},()=>{e.var(re.default.instancePath,(0,K._)`""`),e.var(re.default.parentData,(0,K._)`undefined`),e.var(re.default.parentDataProperty,(0,K._)`undefined`),e.var(re.default.rootData,re.default.data),t.dynamicRef&&e.var(re.default.dynamicAnchors,(0,K._)`{}`)})}function W$(e){const{schema:t,opts:n,gen:r}=e;jh(e,()=>{n.$comment&&t.$comment&&Fh(e),eS(e),r.let(re.default.vErrors,null),r.let(re.default.errors,0),n.unevaluated&&K$(e),Zh(e),rS(e)})}function K$(e){const{gen:t,validateName:n}=e;e.evaluated=t.const("evaluated",(0,K._)`${n}.evaluated`),t.if((0,K._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,K._)`${e.evaluated}.props`,(0,K._)`undefined`)),t.if((0,K._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,K._)`${e.evaluated}.items`,(0,K._)`undefined`))}function zh(e,t){const n=typeof e=="object"&&e[t.schemaId];return n&&(t.code.source||t.code.process)?(0,K._)`/*# sourceURL=${n} */`:K.nil}function Y$(e,t){if(Uh(e)&&(qh(e),Dh(e))){Q$(e,t);return}(0,Ah.boolOrEmptySchema)(e,t)}function Dh({schema:e,self:t}){if(typeof e=="boolean")return!e;for(const n in e)if(t.RULES.all[n])return!0;return!1}function Uh(e){return typeof e.schema!="boolean"}function Q$(e,t){const{schema:n,gen:r,opts:o}=e;o.$comment&&n.$comment&&Fh(e),tS(e),nS(e);const s=r.const("_errs",re.default.errors);Zh(e,s),r.var(t,(0,K._)`${s} === ${re.default.errors}`)}function qh(e){(0,pn.checkUnknownRules)(e),X$(e)}function Zh(e,t){if(e.opts.jtd)return Vh(e,[],!1,t);const n=(0,Lh.getSchemaTypes)(e.schema),r=(0,Lh.coerceAndCheckDataType)(e,n);Vh(e,n,!r,t)}function X$(e){const{schema:t,errSchemaPath:n,opts:r,self:o}=e;t.$ref&&r.ignoreKeywordsWithRef&&(0,pn.schemaHasRulesButRef)(t,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${n}"`)}function eS(e){const{schema:t,opts:n}=e;t.default!==void 0&&n.useDefaults&&n.strictSchema&&(0,pn.checkStrictMode)(e,"default is ignored in the schema root")}function tS(e){const t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,B$.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function nS(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function Fh({gen:e,schemaEnv:t,schema:n,errSchemaPath:r,opts:o}){const s=n.$comment;if(o.$comment===!0)e.code((0,K._)`${re.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){const i=(0,K.str)`${r}/$comment`,a=e.scopeValue("root",{ref:t.root});e.code((0,K._)`${re.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function rS(e){const{gen:t,schemaEnv:n,validateName:r,ValidationError:o,opts:s}=e;n.$async?t.if((0,K._)`${re.default.errors} === 0`,()=>t.return(re.default.data),()=>t.throw((0,K._)`new ${o}(${re.default.vErrors})`)):(t.assign((0,K._)`${r}.errors`,re.default.vErrors),s.unevaluated&&oS(e),t.return((0,K._)`${re.default.errors} === 0`))}function oS({gen:e,evaluated:t,props:n,items:r}){n instanceof K.Name&&e.assign((0,K._)`${t}.props`,n),r instanceof K.Name&&e.assign((0,K._)`${t}.items`,r)}function Vh(e,t,n,r){const{gen:o,schema:s,data:i,allErrors:a,opts:l,self:c}=e,{RULES:u}=c;if(s.$ref&&(l.ignoreKeywordsWithRef||!(0,pn.schemaHasRulesButRef)(s,u))){o.block(()=>Gh(e,"$ref",u.all.$ref.definition));return}l.jtd||sS(e,t),o.block(()=>{for(const _ of u.rules)h(_);h(u.post)});function h(_){(0,ul.shouldUseGroup)(s,_)&&(_.type?(o.if((0,ks.checkDataType)(_.type,i,l.strictNumbers)),Bh(e,_),t.length===1&&t[0]===_.type&&n&&(o.else(),(0,ks.reportTypeError)(e)),o.endIf()):Bh(e,_),a||o.if((0,K._)`${re.default.errors} === ${r||0}`))}}function Bh(e,t){const{gen:n,schema:r,opts:{useDefaults:o}}=e;o&&(0,V$.assignDefaults)(e,t.type),n.block(()=>{for(const s of t.rules)(0,ul.shouldUseRule)(r,s)&&Gh(e,s.keyword,s.definition,t.type)})}function sS(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(iS(e,t),e.opts.allowUnionTypes||aS(e,t),lS(e,e.dataTypes))}function iS(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(n=>{Hh(e.dataTypes,n)||pl(e,`type "${n}" not allowed by context "${e.dataTypes.join(",")}"`)}),uS(e,t)}}function aS(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&pl(e,"use allowUnionTypes to allow union type keyword")}function lS(e,t){const n=e.self.RULES.all;for(const r in n){const o=n[r];if(typeof o=="object"&&(0,ul.shouldUseRule)(e.schema,o)){const{type:s}=o.definition;s.length&&!s.some(i=>cS(t,i))&&pl(e,`missing type "${s.join(",")}" for keyword "${r}"`)}}}function cS(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function Hh(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function uS(e,t){const n=[];for(const r of e.dataTypes)Hh(t,r)?n.push(r):t.includes("integer")&&r==="number"&&n.push("integer");e.dataTypes=n}function pl(e,t){const n=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${n}" (strictTypes)`,(0,pn.checkStrictMode)(e,t,e.opts.strictTypes)}class Jh{constructor(t,n,r){if((0,po.validateKeywordUsage)(t,n,r),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=r,this.data=t.data,this.schema=t.schema[r],this.$data=n.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,pn.schemaRefOrVal)(t,this.schema,r,this.$data),this.schemaType=n.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=n,this.$data)this.schemaCode=t.gen.const("vSchema",Wh(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,po.validSchemaType)(this.schema,n.schemaType,n.allowUndefined))throw new Error(`${r} value must be ${JSON.stringify(n.schemaType)}`);("code"in n?n.trackErrors:n.errors!==!1)&&(this.errsCount=t.gen.const("_errs",re.default.errors))}result(t,n,r){this.failResult((0,K.not)(t),n,r)}failResult(t,n,r){this.gen.if(t),r?r():this.error(),n?(this.gen.else(),n(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,n){this.failResult((0,K.not)(t),void 0,n)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);const{schemaCode:n}=this;this.fail((0,K._)`${n} !== undefined && (${(0,K.or)(this.invalid$data(),t)})`)}error(t,n,r){if(n){this.setParams(n),this._error(t,r),this.setParams({});return}this._error(t,r)}_error(t,n){(t?fo.reportExtraError:fo.reportError)(this,this.def.error,n)}$dataError(){(0,fo.reportError)(this,this.def.$dataError||fo.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,fo.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,n){n?Object.assign(this.params,t):this.params=t}block$data(t,n,r=K.nil){this.gen.block(()=>{this.check$data(t,r),n()})}check$data(t=K.nil,n=K.nil){if(!this.$data)return;const{gen:r,schemaCode:o,schemaType:s,def:i}=this;r.if((0,K.or)((0,K._)`${o} === undefined`,n)),t!==K.nil&&r.assign(t,!0),(s.length||i.validateSchema)&&(r.elseIf(this.invalid$data()),this.$dataError(),t!==K.nil&&r.assign(t,!1)),r.else()}invalid$data(){const{gen:t,schemaCode:n,schemaType:r,def:o,it:s}=this;return(0,K.or)(i(),a());function i(){if(r.length){if(!(n instanceof K.Name))throw new Error("ajv implementation error");const l=Array.isArray(r)?r:[r];return(0,K._)`${(0,ks.checkDataTypes)(l,n,s.opts.strictNumbers,ks.DataType.Wrong)}`}return K.nil}function a(){if(o.validateSchema){const l=t.scopeValue("validate$data",{ref:o.validateSchema});return(0,K._)`!${l}(${n})`}return K.nil}}subschema(t,n){const r=(0,dl.getSubschema)(this.it,t);(0,dl.extendSubschemaData)(r,this.it,t),(0,dl.extendSubschemaMode)(r,t);const o={...this.it,...r,items:void 0,props:void 0};return Y$(o,n),o}mergeEvaluated(t,n){const{it:r,gen:o}=this;r.opts.unevaluated&&(r.props!==!0&&t.props!==void 0&&(r.props=pn.mergeEvaluated.props(o,t.props,r.props,n)),r.items!==!0&&t.items!==void 0&&(r.items=pn.mergeEvaluated.items(o,t.items,r.items,n)))}mergeValidEvaluated(t,n){const{it:r,gen:o}=this;if(r.opts.unevaluated&&(r.props!==!0||r.items!==!0))return o.if(n,()=>this.mergeEvaluated(t,K.Name)),!0}}Zt.KeywordCxt=Jh;function Gh(e,t,n,r){const o=new Jh(e,n,t);"code"in n?n.code(o,r):o.$data&&n.validate?(0,po.funcKeywordCode)(o,n):"macro"in n?(0,po.macroKeywordCode)(o,n):(n.compile||n.validate)&&(0,po.funcKeywordCode)(o,n)}const dS=/^\/(?:[^~]|~0|~1)*$/,pS=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Wh(e,{dataLevel:t,dataNames:n,dataPathArr:r}){let o,s;if(e==="")return re.default.rootData;if(e[0]==="/"){if(!dS.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);o=e,s=re.default.rootData}else{const c=pS.exec(e);if(!c)throw new Error(`Invalid JSON-pointer: ${e}`);const u=+c[1];if(o=c[2],o==="#"){if(u>=t)throw new Error(l("property/index",u));return r[t-u]}if(u>t)throw new Error(l("data",u));if(s=n[t-u],!o)return s}let i=s;const a=o.split("/");for(const c of a)c&&(s=(0,K._)`${s}${(0,K.getProperty)((0,pn.unescapeJsonPointer)(c))}`,i=(0,K._)`${i} && ${s}`);return i;function l(c,u){return`Cannot access ${c} ${u} levels up, current level is ${t}`}}Zt.getData=Wh;var ho={};Object.defineProperty(ho,"__esModule",{value:!0});class fS extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}}ho.default=fS;var vr={};Object.defineProperty(vr,"__esModule",{value:!0});const fl=We;class hS extends Error{constructor(t,n,r,o){super(o||`can't resolve reference ${r} from id ${n}`),this.missingRef=(0,fl.resolveUrl)(t,n,r),this.missingSchema=(0,fl.normalizeId)((0,fl.getFullPath)(t,this.missingRef))}}vr.default=hS;var pt={};Object.defineProperty(pt,"__esModule",{value:!0}),pt.resolveSchema=pt.getCompilingSchema=pt.resolveRef=pt.compileSchema=pt.SchemaEnv=void 0;const Ft=ce,mS=ho,Xn=tn,Vt=We,Kh=G,gS=Zt;class Is{constructor(t){var n;this.refs={},this.dynamicAnchors={};let r;typeof t.schema=="object"&&(r=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(n=t.baseId)!==null&&n!==void 0?n:(0,Vt.normalizeId)(r==null?void 0:r[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=r==null?void 0:r.$async,this.refs={}}}pt.SchemaEnv=Is;function hl(e){const t=Yh.call(this,e);if(t)return t;const n=(0,Vt.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:r,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new Ft.CodeGen(this.scope,{es5:r,lines:o,ownProperties:s});let a;e.$async&&(a=i.scopeValue("Error",{ref:mS.default,code:(0,Ft._)`require("ajv/dist/runtime/validation_error").default`}));const l=i.scopeName("validate");e.validateName=l;const c={gen:i,allErrors:this.opts.allErrors,data:Xn.default.data,parentData:Xn.default.parentData,parentDataProperty:Xn.default.parentDataProperty,dataNames:[Xn.default.data],dataPathArr:[Ft.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,Ft.stringify)(e.schema)}:{ref:e.schema}),validateName:l,ValidationError:a,schema:e.schema,schemaEnv:e,rootId:n,baseId:e.baseId||n,schemaPath:Ft.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,Ft._)`""`,opts:this.opts,self:this};let u;try{this._compilations.add(e),(0,gS.validateFunctionCode)(c),i.optimize(this.opts.code.optimize);const h=i.toString();u=`${i.scopeRefs(Xn.default.scope)}return ${h}`,this.opts.code.process&&(u=this.opts.code.process(u,e));const f=new Function(`${Xn.default.self}`,`${Xn.default.scope}`,u)(this,this.scope.get());if(this.scope.value(l,{ref:f}),f.errors=null,f.schema=e.schema,f.schemaEnv=e,e.$async&&(f.$async=!0),this.opts.code.source===!0&&(f.source={validateName:l,validateCode:h,scopeValues:i._values}),this.opts.unevaluated){const{props:g,items:v}=c;f.evaluated={props:g instanceof Ft.Name?void 0:g,items:v instanceof Ft.Name?void 0:v,dynamicProps:g instanceof Ft.Name,dynamicItems:v instanceof Ft.Name},f.source&&(f.source.evaluated=(0,Ft.stringify)(f.evaluated))}return e.validate=f,e}catch(h){throw delete e.validate,delete e.validateName,u&&this.logger.error("Error compiling schema, function code:",u),h}finally{this._compilations.delete(e)}}pt.compileSchema=hl;function vS(e,t,n){var r;n=(0,Vt.resolveUrl)(this.opts.uriResolver,t,n);const o=e.refs[n];if(o)return o;let s=wS.call(this,e,n);if(s===void 0){const i=(r=e.localRefs)===null||r===void 0?void 0:r[n],{schemaId:a}=this.opts;i&&(s=new Is({schema:i,schemaId:a,root:e,baseId:t}))}if(s!==void 0)return e.refs[n]=_S.call(this,s)}pt.resolveRef=vS;function _S(e){return(0,Vt.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:hl.call(this,e)}function Yh(e){for(const t of this._compilations)if(yS(t,e))return t}pt.getCompilingSchema=Yh;function yS(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function wS(e,t){let n;for(;typeof(n=this.refs[t])=="string";)t=n;return n||this.schemas[t]||Ts.call(this,e,t)}function Ts(e,t){const n=this.opts.uriResolver.parse(t),r=(0,Vt._getFullPath)(this.opts.uriResolver,n);let o=(0,Vt.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&r===o)return ml.call(this,n,e);const s=(0,Vt.normalizeId)(r),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){const a=Ts.call(this,e,i);return typeof(a==null?void 0:a.schema)!="object"?void 0:ml.call(this,n,a)}if(typeof(i==null?void 0:i.schema)=="object"){if(i.validate||hl.call(this,i),s===(0,Vt.normalizeId)(t)){const{schema:a}=i,{schemaId:l}=this.opts,c=a[l];return c&&(o=(0,Vt.resolveUrl)(this.opts.uriResolver,o,c)),new Is({schema:a,schemaId:l,root:e,baseId:o})}return ml.call(this,n,i)}}pt.resolveSchema=Ts;const bS=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function ml(e,{baseId:t,schema:n,root:r}){var o;if(((o=e.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(const a of e.fragment.slice(1).split("/")){if(typeof n=="boolean")return;const l=n[(0,Kh.unescapeFragment)(a)];if(l===void 0)return;n=l;const c=typeof n=="object"&&n[this.opts.schemaId];!bS.has(a)&&c&&(t=(0,Vt.resolveUrl)(this.opts.uriResolver,t,c))}let s;if(typeof n!="boolean"&&n.$ref&&!(0,Kh.schemaHasRulesButRef)(n,this.RULES)){const a=(0,Vt.resolveUrl)(this.opts.uriResolver,t,n.$ref);s=Ts.call(this,r,a)}const{schemaId:i}=this.opts;if(s=s||new Is({schema:n,schemaId:i,root:r,baseId:t}),s.schema!==s.root.schema)return s}const $S={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1};var gl={},xs={exports:{}};const SS=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),Qh=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);function Xh(e){let t="",n=0,r=0;for(r=0;r<e.length;r++)if(n=e[r].charCodeAt(0),n!==48){if(!(n>=48&&n<=57||n>=65&&n<=70||n>=97&&n<=102))return"";t+=e[r];break}for(r+=1;r<e.length;r++){if(n=e[r].charCodeAt(0),!(n>=48&&n<=57||n>=65&&n<=70||n>=97&&n<=102))return"";t+=e[r]}return t}const CS=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function e2(e){return e.length=0,!0}function ES(e,t,n){if(e.length){const r=Xh(e);if(r!=="")t.push(r);else return n.error=!0,!1;e.length=0}return!0}function kS(e){let t=0;const n={error:!1,address:"",zone:""},r=[],o=[];let s=!1,i=!1,a=ES;for(let l=0;l<e.length;l++){const c=e[l];if(!(c==="["||c==="]"))if(c===":"){if(s===!0&&(i=!0),!a(o,r,n))break;if(++t>7){n.error=!0;break}l>0&&e[l-1]===":"&&(s=!0),r.push(":");continue}else if(c==="%"){if(!a(o,r,n))break;a=e2}else{o.push(c);continue}}return o.length&&(a===e2?n.zone=o.join(""):i?r.push(o.join("")):r.push(Xh(o))),n.address=r.join(""),n}function t2(e){if(IS(e,":")<2)return{host:e,isIPV6:!1};const t=kS(e);if(t.error)return{host:e,isIPV6:!1};{let n=t.address,r=t.address;return t.zone&&(n+="%"+t.zone,r+="%25"+t.zone),{host:n,isIPV6:!0,escapedHost:r}}}function IS(e,t){let n=0;for(let r=0;r<e.length;r++)e[r]===t&&n++;return n}function TS(e){let t=e;const n=[];let r=-1,o=0;for(;o=t.length;){if(o===1){if(t===".")break;if(t==="/"){n.push("/");break}else{n.push(t);break}}else if(o===2){if(t[0]==="."){if(t[1]===".")break;if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"&&(t[1]==="."||t[1]==="/")){n.push("/");break}}else if(o===3&&t==="/.."){n.length!==0&&n.pop(),n.push("/");break}if(t[0]==="."){if(t[1]==="."){if(t[2]==="/"){t=t.slice(3);continue}}else if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"&&t[1]==="."){if(t[2]==="/"){t=t.slice(2);continue}else if(t[2]==="."&&t[3]==="/"){t=t.slice(3),n.length!==0&&n.pop();continue}}if((r=t.indexOf("/",1))===-1){n.push(t);break}else n.push(t.slice(0,r)),t=t.slice(r)}return n.join("")}function xS(e,t){const n=t!==!0?escape:unescape;return e.scheme!==void 0&&(e.scheme=n(e.scheme)),e.userinfo!==void 0&&(e.userinfo=n(e.userinfo)),e.host!==void 0&&(e.host=n(e.host)),e.path!==void 0&&(e.path=n(e.path)),e.query!==void 0&&(e.query=n(e.query)),e.fragment!==void 0&&(e.fragment=n(e.fragment)),e}function PS(e){const t=[];if(e.userinfo!==void 0&&(t.push(e.userinfo),t.push("@")),e.host!==void 0){let n=unescape(e.host);if(!Qh(n)){const r=t2(n);r.isIPV6===!0?n=`[${r.escapedHost}]`:n=e.host}t.push(n)}return(typeof e.port=="number"||typeof e.port=="string")&&(t.push(":"),t.push(String(e.port))),t.length?t.join(""):void 0}var n2={nonSimpleDomain:CS,recomposeAuthority:PS,normalizeComponentEncoding:xS,removeDotSegments:TS,isIPv4:Qh,isUUID:SS,normalizeIPv6:t2};const{isUUID:RS}=n2,OS=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;function r2(e){return e.secure===!0?!0:e.secure===!1?!1:e.scheme?e.scheme.length===3&&(e.scheme[0]==="w"||e.scheme[0]==="W")&&(e.scheme[1]==="s"||e.scheme[1]==="S")&&(e.scheme[2]==="s"||e.scheme[2]==="S"):!1}function o2(e){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e}function s2(e){const t=String(e.scheme).toLowerCase()==="https";return(e.port===(t?443:80)||e.port==="")&&(e.port=void 0),e.path||(e.path="/"),e}function NS(e){return e.secure=r2(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e}function MS(e){if((e.port===(r2(e)?443:80)||e.port==="")&&(e.port=void 0),typeof e.secure=="boolean"&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){const[t,n]=e.resourceName.split("?");e.path=t&&t!=="/"?t:void 0,e.query=n,e.resourceName=void 0}return e.fragment=void 0,e}function AS(e,t){if(!e.path)return e.error="URN can not be parsed",e;const n=e.path.match(OS);if(n){const r=t.scheme||e.scheme||"urn";e.nid=n[1].toLowerCase(),e.nss=n[2];const o=`${r}:${t.nid||e.nid}`,s=vl(o);e.path=void 0,s&&(e=s.parse(e,t))}else e.error=e.error||"URN can not be parsed.";return e}function LS(e,t){if(e.nid===void 0)throw new Error("URN without nid cannot be serialized");const n=t.scheme||e.scheme||"urn",r=e.nid.toLowerCase(),o=`${n}:${t.nid||r}`,s=vl(o);s&&(e=s.serialize(e,t));const i=e,a=e.nss;return i.path=`${r||t.nid}:${a}`,t.skipEscape=!0,i}function jS(e,t){const n=e;return n.uuid=n.nss,n.nss=void 0,!t.tolerant&&(!n.uuid||!RS(n.uuid))&&(n.error=n.error||"UUID is not valid."),n}function zS(e){const t=e;return t.nss=(e.uuid||"").toLowerCase(),t}const i2={scheme:"http",domainHost:!0,parse:o2,serialize:s2},DS={scheme:"https",domainHost:i2.domainHost,parse:o2,serialize:s2},Ps={scheme:"ws",domainHost:!0,parse:NS,serialize:MS},US={scheme:"wss",domainHost:Ps.domainHost,parse:Ps.parse,serialize:Ps.serialize},Rs={http:i2,https:DS,ws:Ps,wss:US,urn:{scheme:"urn",parse:AS,serialize:LS,skipNormalize:!0},"urn:uuid":{scheme:"urn:uuid",parse:jS,serialize:zS,skipNormalize:!0}};Object.setPrototypeOf(Rs,null);function vl(e){return e&&(Rs[e]||Rs[e.toLowerCase()])||void 0}var qS={SCHEMES:Rs,getSchemeHandler:vl};const{normalizeIPv6:ZS,removeDotSegments:mo,recomposeAuthority:FS,normalizeComponentEncoding:Os,isIPv4:VS,nonSimpleDomain:BS}=n2,{SCHEMES:HS,getSchemeHandler:a2}=qS;function JS(e,t){return typeof e=="string"?e=on(fn(e,t),t):typeof e=="object"&&(e=fn(on(e,t),t)),e}function GS(e,t,n){const r=n?Object.assign({scheme:"null"},n):{scheme:"null"},o=l2(fn(e,r),fn(t,r),r,!0);return r.skipEscape=!0,on(o,r)}function l2(e,t,n,r){const o={};return r||(e=fn(on(e,n),n),t=fn(on(t,n),n)),n=n||{},!n.tolerant&&t.scheme?(o.scheme=t.scheme,o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=mo(t.path||""),o.query=t.query):(t.userinfo!==void 0||t.host!==void 0||t.port!==void 0?(o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=mo(t.path||""),o.query=t.query):(t.path?(t.path[0]==="/"?o.path=mo(t.path):((e.userinfo!==void 0||e.host!==void 0||e.port!==void 0)&&!e.path?o.path="/"+t.path:e.path?o.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:o.path=t.path,o.path=mo(o.path)),o.query=t.query):(o.path=e.path,t.query!==void 0?o.query=t.query:o.query=e.query),o.userinfo=e.userinfo,o.host=e.host,o.port=e.port),o.scheme=e.scheme),o.fragment=t.fragment,o}function WS(e,t,n){return typeof e=="string"?(e=unescape(e),e=on(Os(fn(e,n),!0),{...n,skipEscape:!0})):typeof e=="object"&&(e=on(Os(e,!0),{...n,skipEscape:!0})),typeof t=="string"?(t=unescape(t),t=on(Os(fn(t,n),!0),{...n,skipEscape:!0})):typeof t=="object"&&(t=on(Os(t,!0),{...n,skipEscape:!0})),e.toLowerCase()===t.toLowerCase()}function on(e,t){const n={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},r=Object.assign({},t),o=[],s=a2(r.scheme||n.scheme);s&&s.serialize&&s.serialize(n,r),n.path!==void 0&&(r.skipEscape?n.path=unescape(n.path):(n.path=escape(n.path),n.scheme!==void 0&&(n.path=n.path.split("%3A").join(":")))),r.reference!=="suffix"&&n.scheme&&o.push(n.scheme,":");const i=FS(n);if(i!==void 0&&(r.reference!=="suffix"&&o.push("//"),o.push(i),n.path&&n.path[0]!=="/"&&o.push("/")),n.path!==void 0){let a=n.path;!r.absolutePath&&(!s||!s.absolutePath)&&(a=mo(a)),i===void 0&&a[0]==="/"&&a[1]==="/"&&(a="/%2F"+a.slice(2)),o.push(a)}return n.query!==void 0&&o.push("?",n.query),n.fragment!==void 0&&o.push("#",n.fragment),o.join("")}const KS=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function fn(e,t){const n=Object.assign({},t),r={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0};let o=!1;n.reference==="suffix"&&(n.scheme?e=n.scheme+":"+e:e="//"+e);const s=e.match(KS);if(s){if(r.scheme=s[1],r.userinfo=s[3],r.host=s[4],r.port=parseInt(s[5],10),r.path=s[6]||"",r.query=s[7],r.fragment=s[8],isNaN(r.port)&&(r.port=s[5]),r.host)if(VS(r.host)===!1){const l=ZS(r.host);r.host=l.host.toLowerCase(),o=l.isIPV6}else o=!0;r.scheme===void 0&&r.userinfo===void 0&&r.host===void 0&&r.port===void 0&&r.query===void 0&&!r.path?r.reference="same-document":r.scheme===void 0?r.reference="relative":r.fragment===void 0?r.reference="absolute":r.reference="uri",n.reference&&n.reference!=="suffix"&&n.reference!==r.reference&&(r.error=r.error||"URI is not a "+n.reference+" reference.");const i=a2(n.scheme||r.scheme);if(!n.unicodeSupport&&(!i||!i.unicodeSupport)&&r.host&&(n.domainHost||i&&i.domainHost)&&o===!1&&BS(r.host))try{r.host=URL.domainToASCII(r.host.toLowerCase())}catch(a){r.error=r.error||"Host's domain name can not be converted to ASCII: "+a}(!i||i&&!i.skipNormalize)&&(e.indexOf("%")!==-1&&(r.scheme!==void 0&&(r.scheme=unescape(r.scheme)),r.host!==void 0&&(r.host=unescape(r.host))),r.path&&(r.path=escape(unescape(r.path))),r.fragment&&(r.fragment=encodeURI(decodeURIComponent(r.fragment)))),i&&i.parse&&i.parse(r,n)}else r.error=r.error||"URI can not be parsed.";return r}const _l={SCHEMES:HS,normalize:JS,resolve:GS,resolveComponent:l2,equal:WS,serialize:on,parse:fn};xs.exports=_l,xs.exports.default=_l,xs.exports.fastUri=_l;var YS=xs.exports;Object.defineProperty(gl,"__esModule",{value:!0});const c2=YS;c2.code='require("ajv/dist/runtime/uri").default',gl.default=c2,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=void 0;var t=Zt;Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return t.KeywordCxt}});var n=ce;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return n._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return n.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return n.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return n.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return n.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return n.CodeGen}});const r=ho,o=vr,s=Yn,i=pt,a=ce,l=We,c=Ue,u=G,h=$S,_=gl,f=(L,I)=>new RegExp(L,I);f.code="new RegExp";const g=["removeAdditional","useDefaults","coerceTypes"],v=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),m={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},d={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},w=200;function y(L){var I,M,P,C,E,$,j,z,de,oe,_e,Rt,Ne,ve,ye,Le,fe,Ze,gt,J,$e,Ot,Se,vt,mn;const _t=L.strict,Ye=(I=L.code)===null||I===void 0?void 0:I.optimize,Nt=Ye===!0||Ye===void 0?1:Ye||0,Nn=(P=(M=L.code)===null||M===void 0?void 0:M.regExp)!==null&&P!==void 0?P:f,Mn=(C=L.uriResolver)!==null&&C!==void 0?C:_.default;return{strictSchema:($=(E=L.strictSchema)!==null&&E!==void 0?E:_t)!==null&&$!==void 0?$:!0,strictNumbers:(z=(j=L.strictNumbers)!==null&&j!==void 0?j:_t)!==null&&z!==void 0?z:!0,strictTypes:(oe=(de=L.strictTypes)!==null&&de!==void 0?de:_t)!==null&&oe!==void 0?oe:"log",strictTuples:(Rt=(_e=L.strictTuples)!==null&&_e!==void 0?_e:_t)!==null&&Rt!==void 0?Rt:"log",strictRequired:(ve=(Ne=L.strictRequired)!==null&&Ne!==void 0?Ne:_t)!==null&&ve!==void 0?ve:!1,code:L.code?{...L.code,optimize:Nt,regExp:Nn}:{optimize:Nt,regExp:Nn},loopRequired:(ye=L.loopRequired)!==null&&ye!==void 0?ye:w,loopEnum:(Le=L.loopEnum)!==null&&Le!==void 0?Le:w,meta:(fe=L.meta)!==null&&fe!==void 0?fe:!0,messages:(Ze=L.messages)!==null&&Ze!==void 0?Ze:!0,inlineRefs:(gt=L.inlineRefs)!==null&&gt!==void 0?gt:!0,schemaId:(J=L.schemaId)!==null&&J!==void 0?J:"$id",addUsedSchema:($e=L.addUsedSchema)!==null&&$e!==void 0?$e:!0,validateSchema:(Ot=L.validateSchema)!==null&&Ot!==void 0?Ot:!0,validateFormats:(Se=L.validateFormats)!==null&&Se!==void 0?Se:!0,unicodeRegExp:(vt=L.unicodeRegExp)!==null&&vt!==void 0?vt:!0,int32range:(mn=L.int32range)!==null&&mn!==void 0?mn:!0,uriResolver:Mn}}class b{constructor(I={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,I=this.opts={...I,...y(I)};const{es5:M,lines:P}=this.opts.code;this.scope=new a.ValueScope({scope:{},prefixes:v,es5:M,lines:P}),this.logger=F(I.logger);const C=I.validateFormats;I.validateFormats=!1,this.RULES=(0,s.getRules)(),k.call(this,m,I,"NOT SUPPORTED"),k.call(this,d,I,"DEPRECATED","warn"),this._metaOpts=H.call(this),I.formats&&D.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),I.keywords&&U.call(this,I.keywords),typeof I.meta=="object"&&this.addMetaSchema(I.meta),T.call(this),I.validateFormats=C}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:I,meta:M,schemaId:P}=this.opts;let C=h;P==="id"&&(C={...h},C.id=C.$id,delete C.$id),M&&I&&this.addMetaSchema(C,C[P],!1)}defaultMeta(){const{meta:I,schemaId:M}=this.opts;return this.opts.defaultMeta=typeof I=="object"?I[M]||I:void 0}validate(I,M){let P;if(typeof I=="string"){if(P=this.getSchema(I),!P)throw new Error(`no schema with key or ref "${I}"`)}else P=this.compile(I);const C=P(M);return"$async"in P||(this.errors=P.errors),C}compile(I,M){const P=this._addSchema(I,M);return P.validate||this._compileSchemaEnv(P)}compileAsync(I,M){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");const{loadSchema:P}=this.opts;return C.call(this,I,M);async function C(oe,_e){await E.call(this,oe.$schema);const Rt=this._addSchema(oe,_e);return Rt.validate||$.call(this,Rt)}async function E(oe){oe&&!this.getSchema(oe)&&await C.call(this,{$ref:oe},!0)}async function $(oe){try{return this._compileSchemaEnv(oe)}catch(_e){if(!(_e instanceof o.default))throw _e;return j.call(this,_e),await z.call(this,_e.missingSchema),$.call(this,oe)}}function j({missingSchema:oe,missingRef:_e}){if(this.refs[oe])throw new Error(`AnySchema ${oe} is loaded but ${_e} cannot be resolved`)}async function z(oe){const _e=await de.call(this,oe);this.refs[oe]||await E.call(this,_e.$schema),this.refs[oe]||this.addSchema(_e,oe,M)}async function de(oe){const _e=this._loading[oe];if(_e)return _e;try{return await(this._loading[oe]=P(oe))}finally{delete this._loading[oe]}}}addSchema(I,M,P,C=this.opts.validateSchema){if(Array.isArray(I)){for(const $ of I)this.addSchema($,void 0,P,C);return this}let E;if(typeof I=="object"){const{schemaId:$}=this.opts;if(E=I[$],E!==void 0&&typeof E!="string")throw new Error(`schema ${$} must be string`)}return M=(0,l.normalizeId)(M||E),this._checkUnique(M),this.schemas[M]=this._addSchema(I,P,M,C,!0),this}addMetaSchema(I,M,P=this.opts.validateSchema){return this.addSchema(I,M,!0,P),this}validateSchema(I,M){if(typeof I=="boolean")return!0;let P;if(P=I.$schema,P!==void 0&&typeof P!="string")throw new Error("$schema must be a string");if(P=P||this.opts.defaultMeta||this.defaultMeta(),!P)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const C=this.validate(P,I);if(!C&&M){const E="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(E);else throw new Error(E)}return C}getSchema(I){let M;for(;typeof(M=x.call(this,I))=="string";)I=M;if(M===void 0){const{schemaId:P}=this.opts,C=new i.SchemaEnv({schema:{},schemaId:P});if(M=i.resolveSchema.call(this,C,I),!M)return;this.refs[I]=M}return M.validate||this._compileSchemaEnv(M)}removeSchema(I){if(I instanceof RegExp)return this._removeAllSchemas(this.schemas,I),this._removeAllSchemas(this.refs,I),this;switch(typeof I){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const M=x.call(this,I);return typeof M=="object"&&this._cache.delete(M.schema),delete this.schemas[I],delete this.refs[I],this}case"object":{const M=I;this._cache.delete(M);let P=I[this.opts.schemaId];return P&&(P=(0,l.normalizeId)(P),delete this.schemas[P],delete this.refs[P]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(I){for(const M of I)this.addKeyword(M);return this}addKeyword(I,M){let P;if(typeof I=="string")P=I,typeof M=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),M.keyword=P);else if(typeof I=="object"&&M===void 0){if(M=I,P=M.keyword,Array.isArray(P)&&!P.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(V.call(this,P,M),!M)return(0,u.eachItem)(P,E=>se.call(this,E)),this;te.call(this,M);const C={...M,type:(0,c.getJSONTypes)(M.type),schemaType:(0,c.getJSONTypes)(M.schemaType)};return(0,u.eachItem)(P,C.type.length===0?E=>se.call(this,E,C):E=>C.type.forEach($=>se.call(this,E,C,$))),this}getKeyword(I){const M=this.RULES.all[I];return typeof M=="object"?M.definition:!!M}removeKeyword(I){const{RULES:M}=this;delete M.keywords[I],delete M.all[I];for(const P of M.rules){const C=P.rules.findIndex(E=>E.keyword===I);C>=0&&P.rules.splice(C,1)}return this}addFormat(I,M){return typeof M=="string"&&(M=new RegExp(M)),this.formats[I]=M,this}errorsText(I=this.errors,{separator:M=", ",dataVar:P="data"}={}){return!I||I.length===0?"No errors":I.map(C=>`${P}${C.instancePath} ${C.message}`).reduce((C,E)=>C+M+E)}$dataMetaSchema(I,M){const P=this.RULES.all;I=JSON.parse(JSON.stringify(I));for(const C of M){const E=C.split("/").slice(1);let $=I;for(const j of E)$=$[j];for(const j in P){const z=P[j];if(typeof z!="object")continue;const{$data:de}=z.definition,oe=$[j];de&&oe&&($[j]=le(oe))}}return I}_removeAllSchemas(I,M){for(const P in I){const C=I[P];(!M||M.test(P))&&(typeof C=="string"?delete I[P]:C&&!C.meta&&(this._cache.delete(C.schema),delete I[P]))}}_addSchema(I,M,P,C=this.opts.validateSchema,E=this.opts.addUsedSchema){let $;const{schemaId:j}=this.opts;if(typeof I=="object")$=I[j];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof I!="boolean")throw new Error("schema must be object or boolean")}let z=this._cache.get(I);if(z!==void 0)return z;P=(0,l.normalizeId)($||P);const de=l.getSchemaRefs.call(this,I,P);return z=new i.SchemaEnv({schema:I,schemaId:j,meta:M,baseId:P,localRefs:de}),this._cache.set(z.schema,z),E&&!P.startsWith("#")&&(P&&this._checkUnique(P),this.refs[P]=z),C&&this.validateSchema(I,!0),z}_checkUnique(I){if(this.schemas[I]||this.refs[I])throw new Error(`schema with key or id "${I}" already exists`)}_compileSchemaEnv(I){if(I.meta?this._compileMetaSchema(I):i.compileSchema.call(this,I),!I.validate)throw new Error("ajv implementation error");return I.validate}_compileMetaSchema(I){const M=this.opts;this.opts=this._metaOpts;try{i.compileSchema.call(this,I)}finally{this.opts=M}}}b.ValidationError=r.default,b.MissingRefError=o.default,e.default=b;function k(L,I,M,P="error"){for(const C in L){const E=C;E in I&&this.logger[P](`${M}: option ${C}. ${L[E]}`)}}function x(L){return L=(0,l.normalizeId)(L),this.schemas[L]||this.refs[L]}function T(){const L=this.opts.schemas;if(L)if(Array.isArray(L))this.addSchema(L);else for(const I in L)this.addSchema(L[I],I)}function D(){for(const L in this.opts.formats){const I=this.opts.formats[L];I&&this.addFormat(L,I)}}function U(L){if(Array.isArray(L)){this.addVocabulary(L);return}this.logger.warn("keywords option as map is deprecated, pass array");for(const I in L){const M=L[I];M.keyword||(M.keyword=I),this.addKeyword(M)}}function H(){const L={...this.opts};for(const I of g)delete L[I];return L}const q={log(){},warn(){},error(){}};function F(L){if(L===!1)return q;if(L===void 0)return console;if(L.log&&L.warn&&L.error)return L;throw new Error("logger must implement log, warn and error methods")}const B=/^[a-z_$][a-z0-9_$:-]*$/i;function V(L,I){const{RULES:M}=this;if((0,u.eachItem)(L,P=>{if(M.keywords[P])throw new Error(`Keyword ${P} is already defined`);if(!B.test(P))throw new Error(`Keyword ${P} has invalid name`)}),!!I&&I.$data&&!("code"in I||"validate"in I))throw new Error('$data keyword must have "code" or "validate" function')}function se(L,I,M){var P;const C=I==null?void 0:I.post;if(M&&C)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:E}=this;let $=C?E.post:E.rules.find(({type:z})=>z===M);if($||($={type:M,rules:[]},E.rules.push($)),E.keywords[L]=!0,!I)return;const j={keyword:L,definition:{...I,type:(0,c.getJSONTypes)(I.type),schemaType:(0,c.getJSONTypes)(I.schemaType)}};I.before?ge.call(this,$,j,I.before):$.rules.push(j),E.all[L]=j,(P=I.implements)===null||P===void 0||P.forEach(z=>this.addKeyword(z))}function ge(L,I,M){const P=L.rules.findIndex(C=>C.keyword===M);P>=0?L.rules.splice(P,0,I):(L.rules.push(I),this.logger.warn(`rule ${M} is not defined`))}function te(L){let{metaSchema:I}=L;I!==void 0&&(L.$data&&this.opts.$data&&(I=le(I)),L.validateSchema=this.compile(I,!0))}const ue={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function le(L){return{anyOf:[L,ue]}}}(uh);var yl={},wl={},bl={};Object.defineProperty(bl,"__esModule",{value:!0});const QS={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};bl.default=QS;var er={};Object.defineProperty(er,"__esModule",{value:!0}),er.callRef=er.getValidate=void 0;const XS=vr,u2=pe,ft=ce,_r=tn,d2=pt,Ns=G,eC={keyword:"$ref",schemaType:"string",code(e){const{gen:t,schema:n,it:r}=e,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:l}=r,{root:c}=s;if((n==="#"||n==="#/")&&o===c.baseId)return h();const u=d2.resolveRef.call(l,c,o,n);if(u===void 0)throw new XS.default(r.opts.uriResolver,o,n);if(u instanceof d2.SchemaEnv)return _(u);return f(u);function h(){if(s===c)return Ms(e,i,s,s.$async);const g=t.scopeValue("root",{ref:c});return Ms(e,(0,ft._)`${g}.validate`,c,c.$async)}function _(g){const v=p2(e,g);Ms(e,v,g,g.$async)}function f(g){const v=t.scopeValue("schema",a.code.source===!0?{ref:g,code:(0,ft.stringify)(g)}:{ref:g}),m=t.name("valid"),d=e.subschema({schema:g,dataTypes:[],schemaPath:ft.nil,topSchemaRef:v,errSchemaPath:n},m);e.mergeEvaluated(d),e.ok(m)}}};function p2(e,t){const{gen:n}=e;return t.validate?n.scopeValue("validate",{ref:t.validate}):(0,ft._)`${n.scopeValue("wrapper",{ref:t})}.validate`}er.getValidate=p2;function Ms(e,t,n,r){const{gen:o,it:s}=e,{allErrors:i,schemaEnv:a,opts:l}=s,c=l.passContext?_r.default.this:ft.nil;r?u():h();function u(){if(!a.$async)throw new Error("async schema referenced by sync schema");const g=o.let("valid");o.try(()=>{o.code((0,ft._)`await ${(0,u2.callValidateCode)(e,t,c)}`),f(t),i||o.assign(g,!0)},v=>{o.if((0,ft._)`!(${v} instanceof ${s.ValidationError})`,()=>o.throw(v)),_(v),i||o.assign(g,!1)}),e.ok(g)}function h(){e.result((0,u2.callValidateCode)(e,t,c),()=>f(t),()=>_(t))}function _(g){const v=(0,ft._)`${g}.errors`;o.assign(_r.default.vErrors,(0,ft._)`${_r.default.vErrors} === null ? ${v} : ${_r.default.vErrors}.concat(${v})`),o.assign(_r.default.errors,(0,ft._)`${_r.default.vErrors}.length`)}function f(g){var v;if(!s.opts.unevaluated)return;const m=(v=n==null?void 0:n.validate)===null||v===void 0?void 0:v.evaluated;if(s.props!==!0)if(m&&!m.dynamicProps)m.props!==void 0&&(s.props=Ns.mergeEvaluated.props(o,m.props,s.props));else{const d=o.var("props",(0,ft._)`${g}.evaluated.props`);s.props=Ns.mergeEvaluated.props(o,d,s.props,ft.Name)}if(s.items!==!0)if(m&&!m.dynamicItems)m.items!==void 0&&(s.items=Ns.mergeEvaluated.items(o,m.items,s.items));else{const d=o.var("items",(0,ft._)`${g}.evaluated.items`);s.items=Ns.mergeEvaluated.items(o,d,s.items,ft.Name)}}}er.callRef=Ms,er.default=eC,Object.defineProperty(wl,"__esModule",{value:!0});const tC=bl,nC=er,rC=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",tC.default,nC.default];wl.default=rC;var $l={},Sl={};Object.defineProperty(Sl,"__esModule",{value:!0});const As=ce,Tn=As.operators,Ls={maximum:{okStr:"<=",ok:Tn.LTE,fail:Tn.GT},minimum:{okStr:">=",ok:Tn.GTE,fail:Tn.LT},exclusiveMaximum:{okStr:"<",ok:Tn.LT,fail:Tn.GTE},exclusiveMinimum:{okStr:">",ok:Tn.GT,fail:Tn.LTE}},oC={message:({keyword:e,schemaCode:t})=>(0,As.str)`must be ${Ls[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,As._)`{comparison: ${Ls[e].okStr}, limit: ${t}}`},sC={keyword:Object.keys(Ls),type:"number",schemaType:"number",$data:!0,error:oC,code(e){const{keyword:t,data:n,schemaCode:r}=e;e.fail$data((0,As._)`${n} ${Ls[t].fail} ${r} || isNaN(${n})`)}};Sl.default=sC;var Cl={};Object.defineProperty(Cl,"__esModule",{value:!0});const go=ce,iC={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:{message:({schemaCode:e})=>(0,go.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,go._)`{multipleOf: ${e}}`},code(e){const{gen:t,data:n,schemaCode:r,it:o}=e,s=o.opts.multipleOfPrecision,i=t.let("res"),a=s?(0,go._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,go._)`${i} !== parseInt(${i})`;e.fail$data((0,go._)`(${r} === 0 || (${i} = ${n}/${r}, ${a}))`)}};Cl.default=iC;var El={},kl={};Object.defineProperty(kl,"__esModule",{value:!0});function f2(e){const t=e.length;let n=0,r=0,o;for(;r<t;)n++,o=e.charCodeAt(r++),o>=55296&&o<=56319&&r<t&&(o=e.charCodeAt(r),(o&64512)===56320&&r++);return n}kl.default=f2,f2.code='require("ajv/dist/runtime/ucs2length").default',Object.defineProperty(El,"__esModule",{value:!0});const tr=ce,aC=G,lC=kl,cC={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:{message({keyword:e,schemaCode:t}){const n=e==="maxLength"?"more":"fewer";return(0,tr.str)`must NOT have ${n} than ${t} characters`},params:({schemaCode:e})=>(0,tr._)`{limit: ${e}}`},code(e){const{keyword:t,data:n,schemaCode:r,it:o}=e,s=t==="maxLength"?tr.operators.GT:tr.operators.LT,i=o.opts.unicode===!1?(0,tr._)`${n}.length`:(0,tr._)`${(0,aC.useFunc)(e.gen,lC.default)}(${n})`;e.fail$data((0,tr._)`${i} ${s} ${r}`)}};El.default=cC;var Il={};Object.defineProperty(Il,"__esModule",{value:!0});const uC=pe,js=ce,dC={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:{message:({schemaCode:e})=>(0,js.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,js._)`{pattern: ${e}}`},code(e){const{data:t,$data:n,schema:r,schemaCode:o,it:s}=e,i=s.opts.unicodeRegExp?"u":"",a=n?(0,js._)`(new RegExp(${o}, ${i}))`:(0,uC.usePattern)(e,r);e.fail$data((0,js._)`!${a}.test(${t})`)}};Il.default=dC;var Tl={};Object.defineProperty(Tl,"__esModule",{value:!0});const vo=ce,pC={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:{message({keyword:e,schemaCode:t}){const n=e==="maxProperties"?"more":"fewer";return(0,vo.str)`must NOT have ${n} than ${t} properties`},params:({schemaCode:e})=>(0,vo._)`{limit: ${e}}`},code(e){const{keyword:t,data:n,schemaCode:r}=e,o=t==="maxProperties"?vo.operators.GT:vo.operators.LT;e.fail$data((0,vo._)`Object.keys(${n}).length ${o} ${r}`)}};Tl.default=pC;var xl={};Object.defineProperty(xl,"__esModule",{value:!0});const _o=pe,yo=ce,fC=G,hC={keyword:"required",type:"object",schemaType:"array",$data:!0,error:{message:({params:{missingProperty:e}})=>(0,yo.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,yo._)`{missingProperty: ${e}}`},code(e){const{gen:t,schema:n,schemaCode:r,data:o,$data:s,it:i}=e,{opts:a}=i;if(!s&&n.length===0)return;const l=n.length>=a.loopRequired;if(i.allErrors?c():u(),a.strictRequired){const f=e.parentSchema.properties,{definedProperties:g}=e.it;for(const v of n)if((f==null?void 0:f[v])===void 0&&!g.has(v)){const m=i.schemaEnv.baseId+i.errSchemaPath,d=`required property "${v}" is not defined at "${m}" (strictRequired)`;(0,fC.checkStrictMode)(i,d,i.opts.strictRequired)}}function c(){if(l||s)e.block$data(yo.nil,h);else for(const f of n)(0,_o.checkReportMissingProp)(e,f)}function u(){const f=t.let("missing");if(l||s){const g=t.let("valid",!0);e.block$data(g,()=>_(f,g)),e.ok(g)}else t.if((0,_o.checkMissingProp)(e,n,f)),(0,_o.reportMissingProp)(e,f),t.else()}function h(){t.forOf("prop",r,f=>{e.setParams({missingProperty:f}),t.if((0,_o.noPropertyInData)(t,o,f,a.ownProperties),()=>e.error())})}function _(f,g){e.setParams({missingProperty:f}),t.forOf(f,r,()=>{t.assign(g,(0,_o.propertyInData)(t,o,f,a.ownProperties)),t.if((0,yo.not)(g),()=>{e.error(),t.break()})},yo.nil)}}};xl.default=hC;var Pl={};Object.defineProperty(Pl,"__esModule",{value:!0});const wo=ce,mC={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:{message({keyword:e,schemaCode:t}){const n=e==="maxItems"?"more":"fewer";return(0,wo.str)`must NOT have ${n} than ${t} items`},params:({schemaCode:e})=>(0,wo._)`{limit: ${e}}`},code(e){const{keyword:t,data:n,schemaCode:r}=e,o=t==="maxItems"?wo.operators.GT:wo.operators.LT;e.fail$data((0,wo._)`${n}.length ${o} ${r}`)}};Pl.default=mC;var Rl={},bo={};Object.defineProperty(bo,"__esModule",{value:!0});const h2=Ph;h2.code='require("ajv/dist/runtime/equal").default',bo.default=h2,Object.defineProperty(Rl,"__esModule",{value:!0});const Ol=Ue,Ke=ce,gC=G,vC=bo,_C={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:{message:({params:{i:e,j:t}})=>(0,Ke.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,Ke._)`{i: ${e}, j: ${t}}`},code(e){const{gen:t,data:n,$data:r,schema:o,parentSchema:s,schemaCode:i,it:a}=e;if(!r&&!o)return;const l=t.let("valid"),c=s.items?(0,Ol.getSchemaTypes)(s.items):[];e.block$data(l,u,(0,Ke._)`${i} === false`),e.ok(l);function u(){const g=t.let("i",(0,Ke._)`${n}.length`),v=t.let("j");e.setParams({i:g,j:v}),t.assign(l,!0),t.if((0,Ke._)`${g} > 1`,()=>(h()?_:f)(g,v))}function h(){return c.length>0&&!c.some(g=>g==="object"||g==="array")}function _(g,v){const m=t.name("item"),d=(0,Ol.checkDataTypes)(c,m,a.opts.strictNumbers,Ol.DataType.Wrong),w=t.const("indices",(0,Ke._)`{}`);t.for((0,Ke._)`;${g}--;`,()=>{t.let(m,(0,Ke._)`${n}[${g}]`),t.if(d,(0,Ke._)`continue`),c.length>1&&t.if((0,Ke._)`typeof ${m} == "string"`,(0,Ke._)`${m} += "_"`),t.if((0,Ke._)`typeof ${w}[${m}] == "number"`,()=>{t.assign(v,(0,Ke._)`${w}[${m}]`),e.error(),t.assign(l,!1).break()}).code((0,Ke._)`${w}[${m}] = ${g}`)})}function f(g,v){const m=(0,gC.useFunc)(t,vC.default),d=t.name("outer");t.label(d).for((0,Ke._)`;${g}--;`,()=>t.for((0,Ke._)`${v} = ${g}; ${v}--;`,()=>t.if((0,Ke._)`${m}(${n}[${g}], ${n}[${v}])`,()=>{e.error(),t.assign(l,!1).break(d)})))}}};Rl.default=_C;var Nl={};Object.defineProperty(Nl,"__esModule",{value:!0});const Ml=ce,yC=G,wC=bo,bC={keyword:"const",$data:!0,error:{message:"must be equal to constant",params:({schemaCode:e})=>(0,Ml._)`{allowedValue: ${e}}`},code(e){const{gen:t,data:n,$data:r,schemaCode:o,schema:s}=e;r||s&&typeof s=="object"?e.fail$data((0,Ml._)`!${(0,yC.useFunc)(t,wC.default)}(${n}, ${o})`):e.fail((0,Ml._)`${s} !== ${n}`)}};Nl.default=bC;var Al={};Object.defineProperty(Al,"__esModule",{value:!0});const $o=ce,$C=G,SC=bo,CC={keyword:"enum",schemaType:"array",$data:!0,error:{message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,$o._)`{allowedValues: ${e}}`},code(e){const{gen:t,data:n,$data:r,schema:o,schemaCode:s,it:i}=e;if(!r&&o.length===0)throw new Error("enum must have non-empty array");const a=o.length>=i.opts.loopEnum;let l;const c=()=>l??(l=(0,$C.useFunc)(t,SC.default));let u;if(a||r)u=t.let("valid"),e.block$data(u,h);else{if(!Array.isArray(o))throw new Error("ajv implementation error");const f=t.const("vSchema",s);u=(0,$o.or)(...o.map((g,v)=>_(f,v)))}e.pass(u);function h(){t.assign(u,!1),t.forOf("v",s,f=>t.if((0,$o._)`${c()}(${n}, ${f})`,()=>t.assign(u,!0).break()))}function _(f,g){const v=o[g];return typeof v=="object"&&v!==null?(0,$o._)`${c()}(${n}, ${f}[${g}])`:(0,$o._)`${n} === ${v}`}}};Al.default=CC,Object.defineProperty($l,"__esModule",{value:!0});const EC=Sl,kC=Cl,IC=El,TC=Il,xC=Tl,PC=xl,RC=Pl,OC=Rl,NC=Nl,MC=Al,AC=[EC.default,kC.default,IC.default,TC.default,xC.default,PC.default,RC.default,OC.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},NC.default,MC.default];$l.default=AC;var Ll={},yr={};Object.defineProperty(yr,"__esModule",{value:!0}),yr.validateAdditionalItems=void 0;const nr=ce,jl=G,LC={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:{message:({params:{len:e}})=>(0,nr.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,nr._)`{limit: ${e}}`},code(e){const{parentSchema:t,it:n}=e,{items:r}=t;if(!Array.isArray(r)){(0,jl.checkStrictMode)(n,'"additionalItems" is ignored when "items" is not an array of schemas');return}m2(e,r)}};function m2(e,t){const{gen:n,schema:r,data:o,keyword:s,it:i}=e;i.items=!0;const a=n.const("len",(0,nr._)`${o}.length`);if(r===!1)e.setParams({len:t.length}),e.pass((0,nr._)`${a} <= ${t.length}`);else if(typeof r=="object"&&!(0,jl.alwaysValidSchema)(i,r)){const c=n.var("valid",(0,nr._)`${a} <= ${t.length}`);n.if((0,nr.not)(c),()=>l(c)),e.ok(c)}function l(c){n.forRange("i",t.length,a,u=>{e.subschema({keyword:s,dataProp:u,dataPropType:jl.Type.Num},c),i.allErrors||n.if((0,nr.not)(c),()=>n.break())})}}yr.validateAdditionalItems=m2,yr.default=LC;var zl={},wr={};Object.defineProperty(wr,"__esModule",{value:!0}),wr.validateTuple=void 0;const g2=ce,zs=G,jC=pe,zC={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){const{schema:t,it:n}=e;if(Array.isArray(t))return v2(e,"additionalItems",t);n.items=!0,!(0,zs.alwaysValidSchema)(n,t)&&e.ok((0,jC.validateArray)(e))}};function v2(e,t,n=e.schema){const{gen:r,parentSchema:o,data:s,keyword:i,it:a}=e;u(o),a.opts.unevaluated&&n.length&&a.items!==!0&&(a.items=zs.mergeEvaluated.items(r,n.length,a.items));const l=r.name("valid"),c=r.const("len",(0,g2._)`${s}.length`);n.forEach((h,_)=>{(0,zs.alwaysValidSchema)(a,h)||(r.if((0,g2._)`${c} > ${_}`,()=>e.subschema({keyword:i,schemaProp:_,dataProp:_},l)),e.ok(l))});function u(h){const{opts:_,errSchemaPath:f}=a,g=n.length,v=g===h.minItems&&(g===h.maxItems||h[t]===!1);if(_.strictTuples&&!v){const m=`"${i}" is ${g}-tuple, but minItems or maxItems/${t} are not specified or different at path "${f}"`;(0,zs.checkStrictMode)(a,m,_.strictTuples)}}}wr.validateTuple=v2,wr.default=zC,Object.defineProperty(zl,"__esModule",{value:!0});const DC=wr,UC={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,DC.validateTuple)(e,"items")};zl.default=UC;var Dl={};Object.defineProperty(Dl,"__esModule",{value:!0});const _2=ce,qC=G,ZC=pe,FC=yr,VC={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:{message:({params:{len:e}})=>(0,_2.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,_2._)`{limit: ${e}}`},code(e){const{schema:t,parentSchema:n,it:r}=e,{prefixItems:o}=n;r.items=!0,!(0,qC.alwaysValidSchema)(r,t)&&(o?(0,FC.validateAdditionalItems)(e,o):e.ok((0,ZC.validateArray)(e)))}};Dl.default=VC;var Ul={};Object.defineProperty(Ul,"__esModule",{value:!0});const Pt=ce,Ds=G,BC={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:{message:({params:{min:e,max:t}})=>t===void 0?(0,Pt.str)`must contain at least ${e} valid item(s)`:(0,Pt.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,Pt._)`{minContains: ${e}}`:(0,Pt._)`{minContains: ${e}, maxContains: ${t}}`},code(e){const{gen:t,schema:n,parentSchema:r,data:o,it:s}=e;let i,a;const{minContains:l,maxContains:c}=r;s.opts.next?(i=l===void 0?1:l,a=c):i=1;const u=t.const("len",(0,Pt._)`${o}.length`);if(e.setParams({min:i,max:a}),a===void 0&&i===0){(0,Ds.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,Ds.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,Ds.alwaysValidSchema)(s,n)){let v=(0,Pt._)`${u} >= ${i}`;a!==void 0&&(v=(0,Pt._)`${v} && ${u} <= ${a}`),e.pass(v);return}s.items=!0;const h=t.name("valid");a===void 0&&i===1?f(h,()=>t.if(h,()=>t.break())):i===0?(t.let(h,!0),a!==void 0&&t.if((0,Pt._)`${o}.length > 0`,_)):(t.let(h,!1),_()),e.result(h,()=>e.reset());function _(){const v=t.name("_valid"),m=t.let("count",0);f(v,()=>t.if(v,()=>g(m)))}function f(v,m){t.forRange("i",0,u,d=>{e.subschema({keyword:"contains",dataProp:d,dataPropType:Ds.Type.Num,compositeRule:!0},v),m()})}function g(v){t.code((0,Pt._)`${v}++`),a===void 0?t.if((0,Pt._)`${v} >= ${i}`,()=>t.assign(h,!0).break()):(t.if((0,Pt._)`${v} > ${a}`,()=>t.assign(h,!1).break()),i===1?t.assign(h,!0):t.if((0,Pt._)`${v} >= ${i}`,()=>t.assign(h,!0)))}}};Ul.default=BC;var y2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateSchemaDeps=e.validatePropertyDeps=e.error=void 0;const t=ce,n=G,r=pe;e.error={message:({params:{property:l,depsCount:c,deps:u}})=>{const h=c===1?"property":"properties";return(0,t.str)`must have ${h} ${u} when property ${l} is present`},params:({params:{property:l,depsCount:c,deps:u,missingProperty:h}})=>(0,t._)`{property: ${l},
76
- missingProperty: ${h},
61
+ ]`;continue}s+=o[c],o[c]==="\\"?a=!0:i&&o[c]==="]"?i=!1:!i&&o[c]==="["&&(i=!0)}try{new RegExp(s)}catch{return console.warn(`Could not convert regex pattern at ${t.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),e.source}return s}function xf(e,t){var r,n,o,s,a,i;const l={type:"object",additionalProperties:(r=xe(e.valueType._def,{...t,currentPath:[...t.currentPath,"additionalProperties"]}))!=null?r:t.allowedAdditionalProperties};if(((n=e.keyType)==null?void 0:n._def.typeName)===Q.ZodString&&((o=e.keyType._def.checks)!=null&&o.length)){const{type:c,...u}=Ef(e.keyType._def,t);return{...l,propertyNames:u}}else{if(((s=e.keyType)==null?void 0:s._def.typeName)===Q.ZodEnum)return{...l,propertyNames:{enum:e.keyType._def.values}};if(((a=e.keyType)==null?void 0:a._def.typeName)===Q.ZodBranded&&e.keyType._def.type._def.typeName===Q.ZodString&&((i=e.keyType._def.type._def.checks)!=null&&i.length)){const{type:c,...u}=Tf(e.keyType._def,t);return{...l,propertyNames:u}}}return l}function G5(e,t){if(t.mapStrategy==="record")return xf(e,t);const r=xe(e.keyType._def,{...t,currentPath:[...t.currentPath,"items","items","0"]})||vt(),n=xe(e.valueType._def,{...t,currentPath:[...t.currentPath,"items","items","1"]})||vt();return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function W5(e){const t=e.values,n=Object.keys(e.values).filter(s=>typeof t[t[s]]!="number").map(s=>t[s]),o=Array.from(new Set(n.map(s=>typeof s)));return{type:o.length===1?o[0]==="string"?"string":"number":["string","number"],enum:n}}function K5(){return{not:vt()}}function Y5(){return{type:"null"}}var Qi={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function Q5(e,t){const r=e.options instanceof Map?Array.from(e.options.values()):e.options;if(r.every(n=>n._def.typeName in Qi&&(!n._def.checks||!n._def.checks.length))){const n=r.reduce((o,s)=>{const a=Qi[s._def.typeName];return a&&!o.includes(a)?[...o,a]:o},[]);return{type:n.length>1?n:n[0]}}else if(r.every(n=>n._def.typeName==="ZodLiteral"&&!n.description)){const n=r.reduce((o,s)=>{const a=typeof s._def.value;switch(a){case"string":case"number":case"boolean":return[...o,a];case"bigint":return[...o,"integer"];case"object":if(s._def.value===null)return[...o,"null"];case"symbol":case"undefined":case"function":default:return o}},[]);if(n.length===r.length){const o=n.filter((s,a,i)=>i.indexOf(s)===a);return{type:o.length>1?o:o[0],enum:r.reduce((s,a)=>s.includes(a._def.value)?s:[...s,a._def.value],[])}}}else if(r.every(n=>n._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((n,o)=>[...n,...o._def.values.filter(s=>!n.includes(s))],[])};return X5(e,t)}var X5=(e,t)=>{const r=(e.options instanceof Map?Array.from(e.options.values()):e.options).map((n,o)=>xe(n._def,{...t,currentPath:[...t.currentPath,"anyOf",`${o}`]})).filter(n=>!!n&&(!t.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return r.length?{anyOf:r}:void 0};function e8(e,t){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(e.innerType._def.typeName)&&(!e.innerType._def.checks||!e.innerType._def.checks.length))return{type:[Qi[e.innerType._def.typeName],"null"]};const r=xe(e.innerType._def,{...t,currentPath:[...t.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function t8(e){const t={type:"number"};if(!e.checks)return t;for(const r of e.checks)switch(r.kind){case"int":t.type="integer";break;case"min":r.inclusive?t.minimum=r.value:t.exclusiveMinimum=r.value;break;case"max":r.inclusive?t.maximum=r.value:t.exclusiveMaximum=r.value;break;case"multipleOf":t.multipleOf=r.value;break}return t}function r8(e,t){const r={type:"object",properties:{}},n=[],o=e.shape();for(const a in o){let i=o[a];if(i===void 0||i._def===void 0)continue;const l=o8(i),c=xe(i._def,{...t,currentPath:[...t.currentPath,"properties",a],propertyPath:[...t.currentPath,"properties",a]});c!==void 0&&(r.properties[a]=c,l||n.push(a))}n.length&&(r.required=n);const s=n8(e,t);return s!==void 0&&(r.additionalProperties=s),r}function n8(e,t){if(e.catchall._def.typeName!=="ZodNever")return xe(e.catchall._def,{...t,currentPath:[...t.currentPath,"additionalProperties"]});switch(e.unknownKeys){case"passthrough":return t.allowedAdditionalProperties;case"strict":return t.rejectedAdditionalProperties;case"strip":return t.removeAdditionalStrategy==="strict"?t.allowedAdditionalProperties:t.rejectedAdditionalProperties}}function o8(e){try{return e.isOptional()}catch{return!0}}var s8=(e,t)=>{var r;if(t.currentPath.toString()===((r=t.propertyPath)==null?void 0:r.toString()))return xe(e.innerType._def,t);const n=xe(e.innerType._def,{...t,currentPath:[...t.currentPath,"anyOf","1"]});return n?{anyOf:[{not:vt()},n]}:vt()},a8=(e,t)=>{if(t.pipeStrategy==="input")return xe(e.in._def,t);if(t.pipeStrategy==="output")return xe(e.out._def,t);const r=xe(e.in._def,{...t,currentPath:[...t.currentPath,"allOf","0"]}),n=xe(e.out._def,{...t,currentPath:[...t.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function i8(e,t){return xe(e.type._def,t)}function l8(e,t){const n={type:"array",uniqueItems:!0,items:xe(e.valueType._def,{...t,currentPath:[...t.currentPath,"items"]})};return e.minSize&&(n.minItems=e.minSize.value),e.maxSize&&(n.maxItems=e.maxSize.value),n}function c8(e,t){return e.rest?{type:"array",minItems:e.items.length,items:e.items.map((r,n)=>xe(r._def,{...t,currentPath:[...t.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:xe(e.rest._def,{...t,currentPath:[...t.currentPath,"additionalItems"]})}:{type:"array",minItems:e.items.length,maxItems:e.items.length,items:e.items.map((r,n)=>xe(r._def,{...t,currentPath:[...t.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function u8(){return{not:vt()}}function d8(){return vt()}var p8=(e,t)=>xe(e.innerType._def,t),f8=(e,t,r)=>{switch(t){case Q.ZodString:return Ef(e,r);case Q.ZodNumber:return t8(e);case Q.ZodObject:return r8(e,r);case Q.ZodBigInt:return q5(e);case Q.ZodBoolean:return L5();case Q.ZodDate:return $f(e,r);case Q.ZodUndefined:return u8();case Q.ZodNull:return Y5();case Q.ZodArray:return A5(e,r);case Q.ZodUnion:case Q.ZodDiscriminatedUnion:return Q5(e,r);case Q.ZodIntersection:return V5(e,r);case Q.ZodTuple:return c8(e,r);case Q.ZodRecord:return xf(e,r);case Q.ZodLiteral:return H5(e);case Q.ZodEnum:return Z5(e);case Q.ZodNativeEnum:return W5(e);case Q.ZodNullable:return e8(e,r);case Q.ZodOptional:return s8(e,r);case Q.ZodMap:return G5(e,r);case Q.ZodSet:return l8(e,r);case Q.ZodLazy:return()=>e.getter()._def;case Q.ZodPromise:return i8(e,r);case Q.ZodNaN:case Q.ZodNever:return K5();case Q.ZodEffects:return D5(e,r);case Q.ZodAny:return vt();case Q.ZodUnknown:return d8();case Q.ZodDefault:return z5(e,r);case Q.ZodBranded:return Tf(e,r);case Q.ZodReadonly:return p8(e,r);case Q.ZodCatch:return j5(e,r);case Q.ZodPipeline:return a8(e,r);case Q.ZodFunction:case Q.ZodVoid:case Q.ZodSymbol:return;default:return(n=>{})()}};function xe(e,t,r=!1){var n;const o=t.seen.get(e);if(t.override){const l=(n=t.override)==null?void 0:n.call(t,e,t,o,r);if(l!==M5)return l}if(o&&!r){const l=h8(o,t);if(l!==void 0)return l}const s={def:e,path:t.currentPath,jsonSchema:void 0};t.seen.set(e,s);const a=f8(e,e.typeName,t),i=typeof a=="function"?xe(a(),t):a;if(i&&m8(e,t,i),t.postProcess){const l=t.postProcess(i,e,t);return s.jsonSchema=i,l}return s.jsonSchema=i,i}var h8=(e,t)=>{switch(t.$refStrategy){case"root":return{$ref:e.path.join("/")};case"relative":return{$ref:O5(t.currentPath,e.path)};case"none":case"seen":return e.path.length<t.currentPath.length&&e.path.every((r,n)=>t.currentPath[n]===r)?(console.warn(`Recursive reference detected at ${t.currentPath.join("/")}! Defaulting to any`),vt()):t.$refStrategy==="seen"?vt():void 0}},m8=(e,t,r)=>(e.description&&(r.description=e.description),r),g8=e=>{const t=N5(e),r=t.name!==void 0?[...t.basePath,t.definitionPath,t.name]:t.basePath;return{...t,currentPath:r,propertyPath:void 0,seen:new Map(Object.entries(t.definitions).map(([n,o])=>[o._def,{def:o._def,path:[...t.basePath,t.definitionPath,n],jsonSchema:void 0}]))}},v8=(e,t)=>{var r;const n=g8(t);let o=typeof t=="object"&&t.definitions?Object.entries(t.definitions).reduce((c,[u,g])=>{var h;return{...c,[u]:(h=xe(g._def,{...n,currentPath:[...n.basePath,n.definitionPath,u]},!0))!=null?h:vt()}},{}):void 0;const s=typeof t=="string"?t:t?.nameStrategy==="title"?void 0:t?.name,a=(r=xe(e._def,s===void 0?n:{...n,currentPath:[...n.basePath,n.definitionPath,s]},!1))!=null?r:vt(),i=typeof t=="object"&&t.name!==void 0&&t.nameStrategy==="title"?t.name:void 0;i!==void 0&&(a.title=i);const l=s===void 0?o?{...a,[n.definitionPath]:o}:a:{$ref:[...n.$refStrategy==="relative"?[]:n.basePath,n.definitionPath,s].join("/"),[n.definitionPath]:{...o,[s]:a}};return l.$schema="http://json-schema.org/draft-07/schema#",l},_8=v8;function y8(e,t){var r;const n=(r=void 0)!=null?r:!1;return Rf(()=>_8(e,{$refStrategy:n?"root":"none"}),{validate:async o=>{const s=await e.safeParseAsync(o);return s.success?{success:!0,value:s.data}:{success:!1,error:s.error}}})}function w8(e,t){var r;const n=(r=void 0)!=null?r:!1;return Rf(()=>Xo(xu(e,{target:"draft-7",io:"input",reused:n?"ref":"inline"})),{validate:async o=>{const s=await _a(e,o);return s.success?{success:!0,value:s.data}:{success:!1,error:s.error}}})}function b8(e){return"_zod"in e}function Ce(e,t){return b8(e)?w8(e):y8(e)}var k8=Symbol.for("vercel.ai.schema");function Qe(e){let t;return()=>(t==null&&(t=e()),t)}function Rf(e,{validate:t}={}){return{[k8]:!0,_type:void 0,[Qo]:!0,get jsonSchema(){return typeof e=="function"&&(e=e()),e},validate:t}}var{btoa:S8,atob:C8}=globalThis;function T8(e){const t=e.replace(/-/g,"+").replace(/_/g,"/"),r=C8(t);return Uint8Array.from(r,n=>n.codePointAt(0))}function $8(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCodePoint(e[r]);return S8(t)}function an(e){return e instanceof Uint8Array?$8(e):e}function E8(e){return e?.replace(/\/$/,"")}var Xi=T({error:T({message:v(),type:v().nullish(),param:et().nullish(),code:ne([v(),q()]).nullish()})}),Zt=R5({errorSchema:Xi,errorToMessage:e=>e.error.message});function Pf(e){const t=e.startsWith("o3")||e.startsWith("o4-mini")||e.startsWith("gpt-5")&&!e.startsWith("gpt-5-chat"),r=e.startsWith("gpt-4")||e.startsWith("gpt-5-mini")||e.startsWith("gpt-5")&&!e.startsWith("gpt-5-nano")&&!e.startsWith("gpt-5-chat")||e.startsWith("o3")||e.startsWith("o4-mini"),n=!(e.startsWith("gpt-3")||e.startsWith("gpt-4")||e.startsWith("chatgpt-4o")||e.startsWith("gpt-5-chat")),o=e.startsWith("gpt-5.1")||e.startsWith("gpt-5.2");return{supportsFlexProcessing:t,supportsPriorityProcessing:r,isReasoningModel:n,systemMessageMode:n?"developer":"system",supportsNonReasoningParameters:o}}function I8({prompt:e,systemMessageMode:t="system"}){const r=[],n=[];for(const{role:o,content:s}of e)switch(o){case"system":{switch(t){case"system":{r.push({role:"system",content:s});break}case"developer":{r.push({role:"developer",content:s});break}case"remove":{n.push({type:"other",message:"system messages are removed for this model"});break}default:{const a=t;throw new Error(`Unsupported system message mode: ${a}`)}}break}case"user":{if(s.length===1&&s[0].type==="text"){r.push({role:"user",content:s[0].text});break}r.push({role:"user",content:s.map((a,i)=>{var l,c,u;switch(a.type){case"text":return{type:"text",text:a.text};case"file":if(a.mediaType.startsWith("image/")){const g=a.mediaType==="image/*"?"image/jpeg":a.mediaType;return{type:"image_url",image_url:{url:a.data instanceof URL?a.data.toString():`data:${g};base64,${an(a.data)}`,detail:(c=(l=a.providerOptions)==null?void 0:l.openai)==null?void 0:c.imageDetail}}}else if(a.mediaType.startsWith("audio/")){if(a.data instanceof URL)throw new Ct({functionality:"audio file parts with URLs"});switch(a.mediaType){case"audio/wav":return{type:"input_audio",input_audio:{data:an(a.data),format:"wav"}};case"audio/mp3":case"audio/mpeg":return{type:"input_audio",input_audio:{data:an(a.data),format:"mp3"}};default:throw new Ct({functionality:`audio content parts with media type ${a.mediaType}`})}}else if(a.mediaType==="application/pdf"){if(a.data instanceof URL)throw new Ct({functionality:"PDF file parts with URLs"});return{type:"file",file:typeof a.data=="string"&&a.data.startsWith("file-")?{file_id:a.data}:{filename:(u=a.filename)!=null?u:`part-${i}.pdf`,file_data:`data:application/pdf;base64,${an(a.data)}`}}}else throw new Ct({functionality:`file part media type ${a.mediaType}`})}})});break}case"assistant":{let a="";const i=[];for(const l of s)switch(l.type){case"text":{a+=l.text;break}case"tool-call":{i.push({id:l.toolCallId,type:"function",function:{name:l.toolName,arguments:JSON.stringify(l.input)}});break}}r.push({role:"assistant",content:a,tool_calls:i.length>0?i:void 0});break}case"tool":{for(const a of s){const i=a.output;let l;switch(i.type){case"text":case"error-text":l=i.value;break;case"content":case"json":case"error-json":l=JSON.stringify(i.value);break}r.push({role:"tool",tool_call_id:a.toolCallId,content:l})}break}default:{const a=o;throw new Error(`Unsupported role: ${a}`)}}return{messages:r,warnings:n}}function el({id:e,model:t,created:r}){return{id:e??void 0,modelId:t??void 0,timestamp:r?new Date(r*1e3):void 0}}function Of(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 x8=rt(()=>Ce(T({id:v().nullish(),created:q().nullish(),model:v().nullish(),choices:A(T({message:T({role:L("assistant").nullish(),content:v().nullish(),tool_calls:A(T({id:v().nullish(),type:L("function"),function:T({name:v(),arguments:v()})})).nullish(),annotations:A(T({type:L("url_citation"),url_citation:T({start_index:q(),end_index:q(),url:v(),title:v()})})).nullish()}),index:q(),logprobs:T({content:A(T({token:v(),logprob:q(),top_logprobs:A(T({token:v(),logprob:q()}))})).nullish()}).nullish(),finish_reason:v().nullish()})),usage:T({prompt_tokens:q().nullish(),completion_tokens:q().nullish(),total_tokens:q().nullish(),prompt_tokens_details:T({cached_tokens:q().nullish()}).nullish(),completion_tokens_details:T({reasoning_tokens:q().nullish(),accepted_prediction_tokens:q().nullish(),rejected_prediction_tokens:q().nullish()}).nullish()}).nullish()}))),R8=rt(()=>Ce(ne([T({id:v().nullish(),created:q().nullish(),model:v().nullish(),choices:A(T({delta:T({role:_e(["assistant"]).nullish(),content:v().nullish(),tool_calls:A(T({index:q(),id:v().nullish(),type:L("function").nullish(),function:T({name:v().nullish(),arguments:v().nullish()})})).nullish(),annotations:A(T({type:L("url_citation"),url_citation:T({start_index:q(),end_index:q(),url:v(),title:v()})})).nullish()}).nullish(),logprobs:T({content:A(T({token:v(),logprob:q(),top_logprobs:A(T({token:v(),logprob:q()}))})).nullish()}).nullish(),finish_reason:v().nullish(),index:q()})),usage:T({prompt_tokens:q().nullish(),completion_tokens:q().nullish(),total_tokens:q().nullish(),prompt_tokens_details:T({cached_tokens:q().nullish()}).nullish(),completion_tokens_details:T({reasoning_tokens:q().nullish(),accepted_prediction_tokens:q().nullish(),rejected_prediction_tokens:q().nullish()}).nullish()}).nullish()}),Xi]))),P8=rt(()=>Ce(T({logitBias:ve(Ju(),q()).optional(),logprobs:ne([ce(),q()]).optional(),parallelToolCalls:ce().optional(),user:v().optional(),reasoningEffort:_e(["none","minimal","low","medium","high","xhigh"]).optional(),maxCompletionTokens:q().optional(),store:ce().optional(),metadata:ve(v().max(64),v().max(512)).optional(),prediction:ve(v(),et()).optional(),structuredOutputs:ce().optional(),serviceTier:_e(["auto","flex","priority","default"]).optional(),strictJsonSchema:ce().optional(),textVerbosity:_e(["low","medium","high"]).optional(),promptCacheKey:v().optional(),promptCacheRetention:_e(["in_memory","24h"]).optional(),safetyIdentifier:v().optional()})));function O8({tools:e,toolChoice:t,structuredOutputs:r,strictJsonSchema:n}){e=e?.length?e:void 0;const o=[];if(e==null)return{tools:void 0,toolChoice:void 0,toolWarnings:o};const s=[];for(const i of e)switch(i.type){case"function":s.push({type:"function",function:{name:i.name,description:i.description,parameters:i.inputSchema,strict:r?n:void 0}});break;default:o.push({type:"unsupported-tool",tool:i});break}if(t==null)return{tools:s,toolChoice:void 0,toolWarnings:o};const a=t.type;switch(a){case"auto":case"none":case"required":return{tools:s,toolChoice:a,toolWarnings:o};case"tool":return{tools:s,toolChoice:{type:"function",function:{name:t.toolName}},toolWarnings:o};default:{const i=a;throw new Ct({functionality:`tool choice type: ${i}`})}}}var M8=class{constructor(e,t){this.specificationVersion="v2",this.supportedUrls={"image/*":[/^https?:\/\/.*$/]},this.modelId=e,this.config=t}get provider(){return this.config.provider}async getArgs({prompt:e,maxOutputTokens:t,temperature:r,topP:n,topK:o,frequencyPenalty:s,presencePenalty:a,stopSequences:i,responseFormat:l,seed:c,tools:u,toolChoice:g,providerOptions:h}){var d,p,w,m;const y=[],_=(d=await pr({provider:"openai",providerOptions:h,schema:P8}))!=null?d:{},f=(p=_.structuredOutputs)!=null?p:!0,b=Pf(this.modelId);o!=null&&y.push({type:"unsupported-setting",setting:"topK"}),l?.type==="json"&&l.schema!=null&&!f&&y.push({type:"unsupported-setting",setting:"responseFormat",details:"JSON response format schema is only supported with structuredOutputs"});const{messages:k,warnings:S}=I8({prompt:e,systemMessageMode:b.systemMessageMode});y.push(...S);const C=(w=_.strictJsonSchema)!=null?w:!1,I={model:this.modelId,logit_bias:_.logitBias,logprobs:_.logprobs===!0||typeof _.logprobs=="number"?!0:void 0,top_logprobs:typeof _.logprobs=="number"?_.logprobs:typeof _.logprobs=="boolean"&&_.logprobs?0:void 0,user:_.user,parallel_tool_calls:_.parallelToolCalls,max_tokens:t,temperature:r,top_p:n,frequency_penalty:s,presence_penalty:a,response_format:l?.type==="json"?f&&l.schema!=null?{type:"json_schema",json_schema:{schema:l.schema,strict:C,name:(m=l.name)!=null?m:"response",description:l.description}}:{type:"json_object"}:void 0,stop:i,seed:c,verbosity:_.textVerbosity,max_completion_tokens:_.maxCompletionTokens,store:_.store,metadata:_.metadata,prediction:_.prediction,reasoning_effort:_.reasoningEffort,service_tier:_.serviceTier,prompt_cache_key:_.promptCacheKey,prompt_cache_retention:_.promptCacheRetention,safety_identifier:_.safetyIdentifier,messages:k};b.isReasoningModel?((_.reasoningEffort!=="none"||!b.supportsNonReasoningParameters)&&(I.temperature!=null&&(I.temperature=void 0,y.push({type:"unsupported-setting",setting:"temperature",details:"temperature is not supported for reasoning models"})),I.top_p!=null&&(I.top_p=void 0,y.push({type:"unsupported-setting",setting:"topP",details:"topP is not supported for reasoning models"})),I.logprobs!=null&&(I.logprobs=void 0,y.push({type:"other",message:"logprobs is not supported for reasoning models"}))),I.frequency_penalty!=null&&(I.frequency_penalty=void 0,y.push({type:"unsupported-setting",setting:"frequencyPenalty",details:"frequencyPenalty is not supported for reasoning models"})),I.presence_penalty!=null&&(I.presence_penalty=void 0,y.push({type:"unsupported-setting",setting:"presencePenalty",details:"presencePenalty is not supported for reasoning models"})),I.logit_bias!=null&&(I.logit_bias=void 0,y.push({type:"other",message:"logitBias is not supported for reasoning models"})),I.top_logprobs!=null&&(I.top_logprobs=void 0,y.push({type:"other",message:"topLogprobs is not supported for reasoning models"})),I.max_tokens!=null&&(I.max_completion_tokens==null&&(I.max_completion_tokens=I.max_tokens),I.max_tokens=void 0)):(this.modelId.startsWith("gpt-4o-search-preview")||this.modelId.startsWith("gpt-4o-mini-search-preview"))&&I.temperature!=null&&(I.temperature=void 0,y.push({type:"unsupported-setting",setting:"temperature",details:"temperature is not supported for the search preview models and has been removed."})),_.serviceTier==="flex"&&!b.supportsFlexProcessing&&(y.push({type:"unsupported-setting",setting:"serviceTier",details:"flex processing is only available for o3, o4-mini, and gpt-5 models"}),I.service_tier=void 0),_.serviceTier==="priority"&&!b.supportsPriorityProcessing&&(y.push({type:"unsupported-setting",setting:"serviceTier",details:"priority processing is only available for supported models (gpt-4, gpt-5, gpt-5-mini, o3, o4-mini) and requires Enterprise access. gpt-5-nano is not supported"}),I.service_tier=void 0);const{tools:x,toolChoice:M,toolWarnings:P}=O8({tools:u,toolChoice:g,structuredOutputs:f,strictJsonSchema:C});return{args:{...I,tools:x,tool_choice:M},warnings:[...y,...P]}}async doGenerate(e){var t,r,n,o,s,a,i,l,c,u,g,h,d,p;const{args:w,warnings:m}=await this.getArgs(e),{responseHeaders:y,value:_,rawValue:f}=await Kt({url:this.config.url({path:"/chat/completions",modelId:this.modelId}),headers:Dt(this.config.headers(),e.headers),body:w,failedResponseHandler:Zt,successfulResponseHandler:sn(x8),abortSignal:e.abortSignal,fetch:this.config.fetch}),b=_.choices[0],k=[],S=b.message.content;S!=null&&S.length>0&&k.push({type:"text",text:S});for(const M of(t=b.message.tool_calls)!=null?t:[])k.push({type:"tool-call",toolCallId:(r=M.id)!=null?r:It(),toolName:M.function.name,input:M.function.arguments});for(const M of(n=b.message.annotations)!=null?n:[])k.push({type:"source",sourceType:"url",id:It(),url:M.url_citation.url,title:M.url_citation.title});const C=(o=_.usage)==null?void 0:o.completion_tokens_details,I=(s=_.usage)==null?void 0:s.prompt_tokens_details,x={openai:{}};return C?.accepted_prediction_tokens!=null&&(x.openai.acceptedPredictionTokens=C?.accepted_prediction_tokens),C?.rejected_prediction_tokens!=null&&(x.openai.rejectedPredictionTokens=C?.rejected_prediction_tokens),((a=b.logprobs)==null?void 0:a.content)!=null&&(x.openai.logprobs=b.logprobs.content),{content:k,finishReason:Of(b.finish_reason),usage:{inputTokens:(l=(i=_.usage)==null?void 0:i.prompt_tokens)!=null?l:void 0,outputTokens:(u=(c=_.usage)==null?void 0:c.completion_tokens)!=null?u:void 0,totalTokens:(h=(g=_.usage)==null?void 0:g.total_tokens)!=null?h:void 0,reasoningTokens:(d=C?.reasoning_tokens)!=null?d:void 0,cachedInputTokens:(p=I?.cached_tokens)!=null?p:void 0},request:{body:w},response:{...el(_),headers:y,body:f},warnings:m,providerMetadata:x}}async doStream(e){const{args:t,warnings:r}=await this.getArgs(e),n={...t,stream:!0,stream_options:{include_usage:!0}},{responseHeaders:o,value:s}=await Kt({url:this.config.url({path:"/chat/completions",modelId:this.modelId}),headers:Dt(this.config.headers(),e.headers),body:n,failedResponseHandler:Zt,successfulResponseHandler:Wi(R8),abortSignal:e.abortSignal,fetch:this.config.fetch}),a=[];let i="unknown";const l={inputTokens:void 0,outputTokens:void 0,totalTokens:void 0};let c=!1,u=!1;const g={openai:{}};return{stream:s.pipeThrough(new TransformStream({start(h){h.enqueue({type:"stream-start",warnings:r})},transform(h,d){var p,w,m,y,_,f,b,k,S,C,I,x,M,P,U,z,F,te,ie,se,ee,pe,V,O;if(e.includeRawChunks&&d.enqueue({type:"raw",rawValue:h.rawValue}),!h.success){i="error",d.enqueue({type:"error",error:h.error});return}const Z=h.value;if("error"in Z){i="error",d.enqueue({type:"error",error:Z.error});return}if(!c){const R=el(Z);Object.values(R).some(Boolean)&&(c=!0,d.enqueue({type:"response-metadata",...el(Z)}))}Z.usage!=null&&(l.inputTokens=(p=Z.usage.prompt_tokens)!=null?p:void 0,l.outputTokens=(w=Z.usage.completion_tokens)!=null?w:void 0,l.totalTokens=(m=Z.usage.total_tokens)!=null?m:void 0,l.reasoningTokens=(_=(y=Z.usage.completion_tokens_details)==null?void 0:y.reasoning_tokens)!=null?_:void 0,l.cachedInputTokens=(b=(f=Z.usage.prompt_tokens_details)==null?void 0:f.cached_tokens)!=null?b:void 0,((k=Z.usage.completion_tokens_details)==null?void 0:k.accepted_prediction_tokens)!=null&&(g.openai.acceptedPredictionTokens=(S=Z.usage.completion_tokens_details)==null?void 0:S.accepted_prediction_tokens),((C=Z.usage.completion_tokens_details)==null?void 0:C.rejected_prediction_tokens)!=null&&(g.openai.rejectedPredictionTokens=(I=Z.usage.completion_tokens_details)==null?void 0:I.rejected_prediction_tokens));const j=Z.choices[0];if(j?.finish_reason!=null&&(i=Of(j.finish_reason)),((x=j?.logprobs)==null?void 0:x.content)!=null&&(g.openai.logprobs=j.logprobs.content),j?.delta==null)return;const E=j.delta;if(E.content!=null&&(u||(d.enqueue({type:"text-start",id:"0"}),u=!0),d.enqueue({type:"text-delta",id:"0",delta:E.content})),E.tool_calls!=null)for(const R of E.tool_calls){const $=R.index;if(a[$]==null){if(R.type!=="function")throw new _n({data:R,message:"Expected 'function' type."});if(R.id==null)throw new _n({data:R,message:"Expected 'id' to be a string."});if(((M=R.function)==null?void 0:M.name)==null)throw new _n({data:R,message:"Expected 'function.name' to be a string."});d.enqueue({type:"tool-input-start",id:R.id,toolName:R.function.name}),a[$]={id:R.id,type:"function",function:{name:R.function.name,arguments:(P=R.function.arguments)!=null?P:""},hasFinished:!1};const G=a[$];((U=G.function)==null?void 0:U.name)!=null&&((z=G.function)==null?void 0:z.arguments)!=null&&(G.function.arguments.length>0&&d.enqueue({type:"tool-input-delta",id:G.id,delta:G.function.arguments}),kf(G.function.arguments)&&(d.enqueue({type:"tool-input-end",id:G.id}),d.enqueue({type:"tool-call",toolCallId:(F=G.id)!=null?F:It(),toolName:G.function.name,input:G.function.arguments}),G.hasFinished=!0));continue}const H=a[$];H.hasFinished||(((te=R.function)==null?void 0:te.arguments)!=null&&(H.function.arguments+=(se=(ie=R.function)==null?void 0:ie.arguments)!=null?se:""),d.enqueue({type:"tool-input-delta",id:H.id,delta:(ee=R.function.arguments)!=null?ee:""}),((pe=H.function)==null?void 0:pe.name)!=null&&((V=H.function)==null?void 0:V.arguments)!=null&&kf(H.function.arguments)&&(d.enqueue({type:"tool-input-end",id:H.id}),d.enqueue({type:"tool-call",toolCallId:(O=H.id)!=null?O:It(),toolName:H.function.name,input:H.function.arguments}),H.hasFinished=!0))}if(E.annotations!=null)for(const R of E.annotations)d.enqueue({type:"source",sourceType:"url",id:It(),url:R.url_citation.url,title:R.url_citation.title})},flush(h){u&&h.enqueue({type:"text-end",id:"0"}),h.enqueue({type:"finish",finishReason:i,usage:l,...g!=null?{providerMetadata:g}:{}})}})),request:{body:n},response:{headers:o}}}};function N8({prompt:e,user:t="user",assistant:r="assistant"}){let n="";e[0].role==="system"&&(n+=`${e[0].content}
62
+
63
+ `,e=e.slice(1));for(const{role:o,content:s}of e)switch(o){case"system":throw new br({message:"Unexpected system message in prompt: ${content}",prompt:e});case"user":{const a=s.map(i=>{switch(i.type){case"text":return i.text}}).filter(Boolean).join("");n+=`${t}:
64
+ ${a}
65
+
66
+ `;break}case"assistant":{const a=s.map(i=>{switch(i.type){case"text":return i.text;case"tool-call":throw new Ct({functionality:"tool-call messages"})}}).join("");n+=`${r}:
67
+ ${a}
68
+
69
+ `;break}case"tool":throw new Ct({functionality:"tool messages"});default:{const a=o;throw new Error(`Unsupported role: ${a}`)}}return n+=`${r}:
70
+ `,{prompt:n,stopSequences:[`
71
+ ${t}:`]}}function Mf({id:e,model:t,created:r}){return{id:e??void 0,modelId:t??void 0,timestamp:r!=null?new Date(r*1e3):void 0}}function Nf(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 A8=rt(()=>Ce(T({id:v().nullish(),created:q().nullish(),model:v().nullish(),choices:A(T({text:v(),finish_reason:v(),logprobs:T({tokens:A(v()),token_logprobs:A(q()),top_logprobs:A(ve(v(),q())).nullish()}).nullish()})),usage:T({prompt_tokens:q(),completion_tokens:q(),total_tokens:q()}).nullish()}))),q8=rt(()=>Ce(ne([T({id:v().nullish(),created:q().nullish(),model:v().nullish(),choices:A(T({text:v(),finish_reason:v().nullish(),index:q(),logprobs:T({tokens:A(v()),token_logprobs:A(q()),top_logprobs:A(ve(v(),q())).nullish()}).nullish()})),usage:T({prompt_tokens:q(),completion_tokens:q(),total_tokens:q()}).nullish()}),Xi]))),Af=rt(()=>Ce(T({echo:ce().optional(),logitBias:ve(v(),q()).optional(),suffix:v().optional(),user:v().optional(),logprobs:ne([ce(),q()]).optional()}))),L8=class{constructor(e,t){this.specificationVersion="v2",this.supportedUrls={},this.modelId=e,this.config=t}get providerOptionsName(){return this.config.provider.split(".")[0].trim()}get provider(){return this.config.provider}async getArgs({prompt:e,maxOutputTokens:t,temperature:r,topP:n,topK:o,frequencyPenalty:s,presencePenalty:a,stopSequences:i,responseFormat:l,tools:c,toolChoice:u,seed:g,providerOptions:h}){const d=[],p={...await pr({provider:"openai",providerOptions:h,schema:Af}),...await pr({provider:this.providerOptionsName,providerOptions:h,schema:Af})};o!=null&&d.push({type:"unsupported-setting",setting:"topK"}),c?.length&&d.push({type:"unsupported-setting",setting:"tools"}),u!=null&&d.push({type:"unsupported-setting",setting:"toolChoice"}),l!=null&&l.type!=="text"&&d.push({type:"unsupported-setting",setting:"responseFormat",details:"JSON response format is not supported."});const{prompt:w,stopSequences:m}=N8({prompt:e}),y=[...m??[],...i??[]];return{args:{model:this.modelId,echo:p.echo,logit_bias:p.logitBias,logprobs:p?.logprobs===!0?0:p?.logprobs===!1?void 0:p?.logprobs,suffix:p.suffix,user:p.user,max_tokens:t,temperature:r,top_p:n,frequency_penalty:s,presence_penalty:a,seed:g,prompt:w,stop:y.length>0?y:void 0},warnings:d}}async doGenerate(e){var t,r,n;const{args:o,warnings:s}=await this.getArgs(e),{responseHeaders:a,value:i,rawValue:l}=await Kt({url:this.config.url({path:"/completions",modelId:this.modelId}),headers:Dt(this.config.headers(),e.headers),body:o,failedResponseHandler:Zt,successfulResponseHandler:sn(A8),abortSignal:e.abortSignal,fetch:this.config.fetch}),c=i.choices[0],u={openai:{}};return c.logprobs!=null&&(u.openai.logprobs=c.logprobs),{content:[{type:"text",text:c.text}],usage:{inputTokens:(t=i.usage)==null?void 0:t.prompt_tokens,outputTokens:(r=i.usage)==null?void 0:r.completion_tokens,totalTokens:(n=i.usage)==null?void 0:n.total_tokens},finishReason:Nf(c.finish_reason),request:{body:o},response:{...Mf(i),headers:a,body:l},providerMetadata:u,warnings:s}}async doStream(e){const{args:t,warnings:r}=await this.getArgs(e),n={...t,stream:!0,stream_options:{include_usage:!0}},{responseHeaders:o,value:s}=await Kt({url:this.config.url({path:"/completions",modelId:this.modelId}),headers:Dt(this.config.headers(),e.headers),body:n,failedResponseHandler:Zt,successfulResponseHandler:Wi(q8),abortSignal:e.abortSignal,fetch:this.config.fetch});let a="unknown";const i={openai:{}},l={inputTokens:void 0,outputTokens:void 0,totalTokens:void 0};let c=!0;return{stream:s.pipeThrough(new TransformStream({start(u){u.enqueue({type:"stream-start",warnings:r})},transform(u,g){if(e.includeRawChunks&&g.enqueue({type:"raw",rawValue:u.rawValue}),!u.success){a="error",g.enqueue({type:"error",error:u.error});return}const h=u.value;if("error"in h){a="error",g.enqueue({type:"error",error:h.error});return}c&&(c=!1,g.enqueue({type:"response-metadata",...Mf(h)}),g.enqueue({type:"text-start",id:"0"})),h.usage!=null&&(l.inputTokens=h.usage.prompt_tokens,l.outputTokens=h.usage.completion_tokens,l.totalTokens=h.usage.total_tokens);const d=h.choices[0];d?.finish_reason!=null&&(a=Nf(d.finish_reason)),d?.logprobs!=null&&(i.openai.logprobs=d.logprobs),d?.text!=null&&d.text.length>0&&g.enqueue({type:"text-delta",id:"0",delta:d.text})},flush(u){c||u.enqueue({type:"text-end",id:"0"}),u.enqueue({type:"finish",finishReason:a,providerMetadata:i,usage:l})}})),request:{body:n},response:{headers:o}}}},j8=rt(()=>Ce(T({dimensions:q().optional(),user:v().optional()}))),U8=rt(()=>Ce(T({data:A(T({embedding:A(q())})),usage:T({prompt_tokens:q()}).nullish()}))),z8=class{constructor(e,t){this.specificationVersion="v2",this.maxEmbeddingsPerCall=2048,this.supportsParallelCalls=!0,this.modelId=e,this.config=t}get provider(){return this.config.provider}async doEmbed({values:e,headers:t,abortSignal:r,providerOptions:n}){var o;if(e.length>this.maxEmbeddingsPerCall)throw new U2({provider:this.provider,modelId:this.modelId,maxEmbeddingsPerCall:this.maxEmbeddingsPerCall,values:e});const s=(o=await pr({provider:"openai",providerOptions:n,schema:j8}))!=null?o:{},{responseHeaders:a,value:i,rawValue:l}=await Kt({url:this.config.url({path:"/embeddings",modelId:this.modelId}),headers:Dt(this.config.headers(),t),body:{model:this.modelId,input:e,encoding_format:"float",dimensions:s.dimensions,user:s.user},failedResponseHandler:Zt,successfulResponseHandler:sn(U8),abortSignal:r,fetch:this.config.fetch});return{embeddings:i.data.map(c=>c.embedding),usage:i.usage?{tokens:i.usage.prompt_tokens}:void 0,response:{headers:a,body:l}}}},D8=rt(()=>Ce(T({created:q().nullish(),data:A(T({b64_json:v(),revised_prompt:v().nullish()})),background:v().nullish(),output_format:v().nullish(),size:v().nullish(),quality:v().nullish(),usage:T({input_tokens:q().nullish(),output_tokens:q().nullish(),total_tokens:q().nullish(),input_tokens_details:T({image_tokens:q().nullish(),text_tokens:q().nullish()}).nullish()}).nullish()}))),Z8={"dall-e-3":1,"dall-e-2":10,"gpt-image-1":10,"gpt-image-1-mini":10,"gpt-image-1.5":10},F8=new Set(["gpt-image-1","gpt-image-1-mini","gpt-image-1.5"]),V8=class{constructor(e,t){this.modelId=e,this.config=t,this.specificationVersion="v2"}get maxImagesPerCall(){var e;return(e=Z8[this.modelId])!=null?e:1}get provider(){return this.config.provider}async doGenerate({prompt:e,n:t,size:r,aspectRatio:n,seed:o,providerOptions:s,headers:a,abortSignal:i}){var l,c,u,g;const h=[];n!=null&&h.push({type:"unsupported-setting",setting:"aspectRatio",details:"This model does not support aspect ratio. Use `size` instead."}),o!=null&&h.push({type:"unsupported-setting",setting:"seed"});const d=(u=(c=(l=this.config._internal)==null?void 0:l.currentDate)==null?void 0:c.call(l))!=null?u:new Date,{value:p,responseHeaders:w}=await Kt({url:this.config.url({path:"/images/generations",modelId:this.modelId}),headers:Dt(this.config.headers(),a),body:{model:this.modelId,prompt:e,n:t,size:r,...(g=s.openai)!=null?g:{},...F8.has(this.modelId)?{}:{response_format:"b64_json"}},failedResponseHandler:Zt,successfulResponseHandler:sn(D8),abortSignal:i,fetch:this.config.fetch});return{images:p.data.map(m=>m.b64_json),warnings:h,response:{timestamp:d,modelId:this.modelId,headers:w},providerMetadata:{openai:{images:p.data.map(m=>({...m.revised_prompt?{revisedPrompt:m.revised_prompt}:{},...p.created!=null?{created:p.created}:{},...p.size!=null?{size:p.size}:{},...p.quality!=null?{quality:p.quality}:{},...p.background!=null?{background:p.background}:{},...p.output_format!=null?{outputFormat:p.output_format}:{}}))}}}}},H8=Qe(()=>Ce(T({code:v().nullish(),containerId:v()}))),B8=Qe(()=>Ce(T({outputs:A(Ze("type",[T({type:L("logs"),logs:v()}),T({type:L("image"),url:v()})])).nullish()}))),J8=Qe(()=>Ce(T({container:ne([v(),T({fileIds:A(v()).optional()})]).optional()}))),G8=on({id:"openai.code_interpreter",name:"code_interpreter",inputSchema:H8,outputSchema:B8}),W8=(e={})=>G8(e),qf=T({key:v(),type:_e(["eq","ne","gt","gte","lt","lte","in","nin"]),value:ne([v(),q(),ce(),A(v())])}),Lf=T({type:_e(["and","or"]),filters:A(ne([qf,Fu(()=>Lf)]))}),K8=Qe(()=>Ce(T({vectorStoreIds:A(v()),maxNumResults:q().optional(),ranking:T({ranker:v().optional(),scoreThreshold:q().optional()}).optional(),filters:ne([qf,Lf]).optional()}))),Y8=Qe(()=>Ce(T({queries:A(v()),results:A(T({attributes:ve(v(),$e()),fileId:v(),filename:v(),score:q(),text:v()})).nullable()}))),Q8=on({id:"openai.file_search",name:"file_search",inputSchema:T({}),outputSchema:Y8}),X8=Qe(()=>Ce(T({background:_e(["auto","opaque","transparent"]).optional(),inputFidelity:_e(["low","high"]).optional(),inputImageMask:T({fileId:v().optional(),imageUrl:v().optional()}).optional(),model:v().optional(),moderation:_e(["auto"]).optional(),outputCompression:q().int().min(0).max(100).optional(),outputFormat:_e(["png","jpeg","webp"]).optional(),partialImages:q().int().min(0).max(3).optional(),quality:_e(["auto","low","medium","high"]).optional(),size:_e(["1024x1024","1024x1536","1536x1024","auto"]).optional()}).strict())),e7=Qe(()=>Ce(T({}))),t7=Qe(()=>Ce(T({result:v()}))),r7=on({id:"openai.image_generation",name:"image_generation",inputSchema:e7,outputSchema:t7}),n7=(e={})=>r7(e),jf=Qe(()=>Ce(T({action:T({type:L("exec"),command:A(v()),timeoutMs:q().optional(),user:v().optional(),workingDirectory:v().optional(),env:ve(v(),v()).optional()})}))),Uf=Qe(()=>Ce(T({output:v()}))),o7=on({id:"openai.local_shell",name:"local_shell",inputSchema:jf,outputSchema:Uf}),s7=Qe(()=>Ce(T({externalWebAccess:ce().optional(),filters:T({allowedDomains:A(v()).optional()}).optional(),searchContextSize:_e(["low","medium","high"]).optional(),userLocation:T({type:L("approximate"),country:v().optional(),city:v().optional(),region:v().optional(),timezone:v().optional()}).optional()}))),a7=Qe(()=>Ce(T({}))),i7=Qe(()=>Ce(T({action:Ze("type",[T({type:L("search"),query:v().optional()}),T({type:L("openPage"),url:v().nullish()}),T({type:L("findInPage"),url:v().nullish(),pattern:v().nullish()})]),sources:A(Ze("type",[T({type:L("url"),url:v()}),T({type:L("api"),name:v()})])).optional()}))),l7=on({id:"openai.web_search",name:"web_search",inputSchema:a7,outputSchema:i7}),c7=(e={})=>l7(e),u7=Qe(()=>Ce(T({searchContextSize:_e(["low","medium","high"]).optional(),userLocation:T({type:L("approximate"),country:v().optional(),city:v().optional(),region:v().optional(),timezone:v().optional()}).optional()}))),d7=Qe(()=>Ce(T({}))),p7=Qe(()=>Ce(T({action:Ze("type",[T({type:L("search"),query:v().optional()}),T({type:L("openPage"),url:v().nullish()}),T({type:L("findInPage"),url:v().nullish(),pattern:v().nullish()})])}))),f7=on({id:"openai.web_search_preview",name:"web_search_preview",inputSchema:d7,outputSchema:p7}),h7={codeInterpreter:W8,fileSearch:Q8,imageGeneration:n7,localShell:o7,webSearchPreview:f7,webSearch:c7};function zf(e,t){return t?t.some(r=>e.startsWith(r)):!1}async function m7({prompt:e,systemMessageMode:t,fileIdPrefixes:r,store:n,hasLocalShellTool:o=!1}){var s,a,i,l;const c=[],u=[];for(const{role:g,content:h}of e)switch(g){case"system":{switch(t){case"system":{c.push({role:"system",content:h});break}case"developer":{c.push({role:"developer",content:h});break}case"remove":{u.push({type:"other",message:"system messages are removed for this model"});break}default:{const d=t;throw new Error(`Unsupported system message mode: ${d}`)}}break}case"user":{c.push({role:"user",content:h.map((d,p)=>{var w,m,y;switch(d.type){case"text":return{type:"input_text",text:d.text};case"file":if(d.mediaType.startsWith("image/")){const _=d.mediaType==="image/*"?"image/jpeg":d.mediaType;return{type:"input_image",...d.data instanceof URL?{image_url:d.data.toString()}:typeof d.data=="string"&&zf(d.data,r)?{file_id:d.data}:{image_url:`data:${_};base64,${an(d.data)}`},detail:(m=(w=d.providerOptions)==null?void 0:w.openai)==null?void 0:m.imageDetail}}else{if(d.mediaType==="application/pdf")return d.data instanceof URL?{type:"input_file",file_url:d.data.toString()}:{type:"input_file",...typeof d.data=="string"&&zf(d.data,r)?{file_id:d.data}:{filename:(y=d.filename)!=null?y:`part-${p}.pdf`,file_data:`data:application/pdf;base64,${an(d.data)}`}};throw new Ct({functionality:`file part media type ${d.mediaType}`})}}})});break}case"assistant":{const d={},p={};for(const w of h)switch(w.type){case"text":{const m=(a=(s=w.providerOptions)==null?void 0:s.openai)==null?void 0:a.itemId;if(n&&m!=null){c.push({type:"item_reference",id:m});break}c.push({role:"assistant",content:[{type:"output_text",text:w.text}],id:m});break}case"tool-call":{if(p[w.toolCallId]=w,w.providerExecuted)break;const m=(l=(i=w.providerOptions)==null?void 0:i.openai)==null?void 0:l.itemId;if(n&&m!=null){c.push({type:"item_reference",id:m});break}if(o&&w.toolName==="local_shell"){const y=await dr({value:w.input,schema:jf});c.push({type:"local_shell_call",call_id:w.toolCallId,id:m,action:{type:"exec",command:y.action.command,timeout_ms:y.action.timeoutMs,user:y.action.user,working_directory:y.action.workingDirectory,env:y.action.env}});break}c.push({type:"function_call",call_id:w.toolCallId,name:w.toolName,arguments:JSON.stringify(w.input),id:m});break}case"tool-result":{n?c.push({type:"item_reference",id:w.toolCallId}):u.push({type:"other",message:`Results for OpenAI tool ${w.toolName} are not sent to the API when store is false`});break}case"reasoning":{const m=await pr({provider:"openai",providerOptions:w.providerOptions,schema:g7}),y=m?.itemId;if(y!=null){const _=d[y];if(n)_===void 0&&(c.push({type:"item_reference",id:y}),d[y]={type:"reasoning",id:y,summary:[]});else{const f=[];w.text.length>0?f.push({type:"summary_text",text:w.text}):_!==void 0&&u.push({type:"other",message:`Cannot append empty reasoning part to existing reasoning sequence. Skipping reasoning part: ${JSON.stringify(w)}.`}),_===void 0?(d[y]={type:"reasoning",id:y,encrypted_content:m?.reasoningEncryptedContent,summary:f},c.push(d[y])):(_.summary.push(...f),m?.reasoningEncryptedContent!=null&&(_.encrypted_content=m.reasoningEncryptedContent))}}else u.push({type:"other",message:`Non-OpenAI reasoning parts are not supported. Skipping reasoning part: ${JSON.stringify(w)}.`});break}}break}case"tool":{for(const d of h){const p=d.output;if(o&&d.toolName==="local_shell"&&p.type==="json"){const m=await dr({value:p.value,schema:Uf});c.push({type:"local_shell_call_output",call_id:d.toolCallId,output:m.output});break}let w;switch(p.type){case"text":case"error-text":w=p.value;break;case"json":case"error-json":w=JSON.stringify(p.value);break;case"content":w=p.value.map(m=>{switch(m.type){case"text":return{type:"input_text",text:m.text};case"media":return m.mediaType.startsWith("image/")?{type:"input_image",image_url:`data:${m.mediaType};base64,${m.data}`}:{type:"input_file",filename:"data",file_data:`data:${m.mediaType};base64,${m.data}`}}});break}c.push({type:"function_call_output",call_id:d.toolCallId,output:w})}break}default:{const d=g;throw new Error(`Unsupported role: ${d}`)}}return{input:c,warnings:u}}var g7=T({itemId:v().nullish(),reasoningEncryptedContent:v().nullish()});function Df({finishReason:e,hasFunctionCall:t}){switch(e){case void 0:case null:return t?"tool-calls":"stop";case"max_output_tokens":return"length";case"content_filter":return"content-filter";default:return t?"tool-calls":"unknown"}}var v7=rt(()=>Ce(ne([T({type:L("response.output_text.delta"),item_id:v(),delta:v(),logprobs:A(T({token:v(),logprob:q(),top_logprobs:A(T({token:v(),logprob:q()}))})).nullish()}),T({type:_e(["response.completed","response.incomplete"]),response:T({incomplete_details:T({reason:v()}).nullish(),usage:T({input_tokens:q(),input_tokens_details:T({cached_tokens:q().nullish()}).nullish(),output_tokens:q(),output_tokens_details:T({reasoning_tokens:q().nullish()}).nullish()}),service_tier:v().nullish()})}),T({type:L("response.created"),response:T({id:v(),created_at:q(),model:v(),service_tier:v().nullish()})}),T({type:L("response.output_item.added"),output_index:q(),item:Ze("type",[T({type:L("message"),id:v()}),T({type:L("reasoning"),id:v(),encrypted_content:v().nullish()}),T({type:L("function_call"),id:v(),call_id:v(),name:v(),arguments:v()}),T({type:L("web_search_call"),id:v(),status:v()}),T({type:L("computer_call"),id:v(),status:v()}),T({type:L("file_search_call"),id:v()}),T({type:L("image_generation_call"),id:v()}),T({type:L("code_interpreter_call"),id:v(),container_id:v(),code:v().nullable(),outputs:A(Ze("type",[T({type:L("logs"),logs:v()}),T({type:L("image"),url:v()})])).nullable(),status:v()})])}),T({type:L("response.output_item.done"),output_index:q(),item:Ze("type",[T({type:L("message"),id:v()}),T({type:L("reasoning"),id:v(),encrypted_content:v().nullish()}),T({type:L("function_call"),id:v(),call_id:v(),name:v(),arguments:v(),status:L("completed")}),T({type:L("code_interpreter_call"),id:v(),code:v().nullable(),container_id:v(),outputs:A(Ze("type",[T({type:L("logs"),logs:v()}),T({type:L("image"),url:v()})])).nullable()}),T({type:L("image_generation_call"),id:v(),result:v()}),T({type:L("web_search_call"),id:v(),status:v(),action:Ze("type",[T({type:L("search"),query:v().nullish(),sources:A(Ze("type",[T({type:L("url"),url:v()}),T({type:L("api"),name:v()})])).nullish()}),T({type:L("open_page"),url:v().nullish()}),T({type:L("find_in_page"),url:v().nullish(),pattern:v().nullish()})])}),T({type:L("file_search_call"),id:v(),queries:A(v()),results:A(T({attributes:ve(v(),$e()),file_id:v(),filename:v(),score:q(),text:v()})).nullish()}),T({type:L("local_shell_call"),id:v(),call_id:v(),action:T({type:L("exec"),command:A(v()),timeout_ms:q().optional(),user:v().optional(),working_directory:v().optional(),env:ve(v(),v()).optional()})}),T({type:L("computer_call"),id:v(),status:L("completed")})])}),T({type:L("response.function_call_arguments.delta"),item_id:v(),output_index:q(),delta:v()}),T({type:L("response.image_generation_call.partial_image"),item_id:v(),output_index:q(),partial_image_b64:v()}),T({type:L("response.code_interpreter_call_code.delta"),item_id:v(),output_index:q(),delta:v()}),T({type:L("response.code_interpreter_call_code.done"),item_id:v(),output_index:q(),code:v()}),T({type:L("response.output_text.annotation.added"),annotation:Ze("type",[T({type:L("url_citation"),start_index:q(),end_index:q(),url:v(),title:v()}),T({type:L("file_citation"),file_id:v(),filename:v().nullish(),index:q().nullish(),start_index:q().nullish(),end_index:q().nullish(),quote:v().nullish()})])}),T({type:L("response.reasoning_summary_part.added"),item_id:v(),summary_index:q()}),T({type:L("response.reasoning_summary_text.delta"),item_id:v(),summary_index:q(),delta:v()}),T({type:L("response.reasoning_summary_part.done"),item_id:v(),summary_index:q()}),T({type:L("error"),sequence_number:q(),error:T({type:v(),code:v(),message:v(),param:v().nullish()})}),T({type:v()}).loose().transform(e=>({type:"unknown_chunk",message:e.type}))]))),_7=rt(()=>Ce(T({id:v().optional(),created_at:q().optional(),error:T({message:v(),type:v(),param:v().nullish(),code:v()}).nullish(),model:v().optional(),output:A(Ze("type",[T({type:L("message"),role:L("assistant"),id:v(),content:A(T({type:L("output_text"),text:v(),logprobs:A(T({token:v(),logprob:q(),top_logprobs:A(T({token:v(),logprob:q()}))})).nullish(),annotations:A(Ze("type",[T({type:L("url_citation"),start_index:q(),end_index:q(),url:v(),title:v()}),T({type:L("file_citation"),file_id:v(),filename:v().nullish(),index:q().nullish(),start_index:q().nullish(),end_index:q().nullish(),quote:v().nullish()}),T({type:L("container_file_citation"),container_id:v(),file_id:v(),filename:v().nullish(),start_index:q().nullish(),end_index:q().nullish(),index:q().nullish()}),T({type:L("file_path"),file_id:v(),index:q().nullish()})]))}))}),T({type:L("web_search_call"),id:v(),status:v(),action:Ze("type",[T({type:L("search"),query:v().nullish(),sources:A(Ze("type",[T({type:L("url"),url:v()}),T({type:L("api"),name:v()})])).nullish()}),T({type:L("open_page"),url:v().nullish()}),T({type:L("find_in_page"),url:v().nullish(),pattern:v().nullish()})])}),T({type:L("file_search_call"),id:v(),queries:A(v()),results:A(T({attributes:ve(v(),ne([v(),q(),ce()])),file_id:v(),filename:v(),score:q(),text:v()})).nullish()}),T({type:L("code_interpreter_call"),id:v(),code:v().nullable(),container_id:v(),outputs:A(Ze("type",[T({type:L("logs"),logs:v()}),T({type:L("image"),url:v()})])).nullable()}),T({type:L("image_generation_call"),id:v(),result:v()}),T({type:L("local_shell_call"),id:v(),call_id:v(),action:T({type:L("exec"),command:A(v()),timeout_ms:q().optional(),user:v().optional(),working_directory:v().optional(),env:ve(v(),v()).optional()})}),T({type:L("function_call"),call_id:v(),name:v(),arguments:v(),id:v()}),T({type:L("computer_call"),id:v(),status:v().optional()}),T({type:L("reasoning"),id:v(),encrypted_content:v().nullish(),summary:A(T({type:L("summary_text"),text:v()}))})])).optional(),service_tier:v().nullish(),incomplete_details:T({reason:v()}).nullish(),usage:T({input_tokens:q(),input_tokens_details:T({cached_tokens:q().nullish()}).nullish(),output_tokens:q(),output_tokens_details:T({reasoning_tokens:q().nullish()}).nullish()}).optional()}))),Zf=20,y7=rt(()=>Ce(T({conversation:v().nullish(),include:A(_e(["reasoning.encrypted_content","file_search_call.results","message.output_text.logprobs"])).nullish(),instructions:v().nullish(),logprobs:ne([ce(),q().min(1).max(Zf)]).optional(),maxToolCalls:q().nullish(),metadata:et().nullish(),parallelToolCalls:ce().nullish(),previousResponseId:v().nullish(),promptCacheKey:v().nullish(),promptCacheRetention:_e(["in_memory","24h"]).nullish(),reasoningEffort:v().nullish(),reasoningSummary:v().nullish(),safetyIdentifier:v().nullish(),serviceTier:_e(["auto","flex","priority","default"]).nullish(),store:ce().nullish(),strictJsonSchema:ce().nullish(),textVerbosity:_e(["low","medium","high"]).nullish(),truncation:_e(["auto","disabled"]).nullish(),user:v().nullish()})));async function w7({tools:e,toolChoice:t,strictJsonSchema:r}){e=e?.length?e:void 0;const n=[];if(e==null)return{tools:void 0,toolChoice:void 0,toolWarnings:n};const o=[];for(const a of e)switch(a.type){case"function":o.push({type:"function",name:a.name,description:a.description,parameters:a.inputSchema,strict:r});break;case"provider-defined":{switch(a.id){case"openai.file_search":{const i=await dr({value:a.args,schema:K8});o.push({type:"file_search",vector_store_ids:i.vectorStoreIds,max_num_results:i.maxNumResults,ranking_options:i.ranking?{ranker:i.ranking.ranker,score_threshold:i.ranking.scoreThreshold}:void 0,filters:i.filters});break}case"openai.local_shell":{o.push({type:"local_shell"});break}case"openai.web_search_preview":{const i=await dr({value:a.args,schema:u7});o.push({type:"web_search_preview",search_context_size:i.searchContextSize,user_location:i.userLocation});break}case"openai.web_search":{const i=await dr({value:a.args,schema:s7});o.push({type:"web_search",filters:i.filters!=null?{allowed_domains:i.filters.allowedDomains}:void 0,external_web_access:i.externalWebAccess,search_context_size:i.searchContextSize,user_location:i.userLocation});break}case"openai.code_interpreter":{const i=await dr({value:a.args,schema:J8});o.push({type:"code_interpreter",container:i.container==null?{type:"auto",file_ids:void 0}:typeof i.container=="string"?i.container:{type:"auto",file_ids:i.container.fileIds}});break}case"openai.image_generation":{const i=await dr({value:a.args,schema:X8});o.push({type:"image_generation",background:i.background,input_fidelity:i.inputFidelity,input_image_mask:i.inputImageMask?{file_id:i.inputImageMask.fileId,image_url:i.inputImageMask.imageUrl}:void 0,model:i.model,size:i.size,quality:i.quality,moderation:i.moderation,output_format:i.outputFormat,output_compression:i.outputCompression});break}}break}default:n.push({type:"unsupported-tool",tool:a});break}if(t==null)return{tools:o,toolChoice:void 0,toolWarnings:n};const s=t.type;switch(s){case"auto":case"none":case"required":return{tools:o,toolChoice:s,toolWarnings:n};case"tool":return{tools:o,toolChoice:t.toolName==="code_interpreter"||t.toolName==="file_search"||t.toolName==="image_generation"||t.toolName==="web_search_preview"||t.toolName==="web_search"?{type:t.toolName}:{type:"function",name:t.toolName},toolWarnings:n};default:{const a=s;throw new Ct({functionality:`tool choice type: ${a}`})}}}var b7=class{constructor(e,t){this.specificationVersion="v2",this.supportedUrls={"image/*":[/^https?:\/\/.*$/],"application/pdf":[/^https?:\/\/.*$/]},this.modelId=e,this.config=t}get provider(){return this.config.provider}async getArgs({maxOutputTokens:e,temperature:t,stopSequences:r,topP:n,topK:o,presencePenalty:s,frequencyPenalty:a,seed:i,prompt:l,providerOptions:c,tools:u,toolChoice:g,responseFormat:h}){var d,p,w,m;const y=[],_=Pf(this.modelId);o!=null&&y.push({type:"unsupported-setting",setting:"topK"}),i!=null&&y.push({type:"unsupported-setting",setting:"seed"}),s!=null&&y.push({type:"unsupported-setting",setting:"presencePenalty"}),a!=null&&y.push({type:"unsupported-setting",setting:"frequencyPenalty"}),r!=null&&y.push({type:"unsupported-setting",setting:"stopSequences"});const f=await pr({provider:"openai",providerOptions:c,schema:y7});f?.conversation&&f?.previousResponseId&&y.push({type:"unsupported-setting",setting:"conversation",details:"conversation and previousResponseId cannot be used together"});const{input:b,warnings:k}=await m7({prompt:l,systemMessageMode:_.systemMessageMode,fileIdPrefixes:this.config.fileIdPrefixes,store:(d=f?.store)!=null?d:!0,hasLocalShellTool:x("openai.local_shell")});y.push(...k);const S=(p=f?.strictJsonSchema)!=null?p:!1;let C=f?.include;function I(se){C==null?C=[se]:C.includes(se)||(C=[...C,se])}function x(se){return u?.find(ee=>ee.type==="provider-defined"&&ee.id===se)!=null}const M=typeof f?.logprobs=="number"?f?.logprobs:f?.logprobs===!0?Zf:void 0;M&&I("message.output_text.logprobs");const P=(w=u?.find(se=>se.type==="provider-defined"&&(se.id==="openai.web_search"||se.id==="openai.web_search_preview")))==null?void 0:w.name;P&&I("web_search_call.action.sources"),x("openai.code_interpreter")&&I("code_interpreter_call.outputs");const U=f?.store;U===!1&&_.isReasoningModel&&I("reasoning.encrypted_content");const z={model:this.modelId,input:b,temperature:t,top_p:n,max_output_tokens:e,...(h?.type==="json"||f?.textVerbosity)&&{text:{...h?.type==="json"&&{format:h.schema!=null?{type:"json_schema",strict:S,name:(m=h.name)!=null?m:"response",description:h.description,schema:h.schema}:{type:"json_object"}},...f?.textVerbosity&&{verbosity:f.textVerbosity}}},conversation:f?.conversation,max_tool_calls:f?.maxToolCalls,metadata:f?.metadata,parallel_tool_calls:f?.parallelToolCalls,previous_response_id:f?.previousResponseId,store:U,user:f?.user,instructions:f?.instructions,service_tier:f?.serviceTier,include:C,prompt_cache_key:f?.promptCacheKey,prompt_cache_retention:f?.promptCacheRetention,safety_identifier:f?.safetyIdentifier,top_logprobs:M,truncation:f?.truncation,..._.isReasoningModel&&(f?.reasoningEffort!=null||f?.reasoningSummary!=null)&&{reasoning:{...f?.reasoningEffort!=null&&{effort:f.reasoningEffort},...f?.reasoningSummary!=null&&{summary:f.reasoningSummary}}}};_.isReasoningModel?f?.reasoningEffort==="none"&&_.supportsNonReasoningParameters||(z.temperature!=null&&(z.temperature=void 0,y.push({type:"unsupported-setting",setting:"temperature",details:"temperature is not supported for reasoning models"})),z.top_p!=null&&(z.top_p=void 0,y.push({type:"unsupported-setting",setting:"topP",details:"topP is not supported for reasoning models"}))):(f?.reasoningEffort!=null&&y.push({type:"unsupported-setting",setting:"reasoningEffort",details:"reasoningEffort is not supported for non-reasoning models"}),f?.reasoningSummary!=null&&y.push({type:"unsupported-setting",setting:"reasoningSummary",details:"reasoningSummary is not supported for non-reasoning models"})),f?.serviceTier==="flex"&&!_.supportsFlexProcessing&&(y.push({type:"unsupported-setting",setting:"serviceTier",details:"flex processing is only available for o3, o4-mini, and gpt-5 models"}),delete z.service_tier),f?.serviceTier==="priority"&&!_.supportsPriorityProcessing&&(y.push({type:"unsupported-setting",setting:"serviceTier",details:"priority processing is only available for supported models (gpt-4, gpt-5, gpt-5-mini, o3, o4-mini) and requires Enterprise access. gpt-5-nano is not supported"}),delete z.service_tier);const{tools:F,toolChoice:te,toolWarnings:ie}=await w7({tools:u,toolChoice:g,strictJsonSchema:S});return{webSearchToolName:P,args:{...z,tools:F,tool_choice:te},warnings:[...y,...ie],store:U}}async doGenerate(e){var t,r,n,o,s,a,i,l,c,u,g,h,d,p,w,m,y,_,f,b,k,S,C,I,x,M,P,U;const{args:z,warnings:F,webSearchToolName:te}=await this.getArgs(e),ie=this.config.url({path:"/responses",modelId:this.modelId}),se=this.config.provider.replace(".responses",""),{responseHeaders:ee,value:pe,rawValue:V}=await Kt({url:ie,headers:Dt(this.config.headers(),e.headers),body:z,failedResponseHandler:Zt,successfulResponseHandler:sn(_7),abortSignal:e.abortSignal,fetch:this.config.fetch});if(pe.error)throw new Pe({message:pe.error.message,url:ie,requestBodyValues:z,statusCode:400,responseHeaders:ee,responseBody:V,isRetryable:!1});const O=[],Z=[];let j=!1;for(const $ of pe.output)switch($.type){case"reasoning":{$.summary.length===0&&$.summary.push({type:"summary_text",text:""});for(const H of $.summary)O.push({type:"reasoning",text:H.text,providerMetadata:{[se]:{itemId:$.id,reasoningEncryptedContent:(t=$.encrypted_content)!=null?t:null}}});break}case"image_generation_call":{O.push({type:"tool-call",toolCallId:$.id,toolName:"image_generation",input:"{}",providerExecuted:!0}),O.push({type:"tool-result",toolCallId:$.id,toolName:"image_generation",result:{result:$.result},providerExecuted:!0});break}case"local_shell_call":{O.push({type:"tool-call",toolCallId:$.call_id,toolName:"local_shell",input:JSON.stringify({action:$.action}),providerMetadata:{[se]:{itemId:$.id}}});break}case"message":{for(const H of $.content){(n=(r=e.providerOptions)==null?void 0:r.openai)!=null&&n.logprobs&&H.logprobs&&Z.push(H.logprobs),O.push({type:"text",text:H.text,providerMetadata:{[se]:{itemId:$.id}}});for(const G of H.annotations)G.type==="url_citation"?O.push({type:"source",sourceType:"url",id:(a=(s=(o=this.config).generateId)==null?void 0:s.call(o))!=null?a:It(),url:G.url,title:G.title}):G.type==="file_citation"?O.push({type:"source",sourceType:"document",id:(c=(l=(i=this.config).generateId)==null?void 0:l.call(i))!=null?c:It(),mediaType:"text/plain",title:(g=(u=G.quote)!=null?u:G.filename)!=null?g:"Document",filename:(h=G.filename)!=null?h:G.file_id,...G.file_id?{providerMetadata:{[se]:{fileId:G.file_id}}}:{}}):G.type==="container_file_citation"?O.push({type:"source",sourceType:"document",id:(w=(p=(d=this.config).generateId)==null?void 0:p.call(d))!=null?w:It(),mediaType:"text/plain",title:(y=(m=G.filename)!=null?m:G.file_id)!=null?y:"Document",filename:(_=G.filename)!=null?_:G.file_id,providerMetadata:{[se]:{fileId:G.file_id,containerId:G.container_id,...G.index!=null?{index:G.index}:{}}}}):G.type==="file_path"&&O.push({type:"source",sourceType:"document",id:(k=(b=(f=this.config).generateId)==null?void 0:b.call(f))!=null?k:It(),mediaType:"application/octet-stream",title:G.file_id,filename:G.file_id,providerMetadata:{[se]:{fileId:G.file_id,...G.index!=null?{index:G.index}:{}}}})}break}case"function_call":{j=!0,O.push({type:"tool-call",toolCallId:$.call_id,toolName:$.name,input:$.arguments,providerMetadata:{[se]:{itemId:$.id}}});break}case"web_search_call":{O.push({type:"tool-call",toolCallId:$.id,toolName:te??"web_search",input:JSON.stringify({}),providerExecuted:!0}),O.push({type:"tool-result",toolCallId:$.id,toolName:te??"web_search",result:Vf($.action),providerExecuted:!0});break}case"computer_call":{O.push({type:"tool-call",toolCallId:$.id,toolName:"computer_use",input:"",providerExecuted:!0}),O.push({type:"tool-result",toolCallId:$.id,toolName:"computer_use",result:{type:"computer_use_tool_result",status:$.status||"completed"},providerExecuted:!0});break}case"file_search_call":{O.push({type:"tool-call",toolCallId:$.id,toolName:"file_search",input:"{}",providerExecuted:!0}),O.push({type:"tool-result",toolCallId:$.id,toolName:"file_search",result:{queries:$.queries,results:(C=(S=$.results)==null?void 0:S.map(H=>({attributes:H.attributes,fileId:H.file_id,filename:H.filename,score:H.score,text:H.text})))!=null?C:null},providerExecuted:!0});break}case"code_interpreter_call":{O.push({type:"tool-call",toolCallId:$.id,toolName:"code_interpreter",input:JSON.stringify({code:$.code,containerId:$.container_id}),providerExecuted:!0}),O.push({type:"tool-result",toolCallId:$.id,toolName:"code_interpreter",result:{outputs:$.outputs},providerExecuted:!0});break}}const E={[se]:{...pe.id!=null?{responseId:pe.id}:{}}};Z.length>0&&(E[se].logprobs=Z),typeof pe.service_tier=="string"&&(E[se].serviceTier=pe.service_tier);const R=pe.usage;return{content:O,finishReason:Df({finishReason:(I=pe.incomplete_details)==null?void 0:I.reason,hasFunctionCall:j}),usage:{inputTokens:R.input_tokens,outputTokens:R.output_tokens,totalTokens:R.input_tokens+R.output_tokens,reasoningTokens:(M=(x=R.output_tokens_details)==null?void 0:x.reasoning_tokens)!=null?M:void 0,cachedInputTokens:(U=(P=R.input_tokens_details)==null?void 0:P.cached_tokens)!=null?U:void 0},request:{body:z},response:{id:pe.id,timestamp:new Date(pe.created_at*1e3),modelId:pe.model,headers:ee,body:V},providerMetadata:E,warnings:F}}async doStream(e){const{args:t,warnings:r,webSearchToolName:n,store:o}=await this.getArgs(e),{responseHeaders:s,value:a}=await Kt({url:this.config.url({path:"/responses",modelId:this.modelId}),headers:Dt(this.config.headers(),e.headers),body:{...t,stream:!0},failedResponseHandler:Zt,successfulResponseHandler:Wi(v7),abortSignal:e.abortSignal,fetch:this.config.fetch}),i=this,l=this.config.provider.replace(".responses","");let c="unknown";const u={inputTokens:void 0,outputTokens:void 0,totalTokens:void 0},g=[];let h=null;const d={},p=[];let w=!1;const m={};let y;return{stream:a.pipeThrough(new TransformStream({start(_){_.enqueue({type:"stream-start",warnings:r})},transform(_,f){var b,k,S,C,I,x,M,P,U,z,F,te,ie,se,ee,pe,V,O,Z,j,E,R;if(e.includeRawChunks&&f.enqueue({type:"raw",rawValue:_.rawValue}),!_.success){c="error",f.enqueue({type:"error",error:_.error});return}const $=_.value;if(Ff($))$.item.type==="function_call"?(d[$.output_index]={toolName:$.item.name,toolCallId:$.item.call_id},f.enqueue({type:"tool-input-start",id:$.item.call_id,toolName:$.item.name})):$.item.type==="web_search_call"?(d[$.output_index]={toolName:n??"web_search",toolCallId:$.item.id},f.enqueue({type:"tool-input-start",id:$.item.id,toolName:n??"web_search",providerExecuted:!0}),f.enqueue({type:"tool-input-end",id:$.item.id}),f.enqueue({type:"tool-call",toolCallId:$.item.id,toolName:n??"web_search",input:JSON.stringify({}),providerExecuted:!0})):$.item.type==="computer_call"?(d[$.output_index]={toolName:"computer_use",toolCallId:$.item.id},f.enqueue({type:"tool-input-start",id:$.item.id,toolName:"computer_use",providerExecuted:!0})):$.item.type==="code_interpreter_call"?(d[$.output_index]={toolName:"code_interpreter",toolCallId:$.item.id,codeInterpreter:{containerId:$.item.container_id}},f.enqueue({type:"tool-input-start",id:$.item.id,toolName:"code_interpreter",providerExecuted:!0}),f.enqueue({type:"tool-input-delta",id:$.item.id,delta:`{"containerId":"${$.item.container_id}","code":"`})):$.item.type==="file_search_call"?f.enqueue({type:"tool-call",toolCallId:$.item.id,toolName:"file_search",input:"{}",providerExecuted:!0}):$.item.type==="image_generation_call"?f.enqueue({type:"tool-call",toolCallId:$.item.id,toolName:"image_generation",input:"{}",providerExecuted:!0}):$.item.type==="message"?(p.splice(0,p.length),f.enqueue({type:"text-start",id:$.item.id,providerMetadata:{[l]:{itemId:$.item.id}}})):Ff($)&&$.item.type==="reasoning"&&(m[$.item.id]={encryptedContent:$.item.encrypted_content,summaryParts:{0:"active"}},f.enqueue({type:"reasoning-start",id:`${$.item.id}:0`,providerMetadata:{[l]:{itemId:$.item.id,reasoningEncryptedContent:(b=$.item.encrypted_content)!=null?b:null}}}));else if(S7($)){if($.item.type==="message")f.enqueue({type:"text-end",id:$.item.id,providerMetadata:{[l]:{itemId:$.item.id,...p.length>0&&{annotations:p}}}});else if($.item.type==="function_call")d[$.output_index]=void 0,w=!0,f.enqueue({type:"tool-input-end",id:$.item.call_id}),f.enqueue({type:"tool-call",toolCallId:$.item.call_id,toolName:$.item.name,input:$.item.arguments,providerMetadata:{[l]:{itemId:$.item.id}}});else if($.item.type==="web_search_call")d[$.output_index]=void 0,f.enqueue({type:"tool-result",toolCallId:$.item.id,toolName:n??"web_search",result:Vf($.item.action),providerExecuted:!0});else if($.item.type==="computer_call")d[$.output_index]=void 0,f.enqueue({type:"tool-input-end",id:$.item.id}),f.enqueue({type:"tool-call",toolCallId:$.item.id,toolName:"computer_use",input:"",providerExecuted:!0}),f.enqueue({type:"tool-result",toolCallId:$.item.id,toolName:"computer_use",result:{type:"computer_use_tool_result",status:$.item.status||"completed"},providerExecuted:!0});else if($.item.type==="file_search_call")d[$.output_index]=void 0,f.enqueue({type:"tool-result",toolCallId:$.item.id,toolName:"file_search",result:{queries:$.item.queries,results:(S=(k=$.item.results)==null?void 0:k.map(H=>({attributes:H.attributes,fileId:H.file_id,filename:H.filename,score:H.score,text:H.text})))!=null?S:null},providerExecuted:!0});else if($.item.type==="code_interpreter_call")d[$.output_index]=void 0,f.enqueue({type:"tool-result",toolCallId:$.item.id,toolName:"code_interpreter",result:{outputs:$.item.outputs},providerExecuted:!0});else if($.item.type==="image_generation_call")f.enqueue({type:"tool-result",toolCallId:$.item.id,toolName:"image_generation",result:{result:$.item.result},providerExecuted:!0});else if($.item.type==="local_shell_call")d[$.output_index]=void 0,f.enqueue({type:"tool-call",toolCallId:$.item.call_id,toolName:"local_shell",input:JSON.stringify({action:{type:"exec",command:$.item.action.command,timeoutMs:$.item.action.timeout_ms,user:$.item.action.user,workingDirectory:$.item.action.working_directory,env:$.item.action.env}}),providerMetadata:{[l]:{itemId:$.item.id}}});else if($.item.type==="reasoning"){const H=m[$.item.id],G=Object.entries(H.summaryParts).filter(([fe,ae])=>ae==="active"||ae==="can-conclude").map(([fe])=>fe);for(const fe of G)f.enqueue({type:"reasoning-end",id:`${$.item.id}:${fe}`,providerMetadata:{[l]:{itemId:$.item.id,reasoningEncryptedContent:(C=$.item.encrypted_content)!=null?C:null}}});delete m[$.item.id]}}else if($7($)){const H=d[$.output_index];H!=null&&f.enqueue({type:"tool-input-delta",id:H.toolCallId,delta:$.delta})}else if(E7($)){const H=d[$.output_index];H!=null&&f.enqueue({type:"tool-input-delta",id:H.toolCallId,delta:JSON.stringify($.delta).slice(1,-1)})}else if(I7($)){const H=d[$.output_index];H!=null&&(f.enqueue({type:"tool-input-delta",id:H.toolCallId,delta:'"}'}),f.enqueue({type:"tool-input-end",id:H.toolCallId}),f.enqueue({type:"tool-call",toolCallId:H.toolCallId,toolName:"code_interpreter",input:JSON.stringify({code:$.code,containerId:H.codeInterpreter.containerId}),providerExecuted:!0}))}else if(T7($))h=$.response.id,f.enqueue({type:"response-metadata",id:$.response.id,timestamp:new Date($.response.created_at*1e3),modelId:$.response.model});else if(k7($))f.enqueue({type:"text-delta",id:$.item_id,delta:$.delta}),(x=(I=e.providerOptions)==null?void 0:I.openai)!=null&&x.logprobs&&$.logprobs&&g.push($.logprobs);else if($.type==="response.reasoning_summary_part.added"){if($.summary_index>0){const H=m[$.item_id];H.summaryParts[$.summary_index]="active";for(const G of Object.keys(H.summaryParts))H.summaryParts[G]==="can-conclude"&&(f.enqueue({type:"reasoning-end",id:`${$.item_id}:${G}`,providerMetadata:{[l]:{itemId:$.item_id}}}),H.summaryParts[G]="concluded");f.enqueue({type:"reasoning-start",id:`${$.item_id}:${$.summary_index}`,providerMetadata:{[l]:{itemId:$.item_id,reasoningEncryptedContent:(P=(M=m[$.item_id])==null?void 0:M.encryptedContent)!=null?P:null}}})}}else $.type==="response.reasoning_summary_text.delta"?f.enqueue({type:"reasoning-delta",id:`${$.item_id}:${$.summary_index}`,delta:$.delta,providerMetadata:{[l]:{itemId:$.item_id}}}):$.type==="response.reasoning_summary_part.done"?o?(f.enqueue({type:"reasoning-end",id:`${$.item_id}:${$.summary_index}`,providerMetadata:{[l]:{itemId:$.item_id}}}),m[$.item_id].summaryParts[$.summary_index]="concluded"):m[$.item_id].summaryParts[$.summary_index]="can-conclude":C7($)?(c=Df({finishReason:(U=$.response.incomplete_details)==null?void 0:U.reason,hasFunctionCall:w}),u.inputTokens=$.response.usage.input_tokens,u.outputTokens=$.response.usage.output_tokens,u.totalTokens=$.response.usage.input_tokens+$.response.usage.output_tokens,u.reasoningTokens=(F=(z=$.response.usage.output_tokens_details)==null?void 0:z.reasoning_tokens)!=null?F:void 0,u.cachedInputTokens=(ie=(te=$.response.usage.input_tokens_details)==null?void 0:te.cached_tokens)!=null?ie:void 0,typeof $.response.service_tier=="string"&&(y=$.response.service_tier)):x7($)?(p.push($.annotation),$.annotation.type==="url_citation"?f.enqueue({type:"source",sourceType:"url",id:(pe=(ee=(se=i.config).generateId)==null?void 0:ee.call(se))!=null?pe:It(),url:$.annotation.url,title:$.annotation.title}):$.annotation.type==="file_citation"&&f.enqueue({type:"source",sourceType:"document",id:(Z=(O=(V=i.config).generateId)==null?void 0:O.call(V))!=null?Z:It(),mediaType:"text/plain",title:(E=(j=$.annotation.quote)!=null?j:$.annotation.filename)!=null?E:"Document",filename:(R=$.annotation.filename)!=null?R:$.annotation.file_id,...$.annotation.file_id?{providerMetadata:{[l]:{fileId:$.annotation.file_id}}}:{}})):R7($)&&f.enqueue({type:"error",error:$})},flush(_){const f={[l]:{responseId:h}};g.length>0&&(f[l].logprobs=g),y!==void 0&&(f[l].serviceTier=y),_.enqueue({type:"finish",finishReason:c,usage:u,providerMetadata:f})}})),request:{body:t},response:{headers:s}}}};function k7(e){return e.type==="response.output_text.delta"}function S7(e){return e.type==="response.output_item.done"}function C7(e){return e.type==="response.completed"||e.type==="response.incomplete"}function T7(e){return e.type==="response.created"}function $7(e){return e.type==="response.function_call_arguments.delta"}function E7(e){return e.type==="response.code_interpreter_call_code.delta"}function I7(e){return e.type==="response.code_interpreter_call_code.done"}function Ff(e){return e.type==="response.output_item.added"}function x7(e){return e.type==="response.output_text.annotation.added"}function R7(e){return e.type==="error"}function Vf(e){var t;switch(e.type){case"search":return{action:{type:"search",query:(t=e.query)!=null?t:void 0},...e.sources!=null&&{sources:e.sources}};case"open_page":return{action:{type:"openPage",url:e.url}};case"find_in_page":return{action:{type:"findInPage",url:e.url,pattern:e.pattern}}}}var P7=rt(()=>Ce(T({instructions:v().nullish(),speed:q().min(.25).max(4).default(1).nullish()}))),O7=class{constructor(e,t){this.modelId=e,this.config=t,this.specificationVersion="v2"}get provider(){return this.config.provider}async getArgs({text:e,voice:t="alloy",outputFormat:r="mp3",speed:n,instructions:o,language:s,providerOptions:a}){const i=[],l=await pr({provider:"openai",providerOptions:a,schema:P7}),c={model:this.modelId,input:e,voice:t,response_format:"mp3",speed:n,instructions:o};if(r&&(["mp3","opus","aac","flac","wav","pcm"].includes(r)?c.response_format=r:i.push({type:"unsupported-setting",setting:"outputFormat",details:`Unsupported output format: ${r}. Using mp3 instead.`})),l){const u={};for(const g in u){const h=u[g];h!==void 0&&(c[g]=h)}}return s&&i.push({type:"unsupported-setting",setting:"language",details:`OpenAI speech models do not support language selection. Language parameter "${s}" was ignored.`}),{requestBody:c,warnings:i}}async doGenerate(e){var t,r,n;const o=(n=(r=(t=this.config._internal)==null?void 0:t.currentDate)==null?void 0:r.call(t))!=null?n:new Date,{requestBody:s,warnings:a}=await this.getArgs(e),{value:i,responseHeaders:l,rawValue:c}=await Kt({url:this.config.url({path:"/audio/speech",modelId:this.modelId}),headers:Dt(this.config.headers(),e.headers),body:s,failedResponseHandler:Zt,successfulResponseHandler:P5(),abortSignal:e.abortSignal,fetch:this.config.fetch});return{audio:i,warnings:a,request:{body:JSON.stringify(s)},response:{timestamp:o,modelId:this.modelId,headers:l,body:c}}}},M7=rt(()=>Ce(T({text:v(),language:v().nullish(),duration:q().nullish(),words:A(T({word:v(),start:q(),end:q()})).nullish(),segments:A(T({id:q(),seek:q(),start:q(),end:q(),text:v(),tokens:A(q()),temperature:q(),avg_logprob:q(),compression_ratio:q(),no_speech_prob:q()})).nullish()}))),N7=rt(()=>Ce(T({include:A(v()).optional(),language:v().optional(),prompt:v().optional(),temperature:q().min(0).max(1).default(0).optional(),timestampGranularities:A(_e(["word","segment"])).default(["segment"]).optional()}))),Hf={afrikaans:"af",arabic:"ar",armenian:"hy",azerbaijani:"az",belarusian:"be",bosnian:"bs",bulgarian:"bg",catalan:"ca",chinese:"zh",croatian:"hr",czech:"cs",danish:"da",dutch:"nl",english:"en",estonian:"et",finnish:"fi",french:"fr",galician:"gl",german:"de",greek:"el",hebrew:"he",hindi:"hi",hungarian:"hu",icelandic:"is",indonesian:"id",italian:"it",japanese:"ja",kannada:"kn",kazakh:"kk",korean:"ko",latvian:"lv",lithuanian:"lt",macedonian:"mk",malay:"ms",marathi:"mr",maori:"mi",nepali:"ne",norwegian:"no",persian:"fa",polish:"pl",portuguese:"pt",romanian:"ro",russian:"ru",serbian:"sr",slovak:"sk",slovenian:"sl",spanish:"es",swahili:"sw",swedish:"sv",tagalog:"tl",tamil:"ta",thai:"th",turkish:"tr",ukrainian:"uk",urdu:"ur",vietnamese:"vi",welsh:"cy"},A7=class{constructor(e,t){this.modelId=e,this.config=t,this.specificationVersion="v2"}get provider(){return this.config.provider}async getArgs({audio:e,mediaType:t,providerOptions:r}){const n=[],o=await pr({provider:"openai",providerOptions:r,schema:N7}),s=new FormData,a=e instanceof Uint8Array?new Blob([e]):new Blob([T8(e)]);s.append("model",this.modelId);const i=_5(t);if(s.append("file",new File([a],"audio",{type:t}),`audio.${i}`),o){const l={include:o.include,language:o.language,prompt:o.prompt,response_format:["gpt-4o-transcribe","gpt-4o-mini-transcribe"].includes(this.modelId)?"json":"verbose_json",temperature:o.temperature,timestamp_granularities:o.timestampGranularities};for(const[c,u]of Object.entries(l))if(u!=null)if(Array.isArray(u))for(const g of u)s.append(`${c}[]`,String(g));else s.append(c,String(u))}return{formData:s,warnings:n}}async doGenerate(e){var t,r,n,o,s,a,i,l;const c=(n=(r=(t=this.config._internal)==null?void 0:t.currentDate)==null?void 0:r.call(t))!=null?n:new Date,{formData:u,warnings:g}=await this.getArgs(e),{value:h,responseHeaders:d,rawValue:p}=await x5({url:this.config.url({path:"/audio/transcriptions",modelId:this.modelId}),headers:Dt(this.config.headers(),e.headers),formData:u,failedResponseHandler:Zt,successfulResponseHandler:sn(M7),abortSignal:e.abortSignal,fetch:this.config.fetch}),w=h.language!=null&&h.language in Hf?Hf[h.language]:void 0;return{text:h.text,segments:(i=(a=(o=h.segments)==null?void 0:o.map(m=>({text:m.text,startSecond:m.start,endSecond:m.end})))!=null?a:(s=h.words)==null?void 0:s.map(m=>({text:m.word,startSecond:m.start,endSecond:m.end})))!=null?i:[],language:w,durationInSeconds:(l=h.duration)!=null?l:void 0,warnings:g,response:{timestamp:c,modelId:this.modelId,headers:d,body:p}}}},q7="2.0.88";function Bf(e={}){var t,r;const n=(t=E8(v5({settingValue:e.baseURL,environmentVariableName:"OPENAI_BASE_URL"})))!=null?t:"https://api.openai.com/v1",o=(r=e.name)!=null?r:"openai",s=()=>yf({Authorization:`Bearer ${g5({apiKey:e.apiKey,environmentVariableName:"OPENAI_API_KEY",description:"OpenAI"})}`,"OpenAI-Organization":e.organization,"OpenAI-Project":e.project,...e.headers},`ai-sdk/openai/${q7}`),a=w=>new M8(w,{provider:`${o}.chat`,url:({path:m})=>`${n}${m}`,headers:s,fetch:e.fetch}),i=w=>new L8(w,{provider:`${o}.completion`,url:({path:m})=>`${n}${m}`,headers:s,fetch:e.fetch}),l=w=>new z8(w,{provider:`${o}.embedding`,url:({path:m})=>`${n}${m}`,headers:s,fetch:e.fetch}),c=w=>new V8(w,{provider:`${o}.image`,url:({path:m})=>`${n}${m}`,headers:s,fetch:e.fetch}),u=w=>new A7(w,{provider:`${o}.transcription`,url:({path:m})=>`${n}${m}`,headers:s,fetch:e.fetch}),g=w=>new O7(w,{provider:`${o}.speech`,url:({path:m})=>`${n}${m}`,headers:s,fetch:e.fetch}),h=w=>{if(new.target)throw new Error("The OpenAI model function cannot be called with the new keyword.");return d(w)},d=w=>new b7(w,{provider:`${o}.responses`,url:({path:m})=>`${n}${m}`,headers:s,fetch:e.fetch,fileIdPrefixes:["file-"]}),p=function(w){return h(w)};return p.languageModel=h,p.chat=a,p.completion=i,p.responses=d,p.embedding=l,p.textEmbedding=l,p.textEmbeddingModel=l,p.image=c,p.imageModel=c,p.transcription=u,p.transcriptionModel=u,p.speech=g,p.speechModel=g,p.tools=h7,p}Bf();function Wn(e){var t,r;return(r=(t=e?.providerOptions)==null?void 0:t.openaiCompatible)!=null?r:{}}function L7(e){const t=[];for(const{role:r,content:n,...o}of e){const s=Wn({...o});switch(r){case"system":{t.push({role:"system",content:n,...s});break}case"user":{if(n.length===1&&n[0].type==="text"){t.push({role:"user",content:n[0].text,...Wn(n[0])});break}t.push({role:"user",content:n.map(a=>{const i=Wn(a);switch(a.type){case"text":return{type:"text",text:a.text,...i};case"file":if(a.mediaType.startsWith("image/")){const l=a.mediaType==="image/*"?"image/jpeg":a.mediaType;return{type:"image_url",image_url:{url:a.data instanceof URL?a.data.toString():`data:${l};base64,${Jy(a.data)}`},...i}}else throw new Ct({functionality:`file part media type ${a.mediaType}`})}}),...s});break}case"assistant":{let a="";const i=[];for(const l of n){const c=Wn(l);switch(l.type){case"text":{a+=l.text;break}case"tool-call":{i.push({id:l.toolCallId,type:"function",function:{name:l.toolName,arguments:JSON.stringify(l.input)},...c});break}}}t.push({role:"assistant",content:a,tool_calls:i.length>0?i:void 0,...s});break}case"tool":{for(const a of n){const i=a.output;let l;switch(i.type){case"text":case"error-text":l=i.value;break;case"content":case"json":case"error-json":l=JSON.stringify(i.value);break}const c=Wn(a);t.push({role:"tool",tool_call_id:a.toolCallId,content:l,...c})}break}default:{const a=r;throw new Error(`Unsupported role: ${a}`)}}}return t}function Jf({id:e,model:t,created:r}){return{id:e??void 0,modelId:t??void 0,timestamp:r!=null?new Date(r*1e3):void 0}}function Gf(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 tl=T({user:v().optional(),reasoningEffort:v().optional(),textVerbosity:v().optional()}),j7=T({error:T({message:v(),type:v().nullish(),param:et().nullish(),code:ne([v(),q()]).nullish()})}),U7={errorSchema:j7,errorToMessage:e=>e.error.message};function z7({tools:e,toolChoice:t}){e=e?.length?e:void 0;const r=[];if(e==null)return{tools:void 0,toolChoice:void 0,toolWarnings:r};const n=[];for(const s of e)s.type==="provider-defined"?r.push({type:"unsupported-tool",tool:s}):n.push({type:"function",function:{name:s.name,description:s.description,parameters:s.inputSchema}});if(t==null)return{tools:n,toolChoice:void 0,toolWarnings:r};const o=t.type;switch(o){case"auto":case"none":case"required":return{tools:n,toolChoice:o,toolWarnings:r};case"tool":return{tools:n,toolChoice:{type:"function",function:{name:t.toolName}},toolWarnings:r};default:{const s=o;throw new Ct({functionality:`tool choice type: ${s}`})}}}var D7=class{constructor(e,t){this.specificationVersion="v2";var r,n;this.modelId=e,this.config=t;const o=(r=t.errorStructure)!=null?r:U7;this.chunkSchema=F7(o.errorSchema),this.failedResponseHandler=$r(o),this.supportsStructuredOutputs=(n=t.supportsStructuredOutputs)!=null?n:!1}get provider(){return this.config.provider}get providerOptionsName(){return this.config.provider.split(".")[0].trim()}get supportedUrls(){var e,t,r;return(r=(t=(e=this.config).supportedUrls)==null?void 0:t.call(e))!=null?r:{}}async getArgs({prompt:e,maxOutputTokens:t,temperature:r,topP:n,topK:o,frequencyPenalty:s,presencePenalty:a,providerOptions:i,stopSequences:l,responseFormat:c,seed:u,toolChoice:g,tools:h}){var d,p,w,m;const y=[],_=Object.assign((d=await ed({provider:"openai-compatible",providerOptions:i,schema:tl}))!=null?d:{},(p=await ed({provider:this.providerOptionsName,providerOptions:i,schema:tl}))!=null?p:{});o!=null&&y.push({type:"unsupported-setting",setting:"topK"}),c?.type==="json"&&c.schema!=null&&!this.supportsStructuredOutputs&&y.push({type:"unsupported-setting",setting:"responseFormat",details:"JSON response format schema is only supported with structuredOutputs"});const{tools:f,toolChoice:b,toolWarnings:k}=z7({tools:h,toolChoice:g});return{args:{model:this.modelId,user:_.user,max_tokens:t,temperature:r,top_p:n,frequency_penalty:s,presence_penalty:a,response_format:c?.type==="json"?this.supportsStructuredOutputs===!0&&c.schema!=null?{type:"json_schema",json_schema:{schema:c.schema,name:(w=c.name)!=null?w:"response",description:c.description}}:{type:"json_object"}:void 0,stop:l,seed:u,...Object.fromEntries(Object.entries((m=i?.[this.providerOptionsName])!=null?m:{}).filter(([S])=>!Object.keys(tl.shape).includes(S))),reasoning_effort:_.reasoningEffort,verbosity:_.textVerbosity,messages:L7(e),tools:f,tool_choice:b},warnings:[...y,...k]}}async doGenerate(e){var t,r,n,o,s,a,i,l,c,u,g,h,d,p,w,m,y;const{args:_,warnings:f}=await this.getArgs({...e}),b=JSON.stringify(_),{responseHeaders:k,value:S,rawValue:C}=await Jr({url:this.config.url({path:"/chat/completions",modelId:this.modelId}),headers:Hr(this.config.headers(),e.headers),body:_,failedResponseHandler:this.failedResponseHandler,successfulResponseHandler:Gr(Z7),abortSignal:e.abortSignal,fetch:this.config.fetch}),I=S.choices[0],x=[],M=I.message.content;M!=null&&M.length>0&&x.push({type:"text",text:M});const P=(t=I.message.reasoning_content)!=null?t:I.message.reasoning;if(P!=null&&P.length>0&&x.push({type:"reasoning",text:P}),I.message.tool_calls!=null)for(const F of I.message.tool_calls)x.push({type:"tool-call",toolCallId:(r=F.id)!=null?r:In(),toolName:F.function.name,input:F.function.arguments});const U={[this.providerOptionsName]:{},...await((o=(n=this.config.metadataExtractor)==null?void 0:n.extractMetadata)==null?void 0:o.call(n,{parsedBody:C}))},z=(s=S.usage)==null?void 0:s.completion_tokens_details;return z?.accepted_prediction_tokens!=null&&(U[this.providerOptionsName].acceptedPredictionTokens=z?.accepted_prediction_tokens),z?.rejected_prediction_tokens!=null&&(U[this.providerOptionsName].rejectedPredictionTokens=z?.rejected_prediction_tokens),{content:x,finishReason:Gf(I.finish_reason),usage:{inputTokens:(i=(a=S.usage)==null?void 0:a.prompt_tokens)!=null?i:void 0,outputTokens:(c=(l=S.usage)==null?void 0:l.completion_tokens)!=null?c:void 0,totalTokens:(g=(u=S.usage)==null?void 0:u.total_tokens)!=null?g:void 0,reasoningTokens:(p=(d=(h=S.usage)==null?void 0:h.completion_tokens_details)==null?void 0:d.reasoning_tokens)!=null?p:void 0,cachedInputTokens:(y=(m=(w=S.usage)==null?void 0:w.prompt_tokens_details)==null?void 0:m.cached_tokens)!=null?y:void 0},providerMetadata:U,request:{body:b},response:{...Jf(S),headers:k,body:C},warnings:f}}async doStream(e){var t;const{args:r,warnings:n}=await this.getArgs({...e}),o={...r,stream:!0,stream_options:this.config.includeUsage?{include_usage:!0}:void 0},s=(t=this.config.metadataExtractor)==null?void 0:t.createStreamExtractor(),{responseHeaders:a,value:i}=await Jr({url:this.config.url({path:"/chat/completions",modelId:this.modelId}),headers:Hr(this.config.headers(),e.headers),body:o,failedResponseHandler:this.failedResponseHandler,successfulResponseHandler:rd(this.chunkSchema),abortSignal:e.abortSignal,fetch:this.config.fetch}),l=[];let c="unknown";const u={completionTokens:void 0,completionTokensDetails:{reasoningTokens:void 0,acceptedPredictionTokens:void 0,rejectedPredictionTokens:void 0},promptTokens:void 0,promptTokensDetails:{cachedTokens:void 0},totalTokens:void 0};let g=!0;const h=this.providerOptionsName;let d=!1,p=!1;return{stream:i.pipeThrough(new TransformStream({start(w){w.enqueue({type:"stream-start",warnings:n})},transform(w,m){var y,_,f,b,k,S,C,I,x,M,P,U,z;if(e.includeRawChunks&&m.enqueue({type:"raw",rawValue:w.rawValue}),!w.success){c="error",m.enqueue({type:"error",error:w.error});return}const F=w.value;if(s?.processChunk(w.rawValue),"error"in F){c="error",m.enqueue({type:"error",error:F.error.message});return}if(g&&(g=!1,m.enqueue({type:"response-metadata",...Jf(F)})),F.usage!=null){const{prompt_tokens:ee,completion_tokens:pe,total_tokens:V,prompt_tokens_details:O,completion_tokens_details:Z}=F.usage;u.promptTokens=ee??void 0,u.completionTokens=pe??void 0,u.totalTokens=V??void 0,Z?.reasoning_tokens!=null&&(u.completionTokensDetails.reasoningTokens=Z?.reasoning_tokens),Z?.accepted_prediction_tokens!=null&&(u.completionTokensDetails.acceptedPredictionTokens=Z?.accepted_prediction_tokens),Z?.rejected_prediction_tokens!=null&&(u.completionTokensDetails.rejectedPredictionTokens=Z?.rejected_prediction_tokens),O?.cached_tokens!=null&&(u.promptTokensDetails.cachedTokens=O?.cached_tokens)}const te=F.choices[0];if(te?.finish_reason!=null&&(c=Gf(te.finish_reason)),te?.delta==null)return;const ie=te.delta,se=(y=ie.reasoning_content)!=null?y:ie.reasoning;if(se&&(d||(m.enqueue({type:"reasoning-start",id:"reasoning-0"}),d=!0),m.enqueue({type:"reasoning-delta",id:"reasoning-0",delta:se})),ie.content&&(p||(m.enqueue({type:"text-start",id:"txt-0"}),p=!0),m.enqueue({type:"text-delta",id:"txt-0",delta:ie.content})),ie.tool_calls!=null)for(const ee of ie.tool_calls){const pe=ee.index;if(l[pe]==null){if(ee.id==null)throw new _n({data:ee,message:"Expected 'id' to be a string."});if(((_=ee.function)==null?void 0:_.name)==null)throw new _n({data:ee,message:"Expected 'function.name' to be a string."});m.enqueue({type:"tool-input-start",id:ee.id,toolName:ee.function.name}),l[pe]={id:ee.id,type:"function",function:{name:ee.function.name,arguments:(f=ee.function.arguments)!=null?f:""},hasFinished:!1};const O=l[pe];((b=O.function)==null?void 0:b.name)!=null&&((k=O.function)==null?void 0:k.arguments)!=null&&(O.function.arguments.length>0&&m.enqueue({type:"tool-input-delta",id:O.id,delta:O.function.arguments}),Xu(O.function.arguments)&&(m.enqueue({type:"tool-input-end",id:O.id}),m.enqueue({type:"tool-call",toolCallId:(S=O.id)!=null?S:In(),toolName:O.function.name,input:O.function.arguments}),O.hasFinished=!0));continue}const V=l[pe];V.hasFinished||(((C=ee.function)==null?void 0:C.arguments)!=null&&(V.function.arguments+=(x=(I=ee.function)==null?void 0:I.arguments)!=null?x:""),m.enqueue({type:"tool-input-delta",id:V.id,delta:(M=ee.function.arguments)!=null?M:""}),((P=V.function)==null?void 0:P.name)!=null&&((U=V.function)==null?void 0:U.arguments)!=null&&Xu(V.function.arguments)&&(m.enqueue({type:"tool-input-end",id:V.id}),m.enqueue({type:"tool-call",toolCallId:(z=V.id)!=null?z:In(),toolName:V.function.name,input:V.function.arguments}),V.hasFinished=!0))}},flush(w){var m,y,_,f,b,k;d&&w.enqueue({type:"reasoning-end",id:"reasoning-0"}),p&&w.enqueue({type:"text-end",id:"txt-0"});for(const C of l.filter(I=>!I.hasFinished))w.enqueue({type:"tool-input-end",id:C.id}),w.enqueue({type:"tool-call",toolCallId:(m=C.id)!=null?m:In(),toolName:C.function.name,input:C.function.arguments});const S={[h]:{},...s?.buildMetadata()};u.completionTokensDetails.acceptedPredictionTokens!=null&&(S[h].acceptedPredictionTokens=u.completionTokensDetails.acceptedPredictionTokens),u.completionTokensDetails.rejectedPredictionTokens!=null&&(S[h].rejectedPredictionTokens=u.completionTokensDetails.rejectedPredictionTokens),w.enqueue({type:"finish",finishReason:c,usage:{inputTokens:(y=u.promptTokens)!=null?y:void 0,outputTokens:(_=u.completionTokens)!=null?_:void 0,totalTokens:(f=u.totalTokens)!=null?f:void 0,reasoningTokens:(b=u.completionTokensDetails.reasoningTokens)!=null?b:void 0,cachedInputTokens:(k=u.promptTokensDetails.cachedTokens)!=null?k:void 0},providerMetadata:S})}})),request:{body:o},response:{headers:a}}}},Wf=T({prompt_tokens:q().nullish(),completion_tokens:q().nullish(),total_tokens:q().nullish(),prompt_tokens_details:T({cached_tokens:q().nullish()}).nullish(),completion_tokens_details:T({reasoning_tokens:q().nullish(),accepted_prediction_tokens:q().nullish(),rejected_prediction_tokens:q().nullish()}).nullish()}).nullish(),Z7=T({id:v().nullish(),created:q().nullish(),model:v().nullish(),choices:A(T({message:T({role:L("assistant").nullish(),content:v().nullish(),reasoning_content:v().nullish(),reasoning:v().nullish(),tool_calls:A(T({id:v().nullish(),function:T({name:v(),arguments:v()})})).nullish()}),finish_reason:v().nullish()})),usage:Wf}),F7=e=>ne([T({id:v().nullish(),created:q().nullish(),model:v().nullish(),choices:A(T({delta:T({role:_e(["assistant"]).nullish(),content:v().nullish(),reasoning_content:v().nullish(),reasoning:v().nullish(),tool_calls:A(T({index:q(),id:v().nullish(),function:T({name:v().nullish(),arguments:v().nullish()})})).nullish()}).nullish(),finish_reason:v().nullish()})),usage:Wf}),e]);T({echo:ce().optional(),logitBias:ve(v(),q()).optional(),suffix:v().optional(),user:v().optional()});var V7=T({prompt_tokens:q(),completion_tokens:q(),total_tokens:q()});T({id:v().nullish(),created:q().nullish(),model:v().nullish(),choices:A(T({text:v(),finish_reason:v()})),usage:V7.nullish()}),T({dimensions:q().optional(),user:v().optional()}),T({data:A(T({embedding:A(q())})),usage:T({prompt_tokens:q()}).nullish(),providerMetadata:ve(v(),ve(v(),et())).optional()}),T({data:A(T({b64_json:v()}))});var Kf=e=>{var t,r;return e==null?void 0:{deepseek:{promptCacheHitTokens:(t=e.prompt_cache_hit_tokens)!=null?t:NaN,promptCacheMissTokens:(r=e.prompt_cache_miss_tokens)!=null?r:NaN}}},H7={extractMetadata:async({parsedBody:e})=>{const t=await Tt({value:e,schema:B7});return!t.success||t.value.usage==null?void 0:Kf(t.value.usage)},createStreamExtractor:()=>{let e;return{processChunk:async t=>{var r,n;const o=await Tt({value:t,schema:J7});o.success&&((n=(r=o.value.choices)==null?void 0:r[0])==null?void 0:n.finish_reason)==="stop"&&o.value.usage&&(e=o.value.usage)},buildMetadata:()=>Kf(e)}}},Yf=T({prompt_cache_hit_tokens:q().nullish(),prompt_cache_miss_tokens:q().nullish()}),B7=T({usage:Yf.nullish()}),J7=T({choices:A(T({finish_reason:v().nullish()})).nullish(),usage:Yf.nullish()}),G7="1.0.30";function Qf(e={}){var t;const r=cd((t=e.baseURL)!=null?t:"https://api.deepseek.com/v1"),n=()=>cr({Authorization:`Bearer ${Z_({apiKey:e.apiKey,environmentVariableName:"DEEPSEEK_API_KEY",description:"DeepSeek API key"})}`,...e.headers},`ai-sdk/deepseek/${G7}`);class o extends D7{addJsonInstruction(l){var c;if(((c=l.responseFormat)==null?void 0:c.type)!=="json")return l;const h=[...Array.isArray(l.prompt)?l.prompt:[],{role:"user",content:[{type:"text",text:"Return ONLY a valid JSON object."}]}];return{...l,prompt:h}}async doGenerate(l){return super.doGenerate(this.addJsonInstruction(l))}async doStream(l){return super.doStream(this.addJsonInstruction(l))}}const s=i=>new o(i,{provider:"deepseek.chat",url:({path:l})=>`${r}${l}`,headers:n,fetch:e.fetch,metadataExtractor:H7}),a=i=>s(i);return a.languageModel=s,a.chat=s,a.textEmbeddingModel=i=>{throw new Oc({modelId:i,modelType:"textEmbeddingModel"})},a.imageModel=i=>{throw new Oc({modelId:i,modelType:"imageModel"})},a}Qf();const W7=(e,t,r)=>{if(r.endsWith("content"))chrome.tabs.query({},n=>{n.forEach(o=>{chrome.tabs.sendMessage(o.id,{type:e,data:t,direction:r,tabId:o.id})})});else return chrome.runtime.sendMessage({direction:r,type:e,data:t})},K7=(e,t,r,n)=>{const o=(s,a,i)=>{if(s.type===e&&s.direction===r){const{data:l}=s;t(l,a,i),i(a)}};return chrome.runtime.onMessage.addListener(o),()=>chrome.runtime.onMessage.removeListener(o)};class Y7{constructor(t){this._isStarted=!1,this._isClosed=!1,this.targetSessionId=t,this._messageListener=K7("mcp-server-to-client",r=>{try{if(r.sessionId!==this.targetSessionId)return;const n=Or.parse(r.mcpMessage);this.onmessage?.(n)}catch(n){console.log("【Client Transport】处理server消息错误:",n)}},"content->side")}_throwError(t,r){if(t()){const n=new Error(r);throw console.log(r,n),this.onerror&&this.onerror(n),n}}async start(){this._throwError(()=>this._isClosed,"【Client Transport】 未启动,无法重新启动"),this._isStarted=!0}async send(t,r){this._throwError(()=>!this._isStarted,"【Client Transport】 未启动,无法发送消息"),this._throwError(()=>this._isClosed,"【Client Transport】 已关闭,无法发送消息");const n=chrome.sessionRegistry.get(this.targetSessionId);this._throwError(()=>!n,`【Client Transport】sessionRegistry中未找到${this.targetSessionId}`);const o=n.tabIds[n.tabIds.length-1];W7("mcp-client-to-server",{sessionId:this.targetSessionId,tabId:o,mcpMessage:t},"side->content")}async close(){if(!this._isClosed)try{this._isClosed=!0,this._isStarted=!1,this._messageListener&&this._messageListener(),this.onclose&&this.onclose()}catch{this._throwError(()=>!0,"【Client Transport】 关闭时发生错误")}}}function es(e){return!!e._zod}function fr(e,t){return es(e)?Qc(e,t):e.safeParse(t)}function Xf(e){var t,r;if(!e)return;let n;if(es(e)?n=(r=(t=e._zod)===null||t===void 0?void 0:t.def)===null||r===void 0?void 0:r.shape:n=e.shape,!!n){if(typeof n=="function")try{return n()}catch{return}return n}}function Q7(e){var t;if(es(e)){const a=(t=e._zod)===null||t===void 0?void 0:t.def;if(a){if(a.value!==void 0)return a.value;if(Array.isArray(a.values)&&a.values.length>0)return a.values[0]}}const n=e._def;if(n){if(n.value!==void 0)return n.value;if(Array.isArray(n.values)&&n.values.length>0)return n.values[0]}const o=e.value;if(o!==void 0)return o}function Ar(e){return e==="completed"||e==="failed"||e==="cancelled"}new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function eh(e){const t=Xf(e),r=t?.method;if(!r)throw new Error("Schema is missing a method literal");const n=Q7(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function th(e,t){const r=fr(e,t);if(!r.success)throw r.error;return r.data}const X7=6e4;class ek{constructor(t){this._options=t,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(di,r=>{this._oncancel(r)}),this.setNotificationHandler(fi,r=>{this._onprogress(r)}),this.setRequestHandler(pi,r=>({})),this._taskStore=t?.taskStore,this._taskMessageQueue=t?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(hi,async(r,n)=>{const o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new de(ge.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(gi,async(r,n)=>{const o=async()=>{var s;const a=r.params.taskId;if(this._taskMessageQueue){let l;for(;l=await this._taskMessageQueue.dequeue(a,n.sessionId);){if(l.type==="response"||l.type==="error"){const c=l.message,u=c.id,g=this._requestResolvers.get(u);if(g)if(this._requestResolvers.delete(u),l.type==="response")g(c);else{const h=c,d=new de(h.error.code,h.error.message,h.error.data);g(d)}else{const h=l.type==="response"?"Response":"Error";this._onerror(new Error(`${h} handler missing for request ${u}`))}continue}await((s=this._transport)===null||s===void 0?void 0:s.send(l.message,{relatedRequestId:n.requestId}))}}const i=await this._taskStore.getTask(a,n.sessionId);if(!i)throw new de(ge.InvalidParams,`Task not found: ${a}`);if(!Ar(i.status))return await this._waitForTaskUpdate(a,n.signal),await o();if(Ar(i.status)){const l=await this._taskStore.getTaskResult(a,n.sessionId);return this._clearTaskQueue(a),{...l,_meta:{...l._meta,[Wt]:{taskId:a}}}}return await o()};return await o()}),this.setRequestHandler(vi,async(r,n)=>{var o;try{const{tasks:s,nextCursor:a}=await this._taskStore.listTasks((o=r.params)===null||o===void 0?void 0:o.cursor,n.sessionId);return{tasks:s,nextCursor:a,_meta:{}}}catch(s){throw new de(ge.InvalidParams,`Failed to list tasks: ${s instanceof Error?s.message:String(s)}`)}}),this.setRequestHandler($4,async(r,n)=>{try{const o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new de(ge.InvalidParams,`Task not found: ${r.params.taskId}`);if(Ar(o.status))throw new de(ge.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);const s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new de(ge.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof de?o:new de(ge.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(t){const r=this._requestHandlerAbortControllers.get(t.params.requestId);r?.abort(t.params.reason)}_setupTimeout(t,r,n,o,s=!1){this._timeoutInfo.set(t,{timeoutId:setTimeout(o,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(t){const r=this._timeoutInfo.get(t);if(!r)return!1;const n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(t),de.fromError(ge.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(t){const r=this._timeoutInfo.get(t);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(t))}async connect(t){var r,n,o;this._transport=t;const s=(r=this.transport)===null||r===void 0?void 0:r.onclose;this._transport.onclose=()=>{s?.(),this._onclose()};const a=(n=this.transport)===null||n===void 0?void 0:n.onerror;this._transport.onerror=l=>{a?.(l),this._onerror(l)};const i=(o=this._transport)===null||o===void 0?void 0:o.onmessage;this._transport.onmessage=(l,c)=>{i?.(l,c),Dn(l)||u4(l)?this._onresponse(l):ui(l)?this._onrequest(l,c):c4(l)?this._onnotification(l):this._onerror(new Error(`Unknown message type: ${JSON.stringify(l)}`))},await this._transport.start()}_onclose(){var t;const r=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();const n=de.fromError(ge.ConnectionClosed,"Connection closed");this._transport=void 0,(t=this.onclose)===null||t===void 0||t.call(this);for(const o of r.values())o(n)}_onerror(t){var r;(r=this.onerror)===null||r===void 0||r.call(this,t)}_onnotification(t){var r;const n=(r=this._notificationHandlers.get(t.method))!==null&&r!==void 0?r:this.fallbackNotificationHandler;n!==void 0&&Promise.resolve().then(()=>n(t)).catch(o=>this._onerror(new Error(`Uncaught error in notification handler: ${o}`)))}_onrequest(t,r){var n,o,s,a,i,l;const c=(n=this._requestHandlers.get(t.method))!==null&&n!==void 0?n:this.fallbackRequestHandler,u=this._transport,g=(a=(s=(o=t.params)===null||o===void 0?void 0:o._meta)===null||s===void 0?void 0:s[Wt])===null||a===void 0?void 0:a.taskId;if(c===void 0){const m={jsonrpc:"2.0",id:t.id,error:{code:ge.MethodNotFound,message:"Method not found"}};g&&this._taskMessageQueue?this._enqueueTaskMessage(g,{type:"error",message:m,timestamp:Date.now()},u?.sessionId).catch(y=>this._onerror(new Error(`Failed to enqueue error response: ${y}`))):u?.send(m).catch(y=>this._onerror(new Error(`Failed to send an error response: ${y}`)));return}const h=new AbortController;this._requestHandlerAbortControllers.set(t.id,h);const d=(i=t.params)===null||i===void 0?void 0:i.task,p=this._taskStore?this.requestTaskStore(t,u?.sessionId):void 0,w={signal:h.signal,sessionId:u?.sessionId,_meta:(l=t.params)===null||l===void 0?void 0:l._meta,sendNotification:async m=>{const y={relatedRequestId:t.id};g&&(y.relatedTask={taskId:g}),await this.notification(m,y)},sendRequest:async(m,y,_)=>{var f,b;const k={..._,relatedRequestId:t.id};g&&!k.relatedTask&&(k.relatedTask={taskId:g});const S=(b=(f=k.relatedTask)===null||f===void 0?void 0:f.taskId)!==null&&b!==void 0?b:g;return S&&p&&await p.updateTaskStatus(S,"input_required"),await this.request(m,y,k)},authInfo:r?.authInfo,requestId:t.id,requestInfo:r?.requestInfo,taskId:g,taskStore:p,taskRequestedTtl:d?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{d&&this.assertTaskHandlerCapability(t.method)}).then(()=>c(t,w)).then(async m=>{if(h.signal.aborted)return;const y={result:m,jsonrpc:"2.0",id:t.id};g&&this._taskMessageQueue?await this._enqueueTaskMessage(g,{type:"response",message:y,timestamp:Date.now()},u?.sessionId):await u?.send(y)},async m=>{var y;if(h.signal.aborted)return;const _={jsonrpc:"2.0",id:t.id,error:{code:Number.isSafeInteger(m.code)?m.code:ge.InternalError,message:(y=m.message)!==null&&y!==void 0?y:"Internal error",...m.data!==void 0&&{data:m.data}}};g&&this._taskMessageQueue?await this._enqueueTaskMessage(g,{type:"error",message:_,timestamp:Date.now()},u?.sessionId):await u?.send(_)}).catch(m=>this._onerror(new Error(`Failed to send response: ${m}`))).finally(()=>{this._requestHandlerAbortControllers.delete(t.id)})}_onprogress(t){const{progressToken:r,...n}=t.params,o=Number(r),s=this._progressHandlers.get(o);if(!s){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(t)}`));return}const a=this._responseHandlers.get(o),i=this._timeoutInfo.get(o);if(i&&a&&i.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(l){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),a(l);return}s(n)}_onresponse(t){const r=Number(t.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),Dn(t))n(t);else{const a=new de(t.error.code,t.error.message,t.error.data);n(a)}return}const o=this._responseHandlers.get(r);if(o===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(t)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let s=!1;if(Dn(t)&&t.result&&typeof t.result=="object"){const a=t.result;if(a.task&&typeof a.task=="object"){const i=a.task;typeof i.taskId=="string"&&(s=!0,this._taskProgressTokens.set(i.taskId,r))}}if(s||this._progressHandlers.delete(r),Dn(t))o(t);else{const a=de.fromError(t.error.code,t.error.message,t.error.data);o(a)}}get transport(){return this._transport}async close(){var t;await((t=this._transport)===null||t===void 0?void 0:t.close())}async*requestStream(t,r,n){var o,s,a,i;const{task:l}=n??{};if(!l){try{yield{type:"result",result:await this.request(t,r,n)}}catch(u){yield{type:"error",error:u instanceof de?u:new de(ge.InternalError,String(u))}}return}let c;try{const u=await this.request(t,Bn,n);if(u.task)c=u.task.taskId,yield{type:"taskCreated",task:u.task};else throw new de(ge.InternalError,"Task creation did not return a task");for(;;){const g=await this.getTask({taskId:c},n);if(yield{type:"taskStatus",task:g},Ar(g.status)){g.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:c},r,n)}:g.status==="failed"?yield{type:"error",error:new de(ge.InternalError,`Task ${c} failed`)}:g.status==="cancelled"&&(yield{type:"error",error:new de(ge.InternalError,`Task ${c} was cancelled`)});return}if(g.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:c},r,n)};return}const h=(a=(o=g.pollInterval)!==null&&o!==void 0?o:(s=this._options)===null||s===void 0?void 0:s.defaultTaskPollInterval)!==null&&a!==void 0?a:1e3;await new Promise(d=>setTimeout(d,h)),(i=n?.signal)===null||i===void 0||i.throwIfAborted()}}catch(u){yield{type:"error",error:u instanceof de?u:new de(ge.InternalError,String(u))}}}request(t,r,n){const{relatedRequestId:o,resumptionToken:s,onresumptiontoken:a,task:i,relatedTask:l}=n??{};return new Promise((c,u)=>{var g,h,d,p,w,m,y;const _=x=>{u(x)};if(!this._transport){_(new Error("Not connected"));return}if(((g=this._options)===null||g===void 0?void 0:g.enforceStrictCapabilities)===!0)try{this.assertCapabilityForMethod(t.method),i&&this.assertTaskCapability(t.method)}catch(x){_(x);return}(h=n?.signal)===null||h===void 0||h.throwIfAborted();const f=this._requestMessageId++,b={...t,jsonrpc:"2.0",id:f};n?.onprogress&&(this._progressHandlers.set(f,n.onprogress),b.params={...t.params,_meta:{...((d=t.params)===null||d===void 0?void 0:d._meta)||{},progressToken:f}}),i&&(b.params={...b.params,task:i}),l&&(b.params={...b.params,_meta:{...((p=b.params)===null||p===void 0?void 0:p._meta)||{},[Wt]:l}});const k=x=>{var M;this._responseHandlers.delete(f),this._progressHandlers.delete(f),this._cleanupTimeout(f),(M=this._transport)===null||M===void 0||M.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:f,reason:String(x)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:a}).catch(U=>this._onerror(new Error(`Failed to send cancellation: ${U}`)));const P=x instanceof de?x:new de(ge.RequestTimeout,String(x));u(P)};this._responseHandlers.set(f,x=>{var M;if(!(!((M=n?.signal)===null||M===void 0)&&M.aborted)){if(x instanceof Error)return u(x);try{const P=fr(r,x.result);P.success?c(P.data):u(P.error)}catch(P){u(P)}}}),(w=n?.signal)===null||w===void 0||w.addEventListener("abort",()=>{var x;k((x=n?.signal)===null||x===void 0?void 0:x.reason)});const S=(m=n?.timeout)!==null&&m!==void 0?m:X7,C=()=>k(de.fromError(ge.RequestTimeout,"Request timed out",{timeout:S}));this._setupTimeout(f,S,n?.maxTotalTimeout,C,(y=n?.resetTimeoutOnProgress)!==null&&y!==void 0?y:!1);const I=l?.taskId;if(I){const x=M=>{const P=this._responseHandlers.get(f);P?P(M):this._onerror(new Error(`Response handler missing for side-channeled request ${f}`))};this._requestResolvers.set(f,x),this._enqueueTaskMessage(I,{type:"request",message:b,timestamp:Date.now()}).catch(M=>{this._cleanupTimeout(f),u(M)})}else this._transport.send(b,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:a}).catch(x=>{this._cleanupTimeout(f),u(x)})})}async getTask(t,r){return this.request({method:"tasks/get",params:t},mi,r)}async getTaskResult(t,r,n){return this.request({method:"tasks/result",params:t},r,n)}async listTasks(t,r){return this.request({method:"tasks/list",params:t},_i,r)}async cancelTask(t,r){return this.request({method:"tasks/cancel",params:t},E4,r)}async notification(t,r){var n,o,s,a,i;if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(t.method);const l=(n=r?.relatedTask)===null||n===void 0?void 0:n.taskId;if(l){const h={...t,jsonrpc:"2.0",params:{...t.params,_meta:{...((o=t.params)===null||o===void 0?void 0:o._meta)||{},[Wt]:r.relatedTask}}};await this._enqueueTaskMessage(l,{type:"notification",message:h,timestamp:Date.now()});return}if(((a=(s=this._options)===null||s===void 0?void 0:s.debouncedNotificationMethods)!==null&&a!==void 0?a:[]).includes(t.method)&&!t.params&&!r?.relatedRequestId&&!r?.relatedTask){if(this._pendingDebouncedNotifications.has(t.method))return;this._pendingDebouncedNotifications.add(t.method),Promise.resolve().then(()=>{var h,d;if(this._pendingDebouncedNotifications.delete(t.method),!this._transport)return;let p={...t,jsonrpc:"2.0"};r?.relatedTask&&(p={...p,params:{...p.params,_meta:{...((h=p.params)===null||h===void 0?void 0:h._meta)||{},[Wt]:r.relatedTask}}}),(d=this._transport)===null||d===void 0||d.send(p,r).catch(w=>this._onerror(w))});return}let g={...t,jsonrpc:"2.0"};r?.relatedTask&&(g={...g,params:{...g.params,_meta:{...((i=g.params)===null||i===void 0?void 0:i._meta)||{},[Wt]:r.relatedTask}}}),await this._transport.send(g,r)}setRequestHandler(t,r){const n=eh(t);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,s)=>{const a=th(t,o);return Promise.resolve(r(a,s))})}removeRequestHandler(t){this._requestHandlers.delete(t)}assertCanSetRequestHandler(t){if(this._requestHandlers.has(t))throw new Error(`A request handler for ${t} already exists, which would be overridden`)}setNotificationHandler(t,r){const n=eh(t);this._notificationHandlers.set(n,o=>{const s=th(t,o);return Promise.resolve(r(s))})}removeNotificationHandler(t){this._notificationHandlers.delete(t)}_cleanupTaskProgressHandler(t){const r=this._taskProgressTokens.get(t);r!==void 0&&(this._progressHandlers.delete(r),this._taskProgressTokens.delete(t))}async _enqueueTaskMessage(t,r,n){var o;if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");const s=(o=this._options)===null||o===void 0?void 0:o.maxTaskQueueSize;await this._taskMessageQueue.enqueue(t,r,n,s)}async _clearTaskQueue(t,r){if(this._taskMessageQueue){const n=await this._taskMessageQueue.dequeueAll(t,r);for(const o of n)if(o.type==="request"&&ui(o.message)){const s=o.message.id,a=this._requestResolvers.get(s);a?(a(new de(ge.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(s)):this._onerror(new Error(`Resolver missing for request ${s} during task ${t} cleanup`))}}}async _waitForTaskUpdate(t,r){var n,o,s;let a=(o=(n=this._options)===null||n===void 0?void 0:n.defaultTaskPollInterval)!==null&&o!==void 0?o:1e3;try{const i=await((s=this._taskStore)===null||s===void 0?void 0:s.getTask(t));i?.pollInterval&&(a=i.pollInterval)}catch{}return new Promise((i,l)=>{if(r.aborted){l(new de(ge.InvalidRequest,"Request cancelled"));return}const c=setTimeout(i,a);r.addEventListener("abort",()=>{clearTimeout(c),l(new de(ge.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(t,r){const n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async o=>{if(!t)throw new Error("No request provided");return await n.createTask(o,t.id,{method:t.method,params:t.params},r)},getTask:async o=>{const s=await n.getTask(o,r);if(!s)throw new de(ge.InvalidParams,"Failed to retrieve task: Task not found");return s},storeTaskResult:async(o,s,a)=>{await n.storeTaskResult(o,s,a,r);const i=await n.getTask(o,r);if(i){const l=Fo.parse({method:"notifications/tasks/status",params:i});await this.notification(l),Ar(i.status)&&this._cleanupTaskProgressHandler(o)}},getTaskResult:o=>n.getTaskResult(o,r),updateTaskStatus:async(o,s,a)=>{const i=await n.getTask(o,r);if(!i)throw new de(ge.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(Ar(i.status))throw new de(ge.InvalidParams,`Cannot update task "${o}" from terminal status "${i.status}" to "${s}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(o,s,a,r);const l=await n.getTask(o,r);if(l){const c=Fo.parse({method:"notifications/tasks/status",params:l});await this.notification(c),Ar(l.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}}function rh(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function tk(e,t){const r={...e};for(const n in t){const o=n,s=t[o];if(s===void 0)continue;const a=r[o];rh(a)&&rh(s)?r[o]={...a,...s}:r[o]=s}return r}var ts={exports:{}},rl={},Yt={},qr={},nl={},ol={},sl={},nh;function rs(){return nh||(nh=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.regexpCode=e.getEsmExportName=e.getProperty=e.safeStringify=e.stringify=e.strConcat=e.addCodeArg=e.str=e._=e.nil=e._Code=e.Name=e.IDENTIFIER=e._CodeOrName=void 0;class t{}e._CodeOrName=t,e.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class r extends t{constructor(_){if(super(),!e.IDENTIFIER.test(_))throw new Error("CodeGen: name must be a valid identifier");this.str=_}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}e.Name=r;class n extends t{constructor(_){super(),this._items=typeof _=="string"?[_]:_}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const _=this._items[0];return _===""||_==='""'}get str(){var _;return(_=this._str)!==null&&_!==void 0?_:this._str=this._items.reduce((f,b)=>`${f}${b}`,"")}get names(){var _;return(_=this._names)!==null&&_!==void 0?_:this._names=this._items.reduce((f,b)=>(b instanceof r&&(f[b.str]=(f[b.str]||0)+1),f),{})}}e._Code=n,e.nil=new n("");function o(y,..._){const f=[y[0]];let b=0;for(;b<_.length;)i(f,_[b]),f.push(y[++b]);return new n(f)}e._=o;const s=new n("+");function a(y,..._){const f=[d(y[0])];let b=0;for(;b<_.length;)f.push(s),i(f,_[b]),f.push(s,d(y[++b]));return l(f),new n(f)}e.str=a;function i(y,_){_ instanceof n?y.push(..._._items):_ instanceof r?y.push(_):y.push(g(_))}e.addCodeArg=i;function l(y){let _=1;for(;_<y.length-1;){if(y[_]===s){const f=c(y[_-1],y[_+1]);if(f!==void 0){y.splice(_-1,3,f);continue}y[_++]="+"}_++}}function c(y,_){if(_==='""')return y;if(y==='""')return _;if(typeof y=="string")return _ instanceof r||y[y.length-1]!=='"'?void 0:typeof _!="string"?`${y.slice(0,-1)}${_}"`:_[0]==='"'?y.slice(0,-1)+_.slice(1):void 0;if(typeof _=="string"&&_[0]==='"'&&!(y instanceof r))return`"${y}${_.slice(1)}`}function u(y,_){return _.emptyStr()?y:y.emptyStr()?_:a`${y}${_}`}e.strConcat=u;function g(y){return typeof y=="number"||typeof y=="boolean"||y===null?y:d(Array.isArray(y)?y.join(","):y)}function h(y){return new n(d(y))}e.stringify=h;function d(y){return JSON.stringify(y).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}e.safeStringify=d;function p(y){return typeof y=="string"&&e.IDENTIFIER.test(y)?new n(`.${y}`):o`[${y}]`}e.getProperty=p;function w(y){if(typeof y=="string"&&e.IDENTIFIER.test(y))return new n(`${y}`);throw new Error(`CodeGen: invalid export name: ${y}, use explicit $id name mapping`)}e.getEsmExportName=w;function m(y){return new n(y.toString())}e.regexpCode=m})(sl)),sl}var al={},oh;function sh(){return oh||(oh=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ValueScope=e.ValueScopeName=e.Scope=e.varKinds=e.UsedValueState=void 0;const t=rs();class r extends Error{constructor(c){super(`CodeGen: "code" for ${c} not defined`),this.value=c.value}}var n;(function(l){l[l.Started=0]="Started",l[l.Completed=1]="Completed"})(n||(e.UsedValueState=n={})),e.varKinds={const:new t.Name("const"),let:new t.Name("let"),var:new t.Name("var")};class o{constructor({prefixes:c,parent:u}={}){this._names={},this._prefixes=c,this._parent=u}toName(c){return c instanceof t.Name?c:this.name(c)}name(c){return new t.Name(this._newName(c))}_newName(c){const u=this._names[c]||this._nameGroup(c);return`${c}${u.index++}`}_nameGroup(c){var u,g;if(!((g=(u=this._parent)===null||u===void 0?void 0:u._prefixes)===null||g===void 0)&&g.has(c)||this._prefixes&&!this._prefixes.has(c))throw new Error(`CodeGen: prefix "${c}" is not allowed in this scope`);return this._names[c]={prefix:c,index:0}}}e.Scope=o;class s extends t.Name{constructor(c,u){super(u),this.prefix=c}setValue(c,{property:u,itemIndex:g}){this.value=c,this.scopePath=(0,t._)`.${new t.Name(u)}[${g}]`}}e.ValueScopeName=s;const a=(0,t._)`\n`;class i extends o{constructor(c){super(c),this._values={},this._scope=c.scope,this.opts={...c,_n:c.lines?a:t.nil}}get(){return this._scope}name(c){return new s(c,this._newName(c))}value(c,u){var g;if(u.ref===void 0)throw new Error("CodeGen: ref must be passed in value");const h=this.toName(c),{prefix:d}=h,p=(g=u.key)!==null&&g!==void 0?g:u.ref;let w=this._values[d];if(w){const _=w.get(p);if(_)return _}else w=this._values[d]=new Map;w.set(p,h);const m=this._scope[d]||(this._scope[d]=[]),y=m.length;return m[y]=u.ref,h.setValue(u,{property:d,itemIndex:y}),h}getValue(c,u){const g=this._values[c];if(g)return g.get(u)}scopeRefs(c,u=this._values){return this._reduceValues(u,g=>{if(g.scopePath===void 0)throw new Error(`CodeGen: name "${g}" has no value`);return(0,t._)`${c}${g.scopePath}`})}scopeCode(c=this._values,u,g){return this._reduceValues(c,h=>{if(h.value===void 0)throw new Error(`CodeGen: name "${h}" has no value`);return h.value.code},u,g)}_reduceValues(c,u,g={},h){let d=t.nil;for(const p in c){const w=c[p];if(!w)continue;const m=g[p]=g[p]||new Map;w.forEach(y=>{if(m.has(y))return;m.set(y,n.Started);let _=u(y);if(_){const f=this.opts.es5?e.varKinds.var:e.varKinds.const;d=(0,t._)`${d}${f} ${y} = ${_};${this.opts._n}`}else if(_=h?.(y))d=(0,t._)`${d}${_}${this.opts._n}`;else throw new r(y);m.set(y,n.Completed)})}return d}}e.ValueScope=i})(al)),al}var ah;function ye(){return ah||(ah=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.or=e.and=e.not=e.CodeGen=e.operators=e.varKinds=e.ValueScopeName=e.ValueScope=e.Scope=e.Name=e.regexpCode=e.stringify=e.getProperty=e.nil=e.strConcat=e.str=e._=void 0;const t=rs(),r=sh();var n=rs();Object.defineProperty(e,"_",{enumerable:!0,get:function(){return n._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return n.str}}),Object.defineProperty(e,"strConcat",{enumerable:!0,get:function(){return n.strConcat}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return n.nil}}),Object.defineProperty(e,"getProperty",{enumerable:!0,get:function(){return n.getProperty}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return n.stringify}}),Object.defineProperty(e,"regexpCode",{enumerable:!0,get:function(){return n.regexpCode}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return n.Name}});var o=sh();Object.defineProperty(e,"Scope",{enumerable:!0,get:function(){return o.Scope}}),Object.defineProperty(e,"ValueScope",{enumerable:!0,get:function(){return o.ValueScope}}),Object.defineProperty(e,"ValueScopeName",{enumerable:!0,get:function(){return o.ValueScopeName}}),Object.defineProperty(e,"varKinds",{enumerable:!0,get:function(){return o.varKinds}}),e.operators={GT:new t._Code(">"),GTE:new t._Code(">="),LT:new t._Code("<"),LTE:new t._Code("<="),EQ:new t._Code("==="),NEQ:new t._Code("!=="),NOT:new t._Code("!"),OR:new t._Code("||"),AND:new t._Code("&&"),ADD:new t._Code("+")};class s{optimizeNodes(){return this}optimizeNames(E,R){return this}}class a extends s{constructor(E,R,$){super(),this.varKind=E,this.name=R,this.rhs=$}render({es5:E,_n:R}){const $=E?r.varKinds.var:this.varKind,H=this.rhs===void 0?"":` = ${this.rhs}`;return`${$} ${this.name}${H};`+R}optimizeNames(E,R){if(E[this.name.str])return this.rhs&&(this.rhs=F(this.rhs,E,R)),this}get names(){return this.rhs instanceof t._CodeOrName?this.rhs.names:{}}}class i extends s{constructor(E,R,$){super(),this.lhs=E,this.rhs=R,this.sideEffects=$}render({_n:E}){return`${this.lhs} = ${this.rhs};`+E}optimizeNames(E,R){if(!(this.lhs instanceof t.Name&&!E[this.lhs.str]&&!this.sideEffects))return this.rhs=F(this.rhs,E,R),this}get names(){const E=this.lhs instanceof t.Name?{}:{...this.lhs.names};return z(E,this.rhs)}}class l extends i{constructor(E,R,$,H){super(E,$,H),this.op=R}render({_n:E}){return`${this.lhs} ${this.op}= ${this.rhs};`+E}}class c extends s{constructor(E){super(),this.label=E,this.names={}}render({_n:E}){return`${this.label}:`+E}}class u extends s{constructor(E){super(),this.label=E,this.names={}}render({_n:E}){return`break${this.label?` ${this.label}`:""};`+E}}class g extends s{constructor(E){super(),this.error=E}render({_n:E}){return`throw ${this.error};`+E}get names(){return this.error.names}}class h extends s{constructor(E){super(),this.code=E}render({_n:E}){return`${this.code};`+E}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(E,R){return this.code=F(this.code,E,R),this}get names(){return this.code instanceof t._CodeOrName?this.code.names:{}}}class d extends s{constructor(E=[]){super(),this.nodes=E}render(E){return this.nodes.reduce((R,$)=>R+$.render(E),"")}optimizeNodes(){const{nodes:E}=this;let R=E.length;for(;R--;){const $=E[R].optimizeNodes();Array.isArray($)?E.splice(R,1,...$):$?E[R]=$:E.splice(R,1)}return E.length>0?this:void 0}optimizeNames(E,R){const{nodes:$}=this;let H=$.length;for(;H--;){const G=$[H];G.optimizeNames(E,R)||(te(E,G.names),$.splice(H,1))}return $.length>0?this:void 0}get names(){return this.nodes.reduce((E,R)=>U(E,R.names),{})}}class p extends d{render(E){return"{"+E._n+super.render(E)+"}"+E._n}}class w extends d{}class m extends p{}m.kind="else";class y extends p{constructor(E,R){super(R),this.condition=E}render(E){let R=`if(${this.condition})`+super.render(E);return this.else&&(R+="else "+this.else.render(E)),R}optimizeNodes(){super.optimizeNodes();const E=this.condition;if(E===!0)return this.nodes;let R=this.else;if(R){const $=R.optimizeNodes();R=this.else=Array.isArray($)?new m($):$}if(R)return E===!1?R instanceof y?R:R.nodes:this.nodes.length?this:new y(ie(E),R instanceof y?[R]:R.nodes);if(!(E===!1||!this.nodes.length))return this}optimizeNames(E,R){var $;if(this.else=($=this.else)===null||$===void 0?void 0:$.optimizeNames(E,R),!!(super.optimizeNames(E,R)||this.else))return this.condition=F(this.condition,E,R),this}get names(){const E=super.names;return z(E,this.condition),this.else&&U(E,this.else.names),E}}y.kind="if";class _ extends p{}_.kind="for";class f extends _{constructor(E){super(),this.iteration=E}render(E){return`for(${this.iteration})`+super.render(E)}optimizeNames(E,R){if(super.optimizeNames(E,R))return this.iteration=F(this.iteration,E,R),this}get names(){return U(super.names,this.iteration.names)}}class b extends _{constructor(E,R,$,H){super(),this.varKind=E,this.name=R,this.from=$,this.to=H}render(E){const R=E.es5?r.varKinds.var:this.varKind,{name:$,from:H,to:G}=this;return`for(${R} ${$}=${H}; ${$}<${G}; ${$}++)`+super.render(E)}get names(){const E=z(super.names,this.from);return z(E,this.to)}}class k extends _{constructor(E,R,$,H){super(),this.loop=E,this.varKind=R,this.name=$,this.iterable=H}render(E){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(E)}optimizeNames(E,R){if(super.optimizeNames(E,R))return this.iterable=F(this.iterable,E,R),this}get names(){return U(super.names,this.iterable.names)}}class S extends p{constructor(E,R,$){super(),this.name=E,this.args=R,this.async=$}render(E){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(E)}}S.kind="func";class C extends d{render(E){return"return "+super.render(E)}}C.kind="return";class I extends p{render(E){let R="try"+super.render(E);return this.catch&&(R+=this.catch.render(E)),this.finally&&(R+=this.finally.render(E)),R}optimizeNodes(){var E,R;return super.optimizeNodes(),(E=this.catch)===null||E===void 0||E.optimizeNodes(),(R=this.finally)===null||R===void 0||R.optimizeNodes(),this}optimizeNames(E,R){var $,H;return super.optimizeNames(E,R),($=this.catch)===null||$===void 0||$.optimizeNames(E,R),(H=this.finally)===null||H===void 0||H.optimizeNames(E,R),this}get names(){const E=super.names;return this.catch&&U(E,this.catch.names),this.finally&&U(E,this.finally.names),E}}class x extends p{constructor(E){super(),this.error=E}render(E){return`catch(${this.error})`+super.render(E)}}x.kind="catch";class M extends p{render(E){return"finally"+super.render(E)}}M.kind="finally";class P{constructor(E,R={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...R,_n:R.lines?`
72
+ `:""},this._extScope=E,this._scope=new r.Scope({parent:E}),this._nodes=[new w]}toString(){return this._root.render(this.opts)}name(E){return this._scope.name(E)}scopeName(E){return this._extScope.name(E)}scopeValue(E,R){const $=this._extScope.value(E,R);return(this._values[$.prefix]||(this._values[$.prefix]=new Set)).add($),$}getScopeValue(E,R){return this._extScope.getValue(E,R)}scopeRefs(E){return this._extScope.scopeRefs(E,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(E,R,$,H){const G=this._scope.toName(R);return $!==void 0&&H&&(this._constants[G.str]=$),this._leafNode(new a(E,G,$)),G}const(E,R,$){return this._def(r.varKinds.const,E,R,$)}let(E,R,$){return this._def(r.varKinds.let,E,R,$)}var(E,R,$){return this._def(r.varKinds.var,E,R,$)}assign(E,R,$){return this._leafNode(new i(E,R,$))}add(E,R){return this._leafNode(new l(E,e.operators.ADD,R))}code(E){return typeof E=="function"?E():E!==t.nil&&this._leafNode(new h(E)),this}object(...E){const R=["{"];for(const[$,H]of E)R.length>1&&R.push(","),R.push($),($!==H||this.opts.es5)&&(R.push(":"),(0,t.addCodeArg)(R,H));return R.push("}"),new t._Code(R)}if(E,R,$){if(this._blockNode(new y(E)),R&&$)this.code(R).else().code($).endIf();else if(R)this.code(R).endIf();else if($)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(E){return this._elseNode(new y(E))}else(){return this._elseNode(new m)}endIf(){return this._endBlockNode(y,m)}_for(E,R){return this._blockNode(E),R&&this.code(R).endFor(),this}for(E,R){return this._for(new f(E),R)}forRange(E,R,$,H,G=this.opts.es5?r.varKinds.var:r.varKinds.let){const fe=this._scope.toName(E);return this._for(new b(G,fe,R,$),()=>H(fe))}forOf(E,R,$,H=r.varKinds.const){const G=this._scope.toName(E);if(this.opts.es5){const fe=R instanceof t.Name?R:this.var("_arr",R);return this.forRange("_i",0,(0,t._)`${fe}.length`,ae=>{this.var(G,(0,t._)`${fe}[${ae}]`),$(G)})}return this._for(new k("of",H,G,R),()=>$(G))}forIn(E,R,$,H=this.opts.es5?r.varKinds.var:r.varKinds.const){if(this.opts.ownProperties)return this.forOf(E,(0,t._)`Object.keys(${R})`,$);const G=this._scope.toName(E);return this._for(new k("in",H,G,R),()=>$(G))}endFor(){return this._endBlockNode(_)}label(E){return this._leafNode(new c(E))}break(E){return this._leafNode(new u(E))}return(E){const R=new C;if(this._blockNode(R),this.code(E),R.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(C)}try(E,R,$){if(!R&&!$)throw new Error('CodeGen: "try" without "catch" and "finally"');const H=new I;if(this._blockNode(H),this.code(E),R){const G=this.name("e");this._currNode=H.catch=new x(G),R(G)}return $&&(this._currNode=H.finally=new M,this.code($)),this._endBlockNode(x,M)}throw(E){return this._leafNode(new g(E))}block(E,R){return this._blockStarts.push(this._nodes.length),E&&this.code(E).endBlock(R),this}endBlock(E){const R=this._blockStarts.pop();if(R===void 0)throw new Error("CodeGen: not in self-balancing block");const $=this._nodes.length-R;if($<0||E!==void 0&&$!==E)throw new Error(`CodeGen: wrong number of nodes: ${$} vs ${E} expected`);return this._nodes.length=R,this}func(E,R=t.nil,$,H){return this._blockNode(new S(E,R,$)),H&&this.code(H).endFunc(),this}endFunc(){return this._endBlockNode(S)}optimize(E=1){for(;E-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(E){return this._currNode.nodes.push(E),this}_blockNode(E){this._currNode.nodes.push(E),this._nodes.push(E)}_endBlockNode(E,R){const $=this._currNode;if($ instanceof E||R&&$ instanceof R)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${R?`${E.kind}/${R.kind}`:E.kind}"`)}_elseNode(E){const R=this._currNode;if(!(R instanceof y))throw new Error('CodeGen: "else" without "if"');return this._currNode=R.else=E,this}get _root(){return this._nodes[0]}get _currNode(){const E=this._nodes;return E[E.length-1]}set _currNode(E){const R=this._nodes;R[R.length-1]=E}}e.CodeGen=P;function U(j,E){for(const R in E)j[R]=(j[R]||0)+(E[R]||0);return j}function z(j,E){return E instanceof t._CodeOrName?U(j,E.names):j}function F(j,E,R){if(j instanceof t.Name)return $(j);if(!H(j))return j;return new t._Code(j._items.reduce((G,fe)=>(fe instanceof t.Name&&(fe=$(fe)),fe instanceof t._Code?G.push(...fe._items):G.push(fe),G),[]));function $(G){const fe=R[G.str];return fe===void 0||E[G.str]!==1?G:(delete E[G.str],fe)}function H(G){return G instanceof t._Code&&G._items.some(fe=>fe instanceof t.Name&&E[fe.str]===1&&R[fe.str]!==void 0)}}function te(j,E){for(const R in E)j[R]=(j[R]||0)-(E[R]||0)}function ie(j){return typeof j=="boolean"||typeof j=="number"||j===null?!j:(0,t._)`!${Z(j)}`}e.not=ie;const se=O(e.operators.AND);function ee(...j){return j.reduce(se)}e.and=ee;const pe=O(e.operators.OR);function V(...j){return j.reduce(pe)}e.or=V;function O(j){return(E,R)=>E===t.nil?R:R===t.nil?E:(0,t._)`${Z(E)} ${j} ${Z(R)}`}function Z(j){return j instanceof t.Name?j:(0,t._)`(${j})`}})(ol)),ol}var we={},ih;function Se(){if(ih)return we;ih=1,Object.defineProperty(we,"__esModule",{value:!0}),we.checkStrictMode=we.getErrorPath=we.Type=we.useFunc=we.setEvaluated=we.evaluatedPropsToName=we.mergeEvaluated=we.eachItem=we.unescapeJsonPointer=we.escapeJsonPointer=we.escapeFragment=we.unescapeFragment=we.schemaRefOrVal=we.schemaHasRulesButRef=we.schemaHasRules=we.checkUnknownRules=we.alwaysValidSchema=we.toHash=void 0;const e=ye(),t=rs();function r(k){const S={};for(const C of k)S[C]=!0;return S}we.toHash=r;function n(k,S){return typeof S=="boolean"?S:Object.keys(S).length===0?!0:(o(k,S),!s(S,k.self.RULES.all))}we.alwaysValidSchema=n;function o(k,S=k.schema){const{opts:C,self:I}=k;if(!C.strictSchema||typeof S=="boolean")return;const x=I.RULES.keywords;for(const M in S)x[M]||b(k,`unknown keyword: "${M}"`)}we.checkUnknownRules=o;function s(k,S){if(typeof k=="boolean")return!k;for(const C in k)if(S[C])return!0;return!1}we.schemaHasRules=s;function a(k,S){if(typeof k=="boolean")return!k;for(const C in k)if(C!=="$ref"&&S.all[C])return!0;return!1}we.schemaHasRulesButRef=a;function i({topSchemaRef:k,schemaPath:S},C,I,x){if(!x){if(typeof C=="number"||typeof C=="boolean")return C;if(typeof C=="string")return(0,e._)`${C}`}return(0,e._)`${k}${S}${(0,e.getProperty)(I)}`}we.schemaRefOrVal=i;function l(k){return g(decodeURIComponent(k))}we.unescapeFragment=l;function c(k){return encodeURIComponent(u(k))}we.escapeFragment=c;function u(k){return typeof k=="number"?`${k}`:k.replace(/~/g,"~0").replace(/\//g,"~1")}we.escapeJsonPointer=u;function g(k){return k.replace(/~1/g,"/").replace(/~0/g,"~")}we.unescapeJsonPointer=g;function h(k,S){if(Array.isArray(k))for(const C of k)S(C);else S(k)}we.eachItem=h;function d({mergeNames:k,mergeToName:S,mergeValues:C,resultToName:I}){return(x,M,P,U)=>{const z=P===void 0?M:P instanceof e.Name?(M instanceof e.Name?k(x,M,P):S(x,M,P),P):M instanceof e.Name?(S(x,P,M),M):C(M,P);return U===e.Name&&!(z instanceof e.Name)?I(x,z):z}}we.mergeEvaluated={props:d({mergeNames:(k,S,C)=>k.if((0,e._)`${C} !== true && ${S} !== undefined`,()=>{k.if((0,e._)`${S} === true`,()=>k.assign(C,!0),()=>k.assign(C,(0,e._)`${C} || {}`).code((0,e._)`Object.assign(${C}, ${S})`))}),mergeToName:(k,S,C)=>k.if((0,e._)`${C} !== true`,()=>{S===!0?k.assign(C,!0):(k.assign(C,(0,e._)`${C} || {}`),w(k,C,S))}),mergeValues:(k,S)=>k===!0?!0:{...k,...S},resultToName:p}),items:d({mergeNames:(k,S,C)=>k.if((0,e._)`${C} !== true && ${S} !== undefined`,()=>k.assign(C,(0,e._)`${S} === true ? true : ${C} > ${S} ? ${C} : ${S}`)),mergeToName:(k,S,C)=>k.if((0,e._)`${C} !== true`,()=>k.assign(C,S===!0?!0:(0,e._)`${C} > ${S} ? ${C} : ${S}`)),mergeValues:(k,S)=>k===!0?!0:Math.max(k,S),resultToName:(k,S)=>k.var("items",S)})};function p(k,S){if(S===!0)return k.var("props",!0);const C=k.var("props",(0,e._)`{}`);return S!==void 0&&w(k,C,S),C}we.evaluatedPropsToName=p;function w(k,S,C){Object.keys(C).forEach(I=>k.assign((0,e._)`${S}${(0,e.getProperty)(I)}`,!0))}we.setEvaluated=w;const m={};function y(k,S){return k.scopeValue("func",{ref:S,code:m[S.code]||(m[S.code]=new t._Code(S.code))})}we.useFunc=y;var _;(function(k){k[k.Num=0]="Num",k[k.Str=1]="Str"})(_||(we.Type=_={}));function f(k,S,C){if(k instanceof e.Name){const I=S===_.Num;return C?I?(0,e._)`"[" + ${k} + "]"`:(0,e._)`"['" + ${k} + "']"`:I?(0,e._)`"/" + ${k}`:(0,e._)`"/" + ${k}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return C?(0,e.getProperty)(k).toString():"/"+u(k)}we.getErrorPath=f;function b(k,S,C=k.opts.strictSchema){if(C){if(S=`strict mode: ${S}`,C===!0)throw new Error(S);k.self.logger.warn(S)}}return we.checkStrictMode=b,we}var ns={},lh;function hr(){if(lh)return ns;lh=1,Object.defineProperty(ns,"__esModule",{value:!0});const e=ye(),t={data:new e.Name("data"),valCxt:new e.Name("valCxt"),instancePath:new e.Name("instancePath"),parentData:new e.Name("parentData"),parentDataProperty:new e.Name("parentDataProperty"),rootData:new e.Name("rootData"),dynamicAnchors:new e.Name("dynamicAnchors"),vErrors:new e.Name("vErrors"),errors:new e.Name("errors"),this:new e.Name("this"),self:new e.Name("self"),scope:new e.Name("scope"),json:new e.Name("json"),jsonPos:new e.Name("jsonPos"),jsonLen:new e.Name("jsonLen"),jsonPart:new e.Name("jsonPart")};return ns.default=t,ns}var ch;function os(){return ch||(ch=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.extendErrors=e.resetErrorsCount=e.reportExtraError=e.reportError=e.keyword$DataError=e.keywordError=void 0;const t=ye(),r=Se(),n=hr();e.keywordError={message:({keyword:m})=>(0,t.str)`must pass "${m}" keyword validation`},e.keyword$DataError={message:({keyword:m,schemaType:y})=>y?(0,t.str)`"${m}" keyword must be ${y} ($data)`:(0,t.str)`"${m}" keyword is invalid ($data)`};function o(m,y=e.keywordError,_,f){const{it:b}=m,{gen:k,compositeRule:S,allErrors:C}=b,I=g(m,y,_);f??(S||C)?l(k,I):c(b,(0,t._)`[${I}]`)}e.reportError=o;function s(m,y=e.keywordError,_){const{it:f}=m,{gen:b,compositeRule:k,allErrors:S}=f,C=g(m,y,_);l(b,C),k||S||c(f,n.default.vErrors)}e.reportExtraError=s;function a(m,y){m.assign(n.default.errors,y),m.if((0,t._)`${n.default.vErrors} !== null`,()=>m.if(y,()=>m.assign((0,t._)`${n.default.vErrors}.length`,y),()=>m.assign(n.default.vErrors,null)))}e.resetErrorsCount=a;function i({gen:m,keyword:y,schemaValue:_,data:f,errsCount:b,it:k}){if(b===void 0)throw new Error("ajv implementation error");const S=m.name("err");m.forRange("i",b,n.default.errors,C=>{m.const(S,(0,t._)`${n.default.vErrors}[${C}]`),m.if((0,t._)`${S}.instancePath === undefined`,()=>m.assign((0,t._)`${S}.instancePath`,(0,t.strConcat)(n.default.instancePath,k.errorPath))),m.assign((0,t._)`${S}.schemaPath`,(0,t.str)`${k.errSchemaPath}/${y}`),k.opts.verbose&&(m.assign((0,t._)`${S}.schema`,_),m.assign((0,t._)`${S}.data`,f))})}e.extendErrors=i;function l(m,y){const _=m.const("err",y);m.if((0,t._)`${n.default.vErrors} === null`,()=>m.assign(n.default.vErrors,(0,t._)`[${_}]`),(0,t._)`${n.default.vErrors}.push(${_})`),m.code((0,t._)`${n.default.errors}++`)}function c(m,y){const{gen:_,validateName:f,schemaEnv:b}=m;b.$async?_.throw((0,t._)`new ${m.ValidationError}(${y})`):(_.assign((0,t._)`${f}.errors`,y),_.return(!1))}const u={keyword:new t.Name("keyword"),schemaPath:new t.Name("schemaPath"),params:new t.Name("params"),propertyName:new t.Name("propertyName"),message:new t.Name("message"),schema:new t.Name("schema"),parentSchema:new t.Name("parentSchema")};function g(m,y,_){const{createErrors:f}=m.it;return f===!1?(0,t._)`{}`:h(m,y,_)}function h(m,y,_={}){const{gen:f,it:b}=m,k=[d(b,_),p(m,_)];return w(m,y,k),f.object(...k)}function d({errorPath:m},{instancePath:y}){const _=y?(0,t.str)`${m}${(0,r.getErrorPath)(y,r.Type.Str)}`:m;return[n.default.instancePath,(0,t.strConcat)(n.default.instancePath,_)]}function p({keyword:m,it:{errSchemaPath:y}},{schemaPath:_,parentSchema:f}){let b=f?y:(0,t.str)`${y}/${m}`;return _&&(b=(0,t.str)`${b}${(0,r.getErrorPath)(_,r.Type.Str)}`),[u.schemaPath,b]}function w(m,{params:y,message:_},f){const{keyword:b,data:k,schemaValue:S,it:C}=m,{opts:I,propertyName:x,topSchemaRef:M,schemaPath:P}=C;f.push([u.keyword,b],[u.params,typeof y=="function"?y(m):y||(0,t._)`{}`]),I.messages&&f.push([u.message,typeof _=="function"?_(m):_]),I.verbose&&f.push([u.schema,S],[u.parentSchema,(0,t._)`${M}${P}`],[n.default.data,k]),x&&f.push([u.propertyName,x])}})(nl)),nl}var uh;function rk(){if(uh)return qr;uh=1,Object.defineProperty(qr,"__esModule",{value:!0}),qr.boolOrEmptySchema=qr.topBoolOrEmptySchema=void 0;const e=os(),t=ye(),r=hr(),n={message:"boolean schema is false"};function o(i){const{gen:l,schema:c,validateName:u}=i;c===!1?a(i,!1):typeof c=="object"&&c.$async===!0?l.return(r.default.data):(l.assign((0,t._)`${u}.errors`,null),l.return(!0))}qr.topBoolOrEmptySchema=o;function s(i,l){const{gen:c,schema:u}=i;u===!1?(c.var(l,!1),a(i)):c.var(l,!0)}qr.boolOrEmptySchema=s;function a(i,l){const{gen:c,data:u}=i,g={gen:c,keyword:"false schema",data:u,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:i};(0,e.reportError)(g,n,void 0,l)}return qr}var Ge={},Lr={},dh;function ph(){if(dh)return Lr;dh=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.getRules=Lr.isJSONType=void 0;const e=["string","number","integer","boolean","null","object","array"],t=new Set(e);function r(o){return typeof o=="string"&&t.has(o)}Lr.isJSONType=r;function n(){const o={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...o,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},o.number,o.string,o.array,o.object],post:{rules:[]},all:{},keywords:{}}}return Lr.getRules=n,Lr}var Qt={},fh;function hh(){if(fh)return Qt;fh=1,Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.shouldUseRule=Qt.shouldUseGroup=Qt.schemaHasRulesForType=void 0;function e({schema:n,self:o},s){const a=o.RULES.types[s];return a&&a!==!0&&t(n,a)}Qt.schemaHasRulesForType=e;function t(n,o){return o.rules.some(s=>r(n,s))}Qt.shouldUseGroup=t;function r(n,o){var s;return n[o.keyword]!==void 0||((s=o.definition.implements)===null||s===void 0?void 0:s.some(a=>n[a]!==void 0))}return Qt.shouldUseRule=r,Qt}var mh;function ss(){if(mh)return Ge;mh=1,Object.defineProperty(Ge,"__esModule",{value:!0}),Ge.reportTypeError=Ge.checkDataTypes=Ge.checkDataType=Ge.coerceAndCheckDataType=Ge.getJSONTypes=Ge.getSchemaTypes=Ge.DataType=void 0;const e=ph(),t=hh(),r=os(),n=ye(),o=Se();var s;(function(_){_[_.Correct=0]="Correct",_[_.Wrong=1]="Wrong"})(s||(Ge.DataType=s={}));function a(_){const f=i(_.type);if(f.includes("null")){if(_.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!f.length&&_.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');_.nullable===!0&&f.push("null")}return f}Ge.getSchemaTypes=a;function i(_){const f=Array.isArray(_)?_:_?[_]:[];if(f.every(e.isJSONType))return f;throw new Error("type must be JSONType or JSONType[]: "+f.join(","))}Ge.getJSONTypes=i;function l(_,f){const{gen:b,data:k,opts:S}=_,C=u(f,S.coerceTypes),I=f.length>0&&!(C.length===0&&f.length===1&&(0,t.schemaHasRulesForType)(_,f[0]));if(I){const x=p(f,k,S.strictNumbers,s.Wrong);b.if(x,()=>{C.length?g(_,f,C):m(_)})}return I}Ge.coerceAndCheckDataType=l;const c=new Set(["string","number","integer","boolean","null"]);function u(_,f){return f?_.filter(b=>c.has(b)||f==="array"&&b==="array"):[]}function g(_,f,b){const{gen:k,data:S,opts:C}=_,I=k.let("dataType",(0,n._)`typeof ${S}`),x=k.let("coerced",(0,n._)`undefined`);C.coerceTypes==="array"&&k.if((0,n._)`${I} == 'object' && Array.isArray(${S}) && ${S}.length == 1`,()=>k.assign(S,(0,n._)`${S}[0]`).assign(I,(0,n._)`typeof ${S}`).if(p(f,S,C.strictNumbers),()=>k.assign(x,S))),k.if((0,n._)`${x} !== undefined`);for(const P of b)(c.has(P)||P==="array"&&C.coerceTypes==="array")&&M(P);k.else(),m(_),k.endIf(),k.if((0,n._)`${x} !== undefined`,()=>{k.assign(S,x),h(_,x)});function M(P){switch(P){case"string":k.elseIf((0,n._)`${I} == "number" || ${I} == "boolean"`).assign(x,(0,n._)`"" + ${S}`).elseIf((0,n._)`${S} === null`).assign(x,(0,n._)`""`);return;case"number":k.elseIf((0,n._)`${I} == "boolean" || ${S} === null
73
+ || (${I} == "string" && ${S} && ${S} == +${S})`).assign(x,(0,n._)`+${S}`);return;case"integer":k.elseIf((0,n._)`${I} === "boolean" || ${S} === null
74
+ || (${I} === "string" && ${S} && ${S} == +${S} && !(${S} % 1))`).assign(x,(0,n._)`+${S}`);return;case"boolean":k.elseIf((0,n._)`${S} === "false" || ${S} === 0 || ${S} === null`).assign(x,!1).elseIf((0,n._)`${S} === "true" || ${S} === 1`).assign(x,!0);return;case"null":k.elseIf((0,n._)`${S} === "" || ${S} === 0 || ${S} === false`),k.assign(x,null);return;case"array":k.elseIf((0,n._)`${I} === "string" || ${I} === "number"
75
+ || ${I} === "boolean" || ${S} === null`).assign(x,(0,n._)`[${S}]`)}}}function h({gen:_,parentData:f,parentDataProperty:b},k){_.if((0,n._)`${f} !== undefined`,()=>_.assign((0,n._)`${f}[${b}]`,k))}function d(_,f,b,k=s.Correct){const S=k===s.Correct?n.operators.EQ:n.operators.NEQ;let C;switch(_){case"null":return(0,n._)`${f} ${S} null`;case"array":C=(0,n._)`Array.isArray(${f})`;break;case"object":C=(0,n._)`${f} && typeof ${f} == "object" && !Array.isArray(${f})`;break;case"integer":C=I((0,n._)`!(${f} % 1) && !isNaN(${f})`);break;case"number":C=I();break;default:return(0,n._)`typeof ${f} ${S} ${_}`}return k===s.Correct?C:(0,n.not)(C);function I(x=n.nil){return(0,n.and)((0,n._)`typeof ${f} == "number"`,x,b?(0,n._)`isFinite(${f})`:n.nil)}}Ge.checkDataType=d;function p(_,f,b,k){if(_.length===1)return d(_[0],f,b,k);let S;const C=(0,o.toHash)(_);if(C.array&&C.object){const I=(0,n._)`typeof ${f} != "object"`;S=C.null?I:(0,n._)`!${f} || ${I}`,delete C.null,delete C.array,delete C.object}else S=n.nil;C.number&&delete C.integer;for(const I in C)S=(0,n.and)(S,d(I,f,b,k));return S}Ge.checkDataTypes=p;const w={message:({schema:_})=>`must be ${_}`,params:({schema:_,schemaValue:f})=>typeof _=="string"?(0,n._)`{type: ${_}}`:(0,n._)`{type: ${f}}`};function m(_){const f=y(_);(0,r.reportError)(f,w)}Ge.reportTypeError=m;function y(_){const{gen:f,data:b,schema:k}=_,S=(0,o.schemaRefOrVal)(_,k,"type");return{gen:f,keyword:"type",data:b,schema:k.type,schemaCode:S,schemaValue:S,parentSchema:k,params:{},it:_}}return Ge}var Kn={},gh;function nk(){if(gh)return Kn;gh=1,Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.assignDefaults=void 0;const e=ye(),t=Se();function r(o,s){const{properties:a,items:i}=o.schema;if(s==="object"&&a)for(const l in a)n(o,l,a[l].default);else s==="array"&&Array.isArray(i)&&i.forEach((l,c)=>n(o,c,l.default))}Kn.assignDefaults=r;function n(o,s,a){const{gen:i,compositeRule:l,data:c,opts:u}=o;if(a===void 0)return;const g=(0,e._)`${c}${(0,e.getProperty)(s)}`;if(l){(0,t.checkStrictMode)(o,`default is ignored for: ${g}`);return}let h=(0,e._)`${g} === undefined`;u.useDefaults==="empty"&&(h=(0,e._)`${h} || ${g} === null || ${g} === ""`),i.if(h,(0,e._)`${g} = ${(0,e.stringify)(a)}`)}return Kn}var Pt={},Re={},vh;function Ot(){if(vh)return Re;vh=1,Object.defineProperty(Re,"__esModule",{value:!0}),Re.validateUnion=Re.validateArray=Re.usePattern=Re.callValidateCode=Re.schemaProperties=Re.allSchemaProperties=Re.noPropertyInData=Re.propertyInData=Re.isOwnProperty=Re.hasPropFunc=Re.reportMissingProp=Re.checkMissingProp=Re.checkReportMissingProp=void 0;const e=ye(),t=Se(),r=hr(),n=Se();function o(_,f){const{gen:b,data:k,it:S}=_;b.if(u(b,k,f,S.opts.ownProperties),()=>{_.setParams({missingProperty:(0,e._)`${f}`},!0),_.error()})}Re.checkReportMissingProp=o;function s({gen:_,data:f,it:{opts:b}},k,S){return(0,e.or)(...k.map(C=>(0,e.and)(u(_,f,C,b.ownProperties),(0,e._)`${S} = ${C}`)))}Re.checkMissingProp=s;function a(_,f){_.setParams({missingProperty:f},!0),_.error()}Re.reportMissingProp=a;function i(_){return _.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,e._)`Object.prototype.hasOwnProperty`})}Re.hasPropFunc=i;function l(_,f,b){return(0,e._)`${i(_)}.call(${f}, ${b})`}Re.isOwnProperty=l;function c(_,f,b,k){const S=(0,e._)`${f}${(0,e.getProperty)(b)} !== undefined`;return k?(0,e._)`${S} && ${l(_,f,b)}`:S}Re.propertyInData=c;function u(_,f,b,k){const S=(0,e._)`${f}${(0,e.getProperty)(b)} === undefined`;return k?(0,e.or)(S,(0,e.not)(l(_,f,b))):S}Re.noPropertyInData=u;function g(_){return _?Object.keys(_).filter(f=>f!=="__proto__"):[]}Re.allSchemaProperties=g;function h(_,f){return g(f).filter(b=>!(0,t.alwaysValidSchema)(_,f[b]))}Re.schemaProperties=h;function d({schemaCode:_,data:f,it:{gen:b,topSchemaRef:k,schemaPath:S,errorPath:C},it:I},x,M,P){const U=P?(0,e._)`${_}, ${f}, ${k}${S}`:f,z=[[r.default.instancePath,(0,e.strConcat)(r.default.instancePath,C)],[r.default.parentData,I.parentData],[r.default.parentDataProperty,I.parentDataProperty],[r.default.rootData,r.default.rootData]];I.opts.dynamicRef&&z.push([r.default.dynamicAnchors,r.default.dynamicAnchors]);const F=(0,e._)`${U}, ${b.object(...z)}`;return M!==e.nil?(0,e._)`${x}.call(${M}, ${F})`:(0,e._)`${x}(${F})`}Re.callValidateCode=d;const p=(0,e._)`new RegExp`;function w({gen:_,it:{opts:f}},b){const k=f.unicodeRegExp?"u":"",{regExp:S}=f.code,C=S(b,k);return _.scopeValue("pattern",{key:C.toString(),ref:C,code:(0,e._)`${S.code==="new RegExp"?p:(0,n.useFunc)(_,S)}(${b}, ${k})`})}Re.usePattern=w;function m(_){const{gen:f,data:b,keyword:k,it:S}=_,C=f.name("valid");if(S.allErrors){const x=f.let("valid",!0);return I(()=>f.assign(x,!1)),x}return f.var(C,!0),I(()=>f.break()),C;function I(x){const M=f.const("len",(0,e._)`${b}.length`);f.forRange("i",0,M,P=>{_.subschema({keyword:k,dataProp:P,dataPropType:t.Type.Num},C),f.if((0,e.not)(C),x)})}}Re.validateArray=m;function y(_){const{gen:f,schema:b,keyword:k,it:S}=_;if(!Array.isArray(b))throw new Error("ajv implementation error");if(b.some(M=>(0,t.alwaysValidSchema)(S,M))&&!S.opts.unevaluated)return;const I=f.let("valid",!1),x=f.name("_valid");f.block(()=>b.forEach((M,P)=>{const U=_.subschema({keyword:k,schemaProp:P,compositeRule:!0},x);f.assign(I,(0,e._)`${I} || ${x}`),_.mergeValidEvaluated(U,x)||f.if((0,e.not)(I))})),_.result(I,()=>_.reset(),()=>_.error(!0))}return Re.validateUnion=y,Re}var _h;function ok(){if(_h)return Pt;_h=1,Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.validateKeywordUsage=Pt.validSchemaType=Pt.funcKeywordCode=Pt.macroKeywordCode=void 0;const e=ye(),t=hr(),r=Ot(),n=os();function o(h,d){const{gen:p,keyword:w,schema:m,parentSchema:y,it:_}=h,f=d.macro.call(_.self,m,y,_),b=c(p,w,f);_.opts.validateSchema!==!1&&_.self.validateSchema(f,!0);const k=p.name("valid");h.subschema({schema:f,schemaPath:e.nil,errSchemaPath:`${_.errSchemaPath}/${w}`,topSchemaRef:b,compositeRule:!0},k),h.pass(k,()=>h.error(!0))}Pt.macroKeywordCode=o;function s(h,d){var p;const{gen:w,keyword:m,schema:y,parentSchema:_,$data:f,it:b}=h;l(b,d);const k=!f&&d.compile?d.compile.call(b.self,y,_,b):d.validate,S=c(w,m,k),C=w.let("valid");h.block$data(C,I),h.ok((p=d.valid)!==null&&p!==void 0?p:C);function I(){if(d.errors===!1)P(),d.modifying&&a(h),U(()=>h.error());else{const z=d.async?x():M();d.modifying&&a(h),U(()=>i(h,z))}}function x(){const z=w.let("ruleErrs",null);return w.try(()=>P((0,e._)`await `),F=>w.assign(C,!1).if((0,e._)`${F} instanceof ${b.ValidationError}`,()=>w.assign(z,(0,e._)`${F}.errors`),()=>w.throw(F))),z}function M(){const z=(0,e._)`${S}.errors`;return w.assign(z,null),P(e.nil),z}function P(z=d.async?(0,e._)`await `:e.nil){const F=b.opts.passContext?t.default.this:t.default.self,te=!("compile"in d&&!f||d.schema===!1);w.assign(C,(0,e._)`${z}${(0,r.callValidateCode)(h,S,F,te)}`,d.modifying)}function U(z){var F;w.if((0,e.not)((F=d.valid)!==null&&F!==void 0?F:C),z)}}Pt.funcKeywordCode=s;function a(h){const{gen:d,data:p,it:w}=h;d.if(w.parentData,()=>d.assign(p,(0,e._)`${w.parentData}[${w.parentDataProperty}]`))}function i(h,d){const{gen:p}=h;p.if((0,e._)`Array.isArray(${d})`,()=>{p.assign(t.default.vErrors,(0,e._)`${t.default.vErrors} === null ? ${d} : ${t.default.vErrors}.concat(${d})`).assign(t.default.errors,(0,e._)`${t.default.vErrors}.length`),(0,n.extendErrors)(h)},()=>h.error())}function l({schemaEnv:h},d){if(d.async&&!h.$async)throw new Error("async keyword in sync schema")}function c(h,d,p){if(p===void 0)throw new Error(`keyword "${d}" failed to compile`);return h.scopeValue("keyword",typeof p=="function"?{ref:p}:{ref:p,code:(0,e.stringify)(p)})}function u(h,d,p=!1){return!d.length||d.some(w=>w==="array"?Array.isArray(h):w==="object"?h&&typeof h=="object"&&!Array.isArray(h):typeof h==w||p&&typeof h>"u")}Pt.validSchemaType=u;function g({schema:h,opts:d,self:p,errSchemaPath:w},m,y){if(Array.isArray(m.keyword)?!m.keyword.includes(y):m.keyword!==y)throw new Error("ajv implementation error");const _=m.dependencies;if(_?.some(f=>!Object.prototype.hasOwnProperty.call(h,f)))throw new Error(`parent schema must have dependencies of ${y}: ${_.join(",")}`);if(m.validateSchema&&!m.validateSchema(h[y])){const b=`keyword "${y}" value is invalid at path "${w}": `+p.errorsText(m.validateSchema.errors);if(d.validateSchema==="log")p.logger.error(b);else throw new Error(b)}}return Pt.validateKeywordUsage=g,Pt}var Xt={},yh;function sk(){if(yh)return Xt;yh=1,Object.defineProperty(Xt,"__esModule",{value:!0}),Xt.extendSubschemaMode=Xt.extendSubschemaData=Xt.getSubschema=void 0;const e=ye(),t=Se();function r(s,{keyword:a,schemaProp:i,schema:l,schemaPath:c,errSchemaPath:u,topSchemaRef:g}){if(a!==void 0&&l!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(a!==void 0){const h=s.schema[a];return i===void 0?{schema:h,schemaPath:(0,e._)`${s.schemaPath}${(0,e.getProperty)(a)}`,errSchemaPath:`${s.errSchemaPath}/${a}`}:{schema:h[i],schemaPath:(0,e._)`${s.schemaPath}${(0,e.getProperty)(a)}${(0,e.getProperty)(i)}`,errSchemaPath:`${s.errSchemaPath}/${a}/${(0,t.escapeFragment)(i)}`}}if(l!==void 0){if(c===void 0||u===void 0||g===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:l,schemaPath:c,topSchemaRef:g,errSchemaPath:u}}throw new Error('either "keyword" or "schema" must be passed')}Xt.getSubschema=r;function n(s,a,{dataProp:i,dataPropType:l,data:c,dataTypes:u,propertyName:g}){if(c!==void 0&&i!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:h}=a;if(i!==void 0){const{errorPath:p,dataPathArr:w,opts:m}=a,y=h.let("data",(0,e._)`${a.data}${(0,e.getProperty)(i)}`,!0);d(y),s.errorPath=(0,e.str)`${p}${(0,t.getErrorPath)(i,l,m.jsPropertySyntax)}`,s.parentDataProperty=(0,e._)`${i}`,s.dataPathArr=[...w,s.parentDataProperty]}if(c!==void 0){const p=c instanceof e.Name?c:h.let("data",c,!0);d(p),g!==void 0&&(s.propertyName=g)}u&&(s.dataTypes=u);function d(p){s.data=p,s.dataLevel=a.dataLevel+1,s.dataTypes=[],a.definedProperties=new Set,s.parentData=a.data,s.dataNames=[...a.dataNames,p]}}Xt.extendSubschemaData=n;function o(s,{jtdDiscriminator:a,jtdMetadata:i,compositeRule:l,createErrors:c,allErrors:u}){l!==void 0&&(s.compositeRule=l),c!==void 0&&(s.createErrors=c),u!==void 0&&(s.allErrors=u),s.jtdDiscriminator=a,s.jtdMetadata=i}return Xt.extendSubschemaMode=o,Xt}var ot={},il,wh;function bh(){return wh||(wh=1,il=function e(t,r){if(t===r)return!0;if(t&&r&&typeof t=="object"&&typeof r=="object"){if(t.constructor!==r.constructor)return!1;var n,o,s;if(Array.isArray(t)){if(n=t.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!e(t[o],r[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if(s=Object.keys(t),n=s.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[o]))return!1;for(o=n;o--!==0;){var a=s[o];if(!e(t[a],r[a]))return!1}return!0}return t!==t&&r!==r}),il}var ll={exports:{}},kh;function ak(){if(kh)return ll.exports;kh=1;var e=ll.exports=function(n,o,s){typeof o=="function"&&(s=o,o={}),s=o.cb||s;var a=typeof s=="function"?s:s.pre||function(){},i=s.post||function(){};t(o,a,i,n,"",n)};e.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0},e.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0},e.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0},e.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function t(n,o,s,a,i,l,c,u,g,h){if(a&&typeof a=="object"&&!Array.isArray(a)){o(a,i,l,c,u,g,h);for(var d in a){var p=a[d];if(Array.isArray(p)){if(d in e.arrayKeywords)for(var w=0;w<p.length;w++)t(n,o,s,p[w],i+"/"+d+"/"+w,l,i,d,a,w)}else if(d in e.propsKeywords){if(p&&typeof p=="object")for(var m in p)t(n,o,s,p[m],i+"/"+d+"/"+r(m),l,i,d,a,m)}else(d in e.keywords||n.allKeys&&!(d in e.skipKeywords))&&t(n,o,s,p,i+"/"+d,l,i,d,a)}s(a,i,l,c,u,g,h)}}function r(n){return n.replace(/~/g,"~0").replace(/\//g,"~1")}return ll.exports}var Sh;function as(){if(Sh)return ot;Sh=1,Object.defineProperty(ot,"__esModule",{value:!0}),ot.getSchemaRefs=ot.resolveUrl=ot.normalizeId=ot._getFullPath=ot.getFullPath=ot.inlineRef=void 0;const e=Se(),t=bh(),r=ak(),n=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function o(w,m=!0){return typeof w=="boolean"?!0:m===!0?!a(w):m?i(w)<=m:!1}ot.inlineRef=o;const s=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function a(w){for(const m in w){if(s.has(m))return!0;const y=w[m];if(Array.isArray(y)&&y.some(a)||typeof y=="object"&&a(y))return!0}return!1}function i(w){let m=0;for(const y in w){if(y==="$ref")return 1/0;if(m++,!n.has(y)&&(typeof w[y]=="object"&&(0,e.eachItem)(w[y],_=>m+=i(_)),m===1/0))return 1/0}return m}function l(w,m="",y){y!==!1&&(m=g(m));const _=w.parse(m);return c(w,_)}ot.getFullPath=l;function c(w,m){return w.serialize(m).split("#")[0]+"#"}ot._getFullPath=c;const u=/#\/?$/;function g(w){return w?w.replace(u,""):""}ot.normalizeId=g;function h(w,m,y){return y=g(y),w.resolve(m,y)}ot.resolveUrl=h;const d=/^[a-z_][-a-z0-9._]*$/i;function p(w,m){if(typeof w=="boolean")return{};const{schemaId:y,uriResolver:_}=this.opts,f=g(w[y]||m),b={"":f},k=l(_,f,!1),S={},C=new Set;return r(w,{allKeys:!0},(M,P,U,z)=>{if(z===void 0)return;const F=k+P;let te=b[z];typeof M[y]=="string"&&(te=ie.call(this,M[y])),se.call(this,M.$anchor),se.call(this,M.$dynamicAnchor),b[P]=te;function ie(ee){const pe=this.opts.uriResolver.resolve;if(ee=g(te?pe(te,ee):ee),C.has(ee))throw x(ee);C.add(ee);let V=this.refs[ee];return typeof V=="string"&&(V=this.refs[V]),typeof V=="object"?I(M,V.schema,ee):ee!==g(F)&&(ee[0]==="#"?(I(M,S[ee],ee),S[ee]=M):this.refs[ee]=F),ee}function se(ee){if(typeof ee=="string"){if(!d.test(ee))throw new Error(`invalid anchor "${ee}"`);ie.call(this,`#${ee}`)}}}),S;function I(M,P,U){if(P!==void 0&&!t(M,P))throw x(U)}function x(M){return new Error(`reference "${M}" resolves to more than one schema`)}}return ot.getSchemaRefs=p,ot}var Ch;function is(){if(Ch)return Yt;Ch=1,Object.defineProperty(Yt,"__esModule",{value:!0}),Yt.getData=Yt.KeywordCxt=Yt.validateFunctionCode=void 0;const e=rk(),t=ss(),r=hh(),n=ss(),o=nk(),s=ok(),a=sk(),i=ye(),l=hr(),c=as(),u=Se(),g=os();function h(N){if(k(N)&&(C(N),b(N))){m(N);return}d(N,()=>(0,e.topBoolOrEmptySchema)(N))}Yt.validateFunctionCode=h;function d({gen:N,validateName:D,schema:B,schemaEnv:W,opts:Y},oe){Y.code.es5?N.func(D,(0,i._)`${l.default.data}, ${l.default.valCxt}`,W.$async,()=>{N.code((0,i._)`"use strict"; ${_(B,Y)}`),w(N,Y),N.code(oe)}):N.func(D,(0,i._)`${l.default.data}, ${p(Y)}`,W.$async,()=>N.code(_(B,Y)).code(oe))}function p(N){return(0,i._)`{${l.default.instancePath}="", ${l.default.parentData}, ${l.default.parentDataProperty}, ${l.default.rootData}=${l.default.data}${N.dynamicRef?(0,i._)`, ${l.default.dynamicAnchors}={}`:i.nil}}={}`}function w(N,D){N.if(l.default.valCxt,()=>{N.var(l.default.instancePath,(0,i._)`${l.default.valCxt}.${l.default.instancePath}`),N.var(l.default.parentData,(0,i._)`${l.default.valCxt}.${l.default.parentData}`),N.var(l.default.parentDataProperty,(0,i._)`${l.default.valCxt}.${l.default.parentDataProperty}`),N.var(l.default.rootData,(0,i._)`${l.default.valCxt}.${l.default.rootData}`),D.dynamicRef&&N.var(l.default.dynamicAnchors,(0,i._)`${l.default.valCxt}.${l.default.dynamicAnchors}`)},()=>{N.var(l.default.instancePath,(0,i._)`""`),N.var(l.default.parentData,(0,i._)`undefined`),N.var(l.default.parentDataProperty,(0,i._)`undefined`),N.var(l.default.rootData,l.default.data),D.dynamicRef&&N.var(l.default.dynamicAnchors,(0,i._)`{}`)})}function m(N){const{schema:D,opts:B,gen:W}=N;d(N,()=>{B.$comment&&D.$comment&&z(N),M(N),W.let(l.default.vErrors,null),W.let(l.default.errors,0),B.unevaluated&&y(N),I(N),F(N)})}function y(N){const{gen:D,validateName:B}=N;N.evaluated=D.const("evaluated",(0,i._)`${B}.evaluated`),D.if((0,i._)`${N.evaluated}.dynamicProps`,()=>D.assign((0,i._)`${N.evaluated}.props`,(0,i._)`undefined`)),D.if((0,i._)`${N.evaluated}.dynamicItems`,()=>D.assign((0,i._)`${N.evaluated}.items`,(0,i._)`undefined`))}function _(N,D){const B=typeof N=="object"&&N[D.schemaId];return B&&(D.code.source||D.code.process)?(0,i._)`/*# sourceURL=${B} */`:i.nil}function f(N,D){if(k(N)&&(C(N),b(N))){S(N,D);return}(0,e.boolOrEmptySchema)(N,D)}function b({schema:N,self:D}){if(typeof N=="boolean")return!N;for(const B in N)if(D.RULES.all[B])return!0;return!1}function k(N){return typeof N.schema!="boolean"}function S(N,D){const{schema:B,gen:W,opts:Y}=N;Y.$comment&&B.$comment&&z(N),P(N),U(N);const oe=W.const("_errs",l.default.errors);I(N,oe),W.var(D,(0,i._)`${oe} === ${l.default.errors}`)}function C(N){(0,u.checkUnknownRules)(N),x(N)}function I(N,D){if(N.opts.jtd)return ie(N,[],!1,D);const B=(0,t.getSchemaTypes)(N.schema),W=(0,t.coerceAndCheckDataType)(N,B);ie(N,B,!W,D)}function x(N){const{schema:D,errSchemaPath:B,opts:W,self:Y}=N;D.$ref&&W.ignoreKeywordsWithRef&&(0,u.schemaHasRulesButRef)(D,Y.RULES)&&Y.logger.warn(`$ref: keywords ignored in schema at path "${B}"`)}function M(N){const{schema:D,opts:B}=N;D.default!==void 0&&B.useDefaults&&B.strictSchema&&(0,u.checkStrictMode)(N,"default is ignored in the schema root")}function P(N){const D=N.schema[N.opts.schemaId];D&&(N.baseId=(0,c.resolveUrl)(N.opts.uriResolver,N.baseId,D))}function U(N){if(N.schema.$async&&!N.schemaEnv.$async)throw new Error("async schema in sync schema")}function z({gen:N,schemaEnv:D,schema:B,errSchemaPath:W,opts:Y}){const oe=B.$comment;if(Y.$comment===!0)N.code((0,i._)`${l.default.self}.logger.log(${oe})`);else if(typeof Y.$comment=="function"){const le=(0,i.str)`${W}/$comment`,Ne=N.scopeValue("root",{ref:D.root});N.code((0,i._)`${l.default.self}.opts.$comment(${oe}, ${le}, ${Ne}.schema)`)}}function F(N){const{gen:D,schemaEnv:B,validateName:W,ValidationError:Y,opts:oe}=N;B.$async?D.if((0,i._)`${l.default.errors} === 0`,()=>D.return(l.default.data),()=>D.throw((0,i._)`new ${Y}(${l.default.vErrors})`)):(D.assign((0,i._)`${W}.errors`,l.default.vErrors),oe.unevaluated&&te(N),D.return((0,i._)`${l.default.errors} === 0`))}function te({gen:N,evaluated:D,props:B,items:W}){B instanceof i.Name&&N.assign((0,i._)`${D}.props`,B),W instanceof i.Name&&N.assign((0,i._)`${D}.items`,W)}function ie(N,D,B,W){const{gen:Y,schema:oe,data:le,allErrors:Ne,opts:qe,self:X}=N,{RULES:me}=X;if(oe.$ref&&(qe.ignoreKeywordsWithRef||!(0,u.schemaHasRulesButRef)(oe,me))){Y.block(()=>H(N,"$ref",me.all.$ref.definition));return}qe.jtd||ee(N,D),Y.block(()=>{for(const be of me.rules)st(be);st(me.post)});function st(be){(0,r.shouldUseGroup)(oe,be)&&(be.type?(Y.if((0,n.checkDataType)(be.type,le,qe.strictNumbers)),se(N,be),D.length===1&&D[0]===be.type&&B&&(Y.else(),(0,n.reportTypeError)(N)),Y.endIf()):se(N,be),Ne||Y.if((0,i._)`${l.default.errors} === ${W||0}`))}}function se(N,D){const{gen:B,schema:W,opts:{useDefaults:Y}}=N;Y&&(0,o.assignDefaults)(N,D.type),B.block(()=>{for(const oe of D.rules)(0,r.shouldUseRule)(W,oe)&&H(N,oe.keyword,oe.definition,D.type)})}function ee(N,D){N.schemaEnv.meta||!N.opts.strictTypes||(pe(N,D),N.opts.allowUnionTypes||V(N,D),O(N,N.dataTypes))}function pe(N,D){if(D.length){if(!N.dataTypes.length){N.dataTypes=D;return}D.forEach(B=>{j(N.dataTypes,B)||R(N,`type "${B}" not allowed by context "${N.dataTypes.join(",")}"`)}),E(N,D)}}function V(N,D){D.length>1&&!(D.length===2&&D.includes("null"))&&R(N,"use allowUnionTypes to allow union type keyword")}function O(N,D){const B=N.self.RULES.all;for(const W in B){const Y=B[W];if(typeof Y=="object"&&(0,r.shouldUseRule)(N.schema,Y)){const{type:oe}=Y.definition;oe.length&&!oe.some(le=>Z(D,le))&&R(N,`missing type "${oe.join(",")}" for keyword "${W}"`)}}}function Z(N,D){return N.includes(D)||D==="number"&&N.includes("integer")}function j(N,D){return N.includes(D)||D==="integer"&&N.includes("number")}function E(N,D){const B=[];for(const W of N.dataTypes)j(D,W)?B.push(W):D.includes("integer")&&W==="number"&&B.push("integer");N.dataTypes=B}function R(N,D){const B=N.schemaEnv.baseId+N.errSchemaPath;D+=` at "${B}" (strictTypes)`,(0,u.checkStrictMode)(N,D,N.opts.strictTypes)}class ${constructor(D,B,W){if((0,s.validateKeywordUsage)(D,B,W),this.gen=D.gen,this.allErrors=D.allErrors,this.keyword=W,this.data=D.data,this.schema=D.schema[W],this.$data=B.$data&&D.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,u.schemaRefOrVal)(D,this.schema,W,this.$data),this.schemaType=B.schemaType,this.parentSchema=D.schema,this.params={},this.it=D,this.def=B,this.$data)this.schemaCode=D.gen.const("vSchema",ae(this.$data,D));else if(this.schemaCode=this.schemaValue,!(0,s.validSchemaType)(this.schema,B.schemaType,B.allowUndefined))throw new Error(`${W} value must be ${JSON.stringify(B.schemaType)}`);("code"in B?B.trackErrors:B.errors!==!1)&&(this.errsCount=D.gen.const("_errs",l.default.errors))}result(D,B,W){this.failResult((0,i.not)(D),B,W)}failResult(D,B,W){this.gen.if(D),W?W():this.error(),B?(this.gen.else(),B(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(D,B){this.failResult((0,i.not)(D),void 0,B)}fail(D){if(D===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(D),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(D){if(!this.$data)return this.fail(D);const{schemaCode:B}=this;this.fail((0,i._)`${B} !== undefined && (${(0,i.or)(this.invalid$data(),D)})`)}error(D,B,W){if(B){this.setParams(B),this._error(D,W),this.setParams({});return}this._error(D,W)}_error(D,B){(D?g.reportExtraError:g.reportError)(this,this.def.error,B)}$dataError(){(0,g.reportError)(this,this.def.$dataError||g.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,g.resetErrorsCount)(this.gen,this.errsCount)}ok(D){this.allErrors||this.gen.if(D)}setParams(D,B){B?Object.assign(this.params,D):this.params=D}block$data(D,B,W=i.nil){this.gen.block(()=>{this.check$data(D,W),B()})}check$data(D=i.nil,B=i.nil){if(!this.$data)return;const{gen:W,schemaCode:Y,schemaType:oe,def:le}=this;W.if((0,i.or)((0,i._)`${Y} === undefined`,B)),D!==i.nil&&W.assign(D,!0),(oe.length||le.validateSchema)&&(W.elseIf(this.invalid$data()),this.$dataError(),D!==i.nil&&W.assign(D,!1)),W.else()}invalid$data(){const{gen:D,schemaCode:B,schemaType:W,def:Y,it:oe}=this;return(0,i.or)(le(),Ne());function le(){if(W.length){if(!(B instanceof i.Name))throw new Error("ajv implementation error");const qe=Array.isArray(W)?W:[W];return(0,i._)`${(0,n.checkDataTypes)(qe,B,oe.opts.strictNumbers,n.DataType.Wrong)}`}return i.nil}function Ne(){if(Y.validateSchema){const qe=D.scopeValue("validate$data",{ref:Y.validateSchema});return(0,i._)`!${qe}(${B})`}return i.nil}}subschema(D,B){const W=(0,a.getSubschema)(this.it,D);(0,a.extendSubschemaData)(W,this.it,D),(0,a.extendSubschemaMode)(W,D);const Y={...this.it,...W,items:void 0,props:void 0};return f(Y,B),Y}mergeEvaluated(D,B){const{it:W,gen:Y}=this;W.opts.unevaluated&&(W.props!==!0&&D.props!==void 0&&(W.props=u.mergeEvaluated.props(Y,D.props,W.props,B)),W.items!==!0&&D.items!==void 0&&(W.items=u.mergeEvaluated.items(Y,D.items,W.items,B)))}mergeValidEvaluated(D,B){const{it:W,gen:Y}=this;if(W.opts.unevaluated&&(W.props!==!0||W.items!==!0))return Y.if(B,()=>this.mergeEvaluated(D,i.Name)),!0}}Yt.KeywordCxt=$;function H(N,D,B,W){const Y=new $(N,B,D);"code"in B?B.code(Y,W):Y.$data&&B.validate?(0,s.funcKeywordCode)(Y,B):"macro"in B?(0,s.macroKeywordCode)(Y,B):(B.compile||B.validate)&&(0,s.funcKeywordCode)(Y,B)}const G=/^\/(?:[^~]|~0|~1)*$/,fe=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function ae(N,{dataLevel:D,dataNames:B,dataPathArr:W}){let Y,oe;if(N==="")return l.default.rootData;if(N[0]==="/"){if(!G.test(N))throw new Error(`Invalid JSON-pointer: ${N}`);Y=N,oe=l.default.rootData}else{const X=fe.exec(N);if(!X)throw new Error(`Invalid JSON-pointer: ${N}`);const me=+X[1];if(Y=X[2],Y==="#"){if(me>=D)throw new Error(qe("property/index",me));return W[D-me]}if(me>D)throw new Error(qe("data",me));if(oe=B[D-me],!Y)return oe}let le=oe;const Ne=Y.split("/");for(const X of Ne)X&&(oe=(0,i._)`${oe}${(0,i.getProperty)((0,u.unescapeJsonPointer)(X))}`,le=(0,i._)`${le} && ${oe}`);return le;function qe(X,me){return`Cannot access ${X} ${me} levels up, current level is ${D}`}}return Yt.getData=ae,Yt}var ls={},Th;function cl(){if(Th)return ls;Th=1,Object.defineProperty(ls,"__esModule",{value:!0});class e extends Error{constructor(r){super("validation failed"),this.errors=r,this.ajv=this.validation=!0}}return ls.default=e,ls}var cs={},$h;function us(){if($h)return cs;$h=1,Object.defineProperty(cs,"__esModule",{value:!0});const e=as();class t extends Error{constructor(n,o,s,a){super(a||`can't resolve reference ${s} from id ${o}`),this.missingRef=(0,e.resolveUrl)(n,o,s),this.missingSchema=(0,e.normalizeId)((0,e.getFullPath)(n,this.missingRef))}}return cs.default=t,cs}var _t={},Eh;function ul(){if(Eh)return _t;Eh=1,Object.defineProperty(_t,"__esModule",{value:!0}),_t.resolveSchema=_t.getCompilingSchema=_t.resolveRef=_t.compileSchema=_t.SchemaEnv=void 0;const e=ye(),t=cl(),r=hr(),n=as(),o=Se(),s=is();class a{constructor(y){var _;this.refs={},this.dynamicAnchors={};let f;typeof y.schema=="object"&&(f=y.schema),this.schema=y.schema,this.schemaId=y.schemaId,this.root=y.root||this,this.baseId=(_=y.baseId)!==null&&_!==void 0?_:(0,n.normalizeId)(f?.[y.schemaId||"$id"]),this.schemaPath=y.schemaPath,this.localRefs=y.localRefs,this.meta=y.meta,this.$async=f?.$async,this.refs={}}}_t.SchemaEnv=a;function i(m){const y=u.call(this,m);if(y)return y;const _=(0,n.getFullPath)(this.opts.uriResolver,m.root.baseId),{es5:f,lines:b}=this.opts.code,{ownProperties:k}=this.opts,S=new e.CodeGen(this.scope,{es5:f,lines:b,ownProperties:k});let C;m.$async&&(C=S.scopeValue("Error",{ref:t.default,code:(0,e._)`require("ajv/dist/runtime/validation_error").default`}));const I=S.scopeName("validate");m.validateName=I;const x={gen:S,allErrors:this.opts.allErrors,data:r.default.data,parentData:r.default.parentData,parentDataProperty:r.default.parentDataProperty,dataNames:[r.default.data],dataPathArr:[e.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:S.scopeValue("schema",this.opts.code.source===!0?{ref:m.schema,code:(0,e.stringify)(m.schema)}:{ref:m.schema}),validateName:I,ValidationError:C,schema:m.schema,schemaEnv:m,rootId:_,baseId:m.baseId||_,schemaPath:e.nil,errSchemaPath:m.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,e._)`""`,opts:this.opts,self:this};let M;try{this._compilations.add(m),(0,s.validateFunctionCode)(x),S.optimize(this.opts.code.optimize);const P=S.toString();M=`${S.scopeRefs(r.default.scope)}return ${P}`,this.opts.code.process&&(M=this.opts.code.process(M,m));const z=new Function(`${r.default.self}`,`${r.default.scope}`,M)(this,this.scope.get());if(this.scope.value(I,{ref:z}),z.errors=null,z.schema=m.schema,z.schemaEnv=m,m.$async&&(z.$async=!0),this.opts.code.source===!0&&(z.source={validateName:I,validateCode:P,scopeValues:S._values}),this.opts.unevaluated){const{props:F,items:te}=x;z.evaluated={props:F instanceof e.Name?void 0:F,items:te instanceof e.Name?void 0:te,dynamicProps:F instanceof e.Name,dynamicItems:te instanceof e.Name},z.source&&(z.source.evaluated=(0,e.stringify)(z.evaluated))}return m.validate=z,m}catch(P){throw delete m.validate,delete m.validateName,M&&this.logger.error("Error compiling schema, function code:",M),P}finally{this._compilations.delete(m)}}_t.compileSchema=i;function l(m,y,_){var f;_=(0,n.resolveUrl)(this.opts.uriResolver,y,_);const b=m.refs[_];if(b)return b;let k=h.call(this,m,_);if(k===void 0){const S=(f=m.localRefs)===null||f===void 0?void 0:f[_],{schemaId:C}=this.opts;S&&(k=new a({schema:S,schemaId:C,root:m,baseId:y}))}if(k!==void 0)return m.refs[_]=c.call(this,k)}_t.resolveRef=l;function c(m){return(0,n.inlineRef)(m.schema,this.opts.inlineRefs)?m.schema:m.validate?m:i.call(this,m)}function u(m){for(const y of this._compilations)if(g(y,m))return y}_t.getCompilingSchema=u;function g(m,y){return m.schema===y.schema&&m.root===y.root&&m.baseId===y.baseId}function h(m,y){let _;for(;typeof(_=this.refs[y])=="string";)y=_;return _||this.schemas[y]||d.call(this,m,y)}function d(m,y){const _=this.opts.uriResolver.parse(y),f=(0,n._getFullPath)(this.opts.uriResolver,_);let b=(0,n.getFullPath)(this.opts.uriResolver,m.baseId,void 0);if(Object.keys(m.schema).length>0&&f===b)return w.call(this,_,m);const k=(0,n.normalizeId)(f),S=this.refs[k]||this.schemas[k];if(typeof S=="string"){const C=d.call(this,m,S);return typeof C?.schema!="object"?void 0:w.call(this,_,C)}if(typeof S?.schema=="object"){if(S.validate||i.call(this,S),k===(0,n.normalizeId)(y)){const{schema:C}=S,{schemaId:I}=this.opts,x=C[I];return x&&(b=(0,n.resolveUrl)(this.opts.uriResolver,b,x)),new a({schema:C,schemaId:I,root:m,baseId:b})}return w.call(this,_,S)}}_t.resolveSchema=d;const p=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function w(m,{baseId:y,schema:_,root:f}){var b;if(((b=m.fragment)===null||b===void 0?void 0:b[0])!=="/")return;for(const C of m.fragment.slice(1).split("/")){if(typeof _=="boolean")return;const I=_[(0,o.unescapeFragment)(C)];if(I===void 0)return;_=I;const x=typeof _=="object"&&_[this.opts.schemaId];!p.has(C)&&x&&(y=(0,n.resolveUrl)(this.opts.uriResolver,y,x))}let k;if(typeof _!="boolean"&&_.$ref&&!(0,o.schemaHasRulesButRef)(_,this.RULES)){const C=(0,n.resolveUrl)(this.opts.uriResolver,y,_.$ref);k=d.call(this,f,C)}const{schemaId:S}=this.opts;if(k=k||new a({schema:_,schemaId:S,root:f,baseId:y}),k.schema!==k.root.schema)return k}return _t}const ik={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1};var ds={},Yn={exports:{}},dl,Ih;function xh(){if(Ih)return dl;Ih=1;const e=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),t=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);function r(h){let d="",p=0,w=0;for(w=0;w<h.length;w++)if(p=h[w].charCodeAt(0),p!==48){if(!(p>=48&&p<=57||p>=65&&p<=70||p>=97&&p<=102))return"";d+=h[w];break}for(w+=1;w<h.length;w++){if(p=h[w].charCodeAt(0),!(p>=48&&p<=57||p>=65&&p<=70||p>=97&&p<=102))return"";d+=h[w]}return d}const n=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function o(h){return h.length=0,!0}function s(h,d,p){if(h.length){const w=r(h);if(w!=="")d.push(w);else return p.error=!0,!1;h.length=0}return!0}function a(h){let d=0;const p={error:!1,address:"",zone:""},w=[],m=[];let y=!1,_=!1,f=s;for(let b=0;b<h.length;b++){const k=h[b];if(!(k==="["||k==="]"))if(k===":"){if(y===!0&&(_=!0),!f(m,w,p))break;if(++d>7){p.error=!0;break}b>0&&h[b-1]===":"&&(y=!0),w.push(":");continue}else if(k==="%"){if(!f(m,w,p))break;f=o}else{m.push(k);continue}}return m.length&&(f===o?p.zone=m.join(""):_?w.push(m.join("")):w.push(r(m))),p.address=w.join(""),p}function i(h){if(l(h,":")<2)return{host:h,isIPV6:!1};const d=a(h);if(d.error)return{host:h,isIPV6:!1};{let p=d.address,w=d.address;return d.zone&&(p+="%"+d.zone,w+="%25"+d.zone),{host:p,isIPV6:!0,escapedHost:w}}}function l(h,d){let p=0;for(let w=0;w<h.length;w++)h[w]===d&&p++;return p}function c(h){let d=h;const p=[];let w=-1,m=0;for(;m=d.length;){if(m===1){if(d===".")break;if(d==="/"){p.push("/");break}else{p.push(d);break}}else if(m===2){if(d[0]==="."){if(d[1]===".")break;if(d[1]==="/"){d=d.slice(2);continue}}else if(d[0]==="/"&&(d[1]==="."||d[1]==="/")){p.push("/");break}}else if(m===3&&d==="/.."){p.length!==0&&p.pop(),p.push("/");break}if(d[0]==="."){if(d[1]==="."){if(d[2]==="/"){d=d.slice(3);continue}}else if(d[1]==="/"){d=d.slice(2);continue}}else if(d[0]==="/"&&d[1]==="."){if(d[2]==="/"){d=d.slice(2);continue}else if(d[2]==="."&&d[3]==="/"){d=d.slice(3),p.length!==0&&p.pop();continue}}if((w=d.indexOf("/",1))===-1){p.push(d);break}else p.push(d.slice(0,w)),d=d.slice(w)}return p.join("")}function u(h,d){const p=d!==!0?escape:unescape;return h.scheme!==void 0&&(h.scheme=p(h.scheme)),h.userinfo!==void 0&&(h.userinfo=p(h.userinfo)),h.host!==void 0&&(h.host=p(h.host)),h.path!==void 0&&(h.path=p(h.path)),h.query!==void 0&&(h.query=p(h.query)),h.fragment!==void 0&&(h.fragment=p(h.fragment)),h}function g(h){const d=[];if(h.userinfo!==void 0&&(d.push(h.userinfo),d.push("@")),h.host!==void 0){let p=unescape(h.host);if(!t(p)){const w=i(p);w.isIPV6===!0?p=`[${w.escapedHost}]`:p=h.host}d.push(p)}return(typeof h.port=="number"||typeof h.port=="string")&&(d.push(":"),d.push(String(h.port))),d.length?d.join(""):void 0}return dl={nonSimpleDomain:n,recomposeAuthority:g,normalizeComponentEncoding:u,removeDotSegments:c,isIPv4:t,isUUID:e,normalizeIPv6:i,stringArrayToHexStripped:r},dl}var pl,Rh;function lk(){if(Rh)return pl;Rh=1;const{isUUID:e}=xh(),t=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,r=["http","https","ws","wss","urn","urn:uuid"];function n(k){return r.indexOf(k)!==-1}function o(k){return k.secure===!0?!0:k.secure===!1?!1:k.scheme?k.scheme.length===3&&(k.scheme[0]==="w"||k.scheme[0]==="W")&&(k.scheme[1]==="s"||k.scheme[1]==="S")&&(k.scheme[2]==="s"||k.scheme[2]==="S"):!1}function s(k){return k.host||(k.error=k.error||"HTTP URIs must have a host."),k}function a(k){const S=String(k.scheme).toLowerCase()==="https";return(k.port===(S?443:80)||k.port==="")&&(k.port=void 0),k.path||(k.path="/"),k}function i(k){return k.secure=o(k),k.resourceName=(k.path||"/")+(k.query?"?"+k.query:""),k.path=void 0,k.query=void 0,k}function l(k){if((k.port===(o(k)?443:80)||k.port==="")&&(k.port=void 0),typeof k.secure=="boolean"&&(k.scheme=k.secure?"wss":"ws",k.secure=void 0),k.resourceName){const[S,C]=k.resourceName.split("?");k.path=S&&S!=="/"?S:void 0,k.query=C,k.resourceName=void 0}return k.fragment=void 0,k}function c(k,S){if(!k.path)return k.error="URN can not be parsed",k;const C=k.path.match(t);if(C){const I=S.scheme||k.scheme||"urn";k.nid=C[1].toLowerCase(),k.nss=C[2];const x=`${I}:${S.nid||k.nid}`,M=b(x);k.path=void 0,M&&(k=M.parse(k,S))}else k.error=k.error||"URN can not be parsed.";return k}function u(k,S){if(k.nid===void 0)throw new Error("URN without nid cannot be serialized");const C=S.scheme||k.scheme||"urn",I=k.nid.toLowerCase(),x=`${C}:${S.nid||I}`,M=b(x);M&&(k=M.serialize(k,S));const P=k,U=k.nss;return P.path=`${I||S.nid}:${U}`,S.skipEscape=!0,P}function g(k,S){const C=k;return C.uuid=C.nss,C.nss=void 0,!S.tolerant&&(!C.uuid||!e(C.uuid))&&(C.error=C.error||"UUID is not valid."),C}function h(k){const S=k;return S.nss=(k.uuid||"").toLowerCase(),S}const d={scheme:"http",domainHost:!0,parse:s,serialize:a},p={scheme:"https",domainHost:d.domainHost,parse:s,serialize:a},w={scheme:"ws",domainHost:!0,parse:i,serialize:l},m={scheme:"wss",domainHost:w.domainHost,parse:w.parse,serialize:w.serialize},f={http:d,https:p,ws:w,wss:m,urn:{scheme:"urn",parse:c,serialize:u,skipNormalize:!0},"urn:uuid":{scheme:"urn:uuid",parse:g,serialize:h,skipNormalize:!0}};Object.setPrototypeOf(f,null);function b(k){return k&&(f[k]||f[k.toLowerCase()])||void 0}return pl={wsIsSecure:o,SCHEMES:f,isValidSchemeName:n,getSchemeHandler:b},pl}var Ph;function ck(){if(Ph)return Yn.exports;Ph=1;const{normalizeIPv6:e,removeDotSegments:t,recomposeAuthority:r,normalizeComponentEncoding:n,isIPv4:o,nonSimpleDomain:s}=xh(),{SCHEMES:a,getSchemeHandler:i}=lk();function l(m,y){return typeof m=="string"?m=h(p(m,y),y):typeof m=="object"&&(m=p(h(m,y),y)),m}function c(m,y,_){const f=_?Object.assign({scheme:"null"},_):{scheme:"null"},b=u(p(m,f),p(y,f),f,!0);return f.skipEscape=!0,h(b,f)}function u(m,y,_,f){const b={};return f||(m=p(h(m,_),_),y=p(h(y,_),_)),_=_||{},!_.tolerant&&y.scheme?(b.scheme=y.scheme,b.userinfo=y.userinfo,b.host=y.host,b.port=y.port,b.path=t(y.path||""),b.query=y.query):(y.userinfo!==void 0||y.host!==void 0||y.port!==void 0?(b.userinfo=y.userinfo,b.host=y.host,b.port=y.port,b.path=t(y.path||""),b.query=y.query):(y.path?(y.path[0]==="/"?b.path=t(y.path):((m.userinfo!==void 0||m.host!==void 0||m.port!==void 0)&&!m.path?b.path="/"+y.path:m.path?b.path=m.path.slice(0,m.path.lastIndexOf("/")+1)+y.path:b.path=y.path,b.path=t(b.path)),b.query=y.query):(b.path=m.path,y.query!==void 0?b.query=y.query:b.query=m.query),b.userinfo=m.userinfo,b.host=m.host,b.port=m.port),b.scheme=m.scheme),b.fragment=y.fragment,b}function g(m,y,_){return typeof m=="string"?(m=unescape(m),m=h(n(p(m,_),!0),{..._,skipEscape:!0})):typeof m=="object"&&(m=h(n(m,!0),{..._,skipEscape:!0})),typeof y=="string"?(y=unescape(y),y=h(n(p(y,_),!0),{..._,skipEscape:!0})):typeof y=="object"&&(y=h(n(y,!0),{..._,skipEscape:!0})),m.toLowerCase()===y.toLowerCase()}function h(m,y){const _={host:m.host,scheme:m.scheme,userinfo:m.userinfo,port:m.port,path:m.path,query:m.query,nid:m.nid,nss:m.nss,uuid:m.uuid,fragment:m.fragment,reference:m.reference,resourceName:m.resourceName,secure:m.secure,error:""},f=Object.assign({},y),b=[],k=i(f.scheme||_.scheme);k&&k.serialize&&k.serialize(_,f),_.path!==void 0&&(f.skipEscape?_.path=unescape(_.path):(_.path=escape(_.path),_.scheme!==void 0&&(_.path=_.path.split("%3A").join(":")))),f.reference!=="suffix"&&_.scheme&&b.push(_.scheme,":");const S=r(_);if(S!==void 0&&(f.reference!=="suffix"&&b.push("//"),b.push(S),_.path&&_.path[0]!=="/"&&b.push("/")),_.path!==void 0){let C=_.path;!f.absolutePath&&(!k||!k.absolutePath)&&(C=t(C)),S===void 0&&C[0]==="/"&&C[1]==="/"&&(C="/%2F"+C.slice(2)),b.push(C)}return _.query!==void 0&&b.push("?",_.query),_.fragment!==void 0&&b.push("#",_.fragment),b.join("")}const d=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function p(m,y){const _=Object.assign({},y),f={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0};let b=!1;_.reference==="suffix"&&(_.scheme?m=_.scheme+":"+m:m="//"+m);const k=m.match(d);if(k){if(f.scheme=k[1],f.userinfo=k[3],f.host=k[4],f.port=parseInt(k[5],10),f.path=k[6]||"",f.query=k[7],f.fragment=k[8],isNaN(f.port)&&(f.port=k[5]),f.host)if(o(f.host)===!1){const I=e(f.host);f.host=I.host.toLowerCase(),b=I.isIPV6}else b=!0;f.scheme===void 0&&f.userinfo===void 0&&f.host===void 0&&f.port===void 0&&f.query===void 0&&!f.path?f.reference="same-document":f.scheme===void 0?f.reference="relative":f.fragment===void 0?f.reference="absolute":f.reference="uri",_.reference&&_.reference!=="suffix"&&_.reference!==f.reference&&(f.error=f.error||"URI is not a "+_.reference+" reference.");const S=i(_.scheme||f.scheme);if(!_.unicodeSupport&&(!S||!S.unicodeSupport)&&f.host&&(_.domainHost||S&&S.domainHost)&&b===!1&&s(f.host))try{f.host=URL.domainToASCII(f.host.toLowerCase())}catch(C){f.error=f.error||"Host's domain name can not be converted to ASCII: "+C}(!S||S&&!S.skipNormalize)&&(m.indexOf("%")!==-1&&(f.scheme!==void 0&&(f.scheme=unescape(f.scheme)),f.host!==void 0&&(f.host=unescape(f.host))),f.path&&(f.path=escape(unescape(f.path))),f.fragment&&(f.fragment=encodeURI(decodeURIComponent(f.fragment)))),S&&S.parse&&S.parse(f,_)}else f.error=f.error||"URI can not be parsed.";return f}const w={SCHEMES:a,normalize:l,resolve:c,resolveComponent:u,equal:g,serialize:h,parse:p};return Yn.exports=w,Yn.exports.default=w,Yn.exports.fastUri=w,Yn.exports}var Oh;function uk(){if(Oh)return ds;Oh=1,Object.defineProperty(ds,"__esModule",{value:!0});const e=ck();return e.code='require("ajv/dist/runtime/uri").default',ds.default=e,ds}var Mh;function dk(){return Mh||(Mh=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=void 0;var t=is();Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return t.KeywordCxt}});var r=ye();Object.defineProperty(e,"_",{enumerable:!0,get:function(){return r._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return r.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return r.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return r.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return r.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return r.CodeGen}});const n=cl(),o=us(),s=ph(),a=ul(),i=ye(),l=as(),c=ss(),u=Se(),g=ik,h=uk(),d=(V,O)=>new RegExp(V,O);d.code="new RegExp";const p=["removeAdditional","useDefaults","coerceTypes"],w=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),m={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},y={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},_=200;function f(V){var O,Z,j,E,R,$,H,G,fe,ae,N,D,B,W,Y,oe,le,Ne,qe,X,me,st,be,pt,tr;const ft=V.strict,We=(O=V.code)===null||O===void 0?void 0:O.optimize,St=We===!0||We===void 0?1:We||0,yr=(j=(Z=V.code)===null||Z===void 0?void 0:Z.regExp)!==null&&j!==void 0?j:d,wr=(E=V.uriResolver)!==null&&E!==void 0?E:h.default;return{strictSchema:($=(R=V.strictSchema)!==null&&R!==void 0?R:ft)!==null&&$!==void 0?$:!0,strictNumbers:(G=(H=V.strictNumbers)!==null&&H!==void 0?H:ft)!==null&&G!==void 0?G:!0,strictTypes:(ae=(fe=V.strictTypes)!==null&&fe!==void 0?fe:ft)!==null&&ae!==void 0?ae:"log",strictTuples:(D=(N=V.strictTuples)!==null&&N!==void 0?N:ft)!==null&&D!==void 0?D:"log",strictRequired:(W=(B=V.strictRequired)!==null&&B!==void 0?B:ft)!==null&&W!==void 0?W:!1,code:V.code?{...V.code,optimize:St,regExp:yr}:{optimize:St,regExp:yr},loopRequired:(Y=V.loopRequired)!==null&&Y!==void 0?Y:_,loopEnum:(oe=V.loopEnum)!==null&&oe!==void 0?oe:_,meta:(le=V.meta)!==null&&le!==void 0?le:!0,messages:(Ne=V.messages)!==null&&Ne!==void 0?Ne:!0,inlineRefs:(qe=V.inlineRefs)!==null&&qe!==void 0?qe:!0,schemaId:(X=V.schemaId)!==null&&X!==void 0?X:"$id",addUsedSchema:(me=V.addUsedSchema)!==null&&me!==void 0?me:!0,validateSchema:(st=V.validateSchema)!==null&&st!==void 0?st:!0,validateFormats:(be=V.validateFormats)!==null&&be!==void 0?be:!0,unicodeRegExp:(pt=V.unicodeRegExp)!==null&&pt!==void 0?pt:!0,int32range:(tr=V.int32range)!==null&&tr!==void 0?tr:!0,uriResolver:wr}}class b{constructor(O={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,O=this.opts={...O,...f(O)};const{es5:Z,lines:j}=this.opts.code;this.scope=new i.ValueScope({scope:{},prefixes:w,es5:Z,lines:j}),this.logger=U(O.logger);const E=O.validateFormats;O.validateFormats=!1,this.RULES=(0,s.getRules)(),k.call(this,m,O,"NOT SUPPORTED"),k.call(this,y,O,"DEPRECATED","warn"),this._metaOpts=M.call(this),O.formats&&I.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),O.keywords&&x.call(this,O.keywords),typeof O.meta=="object"&&this.addMetaSchema(O.meta),C.call(this),O.validateFormats=E}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:O,meta:Z,schemaId:j}=this.opts;let E=g;j==="id"&&(E={...g},E.id=E.$id,delete E.$id),Z&&O&&this.addMetaSchema(E,E[j],!1)}defaultMeta(){const{meta:O,schemaId:Z}=this.opts;return this.opts.defaultMeta=typeof O=="object"?O[Z]||O:void 0}validate(O,Z){let j;if(typeof O=="string"){if(j=this.getSchema(O),!j)throw new Error(`no schema with key or ref "${O}"`)}else j=this.compile(O);const E=j(Z);return"$async"in j||(this.errors=j.errors),E}compile(O,Z){const j=this._addSchema(O,Z);return j.validate||this._compileSchemaEnv(j)}compileAsync(O,Z){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");const{loadSchema:j}=this.opts;return E.call(this,O,Z);async function E(ae,N){await R.call(this,ae.$schema);const D=this._addSchema(ae,N);return D.validate||$.call(this,D)}async function R(ae){ae&&!this.getSchema(ae)&&await E.call(this,{$ref:ae},!0)}async function $(ae){try{return this._compileSchemaEnv(ae)}catch(N){if(!(N instanceof o.default))throw N;return H.call(this,N),await G.call(this,N.missingSchema),$.call(this,ae)}}function H({missingSchema:ae,missingRef:N}){if(this.refs[ae])throw new Error(`AnySchema ${ae} is loaded but ${N} cannot be resolved`)}async function G(ae){const N=await fe.call(this,ae);this.refs[ae]||await R.call(this,N.$schema),this.refs[ae]||this.addSchema(N,ae,Z)}async function fe(ae){const N=this._loading[ae];if(N)return N;try{return await(this._loading[ae]=j(ae))}finally{delete this._loading[ae]}}}addSchema(O,Z,j,E=this.opts.validateSchema){if(Array.isArray(O)){for(const $ of O)this.addSchema($,void 0,j,E);return this}let R;if(typeof O=="object"){const{schemaId:$}=this.opts;if(R=O[$],R!==void 0&&typeof R!="string")throw new Error(`schema ${$} must be string`)}return Z=(0,l.normalizeId)(Z||R),this._checkUnique(Z),this.schemas[Z]=this._addSchema(O,j,Z,E,!0),this}addMetaSchema(O,Z,j=this.opts.validateSchema){return this.addSchema(O,Z,!0,j),this}validateSchema(O,Z){if(typeof O=="boolean")return!0;let j;if(j=O.$schema,j!==void 0&&typeof j!="string")throw new Error("$schema must be a string");if(j=j||this.opts.defaultMeta||this.defaultMeta(),!j)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const E=this.validate(j,O);if(!E&&Z){const R="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(R);else throw new Error(R)}return E}getSchema(O){let Z;for(;typeof(Z=S.call(this,O))=="string";)O=Z;if(Z===void 0){const{schemaId:j}=this.opts,E=new a.SchemaEnv({schema:{},schemaId:j});if(Z=a.resolveSchema.call(this,E,O),!Z)return;this.refs[O]=Z}return Z.validate||this._compileSchemaEnv(Z)}removeSchema(O){if(O instanceof RegExp)return this._removeAllSchemas(this.schemas,O),this._removeAllSchemas(this.refs,O),this;switch(typeof O){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const Z=S.call(this,O);return typeof Z=="object"&&this._cache.delete(Z.schema),delete this.schemas[O],delete this.refs[O],this}case"object":{const Z=O;this._cache.delete(Z);let j=O[this.opts.schemaId];return j&&(j=(0,l.normalizeId)(j),delete this.schemas[j],delete this.refs[j]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(O){for(const Z of O)this.addKeyword(Z);return this}addKeyword(O,Z){let j;if(typeof O=="string")j=O,typeof Z=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),Z.keyword=j);else if(typeof O=="object"&&Z===void 0){if(Z=O,j=Z.keyword,Array.isArray(j)&&!j.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(F.call(this,j,Z),!Z)return(0,u.eachItem)(j,R=>te.call(this,R)),this;se.call(this,Z);const E={...Z,type:(0,c.getJSONTypes)(Z.type),schemaType:(0,c.getJSONTypes)(Z.schemaType)};return(0,u.eachItem)(j,E.type.length===0?R=>te.call(this,R,E):R=>E.type.forEach($=>te.call(this,R,E,$))),this}getKeyword(O){const Z=this.RULES.all[O];return typeof Z=="object"?Z.definition:!!Z}removeKeyword(O){const{RULES:Z}=this;delete Z.keywords[O],delete Z.all[O];for(const j of Z.rules){const E=j.rules.findIndex(R=>R.keyword===O);E>=0&&j.rules.splice(E,1)}return this}addFormat(O,Z){return typeof Z=="string"&&(Z=new RegExp(Z)),this.formats[O]=Z,this}errorsText(O=this.errors,{separator:Z=", ",dataVar:j="data"}={}){return!O||O.length===0?"No errors":O.map(E=>`${j}${E.instancePath} ${E.message}`).reduce((E,R)=>E+Z+R)}$dataMetaSchema(O,Z){const j=this.RULES.all;O=JSON.parse(JSON.stringify(O));for(const E of Z){const R=E.split("/").slice(1);let $=O;for(const H of R)$=$[H];for(const H in j){const G=j[H];if(typeof G!="object")continue;const{$data:fe}=G.definition,ae=$[H];fe&&ae&&($[H]=pe(ae))}}return O}_removeAllSchemas(O,Z){for(const j in O){const E=O[j];(!Z||Z.test(j))&&(typeof E=="string"?delete O[j]:E&&!E.meta&&(this._cache.delete(E.schema),delete O[j]))}}_addSchema(O,Z,j,E=this.opts.validateSchema,R=this.opts.addUsedSchema){let $;const{schemaId:H}=this.opts;if(typeof O=="object")$=O[H];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof O!="boolean")throw new Error("schema must be object or boolean")}let G=this._cache.get(O);if(G!==void 0)return G;j=(0,l.normalizeId)($||j);const fe=l.getSchemaRefs.call(this,O,j);return G=new a.SchemaEnv({schema:O,schemaId:H,meta:Z,baseId:j,localRefs:fe}),this._cache.set(G.schema,G),R&&!j.startsWith("#")&&(j&&this._checkUnique(j),this.refs[j]=G),E&&this.validateSchema(O,!0),G}_checkUnique(O){if(this.schemas[O]||this.refs[O])throw new Error(`schema with key or id "${O}" already exists`)}_compileSchemaEnv(O){if(O.meta?this._compileMetaSchema(O):a.compileSchema.call(this,O),!O.validate)throw new Error("ajv implementation error");return O.validate}_compileMetaSchema(O){const Z=this.opts;this.opts=this._metaOpts;try{a.compileSchema.call(this,O)}finally{this.opts=Z}}}b.ValidationError=n.default,b.MissingRefError=o.default,e.default=b;function k(V,O,Z,j="error"){for(const E in V){const R=E;R in O&&this.logger[j](`${Z}: option ${E}. ${V[R]}`)}}function S(V){return V=(0,l.normalizeId)(V),this.schemas[V]||this.refs[V]}function C(){const V=this.opts.schemas;if(V)if(Array.isArray(V))this.addSchema(V);else for(const O in V)this.addSchema(V[O],O)}function I(){for(const V in this.opts.formats){const O=this.opts.formats[V];O&&this.addFormat(V,O)}}function x(V){if(Array.isArray(V)){this.addVocabulary(V);return}this.logger.warn("keywords option as map is deprecated, pass array");for(const O in V){const Z=V[O];Z.keyword||(Z.keyword=O),this.addKeyword(Z)}}function M(){const V={...this.opts};for(const O of p)delete V[O];return V}const P={log(){},warn(){},error(){}};function U(V){if(V===!1)return P;if(V===void 0)return console;if(V.log&&V.warn&&V.error)return V;throw new Error("logger must implement log, warn and error methods")}const z=/^[a-z_$][a-z0-9_$:-]*$/i;function F(V,O){const{RULES:Z}=this;if((0,u.eachItem)(V,j=>{if(Z.keywords[j])throw new Error(`Keyword ${j} is already defined`);if(!z.test(j))throw new Error(`Keyword ${j} has invalid name`)}),!!O&&O.$data&&!("code"in O||"validate"in O))throw new Error('$data keyword must have "code" or "validate" function')}function te(V,O,Z){var j;const E=O?.post;if(Z&&E)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:R}=this;let $=E?R.post:R.rules.find(({type:G})=>G===Z);if($||($={type:Z,rules:[]},R.rules.push($)),R.keywords[V]=!0,!O)return;const H={keyword:V,definition:{...O,type:(0,c.getJSONTypes)(O.type),schemaType:(0,c.getJSONTypes)(O.schemaType)}};O.before?ie.call(this,$,H,O.before):$.rules.push(H),R.all[V]=H,(j=O.implements)===null||j===void 0||j.forEach(G=>this.addKeyword(G))}function ie(V,O,Z){const j=V.rules.findIndex(E=>E.keyword===Z);j>=0?V.rules.splice(j,0,O):(V.rules.push(O),this.logger.warn(`rule ${Z} is not defined`))}function se(V){let{metaSchema:O}=V;O!==void 0&&(V.$data&&this.opts.$data&&(O=pe(O)),V.validateSchema=this.compile(O,!0))}const ee={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function pe(V){return{anyOf:[V,ee]}}})(rl)),rl}var ps={},fs={},hs={},Nh;function pk(){if(Nh)return hs;Nh=1,Object.defineProperty(hs,"__esModule",{value:!0});const e={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};return hs.default=e,hs}var mr={},Ah;function fk(){if(Ah)return mr;Ah=1,Object.defineProperty(mr,"__esModule",{value:!0}),mr.callRef=mr.getValidate=void 0;const e=us(),t=Ot(),r=ye(),n=hr(),o=ul(),s=Se(),a={keyword:"$ref",schemaType:"string",code(c){const{gen:u,schema:g,it:h}=c,{baseId:d,schemaEnv:p,validateName:w,opts:m,self:y}=h,{root:_}=p;if((g==="#"||g==="#/")&&d===_.baseId)return b();const f=o.resolveRef.call(y,_,d,g);if(f===void 0)throw new e.default(h.opts.uriResolver,d,g);if(f instanceof o.SchemaEnv)return k(f);return S(f);function b(){if(p===_)return l(c,w,p,p.$async);const C=u.scopeValue("root",{ref:_});return l(c,(0,r._)`${C}.validate`,_,_.$async)}function k(C){const I=i(c,C);l(c,I,C,C.$async)}function S(C){const I=u.scopeValue("schema",m.code.source===!0?{ref:C,code:(0,r.stringify)(C)}:{ref:C}),x=u.name("valid"),M=c.subschema({schema:C,dataTypes:[],schemaPath:r.nil,topSchemaRef:I,errSchemaPath:g},x);c.mergeEvaluated(M),c.ok(x)}}};function i(c,u){const{gen:g}=c;return u.validate?g.scopeValue("validate",{ref:u.validate}):(0,r._)`${g.scopeValue("wrapper",{ref:u})}.validate`}mr.getValidate=i;function l(c,u,g,h){const{gen:d,it:p}=c,{allErrors:w,schemaEnv:m,opts:y}=p,_=y.passContext?n.default.this:r.nil;h?f():b();function f(){if(!m.$async)throw new Error("async schema referenced by sync schema");const C=d.let("valid");d.try(()=>{d.code((0,r._)`await ${(0,t.callValidateCode)(c,u,_)}`),S(u),w||d.assign(C,!0)},I=>{d.if((0,r._)`!(${I} instanceof ${p.ValidationError})`,()=>d.throw(I)),k(I),w||d.assign(C,!1)}),c.ok(C)}function b(){c.result((0,t.callValidateCode)(c,u,_),()=>S(u),()=>k(u))}function k(C){const I=(0,r._)`${C}.errors`;d.assign(n.default.vErrors,(0,r._)`${n.default.vErrors} === null ? ${I} : ${n.default.vErrors}.concat(${I})`),d.assign(n.default.errors,(0,r._)`${n.default.vErrors}.length`)}function S(C){var I;if(!p.opts.unevaluated)return;const x=(I=g?.validate)===null||I===void 0?void 0:I.evaluated;if(p.props!==!0)if(x&&!x.dynamicProps)x.props!==void 0&&(p.props=s.mergeEvaluated.props(d,x.props,p.props));else{const M=d.var("props",(0,r._)`${C}.evaluated.props`);p.props=s.mergeEvaluated.props(d,M,p.props,r.Name)}if(p.items!==!0)if(x&&!x.dynamicItems)x.items!==void 0&&(p.items=s.mergeEvaluated.items(d,x.items,p.items));else{const M=d.var("items",(0,r._)`${C}.evaluated.items`);p.items=s.mergeEvaluated.items(d,M,p.items,r.Name)}}}return mr.callRef=l,mr.default=a,mr}var qh;function hk(){if(qh)return fs;qh=1,Object.defineProperty(fs,"__esModule",{value:!0});const e=pk(),t=fk(),r=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",e.default,t.default];return fs.default=r,fs}var ms={},gs={},Lh;function mk(){if(Lh)return gs;Lh=1,Object.defineProperty(gs,"__esModule",{value:!0});const e=ye(),t=e.operators,r={maximum:{okStr:"<=",ok:t.LTE,fail:t.GT},minimum:{okStr:">=",ok:t.GTE,fail:t.LT},exclusiveMaximum:{okStr:"<",ok:t.LT,fail:t.GTE},exclusiveMinimum:{okStr:">",ok:t.GT,fail:t.LTE}},n={message:({keyword:s,schemaCode:a})=>(0,e.str)`must be ${r[s].okStr} ${a}`,params:({keyword:s,schemaCode:a})=>(0,e._)`{comparison: ${r[s].okStr}, limit: ${a}}`},o={keyword:Object.keys(r),type:"number",schemaType:"number",$data:!0,error:n,code(s){const{keyword:a,data:i,schemaCode:l}=s;s.fail$data((0,e._)`${i} ${r[a].fail} ${l} || isNaN(${i})`)}};return gs.default=o,gs}var vs={},jh;function gk(){if(jh)return vs;jh=1,Object.defineProperty(vs,"__esModule",{value:!0});const e=ye(),r={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:{message:({schemaCode:n})=>(0,e.str)`must be multiple of ${n}`,params:({schemaCode:n})=>(0,e._)`{multipleOf: ${n}}`},code(n){const{gen:o,data:s,schemaCode:a,it:i}=n,l=i.opts.multipleOfPrecision,c=o.let("res"),u=l?(0,e._)`Math.abs(Math.round(${c}) - ${c}) > 1e-${l}`:(0,e._)`${c} !== parseInt(${c})`;n.fail$data((0,e._)`(${a} === 0 || (${c} = ${s}/${a}, ${u}))`)}};return vs.default=r,vs}var _s={},ys={},Uh;function vk(){if(Uh)return ys;Uh=1,Object.defineProperty(ys,"__esModule",{value:!0});function e(t){const r=t.length;let n=0,o=0,s;for(;o<r;)n++,s=t.charCodeAt(o++),s>=55296&&s<=56319&&o<r&&(s=t.charCodeAt(o),(s&64512)===56320&&o++);return n}return ys.default=e,e.code='require("ajv/dist/runtime/ucs2length").default',ys}var zh;function _k(){if(zh)return _s;zh=1,Object.defineProperty(_s,"__esModule",{value:!0});const e=ye(),t=Se(),r=vk(),o={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:{message({keyword:s,schemaCode:a}){const i=s==="maxLength"?"more":"fewer";return(0,e.str)`must NOT have ${i} than ${a} characters`},params:({schemaCode:s})=>(0,e._)`{limit: ${s}}`},code(s){const{keyword:a,data:i,schemaCode:l,it:c}=s,u=a==="maxLength"?e.operators.GT:e.operators.LT,g=c.opts.unicode===!1?(0,e._)`${i}.length`:(0,e._)`${(0,t.useFunc)(s.gen,r.default)}(${i})`;s.fail$data((0,e._)`${g} ${u} ${l}`)}};return _s.default=o,_s}var ws={},Dh;function yk(){if(Dh)return ws;Dh=1,Object.defineProperty(ws,"__esModule",{value:!0});const e=Ot(),t=ye(),n={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:{message:({schemaCode:o})=>(0,t.str)`must match pattern "${o}"`,params:({schemaCode:o})=>(0,t._)`{pattern: ${o}}`},code(o){const{data:s,$data:a,schema:i,schemaCode:l,it:c}=o,u=c.opts.unicodeRegExp?"u":"",g=a?(0,t._)`(new RegExp(${l}, ${u}))`:(0,e.usePattern)(o,i);o.fail$data((0,t._)`!${g}.test(${s})`)}};return ws.default=n,ws}var bs={},Zh;function wk(){if(Zh)return bs;Zh=1,Object.defineProperty(bs,"__esModule",{value:!0});const e=ye(),r={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:{message({keyword:n,schemaCode:o}){const s=n==="maxProperties"?"more":"fewer";return(0,e.str)`must NOT have ${s} than ${o} properties`},params:({schemaCode:n})=>(0,e._)`{limit: ${n}}`},code(n){const{keyword:o,data:s,schemaCode:a}=n,i=o==="maxProperties"?e.operators.GT:e.operators.LT;n.fail$data((0,e._)`Object.keys(${s}).length ${i} ${a}`)}};return bs.default=r,bs}var ks={},Fh;function bk(){if(Fh)return ks;Fh=1,Object.defineProperty(ks,"__esModule",{value:!0});const e=Ot(),t=ye(),r=Se(),o={keyword:"required",type:"object",schemaType:"array",$data:!0,error:{message:({params:{missingProperty:s}})=>(0,t.str)`must have required property '${s}'`,params:({params:{missingProperty:s}})=>(0,t._)`{missingProperty: ${s}}`},code(s){const{gen:a,schema:i,schemaCode:l,data:c,$data:u,it:g}=s,{opts:h}=g;if(!u&&i.length===0)return;const d=i.length>=h.loopRequired;if(g.allErrors?p():w(),h.strictRequired){const _=s.parentSchema.properties,{definedProperties:f}=s.it;for(const b of i)if(_?.[b]===void 0&&!f.has(b)){const k=g.schemaEnv.baseId+g.errSchemaPath,S=`required property "${b}" is not defined at "${k}" (strictRequired)`;(0,r.checkStrictMode)(g,S,g.opts.strictRequired)}}function p(){if(d||u)s.block$data(t.nil,m);else for(const _ of i)(0,e.checkReportMissingProp)(s,_)}function w(){const _=a.let("missing");if(d||u){const f=a.let("valid",!0);s.block$data(f,()=>y(_,f)),s.ok(f)}else a.if((0,e.checkMissingProp)(s,i,_)),(0,e.reportMissingProp)(s,_),a.else()}function m(){a.forOf("prop",l,_=>{s.setParams({missingProperty:_}),a.if((0,e.noPropertyInData)(a,c,_,h.ownProperties),()=>s.error())})}function y(_,f){s.setParams({missingProperty:_}),a.forOf(_,l,()=>{a.assign(f,(0,e.propertyInData)(a,c,_,h.ownProperties)),a.if((0,t.not)(f),()=>{s.error(),a.break()})},t.nil)}}};return ks.default=o,ks}var Ss={},Vh;function kk(){if(Vh)return Ss;Vh=1,Object.defineProperty(Ss,"__esModule",{value:!0});const e=ye(),r={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:{message({keyword:n,schemaCode:o}){const s=n==="maxItems"?"more":"fewer";return(0,e.str)`must NOT have ${s} than ${o} items`},params:({schemaCode:n})=>(0,e._)`{limit: ${n}}`},code(n){const{keyword:o,data:s,schemaCode:a}=n,i=o==="maxItems"?e.operators.GT:e.operators.LT;n.fail$data((0,e._)`${s}.length ${i} ${a}`)}};return Ss.default=r,Ss}var Cs={},Ts={},Hh;function fl(){if(Hh)return Ts;Hh=1,Object.defineProperty(Ts,"__esModule",{value:!0});const e=bh();return e.code='require("ajv/dist/runtime/equal").default',Ts.default=e,Ts}var Bh;function Sk(){if(Bh)return Cs;Bh=1,Object.defineProperty(Cs,"__esModule",{value:!0});const e=ss(),t=ye(),r=Se(),n=fl(),s={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:{message:({params:{i:a,j:i}})=>(0,t.str)`must NOT have duplicate items (items ## ${i} and ${a} are identical)`,params:({params:{i:a,j:i}})=>(0,t._)`{i: ${a}, j: ${i}}`},code(a){const{gen:i,data:l,$data:c,schema:u,parentSchema:g,schemaCode:h,it:d}=a;if(!c&&!u)return;const p=i.let("valid"),w=g.items?(0,e.getSchemaTypes)(g.items):[];a.block$data(p,m,(0,t._)`${h} === false`),a.ok(p);function m(){const b=i.let("i",(0,t._)`${l}.length`),k=i.let("j");a.setParams({i:b,j:k}),i.assign(p,!0),i.if((0,t._)`${b} > 1`,()=>(y()?_:f)(b,k))}function y(){return w.length>0&&!w.some(b=>b==="object"||b==="array")}function _(b,k){const S=i.name("item"),C=(0,e.checkDataTypes)(w,S,d.opts.strictNumbers,e.DataType.Wrong),I=i.const("indices",(0,t._)`{}`);i.for((0,t._)`;${b}--;`,()=>{i.let(S,(0,t._)`${l}[${b}]`),i.if(C,(0,t._)`continue`),w.length>1&&i.if((0,t._)`typeof ${S} == "string"`,(0,t._)`${S} += "_"`),i.if((0,t._)`typeof ${I}[${S}] == "number"`,()=>{i.assign(k,(0,t._)`${I}[${S}]`),a.error(),i.assign(p,!1).break()}).code((0,t._)`${I}[${S}] = ${b}`)})}function f(b,k){const S=(0,r.useFunc)(i,n.default),C=i.name("outer");i.label(C).for((0,t._)`;${b}--;`,()=>i.for((0,t._)`${k} = ${b}; ${k}--;`,()=>i.if((0,t._)`${S}(${l}[${b}], ${l}[${k}])`,()=>{a.error(),i.assign(p,!1).break(C)})))}}};return Cs.default=s,Cs}var $s={},Jh;function Ck(){if(Jh)return $s;Jh=1,Object.defineProperty($s,"__esModule",{value:!0});const e=ye(),t=Se(),r=fl(),o={keyword:"const",$data:!0,error:{message:"must be equal to constant",params:({schemaCode:s})=>(0,e._)`{allowedValue: ${s}}`},code(s){const{gen:a,data:i,$data:l,schemaCode:c,schema:u}=s;l||u&&typeof u=="object"?s.fail$data((0,e._)`!${(0,t.useFunc)(a,r.default)}(${i}, ${c})`):s.fail((0,e._)`${u} !== ${i}`)}};return $s.default=o,$s}var Es={},Gh;function Tk(){if(Gh)return Es;Gh=1,Object.defineProperty(Es,"__esModule",{value:!0});const e=ye(),t=Se(),r=fl(),o={keyword:"enum",schemaType:"array",$data:!0,error:{message:"must be equal to one of the allowed values",params:({schemaCode:s})=>(0,e._)`{allowedValues: ${s}}`},code(s){const{gen:a,data:i,$data:l,schema:c,schemaCode:u,it:g}=s;if(!l&&c.length===0)throw new Error("enum must have non-empty array");const h=c.length>=g.opts.loopEnum;let d;const p=()=>d??(d=(0,t.useFunc)(a,r.default));let w;if(h||l)w=a.let("valid"),s.block$data(w,m);else{if(!Array.isArray(c))throw new Error("ajv implementation error");const _=a.const("vSchema",u);w=(0,e.or)(...c.map((f,b)=>y(_,b)))}s.pass(w);function m(){a.assign(w,!1),a.forOf("v",u,_=>a.if((0,e._)`${p()}(${i}, ${_})`,()=>a.assign(w,!0).break()))}function y(_,f){const b=c[f];return typeof b=="object"&&b!==null?(0,e._)`${p()}(${i}, ${_}[${f}])`:(0,e._)`${i} === ${b}`}}};return Es.default=o,Es}var Wh;function $k(){if(Wh)return ms;Wh=1,Object.defineProperty(ms,"__esModule",{value:!0});const e=mk(),t=gk(),r=_k(),n=yk(),o=wk(),s=bk(),a=kk(),i=Sk(),l=Ck(),c=Tk(),u=[e.default,t.default,r.default,n.default,o.default,s.default,a.default,i.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},l.default,c.default];return ms.default=u,ms}var Is={},ln={},Kh;function Yh(){if(Kh)return ln;Kh=1,Object.defineProperty(ln,"__esModule",{value:!0}),ln.validateAdditionalItems=void 0;const e=ye(),t=Se(),n={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:{message:({params:{len:s}})=>(0,e.str)`must NOT have more than ${s} items`,params:({params:{len:s}})=>(0,e._)`{limit: ${s}}`},code(s){const{parentSchema:a,it:i}=s,{items:l}=a;if(!Array.isArray(l)){(0,t.checkStrictMode)(i,'"additionalItems" is ignored when "items" is not an array of schemas');return}o(s,l)}};function o(s,a){const{gen:i,schema:l,data:c,keyword:u,it:g}=s;g.items=!0;const h=i.const("len",(0,e._)`${c}.length`);if(l===!1)s.setParams({len:a.length}),s.pass((0,e._)`${h} <= ${a.length}`);else if(typeof l=="object"&&!(0,t.alwaysValidSchema)(g,l)){const p=i.var("valid",(0,e._)`${h} <= ${a.length}`);i.if((0,e.not)(p),()=>d(p)),s.ok(p)}function d(p){i.forRange("i",a.length,h,w=>{s.subschema({keyword:u,dataProp:w,dataPropType:t.Type.Num},p),g.allErrors||i.if((0,e.not)(p),()=>i.break())})}}return ln.validateAdditionalItems=o,ln.default=n,ln}var xs={},cn={},Qh;function Xh(){if(Qh)return cn;Qh=1,Object.defineProperty(cn,"__esModule",{value:!0}),cn.validateTuple=void 0;const e=ye(),t=Se(),r=Ot(),n={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(s){const{schema:a,it:i}=s;if(Array.isArray(a))return o(s,"additionalItems",a);i.items=!0,!(0,t.alwaysValidSchema)(i,a)&&s.ok((0,r.validateArray)(s))}};function o(s,a,i=s.schema){const{gen:l,parentSchema:c,data:u,keyword:g,it:h}=s;w(c),h.opts.unevaluated&&i.length&&h.items!==!0&&(h.items=t.mergeEvaluated.items(l,i.length,h.items));const d=l.name("valid"),p=l.const("len",(0,e._)`${u}.length`);i.forEach((m,y)=>{(0,t.alwaysValidSchema)(h,m)||(l.if((0,e._)`${p} > ${y}`,()=>s.subschema({keyword:g,schemaProp:y,dataProp:y},d)),s.ok(d))});function w(m){const{opts:y,errSchemaPath:_}=h,f=i.length,b=f===m.minItems&&(f===m.maxItems||m[a]===!1);if(y.strictTuples&&!b){const k=`"${g}" is ${f}-tuple, but minItems or maxItems/${a} are not specified or different at path "${_}"`;(0,t.checkStrictMode)(h,k,y.strictTuples)}}}return cn.validateTuple=o,cn.default=n,cn}var em;function Ek(){if(em)return xs;em=1,Object.defineProperty(xs,"__esModule",{value:!0});const e=Xh(),t={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:r=>(0,e.validateTuple)(r,"items")};return xs.default=t,xs}var Rs={},tm;function Ik(){if(tm)return Rs;tm=1,Object.defineProperty(Rs,"__esModule",{value:!0});const e=ye(),t=Se(),r=Ot(),n=Yh(),s={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:{message:({params:{len:a}})=>(0,e.str)`must NOT have more than ${a} items`,params:({params:{len:a}})=>(0,e._)`{limit: ${a}}`},code(a){const{schema:i,parentSchema:l,it:c}=a,{prefixItems:u}=l;c.items=!0,!(0,t.alwaysValidSchema)(c,i)&&(u?(0,n.validateAdditionalItems)(a,u):a.ok((0,r.validateArray)(a)))}};return Rs.default=s,Rs}var Ps={},rm;function xk(){if(rm)return Ps;rm=1,Object.defineProperty(Ps,"__esModule",{value:!0});const e=ye(),t=Se(),n={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:{message:({params:{min:o,max:s}})=>s===void 0?(0,e.str)`must contain at least ${o} valid item(s)`:(0,e.str)`must contain at least ${o} and no more than ${s} valid item(s)`,params:({params:{min:o,max:s}})=>s===void 0?(0,e._)`{minContains: ${o}}`:(0,e._)`{minContains: ${o}, maxContains: ${s}}`},code(o){const{gen:s,schema:a,parentSchema:i,data:l,it:c}=o;let u,g;const{minContains:h,maxContains:d}=i;c.opts.next?(u=h===void 0?1:h,g=d):u=1;const p=s.const("len",(0,e._)`${l}.length`);if(o.setParams({min:u,max:g}),g===void 0&&u===0){(0,t.checkStrictMode)(c,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(g!==void 0&&u>g){(0,t.checkStrictMode)(c,'"minContains" > "maxContains" is always invalid'),o.fail();return}if((0,t.alwaysValidSchema)(c,a)){let f=(0,e._)`${p} >= ${u}`;g!==void 0&&(f=(0,e._)`${f} && ${p} <= ${g}`),o.pass(f);return}c.items=!0;const w=s.name("valid");g===void 0&&u===1?y(w,()=>s.if(w,()=>s.break())):u===0?(s.let(w,!0),g!==void 0&&s.if((0,e._)`${l}.length > 0`,m)):(s.let(w,!1),m()),o.result(w,()=>o.reset());function m(){const f=s.name("_valid"),b=s.let("count",0);y(f,()=>s.if(f,()=>_(b)))}function y(f,b){s.forRange("i",0,p,k=>{o.subschema({keyword:"contains",dataProp:k,dataPropType:t.Type.Num,compositeRule:!0},f),b()})}function _(f){s.code((0,e._)`${f}++`),g===void 0?s.if((0,e._)`${f} >= ${u}`,()=>s.assign(w,!0).break()):(s.if((0,e._)`${f} > ${g}`,()=>s.assign(w,!1).break()),u===1?s.assign(w,!0):s.if((0,e._)`${f} >= ${u}`,()=>s.assign(w,!0)))}}};return Ps.default=n,Ps}var hl={},nm;function Rk(){return nm||(nm=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateSchemaDeps=e.validatePropertyDeps=e.error=void 0;const t=ye(),r=Se(),n=Ot();e.error={message:({params:{property:l,depsCount:c,deps:u}})=>{const g=c===1?"property":"properties";return(0,t.str)`must have ${g} ${u} when property ${l} is present`},params:({params:{property:l,depsCount:c,deps:u,missingProperty:g}})=>(0,t._)`{property: ${l},
76
+ missingProperty: ${g},
77
77
  depsCount: ${c},
78
- deps: ${u}}`};const o={keyword:"dependencies",type:"object",schemaType:"object",error:e.error,code(l){const[c,u]=s(l);i(l,c),a(l,u)}};function s({schema:l}){const c={},u={};for(const h in l){if(h==="__proto__")continue;const _=Array.isArray(l[h])?c:u;_[h]=l[h]}return[c,u]}function i(l,c=l.schema){const{gen:u,data:h,it:_}=l;if(Object.keys(c).length===0)return;const f=u.let("missing");for(const g in c){const v=c[g];if(v.length===0)continue;const m=(0,r.propertyInData)(u,h,g,_.opts.ownProperties);l.setParams({property:g,depsCount:v.length,deps:v.join(", ")}),_.allErrors?u.if(m,()=>{for(const d of v)(0,r.checkReportMissingProp)(l,d)}):(u.if((0,t._)`${m} && (${(0,r.checkMissingProp)(l,v,f)})`),(0,r.reportMissingProp)(l,f),u.else())}}e.validatePropertyDeps=i;function a(l,c=l.schema){const{gen:u,data:h,keyword:_,it:f}=l,g=u.name("valid");for(const v in c)(0,n.alwaysValidSchema)(f,c[v])||(u.if((0,r.propertyInData)(u,h,v,f.opts.ownProperties),()=>{const m=l.subschema({keyword:_,schemaProp:v},g);l.mergeValidEvaluated(m,g)},()=>u.var(g,!0)),l.ok(g))}e.validateSchemaDeps=a,e.default=o})(y2);var ql={};Object.defineProperty(ql,"__esModule",{value:!0});const w2=ce,HC=G,JC={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:{message:"property name must be valid",params:({params:e})=>(0,w2._)`{propertyName: ${e.propertyName}}`},code(e){const{gen:t,schema:n,data:r,it:o}=e;if((0,HC.alwaysValidSchema)(o,n))return;const s=t.name("valid");t.forIn("key",r,i=>{e.setParams({propertyName:i}),e.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},s),t.if((0,w2.not)(s),()=>{e.error(!0),o.allErrors||t.break()})}),e.ok(s)}};ql.default=JC;var Us={};Object.defineProperty(Us,"__esModule",{value:!0});const qs=pe,Bt=ce,GC=tn,Zs=G,WC={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:{message:"must NOT have additional properties",params:({params:e})=>(0,Bt._)`{additionalProperty: ${e.additionalProperty}}`},code(e){const{gen:t,schema:n,parentSchema:r,data:o,errsCount:s,it:i}=e;if(!s)throw new Error("ajv implementation error");const{allErrors:a,opts:l}=i;if(i.props=!0,l.removeAdditional!=="all"&&(0,Zs.alwaysValidSchema)(i,n))return;const c=(0,qs.allSchemaProperties)(r.properties),u=(0,qs.allSchemaProperties)(r.patternProperties);h(),e.ok((0,Bt._)`${s} === ${GC.default.errors}`);function h(){t.forIn("key",o,m=>{!c.length&&!u.length?g(m):t.if(_(m),()=>g(m))})}function _(m){let d;if(c.length>8){const w=(0,Zs.schemaRefOrVal)(i,r.properties,"properties");d=(0,qs.isOwnProperty)(t,w,m)}else c.length?d=(0,Bt.or)(...c.map(w=>(0,Bt._)`${m} === ${w}`)):d=Bt.nil;return u.length&&(d=(0,Bt.or)(d,...u.map(w=>(0,Bt._)`${(0,qs.usePattern)(e,w)}.test(${m})`))),(0,Bt.not)(d)}function f(m){t.code((0,Bt._)`delete ${o}[${m}]`)}function g(m){if(l.removeAdditional==="all"||l.removeAdditional&&n===!1){f(m);return}if(n===!1){e.setParams({additionalProperty:m}),e.error(),a||t.break();return}if(typeof n=="object"&&!(0,Zs.alwaysValidSchema)(i,n)){const d=t.name("valid");l.removeAdditional==="failing"?(v(m,d,!1),t.if((0,Bt.not)(d),()=>{e.reset(),f(m)})):(v(m,d),a||t.if((0,Bt.not)(d),()=>t.break()))}}function v(m,d,w){const y={keyword:"additionalProperties",dataProp:m,dataPropType:Zs.Type.Str};w===!1&&Object.assign(y,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(y,d)}}};Us.default=WC;var Zl={};Object.defineProperty(Zl,"__esModule",{value:!0});const KC=Zt,b2=pe,Fl=G,$2=Us,YC={keyword:"properties",type:"object",schemaType:"object",code(e){const{gen:t,schema:n,parentSchema:r,data:o,it:s}=e;s.opts.removeAdditional==="all"&&r.additionalProperties===void 0&&$2.default.code(new KC.KeywordCxt(s,$2.default,"additionalProperties"));const i=(0,b2.allSchemaProperties)(n);for(const h of i)s.definedProperties.add(h);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=Fl.mergeEvaluated.props(t,(0,Fl.toHash)(i),s.props));const a=i.filter(h=>!(0,Fl.alwaysValidSchema)(s,n[h]));if(a.length===0)return;const l=t.name("valid");for(const h of a)c(h)?u(h):(t.if((0,b2.propertyInData)(t,o,h,s.opts.ownProperties)),u(h),s.allErrors||t.else().var(l,!0),t.endIf()),e.it.definedProperties.add(h),e.ok(l);function c(h){return s.opts.useDefaults&&!s.compositeRule&&n[h].default!==void 0}function u(h){e.subschema({keyword:"properties",schemaProp:h,dataProp:h},l)}}};Zl.default=YC;var Vl={};Object.defineProperty(Vl,"__esModule",{value:!0});const S2=pe,Fs=ce,C2=G,E2=G,QC={keyword:"patternProperties",type:"object",schemaType:"object",code(e){const{gen:t,schema:n,data:r,parentSchema:o,it:s}=e,{opts:i}=s,a=(0,S2.allSchemaProperties)(n),l=a.filter(v=>(0,C2.alwaysValidSchema)(s,n[v]));if(a.length===0||l.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;const c=i.strictSchema&&!i.allowMatchingProperties&&o.properties,u=t.name("valid");s.props!==!0&&!(s.props instanceof Fs.Name)&&(s.props=(0,E2.evaluatedPropsToName)(t,s.props));const{props:h}=s;_();function _(){for(const v of a)c&&f(v),s.allErrors?g(v):(t.var(u,!0),g(v),t.if(u))}function f(v){for(const m in c)new RegExp(v).test(m)&&(0,C2.checkStrictMode)(s,`property ${m} matches pattern ${v} (use allowMatchingProperties)`)}function g(v){t.forIn("key",r,m=>{t.if((0,Fs._)`${(0,S2.usePattern)(e,v)}.test(${m})`,()=>{const d=l.includes(v);d||e.subschema({keyword:"patternProperties",schemaProp:v,dataProp:m,dataPropType:E2.Type.Str},u),s.opts.unevaluated&&h!==!0?t.assign((0,Fs._)`${h}[${m}]`,!0):!d&&!s.allErrors&&t.if((0,Fs.not)(u),()=>t.break())})})}}};Vl.default=QC;var Bl={};Object.defineProperty(Bl,"__esModule",{value:!0});const XC=G,eE={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){const{gen:t,schema:n,it:r}=e;if((0,XC.alwaysValidSchema)(r,n)){e.fail();return}const o=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),e.failResult(o,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};Bl.default=eE;var Hl={};Object.defineProperty(Hl,"__esModule",{value:!0});const tE={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:pe.validateUnion,error:{message:"must match a schema in anyOf"}};Hl.default=tE;var Jl={};Object.defineProperty(Jl,"__esModule",{value:!0});const Vs=ce,nE=G,rE={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:{message:"must match exactly one schema in oneOf",params:({params:e})=>(0,Vs._)`{passingSchemas: ${e.passing}}`},code(e){const{gen:t,schema:n,parentSchema:r,it:o}=e;if(!Array.isArray(n))throw new Error("ajv implementation error");if(o.opts.discriminator&&r.discriminator)return;const s=n,i=t.let("valid",!1),a=t.let("passing",null),l=t.name("_valid");e.setParams({passing:a}),t.block(c),e.result(i,()=>e.reset(),()=>e.error(!0));function c(){s.forEach((u,h)=>{let _;(0,nE.alwaysValidSchema)(o,u)?t.var(l,!0):_=e.subschema({keyword:"oneOf",schemaProp:h,compositeRule:!0},l),h>0&&t.if((0,Vs._)`${l} && ${i}`).assign(i,!1).assign(a,(0,Vs._)`[${a}, ${h}]`).else(),t.if(l,()=>{t.assign(i,!0),t.assign(a,h),_&&e.mergeEvaluated(_,Vs.Name)})})}}};Jl.default=rE;var Gl={};Object.defineProperty(Gl,"__esModule",{value:!0});const oE=G,sE={keyword:"allOf",schemaType:"array",code(e){const{gen:t,schema:n,it:r}=e;if(!Array.isArray(n))throw new Error("ajv implementation error");const o=t.name("valid");n.forEach((s,i)=>{if((0,oE.alwaysValidSchema)(r,s))return;const a=e.subschema({keyword:"allOf",schemaProp:i},o);e.ok(o),e.mergeEvaluated(a)})}};Gl.default=sE;var Wl={};Object.defineProperty(Wl,"__esModule",{value:!0});const Bs=ce,k2=G,iE={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:{message:({params:e})=>(0,Bs.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,Bs._)`{failingKeyword: ${e.ifClause}}`},code(e){const{gen:t,parentSchema:n,it:r}=e;n.then===void 0&&n.else===void 0&&(0,k2.checkStrictMode)(r,'"if" without "then" and "else" is ignored');const o=I2(r,"then"),s=I2(r,"else");if(!o&&!s)return;const i=t.let("valid",!0),a=t.name("_valid");if(l(),e.reset(),o&&s){const u=t.let("ifClause");e.setParams({ifClause:u}),t.if(a,c("then",u),c("else",u))}else o?t.if(a,c("then")):t.if((0,Bs.not)(a),c("else"));e.pass(i,()=>e.error(!0));function l(){const u=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);e.mergeEvaluated(u)}function c(u,h){return()=>{const _=e.subschema({keyword:u},a);t.assign(i,a),e.mergeValidEvaluated(_,i),h?t.assign(h,(0,Bs._)`${u}`):e.setParams({ifClause:u})}}}};function I2(e,t){const n=e.schema[t];return n!==void 0&&!(0,k2.alwaysValidSchema)(e,n)}Wl.default=iE;var Kl={};Object.defineProperty(Kl,"__esModule",{value:!0});const aE=G,lE={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:n}){t.if===void 0&&(0,aE.checkStrictMode)(n,`"${e}" without "if" is ignored`)}};Kl.default=lE,Object.defineProperty(Ll,"__esModule",{value:!0});const cE=yr,uE=zl,dE=wr,pE=Dl,fE=Ul,hE=y2,mE=ql,gE=Us,vE=Zl,_E=Vl,yE=Bl,wE=Hl,bE=Jl,$E=Gl,SE=Wl,CE=Kl;function EE(e=!1){const t=[yE.default,wE.default,bE.default,$E.default,SE.default,CE.default,mE.default,gE.default,hE.default,vE.default,_E.default];return e?t.push(uE.default,pE.default):t.push(cE.default,dE.default),t.push(fE.default),t}Ll.default=EE;var Yl={},Ql={};Object.defineProperty(Ql,"__esModule",{value:!0});const ze=ce,kE={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:{message:({schemaCode:e})=>(0,ze.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,ze._)`{format: ${e}}`},code(e,t){const{gen:n,data:r,$data:o,schema:s,schemaCode:i,it:a}=e,{opts:l,errSchemaPath:c,schemaEnv:u,self:h}=a;if(!l.validateFormats)return;o?_():f();function _(){const g=n.scopeValue("formats",{ref:h.formats,code:l.code.formats}),v=n.const("fDef",(0,ze._)`${g}[${i}]`),m=n.let("fType"),d=n.let("format");n.if((0,ze._)`typeof ${v} == "object" && !(${v} instanceof RegExp)`,()=>n.assign(m,(0,ze._)`${v}.type || "string"`).assign(d,(0,ze._)`${v}.validate`),()=>n.assign(m,(0,ze._)`"string"`).assign(d,v)),e.fail$data((0,ze.or)(w(),y()));function w(){return l.strictSchema===!1?ze.nil:(0,ze._)`${i} && !${d}`}function y(){const b=u.$async?(0,ze._)`(${v}.async ? await ${d}(${r}) : ${d}(${r}))`:(0,ze._)`${d}(${r})`,k=(0,ze._)`(typeof ${d} == "function" ? ${b} : ${d}.test(${r}))`;return(0,ze._)`${d} && ${d} !== true && ${m} === ${t} && !${k}`}}function f(){const g=h.formats[s];if(!g){w();return}if(g===!0)return;const[v,m,d]=y(g);v===t&&e.pass(b());function w(){if(l.strictSchema===!1){h.logger.warn(k());return}throw new Error(k());function k(){return`unknown format "${s}" ignored in schema at path "${c}"`}}function y(k){const x=k instanceof RegExp?(0,ze.regexpCode)(k):l.code.formats?(0,ze._)`${l.code.formats}${(0,ze.getProperty)(s)}`:void 0,T=n.scopeValue("formats",{key:s,ref:k,code:x});return typeof k=="object"&&!(k instanceof RegExp)?[k.type||"string",k.validate,(0,ze._)`${T}.validate`]:["string",k,T]}function b(){if(typeof g=="object"&&!(g instanceof RegExp)&&g.async){if(!u.$async)throw new Error("async format in sync schema");return(0,ze._)`await ${d}(${r})`}return typeof m=="function"?(0,ze._)`${d}(${r})`:(0,ze._)`${d}.test(${r})`}}}};Ql.default=kE,Object.defineProperty(Yl,"__esModule",{value:!0});const IE=[Ql.default];Yl.default=IE;var br={};Object.defineProperty(br,"__esModule",{value:!0}),br.contentVocabulary=br.metadataVocabulary=void 0,br.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"],br.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"],Object.defineProperty(yl,"__esModule",{value:!0});const TE=wl,xE=$l,PE=Ll,RE=Yl,T2=br,OE=[TE.default,xE.default,(0,PE.default)(),RE.default,T2.metadataVocabulary,T2.contentVocabulary];yl.default=OE;var Xl={},Hs={};Object.defineProperty(Hs,"__esModule",{value:!0}),Hs.DiscrError=void 0;var x2;(function(e){e.Tag="tag",e.Mapping="mapping"})(x2||(Hs.DiscrError=x2={})),Object.defineProperty(Xl,"__esModule",{value:!0});const $r=ce,ec=Hs,P2=pt,NE=vr,ME=G,AE={keyword:"discriminator",type:"object",schemaType:"object",error:{message:({params:{discrError:e,tagName:t}})=>e===ec.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:n}})=>(0,$r._)`{error: ${e}, tag: ${n}, tagValue: ${t}}`},code(e){const{gen:t,data:n,schema:r,parentSchema:o,it:s}=e,{oneOf:i}=o;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");const a=r.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(r.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");const l=t.let("valid",!1),c=t.const("tag",(0,$r._)`${n}${(0,$r.getProperty)(a)}`);t.if((0,$r._)`typeof ${c} == "string"`,()=>u(),()=>e.error(!1,{discrError:ec.DiscrError.Tag,tag:c,tagName:a})),e.ok(l);function u(){const f=_();t.if(!1);for(const g in f)t.elseIf((0,$r._)`${c} === ${g}`),t.assign(l,h(f[g]));t.else(),e.error(!1,{discrError:ec.DiscrError.Mapping,tag:c,tagName:a}),t.endIf()}function h(f){const g=t.name("valid"),v=e.subschema({keyword:"oneOf",schemaProp:f},g);return e.mergeEvaluated(v,$r.Name),g}function _(){var f;const g={},v=d(o);let m=!0;for(let b=0;b<i.length;b++){let k=i[b];if(k!=null&&k.$ref&&!(0,ME.schemaHasRulesButRef)(k,s.self.RULES)){const T=k.$ref;if(k=P2.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,T),k instanceof P2.SchemaEnv&&(k=k.schema),k===void 0)throw new NE.default(s.opts.uriResolver,s.baseId,T)}const x=(f=k==null?void 0:k.properties)===null||f===void 0?void 0:f[a];if(typeof x!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);m=m&&(v||d(k)),w(x,b)}if(!m)throw new Error(`discriminator: "${a}" must be required`);return g;function d({required:b}){return Array.isArray(b)&&b.includes(a)}function w(b,k){if(b.const)y(b.const,k);else if(b.enum)for(const x of b.enum)y(x,k);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function y(b,k){if(typeof b!="string"||b in g)throw new Error(`discriminator: "${a}" values must be unique strings`);g[b]=k}}}};Xl.default=AE;const LE={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0};(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=t.Ajv=void 0;const n=uh,r=yl,o=Xl,s=LE,i=["/properties"],a="http://json-schema.org/draft-07/schema";class l extends n.default{_addVocabularies(){super._addVocabularies(),r.default.forEach(g=>this.addVocabulary(g)),this.opts.discriminator&&this.addKeyword(o.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const g=this.opts.$data?this.$dataMetaSchema(s,i):s;this.addMetaSchema(g,a,!1),this.refs["http://json-schema.org/schema"]=a}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(a)?a:void 0)}}t.Ajv=l,e.exports=t=l,e.exports.Ajv=l,Object.defineProperty(t,"__esModule",{value:!0}),t.default=l;var c=Zt;Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return c.KeywordCxt}});var u=ce;Object.defineProperty(t,"_",{enumerable:!0,get:function(){return u._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return u.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return u.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return u.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return u.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return u.CodeGen}});var h=ho;Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return h.default}});var _=vr;Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return _.default}})})(Qa,Qa.exports);var R2=Qa.exports,tc={exports:{}},O2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.formatNames=e.fastFormats=e.fullFormats=void 0;function t(q,F){return{validate:q,compare:F}}e.fullFormats={date:t(s,i),time:t(l(!0),c),"date-time":t(_(!0),f),"iso-time":t(l(),u),"iso-date-time":t(_(),g),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:d,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:H,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:y,int32:{type:"number",validate:x},int64:{type:"number",validate:T},float:{type:"number",validate:D},double:{type:"number",validate:D},password:!0,binary:!0},e.fastFormats={...e.fullFormats,date:t(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,i),time:t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,c),"date-time":t(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,f),"iso-time":t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,u),"iso-date-time":t(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,g),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i},e.formatNames=Object.keys(e.fullFormats);function n(q){return q%4===0&&(q%100!==0||q%400===0)}const r=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,o=[0,31,28,31,30,31,30,31,31,30,31,30,31];function s(q){const F=r.exec(q);if(!F)return!1;const B=+F[1],V=+F[2],se=+F[3];return V>=1&&V<=12&&se>=1&&se<=(V===2&&n(B)?29:o[V])}function i(q,F){if(q&&F)return q>F?1:q<F?-1:0}const a=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function l(q){return function(B){const V=a.exec(B);if(!V)return!1;const se=+V[1],ge=+V[2],te=+V[3],ue=V[4],le=V[5]==="-"?-1:1,L=+(V[6]||0),I=+(V[7]||0);if(L>23||I>59||q&&!ue)return!1;if(se<=23&&ge<=59&&te<60)return!0;const M=ge-I*le,P=se-L*le-(M<0?1:0);return(P===23||P===-1)&&(M===59||M===-1)&&te<61}}function c(q,F){if(!(q&&F))return;const B=new Date("2020-01-01T"+q).valueOf(),V=new Date("2020-01-01T"+F).valueOf();if(B&&V)return B-V}function u(q,F){if(!(q&&F))return;const B=a.exec(q),V=a.exec(F);if(B&&V)return q=B[1]+B[2]+B[3],F=V[1]+V[2]+V[3],q>F?1:q<F?-1:0}const h=/t|\s/i;function _(q){const F=l(q);return function(V){const se=V.split(h);return se.length===2&&s(se[0])&&F(se[1])}}function f(q,F){if(!(q&&F))return;const B=new Date(q).valueOf(),V=new Date(F).valueOf();if(B&&V)return B-V}function g(q,F){if(!(q&&F))return;const[B,V]=q.split(h),[se,ge]=F.split(h),te=i(B,se);if(te!==void 0)return te||c(V,ge)}const v=/\/|:/,m=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function d(q){return v.test(q)&&m.test(q)}const w=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function y(q){return w.lastIndex=0,w.test(q)}const b=-2147483648,k=2**31-1;function x(q){return Number.isInteger(q)&&q<=k&&q>=b}function T(q){return Number.isInteger(q)}function D(){return!0}const U=/[^\\]\\Z/;function H(q){if(U.test(q))return!1;try{return new RegExp(q),!0}catch{return!1}}})(O2);var N2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.formatLimitDefinition=void 0;const t=R2,n=ce,r=n.operators,o={formatMaximum:{okStr:"<=",ok:r.LTE,fail:r.GT},formatMinimum:{okStr:">=",ok:r.GTE,fail:r.LT},formatExclusiveMaximum:{okStr:"<",ok:r.LT,fail:r.GTE},formatExclusiveMinimum:{okStr:">",ok:r.GT,fail:r.LTE}},s={message:({keyword:a,schemaCode:l})=>(0,n.str)`should be ${o[a].okStr} ${l}`,params:({keyword:a,schemaCode:l})=>(0,n._)`{comparison: ${o[a].okStr}, limit: ${l}}`};e.formatLimitDefinition={keyword:Object.keys(o),type:"string",schemaType:"string",$data:!0,error:s,code(a){const{gen:l,data:c,schemaCode:u,keyword:h,it:_}=a,{opts:f,self:g}=_;if(!f.validateFormats)return;const v=new t.KeywordCxt(_,g.RULES.all.format.definition,"format");v.$data?m():d();function m(){const y=l.scopeValue("formats",{ref:g.formats,code:f.code.formats}),b=l.const("fmt",(0,n._)`${y}[${v.schemaCode}]`);a.fail$data((0,n.or)((0,n._)`typeof ${b} != "object"`,(0,n._)`${b} instanceof RegExp`,(0,n._)`typeof ${b}.compare != "function"`,w(b)))}function d(){const y=v.schema,b=g.formats[y];if(!b||b===!0)return;if(typeof b!="object"||b instanceof RegExp||typeof b.compare!="function")throw new Error(`"${h}": format "${y}" does not define "compare" function`);const k=l.scopeValue("formats",{key:y,ref:b,code:f.code.formats?(0,n._)`${f.code.formats}${(0,n.getProperty)(y)}`:void 0});a.fail$data(w(k))}function w(y){return(0,n._)`${y}.compare(${c}, ${u}) ${o[h].fail} 0`}},dependencies:["format"]};const i=a=>(a.addKeyword(e.formatLimitDefinition),a);e.default=i})(N2),function(e,t){Object.defineProperty(t,"__esModule",{value:!0});const n=O2,r=N2,o=ce,s=new o.Name("fullFormats"),i=new o.Name("fastFormats"),a=(c,u={keywords:!0})=>{if(Array.isArray(u))return l(c,u,n.fullFormats,s),c;const[h,_]=u.mode==="fast"?[n.fastFormats,i]:[n.fullFormats,s],f=u.formats||n.formatNames;return l(c,f,h,_),u.keywords&&(0,r.default)(c),c};a.get=(c,u="full")=>{const _=(u==="fast"?n.fastFormats:n.fullFormats)[c];if(!_)throw new Error(`Unknown format "${c}"`);return _};function l(c,u,h,_){var f,g;(f=(g=c.opts.code).formats)!==null&&f!==void 0||(g.formats=(0,o._)`require("ajv-formats/dist/formats").${_}`);for(const v of u)c.addFormat(v,h[v])}e.exports=t=a,Object.defineProperty(t,"__esModule",{value:!0}),t.default=a}(tc,tc.exports);var jE=tc.exports;const zE=Wy(jE);function DE(){const e=new R2.Ajv({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return zE(e),e}class UE{constructor(t){this._ajv=t??DE()}getValidator(t){var n;const r="$id"in t&&typeof t.$id=="string"?(n=this._ajv.getSchema(t.$id))!==null&&n!==void 0?n:this._ajv.compile(t):this._ajv.compile(t);return o=>r(o)?{valid:!0,data:o,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(r.errors)}}}function Js(e,t){if(!(!e||t===null||typeof t!="object")){if(e.type==="object"&&e.properties&&typeof e.properties=="object"){const n=t,r=e.properties;for(const o of Object.keys(r)){const s=r[o];n[o]===void 0&&Object.prototype.hasOwnProperty.call(s,"default")&&(n[o]=s.default),n[o]!==void 0&&Js(s,n[o])}}if(Array.isArray(e.anyOf))for(const n of e.anyOf)Js(n,t);if(Array.isArray(e.oneOf))for(const n of e.oneOf)Js(n,t)}}function qE(e){if(!e)return{supportsFormMode:!1,supportsUrlMode:!1};const t=e.form!==void 0,n=e.url!==void 0;return{supportsFormMode:t||!t&&!n,supportsUrlMode:n}}class Gs extends T7{constructor(t,n){var r,o;super(n),this._clientInfo=t,this._cachedToolOutputValidators=new Map,this._capabilities=(r=n==null?void 0:n.capabilities)!==null&&r!==void 0?r:{},this._jsonSchemaValidator=(o=n==null?void 0:n.jsonSchemaValidator)!==null&&o!==void 0?o:new UE}registerCapabilities(t){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=x7(this._capabilities,t)}setRequestHandler(t,n){var r,o,s;const i=ih(t),a=i==null?void 0:i.method;if(!a)throw new Error("Schema is missing a method literal");let l;if($s(a)){const u=a,h=(r=u._zod)===null||r===void 0?void 0:r.def;l=(o=h==null?void 0:h.value)!==null&&o!==void 0?o:u.value}else{const u=a,h=u._def;l=(s=h==null?void 0:h.value)!==null&&s!==void 0?s:u.value}if(typeof l!="string")throw new Error("Schema method literal must be a string");if(l==="elicitation/create"){const u=async(h,_)=>{var f,g,v;const m=Ss(Sa,h);if(!m.success){const U=m.error instanceof Error?m.error.message:String(m.error);throw new ot(Xe.InvalidParams,`Invalid elicitation request: ${U}`)}const{params:d}=m.data,w=(f=d.mode)!==null&&f!==void 0?f:"form",{supportsFormMode:y,supportsUrlMode:b}=qE(this._capabilities.elicitation);if(w==="form"&&!y)throw new ot(Xe.InvalidParams,"Client does not support form-mode elicitation requests");if(w==="url"&&!b)throw new ot(Xe.InvalidParams,"Client does not support URL-mode elicitation requests");const k=await Promise.resolve(n(h,_)),x=Ss(Ca,k);if(!x.success){const U=x.error instanceof Error?x.error.message:String(x.error);throw new ot(Xe.InvalidParams,`Invalid elicitation result: ${U}`)}const T=x.data,D=w==="form"?d.requestedSchema:void 0;if(w==="form"&&T.action==="accept"&&T.content&&D&&!((v=(g=this._capabilities.elicitation)===null||g===void 0?void 0:g.form)===null||v===void 0)&&v.applyDefaults)try{Js(D,T.content)}catch{}return T};return super.setRequestHandler(t,u)}return super.setRequestHandler(t,n)}assertCapability(t,n){var r;if(!(!((r=this._serverCapabilities)===null||r===void 0)&&r[t]))throw new Error(`Server does not support ${t} (required for ${n})`)}async connect(t,n){if(await super.connect(t),t.sessionId===void 0)try{const r=await this.request({method:"initialize",params:{protocolVersion:ss,capabilities:this._capabilities,clientInfo:this._clientInfo}},Bp,n);if(r===void 0)throw new Error(`Server sent invalid initialize result: ${r}`);if(!U9.includes(r.protocolVersion))throw new Error(`Server's protocol version is not supported: ${r.protocolVersion}`);this._serverCapabilities=r.capabilities,this._serverVersion=r.serverInfo,t.setProtocolVersion&&t.setProtocolVersion(r.protocolVersion),this._instructions=r.instructions,await this.notification({method:"notifications/initialized"})}catch(r){throw this.close(),r}}getServerCapabilities(){return this._serverCapabilities}getServerVersion(){return this._serverVersion}getInstructions(){return this._instructions}assertCapabilityForMethod(t){var n,r,o,s,i;switch(t){case"logging/setLevel":if(!(!((n=this._serverCapabilities)===null||n===void 0)&&n.logging))throw new Error(`Server does not support logging (required for ${t})`);break;case"prompts/get":case"prompts/list":if(!(!((r=this._serverCapabilities)===null||r===void 0)&&r.prompts))throw new Error(`Server does not support prompts (required for ${t})`);break;case"resources/list":case"resources/templates/list":case"resources/read":case"resources/subscribe":case"resources/unsubscribe":if(!(!((o=this._serverCapabilities)===null||o===void 0)&&o.resources))throw new Error(`Server does not support resources (required for ${t})`);if(t==="resources/subscribe"&&!this._serverCapabilities.resources.subscribe)throw new Error(`Server does not support resource subscriptions (required for ${t})`);break;case"tools/call":case"tools/list":if(!(!((s=this._serverCapabilities)===null||s===void 0)&&s.tools))throw new Error(`Server does not support tools (required for ${t})`);break;case"completion/complete":if(!(!((i=this._serverCapabilities)===null||i===void 0)&&i.completions))throw new Error(`Server does not support completions (required for ${t})`);break}}assertNotificationCapability(t){var n;switch(t){case"notifications/roots/list_changed":if(!(!((n=this._capabilities.roots)===null||n===void 0)&&n.listChanged))throw new Error(`Client does not support roots list changed notifications (required for ${t})`);break}}assertRequestHandlerCapability(t){switch(t){case"sampling/createMessage":if(!this._capabilities.sampling)throw new Error(`Client does not support sampling capability (required for ${t})`);break;case"elicitation/create":if(!this._capabilities.elicitation)throw new Error(`Client does not support elicitation capability (required for ${t})`);break;case"roots/list":if(!this._capabilities.roots)throw new Error(`Client does not support roots capability (required for ${t})`);break}}async ping(t){return this.request({method:"ping"},Jn,t)}async complete(t,n){return this.request({method:"completion/complete",params:t},gf,n)}async setLoggingLevel(t,n){return this.request({method:"logging/setLevel",params:{level:t}},Jn,n)}async getPrompt(t,n){return this.request({method:"prompts/get",params:t},af,n)}async listPrompts(t,n){return this.request({method:"prompts/list",params:t},nf,n)}async listResources(t,n){return this.request({method:"resources/list",params:t},Yp,n)}async listResourceTemplates(t,n){return this.request({method:"resources/templates/list",params:t},Qp,n)}async readResource(t,n){return this.request({method:"resources/read",params:t},Xp,n)}async subscribeResource(t,n){return this.request({method:"resources/subscribe",params:t},Jn,n)}async unsubscribeResource(t,n){return this.request({method:"resources/unsubscribe",params:t},Jn,n)}async callTool(t,n=us,r){const o=await this.request({method:"tools/call",params:t},n,r),s=this.getToolOutputValidator(t.name);if(s){if(!o.structuredContent&&!o.isError)throw new ot(Xe.InvalidRequest,`Tool ${t.name} has an output schema but did not return structured content`);if(o.structuredContent)try{const i=s(o.structuredContent);if(!i.valid)throw new ot(Xe.InvalidParams,`Structured content does not match the tool's output schema: ${i.errorMessage}`)}catch(i){throw i instanceof ot?i:new ot(Xe.InvalidParams,`Failed to validate structured content: ${i instanceof Error?i.message:String(i)}`)}}return o}cacheToolOutputSchemas(t){this._cachedToolOutputValidators.clear();for(const n of t)if(n.outputSchema){const r=this._jsonSchemaValidator.getValidator(n.outputSchema);this._cachedToolOutputValidators.set(n.name,r)}}getToolOutputValidator(t){return this._cachedToolOutputValidators.get(t)}async listTools(t,n){const r=await this.request({method:"tools/list",params:t},uf,n);return this.cacheToolOutputSchemas(r.tools),r}async sendRootsListChanged(){return this.notification({method:"notifications/roots/list_changed"})}}class M2 extends Event{constructor(t,n){var r,o;super(t),this.code=(r=n==null?void 0:n.code)!=null?r:void 0,this.message=(o=n==null?void 0:n.message)!=null?o:void 0}[Symbol.for("nodejs.util.inspect.custom")](t,n,r){return r(A2(this),n)}[Symbol.for("Deno.customInspect")](t,n){return t(A2(this),n)}}function ZE(e){const t=globalThis.DOMException;return typeof t=="function"?new t(e,"SyntaxError"):new SyntaxError(e)}function nc(e){return e instanceof Error?"errors"in e&&Array.isArray(e.errors)?e.errors.map(nc).join(", "):"cause"in e&&e.cause instanceof Error?`${e}: ${nc(e.cause)}`:e.message:`${e}`}function A2(e){return{type:e.type,message:e.message,code:e.code,defaultPrevented:e.defaultPrevented,cancelable:e.cancelable,timeStamp:e.timeStamp}}var L2=e=>{throw TypeError(e)},rc=(e,t,n)=>t.has(e)||L2("Cannot "+n),he=(e,t,n)=>(rc(e,t,"read from private field"),n?n.call(e):t.get(e)),qe=(e,t,n)=>t.has(e)?L2("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,n),Ae=(e,t,n,r)=>(rc(e,t,"write to private field"),t.set(e,n),n),hn=(e,t,n)=>(rc(e,t,"access private method"),n),ht,rr,Sr,Ws,Ks,So,Cr,Co,xn,Er,kr,Ir,Eo,Ht,oc,sc,ic,j2,ac,lc,ko,cc,uc;class Ys extends EventTarget{constructor(t,n){var r,o;super(),qe(this,Ht),this.CONNECTING=0,this.OPEN=1,this.CLOSED=2,qe(this,ht),qe(this,rr),qe(this,Sr),qe(this,Ws),qe(this,Ks),qe(this,So),qe(this,Cr),qe(this,Co,null),qe(this,xn),qe(this,Er),qe(this,kr,null),qe(this,Ir,null),qe(this,Eo,null),qe(this,sc,async s=>{var i;he(this,Er).reset();const{body:a,redirected:l,status:c,headers:u}=s;if(c===204){hn(this,Ht,ko).call(this,"Server sent HTTP 204, not reconnecting",204),this.close();return}if(l?Ae(this,Sr,new URL(s.url)):Ae(this,Sr,void 0),c!==200){hn(this,Ht,ko).call(this,`Non-200 status code (${c})`,c);return}if(!(u.get("content-type")||"").startsWith("text/event-stream")){hn(this,Ht,ko).call(this,'Invalid content type, expected "text/event-stream"',c);return}if(he(this,ht)===this.CLOSED)return;Ae(this,ht,this.OPEN);const h=new Event("open");if((i=he(this,Eo))==null||i.call(this,h),this.dispatchEvent(h),typeof a!="object"||!a||!("getReader"in a)){hn(this,Ht,ko).call(this,"Invalid response body, expected a web ReadableStream",c),this.close();return}const _=new TextDecoder,f=a.getReader();let g=!0;do{const{done:v,value:m}=await f.read();m&&he(this,Er).feed(_.decode(m,{stream:!v})),v&&(g=!1,he(this,Er).reset(),hn(this,Ht,cc).call(this))}while(g)}),qe(this,ic,s=>{Ae(this,xn,void 0),!(s.name==="AbortError"||s.type==="aborted")&&hn(this,Ht,cc).call(this,nc(s))}),qe(this,ac,s=>{typeof s.id=="string"&&Ae(this,Co,s.id);const i=new MessageEvent(s.event||"message",{data:s.data,origin:he(this,Sr)?he(this,Sr).origin:he(this,rr).origin,lastEventId:s.id||""});he(this,Ir)&&(!s.event||s.event==="message")&&he(this,Ir).call(this,i),this.dispatchEvent(i)}),qe(this,lc,s=>{Ae(this,So,s)}),qe(this,uc,()=>{Ae(this,Cr,void 0),he(this,ht)===this.CONNECTING&&hn(this,Ht,oc).call(this)});try{if(t instanceof URL)Ae(this,rr,t);else if(typeof t=="string")Ae(this,rr,new URL(t,FE()));else throw new Error("Invalid URL")}catch{throw ZE("An invalid or illegal string was specified")}Ae(this,Er,vu({onEvent:he(this,ac),onRetry:he(this,lc)})),Ae(this,ht,this.CONNECTING),Ae(this,So,3e3),Ae(this,Ks,(r=n==null?void 0:n.fetch)!=null?r:globalThis.fetch),Ae(this,Ws,(o=n==null?void 0:n.withCredentials)!=null?o:!1),hn(this,Ht,oc).call(this)}get readyState(){return he(this,ht)}get url(){return he(this,rr).href}get withCredentials(){return he(this,Ws)}get onerror(){return he(this,kr)}set onerror(t){Ae(this,kr,t)}get onmessage(){return he(this,Ir)}set onmessage(t){Ae(this,Ir,t)}get onopen(){return he(this,Eo)}set onopen(t){Ae(this,Eo,t)}addEventListener(t,n,r){const o=n;super.addEventListener(t,o,r)}removeEventListener(t,n,r){const o=n;super.removeEventListener(t,o,r)}close(){he(this,Cr)&&clearTimeout(he(this,Cr)),he(this,ht)!==this.CLOSED&&(he(this,xn)&&he(this,xn).abort(),Ae(this,ht,this.CLOSED),Ae(this,xn,void 0))}}ht=new WeakMap,rr=new WeakMap,Sr=new WeakMap,Ws=new WeakMap,Ks=new WeakMap,So=new WeakMap,Cr=new WeakMap,Co=new WeakMap,xn=new WeakMap,Er=new WeakMap,kr=new WeakMap,Ir=new WeakMap,Eo=new WeakMap,Ht=new WeakSet,oc=function(){Ae(this,ht,this.CONNECTING),Ae(this,xn,new AbortController),he(this,Ks)(he(this,rr),hn(this,Ht,j2).call(this)).then(he(this,sc)).catch(he(this,ic))},sc=new WeakMap,ic=new WeakMap,j2=function(){var e;const t={mode:"cors",redirect:"follow",headers:{Accept:"text/event-stream",...he(this,Co)?{"Last-Event-ID":he(this,Co)}:void 0},cache:"no-store",signal:(e=he(this,xn))==null?void 0:e.signal};return"window"in globalThis&&(t.credentials=this.withCredentials?"include":"same-origin"),t},ac=new WeakMap,lc=new WeakMap,ko=function(e,t){var n;he(this,ht)!==this.CLOSED&&Ae(this,ht,this.CLOSED);const r=new M2("error",{code:t,message:e});(n=he(this,kr))==null||n.call(this,r),this.dispatchEvent(r)},cc=function(e,t){var n;if(he(this,ht)===this.CLOSED)return;Ae(this,ht,this.CONNECTING);const r=new M2("error",{code:t,message:e});(n=he(this,kr))==null||n.call(this,r),this.dispatchEvent(r),Ae(this,Cr,setTimeout(he(this,uc),he(this,So)))},uc=new WeakMap,Ys.CONNECTING=0,Ys.OPEN=1,Ys.CLOSED=2;function FE(){const e="document"in globalThis?globalThis.document:void 0;return e&&typeof e=="object"&&"baseURI"in e&&typeof e.baseURI=="string"?e.baseURI:void 0}class VE extends Error{constructor(t,n,r){super(`SSE error: ${n}`),this.code=t,this.event=r}}class dc{constructor(t,n){this._url=t,this._resourceMetadataUrl=void 0,this._scope=void 0,this._eventSourceInit=n==null?void 0:n.eventSourceInit,this._requestInit=n==null?void 0:n.requestInit,this._authProvider=n==null?void 0:n.authProvider,this._fetch=n==null?void 0:n.fetch,this._fetchWithInit=Lp(n==null?void 0:n.fetch,n==null?void 0:n.requestInit)}async _authThenStart(){var t;if(!this._authProvider)throw new Tt("No auth provider");let n;try{n=await Gn(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(r){throw(t=this.onerror)===null||t===void 0||t.call(this,r),r}if(n!=="AUTHORIZED")throw new Tt;return await this._startOrAuth()}async _commonHeaders(){var t;const n={};if(this._authProvider){const r=await this._authProvider.tokens();r&&(n.Authorization=`Bearer ${r.access_token}`)}return this._protocolVersion&&(n["mcp-protocol-version"]=this._protocolVersion),new Headers({...n,...(t=this._requestInit)===null||t===void 0?void 0:t.headers})}_startOrAuth(){var t,n,r;const o=(r=(n=(t=this===null||this===void 0?void 0:this._eventSourceInit)===null||t===void 0?void 0:t.fetch)!==null&&n!==void 0?n:this._fetch)!==null&&r!==void 0?r:fetch;return new Promise((s,i)=>{this._eventSource=new Ys(this._url.href,{...this._eventSourceInit,fetch:async(a,l)=>{const c=await this._commonHeaders();c.set("Accept","text/event-stream");const u=await o(a,{...l,headers:c});if(u.status===401&&u.headers.has("www-authenticate")){const{resourceMetadataUrl:h,scope:_}=gs(u);this._resourceMetadataUrl=h,this._scope=_}return u}}),this._abortController=new AbortController,this._eventSource.onerror=a=>{var l;if(a.code===401&&this._authProvider){this._authThenStart().then(s,i);return}const c=new VE(a.code,a.message,a);i(c),(l=this.onerror)===null||l===void 0||l.call(this,c)},this._eventSource.onopen=()=>{},this._eventSource.addEventListener("endpoint",a=>{var l;const c=a;try{if(this._endpoint=new URL(c.data,this._url),this._endpoint.origin!==this._url.origin)throw new Error(`Endpoint origin does not match connection origin: ${this._endpoint.origin}`)}catch(u){i(u),(l=this.onerror)===null||l===void 0||l.call(this,u),this.close();return}s()}),this._eventSource.onmessage=a=>{var l,c;const u=a;let h;try{h=Hn.parse(JSON.parse(u.data))}catch(_){(l=this.onerror)===null||l===void 0||l.call(this,_);return}(c=this.onmessage)===null||c===void 0||c.call(this,h)}})}async start(){if(this._eventSource)throw new Error("SSEClientTransport already started! If using Client class, note that connect() calls start() automatically.");return await this._startOrAuth()}async finishAuth(t){if(!this._authProvider)throw new Tt("No auth provider");if(await Gn(this._authProvider,{serverUrl:this._url,authorizationCode:t,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new Tt("Failed to authorize")}async close(){var t,n,r;(t=this._abortController)===null||t===void 0||t.abort(),(n=this._eventSource)===null||n===void 0||n.close(),(r=this.onclose)===null||r===void 0||r.call(this)}async send(t){var n,r,o;if(!this._endpoint)throw new Error("Not connected");try{const s=await this._commonHeaders();s.set("content-type","application/json");const i={...this._requestInit,method:"POST",headers:s,body:JSON.stringify(t),signal:(n=this._abortController)===null||n===void 0?void 0:n.signal},a=await((r=this._fetch)!==null&&r!==void 0?r:fetch)(this._endpoint,i);if(!a.ok){if(a.status===401&&this._authProvider){const{resourceMetadataUrl:c,scope:u}=gs(a);if(this._resourceMetadataUrl=c,this._scope=u,await Gn(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new Tt;return this.send(t)}const l=await a.text().catch(()=>null);throw new Error(`Error POSTing to endpoint (HTTP ${a.status}): ${l}`)}}catch(s){throw(o=this.onerror)===null||o===void 0||o.call(this,s),s}}setProtocolVersion(t){this._protocolVersion=t}}const BE="mcp";class z2{constructor(t){this._url=t}start(){if(this._socket)throw new Error("WebSocketClientTransport already started! If using Client class, note that connect() calls start() automatically.");return new Promise((t,n)=>{this._socket=new WebSocket(this._url,BE),this._socket.onerror=r=>{var o;const s="error"in r?r.error:new Error(`WebSocket error: ${JSON.stringify(r)}`);n(s),(o=this.onerror)===null||o===void 0||o.call(this,s)},this._socket.onopen=()=>{t()},this._socket.onclose=()=>{var r;(r=this.onclose)===null||r===void 0||r.call(this)},this._socket.onmessage=r=>{var o,s;let i;try{i=Hn.parse(JSON.parse(r.data))}catch(a){(o=this.onerror)===null||o===void 0||o.call(this,a);return}(s=this.onmessage)===null||s===void 0||s.call(this,i)}})}async close(){var t;(t=this._socket)===null||t===void 0||t.close()}send(t){return new Promise((n,r)=>{var o;if(!this._socket){r(new Error("Not connected"));return}(o=this._socket)===null||o===void 0||o.send(JSON.stringify(t)),n()})}}function Qs(){const e=["224340fQYLJj","function","onmessage","port2","341XVdnBD","313767JEBgqL","950bpstaX","1354759gUhUbE","wRKyh","onclose","2044SvCTUj","endpoint","24msSkHx","164VuWYGY","mOWMr","EkZCC","addEventListener","postMessage","120705iyGzUz","8878392ivIdKn","close","_listen","3619482FaLQHc","start","_endpoint","kgkem","bzNYT","MessageChannel transport error: ","stringify","onmessageerror","HvyCv","undefined","Jwyua","message","_globalObject","parse","authInfo","thraG","220pGvxgp","_port","EGhzU","onerror","data","MhriV"];return Qs=function(){return e},Qs()}(function(e,t){const n=nt,r=nt,o=e();for(;;)try{if(parseInt(n(417))/1*(parseInt(n(421))/2)+parseInt(n(433))/3+parseInt(n(424))/4*(-parseInt(r(429))/5)+parseInt(r(423))/6*(-parseInt(r(418))/7)+-parseInt(r(430))/8+-parseInt(n(416))/9*(-parseInt(n(405))/10)+-parseInt(n(415))/11*(-parseInt(n(411))/12)===t)break;o.push(o.shift())}catch{o.push(o.shift())}})(Qs,650197);const HE=()=>{const e=nt,t={EGhzU:function(n,r){return n!==r},kIrDB:"undefined",llYQe:function(n,r){return n!==r},PZfJg:function(n,r){return n(r)},Jwyua:"return this"};return typeof globalThis<"u"?globalThis:t[e(407)](typeof window,t.kIrDB)?window:t.llYQe(typeof global,t.kIrDB)?global:typeof self!==e(398)?self:t.PZfJg(Function,t[e(399)])()},JE=(e,t,n)=>{const r=nt,o=nt,s={};s[r(410)]=o(398),s.dBkaX=function(a,l){return a===l},s[o(393)]="function";const i=s;typeof window!==i[o(410)]?e.postMessage(t,"*",n):o(428)in e&&i.dBkaX(typeof e.postMessage,i[r(393)])&&e.postMessage(t,n)};class D2{constructor(t){const n=nt;this[n(406)]=t}async start(){const t=nt,n=nt;this[t(406)]&&(this[t(406)][t(413)]=r=>{var o,s;const i=t,a=n;try{const l=Hn[i(402)](r.data[i(400)]);(o=this[i(413)])==null||o.call(this,l,r[a(409)].extra)}catch(l){const c=new Error("MessageChannel failed to parse message: "+l);(s=this[a(408)])==null||s.call(this,c)}},this._port[t(396)]=r=>{var o;const s=n,i=n,a=new Error(s(394)+JSON[i(395)](r));(o=this.onerror)==null||o.call(this,a)},this[t(406)][t(434)]())}async send(t,n){const r={lEyuq:function(o){return o()},YihNw:function(o,s){return o(s)}};return new Promise((o,s)=>{var i;const a=nt,l=nt;try{const c={};c[a(403)]=n==null?void 0:n[a(403)];const u={};u[l(400)]=t,u.extra=c,this[l(406)]&&this[a(406)].postMessage(u),r.lEyuq(o)}catch(c){const u=c instanceof Error?c:new Error(r.YihNw(String,c));(i=this[l(408)])==null||i.call(this,u),s(u)}})}async close(){var t,n;const r=nt,o=nt;(t=this._port)==null||t[r(431)](),this._port=void 0,(n=this[o(420)])==null||n.call(this)}}class GE extends D2{constructor(t,n=HE()){const r=nt,o=nt,s={EkZCC:function(a,l,c,u){return a(l,c,u)}};super(),this[r(391)]=t,this[o(401)]=n;const i=new MessageChannel;this[o(406)]=i.port1,s[o(426)](JE,this[r(401)],{endpoint:this[o(391)]},[i[o(414)]])}}function nt(e,t){const n=Qs();return nt=function(r,o){return r=r-(17*-491+-669+9407),n[r]},nt(e,t)}(function(e,t){const n=Pe,r=Pe,o=e();for(;;)try{if(parseInt(n(355))/1+-parseInt(n(356))/2*(-parseInt(n(373))/3)+-parseInt(n(337))/4+parseInt(r(357))/5+-parseInt(r(389))/6*(-parseInt(n(396))/7)+parseInt(r(325))/8*(parseInt(n(382))/9)+-parseInt(n(366))/10===t)break;o.push(o.shift())}catch{o.push(o.shift())}})(Xs,-763475+-52067*10+1724410);const WE=async(e,t,n)=>{var r;const o=Pe,s=Pe,i={};i[o(345)]="tools/list",i.rqstG="tools/call",i.WqUnk="resources/list",i[o(329)]=s(358),i[o(365)]=o(335),i.ookoz="resources/unsubscribe",i[o(385)]=o(340),i.VTIWq="prompts/list",i.SkoRK=o(376),i.QUtUV=o(388),i.XtowM=s(332);const a=i,{id:l,method:c,params:u}=n;let h={};switch(c){case a[s(345)]:h=await t.listTools(u);break;case a.rqstG:h=await t.callTool(u);break;case a[o(334)]:h=await t[o(350)](u);break;case a[s(329)]:h=await t.listResourceTemplates(u);break;case o(372):h=await t[o(383)](u);break;case a.HgYgW:h=await t.subscribeResource(u);break;case a.ookoz:h=await t.unsubscribeResource(u);break;case a[o(385)]:h=await t.getPrompt(u);break;case a.VTIWq:h=await t.listPrompts(u);break;case a[o(344)]:h=await t[o(376)]();break;case a.QUtUV:h=await t.complete(u);break;case o(390):h=await t[o(336)](u==null?void 0:u.level);break}const _={};_[o(361)]=h,_[o(394)]=a[o(364)],_.id=l,await((r=e==null?void 0:e.transport)==null?void 0:r[o(392)](_))},KE=async(e,t,n)=>{var r;const o=Pe,s=Pe,i={};i.jQBBS="sampling/createMessage",i.EZqgC="elicitation/create",i[o(370)]=s(376),i.aVeaL=s(332);const a=i,{id:l,method:c,params:u}=n;let h={};switch(c){case o(368):const f={};f.method=c,f[s(367)]=u,h=await t.request(f,_f);break;case a[s(391)]:const g={};g.method=c,g[s(367)]=u,h=await t[s(381)](g,mf);break;case a.EZqgC:const v={};v.method=c,v.params=u,h=await t.request(v,Ca);break;case a[s(370)]:const m={};m.method=c,h=await t[s(381)](m,Jn);break}const _={};return _[s(361)]=h,_.jsonrpc=a[s(387)],_.id=l,await((r=e==null?void 0:e[o(371)])==null?void 0:r.send(_)),h},YE=(e,t)=>{const n=Pe,r={gXsjT:function(s,i){return s===i},oegpC:n(351),lZOUC:function(s,i,a,l){return s(i,a,l)},ifIKG:"2.0"},o=e._onrequest;e._onrequest=async(s,i)=>{var a,l,c,u,h;const _=n,f=n,{id:g,method:v}=s;try{r[_(333)](v,r.oegpC)?await o[_(386)](e,s,i):await r.lZOUC(WE,e,t,s)}catch(m){const{code:d,message:w,data:y}=m;try{if(d){const b={};b.code=d,b.message=w,b.data=y;const k={};k.error=b,k[_(394)]=r[f(331)],k.id=g,await((a=e==null?void 0:e.transport)==null?void 0:a.send(k))}else(c=(l=e==null?void 0:e[f(371)])==null?void 0:l.onerror)==null||c.call(l,m)}catch(b){(h=(u=e==null?void 0:e[_(371)])==null?void 0:u.onerror)==null||h.call(u,b)}}}},QE=(e,t)=>{const n=Pe,r=Pe,o={};o[n(363)]=function(i,a){return i!==a},o[n(398)]=n(353),o.hzhyg="notifications/cancelled";const s=o;e._onnotification=async i=>{var a,l;const c=n,u=r,{method:h,params:_}=i;if(s[c(363)](h,s[u(398)])&&(s[c(363)](h,s.hzhyg)||_!=null&&_.forward))try{await t.notification(i)}catch(f){(l=(a=e==null?void 0:e.transport)==null?void 0:a.onerror)==null||l.call(a,f)}}},XE=(e,t)=>async n=>{var r,o,s,i,a;const l=Pe,c=Pe,u={};u.SEmWX=l(332);const h=u;try{return await KE(e,t,n)}catch(_){const{code:f,message:g,data:v}=_;try{if(f){const m={};m[c(377)]=f,m.message=g,m.data=v;const d={};d[c(348)]=m,d.jsonrpc=h[l(338)],d.id=n.id,await((r=e==null?void 0:e.transport)==null?void 0:r[c(392)](d))}else(s=(o=e==null?void 0:e.transport)==null?void 0:o[c(339)])==null||s.call(o,_)}catch(m){(a=(i=e==null?void 0:e[l(371)])==null?void 0:i[c(339)])==null||a.call(i,m)}}},ek=(e,t)=>async n=>{var r,o,s;const i=Pe,a=Pe,l={};l.dtUgZ=function(_,f){return _!==f},l.jgCIb=i(353),l.uUjKY="2.0";const c=l,{method:u,params:h}=n;if(c.dtUgZ(u,c.jgCIb)&&(u!==i(400)||h!=null&&h.forward))try{const _={...n};_[i(394)]=c[a(352)],await((r=t==null?void 0:t[i(371)])==null?void 0:r[i(392)](_))}catch(_){(s=(o=e==null?void 0:e[i(371)])==null?void 0:o[a(339)])==null||s.call(o,_)}};function Pe(e,t){const n=Xs();return Pe=function(r,o){return r=r-(9*-113+-1439*-1+-97),n[r]},Pe(e,t)}const tk=(e,t)=>async n=>{var r,o,s,i,a,l;const c=Pe,u=Pe,h={};h[c(401)]=u(332);const _=h;try{await((r=t==null?void 0:t.transport)==null?void 0:r.send(n))}catch(f){const{code:g,message:v,data:m}=f;try{if(g){const d={};d.code=g,d[c(399)]=v,d.data=m;const w={};w[c(348)]=d,w[c(394)]=_.OhJjz,w.id=n.id,await((o=e==null?void 0:e[c(371)])==null?void 0:o.send(w))}else(i=(s=e==null?void 0:e.transport)==null?void 0:s[u(339)])==null||i.call(s,f)}catch(d){(l=(a=e==null?void 0:e.transport)==null?void 0:a.onerror)==null||l.call(a,d)}}},pc=()=>{const e=Pe,t=Pe,n={vnkqu:function(c,u){return c!==u},wxDWr:function(c,u){return c(u)},GdkkV:function(c,u){return c===u}},r=[],o=(c,u)=>{const h=Pe,_=Pe;if(u){const f=[];for(const g of r)try{f.push(g(c,u))}catch{}for(const g of f)if(n[h(379)](g,null))return g}else for(const f of r)try{n[_(343)](f,c)}catch{}},s=c=>{const u=Pe;n[u(384)](typeof c,u(369))&&!r.includes(c)&&r.push(c)},i=c=>{const u=r.indexOf(c);u!==-1&&r.splice(u,1*-6854+8*-33+7119)},a=()=>{const c=Pe;r[c(374)]=7102*1+5522+-526*24},l={};return l[e(346)]=o,l[t(330)]=s,l.removeListener=i,l[e(359)]=a,l},nk=e=>{const t=Pe,n=Pe,r={xwPeb:function(o){return o()},Mfvzm:function(o){return o()}};{const{handleListener:o,addListener:s,removeListener:i,clearListener:a}=r[t(326)](pc);e._onresponse=o,e[t(395)]=s,e.removeResponseListener=i,e.clearResponseListener=a}{const{handleListener:o,addListener:s,removeListener:i,clearListener:a}=r[n(326)](pc);e[n(328)]=o,e.addRequestListener=s,e[n(354)]=i,e[n(341)]=a}{const{handleListener:o,addListener:s,removeListener:i,clearListener:a}=r[t(375)](pc);e[t(342)]=o,e[t(327)]=s,e.removeNotificationListener=i,e.clearNotificationListener=a}};function Xs(){const e=["uUjKY","notifications/initialized","removeRequestListener","96194JysfjF","36346SGEWAV","1357830AJaOeY","resources/templates/list","clearListener","iQqcJ","result","tqDZP","sSeCz","XtowM","HgYgW","3913230mjiatC","params","roots/list","function","bfmJT","transport","resources/read","27FNuDmk","length","Mfvzm","ping","code","_onresponse","vnkqu","cjSoZ","request","9gIMIPC","readResource","GdkkV","ptMjy","call","aVeaL","completion/complete","5035122lFbpzR","logging/setLevel","jQBBS","send","_requestHandlers","jsonrpc","addResponseListener","7SpcenI","ElOQH","MDIkN","message","notifications/cancelled","OhJjz","clear","672216JzFEyR","xwPeb","addNotificationListener","fallbackRequestHandler","sYzPD","addListener","ifIKG","2.0","gXsjT","WqUnk","resources/subscribe","setLoggingLevel","2491772kFUWFh","SEmWX","onerror","prompts/get","clearRequestListener","fallbackNotificationHandler","wxDWr","SkoRK","uTeHc","handleListener","Zybtx","error","originalOnResponse","listResources","initialize"];return Xs=function(){return e},Xs()}const rk=(e,{beforeInit:t,afterInit:n}={})=>{const r=Pe,o=Pe,s={tqDZP:function(a,l){return a===l},cjSoZ:"function",iQqcJ:r(378),Zybtx:function(a,l){return a(l)},ElOQH:function(a){return a()}},i=new Map(e._notificationHandlers);e[r(393)][r(402)](),e._notificationHandlers[r(402)](),s.tqDZP(typeof t,s[r(380)])&&t(),s[r(362)](e._onresponse.name,s[r(360)])&&(e[o(349)]=e._onresponse),s[r(347)](nk,e),e.addResponseListener(a=>{const l=o;e.originalOnResponse[l(386)](e,a)}),s.tqDZP(typeof n,s[o(380)])&&s[r(397)](n),e[o(327)](a=>{const{method:l}=a,c=i.get(l);s.tqDZP(typeof c,s.cjSoZ)&&c(a)})},ok=sn,sk=sn;(function(e,t){const n=sn,r=sn,o=e();for(;;)try{if(-parseInt(n(393))/1+parseInt(n(397))/2*(-parseInt(n(400))/3)+-parseInt(r(398))/4+parseInt(n(390))/5*(parseInt(r(388))/6)+-parseInt(n(389))/7+-parseInt(n(402))/8*(-parseInt(r(395))/9)+parseInt(r(399))/10*(parseInt(r(385))/11)===t)break;o.push(o.shift())}catch{o.push(o.shift())}})(ei,-1*-881393+2*180895+1*-644809);function sn(e,t){const n=ei();return sn=function(r,o){return r=r-(-1861+-499*4+4241),n[r]},sn(e,t)}function ei(){const e=["toString","getRandomValues","2101mUsYMI","EQHzo","padStart","30UvDAkd","1609706yzlqYx","974735GrhZVO","randomUUID","REzPF","562771BvAnoG","dHTfU","2047455boiYXf","randomBytes","14664qHAdbF","3772144jLpQch","52310AkWksx","318MkjaVb","from","40WRwnSc"];return ei=function(){return e},ei()}const ik=()=>{const e=sn,t=sn,n={};n.REzPF=function(o,s){return o&s},n.suJHI=function(o,s){return o===s},n[e(386)]=function(o,s){return o&s},n[t(394)]="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";const r=n;return r.suJHI(typeof crypto,"object")&&crypto.randomUUID?crypto[t(391)]():r.dHTfU.replace(/[xy]/g,o=>{const s=e,i=e,a=r[s(392)](crypto[s(384)](new Uint8Array(-25*-62+7113+2*-4331))[741*2+-1385*-2+4252*-1],8648+-107*62+-1999);return(r.suJHI(o,"x")?a:r[i(386)](a,-4377+4*1095)|5079+461*-11).toString(9449+4*-461+-7589)})},ak=e=>{const t=sn,n=sn,r=new Uint8Array(e);return crypto.getRandomValues(r),Array[t(401)](r,o=>o[n(403)](-3*1739+-6509+2*5871)[t(387)](2,"0")).join("")},Pn={};Pn[ok(391)]=ik,Pn[sk(396)]=ak;const Ct=an;(function(e,t){const n=an,r=an,o=e();for(;;)try{if(parseInt(n(521))/1*(parseInt(r(499))/2)+parseInt(r(543))/3*(parseInt(r(514))/4)+parseInt(n(502))/5*(parseInt(r(539))/6)+parseInt(n(553))/7+parseInt(n(516))/8*(-parseInt(n(518))/9)+-parseInt(n(531))/10+-parseInt(n(545))/11*(parseInt(n(541))/12)===t)break;o.push(o.shift())}catch{o.push(o.shift())}})(ti,1472653*1+-2*-897917+-2275789);const lk=(e,t)=>{const n=an,r=an,o={FyYHt:function(l,c,u){return l(c,u)},Fxtoq:function(l,c,u){return l(c,u)}};YE(e,t),QE(e,t);const s=XE(t,e),i=o[n(510)](tk,t,e),a=o[r(549)](ek,t,e);t[r(537)](s),t[n(519)](i),t.addNotificationListener(a),e[r(556)]=()=>{const l=r;t.removeRequestListener(s),t[l(530)](i),t[l(529)](a)}},fc=(e,t,n)=>{const r=an,o={pMiva:function(a,l){return a instanceof l},TeTEy:r(546),fyZbd:function(a,l,c){return a(l,c)}},s=()=>{var a;const l=r;o.pMiva(n,dc)&&((a=n._eventSource)==null||a.addEventListener(o[l(547)],()=>{var c;const u=l;(c=n[u(509)])==null||c[u(546)]()})),lk(e,t)},i={};i.afterInit=s,o.fyZbd(rk,t,i)},U2=(e,t=Pn.randomUUID())=>{const n=an,r=an,o={OfssH:function(u,h,_){return u(h,_)}},s={};s[n(528)]=t;const i=s,a={};a[n(528)]=t;const l={};l[r(558)]=a,l[n(534)]=n(524);const c={requestInit:l,eventSourceInit:{async fetch(u,h){const _=n,f=r,g=new Headers((h==null?void 0:h[_(558)])||{});Object.entries(i)[f(498)](([m,d])=>{g[f(527)](m,d)});const v={...h};return v[f(558)]=g,o.OfssH(fetch,u,v)},withCredentials:!0}};return e&&(c.requestInit[n(558)].Authorization=n(533)+e,i.Authorization="Bearer "+e),c},q2=(e,t=Pn[Ct(517)]())=>{const n=Ct,r=Ct,o={};o.nwQhY="include";const s=o,i={};i["stream-session-id"]=t;const a={};a.headers=i,a.credentials=s[n(520)];const l={};l[n(544)]=a;const c=l;return e&&(c.requestInit.headers[r(552)]=r(533)+e),c},hc=async(e,t,n)=>{const r=Ct,o=Ct,s={CFfFC:function(a){return a()},egwVO:function(a,l,c,u){return a(l,c,u)}},i=s.CFfFC(n);try{return await e[r(538)](i),i}catch(a){if(a instanceof Tt){const l=await t();return await i[o(505)](l),await s[r(525)](hc,e,t,n)}else throw a}};function an(e,t){const n=ti();return an=function(r,o){return r=r-(74*-67+-8341+-73*-189),n[r]},an(e,t)}const Z2=(e,t)=>{const n=Ct,r=Ct,o={};o.RsKXs=function(i,a){return i in a},o.PBhps="waitForOAuthCode",o[n(535)]="function",o[n(507)]="waitForOAuthCode need to be provided when authProvider is provided";const s=o;if(s.RsKXs(s[r(551)],e))return e[r(523)];if(typeof t===s.yTKoP)return t;throw new Error(s.RZhOv)},ck=async e=>{const t=Ct,n=Ct,r={TFSRn:function(U,H,q){return U(H,q)},HwvVa:"mcp-sse-proxy-client",ufTHS:function(U){return U()},WIVYl:function(U,H,q,F){return U(H,q,F)},jniGY:"sessionId"},{client:o,url:s,token:i,sessionId:a,authProvider:l,requestInit:c,eventSourceInit:u,waitForOAuthCode:h}=e,_={};_.authProvider=l,_.requestInit=c,_.eventSourceInit=u;const f=_,g=a||Pn.randomUUID(),v=r[t(506)](U2,i,g);if(c){const U={...v.requestInit,...c};U.headers={...v[t(544)].headers,...c.headers},f.requestInit=U}else f[n(544)]=v.requestInit;if(u){const U={...v[t(559)],...u};f.eventSourceInit=U}else f.eventSourceInit=v.eventSourceInit;const m={};m.listChanged=!0;const d={};d.roots=m,d.sampling={},d[t(511)]={};const w=d,y={};y[n(536)]=r.HwvVa,y.version=t(526);const b={};b.capabilities=w;const k=new Gs(y,b),x=()=>new dc(new URL(s),f);let T=r[n(504)](x);if(l){const U=r[t(506)](Z2,l,h);T=await r[n(513)](hc,k,U,x)}else await k[t(538)](T);r[n(513)](fc,k,o,T),T[n(557)]=T[n(542)].searchParams[n(532)](r.jniGY);const D={};return D.transport=T,D.sessionId=T[t(557)],D};function ti(){const e=["ufTHS","finishAuth","TFSRn","RZhOv","Vajmx","_eventSource","FyYHt","elicitation","transport","WIVYl","13320uyrBtN","sampling","8WTwLJD","randomUUID","6438654bkJHij","addResponseListener","nwQhY","11721GVgRMJ","?sessionId=","waitForOAuthCode","include","egwVO","1.0.0","set","sse-session-id","removeNotificationListener","removeResponseListener","11838520fNkjrV","get","Bearer ","credentials","yTKoP","name","addRequestListener","connect","18VhCgQv","mcp-socket-proxy-client","2819364JNqkQZ","_endpoint","699JyrxCR","requestInit","44ofbsvb","close","TeTEy","QgzDy","Fxtoq","roots","PBhps","Authorization","11309130xGCFwl","&token=","version","onclose","sessionId","headers","eventSourceInit","forEach","62FcOkCa","mcp-stream-proxy-client","zXcpO","1794855cQEXDT","biJOc"];return ti=function(){return e},ti()}const uk=async e=>{const t=Ct,n=Ct,r={Vajmx:t(500),biJOc:function(U){return U()},zXcpO:function(U,H,q){return U(H,q)},zDnjZ:function(U,H,q,F){return U(H,q,F)},FQMAh:function(U,H,q,F){return U(H,q,F)}},{client:o,url:s,token:i,sessionId:a,authProvider:l,requestInit:c,reconnectionOptions:u,waitForOAuthCode:h}=e,_={};_.authProvider=l,_.requestInit=c,_.reconnectionOptions=u;const f=_,g=a||Pn.randomUUID(),v=q2(i,g);if(c){const U={...v.requestInit,...c};U.headers={...v.requestInit.headers,...c.headers},f[t(544)]=U}else f.requestInit=v.requestInit;const m={};m.listChanged=!0;const d={};d[n(550)]=m,d.sampling={},d.elicitation={};const w=d,y={};y[t(536)]=r[n(508)],y[t(555)]="1.0.0";const b={};b.capabilities=w;const k=new Gs(y,b),x=()=>new vs(new URL(s),f);let T=r[t(503)](x);if(l){const U=r[t(501)](Z2,l,h);T=await r.zDnjZ(hc,k,U,x)}else await k.connect(T);r.FQMAh(fc,k,o,T);const D={};return D.transport=T,D[n(557)]=T.sessionId,D},dk=async e=>{const t=Ct,n=Ct,r={QgzDy:t(540),jkaVB:function(d,w,y,b){return d(w,y,b)}},{client:o,url:s,token:i,sessionId:a}=e,l={};l.listChanged=!0;const c={};c[t(550)]=l,c[t(515)]={},c[n(511)]={};const u=c,h={};h.name=r[n(548)],h[n(555)]=n(526);const _={};_.capabilities=u;const f=new Gs(h,_),g=a||Pn[n(517)](),v=new z2(new URL(s+t(522)+g+n(554)+i));await f.connect(v),r.jkaVB(fc,f,o,v);const m={};return m[t(512)]=v,m[n(557)]=g,m},Io=mt,ni=mt;function mt(e,t){const n=ri();return mt=function(r,o){return r=r-(-16761+51*337),n[r]},mt(e,t)}(function(e,t){const n=mt,r=mt,o=e();for(;;)try{if(-parseInt(n(440))/1+-parseInt(n(458))/2*(parseInt(n(448))/3)+-parseInt(n(451))/4*(parseInt(r(449))/5)+-parseInt(r(455))/6+-parseInt(n(427))/7+-parseInt(r(438))/8*(parseInt(r(459))/9)+parseInt(n(430))/10*(parseInt(r(436))/11)===t)break;o.push(o.shift())}catch{o.push(o.shift())}})(ri,-220880+1*-333337+-2*-384996);function ri(){const e=["650XPHLhD","redirectToAuthorization","10856jPvMVb","GET","qcFPW","_redirectUrl","2187414WnlGuZ","resolve","tokens","3976YyOqUl","27ejNHsa","Content-Type","waitForOAuthCode","2903796yvWZFa","_clientMetadata","application/x-www-form-urlencoded","10beEWJk","json","code","_callBackPromise","reject","saveClientInformation","20776349mLNCcF","_codeVerifier","629912aTknXq","_tokens","52074GwcpRo","state","_state","_redirectCallback","_clientInformation","redirect_uris","Failed to redirect: ","clientInformation","381aduWsB"];return ri=function(){return e},ri()}const pk=()=>Pn.randomBytes(3485*1+-261+-3184);class XI{constructor(t){const n=mt,r=mt;this._callBackPromise={};const{clientMetadata:o,state:s,redirectCallback:i,getAuthCodeByState:a,waitForOAuthCode:l}=t;this[n(428)]=o,this[n(454)]=o[n(445)][0],this._state=s||pk(),this._redirectCallback=i||this.redirectCallbackFunction,this._getAuthCodeByState=a||this.getAuthCodeByStateFunction,this[r(426)]=l||this.waitForOAuthCodeFunction()}async redirectCallbackFunction(t){var n,r,o,s,i,a;const l=mt,c=mt,u={qITTp:function(g,v,m){return g(v,m)},qcFPW:l(452)},h=await u.qITTp(fetch,t,{method:u[l(453)]});!h.ok&&((r=(n=this._callBackPromise).reject)==null||r.call(n,c(446)+h.statusText));const _=await this._getAuthCodeByState(this[c(454)],this[l(442)]);if(!_.ok){(s=(o=this[l(433)]).reject)==null||s.call(o,"Failed to fetch auth code: "+_.statusText);return}const f=await _[l(431)]();(a=(i=this[c(433)])[l(456)])==null||a.call(i,f[l(432)])}async getAuthCodeByStateFunction(t,n){const r=mt,o=mt,s={};s.tuSmb=r(429);const i=s,a={};a[r(460)]=i.tuSmb;const l={};return l[o(441)]=n,fetch(t,{method:"POST",headers:a,body:new URLSearchParams(l)})}waitForOAuthCodeFunction(){const t=mt,n=this[t(433)];return()=>new Promise((r,o)=>{const s=t;n.resolve=r,n[s(434)]=o})}get redirectUrl(){return this[mt(454)]}get clientMetadata(){return this._clientMetadata}state(){return this._state}[Io(447)](){return this[Io(444)]}[ni(435)](t){const n=Io;this[n(444)]=t}[ni(457)](){return this[ni(439)]}saveTokens(t){this._tokens=t}[ni(450)](t){this[Io(443)](t)}saveCodeVerifier(t){this._codeVerifier=t}codeVerifier(){if(!this[Io(437)])throw new Error("No code verifier saved");return this._codeVerifier}}(function(e,t){for(var n=si,r=si,o=e();;)try{var s=parseInt(n(361))/1*(parseInt(r(363))/2)+-parseInt(n(358))/3+parseInt(n(359))/4*(parseInt(n(357))/5)+parseInt(r(354))/6*(parseInt(n(360))/7)+parseInt(r(362))/8+parseInt(r(364))/9+-parseInt(r(356))/10*(parseInt(n(355))/11);if(s===t)break;o.push(o.shift())}catch{o.push(o.shift())}})(oi,-73523*-3+1*-407717+530518);function oi(){var e=["40ecBYYe","1095owKKYD","486870YOVwZy","5752xWiyTO","561484biNVMw","1fWJmxQ","1866064SPnyhb","1109522vMiuMX","1602351pPEGwH","12sVyMLL","2573296LTwOhv"];return oi=function(){return e},oi()}function si(e,t){var n=oi();return si=function(r,o){r=r-(-1*-642+503*-5+2227);var s=n[r];return s},si(e,t)}class fk{constructor(t,n){const r={name:"web-mcp-client",version:"1.0.0"},o={roots:{listChanged:!0},sampling:{},elicitation:{}};this.client=new Gs(t||r,n||{capabilities:o}),this.client.onclose=()=>{var s;(s=this.onclose)==null||s.call(this)},this.client.onerror=s=>{var i;(i=this.onerror)==null||i.call(this,s)}}async connect(t){if(typeof t.start=="function")return this.transport=t,this.transport.onclose=void 0,this.transport.onerror=void 0,this.transport.onmessage=void 0,await this.client.connect(this.transport),{transport:this.transport,sessionId:this.transport.sessionId};const{url:n,token:r,sessionId:o,type:s,agent:i,onError:a}=t;if(i===!0){const u={client:this.client,url:n,token:r,sessionId:o};let h;return await(async()=>{const{transport:f,sessionId:g}=s==="sse"?await ck(u):s==="socket"?await dk(u):await uk(u);f.onerror=async v=>{a==null||a(v)},h={transport:f,sessionId:g}})(),h}const l=new URL(n);let c;if(s==="channel"&&(c=new GE(n),await this.client.connect(c)),s==="sse"){const u=U2(r,o);c=new dc(l,u),await this.client.connect(c)}if(s==="socket"&&(c=new z2(new URL(`${n}?sessionId=${o}&token=${r}`)),c.sessionId=o,await this.client.connect(c)),typeof c>"u"){const u=q2(r,o);c=new vs(l,u),await this.client.connect(c)}return this.transport=c,{transport:this.transport,sessionId:this.transport.sessionId}}async close(){await this.client.close()}getServerCapabilities(){return this.client.getServerCapabilities()}getServerVersion(){return this.client.getServerVersion()}getInstructions(){return this.client.getInstructions()}async ping(t){return await this.client.ping(t)}async complete(t,n){return await this.client.complete(t,n)}async setLoggingLevel(t,n){return await this.client.setLoggingLevel(t,n)}async getPrompt(t,n){return await this.client.getPrompt(t,n)}async listPrompts(t,n){return await this.client.listPrompts(t,n)}async listResources(t,n){return await this.client.listResources(t,n)}async listResourceTemplates(t,n){return await this.client.listResourceTemplates(t,n)}async readResource(t,n){return await this.client.readResource(t,n)}async subscribeResource(t,n){return await this.client.subscribeResource(t,n)}async unsubscribeResource(t,n){return await this.client.unsubscribeResource(t,n)}async callTool(t,n){return await this.client.callTool(t,us,n)}async listTools(t,n){return await this.client.listTools(t,n)}async sendRootsListChanged(){return await this.client.sendRootsListChanged()}request(t,n,r){return this.client.request(t,n,r)}async notification(t,n){return await this.client.notification(t,n)}setRequestHandler(t,n){this.client.setRequestHandler(t,n)}removeRequestHandler(t){this.client.removeRequestHandler(t)}setNotificationHandler(t,n){this.client.setNotificationHandler(t,n)}removeNotificationHandler(t){this.client.removeNotificationHandler(t)}onElicit(t){this.client.setRequestHandler(Sa,t)}onCreateMessage(t){this.client.setRequestHandler(hf,t)}onListRoots(t){this.client.setRequestHandler(vf,t)}onToolListChanged(t){this.client.setNotificationHandler(df,t)}onPromptListChanged(t){this.client.setNotificationHandler(lf,t)}onResourceListChanged(t){this.client.setNotificationHandler(ef,t)}onResourceUpdated(t){this.client.setNotificationHandler(tf,t)}onLoggingMessage(t){this.client.setNotificationHandler(ff,t)}async onPagehide(t){t.persisted||(hk(this.transport)?await this.transport.terminateSession():this.transport&&typeof this.transport.close=="function"&&await this.transport.close())}}const hk=e=>e instanceof vs,F2=async e=>{const t={};try{const n=await e.listTools();for(const{name:r,description:o,inputSchema:s}of n.tools){const i=async(a,l)=>e.callTool({name:r,arguments:a},{signal:l==null?void 0:l.abortSignal});t[r]=$d({description:o,inputSchema:Jr({...s,properties:s.properties??{},additionalProperties:!1}),execute:i})}return t}catch(n){throw n}},mk={openai:Xf,deepseek:sh};class gk{constructor({llmConfig:t,mcpServers:n}){if(this.mcpServers={},this.mcpClients={},this.mcpTools={},this.ignoreToolnames=[],this.messages=[],!t)throw new Error("llmConfig is required to initialize AgentModelProvider");if(this.mcpServers=n||{},this.mcpClients={},this.mcpTools={},t.llm)this.llm=t.llm;else if(t.providerType){const r=t.providerType;let o;typeof r=="string"?o=mk[r]:o=r,this.llm=o({apiKey:t.apiKey,baseURL:t.baseURL})}else throw new Error("Either llmConfig.llm or llmConfig.providerType must be provided")}async _createOneClient(t){try{let n;if("type"in t&&t.type.toLocaleLowerCase()==="streamablehttp"?n=new vs(new URL(t.url)):"type"in t&&t.type==="extension"?n=new E7(t.sessionId):n=t,t.useAISdkClient??!1){const o=await z9({transport:n});return o.__transport__=n,o}else{const o=new fk({name:"mcp-web-client",version:"1.0.0"},{capabilities:{roots:{listChanged:!0},sampling:{},elicitation:{}}});return await o.connect(n),o.__transport__=n,o}}catch(n){return this.onError&&this.onError((n==null?void 0:n.message)||"Failed to create MCP client",n),console.error("Failed to create MCP client",t,n),null}}async _closeOneClient(t){var n,r,o;try{const s=t.__transport__;if(s&&s instanceof _s||s&&s instanceof D2)return;await((n=s==null?void 0:s.terminateSession)==null?void 0:n.call(s)),await((r=s==null?void 0:s.close)==null?void 0:r.call(s)),await((o=t==null?void 0:t.close)==null?void 0:o.call(t))}catch{}}async _createMpcClients(){const t=Object.entries(this.mcpServers),n=await Promise.all(t.map(async([r,o])=>{const s=await this._createOneClient(o);return{serverName:r,client:s}}));this.mcpClients={},n.forEach(({serverName:r,client:o})=>{this.mcpClients[r]=o})}async _getClientTools(t,n){if(!t)return null;try{return typeof t.tools=="function"?await t.tools():await F2(t)}catch(r){return this.onError&&this.onError((r==null?void 0:r.message)||`Failed to query tools for ${n}`,r),console.error(`Failed to query tools for ${n}`,r),null}}async _createMpcTools(){const t=Object.entries(this.mcpClients),n=await Promise.all(t.map(async([r,o])=>{const s=await this._getClientTools(o,r);return{serverName:r,tools:s}}));this.mcpTools={},n.forEach(({serverName:r,tools:o})=>{const s=o&&typeof o=="object"?o:{};this.mcpTools[r]=s})}async closeAll(){await Promise.all(Object.values(this.mcpClients).map(async t=>{try{await this._closeOneClient(t)}catch(n){this.onError&&this.onError((n==null?void 0:n.message)||"Failed to close client",n),console.error("Failed to close client",n)}}))}async initClientsAndTools(){var t;await this._createMpcClients(),await this._createMpcTools(),(t=this.onUpdatedTools)==null||t.call(this)}async updateMcpServers(t){await this.closeAll(),this.mcpServers=t||this.mcpServers,await this.initClientsAndTools()}async insertMcpServer(t,n){var s,i;if(this.mcpServers[t])return!1;const r=await this._createOneClient(n);if(!r)return(s=this.onError)==null||s.call(this,`Failed to create MCP client: ${t}`),null;this.mcpClients[t]=r;const o=await this._getClientTools(r,t);return this.mcpTools[t]=o&&typeof o=="object"?o:{},this.mcpServers[t]=n,(i=this.onUpdatedTools)==null||i.call(this),r}async removeMcpServer(t){var o;if(!this.mcpServers[t])return;delete this.mcpServers[t];const n=this.mcpClients[t];delete this.mcpClients[t];try{await this._closeOneClient(n)}catch{}const r=this.mcpTools[t];delete this.mcpTools[t],r&&Object.keys(r).forEach(s=>{this.ignoreToolnames=this.ignoreToolnames.filter(i=>i!==s)}),(o=this.onUpdatedTools)==null||o.call(this)}_tempMergeTools(t={}){const n=Object.values(this.mcpTools).reduce((r,o)=>({...r,...o}),{});return Object.assign(n,t),this.ignoreToolnames.forEach(r=>{delete n[r]}),n}async _chat(t,{model:n,maxSteps:r=5,...o}){var a;if(!this.llm)throw new Error("LLM is not initialized");await this.initClientsAndTools();const s={model:this.llm(n),stopWhen:ua(r),...o,tools:this._tempMergeTools(o.tools)};o.message&&!o.messages&&(this.messages.push({role:"user",content:o.message}),s.messages=[...this.messages]);const i=t(s);return(a=i==null?void 0:i.response)==null||a.then(l=>{this.messages.push(...l.messages)}),i}async chat(t){return this._chat(Vb,t)}async chatStream(t){return this._chat(c9,t)}}var Tr={},vk=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then},V2={},Et={};let mc;const _k=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];Et.getSymbolSize=function(t){if(!t)throw new Error('"version" cannot be null or undefined');if(t<1||t>40)throw new Error('"version" should be in range from 1 to 40');return t*4+17},Et.getSymbolTotalCodewords=function(t){return _k[t]},Et.getBCHDigit=function(e){let t=0;for(;e!==0;)t++,e>>>=1;return t},Et.setToSJISFunction=function(t){if(typeof t!="function")throw new Error('"toSJISFunc" is not a valid function.');mc=t},Et.isKanjiModeEnabled=function(){return typeof mc<"u"},Et.toSJIS=function(t){return mc(t)};var ii={};(function(e){e.L={bit:1},e.M={bit:0},e.Q={bit:3},e.H={bit:2};function t(n){if(typeof n!="string")throw new Error("Param is not a string");switch(n.toLowerCase()){case"l":case"low":return e.L;case"m":case"medium":return e.M;case"q":case"quartile":return e.Q;case"h":case"high":return e.H;default:throw new Error("Unknown EC Level: "+n)}}e.isValid=function(r){return r&&typeof r.bit<"u"&&r.bit>=0&&r.bit<4},e.from=function(r,o){if(e.isValid(r))return r;try{return t(r)}catch{return o}}})(ii);function B2(){this.buffer=[],this.length=0}B2.prototype={get:function(e){const t=Math.floor(e/8);return(this.buffer[t]>>>7-e%8&1)===1},put:function(e,t){for(let n=0;n<t;n++)this.putBit((e>>>t-n-1&1)===1)},getLengthInBits:function(){return this.length},putBit:function(e){const t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),e&&(this.buffer[t]|=128>>>this.length%8),this.length++}};var yk=B2;function To(e){if(!e||e<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=e,this.data=new Uint8Array(e*e),this.reservedBit=new Uint8Array(e*e)}To.prototype.set=function(e,t,n,r){const o=e*this.size+t;this.data[o]=n,r&&(this.reservedBit[o]=!0)},To.prototype.get=function(e,t){return this.data[e*this.size+t]},To.prototype.xor=function(e,t,n){this.data[e*this.size+t]^=n},To.prototype.isReserved=function(e,t){return this.reservedBit[e*this.size+t]};var wk=To,H2={};(function(e){const t=Et.getSymbolSize;e.getRowColCoords=function(r){if(r===1)return[];const o=Math.floor(r/7)+2,s=t(r),i=s===145?26:Math.ceil((s-13)/(2*o-2))*2,a=[s-7];for(let l=1;l<o-1;l++)a[l]=a[l-1]-i;return a.push(6),a.reverse()},e.getPositions=function(r){const o=[],s=e.getRowColCoords(r),i=s.length;for(let a=0;a<i;a++)for(let l=0;l<i;l++)a===0&&l===0||a===0&&l===i-1||a===i-1&&l===0||o.push([s[a],s[l]]);return o}})(H2);var J2={};const bk=Et.getSymbolSize,G2=7;J2.getPositions=function(t){const n=bk(t);return[[0,0],[n-G2,0],[0,n-G2]]};var W2={};(function(e){e.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const t={N1:3,N2:3,N3:40,N4:10};e.isValid=function(o){return o!=null&&o!==""&&!isNaN(o)&&o>=0&&o<=7},e.from=function(o){return e.isValid(o)?parseInt(o,10):void 0},e.getPenaltyN1=function(o){const s=o.size;let i=0,a=0,l=0,c=null,u=null;for(let h=0;h<s;h++){a=l=0,c=u=null;for(let _=0;_<s;_++){let f=o.get(h,_);f===c?a++:(a>=5&&(i+=t.N1+(a-5)),c=f,a=1),f=o.get(_,h),f===u?l++:(l>=5&&(i+=t.N1+(l-5)),u=f,l=1)}a>=5&&(i+=t.N1+(a-5)),l>=5&&(i+=t.N1+(l-5))}return i},e.getPenaltyN2=function(o){const s=o.size;let i=0;for(let a=0;a<s-1;a++)for(let l=0;l<s-1;l++){const c=o.get(a,l)+o.get(a,l+1)+o.get(a+1,l)+o.get(a+1,l+1);(c===4||c===0)&&i++}return i*t.N2},e.getPenaltyN3=function(o){const s=o.size;let i=0,a=0,l=0;for(let c=0;c<s;c++){a=l=0;for(let u=0;u<s;u++)a=a<<1&2047|o.get(c,u),u>=10&&(a===1488||a===93)&&i++,l=l<<1&2047|o.get(u,c),u>=10&&(l===1488||l===93)&&i++}return i*t.N3},e.getPenaltyN4=function(o){let s=0;const i=o.data.length;for(let l=0;l<i;l++)s+=o.data[l];return Math.abs(Math.ceil(s*100/i/5)-10)*t.N4};function n(r,o,s){switch(r){case e.Patterns.PATTERN000:return(o+s)%2===0;case e.Patterns.PATTERN001:return o%2===0;case e.Patterns.PATTERN010:return s%3===0;case e.Patterns.PATTERN011:return(o+s)%3===0;case e.Patterns.PATTERN100:return(Math.floor(o/2)+Math.floor(s/3))%2===0;case e.Patterns.PATTERN101:return o*s%2+o*s%3===0;case e.Patterns.PATTERN110:return(o*s%2+o*s%3)%2===0;case e.Patterns.PATTERN111:return(o*s%3+(o+s)%2)%2===0;default:throw new Error("bad maskPattern:"+r)}}e.applyMask=function(o,s){const i=s.size;for(let a=0;a<i;a++)for(let l=0;l<i;l++)s.isReserved(l,a)||s.xor(l,a,n(o,l,a))},e.getBestMask=function(o,s){const i=Object.keys(e.Patterns).length;let a=0,l=1/0;for(let c=0;c<i;c++){s(c),e.applyMask(c,o);const u=e.getPenaltyN1(o)+e.getPenaltyN2(o)+e.getPenaltyN3(o)+e.getPenaltyN4(o);e.applyMask(c,o),u<l&&(l=u,a=c)}return a}})(W2);var ai={};const Rn=ii,li=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],ci=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];ai.getBlocksCount=function(t,n){switch(n){case Rn.L:return li[(t-1)*4+0];case Rn.M:return li[(t-1)*4+1];case Rn.Q:return li[(t-1)*4+2];case Rn.H:return li[(t-1)*4+3];default:return}},ai.getTotalCodewordsCount=function(t,n){switch(n){case Rn.L:return ci[(t-1)*4+0];case Rn.M:return ci[(t-1)*4+1];case Rn.Q:return ci[(t-1)*4+2];case Rn.H:return ci[(t-1)*4+3];default:return}};var K2={},ui={};const xo=new Uint8Array(512),di=new Uint8Array(256);(function(){let t=1;for(let n=0;n<255;n++)xo[n]=t,di[t]=n,t<<=1,t&256&&(t^=285);for(let n=255;n<512;n++)xo[n]=xo[n-255]})(),ui.log=function(t){if(t<1)throw new Error("log("+t+")");return di[t]},ui.exp=function(t){return xo[t]},ui.mul=function(t,n){return t===0||n===0?0:xo[di[t]+di[n]]},function(e){const t=ui;e.mul=function(r,o){const s=new Uint8Array(r.length+o.length-1);for(let i=0;i<r.length;i++)for(let a=0;a<o.length;a++)s[i+a]^=t.mul(r[i],o[a]);return s},e.mod=function(r,o){let s=new Uint8Array(r);for(;s.length-o.length>=0;){const i=s[0];for(let l=0;l<o.length;l++)s[l]^=t.mul(o[l],i);let a=0;for(;a<s.length&&s[a]===0;)a++;s=s.slice(a)}return s},e.generateECPolynomial=function(r){let o=new Uint8Array([1]);for(let s=0;s<r;s++)o=e.mul(o,new Uint8Array([1,t.exp(s)]));return o}}(K2);const Y2=K2;function gc(e){this.genPoly=void 0,this.degree=e,this.degree&&this.initialize(this.degree)}gc.prototype.initialize=function(t){this.degree=t,this.genPoly=Y2.generateECPolynomial(this.degree)},gc.prototype.encode=function(t){if(!this.genPoly)throw new Error("Encoder not initialized");const n=new Uint8Array(t.length+this.degree);n.set(t);const r=Y2.mod(n,this.genPoly),o=this.degree-r.length;if(o>0){const s=new Uint8Array(this.degree);return s.set(r,o),s}return r};var $k=gc,Q2={},On={},vc={};vc.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40};var ln={};const X2="[0-9]+",Sk="[A-Z $%*+\\-./:]+";let Po="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";Po=Po.replace(/u/g,"\\u");const Ck="(?:(?![A-Z0-9 $%*+\\-./:]|"+Po+`)(?:.|[\r
79
- ]))+`;ln.KANJI=new RegExp(Po,"g"),ln.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),ln.BYTE=new RegExp(Ck,"g"),ln.NUMERIC=new RegExp(X2,"g"),ln.ALPHANUMERIC=new RegExp(Sk,"g");const Ek=new RegExp("^"+Po+"$"),kk=new RegExp("^"+X2+"$"),Ik=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");ln.testKanji=function(t){return Ek.test(t)},ln.testNumeric=function(t){return kk.test(t)},ln.testAlphanumeric=function(t){return Ik.test(t)},function(e){const t=vc,n=ln;e.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},e.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},e.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},e.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},e.MIXED={bit:-1},e.getCharCountIndicator=function(s,i){if(!s.ccBits)throw new Error("Invalid mode: "+s);if(!t.isValid(i))throw new Error("Invalid version: "+i);return i>=1&&i<10?s.ccBits[0]:i<27?s.ccBits[1]:s.ccBits[2]},e.getBestModeForData=function(s){return n.testNumeric(s)?e.NUMERIC:n.testAlphanumeric(s)?e.ALPHANUMERIC:n.testKanji(s)?e.KANJI:e.BYTE},e.toString=function(s){if(s&&s.id)return s.id;throw new Error("Invalid mode")},e.isValid=function(s){return s&&s.bit&&s.ccBits};function r(o){if(typeof o!="string")throw new Error("Param is not a string");switch(o.toLowerCase()){case"numeric":return e.NUMERIC;case"alphanumeric":return e.ALPHANUMERIC;case"kanji":return e.KANJI;case"byte":return e.BYTE;default:throw new Error("Unknown mode: "+o)}}e.from=function(s,i){if(e.isValid(s))return s;try{return r(s)}catch{return i}}}(On),function(e){const t=Et,n=ai,r=ii,o=On,s=vc,i=7973,a=t.getBCHDigit(i);function l(_,f,g){for(let v=1;v<=40;v++)if(f<=e.getCapacity(v,g,_))return v}function c(_,f){return o.getCharCountIndicator(_,f)+4}function u(_,f){let g=0;return _.forEach(function(v){const m=c(v.mode,f);g+=m+v.getBitsLength()}),g}function h(_,f){for(let g=1;g<=40;g++)if(u(_,g)<=e.getCapacity(g,f,o.MIXED))return g}e.from=function(f,g){return s.isValid(f)?parseInt(f,10):g},e.getCapacity=function(f,g,v){if(!s.isValid(f))throw new Error("Invalid QR Code version");typeof v>"u"&&(v=o.BYTE);const m=t.getSymbolTotalCodewords(f),d=n.getTotalCodewordsCount(f,g),w=(m-d)*8;if(v===o.MIXED)return w;const y=w-c(v,f);switch(v){case o.NUMERIC:return Math.floor(y/10*3);case o.ALPHANUMERIC:return Math.floor(y/11*2);case o.KANJI:return Math.floor(y/13);case o.BYTE:default:return Math.floor(y/8)}},e.getBestVersionForData=function(f,g){let v;const m=r.from(g,r.M);if(Array.isArray(f)){if(f.length>1)return h(f,m);if(f.length===0)return 1;v=f[0]}else v=f;return l(v.mode,v.getLength(),m)},e.getEncodedBits=function(f){if(!s.isValid(f)||f<7)throw new Error("Invalid QR Code version");let g=f<<12;for(;t.getBCHDigit(g)-a>=0;)g^=i<<t.getBCHDigit(g)-a;return f<<12|g}}(Q2);var em={};const _c=Et,tm=1335,Tk=21522,nm=_c.getBCHDigit(tm);em.getEncodedBits=function(t,n){const r=t.bit<<3|n;let o=r<<10;for(;_c.getBCHDigit(o)-nm>=0;)o^=tm<<_c.getBCHDigit(o)-nm;return(r<<10|o)^Tk};var rm={};const xk=On;function xr(e){this.mode=xk.NUMERIC,this.data=e.toString()}xr.getBitsLength=function(t){return 10*Math.floor(t/3)+(t%3?t%3*3+1:0)},xr.prototype.getLength=function(){return this.data.length},xr.prototype.getBitsLength=function(){return xr.getBitsLength(this.data.length)},xr.prototype.write=function(t){let n,r,o;for(n=0;n+3<=this.data.length;n+=3)r=this.data.substr(n,3),o=parseInt(r,10),t.put(o,10);const s=this.data.length-n;s>0&&(r=this.data.substr(n),o=parseInt(r,10),t.put(o,s*3+1))};var Pk=xr;const Rk=On,yc=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function Pr(e){this.mode=Rk.ALPHANUMERIC,this.data=e}Pr.getBitsLength=function(t){return 11*Math.floor(t/2)+6*(t%2)},Pr.prototype.getLength=function(){return this.data.length},Pr.prototype.getBitsLength=function(){return Pr.getBitsLength(this.data.length)},Pr.prototype.write=function(t){let n;for(n=0;n+2<=this.data.length;n+=2){let r=yc.indexOf(this.data[n])*45;r+=yc.indexOf(this.data[n+1]),t.put(r,11)}this.data.length%2&&t.put(yc.indexOf(this.data[n]),6)};var Ok=Pr;const Nk=On;function Rr(e){this.mode=Nk.BYTE,typeof e=="string"?this.data=new TextEncoder().encode(e):this.data=new Uint8Array(e)}Rr.getBitsLength=function(t){return t*8},Rr.prototype.getLength=function(){return this.data.length},Rr.prototype.getBitsLength=function(){return Rr.getBitsLength(this.data.length)},Rr.prototype.write=function(e){for(let t=0,n=this.data.length;t<n;t++)e.put(this.data[t],8)};var Mk=Rr;const Ak=On,Lk=Et;function Or(e){this.mode=Ak.KANJI,this.data=e}Or.getBitsLength=function(t){return t*13},Or.prototype.getLength=function(){return this.data.length},Or.prototype.getBitsLength=function(){return Or.getBitsLength(this.data.length)},Or.prototype.write=function(e){let t;for(t=0;t<this.data.length;t++){let n=Lk.toSJIS(this.data[t]);if(n>=33088&&n<=40956)n-=33088;else if(n>=57408&&n<=60351)n-=49472;else throw new Error("Invalid SJIS character: "+this.data[t]+`
80
- Make sure your charset is UTF-8`);n=(n>>>8&255)*192+(n&255),e.put(n,13)}};var jk=Or,om={exports:{}};(function(e){var t={single_source_shortest_paths:function(n,r,o){var s={},i={};i[r]=0;var a=t.PriorityQueue.make();a.push(r,0);for(var l,c,u,h,_,f,g,v,m;!a.empty();){l=a.pop(),c=l.value,h=l.cost,_=n[c]||{};for(u in _)_.hasOwnProperty(u)&&(f=_[u],g=h+f,v=i[u],m=typeof i[u]>"u",(m||v>g)&&(i[u]=g,a.push(u,g),s[u]=c))}if(typeof o<"u"&&typeof i[o]>"u"){var d=["Could not find a path from ",r," to ",o,"."].join("");throw new Error(d)}return s},extract_shortest_path_from_predecessor_list:function(n,r){for(var o=[],s=r;s;)o.push(s),n[s],s=n[s];return o.reverse(),o},find_path:function(n,r,o){var s=t.single_source_shortest_paths(n,r,o);return t.extract_shortest_path_from_predecessor_list(s,o)},PriorityQueue:{make:function(n){var r=t.PriorityQueue,o={},s;n=n||{};for(s in r)r.hasOwnProperty(s)&&(o[s]=r[s]);return o.queue=[],o.sorter=n.sorter||r.default_sorter,o},default_sorter:function(n,r){return n.cost-r.cost},push:function(n,r){var o={value:n,cost:r};this.queue.push(o),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return this.queue.length===0}}};e.exports=t})(om);var zk=om.exports;(function(e){const t=On,n=Pk,r=Ok,o=Mk,s=jk,i=ln,a=Et,l=zk;function c(d){return unescape(encodeURIComponent(d)).length}function u(d,w,y){const b=[];let k;for(;(k=d.exec(y))!==null;)b.push({data:k[0],index:k.index,mode:w,length:k[0].length});return b}function h(d){const w=u(i.NUMERIC,t.NUMERIC,d),y=u(i.ALPHANUMERIC,t.ALPHANUMERIC,d);let b,k;return a.isKanjiModeEnabled()?(b=u(i.BYTE,t.BYTE,d),k=u(i.KANJI,t.KANJI,d)):(b=u(i.BYTE_KANJI,t.BYTE,d),k=[]),w.concat(y,b,k).sort(function(T,D){return T.index-D.index}).map(function(T){return{data:T.data,mode:T.mode,length:T.length}})}function _(d,w){switch(w){case t.NUMERIC:return n.getBitsLength(d);case t.ALPHANUMERIC:return r.getBitsLength(d);case t.KANJI:return s.getBitsLength(d);case t.BYTE:return o.getBitsLength(d)}}function f(d){return d.reduce(function(w,y){const b=w.length-1>=0?w[w.length-1]:null;return b&&b.mode===y.mode?(w[w.length-1].data+=y.data,w):(w.push(y),w)},[])}function g(d){const w=[];for(let y=0;y<d.length;y++){const b=d[y];switch(b.mode){case t.NUMERIC:w.push([b,{data:b.data,mode:t.ALPHANUMERIC,length:b.length},{data:b.data,mode:t.BYTE,length:b.length}]);break;case t.ALPHANUMERIC:w.push([b,{data:b.data,mode:t.BYTE,length:b.length}]);break;case t.KANJI:w.push([b,{data:b.data,mode:t.BYTE,length:c(b.data)}]);break;case t.BYTE:w.push([{data:b.data,mode:t.BYTE,length:c(b.data)}])}}return w}function v(d,w){const y={},b={start:{}};let k=["start"];for(let x=0;x<d.length;x++){const T=d[x],D=[];for(let U=0;U<T.length;U++){const H=T[U],q=""+x+U;D.push(q),y[q]={node:H,lastCount:0},b[q]={};for(let F=0;F<k.length;F++){const B=k[F];y[B]&&y[B].node.mode===H.mode?(b[B][q]=_(y[B].lastCount+H.length,H.mode)-_(y[B].lastCount,H.mode),y[B].lastCount+=H.length):(y[B]&&(y[B].lastCount=H.length),b[B][q]=_(H.length,H.mode)+4+t.getCharCountIndicator(H.mode,w))}}k=D}for(let x=0;x<k.length;x++)b[k[x]].end=0;return{map:b,table:y}}function m(d,w){let y;const b=t.getBestModeForData(d);if(y=t.from(w,b),y!==t.BYTE&&y.bit<b.bit)throw new Error('"'+d+'" cannot be encoded with mode '+t.toString(y)+`.
81
- Suggested mode is: `+t.toString(b));switch(y===t.KANJI&&!a.isKanjiModeEnabled()&&(y=t.BYTE),y){case t.NUMERIC:return new n(d);case t.ALPHANUMERIC:return new r(d);case t.KANJI:return new s(d);case t.BYTE:return new o(d)}}e.fromArray=function(w){return w.reduce(function(y,b){return typeof b=="string"?y.push(m(b,null)):b.data&&y.push(m(b.data,b.mode)),y},[])},e.fromString=function(w,y){const b=h(w,a.isKanjiModeEnabled()),k=g(b),x=v(k,y),T=l.find_path(x.map,"start","end"),D=[];for(let U=1;U<T.length-1;U++)D.push(x.table[T[U]].node);return e.fromArray(f(D))},e.rawSplit=function(w){return e.fromArray(h(w,a.isKanjiModeEnabled()))}})(rm);const pi=Et,wc=ii,Dk=yk,Uk=wk,qk=H2,Zk=J2,bc=W2,$c=ai,Fk=$k,fi=Q2,Vk=em,Bk=On,Sc=rm;function Hk(e,t){const n=e.size,r=Zk.getPositions(t);for(let o=0;o<r.length;o++){const s=r[o][0],i=r[o][1];for(let a=-1;a<=7;a++)if(!(s+a<=-1||n<=s+a))for(let l=-1;l<=7;l++)i+l<=-1||n<=i+l||(a>=0&&a<=6&&(l===0||l===6)||l>=0&&l<=6&&(a===0||a===6)||a>=2&&a<=4&&l>=2&&l<=4?e.set(s+a,i+l,!0,!0):e.set(s+a,i+l,!1,!0))}}function Jk(e){const t=e.size;for(let n=8;n<t-8;n++){const r=n%2===0;e.set(n,6,r,!0),e.set(6,n,r,!0)}}function Gk(e,t){const n=qk.getPositions(t);for(let r=0;r<n.length;r++){const o=n[r][0],s=n[r][1];for(let i=-2;i<=2;i++)for(let a=-2;a<=2;a++)i===-2||i===2||a===-2||a===2||i===0&&a===0?e.set(o+i,s+a,!0,!0):e.set(o+i,s+a,!1,!0)}}function Wk(e,t){const n=e.size,r=fi.getEncodedBits(t);let o,s,i;for(let a=0;a<18;a++)o=Math.floor(a/3),s=a%3+n-8-3,i=(r>>a&1)===1,e.set(o,s,i,!0),e.set(s,o,i,!0)}function Cc(e,t,n){const r=e.size,o=Vk.getEncodedBits(t,n);let s,i;for(s=0;s<15;s++)i=(o>>s&1)===1,s<6?e.set(s,8,i,!0):s<8?e.set(s+1,8,i,!0):e.set(r-15+s,8,i,!0),s<8?e.set(8,r-s-1,i,!0):s<9?e.set(8,15-s-1+1,i,!0):e.set(8,15-s-1,i,!0);e.set(r-8,8,1,!0)}function Kk(e,t){const n=e.size;let r=-1,o=n-1,s=7,i=0;for(let a=n-1;a>0;a-=2)for(a===6&&a--;;){for(let l=0;l<2;l++)if(!e.isReserved(o,a-l)){let c=!1;i<t.length&&(c=(t[i]>>>s&1)===1),e.set(o,a-l,c),s--,s===-1&&(i++,s=7)}if(o+=r,o<0||n<=o){o-=r,r=-r;break}}}function Yk(e,t,n){const r=new Dk;n.forEach(function(l){r.put(l.mode.bit,4),r.put(l.getLength(),Bk.getCharCountIndicator(l.mode,e)),l.write(r)});const o=pi.getSymbolTotalCodewords(e),s=$c.getTotalCodewordsCount(e,t),i=(o-s)*8;for(r.getLengthInBits()+4<=i&&r.put(0,4);r.getLengthInBits()%8!==0;)r.putBit(0);const a=(i-r.getLengthInBits())/8;for(let l=0;l<a;l++)r.put(l%2?17:236,8);return Qk(r,e,t)}function Qk(e,t,n){const r=pi.getSymbolTotalCodewords(t),o=$c.getTotalCodewordsCount(t,n),s=r-o,i=$c.getBlocksCount(t,n),a=r%i,l=i-a,c=Math.floor(r/i),u=Math.floor(s/i),h=u+1,_=c-u,f=new Fk(_);let g=0;const v=new Array(i),m=new Array(i);let d=0;const w=new Uint8Array(e.buffer);for(let T=0;T<i;T++){const D=T<l?u:h;v[T]=w.slice(g,g+D),m[T]=f.encode(v[T]),g+=D,d=Math.max(d,D)}const y=new Uint8Array(r);let b=0,k,x;for(k=0;k<d;k++)for(x=0;x<i;x++)k<v[x].length&&(y[b++]=v[x][k]);for(k=0;k<_;k++)for(x=0;x<i;x++)y[b++]=m[x][k];return y}function Xk(e,t,n,r){let o;if(Array.isArray(e))o=Sc.fromArray(e);else if(typeof e=="string"){let c=t;if(!c){const u=Sc.rawSplit(e);c=fi.getBestVersionForData(u,n)}o=Sc.fromString(e,c||40)}else throw new Error("Invalid data");const s=fi.getBestVersionForData(o,n);if(!s)throw new Error("The amount of data is too big to be stored in a QR Code");if(!t)t=s;else if(t<s)throw new Error(`
78
+ deps: ${u}}`};const o={keyword:"dependencies",type:"object",schemaType:"object",error:e.error,code(l){const[c,u]=s(l);a(l,c),i(l,u)}};function s({schema:l}){const c={},u={};for(const g in l){if(g==="__proto__")continue;const h=Array.isArray(l[g])?c:u;h[g]=l[g]}return[c,u]}function a(l,c=l.schema){const{gen:u,data:g,it:h}=l;if(Object.keys(c).length===0)return;const d=u.let("missing");for(const p in c){const w=c[p];if(w.length===0)continue;const m=(0,n.propertyInData)(u,g,p,h.opts.ownProperties);l.setParams({property:p,depsCount:w.length,deps:w.join(", ")}),h.allErrors?u.if(m,()=>{for(const y of w)(0,n.checkReportMissingProp)(l,y)}):(u.if((0,t._)`${m} && (${(0,n.checkMissingProp)(l,w,d)})`),(0,n.reportMissingProp)(l,d),u.else())}}e.validatePropertyDeps=a;function i(l,c=l.schema){const{gen:u,data:g,keyword:h,it:d}=l,p=u.name("valid");for(const w in c)(0,r.alwaysValidSchema)(d,c[w])||(u.if((0,n.propertyInData)(u,g,w,d.opts.ownProperties),()=>{const m=l.subschema({keyword:h,schemaProp:w},p);l.mergeValidEvaluated(m,p)},()=>u.var(p,!0)),l.ok(p))}e.validateSchemaDeps=i,e.default=o})(hl)),hl}var Os={},om;function Pk(){if(om)return Os;om=1,Object.defineProperty(Os,"__esModule",{value:!0});const e=ye(),t=Se(),n={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:{message:"property name must be valid",params:({params:o})=>(0,e._)`{propertyName: ${o.propertyName}}`},code(o){const{gen:s,schema:a,data:i,it:l}=o;if((0,t.alwaysValidSchema)(l,a))return;const c=s.name("valid");s.forIn("key",i,u=>{o.setParams({propertyName:u}),o.subschema({keyword:"propertyNames",data:u,dataTypes:["string"],propertyName:u,compositeRule:!0},c),s.if((0,e.not)(c),()=>{o.error(!0),l.allErrors||s.break()})}),o.ok(c)}};return Os.default=n,Os}var Ms={},sm;function am(){if(sm)return Ms;sm=1,Object.defineProperty(Ms,"__esModule",{value:!0});const e=Ot(),t=ye(),r=hr(),n=Se(),s={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:{message:"must NOT have additional properties",params:({params:a})=>(0,t._)`{additionalProperty: ${a.additionalProperty}}`},code(a){const{gen:i,schema:l,parentSchema:c,data:u,errsCount:g,it:h}=a;if(!g)throw new Error("ajv implementation error");const{allErrors:d,opts:p}=h;if(h.props=!0,p.removeAdditional!=="all"&&(0,n.alwaysValidSchema)(h,l))return;const w=(0,e.allSchemaProperties)(c.properties),m=(0,e.allSchemaProperties)(c.patternProperties);y(),a.ok((0,t._)`${g} === ${r.default.errors}`);function y(){i.forIn("key",u,S=>{!w.length&&!m.length?b(S):i.if(_(S),()=>b(S))})}function _(S){let C;if(w.length>8){const I=(0,n.schemaRefOrVal)(h,c.properties,"properties");C=(0,e.isOwnProperty)(i,I,S)}else w.length?C=(0,t.or)(...w.map(I=>(0,t._)`${S} === ${I}`)):C=t.nil;return m.length&&(C=(0,t.or)(C,...m.map(I=>(0,t._)`${(0,e.usePattern)(a,I)}.test(${S})`))),(0,t.not)(C)}function f(S){i.code((0,t._)`delete ${u}[${S}]`)}function b(S){if(p.removeAdditional==="all"||p.removeAdditional&&l===!1){f(S);return}if(l===!1){a.setParams({additionalProperty:S}),a.error(),d||i.break();return}if(typeof l=="object"&&!(0,n.alwaysValidSchema)(h,l)){const C=i.name("valid");p.removeAdditional==="failing"?(k(S,C,!1),i.if((0,t.not)(C),()=>{a.reset(),f(S)})):(k(S,C),d||i.if((0,t.not)(C),()=>i.break()))}}function k(S,C,I){const x={keyword:"additionalProperties",dataProp:S,dataPropType:n.Type.Str};I===!1&&Object.assign(x,{compositeRule:!0,createErrors:!1,allErrors:!1}),a.subschema(x,C)}}};return Ms.default=s,Ms}var Ns={},im;function Ok(){if(im)return Ns;im=1,Object.defineProperty(Ns,"__esModule",{value:!0});const e=is(),t=Ot(),r=Se(),n=am(),o={keyword:"properties",type:"object",schemaType:"object",code(s){const{gen:a,schema:i,parentSchema:l,data:c,it:u}=s;u.opts.removeAdditional==="all"&&l.additionalProperties===void 0&&n.default.code(new e.KeywordCxt(u,n.default,"additionalProperties"));const g=(0,t.allSchemaProperties)(i);for(const m of g)u.definedProperties.add(m);u.opts.unevaluated&&g.length&&u.props!==!0&&(u.props=r.mergeEvaluated.props(a,(0,r.toHash)(g),u.props));const h=g.filter(m=>!(0,r.alwaysValidSchema)(u,i[m]));if(h.length===0)return;const d=a.name("valid");for(const m of h)p(m)?w(m):(a.if((0,t.propertyInData)(a,c,m,u.opts.ownProperties)),w(m),u.allErrors||a.else().var(d,!0),a.endIf()),s.it.definedProperties.add(m),s.ok(d);function p(m){return u.opts.useDefaults&&!u.compositeRule&&i[m].default!==void 0}function w(m){s.subschema({keyword:"properties",schemaProp:m,dataProp:m},d)}}};return Ns.default=o,Ns}var As={},lm;function Mk(){if(lm)return As;lm=1,Object.defineProperty(As,"__esModule",{value:!0});const e=Ot(),t=ye(),r=Se(),n=Se(),o={keyword:"patternProperties",type:"object",schemaType:"object",code(s){const{gen:a,schema:i,data:l,parentSchema:c,it:u}=s,{opts:g}=u,h=(0,e.allSchemaProperties)(i),d=h.filter(b=>(0,r.alwaysValidSchema)(u,i[b]));if(h.length===0||d.length===h.length&&(!u.opts.unevaluated||u.props===!0))return;const p=g.strictSchema&&!g.allowMatchingProperties&&c.properties,w=a.name("valid");u.props!==!0&&!(u.props instanceof t.Name)&&(u.props=(0,n.evaluatedPropsToName)(a,u.props));const{props:m}=u;y();function y(){for(const b of h)p&&_(b),u.allErrors?f(b):(a.var(w,!0),f(b),a.if(w))}function _(b){for(const k in p)new RegExp(b).test(k)&&(0,r.checkStrictMode)(u,`property ${k} matches pattern ${b} (use allowMatchingProperties)`)}function f(b){a.forIn("key",l,k=>{a.if((0,t._)`${(0,e.usePattern)(s,b)}.test(${k})`,()=>{const S=d.includes(b);S||s.subschema({keyword:"patternProperties",schemaProp:b,dataProp:k,dataPropType:n.Type.Str},w),u.opts.unevaluated&&m!==!0?a.assign((0,t._)`${m}[${k}]`,!0):!S&&!u.allErrors&&a.if((0,t.not)(w),()=>a.break())})})}}};return As.default=o,As}var qs={},cm;function Nk(){if(cm)return qs;cm=1,Object.defineProperty(qs,"__esModule",{value:!0});const e=Se(),t={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(r){const{gen:n,schema:o,it:s}=r;if((0,e.alwaysValidSchema)(s,o)){r.fail();return}const a=n.name("valid");r.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},a),r.failResult(a,()=>r.reset(),()=>r.error())},error:{message:"must NOT be valid"}};return qs.default=t,qs}var Ls={},um;function Ak(){if(um)return Ls;um=1,Object.defineProperty(Ls,"__esModule",{value:!0});const t={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:Ot().validateUnion,error:{message:"must match a schema in anyOf"}};return Ls.default=t,Ls}var js={},dm;function qk(){if(dm)return js;dm=1,Object.defineProperty(js,"__esModule",{value:!0});const e=ye(),t=Se(),n={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:{message:"must match exactly one schema in oneOf",params:({params:o})=>(0,e._)`{passingSchemas: ${o.passing}}`},code(o){const{gen:s,schema:a,parentSchema:i,it:l}=o;if(!Array.isArray(a))throw new Error("ajv implementation error");if(l.opts.discriminator&&i.discriminator)return;const c=a,u=s.let("valid",!1),g=s.let("passing",null),h=s.name("_valid");o.setParams({passing:g}),s.block(d),o.result(u,()=>o.reset(),()=>o.error(!0));function d(){c.forEach((p,w)=>{let m;(0,t.alwaysValidSchema)(l,p)?s.var(h,!0):m=o.subschema({keyword:"oneOf",schemaProp:w,compositeRule:!0},h),w>0&&s.if((0,e._)`${h} && ${u}`).assign(u,!1).assign(g,(0,e._)`[${g}, ${w}]`).else(),s.if(h,()=>{s.assign(u,!0),s.assign(g,w),m&&o.mergeEvaluated(m,e.Name)})})}}};return js.default=n,js}var Us={},pm;function Lk(){if(pm)return Us;pm=1,Object.defineProperty(Us,"__esModule",{value:!0});const e=Se(),t={keyword:"allOf",schemaType:"array",code(r){const{gen:n,schema:o,it:s}=r;if(!Array.isArray(o))throw new Error("ajv implementation error");const a=n.name("valid");o.forEach((i,l)=>{if((0,e.alwaysValidSchema)(s,i))return;const c=r.subschema({keyword:"allOf",schemaProp:l},a);r.ok(a),r.mergeEvaluated(c)})}};return Us.default=t,Us}var zs={},fm;function jk(){if(fm)return zs;fm=1,Object.defineProperty(zs,"__esModule",{value:!0});const e=ye(),t=Se(),n={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:{message:({params:s})=>(0,e.str)`must match "${s.ifClause}" schema`,params:({params:s})=>(0,e._)`{failingKeyword: ${s.ifClause}}`},code(s){const{gen:a,parentSchema:i,it:l}=s;i.then===void 0&&i.else===void 0&&(0,t.checkStrictMode)(l,'"if" without "then" and "else" is ignored');const c=o(l,"then"),u=o(l,"else");if(!c&&!u)return;const g=a.let("valid",!0),h=a.name("_valid");if(d(),s.reset(),c&&u){const w=a.let("ifClause");s.setParams({ifClause:w}),a.if(h,p("then",w),p("else",w))}else c?a.if(h,p("then")):a.if((0,e.not)(h),p("else"));s.pass(g,()=>s.error(!0));function d(){const w=s.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},h);s.mergeEvaluated(w)}function p(w,m){return()=>{const y=s.subschema({keyword:w},h);a.assign(g,h),s.mergeValidEvaluated(y,g),m?a.assign(m,(0,e._)`${w}`):s.setParams({ifClause:w})}}}};function o(s,a){const i=s.schema[a];return i!==void 0&&!(0,t.alwaysValidSchema)(s,i)}return zs.default=n,zs}var Ds={},hm;function Uk(){if(hm)return Ds;hm=1,Object.defineProperty(Ds,"__esModule",{value:!0});const e=Se(),t={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:r,parentSchema:n,it:o}){n.if===void 0&&(0,e.checkStrictMode)(o,`"${r}" without "if" is ignored`)}};return Ds.default=t,Ds}var mm;function zk(){if(mm)return Is;mm=1,Object.defineProperty(Is,"__esModule",{value:!0});const e=Yh(),t=Ek(),r=Xh(),n=Ik(),o=xk(),s=Rk(),a=Pk(),i=am(),l=Ok(),c=Mk(),u=Nk(),g=Ak(),h=qk(),d=Lk(),p=jk(),w=Uk();function m(y=!1){const _=[u.default,g.default,h.default,d.default,p.default,w.default,a.default,i.default,s.default,l.default,c.default];return y?_.push(t.default,n.default):_.push(e.default,r.default),_.push(o.default),_}return Is.default=m,Is}var Zs={},Fs={},gm;function Dk(){if(gm)return Fs;gm=1,Object.defineProperty(Fs,"__esModule",{value:!0});const e=ye(),r={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:{message:({schemaCode:n})=>(0,e.str)`must match format "${n}"`,params:({schemaCode:n})=>(0,e._)`{format: ${n}}`},code(n,o){const{gen:s,data:a,$data:i,schema:l,schemaCode:c,it:u}=n,{opts:g,errSchemaPath:h,schemaEnv:d,self:p}=u;if(!g.validateFormats)return;i?w():m();function w(){const y=s.scopeValue("formats",{ref:p.formats,code:g.code.formats}),_=s.const("fDef",(0,e._)`${y}[${c}]`),f=s.let("fType"),b=s.let("format");s.if((0,e._)`typeof ${_} == "object" && !(${_} instanceof RegExp)`,()=>s.assign(f,(0,e._)`${_}.type || "string"`).assign(b,(0,e._)`${_}.validate`),()=>s.assign(f,(0,e._)`"string"`).assign(b,_)),n.fail$data((0,e.or)(k(),S()));function k(){return g.strictSchema===!1?e.nil:(0,e._)`${c} && !${b}`}function S(){const C=d.$async?(0,e._)`(${_}.async ? await ${b}(${a}) : ${b}(${a}))`:(0,e._)`${b}(${a})`,I=(0,e._)`(typeof ${b} == "function" ? ${C} : ${b}.test(${a}))`;return(0,e._)`${b} && ${b} !== true && ${f} === ${o} && !${I}`}}function m(){const y=p.formats[l];if(!y){k();return}if(y===!0)return;const[_,f,b]=S(y);_===o&&n.pass(C());function k(){if(g.strictSchema===!1){p.logger.warn(I());return}throw new Error(I());function I(){return`unknown format "${l}" ignored in schema at path "${h}"`}}function S(I){const x=I instanceof RegExp?(0,e.regexpCode)(I):g.code.formats?(0,e._)`${g.code.formats}${(0,e.getProperty)(l)}`:void 0,M=s.scopeValue("formats",{key:l,ref:I,code:x});return typeof I=="object"&&!(I instanceof RegExp)?[I.type||"string",I.validate,(0,e._)`${M}.validate`]:["string",I,M]}function C(){if(typeof y=="object"&&!(y instanceof RegExp)&&y.async){if(!d.$async)throw new Error("async format in sync schema");return(0,e._)`await ${b}(${a})`}return typeof f=="function"?(0,e._)`${b}(${a})`:(0,e._)`${b}.test(${a})`}}}};return Fs.default=r,Fs}var vm;function Zk(){if(vm)return Zs;vm=1,Object.defineProperty(Zs,"__esModule",{value:!0});const t=[Dk().default];return Zs.default=t,Zs}var jr={},_m;function Fk(){return _m||(_m=1,Object.defineProperty(jr,"__esModule",{value:!0}),jr.contentVocabulary=jr.metadataVocabulary=void 0,jr.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"],jr.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]),jr}var ym;function Vk(){if(ym)return ps;ym=1,Object.defineProperty(ps,"__esModule",{value:!0});const e=hk(),t=$k(),r=zk(),n=Zk(),o=Fk(),s=[e.default,t.default,(0,r.default)(),n.default,o.metadataVocabulary,o.contentVocabulary];return ps.default=s,ps}var Vs={},Qn={},wm;function Hk(){if(wm)return Qn;wm=1,Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.DiscrError=void 0;var e;return(function(t){t.Tag="tag",t.Mapping="mapping"})(e||(Qn.DiscrError=e={})),Qn}var bm;function Bk(){if(bm)return Vs;bm=1,Object.defineProperty(Vs,"__esModule",{value:!0});const e=ye(),t=Hk(),r=ul(),n=us(),o=Se(),a={keyword:"discriminator",type:"object",schemaType:"object",error:{message:({params:{discrError:i,tagName:l}})=>i===t.DiscrError.Tag?`tag "${l}" must be string`:`value of tag "${l}" must be in oneOf`,params:({params:{discrError:i,tag:l,tagName:c}})=>(0,e._)`{error: ${i}, tag: ${c}, tagValue: ${l}}`},code(i){const{gen:l,data:c,schema:u,parentSchema:g,it:h}=i,{oneOf:d}=g;if(!h.opts.discriminator)throw new Error("discriminator: requires discriminator option");const p=u.propertyName;if(typeof p!="string")throw new Error("discriminator: requires propertyName");if(u.mapping)throw new Error("discriminator: mapping is not supported");if(!d)throw new Error("discriminator: requires oneOf keyword");const w=l.let("valid",!1),m=l.const("tag",(0,e._)`${c}${(0,e.getProperty)(p)}`);l.if((0,e._)`typeof ${m} == "string"`,()=>y(),()=>i.error(!1,{discrError:t.DiscrError.Tag,tag:m,tagName:p})),i.ok(w);function y(){const b=f();l.if(!1);for(const k in b)l.elseIf((0,e._)`${m} === ${k}`),l.assign(w,_(b[k]));l.else(),i.error(!1,{discrError:t.DiscrError.Mapping,tag:m,tagName:p}),l.endIf()}function _(b){const k=l.name("valid"),S=i.subschema({keyword:"oneOf",schemaProp:b},k);return i.mergeEvaluated(S,e.Name),k}function f(){var b;const k={},S=I(g);let C=!0;for(let P=0;P<d.length;P++){let U=d[P];if(U?.$ref&&!(0,o.schemaHasRulesButRef)(U,h.self.RULES)){const F=U.$ref;if(U=r.resolveRef.call(h.self,h.schemaEnv.root,h.baseId,F),U instanceof r.SchemaEnv&&(U=U.schema),U===void 0)throw new n.default(h.opts.uriResolver,h.baseId,F)}const z=(b=U?.properties)===null||b===void 0?void 0:b[p];if(typeof z!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${p}"`);C=C&&(S||I(U)),x(z,P)}if(!C)throw new Error(`discriminator: "${p}" must be required`);return k;function I({required:P}){return Array.isArray(P)&&P.includes(p)}function x(P,U){if(P.const)M(P.const,U);else if(P.enum)for(const z of P.enum)M(z,U);else throw new Error(`discriminator: "properties/${p}" must have "const" or "enum"`)}function M(P,U){if(typeof P!="string"||P in k)throw new Error(`discriminator: "${p}" values must be unique strings`);k[P]=U}}}};return Vs.default=a,Vs}const Jk={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0};var km;function Sm(){return km||(km=1,(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=t.Ajv=void 0;const r=dk(),n=Vk(),o=Bk(),s=Jk,a=["/properties"],i="http://json-schema.org/draft-07/schema";class l extends r.default{_addVocabularies(){super._addVocabularies(),n.default.forEach(p=>this.addVocabulary(p)),this.opts.discriminator&&this.addKeyword(o.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const p=this.opts.$data?this.$dataMetaSchema(s,a):s;this.addMetaSchema(p,i,!1),this.refs["http://json-schema.org/schema"]=i}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(i)?i:void 0)}}t.Ajv=l,e.exports=t=l,e.exports.Ajv=l,Object.defineProperty(t,"__esModule",{value:!0}),t.default=l;var c=is();Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return c.KeywordCxt}});var u=ye();Object.defineProperty(t,"_",{enumerable:!0,get:function(){return u._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return u.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return u.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return u.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return u.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return u.CodeGen}});var g=cl();Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return g.default}});var h=us();Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return h.default}})})(ts,ts.exports)),ts.exports}var Gk=Sm(),Hs={exports:{}},ml={},Cm;function Wk(){return Cm||(Cm=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.formatNames=e.fastFormats=e.fullFormats=void 0;function t(P,U){return{validate:P,compare:U}}e.fullFormats={date:t(s,a),time:t(l(!0),c),"date-time":t(h(!0),d),"iso-time":t(l(),u),"iso-date-time":t(h(),p),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:y,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:M,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:f,int32:{type:"number",validate:S},int64:{type:"number",validate:C},float:{type:"number",validate:I},double:{type:"number",validate:I},password:!0,binary:!0},e.fastFormats={...e.fullFormats,date:t(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,a),time:t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,c),"date-time":t(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,d),"iso-time":t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,u),"iso-date-time":t(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,p),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i},e.formatNames=Object.keys(e.fullFormats);function r(P){return P%4===0&&(P%100!==0||P%400===0)}const n=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,o=[0,31,28,31,30,31,30,31,31,30,31,30,31];function s(P){const U=n.exec(P);if(!U)return!1;const z=+U[1],F=+U[2],te=+U[3];return F>=1&&F<=12&&te>=1&&te<=(F===2&&r(z)?29:o[F])}function a(P,U){if(P&&U)return P>U?1:P<U?-1:0}const i=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function l(P){return function(z){const F=i.exec(z);if(!F)return!1;const te=+F[1],ie=+F[2],se=+F[3],ee=F[4],pe=F[5]==="-"?-1:1,V=+(F[6]||0),O=+(F[7]||0);if(V>23||O>59||P&&!ee)return!1;if(te<=23&&ie<=59&&se<60)return!0;const Z=ie-O*pe,j=te-V*pe-(Z<0?1:0);return(j===23||j===-1)&&(Z===59||Z===-1)&&se<61}}function c(P,U){if(!(P&&U))return;const z=new Date("2020-01-01T"+P).valueOf(),F=new Date("2020-01-01T"+U).valueOf();if(z&&F)return z-F}function u(P,U){if(!(P&&U))return;const z=i.exec(P),F=i.exec(U);if(z&&F)return P=z[1]+z[2]+z[3],U=F[1]+F[2]+F[3],P>U?1:P<U?-1:0}const g=/t|\s/i;function h(P){const U=l(P);return function(F){const te=F.split(g);return te.length===2&&s(te[0])&&U(te[1])}}function d(P,U){if(!(P&&U))return;const z=new Date(P).valueOf(),F=new Date(U).valueOf();if(z&&F)return z-F}function p(P,U){if(!(P&&U))return;const[z,F]=P.split(g),[te,ie]=U.split(g),se=a(z,te);if(se!==void 0)return se||c(F,ie)}const w=/\/|:/,m=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function y(P){return w.test(P)&&m.test(P)}const _=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function f(P){return _.lastIndex=0,_.test(P)}const b=-2147483648,k=2**31-1;function S(P){return Number.isInteger(P)&&P<=k&&P>=b}function C(P){return Number.isInteger(P)}function I(){return!0}const x=/[^\\]\\Z/;function M(P){if(x.test(P))return!1;try{return new RegExp(P),!0}catch{return!1}}})(ml)),ml}var gl={},Tm;function Kk(){return Tm||(Tm=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.formatLimitDefinition=void 0;const t=Sm(),r=ye(),n=r.operators,o={formatMaximum:{okStr:"<=",ok:n.LTE,fail:n.GT},formatMinimum:{okStr:">=",ok:n.GTE,fail:n.LT},formatExclusiveMaximum:{okStr:"<",ok:n.LT,fail:n.GTE},formatExclusiveMinimum:{okStr:">",ok:n.GT,fail:n.LTE}},s={message:({keyword:i,schemaCode:l})=>(0,r.str)`should be ${o[i].okStr} ${l}`,params:({keyword:i,schemaCode:l})=>(0,r._)`{comparison: ${o[i].okStr}, limit: ${l}}`};e.formatLimitDefinition={keyword:Object.keys(o),type:"string",schemaType:"string",$data:!0,error:s,code(i){const{gen:l,data:c,schemaCode:u,keyword:g,it:h}=i,{opts:d,self:p}=h;if(!d.validateFormats)return;const w=new t.KeywordCxt(h,p.RULES.all.format.definition,"format");w.$data?m():y();function m(){const f=l.scopeValue("formats",{ref:p.formats,code:d.code.formats}),b=l.const("fmt",(0,r._)`${f}[${w.schemaCode}]`);i.fail$data((0,r.or)((0,r._)`typeof ${b} != "object"`,(0,r._)`${b} instanceof RegExp`,(0,r._)`typeof ${b}.compare != "function"`,_(b)))}function y(){const f=w.schema,b=p.formats[f];if(!b||b===!0)return;if(typeof b!="object"||b instanceof RegExp||typeof b.compare!="function")throw new Error(`"${g}": format "${f}" does not define "compare" function`);const k=l.scopeValue("formats",{key:f,ref:b,code:d.code.formats?(0,r._)`${d.code.formats}${(0,r.getProperty)(f)}`:void 0});i.fail$data(_(k))}function _(f){return(0,r._)`${f}.compare(${c}, ${u}) ${o[g].fail} 0`}},dependencies:["format"]};const a=i=>(i.addKeyword(e.formatLimitDefinition),i);e.default=a})(gl)),gl}var $m;function Yk(){return $m||($m=1,(function(e,t){Object.defineProperty(t,"__esModule",{value:!0});const r=Wk(),n=Kk(),o=ye(),s=new o.Name("fullFormats"),a=new o.Name("fastFormats"),i=(c,u={keywords:!0})=>{if(Array.isArray(u))return l(c,u,r.fullFormats,s),c;const[g,h]=u.mode==="fast"?[r.fastFormats,a]:[r.fullFormats,s],d=u.formats||r.formatNames;return l(c,d,g,h),u.keywords&&(0,n.default)(c),c};i.get=(c,u="full")=>{const h=(u==="fast"?r.fastFormats:r.fullFormats)[c];if(!h)throw new Error(`Unknown format "${c}"`);return h};function l(c,u,g,h){var d,p;(d=(p=c.opts.code).formats)!==null&&d!==void 0||(p.formats=(0,o._)`require("ajv-formats/dist/formats").${h}`);for(const w of u)c.addFormat(w,g[w])}e.exports=t=i,Object.defineProperty(t,"__esModule",{value:!0}),t.default=i})(Hs,Hs.exports)),Hs.exports}var Qk=Yk();const Xk=dd(Qk);function eS(){const e=new Gk.Ajv({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return Xk(e),e}class tS{constructor(t){this._ajv=t??eS()}getValidator(t){var r;const n="$id"in t&&typeof t.$id=="string"?(r=this._ajv.getSchema(t.$id))!==null&&r!==void 0?r:this._ajv.compile(t):this._ajv.compile(t);return o=>n(o)?{valid:!0,data:o,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(n.errors)}}}class rS{constructor(t){this._client=t}async*callToolStream(t,r=Jn,n){var o;const s=this._client,a={...n,task:(o=n?.task)!==null&&o!==void 0?o:s.isToolTask(t.name)?{}:void 0},i=s.requestStream({method:"tools/call",params:t},r,a),l=s.getToolOutputValidator(t.name);for await(const c of i){if(c.type==="result"&&l){const u=c.result;if(!u.structuredContent&&!u.isError){yield{type:"error",error:new de(ge.InvalidRequest,`Tool ${t.name} has an output schema but did not return structured content`)};return}if(u.structuredContent)try{const g=l(u.structuredContent);if(!g.valid){yield{type:"error",error:new de(ge.InvalidParams,`Structured content does not match the tool's output schema: ${g.errorMessage}`)};return}}catch(g){if(g instanceof de){yield{type:"error",error:g};return}yield{type:"error",error:new de(ge.InvalidParams,`Failed to validate structured content: ${g instanceof Error?g.message:String(g)}`)};return}}yield c}}async getTask(t,r){return this._client.getTask({taskId:t},r)}async getTaskResult(t,r,n){return this._client.getTaskResult({taskId:t},r,n)}async listTasks(t,r){return this._client.listTasks(t?{cursor:t}:void 0,r)}async cancelTask(t,r){return this._client.cancelTask({taskId:t},r)}requestStream(t,r,n){return this._client.requestStream(t,r,n)}}function nS(e,t,r){var n;if(!e)throw new Error(`${r} does not support task creation (required for ${t})`);switch(t){case"tools/call":if(!(!((n=e.tools)===null||n===void 0)&&n.call))throw new Error(`${r} does not support task creation for tools/call (required for ${t})`);break}}function oS(e,t,r){var n,o;if(!e)throw new Error(`${r} does not support task creation (required for ${t})`);switch(t){case"sampling/createMessage":if(!(!((n=e.sampling)===null||n===void 0)&&n.createMessage))throw new Error(`${r} does not support task creation for sampling/createMessage (required for ${t})`);break;case"elicitation/create":if(!(!((o=e.elicitation)===null||o===void 0)&&o.create))throw new Error(`${r} does not support task creation for elicitation/create (required for ${t})`);break}}function Bs(e,t){if(!(!e||t===null||typeof t!="object")){if(e.type==="object"&&e.properties&&typeof e.properties=="object"){const r=t,n=e.properties;for(const o of Object.keys(n)){const s=n[o];r[o]===void 0&&Object.prototype.hasOwnProperty.call(s,"default")&&(r[o]=s.default),r[o]!==void 0&&Bs(s,r[o])}}if(Array.isArray(e.anyOf))for(const r of e.anyOf)Bs(r,t);if(Array.isArray(e.oneOf))for(const r of e.oneOf)Bs(r,t)}}function sS(e){if(!e)return{supportsFormMode:!1,supportsUrlMode:!1};const t=e.form!==void 0,r=e.url!==void 0;return{supportsFormMode:t||!t&&!r,supportsUrlMode:r}}class Js extends ek{constructor(t,r){var n,o;super(r),this._clientInfo=t,this._cachedToolOutputValidators=new Map,this._cachedKnownTaskTools=new Set,this._cachedRequiredTaskTools=new Set,this._capabilities=(n=r?.capabilities)!==null&&n!==void 0?n:{},this._jsonSchemaValidator=(o=r?.jsonSchemaValidator)!==null&&o!==void 0?o:new tS}get experimental(){return this._experimental||(this._experimental={tasks:new rS(this)}),this._experimental}registerCapabilities(t){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=tk(this._capabilities,t)}setRequestHandler(t,r){var n,o,s;const a=Xf(t),i=a?.method;if(!i)throw new Error("Schema is missing a method literal");let l;if(es(i)){const u=i,g=(n=u._zod)===null||n===void 0?void 0:n.def;l=(o=g?.value)!==null&&o!==void 0?o:u.value}else{const u=i,g=u._def;l=(s=g?.value)!==null&&s!==void 0?s:u.value}if(typeof l!="string")throw new Error("Schema method literal must be a string");const c=l;if(c==="elicitation/create"){const u=async(g,h)=>{var d,p,w;const m=fr(Ei,g);if(!m.success){const x=m.error instanceof Error?m.error.message:String(m.error);throw new de(ge.InvalidParams,`Invalid elicitation request: ${x}`)}const{params:y}=m.data,_=(d=y.mode)!==null&&d!==void 0?d:"form",{supportsFormMode:f,supportsUrlMode:b}=sS(this._capabilities.elicitation);if(_==="form"&&!f)throw new de(ge.InvalidParams,"Client does not support form-mode elicitation requests");if(_==="url"&&!b)throw new de(ge.InvalidParams,"Client does not support URL-mode elicitation requests");const k=await Promise.resolve(r(g,h));if(y.task){const x=fr(Bn,k);if(!x.success){const M=x.error instanceof Error?x.error.message:String(x.error);throw new de(ge.InvalidParams,`Invalid task creation result: ${M}`)}return x.data}const S=fr(Ii,k);if(!S.success){const x=S.error instanceof Error?S.error.message:String(S.error);throw new de(ge.InvalidParams,`Invalid elicitation result: ${x}`)}const C=S.data,I=_==="form"?y.requestedSchema:void 0;if(_==="form"&&C.action==="accept"&&C.content&&I&&!((w=(p=this._capabilities.elicitation)===null||p===void 0?void 0:p.form)===null||w===void 0)&&w.applyDefaults)try{Bs(I,C.content)}catch{}return C};return super.setRequestHandler(t,u)}if(c==="sampling/createMessage"){const u=async(g,h)=>{const d=fr(Ti,g);if(!d.success){const y=d.error instanceof Error?d.error.message:String(d.error);throw new de(ge.InvalidParams,`Invalid sampling request: ${y}`)}const{params:p}=d.data,w=await Promise.resolve(r(g,h));if(p.task){const y=fr(Bn,w);if(!y.success){const _=y.error instanceof Error?y.error.message:String(y.error);throw new de(ge.InvalidParams,`Invalid task creation result: ${_}`)}return y.data}const m=fr($i,w);if(!m.success){const y=m.error instanceof Error?m.error.message:String(m.error);throw new de(ge.InvalidParams,`Invalid sampling result: ${y}`)}return m.data};return super.setRequestHandler(t,u)}return super.setRequestHandler(t,r)}assertCapability(t,r){var n;if(!(!((n=this._serverCapabilities)===null||n===void 0)&&n[t]))throw new Error(`Server does not support ${t} (required for ${r})`)}async connect(t,r){if(await super.connect(t),t.sessionId===void 0)try{const n=await this.request({method:"initialize",params:{protocolVersion:zo,capabilities:this._capabilities,clientInfo:this._clientInfo}},H0,r);if(n===void 0)throw new Error(`Server sent invalid initialize result: ${n}`);if(!a4.includes(n.protocolVersion))throw new Error(`Server's protocol version is not supported: ${n.protocolVersion}`);this._serverCapabilities=n.capabilities,this._serverVersion=n.serverInfo,t.setProtocolVersion&&t.setProtocolVersion(n.protocolVersion),this._instructions=n.instructions,await this.notification({method:"notifications/initialized"})}catch(n){throw this.close(),n}}getServerCapabilities(){return this._serverCapabilities}getServerVersion(){return this._serverVersion}getInstructions(){return this._instructions}assertCapabilityForMethod(t){var r,n,o,s,a;switch(t){case"logging/setLevel":if(!(!((r=this._serverCapabilities)===null||r===void 0)&&r.logging))throw new Error(`Server does not support logging (required for ${t})`);break;case"prompts/get":case"prompts/list":if(!(!((n=this._serverCapabilities)===null||n===void 0)&&n.prompts))throw new Error(`Server does not support prompts (required for ${t})`);break;case"resources/list":case"resources/templates/list":case"resources/read":case"resources/subscribe":case"resources/unsubscribe":if(!(!((o=this._serverCapabilities)===null||o===void 0)&&o.resources))throw new Error(`Server does not support resources (required for ${t})`);if(t==="resources/subscribe"&&!this._serverCapabilities.resources.subscribe)throw new Error(`Server does not support resource subscriptions (required for ${t})`);break;case"tools/call":case"tools/list":if(!(!((s=this._serverCapabilities)===null||s===void 0)&&s.tools))throw new Error(`Server does not support tools (required for ${t})`);break;case"completion/complete":if(!(!((a=this._serverCapabilities)===null||a===void 0)&&a.completions))throw new Error(`Server does not support completions (required for ${t})`);break}}assertNotificationCapability(t){var r;switch(t){case"notifications/roots/list_changed":if(!(!((r=this._capabilities.roots)===null||r===void 0)&&r.listChanged))throw new Error(`Client does not support roots list changed notifications (required for ${t})`);break}}assertRequestHandlerCapability(t){if(this._capabilities)switch(t){case"sampling/createMessage":if(!this._capabilities.sampling)throw new Error(`Client does not support sampling capability (required for ${t})`);break;case"elicitation/create":if(!this._capabilities.elicitation)throw new Error(`Client does not support elicitation capability (required for ${t})`);break;case"roots/list":if(!this._capabilities.roots)throw new Error(`Client does not support roots capability (required for ${t})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Client does not support tasks capability (required for ${t})`);break}}assertTaskCapability(t){var r,n;nS((n=(r=this._serverCapabilities)===null||r===void 0?void 0:r.tasks)===null||n===void 0?void 0:n.requests,t,"Server")}assertTaskHandlerCapability(t){var r;this._capabilities&&oS((r=this._capabilities.tasks)===null||r===void 0?void 0:r.requests,t,"Client")}async ping(t){return this.request({method:"ping"},Mr,t)}async complete(t,r){return this.request({method:"completion/complete",params:t},df,r)}async setLoggingLevel(t,r){return this.request({method:"logging/setLevel",params:{level:t}},Mr,r)}async getPrompt(t,r){return this.request({method:"prompts/get",params:t},nf,r)}async listPrompts(t,r){return this.request({method:"prompts/list",params:t},rf,r)}async listResources(t,r){return this.request({method:"resources/list",params:t},Y0,r)}async listResourceTemplates(t,r){return this.request({method:"resources/templates/list",params:t},Q0,r)}async readResource(t,r){return this.request({method:"resources/read",params:t},X0,r)}async subscribeResource(t,r){return this.request({method:"resources/subscribe",params:t},Mr,r)}async unsubscribeResource(t,r){return this.request({method:"resources/unsubscribe",params:t},Mr,r)}async callTool(t,r=Jn,n){if(this.isToolTaskRequired(t.name))throw new de(ge.InvalidRequest,`Tool "${t.name}" requires task-based execution. Use client.experimental.tasks.callToolStream() instead.`);const o=await this.request({method:"tools/call",params:t},r,n),s=this.getToolOutputValidator(t.name);if(s){if(!o.structuredContent&&!o.isError)throw new de(ge.InvalidRequest,`Tool ${t.name} has an output schema but did not return structured content`);if(o.structuredContent)try{const a=s(o.structuredContent);if(!a.valid)throw new de(ge.InvalidParams,`Structured content does not match the tool's output schema: ${a.errorMessage}`)}catch(a){throw a instanceof de?a:new de(ge.InvalidParams,`Failed to validate structured content: ${a instanceof Error?a.message:String(a)}`)}}return o}isToolTask(t){var r,n,o,s;return!((s=(o=(n=(r=this._serverCapabilities)===null||r===void 0?void 0:r.tasks)===null||n===void 0?void 0:n.requests)===null||o===void 0?void 0:o.tools)===null||s===void 0)&&s.call?this._cachedKnownTaskTools.has(t):!1}isToolTaskRequired(t){return this._cachedRequiredTaskTools.has(t)}cacheToolMetadata(t){var r;this._cachedToolOutputValidators.clear(),this._cachedKnownTaskTools.clear(),this._cachedRequiredTaskTools.clear();for(const n of t){if(n.outputSchema){const s=this._jsonSchemaValidator.getValidator(n.outputSchema);this._cachedToolOutputValidators.set(n.name,s)}const o=(r=n.execution)===null||r===void 0?void 0:r.taskSupport;(o==="required"||o==="optional")&&this._cachedKnownTaskTools.add(n.name),o==="required"&&this._cachedRequiredTaskTools.add(n.name)}}getToolOutputValidator(t){return this._cachedToolOutputValidators.get(t)}async listTools(t,r){const n=await this.request({method:"tools/list",params:t},af,r);return this.cacheToolMetadata(n.tools),n}async sendRootsListChanged(){return this.notification({method:"notifications/roots/list_changed"})}}class Em extends Event{constructor(t,r){var n,o;super(t),this.code=(n=r?.code)!=null?n:void 0,this.message=(o=r?.message)!=null?o:void 0}[Symbol.for("nodejs.util.inspect.custom")](t,r,n){return n(Im(this),r)}[Symbol.for("Deno.customInspect")](t,r){return t(Im(this),r)}}function aS(e){const t=globalThis.DOMException;return typeof t=="function"?new t(e,"SyntaxError"):new SyntaxError(e)}function vl(e){return e instanceof Error?"errors"in e&&Array.isArray(e.errors)?e.errors.map(vl).join(", "):"cause"in e&&e.cause instanceof Error?`${e}: ${vl(e.cause)}`:e.message:`${e}`}function Im(e){return{type:e.type,message:e.message,code:e.code,defaultPrevented:e.defaultPrevented,cancelable:e.cancelable,timeStamp:e.timeStamp}}var xm=e=>{throw TypeError(e)},_l=(e,t,r)=>t.has(e)||xm("Cannot "+r),ke=(e,t,r)=>(_l(e,t,"read from private field"),r?r.call(e):t.get(e)),Fe=(e,t,r)=>t.has(e)?xm("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),je=(e,t,r,n)=>(_l(e,t,"write to private field"),t.set(e,r),r),er=(e,t,r)=>(_l(e,t,"access private method"),r),ut,Ur,un,Gs,Ws,Xn,dn,eo,gr,pn,fn,hn,to,Mt,yl,wl,bl,Rm,kl,Sl,ro,Cl,Tl;class Ks extends EventTarget{constructor(t,r){var n,o;super(),Fe(this,Mt),this.CONNECTING=0,this.OPEN=1,this.CLOSED=2,Fe(this,ut),Fe(this,Ur),Fe(this,un),Fe(this,Gs),Fe(this,Ws),Fe(this,Xn),Fe(this,dn),Fe(this,eo,null),Fe(this,gr),Fe(this,pn),Fe(this,fn,null),Fe(this,hn,null),Fe(this,to,null),Fe(this,wl,async s=>{var a;ke(this,pn).reset();const{body:i,redirected:l,status:c,headers:u}=s;if(c===204){er(this,Mt,ro).call(this,"Server sent HTTP 204, not reconnecting",204),this.close();return}if(l?je(this,un,new URL(s.url)):je(this,un,void 0),c!==200){er(this,Mt,ro).call(this,`Non-200 status code (${c})`,c);return}if(!(u.get("content-type")||"").startsWith("text/event-stream")){er(this,Mt,ro).call(this,'Invalid content type, expected "text/event-stream"',c);return}if(ke(this,ut)===this.CLOSED)return;je(this,ut,this.OPEN);const g=new Event("open");if((a=ke(this,to))==null||a.call(this,g),this.dispatchEvent(g),typeof i!="object"||!i||!("getReader"in i)){er(this,Mt,ro).call(this,"Invalid response body, expected a web ReadableStream",c),this.close();return}const h=new TextDecoder,d=i.getReader();let p=!0;do{const{done:w,value:m}=await d.read();m&&ke(this,pn).feed(h.decode(m,{stream:!w})),w&&(p=!1,ke(this,pn).reset(),er(this,Mt,Cl).call(this))}while(p)}),Fe(this,bl,s=>{je(this,gr,void 0),!(s.name==="AbortError"||s.type==="aborted")&&er(this,Mt,Cl).call(this,vl(s))}),Fe(this,kl,s=>{typeof s.id=="string"&&je(this,eo,s.id);const a=new MessageEvent(s.event||"message",{data:s.data,origin:ke(this,un)?ke(this,un).origin:ke(this,Ur).origin,lastEventId:s.id||""});ke(this,hn)&&(!s.event||s.event==="message")&&ke(this,hn).call(this,a),this.dispatchEvent(a)}),Fe(this,Sl,s=>{je(this,Xn,s)}),Fe(this,Tl,()=>{je(this,dn,void 0),ke(this,ut)===this.CONNECTING&&er(this,Mt,yl).call(this)});try{if(t instanceof URL)je(this,Ur,t);else if(typeof t=="string")je(this,Ur,new URL(t,iS()));else throw new Error("Invalid URL")}catch{throw aS("An invalid or illegal string was specified")}je(this,pn,Fc({onEvent:ke(this,kl),onRetry:ke(this,Sl)})),je(this,ut,this.CONNECTING),je(this,Xn,3e3),je(this,Ws,(n=r?.fetch)!=null?n:globalThis.fetch),je(this,Gs,(o=r?.withCredentials)!=null?o:!1),er(this,Mt,yl).call(this)}get readyState(){return ke(this,ut)}get url(){return ke(this,Ur).href}get withCredentials(){return ke(this,Gs)}get onerror(){return ke(this,fn)}set onerror(t){je(this,fn,t)}get onmessage(){return ke(this,hn)}set onmessage(t){je(this,hn,t)}get onopen(){return ke(this,to)}set onopen(t){je(this,to,t)}addEventListener(t,r,n){const o=r;super.addEventListener(t,o,n)}removeEventListener(t,r,n){const o=r;super.removeEventListener(t,o,n)}close(){ke(this,dn)&&clearTimeout(ke(this,dn)),ke(this,ut)!==this.CLOSED&&(ke(this,gr)&&ke(this,gr).abort(),je(this,ut,this.CLOSED),je(this,gr,void 0))}}ut=new WeakMap,Ur=new WeakMap,un=new WeakMap,Gs=new WeakMap,Ws=new WeakMap,Xn=new WeakMap,dn=new WeakMap,eo=new WeakMap,gr=new WeakMap,pn=new WeakMap,fn=new WeakMap,hn=new WeakMap,to=new WeakMap,Mt=new WeakSet,yl=function(){je(this,ut,this.CONNECTING),je(this,gr,new AbortController),ke(this,Ws)(ke(this,Ur),er(this,Mt,Rm).call(this)).then(ke(this,wl)).catch(ke(this,bl))},wl=new WeakMap,bl=new WeakMap,Rm=function(){var e;const t={mode:"cors",redirect:"follow",headers:{Accept:"text/event-stream",...ke(this,eo)?{"Last-Event-ID":ke(this,eo)}:void 0},cache:"no-store",signal:(e=ke(this,gr))==null?void 0:e.signal};return"window"in globalThis&&(t.credentials=this.withCredentials?"include":"same-origin"),t},kl=new WeakMap,Sl=new WeakMap,ro=function(e,t){var r;ke(this,ut)!==this.CLOSED&&je(this,ut,this.CLOSED);const n=new Em("error",{code:t,message:e});(r=ke(this,fn))==null||r.call(this,n),this.dispatchEvent(n)},Cl=function(e,t){var r;if(ke(this,ut)===this.CLOSED)return;je(this,ut,this.CONNECTING);const n=new Em("error",{code:t,message:e});(r=ke(this,fn))==null||r.call(this,n),this.dispatchEvent(n),je(this,dn,setTimeout(ke(this,Tl),ke(this,Xn)))},Tl=new WeakMap,Ks.CONNECTING=0,Ks.OPEN=1,Ks.CLOSED=2;function iS(){const e="document"in globalThis?globalThis.document:void 0;return e&&typeof e=="object"&&"baseURI"in e&&typeof e.baseURI=="string"?e.baseURI:void 0}class lS extends Error{constructor(t,r,n){super(`SSE error: ${r}`),this.code=t,this.event=n}}class $l{constructor(t,r){this._url=t,this._resourceMetadataUrl=void 0,this._scope=void 0,this._eventSourceInit=r?.eventSourceInit,this._requestInit=r?.requestInit,this._authProvider=r?.authProvider,this._fetch=r?.fetch,this._fetchWithInit=L0(r?.fetch,r?.requestInit)}async _authThenStart(){var t;if(!this._authProvider)throw new kt("No auth provider");let r;try{r=await Nr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(n){throw(t=this.onerror)===null||t===void 0||t.call(this,n),n}if(r!=="AUTHORIZED")throw new kt;return await this._startOrAuth()}async _commonHeaders(){var t;const r={};if(this._authProvider){const o=await this._authProvider.tokens();o&&(r.Authorization=`Bearer ${o.access_token}`)}this._protocolVersion&&(r["mcp-protocol-version"]=this._protocolVersion);const n=Uo((t=this._requestInit)===null||t===void 0?void 0:t.headers);return new Headers({...r,...n})}_startOrAuth(){var t,r,n;const o=(n=(r=(t=this===null||this===void 0?void 0:this._eventSourceInit)===null||t===void 0?void 0:t.fetch)!==null&&r!==void 0?r:this._fetch)!==null&&n!==void 0?n:fetch;return new Promise((s,a)=>{this._eventSource=new Ks(this._url.href,{...this._eventSourceInit,fetch:async(i,l)=>{const c=await this._commonHeaders();c.set("Accept","text/event-stream");const u=await o(i,{...l,headers:c});if(u.status===401&&u.headers.has("www-authenticate")){const{resourceMetadataUrl:g,scope:h}=Wo(u);this._resourceMetadataUrl=g,this._scope=h}return u}}),this._abortController=new AbortController,this._eventSource.onerror=i=>{var l;if(i.code===401&&this._authProvider){this._authThenStart().then(s,a);return}const c=new lS(i.code,i.message,i);a(c),(l=this.onerror)===null||l===void 0||l.call(this,c)},this._eventSource.onopen=()=>{},this._eventSource.addEventListener("endpoint",i=>{var l;const c=i;try{if(this._endpoint=new URL(c.data,this._url),this._endpoint.origin!==this._url.origin)throw new Error(`Endpoint origin does not match connection origin: ${this._endpoint.origin}`)}catch(u){a(u),(l=this.onerror)===null||l===void 0||l.call(this,u),this.close();return}s()}),this._eventSource.onmessage=i=>{var l,c;const u=i;let g;try{g=Or.parse(JSON.parse(u.data))}catch(h){(l=this.onerror)===null||l===void 0||l.call(this,h);return}(c=this.onmessage)===null||c===void 0||c.call(this,g)}})}async start(){if(this._eventSource)throw new Error("SSEClientTransport already started! If using Client class, note that connect() calls start() automatically.");return await this._startOrAuth()}async finishAuth(t){if(!this._authProvider)throw new kt("No auth provider");if(await Nr(this._authProvider,{serverUrl:this._url,authorizationCode:t,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new kt("Failed to authorize")}async close(){var t,r,n;(t=this._abortController)===null||t===void 0||t.abort(),(r=this._eventSource)===null||r===void 0||r.close(),(n=this.onclose)===null||n===void 0||n.call(this)}async send(t){var r,n,o,s;if(!this._endpoint)throw new Error("Not connected");try{const a=await this._commonHeaders();a.set("content-type","application/json");const i={...this._requestInit,method:"POST",headers:a,body:JSON.stringify(t),signal:(r=this._abortController)===null||r===void 0?void 0:r.signal},l=await((n=this._fetch)!==null&&n!==void 0?n:fetch)(this._endpoint,i);if(!l.ok){const c=await l.text().catch(()=>null);if(l.status===401&&this._authProvider){const{resourceMetadataUrl:u,scope:g}=Wo(l);if(this._resourceMetadataUrl=u,this._scope=g,await Nr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new kt;return this.send(t)}throw new Error(`Error POSTing to endpoint (HTTP ${l.status}): ${c}`)}await((o=l.body)===null||o===void 0?void 0:o.cancel())}catch(a){throw(s=this.onerror)===null||s===void 0||s.call(this,a),a}}setProtocolVersion(t){this._protocolVersion=t}}const cS="mcp";class Pm{constructor(t){this._url=t}start(){if(this._socket)throw new Error("WebSocketClientTransport already started! If using Client class, note that connect() calls start() automatically.");return new Promise((t,r)=>{this._socket=new WebSocket(this._url,cS),this._socket.onerror=n=>{var o;const s="error"in n?n.error:new Error(`WebSocket error: ${JSON.stringify(n)}`);r(s),(o=this.onerror)===null||o===void 0||o.call(this,s)},this._socket.onopen=()=>{t()},this._socket.onclose=()=>{var n;(n=this.onclose)===null||n===void 0||n.call(this)},this._socket.onmessage=n=>{var o,s;let a;try{a=Or.parse(JSON.parse(n.data))}catch(i){(o=this.onerror)===null||o===void 0||o.call(this,i);return}(s=this.onmessage)===null||s===void 0||s.call(this,a)}})}async close(){var t;(t=this._socket)===null||t===void 0||t.close()}send(t){return new Promise((r,n)=>{var o;if(!this._socket){n(new Error("Not connected"));return}(o=this._socket)===null||o===void 0||o.send(JSON.stringify(t)),r()})}}function Ys(){const e=["224340fQYLJj","function","onmessage","port2","341XVdnBD","313767JEBgqL","950bpstaX","1354759gUhUbE","wRKyh","onclose","2044SvCTUj","endpoint","24msSkHx","164VuWYGY","mOWMr","EkZCC","addEventListener","postMessage","120705iyGzUz","8878392ivIdKn","close","_listen","3619482FaLQHc","start","_endpoint","kgkem","bzNYT","MessageChannel transport error: ","stringify","onmessageerror","HvyCv","undefined","Jwyua","message","_globalObject","parse","authInfo","thraG","220pGvxgp","_port","EGhzU","onerror","data","MhriV"];return Ys=function(){return e},Ys()}(function(e,t){const r=Xe,n=Xe,o=e();for(;;)try{if(parseInt(r(417))/1*(parseInt(r(421))/2)+parseInt(r(433))/3+parseInt(r(424))/4*(-parseInt(n(429))/5)+parseInt(n(423))/6*(-parseInt(n(418))/7)+-parseInt(n(430))/8+-parseInt(r(416))/9*(-parseInt(r(405))/10)+-parseInt(r(415))/11*(-parseInt(r(411))/12)===t)break;o.push(o.shift())}catch{o.push(o.shift())}})(Ys,650197);const uS=()=>{const e=Xe,t={EGhzU:function(r,n){return r!==n},kIrDB:"undefined",llYQe:function(r,n){return r!==n},PZfJg:function(r,n){return r(n)},Jwyua:"return this"};return typeof globalThis<"u"?globalThis:t[e(407)](typeof window,t.kIrDB)?window:t.llYQe(typeof global,t.kIrDB)?global:typeof self!==e(398)?self:t.PZfJg(Function,t[e(399)])()},dS=(e,t,r)=>{const n=Xe,o=Xe,s={};s[n(410)]=o(398),s.dBkaX=function(i,l){return i===l},s[o(393)]="function";const a=s;typeof window!==a[o(410)]?e.postMessage(t,"*",r):o(428)in e&&a.dBkaX(typeof e.postMessage,a[n(393)])&&e.postMessage(t,r)};class Om{constructor(t){const r=Xe;this[r(406)]=t}async start(){const t=Xe,r=Xe;this[t(406)]&&(this[t(406)][t(413)]=n=>{var o,s;const a=t,i=r;try{const l=Or[a(402)](n.data[a(400)]);(o=this[a(413)])==null||o.call(this,l,n[i(409)].extra)}catch(l){const c=new Error("MessageChannel failed to parse message: "+l);(s=this[i(408)])==null||s.call(this,c)}},this._port[t(396)]=n=>{var o;const s=r,a=r,i=new Error(s(394)+JSON[a(395)](n));(o=this.onerror)==null||o.call(this,i)},this[t(406)][t(434)]())}async send(t,r){const n={lEyuq:function(o){return o()},YihNw:function(o,s){return o(s)}};return new Promise((o,s)=>{var a;const i=Xe,l=Xe;try{const c={};c[i(403)]=r?.[i(403)];const u={};u[l(400)]=t,u.extra=c,this[l(406)]&&this[i(406)].postMessage(u),n.lEyuq(o)}catch(c){const u=c instanceof Error?c:new Error(n.YihNw(String,c));(a=this[l(408)])==null||a.call(this,u),s(u)}})}async close(){var t,r;const n=Xe,o=Xe;(t=this._port)==null||t[n(431)](),this._port=void 0,(r=this[o(420)])==null||r.call(this)}}class pS extends Om{constructor(t,r=uS()){const n=Xe,o=Xe,s={EkZCC:function(i,l,c,u){return i(l,c,u)}};super(),this[n(391)]=t,this[o(401)]=r;const a=new MessageChannel;this[o(406)]=a.port1,s[o(426)](dS,this[n(401)],{endpoint:this[o(391)]},[a[o(414)]])}}function Xe(e,t){const r=Ys();return Xe=function(n,o){return n=n-(17*-491+-669+9407),r[n]},Xe(e,t)}(function(e,t){const r=Me,n=Me,o=e();for(;;)try{if(parseInt(r(355))/1+-parseInt(r(356))/2*(-parseInt(r(373))/3)+-parseInt(r(337))/4+parseInt(n(357))/5+-parseInt(n(389))/6*(-parseInt(r(396))/7)+parseInt(n(325))/8*(parseInt(r(382))/9)+-parseInt(r(366))/10===t)break;o.push(o.shift())}catch{o.push(o.shift())}})(Qs,-763475+-52067*10+1724410);const fS=async(e,t,r)=>{var n;const o=Me,s=Me,a={};a[o(345)]="tools/list",a.rqstG="tools/call",a.WqUnk="resources/list",a[o(329)]=s(358),a[o(365)]=o(335),a.ookoz="resources/unsubscribe",a[o(385)]=o(340),a.VTIWq="prompts/list",a.SkoRK=o(376),a.QUtUV=o(388),a.XtowM=s(332);const i=a,{id:l,method:c,params:u}=r;let g={};switch(c){case i[s(345)]:g=await t.listTools(u);break;case i.rqstG:g=await t.callTool(u);break;case i[o(334)]:g=await t[o(350)](u);break;case i[s(329)]:g=await t.listResourceTemplates(u);break;case o(372):g=await t[o(383)](u);break;case i.HgYgW:g=await t.subscribeResource(u);break;case i.ookoz:g=await t.unsubscribeResource(u);break;case i[o(385)]:g=await t.getPrompt(u);break;case i.VTIWq:g=await t.listPrompts(u);break;case i[o(344)]:g=await t[o(376)]();break;case i.QUtUV:g=await t.complete(u);break;case o(390):g=await t[o(336)](u?.level);break}const h={};h[o(361)]=g,h[o(394)]=i[o(364)],h.id=l,await((n=e?.transport)==null?void 0:n[o(392)](h))},hS=async(e,t,r)=>{var n;const o=Me,s=Me,a={};a.jQBBS="sampling/createMessage",a.EZqgC="elicitation/create",a[o(370)]=s(376),a.aVeaL=s(332);const i=a,{id:l,method:c,params:u}=r;let g={};switch(c){case o(368):const d={};d.method=c,d[s(367)]=u,g=await t.request(d,ff);break;case i[s(391)]:const p={};p.method=c,p[s(367)]=u,g=await t[s(381)](p,$i);break;case i.EZqgC:const w={};w.method=c,w.params=u,g=await t.request(w,Ii);break;case i[s(370)]:const m={};m.method=c,g=await t[s(381)](m,Mr);break}const h={};return h[s(361)]=g,h.jsonrpc=i[s(387)],h.id=l,await((n=e?.[o(371)])==null?void 0:n.send(h)),g},mS=(e,t)=>{const r=Me,n={gXsjT:function(s,a){return s===a},oegpC:r(351),lZOUC:function(s,a,i,l){return s(a,i,l)},ifIKG:"2.0"},o=e._onrequest;e._onrequest=async(s,a)=>{var i,l,c,u,g;const h=r,d=r,{id:p,method:w}=s;try{n[h(333)](w,n.oegpC)?await o[h(386)](e,s,a):await n.lZOUC(fS,e,t,s)}catch(m){const{code:y,message:_,data:f}=m;try{if(y){const b={};b.code=y,b.message=_,b.data=f;const k={};k.error=b,k[h(394)]=n[d(331)],k.id=p,await((i=e?.transport)==null?void 0:i.send(k))}else(c=(l=e?.[d(371)])==null?void 0:l.onerror)==null||c.call(l,m)}catch(b){(g=(u=e?.[h(371)])==null?void 0:u.onerror)==null||g.call(u,b)}}}},gS=(e,t)=>{const r=Me,n=Me,o={};o[r(363)]=function(a,i){return a!==i},o[r(398)]=r(353),o.hzhyg="notifications/cancelled";const s=o;e._onnotification=async a=>{var i,l;const c=r,u=n,{method:g,params:h}=a;if(s[c(363)](g,s[u(398)])&&(s[c(363)](g,s.hzhyg)||h?.forward))try{await t.notification(a)}catch(d){(l=(i=e?.transport)==null?void 0:i.onerror)==null||l.call(i,d)}}},vS=(e,t)=>async r=>{var n,o,s,a,i;const l=Me,c=Me,u={};u.SEmWX=l(332);const g=u;try{return await hS(e,t,r)}catch(h){const{code:d,message:p,data:w}=h;try{if(d){const m={};m[c(377)]=d,m.message=p,m.data=w;const y={};y[c(348)]=m,y.jsonrpc=g[l(338)],y.id=r.id,await((n=e?.transport)==null?void 0:n[c(392)](y))}else(s=(o=e?.transport)==null?void 0:o[c(339)])==null||s.call(o,h)}catch(m){(i=(a=e?.[l(371)])==null?void 0:a[c(339)])==null||i.call(a,m)}}},_S=(e,t)=>async r=>{var n,o,s;const a=Me,i=Me,l={};l.dtUgZ=function(h,d){return h!==d},l.jgCIb=a(353),l.uUjKY="2.0";const c=l,{method:u,params:g}=r;if(c.dtUgZ(u,c.jgCIb)&&(u!==a(400)||g?.forward))try{const h={...r};h[a(394)]=c[i(352)],await((n=t?.[a(371)])==null?void 0:n[a(392)](h))}catch(h){(s=(o=e?.[a(371)])==null?void 0:o[i(339)])==null||s.call(o,h)}};function Me(e,t){const r=Qs();return Me=function(n,o){return n=n-(-1017+-1439*-1+-97),r[n]},Me(e,t)}const yS=(e,t)=>async r=>{var n,o,s,a,i,l;const c=Me,u=Me,g={};g[c(401)]=u(332);const h=g;try{await((n=t?.transport)==null?void 0:n.send(r))}catch(d){const{code:p,message:w,data:m}=d;try{if(p){const y={};y.code=p,y[c(399)]=w,y.data=m;const _={};_[c(348)]=y,_[c(394)]=h.OhJjz,_.id=r.id,await((o=e?.[c(371)])==null?void 0:o.send(_))}else(a=(s=e?.transport)==null?void 0:s[u(339)])==null||a.call(s,d)}catch(y){(l=(i=e?.transport)==null?void 0:i.onerror)==null||l.call(i,y)}}},El=()=>{const e=Me,t=Me,r={vnkqu:function(c,u){return c!==u},wxDWr:function(c,u){return c(u)},GdkkV:function(c,u){return c===u}},n=[],o=(c,u)=>{const g=Me,h=Me;if(u){const d=[];for(const p of n)try{d.push(p(c,u))}catch{}for(const p of d)if(r[g(379)](p,null))return p}else for(const d of n)try{r[h(343)](d,c)}catch{}},s=c=>{const u=Me;r[u(384)](typeof c,u(369))&&!n.includes(c)&&n.push(c)},a=c=>{const u=n.indexOf(c);u!==-1&&n.splice(u,1*-6854+-264+7119)},i=()=>{const c=Me;n[c(374)]=7102*1+5522+-526*24},l={};return l[e(346)]=o,l[t(330)]=s,l.removeListener=a,l[e(359)]=i,l},wS=e=>{const t=Me,r=Me,n={xwPeb:function(o){return o()},Mfvzm:function(o){return o()}};{const{handleListener:o,addListener:s,removeListener:a,clearListener:i}=n[t(326)](El);e._onresponse=o,e[t(395)]=s,e.removeResponseListener=a,e.clearResponseListener=i}{const{handleListener:o,addListener:s,removeListener:a,clearListener:i}=n[r(326)](El);e[r(328)]=o,e.addRequestListener=s,e[r(354)]=a,e[r(341)]=i}{const{handleListener:o,addListener:s,removeListener:a,clearListener:i}=n[t(375)](El);e[t(342)]=o,e[t(327)]=s,e.removeNotificationListener=a,e.clearNotificationListener=i}};function Qs(){const e=["uUjKY","notifications/initialized","removeRequestListener","96194JysfjF","36346SGEWAV","1357830AJaOeY","resources/templates/list","clearListener","iQqcJ","result","tqDZP","sSeCz","XtowM","HgYgW","3913230mjiatC","params","roots/list","function","bfmJT","transport","resources/read","27FNuDmk","length","Mfvzm","ping","code","_onresponse","vnkqu","cjSoZ","request","9gIMIPC","readResource","GdkkV","ptMjy","call","aVeaL","completion/complete","5035122lFbpzR","logging/setLevel","jQBBS","send","_requestHandlers","jsonrpc","addResponseListener","7SpcenI","ElOQH","MDIkN","message","notifications/cancelled","OhJjz","clear","672216JzFEyR","xwPeb","addNotificationListener","fallbackRequestHandler","sYzPD","addListener","ifIKG","2.0","gXsjT","WqUnk","resources/subscribe","setLoggingLevel","2491772kFUWFh","SEmWX","onerror","prompts/get","clearRequestListener","fallbackNotificationHandler","wxDWr","SkoRK","uTeHc","handleListener","Zybtx","error","originalOnResponse","listResources","initialize"];return Qs=function(){return e},Qs()}const bS=(e,{beforeInit:t,afterInit:r}={})=>{const n=Me,o=Me,s={tqDZP:function(i,l){return i===l},cjSoZ:"function",iQqcJ:n(378),Zybtx:function(i,l){return i(l)},ElOQH:function(i){return i()}},a=new Map(e._notificationHandlers);e[n(393)][n(402)](),e._notificationHandlers[n(402)](),s.tqDZP(typeof t,s[n(380)])&&t(),s[n(362)](e._onresponse.name,s[n(360)])&&(e[o(349)]=e._onresponse),s[n(347)](wS,e),e.addResponseListener(i=>{const l=o;e.originalOnResponse[l(386)](e,i)}),s.tqDZP(typeof r,s[o(380)])&&s[n(397)](r),e[o(327)](i=>{const{method:l}=i,c=a.get(l);s.tqDZP(typeof c,s.cjSoZ)&&c(i)})},kS=Ft,SS=Ft;(function(e,t){const r=Ft,n=Ft,o=e();for(;;)try{if(-parseInt(r(393))/1+parseInt(r(397))/2*(-parseInt(r(400))/3)+-parseInt(n(398))/4+parseInt(r(390))/5*(parseInt(n(388))/6)+-parseInt(r(389))/7+-parseInt(r(402))/8*(-parseInt(n(395))/9)+parseInt(n(399))/10*(parseInt(n(385))/11)===t)break;o.push(o.shift())}catch{o.push(o.shift())}})(Xs,-1*-881393+2*180895+1*-644809);function Ft(e,t){const r=Xs();return Ft=function(n,o){return n=n-(-1861+-499*4+4241),r[n]},Ft(e,t)}function Xs(){const e=["toString","getRandomValues","2101mUsYMI","EQHzo","padStart","30UvDAkd","1609706yzlqYx","974735GrhZVO","randomUUID","REzPF","562771BvAnoG","dHTfU","2047455boiYXf","randomBytes","14664qHAdbF","3772144jLpQch","52310AkWksx","318MkjaVb","from","40WRwnSc"];return Xs=function(){return e},Xs()}const CS=()=>{const e=Ft,t=Ft,r={};r.REzPF=function(o,s){return o&s},r.suJHI=function(o,s){return o===s},r[e(386)]=function(o,s){return o&s},r[t(394)]="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";const n=r;return n.suJHI(typeof crypto,"object")&&crypto.randomUUID?crypto[t(391)]():n.dHTfU.replace(/[xy]/g,o=>{const s=e,a=e,i=n[s(392)](crypto[s(384)](new Uint8Array(8663+2*-4331))[741*2+-1385*-2+4252*-1],15);return(n.suJHI(o,"x")?i:n[a(386)](i,-4377+4*1095)|5079+461*-11).toString(9449+4*-461+-7589)})},TS=e=>{const t=Ft,r=Ft,n=new Uint8Array(e);return crypto.getRandomValues(n),Array[t(401)](n,o=>o[r(403)](-3*1739+-6509+2*5871)[t(387)](2,"0")).join("")},vr={};vr[kS(391)]=CS,vr[SS(396)]=TS;const yt=Vt;(function(e,t){const r=Vt,n=Vt,o=e();for(;;)try{if(parseInt(r(521))/1*(parseInt(n(499))/2)+parseInt(n(543))/3*(parseInt(n(514))/4)+parseInt(r(502))/5*(parseInt(n(539))/6)+parseInt(r(553))/7+parseInt(r(516))/8*(-parseInt(r(518))/9)+-parseInt(r(531))/10+-parseInt(r(545))/11*(parseInt(r(541))/12)===t)break;o.push(o.shift())}catch{o.push(o.shift())}})(ea,1472653*1+-2*-897917+-2275789);const $S=(e,t)=>{const r=Vt,n=Vt,o={FyYHt:function(l,c,u){return l(c,u)},Fxtoq:function(l,c,u){return l(c,u)}};mS(e,t),gS(e,t);const s=vS(t,e),a=o[r(510)](yS,t,e),i=o[n(549)](_S,t,e);t[n(537)](s),t[r(519)](a),t.addNotificationListener(i),e[n(556)]=()=>{const l=n;t.removeRequestListener(s),t[l(530)](a),t[l(529)](i)}},Il=(e,t,r)=>{const n=Vt,o={pMiva:function(i,l){return i instanceof l},TeTEy:n(546),fyZbd:function(i,l,c){return i(l,c)}},s=()=>{var i;const l=n;o.pMiva(r,$l)&&((i=r._eventSource)==null||i.addEventListener(o[l(547)],()=>{var c;const u=l;(c=r[u(509)])==null||c[u(546)]()})),$S(e,t)},a={};a.afterInit=s,o.fyZbd(bS,t,a)},Mm=(e,t=vr.randomUUID())=>{const r=Vt,n=Vt,o={OfssH:function(u,g,h){return u(g,h)}},s={};s[r(528)]=t;const a=s,i={};i[r(528)]=t;const l={};l[n(558)]=i,l[r(534)]=r(524);const c={requestInit:l,eventSourceInit:{async fetch(u,g){const h=r,d=n,p=new Headers(g?.[h(558)]||{});Object.entries(a)[d(498)](([m,y])=>{p[d(527)](m,y)});const w={...g};return w[d(558)]=p,o.OfssH(fetch,u,w)},withCredentials:!0}};return e&&(c.requestInit[r(558)].Authorization=r(533)+e,a.Authorization="Bearer "+e),c},Nm=(e,t=vr[yt(517)]())=>{const r=yt,n=yt,o={};o.nwQhY="include";const s=o,a={};a["stream-session-id"]=t;const i={};i.headers=a,i.credentials=s[r(520)];const l={};l[r(544)]=i;const c=l;return e&&(c.requestInit.headers[n(552)]=n(533)+e),c},xl=async(e,t,r)=>{const n=yt,o=yt,s={CFfFC:function(i){return i()},egwVO:function(i,l,c,u){return i(l,c,u)}},a=s.CFfFC(r);try{return await e[n(538)](a),a}catch(i){if(i instanceof kt){const l=await t();return await a[o(505)](l),await s[n(525)](xl,e,t,r)}else throw i}};function Vt(e,t){const r=ea();return Vt=function(n,o){return n=n-498,r[n]},Vt(e,t)}const Am=(e,t)=>{const r=yt,n=yt,o={};o.RsKXs=function(a,i){return a in i},o.PBhps="waitForOAuthCode",o[r(535)]="function",o[r(507)]="waitForOAuthCode need to be provided when authProvider is provided";const s=o;if(s.RsKXs(s[n(551)],e))return e[n(523)];if(typeof t===s.yTKoP)return t;throw new Error(s.RZhOv)},ES=async e=>{const t=yt,r=yt,n={TFSRn:function(x,M,P){return x(M,P)},HwvVa:"mcp-sse-proxy-client",ufTHS:function(x){return x()},WIVYl:function(x,M,P,U){return x(M,P,U)},jniGY:"sessionId"},{client:o,url:s,token:a,sessionId:i,authProvider:l,requestInit:c,eventSourceInit:u,waitForOAuthCode:g}=e,h={};h.authProvider=l,h.requestInit=c,h.eventSourceInit=u;const d=h,p=i||vr.randomUUID(),w=n[t(506)](Mm,a,p);if(c){const x={...w.requestInit,...c};x.headers={...w[t(544)].headers,...c.headers},d.requestInit=x}else d[r(544)]=w.requestInit;if(u){const x={...w[t(559)],...u};d.eventSourceInit=x}else d.eventSourceInit=w.eventSourceInit;const m={};m.listChanged=!0;const y={};y.roots=m,y.sampling={},y[t(511)]={};const _=y,f={};f[r(536)]=n.HwvVa,f.version=t(526);const b={};b.capabilities=_;const k=new Js(f,b),S=()=>new $l(new URL(s),d);let C=n[r(504)](S);if(l){const x=n[t(506)](Am,l,g);C=await n[r(513)](xl,k,x,S)}else await k[t(538)](C);n[r(513)](Il,k,o,C),C[r(557)]=C[r(542)].searchParams[r(532)](n.jniGY);const I={};return I.transport=C,I.sessionId=C[t(557)],I};function ea(){const e=["ufTHS","finishAuth","TFSRn","RZhOv","Vajmx","_eventSource","FyYHt","elicitation","transport","WIVYl","13320uyrBtN","sampling","8WTwLJD","randomUUID","6438654bkJHij","addResponseListener","nwQhY","11721GVgRMJ","?sessionId=","waitForOAuthCode","include","egwVO","1.0.0","set","sse-session-id","removeNotificationListener","removeResponseListener","11838520fNkjrV","get","Bearer ","credentials","yTKoP","name","addRequestListener","connect","18VhCgQv","mcp-socket-proxy-client","2819364JNqkQZ","_endpoint","699JyrxCR","requestInit","44ofbsvb","close","TeTEy","QgzDy","Fxtoq","roots","PBhps","Authorization","11309130xGCFwl","&token=","version","onclose","sessionId","headers","eventSourceInit","forEach","62FcOkCa","mcp-stream-proxy-client","zXcpO","1794855cQEXDT","biJOc"];return ea=function(){return e},ea()}const IS=async e=>{const t=yt,r=yt,n={Vajmx:t(500),biJOc:function(x){return x()},zXcpO:function(x,M,P){return x(M,P)},zDnjZ:function(x,M,P,U){return x(M,P,U)},FQMAh:function(x,M,P,U){return x(M,P,U)}},{client:o,url:s,token:a,sessionId:i,authProvider:l,requestInit:c,reconnectionOptions:u,waitForOAuthCode:g}=e,h={};h.authProvider=l,h.requestInit=c,h.reconnectionOptions=u;const d=h,p=i||vr.randomUUID(),w=Nm(a,p);if(c){const x={...w.requestInit,...c};x.headers={...w.requestInit.headers,...c.headers},d[t(544)]=x}else d.requestInit=w.requestInit;const m={};m.listChanged=!0;const y={};y[r(550)]=m,y.sampling={},y.elicitation={};const _=y,f={};f[t(536)]=n[r(508)],f[t(555)]="1.0.0";const b={};b.capabilities=_;const k=new Js(f,b),S=()=>new Ko(new URL(s),d);let C=n[t(503)](S);if(l){const x=n[t(501)](Am,l,g);C=await n.zDnjZ(xl,k,x,S)}else await k.connect(C);n.FQMAh(Il,k,o,C);const I={};return I.transport=C,I[r(557)]=C.sessionId,I},xS=async e=>{const t=yt,r=yt,n={QgzDy:t(540),jkaVB:function(y,_,f,b){return y(_,f,b)}},{client:o,url:s,token:a,sessionId:i}=e,l={};l.listChanged=!0;const c={};c[t(550)]=l,c[t(515)]={},c[r(511)]={};const u=c,g={};g.name=n[r(548)],g[r(555)]=r(526);const h={};h.capabilities=u;const d=new Js(g,h),p=i||vr[r(517)](),w=new Pm(new URL(s+t(522)+p+r(554)+a));await d.connect(w),n.jkaVB(Il,d,o,w);const m={};return m[t(512)]=w,m[r(557)]=p,m},no=dt,ta=dt;function dt(e,t){const r=ra();return dt=function(n,o){return n=n-(-16761+51*337),r[n]},dt(e,t)}(function(e,t){const r=dt,n=dt,o=e();for(;;)try{if(-parseInt(r(440))/1+-parseInt(r(458))/2*(parseInt(r(448))/3)+-parseInt(r(451))/4*(parseInt(n(449))/5)+-parseInt(n(455))/6+-parseInt(r(427))/7+-parseInt(n(438))/8*(parseInt(n(459))/9)+parseInt(r(430))/10*(parseInt(n(436))/11)===t)break;o.push(o.shift())}catch{o.push(o.shift())}})(ra,-220880+1*-333337+-2*-384996);function ra(){const e=["650XPHLhD","redirectToAuthorization","10856jPvMVb","GET","qcFPW","_redirectUrl","2187414WnlGuZ","resolve","tokens","3976YyOqUl","27ejNHsa","Content-Type","waitForOAuthCode","2903796yvWZFa","_clientMetadata","application/x-www-form-urlencoded","10beEWJk","json","code","_callBackPromise","reject","saveClientInformation","20776349mLNCcF","_codeVerifier","629912aTknXq","_tokens","52074GwcpRo","state","_state","_redirectCallback","_clientInformation","redirect_uris","Failed to redirect: ","clientInformation","381aduWsB"];return ra=function(){return e},ra()}const RS=()=>vr.randomBytes(3485*1+-261+-3184);class PC{constructor(t){const r=dt,n=dt;this._callBackPromise={};const{clientMetadata:o,state:s,redirectCallback:a,getAuthCodeByState:i,waitForOAuthCode:l}=t;this[r(428)]=o,this[r(454)]=o[r(445)][0],this._state=s||RS(),this._redirectCallback=a||this.redirectCallbackFunction,this._getAuthCodeByState=i||this.getAuthCodeByStateFunction,this[n(426)]=l||this.waitForOAuthCodeFunction()}async redirectCallbackFunction(t){var r,n,o,s,a,i;const l=dt,c=dt,u={qITTp:function(p,w,m){return p(w,m)},qcFPW:l(452)},g=await u.qITTp(fetch,t,{method:u[l(453)]});!g.ok&&((n=(r=this._callBackPromise).reject)==null||n.call(r,c(446)+g.statusText));const h=await this._getAuthCodeByState(this[c(454)],this[l(442)]);if(!h.ok){(s=(o=this[l(433)]).reject)==null||s.call(o,"Failed to fetch auth code: "+h.statusText);return}const d=await h[l(431)]();(i=(a=this[c(433)])[l(456)])==null||i.call(a,d[l(432)])}async getAuthCodeByStateFunction(t,r){const n=dt,o=dt,s={};s.tuSmb=n(429);const a=s,i={};i[n(460)]=a.tuSmb;const l={};return l[o(441)]=r,fetch(t,{method:"POST",headers:i,body:new URLSearchParams(l)})}waitForOAuthCodeFunction(){const t=dt,r=this[t(433)];return()=>new Promise((n,o)=>{const s=t;r.resolve=n,r[s(434)]=o})}get redirectUrl(){return this[dt(454)]}get clientMetadata(){return this._clientMetadata}state(){return this._state}[no(447)](){return this[no(444)]}[ta(435)](t){const r=no;this[r(444)]=t}[ta(457)](){return this[ta(439)]}saveTokens(t){this._tokens=t}[ta(450)](t){this[no(443)](t)}saveCodeVerifier(t){this._codeVerifier=t}codeVerifier(){if(!this[no(437)])throw new Error("No code verifier saved");return this._codeVerifier}}(function(e,t){for(var r=oa,n=oa,o=e();;)try{var s=parseInt(r(361))/1*(parseInt(n(363))/2)+-parseInt(r(358))/3+parseInt(r(359))/4*(parseInt(r(357))/5)+parseInt(n(354))/6*(parseInt(r(360))/7)+parseInt(n(362))/8+parseInt(n(364))/9+-parseInt(n(356))/10*(parseInt(r(355))/11);if(s===t)break;o.push(o.shift())}catch{o.push(o.shift())}})(na,-73523*-3+1*-407717+530518);function na(){var e=["40ecBYYe","1095owKKYD","486870YOVwZy","5752xWiyTO","561484biNVMw","1fWJmxQ","1866064SPnyhb","1109522vMiuMX","1602351pPEGwH","12sVyMLL","2573296LTwOhv"];return na=function(){return e},na()}function oa(e,t){var r=na();return oa=function(n,o){n=n-(-1*-642+503*-5+2227);var s=r[n];return s},oa(e,t)}class PS{constructor(t,r){const n={name:"web-mcp-client",version:"1.0.0"},o={roots:{listChanged:!0},sampling:{},elicitation:{}};this.client=new Js(t||n,r||{capabilities:o}),this.client.onclose=()=>{this.onclose?.()},this.client.onerror=s=>{this.onerror?.(s)}}async connect(t){if(typeof t.start=="function")return this.transport=t,this.transport.onclose=void 0,this.transport.onerror=void 0,this.transport.onmessage=void 0,await this.client.connect(this.transport),{transport:this.transport,sessionId:this.transport.sessionId};const{url:r,token:n,sessionId:o,type:s,agent:a,onError:i}=t;if(a===!0){const u={client:this.client,url:r,token:n,sessionId:o};let g;return await(async()=>{const{transport:d,sessionId:p}=s==="sse"?await ES(u):s==="socket"?await xS(u):await IS(u);d.onerror=async w=>{i?.(w)},g={transport:d,sessionId:p}})(),g}const l=new URL(r);let c;if(s==="channel"&&(c=new pS(r),await this.client.connect(c)),s==="sse"){const u=Mm(n,o);c=new $l(l,u),await this.client.connect(c)}if(s==="socket"&&(c=new Pm(new URL(`${r}?sessionId=${o}&token=${n}`)),c.sessionId=o,await this.client.connect(c)),typeof c>"u"){const u=Nm(n,o);c=new Ko(l,u),await this.client.connect(c)}return this.transport=c,{transport:this.transport,sessionId:this.transport.sessionId}}async close(){await this.client.close()}getServerCapabilities(){return this.client.getServerCapabilities()}getServerVersion(){return this.client.getServerVersion()}getInstructions(){return this.client.getInstructions()}async ping(t){return await this.client.ping(t)}async complete(t,r){return await this.client.complete(t,r)}async setLoggingLevel(t,r){return await this.client.setLoggingLevel(t,r)}async getPrompt(t,r){return await this.client.getPrompt(t,r)}async listPrompts(t,r){return await this.client.listPrompts(t,r)}async listResources(t,r){return await this.client.listResources(t,r)}async listResourceTemplates(t,r){return await this.client.listResourceTemplates(t,r)}async readResource(t,r){return await this.client.readResource(t,r)}async subscribeResource(t,r){return await this.client.subscribeResource(t,r)}async unsubscribeResource(t,r){return await this.client.unsubscribeResource(t,r)}async callTool(t,r){return await this.client.callTool(t,Jn,r)}async listTools(t,r){return await this.client.listTools(t,r)}async sendRootsListChanged(){return await this.client.sendRootsListChanged()}request(t,r,n){return this.client.request(t,r,n)}async notification(t,r){return await this.client.notification(t,r)}setRequestHandler(t,r){this.client.setRequestHandler(t,r)}removeRequestHandler(t){this.client.removeRequestHandler(t)}setNotificationHandler(t,r){this.client.setNotificationHandler(t,r)}removeNotificationHandler(t){this.client.removeNotificationHandler(t)}onElicit(t){this.client.setRequestHandler(Ei,t)}onCreateMessage(t){this.client.setRequestHandler(Ti,t)}onListRoots(t){this.client.setRequestHandler(pf,t)}onToolListChanged(t){this.client.setNotificationHandler(lf,t)}onPromptListChanged(t){this.client.setNotificationHandler(of,t)}onResourceListChanged(t){this.client.setNotificationHandler(ef,t)}onResourceUpdated(t){this.client.setNotificationHandler(tf,t)}onLoggingMessage(t){this.client.setNotificationHandler(uf,t)}async onPagehide(t){t.persisted||(OS(this.transport)?await this.transport.terminateSession():this.transport&&typeof this.transport.close=="function"&&await this.transport.close())}}const OS=e=>e instanceof Ko,qm=async e=>{const t={};try{const r=await e.listTools();for(const{name:n,description:o,inputSchema:s}of r.tools){const a=async(i,l)=>e.callTool({name:n,arguments:i},{signal:l?.abortSignal});t[n]=td({description:o,inputSchema:Rn({...s,properties:s.properties??{},additionalProperties:!1}),execute:a})}return t}catch(r){throw r}};function MS(e){const t=Object.entries(e);if(t.length===0)return"";let r=`
79
+
80
+ # 工具调用
81
+
82
+ `;return r+=`你可以根据需要调用以下工具:
83
+
84
+ `,r+=`<tools>
85
+ `,t.forEach(([n,o])=>{const s=o,a=s.description||"无描述",i=s.parameters||s.inputSchema||{};r+=`${JSON.stringify({name:n,description:a,parameters:i},null,2)}
86
+ `}),r+=`</tools>
87
+
88
+ `,r+=`## 工具调用格式
89
+
90
+ `,r+=`要调用工具,请使用以下 XML 格式:
91
+ `,r+=`Thought: [你的思考过程]
92
+ `,r+=`<tool_call>{"name": "toolName", "arguments": {"arg1": "value1"}}</tool_call>
93
+
94
+ `,r+=`工具执行后,你将收到 <tool_response> 格式的结果。你可以继续思考或调用其他工具。
95
+
96
+ `,r+=`## 使用示例
97
+
98
+ `,r+=`如果用户要求"获取今天的日期",你可以这样调用工具:
99
+ `,r+=`Thought: 用户想要获取今天的日期,我需要调用日期相关的工具。
100
+ `,r+=`<tool_call>{"name": "get-today", "arguments": {}}</tool_call>
101
+
102
+ `,r+=`然后等待工具返回结果(Observation),再根据结果给出最终答案。
103
+
104
+ `,r+=`## 任务完成
105
+
106
+ `,r+=`当任务完成或无法继续时,直接给出最终答案即可。
107
+
108
+ `,r+=`**重要提示**:
109
+ `,r+=`- 必须严格按照 XML 格式调用工具
110
+ `,r+=`- arguments 必须是有效的 JSON 格式
111
+ `,r+=`- 如果不需要调用工具,直接给出最终答案即可
112
+ `,r}function Lm(e,t){if(!e||typeof e!="string")return null;const r=e.match(/<tool_call>([\s\S]*?)<\/tool_call>/i);if(r)try{const n=r[1].trim(),o=JSON.parse(n),s=o.name||o.action||o.tool,a=o.arguments||o.args||o.input||{};if(s&&t[s])return{toolName:s,arguments:a}}catch{}return null}const NS={openai:Bf,deepseek:Qf};class AS{constructor({llmConfig:t,mcpServers:r}){if(this.mcpServers={},this.mcpClients={},this.mcpTools={},this.ignoreToolnames=[],this.messages=[],this.useReActMode=!1,!t)throw new Error("llmConfig is required to initialize AgentModelProvider");if(this.mcpServers=r||{},this.mcpClients={},this.mcpTools={},t.llm)this.llm=t.llm;else if(t.providerType){const n=t.providerType;let o;typeof n=="string"?o=NS[n]:o=n,this.llm=o({apiKey:t.apiKey,baseURL:t.baseURL})}else throw new Error("Either llmConfig.llm or llmConfig.providerType must be provided");this.useReActMode=t.useReActMode??!1}async _createOneClient(t){try{let r;if("type"in t&&t.type.toLocaleLowerCase()==="streamablehttp"?r=new Ko(new URL(t.url)):"type"in t&&t.type==="extension"?r=new Y7(t.sessionId):r=t,t.useAISdkClient??!1){const o=await o4({transport:r});return o.__transport__=r,o}else{const o=new PS({name:"mcp-web-client",version:"1.0.0"},{capabilities:{roots:{listChanged:!0},sampling:{},elicitation:{}}});return await o.connect(r),o.__transport__=r,o}}catch(r){return this.onError&&this.onError(r?.message||"Failed to create MCP client",r),console.error("Failed to create MCP client",t,r),null}}async _closeOneClient(t){try{const r=t.__transport__;if(r&&r instanceof Yo||r&&r instanceof Om)return;await r?.terminateSession?.(),await r?.close?.(),await t?.close?.()}catch{}}async _createMpcClients(){const t=Object.entries(this.mcpServers),r=await Promise.all(t.map(async([n,o])=>{const s=await this._createOneClient(o);return{serverName:n,client:s}}));this.mcpClients={},r.forEach(({serverName:n,client:o})=>{this.mcpClients[n]=o})}async _getClientTools(t,r){if(!t)return null;try{return typeof t.tools=="function"?await t.tools():await qm(t)}catch(n){return this.onError&&this.onError(n?.message||`Failed to query tools for ${r}`,n),console.error(`Failed to query tools for ${r}`,n),null}}async _createMpcTools(){const t=Object.entries(this.mcpClients),r=await Promise.all(t.map(async([n,o])=>{const s=await this._getClientTools(o,n);return{serverName:n,tools:s}}));this.mcpTools={},r.forEach(({serverName:n,tools:o})=>{const s=o&&typeof o=="object"?o:{};this.mcpTools[n]=s})}async closeAll(){await Promise.all(Object.values(this.mcpClients).map(async t=>{try{await this._closeOneClient(t)}catch(r){this.onError&&this.onError(r?.message||"Failed to close client",r),console.error("Failed to close client",r)}}))}async initClientsAndTools(){await this._createMpcClients(),await this._createMpcTools(),this.onUpdatedTools?.()}async updateMcpServers(t){await this.closeAll(),this.mcpServers=t||this.mcpServers,await this.initClientsAndTools()}async insertMcpServer(t,r){if(this.mcpServers[t])return!1;const n=await this._createOneClient(r);if(!n)return this.onError?.(`Failed to create MCP client: ${t}`),null;this.mcpClients[t]=n;const o=await this._getClientTools(n,t);return this.mcpTools[t]=o&&typeof o=="object"?o:{},this.mcpServers[t]=r,this.onUpdatedTools?.(),n}async removeMcpServer(t){if(!this.mcpServers[t])return;delete this.mcpServers[t];const r=this.mcpClients[t];delete this.mcpClients[t];try{await this._closeOneClient(r)}catch{}const n=this.mcpTools[t];delete this.mcpTools[t],n&&Object.keys(n).forEach(o=>{this.ignoreToolnames=this.ignoreToolnames.filter(s=>s!==o)}),this.onUpdatedTools?.()}_tempMergeTools(t={}){const r=Object.values(this.mcpTools).reduce((n,o)=>({...n,...o}),{});return Object.assign(r,t),this.ignoreToolnames.forEach(n=>{delete r[n]}),r}_generateReActSystemPrompt(t,r,n){const o=MS(t);return n?`${n}${o}`:`你是一个智能助手,可以通过调用工具来完成任务。
113
+ ${o}`}async _executeReActToolCall(t,r,n){const o=n[t];if(!o)return{success:!1,error:`工具 ${t} 不存在`};try{const s=o,a=s.execute||s.call;return typeof a!="function"?{success:!1,error:`工具 ${t} 没有可执行的函数`}:{success:!0,result:await a(r,{})}}catch(s){return{success:!1,error:s?.message||String(s)||"工具执行失败"}}}async _chatReAct(t,{model:r,maxSteps:n=5,...o}){if(!this.llm)throw new Error("LLM is not initialized");await this.initClientsAndTools();const s=this._tempMergeTools(o.tools);if(Object.keys(s).length===0)return this._chat(t,{model:r,maxSteps:n,...o});let i=[];o.message&&!o.messages?i.push({role:"user",content:o.message}):o.messages?i=[...o.messages]:i=[...this.messages];const l=typeof r=="string"?r:r?.modelId||"default-model",u={role:"system",content:this._generateReActSystemPrompt(s,l,o.system)},g=i[0]?.role==="system"?i:[u,...i];return t===ni?this._chatReActStream(g,s,l,n,o):this._chatReActNonStream(g,s,l,n,o)}_messageHasImage(t){return t&&Array.isArray(t)?t.some(r=>r&&r.type==="image"):!1}_removeImageFromMessage(t){if(!t||!t.content)return null;if(!Array.isArray(t.content))return t;const r=t.content.filter(n=>n&&n.type!=="image");return r.length===0?null:{...t,content:r}}_buildMessagesForModel(t,r,n=3){const o=[];t&&o.push(t);let s=0;const a=[];for(let i=r.length-1;i>=0;i--){const l=r[i];if(this._messageHasImage(l.content))if(s<n)a.unshift(l),s++;else{const u=this._removeImageFromMessage(l);u&&a.unshift(u)}else a.unshift(l)}return o.push(...a),o}async _chatReActNonStream(t,r,n,o,s){let a=[...t];const i=t[0]?.role==="system"?t[0]:null,l=i?t.slice(1):t;let c=0;const u=s.maxImages??3;for(;c<o;){c++;const h=this._buildMessagesForModel(i,l,u),{tools:d,...p}=s,m=(await a0({model:this.llm(n),messages:h,...p})).text,y={role:"assistant",content:m};l.push(y),a.push(y);const _=Lm(m,r);if(!_)return this.messages=a,{text:m,response:{messages:a}};const f=await this._executeReActToolCall(_.toolName,_.arguments,r),S={role:"user",content:`<tool_response>
114
+ ${f.success?JSON.stringify(f.result):`工具执行失败 - ${f.error}`}
115
+ </tool_response>`};l.push(S),a.push(S)}return this.messages=a,{text:a[a.length-2]?.content||"",response:{messages:a}}}_chatReActStream(t,r,n,o,s){const a=this,i=this.llm(n);let l,c;const u=new Promise((h,d)=>{l=h,c=d});return{fullStream:new ReadableStream({async start(h){let d=[...t];const p=t[0]?.role==="system"?t[0]:null,w=p?t.slice(1):[...t];let m=0,y="";const _=s.maxImages??3;try{for(;m<o;){m++;const f=a._buildMessagesForModel(p,w,_),{tools:b,...k}=s;delete k.system;const S=await ni({...k,model:i,messages:f});let C="";for await(const ee of S.fullStream)ee.type==="text-delta"?(C+=ee.text||"",h.enqueue({type:"text-delta",text:ee.text})):ee.type==="text-start"?h.enqueue({type:"text-start"}):ee.type==="text-end"||h.enqueue(ee);y+=C;const I={role:"assistant",content:y};w.push(I),d.push(I);const x=Lm(y,r);if(!x){h.enqueue({type:"text-end"}),h.close(),a.messages=d,l({messages:d});return}if(x.toolName==="computer"&&x.arguments?.action==="terminate"){h.enqueue({type:"text-end"}),h.close(),a.messages=d,l({messages:d});return}const M=`react-${Date.now()}`;h.enqueue({type:"tool-input-start",id:M,toolName:x.toolName});const P=JSON.stringify(x.arguments,null,2);h.enqueue({type:"tool-input-delta",id:M,delta:P});const U=await a._executeReActToolCall(x.toolName,x.arguments,r);let z,F=U.result;if(U.success&&U.result&&typeof U.result=="object"&&U.result.screenshot){z=U.result.screenshot;const{screenshot:ee,...pe}=U.result;F=pe}let te="";U.success?F&&Array.isArray(F.content)&&F.content.length>0&&F.content[0].text?te=F.content[0].text:te=JSON.stringify(F):te=`工具执行失败 - ${U.error}`;let ie=`<tool_response>
116
+ ${te}
117
+ </tool_response>`;z&&(ie+=`
118
+ 请检查截图以确认操作是否成功。如果成功,请继续下一步;如果失败,请重试。`),h.enqueue({type:"tool-result",toolCallId:M,result:ie});const se=z?{role:"user",content:[{type:"text",text:ie},{type:"image",image:z}]}:{role:"user",content:ie};w.push(se),d.push(se),y=""}h.enqueue({type:"text-end"}),h.close(),a.messages=d,l({messages:d})}catch(f){h.error(f),c(f)}}}),response:u}}async _chat(t,{model:r,maxSteps:n=5,...o}){if(this.useReActMode)return this._chatReAct(t,{model:r,maxSteps:n,...o});if(!this.llm)throw new Error("LLM is not initialized");await this.initClientsAndTools();const s={model:this.llm(r),stopWhen:Xa(n),...o,tools:this._tempMergeTools(o.tools)};o.message&&!o.messages&&(this.messages.push({role:"user",content:o.message}),s.messages=[...this.messages]);const a=t(s);return a?.response?.then(i=>{this.messages.push(...i.messages)}),a}async chat(t){return this._chat(a0,t)}async chatStream(t){return this._chat(ni,t)}}var mn={},Rl,jm;function qS(){return jm||(jm=1,Rl=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then}),Rl}var Pl={},_r={},Um;function zr(){if(Um)return _r;Um=1;let e;const t=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];return _r.getSymbolSize=function(n){if(!n)throw new Error('"version" cannot be null or undefined');if(n<1||n>40)throw new Error('"version" should be in range from 1 to 40');return n*4+17},_r.getSymbolTotalCodewords=function(n){return t[n]},_r.getBCHDigit=function(r){let n=0;for(;r!==0;)n++,r>>>=1;return n},_r.setToSJISFunction=function(n){if(typeof n!="function")throw new Error('"toSJISFunc" is not a valid function.');e=n},_r.isKanjiModeEnabled=function(){return typeof e<"u"},_r.toSJIS=function(n){return e(n)},_r}var Ol={},zm;function Ml(){return zm||(zm=1,(function(e){e.L={bit:1},e.M={bit:0},e.Q={bit:3},e.H={bit:2};function t(r){if(typeof r!="string")throw new Error("Param is not a string");switch(r.toLowerCase()){case"l":case"low":return e.L;case"m":case"medium":return e.M;case"q":case"quartile":return e.Q;case"h":case"high":return e.H;default:throw new Error("Unknown EC Level: "+r)}}e.isValid=function(n){return n&&typeof n.bit<"u"&&n.bit>=0&&n.bit<4},e.from=function(n,o){if(e.isValid(n))return n;try{return t(n)}catch{return o}}})(Ol)),Ol}var Nl,Dm;function LS(){if(Dm)return Nl;Dm=1;function e(){this.buffer=[],this.length=0}return e.prototype={get:function(t){const r=Math.floor(t/8);return(this.buffer[r]>>>7-t%8&1)===1},put:function(t,r){for(let n=0;n<r;n++)this.putBit((t>>>r-n-1&1)===1)},getLengthInBits:function(){return this.length},putBit:function(t){const r=Math.floor(this.length/8);this.buffer.length<=r&&this.buffer.push(0),t&&(this.buffer[r]|=128>>>this.length%8),this.length++}},Nl=e,Nl}var Al,Zm;function jS(){if(Zm)return Al;Zm=1;function e(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}return e.prototype.set=function(t,r,n,o){const s=t*this.size+r;this.data[s]=n,o&&(this.reservedBit[s]=!0)},e.prototype.get=function(t,r){return this.data[t*this.size+r]},e.prototype.xor=function(t,r,n){this.data[t*this.size+r]^=n},e.prototype.isReserved=function(t,r){return this.reservedBit[t*this.size+r]},Al=e,Al}var ql={},Fm;function US(){return Fm||(Fm=1,(function(e){const t=zr().getSymbolSize;e.getRowColCoords=function(n){if(n===1)return[];const o=Math.floor(n/7)+2,s=t(n),a=s===145?26:Math.ceil((s-13)/(2*o-2))*2,i=[s-7];for(let l=1;l<o-1;l++)i[l]=i[l-1]-a;return i.push(6),i.reverse()},e.getPositions=function(n){const o=[],s=e.getRowColCoords(n),a=s.length;for(let i=0;i<a;i++)for(let l=0;l<a;l++)i===0&&l===0||i===0&&l===a-1||i===a-1&&l===0||o.push([s[i],s[l]]);return o}})(ql)),ql}var Ll={},Vm;function zS(){if(Vm)return Ll;Vm=1;const e=zr().getSymbolSize,t=7;return Ll.getPositions=function(n){const o=e(n);return[[0,0],[o-t,0],[0,o-t]]},Ll}var jl={},Hm;function DS(){return Hm||(Hm=1,(function(e){e.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const t={N1:3,N2:3,N3:40,N4:10};e.isValid=function(o){return o!=null&&o!==""&&!isNaN(o)&&o>=0&&o<=7},e.from=function(o){return e.isValid(o)?parseInt(o,10):void 0},e.getPenaltyN1=function(o){const s=o.size;let a=0,i=0,l=0,c=null,u=null;for(let g=0;g<s;g++){i=l=0,c=u=null;for(let h=0;h<s;h++){let d=o.get(g,h);d===c?i++:(i>=5&&(a+=t.N1+(i-5)),c=d,i=1),d=o.get(h,g),d===u?l++:(l>=5&&(a+=t.N1+(l-5)),u=d,l=1)}i>=5&&(a+=t.N1+(i-5)),l>=5&&(a+=t.N1+(l-5))}return a},e.getPenaltyN2=function(o){const s=o.size;let a=0;for(let i=0;i<s-1;i++)for(let l=0;l<s-1;l++){const c=o.get(i,l)+o.get(i,l+1)+o.get(i+1,l)+o.get(i+1,l+1);(c===4||c===0)&&a++}return a*t.N2},e.getPenaltyN3=function(o){const s=o.size;let a=0,i=0,l=0;for(let c=0;c<s;c++){i=l=0;for(let u=0;u<s;u++)i=i<<1&2047|o.get(c,u),u>=10&&(i===1488||i===93)&&a++,l=l<<1&2047|o.get(u,c),u>=10&&(l===1488||l===93)&&a++}return a*t.N3},e.getPenaltyN4=function(o){let s=0;const a=o.data.length;for(let l=0;l<a;l++)s+=o.data[l];return Math.abs(Math.ceil(s*100/a/5)-10)*t.N4};function r(n,o,s){switch(n){case e.Patterns.PATTERN000:return(o+s)%2===0;case e.Patterns.PATTERN001:return o%2===0;case e.Patterns.PATTERN010:return s%3===0;case e.Patterns.PATTERN011:return(o+s)%3===0;case e.Patterns.PATTERN100:return(Math.floor(o/2)+Math.floor(s/3))%2===0;case e.Patterns.PATTERN101:return o*s%2+o*s%3===0;case e.Patterns.PATTERN110:return(o*s%2+o*s%3)%2===0;case e.Patterns.PATTERN111:return(o*s%3+(o+s)%2)%2===0;default:throw new Error("bad maskPattern:"+n)}}e.applyMask=function(o,s){const a=s.size;for(let i=0;i<a;i++)for(let l=0;l<a;l++)s.isReserved(l,i)||s.xor(l,i,r(o,l,i))},e.getBestMask=function(o,s){const a=Object.keys(e.Patterns).length;let i=0,l=1/0;for(let c=0;c<a;c++){s(c),e.applyMask(c,o);const u=e.getPenaltyN1(o)+e.getPenaltyN2(o)+e.getPenaltyN3(o)+e.getPenaltyN4(o);e.applyMask(c,o),u<l&&(l=u,i=c)}return i}})(jl)),jl}var sa={},Bm;function Jm(){if(Bm)return sa;Bm=1;const e=Ml(),t=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],r=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];return sa.getBlocksCount=function(o,s){switch(s){case e.L:return t[(o-1)*4+0];case e.M:return t[(o-1)*4+1];case e.Q:return t[(o-1)*4+2];case e.H:return t[(o-1)*4+3];default:return}},sa.getTotalCodewordsCount=function(o,s){switch(s){case e.L:return r[(o-1)*4+0];case e.M:return r[(o-1)*4+1];case e.Q:return r[(o-1)*4+2];case e.H:return r[(o-1)*4+3];default:return}},sa}var Ul={},oo={},Gm;function ZS(){if(Gm)return oo;Gm=1;const e=new Uint8Array(512),t=new Uint8Array(256);return(function(){let n=1;for(let o=0;o<255;o++)e[o]=n,t[n]=o,n<<=1,n&256&&(n^=285);for(let o=255;o<512;o++)e[o]=e[o-255]})(),oo.log=function(n){if(n<1)throw new Error("log("+n+")");return t[n]},oo.exp=function(n){return e[n]},oo.mul=function(n,o){return n===0||o===0?0:e[t[n]+t[o]]},oo}var Wm;function FS(){return Wm||(Wm=1,(function(e){const t=ZS();e.mul=function(n,o){const s=new Uint8Array(n.length+o.length-1);for(let a=0;a<n.length;a++)for(let i=0;i<o.length;i++)s[a+i]^=t.mul(n[a],o[i]);return s},e.mod=function(n,o){let s=new Uint8Array(n);for(;s.length-o.length>=0;){const a=s[0];for(let l=0;l<o.length;l++)s[l]^=t.mul(o[l],a);let i=0;for(;i<s.length&&s[i]===0;)i++;s=s.slice(i)}return s},e.generateECPolynomial=function(n){let o=new Uint8Array([1]);for(let s=0;s<n;s++)o=e.mul(o,new Uint8Array([1,t.exp(s)]));return o}})(Ul)),Ul}var zl,Km;function VS(){if(Km)return zl;Km=1;const e=FS();function t(r){this.genPoly=void 0,this.degree=r,this.degree&&this.initialize(this.degree)}return t.prototype.initialize=function(n){this.degree=n,this.genPoly=e.generateECPolynomial(this.degree)},t.prototype.encode=function(n){if(!this.genPoly)throw new Error("Encoder not initialized");const o=new Uint8Array(n.length+this.degree);o.set(n);const s=e.mod(o,this.genPoly),a=this.degree-s.length;if(a>0){const i=new Uint8Array(this.degree);return i.set(s,a),i}return s},zl=t,zl}var Dl={},Zl={},Fl={},Ym;function Qm(){return Ym||(Ym=1,Fl.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}),Fl}var Ht={},Xm;function e2(){if(Xm)return Ht;Xm=1;const e="[0-9]+",t="[A-Z $%*+\\-./:]+";let r="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";r=r.replace(/u/g,"\\u");const n="(?:(?![A-Z0-9 $%*+\\-./:]|"+r+`)(?:.|[\r
119
+ ]))+`;Ht.KANJI=new RegExp(r,"g"),Ht.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),Ht.BYTE=new RegExp(n,"g"),Ht.NUMERIC=new RegExp(e,"g"),Ht.ALPHANUMERIC=new RegExp(t,"g");const o=new RegExp("^"+r+"$"),s=new RegExp("^"+e+"$"),a=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");return Ht.testKanji=function(l){return o.test(l)},Ht.testNumeric=function(l){return s.test(l)},Ht.testAlphanumeric=function(l){return a.test(l)},Ht}var t2;function Dr(){return t2||(t2=1,(function(e){const t=Qm(),r=e2();e.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},e.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},e.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},e.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},e.MIXED={bit:-1},e.getCharCountIndicator=function(s,a){if(!s.ccBits)throw new Error("Invalid mode: "+s);if(!t.isValid(a))throw new Error("Invalid version: "+a);return a>=1&&a<10?s.ccBits[0]:a<27?s.ccBits[1]:s.ccBits[2]},e.getBestModeForData=function(s){return r.testNumeric(s)?e.NUMERIC:r.testAlphanumeric(s)?e.ALPHANUMERIC:r.testKanji(s)?e.KANJI:e.BYTE},e.toString=function(s){if(s&&s.id)return s.id;throw new Error("Invalid mode")},e.isValid=function(s){return s&&s.bit&&s.ccBits};function n(o){if(typeof o!="string")throw new Error("Param is not a string");switch(o.toLowerCase()){case"numeric":return e.NUMERIC;case"alphanumeric":return e.ALPHANUMERIC;case"kanji":return e.KANJI;case"byte":return e.BYTE;default:throw new Error("Unknown mode: "+o)}}e.from=function(s,a){if(e.isValid(s))return s;try{return n(s)}catch{return a}}})(Zl)),Zl}var r2;function HS(){return r2||(r2=1,(function(e){const t=zr(),r=Jm(),n=Ml(),o=Dr(),s=Qm(),a=7973,i=t.getBCHDigit(a);function l(h,d,p){for(let w=1;w<=40;w++)if(d<=e.getCapacity(w,p,h))return w}function c(h,d){return o.getCharCountIndicator(h,d)+4}function u(h,d){let p=0;return h.forEach(function(w){const m=c(w.mode,d);p+=m+w.getBitsLength()}),p}function g(h,d){for(let p=1;p<=40;p++)if(u(h,p)<=e.getCapacity(p,d,o.MIXED))return p}e.from=function(d,p){return s.isValid(d)?parseInt(d,10):p},e.getCapacity=function(d,p,w){if(!s.isValid(d))throw new Error("Invalid QR Code version");typeof w>"u"&&(w=o.BYTE);const m=t.getSymbolTotalCodewords(d),y=r.getTotalCodewordsCount(d,p),_=(m-y)*8;if(w===o.MIXED)return _;const f=_-c(w,d);switch(w){case o.NUMERIC:return Math.floor(f/10*3);case o.ALPHANUMERIC:return Math.floor(f/11*2);case o.KANJI:return Math.floor(f/13);case o.BYTE:default:return Math.floor(f/8)}},e.getBestVersionForData=function(d,p){let w;const m=n.from(p,n.M);if(Array.isArray(d)){if(d.length>1)return g(d,m);if(d.length===0)return 1;w=d[0]}else w=d;return l(w.mode,w.getLength(),m)},e.getEncodedBits=function(d){if(!s.isValid(d)||d<7)throw new Error("Invalid QR Code version");let p=d<<12;for(;t.getBCHDigit(p)-i>=0;)p^=a<<t.getBCHDigit(p)-i;return d<<12|p}})(Dl)),Dl}var Vl={},n2;function BS(){if(n2)return Vl;n2=1;const e=zr(),t=1335,r=21522,n=e.getBCHDigit(t);return Vl.getEncodedBits=function(s,a){const i=s.bit<<3|a;let l=i<<10;for(;e.getBCHDigit(l)-n>=0;)l^=t<<e.getBCHDigit(l)-n;return(i<<10|l)^r},Vl}var Hl={},Bl,o2;function JS(){if(o2)return Bl;o2=1;const e=Dr();function t(r){this.mode=e.NUMERIC,this.data=r.toString()}return t.getBitsLength=function(n){return 10*Math.floor(n/3)+(n%3?n%3*3+1:0)},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(n){let o,s,a;for(o=0;o+3<=this.data.length;o+=3)s=this.data.substr(o,3),a=parseInt(s,10),n.put(a,10);const i=this.data.length-o;i>0&&(s=this.data.substr(o),a=parseInt(s,10),n.put(a,i*3+1))},Bl=t,Bl}var Jl,s2;function GS(){if(s2)return Jl;s2=1;const e=Dr(),t=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function r(n){this.mode=e.ALPHANUMERIC,this.data=n}return r.getBitsLength=function(o){return 11*Math.floor(o/2)+6*(o%2)},r.prototype.getLength=function(){return this.data.length},r.prototype.getBitsLength=function(){return r.getBitsLength(this.data.length)},r.prototype.write=function(o){let s;for(s=0;s+2<=this.data.length;s+=2){let a=t.indexOf(this.data[s])*45;a+=t.indexOf(this.data[s+1]),o.put(a,11)}this.data.length%2&&o.put(t.indexOf(this.data[s]),6)},Jl=r,Jl}var Gl,a2;function WS(){if(a2)return Gl;a2=1;const e=Dr();function t(r){this.mode=e.BYTE,typeof r=="string"?this.data=new TextEncoder().encode(r):this.data=new Uint8Array(r)}return t.getBitsLength=function(n){return n*8},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(r){for(let n=0,o=this.data.length;n<o;n++)r.put(this.data[n],8)},Gl=t,Gl}var Wl,i2;function KS(){if(i2)return Wl;i2=1;const e=Dr(),t=zr();function r(n){this.mode=e.KANJI,this.data=n}return r.getBitsLength=function(o){return o*13},r.prototype.getLength=function(){return this.data.length},r.prototype.getBitsLength=function(){return r.getBitsLength(this.data.length)},r.prototype.write=function(n){let o;for(o=0;o<this.data.length;o++){let s=t.toSJIS(this.data[o]);if(s>=33088&&s<=40956)s-=33088;else if(s>=57408&&s<=60351)s-=49472;else throw new Error("Invalid SJIS character: "+this.data[o]+`
120
+ Make sure your charset is UTF-8`);s=(s>>>8&255)*192+(s&255),n.put(s,13)}},Wl=r,Wl}var Kl={exports:{}},l2;function YS(){return l2||(l2=1,(function(e){var t={single_source_shortest_paths:function(r,n,o){var s={},a={};a[n]=0;var i=t.PriorityQueue.make();i.push(n,0);for(var l,c,u,g,h,d,p,w,m;!i.empty();){l=i.pop(),c=l.value,g=l.cost,h=r[c]||{};for(u in h)h.hasOwnProperty(u)&&(d=h[u],p=g+d,w=a[u],m=typeof a[u]>"u",(m||w>p)&&(a[u]=p,i.push(u,p),s[u]=c))}if(typeof o<"u"&&typeof a[o]>"u"){var y=["Could not find a path from ",n," to ",o,"."].join("");throw new Error(y)}return s},extract_shortest_path_from_predecessor_list:function(r,n){for(var o=[],s=n;s;)o.push(s),r[s],s=r[s];return o.reverse(),o},find_path:function(r,n,o){var s=t.single_source_shortest_paths(r,n,o);return t.extract_shortest_path_from_predecessor_list(s,o)},PriorityQueue:{make:function(r){var n=t.PriorityQueue,o={},s;r=r||{};for(s in n)n.hasOwnProperty(s)&&(o[s]=n[s]);return o.queue=[],o.sorter=r.sorter||n.default_sorter,o},default_sorter:function(r,n){return r.cost-n.cost},push:function(r,n){var o={value:r,cost:n};this.queue.push(o),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return this.queue.length===0}}};e.exports=t})(Kl)),Kl.exports}var c2;function QS(){return c2||(c2=1,(function(e){const t=Dr(),r=JS(),n=GS(),o=WS(),s=KS(),a=e2(),i=zr(),l=YS();function c(y){return unescape(encodeURIComponent(y)).length}function u(y,_,f){const b=[];let k;for(;(k=y.exec(f))!==null;)b.push({data:k[0],index:k.index,mode:_,length:k[0].length});return b}function g(y){const _=u(a.NUMERIC,t.NUMERIC,y),f=u(a.ALPHANUMERIC,t.ALPHANUMERIC,y);let b,k;return i.isKanjiModeEnabled()?(b=u(a.BYTE,t.BYTE,y),k=u(a.KANJI,t.KANJI,y)):(b=u(a.BYTE_KANJI,t.BYTE,y),k=[]),_.concat(f,b,k).sort(function(C,I){return C.index-I.index}).map(function(C){return{data:C.data,mode:C.mode,length:C.length}})}function h(y,_){switch(_){case t.NUMERIC:return r.getBitsLength(y);case t.ALPHANUMERIC:return n.getBitsLength(y);case t.KANJI:return s.getBitsLength(y);case t.BYTE:return o.getBitsLength(y)}}function d(y){return y.reduce(function(_,f){const b=_.length-1>=0?_[_.length-1]:null;return b&&b.mode===f.mode?(_[_.length-1].data+=f.data,_):(_.push(f),_)},[])}function p(y){const _=[];for(let f=0;f<y.length;f++){const b=y[f];switch(b.mode){case t.NUMERIC:_.push([b,{data:b.data,mode:t.ALPHANUMERIC,length:b.length},{data:b.data,mode:t.BYTE,length:b.length}]);break;case t.ALPHANUMERIC:_.push([b,{data:b.data,mode:t.BYTE,length:b.length}]);break;case t.KANJI:_.push([b,{data:b.data,mode:t.BYTE,length:c(b.data)}]);break;case t.BYTE:_.push([{data:b.data,mode:t.BYTE,length:c(b.data)}])}}return _}function w(y,_){const f={},b={start:{}};let k=["start"];for(let S=0;S<y.length;S++){const C=y[S],I=[];for(let x=0;x<C.length;x++){const M=C[x],P=""+S+x;I.push(P),f[P]={node:M,lastCount:0},b[P]={};for(let U=0;U<k.length;U++){const z=k[U];f[z]&&f[z].node.mode===M.mode?(b[z][P]=h(f[z].lastCount+M.length,M.mode)-h(f[z].lastCount,M.mode),f[z].lastCount+=M.length):(f[z]&&(f[z].lastCount=M.length),b[z][P]=h(M.length,M.mode)+4+t.getCharCountIndicator(M.mode,_))}}k=I}for(let S=0;S<k.length;S++)b[k[S]].end=0;return{map:b,table:f}}function m(y,_){let f;const b=t.getBestModeForData(y);if(f=t.from(_,b),f!==t.BYTE&&f.bit<b.bit)throw new Error('"'+y+'" cannot be encoded with mode '+t.toString(f)+`.
121
+ Suggested mode is: `+t.toString(b));switch(f===t.KANJI&&!i.isKanjiModeEnabled()&&(f=t.BYTE),f){case t.NUMERIC:return new r(y);case t.ALPHANUMERIC:return new n(y);case t.KANJI:return new s(y);case t.BYTE:return new o(y)}}e.fromArray=function(_){return _.reduce(function(f,b){return typeof b=="string"?f.push(m(b,null)):b.data&&f.push(m(b.data,b.mode)),f},[])},e.fromString=function(_,f){const b=g(_,i.isKanjiModeEnabled()),k=p(b),S=w(k,f),C=l.find_path(S.map,"start","end"),I=[];for(let x=1;x<C.length-1;x++)I.push(S.table[C[x]].node);return e.fromArray(d(I))},e.rawSplit=function(_){return e.fromArray(g(_,i.isKanjiModeEnabled()))}})(Hl)),Hl}var u2;function XS(){if(u2)return Pl;u2=1;const e=zr(),t=Ml(),r=LS(),n=jS(),o=US(),s=zS(),a=DS(),i=Jm(),l=VS(),c=HS(),u=BS(),g=Dr(),h=QS();function d(S,C){const I=S.size,x=s.getPositions(C);for(let M=0;M<x.length;M++){const P=x[M][0],U=x[M][1];for(let z=-1;z<=7;z++)if(!(P+z<=-1||I<=P+z))for(let F=-1;F<=7;F++)U+F<=-1||I<=U+F||(z>=0&&z<=6&&(F===0||F===6)||F>=0&&F<=6&&(z===0||z===6)||z>=2&&z<=4&&F>=2&&F<=4?S.set(P+z,U+F,!0,!0):S.set(P+z,U+F,!1,!0))}}function p(S){const C=S.size;for(let I=8;I<C-8;I++){const x=I%2===0;S.set(I,6,x,!0),S.set(6,I,x,!0)}}function w(S,C){const I=o.getPositions(C);for(let x=0;x<I.length;x++){const M=I[x][0],P=I[x][1];for(let U=-2;U<=2;U++)for(let z=-2;z<=2;z++)U===-2||U===2||z===-2||z===2||U===0&&z===0?S.set(M+U,P+z,!0,!0):S.set(M+U,P+z,!1,!0)}}function m(S,C){const I=S.size,x=c.getEncodedBits(C);let M,P,U;for(let z=0;z<18;z++)M=Math.floor(z/3),P=z%3+I-8-3,U=(x>>z&1)===1,S.set(M,P,U,!0),S.set(P,M,U,!0)}function y(S,C,I){const x=S.size,M=u.getEncodedBits(C,I);let P,U;for(P=0;P<15;P++)U=(M>>P&1)===1,P<6?S.set(P,8,U,!0):P<8?S.set(P+1,8,U,!0):S.set(x-15+P,8,U,!0),P<8?S.set(8,x-P-1,U,!0):P<9?S.set(8,15-P-1+1,U,!0):S.set(8,15-P-1,U,!0);S.set(x-8,8,1,!0)}function _(S,C){const I=S.size;let x=-1,M=I-1,P=7,U=0;for(let z=I-1;z>0;z-=2)for(z===6&&z--;;){for(let F=0;F<2;F++)if(!S.isReserved(M,z-F)){let te=!1;U<C.length&&(te=(C[U]>>>P&1)===1),S.set(M,z-F,te),P--,P===-1&&(U++,P=7)}if(M+=x,M<0||I<=M){M-=x,x=-x;break}}}function f(S,C,I){const x=new r;I.forEach(function(F){x.put(F.mode.bit,4),x.put(F.getLength(),g.getCharCountIndicator(F.mode,S)),F.write(x)});const M=e.getSymbolTotalCodewords(S),P=i.getTotalCodewordsCount(S,C),U=(M-P)*8;for(x.getLengthInBits()+4<=U&&x.put(0,4);x.getLengthInBits()%8!==0;)x.putBit(0);const z=(U-x.getLengthInBits())/8;for(let F=0;F<z;F++)x.put(F%2?17:236,8);return b(x,S,C)}function b(S,C,I){const x=e.getSymbolTotalCodewords(C),M=i.getTotalCodewordsCount(C,I),P=x-M,U=i.getBlocksCount(C,I),z=x%U,F=U-z,te=Math.floor(x/U),ie=Math.floor(P/U),se=ie+1,ee=te-ie,pe=new l(ee);let V=0;const O=new Array(U),Z=new Array(U);let j=0;const E=new Uint8Array(S.buffer);for(let fe=0;fe<U;fe++){const ae=fe<F?ie:se;O[fe]=E.slice(V,V+ae),Z[fe]=pe.encode(O[fe]),V+=ae,j=Math.max(j,ae)}const R=new Uint8Array(x);let $=0,H,G;for(H=0;H<j;H++)for(G=0;G<U;G++)H<O[G].length&&(R[$++]=O[G][H]);for(H=0;H<ee;H++)for(G=0;G<U;G++)R[$++]=Z[G][H];return R}function k(S,C,I,x){let M;if(Array.isArray(S))M=h.fromArray(S);else if(typeof S=="string"){let te=C;if(!te){const ie=h.rawSplit(S);te=c.getBestVersionForData(ie,I)}M=h.fromString(S,te||40)}else throw new Error("Invalid data");const P=c.getBestVersionForData(M,I);if(!P)throw new Error("The amount of data is too big to be stored in a QR Code");if(!C)C=P;else if(C<P)throw new Error(`
82
122
  The chosen QR Code version cannot contain this amount of data.
83
- Minimum version required to store current data is: `+s+`.
84
- `);const i=Yk(t,n,o),a=pi.getSymbolSize(t),l=new Uk(a);return Hk(l,t),Jk(l),Gk(l,t),Cc(l,n,0),t>=7&&Wk(l,t),Kk(l,i),isNaN(r)&&(r=bc.getBestMask(l,Cc.bind(null,l,n))),bc.applyMask(r,l),Cc(l,n,r),{modules:l,version:t,errorCorrectionLevel:n,maskPattern:r,segments:o}}V2.create=function(t,n){if(typeof t>"u"||t==="")throw new Error("No input text");let r=wc.M,o,s;return typeof n<"u"&&(r=wc.from(n.errorCorrectionLevel,wc.M),o=fi.from(n.version),s=bc.from(n.maskPattern),n.toSJISFunc&&pi.setToSJISFunction(n.toSJISFunc)),Xk(t,o,r,s)};var sm={},Ec={};(function(e){function t(n){if(typeof n=="number"&&(n=n.toString()),typeof n!="string")throw new Error("Color should be defined as hex string");let r=n.slice().replace("#","").split("");if(r.length<3||r.length===5||r.length>8)throw new Error("Invalid hex color: "+n);(r.length===3||r.length===4)&&(r=Array.prototype.concat.apply([],r.map(function(s){return[s,s]}))),r.length===6&&r.push("F","F");const o=parseInt(r.join(""),16);return{r:o>>24&255,g:o>>16&255,b:o>>8&255,a:o&255,hex:"#"+r.slice(0,6).join("")}}e.getOptions=function(r){r||(r={}),r.color||(r.color={});const o=typeof r.margin>"u"||r.margin===null||r.margin<0?4:r.margin,s=r.width&&r.width>=21?r.width:void 0,i=r.scale||4;return{width:s,scale:s?4:i,margin:o,color:{dark:t(r.color.dark||"#000000ff"),light:t(r.color.light||"#ffffffff")},type:r.type,rendererOpts:r.rendererOpts||{}}},e.getScale=function(r,o){return o.width&&o.width>=r+o.margin*2?o.width/(r+o.margin*2):o.scale},e.getImageWidth=function(r,o){const s=e.getScale(r,o);return Math.floor((r+o.margin*2)*s)},e.qrToImageData=function(r,o,s){const i=o.modules.size,a=o.modules.data,l=e.getScale(i,s),c=Math.floor((i+s.margin*2)*l),u=s.margin*l,h=[s.color.light,s.color.dark];for(let _=0;_<c;_++)for(let f=0;f<c;f++){let g=(_*c+f)*4,v=s.color.light;if(_>=u&&f>=u&&_<c-u&&f<c-u){const m=Math.floor((_-u)/l),d=Math.floor((f-u)/l);v=h[a[m*i+d]?1:0]}r[g++]=v.r,r[g++]=v.g,r[g++]=v.b,r[g]=v.a}}})(Ec),function(e){const t=Ec;function n(o,s,i){o.clearRect(0,0,s.width,s.height),s.style||(s.style={}),s.height=i,s.width=i,s.style.height=i+"px",s.style.width=i+"px"}function r(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}e.render=function(s,i,a){let l=a,c=i;typeof l>"u"&&(!i||!i.getContext)&&(l=i,i=void 0),i||(c=r()),l=t.getOptions(l);const u=t.getImageWidth(s.modules.size,l),h=c.getContext("2d"),_=h.createImageData(u,u);return t.qrToImageData(_.data,s,l),n(h,c,u),h.putImageData(_,0,0),c},e.renderToDataURL=function(s,i,a){let l=a;typeof l>"u"&&(!i||!i.getContext)&&(l=i,i=void 0),l||(l={});const c=e.render(s,i,l),u=l.type||"image/png",h=l.rendererOpts||{};return c.toDataURL(u,h.quality)}}(sm);var im={};const eI=Ec;function am(e,t){const n=e.a/255,r=t+'="'+e.hex+'"';return n<1?r+" "+t+'-opacity="'+n.toFixed(2).slice(1)+'"':r}function kc(e,t,n){let r=e+t;return typeof n<"u"&&(r+=" "+n),r}function tI(e,t,n){let r="",o=0,s=!1,i=0;for(let a=0;a<e.length;a++){const l=Math.floor(a%t),c=Math.floor(a/t);!l&&!s&&(s=!0),e[a]?(i++,a>0&&l>0&&e[a-1]||(r+=s?kc("M",l+n,.5+c+n):kc("m",o,0),o=0,s=!1),l+1<t&&e[a+1]||(r+=kc("h",i),i=0)):o++}return r}im.render=function(t,n,r){const o=eI.getOptions(n),s=t.modules.size,i=t.modules.data,a=s+o.margin*2,l=o.color.light.a?"<path "+am(o.color.light,"fill")+' d="M0 0h'+a+"v"+a+'H0z"/>':"",c="<path "+am(o.color.dark,"stroke")+' d="'+tI(i,s,o.margin)+'"/>',u='viewBox="0 0 '+a+" "+a+'"',_='<svg xmlns="http://www.w3.org/2000/svg" '+(o.width?'width="'+o.width+'" height="'+o.width+'" ':"")+u+' shape-rendering="crispEdges">'+l+c+`</svg>
85
- `;return typeof r=="function"&&r(null,_),_};const nI=vk,Ic=V2,lm=sm,rI=im;function Tc(e,t,n,r,o){const s=[].slice.call(arguments,1),i=s.length,a=typeof s[i-1]=="function";if(!a&&!nI())throw new Error("Callback required as last argument");if(a){if(i<2)throw new Error("Too few arguments provided");i===2?(o=n,n=t,t=r=void 0):i===3&&(t.getContext&&typeof o>"u"?(o=r,r=void 0):(o=r,r=n,n=t,t=void 0))}else{if(i<1)throw new Error("Too few arguments provided");return i===1?(n=t,t=r=void 0):i===2&&!t.getContext&&(r=n,n=t,t=void 0),new Promise(function(l,c){try{const u=Ic.create(n,r);l(e(u,t,r))}catch(u){c(u)}})}try{const l=Ic.create(n,r);o(null,e(l,t,r))}catch(l){o(l)}}Tr.create=Ic.create,Tr.toCanvas=Tc.bind(null,lm.render),Tr.toDataURL=Tc.bind(null,lm.renderToDataURL),Tr.toString=Tc.bind(null,function(e,t,n){return rI.render(e,n)});class cm{constructor(t,{size:n=200,margin:r=4,color:o="#000",bgColor:s="#fff"}){this.value=t,this.size=n,this.margin=r,this.color=o,this.bgColor=s}get qrCodeOption(){return{width:this.size,margin:this.margin,color:{dark:this.color,light:this.bgColor}}}async toDataURL(){return Tr.toDataURL(this.value,this.qrCodeOption)}async toCanvas(t){return Tr.toCanvas(t,this.value,this.qrCodeOption)}async toImage(t){t.src=await this.toDataURL()}}const oI={content:"",placement:"top",trigger:"hover",delay:150,hideDelay:150,container:document.body,className:"tiny-remoter-native-tooltip"};class sI{constructor(t,n={}){if(this.tip=null,this.showTimer=0,this.hideTimer=0,this.clickOutside=null,this.el=typeof t=="string"?document.querySelector(t):t,!this.el)throw new Error("Tooltip: invalid element");this.opts={...oI,...n},this.bindEvents()}open(){this.isShown()||(this.clearTimer(),this.showTimer=window.setTimeout(()=>{this.render(),this.opts.container.appendChild(this.tip),this.reposition(),this.attachExtraEvents()},this.opts.delay))}close(){this.clearTimer(),this.hideTimer=window.setTimeout(()=>{var t;(t=this.tip)==null||t.remove(),this.detachExtraEvents()},this.opts.hideDelay)}toggle(){this.isShown()?this.close():this.open()}destroy(){this.close();const t=this.opts.trigger;this.el.removeEventListener("mouseenter",this.open),this.el.removeEventListener("mouseleave",this.close),this.el.removeEventListener("focus",this.open),this.el.removeEventListener("blur",this.close),t==="click"&&this.el.removeEventListener("click",this.toggle)}bindEvents(){const t=this.opts.trigger;t==="hover"?(this.el.addEventListener("mouseenter",()=>this.open()),this.el.addEventListener("mouseleave",()=>this.close())):t==="focus"?(this.el.addEventListener("focus",()=>this.open()),this.el.addEventListener("blur",()=>this.close())):t==="click"&&this.el.addEventListener("click",()=>this.toggle())}render(){if(this.tip)return;const t=typeof this.opts.content=="function"?this.opts.content():this.opts.content;this.tip=document.createElement("div"),this.tip.className=`${this.opts.className} ${this.opts.className}--${this.opts.placement}`,this.tip.innerHTML=`
123
+ Minimum version required to store current data is: `+P+`.
124
+ `);const U=f(C,I,M),z=e.getSymbolSize(C),F=new n(z);return d(F,C),p(F),w(F,C),y(F,I,0),C>=7&&m(F,C),_(F,U),isNaN(x)&&(x=a.getBestMask(F,y.bind(null,F,I))),a.applyMask(x,F),y(F,I,x),{modules:F,version:C,errorCorrectionLevel:I,maskPattern:x,segments:M}}return Pl.create=function(C,I){if(typeof C>"u"||C==="")throw new Error("No input text");let x=t.M,M,P;return typeof I<"u"&&(x=t.from(I.errorCorrectionLevel,t.M),M=c.from(I.version),P=a.from(I.maskPattern),I.toSJISFunc&&e.setToSJISFunction(I.toSJISFunc)),k(C,M,x,P)},Pl}var Yl={},Ql={},d2;function p2(){return d2||(d2=1,(function(e){function t(r){if(typeof r=="number"&&(r=r.toString()),typeof r!="string")throw new Error("Color should be defined as hex string");let n=r.slice().replace("#","").split("");if(n.length<3||n.length===5||n.length>8)throw new Error("Invalid hex color: "+r);(n.length===3||n.length===4)&&(n=Array.prototype.concat.apply([],n.map(function(s){return[s,s]}))),n.length===6&&n.push("F","F");const o=parseInt(n.join(""),16);return{r:o>>24&255,g:o>>16&255,b:o>>8&255,a:o&255,hex:"#"+n.slice(0,6).join("")}}e.getOptions=function(n){n||(n={}),n.color||(n.color={});const o=typeof n.margin>"u"||n.margin===null||n.margin<0?4:n.margin,s=n.width&&n.width>=21?n.width:void 0,a=n.scale||4;return{width:s,scale:s?4:a,margin:o,color:{dark:t(n.color.dark||"#000000ff"),light:t(n.color.light||"#ffffffff")},type:n.type,rendererOpts:n.rendererOpts||{}}},e.getScale=function(n,o){return o.width&&o.width>=n+o.margin*2?o.width/(n+o.margin*2):o.scale},e.getImageWidth=function(n,o){const s=e.getScale(n,o);return Math.floor((n+o.margin*2)*s)},e.qrToImageData=function(n,o,s){const a=o.modules.size,i=o.modules.data,l=e.getScale(a,s),c=Math.floor((a+s.margin*2)*l),u=s.margin*l,g=[s.color.light,s.color.dark];for(let h=0;h<c;h++)for(let d=0;d<c;d++){let p=(h*c+d)*4,w=s.color.light;if(h>=u&&d>=u&&h<c-u&&d<c-u){const m=Math.floor((h-u)/l),y=Math.floor((d-u)/l);w=g[i[m*a+y]?1:0]}n[p++]=w.r,n[p++]=w.g,n[p++]=w.b,n[p]=w.a}}})(Ql)),Ql}var f2;function eC(){return f2||(f2=1,(function(e){const t=p2();function r(o,s,a){o.clearRect(0,0,s.width,s.height),s.style||(s.style={}),s.height=a,s.width=a,s.style.height=a+"px",s.style.width=a+"px"}function n(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}e.render=function(s,a,i){let l=i,c=a;typeof l>"u"&&(!a||!a.getContext)&&(l=a,a=void 0),a||(c=n()),l=t.getOptions(l);const u=t.getImageWidth(s.modules.size,l),g=c.getContext("2d"),h=g.createImageData(u,u);return t.qrToImageData(h.data,s,l),r(g,c,u),g.putImageData(h,0,0),c},e.renderToDataURL=function(s,a,i){let l=i;typeof l>"u"&&(!a||!a.getContext)&&(l=a,a=void 0),l||(l={});const c=e.render(s,a,l),u=l.type||"image/png",g=l.rendererOpts||{};return c.toDataURL(u,g.quality)}})(Yl)),Yl}var Xl={},h2;function tC(){if(h2)return Xl;h2=1;const e=p2();function t(o,s){const a=o.a/255,i=s+'="'+o.hex+'"';return a<1?i+" "+s+'-opacity="'+a.toFixed(2).slice(1)+'"':i}function r(o,s,a){let i=o+s;return typeof a<"u"&&(i+=" "+a),i}function n(o,s,a){let i="",l=0,c=!1,u=0;for(let g=0;g<o.length;g++){const h=Math.floor(g%s),d=Math.floor(g/s);!h&&!c&&(c=!0),o[g]?(u++,g>0&&h>0&&o[g-1]||(i+=c?r("M",h+a,.5+d+a):r("m",l,0),l=0,c=!1),h+1<s&&o[g+1]||(i+=r("h",u),u=0)):l++}return i}return Xl.render=function(s,a,i){const l=e.getOptions(a),c=s.modules.size,u=s.modules.data,g=c+l.margin*2,h=l.color.light.a?"<path "+t(l.color.light,"fill")+' d="M0 0h'+g+"v"+g+'H0z"/>':"",d="<path "+t(l.color.dark,"stroke")+' d="'+n(u,c,l.margin)+'"/>',p='viewBox="0 0 '+g+" "+g+'"',m='<svg xmlns="http://www.w3.org/2000/svg" '+(l.width?'width="'+l.width+'" height="'+l.width+'" ':"")+p+' shape-rendering="crispEdges">'+h+d+`</svg>
125
+ `;return typeof i=="function"&&i(null,m),m},Xl}var m2;function rC(){if(m2)return mn;m2=1;const e=qS(),t=XS(),r=eC(),n=tC();function o(s,a,i,l,c){const u=[].slice.call(arguments,1),g=u.length,h=typeof u[g-1]=="function";if(!h&&!e())throw new Error("Callback required as last argument");if(h){if(g<2)throw new Error("Too few arguments provided");g===2?(c=i,i=a,a=l=void 0):g===3&&(a.getContext&&typeof c>"u"?(c=l,l=void 0):(c=l,l=i,i=a,a=void 0))}else{if(g<1)throw new Error("Too few arguments provided");return g===1?(i=a,a=l=void 0):g===2&&!a.getContext&&(l=i,i=a,a=void 0),new Promise(function(d,p){try{const w=t.create(i,l);d(s(w,a,l))}catch(w){p(w)}})}try{const d=t.create(i,l);c(null,s(d,a,l))}catch(d){c(d)}}return mn.create=t.create,mn.toCanvas=o.bind(null,r.render),mn.toDataURL=o.bind(null,r.renderToDataURL),mn.toString=o.bind(null,function(s,a,i){return n.render(s,i)}),mn}var nC=rC();const g2=dd(nC);class v2{constructor(t,{size:r=200,margin:n=4,color:o="#000",bgColor:s="#fff"}){this.value=t,this.size=r,this.margin=n,this.color=o,this.bgColor=s}get qrCodeOption(){return{width:this.size,margin:this.margin,color:{dark:this.color,light:this.bgColor}}}async toDataURL(){return g2.toDataURL(this.value,this.qrCodeOption)}async toCanvas(t){return g2.toCanvas(t,this.value,this.qrCodeOption)}async toImage(t){t.src=await this.toDataURL()}}const oC={content:"",placement:"top",trigger:"hover",delay:150,hideDelay:150,container:document.body,className:"tiny-remoter-native-tooltip"};class sC{constructor(t,r={}){if(this.tip=null,this.showTimer=0,this.hideTimer=0,this.clickOutside=null,this.el=typeof t=="string"?document.querySelector(t):t,!this.el)throw new Error("Tooltip: invalid element");this.opts={...oC,...r},this.bindEvents()}open(){this.isShown()||(this.clearTimer(),this.showTimer=window.setTimeout(()=>{this.render(),this.opts.container.appendChild(this.tip),this.reposition(),this.attachExtraEvents()},this.opts.delay))}close(){this.clearTimer(),this.hideTimer=window.setTimeout(()=>{this.tip?.remove(),this.detachExtraEvents()},this.opts.hideDelay)}toggle(){this.isShown()?this.close():this.open()}destroy(){this.close();const t=this.opts.trigger;this.el.removeEventListener("mouseenter",this.open),this.el.removeEventListener("mouseleave",this.close),this.el.removeEventListener("focus",this.open),this.el.removeEventListener("blur",this.close),t==="click"&&this.el.removeEventListener("click",this.toggle)}bindEvents(){const t=this.opts.trigger;t==="hover"?(this.el.addEventListener("mouseenter",()=>this.open()),this.el.addEventListener("mouseleave",()=>this.close())):t==="focus"?(this.el.addEventListener("focus",()=>this.open()),this.el.addEventListener("blur",()=>this.close())):t==="click"&&this.el.addEventListener("click",()=>this.toggle())}render(){if(this.tip)return;const t=typeof this.opts.content=="function"?this.opts.content():this.opts.content;this.tip=document.createElement("div"),this.tip.className=`${this.opts.className} ${this.opts.className}--${this.opts.placement}`,this.tip.innerHTML=`
86
126
  <div class="${this.opts.className}__arrow"></div>
87
127
  <div class="${this.opts.className}__inner">${t}</div>
88
- `}reposition(){const t=this.placementList(this.opts.placement);for(const n of t){const r=this.calcStyle(n);if(this.checkViewport(r)){this.applyStyle(r),this.tip.className=`${this.opts.className} ${this.opts.className}--${n}`;return}}this.applyStyle(this.calcStyle("top"))}calcStyle(t){const n=this.el.getBoundingClientRect(),r=this.tip.getBoundingClientRect(),o=window.pageYOffset||document.documentElement.scrollTop,s=window.pageXOffset||document.documentElement.scrollLeft,i=6,[a,l="center"]=t.split("-");let c=0,u=0;return a==="top"?c=n.top+o-r.height-i:a==="bottom"?c=n.bottom+o+i:a==="left"?u=n.left+s-r.width-i:a==="right"&&(u=n.right+s+i),(a==="top"||a==="bottom")&&(l==="start"?u=n.left+s:l==="end"?u=n.right+s-r.width:u=(n.left+n.right)/2+s-r.width/2),(a==="left"||a==="right")&&(l==="start"?c=n.top+o:l==="end"?c=n.bottom+o-r.height:c=(n.top+n.bottom)/2+o-r.height/2),{top:Math.round(c),left:Math.round(u)}}applyStyle({top:t,left:n}){Object.assign(this.tip.style,{position:"absolute",top:`${t}px`,left:`${n}px`})}checkViewport({top:t,left:n}){const o=window.innerWidth,s=window.innerHeight,i=this.tip.getBoundingClientRect();return n>=5&&t>=5&&n+i.width<=o-5&&t+i.height<=s-5}placementList(t){const n={top:["top","bottom","top-start","bottom-start","top-end","bottom-end"],bottom:["bottom","top","bottom-start","top-start","bottom-end","top-end"],left:["left","right","left-start","right-start","left-end","right-end"],right:["right","left","right-start","left-start","right-end","left-end"]};return n[t.split("-")[0]]||n.top}attachExtraEvents(){this.opts.trigger==="click"?(this.clickOutside=t=>{const n=t.composedPath();!n.includes(this.el)&&!n.includes(this.tip)&&this.close()},document.addEventListener("mousedown",this.clickOutside)):this.opts.trigger==="hover"&&(this.tip.addEventListener("mouseenter",()=>this.clearTimer()),this.tip.addEventListener("mouseleave",()=>this.close()))}detachExtraEvents(){this.clickOutside&&(document.removeEventListener("mousedown",this.clickOutside),this.clickOutside=null)}clearTimer(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer)}isShown(){var t;return!!((t=this.tip)!=null&&t.parentNode)}}const um="tiny-remoter-native-tooltip-style";(()=>{if(document.getElementById(um))return;const e=document.createElement("style");e.id=um,e.textContent=`
128
+ `}reposition(){const t=this.placementList(this.opts.placement);for(const r of t){const n=this.calcStyle(r);if(this.checkViewport(n)){this.applyStyle(n),this.tip.className=`${this.opts.className} ${this.opts.className}--${r}`;return}}this.applyStyle(this.calcStyle("top"))}calcStyle(t){const r=this.el.getBoundingClientRect(),n=this.tip.getBoundingClientRect(),o=window.pageYOffset||document.documentElement.scrollTop,s=window.pageXOffset||document.documentElement.scrollLeft,a=6,[i,l="center"]=t.split("-");let c=0,u=0;return i==="top"?c=r.top+o-n.height-a:i==="bottom"?c=r.bottom+o+a:i==="left"?u=r.left+s-n.width-a:i==="right"&&(u=r.right+s+a),(i==="top"||i==="bottom")&&(l==="start"?u=r.left+s:l==="end"?u=r.right+s-n.width:u=(r.left+r.right)/2+s-n.width/2),(i==="left"||i==="right")&&(l==="start"?c=r.top+o:l==="end"?c=r.bottom+o-n.height:c=(r.top+r.bottom)/2+o-n.height/2),{top:Math.round(c),left:Math.round(u)}}applyStyle({top:t,left:r}){Object.assign(this.tip.style,{position:"absolute",top:`${t}px`,left:`${r}px`})}checkViewport({top:t,left:r}){const o=window.innerWidth,s=window.innerHeight,a=this.tip.getBoundingClientRect();return r>=5&&t>=5&&r+a.width<=o-5&&t+a.height<=s-5}placementList(t){const r={top:["top","bottom","top-start","bottom-start","top-end","bottom-end"],bottom:["bottom","top","bottom-start","top-start","bottom-end","top-end"],left:["left","right","left-start","right-start","left-end","right-end"],right:["right","left","right-start","left-start","right-end","left-end"]};return r[t.split("-")[0]]||r.top}attachExtraEvents(){this.opts.trigger==="click"?(this.clickOutside=t=>{const r=t.composedPath();!r.includes(this.el)&&!r.includes(this.tip)&&this.close()},document.addEventListener("mousedown",this.clickOutside)):this.opts.trigger==="hover"&&(this.tip.addEventListener("mouseenter",()=>this.clearTimer()),this.tip.addEventListener("mouseleave",()=>this.close()))}detachExtraEvents(){this.clickOutside&&(document.removeEventListener("mousedown",this.clickOutside),this.clickOutside=null)}clearTimer(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer)}isShown(){return!!this.tip?.parentNode}}const _2="tiny-remoter-native-tooltip-style";(()=>{if(document.getElementById(_2))return;const e=document.createElement("style");e.id=_2,e.textContent=`
89
129
  .tiny-remoter-native-tooltip {
90
130
  position: absolute;
91
131
  z-index: 9999;
@@ -132,29 +172,29 @@ Minimum version required to store current data is: `+s+`.
132
172
  transform: translateY(-50%);
133
173
  border-right-color: rgba(0,0,0,.75);
134
174
  }
135
- `,document.head.appendChild(e)})();const iI="data:image/svg+xml,%3csvg%20viewBox='0%200%2040%2039.9692'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='40.000000'%20height='39.969238'%20fill='none'%20customFrame='url(%23clipPath_3)'%3e%3cdefs%3e%3cclipPath%20id='clipPath_3'%3e%3crect%20width='40.000000'%20height='39.969238'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_4'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='7.984619'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_5'%3e%3crect%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='9.984619'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_6'%3e%3crect%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='9.984619'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_7'%3e%3crect%20width='21.666666'%20height='13.333333'%20x='20.000000'%20y='9.984619'%20rx='6.666667'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_8'%3e%3crect%20width='6.666667'%20height='6.666667'%20x='23.333496'%20y='9.984619'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='2'%20width='40.000000'%20height='39.969238'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(239,246,255)'%20/%3e%3cg%20id='物业'%20clip-path='url(%23clipPath_4)'%20customFrame='url(%23clipPath_4)'%3e%3crect%20id='物业'%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='7.984619'%20/%3e%3cg%20id='物业服务'%3e%3cg%20id='00公共/红点/图标+红点'%20customFrame='url(%23clipPath_5)'%3e%3crect%20id='00公共/红点/图标+红点'%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='9.984619'%20/%3e%3cg%20id='common_chats_line'%20customFrame='url(%23clipPath_6)'%3e%3crect%20id='common_chats_line'%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='9.984619'%20/%3e%3cpath%20id='形状'%20d='M28.3332%2019.9847C28.3332%2015.3823%2024.6022%2011.6514%2019.9998%2011.6514C15.3975%2011.6514%2011.6665%2015.3823%2011.6665%2019.9847C11.6665%2024.5871%2015.3975%2028.318%2019.9998%2028.318C21.0018%2028.318%2021.9624%2028.1412%2022.8522%2027.8171L26.581%2028.1578C26.7205%2028.1706%2026.8611%2028.1598%2026.9971%2028.1259C27.6669%2027.959%2028.0746%2027.2806%2027.9077%2026.6108L27.2716%2024.0578C27.9477%2022.8535%2028.3332%2021.4641%2028.3332%2019.9847ZM19.9998%2013.1514C16.2259%2013.1514%2013.1665%2016.2108%2013.1665%2019.9847C13.1665%2023.7586%2016.2259%2026.818%2019.9998%2026.818C20.8089%2026.818%2021.5967%2026.678%2022.3388%2026.4077C22.505%2026.3471%2022.6803%2026.3166%2022.8565%2026.3171L22.9887%2026.3233L26.3665%2026.6322L25.8161%2024.4205C25.7352%2024.0958%2025.7655%2023.7548%2025.8997%2023.4512L25.9636%2023.3236C26.5311%2022.3126%2026.8332%2021.1723%2026.8332%2019.9847C26.8332%2016.2108%2023.7738%2013.1514%2019.9998%2013.1514ZM23.1152%2021.2468C23.352%2020.9069%2023.2684%2020.4394%2022.9286%2020.2026C22.5887%2019.9659%2022.1212%2020.0494%2021.8845%2020.3893C21.2894%2021.2433%2020.4268%2021.7347%2019.5102%2021.7347C18.9513%2021.7347%2018.4132%2021.554%2017.9375%2021.2122C17.6011%2020.9705%2017.1325%2021.0472%2016.8908%2021.3836C16.6491%2021.7199%2016.7258%2022.1886%2017.0622%2022.4303C17.7879%2022.9518%2018.6305%2023.2347%2019.5102%2023.2347C20.9394%2023.2347%2022.2505%2022.4878%2023.1152%2021.2468Z'%20fill='rgb(65,142,255)'%20fill-rule='evenodd'%20/%3e%3c/g%3e%3cg%20id='00公共/3位数红点'%20opacity='0'%20customFrame='url(%23clipPath_7)'%3e%3crect%20id='00公共/3位数红点'%20width='21.666666'%20height='13.333333'%20x='20.000000'%20y='9.984619'%20rx='6.666667'%20opacity='0'%20fill='rgb(243,111,100)'%20/%3e%3cpath%20id='文本'%20d='M26.0421%2013.4421C26.4259%2013.4421%2026.7677%2013.5255%2027.0675%2013.6923C27.3672%2013.8591%2027.6005%2014.0931%2027.7673%2014.3942C27.9342%2014.694%2028.0176%2015.0351%2028.0176%2015.4176C28.0176%2015.7173%2027.9633%2015.994%2027.8548%2016.2476C27.7463%2016.4999%2027.5673%2016.8315%2027.3177%2017.2425L25.859%2019.6432L25.0167%2019.6432L26.276%2017.5924C26.3534%2017.4704%2026.4307%2017.3564%2026.508%2017.2507C26.3357%2017.3063%2026.1445%2017.3341%2025.9342%2017.3341C25.5721%2017.3341%2025.2493%2017.2479%2024.9658%2017.0757C24.6837%2016.9034%2024.4633%2016.6701%2024.3046%2016.3758C24.1459%2016.0815%2024.0666%2015.7566%2024.0666%2015.4013C24.0666%2015.0351%2024.1513%2014.7021%2024.3209%2014.4023C24.4904%2014.1012%2024.7264%2013.8659%2025.0289%2013.6964C25.3314%2013.5268%2025.6691%2013.4421%2026.0421%2013.4421ZM26.0421%2016.6505C26.4029%2016.6505%2026.6904%2016.5325%2026.9047%2016.2965C27.119%2016.0605%2027.2262%2015.7539%2027.2262%2015.3769C27.2262%2014.9985%2027.119%2014.694%2026.9047%2014.4634C26.6904%2014.2328%2026.4029%2014.1175%2026.0421%2014.1175C25.6867%2014.1175%2025.4019%2014.2342%2025.1876%2014.4674C24.9733%2014.7007%2024.8661%2015.0039%2024.8661%2015.3769C24.8661%2015.7539%2024.9719%2016.0605%2025.1835%2016.2965C25.3951%2016.5325%2025.6813%2016.6505%2026.0421%2016.6505ZM30.7921%2013.4421C31.1759%2013.4421%2031.5177%2013.5255%2031.8175%2013.6923C32.1172%2013.8591%2032.3505%2014.0931%2032.5173%2014.3942C32.6842%2014.694%2032.7676%2015.0351%2032.7676%2015.4176C32.7676%2015.7173%2032.7133%2015.994%2032.6048%2016.2476C32.4963%2016.4999%2032.3173%2016.8315%2032.0677%2017.2425L30.609%2019.6432L29.7667%2019.6432L31.026%2017.5924C31.1034%2017.4704%2031.1807%2017.3564%2031.258%2017.2507C31.0857%2017.3063%2030.8945%2017.3341%2030.6842%2017.3341C30.3221%2017.3341%2029.9993%2017.2479%2029.7158%2017.0757C29.4337%2016.9034%2029.2133%2016.6701%2029.0546%2016.3758C28.8959%2016.0815%2028.8166%2015.7566%2028.8166%2015.4013C28.8166%2015.0351%2028.9013%2014.7021%2029.0709%2014.4023C29.2404%2014.1012%2029.4764%2013.8659%2029.7789%2013.6964C30.0814%2013.5268%2030.4191%2013.4421%2030.7921%2013.4421ZM30.7921%2016.6505C31.1529%2016.6505%2031.4404%2016.5325%2031.6547%2016.2965C31.869%2016.0605%2031.9762%2015.7539%2031.9762%2015.3769C31.9762%2014.9985%2031.869%2014.694%2031.6547%2014.4634C31.4404%2014.2328%2031.1529%2014.1175%2030.7921%2014.1175C30.4367%2014.1175%2030.1519%2014.2342%2029.9376%2014.4674C29.7233%2014.7007%2029.6161%2015.0039%2029.6161%2015.3769C29.6161%2015.7539%2029.7219%2016.0605%2029.9335%2016.2965C30.1451%2016.5325%2030.4313%2016.6505%2030.7921%2016.6505ZM35.2674%2014.6851L35.9001%2014.6851L35.9001%2016.3188L37.5339%2016.3188L37.5339%2016.9516L35.9001%2016.9516L35.9001%2018.5853L35.2674%2018.5853L35.2674%2016.9516L33.6337%2016.9516L33.6337%2016.3188L35.2674%2016.3188L35.2674%2014.6851Z'%20fill='rgb(255,255,255)'%20fill-rule='nonzero'%20/%3e%3c/g%3e%3cg%20id='00公共/单红点'%20opacity='0'%20customFrame='url(%23clipPath_8)'%3e%3crect%20id='00公共/单红点'%20width='6.666667'%20height='6.666667'%20x='23.333496'%20y='9.984619'%20opacity='0'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3ccircle%20id='红点'%20cx='26.6668301'%20cy='13.3179522'%20r='3.33333325'%20fill='rgb(243,111,100)'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e",aI="data:image/svg+xml,%3csvg%20viewBox='0%200%2040%2040'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='40.000000'%20height='40.000000'%20fill='none'%20customFrame='url(%23clipPath_12)'%3e%3cdefs%3e%3cclipPath%20id='clipPath_12'%3e%3crect%20width='40.000000'%20height='40.000000'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_13'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='8.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_14'%3e%3crect%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='10.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='4'%20width='40.000000'%20height='40.000000'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(234,255,244)'%20/%3e%3cg%20id='我的信息'%20clip-path='url(%23clipPath_13)'%20customFrame='url(%23clipPath_13)'%3e%3crect%20id='我的信息'%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='8.000000'%20/%3e%3cg%20id='组合%208'%20customFrame='url(%23clipPath_14)'%3e%3crect%20id='组合%208'%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='10.000000'%20/%3e%3cpath%20id='合并'%20d='M28.4994%2012.3142C28.4994%2012.2578%2028.4937%2012.2018%2028.4825%2012.1465C28.4713%2012.0911%2028.4547%2012.0373%2028.4327%2011.9851C28.4107%2011.933%2028.3836%2011.8835%2028.3516%2011.8365C28.3197%2011.7896%2028.2834%2011.7461%2028.2427%2011.7062C28.202%2011.6663%2028.1579%2011.6307%2028.1101%2011.5993C28.0622%2011.568%2028.0117%2011.5415%2027.9585%2011.5199C27.9054%2011.4983%2027.8506%2011.4819%2027.7942%2011.4709C27.7378%2011.4599%2027.6806%2011.4544%2027.6231%2011.4544L24.1832%2011.5199L24.1832%2010L29.0796%2010C29.1472%2010%2029.2143%2010.0065%2029.2806%2010.0194C29.347%2010.0324%2029.4114%2010.0516%2029.4739%2010.077C29.5364%2010.1024%2029.5961%2010.1336%2029.6523%2010.1705C29.7086%2010.2074%2029.7605%2010.2493%2029.8084%2010.2963C29.8562%2010.3433%2029.8991%2010.3944%2029.9367%2010.4496C29.9743%2010.5048%2030.006%2010.5631%2030.0319%2010.6244C30.0578%2010.6858%2030.0773%2010.7491%2030.0905%2010.8142C30.1037%2010.8794%2030.1104%2010.9451%2030.1104%2011.0115L30.1832%2014.4522L28.4992%2014.5L28.4994%2012.3142ZM11.6995%2012.3143C11.6995%2012.2579%2011.7051%2012.2019%2011.7163%2012.1466C11.7275%2012.0912%2011.7441%2012.0374%2011.7661%2011.9852C11.7882%2011.9331%2011.8152%2011.8836%2011.8472%2011.8366C11.8791%2011.7897%2011.9155%2011.7462%2011.9562%2011.7063C11.9968%2011.6664%2012.0409%2011.6308%2012.0888%2011.5994C12.1366%2011.5681%2012.1871%2011.5416%2012.2403%2011.52C12.2934%2011.4984%2012.3482%2011.482%2012.4046%2011.471C12.4611%2011.46%2012.5182%2011.4545%2012.5758%2011.4545L16.0157%2011.52L16.0157%2010.0001L11.1193%2010.0001C11.0516%2010.0001%2010.9846%2010.0066%2010.9182%2010.0196C10.8518%2010.0325%2010.7874%2010.0517%2010.7249%2010.0771C10.6624%2010.1025%2010.6028%2010.1337%2010.5465%2010.1706C10.4902%2010.2075%2010.4383%2010.2494%2010.3904%2010.2964C10.3426%2010.3434%2010.2997%2010.3945%2010.2621%2010.4497C10.2245%2010.5049%2010.1929%2010.5632%2010.167%2010.6245C10.1411%2010.6859%2010.1215%2010.7492%2010.1083%2010.8143C10.0951%2010.8795%2010.0885%2010.9452%2010.0884%2011.0116L10.0157%2014.4523L11.6997%2014.5L11.6995%2012.3143ZM25.3135%2021.8051L25.3135%2022.8167C25.7656%2022.8929%2026.2209%2022.9249%2026.6792%2022.9127C28.3381%2022.9127%2029.1675%2022.326%2029.1675%2021.1527C29.1733%2020.9869%2029.151%2020.825%2029.1006%2020.667C29.0503%2020.509%2028.9747%2020.3641%2028.8742%2020.2322C28.767%2020.1025%2028.6403%2019.9963%2028.4938%2019.9134C28.3474%2019.8306%2028.191%2019.7767%2028.0246%2019.7517L28.0246%2019.7011C28.0971%2019.6839%2028.1676%2019.6606%2028.236%2019.6311C28.3044%2019.6016%2028.3698%2019.5665%2028.4321%2019.5257C28.4944%2019.4848%2028.5526%2019.4389%2028.6069%2019.3879C28.6613%2019.3369%2028.7109%2019.2816%2028.7556%2019.222C28.8003%2019.1624%2028.8394%2019.0994%2028.8732%2019.033C28.9069%2018.9665%2028.9346%2018.8977%2028.9564%2018.8265C28.9782%2018.7552%2028.9937%2018.6826%2029.0028%2018.6086C29.0119%2018.5347%2029.0145%2018.4605%2029.0107%2018.3861C29.0217%2018.2675%2029.0176%2018.1495%2028.9984%2018.0319C28.9791%2017.9144%2028.9454%2017.8012%2028.8971%2017.6923C28.8489%2017.5834%2028.7875%2017.4823%2028.7134%2017.3891C28.6393%2017.2959%2028.5547%2017.2135%2028.4595%2017.1419C28.219%2017.0003%2027.963%2016.8972%2027.6915%2016.8326C27.4199%2016.7679%2027.1449%2016.7446%2026.8664%2016.7626C26.6258%2016.7621%2026.3864%2016.7791%2026.1482%2016.8132C25.9479%2016.8386%2025.7504%2016.8791%2025.5563%2016.9346L25.5563%2017.8854C25.743%2017.8264%2025.9337%2017.7842%2026.128%2017.759C26.3276%2017.73%2026.5282%2017.7148%2026.7298%2017.7134C27.0252%2017.6949%2027.3049%2017.7523%2027.5692%2017.8854C27.6168%2017.9161%2027.6595%2017.9525%2027.6972%2017.9947C27.7348%2018.037%2027.766%2018.0835%2027.791%2018.1343C27.816%2018.1851%2027.8337%2018.2383%2027.8441%2018.294C27.8545%2018.3496%2027.8573%2018.4056%2027.8525%2018.462C27.8566%2018.5278%2027.8514%2018.5927%2027.8367%2018.657C27.822%2018.7212%2027.7986%2018.7821%2027.7663%2018.8395C27.734%2018.897%2027.694%2018.9487%2027.6468%2018.9946C27.5995%2019.0405%2027.5468%2019.0787%2027.4885%2019.1093C27.1544%2019.2631%2026.8037%2019.3306%2026.4364%2019.3117L25.9862%2019.3117L25.9862%2020.1917L26.4466%2020.1917C26.8409%2020.1669%2027.2202%2020.2309%2027.5845%2020.3839C27.6459%2020.4167%2027.7011%2020.4576%2027.7505%2020.5066C27.7999%2020.5556%2027.8412%2020.6107%2027.8745%2020.6718C27.9077%2020.733%2027.9315%2020.7976%2027.9458%2020.8656C27.9602%2020.9337%2027.9644%2021.0024%2027.9587%2021.0717C27.9648%2021.1402%2027.9612%2021.2083%2027.9478%2021.2757C27.9344%2021.3432%2027.912%2021.4074%2027.8801%2021.4683C27.8483%2021.5293%2027.8086%2021.5846%2027.7609%2021.6341C27.7132%2021.6837%2027.6593%2021.7254%2027.5996%2021.7596C27.2884%2021.9045%2026.9613%2021.9685%2026.6184%2021.9518C26.1786%2021.9465%2025.7436%2021.8977%2025.3135%2021.8051ZM21.3382%2018.6238C21.3445%2018.5593%2021.343%2018.495%2021.3335%2018.4308C21.3241%2018.3667%2021.3069%2018.3046%2021.2822%2018.2447C21.2575%2018.1847%2021.226%2018.1287%2021.1876%2018.0765C21.1492%2018.0242%2021.1049%2017.9774%2021.055%2017.936C20.9359%2017.8608%2020.808%2017.806%2020.6714%2017.7714C20.5349%2017.7368%2020.3964%2017.7242%2020.2558%2017.7337C19.8009%2017.7395%2019.356%2017.8087%2018.9208%2017.9411L18.9208%2016.9598C19.4252%2016.8181%2019.9393%2016.7524%2020.4633%2016.7626C20.7322%2016.7484%2020.9964%2016.7773%2021.256%2016.8491C21.5156%2016.9209%2021.7571%2017.032%2021.9806%2017.1824C22.0729%2017.2601%2022.1548%2017.3474%2022.2263%2017.4446C22.2978%2017.5418%2022.3567%2017.646%2022.4034%2017.7573C22.45%2017.8686%2022.483%2017.9838%2022.5021%2018.1029C22.5213%2018.222%2022.5261%2018.3417%2022.5167%2018.462C22.5245%2018.7882%2022.4655%2019.1017%2022.3396%2019.4027C22.1879%2019.7384%2021.984%2020.0384%2021.7277%2020.3029C21.3021%2020.7337%2020.8502%2021.135%2020.3721%2021.5067L19.9928%2021.8051L19.9928%2021.8759L22.6938%2021.8759L22.6938%2022.8419L18.5464%2022.8419L18.5464%2021.7697C19.2882%2021.1796%2019.8579%2020.6975%2020.2558%2020.3232C20.574%2020.0432%2020.8523%2019.728%2021.0905%2019.3774C21.1675%2019.2665%2021.2269%2019.1469%2021.2691%2019.0187C21.3113%2018.8904%2021.3344%2018.7588%2021.3382%2018.6238ZM12.3102%2017.2127L12.3102%2018.1939L13.7769%2017.9107L13.7769%2022.8419L14.9605%2022.8419L14.9605%2016.8486L14.0957%2016.8486L12.3102%2017.2127ZM28.5524%2028.0475C28.5524%2028.104%2028.5467%2028.1599%2028.5353%2028.2152C28.5239%2028.2706%2028.5071%2028.3244%2028.4849%2028.3766C28.4626%2028.4287%2028.4352%2028.4782%2028.4028%2028.5252C28.3705%2028.5721%2028.3337%2028.6156%2028.2925%2028.6555C28.2513%2028.6954%2028.2067%2028.731%2028.1583%2028.7624C28.1098%2028.7937%2028.0587%2028.8202%2028.0049%2028.8418C27.9511%2028.8634%2027.8957%2028.8798%2027.8385%2028.8908C27.7814%2028.9018%2027.7235%2028.9073%2027.6653%2028.9073L24.1832%2028.8418L24.1832%2030.3617L29.1397%2030.3617C29.2082%2030.3617%2029.276%2030.3552%2029.3432%2030.3423C29.4104%2030.3293%2029.4756%2030.3101%2029.5389%2030.2847C29.6022%2030.2593%2029.6625%2030.2281%2029.7195%2030.1912C29.7765%2030.1543%2029.829%2030.1124%2029.8774%2030.0654C29.9259%2030.0184%2029.9693%2029.9673%2030.0074%2029.9121C30.0454%2029.8569%2030.0774%2029.7986%2030.1037%2029.7373C30.1299%2029.6759%2030.1497%2029.6126%2030.163%2029.5475C30.1764%2029.4823%2030.1831%2029.4166%2030.1832%2029.3502L30.1832%2026.0478L28.4785%2026L28.5524%2028.0475ZM11.6308%2028.0099C11.6308%2028.0664%2011.6365%2028.1223%2011.6479%2028.1777C11.6592%2028.233%2011.676%2028.2868%2011.6983%2028.339C11.7206%2028.3911%2011.748%2028.4406%2011.7803%2028.4876C11.8127%2028.5345%2011.8495%2028.578%2011.8906%2028.6179C11.9318%2028.6578%2011.9765%2028.6934%2012.0249%2028.7248C12.0733%2028.7562%2012.1244%2028.7826%2012.1783%2028.8042C12.2321%2028.8259%2012.2875%2028.8422%2012.3446%2028.8532C12.4017%2028.8642%2012.4596%2028.8697%2012.5178%2028.8698L16%2028.8042L16%2030.3241L11.0435%2030.3241C10.975%2030.3241%2010.9071%2030.3176%2010.8399%2030.3047C10.7727%2030.2917%2010.7076%2030.2725%2010.6443%2030.2471C10.581%2030.2217%2010.5206%2030.1906%2010.4637%2030.1537C10.4067%2030.1168%2010.3542%2030.0748%2010.3057%2030.0278C10.2573%2029.9809%2010.2138%2029.9298%2010.1758%2029.8745C10.1377%2029.8193%2010.1057%2029.7611%2010.0795%2029.6997C10.0533%2029.6383%2010.0335%2029.575%2010.0201%2029.5099C10.0068%2029.4448%2010%2029.379%2010%2029.3126L10%2026.0478L11.7047%2026L11.6308%2028.0099Z'%20fill='rgb(14,191,241)'%20fill-rule='evenodd'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e",lI="data:image/svg+xml,%3csvg%20viewBox='0%200%2040%2040'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='40.000000'%20height='40.000000'%20fill='none'%20customFrame='url(%23clipPath_9)'%3e%3cdefs%3e%3cclipPath%20id='clipPath_9'%3e%3crect%20width='40.000000'%20height='40.000000'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_10'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='8.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_11'%3e%3crect%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='10.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='3'%20width='40.000000'%20height='40.000000'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(236,250,254)'%20/%3e%3cg%20id='画板%202310'%20customFrame='url(%23clipPath_10)'%3e%3crect%20id='画板%202310'%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='8.000000'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3cg%20id='人事服务'%3e%3cg%20id='ic_public_link'%20clip-path='url(%23clipPath_11)'%20customFrame='url(%23clipPath_11)'%3e%3crect%20id='ic_public_link'%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='10.000000'%20/%3e%3cpath%20id='path1'%20d='M9.9999%2019.9917C9.9999%2018.4292%209.99573%2016.8667%209.9999%2015.3042C9.99573%2014.5459%2010.0916%2013.7917%2010.2749%2013.0626C10.6874%2011.5126%2011.6957%2010.5917%2013.2457%2010.2334C14.0207%2010.0667%2014.8166%209.98756%2015.6082%2010.0001C18.6041%2010.0001%2021.5999%2010.0001%2024.5999%2010.0001C25.3541%209.99589%2026.1082%2010.0792%2026.8457%2010.2584C28.4416%2010.6459%2029.3999%2011.6584%2029.7624%2013.2501C29.9291%2014.0001%2030.0041%2014.7667%2029.9957%2015.5376C29.9957%2018.5667%2029.9957%2021.5959%2029.9957%2024.6209C29.9999%2025.3709%2029.9166%2026.1209%2029.7416%2026.8459C29.3499%2028.4459%2028.3332%2029.3959%2026.7457%2029.7626C25.9666%2029.9292%2025.1749%2030.0084%2024.3791%2029.9959C21.3957%2029.9959%2018.4124%2029.9959%2015.4291%2029.9959C14.6666%2030.0042%2013.9082%2029.9167%2013.1666%2029.7417C11.5624%2029.3542%2010.5999%2028.3376%2010.2374%2026.7376C10.0499%2025.9251%209.9999%2025.1126%209.9999%2024.2917C9.9999%2022.8584%209.9999%2021.4251%209.9999%2019.9917Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='evenodd'%20/%3e%3ccircle%20id='path2'%20cx='20'%20cy='20'%20r='10'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3cpath%20id='path3'%20d='M25.0333%2021.8666L26.9%2020C28.8083%2018.0916%2028.8083%2015%2026.9%2013.0958C24.9958%2011.1875%2021.9041%2011.1875%2020%2013.0958L18.1291%2014.9625M21.8666%2025.0333L20%2026.9C18.0916%2028.8083%2015%2028.8083%2013.0958%2026.9C11.1875%2024.9958%2011.1875%2021.9041%2013.0958%2020L14.9625%2018.1291'%20fill-rule='nonzero'%20stroke='rgb(14,191,241)'%20stroke-linecap='round'%20stroke-width='1.25'%20/%3e%3cpath%20id='pah4'%20d='M18.125%2021.875L21.875%2018.125'%20stroke='rgb(14,191,241)'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.25'%20/%3e%3cpath%20id='path5'%20d='M25.8207%2019.2626L24.0457%2021.0376C23.7998%2021.2834%2023.6748%2021.5292%2023.6748%2021.7751C23.6748%2022.0209%2023.7998%2022.2667%2024.0457%2022.5126C24.1498%2022.6167%2024.2665%2022.6959%2024.3915%2022.7459C24.5123%2022.7917%2024.6415%2022.8167%2024.779%2022.8167C24.9207%2022.8167%2025.0498%2022.7917%2025.1665%2022.7459C25.2957%2022.6959%2025.4123%2022.6167%2025.5165%2022.5126L27.2915%2020.7334C27.8165%2020.2126%2028.2165%2019.6334%2028.4957%2019.0001C28.5082%2018.9667%2028.5248%2018.9334%2028.5373%2018.8959C28.554%2018.8626%2028.5665%2018.8292%2028.579%2018.7917C28.8332%2018.1501%2028.9582%2017.4584%2028.9582%2016.7209C28.9582%2015.9792%2028.8332%2015.2876%2028.579%2014.6459C28.5665%2014.6084%2028.554%2014.5751%2028.5373%2014.5417C28.5248%2014.5042%2028.5082%2014.4709%2028.4957%2014.4376C28.2165%2013.8042%2027.8165%2013.2292%2027.2915%2012.7042C26.7707%2012.1792%2026.1915%2011.7792%2025.5582%2011.5001C25.5248%2011.4876%2025.4915%2011.4709%2025.454%2011.4584C25.4207%2011.4417%2025.3873%2011.4292%2025.354%2011.4167C24.7082%2011.1667%2024.0165%2011.0417%2023.279%2011.0417C22.5373%2011.0417%2021.8457%2011.1667%2021.204%2011.4167C21.1665%2011.4292%2021.1332%2011.4417%2021.0998%2011.4584C21.0623%2011.4709%2021.029%2011.4876%2020.9957%2011.5001C20.3623%2011.7792%2019.7832%2012.1792%2019.2623%2012.7042L17.4832%2014.4792C17.379%2014.5834%2017.2998%2014.7001%2017.2498%2014.8292C17.204%2014.9501%2017.179%2015.0751%2017.179%2015.2167C17.179%2015.3542%2017.204%2015.4834%2017.2498%2015.6042C17.2998%2015.7292%2017.379%2015.8459%2017.4832%2015.9542C17.5915%2016.0584%2017.7082%2016.1376%2017.8332%2016.1876C17.954%2016.2334%2018.0832%2016.2584%2018.2207%2016.2584C18.3623%2016.2584%2018.4915%2016.2334%2018.6082%2016.1876C18.7373%2016.1376%2018.854%2016.0584%2018.9582%2015.9542L20.7332%2014.1751C21.0873%2013.8209%2021.4748%2013.5584%2021.8957%2013.3834C22.3165%2013.2084%2022.779%2013.1251%2023.279%2013.1251C23.7748%2013.1251%2024.2373%2013.2084%2024.6582%2013.3834C25.079%2013.5584%2025.4665%2013.8209%2025.8207%2014.1751C26.1748%2014.5292%2026.4373%2014.9167%2026.6123%2015.3376C26.7873%2015.7584%2026.8748%2016.2167%2026.8748%2016.7209C26.8748%2017.2209%2026.7873%2017.6792%2026.6123%2018.1001C26.4373%2018.5209%2026.1748%2018.9084%2025.8207%2019.2626ZM13.3832%2021.8959C13.5582%2021.4751%2013.8207%2021.0876%2014.1748%2020.7334L15.954%2018.9584C16.0582%2018.8542%2016.1373%2018.7376%2016.1873%2018.6084C16.2332%2018.4876%2016.2582%2018.3626%2016.2582%2018.2209C16.2582%2018.0834%2016.2332%2017.9542%2016.1873%2017.8334C16.1373%2017.7084%2016.0582%2017.5917%2015.954%2017.4834C15.7082%2017.2417%2015.4623%2017.1167%2015.2165%2017.1167C14.9707%2017.1167%2014.7248%2017.2417%2014.479%2017.4834L12.704%2019.2626C12.179%2019.7876%2011.779%2020.3626%2011.4998%2020.9959C11.4873%2021.0292%2011.4707%2021.0626%2011.4582%2021.1001C11.4415%2021.1334%2011.429%2021.1667%2011.4165%2021.2042C11.1665%2021.8459%2011.0415%2022.5376%2011.0415%2023.2792C11.0415%2024.0167%2011.1665%2024.7084%2011.4165%2025.3542C11.429%2025.3876%2011.4415%2025.4209%2011.4582%2025.4584C11.4707%2025.4917%2011.4873%2025.5251%2011.4998%2025.5584C11.779%2026.1917%2012.179%2026.7709%2012.704%2027.2917C13.2248%2027.8167%2013.804%2028.2167%2014.4373%2028.4959C14.4707%2028.5084%2014.504%2028.5251%2014.5415%2028.5376C14.5748%2028.5542%2014.6082%2028.5667%2014.6457%2028.5792C15.2873%2028.8292%2015.979%2028.9584%2016.7207%2028.9584C17.4582%2028.9584%2018.1498%2028.8292%2018.7915%2028.5792C18.829%2028.5667%2018.8623%2028.5542%2018.8957%2028.5376C18.9332%2028.5251%2018.9665%2028.5084%2018.9998%2028.4959C19.6332%2028.2167%2020.2123%2027.8167%2020.7332%2027.2917L22.5123%2025.5167C22.6165%2025.4126%2022.6957%2025.2959%2022.7457%2025.1667C22.7915%2025.0459%2022.8165%2024.9209%2022.8165%2024.7792C22.8165%2024.6417%2022.7915%2024.5126%2022.7457%2024.3917C22.6957%2024.2667%2022.6165%2024.1501%2022.5123%2024.0417C22.2665%2023.8001%2022.0207%2023.6751%2021.7748%2023.6751C21.529%2023.6751%2021.2832%2023.8001%2021.0373%2024.0417L19.2623%2025.8209C18.9082%2026.1751%2018.5207%2026.4376%2018.0998%2026.6126C17.679%2026.7876%2017.2165%2026.8751%2016.7207%2026.8751C16.2207%2026.8751%2015.7582%2026.7876%2015.3373%2026.6126C14.9165%2026.4376%2014.529%2026.1751%2014.1748%2025.8209C13.8207%2025.4667%2013.5582%2025.0792%2013.3832%2024.6584C13.2082%2024.2376%2013.1248%2023.7792%2013.1248%2023.2792C13.1248%2022.7751%2013.2082%2022.3167%2013.3832%2021.8959Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='evenodd'%20/%3e%3cpath%20id='path6'%20d='M21.8127%2016.7458C21.746%2016.7874%2021.6877%2016.8374%2021.6293%2016.8916L16.8918%2021.6291C16.8377%2021.6874%2016.7877%2021.7499%2016.746%2021.8124C16.7127%2021.8624%2016.6877%2021.9166%2016.6627%2021.9749C16.6377%2022.0374%2016.6168%2022.1041%2016.6043%2022.1708C16.5918%2022.2333%2016.5835%2022.2999%2016.5835%2022.3666C16.5835%2022.4333%2016.5918%2022.4999%2016.6043%2022.5666C16.6168%2022.6333%2016.6377%2022.6999%2016.6627%2022.7624C16.6877%2022.8166%2016.7127%2022.8708%2016.746%2022.9208C16.7877%2022.9874%2016.8377%2023.0499%2016.8918%2023.1041C16.946%2023.1583%2017.0085%2023.2083%2017.0752%2023.2499C17.1252%2023.2833%2017.1793%2023.3083%2017.2335%2023.3333C17.3002%2023.3583%2017.3627%2023.3791%2017.4293%2023.3916C17.496%2023.4041%2017.5627%2023.4124%2017.6293%2023.4124C17.696%2023.4124%2017.7627%2023.4041%2017.8252%2023.3916C17.8918%2023.3791%2017.9585%2023.3583%2018.021%2023.3333C18.0793%2023.3083%2018.1335%2023.2833%2018.1835%2023.2499C18.246%2023.2083%2018.3085%2023.1583%2018.3668%2023.1041L23.1043%2018.3666C23.1585%2018.3083%2023.2085%2018.2499%2023.2502%2018.1833C23.2835%2018.1333%2023.3085%2018.0791%2023.3335%2018.0208C23.3585%2017.9583%2023.3793%2017.8916%2023.3918%2017.8249C23.4043%2017.7624%2023.4127%2017.6958%2023.4127%2017.6291C23.4127%2017.5624%2023.4043%2017.4958%2023.3918%2017.4291C23.3793%2017.3624%2023.3585%2017.2999%2023.3335%2017.2333C23.3085%2017.1791%2023.2835%2017.1249%2023.2502%2017.0749C23.2085%2017.0083%2023.1585%2016.9458%2023.1043%2016.8916C23.046%2016.8374%2022.9877%2016.7874%2022.921%2016.7458C22.871%2016.7124%2022.8168%2016.6874%2022.7627%2016.6624C22.696%2016.6374%2022.6335%2016.6166%2022.5668%2016.6041C22.5002%2016.5916%2022.4335%2016.5833%2022.3668%2016.5833C22.3002%2016.5833%2022.2335%2016.5916%2022.171%2016.6041C22.1043%2016.6166%2022.0377%2016.6374%2021.9752%2016.6624C21.9168%2016.6874%2021.8627%2016.7124%2021.8127%2016.7458Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='evenodd'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e",cI="data:image/svg+xml,%3csvg%20viewBox='0%200%2040%2040'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='40.000000'%20height='40.000000'%20fill='none'%20customFrame='url(%23clipPath_0)'%3e%3cdefs%3e%3cclipPath%20id='clipPath_0'%3e%3crect%20width='40.000000'%20height='40.000000'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_1'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='8.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_2'%3e%3crect%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='10.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='1'%20width='40.000000'%20height='40.000000'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(236,250,254)'%20/%3e%3cg%20id='车辆'%20clip-path='url(%23clipPath_1)'%20customFrame='url(%23clipPath_1)'%3e%3crect%20id='车辆'%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='8.000000'%20/%3e%3cg%20id='编组'%3e%3cg%20id='ic_public_qrcode'%20clip-path='url(%23clipPath_2)'%20customFrame='url(%23clipPath_2)'%3e%3crect%20id='ic_public_qrcode'%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='10.000000'%20/%3e%3cg%20id='ic_public_qrcode_1_1'%3e%3cpath%20id='ic_public_qrcode_2_0'%20d='M10.6273%2019.9924C10.6273%2018.5277%2010.6222%2017.0631%2010.6273%2015.5985C10.6243%2014.8898%2010.7114%2014.1836%2010.8865%2013.4968C11.2702%2012.0432%2012.2171%2011.1805%2013.6693%2010.8458C14.3974%2010.6885%2015.1411%2010.6148%2015.886%2010.6261C18.6946%2010.6261%2021.5035%2010.6261%2024.3127%2010.6261C25.0221%2010.6217%2025.7295%2010.7029%2026.4195%2010.8678C27.9156%2011.2339%2028.8134%2012.1816%2029.1554%2013.6725C29.3092%2014.3772%2029.3826%2015.097%2029.3744%2015.8182C29.3744%2018.6571%2029.3744%2021.4963%2029.3744%2024.3357C29.3782%2025.0383%2029.2973%2025.7388%2029.1334%2026.422C28.7673%2027.9189%2027.8153%2028.8123%2026.3243%2029.1543C25.5961%2029.311%2024.8524%2029.3847%2024.1076%2029.374C21.3107%2029.374%2018.514%2029.374%2015.7176%2029.374C15.0027%2029.3798%2014.2897%2029.2999%2013.5939%2029.136C12.0912%2028.7698%2011.189%2027.8178%2010.8477%2026.3195C10.6734%2025.5579%2010.6273%2024.7941%2010.6273%2024.0237C10.6273%2022.6802%2010.6273%2021.3364%2010.6273%2019.9924Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='nonzero'%20/%3e%3cpath%20id='ic_public_qrcode_2_0'%20d='M10.6273%2015.5985C10.6243%2014.8898%2010.7114%2014.1836%2010.8865%2013.4968C11.2702%2012.0432%2012.2171%2011.1805%2013.6693%2010.8458C14.3974%2010.6885%2015.1411%2010.6148%2015.886%2010.6261C18.6946%2010.6261%2021.5035%2010.6261%2024.3127%2010.6261C25.0221%2010.6217%2025.7295%2010.7029%2026.4195%2010.8678C27.9156%2011.2339%2028.8134%2012.1816%2029.1554%2013.6725C29.3092%2014.3772%2029.3826%2015.097%2029.3744%2015.8182C29.3744%2018.6571%2029.3744%2021.4963%2029.3744%2024.3357C29.3782%2025.0383%2029.2973%2025.7388%2029.1334%2026.422C28.7673%2027.9189%2027.8153%2028.8123%2026.3243%2029.1543C25.5961%2029.311%2024.8524%2029.3847%2024.1076%2029.374C21.3107%2029.374%2018.514%2029.374%2015.7176%2029.374C15.0027%2029.3798%2014.2897%2029.2999%2013.5939%2029.136C12.0912%2028.7698%2011.189%2027.8178%2010.8477%2026.3195C10.6734%2025.5579%2010.6273%2024.7941%2010.6273%2024.0237C10.6273%2022.6802%2010.6273%2021.3364%2010.6273%2019.9924C10.6273%2018.5277%2010.6222%2017.0631%2010.6273%2015.5985Z'%20fill-rule='nonzero'%20stroke='rgb(255,255,255)'%20stroke-opacity='0'%20stroke-width='1.25'%20/%3e%3cpath%20id='ic_public_qrcode_2_1'%20d='M10.6273%2015.5985C10.6243%2014.8898%2010.7114%2014.1836%2010.8865%2013.4968C11.2702%2012.0432%2012.2171%2011.1805%2013.6693%2010.8458C14.3974%2010.6885%2015.1411%2010.6148%2015.886%2010.6261C18.6946%2010.6261%2021.5035%2010.6261%2024.3127%2010.6261C25.0221%2010.6217%2025.7295%2010.7029%2026.4195%2010.8678C27.9156%2011.2339%2028.8134%2012.1816%2029.1554%2013.6725C29.3092%2014.3772%2029.3826%2015.097%2029.3744%2015.8182C29.3744%2018.6571%2029.3744%2021.4963%2029.3744%2024.3357C29.3782%2025.0383%2029.2973%2025.7388%2029.1334%2026.422C28.7673%2027.9189%2027.8153%2028.8123%2026.3243%2029.1543C25.5961%2029.311%2024.8524%2029.3847%2024.1076%2029.374C21.3107%2029.374%2018.514%2029.374%2015.7176%2029.374C15.0027%2029.3798%2014.2897%2029.2999%2013.5939%2029.136C12.0912%2028.7698%2011.189%2027.8178%2010.8477%2026.3195C10.6734%2025.5579%2010.6273%2024.7941%2010.6273%2024.0237C10.6273%2022.6802%2010.6273%2021.3364%2010.6273%2019.9924C10.6273%2018.5277%2010.6222%2017.0631%2010.6273%2015.5985Z'%20opacity='0.200000003'%20fill-rule='nonzero'%20stroke='rgb(255,255,255)'%20stroke-opacity='0'%20stroke-width='1.25'%20/%3e%3ccircle%20id='ic_public_qrcode_2_2'%20cx='20'%20cy='20'%20r='10'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3cpath%20id='ic_public_qrcode_2_3'%20d='M17.5%2011.25C17.9602%2011.25%2018.3333%2011.6231%2018.3333%2012.0833L18.3333%2017.5C18.3333%2017.9602%2017.9602%2018.3333%2017.5%2018.3333L12.0833%2018.3333C11.6231%2018.3333%2011.25%2017.9602%2011.25%2017.5L11.25%2012.0833C11.25%2011.6231%2011.6231%2011.25%2012.0833%2011.25L17.5%2011.25ZM17.5%2021.6667C17.9602%2021.6667%2018.3333%2022.0398%2018.3333%2022.5L18.3333%2027.9167C18.3333%2028.3769%2017.9602%2028.75%2017.5%2028.75L12.0833%2028.75C11.6231%2028.75%2011.25%2028.3769%2011.25%2027.9167L11.25%2022.5C11.25%2022.0398%2011.6231%2021.6667%2012.0833%2021.6667L17.5%2021.6667ZM27.9167%2011.25C28.3769%2011.25%2028.75%2011.6231%2028.75%2012.0833L28.75%2017.5C28.75%2017.9602%2028.3769%2018.3333%2027.9167%2018.3333L22.5%2018.3333C22.0398%2018.3333%2021.6667%2017.9602%2021.6667%2017.5L21.6667%2012.0833C21.6667%2011.6231%2022.0398%2011.25%2022.5%2011.25L27.9167%2011.25Z'%20fill-rule='evenodd'%20stroke='rgb(14,191,241)'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.25'%20/%3e%3cpath%20id='ic_public_qrcode_2_4'%20d='M17.5002%2010.8333C18.1905%2010.8333%2018.7502%2011.3929%2018.7502%2012.0833L18.7502%2017.4999C18.7502%2018.1903%2018.1905%2018.7499%2017.5002%2018.7499L12.0835%2018.7499C11.3931%2018.7499%2010.8335%2018.1903%2010.8335%2017.4999L10.8335%2012.0833C10.8335%2011.3929%2011.3931%2010.8333%2012.0835%2010.8333L17.5002%2010.8333ZM17.5002%2011.6666L12.0835%2011.6666C11.8534%2011.6666%2011.6668%2011.8531%2011.6668%2012.0833L11.6668%2017.4999C11.6668%2017.73%2011.8534%2017.9166%2012.0835%2017.9166L17.5002%2017.9166C17.7303%2017.9166%2017.9168%2017.73%2017.9168%2017.4999L17.9168%2012.0833C17.9168%2011.8531%2017.7303%2011.6666%2017.5002%2011.6666ZM17.5002%2021.2499C18.1905%2021.2499%2018.7502%2021.8096%2018.7502%2022.4999L18.7502%2027.9166C18.7502%2028.6069%2018.1905%2029.1666%2017.5002%2029.1666L12.0835%2029.1666C11.3931%2029.1666%2010.8335%2028.6069%2010.8335%2027.9166L10.8335%2022.4999C10.8335%2021.8096%2011.3931%2021.2499%2012.0835%2021.2499L17.5002%2021.2499ZM17.5002%2022.0833L12.0835%2022.0833C11.8534%2022.0833%2011.6668%2022.2698%2011.6668%2022.4999L11.6668%2027.9166C11.6668%2028.1467%2011.8534%2028.3333%2012.0835%2028.3333L17.5002%2028.3333C17.7303%2028.3333%2017.9168%2028.1467%2017.9168%2027.9166L17.9168%2022.4999C17.9168%2022.2698%2017.7303%2022.0833%2017.5002%2022.0833ZM27.9168%2010.8333C28.6072%2010.8333%2029.1668%2011.3929%2029.1668%2012.0833L29.1668%2017.4999C29.1668%2018.1903%2028.6072%2018.7499%2027.9168%2018.7499L22.5002%2018.7499C21.8098%2018.7499%2021.2502%2018.1903%2021.2502%2017.4999L21.2502%2012.0833C21.2502%2011.3929%2021.8098%2010.8333%2022.5002%2010.8333L27.9168%2010.8333ZM27.9168%2011.6666L22.5002%2011.6666C22.27%2011.6666%2022.0835%2011.8531%2022.0835%2012.0833L22.0835%2017.4999C22.0835%2017.73%2022.27%2017.9166%2022.5002%2017.9166L27.9168%2017.9166C28.1469%2017.9166%2028.3335%2017.73%2028.3335%2017.4999L28.3335%2012.0833C28.3335%2011.8531%2028.1469%2011.6666%2027.9168%2011.6666Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='nonzero'%20/%3e%3cpath%20id='ic_public_qrcode_2_4'%20d='M18.7502%2012.0833L18.7502%2017.4999C18.7502%2018.1903%2018.1905%2018.7499%2017.5002%2018.7499L12.0835%2018.7499C11.3931%2018.7499%2010.8335%2018.1903%2010.8335%2017.4999L10.8335%2012.0833C10.8335%2011.3929%2011.3931%2010.8333%2012.0835%2010.8333L17.5002%2010.8333C18.1905%2010.8333%2018.7502%2011.3929%2018.7502%2012.0833ZM12.0835%2011.6666C11.8534%2011.6666%2011.6668%2011.8531%2011.6668%2012.0833L11.6668%2017.4999C11.6668%2017.73%2011.8534%2017.9166%2012.0835%2017.9166L17.5002%2017.9166C17.7303%2017.9166%2017.9168%2017.73%2017.9168%2017.4999L17.9168%2012.0833C17.9168%2011.8531%2017.7303%2011.6666%2017.5002%2011.6666L12.0835%2011.6666ZM18.7502%2022.4999L18.7502%2027.9166C18.7502%2028.6069%2018.1905%2029.1666%2017.5002%2029.1666L12.0835%2029.1666C11.3931%2029.1666%2010.8335%2028.6069%2010.8335%2027.9166L10.8335%2022.4999C10.8335%2021.8096%2011.3931%2021.2499%2012.0835%2021.2499L17.5002%2021.2499C18.1905%2021.2499%2018.7502%2021.8096%2018.7502%2022.4999ZM12.0835%2022.0833C11.8534%2022.0833%2011.6668%2022.2698%2011.6668%2022.4999L11.6668%2027.9166C11.6668%2028.1467%2011.8534%2028.3333%2012.0835%2028.3333L17.5002%2028.3333C17.7303%2028.3333%2017.9168%2028.1467%2017.9168%2027.9166L17.9168%2022.4999C17.9168%2022.2698%2017.7303%2022.0833%2017.5002%2022.0833L12.0835%2022.0833ZM29.1668%2012.0833L29.1668%2017.4999C29.1668%2018.1903%2028.6072%2018.7499%2027.9168%2018.7499L22.5002%2018.7499C21.8098%2018.7499%2021.2502%2018.1903%2021.2502%2017.4999L21.2502%2012.0833C21.2502%2011.3929%2021.8098%2010.8333%2022.5002%2010.8333L27.9168%2010.8333C28.6072%2010.8333%2029.1668%2011.3929%2029.1668%2012.0833ZM22.5002%2011.6666C22.27%2011.6666%2022.0835%2011.8531%2022.0835%2012.0833L22.0835%2017.4999C22.0835%2017.73%2022.27%2017.9166%2022.5002%2017.9166L27.9168%2017.9166C28.1469%2017.9166%2028.3335%2017.73%2028.3335%2017.4999L28.3335%2012.0833C28.3335%2011.8531%2028.1469%2011.6666%2027.9168%2011.6666L22.5002%2011.6666Z'%20fill-rule='nonzero'%20stroke='rgb(255,255,255)'%20stroke-opacity='0'%20stroke-linejoin='round'%20stroke-width='1.25'%20/%3e%3cpath%20id='ic_public_qrcode_2_5'%20d='M27.9165%2021.6667L27.9165%2024.5834L28.7498%2024.5834L28.7498%2021.6667L27.9165%2021.6667ZM24.5832%2021.6667L24.5832%2022.639L24.5828%2022.6388L24.5832%2024.5834L23.6109%2024.5834L23.6107%2022.6388L21.6665%2022.639L21.6665%2021.6667L24.5832%2021.6667ZM21.6665%2025.8334L21.6665%2028.7501L22.4998%2028.7501L22.4998%2025.8334L21.6665%2025.8334ZM27.9165%2027.9167L27.9165%2028.7501L28.7498%2028.7501L28.7498%2027.9167L27.9165%2027.9167ZM25.8332%2025.8334L25.8332%2026.6667L26.6665%2026.6667L26.6665%2025.8334L25.8332%2025.8334Z'%20fill='rgb(14,191,241)'%20fill-rule='nonzero'%20/%3e%3cpath%20id='ic_public_qrcode_2_5'%20d='M27.9165%2024.5834L28.7498%2024.5834L28.7498%2021.6667L27.9165%2021.6667L27.9165%2024.5834ZM24.5832%2022.639L24.5828%2022.6388L24.5832%2024.5834L23.6109%2024.5834L23.6107%2022.6388L21.6665%2022.639L21.6665%2021.6667L24.5832%2021.6667L24.5832%2022.639ZM21.6665%2028.7501L22.4998%2028.7501L22.4998%2025.8334L21.6665%2025.8334L21.6665%2028.7501ZM27.9165%2028.7501L28.7498%2028.7501L28.7498%2027.9167L27.9165%2027.9167L27.9165%2028.7501ZM25.8332%2026.6667L26.6665%2026.6667L26.6665%2025.8334L25.8332%2025.8334L25.8332%2026.6667Z'%20fill-rule='nonzero'%20stroke='rgb(14,191,241)'%20stroke-linejoin='round'%20stroke-width='1.25'%20/%3e%3cpath%20id='ic_public_qrcode_2_6'%20d='M14.375%2014.375L14.375%2015.2083L15.2083%2015.2083L15.2083%2014.375L14.375%2014.375ZM14.375%2024.7917L14.375%2025.625L15.2083%2025.625L15.2083%2024.7917L14.375%2024.7917ZM24.7917%2014.375L24.7917%2015.2083L25.625%2015.2083L25.625%2014.375L24.7917%2014.375Z'%20fill='rgb(14,191,241)'%20fill-rule='nonzero'%20/%3e%3cpath%20id='ic_public_qrcode_2_6'%20d='M14.375%2015.2083L15.2083%2015.2083L15.2083%2014.375L14.375%2014.375L14.375%2015.2083ZM14.375%2025.625L15.2083%2025.625L15.2083%2024.7917L14.375%2024.7917L14.375%2025.625ZM24.7917%2015.2083L25.625%2015.2083L25.625%2014.375L24.7917%2014.375L24.7917%2015.2083Z'%20fill-rule='nonzero'%20stroke='rgb(14,191,241)'%20stroke-linejoin='round'%20stroke-width='1.25'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e",uI="data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='12.000000'%20height='12.000000'%20fill='none'%3e%3cdefs%3e%3cfilter%20id='pixso_custom_mask_type_luminance'%3e%3cfeColorMatrix%20type='matrix'%20values='1%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%201%200%20'%20/%3e%3c/filter%3e%3c/defs%3e%3cmask%20id='mask_0'%20width='11.999876'%20height='11.999876'%20x='0.000000'%20y='0.000000'%20maskUnits='userSpaceOnUse'%3e%3cg%20filter='url(%23pixso_custom_mask_type_luminance)'%3e%3cg%20id='mask401_19830'%3e%3cpath%20id='蒙版'%20d='M0%200L11.9999%200L11.9999%2011.9999L0%2011.9999L0%200ZM2.69992%201.34999L8.09977%201.34999C9.5082%201.34999%2010.6498%202.49167%2010.6498%203.89998L10.6498%209.2999C10.6498%2010.7082%209.5082%2011.8499%208.09977%2011.8499L2.69992%2011.8499C1.29149%2011.8499%200.149901%2010.7082%200.149901%209.2999L0.149901%203.89998C0.149901%202.49167%201.29149%201.34999%202.69992%201.34999Z'%20fill='rgb(196,196,196)'%20fill-rule='evenodd'%20/%3e%3c/g%3e%3c/g%3e%3c/mask%3e%3crect%20id='ic_public_copy'%20width='12.000000'%20height='12.000000'%20x='0.000000'%20y='0.000000'%20/%3e%3crect%20id='ic_public_copy-复制/base/ic_public_copy'%20width='11.999876'%20height='11.999876'%20x='0.000000'%20y='0.000000'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3cpath%20id='path1'%20d='M0.000134537%205.99497C0.000134537%205.05748%20-0.00236544%204.11999%200.000134537%203.1825C-0.00236544%202.72751%200.055134%202.27501%200.165133%201.83752C0.41263%200.907526%201.01762%200.355032%201.94761%200.140034C2.41261%200.040035%202.8901%20-0.00746449%203.3651%203.54269e-05C5.16258%203.54269e-05%206.96006%203.54269e-05%208.76004%203.54269e-05C9.21254%20-0.00246455%209.66503%200.0475349%2010.1075%200.155034C11.065%200.387531%2011.64%200.995025%2011.8575%201.95002C11.9575%202.40001%2012.005%202.86001%2011.9975%203.3225C11.9975%205.13998%2011.9975%206.95746%2011.9975%208.77244C12%209.22244%2011.95%209.67243%2011.845%2010.1099C11.61%2011.0674%2011%2011.6374%2010.0475%2011.8574C9.58003%2011.9574%209.10504%2012.0049%208.62754%2011.9974C6.83756%2011.9974%205.04758%2011.9974%203.2576%2011.9974C2.80011%2012.0024%202.34511%2011.9499%201.90011%2011.8449C0.937625%2011.6124%200.360131%2011.0024%200.142633%2010.0424C0.0301342%209.55494%200.000134537%209.06744%200.000134537%208.57495C0.000134537%207.71495%200.000134537%206.85496%200.000134537%205.99497Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='evenodd'%20/%3e%3ccircle%20id='path2'%20cx='5.99993801'%20cy='5.99993801'%20r='5.99993801'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3cg%20id='mask'%20mask='url(%23mask_0)'%3e%3cg%20id='组合%208'%3e%3cpath%20id='path'%20d='M11.1%203.89993L11.1%206.8999C11.1%208.55488%209.75502%209.89737%208.10004%209.89737L5.10007%209.89737C3.44258%209.89737%202.1001%208.55488%202.1001%206.8999L2.1001%203.89993C2.1001%202.24245%203.44258%200.897461%205.10007%200.897461L8.10004%200.897461C9.75502%200.897461%2011.1%202.24245%2011.1%203.89993Z'%20fill-rule='nonzero'%20stroke='rgb(25,25,25)'%20stroke-linejoin='round'%20stroke-width='0.749992251'%20/%3e%3c/g%3e%3c/g%3e%3cpath%20id='path4'%20d='M2.10008%202.39746L8.10002%202.39746C8.92751%202.39746%209.6%203.06995%209.6%203.89995L9.6%209.89738C9.6%2010.7274%208.92751%2011.3999%208.10002%2011.3999L2.10008%2011.3999C1.27009%2011.3999%200.600098%2010.7274%200.600098%209.89738L0.600098%203.89995C0.600098%203.06995%201.27009%202.39746%202.10008%202.39746Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='evenodd'%20/%3e%3cpath%20id='path4'%20d='M9.6%203.89995L9.6%209.89738C9.6%2010.7274%208.92751%2011.3999%208.10002%2011.3999L2.10008%2011.3999C1.27009%2011.3999%200.600098%2010.7274%200.600098%209.89738L0.600098%203.89995C0.600098%203.06995%201.27009%202.39746%202.10008%202.39746L8.10002%202.39746C8.92751%202.39746%209.6%203.06995%209.6%203.89995Z'%20fill-rule='nonzero'%20stroke='rgb(25,25,25)'%20stroke-linejoin='round'%20stroke-width='0.749992251'%20/%3e%3c/svg%3e",dI="https://agent.opentiny.design/tiny-robot",dm="https://ai.opentiny.design/next-remoter",pm=e=>[{action:"qr-code",show:!0,text:"扫码登录",desc:"使用手机遥控页面",icon:cI},{action:"ai-chat",show:!0,text:"打开对话框",desc:"支持在网页端操作AI",icon:iI},{action:"remote-url",show:!0,text:"遥控器链接",desc:`${e.remoteUrl}`,active:!0,tip:e.remoteUrl,showCopyIcon:!0,icon:lI},{action:"remote-control",show:!0,text:"识别码",desc:`${e.sessionId.slice(-6)}`,know:!0,showCopyIcon:!0,icon:aI}];class pI{constructor(t){if(this.isExpanded=!1,this.getImageUrl=n=>{if(!n)return;const r=new Image;return r.src=n,r},this.renderItem=()=>{this.menuItems.filter(n=>n.show!==!1).map(n=>{const r=document.getElementById(`tiny-remoter-icon-item-${n.action}`);if(!r)return;r.innerHTML="";const o=this.getImageUrl(n.icon);o&&r.appendChild(o)})},this.readyTips=n=>{const r=document.getElementById(n);r&&new sI(r,{content:"复制",placement:"top",trigger:"hover"})},!t.sessionId)throw new Error("sessionId is required");this.options={...t,qrCodeUrl:t.qrCodeUrl||dm,remoteUrl:t.remoteUrl||dI},this.menuItems=this.mergeMenuItems(t.menuItems),this.init()}get sessionPrefix(){var t;return(t=this.options.qrCodeUrl)!=null&&t.includes("?")?"&sessionId=":"?sessionId="}mergeMenuItems(t){return t?pm(this.options).map(n=>{const r=t.find(o=>o.action===n.action);return r?{...n,...r,show:r.show!==void 0?r.show:n.show}:n}):pm(this.options)}init(){this.createFloatingBlock(),this.createDropdownMenu(),this.bindEvents(),this.addStyles()}createFloatingBlock(){this.floatingBlock=document.createElement("div"),this.floatingBlock.className="tiny-remoter-floating-block",this.floatingBlock.innerHTML=`
175
+ `,document.head.appendChild(e)})();const aC="data:image/svg+xml,%3csvg%20viewBox='0%200%2040%2039.9692'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='40.000000'%20height='39.969238'%20fill='none'%20customFrame='url(%23clipPath_3)'%3e%3cdefs%3e%3cclipPath%20id='clipPath_3'%3e%3crect%20width='40.000000'%20height='39.969238'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_4'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='7.984619'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_5'%3e%3crect%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='9.984619'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_6'%3e%3crect%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='9.984619'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_7'%3e%3crect%20width='21.666666'%20height='13.333333'%20x='20.000000'%20y='9.984619'%20rx='6.666667'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_8'%3e%3crect%20width='6.666667'%20height='6.666667'%20x='23.333496'%20y='9.984619'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='2'%20width='40.000000'%20height='39.969238'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(239,246,255)'%20/%3e%3cg%20id='物业'%20clip-path='url(%23clipPath_4)'%20customFrame='url(%23clipPath_4)'%3e%3crect%20id='物业'%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='7.984619'%20/%3e%3cg%20id='物业服务'%3e%3cg%20id='00公共/红点/图标+红点'%20customFrame='url(%23clipPath_5)'%3e%3crect%20id='00公共/红点/图标+红点'%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='9.984619'%20/%3e%3cg%20id='common_chats_line'%20customFrame='url(%23clipPath_6)'%3e%3crect%20id='common_chats_line'%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='9.984619'%20/%3e%3cpath%20id='形状'%20d='M28.3332%2019.9847C28.3332%2015.3823%2024.6022%2011.6514%2019.9998%2011.6514C15.3975%2011.6514%2011.6665%2015.3823%2011.6665%2019.9847C11.6665%2024.5871%2015.3975%2028.318%2019.9998%2028.318C21.0018%2028.318%2021.9624%2028.1412%2022.8522%2027.8171L26.581%2028.1578C26.7205%2028.1706%2026.8611%2028.1598%2026.9971%2028.1259C27.6669%2027.959%2028.0746%2027.2806%2027.9077%2026.6108L27.2716%2024.0578C27.9477%2022.8535%2028.3332%2021.4641%2028.3332%2019.9847ZM19.9998%2013.1514C16.2259%2013.1514%2013.1665%2016.2108%2013.1665%2019.9847C13.1665%2023.7586%2016.2259%2026.818%2019.9998%2026.818C20.8089%2026.818%2021.5967%2026.678%2022.3388%2026.4077C22.505%2026.3471%2022.6803%2026.3166%2022.8565%2026.3171L22.9887%2026.3233L26.3665%2026.6322L25.8161%2024.4205C25.7352%2024.0958%2025.7655%2023.7548%2025.8997%2023.4512L25.9636%2023.3236C26.5311%2022.3126%2026.8332%2021.1723%2026.8332%2019.9847C26.8332%2016.2108%2023.7738%2013.1514%2019.9998%2013.1514ZM23.1152%2021.2468C23.352%2020.9069%2023.2684%2020.4394%2022.9286%2020.2026C22.5887%2019.9659%2022.1212%2020.0494%2021.8845%2020.3893C21.2894%2021.2433%2020.4268%2021.7347%2019.5102%2021.7347C18.9513%2021.7347%2018.4132%2021.554%2017.9375%2021.2122C17.6011%2020.9705%2017.1325%2021.0472%2016.8908%2021.3836C16.6491%2021.7199%2016.7258%2022.1886%2017.0622%2022.4303C17.7879%2022.9518%2018.6305%2023.2347%2019.5102%2023.2347C20.9394%2023.2347%2022.2505%2022.4878%2023.1152%2021.2468Z'%20fill='rgb(65,142,255)'%20fill-rule='evenodd'%20/%3e%3c/g%3e%3cg%20id='00公共/3位数红点'%20opacity='0'%20customFrame='url(%23clipPath_7)'%3e%3crect%20id='00公共/3位数红点'%20width='21.666666'%20height='13.333333'%20x='20.000000'%20y='9.984619'%20rx='6.666667'%20opacity='0'%20fill='rgb(243,111,100)'%20/%3e%3cpath%20id='文本'%20d='M26.0421%2013.4421C26.4259%2013.4421%2026.7677%2013.5255%2027.0675%2013.6923C27.3672%2013.8591%2027.6005%2014.0931%2027.7673%2014.3942C27.9342%2014.694%2028.0176%2015.0351%2028.0176%2015.4176C28.0176%2015.7173%2027.9633%2015.994%2027.8548%2016.2476C27.7463%2016.4999%2027.5673%2016.8315%2027.3177%2017.2425L25.859%2019.6432L25.0167%2019.6432L26.276%2017.5924C26.3534%2017.4704%2026.4307%2017.3564%2026.508%2017.2507C26.3357%2017.3063%2026.1445%2017.3341%2025.9342%2017.3341C25.5721%2017.3341%2025.2493%2017.2479%2024.9658%2017.0757C24.6837%2016.9034%2024.4633%2016.6701%2024.3046%2016.3758C24.1459%2016.0815%2024.0666%2015.7566%2024.0666%2015.4013C24.0666%2015.0351%2024.1513%2014.7021%2024.3209%2014.4023C24.4904%2014.1012%2024.7264%2013.8659%2025.0289%2013.6964C25.3314%2013.5268%2025.6691%2013.4421%2026.0421%2013.4421ZM26.0421%2016.6505C26.4029%2016.6505%2026.6904%2016.5325%2026.9047%2016.2965C27.119%2016.0605%2027.2262%2015.7539%2027.2262%2015.3769C27.2262%2014.9985%2027.119%2014.694%2026.9047%2014.4634C26.6904%2014.2328%2026.4029%2014.1175%2026.0421%2014.1175C25.6867%2014.1175%2025.4019%2014.2342%2025.1876%2014.4674C24.9733%2014.7007%2024.8661%2015.0039%2024.8661%2015.3769C24.8661%2015.7539%2024.9719%2016.0605%2025.1835%2016.2965C25.3951%2016.5325%2025.6813%2016.6505%2026.0421%2016.6505ZM30.7921%2013.4421C31.1759%2013.4421%2031.5177%2013.5255%2031.8175%2013.6923C32.1172%2013.8591%2032.3505%2014.0931%2032.5173%2014.3942C32.6842%2014.694%2032.7676%2015.0351%2032.7676%2015.4176C32.7676%2015.7173%2032.7133%2015.994%2032.6048%2016.2476C32.4963%2016.4999%2032.3173%2016.8315%2032.0677%2017.2425L30.609%2019.6432L29.7667%2019.6432L31.026%2017.5924C31.1034%2017.4704%2031.1807%2017.3564%2031.258%2017.2507C31.0857%2017.3063%2030.8945%2017.3341%2030.6842%2017.3341C30.3221%2017.3341%2029.9993%2017.2479%2029.7158%2017.0757C29.4337%2016.9034%2029.2133%2016.6701%2029.0546%2016.3758C28.8959%2016.0815%2028.8166%2015.7566%2028.8166%2015.4013C28.8166%2015.0351%2028.9013%2014.7021%2029.0709%2014.4023C29.2404%2014.1012%2029.4764%2013.8659%2029.7789%2013.6964C30.0814%2013.5268%2030.4191%2013.4421%2030.7921%2013.4421ZM30.7921%2016.6505C31.1529%2016.6505%2031.4404%2016.5325%2031.6547%2016.2965C31.869%2016.0605%2031.9762%2015.7539%2031.9762%2015.3769C31.9762%2014.9985%2031.869%2014.694%2031.6547%2014.4634C31.4404%2014.2328%2031.1529%2014.1175%2030.7921%2014.1175C30.4367%2014.1175%2030.1519%2014.2342%2029.9376%2014.4674C29.7233%2014.7007%2029.6161%2015.0039%2029.6161%2015.3769C29.6161%2015.7539%2029.7219%2016.0605%2029.9335%2016.2965C30.1451%2016.5325%2030.4313%2016.6505%2030.7921%2016.6505ZM35.2674%2014.6851L35.9001%2014.6851L35.9001%2016.3188L37.5339%2016.3188L37.5339%2016.9516L35.9001%2016.9516L35.9001%2018.5853L35.2674%2018.5853L35.2674%2016.9516L33.6337%2016.9516L33.6337%2016.3188L35.2674%2016.3188L35.2674%2014.6851Z'%20fill='rgb(255,255,255)'%20fill-rule='nonzero'%20/%3e%3c/g%3e%3cg%20id='00公共/单红点'%20opacity='0'%20customFrame='url(%23clipPath_8)'%3e%3crect%20id='00公共/单红点'%20width='6.666667'%20height='6.666667'%20x='23.333496'%20y='9.984619'%20opacity='0'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3ccircle%20id='红点'%20cx='26.6668301'%20cy='13.3179522'%20r='3.33333325'%20fill='rgb(243,111,100)'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e",iC="data:image/svg+xml,%3csvg%20viewBox='0%200%2040%2040'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='40.000000'%20height='40.000000'%20fill='none'%20customFrame='url(%23clipPath_12)'%3e%3cdefs%3e%3cclipPath%20id='clipPath_12'%3e%3crect%20width='40.000000'%20height='40.000000'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_13'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='8.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_14'%3e%3crect%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='10.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='4'%20width='40.000000'%20height='40.000000'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(234,255,244)'%20/%3e%3cg%20id='我的信息'%20clip-path='url(%23clipPath_13)'%20customFrame='url(%23clipPath_13)'%3e%3crect%20id='我的信息'%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='8.000000'%20/%3e%3cg%20id='组合%208'%20customFrame='url(%23clipPath_14)'%3e%3crect%20id='组合%208'%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='10.000000'%20/%3e%3cpath%20id='合并'%20d='M28.4994%2012.3142C28.4994%2012.2578%2028.4937%2012.2018%2028.4825%2012.1465C28.4713%2012.0911%2028.4547%2012.0373%2028.4327%2011.9851C28.4107%2011.933%2028.3836%2011.8835%2028.3516%2011.8365C28.3197%2011.7896%2028.2834%2011.7461%2028.2427%2011.7062C28.202%2011.6663%2028.1579%2011.6307%2028.1101%2011.5993C28.0622%2011.568%2028.0117%2011.5415%2027.9585%2011.5199C27.9054%2011.4983%2027.8506%2011.4819%2027.7942%2011.4709C27.7378%2011.4599%2027.6806%2011.4544%2027.6231%2011.4544L24.1832%2011.5199L24.1832%2010L29.0796%2010C29.1472%2010%2029.2143%2010.0065%2029.2806%2010.0194C29.347%2010.0324%2029.4114%2010.0516%2029.4739%2010.077C29.5364%2010.1024%2029.5961%2010.1336%2029.6523%2010.1705C29.7086%2010.2074%2029.7605%2010.2493%2029.8084%2010.2963C29.8562%2010.3433%2029.8991%2010.3944%2029.9367%2010.4496C29.9743%2010.5048%2030.006%2010.5631%2030.0319%2010.6244C30.0578%2010.6858%2030.0773%2010.7491%2030.0905%2010.8142C30.1037%2010.8794%2030.1104%2010.9451%2030.1104%2011.0115L30.1832%2014.4522L28.4992%2014.5L28.4994%2012.3142ZM11.6995%2012.3143C11.6995%2012.2579%2011.7051%2012.2019%2011.7163%2012.1466C11.7275%2012.0912%2011.7441%2012.0374%2011.7661%2011.9852C11.7882%2011.9331%2011.8152%2011.8836%2011.8472%2011.8366C11.8791%2011.7897%2011.9155%2011.7462%2011.9562%2011.7063C11.9968%2011.6664%2012.0409%2011.6308%2012.0888%2011.5994C12.1366%2011.5681%2012.1871%2011.5416%2012.2403%2011.52C12.2934%2011.4984%2012.3482%2011.482%2012.4046%2011.471C12.4611%2011.46%2012.5182%2011.4545%2012.5758%2011.4545L16.0157%2011.52L16.0157%2010.0001L11.1193%2010.0001C11.0516%2010.0001%2010.9846%2010.0066%2010.9182%2010.0196C10.8518%2010.0325%2010.7874%2010.0517%2010.7249%2010.0771C10.6624%2010.1025%2010.6028%2010.1337%2010.5465%2010.1706C10.4902%2010.2075%2010.4383%2010.2494%2010.3904%2010.2964C10.3426%2010.3434%2010.2997%2010.3945%2010.2621%2010.4497C10.2245%2010.5049%2010.1929%2010.5632%2010.167%2010.6245C10.1411%2010.6859%2010.1215%2010.7492%2010.1083%2010.8143C10.0951%2010.8795%2010.0885%2010.9452%2010.0884%2011.0116L10.0157%2014.4523L11.6997%2014.5L11.6995%2012.3143ZM25.3135%2021.8051L25.3135%2022.8167C25.7656%2022.8929%2026.2209%2022.9249%2026.6792%2022.9127C28.3381%2022.9127%2029.1675%2022.326%2029.1675%2021.1527C29.1733%2020.9869%2029.151%2020.825%2029.1006%2020.667C29.0503%2020.509%2028.9747%2020.3641%2028.8742%2020.2322C28.767%2020.1025%2028.6403%2019.9963%2028.4938%2019.9134C28.3474%2019.8306%2028.191%2019.7767%2028.0246%2019.7517L28.0246%2019.7011C28.0971%2019.6839%2028.1676%2019.6606%2028.236%2019.6311C28.3044%2019.6016%2028.3698%2019.5665%2028.4321%2019.5257C28.4944%2019.4848%2028.5526%2019.4389%2028.6069%2019.3879C28.6613%2019.3369%2028.7109%2019.2816%2028.7556%2019.222C28.8003%2019.1624%2028.8394%2019.0994%2028.8732%2019.033C28.9069%2018.9665%2028.9346%2018.8977%2028.9564%2018.8265C28.9782%2018.7552%2028.9937%2018.6826%2029.0028%2018.6086C29.0119%2018.5347%2029.0145%2018.4605%2029.0107%2018.3861C29.0217%2018.2675%2029.0176%2018.1495%2028.9984%2018.0319C28.9791%2017.9144%2028.9454%2017.8012%2028.8971%2017.6923C28.8489%2017.5834%2028.7875%2017.4823%2028.7134%2017.3891C28.6393%2017.2959%2028.5547%2017.2135%2028.4595%2017.1419C28.219%2017.0003%2027.963%2016.8972%2027.6915%2016.8326C27.4199%2016.7679%2027.1449%2016.7446%2026.8664%2016.7626C26.6258%2016.7621%2026.3864%2016.7791%2026.1482%2016.8132C25.9479%2016.8386%2025.7504%2016.8791%2025.5563%2016.9346L25.5563%2017.8854C25.743%2017.8264%2025.9337%2017.7842%2026.128%2017.759C26.3276%2017.73%2026.5282%2017.7148%2026.7298%2017.7134C27.0252%2017.6949%2027.3049%2017.7523%2027.5692%2017.8854C27.6168%2017.9161%2027.6595%2017.9525%2027.6972%2017.9947C27.7348%2018.037%2027.766%2018.0835%2027.791%2018.1343C27.816%2018.1851%2027.8337%2018.2383%2027.8441%2018.294C27.8545%2018.3496%2027.8573%2018.4056%2027.8525%2018.462C27.8566%2018.5278%2027.8514%2018.5927%2027.8367%2018.657C27.822%2018.7212%2027.7986%2018.7821%2027.7663%2018.8395C27.734%2018.897%2027.694%2018.9487%2027.6468%2018.9946C27.5995%2019.0405%2027.5468%2019.0787%2027.4885%2019.1093C27.1544%2019.2631%2026.8037%2019.3306%2026.4364%2019.3117L25.9862%2019.3117L25.9862%2020.1917L26.4466%2020.1917C26.8409%2020.1669%2027.2202%2020.2309%2027.5845%2020.3839C27.6459%2020.4167%2027.7011%2020.4576%2027.7505%2020.5066C27.7999%2020.5556%2027.8412%2020.6107%2027.8745%2020.6718C27.9077%2020.733%2027.9315%2020.7976%2027.9458%2020.8656C27.9602%2020.9337%2027.9644%2021.0024%2027.9587%2021.0717C27.9648%2021.1402%2027.9612%2021.2083%2027.9478%2021.2757C27.9344%2021.3432%2027.912%2021.4074%2027.8801%2021.4683C27.8483%2021.5293%2027.8086%2021.5846%2027.7609%2021.6341C27.7132%2021.6837%2027.6593%2021.7254%2027.5996%2021.7596C27.2884%2021.9045%2026.9613%2021.9685%2026.6184%2021.9518C26.1786%2021.9465%2025.7436%2021.8977%2025.3135%2021.8051ZM21.3382%2018.6238C21.3445%2018.5593%2021.343%2018.495%2021.3335%2018.4308C21.3241%2018.3667%2021.3069%2018.3046%2021.2822%2018.2447C21.2575%2018.1847%2021.226%2018.1287%2021.1876%2018.0765C21.1492%2018.0242%2021.1049%2017.9774%2021.055%2017.936C20.9359%2017.8608%2020.808%2017.806%2020.6714%2017.7714C20.5349%2017.7368%2020.3964%2017.7242%2020.2558%2017.7337C19.8009%2017.7395%2019.356%2017.8087%2018.9208%2017.9411L18.9208%2016.9598C19.4252%2016.8181%2019.9393%2016.7524%2020.4633%2016.7626C20.7322%2016.7484%2020.9964%2016.7773%2021.256%2016.8491C21.5156%2016.9209%2021.7571%2017.032%2021.9806%2017.1824C22.0729%2017.2601%2022.1548%2017.3474%2022.2263%2017.4446C22.2978%2017.5418%2022.3567%2017.646%2022.4034%2017.7573C22.45%2017.8686%2022.483%2017.9838%2022.5021%2018.1029C22.5213%2018.222%2022.5261%2018.3417%2022.5167%2018.462C22.5245%2018.7882%2022.4655%2019.1017%2022.3396%2019.4027C22.1879%2019.7384%2021.984%2020.0384%2021.7277%2020.3029C21.3021%2020.7337%2020.8502%2021.135%2020.3721%2021.5067L19.9928%2021.8051L19.9928%2021.8759L22.6938%2021.8759L22.6938%2022.8419L18.5464%2022.8419L18.5464%2021.7697C19.2882%2021.1796%2019.8579%2020.6975%2020.2558%2020.3232C20.574%2020.0432%2020.8523%2019.728%2021.0905%2019.3774C21.1675%2019.2665%2021.2269%2019.1469%2021.2691%2019.0187C21.3113%2018.8904%2021.3344%2018.7588%2021.3382%2018.6238ZM12.3102%2017.2127L12.3102%2018.1939L13.7769%2017.9107L13.7769%2022.8419L14.9605%2022.8419L14.9605%2016.8486L14.0957%2016.8486L12.3102%2017.2127ZM28.5524%2028.0475C28.5524%2028.104%2028.5467%2028.1599%2028.5353%2028.2152C28.5239%2028.2706%2028.5071%2028.3244%2028.4849%2028.3766C28.4626%2028.4287%2028.4352%2028.4782%2028.4028%2028.5252C28.3705%2028.5721%2028.3337%2028.6156%2028.2925%2028.6555C28.2513%2028.6954%2028.2067%2028.731%2028.1583%2028.7624C28.1098%2028.7937%2028.0587%2028.8202%2028.0049%2028.8418C27.9511%2028.8634%2027.8957%2028.8798%2027.8385%2028.8908C27.7814%2028.9018%2027.7235%2028.9073%2027.6653%2028.9073L24.1832%2028.8418L24.1832%2030.3617L29.1397%2030.3617C29.2082%2030.3617%2029.276%2030.3552%2029.3432%2030.3423C29.4104%2030.3293%2029.4756%2030.3101%2029.5389%2030.2847C29.6022%2030.2593%2029.6625%2030.2281%2029.7195%2030.1912C29.7765%2030.1543%2029.829%2030.1124%2029.8774%2030.0654C29.9259%2030.0184%2029.9693%2029.9673%2030.0074%2029.9121C30.0454%2029.8569%2030.0774%2029.7986%2030.1037%2029.7373C30.1299%2029.6759%2030.1497%2029.6126%2030.163%2029.5475C30.1764%2029.4823%2030.1831%2029.4166%2030.1832%2029.3502L30.1832%2026.0478L28.4785%2026L28.5524%2028.0475ZM11.6308%2028.0099C11.6308%2028.0664%2011.6365%2028.1223%2011.6479%2028.1777C11.6592%2028.233%2011.676%2028.2868%2011.6983%2028.339C11.7206%2028.3911%2011.748%2028.4406%2011.7803%2028.4876C11.8127%2028.5345%2011.8495%2028.578%2011.8906%2028.6179C11.9318%2028.6578%2011.9765%2028.6934%2012.0249%2028.7248C12.0733%2028.7562%2012.1244%2028.7826%2012.1783%2028.8042C12.2321%2028.8259%2012.2875%2028.8422%2012.3446%2028.8532C12.4017%2028.8642%2012.4596%2028.8697%2012.5178%2028.8698L16%2028.8042L16%2030.3241L11.0435%2030.3241C10.975%2030.3241%2010.9071%2030.3176%2010.8399%2030.3047C10.7727%2030.2917%2010.7076%2030.2725%2010.6443%2030.2471C10.581%2030.2217%2010.5206%2030.1906%2010.4637%2030.1537C10.4067%2030.1168%2010.3542%2030.0748%2010.3057%2030.0278C10.2573%2029.9809%2010.2138%2029.9298%2010.1758%2029.8745C10.1377%2029.8193%2010.1057%2029.7611%2010.0795%2029.6997C10.0533%2029.6383%2010.0335%2029.575%2010.0201%2029.5099C10.0068%2029.4448%2010%2029.379%2010%2029.3126L10%2026.0478L11.7047%2026L11.6308%2028.0099Z'%20fill='rgb(14,191,241)'%20fill-rule='evenodd'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e",lC="data:image/svg+xml,%3csvg%20viewBox='0%200%2040%2040'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='40.000000'%20height='40.000000'%20fill='none'%20customFrame='url(%23clipPath_9)'%3e%3cdefs%3e%3cclipPath%20id='clipPath_9'%3e%3crect%20width='40.000000'%20height='40.000000'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_10'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='8.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_11'%3e%3crect%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='10.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='3'%20width='40.000000'%20height='40.000000'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(236,250,254)'%20/%3e%3cg%20id='画板%202310'%20customFrame='url(%23clipPath_10)'%3e%3crect%20id='画板%202310'%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='8.000000'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3cg%20id='人事服务'%3e%3cg%20id='ic_public_link'%20clip-path='url(%23clipPath_11)'%20customFrame='url(%23clipPath_11)'%3e%3crect%20id='ic_public_link'%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='10.000000'%20/%3e%3cpath%20id='path1'%20d='M9.9999%2019.9917C9.9999%2018.4292%209.99573%2016.8667%209.9999%2015.3042C9.99573%2014.5459%2010.0916%2013.7917%2010.2749%2013.0626C10.6874%2011.5126%2011.6957%2010.5917%2013.2457%2010.2334C14.0207%2010.0667%2014.8166%209.98756%2015.6082%2010.0001C18.6041%2010.0001%2021.5999%2010.0001%2024.5999%2010.0001C25.3541%209.99589%2026.1082%2010.0792%2026.8457%2010.2584C28.4416%2010.6459%2029.3999%2011.6584%2029.7624%2013.2501C29.9291%2014.0001%2030.0041%2014.7667%2029.9957%2015.5376C29.9957%2018.5667%2029.9957%2021.5959%2029.9957%2024.6209C29.9999%2025.3709%2029.9166%2026.1209%2029.7416%2026.8459C29.3499%2028.4459%2028.3332%2029.3959%2026.7457%2029.7626C25.9666%2029.9292%2025.1749%2030.0084%2024.3791%2029.9959C21.3957%2029.9959%2018.4124%2029.9959%2015.4291%2029.9959C14.6666%2030.0042%2013.9082%2029.9167%2013.1666%2029.7417C11.5624%2029.3542%2010.5999%2028.3376%2010.2374%2026.7376C10.0499%2025.9251%209.9999%2025.1126%209.9999%2024.2917C9.9999%2022.8584%209.9999%2021.4251%209.9999%2019.9917Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='evenodd'%20/%3e%3ccircle%20id='path2'%20cx='20'%20cy='20'%20r='10'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3cpath%20id='path3'%20d='M25.0333%2021.8666L26.9%2020C28.8083%2018.0916%2028.8083%2015%2026.9%2013.0958C24.9958%2011.1875%2021.9041%2011.1875%2020%2013.0958L18.1291%2014.9625M21.8666%2025.0333L20%2026.9C18.0916%2028.8083%2015%2028.8083%2013.0958%2026.9C11.1875%2024.9958%2011.1875%2021.9041%2013.0958%2020L14.9625%2018.1291'%20fill-rule='nonzero'%20stroke='rgb(14,191,241)'%20stroke-linecap='round'%20stroke-width='1.25'%20/%3e%3cpath%20id='pah4'%20d='M18.125%2021.875L21.875%2018.125'%20stroke='rgb(14,191,241)'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.25'%20/%3e%3cpath%20id='path5'%20d='M25.8207%2019.2626L24.0457%2021.0376C23.7998%2021.2834%2023.6748%2021.5292%2023.6748%2021.7751C23.6748%2022.0209%2023.7998%2022.2667%2024.0457%2022.5126C24.1498%2022.6167%2024.2665%2022.6959%2024.3915%2022.7459C24.5123%2022.7917%2024.6415%2022.8167%2024.779%2022.8167C24.9207%2022.8167%2025.0498%2022.7917%2025.1665%2022.7459C25.2957%2022.6959%2025.4123%2022.6167%2025.5165%2022.5126L27.2915%2020.7334C27.8165%2020.2126%2028.2165%2019.6334%2028.4957%2019.0001C28.5082%2018.9667%2028.5248%2018.9334%2028.5373%2018.8959C28.554%2018.8626%2028.5665%2018.8292%2028.579%2018.7917C28.8332%2018.1501%2028.9582%2017.4584%2028.9582%2016.7209C28.9582%2015.9792%2028.8332%2015.2876%2028.579%2014.6459C28.5665%2014.6084%2028.554%2014.5751%2028.5373%2014.5417C28.5248%2014.5042%2028.5082%2014.4709%2028.4957%2014.4376C28.2165%2013.8042%2027.8165%2013.2292%2027.2915%2012.7042C26.7707%2012.1792%2026.1915%2011.7792%2025.5582%2011.5001C25.5248%2011.4876%2025.4915%2011.4709%2025.454%2011.4584C25.4207%2011.4417%2025.3873%2011.4292%2025.354%2011.4167C24.7082%2011.1667%2024.0165%2011.0417%2023.279%2011.0417C22.5373%2011.0417%2021.8457%2011.1667%2021.204%2011.4167C21.1665%2011.4292%2021.1332%2011.4417%2021.0998%2011.4584C21.0623%2011.4709%2021.029%2011.4876%2020.9957%2011.5001C20.3623%2011.7792%2019.7832%2012.1792%2019.2623%2012.7042L17.4832%2014.4792C17.379%2014.5834%2017.2998%2014.7001%2017.2498%2014.8292C17.204%2014.9501%2017.179%2015.0751%2017.179%2015.2167C17.179%2015.3542%2017.204%2015.4834%2017.2498%2015.6042C17.2998%2015.7292%2017.379%2015.8459%2017.4832%2015.9542C17.5915%2016.0584%2017.7082%2016.1376%2017.8332%2016.1876C17.954%2016.2334%2018.0832%2016.2584%2018.2207%2016.2584C18.3623%2016.2584%2018.4915%2016.2334%2018.6082%2016.1876C18.7373%2016.1376%2018.854%2016.0584%2018.9582%2015.9542L20.7332%2014.1751C21.0873%2013.8209%2021.4748%2013.5584%2021.8957%2013.3834C22.3165%2013.2084%2022.779%2013.1251%2023.279%2013.1251C23.7748%2013.1251%2024.2373%2013.2084%2024.6582%2013.3834C25.079%2013.5584%2025.4665%2013.8209%2025.8207%2014.1751C26.1748%2014.5292%2026.4373%2014.9167%2026.6123%2015.3376C26.7873%2015.7584%2026.8748%2016.2167%2026.8748%2016.7209C26.8748%2017.2209%2026.7873%2017.6792%2026.6123%2018.1001C26.4373%2018.5209%2026.1748%2018.9084%2025.8207%2019.2626ZM13.3832%2021.8959C13.5582%2021.4751%2013.8207%2021.0876%2014.1748%2020.7334L15.954%2018.9584C16.0582%2018.8542%2016.1373%2018.7376%2016.1873%2018.6084C16.2332%2018.4876%2016.2582%2018.3626%2016.2582%2018.2209C16.2582%2018.0834%2016.2332%2017.9542%2016.1873%2017.8334C16.1373%2017.7084%2016.0582%2017.5917%2015.954%2017.4834C15.7082%2017.2417%2015.4623%2017.1167%2015.2165%2017.1167C14.9707%2017.1167%2014.7248%2017.2417%2014.479%2017.4834L12.704%2019.2626C12.179%2019.7876%2011.779%2020.3626%2011.4998%2020.9959C11.4873%2021.0292%2011.4707%2021.0626%2011.4582%2021.1001C11.4415%2021.1334%2011.429%2021.1667%2011.4165%2021.2042C11.1665%2021.8459%2011.0415%2022.5376%2011.0415%2023.2792C11.0415%2024.0167%2011.1665%2024.7084%2011.4165%2025.3542C11.429%2025.3876%2011.4415%2025.4209%2011.4582%2025.4584C11.4707%2025.4917%2011.4873%2025.5251%2011.4998%2025.5584C11.779%2026.1917%2012.179%2026.7709%2012.704%2027.2917C13.2248%2027.8167%2013.804%2028.2167%2014.4373%2028.4959C14.4707%2028.5084%2014.504%2028.5251%2014.5415%2028.5376C14.5748%2028.5542%2014.6082%2028.5667%2014.6457%2028.5792C15.2873%2028.8292%2015.979%2028.9584%2016.7207%2028.9584C17.4582%2028.9584%2018.1498%2028.8292%2018.7915%2028.5792C18.829%2028.5667%2018.8623%2028.5542%2018.8957%2028.5376C18.9332%2028.5251%2018.9665%2028.5084%2018.9998%2028.4959C19.6332%2028.2167%2020.2123%2027.8167%2020.7332%2027.2917L22.5123%2025.5167C22.6165%2025.4126%2022.6957%2025.2959%2022.7457%2025.1667C22.7915%2025.0459%2022.8165%2024.9209%2022.8165%2024.7792C22.8165%2024.6417%2022.7915%2024.5126%2022.7457%2024.3917C22.6957%2024.2667%2022.6165%2024.1501%2022.5123%2024.0417C22.2665%2023.8001%2022.0207%2023.6751%2021.7748%2023.6751C21.529%2023.6751%2021.2832%2023.8001%2021.0373%2024.0417L19.2623%2025.8209C18.9082%2026.1751%2018.5207%2026.4376%2018.0998%2026.6126C17.679%2026.7876%2017.2165%2026.8751%2016.7207%2026.8751C16.2207%2026.8751%2015.7582%2026.7876%2015.3373%2026.6126C14.9165%2026.4376%2014.529%2026.1751%2014.1748%2025.8209C13.8207%2025.4667%2013.5582%2025.0792%2013.3832%2024.6584C13.2082%2024.2376%2013.1248%2023.7792%2013.1248%2023.2792C13.1248%2022.7751%2013.2082%2022.3167%2013.3832%2021.8959Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='evenodd'%20/%3e%3cpath%20id='path6'%20d='M21.8127%2016.7458C21.746%2016.7874%2021.6877%2016.8374%2021.6293%2016.8916L16.8918%2021.6291C16.8377%2021.6874%2016.7877%2021.7499%2016.746%2021.8124C16.7127%2021.8624%2016.6877%2021.9166%2016.6627%2021.9749C16.6377%2022.0374%2016.6168%2022.1041%2016.6043%2022.1708C16.5918%2022.2333%2016.5835%2022.2999%2016.5835%2022.3666C16.5835%2022.4333%2016.5918%2022.4999%2016.6043%2022.5666C16.6168%2022.6333%2016.6377%2022.6999%2016.6627%2022.7624C16.6877%2022.8166%2016.7127%2022.8708%2016.746%2022.9208C16.7877%2022.9874%2016.8377%2023.0499%2016.8918%2023.1041C16.946%2023.1583%2017.0085%2023.2083%2017.0752%2023.2499C17.1252%2023.2833%2017.1793%2023.3083%2017.2335%2023.3333C17.3002%2023.3583%2017.3627%2023.3791%2017.4293%2023.3916C17.496%2023.4041%2017.5627%2023.4124%2017.6293%2023.4124C17.696%2023.4124%2017.7627%2023.4041%2017.8252%2023.3916C17.8918%2023.3791%2017.9585%2023.3583%2018.021%2023.3333C18.0793%2023.3083%2018.1335%2023.2833%2018.1835%2023.2499C18.246%2023.2083%2018.3085%2023.1583%2018.3668%2023.1041L23.1043%2018.3666C23.1585%2018.3083%2023.2085%2018.2499%2023.2502%2018.1833C23.2835%2018.1333%2023.3085%2018.0791%2023.3335%2018.0208C23.3585%2017.9583%2023.3793%2017.8916%2023.3918%2017.8249C23.4043%2017.7624%2023.4127%2017.6958%2023.4127%2017.6291C23.4127%2017.5624%2023.4043%2017.4958%2023.3918%2017.4291C23.3793%2017.3624%2023.3585%2017.2999%2023.3335%2017.2333C23.3085%2017.1791%2023.2835%2017.1249%2023.2502%2017.0749C23.2085%2017.0083%2023.1585%2016.9458%2023.1043%2016.8916C23.046%2016.8374%2022.9877%2016.7874%2022.921%2016.7458C22.871%2016.7124%2022.8168%2016.6874%2022.7627%2016.6624C22.696%2016.6374%2022.6335%2016.6166%2022.5668%2016.6041C22.5002%2016.5916%2022.4335%2016.5833%2022.3668%2016.5833C22.3002%2016.5833%2022.2335%2016.5916%2022.171%2016.6041C22.1043%2016.6166%2022.0377%2016.6374%2021.9752%2016.6624C21.9168%2016.6874%2021.8627%2016.7124%2021.8127%2016.7458Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='evenodd'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e",cC="data:image/svg+xml,%3csvg%20viewBox='0%200%2040%2040'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='40.000000'%20height='40.000000'%20fill='none'%20customFrame='url(%23clipPath_0)'%3e%3cdefs%3e%3cclipPath%20id='clipPath_0'%3e%3crect%20width='40.000000'%20height='40.000000'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_1'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='8.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_2'%3e%3crect%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='10.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='1'%20width='40.000000'%20height='40.000000'%20x='0.000000'%20y='0.000000'%20rx='12.000000'%20fill='rgb(236,250,254)'%20/%3e%3cg%20id='车辆'%20clip-path='url(%23clipPath_1)'%20customFrame='url(%23clipPath_1)'%3e%3crect%20id='车辆'%20width='24.000000'%20height='24.000000'%20x='8.000000'%20y='8.000000'%20/%3e%3cg%20id='编组'%3e%3cg%20id='ic_public_qrcode'%20clip-path='url(%23clipPath_2)'%20customFrame='url(%23clipPath_2)'%3e%3crect%20id='ic_public_qrcode'%20width='20.000000'%20height='20.000000'%20x='10.000000'%20y='10.000000'%20/%3e%3cg%20id='ic_public_qrcode_1_1'%3e%3cpath%20id='ic_public_qrcode_2_0'%20d='M10.6273%2019.9924C10.6273%2018.5277%2010.6222%2017.0631%2010.6273%2015.5985C10.6243%2014.8898%2010.7114%2014.1836%2010.8865%2013.4968C11.2702%2012.0432%2012.2171%2011.1805%2013.6693%2010.8458C14.3974%2010.6885%2015.1411%2010.6148%2015.886%2010.6261C18.6946%2010.6261%2021.5035%2010.6261%2024.3127%2010.6261C25.0221%2010.6217%2025.7295%2010.7029%2026.4195%2010.8678C27.9156%2011.2339%2028.8134%2012.1816%2029.1554%2013.6725C29.3092%2014.3772%2029.3826%2015.097%2029.3744%2015.8182C29.3744%2018.6571%2029.3744%2021.4963%2029.3744%2024.3357C29.3782%2025.0383%2029.2973%2025.7388%2029.1334%2026.422C28.7673%2027.9189%2027.8153%2028.8123%2026.3243%2029.1543C25.5961%2029.311%2024.8524%2029.3847%2024.1076%2029.374C21.3107%2029.374%2018.514%2029.374%2015.7176%2029.374C15.0027%2029.3798%2014.2897%2029.2999%2013.5939%2029.136C12.0912%2028.7698%2011.189%2027.8178%2010.8477%2026.3195C10.6734%2025.5579%2010.6273%2024.7941%2010.6273%2024.0237C10.6273%2022.6802%2010.6273%2021.3364%2010.6273%2019.9924Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='nonzero'%20/%3e%3cpath%20id='ic_public_qrcode_2_0'%20d='M10.6273%2015.5985C10.6243%2014.8898%2010.7114%2014.1836%2010.8865%2013.4968C11.2702%2012.0432%2012.2171%2011.1805%2013.6693%2010.8458C14.3974%2010.6885%2015.1411%2010.6148%2015.886%2010.6261C18.6946%2010.6261%2021.5035%2010.6261%2024.3127%2010.6261C25.0221%2010.6217%2025.7295%2010.7029%2026.4195%2010.8678C27.9156%2011.2339%2028.8134%2012.1816%2029.1554%2013.6725C29.3092%2014.3772%2029.3826%2015.097%2029.3744%2015.8182C29.3744%2018.6571%2029.3744%2021.4963%2029.3744%2024.3357C29.3782%2025.0383%2029.2973%2025.7388%2029.1334%2026.422C28.7673%2027.9189%2027.8153%2028.8123%2026.3243%2029.1543C25.5961%2029.311%2024.8524%2029.3847%2024.1076%2029.374C21.3107%2029.374%2018.514%2029.374%2015.7176%2029.374C15.0027%2029.3798%2014.2897%2029.2999%2013.5939%2029.136C12.0912%2028.7698%2011.189%2027.8178%2010.8477%2026.3195C10.6734%2025.5579%2010.6273%2024.7941%2010.6273%2024.0237C10.6273%2022.6802%2010.6273%2021.3364%2010.6273%2019.9924C10.6273%2018.5277%2010.6222%2017.0631%2010.6273%2015.5985Z'%20fill-rule='nonzero'%20stroke='rgb(255,255,255)'%20stroke-opacity='0'%20stroke-width='1.25'%20/%3e%3cpath%20id='ic_public_qrcode_2_1'%20d='M10.6273%2015.5985C10.6243%2014.8898%2010.7114%2014.1836%2010.8865%2013.4968C11.2702%2012.0432%2012.2171%2011.1805%2013.6693%2010.8458C14.3974%2010.6885%2015.1411%2010.6148%2015.886%2010.6261C18.6946%2010.6261%2021.5035%2010.6261%2024.3127%2010.6261C25.0221%2010.6217%2025.7295%2010.7029%2026.4195%2010.8678C27.9156%2011.2339%2028.8134%2012.1816%2029.1554%2013.6725C29.3092%2014.3772%2029.3826%2015.097%2029.3744%2015.8182C29.3744%2018.6571%2029.3744%2021.4963%2029.3744%2024.3357C29.3782%2025.0383%2029.2973%2025.7388%2029.1334%2026.422C28.7673%2027.9189%2027.8153%2028.8123%2026.3243%2029.1543C25.5961%2029.311%2024.8524%2029.3847%2024.1076%2029.374C21.3107%2029.374%2018.514%2029.374%2015.7176%2029.374C15.0027%2029.3798%2014.2897%2029.2999%2013.5939%2029.136C12.0912%2028.7698%2011.189%2027.8178%2010.8477%2026.3195C10.6734%2025.5579%2010.6273%2024.7941%2010.6273%2024.0237C10.6273%2022.6802%2010.6273%2021.3364%2010.6273%2019.9924C10.6273%2018.5277%2010.6222%2017.0631%2010.6273%2015.5985Z'%20opacity='0.200000003'%20fill-rule='nonzero'%20stroke='rgb(255,255,255)'%20stroke-opacity='0'%20stroke-width='1.25'%20/%3e%3ccircle%20id='ic_public_qrcode_2_2'%20cx='20'%20cy='20'%20r='10'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3cpath%20id='ic_public_qrcode_2_3'%20d='M17.5%2011.25C17.9602%2011.25%2018.3333%2011.6231%2018.3333%2012.0833L18.3333%2017.5C18.3333%2017.9602%2017.9602%2018.3333%2017.5%2018.3333L12.0833%2018.3333C11.6231%2018.3333%2011.25%2017.9602%2011.25%2017.5L11.25%2012.0833C11.25%2011.6231%2011.6231%2011.25%2012.0833%2011.25L17.5%2011.25ZM17.5%2021.6667C17.9602%2021.6667%2018.3333%2022.0398%2018.3333%2022.5L18.3333%2027.9167C18.3333%2028.3769%2017.9602%2028.75%2017.5%2028.75L12.0833%2028.75C11.6231%2028.75%2011.25%2028.3769%2011.25%2027.9167L11.25%2022.5C11.25%2022.0398%2011.6231%2021.6667%2012.0833%2021.6667L17.5%2021.6667ZM27.9167%2011.25C28.3769%2011.25%2028.75%2011.6231%2028.75%2012.0833L28.75%2017.5C28.75%2017.9602%2028.3769%2018.3333%2027.9167%2018.3333L22.5%2018.3333C22.0398%2018.3333%2021.6667%2017.9602%2021.6667%2017.5L21.6667%2012.0833C21.6667%2011.6231%2022.0398%2011.25%2022.5%2011.25L27.9167%2011.25Z'%20fill-rule='evenodd'%20stroke='rgb(14,191,241)'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.25'%20/%3e%3cpath%20id='ic_public_qrcode_2_4'%20d='M17.5002%2010.8333C18.1905%2010.8333%2018.7502%2011.3929%2018.7502%2012.0833L18.7502%2017.4999C18.7502%2018.1903%2018.1905%2018.7499%2017.5002%2018.7499L12.0835%2018.7499C11.3931%2018.7499%2010.8335%2018.1903%2010.8335%2017.4999L10.8335%2012.0833C10.8335%2011.3929%2011.3931%2010.8333%2012.0835%2010.8333L17.5002%2010.8333ZM17.5002%2011.6666L12.0835%2011.6666C11.8534%2011.6666%2011.6668%2011.8531%2011.6668%2012.0833L11.6668%2017.4999C11.6668%2017.73%2011.8534%2017.9166%2012.0835%2017.9166L17.5002%2017.9166C17.7303%2017.9166%2017.9168%2017.73%2017.9168%2017.4999L17.9168%2012.0833C17.9168%2011.8531%2017.7303%2011.6666%2017.5002%2011.6666ZM17.5002%2021.2499C18.1905%2021.2499%2018.7502%2021.8096%2018.7502%2022.4999L18.7502%2027.9166C18.7502%2028.6069%2018.1905%2029.1666%2017.5002%2029.1666L12.0835%2029.1666C11.3931%2029.1666%2010.8335%2028.6069%2010.8335%2027.9166L10.8335%2022.4999C10.8335%2021.8096%2011.3931%2021.2499%2012.0835%2021.2499L17.5002%2021.2499ZM17.5002%2022.0833L12.0835%2022.0833C11.8534%2022.0833%2011.6668%2022.2698%2011.6668%2022.4999L11.6668%2027.9166C11.6668%2028.1467%2011.8534%2028.3333%2012.0835%2028.3333L17.5002%2028.3333C17.7303%2028.3333%2017.9168%2028.1467%2017.9168%2027.9166L17.9168%2022.4999C17.9168%2022.2698%2017.7303%2022.0833%2017.5002%2022.0833ZM27.9168%2010.8333C28.6072%2010.8333%2029.1668%2011.3929%2029.1668%2012.0833L29.1668%2017.4999C29.1668%2018.1903%2028.6072%2018.7499%2027.9168%2018.7499L22.5002%2018.7499C21.8098%2018.7499%2021.2502%2018.1903%2021.2502%2017.4999L21.2502%2012.0833C21.2502%2011.3929%2021.8098%2010.8333%2022.5002%2010.8333L27.9168%2010.8333ZM27.9168%2011.6666L22.5002%2011.6666C22.27%2011.6666%2022.0835%2011.8531%2022.0835%2012.0833L22.0835%2017.4999C22.0835%2017.73%2022.27%2017.9166%2022.5002%2017.9166L27.9168%2017.9166C28.1469%2017.9166%2028.3335%2017.73%2028.3335%2017.4999L28.3335%2012.0833C28.3335%2011.8531%2028.1469%2011.6666%2027.9168%2011.6666Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='nonzero'%20/%3e%3cpath%20id='ic_public_qrcode_2_4'%20d='M18.7502%2012.0833L18.7502%2017.4999C18.7502%2018.1903%2018.1905%2018.7499%2017.5002%2018.7499L12.0835%2018.7499C11.3931%2018.7499%2010.8335%2018.1903%2010.8335%2017.4999L10.8335%2012.0833C10.8335%2011.3929%2011.3931%2010.8333%2012.0835%2010.8333L17.5002%2010.8333C18.1905%2010.8333%2018.7502%2011.3929%2018.7502%2012.0833ZM12.0835%2011.6666C11.8534%2011.6666%2011.6668%2011.8531%2011.6668%2012.0833L11.6668%2017.4999C11.6668%2017.73%2011.8534%2017.9166%2012.0835%2017.9166L17.5002%2017.9166C17.7303%2017.9166%2017.9168%2017.73%2017.9168%2017.4999L17.9168%2012.0833C17.9168%2011.8531%2017.7303%2011.6666%2017.5002%2011.6666L12.0835%2011.6666ZM18.7502%2022.4999L18.7502%2027.9166C18.7502%2028.6069%2018.1905%2029.1666%2017.5002%2029.1666L12.0835%2029.1666C11.3931%2029.1666%2010.8335%2028.6069%2010.8335%2027.9166L10.8335%2022.4999C10.8335%2021.8096%2011.3931%2021.2499%2012.0835%2021.2499L17.5002%2021.2499C18.1905%2021.2499%2018.7502%2021.8096%2018.7502%2022.4999ZM12.0835%2022.0833C11.8534%2022.0833%2011.6668%2022.2698%2011.6668%2022.4999L11.6668%2027.9166C11.6668%2028.1467%2011.8534%2028.3333%2012.0835%2028.3333L17.5002%2028.3333C17.7303%2028.3333%2017.9168%2028.1467%2017.9168%2027.9166L17.9168%2022.4999C17.9168%2022.2698%2017.7303%2022.0833%2017.5002%2022.0833L12.0835%2022.0833ZM29.1668%2012.0833L29.1668%2017.4999C29.1668%2018.1903%2028.6072%2018.7499%2027.9168%2018.7499L22.5002%2018.7499C21.8098%2018.7499%2021.2502%2018.1903%2021.2502%2017.4999L21.2502%2012.0833C21.2502%2011.3929%2021.8098%2010.8333%2022.5002%2010.8333L27.9168%2010.8333C28.6072%2010.8333%2029.1668%2011.3929%2029.1668%2012.0833ZM22.5002%2011.6666C22.27%2011.6666%2022.0835%2011.8531%2022.0835%2012.0833L22.0835%2017.4999C22.0835%2017.73%2022.27%2017.9166%2022.5002%2017.9166L27.9168%2017.9166C28.1469%2017.9166%2028.3335%2017.73%2028.3335%2017.4999L28.3335%2012.0833C28.3335%2011.8531%2028.1469%2011.6666%2027.9168%2011.6666L22.5002%2011.6666Z'%20fill-rule='nonzero'%20stroke='rgb(255,255,255)'%20stroke-opacity='0'%20stroke-linejoin='round'%20stroke-width='1.25'%20/%3e%3cpath%20id='ic_public_qrcode_2_5'%20d='M27.9165%2021.6667L27.9165%2024.5834L28.7498%2024.5834L28.7498%2021.6667L27.9165%2021.6667ZM24.5832%2021.6667L24.5832%2022.639L24.5828%2022.6388L24.5832%2024.5834L23.6109%2024.5834L23.6107%2022.6388L21.6665%2022.639L21.6665%2021.6667L24.5832%2021.6667ZM21.6665%2025.8334L21.6665%2028.7501L22.4998%2028.7501L22.4998%2025.8334L21.6665%2025.8334ZM27.9165%2027.9167L27.9165%2028.7501L28.7498%2028.7501L28.7498%2027.9167L27.9165%2027.9167ZM25.8332%2025.8334L25.8332%2026.6667L26.6665%2026.6667L26.6665%2025.8334L25.8332%2025.8334Z'%20fill='rgb(14,191,241)'%20fill-rule='nonzero'%20/%3e%3cpath%20id='ic_public_qrcode_2_5'%20d='M27.9165%2024.5834L28.7498%2024.5834L28.7498%2021.6667L27.9165%2021.6667L27.9165%2024.5834ZM24.5832%2022.639L24.5828%2022.6388L24.5832%2024.5834L23.6109%2024.5834L23.6107%2022.6388L21.6665%2022.639L21.6665%2021.6667L24.5832%2021.6667L24.5832%2022.639ZM21.6665%2028.7501L22.4998%2028.7501L22.4998%2025.8334L21.6665%2025.8334L21.6665%2028.7501ZM27.9165%2028.7501L28.7498%2028.7501L28.7498%2027.9167L27.9165%2027.9167L27.9165%2028.7501ZM25.8332%2026.6667L26.6665%2026.6667L26.6665%2025.8334L25.8332%2025.8334L25.8332%2026.6667Z'%20fill-rule='nonzero'%20stroke='rgb(14,191,241)'%20stroke-linejoin='round'%20stroke-width='1.25'%20/%3e%3cpath%20id='ic_public_qrcode_2_6'%20d='M14.375%2014.375L14.375%2015.2083L15.2083%2015.2083L15.2083%2014.375L14.375%2014.375ZM14.375%2024.7917L14.375%2025.625L15.2083%2025.625L15.2083%2024.7917L14.375%2024.7917ZM24.7917%2014.375L24.7917%2015.2083L25.625%2015.2083L25.625%2014.375L24.7917%2014.375Z'%20fill='rgb(14,191,241)'%20fill-rule='nonzero'%20/%3e%3cpath%20id='ic_public_qrcode_2_6'%20d='M14.375%2015.2083L15.2083%2015.2083L15.2083%2014.375L14.375%2014.375L14.375%2015.2083ZM14.375%2025.625L15.2083%2025.625L15.2083%2024.7917L14.375%2024.7917L14.375%2025.625ZM24.7917%2015.2083L25.625%2015.2083L25.625%2014.375L24.7917%2014.375L24.7917%2015.2083Z'%20fill-rule='nonzero'%20stroke='rgb(14,191,241)'%20stroke-linejoin='round'%20stroke-width='1.25'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e",uC="data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='12.000000'%20height='12.000000'%20fill='none'%3e%3cdefs%3e%3cfilter%20id='pixso_custom_mask_type_luminance'%3e%3cfeColorMatrix%20type='matrix'%20values='1%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%201%200%20'%20/%3e%3c/filter%3e%3c/defs%3e%3cmask%20id='mask_0'%20width='11.999876'%20height='11.999876'%20x='0.000000'%20y='0.000000'%20maskUnits='userSpaceOnUse'%3e%3cg%20filter='url(%23pixso_custom_mask_type_luminance)'%3e%3cg%20id='mask401_19830'%3e%3cpath%20id='蒙版'%20d='M0%200L11.9999%200L11.9999%2011.9999L0%2011.9999L0%200ZM2.69992%201.34999L8.09977%201.34999C9.5082%201.34999%2010.6498%202.49167%2010.6498%203.89998L10.6498%209.2999C10.6498%2010.7082%209.5082%2011.8499%208.09977%2011.8499L2.69992%2011.8499C1.29149%2011.8499%200.149901%2010.7082%200.149901%209.2999L0.149901%203.89998C0.149901%202.49167%201.29149%201.34999%202.69992%201.34999Z'%20fill='rgb(196,196,196)'%20fill-rule='evenodd'%20/%3e%3c/g%3e%3c/g%3e%3c/mask%3e%3crect%20id='ic_public_copy'%20width='12.000000'%20height='12.000000'%20x='0.000000'%20y='0.000000'%20/%3e%3crect%20id='ic_public_copy-复制/base/ic_public_copy'%20width='11.999876'%20height='11.999876'%20x='0.000000'%20y='0.000000'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3cpath%20id='path1'%20d='M0.000134537%205.99497C0.000134537%205.05748%20-0.00236544%204.11999%200.000134537%203.1825C-0.00236544%202.72751%200.055134%202.27501%200.165133%201.83752C0.41263%200.907526%201.01762%200.355032%201.94761%200.140034C2.41261%200.040035%202.8901%20-0.00746449%203.3651%203.54269e-05C5.16258%203.54269e-05%206.96006%203.54269e-05%208.76004%203.54269e-05C9.21254%20-0.00246455%209.66503%200.0475349%2010.1075%200.155034C11.065%200.387531%2011.64%200.995025%2011.8575%201.95002C11.9575%202.40001%2012.005%202.86001%2011.9975%203.3225C11.9975%205.13998%2011.9975%206.95746%2011.9975%208.77244C12%209.22244%2011.95%209.67243%2011.845%2010.1099C11.61%2011.0674%2011%2011.6374%2010.0475%2011.8574C9.58003%2011.9574%209.10504%2012.0049%208.62754%2011.9974C6.83756%2011.9974%205.04758%2011.9974%203.2576%2011.9974C2.80011%2012.0024%202.34511%2011.9499%201.90011%2011.8449C0.937625%2011.6124%200.360131%2011.0024%200.142633%2010.0424C0.0301342%209.55494%200.000134537%209.06744%200.000134537%208.57495C0.000134537%207.71495%200.000134537%206.85496%200.000134537%205.99497Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='evenodd'%20/%3e%3ccircle%20id='path2'%20cx='5.99993801'%20cy='5.99993801'%20r='5.99993801'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3cg%20id='mask'%20mask='url(%23mask_0)'%3e%3cg%20id='组合%208'%3e%3cpath%20id='path'%20d='M11.1%203.89993L11.1%206.8999C11.1%208.55488%209.75502%209.89737%208.10004%209.89737L5.10007%209.89737C3.44258%209.89737%202.1001%208.55488%202.1001%206.8999L2.1001%203.89993C2.1001%202.24245%203.44258%200.897461%205.10007%200.897461L8.10004%200.897461C9.75502%200.897461%2011.1%202.24245%2011.1%203.89993Z'%20fill-rule='nonzero'%20stroke='rgb(25,25,25)'%20stroke-linejoin='round'%20stroke-width='0.749992251'%20/%3e%3c/g%3e%3c/g%3e%3cpath%20id='path4'%20d='M2.10008%202.39746L8.10002%202.39746C8.92751%202.39746%209.6%203.06995%209.6%203.89995L9.6%209.89738C9.6%2010.7274%208.92751%2011.3999%208.10002%2011.3999L2.10008%2011.3999C1.27009%2011.3999%200.600098%2010.7274%200.600098%209.89738L0.600098%203.89995C0.600098%203.06995%201.27009%202.39746%202.10008%202.39746Z'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20fill-rule='evenodd'%20/%3e%3cpath%20id='path4'%20d='M9.6%203.89995L9.6%209.89738C9.6%2010.7274%208.92751%2011.3999%208.10002%2011.3999L2.10008%2011.3999C1.27009%2011.3999%200.600098%2010.7274%200.600098%209.89738L0.600098%203.89995C0.600098%203.06995%201.27009%202.39746%202.10008%202.39746L8.10002%202.39746C8.92751%202.39746%209.6%203.06995%209.6%203.89995Z'%20fill-rule='nonzero'%20stroke='rgb(25,25,25)'%20stroke-linejoin='round'%20stroke-width='0.749992251'%20/%3e%3c/svg%3e",dC="https://agent.opentiny.design/tiny-robot",y2="https://ai.opentiny.design/next-remoter",w2=e=>[{action:"qr-code",show:!0,text:"扫码登录",desc:"使用手机遥控页面",icon:cC},{action:"ai-chat",show:!0,text:"打开对话框",desc:"支持在网页端操作AI",icon:aC},{action:"remote-url",show:!0,text:"遥控器链接",desc:`${e.remoteUrl}`,active:!0,tip:e.remoteUrl,showCopyIcon:!0,icon:lC},{action:"remote-control",show:!0,text:"识别码",desc:`${e.sessionId.slice(-6)}`,know:!0,showCopyIcon:!0,icon:iC}];class pC{constructor(t){if(this.isExpanded=!1,this.getImageUrl=r=>{if(!r)return;const n=new Image;return n.src=r,n},this.renderItem=()=>{this.menuItems.filter(r=>r.show!==!1).map(r=>{const n=document.getElementById(`tiny-remoter-icon-item-${r.action}`);if(!n)return;n.innerHTML="";const o=this.getImageUrl(r.icon);o&&n.appendChild(o)})},this.readyTips=r=>{const n=document.getElementById(r);n&&new sC(n,{content:"复制",placement:"top",trigger:"hover"})},!t.sessionId)throw new Error("sessionId is required");this.options={...t,qrCodeUrl:t.qrCodeUrl||y2,remoteUrl:t.remoteUrl||dC},this.menuItems=this.mergeMenuItems(t.menuItems),this.init()}get sessionPrefix(){return this.options.qrCodeUrl?.includes("?")?"&sessionId=":"?sessionId="}mergeMenuItems(t){return t?w2(this.options).map(r=>{const n=t.find(o=>o.action===r.action);return n?{...r,...n,show:n.show!==void 0?n.show:r.show}:r}):w2(this.options)}init(){this.createFloatingBlock(),this.createDropdownMenu(),this.bindEvents(),this.addStyles()}createFloatingBlock(){this.floatingBlock=document.createElement("div"),this.floatingBlock.className="tiny-remoter-floating-block",this.floatingBlock.innerHTML=`
136
176
  <div class="tiny-remoter-floating-block__icon">
137
- <img style="display: block; width: 56px;" src="${dm}/svgs/logo-next-no-bg-left.svg" alt="icon" />
177
+ <img style="display: block; width: 56px;" src="${y2}/svgs/logo-next-no-bg-left.svg" alt="icon" />
138
178
  </div>
139
- `,document.body.appendChild(this.floatingBlock)}createDropdownMenu(){this.dropdownMenu=document.createElement("div"),this.dropdownMenu.className="tiny-remoter-floating-dropdown";const t=this.menuItems.filter(n=>n.show!==!1).map(n=>`
140
- <div class="tiny-remoter-dropdown-item" data-action="${n.action}">
141
- <div id="tiny-remoter-icon-item-${n.action}" class="tiny-remoter-dropdown-item__icon">
179
+ `,document.body.appendChild(this.floatingBlock)}createDropdownMenu(){this.dropdownMenu=document.createElement("div"),this.dropdownMenu.className="tiny-remoter-floating-dropdown";const t=this.menuItems.filter(r=>r.show!==!1).map(r=>`
180
+ <div class="tiny-remoter-dropdown-item" data-action="${r.action}">
181
+ <div id="tiny-remoter-icon-item-${r.action}" class="tiny-remoter-dropdown-item__icon">
142
182
  </div>
143
183
  <div class="tiny-remoter-dropdown-item__content">
144
- <div title="${n.tip}">${n.text}</div>
184
+ <div title="${r.tip}">${r.text}</div>
145
185
  <div class="tiny-remoter-dropdown-item__desc-wrapper">
146
- <div class="tiny-remoter-dropdown-item__desc ${n.active?"tiny-remoter-dropdown-item__desc--active":""} ${n.know?"tiny-remoter-dropdown-item__desc--know":""}">${n.desc}</div>
186
+ <div class="tiny-remoter-dropdown-item__desc ${r.active?"tiny-remoter-dropdown-item__desc--active":""} ${r.know?"tiny-remoter-dropdown-item__desc--know":""}">${r.desc}</div>
147
187
  <div>
148
- ${n.showCopyIcon?`
149
- <div class="tiny-remoter-copy-icon" id="${n.action}" data-action="${n.action}">
150
- <img src="${uI}"/>
188
+ ${r.showCopyIcon?`
189
+ <div class="tiny-remoter-copy-icon" id="${r.action}" data-action="${r.action}">
190
+ <img src="${uC}"/>
151
191
  </div>
152
192
  `:""}
153
193
  </div>
154
194
  </div>
155
195
  </div>
156
196
  </div>
157
- `).join("");this.dropdownMenu.innerHTML=t,document.body.appendChild(this.dropdownMenu),this.renderItem(),this.readyTips("remote-control"),this.readyTips("remote-url")}bindEvents(){this.floatingBlock.addEventListener("click",()=>{this.toggleDropdown()}),this.dropdownMenu.addEventListener("click",t=>{const n=t.target,r=n.closest(".tiny-remoter-copy-icon");if(r){t.stopPropagation();const i=r.dataset.action;i&&this.handleAction(i);return}const o=n.closest(".tiny-remoter-dropdown-item"),s=o==null?void 0:o.dataset.action;s&&this.handleAction(s)}),document.addEventListener("click",t=>{const n=t.target;!this.floatingBlock.contains(n)&&!this.dropdownMenu.contains(n)&&this.closeDropdown()}),document.addEventListener("keydown",t=>{t.key==="Escape"&&this.closeDropdown()})}toggleDropdown(){this.isExpanded?this.closeDropdown():this.openDropdown()}openDropdown(){this.isExpanded=!0,this.floatingBlock.classList.add("expanded"),this.dropdownMenu.classList.add("show")}closeDropdown(){this.isExpanded=!1,this.floatingBlock.classList.remove("expanded"),this.dropdownMenu.classList.remove("show")}handleAction(t){switch(t){case"qr-code":this.showQRCode();break;case"ai-chat":this.showAIChat();break;case"remote-control":this.copyRemoteControl();break;case"remote-url":this.copyRemoteURL();break}this.closeDropdown()}copyRemoteControl(){this.copyToClipboard(this.options.sessionId.slice(-6))}copyRemoteURL(){this.copyToClipboard(this.options.remoteUrl+this.sessionPrefix+this.options.sessionId)}async copyToClipboard(t){try{if(navigator.clipboard&&window.isSecureContext)await navigator.clipboard.writeText(t),this.showCopyFeedback(!0);else{const n=document.createElement("textarea");n.value=t,n.style.position="fixed",n.style.left="-999999px",n.style.top="-999999px",document.body.appendChild(n),n.focus(),n.select();const r=document.execCommand("copy");document.body.removeChild(n),r?this.showCopyFeedback(!0):this.showCopyFeedback(!1)}}catch(n){console.error("复制失败:",n),this.showCopyFeedback(!1)}}showCopyFeedback(t){const n=t?"复制成功!":"复制失败,请手动复制",r=document.createElement("div");r.className=`tiny-remoter-copy-feedback ${t?"success":"error"}`,r.textContent=n,document.body.appendChild(r),setTimeout(()=>r.classList.add("show"),10),setTimeout(()=>{r.classList.remove("show"),setTimeout(()=>{r.parentNode&&r.parentNode.removeChild(r)},300)},1500)}async showQRCode(){const n=await new cm((this.options.qrCodeUrl||"")+this.sessionPrefix+this.options.sessionId,{}).toDataURL(),r=this.createModal("扫码前往智能遥控器",`
197
+ `).join("");this.dropdownMenu.innerHTML=t,document.body.appendChild(this.dropdownMenu),this.renderItem(),this.readyTips("remote-control"),this.readyTips("remote-url")}bindEvents(){this.floatingBlock.addEventListener("click",()=>{this.toggleDropdown()}),this.dropdownMenu.addEventListener("click",t=>{const r=t.target,n=r.closest(".tiny-remoter-copy-icon");if(n){t.stopPropagation();const a=n.dataset.action;a&&this.handleAction(a);return}const s=r.closest(".tiny-remoter-dropdown-item")?.dataset.action;s&&this.handleAction(s)}),document.addEventListener("click",t=>{const r=t.target;!this.floatingBlock.contains(r)&&!this.dropdownMenu.contains(r)&&this.closeDropdown()}),document.addEventListener("keydown",t=>{t.key==="Escape"&&this.closeDropdown()})}toggleDropdown(){this.isExpanded?this.closeDropdown():this.openDropdown()}openDropdown(){this.isExpanded=!0,this.floatingBlock.classList.add("expanded"),this.dropdownMenu.classList.add("show")}closeDropdown(){this.isExpanded=!1,this.floatingBlock.classList.remove("expanded"),this.dropdownMenu.classList.remove("show")}handleAction(t){switch(t){case"qr-code":this.showQRCode();break;case"ai-chat":this.showAIChat();break;case"remote-control":this.copyRemoteControl();break;case"remote-url":this.copyRemoteURL();break}this.closeDropdown()}copyRemoteControl(){this.copyToClipboard(this.options.sessionId.slice(-6))}copyRemoteURL(){this.copyToClipboard(this.options.remoteUrl+this.sessionPrefix+this.options.sessionId)}async copyToClipboard(t){try{if(navigator.clipboard&&window.isSecureContext)await navigator.clipboard.writeText(t),this.showCopyFeedback(!0);else{const r=document.createElement("textarea");r.value=t,r.style.position="fixed",r.style.left="-999999px",r.style.top="-999999px",document.body.appendChild(r),r.focus(),r.select();const n=document.execCommand("copy");document.body.removeChild(r),n?this.showCopyFeedback(!0):this.showCopyFeedback(!1)}}catch(r){console.error("复制失败:",r),this.showCopyFeedback(!1)}}showCopyFeedback(t){const r=t?"复制成功!":"复制失败,请手动复制",n=document.createElement("div");n.className=`tiny-remoter-copy-feedback ${t?"success":"error"}`,n.textContent=r,document.body.appendChild(n),setTimeout(()=>n.classList.add("show"),10),setTimeout(()=>{n.classList.remove("show"),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n)},300)},1500)}async showQRCode(){const r=await new v2((this.options.qrCodeUrl||"")+this.sessionPrefix+this.options.sessionId,{}).toDataURL(),n=this.createModal("扫码前往智能遥控器",`
158
198
  <div style="text-align: center; padding: 32px;">
159
199
  <!-- 二维码容器 - 添加渐变背景和阴影效果 -->
160
200
  <div style="
@@ -192,7 +232,7 @@ Minimum version required to store current data is: `+s+`.
192
232
  position: relative;
193
233
  z-index: 1;
194
234
  ">
195
- <img src="${n}" alt="二维码" style="
235
+ <img src="${r}" alt="二维码" style="
196
236
  width: 100%;
197
237
  height: 100%;
198
238
  object-fit: contain;
@@ -235,7 +275,7 @@ Minimum version required to store current data is: `+s+`.
235
275
  <span>支持微信、浏览器等多种方式</span>
236
276
  </div>
237
277
  </div>
238
- `);this.showModal(r)}showAIChat(){var t,n;(n=(t=this.options).onShowAIChat)==null||n.call(t)}createModal(t,n){const r=document.createElement("div");r.className="tiny-remoter-floating-modal",r.innerHTML=`
278
+ `);this.showModal(n)}showAIChat(){this.options.onShowAIChat?.()}createModal(t,r){const n=document.createElement("div");n.className="tiny-remoter-floating-modal",n.innerHTML=`
239
279
  <div class="tiny-remoter-modal-overlay"></div>
240
280
  <div class="tiny-remoter-modal-content">
241
281
  <div class="tiny-remoter-modal-header">
@@ -243,10 +283,10 @@ Minimum version required to store current data is: `+s+`.
243
283
  <button class="tiny-remoter-modal-close">&times;</button>
244
284
  </div>
245
285
  <div class="tiny-remoter-modal-body">
246
- ${n}
286
+ ${r}
247
287
  </div>
248
288
  </div>
249
- `;const o=r.querySelector(".tiny-remoter-modal-close"),s=r.querySelector(".tiny-remoter-modal-overlay");return o.addEventListener("click",()=>this.hideModal(r)),s.addEventListener("click",()=>this.hideModal(r)),r}showModal(t){document.body.appendChild(t),setTimeout(()=>t.classList.add("show"),10)}hideModal(t){t.classList.remove("show"),setTimeout(()=>{t.parentNode&&t.parentNode.removeChild(t)},100)}addStyles(){const t=document.createElement("style");t.textContent=`
289
+ `;const o=n.querySelector(".tiny-remoter-modal-close"),s=n.querySelector(".tiny-remoter-modal-overlay");return o.addEventListener("click",()=>this.hideModal(n)),s.addEventListener("click",()=>this.hideModal(n)),n}showModal(t){document.body.appendChild(t),setTimeout(()=>t.classList.add("show"),10)}hideModal(t){t.classList.remove("show"),setTimeout(()=>{t.parentNode&&t.parentNode.removeChild(t)},100)}addStyles(){const t=document.createElement("style");t.textContent=`
250
290
  /* 浮动块样式 */
251
291
  .tiny-remoter-floating-block {
252
292
  position: fixed;
@@ -580,4 +620,4 @@ Minimum version required to store current data is: `+s+`.
580
620
  color: white;
581
621
  }
582
622
  }
583
- `,document.head.appendChild(t)}destroy(){this.floatingBlock.parentNode&&this.floatingBlock.parentNode.removeChild(this.floatingBlock),this.dropdownMenu.parentNode&&this.dropdownMenu.parentNode.removeChild(this.dropdownMenu)}}const fI=(e={})=>new pI(e);un.AgentModelProvider=gk,un.QrCode=cm,un.createRemoter=fI,un.getAISDKTools=F2,Object.defineProperty(un,Symbol.toStringTag,{value:"Module"})});
623
+ `,document.head.appendChild(t)}destroy(){this.floatingBlock.parentNode&&this.floatingBlock.parentNode.removeChild(this.floatingBlock),this.dropdownMenu.parentNode&&this.dropdownMenu.parentNode.removeChild(this.dropdownMenu)}}const fC=(e={})=>new pC(e);Jt.AgentModelProvider=AS,Jt.QrCode=v2,Jt.createRemoter=fC,Jt.getAISDKTools=qm,Object.defineProperty(Jt,Symbol.toStringTag,{value:"Module"})}));