orval 7.9.0 → 7.10.0

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/bin/orval.js CHANGED
@@ -3238,7 +3238,7 @@ var import_chalk3 = __toESM(require("chalk"));
3238
3238
  var package_default = {
3239
3239
  name: "orval",
3240
3240
  description: "A swagger client generator for typescript",
3241
- version: "7.9.0",
3241
+ version: "7.10.0",
3242
3242
  license: "MIT",
3243
3243
  files: [
3244
3244
  "dist"
@@ -3293,16 +3293,16 @@ var package_default = {
3293
3293
  },
3294
3294
  dependencies: {
3295
3295
  "@apidevtools/swagger-parser": "^10.1.1",
3296
- "@orval/angular": "7.9.0",
3297
- "@orval/axios": "7.9.0",
3298
- "@orval/core": "7.9.0",
3299
- "@orval/fetch": "7.9.0",
3300
- "@orval/hono": "7.9.0",
3301
- "@orval/mcp": "7.9.0",
3302
- "@orval/mock": "7.9.0",
3303
- "@orval/query": "7.9.0",
3304
- "@orval/swr": "7.9.0",
3305
- "@orval/zod": "7.9.0",
3296
+ "@orval/angular": "7.10.0",
3297
+ "@orval/axios": "7.10.0",
3298
+ "@orval/core": "7.10.0",
3299
+ "@orval/fetch": "7.10.0",
3300
+ "@orval/hono": "7.10.0",
3301
+ "@orval/mcp": "7.10.0",
3302
+ "@orval/mock": "7.10.0",
3303
+ "@orval/query": "7.10.0",
3304
+ "@orval/swr": "7.10.0",
3305
+ "@orval/zod": "7.10.0",
3306
3306
  ajv: "^8.17.1",
3307
3307
  cac: "^6.7.14",
3308
3308
  chalk: "^4.1.2",
@@ -3310,7 +3310,7 @@ var package_default = {
3310
3310
  enquirer: "^2.4.1",
3311
3311
  execa: "^5.1.1",
3312
3312
  "find-up": "5.0.0",
3313
- "fs-extra": "^11.2.0",
3313
+ "fs-extra": "^11.3.0",
3314
3314
  "lodash.uniq": "^4.5.0",
3315
3315
  "openapi3-ts": "4.2.2",
3316
3316
  "string-argv": "^0.3.2",
@@ -3501,7 +3501,7 @@ var maybeReplaceCatalog = async (pkg, workspace) => {
3501
3501
  ...Object.entries((_a = pkg.dependencies) != null ? _a : {}),
3502
3502
  ...Object.entries((_b = pkg.devDependencies) != null ? _b : {}),
3503
3503
  ...Object.entries((_c = pkg.peerDependencies) != null ? _c : {})
3504
- ].some(([key]) => key.startsWith("catalog:"))) {
3504
+ ].some(([, value]) => (0, import_core6.isString)(value) && value.startsWith("catalog:"))) {
3505
3505
  return pkg;
3506
3506
  }
3507
3507
  const filePath = await (0, import_find_up.default)("pnpm-workspace.yaml", { cwd: workspace });
@@ -3619,7 +3619,7 @@ var createFormData = (workspace, formData) => {
3619
3619
  };
3620
3620
  };
3621
3621
  var normalizeOptions = async (optionsExport, workspace = process.cwd(), globalOptions = {}) => {
3622
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha, _ia, _ja, _ka, _la, _ma, _na, _oa, _pa, _qa, _ra, _sa, _ta, _ua, _va, _wa, _xa, _ya, _za, _Aa, _Ba, _Ca, _Da, _Ea, _Fa, _Ga, _Ha, _Ia, _Ja, _Ka, _La, _Ma, _Na, _Oa, _Pa, _Qa, _Ra, _Sa, _Ta, _Ua, _Va, _Wa, _Xa, _Ya, _Za, __a, _$a, _ab, _bb, _cb, _db, _eb, _fb, _gb, _hb, _ib, _jb, _kb, _lb, _mb, _nb, _ob, _pb, _qb, _rb, _sb, _tb, _ub, _vb, _wb, _xb, _yb, _zb, _Ab, _Bb, _Cb, _Db, _Eb, _Fb, _Gb, _Hb, _Ib, _Jb, _Kb, _Lb, _Mb, _Nb, _Ob, _Pb, _Qb, _Rb, _Sb, _Tb, _Ub, _Vb, _Wb, _Xb, _Yb, _Zb, __b, _$b, _ac, _bc, _cc, _dc;
3622
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha, _ia, _ja, _ka, _la, _ma, _na, _oa, _pa, _qa, _ra, _sa, _ta, _ua, _va, _wa, _xa, _ya, _za, _Aa, _Ba, _Ca, _Da, _Ea, _Fa, _Ga, _Ha, _Ia, _Ja, _Ka, _La, _Ma, _Na, _Oa, _Pa, _Qa, _Ra, _Sa, _Ta, _Ua, _Va, _Wa, _Xa, _Ya, _Za, __a, _$a, _ab, _bb, _cb, _db, _eb, _fb, _gb, _hb, _ib, _jb, _kb, _lb, _mb, _nb, _ob, _pb, _qb, _rb, _sb, _tb, _ub, _vb, _wb, _xb, _yb, _zb, _Ab, _Bb, _Cb, _Db, _Eb, _Fb, _Gb, _Hb, _Ib, _Jb, _Kb, _Lb, _Mb, _Nb, _Ob, _Pb, _Qb, _Rb, _Sb, _Tb, _Ub, _Vb, _Wb, _Xb, _Yb, _Zb, __b, _$b, _ac, _bc, _cc, _dc, _ec, _fc, _gc, _hc, _ic, _jc, _kc, _lc, _mc;
3623
3623
  const options = await ((0, import_core8.isFunction)(optionsExport) ? optionsExport() : optionsExport);
3624
3624
  if (!options.input) {
3625
3625
  (0, import_core8.createLogger)().error(import_chalk3.default.red(`Config require an input`));
@@ -3712,17 +3712,20 @@ var normalizeOptions = async (optionsExport, workspace = process.cwd(), globalOp
3712
3712
  mock: {
3713
3713
  arrayMin: (_y = (_x = (_w = outputOptions.override) == null ? void 0 : _w.mock) == null ? void 0 : _x.arrayMin) != null ? _y : 1,
3714
3714
  arrayMax: (_B = (_A = (_z = outputOptions.override) == null ? void 0 : _z.mock) == null ? void 0 : _A.arrayMax) != null ? _B : 10,
3715
- ...(_D = (_C = outputOptions.override) == null ? void 0 : _C.mock) != null ? _D : {}
3715
+ stringMin: (_E = (_D = (_C = outputOptions.override) == null ? void 0 : _C.mock) == null ? void 0 : _D.stringMin) != null ? _E : 10,
3716
+ stringMax: (_H = (_G = (_F = outputOptions.override) == null ? void 0 : _F.mock) == null ? void 0 : _G.stringMax) != null ? _H : 20,
3717
+ fractionDigits: (_K = (_J = (_I = outputOptions.override) == null ? void 0 : _I.mock) == null ? void 0 : _J.fractionDigits) != null ? _K : 2,
3718
+ ...(_L = outputOptions.override) == null ? void 0 : _L.mock
3716
3719
  },
3717
3720
  operations: normalizeOperationsAndTags(
3718
- (_F = (_E = outputOptions.override) == null ? void 0 : _E.operations) != null ? _F : {},
3721
+ (_N = (_M = outputOptions.override) == null ? void 0 : _M.operations) != null ? _N : {},
3719
3722
  outputWorkspace,
3720
3723
  {
3721
3724
  query: globalQueryOptions
3722
3725
  }
3723
3726
  ),
3724
3727
  tags: normalizeOperationsAndTags(
3725
- (_H = (_G = outputOptions.override) == null ? void 0 : _G.tags) != null ? _H : {},
3728
+ (_P = (_O = outputOptions.override) == null ? void 0 : _O.tags) != null ? _P : {},
3726
3729
  outputWorkspace,
3727
3730
  {
3728
3731
  query: globalQueryOptions
@@ -3730,119 +3733,120 @@ var normalizeOptions = async (optionsExport, workspace = process.cwd(), globalOp
3730
3733
  ),
3731
3734
  mutator: normalizeMutator(
3732
3735
  outputWorkspace,
3733
- (_I = outputOptions.override) == null ? void 0 : _I.mutator
3736
+ (_Q = outputOptions.override) == null ? void 0 : _Q.mutator
3734
3737
  ),
3735
3738
  formData: createFormData(
3736
3739
  outputWorkspace,
3737
- (_J = outputOptions.override) == null ? void 0 : _J.formData
3740
+ (_R = outputOptions.override) == null ? void 0 : _R.formData
3738
3741
  ),
3739
- formUrlEncoded: (_N = !(0, import_core8.isBoolean)((_K = outputOptions.override) == null ? void 0 : _K.formUrlEncoded) ? normalizeMutator(
3742
+ formUrlEncoded: (_V = !(0, import_core8.isBoolean)((_S = outputOptions.override) == null ? void 0 : _S.formUrlEncoded) ? normalizeMutator(
3740
3743
  outputWorkspace,
3741
- (_L = outputOptions.override) == null ? void 0 : _L.formUrlEncoded
3742
- ) : (_M = outputOptions.override) == null ? void 0 : _M.formUrlEncoded) != null ? _N : true,
3744
+ (_T = outputOptions.override) == null ? void 0 : _T.formUrlEncoded
3745
+ ) : (_U = outputOptions.override) == null ? void 0 : _U.formUrlEncoded) != null ? _V : true,
3743
3746
  paramsSerializer: normalizeMutator(
3744
3747
  outputWorkspace,
3745
- (_O = outputOptions.override) == null ? void 0 : _O.paramsSerializer
3748
+ (_W = outputOptions.override) == null ? void 0 : _W.paramsSerializer
3746
3749
  ),
3747
- header: ((_P = outputOptions.override) == null ? void 0 : _P.header) === false ? false : (0, import_core8.isFunction)((_Q = outputOptions.override) == null ? void 0 : _Q.header) ? (_R = outputOptions.override) == null ? void 0 : _R.header : getDefaultFilesHeader,
3748
- requestOptions: (_T = (_S = outputOptions.override) == null ? void 0 : _S.requestOptions) != null ? _T : true,
3750
+ header: ((_X = outputOptions.override) == null ? void 0 : _X.header) === false ? false : (0, import_core8.isFunction)((_Y = outputOptions.override) == null ? void 0 : _Y.header) ? (_Z = outputOptions.override) == null ? void 0 : _Z.header : getDefaultFilesHeader,
3751
+ requestOptions: (_$ = (__ = outputOptions.override) == null ? void 0 : __.requestOptions) != null ? _$ : true,
3749
3752
  components: {
3750
3753
  schemas: {
3751
3754
  suffix: import_core8.RefComponentSuffix.schemas,
3752
- itemSuffix: (_X = (_W = (_V = (_U = outputOptions.override) == null ? void 0 : _U.components) == null ? void 0 : _V.schemas) == null ? void 0 : _W.itemSuffix) != null ? _X : "Item",
3753
- ...(__ = (_Z = (_Y = outputOptions.override) == null ? void 0 : _Y.components) == null ? void 0 : _Z.schemas) != null ? __ : {}
3755
+ itemSuffix: (_da = (_ca = (_ba = (_aa = outputOptions.override) == null ? void 0 : _aa.components) == null ? void 0 : _ba.schemas) == null ? void 0 : _ca.itemSuffix) != null ? _da : "Item",
3756
+ ...(_ga = (_fa = (_ea = outputOptions.override) == null ? void 0 : _ea.components) == null ? void 0 : _fa.schemas) != null ? _ga : {}
3754
3757
  },
3755
3758
  responses: {
3756
3759
  suffix: import_core8.RefComponentSuffix.responses,
3757
- ...(_ba = (_aa = (_$ = outputOptions.override) == null ? void 0 : _$.components) == null ? void 0 : _aa.responses) != null ? _ba : {}
3760
+ ...(_ja = (_ia = (_ha = outputOptions.override) == null ? void 0 : _ha.components) == null ? void 0 : _ia.responses) != null ? _ja : {}
3758
3761
  },
3759
3762
  parameters: {
3760
3763
  suffix: import_core8.RefComponentSuffix.parameters,
3761
- ...(_ea = (_da = (_ca = outputOptions.override) == null ? void 0 : _ca.components) == null ? void 0 : _da.parameters) != null ? _ea : {}
3764
+ ...(_ma = (_la = (_ka = outputOptions.override) == null ? void 0 : _ka.components) == null ? void 0 : _la.parameters) != null ? _ma : {}
3762
3765
  },
3763
3766
  requestBodies: {
3764
3767
  suffix: import_core8.RefComponentSuffix.requestBodies,
3765
- ...(_ha = (_ga = (_fa = outputOptions.override) == null ? void 0 : _fa.components) == null ? void 0 : _ga.requestBodies) != null ? _ha : {}
3768
+ ...(_pa = (_oa = (_na = outputOptions.override) == null ? void 0 : _na.components) == null ? void 0 : _oa.requestBodies) != null ? _pa : {}
3766
3769
  }
3767
3770
  },
3768
- hono: normalizeHonoOptions((_ia = outputOptions.override) == null ? void 0 : _ia.hono, workspace),
3771
+ hono: normalizeHonoOptions((_qa = outputOptions.override) == null ? void 0 : _qa.hono, workspace),
3772
+ jsDoc: normalizeJSDocOptions((_ra = outputOptions.override) == null ? void 0 : _ra.jsDoc),
3769
3773
  query: globalQueryOptions,
3770
3774
  zod: {
3771
3775
  strict: {
3772
- param: (_ma = (_la = (_ka = (_ja = outputOptions.override) == null ? void 0 : _ja.zod) == null ? void 0 : _ka.strict) == null ? void 0 : _la.param) != null ? _ma : false,
3773
- query: (_qa = (_pa = (_oa = (_na = outputOptions.override) == null ? void 0 : _na.zod) == null ? void 0 : _oa.strict) == null ? void 0 : _pa.query) != null ? _qa : false,
3774
- header: (_ua = (_ta = (_sa = (_ra = outputOptions.override) == null ? void 0 : _ra.zod) == null ? void 0 : _sa.strict) == null ? void 0 : _ta.header) != null ? _ua : false,
3775
- body: (_ya = (_xa = (_wa = (_va = outputOptions.override) == null ? void 0 : _va.zod) == null ? void 0 : _wa.strict) == null ? void 0 : _xa.body) != null ? _ya : false,
3776
- response: (_Ca = (_Ba = (_Aa = (_za = outputOptions.override) == null ? void 0 : _za.zod) == null ? void 0 : _Aa.strict) == null ? void 0 : _Ba.response) != null ? _Ca : false
3776
+ param: (_va = (_ua = (_ta = (_sa = outputOptions.override) == null ? void 0 : _sa.zod) == null ? void 0 : _ta.strict) == null ? void 0 : _ua.param) != null ? _va : false,
3777
+ query: (_za = (_ya = (_xa = (_wa = outputOptions.override) == null ? void 0 : _wa.zod) == null ? void 0 : _xa.strict) == null ? void 0 : _ya.query) != null ? _za : false,
3778
+ header: (_Da = (_Ca = (_Ba = (_Aa = outputOptions.override) == null ? void 0 : _Aa.zod) == null ? void 0 : _Ba.strict) == null ? void 0 : _Ca.header) != null ? _Da : false,
3779
+ body: (_Ha = (_Ga = (_Fa = (_Ea = outputOptions.override) == null ? void 0 : _Ea.zod) == null ? void 0 : _Fa.strict) == null ? void 0 : _Ga.body) != null ? _Ha : false,
3780
+ response: (_La = (_Ka = (_Ja = (_Ia = outputOptions.override) == null ? void 0 : _Ia.zod) == null ? void 0 : _Ja.strict) == null ? void 0 : _Ka.response) != null ? _La : false
3777
3781
  },
3778
3782
  generate: {
3779
- param: (_Ga = (_Fa = (_Ea = (_Da = outputOptions.override) == null ? void 0 : _Da.zod) == null ? void 0 : _Ea.generate) == null ? void 0 : _Fa.param) != null ? _Ga : true,
3780
- query: (_Ka = (_Ja = (_Ia = (_Ha = outputOptions.override) == null ? void 0 : _Ha.zod) == null ? void 0 : _Ia.generate) == null ? void 0 : _Ja.query) != null ? _Ka : true,
3781
- header: (_Oa = (_Na = (_Ma = (_La = outputOptions.override) == null ? void 0 : _La.zod) == null ? void 0 : _Ma.generate) == null ? void 0 : _Na.header) != null ? _Oa : true,
3782
- body: (_Sa = (_Ra = (_Qa = (_Pa = outputOptions.override) == null ? void 0 : _Pa.zod) == null ? void 0 : _Qa.generate) == null ? void 0 : _Ra.body) != null ? _Sa : true,
3783
- response: (_Wa = (_Va = (_Ua = (_Ta = outputOptions.override) == null ? void 0 : _Ta.zod) == null ? void 0 : _Ua.generate) == null ? void 0 : _Va.response) != null ? _Wa : true
3783
+ param: (_Pa = (_Oa = (_Na = (_Ma = outputOptions.override) == null ? void 0 : _Ma.zod) == null ? void 0 : _Na.generate) == null ? void 0 : _Oa.param) != null ? _Pa : true,
3784
+ query: (_Ta = (_Sa = (_Ra = (_Qa = outputOptions.override) == null ? void 0 : _Qa.zod) == null ? void 0 : _Ra.generate) == null ? void 0 : _Sa.query) != null ? _Ta : true,
3785
+ header: (_Xa = (_Wa = (_Va = (_Ua = outputOptions.override) == null ? void 0 : _Ua.zod) == null ? void 0 : _Va.generate) == null ? void 0 : _Wa.header) != null ? _Xa : true,
3786
+ body: (_$a = (__a = (_Za = (_Ya = outputOptions.override) == null ? void 0 : _Ya.zod) == null ? void 0 : _Za.generate) == null ? void 0 : __a.body) != null ? _$a : true,
3787
+ response: (_db = (_cb = (_bb = (_ab = outputOptions.override) == null ? void 0 : _ab.zod) == null ? void 0 : _bb.generate) == null ? void 0 : _cb.response) != null ? _db : true
3784
3788
  },
3785
3789
  coerce: {
3786
- param: (__a = (_Za = (_Ya = (_Xa = outputOptions.override) == null ? void 0 : _Xa.zod) == null ? void 0 : _Ya.coerce) == null ? void 0 : _Za.param) != null ? __a : false,
3787
- query: (_cb = (_bb = (_ab = (_$a = outputOptions.override) == null ? void 0 : _$a.zod) == null ? void 0 : _ab.coerce) == null ? void 0 : _bb.query) != null ? _cb : false,
3788
- header: (_gb = (_fb = (_eb = (_db = outputOptions.override) == null ? void 0 : _db.zod) == null ? void 0 : _eb.coerce) == null ? void 0 : _fb.header) != null ? _gb : false,
3789
- body: (_kb = (_jb = (_ib = (_hb = outputOptions.override) == null ? void 0 : _hb.zod) == null ? void 0 : _ib.coerce) == null ? void 0 : _jb.body) != null ? _kb : false,
3790
- response: (_ob = (_nb = (_mb = (_lb = outputOptions.override) == null ? void 0 : _lb.zod) == null ? void 0 : _mb.coerce) == null ? void 0 : _nb.response) != null ? _ob : false
3790
+ param: (_hb = (_gb = (_fb = (_eb = outputOptions.override) == null ? void 0 : _eb.zod) == null ? void 0 : _fb.coerce) == null ? void 0 : _gb.param) != null ? _hb : false,
3791
+ query: (_lb = (_kb = (_jb = (_ib = outputOptions.override) == null ? void 0 : _ib.zod) == null ? void 0 : _jb.coerce) == null ? void 0 : _kb.query) != null ? _lb : false,
3792
+ header: (_pb = (_ob = (_nb = (_mb = outputOptions.override) == null ? void 0 : _mb.zod) == null ? void 0 : _nb.coerce) == null ? void 0 : _ob.header) != null ? _pb : false,
3793
+ body: (_tb = (_sb = (_rb = (_qb = outputOptions.override) == null ? void 0 : _qb.zod) == null ? void 0 : _rb.coerce) == null ? void 0 : _sb.body) != null ? _tb : false,
3794
+ response: (_xb = (_wb = (_vb = (_ub = outputOptions.override) == null ? void 0 : _ub.zod) == null ? void 0 : _vb.coerce) == null ? void 0 : _wb.response) != null ? _xb : false
3791
3795
  },
3792
3796
  preprocess: {
3793
- ...((_rb = (_qb = (_pb = outputOptions.override) == null ? void 0 : _pb.zod) == null ? void 0 : _qb.preprocess) == null ? void 0 : _rb.param) ? {
3797
+ ...((_Ab = (_zb = (_yb = outputOptions.override) == null ? void 0 : _yb.zod) == null ? void 0 : _zb.preprocess) == null ? void 0 : _Ab.param) ? {
3794
3798
  param: normalizeMutator(
3795
3799
  workspace,
3796
3800
  outputOptions.override.zod.preprocess.param
3797
3801
  )
3798
3802
  } : {},
3799
- ...((_ub = (_tb = (_sb = outputOptions.override) == null ? void 0 : _sb.zod) == null ? void 0 : _tb.preprocess) == null ? void 0 : _ub.query) ? {
3803
+ ...((_Db = (_Cb = (_Bb = outputOptions.override) == null ? void 0 : _Bb.zod) == null ? void 0 : _Cb.preprocess) == null ? void 0 : _Db.query) ? {
3800
3804
  query: normalizeMutator(
3801
3805
  workspace,
3802
3806
  outputOptions.override.zod.preprocess.query
3803
3807
  )
3804
3808
  } : {},
3805
- ...((_xb = (_wb = (_vb = outputOptions.override) == null ? void 0 : _vb.zod) == null ? void 0 : _wb.preprocess) == null ? void 0 : _xb.header) ? {
3809
+ ...((_Gb = (_Fb = (_Eb = outputOptions.override) == null ? void 0 : _Eb.zod) == null ? void 0 : _Fb.preprocess) == null ? void 0 : _Gb.header) ? {
3806
3810
  header: normalizeMutator(
3807
3811
  workspace,
3808
3812
  outputOptions.override.zod.preprocess.header
3809
3813
  )
3810
3814
  } : {},
3811
- ...((_Ab = (_zb = (_yb = outputOptions.override) == null ? void 0 : _yb.zod) == null ? void 0 : _zb.preprocess) == null ? void 0 : _Ab.body) ? {
3815
+ ...((_Jb = (_Ib = (_Hb = outputOptions.override) == null ? void 0 : _Hb.zod) == null ? void 0 : _Ib.preprocess) == null ? void 0 : _Jb.body) ? {
3812
3816
  body: normalizeMutator(
3813
3817
  workspace,
3814
3818
  outputOptions.override.zod.preprocess.body
3815
3819
  )
3816
3820
  } : {},
3817
- ...((_Db = (_Cb = (_Bb = outputOptions.override) == null ? void 0 : _Bb.zod) == null ? void 0 : _Cb.preprocess) == null ? void 0 : _Db.response) ? {
3821
+ ...((_Mb = (_Lb = (_Kb = outputOptions.override) == null ? void 0 : _Kb.zod) == null ? void 0 : _Lb.preprocess) == null ? void 0 : _Mb.response) ? {
3818
3822
  response: normalizeMutator(
3819
3823
  workspace,
3820
3824
  outputOptions.override.zod.preprocess.response
3821
3825
  )
3822
3826
  } : {}
3823
3827
  },
3824
- generateEachHttpStatus: (_Gb = (_Fb = (_Eb = outputOptions.override) == null ? void 0 : _Eb.zod) == null ? void 0 : _Fb.generateEachHttpStatus) != null ? _Gb : false,
3825
- dateTimeOptions: (_Jb = (_Ib = (_Hb = outputOptions.override) == null ? void 0 : _Hb.zod) == null ? void 0 : _Ib.dateTimeOptions) != null ? _Jb : {}
3828
+ generateEachHttpStatus: (_Pb = (_Ob = (_Nb = outputOptions.override) == null ? void 0 : _Nb.zod) == null ? void 0 : _Ob.generateEachHttpStatus) != null ? _Pb : false,
3829
+ dateTimeOptions: (_Sb = (_Rb = (_Qb = outputOptions.override) == null ? void 0 : _Qb.zod) == null ? void 0 : _Rb.dateTimeOptions) != null ? _Sb : {}
3826
3830
  },
3827
3831
  swr: {
3828
- ...(_Lb = (_Kb = outputOptions.override) == null ? void 0 : _Kb.swr) != null ? _Lb : {}
3832
+ ...(_Ub = (_Tb = outputOptions.override) == null ? void 0 : _Tb.swr) != null ? _Ub : {}
3829
3833
  },
3830
3834
  angular: {
3831
- provideIn: (_Ob = (_Nb = (_Mb = outputOptions.override) == null ? void 0 : _Mb.angular) == null ? void 0 : _Nb.provideIn) != null ? _Ob : "root"
3835
+ provideIn: (_Xb = (_Wb = (_Vb = outputOptions.override) == null ? void 0 : _Vb.angular) == null ? void 0 : _Wb.provideIn) != null ? _Xb : "root"
3832
3836
  },
3833
3837
  fetch: {
3834
- includeHttpResponseReturnType: (_Rb = (_Qb = (_Pb = outputOptions.override) == null ? void 0 : _Pb.fetch) == null ? void 0 : _Qb.includeHttpResponseReturnType) != null ? _Rb : true,
3835
- ...(_Tb = (_Sb = outputOptions.override) == null ? void 0 : _Sb.fetch) != null ? _Tb : {}
3838
+ includeHttpResponseReturnType: (__b = (_Zb = (_Yb = outputOptions.override) == null ? void 0 : _Yb.fetch) == null ? void 0 : _Zb.includeHttpResponseReturnType) != null ? __b : true,
3839
+ ...(_ac = (_$b = outputOptions.override) == null ? void 0 : _$b.fetch) != null ? _ac : {}
3836
3840
  },
3837
- useDates: ((_Ub = outputOptions.override) == null ? void 0 : _Ub.useDates) || false,
3838
- useDeprecatedOperations: (_Wb = (_Vb = outputOptions.override) == null ? void 0 : _Vb.useDeprecatedOperations) != null ? _Wb : true,
3839
- enumGenerationType: ((_Yb = (_Xb = outputOptions.override) == null ? void 0 : _Xb.useNativeEnums) != null ? _Yb : false) ? "enum" : (__b = (_Zb = outputOptions.override) == null ? void 0 : _Zb.enumGenerationType) != null ? __b : "const",
3840
- suppressReadonlyModifier: ((_$b = outputOptions.override) == null ? void 0 : _$b.suppressReadonlyModifier) || false
3841
+ useDates: ((_bc = outputOptions.override) == null ? void 0 : _bc.useDates) || false,
3842
+ useDeprecatedOperations: (_dc = (_cc = outputOptions.override) == null ? void 0 : _cc.useDeprecatedOperations) != null ? _dc : true,
3843
+ enumGenerationType: ((_fc = (_ec = outputOptions.override) == null ? void 0 : _ec.useNativeEnums) != null ? _fc : false) ? "enum" : (_hc = (_gc = outputOptions.override) == null ? void 0 : _gc.enumGenerationType) != null ? _hc : "const",
3844
+ suppressReadonlyModifier: ((_ic = outputOptions.override) == null ? void 0 : _ic.suppressReadonlyModifier) || false
3841
3845
  },
3842
- allParamsOptional: (_ac = outputOptions.allParamsOptional) != null ? _ac : false,
3843
- urlEncodeParameters: (_bc = outputOptions.urlEncodeParameters) != null ? _bc : false,
3844
- optionsParamRequired: (_cc = outputOptions.optionsParamRequired) != null ? _cc : false,
3845
- propertySortOrder: (_dc = outputOptions.propertySortOrder) != null ? _dc : import_core8.PropertySortOrder.SPECIFICATION
3846
+ allParamsOptional: (_jc = outputOptions.allParamsOptional) != null ? _jc : false,
3847
+ urlEncodeParameters: (_kc = outputOptions.urlEncodeParameters) != null ? _kc : false,
3848
+ optionsParamRequired: (_lc = outputOptions.optionsParamRequired) != null ? _lc : false,
3849
+ propertySortOrder: (_mc = outputOptions.propertySortOrder) != null ? _mc : import_core8.PropertySortOrder.SPECIFICATION
3846
3850
  },
3847
3851
  hooks: options.hooks ? normalizeHooks(options.hooks) : {}
3848
3852
  };
@@ -4042,6 +4046,11 @@ var normalizeHonoOptions = (hono2 = {}, workspace) => {
4042
4046
  validatorOutputPath: hono2.validatorOutputPath ? import_core8.upath.resolve(workspace, hono2.validatorOutputPath) : ""
4043
4047
  };
4044
4048
  };
4049
+ var normalizeJSDocOptions = (jsdoc = {}) => {
4050
+ return {
4051
+ ...jsdoc
4052
+ };
4053
+ };
4045
4054
  var normalizeQueryOptions = (queryOptions = {}, outputWorkspace, globalOptions = {}) => {
4046
4055
  if (queryOptions.options) {
4047
4056
  console.warn(