@mintlify/validation 0.1.370 → 0.1.372
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 +1821 -72
- package/dist/mint-config/schemas/v2/index.js +2 -0
- package/dist/mint-config/schemas/v2/properties/api.d.ts +8 -8
- package/dist/mint-config/schemas/v2/properties/api.js +3 -3
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +1751 -0
- package/dist/mint-config/schemas/v2/themes/aspen.js +4 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +12 -12
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/themes.d.ts +2 -2
- package/dist/mint-config/schemas/v2/themes/themes.js +1 -1
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +12 -12
- package/dist/mint-config/validateConfig.d.ts +864 -212
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -60,12 +60,12 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
60
60
|
source: string;
|
|
61
61
|
directory?: string | undefined;
|
|
62
62
|
}>]>>;
|
|
63
|
-
|
|
64
|
-
expanded: z.ZodOptional<z.ZodEnum<["all", "
|
|
63
|
+
params: z.ZodOptional<z.ZodObject<{
|
|
64
|
+
expanded: z.ZodOptional<z.ZodEnum<["all", "closed"]>>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
-
expanded?: "all" | "
|
|
66
|
+
expanded?: "all" | "closed" | undefined;
|
|
67
67
|
}, {
|
|
68
|
-
expanded?: "all" | "
|
|
68
|
+
expanded?: "all" | "closed" | undefined;
|
|
69
69
|
}>>;
|
|
70
70
|
playground: z.ZodOptional<z.ZodObject<{
|
|
71
71
|
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
@@ -121,8 +121,8 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
121
121
|
source: string;
|
|
122
122
|
directory?: string | undefined;
|
|
123
123
|
} | undefined;
|
|
124
|
-
|
|
125
|
-
expanded?: "all" | "
|
|
124
|
+
params?: {
|
|
125
|
+
expanded?: "all" | "closed" | undefined;
|
|
126
126
|
} | undefined;
|
|
127
127
|
playground?: {
|
|
128
128
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -148,8 +148,8 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
148
148
|
source: string;
|
|
149
149
|
directory?: string | undefined;
|
|
150
150
|
} | undefined;
|
|
151
|
-
|
|
152
|
-
expanded?: "all" | "
|
|
151
|
+
params?: {
|
|
152
|
+
expanded?: "all" | "closed" | undefined;
|
|
153
153
|
} | undefined;
|
|
154
154
|
playground?: {
|
|
155
155
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1251,8 +1251,8 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1251
1251
|
source: string;
|
|
1252
1252
|
directory?: string | undefined;
|
|
1253
1253
|
} | undefined;
|
|
1254
|
-
|
|
1255
|
-
expanded?: "all" | "
|
|
1254
|
+
params?: {
|
|
1255
|
+
expanded?: "all" | "closed" | undefined;
|
|
1256
1256
|
} | undefined;
|
|
1257
1257
|
playground?: {
|
|
1258
1258
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1577,8 +1577,8 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1577
1577
|
source: string;
|
|
1578
1578
|
directory?: string | undefined;
|
|
1579
1579
|
} | undefined;
|
|
1580
|
-
|
|
1581
|
-
expanded?: "all" | "
|
|
1580
|
+
params?: {
|
|
1581
|
+
expanded?: "all" | "closed" | undefined;
|
|
1582
1582
|
} | undefined;
|
|
1583
1583
|
playground?: {
|
|
1584
1584
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -60,12 +60,12 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
60
60
|
source: string;
|
|
61
61
|
directory?: string | undefined;
|
|
62
62
|
}>]>>;
|
|
63
|
-
|
|
64
|
-
expanded: z.ZodOptional<z.ZodEnum<["all", "
|
|
63
|
+
params: z.ZodOptional<z.ZodObject<{
|
|
64
|
+
expanded: z.ZodOptional<z.ZodEnum<["all", "closed"]>>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
-
expanded?: "all" | "
|
|
66
|
+
expanded?: "all" | "closed" | undefined;
|
|
67
67
|
}, {
|
|
68
|
-
expanded?: "all" | "
|
|
68
|
+
expanded?: "all" | "closed" | undefined;
|
|
69
69
|
}>>;
|
|
70
70
|
playground: z.ZodOptional<z.ZodObject<{
|
|
71
71
|
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
@@ -121,8 +121,8 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
121
121
|
source: string;
|
|
122
122
|
directory?: string | undefined;
|
|
123
123
|
} | undefined;
|
|
124
|
-
|
|
125
|
-
expanded?: "all" | "
|
|
124
|
+
params?: {
|
|
125
|
+
expanded?: "all" | "closed" | undefined;
|
|
126
126
|
} | undefined;
|
|
127
127
|
playground?: {
|
|
128
128
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -148,8 +148,8 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
148
148
|
source: string;
|
|
149
149
|
directory?: string | undefined;
|
|
150
150
|
} | undefined;
|
|
151
|
-
|
|
152
|
-
expanded?: "all" | "
|
|
151
|
+
params?: {
|
|
152
|
+
expanded?: "all" | "closed" | undefined;
|
|
153
153
|
} | undefined;
|
|
154
154
|
playground?: {
|
|
155
155
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1251,8 +1251,8 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1251
1251
|
source: string;
|
|
1252
1252
|
directory?: string | undefined;
|
|
1253
1253
|
} | undefined;
|
|
1254
|
-
|
|
1255
|
-
expanded?: "all" | "
|
|
1254
|
+
params?: {
|
|
1255
|
+
expanded?: "all" | "closed" | undefined;
|
|
1256
1256
|
} | undefined;
|
|
1257
1257
|
playground?: {
|
|
1258
1258
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1577,8 +1577,8 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1577
1577
|
source: string;
|
|
1578
1578
|
directory?: string | undefined;
|
|
1579
1579
|
} | undefined;
|
|
1580
|
-
|
|
1581
|
-
expanded?: "all" | "
|
|
1580
|
+
params?: {
|
|
1581
|
+
expanded?: "all" | "closed" | undefined;
|
|
1582
1582
|
} | undefined;
|
|
1583
1583
|
playground?: {
|
|
1584
1584
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -60,12 +60,12 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
60
60
|
source: string;
|
|
61
61
|
directory?: string | undefined;
|
|
62
62
|
}>]>>;
|
|
63
|
-
|
|
64
|
-
expanded: z.ZodOptional<z.ZodEnum<["all", "
|
|
63
|
+
params: z.ZodOptional<z.ZodObject<{
|
|
64
|
+
expanded: z.ZodOptional<z.ZodEnum<["all", "closed"]>>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
-
expanded?: "all" | "
|
|
66
|
+
expanded?: "all" | "closed" | undefined;
|
|
67
67
|
}, {
|
|
68
|
-
expanded?: "all" | "
|
|
68
|
+
expanded?: "all" | "closed" | undefined;
|
|
69
69
|
}>>;
|
|
70
70
|
playground: z.ZodOptional<z.ZodObject<{
|
|
71
71
|
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
@@ -121,8 +121,8 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
121
121
|
source: string;
|
|
122
122
|
directory?: string | undefined;
|
|
123
123
|
} | undefined;
|
|
124
|
-
|
|
125
|
-
expanded?: "all" | "
|
|
124
|
+
params?: {
|
|
125
|
+
expanded?: "all" | "closed" | undefined;
|
|
126
126
|
} | undefined;
|
|
127
127
|
playground?: {
|
|
128
128
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -148,8 +148,8 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
148
148
|
source: string;
|
|
149
149
|
directory?: string | undefined;
|
|
150
150
|
} | undefined;
|
|
151
|
-
|
|
152
|
-
expanded?: "all" | "
|
|
151
|
+
params?: {
|
|
152
|
+
expanded?: "all" | "closed" | undefined;
|
|
153
153
|
} | undefined;
|
|
154
154
|
playground?: {
|
|
155
155
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1251,8 +1251,8 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1251
1251
|
source: string;
|
|
1252
1252
|
directory?: string | undefined;
|
|
1253
1253
|
} | undefined;
|
|
1254
|
-
|
|
1255
|
-
expanded?: "all" | "
|
|
1254
|
+
params?: {
|
|
1255
|
+
expanded?: "all" | "closed" | undefined;
|
|
1256
1256
|
} | undefined;
|
|
1257
1257
|
playground?: {
|
|
1258
1258
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1577,8 +1577,8 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1577
1577
|
source: string;
|
|
1578
1578
|
directory?: string | undefined;
|
|
1579
1579
|
} | undefined;
|
|
1580
|
-
|
|
1581
|
-
expanded?: "all" | "
|
|
1580
|
+
params?: {
|
|
1581
|
+
expanded?: "all" | "closed" | undefined;
|
|
1582
1582
|
} | undefined;
|
|
1583
1583
|
playground?: {
|
|
1584
1584
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -60,12 +60,12 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
60
60
|
source: string;
|
|
61
61
|
directory?: string | undefined;
|
|
62
62
|
}>]>>;
|
|
63
|
-
|
|
64
|
-
expanded: z.ZodOptional<z.ZodEnum<["all", "
|
|
63
|
+
params: z.ZodOptional<z.ZodObject<{
|
|
64
|
+
expanded: z.ZodOptional<z.ZodEnum<["all", "closed"]>>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
-
expanded?: "all" | "
|
|
66
|
+
expanded?: "all" | "closed" | undefined;
|
|
67
67
|
}, {
|
|
68
|
-
expanded?: "all" | "
|
|
68
|
+
expanded?: "all" | "closed" | undefined;
|
|
69
69
|
}>>;
|
|
70
70
|
playground: z.ZodOptional<z.ZodObject<{
|
|
71
71
|
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
@@ -121,8 +121,8 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
121
121
|
source: string;
|
|
122
122
|
directory?: string | undefined;
|
|
123
123
|
} | undefined;
|
|
124
|
-
|
|
125
|
-
expanded?: "all" | "
|
|
124
|
+
params?: {
|
|
125
|
+
expanded?: "all" | "closed" | undefined;
|
|
126
126
|
} | undefined;
|
|
127
127
|
playground?: {
|
|
128
128
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -148,8 +148,8 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
148
148
|
source: string;
|
|
149
149
|
directory?: string | undefined;
|
|
150
150
|
} | undefined;
|
|
151
|
-
|
|
152
|
-
expanded?: "all" | "
|
|
151
|
+
params?: {
|
|
152
|
+
expanded?: "all" | "closed" | undefined;
|
|
153
153
|
} | undefined;
|
|
154
154
|
playground?: {
|
|
155
155
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1251,8 +1251,8 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1251
1251
|
source: string;
|
|
1252
1252
|
directory?: string | undefined;
|
|
1253
1253
|
} | undefined;
|
|
1254
|
-
|
|
1255
|
-
expanded?: "all" | "
|
|
1254
|
+
params?: {
|
|
1255
|
+
expanded?: "all" | "closed" | undefined;
|
|
1256
1256
|
} | undefined;
|
|
1257
1257
|
playground?: {
|
|
1258
1258
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1577,8 +1577,8 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1577
1577
|
source: string;
|
|
1578
1578
|
directory?: string | undefined;
|
|
1579
1579
|
} | undefined;
|
|
1580
|
-
|
|
1581
|
-
expanded?: "all" | "
|
|
1580
|
+
params?: {
|
|
1581
|
+
expanded?: "all" | "closed" | undefined;
|
|
1582
1582
|
} | undefined;
|
|
1583
1583
|
playground?: {
|
|
1584
1584
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -59,12 +59,12 @@ export declare const standardConfigSchema: {
|
|
|
59
59
|
source: string;
|
|
60
60
|
directory?: string | undefined;
|
|
61
61
|
}>]>>;
|
|
62
|
-
|
|
63
|
-
expanded: import("zod").ZodOptional<import("zod").ZodEnum<["all", "
|
|
62
|
+
params: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
63
|
+
expanded: import("zod").ZodOptional<import("zod").ZodEnum<["all", "closed"]>>;
|
|
64
64
|
}, "strip", import("zod").ZodTypeAny, {
|
|
65
|
-
expanded?: "all" | "
|
|
65
|
+
expanded?: "all" | "closed" | undefined;
|
|
66
66
|
}, {
|
|
67
|
-
expanded?: "all" | "
|
|
67
|
+
expanded?: "all" | "closed" | undefined;
|
|
68
68
|
}>>;
|
|
69
69
|
playground: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
70
70
|
display: import("zod").ZodOptional<import("zod").ZodEnum<["interactive", "simple", "none"]>>;
|
|
@@ -120,8 +120,8 @@ export declare const standardConfigSchema: {
|
|
|
120
120
|
source: string;
|
|
121
121
|
directory?: string | undefined;
|
|
122
122
|
} | undefined;
|
|
123
|
-
|
|
124
|
-
expanded?: "all" | "
|
|
123
|
+
params?: {
|
|
124
|
+
expanded?: "all" | "closed" | undefined;
|
|
125
125
|
} | undefined;
|
|
126
126
|
playground?: {
|
|
127
127
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -147,8 +147,8 @@ export declare const standardConfigSchema: {
|
|
|
147
147
|
source: string;
|
|
148
148
|
directory?: string | undefined;
|
|
149
149
|
} | undefined;
|
|
150
|
-
|
|
151
|
-
expanded?: "all" | "
|
|
150
|
+
params?: {
|
|
151
|
+
expanded?: "all" | "closed" | undefined;
|
|
152
152
|
} | undefined;
|
|
153
153
|
playground?: {
|
|
154
154
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const themes: readonly ["mint", "maple", "palm", "willow", "linden", "almond"];
|
|
3
|
-
export declare const themeSchema: z.ZodEnum<["mint", "maple", "palm", "willow", "linden", "almond"]>;
|
|
2
|
+
export declare const themes: readonly ["mint", "maple", "palm", "willow", "linden", "almond", "aspen"];
|
|
3
|
+
export declare const themeSchema: z.ZodEnum<["mint", "maple", "palm", "willow", "linden", "almond", "aspen"]>;
|
|
4
4
|
export type ThemeType = z.infer<typeof themeSchema>;
|
|
@@ -60,12 +60,12 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
60
60
|
source: string;
|
|
61
61
|
directory?: string | undefined;
|
|
62
62
|
}>]>>;
|
|
63
|
-
|
|
64
|
-
expanded: z.ZodOptional<z.ZodEnum<["all", "
|
|
63
|
+
params: z.ZodOptional<z.ZodObject<{
|
|
64
|
+
expanded: z.ZodOptional<z.ZodEnum<["all", "closed"]>>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
-
expanded?: "all" | "
|
|
66
|
+
expanded?: "all" | "closed" | undefined;
|
|
67
67
|
}, {
|
|
68
|
-
expanded?: "all" | "
|
|
68
|
+
expanded?: "all" | "closed" | undefined;
|
|
69
69
|
}>>;
|
|
70
70
|
playground: z.ZodOptional<z.ZodObject<{
|
|
71
71
|
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
@@ -121,8 +121,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
121
121
|
source: string;
|
|
122
122
|
directory?: string | undefined;
|
|
123
123
|
} | undefined;
|
|
124
|
-
|
|
125
|
-
expanded?: "all" | "
|
|
124
|
+
params?: {
|
|
125
|
+
expanded?: "all" | "closed" | undefined;
|
|
126
126
|
} | undefined;
|
|
127
127
|
playground?: {
|
|
128
128
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -148,8 +148,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
148
148
|
source: string;
|
|
149
149
|
directory?: string | undefined;
|
|
150
150
|
} | undefined;
|
|
151
|
-
|
|
152
|
-
expanded?: "all" | "
|
|
151
|
+
params?: {
|
|
152
|
+
expanded?: "all" | "closed" | undefined;
|
|
153
153
|
} | undefined;
|
|
154
154
|
playground?: {
|
|
155
155
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1251,8 +1251,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1251
1251
|
source: string;
|
|
1252
1252
|
directory?: string | undefined;
|
|
1253
1253
|
} | undefined;
|
|
1254
|
-
|
|
1255
|
-
expanded?: "all" | "
|
|
1254
|
+
params?: {
|
|
1255
|
+
expanded?: "all" | "closed" | undefined;
|
|
1256
1256
|
} | undefined;
|
|
1257
1257
|
playground?: {
|
|
1258
1258
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1577,8 +1577,8 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1577
1577
|
source: string;
|
|
1578
1578
|
directory?: string | undefined;
|
|
1579
1579
|
} | undefined;
|
|
1580
|
-
|
|
1581
|
-
expanded?: "all" | "
|
|
1580
|
+
params?: {
|
|
1581
|
+
expanded?: "all" | "closed" | undefined;
|
|
1582
1582
|
} | undefined;
|
|
1583
1583
|
playground?: {
|
|
1584
1584
|
display?: "simple" | "none" | "interactive" | undefined;
|