@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.
- package/dist/mint-config/schemas/v1/analytics.d.ts +5 -0
- package/dist/mint-config/schemas/v1/analytics.js +1 -0
- package/dist/mint-config/schemas/v1/config.d.ts +7 -0
- package/dist/mint-config/schemas/v2/index.d.ts +190 -120
- package/dist/mint-config/schemas/v2/properties/integrations.d.ts +5 -0
- package/dist/mint-config/schemas/v2/properties/integrations.js +1 -0
- 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 +19 -12
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +19 -12
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +19 -12
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +19 -12
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +19 -12
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +19 -12
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +19 -12
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +13 -8
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +19 -12
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +19 -12
- package/dist/mint-config/validateConfig.d.ts +56 -36
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -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[] | {
|
|
@@ -1155,10 +1155,13 @@ export declare const mapleConfigSchema: 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 mapleConfigSchema: 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 mapleConfigSchema: 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 mapleConfigSchema: 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 mapleConfigSchema: 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 mapleConfigSchema: 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 mapleConfigSchema: 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 mapleConfigSchema: 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 mapleConfigSchema: 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 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[] | {
|
|
@@ -1155,10 +1155,13 @@ export declare const mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 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[] | {
|
|
@@ -1155,10 +1155,13 @@ export declare const palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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;
|
|
@@ -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[] | {
|
|
@@ -1154,10 +1154,13 @@ export declare const standardConfigSchema: {
|
|
|
1154
1154
|
}>>;
|
|
1155
1155
|
mixpanel: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1156
1156
|
projectToken: import("zod").ZodString;
|
|
1157
|
+
region: import("zod").ZodOptional<import("zod").ZodEnum<["us", "eu", "in"]>>;
|
|
1157
1158
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1158
1159
|
projectToken: string;
|
|
1160
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1159
1161
|
}, {
|
|
1160
1162
|
projectToken: string;
|
|
1163
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1161
1164
|
}>>;
|
|
1162
1165
|
onetrust: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1163
1166
|
domainScript: import("zod").ZodString;
|
|
@@ -1267,6 +1270,7 @@ export declare const standardConfigSchema: {
|
|
|
1267
1270
|
} | undefined;
|
|
1268
1271
|
mixpanel?: {
|
|
1269
1272
|
projectToken: string;
|
|
1273
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1270
1274
|
} | undefined;
|
|
1271
1275
|
pirsch?: {
|
|
1272
1276
|
id: string;
|
|
@@ -1342,6 +1346,7 @@ export declare const standardConfigSchema: {
|
|
|
1342
1346
|
} | undefined;
|
|
1343
1347
|
mixpanel?: {
|
|
1344
1348
|
projectToken: string;
|
|
1349
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1345
1350
|
} | undefined;
|
|
1346
1351
|
pirsch?: {
|
|
1347
1352
|
id: string;
|