Merge pull request 'Fixed v5 file maker approval field' (#213) from s.yahyaee/yara724-api:main into main

Reviewed-on: Yara724/api#213
This commit is contained in:
2026-07-25 10:25:10 +03:30

View File

@@ -117,6 +117,14 @@ export class BlameRequest {
@Prop({ default: false })
isMadeByFileMaker?: boolean;
/**
* V5 only. When true the resulting claim requires FileMaker approval before
* fanavaran submission. V4 files never set this; it is written at creation
* time by the V5 controller and propagated to the linked claim.
*/
@Prop({ default: false })
requiresFileMakerApproval?: boolean;
/**
* The FileReviewer who claimed this file for completion (V4 flow only).
* Set when a FileReviewer calls assign on this file; enforces one-reviewer-per-file.