[BUG][typescript-axios] modelPropertyNaming
generator config default should be original
, not camelCase
#5592
Closed
5 of 6 tasks
Labels
UPDATE: I just realized that #5427 is quite recent, and was not included in v4.2.3. I'd expect v4.2.4 will already resolve this bug.
Bug Report Checklist
Description
modelPropertyNaming
generator config default should beoriginal
, notcamelCase
: (see #5427, https://github.com/OpenAPITools/openapi-generator/blob/master/docs/generators/typescript-axios.md)openapi-generator version
4.2.3
OpenAPI declaration file content or url
any
Command line used for generation
see Description
Steps to reproduce
see Description
Related issues/PRs
#5427
Suggest a fix
change the default in
typescript-axios
generator,modelPropertyNaming
tooriginal
, as properly documented: https://github.com/OpenAPITools/openapi-generator/blob/master/docs/generators/typescript-axios.mdThe text was updated successfully, but these errors were encountered: