@hey-api/openapi-ts 0.80.13 → 0.80.15
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-NAWMFQY4.js → chunk-IF5PESMD.js} +21 -21
- package/dist/chunk-IF5PESMD.js.map +1 -0
- package/dist/clients/axios/utils.ts +25 -2
- package/dist/clients/fetch/utils.ts +23 -2
- package/dist/clients/next/utils.ts +22 -2
- package/dist/clients/nuxt/utils.ts +22 -2
- package/dist/index.cjs +181 -181
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/internal.cjs +9 -9
- package/dist/internal.cjs.map +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.d-BzJA3GSb.d.cts → types.d-B_uo8LhA.d.cts} +2 -2
- package/dist/{types.d-BzJA3GSb.d.ts → types.d-B_uo8LhA.d.ts} +2 -2
- package/package.json +3 -1
- package/dist/chunk-NAWMFQY4.js.map +0 -1
package/dist/internal.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { l as Config, L as Logger, c as IR, U as UserConfig, W as WatchValues } from './types.d-B_uo8LhA.cjs';
|
|
2
2
|
import { JSONSchema } from '@hey-api/json-schema-ref-parser';
|
|
3
3
|
import 'semver';
|
|
4
4
|
import 'node:fs';
|
package/dist/internal.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { l as Config, L as Logger, c as IR, U as UserConfig, W as WatchValues } from './types.d-B_uo8LhA.js';
|
|
2
2
|
import { JSONSchema } from '@hey-api/json-schema-ref-parser';
|
|
3
3
|
import 'semver';
|
|
4
4
|
import 'node:fs';
|
package/dist/internal.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {createRequire}from'module';export{K as getSpec,J as initConfigs,E as parseOpenApiSpec}from'./chunk-
|
|
1
|
+
import {createRequire}from'module';export{K as getSpec,J as initConfigs,E as parseOpenApiSpec}from'./chunk-IF5PESMD.js';createRequire(import.meta.url);//# sourceMappingURL=internal.js.map
|
|
2
2
|
//# sourceMappingURL=internal.js.map
|
|
@@ -6843,7 +6843,7 @@ type Config$a = Omit<
|
|
|
6843
6843
|
declare class Logger {
|
|
6844
6844
|
private events;
|
|
6845
6845
|
private end;
|
|
6846
|
-
report():
|
|
6846
|
+
report(print?: boolean): PerformanceMeasure | undefined;
|
|
6847
6847
|
private reportEvent;
|
|
6848
6848
|
private start;
|
|
6849
6849
|
private storeEvent;
|
|
@@ -13072,4 +13072,4 @@ interface WatchValues {
|
|
|
13072
13072
|
lastValue?: string;
|
|
13073
13073
|
}
|
|
13074
13074
|
|
|
13075
|
-
export { type Comments as C, type DefinePlugin as D, type ExpressionTransformer as E, type ImportExportItemObject as I,
|
|
13075
|
+
export { type Comments as C, type DefinePlugin as D, type ExpressionTransformer as E, type ImportExportItemObject as I, Logger as L, OpenApi$3 as O, type PluginHandler as P, type StringCase as S, type TypeTransformer as T, type UserConfig$n as U, type WatchValues as W, Plugin as a, type Client$1 as b, IR$1 as c, OpenApiMetaObject as d, OpenApiOperationObject as e, OpenApiParameterObject as f, OpenApiRequestBodyObject as g, OpenApiResponseObject as h, OpenApiSchemaObject as i, Client as j, LegacyIR as k, type Config$a as l, tsNodeToString as t };
|
|
@@ -6843,7 +6843,7 @@ type Config$a = Omit<
|
|
|
6843
6843
|
declare class Logger {
|
|
6844
6844
|
private events;
|
|
6845
6845
|
private end;
|
|
6846
|
-
report():
|
|
6846
|
+
report(print?: boolean): PerformanceMeasure | undefined;
|
|
6847
6847
|
private reportEvent;
|
|
6848
6848
|
private start;
|
|
6849
6849
|
private storeEvent;
|
|
@@ -13072,4 +13072,4 @@ interface WatchValues {
|
|
|
13072
13072
|
lastValue?: string;
|
|
13073
13073
|
}
|
|
13074
13074
|
|
|
13075
|
-
export { type Comments as C, type DefinePlugin as D, type ExpressionTransformer as E, type ImportExportItemObject as I,
|
|
13075
|
+
export { type Comments as C, type DefinePlugin as D, type ExpressionTransformer as E, type ImportExportItemObject as I, Logger as L, OpenApi$3 as O, type PluginHandler as P, type StringCase as S, type TypeTransformer as T, type UserConfig$n as U, type WatchValues as W, Plugin as a, type Client$1 as b, IR$1 as c, OpenApiMetaObject as d, OpenApiOperationObject as e, OpenApiParameterObject as f, OpenApiRequestBodyObject as g, OpenApiResponseObject as h, OpenApiSchemaObject as i, Client as j, LegacyIR as k, type Config$a as l, tsNodeToString as t };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hey-api/openapi-ts",
|
|
3
|
-
"version": "0.80.
|
|
3
|
+
"version": "0.80.15",
|
|
4
4
|
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
|
|
5
5
|
"homepage": "https://heyapi.dev/",
|
|
6
6
|
"repository": {
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"color-support": "1.1.3",
|
|
83
83
|
"commander": "13.0.0",
|
|
84
84
|
"handlebars": "4.7.8",
|
|
85
|
+
"js-yaml": "4.1.0",
|
|
85
86
|
"open": "10.1.2",
|
|
86
87
|
"semver": "7.7.2"
|
|
87
88
|
},
|
|
@@ -99,6 +100,7 @@
|
|
|
99
100
|
"@types/bun": "1.2.19",
|
|
100
101
|
"@types/cross-spawn": "6.0.6",
|
|
101
102
|
"@types/express": "4.17.21",
|
|
103
|
+
"@types/js-yaml": "4.0.9",
|
|
102
104
|
"@types/semver": "7.7.0",
|
|
103
105
|
"axios": "1.8.2",
|
|
104
106
|
"cross-spawn": "7.0.5",
|