@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.
@@ -11063,7 +11063,7 @@ var WithMetadataConfigSchema = z18.object({
11063
11063
  nofollow: z18.boolean().optional(),
11064
11064
  keywords: StringOrStringListSchema.optional()
11065
11065
  });
11066
- var LayoutSchema = z18.enum(["guide", "overview", "reference", "page", "custom"]);
11066
+ var LayoutSchema = z18.enum(["guide", "overview", "reference", "page", "custom", "classic", "timeline"]);
11067
11067
  var LogoConfigurationSchema = z18.object({
11068
11068
  light: FileIdOrUrlSchema.optional(),
11069
11069
  dark: FileIdOrUrlSchema.optional()