forked from Yara724/api
Fix data returning owner on claimDetails
This commit is contained in:
@@ -43,9 +43,13 @@ export class ClaimDetailsV2ResponseDto {
|
||||
@ApiPropertyOptional({ description: 'Blame request number' })
|
||||
blameRequestNo?: string;
|
||||
|
||||
@ApiPropertyOptional({ description: 'Owner info' })
|
||||
@ApiPropertyOptional({
|
||||
description: 'Claim owner (damaged party): ids for the user and their insurer client scope',
|
||||
})
|
||||
owner?: {
|
||||
userId: string;
|
||||
clientId?: string;
|
||||
userClientKey?: string;
|
||||
fullName?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user