@fern-api/fdr-sdk 1.2.73-d4652c951f → 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 (83) hide show
  1. package/dist/js/api-definition/index.js +0 -5
  2. package/dist/js/api-definition/index.js.map +1 -1
  3. package/dist/js/api-definition/index.mjs +0 -5
  4. package/dist/js/api-definition/index.mjs.map +1 -1
  5. package/dist/js/client/FdrClient.js +2033 -1809
  6. package/dist/js/client/FdrClient.js.map +1 -1
  7. package/dist/js/client/FdrClient.mjs +2033 -1809
  8. package/dist/js/client/FdrClient.mjs.map +1 -1
  9. package/dist/js/client/types.js +9 -7
  10. package/dist/js/client/types.js.map +1 -1
  11. package/dist/js/client/types.mjs +9 -7
  12. package/dist/js/client/types.mjs.map +1 -1
  13. package/dist/js/converters/index.js +11 -84
  14. package/dist/js/converters/index.js.map +1 -1
  15. package/dist/js/converters/index.mjs +11 -84
  16. package/dist/js/converters/index.mjs.map +1 -1
  17. package/dist/js/docs/index.js +9 -2
  18. package/dist/js/docs/index.js.map +1 -1
  19. package/dist/js/docs/index.mjs +9 -2
  20. package/dist/js/docs/index.mjs.map +1 -1
  21. package/dist/js/index.js +2306 -2157
  22. package/dist/js/index.js.map +1 -1
  23. package/dist/js/index.mjs +2306 -2157
  24. package/dist/js/index.mjs.map +1 -1
  25. package/dist/js/navigation/index.js +9 -8
  26. package/dist/js/navigation/index.js.map +1 -1
  27. package/dist/js/navigation/index.mjs +9 -8
  28. package/dist/js/navigation/index.mjs.map +1 -1
  29. package/dist/js/orpc-client.js +2308 -2022
  30. package/dist/js/orpc-client.js.map +1 -1
  31. package/dist/js/orpc-client.mjs +2275 -2020
  32. package/dist/js/orpc-client.mjs.map +1 -1
  33. package/dist/tsconfig.tsbuildinfo +1 -1
  34. package/dist/types/api-definition/migrators/v1ToV2.d.ts +0 -5
  35. package/dist/types/api-definition/migrators/v1ToV2.d.ts.map +1 -1
  36. package/dist/types/client/docs-types/db.d.ts +108 -0
  37. package/dist/types/client/docs-types/db.d.ts.map +1 -1
  38. package/dist/types/client/docs-types/read.d.ts +48 -0
  39. package/dist/types/client/docs-types/read.d.ts.map +1 -1
  40. package/dist/types/client/docs-types/shared.d.ts +21 -0
  41. package/dist/types/client/docs-types/shared.d.ts.map +1 -1
  42. package/dist/types/client/docs-types/write.d.ts +28 -0
  43. package/dist/types/client/docs-types/write.d.ts.map +1 -1
  44. package/dist/types/converters/db/convertAPIDefinitionToDb.d.ts.map +1 -1
  45. package/dist/types/converters/db/examples/generateEndpointExampleCall.d.ts +0 -10
  46. package/dist/types/converters/db/examples/generateEndpointExampleCall.d.ts.map +1 -1
  47. package/dist/types/converters/db/examples/generateHttpBodyExample.d.ts +0 -10
  48. package/dist/types/converters/db/examples/generateHttpBodyExample.d.ts.map +1 -1
  49. package/dist/types/converters/read/convertDbAPIDefinitionToRead.d.ts +0 -14
  50. package/dist/types/converters/read/convertDbAPIDefinitionToRead.d.ts.map +1 -1
  51. package/dist/types/navigation/utils/toApis.d.ts +0 -1
  52. package/dist/types/navigation/utils/toApis.d.ts.map +1 -1
  53. package/dist/types/orpc-client/api/contract-db.d.ts +0 -500
  54. package/dist/types/orpc-client/api/contract-db.d.ts.map +1 -1
  55. package/dist/types/orpc-client/api/contract-latest.d.ts +0 -22
  56. package/dist/types/orpc-client/api/contract-latest.d.ts.map +1 -1
  57. package/dist/types/orpc-client/api/contract-read.d.ts +0 -540
  58. package/dist/types/orpc-client/api/contract-read.d.ts.map +1 -1
  59. package/dist/types/orpc-client/api/contract-register.d.ts +0 -540
  60. package/dist/types/orpc-client/api/contract-register.d.ts.map +1 -1
  61. package/dist/types/orpc-client/client.d.ts +2 -0
  62. package/dist/types/orpc-client/client.d.ts.map +1 -1
  63. package/dist/types/orpc-client/dashboard-agent/client.d.ts +13 -0
  64. package/dist/types/orpc-client/dashboard-agent/client.d.ts.map +1 -0
  65. package/dist/types/orpc-client/dashboard-agent/contract.d.ts +1444 -0
  66. package/dist/types/orpc-client/dashboard-agent/contract.d.ts.map +1 -0
  67. package/dist/types/orpc-client/dashboard-agent/index.d.ts +3 -0
  68. package/dist/types/orpc-client/dashboard-agent/index.d.ts.map +1 -0
  69. package/dist/types/orpc-client/docs/v1/read/contract.d.ts +32 -0
  70. package/dist/types/orpc-client/docs/v1/read/contract.d.ts.map +1 -1
  71. package/dist/types/orpc-client/docs/v1/write/contract.d.ts +8 -0
  72. package/dist/types/orpc-client/docs/v1/write/contract.d.ts.map +1 -1
  73. package/dist/types/orpc-client/docs/v2/read/contract.d.ts +72 -0
  74. package/dist/types/orpc-client/docs/v2/read/contract.d.ts.map +1 -1
  75. package/dist/types/orpc-client/docs/v2/write/contract.d.ts +16 -0
  76. package/dist/types/orpc-client/docs/v2/write/contract.d.ts.map +1 -1
  77. package/dist/types/orpc-client/docs-ledger/contract.d.ts +112 -0
  78. package/dist/types/orpc-client/docs-ledger/contract.d.ts.map +1 -1
  79. package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts +72 -28
  80. package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts.map +1 -1
  81. package/dist/types/orpc-client/index.d.ts +1 -0
  82. package/dist/types/orpc-client/index.d.ts.map +1 -1
  83. package/package.json +1 -1
@@ -4483,6 +4483,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
4483
4483
  hideFeedback: z.ZodOptional<z.ZodBoolean>;
4484
4484
  mobileToc: z.ZodOptional<z.ZodBoolean>;
4485
4485
  changelogLayout: z.ZodOptional<z.ZodEnum<["timeline", "classic"]>>;
4486
+ showNavAvailabilityBadges: z.ZodOptional<z.ZodBoolean>;
4486
4487
  }, "strip", z.ZodTypeAny, {
4487
4488
  pageWidth?: {
4488
4489
  value: number;
@@ -4524,6 +4525,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
4524
4525
  hideFeedback?: boolean | undefined;
4525
4526
  mobileToc?: boolean | undefined;
4526
4527
  changelogLayout?: "timeline" | "classic" | undefined;
4528
+ showNavAvailabilityBadges?: boolean | undefined;
4527
4529
  }, {
4528
4530
  pageWidth?: {
4529
4531
  value: number;
@@ -4565,6 +4567,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
4565
4567
  hideFeedback?: boolean | undefined;
4566
4568
  mobileToc?: boolean | undefined;
4567
4569
  changelogLayout?: "timeline" | "classic" | undefined;
4570
+ showNavAvailabilityBadges?: boolean | undefined;
4568
4571
  }>>;
4569
4572
  theme: z.ZodOptional<z.ZodObject<{
4570
4573
  sidebar: z.ZodOptional<z.ZodEnum<["default", "minimal"]>>;
@@ -4621,12 +4624,15 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
4621
4624
  search: z.ZodOptional<z.ZodObject<{
4622
4625
  prioritizeCurrentProduct: z.ZodOptional<z.ZodBoolean>;
4623
4626
  defaultFilterByCurrentProduct: z.ZodOptional<z.ZodBoolean>;
4627
+ externalSitemaps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4624
4628
  }, "strip", z.ZodTypeAny, {
4625
4629
  prioritizeCurrentProduct?: boolean | undefined;
4626
4630
  defaultFilterByCurrentProduct?: boolean | undefined;
4631
+ externalSitemaps?: string[] | undefined;
4627
4632
  }, {
4628
4633
  prioritizeCurrentProduct?: boolean | undefined;
4629
4634
  defaultFilterByCurrentProduct?: boolean | undefined;
4635
+ externalSitemaps?: string[] | undefined;
4630
4636
  }>>;
4631
4637
  httpSnippets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["curl", "csharp", "go", "java", "javascript", "php", "python", "ruby", "swift", "rust", "typescript"]>, "many">]>>;
4632
4638
  hide404Page: z.ZodOptional<z.ZodBoolean>;
@@ -4645,6 +4651,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
4645
4651
  search?: {
4646
4652
  prioritizeCurrentProduct?: boolean | undefined;
4647
4653
  defaultFilterByCurrentProduct?: boolean | undefined;
4654
+ externalSitemaps?: string[] | undefined;
4648
4655
  } | undefined;
4649
4656
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
4650
4657
  hide404Page?: boolean | undefined;
@@ -4662,6 +4669,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
4662
4669
  search?: {
4663
4670
  prioritizeCurrentProduct?: boolean | undefined;
4664
4671
  defaultFilterByCurrentProduct?: boolean | undefined;
4672
+ externalSitemaps?: string[] | undefined;
4665
4673
  } | undefined;
4666
4674
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
4667
4675
  hide404Page?: boolean | undefined;
@@ -6355,6 +6363,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
6355
6363
  hideFeedback?: boolean | undefined;
6356
6364
  mobileToc?: boolean | undefined;
6357
6365
  changelogLayout?: "timeline" | "classic" | undefined;
6366
+ showNavAvailabilityBadges?: boolean | undefined;
6358
6367
  } | undefined;
6359
6368
  theme?: {
6360
6369
  body?: "default" | "canvas" | undefined;
@@ -6380,6 +6389,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
6380
6389
  search?: {
6381
6390
  prioritizeCurrentProduct?: boolean | undefined;
6382
6391
  defaultFilterByCurrentProduct?: boolean | undefined;
6392
+ externalSitemaps?: string[] | undefined;
6383
6393
  } | undefined;
6384
6394
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
6385
6395
  hide404Page?: boolean | undefined;
@@ -7441,6 +7451,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
7441
7451
  hideFeedback?: boolean | undefined;
7442
7452
  mobileToc?: boolean | undefined;
7443
7453
  changelogLayout?: "timeline" | "classic" | undefined;
7454
+ showNavAvailabilityBadges?: boolean | undefined;
7444
7455
  } | undefined;
7445
7456
  theme?: {
7446
7457
  body?: "default" | "canvas" | undefined;
@@ -7466,6 +7477,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
7466
7477
  search?: {
7467
7478
  prioritizeCurrentProduct?: boolean | undefined;
7468
7479
  defaultFilterByCurrentProduct?: boolean | undefined;
7480
+ externalSitemaps?: string[] | undefined;
7469
7481
  } | undefined;
7470
7482
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
7471
7483
  hide404Page?: boolean | undefined;
@@ -8531,6 +8543,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
8531
8543
  hideFeedback?: boolean | undefined;
8532
8544
  mobileToc?: boolean | undefined;
8533
8545
  changelogLayout?: "timeline" | "classic" | undefined;
8546
+ showNavAvailabilityBadges?: boolean | undefined;
8534
8547
  } | undefined;
8535
8548
  theme?: {
8536
8549
  body?: "default" | "canvas" | undefined;
@@ -8556,6 +8569,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
8556
8569
  search?: {
8557
8570
  prioritizeCurrentProduct?: boolean | undefined;
8558
8571
  defaultFilterByCurrentProduct?: boolean | undefined;
8572
+ externalSitemaps?: string[] | undefined;
8559
8573
  } | undefined;
8560
8574
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
8561
8575
  hide404Page?: boolean | undefined;
@@ -9620,6 +9634,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
9620
9634
  hideFeedback?: boolean | undefined;
9621
9635
  mobileToc?: boolean | undefined;
9622
9636
  changelogLayout?: "timeline" | "classic" | undefined;
9637
+ showNavAvailabilityBadges?: boolean | undefined;
9623
9638
  } | undefined;
9624
9639
  theme?: {
9625
9640
  body?: "default" | "canvas" | undefined;
@@ -9645,6 +9660,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
9645
9660
  search?: {
9646
9661
  prioritizeCurrentProduct?: boolean | undefined;
9647
9662
  defaultFilterByCurrentProduct?: boolean | undefined;
9663
+ externalSitemaps?: string[] | undefined;
9648
9664
  } | undefined;
9649
9665
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
9650
9666
  hide404Page?: boolean | undefined;
@@ -14321,6 +14337,7 @@ export declare const docsV2ReadContract: {
14321
14337
  hideFeedback: z.ZodOptional<z.ZodBoolean>;
14322
14338
  mobileToc: z.ZodOptional<z.ZodBoolean>;
14323
14339
  changelogLayout: z.ZodOptional<z.ZodEnum<["timeline", "classic"]>>;
14340
+ showNavAvailabilityBadges: z.ZodOptional<z.ZodBoolean>;
14324
14341
  }, "strip", z.ZodTypeAny, {
14325
14342
  pageWidth?: {
14326
14343
  value: number;
@@ -14362,6 +14379,7 @@ export declare const docsV2ReadContract: {
14362
14379
  hideFeedback?: boolean | undefined;
14363
14380
  mobileToc?: boolean | undefined;
14364
14381
  changelogLayout?: "timeline" | "classic" | undefined;
14382
+ showNavAvailabilityBadges?: boolean | undefined;
14365
14383
  }, {
14366
14384
  pageWidth?: {
14367
14385
  value: number;
@@ -14403,6 +14421,7 @@ export declare const docsV2ReadContract: {
14403
14421
  hideFeedback?: boolean | undefined;
14404
14422
  mobileToc?: boolean | undefined;
14405
14423
  changelogLayout?: "timeline" | "classic" | undefined;
14424
+ showNavAvailabilityBadges?: boolean | undefined;
14406
14425
  }>>;
14407
14426
  theme: z.ZodOptional<z.ZodObject<{
14408
14427
  sidebar: z.ZodOptional<z.ZodEnum<["default", "minimal"]>>;
@@ -14459,12 +14478,15 @@ export declare const docsV2ReadContract: {
14459
14478
  search: z.ZodOptional<z.ZodObject<{
14460
14479
  prioritizeCurrentProduct: z.ZodOptional<z.ZodBoolean>;
14461
14480
  defaultFilterByCurrentProduct: z.ZodOptional<z.ZodBoolean>;
14481
+ externalSitemaps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
14462
14482
  }, "strip", z.ZodTypeAny, {
14463
14483
  prioritizeCurrentProduct?: boolean | undefined;
14464
14484
  defaultFilterByCurrentProduct?: boolean | undefined;
14485
+ externalSitemaps?: string[] | undefined;
14465
14486
  }, {
14466
14487
  prioritizeCurrentProduct?: boolean | undefined;
14467
14488
  defaultFilterByCurrentProduct?: boolean | undefined;
14489
+ externalSitemaps?: string[] | undefined;
14468
14490
  }>>;
14469
14491
  httpSnippets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["curl", "csharp", "go", "java", "javascript", "php", "python", "ruby", "swift", "rust", "typescript"]>, "many">]>>;
14470
14492
  hide404Page: z.ZodOptional<z.ZodBoolean>;
@@ -14483,6 +14505,7 @@ export declare const docsV2ReadContract: {
14483
14505
  search?: {
14484
14506
  prioritizeCurrentProduct?: boolean | undefined;
14485
14507
  defaultFilterByCurrentProduct?: boolean | undefined;
14508
+ externalSitemaps?: string[] | undefined;
14486
14509
  } | undefined;
14487
14510
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
14488
14511
  hide404Page?: boolean | undefined;
@@ -14500,6 +14523,7 @@ export declare const docsV2ReadContract: {
14500
14523
  search?: {
14501
14524
  prioritizeCurrentProduct?: boolean | undefined;
14502
14525
  defaultFilterByCurrentProduct?: boolean | undefined;
14526
+ externalSitemaps?: string[] | undefined;
14503
14527
  } | undefined;
14504
14528
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
14505
14529
  hide404Page?: boolean | undefined;
@@ -16193,6 +16217,7 @@ export declare const docsV2ReadContract: {
16193
16217
  hideFeedback?: boolean | undefined;
16194
16218
  mobileToc?: boolean | undefined;
16195
16219
  changelogLayout?: "timeline" | "classic" | undefined;
16220
+ showNavAvailabilityBadges?: boolean | undefined;
16196
16221
  } | undefined;
16197
16222
  theme?: {
16198
16223
  body?: "default" | "canvas" | undefined;
@@ -16218,6 +16243,7 @@ export declare const docsV2ReadContract: {
16218
16243
  search?: {
16219
16244
  prioritizeCurrentProduct?: boolean | undefined;
16220
16245
  defaultFilterByCurrentProduct?: boolean | undefined;
16246
+ externalSitemaps?: string[] | undefined;
16221
16247
  } | undefined;
16222
16248
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
16223
16249
  hide404Page?: boolean | undefined;
@@ -17279,6 +17305,7 @@ export declare const docsV2ReadContract: {
17279
17305
  hideFeedback?: boolean | undefined;
17280
17306
  mobileToc?: boolean | undefined;
17281
17307
  changelogLayout?: "timeline" | "classic" | undefined;
17308
+ showNavAvailabilityBadges?: boolean | undefined;
17282
17309
  } | undefined;
17283
17310
  theme?: {
17284
17311
  body?: "default" | "canvas" | undefined;
@@ -17304,6 +17331,7 @@ export declare const docsV2ReadContract: {
17304
17331
  search?: {
17305
17332
  prioritizeCurrentProduct?: boolean | undefined;
17306
17333
  defaultFilterByCurrentProduct?: boolean | undefined;
17334
+ externalSitemaps?: string[] | undefined;
17307
17335
  } | undefined;
17308
17336
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
17309
17337
  hide404Page?: boolean | undefined;
@@ -18368,6 +18396,7 @@ export declare const docsV2ReadContract: {
18368
18396
  hideFeedback?: boolean | undefined;
18369
18397
  mobileToc?: boolean | undefined;
18370
18398
  changelogLayout?: "timeline" | "classic" | undefined;
18399
+ showNavAvailabilityBadges?: boolean | undefined;
18371
18400
  } | undefined;
18372
18401
  theme?: {
18373
18402
  body?: "default" | "canvas" | undefined;
@@ -18393,6 +18422,7 @@ export declare const docsV2ReadContract: {
18393
18422
  search?: {
18394
18423
  prioritizeCurrentProduct?: boolean | undefined;
18395
18424
  defaultFilterByCurrentProduct?: boolean | undefined;
18425
+ externalSitemaps?: string[] | undefined;
18396
18426
  } | undefined;
18397
18427
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
18398
18428
  hide404Page?: boolean | undefined;
@@ -19483,6 +19513,7 @@ export declare const docsV2ReadContract: {
19483
19513
  hideFeedback?: boolean | undefined;
19484
19514
  mobileToc?: boolean | undefined;
19485
19515
  changelogLayout?: "timeline" | "classic" | undefined;
19516
+ showNavAvailabilityBadges?: boolean | undefined;
19486
19517
  } | undefined;
19487
19518
  theme?: {
19488
19519
  body?: "default" | "canvas" | undefined;
@@ -19508,6 +19539,7 @@ export declare const docsV2ReadContract: {
19508
19539
  search?: {
19509
19540
  prioritizeCurrentProduct?: boolean | undefined;
19510
19541
  defaultFilterByCurrentProduct?: boolean | undefined;
19542
+ externalSitemaps?: string[] | undefined;
19511
19543
  } | undefined;
19512
19544
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
19513
19545
  hide404Page?: boolean | undefined;
@@ -20609,6 +20641,7 @@ export declare const docsV2ReadContract: {
20609
20641
  hideFeedback?: boolean | undefined;
20610
20642
  mobileToc?: boolean | undefined;
20611
20643
  changelogLayout?: "timeline" | "classic" | undefined;
20644
+ showNavAvailabilityBadges?: boolean | undefined;
20612
20645
  } | undefined;
20613
20646
  theme?: {
20614
20647
  body?: "default" | "canvas" | undefined;
@@ -20634,6 +20667,7 @@ export declare const docsV2ReadContract: {
20634
20667
  search?: {
20635
20668
  prioritizeCurrentProduct?: boolean | undefined;
20636
20669
  defaultFilterByCurrentProduct?: boolean | undefined;
20670
+ externalSitemaps?: string[] | undefined;
20637
20671
  } | undefined;
20638
20672
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
20639
20673
  hide404Page?: boolean | undefined;
@@ -21735,6 +21769,7 @@ export declare const docsV2ReadContract: {
21735
21769
  hideFeedback?: boolean | undefined;
21736
21770
  mobileToc?: boolean | undefined;
21737
21771
  changelogLayout?: "timeline" | "classic" | undefined;
21772
+ showNavAvailabilityBadges?: boolean | undefined;
21738
21773
  } | undefined;
21739
21774
  theme?: {
21740
21775
  body?: "default" | "canvas" | undefined;
@@ -21760,6 +21795,7 @@ export declare const docsV2ReadContract: {
21760
21795
  search?: {
21761
21796
  prioritizeCurrentProduct?: boolean | undefined;
21762
21797
  defaultFilterByCurrentProduct?: boolean | undefined;
21798
+ externalSitemaps?: string[] | undefined;
21763
21799
  } | undefined;
21764
21800
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
21765
21801
  hide404Page?: boolean | undefined;
@@ -26360,6 +26396,7 @@ export declare const docsV2ReadContract: {
26360
26396
  hideFeedback: z.ZodOptional<z.ZodBoolean>;
26361
26397
  mobileToc: z.ZodOptional<z.ZodBoolean>;
26362
26398
  changelogLayout: z.ZodOptional<z.ZodEnum<["timeline", "classic"]>>;
26399
+ showNavAvailabilityBadges: z.ZodOptional<z.ZodBoolean>;
26363
26400
  }, "strip", z.ZodTypeAny, {
26364
26401
  pageWidth?: {
26365
26402
  value: number;
@@ -26401,6 +26438,7 @@ export declare const docsV2ReadContract: {
26401
26438
  hideFeedback?: boolean | undefined;
26402
26439
  mobileToc?: boolean | undefined;
26403
26440
  changelogLayout?: "timeline" | "classic" | undefined;
26441
+ showNavAvailabilityBadges?: boolean | undefined;
26404
26442
  }, {
26405
26443
  pageWidth?: {
26406
26444
  value: number;
@@ -26442,6 +26480,7 @@ export declare const docsV2ReadContract: {
26442
26480
  hideFeedback?: boolean | undefined;
26443
26481
  mobileToc?: boolean | undefined;
26444
26482
  changelogLayout?: "timeline" | "classic" | undefined;
26483
+ showNavAvailabilityBadges?: boolean | undefined;
26445
26484
  }>>;
26446
26485
  theme: z.ZodOptional<z.ZodObject<{
26447
26486
  sidebar: z.ZodOptional<z.ZodEnum<["default", "minimal"]>>;
@@ -26498,12 +26537,15 @@ export declare const docsV2ReadContract: {
26498
26537
  search: z.ZodOptional<z.ZodObject<{
26499
26538
  prioritizeCurrentProduct: z.ZodOptional<z.ZodBoolean>;
26500
26539
  defaultFilterByCurrentProduct: z.ZodOptional<z.ZodBoolean>;
26540
+ externalSitemaps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
26501
26541
  }, "strip", z.ZodTypeAny, {
26502
26542
  prioritizeCurrentProduct?: boolean | undefined;
26503
26543
  defaultFilterByCurrentProduct?: boolean | undefined;
26544
+ externalSitemaps?: string[] | undefined;
26504
26545
  }, {
26505
26546
  prioritizeCurrentProduct?: boolean | undefined;
26506
26547
  defaultFilterByCurrentProduct?: boolean | undefined;
26548
+ externalSitemaps?: string[] | undefined;
26507
26549
  }>>;
26508
26550
  httpSnippets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["curl", "csharp", "go", "java", "javascript", "php", "python", "ruby", "swift", "rust", "typescript"]>, "many">]>>;
26509
26551
  hide404Page: z.ZodOptional<z.ZodBoolean>;
@@ -26522,6 +26564,7 @@ export declare const docsV2ReadContract: {
26522
26564
  search?: {
26523
26565
  prioritizeCurrentProduct?: boolean | undefined;
26524
26566
  defaultFilterByCurrentProduct?: boolean | undefined;
26567
+ externalSitemaps?: string[] | undefined;
26525
26568
  } | undefined;
26526
26569
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
26527
26570
  hide404Page?: boolean | undefined;
@@ -26539,6 +26582,7 @@ export declare const docsV2ReadContract: {
26539
26582
  search?: {
26540
26583
  prioritizeCurrentProduct?: boolean | undefined;
26541
26584
  defaultFilterByCurrentProduct?: boolean | undefined;
26585
+ externalSitemaps?: string[] | undefined;
26542
26586
  } | undefined;
26543
26587
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
26544
26588
  hide404Page?: boolean | undefined;
@@ -28232,6 +28276,7 @@ export declare const docsV2ReadContract: {
28232
28276
  hideFeedback?: boolean | undefined;
28233
28277
  mobileToc?: boolean | undefined;
28234
28278
  changelogLayout?: "timeline" | "classic" | undefined;
28279
+ showNavAvailabilityBadges?: boolean | undefined;
28235
28280
  } | undefined;
28236
28281
  theme?: {
28237
28282
  body?: "default" | "canvas" | undefined;
@@ -28257,6 +28302,7 @@ export declare const docsV2ReadContract: {
28257
28302
  search?: {
28258
28303
  prioritizeCurrentProduct?: boolean | undefined;
28259
28304
  defaultFilterByCurrentProduct?: boolean | undefined;
28305
+ externalSitemaps?: string[] | undefined;
28260
28306
  } | undefined;
28261
28307
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
28262
28308
  hide404Page?: boolean | undefined;
@@ -29318,6 +29364,7 @@ export declare const docsV2ReadContract: {
29318
29364
  hideFeedback?: boolean | undefined;
29319
29365
  mobileToc?: boolean | undefined;
29320
29366
  changelogLayout?: "timeline" | "classic" | undefined;
29367
+ showNavAvailabilityBadges?: boolean | undefined;
29321
29368
  } | undefined;
29322
29369
  theme?: {
29323
29370
  body?: "default" | "canvas" | undefined;
@@ -29343,6 +29390,7 @@ export declare const docsV2ReadContract: {
29343
29390
  search?: {
29344
29391
  prioritizeCurrentProduct?: boolean | undefined;
29345
29392
  defaultFilterByCurrentProduct?: boolean | undefined;
29393
+ externalSitemaps?: string[] | undefined;
29346
29394
  } | undefined;
29347
29395
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
29348
29396
  hide404Page?: boolean | undefined;
@@ -30407,6 +30455,7 @@ export declare const docsV2ReadContract: {
30407
30455
  hideFeedback?: boolean | undefined;
30408
30456
  mobileToc?: boolean | undefined;
30409
30457
  changelogLayout?: "timeline" | "classic" | undefined;
30458
+ showNavAvailabilityBadges?: boolean | undefined;
30410
30459
  } | undefined;
30411
30460
  theme?: {
30412
30461
  body?: "default" | "canvas" | undefined;
@@ -30432,6 +30481,7 @@ export declare const docsV2ReadContract: {
30432
30481
  search?: {
30433
30482
  prioritizeCurrentProduct?: boolean | undefined;
30434
30483
  defaultFilterByCurrentProduct?: boolean | undefined;
30484
+ externalSitemaps?: string[] | undefined;
30435
30485
  } | undefined;
30436
30486
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
30437
30487
  hide404Page?: boolean | undefined;
@@ -31522,6 +31572,7 @@ export declare const docsV2ReadContract: {
31522
31572
  hideFeedback?: boolean | undefined;
31523
31573
  mobileToc?: boolean | undefined;
31524
31574
  changelogLayout?: "timeline" | "classic" | undefined;
31575
+ showNavAvailabilityBadges?: boolean | undefined;
31525
31576
  } | undefined;
31526
31577
  theme?: {
31527
31578
  body?: "default" | "canvas" | undefined;
@@ -31547,6 +31598,7 @@ export declare const docsV2ReadContract: {
31547
31598
  search?: {
31548
31599
  prioritizeCurrentProduct?: boolean | undefined;
31549
31600
  defaultFilterByCurrentProduct?: boolean | undefined;
31601
+ externalSitemaps?: string[] | undefined;
31550
31602
  } | undefined;
31551
31603
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
31552
31604
  hide404Page?: boolean | undefined;
@@ -32648,6 +32700,7 @@ export declare const docsV2ReadContract: {
32648
32700
  hideFeedback?: boolean | undefined;
32649
32701
  mobileToc?: boolean | undefined;
32650
32702
  changelogLayout?: "timeline" | "classic" | undefined;
32703
+ showNavAvailabilityBadges?: boolean | undefined;
32651
32704
  } | undefined;
32652
32705
  theme?: {
32653
32706
  body?: "default" | "canvas" | undefined;
@@ -32673,6 +32726,7 @@ export declare const docsV2ReadContract: {
32673
32726
  search?: {
32674
32727
  prioritizeCurrentProduct?: boolean | undefined;
32675
32728
  defaultFilterByCurrentProduct?: boolean | undefined;
32729
+ externalSitemaps?: string[] | undefined;
32676
32730
  } | undefined;
32677
32731
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
32678
32732
  hide404Page?: boolean | undefined;
@@ -33774,6 +33828,7 @@ export declare const docsV2ReadContract: {
33774
33828
  hideFeedback?: boolean | undefined;
33775
33829
  mobileToc?: boolean | undefined;
33776
33830
  changelogLayout?: "timeline" | "classic" | undefined;
33831
+ showNavAvailabilityBadges?: boolean | undefined;
33777
33832
  } | undefined;
33778
33833
  theme?: {
33779
33834
  body?: "default" | "canvas" | undefined;
@@ -33799,6 +33854,7 @@ export declare const docsV2ReadContract: {
33799
33854
  search?: {
33800
33855
  prioritizeCurrentProduct?: boolean | undefined;
33801
33856
  defaultFilterByCurrentProduct?: boolean | undefined;
33857
+ externalSitemaps?: string[] | undefined;
33802
33858
  } | undefined;
33803
33859
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
33804
33860
  hide404Page?: boolean | undefined;
@@ -38374,6 +38430,7 @@ export declare const docsV2ReadContract: {
38374
38430
  hideFeedback: z.ZodOptional<z.ZodBoolean>;
38375
38431
  mobileToc: z.ZodOptional<z.ZodBoolean>;
38376
38432
  changelogLayout: z.ZodOptional<z.ZodEnum<["timeline", "classic"]>>;
38433
+ showNavAvailabilityBadges: z.ZodOptional<z.ZodBoolean>;
38377
38434
  }, "strip", z.ZodTypeAny, {
38378
38435
  pageWidth?: {
38379
38436
  value: number;
@@ -38415,6 +38472,7 @@ export declare const docsV2ReadContract: {
38415
38472
  hideFeedback?: boolean | undefined;
38416
38473
  mobileToc?: boolean | undefined;
38417
38474
  changelogLayout?: "timeline" | "classic" | undefined;
38475
+ showNavAvailabilityBadges?: boolean | undefined;
38418
38476
  }, {
38419
38477
  pageWidth?: {
38420
38478
  value: number;
@@ -38456,6 +38514,7 @@ export declare const docsV2ReadContract: {
38456
38514
  hideFeedback?: boolean | undefined;
38457
38515
  mobileToc?: boolean | undefined;
38458
38516
  changelogLayout?: "timeline" | "classic" | undefined;
38517
+ showNavAvailabilityBadges?: boolean | undefined;
38459
38518
  }>>;
38460
38519
  theme: z.ZodOptional<z.ZodObject<{
38461
38520
  sidebar: z.ZodOptional<z.ZodEnum<["default", "minimal"]>>;
@@ -38512,12 +38571,15 @@ export declare const docsV2ReadContract: {
38512
38571
  search: z.ZodOptional<z.ZodObject<{
38513
38572
  prioritizeCurrentProduct: z.ZodOptional<z.ZodBoolean>;
38514
38573
  defaultFilterByCurrentProduct: z.ZodOptional<z.ZodBoolean>;
38574
+ externalSitemaps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
38515
38575
  }, "strip", z.ZodTypeAny, {
38516
38576
  prioritizeCurrentProduct?: boolean | undefined;
38517
38577
  defaultFilterByCurrentProduct?: boolean | undefined;
38578
+ externalSitemaps?: string[] | undefined;
38518
38579
  }, {
38519
38580
  prioritizeCurrentProduct?: boolean | undefined;
38520
38581
  defaultFilterByCurrentProduct?: boolean | undefined;
38582
+ externalSitemaps?: string[] | undefined;
38521
38583
  }>>;
38522
38584
  httpSnippets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["curl", "csharp", "go", "java", "javascript", "php", "python", "ruby", "swift", "rust", "typescript"]>, "many">]>>;
38523
38585
  hide404Page: z.ZodOptional<z.ZodBoolean>;
@@ -38536,6 +38598,7 @@ export declare const docsV2ReadContract: {
38536
38598
  search?: {
38537
38599
  prioritizeCurrentProduct?: boolean | undefined;
38538
38600
  defaultFilterByCurrentProduct?: boolean | undefined;
38601
+ externalSitemaps?: string[] | undefined;
38539
38602
  } | undefined;
38540
38603
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
38541
38604
  hide404Page?: boolean | undefined;
@@ -38553,6 +38616,7 @@ export declare const docsV2ReadContract: {
38553
38616
  search?: {
38554
38617
  prioritizeCurrentProduct?: boolean | undefined;
38555
38618
  defaultFilterByCurrentProduct?: boolean | undefined;
38619
+ externalSitemaps?: string[] | undefined;
38556
38620
  } | undefined;
38557
38621
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
38558
38622
  hide404Page?: boolean | undefined;
@@ -40246,6 +40310,7 @@ export declare const docsV2ReadContract: {
40246
40310
  hideFeedback?: boolean | undefined;
40247
40311
  mobileToc?: boolean | undefined;
40248
40312
  changelogLayout?: "timeline" | "classic" | undefined;
40313
+ showNavAvailabilityBadges?: boolean | undefined;
40249
40314
  } | undefined;
40250
40315
  theme?: {
40251
40316
  body?: "default" | "canvas" | undefined;
@@ -40271,6 +40336,7 @@ export declare const docsV2ReadContract: {
40271
40336
  search?: {
40272
40337
  prioritizeCurrentProduct?: boolean | undefined;
40273
40338
  defaultFilterByCurrentProduct?: boolean | undefined;
40339
+ externalSitemaps?: string[] | undefined;
40274
40340
  } | undefined;
40275
40341
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
40276
40342
  hide404Page?: boolean | undefined;
@@ -41332,6 +41398,7 @@ export declare const docsV2ReadContract: {
41332
41398
  hideFeedback?: boolean | undefined;
41333
41399
  mobileToc?: boolean | undefined;
41334
41400
  changelogLayout?: "timeline" | "classic" | undefined;
41401
+ showNavAvailabilityBadges?: boolean | undefined;
41335
41402
  } | undefined;
41336
41403
  theme?: {
41337
41404
  body?: "default" | "canvas" | undefined;
@@ -41357,6 +41424,7 @@ export declare const docsV2ReadContract: {
41357
41424
  search?: {
41358
41425
  prioritizeCurrentProduct?: boolean | undefined;
41359
41426
  defaultFilterByCurrentProduct?: boolean | undefined;
41427
+ externalSitemaps?: string[] | undefined;
41360
41428
  } | undefined;
41361
41429
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
41362
41430
  hide404Page?: boolean | undefined;
@@ -42422,6 +42490,7 @@ export declare const docsV2ReadContract: {
42422
42490
  hideFeedback?: boolean | undefined;
42423
42491
  mobileToc?: boolean | undefined;
42424
42492
  changelogLayout?: "timeline" | "classic" | undefined;
42493
+ showNavAvailabilityBadges?: boolean | undefined;
42425
42494
  } | undefined;
42426
42495
  theme?: {
42427
42496
  body?: "default" | "canvas" | undefined;
@@ -42447,6 +42516,7 @@ export declare const docsV2ReadContract: {
42447
42516
  search?: {
42448
42517
  prioritizeCurrentProduct?: boolean | undefined;
42449
42518
  defaultFilterByCurrentProduct?: boolean | undefined;
42519
+ externalSitemaps?: string[] | undefined;
42450
42520
  } | undefined;
42451
42521
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
42452
42522
  hide404Page?: boolean | undefined;
@@ -43511,6 +43581,7 @@ export declare const docsV2ReadContract: {
43511
43581
  hideFeedback?: boolean | undefined;
43512
43582
  mobileToc?: boolean | undefined;
43513
43583
  changelogLayout?: "timeline" | "classic" | undefined;
43584
+ showNavAvailabilityBadges?: boolean | undefined;
43514
43585
  } | undefined;
43515
43586
  theme?: {
43516
43587
  body?: "default" | "canvas" | undefined;
@@ -43536,6 +43607,7 @@ export declare const docsV2ReadContract: {
43536
43607
  search?: {
43537
43608
  prioritizeCurrentProduct?: boolean | undefined;
43538
43609
  defaultFilterByCurrentProduct?: boolean | undefined;
43610
+ externalSitemaps?: string[] | undefined;
43539
43611
  } | undefined;
43540
43612
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
43541
43613
  hide404Page?: boolean | undefined;