OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.86k stars 6.59k forks source link

Rename BigDecimal to decimal in Swift5 #7874

Open dammafra opened 4 years ago

dammafra commented 4 years ago

According to PR #7808 this line should be fixed.

https://github.com/OpenAPITools/openapi-generator/blob/739249917cbec384a7766b90429993bc8b8e9ae4/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/Swift5ClientCodegen.java#L220

wing328 commented 4 years ago

@dammafra thanks for pointing it out. I've filed https://github.com/OpenAPITools/openapi-generator/pull/7875 to fix it.

teameh commented 2 months ago

https://github.com/OpenAPITools/openapi-generator/pull/7875 has been merged, this issue can be closed @wing328