forked from Yara724/api
fix: harden claim review and inquiry workflows
Preserve damage history and current vehicle price, restore depreciation mapping, normalize inquiry/report output, and support resumable expert review with paginated case retrieval.
This commit is contained in:
@@ -122,8 +122,9 @@ export class SubmitExpertReplyV2Dto {
|
||||
description?: string;
|
||||
|
||||
@ApiPropertyOptional({
|
||||
example: '1_000_000_000',
|
||||
description: "Today's car price",
|
||||
example: '1000000000',
|
||||
description:
|
||||
"Current vehicle price in Rial. Required for car-body claims and forbidden for third-party claims. This is independent from evaluation.priceDrop.carPrice.",
|
||||
})
|
||||
@IsOptional()
|
||||
@IsMoneyAmountString()
|
||||
|
||||
Reference in New Issue
Block a user