@povio/openapi-codegen-cli 0.15.1 → 0.15.2

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.
@@ -1,2 +1,3 @@
1
1
  import { OpenAPICodegenConfig } from "src/generators/types/config";
2
2
  export declare function loadConfig(configPath?: string): Promise<OpenAPICodegenConfig | null>;
3
+ export declare const loadJsSync: (filepath: string) => unknown;
package/dist/index.js CHANGED
@@ -71,7 +71,7 @@ Expecting `+yn.join(", ")+", got '"+(this.terminals_[E]||E)+"'":hc="Parse error
71
71
  `.trim()},"lookupPropertyFunctionVarDeclaration"),blockValue:o(function(t){var r=this.aliasable("container.hooks.blockHelperMissing"),n=[this.contextName(0)];this.setupHelperArgs(t,0,n);var i=this.popStack();n.splice(1,0,i),this.push(this.source.functionCall(r,"call",n))},"blockValue"),ambiguousBlockValue:o(function(){var t=this.aliasable("container.hooks.blockHelperMissing"),r=[this.contextName(0)];this.setupHelperArgs("",0,r,!0),this.flushInline();var n=this.topStack();r.splice(1,0,n),this.pushSource(["if (!",this.lastHelper,") { ",n," = ",this.source.functionCall(t,"call",r),"}"])},"ambiguousBlockValue"),appendContent:o(function(t){this.pendingContent?t=this.pendingContent+t:this.pendingLocation=this.source.currentLocation,this.pendingContent=t},"appendContent"),append:o(function(){if(this.isInline())this.replaceStack(function(r){return[" != null ? ",r,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var t=this.popStack();this.pushSource(["if (",t," != null) { ",this.appendToBuffer(t,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},"append"),appendEscaped:o(function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},"appendEscaped"),getContext:o(function(t){this.lastContext=t},"getContext"),pushContext:o(function(){this.pushStackLiteral(this.contextName(this.lastContext))},"pushContext"),lookupOnContext:o(function(t,r,n,i){var s=0;!i&&this.options.compat&&!this.lastContext?this.push(this.depthedLookup(t[s++])):this.pushContext(),this.resolvePath("context",t,s,r,n)},"lookupOnContext"),lookupBlockParam:o(function(t,r){this.useBlockParams=!0,this.push(["blockParams[",t[0],"][",t[1],"]"]),this.resolvePath("context",r,1)},"lookupBlockParam"),lookupData:o(function(t,r,n){t?this.pushStackLiteral("container.data(data, "+t+")"):this.pushStackLiteral("data"),this.resolvePath("data",r,0,!0,n)},"lookupData"),resolvePath:o(function(t,r,n,i,s){var a=this;if(this.options.strict||this.options.assumeObjects){this.push(O3(this.options.strict&&s,this,r,n,t));return}for(var c=r.length;n<c;n++)this.replaceStack(function(u){var l=a.nameLookup(u,r[n],t);return i?[" && ",l]:[" != null ? ",l," : ",u]})},"resolvePath"),resolvePossibleLambda:o(function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},"resolvePossibleLambda"),pushStringParam:o(function(t,r){this.pushContext(),this.pushString(r),r!=="SubExpression"&&(typeof t=="string"?this.pushString(t):this.pushStackLiteral(t))},"pushStringParam"),emptyHash:o(function(t){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(t?"undefined":"{}")},"emptyHash"),pushHash:o(function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},"pushHash"),popHash:o(function(){var t=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(t.ids)),this.stringParams&&(this.push(this.objectLiteral(t.contexts)),this.push(this.objectLiteral(t.types))),this.push(this.objectLiteral(t.values))},"popHash"),pushString:o(function(t){this.pushStackLiteral(this.quotedString(t))},"pushString"),pushLiteral:o(function(t){this.pushStackLiteral(t)},"pushLiteral"),pushProgram:o(function(t){t!=null?this.pushStackLiteral(this.programExpression(t)):this.pushStackLiteral(null)},"pushProgram"),registerDecorator:o(function(t,r){var n=this.nameLookup("decorators",r,"decorator"),i=this.setupHelperArgs(r,t);this.decorators.push(["fn = ",this.decorators.functionCall(n,"",["fn","props","container",i])," || fn;"])},"registerDecorator"),invokeHelper:o(function(t,r,n){var i=this.popStack(),s=this.setupHelper(t,r),a=[];n&&a.push(s.name),a.push(i),this.options.strict||a.push(this.aliasable("container.hooks.helperMissing"));var c=["(",this.itemsSeparatedBy(a,"||"),")"],u=this.source.functionCall(c,"call",s.callParams);this.push(u)},"invokeHelper"),itemsSeparatedBy:o(function(t,r){var n=[];n.push(t[0]);for(var i=1;i<t.length;i++)n.push(r,t[i]);return n},"itemsSeparatedBy"),invokeKnownHelper:o(function(t,r){var n=this.setupHelper(t,r);this.push(this.source.functionCall(n.name,"call",n.callParams))},"invokeKnownHelper"),invokeAmbiguous:o(function(t,r){this.useRegister("helper");var n=this.popStack();this.emptyHash();var i=this.setupHelper(0,t,r),s=this.lastHelper=this.nameLookup("helpers",t,"helper"),a=["(","(helper = ",s," || ",n,")"];this.options.strict||(a[0]="(helper = ",a.push(" != null ? helper : ",this.aliasable("container.hooks.helperMissing"))),this.push(["(",a,i.paramsInit?["),(",i.paramsInit]:[],"),","(typeof helper === ",this.aliasable('"function"')," ? ",this.source.functionCall("helper","call",i.callParams)," : helper))"])},"invokeAmbiguous"),invokePartial:o(function(t,r,n){var i=[],s=this.setupParams(r,1,i);t&&(r=this.popStack(),delete s.name),n&&(s.indent=JSON.stringify(n)),s.helpers="helpers",s.partials="partials",s.decorators="container.decorators",t?i.unshift(r):i.unshift(this.nameLookup("partials",r,"partial")),this.options.compat&&(s.depths="depths"),s=this.objectLiteral(s),i.push(s),this.push(this.source.functionCall("container.invokePartial","",i))},"invokePartial"),assignToHash:o(function(t){var r=this.popStack(),n=void 0,i=void 0,s=void 0;this.trackIds&&(s=this.popStack()),this.stringParams&&(i=this.popStack(),n=this.popStack());var a=this.hash;n&&(a.contexts[t]=n),i&&(a.types[t]=i),s&&(a.ids[t]=s),a.values[t]=r},"assignToHash"),pushId:o(function(t,r,n){t==="BlockParam"?this.pushStackLiteral("blockParams["+r[0]+"].path["+r[1]+"]"+(n?" + "+JSON.stringify("."+n):"")):t==="PathExpression"?this.pushString(r):t==="SubExpression"?this.pushStackLiteral("true"):this.pushStackLiteral("null")},"pushId"),compiler:_i,compileChildren:o(function(t,r){for(var n=t.children,i=void 0,s=void 0,a=0,c=n.length;a<c;a++){i=n[a],s=new this.compiler;var u=this.matchExistingProgram(i);if(u==null){this.context.programs.push("");var l=this.context.programs.length;i.index=l,i.name="program"+l,this.context.programs[l]=s.compile(i,r,this.context,!this.precompile),this.context.decorators[l]=s.decorators,this.context.environments[l]=i,this.useDepths=this.useDepths||s.useDepths,this.useBlockParams=this.useBlockParams||s.useBlockParams,i.useDepths=this.useDepths,i.useBlockParams=this.useBlockParams}else i.index=u.index,i.name="program"+u.index,this.useDepths=this.useDepths||u.useDepths,this.useBlockParams=this.useBlockParams||u.useBlockParams}},"compileChildren"),matchExistingProgram:o(function(t){for(var r=0,n=this.context.environments.length;r<n;r++){var i=this.context.environments[r];if(i&&i.equals(t))return i}},"matchExistingProgram"),programExpression:o(function(t){var r=this.environment.children[t],n=[r.index,"data",r.blockParams];return(this.useBlockParams||this.useDepths)&&n.push("blockParams"),this.useDepths&&n.push("depths"),"container.program("+n.join(", ")+")"},"programExpression"),useRegister:o(function(t){this.registers[t]||(this.registers[t]=!0,this.registers.list.push(t))},"useRegister"),push:o(function(t){return t instanceof bi||(t=this.source.wrap(t)),this.inlineStack.push(t),t},"push"),pushStackLiteral:o(function(t){this.push(new bi(t))},"pushStackLiteral"),pushSource:o(function(t){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),t&&this.source.push(t)},"pushSource"),replaceStack:o(function(t){var r=["("],n=void 0,i=void 0,s=void 0;if(!this.isInline())throw new _d.default("replaceStack on non-inline");var a=this.popStack(!0);if(a instanceof bi)n=[a.value],r=["(",n],s=!0;else{i=!0;var c=this.incrStack();r=["((",this.push(c)," = ",a,")"],n=this.topStack()}var u=t.call(this,n);s||this.popStack(),i&&this.stackSlot--,this.push(r.concat(u,")"))},"replaceStack"),incrStack:o(function(){return this.stackSlot++,this.stackSlot>this.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},"incrStack"),topStackName:o(function(){return"stack"+this.stackSlot},"topStackName"),flushInline:o(function(){var t=this.inlineStack;this.inlineStack=[];for(var r=0,n=t.length;r<n;r++){var i=t[r];if(i instanceof bi)this.compileStack.push(i);else{var s=this.incrStack();this.pushSource([s," = ",i,";"]),this.compileStack.push(s)}}},"flushInline"),isInline:o(function(){return this.inlineStack.length},"isInline"),popStack:o(function(t){var r=this.isInline(),n=(r?this.inlineStack:this.compileStack).pop();if(!t&&n instanceof bi)return n.value;if(!r){if(!this.stackSlot)throw new _d.default("Invalid stack pop");this.stackSlot--}return n},"popStack"),topStack:o(function(){var t=this.isInline()?this.inlineStack:this.compileStack,r=t[t.length-1];return r instanceof bi?r.value:r},"topStack"),contextName:o(function(t){return this.useDepths&&t?"depths["+t+"]":"depth"+t},"contextName"),quotedString:o(function(t){return this.source.quotedString(t)},"quotedString"),objectLiteral:o(function(t){return this.source.objectLiteral(t)},"objectLiteral"),aliasable:o(function(t){var r=this.aliases[t];return r?(r.referenceCount++,r):(r=this.aliases[t]=this.source.wrap(t),r.aliasable=!0,r.referenceCount=1,r)},"aliasable"),setupHelper:o(function(t,r,n){var i=[],s=this.setupHelperArgs(r,t,i,n),a=this.nameLookup("helpers",r,"helper"),c=this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})");return{params:i,paramsInit:s,name:a,callParams:[c].concat(i)}},"setupHelper"),setupParams:o(function(t,r,n){var i={},s=[],a=[],c=[],u=!n,l=void 0;u&&(n=[]),i.name=this.quotedString(t),i.hash=this.popStack(),this.trackIds&&(i.hashIds=this.popStack()),this.stringParams&&(i.hashTypes=this.popStack(),i.hashContexts=this.popStack());var f=this.popStack(),p=this.popStack();(p||f)&&(i.fn=p||"container.noop",i.inverse=f||"container.noop");for(var d=r;d--;)l=this.popStack(),n[d]=l,this.trackIds&&(c[d]=this.popStack()),this.stringParams&&(a[d]=this.popStack(),s[d]=this.popStack());return u&&(i.args=this.source.generateArray(n)),this.trackIds&&(i.ids=this.source.generateArray(c)),this.stringParams&&(i.types=this.source.generateArray(a),i.contexts=this.source.generateArray(s)),this.options.data&&(i.data="data"),this.useBlockParams&&(i.blockParams="blockParams"),i},"setupParams"),setupHelperArgs:o(function(t,r,n,i){var s=this.setupParams(t,r,n);return s.loc=JSON.stringify(this.source.currentLocation),s=this.objectLiteral(s),i?(this.useRegister("options"),n.push("options"),["options=",s]):n?(n.push(s),""):s},"setupHelperArgs")};(function(){for(var e="break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public let yield await null true false".split(" "),t=_i.RESERVED_WORDS={},r=0,n=e.length;r<n;r++)t[e[r]]=!0})();_i.isValidJavaScriptVariableName=function(e){return!_i.RESERVED_WORDS[e]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(e)};function O3(e,t,r,n,i){var s=t.popStack(),a=r.length;for(e&&a--;n<a;n++)s=t.nameLookup(s,r[n],i);return e?[t.aliasable("container.strict"),"(",s,", ",t.quotedString(r[n]),", ",JSON.stringify(t.source.currentLocation)," )"]:s}o(O3,"strictLookup");pc.default=_i;$P.exports=pc.default});var IP=h((fc,wP)=>{"use strict";fc.__esModule=!0;function Qo(e){return e&&e.__esModule?e:{default:e}}o(Qo,"_interopRequireDefault");var $3=T_(),x3=Qo($3),A3=Jf(),w3=Qo(A3),Pd=B_(),Ed=z_(),I3=xP(),T3=Qo(I3),R3=rc(),C3=Qo(R3),N3=Kf(),k3=Qo(N3),j3=x3.default.create;function AP(){var e=j3();return e.compile=function(t,r){return Ed.compile(t,r,e)},e.precompile=function(t,r){return Ed.precompile(t,r,e)},e.AST=w3.default,e.Compiler=Ed.Compiler,e.JavaScriptCompiler=T3.default,e.Parser=Pd.parser,e.parse=Pd.parse,e.parseWithoutProcessing=Pd.parseWithoutProcessing,e}o(AP,"create");var Pi=AP();Pi.create=AP;k3.default(Pi);Pi.Visitor=C3.default;Pi.default=Pi;fc.default=Pi;wP.exports=fc.default});var TP=h(dc=>{"use strict";dc.__esModule=!0;dc.print=L3;dc.PrintVisitor=J;function q3(e){return e&&e.__esModule?e:{default:e}}o(q3,"_interopRequireDefault");var M3=rc(),D3=q3(M3);function L3(e){return new J().accept(e)}o(L3,"print");function J(){this.padding=0}o(J,"PrintVisitor");J.prototype=new D3.default;J.prototype.pad=function(e){for(var t="",r=0,n=this.padding;r<n;r++)t+=" ";return t+=e+`
72
72
  `,t};J.prototype.Program=function(e){var t="",r=e.body,n=void 0,i=void 0;if(e.blockParams){var s="BLOCK PARAMS: [";for(n=0,i=e.blockParams.length;n<i;n++)s+=" "+e.blockParams[n];s+=" ]",t+=this.pad(s)}for(n=0,i=r.length;n<i;n++)t+=this.accept(r[n]);return this.padding--,t};J.prototype.MustacheStatement=function(e){return this.pad("{{ "+this.SubExpression(e)+" }}")};J.prototype.Decorator=function(e){return this.pad("{{ DIRECTIVE "+this.SubExpression(e)+" }}")};J.prototype.BlockStatement=J.prototype.DecoratorBlock=function(e){var t="";return t+=this.pad((e.type==="DecoratorBlock"?"DIRECTIVE ":"")+"BLOCK:"),this.padding++,t+=this.pad(this.SubExpression(e)),e.program&&(t+=this.pad("PROGRAM:"),this.padding++,t+=this.accept(e.program),this.padding--),e.inverse&&(e.program&&this.padding++,t+=this.pad("{{^}}"),this.padding++,t+=this.accept(e.inverse),this.padding--,e.program&&this.padding--),this.padding--,t};J.prototype.PartialStatement=function(e){var t="PARTIAL:"+e.name.original;return e.params[0]&&(t+=" "+this.accept(e.params[0])),e.hash&&(t+=" "+this.accept(e.hash)),this.pad("{{> "+t+" }}")};J.prototype.PartialBlockStatement=function(e){var t="PARTIAL BLOCK:"+e.name.original;return e.params[0]&&(t+=" "+this.accept(e.params[0])),e.hash&&(t+=" "+this.accept(e.hash)),t+=" "+this.pad("PROGRAM:"),this.padding++,t+=this.accept(e.program),this.padding--,this.pad("{{> "+t+" }}")};J.prototype.ContentStatement=function(e){return this.pad("CONTENT[ '"+e.value+"' ]")};J.prototype.CommentStatement=function(e){return this.pad("{{! '"+e.value+"' }}")};J.prototype.SubExpression=function(e){for(var t=e.params,r=[],n=void 0,i=0,s=t.length;i<s;i++)r.push(this.accept(t[i]));return t="["+r.join(", ")+"]",n=e.hash?" "+this.accept(e.hash):"",this.accept(e.path)+" "+t+n};J.prototype.PathExpression=function(e){var t=e.parts.join("/");return(e.data?"@":"")+"PATH:"+t};J.prototype.StringLiteral=function(e){return'"'+e.value+'"'};J.prototype.NumberLiteral=function(e){return"NUMBER{"+e.value+"}"};J.prototype.BooleanLiteral=function(e){return"BOOLEAN{"+e.value+"}"};J.prototype.UndefinedLiteral=function(){return"UNDEFINED"};J.prototype.NullLiteral=function(){return"NULL"};J.prototype.Hash=function(e){for(var t=e.pairs,r=[],n=0,i=t.length;n<i;n++)r.push(this.accept(t[n]));return"HASH{"+r.join(", ")+"}"};J.prototype.HashPair=function(e){return e.key+"="+this.accept(e.value)}});var Yt=h((AB,NP)=>{var mc=IP().default,CP=TP();mc.PrintVisitor=CP.PrintVisitor;mc.print=CP.print;NP.exports=mc;function RP(e,t){var r=require("fs"),n=r.readFileSync(t,"utf8");e.exports=mc.compile(n)}o(RP,"extension");typeof require<"u"&&require.extensions&&(require.extensions[".handlebars"]=RP,require.extensions[".hbs"]=RP)});var qq={};dE(qq,{getGenerateFilesData:()=>jq,getGenerateMetadata:()=>kq});module.exports=mE(qq);var Ad=rt(nS());var yo="AppRestClient",ta={query:"AppQueryOptions",infiniteQuery:"AppInfiniteQueryOptions",mutation:"AppMutationOptions"},sf="src/data",af="@/data",Xr={appRestClient:{template:"@/util/rest/clients/app-rest-client",monorepoTemplate:"@/clients/app-rest-client"},queryTypes:{template:"@/types/react-query",monorepoTemplate:"@povio/utils/types/react-query"},errorHandling:{template:"@/util/vendor/error-handling",monorepoTemplate:"@povio/utils/utils/vendor/error-handling"},abilityContext:{template:"@/data/acl/ability.context",monorepoTemplate:"@povio/auth/acl/ability.context"}},hr={ErrorHandler:"ErrorHandler",SharedErrorHandler:"SharedErrorHandler"},ra={bindings:[hr.ErrorHandler,hr.SharedErrorHandler],from:Xr.errorHandling.template},cf="AbilityContext",iS={bindings:[cf],from:Xr.abilityContext.template};var na={reactQueryTypes:{fileName:"react-query.types",extension:"ts"},restClient:{fileName:"rest-client",extension:"ts"},restInterceptor:{fileName:"rest-interceptor",extension:"ts"}},ia={fileName:"app-rest-client",extension:"ts"},uf="QueryModule",oa={fileName:"queryModules",extension:"ts"},oS={fileName:"queryConfig.context",extension:"tsx"},ri={optionsType:"MutationEffectsOptions",hookName:"useMutationEffects",runFunctionName:"runMutationEffects"},sa={fileName:"useMutationEffects",extension:"ts"},ue={namespace:"ZodUtils",exports:{parse:"parse",sortExp:"sortExp",brand:"brand"}},aa={fileName:"zod.utils",extension:"ts"};var sS="Schema",aS="Enum",cS="Body",uS="Param",lS="Response",pS="ErrorResponse",vo="z.void()",ca="z.instanceof(Blob)",So="z.enum",ua="z.string()",ni={bindings:["z"],from:"zod"};var lf={input:"http://localhost:4000/docs-json/",output:"output",splitByTags:!0,defaultTag:"Common",excludeTags:[],excludePathRegex:"",excludeRedundantZodSchemas:!0,tsNamespaces:!0,importPath:"ts",configs:{models:{outputFileNameSuffix:"models",namespaceSuffix:"Models"},endpoints:{outputFileNameSuffix:"api",namespaceSuffix:"Api"},queries:{outputFileNameSuffix:"queries",namespaceSuffix:"Queries"},acl:{outputFileNameSuffix:"acl",namespaceSuffix:"Acl"}},acl:!0,checkAcl:!0,standalone:!1,baseUrl:"",abilityContextImportPath:Xr.abilityContext.template,abilityContextGenericAppAbilities:!1,schemaSuffix:sS,enumSuffix:aS,withDefaultValues:!0,extractEnums:!0,branded:!0,replaceOptionalWithNullish:!1,restClientImportPath:Xr.appRestClient.template,errorHandlingImportPath:Xr.errorHandling.template,removeOperationPrefixEndingWith:"Controller_",parseRequestParams:!0,queryTypesImportPath:Xr.queryTypes.template,axiosRequestConfig:!1,infiniteQueries:!1,mutationEffects:!0};var mt={query:"useQuery",infiniteQuery:"useInfiniteQuery",mutation:"useMutation"},fS={bindings:[mt.query,mt.infiniteQuery,mt.mutation],from:"@tanstack/react-query"},bo={pageParamName:"page"},la={pageParamName:"page",totalItemsName:"totalItems",limitParamName:"limit"},_o="moduleName";var pf={"Content-Type":"application/json",Accept:"application/json"},pa="data",ff="axios",gr="config",At="AxiosRequestConfig",fa={defaultImport:ff,bindings:[At],from:"axios"};var dS=o(e=>/^(?:[a-zA-Z_$][a-zA-Z0-9_$]*|[0-9]+)$/.test(e),"isValidPropertyName"),wt=o(e=>e.replace(/^[^a-zA-Z_$]*/g,"").replace(/[^a-zA-Z0-9_$]+(\w)?/g,(t,r)=>(r==null?void 0:r.toUpperCase())??""),"invalidVariableNameCharactersToCamel");function L(e){return e!=null&&Object.prototype.hasOwnProperty.call(e,"$ref")}o(L,"isReferenceObject");function re(e){return!L(e)}o(re,"isSchemaObject");function da(e){return e.type==="array"}o(da,"isArraySchemaObject");function mS(e){if(!e.allOf)throw new Error("Function inferRequiredSchema is specialized to handle item with required only in an allOf array.");let[t,r]=e.allOf.reduce((i,s)=>{if(uN(s)){let a=s.required;i[0].push(...a??[])}else i[1].push(s);return i},[[],[]]),n={properties:t.reduce((i,s)=>(i[s]={},i),{}),type:"object",required:t};return{noRequiredOnlyAllof:r,composedRequiredSchema:n,patchRequiredSchemaInLoop:o((i,s)=>{if(L(i)){let a=s(i.$ref);a&&n.required.forEach(c=>{var u;n.properties[c]=((u=a==null?void 0:a.properties)==null?void 0:u[c])??{}})}else{let a=i.properties??{};n.required.forEach(c=>{a[c]&&(n.properties[c]=a[c]??{})})}},"patchRequiredSchemaInLoop")}}o(mS,"inferRequiredSchema");var uN=o(e=>!L(e)&&!!e.required&&!e.type&&!e.properties&&!(e!=null&&e.allOf)&&!(e!=null&&e.anyOf)&&!e.oneOf,"isBrokenAllOfItem");var Zt=Symbol.for("@ts-pattern/matcher"),lN=Symbol.for("@ts-pattern/isVariadic"),ha="@ts-pattern/anonymous-select-key",df=o(e=>!!(e&&typeof e=="object"),"r"),ma=o(e=>e&&!!e[Zt],"i"),Rt=o((e,t,r)=>{if(ma(e)){let n=e[Zt](),{matched:i,selections:s}=n.match(t);return i&&s&&Object.keys(s).forEach(a=>r(a,s[a])),i}if(df(e)){if(!df(t))return!1;if(Array.isArray(e)){if(!Array.isArray(t))return!1;let n=[],i=[],s=[];for(let a of e.keys()){let c=e[a];ma(c)&&c[lN]?s.push(c):s.length?i.push(c):n.push(c)}if(s.length){if(s.length>1)throw new Error("Pattern error: Using `...P.array(...)` several times in a single pattern is not allowed.");if(t.length<n.length+i.length)return!1;let a=t.slice(0,n.length),c=i.length===0?[]:t.slice(-i.length),u=t.slice(n.length,i.length===0?1/0:-i.length);return n.every((l,f)=>Rt(l,a[f],r))&&i.every((l,f)=>Rt(l,c[f],r))&&(s.length===0||Rt(s[0],u,r))}return e.length===t.length&&e.every((a,c)=>Rt(a,t[c],r))}return Reflect.ownKeys(e).every(n=>{let i=e[n];return(n in t||ma(s=i)&&s[Zt]().matcherType==="optional")&&Rt(i,t[n],r);var s})}return Object.is(t,e)},"s"),_r=o(e=>{var t,r,n;return df(e)?ma(e)?(t=(r=(n=e[Zt]()).getSelectionKeys)==null?void 0:r.call(n))!=null?t:[]:Array.isArray(e)?Eo(e,_r):Eo(Object.values(e),_r):[]},"o"),Eo=o((e,t)=>e.reduce((r,n)=>r.concat(t(n)),[]),"c");function We(e){return Object.assign(e,{optional:o(()=>pN(e),"optional"),and:o(t=>K(e,t),"and"),or:o(t=>fN(e,t),"or"),select:o(t=>t===void 0?hS(e):hS(t,e),"select")})}o(We,"u");function pN(e){return We({[Zt]:()=>({match:o(t=>{let r={},n=o((i,s)=>{r[i]=s},"r");return t===void 0?(_r(e).forEach(i=>n(i,void 0)),{matched:!0,selections:r}):{matched:Rt(e,t,n),selections:r}},"match"),getSelectionKeys:o(()=>_r(e),"getSelectionKeys"),matcherType:"optional"})})}o(pN,"h");function K(...e){return We({[Zt]:()=>({match:o(t=>{let r={},n=o((i,s)=>{r[i]=s},"r");return{matched:e.every(i=>Rt(i,t,n)),selections:r}},"match"),getSelectionKeys:o(()=>Eo(e,_r),"getSelectionKeys"),matcherType:"and"})})}o(K,"m");function fN(...e){return We({[Zt]:()=>({match:o(t=>{let r={},n=o((i,s)=>{r[i]=s},"r");return Eo(e,_r).forEach(i=>n(i,void 0)),{matched:e.some(i=>Rt(i,t,n)),selections:r}},"match"),getSelectionKeys:o(()=>Eo(e,_r),"getSelectionKeys"),matcherType:"or"})})}o(fN,"d");function F(e){return{[Zt]:()=>({match:o(t=>({matched:!!e(t)}),"match")})}}o(F,"p");function hS(...e){let t=typeof e[0]=="string"?e[0]:void 0,r=e.length===2?e[1]:typeof e[0]=="string"?void 0:e[0];return We({[Zt]:()=>({match:o(n=>{let i={[t??ha]:n};return{matched:r===void 0||Rt(r,n,(s,a)=>{i[s]=a}),selections:i}},"match"),getSelectionKeys:o(()=>[t??ha].concat(r===void 0?[]:_r(r)),"getSelectionKeys")})})}o(hS,"y");function It(e){return typeof e=="number"}o(It,"v");function yr(e){return typeof e=="string"}o(yr,"b");function vr(e){return typeof e=="bigint"}o(vr,"w");var o5=We(F(function(e){return!0}));var Sr=o(e=>Object.assign(We(e),{startsWith:o(t=>{return Sr(K(e,(r=t,F(n=>yr(n)&&n.startsWith(r)))));var r},"startsWith"),endsWith:o(t=>{return Sr(K(e,(r=t,F(n=>yr(n)&&n.endsWith(r)))));var r},"endsWith"),minLength:o(t=>Sr(K(e,(r=>F(n=>yr(n)&&n.length>=r))(t))),"minLength"),length:o(t=>Sr(K(e,(r=>F(n=>yr(n)&&n.length===r))(t))),"length"),maxLength:o(t=>Sr(K(e,(r=>F(n=>yr(n)&&n.length<=r))(t))),"maxLength"),includes:o(t=>{return Sr(K(e,(r=t,F(n=>yr(n)&&n.includes(r)))));var r},"includes"),regex:o(t=>{return Sr(K(e,(r=t,F(n=>yr(n)&&!!n.match(r)))));var r},"regex")}),"j"),s5=Sr(F(yr)),Tt=o(e=>Object.assign(We(e),{between:o((t,r)=>Tt(K(e,((n,i)=>F(s=>It(s)&&n<=s&&i>=s))(t,r))),"between"),lt:o(t=>Tt(K(e,(r=>F(n=>It(n)&&n<r))(t))),"lt"),gt:o(t=>Tt(K(e,(r=>F(n=>It(n)&&n>r))(t))),"gt"),lte:o(t=>Tt(K(e,(r=>F(n=>It(n)&&n<=r))(t))),"lte"),gte:o(t=>Tt(K(e,(r=>F(n=>It(n)&&n>=r))(t))),"gte"),int:o(()=>Tt(K(e,F(t=>It(t)&&Number.isInteger(t)))),"int"),finite:o(()=>Tt(K(e,F(t=>It(t)&&Number.isFinite(t)))),"finite"),positive:o(()=>Tt(K(e,F(t=>It(t)&&t>0))),"positive"),negative:o(()=>Tt(K(e,F(t=>It(t)&&t<0))),"negative")}),"x"),a5=Tt(F(It)),br=o(e=>Object.assign(We(e),{between:o((t,r)=>br(K(e,((n,i)=>F(s=>vr(s)&&n<=s&&i>=s))(t,r))),"between"),lt:o(t=>br(K(e,(r=>F(n=>vr(n)&&n<r))(t))),"lt"),gt:o(t=>br(K(e,(r=>F(n=>vr(n)&&n>r))(t))),"gt"),lte:o(t=>br(K(e,(r=>F(n=>vr(n)&&n<=r))(t))),"lte"),gte:o(t=>br(K(e,(r=>F(n=>vr(n)&&n>=r))(t))),"gte"),positive:o(()=>br(K(e,F(t=>vr(t)&&t>0))),"positive"),negative:o(()=>br(K(e,F(t=>vr(t)&&t<0))),"negative")}),"A"),c5=br(F(vr)),u5=We(F(function(e){return typeof e=="boolean"})),l5=We(F(function(e){return typeof e=="symbol"})),p5=We(F(function(e){return e==null})),f5=We(F(function(e){return e!=null}));var yf=class yf extends Error{constructor(t){let r;try{r=JSON.stringify(t)}catch{r=t}super(`Pattern matching error: no pattern matches value ${r}`),this.input=void 0,this.input=t}};o(yf,"W");var mf=yf,hf={matched:!1,value:void 0};function Ee(e){return new gf(e,hf)}o(Ee,"z");var Po=class Po{constructor(t,r){this.input=void 0,this.state=void 0,this.input=t,this.state=r}with(...t){if(this.state.matched)return this;let r=t[t.length-1],n=[t[0]],i;t.length===3&&typeof t[1]=="function"?i=t[1]:t.length>2&&n.push(...t.slice(1,t.length-1));let s=!1,a={},c=o((l,f)=>{s=!0,a[l]=f},"a"),u=!n.some(l=>Rt(l,this.input,c))||i&&!i(this.input)?hf:{matched:!0,value:r(s?ha in a?a[ha]:a:this.input,this.input)};return new Po(this.input,u)}when(t,r){if(this.state.matched)return this;let n=!!t(this.input);return new Po(this.input,n?{matched:!0,value:r(this.input,this.input)}:hf)}otherwise(t){return this.state.matched?this.state.value:t(this.input)}exhaustive(){if(this.state.matched)return this.state.value;throw new mf(this.input)}run(){return this.exhaustive()}returnType(){return this}};o(Po,"I");var gf=Po;var vf=2,gS=["application/octet-stream","multipart/form-data","application/x-www-form-urlencoded","*/*"],yS=["query","header","path"],en=["get","put","post","delete","options","head","patch","trace"],vS=["string","number","integer","boolean"],ii=["allOf","anyOf","oneOf"];var B=o(e=>e.charAt(0).toUpperCase()+e.slice(1),"capitalize"),Pr=o(e=>e.charAt(0).toLowerCase()+e.slice(1),"decapitalize"),SS=o(e=>e.replace(/(-\w)/g,t=>t[1].toUpperCase()),"kebabToCamel"),le=o(e=>e.replace(/(_\w)/g,t=>t[1].toUpperCase()),"snakeToCamel"),bS=o(e=>e.replace(/[\W_]+(\w)?/g,(t,r)=>(r==null?void 0:r.toUpperCase())??""),"nonWordCharactersToCamel"),Sf=o((e,t="")=>e.endsWith(t)?e:`${e}${t}`,"suffixIfNeeded"),_S=o((e,t)=>e.replace(new RegExp(`${t}$`),""),"removeSuffix"),dN=o(e=>{var n;let t=e.reduce((i,s)=>({...i,[s]:(i[s]??0)+1}),{});return(n=Object.entries(t).sort((i,s)=>i[1]===s[1]?s[0].length-i[0].length:s[1]-i[1])[0])==null?void 0:n[0]},"getLongestMostCommon"),bf=o(e=>{let t=e.map(B).map(PS).map(r=>mN(r)).flat();return dN(t)},"getMostCommonAdjacentCombinationSplit"),PS=o(e=>e.split(/(?<![A-Z])(?=[A-Z])/).filter(Boolean),"splitByUppercase"),ES=o(e=>PS(e).join(" "),"camelToSpaceSeparated"),mN=o((e,t=["dto","by","for","of","in","to","and","with"])=>{var n;let r=[];for(let i=0;i<e.length;i++)if(!t.includes(e[i].toLowerCase()))for(let s=i+1;s<=e.length;s++)t.includes((n=e[s-1])==null?void 0:n.toLowerCase())||r.push(e.slice(i,s).join(""));return r},"getAdjacentStringCombinations"),OS=o((e,t)=>{let r=t.replace(/es$|s$/g,""),n=new RegExp(`(${Pr(r)}|${B(r)})[a-z]*(?=$|[A-Z])`,"g");return e.replace(n,"")},"removeWord");var xS=o(e=>`#/components/schemas/${e}`,"getSchemaRef"),tn=o(e=>e[1]==="/"?e:"#/"+e.slice(1),"autocorrectRef"),oi=o(e=>tn(e).split("/").at(-1),"getSchemaNameByRef");function Pf(e){let t=hN(e).normalize("NFKD").trim().replace(/\s+/g,"_").replace(/--+/g,"-").replace(/-+/g,"_").replace(/[^\w-]+/g,"_");return le(t)}o(Pf,"normalizeString");function AS(e){return/^[a-zA-Z]\w*$/.test(e)?e:`"${e}"`}o(AS,"wrapWithQuotesIfNeeded");function wS(e){return typeof e=="string"&&e.startsWith('"')&&e.endsWith('"')?e.slice(1,-1):e}o(wS,"unwrapQuotesIfNeeded");function hN(e){let t=Number(e[0]);return typeof t=="number"&&!Number.isNaN(t)?"_"+e:e}o(hN,"prefixStringStartingWithNumberIfNeeded");function Ef(e){let t=e.replaceAll("_","#");return le(t.replaceAll("-","_")).replaceAll("#","_")}o(Ef,"pathParamToVariableName");var Ye=o(e=>vS.includes(e),"isPrimitiveType");function IS(e){return e.replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/([\u0000-\u0008\u000B\u000C\u000E-\u001F\u007F-\u009F\uFFFE\uFFFF])/g,(t,r)=>{let n=r.codePointAt(),i=n.toString(16);return n<=255?`\\x${`00${i}`.slice(-2)}`:`\\u${`0000${i}`.slice(-4)}`}).replace(/\//g,"\\/")}o(IS,"escapeControlCharacters");function Je(e){return e.includes("application/")&&e.includes("json")||gS.includes(e)||e.includes("text/")}o(Je,"isParamMediaTypeAllowed");function Oo(e){return e>=200&&e<300}o(Oo,"isMainResponseStatus");function ga(e){return!(e>=200&&e<300)}o(ga,"isErrorStatus");function si(e){return e.startsWith("application/")}o(si,"isMediaTypeAllowed");var $S=/({\w+})/g,gN=/[^\w\-]+/g;function TS(e){e=B(SS(e.replaceAll("/","-")).replaceAll("-",""));let t=[...e.matchAll($S)];if(t.length>0){let r=t.sort((n,i)=>n.index-i.index)[t.length-1][0];e=`${e.replace($S,"")}By${B(r.slice(1,-1))}`}return e.replace(gN,"_")}o(TS,"pathToVariableName");var _f=/{(\b\w+(?:-\w+)*\b)}/g;function RS(e){let t=e.match(_f);return t===null?e.replaceAll(_f,":$1"):(t.forEach(r=>{let n=Ef(r.replaceAll(_f,":$1"));e=e.replaceAll(r,n)}),e)}o(RS,"replaceHyphenatedPath");var CS=o(e=>{let t=e["x-enumNames"],r=Array.isArray(t)&&t.length>0,n=!!e.schema&&re(e.schema)&&e.schema.type==="string";return r&&n},"isSortingParameterObject"),rn=o((e,t)=>t.excludePathRegex?new RegExp(t.excludePathRegex).test(e):!1,"isPathExcluded");function Ct(e){return bS(e)}o(Ct,"formatTag");function Er(e,t){var n;let r=(n=e.tags)==null?void 0:n[0];return Ct(r??t.defaultTag)}o(Er,"getOperationTag");function NS(e,t){return t.excludeTags.some(r=>r.toLowerCase()===e.toLowerCase())}o(NS,"isTagExcluded");var ya={fileName:"acl/app.ability",extension:"ts"},$o="AllAbilities",xo="AppAbilities",va={fileName:"acl/useAclCheck",extension:"ts"},Or="useAclCheck",Oe={abilityTuple:"AbilityTuple",pureAbility:"PureAbility",forcedSubject:"ForcedSubject",subjectType:"Subject",subject:"subject"},Of={bindings:[Oe.abilityTuple,Oe.pureAbility,Oe.forcedSubject,Oe.subjectType,Oe.subject],from:"@casl/ability"};var He=o((...e)=>[...new Set(e.flat())],"getUniqueArray");var kS=o(e=>`Use${B(le(e.operationName))}Ability`,"getAbilityTypeName"),Ao=o(e=>`canUse${B(le(e.operationName))}`,"getAbilityFunctionName"),jS=o((e,t)=>`${t.tsNamespaces?`${U({type:"acl",tag:$r(e,t),options:t})}.`:""}${Ao(e)}`,"getImportedAbilityFunctionName"),qS=o(e=>{var t;return(t=e.acl)==null?void 0:t[0].action},"getAbilityAction"),MS=o(e=>{var t;return(t=e.acl)==null?void 0:t[0].subject},"getAbilitySubject"),Sa=o(e=>{var t;return!!((t=wo(e))!=null&&t.length)},"hasAbilityConditions"),wo=o(e=>{var t;return(t=e.acl)==null?void 0:t[0].conditionsTypes},"getAbilityConditionsTypes"),DS=o(e=>{var t;return(t=e.acl)==null?void 0:t[0].description},"getAbilityDescription"),ba=o(e=>`${B(e)}${$o}`,"getTagAllAbilitiesName");function me(e,t){if(!e)return;let{data:r,onSchema:n}=t;if(L(e)&&n({type:"reference",schema:e,data:r})===!0)return;let i=e;if(ii.some(s=>s in i&&i[s])){let s=i.allOf??i.anyOf??i.oneOf??[];for(let a of s)(n==null?void 0:n({type:"composite",parentSchema:e,schema:a,data:r}))!==!0&&me(a,{data:r,onSchema:n})}if(i.properties)for(let[s,a]of Object.entries(i.properties))n({type:"property",parentSchema:e,schema:a,data:r,propertyName:s})!==!0&&me(a,t);if(i.additionalProperties&&typeof i.additionalProperties=="object"){if(n({type:"additionalProperties",parentSchema:e,schema:i.additionalProperties,data:r})===!0)return;me(i.additionalProperties,t)}if(i.type==="array"){let s=e.items;if(n({type:"array",parentSchema:e,schema:s,data:r})===!0)return;me(s,t)}}o(me,"iterateSchema");var Nt=o((e,t)=>Sf(B(Pf(e)),t),"getZodSchemaName"),Io=o((e,t,r)=>Sf(B(Pf(e)),`${t}${r}`),"getEnumZodSchemaName"),he=o(e=>["z.",`${ue.namespace}.`].every(t=>!e.startsWith(t)),"isNamedZodSchema"),LS=o(e=>e.startsWith(So),"isEnumZodSchema"),nn=o((e,t,r)=>t?e:`${r}_${e}`,"getZodSchemaOperationName"),_a=o(e=>le(`${e}_${cS}`),"getBodyZodSchemaName"),FS=o((e,t)=>le(`${e}_${t}${uS}`),"getParamZodSchemaName"),yN=o(e=>le(`${e}${lS}`),"getMainResponseZodSchemaName"),vN=o((e,t)=>le(`${e}_${t}_${pS}`),"getErrorResponseZodSchemaName");function Pa({statusCode:e,operationName:t,isUniqueOperationName:r,tag:n}){let i=Number(e),s=nn(t,r,n);return!Oo(i)&&e!=="default"&&ga(i)?vN(s,e):yN(s)}o(Pa,"getResponseZodSchemaName");function To(e){return["minimum","exclusiveMinimum","maximum","exclusiveMaximum","minItems","minLength","minProperties","maxItems","maxLength","maxProperties","default","example"].filter(n=>e[n]).reduce((n,i)=>[...n,`${B(ES(i))}: \`${e[i]}\``],[])}o(To,"getSchemaDescriptions");var Ro=o((e,t)=>_S(e,t.schemaSuffix),"getZodSchemaInferedTypeName"),HS=o((e,t)=>he(t)?`${e.options.tsNamespaces?`${U({type:"models",tag:e.getTagByZodSchemaName(t),options:e.options})}.`:""}${t}`:t,"getImportedZodSchemaName"),xr=o((e,t,r)=>{if(!he(t))return t===vo?"void":t;let n=e.getTagByZodSchemaName(t);return`${e.options.tsNamespaces&&n!==r?`${U({type:"models",tag:n,options:e.options})}.`:""}${Ro(t,e.options)}`},"getImportedZodSchemaInferedTypeName");function VS(e){var t;return e.isEnum?"enum":((t=e.schemaObj)==null?void 0:t.type)??"object"}o(VS,"getZodSchemaType");function BS(e){if(e.schemaObj)return[e.schemaObj.description,...To(e.schemaObj)].filter(Boolean).join(". ")}o(BS,"getZodSchemaDescription");function US(e,t,r){var n;if(L(t)){let i=e.getZodSchemaNameByRef(t.$ref);return i?xr(e,i,r):void 0}if(da(t)){if(!L(t.items))return`${((n=t.items)==null?void 0:n.type)??"unknown"}[]`;let i=e.getZodSchemaNameByRef(t.items.$ref);return i?`${xr(e,i,r)}[]`:void 0}if(ii.some(i=>i in t&&t[i])){let i=t.allOf??t.anyOf??t.oneOf??[];if(i.length>0)return US(e,i[0],r)}return t.type}o(US,"getType");function GS(e,t,r){if(!t.schemaObj)return[];let n="[0]",i="[key]",s={},a=o(c=>{var l;if(c.type==="reference")return!0;if(c.type==="composite")return;let u=[...((l=c.data)==null?void 0:l.pathSegments)??[]];if(c.type==="array"?u.push(n):c.type==="property"?u.push(c.propertyName):c.type==="additionalProperties"&&u.push(i),c.schema&&u[u.length-1]!==n){let f=e.resolveObject(c.schema),p=[f.description,...To(f)].filter(Boolean),d=u.join(".");s[d]&&"type"in c.schema&&c.schema.type==="object"||(delete s[d],s[d]={type:US(e,c.schema,r)??"unknown",description:p.join(". ")})}return me(c.schema,{data:{pathSegments:[...u]},onSchema:a}),!0},"onSchema");return"allOf"in t.schemaObj&&t.schemaObj.allOf&&t.schemaObj.allOf.forEach(c=>{if(L(c)){let u=e.resolveObject(c);me(u,{data:{pathSegments:[]},onSchema:a})}}),me(t.schemaObj,{data:{pathSegments:[]},onSchema:a}),s}o(GS,"getZodSchemaPropertyDescriptions");function Ar({resolver:e,tag:t,zodSchemas:r=[],zodSchemasAsTypes:n=[]}){let i="models",s=o(u=>e.getTagByZodSchemaName(u),"getTag"),a=Ea({type:i,tag:t,entities:r,getTag:s,getEntityName:o(u=>u,"getEntityName"),options:e.options}),c=Ea({type:i,tag:t,entities:n,getTag:s,getEntityName:o(u=>Ro(u,e.options),"getEntityName"),options:e.options});return SN(e.options,a,c)}o(Ar,"getModelsImports");function ZS({tag:e,endpoints:t,options:r}){return Ea({type:"endpoints",tag:e,entities:t,getTag:o(n=>$r(n,r),"getTag"),getEntityName:Co,options:r})}o(ZS,"getEndpointsImports");function zS({tag:e,endpoints:t,options:r}){return Ea({type:"acl",tag:e,entities:t,getTag:o(n=>$r(n,r),"getTag"),getEntityName:Ao,options:r})}o(zS,"getAclImports");function KS({tags:e,entityName:t,getAliasEntityName:r,type:n,options:i}){let s=new Map;return e.forEach(a=>{let c=`${t}${r?` as ${r(a)}`:""}`;s.has(a)?i.tsNamespaces||s.get(a).bindings.push(c):s.set(a,{bindings:[i.tsNamespaces?U({type:n,tag:a,options:i}):c],from:`${kt(i)}${on({type:n,tag:a,includeTagDir:!0,options:i})}`})}),Array.from(s.values())}o(KS,"getEntityImports");function kt(e){let t=af;return e.importPath==="relative"?t="../":e.importPath==="absolute"?t=e.output:new RegExp(`${sf}`,"g").test(e.output)&&(t=e.output.replace(new RegExp(`.*${sf}`,"g"),af)),`${t}/`.replace(/\/\//g,"/")}o(kt,"getImportPath");function Ea({type:e="models",tag:t,entities:r,getTag:n,getEntityName:i,options:s}){let a=new Map;return r.forEach(c=>{let u=n(c);if(a.has(u))s.tsNamespaces||a.get(u).bindings.push(i(c));else{let l=t===u;a.set(u,{bindings:[s.tsNamespaces?U({type:e,tag:u,options:s}):i(c)],from:`${l?"./":kt(s)}${on({type:e,tag:u,includeTagDir:!l,options:s})}`})}}),Array.from(a.values())}o(Ea,"getImports");function SN(e,...t){let r=new Map;return t.forEach(n=>{n.forEach(i=>{r.has(i.from)?e.tsNamespaces||r.get(i.from).bindings.push(...i.bindings):r.set(i.from,i)})}),Array.from(r.values()).map(n=>({...n,bindings:He(n.bindings)}))}o(SN,"mergeImports");function sn({fileName:e,extension:t}){return`${e}.${t}`}o(sn,"getFileNameWithExtension");function QS({type:e,tag:t,options:r,includeTagDir:n=!0}){let i=r.configs[e].outputFileNameSuffix;return t?`${n?`${Pr(t)}/`:""}${Pr(t)}.${i}`:i}o(QS,"getTagFileNameWithoutExtension");function on(...e){return QS(...e)}o(on,"getTagImportPath");function WS(...e){return`${QS(...e)}.ts`}o(WS,"getTagFileName");var U=o(({type:e,tag:t,options:r})=>`${B(t)}${r.configs[e].namespaceSuffix}`,"getNamespaceName");function YS(e){return e.standalone?`${kt(e)}${ia.fileName}`:e.restClientImportPath}o(YS,"getAppRestClientImportPath");function JS(e){return e.standalone?`${kt(e)}${na.reactQueryTypes.fileName}`:e.queryTypesImportPath}o(JS,"getQueryTypesImportPath");function XS(e){return`${kt(e)}${oa.fileName}`}o(XS,"getQueryModulesImportPath");function eb(e){return`${kt(e)}${sa.fileName}`}o(eb,"getMutationEffectsImportPath");function tb(e){return`${kt(e)}${va.fileName}`}o(tb,"getAclCheckImportPath");function Oa(e){return`${kt(e)}${aa.fileName}`}o(Oa,"getZodUtilsImportPath");function rb(e){return`${kt(e)}${ya.fileName}`}o(rb,"getAppAbilitiesImportPath");function $a(e){return Ee(e).with("string",()=>"string").with("number",()=>"number").with("integer",()=>"number").with("boolean",()=>"boolean").exhaustive()}o($a,"primitiveTypeToTsType");function ai({zodSchemaName:e,schema:t,resolver:r}){let n="void",i;e&&he(e)?(n=xr(r,e),i=r.getTagByZodSchemaName(e)):t!=null&&t.type&&Ye(t==null?void 0:t.type)&&(n=$a(t==null?void 0:t.type));let s=n.split(".");return{type:s[s.length-1],...s.length>1?{namespace:s[0]}:{},...i?{importPath:on({type:"models",tag:i,includeTagDir:!0,options:r.options})}:{}}}o(ai,"getTsTypeBase");function an({schema:e,isCircular:t,parentTypes:r,resolver:n}){if(!e)return{metaType:"primitive"};for(let i of ii){let s=e[i];if(s)if(s.length>1){let a=s.map(c=>{let u=n.resolveObject(c);return an({schema:u,parentTypes:r,resolver:n})});return a.every(({metaType:c})=>c==="object")?{metaType:"object",objectProperties:a.reduce((c,{objectProperties:u})=>{let l=u.map(({name:f})=>f);return[...c.filter(({name:f})=>!l.includes(f)),...u]},[])}:{metaType:"composite",[i]:a}}else e=n.resolveObject(s[0])}return e.type==="array"?{metaType:"array",arrayType:nb({arraySchema:e,resolver:n,parentTypes:r})}:(e.type==="object"||e.properties)&&t?{metaType:"object",objectProperties:[],isCircular:!0}:e.type==="object"||e.properties?{metaType:"object",objectProperties:bN({schema:e,parentTypes:r,resolver:n})}:{metaType:"primitive"}}o(an,"getSchemaTsMetaType");function nb({arraySchema:e,parentTypes:t,resolver:r}){let n,i;if(L(e.items)){let u=e.items.$ref;n=r.getZodSchemaNameByRef(u),i=r.getSchemaByRef(u)}else i=e.items;let s=ai({zodSchemaName:n,schema:i,resolver:r}),a=ib(s,t),c=an({schema:i,isCircular:a,parentTypes:[...t,s],resolver:r});return{...s,...c}}o(nb,"getArraySchemaTsType");function bN({schema:e,parentTypes:t,resolver:r}){return Object.entries((e==null?void 0:e.properties)??{}).map(([n,i])=>{var a;let s=((a=e==null?void 0:e.required)==null?void 0:a.includes(n))??!1;if(L(i)){let c=r.getZodSchemaNameByRef(i.$ref),u=r.getSchemaByRef(i.$ref),l=ai({zodSchemaName:c,schema:u,resolver:r}),f=ib(l,t),p=an({schema:u,isCircular:f,parentTypes:[...t,l],resolver:r});return{name:n,isRequired:s,...l,...p}}else if(i.type==="array"){let c=nb({arraySchema:i,parentTypes:t,resolver:r});return{name:n,isRequired:s,type:"array",metaType:"array",arrayType:c}}else if(Ye(i.type))return{name:n,isRequired:s,type:$a(i.type),metaType:"primitive"};return{name:n,isRequired:s,type:"void",metaType:"primitive"}})}o(bN,"getSchemaTsProperties");function ib(e,t){return t.findIndex(({type:r,namespace:n})=>r===e.type&&n===e.namespace)>-1}o(ib,"getIsCircular");var Co=o(e=>Pr(le(e.operationName)),"getEndpointName");function ob(e,t){return`${t.tsNamespaces?`${U({type:"endpoints",tag:$r(e,t),options:t})}.`:""}${Co(e)}`}o(ob,"getImportedEndpointName");var sb=o(e=>e.path.replace(/:([a-zA-Z0-9_]+)/g,"${$1}"),"getEndpointPath");function $r(e,t){var n;let r=t.splitByTags?(n=e.tags)==null?void 0:n[0]:t.defaultTag;return Ct(r??t.defaultTag)}o($r,"getEndpointTag");function wr(e,t,r){let n=t.parameters.map(i=>{var a,c,u,l;let s="string";if(he(i.zodSchema))s=xr(e,i.zodSchema);else if((a=i.parameterObject)!=null&&a.schema&&re(i.parameterObject.schema)){let f=(u=(c=i.parameterObject)==null?void 0:c.schema)==null?void 0:u.type;f&&Ye(f)&&(s=$a(f))}return{name:wt(i.name),type:s,paramType:i.type,required:((l=i.parameterObject)==null?void 0:l.required)??!0,parameterObject:i.parameterObject,bodyObject:i.bodyObject}});return r!=null&&r.includeFileParam&&t.mediaUpload&&n.push({name:"file",type:"File",paramType:"Body",required:!0,parameterObject:void 0,bodyObject:void 0}),n.sort((i,s)=>{if(i.required===s.required){let a=["Path","Body","Query","Header"];return a.indexOf(i.paramType)-a.indexOf(s.paramType)}return i.required?-1:1}).filter(i=>(!(r!=null&&r.excludeBodyParam)||i.name!==pa)&&(!(r!=null&&r.excludePageParam)||i.name!==bo.pageParamName)&&(!(r!=null&&r.includeOnlyRequiredParams)||i.required)).map(i=>({...i,name:r!=null&&r.replacePageParam&&i.name===bo.pageParamName?"pageParam":i.name,required:i.required&&(i.paramType==="Path"||!(r!=null&&r.pathParamsRequiredOnly))}))}o(wr,"mapEndpointParamsToFunctionParams");function ab(e){let t=e.parameters.filter(i=>i.type==="Query").map(i=>{let s=dS(i.name)?i.name:`"${i.name}"`,a=wt(i.name);return{...i,name:s,value:a}}),r={};return e.requestFormat!==pf["Content-Type"]&&(r["Content-Type"]=`'${e.requestFormat}'`),e.responseFormat&&e.responseFormat!==pf.Accept&&(r.Accept=`'${e.responseFormat}'`),e.parameters.filter(i=>i.type==="Header").forEach(i=>{r[i.name]=wt(i.name)}),{...t.length>0?{params:t}:{},...Object.keys(r).length?{headers:r}:{}}}o(ab,"getEndpointConfig");function cb(e,t){return t.filter(r=>Ie(r)&&r.parameters.filter(n=>{var i;return(i=n.parameterObject)==null?void 0:i.required}).every(n=>e.parameters.some(i=>i.name===n.name))&&r.response===e.response)}o(cb,"getUpdateQueryEndpoints");var Ie=o(e=>e.method==="get","isQuery"),jt=o(e=>e.method!=="get"||!!e.mediaDownload,"isMutation"),ci=o((e,t)=>Ie(e)&&(t??Object.values(bo)).every(r=>e.parameters.some(n=>n.name===r&&n.type==="Query")),"isInfiniteQuery"),ub=o((e,t,r)=>{let n=r.reduce((i,s)=>[...i,...wr(e,s,{includeOnlyRequiredParams:!0}).map(a=>a.name)],[]);return wr(e,t,{includeOnlyRequiredParams:!0,excludeBodyParam:!0}).filter(i=>n.includes(i.name)).map(i=>i.name)},"getDestructuredVariables");var xa=o((e,t)=>{let r=Ie(e)&&jt(e)&&t;return`use${B(le(e.operationName))}${r?"Mutation":""}`},"getQueryName"),lb=o(e=>`use${B(le(e.operationName))}Infinite`,"getInfiniteQueryName");var $f=["break","case","catch","class","const","continue","debugger","default","delete","do","else","export","extends","false","finally","for","function","if","import","in","instanceof","new","null","return","super","switch","this","throw","true","try","typeof","var","void","while","with"];function cn(e,t){let r={};return Object.keys(e).forEach(n=>{t.includes(n)&&(r[n]=e[n])}),r}o(cn,"pick");function ui(e,t){let r=e.deprecated&&!t.withDeprecatedEndpoints,n=Er(e,t),i=NS(n,t);return r||i}o(ui,"isOperationExcluded");function xf({path:e,method:t,operation:r,options:n,tag:i,keepOperationTag:s,keepOperationPrefix:a}){let c=`${t}${TS(e)}`,u=r.operationId?wt(r.operationId):c;if(n.removeOperationPrefixEndingWith&&a)u=u.split(n.removeOperationPrefixEndingWith).map((f,p)=>p===0?f:B(f)).join("");else if(n.removeOperationPrefixEndingWith&&!a){let l=new RegExp(`^.*${n.removeOperationPrefixEndingWith}`);u=u.replace(l,"")}if(n.tsNamespaces&&!s){let l=OS(u,i);l===""?u=t.toLowerCase():$f.includes(l)||(u=l)}return $f.includes(u)?c:u}o(xf,"getOperationName");function No({operationsByTag:e,...t}){let{operation:r,options:n}=t,i=n.splitByTags?Er(r,n):n.defaultTag,s=o(a=>{let c=xf({...t,tag:i,keepOperationTag:a});if(e[i].filter(l=>xf({...t,operation:l,tag:i,keepOperationTag:a})===c).length===1)return c},"operationName");return s()??s(!0)??xf({...t,tag:i,keepOperationTag:!0,keepOperationPrefix:!0})}o(No,"getUniqueOperationName");function pb(e,t,r){let n=[];for(let i in e.paths){if(rn(i,r))continue;let s=e.paths[i],a=cn(s,en);for(let c in a){let u=a[c];if(!u||ui(u,r))continue;let l=No({path:i,method:c,operation:u,operationsByTag:t,options:r});n.push(l)}}return n}o(pb,"getUniqueOperationNamesWithoutSplitByTags");function fb(e,t){let r={};for(let n in e.paths){if(rn(n,t))continue;let i=e.paths[n],s=cn(i,en);for(let a in s){let c=s[a];if(!c||ui(c,t))continue;let u=t.splitByTags?Er(c,t):t.defaultTag;r[u]||(r[u]=[]),r[u].push(c)}}return r}o(fb,"getOperationsByTag");var db={100:"Continue",101:"Switching Protocols",102:"Processing",103:"Early Hints",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",300:"Ambiguous",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Requested Range Not Satisfiable",417:"Expectation Failed",418:"I Am a Teapot",421:"Misdirected Request",422:"Unprocessable Entity",424:"Failed Dependency",428:"Precondition Required",429:"Too Many Requests",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported"};function ko(e){return{type:"invalid-schema",message:e}}o(ko,"getInvalidSchemaError");function mb(e){return{type:"invalid-operation-id",message:`Operation ${e}`}}o(mb,"getInvalidOperationIdError");function hb(e,t){return{type:"missing-path-parameter",message:`Path ${t} is missing [${e.map(({name:r})=>r).join(", ")}]`}}o(hb,"getMissingPathParameterError");function gb(e){return{type:"not-allowed-inline-enum",message:`${e} is missing @IsEnum() and @ApiProperty(enum:, enumName:)`}}o(gb,"getNotAllowedInlineEnumError");function yb(e){return{type:"not-allowed-circular-schema",message:e}}o(yb,"getNotAllowedCircularSchemaError");function vb(e,t,r){return{type:"missing-acl-condition-property",message:`Condition property ${e} is not found in parameters or body in operation ${wa(t,r)}`}}o(vb,"getMissingAclConditionPropertyError");function Af(e,t,r){return{type:"missing-status-code",message:`Missing HTTP status code ${Aa(e)} in operation ${wa(t,r)}`}}o(Af,"getMissingStatusCodeError");function Sb(e,t,r){return{type:"invalid-status-code",message:`Operation ${wa(t,r)} expected HTTP status code ${Aa(e.expected)} but received ${Aa(e.received)}`}}o(Sb,"getInvalidStatusCodeError");function bb(e,t,r){return{type:"multiple-success-status-codes",message:`Operation ${wa(t,r)} has multiple success HTTP status codes: ${e.map(Aa).join(", ")}`}}o(bb,"getMultipleSuccessStatusCodesError");function wa(e,t){return e.operationId??`${t.method} ${t.path}`}o(wa,"getOperationDescriptor");function Aa(e){return`${e} (${db[e]})`}o(Aa,"getStatusCodeDescription");function qt({schema:e,meta:t,options:r}){let n=[];Ee(e.type).with("string",()=>n.push(EN(e))).with("number","integer",()=>n.push($N(e))).with("array",()=>n.push(xN(e))).otherwise(()=>{}),typeof e.description=="string"&&e.description!==""&&r.withDescription&&([`
73
73
  `,"\r",`\r
74
- `].some(s=>String.prototype.includes.call(e.description,s))?n.push(`describe(\`${e.description}\`)`):n.push(`describe("${e.description}")`));let i=n.concat(_N({schema:e,meta:t,options:r}),r.withDefaultValues!==!1?PN(e):[]).filter(Boolean).join(".");return i?`.${i}`:""}o(qt,"getZodChain");function _N({schema:e,meta:t,options:r}){return e.nullable&&!(t!=null&&t.isRequired)?"nullish()":e.nullable||r.replaceOptionalWithNullish&&(t!=null&&t.isParentPartial)?"nullable()":t!=null&&t.isRequired?"":r.replaceOptionalWithNullish?"nullish()":"optional()"}o(_N,"getZodChainablePresence");function PN(e){return e.default!==void 0?`default(${Ee(e.type).with("number","integer",()=>wS(e.default)).otherwise(()=>JSON.stringify(e.default))})`:""}o(PN,"getZodChainableDefault");function EN(e){let t=[];if(e.enum||(e.minLength!==void 0&&t.push(`min(${e.minLength})`),e.maxLength!==void 0&&t.push(`max(${e.maxLength})`)),e.pattern&&t.push(`regex(${ON(e.pattern)})`),e.format){let r=Ee(e.format).with("email",()=>"email()").with("hostname","uri",()=>"url()").with("uuid",()=>"uuid()").with("date-time",()=>"datetime({ offset: true })").otherwise(()=>"");r&&t.push(r)}return t.join(".")}o(EN,"getZodChainableStringValidations");function ON(e){return e.startsWith("/")&&e.endsWith("/")&&(e=e.slice(1,-1)),e=IS(e),`/${e}/`}o(ON,"formatPatternIfNeeded");function $N(e){let t=[];return e.enum?"":(e.type==="integer"&&t.push("int()"),e.minimum!==void 0?e.exclusiveMinimum===!0?t.push(`gt(${e.minimum})`):t.push(`gte(${e.minimum})`):typeof e.exclusiveMinimum=="number"&&t.push(`gt(${e.exclusiveMinimum})`),e.maximum!==void 0?e.exclusiveMaximum===!0?t.push(`lt(${e.maximum})`):t.push(`lte(${e.maximum})`):typeof e.exclusiveMaximum=="number"&&t.push(`lt(${e.exclusiveMaximum})`),e.multipleOf&&t.push(`multipleOf(${e.multipleOf})`),t.join("."))}o($N,"getZodChainableNumberValidations");function xN(e){let t=[];return e.minItems&&t.push(`min(${e.minItems})`),e.maxItems&&t.push(`max(${e.maxItems})`),t.join(".")}o(xN,"getZodChainableArrayValidations");var AN={type:"string",format:"date-time"},wN={type:"string",format:"email"},IN={type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"}}},TN={type:"object",properties:{html:{type:"string"},json:{type:"object"}}},li=(i=>(i.datetime="datetime",i.email="email",i.dateRange="dateRange",i.textEditor="textEditor",i))(li||{}),Ia={datetime:AN,email:wN,dateRange:IN,textEditor:TN};function _b(){return Object.values(li).filter(e=>Ye(Ia[e].type))}o(_b,"getPrimitiveBrands");function Pb(){return Object.values(li).filter(e=>!Ye(Ia[e].type))}o(Pb,"getOtherBrands");function pi(e,t){let r=Ia[t];return!(e.type!==r.type||r.format&&e.format!==r.format||!Object.entries(r.properties??{}).every(([i,s])=>{var c;let a=(c=e.properties)==null?void 0:c[i];return a&&a.type===s.type&&a.format===s.format}))}o(pi,"matchesBrand");function wf(e,t,r){return r.branded?`${ue.namespace}.${ue.exports.brand}(${e}, "${t}")`:e}o(wf,"wrapWithBrand");var un=o(e=>e.reduce((t,r)=>t+r,0),"sum");function pe(e,t){if(!t)return e;if(L(t))return e+2;if(Array.isArray(t.type))return t.type.length===1?Ve("oneOf")+pe(e,{...t,type:t.type[0]}):e+Ve("oneOf")+un(t.type.map(r=>pe(0,{...t,type:r})));if(t.oneOf)return t.oneOf.length===1?Ve("oneOf")+pe(e,t.oneOf[0]):e+Ve("oneOf")+un(t.oneOf.map(r=>pe(0,r)));if(t.anyOf)return t.anyOf.length===1?Ve("anyOf")+pe(e,t.anyOf[0]):e+Ve("anyOf")+un(t.anyOf.map(r=>pe(0,r)));if(t.allOf)return t.allOf.length===1?Ve("allOf")+pe(e,t.allOf[0]):e+Ve("allOf")+un(t.allOf.map(r=>pe(0,r)));if(!t.type)return e;if(Ye(t.type))return t.enum?e+Eb(t)+Ve("enum")+un(t.enum.map(r=>pe(0,r))):e+Eb(t);if(t.type==="array")return t.items?Ve("array")+pe(e,t.items):Ve("array")+pe(e);if(t.type==="object"||t.properties||t.additionalProperties){if(t.properties){let r=Object.values(t.properties);e+=Ve("object")+un(r.map(n=>pe(0,n)))}else e+=Ve("empty-object");t.additionalProperties&&(typeof t.additionalProperties=="object"?e+=pe(0,t.additionalProperties):e+=pe(1))}return e}o(pe,"getOpenAPISchemaComplexity");function Eb(e){return Ee(e.type).with("string","number","integer","boolean",()=>1).otherwise(()=>0)}o(Eb,"complexityByType");function Ve(e){return Ee(e).with("oneOf",()=>2).with("anyOf",()=>3).with("allOf",()=>2).with("enum","array","empty-object",()=>1).with("object",()=>2).otherwise(()=>0)}o(Ve,"complexityByComposite");var If=class If{constructor(t,r,n={referencedBy:[]},i){this.schema=t;this.resolver=r;this.children=[];L(t)&&(this.ref=t.$ref),i&&(this.enumRef=i),this.meta={...n,referencedBy:[...(n==null?void 0:n.referencedBy)??[]]},this.ref&&this.meta.referencedBy.push(this)}getCodeString(t,r){var s,a;if(!this.ref&&this.code)return this.code;if(!this.ref)throw new Error("Zod schema is missing both ref and code");let n=(s=this.resolver)==null?void 0:s.getZodSchemaNameByRef(this.ref);if(!n)return this.ref;let i=(a=this.resolver)==null?void 0:a.getTagByZodSchemaName(n);return r!=null&&r.tsNamespaces&&i&&i!==t?`${U({type:"models",tag:i,options:r})}.${n}`:n}get complexity(){return pe(0,this.schema)}assign(t){return this.code=t,this}inherit(t){return t&&t.children.push(this),this}};o(If,"ZodSchema");var jo=If;function Y({schema:e,resolver:t,meta:r,tag:n}){var g;let i=new jo(e,t,r),s={parent:i.inherit(r==null?void 0:r.parent),referencedBy:[...i.meta.referencedBy]},a={resolver:t,meta:s,tag:n};if(L(e))return RN({schema:e,zodSchema:i,resolver:t,meta:s,tag:n});let c=NN({schema:e,zodSchema:i,resolver:t,meta:s,tag:n});if(c)return c;let u=CN({schema:e,zodSchema:i,resolver:t,meta:s,tag:n});if(u)return u;let l=kN({schema:e,zodSchema:i,resolver:t,meta:s,tag:n});if(l)return l;let f=jN({schema:e,zodSchema:i,resolver:t,meta:s,tag:n});if(f)return f;let p=qN({schema:e,zodSchema:i,resolver:t,meta:s,tag:n});if(p)return p;let d=t.options.allReadonly?".readonly()":"";if(da(e))return e.items?i.assign(`z.array(${Y({...a,schema:e.items}).getCodeString(n,t.options)}${qt({schema:e.items,meta:{...s,isRequired:!0},options:t.options})})${d}`):i.assign(`z.array(z.any())${d}`);let m=e.type?e.type.toLowerCase():void 0;if(m==="object"||e.properties||e.additionalProperties){let y=e.required&&e.required.length>0,v=t.options.withImplicitRequiredProps?!1:e.properties&&!((g=e.required)!=null&&g.length),S="{}";e.properties&&(S="{ "+Object.entries(e.properties).map(([k,X])=>{var ae;let se={...s,isRequired:v?!0:y?(ae=e.required)==null?void 0:ae.includes(k):t.options.withImplicitRequiredProps,name:k,isParentPartial:v},D=X;if(L(X)&&t&&(D=t.getSchemaByRef(X.$ref),!D))throw new Error(`Schema ${X.$ref} not found`);let Q=Y({...a,schema:X,meta:se}).getCodeString(n,t.options)+qt({schema:D,meta:se,options:t.options});return re(X)&&_b().forEach(Ft=>{pi(X,Ft)&&(Q=wf(Q,Ft,t.options))}),[k,Q]}).map(([k,X])=>`${AS(k)}: ${X}`).join(", ")+" }");let b="";e.additionalProperties&&(b=`.catchall(${typeof e.additionalProperties=="object"&&Object.keys(e.additionalProperties).length>0?Y({...a,schema:e.additionalProperties}).getCodeString(n,t.options)+qt({schema:e.additionalProperties,meta:{...s,isRequired:!0},options:t.options}):"z.any()"})`);let P=v?".partial()":"",E=t.options.strictObjects?".strict()":"",_=`z.object(${S})${P}${E}${b}${d}`;return Pb().forEach(T=>{pi(e,T)&&(_=wf(_,T,t.options))}),i.assign(_)}if(m==="any")return i.assign("z.any()");if(!m)return i.assign("z.unknown()");throw new Error(`Unsupported schema type: ${m}`)}o(Y,"getZodSchema");function RN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i}){if(!L(e))return;let s=t.meta.referencedBy.slice(0,-1).map(u=>u.ref?r.getZodSchemaNameByRef(u.ref)??u.ref:void 0).filter(Boolean),a=r.getZodSchemaNameByRef(e.$ref);if(s.length>1&&s.includes(a))return t.assign(r.getCodeByZodSchemaName(t.ref));let c=r.getCodeByZodSchemaName(e.$ref);if(!c){let u=r.getSchemaByRef(e.$ref);if(!u)throw new Error(`Schema ${e.$ref} not found`);c=Y({schema:u,resolver:r,meta:n,tag:i}).getCodeString(i,r.options)}return r.getCodeByZodSchemaName(a)||r.setZodSchema(a,c,i),t}o(RN,"getReferenceZodSchema");function CN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i}){var a;if(!re(e)||!e.oneOf)return;if(e.oneOf.length===1){let c=Y({schema:e.oneOf[0],resolver:r,meta:n,tag:i});return t.assign(c.getCodeString(i,r.options))}let s=(a=e.oneOf)==null?void 0:a.some(c=>re(c)&&((c==null?void 0:c.allOf)||[]).length>1);if(e.discriminator&&!s){let c=e.discriminator.propertyName;return t.assign(`
74
+ `].some(s=>String.prototype.includes.call(e.description,s))?n.push(`describe(\`${e.description}\`)`):n.push(`describe("${e.description}")`));let i=n.concat(_N({schema:e,meta:t,options:r}),r.withDefaultValues!==!1?PN(e):[]).filter(Boolean).join(".");return i?`.${i}`:""}o(qt,"getZodChain");function _N({schema:e,meta:t,options:r}){return e.nullable&&!(t!=null&&t.isRequired)?"nullish()":e.nullable||r.replaceOptionalWithNullish&&(t!=null&&t.isParentPartial)?"nullable()":t!=null&&t.isRequired?"":r.replaceOptionalWithNullish?"nullish()":"optional()"}o(_N,"getZodChainablePresence");function PN(e){return e.default!==void 0?`default(${Ee(e.type).with("number","integer",()=>wS(e.default)).otherwise(()=>JSON.stringify(e.default))})`:""}o(PN,"getZodChainableDefault");function EN(e){let t=[];if(e.enum||(e.minLength!==void 0&&t.push(`min(${e.minLength})`),e.maxLength!==void 0&&t.push(`max(${e.maxLength})`)),e.pattern&&t.push(`regex(${ON(e.pattern)})`),e.format){let r=Ee(e.format).with("email",()=>"email()").with("hostname","uri",()=>"url()").with("uuid",()=>"uuid()").with("date-time",()=>"datetime({ offset: true })").otherwise(()=>"");r&&t.push(r)}return t.join(".")}o(EN,"getZodChainableStringValidations");function ON(e){return e.startsWith("/")&&e.endsWith("/")&&(e=e.slice(1,-1)),e=IS(e),`/${e}/`}o(ON,"formatPatternIfNeeded");function $N(e){let t=[];return e.enum?"":(e.type==="integer"&&t.push("int()"),e.minimum!==void 0?e.exclusiveMinimum===!0?t.push(`gt(${e.minimum})`):t.push(`gte(${e.minimum})`):typeof e.exclusiveMinimum=="number"&&t.push(`gt(${e.exclusiveMinimum})`),e.maximum!==void 0?e.exclusiveMaximum===!0?t.push(`lt(${e.maximum})`):t.push(`lte(${e.maximum})`):typeof e.exclusiveMaximum=="number"&&t.push(`lt(${e.exclusiveMaximum})`),e.multipleOf&&t.push(`multipleOf(${e.multipleOf})`),t.join("."))}o($N,"getZodChainableNumberValidations");function xN(e){let t=[];return e.minItems&&t.push(`min(${e.minItems})`),e.maxItems&&t.push(`max(${e.maxItems})`),t.join(".")}o(xN,"getZodChainableArrayValidations");var AN={type:"string",format:"date-time"},wN={type:"string",format:"email"},IN={type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"}}},TN={type:"object",properties:{html:{type:"string"},json:{type:"object"}}},li=(i=>(i.datetime="datetime",i.email="email",i.dateRange="dateRange",i.textEditor="textEditor",i))(li||{}),Ia={datetime:AN,email:wN,dateRange:IN,textEditor:TN};function _b(){return Object.values(li).filter(e=>Ye(Ia[e].type))}o(_b,"getPrimitiveBrands");function Pb(){return Object.values(li).filter(e=>!Ye(Ia[e].type))}o(Pb,"getOtherBrands");function pi(e,t){let r=Ia[t];return!(e.type!==r.type||r.format&&e.format!==r.format||!Object.entries(r.properties??{}).every(([i,s])=>{var c;let a=(c=e.properties)==null?void 0:c[i];return a&&a.type===s.type&&a.format===s.format}))}o(pi,"matchesBrand");function wf(e,t,r){return r.branded?`${ue.namespace}.${ue.exports.brand}(${e}, "${t}")`:e}o(wf,"wrapWithBrand");var un=o(e=>e.reduce((t,r)=>t+r,0),"sum");function pe(e,t){if(!t)return e;if(L(t))return e+2;if(Array.isArray(t.type))return t.type.length===1?Ve("oneOf")+pe(e,{...t,type:t.type[0]}):e+Ve("oneOf")+un(t.type.map(r=>pe(0,{...t,type:r})));if(t.oneOf)return t.oneOf.length===1?Ve("oneOf")+pe(e,t.oneOf[0]):e+Ve("oneOf")+un(t.oneOf.map(r=>pe(0,r)));if(t.anyOf)return t.anyOf.length===1?Ve("anyOf")+pe(e,t.anyOf[0]):e+Ve("anyOf")+un(t.anyOf.map(r=>pe(0,r)));if(t.allOf)return t.allOf.length===1?Ve("allOf")+pe(e,t.allOf[0]):e+Ve("allOf")+un(t.allOf.map(r=>pe(0,r)));if(!t.type)return e;if(Ye(t.type))return t.enum?e+Eb(t)+Ve("enum")+un(t.enum.map(r=>pe(0,r))):e+Eb(t);if(t.type==="array")return t.items?Ve("array")+pe(e,t.items):Ve("array")+pe(e);if(t.type==="object"||t.properties||t.additionalProperties){if(t.properties){let r=Object.values(t.properties);e+=Ve("object")+un(r.map(n=>pe(0,n)))}else e+=Ve("empty-object");t.additionalProperties&&(typeof t.additionalProperties=="object"?e+=pe(0,t.additionalProperties):e+=pe(1))}return e}o(pe,"getOpenAPISchemaComplexity");function Eb(e){return Ee(e.type).with("string","number","integer","boolean",()=>1).otherwise(()=>0)}o(Eb,"complexityByType");function Ve(e){return Ee(e).with("oneOf",()=>2).with("anyOf",()=>3).with("allOf",()=>2).with("enum","array","empty-object",()=>1).with("object",()=>2).otherwise(()=>0)}o(Ve,"complexityByComposite");var If=class If{constructor(t,r,n={referencedBy:[]},i){this.schema=t;this.resolver=r;L(t)&&(this.ref=t.$ref),i&&(this.enumRef=i),this.meta={...n,referencedBy:[...(n==null?void 0:n.referencedBy)??[]]},this.ref&&this.meta.referencedBy.push(this)}code;ref;enumRef;children=[];meta;getCodeString(t,r){var s,a;if(!this.ref&&this.code)return this.code;if(!this.ref)throw new Error("Zod schema is missing both ref and code");let n=(s=this.resolver)==null?void 0:s.getZodSchemaNameByRef(this.ref);if(!n)return this.ref;let i=(a=this.resolver)==null?void 0:a.getTagByZodSchemaName(n);return r!=null&&r.tsNamespaces&&i&&i!==t?`${U({type:"models",tag:i,options:r})}.${n}`:n}get complexity(){return pe(0,this.schema)}assign(t){return this.code=t,this}inherit(t){return t&&t.children.push(this),this}};o(If,"ZodSchema");var jo=If;function Y({schema:e,resolver:t,meta:r,tag:n}){var g;let i=new jo(e,t,r),s={parent:i.inherit(r==null?void 0:r.parent),referencedBy:[...i.meta.referencedBy]},a={resolver:t,meta:s,tag:n};if(L(e))return RN({schema:e,zodSchema:i,resolver:t,meta:s,tag:n});let c=NN({schema:e,zodSchema:i,resolver:t,meta:s,tag:n});if(c)return c;let u=CN({schema:e,zodSchema:i,resolver:t,meta:s,tag:n});if(u)return u;let l=kN({schema:e,zodSchema:i,resolver:t,meta:s,tag:n});if(l)return l;let f=jN({schema:e,zodSchema:i,resolver:t,meta:s,tag:n});if(f)return f;let p=qN({schema:e,zodSchema:i,resolver:t,meta:s,tag:n});if(p)return p;let d=t.options.allReadonly?".readonly()":"";if(da(e))return e.items?i.assign(`z.array(${Y({...a,schema:e.items}).getCodeString(n,t.options)}${qt({schema:e.items,meta:{...s,isRequired:!0},options:t.options})})${d}`):i.assign(`z.array(z.any())${d}`);let m=e.type?e.type.toLowerCase():void 0;if(m==="object"||e.properties||e.additionalProperties){let y=e.required&&e.required.length>0,v=t.options.withImplicitRequiredProps?!1:e.properties&&!((g=e.required)!=null&&g.length),S="{}";e.properties&&(S="{ "+Object.entries(e.properties).map(([k,X])=>{var ae;let se={...s,isRequired:v?!0:y?(ae=e.required)==null?void 0:ae.includes(k):t.options.withImplicitRequiredProps,name:k,isParentPartial:v},D=X;if(L(X)&&t&&(D=t.getSchemaByRef(X.$ref),!D))throw new Error(`Schema ${X.$ref} not found`);let Q=Y({...a,schema:X,meta:se}).getCodeString(n,t.options)+qt({schema:D,meta:se,options:t.options});return re(X)&&_b().forEach(Ft=>{pi(X,Ft)&&(Q=wf(Q,Ft,t.options))}),[k,Q]}).map(([k,X])=>`${AS(k)}: ${X}`).join(", ")+" }");let b="";e.additionalProperties&&(b=`.catchall(${typeof e.additionalProperties=="object"&&Object.keys(e.additionalProperties).length>0?Y({...a,schema:e.additionalProperties}).getCodeString(n,t.options)+qt({schema:e.additionalProperties,meta:{...s,isRequired:!0},options:t.options}):"z.any()"})`);let P=v?".partial()":"",E=t.options.strictObjects?".strict()":"",_=`z.object(${S})${P}${E}${b}${d}`;return Pb().forEach(T=>{pi(e,T)&&(_=wf(_,T,t.options))}),i.assign(_)}if(m==="any")return i.assign("z.any()");if(!m)return i.assign("z.unknown()");throw new Error(`Unsupported schema type: ${m}`)}o(Y,"getZodSchema");function RN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i}){if(!L(e))return;let s=t.meta.referencedBy.slice(0,-1).map(u=>u.ref?r.getZodSchemaNameByRef(u.ref)??u.ref:void 0).filter(Boolean),a=r.getZodSchemaNameByRef(e.$ref);if(s.length>1&&s.includes(a))return t.assign(r.getCodeByZodSchemaName(t.ref));let c=r.getCodeByZodSchemaName(e.$ref);if(!c){let u=r.getSchemaByRef(e.$ref);if(!u)throw new Error(`Schema ${e.$ref} not found`);c=Y({schema:u,resolver:r,meta:n,tag:i}).getCodeString(i,r.options)}return r.getCodeByZodSchemaName(a)||r.setZodSchema(a,c,i),t}o(RN,"getReferenceZodSchema");function CN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i}){var a;if(!re(e)||!e.oneOf)return;if(e.oneOf.length===1){let c=Y({schema:e.oneOf[0],resolver:r,meta:n,tag:i});return t.assign(c.getCodeString(i,r.options))}let s=(a=e.oneOf)==null?void 0:a.some(c=>re(c)&&((c==null?void 0:c.allOf)||[]).length>1);if(e.discriminator&&!s){let c=e.discriminator.propertyName;return t.assign(`
75
75
  z.discriminatedUnion("${c}", [${e.oneOf.map(u=>Y({schema:u,resolver:r,meta:n,tag:i}).getCodeString(i,r.options)).join(", ")}])
76
- `)}return t.assign(`z.union([${e.oneOf.map(c=>Y({schema:c,resolver:r,meta:n,tag:i}).getCodeString(i,r.options)).join(", ")}])`)}o(CN,"getOneOfZodSchema");function NN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i}){if(!(!re(e)||!Array.isArray(e.type)))return e.type.length===1?Y({schema:{...e,type:e.type[0]},resolver:r,meta:n,tag:i}):t.assign(`z.union([${e.type.map(s=>Y({schema:{...e,type:s},resolver:r,meta:n,tag:i}).getCodeString(i,r.options)).join(", ")}])`)}o(NN,"getArrayZodSchema");function kN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i}){if(!re(e)||!e.anyOf)return;if(e.anyOf.length===1){let a=Y({schema:e.anyOf[0],resolver:r,meta:n,tag:i});return t.assign(a.getCodeString(i,r.options))}let s=e.anyOf.map(a=>Y({schema:a,resolver:r,meta:n,tag:i})).map(a=>a.getCodeString(i,r.options)).join(", ");return t.assign(`z.union([${s}])`)}o(kN,"getAnyOfZodSchema");function jN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i}){if(!re(e)||!e.allOf)return;if(e.allOf.length===1){let p=Y({schema:e.allOf[0],resolver:r,meta:n,tag:i});return t.assign(p.getCodeString(i,r.options))}let{patchRequiredSchemaInLoop:s,noRequiredOnlyAllof:a,composedRequiredSchema:c}=mS(e),u=a.map(p=>{let d=Y({schema:p,resolver:r,meta:n,tag:i});return r&&s(p,r.getSchemaByRef.bind(r)),d});c.required.length&&u.push(Y({schema:c,resolver:r,meta:n,tag:i}));let l=u.at(0),f=u.slice(1).map(p=>`merge(${p.getCodeString(i,r.options)})`).join(".");return t.assign(`${l.getCodeString(i,r.options)}.${f}`)}o(jN,"getAllOfZodSchema");function qN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i}){if(!re(e))return;let s=e.type?e.type.toLowerCase():void 0;if(s&&Ye(s)){if(e.enum){if(s==="string")return MN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i});if(e.enum.some(a=>typeof a=="string"))return t.assign("z.never()");if(e.enum.length===1){let a=e.enum[0];return t.assign(`z.literal(${a===null?"null":a})`)}return t.assign(`z.union([${e.enum.map(a=>`z.literal(${a===null?"null":a})`).join(", ")}])`)}return t.assign(Ee(s).with("integer",()=>"z.number()").with("string",()=>Ee(e.format).with("binary",()=>ca).otherwise(()=>ua)).otherwise(a=>`z.${a}()`))}}o(qN,"getPrimitiveZodSchema");function MN({resolver:e,schema:t,zodSchema:r,meta:n,tag:i}){var l;if(!re(t))return;let s=fi(t);if(!e.options.extractEnums)return r.assign(s);let a=e.getEnumZodSchemaDataByCode(s);if(a)return((l=r.meta.parent)==null?void 0:l.ref)===e.getRefByZodSchemaName(a.zodSchemaName)?r.assign(a.code):new jo({$ref:e.getRefByZodSchemaName(a.zodSchemaName)},e,n).inherit(r).assign(s);let c=e.getExtractedEnumZodSchemaDataByCode(s);if(!c)return r.assign(s);if(!c.zodSchemaName||!c.tag)throw new Error(`Enum zod schema name or tag not resolved for code: ${s}`);let u=e.options.tsNamespaces&&c.tag!==i?`${U({type:"models",tag:c.tag,options:e.options})}.`:"";return r.assign(`${u}${c.zodSchemaName}`)}o(MN,"getEnumZodSchema");function fi(e){var t;return`${So}([${(t=e.enum)==null?void 0:t.map(r=>r===null?"null":`"${r}"`).join(", ")}])`}o(fi,"getEnumZodSchemaCode");function Ob(e){return`${So}([${e.map(t=>`"${t}"`).join(", ")}])`}o(Ob,"getEnumZodSchemaCodeFromEnumNames");function di({schema:e,zodSchema:t,fallbackName:r,resolver:n,tag:i}){var c;let s=t.getCodeString();if((!he(s)||t.ref===void 0)&&r){if(t.complexity<vf)return s;let u=Nt(r,n.options.schemaSuffix);for(;n.getCodeByZodSchemaName(u);){if((c=n.getZodSchemaNamesByCompositeCode(s))!=null&&c.includes(u))return u;if(n.getCodeByZodSchemaName(u)===u)return u;throw new Error(`Can't uniquely resolve zod schema name: ${u}`)}return n.setZodSchema(u,s,i),n.addZodSchemaForCompositeCode(s,t,u,e),u}let a=n.getCodeByZodSchemaName(s);if(!a&&t.ref&&(a=n.getCodeByZodSchemaName(n.getZodSchemaNameByRef(t.ref))),t.ref&&a)return pe(0,n.getSchemaByRef(t.ref))<vf?n.getCodeByZodSchemaName(s):s;if(t.ref)return n.getZodSchemaNameByRef(t.ref);throw new Error(`Invalid ref: ${t.ref}`)}o(di,"resolveZodSchemaName");function $b({resolver:e,endpoint:t,operation:r}){let n=r["x-acl"];return n==null?void 0:n.map(i=>{let s=Object.keys(i.conditions??{}).reduce((a,c)=>{let u=DN({resolver:e,endpoint:t,acl:n,name:c});return u?[...a,u]:(e.validationErrors.push(vb(c,r,t)),a)},[]);return{...i,conditionsTypes:s}})}o($b,"getEndpointAcl");function DN({resolver:e,endpoint:t,acl:r,name:n}){var p,d,m,g,y,v,S,b,P,E;let i=(d=(p=r[0])==null?void 0:p.conditions)==null?void 0:d[n];if(!i)return;let s=i.replace(/^\$[^.]*\./,"").split("."),a,c,u,l=0,f=t.parameters.find(({name:_})=>_===s[l]);if(f)c=(m=f.parameterObject)==null?void 0:m.required,a=(g=f.parameterObject)==null?void 0:g.schema,u=`${f.name} ${Pr(f.type)} parameter`,l++;else{let _=t.parameters.find(({bodyObject:X})=>!!X),k=Object.keys(((y=_==null?void 0:_.bodyObject)==null?void 0:y.content)??{}).find(Je);k&&(a=(b=(S=(v=_==null?void 0:_.bodyObject)==null?void 0:v.content)==null?void 0:S[k])==null?void 0:b.schema,u=`${Ie(t)?"query":"mutation"} data`)}for(;a&&l<s.length;){let _=e.resolveObject(a);a=(P=Object.entries(_.properties??{}).find(([k])=>k===s[l]))==null?void 0:P[1],c=((E=_.required)==null?void 0:E.includes(s[l]))??!1,l++}if(a)return{name:n,type:L(a)?void 0:a.type,zodSchemaName:L(a)?e.getZodSchemaNameByRef(a.$ref):void 0,required:c,info:u}}o(DN,"getEndpointAclConditionPropertyType");function xb({resolver:e,operation:t,operationName:r,isUniqueOperationName:n,tag:i}){var m,g;let s=e.resolveObject(t.requestBody);if(!s)return;let c=Object.keys(s.content??{}).find(Je);if(!c)return;let u=(g=(m=s.content)==null?void 0:m[c])==null?void 0:g.schema;if(!u)return;let l=Y({schema:u,resolver:e,meta:{isRequired:s.required??!0},tag:i}),f=e.resolveObject(u),p=di({schema:f,zodSchema:l,fallbackName:_a(nn(r,n,i)),resolver:e,tag:i}),d=qt({schema:f,meta:l.meta,options:e.options});return{endpointParameter:{name:pa,type:"Body",description:s.description,zodSchema:p+d,bodyObject:s},requestFormat:c}}o(xb,"getEndpointBody");function Ab({resolver:e,param:t,operationName:r,isUniqueOperationName:n,tag:i}){let s=e.resolveObject(t);if(!yS.includes(s.in))return;let a={};if(s.content){let m=Object.keys(s.content??{}),g=m.find(Je);if(!g)throw new Error(`Unsupported media type for param ${s.name}: ${m.join(", ")}`);let y=s.content[g];if(!y)throw new Error(`No content with media type for param ${s.name}: ${g}`);a=(y==null?void 0:y.schema)??y}else s.schema&&(a=s.schema);e.options.withDescription&&a&&(a.description=(s.description??"").trim());let c=FS(nn(r,n,i),s.name),u;if(CS(s)){let m=Io(c,e.options.enumSuffix,e.options.schemaSuffix),g=Ob(s["x-enumNames"]);e.setZodSchema(m,g,i),u=m}let l=Y({schema:a,resolver:e,meta:{isRequired:s.in==="path"?!0:s.required??!1},tag:i}),f=e.resolveObject(a),p=qt({schema:f,meta:l.meta,options:e.options}),d=di({schema:f,zodSchema:l.assign(l.getCodeString(i)+p),fallbackName:c,resolver:e,tag:i});return{name:Ee(s.in).with("path",()=>Ef(s.name)).otherwise(()=>s.name),type:Ee(s.in).with("header",()=>"Header").with("query",()=>"Query").with("path",()=>"Path").run(),zodSchema:d,parameterObject:s,parameterSortingEnumSchemaName:u}}o(Ab,"getEndpointParameter");function Ib(e){var r,n,i,s,a;let t=[];for(let c in e.openApiDoc.paths){if(rn(c,e.options))continue;let u=e.openApiDoc.paths[c],l=cn(u,en),f=wb(u.parameters??[]);for(let p in l){let d=l[p];if(!d||ui(d,e.options))continue;let m=d.operationId&&d.operationId!==wt(d.operationId);d.operationId&&m&&e.validationErrors.push(mb(d.operationId));let g=Object.entries({...f,...wb(d.parameters??[])}).map(([,_])=>_),y=No({path:c,method:p,operation:d,operationsByTag:e.operationsByTag,options:e.options}),v=e.operationNames.filter(_=>_===y).length<=1,S=Er(d,e.options),b={method:p,path:RS(c),operationName:y,description:d.description,summary:d.summary,tags:(r=d.tags)==null?void 0:r.map(Ct),requestFormat:"application/json",parameters:[],response:"",errors:[],responseStatusCodes:[],mediaUpload:!!d["x-media-upload"],mediaDownload:!!d["x-media-download"]};if(d.requestBody){let _=xb({resolver:e,operation:d,operationName:y,isUniqueOperationName:v,tag:S});_&&(b.parameters.push(_.endpointParameter),b.requestFormat=_.requestFormat)}for(let _ of g){let T=Ab({resolver:e,param:_,operationName:y,isUniqueOperationName:v,tag:S});T&&b.parameters.push(T)}let P=LN(b);P.forEach(_=>{b.parameters.push(_)}),P.length>0&&e.validationErrors.push(hb(P,c));for(let _ in d.responses){b.responseStatusCodes.push(_);let T=e.resolveObject(d.responses[_]),X=Object.keys(T.content??{}).find(si),se,D;if(X?(b.responseFormat=X,se=(i=(n=T.content)==null?void 0:n[X])==null?void 0:i.schema):(D=vo,_==="200"&&e.validationErrors.push(Sb({received:"200",expected:"204"},d,b))),se){let Q=Y({schema:se,resolver:e,meta:{isRequired:!0},tag:S}),ae=e.resolveObject(se);D=di({schema:ae,zodSchema:Q,fallbackName:Q.ref?void 0:Pa({statusCode:_,operationName:y,isUniqueOperationName:v,tag:S}),resolver:e,tag:S})+qt({schema:ae,meta:Q.meta,options:e.options})}if(D){let Q=Number(_);Oo(Q)&&!b.response?(b.response=D,b.responseObject=T,b.responseDescription=T.description):_!=="default"&&ga(Q)&&b.errors.push({zodSchema:D,status:Q,description:T.description})}}b.response||(b.response=vo);let E=Object.keys(d.responses).map(Number).filter(Oo);E.length>1&&e.validationErrors.push(bb(E.map(String),d,b)),b.acl=$b({resolver:e,endpoint:b,operation:d}),(s=d.security)!=null&&s[0].Authorization&&!b.responseStatusCodes.includes("401")&&e.validationErrors.push(Af("401",d,b)),(a=b.acl)!=null&&a[0]&&!b.responseStatusCodes.includes("403")&&e.validationErrors.push(Af("403",d,b)),t.push(b)}}return t}o(Ib,"getEndpointsFromOpenAPIDoc");function wb(e){return Object.fromEntries((e??[]).map(t=>[L(t)?t.$ref:t.name,t]))}o(wb,"getParameters");function LN(e){return[...e.path.matchAll(/:([a-zA-Z0-9_]+)/g)].map(r=>r[1]).filter(r=>e.parameters.findIndex(({name:n})=>n===r)===-1).map(r=>FN(r))}o(LN,"getMissingPathParameters");function FN(e){return{name:e,type:"Path",zodSchema:ua,parameterObject:{name:e,required:!0,in:"path",schema:{type:"string"}}}}o(FN,"getPathParameterFromName");function Tb(e,t){let r=HN(e,t),n=VN(e,r);return{refsDependencyGraph:r,deepDependencyGraph:n}}o(Tb,"getOpenAPISchemaDependencyGraph");function HN(e,t){let r={},n={};return e.forEach(i=>BN({schema:t(i),fromRef:i,getSchemaByRef:t,visitedRefs:r,refsDependencyGraph:n})),n}o(HN,"getRefsDependencyGraph");function VN(e,t){let r={},n={},i=o((s,a)=>{n[a].add(s),t[s]&&a!==s&&t[s].forEach(c=>{let u=`${a}__${c}`;r[u]||(r[u]=!0,i(c,a))})},"visit");return e.forEach(s=>{let a=t[s];a&&(n[s]||(n[s]=new Set),a.forEach(c=>i(c,s)))}),n}o(VN,"getDeepRefsDependencyGraph");function BN({schema:e,fromRef:t,getSchemaByRef:r,visitedRefs:n={},refsDependencyGraph:i={}}){let s=o(a=>{if(a.type!=="reference"||!a.data)return;let{schema:c,data:u}=a;if(i[u.fromRef]||(i[u.fromRef]=new Set),i[u.fromRef].add(c.$ref),n[c.$ref])return!0;n[u.fromRef]=!0,me(r(c.$ref),{data:{fromRef:c.$ref},onSchema:s})},"onSchema");return me(e,{data:{fromRef:t},onSchema:s}),{visitedRefs:n,refsDependencyGraph:i}}o(BN,"getSchemaRefsDependencyGraph");function Ta(e,t,r){let n=[];return me(t,{onSchema:o(s=>{s.type==="reference"?n.push(s.schema):L(s.parentSchema)&&(s.type==="property"?e.validationErrors.push(ko(`${r} has both reference and properties`)):s.type==="additionalProperties"?e.validationErrors.push(ko(`${r} has both reference and additionalProperties`)):s.type==="array"?e.validationErrors.push(ko(`${r} is both reference and array schema`)):s.type==="composite"&&e.validationErrors.push(ko(`${r} has both reference and composite keyword`)))},"onSchema")}),n}o(Ta,"getSchemaRefObjs");function Rb(e,t){return t.map(i=>tn(i.$ref)).reduce((i,s)=>{let a=e.dependencyGraph.deepDependencyGraph[s];return[...i,s,...Array.from(a??[])]},[])}o(Rb,"getDeepSchemaRefObjs");function Cb(e){e.extractedEnumZodSchemaData.forEach(r=>{let n=r.meta.zodSchemaNameSegments.map(s=>s[s.length-1]).filter(Boolean),i=bf(n);if(!i)throw new Error(`No common last segment found for enum: ${r.code}`);r.zodSchemaName=Io(i,e.options.enumSuffix,e.options.schemaSuffix)});let t=0;for(;t<5&&!Tf(e);)UN(e,t+2),t++;if(Tf(e)||e.extractedEnumZodSchemaData.filter(n=>!Nb(e,n)).forEach(n=>{n.zodSchemaName=Io(n.meta.zodSchemaNameSegments[0].map(i=>Rf(B(i))).join(""),e.options.enumSuffix,e.options.schemaSuffix)}),!Tf(e))throw new Error("Failed to resolve unique names for enum zod schemas")}o(Cb,"resolveExtractedEnumZodSchemaNames");function Tf(e){return e.extractedEnumZodSchemaData.every(t=>Nb(e,t))}o(Tf,"allExtractedEnumZodSchemaNamesAreUnique");function UN(e,t){e.extractedEnumZodSchemaData.forEach(r=>{let n=e.extractedEnumZodSchemaData.filter(({zodSchemaName:i})=>r.zodSchemaName===i);n.length!==1&&GN(n,t)})}o(UN,"additionalResolveExtractedEnumZodSchemaName");function GN(e,t=2){e.forEach(r=>{let n=r.meta.zodSchemaNameSegments.map(i=>i[i.length-t]).filter(Boolean);if(n.length===1){let i=[Rf(B(n[0])),r.zodSchemaName].filter(Boolean).join("");r.zodSchemaName=i}else{let i=bf(n),s=[i?Rf(B(i)):"",r.zodSchemaName].filter(Boolean).join("");r.zodSchemaName=s}})}o(GN,"suffixWithPreviousSegmentName");function Nb(e,t){return e.extractedEnumZodSchemaData.filter(({zodSchemaName:r})=>t.zodSchemaName===r).length===1}o(Nb,"isUnique");function Rf(e){return e.replace(/(Dto|DTO|Response|Request)/g,"")}o(Rf,"sanitizeName");function kb(e){e.extractedEnumZodSchemaData.forEach(t=>{let r=He(t.meta.tags);t.tag=r.length===1?r[0]:e.options.defaultTag})}o(kb,"resolveExtractedEnumZodSchemaTags");function qo({schema:e,nameSegments:t=[],includeSelf:r,...n}){r&&jb({schema:e,nameSegments:t,...n}),me(e,{data:{nameSegments:t},onSchema:o(s=>{var c;if(s.type==="reference")return!0;let a=[...((c=s.data)==null?void 0:c.nameSegments)??[]];s.type==="property"&&a.push(s.propertyName),jb({schema:s.schema,nameSegments:[...a],...n})},"onSchema")})}o(qo,"updateExtractedEnumZodSchemaData");function jb({resolver:e,schema:t,schemaRef:r,schemaInfo:n,tags:i,nameSegments:s=[]}){if(!t||L(t)||!t.enum)return;let a=fi(t),c=e.extractedEnumZodSchemaData.find(u=>u.code===a);c?(c.meta.zodSchemaNameSegments.push(s),c.meta.tags.push(...i),c.meta.schemaRefs.push(...r?[r]:[]),c.meta.schemas.push(...t?[t]:[])):e.extractedEnumZodSchemaData.push({code:a,meta:{zodSchemaNameSegments:[s],tags:[...i],schemaRefs:r?[r]:[],schemas:t?[t]:[]}}),e.validationErrors.push(gb(r?`${oi(r)}.${s[s.length-1]}`:n??s.join(".")))}o(jb,"handleExtractedEnumZodSchemaDataUpdate");function qb(e){var n;let t={},r={};return Object.entries(((n=e.openApiDoc.components)==null?void 0:n.schemas)??{}).forEach(([i,s])=>{let a=e.getSchemaDataByName(i);if(e.options.excludeRedundantZodSchemas&&(!a||a.deepRefOperations.length===0&&a.tags.length===0))return;let c=Nt(i,e.options.schemaSuffix);if(t[c])return;let u=e.getTagByZodSchemaName(c),l=e.resolveObject(s);l.enum?r[c]=fi(l):t[c]=Y({schema:s,resolver:e,tag:u}).getCodeString(u)}),{zodSchemas:t,enumZodSchemas:r}}o(qb,"getZodSchemasFromOpenAPIDoc");function Mb(e){var r;let t=[];return Object.entries(((r=e.openApiDoc.components)==null?void 0:r.schemas)??{}).forEach(([n,i])=>{let s=Nt(n,e.options.schemaSuffix),a=e.resolveObject(i);!t.find(c=>c.zodSchemaName===s)&&a.enum&&t.push({zodSchemaName:s,code:fi(a)})}),t}o(Mb,"getEnumZodSchemasFromOpenAPIDoc");var Cf=class Cf{constructor(t,r){this.openApiDoc=t;this.options=r;this.schemaData=[];this.zodSchemaData=[];this.compositeZodSchemaData=[];this.enumZodSchemas=[];this.extractedEnumZodSchemaData=[];this.operationsByTag={};this.operationNames=[];this.validationErrors=[];this.dependencyGraph=Tb(this.schemaRefs,this.getSchemaByRef.bind(this)),this.enumZodSchemas=Mb(this),this.operationsByTag=fb(t,r),this.operationNames=pb(t,this.operationsByTag,r),this.initialize()}get docSchemas(){var t;return((t=this.openApiDoc.components)==null?void 0:t.schemas)??{}}get schemaRefs(){return Object.keys(this.docSchemas).map(xS)}getSchemaByRef(t){return this.docSchemas[oi(t)]}getSchemaDataByName(t){return this.schemaData.find(r=>r.name===t)}getZodSchemaNameByRef(t){var n,i;let r=((n=this.getSchemaDataByRef(tn(t)))==null?void 0:n.zodSchemaName)??((i=this.extractedEnumZodSchemaData.find(s=>s.zodSchemaName===t))==null?void 0:i.zodSchemaName);if(!r)throw new Error(`Zod schema not found for ref: ${t}`);return r}getRefByZodSchemaName(t){var r;return(r=this.schemaData.find(n=>n.zodSchemaName===t))==null?void 0:r.ref}getTagByZodSchemaName(t){var u,l;if(!this.options.splitByTags)return this.options.defaultTag;let r=this.extractedEnumZodSchemaData.find(f=>f.zodSchemaName===t);if(r)return Ct(r.tag??this.options.defaultTag);let n=this.getRefByZodSchemaName(t),i=n?((u=this.getSchemaDataByRef(n))==null?void 0:u.tags)??[]:[],s=((l=this.zodSchemaData.find(f=>f.zodSchemaName===t))==null?void 0:l.tags)??[],a=He(i,s),c=a.length===1?a[0]:this.options.defaultTag;return Ct(c??this.options.defaultTag)}getCodeByZodSchemaName(t){var r;return(r=this.zodSchemaData.find(n=>n.zodSchemaName===t))==null?void 0:r.code}getZodSchemaNamesByCompositeCode(t){var r;return(r=this.compositeZodSchemaData.find(n=>n.code===t))==null?void 0:r.zodSchemas.map(n=>n.zodSchemaName)}setZodSchema(t,r,n){let i=this.zodSchemaData.find(s=>s.zodSchemaName===t);i?(i.code=r,i.tags=(i.tags??[]).concat(n)):this.zodSchemaData.push({zodSchemaName:t,code:r,tags:[n]})}addZodSchemaForCompositeCode(t,r,n,i){let s={zodSchemaName:n,zodSchema:r,schema:i},a=this.compositeZodSchemaData.find(c=>c.code===t);a?a.zodSchemas.push(s):this.compositeZodSchemaData.push({code:t,zodSchemas:[s]})}getCompositeZodSchemaByZodSchemaName(t){var n;let r=this.compositeZodSchemaData.find(i=>i.zodSchemas.some(s=>s.zodSchemaName===t));return(n=r==null?void 0:r.zodSchemas.find(i=>i.zodSchemaName===t))==null?void 0:n.zodSchema}getSchemaByCompositeZodSchemaName(t){var r,n;return(n=(r=this.compositeZodSchemaData.find(i=>i.zodSchemas.some(s=>s.zodSchemaName===t)))==null?void 0:r.zodSchemas.find(i=>i.zodSchemaName===t))==null?void 0:n.schema}getEnumZodSchemaDataByCode(t){return this.enumZodSchemas.find(r=>r.code===t)}getExtractedEnumZodSchemaDataByCode(t){return this.extractedEnumZodSchemaData.find(r=>r.code===t)}getExtractedEnumZodSchemaNamesReferencedBySchemaRef(t){return this.extractedEnumZodSchemaData.reduce((r,{zodSchemaName:n,meta:i})=>(n&&i.schemaRefs.includes(t)&&r.push(n),r),[])}getZodSchemas(){return this.zodSchemaData.reduce((t,{zodSchemaName:r,code:n})=>({...t,[r]:n}),{})}getExtractedEnumZodSchemas(){return this.extractedEnumZodSchemaData.reduce((t,{zodSchemaName:r,code:n})=>r?{...t,[r]:n}:t,{})}resolveObject(t){return L(t)?this.getSchemaByRef(t.$ref):t}isSchemaCircular(t){var r;return(r=this.dependencyGraph.deepDependencyGraph[t])==null?void 0:r.has(t)}getCircularSchemaChain(t,r=t,n=[],i=[]){var s,a;return i.includes(r)?[]:(i.push(r),(s=this.dependencyGraph.refsDependencyGraph[r])!=null&&s.has(t)?[...n,r,t]:Array.from(((a=this.dependencyGraph.refsDependencyGraph[r])==null?void 0:a.values())??[]).map(c=>{let u=this.getCircularSchemaChain(t,c,n,i);return u.length>0?[r,...u]:u}).flat())}getBaseUrl(){var r,n;let t=(n=(r=this.openApiDoc.servers)==null?void 0:r[0])==null?void 0:n.url;return this.options.baseUrl===""&&t?t:this.options.baseUrl}getZodSchemaObj(t){let r=this.getRefByZodSchemaName(t);if(r)return this.getSchemaByRef(r);let n=this.getSchemaByCompositeZodSchemaName(t);if(n)return n;let i=this.getExtractedEnumZodSchemaDataByName(t);if(i)return i.meta.schemas.reduce((s,a)=>({...s,...this.resolveObject(a)}),{})}getSchemaDataByRef(t){return this.schemaData.find(r=>r.ref===t)}getExtractedEnumZodSchemaDataByName(t){return this.extractedEnumZodSchemaData.find(({zodSchemaName:r})=>r===t)}initialize(){var t,r,n,i,s;this.schemaRefs.forEach(a=>{let c=tn(a),u=oi(c),l=Nt(u,this.options.schemaSuffix);this.schemaData.push({ref:c,name:u,zodSchemaName:l,tags:[],deepRefOperations:[]})});for(let a in this.openApiDoc.paths){if(rn(a,this.options))continue;let c=this.openApiDoc.paths[a],u=cn(c,en);for(let l in u){let f=u[l];if(!f||ui(f,this.options))continue;let p=Er(f,this.options),d=No({path:a,method:l,operation:f,operationsByTag:this.operationsByTag,options:this.options}),m=this.operationNames.filter(S=>S===d).length<=1,g=le(nn(d,m,p)),y=[];if((t=f.parameters)==null||t.map(S=>{let b=S,P=b.schema,E=`Operation ${f.operationId??a} parameter ${b.name}`;y.push(...Ta(this,P,E)),this.options.extractEnums&&qo({resolver:this,schema:P,schemaInfo:E,tags:[p],nameSegments:[g,b.name],includeSelf:!0})}),f.requestBody){let S=this.resolveObject(f.requestBody),P=Object.keys(S.content??{}).find(Je);if(P){let E=(n=(r=S.content)==null?void 0:r[P])==null?void 0:n.schema,_=`Operation ${f.operationId} request body`;y.push(...Ta(this,E,_)),this.options.extractEnums&&qo({resolver:this,schema:E,schemaInfo:_,tags:[p],nameSegments:[_a(g)]})}}for(let S in f.responses){let b=this.resolveObject(f.responses[S]),E=Object.keys(b.content??{}).find(si);if(E){let _=(s=(i=b.content)==null?void 0:i[E])==null?void 0:s.schema,T=`Operation ${f.operationId} response body`;y.push(...Ta(this,_,T)),this.options.extractEnums&&qo({resolver:this,schema:_,schemaInfo:T,tags:[p],nameSegments:[Pa({statusCode:S,operationName:d,isUniqueOperationName:m,tag:p})]})}}Rb(this,y).forEach(S=>{let b=this.getSchemaDataByRef(S);b&&(b.tags.push(p),b.deepRefOperations.push(f))})}}this.options.extractEnums&&(this.schemaRefs.forEach(a=>{var u;let c=tn(a);qo({resolver:this,schema:this.getSchemaByRef(c),schemaRef:c,tags:((u=this.getSchemaDataByRef(c))==null?void 0:u.tags)??[],nameSegments:[oi(c)]})}),kb(this),this.handleDuplicateEnumZodSchemas(),Cb(this))}handleDuplicateEnumZodSchemas(){let t=this.enumZodSchemas.map(({code:n})=>n),r=this.enumZodSchemas.filter(({code:n})=>t.includes(n));this.schemaData.forEach(n=>{var a,c;let i=(a=r.find(({zodSchemaName:u})=>u===n.zodSchemaName))==null?void 0:a.code;if(!i)return;let s=this.extractedEnumZodSchemaData.find(({code:u})=>u===i);!s||((c=this.getEnumZodSchemaDataByCode(s.code))==null?void 0:c.zodSchemaName)!==n.zodSchemaName||(n.tags.push(...s.meta.tags??[]),s.meta.schemaRefs.forEach(u=>{this.dependencyGraph.refsDependencyGraph[u]||(this.dependencyGraph.refsDependencyGraph[u]=new Set),this.dependencyGraph.refsDependencyGraph[u].add(n.ref),this.dependencyGraph.deepDependencyGraph[u]||(this.dependencyGraph.deepDependencyGraph[u]=new Set),this.dependencyGraph.deepDependencyGraph[u].add(n.ref)}))}),this.extractedEnumZodSchemaData.splice(0,this.extractedEnumZodSchemaData.length,...this.extractedEnumZodSchemaData.filter(({code:n})=>!t.includes(n)))}};o(Cf,"SchemaResolver");var Ra=Cf;function Db(e){let t=[],r={};function n(i,s){Array.isArray(s)||(s=[]),s.push(i),r[i]=!0,e[i]&&e[i].forEach(a=>{s.includes(a)||r[a]||n(a,s.slice(0))}),t.includes(i)||t.push(i)}return o(n,"visit"),Object.keys(e).forEach(i=>n(i,[])),t}o(Db,"topologicalSort");function Lb(e,t){let r=Object.entries(e),n=r.filter(([i])=>t.includes(i)).sort(([i],[s])=>t.indexOf(i)-t.indexOf(s)).concat(r.filter(([i])=>!t.includes(i)));return Object.fromEntries(n)}o(Lb,"sortObjKeysFromArray");function Fb(e,t){let r=Db(e.dependencyGraph.deepDependencyGraph).map(i=>e.getZodSchemaNameByRef(i));return Lb(t,r)}o(Fb,"sortZodSchemasByTopology");function Hb(e,t){let r={};return Object.entries(t).forEach(([n,i])=>{let s=e.getRefByZodSchemaName(n);s&&e.isSchemaCircular(s)?(e.validationErrors.push(yb(e.getCircularSchemaChain(s).join(" -> "))),r[Nt(n,e.options.schemaSuffix)]=`z.lazy(() => ${i})`):r[Nt(n,e.options.schemaSuffix)]=i}),r}o(Hb,"wrapCircularZodSchemas");function Ca(e,t){let r=new Ra(e,t),n=Ib(r),i=qb(r),s={...i.zodSchemas,...r.getZodSchemas(),...i.enumZodSchemas};return s=Hb(r,s),s=Fb(r,s),s={...r.getExtractedEnumZodSchemas(),...s},{resolver:r,data:ZN({resolver:r,endpoints:n,zodSchemas:s,options:t})}}o(Ca,"getDataFromOpenAPIDoc");function ZN({resolver:e,endpoints:t,zodSchemas:r,options:n}){let i=new Map;return n.splitByTags?(t.forEach(s=>{let a=$r(s,n);Vb(a,i).endpoints.push(s)}),Object.entries(r).forEach(([s,a])=>{let c=e.getTagByZodSchemaName(s);c&&(Vb(c,i).zodSchemas[s]=a)}),i):(i.set(n.defaultTag,{endpoints:t,zodSchemas:r}),i)}o(ZN,"splitDataByTags");function Vb(e,t){return t.has(e)||t.set(e,{endpoints:[],zodSchemas:{}}),t.get(e)}o(Vb,"getTagElement");async function Bb(e,t){let{resolver:r,data:n}=await Ca(e,t),i=[],s=[];return n.forEach(({endpoints:c,zodSchemas:u},l)=>{Object.keys(u).forEach(f=>{let p=r.getRefByZodSchemaName(f),d=p?r.getSchemaByRef(p):r.getSchemaByCompositeZodSchemaName(f),m=ai({zodSchemaName:f,schema:d,resolver:r}),g;d&&(g=an({schema:d,parentTypes:[m],resolver:r})),i.push({...m,metaType:"primitive",...g})}),c.forEach(f=>{let p="queries",d=Ct(l);s.push({name:xa(f),importPath:on({type:p,tag:d,includeTagDir:!0,options:t}),namespace:t.tsNamespaces?U({type:p,tag:d,options:t}):void 0,isQuery:Ie(f),isMutation:jt(f),params:zN({resolver:r,endpoint:f}),response:KN({resolver:r,endpoint:f})})})}),{openApiDoc:e,models:i,queries:s}}o(Bb,"getMetadataFromOpenAPIDoc");function zN({resolver:e,endpoint:t}){return t.parameters.map(r=>{var a,c,u,l;let n;if((a=r.parameterObject)!=null&&a.schema)n=e.resolveObject(r.parameterObject.schema);else if(r.bodyObject){let p=Object.keys(r.bodyObject.content??{}).find(Je);p&&(n=e.resolveObject((u=(c=r.bodyObject.content)==null?void 0:c[p])==null?void 0:u.schema))}let i=ai({zodSchemaName:r.zodSchema,schema:n,resolver:e}),s;return n&&(s=an({schema:n,parentTypes:[i],resolver:e})),{name:wt(r.name),isRequired:((l=r.parameterObject)==null?void 0:l.required)??!0,...i,...s,paramType:r.type}}).sort((r,n)=>{if(r.isRequired===n.isRequired){let i=["Path","Body","Query","Header"];return i.indexOf(r.paramType)-i.indexOf(n.paramType)}return r.isRequired?-1:1}).map(({paramType:r,...n})=>n)}o(zN,"getQueryMetadataParams");function KN({resolver:e,endpoint:t}){var a,c,u,l;let r,n=Object.keys(((a=t.responseObject)==null?void 0:a.content)??{}).find(si);n&&(r=e.resolveObject((l=(u=(c=t.responseObject)==null?void 0:c.content)==null?void 0:u[n])==null?void 0:l.schema));let i=ai({zodSchemaName:t.response,schema:r,resolver:e}),s;return r&&(s=an({schema:r,parentTypes:[i],resolver:e})),{...i,metaType:"primitive",...s}}o(KN,"getQueryMetadataResponse");var xd=rt(Yt());var Od=rt(require("fs")),kP=rt(require("path"));function jP(e){return Od.default.readFileSync(kP.default.join(__dirname,`../${e}`),"utf-8")}o(jP,"readFileSync");function $d(e){let t=`src/generators/templates/${e}.hbs`;return jP(t)}o($d,"readHbsTemplateSync");function qP(e){let t=`src/assets/${e}`;return jP(t)}o(qP,"readAssetSync");function Jt({output:e,fileName:t}){return`${e}/${t}`}o(Jt,"getOutputFileName");var Lt=rt(Yt());function MP(e){F3(),H3(),V3(e.options),B3(),U3(),G3(),Z3(),z3(),K3()}o(MP,"registerAclHbsHelpers");function F3(){Lt.default.registerHelper("abilityTypeName",kS)}o(F3,"registerAbilityTypeNameHelper");function H3(){Lt.default.registerHelper("abilityFunctionName",Ao)}o(H3,"registerAbilityFunctionNameHelper");function V3(e){Lt.default.registerHelper("importedAbilityFunctionName",t=>jS(t,e))}o(V3,"registerImportedAbilityFunctionNameHelper");function B3(){Lt.default.registerHelper("ablityAction",qS)}o(B3,"registerAbilityActionHelper");function U3(){Lt.default.registerHelper("ablitySubject",MS)}o(U3,"registerAbilitySubjectHelper");function G3(){Lt.default.registerHelper("hasAbilityConditions",Sa)}o(G3,"registerHasAbilityConditionsHelper");function Z3(){Lt.default.registerHelper("abilityConditionsTypes",wo)}o(Z3,"registerAbilityConditionsTypesHelper");function z3(){Lt.default.registerHelper("abilityDescription",DS)}o(z3,"registerAbilityDescriptionHelper");function K3(){Lt.default.registerHelper("tagAllAbilitiesName",ba)}o(K3,"registerTagAllAbilitiesNameHelper");var Ei=rt(Yt());function DP(){Q3(),W3(),Y3(),J3(),X3()}o(DP,"registerCommonHbsHelpers");function Q3(){Ei.default.registerHelper("isEqual",(e,t)=>e===t)}o(Q3,"registerIsEqualHelper");function W3(){Ei.default.registerHelper("commaSeparated",e=>e.join(", "))}o(W3,"registerCommaSeparatedListHelper");function Y3(){Ei.default.registerHelper("addAsteriskAfterNewLine",e=>e.replace(/\n/g,`
76
+ `)}return t.assign(`z.union([${e.oneOf.map(c=>Y({schema:c,resolver:r,meta:n,tag:i}).getCodeString(i,r.options)).join(", ")}])`)}o(CN,"getOneOfZodSchema");function NN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i}){if(!(!re(e)||!Array.isArray(e.type)))return e.type.length===1?Y({schema:{...e,type:e.type[0]},resolver:r,meta:n,tag:i}):t.assign(`z.union([${e.type.map(s=>Y({schema:{...e,type:s},resolver:r,meta:n,tag:i}).getCodeString(i,r.options)).join(", ")}])`)}o(NN,"getArrayZodSchema");function kN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i}){if(!re(e)||!e.anyOf)return;if(e.anyOf.length===1){let a=Y({schema:e.anyOf[0],resolver:r,meta:n,tag:i});return t.assign(a.getCodeString(i,r.options))}let s=e.anyOf.map(a=>Y({schema:a,resolver:r,meta:n,tag:i})).map(a=>a.getCodeString(i,r.options)).join(", ");return t.assign(`z.union([${s}])`)}o(kN,"getAnyOfZodSchema");function jN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i}){if(!re(e)||!e.allOf)return;if(e.allOf.length===1){let p=Y({schema:e.allOf[0],resolver:r,meta:n,tag:i});return t.assign(p.getCodeString(i,r.options))}let{patchRequiredSchemaInLoop:s,noRequiredOnlyAllof:a,composedRequiredSchema:c}=mS(e),u=a.map(p=>{let d=Y({schema:p,resolver:r,meta:n,tag:i});return r&&s(p,r.getSchemaByRef.bind(r)),d});c.required.length&&u.push(Y({schema:c,resolver:r,meta:n,tag:i}));let l=u.at(0),f=u.slice(1).map(p=>`merge(${p.getCodeString(i,r.options)})`).join(".");return t.assign(`${l.getCodeString(i,r.options)}.${f}`)}o(jN,"getAllOfZodSchema");function qN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i}){if(!re(e))return;let s=e.type?e.type.toLowerCase():void 0;if(s&&Ye(s)){if(e.enum){if(s==="string")return MN({schema:e,zodSchema:t,resolver:r,meta:n,tag:i});if(e.enum.some(a=>typeof a=="string"))return t.assign("z.never()");if(e.enum.length===1){let a=e.enum[0];return t.assign(`z.literal(${a===null?"null":a})`)}return t.assign(`z.union([${e.enum.map(a=>`z.literal(${a===null?"null":a})`).join(", ")}])`)}return t.assign(Ee(s).with("integer",()=>"z.number()").with("string",()=>Ee(e.format).with("binary",()=>ca).otherwise(()=>ua)).otherwise(a=>`z.${a}()`))}}o(qN,"getPrimitiveZodSchema");function MN({resolver:e,schema:t,zodSchema:r,meta:n,tag:i}){var l;if(!re(t))return;let s=fi(t);if(!e.options.extractEnums)return r.assign(s);let a=e.getEnumZodSchemaDataByCode(s);if(a)return((l=r.meta.parent)==null?void 0:l.ref)===e.getRefByZodSchemaName(a.zodSchemaName)?r.assign(a.code):new jo({$ref:e.getRefByZodSchemaName(a.zodSchemaName)},e,n).inherit(r).assign(s);let c=e.getExtractedEnumZodSchemaDataByCode(s);if(!c)return r.assign(s);if(!c.zodSchemaName||!c.tag)throw new Error(`Enum zod schema name or tag not resolved for code: ${s}`);let u=e.options.tsNamespaces&&c.tag!==i?`${U({type:"models",tag:c.tag,options:e.options})}.`:"";return r.assign(`${u}${c.zodSchemaName}`)}o(MN,"getEnumZodSchema");function fi(e){var t;return`${So}([${(t=e.enum)==null?void 0:t.map(r=>r===null?"null":`"${r}"`).join(", ")}])`}o(fi,"getEnumZodSchemaCode");function Ob(e){return`${So}([${e.map(t=>`"${t}"`).join(", ")}])`}o(Ob,"getEnumZodSchemaCodeFromEnumNames");function di({schema:e,zodSchema:t,fallbackName:r,resolver:n,tag:i}){var c;let s=t.getCodeString();if((!he(s)||t.ref===void 0)&&r){if(t.complexity<vf)return s;let u=Nt(r,n.options.schemaSuffix);for(;n.getCodeByZodSchemaName(u);){if((c=n.getZodSchemaNamesByCompositeCode(s))!=null&&c.includes(u))return u;if(n.getCodeByZodSchemaName(u)===u)return u;throw new Error(`Can't uniquely resolve zod schema name: ${u}`)}return n.setZodSchema(u,s,i),n.addZodSchemaForCompositeCode(s,t,u,e),u}let a=n.getCodeByZodSchemaName(s);if(!a&&t.ref&&(a=n.getCodeByZodSchemaName(n.getZodSchemaNameByRef(t.ref))),t.ref&&a)return pe(0,n.getSchemaByRef(t.ref))<vf?n.getCodeByZodSchemaName(s):s;if(t.ref)return n.getZodSchemaNameByRef(t.ref);throw new Error(`Invalid ref: ${t.ref}`)}o(di,"resolveZodSchemaName");function $b({resolver:e,endpoint:t,operation:r}){let n=r["x-acl"];return n==null?void 0:n.map(i=>{let s=Object.keys(i.conditions??{}).reduce((a,c)=>{let u=DN({resolver:e,endpoint:t,acl:n,name:c});return u?[...a,u]:(e.validationErrors.push(vb(c,r,t)),a)},[]);return{...i,conditionsTypes:s}})}o($b,"getEndpointAcl");function DN({resolver:e,endpoint:t,acl:r,name:n}){var p,d,m,g,y,v,S,b,P,E;let i=(d=(p=r[0])==null?void 0:p.conditions)==null?void 0:d[n];if(!i)return;let s=i.replace(/^\$[^.]*\./,"").split("."),a,c,u,l=0,f=t.parameters.find(({name:_})=>_===s[l]);if(f)c=(m=f.parameterObject)==null?void 0:m.required,a=(g=f.parameterObject)==null?void 0:g.schema,u=`${f.name} ${Pr(f.type)} parameter`,l++;else{let _=t.parameters.find(({bodyObject:X})=>!!X),k=Object.keys(((y=_==null?void 0:_.bodyObject)==null?void 0:y.content)??{}).find(Je);k&&(a=(b=(S=(v=_==null?void 0:_.bodyObject)==null?void 0:v.content)==null?void 0:S[k])==null?void 0:b.schema,u=`${Ie(t)?"query":"mutation"} data`)}for(;a&&l<s.length;){let _=e.resolveObject(a);a=(P=Object.entries(_.properties??{}).find(([k])=>k===s[l]))==null?void 0:P[1],c=((E=_.required)==null?void 0:E.includes(s[l]))??!1,l++}if(a)return{name:n,type:L(a)?void 0:a.type,zodSchemaName:L(a)?e.getZodSchemaNameByRef(a.$ref):void 0,required:c,info:u}}o(DN,"getEndpointAclConditionPropertyType");function xb({resolver:e,operation:t,operationName:r,isUniqueOperationName:n,tag:i}){var m,g;let s=e.resolveObject(t.requestBody);if(!s)return;let c=Object.keys(s.content??{}).find(Je);if(!c)return;let u=(g=(m=s.content)==null?void 0:m[c])==null?void 0:g.schema;if(!u)return;let l=Y({schema:u,resolver:e,meta:{isRequired:s.required??!0},tag:i}),f=e.resolveObject(u),p=di({schema:f,zodSchema:l,fallbackName:_a(nn(r,n,i)),resolver:e,tag:i}),d=qt({schema:f,meta:l.meta,options:e.options});return{endpointParameter:{name:pa,type:"Body",description:s.description,zodSchema:p+d,bodyObject:s},requestFormat:c}}o(xb,"getEndpointBody");function Ab({resolver:e,param:t,operationName:r,isUniqueOperationName:n,tag:i}){let s=e.resolveObject(t);if(!yS.includes(s.in))return;let a={};if(s.content){let m=Object.keys(s.content??{}),g=m.find(Je);if(!g)throw new Error(`Unsupported media type for param ${s.name}: ${m.join(", ")}`);let y=s.content[g];if(!y)throw new Error(`No content with media type for param ${s.name}: ${g}`);a=(y==null?void 0:y.schema)??y}else s.schema&&(a=s.schema);e.options.withDescription&&a&&(a.description=(s.description??"").trim());let c=FS(nn(r,n,i),s.name),u;if(CS(s)){let m=Io(c,e.options.enumSuffix,e.options.schemaSuffix),g=Ob(s["x-enumNames"]);e.setZodSchema(m,g,i),u=m}let l=Y({schema:a,resolver:e,meta:{isRequired:s.in==="path"?!0:s.required??!1},tag:i}),f=e.resolveObject(a),p=qt({schema:f,meta:l.meta,options:e.options}),d=di({schema:f,zodSchema:l.assign(l.getCodeString(i)+p),fallbackName:c,resolver:e,tag:i});return{name:Ee(s.in).with("path",()=>Ef(s.name)).otherwise(()=>s.name),type:Ee(s.in).with("header",()=>"Header").with("query",()=>"Query").with("path",()=>"Path").run(),zodSchema:d,parameterObject:s,parameterSortingEnumSchemaName:u}}o(Ab,"getEndpointParameter");function Ib(e){var r,n,i,s,a;let t=[];for(let c in e.openApiDoc.paths){if(rn(c,e.options))continue;let u=e.openApiDoc.paths[c],l=cn(u,en),f=wb(u.parameters??[]);for(let p in l){let d=l[p];if(!d||ui(d,e.options))continue;let m=d.operationId&&d.operationId!==wt(d.operationId);d.operationId&&m&&e.validationErrors.push(mb(d.operationId));let g=Object.entries({...f,...wb(d.parameters??[])}).map(([,_])=>_),y=No({path:c,method:p,operation:d,operationsByTag:e.operationsByTag,options:e.options}),v=e.operationNames.filter(_=>_===y).length<=1,S=Er(d,e.options),b={method:p,path:RS(c),operationName:y,description:d.description,summary:d.summary,tags:(r=d.tags)==null?void 0:r.map(Ct),requestFormat:"application/json",parameters:[],response:"",errors:[],responseStatusCodes:[],mediaUpload:!!d["x-media-upload"],mediaDownload:!!d["x-media-download"]};if(d.requestBody){let _=xb({resolver:e,operation:d,operationName:y,isUniqueOperationName:v,tag:S});_&&(b.parameters.push(_.endpointParameter),b.requestFormat=_.requestFormat)}for(let _ of g){let T=Ab({resolver:e,param:_,operationName:y,isUniqueOperationName:v,tag:S});T&&b.parameters.push(T)}let P=LN(b);P.forEach(_=>{b.parameters.push(_)}),P.length>0&&e.validationErrors.push(hb(P,c));for(let _ in d.responses){b.responseStatusCodes.push(_);let T=e.resolveObject(d.responses[_]),X=Object.keys(T.content??{}).find(si),se,D;if(X?(b.responseFormat=X,se=(i=(n=T.content)==null?void 0:n[X])==null?void 0:i.schema):(D=vo,_==="200"&&e.validationErrors.push(Sb({received:"200",expected:"204"},d,b))),se){let Q=Y({schema:se,resolver:e,meta:{isRequired:!0},tag:S}),ae=e.resolveObject(se);D=di({schema:ae,zodSchema:Q,fallbackName:Q.ref?void 0:Pa({statusCode:_,operationName:y,isUniqueOperationName:v,tag:S}),resolver:e,tag:S})+qt({schema:ae,meta:Q.meta,options:e.options})}if(D){let Q=Number(_);Oo(Q)&&!b.response?(b.response=D,b.responseObject=T,b.responseDescription=T.description):_!=="default"&&ga(Q)&&b.errors.push({zodSchema:D,status:Q,description:T.description})}}b.response||(b.response=vo);let E=Object.keys(d.responses).map(Number).filter(Oo);E.length>1&&e.validationErrors.push(bb(E.map(String),d,b)),b.acl=$b({resolver:e,endpoint:b,operation:d}),(s=d.security)!=null&&s[0].Authorization&&!b.responseStatusCodes.includes("401")&&e.validationErrors.push(Af("401",d,b)),(a=b.acl)!=null&&a[0]&&!b.responseStatusCodes.includes("403")&&e.validationErrors.push(Af("403",d,b)),t.push(b)}}return t}o(Ib,"getEndpointsFromOpenAPIDoc");function wb(e){return Object.fromEntries((e??[]).map(t=>[L(t)?t.$ref:t.name,t]))}o(wb,"getParameters");function LN(e){return[...e.path.matchAll(/:([a-zA-Z0-9_]+)/g)].map(r=>r[1]).filter(r=>e.parameters.findIndex(({name:n})=>n===r)===-1).map(r=>FN(r))}o(LN,"getMissingPathParameters");function FN(e){return{name:e,type:"Path",zodSchema:ua,parameterObject:{name:e,required:!0,in:"path",schema:{type:"string"}}}}o(FN,"getPathParameterFromName");function Tb(e,t){let r=HN(e,t),n=VN(e,r);return{refsDependencyGraph:r,deepDependencyGraph:n}}o(Tb,"getOpenAPISchemaDependencyGraph");function HN(e,t){let r={},n={};return e.forEach(i=>BN({schema:t(i),fromRef:i,getSchemaByRef:t,visitedRefs:r,refsDependencyGraph:n})),n}o(HN,"getRefsDependencyGraph");function VN(e,t){let r={},n={},i=o((s,a)=>{n[a].add(s),t[s]&&a!==s&&t[s].forEach(c=>{let u=`${a}__${c}`;r[u]||(r[u]=!0,i(c,a))})},"visit");return e.forEach(s=>{let a=t[s];a&&(n[s]||(n[s]=new Set),a.forEach(c=>i(c,s)))}),n}o(VN,"getDeepRefsDependencyGraph");function BN({schema:e,fromRef:t,getSchemaByRef:r,visitedRefs:n={},refsDependencyGraph:i={}}){let s=o(a=>{if(a.type!=="reference"||!a.data)return;let{schema:c,data:u}=a;if(i[u.fromRef]||(i[u.fromRef]=new Set),i[u.fromRef].add(c.$ref),n[c.$ref])return!0;n[u.fromRef]=!0,me(r(c.$ref),{data:{fromRef:c.$ref},onSchema:s})},"onSchema");return me(e,{data:{fromRef:t},onSchema:s}),{visitedRefs:n,refsDependencyGraph:i}}o(BN,"getSchemaRefsDependencyGraph");function Ta(e,t,r){let n=[];return me(t,{onSchema:o(s=>{s.type==="reference"?n.push(s.schema):L(s.parentSchema)&&(s.type==="property"?e.validationErrors.push(ko(`${r} has both reference and properties`)):s.type==="additionalProperties"?e.validationErrors.push(ko(`${r} has both reference and additionalProperties`)):s.type==="array"?e.validationErrors.push(ko(`${r} is both reference and array schema`)):s.type==="composite"&&e.validationErrors.push(ko(`${r} has both reference and composite keyword`)))},"onSchema")}),n}o(Ta,"getSchemaRefObjs");function Rb(e,t){return t.map(i=>tn(i.$ref)).reduce((i,s)=>{let a=e.dependencyGraph.deepDependencyGraph[s];return[...i,s,...Array.from(a??[])]},[])}o(Rb,"getDeepSchemaRefObjs");function Cb(e){e.extractedEnumZodSchemaData.forEach(r=>{let n=r.meta.zodSchemaNameSegments.map(s=>s[s.length-1]).filter(Boolean),i=bf(n);if(!i)throw new Error(`No common last segment found for enum: ${r.code}`);r.zodSchemaName=Io(i,e.options.enumSuffix,e.options.schemaSuffix)});let t=0;for(;t<5&&!Tf(e);)UN(e,t+2),t++;if(Tf(e)||e.extractedEnumZodSchemaData.filter(n=>!Nb(e,n)).forEach(n=>{n.zodSchemaName=Io(n.meta.zodSchemaNameSegments[0].map(i=>Rf(B(i))).join(""),e.options.enumSuffix,e.options.schemaSuffix)}),!Tf(e))throw new Error("Failed to resolve unique names for enum zod schemas")}o(Cb,"resolveExtractedEnumZodSchemaNames");function Tf(e){return e.extractedEnumZodSchemaData.every(t=>Nb(e,t))}o(Tf,"allExtractedEnumZodSchemaNamesAreUnique");function UN(e,t){e.extractedEnumZodSchemaData.forEach(r=>{let n=e.extractedEnumZodSchemaData.filter(({zodSchemaName:i})=>r.zodSchemaName===i);n.length!==1&&GN(n,t)})}o(UN,"additionalResolveExtractedEnumZodSchemaName");function GN(e,t=2){e.forEach(r=>{let n=r.meta.zodSchemaNameSegments.map(i=>i[i.length-t]).filter(Boolean);if(n.length===1){let i=[Rf(B(n[0])),r.zodSchemaName].filter(Boolean).join("");r.zodSchemaName=i}else{let i=bf(n),s=[i?Rf(B(i)):"",r.zodSchemaName].filter(Boolean).join("");r.zodSchemaName=s}})}o(GN,"suffixWithPreviousSegmentName");function Nb(e,t){return e.extractedEnumZodSchemaData.filter(({zodSchemaName:r})=>t.zodSchemaName===r).length===1}o(Nb,"isUnique");function Rf(e){return e.replace(/(Dto|DTO|Response|Request)/g,"")}o(Rf,"sanitizeName");function kb(e){e.extractedEnumZodSchemaData.forEach(t=>{let r=He(t.meta.tags);t.tag=r.length===1?r[0]:e.options.defaultTag})}o(kb,"resolveExtractedEnumZodSchemaTags");function qo({schema:e,nameSegments:t=[],includeSelf:r,...n}){r&&jb({schema:e,nameSegments:t,...n}),me(e,{data:{nameSegments:t},onSchema:o(s=>{var c;if(s.type==="reference")return!0;let a=[...((c=s.data)==null?void 0:c.nameSegments)??[]];s.type==="property"&&a.push(s.propertyName),jb({schema:s.schema,nameSegments:[...a],...n})},"onSchema")})}o(qo,"updateExtractedEnumZodSchemaData");function jb({resolver:e,schema:t,schemaRef:r,schemaInfo:n,tags:i,nameSegments:s=[]}){if(!t||L(t)||!t.enum)return;let a=fi(t),c=e.extractedEnumZodSchemaData.find(u=>u.code===a);c?(c.meta.zodSchemaNameSegments.push(s),c.meta.tags.push(...i),c.meta.schemaRefs.push(...r?[r]:[]),c.meta.schemas.push(...t?[t]:[])):e.extractedEnumZodSchemaData.push({code:a,meta:{zodSchemaNameSegments:[s],tags:[...i],schemaRefs:r?[r]:[],schemas:t?[t]:[]}}),e.validationErrors.push(gb(r?`${oi(r)}.${s[s.length-1]}`:n??s.join(".")))}o(jb,"handleExtractedEnumZodSchemaDataUpdate");function qb(e){var n;let t={},r={};return Object.entries(((n=e.openApiDoc.components)==null?void 0:n.schemas)??{}).forEach(([i,s])=>{let a=e.getSchemaDataByName(i);if(e.options.excludeRedundantZodSchemas&&(!a||a.deepRefOperations.length===0&&a.tags.length===0))return;let c=Nt(i,e.options.schemaSuffix);if(t[c])return;let u=e.getTagByZodSchemaName(c),l=e.resolveObject(s);l.enum?r[c]=fi(l):t[c]=Y({schema:s,resolver:e,tag:u}).getCodeString(u)}),{zodSchemas:t,enumZodSchemas:r}}o(qb,"getZodSchemasFromOpenAPIDoc");function Mb(e){var r;let t=[];return Object.entries(((r=e.openApiDoc.components)==null?void 0:r.schemas)??{}).forEach(([n,i])=>{let s=Nt(n,e.options.schemaSuffix),a=e.resolveObject(i);!t.find(c=>c.zodSchemaName===s)&&a.enum&&t.push({zodSchemaName:s,code:fi(a)})}),t}o(Mb,"getEnumZodSchemasFromOpenAPIDoc");var Cf=class Cf{constructor(t,r){this.openApiDoc=t;this.options=r;this.dependencyGraph=Tb(this.schemaRefs,this.getSchemaByRef.bind(this)),this.enumZodSchemas=Mb(this),this.operationsByTag=fb(t,r),this.operationNames=pb(t,this.operationsByTag,r),this.initialize()}schemaData=[];zodSchemaData=[];compositeZodSchemaData=[];dependencyGraph;enumZodSchemas=[];extractedEnumZodSchemaData=[];operationsByTag={};operationNames=[];validationErrors=[];get docSchemas(){var t;return((t=this.openApiDoc.components)==null?void 0:t.schemas)??{}}get schemaRefs(){return Object.keys(this.docSchemas).map(xS)}getSchemaByRef(t){return this.docSchemas[oi(t)]}getSchemaDataByName(t){return this.schemaData.find(r=>r.name===t)}getZodSchemaNameByRef(t){var n,i;let r=((n=this.getSchemaDataByRef(tn(t)))==null?void 0:n.zodSchemaName)??((i=this.extractedEnumZodSchemaData.find(s=>s.zodSchemaName===t))==null?void 0:i.zodSchemaName);if(!r)throw new Error(`Zod schema not found for ref: ${t}`);return r}getRefByZodSchemaName(t){var r;return(r=this.schemaData.find(n=>n.zodSchemaName===t))==null?void 0:r.ref}getTagByZodSchemaName(t){var u,l;if(!this.options.splitByTags)return this.options.defaultTag;let r=this.extractedEnumZodSchemaData.find(f=>f.zodSchemaName===t);if(r)return Ct(r.tag??this.options.defaultTag);let n=this.getRefByZodSchemaName(t),i=n?((u=this.getSchemaDataByRef(n))==null?void 0:u.tags)??[]:[],s=((l=this.zodSchemaData.find(f=>f.zodSchemaName===t))==null?void 0:l.tags)??[],a=He(i,s),c=a.length===1?a[0]:this.options.defaultTag;return Ct(c??this.options.defaultTag)}getCodeByZodSchemaName(t){var r;return(r=this.zodSchemaData.find(n=>n.zodSchemaName===t))==null?void 0:r.code}getZodSchemaNamesByCompositeCode(t){var r;return(r=this.compositeZodSchemaData.find(n=>n.code===t))==null?void 0:r.zodSchemas.map(n=>n.zodSchemaName)}setZodSchema(t,r,n){let i=this.zodSchemaData.find(s=>s.zodSchemaName===t);i?(i.code=r,i.tags=(i.tags??[]).concat(n)):this.zodSchemaData.push({zodSchemaName:t,code:r,tags:[n]})}addZodSchemaForCompositeCode(t,r,n,i){let s={zodSchemaName:n,zodSchema:r,schema:i},a=this.compositeZodSchemaData.find(c=>c.code===t);a?a.zodSchemas.push(s):this.compositeZodSchemaData.push({code:t,zodSchemas:[s]})}getCompositeZodSchemaByZodSchemaName(t){var n;let r=this.compositeZodSchemaData.find(i=>i.zodSchemas.some(s=>s.zodSchemaName===t));return(n=r==null?void 0:r.zodSchemas.find(i=>i.zodSchemaName===t))==null?void 0:n.zodSchema}getSchemaByCompositeZodSchemaName(t){var r,n;return(n=(r=this.compositeZodSchemaData.find(i=>i.zodSchemas.some(s=>s.zodSchemaName===t)))==null?void 0:r.zodSchemas.find(i=>i.zodSchemaName===t))==null?void 0:n.schema}getEnumZodSchemaDataByCode(t){return this.enumZodSchemas.find(r=>r.code===t)}getExtractedEnumZodSchemaDataByCode(t){return this.extractedEnumZodSchemaData.find(r=>r.code===t)}getExtractedEnumZodSchemaNamesReferencedBySchemaRef(t){return this.extractedEnumZodSchemaData.reduce((r,{zodSchemaName:n,meta:i})=>(n&&i.schemaRefs.includes(t)&&r.push(n),r),[])}getZodSchemas(){return this.zodSchemaData.reduce((t,{zodSchemaName:r,code:n})=>({...t,[r]:n}),{})}getExtractedEnumZodSchemas(){return this.extractedEnumZodSchemaData.reduce((t,{zodSchemaName:r,code:n})=>r?{...t,[r]:n}:t,{})}resolveObject(t){return L(t)?this.getSchemaByRef(t.$ref):t}isSchemaCircular(t){var r;return(r=this.dependencyGraph.deepDependencyGraph[t])==null?void 0:r.has(t)}getCircularSchemaChain(t,r=t,n=[],i=[]){var s,a;return i.includes(r)?[]:(i.push(r),(s=this.dependencyGraph.refsDependencyGraph[r])!=null&&s.has(t)?[...n,r,t]:Array.from(((a=this.dependencyGraph.refsDependencyGraph[r])==null?void 0:a.values())??[]).map(c=>{let u=this.getCircularSchemaChain(t,c,n,i);return u.length>0?[r,...u]:u}).flat())}getBaseUrl(){var r,n;let t=(n=(r=this.openApiDoc.servers)==null?void 0:r[0])==null?void 0:n.url;return this.options.baseUrl===""&&t?t:this.options.baseUrl}getZodSchemaObj(t){let r=this.getRefByZodSchemaName(t);if(r)return this.getSchemaByRef(r);let n=this.getSchemaByCompositeZodSchemaName(t);if(n)return n;let i=this.getExtractedEnumZodSchemaDataByName(t);if(i)return i.meta.schemas.reduce((s,a)=>({...s,...this.resolveObject(a)}),{})}getSchemaDataByRef(t){return this.schemaData.find(r=>r.ref===t)}getExtractedEnumZodSchemaDataByName(t){return this.extractedEnumZodSchemaData.find(({zodSchemaName:r})=>r===t)}initialize(){var t,r,n,i,s;this.schemaRefs.forEach(a=>{let c=tn(a),u=oi(c),l=Nt(u,this.options.schemaSuffix);this.schemaData.push({ref:c,name:u,zodSchemaName:l,tags:[],deepRefOperations:[]})});for(let a in this.openApiDoc.paths){if(rn(a,this.options))continue;let c=this.openApiDoc.paths[a],u=cn(c,en);for(let l in u){let f=u[l];if(!f||ui(f,this.options))continue;let p=Er(f,this.options),d=No({path:a,method:l,operation:f,operationsByTag:this.operationsByTag,options:this.options}),m=this.operationNames.filter(S=>S===d).length<=1,g=le(nn(d,m,p)),y=[];if((t=f.parameters)==null||t.map(S=>{let b=S,P=b.schema,E=`Operation ${f.operationId??a} parameter ${b.name}`;y.push(...Ta(this,P,E)),this.options.extractEnums&&qo({resolver:this,schema:P,schemaInfo:E,tags:[p],nameSegments:[g,b.name],includeSelf:!0})}),f.requestBody){let S=this.resolveObject(f.requestBody),P=Object.keys(S.content??{}).find(Je);if(P){let E=(n=(r=S.content)==null?void 0:r[P])==null?void 0:n.schema,_=`Operation ${f.operationId} request body`;y.push(...Ta(this,E,_)),this.options.extractEnums&&qo({resolver:this,schema:E,schemaInfo:_,tags:[p],nameSegments:[_a(g)]})}}for(let S in f.responses){let b=this.resolveObject(f.responses[S]),E=Object.keys(b.content??{}).find(si);if(E){let _=(s=(i=b.content)==null?void 0:i[E])==null?void 0:s.schema,T=`Operation ${f.operationId} response body`;y.push(...Ta(this,_,T)),this.options.extractEnums&&qo({resolver:this,schema:_,schemaInfo:T,tags:[p],nameSegments:[Pa({statusCode:S,operationName:d,isUniqueOperationName:m,tag:p})]})}}Rb(this,y).forEach(S=>{let b=this.getSchemaDataByRef(S);b&&(b.tags.push(p),b.deepRefOperations.push(f))})}}this.options.extractEnums&&(this.schemaRefs.forEach(a=>{var u;let c=tn(a);qo({resolver:this,schema:this.getSchemaByRef(c),schemaRef:c,tags:((u=this.getSchemaDataByRef(c))==null?void 0:u.tags)??[],nameSegments:[oi(c)]})}),kb(this),this.handleDuplicateEnumZodSchemas(),Cb(this))}handleDuplicateEnumZodSchemas(){let t=this.enumZodSchemas.map(({code:n})=>n),r=this.enumZodSchemas.filter(({code:n})=>t.includes(n));this.schemaData.forEach(n=>{var a,c;let i=(a=r.find(({zodSchemaName:u})=>u===n.zodSchemaName))==null?void 0:a.code;if(!i)return;let s=this.extractedEnumZodSchemaData.find(({code:u})=>u===i);!s||((c=this.getEnumZodSchemaDataByCode(s.code))==null?void 0:c.zodSchemaName)!==n.zodSchemaName||(n.tags.push(...s.meta.tags??[]),s.meta.schemaRefs.forEach(u=>{this.dependencyGraph.refsDependencyGraph[u]||(this.dependencyGraph.refsDependencyGraph[u]=new Set),this.dependencyGraph.refsDependencyGraph[u].add(n.ref),this.dependencyGraph.deepDependencyGraph[u]||(this.dependencyGraph.deepDependencyGraph[u]=new Set),this.dependencyGraph.deepDependencyGraph[u].add(n.ref)}))}),this.extractedEnumZodSchemaData.splice(0,this.extractedEnumZodSchemaData.length,...this.extractedEnumZodSchemaData.filter(({code:n})=>!t.includes(n)))}};o(Cf,"SchemaResolver");var Ra=Cf;function Db(e){let t=[],r={};function n(i,s){Array.isArray(s)||(s=[]),s.push(i),r[i]=!0,e[i]&&e[i].forEach(a=>{s.includes(a)||r[a]||n(a,s.slice(0))}),t.includes(i)||t.push(i)}return o(n,"visit"),Object.keys(e).forEach(i=>n(i,[])),t}o(Db,"topologicalSort");function Lb(e,t){let r=Object.entries(e),n=r.filter(([i])=>t.includes(i)).sort(([i],[s])=>t.indexOf(i)-t.indexOf(s)).concat(r.filter(([i])=>!t.includes(i)));return Object.fromEntries(n)}o(Lb,"sortObjKeysFromArray");function Fb(e,t){let r=Db(e.dependencyGraph.deepDependencyGraph).map(i=>e.getZodSchemaNameByRef(i));return Lb(t,r)}o(Fb,"sortZodSchemasByTopology");function Hb(e,t){let r={};return Object.entries(t).forEach(([n,i])=>{let s=e.getRefByZodSchemaName(n);s&&e.isSchemaCircular(s)?(e.validationErrors.push(yb(e.getCircularSchemaChain(s).join(" -> "))),r[Nt(n,e.options.schemaSuffix)]=`z.lazy(() => ${i})`):r[Nt(n,e.options.schemaSuffix)]=i}),r}o(Hb,"wrapCircularZodSchemas");function Ca(e,t){let r=new Ra(e,t),n=Ib(r),i=qb(r),s={...i.zodSchemas,...r.getZodSchemas(),...i.enumZodSchemas};return s=Hb(r,s),s=Fb(r,s),s={...r.getExtractedEnumZodSchemas(),...s},{resolver:r,data:ZN({resolver:r,endpoints:n,zodSchemas:s,options:t})}}o(Ca,"getDataFromOpenAPIDoc");function ZN({resolver:e,endpoints:t,zodSchemas:r,options:n}){let i=new Map;return n.splitByTags?(t.forEach(s=>{let a=$r(s,n);Vb(a,i).endpoints.push(s)}),Object.entries(r).forEach(([s,a])=>{let c=e.getTagByZodSchemaName(s);c&&(Vb(c,i).zodSchemas[s]=a)}),i):(i.set(n.defaultTag,{endpoints:t,zodSchemas:r}),i)}o(ZN,"splitDataByTags");function Vb(e,t){return t.has(e)||t.set(e,{endpoints:[],zodSchemas:{}}),t.get(e)}o(Vb,"getTagElement");async function Bb(e,t){let{resolver:r,data:n}=await Ca(e,t),i=[],s=[];return n.forEach(({endpoints:c,zodSchemas:u},l)=>{Object.keys(u).forEach(f=>{let p=r.getRefByZodSchemaName(f),d=p?r.getSchemaByRef(p):r.getSchemaByCompositeZodSchemaName(f),m=ai({zodSchemaName:f,schema:d,resolver:r}),g;d&&(g=an({schema:d,parentTypes:[m],resolver:r})),i.push({...m,metaType:"primitive",...g})}),c.forEach(f=>{let p="queries",d=Ct(l);s.push({name:xa(f),importPath:on({type:p,tag:d,includeTagDir:!0,options:t}),namespace:t.tsNamespaces?U({type:p,tag:d,options:t}):void 0,isQuery:Ie(f),isMutation:jt(f),params:zN({resolver:r,endpoint:f}),response:KN({resolver:r,endpoint:f})})})}),{openApiDoc:e,models:i,queries:s}}o(Bb,"getMetadataFromOpenAPIDoc");function zN({resolver:e,endpoint:t}){return t.parameters.map(r=>{var a,c,u,l;let n;if((a=r.parameterObject)!=null&&a.schema)n=e.resolveObject(r.parameterObject.schema);else if(r.bodyObject){let p=Object.keys(r.bodyObject.content??{}).find(Je);p&&(n=e.resolveObject((u=(c=r.bodyObject.content)==null?void 0:c[p])==null?void 0:u.schema))}let i=ai({zodSchemaName:r.zodSchema,schema:n,resolver:e}),s;return n&&(s=an({schema:n,parentTypes:[i],resolver:e})),{name:wt(r.name),isRequired:((l=r.parameterObject)==null?void 0:l.required)??!0,...i,...s,paramType:r.type}}).sort((r,n)=>{if(r.isRequired===n.isRequired){let i=["Path","Body","Query","Header"];return i.indexOf(r.paramType)-i.indexOf(n.paramType)}return r.isRequired?-1:1}).map(({paramType:r,...n})=>n)}o(zN,"getQueryMetadataParams");function KN({resolver:e,endpoint:t}){var a,c,u,l;let r,n=Object.keys(((a=t.responseObject)==null?void 0:a.content)??{}).find(si);n&&(r=e.resolveObject((l=(u=(c=t.responseObject)==null?void 0:c.content)==null?void 0:u[n])==null?void 0:l.schema));let i=ai({zodSchemaName:t.response,schema:r,resolver:e}),s;return r&&(s=an({schema:r,parentTypes:[i],resolver:e})),{...i,metaType:"primitive",...s}}o(KN,"getQueryMetadataResponse");var xd=rt(Yt());var Od=rt(require("fs")),kP=rt(require("path"));function jP(e){return Od.default.readFileSync(kP.default.join(__dirname,`../${e}`),"utf-8")}o(jP,"readFileSync");function $d(e){let t=`src/generators/templates/${e}.hbs`;return jP(t)}o($d,"readHbsTemplateSync");function qP(e){let t=`src/assets/${e}`;return jP(t)}o(qP,"readAssetSync");function Jt({output:e,fileName:t}){return`${e}/${t}`}o(Jt,"getOutputFileName");var Lt=rt(Yt());function MP(e){F3(),H3(),V3(e.options),B3(),U3(),G3(),Z3(),z3(),K3()}o(MP,"registerAclHbsHelpers");function F3(){Lt.default.registerHelper("abilityTypeName",kS)}o(F3,"registerAbilityTypeNameHelper");function H3(){Lt.default.registerHelper("abilityFunctionName",Ao)}o(H3,"registerAbilityFunctionNameHelper");function V3(e){Lt.default.registerHelper("importedAbilityFunctionName",t=>jS(t,e))}o(V3,"registerImportedAbilityFunctionNameHelper");function B3(){Lt.default.registerHelper("ablityAction",qS)}o(B3,"registerAbilityActionHelper");function U3(){Lt.default.registerHelper("ablitySubject",MS)}o(U3,"registerAbilitySubjectHelper");function G3(){Lt.default.registerHelper("hasAbilityConditions",Sa)}o(G3,"registerHasAbilityConditionsHelper");function Z3(){Lt.default.registerHelper("abilityConditionsTypes",wo)}o(Z3,"registerAbilityConditionsTypesHelper");function z3(){Lt.default.registerHelper("abilityDescription",DS)}o(z3,"registerAbilityDescriptionHelper");function K3(){Lt.default.registerHelper("tagAllAbilitiesName",ba)}o(K3,"registerTagAllAbilitiesNameHelper");var Ei=rt(Yt());function DP(){Q3(),W3(),Y3(),J3(),X3()}o(DP,"registerCommonHbsHelpers");function Q3(){Ei.default.registerHelper("isEqual",(e,t)=>e===t)}o(Q3,"registerIsEqualHelper");function W3(){Ei.default.registerHelper("commaSeparated",e=>e.join(", "))}o(W3,"registerCommaSeparatedListHelper");function Y3(){Ei.default.registerHelper("addAsteriskAfterNewLine",e=>e.replace(/\n/g,`
77
77
  *`))}o(Y3,"registerAddAsteriskAfterNewLineHelper");function J3(){Ei.default.registerHelper("jsonStringify",e=>JSON.stringify(e,null,2))}o(J3,"registerJsonStringifyHelper");function X3(){Ei.default.registerHelper("capitalize",B)}o(X3,"registerCapitalizeHelper");var Rr=rt(Yt());function LP(e){eq(),tq(e.options),iq(e),rq(),nq(),oq(e),sq()}o(LP,"registerEndpointsHbsHelpers");function eq(){Rr.default.registerHelper("endpointName",Co)}o(eq,"registerEndpointNameHelper");function tq(e){Rr.default.registerHelper("importedEndpointName",t=>ob(t,e))}o(tq,"registerImportedEndpointNameHelper");function rq(){Rr.default.registerHelper("endpointPath",sb)}o(rq,"registerEndpointPathHelper");function nq(){Rr.default.registerHelper("endpointBody",e=>e.parameters.find(t=>t.type==="Body"))}o(nq,"registerEndpointBodyHelper");function iq(e){Rr.default.registerHelper("endpointParams",(t,r)=>wr(e,t,r.hash))}o(iq,"registerEndpointParamsHelper");function oq(e){Rr.default.registerHelper("endpointArgs",(t,r)=>wr(e,t,r.hash).map(n=>n.name).join(", "))}o(oq,"registerEndpointArgsHelper");function sq(){Rr.default.registerHelper("endpointParamDescription",e=>{var s,a,c,u,l;let t=[`${e.paramType} parameter`],r=((s=e.parameterObject)==null?void 0:s.description)||((a=e.bodyObject)==null?void 0:a.description);r&&t.push(r);let n,i;if((c=e.parameterObject)!=null&&c.schema&&re(e.parameterObject.schema)&&(n=(u=e.parameterObject)==null?void 0:u.schema),(l=e.bodyObject)!=null&&l.content){let p=Object.keys(e.bodyObject.content??{}).find(Je);p&&(i=e.bodyObject.content[p],i.schema&&re(i.schema)&&(n=i.schema))}if(n){let f=To(n);t.push(...f)}return i!=null&&i.example&&t.push(`Example: \`${i.example}\``),t.join(". ")})}o(sq,"registerEndpointParamDescriptionHelper");var FP=rt(Yt());function HP(){aq()}o(HP,"registerImportsHbsHelpers");function aq(){FP.default.registerHelper("importNames",(e,t)=>[...t?[t]:[],...e?[`{ ${e.join(", ")} }`]:[]].join(", "))}o(aq,"registerBindingsHelper");var Re=rt(Yt());function VP(e){cq(),uq(),lq(),pq(e),fq(),dq(e),mq(e),hq(e),gq(e),yq(e),vq(),Sq(),bq(),_q()}o(VP,"registerPartialsHbsHelpers");function cq(){Re.default.registerHelper("genModelJsDocs",(e,t,r)=>Ce("model-js-docs")({name:e,zodSchema:t,tag:r}))}o(cq,"registerGenerateModelJsDocsHelper");function uq(){Re.default.registerHelper("genImport",e=>Ce("import")({import:e}))}o(uq,"registerImportHelper");function lq(){Re.default.registerHelper("genEndpointParams",(e,t)=>Ce("endpoint-params")({endpoint:e,options:t}))}o(lq,"registerGenerateEndpointParamsHelper");function pq(e){Re.default.registerHelper("genEndpointConfig",t=>{let r=ab(t),n=e.options.axiosRequestConfig;return Object.keys(r).length===0?n?gr:"":Ce("endpoint-config")({endpointConfig:r,hasAxiosRequestConfig:n,hasBlobResponse:t.response===ca,hasFileDownload:t.mediaDownload,axiosRequestConfigName:gr,generateParse:e.options.parseRequestParams})})}o(pq,"registerGenerateEndpointConfigHelper");function fq(){Re.default.registerHelper("genEndpointParamParse",(e,t)=>{var r;return Ce("endpoint-param-parse")({param:e,paramName:t,isQuery:e.type==="Query",zodUtilsNamespace:ue.namespace,parse:ue.exports.parse,sortExp:ue.exports.sortExp,addOptional:!((r=e.parameterObject??e.bodyObject)!=null&&r.required)&&(e.parameterSortingEnumSchemaName||he(e.zodSchema))})})}o(fq,"registerGenerateEndpointParamParseHelper");function dq(e){Re.default.registerHelper("genQueryKeys",t=>t.length===0?"":Ce("query-keys")({queryEndpoints:t,queriesModuleName:_o,generateInfiniteQueries:e.options.infiniteQueries}))}o(dq,"registerGenerateQueryKeysHelper");function mq(e){Re.default.registerHelper("genQuery",t=>{if(!Ie(t))return;let r=e.options.axiosRequestConfig,n=e.options.checkAcl&&t.acl;return Ce("query-use-query")({endpoint:t,queryHook:mt.query,hasQueryFn:wr(e,t).length>0||r||n,hasQueryFnBody:n,hasAxiosRequestConfig:r,axiosRequestConfigName:gr,axiosRequestConfigType:At,hasAclCheck:n,aclCheckHook:Or})})}o(mq,"registerGenerateQueryHelper");function hq(e){Re.default.registerHelper("genMutation",(t,r)=>{if(!jt(t))return;let n=cb(t,r),i=ub(e,t,n),s=e.options.checkAcl&&t.acl;return Ce("query-use-mutation")({endpoint:t,queryHook:mt.mutation,queriesModuleName:_o,hasAxiosRequestConfig:e.options.axiosRequestConfig,hasMutationFnBody:t.mediaUpload||s,axiosRequestConfigName:gr,axiosRequestConfigType:At,hasMutationEffects:e.options.mutationEffects,mutationEffectsType:ri.optionsType,updateQueryEndpoints:n,destructuredVariables:i,hasAclCheck:s,aclCheckHook:Or})})}o(hq,"registerGenerateMutationHelper");function gq(e){Re.default.registerHelper("genInfiniteQuery",t=>{if(!e.options.infiniteQueries||!ci(t))return;let r=e.options.checkAcl&&t.acl;return Ce("query-use-infinite-query")({endpoint:t,infiniteQueryHook:mt.infiniteQuery,hasQueryFnBody:r,pageParamName:la.pageParamName,totalItemsName:la.totalItemsName,limitParamName:la.limitParamName,hasAxiosRequestConfig:e.options.axiosRequestConfig,axiosRequestConfigName:gr,axiosRequestConfigType:At,hasAclCheck:r,aclCheckHook:Or})})}o(gq,"registerGenerateInfiniteQueryHelper");function yq(e){Re.default.registerHelper("genQueryJsDocs",(t,r)=>Ce("query-js-docs")({endpoint:t,query:r.hash.query,mutation:r.hash.mutation,infiniteQuery:r.hash.infiniteQuery,hasMutationEffects:e.options.mutationEffects,mutationEffectsType:ri.optionsType}))}o(yq,"registerGenerateQueryJsDocsHelper");function vq(){Re.default.registerHelper("genCaslAbilityType",e=>Ce("casl-ability-type")({endpoint:e,abilityTupleType:Oe.abilityTuple}))}o(vq,"registerGenerateCaslAbilityTypeHelper");function Sq(){Re.default.registerHelper("genCaslAbilityFunction",e=>Ce("casl-ability-function")({endpoint:e}))}o(Sq,"registerGenerateCaslAbilityFunctionHelper");function bq(){Re.default.registerHelper("genCaslAbilityQuery",e=>Ce("casl-ability-query")({endpoint:e}))}o(bq,"registerGenerateCaslAbilityQueryHelper");function _q(){Re.default.registerHelper("genAclCheckCall",e=>{var i;let t=(i=wo(e))==null?void 0:i.map(s=>s.name),r=e.parameters.map(s=>s.name),n=t==null?void 0:t.every(s=>r.includes(s));return Ce("acl-check-call")({endpoint:e,generateAclCheckParams:Sa(e)&&n})})}o(_q,"registerGenerateAclCheckCallHelper");var Oi=rt(Yt());function BP(){Pq(),Oq(),$q(),Eq(),xq()}o(BP,"registerQueryHbsHelpers");function Pq(){Oi.default.registerHelper("queryName",(e,t)=>xa(e,t.hash.mutation))}o(Pq,"registerQueryNameHelper");function Eq(){Oi.default.registerHelper("infiniteQueryName",lb)}o(Eq,"registerInfiniteQueryNameHelper");function Oq(){Oi.default.registerHelper("isQuery",Ie)}o(Oq,"registerIsQueryHelper");function $q(){Oi.default.registerHelper("isMutation",jt)}o($q,"registerIsMutationHelper");function xq(){Oi.default.registerHelper("isInfiniteQuery",e=>ci(e))}o(xq,"registerIsInfiniteQueryHelper");var gn=rt(Yt());function UP(e){Aq(e.options),wq(e),Iq(e),Tq(),Rq(),Cq(e)}o(UP,"registerZodHbsHelpers");function Aq(e){gn.default.registerHelper("zodInferedType",t=>Ro(t,e))}o(Aq,"registerInferedTypeHelper");function wq(e){gn.default.registerHelper("importedZodSchemaName",t=>HS(e,t))}o(wq,"registerImportedZodSchemaNameHelper");function Iq(e){gn.default.registerHelper("importedZodSchemaInferedType",t=>xr(e,t))}o(Iq,"registerImportedZodSchemaInferedTypeHelper");function Tq(){gn.default.registerHelper("zodSchemaType",e=>VS(e))}o(Tq,"registerZodSchemaTypeHelper");function Rq(){gn.default.registerHelper("zodSchemaDescription",e=>BS(e))}o(Rq,"registerZodSchemaDescriptionHelper");function Cq(e){gn.default.registerHelper("zodSchemaPropertyDescriptions",(t,r)=>GS(e,t,r))}o(Cq,"registerZodSchemaPropertyDescriptionsHelper");function ye(e,t){let r=$d(t);return DP(),HP(),UP(e),LP(e),BP(),MP(e),VP(e),xd.default.compile(r)}o(ye,"getHbsTemplateDelegate");function Ce(e){let t=$d(`partials/${e}`);return xd.default.compile(t)}o(Ce,"getHbsPartialTemplateDelegate");function GP({resolver:e,data:t,tag:r=""}){var l;let n=(l=t.get(r))==null?void 0:l.endpoints.filter(({acl:f})=>f&&f.length>0);if(!n||n.length===0)return;let i=n.some(({acl:f})=>(f==null?void 0:f[0].conditions)&&Object.keys(f[0].conditions).length>0),s={bindings:[Oe.abilityTuple,...i?[Oe.forcedSubject,Oe.subject]:[]],from:Of.from},a=n.reduce((f,p)=>{var m,g;let d=(g=(m=p.acl)==null?void 0:m[0].conditionsTypes)==null?void 0:g.reduce((y,v)=>[...y,...v!=null&&v.zodSchemaName?[v.zodSchemaName]:[]],[]);return[...f,...d??[]]},[]),c=Ar({resolver:e,tag:r,zodSchemasAsTypes:He(a)});return ye(e,"acl")({caslAbilityTupleImport:s,modelsImports:c,includeNamespace:e.options.tsNamespaces,namespace:U({type:"acl",tag:r,options:e.options}),endpoints:n})}o(GP,"generateAcl");function ZP(e,t){let r={bindings:[Oe.pureAbility,...t.length===0?[Oe.subjectType,Oe.abilityTuple]:[]],from:Of.from},n=KS({tags:t,entityName:$o,getAliasEntityName:ba,type:"acl",options:e.options}),i=t.map(a=>U({type:"acl",tag:a,options:e.options}));return ye(e,"app-acl")({caslAbilityTupleImport:r,imports:n,allAbilities:$o,appAbilities:xo,includeNamespace:e.options.tsNamespaces,tags:t,namespaces:i,abilityTuple:Oe.abilityTuple,subjectType:Oe.subjectType})}o(ZP,"generateAppAcl");function zP({resolver:e,data:t,tag:r=""}){var b;let n=(b=t.get(r))==null?void 0:b.endpoints;if(!n||n.length===0)return;let i={bindings:[yo],from:YS(e.options)},s=e.options.axiosRequestConfig,a=s,c={bindings:s?[At]:[],from:fa.from},u=e.options.parseRequestParams,l=n.reduce((P,E)=>[...P,...E.parameters],[]),f=l.filter(P=>!["Path","Header"].includes(P.type)).map(P=>P.parameterSortingEnumSchemaName??P.zodSchema),p=n.map(P=>P.response),d=He([...p,...u?f:[]]),m=d.some(P=>!he(P)),g=e.options.parseRequestParams&&f.length>0,y={bindings:[ue.namespace],from:Oa(e.options)},v=Ar({resolver:e,tag:r,zodSchemas:d.filter(he),zodSchemasAsTypes:He(l.map(P=>P.zodSchema).filter(he))});return ye(e,"endpoints")({appRestClientImport:i,hasAxiosImport:a,axiosImport:c,hasZodImport:m,zodImport:ni,hasZodUtilsImport:g,zodUtilsImport:y,modelsImports:v,includeNamespace:e.options.tsNamespaces,namespace:U({type:"endpoints",tag:r,options:e.options}),restClientName:yo,hasAxiosRequestConfig:s,axiosRequestConfigName:gr,axiosRequestConfigType:At,endpoints:n,generateParse:u})}o(zP,"generateEndpoints");function KP(e,t){let r=e.getRefByZodSchemaName(t);if(r){let i=Array.from(e.dependencyGraph.refsDependencyGraph[r]??[]).map(a=>e.getZodSchemaNameByRef(a)),s=e.getExtractedEnumZodSchemaNamesReferencedBySchemaRef(r);return[...i,...s]}let n=e.getCompositeZodSchemaByZodSchemaName(t);return n?Array.from(QP(n)).map(i=>e.getZodSchemaNameByRef(i)):[]}o(KP,"getZodSchemaRefs");function QP(e){return e.children.reduce((r,n)=>{let i=n.ref??n.enumRef;return i&&r.add(i),n.children.length>0&&QP(n).forEach(s=>r.add(s)),r},new Set)}o(QP,"getSchemaRefs");function WP({resolver:e,data:t,tag:r=""}){var f;let n=(f=t.get(r))==null?void 0:f.zodSchemas;if(!n||Object.keys(n).length===0)return;let i=Object.keys(n).reduce((p,d)=>[...p,...KP(e,d)],[]).filter(p=>!n[p]),s=Ar({resolver:e,tag:r,zodSchemas:i}),a=Object.entries(n).reduce((p,[d,m])=>{let g=e.getRefByZodSchemaName(d),y=e.getZodSchemaObj(d),v=!1;y&&re(y)&&me(y,{onSchema:o(P=>{if(P.type==="reference")return!0;Object.values(li).forEach(E=>{(P.schema&&re(P.schema)&&pi(P.schema,E)||P.parentSchema&&re(P.parentSchema)&&pi(P.parentSchema,E))&&(v=!0)})},"onSchema")});let S={code:m,isCircular:!!g&&e.isSchemaCircular(g),isEnum:LS(m),schemaObj:y,hasBrand:v};return{...p,[d]:S}},{}),c=e.options.branded&&Object.values(a).some(p=>p.hasBrand),u={bindings:[ue.namespace],from:Oa(e.options)};return ye(e,"models")({zodImport:ni,hasZodUtilsImport:c,zodUtilsImport:u,modelsImports:s,includeNamespace:e.options.tsNamespaces,namespace:U({type:"models",tag:r,options:e.options}),tag:r,zodSchemasData:a})}o(WP,"generateModels");function YP({resolver:e,data:t,tag:r=""}){var se;let n=(se=t.get(r))==null?void 0:se.endpoints;if(!n||n.length===0)return;let i=e.options.axiosRequestConfig,s=n.some(({mediaUpload:D})=>D),a=i||s,c={defaultImport:s?ff:void 0,bindings:i?[At]:[],from:fa.from},u=n.filter(Ie),l=u.filter(D=>ci(D)),f=n.filter(jt),p={bindings:[...u.length>0?[mt.query]:[],...e.options.infiniteQueries&&l.length>0?[mt.infiniteQuery]:[],...f.length>0?[mt.mutation]:[]],from:fS.from},d=e.options.mutationEffects,m={bindings:[uf],from:XS(e.options)},g=d&&f.length>0,y={bindings:[...f.length>0?[ri.optionsType,ri.hookName]:[]],from:eb(e.options)},v=n.filter(D=>D.acl),S=e.options.checkAcl&&v.length>0,b={bindings:[Or],from:tb(e.options)},P={bindings:[...u.length>0?[ta.query]:[],...e.options.infiniteQueries&&l.length>0?[ta.infiniteQuery]:[],...f.length>0?[ta.mutation]:[]],from:JS(e.options)},E=n.reduce((D,Q)=>[...D,...Q.parameters],[]),_=Ar({resolver:e,tag:r,zodSchemasAsTypes:He(E.map(D=>D.zodSchema).filter(he))}),T=ZS({tag:r,endpoints:n,options:e.options}),k=zS({tag:r,endpoints:v,options:e.options});return ye(e,"queries")({hasAxiosImport:a,axiosImport:c,queryImport:p,hasMutationEffects:d,queryModulesImport:m,hasMutationEffectsImport:g,mutationEffectsImport:y,hasAclCheck:S,aclCheckImport:b,queryTypesImport:P,modelsImports:_,endpointsImports:T,aclImports:k,includeNamespace:e.options.tsNamespaces,tag:r,namespace:U({type:"queries",tag:r,options:e.options}),queriesModuleName:_o,queryModuleEnum:uf,endpoints:n,queryEndpoints:u})}o(YP,"generateQueries");function JP(e){return ye(e,"acl-check")({abilityContextImport:{...iS,from:e.options.abilityContextImportPath},appAbilitiesImport:{bindings:[xo],from:rb(e.options)},errorHandlingImport:{...ra,from:e.options.errorHandlingImportPath},abilityContext:cf,appAbilities:xo,errorHandler:hr.ErrorHandler,sharedErrorHandler:hr.SharedErrorHandler,aclCheckHook:Or,hasGenericAppAbilities:e.options.abilityContextGenericAppAbilities})}o(JP,"generateAclCheck");function XP(e){return ye(e,"app-rest-client")({appRestClientName:yo,baseUrl:e.getBaseUrl()})}o(XP,"generateAppRestClient");function eE({resolver:e,data:t}){let r=[];return t.forEach((i,s)=>{var c;let a=(c=t.get(s))==null?void 0:c.endpoints;!a||a.length===0||r.push({tag:s,namespace:U({type:"queries",tag:s,options:e.options})})}),ye(e,"query-modules")({modules:r})}o(eE,"generateQueryModules");function tE(e){return ye(e,"zod-utils")({zodImport:ni,zodUtilsNamespace:ue.namespace,parse:ue.exports.parse,sortExp:ue.exports.sortExp,brand:ue.exports.brand,branded:e.options.branded,errorHandler:hr.ErrorHandler,sharedErrorHandler:hr.SharedErrorHandler,errorHandlingImport:{...ra,from:e.options.errorHandlingImportPath}})}o(tE,"generateZodUtils");function rE(e,t){return t.options.acl?[{fileName:Jt({output:t.options.output,fileName:sn(ya)}),content:ZP(t,e)},...t.options.checkAcl?[{fileName:Jt({output:t.options.output,fileName:sn(va)}),content:JP(t)}]:[]]:[]}o(rE,"getAclFiles");function nE(e,t){return t.options.mutationEffects?[...sE([oS,sa],t),{fileName:Jt({output:t.options.output,fileName:sn(oa)}),content:eE({resolver:t,data:e})}]:[]}o(nE,"getMutationEffectsFiles");function iE(e){return e.options.standalone?[...sE(Object.values(na),e),{fileName:Jt({output:e.options.output,fileName:sn(ia)}),content:XP(e)}]:[]}o(iE,"getStandaloneFiles");function oE(e,t){return t.options.parseRequestParams?[{fileName:Jt({output:t.options.output,fileName:sn(aa)}),content:tE(t)}]:[]}o(oE,"getZodUtilsFiles");function sE(e,t){return e.reduce((r,n)=>[...r,Nq(n,t)],[])}o(sE,"getAssetFiles");function Nq(e,t){let r=sn(e);return{fileName:Jt({output:t.options.output,fileName:r}),content:qP(r)}}o(Nq,"getAssetFile");function aE(e,t){let r=t.standalone&&t.importPath==="ts"?"relative":t.importPath,{resolver:n,data:i}=Ca(e,{...t,importPath:r}),s=[],a=[],c=["models","endpoints","queries","acl"],u={models:WP,endpoints:zP,queries:YP,acl:GP};return i.forEach((l,f)=>{c.forEach(p=>{let d=u[p]({resolver:n,data:i,tag:f});if(d){let m=Jt({output:t.output,fileName:WS({tag:f,type:p,options:t})});s.push({fileName:m,content:d}),p==="acl"&&a.push(f)}})}),s.push(...rE(a,n),...nE(i,n),...oE(i,n),...iE(n)),s}o(aE,"generateCodeFromOpenAPIDoc");async function kq({input:e,options:t}){let r={...lf,...t},n=await Ad.default.bundle(e);return await Bb(n,r)}o(kq,"getGenerateMetadata");async function jq({input:e,options:t}){let r={...lf,...t},n=await Ad.default.bundle(e);return aE(n,r)}o(jq,"getGenerateFilesData");0&&(module.exports={getGenerateFilesData,getGenerateMetadata});