forked from Yara724/api
Fixed 3 upload documents for capture part
This commit is contained in:
@@ -144,6 +144,20 @@ export class GetCaptureRequirementsV2ResponseDto {
|
||||
})
|
||||
currentStep: string;
|
||||
|
||||
@ApiProperty({
|
||||
description:
|
||||
'Ordered capture phase during CAPTURE_PART_DAMAGES: parts → angles → capture_phase_documents',
|
||||
example: 'angles',
|
||||
enum: ['parts', 'angles', 'capture_phase_documents', 'complete'],
|
||||
})
|
||||
captureSequencePhase: string;
|
||||
|
||||
@ApiProperty({
|
||||
description: 'Human-readable hint for what the user should do next in the capture step',
|
||||
example: 'Capture all four car angles (front, back, left, right) next.',
|
||||
})
|
||||
captureSequenceHint: string;
|
||||
|
||||
@ApiProperty({
|
||||
description: 'List of required documents to upload',
|
||||
type: [RequiredDocumentItem],
|
||||
@@ -186,5 +200,7 @@ export class GetCaptureRequirementsV2ResponseDto {
|
||||
anglesTotal: number;
|
||||
partsCaptured: number;
|
||||
partsTotal: number;
|
||||
capturePhaseDocsRemaining: number;
|
||||
postCaptureDocumentsRemaining: number;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user