@fern-api/fdr-sdk 1.2.65-c0946d299a → 1.2.66-1e936998cd

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.
Files changed (84) hide show
  1. package/dist/api-definition/__test__/prune.test.js +74 -0
  2. package/dist/api-definition/__test__/prune.test.js.map +1 -1
  3. package/dist/api-definition/prune.d.ts.map +1 -1
  4. package/dist/api-definition/prune.js +21 -4
  5. package/dist/api-definition/prune.js.map +1 -1
  6. package/dist/client/docs-types/db.d.ts +47 -0
  7. package/dist/client/docs-types/db.d.ts.map +1 -1
  8. package/dist/client/docs-types/read.d.ts +21 -0
  9. package/dist/client/docs-types/read.d.ts.map +1 -1
  10. package/dist/client/docs-types/shared.d.ts +3 -0
  11. package/dist/client/docs-types/shared.d.ts.map +1 -1
  12. package/dist/client/docs-types/shared.js +2 -1
  13. package/dist/client/docs-types/shared.js.map +1 -1
  14. package/dist/client/docs-types/write.d.ts +12 -0
  15. package/dist/client/docs-types/write.d.ts.map +1 -1
  16. package/dist/js/api-definition/index.js +7 -3
  17. package/dist/js/api-definition/index.js.map +1 -1
  18. package/dist/js/api-definition/index.mjs +7 -3
  19. package/dist/js/api-definition/index.mjs.map +1 -1
  20. package/dist/js/client/FdrClient.js +15 -2
  21. package/dist/js/client/FdrClient.js.map +1 -1
  22. package/dist/js/client/FdrClient.mjs +15 -2
  23. package/dist/js/client/FdrClient.mjs.map +1 -1
  24. package/dist/js/client/types.js +2 -1
  25. package/dist/js/client/types.js.map +1 -1
  26. package/dist/js/client/types.mjs +2 -1
  27. package/dist/js/client/types.mjs.map +1 -1
  28. package/dist/js/converters/index.js +9 -4
  29. package/dist/js/converters/index.js.map +1 -1
  30. package/dist/js/converters/index.mjs +9 -4
  31. package/dist/js/converters/index.mjs.map +1 -1
  32. package/dist/js/docs/index.js +2 -1
  33. package/dist/js/docs/index.js.map +1 -1
  34. package/dist/js/docs/index.mjs +2 -1
  35. package/dist/js/docs/index.mjs.map +1 -1
  36. package/dist/js/index.js +22 -5
  37. package/dist/js/index.js.map +1 -1
  38. package/dist/js/index.mjs +22 -5
  39. package/dist/js/index.mjs.map +1 -1
  40. package/dist/js/navigation/index.js +9 -4
  41. package/dist/js/navigation/index.js.map +1 -1
  42. package/dist/js/navigation/index.mjs +9 -4
  43. package/dist/js/navigation/index.mjs.map +1 -1
  44. package/dist/js/orpc-client.js +19 -2
  45. package/dist/js/orpc-client.js.map +1 -1
  46. package/dist/js/orpc-client.mjs +17 -2
  47. package/dist/js/orpc-client.mjs.map +1 -1
  48. package/dist/orpc-client/docs/v1/read/contract.d.ts +14 -0
  49. package/dist/orpc-client/docs/v1/read/contract.d.ts.map +1 -1
  50. package/dist/orpc-client/docs/v1/write/contract.d.ts +4 -0
  51. package/dist/orpc-client/docs/v1/write/contract.d.ts.map +1 -1
  52. package/dist/orpc-client/docs/v2/read/contract.d.ts +32 -0
  53. package/dist/orpc-client/docs/v2/read/contract.d.ts.map +1 -1
  54. package/dist/orpc-client/docs/v2/write/contract.d.ts +8 -0
  55. package/dist/orpc-client/docs/v2/write/contract.d.ts.map +1 -1
  56. package/dist/orpc-client/docs-ledger/contract.d.ts +134 -0
  57. package/dist/orpc-client/docs-ledger/contract.d.ts.map +1 -1
  58. package/dist/orpc-client/docs-ledger/contract.js +13 -1
  59. package/dist/orpc-client/docs-ledger/contract.js.map +1 -1
  60. package/dist/orpc-client/docs-ledger/ledger-manifest.d.ts +126 -0
  61. package/dist/orpc-client/docs-ledger/ledger-manifest.d.ts.map +1 -1
  62. package/dist/tsconfig.tsbuildinfo +1 -1
  63. package/dist/types/api-definition/prune.d.ts.map +1 -1
  64. package/dist/types/client/docs-types/db.d.ts +47 -0
  65. package/dist/types/client/docs-types/db.d.ts.map +1 -1
  66. package/dist/types/client/docs-types/read.d.ts +21 -0
  67. package/dist/types/client/docs-types/read.d.ts.map +1 -1
  68. package/dist/types/client/docs-types/shared.d.ts +3 -0
  69. package/dist/types/client/docs-types/shared.d.ts.map +1 -1
  70. package/dist/types/client/docs-types/write.d.ts +12 -0
  71. package/dist/types/client/docs-types/write.d.ts.map +1 -1
  72. package/dist/types/orpc-client/docs/v1/read/contract.d.ts +14 -0
  73. package/dist/types/orpc-client/docs/v1/read/contract.d.ts.map +1 -1
  74. package/dist/types/orpc-client/docs/v1/write/contract.d.ts +4 -0
  75. package/dist/types/orpc-client/docs/v1/write/contract.d.ts.map +1 -1
  76. package/dist/types/orpc-client/docs/v2/read/contract.d.ts +32 -0
  77. package/dist/types/orpc-client/docs/v2/read/contract.d.ts.map +1 -1
  78. package/dist/types/orpc-client/docs/v2/write/contract.d.ts +8 -0
  79. package/dist/types/orpc-client/docs/v2/write/contract.d.ts.map +1 -1
  80. package/dist/types/orpc-client/docs-ledger/contract.d.ts +134 -0
  81. package/dist/types/orpc-client/docs-ledger/contract.d.ts.map +1 -1
  82. package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts +126 -0
  83. package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts.map +1 -1
  84. package/package.json +1 -1
@@ -2382,16 +2382,24 @@ export declare const ManifestNavRouteSchema: z.ZodDiscriminatedUnion<"type", [z.
2382
2382
  type: z.ZodLiteral<"redirect">;
2383
2383
  metadata: z.ZodObject<{
2384
2384
  href: z.ZodOptional<z.ZodString>;
2385
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
2386
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
2385
2387
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2386
2388
  href: z.ZodOptional<z.ZodString>;
2389
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
2390
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
2387
2391
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2388
2392
  href: z.ZodOptional<z.ZodString>;
2393
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
2394
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
2389
2395
  }, z.ZodTypeAny, "passthrough">>;
2390
2396
  }, z.UnknownKeysParam, z.ZodTypeAny, {
2391
2397
  type: "redirect";
2392
2398
  hidden: boolean;
2393
2399
  metadata: {
2394
2400
  href?: string | undefined;
2401
+ redirectKind?: "link" | "structural" | undefined;
2402
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
2395
2403
  } & {
2396
2404
  [k: string]: unknown;
2397
2405
  };
@@ -2403,6 +2411,8 @@ export declare const ManifestNavRouteSchema: z.ZodDiscriminatedUnion<"type", [z.
2403
2411
  hidden: boolean;
2404
2412
  metadata: {
2405
2413
  href?: string | undefined;
2414
+ redirectKind?: "link" | "structural" | undefined;
2415
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
2406
2416
  } & {
2407
2417
  [k: string]: unknown;
2408
2418
  };
@@ -3863,10 +3873,16 @@ export declare const ManifestRouteSchema: z.ZodDiscriminatedUnion<"artifactType"
3863
3873
  artifactType: z.ZodLiteral<"redirect">;
3864
3874
  artifactMetadata: z.ZodObject<{
3865
3875
  href: z.ZodOptional<z.ZodString>;
3876
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
3877
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
3866
3878
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3867
3879
  href: z.ZodOptional<z.ZodString>;
3880
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
3881
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
3868
3882
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3869
3883
  href: z.ZodOptional<z.ZodString>;
3884
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
3885
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
3870
3886
  }, z.ZodTypeAny, "passthrough">>;
3871
3887
  }, z.UnknownKeysParam, z.ZodTypeAny, {
3872
3888
  contentType: string | null;
@@ -3875,6 +3891,8 @@ export declare const ManifestRouteSchema: z.ZodDiscriminatedUnion<"artifactType"
3875
3891
  artifactType: "redirect";
3876
3892
  artifactMetadata: {
3877
3893
  href?: string | undefined;
3894
+ redirectKind?: "link" | "structural" | undefined;
3895
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
3878
3896
  } & {
3879
3897
  [k: string]: unknown;
3880
3898
  };
@@ -3891,6 +3909,8 @@ export declare const ManifestRouteSchema: z.ZodDiscriminatedUnion<"artifactType"
3891
3909
  artifactType: "redirect";
3892
3910
  artifactMetadata: {
3893
3911
  href?: string | undefined;
3912
+ redirectKind?: "link" | "structural" | undefined;
3913
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
3894
3914
  } & {
3895
3915
  [k: string]: unknown;
3896
3916
  };
@@ -7758,6 +7778,7 @@ export declare const LedgerConfigBlobSchema: z.ZodObject<{
7758
7778
  url: string;
7759
7779
  title?: string | undefined;
7760
7780
  }[] | undefined;
7781
+ maskPii?: boolean | undefined;
7761
7782
  }, z.ZodTypeDef, {
7762
7783
  model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
7763
7784
  systemPrompt?: string | undefined;
@@ -7766,6 +7787,7 @@ export declare const LedgerConfigBlobSchema: z.ZodObject<{
7766
7787
  url: string;
7767
7788
  title?: string | undefined;
7768
7789
  }[] | undefined;
7790
+ maskPii?: boolean | undefined;
7769
7791
  }>>;
7770
7792
  pageActions: z.ZodOptional<z.ZodType<{
7771
7793
  options?: {
@@ -8724,6 +8746,7 @@ export declare const LedgerConfigBlobSchema: z.ZodObject<{
8724
8746
  url: string;
8725
8747
  title?: string | undefined;
8726
8748
  }[] | undefined;
8749
+ maskPii?: boolean | undefined;
8727
8750
  } | undefined;
8728
8751
  pageActions?: {
8729
8752
  options?: {
@@ -9639,6 +9662,7 @@ export declare const LedgerConfigBlobSchema: z.ZodObject<{
9639
9662
  url: string;
9640
9663
  title?: string | undefined;
9641
9664
  }[] | undefined;
9665
+ maskPii?: boolean | undefined;
9642
9666
  } | undefined;
9643
9667
  pageActions?: {
9644
9668
  options?: {
@@ -10652,6 +10676,7 @@ export declare const LedgerConfigBlobSchema: z.ZodObject<{
10652
10676
  url: string;
10653
10677
  title?: string | undefined;
10654
10678
  }[] | undefined;
10679
+ maskPii?: boolean | undefined;
10655
10680
  } | undefined;
10656
10681
  pageActions?: {
10657
10682
  options?: {
@@ -11597,6 +11622,7 @@ export declare const LedgerConfigBlobSchema: z.ZodObject<{
11597
11622
  url: string;
11598
11623
  title?: string | undefined;
11599
11624
  }[] | undefined;
11625
+ maskPii?: boolean | undefined;
11600
11626
  } | undefined;
11601
11627
  pageActions?: {
11602
11628
  options?: {
@@ -12902,16 +12928,24 @@ export declare const LedgerSidebarBundleSchema: z.ZodObject<{
12902
12928
  type: z.ZodLiteral<"redirect">;
12903
12929
  metadata: z.ZodObject<{
12904
12930
  href: z.ZodOptional<z.ZodString>;
12931
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
12932
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
12905
12933
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
12906
12934
  href: z.ZodOptional<z.ZodString>;
12935
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
12936
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
12907
12937
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
12908
12938
  href: z.ZodOptional<z.ZodString>;
12939
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
12940
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
12909
12941
  }, z.ZodTypeAny, "passthrough">>;
12910
12942
  }, z.UnknownKeysParam, z.ZodTypeAny, {
12911
12943
  type: "redirect";
12912
12944
  hidden: boolean;
12913
12945
  metadata: {
12914
12946
  href?: string | undefined;
12947
+ redirectKind?: "link" | "structural" | undefined;
12948
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
12915
12949
  } & {
12916
12950
  [k: string]: unknown;
12917
12951
  };
@@ -12923,6 +12957,8 @@ export declare const LedgerSidebarBundleSchema: z.ZodObject<{
12923
12957
  hidden: boolean;
12924
12958
  metadata: {
12925
12959
  href?: string | undefined;
12960
+ redirectKind?: "link" | "structural" | undefined;
12961
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
12926
12962
  } & {
12927
12963
  [k: string]: unknown;
12928
12964
  };
@@ -13184,6 +13220,8 @@ export declare const LedgerSidebarBundleSchema: z.ZodObject<{
13184
13220
  hidden: boolean;
13185
13221
  metadata: {
13186
13222
  href?: string | undefined;
13223
+ redirectKind?: "link" | "structural" | undefined;
13224
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
13187
13225
  } & {
13188
13226
  [k: string]: unknown;
13189
13227
  };
@@ -13445,6 +13483,8 @@ export declare const LedgerSidebarBundleSchema: z.ZodObject<{
13445
13483
  hidden: boolean;
13446
13484
  metadata: {
13447
13485
  href?: string | undefined;
13486
+ redirectKind?: "link" | "structural" | undefined;
13487
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
13448
13488
  } & {
13449
13489
  [k: string]: unknown;
13450
13490
  };
@@ -14679,16 +14719,24 @@ export declare const LedgerSidebarMapEntrySchema: z.ZodDiscriminatedUnion<"strat
14679
14719
  type: z.ZodLiteral<"redirect">;
14680
14720
  metadata: z.ZodObject<{
14681
14721
  href: z.ZodOptional<z.ZodString>;
14722
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
14723
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
14682
14724
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
14683
14725
  href: z.ZodOptional<z.ZodString>;
14726
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
14727
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
14684
14728
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
14685
14729
  href: z.ZodOptional<z.ZodString>;
14730
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
14731
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
14686
14732
  }, z.ZodTypeAny, "passthrough">>;
14687
14733
  }, z.UnknownKeysParam, z.ZodTypeAny, {
14688
14734
  type: "redirect";
14689
14735
  hidden: boolean;
14690
14736
  metadata: {
14691
14737
  href?: string | undefined;
14738
+ redirectKind?: "link" | "structural" | undefined;
14739
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
14692
14740
  } & {
14693
14741
  [k: string]: unknown;
14694
14742
  };
@@ -14700,6 +14748,8 @@ export declare const LedgerSidebarMapEntrySchema: z.ZodDiscriminatedUnion<"strat
14700
14748
  hidden: boolean;
14701
14749
  metadata: {
14702
14750
  href?: string | undefined;
14751
+ redirectKind?: "link" | "structural" | undefined;
14752
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
14703
14753
  } & {
14704
14754
  [k: string]: unknown;
14705
14755
  };
@@ -14964,6 +15014,8 @@ export declare const LedgerSidebarMapEntrySchema: z.ZodDiscriminatedUnion<"strat
14964
15014
  hidden: boolean;
14965
15015
  metadata: {
14966
15016
  href?: string | undefined;
15017
+ redirectKind?: "link" | "structural" | undefined;
15018
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
14967
15019
  } & {
14968
15020
  [k: string]: unknown;
14969
15021
  };
@@ -15226,6 +15278,8 @@ export declare const LedgerSidebarMapEntrySchema: z.ZodDiscriminatedUnion<"strat
15226
15278
  hidden: boolean;
15227
15279
  metadata: {
15228
15280
  href?: string | undefined;
15281
+ redirectKind?: "link" | "structural" | undefined;
15282
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
15229
15283
  } & {
15230
15284
  [k: string]: unknown;
15231
15285
  };
@@ -17593,16 +17647,24 @@ export declare const LedgerLocaleIndexSchema: z.ZodObject<{
17593
17647
  type: z.ZodLiteral<"redirect">;
17594
17648
  metadata: z.ZodObject<{
17595
17649
  href: z.ZodOptional<z.ZodString>;
17650
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
17651
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
17596
17652
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
17597
17653
  href: z.ZodOptional<z.ZodString>;
17654
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
17655
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
17598
17656
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
17599
17657
  href: z.ZodOptional<z.ZodString>;
17658
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
17659
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
17600
17660
  }, z.ZodTypeAny, "passthrough">>;
17601
17661
  }, z.UnknownKeysParam, z.ZodTypeAny, {
17602
17662
  type: "redirect";
17603
17663
  hidden: boolean;
17604
17664
  metadata: {
17605
17665
  href?: string | undefined;
17666
+ redirectKind?: "link" | "structural" | undefined;
17667
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
17606
17668
  } & {
17607
17669
  [k: string]: unknown;
17608
17670
  };
@@ -17614,6 +17676,8 @@ export declare const LedgerLocaleIndexSchema: z.ZodObject<{
17614
17676
  hidden: boolean;
17615
17677
  metadata: {
17616
17678
  href?: string | undefined;
17679
+ redirectKind?: "link" | "structural" | undefined;
17680
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
17617
17681
  } & {
17618
17682
  [k: string]: unknown;
17619
17683
  };
@@ -17878,6 +17942,8 @@ export declare const LedgerLocaleIndexSchema: z.ZodObject<{
17878
17942
  hidden: boolean;
17879
17943
  metadata: {
17880
17944
  href?: string | undefined;
17945
+ redirectKind?: "link" | "structural" | undefined;
17946
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
17881
17947
  } & {
17882
17948
  [k: string]: unknown;
17883
17949
  };
@@ -18140,6 +18206,8 @@ export declare const LedgerLocaleIndexSchema: z.ZodObject<{
18140
18206
  hidden: boolean;
18141
18207
  metadata: {
18142
18208
  href?: string | undefined;
18209
+ redirectKind?: "link" | "structural" | undefined;
18210
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
18143
18211
  } & {
18144
18212
  [k: string]: unknown;
18145
18213
  };
@@ -19614,10 +19682,16 @@ export declare const LedgerLocaleIndexSchema: z.ZodObject<{
19614
19682
  artifactType: z.ZodLiteral<"redirect">;
19615
19683
  artifactMetadata: z.ZodObject<{
19616
19684
  href: z.ZodOptional<z.ZodString>;
19685
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
19686
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
19617
19687
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
19618
19688
  href: z.ZodOptional<z.ZodString>;
19689
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
19690
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
19619
19691
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
19620
19692
  href: z.ZodOptional<z.ZodString>;
19693
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
19694
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
19621
19695
  }, z.ZodTypeAny, "passthrough">>;
19622
19696
  }, z.UnknownKeysParam, z.ZodTypeAny, {
19623
19697
  contentType: string | null;
@@ -19626,6 +19700,8 @@ export declare const LedgerLocaleIndexSchema: z.ZodObject<{
19626
19700
  artifactType: "redirect";
19627
19701
  artifactMetadata: {
19628
19702
  href?: string | undefined;
19703
+ redirectKind?: "link" | "structural" | undefined;
19704
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
19629
19705
  } & {
19630
19706
  [k: string]: unknown;
19631
19707
  };
@@ -19642,6 +19718,8 @@ export declare const LedgerLocaleIndexSchema: z.ZodObject<{
19642
19718
  artifactType: "redirect";
19643
19719
  artifactMetadata: {
19644
19720
  href?: string | undefined;
19721
+ redirectKind?: "link" | "structural" | undefined;
19722
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
19645
19723
  } & {
19646
19724
  [k: string]: unknown;
19647
19725
  };
@@ -20274,6 +20352,8 @@ export declare const LedgerLocaleIndexSchema: z.ZodObject<{
20274
20352
  artifactType: "redirect";
20275
20353
  artifactMetadata: {
20276
20354
  href?: string | undefined;
20355
+ redirectKind?: "link" | "structural" | undefined;
20356
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
20277
20357
  } & {
20278
20358
  [k: string]: unknown;
20279
20359
  };
@@ -20547,6 +20627,8 @@ export declare const LedgerLocaleIndexSchema: z.ZodObject<{
20547
20627
  hidden: boolean;
20548
20628
  metadata: {
20549
20629
  href?: string | undefined;
20630
+ redirectKind?: "link" | "structural" | undefined;
20631
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
20550
20632
  } & {
20551
20633
  [k: string]: unknown;
20552
20634
  };
@@ -21097,6 +21179,8 @@ export declare const LedgerLocaleIndexSchema: z.ZodObject<{
21097
21179
  artifactType: "redirect";
21098
21180
  artifactMetadata: {
21099
21181
  href?: string | undefined;
21182
+ redirectKind?: "link" | "structural" | undefined;
21183
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
21100
21184
  } & {
21101
21185
  [k: string]: unknown;
21102
21186
  };
@@ -21370,6 +21454,8 @@ export declare const LedgerLocaleIndexSchema: z.ZodObject<{
21370
21454
  hidden: boolean;
21371
21455
  metadata: {
21372
21456
  href?: string | undefined;
21457
+ redirectKind?: "link" | "structural" | undefined;
21458
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
21373
21459
  } & {
21374
21460
  [k: string]: unknown;
21375
21461
  };
@@ -22848,10 +22934,16 @@ export declare const LedgerRouteShardSchema: z.ZodObject<{
22848
22934
  artifactType: z.ZodLiteral<"redirect">;
22849
22935
  artifactMetadata: z.ZodObject<{
22850
22936
  href: z.ZodOptional<z.ZodString>;
22937
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
22938
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
22851
22939
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
22852
22940
  href: z.ZodOptional<z.ZodString>;
22941
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
22942
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
22853
22943
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
22854
22944
  href: z.ZodOptional<z.ZodString>;
22945
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
22946
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
22855
22947
  }, z.ZodTypeAny, "passthrough">>;
22856
22948
  }, z.UnknownKeysParam, z.ZodTypeAny, {
22857
22949
  contentType: string | null;
@@ -22860,6 +22952,8 @@ export declare const LedgerRouteShardSchema: z.ZodObject<{
22860
22952
  artifactType: "redirect";
22861
22953
  artifactMetadata: {
22862
22954
  href?: string | undefined;
22955
+ redirectKind?: "link" | "structural" | undefined;
22956
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
22863
22957
  } & {
22864
22958
  [k: string]: unknown;
22865
22959
  };
@@ -22876,6 +22970,8 @@ export declare const LedgerRouteShardSchema: z.ZodObject<{
22876
22970
  artifactType: "redirect";
22877
22971
  artifactMetadata: {
22878
22972
  href?: string | undefined;
22973
+ redirectKind?: "link" | "structural" | undefined;
22974
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
22879
22975
  } & {
22880
22976
  [k: string]: unknown;
22881
22977
  };
@@ -24112,16 +24208,24 @@ export declare const LedgerRouteShardSchema: z.ZodObject<{
24112
24208
  type: z.ZodLiteral<"redirect">;
24113
24209
  metadata: z.ZodObject<{
24114
24210
  href: z.ZodOptional<z.ZodString>;
24211
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
24212
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
24115
24213
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
24116
24214
  href: z.ZodOptional<z.ZodString>;
24215
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
24216
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
24117
24217
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
24118
24218
  href: z.ZodOptional<z.ZodString>;
24219
+ redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
24220
+ structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
24119
24221
  }, z.ZodTypeAny, "passthrough">>;
24120
24222
  }, z.UnknownKeysParam, z.ZodTypeAny, {
24121
24223
  type: "redirect";
24122
24224
  hidden: boolean;
24123
24225
  metadata: {
24124
24226
  href?: string | undefined;
24227
+ redirectKind?: "link" | "structural" | undefined;
24228
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
24125
24229
  } & {
24126
24230
  [k: string]: unknown;
24127
24231
  };
@@ -24133,6 +24237,8 @@ export declare const LedgerRouteShardSchema: z.ZodObject<{
24133
24237
  hidden: boolean;
24134
24238
  metadata: {
24135
24239
  href?: string | undefined;
24240
+ redirectKind?: "link" | "structural" | undefined;
24241
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
24136
24242
  } & {
24137
24243
  [k: string]: unknown;
24138
24244
  };
@@ -24397,6 +24503,8 @@ export declare const LedgerRouteShardSchema: z.ZodObject<{
24397
24503
  hidden: boolean;
24398
24504
  metadata: {
24399
24505
  href?: string | undefined;
24506
+ redirectKind?: "link" | "structural" | undefined;
24507
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
24400
24508
  } & {
24401
24509
  [k: string]: unknown;
24402
24510
  };
@@ -24659,6 +24767,8 @@ export declare const LedgerRouteShardSchema: z.ZodObject<{
24659
24767
  hidden: boolean;
24660
24768
  metadata: {
24661
24769
  href?: string | undefined;
24770
+ redirectKind?: "link" | "structural" | undefined;
24771
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
24662
24772
  } & {
24663
24773
  [k: string]: unknown;
24664
24774
  };
@@ -25034,6 +25144,8 @@ export declare const LedgerRouteShardSchema: z.ZodObject<{
25034
25144
  artifactType: "redirect";
25035
25145
  artifactMetadata: {
25036
25146
  href?: string | undefined;
25147
+ redirectKind?: "link" | "structural" | undefined;
25148
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
25037
25149
  } & {
25038
25150
  [k: string]: unknown;
25039
25151
  };
@@ -25299,6 +25411,8 @@ export declare const LedgerRouteShardSchema: z.ZodObject<{
25299
25411
  hidden: boolean;
25300
25412
  metadata: {
25301
25413
  href?: string | undefined;
25414
+ redirectKind?: "link" | "structural" | undefined;
25415
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
25302
25416
  } & {
25303
25417
  [k: string]: unknown;
25304
25418
  };
@@ -25632,6 +25746,8 @@ export declare const LedgerRouteShardSchema: z.ZodObject<{
25632
25746
  artifactType: "redirect";
25633
25747
  artifactMetadata: {
25634
25748
  href?: string | undefined;
25749
+ redirectKind?: "link" | "structural" | undefined;
25750
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
25635
25751
  } & {
25636
25752
  [k: string]: unknown;
25637
25753
  };
@@ -25897,6 +26013,8 @@ export declare const LedgerRouteShardSchema: z.ZodObject<{
25897
26013
  hidden: boolean;
25898
26014
  metadata: {
25899
26015
  href?: string | undefined;
26016
+ redirectKind?: "link" | "structural" | undefined;
26017
+ structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
25900
26018
  } & {
25901
26019
  [k: string]: unknown;
25902
26020
  };
@@ -32518,6 +32636,7 @@ export declare const LedgerManifestSchema: z.ZodObject<{
32518
32636
  url: string;
32519
32637
  title?: string | undefined;
32520
32638
  }[] | undefined;
32639
+ maskPii?: boolean | undefined;
32521
32640
  }, z.ZodTypeDef, {
32522
32641
  model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
32523
32642
  systemPrompt?: string | undefined;
@@ -32526,6 +32645,7 @@ export declare const LedgerManifestSchema: z.ZodObject<{
32526
32645
  url: string;
32527
32646
  title?: string | undefined;
32528
32647
  }[] | undefined;
32648
+ maskPii?: boolean | undefined;
32529
32649
  }>>;
32530
32650
  pageActions: z.ZodOptional<z.ZodType<{
32531
32651
  options?: {
@@ -33484,6 +33604,7 @@ export declare const LedgerManifestSchema: z.ZodObject<{
33484
33604
  url: string;
33485
33605
  title?: string | undefined;
33486
33606
  }[] | undefined;
33607
+ maskPii?: boolean | undefined;
33487
33608
  } | undefined;
33488
33609
  pageActions?: {
33489
33610
  options?: {
@@ -34399,6 +34520,7 @@ export declare const LedgerManifestSchema: z.ZodObject<{
34399
34520
  url: string;
34400
34521
  title?: string | undefined;
34401
34522
  }[] | undefined;
34523
+ maskPii?: boolean | undefined;
34402
34524
  } | undefined;
34403
34525
  pageActions?: {
34404
34526
  options?: {
@@ -35412,6 +35534,7 @@ export declare const LedgerManifestSchema: z.ZodObject<{
35412
35534
  url: string;
35413
35535
  title?: string | undefined;
35414
35536
  }[] | undefined;
35537
+ maskPii?: boolean | undefined;
35415
35538
  } | undefined;
35416
35539
  pageActions?: {
35417
35540
  options?: {
@@ -36357,6 +36480,7 @@ export declare const LedgerManifestSchema: z.ZodObject<{
36357
36480
  url: string;
36358
36481
  title?: string | undefined;
36359
36482
  }[] | undefined;
36483
+ maskPii?: boolean | undefined;
36360
36484
  } | undefined;
36361
36485
  pageActions?: {
36362
36486
  options?: {
@@ -39096,6 +39220,7 @@ export declare const LedgerManifestSchema: z.ZodObject<{
39096
39220
  url: string;
39097
39221
  title?: string | undefined;
39098
39222
  }[] | undefined;
39223
+ maskPii?: boolean | undefined;
39099
39224
  } | undefined;
39100
39225
  pageActions?: {
39101
39226
  options?: {
@@ -40300,6 +40425,7 @@ export declare const LedgerManifestSchema: z.ZodObject<{
40300
40425
  url: string;
40301
40426
  title?: string | undefined;
40302
40427
  }[] | undefined;
40428
+ maskPii?: boolean | undefined;
40303
40429
  } | undefined;
40304
40430
  pageActions?: {
40305
40431
  options?: {