forked from Yara724/api
Added vin inquiry for v6, fixed new damaged part for v4
This commit is contained in:
@@ -20,6 +20,12 @@ export enum ClaimRequiredDocumentType {
|
||||
GUILTY_CAR_CARD_FRONT = "guilty_car_card_front",
|
||||
GUILTY_CAR_CARD_BACK = "guilty_car_card_back",
|
||||
GUILTY_METAL_PLATE = "guilty_metal_plate",
|
||||
|
||||
/**
|
||||
* V4/V5 only — a photo of the guilty car's damaged area, captured by the
|
||||
* FileReviewer during the CAPTURE_PART_DAMAGES phase (after all car angles).
|
||||
*/
|
||||
GUILTY_DAMAGE_AREA = "guilty_damage_area",
|
||||
}
|
||||
|
||||
export enum CarAngle {
|
||||
|
||||
Reference in New Issue
Block a user