@mintlify/validation 0.1.702 → 0.1.704
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/dist/types/serverStaticProps.d.ts +2 -0
- package/dist/types/serverStaticProps.js +4 -1
- package/package.json +2 -2
|
@@ -574,6 +574,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
574
574
|
tag?: string | undefined;
|
|
575
575
|
boost?: number | undefined;
|
|
576
576
|
hidden?: boolean | undefined;
|
|
577
|
+
searchable?: boolean | undefined;
|
|
577
578
|
root?: string | undefined;
|
|
578
579
|
} & {
|
|
579
580
|
openapi?: string | string[] | {
|
|
@@ -599,6 +600,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
599
600
|
tag?: string | undefined;
|
|
600
601
|
boost?: number | undefined;
|
|
601
602
|
hidden?: boolean | undefined;
|
|
603
|
+
searchable?: boolean | undefined;
|
|
602
604
|
root?: string | undefined;
|
|
603
605
|
} & {
|
|
604
606
|
openapi?: string | string[] | {
|
|
@@ -626,6 +628,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
626
628
|
tag?: string | undefined;
|
|
627
629
|
boost?: number | undefined;
|
|
628
630
|
hidden?: boolean | undefined;
|
|
631
|
+
searchable?: boolean | undefined;
|
|
629
632
|
root?: string | undefined;
|
|
630
633
|
} & {
|
|
631
634
|
openapi?: string | string[] | {
|
|
@@ -655,6 +658,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
655
658
|
tag?: string | undefined;
|
|
656
659
|
boost?: number | undefined;
|
|
657
660
|
hidden?: boolean | undefined;
|
|
661
|
+
searchable?: boolean | undefined;
|
|
658
662
|
root?: string | undefined;
|
|
659
663
|
} & {
|
|
660
664
|
openapi?: string | string[] | {
|
|
@@ -687,6 +691,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
687
691
|
tag?: string | undefined;
|
|
688
692
|
boost?: number | undefined;
|
|
689
693
|
hidden?: boolean | undefined;
|
|
694
|
+
searchable?: boolean | undefined;
|
|
690
695
|
root?: string | undefined;
|
|
691
696
|
} & {
|
|
692
697
|
openapi?: string | string[] | {
|
|
@@ -712,6 +717,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
712
717
|
tag?: string | undefined;
|
|
713
718
|
boost?: number | undefined;
|
|
714
719
|
hidden?: boolean | undefined;
|
|
720
|
+
searchable?: boolean | undefined;
|
|
715
721
|
root?: string | undefined;
|
|
716
722
|
} & {
|
|
717
723
|
openapi?: string | string[] | {
|
|
@@ -739,6 +745,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
739
745
|
tag?: string | undefined;
|
|
740
746
|
boost?: number | undefined;
|
|
741
747
|
hidden?: boolean | undefined;
|
|
748
|
+
searchable?: boolean | undefined;
|
|
742
749
|
root?: string | undefined;
|
|
743
750
|
} & {
|
|
744
751
|
openapi?: string | string[] | {
|
|
@@ -768,6 +775,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
768
775
|
tag?: string | undefined;
|
|
769
776
|
boost?: number | undefined;
|
|
770
777
|
hidden?: boolean | undefined;
|
|
778
|
+
searchable?: boolean | undefined;
|
|
771
779
|
root?: string | undefined;
|
|
772
780
|
} & {
|
|
773
781
|
openapi?: string | string[] | {
|
|
@@ -1642,6 +1650,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1642
1650
|
tag?: string | undefined;
|
|
1643
1651
|
boost?: number | undefined;
|
|
1644
1652
|
hidden?: boolean | undefined;
|
|
1653
|
+
searchable?: boolean | undefined;
|
|
1645
1654
|
root?: string | undefined;
|
|
1646
1655
|
} & {
|
|
1647
1656
|
openapi?: string | string[] | {
|
|
@@ -1671,6 +1680,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1671
1680
|
tag?: string | undefined;
|
|
1672
1681
|
boost?: number | undefined;
|
|
1673
1682
|
hidden?: boolean | undefined;
|
|
1683
|
+
searchable?: boolean | undefined;
|
|
1674
1684
|
root?: string | undefined;
|
|
1675
1685
|
} & {
|
|
1676
1686
|
openapi?: string | string[] | {
|
|
@@ -2015,6 +2025,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2015
2025
|
tag?: string | undefined;
|
|
2016
2026
|
boost?: number | undefined;
|
|
2017
2027
|
hidden?: boolean | undefined;
|
|
2028
|
+
searchable?: boolean | undefined;
|
|
2018
2029
|
root?: string | undefined;
|
|
2019
2030
|
} & {
|
|
2020
2031
|
openapi?: string | string[] | {
|
|
@@ -2044,6 +2055,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2044
2055
|
tag?: string | undefined;
|
|
2045
2056
|
boost?: number | undefined;
|
|
2046
2057
|
hidden?: boolean | undefined;
|
|
2058
|
+
searchable?: boolean | undefined;
|
|
2047
2059
|
root?: string | undefined;
|
|
2048
2060
|
} & {
|
|
2049
2061
|
openapi?: string | string[] | {
|
|
@@ -2915,6 +2927,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2915
2927
|
tag?: string | undefined;
|
|
2916
2928
|
boost?: number | undefined;
|
|
2917
2929
|
hidden?: boolean | undefined;
|
|
2930
|
+
searchable?: boolean | undefined;
|
|
2918
2931
|
root?: string | undefined;
|
|
2919
2932
|
} & {
|
|
2920
2933
|
openapi?: string | string[] | {
|
|
@@ -2940,6 +2953,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2940
2953
|
tag?: string | undefined;
|
|
2941
2954
|
boost?: number | undefined;
|
|
2942
2955
|
hidden?: boolean | undefined;
|
|
2956
|
+
searchable?: boolean | undefined;
|
|
2943
2957
|
root?: string | undefined;
|
|
2944
2958
|
} & {
|
|
2945
2959
|
openapi?: string | string[] | {
|
|
@@ -2967,6 +2981,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2967
2981
|
tag?: string | undefined;
|
|
2968
2982
|
boost?: number | undefined;
|
|
2969
2983
|
hidden?: boolean | undefined;
|
|
2984
|
+
searchable?: boolean | undefined;
|
|
2970
2985
|
root?: string | undefined;
|
|
2971
2986
|
} & {
|
|
2972
2987
|
openapi?: string | string[] | {
|
|
@@ -2996,6 +3011,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2996
3011
|
tag?: string | undefined;
|
|
2997
3012
|
boost?: number | undefined;
|
|
2998
3013
|
hidden?: boolean | undefined;
|
|
3014
|
+
searchable?: boolean | undefined;
|
|
2999
3015
|
root?: string | undefined;
|
|
3000
3016
|
} & {
|
|
3001
3017
|
openapi?: string | string[] | {
|
|
@@ -3028,6 +3044,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3028
3044
|
tag?: string | undefined;
|
|
3029
3045
|
boost?: number | undefined;
|
|
3030
3046
|
hidden?: boolean | undefined;
|
|
3047
|
+
searchable?: boolean | undefined;
|
|
3031
3048
|
root?: string | undefined;
|
|
3032
3049
|
} & {
|
|
3033
3050
|
openapi?: string | string[] | {
|
|
@@ -3053,6 +3070,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3053
3070
|
tag?: string | undefined;
|
|
3054
3071
|
boost?: number | undefined;
|
|
3055
3072
|
hidden?: boolean | undefined;
|
|
3073
|
+
searchable?: boolean | undefined;
|
|
3056
3074
|
root?: string | undefined;
|
|
3057
3075
|
} & {
|
|
3058
3076
|
openapi?: string | string[] | {
|
|
@@ -3080,6 +3098,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3080
3098
|
tag?: string | undefined;
|
|
3081
3099
|
boost?: number | undefined;
|
|
3082
3100
|
hidden?: boolean | undefined;
|
|
3101
|
+
searchable?: boolean | undefined;
|
|
3083
3102
|
root?: string | undefined;
|
|
3084
3103
|
} & {
|
|
3085
3104
|
openapi?: string | string[] | {
|
|
@@ -3109,6 +3128,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3109
3128
|
tag?: string | undefined;
|
|
3110
3129
|
boost?: number | undefined;
|
|
3111
3130
|
hidden?: boolean | undefined;
|
|
3131
|
+
searchable?: boolean | undefined;
|
|
3112
3132
|
root?: string | undefined;
|
|
3113
3133
|
} & {
|
|
3114
3134
|
openapi?: string | string[] | {
|
|
@@ -3983,6 +4003,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3983
4003
|
tag?: string | undefined;
|
|
3984
4004
|
boost?: number | undefined;
|
|
3985
4005
|
hidden?: boolean | undefined;
|
|
4006
|
+
searchable?: boolean | undefined;
|
|
3986
4007
|
root?: string | undefined;
|
|
3987
4008
|
} & {
|
|
3988
4009
|
openapi?: string | string[] | {
|
|
@@ -4012,6 +4033,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4012
4033
|
tag?: string | undefined;
|
|
4013
4034
|
boost?: number | undefined;
|
|
4014
4035
|
hidden?: boolean | undefined;
|
|
4036
|
+
searchable?: boolean | undefined;
|
|
4015
4037
|
root?: string | undefined;
|
|
4016
4038
|
} & {
|
|
4017
4039
|
openapi?: string | string[] | {
|
|
@@ -4356,6 +4378,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4356
4378
|
tag?: string | undefined;
|
|
4357
4379
|
boost?: number | undefined;
|
|
4358
4380
|
hidden?: boolean | undefined;
|
|
4381
|
+
searchable?: boolean | undefined;
|
|
4359
4382
|
root?: string | undefined;
|
|
4360
4383
|
} & {
|
|
4361
4384
|
openapi?: string | string[] | {
|
|
@@ -4385,6 +4408,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4385
4408
|
tag?: string | undefined;
|
|
4386
4409
|
boost?: number | undefined;
|
|
4387
4410
|
hidden?: boolean | undefined;
|
|
4411
|
+
searchable?: boolean | undefined;
|
|
4388
4412
|
root?: string | undefined;
|
|
4389
4413
|
} & {
|
|
4390
4414
|
openapi?: string | string[] | {
|
|
@@ -5256,6 +5280,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5256
5280
|
tag?: string | undefined;
|
|
5257
5281
|
boost?: number | undefined;
|
|
5258
5282
|
hidden?: boolean | undefined;
|
|
5283
|
+
searchable?: boolean | undefined;
|
|
5259
5284
|
root?: string | undefined;
|
|
5260
5285
|
} & {
|
|
5261
5286
|
openapi?: string | string[] | {
|
|
@@ -5281,6 +5306,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5281
5306
|
tag?: string | undefined;
|
|
5282
5307
|
boost?: number | undefined;
|
|
5283
5308
|
hidden?: boolean | undefined;
|
|
5309
|
+
searchable?: boolean | undefined;
|
|
5284
5310
|
root?: string | undefined;
|
|
5285
5311
|
} & {
|
|
5286
5312
|
openapi?: string | string[] | {
|
|
@@ -5308,6 +5334,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5308
5334
|
tag?: string | undefined;
|
|
5309
5335
|
boost?: number | undefined;
|
|
5310
5336
|
hidden?: boolean | undefined;
|
|
5337
|
+
searchable?: boolean | undefined;
|
|
5311
5338
|
root?: string | undefined;
|
|
5312
5339
|
} & {
|
|
5313
5340
|
openapi?: string | string[] | {
|
|
@@ -5337,6 +5364,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5337
5364
|
tag?: string | undefined;
|
|
5338
5365
|
boost?: number | undefined;
|
|
5339
5366
|
hidden?: boolean | undefined;
|
|
5367
|
+
searchable?: boolean | undefined;
|
|
5340
5368
|
root?: string | undefined;
|
|
5341
5369
|
} & {
|
|
5342
5370
|
openapi?: string | string[] | {
|
|
@@ -5369,6 +5397,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5369
5397
|
tag?: string | undefined;
|
|
5370
5398
|
boost?: number | undefined;
|
|
5371
5399
|
hidden?: boolean | undefined;
|
|
5400
|
+
searchable?: boolean | undefined;
|
|
5372
5401
|
root?: string | undefined;
|
|
5373
5402
|
} & {
|
|
5374
5403
|
openapi?: string | string[] | {
|
|
@@ -5394,6 +5423,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5394
5423
|
tag?: string | undefined;
|
|
5395
5424
|
boost?: number | undefined;
|
|
5396
5425
|
hidden?: boolean | undefined;
|
|
5426
|
+
searchable?: boolean | undefined;
|
|
5397
5427
|
root?: string | undefined;
|
|
5398
5428
|
} & {
|
|
5399
5429
|
openapi?: string | string[] | {
|
|
@@ -5421,6 +5451,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5421
5451
|
tag?: string | undefined;
|
|
5422
5452
|
boost?: number | undefined;
|
|
5423
5453
|
hidden?: boolean | undefined;
|
|
5454
|
+
searchable?: boolean | undefined;
|
|
5424
5455
|
root?: string | undefined;
|
|
5425
5456
|
} & {
|
|
5426
5457
|
openapi?: string | string[] | {
|
|
@@ -5450,6 +5481,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5450
5481
|
tag?: string | undefined;
|
|
5451
5482
|
boost?: number | undefined;
|
|
5452
5483
|
hidden?: boolean | undefined;
|
|
5484
|
+
searchable?: boolean | undefined;
|
|
5453
5485
|
root?: string | undefined;
|
|
5454
5486
|
} & {
|
|
5455
5487
|
openapi?: string | string[] | {
|
|
@@ -6324,6 +6356,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6324
6356
|
tag?: string | undefined;
|
|
6325
6357
|
boost?: number | undefined;
|
|
6326
6358
|
hidden?: boolean | undefined;
|
|
6359
|
+
searchable?: boolean | undefined;
|
|
6327
6360
|
root?: string | undefined;
|
|
6328
6361
|
} & {
|
|
6329
6362
|
openapi?: string | string[] | {
|
|
@@ -6353,6 +6386,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6353
6386
|
tag?: string | undefined;
|
|
6354
6387
|
boost?: number | undefined;
|
|
6355
6388
|
hidden?: boolean | undefined;
|
|
6389
|
+
searchable?: boolean | undefined;
|
|
6356
6390
|
root?: string | undefined;
|
|
6357
6391
|
} & {
|
|
6358
6392
|
openapi?: string | string[] | {
|
|
@@ -6697,6 +6731,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6697
6731
|
tag?: string | undefined;
|
|
6698
6732
|
boost?: number | undefined;
|
|
6699
6733
|
hidden?: boolean | undefined;
|
|
6734
|
+
searchable?: boolean | undefined;
|
|
6700
6735
|
root?: string | undefined;
|
|
6701
6736
|
} & {
|
|
6702
6737
|
openapi?: string | string[] | {
|
|
@@ -6726,6 +6761,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6726
6761
|
tag?: string | undefined;
|
|
6727
6762
|
boost?: number | undefined;
|
|
6728
6763
|
hidden?: boolean | undefined;
|
|
6764
|
+
searchable?: boolean | undefined;
|
|
6729
6765
|
root?: string | undefined;
|
|
6730
6766
|
} & {
|
|
6731
6767
|
openapi?: string | string[] | {
|
|
@@ -7597,6 +7633,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7597
7633
|
tag?: string | undefined;
|
|
7598
7634
|
boost?: number | undefined;
|
|
7599
7635
|
hidden?: boolean | undefined;
|
|
7636
|
+
searchable?: boolean | undefined;
|
|
7600
7637
|
root?: string | undefined;
|
|
7601
7638
|
} & {
|
|
7602
7639
|
openapi?: string | string[] | {
|
|
@@ -7622,6 +7659,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7622
7659
|
tag?: string | undefined;
|
|
7623
7660
|
boost?: number | undefined;
|
|
7624
7661
|
hidden?: boolean | undefined;
|
|
7662
|
+
searchable?: boolean | undefined;
|
|
7625
7663
|
root?: string | undefined;
|
|
7626
7664
|
} & {
|
|
7627
7665
|
openapi?: string | string[] | {
|
|
@@ -7649,6 +7687,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7649
7687
|
tag?: string | undefined;
|
|
7650
7688
|
boost?: number | undefined;
|
|
7651
7689
|
hidden?: boolean | undefined;
|
|
7690
|
+
searchable?: boolean | undefined;
|
|
7652
7691
|
root?: string | undefined;
|
|
7653
7692
|
} & {
|
|
7654
7693
|
openapi?: string | string[] | {
|
|
@@ -7678,6 +7717,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7678
7717
|
tag?: string | undefined;
|
|
7679
7718
|
boost?: number | undefined;
|
|
7680
7719
|
hidden?: boolean | undefined;
|
|
7720
|
+
searchable?: boolean | undefined;
|
|
7681
7721
|
root?: string | undefined;
|
|
7682
7722
|
} & {
|
|
7683
7723
|
openapi?: string | string[] | {
|
|
@@ -7710,6 +7750,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7710
7750
|
tag?: string | undefined;
|
|
7711
7751
|
boost?: number | undefined;
|
|
7712
7752
|
hidden?: boolean | undefined;
|
|
7753
|
+
searchable?: boolean | undefined;
|
|
7713
7754
|
root?: string | undefined;
|
|
7714
7755
|
} & {
|
|
7715
7756
|
openapi?: string | string[] | {
|
|
@@ -7735,6 +7776,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7735
7776
|
tag?: string | undefined;
|
|
7736
7777
|
boost?: number | undefined;
|
|
7737
7778
|
hidden?: boolean | undefined;
|
|
7779
|
+
searchable?: boolean | undefined;
|
|
7738
7780
|
root?: string | undefined;
|
|
7739
7781
|
} & {
|
|
7740
7782
|
openapi?: string | string[] | {
|
|
@@ -7762,6 +7804,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7762
7804
|
tag?: string | undefined;
|
|
7763
7805
|
boost?: number | undefined;
|
|
7764
7806
|
hidden?: boolean | undefined;
|
|
7807
|
+
searchable?: boolean | undefined;
|
|
7765
7808
|
root?: string | undefined;
|
|
7766
7809
|
} & {
|
|
7767
7810
|
openapi?: string | string[] | {
|
|
@@ -7791,6 +7834,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7791
7834
|
tag?: string | undefined;
|
|
7792
7835
|
boost?: number | undefined;
|
|
7793
7836
|
hidden?: boolean | undefined;
|
|
7837
|
+
searchable?: boolean | undefined;
|
|
7794
7838
|
root?: string | undefined;
|
|
7795
7839
|
} & {
|
|
7796
7840
|
openapi?: string | string[] | {
|
|
@@ -8665,6 +8709,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8665
8709
|
tag?: string | undefined;
|
|
8666
8710
|
boost?: number | undefined;
|
|
8667
8711
|
hidden?: boolean | undefined;
|
|
8712
|
+
searchable?: boolean | undefined;
|
|
8668
8713
|
root?: string | undefined;
|
|
8669
8714
|
} & {
|
|
8670
8715
|
openapi?: string | string[] | {
|
|
@@ -8694,6 +8739,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8694
8739
|
tag?: string | undefined;
|
|
8695
8740
|
boost?: number | undefined;
|
|
8696
8741
|
hidden?: boolean | undefined;
|
|
8742
|
+
searchable?: boolean | undefined;
|
|
8697
8743
|
root?: string | undefined;
|
|
8698
8744
|
} & {
|
|
8699
8745
|
openapi?: string | string[] | {
|
|
@@ -9038,6 +9084,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9038
9084
|
tag?: string | undefined;
|
|
9039
9085
|
boost?: number | undefined;
|
|
9040
9086
|
hidden?: boolean | undefined;
|
|
9087
|
+
searchable?: boolean | undefined;
|
|
9041
9088
|
root?: string | undefined;
|
|
9042
9089
|
} & {
|
|
9043
9090
|
openapi?: string | string[] | {
|
|
@@ -9067,6 +9114,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9067
9114
|
tag?: string | undefined;
|
|
9068
9115
|
boost?: number | undefined;
|
|
9069
9116
|
hidden?: boolean | undefined;
|
|
9117
|
+
searchable?: boolean | undefined;
|
|
9070
9118
|
root?: string | undefined;
|
|
9071
9119
|
} & {
|
|
9072
9120
|
openapi?: string | string[] | {
|
|
@@ -9938,6 +9986,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9938
9986
|
tag?: string | undefined;
|
|
9939
9987
|
boost?: number | undefined;
|
|
9940
9988
|
hidden?: boolean | undefined;
|
|
9989
|
+
searchable?: boolean | undefined;
|
|
9941
9990
|
root?: string | undefined;
|
|
9942
9991
|
} & {
|
|
9943
9992
|
openapi?: string | string[] | {
|
|
@@ -9963,6 +10012,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9963
10012
|
tag?: string | undefined;
|
|
9964
10013
|
boost?: number | undefined;
|
|
9965
10014
|
hidden?: boolean | undefined;
|
|
10015
|
+
searchable?: boolean | undefined;
|
|
9966
10016
|
root?: string | undefined;
|
|
9967
10017
|
} & {
|
|
9968
10018
|
openapi?: string | string[] | {
|
|
@@ -9990,6 +10040,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9990
10040
|
tag?: string | undefined;
|
|
9991
10041
|
boost?: number | undefined;
|
|
9992
10042
|
hidden?: boolean | undefined;
|
|
10043
|
+
searchable?: boolean | undefined;
|
|
9993
10044
|
root?: string | undefined;
|
|
9994
10045
|
} & {
|
|
9995
10046
|
openapi?: string | string[] | {
|
|
@@ -10019,6 +10070,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10019
10070
|
tag?: string | undefined;
|
|
10020
10071
|
boost?: number | undefined;
|
|
10021
10072
|
hidden?: boolean | undefined;
|
|
10073
|
+
searchable?: boolean | undefined;
|
|
10022
10074
|
root?: string | undefined;
|
|
10023
10075
|
} & {
|
|
10024
10076
|
openapi?: string | string[] | {
|
|
@@ -10051,6 +10103,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10051
10103
|
tag?: string | undefined;
|
|
10052
10104
|
boost?: number | undefined;
|
|
10053
10105
|
hidden?: boolean | undefined;
|
|
10106
|
+
searchable?: boolean | undefined;
|
|
10054
10107
|
root?: string | undefined;
|
|
10055
10108
|
} & {
|
|
10056
10109
|
openapi?: string | string[] | {
|
|
@@ -10076,6 +10129,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10076
10129
|
tag?: string | undefined;
|
|
10077
10130
|
boost?: number | undefined;
|
|
10078
10131
|
hidden?: boolean | undefined;
|
|
10132
|
+
searchable?: boolean | undefined;
|
|
10079
10133
|
root?: string | undefined;
|
|
10080
10134
|
} & {
|
|
10081
10135
|
openapi?: string | string[] | {
|
|
@@ -10103,6 +10157,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10103
10157
|
tag?: string | undefined;
|
|
10104
10158
|
boost?: number | undefined;
|
|
10105
10159
|
hidden?: boolean | undefined;
|
|
10160
|
+
searchable?: boolean | undefined;
|
|
10106
10161
|
root?: string | undefined;
|
|
10107
10162
|
} & {
|
|
10108
10163
|
openapi?: string | string[] | {
|
|
@@ -10132,6 +10187,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10132
10187
|
tag?: string | undefined;
|
|
10133
10188
|
boost?: number | undefined;
|
|
10134
10189
|
hidden?: boolean | undefined;
|
|
10190
|
+
searchable?: boolean | undefined;
|
|
10135
10191
|
root?: string | undefined;
|
|
10136
10192
|
} & {
|
|
10137
10193
|
openapi?: string | string[] | {
|
|
@@ -11006,6 +11062,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11006
11062
|
tag?: string | undefined;
|
|
11007
11063
|
boost?: number | undefined;
|
|
11008
11064
|
hidden?: boolean | undefined;
|
|
11065
|
+
searchable?: boolean | undefined;
|
|
11009
11066
|
root?: string | undefined;
|
|
11010
11067
|
} & {
|
|
11011
11068
|
openapi?: string | string[] | {
|
|
@@ -11035,6 +11092,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11035
11092
|
tag?: string | undefined;
|
|
11036
11093
|
boost?: number | undefined;
|
|
11037
11094
|
hidden?: boolean | undefined;
|
|
11095
|
+
searchable?: boolean | undefined;
|
|
11038
11096
|
root?: string | undefined;
|
|
11039
11097
|
} & {
|
|
11040
11098
|
openapi?: string | string[] | {
|
|
@@ -11379,6 +11437,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11379
11437
|
tag?: string | undefined;
|
|
11380
11438
|
boost?: number | undefined;
|
|
11381
11439
|
hidden?: boolean | undefined;
|
|
11440
|
+
searchable?: boolean | undefined;
|
|
11382
11441
|
root?: string | undefined;
|
|
11383
11442
|
} & {
|
|
11384
11443
|
openapi?: string | string[] | {
|
|
@@ -11408,6 +11467,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11408
11467
|
tag?: string | undefined;
|
|
11409
11468
|
boost?: number | undefined;
|
|
11410
11469
|
hidden?: boolean | undefined;
|
|
11470
|
+
searchable?: boolean | undefined;
|
|
11411
11471
|
root?: string | undefined;
|
|
11412
11472
|
} & {
|
|
11413
11473
|
openapi?: string | string[] | {
|
|
@@ -12279,6 +12339,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12279
12339
|
tag?: string | undefined;
|
|
12280
12340
|
boost?: number | undefined;
|
|
12281
12341
|
hidden?: boolean | undefined;
|
|
12342
|
+
searchable?: boolean | undefined;
|
|
12282
12343
|
root?: string | undefined;
|
|
12283
12344
|
} & {
|
|
12284
12345
|
openapi?: string | string[] | {
|
|
@@ -12304,6 +12365,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12304
12365
|
tag?: string | undefined;
|
|
12305
12366
|
boost?: number | undefined;
|
|
12306
12367
|
hidden?: boolean | undefined;
|
|
12368
|
+
searchable?: boolean | undefined;
|
|
12307
12369
|
root?: string | undefined;
|
|
12308
12370
|
} & {
|
|
12309
12371
|
openapi?: string | string[] | {
|
|
@@ -12331,6 +12393,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12331
12393
|
tag?: string | undefined;
|
|
12332
12394
|
boost?: number | undefined;
|
|
12333
12395
|
hidden?: boolean | undefined;
|
|
12396
|
+
searchable?: boolean | undefined;
|
|
12334
12397
|
root?: string | undefined;
|
|
12335
12398
|
} & {
|
|
12336
12399
|
openapi?: string | string[] | {
|
|
@@ -12360,6 +12423,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12360
12423
|
tag?: string | undefined;
|
|
12361
12424
|
boost?: number | undefined;
|
|
12362
12425
|
hidden?: boolean | undefined;
|
|
12426
|
+
searchable?: boolean | undefined;
|
|
12363
12427
|
root?: string | undefined;
|
|
12364
12428
|
} & {
|
|
12365
12429
|
openapi?: string | string[] | {
|
|
@@ -12392,6 +12456,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12392
12456
|
tag?: string | undefined;
|
|
12393
12457
|
boost?: number | undefined;
|
|
12394
12458
|
hidden?: boolean | undefined;
|
|
12459
|
+
searchable?: boolean | undefined;
|
|
12395
12460
|
root?: string | undefined;
|
|
12396
12461
|
} & {
|
|
12397
12462
|
openapi?: string | string[] | {
|
|
@@ -12417,6 +12482,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12417
12482
|
tag?: string | undefined;
|
|
12418
12483
|
boost?: number | undefined;
|
|
12419
12484
|
hidden?: boolean | undefined;
|
|
12485
|
+
searchable?: boolean | undefined;
|
|
12420
12486
|
root?: string | undefined;
|
|
12421
12487
|
} & {
|
|
12422
12488
|
openapi?: string | string[] | {
|
|
@@ -12444,6 +12510,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12444
12510
|
tag?: string | undefined;
|
|
12445
12511
|
boost?: number | undefined;
|
|
12446
12512
|
hidden?: boolean | undefined;
|
|
12513
|
+
searchable?: boolean | undefined;
|
|
12447
12514
|
root?: string | undefined;
|
|
12448
12515
|
} & {
|
|
12449
12516
|
openapi?: string | string[] | {
|
|
@@ -12473,6 +12540,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12473
12540
|
tag?: string | undefined;
|
|
12474
12541
|
boost?: number | undefined;
|
|
12475
12542
|
hidden?: boolean | undefined;
|
|
12543
|
+
searchable?: boolean | undefined;
|
|
12476
12544
|
root?: string | undefined;
|
|
12477
12545
|
} & {
|
|
12478
12546
|
openapi?: string | string[] | {
|
|
@@ -13347,6 +13415,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13347
13415
|
tag?: string | undefined;
|
|
13348
13416
|
boost?: number | undefined;
|
|
13349
13417
|
hidden?: boolean | undefined;
|
|
13418
|
+
searchable?: boolean | undefined;
|
|
13350
13419
|
root?: string | undefined;
|
|
13351
13420
|
} & {
|
|
13352
13421
|
openapi?: string | string[] | {
|
|
@@ -13376,6 +13445,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13376
13445
|
tag?: string | undefined;
|
|
13377
13446
|
boost?: number | undefined;
|
|
13378
13447
|
hidden?: boolean | undefined;
|
|
13448
|
+
searchable?: boolean | undefined;
|
|
13379
13449
|
root?: string | undefined;
|
|
13380
13450
|
} & {
|
|
13381
13451
|
openapi?: string | string[] | {
|
|
@@ -13720,6 +13790,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13720
13790
|
tag?: string | undefined;
|
|
13721
13791
|
boost?: number | undefined;
|
|
13722
13792
|
hidden?: boolean | undefined;
|
|
13793
|
+
searchable?: boolean | undefined;
|
|
13723
13794
|
root?: string | undefined;
|
|
13724
13795
|
} & {
|
|
13725
13796
|
openapi?: string | string[] | {
|
|
@@ -13749,6 +13820,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13749
13820
|
tag?: string | undefined;
|
|
13750
13821
|
boost?: number | undefined;
|
|
13751
13822
|
hidden?: boolean | undefined;
|
|
13823
|
+
searchable?: boolean | undefined;
|
|
13752
13824
|
root?: string | undefined;
|
|
13753
13825
|
} & {
|
|
13754
13826
|
openapi?: string | string[] | {
|
|
@@ -14620,6 +14692,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14620
14692
|
tag?: string | undefined;
|
|
14621
14693
|
boost?: number | undefined;
|
|
14622
14694
|
hidden?: boolean | undefined;
|
|
14695
|
+
searchable?: boolean | undefined;
|
|
14623
14696
|
root?: string | undefined;
|
|
14624
14697
|
} & {
|
|
14625
14698
|
openapi?: string | string[] | {
|
|
@@ -14645,6 +14718,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14645
14718
|
tag?: string | undefined;
|
|
14646
14719
|
boost?: number | undefined;
|
|
14647
14720
|
hidden?: boolean | undefined;
|
|
14721
|
+
searchable?: boolean | undefined;
|
|
14648
14722
|
root?: string | undefined;
|
|
14649
14723
|
} & {
|
|
14650
14724
|
openapi?: string | string[] | {
|
|
@@ -14672,6 +14746,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14672
14746
|
tag?: string | undefined;
|
|
14673
14747
|
boost?: number | undefined;
|
|
14674
14748
|
hidden?: boolean | undefined;
|
|
14749
|
+
searchable?: boolean | undefined;
|
|
14675
14750
|
root?: string | undefined;
|
|
14676
14751
|
} & {
|
|
14677
14752
|
openapi?: string | string[] | {
|
|
@@ -14701,6 +14776,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14701
14776
|
tag?: string | undefined;
|
|
14702
14777
|
boost?: number | undefined;
|
|
14703
14778
|
hidden?: boolean | undefined;
|
|
14779
|
+
searchable?: boolean | undefined;
|
|
14704
14780
|
root?: string | undefined;
|
|
14705
14781
|
} & {
|
|
14706
14782
|
openapi?: string | string[] | {
|
|
@@ -14733,6 +14809,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14733
14809
|
tag?: string | undefined;
|
|
14734
14810
|
boost?: number | undefined;
|
|
14735
14811
|
hidden?: boolean | undefined;
|
|
14812
|
+
searchable?: boolean | undefined;
|
|
14736
14813
|
root?: string | undefined;
|
|
14737
14814
|
} & {
|
|
14738
14815
|
openapi?: string | string[] | {
|
|
@@ -14758,6 +14835,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14758
14835
|
tag?: string | undefined;
|
|
14759
14836
|
boost?: number | undefined;
|
|
14760
14837
|
hidden?: boolean | undefined;
|
|
14838
|
+
searchable?: boolean | undefined;
|
|
14761
14839
|
root?: string | undefined;
|
|
14762
14840
|
} & {
|
|
14763
14841
|
openapi?: string | string[] | {
|
|
@@ -14785,6 +14863,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14785
14863
|
tag?: string | undefined;
|
|
14786
14864
|
boost?: number | undefined;
|
|
14787
14865
|
hidden?: boolean | undefined;
|
|
14866
|
+
searchable?: boolean | undefined;
|
|
14788
14867
|
root?: string | undefined;
|
|
14789
14868
|
} & {
|
|
14790
14869
|
openapi?: string | string[] | {
|
|
@@ -14814,6 +14893,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14814
14893
|
tag?: string | undefined;
|
|
14815
14894
|
boost?: number | undefined;
|
|
14816
14895
|
hidden?: boolean | undefined;
|
|
14896
|
+
searchable?: boolean | undefined;
|
|
14817
14897
|
root?: string | undefined;
|
|
14818
14898
|
} & {
|
|
14819
14899
|
openapi?: string | string[] | {
|
|
@@ -15688,6 +15768,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15688
15768
|
tag?: string | undefined;
|
|
15689
15769
|
boost?: number | undefined;
|
|
15690
15770
|
hidden?: boolean | undefined;
|
|
15771
|
+
searchable?: boolean | undefined;
|
|
15691
15772
|
root?: string | undefined;
|
|
15692
15773
|
} & {
|
|
15693
15774
|
openapi?: string | string[] | {
|
|
@@ -15717,6 +15798,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15717
15798
|
tag?: string | undefined;
|
|
15718
15799
|
boost?: number | undefined;
|
|
15719
15800
|
hidden?: boolean | undefined;
|
|
15801
|
+
searchable?: boolean | undefined;
|
|
15720
15802
|
root?: string | undefined;
|
|
15721
15803
|
} & {
|
|
15722
15804
|
openapi?: string | string[] | {
|
|
@@ -16061,6 +16143,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16061
16143
|
tag?: string | undefined;
|
|
16062
16144
|
boost?: number | undefined;
|
|
16063
16145
|
hidden?: boolean | undefined;
|
|
16146
|
+
searchable?: boolean | undefined;
|
|
16064
16147
|
root?: string | undefined;
|
|
16065
16148
|
} & {
|
|
16066
16149
|
openapi?: string | string[] | {
|
|
@@ -16090,6 +16173,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16090
16173
|
tag?: string | undefined;
|
|
16091
16174
|
boost?: number | undefined;
|
|
16092
16175
|
hidden?: boolean | undefined;
|
|
16176
|
+
searchable?: boolean | undefined;
|
|
16093
16177
|
root?: string | undefined;
|
|
16094
16178
|
} & {
|
|
16095
16179
|
openapi?: string | string[] | {
|
|
@@ -16961,6 +17045,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16961
17045
|
tag?: string | undefined;
|
|
16962
17046
|
boost?: number | undefined;
|
|
16963
17047
|
hidden?: boolean | undefined;
|
|
17048
|
+
searchable?: boolean | undefined;
|
|
16964
17049
|
root?: string | undefined;
|
|
16965
17050
|
} & {
|
|
16966
17051
|
openapi?: string | string[] | {
|
|
@@ -16986,6 +17071,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16986
17071
|
tag?: string | undefined;
|
|
16987
17072
|
boost?: number | undefined;
|
|
16988
17073
|
hidden?: boolean | undefined;
|
|
17074
|
+
searchable?: boolean | undefined;
|
|
16989
17075
|
root?: string | undefined;
|
|
16990
17076
|
} & {
|
|
16991
17077
|
openapi?: string | string[] | {
|
|
@@ -17013,6 +17099,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17013
17099
|
tag?: string | undefined;
|
|
17014
17100
|
boost?: number | undefined;
|
|
17015
17101
|
hidden?: boolean | undefined;
|
|
17102
|
+
searchable?: boolean | undefined;
|
|
17016
17103
|
root?: string | undefined;
|
|
17017
17104
|
} & {
|
|
17018
17105
|
openapi?: string | string[] | {
|
|
@@ -17042,6 +17129,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17042
17129
|
tag?: string | undefined;
|
|
17043
17130
|
boost?: number | undefined;
|
|
17044
17131
|
hidden?: boolean | undefined;
|
|
17132
|
+
searchable?: boolean | undefined;
|
|
17045
17133
|
root?: string | undefined;
|
|
17046
17134
|
} & {
|
|
17047
17135
|
openapi?: string | string[] | {
|
|
@@ -17074,6 +17162,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17074
17162
|
tag?: string | undefined;
|
|
17075
17163
|
boost?: number | undefined;
|
|
17076
17164
|
hidden?: boolean | undefined;
|
|
17165
|
+
searchable?: boolean | undefined;
|
|
17077
17166
|
root?: string | undefined;
|
|
17078
17167
|
} & {
|
|
17079
17168
|
openapi?: string | string[] | {
|
|
@@ -17099,6 +17188,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17099
17188
|
tag?: string | undefined;
|
|
17100
17189
|
boost?: number | undefined;
|
|
17101
17190
|
hidden?: boolean | undefined;
|
|
17191
|
+
searchable?: boolean | undefined;
|
|
17102
17192
|
root?: string | undefined;
|
|
17103
17193
|
} & {
|
|
17104
17194
|
openapi?: string | string[] | {
|
|
@@ -17126,6 +17216,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17126
17216
|
tag?: string | undefined;
|
|
17127
17217
|
boost?: number | undefined;
|
|
17128
17218
|
hidden?: boolean | undefined;
|
|
17219
|
+
searchable?: boolean | undefined;
|
|
17129
17220
|
root?: string | undefined;
|
|
17130
17221
|
} & {
|
|
17131
17222
|
openapi?: string | string[] | {
|
|
@@ -17155,6 +17246,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17155
17246
|
tag?: string | undefined;
|
|
17156
17247
|
boost?: number | undefined;
|
|
17157
17248
|
hidden?: boolean | undefined;
|
|
17249
|
+
searchable?: boolean | undefined;
|
|
17158
17250
|
root?: string | undefined;
|
|
17159
17251
|
} & {
|
|
17160
17252
|
openapi?: string | string[] | {
|
|
@@ -18029,6 +18121,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18029
18121
|
tag?: string | undefined;
|
|
18030
18122
|
boost?: number | undefined;
|
|
18031
18123
|
hidden?: boolean | undefined;
|
|
18124
|
+
searchable?: boolean | undefined;
|
|
18032
18125
|
root?: string | undefined;
|
|
18033
18126
|
} & {
|
|
18034
18127
|
openapi?: string | string[] | {
|
|
@@ -18058,6 +18151,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18058
18151
|
tag?: string | undefined;
|
|
18059
18152
|
boost?: number | undefined;
|
|
18060
18153
|
hidden?: boolean | undefined;
|
|
18154
|
+
searchable?: boolean | undefined;
|
|
18061
18155
|
root?: string | undefined;
|
|
18062
18156
|
} & {
|
|
18063
18157
|
openapi?: string | string[] | {
|
|
@@ -18402,6 +18496,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18402
18496
|
tag?: string | undefined;
|
|
18403
18497
|
boost?: number | undefined;
|
|
18404
18498
|
hidden?: boolean | undefined;
|
|
18499
|
+
searchable?: boolean | undefined;
|
|
18405
18500
|
root?: string | undefined;
|
|
18406
18501
|
} & {
|
|
18407
18502
|
openapi?: string | string[] | {
|
|
@@ -18431,6 +18526,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18431
18526
|
tag?: string | undefined;
|
|
18432
18527
|
boost?: number | undefined;
|
|
18433
18528
|
hidden?: boolean | undefined;
|
|
18529
|
+
searchable?: boolean | undefined;
|
|
18434
18530
|
root?: string | undefined;
|
|
18435
18531
|
} & {
|
|
18436
18532
|
openapi?: string | string[] | {
|
|
@@ -19302,6 +19398,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19302
19398
|
tag?: string | undefined;
|
|
19303
19399
|
boost?: number | undefined;
|
|
19304
19400
|
hidden?: boolean | undefined;
|
|
19401
|
+
searchable?: boolean | undefined;
|
|
19305
19402
|
root?: string | undefined;
|
|
19306
19403
|
} & {
|
|
19307
19404
|
openapi?: string | string[] | {
|
|
@@ -19327,6 +19424,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19327
19424
|
tag?: string | undefined;
|
|
19328
19425
|
boost?: number | undefined;
|
|
19329
19426
|
hidden?: boolean | undefined;
|
|
19427
|
+
searchable?: boolean | undefined;
|
|
19330
19428
|
root?: string | undefined;
|
|
19331
19429
|
} & {
|
|
19332
19430
|
openapi?: string | string[] | {
|
|
@@ -19354,6 +19452,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19354
19452
|
tag?: string | undefined;
|
|
19355
19453
|
boost?: number | undefined;
|
|
19356
19454
|
hidden?: boolean | undefined;
|
|
19455
|
+
searchable?: boolean | undefined;
|
|
19357
19456
|
root?: string | undefined;
|
|
19358
19457
|
} & {
|
|
19359
19458
|
openapi?: string | string[] | {
|
|
@@ -19383,6 +19482,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19383
19482
|
tag?: string | undefined;
|
|
19384
19483
|
boost?: number | undefined;
|
|
19385
19484
|
hidden?: boolean | undefined;
|
|
19485
|
+
searchable?: boolean | undefined;
|
|
19386
19486
|
root?: string | undefined;
|
|
19387
19487
|
} & {
|
|
19388
19488
|
openapi?: string | string[] | {
|
|
@@ -19415,6 +19515,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19415
19515
|
tag?: string | undefined;
|
|
19416
19516
|
boost?: number | undefined;
|
|
19417
19517
|
hidden?: boolean | undefined;
|
|
19518
|
+
searchable?: boolean | undefined;
|
|
19418
19519
|
root?: string | undefined;
|
|
19419
19520
|
} & {
|
|
19420
19521
|
openapi?: string | string[] | {
|
|
@@ -19440,6 +19541,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19440
19541
|
tag?: string | undefined;
|
|
19441
19542
|
boost?: number | undefined;
|
|
19442
19543
|
hidden?: boolean | undefined;
|
|
19544
|
+
searchable?: boolean | undefined;
|
|
19443
19545
|
root?: string | undefined;
|
|
19444
19546
|
} & {
|
|
19445
19547
|
openapi?: string | string[] | {
|
|
@@ -19467,6 +19569,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19467
19569
|
tag?: string | undefined;
|
|
19468
19570
|
boost?: number | undefined;
|
|
19469
19571
|
hidden?: boolean | undefined;
|
|
19572
|
+
searchable?: boolean | undefined;
|
|
19470
19573
|
root?: string | undefined;
|
|
19471
19574
|
} & {
|
|
19472
19575
|
openapi?: string | string[] | {
|
|
@@ -19496,6 +19599,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19496
19599
|
tag?: string | undefined;
|
|
19497
19600
|
boost?: number | undefined;
|
|
19498
19601
|
hidden?: boolean | undefined;
|
|
19602
|
+
searchable?: boolean | undefined;
|
|
19499
19603
|
root?: string | undefined;
|
|
19500
19604
|
} & {
|
|
19501
19605
|
openapi?: string | string[] | {
|
|
@@ -20370,6 +20474,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20370
20474
|
tag?: string | undefined;
|
|
20371
20475
|
boost?: number | undefined;
|
|
20372
20476
|
hidden?: boolean | undefined;
|
|
20477
|
+
searchable?: boolean | undefined;
|
|
20373
20478
|
root?: string | undefined;
|
|
20374
20479
|
} & {
|
|
20375
20480
|
openapi?: string | string[] | {
|
|
@@ -20399,6 +20504,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20399
20504
|
tag?: string | undefined;
|
|
20400
20505
|
boost?: number | undefined;
|
|
20401
20506
|
hidden?: boolean | undefined;
|
|
20507
|
+
searchable?: boolean | undefined;
|
|
20402
20508
|
root?: string | undefined;
|
|
20403
20509
|
} & {
|
|
20404
20510
|
openapi?: string | string[] | {
|
|
@@ -20743,6 +20849,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20743
20849
|
tag?: string | undefined;
|
|
20744
20850
|
boost?: number | undefined;
|
|
20745
20851
|
hidden?: boolean | undefined;
|
|
20852
|
+
searchable?: boolean | undefined;
|
|
20746
20853
|
root?: string | undefined;
|
|
20747
20854
|
} & {
|
|
20748
20855
|
openapi?: string | string[] | {
|
|
@@ -20772,6 +20879,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20772
20879
|
tag?: string | undefined;
|
|
20773
20880
|
boost?: number | undefined;
|
|
20774
20881
|
hidden?: boolean | undefined;
|
|
20882
|
+
searchable?: boolean | undefined;
|
|
20775
20883
|
root?: string | undefined;
|
|
20776
20884
|
} & {
|
|
20777
20885
|
openapi?: string | string[] | {
|
|
@@ -21644,6 +21752,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21644
21752
|
tag?: string | undefined;
|
|
21645
21753
|
boost?: number | undefined;
|
|
21646
21754
|
hidden?: boolean | undefined;
|
|
21755
|
+
searchable?: boolean | undefined;
|
|
21647
21756
|
root?: string | undefined;
|
|
21648
21757
|
} & {
|
|
21649
21758
|
openapi?: string | string[] | {
|
|
@@ -21669,6 +21778,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21669
21778
|
tag?: string | undefined;
|
|
21670
21779
|
boost?: number | undefined;
|
|
21671
21780
|
hidden?: boolean | undefined;
|
|
21781
|
+
searchable?: boolean | undefined;
|
|
21672
21782
|
root?: string | undefined;
|
|
21673
21783
|
} & {
|
|
21674
21784
|
openapi?: string | string[] | {
|
|
@@ -21696,6 +21806,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21696
21806
|
tag?: string | undefined;
|
|
21697
21807
|
boost?: number | undefined;
|
|
21698
21808
|
hidden?: boolean | undefined;
|
|
21809
|
+
searchable?: boolean | undefined;
|
|
21699
21810
|
root?: string | undefined;
|
|
21700
21811
|
} & {
|
|
21701
21812
|
openapi?: string | string[] | {
|
|
@@ -21725,6 +21836,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21725
21836
|
tag?: string | undefined;
|
|
21726
21837
|
boost?: number | undefined;
|
|
21727
21838
|
hidden?: boolean | undefined;
|
|
21839
|
+
searchable?: boolean | undefined;
|
|
21728
21840
|
root?: string | undefined;
|
|
21729
21841
|
} & {
|
|
21730
21842
|
openapi?: string | string[] | {
|
|
@@ -21757,6 +21869,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21757
21869
|
tag?: string | undefined;
|
|
21758
21870
|
boost?: number | undefined;
|
|
21759
21871
|
hidden?: boolean | undefined;
|
|
21872
|
+
searchable?: boolean | undefined;
|
|
21760
21873
|
root?: string | undefined;
|
|
21761
21874
|
} & {
|
|
21762
21875
|
openapi?: string | string[] | {
|
|
@@ -21782,6 +21895,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21782
21895
|
tag?: string | undefined;
|
|
21783
21896
|
boost?: number | undefined;
|
|
21784
21897
|
hidden?: boolean | undefined;
|
|
21898
|
+
searchable?: boolean | undefined;
|
|
21785
21899
|
root?: string | undefined;
|
|
21786
21900
|
} & {
|
|
21787
21901
|
openapi?: string | string[] | {
|
|
@@ -21809,6 +21923,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21809
21923
|
tag?: string | undefined;
|
|
21810
21924
|
boost?: number | undefined;
|
|
21811
21925
|
hidden?: boolean | undefined;
|
|
21926
|
+
searchable?: boolean | undefined;
|
|
21812
21927
|
root?: string | undefined;
|
|
21813
21928
|
} & {
|
|
21814
21929
|
openapi?: string | string[] | {
|
|
@@ -21838,6 +21953,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
21838
21953
|
tag?: string | undefined;
|
|
21839
21954
|
boost?: number | undefined;
|
|
21840
21955
|
hidden?: boolean | undefined;
|
|
21956
|
+
searchable?: boolean | undefined;
|
|
21841
21957
|
root?: string | undefined;
|
|
21842
21958
|
} & {
|
|
21843
21959
|
openapi?: string | string[] | {
|
|
@@ -22712,6 +22828,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22712
22828
|
tag?: string | undefined;
|
|
22713
22829
|
boost?: number | undefined;
|
|
22714
22830
|
hidden?: boolean | undefined;
|
|
22831
|
+
searchable?: boolean | undefined;
|
|
22715
22832
|
root?: string | undefined;
|
|
22716
22833
|
} & {
|
|
22717
22834
|
openapi?: string | string[] | {
|
|
@@ -22741,6 +22858,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22741
22858
|
tag?: string | undefined;
|
|
22742
22859
|
boost?: number | undefined;
|
|
22743
22860
|
hidden?: boolean | undefined;
|
|
22861
|
+
searchable?: boolean | undefined;
|
|
22744
22862
|
root?: string | undefined;
|
|
22745
22863
|
} & {
|
|
22746
22864
|
openapi?: string | string[] | {
|
|
@@ -23085,6 +23203,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23085
23203
|
tag?: string | undefined;
|
|
23086
23204
|
boost?: number | undefined;
|
|
23087
23205
|
hidden?: boolean | undefined;
|
|
23206
|
+
searchable?: boolean | undefined;
|
|
23088
23207
|
root?: string | undefined;
|
|
23089
23208
|
} & {
|
|
23090
23209
|
openapi?: string | string[] | {
|
|
@@ -23114,6 +23233,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23114
23233
|
tag?: string | undefined;
|
|
23115
23234
|
boost?: number | undefined;
|
|
23116
23235
|
hidden?: boolean | undefined;
|
|
23236
|
+
searchable?: boolean | undefined;
|
|
23117
23237
|
root?: string | undefined;
|
|
23118
23238
|
} & {
|
|
23119
23239
|
openapi?: string | string[] | {
|