🐛 Bugfixes
- Fix path generation by @HiiiiD (#991)
- If no type is specified, type as
unknownby @mitchell-merry (#1049) - Ensure not required parameters are created as optional properties by @AplusKminus (#1053)
- Fix missing type defs (#1072)
- De-duplicate unions by @mitchell-merry (#1069)
- Fix tuples type generation support by @liangskyli (#1011)