forked from Yara724/api
Fixed v5 file maker approval field
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user