@botpress/sdk 4.0.3 → 4.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +4 -4
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -76,7 +76,7 @@ ${T}`.trim();case q.ZodFirstPartyTypeKind.ZodEnum:return a.values.map(jt).join("
|
|
|
76
76
|
`,o+=`}
|
|
77
77
|
`,o+=`}
|
|
78
78
|
`),o+=`}
|
|
79
|
-
`,o+="})"}let s=n?o?n+o:r?r==="z.never()"?n+".strict()":n+`.catchall(${r})`:n:o||(r?`z.record(${r})`:"z.record(z.any())");return Qe.an.anyOf(t)&&(s+=`.and(${hy(H(x({},t),{anyOf:t.anyOf.map(i=>typeof i=="object"&&!i.type&&(i.properties||i.additionalProperties||i.patternProperties)?H(x({},i),{type:"object"}):i)}),e)})`),Qe.a.oneOf(t)&&(s+=`.and(${is(H(x({},t),{oneOf:t.oneOf.map(i=>typeof i=="object"&&!i.type&&(i.properties||i.additionalProperties||i.patternProperties)?H(x({},i),{type:"object"}):i)}),e)})`),Qe.an.allOf(t)&&(s+=`.and(${jr(H(x({},t),{allOf:t.allOf.map(i=>typeof i=="object"&&!i.type&&(i.properties||i.additionalProperties||i.patternProperties)?H(x({},i),{type:"object"}):i)}),e)})`),s}p(vy,"parseObject");var qB=p(t=>{var e;let n="z.string()";if((e=t[ke])!=null&&e.coerce){if(t.format==="date-time")return"z.coerce.date()";n="z.coerce.string()"}return n+=at(t,"format",({value:r})=>{switch(r){case"email":return[".email(",")"];case"ip":return[".ip(",")"];case"ipv4":return['.ip({ version: "v4"',", message: "," })"];case"ipv6":return['.ip({ version: "v6"',", message: "," })"];case"uri":return[".url(",")"];case"uuid":return[".uuid(",")"];case"date-time":return[".datetime(",")"]}}),n+=at(t,"pattern",({json:r})=>[`.regex(new RegExp(${r})`,", ",")"]),n+=at(t,"minLength",({json:r})=>[`.min(${r}`,", ",")"]),n+=at(t,"maxLength",({json:r})=>[`.max(${r}`,", ",")"]),n},"parseString"),zB=p((t,e)=>`${nt(jB(t,"nullable"),e,!0)}.nullable()`,"parseNullable"),GB=p(t=>`z.ref('${t.$ref}')`,"parseRef"),VB=p((t,e)=>{var n,r;if(t.oneOf.length<=1||!((n=t.discriminator)!=null&&n.propertyName))return is(t,e);let o=t.oneOf.map((s,i)=>nt(s,H(x({},e),{path:[...e.path,"oneOf",i]})));return`z.discriminatedUnion("${(r=t.discriminator)==null?void 0:r.propertyName}", [${o.join(", ")}])`},"parseDiscriminator"),nt=p((t,e={seen:new Map,path:[]},n)=>{if(typeof t!="object")return t?"z.any()":"z.never()";if(e.parserOverride){let s=e.parserOverride(t,e);if(typeof s=="string")return s}let r=e.seen.get(t);if(r){if(r.r!==void 0)return r.r;if(e.depth===void 0||r.n>=e.depth)return"z.any()";r.n+=1}else r={r:void 0,n:0},e.seen.set(t,r);let o=XB(t,e);return n||(o=JB(t,o),e.withoutDefaults||(o=YB(t,o))),r.r=o,o},"parseSchema"),JB=p((t,e)=>(t.description&&(e+=`.describe(${JSON.stringify(t.description)})`),e),"addMeta"),YB=p((t,e)=>(t.default!==void 0&&(e+=`.default(${JSON.stringify(t.default)})`),e),"addDefaults"),XB=p((t,e)=>Qe.a.nullable(t)?zB(t,e):Qe.an.object(t)?vy(t,e):Qe.an.array(t)?ZB(t,e):Qe.an.anyOf(t)?hy(t,e):Qe.an.allOf(t)?jr(t,e):Qe.a.discriminator(t)?VB(t,e):Qe.a.oneOf(t)?is(t,e):Qe.a.not(t)?NB(t,e):Qe.an.enum(t)?FB(t):Qe.a.const(t)?LB(t):Qe.a.multipleType(t)?DB(t,e):Qe.a.primitive(t,"string")?qB(t):Qe.a.primitive(t,"number")||Qe.a.primitive(t,"integer")?WB(t):Qe.a.primitive(t,"boolean")?RB(t):Qe.a.primitive(t,"null")?HB(t):Qe.a.conditional(t)?KB(t,e):Qe.a.ref(t)?GB(t):MB(t),"selectParser"),Qe={an:{object:p(t=>t.type==="object","object"),array:p(t=>t.type==="array","array"),anyOf:p(t=>t.anyOf!==void 0,"anyOf"),allOf:p(t=>t.allOf!==void 0,"allOf"),enum:p(t=>t.enum!==void 0,"enum")},a:{nullable:p(t=>t.nullable===!0,"nullable"),multipleType:p(t=>Array.isArray(t.type),"multipleType"),not:p(t=>t.not!==void 0,"not"),const:p(t=>t.const!==void 0,"const"),primitive:p((t,e)=>t.type===e,"primitive"),conditional:p(t=>Boolean("if"in t&&t.if&&"then"in t&&"else"in t&&t.then&&t.else),"conditional"),discriminator:p(t=>{var e;return t.oneOf!==void 0&&((e=t.discriminator)==null?void 0:e.propertyName)!==void 0},"discriminator"),oneOf:p(t=>t.oneOf!==void 0,"oneOf"),ref:p(t=>t.$ref!==void 0,"ref")}},QB=p(t=>{let e;try{e=new Function("z",`return ${t}`)(q)}catch(n){return{sucess:!1,error:`Failed to evaluate schema: ${(n instanceof Error?n:new Error(String(n))).message}`}}return e instanceof q.ZodType?{sucess:!0,value:e}:{sucess:!1,error:`String "${t}" does not evaluate to a Zod schema`}},"evalZuiString"),eP=p(t=>nt(t,{seen:new Map,path:[]}),"jsonSchemaToZodStr"),tP=p(t=>{let e=eP(t);e=e.replaceAll("errors: z.ZodError[]","errors");let n=QB(e);if(!n.sucess)throw new Af(n.error);return n.value},"jsonSchemaToZod"),kr=p((t,e)=>{var n,r;if(e[ke]&&t._def&&(t._def[ke]=e[ke]),((n=t._def)==null?void 0:n.typeName)==="ZodObject"&&e.type==="object"&&e.properties&&Object.entries(e.properties).forEach(([o,s])=>{let i=typeof t._def.shape=="function"?t._def.shape():t._def.shape;i[o]&&kr(i[o],s)}),((r=t._def)==null?void 0:r.typeName)==="ZodRecord"&&e.type==="object"&&e.additionalProperties&&kr(t._def.valueType,e.additionalProperties),e.type==="array"&&e.items){let o=e.items;if(typeof o=="object"&&!Array.isArray(o)){let s=t._def.type;s&&kr(s,o)}else Array.isArray(o)&&o.forEach((s,i)=>{let a=t._def;a.typeName===re.ZodFirstPartyTypeKind.ZodTuple&&kr(a.items[i],s)})}},"applyZuiPropsRecursively"),mo=p(t=>{let e=tP(t);return kr(e,t),e},"jsonSchemaToZui"),Ty=class extends er.Component{constructor(){super(...arguments),this.state={hasError:!1,error:null}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,n){console.error("Uncaught error:",e,n)}render(){return this.state.hasError&&this.props.fallback?er.default.createElement(this.props.fallback,{error:this.state.error,schema:this.props.fieldSchema}):this.props.children}};p(Ty,"ErrorBoundary");var Cr=Ty;function nP(t,e){return n=>er.default.createElement(Cr,{fallback:e,fieldSchema:n.fieldSchema,path:n.path},er.default.createElement(t,x({},n)))}p(nP,"withErrorBoundary");var vi=p(t=>{var e=t,{components:n,fieldSchema:r,path:o,required:s,fallback:i}=e,a=pf(e,["components","fieldSchema","path","required","fallback"]),l,f;let{formData:d,disabled:y,hidden:g,handlePropertyChange:m,addArrayItem:v,removeArrayItem:B,formErrors:P,formValid:T}=mf(r,o),S=(0,pt.useMemo)(()=>hn(d,o),[d,o]),E=(0,pt.useMemo)(()=>cT(n,r),[r,n]),{discriminator:M,discriminatedSchema:$,discriminatorValue:oe}=sT(r,o);if(!E||g===!0)return null;let{Component:X,type:ue}=E,ee={type:ue,componentID:E.id,scope:o.join("."),context:{path:o,readonly:!1,formData:d,formErrors:P,formValid:T,updateForm:m,updateFormData:p(Ie=>m([],Ie),"updateFormData")},onChange:p(Ie=>m(o,Ie),"onChange"),disabled:y,errors:P?.filter(Ie=>Ie.path===o)||[],label:((l=r[ke])==null?void 0:l.title)||sa(((f=o[o.length-1])==null?void 0:f.toString())||""),params:E.params,schema:r,zuiProps:r[ke]};if(r.type==="array"&&ue==="array"){let Ie=X,$e=ee.schema,Ne=Array.isArray(S)||typeof S=="object"?S:[],Me=x(H(x({},ee),{type:ue,schema:$e,data:Ne,addItem:p(Ve=>v(o,Ve),"addItem"),removeItem:p(Ve=>B(o,Ve),"removeItem")}),a);return Array.isArray(r.items)?null:pt.default.createElement(Ie,H(x({key:ee.scope},Me),{isArrayChild:Me.isArrayChild}),Array.isArray(Me.data)?Me.data.map((Ve,Ae)=>{let me=[...o,Ae.toString()];return pt.default.createElement(Cr,{key:me.join("."),fallback:i,fieldSchema:r.items,path:me},pt.default.createElement(vi,{key:me.join("."),components:n,fieldSchema:r.items,path:me,required:s,isArrayChild:!0,index:Ae,removeSelf:()=>B(o,Ae),fallback:i}))}):[])}if(r.type==="object"&&ue==="object"&&r.properties){let Ie=X,$e=x(H(x({},ee),{type:ue,schema:ee.schema,data:S||{}}),a);return pt.default.createElement(Ie,H(x({key:ee.scope},$e),{isArrayChild:$e.isArrayChild}),Object.entries(r.properties).map(([Ne,Me])=>{var Ve;let Ae=[...o,Ne];return pt.default.createElement(Cr,{key:Ae.join("."),fallback:i,fieldSchema:Me,path:Ae},pt.default.createElement(vi,{key:Ae.join("."),components:n,fieldSchema:Me,path:Ae,required:((Ve=r.required)==null?void 0:Ve.includes(Ne))||!1,isArrayChild:!1,fallback:i}))}))}if(ue==="discriminatedUnion"){let Ie=X,$e=x(H(x({},ee),{type:ue,schema:ee.schema,data:S||{},discriminatorKey:M?.key||null,discriminatorLabel:sa(M?.key||"Unknown"),discriminatorOptions:M?.values||null,discriminatorValue:oe,setDiscriminator:p(Ne=>{if(!M?.key){console.warn("No discriminator key found, cannot set discriminator");return}m(o,{[M.key]:Ne})},"setDiscriminator")}),a);return pt.default.createElement(Ie,H(x({key:ee.scope},$e),{isArrayChild:$e.isArrayChild}),$&&pt.default.createElement(Cr,{key:o.join("."),fallback:i,fieldSchema:$,path:o},pt.default.createElement(vi,{components:n,fieldSchema:$,path:o,required:s,isArrayChild:!1,fallback:i})))}let ie=X,Re=x(H(x({},ee),{type:ue,schema:ee.schema,config:{},required:s,data:S,description:r.description}),a);return pt.default.createElement(ie,x({},Re))},"FormElementRenderer"),uA=p(({schema:t,components:e,onChange:n,value:r,disableValidation:o,fallback:s,dataTransform:i,onValidation:a})=>{let[l,f]=(0,Zt.useState)(r);return(0,Zt.useEffect)(()=>{n(l)},[l]),(0,Zt.useEffect)(()=>{let d=zn(t);f(y=>_i(d,y))},[JSON.stringify(t),f]),Zt.default.createElement(aT,{formData:l,setFormData:f,formSchema:t,disableValidation:o||!1,dataTransform:i,onValidation:a},Zt.default.createElement(Cr,{fallback:s,fieldSchema:t,path:[]},Zt.default.createElement(vi,{components:e,fieldSchema:t,path:[],fallback:s,required:!0,isArrayChild:!1})))},"ZuiForm"),cA={string:{},number:{slider:{id:"slider",params:q.object({})}},boolean:{switch:{id:"switch",params:q.object({})}},array:{},object:{},discriminatedUnion:{}},fA={errors:Sf,jsonSchemaToZui:mo,zuiToJsonSchema:rs,objectToZui:Ur,toTypescript:bi,toTypescriptSchema:Ha};var $r=(t,e)=>{let n=t._def,r=e._def;if(n.typeName===re.ZodFirstPartyTypeKind.ZodObject&&r.typeName===re.ZodFirstPartyTypeKind.ZodObject){let o=n.shape(),s=r.shape();return re.object({...o,...s})}if(n.typeName===re.ZodFirstPartyTypeKind.ZodRecord&&r.typeName===re.ZodFirstPartyTypeKind.ZodRecord)return re.record(re.intersection(n.valueType,r.valueType));throw new Error("Cannot merge object schemas with record schemas")},_y=re;var dt=re.string().min(1),wy=re.object({text:dt}),xy=re.object({markdown:dt}),By=re.object({imageUrl:dt}),Py=re.object({audioUrl:dt}),Ey=re.object({videoUrl:dt}),Sy=re.object({fileUrl:dt,title:dt.optional()}),ky=re.object({latitude:re.number(),longitude:re.number(),address:re.string().optional(),title:re.string().optional()}),Iy=re.object({title:dt,subtitle:dt.optional(),imageUrl:dt.optional(),actions:re.array(re.object({action:re.enum(["postback","url","say"]),label:dt,value:dt}))}),by=re.object({text:dt,options:re.array(re.object({label:dt,value:dt}))}),rP=re.object({items:re.array(Iy)}),iP=re.union([re.object({type:re.literal("text"),payload:wy}),re.object({type:re.literal("markdown"),payload:xy}),re.object({type:re.literal("image"),payload:By}),re.object({type:re.literal("audio"),payload:Py}),re.object({type:re.literal("video"),payload:Ey}),re.object({type:re.literal("file"),payload:Sy}),re.object({type:re.literal("location"),payload:ky})]),oP=re.object({items:re.array(iP)}),aP={schema:xy},sP={text:{schema:wy},image:{schema:By},audio:{schema:Py},video:{schema:Ey},file:{schema:Sy},location:{schema:ky},carousel:{schema:rP},card:{schema:Iy},dropdown:{schema:by},choice:{schema:by},bloc:{schema:oP}};C();R();O();var ho="x-bot-id",Cy="x-bot-user-id",Oy="x-integration-id",Ry="x-webhook-id",My="x-bp-configuration-type",vo="x-bp-configuration",To="x-bp-operation",Dy="x-bp-type";C();R();O();import{isNode as lk}from"browser-or-node";C();R();O();var ir=console;function kt(t){if(!t.body)throw new Error("Missing body");return JSON.parse(t.body)}async function Zo(t,e=8072,n=dk){if(!lk)throw new Error("This function can only be called in Node.js");let o=(Rh(),jv(Oh)).createServer(async(s,i)=>{try{let a=await uk(s);if(a.path==="/health"){i.writeHead(200).end("ok");return}let l=await t(a);i.writeHead(l?.status??200,l?.headers??{}).end(l?.body??"{}")}catch(a){ir.error("Error while handling request",{error:a?.message??"Internal error occured"}),i.writeHead(500).end(JSON.stringify({error:a?.message??"Internal error occured"}))}});return o.listen(e,()=>n(e)),o}async function uk(t){let e=await fk(t),n={};for(let o=0;o<t.rawHeaders.length;o+=2){let s=t.rawHeaders[o].toLowerCase(),i=t.rawHeaders[o+1];n[s]=i}let r=new URL(t.url??"",t.headers.host?`http://${t.headers.host}`:"http://botpress.cloud");return{body:e,path:r.pathname,query:ck(r.search,"?"),headers:n,method:t.method?.toUpperCase()??"GET"}}function ck(t,e){return t.indexOf(e)===0?t.slice(e.length):t}async function fk(t){return new Promise((e,n)=>{if(t.method!=="POST"&&t.method!=="PUT"&&t.method!=="PATCH")return e(void 0);let r="";t.on("data",o=>r+=o.toString()),t.on("error",o=>n(o)),t.on("end",()=>e(r))})}function dk(t){ir.info(`Listening on port ${t}`)}import{isApiError as dH,RuntimeError as pH}from"@botpress/client";C();R();O();C();R();O();C();R();O();C();R();O();var qe={};Un(qe,{mapKeys:()=>yk,mapValues:()=>gk,mergeRecords:()=>hk,pairs:()=>Lo,stripUndefinedProps:()=>mk,values:()=>pk});C();R();O();var Lo=t=>Object.entries(t),pk=t=>Object.values(t),gk=(t,e)=>Object.fromEntries(Lo(t).map(([n,r])=>[n,e(r,n)])),yk=(t,e)=>Object.fromEntries(Lo(t).map(([n,r])=>[e(n),r])),mk=t=>Object.fromEntries(Lo(t).filter(([,e])=>e!==void 0)),hk=(t,e,n)=>{let r=[...Object.keys(t),...Object.keys(e)],o=[...new Set(r)],s={};for(let i of o){let a=t[i],l=e[i];a&&l?s[i]=n(a,l):a?s[i]=a:l&&(s[i]=l)}return s};var Te={};Un(Te,{safePush:()=>vk,unique:()=>Tk});C();R();O();var vk=(t,...e)=>t?[...t,...e]:[...e],Tk=t=>Array.from(new Set(t));C();R();O();var Xt={};Un(Xt,{setName:()=>_k});C();R();O();var _k=(t,e)=>(Object.defineProperty(t,"name",{value:e}),t);var Mh=t=>{let{name:e,version:n}=t,r={actions:{},events:{},channels:{}},o={name:e,version:n,entities:qe.mapValues(t.entities,i=>({name:i.name})),actions:{},events:{},channels:{}},s=qe.mapValues(t.entities,i=>i.schema);for(let[i,a]of Object.entries(t.definition.actions??{})){let l=a.input.schema.dereference(s),f=a.output.schema.dereference(s),d=t.actions?.[i]?.name??i;r.actions[d]={...a,...t.actions?.[i]??{},input:{schema:l},output:{schema:f}},o.actions[i]={name:d}}for(let[i,a]of Object.entries(t.definition.events??{})){let l=a.schema.dereference(s),f=t.events?.[i]?.name??i;r.events[f]={...a,...t.events?.[i]??{},schema:l},o.events[i]={name:f}}for(let[i,a]of Object.entries(t.definition.channels??{})){let l={};for(let[d,y]of Object.entries(a.messages)){let g=y.schema.dereference(s);l[d]={...y,schema:g}}let f=t.channels?.[i]?.name??i;r.channels[f]={...a,...t.channels?.[i]??{},message:{...a.message??{},tags:{...a.message?.tags??{},...t.channels?.[i]?.message?.tags??{}}},conversation:{...a.conversation??{},tags:{...a.conversation?.tags??{},...t.channels?.[i]?.conversation?.tags??{}}},messages:l},o.channels[i]={name:f}}return{resolved:r,statement:o}};C();R();O();var Fo=Symbol("schemaName"),Dh=t=>t?qe.mapValues(t,(n,r)=>({...n,[Fo]:r})):{},Nh=t=>Fo in t&&t[Fo]!==void 0,Hh=t=>t[Fo];C();R();O();var tl=class{constructor(e){this.props=e;this.name=e.name,this.version=e.version,this.icon=e.icon,this.readme=e.readme,this.title=e.title,this.identifier=e.identifier,this.description=e.description,this.configuration=e.configuration,this.configurations=e.configurations,this.events=e.events,this.actions=e.actions,this.channels=e.channels,this.states=e.states,this.user=e.user,this.secrets=e.secrets,this.entities=e.entities,this.interfaces=e.interfaces,this.__advanced=e.__advanced}name;version;title;description;icon;readme;configuration;configurations;events;actions;channels;states;user;secrets;identifier;entities;interfaces;__advanced;extend(e,n){let{entities:r,actions:o,events:s,channels:i}=this._callBuilder(e,n),a=this;a.interfaces??={};let l=Object.values(r).map(g=>g.name),f=l.length===0?e.name:`${e.name}<${l.join(",")}>`,{resolved:d,statement:y}=Mh({...e,entities:r,actions:qe.stripUndefinedProps(o),events:qe.stripUndefinedProps(s),channels:qe.stripUndefinedProps(i)});return a.actions=qe.mergeRecords(a.actions??{},d.actions,this._mergeActions),a.channels=qe.mergeRecords(a.channels??{},d.channels,this._mergeChannels),a.events=qe.mergeRecords(a.events??{},d.events,this._mergeEvents),a.interfaces[f]={id:e.id,...y},this}_callBuilder(e,n){let o={entities:Dh(this.entities)},s=n(o),i=qe.pairs(s.entities).find(([l,f])=>!Nh(f));if(i)throw new Error(`Cannot extend interface "${e.name}" with entity "${i[0]}"; the provided schema is not part of the integration's entities.`);return{entities:qe.mapValues(s.entities,l=>({name:Hh(l),schema:l.schema})),actions:s.actions??{},events:s.events??{},channels:s.channels??{}}}_mergeActions=(e,n)=>({...e,...n,input:{schema:$r(e.input.schema,n.input.schema)},output:{schema:$r(e.input.schema,n.output.schema)}});_mergeEvents=(e,n)=>({...e,...n,schema:$r(e.schema,n.schema)});_mergeChannels=(e,n)=>{let r=qe.mergeRecords(e.messages,n.messages,this._mergeMessage),o;(e.conversation||n.conversation)&&(o={tags:{...e.conversation?.tags,...n.conversation?.tags}});let s;return(e.message||n.message)&&(s={tags:{...e.message?.tags,...n.message?.tags}}),{...e,...n,messages:r,conversation:o,message:s}};_mergeMessage=(e,n)=>({schema:$r(e.schema,n.schema)})};C();R();O();C();R();O();import{isApiError as zk,Client as Gk,RuntimeError as _v}from"@botpress/client";C();R();O();import{axiosRetry as bk}from"@botpress/client";var Ko={retries:3,retryCondition:t=>bk.isNetworkOrIdempotentRequestError(t)||[429,502].includes(t.response?.status??0),retryDelay:t=>t*1e3};C();R();O();C();R();O();var Vr=class{constructor(e){this._client=e}createConversation=e=>this._client.createConversation(e);getConversation=e=>this._client.getConversation(e);listConversations=e=>this._client.listConversations(e);getOrCreateConversation=e=>this._client.getOrCreateConversation(e);updateConversation=e=>this._client.updateConversation(e);deleteConversation=e=>this._client.deleteConversation(e);listParticipants=e=>this._client.listParticipants(e);addParticipant=e=>this._client.addParticipant(e);getParticipant=e=>this._client.getParticipant(e);removeParticipant=e=>this._client.removeParticipant(e);createEvent=e=>this._client.createEvent(e);getEvent=e=>this._client.getEvent(e);listEvents=e=>this._client.listEvents(e);createMessage=e=>this._client.createMessage(e);getOrCreateMessage=e=>this._client.getOrCreateMessage(e);getMessage=e=>this._client.getMessage(e);updateMessage=e=>this._client.updateMessage(e);listMessages=e=>this._client.listMessages(e);deleteMessage=e=>this._client.deleteMessage(e);createUser=e=>this._client.createUser(e);getUser=e=>this._client.getUser(e);listUsers=e=>this._client.listUsers(e);getOrCreateUser=e=>this._client.getOrCreateUser(e);updateUser=e=>this._client.updateUser(e);deleteUser=e=>this._client.deleteUser(e);getState=e=>this._client.getState(e);setState=e=>this._client.setState(e);getOrSetState=e=>this._client.getOrSetState(e);patchState=e=>this._client.patchState(e);configureIntegration=e=>this._client.configureIntegration(e);uploadFile=e=>this._client.uploadFile(e);upsertFile=e=>this._client.upsertFile(e);deleteFile=e=>this._client.deleteFile(e);listFiles=e=>this._client.listFiles(e);getFile=e=>this._client.getFile(e);updateFileMetadata=e=>this._client.updateFileMetadata(e)};C();R();O();var Wo=class{_cost=0;get cost(){return this._cost}setCost(e){this._cost=e}toJSON(){return{cost:this.cost}}};C();R();O();var wk=re.enum(["webhook_received","message_created","action_triggered","register","unregister","ping","create_user","create_conversation"]),Uh=t=>{let e=t[ho],n=t[Cy],r=t[Oy],o=t[Ry],s=t[My],i=t[vo],a=wk.parse(t[To]);if(!e)throw new Error("Missing bot headers");if(!n)throw new Error("Missing bot user headers");if(!r)throw new Error("Missing integration headers");if(!o)throw new Error("Missing webhook headers");if(!i)throw new Error("Missing configuration headers");if(!a)throw new Error("Missing operation headers");return{botId:e,botUserId:n,integrationId:r,webhookId:o,operation:a,configurationType:s??null,configuration:i?JSON.parse(z.from(i,"base64").toString("utf-8")):{}}};C();R();O();C();R();O();C();R();O();C();R();O();var nl={},jh=!1;function wl(){return jh||(jh=!0,nl=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},n=Symbol("test"),r=Object(n);if(typeof n=="string"||Object.prototype.toString.call(n)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var o=42;e[n]=o;for(n in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var s=Object.getOwnPropertySymbols(e);if(s.length!==1||s[0]!==n||!Object.prototype.propertyIsEnumerable.call(e,n))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var i=Object.getOwnPropertyDescriptor(e,n);if(i.value!==o||i.enumerable!==!0)return!1}return!0}),nl}var rl={},$h=!1;function xk(){return $h||($h=!0,rl=Error),rl}var il={},Zh=!1;function Bk(){return Zh||(Zh=!0,il=EvalError),il}var ol={},Lh=!1;function Pk(){return Lh||(Lh=!0,ol=RangeError),ol}var al={},Fh=!1;function Ek(){return Fh||(Fh=!0,al=ReferenceError),al}var sl={},Kh=!1;function av(){return Kh||(Kh=!0,sl=SyntaxError),sl}var ll={},Wh=!1;function qo(){return Wh||(Wh=!0,ll=TypeError),ll}var ul={},qh=!1;function Sk(){return qh||(qh=!0,ul=URIError),ul}var cl={},zh=!1;function kk(){if(zh)return cl;zh=!0;var t=typeof Symbol<"u"&&Symbol,e=wl();return cl=function(){return typeof t!="function"||typeof Symbol!="function"||typeof t("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:e()},cl}var fl={},Gh=!1;function Ik(){if(Gh)return fl;Gh=!0;var t={__proto__:null,foo:{}},e=Object;return fl=function(){return{__proto__:t}.foo===t.foo&&!(t instanceof e)},fl}var dl={},Vh=!1;function Ak(){if(Vh)return dl;Vh=!0;var t="Function.prototype.bind called on incompatible ",e=Object.prototype.toString,n=Math.max,r="[object Function]",o=function(l,f){for(var d=[],y=0;y<l.length;y+=1)d[y]=l[y];for(var g=0;g<f.length;g+=1)d[g+l.length]=f[g];return d},s=function(l,f){for(var d=[],y=f,g=0;y<l.length;y+=1,g+=1)d[g]=l[y];return d},i=function(a,l){for(var f="",d=0;d<a.length;d+=1)f+=a[d],d+1<a.length&&(f+=l);return f};return dl=function(l){var f=this;if(typeof f!="function"||e.apply(f)!==r)throw new TypeError(t+f);for(var d=s(arguments,1),y,g=function(){if(this instanceof y){var T=f.apply(this,o(d,arguments));return Object(T)===T?T:this}return f.apply(l,o(d,arguments))},m=n(0,f.length-d.length),v=[],B=0;B<m;B++)v[B]="$"+B;if(y=Function("binder","return function ("+i(v,",")+"){ return binder.apply(this,arguments); }")(g),f.prototype){var P=function(){};P.prototype=f.prototype,y.prototype=new P,P.prototype=null}return y},dl}var pl={},Jh=!1;function xl(){if(Jh)return pl;Jh=!0;var t=Ak();return pl=Function.prototype.bind||t,pl}var gl={},Yh=!1;function Ck(){if(Yh)return gl;Yh=!0;var t=Function.prototype.call,e=Object.prototype.hasOwnProperty,n=xl();return gl=n.call(t,e),gl}var yl={},Xh=!1;function Yr(){if(Xh)return yl;Xh=!0;var t,e=xk(),n=Bk(),r=Pk(),o=Ek(),s=av(),i=qo(),a=Sk(),l=Function,f=function(Ae){try{return l('"use strict"; return ('+Ae+").constructor;")()}catch{}},d=Object.getOwnPropertyDescriptor;if(d)try{d({},"")}catch{d=null}var y=function(){throw new i},g=d?function(){try{return arguments.callee,y}catch{try{return d(arguments,"callee").get}catch{return y}}}():y,m=kk()(),v=Ik()(),B=Object.getPrototypeOf||(v?function(Ae){return Ae.__proto__}:null),P={},T=typeof Uint8Array>"u"||!B?t:B(Uint8Array),S={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?t:ArrayBuffer,"%ArrayIteratorPrototype%":m&&B?B([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":P,"%AsyncGenerator%":P,"%AsyncGeneratorFunction%":P,"%AsyncIteratorPrototype%":P,"%Atomics%":typeof Atomics>"u"?t:Atomics,"%BigInt%":typeof BigInt>"u"?t:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?t:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":e,"%eval%":eval,"%EvalError%":n,"%Float32Array%":typeof Float32Array>"u"?t:Float32Array,"%Float64Array%":typeof Float64Array>"u"?t:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?t:FinalizationRegistry,"%Function%":l,"%GeneratorFunction%":P,"%Int8Array%":typeof Int8Array>"u"?t:Int8Array,"%Int16Array%":typeof Int16Array>"u"?t:Int16Array,"%Int32Array%":typeof Int32Array>"u"?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":m&&B?B(B([][Symbol.iterator]())):t,"%JSON%":typeof JSON=="object"?JSON:t,"%Map%":typeof Map>"u"?t:Map,"%MapIteratorPrototype%":typeof Map>"u"||!m||!B?t:B(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?t:Promise,"%Proxy%":typeof Proxy>"u"?t:Proxy,"%RangeError%":r,"%ReferenceError%":o,"%Reflect%":typeof Reflect>"u"?t:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?t:Set,"%SetIteratorPrototype%":typeof Set>"u"||!m||!B?t:B(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":m&&B?B(""[Symbol.iterator]()):t,"%Symbol%":m?Symbol:t,"%SyntaxError%":s,"%ThrowTypeError%":g,"%TypedArray%":T,"%TypeError%":i,"%Uint8Array%":typeof Uint8Array>"u"?t:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?t:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?t:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?t:Uint32Array,"%URIError%":a,"%WeakMap%":typeof WeakMap>"u"?t:WeakMap,"%WeakRef%":typeof WeakRef>"u"?t:WeakRef,"%WeakSet%":typeof WeakSet>"u"?t:WeakSet};if(B)try{null.error}catch(Ae){var E=B(B(Ae));S["%Error.prototype%"]=E}var M=function Ae(me){var Se;if(me==="%AsyncFunction%")Se=f("async function () {}");else if(me==="%GeneratorFunction%")Se=f("function* () {}");else if(me==="%AsyncGeneratorFunction%")Se=f("async function* () {}");else if(me==="%AsyncGenerator%"){var ce=Ae("%AsyncGeneratorFunction%");ce&&(Se=ce.prototype)}else if(me==="%AsyncIteratorPrototype%"){var he=Ae("%AsyncGenerator%");he&&B&&(Se=B(he.prototype))}return S[me]=Se,Se},$={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},oe=xl(),X=Ck(),ue=oe.call(Function.call,Array.prototype.concat),ee=oe.call(Function.apply,Array.prototype.splice),ie=oe.call(Function.call,String.prototype.replace),Re=oe.call(Function.call,String.prototype.slice),Ie=oe.call(Function.call,RegExp.prototype.exec),$e=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Ne=/\\(\\)?/g,Me=function(me){var Se=Re(me,0,1),ce=Re(me,-1);if(Se==="%"&&ce!=="%")throw new s("invalid intrinsic syntax, expected closing `%`");if(ce==="%"&&Se!=="%")throw new s("invalid intrinsic syntax, expected opening `%`");var he=[];return ie(me,$e,function(D,Z,F,fe){he[he.length]=F?ie(fe,Ne,"$1"):Z||D}),he},Ve=function(me,Se){var ce=me,he;if(X($,ce)&&(he=$[ce],ce="%"+he[0]+"%"),X(S,ce)){var D=S[ce];if(D===P&&(D=M(ce)),typeof D>"u"&&!Se)throw new i("intrinsic "+me+" exists, but is not available. Please file an issue!");return{alias:he,name:ce,value:D}}throw new s("intrinsic "+me+" does not exist!")};return yl=function(me,Se){if(typeof me!="string"||me.length===0)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof Se!="boolean")throw new i('"allowMissing" argument must be a boolean');if(Ie(/^%?[^%]*%?$/,me)===null)throw new s("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var ce=Me(me),he=ce.length>0?ce[0]:"",D=Ve("%"+he+"%",Se),Z=D.name,F=D.value,fe=!1,ve=D.alias;ve&&(he=ve[0],ee(ce,ue([0,1],ve)));for(var A=1,k=!0;A<ce.length;A+=1){var j=ce[A],Y=Re(j,0,1),ae=Re(j,-1);if((Y==='"'||Y==="'"||Y==="`"||ae==='"'||ae==="'"||ae==="`")&&Y!==ae)throw new s("property names with quotes must have matching quotes");if((j==="constructor"||!k)&&(fe=!0),he+="."+j,Z="%"+he+"%",X(S,Z))F=S[Z];else if(F!=null){if(!(j in F)){if(!Se)throw new i("base intrinsic for "+me+" exists, but the property is not available.");return}if(d&&A+1>=ce.length){var b=d(F,j);k=!!b,k&&"get"in b&&!("originalValue"in b.get)?F=b.get:F=F[j]}else k=X(F,j),F=F[j];k&&!fe&&(S[Z]=F)}}return F},yl}var ml={},Qh=!1;function Bl(){if(Qh)return ml;Qh=!0;var t=Yr(),e=t("%Object.defineProperty%",!0)||!1;if(e)try{e({},"a",{value:1})}catch{e=!1}return ml=e,ml}var hl={},ev=!1;function zo(){if(ev)return hl;ev=!0;var t=Yr(),e=t("%Object.getOwnPropertyDescriptor%",!0);if(e)try{e([],"length")}catch{e=null}return hl=e,hl}var vl={},tv=!1;function Ok(){if(tv)return vl;tv=!0;var t=Bl(),e=av(),n=qo(),r=zo();return vl=function(s,i,a){if(!s||typeof s!="object"&&typeof s!="function")throw new n("`obj` must be an object or a function`");if(typeof i!="string"&&typeof i!="symbol")throw new n("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new n("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new n("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new n("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new n("`loose`, if provided, must be a boolean");var l=arguments.length>3?arguments[3]:null,f=arguments.length>4?arguments[4]:null,d=arguments.length>5?arguments[5]:null,y=arguments.length>6?arguments[6]:!1,g=!!r&&r(s,i);if(t)t(s,i,{configurable:d===null&&g?g.configurable:!d,enumerable:l===null&&g?g.enumerable:!l,value:a,writable:f===null&&g?g.writable:!f});else if(y||!l&&!f&&!d)s[i]=a;else throw new e("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},vl}var Tl={},nv=!1;function Rk(){if(nv)return Tl;nv=!0;var t=Bl(),e=function(){return!!t};return e.hasArrayLengthDefineBug=function(){if(!t)return null;try{return t([],"length",{value:1}).length!==1}catch{return!0}},Tl=e,Tl}var _l={},rv=!1;function Mk(){if(rv)return _l;rv=!0;var t=Yr(),e=Ok(),n=Rk()(),r=zo(),o=qo(),s=t("%Math.floor%");return _l=function(a,l){if(typeof a!="function")throw new o("`fn` is not a function");if(typeof l!="number"||l<0||l>4294967295||s(l)!==l)throw new o("`length` must be a positive 32-bit integer");var f=arguments.length>2&&!!arguments[2],d=!0,y=!0;if("length"in a&&r){var g=r(a,"length");g&&!g.configurable&&(d=!1),g&&!g.writable&&(y=!1)}return(d||y||!f)&&(n?e(a,"length",l,!0,!0):e(a,"length",l)),a},_l}var Jr={},iv=!1;function Pl(){if(iv)return Jr;iv=!0;var t=xl(),e=Yr(),n=Mk(),r=qo(),o=e("%Function.prototype.apply%"),s=e("%Function.prototype.call%"),i=e("%Reflect.apply%",!0)||t.call(s,o),a=Bl(),l=e("%Math.max%");Jr=function(y){if(typeof y!="function")throw new r("a function is required");var g=i(t,s,arguments);return n(g,1+l(0,y.length-(arguments.length-1)),!0)};var f=function(){return i(t,o,arguments)};return a?a(Jr,"apply",{value:f}):Jr.apply=f,Jr}var bl={},ov=!1;function El(){if(ov)return bl;ov=!0;var t=Yr(),e=Pl(),n=e(t("String.prototype.indexOf"));return bl=function(o,s){var i=t(o,!!s);return typeof i=="function"&&n(o,".prototype.")>-1?e(i):i},bl}os();ws();var Sl={},sv=!1;function Hl(){if(sv)return Sl;sv=!0;var t=wl();return Sl=function(){return t()&&!!Symbol.toStringTag},Sl}var kl={},lv=!1;function Dk(){if(lv)return kl;lv=!0;var t=Hl()(),e=El(),n=e("Object.prototype.toString"),r=function(a){return t&&a&&typeof a=="object"&&Symbol.toStringTag in a?!1:n(a)==="[object Arguments]"},o=function(a){return r(a)?!0:a!==null&&typeof a=="object"&&typeof a.length=="number"&&a.length>=0&&n(a)!=="[object Array]"&&n(a.callee)==="[object Function]"},s=function(){return r(arguments)}();return r.isLegacyArguments=o,kl=s?r:o,kl}var Il={},uv=!1;function Nk(){if(uv)return Il;uv=!0;var t=Object.prototype.toString,e=Function.prototype.toString,n=/^\s*(?:function)?\*/,r=Hl()(),o=Object.getPrototypeOf,s=function(){if(!r)return!1;try{return Function("return function*() {}")()}catch{}},i;return Il=function(l){if(typeof l!="function")return!1;if(n.test(e.call(l)))return!0;if(!r){var f=t.call(l);return f==="[object GeneratorFunction]"}if(!o)return!1;if(typeof i>"u"){var d=s();i=d?o(d):!1}return o(l)===i},Il}var Al={},cv=!1;function Hk(){if(cv)return Al;cv=!0;var t=Function.prototype.toString,e=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,n,r;if(typeof e=="function"&&typeof Object.defineProperty=="function")try{n=Object.defineProperty({},"length",{get:function(){throw r}}),r={},e(function(){throw 42},null,n)}catch(S){S!==r&&(e=null)}else e=null;var o=/^\s*class\b/,s=function(E){try{var M=t.call(E);return o.test(M)}catch{return!1}},i=function(E){try{return s(E)?!1:(t.call(E),!0)}catch{return!1}},a=Object.prototype.toString,l="[object Object]",f="[object Function]",d="[object GeneratorFunction]",y="[object HTMLAllCollection]",g="[object HTML document.all class]",m="[object HTMLCollection]",v=typeof Symbol=="function"&&!!Symbol.toStringTag,B=!(0 in[,]),P=function(){return!1};if(typeof document=="object"){var T=document.all;a.call(T)===a.call(document.all)&&(P=function(E){if((B||!E)&&(typeof E>"u"||typeof E=="object"))try{var M=a.call(E);return(M===y||M===g||M===m||M===l)&&E("")==null}catch{}return!1})}return Al=e?function(E){if(P(E))return!0;if(!E||typeof E!="function"&&typeof E!="object")return!1;try{e(E,null,n)}catch(M){if(M!==r)return!1}return!s(E)&&i(E)}:function(E){if(P(E))return!0;if(!E||typeof E!="function"&&typeof E!="object")return!1;if(v)return i(E);if(s(E))return!1;var M=a.call(E);return M!==f&&M!==d&&!/^\[object HTML/.test(M)?!1:i(E)},Al}var Cl={},fv=!1;function Uk(){if(fv)return Cl;fv=!0;var t=Hk(),e=Object.prototype.toString,n=Object.prototype.hasOwnProperty,r=function(l,f,d){for(var y=0,g=l.length;y<g;y++)n.call(l,y)&&(d==null?f(l[y],y,l):f.call(d,l[y],y,l))},o=function(l,f,d){for(var y=0,g=l.length;y<g;y++)d==null?f(l.charAt(y),y,l):f.call(d,l.charAt(y),y,l)},s=function(l,f,d){for(var y in l)n.call(l,y)&&(d==null?f(l[y],y,l):f.call(d,l[y],y,l))},i=function(l,f,d){if(!t(f))throw new TypeError("iterator must be a function");var y;arguments.length>=3&&(y=d),e.call(l)==="[object Array]"?r(l,f,y):typeof l=="string"?o(l,f,y):s(l,f,y)};return Cl=i,Cl}var Ol={},dv=!1;function jk(){return dv||(dv=!0,Ol=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]),Ol}var Rl={},pv=!1,$k=typeof globalThis<"u"?globalThis:typeof self<"u"?self:global;function Zk(){if(pv)return Rl;pv=!0;var t=jk(),e=typeof globalThis>"u"?$k:globalThis;return Rl=function(){for(var r=[],o=0;o<t.length;o++)typeof e[t[o]]=="function"&&(r[r.length]=t[o]);return r},Rl}var Ml={},gv=!1,Lk=typeof globalThis<"u"?globalThis:typeof self<"u"?self:global;function Tv(){if(gv)return Ml;gv=!0;var t=Uk(),e=Zk(),n=Pl(),r=El(),o=zo(),s=r("Object.prototype.toString"),i=Hl()(),a=typeof globalThis>"u"?Lk:globalThis,l=e(),f=r("String.prototype.slice"),d=Object.getPrototypeOf,y=r("Array.prototype.indexOf",!0)||function(P,T){for(var S=0;S<P.length;S+=1)if(P[S]===T)return S;return-1},g={__proto__:null};i&&o&&d?t(l,function(B){var P=new a[B];if(Symbol.toStringTag in P){var T=d(P),S=o(T,Symbol.toStringTag);if(!S){var E=d(T);S=o(E,Symbol.toStringTag)}g["$"+B]=n(S.get)}}):t(l,function(B){var P=new a[B],T=P.slice||P.set;T&&(g["$"+B]=n(T))});var m=function(P){var T=!1;return t(g,function(S,E){if(!T)try{"$"+S(P)===E&&(T=f(E,1))}catch{}}),T},v=function(P){var T=!1;return t(g,function(S,E){if(!T)try{S(P),T=f(E,1)}catch{}}),T};return Ml=function(P){if(!P||typeof P!="object")return!1;if(!i){var T=f(s(P),8,-1);return y(l,T)>-1?T:T!=="Object"?!1:v(P)}return o?m(P):null},Ml}var Dl={},yv=!1;function Fk(){if(yv)return Dl;yv=!0;var t=Tv();return Dl=function(n){return!!t(n)},Dl}var we={},mv=!1;function Kk(){if(mv)return we;mv=!0;var t=Dk(),e=Nk(),n=Tv(),r=Fk();function o(U){return U.call.bind(U)}var s=typeof BigInt<"u",i=typeof Symbol<"u",a=o(Object.prototype.toString),l=o(Number.prototype.valueOf),f=o(String.prototype.valueOf),d=o(Boolean.prototype.valueOf);if(s)var y=o(BigInt.prototype.valueOf);if(i)var g=o(Symbol.prototype.valueOf);function m(U,Pt){if(typeof U!="object")return!1;try{return Pt(U),!0}catch{return!1}}we.isArgumentsObject=t,we.isGeneratorFunction=e,we.isTypedArray=r;function v(U){return typeof Promise<"u"&&U instanceof Promise||U!==null&&typeof U=="object"&&typeof U.then=="function"&&typeof U.catch=="function"}we.isPromise=v;function B(U){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(U):r(U)||D(U)}we.isArrayBufferView=B;function P(U){return n(U)==="Uint8Array"}we.isUint8Array=P;function T(U){return n(U)==="Uint8ClampedArray"}we.isUint8ClampedArray=T;function S(U){return n(U)==="Uint16Array"}we.isUint16Array=S;function E(U){return n(U)==="Uint32Array"}we.isUint32Array=E;function M(U){return n(U)==="Int8Array"}we.isInt8Array=M;function $(U){return n(U)==="Int16Array"}we.isInt16Array=$;function oe(U){return n(U)==="Int32Array"}we.isInt32Array=oe;function X(U){return n(U)==="Float32Array"}we.isFloat32Array=X;function ue(U){return n(U)==="Float64Array"}we.isFloat64Array=ue;function ee(U){return n(U)==="BigInt64Array"}we.isBigInt64Array=ee;function ie(U){return n(U)==="BigUint64Array"}we.isBigUint64Array=ie;function Re(U){return a(U)==="[object Map]"}Re.working=typeof Map<"u"&&Re(new Map);function Ie(U){return typeof Map>"u"?!1:Re.working?Re(U):U instanceof Map}we.isMap=Ie;function $e(U){return a(U)==="[object Set]"}$e.working=typeof Set<"u"&&$e(new Set);function Ne(U){return typeof Set>"u"?!1:$e.working?$e(U):U instanceof Set}we.isSet=Ne;function Me(U){return a(U)==="[object WeakMap]"}Me.working=typeof WeakMap<"u"&&Me(new WeakMap);function Ve(U){return typeof WeakMap>"u"?!1:Me.working?Me(U):U instanceof WeakMap}we.isWeakMap=Ve;function Ae(U){return a(U)==="[object WeakSet]"}Ae.working=typeof WeakSet<"u"&&Ae(new WeakSet);function me(U){return Ae(U)}we.isWeakSet=me;function Se(U){return a(U)==="[object ArrayBuffer]"}Se.working=typeof ArrayBuffer<"u"&&Se(new ArrayBuffer);function ce(U){return typeof ArrayBuffer>"u"?!1:Se.working?Se(U):U instanceof ArrayBuffer}we.isArrayBuffer=ce;function he(U){return a(U)==="[object DataView]"}he.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&he(new DataView(new ArrayBuffer(1),0,1));function D(U){return typeof DataView>"u"?!1:he.working?he(U):U instanceof DataView}we.isDataView=D;var Z=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function F(U){return a(U)==="[object SharedArrayBuffer]"}function fe(U){return typeof Z>"u"?!1:(typeof F.working>"u"&&(F.working=F(new Z)),F.working?F(U):U instanceof Z)}we.isSharedArrayBuffer=fe;function ve(U){return a(U)==="[object AsyncFunction]"}we.isAsyncFunction=ve;function A(U){return a(U)==="[object Map Iterator]"}we.isMapIterator=A;function k(U){return a(U)==="[object Set Iterator]"}we.isSetIterator=k;function j(U){return a(U)==="[object Generator]"}we.isGeneratorObject=j;function Y(U){return a(U)==="[object WebAssembly.Module]"}we.isWebAssemblyCompiledModule=Y;function ae(U){return m(U,l)}we.isNumberObject=ae;function b(U){return m(U,f)}we.isStringObject=b;function w(U){return m(U,d)}we.isBooleanObject=w;function W(U){return s&&m(U,y)}we.isBigIntObject=W;function Q(U){return i&&m(U,g)}we.isSymbolObject=Q;function He(U){return ae(U)||b(U)||w(U)||W(U)||Q(U)}we.isBoxedPrimitive=He;function _e(U){return typeof Uint8Array<"u"&&(ce(U)||fe(U))}return we.isAnyArrayBuffer=_e,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(U){Object.defineProperty(we,U,{enumerable:!1,value:function(){throw new Error(U+" is not supported in userland")}})}),we}var Nl={},hv=!1;function Wk(){return hv||(hv=!0,Nl=function(e){return e&&typeof e=="object"&&typeof e.copy=="function"&&typeof e.fill=="function"&&typeof e.readUInt8=="function"}),Nl}var xe={},vv=!1,Xr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:global;function qk(){if(vv)return xe;vv=!0;var t=St,e=Object.getOwnPropertyDescriptors||function(Z){for(var F=Object.keys(Z),fe={},ve=0;ve<F.length;ve++)fe[F[ve]]=Object.getOwnPropertyDescriptor(Z,F[ve]);return fe},n=/%[sdj%]/g;xe.format=function(D){if(!$(D)){for(var Z=[],F=0;F<arguments.length;F++)Z.push(i(arguments[F]));return Z.join(" ")}for(var F=1,fe=arguments,ve=fe.length,A=String(D).replace(n,function(j){if(j==="%%")return"%";if(F>=ve)return j;switch(j){case"%s":return String(fe[F++]);case"%d":return Number(fe[F++]);case"%j":try{return JSON.stringify(fe[F++])}catch{return"[Circular]"}default:return j}}),k=fe[F];F<ve;k=fe[++F])S(k)||!ee(k)?A+=" "+k:A+=" "+i(k);return A},xe.deprecate=function(D,Z){if(typeof t<"u"&&t.noDeprecation===!0)return D;if(typeof t>"u")return function(){return xe.deprecate(D,Z).apply(this||Xr,arguments)};var F=!1;function fe(){if(!F){if(t.throwDeprecation)throw new Error(Z);t.traceDeprecation?console.trace(Z):console.error(Z),F=!0}return D.apply(this||Xr,arguments)}return fe};var r={},o=/^$/;if(t.env.NODE_DEBUG){var s=t.env.NODE_DEBUG;s=s.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),o=new RegExp("^"+s+"$","i")}xe.debuglog=function(D){if(D=D.toUpperCase(),!r[D])if(o.test(D)){var Z=t.pid;r[D]=function(){var F=xe.format.apply(xe,arguments);console.error("%s %d: %s",D,Z,F)}}else r[D]=function(){};return r[D]};function i(D,Z){var F={seen:[],stylize:l};return arguments.length>=3&&(F.depth=arguments[2]),arguments.length>=4&&(F.colors=arguments[3]),T(Z)?F.showHidden=Z:Z&&xe._extend(F,Z),X(F.showHidden)&&(F.showHidden=!1),X(F.depth)&&(F.depth=2),X(F.colors)&&(F.colors=!1),X(F.customInspect)&&(F.customInspect=!0),F.colors&&(F.stylize=a),d(F,D,F.depth)}xe.inspect=i,i.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},i.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function a(D,Z){var F=i.styles[Z];return F?"\x1B["+i.colors[F][0]+"m"+D+"\x1B["+i.colors[F][1]+"m":D}function l(D,Z){return D}function f(D){var Z={};return D.forEach(function(F,fe){Z[F]=!0}),Z}function d(D,Z,F){if(D.customInspect&&Z&&Ie(Z.inspect)&&Z.inspect!==xe.inspect&&!(Z.constructor&&Z.constructor.prototype===Z)){var fe=Z.inspect(F,D);return $(fe)||(fe=d(D,fe,F)),fe}var ve=y(D,Z);if(ve)return ve;var A=Object.keys(Z),k=f(A);if(D.showHidden&&(A=Object.getOwnPropertyNames(Z)),Re(Z)&&(A.indexOf("message")>=0||A.indexOf("description")>=0))return g(Z);if(A.length===0){if(Ie(Z)){var j=Z.name?": "+Z.name:"";return D.stylize("[Function"+j+"]","special")}if(ue(Z))return D.stylize(RegExp.prototype.toString.call(Z),"regexp");if(ie(Z))return D.stylize(Date.prototype.toString.call(Z),"date");if(Re(Z))return g(Z)}var Y="",ae=!1,b=["{","}"];if(P(Z)&&(ae=!0,b=["[","]"]),Ie(Z)){var w=Z.name?": "+Z.name:"";Y=" [Function"+w+"]"}if(ue(Z)&&(Y=" "+RegExp.prototype.toString.call(Z)),ie(Z)&&(Y=" "+Date.prototype.toUTCString.call(Z)),Re(Z)&&(Y=" "+g(Z)),A.length===0&&(!ae||Z.length==0))return b[0]+Y+b[1];if(F<0)return ue(Z)?D.stylize(RegExp.prototype.toString.call(Z),"regexp"):D.stylize("[Object]","special");D.seen.push(Z);var W;return ae?W=m(D,Z,F,k,A):W=A.map(function(Q){return v(D,Z,F,k,Q,ae)}),D.seen.pop(),B(W,Y,b)}function y(D,Z){if(X(Z))return D.stylize("undefined","undefined");if($(Z)){var F="'"+JSON.stringify(Z).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return D.stylize(F,"string")}if(M(Z))return D.stylize(""+Z,"number");if(T(Z))return D.stylize(""+Z,"boolean");if(S(Z))return D.stylize("null","null")}function g(D){return"["+Error.prototype.toString.call(D)+"]"}function m(D,Z,F,fe,ve){for(var A=[],k=0,j=Z.length;k<j;++k)me(Z,String(k))?A.push(v(D,Z,F,fe,String(k),!0)):A.push("");return ve.forEach(function(Y){Y.match(/^\d+$/)||A.push(v(D,Z,F,fe,Y,!0))}),A}function v(D,Z,F,fe,ve,A){var k,j,Y;if(Y=Object.getOwnPropertyDescriptor(Z,ve)||{value:Z[ve]},Y.get?Y.set?j=D.stylize("[Getter/Setter]","special"):j=D.stylize("[Getter]","special"):Y.set&&(j=D.stylize("[Setter]","special")),me(fe,ve)||(k="["+ve+"]"),j||(D.seen.indexOf(Y.value)<0?(S(F)?j=d(D,Y.value,null):j=d(D,Y.value,F-1),j.indexOf(`
|
|
79
|
+
`,o+="})"}let s=n?o?n+o:r?r==="z.never()"?n+".strict()":n+`.catchall(${r})`:n:o||(r?`z.record(${r})`:"z.record(z.any())");return Qe.an.anyOf(t)&&(s+=`.and(${hy(H(x({},t),{anyOf:t.anyOf.map(i=>typeof i=="object"&&!i.type&&(i.properties||i.additionalProperties||i.patternProperties)?H(x({},i),{type:"object"}):i)}),e)})`),Qe.a.oneOf(t)&&(s+=`.and(${is(H(x({},t),{oneOf:t.oneOf.map(i=>typeof i=="object"&&!i.type&&(i.properties||i.additionalProperties||i.patternProperties)?H(x({},i),{type:"object"}):i)}),e)})`),Qe.an.allOf(t)&&(s+=`.and(${jr(H(x({},t),{allOf:t.allOf.map(i=>typeof i=="object"&&!i.type&&(i.properties||i.additionalProperties||i.patternProperties)?H(x({},i),{type:"object"}):i)}),e)})`),s}p(vy,"parseObject");var qB=p(t=>{var e;let n="z.string()";if((e=t[ke])!=null&&e.coerce){if(t.format==="date-time")return"z.coerce.date()";n="z.coerce.string()"}return n+=at(t,"format",({value:r})=>{switch(r){case"email":return[".email(",")"];case"ip":return[".ip(",")"];case"ipv4":return['.ip({ version: "v4"',", message: "," })"];case"ipv6":return['.ip({ version: "v6"',", message: "," })"];case"uri":return[".url(",")"];case"uuid":return[".uuid(",")"];case"date-time":return[".datetime(",")"]}}),n+=at(t,"pattern",({json:r})=>[`.regex(new RegExp(${r})`,", ",")"]),n+=at(t,"minLength",({json:r})=>[`.min(${r}`,", ",")"]),n+=at(t,"maxLength",({json:r})=>[`.max(${r}`,", ",")"]),n},"parseString"),zB=p((t,e)=>`${nt(jB(t,"nullable"),e,!0)}.nullable()`,"parseNullable"),GB=p(t=>`z.ref('${t.$ref}')`,"parseRef"),VB=p((t,e)=>{var n,r;if(t.oneOf.length<=1||!((n=t.discriminator)!=null&&n.propertyName))return is(t,e);let o=t.oneOf.map((s,i)=>nt(s,H(x({},e),{path:[...e.path,"oneOf",i]})));return`z.discriminatedUnion("${(r=t.discriminator)==null?void 0:r.propertyName}", [${o.join(", ")}])`},"parseDiscriminator"),nt=p((t,e={seen:new Map,path:[]},n)=>{if(typeof t!="object")return t?"z.any()":"z.never()";if(e.parserOverride){let s=e.parserOverride(t,e);if(typeof s=="string")return s}let r=e.seen.get(t);if(r){if(r.r!==void 0)return r.r;if(e.depth===void 0||r.n>=e.depth)return"z.any()";r.n+=1}else r={r:void 0,n:0},e.seen.set(t,r);let o=XB(t,e);return n||(o=JB(t,o),e.withoutDefaults||(o=YB(t,o))),r.r=o,o},"parseSchema"),JB=p((t,e)=>(t.description&&(e+=`.describe(${JSON.stringify(t.description)})`),e),"addMeta"),YB=p((t,e)=>(t.default!==void 0&&(e+=`.default(${JSON.stringify(t.default)})`),e),"addDefaults"),XB=p((t,e)=>Qe.a.nullable(t)?zB(t,e):Qe.an.object(t)?vy(t,e):Qe.an.array(t)?ZB(t,e):Qe.an.anyOf(t)?hy(t,e):Qe.an.allOf(t)?jr(t,e):Qe.a.discriminator(t)?VB(t,e):Qe.a.oneOf(t)?is(t,e):Qe.a.not(t)?NB(t,e):Qe.an.enum(t)?FB(t):Qe.a.const(t)?LB(t):Qe.a.multipleType(t)?DB(t,e):Qe.a.primitive(t,"string")?qB(t):Qe.a.primitive(t,"number")||Qe.a.primitive(t,"integer")?WB(t):Qe.a.primitive(t,"boolean")?RB(t):Qe.a.primitive(t,"null")?HB(t):Qe.a.conditional(t)?KB(t,e):Qe.a.ref(t)?GB(t):MB(t),"selectParser"),Qe={an:{object:p(t=>t.type==="object","object"),array:p(t=>t.type==="array","array"),anyOf:p(t=>t.anyOf!==void 0,"anyOf"),allOf:p(t=>t.allOf!==void 0,"allOf"),enum:p(t=>t.enum!==void 0,"enum")},a:{nullable:p(t=>t.nullable===!0,"nullable"),multipleType:p(t=>Array.isArray(t.type),"multipleType"),not:p(t=>t.not!==void 0,"not"),const:p(t=>t.const!==void 0,"const"),primitive:p((t,e)=>t.type===e,"primitive"),conditional:p(t=>Boolean("if"in t&&t.if&&"then"in t&&"else"in t&&t.then&&t.else),"conditional"),discriminator:p(t=>{var e;return t.oneOf!==void 0&&((e=t.discriminator)==null?void 0:e.propertyName)!==void 0},"discriminator"),oneOf:p(t=>t.oneOf!==void 0,"oneOf"),ref:p(t=>t.$ref!==void 0,"ref")}},QB=p(t=>{let e;try{e=new Function("z",`return ${t}`)(q)}catch(n){return{sucess:!1,error:`Failed to evaluate schema: ${(n instanceof Error?n:new Error(String(n))).message}`}}return e instanceof q.ZodType?{sucess:!0,value:e}:{sucess:!1,error:`String "${t}" does not evaluate to a Zod schema`}},"evalZuiString"),eP=p(t=>nt(t,{seen:new Map,path:[]}),"jsonSchemaToZodStr"),tP=p(t=>{let e=eP(t);e=e.replaceAll("errors: z.ZodError[]","errors");let n=QB(e);if(!n.sucess)throw new Af(n.error);return n.value},"jsonSchemaToZod"),kr=p((t,e)=>{var n,r;if(e[ke]&&t._def&&(t._def[ke]=e[ke]),((n=t._def)==null?void 0:n.typeName)==="ZodObject"&&e.type==="object"&&e.properties&&Object.entries(e.properties).forEach(([o,s])=>{let i=typeof t._def.shape=="function"?t._def.shape():t._def.shape;i[o]&&kr(i[o],s)}),((r=t._def)==null?void 0:r.typeName)==="ZodRecord"&&e.type==="object"&&e.additionalProperties&&kr(t._def.valueType,e.additionalProperties),e.type==="array"&&e.items){let o=e.items;if(typeof o=="object"&&!Array.isArray(o)){let s=t._def.type;s&&kr(s,o)}else Array.isArray(o)&&o.forEach((s,i)=>{let a=t._def;a.typeName===re.ZodFirstPartyTypeKind.ZodTuple&&kr(a.items[i],s)})}},"applyZuiPropsRecursively"),mo=p(t=>{let e=tP(t);return kr(e,t),e},"jsonSchemaToZui"),Ty=class extends er.Component{constructor(){super(...arguments),this.state={hasError:!1,error:null}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,n){console.error("Uncaught error:",e,n)}render(){return this.state.hasError&&this.props.fallback?er.default.createElement(this.props.fallback,{error:this.state.error,schema:this.props.fieldSchema}):this.props.children}};p(Ty,"ErrorBoundary");var Cr=Ty;function nP(t,e){return n=>er.default.createElement(Cr,{fallback:e,fieldSchema:n.fieldSchema,path:n.path},er.default.createElement(t,x({},n)))}p(nP,"withErrorBoundary");var vi=p(t=>{var e=t,{components:n,fieldSchema:r,path:o,required:s,fallback:i}=e,a=pf(e,["components","fieldSchema","path","required","fallback"]),l,f;let{formData:d,disabled:y,hidden:g,handlePropertyChange:m,addArrayItem:v,removeArrayItem:B,formErrors:P,formValid:T}=mf(r,o),S=(0,pt.useMemo)(()=>hn(d,o),[d,o]),E=(0,pt.useMemo)(()=>cT(n,r),[r,n]),{discriminator:M,discriminatedSchema:$,discriminatorValue:oe}=sT(r,o);if(!E||g===!0)return null;let{Component:X,type:ue}=E,ee={type:ue,componentID:E.id,scope:o.join("."),context:{path:o,readonly:!1,formData:d,formErrors:P,formValid:T,updateForm:m,updateFormData:p(Ie=>m([],Ie),"updateFormData")},onChange:p(Ie=>m(o,Ie),"onChange"),disabled:y,errors:P?.filter(Ie=>Ie.path===o)||[],label:((l=r[ke])==null?void 0:l.title)||sa(((f=o[o.length-1])==null?void 0:f.toString())||""),params:E.params,schema:r,zuiProps:r[ke]};if(r.type==="array"&&ue==="array"){let Ie=X,$e=ee.schema,Ne=Array.isArray(S)||typeof S=="object"?S:[],Me=x(H(x({},ee),{type:ue,schema:$e,data:Ne,addItem:p(Ve=>v(o,Ve),"addItem"),removeItem:p(Ve=>B(o,Ve),"removeItem")}),a);return Array.isArray(r.items)?null:pt.default.createElement(Ie,H(x({key:ee.scope},Me),{isArrayChild:Me.isArrayChild}),Array.isArray(Me.data)?Me.data.map((Ve,Ae)=>{let me=[...o,Ae.toString()];return pt.default.createElement(Cr,{key:me.join("."),fallback:i,fieldSchema:r.items,path:me},pt.default.createElement(vi,{key:me.join("."),components:n,fieldSchema:r.items,path:me,required:s,isArrayChild:!0,index:Ae,removeSelf:()=>B(o,Ae),fallback:i}))}):[])}if(r.type==="object"&&ue==="object"&&r.properties){let Ie=X,$e=x(H(x({},ee),{type:ue,schema:ee.schema,data:S||{}}),a);return pt.default.createElement(Ie,H(x({key:ee.scope},$e),{isArrayChild:$e.isArrayChild}),Object.entries(r.properties).map(([Ne,Me])=>{var Ve;let Ae=[...o,Ne];return pt.default.createElement(Cr,{key:Ae.join("."),fallback:i,fieldSchema:Me,path:Ae},pt.default.createElement(vi,{key:Ae.join("."),components:n,fieldSchema:Me,path:Ae,required:((Ve=r.required)==null?void 0:Ve.includes(Ne))||!1,isArrayChild:!1,fallback:i}))}))}if(ue==="discriminatedUnion"){let Ie=X,$e=x(H(x({},ee),{type:ue,schema:ee.schema,data:S||{},discriminatorKey:M?.key||null,discriminatorLabel:sa(M?.key||"Unknown"),discriminatorOptions:M?.values||null,discriminatorValue:oe,setDiscriminator:p(Ne=>{if(!M?.key){console.warn("No discriminator key found, cannot set discriminator");return}m(o,{[M.key]:Ne})},"setDiscriminator")}),a);return pt.default.createElement(Ie,H(x({key:ee.scope},$e),{isArrayChild:$e.isArrayChild}),$&&pt.default.createElement(Cr,{key:o.join("."),fallback:i,fieldSchema:$,path:o},pt.default.createElement(vi,{components:n,fieldSchema:$,path:o,required:s,isArrayChild:!1,fallback:i})))}let ie=X,Re=x(H(x({},ee),{type:ue,schema:ee.schema,config:{},required:s,data:S,description:r.description}),a);return pt.default.createElement(ie,x({},Re))},"FormElementRenderer"),uA=p(({schema:t,components:e,onChange:n,value:r,disableValidation:o,fallback:s,dataTransform:i,onValidation:a})=>{let[l,f]=(0,Zt.useState)(r);return(0,Zt.useEffect)(()=>{n(l)},[l]),(0,Zt.useEffect)(()=>{let d=zn(t);f(y=>_i(d,y))},[JSON.stringify(t),f]),Zt.default.createElement(aT,{formData:l,setFormData:f,formSchema:t,disableValidation:o||!1,dataTransform:i,onValidation:a},Zt.default.createElement(Cr,{fallback:s,fieldSchema:t,path:[]},Zt.default.createElement(vi,{components:e,fieldSchema:t,path:[],fallback:s,required:!0,isArrayChild:!1})))},"ZuiForm"),cA={string:{},number:{slider:{id:"slider",params:q.object({})}},boolean:{switch:{id:"switch",params:q.object({})}},array:{},object:{},discriminatedUnion:{}},fA={errors:Sf,jsonSchemaToZui:mo,zuiToJsonSchema:rs,objectToZui:Ur,toTypescript:bi,toTypescriptSchema:Ha};var $r=(t,e)=>{let n=t._def,r=e._def;if(n.typeName===re.ZodFirstPartyTypeKind.ZodObject&&r.typeName===re.ZodFirstPartyTypeKind.ZodObject){let o=n.shape(),s=r.shape();return re.object({...o,...s})}if(n.typeName===re.ZodFirstPartyTypeKind.ZodRecord&&r.typeName===re.ZodFirstPartyTypeKind.ZodRecord)return re.record(re.intersection(n.valueType,r.valueType));throw new Error("Cannot merge object schemas with record schemas")},_y=re;var dt=re.string().min(1),wy=re.object({text:dt}),xy=re.object({markdown:dt}),By=re.object({imageUrl:dt}),Py=re.object({audioUrl:dt}),Ey=re.object({videoUrl:dt}),Sy=re.object({fileUrl:dt,title:dt.optional()}),ky=re.object({latitude:re.number(),longitude:re.number(),address:re.string().optional(),title:re.string().optional()}),Iy=re.object({title:dt,subtitle:dt.optional(),imageUrl:dt.optional(),actions:re.array(re.object({action:re.enum(["postback","url","say"]),label:dt,value:dt}))}),by=re.object({text:dt,options:re.array(re.object({label:dt,value:dt}))}),rP=re.object({items:re.array(Iy)}),iP=re.union([re.object({type:re.literal("text"),payload:wy}),re.object({type:re.literal("markdown"),payload:xy}),re.object({type:re.literal("image"),payload:By}),re.object({type:re.literal("audio"),payload:Py}),re.object({type:re.literal("video"),payload:Ey}),re.object({type:re.literal("file"),payload:Sy}),re.object({type:re.literal("location"),payload:ky})]),oP=re.object({items:re.array(iP)}),aP={schema:xy},sP={text:{schema:wy},image:{schema:By},audio:{schema:Py},video:{schema:Ey},file:{schema:Sy},location:{schema:ky},carousel:{schema:rP},card:{schema:Iy},dropdown:{schema:by},choice:{schema:by},bloc:{schema:oP}};C();R();O();var ho="x-bot-id",Cy="x-bot-user-id",Oy="x-integration-id",Ry="x-webhook-id",My="x-bp-configuration-type",vo="x-bp-configuration",To="x-bp-operation",Dy="x-bp-type";C();R();O();import{isNode as lk}from"browser-or-node";C();R();O();var ir=console;function kt(t){if(!t.body)throw new Error("Missing body");return JSON.parse(t.body)}async function Zo(t,e=8072,n=dk){if(!lk)throw new Error("This function can only be called in Node.js");let o=(Rh(),jv(Oh)).createServer(async(s,i)=>{try{let a=await uk(s);if(a.path==="/health"){i.writeHead(200).end("ok");return}let l=await t(a);i.writeHead(l?.status??200,l?.headers??{}).end(l?.body??"{}")}catch(a){ir.error("Error while handling request",{error:a?.message??"Internal error occured"}),i.writeHead(500).end(JSON.stringify({error:a?.message??"Internal error occured"}))}});return o.listen(e,()=>n(e)),o}async function uk(t){let e=await fk(t),n={};for(let o=0;o<t.rawHeaders.length;o+=2){let s=t.rawHeaders[o].toLowerCase(),i=t.rawHeaders[o+1];n[s]=i}let r=new URL(t.url??"",t.headers.host?`http://${t.headers.host}`:"http://botpress.cloud");return{body:e,path:r.pathname,query:ck(r.search,"?"),headers:n,method:t.method?.toUpperCase()??"GET"}}function ck(t,e){return t.indexOf(e)===0?t.slice(e.length):t}async function fk(t){return new Promise((e,n)=>{if(t.method!=="POST"&&t.method!=="PUT"&&t.method!=="PATCH")return e(void 0);let r="";t.on("data",o=>r+=o.toString()),t.on("error",o=>n(o)),t.on("end",()=>e(r))})}function dk(t){ir.info(`Listening on port ${t}`)}import{isApiError as dH,RuntimeError as pH}from"@botpress/client";C();R();O();C();R();O();C();R();O();C();R();O();var qe={};Un(qe,{mapKeys:()=>yk,mapValues:()=>gk,mergeRecords:()=>hk,pairs:()=>Lo,stripUndefinedProps:()=>mk,values:()=>pk});C();R();O();var Lo=t=>Object.entries(t),pk=t=>Object.values(t),gk=(t,e)=>Object.fromEntries(Lo(t).map(([n,r])=>[n,e(r,n)])),yk=(t,e)=>Object.fromEntries(Lo(t).map(([n,r])=>[e(n),r])),mk=t=>Object.fromEntries(Lo(t).filter(([,e])=>e!==void 0)),hk=(t,e,n)=>{let r=[...Object.keys(t),...Object.keys(e)],o=[...new Set(r)],s={};for(let i of o){let a=t[i],l=e[i];a&&l?s[i]=n(a,l):a?s[i]=a:l&&(s[i]=l)}return s};var Te={};Un(Te,{safePush:()=>vk,unique:()=>Tk});C();R();O();var vk=(t,...e)=>t?[...t,...e]:[...e],Tk=t=>Array.from(new Set(t));C();R();O();var Xt={};Un(Xt,{setName:()=>_k});C();R();O();var _k=(t,e)=>(Object.defineProperty(t,"name",{value:e}),t);var Mh=t=>{let{name:e,version:n}=t,r={actions:{},events:{},channels:{}},o={name:e,version:n,entities:qe.mapValues(t.entities,i=>({name:i.name})),actions:{},events:{},channels:{}},s=qe.mapValues(t.entities,i=>i.schema);for(let[i,a]of Object.entries(t.definition.actions??{})){let l=a.input.schema.dereference(s),f=a.output.schema.dereference(s),d=t.actions?.[i]?.name??i;r.actions[d]={...a,...t.actions?.[i]??{},input:{schema:l},output:{schema:f}},o.actions[i]={name:d}}for(let[i,a]of Object.entries(t.definition.events??{})){let l=a.schema.dereference(s),f=t.events?.[i]?.name??i;r.events[f]={...a,...t.events?.[i]??{},schema:l},o.events[i]={name:f}}for(let[i,a]of Object.entries(t.definition.channels??{})){let l={};for(let[d,y]of Object.entries(a.messages)){let g=y.schema.dereference(s);l[d]={...y,schema:g}}let f=t.channels?.[i]?.name??i;r.channels[f]={...a,...t.channels?.[i]??{},message:{...a.message??{},tags:{...a.message?.tags??{},...t.channels?.[i]?.message?.tags??{}}},conversation:{...a.conversation??{},tags:{...a.conversation?.tags??{},...t.channels?.[i]?.conversation?.tags??{}}},messages:l},o.channels[i]={name:f}}return{resolved:r,statement:o}};C();R();O();var Fo=Symbol("schemaName"),Dh=t=>t?qe.mapValues(t,(n,r)=>({...n,[Fo]:r})):{},Nh=t=>Fo in t&&t[Fo]!==void 0,Hh=t=>t[Fo];C();R();O();var tl=class{constructor(e){this.props=e;this.name=e.name,this.version=e.version,this.icon=e.icon,this.readme=e.readme,this.title=e.title,this.identifier=e.identifier,this.description=e.description,this.configuration=e.configuration,this.configurations=e.configurations,this.events=e.events,this.actions=e.actions,this.channels=e.channels,this.states=e.states,this.user=e.user,this.secrets=e.secrets,this.entities=e.entities,this.interfaces=e.interfaces,this.__advanced=e.__advanced}name;version;title;description;icon;readme;configuration;configurations;events;actions;channels;states;user;secrets;identifier;entities;interfaces;__advanced;extend(e,n){let{entities:r,actions:o,events:s,channels:i}=this._callBuilder(e,n),a=this;a.interfaces??={};let l=Object.values(r).map(g=>g.name),f=l.length===0?e.name:`${e.name}<${l.join(",")}>`,{resolved:d,statement:y}=Mh({...e,entities:r,actions:qe.stripUndefinedProps(o),events:qe.stripUndefinedProps(s),channels:qe.stripUndefinedProps(i)});return a.actions=qe.mergeRecords(a.actions??{},d.actions,this._mergeActions),a.channels=qe.mergeRecords(a.channels??{},d.channels,this._mergeChannels),a.events=qe.mergeRecords(a.events??{},d.events,this._mergeEvents),a.interfaces[f]={id:e.id,...y},this}_callBuilder(e,n){let o={entities:Dh(this.entities)},s=n(o),i=qe.pairs(s.entities).find(([l,f])=>!Nh(f));if(i)throw new Error(`Cannot extend interface "${e.name}" with entity "${i[0]}"; the provided schema is not part of the integration's entities.`);return{entities:qe.mapValues(s.entities,l=>({name:Hh(l),schema:l.schema})),actions:s.actions??{},events:s.events??{},channels:s.channels??{}}}_mergeActions=(e,n)=>({...e,...n,input:{schema:$r(e.input.schema,n.input.schema)},output:{schema:$r(e.output.schema,n.output.schema)}});_mergeEvents=(e,n)=>({...e,...n,schema:$r(e.schema,n.schema)});_mergeChannels=(e,n)=>{let r=qe.mergeRecords(e.messages,n.messages,this._mergeMessage),o;(e.conversation||n.conversation)&&(o={tags:{...e.conversation?.tags,...n.conversation?.tags}});let s;return(e.message||n.message)&&(s={tags:{...e.message?.tags,...n.message?.tags}}),{...e,...n,messages:r,conversation:o,message:s}};_mergeMessage=(e,n)=>({schema:$r(e.schema,n.schema)})};C();R();O();C();R();O();import{isApiError as zk,Client as Gk,RuntimeError as _v}from"@botpress/client";C();R();O();import{axiosRetry as bk}from"@botpress/client";var Ko={retries:3,retryCondition:t=>bk.isNetworkOrIdempotentRequestError(t)||[429,502].includes(t.response?.status??0),retryDelay:t=>t*1e3};C();R();O();C();R();O();var Vr=class{constructor(e){this._client=e}createConversation=e=>this._client.createConversation(e);getConversation=e=>this._client.getConversation(e);listConversations=e=>this._client.listConversations(e);getOrCreateConversation=e=>this._client.getOrCreateConversation(e);updateConversation=e=>this._client.updateConversation(e);deleteConversation=e=>this._client.deleteConversation(e);listParticipants=e=>this._client.listParticipants(e);addParticipant=e=>this._client.addParticipant(e);getParticipant=e=>this._client.getParticipant(e);removeParticipant=e=>this._client.removeParticipant(e);createEvent=e=>this._client.createEvent(e);getEvent=e=>this._client.getEvent(e);listEvents=e=>this._client.listEvents(e);createMessage=e=>this._client.createMessage(e);getOrCreateMessage=e=>this._client.getOrCreateMessage(e);getMessage=e=>this._client.getMessage(e);updateMessage=e=>this._client.updateMessage(e);listMessages=e=>this._client.listMessages(e);deleteMessage=e=>this._client.deleteMessage(e);createUser=e=>this._client.createUser(e);getUser=e=>this._client.getUser(e);listUsers=e=>this._client.listUsers(e);getOrCreateUser=e=>this._client.getOrCreateUser(e);updateUser=e=>this._client.updateUser(e);deleteUser=e=>this._client.deleteUser(e);getState=e=>this._client.getState(e);setState=e=>this._client.setState(e);getOrSetState=e=>this._client.getOrSetState(e);patchState=e=>this._client.patchState(e);configureIntegration=e=>this._client.configureIntegration(e);uploadFile=e=>this._client.uploadFile(e);upsertFile=e=>this._client.upsertFile(e);deleteFile=e=>this._client.deleteFile(e);listFiles=e=>this._client.listFiles(e);getFile=e=>this._client.getFile(e);updateFileMetadata=e=>this._client.updateFileMetadata(e)};C();R();O();var Wo=class{_cost=0;get cost(){return this._cost}setCost(e){this._cost=e}toJSON(){return{cost:this.cost}}};C();R();O();var wk=re.enum(["webhook_received","message_created","action_triggered","register","unregister","ping","create_user","create_conversation"]),Uh=t=>{let e=t[ho],n=t[Cy],r=t[Oy],o=t[Ry],s=t[My],i=t[vo],a=wk.parse(t[To]);if(!e)throw new Error("Missing bot headers");if(!n)throw new Error("Missing bot user headers");if(!r)throw new Error("Missing integration headers");if(!o)throw new Error("Missing webhook headers");if(!i)throw new Error("Missing configuration headers");if(!a)throw new Error("Missing operation headers");return{botId:e,botUserId:n,integrationId:r,webhookId:o,operation:a,configurationType:s??null,configuration:i?JSON.parse(z.from(i,"base64").toString("utf-8")):{}}};C();R();O();C();R();O();C();R();O();C();R();O();var nl={},jh=!1;function wl(){return jh||(jh=!0,nl=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},n=Symbol("test"),r=Object(n);if(typeof n=="string"||Object.prototype.toString.call(n)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var o=42;e[n]=o;for(n in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var s=Object.getOwnPropertySymbols(e);if(s.length!==1||s[0]!==n||!Object.prototype.propertyIsEnumerable.call(e,n))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var i=Object.getOwnPropertyDescriptor(e,n);if(i.value!==o||i.enumerable!==!0)return!1}return!0}),nl}var rl={},$h=!1;function xk(){return $h||($h=!0,rl=Error),rl}var il={},Zh=!1;function Bk(){return Zh||(Zh=!0,il=EvalError),il}var ol={},Lh=!1;function Pk(){return Lh||(Lh=!0,ol=RangeError),ol}var al={},Fh=!1;function Ek(){return Fh||(Fh=!0,al=ReferenceError),al}var sl={},Kh=!1;function av(){return Kh||(Kh=!0,sl=SyntaxError),sl}var ll={},Wh=!1;function qo(){return Wh||(Wh=!0,ll=TypeError),ll}var ul={},qh=!1;function Sk(){return qh||(qh=!0,ul=URIError),ul}var cl={},zh=!1;function kk(){if(zh)return cl;zh=!0;var t=typeof Symbol<"u"&&Symbol,e=wl();return cl=function(){return typeof t!="function"||typeof Symbol!="function"||typeof t("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:e()},cl}var fl={},Gh=!1;function Ik(){if(Gh)return fl;Gh=!0;var t={__proto__:null,foo:{}},e=Object;return fl=function(){return{__proto__:t}.foo===t.foo&&!(t instanceof e)},fl}var dl={},Vh=!1;function Ak(){if(Vh)return dl;Vh=!0;var t="Function.prototype.bind called on incompatible ",e=Object.prototype.toString,n=Math.max,r="[object Function]",o=function(l,f){for(var d=[],y=0;y<l.length;y+=1)d[y]=l[y];for(var g=0;g<f.length;g+=1)d[g+l.length]=f[g];return d},s=function(l,f){for(var d=[],y=f,g=0;y<l.length;y+=1,g+=1)d[g]=l[y];return d},i=function(a,l){for(var f="",d=0;d<a.length;d+=1)f+=a[d],d+1<a.length&&(f+=l);return f};return dl=function(l){var f=this;if(typeof f!="function"||e.apply(f)!==r)throw new TypeError(t+f);for(var d=s(arguments,1),y,g=function(){if(this instanceof y){var T=f.apply(this,o(d,arguments));return Object(T)===T?T:this}return f.apply(l,o(d,arguments))},m=n(0,f.length-d.length),v=[],B=0;B<m;B++)v[B]="$"+B;if(y=Function("binder","return function ("+i(v,",")+"){ return binder.apply(this,arguments); }")(g),f.prototype){var P=function(){};P.prototype=f.prototype,y.prototype=new P,P.prototype=null}return y},dl}var pl={},Jh=!1;function xl(){if(Jh)return pl;Jh=!0;var t=Ak();return pl=Function.prototype.bind||t,pl}var gl={},Yh=!1;function Ck(){if(Yh)return gl;Yh=!0;var t=Function.prototype.call,e=Object.prototype.hasOwnProperty,n=xl();return gl=n.call(t,e),gl}var yl={},Xh=!1;function Yr(){if(Xh)return yl;Xh=!0;var t,e=xk(),n=Bk(),r=Pk(),o=Ek(),s=av(),i=qo(),a=Sk(),l=Function,f=function(Ae){try{return l('"use strict"; return ('+Ae+").constructor;")()}catch{}},d=Object.getOwnPropertyDescriptor;if(d)try{d({},"")}catch{d=null}var y=function(){throw new i},g=d?function(){try{return arguments.callee,y}catch{try{return d(arguments,"callee").get}catch{return y}}}():y,m=kk()(),v=Ik()(),B=Object.getPrototypeOf||(v?function(Ae){return Ae.__proto__}:null),P={},T=typeof Uint8Array>"u"||!B?t:B(Uint8Array),S={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?t:ArrayBuffer,"%ArrayIteratorPrototype%":m&&B?B([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":P,"%AsyncGenerator%":P,"%AsyncGeneratorFunction%":P,"%AsyncIteratorPrototype%":P,"%Atomics%":typeof Atomics>"u"?t:Atomics,"%BigInt%":typeof BigInt>"u"?t:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?t:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":e,"%eval%":eval,"%EvalError%":n,"%Float32Array%":typeof Float32Array>"u"?t:Float32Array,"%Float64Array%":typeof Float64Array>"u"?t:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?t:FinalizationRegistry,"%Function%":l,"%GeneratorFunction%":P,"%Int8Array%":typeof Int8Array>"u"?t:Int8Array,"%Int16Array%":typeof Int16Array>"u"?t:Int16Array,"%Int32Array%":typeof Int32Array>"u"?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":m&&B?B(B([][Symbol.iterator]())):t,"%JSON%":typeof JSON=="object"?JSON:t,"%Map%":typeof Map>"u"?t:Map,"%MapIteratorPrototype%":typeof Map>"u"||!m||!B?t:B(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?t:Promise,"%Proxy%":typeof Proxy>"u"?t:Proxy,"%RangeError%":r,"%ReferenceError%":o,"%Reflect%":typeof Reflect>"u"?t:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?t:Set,"%SetIteratorPrototype%":typeof Set>"u"||!m||!B?t:B(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":m&&B?B(""[Symbol.iterator]()):t,"%Symbol%":m?Symbol:t,"%SyntaxError%":s,"%ThrowTypeError%":g,"%TypedArray%":T,"%TypeError%":i,"%Uint8Array%":typeof Uint8Array>"u"?t:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?t:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?t:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?t:Uint32Array,"%URIError%":a,"%WeakMap%":typeof WeakMap>"u"?t:WeakMap,"%WeakRef%":typeof WeakRef>"u"?t:WeakRef,"%WeakSet%":typeof WeakSet>"u"?t:WeakSet};if(B)try{null.error}catch(Ae){var E=B(B(Ae));S["%Error.prototype%"]=E}var M=function Ae(me){var Se;if(me==="%AsyncFunction%")Se=f("async function () {}");else if(me==="%GeneratorFunction%")Se=f("function* () {}");else if(me==="%AsyncGeneratorFunction%")Se=f("async function* () {}");else if(me==="%AsyncGenerator%"){var ce=Ae("%AsyncGeneratorFunction%");ce&&(Se=ce.prototype)}else if(me==="%AsyncIteratorPrototype%"){var he=Ae("%AsyncGenerator%");he&&B&&(Se=B(he.prototype))}return S[me]=Se,Se},$={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},oe=xl(),X=Ck(),ue=oe.call(Function.call,Array.prototype.concat),ee=oe.call(Function.apply,Array.prototype.splice),ie=oe.call(Function.call,String.prototype.replace),Re=oe.call(Function.call,String.prototype.slice),Ie=oe.call(Function.call,RegExp.prototype.exec),$e=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Ne=/\\(\\)?/g,Me=function(me){var Se=Re(me,0,1),ce=Re(me,-1);if(Se==="%"&&ce!=="%")throw new s("invalid intrinsic syntax, expected closing `%`");if(ce==="%"&&Se!=="%")throw new s("invalid intrinsic syntax, expected opening `%`");var he=[];return ie(me,$e,function(D,Z,F,fe){he[he.length]=F?ie(fe,Ne,"$1"):Z||D}),he},Ve=function(me,Se){var ce=me,he;if(X($,ce)&&(he=$[ce],ce="%"+he[0]+"%"),X(S,ce)){var D=S[ce];if(D===P&&(D=M(ce)),typeof D>"u"&&!Se)throw new i("intrinsic "+me+" exists, but is not available. Please file an issue!");return{alias:he,name:ce,value:D}}throw new s("intrinsic "+me+" does not exist!")};return yl=function(me,Se){if(typeof me!="string"||me.length===0)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof Se!="boolean")throw new i('"allowMissing" argument must be a boolean');if(Ie(/^%?[^%]*%?$/,me)===null)throw new s("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var ce=Me(me),he=ce.length>0?ce[0]:"",D=Ve("%"+he+"%",Se),Z=D.name,F=D.value,fe=!1,ve=D.alias;ve&&(he=ve[0],ee(ce,ue([0,1],ve)));for(var A=1,k=!0;A<ce.length;A+=1){var j=ce[A],Y=Re(j,0,1),ae=Re(j,-1);if((Y==='"'||Y==="'"||Y==="`"||ae==='"'||ae==="'"||ae==="`")&&Y!==ae)throw new s("property names with quotes must have matching quotes");if((j==="constructor"||!k)&&(fe=!0),he+="."+j,Z="%"+he+"%",X(S,Z))F=S[Z];else if(F!=null){if(!(j in F)){if(!Se)throw new i("base intrinsic for "+me+" exists, but the property is not available.");return}if(d&&A+1>=ce.length){var b=d(F,j);k=!!b,k&&"get"in b&&!("originalValue"in b.get)?F=b.get:F=F[j]}else k=X(F,j),F=F[j];k&&!fe&&(S[Z]=F)}}return F},yl}var ml={},Qh=!1;function Bl(){if(Qh)return ml;Qh=!0;var t=Yr(),e=t("%Object.defineProperty%",!0)||!1;if(e)try{e({},"a",{value:1})}catch{e=!1}return ml=e,ml}var hl={},ev=!1;function zo(){if(ev)return hl;ev=!0;var t=Yr(),e=t("%Object.getOwnPropertyDescriptor%",!0);if(e)try{e([],"length")}catch{e=null}return hl=e,hl}var vl={},tv=!1;function Ok(){if(tv)return vl;tv=!0;var t=Bl(),e=av(),n=qo(),r=zo();return vl=function(s,i,a){if(!s||typeof s!="object"&&typeof s!="function")throw new n("`obj` must be an object or a function`");if(typeof i!="string"&&typeof i!="symbol")throw new n("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new n("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new n("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new n("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new n("`loose`, if provided, must be a boolean");var l=arguments.length>3?arguments[3]:null,f=arguments.length>4?arguments[4]:null,d=arguments.length>5?arguments[5]:null,y=arguments.length>6?arguments[6]:!1,g=!!r&&r(s,i);if(t)t(s,i,{configurable:d===null&&g?g.configurable:!d,enumerable:l===null&&g?g.enumerable:!l,value:a,writable:f===null&&g?g.writable:!f});else if(y||!l&&!f&&!d)s[i]=a;else throw new e("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},vl}var Tl={},nv=!1;function Rk(){if(nv)return Tl;nv=!0;var t=Bl(),e=function(){return!!t};return e.hasArrayLengthDefineBug=function(){if(!t)return null;try{return t([],"length",{value:1}).length!==1}catch{return!0}},Tl=e,Tl}var _l={},rv=!1;function Mk(){if(rv)return _l;rv=!0;var t=Yr(),e=Ok(),n=Rk()(),r=zo(),o=qo(),s=t("%Math.floor%");return _l=function(a,l){if(typeof a!="function")throw new o("`fn` is not a function");if(typeof l!="number"||l<0||l>4294967295||s(l)!==l)throw new o("`length` must be a positive 32-bit integer");var f=arguments.length>2&&!!arguments[2],d=!0,y=!0;if("length"in a&&r){var g=r(a,"length");g&&!g.configurable&&(d=!1),g&&!g.writable&&(y=!1)}return(d||y||!f)&&(n?e(a,"length",l,!0,!0):e(a,"length",l)),a},_l}var Jr={},iv=!1;function Pl(){if(iv)return Jr;iv=!0;var t=xl(),e=Yr(),n=Mk(),r=qo(),o=e("%Function.prototype.apply%"),s=e("%Function.prototype.call%"),i=e("%Reflect.apply%",!0)||t.call(s,o),a=Bl(),l=e("%Math.max%");Jr=function(y){if(typeof y!="function")throw new r("a function is required");var g=i(t,s,arguments);return n(g,1+l(0,y.length-(arguments.length-1)),!0)};var f=function(){return i(t,o,arguments)};return a?a(Jr,"apply",{value:f}):Jr.apply=f,Jr}var bl={},ov=!1;function El(){if(ov)return bl;ov=!0;var t=Yr(),e=Pl(),n=e(t("String.prototype.indexOf"));return bl=function(o,s){var i=t(o,!!s);return typeof i=="function"&&n(o,".prototype.")>-1?e(i):i},bl}os();ws();var Sl={},sv=!1;function Hl(){if(sv)return Sl;sv=!0;var t=wl();return Sl=function(){return t()&&!!Symbol.toStringTag},Sl}var kl={},lv=!1;function Dk(){if(lv)return kl;lv=!0;var t=Hl()(),e=El(),n=e("Object.prototype.toString"),r=function(a){return t&&a&&typeof a=="object"&&Symbol.toStringTag in a?!1:n(a)==="[object Arguments]"},o=function(a){return r(a)?!0:a!==null&&typeof a=="object"&&typeof a.length=="number"&&a.length>=0&&n(a)!=="[object Array]"&&n(a.callee)==="[object Function]"},s=function(){return r(arguments)}();return r.isLegacyArguments=o,kl=s?r:o,kl}var Il={},uv=!1;function Nk(){if(uv)return Il;uv=!0;var t=Object.prototype.toString,e=Function.prototype.toString,n=/^\s*(?:function)?\*/,r=Hl()(),o=Object.getPrototypeOf,s=function(){if(!r)return!1;try{return Function("return function*() {}")()}catch{}},i;return Il=function(l){if(typeof l!="function")return!1;if(n.test(e.call(l)))return!0;if(!r){var f=t.call(l);return f==="[object GeneratorFunction]"}if(!o)return!1;if(typeof i>"u"){var d=s();i=d?o(d):!1}return o(l)===i},Il}var Al={},cv=!1;function Hk(){if(cv)return Al;cv=!0;var t=Function.prototype.toString,e=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,n,r;if(typeof e=="function"&&typeof Object.defineProperty=="function")try{n=Object.defineProperty({},"length",{get:function(){throw r}}),r={},e(function(){throw 42},null,n)}catch(S){S!==r&&(e=null)}else e=null;var o=/^\s*class\b/,s=function(E){try{var M=t.call(E);return o.test(M)}catch{return!1}},i=function(E){try{return s(E)?!1:(t.call(E),!0)}catch{return!1}},a=Object.prototype.toString,l="[object Object]",f="[object Function]",d="[object GeneratorFunction]",y="[object HTMLAllCollection]",g="[object HTML document.all class]",m="[object HTMLCollection]",v=typeof Symbol=="function"&&!!Symbol.toStringTag,B=!(0 in[,]),P=function(){return!1};if(typeof document=="object"){var T=document.all;a.call(T)===a.call(document.all)&&(P=function(E){if((B||!E)&&(typeof E>"u"||typeof E=="object"))try{var M=a.call(E);return(M===y||M===g||M===m||M===l)&&E("")==null}catch{}return!1})}return Al=e?function(E){if(P(E))return!0;if(!E||typeof E!="function"&&typeof E!="object")return!1;try{e(E,null,n)}catch(M){if(M!==r)return!1}return!s(E)&&i(E)}:function(E){if(P(E))return!0;if(!E||typeof E!="function"&&typeof E!="object")return!1;if(v)return i(E);if(s(E))return!1;var M=a.call(E);return M!==f&&M!==d&&!/^\[object HTML/.test(M)?!1:i(E)},Al}var Cl={},fv=!1;function Uk(){if(fv)return Cl;fv=!0;var t=Hk(),e=Object.prototype.toString,n=Object.prototype.hasOwnProperty,r=function(l,f,d){for(var y=0,g=l.length;y<g;y++)n.call(l,y)&&(d==null?f(l[y],y,l):f.call(d,l[y],y,l))},o=function(l,f,d){for(var y=0,g=l.length;y<g;y++)d==null?f(l.charAt(y),y,l):f.call(d,l.charAt(y),y,l)},s=function(l,f,d){for(var y in l)n.call(l,y)&&(d==null?f(l[y],y,l):f.call(d,l[y],y,l))},i=function(l,f,d){if(!t(f))throw new TypeError("iterator must be a function");var y;arguments.length>=3&&(y=d),e.call(l)==="[object Array]"?r(l,f,y):typeof l=="string"?o(l,f,y):s(l,f,y)};return Cl=i,Cl}var Ol={},dv=!1;function jk(){return dv||(dv=!0,Ol=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]),Ol}var Rl={},pv=!1,$k=typeof globalThis<"u"?globalThis:typeof self<"u"?self:global;function Zk(){if(pv)return Rl;pv=!0;var t=jk(),e=typeof globalThis>"u"?$k:globalThis;return Rl=function(){for(var r=[],o=0;o<t.length;o++)typeof e[t[o]]=="function"&&(r[r.length]=t[o]);return r},Rl}var Ml={},gv=!1,Lk=typeof globalThis<"u"?globalThis:typeof self<"u"?self:global;function Tv(){if(gv)return Ml;gv=!0;var t=Uk(),e=Zk(),n=Pl(),r=El(),o=zo(),s=r("Object.prototype.toString"),i=Hl()(),a=typeof globalThis>"u"?Lk:globalThis,l=e(),f=r("String.prototype.slice"),d=Object.getPrototypeOf,y=r("Array.prototype.indexOf",!0)||function(P,T){for(var S=0;S<P.length;S+=1)if(P[S]===T)return S;return-1},g={__proto__:null};i&&o&&d?t(l,function(B){var P=new a[B];if(Symbol.toStringTag in P){var T=d(P),S=o(T,Symbol.toStringTag);if(!S){var E=d(T);S=o(E,Symbol.toStringTag)}g["$"+B]=n(S.get)}}):t(l,function(B){var P=new a[B],T=P.slice||P.set;T&&(g["$"+B]=n(T))});var m=function(P){var T=!1;return t(g,function(S,E){if(!T)try{"$"+S(P)===E&&(T=f(E,1))}catch{}}),T},v=function(P){var T=!1;return t(g,function(S,E){if(!T)try{S(P),T=f(E,1)}catch{}}),T};return Ml=function(P){if(!P||typeof P!="object")return!1;if(!i){var T=f(s(P),8,-1);return y(l,T)>-1?T:T!=="Object"?!1:v(P)}return o?m(P):null},Ml}var Dl={},yv=!1;function Fk(){if(yv)return Dl;yv=!0;var t=Tv();return Dl=function(n){return!!t(n)},Dl}var we={},mv=!1;function Kk(){if(mv)return we;mv=!0;var t=Dk(),e=Nk(),n=Tv(),r=Fk();function o(U){return U.call.bind(U)}var s=typeof BigInt<"u",i=typeof Symbol<"u",a=o(Object.prototype.toString),l=o(Number.prototype.valueOf),f=o(String.prototype.valueOf),d=o(Boolean.prototype.valueOf);if(s)var y=o(BigInt.prototype.valueOf);if(i)var g=o(Symbol.prototype.valueOf);function m(U,Pt){if(typeof U!="object")return!1;try{return Pt(U),!0}catch{return!1}}we.isArgumentsObject=t,we.isGeneratorFunction=e,we.isTypedArray=r;function v(U){return typeof Promise<"u"&&U instanceof Promise||U!==null&&typeof U=="object"&&typeof U.then=="function"&&typeof U.catch=="function"}we.isPromise=v;function B(U){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(U):r(U)||D(U)}we.isArrayBufferView=B;function P(U){return n(U)==="Uint8Array"}we.isUint8Array=P;function T(U){return n(U)==="Uint8ClampedArray"}we.isUint8ClampedArray=T;function S(U){return n(U)==="Uint16Array"}we.isUint16Array=S;function E(U){return n(U)==="Uint32Array"}we.isUint32Array=E;function M(U){return n(U)==="Int8Array"}we.isInt8Array=M;function $(U){return n(U)==="Int16Array"}we.isInt16Array=$;function oe(U){return n(U)==="Int32Array"}we.isInt32Array=oe;function X(U){return n(U)==="Float32Array"}we.isFloat32Array=X;function ue(U){return n(U)==="Float64Array"}we.isFloat64Array=ue;function ee(U){return n(U)==="BigInt64Array"}we.isBigInt64Array=ee;function ie(U){return n(U)==="BigUint64Array"}we.isBigUint64Array=ie;function Re(U){return a(U)==="[object Map]"}Re.working=typeof Map<"u"&&Re(new Map);function Ie(U){return typeof Map>"u"?!1:Re.working?Re(U):U instanceof Map}we.isMap=Ie;function $e(U){return a(U)==="[object Set]"}$e.working=typeof Set<"u"&&$e(new Set);function Ne(U){return typeof Set>"u"?!1:$e.working?$e(U):U instanceof Set}we.isSet=Ne;function Me(U){return a(U)==="[object WeakMap]"}Me.working=typeof WeakMap<"u"&&Me(new WeakMap);function Ve(U){return typeof WeakMap>"u"?!1:Me.working?Me(U):U instanceof WeakMap}we.isWeakMap=Ve;function Ae(U){return a(U)==="[object WeakSet]"}Ae.working=typeof WeakSet<"u"&&Ae(new WeakSet);function me(U){return Ae(U)}we.isWeakSet=me;function Se(U){return a(U)==="[object ArrayBuffer]"}Se.working=typeof ArrayBuffer<"u"&&Se(new ArrayBuffer);function ce(U){return typeof ArrayBuffer>"u"?!1:Se.working?Se(U):U instanceof ArrayBuffer}we.isArrayBuffer=ce;function he(U){return a(U)==="[object DataView]"}he.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&he(new DataView(new ArrayBuffer(1),0,1));function D(U){return typeof DataView>"u"?!1:he.working?he(U):U instanceof DataView}we.isDataView=D;var Z=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function F(U){return a(U)==="[object SharedArrayBuffer]"}function fe(U){return typeof Z>"u"?!1:(typeof F.working>"u"&&(F.working=F(new Z)),F.working?F(U):U instanceof Z)}we.isSharedArrayBuffer=fe;function ve(U){return a(U)==="[object AsyncFunction]"}we.isAsyncFunction=ve;function A(U){return a(U)==="[object Map Iterator]"}we.isMapIterator=A;function k(U){return a(U)==="[object Set Iterator]"}we.isSetIterator=k;function j(U){return a(U)==="[object Generator]"}we.isGeneratorObject=j;function Y(U){return a(U)==="[object WebAssembly.Module]"}we.isWebAssemblyCompiledModule=Y;function ae(U){return m(U,l)}we.isNumberObject=ae;function b(U){return m(U,f)}we.isStringObject=b;function w(U){return m(U,d)}we.isBooleanObject=w;function W(U){return s&&m(U,y)}we.isBigIntObject=W;function Q(U){return i&&m(U,g)}we.isSymbolObject=Q;function He(U){return ae(U)||b(U)||w(U)||W(U)||Q(U)}we.isBoxedPrimitive=He;function _e(U){return typeof Uint8Array<"u"&&(ce(U)||fe(U))}return we.isAnyArrayBuffer=_e,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(U){Object.defineProperty(we,U,{enumerable:!1,value:function(){throw new Error(U+" is not supported in userland")}})}),we}var Nl={},hv=!1;function Wk(){return hv||(hv=!0,Nl=function(e){return e&&typeof e=="object"&&typeof e.copy=="function"&&typeof e.fill=="function"&&typeof e.readUInt8=="function"}),Nl}var xe={},vv=!1,Xr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:global;function qk(){if(vv)return xe;vv=!0;var t=St,e=Object.getOwnPropertyDescriptors||function(Z){for(var F=Object.keys(Z),fe={},ve=0;ve<F.length;ve++)fe[F[ve]]=Object.getOwnPropertyDescriptor(Z,F[ve]);return fe},n=/%[sdj%]/g;xe.format=function(D){if(!$(D)){for(var Z=[],F=0;F<arguments.length;F++)Z.push(i(arguments[F]));return Z.join(" ")}for(var F=1,fe=arguments,ve=fe.length,A=String(D).replace(n,function(j){if(j==="%%")return"%";if(F>=ve)return j;switch(j){case"%s":return String(fe[F++]);case"%d":return Number(fe[F++]);case"%j":try{return JSON.stringify(fe[F++])}catch{return"[Circular]"}default:return j}}),k=fe[F];F<ve;k=fe[++F])S(k)||!ee(k)?A+=" "+k:A+=" "+i(k);return A},xe.deprecate=function(D,Z){if(typeof t<"u"&&t.noDeprecation===!0)return D;if(typeof t>"u")return function(){return xe.deprecate(D,Z).apply(this||Xr,arguments)};var F=!1;function fe(){if(!F){if(t.throwDeprecation)throw new Error(Z);t.traceDeprecation?console.trace(Z):console.error(Z),F=!0}return D.apply(this||Xr,arguments)}return fe};var r={},o=/^$/;if(t.env.NODE_DEBUG){var s=t.env.NODE_DEBUG;s=s.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),o=new RegExp("^"+s+"$","i")}xe.debuglog=function(D){if(D=D.toUpperCase(),!r[D])if(o.test(D)){var Z=t.pid;r[D]=function(){var F=xe.format.apply(xe,arguments);console.error("%s %d: %s",D,Z,F)}}else r[D]=function(){};return r[D]};function i(D,Z){var F={seen:[],stylize:l};return arguments.length>=3&&(F.depth=arguments[2]),arguments.length>=4&&(F.colors=arguments[3]),T(Z)?F.showHidden=Z:Z&&xe._extend(F,Z),X(F.showHidden)&&(F.showHidden=!1),X(F.depth)&&(F.depth=2),X(F.colors)&&(F.colors=!1),X(F.customInspect)&&(F.customInspect=!0),F.colors&&(F.stylize=a),d(F,D,F.depth)}xe.inspect=i,i.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},i.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function a(D,Z){var F=i.styles[Z];return F?"\x1B["+i.colors[F][0]+"m"+D+"\x1B["+i.colors[F][1]+"m":D}function l(D,Z){return D}function f(D){var Z={};return D.forEach(function(F,fe){Z[F]=!0}),Z}function d(D,Z,F){if(D.customInspect&&Z&&Ie(Z.inspect)&&Z.inspect!==xe.inspect&&!(Z.constructor&&Z.constructor.prototype===Z)){var fe=Z.inspect(F,D);return $(fe)||(fe=d(D,fe,F)),fe}var ve=y(D,Z);if(ve)return ve;var A=Object.keys(Z),k=f(A);if(D.showHidden&&(A=Object.getOwnPropertyNames(Z)),Re(Z)&&(A.indexOf("message")>=0||A.indexOf("description")>=0))return g(Z);if(A.length===0){if(Ie(Z)){var j=Z.name?": "+Z.name:"";return D.stylize("[Function"+j+"]","special")}if(ue(Z))return D.stylize(RegExp.prototype.toString.call(Z),"regexp");if(ie(Z))return D.stylize(Date.prototype.toString.call(Z),"date");if(Re(Z))return g(Z)}var Y="",ae=!1,b=["{","}"];if(P(Z)&&(ae=!0,b=["[","]"]),Ie(Z)){var w=Z.name?": "+Z.name:"";Y=" [Function"+w+"]"}if(ue(Z)&&(Y=" "+RegExp.prototype.toString.call(Z)),ie(Z)&&(Y=" "+Date.prototype.toUTCString.call(Z)),Re(Z)&&(Y=" "+g(Z)),A.length===0&&(!ae||Z.length==0))return b[0]+Y+b[1];if(F<0)return ue(Z)?D.stylize(RegExp.prototype.toString.call(Z),"regexp"):D.stylize("[Object]","special");D.seen.push(Z);var W;return ae?W=m(D,Z,F,k,A):W=A.map(function(Q){return v(D,Z,F,k,Q,ae)}),D.seen.pop(),B(W,Y,b)}function y(D,Z){if(X(Z))return D.stylize("undefined","undefined");if($(Z)){var F="'"+JSON.stringify(Z).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return D.stylize(F,"string")}if(M(Z))return D.stylize(""+Z,"number");if(T(Z))return D.stylize(""+Z,"boolean");if(S(Z))return D.stylize("null","null")}function g(D){return"["+Error.prototype.toString.call(D)+"]"}function m(D,Z,F,fe,ve){for(var A=[],k=0,j=Z.length;k<j;++k)me(Z,String(k))?A.push(v(D,Z,F,fe,String(k),!0)):A.push("");return ve.forEach(function(Y){Y.match(/^\d+$/)||A.push(v(D,Z,F,fe,Y,!0))}),A}function v(D,Z,F,fe,ve,A){var k,j,Y;if(Y=Object.getOwnPropertyDescriptor(Z,ve)||{value:Z[ve]},Y.get?Y.set?j=D.stylize("[Getter/Setter]","special"):j=D.stylize("[Getter]","special"):Y.set&&(j=D.stylize("[Setter]","special")),me(fe,ve)||(k="["+ve+"]"),j||(D.seen.indexOf(Y.value)<0?(S(F)?j=d(D,Y.value,null):j=d(D,Y.value,F-1),j.indexOf(`
|
|
80
80
|
`)>-1&&(A?j=j.split(`
|
|
81
81
|
`).map(function(ae){return" "+ae}).join(`
|
|
82
82
|
`).slice(2):j=`
|