1
0
forked from Yara724/api

Fixed v5 file maker approval field

This commit is contained in:
SepehrYahyaee
2026-07-25 10:24:34 +03:30
parent 4818f73252
commit 777eae1028

View File

@@ -117,6 +117,14 @@ export class BlameRequest {
@Prop({ default: false }) @Prop({ default: false })
isMadeByFileMaker?: boolean; 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). * 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. * Set when a FileReviewer calls assign on this file; enforces one-reviewer-per-file.