@mintlify/validation 0.1.678 → 0.1.680

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.
@@ -543,6 +543,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
543
543
  public?: boolean | undefined;
544
544
  directory?: "none" | "card" | "accordion" | undefined;
545
545
  tag?: string | undefined;
546
+ boost?: number | undefined;
546
547
  hidden?: boolean | undefined;
547
548
  root?: string | undefined;
548
549
  } & {
@@ -571,6 +572,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
571
572
  public?: boolean | undefined;
572
573
  directory?: "none" | "card" | "accordion" | undefined;
573
574
  tag?: string | undefined;
575
+ boost?: number | undefined;
574
576
  hidden?: boolean | undefined;
575
577
  root?: string | undefined;
576
578
  } & {
@@ -912,6 +914,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
912
914
  public?: boolean | undefined;
913
915
  directory?: "none" | "card" | "accordion" | undefined;
914
916
  tag?: string | undefined;
917
+ boost?: number | undefined;
915
918
  hidden?: boolean | undefined;
916
919
  root?: string | undefined;
917
920
  } & {
@@ -940,6 +943,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
940
943
  public?: boolean | undefined;
941
944
  directory?: "none" | "card" | "accordion" | undefined;
942
945
  tag?: string | undefined;
946
+ boost?: number | undefined;
943
947
  hidden?: boolean | undefined;
944
948
  root?: string | undefined;
945
949
  } & {
@@ -1281,6 +1285,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1281
1285
  public?: boolean | undefined;
1282
1286
  directory?: "none" | "card" | "accordion" | undefined;
1283
1287
  tag?: string | undefined;
1288
+ boost?: number | undefined;
1284
1289
  hidden?: boolean | undefined;
1285
1290
  root?: string | undefined;
1286
1291
  } & {
@@ -1309,6 +1314,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1309
1314
  public?: boolean | undefined;
1310
1315
  directory?: "none" | "card" | "accordion" | undefined;
1311
1316
  tag?: string | undefined;
1317
+ boost?: number | undefined;
1312
1318
  hidden?: boolean | undefined;
1313
1319
  root?: string | undefined;
1314
1320
  } & {
@@ -1650,6 +1656,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1650
1656
  public?: boolean | undefined;
1651
1657
  directory?: "none" | "card" | "accordion" | undefined;
1652
1658
  tag?: string | undefined;
1659
+ boost?: number | undefined;
1653
1660
  hidden?: boolean | undefined;
1654
1661
  root?: string | undefined;
1655
1662
  } & {
@@ -1678,6 +1685,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1678
1685
  public?: boolean | undefined;
1679
1686
  directory?: "none" | "card" | "accordion" | undefined;
1680
1687
  tag?: string | undefined;
1688
+ boost?: number | undefined;
1681
1689
  hidden?: boolean | undefined;
1682
1690
  root?: string | undefined;
1683
1691
  } & {
@@ -2019,6 +2027,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2019
2027
  public?: boolean | undefined;
2020
2028
  directory?: "none" | "card" | "accordion" | undefined;
2021
2029
  tag?: string | undefined;
2030
+ boost?: number | undefined;
2022
2031
  hidden?: boolean | undefined;
2023
2032
  root?: string | undefined;
2024
2033
  } & {
@@ -2047,6 +2056,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2047
2056
  public?: boolean | undefined;
2048
2057
  directory?: "none" | "card" | "accordion" | undefined;
2049
2058
  tag?: string | undefined;
2059
+ boost?: number | undefined;
2050
2060
  hidden?: boolean | undefined;
2051
2061
  root?: string | undefined;
2052
2062
  } & {
@@ -2388,6 +2398,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2388
2398
  public?: boolean | undefined;
2389
2399
  directory?: "none" | "card" | "accordion" | undefined;
2390
2400
  tag?: string | undefined;
2401
+ boost?: number | undefined;
2391
2402
  hidden?: boolean | undefined;
2392
2403
  root?: string | undefined;
2393
2404
  } & {
@@ -2416,6 +2427,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2416
2427
  public?: boolean | undefined;
2417
2428
  directory?: "none" | "card" | "accordion" | undefined;
2418
2429
  tag?: string | undefined;
2430
+ boost?: number | undefined;
2419
2431
  hidden?: boolean | undefined;
2420
2432
  root?: string | undefined;
2421
2433
  } & {
@@ -2757,6 +2769,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2757
2769
  public?: boolean | undefined;
2758
2770
  directory?: "none" | "card" | "accordion" | undefined;
2759
2771
  tag?: string | undefined;
2772
+ boost?: number | undefined;
2760
2773
  hidden?: boolean | undefined;
2761
2774
  root?: string | undefined;
2762
2775
  } & {
@@ -2785,6 +2798,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2785
2798
  public?: boolean | undefined;
2786
2799
  directory?: "none" | "card" | "accordion" | undefined;
2787
2800
  tag?: string | undefined;
2801
+ boost?: number | undefined;
2788
2802
  hidden?: boolean | undefined;
2789
2803
  root?: string | undefined;
2790
2804
  } & {
@@ -3126,6 +3140,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3126
3140
  public?: boolean | undefined;
3127
3141
  directory?: "none" | "card" | "accordion" | undefined;
3128
3142
  tag?: string | undefined;
3143
+ boost?: number | undefined;
3129
3144
  hidden?: boolean | undefined;
3130
3145
  root?: string | undefined;
3131
3146
  } & {
@@ -3154,6 +3169,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3154
3169
  public?: boolean | undefined;
3155
3170
  directory?: "none" | "card" | "accordion" | undefined;
3156
3171
  tag?: string | undefined;
3172
+ boost?: number | undefined;
3157
3173
  hidden?: boolean | undefined;
3158
3174
  root?: string | undefined;
3159
3175
  } & {
@@ -3495,6 +3511,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3495
3511
  public?: boolean | undefined;
3496
3512
  directory?: "none" | "card" | "accordion" | undefined;
3497
3513
  tag?: string | undefined;
3514
+ boost?: number | undefined;
3498
3515
  hidden?: boolean | undefined;
3499
3516
  root?: string | undefined;
3500
3517
  } & {
@@ -3523,6 +3540,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3523
3540
  public?: boolean | undefined;
3524
3541
  directory?: "none" | "card" | "accordion" | undefined;
3525
3542
  tag?: string | undefined;
3543
+ boost?: number | undefined;
3526
3544
  hidden?: boolean | undefined;
3527
3545
  root?: string | undefined;
3528
3546
  } & {
@@ -3868,6 +3886,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3868
3886
  public?: boolean | undefined;
3869
3887
  directory?: "none" | "card" | "accordion" | undefined;
3870
3888
  tag?: string | undefined;
3889
+ boost?: number | undefined;
3871
3890
  hidden?: boolean | undefined;
3872
3891
  root?: string | undefined;
3873
3892
  } & {
@@ -3896,6 +3915,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3896
3915
  public?: boolean | undefined;
3897
3916
  directory?: "none" | "card" | "accordion" | undefined;
3898
3917
  tag?: string | undefined;
3918
+ boost?: number | undefined;
3899
3919
  hidden?: boolean | undefined;
3900
3920
  root?: string | undefined;
3901
3921
  } & {
@@ -4237,6 +4257,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4237
4257
  public?: boolean | undefined;
4238
4258
  directory?: "none" | "card" | "accordion" | undefined;
4239
4259
  tag?: string | undefined;
4260
+ boost?: number | undefined;
4240
4261
  hidden?: boolean | undefined;
4241
4262
  root?: string | undefined;
4242
4263
  } & {
@@ -4265,6 +4286,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4265
4286
  public?: boolean | undefined;
4266
4287
  directory?: "none" | "card" | "accordion" | undefined;
4267
4288
  tag?: string | undefined;
4289
+ boost?: number | undefined;
4268
4290
  hidden?: boolean | undefined;
4269
4291
  root?: string | undefined;
4270
4292
  } & {
@@ -4606,6 +4628,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4606
4628
  public?: boolean | undefined;
4607
4629
  directory?: "none" | "card" | "accordion" | undefined;
4608
4630
  tag?: string | undefined;
4631
+ boost?: number | undefined;
4609
4632
  hidden?: boolean | undefined;
4610
4633
  root?: string | undefined;
4611
4634
  } & {
@@ -4634,6 +4657,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4634
4657
  public?: boolean | undefined;
4635
4658
  directory?: "none" | "card" | "accordion" | undefined;
4636
4659
  tag?: string | undefined;
4660
+ boost?: number | undefined;
4637
4661
  hidden?: boolean | undefined;
4638
4662
  root?: string | undefined;
4639
4663
  } & {
@@ -4975,6 +4999,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4975
4999
  public?: boolean | undefined;
4976
5000
  directory?: "none" | "card" | "accordion" | undefined;
4977
5001
  tag?: string | undefined;
5002
+ boost?: number | undefined;
4978
5003
  hidden?: boolean | undefined;
4979
5004
  root?: string | undefined;
4980
5005
  } & {
@@ -5003,6 +5028,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5003
5028
  public?: boolean | undefined;
5004
5029
  directory?: "none" | "card" | "accordion" | undefined;
5005
5030
  tag?: string | undefined;
5031
+ boost?: number | undefined;
5006
5032
  hidden?: boolean | undefined;
5007
5033
  root?: string | undefined;
5008
5034
  } & {
@@ -5344,6 +5370,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5344
5370
  public?: boolean | undefined;
5345
5371
  directory?: "none" | "card" | "accordion" | undefined;
5346
5372
  tag?: string | undefined;
5373
+ boost?: number | undefined;
5347
5374
  hidden?: boolean | undefined;
5348
5375
  root?: string | undefined;
5349
5376
  } & {
@@ -5372,6 +5399,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5372
5399
  public?: boolean | undefined;
5373
5400
  directory?: "none" | "card" | "accordion" | undefined;
5374
5401
  tag?: string | undefined;
5402
+ boost?: number | undefined;
5375
5403
  hidden?: boolean | undefined;
5376
5404
  root?: string | undefined;
5377
5405
  } & {
@@ -5713,6 +5741,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5713
5741
  public?: boolean | undefined;
5714
5742
  directory?: "none" | "card" | "accordion" | undefined;
5715
5743
  tag?: string | undefined;
5744
+ boost?: number | undefined;
5716
5745
  hidden?: boolean | undefined;
5717
5746
  root?: string | undefined;
5718
5747
  } & {
@@ -5741,6 +5770,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5741
5770
  public?: boolean | undefined;
5742
5771
  directory?: "none" | "card" | "accordion" | undefined;
5743
5772
  tag?: string | undefined;
5773
+ boost?: number | undefined;
5744
5774
  hidden?: boolean | undefined;
5745
5775
  root?: string | undefined;
5746
5776
  } & {
@@ -6082,6 +6112,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
6082
6112
  public?: boolean | undefined;
6083
6113
  directory?: "none" | "card" | "accordion" | undefined;
6084
6114
  tag?: string | undefined;
6115
+ boost?: number | undefined;
6085
6116
  hidden?: boolean | undefined;
6086
6117
  root?: string | undefined;
6087
6118
  } & {
@@ -6110,6 +6141,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
6110
6141
  public?: boolean | undefined;
6111
6142
  directory?: "none" | "card" | "accordion" | undefined;
6112
6143
  tag?: string | undefined;
6144
+ boost?: number | undefined;
6113
6145
  hidden?: boolean | undefined;
6114
6146
  root?: string | undefined;
6115
6147
  } & {
@@ -6451,6 +6483,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
6451
6483
  public?: boolean | undefined;
6452
6484
  directory?: "none" | "card" | "accordion" | undefined;
6453
6485
  tag?: string | undefined;
6486
+ boost?: number | undefined;
6454
6487
  hidden?: boolean | undefined;
6455
6488
  root?: string | undefined;
6456
6489
  } & {
@@ -6479,6 +6512,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
6479
6512
  public?: boolean | undefined;
6480
6513
  directory?: "none" | "card" | "accordion" | undefined;
6481
6514
  tag?: string | undefined;
6515
+ boost?: number | undefined;
6482
6516
  hidden?: boolean | undefined;
6483
6517
  root?: string | undefined;
6484
6518
  } & {
@@ -6820,6 +6854,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
6820
6854
  public?: boolean | undefined;
6821
6855
  directory?: "none" | "card" | "accordion" | undefined;
6822
6856
  tag?: string | undefined;
6857
+ boost?: number | undefined;
6823
6858
  hidden?: boolean | undefined;
6824
6859
  root?: string | undefined;
6825
6860
  } & {
@@ -6848,6 +6883,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
6848
6883
  public?: boolean | undefined;
6849
6884
  directory?: "none" | "card" | "accordion" | undefined;
6850
6885
  tag?: string | undefined;
6886
+ boost?: number | undefined;
6851
6887
  hidden?: boolean | undefined;
6852
6888
  root?: string | undefined;
6853
6889
  } & {