@hey-api/openapi-ts 0.92.2 → 0.92.3
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.d.mts +146 -145
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{init-DlaW5Djq.mjs → init-W7OZahc5.mjs} +2 -1
- package/dist/{init-DlaW5Djq.mjs.map → init-W7OZahc5.mjs.map} +1 -1
- package/dist/internal.mjs +1 -1
- package/dist/run.mjs +3 -3
- package/dist/{src-BYA2YioO.mjs → src-BbXkGzWZ.mjs} +2 -2
- package/dist/{src-BYA2YioO.mjs.map → src-BbXkGzWZ.mjs.map} +1 -1
- package/package.json +3 -3
|
@@ -13327,6 +13327,7 @@ const handleComponent = ({ plugin, schema, state }) => {
|
|
|
13327
13327
|
const handlerV4 = ({ plugin }) => {
|
|
13328
13328
|
plugin.symbol("z", {
|
|
13329
13329
|
external: getZodModule({ plugin }),
|
|
13330
|
+
importKind: "namespace",
|
|
13330
13331
|
meta: {
|
|
13331
13332
|
category: "external",
|
|
13332
13333
|
resource: "zod.z"
|
|
@@ -13829,4 +13830,4 @@ async function resolveJobs({ logger, userConfigs }) {
|
|
|
13829
13830
|
|
|
13830
13831
|
//#endregion
|
|
13831
13832
|
export { postProcessors as _, clientDefaultConfig as a, TypeScriptRenderer as c, reserved as d, keywords as f, getTypedConfig as g, getClientPlugin as h, generateClientBundle as i, TsDslContext as l, TsDsl as m, defaultPlugins as n, clientDefaultMeta as o, regexp as p, clientPluginHandler as r, $ as s, resolveJobs as t, ctx as u };
|
|
13832
|
-
//# sourceMappingURL=init-
|
|
13833
|
+
//# sourceMappingURL=init-W7OZahc5.mjs.map
|