feat: add collaboratorUserId to appointment model and update dashboard filtering logic

This commit is contained in:
2026-07-21 10:34:52 -03:00
parent a9afb13d15
commit 40090cdec5
4 changed files with 10 additions and 2 deletions
@@ -245,6 +245,7 @@ export interface AppointmentEventByClient {
serviceName: string;
serviceDescription: string;
collaboratorId: string;
collaboratorUserId: string;
collaboratorName: string;
collaboratorAvatar: string;
appointmentDate: string;