@mintlify/validation 0.1.514 → 0.1.515
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 +13 -0
- package/dist/mint-config/schemas/v1/analytics.js +5 -1
- package/dist/mint-config/schemas/v1/config.d.ts +19 -0
- package/dist/mint-config/schemas/v2/index.d.ts +133 -0
- package/dist/mint-config/schemas/v2/properties/integrations.d.ts +13 -0
- package/dist/mint-config/schemas/v2/properties/integrations.js +4 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +19 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +19 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +19 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +19 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +19 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +19 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +13 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +19 -0
- package/dist/mint-config/validateConfig.d.ts +48 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -943,6 +943,13 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
943
943
|
}, {
|
|
944
944
|
apiKey: string;
|
|
945
945
|
}>>;
|
|
946
|
+
clarity: z.ZodOptional<z.ZodObject<{
|
|
947
|
+
projectId: z.ZodString;
|
|
948
|
+
}, "strip", z.ZodTypeAny, {
|
|
949
|
+
projectId: string;
|
|
950
|
+
}, {
|
|
951
|
+
projectId: string;
|
|
952
|
+
}>>;
|
|
946
953
|
clearbit: z.ZodOptional<z.ZodObject<{
|
|
947
954
|
publicApiKey: z.ZodString;
|
|
948
955
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1095,6 +1102,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1095
1102
|
amplitude?: {
|
|
1096
1103
|
apiKey: string;
|
|
1097
1104
|
} | undefined;
|
|
1105
|
+
clarity?: {
|
|
1106
|
+
projectId: string;
|
|
1107
|
+
} | undefined;
|
|
1098
1108
|
clearbit?: {
|
|
1099
1109
|
publicApiKey: string;
|
|
1100
1110
|
} | undefined;
|
|
@@ -1161,6 +1171,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1161
1171
|
amplitude?: {
|
|
1162
1172
|
apiKey: string;
|
|
1163
1173
|
} | undefined;
|
|
1174
|
+
clarity?: {
|
|
1175
|
+
projectId: string;
|
|
1176
|
+
} | undefined;
|
|
1164
1177
|
clearbit?: {
|
|
1165
1178
|
publicApiKey: string;
|
|
1166
1179
|
} | undefined;
|
|
@@ -1763,6 +1776,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1763
1776
|
amplitude?: {
|
|
1764
1777
|
apiKey: string;
|
|
1765
1778
|
} | undefined;
|
|
1779
|
+
clarity?: {
|
|
1780
|
+
projectId: string;
|
|
1781
|
+
} | undefined;
|
|
1766
1782
|
clearbit?: {
|
|
1767
1783
|
publicApiKey: string;
|
|
1768
1784
|
} | undefined;
|
|
@@ -2168,6 +2184,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2168
2184
|
amplitude?: {
|
|
2169
2185
|
apiKey: string;
|
|
2170
2186
|
} | undefined;
|
|
2187
|
+
clarity?: {
|
|
2188
|
+
projectId: string;
|
|
2189
|
+
} | undefined;
|
|
2171
2190
|
clearbit?: {
|
|
2172
2191
|
publicApiKey: string;
|
|
2173
2192
|
} | undefined;
|
|
@@ -943,6 +943,13 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
943
943
|
}, {
|
|
944
944
|
apiKey: string;
|
|
945
945
|
}>>;
|
|
946
|
+
clarity: z.ZodOptional<z.ZodObject<{
|
|
947
|
+
projectId: z.ZodString;
|
|
948
|
+
}, "strip", z.ZodTypeAny, {
|
|
949
|
+
projectId: string;
|
|
950
|
+
}, {
|
|
951
|
+
projectId: string;
|
|
952
|
+
}>>;
|
|
946
953
|
clearbit: z.ZodOptional<z.ZodObject<{
|
|
947
954
|
publicApiKey: z.ZodString;
|
|
948
955
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1095,6 +1102,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1095
1102
|
amplitude?: {
|
|
1096
1103
|
apiKey: string;
|
|
1097
1104
|
} | undefined;
|
|
1105
|
+
clarity?: {
|
|
1106
|
+
projectId: string;
|
|
1107
|
+
} | undefined;
|
|
1098
1108
|
clearbit?: {
|
|
1099
1109
|
publicApiKey: string;
|
|
1100
1110
|
} | undefined;
|
|
@@ -1161,6 +1171,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1161
1171
|
amplitude?: {
|
|
1162
1172
|
apiKey: string;
|
|
1163
1173
|
} | undefined;
|
|
1174
|
+
clarity?: {
|
|
1175
|
+
projectId: string;
|
|
1176
|
+
} | undefined;
|
|
1164
1177
|
clearbit?: {
|
|
1165
1178
|
publicApiKey: string;
|
|
1166
1179
|
} | undefined;
|
|
@@ -1763,6 +1776,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1763
1776
|
amplitude?: {
|
|
1764
1777
|
apiKey: string;
|
|
1765
1778
|
} | undefined;
|
|
1779
|
+
clarity?: {
|
|
1780
|
+
projectId: string;
|
|
1781
|
+
} | undefined;
|
|
1766
1782
|
clearbit?: {
|
|
1767
1783
|
publicApiKey: string;
|
|
1768
1784
|
} | undefined;
|
|
@@ -2168,6 +2184,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2168
2184
|
amplitude?: {
|
|
2169
2185
|
apiKey: string;
|
|
2170
2186
|
} | undefined;
|
|
2187
|
+
clarity?: {
|
|
2188
|
+
projectId: string;
|
|
2189
|
+
} | undefined;
|
|
2171
2190
|
clearbit?: {
|
|
2172
2191
|
publicApiKey: string;
|
|
2173
2192
|
} | undefined;
|
|
@@ -943,6 +943,13 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
943
943
|
}, {
|
|
944
944
|
apiKey: string;
|
|
945
945
|
}>>;
|
|
946
|
+
clarity: z.ZodOptional<z.ZodObject<{
|
|
947
|
+
projectId: z.ZodString;
|
|
948
|
+
}, "strip", z.ZodTypeAny, {
|
|
949
|
+
projectId: string;
|
|
950
|
+
}, {
|
|
951
|
+
projectId: string;
|
|
952
|
+
}>>;
|
|
946
953
|
clearbit: z.ZodOptional<z.ZodObject<{
|
|
947
954
|
publicApiKey: z.ZodString;
|
|
948
955
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1095,6 +1102,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1095
1102
|
amplitude?: {
|
|
1096
1103
|
apiKey: string;
|
|
1097
1104
|
} | undefined;
|
|
1105
|
+
clarity?: {
|
|
1106
|
+
projectId: string;
|
|
1107
|
+
} | undefined;
|
|
1098
1108
|
clearbit?: {
|
|
1099
1109
|
publicApiKey: string;
|
|
1100
1110
|
} | undefined;
|
|
@@ -1161,6 +1171,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1161
1171
|
amplitude?: {
|
|
1162
1172
|
apiKey: string;
|
|
1163
1173
|
} | undefined;
|
|
1174
|
+
clarity?: {
|
|
1175
|
+
projectId: string;
|
|
1176
|
+
} | undefined;
|
|
1164
1177
|
clearbit?: {
|
|
1165
1178
|
publicApiKey: string;
|
|
1166
1179
|
} | undefined;
|
|
@@ -1763,6 +1776,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1763
1776
|
amplitude?: {
|
|
1764
1777
|
apiKey: string;
|
|
1765
1778
|
} | undefined;
|
|
1779
|
+
clarity?: {
|
|
1780
|
+
projectId: string;
|
|
1781
|
+
} | undefined;
|
|
1766
1782
|
clearbit?: {
|
|
1767
1783
|
publicApiKey: string;
|
|
1768
1784
|
} | undefined;
|
|
@@ -2168,6 +2184,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2168
2184
|
amplitude?: {
|
|
2169
2185
|
apiKey: string;
|
|
2170
2186
|
} | undefined;
|
|
2187
|
+
clarity?: {
|
|
2188
|
+
projectId: string;
|
|
2189
|
+
} | undefined;
|
|
2171
2190
|
clearbit?: {
|
|
2172
2191
|
publicApiKey: string;
|
|
2173
2192
|
} | undefined;
|
|
@@ -942,6 +942,13 @@ export declare const standardConfigSchema: {
|
|
|
942
942
|
}, {
|
|
943
943
|
apiKey: string;
|
|
944
944
|
}>>;
|
|
945
|
+
clarity: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
946
|
+
projectId: import("zod").ZodString;
|
|
947
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
948
|
+
projectId: string;
|
|
949
|
+
}, {
|
|
950
|
+
projectId: string;
|
|
951
|
+
}>>;
|
|
945
952
|
clearbit: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
946
953
|
publicApiKey: import("zod").ZodString;
|
|
947
954
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -1094,6 +1101,9 @@ export declare const standardConfigSchema: {
|
|
|
1094
1101
|
amplitude?: {
|
|
1095
1102
|
apiKey: string;
|
|
1096
1103
|
} | undefined;
|
|
1104
|
+
clarity?: {
|
|
1105
|
+
projectId: string;
|
|
1106
|
+
} | undefined;
|
|
1097
1107
|
clearbit?: {
|
|
1098
1108
|
publicApiKey: string;
|
|
1099
1109
|
} | undefined;
|
|
@@ -1160,6 +1170,9 @@ export declare const standardConfigSchema: {
|
|
|
1160
1170
|
amplitude?: {
|
|
1161
1171
|
apiKey: string;
|
|
1162
1172
|
} | undefined;
|
|
1173
|
+
clarity?: {
|
|
1174
|
+
projectId: string;
|
|
1175
|
+
} | undefined;
|
|
1163
1176
|
clearbit?: {
|
|
1164
1177
|
publicApiKey: string;
|
|
1165
1178
|
} | undefined;
|
|
@@ -943,6 +943,13 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
943
943
|
}, {
|
|
944
944
|
apiKey: string;
|
|
945
945
|
}>>;
|
|
946
|
+
clarity: z.ZodOptional<z.ZodObject<{
|
|
947
|
+
projectId: z.ZodString;
|
|
948
|
+
}, "strip", z.ZodTypeAny, {
|
|
949
|
+
projectId: string;
|
|
950
|
+
}, {
|
|
951
|
+
projectId: string;
|
|
952
|
+
}>>;
|
|
946
953
|
clearbit: z.ZodOptional<z.ZodObject<{
|
|
947
954
|
publicApiKey: z.ZodString;
|
|
948
955
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1095,6 +1102,9 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1095
1102
|
amplitude?: {
|
|
1096
1103
|
apiKey: string;
|
|
1097
1104
|
} | undefined;
|
|
1105
|
+
clarity?: {
|
|
1106
|
+
projectId: string;
|
|
1107
|
+
} | undefined;
|
|
1098
1108
|
clearbit?: {
|
|
1099
1109
|
publicApiKey: string;
|
|
1100
1110
|
} | undefined;
|
|
@@ -1161,6 +1171,9 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1161
1171
|
amplitude?: {
|
|
1162
1172
|
apiKey: string;
|
|
1163
1173
|
} | undefined;
|
|
1174
|
+
clarity?: {
|
|
1175
|
+
projectId: string;
|
|
1176
|
+
} | undefined;
|
|
1164
1177
|
clearbit?: {
|
|
1165
1178
|
publicApiKey: string;
|
|
1166
1179
|
} | undefined;
|
|
@@ -1763,6 +1776,9 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1763
1776
|
amplitude?: {
|
|
1764
1777
|
apiKey: string;
|
|
1765
1778
|
} | undefined;
|
|
1779
|
+
clarity?: {
|
|
1780
|
+
projectId: string;
|
|
1781
|
+
} | undefined;
|
|
1766
1782
|
clearbit?: {
|
|
1767
1783
|
publicApiKey: string;
|
|
1768
1784
|
} | undefined;
|
|
@@ -2168,6 +2184,9 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2168
2184
|
amplitude?: {
|
|
2169
2185
|
apiKey: string;
|
|
2170
2186
|
} | undefined;
|
|
2187
|
+
clarity?: {
|
|
2188
|
+
projectId: string;
|
|
2189
|
+
} | undefined;
|
|
2171
2190
|
clearbit?: {
|
|
2172
2191
|
publicApiKey: string;
|
|
2173
2192
|
} | undefined;
|
|
@@ -170,6 +170,9 @@ export declare function validateMintConfig(value: unknown): z.SafeParseError<{
|
|
|
170
170
|
amplitude?: {
|
|
171
171
|
apiKey: string;
|
|
172
172
|
} | undefined;
|
|
173
|
+
clarity?: {
|
|
174
|
+
projectId: string;
|
|
175
|
+
} | undefined;
|
|
173
176
|
clearbit?: {
|
|
174
177
|
publicApiKey: string;
|
|
175
178
|
} | undefined;
|
|
@@ -414,6 +417,9 @@ export declare function validateMintConfig(value: unknown): z.SafeParseError<{
|
|
|
414
417
|
amplitude?: {
|
|
415
418
|
apiKey: string;
|
|
416
419
|
} | undefined;
|
|
420
|
+
clarity?: {
|
|
421
|
+
projectId: string;
|
|
422
|
+
} | undefined;
|
|
417
423
|
clearbit?: {
|
|
418
424
|
publicApiKey: string;
|
|
419
425
|
} | undefined;
|
|
@@ -783,6 +789,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
783
789
|
amplitude?: {
|
|
784
790
|
apiKey: string;
|
|
785
791
|
} | undefined;
|
|
792
|
+
clarity?: {
|
|
793
|
+
projectId: string;
|
|
794
|
+
} | undefined;
|
|
786
795
|
clearbit?: {
|
|
787
796
|
publicApiKey: string;
|
|
788
797
|
} | undefined;
|
|
@@ -1188,6 +1197,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1188
1197
|
amplitude?: {
|
|
1189
1198
|
apiKey: string;
|
|
1190
1199
|
} | undefined;
|
|
1200
|
+
clarity?: {
|
|
1201
|
+
projectId: string;
|
|
1202
|
+
} | undefined;
|
|
1191
1203
|
clearbit?: {
|
|
1192
1204
|
publicApiKey: string;
|
|
1193
1205
|
} | undefined;
|
|
@@ -1593,6 +1605,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1593
1605
|
amplitude?: {
|
|
1594
1606
|
apiKey: string;
|
|
1595
1607
|
} | undefined;
|
|
1608
|
+
clarity?: {
|
|
1609
|
+
projectId: string;
|
|
1610
|
+
} | undefined;
|
|
1596
1611
|
clearbit?: {
|
|
1597
1612
|
publicApiKey: string;
|
|
1598
1613
|
} | undefined;
|
|
@@ -1998,6 +2013,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1998
2013
|
amplitude?: {
|
|
1999
2014
|
apiKey: string;
|
|
2000
2015
|
} | undefined;
|
|
2016
|
+
clarity?: {
|
|
2017
|
+
projectId: string;
|
|
2018
|
+
} | undefined;
|
|
2001
2019
|
clearbit?: {
|
|
2002
2020
|
publicApiKey: string;
|
|
2003
2021
|
} | undefined;
|
|
@@ -2403,6 +2421,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2403
2421
|
amplitude?: {
|
|
2404
2422
|
apiKey: string;
|
|
2405
2423
|
} | undefined;
|
|
2424
|
+
clarity?: {
|
|
2425
|
+
projectId: string;
|
|
2426
|
+
} | undefined;
|
|
2406
2427
|
clearbit?: {
|
|
2407
2428
|
publicApiKey: string;
|
|
2408
2429
|
} | undefined;
|
|
@@ -2808,6 +2829,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2808
2829
|
amplitude?: {
|
|
2809
2830
|
apiKey: string;
|
|
2810
2831
|
} | undefined;
|
|
2832
|
+
clarity?: {
|
|
2833
|
+
projectId: string;
|
|
2834
|
+
} | undefined;
|
|
2811
2835
|
clearbit?: {
|
|
2812
2836
|
publicApiKey: string;
|
|
2813
2837
|
} | undefined;
|
|
@@ -3213,6 +3237,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3213
3237
|
amplitude?: {
|
|
3214
3238
|
apiKey: string;
|
|
3215
3239
|
} | undefined;
|
|
3240
|
+
clarity?: {
|
|
3241
|
+
projectId: string;
|
|
3242
|
+
} | undefined;
|
|
3216
3243
|
clearbit?: {
|
|
3217
3244
|
publicApiKey: string;
|
|
3218
3245
|
} | undefined;
|
|
@@ -3621,6 +3648,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3621
3648
|
amplitude?: {
|
|
3622
3649
|
apiKey: string;
|
|
3623
3650
|
} | undefined;
|
|
3651
|
+
clarity?: {
|
|
3652
|
+
projectId: string;
|
|
3653
|
+
} | undefined;
|
|
3624
3654
|
clearbit?: {
|
|
3625
3655
|
publicApiKey: string;
|
|
3626
3656
|
} | undefined;
|
|
@@ -4026,6 +4056,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4026
4056
|
amplitude?: {
|
|
4027
4057
|
apiKey: string;
|
|
4028
4058
|
} | undefined;
|
|
4059
|
+
clarity?: {
|
|
4060
|
+
projectId: string;
|
|
4061
|
+
} | undefined;
|
|
4029
4062
|
clearbit?: {
|
|
4030
4063
|
publicApiKey: string;
|
|
4031
4064
|
} | undefined;
|
|
@@ -4431,6 +4464,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4431
4464
|
amplitude?: {
|
|
4432
4465
|
apiKey: string;
|
|
4433
4466
|
} | undefined;
|
|
4467
|
+
clarity?: {
|
|
4468
|
+
projectId: string;
|
|
4469
|
+
} | undefined;
|
|
4434
4470
|
clearbit?: {
|
|
4435
4471
|
publicApiKey: string;
|
|
4436
4472
|
} | undefined;
|
|
@@ -4836,6 +4872,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4836
4872
|
amplitude?: {
|
|
4837
4873
|
apiKey: string;
|
|
4838
4874
|
} | undefined;
|
|
4875
|
+
clarity?: {
|
|
4876
|
+
projectId: string;
|
|
4877
|
+
} | undefined;
|
|
4839
4878
|
clearbit?: {
|
|
4840
4879
|
publicApiKey: string;
|
|
4841
4880
|
} | undefined;
|
|
@@ -5241,6 +5280,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5241
5280
|
amplitude?: {
|
|
5242
5281
|
apiKey: string;
|
|
5243
5282
|
} | undefined;
|
|
5283
|
+
clarity?: {
|
|
5284
|
+
projectId: string;
|
|
5285
|
+
} | undefined;
|
|
5244
5286
|
clearbit?: {
|
|
5245
5287
|
publicApiKey: string;
|
|
5246
5288
|
} | undefined;
|
|
@@ -5646,6 +5688,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5646
5688
|
amplitude?: {
|
|
5647
5689
|
apiKey: string;
|
|
5648
5690
|
} | undefined;
|
|
5691
|
+
clarity?: {
|
|
5692
|
+
projectId: string;
|
|
5693
|
+
} | undefined;
|
|
5649
5694
|
clearbit?: {
|
|
5650
5695
|
publicApiKey: string;
|
|
5651
5696
|
} | undefined;
|
|
@@ -6051,6 +6096,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6051
6096
|
amplitude?: {
|
|
6052
6097
|
apiKey: string;
|
|
6053
6098
|
} | undefined;
|
|
6099
|
+
clarity?: {
|
|
6100
|
+
projectId: string;
|
|
6101
|
+
} | undefined;
|
|
6054
6102
|
clearbit?: {
|
|
6055
6103
|
publicApiKey: string;
|
|
6056
6104
|
} | undefined;
|