promote(dev→uat): add missing extended pet profile fields (GRO-1752) #79

Merged
The Dogfather merged 4 commits from dev into uat 2026-05-25 19:08:14 +00:00
Showing only changes of commit 0a2259b67f - Show all commits
+4
View File
@@ -105,6 +105,10 @@ export function buildPet(overrides: Partial<PetRow> & { clientId: string }): Pet
photoKey: null,
photoUploadedAt: null,
image: null,
temperamentScore: null,
temperamentFlags: [],
medicalAlerts: [],
preferredCuts: [],
createdAt: new Date("2025-01-01T00:00:00Z"),
updatedAt: new Date("2025-01-01T00:00:00Z"),
};