-
> src/api/functional/auth/user/account/index.ts:27:5 - error TS2345: Argument of type '"DELETE"' is not assignable to parameter of type '"PATCH" | "POST" | "PUT"'.
![스크린샷 2022-07-12 오후 1 06 1…
-
I made Request Body Interface by same way. one document schema has a interface name, but something has random name like "__type".
Why did it have a random name?
```typescript
/**
* 사용자 회원…
-
`Error on CitiesController.findAll(): parameter countryId is specifying a field countryId of the request query message, however, Nestia does not support the field specialization for the request query …
-
Nestjs's default route methods (Get, Post, Put etc.) automatically sets the response's content type header to json if response returns json but nestia helper's TypedRoute methods set it to html. Is th…
-
https://github.com/samchon/nestia
Your project seems almost same with my project, `nestia`.
How about participating in that project or reviewing and advising each other?
-
When a project using this `typescript-json` builds `d.ts.map` file, the import statement generated by transformer causes an error in the `tsc --watch` mode compilation.
```bash
D:\github\samchon\n…
-
### Summary
Write a short summary of the bug in here.
- **SDK Version**: 3.0.8
- **Expected behavior**: the tool should be able to run even if `compilerOptions.module` is not `commonjs`
- …
-
![image](https://user-images.githubusercontent.com/55027765/174438654-9f1ee2f2-90be-4509-b7ea-90ddfbbf21e0.png)
I wanna use nestia swagger by autogenerated swagger.json
but there are problems a li…
-
### Search Terms
- shebang
- Cannot use import statement outside a module
### Expected Behavior
Shebang works well and no SyntaxError occurs.
### Actual Behavior
When publishing an npm…
-
## Bug Report
### Summary
Validating path arguments does not take into account possible regex in the route parameters.
For example, the following endpoint:
```
@Get(':id([0-9a-f]{24})')
as…