@seed-hypermedia/client 0.0.45 → 0.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -268,6 +268,7 @@ var HMDocumentMetadataSchema = z.object({
268
268
  showOutline: z.boolean().optional(),
269
269
  showActivity: z.boolean().optional(),
270
270
  contentWidth: z.union([z.literal("S"), z.literal("M"), z.literal("L")]).optional(),
271
+ childrenType: HMBlockChildrenTypeSchema.optional(),
271
272
  theme: z.object({
272
273
  headerLayout: z.union([z.literal("Center"), z.literal("")]).optional()
273
274
  }).optional(),