Merged in feat/SW-2888-facilities (pull request #2267)

Feat/SW-2888 facilities

* chore(SW-2944): change order of content

* chore(SW-2944): add openinghourstype from api


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-06-05 07:29:49 +00:00
parent f45782f423
commit 0383a332ad
3 changed files with 16 additions and 7 deletions

View File

@@ -53,6 +53,7 @@ export const healthFacilitySchema = z.object({
.boolean()
.nullish()
.transform((b) => !!b),
openingHoursType: nullableStringValidator,
}),
type: nullableStringValidator,
})