@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.
@@ -5698,7 +5698,7 @@ var WithMetadataConfigSchema = z18.object({
5698
5698
  nofollow: z18.boolean().optional(),
5699
5699
  keywords: StringOrStringListSchema.optional()
5700
5700
  });
5701
- var LayoutSchema = z18.enum(["guide", "overview", "reference", "page", "custom"]);
5701
+ var LayoutSchema = z18.enum(["guide", "overview", "reference", "page", "custom", "classic", "timeline"]);
5702
5702
  var LogoConfigurationSchema = z18.object({
5703
5703
  light: FileIdOrUrlSchema.optional(),
5704
5704
  dark: FileIdOrUrlSchema.optional()