@mintlify/validation 0.1.703 → 0.1.705
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.
- package/dist/index.js +2 -0
- package/dist/mint-config/schemas/v2/index.d.ts +120 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +7 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +3 -2
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +16 -0
- package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +4 -0
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +2 -1
- package/dist/mint-config/schemas/v2/properties/reusable/searchable.d.ts +2 -0
- package/dist/mint-config/schemas/v2/properties/reusable/searchable.js +4 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +8 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +12 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +12 -0
- package/dist/mint-config/validateConfig.d.ts +36 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -545,6 +545,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
545
545
|
tag?: string | undefined;
|
|
546
546
|
boost?: number | undefined;
|
|
547
547
|
hidden?: boolean | undefined;
|
|
548
|
+
searchable?: boolean | undefined;
|
|
548
549
|
root?: string | undefined;
|
|
549
550
|
} & {
|
|
550
551
|
openapi?: string | string[] | {
|
|
@@ -574,6 +575,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
574
575
|
tag?: string | undefined;
|
|
575
576
|
boost?: number | undefined;
|
|
576
577
|
hidden?: boolean | undefined;
|
|
578
|
+
searchable?: boolean | undefined;
|
|
577
579
|
root?: string | undefined;
|
|
578
580
|
} & {
|
|
579
581
|
openapi?: string | string[] | {
|
|
@@ -919,6 +921,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
919
921
|
tag?: string | undefined;
|
|
920
922
|
boost?: number | undefined;
|
|
921
923
|
hidden?: boolean | undefined;
|
|
924
|
+
searchable?: boolean | undefined;
|
|
922
925
|
root?: string | undefined;
|
|
923
926
|
} & {
|
|
924
927
|
openapi?: string | string[] | {
|
|
@@ -948,6 +951,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
948
951
|
tag?: string | undefined;
|
|
949
952
|
boost?: number | undefined;
|
|
950
953
|
hidden?: boolean | undefined;
|
|
954
|
+
searchable?: boolean | undefined;
|
|
951
955
|
root?: string | undefined;
|
|
952
956
|
} & {
|
|
953
957
|
openapi?: string | string[] | {
|
|
@@ -1293,6 +1297,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1293
1297
|
tag?: string | undefined;
|
|
1294
1298
|
boost?: number | undefined;
|
|
1295
1299
|
hidden?: boolean | undefined;
|
|
1300
|
+
searchable?: boolean | undefined;
|
|
1296
1301
|
root?: string | undefined;
|
|
1297
1302
|
} & {
|
|
1298
1303
|
openapi?: string | string[] | {
|
|
@@ -1322,6 +1327,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1322
1327
|
tag?: string | undefined;
|
|
1323
1328
|
boost?: number | undefined;
|
|
1324
1329
|
hidden?: boolean | undefined;
|
|
1330
|
+
searchable?: boolean | undefined;
|
|
1325
1331
|
root?: string | undefined;
|
|
1326
1332
|
} & {
|
|
1327
1333
|
openapi?: string | string[] | {
|
|
@@ -1667,6 +1673,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1667
1673
|
tag?: string | undefined;
|
|
1668
1674
|
boost?: number | undefined;
|
|
1669
1675
|
hidden?: boolean | undefined;
|
|
1676
|
+
searchable?: boolean | undefined;
|
|
1670
1677
|
root?: string | undefined;
|
|
1671
1678
|
} & {
|
|
1672
1679
|
openapi?: string | string[] | {
|
|
@@ -1696,6 +1703,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1696
1703
|
tag?: string | undefined;
|
|
1697
1704
|
boost?: number | undefined;
|
|
1698
1705
|
hidden?: boolean | undefined;
|
|
1706
|
+
searchable?: boolean | undefined;
|
|
1699
1707
|
root?: string | undefined;
|
|
1700
1708
|
} & {
|
|
1701
1709
|
openapi?: string | string[] | {
|
|
@@ -2041,6 +2049,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2041
2049
|
tag?: string | undefined;
|
|
2042
2050
|
boost?: number | undefined;
|
|
2043
2051
|
hidden?: boolean | undefined;
|
|
2052
|
+
searchable?: boolean | undefined;
|
|
2044
2053
|
root?: string | undefined;
|
|
2045
2054
|
} & {
|
|
2046
2055
|
openapi?: string | string[] | {
|
|
@@ -2070,6 +2079,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2070
2079
|
tag?: string | undefined;
|
|
2071
2080
|
boost?: number | undefined;
|
|
2072
2081
|
hidden?: boolean | undefined;
|
|
2082
|
+
searchable?: boolean | undefined;
|
|
2073
2083
|
root?: string | undefined;
|
|
2074
2084
|
} & {
|
|
2075
2085
|
openapi?: string | string[] | {
|
|
@@ -2415,6 +2425,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2415
2425
|
tag?: string | undefined;
|
|
2416
2426
|
boost?: number | undefined;
|
|
2417
2427
|
hidden?: boolean | undefined;
|
|
2428
|
+
searchable?: boolean | undefined;
|
|
2418
2429
|
root?: string | undefined;
|
|
2419
2430
|
} & {
|
|
2420
2431
|
openapi?: string | string[] | {
|
|
@@ -2444,6 +2455,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2444
2455
|
tag?: string | undefined;
|
|
2445
2456
|
boost?: number | undefined;
|
|
2446
2457
|
hidden?: boolean | undefined;
|
|
2458
|
+
searchable?: boolean | undefined;
|
|
2447
2459
|
root?: string | undefined;
|
|
2448
2460
|
} & {
|
|
2449
2461
|
openapi?: string | string[] | {
|
|
@@ -2789,6 +2801,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2789
2801
|
tag?: string | undefined;
|
|
2790
2802
|
boost?: number | undefined;
|
|
2791
2803
|
hidden?: boolean | undefined;
|
|
2804
|
+
searchable?: boolean | undefined;
|
|
2792
2805
|
root?: string | undefined;
|
|
2793
2806
|
} & {
|
|
2794
2807
|
openapi?: string | string[] | {
|
|
@@ -2818,6 +2831,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2818
2831
|
tag?: string | undefined;
|
|
2819
2832
|
boost?: number | undefined;
|
|
2820
2833
|
hidden?: boolean | undefined;
|
|
2834
|
+
searchable?: boolean | undefined;
|
|
2821
2835
|
root?: string | undefined;
|
|
2822
2836
|
} & {
|
|
2823
2837
|
openapi?: string | string[] | {
|
|
@@ -3163,6 +3177,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3163
3177
|
tag?: string | undefined;
|
|
3164
3178
|
boost?: number | undefined;
|
|
3165
3179
|
hidden?: boolean | undefined;
|
|
3180
|
+
searchable?: boolean | undefined;
|
|
3166
3181
|
root?: string | undefined;
|
|
3167
3182
|
} & {
|
|
3168
3183
|
openapi?: string | string[] | {
|
|
@@ -3192,6 +3207,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3192
3207
|
tag?: string | undefined;
|
|
3193
3208
|
boost?: number | undefined;
|
|
3194
3209
|
hidden?: boolean | undefined;
|
|
3210
|
+
searchable?: boolean | undefined;
|
|
3195
3211
|
root?: string | undefined;
|
|
3196
3212
|
} & {
|
|
3197
3213
|
openapi?: string | string[] | {
|
|
@@ -3537,6 +3553,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3537
3553
|
tag?: string | undefined;
|
|
3538
3554
|
boost?: number | undefined;
|
|
3539
3555
|
hidden?: boolean | undefined;
|
|
3556
|
+
searchable?: boolean | undefined;
|
|
3540
3557
|
root?: string | undefined;
|
|
3541
3558
|
} & {
|
|
3542
3559
|
openapi?: string | string[] | {
|
|
@@ -3566,6 +3583,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3566
3583
|
tag?: string | undefined;
|
|
3567
3584
|
boost?: number | undefined;
|
|
3568
3585
|
hidden?: boolean | undefined;
|
|
3586
|
+
searchable?: boolean | undefined;
|
|
3569
3587
|
root?: string | undefined;
|
|
3570
3588
|
} & {
|
|
3571
3589
|
openapi?: string | string[] | {
|
|
@@ -3915,6 +3933,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3915
3933
|
tag?: string | undefined;
|
|
3916
3934
|
boost?: number | undefined;
|
|
3917
3935
|
hidden?: boolean | undefined;
|
|
3936
|
+
searchable?: boolean | undefined;
|
|
3918
3937
|
root?: string | undefined;
|
|
3919
3938
|
} & {
|
|
3920
3939
|
openapi?: string | string[] | {
|
|
@@ -3944,6 +3963,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3944
3963
|
tag?: string | undefined;
|
|
3945
3964
|
boost?: number | undefined;
|
|
3946
3965
|
hidden?: boolean | undefined;
|
|
3966
|
+
searchable?: boolean | undefined;
|
|
3947
3967
|
root?: string | undefined;
|
|
3948
3968
|
} & {
|
|
3949
3969
|
openapi?: string | string[] | {
|
|
@@ -4289,6 +4309,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4289
4309
|
tag?: string | undefined;
|
|
4290
4310
|
boost?: number | undefined;
|
|
4291
4311
|
hidden?: boolean | undefined;
|
|
4312
|
+
searchable?: boolean | undefined;
|
|
4292
4313
|
root?: string | undefined;
|
|
4293
4314
|
} & {
|
|
4294
4315
|
openapi?: string | string[] | {
|
|
@@ -4318,6 +4339,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4318
4339
|
tag?: string | undefined;
|
|
4319
4340
|
boost?: number | undefined;
|
|
4320
4341
|
hidden?: boolean | undefined;
|
|
4342
|
+
searchable?: boolean | undefined;
|
|
4321
4343
|
root?: string | undefined;
|
|
4322
4344
|
} & {
|
|
4323
4345
|
openapi?: string | string[] | {
|
|
@@ -4663,6 +4685,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4663
4685
|
tag?: string | undefined;
|
|
4664
4686
|
boost?: number | undefined;
|
|
4665
4687
|
hidden?: boolean | undefined;
|
|
4688
|
+
searchable?: boolean | undefined;
|
|
4666
4689
|
root?: string | undefined;
|
|
4667
4690
|
} & {
|
|
4668
4691
|
openapi?: string | string[] | {
|
|
@@ -4692,6 +4715,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4692
4715
|
tag?: string | undefined;
|
|
4693
4716
|
boost?: number | undefined;
|
|
4694
4717
|
hidden?: boolean | undefined;
|
|
4718
|
+
searchable?: boolean | undefined;
|
|
4695
4719
|
root?: string | undefined;
|
|
4696
4720
|
} & {
|
|
4697
4721
|
openapi?: string | string[] | {
|
|
@@ -5037,6 +5061,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5037
5061
|
tag?: string | undefined;
|
|
5038
5062
|
boost?: number | undefined;
|
|
5039
5063
|
hidden?: boolean | undefined;
|
|
5064
|
+
searchable?: boolean | undefined;
|
|
5040
5065
|
root?: string | undefined;
|
|
5041
5066
|
} & {
|
|
5042
5067
|
openapi?: string | string[] | {
|
|
@@ -5066,6 +5091,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5066
5091
|
tag?: string | undefined;
|
|
5067
5092
|
boost?: number | undefined;
|
|
5068
5093
|
hidden?: boolean | undefined;
|
|
5094
|
+
searchable?: boolean | undefined;
|
|
5069
5095
|
root?: string | undefined;
|
|
5070
5096
|
} & {
|
|
5071
5097
|
openapi?: string | string[] | {
|
|
@@ -5411,6 +5437,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5411
5437
|
tag?: string | undefined;
|
|
5412
5438
|
boost?: number | undefined;
|
|
5413
5439
|
hidden?: boolean | undefined;
|
|
5440
|
+
searchable?: boolean | undefined;
|
|
5414
5441
|
root?: string | undefined;
|
|
5415
5442
|
} & {
|
|
5416
5443
|
openapi?: string | string[] | {
|
|
@@ -5440,6 +5467,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5440
5467
|
tag?: string | undefined;
|
|
5441
5468
|
boost?: number | undefined;
|
|
5442
5469
|
hidden?: boolean | undefined;
|
|
5470
|
+
searchable?: boolean | undefined;
|
|
5443
5471
|
root?: string | undefined;
|
|
5444
5472
|
} & {
|
|
5445
5473
|
openapi?: string | string[] | {
|
|
@@ -5785,6 +5813,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5785
5813
|
tag?: string | undefined;
|
|
5786
5814
|
boost?: number | undefined;
|
|
5787
5815
|
hidden?: boolean | undefined;
|
|
5816
|
+
searchable?: boolean | undefined;
|
|
5788
5817
|
root?: string | undefined;
|
|
5789
5818
|
} & {
|
|
5790
5819
|
openapi?: string | string[] | {
|
|
@@ -5814,6 +5843,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5814
5843
|
tag?: string | undefined;
|
|
5815
5844
|
boost?: number | undefined;
|
|
5816
5845
|
hidden?: boolean | undefined;
|
|
5846
|
+
searchable?: boolean | undefined;
|
|
5817
5847
|
root?: string | undefined;
|
|
5818
5848
|
} & {
|
|
5819
5849
|
openapi?: string | string[] | {
|
|
@@ -6159,6 +6189,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6159
6189
|
tag?: string | undefined;
|
|
6160
6190
|
boost?: number | undefined;
|
|
6161
6191
|
hidden?: boolean | undefined;
|
|
6192
|
+
searchable?: boolean | undefined;
|
|
6162
6193
|
root?: string | undefined;
|
|
6163
6194
|
} & {
|
|
6164
6195
|
openapi?: string | string[] | {
|
|
@@ -6188,6 +6219,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6188
6219
|
tag?: string | undefined;
|
|
6189
6220
|
boost?: number | undefined;
|
|
6190
6221
|
hidden?: boolean | undefined;
|
|
6222
|
+
searchable?: boolean | undefined;
|
|
6191
6223
|
root?: string | undefined;
|
|
6192
6224
|
} & {
|
|
6193
6225
|
openapi?: string | string[] | {
|
|
@@ -6533,6 +6565,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6533
6565
|
tag?: string | undefined;
|
|
6534
6566
|
boost?: number | undefined;
|
|
6535
6567
|
hidden?: boolean | undefined;
|
|
6568
|
+
searchable?: boolean | undefined;
|
|
6536
6569
|
root?: string | undefined;
|
|
6537
6570
|
} & {
|
|
6538
6571
|
openapi?: string | string[] | {
|
|
@@ -6562,6 +6595,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6562
6595
|
tag?: string | undefined;
|
|
6563
6596
|
boost?: number | undefined;
|
|
6564
6597
|
hidden?: boolean | undefined;
|
|
6598
|
+
searchable?: boolean | undefined;
|
|
6565
6599
|
root?: string | undefined;
|
|
6566
6600
|
} & {
|
|
6567
6601
|
openapi?: string | string[] | {
|
|
@@ -6907,6 +6941,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6907
6941
|
tag?: string | undefined;
|
|
6908
6942
|
boost?: number | undefined;
|
|
6909
6943
|
hidden?: boolean | undefined;
|
|
6944
|
+
searchable?: boolean | undefined;
|
|
6910
6945
|
root?: string | undefined;
|
|
6911
6946
|
} & {
|
|
6912
6947
|
openapi?: string | string[] | {
|
|
@@ -6936,6 +6971,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6936
6971
|
tag?: string | undefined;
|
|
6937
6972
|
boost?: number | undefined;
|
|
6938
6973
|
hidden?: boolean | undefined;
|
|
6974
|
+
searchable?: boolean | undefined;
|
|
6939
6975
|
root?: string | undefined;
|
|
6940
6976
|
} & {
|
|
6941
6977
|
openapi?: string | string[] | {
|