Login Popup zu Kundendaten bewegt

This commit is contained in:
Moritz Utcke
2025-02-20 21:25:38 +11:00
parent eac6f0c035
commit 927f0157be
35 changed files with 719 additions and 692 deletions

View File

@@ -16,7 +16,9 @@ export const PUT = defineApiRoute({
tags: ["Verbrauchsausweis Wohnen"],
},
input: z.object({
ausweis: VerbrauchsausweisWohnenSchema.omit({
ausweis: VerbrauchsausweisWohnenSchema.merge(z.object({
startdatum: z.coerce.date()
})).omit({
id: true,
benutzer_id: true,
uid: true,