@fern-api/fdr-sdk 1.2.54-228fd283a3 → 1.2.54-6bae22d532

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.
@@ -11039,7 +11039,7 @@ var WithMetadataConfigSchema = z18.object({
11039
11039
  nofollow: z18.boolean().optional(),
11040
11040
  keywords: StringOrStringListSchema.optional()
11041
11041
  });
11042
- var LayoutSchema = z18.enum(["guide", "overview", "reference", "page", "custom", "classic", "timeline"]);
11042
+ var LayoutSchema = z18.enum(["guide", "overview", "reference", "page", "custom"]);
11043
11043
  var LogoConfigurationSchema = z18.object({
11044
11044
  light: FileIdOrUrlSchema.optional(),
11045
11045
  dark: FileIdOrUrlSchema.optional()