@hey-api/openapi-ts 0.86.0 → 0.86.1
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/{chunk-BJUc-MpE.js → chunk-C-EqMg7d.js} +1 -1
- package/dist/clients/axios/client.ts +8 -17
- package/dist/{getSpec-CZ8YOkGf.js → getSpec-BlRTbnm6.js} +3 -3
- package/dist/{getSpec-CZ8YOkGf.js.map → getSpec-BlRTbnm6.js.map} +1 -1
- package/dist/{getSpec-_5jk-wUD.cjs → getSpec-D8vjI0RE.cjs} +2 -2
- package/dist/{getSpec-_5jk-wUD.cjs.map → getSpec-D8vjI0RE.cjs.map} +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/internal.cjs +1 -1
- package/dist/internal.d.cts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +1 -1
- package/dist/{types-CFN6tBkJ.d.cts → types-C7EJ2jAV.d.cts} +2 -2
- package/dist/{types-BesMf-H-.d.ts → types-k8CRHWYM.d.ts} +3 -2
- package/package.json +1 -6
package/dist/internal.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=require(`./getSpec-
|
|
1
|
+
const e=require(`./getSpec-D8vjI0RE.cjs`);exports.getSpec=e.t,exports.initConfigs=e.n,exports.parseOpenApiSpec=e.u;
|
package/dist/internal.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { g as UserConfig, h as Config, m as Logger, n as WatchValues, p as parseOpenApiSpec, w as Input } from "./types-C7EJ2jAV.cjs";
|
|
2
2
|
import { getResolvedInput } from "@hey-api/json-schema-ref-parser";
|
|
3
3
|
|
|
4
4
|
//#region src/config/init.d.ts
|
package/dist/internal.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { g as UserConfig, h as Config, m as Logger, n as WatchValues, p as parseOpenApiSpec, w as Input } from "./types-k8CRHWYM.js";
|
|
2
2
|
import { getResolvedInput } from "@hey-api/json-schema-ref-parser";
|
|
3
3
|
|
|
4
4
|
//#region src/config/init.d.ts
|
package/dist/internal.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{n as e,t,u as n}from"./getSpec-BlRTbnm6.js";export{t as getSpec,e as initConfigs,n as parseOpenApiSpec};
|
|
@@ -15368,5 +15368,5 @@ interface WatchValues {
|
|
|
15368
15368
|
lastValue?: string;
|
|
15369
15369
|
}
|
|
15370
15370
|
//#endregion
|
|
15371
|
-
export {
|
|
15372
|
-
//# sourceMappingURL=types-
|
|
15371
|
+
export { OpenApiSchemaObject as C, MaybeArray as D, LazyOrAsync as E, OpenApiResponseObject as S, StringCase as T, OpenApi$1 as _, ExpressionTransformer as a, OpenApiParameterObject as b, Client as c, Plugin as d, Client$1 as f, UserConfig$26 as g, Config$1 as h, TypeTransformer as i, PluginHandler as l, Logger as m, WatchValues as n, compiler as o, parseOpenApiSpec as p, IR$1 as r, tsc as s, LegacyIR as t, DefinePlugin as u, OpenApiMetaObject as v, Input as w, OpenApiRequestBodyObject as x, OpenApiOperationObject as y };
|
|
15372
|
+
//# sourceMappingURL=types-C7EJ2jAV.d.cts.map
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { n as __export } from "./chunk-C-EqMg7d.js";
|
|
1
2
|
import fs from "node:fs";
|
|
2
3
|
import * as typescript0 from "typescript";
|
|
3
4
|
import ts from "typescript";
|
|
@@ -15368,5 +15369,5 @@ interface WatchValues {
|
|
|
15368
15369
|
lastValue?: string;
|
|
15369
15370
|
}
|
|
15370
15371
|
//#endregion
|
|
15371
|
-
export {
|
|
15372
|
-
//# sourceMappingURL=types-
|
|
15372
|
+
export { OpenApiSchemaObject as C, MaybeArray as D, LazyOrAsync as E, OpenApiResponseObject as S, StringCase as T, OpenApi$1 as _, ExpressionTransformer as a, OpenApiParameterObject as b, Client as c, Plugin as d, Client$1 as f, UserConfig$26 as g, Config$1 as h, TypeTransformer as i, PluginHandler as l, Logger as m, WatchValues as n, compiler as o, parseOpenApiSpec as p, IR$1 as r, tsc as s, LegacyIR as t, DefinePlugin as u, OpenApiMetaObject as v, Input as w, OpenApiRequestBodyObject as x, OpenApiOperationObject as y };
|
|
15373
|
+
//# sourceMappingURL=types-k8CRHWYM.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hey-api/openapi-ts",
|
|
3
|
-
"version": "0.86.
|
|
3
|
+
"version": "0.86.1",
|
|
4
4
|
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
|
|
5
5
|
"homepage": "https://heyapi.dev/",
|
|
6
6
|
"repository": {
|
|
@@ -101,20 +101,15 @@
|
|
|
101
101
|
"@angular/router": "19.2.15",
|
|
102
102
|
"@types/bun": "1.2.23",
|
|
103
103
|
"@types/cross-spawn": "6.0.6",
|
|
104
|
-
"@types/express": "4.17.21",
|
|
105
104
|
"@types/semver": "7.7.1",
|
|
106
105
|
"axios": "1.8.2",
|
|
107
106
|
"cross-spawn": "7.0.6",
|
|
108
107
|
"eslint": "9.17.0",
|
|
109
|
-
"express": "4.21.0",
|
|
110
108
|
"glob": "10.4.3",
|
|
111
|
-
"node-fetch": "3.3.2",
|
|
112
109
|
"nuxt": "3.14.1592",
|
|
113
110
|
"ofetch": "1.4.1",
|
|
114
111
|
"prettier": "3.4.2",
|
|
115
112
|
"rxjs": "7.8.1",
|
|
116
|
-
"ts-node": "10.9.2",
|
|
117
|
-
"tslib": "2.8.1",
|
|
118
113
|
"typescript": "5.9.3",
|
|
119
114
|
"vue": "3.5.13",
|
|
120
115
|
"yaml": "2.8.0",
|