@mintlify/validation 0.1.591 → 0.1.593
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 +63 -0
- 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/themes/almond.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +7 -0
- package/dist/mint-config/validateConfig.d.ts +16 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/userInfo.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1102,12 +1102,15 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1102
1102
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
1103
1103
|
apiKey: z.ZodString;
|
|
1104
1104
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
1105
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
1105
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1106
1107
|
apiKey: string;
|
|
1107
1108
|
apiHost?: string | undefined;
|
|
1109
|
+
sessionRecording?: boolean | undefined;
|
|
1108
1110
|
}, {
|
|
1109
1111
|
apiKey: string;
|
|
1110
1112
|
apiHost?: string | undefined;
|
|
1113
|
+
sessionRecording?: boolean | undefined;
|
|
1111
1114
|
}>>;
|
|
1112
1115
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
1113
1116
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1188,6 +1191,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1188
1191
|
posthog?: {
|
|
1189
1192
|
apiKey: string;
|
|
1190
1193
|
apiHost?: string | undefined;
|
|
1194
|
+
sessionRecording?: boolean | undefined;
|
|
1191
1195
|
} | undefined;
|
|
1192
1196
|
plausible?: {
|
|
1193
1197
|
domain: string;
|
|
@@ -1254,6 +1258,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1254
1258
|
posthog?: {
|
|
1255
1259
|
apiKey: string;
|
|
1256
1260
|
apiHost?: string | undefined;
|
|
1261
|
+
sessionRecording?: boolean | undefined;
|
|
1257
1262
|
} | undefined;
|
|
1258
1263
|
plausible?: {
|
|
1259
1264
|
domain: string;
|
|
@@ -1681,6 +1686,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1681
1686
|
posthog?: {
|
|
1682
1687
|
apiKey: string;
|
|
1683
1688
|
apiHost?: string | undefined;
|
|
1689
|
+
sessionRecording?: boolean | undefined;
|
|
1684
1690
|
} | undefined;
|
|
1685
1691
|
plausible?: {
|
|
1686
1692
|
domain: string;
|
|
@@ -2027,6 +2033,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2027
2033
|
posthog?: {
|
|
2028
2034
|
apiKey: string;
|
|
2029
2035
|
apiHost?: string | undefined;
|
|
2036
|
+
sessionRecording?: boolean | undefined;
|
|
2030
2037
|
} | undefined;
|
|
2031
2038
|
plausible?: {
|
|
2032
2039
|
domain: string;
|
|
@@ -1102,12 +1102,15 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1102
1102
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
1103
1103
|
apiKey: z.ZodString;
|
|
1104
1104
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
1105
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
1105
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1106
1107
|
apiKey: string;
|
|
1107
1108
|
apiHost?: string | undefined;
|
|
1109
|
+
sessionRecording?: boolean | undefined;
|
|
1108
1110
|
}, {
|
|
1109
1111
|
apiKey: string;
|
|
1110
1112
|
apiHost?: string | undefined;
|
|
1113
|
+
sessionRecording?: boolean | undefined;
|
|
1111
1114
|
}>>;
|
|
1112
1115
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
1113
1116
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1188,6 +1191,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1188
1191
|
posthog?: {
|
|
1189
1192
|
apiKey: string;
|
|
1190
1193
|
apiHost?: string | undefined;
|
|
1194
|
+
sessionRecording?: boolean | undefined;
|
|
1191
1195
|
} | undefined;
|
|
1192
1196
|
plausible?: {
|
|
1193
1197
|
domain: string;
|
|
@@ -1254,6 +1258,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1254
1258
|
posthog?: {
|
|
1255
1259
|
apiKey: string;
|
|
1256
1260
|
apiHost?: string | undefined;
|
|
1261
|
+
sessionRecording?: boolean | undefined;
|
|
1257
1262
|
} | undefined;
|
|
1258
1263
|
plausible?: {
|
|
1259
1264
|
domain: string;
|
|
@@ -1681,6 +1686,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1681
1686
|
posthog?: {
|
|
1682
1687
|
apiKey: string;
|
|
1683
1688
|
apiHost?: string | undefined;
|
|
1689
|
+
sessionRecording?: boolean | undefined;
|
|
1684
1690
|
} | undefined;
|
|
1685
1691
|
plausible?: {
|
|
1686
1692
|
domain: string;
|
|
@@ -2027,6 +2033,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2027
2033
|
posthog?: {
|
|
2028
2034
|
apiKey: string;
|
|
2029
2035
|
apiHost?: string | undefined;
|
|
2036
|
+
sessionRecording?: boolean | undefined;
|
|
2030
2037
|
} | undefined;
|
|
2031
2038
|
plausible?: {
|
|
2032
2039
|
domain: string;
|
|
@@ -1101,12 +1101,15 @@ export declare const standardConfigSchema: {
|
|
|
1101
1101
|
posthog: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1102
1102
|
apiKey: import("zod").ZodString;
|
|
1103
1103
|
apiHost: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1104
|
+
sessionRecording: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1104
1105
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1105
1106
|
apiKey: string;
|
|
1106
1107
|
apiHost?: string | undefined;
|
|
1108
|
+
sessionRecording?: boolean | undefined;
|
|
1107
1109
|
}, {
|
|
1108
1110
|
apiKey: string;
|
|
1109
1111
|
apiHost?: string | undefined;
|
|
1112
|
+
sessionRecording?: boolean | undefined;
|
|
1110
1113
|
}>>;
|
|
1111
1114
|
plausible: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1112
1115
|
domain: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
@@ -1187,6 +1190,7 @@ export declare const standardConfigSchema: {
|
|
|
1187
1190
|
posthog?: {
|
|
1188
1191
|
apiKey: string;
|
|
1189
1192
|
apiHost?: string | undefined;
|
|
1193
|
+
sessionRecording?: boolean | undefined;
|
|
1190
1194
|
} | undefined;
|
|
1191
1195
|
plausible?: {
|
|
1192
1196
|
domain: string;
|
|
@@ -1253,6 +1257,7 @@ export declare const standardConfigSchema: {
|
|
|
1253
1257
|
posthog?: {
|
|
1254
1258
|
apiKey: string;
|
|
1255
1259
|
apiHost?: string | undefined;
|
|
1260
|
+
sessionRecording?: boolean | undefined;
|
|
1256
1261
|
} | undefined;
|
|
1257
1262
|
plausible?: {
|
|
1258
1263
|
domain: string;
|
|
@@ -1102,12 +1102,15 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1102
1102
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
1103
1103
|
apiKey: z.ZodString;
|
|
1104
1104
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
1105
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
1105
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1106
1107
|
apiKey: string;
|
|
1107
1108
|
apiHost?: string | undefined;
|
|
1109
|
+
sessionRecording?: boolean | undefined;
|
|
1108
1110
|
}, {
|
|
1109
1111
|
apiKey: string;
|
|
1110
1112
|
apiHost?: string | undefined;
|
|
1113
|
+
sessionRecording?: boolean | undefined;
|
|
1111
1114
|
}>>;
|
|
1112
1115
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
1113
1116
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1188,6 +1191,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1188
1191
|
posthog?: {
|
|
1189
1192
|
apiKey: string;
|
|
1190
1193
|
apiHost?: string | undefined;
|
|
1194
|
+
sessionRecording?: boolean | undefined;
|
|
1191
1195
|
} | undefined;
|
|
1192
1196
|
plausible?: {
|
|
1193
1197
|
domain: string;
|
|
@@ -1254,6 +1258,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1254
1258
|
posthog?: {
|
|
1255
1259
|
apiKey: string;
|
|
1256
1260
|
apiHost?: string | undefined;
|
|
1261
|
+
sessionRecording?: boolean | undefined;
|
|
1257
1262
|
} | undefined;
|
|
1258
1263
|
plausible?: {
|
|
1259
1264
|
domain: string;
|
|
@@ -1681,6 +1686,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1681
1686
|
posthog?: {
|
|
1682
1687
|
apiKey: string;
|
|
1683
1688
|
apiHost?: string | undefined;
|
|
1689
|
+
sessionRecording?: boolean | undefined;
|
|
1684
1690
|
} | undefined;
|
|
1685
1691
|
plausible?: {
|
|
1686
1692
|
domain: string;
|
|
@@ -2027,6 +2033,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2027
2033
|
posthog?: {
|
|
2028
2034
|
apiKey: string;
|
|
2029
2035
|
apiHost?: string | undefined;
|
|
2036
|
+
sessionRecording?: boolean | undefined;
|
|
2030
2037
|
} | undefined;
|
|
2031
2038
|
plausible?: {
|
|
2032
2039
|
domain: string;
|
|
@@ -1102,12 +1102,15 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1102
1102
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
1103
1103
|
apiKey: z.ZodString;
|
|
1104
1104
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
1105
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
1105
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1106
1107
|
apiKey: string;
|
|
1107
1108
|
apiHost?: string | undefined;
|
|
1109
|
+
sessionRecording?: boolean | undefined;
|
|
1108
1110
|
}, {
|
|
1109
1111
|
apiKey: string;
|
|
1110
1112
|
apiHost?: string | undefined;
|
|
1113
|
+
sessionRecording?: boolean | undefined;
|
|
1111
1114
|
}>>;
|
|
1112
1115
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
1113
1116
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1188,6 +1191,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1188
1191
|
posthog?: {
|
|
1189
1192
|
apiKey: string;
|
|
1190
1193
|
apiHost?: string | undefined;
|
|
1194
|
+
sessionRecording?: boolean | undefined;
|
|
1191
1195
|
} | undefined;
|
|
1192
1196
|
plausible?: {
|
|
1193
1197
|
domain: string;
|
|
@@ -1254,6 +1258,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1254
1258
|
posthog?: {
|
|
1255
1259
|
apiKey: string;
|
|
1256
1260
|
apiHost?: string | undefined;
|
|
1261
|
+
sessionRecording?: boolean | undefined;
|
|
1257
1262
|
} | undefined;
|
|
1258
1263
|
plausible?: {
|
|
1259
1264
|
domain: string;
|
|
@@ -1681,6 +1686,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1681
1686
|
posthog?: {
|
|
1682
1687
|
apiKey: string;
|
|
1683
1688
|
apiHost?: string | undefined;
|
|
1689
|
+
sessionRecording?: boolean | undefined;
|
|
1684
1690
|
} | undefined;
|
|
1685
1691
|
plausible?: {
|
|
1686
1692
|
domain: string;
|
|
@@ -2027,6 +2033,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2027
2033
|
posthog?: {
|
|
2028
2034
|
apiKey: string;
|
|
2029
2035
|
apiHost?: string | undefined;
|
|
2036
|
+
sessionRecording?: boolean | undefined;
|
|
2030
2037
|
} | undefined;
|
|
2031
2038
|
plausible?: {
|
|
2032
2039
|
domain: string;
|
|
@@ -680,6 +680,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
680
680
|
posthog?: {
|
|
681
681
|
apiKey: string;
|
|
682
682
|
apiHost?: string | undefined;
|
|
683
|
+
sessionRecording?: boolean | undefined;
|
|
683
684
|
} | undefined;
|
|
684
685
|
plausible?: {
|
|
685
686
|
domain: string;
|
|
@@ -1026,6 +1027,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1026
1027
|
posthog?: {
|
|
1027
1028
|
apiKey: string;
|
|
1028
1029
|
apiHost?: string | undefined;
|
|
1030
|
+
sessionRecording?: boolean | undefined;
|
|
1029
1031
|
} | undefined;
|
|
1030
1032
|
plausible?: {
|
|
1031
1033
|
domain: string;
|
|
@@ -1372,6 +1374,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1372
1374
|
posthog?: {
|
|
1373
1375
|
apiKey: string;
|
|
1374
1376
|
apiHost?: string | undefined;
|
|
1377
|
+
sessionRecording?: boolean | undefined;
|
|
1375
1378
|
} | undefined;
|
|
1376
1379
|
plausible?: {
|
|
1377
1380
|
domain: string;
|
|
@@ -1718,6 +1721,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1718
1721
|
posthog?: {
|
|
1719
1722
|
apiKey: string;
|
|
1720
1723
|
apiHost?: string | undefined;
|
|
1724
|
+
sessionRecording?: boolean | undefined;
|
|
1721
1725
|
} | undefined;
|
|
1722
1726
|
plausible?: {
|
|
1723
1727
|
domain: string;
|
|
@@ -2064,6 +2068,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2064
2068
|
posthog?: {
|
|
2065
2069
|
apiKey: string;
|
|
2066
2070
|
apiHost?: string | undefined;
|
|
2071
|
+
sessionRecording?: boolean | undefined;
|
|
2067
2072
|
} | undefined;
|
|
2068
2073
|
plausible?: {
|
|
2069
2074
|
domain: string;
|
|
@@ -2410,6 +2415,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2410
2415
|
posthog?: {
|
|
2411
2416
|
apiKey: string;
|
|
2412
2417
|
apiHost?: string | undefined;
|
|
2418
|
+
sessionRecording?: boolean | undefined;
|
|
2413
2419
|
} | undefined;
|
|
2414
2420
|
plausible?: {
|
|
2415
2421
|
domain: string;
|
|
@@ -2756,6 +2762,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2756
2762
|
posthog?: {
|
|
2757
2763
|
apiKey: string;
|
|
2758
2764
|
apiHost?: string | undefined;
|
|
2765
|
+
sessionRecording?: boolean | undefined;
|
|
2759
2766
|
} | undefined;
|
|
2760
2767
|
plausible?: {
|
|
2761
2768
|
domain: string;
|
|
@@ -3102,6 +3109,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3102
3109
|
posthog?: {
|
|
3103
3110
|
apiKey: string;
|
|
3104
3111
|
apiHost?: string | undefined;
|
|
3112
|
+
sessionRecording?: boolean | undefined;
|
|
3105
3113
|
} | undefined;
|
|
3106
3114
|
plausible?: {
|
|
3107
3115
|
domain: string;
|
|
@@ -3451,6 +3459,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3451
3459
|
posthog?: {
|
|
3452
3460
|
apiKey: string;
|
|
3453
3461
|
apiHost?: string | undefined;
|
|
3462
|
+
sessionRecording?: boolean | undefined;
|
|
3454
3463
|
} | undefined;
|
|
3455
3464
|
plausible?: {
|
|
3456
3465
|
domain: string;
|
|
@@ -3797,6 +3806,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3797
3806
|
posthog?: {
|
|
3798
3807
|
apiKey: string;
|
|
3799
3808
|
apiHost?: string | undefined;
|
|
3809
|
+
sessionRecording?: boolean | undefined;
|
|
3800
3810
|
} | undefined;
|
|
3801
3811
|
plausible?: {
|
|
3802
3812
|
domain: string;
|
|
@@ -4143,6 +4153,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4143
4153
|
posthog?: {
|
|
4144
4154
|
apiKey: string;
|
|
4145
4155
|
apiHost?: string | undefined;
|
|
4156
|
+
sessionRecording?: boolean | undefined;
|
|
4146
4157
|
} | undefined;
|
|
4147
4158
|
plausible?: {
|
|
4148
4159
|
domain: string;
|
|
@@ -4489,6 +4500,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4489
4500
|
posthog?: {
|
|
4490
4501
|
apiKey: string;
|
|
4491
4502
|
apiHost?: string | undefined;
|
|
4503
|
+
sessionRecording?: boolean | undefined;
|
|
4492
4504
|
} | undefined;
|
|
4493
4505
|
plausible?: {
|
|
4494
4506
|
domain: string;
|
|
@@ -4835,6 +4847,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4835
4847
|
posthog?: {
|
|
4836
4848
|
apiKey: string;
|
|
4837
4849
|
apiHost?: string | undefined;
|
|
4850
|
+
sessionRecording?: boolean | undefined;
|
|
4838
4851
|
} | undefined;
|
|
4839
4852
|
plausible?: {
|
|
4840
4853
|
domain: string;
|
|
@@ -5181,6 +5194,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5181
5194
|
posthog?: {
|
|
5182
5195
|
apiKey: string;
|
|
5183
5196
|
apiHost?: string | undefined;
|
|
5197
|
+
sessionRecording?: boolean | undefined;
|
|
5184
5198
|
} | undefined;
|
|
5185
5199
|
plausible?: {
|
|
5186
5200
|
domain: string;
|
|
@@ -5527,6 +5541,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5527
5541
|
posthog?: {
|
|
5528
5542
|
apiKey: string;
|
|
5529
5543
|
apiHost?: string | undefined;
|
|
5544
|
+
sessionRecording?: boolean | undefined;
|
|
5530
5545
|
} | undefined;
|
|
5531
5546
|
plausible?: {
|
|
5532
5547
|
domain: string;
|
|
@@ -5873,6 +5888,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5873
5888
|
posthog?: {
|
|
5874
5889
|
apiKey: string;
|
|
5875
5890
|
apiHost?: string | undefined;
|
|
5891
|
+
sessionRecording?: boolean | undefined;
|
|
5876
5892
|
} | undefined;
|
|
5877
5893
|
plausible?: {
|
|
5878
5894
|
domain: string;
|