@fern-api/fdr-sdk 1.2.73-d554614c7c → 1.2.74-003639b3c9

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 (60) hide show
  1. package/dist/js/client/FdrClient.js +2033 -1804
  2. package/dist/js/client/FdrClient.js.map +1 -1
  3. package/dist/js/client/FdrClient.mjs +2033 -1804
  4. package/dist/js/client/FdrClient.mjs.map +1 -1
  5. package/dist/js/client/types.js +9 -2
  6. package/dist/js/client/types.js.map +1 -1
  7. package/dist/js/client/types.mjs +9 -2
  8. package/dist/js/client/types.mjs.map +1 -1
  9. package/dist/js/converters/index.js +9 -2
  10. package/dist/js/converters/index.js.map +1 -1
  11. package/dist/js/converters/index.mjs +9 -2
  12. package/dist/js/converters/index.mjs.map +1 -1
  13. package/dist/js/docs/index.js +9 -2
  14. package/dist/js/docs/index.js.map +1 -1
  15. package/dist/js/docs/index.mjs +9 -2
  16. package/dist/js/docs/index.mjs.map +1 -1
  17. package/dist/js/index.js +2304 -2075
  18. package/dist/js/index.js.map +1 -1
  19. package/dist/js/index.mjs +2304 -2075
  20. package/dist/js/index.mjs.map +1 -1
  21. package/dist/js/navigation/index.js +9 -2
  22. package/dist/js/navigation/index.js.map +1 -1
  23. package/dist/js/navigation/index.mjs +9 -2
  24. package/dist/js/navigation/index.mjs.map +1 -1
  25. package/dist/js/orpc-client.js +2308 -2017
  26. package/dist/js/orpc-client.js.map +1 -1
  27. package/dist/js/orpc-client.mjs +2275 -2015
  28. package/dist/js/orpc-client.mjs.map +1 -1
  29. package/dist/tsconfig.tsbuildinfo +1 -1
  30. package/dist/types/client/docs-types/db.d.ts +108 -0
  31. package/dist/types/client/docs-types/db.d.ts.map +1 -1
  32. package/dist/types/client/docs-types/read.d.ts +48 -0
  33. package/dist/types/client/docs-types/read.d.ts.map +1 -1
  34. package/dist/types/client/docs-types/shared.d.ts +21 -0
  35. package/dist/types/client/docs-types/shared.d.ts.map +1 -1
  36. package/dist/types/client/docs-types/write.d.ts +28 -0
  37. package/dist/types/client/docs-types/write.d.ts.map +1 -1
  38. package/dist/types/orpc-client/client.d.ts +2 -0
  39. package/dist/types/orpc-client/client.d.ts.map +1 -1
  40. package/dist/types/orpc-client/dashboard-agent/client.d.ts +13 -0
  41. package/dist/types/orpc-client/dashboard-agent/client.d.ts.map +1 -0
  42. package/dist/types/orpc-client/dashboard-agent/contract.d.ts +1444 -0
  43. package/dist/types/orpc-client/dashboard-agent/contract.d.ts.map +1 -0
  44. package/dist/types/orpc-client/dashboard-agent/index.d.ts +3 -0
  45. package/dist/types/orpc-client/dashboard-agent/index.d.ts.map +1 -0
  46. package/dist/types/orpc-client/docs/v1/read/contract.d.ts +32 -0
  47. package/dist/types/orpc-client/docs/v1/read/contract.d.ts.map +1 -1
  48. package/dist/types/orpc-client/docs/v1/write/contract.d.ts +8 -0
  49. package/dist/types/orpc-client/docs/v1/write/contract.d.ts.map +1 -1
  50. package/dist/types/orpc-client/docs/v2/read/contract.d.ts +72 -0
  51. package/dist/types/orpc-client/docs/v2/read/contract.d.ts.map +1 -1
  52. package/dist/types/orpc-client/docs/v2/write/contract.d.ts +16 -0
  53. package/dist/types/orpc-client/docs/v2/write/contract.d.ts.map +1 -1
  54. package/dist/types/orpc-client/docs-ledger/contract.d.ts +112 -0
  55. package/dist/types/orpc-client/docs-ledger/contract.d.ts.map +1 -1
  56. package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts +72 -28
  57. package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts.map +1 -1
  58. package/dist/types/orpc-client/index.d.ts +1 -0
  59. package/dist/types/orpc-client/index.d.ts.map +1 -1
  60. package/package.json +1 -1
@@ -3448,6 +3448,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
3448
3448
  hideFeedback?: boolean | undefined;
3449
3449
  mobileToc?: boolean | undefined;
3450
3450
  changelogLayout?: "timeline" | "classic" | undefined;
3451
+ showNavAvailabilityBadges?: boolean | undefined;
3451
3452
  }, z.ZodTypeDef, {
3452
3453
  pageWidth?: {
3453
3454
  value: number;
@@ -3489,6 +3490,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
3489
3490
  hideFeedback?: boolean | undefined;
3490
3491
  mobileToc?: boolean | undefined;
3491
3492
  changelogLayout?: "timeline" | "classic" | undefined;
3493
+ showNavAvailabilityBadges?: boolean | undefined;
3492
3494
  }>>;
3493
3495
  theme: z.ZodOptional<z.ZodType<{
3494
3496
  body?: "default" | "canvas" | undefined;
@@ -3525,6 +3527,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
3525
3527
  search?: {
3526
3528
  prioritizeCurrentProduct?: boolean | undefined;
3527
3529
  defaultFilterByCurrentProduct?: boolean | undefined;
3530
+ externalSitemaps?: string[] | undefined;
3528
3531
  } | undefined;
3529
3532
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
3530
3533
  hide404Page?: boolean | undefined;
@@ -3542,6 +3545,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
3542
3545
  search?: {
3543
3546
  prioritizeCurrentProduct?: boolean | undefined;
3544
3547
  defaultFilterByCurrentProduct?: boolean | undefined;
3548
+ externalSitemaps?: string[] | undefined;
3545
3549
  } | undefined;
3546
3550
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
3547
3551
  hide404Page?: boolean | undefined;
@@ -4765,6 +4769,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
4765
4769
  hideFeedback?: boolean | undefined;
4766
4770
  mobileToc?: boolean | undefined;
4767
4771
  changelogLayout?: "timeline" | "classic" | undefined;
4772
+ showNavAvailabilityBadges?: boolean | undefined;
4768
4773
  } | undefined;
4769
4774
  theme?: {
4770
4775
  body?: "default" | "canvas" | undefined;
@@ -4789,6 +4794,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
4789
4794
  search?: {
4790
4795
  prioritizeCurrentProduct?: boolean | undefined;
4791
4796
  defaultFilterByCurrentProduct?: boolean | undefined;
4797
+ externalSitemaps?: string[] | undefined;
4792
4798
  } | undefined;
4793
4799
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
4794
4800
  hide404Page?: boolean | undefined;
@@ -5682,6 +5688,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
5682
5688
  hideFeedback?: boolean | undefined;
5683
5689
  mobileToc?: boolean | undefined;
5684
5690
  changelogLayout?: "timeline" | "classic" | undefined;
5691
+ showNavAvailabilityBadges?: boolean | undefined;
5685
5692
  } | undefined;
5686
5693
  theme?: {
5687
5694
  body?: "default" | "canvas" | undefined;
@@ -5706,6 +5713,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
5706
5713
  search?: {
5707
5714
  prioritizeCurrentProduct?: boolean | undefined;
5708
5715
  defaultFilterByCurrentProduct?: boolean | undefined;
5716
+ externalSitemaps?: string[] | undefined;
5709
5717
  } | undefined;
5710
5718
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
5711
5719
  hide404Page?: boolean | undefined;
@@ -12608,6 +12616,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
12608
12616
  hideFeedback?: boolean | undefined;
12609
12617
  mobileToc?: boolean | undefined;
12610
12618
  changelogLayout?: "timeline" | "classic" | undefined;
12619
+ showNavAvailabilityBadges?: boolean | undefined;
12611
12620
  }, z.ZodTypeDef, {
12612
12621
  pageWidth?: {
12613
12622
  value: number;
@@ -12649,6 +12658,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
12649
12658
  hideFeedback?: boolean | undefined;
12650
12659
  mobileToc?: boolean | undefined;
12651
12660
  changelogLayout?: "timeline" | "classic" | undefined;
12661
+ showNavAvailabilityBadges?: boolean | undefined;
12652
12662
  }>>;
12653
12663
  theme: z.ZodOptional<z.ZodType<{
12654
12664
  body?: "default" | "canvas" | undefined;
@@ -12685,6 +12695,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
12685
12695
  search?: {
12686
12696
  prioritizeCurrentProduct?: boolean | undefined;
12687
12697
  defaultFilterByCurrentProduct?: boolean | undefined;
12698
+ externalSitemaps?: string[] | undefined;
12688
12699
  } | undefined;
12689
12700
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
12690
12701
  hide404Page?: boolean | undefined;
@@ -12702,6 +12713,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
12702
12713
  search?: {
12703
12714
  prioritizeCurrentProduct?: boolean | undefined;
12704
12715
  defaultFilterByCurrentProduct?: boolean | undefined;
12716
+ externalSitemaps?: string[] | undefined;
12705
12717
  } | undefined;
12706
12718
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
12707
12719
  hide404Page?: boolean | undefined;
@@ -13925,6 +13937,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
13925
13937
  hideFeedback?: boolean | undefined;
13926
13938
  mobileToc?: boolean | undefined;
13927
13939
  changelogLayout?: "timeline" | "classic" | undefined;
13940
+ showNavAvailabilityBadges?: boolean | undefined;
13928
13941
  } | undefined;
13929
13942
  theme?: {
13930
13943
  body?: "default" | "canvas" | undefined;
@@ -13949,6 +13962,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
13949
13962
  search?: {
13950
13963
  prioritizeCurrentProduct?: boolean | undefined;
13951
13964
  defaultFilterByCurrentProduct?: boolean | undefined;
13965
+ externalSitemaps?: string[] | undefined;
13952
13966
  } | undefined;
13953
13967
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
13954
13968
  hide404Page?: boolean | undefined;
@@ -14842,6 +14856,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
14842
14856
  hideFeedback?: boolean | undefined;
14843
14857
  mobileToc?: boolean | undefined;
14844
14858
  changelogLayout?: "timeline" | "classic" | undefined;
14859
+ showNavAvailabilityBadges?: boolean | undefined;
14845
14860
  } | undefined;
14846
14861
  theme?: {
14847
14862
  body?: "default" | "canvas" | undefined;
@@ -14866,6 +14881,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
14866
14881
  search?: {
14867
14882
  prioritizeCurrentProduct?: boolean | undefined;
14868
14883
  defaultFilterByCurrentProduct?: boolean | undefined;
14884
+ externalSitemaps?: string[] | undefined;
14869
14885
  } | undefined;
14870
14886
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
14871
14887
  hide404Page?: boolean | undefined;
@@ -15858,6 +15874,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
15858
15874
  hideFeedback?: boolean | undefined;
15859
15875
  mobileToc?: boolean | undefined;
15860
15876
  changelogLayout?: "timeline" | "classic" | undefined;
15877
+ showNavAvailabilityBadges?: boolean | undefined;
15861
15878
  } | undefined;
15862
15879
  theme?: {
15863
15880
  body?: "default" | "canvas" | undefined;
@@ -15882,6 +15899,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
15882
15899
  search?: {
15883
15900
  prioritizeCurrentProduct?: boolean | undefined;
15884
15901
  defaultFilterByCurrentProduct?: boolean | undefined;
15902
+ externalSitemaps?: string[] | undefined;
15885
15903
  } | undefined;
15886
15904
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
15887
15905
  hide404Page?: boolean | undefined;
@@ -16815,6 +16833,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
16815
16833
  hideFeedback?: boolean | undefined;
16816
16834
  mobileToc?: boolean | undefined;
16817
16835
  changelogLayout?: "timeline" | "classic" | undefined;
16836
+ showNavAvailabilityBadges?: boolean | undefined;
16818
16837
  } | undefined;
16819
16838
  theme?: {
16820
16839
  body?: "default" | "canvas" | undefined;
@@ -16839,6 +16858,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
16839
16858
  search?: {
16840
16859
  prioritizeCurrentProduct?: boolean | undefined;
16841
16860
  defaultFilterByCurrentProduct?: boolean | undefined;
16861
+ externalSitemaps?: string[] | undefined;
16842
16862
  } | undefined;
16843
16863
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
16844
16864
  hide404Page?: boolean | undefined;
@@ -20301,6 +20321,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
20301
20321
  hideFeedback?: boolean | undefined;
20302
20322
  mobileToc?: boolean | undefined;
20303
20323
  changelogLayout?: "timeline" | "classic" | undefined;
20324
+ showNavAvailabilityBadges?: boolean | undefined;
20304
20325
  }, z.ZodTypeDef, {
20305
20326
  pageWidth?: {
20306
20327
  value: number;
@@ -20342,6 +20363,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
20342
20363
  hideFeedback?: boolean | undefined;
20343
20364
  mobileToc?: boolean | undefined;
20344
20365
  changelogLayout?: "timeline" | "classic" | undefined;
20366
+ showNavAvailabilityBadges?: boolean | undefined;
20345
20367
  }>>;
20346
20368
  theme: z.ZodOptional<z.ZodType<{
20347
20369
  body?: "default" | "canvas" | undefined;
@@ -20378,6 +20400,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
20378
20400
  search?: {
20379
20401
  prioritizeCurrentProduct?: boolean | undefined;
20380
20402
  defaultFilterByCurrentProduct?: boolean | undefined;
20403
+ externalSitemaps?: string[] | undefined;
20381
20404
  } | undefined;
20382
20405
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
20383
20406
  hide404Page?: boolean | undefined;
@@ -20395,6 +20418,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
20395
20418
  search?: {
20396
20419
  prioritizeCurrentProduct?: boolean | undefined;
20397
20420
  defaultFilterByCurrentProduct?: boolean | undefined;
20421
+ externalSitemaps?: string[] | undefined;
20398
20422
  } | undefined;
20399
20423
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
20400
20424
  hide404Page?: boolean | undefined;
@@ -21618,6 +21642,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
21618
21642
  hideFeedback?: boolean | undefined;
21619
21643
  mobileToc?: boolean | undefined;
21620
21644
  changelogLayout?: "timeline" | "classic" | undefined;
21645
+ showNavAvailabilityBadges?: boolean | undefined;
21621
21646
  } | undefined;
21622
21647
  theme?: {
21623
21648
  body?: "default" | "canvas" | undefined;
@@ -21642,6 +21667,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
21642
21667
  search?: {
21643
21668
  prioritizeCurrentProduct?: boolean | undefined;
21644
21669
  defaultFilterByCurrentProduct?: boolean | undefined;
21670
+ externalSitemaps?: string[] | undefined;
21645
21671
  } | undefined;
21646
21672
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
21647
21673
  hide404Page?: boolean | undefined;
@@ -22535,6 +22561,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
22535
22561
  hideFeedback?: boolean | undefined;
22536
22562
  mobileToc?: boolean | undefined;
22537
22563
  changelogLayout?: "timeline" | "classic" | undefined;
22564
+ showNavAvailabilityBadges?: boolean | undefined;
22538
22565
  } | undefined;
22539
22566
  theme?: {
22540
22567
  body?: "default" | "canvas" | undefined;
@@ -22559,6 +22586,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
22559
22586
  search?: {
22560
22587
  prioritizeCurrentProduct?: boolean | undefined;
22561
22588
  defaultFilterByCurrentProduct?: boolean | undefined;
22589
+ externalSitemaps?: string[] | undefined;
22562
22590
  } | undefined;
22563
22591
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
22564
22592
  hide404Page?: boolean | undefined;
@@ -23542,6 +23570,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
23542
23570
  hideFeedback?: boolean | undefined;
23543
23571
  mobileToc?: boolean | undefined;
23544
23572
  changelogLayout?: "timeline" | "classic" | undefined;
23573
+ showNavAvailabilityBadges?: boolean | undefined;
23545
23574
  } | undefined;
23546
23575
  theme?: {
23547
23576
  body?: "default" | "canvas" | undefined;
@@ -23566,6 +23595,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
23566
23595
  search?: {
23567
23596
  prioritizeCurrentProduct?: boolean | undefined;
23568
23597
  defaultFilterByCurrentProduct?: boolean | undefined;
23598
+ externalSitemaps?: string[] | undefined;
23569
23599
  } | undefined;
23570
23600
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
23571
23601
  hide404Page?: boolean | undefined;
@@ -24500,6 +24530,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
24500
24530
  hideFeedback?: boolean | undefined;
24501
24531
  mobileToc?: boolean | undefined;
24502
24532
  changelogLayout?: "timeline" | "classic" | undefined;
24533
+ showNavAvailabilityBadges?: boolean | undefined;
24503
24534
  } | undefined;
24504
24535
  theme?: {
24505
24536
  body?: "default" | "canvas" | undefined;
@@ -24524,6 +24555,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
24524
24555
  search?: {
24525
24556
  prioritizeCurrentProduct?: boolean | undefined;
24526
24557
  defaultFilterByCurrentProduct?: boolean | undefined;
24558
+ externalSitemaps?: string[] | undefined;
24527
24559
  } | undefined;
24528
24560
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
24529
24561
  hide404Page?: boolean | undefined;
@@ -25494,6 +25526,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
25494
25526
  hideFeedback?: boolean | undefined;
25495
25527
  mobileToc?: boolean | undefined;
25496
25528
  changelogLayout?: "timeline" | "classic" | undefined;
25529
+ showNavAvailabilityBadges?: boolean | undefined;
25497
25530
  } | undefined;
25498
25531
  theme?: {
25499
25532
  body?: "default" | "canvas" | undefined;
@@ -25518,6 +25551,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
25518
25551
  search?: {
25519
25552
  prioritizeCurrentProduct?: boolean | undefined;
25520
25553
  defaultFilterByCurrentProduct?: boolean | undefined;
25554
+ externalSitemaps?: string[] | undefined;
25521
25555
  } | undefined;
25522
25556
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
25523
25557
  hide404Page?: boolean | undefined;
@@ -26452,6 +26486,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
26452
26486
  hideFeedback?: boolean | undefined;
26453
26487
  mobileToc?: boolean | undefined;
26454
26488
  changelogLayout?: "timeline" | "classic" | undefined;
26489
+ showNavAvailabilityBadges?: boolean | undefined;
26455
26490
  } | undefined;
26456
26491
  theme?: {
26457
26492
  body?: "default" | "canvas" | undefined;
@@ -26476,6 +26511,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
26476
26511
  search?: {
26477
26512
  prioritizeCurrentProduct?: boolean | undefined;
26478
26513
  defaultFilterByCurrentProduct?: boolean | undefined;
26514
+ externalSitemaps?: string[] | undefined;
26479
26515
  } | undefined;
26480
26516
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
26481
26517
  hide404Page?: boolean | undefined;
@@ -27417,6 +27453,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
27417
27453
  hideFeedback?: boolean | undefined;
27418
27454
  mobileToc?: boolean | undefined;
27419
27455
  changelogLayout?: "timeline" | "classic" | undefined;
27456
+ showNavAvailabilityBadges?: boolean | undefined;
27420
27457
  } | undefined;
27421
27458
  theme?: {
27422
27459
  body?: "default" | "canvas" | undefined;
@@ -27441,6 +27478,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
27441
27478
  search?: {
27442
27479
  prioritizeCurrentProduct?: boolean | undefined;
27443
27480
  defaultFilterByCurrentProduct?: boolean | undefined;
27481
+ externalSitemaps?: string[] | undefined;
27444
27482
  } | undefined;
27445
27483
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
27446
27484
  hide404Page?: boolean | undefined;
@@ -28381,6 +28419,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
28381
28419
  hideFeedback?: boolean | undefined;
28382
28420
  mobileToc?: boolean | undefined;
28383
28421
  changelogLayout?: "timeline" | "classic" | undefined;
28422
+ showNavAvailabilityBadges?: boolean | undefined;
28384
28423
  } | undefined;
28385
28424
  theme?: {
28386
28425
  body?: "default" | "canvas" | undefined;
@@ -28405,6 +28444,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
28405
28444
  search?: {
28406
28445
  prioritizeCurrentProduct?: boolean | undefined;
28407
28446
  defaultFilterByCurrentProduct?: boolean | undefined;
28447
+ externalSitemaps?: string[] | undefined;
28408
28448
  } | undefined;
28409
28449
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
28410
28450
  hide404Page?: boolean | undefined;
@@ -29351,6 +29391,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
29351
29391
  hideFeedback?: boolean | undefined;
29352
29392
  mobileToc?: boolean | undefined;
29353
29393
  changelogLayout?: "timeline" | "classic" | undefined;
29394
+ showNavAvailabilityBadges?: boolean | undefined;
29354
29395
  } | undefined;
29355
29396
  theme?: {
29356
29397
  body?: "default" | "canvas" | undefined;
@@ -29375,6 +29416,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
29375
29416
  search?: {
29376
29417
  prioritizeCurrentProduct?: boolean | undefined;
29377
29418
  defaultFilterByCurrentProduct?: boolean | undefined;
29419
+ externalSitemaps?: string[] | undefined;
29378
29420
  } | undefined;
29379
29421
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
29380
29422
  hide404Page?: boolean | undefined;
@@ -30315,6 +30357,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
30315
30357
  hideFeedback?: boolean | undefined;
30316
30358
  mobileToc?: boolean | undefined;
30317
30359
  changelogLayout?: "timeline" | "classic" | undefined;
30360
+ showNavAvailabilityBadges?: boolean | undefined;
30318
30361
  } | undefined;
30319
30362
  theme?: {
30320
30363
  body?: "default" | "canvas" | undefined;
@@ -30339,6 +30382,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
30339
30382
  search?: {
30340
30383
  prioritizeCurrentProduct?: boolean | undefined;
30341
30384
  defaultFilterByCurrentProduct?: boolean | undefined;
30385
+ externalSitemaps?: string[] | undefined;
30342
30386
  } | undefined;
30343
30387
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
30344
30388
  hide404Page?: boolean | undefined;
@@ -33813,6 +33857,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
33813
33857
  hideFeedback?: boolean | undefined;
33814
33858
  mobileToc?: boolean | undefined;
33815
33859
  changelogLayout?: "timeline" | "classic" | undefined;
33860
+ showNavAvailabilityBadges?: boolean | undefined;
33816
33861
  }, z.ZodTypeDef, {
33817
33862
  pageWidth?: {
33818
33863
  value: number;
@@ -33854,6 +33899,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
33854
33899
  hideFeedback?: boolean | undefined;
33855
33900
  mobileToc?: boolean | undefined;
33856
33901
  changelogLayout?: "timeline" | "classic" | undefined;
33902
+ showNavAvailabilityBadges?: boolean | undefined;
33857
33903
  }>>;
33858
33904
  theme: z.ZodOptional<z.ZodType<{
33859
33905
  body?: "default" | "canvas" | undefined;
@@ -33890,6 +33936,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
33890
33936
  search?: {
33891
33937
  prioritizeCurrentProduct?: boolean | undefined;
33892
33938
  defaultFilterByCurrentProduct?: boolean | undefined;
33939
+ externalSitemaps?: string[] | undefined;
33893
33940
  } | undefined;
33894
33941
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
33895
33942
  hide404Page?: boolean | undefined;
@@ -33907,6 +33954,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
33907
33954
  search?: {
33908
33955
  prioritizeCurrentProduct?: boolean | undefined;
33909
33956
  defaultFilterByCurrentProduct?: boolean | undefined;
33957
+ externalSitemaps?: string[] | undefined;
33910
33958
  } | undefined;
33911
33959
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
33912
33960
  hide404Page?: boolean | undefined;
@@ -35130,6 +35178,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
35130
35178
  hideFeedback?: boolean | undefined;
35131
35179
  mobileToc?: boolean | undefined;
35132
35180
  changelogLayout?: "timeline" | "classic" | undefined;
35181
+ showNavAvailabilityBadges?: boolean | undefined;
35133
35182
  } | undefined;
35134
35183
  theme?: {
35135
35184
  body?: "default" | "canvas" | undefined;
@@ -35154,6 +35203,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
35154
35203
  search?: {
35155
35204
  prioritizeCurrentProduct?: boolean | undefined;
35156
35205
  defaultFilterByCurrentProduct?: boolean | undefined;
35206
+ externalSitemaps?: string[] | undefined;
35157
35207
  } | undefined;
35158
35208
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
35159
35209
  hide404Page?: boolean | undefined;
@@ -36047,6 +36097,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
36047
36097
  hideFeedback?: boolean | undefined;
36048
36098
  mobileToc?: boolean | undefined;
36049
36099
  changelogLayout?: "timeline" | "classic" | undefined;
36100
+ showNavAvailabilityBadges?: boolean | undefined;
36050
36101
  } | undefined;
36051
36102
  theme?: {
36052
36103
  body?: "default" | "canvas" | undefined;
@@ -36071,6 +36122,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
36071
36122
  search?: {
36072
36123
  prioritizeCurrentProduct?: boolean | undefined;
36073
36124
  defaultFilterByCurrentProduct?: boolean | undefined;
36125
+ externalSitemaps?: string[] | undefined;
36074
36126
  } | undefined;
36075
36127
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
36076
36128
  hide404Page?: boolean | undefined;
@@ -37075,6 +37127,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
37075
37127
  hideFeedback?: boolean | undefined;
37076
37128
  mobileToc?: boolean | undefined;
37077
37129
  changelogLayout?: "timeline" | "classic" | undefined;
37130
+ showNavAvailabilityBadges?: boolean | undefined;
37078
37131
  } | undefined;
37079
37132
  theme?: {
37080
37133
  body?: "default" | "canvas" | undefined;
@@ -37099,6 +37152,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
37099
37152
  search?: {
37100
37153
  prioritizeCurrentProduct?: boolean | undefined;
37101
37154
  defaultFilterByCurrentProduct?: boolean | undefined;
37155
+ externalSitemaps?: string[] | undefined;
37102
37156
  } | undefined;
37103
37157
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
37104
37158
  hide404Page?: boolean | undefined;
@@ -38033,6 +38087,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
38033
38087
  hideFeedback?: boolean | undefined;
38034
38088
  mobileToc?: boolean | undefined;
38035
38089
  changelogLayout?: "timeline" | "classic" | undefined;
38090
+ showNavAvailabilityBadges?: boolean | undefined;
38036
38091
  } | undefined;
38037
38092
  theme?: {
38038
38093
  body?: "default" | "canvas" | undefined;
@@ -38057,6 +38112,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
38057
38112
  search?: {
38058
38113
  prioritizeCurrentProduct?: boolean | undefined;
38059
38114
  defaultFilterByCurrentProduct?: boolean | undefined;
38115
+ externalSitemaps?: string[] | undefined;
38060
38116
  } | undefined;
38061
38117
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
38062
38118
  hide404Page?: boolean | undefined;
@@ -38988,6 +39044,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
38988
39044
  hideFeedback?: boolean | undefined;
38989
39045
  mobileToc?: boolean | undefined;
38990
39046
  changelogLayout?: "timeline" | "classic" | undefined;
39047
+ showNavAvailabilityBadges?: boolean | undefined;
38991
39048
  } | undefined;
38992
39049
  theme?: {
38993
39050
  body?: "default" | "canvas" | undefined;
@@ -39012,6 +39069,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
39012
39069
  search?: {
39013
39070
  prioritizeCurrentProduct?: boolean | undefined;
39014
39071
  defaultFilterByCurrentProduct?: boolean | undefined;
39072
+ externalSitemaps?: string[] | undefined;
39015
39073
  } | undefined;
39016
39074
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
39017
39075
  hide404Page?: boolean | undefined;
@@ -39954,6 +40012,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
39954
40012
  hideFeedback?: boolean | undefined;
39955
40013
  mobileToc?: boolean | undefined;
39956
40014
  changelogLayout?: "timeline" | "classic" | undefined;
40015
+ showNavAvailabilityBadges?: boolean | undefined;
39957
40016
  } | undefined;
39958
40017
  theme?: {
39959
40018
  body?: "default" | "canvas" | undefined;
@@ -39978,6 +40037,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
39978
40037
  search?: {
39979
40038
  prioritizeCurrentProduct?: boolean | undefined;
39980
40039
  defaultFilterByCurrentProduct?: boolean | undefined;
40040
+ externalSitemaps?: string[] | undefined;
39981
40041
  } | undefined;
39982
40042
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
39983
40043
  hide404Page?: boolean | undefined;
@@ -40908,6 +40968,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
40908
40968
  hideFeedback?: boolean | undefined;
40909
40969
  mobileToc?: boolean | undefined;
40910
40970
  changelogLayout?: "timeline" | "classic" | undefined;
40971
+ showNavAvailabilityBadges?: boolean | undefined;
40911
40972
  } | undefined;
40912
40973
  theme?: {
40913
40974
  body?: "default" | "canvas" | undefined;
@@ -40932,6 +40993,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
40932
40993
  search?: {
40933
40994
  prioritizeCurrentProduct?: boolean | undefined;
40934
40995
  defaultFilterByCurrentProduct?: boolean | undefined;
40996
+ externalSitemaps?: string[] | undefined;
40935
40997
  } | undefined;
40936
40998
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
40937
40999
  hide404Page?: boolean | undefined;
@@ -41875,6 +41937,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
41875
41937
  hideFeedback?: boolean | undefined;
41876
41938
  mobileToc?: boolean | undefined;
41877
41939
  changelogLayout?: "timeline" | "classic" | undefined;
41940
+ showNavAvailabilityBadges?: boolean | undefined;
41878
41941
  } | undefined;
41879
41942
  theme?: {
41880
41943
  body?: "default" | "canvas" | undefined;
@@ -41899,6 +41962,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
41899
41962
  search?: {
41900
41963
  prioritizeCurrentProduct?: boolean | undefined;
41901
41964
  defaultFilterByCurrentProduct?: boolean | undefined;
41965
+ externalSitemaps?: string[] | undefined;
41902
41966
  } | undefined;
41903
41967
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
41904
41968
  hide404Page?: boolean | undefined;
@@ -42830,6 +42894,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
42830
42894
  hideFeedback?: boolean | undefined;
42831
42895
  mobileToc?: boolean | undefined;
42832
42896
  changelogLayout?: "timeline" | "classic" | undefined;
42897
+ showNavAvailabilityBadges?: boolean | undefined;
42833
42898
  } | undefined;
42834
42899
  theme?: {
42835
42900
  body?: "default" | "canvas" | undefined;
@@ -42854,6 +42919,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
42854
42919
  search?: {
42855
42920
  prioritizeCurrentProduct?: boolean | undefined;
42856
42921
  defaultFilterByCurrentProduct?: boolean | undefined;
42922
+ externalSitemaps?: string[] | undefined;
42857
42923
  } | undefined;
42858
42924
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
42859
42925
  hide404Page?: boolean | undefined;
@@ -43796,6 +43862,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
43796
43862
  hideFeedback?: boolean | undefined;
43797
43863
  mobileToc?: boolean | undefined;
43798
43864
  changelogLayout?: "timeline" | "classic" | undefined;
43865
+ showNavAvailabilityBadges?: boolean | undefined;
43799
43866
  } | undefined;
43800
43867
  theme?: {
43801
43868
  body?: "default" | "canvas" | undefined;
@@ -43820,6 +43887,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
43820
43887
  search?: {
43821
43888
  prioritizeCurrentProduct?: boolean | undefined;
43822
43889
  defaultFilterByCurrentProduct?: boolean | undefined;
43890
+ externalSitemaps?: string[] | undefined;
43823
43891
  } | undefined;
43824
43892
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
43825
43893
  hide404Page?: boolean | undefined;
@@ -44750,6 +44818,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
44750
44818
  hideFeedback?: boolean | undefined;
44751
44819
  mobileToc?: boolean | undefined;
44752
44820
  changelogLayout?: "timeline" | "classic" | undefined;
44821
+ showNavAvailabilityBadges?: boolean | undefined;
44753
44822
  } | undefined;
44754
44823
  theme?: {
44755
44824
  body?: "default" | "canvas" | undefined;
@@ -44774,6 +44843,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
44774
44843
  search?: {
44775
44844
  prioritizeCurrentProduct?: boolean | undefined;
44776
44845
  defaultFilterByCurrentProduct?: boolean | undefined;
44846
+ externalSitemaps?: string[] | undefined;
44777
44847
  } | undefined;
44778
44848
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
44779
44849
  hide404Page?: boolean | undefined;
@@ -45717,6 +45787,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
45717
45787
  hideFeedback?: boolean | undefined;
45718
45788
  mobileToc?: boolean | undefined;
45719
45789
  changelogLayout?: "timeline" | "classic" | undefined;
45790
+ showNavAvailabilityBadges?: boolean | undefined;
45720
45791
  } | undefined;
45721
45792
  theme?: {
45722
45793
  body?: "default" | "canvas" | undefined;
@@ -45741,6 +45812,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
45741
45812
  search?: {
45742
45813
  prioritizeCurrentProduct?: boolean | undefined;
45743
45814
  defaultFilterByCurrentProduct?: boolean | undefined;
45815
+ externalSitemaps?: string[] | undefined;
45744
45816
  } | undefined;
45745
45817
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
45746
45818
  hide404Page?: boolean | undefined;
@@ -46738,6 +46810,7 @@ export declare const docsLedgerContract: {
46738
46810
  hideFeedback?: boolean | undefined;
46739
46811
  mobileToc?: boolean | undefined;
46740
46812
  changelogLayout?: "timeline" | "classic" | undefined;
46813
+ showNavAvailabilityBadges?: boolean | undefined;
46741
46814
  } | undefined;
46742
46815
  theme?: {
46743
46816
  body?: "default" | "canvas" | undefined;
@@ -46762,6 +46835,7 @@ export declare const docsLedgerContract: {
46762
46835
  search?: {
46763
46836
  prioritizeCurrentProduct?: boolean | undefined;
46764
46837
  defaultFilterByCurrentProduct?: boolean | undefined;
46838
+ externalSitemaps?: string[] | undefined;
46765
46839
  } | undefined;
46766
46840
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
46767
46841
  hide404Page?: boolean | undefined;
@@ -47702,6 +47776,7 @@ export declare const docsLedgerContract: {
47702
47776
  hideFeedback?: boolean | undefined;
47703
47777
  mobileToc?: boolean | undefined;
47704
47778
  changelogLayout?: "timeline" | "classic" | undefined;
47779
+ showNavAvailabilityBadges?: boolean | undefined;
47705
47780
  } | undefined;
47706
47781
  theme?: {
47707
47782
  body?: "default" | "canvas" | undefined;
@@ -47726,6 +47801,7 @@ export declare const docsLedgerContract: {
47726
47801
  search?: {
47727
47802
  prioritizeCurrentProduct?: boolean | undefined;
47728
47803
  defaultFilterByCurrentProduct?: boolean | undefined;
47804
+ externalSitemaps?: string[] | undefined;
47729
47805
  } | undefined;
47730
47806
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
47731
47807
  hide404Page?: boolean | undefined;
@@ -48687,6 +48763,7 @@ export declare const docsLedgerContract: {
48687
48763
  hideFeedback?: boolean | undefined;
48688
48764
  mobileToc?: boolean | undefined;
48689
48765
  changelogLayout?: "timeline" | "classic" | undefined;
48766
+ showNavAvailabilityBadges?: boolean | undefined;
48690
48767
  } | undefined;
48691
48768
  theme?: {
48692
48769
  body?: "default" | "canvas" | undefined;
@@ -48711,6 +48788,7 @@ export declare const docsLedgerContract: {
48711
48788
  search?: {
48712
48789
  prioritizeCurrentProduct?: boolean | undefined;
48713
48790
  defaultFilterByCurrentProduct?: boolean | undefined;
48791
+ externalSitemaps?: string[] | undefined;
48714
48792
  } | undefined;
48715
48793
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
48716
48794
  hide404Page?: boolean | undefined;
@@ -49653,6 +49731,7 @@ export declare const docsLedgerContract: {
49653
49731
  hideFeedback?: boolean | undefined;
49654
49732
  mobileToc?: boolean | undefined;
49655
49733
  changelogLayout?: "timeline" | "classic" | undefined;
49734
+ showNavAvailabilityBadges?: boolean | undefined;
49656
49735
  } | undefined;
49657
49736
  theme?: {
49658
49737
  body?: "default" | "canvas" | undefined;
@@ -49677,6 +49756,7 @@ export declare const docsLedgerContract: {
49677
49756
  search?: {
49678
49757
  prioritizeCurrentProduct?: boolean | undefined;
49679
49758
  defaultFilterByCurrentProduct?: boolean | undefined;
49759
+ externalSitemaps?: string[] | undefined;
49680
49760
  } | undefined;
49681
49761
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
49682
49762
  hide404Page?: boolean | undefined;
@@ -50607,6 +50687,7 @@ export declare const docsLedgerContract: {
50607
50687
  hideFeedback?: boolean | undefined;
50608
50688
  mobileToc?: boolean | undefined;
50609
50689
  changelogLayout?: "timeline" | "classic" | undefined;
50690
+ showNavAvailabilityBadges?: boolean | undefined;
50610
50691
  } | undefined;
50611
50692
  theme?: {
50612
50693
  body?: "default" | "canvas" | undefined;
@@ -50631,6 +50712,7 @@ export declare const docsLedgerContract: {
50631
50712
  search?: {
50632
50713
  prioritizeCurrentProduct?: boolean | undefined;
50633
50714
  defaultFilterByCurrentProduct?: boolean | undefined;
50715
+ externalSitemaps?: string[] | undefined;
50634
50716
  } | undefined;
50635
50717
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
50636
50718
  hide404Page?: boolean | undefined;
@@ -51574,6 +51656,7 @@ export declare const docsLedgerContract: {
51574
51656
  hideFeedback?: boolean | undefined;
51575
51657
  mobileToc?: boolean | undefined;
51576
51658
  changelogLayout?: "timeline" | "classic" | undefined;
51659
+ showNavAvailabilityBadges?: boolean | undefined;
51577
51660
  } | undefined;
51578
51661
  theme?: {
51579
51662
  body?: "default" | "canvas" | undefined;
@@ -51598,6 +51681,7 @@ export declare const docsLedgerContract: {
51598
51681
  search?: {
51599
51682
  prioritizeCurrentProduct?: boolean | undefined;
51600
51683
  defaultFilterByCurrentProduct?: boolean | undefined;
51684
+ externalSitemaps?: string[] | undefined;
51601
51685
  } | undefined;
51602
51686
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
51603
51687
  hide404Page?: boolean | undefined;
@@ -52580,6 +52664,7 @@ export declare const docsLedgerContract: {
52580
52664
  hideFeedback?: boolean | undefined;
52581
52665
  mobileToc?: boolean | undefined;
52582
52666
  changelogLayout?: "timeline" | "classic" | undefined;
52667
+ showNavAvailabilityBadges?: boolean | undefined;
52583
52668
  } | undefined;
52584
52669
  theme?: {
52585
52670
  body?: "default" | "canvas" | undefined;
@@ -52604,6 +52689,7 @@ export declare const docsLedgerContract: {
52604
52689
  search?: {
52605
52690
  prioritizeCurrentProduct?: boolean | undefined;
52606
52691
  defaultFilterByCurrentProduct?: boolean | undefined;
52692
+ externalSitemaps?: string[] | undefined;
52607
52693
  } | undefined;
52608
52694
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
52609
52695
  hide404Page?: boolean | undefined;
@@ -53544,6 +53630,7 @@ export declare const docsLedgerContract: {
53544
53630
  hideFeedback?: boolean | undefined;
53545
53631
  mobileToc?: boolean | undefined;
53546
53632
  changelogLayout?: "timeline" | "classic" | undefined;
53633
+ showNavAvailabilityBadges?: boolean | undefined;
53547
53634
  } | undefined;
53548
53635
  theme?: {
53549
53636
  body?: "default" | "canvas" | undefined;
@@ -53568,6 +53655,7 @@ export declare const docsLedgerContract: {
53568
53655
  search?: {
53569
53656
  prioritizeCurrentProduct?: boolean | undefined;
53570
53657
  defaultFilterByCurrentProduct?: boolean | undefined;
53658
+ externalSitemaps?: string[] | undefined;
53571
53659
  } | undefined;
53572
53660
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
53573
53661
  hide404Page?: boolean | undefined;
@@ -57217,6 +57305,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
57217
57305
  hideFeedback?: boolean | undefined;
57218
57306
  mobileToc?: boolean | undefined;
57219
57307
  changelogLayout?: "timeline" | "classic" | undefined;
57308
+ showNavAvailabilityBadges?: boolean | undefined;
57220
57309
  }, z.ZodTypeDef, {
57221
57310
  pageWidth?: {
57222
57311
  value: number;
@@ -57258,6 +57347,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
57258
57347
  hideFeedback?: boolean | undefined;
57259
57348
  mobileToc?: boolean | undefined;
57260
57349
  changelogLayout?: "timeline" | "classic" | undefined;
57350
+ showNavAvailabilityBadges?: boolean | undefined;
57261
57351
  }>>;
57262
57352
  theme: z.ZodOptional<z.ZodType<{
57263
57353
  body?: "default" | "canvas" | undefined;
@@ -57294,6 +57384,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
57294
57384
  search?: {
57295
57385
  prioritizeCurrentProduct?: boolean | undefined;
57296
57386
  defaultFilterByCurrentProduct?: boolean | undefined;
57387
+ externalSitemaps?: string[] | undefined;
57297
57388
  } | undefined;
57298
57389
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
57299
57390
  hide404Page?: boolean | undefined;
@@ -57311,6 +57402,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
57311
57402
  search?: {
57312
57403
  prioritizeCurrentProduct?: boolean | undefined;
57313
57404
  defaultFilterByCurrentProduct?: boolean | undefined;
57405
+ externalSitemaps?: string[] | undefined;
57314
57406
  } | undefined;
57315
57407
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
57316
57408
  hide404Page?: boolean | undefined;
@@ -58534,6 +58626,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
58534
58626
  hideFeedback?: boolean | undefined;
58535
58627
  mobileToc?: boolean | undefined;
58536
58628
  changelogLayout?: "timeline" | "classic" | undefined;
58629
+ showNavAvailabilityBadges?: boolean | undefined;
58537
58630
  } | undefined;
58538
58631
  theme?: {
58539
58632
  body?: "default" | "canvas" | undefined;
@@ -58558,6 +58651,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
58558
58651
  search?: {
58559
58652
  prioritizeCurrentProduct?: boolean | undefined;
58560
58653
  defaultFilterByCurrentProduct?: boolean | undefined;
58654
+ externalSitemaps?: string[] | undefined;
58561
58655
  } | undefined;
58562
58656
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
58563
58657
  hide404Page?: boolean | undefined;
@@ -59451,6 +59545,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
59451
59545
  hideFeedback?: boolean | undefined;
59452
59546
  mobileToc?: boolean | undefined;
59453
59547
  changelogLayout?: "timeline" | "classic" | undefined;
59548
+ showNavAvailabilityBadges?: boolean | undefined;
59454
59549
  } | undefined;
59455
59550
  theme?: {
59456
59551
  body?: "default" | "canvas" | undefined;
@@ -59475,6 +59570,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
59475
59570
  search?: {
59476
59571
  prioritizeCurrentProduct?: boolean | undefined;
59477
59572
  defaultFilterByCurrentProduct?: boolean | undefined;
59573
+ externalSitemaps?: string[] | undefined;
59478
59574
  } | undefined;
59479
59575
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
59480
59576
  hide404Page?: boolean | undefined;
@@ -61655,6 +61751,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
61655
61751
  hideFeedback?: boolean | undefined;
61656
61752
  mobileToc?: boolean | undefined;
61657
61753
  changelogLayout?: "timeline" | "classic" | undefined;
61754
+ showNavAvailabilityBadges?: boolean | undefined;
61658
61755
  } | undefined;
61659
61756
  theme?: {
61660
61757
  body?: "default" | "canvas" | undefined;
@@ -61679,6 +61776,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
61679
61776
  search?: {
61680
61777
  prioritizeCurrentProduct?: boolean | undefined;
61681
61778
  defaultFilterByCurrentProduct?: boolean | undefined;
61779
+ externalSitemaps?: string[] | undefined;
61682
61780
  } | undefined;
61683
61781
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
61684
61782
  hide404Page?: boolean | undefined;
@@ -62835,6 +62933,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
62835
62933
  hideFeedback?: boolean | undefined;
62836
62934
  mobileToc?: boolean | undefined;
62837
62935
  changelogLayout?: "timeline" | "classic" | undefined;
62936
+ showNavAvailabilityBadges?: boolean | undefined;
62838
62937
  } | undefined;
62839
62938
  theme?: {
62840
62939
  body?: "default" | "canvas" | undefined;
@@ -62859,6 +62958,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
62859
62958
  search?: {
62860
62959
  prioritizeCurrentProduct?: boolean | undefined;
62861
62960
  defaultFilterByCurrentProduct?: boolean | undefined;
62961
+ externalSitemaps?: string[] | undefined;
62862
62962
  } | undefined;
62863
62963
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
62864
62964
  hide404Page?: boolean | undefined;
@@ -77094,6 +77194,7 @@ export declare const docsLedgerReadContract: {
77094
77194
  hideFeedback?: boolean | undefined;
77095
77195
  mobileToc?: boolean | undefined;
77096
77196
  changelogLayout?: "timeline" | "classic" | undefined;
77197
+ showNavAvailabilityBadges?: boolean | undefined;
77097
77198
  }, z.ZodTypeDef, {
77098
77199
  pageWidth?: {
77099
77200
  value: number;
@@ -77135,6 +77236,7 @@ export declare const docsLedgerReadContract: {
77135
77236
  hideFeedback?: boolean | undefined;
77136
77237
  mobileToc?: boolean | undefined;
77137
77238
  changelogLayout?: "timeline" | "classic" | undefined;
77239
+ showNavAvailabilityBadges?: boolean | undefined;
77138
77240
  }>>;
77139
77241
  theme: z.ZodOptional<z.ZodType<{
77140
77242
  body?: "default" | "canvas" | undefined;
@@ -77171,6 +77273,7 @@ export declare const docsLedgerReadContract: {
77171
77273
  search?: {
77172
77274
  prioritizeCurrentProduct?: boolean | undefined;
77173
77275
  defaultFilterByCurrentProduct?: boolean | undefined;
77276
+ externalSitemaps?: string[] | undefined;
77174
77277
  } | undefined;
77175
77278
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
77176
77279
  hide404Page?: boolean | undefined;
@@ -77188,6 +77291,7 @@ export declare const docsLedgerReadContract: {
77188
77291
  search?: {
77189
77292
  prioritizeCurrentProduct?: boolean | undefined;
77190
77293
  defaultFilterByCurrentProduct?: boolean | undefined;
77294
+ externalSitemaps?: string[] | undefined;
77191
77295
  } | undefined;
77192
77296
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
77193
77297
  hide404Page?: boolean | undefined;
@@ -78411,6 +78515,7 @@ export declare const docsLedgerReadContract: {
78411
78515
  hideFeedback?: boolean | undefined;
78412
78516
  mobileToc?: boolean | undefined;
78413
78517
  changelogLayout?: "timeline" | "classic" | undefined;
78518
+ showNavAvailabilityBadges?: boolean | undefined;
78414
78519
  } | undefined;
78415
78520
  theme?: {
78416
78521
  body?: "default" | "canvas" | undefined;
@@ -78435,6 +78540,7 @@ export declare const docsLedgerReadContract: {
78435
78540
  search?: {
78436
78541
  prioritizeCurrentProduct?: boolean | undefined;
78437
78542
  defaultFilterByCurrentProduct?: boolean | undefined;
78543
+ externalSitemaps?: string[] | undefined;
78438
78544
  } | undefined;
78439
78545
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
78440
78546
  hide404Page?: boolean | undefined;
@@ -79328,6 +79434,7 @@ export declare const docsLedgerReadContract: {
79328
79434
  hideFeedback?: boolean | undefined;
79329
79435
  mobileToc?: boolean | undefined;
79330
79436
  changelogLayout?: "timeline" | "classic" | undefined;
79437
+ showNavAvailabilityBadges?: boolean | undefined;
79331
79438
  } | undefined;
79332
79439
  theme?: {
79333
79440
  body?: "default" | "canvas" | undefined;
@@ -79352,6 +79459,7 @@ export declare const docsLedgerReadContract: {
79352
79459
  search?: {
79353
79460
  prioritizeCurrentProduct?: boolean | undefined;
79354
79461
  defaultFilterByCurrentProduct?: boolean | undefined;
79462
+ externalSitemaps?: string[] | undefined;
79355
79463
  } | undefined;
79356
79464
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
79357
79465
  hide404Page?: boolean | undefined;
@@ -81532,6 +81640,7 @@ export declare const docsLedgerReadContract: {
81532
81640
  hideFeedback?: boolean | undefined;
81533
81641
  mobileToc?: boolean | undefined;
81534
81642
  changelogLayout?: "timeline" | "classic" | undefined;
81643
+ showNavAvailabilityBadges?: boolean | undefined;
81535
81644
  } | undefined;
81536
81645
  theme?: {
81537
81646
  body?: "default" | "canvas" | undefined;
@@ -81556,6 +81665,7 @@ export declare const docsLedgerReadContract: {
81556
81665
  search?: {
81557
81666
  prioritizeCurrentProduct?: boolean | undefined;
81558
81667
  defaultFilterByCurrentProduct?: boolean | undefined;
81668
+ externalSitemaps?: string[] | undefined;
81559
81669
  } | undefined;
81560
81670
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
81561
81671
  hide404Page?: boolean | undefined;
@@ -82712,6 +82822,7 @@ export declare const docsLedgerReadContract: {
82712
82822
  hideFeedback?: boolean | undefined;
82713
82823
  mobileToc?: boolean | undefined;
82714
82824
  changelogLayout?: "timeline" | "classic" | undefined;
82825
+ showNavAvailabilityBadges?: boolean | undefined;
82715
82826
  } | undefined;
82716
82827
  theme?: {
82717
82828
  body?: "default" | "canvas" | undefined;
@@ -82736,6 +82847,7 @@ export declare const docsLedgerReadContract: {
82736
82847
  search?: {
82737
82848
  prioritizeCurrentProduct?: boolean | undefined;
82738
82849
  defaultFilterByCurrentProduct?: boolean | undefined;
82850
+ externalSitemaps?: string[] | undefined;
82739
82851
  } | undefined;
82740
82852
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
82741
82853
  hide404Page?: boolean | undefined;