@hey-api/openapi-ts 0.86.12 → 0.87.0
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/README.md +8 -14
- package/dist/{types-Dh80P1tV.d.cts → config-B2o9ax_a.d.cts} +137 -1627
- package/dist/{types-BRmx9r9T.d.ts → config-oAoGatJ7.d.ts} +143 -1631
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +443 -12
- package/dist/index.d.ts +432 -3
- package/dist/index.js +1 -1
- package/dist/internal.cjs +1 -1
- package/dist/internal.d.cts +38 -1
- package/dist/internal.d.ts +38 -1
- package/dist/internal.js +1 -1
- package/dist/openApi-BWD76jue.cjs +21 -0
- package/dist/openApi-BWD76jue.cjs.map +1 -0
- package/dist/openApi-DXfWYPpF.js +21 -0
- package/dist/openApi-DXfWYPpF.js.map +1 -0
- package/dist/run.cjs +1 -1
- package/dist/run.cjs.map +1 -1
- package/dist/run.js +1 -1
- package/dist/run.js.map +1 -1
- package/dist/src-CTUbY-zd.js +11 -0
- package/dist/src-CTUbY-zd.js.map +1 -0
- package/dist/src-H1fIt1p4.cjs +19 -0
- package/dist/src-H1fIt1p4.cjs.map +1 -0
- package/package.json +1 -4
- package/dist/getSpec-1BMHZkPH.js +0 -25
- package/dist/getSpec-1BMHZkPH.js.map +0 -1
- package/dist/getSpec-xn4as4li.cjs +0 -25
- package/dist/getSpec-xn4as4li.cjs.map +0 -1
- package/dist/src-CQ_69Vcm.js +0 -1310
- package/dist/src-CQ_69Vcm.js.map +0 -1
- package/dist/src-DptUs1Ky.cjs +0 -1318
- package/dist/src-DptUs1Ky.cjs.map +0 -1
package/README.md
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<img alt="Two people looking at the blueprint" height="214" src="https://heyapi.dev/images/blueprint-640w.png" width="320">
|
|
3
|
-
<h1
|
|
4
|
-
<p
|
|
3
|
+
<h1><b>OpenAPI TypeScript</b></h1>
|
|
4
|
+
<p><em>“OpenAPI codegen that just works.”</em><br/><sub>— Guillermo Rauch</sub></p>
|
|
5
5
|
</div>
|
|
6
6
|
|
|
7
|
-
<br/>
|
|
8
|
-
|
|
9
7
|
<p align="center">
|
|
10
|
-
<a href="https://opensource.org/license/mit" rel="nofollow"><img src="https://img.shields.io/github/license/hey-api/openapi-ts" alt="MIT License"></a>
|
|
11
8
|
<a href="https://npmjs.com/package/@hey-api/openapi-ts" rel="nofollow"><img src="https://img.shields.io/npm/dm/%40hey-api%2Fopenapi-ts?label=npm" alt="npm downloads"></a>
|
|
12
|
-
<a href="https://github.com/hey-api/openapi-ts" rel="nofollow"><img src="https://img.shields.io/github/stars/hey-api/openapi-ts?style=flat&logo=github&label=GitHub&color=54C82D" alt="GitHub stars" /></a>
|
|
13
9
|
<a href="https://github.com/hey-api/openapi-ts/actions?query=branch%3Amain"><img src="https://github.com/hey-api/openapi-ts/actions/workflows/ci.yml/badge.svg?event=push&branch=main" alt="CI status" /></a>
|
|
10
|
+
<a href="https://github.com/hey-api/openapi-ts" rel="nofollow"><img src="https://img.shields.io/github/stars/hey-api/openapi-ts?style=flat&logo=github&label=GitHub&color=54C82D" alt="GitHub stars" /></a>
|
|
11
|
+
<a href="https://github.com/hey-api/openapi-ts/blob/main/LICENSE.md" rel="nofollow"><img src="https://img.shields.io/github/license/hey-api/openapi-ts" alt="MIT License"></a>
|
|
14
12
|
</p>
|
|
15
13
|
|
|
16
14
|
<p align="center">
|
|
@@ -20,14 +18,12 @@
|
|
|
20
18
|
<span> • </span>
|
|
21
19
|
<a href="https://github.com/hey-api/openapi-ts/issues">Issues</a>
|
|
22
20
|
<span> • </span>
|
|
23
|
-
<a href="https://github.com/orgs/hey-api/discussions/1495">Roadmap</a>
|
|
24
|
-
<span> • </span>
|
|
25
21
|
<a href="https://heyapi.dev/openapi-ts/community/contributing">Contribute</a>
|
|
26
|
-
<span> • </span>
|
|
27
|
-
<a href="https://heyapi.dev/openapi-ts/community/spotlight#core-team">Join Core Team</a>
|
|
28
22
|
</p>
|
|
29
23
|
|
|
30
|
-
|
|
24
|
+
## About
|
|
25
|
+
|
|
26
|
+
[@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) is an [open source](https://github.com/hey-api/openapi-ts/blob/main/LICENSE.md) OpenAPI to TypeScript code generator trusted by companies like Google, Amazon, and PayPal to generate API clients, SDKs, validators, and more. We also build complementary tools and [services](https://app.heyapi.dev/) that help teams design, manage, and distribute APIs more effectively.
|
|
31
27
|
|
|
32
28
|
## Features
|
|
33
29
|
|
|
@@ -41,9 +37,7 @@
|
|
|
41
37
|
|
|
42
38
|
## Dashboard
|
|
43
39
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
[Sign In](https://app.heyapi.dev) to Hey API Platform.
|
|
40
|
+
Access your projects and OpenAPI specifications in the [Hey API Platform](https://app.heyapi.dev/).
|
|
47
41
|
|
|
48
42
|
## Contributing
|
|
49
43
|
|