Merge branch 'worktree-agent-a5f48334696288159'

# Conflicts:
#	gerbil-manager-web/e2e/mock-data.ts
This commit is contained in:
2026-06-22 22:54:50 +02:00
16 changed files with 2360 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ export interface MockDb {
analyze: Record<string, unknown>
execute: Record<string, unknown>
}
// ERWERB: Erwerb/Kauf je Tier (Kaufdatum, Preis, Notiz) — /acquisitions
acquisitions: Record<string, unknown>[]
}
function gerbil(
@@ -541,5 +543,6 @@ export function seedDb(): MockDb {
message: 'Import erfolgreich: 3694 Tiere, 1678 Würfe, 508 Kontakte.',
},
},
acquisitions: [],
}
}