690320:2126 UUID agian by Claude Sonnet #02
Build and Deploy / deploy (push) Failing after 4m27s

This commit is contained in:
2026-03-20 21:26:23 +07:00
parent 90cbbb8f11
commit a723cae244
20 changed files with 93 additions and 77 deletions
+2 -2
View File
@@ -54,9 +54,9 @@ export interface RFA {
}
export interface CreateRFADto {
projectId: number | string; // ADR-019: Accept UUID
projectId: string; // ADR-019: UUID string only
contractId?: string; // ADR-019: Contract UUID
toOrganizationId?: number | string; // ADR-019: Recipient org UUID
toOrganizationId?: string; // ADR-019: UUID string only
rfaTypeId: number;
disciplineId?: number;
subject: string;