feat: agregar soporte para cancelación de citas por parte del cliente en notificaciones

This commit is contained in:
2026-08-14 19:34:00 -03:00
parent 28295e346c
commit b7bbef8035
2 changed files with 20 additions and 9 deletions
@@ -46,6 +46,7 @@ export type SendAppointmentNotificationParams = {
systemToken?: string;
type: APPOINTMENT_NOTIFICATION_TYPE;
channel?: "whatsapp" | "email";
allowClientCancellation?: boolean;
};
export type CreateImmediateAppointmentNotificationJobsParams = {