1
0
forked from Yara724/api
This commit is contained in:
SepehrYahyaee
2026-05-10 11:43:28 +03:30
parent d1bc64bb6d
commit 9c62dc4d3a
5 changed files with 289 additions and 77 deletions

View File

@@ -35,6 +35,13 @@ export class RequiredDocumentItem {
enum: ['general', 'damaged_party', 'guilty_party'],
})
category: string;
@ApiPropertyOptional({
description:
'When true, the client should upload this file during CAPTURE_PART_DAMAGES (same POST upload-document endpoint and `requiredDocuments` keys). Capture cannot finish until these are uploaded.',
example: true,
})
preferUploadDuringCapture?: boolean;
}
/**