@hey-api/openapi-ts 0.68.0 → 0.69.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 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
- <p>
52
- <a href="https://kutt.it/pkEZyc" target="_blank">
53
- <img alt="Stainless logo" height="50" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg" />
54
- </a>
55
- </p>
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