chore(promote): dev → uat (Buffer Rules CRUD — GRO-1171) #34

Merged
The Dogfather merged 7 commits from dev into uat 2026-05-21 10:18:11 +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;