fda06b9856
Fix type errors introduced by the GRO-218 refactor: - pets: weight → weightKg, birthDate → dateOfBirth, photoUrl → photoKey, remove notes - services: isActive → active - appointments: remove groomerNotes (use notes), remove reportCardId (doesn't exist) - invoices: remove dueDate (doesn't exist) - Object.groupBy → manual grouping (ES target issue) - getClientIdFromSession: accept undefined header values Co-Authored-By: Paperclip <noreply@paperclip.ing>