@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
|
@@ -571,6 +571,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
571
571
|
tag?: string | undefined;
|
|
572
572
|
boost?: number | undefined;
|
|
573
573
|
hidden?: boolean | undefined;
|
|
574
|
+
searchable?: boolean | undefined;
|
|
574
575
|
root?: string | undefined;
|
|
575
576
|
} & {
|
|
576
577
|
openapi?: string | string[] | {
|
|
@@ -596,6 +597,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
596
597
|
tag?: string | undefined;
|
|
597
598
|
boost?: number | undefined;
|
|
598
599
|
hidden?: boolean | undefined;
|
|
600
|
+
searchable?: boolean | undefined;
|
|
599
601
|
root?: string | undefined;
|
|
600
602
|
} & {
|
|
601
603
|
openapi?: string | string[] | {
|
|
@@ -623,6 +625,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
623
625
|
tag?: string | undefined;
|
|
624
626
|
boost?: number | undefined;
|
|
625
627
|
hidden?: boolean | undefined;
|
|
628
|
+
searchable?: boolean | undefined;
|
|
626
629
|
root?: string | undefined;
|
|
627
630
|
} & {
|
|
628
631
|
openapi?: string | string[] | {
|
|
@@ -652,6 +655,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
652
655
|
tag?: string | undefined;
|
|
653
656
|
boost?: number | undefined;
|
|
654
657
|
hidden?: boolean | undefined;
|
|
658
|
+
searchable?: boolean | undefined;
|
|
655
659
|
root?: string | undefined;
|
|
656
660
|
} & {
|
|
657
661
|
openapi?: string | string[] | {
|
|
@@ -684,6 +688,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
684
688
|
tag?: string | undefined;
|
|
685
689
|
boost?: number | undefined;
|
|
686
690
|
hidden?: boolean | undefined;
|
|
691
|
+
searchable?: boolean | undefined;
|
|
687
692
|
root?: string | undefined;
|
|
688
693
|
} & {
|
|
689
694
|
openapi?: string | string[] | {
|
|
@@ -709,6 +714,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
709
714
|
tag?: string | undefined;
|
|
710
715
|
boost?: number | undefined;
|
|
711
716
|
hidden?: boolean | undefined;
|
|
717
|
+
searchable?: boolean | undefined;
|
|
712
718
|
root?: string | undefined;
|
|
713
719
|
} & {
|
|
714
720
|
openapi?: string | string[] | {
|
|
@@ -736,6 +742,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
736
742
|
tag?: string | undefined;
|
|
737
743
|
boost?: number | undefined;
|
|
738
744
|
hidden?: boolean | undefined;
|
|
745
|
+
searchable?: boolean | undefined;
|
|
739
746
|
root?: string | undefined;
|
|
740
747
|
} & {
|
|
741
748
|
openapi?: string | string[] | {
|
|
@@ -765,6 +772,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
765
772
|
tag?: string | undefined;
|
|
766
773
|
boost?: number | undefined;
|
|
767
774
|
hidden?: boolean | undefined;
|
|
775
|
+
searchable?: boolean | undefined;
|
|
768
776
|
root?: string | undefined;
|
|
769
777
|
} & {
|
|
770
778
|
openapi?: string | string[] | {
|
|
@@ -1639,6 +1647,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1639
1647
|
tag?: string | undefined;
|
|
1640
1648
|
boost?: number | undefined;
|
|
1641
1649
|
hidden?: boolean | undefined;
|
|
1650
|
+
searchable?: boolean | undefined;
|
|
1642
1651
|
root?: string | undefined;
|
|
1643
1652
|
} & {
|
|
1644
1653
|
openapi?: string | string[] | {
|
|
@@ -1668,6 +1677,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1668
1677
|
tag?: string | undefined;
|
|
1669
1678
|
boost?: number | undefined;
|
|
1670
1679
|
hidden?: boolean | undefined;
|
|
1680
|
+
searchable?: boolean | undefined;
|
|
1671
1681
|
root?: string | undefined;
|
|
1672
1682
|
} & {
|
|
1673
1683
|
openapi?: string | string[] | {
|
|
@@ -2012,6 +2022,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
2012
2022
|
tag?: string | undefined;
|
|
2013
2023
|
boost?: number | undefined;
|
|
2014
2024
|
hidden?: boolean | undefined;
|
|
2025
|
+
searchable?: boolean | undefined;
|
|
2015
2026
|
root?: string | undefined;
|
|
2016
2027
|
} & {
|
|
2017
2028
|
openapi?: string | string[] | {
|
|
@@ -2041,6 +2052,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
2041
2052
|
tag?: string | undefined;
|
|
2042
2053
|
boost?: number | undefined;
|
|
2043
2054
|
hidden?: boolean | undefined;
|
|
2055
|
+
searchable?: boolean | undefined;
|
|
2044
2056
|
root?: string | undefined;
|
|
2045
2057
|
} & {
|
|
2046
2058
|
openapi?: string | string[] | {
|
|
@@ -571,6 +571,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
571
571
|
tag?: string | undefined;
|
|
572
572
|
boost?: number | undefined;
|
|
573
573
|
hidden?: boolean | undefined;
|
|
574
|
+
searchable?: boolean | undefined;
|
|
574
575
|
root?: string | undefined;
|
|
575
576
|
} & {
|
|
576
577
|
openapi?: string | string[] | {
|
|
@@ -596,6 +597,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
596
597
|
tag?: string | undefined;
|
|
597
598
|
boost?: number | undefined;
|
|
598
599
|
hidden?: boolean | undefined;
|
|
600
|
+
searchable?: boolean | undefined;
|
|
599
601
|
root?: string | undefined;
|
|
600
602
|
} & {
|
|
601
603
|
openapi?: string | string[] | {
|
|
@@ -623,6 +625,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
623
625
|
tag?: string | undefined;
|
|
624
626
|
boost?: number | undefined;
|
|
625
627
|
hidden?: boolean | undefined;
|
|
628
|
+
searchable?: boolean | undefined;
|
|
626
629
|
root?: string | undefined;
|
|
627
630
|
} & {
|
|
628
631
|
openapi?: string | string[] | {
|
|
@@ -652,6 +655,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
652
655
|
tag?: string | undefined;
|
|
653
656
|
boost?: number | undefined;
|
|
654
657
|
hidden?: boolean | undefined;
|
|
658
|
+
searchable?: boolean | undefined;
|
|
655
659
|
root?: string | undefined;
|
|
656
660
|
} & {
|
|
657
661
|
openapi?: string | string[] | {
|
|
@@ -684,6 +688,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
684
688
|
tag?: string | undefined;
|
|
685
689
|
boost?: number | undefined;
|
|
686
690
|
hidden?: boolean | undefined;
|
|
691
|
+
searchable?: boolean | undefined;
|
|
687
692
|
root?: string | undefined;
|
|
688
693
|
} & {
|
|
689
694
|
openapi?: string | string[] | {
|
|
@@ -709,6 +714,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
709
714
|
tag?: string | undefined;
|
|
710
715
|
boost?: number | undefined;
|
|
711
716
|
hidden?: boolean | undefined;
|
|
717
|
+
searchable?: boolean | undefined;
|
|
712
718
|
root?: string | undefined;
|
|
713
719
|
} & {
|
|
714
720
|
openapi?: string | string[] | {
|
|
@@ -736,6 +742,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
736
742
|
tag?: string | undefined;
|
|
737
743
|
boost?: number | undefined;
|
|
738
744
|
hidden?: boolean | undefined;
|
|
745
|
+
searchable?: boolean | undefined;
|
|
739
746
|
root?: string | undefined;
|
|
740
747
|
} & {
|
|
741
748
|
openapi?: string | string[] | {
|
|
@@ -765,6 +772,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
765
772
|
tag?: string | undefined;
|
|
766
773
|
boost?: number | undefined;
|
|
767
774
|
hidden?: boolean | undefined;
|
|
775
|
+
searchable?: boolean | undefined;
|
|
768
776
|
root?: string | undefined;
|
|
769
777
|
} & {
|
|
770
778
|
openapi?: string | string[] | {
|
|
@@ -1639,6 +1647,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1639
1647
|
tag?: string | undefined;
|
|
1640
1648
|
boost?: number | undefined;
|
|
1641
1649
|
hidden?: boolean | undefined;
|
|
1650
|
+
searchable?: boolean | undefined;
|
|
1642
1651
|
root?: string | undefined;
|
|
1643
1652
|
} & {
|
|
1644
1653
|
openapi?: string | string[] | {
|
|
@@ -1668,6 +1677,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1668
1677
|
tag?: string | undefined;
|
|
1669
1678
|
boost?: number | undefined;
|
|
1670
1679
|
hidden?: boolean | undefined;
|
|
1680
|
+
searchable?: boolean | undefined;
|
|
1671
1681
|
root?: string | undefined;
|
|
1672
1682
|
} & {
|
|
1673
1683
|
openapi?: string | string[] | {
|
|
@@ -2012,6 +2022,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2012
2022
|
tag?: string | undefined;
|
|
2013
2023
|
boost?: number | undefined;
|
|
2014
2024
|
hidden?: boolean | undefined;
|
|
2025
|
+
searchable?: boolean | undefined;
|
|
2015
2026
|
root?: string | undefined;
|
|
2016
2027
|
} & {
|
|
2017
2028
|
openapi?: string | string[] | {
|
|
@@ -2041,6 +2052,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2041
2052
|
tag?: string | undefined;
|
|
2042
2053
|
boost?: number | undefined;
|
|
2043
2054
|
hidden?: boolean | undefined;
|
|
2055
|
+
searchable?: boolean | undefined;
|
|
2044
2056
|
root?: string | undefined;
|
|
2045
2057
|
} & {
|
|
2046
2058
|
openapi?: string | string[] | {
|
|
@@ -571,6 +571,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
571
571
|
tag?: string | undefined;
|
|
572
572
|
boost?: number | undefined;
|
|
573
573
|
hidden?: boolean | undefined;
|
|
574
|
+
searchable?: boolean | undefined;
|
|
574
575
|
root?: string | undefined;
|
|
575
576
|
} & {
|
|
576
577
|
openapi?: string | string[] | {
|
|
@@ -596,6 +597,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
596
597
|
tag?: string | undefined;
|
|
597
598
|
boost?: number | undefined;
|
|
598
599
|
hidden?: boolean | undefined;
|
|
600
|
+
searchable?: boolean | undefined;
|
|
599
601
|
root?: string | undefined;
|
|
600
602
|
} & {
|
|
601
603
|
openapi?: string | string[] | {
|
|
@@ -623,6 +625,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
623
625
|
tag?: string | undefined;
|
|
624
626
|
boost?: number | undefined;
|
|
625
627
|
hidden?: boolean | undefined;
|
|
628
|
+
searchable?: boolean | undefined;
|
|
626
629
|
root?: string | undefined;
|
|
627
630
|
} & {
|
|
628
631
|
openapi?: string | string[] | {
|
|
@@ -652,6 +655,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
652
655
|
tag?: string | undefined;
|
|
653
656
|
boost?: number | undefined;
|
|
654
657
|
hidden?: boolean | undefined;
|
|
658
|
+
searchable?: boolean | undefined;
|
|
655
659
|
root?: string | undefined;
|
|
656
660
|
} & {
|
|
657
661
|
openapi?: string | string[] | {
|
|
@@ -684,6 +688,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
684
688
|
tag?: string | undefined;
|
|
685
689
|
boost?: number | undefined;
|
|
686
690
|
hidden?: boolean | undefined;
|
|
691
|
+
searchable?: boolean | undefined;
|
|
687
692
|
root?: string | undefined;
|
|
688
693
|
} & {
|
|
689
694
|
openapi?: string | string[] | {
|
|
@@ -709,6 +714,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
709
714
|
tag?: string | undefined;
|
|
710
715
|
boost?: number | undefined;
|
|
711
716
|
hidden?: boolean | undefined;
|
|
717
|
+
searchable?: boolean | undefined;
|
|
712
718
|
root?: string | undefined;
|
|
713
719
|
} & {
|
|
714
720
|
openapi?: string | string[] | {
|
|
@@ -736,6 +742,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
736
742
|
tag?: string | undefined;
|
|
737
743
|
boost?: number | undefined;
|
|
738
744
|
hidden?: boolean | undefined;
|
|
745
|
+
searchable?: boolean | undefined;
|
|
739
746
|
root?: string | undefined;
|
|
740
747
|
} & {
|
|
741
748
|
openapi?: string | string[] | {
|
|
@@ -765,6 +772,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
765
772
|
tag?: string | undefined;
|
|
766
773
|
boost?: number | undefined;
|
|
767
774
|
hidden?: boolean | undefined;
|
|
775
|
+
searchable?: boolean | undefined;
|
|
768
776
|
root?: string | undefined;
|
|
769
777
|
} & {
|
|
770
778
|
openapi?: string | string[] | {
|
|
@@ -1639,6 +1647,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1639
1647
|
tag?: string | undefined;
|
|
1640
1648
|
boost?: number | undefined;
|
|
1641
1649
|
hidden?: boolean | undefined;
|
|
1650
|
+
searchable?: boolean | undefined;
|
|
1642
1651
|
root?: string | undefined;
|
|
1643
1652
|
} & {
|
|
1644
1653
|
openapi?: string | string[] | {
|
|
@@ -1668,6 +1677,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1668
1677
|
tag?: string | undefined;
|
|
1669
1678
|
boost?: number | undefined;
|
|
1670
1679
|
hidden?: boolean | undefined;
|
|
1680
|
+
searchable?: boolean | undefined;
|
|
1671
1681
|
root?: string | undefined;
|
|
1672
1682
|
} & {
|
|
1673
1683
|
openapi?: string | string[] | {
|
|
@@ -2012,6 +2022,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2012
2022
|
tag?: string | undefined;
|
|
2013
2023
|
boost?: number | undefined;
|
|
2014
2024
|
hidden?: boolean | undefined;
|
|
2025
|
+
searchable?: boolean | undefined;
|
|
2015
2026
|
root?: string | undefined;
|
|
2016
2027
|
} & {
|
|
2017
2028
|
openapi?: string | string[] | {
|
|
@@ -2041,6 +2052,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2041
2052
|
tag?: string | undefined;
|
|
2042
2053
|
boost?: number | undefined;
|
|
2043
2054
|
hidden?: boolean | undefined;
|
|
2055
|
+
searchable?: boolean | undefined;
|
|
2044
2056
|
root?: string | undefined;
|
|
2045
2057
|
} & {
|
|
2046
2058
|
openapi?: string | string[] | {
|
|
@@ -571,6 +571,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
571
571
|
tag?: string | undefined;
|
|
572
572
|
boost?: number | undefined;
|
|
573
573
|
hidden?: boolean | undefined;
|
|
574
|
+
searchable?: boolean | undefined;
|
|
574
575
|
root?: string | undefined;
|
|
575
576
|
} & {
|
|
576
577
|
openapi?: string | string[] | {
|
|
@@ -596,6 +597,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
596
597
|
tag?: string | undefined;
|
|
597
598
|
boost?: number | undefined;
|
|
598
599
|
hidden?: boolean | undefined;
|
|
600
|
+
searchable?: boolean | undefined;
|
|
599
601
|
root?: string | undefined;
|
|
600
602
|
} & {
|
|
601
603
|
openapi?: string | string[] | {
|
|
@@ -623,6 +625,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
623
625
|
tag?: string | undefined;
|
|
624
626
|
boost?: number | undefined;
|
|
625
627
|
hidden?: boolean | undefined;
|
|
628
|
+
searchable?: boolean | undefined;
|
|
626
629
|
root?: string | undefined;
|
|
627
630
|
} & {
|
|
628
631
|
openapi?: string | string[] | {
|
|
@@ -652,6 +655,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
652
655
|
tag?: string | undefined;
|
|
653
656
|
boost?: number | undefined;
|
|
654
657
|
hidden?: boolean | undefined;
|
|
658
|
+
searchable?: boolean | undefined;
|
|
655
659
|
root?: string | undefined;
|
|
656
660
|
} & {
|
|
657
661
|
openapi?: string | string[] | {
|
|
@@ -684,6 +688,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
684
688
|
tag?: string | undefined;
|
|
685
689
|
boost?: number | undefined;
|
|
686
690
|
hidden?: boolean | undefined;
|
|
691
|
+
searchable?: boolean | undefined;
|
|
687
692
|
root?: string | undefined;
|
|
688
693
|
} & {
|
|
689
694
|
openapi?: string | string[] | {
|
|
@@ -709,6 +714,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
709
714
|
tag?: string | undefined;
|
|
710
715
|
boost?: number | undefined;
|
|
711
716
|
hidden?: boolean | undefined;
|
|
717
|
+
searchable?: boolean | undefined;
|
|
712
718
|
root?: string | undefined;
|
|
713
719
|
} & {
|
|
714
720
|
openapi?: string | string[] | {
|
|
@@ -736,6 +742,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
736
742
|
tag?: string | undefined;
|
|
737
743
|
boost?: number | undefined;
|
|
738
744
|
hidden?: boolean | undefined;
|
|
745
|
+
searchable?: boolean | undefined;
|
|
739
746
|
root?: string | undefined;
|
|
740
747
|
} & {
|
|
741
748
|
openapi?: string | string[] | {
|
|
@@ -765,6 +772,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
765
772
|
tag?: string | undefined;
|
|
766
773
|
boost?: number | undefined;
|
|
767
774
|
hidden?: boolean | undefined;
|
|
775
|
+
searchable?: boolean | undefined;
|
|
768
776
|
root?: string | undefined;
|
|
769
777
|
} & {
|
|
770
778
|
openapi?: string | string[] | {
|
|
@@ -1639,6 +1647,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1639
1647
|
tag?: string | undefined;
|
|
1640
1648
|
boost?: number | undefined;
|
|
1641
1649
|
hidden?: boolean | undefined;
|
|
1650
|
+
searchable?: boolean | undefined;
|
|
1642
1651
|
root?: string | undefined;
|
|
1643
1652
|
} & {
|
|
1644
1653
|
openapi?: string | string[] | {
|
|
@@ -1668,6 +1677,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1668
1677
|
tag?: string | undefined;
|
|
1669
1678
|
boost?: number | undefined;
|
|
1670
1679
|
hidden?: boolean | undefined;
|
|
1680
|
+
searchable?: boolean | undefined;
|
|
1671
1681
|
root?: string | undefined;
|
|
1672
1682
|
} & {
|
|
1673
1683
|
openapi?: string | string[] | {
|
|
@@ -2012,6 +2022,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2012
2022
|
tag?: string | undefined;
|
|
2013
2023
|
boost?: number | undefined;
|
|
2014
2024
|
hidden?: boolean | undefined;
|
|
2025
|
+
searchable?: boolean | undefined;
|
|
2015
2026
|
root?: string | undefined;
|
|
2016
2027
|
} & {
|
|
2017
2028
|
openapi?: string | string[] | {
|
|
@@ -2041,6 +2052,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2041
2052
|
tag?: string | undefined;
|
|
2042
2053
|
boost?: number | undefined;
|
|
2043
2054
|
hidden?: boolean | undefined;
|
|
2055
|
+
searchable?: boolean | undefined;
|
|
2044
2056
|
root?: string | undefined;
|
|
2045
2057
|
} & {
|
|
2046
2058
|
openapi?: string | string[] | {
|
|
@@ -570,6 +570,7 @@ export declare const standardConfigSchema: {
|
|
|
570
570
|
tag?: string | undefined;
|
|
571
571
|
boost?: number | undefined;
|
|
572
572
|
hidden?: boolean | undefined;
|
|
573
|
+
searchable?: boolean | undefined;
|
|
573
574
|
root?: string | undefined;
|
|
574
575
|
} & {
|
|
575
576
|
openapi?: string | string[] | {
|
|
@@ -595,6 +596,7 @@ export declare const standardConfigSchema: {
|
|
|
595
596
|
tag?: string | undefined;
|
|
596
597
|
boost?: number | undefined;
|
|
597
598
|
hidden?: boolean | undefined;
|
|
599
|
+
searchable?: boolean | undefined;
|
|
598
600
|
root?: string | undefined;
|
|
599
601
|
} & {
|
|
600
602
|
openapi?: string | string[] | {
|
|
@@ -622,6 +624,7 @@ export declare const standardConfigSchema: {
|
|
|
622
624
|
tag?: string | undefined;
|
|
623
625
|
boost?: number | undefined;
|
|
624
626
|
hidden?: boolean | undefined;
|
|
627
|
+
searchable?: boolean | undefined;
|
|
625
628
|
root?: string | undefined;
|
|
626
629
|
} & {
|
|
627
630
|
openapi?: string | string[] | {
|
|
@@ -651,6 +654,7 @@ export declare const standardConfigSchema: {
|
|
|
651
654
|
tag?: string | undefined;
|
|
652
655
|
boost?: number | undefined;
|
|
653
656
|
hidden?: boolean | undefined;
|
|
657
|
+
searchable?: boolean | undefined;
|
|
654
658
|
root?: string | undefined;
|
|
655
659
|
} & {
|
|
656
660
|
openapi?: string | string[] | {
|
|
@@ -683,6 +687,7 @@ export declare const standardConfigSchema: {
|
|
|
683
687
|
tag?: string | undefined;
|
|
684
688
|
boost?: number | undefined;
|
|
685
689
|
hidden?: boolean | undefined;
|
|
690
|
+
searchable?: boolean | undefined;
|
|
686
691
|
root?: string | undefined;
|
|
687
692
|
} & {
|
|
688
693
|
openapi?: string | string[] | {
|
|
@@ -708,6 +713,7 @@ export declare const standardConfigSchema: {
|
|
|
708
713
|
tag?: string | undefined;
|
|
709
714
|
boost?: number | undefined;
|
|
710
715
|
hidden?: boolean | undefined;
|
|
716
|
+
searchable?: boolean | undefined;
|
|
711
717
|
root?: string | undefined;
|
|
712
718
|
} & {
|
|
713
719
|
openapi?: string | string[] | {
|
|
@@ -735,6 +741,7 @@ export declare const standardConfigSchema: {
|
|
|
735
741
|
tag?: string | undefined;
|
|
736
742
|
boost?: number | undefined;
|
|
737
743
|
hidden?: boolean | undefined;
|
|
744
|
+
searchable?: boolean | undefined;
|
|
738
745
|
root?: string | undefined;
|
|
739
746
|
} & {
|
|
740
747
|
openapi?: string | string[] | {
|
|
@@ -764,6 +771,7 @@ export declare const standardConfigSchema: {
|
|
|
764
771
|
tag?: string | undefined;
|
|
765
772
|
boost?: number | undefined;
|
|
766
773
|
hidden?: boolean | undefined;
|
|
774
|
+
searchable?: boolean | undefined;
|
|
767
775
|
root?: string | undefined;
|
|
768
776
|
} & {
|
|
769
777
|
openapi?: string | string[] | {
|
|
@@ -571,6 +571,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
571
571
|
tag?: string | undefined;
|
|
572
572
|
boost?: number | undefined;
|
|
573
573
|
hidden?: boolean | undefined;
|
|
574
|
+
searchable?: boolean | undefined;
|
|
574
575
|
root?: string | undefined;
|
|
575
576
|
} & {
|
|
576
577
|
openapi?: string | string[] | {
|
|
@@ -596,6 +597,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
596
597
|
tag?: string | undefined;
|
|
597
598
|
boost?: number | undefined;
|
|
598
599
|
hidden?: boolean | undefined;
|
|
600
|
+
searchable?: boolean | undefined;
|
|
599
601
|
root?: string | undefined;
|
|
600
602
|
} & {
|
|
601
603
|
openapi?: string | string[] | {
|
|
@@ -623,6 +625,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
623
625
|
tag?: string | undefined;
|
|
624
626
|
boost?: number | undefined;
|
|
625
627
|
hidden?: boolean | undefined;
|
|
628
|
+
searchable?: boolean | undefined;
|
|
626
629
|
root?: string | undefined;
|
|
627
630
|
} & {
|
|
628
631
|
openapi?: string | string[] | {
|
|
@@ -652,6 +655,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
652
655
|
tag?: string | undefined;
|
|
653
656
|
boost?: number | undefined;
|
|
654
657
|
hidden?: boolean | undefined;
|
|
658
|
+
searchable?: boolean | undefined;
|
|
655
659
|
root?: string | undefined;
|
|
656
660
|
} & {
|
|
657
661
|
openapi?: string | string[] | {
|
|
@@ -684,6 +688,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
684
688
|
tag?: string | undefined;
|
|
685
689
|
boost?: number | undefined;
|
|
686
690
|
hidden?: boolean | undefined;
|
|
691
|
+
searchable?: boolean | undefined;
|
|
687
692
|
root?: string | undefined;
|
|
688
693
|
} & {
|
|
689
694
|
openapi?: string | string[] | {
|
|
@@ -709,6 +714,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
709
714
|
tag?: string | undefined;
|
|
710
715
|
boost?: number | undefined;
|
|
711
716
|
hidden?: boolean | undefined;
|
|
717
|
+
searchable?: boolean | undefined;
|
|
712
718
|
root?: string | undefined;
|
|
713
719
|
} & {
|
|
714
720
|
openapi?: string | string[] | {
|
|
@@ -736,6 +742,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
736
742
|
tag?: string | undefined;
|
|
737
743
|
boost?: number | undefined;
|
|
738
744
|
hidden?: boolean | undefined;
|
|
745
|
+
searchable?: boolean | undefined;
|
|
739
746
|
root?: string | undefined;
|
|
740
747
|
} & {
|
|
741
748
|
openapi?: string | string[] | {
|
|
@@ -765,6 +772,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
765
772
|
tag?: string | undefined;
|
|
766
773
|
boost?: number | undefined;
|
|
767
774
|
hidden?: boolean | undefined;
|
|
775
|
+
searchable?: boolean | undefined;
|
|
768
776
|
root?: string | undefined;
|
|
769
777
|
} & {
|
|
770
778
|
openapi?: string | string[] | {
|
|
@@ -1639,6 +1647,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1639
1647
|
tag?: string | undefined;
|
|
1640
1648
|
boost?: number | undefined;
|
|
1641
1649
|
hidden?: boolean | undefined;
|
|
1650
|
+
searchable?: boolean | undefined;
|
|
1642
1651
|
root?: string | undefined;
|
|
1643
1652
|
} & {
|
|
1644
1653
|
openapi?: string | string[] | {
|
|
@@ -1668,6 +1677,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1668
1677
|
tag?: string | undefined;
|
|
1669
1678
|
boost?: number | undefined;
|
|
1670
1679
|
hidden?: boolean | undefined;
|
|
1680
|
+
searchable?: boolean | undefined;
|
|
1671
1681
|
root?: string | undefined;
|
|
1672
1682
|
} & {
|
|
1673
1683
|
openapi?: string | string[] | {
|
|
@@ -2012,6 +2022,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2012
2022
|
tag?: string | undefined;
|
|
2013
2023
|
boost?: number | undefined;
|
|
2014
2024
|
hidden?: boolean | undefined;
|
|
2025
|
+
searchable?: boolean | undefined;
|
|
2015
2026
|
root?: string | undefined;
|
|
2016
2027
|
} & {
|
|
2017
2028
|
openapi?: string | string[] | {
|
|
@@ -2041,6 +2052,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2041
2052
|
tag?: string | undefined;
|
|
2042
2053
|
boost?: number | undefined;
|
|
2043
2054
|
hidden?: boolean | undefined;
|
|
2055
|
+
searchable?: boolean | undefined;
|
|
2044
2056
|
root?: string | undefined;
|
|
2045
2057
|
} & {
|
|
2046
2058
|
openapi?: string | string[] | {
|
|
@@ -571,6 +571,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
571
571
|
tag?: string | undefined;
|
|
572
572
|
boost?: number | undefined;
|
|
573
573
|
hidden?: boolean | undefined;
|
|
574
|
+
searchable?: boolean | undefined;
|
|
574
575
|
root?: string | undefined;
|
|
575
576
|
} & {
|
|
576
577
|
openapi?: string | string[] | {
|
|
@@ -596,6 +597,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
596
597
|
tag?: string | undefined;
|
|
597
598
|
boost?: number | undefined;
|
|
598
599
|
hidden?: boolean | undefined;
|
|
600
|
+
searchable?: boolean | undefined;
|
|
599
601
|
root?: string | undefined;
|
|
600
602
|
} & {
|
|
601
603
|
openapi?: string | string[] | {
|
|
@@ -623,6 +625,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
623
625
|
tag?: string | undefined;
|
|
624
626
|
boost?: number | undefined;
|
|
625
627
|
hidden?: boolean | undefined;
|
|
628
|
+
searchable?: boolean | undefined;
|
|
626
629
|
root?: string | undefined;
|
|
627
630
|
} & {
|
|
628
631
|
openapi?: string | string[] | {
|
|
@@ -652,6 +655,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
652
655
|
tag?: string | undefined;
|
|
653
656
|
boost?: number | undefined;
|
|
654
657
|
hidden?: boolean | undefined;
|
|
658
|
+
searchable?: boolean | undefined;
|
|
655
659
|
root?: string | undefined;
|
|
656
660
|
} & {
|
|
657
661
|
openapi?: string | string[] | {
|
|
@@ -684,6 +688,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
684
688
|
tag?: string | undefined;
|
|
685
689
|
boost?: number | undefined;
|
|
686
690
|
hidden?: boolean | undefined;
|
|
691
|
+
searchable?: boolean | undefined;
|
|
687
692
|
root?: string | undefined;
|
|
688
693
|
} & {
|
|
689
694
|
openapi?: string | string[] | {
|
|
@@ -709,6 +714,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
709
714
|
tag?: string | undefined;
|
|
710
715
|
boost?: number | undefined;
|
|
711
716
|
hidden?: boolean | undefined;
|
|
717
|
+
searchable?: boolean | undefined;
|
|
712
718
|
root?: string | undefined;
|
|
713
719
|
} & {
|
|
714
720
|
openapi?: string | string[] | {
|
|
@@ -736,6 +742,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
736
742
|
tag?: string | undefined;
|
|
737
743
|
boost?: number | undefined;
|
|
738
744
|
hidden?: boolean | undefined;
|
|
745
|
+
searchable?: boolean | undefined;
|
|
739
746
|
root?: string | undefined;
|
|
740
747
|
} & {
|
|
741
748
|
openapi?: string | string[] | {
|
|
@@ -765,6 +772,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
765
772
|
tag?: string | undefined;
|
|
766
773
|
boost?: number | undefined;
|
|
767
774
|
hidden?: boolean | undefined;
|
|
775
|
+
searchable?: boolean | undefined;
|
|
768
776
|
root?: string | undefined;
|
|
769
777
|
} & {
|
|
770
778
|
openapi?: string | string[] | {
|
|
@@ -1639,6 +1647,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1639
1647
|
tag?: string | undefined;
|
|
1640
1648
|
boost?: number | undefined;
|
|
1641
1649
|
hidden?: boolean | undefined;
|
|
1650
|
+
searchable?: boolean | undefined;
|
|
1642
1651
|
root?: string | undefined;
|
|
1643
1652
|
} & {
|
|
1644
1653
|
openapi?: string | string[] | {
|
|
@@ -1668,6 +1677,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1668
1677
|
tag?: string | undefined;
|
|
1669
1678
|
boost?: number | undefined;
|
|
1670
1679
|
hidden?: boolean | undefined;
|
|
1680
|
+
searchable?: boolean | undefined;
|
|
1671
1681
|
root?: string | undefined;
|
|
1672
1682
|
} & {
|
|
1673
1683
|
openapi?: string | string[] | {
|
|
@@ -2012,6 +2022,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2012
2022
|
tag?: string | undefined;
|
|
2013
2023
|
boost?: number | undefined;
|
|
2014
2024
|
hidden?: boolean | undefined;
|
|
2025
|
+
searchable?: boolean | undefined;
|
|
2015
2026
|
root?: string | undefined;
|
|
2016
2027
|
} & {
|
|
2017
2028
|
openapi?: string | string[] | {
|
|
@@ -2041,6 +2052,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2041
2052
|
tag?: string | undefined;
|
|
2042
2053
|
boost?: number | undefined;
|
|
2043
2054
|
hidden?: boolean | undefined;
|
|
2055
|
+
searchable?: boolean | undefined;
|
|
2044
2056
|
root?: string | undefined;
|
|
2045
2057
|
} & {
|
|
2046
2058
|
openapi?: string | string[] | {
|