@fern-api/fdr-sdk 1.2.49-5bd09d3fa8 → 1.2.49-752ada32f5

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.js CHANGED
@@ -9303,12 +9303,6 @@ var LedgerSegmentMetadataObjectSchema = z21.discriminatedUnion("type", [
9303
9303
  }),
9304
9304
  LedgerMetadataBaseSchema.extend({
9305
9305
  type: z21.literal("redirects")
9306
- }),
9307
- LedgerMetadataBaseSchema.extend({
9308
- type: z21.literal("productLink")
9309
- }),
9310
- LedgerMetadataBaseSchema.extend({
9311
- type: z21.literal("tabLink")
9312
9306
  })
9313
9307
  ]);
9314
9308
  var LedgerSegmentMetadataSchema = LedgerSegmentMetadataObjectSchema;