feat(api): accept Yacimiento concession type
This commit is contained in:
@@ -54,6 +54,10 @@ export class CreateAssetDto {
|
|||||||
@IsUUID('4')
|
@IsUUID('4')
|
||||||
operatorCompanyId?: string | null;
|
operatorCompanyId?: string | null;
|
||||||
|
|
||||||
|
@IsOptional()
|
||||||
|
@IsUUID('4')
|
||||||
|
concessionTypeId?: string | null;
|
||||||
|
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
@Transform(({ value }) =>
|
@Transform(({ value }) =>
|
||||||
typeof value === 'string' && value.trim() ? value.trim() : null,
|
typeof value === 'string' && value.trim() ? value.trim() : null,
|
||||||
|
|||||||
Reference in New Issue
Block a user