690328:1106 Fixing Refactor uuid by Kimi #01
CI / CD Pipeline / build (push) Successful in 5m11s
CI / CD Pipeline / deploy (push) Failing after 4m28s

This commit is contained in:
2026-03-28 11:06:25 +07:00
parent 76b18e7c37
commit da8579d21b
24 changed files with 606 additions and 182 deletions
+2 -4
View File
@@ -28,8 +28,7 @@ export interface RFAItem {
}
export interface RFA {
publicId: string; // ADR-019: from correspondence.publicId
id?: number; // Excluded from API responses (ADR-019)
publicId: string; // ADR-019: public identifier (from correspondence.publicId)
rfaTypeId: number;
createdBy: number;
disciplineId?: number;
@@ -56,8 +55,7 @@ export interface RFA {
};
// Shared Correspondence Relation
correspondence?: {
publicId: string;
id?: number; // Excluded from API responses (ADR-019)
publicId: string; // ADR-019: public identifier
correspondenceNumber: string;
projectId: number;
originatorId?: number;