forked from Yara724/api
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user