@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.
package/dist/js/index.mjs CHANGED
@@ -12606,7 +12606,7 @@ var WithMetadataConfigSchema = z33.object({
12606
12606
  nofollow: z33.boolean().optional(),
12607
12607
  keywords: StringOrStringListSchema.optional()
12608
12608
  });
12609
- var LayoutSchema = z33.enum(["guide", "overview", "reference", "page", "custom", "classic", "timeline"]);
12609
+ var LayoutSchema = z33.enum(["guide", "overview", "reference", "page", "custom"]);
12610
12610
  var LogoConfigurationSchema = z33.object({
12611
12611
  light: FileIdOrUrlSchema.optional(),
12612
12612
  dark: FileIdOrUrlSchema.optional()