@mintlify/validation 0.1.754 → 0.1.756
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/mint-config/schemas/v2/index.d.ts +120 -120
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +6 -6
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +20 -16
- package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +6 -4
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +4 -4
- package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +3 -0
- package/dist/mint-config/schemas/v2/properties/reusable/page.js +1 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +12 -12
- package/dist/mint-config/validateConfig.d.ts +36 -36
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -572,9 +572,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
572
572
|
public?: boolean | undefined;
|
|
573
573
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
574
574
|
tag?: string | undefined;
|
|
575
|
+
searchable?: boolean | undefined;
|
|
575
576
|
boost?: number | undefined;
|
|
576
577
|
hidden?: boolean | undefined;
|
|
577
|
-
searchable?: boolean | undefined;
|
|
578
578
|
root?: string | undefined;
|
|
579
579
|
} & {
|
|
580
580
|
openapi?: string | string[] | {
|
|
@@ -598,9 +598,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
598
598
|
public?: boolean | undefined;
|
|
599
599
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
600
600
|
tag?: string | undefined;
|
|
601
|
+
searchable?: boolean | undefined;
|
|
601
602
|
boost?: number | undefined;
|
|
602
603
|
hidden?: boolean | undefined;
|
|
603
|
-
searchable?: boolean | undefined;
|
|
604
604
|
root?: string | undefined;
|
|
605
605
|
} & {
|
|
606
606
|
openapi?: string | string[] | {
|
|
@@ -626,9 +626,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
626
626
|
public?: boolean | undefined;
|
|
627
627
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
628
628
|
tag?: string | undefined;
|
|
629
|
+
searchable?: boolean | undefined;
|
|
629
630
|
boost?: number | undefined;
|
|
630
631
|
hidden?: boolean | undefined;
|
|
631
|
-
searchable?: boolean | undefined;
|
|
632
632
|
root?: string | undefined;
|
|
633
633
|
} & {
|
|
634
634
|
openapi?: string | string[] | {
|
|
@@ -656,9 +656,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
656
656
|
public?: boolean | undefined;
|
|
657
657
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
658
658
|
tag?: string | undefined;
|
|
659
|
+
searchable?: boolean | undefined;
|
|
659
660
|
boost?: number | undefined;
|
|
660
661
|
hidden?: boolean | undefined;
|
|
661
|
-
searchable?: boolean | undefined;
|
|
662
662
|
root?: string | undefined;
|
|
663
663
|
} & {
|
|
664
664
|
openapi?: string | string[] | {
|
|
@@ -689,9 +689,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
689
689
|
public?: boolean | undefined;
|
|
690
690
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
691
691
|
tag?: string | undefined;
|
|
692
|
+
searchable?: boolean | undefined;
|
|
692
693
|
boost?: number | undefined;
|
|
693
694
|
hidden?: boolean | undefined;
|
|
694
|
-
searchable?: boolean | undefined;
|
|
695
695
|
root?: string | undefined;
|
|
696
696
|
} & {
|
|
697
697
|
openapi?: string | string[] | {
|
|
@@ -715,9 +715,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
715
715
|
public?: boolean | undefined;
|
|
716
716
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
717
717
|
tag?: string | undefined;
|
|
718
|
+
searchable?: boolean | undefined;
|
|
718
719
|
boost?: number | undefined;
|
|
719
720
|
hidden?: boolean | undefined;
|
|
720
|
-
searchable?: boolean | undefined;
|
|
721
721
|
root?: string | undefined;
|
|
722
722
|
} & {
|
|
723
723
|
openapi?: string | string[] | {
|
|
@@ -743,9 +743,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
743
743
|
public?: boolean | undefined;
|
|
744
744
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
745
745
|
tag?: string | undefined;
|
|
746
|
+
searchable?: boolean | undefined;
|
|
746
747
|
boost?: number | undefined;
|
|
747
748
|
hidden?: boolean | undefined;
|
|
748
|
-
searchable?: boolean | undefined;
|
|
749
749
|
root?: string | undefined;
|
|
750
750
|
} & {
|
|
751
751
|
openapi?: string | string[] | {
|
|
@@ -773,9 +773,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
773
773
|
public?: boolean | undefined;
|
|
774
774
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
775
775
|
tag?: string | undefined;
|
|
776
|
+
searchable?: boolean | undefined;
|
|
776
777
|
boost?: number | undefined;
|
|
777
778
|
hidden?: boolean | undefined;
|
|
778
|
-
searchable?: boolean | undefined;
|
|
779
779
|
root?: string | undefined;
|
|
780
780
|
} & {
|
|
781
781
|
openapi?: string | string[] | {
|
|
@@ -1679,9 +1679,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1679
1679
|
public?: boolean | undefined;
|
|
1680
1680
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1681
1681
|
tag?: string | undefined;
|
|
1682
|
+
searchable?: boolean | undefined;
|
|
1682
1683
|
boost?: number | undefined;
|
|
1683
1684
|
hidden?: boolean | undefined;
|
|
1684
|
-
searchable?: boolean | undefined;
|
|
1685
1685
|
root?: string | undefined;
|
|
1686
1686
|
} & {
|
|
1687
1687
|
openapi?: string | string[] | {
|
|
@@ -1709,9 +1709,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1709
1709
|
public?: boolean | undefined;
|
|
1710
1710
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1711
1711
|
tag?: string | undefined;
|
|
1712
|
+
searchable?: boolean | undefined;
|
|
1712
1713
|
boost?: number | undefined;
|
|
1713
1714
|
hidden?: boolean | undefined;
|
|
1714
|
-
searchable?: boolean | undefined;
|
|
1715
1715
|
root?: string | undefined;
|
|
1716
1716
|
} & {
|
|
1717
1717
|
openapi?: string | string[] | {
|
|
@@ -2061,9 +2061,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2061
2061
|
public?: boolean | undefined;
|
|
2062
2062
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2063
2063
|
tag?: string | undefined;
|
|
2064
|
+
searchable?: boolean | undefined;
|
|
2064
2065
|
boost?: number | undefined;
|
|
2065
2066
|
hidden?: boolean | undefined;
|
|
2066
|
-
searchable?: boolean | undefined;
|
|
2067
2067
|
root?: string | undefined;
|
|
2068
2068
|
} & {
|
|
2069
2069
|
openapi?: string | string[] | {
|
|
@@ -2091,9 +2091,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2091
2091
|
public?: boolean | undefined;
|
|
2092
2092
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2093
2093
|
tag?: string | undefined;
|
|
2094
|
+
searchable?: boolean | undefined;
|
|
2094
2095
|
boost?: number | undefined;
|
|
2095
2096
|
hidden?: boolean | undefined;
|
|
2096
|
-
searchable?: boolean | undefined;
|
|
2097
2097
|
root?: string | undefined;
|
|
2098
2098
|
} & {
|
|
2099
2099
|
openapi?: string | string[] | {
|
|
@@ -2970,9 +2970,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2970
2970
|
public?: boolean | undefined;
|
|
2971
2971
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2972
2972
|
tag?: string | undefined;
|
|
2973
|
+
searchable?: boolean | undefined;
|
|
2973
2974
|
boost?: number | undefined;
|
|
2974
2975
|
hidden?: boolean | undefined;
|
|
2975
|
-
searchable?: boolean | undefined;
|
|
2976
2976
|
root?: string | undefined;
|
|
2977
2977
|
} & {
|
|
2978
2978
|
openapi?: string | string[] | {
|
|
@@ -2996,9 +2996,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2996
2996
|
public?: boolean | undefined;
|
|
2997
2997
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2998
2998
|
tag?: string | undefined;
|
|
2999
|
+
searchable?: boolean | undefined;
|
|
2999
3000
|
boost?: number | undefined;
|
|
3000
3001
|
hidden?: boolean | undefined;
|
|
3001
|
-
searchable?: boolean | undefined;
|
|
3002
3002
|
root?: string | undefined;
|
|
3003
3003
|
} & {
|
|
3004
3004
|
openapi?: string | string[] | {
|
|
@@ -3024,9 +3024,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3024
3024
|
public?: boolean | undefined;
|
|
3025
3025
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3026
3026
|
tag?: string | undefined;
|
|
3027
|
+
searchable?: boolean | undefined;
|
|
3027
3028
|
boost?: number | undefined;
|
|
3028
3029
|
hidden?: boolean | undefined;
|
|
3029
|
-
searchable?: boolean | undefined;
|
|
3030
3030
|
root?: string | undefined;
|
|
3031
3031
|
} & {
|
|
3032
3032
|
openapi?: string | string[] | {
|
|
@@ -3054,9 +3054,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3054
3054
|
public?: boolean | undefined;
|
|
3055
3055
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3056
3056
|
tag?: string | undefined;
|
|
3057
|
+
searchable?: boolean | undefined;
|
|
3057
3058
|
boost?: number | undefined;
|
|
3058
3059
|
hidden?: boolean | undefined;
|
|
3059
|
-
searchable?: boolean | undefined;
|
|
3060
3060
|
root?: string | undefined;
|
|
3061
3061
|
} & {
|
|
3062
3062
|
openapi?: string | string[] | {
|
|
@@ -3087,9 +3087,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3087
3087
|
public?: boolean | undefined;
|
|
3088
3088
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3089
3089
|
tag?: string | undefined;
|
|
3090
|
+
searchable?: boolean | undefined;
|
|
3090
3091
|
boost?: number | undefined;
|
|
3091
3092
|
hidden?: boolean | undefined;
|
|
3092
|
-
searchable?: boolean | undefined;
|
|
3093
3093
|
root?: string | undefined;
|
|
3094
3094
|
} & {
|
|
3095
3095
|
openapi?: string | string[] | {
|
|
@@ -3113,9 +3113,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3113
3113
|
public?: boolean | undefined;
|
|
3114
3114
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3115
3115
|
tag?: string | undefined;
|
|
3116
|
+
searchable?: boolean | undefined;
|
|
3116
3117
|
boost?: number | undefined;
|
|
3117
3118
|
hidden?: boolean | undefined;
|
|
3118
|
-
searchable?: boolean | undefined;
|
|
3119
3119
|
root?: string | undefined;
|
|
3120
3120
|
} & {
|
|
3121
3121
|
openapi?: string | string[] | {
|
|
@@ -3141,9 +3141,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3141
3141
|
public?: boolean | undefined;
|
|
3142
3142
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3143
3143
|
tag?: string | undefined;
|
|
3144
|
+
searchable?: boolean | undefined;
|
|
3144
3145
|
boost?: number | undefined;
|
|
3145
3146
|
hidden?: boolean | undefined;
|
|
3146
|
-
searchable?: boolean | undefined;
|
|
3147
3147
|
root?: string | undefined;
|
|
3148
3148
|
} & {
|
|
3149
3149
|
openapi?: string | string[] | {
|
|
@@ -3171,9 +3171,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3171
3171
|
public?: boolean | undefined;
|
|
3172
3172
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3173
3173
|
tag?: string | undefined;
|
|
3174
|
+
searchable?: boolean | undefined;
|
|
3174
3175
|
boost?: number | undefined;
|
|
3175
3176
|
hidden?: boolean | undefined;
|
|
3176
|
-
searchable?: boolean | undefined;
|
|
3177
3177
|
root?: string | undefined;
|
|
3178
3178
|
} & {
|
|
3179
3179
|
openapi?: string | string[] | {
|
|
@@ -4077,9 +4077,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4077
4077
|
public?: boolean | undefined;
|
|
4078
4078
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4079
4079
|
tag?: string | undefined;
|
|
4080
|
+
searchable?: boolean | undefined;
|
|
4080
4081
|
boost?: number | undefined;
|
|
4081
4082
|
hidden?: boolean | undefined;
|
|
4082
|
-
searchable?: boolean | undefined;
|
|
4083
4083
|
root?: string | undefined;
|
|
4084
4084
|
} & {
|
|
4085
4085
|
openapi?: string | string[] | {
|
|
@@ -4107,9 +4107,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4107
4107
|
public?: boolean | undefined;
|
|
4108
4108
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4109
4109
|
tag?: string | undefined;
|
|
4110
|
+
searchable?: boolean | undefined;
|
|
4110
4111
|
boost?: number | undefined;
|
|
4111
4112
|
hidden?: boolean | undefined;
|
|
4112
|
-
searchable?: boolean | undefined;
|
|
4113
4113
|
root?: string | undefined;
|
|
4114
4114
|
} & {
|
|
4115
4115
|
openapi?: string | string[] | {
|
|
@@ -4459,9 +4459,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4459
4459
|
public?: boolean | undefined;
|
|
4460
4460
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4461
4461
|
tag?: string | undefined;
|
|
4462
|
+
searchable?: boolean | undefined;
|
|
4462
4463
|
boost?: number | undefined;
|
|
4463
4464
|
hidden?: boolean | undefined;
|
|
4464
|
-
searchable?: boolean | undefined;
|
|
4465
4465
|
root?: string | undefined;
|
|
4466
4466
|
} & {
|
|
4467
4467
|
openapi?: string | string[] | {
|
|
@@ -4489,9 +4489,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4489
4489
|
public?: boolean | undefined;
|
|
4490
4490
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4491
4491
|
tag?: string | undefined;
|
|
4492
|
+
searchable?: boolean | undefined;
|
|
4492
4493
|
boost?: number | undefined;
|
|
4493
4494
|
hidden?: boolean | undefined;
|
|
4494
|
-
searchable?: boolean | undefined;
|
|
4495
4495
|
root?: string | undefined;
|
|
4496
4496
|
} & {
|
|
4497
4497
|
openapi?: string | string[] | {
|
|
@@ -5368,9 +5368,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5368
5368
|
public?: boolean | undefined;
|
|
5369
5369
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5370
5370
|
tag?: string | undefined;
|
|
5371
|
+
searchable?: boolean | undefined;
|
|
5371
5372
|
boost?: number | undefined;
|
|
5372
5373
|
hidden?: boolean | undefined;
|
|
5373
|
-
searchable?: boolean | undefined;
|
|
5374
5374
|
root?: string | undefined;
|
|
5375
5375
|
} & {
|
|
5376
5376
|
openapi?: string | string[] | {
|
|
@@ -5394,9 +5394,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5394
5394
|
public?: boolean | undefined;
|
|
5395
5395
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5396
5396
|
tag?: string | undefined;
|
|
5397
|
+
searchable?: boolean | undefined;
|
|
5397
5398
|
boost?: number | undefined;
|
|
5398
5399
|
hidden?: boolean | undefined;
|
|
5399
|
-
searchable?: boolean | undefined;
|
|
5400
5400
|
root?: string | undefined;
|
|
5401
5401
|
} & {
|
|
5402
5402
|
openapi?: string | string[] | {
|
|
@@ -5422,9 +5422,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5422
5422
|
public?: boolean | undefined;
|
|
5423
5423
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5424
5424
|
tag?: string | undefined;
|
|
5425
|
+
searchable?: boolean | undefined;
|
|
5425
5426
|
boost?: number | undefined;
|
|
5426
5427
|
hidden?: boolean | undefined;
|
|
5427
|
-
searchable?: boolean | undefined;
|
|
5428
5428
|
root?: string | undefined;
|
|
5429
5429
|
} & {
|
|
5430
5430
|
openapi?: string | string[] | {
|
|
@@ -5452,9 +5452,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5452
5452
|
public?: boolean | undefined;
|
|
5453
5453
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5454
5454
|
tag?: string | undefined;
|
|
5455
|
+
searchable?: boolean | undefined;
|
|
5455
5456
|
boost?: number | undefined;
|
|
5456
5457
|
hidden?: boolean | undefined;
|
|
5457
|
-
searchable?: boolean | undefined;
|
|
5458
5458
|
root?: string | undefined;
|
|
5459
5459
|
} & {
|
|
5460
5460
|
openapi?: string | string[] | {
|
|
@@ -5485,9 +5485,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5485
5485
|
public?: boolean | undefined;
|
|
5486
5486
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5487
5487
|
tag?: string | undefined;
|
|
5488
|
+
searchable?: boolean | undefined;
|
|
5488
5489
|
boost?: number | undefined;
|
|
5489
5490
|
hidden?: boolean | undefined;
|
|
5490
|
-
searchable?: boolean | undefined;
|
|
5491
5491
|
root?: string | undefined;
|
|
5492
5492
|
} & {
|
|
5493
5493
|
openapi?: string | string[] | {
|
|
@@ -5511,9 +5511,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5511
5511
|
public?: boolean | undefined;
|
|
5512
5512
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5513
5513
|
tag?: string | undefined;
|
|
5514
|
+
searchable?: boolean | undefined;
|
|
5514
5515
|
boost?: number | undefined;
|
|
5515
5516
|
hidden?: boolean | undefined;
|
|
5516
|
-
searchable?: boolean | undefined;
|
|
5517
5517
|
root?: string | undefined;
|
|
5518
5518
|
} & {
|
|
5519
5519
|
openapi?: string | string[] | {
|
|
@@ -5539,9 +5539,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5539
5539
|
public?: boolean | undefined;
|
|
5540
5540
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5541
5541
|
tag?: string | undefined;
|
|
5542
|
+
searchable?: boolean | undefined;
|
|
5542
5543
|
boost?: number | undefined;
|
|
5543
5544
|
hidden?: boolean | undefined;
|
|
5544
|
-
searchable?: boolean | undefined;
|
|
5545
5545
|
root?: string | undefined;
|
|
5546
5546
|
} & {
|
|
5547
5547
|
openapi?: string | string[] | {
|
|
@@ -5569,9 +5569,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5569
5569
|
public?: boolean | undefined;
|
|
5570
5570
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5571
5571
|
tag?: string | undefined;
|
|
5572
|
+
searchable?: boolean | undefined;
|
|
5572
5573
|
boost?: number | undefined;
|
|
5573
5574
|
hidden?: boolean | undefined;
|
|
5574
|
-
searchable?: boolean | undefined;
|
|
5575
5575
|
root?: string | undefined;
|
|
5576
5576
|
} & {
|
|
5577
5577
|
openapi?: string | string[] | {
|
|
@@ -6475,9 +6475,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6475
6475
|
public?: boolean | undefined;
|
|
6476
6476
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6477
6477
|
tag?: string | undefined;
|
|
6478
|
+
searchable?: boolean | undefined;
|
|
6478
6479
|
boost?: number | undefined;
|
|
6479
6480
|
hidden?: boolean | undefined;
|
|
6480
|
-
searchable?: boolean | undefined;
|
|
6481
6481
|
root?: string | undefined;
|
|
6482
6482
|
} & {
|
|
6483
6483
|
openapi?: string | string[] | {
|
|
@@ -6505,9 +6505,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6505
6505
|
public?: boolean | undefined;
|
|
6506
6506
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6507
6507
|
tag?: string | undefined;
|
|
6508
|
+
searchable?: boolean | undefined;
|
|
6508
6509
|
boost?: number | undefined;
|
|
6509
6510
|
hidden?: boolean | undefined;
|
|
6510
|
-
searchable?: boolean | undefined;
|
|
6511
6511
|
root?: string | undefined;
|
|
6512
6512
|
} & {
|
|
6513
6513
|
openapi?: string | string[] | {
|
|
@@ -6857,9 +6857,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6857
6857
|
public?: boolean | undefined;
|
|
6858
6858
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6859
6859
|
tag?: string | undefined;
|
|
6860
|
+
searchable?: boolean | undefined;
|
|
6860
6861
|
boost?: number | undefined;
|
|
6861
6862
|
hidden?: boolean | undefined;
|
|
6862
|
-
searchable?: boolean | undefined;
|
|
6863
6863
|
root?: string | undefined;
|
|
6864
6864
|
} & {
|
|
6865
6865
|
openapi?: string | string[] | {
|
|
@@ -6887,9 +6887,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6887
6887
|
public?: boolean | undefined;
|
|
6888
6888
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6889
6889
|
tag?: string | undefined;
|
|
6890
|
+
searchable?: boolean | undefined;
|
|
6890
6891
|
boost?: number | undefined;
|
|
6891
6892
|
hidden?: boolean | undefined;
|
|
6892
|
-
searchable?: boolean | undefined;
|
|
6893
6893
|
root?: string | undefined;
|
|
6894
6894
|
} & {
|
|
6895
6895
|
openapi?: string | string[] | {
|
|
@@ -7766,9 +7766,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7766
7766
|
public?: boolean | undefined;
|
|
7767
7767
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7768
7768
|
tag?: string | undefined;
|
|
7769
|
+
searchable?: boolean | undefined;
|
|
7769
7770
|
boost?: number | undefined;
|
|
7770
7771
|
hidden?: boolean | undefined;
|
|
7771
|
-
searchable?: boolean | undefined;
|
|
7772
7772
|
root?: string | undefined;
|
|
7773
7773
|
} & {
|
|
7774
7774
|
openapi?: string | string[] | {
|
|
@@ -7792,9 +7792,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7792
7792
|
public?: boolean | undefined;
|
|
7793
7793
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7794
7794
|
tag?: string | undefined;
|
|
7795
|
+
searchable?: boolean | undefined;
|
|
7795
7796
|
boost?: number | undefined;
|
|
7796
7797
|
hidden?: boolean | undefined;
|
|
7797
|
-
searchable?: boolean | undefined;
|
|
7798
7798
|
root?: string | undefined;
|
|
7799
7799
|
} & {
|
|
7800
7800
|
openapi?: string | string[] | {
|
|
@@ -7820,9 +7820,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7820
7820
|
public?: boolean | undefined;
|
|
7821
7821
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7822
7822
|
tag?: string | undefined;
|
|
7823
|
+
searchable?: boolean | undefined;
|
|
7823
7824
|
boost?: number | undefined;
|
|
7824
7825
|
hidden?: boolean | undefined;
|
|
7825
|
-
searchable?: boolean | undefined;
|
|
7826
7826
|
root?: string | undefined;
|
|
7827
7827
|
} & {
|
|
7828
7828
|
openapi?: string | string[] | {
|
|
@@ -7850,9 +7850,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7850
7850
|
public?: boolean | undefined;
|
|
7851
7851
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7852
7852
|
tag?: string | undefined;
|
|
7853
|
+
searchable?: boolean | undefined;
|
|
7853
7854
|
boost?: number | undefined;
|
|
7854
7855
|
hidden?: boolean | undefined;
|
|
7855
|
-
searchable?: boolean | undefined;
|
|
7856
7856
|
root?: string | undefined;
|
|
7857
7857
|
} & {
|
|
7858
7858
|
openapi?: string | string[] | {
|
|
@@ -7883,9 +7883,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7883
7883
|
public?: boolean | undefined;
|
|
7884
7884
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7885
7885
|
tag?: string | undefined;
|
|
7886
|
+
searchable?: boolean | undefined;
|
|
7886
7887
|
boost?: number | undefined;
|
|
7887
7888
|
hidden?: boolean | undefined;
|
|
7888
|
-
searchable?: boolean | undefined;
|
|
7889
7889
|
root?: string | undefined;
|
|
7890
7890
|
} & {
|
|
7891
7891
|
openapi?: string | string[] | {
|
|
@@ -7909,9 +7909,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7909
7909
|
public?: boolean | undefined;
|
|
7910
7910
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7911
7911
|
tag?: string | undefined;
|
|
7912
|
+
searchable?: boolean | undefined;
|
|
7912
7913
|
boost?: number | undefined;
|
|
7913
7914
|
hidden?: boolean | undefined;
|
|
7914
|
-
searchable?: boolean | undefined;
|
|
7915
7915
|
root?: string | undefined;
|
|
7916
7916
|
} & {
|
|
7917
7917
|
openapi?: string | string[] | {
|
|
@@ -7937,9 +7937,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7937
7937
|
public?: boolean | undefined;
|
|
7938
7938
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7939
7939
|
tag?: string | undefined;
|
|
7940
|
+
searchable?: boolean | undefined;
|
|
7940
7941
|
boost?: number | undefined;
|
|
7941
7942
|
hidden?: boolean | undefined;
|
|
7942
|
-
searchable?: boolean | undefined;
|
|
7943
7943
|
root?: string | undefined;
|
|
7944
7944
|
} & {
|
|
7945
7945
|
openapi?: string | string[] | {
|
|
@@ -7967,9 +7967,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7967
7967
|
public?: boolean | undefined;
|
|
7968
7968
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7969
7969
|
tag?: string | undefined;
|
|
7970
|
+
searchable?: boolean | undefined;
|
|
7970
7971
|
boost?: number | undefined;
|
|
7971
7972
|
hidden?: boolean | undefined;
|
|
7972
|
-
searchable?: boolean | undefined;
|
|
7973
7973
|
root?: string | undefined;
|
|
7974
7974
|
} & {
|
|
7975
7975
|
openapi?: string | string[] | {
|
|
@@ -8873,9 +8873,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8873
8873
|
public?: boolean | undefined;
|
|
8874
8874
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
8875
8875
|
tag?: string | undefined;
|
|
8876
|
+
searchable?: boolean | undefined;
|
|
8876
8877
|
boost?: number | undefined;
|
|
8877
8878
|
hidden?: boolean | undefined;
|
|
8878
|
-
searchable?: boolean | undefined;
|
|
8879
8879
|
root?: string | undefined;
|
|
8880
8880
|
} & {
|
|
8881
8881
|
openapi?: string | string[] | {
|
|
@@ -8903,9 +8903,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8903
8903
|
public?: boolean | undefined;
|
|
8904
8904
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
8905
8905
|
tag?: string | undefined;
|
|
8906
|
+
searchable?: boolean | undefined;
|
|
8906
8907
|
boost?: number | undefined;
|
|
8907
8908
|
hidden?: boolean | undefined;
|
|
8908
|
-
searchable?: boolean | undefined;
|
|
8909
8909
|
root?: string | undefined;
|
|
8910
8910
|
} & {
|
|
8911
8911
|
openapi?: string | string[] | {
|
|
@@ -9255,9 +9255,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9255
9255
|
public?: boolean | undefined;
|
|
9256
9256
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9257
9257
|
tag?: string | undefined;
|
|
9258
|
+
searchable?: boolean | undefined;
|
|
9258
9259
|
boost?: number | undefined;
|
|
9259
9260
|
hidden?: boolean | undefined;
|
|
9260
|
-
searchable?: boolean | undefined;
|
|
9261
9261
|
root?: string | undefined;
|
|
9262
9262
|
} & {
|
|
9263
9263
|
openapi?: string | string[] | {
|
|
@@ -9285,9 +9285,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9285
9285
|
public?: boolean | undefined;
|
|
9286
9286
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
9287
9287
|
tag?: string | undefined;
|
|
9288
|
+
searchable?: boolean | undefined;
|
|
9288
9289
|
boost?: number | undefined;
|
|
9289
9290
|
hidden?: boolean | undefined;
|
|
9290
|
-
searchable?: boolean | undefined;
|
|
9291
9291
|
root?: string | undefined;
|
|
9292
9292
|
} & {
|
|
9293
9293
|
openapi?: string | string[] | {
|
|
@@ -10164,9 +10164,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10164
10164
|
public?: boolean | undefined;
|
|
10165
10165
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
10166
10166
|
tag?: string | undefined;
|
|
10167
|
+
searchable?: boolean | undefined;
|
|
10167
10168
|
boost?: number | undefined;
|
|
10168
10169
|
hidden?: boolean | undefined;
|
|
10169
|
-
searchable?: boolean | undefined;
|
|
10170
10170
|
root?: string | undefined;
|
|
10171
10171
|
} & {
|
|
10172
10172
|
openapi?: string | string[] | {
|
|
@@ -10190,9 +10190,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10190
10190
|
public?: boolean | undefined;
|
|
10191
10191
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
10192
10192
|
tag?: string | undefined;
|
|
10193
|
+
searchable?: boolean | undefined;
|
|
10193
10194
|
boost?: number | undefined;
|
|
10194
10195
|
hidden?: boolean | undefined;
|
|
10195
|
-
searchable?: boolean | undefined;
|
|
10196
10196
|
root?: string | undefined;
|
|
10197
10197
|
} & {
|
|
10198
10198
|
openapi?: string | string[] | {
|
|
@@ -10218,9 +10218,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10218
10218
|
public?: boolean | undefined;
|
|
10219
10219
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
10220
10220
|
tag?: string | undefined;
|
|
10221
|
+
searchable?: boolean | undefined;
|
|
10221
10222
|
boost?: number | undefined;
|
|
10222
10223
|
hidden?: boolean | undefined;
|
|
10223
|
-
searchable?: boolean | undefined;
|
|
10224
10224
|
root?: string | undefined;
|
|
10225
10225
|
} & {
|
|
10226
10226
|
openapi?: string | string[] | {
|
|
@@ -10248,9 +10248,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10248
10248
|
public?: boolean | undefined;
|
|
10249
10249
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
10250
10250
|
tag?: string | undefined;
|
|
10251
|
+
searchable?: boolean | undefined;
|
|
10251
10252
|
boost?: number | undefined;
|
|
10252
10253
|
hidden?: boolean | undefined;
|
|
10253
|
-
searchable?: boolean | undefined;
|
|
10254
10254
|
root?: string | undefined;
|
|
10255
10255
|
} & {
|
|
10256
10256
|
openapi?: string | string[] | {
|
|
@@ -10281,9 +10281,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10281
10281
|
public?: boolean | undefined;
|
|
10282
10282
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
10283
10283
|
tag?: string | undefined;
|
|
10284
|
+
searchable?: boolean | undefined;
|
|
10284
10285
|
boost?: number | undefined;
|
|
10285
10286
|
hidden?: boolean | undefined;
|
|
10286
|
-
searchable?: boolean | undefined;
|
|
10287
10287
|
root?: string | undefined;
|
|
10288
10288
|
} & {
|
|
10289
10289
|
openapi?: string | string[] | {
|
|
@@ -10307,9 +10307,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10307
10307
|
public?: boolean | undefined;
|
|
10308
10308
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
10309
10309
|
tag?: string | undefined;
|
|
10310
|
+
searchable?: boolean | undefined;
|
|
10310
10311
|
boost?: number | undefined;
|
|
10311
10312
|
hidden?: boolean | undefined;
|
|
10312
|
-
searchable?: boolean | undefined;
|
|
10313
10313
|
root?: string | undefined;
|
|
10314
10314
|
} & {
|
|
10315
10315
|
openapi?: string | string[] | {
|
|
@@ -10335,9 +10335,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10335
10335
|
public?: boolean | undefined;
|
|
10336
10336
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
10337
10337
|
tag?: string | undefined;
|
|
10338
|
+
searchable?: boolean | undefined;
|
|
10338
10339
|
boost?: number | undefined;
|
|
10339
10340
|
hidden?: boolean | undefined;
|
|
10340
|
-
searchable?: boolean | undefined;
|
|
10341
10341
|
root?: string | undefined;
|
|
10342
10342
|
} & {
|
|
10343
10343
|
openapi?: string | string[] | {
|
|
@@ -10365,9 +10365,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10365
10365
|
public?: boolean | undefined;
|
|
10366
10366
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
10367
10367
|
tag?: string | undefined;
|
|
10368
|
+
searchable?: boolean | undefined;
|
|
10368
10369
|
boost?: number | undefined;
|
|
10369
10370
|
hidden?: boolean | undefined;
|
|
10370
|
-
searchable?: boolean | undefined;
|
|
10371
10371
|
root?: string | undefined;
|
|
10372
10372
|
} & {
|
|
10373
10373
|
openapi?: string | string[] | {
|
|
@@ -11271,9 +11271,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11271
11271
|
public?: boolean | undefined;
|
|
11272
11272
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11273
11273
|
tag?: string | undefined;
|
|
11274
|
+
searchable?: boolean | undefined;
|
|
11274
11275
|
boost?: number | undefined;
|
|
11275
11276
|
hidden?: boolean | undefined;
|
|
11276
|
-
searchable?: boolean | undefined;
|
|
11277
11277
|
root?: string | undefined;
|
|
11278
11278
|
} & {
|
|
11279
11279
|
openapi?: string | string[] | {
|
|
@@ -11301,9 +11301,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11301
11301
|
public?: boolean | undefined;
|
|
11302
11302
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11303
11303
|
tag?: string | undefined;
|
|
11304
|
+
searchable?: boolean | undefined;
|
|
11304
11305
|
boost?: number | undefined;
|
|
11305
11306
|
hidden?: boolean | undefined;
|
|
11306
|
-
searchable?: boolean | undefined;
|
|
11307
11307
|
root?: string | undefined;
|
|
11308
11308
|
} & {
|
|
11309
11309
|
openapi?: string | string[] | {
|
|
@@ -11653,9 +11653,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11653
11653
|
public?: boolean | undefined;
|
|
11654
11654
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11655
11655
|
tag?: string | undefined;
|
|
11656
|
+
searchable?: boolean | undefined;
|
|
11656
11657
|
boost?: number | undefined;
|
|
11657
11658
|
hidden?: boolean | undefined;
|
|
11658
|
-
searchable?: boolean | undefined;
|
|
11659
11659
|
root?: string | undefined;
|
|
11660
11660
|
} & {
|
|
11661
11661
|
openapi?: string | string[] | {
|
|
@@ -11683,9 +11683,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11683
11683
|
public?: boolean | undefined;
|
|
11684
11684
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
11685
11685
|
tag?: string | undefined;
|
|
11686
|
+
searchable?: boolean | undefined;
|
|
11686
11687
|
boost?: number | undefined;
|
|
11687
11688
|
hidden?: boolean | undefined;
|
|
11688
|
-
searchable?: boolean | undefined;
|
|
11689
11689
|
root?: string | undefined;
|
|
11690
11690
|
} & {
|
|
11691
11691
|
openapi?: string | string[] | {
|
|
@@ -12562,9 +12562,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12562
12562
|
public?: boolean | undefined;
|
|
12563
12563
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12564
12564
|
tag?: string | undefined;
|
|
12565
|
+
searchable?: boolean | undefined;
|
|
12565
12566
|
boost?: number | undefined;
|
|
12566
12567
|
hidden?: boolean | undefined;
|
|
12567
|
-
searchable?: boolean | undefined;
|
|
12568
12568
|
root?: string | undefined;
|
|
12569
12569
|
} & {
|
|
12570
12570
|
openapi?: string | string[] | {
|
|
@@ -12588,9 +12588,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12588
12588
|
public?: boolean | undefined;
|
|
12589
12589
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12590
12590
|
tag?: string | undefined;
|
|
12591
|
+
searchable?: boolean | undefined;
|
|
12591
12592
|
boost?: number | undefined;
|
|
12592
12593
|
hidden?: boolean | undefined;
|
|
12593
|
-
searchable?: boolean | undefined;
|
|
12594
12594
|
root?: string | undefined;
|
|
12595
12595
|
} & {
|
|
12596
12596
|
openapi?: string | string[] | {
|
|
@@ -12616,9 +12616,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12616
12616
|
public?: boolean | undefined;
|
|
12617
12617
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12618
12618
|
tag?: string | undefined;
|
|
12619
|
+
searchable?: boolean | undefined;
|
|
12619
12620
|
boost?: number | undefined;
|
|
12620
12621
|
hidden?: boolean | undefined;
|
|
12621
|
-
searchable?: boolean | undefined;
|
|
12622
12622
|
root?: string | undefined;
|
|
12623
12623
|
} & {
|
|
12624
12624
|
openapi?: string | string[] | {
|
|
@@ -12646,9 +12646,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12646
12646
|
public?: boolean | undefined;
|
|
12647
12647
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12648
12648
|
tag?: string | undefined;
|
|
12649
|
+
searchable?: boolean | undefined;
|
|
12649
12650
|
boost?: number | undefined;
|
|
12650
12651
|
hidden?: boolean | undefined;
|
|
12651
|
-
searchable?: boolean | undefined;
|
|
12652
12652
|
root?: string | undefined;
|
|
12653
12653
|
} & {
|
|
12654
12654
|
openapi?: string | string[] | {
|
|
@@ -12679,9 +12679,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12679
12679
|
public?: boolean | undefined;
|
|
12680
12680
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12681
12681
|
tag?: string | undefined;
|
|
12682
|
+
searchable?: boolean | undefined;
|
|
12682
12683
|
boost?: number | undefined;
|
|
12683
12684
|
hidden?: boolean | undefined;
|
|
12684
|
-
searchable?: boolean | undefined;
|
|
12685
12685
|
root?: string | undefined;
|
|
12686
12686
|
} & {
|
|
12687
12687
|
openapi?: string | string[] | {
|
|
@@ -12705,9 +12705,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12705
12705
|
public?: boolean | undefined;
|
|
12706
12706
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12707
12707
|
tag?: string | undefined;
|
|
12708
|
+
searchable?: boolean | undefined;
|
|
12708
12709
|
boost?: number | undefined;
|
|
12709
12710
|
hidden?: boolean | undefined;
|
|
12710
|
-
searchable?: boolean | undefined;
|
|
12711
12711
|
root?: string | undefined;
|
|
12712
12712
|
} & {
|
|
12713
12713
|
openapi?: string | string[] | {
|
|
@@ -12733,9 +12733,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12733
12733
|
public?: boolean | undefined;
|
|
12734
12734
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12735
12735
|
tag?: string | undefined;
|
|
12736
|
+
searchable?: boolean | undefined;
|
|
12736
12737
|
boost?: number | undefined;
|
|
12737
12738
|
hidden?: boolean | undefined;
|
|
12738
|
-
searchable?: boolean | undefined;
|
|
12739
12739
|
root?: string | undefined;
|
|
12740
12740
|
} & {
|
|
12741
12741
|
openapi?: string | string[] | {
|
|
@@ -12763,9 +12763,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12763
12763
|
public?: boolean | undefined;
|
|
12764
12764
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
12765
12765
|
tag?: string | undefined;
|
|
12766
|
+
searchable?: boolean | undefined;
|
|
12766
12767
|
boost?: number | undefined;
|
|
12767
12768
|
hidden?: boolean | undefined;
|
|
12768
|
-
searchable?: boolean | undefined;
|
|
12769
12769
|
root?: string | undefined;
|
|
12770
12770
|
} & {
|
|
12771
12771
|
openapi?: string | string[] | {
|
|
@@ -13669,9 +13669,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13669
13669
|
public?: boolean | undefined;
|
|
13670
13670
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
13671
13671
|
tag?: string | undefined;
|
|
13672
|
+
searchable?: boolean | undefined;
|
|
13672
13673
|
boost?: number | undefined;
|
|
13673
13674
|
hidden?: boolean | undefined;
|
|
13674
|
-
searchable?: boolean | undefined;
|
|
13675
13675
|
root?: string | undefined;
|
|
13676
13676
|
} & {
|
|
13677
13677
|
openapi?: string | string[] | {
|
|
@@ -13699,9 +13699,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13699
13699
|
public?: boolean | undefined;
|
|
13700
13700
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
13701
13701
|
tag?: string | undefined;
|
|
13702
|
+
searchable?: boolean | undefined;
|
|
13702
13703
|
boost?: number | undefined;
|
|
13703
13704
|
hidden?: boolean | undefined;
|
|
13704
|
-
searchable?: boolean | undefined;
|
|
13705
13705
|
root?: string | undefined;
|
|
13706
13706
|
} & {
|
|
13707
13707
|
openapi?: string | string[] | {
|
|
@@ -14051,9 +14051,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14051
14051
|
public?: boolean | undefined;
|
|
14052
14052
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14053
14053
|
tag?: string | undefined;
|
|
14054
|
+
searchable?: boolean | undefined;
|
|
14054
14055
|
boost?: number | undefined;
|
|
14055
14056
|
hidden?: boolean | undefined;
|
|
14056
|
-
searchable?: boolean | undefined;
|
|
14057
14057
|
root?: string | undefined;
|
|
14058
14058
|
} & {
|
|
14059
14059
|
openapi?: string | string[] | {
|
|
@@ -14081,9 +14081,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14081
14081
|
public?: boolean | undefined;
|
|
14082
14082
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14083
14083
|
tag?: string | undefined;
|
|
14084
|
+
searchable?: boolean | undefined;
|
|
14084
14085
|
boost?: number | undefined;
|
|
14085
14086
|
hidden?: boolean | undefined;
|
|
14086
|
-
searchable?: boolean | undefined;
|
|
14087
14087
|
root?: string | undefined;
|
|
14088
14088
|
} & {
|
|
14089
14089
|
openapi?: string | string[] | {
|
|
@@ -14960,9 +14960,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14960
14960
|
public?: boolean | undefined;
|
|
14961
14961
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14962
14962
|
tag?: string | undefined;
|
|
14963
|
+
searchable?: boolean | undefined;
|
|
14963
14964
|
boost?: number | undefined;
|
|
14964
14965
|
hidden?: boolean | undefined;
|
|
14965
|
-
searchable?: boolean | undefined;
|
|
14966
14966
|
root?: string | undefined;
|
|
14967
14967
|
} & {
|
|
14968
14968
|
openapi?: string | string[] | {
|
|
@@ -14986,9 +14986,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14986
14986
|
public?: boolean | undefined;
|
|
14987
14987
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
14988
14988
|
tag?: string | undefined;
|
|
14989
|
+
searchable?: boolean | undefined;
|
|
14989
14990
|
boost?: number | undefined;
|
|
14990
14991
|
hidden?: boolean | undefined;
|
|
14991
|
-
searchable?: boolean | undefined;
|
|
14992
14992
|
root?: string | undefined;
|
|
14993
14993
|
} & {
|
|
14994
14994
|
openapi?: string | string[] | {
|
|
@@ -15014,9 +15014,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15014
15014
|
public?: boolean | undefined;
|
|
15015
15015
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
15016
15016
|
tag?: string | undefined;
|
|
15017
|
+
searchable?: boolean | undefined;
|
|
15017
15018
|
boost?: number | undefined;
|
|
15018
15019
|
hidden?: boolean | undefined;
|
|
15019
|
-
searchable?: boolean | undefined;
|
|
15020
15020
|
root?: string | undefined;
|
|
15021
15021
|
} & {
|
|
15022
15022
|
openapi?: string | string[] | {
|
|
@@ -15044,9 +15044,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15044
15044
|
public?: boolean | undefined;
|
|
15045
15045
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
15046
15046
|
tag?: string | undefined;
|
|
15047
|
+
searchable?: boolean | undefined;
|
|
15047
15048
|
boost?: number | undefined;
|
|
15048
15049
|
hidden?: boolean | undefined;
|
|
15049
|
-
searchable?: boolean | undefined;
|
|
15050
15050
|
root?: string | undefined;
|
|
15051
15051
|
} & {
|
|
15052
15052
|
openapi?: string | string[] | {
|
|
@@ -15077,9 +15077,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15077
15077
|
public?: boolean | undefined;
|
|
15078
15078
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
15079
15079
|
tag?: string | undefined;
|
|
15080
|
+
searchable?: boolean | undefined;
|
|
15080
15081
|
boost?: number | undefined;
|
|
15081
15082
|
hidden?: boolean | undefined;
|
|
15082
|
-
searchable?: boolean | undefined;
|
|
15083
15083
|
root?: string | undefined;
|
|
15084
15084
|
} & {
|
|
15085
15085
|
openapi?: string | string[] | {
|
|
@@ -15103,9 +15103,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15103
15103
|
public?: boolean | undefined;
|
|
15104
15104
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
15105
15105
|
tag?: string | undefined;
|
|
15106
|
+
searchable?: boolean | undefined;
|
|
15106
15107
|
boost?: number | undefined;
|
|
15107
15108
|
hidden?: boolean | undefined;
|
|
15108
|
-
searchable?: boolean | undefined;
|
|
15109
15109
|
root?: string | undefined;
|
|
15110
15110
|
} & {
|
|
15111
15111
|
openapi?: string | string[] | {
|
|
@@ -15131,9 +15131,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15131
15131
|
public?: boolean | undefined;
|
|
15132
15132
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
15133
15133
|
tag?: string | undefined;
|
|
15134
|
+
searchable?: boolean | undefined;
|
|
15134
15135
|
boost?: number | undefined;
|
|
15135
15136
|
hidden?: boolean | undefined;
|
|
15136
|
-
searchable?: boolean | undefined;
|
|
15137
15137
|
root?: string | undefined;
|
|
15138
15138
|
} & {
|
|
15139
15139
|
openapi?: string | string[] | {
|
|
@@ -15161,9 +15161,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15161
15161
|
public?: boolean | undefined;
|
|
15162
15162
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
15163
15163
|
tag?: string | undefined;
|
|
15164
|
+
searchable?: boolean | undefined;
|
|
15164
15165
|
boost?: number | undefined;
|
|
15165
15166
|
hidden?: boolean | undefined;
|
|
15166
|
-
searchable?: boolean | undefined;
|
|
15167
15167
|
root?: string | undefined;
|
|
15168
15168
|
} & {
|
|
15169
15169
|
openapi?: string | string[] | {
|
|
@@ -16067,9 +16067,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16067
16067
|
public?: boolean | undefined;
|
|
16068
16068
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16069
16069
|
tag?: string | undefined;
|
|
16070
|
+
searchable?: boolean | undefined;
|
|
16070
16071
|
boost?: number | undefined;
|
|
16071
16072
|
hidden?: boolean | undefined;
|
|
16072
|
-
searchable?: boolean | undefined;
|
|
16073
16073
|
root?: string | undefined;
|
|
16074
16074
|
} & {
|
|
16075
16075
|
openapi?: string | string[] | {
|
|
@@ -16097,9 +16097,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16097
16097
|
public?: boolean | undefined;
|
|
16098
16098
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16099
16099
|
tag?: string | undefined;
|
|
16100
|
+
searchable?: boolean | undefined;
|
|
16100
16101
|
boost?: number | undefined;
|
|
16101
16102
|
hidden?: boolean | undefined;
|
|
16102
|
-
searchable?: boolean | undefined;
|
|
16103
16103
|
root?: string | undefined;
|
|
16104
16104
|
} & {
|
|
16105
16105
|
openapi?: string | string[] | {
|
|
@@ -16449,9 +16449,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16449
16449
|
public?: boolean | undefined;
|
|
16450
16450
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16451
16451
|
tag?: string | undefined;
|
|
16452
|
+
searchable?: boolean | undefined;
|
|
16452
16453
|
boost?: number | undefined;
|
|
16453
16454
|
hidden?: boolean | undefined;
|
|
16454
|
-
searchable?: boolean | undefined;
|
|
16455
16455
|
root?: string | undefined;
|
|
16456
16456
|
} & {
|
|
16457
16457
|
openapi?: string | string[] | {
|
|
@@ -16479,9 +16479,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16479
16479
|
public?: boolean | undefined;
|
|
16480
16480
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
16481
16481
|
tag?: string | undefined;
|
|
16482
|
+
searchable?: boolean | undefined;
|
|
16482
16483
|
boost?: number | undefined;
|
|
16483
16484
|
hidden?: boolean | undefined;
|
|
16484
|
-
searchable?: boolean | undefined;
|
|
16485
16485
|
root?: string | undefined;
|
|
16486
16486
|
} & {
|
|
16487
16487
|
openapi?: string | string[] | {
|
|
@@ -17358,9 +17358,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17358
17358
|
public?: boolean | undefined;
|
|
17359
17359
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
17360
17360
|
tag?: string | undefined;
|
|
17361
|
+
searchable?: boolean | undefined;
|
|
17361
17362
|
boost?: number | undefined;
|
|
17362
17363
|
hidden?: boolean | undefined;
|
|
17363
|
-
searchable?: boolean | undefined;
|
|
17364
17364
|
root?: string | undefined;
|
|
17365
17365
|
} & {
|
|
17366
17366
|
openapi?: string | string[] | {
|
|
@@ -17384,9 +17384,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17384
17384
|
public?: boolean | undefined;
|
|
17385
17385
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
17386
17386
|
tag?: string | undefined;
|
|
17387
|
+
searchable?: boolean | undefined;
|
|
17387
17388
|
boost?: number | undefined;
|
|
17388
17389
|
hidden?: boolean | undefined;
|
|
17389
|
-
searchable?: boolean | undefined;
|
|
17390
17390
|
root?: string | undefined;
|
|
17391
17391
|
} & {
|
|
17392
17392
|
openapi?: string | string[] | {
|
|
@@ -17412,9 +17412,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17412
17412
|
public?: boolean | undefined;
|
|
17413
17413
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
17414
17414
|
tag?: string | undefined;
|
|
17415
|
+
searchable?: boolean | undefined;
|
|
17415
17416
|
boost?: number | undefined;
|
|
17416
17417
|
hidden?: boolean | undefined;
|
|
17417
|
-
searchable?: boolean | undefined;
|
|
17418
17418
|
root?: string | undefined;
|
|
17419
17419
|
} & {
|
|
17420
17420
|
openapi?: string | string[] | {
|
|
@@ -17442,9 +17442,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17442
17442
|
public?: boolean | undefined;
|
|
17443
17443
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
17444
17444
|
tag?: string | undefined;
|
|
17445
|
+
searchable?: boolean | undefined;
|
|
17445
17446
|
boost?: number | undefined;
|
|
17446
17447
|
hidden?: boolean | undefined;
|
|
17447
|
-
searchable?: boolean | undefined;
|
|
17448
17448
|
root?: string | undefined;
|
|
17449
17449
|
} & {
|
|
17450
17450
|
openapi?: string | string[] | {
|
|
@@ -17475,9 +17475,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17475
17475
|
public?: boolean | undefined;
|
|
17476
17476
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
17477
17477
|
tag?: string | undefined;
|
|
17478
|
+
searchable?: boolean | undefined;
|
|
17478
17479
|
boost?: number | undefined;
|
|
17479
17480
|
hidden?: boolean | undefined;
|
|
17480
|
-
searchable?: boolean | undefined;
|
|
17481
17481
|
root?: string | undefined;
|
|
17482
17482
|
} & {
|
|
17483
17483
|
openapi?: string | string[] | {
|
|
@@ -17501,9 +17501,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17501
17501
|
public?: boolean | undefined;
|
|
17502
17502
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
17503
17503
|
tag?: string | undefined;
|
|
17504
|
+
searchable?: boolean | undefined;
|
|
17504
17505
|
boost?: number | undefined;
|
|
17505
17506
|
hidden?: boolean | undefined;
|
|
17506
|
-
searchable?: boolean | undefined;
|
|
17507
17507
|
root?: string | undefined;
|
|
17508
17508
|
} & {
|
|
17509
17509
|
openapi?: string | string[] | {
|
|
@@ -17529,9 +17529,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17529
17529
|
public?: boolean | undefined;
|
|
17530
17530
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
17531
17531
|
tag?: string | undefined;
|
|
17532
|
+
searchable?: boolean | undefined;
|
|
17532
17533
|
boost?: number | undefined;
|
|
17533
17534
|
hidden?: boolean | undefined;
|
|
17534
|
-
searchable?: boolean | undefined;
|
|
17535
17535
|
root?: string | undefined;
|
|
17536
17536
|
} & {
|
|
17537
17537
|
openapi?: string | string[] | {
|
|
@@ -17559,9 +17559,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17559
17559
|
public?: boolean | undefined;
|
|
17560
17560
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
17561
17561
|
tag?: string | undefined;
|
|
17562
|
+
searchable?: boolean | undefined;
|
|
17562
17563
|
boost?: number | undefined;
|
|
17563
17564
|
hidden?: boolean | undefined;
|
|
17564
|
-
searchable?: boolean | undefined;
|
|
17565
17565
|
root?: string | undefined;
|
|
17566
17566
|
} & {
|
|
17567
17567
|
openapi?: string | string[] | {
|
|
@@ -18465,9 +18465,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18465
18465
|
public?: boolean | undefined;
|
|
18466
18466
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18467
18467
|
tag?: string | undefined;
|
|
18468
|
+
searchable?: boolean | undefined;
|
|
18468
18469
|
boost?: number | undefined;
|
|
18469
18470
|
hidden?: boolean | undefined;
|
|
18470
|
-
searchable?: boolean | undefined;
|
|
18471
18471
|
root?: string | undefined;
|
|
18472
18472
|
} & {
|
|
18473
18473
|
openapi?: string | string[] | {
|
|
@@ -18495,9 +18495,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18495
18495
|
public?: boolean | undefined;
|
|
18496
18496
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18497
18497
|
tag?: string | undefined;
|
|
18498
|
+
searchable?: boolean | undefined;
|
|
18498
18499
|
boost?: number | undefined;
|
|
18499
18500
|
hidden?: boolean | undefined;
|
|
18500
|
-
searchable?: boolean | undefined;
|
|
18501
18501
|
root?: string | undefined;
|
|
18502
18502
|
} & {
|
|
18503
18503
|
openapi?: string | string[] | {
|
|
@@ -18847,9 +18847,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18847
18847
|
public?: boolean | undefined;
|
|
18848
18848
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18849
18849
|
tag?: string | undefined;
|
|
18850
|
+
searchable?: boolean | undefined;
|
|
18850
18851
|
boost?: number | undefined;
|
|
18851
18852
|
hidden?: boolean | undefined;
|
|
18852
|
-
searchable?: boolean | undefined;
|
|
18853
18853
|
root?: string | undefined;
|
|
18854
18854
|
} & {
|
|
18855
18855
|
openapi?: string | string[] | {
|
|
@@ -18877,9 +18877,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18877
18877
|
public?: boolean | undefined;
|
|
18878
18878
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
18879
18879
|
tag?: string | undefined;
|
|
18880
|
+
searchable?: boolean | undefined;
|
|
18880
18881
|
boost?: number | undefined;
|
|
18881
18882
|
hidden?: boolean | undefined;
|
|
18882
|
-
searchable?: boolean | undefined;
|
|
18883
18883
|
root?: string | undefined;
|
|
18884
18884
|
} & {
|
|
18885
18885
|
openapi?: string | string[] | {
|
|
@@ -19756,9 +19756,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19756
19756
|
public?: boolean | undefined;
|
|
19757
19757
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19758
19758
|
tag?: string | undefined;
|
|
19759
|
+
searchable?: boolean | undefined;
|
|
19759
19760
|
boost?: number | undefined;
|
|
19760
19761
|
hidden?: boolean | undefined;
|
|
19761
|
-
searchable?: boolean | undefined;
|
|
19762
19762
|
root?: string | undefined;
|
|
19763
19763
|
} & {
|
|
19764
19764
|
openapi?: string | string[] | {
|
|
@@ -19782,9 +19782,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19782
19782
|
public?: boolean | undefined;
|
|
19783
19783
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19784
19784
|
tag?: string | undefined;
|
|
19785
|
+
searchable?: boolean | undefined;
|
|
19785
19786
|
boost?: number | undefined;
|
|
19786
19787
|
hidden?: boolean | undefined;
|
|
19787
|
-
searchable?: boolean | undefined;
|
|
19788
19788
|
root?: string | undefined;
|
|
19789
19789
|
} & {
|
|
19790
19790
|
openapi?: string | string[] | {
|
|
@@ -19810,9 +19810,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19810
19810
|
public?: boolean | undefined;
|
|
19811
19811
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19812
19812
|
tag?: string | undefined;
|
|
19813
|
+
searchable?: boolean | undefined;
|
|
19813
19814
|
boost?: number | undefined;
|
|
19814
19815
|
hidden?: boolean | undefined;
|
|
19815
|
-
searchable?: boolean | undefined;
|
|
19816
19816
|
root?: string | undefined;
|
|
19817
19817
|
} & {
|
|
19818
19818
|
openapi?: string | string[] | {
|
|
@@ -19840,9 +19840,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19840
19840
|
public?: boolean | undefined;
|
|
19841
19841
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19842
19842
|
tag?: string | undefined;
|
|
19843
|
+
searchable?: boolean | undefined;
|
|
19843
19844
|
boost?: number | undefined;
|
|
19844
19845
|
hidden?: boolean | undefined;
|
|
19845
|
-
searchable?: boolean | undefined;
|
|
19846
19846
|
root?: string | undefined;
|
|
19847
19847
|
} & {
|
|
19848
19848
|
openapi?: string | string[] | {
|
|
@@ -19873,9 +19873,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19873
19873
|
public?: boolean | undefined;
|
|
19874
19874
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19875
19875
|
tag?: string | undefined;
|
|
19876
|
+
searchable?: boolean | undefined;
|
|
19876
19877
|
boost?: number | undefined;
|
|
19877
19878
|
hidden?: boolean | undefined;
|
|
19878
|
-
searchable?: boolean | undefined;
|
|
19879
19879
|
root?: string | undefined;
|
|
19880
19880
|
} & {
|
|
19881
19881
|
openapi?: string | string[] | {
|
|
@@ -19899,9 +19899,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19899
19899
|
public?: boolean | undefined;
|
|
19900
19900
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19901
19901
|
tag?: string | undefined;
|
|
19902
|
+
searchable?: boolean | undefined;
|
|
19902
19903
|
boost?: number | undefined;
|
|
19903
19904
|
hidden?: boolean | undefined;
|
|
19904
|
-
searchable?: boolean | undefined;
|
|
19905
19905
|
root?: string | undefined;
|
|
19906
19906
|
} & {
|
|
19907
19907
|
openapi?: string | string[] | {
|
|
@@ -19927,9 +19927,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19927
19927
|
public?: boolean | undefined;
|
|
19928
19928
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19929
19929
|
tag?: string | undefined;
|
|
19930
|
+
searchable?: boolean | undefined;
|
|
19930
19931
|
boost?: number | undefined;
|
|
19931
19932
|
hidden?: boolean | undefined;
|
|
19932
|
-
searchable?: boolean | undefined;
|
|
19933
19933
|
root?: string | undefined;
|
|
19934
19934
|
} & {
|
|
19935
19935
|
openapi?: string | string[] | {
|
|
@@ -19957,9 +19957,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
19957
19957
|
public?: boolean | undefined;
|
|
19958
19958
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
19959
19959
|
tag?: string | undefined;
|
|
19960
|
+
searchable?: boolean | undefined;
|
|
19960
19961
|
boost?: number | undefined;
|
|
19961
19962
|
hidden?: boolean | undefined;
|
|
19962
|
-
searchable?: boolean | undefined;
|
|
19963
19963
|
root?: string | undefined;
|
|
19964
19964
|
} & {
|
|
19965
19965
|
openapi?: string | string[] | {
|
|
@@ -20863,9 +20863,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20863
20863
|
public?: boolean | undefined;
|
|
20864
20864
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
20865
20865
|
tag?: string | undefined;
|
|
20866
|
+
searchable?: boolean | undefined;
|
|
20866
20867
|
boost?: number | undefined;
|
|
20867
20868
|
hidden?: boolean | undefined;
|
|
20868
|
-
searchable?: boolean | undefined;
|
|
20869
20869
|
root?: string | undefined;
|
|
20870
20870
|
} & {
|
|
20871
20871
|
openapi?: string | string[] | {
|
|
@@ -20893,9 +20893,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20893
20893
|
public?: boolean | undefined;
|
|
20894
20894
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
20895
20895
|
tag?: string | undefined;
|
|
20896
|
+
searchable?: boolean | undefined;
|
|
20896
20897
|
boost?: number | undefined;
|
|
20897
20898
|
hidden?: boolean | undefined;
|
|
20898
|
-
searchable?: boolean | undefined;
|
|
20899
20899
|
root?: string | undefined;
|
|
20900
20900
|
} & {
|
|
20901
20901
|
openapi?: string | string[] | {
|
|
@@ -21245,9 +21245,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21245
21245
|
public?: boolean | undefined;
|
|
21246
21246
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21247
21247
|
tag?: string | undefined;
|
|
21248
|
+
searchable?: boolean | undefined;
|
|
21248
21249
|
boost?: number | undefined;
|
|
21249
21250
|
hidden?: boolean | undefined;
|
|
21250
|
-
searchable?: boolean | undefined;
|
|
21251
21251
|
root?: string | undefined;
|
|
21252
21252
|
} & {
|
|
21253
21253
|
openapi?: string | string[] | {
|
|
@@ -21275,9 +21275,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
21275
21275
|
public?: boolean | undefined;
|
|
21276
21276
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
21277
21277
|
tag?: string | undefined;
|
|
21278
|
+
searchable?: boolean | undefined;
|
|
21278
21279
|
boost?: number | undefined;
|
|
21279
21280
|
hidden?: boolean | undefined;
|
|
21280
|
-
searchable?: boolean | undefined;
|
|
21281
21281
|
root?: string | undefined;
|
|
21282
21282
|
} & {
|
|
21283
21283
|
openapi?: string | string[] | {
|
|
@@ -22155,9 +22155,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22155
22155
|
public?: boolean | undefined;
|
|
22156
22156
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
22157
22157
|
tag?: string | undefined;
|
|
22158
|
+
searchable?: boolean | undefined;
|
|
22158
22159
|
boost?: number | undefined;
|
|
22159
22160
|
hidden?: boolean | undefined;
|
|
22160
|
-
searchable?: boolean | undefined;
|
|
22161
22161
|
root?: string | undefined;
|
|
22162
22162
|
} & {
|
|
22163
22163
|
openapi?: string | string[] | {
|
|
@@ -22181,9 +22181,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22181
22181
|
public?: boolean | undefined;
|
|
22182
22182
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
22183
22183
|
tag?: string | undefined;
|
|
22184
|
+
searchable?: boolean | undefined;
|
|
22184
22185
|
boost?: number | undefined;
|
|
22185
22186
|
hidden?: boolean | undefined;
|
|
22186
|
-
searchable?: boolean | undefined;
|
|
22187
22187
|
root?: string | undefined;
|
|
22188
22188
|
} & {
|
|
22189
22189
|
openapi?: string | string[] | {
|
|
@@ -22209,9 +22209,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22209
22209
|
public?: boolean | undefined;
|
|
22210
22210
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
22211
22211
|
tag?: string | undefined;
|
|
22212
|
+
searchable?: boolean | undefined;
|
|
22212
22213
|
boost?: number | undefined;
|
|
22213
22214
|
hidden?: boolean | undefined;
|
|
22214
|
-
searchable?: boolean | undefined;
|
|
22215
22215
|
root?: string | undefined;
|
|
22216
22216
|
} & {
|
|
22217
22217
|
openapi?: string | string[] | {
|
|
@@ -22239,9 +22239,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22239
22239
|
public?: boolean | undefined;
|
|
22240
22240
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
22241
22241
|
tag?: string | undefined;
|
|
22242
|
+
searchable?: boolean | undefined;
|
|
22242
22243
|
boost?: number | undefined;
|
|
22243
22244
|
hidden?: boolean | undefined;
|
|
22244
|
-
searchable?: boolean | undefined;
|
|
22245
22245
|
root?: string | undefined;
|
|
22246
22246
|
} & {
|
|
22247
22247
|
openapi?: string | string[] | {
|
|
@@ -22272,9 +22272,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22272
22272
|
public?: boolean | undefined;
|
|
22273
22273
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
22274
22274
|
tag?: string | undefined;
|
|
22275
|
+
searchable?: boolean | undefined;
|
|
22275
22276
|
boost?: number | undefined;
|
|
22276
22277
|
hidden?: boolean | undefined;
|
|
22277
|
-
searchable?: boolean | undefined;
|
|
22278
22278
|
root?: string | undefined;
|
|
22279
22279
|
} & {
|
|
22280
22280
|
openapi?: string | string[] | {
|
|
@@ -22298,9 +22298,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22298
22298
|
public?: boolean | undefined;
|
|
22299
22299
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
22300
22300
|
tag?: string | undefined;
|
|
22301
|
+
searchable?: boolean | undefined;
|
|
22301
22302
|
boost?: number | undefined;
|
|
22302
22303
|
hidden?: boolean | undefined;
|
|
22303
|
-
searchable?: boolean | undefined;
|
|
22304
22304
|
root?: string | undefined;
|
|
22305
22305
|
} & {
|
|
22306
22306
|
openapi?: string | string[] | {
|
|
@@ -22326,9 +22326,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22326
22326
|
public?: boolean | undefined;
|
|
22327
22327
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
22328
22328
|
tag?: string | undefined;
|
|
22329
|
+
searchable?: boolean | undefined;
|
|
22329
22330
|
boost?: number | undefined;
|
|
22330
22331
|
hidden?: boolean | undefined;
|
|
22331
|
-
searchable?: boolean | undefined;
|
|
22332
22332
|
root?: string | undefined;
|
|
22333
22333
|
} & {
|
|
22334
22334
|
openapi?: string | string[] | {
|
|
@@ -22356,9 +22356,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22356
22356
|
public?: boolean | undefined;
|
|
22357
22357
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
22358
22358
|
tag?: string | undefined;
|
|
22359
|
+
searchable?: boolean | undefined;
|
|
22359
22360
|
boost?: number | undefined;
|
|
22360
22361
|
hidden?: boolean | undefined;
|
|
22361
|
-
searchable?: boolean | undefined;
|
|
22362
22362
|
root?: string | undefined;
|
|
22363
22363
|
} & {
|
|
22364
22364
|
openapi?: string | string[] | {
|
|
@@ -23262,9 +23262,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23262
23262
|
public?: boolean | undefined;
|
|
23263
23263
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
23264
23264
|
tag?: string | undefined;
|
|
23265
|
+
searchable?: boolean | undefined;
|
|
23265
23266
|
boost?: number | undefined;
|
|
23266
23267
|
hidden?: boolean | undefined;
|
|
23267
|
-
searchable?: boolean | undefined;
|
|
23268
23268
|
root?: string | undefined;
|
|
23269
23269
|
} & {
|
|
23270
23270
|
openapi?: string | string[] | {
|
|
@@ -23292,9 +23292,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23292
23292
|
public?: boolean | undefined;
|
|
23293
23293
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
23294
23294
|
tag?: string | undefined;
|
|
23295
|
+
searchable?: boolean | undefined;
|
|
23295
23296
|
boost?: number | undefined;
|
|
23296
23297
|
hidden?: boolean | undefined;
|
|
23297
|
-
searchable?: boolean | undefined;
|
|
23298
23298
|
root?: string | undefined;
|
|
23299
23299
|
} & {
|
|
23300
23300
|
openapi?: string | string[] | {
|
|
@@ -23644,9 +23644,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23644
23644
|
public?: boolean | undefined;
|
|
23645
23645
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
23646
23646
|
tag?: string | undefined;
|
|
23647
|
+
searchable?: boolean | undefined;
|
|
23647
23648
|
boost?: number | undefined;
|
|
23648
23649
|
hidden?: boolean | undefined;
|
|
23649
|
-
searchable?: boolean | undefined;
|
|
23650
23650
|
root?: string | undefined;
|
|
23651
23651
|
} & {
|
|
23652
23652
|
openapi?: string | string[] | {
|
|
@@ -23674,9 +23674,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23674
23674
|
public?: boolean | undefined;
|
|
23675
23675
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
23676
23676
|
tag?: string | undefined;
|
|
23677
|
+
searchable?: boolean | undefined;
|
|
23677
23678
|
boost?: number | undefined;
|
|
23678
23679
|
hidden?: boolean | undefined;
|
|
23679
|
-
searchable?: boolean | undefined;
|
|
23680
23680
|
root?: string | undefined;
|
|
23681
23681
|
} & {
|
|
23682
23682
|
openapi?: string | string[] | {
|