@mintlify/validation 0.1.753 → 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.
Files changed (25) hide show
  1. package/dist/mint-config/schemas/v1/analytics.d.ts +5 -0
  2. package/dist/mint-config/schemas/v1/analytics.js +1 -0
  3. package/dist/mint-config/schemas/v1/config.d.ts +7 -0
  4. package/dist/mint-config/schemas/v2/index.d.ts +190 -120
  5. package/dist/mint-config/schemas/v2/properties/integrations.d.ts +5 -0
  6. package/dist/mint-config/schemas/v2/properties/integrations.js +1 -0
  7. package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +6 -6
  8. package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +20 -16
  9. package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +6 -4
  10. package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +4 -4
  11. package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +3 -0
  12. package/dist/mint-config/schemas/v2/properties/reusable/page.js +1 -0
  13. package/dist/mint-config/schemas/v2/themes/almond.d.ts +19 -12
  14. package/dist/mint-config/schemas/v2/themes/aspen.d.ts +19 -12
  15. package/dist/mint-config/schemas/v2/themes/linden.d.ts +19 -12
  16. package/dist/mint-config/schemas/v2/themes/luma.d.ts +19 -12
  17. package/dist/mint-config/schemas/v2/themes/maple.d.ts +19 -12
  18. package/dist/mint-config/schemas/v2/themes/mint.d.ts +19 -12
  19. package/dist/mint-config/schemas/v2/themes/palm.d.ts +19 -12
  20. package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +13 -8
  21. package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +19 -12
  22. package/dist/mint-config/schemas/v2/themes/willow.d.ts +19 -12
  23. package/dist/mint-config/validateConfig.d.ts +56 -36
  24. package/dist/tsconfig.build.tsbuildinfo +1 -1
  25. package/package.json +3 -3
@@ -569,9 +569,9 @@ export declare const aspenConfigSchema: 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 aspenConfigSchema: 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 aspenConfigSchema: 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 aspenConfigSchema: 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 aspenConfigSchema: 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 aspenConfigSchema: 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 aspenConfigSchema: 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 aspenConfigSchema: 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[] | {
@@ -1155,10 +1155,13 @@ export declare const aspenConfigSchema: z.ZodObject<{
1155
1155
  }>>;
1156
1156
  mixpanel: z.ZodOptional<z.ZodObject<{
1157
1157
  projectToken: z.ZodString;
1158
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
1158
1159
  }, "strip", z.ZodTypeAny, {
1159
1160
  projectToken: string;
1161
+ region?: "us" | "eu" | "in" | undefined;
1160
1162
  }, {
1161
1163
  projectToken: string;
1164
+ region?: "us" | "eu" | "in" | undefined;
1162
1165
  }>>;
1163
1166
  onetrust: z.ZodOptional<z.ZodObject<{
1164
1167
  domainScript: z.ZodString;
@@ -1268,6 +1271,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
1268
1271
  } | undefined;
1269
1272
  mixpanel?: {
1270
1273
  projectToken: string;
1274
+ region?: "us" | "eu" | "in" | undefined;
1271
1275
  } | undefined;
1272
1276
  pirsch?: {
1273
1277
  id: string;
@@ -1343,6 +1347,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
1343
1347
  } | undefined;
1344
1348
  mixpanel?: {
1345
1349
  projectToken: string;
1350
+ region?: "us" | "eu" | "in" | undefined;
1346
1351
  } | undefined;
1347
1352
  pirsch?: {
1348
1353
  id: string;
@@ -1671,9 +1676,9 @@ export declare const aspenConfigSchema: z.ZodObject<{
1671
1676
  public?: boolean | undefined;
1672
1677
  directory?: "none" | "card" | "accordion" | undefined;
1673
1678
  tag?: string | undefined;
1679
+ searchable?: boolean | undefined;
1674
1680
  boost?: number | undefined;
1675
1681
  hidden?: boolean | undefined;
1676
- searchable?: boolean | undefined;
1677
1682
  root?: string | undefined;
1678
1683
  } & {
1679
1684
  openapi?: string | string[] | {
@@ -1701,9 +1706,9 @@ export declare const aspenConfigSchema: z.ZodObject<{
1701
1706
  public?: boolean | undefined;
1702
1707
  directory?: "none" | "card" | "accordion" | undefined;
1703
1708
  tag?: string | undefined;
1709
+ searchable?: boolean | undefined;
1704
1710
  boost?: number | undefined;
1705
1711
  hidden?: boolean | undefined;
1706
- searchable?: boolean | undefined;
1707
1712
  root?: string | undefined;
1708
1713
  } & {
1709
1714
  openapi?: string | string[] | {
@@ -1828,6 +1833,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
1828
1833
  } | undefined;
1829
1834
  mixpanel?: {
1830
1835
  projectToken: string;
1836
+ region?: "us" | "eu" | "in" | undefined;
1831
1837
  } | undefined;
1832
1838
  pirsch?: {
1833
1839
  id: string;
@@ -2052,9 +2058,9 @@ export declare const aspenConfigSchema: z.ZodObject<{
2052
2058
  public?: boolean | undefined;
2053
2059
  directory?: "none" | "card" | "accordion" | undefined;
2054
2060
  tag?: string | undefined;
2061
+ searchable?: boolean | undefined;
2055
2062
  boost?: number | undefined;
2056
2063
  hidden?: boolean | undefined;
2057
- searchable?: boolean | undefined;
2058
2064
  root?: string | undefined;
2059
2065
  } & {
2060
2066
  openapi?: string | string[] | {
@@ -2082,9 +2088,9 @@ export declare const aspenConfigSchema: z.ZodObject<{
2082
2088
  public?: boolean | undefined;
2083
2089
  directory?: "none" | "card" | "accordion" | undefined;
2084
2090
  tag?: string | undefined;
2091
+ searchable?: boolean | undefined;
2085
2092
  boost?: number | undefined;
2086
2093
  hidden?: boolean | undefined;
2087
- searchable?: boolean | undefined;
2088
2094
  root?: string | undefined;
2089
2095
  } & {
2090
2096
  openapi?: string | string[] | {
@@ -2210,6 +2216,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
2210
2216
  } | undefined;
2211
2217
  mixpanel?: {
2212
2218
  projectToken: string;
2219
+ region?: "us" | "eu" | "in" | undefined;
2213
2220
  } | undefined;
2214
2221
  pirsch?: {
2215
2222
  id: string;
@@ -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[] | {
@@ -1155,10 +1155,13 @@ export declare const lindenConfigSchema: z.ZodObject<{
1155
1155
  }>>;
1156
1156
  mixpanel: z.ZodOptional<z.ZodObject<{
1157
1157
  projectToken: z.ZodString;
1158
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
1158
1159
  }, "strip", z.ZodTypeAny, {
1159
1160
  projectToken: string;
1161
+ region?: "us" | "eu" | "in" | undefined;
1160
1162
  }, {
1161
1163
  projectToken: string;
1164
+ region?: "us" | "eu" | "in" | undefined;
1162
1165
  }>>;
1163
1166
  onetrust: z.ZodOptional<z.ZodObject<{
1164
1167
  domainScript: z.ZodString;
@@ -1268,6 +1271,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
1268
1271
  } | undefined;
1269
1272
  mixpanel?: {
1270
1273
  projectToken: string;
1274
+ region?: "us" | "eu" | "in" | undefined;
1271
1275
  } | undefined;
1272
1276
  pirsch?: {
1273
1277
  id: string;
@@ -1343,6 +1347,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
1343
1347
  } | undefined;
1344
1348
  mixpanel?: {
1345
1349
  projectToken: string;
1350
+ region?: "us" | "eu" | "in" | undefined;
1346
1351
  } | undefined;
1347
1352
  pirsch?: {
1348
1353
  id: string;
@@ -1671,9 +1676,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
1671
1676
  public?: boolean | undefined;
1672
1677
  directory?: "none" | "card" | "accordion" | undefined;
1673
1678
  tag?: string | undefined;
1679
+ searchable?: boolean | undefined;
1674
1680
  boost?: number | undefined;
1675
1681
  hidden?: boolean | undefined;
1676
- searchable?: boolean | undefined;
1677
1682
  root?: string | undefined;
1678
1683
  } & {
1679
1684
  openapi?: string | string[] | {
@@ -1701,9 +1706,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
1701
1706
  public?: boolean | undefined;
1702
1707
  directory?: "none" | "card" | "accordion" | undefined;
1703
1708
  tag?: string | undefined;
1709
+ searchable?: boolean | undefined;
1704
1710
  boost?: number | undefined;
1705
1711
  hidden?: boolean | undefined;
1706
- searchable?: boolean | undefined;
1707
1712
  root?: string | undefined;
1708
1713
  } & {
1709
1714
  openapi?: string | string[] | {
@@ -1828,6 +1833,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
1828
1833
  } | undefined;
1829
1834
  mixpanel?: {
1830
1835
  projectToken: string;
1836
+ region?: "us" | "eu" | "in" | undefined;
1831
1837
  } | undefined;
1832
1838
  pirsch?: {
1833
1839
  id: string;
@@ -2052,9 +2058,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
2052
2058
  public?: boolean | undefined;
2053
2059
  directory?: "none" | "card" | "accordion" | undefined;
2054
2060
  tag?: string | undefined;
2061
+ searchable?: boolean | undefined;
2055
2062
  boost?: number | undefined;
2056
2063
  hidden?: boolean | undefined;
2057
- searchable?: boolean | undefined;
2058
2064
  root?: string | undefined;
2059
2065
  } & {
2060
2066
  openapi?: string | string[] | {
@@ -2082,9 +2088,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
2082
2088
  public?: boolean | undefined;
2083
2089
  directory?: "none" | "card" | "accordion" | undefined;
2084
2090
  tag?: string | undefined;
2091
+ searchable?: boolean | undefined;
2085
2092
  boost?: number | undefined;
2086
2093
  hidden?: boolean | undefined;
2087
- searchable?: boolean | undefined;
2088
2094
  root?: string | undefined;
2089
2095
  } & {
2090
2096
  openapi?: string | string[] | {
@@ -2210,6 +2216,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
2210
2216
  } | undefined;
2211
2217
  mixpanel?: {
2212
2218
  projectToken: string;
2219
+ region?: "us" | "eu" | "in" | undefined;
2213
2220
  } | undefined;
2214
2221
  pirsch?: {
2215
2222
  id: 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[] | {
@@ -1155,10 +1155,13 @@ export declare const lumaConfigSchema: z.ZodObject<{
1155
1155
  }>>;
1156
1156
  mixpanel: z.ZodOptional<z.ZodObject<{
1157
1157
  projectToken: z.ZodString;
1158
+ region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
1158
1159
  }, "strip", z.ZodTypeAny, {
1159
1160
  projectToken: string;
1161
+ region?: "us" | "eu" | "in" | undefined;
1160
1162
  }, {
1161
1163
  projectToken: string;
1164
+ region?: "us" | "eu" | "in" | undefined;
1162
1165
  }>>;
1163
1166
  onetrust: z.ZodOptional<z.ZodObject<{
1164
1167
  domainScript: z.ZodString;
@@ -1268,6 +1271,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
1268
1271
  } | undefined;
1269
1272
  mixpanel?: {
1270
1273
  projectToken: string;
1274
+ region?: "us" | "eu" | "in" | undefined;
1271
1275
  } | undefined;
1272
1276
  pirsch?: {
1273
1277
  id: string;
@@ -1343,6 +1347,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
1343
1347
  } | undefined;
1344
1348
  mixpanel?: {
1345
1349
  projectToken: string;
1350
+ region?: "us" | "eu" | "in" | undefined;
1346
1351
  } | undefined;
1347
1352
  pirsch?: {
1348
1353
  id: string;
@@ -1671,9 +1676,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
1671
1676
  public?: boolean | undefined;
1672
1677
  directory?: "none" | "card" | "accordion" | undefined;
1673
1678
  tag?: string | undefined;
1679
+ searchable?: boolean | undefined;
1674
1680
  boost?: number | undefined;
1675
1681
  hidden?: boolean | undefined;
1676
- searchable?: boolean | undefined;
1677
1682
  root?: string | undefined;
1678
1683
  } & {
1679
1684
  openapi?: string | string[] | {
@@ -1701,9 +1706,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
1701
1706
  public?: boolean | undefined;
1702
1707
  directory?: "none" | "card" | "accordion" | undefined;
1703
1708
  tag?: string | undefined;
1709
+ searchable?: boolean | undefined;
1704
1710
  boost?: number | undefined;
1705
1711
  hidden?: boolean | undefined;
1706
- searchable?: boolean | undefined;
1707
1712
  root?: string | undefined;
1708
1713
  } & {
1709
1714
  openapi?: string | string[] | {
@@ -1828,6 +1833,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
1828
1833
  } | undefined;
1829
1834
  mixpanel?: {
1830
1835
  projectToken: string;
1836
+ region?: "us" | "eu" | "in" | undefined;
1831
1837
  } | undefined;
1832
1838
  pirsch?: {
1833
1839
  id: string;
@@ -2052,9 +2058,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
2052
2058
  public?: boolean | undefined;
2053
2059
  directory?: "none" | "card" | "accordion" | undefined;
2054
2060
  tag?: string | undefined;
2061
+ searchable?: boolean | undefined;
2055
2062
  boost?: number | undefined;
2056
2063
  hidden?: boolean | undefined;
2057
- searchable?: boolean | undefined;
2058
2064
  root?: string | undefined;
2059
2065
  } & {
2060
2066
  openapi?: string | string[] | {
@@ -2082,9 +2088,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
2082
2088
  public?: boolean | undefined;
2083
2089
  directory?: "none" | "card" | "accordion" | undefined;
2084
2090
  tag?: string | undefined;
2091
+ searchable?: boolean | undefined;
2085
2092
  boost?: number | undefined;
2086
2093
  hidden?: boolean | undefined;
2087
- searchable?: boolean | undefined;
2088
2094
  root?: string | undefined;
2089
2095
  } & {
2090
2096
  openapi?: string | string[] | {
@@ -2210,6 +2216,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
2210
2216
  } | undefined;
2211
2217
  mixpanel?: {
2212
2218
  projectToken: string;
2219
+ region?: "us" | "eu" | "in" | undefined;
2213
2220
  } | undefined;
2214
2221
  pirsch?: {
2215
2222
  id: string;