@hey-api/openapi-ts 0.68.1 → 0.69.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/README.md +58 -5
- package/dist/chunk-QYTRELTS.js +13 -0
- package/dist/chunk-QYTRELTS.js.map +1 -0
- package/dist/index.cjs +55 -55
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/internal.cjs +10 -10
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/internal.js +1 -1
- package/dist/{types.d-Il3OF6kK.d.cts → types.d-DewPnfre.d.cts} +21 -11
- package/dist/{types.d-Il3OF6kK.d.ts → types.d-DewPnfre.d.ts} +21 -11
- package/package.json +3 -3
- package/dist/chunk-TUGP7QO5.js +0 -13
- package/dist/chunk-TUGP7QO5.js.map +0 -1
package/README.md
CHANGED
|
@@ -48,11 +48,64 @@ Hey API is an ecosystem of products helping you build better APIs. Superpower yo
|
|
|
48
48
|
|
|
49
49
|
Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api).
|
|
50
50
|
|
|
51
|
-
<
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
51
|
+
<h3 align="center">Gold</h3>
|
|
52
|
+
|
|
53
|
+
<table align="center" style="justify-content: center;align-items: center;display: flex;">
|
|
54
|
+
<tr>
|
|
55
|
+
<td align="center">
|
|
56
|
+
<p></p>
|
|
57
|
+
<p>
|
|
58
|
+
<a href="https://kutt.it/pkEZyc" target="_blank">
|
|
59
|
+
<picture height="50px">
|
|
60
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg">
|
|
61
|
+
<img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg">
|
|
62
|
+
</picture>
|
|
63
|
+
</a>
|
|
64
|
+
<br/>
|
|
65
|
+
Generate best-in-class SDKs.
|
|
66
|
+
<br/>
|
|
67
|
+
<a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank">
|
|
68
|
+
stainless.com
|
|
69
|
+
</a>
|
|
70
|
+
</p>
|
|
71
|
+
<p></p>
|
|
72
|
+
</td>
|
|
73
|
+
</tr>
|
|
74
|
+
</table>
|
|
75
|
+
|
|
76
|
+
<h3 align="center">Silver</h3>
|
|
77
|
+
|
|
78
|
+
<table align="center" style="justify-content: center;align-items: center;display: flex;">
|
|
79
|
+
<tr>
|
|
80
|
+
<td align="center">
|
|
81
|
+
<a href="https://kutt.it/skQUVd" target="_blank">
|
|
82
|
+
<picture height="40px">
|
|
83
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg">
|
|
84
|
+
<img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg">
|
|
85
|
+
</picture>
|
|
86
|
+
</a>
|
|
87
|
+
<br/>
|
|
88
|
+
<a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank">
|
|
89
|
+
Scalar
|
|
90
|
+
</a>
|
|
91
|
+
</td>
|
|
92
|
+
</tr>
|
|
93
|
+
</table>
|
|
94
|
+
|
|
95
|
+
<h3 align="center">Bronze</h3>
|
|
96
|
+
|
|
97
|
+
<table align="center" style="justify-content: center;align-items: center;display: flex;">
|
|
98
|
+
<tr>
|
|
99
|
+
<td align="center">
|
|
100
|
+
<a href="https://kutt.it/YpaKsX" target="_blank">
|
|
101
|
+
<picture height="34px">
|
|
102
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp">
|
|
103
|
+
<img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg">
|
|
104
|
+
</picture>
|
|
105
|
+
</a>
|
|
106
|
+
</td>
|
|
107
|
+
</tr>
|
|
108
|
+
</table>
|
|
56
109
|
|
|
57
110
|
## Quick Start
|
|
58
111
|
|