1
0
forked from Yara724/api
This commit is contained in:
2026-05-01 11:25:10 +03:30
parent 8419ec06ae
commit 6f120b0066
3 changed files with 68 additions and 5 deletions

View File

@@ -82,6 +82,10 @@ export class ClaimOwnerInsurerApproval {
@Prop({ type: Boolean, required: true })
agree: boolean;
/** Branch the owner is signing for (must belong to their insurer; aligned with expert daghi options when present). */
@Prop({ type: Types.ObjectId })
branchId?: Types.ObjectId;
@Prop({ type: Types.ObjectId })
signDetailId?: Types.ObjectId;