-
## Problem
When using `@TypedHeaders()`, Swagger parameters for headers are written as an object in the generated documentation.
However, when executing requests within Swagger UI, the server ou…
-
Hello,
My setup: NestJS + Sequelize to fetch huge payload (15k rows) with the following format:
```ts
export interface TrackAttributes {
id: number;
sessionId: number;
altitude: number;…
-
unsupported type detected
- MongoOptions.ALPNProtocols: (Array | Array | Uint8Array | undefined)
- JSON does not support Uint8Array type.
- MongoOptions.ALPNProtocols: Uint8Array
- JSON d…
-
## Feature Request
I wrote swagger document using spring boot.
and I want to build nestia sdk using swagger document.
now, it is impossible to build only sdk using `@nestia/migrate` (it can genera…
-
## Feature Request
I can understand that it's hard to extract versions from the Controller and automatically use this in SDK. But right now the only way to pass a version is to hardcode it in the b…
-
## Question
Hey @samchon, thanks again for the progress you are making with this lib.
When using class transformer I am able to add a transform decorator to sanitize user input.
see this example I …
-
## Question
When using TypedQuery, I want to get some array values.
It works in other cases , but not element is atomic
so, I want to transform atomic to array
```
/**
* @TypedQuery() que…
-
## Bug Report
I'm using nestia swagger.
When I do it with patch, the response is "201" on success, which is recorded in the swagger.
If you check the link below
https://developer.mozilla.org/en…
-
## Question
Hello, I'm currently working on a NestJS project that utilizes Prisma Client for ORM and Zod for data validation. I've been trying to integrate Nestia for Swagger documentation generati…
-
## Question
How do I replace JSON.stringify() and parse() methods from `express` to `typia`'s methods
currently the api design looks like this
```
res.json({
listingDetail: result.metaData,
…