feat: integrate reminder payloads into appointment creation and update notification jobs and adjust quiet hours logic

This commit is contained in:
2026-07-21 19:39:38 -03:00
parent 10ca449f88
commit aac53e13cc
5 changed files with 296 additions and 15 deletions
@@ -36,6 +36,7 @@ export type FindAppointmentsByCollaboratorPaginatedParams = FindAppointmentsByCo
export enum APPOINTMENT_NOTIFICATION_TYPE {
"CREATION" = "creation",
"REMINDER" = "reminder",
"UPDATE" = "update",
"CANCELLATION" = "cancellation",
}