feat: enrich gmail correspondence metadata
This commit is contained in:
@@ -200,10 +200,19 @@ export interface SaveApplicationDraftsRequest {
|
||||
recruiterMessageDraft?: string | null;
|
||||
}
|
||||
|
||||
export interface CorrespondenceAttachmentMetadata {
|
||||
fileName?: string | null;
|
||||
mimeType?: string | null;
|
||||
sizeBytes?: number | null;
|
||||
gmailAttachmentId?: string | null;
|
||||
inline?: boolean;
|
||||
}
|
||||
|
||||
export interface CorrespondenceMessage {
|
||||
id: number;
|
||||
jobApplicationId: number;
|
||||
from: string;
|
||||
direction?: string | null;
|
||||
content: string;
|
||||
subject?: string;
|
||||
channel?: string;
|
||||
@@ -212,6 +221,8 @@ export interface CorrespondenceMessage {
|
||||
externalThreadId?: string | null;
|
||||
externalFrom?: string | null;
|
||||
externalTo?: string | null;
|
||||
externalLabelsJson?: string | null;
|
||||
attachmentMetadataJson?: string | null;
|
||||
}
|
||||
|
||||
export interface GmailJobMatchReason {
|
||||
|
||||
Reference in New Issue
Block a user