@mintlify/validation 0.1.331 → 0.1.333
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/chat-config/hero.d.ts +34 -0
- package/dist/chat-config/hero.js +7 -0
- package/dist/chat-config/index.d.ts +125 -0
- package/dist/chat-config/index.js +14 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/mint-config/schemas/v2/index.d.ts +0 -70
- package/dist/mint-config/schemas/v2/properties/errors.d.ts +0 -10
- package/dist/mint-config/schemas/v2/properties/errors.js +0 -2
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +0 -14
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +0 -14
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +0 -14
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +0 -14
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +0 -10
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +0 -14
- package/dist/mint-config/validateConfig.d.ts +0 -20
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/chatProject.d.ts +8 -0
- package/dist/types/chatProject.js +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.js +2 -1
- package/package.json +2 -2
|
@@ -1056,28 +1056,18 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1056
1056
|
errors: z.ZodOptional<z.ZodObject<{
|
|
1057
1057
|
'404': z.ZodObject<{
|
|
1058
1058
|
redirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1059
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1060
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1061
1059
|
}, "strip", z.ZodTypeAny, {
|
|
1062
1060
|
redirect: boolean;
|
|
1063
|
-
title?: string | undefined;
|
|
1064
|
-
description?: string | undefined;
|
|
1065
1061
|
}, {
|
|
1066
1062
|
redirect?: boolean | undefined;
|
|
1067
|
-
title?: string | undefined;
|
|
1068
|
-
description?: string | undefined;
|
|
1069
1063
|
}>;
|
|
1070
1064
|
}, "strip", z.ZodTypeAny, {
|
|
1071
1065
|
'404': {
|
|
1072
1066
|
redirect: boolean;
|
|
1073
|
-
title?: string | undefined;
|
|
1074
|
-
description?: string | undefined;
|
|
1075
1067
|
};
|
|
1076
1068
|
}, {
|
|
1077
1069
|
'404': {
|
|
1078
1070
|
redirect?: boolean | undefined;
|
|
1079
|
-
title?: string | undefined;
|
|
1080
|
-
description?: string | undefined;
|
|
1081
1071
|
};
|
|
1082
1072
|
}>>;
|
|
1083
1073
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
@@ -1405,8 +1395,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1405
1395
|
errors?: {
|
|
1406
1396
|
'404': {
|
|
1407
1397
|
redirect: boolean;
|
|
1408
|
-
title?: string | undefined;
|
|
1409
|
-
description?: string | undefined;
|
|
1410
1398
|
};
|
|
1411
1399
|
} | undefined;
|
|
1412
1400
|
contextual?: {
|
|
@@ -1729,8 +1717,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1729
1717
|
errors?: {
|
|
1730
1718
|
'404': {
|
|
1731
1719
|
redirect?: boolean | undefined;
|
|
1732
|
-
title?: string | undefined;
|
|
1733
|
-
description?: string | undefined;
|
|
1734
1720
|
};
|
|
1735
1721
|
} | undefined;
|
|
1736
1722
|
contextual?: {
|
|
@@ -793,8 +793,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
793
793
|
errors?: {
|
|
794
794
|
'404': {
|
|
795
795
|
redirect?: boolean | undefined;
|
|
796
|
-
title?: string | undefined;
|
|
797
|
-
description?: string | undefined;
|
|
798
796
|
};
|
|
799
797
|
} | undefined;
|
|
800
798
|
contextual?: {
|
|
@@ -1117,8 +1115,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1117
1115
|
errors?: {
|
|
1118
1116
|
'404': {
|
|
1119
1117
|
redirect?: boolean | undefined;
|
|
1120
|
-
title?: string | undefined;
|
|
1121
|
-
description?: string | undefined;
|
|
1122
1118
|
};
|
|
1123
1119
|
} | undefined;
|
|
1124
1120
|
contextual?: {
|
|
@@ -1441,8 +1437,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1441
1437
|
errors?: {
|
|
1442
1438
|
'404': {
|
|
1443
1439
|
redirect?: boolean | undefined;
|
|
1444
|
-
title?: string | undefined;
|
|
1445
|
-
description?: string | undefined;
|
|
1446
1440
|
};
|
|
1447
1441
|
} | undefined;
|
|
1448
1442
|
contextual?: {
|
|
@@ -1765,8 +1759,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1765
1759
|
errors?: {
|
|
1766
1760
|
'404': {
|
|
1767
1761
|
redirect?: boolean | undefined;
|
|
1768
|
-
title?: string | undefined;
|
|
1769
|
-
description?: string | undefined;
|
|
1770
1762
|
};
|
|
1771
1763
|
} | undefined;
|
|
1772
1764
|
contextual?: {
|
|
@@ -2089,8 +2081,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2089
2081
|
errors?: {
|
|
2090
2082
|
'404': {
|
|
2091
2083
|
redirect?: boolean | undefined;
|
|
2092
|
-
title?: string | undefined;
|
|
2093
|
-
description?: string | undefined;
|
|
2094
2084
|
};
|
|
2095
2085
|
} | undefined;
|
|
2096
2086
|
contextual?: {
|
|
@@ -2416,8 +2406,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2416
2406
|
errors?: {
|
|
2417
2407
|
'404': {
|
|
2418
2408
|
redirect: boolean;
|
|
2419
|
-
title?: string | undefined;
|
|
2420
|
-
description?: string | undefined;
|
|
2421
2409
|
};
|
|
2422
2410
|
} | undefined;
|
|
2423
2411
|
contextual?: {
|
|
@@ -2740,8 +2728,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2740
2728
|
errors?: {
|
|
2741
2729
|
'404': {
|
|
2742
2730
|
redirect: boolean;
|
|
2743
|
-
title?: string | undefined;
|
|
2744
|
-
description?: string | undefined;
|
|
2745
2731
|
};
|
|
2746
2732
|
} | undefined;
|
|
2747
2733
|
contextual?: {
|
|
@@ -3064,8 +3050,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3064
3050
|
errors?: {
|
|
3065
3051
|
'404': {
|
|
3066
3052
|
redirect: boolean;
|
|
3067
|
-
title?: string | undefined;
|
|
3068
|
-
description?: string | undefined;
|
|
3069
3053
|
};
|
|
3070
3054
|
} | undefined;
|
|
3071
3055
|
contextual?: {
|
|
@@ -3388,8 +3372,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3388
3372
|
errors?: {
|
|
3389
3373
|
'404': {
|
|
3390
3374
|
redirect: boolean;
|
|
3391
|
-
title?: string | undefined;
|
|
3392
|
-
description?: string | undefined;
|
|
3393
3375
|
};
|
|
3394
3376
|
} | undefined;
|
|
3395
3377
|
contextual?: {
|
|
@@ -3712,8 +3694,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3712
3694
|
errors?: {
|
|
3713
3695
|
'404': {
|
|
3714
3696
|
redirect: boolean;
|
|
3715
|
-
title?: string | undefined;
|
|
3716
|
-
description?: string | undefined;
|
|
3717
3697
|
};
|
|
3718
3698
|
} | undefined;
|
|
3719
3699
|
contextual?: {
|