fork of hey-api/openapi-ts because I need some additional things

Merge pull request #2128 from hey-api/docs/sponsors-2025-06-05

docs: update sponsors

authored by

Lubos and committed by
GitHub
e81e850e d2a67679

+488 -365
+1 -1
.changeset/shaggy-beers-call.md
··· 2 2 '@hey-api/openapi-ts': patch 3 3 --- 4 4 5 - fix(parser): add parameters, requestBodies, and responses to supported input.patch fields 5 + fix(parser): add parameters, requestBodies, and responses to supported `input.patch` fields
+1 -1
.changeset/sixty-teachers-play.md
··· 2 2 '@hey-api/openapi-ts': patch 3 3 --- 4 4 5 - feat: add `input.patch.schemas` feature 5 + feat: allow patching specs with `input.patch`
+1 -1
.changeset/unlucky-houses-glow.md
··· 2 2 '@docs/openapi-ts': patch 3 3 --- 4 4 5 - docs: add docs for `input.patch.schemas` feature 5 + docs: add docs for `input.patch` feature
+50 -44
README.md
··· 51 51 <h3 align="center">Gold</h3> 52 52 53 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> 54 + <tbody> 55 + <tr> 56 + <td align="center"> 57 + <p></p> 58 + <p> 59 + <a href="https://kutt.it/pkEZyc" target="_blank"> 60 + <picture height="50px"> 61 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 62 + <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 63 + </picture> 64 + </a> 65 + <br/> 66 + Generate best-in-class SDKs. 67 + <br/> 68 + <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 69 + stainless.com 70 + </a> 71 + </p> 72 + <p></p> 73 + </td> 74 + </tr> 75 + </tbody> 74 76 </table> 75 77 76 78 <h3 align="center">Silver</h3> 77 79 78 80 <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> 81 + <tbody> 82 + <tr> 83 + <td align="center"> 84 + <a href="https://kutt.it/skQUVd" target="_blank"> 85 + <picture height="40px"> 86 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 87 + <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 88 + </picture> 89 + </a> 90 + <br/> 91 + <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 92 + scalar.com 93 + </a> 94 + </td> 95 + </tr> 96 + </tbody> 93 97 </table> 94 98 95 99 <h3 align="center">Bronze</h3> 96 100 97 101 <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> 102 + <tbody> 103 + <tr> 104 + <td align="center"> 105 + <a href="https://kutt.it/YpaKsX" target="_blank"> 106 + <picture height="34px"> 107 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 108 + <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 109 + </picture> 110 + </a> 111 + </td> 112 + </tr> 113 + </tbody> 108 114 </table> 109 115 110 116 ## Quick Start
+40 -8
docs/.vitepress/theme/custom.css
··· 151 151 152 152 .sponsors-list li { 153 153 align-items: center; 154 + border: 1px solid transparent; 155 + border-radius: 10px; 154 156 display: flex; 155 - height: 100px; 157 + flex-direction: column; 158 + row-gap: 0.5rem; 156 159 justify-content: center; 157 160 max-width: 240px; 161 + padding: 1rem; 162 + transition: border-color ease-out 300ms; 158 163 width: 100%; 159 164 } 160 165 166 + .sponsors-list li a:first-of-type { 167 + height: 66px; 168 + } 169 + 170 + .sponsors-list li a:first-of-type picture, 171 + .sponsors-list li a:first-of-type img { 172 + height: 100%; 173 + } 174 + 175 + .sponsors-list li p { 176 + margin: 0; 177 + font-size: 0.86rem; 178 + line-height: 120%; 179 + } 180 + 181 + .sponsors-list li a:last-of-type { 182 + font-size: 0.86rem; 183 + line-height: 100%; 184 + } 185 + 186 + .sponsors-list .gold li { 187 + max-width: 240px; 188 + } 189 + 190 + .sponsors-list .silver li { 191 + max-width: 180px; 192 + } 193 + 194 + .sponsors-list .bronze li { 195 + max-width: 100px; 196 + } 197 + 161 198 .sponsors-list li + li { 162 199 margin-top: 0; 163 200 } 164 201 165 202 .sponsors-list li > a { 166 203 align-items: center; 167 - border: 1px solid transparent; 168 - border-radius: 10px; 169 204 display: flex; 170 - height: 100%; 171 205 justify-content: center; 172 - padding: 1rem; 173 206 text-decoration: none; 174 - transition: border-color ease-out 300ms; 175 207 width: 100%; 176 208 } 177 209 ··· 187 219 188 220 .authors-list li > a:hover, 189 221 .authors-list li > a:focus, 190 - .sponsors-list li > a:hover, 191 - .sponsors-list li > a:focus { 222 + .sponsors-list li:has(> a:hover), 223 + .sponsors-list li:has(> a:focus) { 192 224 border-color: var(--vp-c-brand-1); 193 225 } 194 226
+2
docs/index.md
··· 57 57 58 58 ### Sponsors 59 59 60 + <br/> 61 + 60 62 <!--@include: ./sponsors-list.md--> 61 63 62 64 </div>
+43 -2
docs/sponsors-list.md
··· 1 - <ul> 1 + ### Gold 2 + 3 + <ul class="gold"> 2 4 <li> 3 - <a href="https://kutt.it/pkEZyc" target="_blank"> 5 + <a href="https://kutt.it/pkEZyc" style="height: 50px;" target="_blank"> 4 6 <picture> 5 7 <source srcset="/images/stainless-logo-wordmark-480w.webp" media="(max-width: 480px)" type="image/webp" /> 6 8 <source srcset="/images/stainless-logo-wordmark-768w.webp" media="(max-width: 768px)" type="image/webp" /> 7 9 <source srcset="/images/stainless-logo-wordmark-1200w.webp" media="(min-width: 769px)" type="image/webp" /> 8 10 <img alt="Stainless logo" loading="lazy" src="/images/stainless-logo-wordmark-1200w.png" /> 11 + </picture> 12 + </a> 13 + <p> 14 + Generate best-in-class SDKs. 15 + </p> 16 + <a href="https://kutt.it/pkEZyc" target="_blank"> 17 + stainless.com 18 + </a> 19 + </li> 20 + </ul> 21 + 22 + ### Silver 23 + 24 + <ul class="silver"> 25 + <li> 26 + <a href="https://kutt.it/skQUVd" style="height: 40px;" target="_blank"> 27 + <picture> 28 + <source srcset="/images/scalar-logo-wordmark-480w.webp" media="(max-width: 480px)" type="image/webp" /> 29 + <source srcset="/images/scalar-logo-wordmark-768w.webp" media="(max-width: 768px)" type="image/webp" /> 30 + <source srcset="/images/scalar-logo-wordmark-1200w.webp" media="(min-width: 769px)" type="image/webp" /> 31 + <img alt="Scalar logo" loading="lazy" src="/images/scalar-logo-wordmark-1200w.png" /> 32 + </picture> 33 + </a> 34 + <a href="https://kutt.it/skQUVd" target="_blank"> 35 + scalar.com 36 + </a> 37 + </li> 38 + </ul> 39 + 40 + ### Bronze 41 + 42 + <ul class="bronze"> 43 + <li> 44 + <a href="https://kutt.it/YpaKsX" style="height: 20px;" target="_blank"> 45 + <picture> 46 + <source srcset="/images/kinde-logo-wordmark-480w.webp" media="(max-width: 480px)" type="image/webp" /> 47 + <source srcset="/images/kinde-logo-wordmark-768w.webp" media="(max-width: 768px)" type="image/webp" /> 48 + <source srcset="/images/kinde-logo-wordmark-1200w.webp" media="(min-width: 769px)" type="image/webp" /> 49 + <img alt="Kinde logo" loading="lazy" src="/images/kinde-logo-wordmark-1200w.png" /> 9 50 </picture> 10 51 </a> 11 52 </li>
+50 -44
packages/client-axios/README.md
··· 34 34 <h3 align="center">Gold</h3> 35 35 36 36 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 37 - <tr> 38 - <td align="center"> 39 - <p></p> 40 - <p> 41 - <a href="https://kutt.it/pkEZyc" target="_blank"> 42 - <picture height="50px"> 43 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 44 - <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 45 - </picture> 46 - </a> 47 - <br/> 48 - Generate best-in-class SDKs. 49 - <br/> 50 - <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 51 - stainless.com 52 - </a> 53 - </p> 54 - <p></p> 55 - </td> 56 - </tr> 37 + <tbody> 38 + <tr> 39 + <td align="center"> 40 + <p></p> 41 + <p> 42 + <a href="https://kutt.it/pkEZyc" target="_blank"> 43 + <picture height="50px"> 44 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 45 + <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 46 + </picture> 47 + </a> 48 + <br/> 49 + Generate best-in-class SDKs. 50 + <br/> 51 + <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 52 + stainless.com 53 + </a> 54 + </p> 55 + <p></p> 56 + </td> 57 + </tr> 58 + </tbody> 57 59 </table> 58 60 59 61 <h3 align="center">Silver</h3> 60 62 61 63 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 62 - <tr> 63 - <td align="center"> 64 - <a href="https://kutt.it/skQUVd" target="_blank"> 65 - <picture height="40px"> 66 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 67 - <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 68 - </picture> 69 - </a> 70 - <br/> 71 - <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 72 - Scalar 73 - </a> 74 - </td> 75 - </tr> 64 + <tbody> 65 + <tr> 66 + <td align="center"> 67 + <a href="https://kutt.it/skQUVd" target="_blank"> 68 + <picture height="40px"> 69 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 70 + <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 71 + </picture> 72 + </a> 73 + <br/> 74 + <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 75 + scalar.com 76 + </a> 77 + </td> 78 + </tr> 79 + </tbody> 76 80 </table> 77 81 78 82 <h3 align="center">Bronze</h3> 79 83 80 84 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 81 - <tr> 82 - <td align="center"> 83 - <a href="https://kutt.it/YpaKsX" target="_blank"> 84 - <picture height="34px"> 85 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 86 - <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 87 - </picture> 88 - </a> 89 - </td> 90 - </tr> 85 + <tbody> 86 + <tr> 87 + <td align="center"> 88 + <a href="https://kutt.it/YpaKsX" target="_blank"> 89 + <picture height="34px"> 90 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 91 + <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 92 + </picture> 93 + </a> 94 + </td> 95 + </tr> 96 + </tbody> 91 97 </table> 92 98 93 99 ## Migration Guides
+50 -44
packages/client-fetch/README.md
··· 34 34 <h3 align="center">Gold</h3> 35 35 36 36 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 37 - <tr> 38 - <td align="center"> 39 - <p></p> 40 - <p> 41 - <a href="https://kutt.it/pkEZyc" target="_blank"> 42 - <picture height="50px"> 43 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 44 - <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 45 - </picture> 46 - </a> 47 - <br/> 48 - Generate best-in-class SDKs. 49 - <br/> 50 - <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 51 - stainless.com 52 - </a> 53 - </p> 54 - <p></p> 55 - </td> 56 - </tr> 37 + <tbody> 38 + <tr> 39 + <td align="center"> 40 + <p></p> 41 + <p> 42 + <a href="https://kutt.it/pkEZyc" target="_blank"> 43 + <picture height="50px"> 44 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 45 + <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 46 + </picture> 47 + </a> 48 + <br/> 49 + Generate best-in-class SDKs. 50 + <br/> 51 + <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 52 + stainless.com 53 + </a> 54 + </p> 55 + <p></p> 56 + </td> 57 + </tr> 58 + </tbody> 57 59 </table> 58 60 59 61 <h3 align="center">Silver</h3> 60 62 61 63 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 62 - <tr> 63 - <td align="center"> 64 - <a href="https://kutt.it/skQUVd" target="_blank"> 65 - <picture height="40px"> 66 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 67 - <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 68 - </picture> 69 - </a> 70 - <br/> 71 - <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 72 - Scalar 73 - </a> 74 - </td> 75 - </tr> 64 + <tbody> 65 + <tr> 66 + <td align="center"> 67 + <a href="https://kutt.it/skQUVd" target="_blank"> 68 + <picture height="40px"> 69 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 70 + <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 71 + </picture> 72 + </a> 73 + <br/> 74 + <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 75 + scalar.com 76 + </a> 77 + </td> 78 + </tr> 79 + </tbody> 76 80 </table> 77 81 78 82 <h3 align="center">Bronze</h3> 79 83 80 84 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 81 - <tr> 82 - <td align="center"> 83 - <a href="https://kutt.it/YpaKsX" target="_blank"> 84 - <picture height="34px"> 85 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 86 - <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 87 - </picture> 88 - </a> 89 - </td> 90 - </tr> 85 + <tbody> 86 + <tr> 87 + <td align="center"> 88 + <a href="https://kutt.it/YpaKsX" target="_blank"> 89 + <picture height="34px"> 90 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 91 + <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 92 + </picture> 93 + </a> 94 + </td> 95 + </tr> 96 + </tbody> 91 97 </table> 92 98 93 99 ## Migration Guides
+50 -44
packages/client-next/README.md
··· 35 35 <h3 align="center">Gold</h3> 36 36 37 37 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 38 - <tr> 39 - <td align="center"> 40 - <p></p> 41 - <p> 42 - <a href="https://kutt.it/pkEZyc" target="_blank"> 43 - <picture height="50px"> 44 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 45 - <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 46 - </picture> 47 - </a> 48 - <br/> 49 - Generate best-in-class SDKs. 50 - <br/> 51 - <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 52 - stainless.com 53 - </a> 54 - </p> 55 - <p></p> 56 - </td> 57 - </tr> 38 + <tbody> 39 + <tr> 40 + <td align="center"> 41 + <p></p> 42 + <p> 43 + <a href="https://kutt.it/pkEZyc" target="_blank"> 44 + <picture height="50px"> 45 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 46 + <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 47 + </picture> 48 + </a> 49 + <br/> 50 + Generate best-in-class SDKs. 51 + <br/> 52 + <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 53 + stainless.com 54 + </a> 55 + </p> 56 + <p></p> 57 + </td> 58 + </tr> 59 + </tbody> 58 60 </table> 59 61 60 62 <h3 align="center">Silver</h3> 61 63 62 64 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 63 - <tr> 64 - <td align="center"> 65 - <a href="https://kutt.it/skQUVd" target="_blank"> 66 - <picture height="40px"> 67 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 68 - <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 69 - </picture> 70 - </a> 71 - <br/> 72 - <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 73 - Scalar 74 - </a> 75 - </td> 76 - </tr> 65 + <tbody> 66 + <tr> 67 + <td align="center"> 68 + <a href="https://kutt.it/skQUVd" target="_blank"> 69 + <picture height="40px"> 70 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 71 + <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 72 + </picture> 73 + </a> 74 + <br/> 75 + <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 76 + scalar.com 77 + </a> 78 + </td> 79 + </tr> 80 + </tbody> 77 81 </table> 78 82 79 83 <h3 align="center">Bronze</h3> 80 84 81 85 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 82 - <tr> 83 - <td align="center"> 84 - <a href="https://kutt.it/YpaKsX" target="_blank"> 85 - <picture height="34px"> 86 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 87 - <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 88 - </picture> 89 - </a> 90 - </td> 91 - </tr> 86 + <tbody> 87 + <tr> 88 + <td align="center"> 89 + <a href="https://kutt.it/YpaKsX" target="_blank"> 90 + <picture height="34px"> 91 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 92 + <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 93 + </picture> 94 + </a> 95 + </td> 96 + </tr> 97 + </tbody> 92 98 </table> 93 99 94 100 ## Migration Guides
+50 -44
packages/client-nuxt/README.md
··· 35 35 <h3 align="center">Gold</h3> 36 36 37 37 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 38 - <tr> 39 - <td align="center"> 40 - <p></p> 41 - <p> 42 - <a href="https://kutt.it/pkEZyc" target="_blank"> 43 - <picture height="50px"> 44 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 45 - <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 46 - </picture> 47 - </a> 48 - <br/> 49 - Generate best-in-class SDKs. 50 - <br/> 51 - <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 52 - stainless.com 53 - </a> 54 - </p> 55 - <p></p> 56 - </td> 57 - </tr> 38 + <tbody> 39 + <tr> 40 + <td align="center"> 41 + <p></p> 42 + <p> 43 + <a href="https://kutt.it/pkEZyc" target="_blank"> 44 + <picture height="50px"> 45 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 46 + <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 47 + </picture> 48 + </a> 49 + <br/> 50 + Generate best-in-class SDKs. 51 + <br/> 52 + <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 53 + stainless.com 54 + </a> 55 + </p> 56 + <p></p> 57 + </td> 58 + </tr> 59 + </tbody> 58 60 </table> 59 61 60 62 <h3 align="center">Silver</h3> 61 63 62 64 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 63 - <tr> 64 - <td align="center"> 65 - <a href="https://kutt.it/skQUVd" target="_blank"> 66 - <picture height="40px"> 67 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 68 - <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 69 - </picture> 70 - </a> 71 - <br/> 72 - <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 73 - Scalar 74 - </a> 75 - </td> 76 - </tr> 65 + <tbody> 66 + <tr> 67 + <td align="center"> 68 + <a href="https://kutt.it/skQUVd" target="_blank"> 69 + <picture height="40px"> 70 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 71 + <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 72 + </picture> 73 + </a> 74 + <br/> 75 + <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 76 + scalar.com 77 + </a> 78 + </td> 79 + </tr> 80 + </tbody> 77 81 </table> 78 82 79 83 <h3 align="center">Bronze</h3> 80 84 81 85 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 82 - <tr> 83 - <td align="center"> 84 - <a href="https://kutt.it/YpaKsX" target="_blank"> 85 - <picture height="34px"> 86 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 87 - <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 88 - </picture> 89 - </a> 90 - </td> 91 - </tr> 86 + <tbody> 87 + <tr> 88 + <td align="center"> 89 + <a href="https://kutt.it/YpaKsX" target="_blank"> 90 + <picture height="34px"> 91 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 92 + <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 93 + </picture> 94 + </a> 95 + </td> 96 + </tr> 97 + </tbody> 92 98 </table> 93 99 94 100 ## Migration Guides
+50 -44
packages/nuxt/README.md
··· 35 35 <h3 align="center">Gold</h3> 36 36 37 37 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 38 - <tr> 39 - <td align="center"> 40 - <p></p> 41 - <p> 42 - <a href="https://kutt.it/pkEZyc" target="_blank"> 43 - <picture height="50px"> 44 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 45 - <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 46 - </picture> 47 - </a> 48 - <br/> 49 - Generate best-in-class SDKs. 50 - <br/> 51 - <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 52 - stainless.com 53 - </a> 54 - </p> 55 - <p></p> 56 - </td> 57 - </tr> 38 + <tbody> 39 + <tr> 40 + <td align="center"> 41 + <p></p> 42 + <p> 43 + <a href="https://kutt.it/pkEZyc" target="_blank"> 44 + <picture height="50px"> 45 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 46 + <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 47 + </picture> 48 + </a> 49 + <br/> 50 + Generate best-in-class SDKs. 51 + <br/> 52 + <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 53 + stainless.com 54 + </a> 55 + </p> 56 + <p></p> 57 + </td> 58 + </tr> 59 + </tbody> 58 60 </table> 59 61 60 62 <h3 align="center">Silver</h3> 61 63 62 64 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 63 - <tr> 64 - <td align="center"> 65 - <a href="https://kutt.it/skQUVd" target="_blank"> 66 - <picture height="40px"> 67 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 68 - <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 69 - </picture> 70 - </a> 71 - <br/> 72 - <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 73 - Scalar 74 - </a> 75 - </td> 76 - </tr> 65 + <tbody> 66 + <tr> 67 + <td align="center"> 68 + <a href="https://kutt.it/skQUVd" target="_blank"> 69 + <picture height="40px"> 70 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 71 + <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 72 + </picture> 73 + </a> 74 + <br/> 75 + <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 76 + scalar.com 77 + </a> 78 + </td> 79 + </tr> 80 + </tbody> 77 81 </table> 78 82 79 83 <h3 align="center">Bronze</h3> 80 84 81 85 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 82 - <tr> 83 - <td align="center"> 84 - <a href="https://kutt.it/YpaKsX" target="_blank"> 85 - <picture height="34px"> 86 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 87 - <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 88 - </picture> 89 - </a> 90 - </td> 91 - </tr> 86 + <tbody> 87 + <tr> 88 + <td align="center"> 89 + <a href="https://kutt.it/YpaKsX" target="_blank"> 90 + <picture height="34px"> 91 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 92 + <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 93 + </picture> 94 + </a> 95 + </td> 96 + </tr> 97 + </tbody> 92 98 </table> 93 99 94 100 ## Migration Guides
+50 -44
packages/openapi-ts/README.md
··· 51 51 <h3 align="center">Gold</h3> 52 52 53 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> 54 + <tbody> 55 + <tr> 56 + <td align="center"> 57 + <p></p> 58 + <p> 59 + <a href="https://kutt.it/pkEZyc" target="_blank"> 60 + <picture height="50px"> 61 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 62 + <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 63 + </picture> 64 + </a> 65 + <br/> 66 + Generate best-in-class SDKs. 67 + <br/> 68 + <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 69 + stainless.com 70 + </a> 71 + </p> 72 + <p></p> 73 + </td> 74 + </tr> 75 + </tbody> 74 76 </table> 75 77 76 78 <h3 align="center">Silver</h3> 77 79 78 80 <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> 81 + <tbody> 82 + <tr> 83 + <td align="center"> 84 + <a href="https://kutt.it/skQUVd" target="_blank"> 85 + <picture height="40px"> 86 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 87 + <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 88 + </picture> 89 + </a> 90 + <br/> 91 + <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 92 + scalar.com 93 + </a> 94 + </td> 95 + </tr> 96 + </tbody> 93 97 </table> 94 98 95 99 <h3 align="center">Bronze</h3> 96 100 97 101 <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> 102 + <tbody> 103 + <tr> 104 + <td align="center"> 105 + <a href="https://kutt.it/YpaKsX" target="_blank"> 106 + <picture height="34px"> 107 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 108 + <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 109 + </picture> 110 + </a> 111 + </td> 112 + </tr> 113 + </tbody> 108 114 </table> 109 115 110 116 ## Quick Start
+50 -44
packages/vite-plugin/README.md
··· 21 21 <h3 align="center">Gold</h3> 22 22 23 23 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 24 - <tr> 25 - <td align="center"> 26 - <p></p> 27 - <p> 28 - <a href="https://kutt.it/pkEZyc" target="_blank"> 29 - <picture height="50px"> 30 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 31 - <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 32 - </picture> 33 - </a> 34 - <br/> 35 - Generate best-in-class SDKs. 36 - <br/> 37 - <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 38 - stainless.com 39 - </a> 40 - </p> 41 - <p></p> 42 - </td> 43 - </tr> 24 + <tbody> 25 + <tr> 26 + <td align="center"> 27 + <p></p> 28 + <p> 29 + <a href="https://kutt.it/pkEZyc" target="_blank"> 30 + <picture height="50px"> 31 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 32 + <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 33 + </picture> 34 + </a> 35 + <br/> 36 + Generate best-in-class SDKs. 37 + <br/> 38 + <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 39 + stainless.com 40 + </a> 41 + </p> 42 + <p></p> 43 + </td> 44 + </tr> 45 + </tbody> 44 46 </table> 45 47 46 48 <h3 align="center">Silver</h3> 47 49 48 50 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 49 - <tr> 50 - <td align="center"> 51 - <a href="https://kutt.it/skQUVd" target="_blank"> 52 - <picture height="40px"> 53 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 54 - <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 55 - </picture> 56 - </a> 57 - <br/> 58 - <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 59 - Scalar 60 - </a> 61 - </td> 62 - </tr> 51 + <tbody> 52 + <tr> 53 + <td align="center"> 54 + <a href="https://kutt.it/skQUVd" target="_blank"> 55 + <picture height="40px"> 56 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 57 + <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 58 + </picture> 59 + </a> 60 + <br/> 61 + <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 62 + scalar.com 63 + </a> 64 + </td> 65 + </tr> 66 + </tbody> 63 67 </table> 64 68 65 69 <h3 align="center">Bronze</h3> 66 70 67 71 <table align="center" style="justify-content: center;align-items: center;display: flex;"> 68 - <tr> 69 - <td align="center"> 70 - <a href="https://kutt.it/YpaKsX" target="_blank"> 71 - <picture height="34px"> 72 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 73 - <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 74 - </picture> 75 - </a> 76 - </td> 77 - </tr> 72 + <tbody> 73 + <tr> 74 + <td align="center"> 75 + <a href="https://kutt.it/YpaKsX" target="_blank"> 76 + <picture height="34px"> 77 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 78 + <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 79 + </picture> 80 + </a> 81 + </td> 82 + </tr> 83 + </tbody> 78 84 </table> 79 85 80 86 ## Usage