260314:1714 20260314:1700 Refactor Migration #2
Build and Deploy / deploy (push) Successful in 4m18s
Build and Deploy / deploy (push) Successful in 4m18s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user