feat: implement comprehensive notification engine with policies, preferences, and automated dispatching services
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
export enum TemplateTypes {
|
||||
WAP_NEW_APPOINTMENT = "wap-new-appointment",
|
||||
WAP_REMINDER = "wap-reminder",
|
||||
WAP_CANCELLATION = "wap-cancellation",
|
||||
EMAIL_NEW_APPOINTMENT = "email-new-appointment",
|
||||
EMAIL_REMINDER = "email-reminder",
|
||||
EMAIL_CANCELLATION = "email-cancellation",
|
||||
}
|
||||
|
||||
export const refactorFields = (text: string) => {
|
||||
|
||||
Reference in New Issue
Block a user