@fern-api/fdr-sdk 1.2.39-cc5ce5c5b6 → 1.2.39-dc3805e7f9

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 (94) hide show
  1. package/dist/js/client/FdrClient.js +1 -0
  2. package/dist/js/client/FdrClient.js.map +1 -1
  3. package/dist/js/client/FdrClient.mjs +1 -0
  4. package/dist/js/client/FdrClient.mjs.map +1 -1
  5. package/dist/js/converters/index.js +1 -6
  6. package/dist/js/converters/index.js.map +1 -1
  7. package/dist/js/converters/index.mjs +1 -6
  8. package/dist/js/converters/index.mjs.map +1 -1
  9. package/dist/js/index.js +2 -6
  10. package/dist/js/index.js.map +1 -1
  11. package/dist/js/index.mjs +2 -6
  12. package/dist/js/index.mjs.map +1 -1
  13. package/dist/js/navigation/index.js +1 -6
  14. package/dist/js/navigation/index.js.map +1 -1
  15. package/dist/js/navigation/index.mjs +1 -6
  16. package/dist/js/navigation/index.mjs.map +1 -1
  17. package/dist/js/navigation/ledger-root-builder.js +228 -58
  18. package/dist/js/navigation/ledger-root-builder.js.map +1 -1
  19. package/dist/js/navigation/ledger-root-builder.mjs +228 -58
  20. package/dist/js/navigation/ledger-root-builder.mjs.map +1 -1
  21. package/dist/js/orpc-client.js +1 -0
  22. package/dist/js/orpc-client.js.map +1 -1
  23. package/dist/js/orpc-client.mjs +1 -0
  24. package/dist/js/orpc-client.mjs.map +1 -1
  25. package/dist/navigation/__test__/ledger-root-builder.apiReferenceChildren.test.d.ts +2 -0
  26. package/dist/navigation/__test__/ledger-root-builder.apiReferenceChildren.test.d.ts.map +1 -0
  27. package/dist/navigation/__test__/ledger-root-builder.apiReferenceChildren.test.js +85 -0
  28. package/dist/navigation/__test__/ledger-root-builder.apiReferenceChildren.test.js.map +1 -0
  29. package/dist/navigation/__test__/ledger-root-builder.collapsedDeterminism.test.d.ts +2 -0
  30. package/dist/navigation/__test__/ledger-root-builder.collapsedDeterminism.test.d.ts.map +1 -0
  31. package/dist/navigation/__test__/ledger-root-builder.collapsedDeterminism.test.js +85 -0
  32. package/dist/navigation/__test__/ledger-root-builder.collapsedDeterminism.test.js.map +1 -0
  33. package/dist/navigation/__test__/ledger-root-builder.landingPage.test.d.ts +2 -0
  34. package/dist/navigation/__test__/ledger-root-builder.landingPage.test.d.ts.map +1 -0
  35. package/dist/navigation/__test__/ledger-root-builder.landingPage.test.js +82 -0
  36. package/dist/navigation/__test__/ledger-root-builder.landingPage.test.js.map +1 -0
  37. package/dist/navigation/__test__/ledger-root-builder.metadataPreservation.test.d.ts +2 -0
  38. package/dist/navigation/__test__/ledger-root-builder.metadataPreservation.test.d.ts.map +1 -0
  39. package/dist/navigation/__test__/ledger-root-builder.metadataPreservation.test.js +1031 -0
  40. package/dist/navigation/__test__/ledger-root-builder.metadataPreservation.test.js.map +1 -0
  41. package/dist/navigation/__test__/ledger-root-builder.rootChildOrder.test.js +22 -9
  42. package/dist/navigation/__test__/ledger-root-builder.rootChildOrder.test.js.map +1 -1
  43. package/dist/navigation/__test__/ledger-root-builder.rootSlug.test.d.ts +2 -0
  44. package/dist/navigation/__test__/ledger-root-builder.rootSlug.test.d.ts.map +1 -0
  45. package/dist/navigation/__test__/ledger-root-builder.rootSlug.test.js +47 -0
  46. package/dist/navigation/__test__/ledger-root-builder.rootSlug.test.js.map +1 -0
  47. package/dist/navigation/__test__/ledger-root-builder.skipSlugTabs.test.d.ts +2 -0
  48. package/dist/navigation/__test__/ledger-root-builder.skipSlugTabs.test.d.ts.map +1 -0
  49. package/dist/navigation/__test__/ledger-root-builder.skipSlugTabs.test.js +284 -0
  50. package/dist/navigation/__test__/ledger-root-builder.skipSlugTabs.test.js.map +1 -0
  51. package/dist/navigation/__test__/ledger-root-builder.variantSharedSegments.test.d.ts +2 -0
  52. package/dist/navigation/__test__/ledger-root-builder.variantSharedSegments.test.d.ts.map +1 -0
  53. package/dist/navigation/__test__/ledger-root-builder.variantSharedSegments.test.js +262 -0
  54. package/dist/navigation/__test__/ledger-root-builder.variantSharedSegments.test.js.map +1 -0
  55. package/dist/navigation/ledger-root-builder.d.ts +12 -0
  56. package/dist/navigation/ledger-root-builder.d.ts.map +1 -1
  57. package/dist/navigation/ledger-root-builder.js +298 -69
  58. package/dist/navigation/ledger-root-builder.js.map +1 -1
  59. package/dist/navigation/utils/findNode.d.ts.map +1 -1
  60. package/dist/navigation/utils/findNode.js +0 -8
  61. package/dist/navigation/utils/findNode.js.map +1 -1
  62. package/dist/navigation/utils/followRedirect.d.ts.map +1 -1
  63. package/dist/navigation/utils/followRedirect.js +2 -0
  64. package/dist/navigation/utils/followRedirect.js.map +1 -1
  65. package/dist/orpc-client/docs-ledger/contract.d.ts +50 -0
  66. package/dist/orpc-client/docs-ledger/contract.d.ts.map +1 -1
  67. package/dist/orpc-client/docs-ledger/contract.js +1 -0
  68. package/dist/orpc-client/docs-ledger/contract.js.map +1 -1
  69. package/dist/orpc-client/docs-ledger/ledger-manifest.d.ts +12 -0
  70. package/dist/orpc-client/docs-ledger/ledger-manifest.d.ts.map +1 -1
  71. package/dist/tsconfig.tsbuildinfo +1 -1
  72. package/dist/types/navigation/__test__/ledger-root-builder.apiReferenceChildren.test.d.ts +2 -0
  73. package/dist/types/navigation/__test__/ledger-root-builder.apiReferenceChildren.test.d.ts.map +1 -0
  74. package/dist/types/navigation/__test__/ledger-root-builder.collapsedDeterminism.test.d.ts +2 -0
  75. package/dist/types/navigation/__test__/ledger-root-builder.collapsedDeterminism.test.d.ts.map +1 -0
  76. package/dist/types/navigation/__test__/ledger-root-builder.landingPage.test.d.ts +2 -0
  77. package/dist/types/navigation/__test__/ledger-root-builder.landingPage.test.d.ts.map +1 -0
  78. package/dist/types/navigation/__test__/ledger-root-builder.metadataPreservation.test.d.ts +2 -0
  79. package/dist/types/navigation/__test__/ledger-root-builder.metadataPreservation.test.d.ts.map +1 -0
  80. package/dist/types/navigation/__test__/ledger-root-builder.rootSlug.test.d.ts +2 -0
  81. package/dist/types/navigation/__test__/ledger-root-builder.rootSlug.test.d.ts.map +1 -0
  82. package/dist/types/navigation/__test__/ledger-root-builder.skipSlugTabs.test.d.ts +2 -0
  83. package/dist/types/navigation/__test__/ledger-root-builder.skipSlugTabs.test.d.ts.map +1 -0
  84. package/dist/types/navigation/__test__/ledger-root-builder.variantSharedSegments.test.d.ts +2 -0
  85. package/dist/types/navigation/__test__/ledger-root-builder.variantSharedSegments.test.d.ts.map +1 -0
  86. package/dist/types/navigation/ledger-root-builder.d.ts +12 -0
  87. package/dist/types/navigation/ledger-root-builder.d.ts.map +1 -1
  88. package/dist/types/navigation/utils/findNode.d.ts.map +1 -1
  89. package/dist/types/navigation/utils/followRedirect.d.ts.map +1 -1
  90. package/dist/types/orpc-client/docs-ledger/contract.d.ts +50 -0
  91. package/dist/types/orpc-client/docs-ledger/contract.d.ts.map +1 -1
  92. package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts +12 -0
  93. package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts.map +1 -1
  94. package/package.json +1 -1
@@ -223,6 +223,7 @@ export type PathOrUrl = z.infer<typeof PathOrUrlSchema>;
223
223
  */
224
224
  export declare const LedgerConfigSchema: z.ZodObject<{
225
225
  title: z.ZodOptional<z.ZodString>;
226
+ rootSlug: z.ZodOptional<z.ZodString>;
226
227
  defaultLanguage: z.ZodOptional<z.ZodString>;
227
228
  translations: z.ZodOptional<z.ZodObject<{
228
229
  defaultLocale: z.ZodString;
@@ -4900,6 +4901,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
4900
4901
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
4901
4902
  } | undefined;
4902
4903
  footer?: string | undefined;
4904
+ rootSlug?: string | undefined;
4903
4905
  }, {
4904
4906
  js?: {
4905
4907
  inline?: string[] | undefined;
@@ -5806,6 +5808,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
5806
5808
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
5807
5809
  } | undefined;
5808
5810
  footer?: string | undefined;
5811
+ rootSlug?: string | undefined;
5809
5812
  }>;
5810
5813
  export type LedgerConfig = z.infer<typeof LedgerConfigSchema>;
5811
5814
  export declare const LedgerArtifactTypeSchema: z.ZodEnum<["markdown", "page", "rest", "asyncapi", "webhook", "grpc", "graphql", "changelog", "link", "file", "image", "redirect"]>;
@@ -9285,6 +9288,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
9285
9288
  }>>>;
9286
9289
  config: z.ZodOptional<z.ZodObject<{
9287
9290
  title: z.ZodOptional<z.ZodString>;
9291
+ rootSlug: z.ZodOptional<z.ZodString>;
9288
9292
  defaultLanguage: z.ZodOptional<z.ZodString>;
9289
9293
  translations: z.ZodOptional<z.ZodObject<{
9290
9294
  defaultLocale: z.ZodString;
@@ -13962,6 +13966,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
13962
13966
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
13963
13967
  } | undefined;
13964
13968
  footer?: string | undefined;
13969
+ rootSlug?: string | undefined;
13965
13970
  }, {
13966
13971
  js?: {
13967
13972
  inline?: string[] | undefined;
@@ -14868,6 +14873,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
14868
14873
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
14869
14874
  } | undefined;
14870
14875
  footer?: string | undefined;
14876
+ rootSlug?: string | undefined;
14871
14877
  }>>;
14872
14878
  /**
14873
14879
  * Content-addressable file manifest: maps fullPath → file metadata + CAS blob ref.
@@ -15873,6 +15879,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
15873
15879
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
15874
15880
  } | undefined;
15875
15881
  footer?: string | undefined;
15882
+ rootSlug?: string | undefined;
15876
15883
  } | undefined;
15877
15884
  redirects?: {
15878
15885
  contentType: string;
@@ -16819,6 +16826,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
16819
16826
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
16820
16827
  } | undefined;
16821
16828
  footer?: string | undefined;
16829
+ rootSlug?: string | undefined;
16822
16830
  } | undefined;
16823
16831
  redirects?: {
16824
16832
  contentType: string;
@@ -16900,6 +16908,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
16900
16908
  }>>>;
16901
16909
  config: z.ZodOptional<z.ZodObject<{
16902
16910
  title: z.ZodOptional<z.ZodString>;
16911
+ rootSlug: z.ZodOptional<z.ZodString>;
16903
16912
  defaultLanguage: z.ZodOptional<z.ZodString>;
16904
16913
  translations: z.ZodOptional<z.ZodObject<{
16905
16914
  defaultLocale: z.ZodString;
@@ -21577,6 +21586,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
21577
21586
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
21578
21587
  } | undefined;
21579
21588
  footer?: string | undefined;
21589
+ rootSlug?: string | undefined;
21580
21590
  }, {
21581
21591
  js?: {
21582
21592
  inline?: string[] | undefined;
@@ -22483,6 +22493,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
22483
22493
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
22484
22494
  } | undefined;
22485
22495
  footer?: string | undefined;
22496
+ rootSlug?: string | undefined;
22486
22497
  }>>;
22487
22498
  fileManifest: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
22488
22499
  /** SHA-256 hex of the file bytes (= CAS content hash). */
@@ -23479,6 +23490,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
23479
23490
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
23480
23491
  } | undefined;
23481
23492
  footer?: string | undefined;
23493
+ rootSlug?: string | undefined;
23482
23494
  } | undefined;
23483
23495
  redirects?: {
23484
23496
  contentType: string;
@@ -24426,6 +24438,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
24426
24438
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
24427
24439
  } | undefined;
24428
24440
  footer?: string | undefined;
24441
+ rootSlug?: string | undefined;
24429
24442
  } | undefined;
24430
24443
  redirects?: {
24431
24444
  contentType: string;
@@ -25408,6 +25421,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
25408
25421
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
25409
25422
  } | undefined;
25410
25423
  footer?: string | undefined;
25424
+ rootSlug?: string | undefined;
25411
25425
  } | undefined;
25412
25426
  redirects?: {
25413
25427
  contentType: string;
@@ -26355,6 +26369,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
26355
26369
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
26356
26370
  } | undefined;
26357
26371
  footer?: string | undefined;
26372
+ rootSlug?: string | undefined;
26358
26373
  } | undefined;
26359
26374
  redirects?: {
26360
26375
  contentType: string;
@@ -27309,6 +27324,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
27309
27324
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
27310
27325
  } | undefined;
27311
27326
  footer?: string | undefined;
27327
+ rootSlug?: string | undefined;
27312
27328
  } | undefined;
27313
27329
  redirects?: {
27314
27330
  contentType: string;
@@ -28261,6 +28277,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
28261
28277
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
28262
28278
  } | undefined;
28263
28279
  footer?: string | undefined;
28280
+ rootSlug?: string | undefined;
28264
28281
  } | undefined;
28265
28282
  redirects?: {
28266
28283
  contentType: string;
@@ -29219,6 +29236,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
29219
29236
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
29220
29237
  } | undefined;
29221
29238
  footer?: string | undefined;
29239
+ rootSlug?: string | undefined;
29222
29240
  } | undefined;
29223
29241
  redirects?: {
29224
29242
  contentType: string;
@@ -30171,6 +30189,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
30171
30189
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
30172
30190
  } | undefined;
30173
30191
  footer?: string | undefined;
30192
+ rootSlug?: string | undefined;
30174
30193
  } | undefined;
30175
30194
  redirects?: {
30176
30195
  contentType: string;
@@ -30263,6 +30282,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
30263
30282
  }>>>>;
30264
30283
  config: z.ZodOptional<z.ZodOptional<z.ZodObject<{
30265
30284
  title: z.ZodOptional<z.ZodString>;
30285
+ rootSlug: z.ZodOptional<z.ZodString>;
30266
30286
  defaultLanguage: z.ZodOptional<z.ZodString>;
30267
30287
  translations: z.ZodOptional<z.ZodObject<{
30268
30288
  defaultLocale: z.ZodString;
@@ -34940,6 +34960,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
34940
34960
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
34941
34961
  } | undefined;
34942
34962
  footer?: string | undefined;
34963
+ rootSlug?: string | undefined;
34943
34964
  }, {
34944
34965
  js?: {
34945
34966
  inline?: string[] | undefined;
@@ -35846,6 +35867,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
35846
35867
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
35847
35868
  } | undefined;
35848
35869
  footer?: string | undefined;
35870
+ rootSlug?: string | undefined;
35849
35871
  }>>>;
35850
35872
  fileManifest: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
35851
35873
  /** SHA-256 hex of the file bytes (= CAS content hash). */
@@ -36863,6 +36885,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
36863
36885
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
36864
36886
  } | undefined;
36865
36887
  footer?: string | undefined;
36888
+ rootSlug?: string | undefined;
36866
36889
  } | undefined;
36867
36890
  redirects?: {
36868
36891
  contentType: string;
@@ -37810,6 +37833,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
37810
37833
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
37811
37834
  } | undefined;
37812
37835
  footer?: string | undefined;
37836
+ rootSlug?: string | undefined;
37813
37837
  } | undefined;
37814
37838
  redirects?: {
37815
37839
  contentType: string;
@@ -38754,6 +38778,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
38754
38778
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
38755
38779
  } | undefined;
38756
38780
  footer?: string | undefined;
38781
+ rootSlug?: string | undefined;
38757
38782
  } | undefined;
38758
38783
  redirects?: {
38759
38784
  contentType: string;
@@ -39709,6 +39734,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
39709
39734
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
39710
39735
  } | undefined;
39711
39736
  footer?: string | undefined;
39737
+ rootSlug?: string | undefined;
39712
39738
  } | undefined;
39713
39739
  redirects?: {
39714
39740
  contentType: string;
@@ -40652,6 +40678,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
40652
40678
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
40653
40679
  } | undefined;
40654
40680
  footer?: string | undefined;
40681
+ rootSlug?: string | undefined;
40655
40682
  } | undefined;
40656
40683
  redirects?: {
40657
40684
  contentType: string;
@@ -41608,6 +41635,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
41608
41635
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
41609
41636
  } | undefined;
41610
41637
  footer?: string | undefined;
41638
+ rootSlug?: string | undefined;
41611
41639
  } | undefined;
41612
41640
  redirects?: {
41613
41641
  contentType: string;
@@ -42552,6 +42580,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
42552
42580
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
42553
42581
  } | undefined;
42554
42582
  footer?: string | undefined;
42583
+ rootSlug?: string | undefined;
42555
42584
  } | undefined;
42556
42585
  redirects?: {
42557
42586
  contentType: string;
@@ -43507,6 +43536,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
43507
43536
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
43508
43537
  } | undefined;
43509
43538
  footer?: string | undefined;
43539
+ rootSlug?: string | undefined;
43510
43540
  } | undefined;
43511
43541
  redirects?: {
43512
43542
  contentType: string;
@@ -44450,6 +44480,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
44450
44480
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
44451
44481
  } | undefined;
44452
44482
  footer?: string | undefined;
44483
+ rootSlug?: string | undefined;
44453
44484
  } | undefined;
44454
44485
  redirects?: {
44455
44486
  contentType: string;
@@ -45406,6 +45437,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
45406
45437
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
45407
45438
  } | undefined;
45408
45439
  footer?: string | undefined;
45440
+ rootSlug?: string | undefined;
45409
45441
  } | undefined;
45410
45442
  redirects?: {
45411
45443
  contentType: string;
@@ -46416,6 +46448,7 @@ export declare const docsLedgerContract: {
46416
46448
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
46417
46449
  } | undefined;
46418
46450
  footer?: string | undefined;
46451
+ rootSlug?: string | undefined;
46419
46452
  } | undefined;
46420
46453
  redirects?: {
46421
46454
  contentType: string;
@@ -47368,6 +47401,7 @@ export declare const docsLedgerContract: {
47368
47401
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
47369
47402
  } | undefined;
47370
47403
  footer?: string | undefined;
47404
+ rootSlug?: string | undefined;
47371
47405
  } | undefined;
47372
47406
  redirects?: {
47373
47407
  contentType: string;
@@ -48341,6 +48375,7 @@ export declare const docsLedgerContract: {
48341
48375
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
48342
48376
  } | undefined;
48343
48377
  footer?: string | undefined;
48378
+ rootSlug?: string | undefined;
48344
48379
  } | undefined;
48345
48380
  redirects?: {
48346
48381
  contentType: string;
@@ -49296,6 +49331,7 @@ export declare const docsLedgerContract: {
49296
49331
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
49297
49332
  } | undefined;
49298
49333
  footer?: string | undefined;
49334
+ rootSlug?: string | undefined;
49299
49335
  } | undefined;
49300
49336
  redirects?: {
49301
49337
  contentType: string;
@@ -50239,6 +50275,7 @@ export declare const docsLedgerContract: {
50239
50275
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
50240
50276
  } | undefined;
50241
50277
  footer?: string | undefined;
50278
+ rootSlug?: string | undefined;
50242
50279
  } | undefined;
50243
50280
  redirects?: {
50244
50281
  contentType: string;
@@ -51195,6 +51232,7 @@ export declare const docsLedgerContract: {
51195
51232
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
51196
51233
  } | undefined;
51197
51234
  footer?: string | undefined;
51235
+ rootSlug?: string | undefined;
51198
51236
  } | undefined;
51199
51237
  redirects?: {
51200
51238
  contentType: string;
@@ -52190,6 +52228,7 @@ export declare const docsLedgerContract: {
52190
52228
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
52191
52229
  } | undefined;
52192
52230
  footer?: string | undefined;
52231
+ rootSlug?: string | undefined;
52193
52232
  } | undefined;
52194
52233
  redirects?: {
52195
52234
  contentType: string;
@@ -53142,6 +53181,7 @@ export declare const docsLedgerContract: {
53142
53181
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
53143
53182
  } | undefined;
53144
53183
  footer?: string | undefined;
53184
+ rootSlug?: string | undefined;
53145
53185
  } | undefined;
53146
53186
  redirects?: {
53147
53187
  contentType: string;
@@ -53409,6 +53449,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
53409
53449
  */
53410
53450
  configJson: z.ZodNullable<z.ZodObject<{
53411
53451
  title: z.ZodOptional<z.ZodString>;
53452
+ rootSlug: z.ZodOptional<z.ZodString>;
53412
53453
  defaultLanguage: z.ZodOptional<z.ZodString>;
53413
53454
  translations: z.ZodOptional<z.ZodObject<{
53414
53455
  defaultLocale: z.ZodString;
@@ -58086,6 +58127,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
58086
58127
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
58087
58128
  } | undefined;
58088
58129
  footer?: string | undefined;
58130
+ rootSlug?: string | undefined;
58089
58131
  }, {
58090
58132
  js?: {
58091
58133
  inline?: string[] | undefined;
@@ -58992,6 +59034,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
58992
59034
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
58993
59035
  } | undefined;
58994
59036
  footer?: string | undefined;
59037
+ rootSlug?: string | undefined;
58995
59038
  }>>;
58996
59039
  /** CAS ref for the extracted `config.header` blob (raw MDX). */
58997
59040
  header: z.ZodNullable<z.ZodObject<{
@@ -61165,6 +61208,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
61165
61208
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
61166
61209
  } | undefined;
61167
61210
  footer?: string | undefined;
61211
+ rootSlug?: string | undefined;
61168
61212
  } | null;
61169
61213
  cssInline: {
61170
61214
  contentType: string;
@@ -62330,6 +62374,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
62330
62374
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
62331
62375
  } | undefined;
62332
62376
  footer?: string | undefined;
62377
+ rootSlug?: string | undefined;
62333
62378
  } | null;
62334
62379
  cssInline: {
62335
62380
  contentType: string;
@@ -73156,6 +73201,7 @@ export declare const docsLedgerReadContract: {
73156
73201
  */
73157
73202
  configJson: z.ZodNullable<z.ZodObject<{
73158
73203
  title: z.ZodOptional<z.ZodString>;
73204
+ rootSlug: z.ZodOptional<z.ZodString>;
73159
73205
  defaultLanguage: z.ZodOptional<z.ZodString>;
73160
73206
  translations: z.ZodOptional<z.ZodObject<{
73161
73207
  defaultLocale: z.ZodString;
@@ -77833,6 +77879,7 @@ export declare const docsLedgerReadContract: {
77833
77879
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
77834
77880
  } | undefined;
77835
77881
  footer?: string | undefined;
77882
+ rootSlug?: string | undefined;
77836
77883
  }, {
77837
77884
  js?: {
77838
77885
  inline?: string[] | undefined;
@@ -78739,6 +78786,7 @@ export declare const docsLedgerReadContract: {
78739
78786
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
78740
78787
  } | undefined;
78741
78788
  footer?: string | undefined;
78789
+ rootSlug?: string | undefined;
78742
78790
  }>>;
78743
78791
  /** CAS ref for the extracted `config.header` blob (raw MDX). */
78744
78792
  header: z.ZodNullable<z.ZodObject<{
@@ -80912,6 +80960,7 @@ export declare const docsLedgerReadContract: {
80912
80960
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
80913
80961
  } | undefined;
80914
80962
  footer?: string | undefined;
80963
+ rootSlug?: string | undefined;
80915
80964
  } | null;
80916
80965
  cssInline: {
80917
80966
  contentType: string;
@@ -82077,6 +82126,7 @@ export declare const docsLedgerReadContract: {
82077
82126
  default?: "copyPage" | "viewAsMarkdown" | "askAi" | "openAi" | "claude" | "cursor" | "claudeCode" | "vscode" | "installSkills" | undefined;
82078
82127
  } | undefined;
82079
82128
  footer?: string | undefined;
82129
+ rootSlug?: string | undefined;
82080
82130
  } | null;
82081
82131
  cssInline: {
82082
82132
  contentType: string;