@fern-api/fdr-sdk 1.2.49-ea0a682c57 → 1.2.50-22414d3dea

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.
@@ -4730,6 +4730,12 @@ var LedgerSegmentMetadataObjectSchema = z22.discriminatedUnion("type", [
4730
4730
  }),
4731
4731
  LedgerMetadataBaseSchema.extend({
4732
4732
  type: z22.literal("redirects")
4733
+ }),
4734
+ LedgerMetadataBaseSchema.extend({
4735
+ type: z22.literal("productLink")
4736
+ }),
4737
+ LedgerMetadataBaseSchema.extend({
4738
+ type: z22.literal("tabLink")
4733
4739
  })
4734
4740
  ]);
4735
4741
  var LedgerSegmentMetadataSchema = LedgerSegmentMetadataObjectSchema;