-
The feature proposal you're describing suggests supporting to export implicit types inferred.
for Example,
```ts
@Controller('foo')
export class FooController {
@Post()
foo(@Body() b…
-
### Is there an existing issue that is already proposing this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
When using `@Uplo…
-
> Related issues:
> - https://github.com/microsoft/TypeScript/issues/54276
> - https://github.com/samchon/typia/issues/633
TypeScript team had decided to support formal transform API since v5…
-
I tried upgrading from Nestia 2.x to 3.x ( latest ) but could not make it work. After trying a lot of stuff it turns out the problem was caused due to pnpm hoisting. Adding the following to the worksp…
-
## Feature Request
When using the Nestia Client SDK, it can properly infer the controller method return value types when returning synchronously or returning a Promise. However, if we try to return a…
-
### Summary
- **SDK Version**: nestia@4.5.1, @nestia/sdk@2.0.4
- **Expected behavior**:
1. The types inside SDK api should all be valid.
2. The CRUD input / output types should al…
-
## Feature Request
### Problem
Currently, @TypedFormData.Body() uses multer to read and store file uploads but it doesn't support passing options to the multer singleton.
I am trying to use D…
-
Please add a way to support live reloading with nestia
For instance in our project we use the swagger.json file
```ts
import swaggerDocument from '../swagger.json';
SwaggerModule.setup('/ap…
-
### Is your feature request related to a problem? Please describe.
There is already a NestJS Client Code Generator in the [OpenAPITools Repo](https://github.com/OpenAPITools/openapi-generator) but …
-
TypedRoute is not supporting Sse decorator from @nestjs/common, thus cannot use Nestia for SSE endpoints.
For example, for the code something like below,
```
// original decorator used
// @S…