Openapi-ts

Latest version: v0.1.3

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

0.48.1

Patch Changes

- [734](https://github.com/hey-api/openapi-ts/pull/734) [`1f52b26`](https://github.com/hey-api/openapi-ts/commit/1f52b260807531edb2c14003473ea4907007ecdb) Thanks [mrlubos](https://github.com/mrlubos)! - fix: generate service types when types are enabled, even if services are disabled

- [737](https://github.com/hey-api/openapi-ts/pull/737) [`0537fe8`](https://github.com/hey-api/openapi-ts/commit/0537fe8682a93cc95d7637d643db4b9780318ea1) Thanks [mrlubos](https://github.com/mrlubos)! - fix: support custom config file path

- [736](https://github.com/hey-api/openapi-ts/pull/736) [`8410046`](https://github.com/hey-api/openapi-ts/commit/8410046c45d25db48ba940a0c6c7a7cda9e86b6a) Thanks [mrlubos](https://github.com/mrlubos)! - fix: handle async response transformers


hey-api/client-fetch0.1.7
Patch Changes

- [736](https://github.com/hey-api/openapi-ts/pull/736) [`8410046`](https://github.com/hey-api/openapi-ts/commit/8410046c45d25db48ba940a0c6c7a7cda9e86b6a) Thanks [mrlubos](https://github.com/mrlubos)! - fix: handle async response transformers

0.48.0

Minor Changes

- [696](https://github.com/hey-api/openapi-ts/pull/696) [`917405f`](https://github.com/hey-api/openapi-ts/commit/917405fcdcb2e978df693eb51720afa6fcf914e2) Thanks [anchan828](https://github.com/anchan828)! - feat: pass the Operation object to methodNameBuilder

Patch Changes

- [708](https://github.com/hey-api/openapi-ts/pull/708) [`36cf95d`](https://github.com/hey-api/openapi-ts/commit/36cf95d319b175149d3b3ecc382b8d739186e658) Thanks [mrlubos](https://github.com/mrlubos)! - fix: make getHeaders() accept generic

- [712](https://github.com/hey-api/openapi-ts/pull/712) [`6a5b96b`](https://github.com/hey-api/openapi-ts/commit/6a5b96b59e4248f2acaf5422be262edde97427dd) Thanks [mrlubos](https://github.com/mrlubos)! - fix: handle void responses in transformers

0.47.2

Patch Changes

- [701](https://github.com/hey-api/openapi-ts/pull/701) [`1081bbf`](https://github.com/hey-api/openapi-ts/commit/1081bbf5082450c18547dac4737ecc0e312cdd0e) Thanks [mrlubos](https://github.com/mrlubos)! - feat: add initial implementation of prefixItems


hey-api/client-fetch0.1.6
Patch Changes

- [700](https://github.com/hey-api/openapi-ts/pull/700) [`aa661a1`](https://github.com/hey-api/openapi-ts/commit/aa661a136d1174eadf4d11538e473b0d96b91b81) Thanks [lsdch](https://github.com/lsdch)! - export RequestResult type

0.47.1

Patch Changes

- [690](https://github.com/hey-api/openapi-ts/pull/690) [`1017ace`](https://github.com/hey-api/openapi-ts/commit/1017acee80630d84a08bd8f0087c8fb0de270f1a) Thanks [Nick-Lucas](https://github.com/Nick-Lucas)! - Fix an issue where transforms for endpoints with array returns were not generated correctly


hey-api/client-fetch0.1.5
Patch Changes

- [698](https://github.com/hey-api/openapi-ts/pull/698) [`fc2b166`](https://github.com/hey-api/openapi-ts/commit/fc2b166c8f683ece948284cf7a629fcd5b096b40) Thanks [lsdch](https://github.com/lsdch)! - export RequestResult type

0.47.0

Minor Changes

- [685](https://github.com/hey-api/openapi-ts/pull/685) [`8ca3e5e`](https://github.com/hey-api/openapi-ts/commit/8ca3e5e2990bc07ce0bac902245d08b67b6621e8) Thanks [mrlubos](https://github.com/mrlubos)! - feat: add initial support for response transformers (string -> Date)

- [663](https://github.com/hey-api/openapi-ts/pull/663) [`e01c612`](https://github.com/hey-api/openapi-ts/commit/e01c61213e266afad5e3b159682b05957aac6534) Thanks [Stono](https://github.com/Stono)! - Add support for customizing method names with `services.methodNameBuilder()`


hey-api/client-fetch0.1.4
Patch Changes

- [674](https://github.com/hey-api/openapi-ts/pull/674) [`da31b74`](https://github.com/hey-api/openapi-ts/commit/da31b7424b30e00233df5a3867022832c4981312) Thanks [mlankamp](https://github.com/mlankamp)! - fix: allow non-object array in body

- [682](https://github.com/hey-api/openapi-ts/pull/682) [`34980a4`](https://github.com/hey-api/openapi-ts/commit/34980a4dc8269c9256d65984ff29270851689c43) Thanks [mrlubos](https://github.com/mrlubos)! - fix: stronger types for result shape

- [682](https://github.com/hey-api/openapi-ts/pull/682) [`34980a4`](https://github.com/hey-api/openapi-ts/commit/34980a4dc8269c9256d65984ff29270851689c43) Thanks [mrlubos](https://github.com/mrlubos)! - fix: generate correct error types


hey-api/client-fetch0.1.3
Patch Changes

- [639](https://github.com/hey-api/openapi-ts/pull/639) [`820002f`](https://github.com/hey-api/openapi-ts/commit/820002ffe687b01c7a9b2250e19ddbafd1aaed71) Thanks [mrlubos](https://github.com/mrlubos)! - fix: do not widen body type on optional prop

0.46.3

Patch Changes

- [594](https://github.com/hey-api/openapi-ts/pull/594) [`9878381`](https://github.com/hey-api/openapi-ts/commit/98783811e0c90705ddac2cc5e54c524aae634865) Thanks [SimenB](https://github.com/SimenB)! - Add explicit type annotations to `Interceptors`

This allows the generated code to work with TypeScript 5.5's new `isolatedDeclarations` configuration.

- [635](https://github.com/hey-api/openapi-ts/pull/635) [`0b09940`](https://github.com/hey-api/openapi-ts/commit/0b0994050dbcb6c17e8b78ca1c77738fc8e0d498) Thanks [mrlubos](https://github.com/mrlubos)! - fix: handle 1XX response status codes

- [636](https://github.com/hey-api/openapi-ts/pull/636) [`498f459`](https://github.com/hey-api/openapi-ts/commit/498f45979b91bf93b319413c60492af94a08df48) Thanks [mrlubos](https://github.com/mrlubos)! - fix: improve default response status code classification

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.