@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
@@ -5844,6 +5844,7 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
5844
5844
  hideFeedback: z.ZodOptional<z.ZodBoolean>;
5845
5845
  mobileToc: z.ZodOptional<z.ZodBoolean>;
5846
5846
  changelogLayout: z.ZodOptional<z.ZodEnum<["timeline", "classic"]>>;
5847
+ showNavAvailabilityBadges: z.ZodOptional<z.ZodBoolean>;
5847
5848
  }, "strip", z.ZodTypeAny, {
5848
5849
  pageWidth?: {
5849
5850
  value: number;
@@ -5885,6 +5886,7 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
5885
5886
  hideFeedback?: boolean | undefined;
5886
5887
  mobileToc?: boolean | undefined;
5887
5888
  changelogLayout?: "timeline" | "classic" | undefined;
5889
+ showNavAvailabilityBadges?: boolean | undefined;
5888
5890
  }, {
5889
5891
  pageWidth?: {
5890
5892
  value: number;
@@ -5926,6 +5928,7 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
5926
5928
  hideFeedback?: boolean | undefined;
5927
5929
  mobileToc?: boolean | undefined;
5928
5930
  changelogLayout?: "timeline" | "classic" | undefined;
5931
+ showNavAvailabilityBadges?: boolean | undefined;
5929
5932
  }>>;
5930
5933
  theme: z.ZodOptional<z.ZodObject<{
5931
5934
  sidebar: z.ZodOptional<z.ZodEnum<["default", "minimal"]>>;
@@ -5982,12 +5985,15 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
5982
5985
  search: z.ZodOptional<z.ZodObject<{
5983
5986
  prioritizeCurrentProduct: z.ZodOptional<z.ZodBoolean>;
5984
5987
  defaultFilterByCurrentProduct: z.ZodOptional<z.ZodBoolean>;
5988
+ externalSitemaps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5985
5989
  }, "strip", z.ZodTypeAny, {
5986
5990
  prioritizeCurrentProduct?: boolean | undefined;
5987
5991
  defaultFilterByCurrentProduct?: boolean | undefined;
5992
+ externalSitemaps?: string[] | undefined;
5988
5993
  }, {
5989
5994
  prioritizeCurrentProduct?: boolean | undefined;
5990
5995
  defaultFilterByCurrentProduct?: boolean | undefined;
5996
+ externalSitemaps?: string[] | undefined;
5991
5997
  }>>;
5992
5998
  httpSnippets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["curl", "csharp", "go", "java", "javascript", "php", "python", "ruby", "swift", "rust", "typescript"]>, "many">]>>;
5993
5999
  hide404Page: z.ZodOptional<z.ZodBoolean>;
@@ -6006,6 +6012,7 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
6006
6012
  search?: {
6007
6013
  prioritizeCurrentProduct?: boolean | undefined;
6008
6014
  defaultFilterByCurrentProduct?: boolean | undefined;
6015
+ externalSitemaps?: string[] | undefined;
6009
6016
  } | undefined;
6010
6017
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
6011
6018
  hide404Page?: boolean | undefined;
@@ -6023,6 +6030,7 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
6023
6030
  search?: {
6024
6031
  prioritizeCurrentProduct?: boolean | undefined;
6025
6032
  defaultFilterByCurrentProduct?: boolean | undefined;
6033
+ externalSitemaps?: string[] | undefined;
6026
6034
  } | undefined;
6027
6035
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
6028
6036
  hide404Page?: boolean | undefined;
@@ -8077,6 +8085,7 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
8077
8085
  hideFeedback?: boolean | undefined;
8078
8086
  mobileToc?: boolean | undefined;
8079
8087
  changelogLayout?: "timeline" | "classic" | undefined;
8088
+ showNavAvailabilityBadges?: boolean | undefined;
8080
8089
  } | undefined;
8081
8090
  theme?: {
8082
8091
  body?: "default" | "canvas" | undefined;
@@ -8102,6 +8111,7 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
8102
8111
  search?: {
8103
8112
  prioritizeCurrentProduct?: boolean | undefined;
8104
8113
  defaultFilterByCurrentProduct?: boolean | undefined;
8114
+ externalSitemaps?: string[] | undefined;
8105
8115
  } | undefined;
8106
8116
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
8107
8117
  hide404Page?: boolean | undefined;
@@ -9189,6 +9199,7 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
9189
9199
  hideFeedback?: boolean | undefined;
9190
9200
  mobileToc?: boolean | undefined;
9191
9201
  changelogLayout?: "timeline" | "classic" | undefined;
9202
+ showNavAvailabilityBadges?: boolean | undefined;
9192
9203
  } | undefined;
9193
9204
  theme?: {
9194
9205
  body?: "default" | "canvas" | undefined;
@@ -9214,6 +9225,7 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
9214
9225
  search?: {
9215
9226
  prioritizeCurrentProduct?: boolean | undefined;
9216
9227
  defaultFilterByCurrentProduct?: boolean | undefined;
9228
+ externalSitemaps?: string[] | undefined;
9217
9229
  } | undefined;
9218
9230
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
9219
9231
  hide404Page?: boolean | undefined;
@@ -13393,6 +13405,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
13393
13405
  hideFeedback: z.ZodOptional<z.ZodBoolean>;
13394
13406
  mobileToc: z.ZodOptional<z.ZodBoolean>;
13395
13407
  changelogLayout: z.ZodOptional<z.ZodEnum<["timeline", "classic"]>>;
13408
+ showNavAvailabilityBadges: z.ZodOptional<z.ZodBoolean>;
13396
13409
  }, "strip", z.ZodTypeAny, {
13397
13410
  pageWidth?: {
13398
13411
  value: number;
@@ -13434,6 +13447,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
13434
13447
  hideFeedback?: boolean | undefined;
13435
13448
  mobileToc?: boolean | undefined;
13436
13449
  changelogLayout?: "timeline" | "classic" | undefined;
13450
+ showNavAvailabilityBadges?: boolean | undefined;
13437
13451
  }, {
13438
13452
  pageWidth?: {
13439
13453
  value: number;
@@ -13475,6 +13489,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
13475
13489
  hideFeedback?: boolean | undefined;
13476
13490
  mobileToc?: boolean | undefined;
13477
13491
  changelogLayout?: "timeline" | "classic" | undefined;
13492
+ showNavAvailabilityBadges?: boolean | undefined;
13478
13493
  }>>;
13479
13494
  theme: z.ZodOptional<z.ZodObject<{
13480
13495
  sidebar: z.ZodOptional<z.ZodEnum<["default", "minimal"]>>;
@@ -13531,12 +13546,15 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
13531
13546
  search: z.ZodOptional<z.ZodObject<{
13532
13547
  prioritizeCurrentProduct: z.ZodOptional<z.ZodBoolean>;
13533
13548
  defaultFilterByCurrentProduct: z.ZodOptional<z.ZodBoolean>;
13549
+ externalSitemaps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
13534
13550
  }, "strip", z.ZodTypeAny, {
13535
13551
  prioritizeCurrentProduct?: boolean | undefined;
13536
13552
  defaultFilterByCurrentProduct?: boolean | undefined;
13553
+ externalSitemaps?: string[] | undefined;
13537
13554
  }, {
13538
13555
  prioritizeCurrentProduct?: boolean | undefined;
13539
13556
  defaultFilterByCurrentProduct?: boolean | undefined;
13557
+ externalSitemaps?: string[] | undefined;
13540
13558
  }>>;
13541
13559
  httpSnippets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["curl", "csharp", "go", "java", "javascript", "php", "python", "ruby", "swift", "rust", "typescript"]>, "many">]>>;
13542
13560
  hide404Page: z.ZodOptional<z.ZodBoolean>;
@@ -13555,6 +13573,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
13555
13573
  search?: {
13556
13574
  prioritizeCurrentProduct?: boolean | undefined;
13557
13575
  defaultFilterByCurrentProduct?: boolean | undefined;
13576
+ externalSitemaps?: string[] | undefined;
13558
13577
  } | undefined;
13559
13578
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
13560
13579
  hide404Page?: boolean | undefined;
@@ -13572,6 +13591,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
13572
13591
  search?: {
13573
13592
  prioritizeCurrentProduct?: boolean | undefined;
13574
13593
  defaultFilterByCurrentProduct?: boolean | undefined;
13594
+ externalSitemaps?: string[] | undefined;
13575
13595
  } | undefined;
13576
13596
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
13577
13597
  hide404Page?: boolean | undefined;
@@ -15626,6 +15646,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
15626
15646
  hideFeedback?: boolean | undefined;
15627
15647
  mobileToc?: boolean | undefined;
15628
15648
  changelogLayout?: "timeline" | "classic" | undefined;
15649
+ showNavAvailabilityBadges?: boolean | undefined;
15629
15650
  } | undefined;
15630
15651
  theme?: {
15631
15652
  body?: "default" | "canvas" | undefined;
@@ -15651,6 +15672,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
15651
15672
  search?: {
15652
15673
  prioritizeCurrentProduct?: boolean | undefined;
15653
15674
  defaultFilterByCurrentProduct?: boolean | undefined;
15675
+ externalSitemaps?: string[] | undefined;
15654
15676
  } | undefined;
15655
15677
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
15656
15678
  hide404Page?: boolean | undefined;
@@ -16738,6 +16760,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
16738
16760
  hideFeedback?: boolean | undefined;
16739
16761
  mobileToc?: boolean | undefined;
16740
16762
  changelogLayout?: "timeline" | "classic" | undefined;
16763
+ showNavAvailabilityBadges?: boolean | undefined;
16741
16764
  } | undefined;
16742
16765
  theme?: {
16743
16766
  body?: "default" | "canvas" | undefined;
@@ -16763,6 +16786,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
16763
16786
  search?: {
16764
16787
  prioritizeCurrentProduct?: boolean | undefined;
16765
16788
  defaultFilterByCurrentProduct?: boolean | undefined;
16789
+ externalSitemaps?: string[] | undefined;
16766
16790
  } | undefined;
16767
16791
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
16768
16792
  hide404Page?: boolean | undefined;
@@ -17887,6 +17911,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
17887
17911
  hideFeedback?: boolean | undefined;
17888
17912
  mobileToc?: boolean | undefined;
17889
17913
  changelogLayout?: "timeline" | "classic" | undefined;
17914
+ showNavAvailabilityBadges?: boolean | undefined;
17890
17915
  } | undefined;
17891
17916
  theme?: {
17892
17917
  body?: "default" | "canvas" | undefined;
@@ -17912,6 +17937,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
17912
17937
  search?: {
17913
17938
  prioritizeCurrentProduct?: boolean | undefined;
17914
17939
  defaultFilterByCurrentProduct?: boolean | undefined;
17940
+ externalSitemaps?: string[] | undefined;
17915
17941
  } | undefined;
17916
17942
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
17917
17943
  hide404Page?: boolean | undefined;
@@ -19019,6 +19045,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
19019
19045
  hideFeedback?: boolean | undefined;
19020
19046
  mobileToc?: boolean | undefined;
19021
19047
  changelogLayout?: "timeline" | "classic" | undefined;
19048
+ showNavAvailabilityBadges?: boolean | undefined;
19022
19049
  } | undefined;
19023
19050
  theme?: {
19024
19051
  body?: "default" | "canvas" | undefined;
@@ -19044,6 +19071,7 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
19044
19071
  search?: {
19045
19072
  prioritizeCurrentProduct?: boolean | undefined;
19046
19073
  defaultFilterByCurrentProduct?: boolean | undefined;
19074
+ externalSitemaps?: string[] | undefined;
19047
19075
  } | undefined;
19048
19076
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
19049
19077
  hide404Page?: boolean | undefined;
@@ -23239,6 +23267,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
23239
23267
  hideFeedback: z.ZodOptional<z.ZodBoolean>;
23240
23268
  mobileToc: z.ZodOptional<z.ZodBoolean>;
23241
23269
  changelogLayout: z.ZodOptional<z.ZodEnum<["timeline", "classic"]>>;
23270
+ showNavAvailabilityBadges: z.ZodOptional<z.ZodBoolean>;
23242
23271
  }, "strip", z.ZodTypeAny, {
23243
23272
  pageWidth?: {
23244
23273
  value: number;
@@ -23280,6 +23309,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
23280
23309
  hideFeedback?: boolean | undefined;
23281
23310
  mobileToc?: boolean | undefined;
23282
23311
  changelogLayout?: "timeline" | "classic" | undefined;
23312
+ showNavAvailabilityBadges?: boolean | undefined;
23283
23313
  }, {
23284
23314
  pageWidth?: {
23285
23315
  value: number;
@@ -23321,6 +23351,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
23321
23351
  hideFeedback?: boolean | undefined;
23322
23352
  mobileToc?: boolean | undefined;
23323
23353
  changelogLayout?: "timeline" | "classic" | undefined;
23354
+ showNavAvailabilityBadges?: boolean | undefined;
23324
23355
  }>>;
23325
23356
  theme: z.ZodOptional<z.ZodObject<{
23326
23357
  sidebar: z.ZodOptional<z.ZodEnum<["default", "minimal"]>>;
@@ -23377,12 +23408,15 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
23377
23408
  search: z.ZodOptional<z.ZodObject<{
23378
23409
  prioritizeCurrentProduct: z.ZodOptional<z.ZodBoolean>;
23379
23410
  defaultFilterByCurrentProduct: z.ZodOptional<z.ZodBoolean>;
23411
+ externalSitemaps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
23380
23412
  }, "strip", z.ZodTypeAny, {
23381
23413
  prioritizeCurrentProduct?: boolean | undefined;
23382
23414
  defaultFilterByCurrentProduct?: boolean | undefined;
23415
+ externalSitemaps?: string[] | undefined;
23383
23416
  }, {
23384
23417
  prioritizeCurrentProduct?: boolean | undefined;
23385
23418
  defaultFilterByCurrentProduct?: boolean | undefined;
23419
+ externalSitemaps?: string[] | undefined;
23386
23420
  }>>;
23387
23421
  httpSnippets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["curl", "csharp", "go", "java", "javascript", "php", "python", "ruby", "swift", "rust", "typescript"]>, "many">]>>;
23388
23422
  hide404Page: z.ZodOptional<z.ZodBoolean>;
@@ -23401,6 +23435,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
23401
23435
  search?: {
23402
23436
  prioritizeCurrentProduct?: boolean | undefined;
23403
23437
  defaultFilterByCurrentProduct?: boolean | undefined;
23438
+ externalSitemaps?: string[] | undefined;
23404
23439
  } | undefined;
23405
23440
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
23406
23441
  hide404Page?: boolean | undefined;
@@ -23418,6 +23453,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
23418
23453
  search?: {
23419
23454
  prioritizeCurrentProduct?: boolean | undefined;
23420
23455
  defaultFilterByCurrentProduct?: boolean | undefined;
23456
+ externalSitemaps?: string[] | undefined;
23421
23457
  } | undefined;
23422
23458
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
23423
23459
  hide404Page?: boolean | undefined;
@@ -25472,6 +25508,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
25472
25508
  hideFeedback?: boolean | undefined;
25473
25509
  mobileToc?: boolean | undefined;
25474
25510
  changelogLayout?: "timeline" | "classic" | undefined;
25511
+ showNavAvailabilityBadges?: boolean | undefined;
25475
25512
  } | undefined;
25476
25513
  theme?: {
25477
25514
  body?: "default" | "canvas" | undefined;
@@ -25497,6 +25534,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
25497
25534
  search?: {
25498
25535
  prioritizeCurrentProduct?: boolean | undefined;
25499
25536
  defaultFilterByCurrentProduct?: boolean | undefined;
25537
+ externalSitemaps?: string[] | undefined;
25500
25538
  } | undefined;
25501
25539
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
25502
25540
  hide404Page?: boolean | undefined;
@@ -26584,6 +26622,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
26584
26622
  hideFeedback?: boolean | undefined;
26585
26623
  mobileToc?: boolean | undefined;
26586
26624
  changelogLayout?: "timeline" | "classic" | undefined;
26625
+ showNavAvailabilityBadges?: boolean | undefined;
26587
26626
  } | undefined;
26588
26627
  theme?: {
26589
26628
  body?: "default" | "canvas" | undefined;
@@ -26609,6 +26648,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
26609
26648
  search?: {
26610
26649
  prioritizeCurrentProduct?: boolean | undefined;
26611
26650
  defaultFilterByCurrentProduct?: boolean | undefined;
26651
+ externalSitemaps?: string[] | undefined;
26612
26652
  } | undefined;
26613
26653
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
26614
26654
  hide404Page?: boolean | undefined;
@@ -27815,6 +27855,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
27815
27855
  hideFeedback?: boolean | undefined;
27816
27856
  mobileToc?: boolean | undefined;
27817
27857
  changelogLayout?: "timeline" | "classic" | undefined;
27858
+ showNavAvailabilityBadges?: boolean | undefined;
27818
27859
  } | undefined;
27819
27860
  theme?: {
27820
27861
  body?: "default" | "canvas" | undefined;
@@ -27840,6 +27881,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
27840
27881
  search?: {
27841
27882
  prioritizeCurrentProduct?: boolean | undefined;
27842
27883
  defaultFilterByCurrentProduct?: boolean | undefined;
27884
+ externalSitemaps?: string[] | undefined;
27843
27885
  } | undefined;
27844
27886
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
27845
27887
  hide404Page?: boolean | undefined;
@@ -28967,6 +29009,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
28967
29009
  hideFeedback?: boolean | undefined;
28968
29010
  mobileToc?: boolean | undefined;
28969
29011
  changelogLayout?: "timeline" | "classic" | undefined;
29012
+ showNavAvailabilityBadges?: boolean | undefined;
28970
29013
  } | undefined;
28971
29014
  theme?: {
28972
29015
  body?: "default" | "canvas" | undefined;
@@ -28992,6 +29035,7 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
28992
29035
  search?: {
28993
29036
  prioritizeCurrentProduct?: boolean | undefined;
28994
29037
  defaultFilterByCurrentProduct?: boolean | undefined;
29038
+ externalSitemaps?: string[] | undefined;
28995
29039
  } | undefined;
28996
29040
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
28997
29041
  hide404Page?: boolean | undefined;
@@ -33231,6 +33275,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
33231
33275
  hideFeedback: z.ZodOptional<z.ZodBoolean>;
33232
33276
  mobileToc: z.ZodOptional<z.ZodBoolean>;
33233
33277
  changelogLayout: z.ZodOptional<z.ZodEnum<["timeline", "classic"]>>;
33278
+ showNavAvailabilityBadges: z.ZodOptional<z.ZodBoolean>;
33234
33279
  }, "strip", z.ZodTypeAny, {
33235
33280
  pageWidth?: {
33236
33281
  value: number;
@@ -33272,6 +33317,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
33272
33317
  hideFeedback?: boolean | undefined;
33273
33318
  mobileToc?: boolean | undefined;
33274
33319
  changelogLayout?: "timeline" | "classic" | undefined;
33320
+ showNavAvailabilityBadges?: boolean | undefined;
33275
33321
  }, {
33276
33322
  pageWidth?: {
33277
33323
  value: number;
@@ -33313,6 +33359,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
33313
33359
  hideFeedback?: boolean | undefined;
33314
33360
  mobileToc?: boolean | undefined;
33315
33361
  changelogLayout?: "timeline" | "classic" | undefined;
33362
+ showNavAvailabilityBadges?: boolean | undefined;
33316
33363
  }>>;
33317
33364
  theme: z.ZodOptional<z.ZodObject<{
33318
33365
  sidebar: z.ZodOptional<z.ZodEnum<["default", "minimal"]>>;
@@ -33369,12 +33416,15 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
33369
33416
  search: z.ZodOptional<z.ZodObject<{
33370
33417
  prioritizeCurrentProduct: z.ZodOptional<z.ZodBoolean>;
33371
33418
  defaultFilterByCurrentProduct: z.ZodOptional<z.ZodBoolean>;
33419
+ externalSitemaps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
33372
33420
  }, "strip", z.ZodTypeAny, {
33373
33421
  prioritizeCurrentProduct?: boolean | undefined;
33374
33422
  defaultFilterByCurrentProduct?: boolean | undefined;
33423
+ externalSitemaps?: string[] | undefined;
33375
33424
  }, {
33376
33425
  prioritizeCurrentProduct?: boolean | undefined;
33377
33426
  defaultFilterByCurrentProduct?: boolean | undefined;
33427
+ externalSitemaps?: string[] | undefined;
33378
33428
  }>>;
33379
33429
  httpSnippets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["curl", "csharp", "go", "java", "javascript", "php", "python", "ruby", "swift", "rust", "typescript"]>, "many">]>>;
33380
33430
  hide404Page: z.ZodOptional<z.ZodBoolean>;
@@ -33393,6 +33443,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
33393
33443
  search?: {
33394
33444
  prioritizeCurrentProduct?: boolean | undefined;
33395
33445
  defaultFilterByCurrentProduct?: boolean | undefined;
33446
+ externalSitemaps?: string[] | undefined;
33396
33447
  } | undefined;
33397
33448
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
33398
33449
  hide404Page?: boolean | undefined;
@@ -33410,6 +33461,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
33410
33461
  search?: {
33411
33462
  prioritizeCurrentProduct?: boolean | undefined;
33412
33463
  defaultFilterByCurrentProduct?: boolean | undefined;
33464
+ externalSitemaps?: string[] | undefined;
33413
33465
  } | undefined;
33414
33466
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
33415
33467
  hide404Page?: boolean | undefined;
@@ -35464,6 +35516,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
35464
35516
  hideFeedback?: boolean | undefined;
35465
35517
  mobileToc?: boolean | undefined;
35466
35518
  changelogLayout?: "timeline" | "classic" | undefined;
35519
+ showNavAvailabilityBadges?: boolean | undefined;
35467
35520
  } | undefined;
35468
35521
  theme?: {
35469
35522
  body?: "default" | "canvas" | undefined;
@@ -35489,6 +35542,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
35489
35542
  search?: {
35490
35543
  prioritizeCurrentProduct?: boolean | undefined;
35491
35544
  defaultFilterByCurrentProduct?: boolean | undefined;
35545
+ externalSitemaps?: string[] | undefined;
35492
35546
  } | undefined;
35493
35547
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
35494
35548
  hide404Page?: boolean | undefined;
@@ -36576,6 +36630,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
36576
36630
  hideFeedback?: boolean | undefined;
36577
36631
  mobileToc?: boolean | undefined;
36578
36632
  changelogLayout?: "timeline" | "classic" | undefined;
36633
+ showNavAvailabilityBadges?: boolean | undefined;
36579
36634
  } | undefined;
36580
36635
  theme?: {
36581
36636
  body?: "default" | "canvas" | undefined;
@@ -36601,6 +36656,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
36601
36656
  search?: {
36602
36657
  prioritizeCurrentProduct?: boolean | undefined;
36603
36658
  defaultFilterByCurrentProduct?: boolean | undefined;
36659
+ externalSitemaps?: string[] | undefined;
36604
36660
  } | undefined;
36605
36661
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
36606
36662
  hide404Page?: boolean | undefined;
@@ -37702,6 +37758,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
37702
37758
  hideFeedback?: boolean | undefined;
37703
37759
  mobileToc?: boolean | undefined;
37704
37760
  changelogLayout?: "timeline" | "classic" | undefined;
37761
+ showNavAvailabilityBadges?: boolean | undefined;
37705
37762
  } | undefined;
37706
37763
  theme?: {
37707
37764
  body?: "default" | "canvas" | undefined;
@@ -37727,6 +37784,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
37727
37784
  search?: {
37728
37785
  prioritizeCurrentProduct?: boolean | undefined;
37729
37786
  defaultFilterByCurrentProduct?: boolean | undefined;
37787
+ externalSitemaps?: string[] | undefined;
37730
37788
  } | undefined;
37731
37789
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
37732
37790
  hide404Page?: boolean | undefined;
@@ -38835,6 +38893,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
38835
38893
  hideFeedback?: boolean | undefined;
38836
38894
  mobileToc?: boolean | undefined;
38837
38895
  changelogLayout?: "timeline" | "classic" | undefined;
38896
+ showNavAvailabilityBadges?: boolean | undefined;
38838
38897
  } | undefined;
38839
38898
  theme?: {
38840
38899
  body?: "default" | "canvas" | undefined;
@@ -38860,6 +38919,7 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
38860
38919
  search?: {
38861
38920
  prioritizeCurrentProduct?: boolean | undefined;
38862
38921
  defaultFilterByCurrentProduct?: boolean | undefined;
38922
+ externalSitemaps?: string[] | undefined;
38863
38923
  } | undefined;
38864
38924
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
38865
38925
  hide404Page?: boolean | undefined;
@@ -43048,6 +43108,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
43048
43108
  hideFeedback: z.ZodOptional<z.ZodBoolean>;
43049
43109
  mobileToc: z.ZodOptional<z.ZodBoolean>;
43050
43110
  changelogLayout: z.ZodOptional<z.ZodEnum<["timeline", "classic"]>>;
43111
+ showNavAvailabilityBadges: z.ZodOptional<z.ZodBoolean>;
43051
43112
  }, "strip", z.ZodTypeAny, {
43052
43113
  pageWidth?: {
43053
43114
  value: number;
@@ -43089,6 +43150,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
43089
43150
  hideFeedback?: boolean | undefined;
43090
43151
  mobileToc?: boolean | undefined;
43091
43152
  changelogLayout?: "timeline" | "classic" | undefined;
43153
+ showNavAvailabilityBadges?: boolean | undefined;
43092
43154
  }, {
43093
43155
  pageWidth?: {
43094
43156
  value: number;
@@ -43130,6 +43192,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
43130
43192
  hideFeedback?: boolean | undefined;
43131
43193
  mobileToc?: boolean | undefined;
43132
43194
  changelogLayout?: "timeline" | "classic" | undefined;
43195
+ showNavAvailabilityBadges?: boolean | undefined;
43133
43196
  }>>;
43134
43197
  theme: z.ZodOptional<z.ZodObject<{
43135
43198
  sidebar: z.ZodOptional<z.ZodEnum<["default", "minimal"]>>;
@@ -43186,12 +43249,15 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
43186
43249
  search: z.ZodOptional<z.ZodObject<{
43187
43250
  prioritizeCurrentProduct: z.ZodOptional<z.ZodBoolean>;
43188
43251
  defaultFilterByCurrentProduct: z.ZodOptional<z.ZodBoolean>;
43252
+ externalSitemaps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
43189
43253
  }, "strip", z.ZodTypeAny, {
43190
43254
  prioritizeCurrentProduct?: boolean | undefined;
43191
43255
  defaultFilterByCurrentProduct?: boolean | undefined;
43256
+ externalSitemaps?: string[] | undefined;
43192
43257
  }, {
43193
43258
  prioritizeCurrentProduct?: boolean | undefined;
43194
43259
  defaultFilterByCurrentProduct?: boolean | undefined;
43260
+ externalSitemaps?: string[] | undefined;
43195
43261
  }>>;
43196
43262
  httpSnippets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["curl", "csharp", "go", "java", "javascript", "php", "python", "ruby", "swift", "rust", "typescript"]>, "many">]>>;
43197
43263
  hide404Page: z.ZodOptional<z.ZodBoolean>;
@@ -43210,6 +43276,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
43210
43276
  search?: {
43211
43277
  prioritizeCurrentProduct?: boolean | undefined;
43212
43278
  defaultFilterByCurrentProduct?: boolean | undefined;
43279
+ externalSitemaps?: string[] | undefined;
43213
43280
  } | undefined;
43214
43281
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
43215
43282
  hide404Page?: boolean | undefined;
@@ -43227,6 +43294,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
43227
43294
  search?: {
43228
43295
  prioritizeCurrentProduct?: boolean | undefined;
43229
43296
  defaultFilterByCurrentProduct?: boolean | undefined;
43297
+ externalSitemaps?: string[] | undefined;
43230
43298
  } | undefined;
43231
43299
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
43232
43300
  hide404Page?: boolean | undefined;
@@ -45281,6 +45349,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
45281
45349
  hideFeedback?: boolean | undefined;
45282
45350
  mobileToc?: boolean | undefined;
45283
45351
  changelogLayout?: "timeline" | "classic" | undefined;
45352
+ showNavAvailabilityBadges?: boolean | undefined;
45284
45353
  } | undefined;
45285
45354
  theme?: {
45286
45355
  body?: "default" | "canvas" | undefined;
@@ -45306,6 +45375,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
45306
45375
  search?: {
45307
45376
  prioritizeCurrentProduct?: boolean | undefined;
45308
45377
  defaultFilterByCurrentProduct?: boolean | undefined;
45378
+ externalSitemaps?: string[] | undefined;
45309
45379
  } | undefined;
45310
45380
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
45311
45381
  hide404Page?: boolean | undefined;
@@ -46393,6 +46463,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
46393
46463
  hideFeedback?: boolean | undefined;
46394
46464
  mobileToc?: boolean | undefined;
46395
46465
  changelogLayout?: "timeline" | "classic" | undefined;
46466
+ showNavAvailabilityBadges?: boolean | undefined;
46396
46467
  } | undefined;
46397
46468
  theme?: {
46398
46469
  body?: "default" | "canvas" | undefined;
@@ -46418,6 +46489,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
46418
46489
  search?: {
46419
46490
  prioritizeCurrentProduct?: boolean | undefined;
46420
46491
  defaultFilterByCurrentProduct?: boolean | undefined;
46492
+ externalSitemaps?: string[] | undefined;
46421
46493
  } | undefined;
46422
46494
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
46423
46495
  hide404Page?: boolean | undefined;
@@ -47544,6 +47616,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
47544
47616
  hideFeedback?: boolean | undefined;
47545
47617
  mobileToc?: boolean | undefined;
47546
47618
  changelogLayout?: "timeline" | "classic" | undefined;
47619
+ showNavAvailabilityBadges?: boolean | undefined;
47547
47620
  } | undefined;
47548
47621
  theme?: {
47549
47622
  body?: "default" | "canvas" | undefined;
@@ -47569,6 +47642,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
47569
47642
  search?: {
47570
47643
  prioritizeCurrentProduct?: boolean | undefined;
47571
47644
  defaultFilterByCurrentProduct?: boolean | undefined;
47645
+ externalSitemaps?: string[] | undefined;
47572
47646
  } | undefined;
47573
47647
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
47574
47648
  hide404Page?: boolean | undefined;
@@ -48677,6 +48751,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
48677
48751
  hideFeedback?: boolean | undefined;
48678
48752
  mobileToc?: boolean | undefined;
48679
48753
  changelogLayout?: "timeline" | "classic" | undefined;
48754
+ showNavAvailabilityBadges?: boolean | undefined;
48680
48755
  } | undefined;
48681
48756
  theme?: {
48682
48757
  body?: "default" | "canvas" | undefined;
@@ -48702,6 +48777,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
48702
48777
  search?: {
48703
48778
  prioritizeCurrentProduct?: boolean | undefined;
48704
48779
  defaultFilterByCurrentProduct?: boolean | undefined;
48780
+ externalSitemaps?: string[] | undefined;
48705
48781
  } | undefined;
48706
48782
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
48707
48783
  hide404Page?: boolean | undefined;
@@ -52895,6 +52971,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
52895
52971
  hideFeedback: z.ZodOptional<z.ZodBoolean>;
52896
52972
  mobileToc: z.ZodOptional<z.ZodBoolean>;
52897
52973
  changelogLayout: z.ZodOptional<z.ZodEnum<["timeline", "classic"]>>;
52974
+ showNavAvailabilityBadges: z.ZodOptional<z.ZodBoolean>;
52898
52975
  }, "strip", z.ZodTypeAny, {
52899
52976
  pageWidth?: {
52900
52977
  value: number;
@@ -52936,6 +53013,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
52936
53013
  hideFeedback?: boolean | undefined;
52937
53014
  mobileToc?: boolean | undefined;
52938
53015
  changelogLayout?: "timeline" | "classic" | undefined;
53016
+ showNavAvailabilityBadges?: boolean | undefined;
52939
53017
  }, {
52940
53018
  pageWidth?: {
52941
53019
  value: number;
@@ -52977,6 +53055,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
52977
53055
  hideFeedback?: boolean | undefined;
52978
53056
  mobileToc?: boolean | undefined;
52979
53057
  changelogLayout?: "timeline" | "classic" | undefined;
53058
+ showNavAvailabilityBadges?: boolean | undefined;
52980
53059
  }>>;
52981
53060
  theme: z.ZodOptional<z.ZodObject<{
52982
53061
  sidebar: z.ZodOptional<z.ZodEnum<["default", "minimal"]>>;
@@ -53033,12 +53112,15 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
53033
53112
  search: z.ZodOptional<z.ZodObject<{
53034
53113
  prioritizeCurrentProduct: z.ZodOptional<z.ZodBoolean>;
53035
53114
  defaultFilterByCurrentProduct: z.ZodOptional<z.ZodBoolean>;
53115
+ externalSitemaps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
53036
53116
  }, "strip", z.ZodTypeAny, {
53037
53117
  prioritizeCurrentProduct?: boolean | undefined;
53038
53118
  defaultFilterByCurrentProduct?: boolean | undefined;
53119
+ externalSitemaps?: string[] | undefined;
53039
53120
  }, {
53040
53121
  prioritizeCurrentProduct?: boolean | undefined;
53041
53122
  defaultFilterByCurrentProduct?: boolean | undefined;
53123
+ externalSitemaps?: string[] | undefined;
53042
53124
  }>>;
53043
53125
  httpSnippets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["curl", "csharp", "go", "java", "javascript", "php", "python", "ruby", "swift", "rust", "typescript"]>, "many">]>>;
53044
53126
  hide404Page: z.ZodOptional<z.ZodBoolean>;
@@ -53057,6 +53139,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
53057
53139
  search?: {
53058
53140
  prioritizeCurrentProduct?: boolean | undefined;
53059
53141
  defaultFilterByCurrentProduct?: boolean | undefined;
53142
+ externalSitemaps?: string[] | undefined;
53060
53143
  } | undefined;
53061
53144
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
53062
53145
  hide404Page?: boolean | undefined;
@@ -53074,6 +53157,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
53074
53157
  search?: {
53075
53158
  prioritizeCurrentProduct?: boolean | undefined;
53076
53159
  defaultFilterByCurrentProduct?: boolean | undefined;
53160
+ externalSitemaps?: string[] | undefined;
53077
53161
  } | undefined;
53078
53162
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
53079
53163
  hide404Page?: boolean | undefined;
@@ -55128,6 +55212,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
55128
55212
  hideFeedback?: boolean | undefined;
55129
55213
  mobileToc?: boolean | undefined;
55130
55214
  changelogLayout?: "timeline" | "classic" | undefined;
55215
+ showNavAvailabilityBadges?: boolean | undefined;
55131
55216
  } | undefined;
55132
55217
  theme?: {
55133
55218
  body?: "default" | "canvas" | undefined;
@@ -55153,6 +55238,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
55153
55238
  search?: {
55154
55239
  prioritizeCurrentProduct?: boolean | undefined;
55155
55240
  defaultFilterByCurrentProduct?: boolean | undefined;
55241
+ externalSitemaps?: string[] | undefined;
55156
55242
  } | undefined;
55157
55243
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
55158
55244
  hide404Page?: boolean | undefined;
@@ -56240,6 +56326,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
56240
56326
  hideFeedback?: boolean | undefined;
56241
56327
  mobileToc?: boolean | undefined;
56242
56328
  changelogLayout?: "timeline" | "classic" | undefined;
56329
+ showNavAvailabilityBadges?: boolean | undefined;
56243
56330
  } | undefined;
56244
56331
  theme?: {
56245
56332
  body?: "default" | "canvas" | undefined;
@@ -56265,6 +56352,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
56265
56352
  search?: {
56266
56353
  prioritizeCurrentProduct?: boolean | undefined;
56267
56354
  defaultFilterByCurrentProduct?: boolean | undefined;
56355
+ externalSitemaps?: string[] | undefined;
56268
56356
  } | undefined;
56269
56357
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
56270
56358
  hide404Page?: boolean | undefined;
@@ -57473,6 +57561,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
57473
57561
  hideFeedback?: boolean | undefined;
57474
57562
  mobileToc?: boolean | undefined;
57475
57563
  changelogLayout?: "timeline" | "classic" | undefined;
57564
+ showNavAvailabilityBadges?: boolean | undefined;
57476
57565
  } | undefined;
57477
57566
  theme?: {
57478
57567
  body?: "default" | "canvas" | undefined;
@@ -57498,6 +57587,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
57498
57587
  search?: {
57499
57588
  prioritizeCurrentProduct?: boolean | undefined;
57500
57589
  defaultFilterByCurrentProduct?: boolean | undefined;
57590
+ externalSitemaps?: string[] | undefined;
57501
57591
  } | undefined;
57502
57592
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
57503
57593
  hide404Page?: boolean | undefined;
@@ -58626,6 +58716,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
58626
58716
  hideFeedback?: boolean | undefined;
58627
58717
  mobileToc?: boolean | undefined;
58628
58718
  changelogLayout?: "timeline" | "classic" | undefined;
58719
+ showNavAvailabilityBadges?: boolean | undefined;
58629
58720
  } | undefined;
58630
58721
  theme?: {
58631
58722
  body?: "default" | "canvas" | undefined;
@@ -58651,6 +58742,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
58651
58742
  search?: {
58652
58743
  prioritizeCurrentProduct?: boolean | undefined;
58653
58744
  defaultFilterByCurrentProduct?: boolean | undefined;
58745
+ externalSitemaps?: string[] | undefined;
58654
58746
  } | undefined;
58655
58747
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
58656
58748
  hide404Page?: boolean | undefined;
@@ -62888,6 +62980,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
62888
62980
  hideFeedback: z.ZodOptional<z.ZodBoolean>;
62889
62981
  mobileToc: z.ZodOptional<z.ZodBoolean>;
62890
62982
  changelogLayout: z.ZodOptional<z.ZodEnum<["timeline", "classic"]>>;
62983
+ showNavAvailabilityBadges: z.ZodOptional<z.ZodBoolean>;
62891
62984
  }, "strip", z.ZodTypeAny, {
62892
62985
  pageWidth?: {
62893
62986
  value: number;
@@ -62929,6 +63022,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
62929
63022
  hideFeedback?: boolean | undefined;
62930
63023
  mobileToc?: boolean | undefined;
62931
63024
  changelogLayout?: "timeline" | "classic" | undefined;
63025
+ showNavAvailabilityBadges?: boolean | undefined;
62932
63026
  }, {
62933
63027
  pageWidth?: {
62934
63028
  value: number;
@@ -62970,6 +63064,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
62970
63064
  hideFeedback?: boolean | undefined;
62971
63065
  mobileToc?: boolean | undefined;
62972
63066
  changelogLayout?: "timeline" | "classic" | undefined;
63067
+ showNavAvailabilityBadges?: boolean | undefined;
62973
63068
  }>>;
62974
63069
  theme: z.ZodOptional<z.ZodObject<{
62975
63070
  sidebar: z.ZodOptional<z.ZodEnum<["default", "minimal"]>>;
@@ -63026,12 +63121,15 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
63026
63121
  search: z.ZodOptional<z.ZodObject<{
63027
63122
  prioritizeCurrentProduct: z.ZodOptional<z.ZodBoolean>;
63028
63123
  defaultFilterByCurrentProduct: z.ZodOptional<z.ZodBoolean>;
63124
+ externalSitemaps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
63029
63125
  }, "strip", z.ZodTypeAny, {
63030
63126
  prioritizeCurrentProduct?: boolean | undefined;
63031
63127
  defaultFilterByCurrentProduct?: boolean | undefined;
63128
+ externalSitemaps?: string[] | undefined;
63032
63129
  }, {
63033
63130
  prioritizeCurrentProduct?: boolean | undefined;
63034
63131
  defaultFilterByCurrentProduct?: boolean | undefined;
63132
+ externalSitemaps?: string[] | undefined;
63035
63133
  }>>;
63036
63134
  httpSnippets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["curl", "csharp", "go", "java", "javascript", "php", "python", "ruby", "swift", "rust", "typescript"]>, "many">]>>;
63037
63135
  hide404Page: z.ZodOptional<z.ZodBoolean>;
@@ -63050,6 +63148,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
63050
63148
  search?: {
63051
63149
  prioritizeCurrentProduct?: boolean | undefined;
63052
63150
  defaultFilterByCurrentProduct?: boolean | undefined;
63151
+ externalSitemaps?: string[] | undefined;
63053
63152
  } | undefined;
63054
63153
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
63055
63154
  hide404Page?: boolean | undefined;
@@ -63067,6 +63166,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
63067
63166
  search?: {
63068
63167
  prioritizeCurrentProduct?: boolean | undefined;
63069
63168
  defaultFilterByCurrentProduct?: boolean | undefined;
63169
+ externalSitemaps?: string[] | undefined;
63070
63170
  } | undefined;
63071
63171
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
63072
63172
  hide404Page?: boolean | undefined;
@@ -65121,6 +65221,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
65121
65221
  hideFeedback?: boolean | undefined;
65122
65222
  mobileToc?: boolean | undefined;
65123
65223
  changelogLayout?: "timeline" | "classic" | undefined;
65224
+ showNavAvailabilityBadges?: boolean | undefined;
65124
65225
  } | undefined;
65125
65226
  theme?: {
65126
65227
  body?: "default" | "canvas" | undefined;
@@ -65146,6 +65247,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
65146
65247
  search?: {
65147
65248
  prioritizeCurrentProduct?: boolean | undefined;
65148
65249
  defaultFilterByCurrentProduct?: boolean | undefined;
65250
+ externalSitemaps?: string[] | undefined;
65149
65251
  } | undefined;
65150
65252
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
65151
65253
  hide404Page?: boolean | undefined;
@@ -66233,6 +66335,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
66233
66335
  hideFeedback?: boolean | undefined;
66234
66336
  mobileToc?: boolean | undefined;
66235
66337
  changelogLayout?: "timeline" | "classic" | undefined;
66338
+ showNavAvailabilityBadges?: boolean | undefined;
66236
66339
  } | undefined;
66237
66340
  theme?: {
66238
66341
  body?: "default" | "canvas" | undefined;
@@ -66258,6 +66361,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
66258
66361
  search?: {
66259
66362
  prioritizeCurrentProduct?: boolean | undefined;
66260
66363
  defaultFilterByCurrentProduct?: boolean | undefined;
66364
+ externalSitemaps?: string[] | undefined;
66261
66365
  } | undefined;
66262
66366
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
66263
66367
  hide404Page?: boolean | undefined;
@@ -67361,6 +67465,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
67361
67465
  hideFeedback?: boolean | undefined;
67362
67466
  mobileToc?: boolean | undefined;
67363
67467
  changelogLayout?: "timeline" | "classic" | undefined;
67468
+ showNavAvailabilityBadges?: boolean | undefined;
67364
67469
  } | undefined;
67365
67470
  theme?: {
67366
67471
  body?: "default" | "canvas" | undefined;
@@ -67386,6 +67491,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
67386
67491
  search?: {
67387
67492
  prioritizeCurrentProduct?: boolean | undefined;
67388
67493
  defaultFilterByCurrentProduct?: boolean | undefined;
67494
+ externalSitemaps?: string[] | undefined;
67389
67495
  } | undefined;
67390
67496
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
67391
67497
  hide404Page?: boolean | undefined;
@@ -68495,6 +68601,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
68495
68601
  hideFeedback?: boolean | undefined;
68496
68602
  mobileToc?: boolean | undefined;
68497
68603
  changelogLayout?: "timeline" | "classic" | undefined;
68604
+ showNavAvailabilityBadges?: boolean | undefined;
68498
68605
  } | undefined;
68499
68606
  theme?: {
68500
68607
  body?: "default" | "canvas" | undefined;
@@ -68520,6 +68627,7 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
68520
68627
  search?: {
68521
68628
  prioritizeCurrentProduct?: boolean | undefined;
68522
68629
  defaultFilterByCurrentProduct?: boolean | undefined;
68630
+ externalSitemaps?: string[] | undefined;
68523
68631
  } | undefined;
68524
68632
  httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
68525
68633
  hide404Page?: boolean | undefined;