@mintlify/link-rot 3.0.1285 → 3.0.1286

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.
@@ -56,7 +56,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
56
56
  sdk?: undefined;
57
57
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
58
58
  } | {
59
- groups: ({
59
+ groups: (Omit<{
60
60
  group: string;
61
61
  icon?: string | {
62
62
  name: string;
@@ -66,14 +66,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
66
66
  expanded?: boolean | undefined;
67
67
  public?: boolean | undefined;
68
68
  directory?: "none" | "card" | "accordion" | undefined;
69
+ graphql?: undefined;
69
70
  tag?: string | undefined;
70
71
  searchable?: boolean | undefined;
71
72
  boost?: number | undefined;
72
73
  hidden?: boolean | undefined;
73
- graphql?: undefined;
74
74
  sdk?: undefined;
75
75
  root?: string | undefined;
76
- } & {
76
+ }, "sdk"> & {
77
77
  openapi?: string | string[] | {
78
78
  source: string;
79
79
  directory?: string | undefined;
@@ -83,6 +83,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
83
83
  directory?: string | undefined;
84
84
  } | undefined;
85
85
  } & {
86
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
86
87
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
87
88
  })[];
88
89
  directory?: "none" | "card" | "accordion" | undefined;
@@ -90,7 +91,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
90
91
  sdk?: undefined;
91
92
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
92
93
  } | {
93
- pages: (string | ({
94
+ pages: (string | (Omit<{
94
95
  group: string;
95
96
  icon?: string | {
96
97
  name: string;
@@ -100,14 +101,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
100
101
  expanded?: boolean | undefined;
101
102
  public?: boolean | undefined;
102
103
  directory?: "none" | "card" | "accordion" | undefined;
104
+ graphql?: undefined;
103
105
  tag?: string | undefined;
104
106
  searchable?: boolean | undefined;
105
107
  boost?: number | undefined;
106
108
  hidden?: boolean | undefined;
107
- graphql?: undefined;
108
109
  sdk?: undefined;
109
110
  root?: string | undefined;
110
- } & {
111
+ }, "sdk"> & {
111
112
  openapi?: string | string[] | {
112
113
  source: string;
113
114
  directory?: string | undefined;
@@ -117,6 +118,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
117
118
  directory?: string | undefined;
118
119
  } | undefined;
119
120
  } & {
121
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
120
122
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
121
123
  }))[];
122
124
  directory?: "none" | "card" | "accordion" | undefined;
@@ -472,7 +474,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
472
474
  sdk?: undefined;
473
475
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
474
476
  } | {
475
- groups: ({
477
+ groups: (Omit<{
476
478
  group: string;
477
479
  icon?: string | {
478
480
  name: string;
@@ -482,14 +484,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
482
484
  expanded?: boolean | undefined;
483
485
  public?: boolean | undefined;
484
486
  directory?: "none" | "card" | "accordion" | undefined;
487
+ graphql?: undefined;
485
488
  tag?: string | undefined;
486
489
  searchable?: boolean | undefined;
487
490
  boost?: number | undefined;
488
491
  hidden?: boolean | undefined;
489
- graphql?: undefined;
490
492
  sdk?: undefined;
491
493
  root?: string | undefined;
492
- } & {
494
+ }, "sdk"> & {
493
495
  openapi?: string | string[] | {
494
496
  source: string;
495
497
  directory?: string | undefined;
@@ -499,6 +501,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
499
501
  directory?: string | undefined;
500
502
  } | undefined;
501
503
  } & {
504
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
502
505
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
503
506
  })[];
504
507
  directory?: "none" | "card" | "accordion" | undefined;
@@ -506,7 +509,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
506
509
  sdk?: undefined;
507
510
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
508
511
  } | {
509
- pages: (string | ({
512
+ pages: (string | (Omit<{
510
513
  group: string;
511
514
  icon?: string | {
512
515
  name: string;
@@ -516,14 +519,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
516
519
  expanded?: boolean | undefined;
517
520
  public?: boolean | undefined;
518
521
  directory?: "none" | "card" | "accordion" | undefined;
522
+ graphql?: undefined;
519
523
  tag?: string | undefined;
520
524
  searchable?: boolean | undefined;
521
525
  boost?: number | undefined;
522
526
  hidden?: boolean | undefined;
523
- graphql?: undefined;
524
527
  sdk?: undefined;
525
528
  root?: string | undefined;
526
- } & {
529
+ }, "sdk"> & {
527
530
  openapi?: string | string[] | {
528
531
  source: string;
529
532
  directory?: string | undefined;
@@ -533,6 +536,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
533
536
  directory?: string | undefined;
534
537
  } | undefined;
535
538
  } & {
539
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
536
540
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
537
541
  }))[];
538
542
  directory?: "none" | "card" | "accordion" | undefined;
@@ -888,7 +892,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
888
892
  sdk?: undefined;
889
893
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
890
894
  } | {
891
- groups: ({
895
+ groups: (Omit<{
892
896
  group: string;
893
897
  icon?: string | {
894
898
  name: string;
@@ -898,14 +902,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
898
902
  expanded?: boolean | undefined;
899
903
  public?: boolean | undefined;
900
904
  directory?: "none" | "card" | "accordion" | undefined;
905
+ graphql?: undefined;
901
906
  tag?: string | undefined;
902
907
  searchable?: boolean | undefined;
903
908
  boost?: number | undefined;
904
909
  hidden?: boolean | undefined;
905
- graphql?: undefined;
906
910
  sdk?: undefined;
907
911
  root?: string | undefined;
908
- } & {
912
+ }, "sdk"> & {
909
913
  openapi?: string | string[] | {
910
914
  source: string;
911
915
  directory?: string | undefined;
@@ -915,6 +919,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
915
919
  directory?: string | undefined;
916
920
  } | undefined;
917
921
  } & {
922
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
918
923
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
919
924
  })[];
920
925
  directory?: "none" | "card" | "accordion" | undefined;
@@ -922,7 +927,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
922
927
  sdk?: undefined;
923
928
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
924
929
  } | {
925
- pages: (string | ({
930
+ pages: (string | (Omit<{
926
931
  group: string;
927
932
  icon?: string | {
928
933
  name: string;
@@ -932,14 +937,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
932
937
  expanded?: boolean | undefined;
933
938
  public?: boolean | undefined;
934
939
  directory?: "none" | "card" | "accordion" | undefined;
940
+ graphql?: undefined;
935
941
  tag?: string | undefined;
936
942
  searchable?: boolean | undefined;
937
943
  boost?: number | undefined;
938
944
  hidden?: boolean | undefined;
939
- graphql?: undefined;
940
945
  sdk?: undefined;
941
946
  root?: string | undefined;
942
- } & {
947
+ }, "sdk"> & {
943
948
  openapi?: string | string[] | {
944
949
  source: string;
945
950
  directory?: string | undefined;
@@ -949,6 +954,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
949
954
  directory?: string | undefined;
950
955
  } | undefined;
951
956
  } & {
957
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
952
958
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
953
959
  }))[];
954
960
  directory?: "none" | "card" | "accordion" | undefined;
@@ -1304,7 +1310,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1304
1310
  sdk?: undefined;
1305
1311
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1306
1312
  } | {
1307
- groups: ({
1313
+ groups: (Omit<{
1308
1314
  group: string;
1309
1315
  icon?: string | {
1310
1316
  name: string;
@@ -1314,14 +1320,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1314
1320
  expanded?: boolean | undefined;
1315
1321
  public?: boolean | undefined;
1316
1322
  directory?: "none" | "card" | "accordion" | undefined;
1323
+ graphql?: undefined;
1317
1324
  tag?: string | undefined;
1318
1325
  searchable?: boolean | undefined;
1319
1326
  boost?: number | undefined;
1320
1327
  hidden?: boolean | undefined;
1321
- graphql?: undefined;
1322
1328
  sdk?: undefined;
1323
1329
  root?: string | undefined;
1324
- } & {
1330
+ }, "sdk"> & {
1325
1331
  openapi?: string | string[] | {
1326
1332
  source: string;
1327
1333
  directory?: string | undefined;
@@ -1331,6 +1337,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1331
1337
  directory?: string | undefined;
1332
1338
  } | undefined;
1333
1339
  } & {
1340
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
1334
1341
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
1335
1342
  })[];
1336
1343
  directory?: "none" | "card" | "accordion" | undefined;
@@ -1338,7 +1345,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1338
1345
  sdk?: undefined;
1339
1346
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1340
1347
  } | {
1341
- pages: (string | ({
1348
+ pages: (string | (Omit<{
1342
1349
  group: string;
1343
1350
  icon?: string | {
1344
1351
  name: string;
@@ -1348,14 +1355,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1348
1355
  expanded?: boolean | undefined;
1349
1356
  public?: boolean | undefined;
1350
1357
  directory?: "none" | "card" | "accordion" | undefined;
1358
+ graphql?: undefined;
1351
1359
  tag?: string | undefined;
1352
1360
  searchable?: boolean | undefined;
1353
1361
  boost?: number | undefined;
1354
1362
  hidden?: boolean | undefined;
1355
- graphql?: undefined;
1356
1363
  sdk?: undefined;
1357
1364
  root?: string | undefined;
1358
- } & {
1365
+ }, "sdk"> & {
1359
1366
  openapi?: string | string[] | {
1360
1367
  source: string;
1361
1368
  directory?: string | undefined;
@@ -1365,6 +1372,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1365
1372
  directory?: string | undefined;
1366
1373
  } | undefined;
1367
1374
  } & {
1375
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
1368
1376
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
1369
1377
  }))[];
1370
1378
  directory?: "none" | "card" | "accordion" | undefined;
@@ -1720,7 +1728,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1720
1728
  sdk?: undefined;
1721
1729
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1722
1730
  } | {
1723
- groups: ({
1731
+ groups: (Omit<{
1724
1732
  group: string;
1725
1733
  icon?: string | {
1726
1734
  name: string;
@@ -1730,14 +1738,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1730
1738
  expanded?: boolean | undefined;
1731
1739
  public?: boolean | undefined;
1732
1740
  directory?: "none" | "card" | "accordion" | undefined;
1741
+ graphql?: undefined;
1733
1742
  tag?: string | undefined;
1734
1743
  searchable?: boolean | undefined;
1735
1744
  boost?: number | undefined;
1736
1745
  hidden?: boolean | undefined;
1737
- graphql?: undefined;
1738
1746
  sdk?: undefined;
1739
1747
  root?: string | undefined;
1740
- } & {
1748
+ }, "sdk"> & {
1741
1749
  openapi?: string | string[] | {
1742
1750
  source: string;
1743
1751
  directory?: string | undefined;
@@ -1747,6 +1755,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1747
1755
  directory?: string | undefined;
1748
1756
  } | undefined;
1749
1757
  } & {
1758
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
1750
1759
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
1751
1760
  })[];
1752
1761
  directory?: "none" | "card" | "accordion" | undefined;
@@ -1754,7 +1763,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1754
1763
  sdk?: undefined;
1755
1764
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
1756
1765
  } | {
1757
- pages: (string | ({
1766
+ pages: (string | (Omit<{
1758
1767
  group: string;
1759
1768
  icon?: string | {
1760
1769
  name: string;
@@ -1764,14 +1773,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1764
1773
  expanded?: boolean | undefined;
1765
1774
  public?: boolean | undefined;
1766
1775
  directory?: "none" | "card" | "accordion" | undefined;
1776
+ graphql?: undefined;
1767
1777
  tag?: string | undefined;
1768
1778
  searchable?: boolean | undefined;
1769
1779
  boost?: number | undefined;
1770
1780
  hidden?: boolean | undefined;
1771
- graphql?: undefined;
1772
1781
  sdk?: undefined;
1773
1782
  root?: string | undefined;
1774
- } & {
1783
+ }, "sdk"> & {
1775
1784
  openapi?: string | string[] | {
1776
1785
  source: string;
1777
1786
  directory?: string | undefined;
@@ -1781,6 +1790,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
1781
1790
  directory?: string | undefined;
1782
1791
  } | undefined;
1783
1792
  } & {
1793
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
1784
1794
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
1785
1795
  }))[];
1786
1796
  directory?: "none" | "card" | "accordion" | undefined;
@@ -2136,7 +2146,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2136
2146
  sdk?: undefined;
2137
2147
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2138
2148
  } | {
2139
- groups: ({
2149
+ groups: (Omit<{
2140
2150
  group: string;
2141
2151
  icon?: string | {
2142
2152
  name: string;
@@ -2146,14 +2156,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2146
2156
  expanded?: boolean | undefined;
2147
2157
  public?: boolean | undefined;
2148
2158
  directory?: "none" | "card" | "accordion" | undefined;
2159
+ graphql?: undefined;
2149
2160
  tag?: string | undefined;
2150
2161
  searchable?: boolean | undefined;
2151
2162
  boost?: number | undefined;
2152
2163
  hidden?: boolean | undefined;
2153
- graphql?: undefined;
2154
2164
  sdk?: undefined;
2155
2165
  root?: string | undefined;
2156
- } & {
2166
+ }, "sdk"> & {
2157
2167
  openapi?: string | string[] | {
2158
2168
  source: string;
2159
2169
  directory?: string | undefined;
@@ -2163,6 +2173,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2163
2173
  directory?: string | undefined;
2164
2174
  } | undefined;
2165
2175
  } & {
2176
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
2166
2177
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
2167
2178
  })[];
2168
2179
  directory?: "none" | "card" | "accordion" | undefined;
@@ -2170,7 +2181,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2170
2181
  sdk?: undefined;
2171
2182
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2172
2183
  } | {
2173
- pages: (string | ({
2184
+ pages: (string | (Omit<{
2174
2185
  group: string;
2175
2186
  icon?: string | {
2176
2187
  name: string;
@@ -2180,14 +2191,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2180
2191
  expanded?: boolean | undefined;
2181
2192
  public?: boolean | undefined;
2182
2193
  directory?: "none" | "card" | "accordion" | undefined;
2194
+ graphql?: undefined;
2183
2195
  tag?: string | undefined;
2184
2196
  searchable?: boolean | undefined;
2185
2197
  boost?: number | undefined;
2186
2198
  hidden?: boolean | undefined;
2187
- graphql?: undefined;
2188
2199
  sdk?: undefined;
2189
2200
  root?: string | undefined;
2190
- } & {
2201
+ }, "sdk"> & {
2191
2202
  openapi?: string | string[] | {
2192
2203
  source: string;
2193
2204
  directory?: string | undefined;
@@ -2197,6 +2208,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2197
2208
  directory?: string | undefined;
2198
2209
  } | undefined;
2199
2210
  } & {
2211
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
2200
2212
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
2201
2213
  }))[];
2202
2214
  directory?: "none" | "card" | "accordion" | undefined;
@@ -2552,7 +2564,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2552
2564
  sdk?: undefined;
2553
2565
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2554
2566
  } | {
2555
- groups: ({
2567
+ groups: (Omit<{
2556
2568
  group: string;
2557
2569
  icon?: string | {
2558
2570
  name: string;
@@ -2562,14 +2574,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2562
2574
  expanded?: boolean | undefined;
2563
2575
  public?: boolean | undefined;
2564
2576
  directory?: "none" | "card" | "accordion" | undefined;
2577
+ graphql?: undefined;
2565
2578
  tag?: string | undefined;
2566
2579
  searchable?: boolean | undefined;
2567
2580
  boost?: number | undefined;
2568
2581
  hidden?: boolean | undefined;
2569
- graphql?: undefined;
2570
2582
  sdk?: undefined;
2571
2583
  root?: string | undefined;
2572
- } & {
2584
+ }, "sdk"> & {
2573
2585
  openapi?: string | string[] | {
2574
2586
  source: string;
2575
2587
  directory?: string | undefined;
@@ -2579,6 +2591,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2579
2591
  directory?: string | undefined;
2580
2592
  } | undefined;
2581
2593
  } & {
2594
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
2582
2595
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
2583
2596
  })[];
2584
2597
  directory?: "none" | "card" | "accordion" | undefined;
@@ -2586,7 +2599,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2586
2599
  sdk?: undefined;
2587
2600
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2588
2601
  } | {
2589
- pages: (string | ({
2602
+ pages: (string | (Omit<{
2590
2603
  group: string;
2591
2604
  icon?: string | {
2592
2605
  name: string;
@@ -2596,14 +2609,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2596
2609
  expanded?: boolean | undefined;
2597
2610
  public?: boolean | undefined;
2598
2611
  directory?: "none" | "card" | "accordion" | undefined;
2612
+ graphql?: undefined;
2599
2613
  tag?: string | undefined;
2600
2614
  searchable?: boolean | undefined;
2601
2615
  boost?: number | undefined;
2602
2616
  hidden?: boolean | undefined;
2603
- graphql?: undefined;
2604
2617
  sdk?: undefined;
2605
2618
  root?: string | undefined;
2606
- } & {
2619
+ }, "sdk"> & {
2607
2620
  openapi?: string | string[] | {
2608
2621
  source: string;
2609
2622
  directory?: string | undefined;
@@ -2613,6 +2626,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2613
2626
  directory?: string | undefined;
2614
2627
  } | undefined;
2615
2628
  } & {
2629
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
2616
2630
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
2617
2631
  }))[];
2618
2632
  directory?: "none" | "card" | "accordion" | undefined;
@@ -2968,7 +2982,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2968
2982
  sdk?: undefined;
2969
2983
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2970
2984
  } | {
2971
- groups: ({
2985
+ groups: (Omit<{
2972
2986
  group: string;
2973
2987
  icon?: string | {
2974
2988
  name: string;
@@ -2978,14 +2992,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2978
2992
  expanded?: boolean | undefined;
2979
2993
  public?: boolean | undefined;
2980
2994
  directory?: "none" | "card" | "accordion" | undefined;
2995
+ graphql?: undefined;
2981
2996
  tag?: string | undefined;
2982
2997
  searchable?: boolean | undefined;
2983
2998
  boost?: number | undefined;
2984
2999
  hidden?: boolean | undefined;
2985
- graphql?: undefined;
2986
3000
  sdk?: undefined;
2987
3001
  root?: string | undefined;
2988
- } & {
3002
+ }, "sdk"> & {
2989
3003
  openapi?: string | string[] | {
2990
3004
  source: string;
2991
3005
  directory?: string | undefined;
@@ -2995,6 +3009,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
2995
3009
  directory?: string | undefined;
2996
3010
  } | undefined;
2997
3011
  } & {
3012
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
2998
3013
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
2999
3014
  })[];
3000
3015
  directory?: "none" | "card" | "accordion" | undefined;
@@ -3002,7 +3017,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3002
3017
  sdk?: undefined;
3003
3018
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3004
3019
  } | {
3005
- pages: (string | ({
3020
+ pages: (string | (Omit<{
3006
3021
  group: string;
3007
3022
  icon?: string | {
3008
3023
  name: string;
@@ -3012,14 +3027,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3012
3027
  expanded?: boolean | undefined;
3013
3028
  public?: boolean | undefined;
3014
3029
  directory?: "none" | "card" | "accordion" | undefined;
3030
+ graphql?: undefined;
3015
3031
  tag?: string | undefined;
3016
3032
  searchable?: boolean | undefined;
3017
3033
  boost?: number | undefined;
3018
3034
  hidden?: boolean | undefined;
3019
- graphql?: undefined;
3020
3035
  sdk?: undefined;
3021
3036
  root?: string | undefined;
3022
- } & {
3037
+ }, "sdk"> & {
3023
3038
  openapi?: string | string[] | {
3024
3039
  source: string;
3025
3040
  directory?: string | undefined;
@@ -3029,6 +3044,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3029
3044
  directory?: string | undefined;
3030
3045
  } | undefined;
3031
3046
  } & {
3047
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
3032
3048
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
3033
3049
  }))[];
3034
3050
  directory?: "none" | "card" | "accordion" | undefined;
@@ -3384,7 +3400,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3384
3400
  sdk?: undefined;
3385
3401
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3386
3402
  } | {
3387
- groups: ({
3403
+ groups: (Omit<{
3388
3404
  group: string;
3389
3405
  icon?: string | {
3390
3406
  name: string;
@@ -3394,14 +3410,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3394
3410
  expanded?: boolean | undefined;
3395
3411
  public?: boolean | undefined;
3396
3412
  directory?: "none" | "card" | "accordion" | undefined;
3413
+ graphql?: undefined;
3397
3414
  tag?: string | undefined;
3398
3415
  searchable?: boolean | undefined;
3399
3416
  boost?: number | undefined;
3400
3417
  hidden?: boolean | undefined;
3401
- graphql?: undefined;
3402
3418
  sdk?: undefined;
3403
3419
  root?: string | undefined;
3404
- } & {
3420
+ }, "sdk"> & {
3405
3421
  openapi?: string | string[] | {
3406
3422
  source: string;
3407
3423
  directory?: string | undefined;
@@ -3411,6 +3427,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3411
3427
  directory?: string | undefined;
3412
3428
  } | undefined;
3413
3429
  } & {
3430
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
3414
3431
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
3415
3432
  })[];
3416
3433
  directory?: "none" | "card" | "accordion" | undefined;
@@ -3418,7 +3435,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3418
3435
  sdk?: undefined;
3419
3436
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3420
3437
  } | {
3421
- pages: (string | ({
3438
+ pages: (string | (Omit<{
3422
3439
  group: string;
3423
3440
  icon?: string | {
3424
3441
  name: string;
@@ -3428,14 +3445,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3428
3445
  expanded?: boolean | undefined;
3429
3446
  public?: boolean | undefined;
3430
3447
  directory?: "none" | "card" | "accordion" | undefined;
3448
+ graphql?: undefined;
3431
3449
  tag?: string | undefined;
3432
3450
  searchable?: boolean | undefined;
3433
3451
  boost?: number | undefined;
3434
3452
  hidden?: boolean | undefined;
3435
- graphql?: undefined;
3436
3453
  sdk?: undefined;
3437
3454
  root?: string | undefined;
3438
- } & {
3455
+ }, "sdk"> & {
3439
3456
  openapi?: string | string[] | {
3440
3457
  source: string;
3441
3458
  directory?: string | undefined;
@@ -3445,6 +3462,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3445
3462
  directory?: string | undefined;
3446
3463
  } | undefined;
3447
3464
  } & {
3465
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
3448
3466
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
3449
3467
  }))[];
3450
3468
  directory?: "none" | "card" | "accordion" | undefined;
@@ -3810,7 +3828,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3810
3828
  sdk?: undefined;
3811
3829
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3812
3830
  } | {
3813
- groups: ({
3831
+ groups: (Omit<{
3814
3832
  group: string;
3815
3833
  icon?: string | {
3816
3834
  name: string;
@@ -3820,14 +3838,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3820
3838
  expanded?: boolean | undefined;
3821
3839
  public?: boolean | undefined;
3822
3840
  directory?: "none" | "card" | "accordion" | undefined;
3841
+ graphql?: undefined;
3823
3842
  tag?: string | undefined;
3824
3843
  searchable?: boolean | undefined;
3825
3844
  boost?: number | undefined;
3826
3845
  hidden?: boolean | undefined;
3827
- graphql?: undefined;
3828
3846
  sdk?: undefined;
3829
3847
  root?: string | undefined;
3830
- } & {
3848
+ }, "sdk"> & {
3831
3849
  openapi?: string | string[] | {
3832
3850
  source: string;
3833
3851
  directory?: string | undefined;
@@ -3837,6 +3855,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3837
3855
  directory?: string | undefined;
3838
3856
  } | undefined;
3839
3857
  } & {
3858
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
3840
3859
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
3841
3860
  })[];
3842
3861
  directory?: "none" | "card" | "accordion" | undefined;
@@ -3844,7 +3863,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3844
3863
  sdk?: undefined;
3845
3864
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
3846
3865
  } | {
3847
- pages: (string | ({
3866
+ pages: (string | (Omit<{
3848
3867
  group: string;
3849
3868
  icon?: string | {
3850
3869
  name: string;
@@ -3854,14 +3873,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3854
3873
  expanded?: boolean | undefined;
3855
3874
  public?: boolean | undefined;
3856
3875
  directory?: "none" | "card" | "accordion" | undefined;
3876
+ graphql?: undefined;
3857
3877
  tag?: string | undefined;
3858
3878
  searchable?: boolean | undefined;
3859
3879
  boost?: number | undefined;
3860
3880
  hidden?: boolean | undefined;
3861
- graphql?: undefined;
3862
3881
  sdk?: undefined;
3863
3882
  root?: string | undefined;
3864
- } & {
3883
+ }, "sdk"> & {
3865
3884
  openapi?: string | string[] | {
3866
3885
  source: string;
3867
3886
  directory?: string | undefined;
@@ -3871,6 +3890,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
3871
3890
  directory?: string | undefined;
3872
3891
  } | undefined;
3873
3892
  } & {
3893
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
3874
3894
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
3875
3895
  }))[];
3876
3896
  directory?: "none" | "card" | "accordion" | undefined;
@@ -4226,7 +4246,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4226
4246
  sdk?: undefined;
4227
4247
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4228
4248
  } | {
4229
- groups: ({
4249
+ groups: (Omit<{
4230
4250
  group: string;
4231
4251
  icon?: string | {
4232
4252
  name: string;
@@ -4236,14 +4256,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4236
4256
  expanded?: boolean | undefined;
4237
4257
  public?: boolean | undefined;
4238
4258
  directory?: "none" | "card" | "accordion" | undefined;
4259
+ graphql?: undefined;
4239
4260
  tag?: string | undefined;
4240
4261
  searchable?: boolean | undefined;
4241
4262
  boost?: number | undefined;
4242
4263
  hidden?: boolean | undefined;
4243
- graphql?: undefined;
4244
4264
  sdk?: undefined;
4245
4265
  root?: string | undefined;
4246
- } & {
4266
+ }, "sdk"> & {
4247
4267
  openapi?: string | string[] | {
4248
4268
  source: string;
4249
4269
  directory?: string | undefined;
@@ -4253,6 +4273,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4253
4273
  directory?: string | undefined;
4254
4274
  } | undefined;
4255
4275
  } & {
4276
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
4256
4277
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
4257
4278
  })[];
4258
4279
  directory?: "none" | "card" | "accordion" | undefined;
@@ -4260,7 +4281,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4260
4281
  sdk?: undefined;
4261
4282
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4262
4283
  } | {
4263
- pages: (string | ({
4284
+ pages: (string | (Omit<{
4264
4285
  group: string;
4265
4286
  icon?: string | {
4266
4287
  name: string;
@@ -4270,14 +4291,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4270
4291
  expanded?: boolean | undefined;
4271
4292
  public?: boolean | undefined;
4272
4293
  directory?: "none" | "card" | "accordion" | undefined;
4294
+ graphql?: undefined;
4273
4295
  tag?: string | undefined;
4274
4296
  searchable?: boolean | undefined;
4275
4297
  boost?: number | undefined;
4276
4298
  hidden?: boolean | undefined;
4277
- graphql?: undefined;
4278
4299
  sdk?: undefined;
4279
4300
  root?: string | undefined;
4280
- } & {
4301
+ }, "sdk"> & {
4281
4302
  openapi?: string | string[] | {
4282
4303
  source: string;
4283
4304
  directory?: string | undefined;
@@ -4287,6 +4308,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4287
4308
  directory?: string | undefined;
4288
4309
  } | undefined;
4289
4310
  } & {
4311
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
4290
4312
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
4291
4313
  }))[];
4292
4314
  directory?: "none" | "card" | "accordion" | undefined;
@@ -4642,7 +4664,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4642
4664
  sdk?: undefined;
4643
4665
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4644
4666
  } | {
4645
- groups: ({
4667
+ groups: (Omit<{
4646
4668
  group: string;
4647
4669
  icon?: string | {
4648
4670
  name: string;
@@ -4652,14 +4674,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4652
4674
  expanded?: boolean | undefined;
4653
4675
  public?: boolean | undefined;
4654
4676
  directory?: "none" | "card" | "accordion" | undefined;
4677
+ graphql?: undefined;
4655
4678
  tag?: string | undefined;
4656
4679
  searchable?: boolean | undefined;
4657
4680
  boost?: number | undefined;
4658
4681
  hidden?: boolean | undefined;
4659
- graphql?: undefined;
4660
4682
  sdk?: undefined;
4661
4683
  root?: string | undefined;
4662
- } & {
4684
+ }, "sdk"> & {
4663
4685
  openapi?: string | string[] | {
4664
4686
  source: string;
4665
4687
  directory?: string | undefined;
@@ -4669,6 +4691,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4669
4691
  directory?: string | undefined;
4670
4692
  } | undefined;
4671
4693
  } & {
4694
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
4672
4695
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
4673
4696
  })[];
4674
4697
  directory?: "none" | "card" | "accordion" | undefined;
@@ -4676,7 +4699,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4676
4699
  sdk?: undefined;
4677
4700
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4678
4701
  } | {
4679
- pages: (string | ({
4702
+ pages: (string | (Omit<{
4680
4703
  group: string;
4681
4704
  icon?: string | {
4682
4705
  name: string;
@@ -4686,14 +4709,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4686
4709
  expanded?: boolean | undefined;
4687
4710
  public?: boolean | undefined;
4688
4711
  directory?: "none" | "card" | "accordion" | undefined;
4712
+ graphql?: undefined;
4689
4713
  tag?: string | undefined;
4690
4714
  searchable?: boolean | undefined;
4691
4715
  boost?: number | undefined;
4692
4716
  hidden?: boolean | undefined;
4693
- graphql?: undefined;
4694
4717
  sdk?: undefined;
4695
4718
  root?: string | undefined;
4696
- } & {
4719
+ }, "sdk"> & {
4697
4720
  openapi?: string | string[] | {
4698
4721
  source: string;
4699
4722
  directory?: string | undefined;
@@ -4703,6 +4726,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
4703
4726
  directory?: string | undefined;
4704
4727
  } | undefined;
4705
4728
  } & {
4729
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
4706
4730
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
4707
4731
  }))[];
4708
4732
  directory?: "none" | "card" | "accordion" | undefined;
@@ -5058,7 +5082,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5058
5082
  sdk?: undefined;
5059
5083
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
5060
5084
  } | {
5061
- groups: ({
5085
+ groups: (Omit<{
5062
5086
  group: string;
5063
5087
  icon?: string | {
5064
5088
  name: string;
@@ -5068,14 +5092,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5068
5092
  expanded?: boolean | undefined;
5069
5093
  public?: boolean | undefined;
5070
5094
  directory?: "none" | "card" | "accordion" | undefined;
5095
+ graphql?: undefined;
5071
5096
  tag?: string | undefined;
5072
5097
  searchable?: boolean | undefined;
5073
5098
  boost?: number | undefined;
5074
5099
  hidden?: boolean | undefined;
5075
- graphql?: undefined;
5076
5100
  sdk?: undefined;
5077
5101
  root?: string | undefined;
5078
- } & {
5102
+ }, "sdk"> & {
5079
5103
  openapi?: string | string[] | {
5080
5104
  source: string;
5081
5105
  directory?: string | undefined;
@@ -5085,6 +5109,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5085
5109
  directory?: string | undefined;
5086
5110
  } | undefined;
5087
5111
  } & {
5112
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
5088
5113
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
5089
5114
  })[];
5090
5115
  directory?: "none" | "card" | "accordion" | undefined;
@@ -5092,7 +5117,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5092
5117
  sdk?: undefined;
5093
5118
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
5094
5119
  } | {
5095
- pages: (string | ({
5120
+ pages: (string | (Omit<{
5096
5121
  group: string;
5097
5122
  icon?: string | {
5098
5123
  name: string;
@@ -5102,14 +5127,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5102
5127
  expanded?: boolean | undefined;
5103
5128
  public?: boolean | undefined;
5104
5129
  directory?: "none" | "card" | "accordion" | undefined;
5130
+ graphql?: undefined;
5105
5131
  tag?: string | undefined;
5106
5132
  searchable?: boolean | undefined;
5107
5133
  boost?: number | undefined;
5108
5134
  hidden?: boolean | undefined;
5109
- graphql?: undefined;
5110
5135
  sdk?: undefined;
5111
5136
  root?: string | undefined;
5112
- } & {
5137
+ }, "sdk"> & {
5113
5138
  openapi?: string | string[] | {
5114
5139
  source: string;
5115
5140
  directory?: string | undefined;
@@ -5119,6 +5144,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5119
5144
  directory?: string | undefined;
5120
5145
  } | undefined;
5121
5146
  } & {
5147
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
5122
5148
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
5123
5149
  }))[];
5124
5150
  directory?: "none" | "card" | "accordion" | undefined;
@@ -5474,7 +5500,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5474
5500
  sdk?: undefined;
5475
5501
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
5476
5502
  } | {
5477
- groups: ({
5503
+ groups: (Omit<{
5478
5504
  group: string;
5479
5505
  icon?: string | {
5480
5506
  name: string;
@@ -5484,14 +5510,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5484
5510
  expanded?: boolean | undefined;
5485
5511
  public?: boolean | undefined;
5486
5512
  directory?: "none" | "card" | "accordion" | undefined;
5513
+ graphql?: undefined;
5487
5514
  tag?: string | undefined;
5488
5515
  searchable?: boolean | undefined;
5489
5516
  boost?: number | undefined;
5490
5517
  hidden?: boolean | undefined;
5491
- graphql?: undefined;
5492
5518
  sdk?: undefined;
5493
5519
  root?: string | undefined;
5494
- } & {
5520
+ }, "sdk"> & {
5495
5521
  openapi?: string | string[] | {
5496
5522
  source: string;
5497
5523
  directory?: string | undefined;
@@ -5501,6 +5527,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5501
5527
  directory?: string | undefined;
5502
5528
  } | undefined;
5503
5529
  } & {
5530
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
5504
5531
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
5505
5532
  })[];
5506
5533
  directory?: "none" | "card" | "accordion" | undefined;
@@ -5508,7 +5535,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5508
5535
  sdk?: undefined;
5509
5536
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
5510
5537
  } | {
5511
- pages: (string | ({
5538
+ pages: (string | (Omit<{
5512
5539
  group: string;
5513
5540
  icon?: string | {
5514
5541
  name: string;
@@ -5518,14 +5545,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5518
5545
  expanded?: boolean | undefined;
5519
5546
  public?: boolean | undefined;
5520
5547
  directory?: "none" | "card" | "accordion" | undefined;
5548
+ graphql?: undefined;
5521
5549
  tag?: string | undefined;
5522
5550
  searchable?: boolean | undefined;
5523
5551
  boost?: number | undefined;
5524
5552
  hidden?: boolean | undefined;
5525
- graphql?: undefined;
5526
5553
  sdk?: undefined;
5527
5554
  root?: string | undefined;
5528
- } & {
5555
+ }, "sdk"> & {
5529
5556
  openapi?: string | string[] | {
5530
5557
  source: string;
5531
5558
  directory?: string | undefined;
@@ -5535,6 +5562,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5535
5562
  directory?: string | undefined;
5536
5563
  } | undefined;
5537
5564
  } & {
5565
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
5538
5566
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
5539
5567
  }))[];
5540
5568
  directory?: "none" | "card" | "accordion" | undefined;
@@ -5890,7 +5918,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5890
5918
  sdk?: undefined;
5891
5919
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
5892
5920
  } | {
5893
- groups: ({
5921
+ groups: (Omit<{
5894
5922
  group: string;
5895
5923
  icon?: string | {
5896
5924
  name: string;
@@ -5900,14 +5928,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5900
5928
  expanded?: boolean | undefined;
5901
5929
  public?: boolean | undefined;
5902
5930
  directory?: "none" | "card" | "accordion" | undefined;
5931
+ graphql?: undefined;
5903
5932
  tag?: string | undefined;
5904
5933
  searchable?: boolean | undefined;
5905
5934
  boost?: number | undefined;
5906
5935
  hidden?: boolean | undefined;
5907
- graphql?: undefined;
5908
5936
  sdk?: undefined;
5909
5937
  root?: string | undefined;
5910
- } & {
5938
+ }, "sdk"> & {
5911
5939
  openapi?: string | string[] | {
5912
5940
  source: string;
5913
5941
  directory?: string | undefined;
@@ -5917,6 +5945,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5917
5945
  directory?: string | undefined;
5918
5946
  } | undefined;
5919
5947
  } & {
5948
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
5920
5949
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
5921
5950
  })[];
5922
5951
  directory?: "none" | "card" | "accordion" | undefined;
@@ -5924,7 +5953,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5924
5953
  sdk?: undefined;
5925
5954
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
5926
5955
  } | {
5927
- pages: (string | ({
5956
+ pages: (string | (Omit<{
5928
5957
  group: string;
5929
5958
  icon?: string | {
5930
5959
  name: string;
@@ -5934,14 +5963,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5934
5963
  expanded?: boolean | undefined;
5935
5964
  public?: boolean | undefined;
5936
5965
  directory?: "none" | "card" | "accordion" | undefined;
5966
+ graphql?: undefined;
5937
5967
  tag?: string | undefined;
5938
5968
  searchable?: boolean | undefined;
5939
5969
  boost?: number | undefined;
5940
5970
  hidden?: boolean | undefined;
5941
- graphql?: undefined;
5942
5971
  sdk?: undefined;
5943
5972
  root?: string | undefined;
5944
- } & {
5973
+ }, "sdk"> & {
5945
5974
  openapi?: string | string[] | {
5946
5975
  source: string;
5947
5976
  directory?: string | undefined;
@@ -5951,6 +5980,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
5951
5980
  directory?: string | undefined;
5952
5981
  } | undefined;
5953
5982
  } & {
5983
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
5954
5984
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
5955
5985
  }))[];
5956
5986
  directory?: "none" | "card" | "accordion" | undefined;
@@ -6306,7 +6336,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6306
6336
  sdk?: undefined;
6307
6337
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
6308
6338
  } | {
6309
- groups: ({
6339
+ groups: (Omit<{
6310
6340
  group: string;
6311
6341
  icon?: string | {
6312
6342
  name: string;
@@ -6316,14 +6346,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6316
6346
  expanded?: boolean | undefined;
6317
6347
  public?: boolean | undefined;
6318
6348
  directory?: "none" | "card" | "accordion" | undefined;
6349
+ graphql?: undefined;
6319
6350
  tag?: string | undefined;
6320
6351
  searchable?: boolean | undefined;
6321
6352
  boost?: number | undefined;
6322
6353
  hidden?: boolean | undefined;
6323
- graphql?: undefined;
6324
6354
  sdk?: undefined;
6325
6355
  root?: string | undefined;
6326
- } & {
6356
+ }, "sdk"> & {
6327
6357
  openapi?: string | string[] | {
6328
6358
  source: string;
6329
6359
  directory?: string | undefined;
@@ -6333,6 +6363,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6333
6363
  directory?: string | undefined;
6334
6364
  } | undefined;
6335
6365
  } & {
6366
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
6336
6367
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
6337
6368
  })[];
6338
6369
  directory?: "none" | "card" | "accordion" | undefined;
@@ -6340,7 +6371,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6340
6371
  sdk?: undefined;
6341
6372
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
6342
6373
  } | {
6343
- pages: (string | ({
6374
+ pages: (string | (Omit<{
6344
6375
  group: string;
6345
6376
  icon?: string | {
6346
6377
  name: string;
@@ -6350,14 +6381,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6350
6381
  expanded?: boolean | undefined;
6351
6382
  public?: boolean | undefined;
6352
6383
  directory?: "none" | "card" | "accordion" | undefined;
6384
+ graphql?: undefined;
6353
6385
  tag?: string | undefined;
6354
6386
  searchable?: boolean | undefined;
6355
6387
  boost?: number | undefined;
6356
6388
  hidden?: boolean | undefined;
6357
- graphql?: undefined;
6358
6389
  sdk?: undefined;
6359
6390
  root?: string | undefined;
6360
- } & {
6391
+ }, "sdk"> & {
6361
6392
  openapi?: string | string[] | {
6362
6393
  source: string;
6363
6394
  directory?: string | undefined;
@@ -6367,6 +6398,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6367
6398
  directory?: string | undefined;
6368
6399
  } | undefined;
6369
6400
  } & {
6401
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
6370
6402
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
6371
6403
  }))[];
6372
6404
  directory?: "none" | "card" | "accordion" | undefined;
@@ -6722,7 +6754,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6722
6754
  sdk?: undefined;
6723
6755
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
6724
6756
  } | {
6725
- groups: ({
6757
+ groups: (Omit<{
6726
6758
  group: string;
6727
6759
  icon?: string | {
6728
6760
  name: string;
@@ -6732,14 +6764,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6732
6764
  expanded?: boolean | undefined;
6733
6765
  public?: boolean | undefined;
6734
6766
  directory?: "none" | "card" | "accordion" | undefined;
6767
+ graphql?: undefined;
6735
6768
  tag?: string | undefined;
6736
6769
  searchable?: boolean | undefined;
6737
6770
  boost?: number | undefined;
6738
6771
  hidden?: boolean | undefined;
6739
- graphql?: undefined;
6740
6772
  sdk?: undefined;
6741
6773
  root?: string | undefined;
6742
- } & {
6774
+ }, "sdk"> & {
6743
6775
  openapi?: string | string[] | {
6744
6776
  source: string;
6745
6777
  directory?: string | undefined;
@@ -6749,6 +6781,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6749
6781
  directory?: string | undefined;
6750
6782
  } | undefined;
6751
6783
  } & {
6784
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
6752
6785
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
6753
6786
  })[];
6754
6787
  directory?: "none" | "card" | "accordion" | undefined;
@@ -6756,7 +6789,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6756
6789
  sdk?: undefined;
6757
6790
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
6758
6791
  } | {
6759
- pages: (string | ({
6792
+ pages: (string | (Omit<{
6760
6793
  group: string;
6761
6794
  icon?: string | {
6762
6795
  name: string;
@@ -6766,14 +6799,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6766
6799
  expanded?: boolean | undefined;
6767
6800
  public?: boolean | undefined;
6768
6801
  directory?: "none" | "card" | "accordion" | undefined;
6802
+ graphql?: undefined;
6769
6803
  tag?: string | undefined;
6770
6804
  searchable?: boolean | undefined;
6771
6805
  boost?: number | undefined;
6772
6806
  hidden?: boolean | undefined;
6773
- graphql?: undefined;
6774
6807
  sdk?: undefined;
6775
6808
  root?: string | undefined;
6776
- } & {
6809
+ }, "sdk"> & {
6777
6810
  openapi?: string | string[] | {
6778
6811
  source: string;
6779
6812
  directory?: string | undefined;
@@ -6783,6 +6816,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6783
6816
  directory?: string | undefined;
6784
6817
  } | undefined;
6785
6818
  } & {
6819
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
6786
6820
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
6787
6821
  }))[];
6788
6822
  directory?: "none" | "card" | "accordion" | undefined;
@@ -7138,7 +7172,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
7138
7172
  sdk?: undefined;
7139
7173
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
7140
7174
  } | {
7141
- groups: ({
7175
+ groups: (Omit<{
7142
7176
  group: string;
7143
7177
  icon?: string | {
7144
7178
  name: string;
@@ -7148,14 +7182,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
7148
7182
  expanded?: boolean | undefined;
7149
7183
  public?: boolean | undefined;
7150
7184
  directory?: "none" | "card" | "accordion" | undefined;
7185
+ graphql?: undefined;
7151
7186
  tag?: string | undefined;
7152
7187
  searchable?: boolean | undefined;
7153
7188
  boost?: number | undefined;
7154
7189
  hidden?: boolean | undefined;
7155
- graphql?: undefined;
7156
7190
  sdk?: undefined;
7157
7191
  root?: string | undefined;
7158
- } & {
7192
+ }, "sdk"> & {
7159
7193
  openapi?: string | string[] | {
7160
7194
  source: string;
7161
7195
  directory?: string | undefined;
@@ -7165,6 +7199,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
7165
7199
  directory?: string | undefined;
7166
7200
  } | undefined;
7167
7201
  } & {
7202
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
7168
7203
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
7169
7204
  })[];
7170
7205
  directory?: "none" | "card" | "accordion" | undefined;
@@ -7172,7 +7207,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
7172
7207
  sdk?: undefined;
7173
7208
  global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
7174
7209
  } | {
7175
- pages: (string | ({
7210
+ pages: (string | (Omit<{
7176
7211
  group: string;
7177
7212
  icon?: string | {
7178
7213
  name: string;
@@ -7182,14 +7217,14 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
7182
7217
  expanded?: boolean | undefined;
7183
7218
  public?: boolean | undefined;
7184
7219
  directory?: "none" | "card" | "accordion" | undefined;
7220
+ graphql?: undefined;
7185
7221
  tag?: string | undefined;
7186
7222
  searchable?: boolean | undefined;
7187
7223
  boost?: number | undefined;
7188
7224
  hidden?: boolean | undefined;
7189
- graphql?: undefined;
7190
7225
  sdk?: undefined;
7191
7226
  root?: string | undefined;
7192
- } & {
7227
+ }, "sdk"> & {
7193
7228
  openapi?: string | string[] | {
7194
7229
  source: string;
7195
7230
  directory?: string | undefined;
@@ -7199,6 +7234,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
7199
7234
  directory?: string | undefined;
7200
7235
  } | undefined;
7201
7236
  } & {
7237
+ sdk?: import("zod").TypeOf<typeof import("@mintlify/validation").sdkSchema>;
7202
7238
  pages?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
7203
7239
  }))[];
7204
7240
  directory?: "none" | "card" | "accordion" | undefined;