@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.
@@ -1,4 +1,4 @@
1
- import { k as Config, l as Logger, c as IR, U as UserConfig, W as WatchValues } from './types.d-BzJA3GSb.cjs';
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';
@@ -1,4 +1,4 @@
1
- import { k as Config, l as Logger, c as IR, U as UserConfig, W as WatchValues } from './types.d-BzJA3GSb.js';
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-NAWMFQY4.js';createRequire(import.meta.url);//# sourceMappingURL=internal.js.map
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(): void;
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, LegacyIR 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, type Config$a as k, Logger as l, tsNodeToString as t };
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(): void;
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, LegacyIR 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, type Config$a as k, Logger as l, tsNodeToString as t };
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.13",
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",