@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
|
@@ -569,9 +569,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
569
569
|
public?: boolean | undefined;
|
|
570
570
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
571
571
|
tag?: string | undefined;
|
|
572
|
+
searchable?: boolean | undefined;
|
|
572
573
|
boost?: number | undefined;
|
|
573
574
|
hidden?: boolean | undefined;
|
|
574
|
-
searchable?: boolean | undefined;
|
|
575
575
|
root?: string | undefined;
|
|
576
576
|
} & {
|
|
577
577
|
openapi?: string | string[] | {
|
|
@@ -595,9 +595,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
595
595
|
public?: boolean | undefined;
|
|
596
596
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
597
597
|
tag?: string | undefined;
|
|
598
|
+
searchable?: boolean | undefined;
|
|
598
599
|
boost?: number | undefined;
|
|
599
600
|
hidden?: boolean | undefined;
|
|
600
|
-
searchable?: boolean | undefined;
|
|
601
601
|
root?: string | undefined;
|
|
602
602
|
} & {
|
|
603
603
|
openapi?: string | string[] | {
|
|
@@ -623,9 +623,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
623
623
|
public?: boolean | undefined;
|
|
624
624
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
625
625
|
tag?: string | undefined;
|
|
626
|
+
searchable?: boolean | undefined;
|
|
626
627
|
boost?: number | undefined;
|
|
627
628
|
hidden?: boolean | undefined;
|
|
628
|
-
searchable?: boolean | undefined;
|
|
629
629
|
root?: string | undefined;
|
|
630
630
|
} & {
|
|
631
631
|
openapi?: string | string[] | {
|
|
@@ -653,9 +653,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
653
653
|
public?: boolean | undefined;
|
|
654
654
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
655
655
|
tag?: string | undefined;
|
|
656
|
+
searchable?: boolean | undefined;
|
|
656
657
|
boost?: number | undefined;
|
|
657
658
|
hidden?: boolean | undefined;
|
|
658
|
-
searchable?: boolean | undefined;
|
|
659
659
|
root?: string | undefined;
|
|
660
660
|
} & {
|
|
661
661
|
openapi?: string | string[] | {
|
|
@@ -686,9 +686,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
686
686
|
public?: boolean | undefined;
|
|
687
687
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
688
688
|
tag?: string | undefined;
|
|
689
|
+
searchable?: boolean | undefined;
|
|
689
690
|
boost?: number | undefined;
|
|
690
691
|
hidden?: boolean | undefined;
|
|
691
|
-
searchable?: boolean | undefined;
|
|
692
692
|
root?: string | undefined;
|
|
693
693
|
} & {
|
|
694
694
|
openapi?: string | string[] | {
|
|
@@ -712,9 +712,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
712
712
|
public?: boolean | undefined;
|
|
713
713
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
714
714
|
tag?: string | undefined;
|
|
715
|
+
searchable?: boolean | undefined;
|
|
715
716
|
boost?: number | undefined;
|
|
716
717
|
hidden?: boolean | undefined;
|
|
717
|
-
searchable?: boolean | undefined;
|
|
718
718
|
root?: string | undefined;
|
|
719
719
|
} & {
|
|
720
720
|
openapi?: string | string[] | {
|
|
@@ -740,9 +740,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
740
740
|
public?: boolean | undefined;
|
|
741
741
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
742
742
|
tag?: string | undefined;
|
|
743
|
+
searchable?: boolean | undefined;
|
|
743
744
|
boost?: number | undefined;
|
|
744
745
|
hidden?: boolean | undefined;
|
|
745
|
-
searchable?: boolean | undefined;
|
|
746
746
|
root?: string | undefined;
|
|
747
747
|
} & {
|
|
748
748
|
openapi?: string | string[] | {
|
|
@@ -770,9 +770,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
770
770
|
public?: boolean | undefined;
|
|
771
771
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
772
772
|
tag?: string | undefined;
|
|
773
|
+
searchable?: boolean | undefined;
|
|
773
774
|
boost?: number | undefined;
|
|
774
775
|
hidden?: boolean | undefined;
|
|
775
|
-
searchable?: boolean | undefined;
|
|
776
776
|
root?: string | undefined;
|
|
777
777
|
} & {
|
|
778
778
|
openapi?: string | string[] | {
|
|
@@ -1676,9 +1676,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1676
1676
|
public?: boolean | undefined;
|
|
1677
1677
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1678
1678
|
tag?: string | undefined;
|
|
1679
|
+
searchable?: boolean | undefined;
|
|
1679
1680
|
boost?: number | undefined;
|
|
1680
1681
|
hidden?: boolean | undefined;
|
|
1681
|
-
searchable?: boolean | undefined;
|
|
1682
1682
|
root?: string | undefined;
|
|
1683
1683
|
} & {
|
|
1684
1684
|
openapi?: string | string[] | {
|
|
@@ -1706,9 +1706,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1706
1706
|
public?: boolean | undefined;
|
|
1707
1707
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1708
1708
|
tag?: string | undefined;
|
|
1709
|
+
searchable?: boolean | undefined;
|
|
1709
1710
|
boost?: number | undefined;
|
|
1710
1711
|
hidden?: boolean | undefined;
|
|
1711
|
-
searchable?: boolean | undefined;
|
|
1712
1712
|
root?: string | undefined;
|
|
1713
1713
|
} & {
|
|
1714
1714
|
openapi?: string | string[] | {
|
|
@@ -2058,9 +2058,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2058
2058
|
public?: boolean | undefined;
|
|
2059
2059
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2060
2060
|
tag?: string | undefined;
|
|
2061
|
+
searchable?: boolean | undefined;
|
|
2061
2062
|
boost?: number | undefined;
|
|
2062
2063
|
hidden?: boolean | undefined;
|
|
2063
|
-
searchable?: boolean | undefined;
|
|
2064
2064
|
root?: string | undefined;
|
|
2065
2065
|
} & {
|
|
2066
2066
|
openapi?: string | string[] | {
|
|
@@ -2088,9 +2088,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2088
2088
|
public?: boolean | undefined;
|
|
2089
2089
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2090
2090
|
tag?: string | undefined;
|
|
2091
|
+
searchable?: boolean | undefined;
|
|
2091
2092
|
boost?: number | undefined;
|
|
2092
2093
|
hidden?: boolean | undefined;
|
|
2093
|
-
searchable?: boolean | undefined;
|
|
2094
2094
|
root?: string | undefined;
|
|
2095
2095
|
} & {
|
|
2096
2096
|
openapi?: string | string[] | {
|
|
@@ -569,9 +569,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
569
569
|
public?: boolean | undefined;
|
|
570
570
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
571
571
|
tag?: string | undefined;
|
|
572
|
+
searchable?: boolean | undefined;
|
|
572
573
|
boost?: number | undefined;
|
|
573
574
|
hidden?: boolean | undefined;
|
|
574
|
-
searchable?: boolean | undefined;
|
|
575
575
|
root?: string | undefined;
|
|
576
576
|
} & {
|
|
577
577
|
openapi?: string | string[] | {
|
|
@@ -595,9 +595,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
595
595
|
public?: boolean | undefined;
|
|
596
596
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
597
597
|
tag?: string | undefined;
|
|
598
|
+
searchable?: boolean | undefined;
|
|
598
599
|
boost?: number | undefined;
|
|
599
600
|
hidden?: boolean | undefined;
|
|
600
|
-
searchable?: boolean | undefined;
|
|
601
601
|
root?: string | undefined;
|
|
602
602
|
} & {
|
|
603
603
|
openapi?: string | string[] | {
|
|
@@ -623,9 +623,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
623
623
|
public?: boolean | undefined;
|
|
624
624
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
625
625
|
tag?: string | undefined;
|
|
626
|
+
searchable?: boolean | undefined;
|
|
626
627
|
boost?: number | undefined;
|
|
627
628
|
hidden?: boolean | undefined;
|
|
628
|
-
searchable?: boolean | undefined;
|
|
629
629
|
root?: string | undefined;
|
|
630
630
|
} & {
|
|
631
631
|
openapi?: string | string[] | {
|
|
@@ -653,9 +653,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
653
653
|
public?: boolean | undefined;
|
|
654
654
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
655
655
|
tag?: string | undefined;
|
|
656
|
+
searchable?: boolean | undefined;
|
|
656
657
|
boost?: number | undefined;
|
|
657
658
|
hidden?: boolean | undefined;
|
|
658
|
-
searchable?: boolean | undefined;
|
|
659
659
|
root?: string | undefined;
|
|
660
660
|
} & {
|
|
661
661
|
openapi?: string | string[] | {
|
|
@@ -686,9 +686,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
686
686
|
public?: boolean | undefined;
|
|
687
687
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
688
688
|
tag?: string | undefined;
|
|
689
|
+
searchable?: boolean | undefined;
|
|
689
690
|
boost?: number | undefined;
|
|
690
691
|
hidden?: boolean | undefined;
|
|
691
|
-
searchable?: boolean | undefined;
|
|
692
692
|
root?: string | undefined;
|
|
693
693
|
} & {
|
|
694
694
|
openapi?: string | string[] | {
|
|
@@ -712,9 +712,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
712
712
|
public?: boolean | undefined;
|
|
713
713
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
714
714
|
tag?: string | undefined;
|
|
715
|
+
searchable?: boolean | undefined;
|
|
715
716
|
boost?: number | undefined;
|
|
716
717
|
hidden?: boolean | undefined;
|
|
717
|
-
searchable?: boolean | undefined;
|
|
718
718
|
root?: string | undefined;
|
|
719
719
|
} & {
|
|
720
720
|
openapi?: string | string[] | {
|
|
@@ -740,9 +740,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
740
740
|
public?: boolean | undefined;
|
|
741
741
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
742
742
|
tag?: string | undefined;
|
|
743
|
+
searchable?: boolean | undefined;
|
|
743
744
|
boost?: number | undefined;
|
|
744
745
|
hidden?: boolean | undefined;
|
|
745
|
-
searchable?: boolean | undefined;
|
|
746
746
|
root?: string | undefined;
|
|
747
747
|
} & {
|
|
748
748
|
openapi?: string | string[] | {
|
|
@@ -770,9 +770,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
770
770
|
public?: boolean | undefined;
|
|
771
771
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
772
772
|
tag?: string | undefined;
|
|
773
|
+
searchable?: boolean | undefined;
|
|
773
774
|
boost?: number | undefined;
|
|
774
775
|
hidden?: boolean | undefined;
|
|
775
|
-
searchable?: boolean | undefined;
|
|
776
776
|
root?: string | undefined;
|
|
777
777
|
} & {
|
|
778
778
|
openapi?: string | string[] | {
|
|
@@ -1676,9 +1676,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1676
1676
|
public?: boolean | undefined;
|
|
1677
1677
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1678
1678
|
tag?: string | undefined;
|
|
1679
|
+
searchable?: boolean | undefined;
|
|
1679
1680
|
boost?: number | undefined;
|
|
1680
1681
|
hidden?: boolean | undefined;
|
|
1681
|
-
searchable?: boolean | undefined;
|
|
1682
1682
|
root?: string | undefined;
|
|
1683
1683
|
} & {
|
|
1684
1684
|
openapi?: string | string[] | {
|
|
@@ -1706,9 +1706,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1706
1706
|
public?: boolean | undefined;
|
|
1707
1707
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1708
1708
|
tag?: string | undefined;
|
|
1709
|
+
searchable?: boolean | undefined;
|
|
1709
1710
|
boost?: number | undefined;
|
|
1710
1711
|
hidden?: boolean | undefined;
|
|
1711
|
-
searchable?: boolean | undefined;
|
|
1712
1712
|
root?: string | undefined;
|
|
1713
1713
|
} & {
|
|
1714
1714
|
openapi?: string | string[] | {
|
|
@@ -2058,9 +2058,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
2058
2058
|
public?: boolean | undefined;
|
|
2059
2059
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2060
2060
|
tag?: string | undefined;
|
|
2061
|
+
searchable?: boolean | undefined;
|
|
2061
2062
|
boost?: number | undefined;
|
|
2062
2063
|
hidden?: boolean | undefined;
|
|
2063
|
-
searchable?: boolean | undefined;
|
|
2064
2064
|
root?: string | undefined;
|
|
2065
2065
|
} & {
|
|
2066
2066
|
openapi?: string | string[] | {
|
|
@@ -2088,9 +2088,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
2088
2088
|
public?: boolean | undefined;
|
|
2089
2089
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2090
2090
|
tag?: string | undefined;
|
|
2091
|
+
searchable?: boolean | undefined;
|
|
2091
2092
|
boost?: number | undefined;
|
|
2092
2093
|
hidden?: boolean | undefined;
|
|
2093
|
-
searchable?: boolean | undefined;
|
|
2094
2094
|
root?: string | undefined;
|
|
2095
2095
|
} & {
|
|
2096
2096
|
openapi?: string | string[] | {
|
|
@@ -569,9 +569,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
569
569
|
public?: boolean | undefined;
|
|
570
570
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
571
571
|
tag?: string | undefined;
|
|
572
|
+
searchable?: boolean | undefined;
|
|
572
573
|
boost?: number | undefined;
|
|
573
574
|
hidden?: boolean | undefined;
|
|
574
|
-
searchable?: boolean | undefined;
|
|
575
575
|
root?: string | undefined;
|
|
576
576
|
} & {
|
|
577
577
|
openapi?: string | string[] | {
|
|
@@ -595,9 +595,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
595
595
|
public?: boolean | undefined;
|
|
596
596
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
597
597
|
tag?: string | undefined;
|
|
598
|
+
searchable?: boolean | undefined;
|
|
598
599
|
boost?: number | undefined;
|
|
599
600
|
hidden?: boolean | undefined;
|
|
600
|
-
searchable?: boolean | undefined;
|
|
601
601
|
root?: string | undefined;
|
|
602
602
|
} & {
|
|
603
603
|
openapi?: string | string[] | {
|
|
@@ -623,9 +623,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
623
623
|
public?: boolean | undefined;
|
|
624
624
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
625
625
|
tag?: string | undefined;
|
|
626
|
+
searchable?: boolean | undefined;
|
|
626
627
|
boost?: number | undefined;
|
|
627
628
|
hidden?: boolean | undefined;
|
|
628
|
-
searchable?: boolean | undefined;
|
|
629
629
|
root?: string | undefined;
|
|
630
630
|
} & {
|
|
631
631
|
openapi?: string | string[] | {
|
|
@@ -653,9 +653,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
653
653
|
public?: boolean | undefined;
|
|
654
654
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
655
655
|
tag?: string | undefined;
|
|
656
|
+
searchable?: boolean | undefined;
|
|
656
657
|
boost?: number | undefined;
|
|
657
658
|
hidden?: boolean | undefined;
|
|
658
|
-
searchable?: boolean | undefined;
|
|
659
659
|
root?: string | undefined;
|
|
660
660
|
} & {
|
|
661
661
|
openapi?: string | string[] | {
|
|
@@ -686,9 +686,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
686
686
|
public?: boolean | undefined;
|
|
687
687
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
688
688
|
tag?: string | undefined;
|
|
689
|
+
searchable?: boolean | undefined;
|
|
689
690
|
boost?: number | undefined;
|
|
690
691
|
hidden?: boolean | undefined;
|
|
691
|
-
searchable?: boolean | undefined;
|
|
692
692
|
root?: string | undefined;
|
|
693
693
|
} & {
|
|
694
694
|
openapi?: string | string[] | {
|
|
@@ -712,9 +712,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
712
712
|
public?: boolean | undefined;
|
|
713
713
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
714
714
|
tag?: string | undefined;
|
|
715
|
+
searchable?: boolean | undefined;
|
|
715
716
|
boost?: number | undefined;
|
|
716
717
|
hidden?: boolean | undefined;
|
|
717
|
-
searchable?: boolean | undefined;
|
|
718
718
|
root?: string | undefined;
|
|
719
719
|
} & {
|
|
720
720
|
openapi?: string | string[] | {
|
|
@@ -740,9 +740,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
740
740
|
public?: boolean | undefined;
|
|
741
741
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
742
742
|
tag?: string | undefined;
|
|
743
|
+
searchable?: boolean | undefined;
|
|
743
744
|
boost?: number | undefined;
|
|
744
745
|
hidden?: boolean | undefined;
|
|
745
|
-
searchable?: boolean | undefined;
|
|
746
746
|
root?: string | undefined;
|
|
747
747
|
} & {
|
|
748
748
|
openapi?: string | string[] | {
|
|
@@ -770,9 +770,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
770
770
|
public?: boolean | undefined;
|
|
771
771
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
772
772
|
tag?: string | undefined;
|
|
773
|
+
searchable?: boolean | undefined;
|
|
773
774
|
boost?: number | undefined;
|
|
774
775
|
hidden?: boolean | undefined;
|
|
775
|
-
searchable?: boolean | undefined;
|
|
776
776
|
root?: string | undefined;
|
|
777
777
|
} & {
|
|
778
778
|
openapi?: string | string[] | {
|
|
@@ -1676,9 +1676,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1676
1676
|
public?: boolean | undefined;
|
|
1677
1677
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1678
1678
|
tag?: string | undefined;
|
|
1679
|
+
searchable?: boolean | undefined;
|
|
1679
1680
|
boost?: number | undefined;
|
|
1680
1681
|
hidden?: boolean | undefined;
|
|
1681
|
-
searchable?: boolean | undefined;
|
|
1682
1682
|
root?: string | undefined;
|
|
1683
1683
|
} & {
|
|
1684
1684
|
openapi?: string | string[] | {
|
|
@@ -1706,9 +1706,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1706
1706
|
public?: boolean | undefined;
|
|
1707
1707
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1708
1708
|
tag?: string | undefined;
|
|
1709
|
+
searchable?: boolean | undefined;
|
|
1709
1710
|
boost?: number | undefined;
|
|
1710
1711
|
hidden?: boolean | undefined;
|
|
1711
|
-
searchable?: boolean | undefined;
|
|
1712
1712
|
root?: string | undefined;
|
|
1713
1713
|
} & {
|
|
1714
1714
|
openapi?: string | string[] | {
|
|
@@ -2058,9 +2058,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2058
2058
|
public?: boolean | undefined;
|
|
2059
2059
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2060
2060
|
tag?: string | undefined;
|
|
2061
|
+
searchable?: boolean | undefined;
|
|
2061
2062
|
boost?: number | undefined;
|
|
2062
2063
|
hidden?: boolean | undefined;
|
|
2063
|
-
searchable?: boolean | undefined;
|
|
2064
2064
|
root?: string | undefined;
|
|
2065
2065
|
} & {
|
|
2066
2066
|
openapi?: string | string[] | {
|
|
@@ -2088,9 +2088,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2088
2088
|
public?: boolean | undefined;
|
|
2089
2089
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2090
2090
|
tag?: string | undefined;
|
|
2091
|
+
searchable?: boolean | undefined;
|
|
2091
2092
|
boost?: number | undefined;
|
|
2092
2093
|
hidden?: boolean | undefined;
|
|
2093
|
-
searchable?: boolean | undefined;
|
|
2094
2094
|
root?: string | undefined;
|
|
2095
2095
|
} & {
|
|
2096
2096
|
openapi?: string | string[] | {
|
|
@@ -569,9 +569,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
569
569
|
public?: boolean | undefined;
|
|
570
570
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
571
571
|
tag?: string | undefined;
|
|
572
|
+
searchable?: boolean | undefined;
|
|
572
573
|
boost?: number | undefined;
|
|
573
574
|
hidden?: boolean | undefined;
|
|
574
|
-
searchable?: boolean | undefined;
|
|
575
575
|
root?: string | undefined;
|
|
576
576
|
} & {
|
|
577
577
|
openapi?: string | string[] | {
|
|
@@ -595,9 +595,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
595
595
|
public?: boolean | undefined;
|
|
596
596
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
597
597
|
tag?: string | undefined;
|
|
598
|
+
searchable?: boolean | undefined;
|
|
598
599
|
boost?: number | undefined;
|
|
599
600
|
hidden?: boolean | undefined;
|
|
600
|
-
searchable?: boolean | undefined;
|
|
601
601
|
root?: string | undefined;
|
|
602
602
|
} & {
|
|
603
603
|
openapi?: string | string[] | {
|
|
@@ -623,9 +623,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
623
623
|
public?: boolean | undefined;
|
|
624
624
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
625
625
|
tag?: string | undefined;
|
|
626
|
+
searchable?: boolean | undefined;
|
|
626
627
|
boost?: number | undefined;
|
|
627
628
|
hidden?: boolean | undefined;
|
|
628
|
-
searchable?: boolean | undefined;
|
|
629
629
|
root?: string | undefined;
|
|
630
630
|
} & {
|
|
631
631
|
openapi?: string | string[] | {
|
|
@@ -653,9 +653,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
653
653
|
public?: boolean | undefined;
|
|
654
654
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
655
655
|
tag?: string | undefined;
|
|
656
|
+
searchable?: boolean | undefined;
|
|
656
657
|
boost?: number | undefined;
|
|
657
658
|
hidden?: boolean | undefined;
|
|
658
|
-
searchable?: boolean | undefined;
|
|
659
659
|
root?: string | undefined;
|
|
660
660
|
} & {
|
|
661
661
|
openapi?: string | string[] | {
|
|
@@ -686,9 +686,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
686
686
|
public?: boolean | undefined;
|
|
687
687
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
688
688
|
tag?: string | undefined;
|
|
689
|
+
searchable?: boolean | undefined;
|
|
689
690
|
boost?: number | undefined;
|
|
690
691
|
hidden?: boolean | undefined;
|
|
691
|
-
searchable?: boolean | undefined;
|
|
692
692
|
root?: string | undefined;
|
|
693
693
|
} & {
|
|
694
694
|
openapi?: string | string[] | {
|
|
@@ -712,9 +712,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
712
712
|
public?: boolean | undefined;
|
|
713
713
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
714
714
|
tag?: string | undefined;
|
|
715
|
+
searchable?: boolean | undefined;
|
|
715
716
|
boost?: number | undefined;
|
|
716
717
|
hidden?: boolean | undefined;
|
|
717
|
-
searchable?: boolean | undefined;
|
|
718
718
|
root?: string | undefined;
|
|
719
719
|
} & {
|
|
720
720
|
openapi?: string | string[] | {
|
|
@@ -740,9 +740,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
740
740
|
public?: boolean | undefined;
|
|
741
741
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
742
742
|
tag?: string | undefined;
|
|
743
|
+
searchable?: boolean | undefined;
|
|
743
744
|
boost?: number | undefined;
|
|
744
745
|
hidden?: boolean | undefined;
|
|
745
|
-
searchable?: boolean | undefined;
|
|
746
746
|
root?: string | undefined;
|
|
747
747
|
} & {
|
|
748
748
|
openapi?: string | string[] | {
|
|
@@ -770,9 +770,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
770
770
|
public?: boolean | undefined;
|
|
771
771
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
772
772
|
tag?: string | undefined;
|
|
773
|
+
searchable?: boolean | undefined;
|
|
773
774
|
boost?: number | undefined;
|
|
774
775
|
hidden?: boolean | undefined;
|
|
775
|
-
searchable?: boolean | undefined;
|
|
776
776
|
root?: string | undefined;
|
|
777
777
|
} & {
|
|
778
778
|
openapi?: string | string[] | {
|
|
@@ -1676,9 +1676,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1676
1676
|
public?: boolean | undefined;
|
|
1677
1677
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1678
1678
|
tag?: string | undefined;
|
|
1679
|
+
searchable?: boolean | undefined;
|
|
1679
1680
|
boost?: number | undefined;
|
|
1680
1681
|
hidden?: boolean | undefined;
|
|
1681
|
-
searchable?: boolean | undefined;
|
|
1682
1682
|
root?: string | undefined;
|
|
1683
1683
|
} & {
|
|
1684
1684
|
openapi?: string | string[] | {
|
|
@@ -1706,9 +1706,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1706
1706
|
public?: boolean | undefined;
|
|
1707
1707
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1708
1708
|
tag?: string | undefined;
|
|
1709
|
+
searchable?: boolean | undefined;
|
|
1709
1710
|
boost?: number | undefined;
|
|
1710
1711
|
hidden?: boolean | undefined;
|
|
1711
|
-
searchable?: boolean | undefined;
|
|
1712
1712
|
root?: string | undefined;
|
|
1713
1713
|
} & {
|
|
1714
1714
|
openapi?: string | string[] | {
|
|
@@ -2058,9 +2058,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2058
2058
|
public?: boolean | undefined;
|
|
2059
2059
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2060
2060
|
tag?: string | undefined;
|
|
2061
|
+
searchable?: boolean | undefined;
|
|
2061
2062
|
boost?: number | undefined;
|
|
2062
2063
|
hidden?: boolean | undefined;
|
|
2063
|
-
searchable?: boolean | undefined;
|
|
2064
2064
|
root?: string | undefined;
|
|
2065
2065
|
} & {
|
|
2066
2066
|
openapi?: string | string[] | {
|
|
@@ -2088,9 +2088,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2088
2088
|
public?: boolean | undefined;
|
|
2089
2089
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2090
2090
|
tag?: string | undefined;
|
|
2091
|
+
searchable?: boolean | undefined;
|
|
2091
2092
|
boost?: number | undefined;
|
|
2092
2093
|
hidden?: boolean | undefined;
|
|
2093
|
-
searchable?: boolean | undefined;
|
|
2094
2094
|
root?: string | undefined;
|
|
2095
2095
|
} & {
|
|
2096
2096
|
openapi?: string | string[] | {
|
|
@@ -569,9 +569,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
569
569
|
public?: boolean | undefined;
|
|
570
570
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
571
571
|
tag?: string | undefined;
|
|
572
|
+
searchable?: boolean | undefined;
|
|
572
573
|
boost?: number | undefined;
|
|
573
574
|
hidden?: boolean | undefined;
|
|
574
|
-
searchable?: boolean | undefined;
|
|
575
575
|
root?: string | undefined;
|
|
576
576
|
} & {
|
|
577
577
|
openapi?: string | string[] | {
|
|
@@ -595,9 +595,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
595
595
|
public?: boolean | undefined;
|
|
596
596
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
597
597
|
tag?: string | undefined;
|
|
598
|
+
searchable?: boolean | undefined;
|
|
598
599
|
boost?: number | undefined;
|
|
599
600
|
hidden?: boolean | undefined;
|
|
600
|
-
searchable?: boolean | undefined;
|
|
601
601
|
root?: string | undefined;
|
|
602
602
|
} & {
|
|
603
603
|
openapi?: string | string[] | {
|
|
@@ -623,9 +623,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
623
623
|
public?: boolean | undefined;
|
|
624
624
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
625
625
|
tag?: string | undefined;
|
|
626
|
+
searchable?: boolean | undefined;
|
|
626
627
|
boost?: number | undefined;
|
|
627
628
|
hidden?: boolean | undefined;
|
|
628
|
-
searchable?: boolean | undefined;
|
|
629
629
|
root?: string | undefined;
|
|
630
630
|
} & {
|
|
631
631
|
openapi?: string | string[] | {
|
|
@@ -653,9 +653,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
653
653
|
public?: boolean | undefined;
|
|
654
654
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
655
655
|
tag?: string | undefined;
|
|
656
|
+
searchable?: boolean | undefined;
|
|
656
657
|
boost?: number | undefined;
|
|
657
658
|
hidden?: boolean | undefined;
|
|
658
|
-
searchable?: boolean | undefined;
|
|
659
659
|
root?: string | undefined;
|
|
660
660
|
} & {
|
|
661
661
|
openapi?: string | string[] | {
|
|
@@ -686,9 +686,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
686
686
|
public?: boolean | undefined;
|
|
687
687
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
688
688
|
tag?: string | undefined;
|
|
689
|
+
searchable?: boolean | undefined;
|
|
689
690
|
boost?: number | undefined;
|
|
690
691
|
hidden?: boolean | undefined;
|
|
691
|
-
searchable?: boolean | undefined;
|
|
692
692
|
root?: string | undefined;
|
|
693
693
|
} & {
|
|
694
694
|
openapi?: string | string[] | {
|
|
@@ -712,9 +712,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
712
712
|
public?: boolean | undefined;
|
|
713
713
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
714
714
|
tag?: string | undefined;
|
|
715
|
+
searchable?: boolean | undefined;
|
|
715
716
|
boost?: number | undefined;
|
|
716
717
|
hidden?: boolean | undefined;
|
|
717
|
-
searchable?: boolean | undefined;
|
|
718
718
|
root?: string | undefined;
|
|
719
719
|
} & {
|
|
720
720
|
openapi?: string | string[] | {
|
|
@@ -740,9 +740,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
740
740
|
public?: boolean | undefined;
|
|
741
741
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
742
742
|
tag?: string | undefined;
|
|
743
|
+
searchable?: boolean | undefined;
|
|
743
744
|
boost?: number | undefined;
|
|
744
745
|
hidden?: boolean | undefined;
|
|
745
|
-
searchable?: boolean | undefined;
|
|
746
746
|
root?: string | undefined;
|
|
747
747
|
} & {
|
|
748
748
|
openapi?: string | string[] | {
|
|
@@ -770,9 +770,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
770
770
|
public?: boolean | undefined;
|
|
771
771
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
772
772
|
tag?: string | undefined;
|
|
773
|
+
searchable?: boolean | undefined;
|
|
773
774
|
boost?: number | undefined;
|
|
774
775
|
hidden?: boolean | undefined;
|
|
775
|
-
searchable?: boolean | undefined;
|
|
776
776
|
root?: string | undefined;
|
|
777
777
|
} & {
|
|
778
778
|
openapi?: string | string[] | {
|
|
@@ -1676,9 +1676,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1676
1676
|
public?: boolean | undefined;
|
|
1677
1677
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1678
1678
|
tag?: string | undefined;
|
|
1679
|
+
searchable?: boolean | undefined;
|
|
1679
1680
|
boost?: number | undefined;
|
|
1680
1681
|
hidden?: boolean | undefined;
|
|
1681
|
-
searchable?: boolean | undefined;
|
|
1682
1682
|
root?: string | undefined;
|
|
1683
1683
|
} & {
|
|
1684
1684
|
openapi?: string | string[] | {
|
|
@@ -1706,9 +1706,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1706
1706
|
public?: boolean | undefined;
|
|
1707
1707
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1708
1708
|
tag?: string | undefined;
|
|
1709
|
+
searchable?: boolean | undefined;
|
|
1709
1710
|
boost?: number | undefined;
|
|
1710
1711
|
hidden?: boolean | undefined;
|
|
1711
|
-
searchable?: boolean | undefined;
|
|
1712
1712
|
root?: string | undefined;
|
|
1713
1713
|
} & {
|
|
1714
1714
|
openapi?: string | string[] | {
|
|
@@ -2058,9 +2058,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2058
2058
|
public?: boolean | undefined;
|
|
2059
2059
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2060
2060
|
tag?: string | undefined;
|
|
2061
|
+
searchable?: boolean | undefined;
|
|
2061
2062
|
boost?: number | undefined;
|
|
2062
2063
|
hidden?: boolean | undefined;
|
|
2063
|
-
searchable?: boolean | undefined;
|
|
2064
2064
|
root?: string | undefined;
|
|
2065
2065
|
} & {
|
|
2066
2066
|
openapi?: string | string[] | {
|
|
@@ -2088,9 +2088,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2088
2088
|
public?: boolean | undefined;
|
|
2089
2089
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2090
2090
|
tag?: string | undefined;
|
|
2091
|
+
searchable?: boolean | undefined;
|
|
2091
2092
|
boost?: number | undefined;
|
|
2092
2093
|
hidden?: boolean | undefined;
|
|
2093
|
-
searchable?: boolean | undefined;
|
|
2094
2094
|
root?: string | undefined;
|
|
2095
2095
|
} & {
|
|
2096
2096
|
openapi?: string | string[] | {
|