209 похожих чатов

А вы то же так делаете? - создаете базовую DTO

где описываете обязательную валидацию всех полей, а потом от нее дженерик-хелперами создаете какие то вариации? Или тут есть какие то подводные камни? Мне способ понравился, пока пользуюсь, но ни где про него ни чего не видел\слышал..

export class BaseDto {
@ApiProperty({})
@IsPositive()
@IsNumber()
readonly Id: number;

@ApiProperty({})
@IsString()
readonly foo: string;

@ApiProperty({})
@IsString()
readonly bar: string;
}

export class UpdateDto extends PartialType(BaseDto) {}

export class CreateDto extends PartialType(BaseDto) {}

Ну или вот пример реальный

export class CloneConsumableDto extends IntersectionType(
PickType(BaseConsumableDto, ['name', 'carId', 'categoryId', 'isUsed']),
PartialType(
OmitType(BaseConsumableDto, ['name', 'carId', 'categoryId', 'isUsed']),
),
) {}

2 ответов

11 просмотров

Ты вроде призму используешь, а как ответ возвращаешь? Вручную в класс DTO оборачиваешь?

Nikita Koshelenko
Ты вроде призму используешь, а как ответ возвращае...

Главное чтобы в контроллере был указан ДТО, возвращаю из призмы интерфейсы, когда отличающиеся ДТО то делаю мапинг статик метод, User.toDto(тут указан тип интерфейса из бд)

Похожие вопросы

Обсуждают сегодня

Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
Also, why can’t the community have a vote/ say when it comes to initiatives like buybacks. Isn’t the point of crypto decentralisation? Don’t we deserve input as long term supp...
👨🏽‍🦰
13
any reference of this implementation?
BitBuddha
29
Hi guys, any problem with Pulsebrige? Trying to transfer from wETH to ETH. First it tells me to connect my metamask "through mobile app" not desktop. Then I did and confirmed ...
Snowflakecrypto
13
Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
Ⓐrtto, [4/23/24 7:02 PM] Please explain more fully how it is not working exactly, and what are the steps you are taking, and what error messages come or what happens. Ⓐrtto, ...
Ezza Kezza
2
Btw looks like Kushti is at it with 6.0, has he shared any plans to stop developing Ergo or just to keep going indefinitely?
Original Ergonaut Manley
16
sounds like people have lost their kaspa on tradeogre... does this mean tradeogre not trustworthy?
Ezza Kezza
15
So much speculation in the last week. So much volatility in price. This is because Hedera has a GC that isn't using the network it's governing. Why aren't people asking why a...
Summit Seeker R
9
Question: How viable is it to use Anvil as the backend infrastructure for managing a TradFi portfolio, while integrating Flexa for instant liquidity and payment solutions? Cou...
Kevin
2
Карта сайта