chore(M001/S01): auto-commit after complete-slice
This commit is contained in:
@@ -198,6 +198,25 @@ export interface GmailImportThreadResult {
|
||||
threadId?: string | null;
|
||||
}
|
||||
|
||||
export interface GmailThreadRefreshThreadResult {
|
||||
threadId: string;
|
||||
imported: number;
|
||||
skipped: number;
|
||||
totalMessages: number;
|
||||
status: string;
|
||||
latestMessageDate?: string;
|
||||
}
|
||||
|
||||
export interface GmailThreadRefreshResult {
|
||||
jobApplicationId: number;
|
||||
threadsChecked: number;
|
||||
imported: number;
|
||||
skipped: number;
|
||||
hasLinkedThreads: boolean;
|
||||
refreshedAt: string;
|
||||
threads: GmailThreadRefreshThreadResult[];
|
||||
}
|
||||
|
||||
export interface GmailStatus {
|
||||
connected: boolean;
|
||||
gmailAddress?: string;
|
||||
|
||||
Reference in New Issue
Block a user