@fern-api/fdr-sdk 1.2.49-dc5cb1099c → 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.
@@ -3861,6 +3861,12 @@ var LedgerSegmentMetadataObjectSchema = z21.discriminatedUnion("type", [
3861
3861
  }),
3862
3862
  LedgerMetadataBaseSchema.extend({
3863
3863
  type: z21.literal("redirects")
3864
+ }),
3865
+ LedgerMetadataBaseSchema.extend({
3866
+ type: z21.literal("productLink")
3867
+ }),
3868
+ LedgerMetadataBaseSchema.extend({
3869
+ type: z21.literal("tabLink")
3864
3870
  })
3865
3871
  ]);
3866
3872
  var LedgerSegmentMetadataSchema = LedgerSegmentMetadataObjectSchema;