690320:2126 UUID agian by Claude Sonnet #02
Build and Deploy / deploy (push) Failing after 4m27s
Build and Deploy / deploy (push) Failing after 4m27s
This commit is contained in:
@@ -89,10 +89,10 @@ export interface CirculationListResponse {
|
||||
* DTO for creating a circulation
|
||||
*/
|
||||
export interface CreateCirculationDto {
|
||||
correspondenceId: number | string;
|
||||
projectId?: number | string;
|
||||
correspondenceId: string; // ADR-019: UUID string only
|
||||
projectId?: string; // ADR-019: UUID string only
|
||||
subject: string;
|
||||
assigneeIds: (number | string)[];
|
||||
assigneeIds: string[]; // ADR-019: UUID string only
|
||||
remarks?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user