@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
42 lines (41 loc) • 1.69 kB
TypeScript
export declare const NOTIFICATION_PATTERN: {
handleAccountVerificationNotification: string;
handleResetLinkNotification: string;
handleBusinessAccountCreatedNotification: string;
handleBusinessAccountSetPasswordNotification: string;
handleFreelancerAccountSetPasswordNotification: string;
handleSendBulkInterviewInvites: string;
handleFreelancerAccountCreatedNotification: string;
handleSetPasswordLinkNotification: string;
handleLeadNotificationToAdmin: string;
handleDailyFreelancerReportToStakeHolders: string;
handleDailyFreelancerProfileReminderNotification: string;
handleAiAssessmentLinkNotification: string;
handleRecordingProcessingErrorNotification: string;
handleResumeParserErrorNotification: string;
handleFreelancerExportReadyNotification: string;
handleFreelancerExportFailedNotification: string;
handleClientExportReadyNotification: string;
handleClientExportFailedNotification: string;
handleAiInterviewResultErrorNotification: string;
handleAiInterviewRecordingErrorNotification: string;
handleAiAssessmentInterviewResultErrorNotification: string;
handleAiAssessmentInterviewRecordingErrorNotification: string;
handleSubAdminAccountCreatedNotification: string;
handleUserResetPasswordByAdminNotification: string;
handlePasswordChangeNotification: string;
};
export declare const SMS_PATTERN: {
sendTest: string;
queueStats: string;
cleanQueue: string;
status: string;
accountInfo: string;
};
export declare const EMAIL_PATTERN: {
sendTest: string;
send: string;
sendTemplate: string;
getQueueStats: string;
cleanQueue: string;
};