260314:1714 20260314:1700 Refactor Migration #2
Build and Deploy / deploy (push) Successful in 4m18s

This commit is contained in:
admin
2026-03-14 17:14:47 +07:00
parent 0211f01aa8
commit b93cd91325
6 changed files with 198 additions and 3 deletions
+19
View File
@@ -17,6 +17,25 @@ export interface MigrationReviewQueueItem {
reviewedBy?: string;
reviewedAt?: string;
createdAt: string;
projectId?: number;
senderOrganizationId?: number;
receiverOrganizationId?: number;
receivedDate?: string;
issuedDate?: string;
remarks?: string;
aiSummary?: string;
extractedTags?: any;
tempAttachmentId?: number;
}
export interface CommitBatchItemDto {
queueId: number;
dto: Record<string, any>;
}
export interface CommitBatchDto {
items: CommitBatchItemDto[];
batchId: string;
}
export enum MigrationErrorType {