feat(dtos): add IsInt validation to productId in CreateInventoryDto and UpdateInventoryDto

This commit is contained in:
Nils-Johan Gynther
2026-04-18 09:03:38 +02:00
parent fd188a3f95
commit 10bb96dae8
2 changed files with 2 additions and 0 deletions
@@ -1,5 +1,6 @@
import { import {
IsBoolean, IsBoolean,
IsInt,
IsNumber, IsNumber,
IsOptional, IsOptional,
IsString, IsString,
@@ -1,5 +1,6 @@
import { import {
IsBoolean, IsBoolean,
IsInt,
IsNumber, IsNumber,
IsOptional, IsOptional,
IsString, IsString,