Skip to content

Commit 86d14a0

Browse files
author
squann
committed
updated docs
1 parent 09b662e commit 86d14a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generators/typescript-nestjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
1717
|modelFileSuffix|The suffix of the file of the generated model (model<suffix>.ts).| |null|
1818
|modelPropertyNaming|Naming convention for the property: 'camelCase', 'PascalCase', 'snake_case' and 'original', which keeps the original name. Only change it if you provide your own run-time code for (de-)serialization of models| |original|
1919
|modelSuffix|The suffix of the generated model.| |null|
20-
|nestVersion|The version of Nestjs.| |6.0.0|
20+
|nestVersion|The version of Nestjs.| |9.2.1|
2121
|npmName|The name under which you want to publish generated npm package. Required to generate a full package| |null|
2222
|npmRepository|Use this property to set an url your private npmRepo in the package.json| |null|
2323
|npmVersion|The version of your npm package. If not provided, using the version from the OpenAPI specification file.| |1.0.0|

0 commit comments

Comments
 (0)