@mintlify/validation 0.1.754 → 0.1.755

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.
@@ -568,9 +568,9 @@ export declare const standardConfigSchema: {
568
568
  public?: boolean | undefined;
569
569
  directory?: "none" | "card" | "accordion" | undefined;
570
570
  tag?: string | undefined;
571
+ searchable?: boolean | undefined;
571
572
  boost?: number | undefined;
572
573
  hidden?: boolean | undefined;
573
- searchable?: boolean | undefined;
574
574
  root?: string | undefined;
575
575
  } & {
576
576
  openapi?: string | string[] | {
@@ -594,9 +594,9 @@ export declare const standardConfigSchema: {
594
594
  public?: boolean | undefined;
595
595
  directory?: "none" | "card" | "accordion" | undefined;
596
596
  tag?: string | undefined;
597
+ searchable?: boolean | undefined;
597
598
  boost?: number | undefined;
598
599
  hidden?: boolean | undefined;
599
- searchable?: boolean | undefined;
600
600
  root?: string | undefined;
601
601
  } & {
602
602
  openapi?: string | string[] | {
@@ -622,9 +622,9 @@ export declare const standardConfigSchema: {
622
622
  public?: boolean | undefined;
623
623
  directory?: "none" | "card" | "accordion" | undefined;
624
624
  tag?: string | undefined;
625
+ searchable?: boolean | undefined;
625
626
  boost?: number | undefined;
626
627
  hidden?: boolean | undefined;
627
- searchable?: boolean | undefined;
628
628
  root?: string | undefined;
629
629
  } & {
630
630
  openapi?: string | string[] | {
@@ -652,9 +652,9 @@ export declare const standardConfigSchema: {
652
652
  public?: boolean | undefined;
653
653
  directory?: "none" | "card" | "accordion" | undefined;
654
654
  tag?: string | undefined;
655
+ searchable?: boolean | undefined;
655
656
  boost?: number | undefined;
656
657
  hidden?: boolean | undefined;
657
- searchable?: boolean | undefined;
658
658
  root?: string | undefined;
659
659
  } & {
660
660
  openapi?: string | string[] | {
@@ -685,9 +685,9 @@ export declare const standardConfigSchema: {
685
685
  public?: boolean | undefined;
686
686
  directory?: "none" | "card" | "accordion" | undefined;
687
687
  tag?: string | undefined;
688
+ searchable?: boolean | undefined;
688
689
  boost?: number | undefined;
689
690
  hidden?: boolean | undefined;
690
- searchable?: boolean | undefined;
691
691
  root?: string | undefined;
692
692
  } & {
693
693
  openapi?: string | string[] | {
@@ -711,9 +711,9 @@ export declare const standardConfigSchema: {
711
711
  public?: boolean | undefined;
712
712
  directory?: "none" | "card" | "accordion" | undefined;
713
713
  tag?: string | undefined;
714
+ searchable?: boolean | undefined;
714
715
  boost?: number | undefined;
715
716
  hidden?: boolean | undefined;
716
- searchable?: boolean | undefined;
717
717
  root?: string | undefined;
718
718
  } & {
719
719
  openapi?: string | string[] | {
@@ -739,9 +739,9 @@ export declare const standardConfigSchema: {
739
739
  public?: boolean | undefined;
740
740
  directory?: "none" | "card" | "accordion" | undefined;
741
741
  tag?: string | undefined;
742
+ searchable?: boolean | undefined;
742
743
  boost?: number | undefined;
743
744
  hidden?: boolean | undefined;
744
- searchable?: boolean | undefined;
745
745
  root?: string | undefined;
746
746
  } & {
747
747
  openapi?: string | string[] | {
@@ -769,9 +769,9 @@ export declare const standardConfigSchema: {
769
769
  public?: boolean | undefined;
770
770
  directory?: "none" | "card" | "accordion" | undefined;
771
771
  tag?: string | undefined;
772
+ searchable?: boolean | undefined;
772
773
  boost?: number | undefined;
773
774
  hidden?: boolean | undefined;
774
- searchable?: boolean | undefined;
775
775
  root?: string | undefined;
776
776
  } & {
777
777
  openapi?: string | string[] | {
@@ -569,9 +569,9 @@ export declare const sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 sequoiaConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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[] | {