car body policy and sales extended

This commit is contained in:
2026-09-05 18:37:42 +03:30
parent eb072ef080
commit eb636bdbdd
10 changed files with 1097 additions and 14 deletions

View File

@@ -22,6 +22,10 @@ export class FanavaranAuthConfigEmbed {
@Prop({ type: String, required: true })
contractId: string;
/** Vehicle-hull (بدنه) ContractId. Optional until the tenant hull line is configured. */
@Prop({ type: String, required: false })
hullContractId?: string;
@Prop({ type: String, required: true })
location: string;
}