@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.
@@ -5179,7 +5179,7 @@ var WithMetadataConfigSchema = z18.object({
5179
5179
  nofollow: z18.boolean().optional(),
5180
5180
  keywords: StringOrStringListSchema.optional()
5181
5181
  });
5182
- var LayoutSchema = z18.enum(["guide", "overview", "reference", "page", "custom"]);
5182
+ var LayoutSchema = z18.enum(["guide", "overview", "reference", "page", "custom", "classic", "timeline"]);
5183
5183
  var LogoConfigurationSchema = z18.object({
5184
5184
  light: FileIdOrUrlSchema.optional(),
5185
5185
  dark: FileIdOrUrlSchema.optional()