From 4f1e24ef83ab34e43f7f936501057604e42d63e3 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Mon, 7 Sep 2026 10:06:53 -0300 Subject: [PATCH] =?UTF-8?q?F3.1:=20aceptar=20familia=20t=C3=A9cnica=20en?= =?UTF-8?q?=20altas=20de=20Inventario?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-v3/src/asset-master/dto/create-asset.dto.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-v3/src/asset-master/dto/create-asset.dto.ts b/api-v3/src/asset-master/dto/create-asset.dto.ts index a0064af..7a9506f 100644 --- a/api-v3/src/asset-master/dto/create-asset.dto.ts +++ b/api-v3/src/asset-master/dto/create-asset.dto.ts @@ -42,6 +42,10 @@ export class CreateAssetDto { @IsUUID('4') parentId?: string | null; + @IsOptional() + @IsUUID('4') + inventoryFamilyId?: string | null; + @IsOptional() @IsUUID('4') operationalAreaId?: string | null;