@fern-api/fdr-sdk 1.2.66-009ab031f5 → 1.2.66-2ec4f56478

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.
@@ -6787,20 +6787,12 @@ export declare const LedgerFileArtifactMetadataSchema: z.ZodObject<{
6787
6787
  height: z.ZodOptional<z.ZodNumber>;
6788
6788
  blurDataURL: z.ZodOptional<z.ZodString>;
6789
6789
  }, z.ZodTypeAny, "passthrough">>;
6790
- export declare const LedgerStructuralRedirectKindSchema: z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>;
6791
- export declare const LedgerRedirectKindSchema: z.ZodEnum<["structural", "link"]>;
6792
6790
  export declare const LedgerRedirectMetadataSchema: z.ZodObject<{
6793
6791
  href: z.ZodOptional<z.ZodString>;
6794
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
6795
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
6796
6792
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
6797
6793
  href: z.ZodOptional<z.ZodString>;
6798
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
6799
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
6800
6794
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
6801
6795
  href: z.ZodOptional<z.ZodString>;
6802
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
6803
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
6804
6796
  }, z.ZodTypeAny, "passthrough">>;
6805
6797
  export declare const LedgerArtifactMetadataSchema: z.ZodUnion<[z.ZodObject<{
6806
6798
  pageId: z.ZodOptional<z.ZodString>;
@@ -7347,16 +7339,10 @@ export declare const LedgerArtifactMetadataSchema: z.ZodUnion<[z.ZodObject<{
7347
7339
  blurDataURL: z.ZodOptional<z.ZodString>;
7348
7340
  }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
7349
7341
  href: z.ZodOptional<z.ZodString>;
7350
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
7351
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
7352
7342
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
7353
7343
  href: z.ZodOptional<z.ZodString>;
7354
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
7355
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
7356
7344
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
7357
7345
  href: z.ZodOptional<z.ZodString>;
7358
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
7359
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
7360
7346
  }, z.ZodTypeAny, "passthrough">>]>;
7361
7347
  export type LedgerArtifactMetadata = z.infer<typeof LedgerArtifactMetadataSchema>;
7362
7348
  /**
@@ -8012,16 +7998,10 @@ export declare const LEDGER_ARTIFACT_METADATA_SCHEMAS: {
8012
7998
  }, z.ZodTypeAny, "passthrough">>;
8013
7999
  readonly redirect: z.ZodObject<{
8014
8000
  href: z.ZodOptional<z.ZodString>;
8015
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
8016
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
8017
8001
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
8018
8002
  href: z.ZodOptional<z.ZodString>;
8019
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
8020
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
8021
8003
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
8022
8004
  href: z.ZodOptional<z.ZodString>;
8023
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
8024
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
8025
8005
  }, z.ZodTypeAny, "passthrough">>;
8026
8006
  };
8027
8007
  /**
@@ -9257,24 +9237,16 @@ export declare const LedgerNavRouteSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
9257
9237
  type: z.ZodLiteral<"redirect">;
9258
9238
  metadata: z.ZodObject<{
9259
9239
  href: z.ZodOptional<z.ZodString>;
9260
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
9261
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
9262
9240
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
9263
9241
  href: z.ZodOptional<z.ZodString>;
9264
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
9265
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
9266
9242
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
9267
9243
  href: z.ZodOptional<z.ZodString>;
9268
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
9269
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
9270
9244
  }, z.ZodTypeAny, "passthrough">>;
9271
9245
  }, z.UnknownKeysParam, z.ZodTypeAny, {
9272
9246
  type: "redirect";
9273
9247
  hidden: boolean;
9274
9248
  metadata: {
9275
9249
  href?: string | undefined;
9276
- redirectKind?: "link" | "structural" | undefined;
9277
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
9278
9250
  } & {
9279
9251
  [k: string]: unknown;
9280
9252
  };
@@ -9286,8 +9258,6 @@ export declare const LedgerNavRouteSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
9286
9258
  hidden: boolean;
9287
9259
  metadata: {
9288
9260
  href?: string | undefined;
9289
- redirectKind?: "link" | "structural" | undefined;
9290
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
9291
9261
  } & {
9292
9262
  [k: string]: unknown;
9293
9263
  };
@@ -64507,24 +64477,16 @@ export declare const NavResponseSchema: z.ZodObject<{
64507
64477
  type: z.ZodLiteral<"redirect">;
64508
64478
  metadata: z.ZodObject<{
64509
64479
  href: z.ZodOptional<z.ZodString>;
64510
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
64511
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
64512
64480
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
64513
64481
  href: z.ZodOptional<z.ZodString>;
64514
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
64515
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
64516
64482
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
64517
64483
  href: z.ZodOptional<z.ZodString>;
64518
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
64519
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
64520
64484
  }, z.ZodTypeAny, "passthrough">>;
64521
64485
  }, z.UnknownKeysParam, z.ZodTypeAny, {
64522
64486
  type: "redirect";
64523
64487
  hidden: boolean;
64524
64488
  metadata: {
64525
64489
  href?: string | undefined;
64526
- redirectKind?: "link" | "structural" | undefined;
64527
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
64528
64490
  } & {
64529
64491
  [k: string]: unknown;
64530
64492
  };
@@ -64536,8 +64498,6 @@ export declare const NavResponseSchema: z.ZodObject<{
64536
64498
  hidden: boolean;
64537
64499
  metadata: {
64538
64500
  href?: string | undefined;
64539
- redirectKind?: "link" | "structural" | undefined;
64540
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
64541
64501
  } & {
64542
64502
  [k: string]: unknown;
64543
64503
  };
@@ -64797,8 +64757,6 @@ export declare const NavResponseSchema: z.ZodObject<{
64797
64757
  hidden: boolean;
64798
64758
  metadata: {
64799
64759
  href?: string | undefined;
64800
- redirectKind?: "link" | "structural" | undefined;
64801
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
64802
64760
  } & {
64803
64761
  [k: string]: unknown;
64804
64762
  };
@@ -65058,8 +65016,6 @@ export declare const NavResponseSchema: z.ZodObject<{
65058
65016
  hidden: boolean;
65059
65017
  metadata: {
65060
65018
  href?: string | undefined;
65061
- redirectKind?: "link" | "structural" | undefined;
65062
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
65063
65019
  } & {
65064
65020
  [k: string]: unknown;
65065
65021
  };
@@ -72713,16 +72669,10 @@ export declare const RouteContextResponseSchema: z.ZodDiscriminatedUnion<"artifa
72713
72669
  artifactType: z.ZodLiteral<"redirect">;
72714
72670
  artifactMetadata: z.ZodObject<{
72715
72671
  href: z.ZodOptional<z.ZodString>;
72716
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
72717
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
72718
72672
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
72719
72673
  href: z.ZodOptional<z.ZodString>;
72720
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
72721
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
72722
72674
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
72723
72675
  href: z.ZodOptional<z.ZodString>;
72724
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
72725
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
72726
72676
  }, z.ZodTypeAny, "passthrough">>;
72727
72677
  }, z.UnknownKeysParam, z.ZodTypeAny, {
72728
72678
  version: {
@@ -72822,8 +72772,6 @@ export declare const RouteContextResponseSchema: z.ZodDiscriminatedUnion<"artifa
72822
72772
  artifactType: "redirect";
72823
72773
  artifactMetadata: {
72824
72774
  href?: string | undefined;
72825
- redirectKind?: "link" | "structural" | undefined;
72826
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
72827
72775
  } & {
72828
72776
  [k: string]: unknown;
72829
72777
  };
@@ -72927,8 +72875,6 @@ export declare const RouteContextResponseSchema: z.ZodDiscriminatedUnion<"artifa
72927
72875
  artifactType: "redirect";
72928
72876
  artifactMetadata: {
72929
72877
  href?: string | undefined;
72930
- redirectKind?: "link" | "structural" | undefined;
72931
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
72932
72878
  } & {
72933
72879
  [k: string]: unknown;
72934
72880
  };
@@ -84359,24 +84305,16 @@ export declare const docsLedgerReadContract: {
84359
84305
  type: z.ZodLiteral<"redirect">;
84360
84306
  metadata: z.ZodObject<{
84361
84307
  href: z.ZodOptional<z.ZodString>;
84362
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
84363
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
84364
84308
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
84365
84309
  href: z.ZodOptional<z.ZodString>;
84366
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
84367
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
84368
84310
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
84369
84311
  href: z.ZodOptional<z.ZodString>;
84370
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
84371
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
84372
84312
  }, z.ZodTypeAny, "passthrough">>;
84373
84313
  }, z.UnknownKeysParam, z.ZodTypeAny, {
84374
84314
  type: "redirect";
84375
84315
  hidden: boolean;
84376
84316
  metadata: {
84377
84317
  href?: string | undefined;
84378
- redirectKind?: "link" | "structural" | undefined;
84379
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
84380
84318
  } & {
84381
84319
  [k: string]: unknown;
84382
84320
  };
@@ -84388,8 +84326,6 @@ export declare const docsLedgerReadContract: {
84388
84326
  hidden: boolean;
84389
84327
  metadata: {
84390
84328
  href?: string | undefined;
84391
- redirectKind?: "link" | "structural" | undefined;
84392
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
84393
84329
  } & {
84394
84330
  [k: string]: unknown;
84395
84331
  };
@@ -84649,8 +84585,6 @@ export declare const docsLedgerReadContract: {
84649
84585
  hidden: boolean;
84650
84586
  metadata: {
84651
84587
  href?: string | undefined;
84652
- redirectKind?: "link" | "structural" | undefined;
84653
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
84654
84588
  } & {
84655
84589
  [k: string]: unknown;
84656
84590
  };
@@ -84910,8 +84844,6 @@ export declare const docsLedgerReadContract: {
84910
84844
  hidden: boolean;
84911
84845
  metadata: {
84912
84846
  href?: string | undefined;
84913
- redirectKind?: "link" | "structural" | undefined;
84914
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
84915
84847
  } & {
84916
84848
  [k: string]: unknown;
84917
84849
  };
@@ -92558,16 +92490,10 @@ export declare const docsLedgerReadContract: {
92558
92490
  artifactType: z.ZodLiteral<"redirect">;
92559
92491
  artifactMetadata: z.ZodObject<{
92560
92492
  href: z.ZodOptional<z.ZodString>;
92561
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
92562
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
92563
92493
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
92564
92494
  href: z.ZodOptional<z.ZodString>;
92565
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
92566
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
92567
92495
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
92568
92496
  href: z.ZodOptional<z.ZodString>;
92569
- redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
92570
- structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
92571
92497
  }, z.ZodTypeAny, "passthrough">>;
92572
92498
  }, z.UnknownKeysParam, z.ZodTypeAny, {
92573
92499
  version: {
@@ -92667,8 +92593,6 @@ export declare const docsLedgerReadContract: {
92667
92593
  artifactType: "redirect";
92668
92594
  artifactMetadata: {
92669
92595
  href?: string | undefined;
92670
- redirectKind?: "link" | "structural" | undefined;
92671
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
92672
92596
  } & {
92673
92597
  [k: string]: unknown;
92674
92598
  };
@@ -92772,8 +92696,6 @@ export declare const docsLedgerReadContract: {
92772
92696
  artifactType: "redirect";
92773
92697
  artifactMetadata: {
92774
92698
  href?: string | undefined;
92775
- redirectKind?: "link" | "structural" | undefined;
92776
- structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
92777
92699
  } & {
92778
92700
  [k: string]: unknown;
92779
92701
  };