You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am generating a client using typescript-axios generator and in models, all the fields are wrapped into quotes and I can't turn it off. It is not a problem, until a field name contains some enum constant, because in this case it is escaped. When I am adding an option queryParamObjectFormat=key, it does nothing.
This is an example how a generated interface looks like:
itbro2
changed the title
[BUG][typescript-axios] Interfaces fields names are wrapped into quotes
[BUG][typescript-axios] Interfaces properties are wrapped into quotes
Nov 23, 2024
itbro2
changed the title
[BUG][typescript-axios] Interfaces properties are wrapped into quotes
[BUG][typescript-axios] Interfaces properties are quoted
Nov 23, 2024
Description
Hi, I am generating a client using typescript-axios generator and in models, all the fields are wrapped into quotes and I can't turn it off. It is not a problem, until a field name contains some enum constant, because in this case it is escaped. When I am adding an option
queryParamObjectFormat=key
, it does nothing.This is an example how a generated interface looks like:
But I expect it to look like this:
openapi-generator version
7.9.0
Generation Details
The text was updated successfully, but these errors were encountered: