@fern-api/fdr-sdk 1.2.54-6bae22d532 → 1.2.55-46f658b255

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.
@@ -5737,7 +5737,7 @@ var WithMetadataConfigSchema = z18.object({
5737
5737
  nofollow: z18.boolean().optional(),
5738
5738
  keywords: StringOrStringListSchema.optional()
5739
5739
  });
5740
- var LayoutSchema = z18.enum(["guide", "overview", "reference", "page", "custom"]);
5740
+ var LayoutSchema = z18.enum(["guide", "overview", "reference", "page", "custom", "classic", "timeline"]);
5741
5741
  var LogoConfigurationSchema = z18.object({
5742
5742
  light: FileIdOrUrlSchema.optional(),
5743
5743
  dark: FileIdOrUrlSchema.optional()