forked from Yara724/api
YARA-725
This commit is contained in:
@@ -17,10 +17,12 @@ export class ClaimListItemV2Dto {
|
||||
@ApiProperty({ description: 'Whether the claim is locked by another expert', example: false })
|
||||
locked: boolean;
|
||||
|
||||
@ApiPropertyOptional({ description: 'Actor who locked this claim' })
|
||||
@ApiPropertyOptional({ description: 'Actor who locked this claim (only while lock is active)' })
|
||||
lockedBy?: {
|
||||
actorId: string;
|
||||
actorName: string;
|
||||
lockedAt?: string;
|
||||
expiredAt?: string;
|
||||
};
|
||||
|
||||
@ApiPropertyOptional({ description: 'Vehicle info from snapshot' })
|
||||
|
||||
Reference in New Issue
Block a user