Mike Marchetti 7125ef43f5
Typescript: fix: add paramPropertyNaming (#9546)
Model naming conforms to the property: modelPropertyNaming, however the
parameter naming scheme is currently hardcoded to camelcase. Since the
parameter names are closely tied to the model properties names, is maybe
desirable to use a similar naming approach.

The toParamName cannot directly use the paramPropertyNaming since that
will cause issues with current generated code, since the
modelPropertyNaming currently defaults to "original"

A new property has been created to override this behavior, named
"paramPropertyNaming", and its default is set to "camelcase".
2021-06-07 22:17:25 +02:00
..
2021-04-22 20:54:01 +08:00
2021-04-22 20:54:01 +08:00
2021-04-07 00:33:35 +08:00
2021-05-28 10:26:48 +08:00
2021-05-28 10:26:48 +08:00
2021-05-28 10:26:48 +08:00
2021-05-28 10:26:48 +08:00
2021-04-28 21:57:15 +08:00
2021-03-24 13:45:52 +08:00

The following generators are available:

CLIENT generators

SERVER generators

DOCUMENTATION generators

SCHEMA generators

CONFIG generators