[gro-1171] Admin API — Buffer Rules CRUD #12

Merged
groombook-engineer[bot] merged 6 commits from flea-flicker/gro-1162-pet-buffer-time into dev 2026-05-21 10:17:34 +00:00
Showing only changes of commit 3d41820f02 - Show all commits
+4
View File
@@ -41,6 +41,10 @@ export interface Pet {
specialCareNotes: string | null;
coatType: string | null;
petSizeCategory: string | null;
preferredCuts: string[];
medicalAlerts: MedicalAlert[];
temperamentScore?: number;
temperamentFlags?: string[];
customFields: Record<string, string>;
photoKey?: string;
photoUploadedAt?: string;