This commit is contained in:
Linus Flood
2024-10-08 11:08:21 +02:00
parent 4de247ab50
commit a0ad4dffac
13 changed files with 31 additions and 43 deletions

View File

@@ -46,9 +46,6 @@ export const accountPageSchema = z.object({
heading: z.string().nullable(),
title: z.string(),
url: z.string(),
page_settings: z.object({
tracking_page_name: z.string().nullable(),
}),
system: systemSchema.merge(
z.object({
created_at: z.string(),
@@ -56,6 +53,9 @@ export const accountPageSchema = z.object({
})
),
}),
trackingProps: z.object({
url: z.string(),
}),
})
const accountPageDynamicContentRefs = z