@brakebein/prisma-generator-nestjs-dto
Advanced tools
Changelog
[1.9.0] - 2022-03-29
flatResourceStructure
to flatten the subfolders if outputToNestJsResourceStructure
is true
noDependencies
to output DTOs without any imports and decorators from external dependencies (useful to generate DTOs for frontend)@example
annotation adds example to @ApiProperty()
Changelog
[1.8.1] - 2022-03-25
import
of ApiProperty
if only type-format annotationsChangelog
[1.8.0] - 2022-03-25
DTO
classes (same as entity classes, but without relation fields)@ApiDecorator()
only in the CreateDTO
and UpdateDTO
classesChangelog
[1.6.2] - 2022-03-16
@ApiProperty()
decorator