@hey-api/openapi-ts 0.80.6 → 0.80.8
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 +2 -2
- package/dist/chunk-F4DKDLSY.js +42 -0
- package/dist/chunk-F4DKDLSY.js.map +1 -0
- package/dist/clients/angular/client.ts +162 -0
- package/dist/clients/angular/index.ts +23 -0
- package/dist/clients/angular/types.ts +209 -0
- package/dist/clients/angular/utils.ts +417 -0
- package/dist/index.cjs +67 -64
- 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 +5 -5
- package/dist/index.js.map +1 -1
- package/dist/internal.cjs +12 -11
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +1 -1
- package/dist/{types.d-Cpp7XW_3.d.cts → types.d-5eps4CIa.d.cts} +121 -66
- package/dist/{types.d-Cpp7XW_3.d.ts → types.d-5eps4CIa.d.ts} +121 -66
- package/package.json +10 -1
- package/dist/chunk-CCWQBTYN.js +0 -39
- package/dist/chunk-CCWQBTYN.js.map +0 -1
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ Help Hey API stay around for the long haul by becoming a [sponsor](https://githu
|
|
|
91
91
|
<a href="https://kutt.it/skQUVd" target="_blank">
|
|
92
92
|
<picture height="40px">
|
|
93
93
|
<source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg">
|
|
94
|
-
<img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark
|
|
94
|
+
<img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark.svg">
|
|
95
95
|
</picture>
|
|
96
96
|
</a>
|
|
97
97
|
<br/>
|
|
@@ -131,7 +131,7 @@ Help Hey API stay around for the long haul by becoming a [sponsor](https://githu
|
|
|
131
131
|
<a href="https://kutt.it/KkqSaw" target="_blank">
|
|
132
132
|
<picture height="34px">
|
|
133
133
|
<source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/cella-logo-wordmark-480w.webp">
|
|
134
|
-
<img alt="Cella logo" height="34px" src="https://heyapi.dev/images/cella-logo-wordmark
|
|
134
|
+
<img alt="Cella logo" height="34px" src="https://heyapi.dev/images/cella-logo-wordmark.svg">
|
|
135
135
|
</picture>
|
|
136
136
|
</a>
|
|
137
137
|
</td>
|