@hey-api/openapi-ts 0.90.6 → 0.90.7

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.cts CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import { A as ctx, C as regexp, D as TypeTsDsl, E as TsDsl, F as Casing, M as OperationPath, N as OperationStrategy, O as ExampleOptions, P as IR, S as TypeScriptRenderer, T as MaybeTsDsl, _ as Client$2, a as Plugin, b as DollarTsDsl, c as OpenApiOperationObject, d as OpenApiResponseObject, f as OpenApiSchemaObject, g as ExpressionTransformer, h as TypeTransformer, i as DefinePlugin, j as CallArgs, k as TsDslContext, l as OpenApiParameterObject, m as Logger, n as UserConfig, o as OpenApi, p as Context, s as OpenApiMetaObject, u as OpenApiRequestBodyObject, v as PluginHandler, w as keywords, x as reserved, y as $ } from "./config-CtVXEKSL.cjs";
2
+ import { A as ctx, C as regexp, D as TypeTsDsl, E as TsDsl, F as Casing, M as OperationPath, N as OperationStrategy, O as ExampleOptions, P as IR, S as TypeScriptRenderer, T as MaybeTsDsl, _ as Client$2, a as Plugin, b as DollarTsDsl, c as OpenApiOperationObject, d as OpenApiResponseObject, f as OpenApiSchemaObject, g as ExpressionTransformer, h as TypeTransformer, i as DefinePlugin, j as CallArgs, k as TsDslContext, l as OpenApiParameterObject, m as Logger, n as UserConfig, o as OpenApi, p as Context, s as OpenApiMetaObject, u as OpenApiRequestBodyObject, v as PluginHandler, w as keywords, x as reserved, y as $ } from "./config-BF7XAWuG.cjs";
3
3
  import { LazyOrAsync, MaybeArray } from "@hey-api/types";
4
4
  import { HttpClient, HttpErrorResponse, HttpHeaders, HttpRequest, HttpResponse } from "@angular/common/http";
5
5
  import { Injector } from "@angular/core";
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import { A as keywords, B as IR, C as Client$1, D as reserved, E as DollarTsDsl, F as TsDslContext, I as ctx, L as CallArgs, M as TsDsl, N as TypeTsDsl, O as TypeScriptRenderer, P as ExampleOptions, R as OperationPath, S as Client$3, T as $, V as Casing, _ as Client$2, a as Plugin, b as Client$5, c as OpenApiOperationObject, d as OpenApiResponseObject, f as OpenApiSchemaObject, g as ExpressionTransformer, h as TypeTransformer, i as DefinePlugin, j as MaybeTsDsl, k as regexp, l as OpenApiParameterObject, m as Logger, n as UserConfig, o as OpenApi, p as Context, s as OpenApiMetaObject, u as OpenApiRequestBodyObject, v as PluginHandler, w as Client, x as Client$4, y as Client$6, z as OperationStrategy } from "./config-BCMpBYUB.mjs";
2
+ import { A as keywords, B as IR, C as Client$1, D as reserved, E as DollarTsDsl, F as TsDslContext, I as ctx, L as CallArgs, M as TsDsl, N as TypeTsDsl, O as TypeScriptRenderer, P as ExampleOptions, R as OperationPath, S as Client$3, T as $, V as Casing, _ as Client$2, a as Plugin, b as Client$5, c as OpenApiOperationObject, d as OpenApiResponseObject, f as OpenApiSchemaObject, g as ExpressionTransformer, h as TypeTransformer, i as DefinePlugin, j as MaybeTsDsl, k as regexp, l as OpenApiParameterObject, m as Logger, n as UserConfig, o as OpenApi, p as Context, s as OpenApiMetaObject, u as OpenApiRequestBodyObject, v as PluginHandler, w as Client, x as Client$4, y as Client$6, z as OperationStrategy } from "./config-CU3acGju.mjs";
3
3
  import "@hey-api/codegen-core";
4
4
  import { LazyOrAsync, MaybeArray } from "@hey-api/types";
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import { m as Logger, n as UserConfig, p as Context, r as Input, t as Config } from "./config-CtVXEKSL.cjs";
2
+ import { m as Logger, n as UserConfig, p as Context, r as Input, t as Config } from "./config-BF7XAWuG.cjs";
3
3
  import { getResolvedInput } from "@hey-api/json-schema-ref-parser";
4
4
 
5
5
  //#region src/config/init.d.ts
@@ -1,5 +1,5 @@
1
1
 
2
- import { m as Logger, n as UserConfig, p as Context, r as Input, t as Config } from "./config-BCMpBYUB.mjs";
2
+ import { m as Logger, n as UserConfig, p as Context, r as Input, t as Config } from "./config-CU3acGju.mjs";
3
3
  import { getResolvedInput } from "@hey-api/json-schema-ref-parser";
4
4
 
5
5
  //#region src/config/init.d.ts
package/dist/run.cjs CHANGED
@@ -6,7 +6,7 @@ const require_src = require('./src-BkOFTEi8.cjs');
6
6
  let commander = require("commander");
7
7
 
8
8
  //#region package.json
9
- var version = "0.90.6";
9
+ var version = "0.90.7";
10
10
  var bin = { "openapi-ts": "./bin/run.js" };
11
11
 
12
12
  //#endregion
package/dist/run.mjs CHANGED
@@ -6,7 +6,7 @@ import { r as createClient } from "./src-BehyjtZ7.mjs";
6
6
  import { Command } from "commander";
7
7
 
8
8
  //#region package.json
9
- var version = "0.90.6";
9
+ var version = "0.90.7";
10
10
  var bin = { "openapi-ts": "./bin/run.js" };
11
11
 
12
12
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hey-api/openapi-ts",
3
- "version": "0.90.6",
3
+ "version": "0.90.7",
4
4
  "description": "🌀 OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.",
5
5
  "homepage": "https://heyapi.dev/",
6
6
  "repository": {
@@ -78,14 +78,15 @@
78
78
  "node": ">=20.19.0"
79
79
  },
80
80
  "dependencies": {
81
- "@hey-api/codegen-core": "^0.5.2",
81
+ "@hey-api/codegen-core": "^0.5.3",
82
82
  "@hey-api/json-schema-ref-parser": "1.2.2",
83
83
  "ansi-colors": "4.1.3",
84
84
  "c12": "3.3.3",
85
85
  "color-support": "1.1.3",
86
86
  "commander": "14.0.2",
87
87
  "open": "11.0.0",
88
- "semver": "7.7.3"
88
+ "semver": "7.7.3",
89
+ "@hey-api/types": "0.1.1"
89
90
  },
90
91
  "peerDependencies": {
91
92
  "typescript": ">=5.5.3"
@@ -113,8 +114,7 @@
113
114
  "vue": "3.5.25",
114
115
  "yaml": "2.8.2",
115
116
  "zone.js": "0.16.0",
116
- "@config/vite-base": "0.0.1",
117
- "@hey-api/types": "0.1.1"
117
+ "@config/vite-base": "0.0.1"
118
118
  },
119
119
  "scripts": {
120
120
  "build": "tsdown && pnpm check-exports",