@povio/openapi-codegen-cli 2.0.0-rc.1 → 2.0.0-rc.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.
- package/dist/index.js +2 -2
- package/dist/sh.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
var M=Object.defineProperty;var W=(a,e,t)=>e in a?M(a,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):a[e]=t;var n=(a,e)=>M(a,"name",{value:e,configurable:!0});var u=(a,e,t)=>W(a,typeof e!="symbol"?e+"":e,t);import H from"axios";import{z as L}from"zod";import g from"axios";import{z as _}from"zod";import G from"axios";import{z as Z}from"zod";var m;(r=>(r.extractServerResponseCode=n(s=>{if(s instanceof Z.ZodError)return"validation-exception";if(!G.isAxiosError(s)||!s.response)return null;let i=s.response.data;return typeof i?.code=="string"?i.code:null},"extractServerResponseCode"),r.doesServerErrorMessageContain=n((s,i)=>{let p=(0,r.extractServerErrorMessage)(s);return p==null?!1:p.toLowerCase().includes(i.toLowerCase())},"doesServerErrorMessageContain"),r.extractServerErrorMessage=n(s=>{if(s instanceof Z.ZodError)return s.message;if(!G.isAxiosError(s)||!s.response)return null;let i=s.response.data;return typeof i?.message=="string"?i.message:null},"extractServerErrorMessage"),r.extractContentDispositionFilename=n(s=>{let i=s["content-disposition"];return i?/filename=["']?([^"';]+)/i.exec(i)?.[1]:void 0},"extractContentDispositionFilename")))(m||(m={}));var I=class I extends Error{constructor(t,o,r){super(t);u(this,"code");u(this,"serverMessage",null);this.code=o,this.serverMessage=r}};n(I,"ApplicationException");var c=I,T=class T{constructor(e){u(this,"entries",[]);let t={code:"DATA_VALIDATION_ERROR",condition:n(p=>p instanceof _.ZodError,"condition"),getMessage:n(()=>"An error occurred while validating the data","getMessage")},o={code:"INTERNAL_ERROR",condition:n(p=>g.isAxiosError(p)?p.response?.status!=null&&p.response.status>=500&&p.response.status<600:!1,"condition"),getMessage:n(()=>"An internal error occurred. This is most likely a bug on our end. Please try again later.","getMessage")},r={code:"NETWORK_ERROR",condition:n(p=>g.isAxiosError(p)?p.code==="ERR_NETWORK":!1,"condition"),getMessage:n(()=>"A network error occurred. Are you connected to the internet?","getMessage")},s={code:"CANCELED_ERROR",condition:n(p=>!!(g.isCancel(p)||g.isAxiosError(p)&&p.code==="ECONNABORTED"),"condition"),getMessage:n(()=>"The request was canceled.","getMessage")},i={code:"UNKNOWN_ERROR",condition:n(()=>!0,"condition"),getMessage:n(()=>"An unknown error occurred. Please try again later.","getMessage")};this.entries=[...e,t,o,r,s,i]}rethrowError(e){let t=this.entries.find(r=>r.condition(e??{})),o=m.extractServerErrorMessage(e);throw new c(t.getMessage(e),t.code,o)}getError(e){return e instanceof c?e:null}getErrorCode(e){return e instanceof c?e.code:null}static getErrorMessage(e,t=!0){return typeof e=="string"?e:e instanceof Error||e instanceof c?e.message:t?"An unknown error occurred. Please try again later.":null}};n(T,"ErrorHandler");var E=T,h=new E([]);var w=class w{constructor({config:e,interceptors:t}={}){u(this,"client");this.client=H.create(e),this.attachInterceptors(t)}attachInterceptors(e,...t){e?.forEach(o=>this.attachInterceptor(o,...t))}attachInterceptor(e,...t){e.addInterceptor(this.client,...t)}ejectInterceptor(e){e.removeInterceptor(this.client)}async get(e,t,o){return this.makeRequest(e,{...o,method:"get",url:t})}async post(e,t,o,r){return this.makeRequest(e,{...r,method:"post",url:t,data:o})}async patch(e,t,o,r){return this.makeRequest(e,{...r,method:"patch",url:t,data:o})}async put(e,t,o,r){return this.makeRequest(e,{...r,method:"put",url:t,data:o})}async delete(e,t,o,r){return this.makeRequest(e,{...r,method:"delete",url:t,data:o})}async makeRequest(e,t){let o=new Error().stack;try{let{rawResponse:r,...s}=t,i=await this.client(s),p=e.resSchema.parse(i.data);return r?{...i,data:p}:p}catch(r){throw r instanceof L.ZodError&&(r.name="BE Response schema mismatch - ZodError",r.stack=[r.stack,...o?.split(`
|
|
2
2
|
`).slice(2)??[]].join(`
|
|
3
|
-
`)),(e.errorHandler??
|
|
3
|
+
`)),(e.errorHandler??h).rethrowError(r),r}}};n(w,"RestClient");var P=w;var O=class O{constructor(e){this.applyInterceptor=e;u(this,"interceptorIdMap",[])}addInterceptor(e,...t){this.removeInterceptor(e);let o=this.applyInterceptor(e,...t);this.interceptorIdMap.push({client:e,interceptorId:o})}removeInterceptor(e){let t=this.interceptorIdMap.find(o=>o.client===e)?.interceptorId;t!=null&&(e.interceptors.request.eject(t),this.interceptorIdMap=this.interceptorIdMap.filter(o=>o.client!==e))}};n(O,"RestInterceptor");var v=O;import{createContext as U,use as B,useMemo as K}from"react";import{jsx as V}from"react/jsx-runtime";var d;(o=>{let a=U(null);o.Provider=n(({children:r,replace:s})=>{let i=K(()=>({replace:s}),[s]);return V(a,{value:i,children:r})},"Provider"),o.useRouter=n(()=>{let r=B(a);if(!r)throw new Error("useRouter must be used within an OpenApiRouter.Provider");return r},"useRouter")})(d||(d={}));import{createContext as z,use as F,useMemo as j}from"react";import{jsx as Q}from"react/jsx-runtime";var k;(o=>{let a=z({});o.Provider=n(({preferUpdate:r=!0,children:s})=>{let i=j(()=>({preferUpdate:r}),[r]);return Q(a.Provider,{value:i,children:s})},"Provider"),o.useConfig=n(()=>F(a)??{},"useConfig")})(k||(k={}));import{createContext as J,use as X,useMemo as Y}from"react";import{jsx as $}from"react/jsx-runtime";var f;(o=>{let a=J({});o.Provider=n(({isAuthenticated:r,isInitializing:s,logout:i,updateTokens:p,accessToken:A,user:x,userPromise:l,routes:C,loadingState:y,children:b})=>{let q=Y(()=>({isAuthenticated:r,isInitializing:s,logout:i,updateTokens:p,accessToken:A,user:x,userPromise:l,routes:C,loadingState:y}),[r,s,i,p,A,x,l,C,y]);return $(a.Provider,{value:q,children:b})},"Provider"),o.useAuth=n(()=>X(a),"useAuth")})(f||(f={}));import{useEffect as ee,useState as te}from"react";var re=n(({type:a,redirectTo:e,children:t})=>{let{isAuthenticated:o,routes:r,loadingState:s}=f.useAuth(),{replace:i}=d.useRouter(),[p,A]=te(!1);return ee(()=>{A(!0)},[]),p?a==="private"&&!o?(i(e||r?.unauthenticated||"/"),null):a==="public-only"&&o?(i(e||r?.authenticated||"/"),null):t:s},"AuthGuard");import{AbilityBuilder as oe,createMongoAbility as ne}from"@casl/ability";import{unpackRules as se}from"@casl/ability/extra";import{useAbility as ie}from"@casl/react";import{createContext as ae,useEffect as pe,useState as ue}from"react";import{jsx as le}from"react/jsx-runtime";var R;(i=>{let a=n(()=>new oe(ne),"createAppAbilityBuilder"),e=a().build(),t=ae({});({Consumer:i.Consumer}=t),i.Provider=n(({children:p})=>{let[A,x]=ue(e),{user:l}=f.useAuth();return pe(()=>{if(!l||!("aclRules"in l))return;let{can:C,build:y}=a(),b=l.aclRules;se(b).forEach(({action:N,subject:D,conditions:S})=>{C(N,D,S)}),x(y())},[l]),le(t.Provider,{value:A,children:p})},"Provider"),i.useAbility=n(()=>ie(t),"useAbility")})(R||(R={}));var ce=n(()=>({canUse:a,redirectTo:e="/",children:t})=>{let o=R.useAbility(),{replace:r}=d.useRouter();return o.can(a[0],a[1])?t:(r(e),null)},"createAclGuard");import{createContextualCan as de}from"@casl/react";import{jsx as Ae}from"react/jsx-runtime";var fe=de(R.Consumer),Re=n(({use:a,...e})=>{let[t,o]=a;return Ae(fe,{...e,do:t,on:o})},"Can");export{R as AbilityContext,c as ApplicationException,f as AuthContext,re as AuthGuard,Re as Can,E as ErrorHandler,k as OpenApiQueryConfig,d as OpenApiRouter,P as RestClient,v as RestInterceptor,m as RestUtils,h as SharedErrorHandler,ce as createAclGuard};
|
package/dist/sh.js
CHANGED
|
@@ -522,7 +522,7 @@ ${rr.join(`
|
|
|
522
522
|
`:`
|
|
523
523
|
`)+m,T=b+1,b=l.indexOf(`
|
|
524
524
|
`,T)}while(b!==-1);return I+=l.slice(T),I}t(EQe,"stringEncaseCRLFWithFirstIndex");var{stdout:PQe,stderr:wQe}=kQe,DEe=Symbol("GENERATOR"),vM=Symbol("STYLER"),MU=Symbol("IS_EMPTY"),AQe=["ansi","ansi","ansi256","ansi16m"],bM=Object.create(null),R5t=t((l,u={})=>{if(u.level&&!(Number.isInteger(u.level)&&u.level>=0&&u.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");let m=PQe?PQe.level:0;l.level=u.level===void 0?m:u.level},"applyOptions"),OEe=class OEe{constructor(u){return DQe(u)}};t(OEe,"Chalk");var nce=OEe,DQe=t(l=>{let u=t((...m)=>m.join(" "),"chalk");return R5t(u,l),Object.setPrototypeOf(u,RU.prototype),u},"chalkFactory");function RU(l){return DQe(l)}t(RU,"createChalk");Object.setPrototypeOf(RU.prototype,Function.prototype);for(let[l,u]of Object.entries(Yx))bM[l]={get(){let m=ice(this,NEe(u.open,u.close,this[vM]),this[MU]);return Object.defineProperty(this,l,{value:m}),m}};bM.visible={get(){let l=ice(this,this[vM],!0);return Object.defineProperty(this,"visible",{value:l}),l}};var IEe=t((l,u,m,...b)=>l==="rgb"?u==="ansi16m"?Yx[m].ansi16m(...b):u==="ansi256"?Yx[m].ansi256(Yx.rgbToAnsi256(...b)):Yx[m].ansi(Yx.rgbToAnsi(...b)):l==="hex"?IEe("rgb",u,m,...Yx.hexToRgb(...b)):Yx[m][l](...b),"getModelAnsi"),L5t=["rgb","hex","ansi256"];for(let l of L5t){bM[l]={get(){let{level:m}=this;return function(...b){let T=NEe(IEe(l,AQe[m],"color",...b),Yx.color.close,this[vM]);return ice(this,T,this[MU])}}};let u="bg"+l[0].toUpperCase()+l.slice(1);bM[u]={get(){let{level:m}=this;return function(...b){let T=NEe(IEe(l,AQe[m],"bgColor",...b),Yx.bgColor.close,this[vM]);return ice(this,T,this[MU])}}}}var j5t=Object.defineProperties(()=>{},{...bM,level:{enumerable:!0,get(){return this[DEe].level},set(l){this[DEe].level=l}}}),NEe=t((l,u,m)=>{let b,T;return m===void 0?(b=l,T=u):(b=m.openAll+l,T=u+m.closeAll),{open:l,close:u,openAll:b,closeAll:T,parent:m}},"createStyler"),ice=t((l,u,m)=>{let b=t((...T)=>B5t(b,T.length===1?""+T[0]:T.join(" ")),"builder");return Object.setPrototypeOf(b,j5t),b[DEe]=l,b[vM]=u,b[MU]=m,b},"createBuilder"),B5t=t((l,u)=>{if(l.level<=0||!u)return l[MU]?"":u;let m=l[vM];if(m===void 0)return u;let{openAll:b,closeAll:T}=m;if(u.includes("\x1B"))for(;m!==void 0;)u=CQe(u,m.close,m.open),m=m.parent;let I=u.indexOf(`
|
|
525
|
-
`);return I!==-1&&(u=EQe(u,T,b,I)),b+u+T},"applyStyle");Object.defineProperties(RU.prototype,bM);var VXt=RU(),UXt=RU({level:wQe?wQe.level:0});var CA=new nce;function FEe(l){console.log(l)}t(FEe,"log");function oS(l){console.log(`[INFO] ${l}`)}t(oS,"logInfo");function LU(l){console.log(CA.green(`[SUCCESS] ${l}`))}t(LU,"logSuccess");function HN(l,u){l instanceof Error?console.log(CA.red(`[ERROR] ${u||l.message}`)):console.log(CA.red(`[ERROR] ${l}`))}t(HN,"logError");function sce(l){console.log(CA.bgYellow(`==== ${l} ====`))}t(sce,"logBanner");var IQe=Vd(require("fs"));function SM(){return"2.0.0-rc.1"}t(SM,"getVersion");var iYt=Vd(OQe());var MEe=Symbol("options_key");function zu(l){return(u,m)=>{var b,T;if(l!=null){let I={...Reflect.getMetadata(MEe,u)||{},[m]:{...l,describe:l.envAlias?`${l.describe||""} [${l.envAlias}]`:l.describe,type:l.type||((T=(b=Reflect.getMetadata("design:type",u,m))==null?void 0:b.name)==null?void 0:T.toLowerCase())}};Reflect.defineMetadata(MEe,I,u)}}}t(zu,"YargOption");function FQe(l){let u=Reflect.getMetadata(MEe,l.prototype);if(!u)throw new Error(`Options for ${l.name} were not defined`);return u}t(FQe,"getYargsOption");function ace(l){return async u=>u.options($5t(l)).middleware(async m=>await J5t(l,m),!0)}t(ace,"getBuilder");function $5t(l){return Object.entries(FQe(l)).reduce((u,[m,b])=>(u[m]=Object.fromEntries(Object.entries(b).filter(([T])=>!["envAlias","default"].includes(T))),u),{})}t($5t,"getYargsOptions");async function J5t(l,u){let m=new l;for(let[b,T]of Object.entries(FQe(l)))m[b]=u[b]??T.default;return m}t(J5t,"loadYargsConfig");var cit=Vd(Cwe());var frt={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"},_rt={"invalid-schema":"Invalid OpenAPI Schemas","invalid-operation-id":"Invalid Operation IDs","missing-path-parameter":"Missing Path Parameters","not-allowed-inline-enum":"Not Allowed Inline Enums","not-allowed-circular-schema":"Not Allowed Circular Schemas","missing-acl-condition-property":"Missing x-acl Condition Properties","missing-status-code":"Missing HTTP Status Codes","invalid-status-code":"Invalid HTTP Status Codes","multiple-success-status-codes":"Multiple Success HTTP Status Codes"};var u_=t(l=>l.charAt(0).toUpperCase()+l.slice(1),"capitalize"),qA=t(l=>l.charAt(0).toLowerCase()+l.slice(1),"decapitalize"),wW=t(l=>l.replace(/(-\w)/g,u=>u[1].toUpperCase()),"kebabToCamel"),ny=t(l=>l.replace(/(_\w)/g,u=>u[1].toUpperCase()),"snakeToCamel"),prt=t(l=>l.replace(/[\W_]+(\w)?/g,(u,m)=>(m==null?void 0:m.toUpperCase())??""),"nonWordCharactersToCamel"),Ewe=t((l,u="")=>l.endsWith(u)?l:`${l}${u}`,"suffixIfNeeded"),drt=t((l,u)=>l.replace(new RegExp(`${u}$`),""),"removeSuffix"),RVt=t(l=>{var b;let u=l.reduce((T,I)=>({...T,[I]:(T[I]??0)+1}),{});return(b=Object.entries(u).sort((T,I)=>T[1]===I[1]?I[0].length-T[0].length:I[1]-T[1])[0])==null?void 0:b[0]},"getLongestMostCommon"),Pwe=t(l=>{let u=l.map(u_).map(mrt).map(m=>LVt(m)).flat();return RVt(u)},"getMostCommonAdjacentCombinationSplit"),mrt=t(l=>l.split(/(?<![A-Z])(?=[A-Z])/).filter(Boolean),"splitByUppercase"),_le=t(l=>mrt(l).join(" "),"camelToSpaceSeparated"),LVt=t((l,u=["dto","by","for","of","in","to","and","with"])=>{var b;let m=[];for(let T=0;T<l.length;T++)if(!u.includes(l[T].toLowerCase()))for(let I=T+1;I<=l.length;I++)u.includes((b=l[I-1])==null?void 0:b.toLowerCase())||m.push(l.slice(T,I).join(""));return m},"getAdjacentStringCombinations"),hrt=t((l,u)=>{let m=u.replace(/es$|s$/g,""),b=new RegExp(`(${qA(m)}|${u_(m)})[a-z]*(?=$|[A-Z])`,"g");return l.replace(b,"")},"removeWord");function m8(l){return prt(l)}t(m8,"formatTag");function zA(l,u){var b;let m=(b=l.tags)==null?void 0:b[0];return m8(m??u.defaultTag)}t(zA,"getOperationTag");function Y1(l,u){var b;let m=u.splitByTags?(b=l.tags)==null?void 0:b[0]:u.defaultTag;return m8(m??u.defaultTag)}t(Y1,"getEndpointTag");function grt(l,u){return u.excludeTags.some(m=>m.toLowerCase()===l.toLowerCase())}t(grt,"isTagExcluded");var h8="application/json",wwe={"Content-Type":h8,Accept:h8},ple="data",Awe="axios",VA="config",DC="AxiosRequestConfig",dle={defaultImport:Awe,bindings:[DC],from:"axios"};var r6=Vd(mle()),Dwe=2,yrt=["application/octet-stream","multipart/form-data","application/x-www-form-urlencoded","*/*"],vrt=["query","header","path"],g8=[r6.OpenAPIV3.HttpMethods.GET,r6.OpenAPIV3.HttpMethods.PUT,r6.OpenAPIV3.HttpMethods.POST,r6.OpenAPIV3.HttpMethods.DELETE,r6.OpenAPIV3.HttpMethods.OPTIONS,r6.OpenAPIV3.HttpMethods.HEAD,r6.OpenAPIV3.HttpMethods.PATCH,r6.OpenAPIV3.HttpMethods.TRACE],brt=["string","number","integer","boolean"],AW=["allOf","anyOf","oneOf"];var Srt="Schema",xrt="Enum",Trt="Body",krt="Param",Crt="Response",Ert="ErrorResponse",DW="z.void()",aR="z.any()",hle="z.instanceof(Blob)",IW="z.enum",Prt="z.int()",wrt="z.number()",gle="z.string()",Art="z.email()",Drt="z.url()",Irt="z.uuid()",Nrt="z.iso.datetime({ offset: true })",WA={bindings:["z"],from:"zod"};var n6=Symbol.for("@ts-pattern/matcher"),$Vt=Symbol.for("@ts-pattern/isVariadic"),vle="@ts-pattern/anonymous-select-key",Iwe=t(l=>!!(l&&typeof l=="object"),"r"),yle=t(l=>l&&!!l[n6],"i"),OC=t((l,u,m)=>{if(yle(l)){let b=l[n6](),{matched:T,selections:I}=b.match(u);return T&&I&&Object.keys(I).forEach(L=>m(L,I[L])),T}if(Iwe(l)){if(!Iwe(u))return!1;if(Array.isArray(l)){if(!Array.isArray(u))return!1;let b=[],T=[],I=[];for(let L of l.keys()){let Q=l[L];yle(Q)&&Q[$Vt]?I.push(Q):I.length?T.push(Q):b.push(Q)}if(I.length){if(I.length>1)throw new Error("Pattern error: Using `...P.array(...)` several times in a single pattern is not allowed.");if(u.length<b.length+T.length)return!1;let L=u.slice(0,b.length),Q=T.length===0?[]:u.slice(-T.length),ae=u.slice(b.length,T.length===0?1/0:-T.length);return b.every((ee,pe)=>OC(ee,L[pe],m))&&T.every((ee,pe)=>OC(ee,Q[pe],m))&&(I.length===0||OC(I[0],ae,m))}return l.length===u.length&&l.every((L,Q)=>OC(L,u[Q],m))}return Reflect.ownKeys(l).every(b=>{let T=l[b];return(b in u||yle(I=T)&&I[n6]().matcherType==="optional")&&OC(T,u[b],m);var I})}return Object.is(u,l)},"s"),XA=t(l=>{var u,m,b;return Iwe(l)?yle(l)?(u=(m=(b=l[n6]()).getSelectionKeys)==null?void 0:m.call(b))!=null?u:[]:Array.isArray(l)?OW(l,XA):OW(Object.values(l),XA):[]},"o"),OW=t((l,u)=>l.reduce((m,b)=>m.concat(u(b)),[]),"c");function pS(l){return Object.assign(l,{optional:t(()=>JVt(l),"optional"),and:t(u=>Zp(l,u),"and"),or:t(u=>qVt(l,u),"or"),select:t(u=>u===void 0?Ort(l):Ort(u,l),"select")})}t(pS,"u");function JVt(l){return pS({[n6]:()=>({match:t(u=>{let m={},b=t((T,I)=>{m[T]=I},"r");return u===void 0?(XA(l).forEach(T=>b(T,void 0)),{matched:!0,selections:m}):{matched:OC(l,u,b),selections:m}},"match"),getSelectionKeys:t(()=>XA(l),"getSelectionKeys"),matcherType:"optional"})})}t(JVt,"h");function Zp(...l){return pS({[n6]:()=>({match:t(u=>{let m={},b=t((T,I)=>{m[T]=I},"r");return{matched:l.every(T=>OC(T,u,b)),selections:m}},"match"),getSelectionKeys:t(()=>OW(l,XA),"getSelectionKeys"),matcherType:"and"})})}t(Zp,"m");function qVt(...l){return pS({[n6]:()=>({match:t(u=>{let m={},b=t((T,I)=>{m[T]=I},"r");return OW(l,XA).forEach(T=>b(T,void 0)),{matched:l.some(T=>OC(T,u,b)),selections:m}},"match"),getSelectionKeys:t(()=>OW(l,XA),"getSelectionKeys"),matcherType:"or"})})}t(qVt,"d");function Df(l){return{[n6]:()=>({match:t(u=>({matched:!!l(u)}),"match")})}}t(Df,"p");function Ort(...l){let u=typeof l[0]=="string"?l[0]:void 0,m=l.length===2?l[1]:typeof l[0]=="string"?void 0:l[0];return pS({[n6]:()=>({match:t(b=>{let T={[u??vle]:b};return{matched:m===void 0||OC(m,b,(I,L)=>{T[I]=L}),selections:T}},"match"),getSelectionKeys:t(()=>[u??vle].concat(m===void 0?[]:XA(m)),"getSelectionKeys")})})}t(Ort,"y");function IC(l){return typeof l=="number"}t(IC,"v");function HA(l){return typeof l=="string"}t(HA,"b");function GA(l){return typeof l=="bigint"}t(GA,"w");var Cnr=pS(Df(function(l){return!0}));var QA=t(l=>Object.assign(pS(l),{startsWith:t(u=>{return QA(Zp(l,(m=u,Df(b=>HA(b)&&b.startsWith(m)))));var m},"startsWith"),endsWith:t(u=>{return QA(Zp(l,(m=u,Df(b=>HA(b)&&b.endsWith(m)))));var m},"endsWith"),minLength:t(u=>QA(Zp(l,(m=>Df(b=>HA(b)&&b.length>=m))(u))),"minLength"),length:t(u=>QA(Zp(l,(m=>Df(b=>HA(b)&&b.length===m))(u))),"length"),maxLength:t(u=>QA(Zp(l,(m=>Df(b=>HA(b)&&b.length<=m))(u))),"maxLength"),includes:t(u=>{return QA(Zp(l,(m=u,Df(b=>HA(b)&&b.includes(m)))));var m},"includes"),regex:t(u=>{return QA(Zp(l,(m=u,Df(b=>HA(b)&&!!b.match(m)))));var m},"regex")}),"j"),Enr=QA(Df(HA)),NC=t(l=>Object.assign(pS(l),{between:t((u,m)=>NC(Zp(l,((b,T)=>Df(I=>IC(I)&&b<=I&&T>=I))(u,m))),"between"),lt:t(u=>NC(Zp(l,(m=>Df(b=>IC(b)&&b<m))(u))),"lt"),gt:t(u=>NC(Zp(l,(m=>Df(b=>IC(b)&&b>m))(u))),"gt"),lte:t(u=>NC(Zp(l,(m=>Df(b=>IC(b)&&b<=m))(u))),"lte"),gte:t(u=>NC(Zp(l,(m=>Df(b=>IC(b)&&b>=m))(u))),"gte"),int:t(()=>NC(Zp(l,Df(u=>IC(u)&&Number.isInteger(u)))),"int"),finite:t(()=>NC(Zp(l,Df(u=>IC(u)&&Number.isFinite(u)))),"finite"),positive:t(()=>NC(Zp(l,Df(u=>IC(u)&&u>0))),"positive"),negative:t(()=>NC(Zp(l,Df(u=>IC(u)&&u<0))),"negative")}),"x"),Pnr=NC(Df(IC)),ZA=t(l=>Object.assign(pS(l),{between:t((u,m)=>ZA(Zp(l,((b,T)=>Df(I=>GA(I)&&b<=I&&T>=I))(u,m))),"between"),lt:t(u=>ZA(Zp(l,(m=>Df(b=>GA(b)&&b<m))(u))),"lt"),gt:t(u=>ZA(Zp(l,(m=>Df(b=>GA(b)&&b>m))(u))),"gt"),lte:t(u=>ZA(Zp(l,(m=>Df(b=>GA(b)&&b<=m))(u))),"lte"),gte:t(u=>ZA(Zp(l,(m=>Df(b=>GA(b)&&b>=m))(u))),"gte"),positive:t(()=>ZA(Zp(l,Df(u=>GA(u)&&u>0))),"positive"),negative:t(()=>ZA(Zp(l,Df(u=>GA(u)&&u<0))),"negative")}),"A"),wnr=ZA(Df(GA)),Anr=pS(Df(function(l){return typeof l=="boolean"})),Dnr=pS(Df(function(l){return typeof l=="symbol"})),Inr=pS(Df(function(l){return l==null})),Nnr=pS(Df(function(l){return l!=null}));var Mwe=class Mwe extends Error{constructor(u){let m;try{m=JSON.stringify(u)}catch{m=u}super(`Pattern matching error: no pattern matches value ${m}`),this.input=void 0,this.input=u}};t(Mwe,"W");var Nwe=Mwe,Owe={matched:!1,value:void 0};function Xy(l){return new Fwe(l,Owe)}t(Xy,"z");var NW=class NW{constructor(u,m){this.input=void 0,this.state=void 0,this.input=u,this.state=m}with(...u){if(this.state.matched)return this;let m=u[u.length-1],b=[u[0]],T;u.length===3&&typeof u[1]=="function"?T=u[1]:u.length>2&&b.push(...u.slice(1,u.length-1));let I=!1,L={},Q=t((ee,pe)=>{I=!0,L[ee]=pe},"a"),ae=!b.some(ee=>OC(ee,this.input,Q))||T&&!T(this.input)?Owe:{matched:!0,value:m(I?vle in L?L[vle]:L:this.input,this.input)};return new NW(this.input,ae)}when(u,m){if(this.state.matched)return this;let b=!!u(this.input);return new NW(this.input,b?{matched:!0,value:m(this.input,this.input)}:Owe)}otherwise(u){return this.state.matched?this.state.value:u(this.input)}exhaustive(){if(this.state.matched)return this.state.value;throw new Nwe(this.input)}run(){return this.exhaustive()}returnType(){return this}};t(NW,"I");var Fwe=NW;function gf(l){return l!=null&&Object.prototype.hasOwnProperty.call(l,"$ref")}t(gf,"isReferenceObject");function iy(l){return!gf(l)}t(iy,"isSchemaObject");function ble(l){return l.type==="array"}t(ble,"isArraySchemaObject");function Frt(l){if(!l.allOf)throw new Error("Function inferRequiredSchema is specialized to handle item with required only in an allOf array.");let[u,m]=l.allOf.reduce((T,I)=>{if(zVt(I)){let L=I.required;T[0].push(...L??[])}else T[1].push(I);return T},[[],[]]),b={properties:u.reduce((T,I)=>(T[I]={},T),{}),type:"object",required:u};return{noRequiredOnlyAllof:m,composedRequiredSchema:b,patchRequiredSchemaInLoop:t((T,I)=>{if(gf(T)){let L=I(T.$ref);L&&b.required.forEach(Q=>{var ae;b.properties[Q]=((ae=L==null?void 0:L.properties)==null?void 0:ae[Q])??{}})}else{let L=T.properties??{};b.required.forEach(Q=>{L[Q]&&(b.properties[Q]=L[Q]??{})})}},"patchRequiredSchemaInLoop")}}t(Frt,"inferRequiredSchema");var zVt=t(l=>!gf(l)&&!!l.required&&!l.type&&!l.properties&&!(l!=null&&l.allOf)&&!(l!=null&&l.anyOf)&&!l.oneOf,"isBrokenAllOfItem");var Rrt=t(l=>`#/components/schemas/${l}`,"getSchemaRef"),y8=t(l=>l[1]==="/"?l:"#/"+l.slice(1),"autocorrectRef"),oR=t(l=>y8(l).split("/").at(-1),"getSchemaNameByRef");function Lwe(l){let u=VVt(l).normalize("NFKD").trim().replace(/\s+/g,"_").replace(/--+/g,"-").replace(/-+/g,"_").replace(/[^\w-]+/g,"_");return ny(u)}t(Lwe,"normalizeString");function jwe(l){return/^[a-zA-Z]\w*$/.test(l)?l:`"${l}"`}t(jwe,"wrapWithQuotesIfNeeded");function Lrt(l){return typeof l=="string"&&l.startsWith('"')&&l.endsWith('"')?l.slice(1,-1):l}t(Lrt,"unwrapQuotesIfNeeded");function VVt(l){let u=Number(l[0]);return typeof u=="number"&&!Number.isNaN(u)?"_"+l:l}t(VVt,"prefixStringStartingWithNumberIfNeeded");function Bwe(l){let u=l.replaceAll("_","#");return ny(u.replaceAll("-","_")).replaceAll("#","_")}t(Bwe,"pathParamToVariableName");var v8=t(l=>brt.includes(l),"isPrimitiveType");function jrt(l){return l.replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/([\u0000-\u0008\u000B\u000C\u000E-\u001F\u007F-\u009F\uFFFE\uFFFF])/g,(u,m)=>{let b=m.codePointAt(),T=b.toString(16);return b<=255?`\\x${`00${T}`.slice(-2)}`:`\\u${`0000${T}`.slice(-4)}`}).replace(/\//g,"\\/")}t(jrt,"escapeControlCharacters");function FC(l){return l.includes("application/")&&l.includes("json")||yrt.includes(l)||l.includes("text/")}t(FC,"isParamMediaTypeAllowed");function FW(l){return l>=200&&l<300}t(FW,"isMainResponseStatus");function Sle(l){return!(l>=200&&l<300)}t(Sle,"isErrorStatus");function xle(l){return l.startsWith("application/")}t(xle,"isMediaTypeAllowed");var Mrt=/({\w+})/g,UVt=/[^\w\-]+/g;function Brt(l){l=u_(wW(l.replaceAll("/","-")).replaceAll("-",""));let u=[...l.matchAll(Mrt)];if(u.length>0){let m=u.sort((b,T)=>b.index-T.index)[u.length-1][0];l=`${l.replace(Mrt,"")}By${u_(m.slice(1,-1))}`}return l.replace(UVt,"_")}t(Brt,"pathToVariableName");var Rwe=/{(\b\w+(?:-\w+)*\b)}/g;function $rt(l){let u=l.match(Rwe);return u===null?l.replaceAll(Rwe,":$1"):(u.forEach(m=>{let b=Bwe(m.replaceAll(Rwe,":$1"));l=l.replaceAll(m,b)}),l)}t($rt,"replaceHyphenatedPath");var Tle=t(l=>{let u=l["x-enumNames"],m=Array.isArray(u)&&u.length>0,b=!!l.schema&&iy(l.schema)&&l.schema.type==="string";return m&&b},"isSortingParameterObject"),b8=t((l,u)=>u.excludePathRegex?new RegExp(u.excludePathRegex).test(l):!1,"isPathExcluded");function MC({schema:l,meta:u,options:m}){let b=[];Xy(l.type).with("string",()=>b.push(GVt(l))).with("number","integer",()=>b.push(ZVt(l))).with("array",()=>b.push(XVt(l))).otherwise(()=>{}),typeof l.description=="string"&&l.description!==""&&m.withDescription&&([`
|
|
525
|
+
`);return I!==-1&&(u=EQe(u,T,b,I)),b+u+T},"applyStyle");Object.defineProperties(RU.prototype,bM);var VXt=RU(),UXt=RU({level:wQe?wQe.level:0});var CA=new nce;function FEe(l){console.log(l)}t(FEe,"log");function oS(l){console.log(`[INFO] ${l}`)}t(oS,"logInfo");function LU(l){console.log(CA.green(`[SUCCESS] ${l}`))}t(LU,"logSuccess");function HN(l,u){l instanceof Error?console.log(CA.red(`[ERROR] ${u||l.message}`)):console.log(CA.red(`[ERROR] ${l}`))}t(HN,"logError");function sce(l){console.log(CA.bgYellow(`==== ${l} ====`))}t(sce,"logBanner");var IQe=Vd(require("fs"));function SM(){return"2.0.0-rc.2"}t(SM,"getVersion");var iYt=Vd(OQe());var MEe=Symbol("options_key");function zu(l){return(u,m)=>{var b,T;if(l!=null){let I={...Reflect.getMetadata(MEe,u)||{},[m]:{...l,describe:l.envAlias?`${l.describe||""} [${l.envAlias}]`:l.describe,type:l.type||((T=(b=Reflect.getMetadata("design:type",u,m))==null?void 0:b.name)==null?void 0:T.toLowerCase())}};Reflect.defineMetadata(MEe,I,u)}}}t(zu,"YargOption");function FQe(l){let u=Reflect.getMetadata(MEe,l.prototype);if(!u)throw new Error(`Options for ${l.name} were not defined`);return u}t(FQe,"getYargsOption");function ace(l){return async u=>u.options($5t(l)).middleware(async m=>await J5t(l,m),!0)}t(ace,"getBuilder");function $5t(l){return Object.entries(FQe(l)).reduce((u,[m,b])=>(u[m]=Object.fromEntries(Object.entries(b).filter(([T])=>!["envAlias","default"].includes(T))),u),{})}t($5t,"getYargsOptions");async function J5t(l,u){let m=new l;for(let[b,T]of Object.entries(FQe(l)))m[b]=u[b]??T.default;return m}t(J5t,"loadYargsConfig");var cit=Vd(Cwe());var frt={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"},_rt={"invalid-schema":"Invalid OpenAPI Schemas","invalid-operation-id":"Invalid Operation IDs","missing-path-parameter":"Missing Path Parameters","not-allowed-inline-enum":"Not Allowed Inline Enums","not-allowed-circular-schema":"Not Allowed Circular Schemas","missing-acl-condition-property":"Missing x-acl Condition Properties","missing-status-code":"Missing HTTP Status Codes","invalid-status-code":"Invalid HTTP Status Codes","multiple-success-status-codes":"Multiple Success HTTP Status Codes"};var u_=t(l=>l.charAt(0).toUpperCase()+l.slice(1),"capitalize"),qA=t(l=>l.charAt(0).toLowerCase()+l.slice(1),"decapitalize"),wW=t(l=>l.replace(/(-\w)/g,u=>u[1].toUpperCase()),"kebabToCamel"),ny=t(l=>l.replace(/(_\w)/g,u=>u[1].toUpperCase()),"snakeToCamel"),prt=t(l=>l.replace(/[\W_]+(\w)?/g,(u,m)=>(m==null?void 0:m.toUpperCase())??""),"nonWordCharactersToCamel"),Ewe=t((l,u="")=>l.endsWith(u)?l:`${l}${u}`,"suffixIfNeeded"),drt=t((l,u)=>l.replace(new RegExp(`${u}$`),""),"removeSuffix"),RVt=t(l=>{var b;let u=l.reduce((T,I)=>({...T,[I]:(T[I]??0)+1}),{});return(b=Object.entries(u).sort((T,I)=>T[1]===I[1]?I[0].length-T[0].length:I[1]-T[1])[0])==null?void 0:b[0]},"getLongestMostCommon"),Pwe=t(l=>{let u=l.map(u_).map(mrt).map(m=>LVt(m)).flat();return RVt(u)},"getMostCommonAdjacentCombinationSplit"),mrt=t(l=>l.split(/(?<![A-Z])(?=[A-Z])/).filter(Boolean),"splitByUppercase"),_le=t(l=>mrt(l).join(" "),"camelToSpaceSeparated"),LVt=t((l,u=["dto","by","for","of","in","to","and","with"])=>{var b;let m=[];for(let T=0;T<l.length;T++)if(!u.includes(l[T].toLowerCase()))for(let I=T+1;I<=l.length;I++)u.includes((b=l[I-1])==null?void 0:b.toLowerCase())||m.push(l.slice(T,I).join(""));return m},"getAdjacentStringCombinations"),hrt=t((l,u)=>{let m=u.replace(/es$|s$/g,""),b=new RegExp(`(${qA(m)}|${u_(m)})[a-z]*(?=$|[A-Z])`,"g");return l.replace(b,"")},"removeWord");function m8(l){return prt(l)}t(m8,"formatTag");function zA(l,u){var b;let m=(b=l.tags)==null?void 0:b[0];return m8(m??u.defaultTag)}t(zA,"getOperationTag");function Y1(l,u){var b;let m=u.splitByTags?(b=l.tags)==null?void 0:b[0]:u.defaultTag;return m8(m??u.defaultTag)}t(Y1,"getEndpointTag");function grt(l,u){return u.excludeTags.some(m=>m.toLowerCase()===l.toLowerCase())}t(grt,"isTagExcluded");var h8="application/json",wwe={"Content-Type":h8,Accept:h8},ple="data",Awe="axios",VA="config",DC="AxiosRequestConfig",dle={defaultImport:Awe,bindings:[DC],from:"axios"};var r6=Vd(mle()),Dwe=2,yrt=["application/octet-stream","multipart/form-data","application/x-www-form-urlencoded","*/*"],vrt=["query","header","path"],g8=[r6.OpenAPIV3.HttpMethods.GET,r6.OpenAPIV3.HttpMethods.PUT,r6.OpenAPIV3.HttpMethods.POST,r6.OpenAPIV3.HttpMethods.DELETE,r6.OpenAPIV3.HttpMethods.OPTIONS,r6.OpenAPIV3.HttpMethods.HEAD,r6.OpenAPIV3.HttpMethods.PATCH,r6.OpenAPIV3.HttpMethods.TRACE],brt=["string","number","integer","boolean"],AW=["allOf","anyOf","oneOf"];var Srt="Schema",xrt="Enum",Trt="Body",krt="Param",Crt="Response",Ert="ErrorResponse",DW="z.void()",aR="z.any()",hle="z.instanceof(Blob)",IW="z.enum",Prt="z.int()",wrt="z.number()",gle="z.string()",Art="z.email()",Drt="z.url()",Irt="z.uuid()",Nrt="z.iso.datetime({ offset: true })",WA={bindings:["z"],from:"zod"};var n6=Symbol.for("@ts-pattern/matcher"),$Vt=Symbol.for("@ts-pattern/isVariadic"),vle="@ts-pattern/anonymous-select-key",Iwe=t(l=>!!(l&&typeof l=="object"),"r"),yle=t(l=>l&&!!l[n6],"i"),OC=t((l,u,m)=>{if(yle(l)){let b=l[n6](),{matched:T,selections:I}=b.match(u);return T&&I&&Object.keys(I).forEach(L=>m(L,I[L])),T}if(Iwe(l)){if(!Iwe(u))return!1;if(Array.isArray(l)){if(!Array.isArray(u))return!1;let b=[],T=[],I=[];for(let L of l.keys()){let Q=l[L];yle(Q)&&Q[$Vt]?I.push(Q):I.length?T.push(Q):b.push(Q)}if(I.length){if(I.length>1)throw new Error("Pattern error: Using `...P.array(...)` several times in a single pattern is not allowed.");if(u.length<b.length+T.length)return!1;let L=u.slice(0,b.length),Q=T.length===0?[]:u.slice(-T.length),ae=u.slice(b.length,T.length===0?1/0:-T.length);return b.every((ee,pe)=>OC(ee,L[pe],m))&&T.every((ee,pe)=>OC(ee,Q[pe],m))&&(I.length===0||OC(I[0],ae,m))}return l.length===u.length&&l.every((L,Q)=>OC(L,u[Q],m))}return Reflect.ownKeys(l).every(b=>{let T=l[b];return(b in u||yle(I=T)&&I[n6]().matcherType==="optional")&&OC(T,u[b],m);var I})}return Object.is(u,l)},"s"),XA=t(l=>{var u,m,b;return Iwe(l)?yle(l)?(u=(m=(b=l[n6]()).getSelectionKeys)==null?void 0:m.call(b))!=null?u:[]:Array.isArray(l)?OW(l,XA):OW(Object.values(l),XA):[]},"o"),OW=t((l,u)=>l.reduce((m,b)=>m.concat(u(b)),[]),"c");function pS(l){return Object.assign(l,{optional:t(()=>JVt(l),"optional"),and:t(u=>Zp(l,u),"and"),or:t(u=>qVt(l,u),"or"),select:t(u=>u===void 0?Ort(l):Ort(u,l),"select")})}t(pS,"u");function JVt(l){return pS({[n6]:()=>({match:t(u=>{let m={},b=t((T,I)=>{m[T]=I},"r");return u===void 0?(XA(l).forEach(T=>b(T,void 0)),{matched:!0,selections:m}):{matched:OC(l,u,b),selections:m}},"match"),getSelectionKeys:t(()=>XA(l),"getSelectionKeys"),matcherType:"optional"})})}t(JVt,"h");function Zp(...l){return pS({[n6]:()=>({match:t(u=>{let m={},b=t((T,I)=>{m[T]=I},"r");return{matched:l.every(T=>OC(T,u,b)),selections:m}},"match"),getSelectionKeys:t(()=>OW(l,XA),"getSelectionKeys"),matcherType:"and"})})}t(Zp,"m");function qVt(...l){return pS({[n6]:()=>({match:t(u=>{let m={},b=t((T,I)=>{m[T]=I},"r");return OW(l,XA).forEach(T=>b(T,void 0)),{matched:l.some(T=>OC(T,u,b)),selections:m}},"match"),getSelectionKeys:t(()=>OW(l,XA),"getSelectionKeys"),matcherType:"or"})})}t(qVt,"d");function Df(l){return{[n6]:()=>({match:t(u=>({matched:!!l(u)}),"match")})}}t(Df,"p");function Ort(...l){let u=typeof l[0]=="string"?l[0]:void 0,m=l.length===2?l[1]:typeof l[0]=="string"?void 0:l[0];return pS({[n6]:()=>({match:t(b=>{let T={[u??vle]:b};return{matched:m===void 0||OC(m,b,(I,L)=>{T[I]=L}),selections:T}},"match"),getSelectionKeys:t(()=>[u??vle].concat(m===void 0?[]:XA(m)),"getSelectionKeys")})})}t(Ort,"y");function IC(l){return typeof l=="number"}t(IC,"v");function HA(l){return typeof l=="string"}t(HA,"b");function GA(l){return typeof l=="bigint"}t(GA,"w");var Cnr=pS(Df(function(l){return!0}));var QA=t(l=>Object.assign(pS(l),{startsWith:t(u=>{return QA(Zp(l,(m=u,Df(b=>HA(b)&&b.startsWith(m)))));var m},"startsWith"),endsWith:t(u=>{return QA(Zp(l,(m=u,Df(b=>HA(b)&&b.endsWith(m)))));var m},"endsWith"),minLength:t(u=>QA(Zp(l,(m=>Df(b=>HA(b)&&b.length>=m))(u))),"minLength"),length:t(u=>QA(Zp(l,(m=>Df(b=>HA(b)&&b.length===m))(u))),"length"),maxLength:t(u=>QA(Zp(l,(m=>Df(b=>HA(b)&&b.length<=m))(u))),"maxLength"),includes:t(u=>{return QA(Zp(l,(m=u,Df(b=>HA(b)&&b.includes(m)))));var m},"includes"),regex:t(u=>{return QA(Zp(l,(m=u,Df(b=>HA(b)&&!!b.match(m)))));var m},"regex")}),"j"),Enr=QA(Df(HA)),NC=t(l=>Object.assign(pS(l),{between:t((u,m)=>NC(Zp(l,((b,T)=>Df(I=>IC(I)&&b<=I&&T>=I))(u,m))),"between"),lt:t(u=>NC(Zp(l,(m=>Df(b=>IC(b)&&b<m))(u))),"lt"),gt:t(u=>NC(Zp(l,(m=>Df(b=>IC(b)&&b>m))(u))),"gt"),lte:t(u=>NC(Zp(l,(m=>Df(b=>IC(b)&&b<=m))(u))),"lte"),gte:t(u=>NC(Zp(l,(m=>Df(b=>IC(b)&&b>=m))(u))),"gte"),int:t(()=>NC(Zp(l,Df(u=>IC(u)&&Number.isInteger(u)))),"int"),finite:t(()=>NC(Zp(l,Df(u=>IC(u)&&Number.isFinite(u)))),"finite"),positive:t(()=>NC(Zp(l,Df(u=>IC(u)&&u>0))),"positive"),negative:t(()=>NC(Zp(l,Df(u=>IC(u)&&u<0))),"negative")}),"x"),Pnr=NC(Df(IC)),ZA=t(l=>Object.assign(pS(l),{between:t((u,m)=>ZA(Zp(l,((b,T)=>Df(I=>GA(I)&&b<=I&&T>=I))(u,m))),"between"),lt:t(u=>ZA(Zp(l,(m=>Df(b=>GA(b)&&b<m))(u))),"lt"),gt:t(u=>ZA(Zp(l,(m=>Df(b=>GA(b)&&b>m))(u))),"gt"),lte:t(u=>ZA(Zp(l,(m=>Df(b=>GA(b)&&b<=m))(u))),"lte"),gte:t(u=>ZA(Zp(l,(m=>Df(b=>GA(b)&&b>=m))(u))),"gte"),positive:t(()=>ZA(Zp(l,Df(u=>GA(u)&&u>0))),"positive"),negative:t(()=>ZA(Zp(l,Df(u=>GA(u)&&u<0))),"negative")}),"A"),wnr=ZA(Df(GA)),Anr=pS(Df(function(l){return typeof l=="boolean"})),Dnr=pS(Df(function(l){return typeof l=="symbol"})),Inr=pS(Df(function(l){return l==null})),Nnr=pS(Df(function(l){return l!=null}));var Mwe=class Mwe extends Error{constructor(u){let m;try{m=JSON.stringify(u)}catch{m=u}super(`Pattern matching error: no pattern matches value ${m}`),this.input=void 0,this.input=u}};t(Mwe,"W");var Nwe=Mwe,Owe={matched:!1,value:void 0};function Xy(l){return new Fwe(l,Owe)}t(Xy,"z");var NW=class NW{constructor(u,m){this.input=void 0,this.state=void 0,this.input=u,this.state=m}with(...u){if(this.state.matched)return this;let m=u[u.length-1],b=[u[0]],T;u.length===3&&typeof u[1]=="function"?T=u[1]:u.length>2&&b.push(...u.slice(1,u.length-1));let I=!1,L={},Q=t((ee,pe)=>{I=!0,L[ee]=pe},"a"),ae=!b.some(ee=>OC(ee,this.input,Q))||T&&!T(this.input)?Owe:{matched:!0,value:m(I?vle in L?L[vle]:L:this.input,this.input)};return new NW(this.input,ae)}when(u,m){if(this.state.matched)return this;let b=!!u(this.input);return new NW(this.input,b?{matched:!0,value:m(this.input,this.input)}:Owe)}otherwise(u){return this.state.matched?this.state.value:u(this.input)}exhaustive(){if(this.state.matched)return this.state.value;throw new Nwe(this.input)}run(){return this.exhaustive()}returnType(){return this}};t(NW,"I");var Fwe=NW;function gf(l){return l!=null&&Object.prototype.hasOwnProperty.call(l,"$ref")}t(gf,"isReferenceObject");function iy(l){return!gf(l)}t(iy,"isSchemaObject");function ble(l){return l.type==="array"}t(ble,"isArraySchemaObject");function Frt(l){if(!l.allOf)throw new Error("Function inferRequiredSchema is specialized to handle item with required only in an allOf array.");let[u,m]=l.allOf.reduce((T,I)=>{if(zVt(I)){let L=I.required;T[0].push(...L??[])}else T[1].push(I);return T},[[],[]]),b={properties:u.reduce((T,I)=>(T[I]={},T),{}),type:"object",required:u};return{noRequiredOnlyAllof:m,composedRequiredSchema:b,patchRequiredSchemaInLoop:t((T,I)=>{if(gf(T)){let L=I(T.$ref);L&&b.required.forEach(Q=>{var ae;b.properties[Q]=((ae=L==null?void 0:L.properties)==null?void 0:ae[Q])??{}})}else{let L=T.properties??{};b.required.forEach(Q=>{L[Q]&&(b.properties[Q]=L[Q]??{})})}},"patchRequiredSchemaInLoop")}}t(Frt,"inferRequiredSchema");var zVt=t(l=>!gf(l)&&!!l.required&&!l.type&&!l.properties&&!(l!=null&&l.allOf)&&!(l!=null&&l.anyOf)&&!l.oneOf,"isBrokenAllOfItem");var Rrt=t(l=>`#/components/schemas/${l}`,"getSchemaRef"),y8=t(l=>l[1]==="/"?l:"#/"+l.slice(1),"autocorrectRef"),oR=t(l=>y8(l).split("/").at(-1),"getSchemaNameByRef");function Lwe(l){let u=VVt(l).normalize("NFKD").trim().replace(/\s+/g,"_").replace(/--+/g,"-").replace(/-+/g,"_").replace(/[^\w-]+/g,"_");return ny(u)}t(Lwe,"normalizeString");function jwe(l){return/^[a-zA-Z]\w*$/.test(l)?l:`"${l}"`}t(jwe,"wrapWithQuotesIfNeeded");function Lrt(l){return typeof l=="string"&&l.startsWith('"')&&l.endsWith('"')?l.slice(1,-1):l}t(Lrt,"unwrapQuotesIfNeeded");function VVt(l){let u=Number(l[0]);return typeof u=="number"&&!Number.isNaN(u)?"_"+l:l}t(VVt,"prefixStringStartingWithNumberIfNeeded");function Bwe(l){let u=l.replaceAll("_","#");return ny(u.replaceAll("-","_")).replaceAll("#","_")}t(Bwe,"pathParamToVariableName");var v8=t(l=>brt.includes(l),"isPrimitiveType");function jrt(l){return l.replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/([\u0000-\u0008\u000B\u000C\u000E-\u001F\u007F-\u009F\uFFFE\uFFFF])/g,(u,m)=>{let b=m.codePointAt(),T=b.toString(16);return b<=255?`\\x${`00${T}`.slice(-2)}`:`\\u${`0000${T}`.slice(-4)}`}).replace(/\//g,"\\/")}t(jrt,"escapeControlCharacters");function FC(l){return l.includes("application/")&&l.includes("json")||yrt.includes(l)||l.includes("text/")}t(FC,"isParamMediaTypeAllowed");function FW(l){return l>=200&&l<300}t(FW,"isMainResponseStatus");function Sle(l){return!(l>=200&&l<300)}t(Sle,"isErrorStatus");function xle(l){return l.startsWith("application/")}t(xle,"isMediaTypeAllowed");var Mrt=/({\w+})/g,UVt=/[^\w\-]+/g;function Brt(l){l=u_(wW(l.replaceAll("/","-")).replaceAll("-",""));let u=[...l.matchAll(Mrt)];if(u.length>0){let m=u.sort((b,T)=>b.index-T.index)[u.length-1][0];l=`${l.replace(Mrt,"")}By${u_(m.slice(1,-1))}`}return l.replace(UVt,"_")}t(Brt,"pathToVariableName");var Rwe=/{(\b\w+(?:-\w+)*\b)}/g;function $rt(l){let u=l.match(Rwe);return u===null?l.replaceAll(Rwe,":$1"):(u.forEach(m=>{let b=Bwe(m.replaceAll(Rwe,":$1"));l=l.replaceAll(m,b)}),l)}t($rt,"replaceHyphenatedPath");var Tle=t(l=>{let u=l["x-enumNames"],m=Array.isArray(u)&&u.length>0,b=!!l.schema&&iy(l.schema)&&l.schema.type==="string";return m&&b},"isSortingParameterObject"),b8=t((l,u)=>u.excludePathRegex?new RegExp(u.excludePathRegex).test(l):!1,"isPathExcluded");function MC({schema:l,meta:u,options:m}){let b=[];Xy(l.type).with("string",()=>b.push(GVt(l))).with("number","integer",()=>b.push(ZVt(l))).with("array",()=>b.push(XVt(l))).otherwise(()=>{}),typeof l.description=="string"&&l.description!==""&&m.withDescription&&([`
|
|
526
526
|
`,"\r",`\r
|
|
527
527
|
`].some(I=>String.prototype.includes.call(l.description,I))?b.push(`describe(\`${l.description}\`)`):b.push(`describe("${l.description}")`));let T=b.concat(WVt({schema:l,meta:u,options:m}),m.withDefaultValues!==!1?HVt(l):[]).filter(Boolean).join(".");return T?`.${T}`:""}t(MC,"getZodChain");function WVt({schema:l,meta:u,options:m}){return l.nullable&&!(u!=null&&u.isRequired)?"nullish()":l.nullable||m.replaceOptionalWithNullish&&(u!=null&&u.isParentPartial)?"nullable()":u!=null&&u.isRequired?"":m.replaceOptionalWithNullish?"nullish()":"optional()"}t(WVt,"getZodChainablePresence");function HVt(l){return l.default!==void 0?`default(${Xy(l.type).with("number","integer",()=>Lrt(l.default)).otherwise(()=>JSON.stringify(l.default))})`:""}t(HVt,"getZodChainableDefault");function GVt(l){let u=[];return l.enum||(l.minLength!==void 0&&u.push(`min(${l.minLength})`),l.maxLength!==void 0&&u.push(`max(${l.maxLength})`)),l.pattern&&u.push(`regex(${QVt(l.pattern)})`),u.join(".")}t(GVt,"getZodChainableStringValidations");function QVt(l){return l.startsWith("/")&&l.endsWith("/")&&(l=l.slice(1,-1)),l=jrt(l),`/${l}/`}t(QVt,"formatPatternIfNeeded");function ZVt(l){let u=[];return l.enum?"":(l.minimum!==void 0?l.exclusiveMinimum===!0?u.push(`gt(${l.minimum})`):u.push(`gte(${l.minimum})`):typeof l.exclusiveMinimum=="number"&&u.push(`gt(${l.exclusiveMinimum})`),l.maximum!==void 0?l.exclusiveMaximum===!0?u.push(`lt(${l.maximum})`):u.push(`lte(${l.maximum})`):typeof l.exclusiveMaximum=="number"&&u.push(`lt(${l.exclusiveMaximum})`),l.multipleOf&&u.push(`multipleOf(${l.multipleOf})`),u.join("."))}t(ZVt,"getZodChainableNumberValidations");function XVt(l){let u=[];return l.minItems&&u.push(`min(${l.minItems})`),l.maxItems&&u.push(`max(${l.maxItems})`),u.join(".")}t(XVt,"getZodChainableArrayValidations");var C_=t(({type:l,tag:u,options:m})=>`${u_(u)}${m.configs[l].namespaceSuffix}`,"getNamespaceName");var S8=t(l=>l.reduce((u,m)=>u+m,0),"sum");function hg(l,u){if(!u)return l;if(gf(u))return l+2;if(Array.isArray(u.type))return u.type.length===1?Db("oneOf")+hg(l,{...u,type:u.type[0]}):l+Db("oneOf")+S8(u.type.map(m=>hg(0,{...u,type:m})));if(u.oneOf)return u.oneOf.length===1?Db("oneOf")+hg(l,u.oneOf[0]):l+Db("oneOf")+S8(u.oneOf.map(m=>hg(0,m)));if(u.anyOf)return u.anyOf.length===1?Db("anyOf")+hg(l,u.anyOf[0]):l+Db("anyOf")+S8(u.anyOf.map(m=>hg(0,m)));if(u.allOf)return u.allOf.length===1?Db("allOf")+hg(l,u.allOf[0]):l+Db("allOf")+S8(u.allOf.map(m=>hg(0,m)));if(!u.type)return l;if(v8(u.type))return u.enum?l+Jrt(u)+Db("enum")+S8(u.enum.map(m=>hg(0,m))):l+Jrt(u);if(u.type==="array")return u.items?Db("array")+hg(l,u.items):Db("array")+hg(l);if(u.type==="object"||u.properties||u.additionalProperties){if(u.properties){let m=Object.values(u.properties);l+=Db("object")+S8(m.map(b=>hg(0,b)))}else l+=Db("empty-object");u.additionalProperties&&(typeof u.additionalProperties=="object"?l+=hg(0,u.additionalProperties):l+=hg(1))}return l}t(hg,"getOpenAPISchemaComplexity");function Jrt(l){return Xy(l.type).with("string","number","integer","boolean",()=>1).otherwise(()=>0)}t(Jrt,"complexityByType");function Db(l){return Xy(l).with("oneOf",()=>2).with("anyOf",()=>3).with("allOf",()=>2).with("enum","array","empty-object",()=>1).with("object",()=>2).otherwise(()=>0)}t(Db,"complexityByComposite");var Jwe=class Jwe{constructor(u,m,b={referencedBy:[]},T){this.schema=u;this.resolver=m;gf(u)&&(this.ref=u.$ref),T&&(this.enumRef=T),this.meta={...b,referencedBy:[...(b==null?void 0:b.referencedBy)??[]]},this.ref&&this.meta.referencedBy.push(this)}code;ref;enumRef;children=[];meta;getCodeString(u,m){var I,L;if(!this.ref&&this.code)return this.code;if(!this.ref)throw new Error("Zod schema is missing both ref and code");let b=(I=this.resolver)==null?void 0:I.getZodSchemaNameByRef(this.ref);if(!b)return this.ref;let T=(L=this.resolver)==null?void 0:L.getTagByZodSchemaName(b);return m!=null&&m.tsNamespaces&&T&&T!==u?`${C_({type:"models",tag:T,options:m})}.${b}`:b}get complexity(){return hg(0,this.schema)}assign(u){return this.code=u,this}inherit(u){return u&&u.children.push(this),this}};t(Jwe,"ZodSchema");var MW=Jwe;function $we(l){var u,m;if(l)return(u=l.parent)!=null&&u.ref?l.parent.ref:$we((m=l.parent)==null?void 0:m.meta)}t($we,"getParentRef");function qrt(l,u){let m=l.getRefByZodSchemaName(u);if(m){let T=Array.from(l.dependencyGraph.refsDependencyGraph[m]??[]).map(L=>l.getZodSchemaNameByRef(L)),I=l.getExtractedEnumZodSchemaNamesReferencedBySchemaRef(m);return[...T,...I]}let b=l.getCompositeZodSchemaByZodSchemaName(u);return b?Array.from(kle(b)).map(T=>l.getZodSchemaNameByRef(T)):[]}t(qrt,"getZodSchemaRefs");function kle(l,{skipObjectSchema:u=!1}={}){return l.children.reduce((b,T)=>{let I=T.ref??T.enumRef;return I&&b.add(I),T.children.length>0&&(!u||!iy(T.schema)||T.schema.type!=="object")&&kle(T).forEach(L=>b.add(L)),b},new Set)}t(kle,"getSchemaRefs");function Hd({schema:l,resolver:u,meta:m,tag:b}){var rr;let T=new MW(l,u,m),I={parent:T.inherit(m==null?void 0:m.parent),referencedBy:[...T.meta.referencedBy]},L={resolver:u,meta:I,tag:b};if(gf(l))return YVt({schema:l,zodSchema:T,resolver:u,meta:I,tag:b});let Q=eUt({schema:l,zodSchema:T,resolver:u,meta:I,tag:b});if(Q)return Q;let ae=KVt({schema:l,zodSchema:T,resolver:u,meta:I,tag:b});if(ae)return ae;let ee=tUt({schema:l,zodSchema:T,resolver:u,meta:I,tag:b});if(ee)return ee;let pe=rUt({schema:l,zodSchema:T,resolver:u,meta:I,tag:b});if(pe)return pe;let Te=nUt({schema:l,zodSchema:T,resolver:u,meta:I,tag:b});if(Te)return Te;let Ke=u.options.allReadonly?".readonly()":"";if(ble(l))return l.items?T.assign(`z.array(${Hd({...L,schema:l.items}).getCodeString(b,u.options)}${MC({schema:l.items,meta:{...I,isRequired:!0},options:u.options})})${Ke}`):T.assign(`z.array(${aR})${Ke}`);let Pt=l.type?l.type.toLowerCase():void 0;if(Pt==="object"||l.properties||l.additionalProperties){let or=l.required&&l.required.length>0,Lt=u.options.withImplicitRequiredProps?!1:l.properties&&!((rr=l.required)!=null&&rr.length),Xt="{}";l.properties&&(Xt=`{ ${Object.entries(l.properties).map(([vo,Vn])=>{var Ht;let ql={...I,isRequired:Lt?!0:or?(Ht=l.required)==null?void 0:Ht.includes(vo):u.options.withImplicitRequiredProps,name:vo,isParentPartial:Lt},zl=Vn;if(gf(Vn)&&u&&(zl=u.getSchemaByRef(Vn.$ref),!zl))throw new Error(`Schema ${Vn.$ref} not found`);let ia=Hd({...L,schema:Vn,meta:ql}),lr=ia.getCodeString(b,u.options)+MC({schema:zl,meta:ql,options:u.options}),xs=!1,Fs=$we(m);return Fs&&(xs=[...gf(Vn)?[Vn.$ref]:[],...kle(ia,{skipObjectSchema:!0})].some(wa=>{var Eo;return(Eo=u.dependencyGraph.deepDependencyGraph[wa])==null?void 0:Eo.has(Fs)})),[vo,lr,xs]}).map(([vo,Vn,ql])=>ql?`get ${jwe(vo)}() { return ${Vn} }`:`${jwe(vo)}: ${Vn}`).join(", ")} }`);let Vt="";l.additionalProperties&&(Vt=`.catchall(${typeof l.additionalProperties=="object"&&Object.keys(l.additionalProperties).length>0?Hd({...L,schema:l.additionalProperties}).getCodeString(b,u.options)+MC({schema:l.additionalProperties,meta:{...I,isRequired:!0},options:u.options}):aR})`);let zn=`z.object(${Xt})${Lt?".partial()":""}${Vt}${Ke}`;return T.assign(zn)}if(Pt==="any")return T.assign(aR);if(!Pt)return T.assign("z.unknown()");throw new Error(`Unsupported schema type: ${Pt}`)}t(Hd,"getZodSchema");function YVt({schema:l,zodSchema:u,resolver:m,meta:b,tag:T}){if(!gf(l))return;let I=u.meta.referencedBy.slice(0,-1).map(ae=>ae.ref?m.getZodSchemaNameByRef(ae.ref)??ae.ref:void 0).filter(Boolean),L=m.getZodSchemaNameByRef(l.$ref);if(I.length>1&&I.includes(L))return u.assign(m.getCodeByZodSchemaName(u.ref));let Q=m.getCodeByZodSchemaName(l.$ref);if(!Q){let ae=m.getSchemaByRef(l.$ref);if(!ae)throw new Error(`Schema ${l.$ref} not found`);Q=Hd({schema:ae,resolver:m,meta:b,tag:T}).getCodeString(T,m.options)}return m.getCodeByZodSchemaName(L)||m.setZodSchema(L,Q,T),u}t(YVt,"getReferenceZodSchema");function KVt({schema:l,zodSchema:u,resolver:m,meta:b,tag:T}){var L;if(!iy(l)||!l.oneOf)return;if(l.oneOf.length===1){let Q=Hd({schema:l.oneOf[0],resolver:m,meta:b,tag:T});return u.assign(Q.getCodeString(T,m.options))}let I=(L=l.oneOf)==null?void 0:L.some(Q=>iy(Q)&&((Q==null?void 0:Q.allOf)||[]).length>1);if(l.discriminator&&!I){let Q=l.discriminator.propertyName;return u.assign(`
|
|
528
528
|
z.discriminatedUnion("${Q}", [${l.oneOf.map(ae=>Hd({schema:ae,resolver:m,meta:b,tag:T}).getCodeString(T,m.options)).join(", ")}])
|