@mintlify/validation 0.1.396 → 0.1.398
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 +126 -0
- package/dist/mint-config/schemas/v2/properties/index.d.ts +1 -0
- package/dist/mint-config/schemas/v2/properties/index.js +1 -0
- package/dist/mint-config/schemas/v2/properties/thumbnails.d.ts +16 -0
- package/dist/mint-config/schemas/v2/properties/thumbnails.js +16 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +18 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +18 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +18 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +18 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +18 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +18 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +10 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.js +2 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +18 -0
- package/dist/mint-config/validateConfig.d.ts +56 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/serverStaticProps.d.ts +1 -0
- package/package.json +3 -3
|
@@ -813,6 +813,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
813
813
|
contextual?: {
|
|
814
814
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
815
815
|
} | undefined;
|
|
816
|
+
thumbnails?: {
|
|
817
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
818
|
+
background?: string | undefined;
|
|
819
|
+
} | undefined;
|
|
816
820
|
} | {
|
|
817
821
|
name: string;
|
|
818
822
|
theme: "aspen";
|
|
@@ -1150,6 +1154,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1150
1154
|
contextual?: {
|
|
1151
1155
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
1152
1156
|
} | undefined;
|
|
1157
|
+
thumbnails?: {
|
|
1158
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
1159
|
+
background?: string | undefined;
|
|
1160
|
+
} | undefined;
|
|
1153
1161
|
} | {
|
|
1154
1162
|
name: string;
|
|
1155
1163
|
theme: "linden";
|
|
@@ -1487,6 +1495,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1487
1495
|
contextual?: {
|
|
1488
1496
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
1489
1497
|
} | undefined;
|
|
1498
|
+
thumbnails?: {
|
|
1499
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
1500
|
+
background?: string | undefined;
|
|
1501
|
+
} | undefined;
|
|
1490
1502
|
} | {
|
|
1491
1503
|
name: string;
|
|
1492
1504
|
theme: "maple";
|
|
@@ -1824,6 +1836,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1824
1836
|
contextual?: {
|
|
1825
1837
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
1826
1838
|
} | undefined;
|
|
1839
|
+
thumbnails?: {
|
|
1840
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
1841
|
+
background?: string | undefined;
|
|
1842
|
+
} | undefined;
|
|
1827
1843
|
} | {
|
|
1828
1844
|
name: string;
|
|
1829
1845
|
theme: "mint";
|
|
@@ -2161,6 +2177,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2161
2177
|
contextual?: {
|
|
2162
2178
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
2163
2179
|
} | undefined;
|
|
2180
|
+
thumbnails?: {
|
|
2181
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
2182
|
+
background?: string | undefined;
|
|
2183
|
+
} | undefined;
|
|
2164
2184
|
} | {
|
|
2165
2185
|
name: string;
|
|
2166
2186
|
theme: "palm";
|
|
@@ -2498,6 +2518,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2498
2518
|
contextual?: {
|
|
2499
2519
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
2500
2520
|
} | undefined;
|
|
2521
|
+
thumbnails?: {
|
|
2522
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
2523
|
+
background?: string | undefined;
|
|
2524
|
+
} | undefined;
|
|
2501
2525
|
} | {
|
|
2502
2526
|
name: string;
|
|
2503
2527
|
theme: "willow";
|
|
@@ -2835,6 +2859,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2835
2859
|
contextual?: {
|
|
2836
2860
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
2837
2861
|
} | undefined;
|
|
2862
|
+
thumbnails?: {
|
|
2863
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
2864
|
+
background?: string | undefined;
|
|
2865
|
+
} | undefined;
|
|
2838
2866
|
}> | {
|
|
2839
2867
|
warnings: z.ZodIssue[];
|
|
2840
2868
|
success: true;
|
|
@@ -3175,6 +3203,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3175
3203
|
contextual?: {
|
|
3176
3204
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
3177
3205
|
} | undefined;
|
|
3206
|
+
thumbnails?: {
|
|
3207
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
3208
|
+
background?: string | undefined;
|
|
3209
|
+
} | undefined;
|
|
3178
3210
|
} | {
|
|
3179
3211
|
name: string;
|
|
3180
3212
|
$schema: string;
|
|
@@ -3512,6 +3544,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3512
3544
|
contextual?: {
|
|
3513
3545
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
3514
3546
|
} | undefined;
|
|
3547
|
+
thumbnails?: {
|
|
3548
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
3549
|
+
background?: string | undefined;
|
|
3550
|
+
} | undefined;
|
|
3515
3551
|
} | {
|
|
3516
3552
|
name: string;
|
|
3517
3553
|
$schema: string;
|
|
@@ -3849,6 +3885,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3849
3885
|
contextual?: {
|
|
3850
3886
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
3851
3887
|
} | undefined;
|
|
3888
|
+
thumbnails?: {
|
|
3889
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
3890
|
+
background?: string | undefined;
|
|
3891
|
+
} | undefined;
|
|
3852
3892
|
} | {
|
|
3853
3893
|
name: string;
|
|
3854
3894
|
$schema: string;
|
|
@@ -4186,6 +4226,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4186
4226
|
contextual?: {
|
|
4187
4227
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
4188
4228
|
} | undefined;
|
|
4229
|
+
thumbnails?: {
|
|
4230
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
4231
|
+
background?: string | undefined;
|
|
4232
|
+
} | undefined;
|
|
4189
4233
|
} | {
|
|
4190
4234
|
name: string;
|
|
4191
4235
|
$schema: string;
|
|
@@ -4523,6 +4567,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4523
4567
|
contextual?: {
|
|
4524
4568
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
4525
4569
|
} | undefined;
|
|
4570
|
+
thumbnails?: {
|
|
4571
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
4572
|
+
background?: string | undefined;
|
|
4573
|
+
} | undefined;
|
|
4526
4574
|
} | {
|
|
4527
4575
|
name: string;
|
|
4528
4576
|
$schema: string;
|
|
@@ -4860,6 +4908,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4860
4908
|
contextual?: {
|
|
4861
4909
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
4862
4910
|
} | undefined;
|
|
4911
|
+
thumbnails?: {
|
|
4912
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
4913
|
+
background?: string | undefined;
|
|
4914
|
+
} | undefined;
|
|
4863
4915
|
} | {
|
|
4864
4916
|
name: string;
|
|
4865
4917
|
$schema: string;
|
|
@@ -5197,5 +5249,9 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5197
5249
|
contextual?: {
|
|
5198
5250
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
5199
5251
|
} | undefined;
|
|
5252
|
+
thumbnails?: {
|
|
5253
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
5254
|
+
background?: string | undefined;
|
|
5255
|
+
} | undefined;
|
|
5200
5256
|
};
|
|
5201
5257
|
};
|