@mintlify/validation 0.1.423 → 0.1.425
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 +49 -49
- package/dist/mint-config/schemas/v2/properties/contextual.d.ts +7 -7
- package/dist/mint-config/schemas/v2/properties/contextual.js +11 -2
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +7 -7
- package/dist/mint-config/validateConfig.d.ts +14 -14
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1137,7 +1137,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1137
1137
|
};
|
|
1138
1138
|
}>>;
|
|
1139
1139
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1140
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
1140
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1141
1141
|
title: z.ZodString;
|
|
1142
1142
|
description: z.ZodString;
|
|
1143
1143
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1220,7 +1220,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1220
1220
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1221
1221
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1222
1222
|
} | undefined;
|
|
1223
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1223
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1224
1224
|
href: (string | {
|
|
1225
1225
|
base: string;
|
|
1226
1226
|
query?: {
|
|
@@ -1241,7 +1241,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1241
1241
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1242
1242
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1243
1243
|
} | undefined;
|
|
1244
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1244
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1245
1245
|
href: (string | {
|
|
1246
1246
|
base: string;
|
|
1247
1247
|
query?: {
|
|
@@ -1264,7 +1264,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1264
1264
|
} | undefined;
|
|
1265
1265
|
})[]>;
|
|
1266
1266
|
}, "strip", z.ZodTypeAny, {
|
|
1267
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1267
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1268
1268
|
href: (string | {
|
|
1269
1269
|
base: string;
|
|
1270
1270
|
query?: {
|
|
@@ -1287,7 +1287,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1287
1287
|
} | undefined;
|
|
1288
1288
|
})[];
|
|
1289
1289
|
}, {
|
|
1290
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1291
1291
|
href: (string | {
|
|
1292
1292
|
base: string;
|
|
1293
1293
|
query?: {
|
|
@@ -1656,7 +1656,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1656
1656
|
};
|
|
1657
1657
|
} | undefined;
|
|
1658
1658
|
contextual?: {
|
|
1659
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1659
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1660
1660
|
href: (string | {
|
|
1661
1661
|
base: string;
|
|
1662
1662
|
query?: {
|
|
@@ -2018,7 +2018,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2018
2018
|
};
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
contextual?: {
|
|
2021
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2021
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2022
2022
|
href: (string | {
|
|
2023
2023
|
base: string;
|
|
2024
2024
|
query?: {
|
|
@@ -1137,7 +1137,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1137
1137
|
};
|
|
1138
1138
|
}>>;
|
|
1139
1139
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1140
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
1140
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1141
1141
|
title: z.ZodString;
|
|
1142
1142
|
description: z.ZodString;
|
|
1143
1143
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1220,7 +1220,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1220
1220
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1221
1221
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1222
1222
|
} | undefined;
|
|
1223
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1223
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1224
1224
|
href: (string | {
|
|
1225
1225
|
base: string;
|
|
1226
1226
|
query?: {
|
|
@@ -1241,7 +1241,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1241
1241
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1242
1242
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1243
1243
|
} | undefined;
|
|
1244
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1244
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1245
1245
|
href: (string | {
|
|
1246
1246
|
base: string;
|
|
1247
1247
|
query?: {
|
|
@@ -1264,7 +1264,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1264
1264
|
} | undefined;
|
|
1265
1265
|
})[]>;
|
|
1266
1266
|
}, "strip", z.ZodTypeAny, {
|
|
1267
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1267
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1268
1268
|
href: (string | {
|
|
1269
1269
|
base: string;
|
|
1270
1270
|
query?: {
|
|
@@ -1287,7 +1287,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1287
1287
|
} | undefined;
|
|
1288
1288
|
})[];
|
|
1289
1289
|
}, {
|
|
1290
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1291
1291
|
href: (string | {
|
|
1292
1292
|
base: string;
|
|
1293
1293
|
query?: {
|
|
@@ -1656,7 +1656,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1656
1656
|
};
|
|
1657
1657
|
} | undefined;
|
|
1658
1658
|
contextual?: {
|
|
1659
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1659
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1660
1660
|
href: (string | {
|
|
1661
1661
|
base: string;
|
|
1662
1662
|
query?: {
|
|
@@ -2018,7 +2018,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2018
2018
|
};
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
contextual?: {
|
|
2021
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2021
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2022
2022
|
href: (string | {
|
|
2023
2023
|
base: string;
|
|
2024
2024
|
query?: {
|
|
@@ -1137,7 +1137,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1137
1137
|
};
|
|
1138
1138
|
}>>;
|
|
1139
1139
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1140
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
1140
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1141
1141
|
title: z.ZodString;
|
|
1142
1142
|
description: z.ZodString;
|
|
1143
1143
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1220,7 +1220,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1220
1220
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1221
1221
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1222
1222
|
} | undefined;
|
|
1223
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1223
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1224
1224
|
href: (string | {
|
|
1225
1225
|
base: string;
|
|
1226
1226
|
query?: {
|
|
@@ -1241,7 +1241,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1241
1241
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1242
1242
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1243
1243
|
} | undefined;
|
|
1244
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1244
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1245
1245
|
href: (string | {
|
|
1246
1246
|
base: string;
|
|
1247
1247
|
query?: {
|
|
@@ -1264,7 +1264,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1264
1264
|
} | undefined;
|
|
1265
1265
|
})[]>;
|
|
1266
1266
|
}, "strip", z.ZodTypeAny, {
|
|
1267
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1267
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1268
1268
|
href: (string | {
|
|
1269
1269
|
base: string;
|
|
1270
1270
|
query?: {
|
|
@@ -1287,7 +1287,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1287
1287
|
} | undefined;
|
|
1288
1288
|
})[];
|
|
1289
1289
|
}, {
|
|
1290
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1291
1291
|
href: (string | {
|
|
1292
1292
|
base: string;
|
|
1293
1293
|
query?: {
|
|
@@ -1656,7 +1656,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1656
1656
|
};
|
|
1657
1657
|
} | undefined;
|
|
1658
1658
|
contextual?: {
|
|
1659
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1659
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1660
1660
|
href: (string | {
|
|
1661
1661
|
base: string;
|
|
1662
1662
|
query?: {
|
|
@@ -2018,7 +2018,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2018
2018
|
};
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
contextual?: {
|
|
2021
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2021
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2022
2022
|
href: (string | {
|
|
2023
2023
|
base: string;
|
|
2024
2024
|
query?: {
|
|
@@ -1137,7 +1137,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1137
1137
|
};
|
|
1138
1138
|
}>>;
|
|
1139
1139
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1140
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
1140
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1141
1141
|
title: z.ZodString;
|
|
1142
1142
|
description: z.ZodString;
|
|
1143
1143
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1220,7 +1220,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1220
1220
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1221
1221
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1222
1222
|
} | undefined;
|
|
1223
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1223
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1224
1224
|
href: (string | {
|
|
1225
1225
|
base: string;
|
|
1226
1226
|
query?: {
|
|
@@ -1241,7 +1241,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1241
1241
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1242
1242
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1243
1243
|
} | undefined;
|
|
1244
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1244
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1245
1245
|
href: (string | {
|
|
1246
1246
|
base: string;
|
|
1247
1247
|
query?: {
|
|
@@ -1264,7 +1264,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1264
1264
|
} | undefined;
|
|
1265
1265
|
})[]>;
|
|
1266
1266
|
}, "strip", z.ZodTypeAny, {
|
|
1267
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1267
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1268
1268
|
href: (string | {
|
|
1269
1269
|
base: string;
|
|
1270
1270
|
query?: {
|
|
@@ -1287,7 +1287,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1287
1287
|
} | undefined;
|
|
1288
1288
|
})[];
|
|
1289
1289
|
}, {
|
|
1290
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1291
1291
|
href: (string | {
|
|
1292
1292
|
base: string;
|
|
1293
1293
|
query?: {
|
|
@@ -1656,7 +1656,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1656
1656
|
};
|
|
1657
1657
|
} | undefined;
|
|
1658
1658
|
contextual?: {
|
|
1659
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1659
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1660
1660
|
href: (string | {
|
|
1661
1661
|
base: string;
|
|
1662
1662
|
query?: {
|
|
@@ -2018,7 +2018,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2018
2018
|
};
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
contextual?: {
|
|
2021
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2021
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2022
2022
|
href: (string | {
|
|
2023
2023
|
base: string;
|
|
2024
2024
|
query?: {
|
|
@@ -1136,7 +1136,7 @@ export declare const standardConfigSchema: {
|
|
|
1136
1136
|
};
|
|
1137
1137
|
}>>;
|
|
1138
1138
|
contextual: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1139
|
-
options: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, import("zod").ZodObject<{
|
|
1139
|
+
options: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, import("zod").ZodObject<{
|
|
1140
1140
|
title: import("zod").ZodString;
|
|
1141
1141
|
description: import("zod").ZodString;
|
|
1142
1142
|
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
@@ -1219,7 +1219,7 @@ export declare const standardConfigSchema: {
|
|
|
1219
1219
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1220
1220
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1221
1221
|
} | undefined;
|
|
1222
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1222
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1223
1223
|
href: (string | {
|
|
1224
1224
|
base: string;
|
|
1225
1225
|
query?: {
|
|
@@ -1240,7 +1240,7 @@ export declare const standardConfigSchema: {
|
|
|
1240
1240
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1241
1241
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1242
1242
|
} | undefined;
|
|
1243
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1243
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1244
1244
|
href: (string | {
|
|
1245
1245
|
base: string;
|
|
1246
1246
|
query?: {
|
|
@@ -1263,7 +1263,7 @@ export declare const standardConfigSchema: {
|
|
|
1263
1263
|
} | undefined;
|
|
1264
1264
|
})[]>;
|
|
1265
1265
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1266
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1266
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1267
1267
|
href: (string | {
|
|
1268
1268
|
base: string;
|
|
1269
1269
|
query?: {
|
|
@@ -1286,7 +1286,7 @@ export declare const standardConfigSchema: {
|
|
|
1286
1286
|
} | undefined;
|
|
1287
1287
|
})[];
|
|
1288
1288
|
}, {
|
|
1289
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1289
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1290
1290
|
href: (string | {
|
|
1291
1291
|
base: string;
|
|
1292
1292
|
query?: {
|
|
@@ -1137,7 +1137,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1137
1137
|
};
|
|
1138
1138
|
}>>;
|
|
1139
1139
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1140
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
1140
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1141
1141
|
title: z.ZodString;
|
|
1142
1142
|
description: z.ZodString;
|
|
1143
1143
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1220,7 +1220,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1220
1220
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1221
1221
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1222
1222
|
} | undefined;
|
|
1223
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1223
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1224
1224
|
href: (string | {
|
|
1225
1225
|
base: string;
|
|
1226
1226
|
query?: {
|
|
@@ -1241,7 +1241,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1241
1241
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1242
1242
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1243
1243
|
} | undefined;
|
|
1244
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1244
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1245
1245
|
href: (string | {
|
|
1246
1246
|
base: string;
|
|
1247
1247
|
query?: {
|
|
@@ -1264,7 +1264,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1264
1264
|
} | undefined;
|
|
1265
1265
|
})[]>;
|
|
1266
1266
|
}, "strip", z.ZodTypeAny, {
|
|
1267
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1267
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1268
1268
|
href: (string | {
|
|
1269
1269
|
base: string;
|
|
1270
1270
|
query?: {
|
|
@@ -1287,7 +1287,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1287
1287
|
} | undefined;
|
|
1288
1288
|
})[];
|
|
1289
1289
|
}, {
|
|
1290
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1291
1291
|
href: (string | {
|
|
1292
1292
|
base: string;
|
|
1293
1293
|
query?: {
|
|
@@ -1656,7 +1656,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1656
1656
|
};
|
|
1657
1657
|
} | undefined;
|
|
1658
1658
|
contextual?: {
|
|
1659
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1659
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1660
1660
|
href: (string | {
|
|
1661
1661
|
base: string;
|
|
1662
1662
|
query?: {
|
|
@@ -2018,7 +2018,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2018
2018
|
};
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
contextual?: {
|
|
2021
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2021
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2022
2022
|
href: (string | {
|
|
2023
2023
|
base: string;
|
|
2024
2024
|
query?: {
|
|
@@ -811,7 +811,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
811
811
|
};
|
|
812
812
|
} | undefined;
|
|
813
813
|
contextual?: {
|
|
814
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
814
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
815
815
|
href: (string | {
|
|
816
816
|
base: string;
|
|
817
817
|
query?: {
|
|
@@ -1173,7 +1173,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1173
1173
|
};
|
|
1174
1174
|
} | undefined;
|
|
1175
1175
|
contextual?: {
|
|
1176
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1176
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1177
1177
|
href: (string | {
|
|
1178
1178
|
base: string;
|
|
1179
1179
|
query?: {
|
|
@@ -1535,7 +1535,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1535
1535
|
};
|
|
1536
1536
|
} | undefined;
|
|
1537
1537
|
contextual?: {
|
|
1538
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1538
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1539
1539
|
href: (string | {
|
|
1540
1540
|
base: string;
|
|
1541
1541
|
query?: {
|
|
@@ -1897,7 +1897,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1897
1897
|
};
|
|
1898
1898
|
} | undefined;
|
|
1899
1899
|
contextual?: {
|
|
1900
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1900
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1901
1901
|
href: (string | {
|
|
1902
1902
|
base: string;
|
|
1903
1903
|
query?: {
|
|
@@ -2259,7 +2259,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2259
2259
|
};
|
|
2260
2260
|
} | undefined;
|
|
2261
2261
|
contextual?: {
|
|
2262
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2262
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2263
2263
|
href: (string | {
|
|
2264
2264
|
base: string;
|
|
2265
2265
|
query?: {
|
|
@@ -2621,7 +2621,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2621
2621
|
};
|
|
2622
2622
|
} | undefined;
|
|
2623
2623
|
contextual?: {
|
|
2624
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2624
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2625
2625
|
href: (string | {
|
|
2626
2626
|
base: string;
|
|
2627
2627
|
query?: {
|
|
@@ -2983,7 +2983,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2983
2983
|
};
|
|
2984
2984
|
} | undefined;
|
|
2985
2985
|
contextual?: {
|
|
2986
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2986
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2987
2987
|
href: (string | {
|
|
2988
2988
|
base: string;
|
|
2989
2989
|
query?: {
|
|
@@ -3348,7 +3348,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3348
3348
|
};
|
|
3349
3349
|
} | undefined;
|
|
3350
3350
|
contextual?: {
|
|
3351
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
3351
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3352
3352
|
href: (string | {
|
|
3353
3353
|
base: string;
|
|
3354
3354
|
query?: {
|
|
@@ -3710,7 +3710,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3710
3710
|
};
|
|
3711
3711
|
} | undefined;
|
|
3712
3712
|
contextual?: {
|
|
3713
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
3713
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3714
3714
|
href: (string | {
|
|
3715
3715
|
base: string;
|
|
3716
3716
|
query?: {
|
|
@@ -4072,7 +4072,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4072
4072
|
};
|
|
4073
4073
|
} | undefined;
|
|
4074
4074
|
contextual?: {
|
|
4075
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
4075
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
4076
4076
|
href: (string | {
|
|
4077
4077
|
base: string;
|
|
4078
4078
|
query?: {
|
|
@@ -4434,7 +4434,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4434
4434
|
};
|
|
4435
4435
|
} | undefined;
|
|
4436
4436
|
contextual?: {
|
|
4437
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
4437
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
4438
4438
|
href: (string | {
|
|
4439
4439
|
base: string;
|
|
4440
4440
|
query?: {
|
|
@@ -4796,7 +4796,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4796
4796
|
};
|
|
4797
4797
|
} | undefined;
|
|
4798
4798
|
contextual?: {
|
|
4799
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
4799
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
4800
4800
|
href: (string | {
|
|
4801
4801
|
base: string;
|
|
4802
4802
|
query?: {
|
|
@@ -5158,7 +5158,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5158
5158
|
};
|
|
5159
5159
|
} | undefined;
|
|
5160
5160
|
contextual?: {
|
|
5161
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
5161
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5162
5162
|
href: (string | {
|
|
5163
5163
|
base: string;
|
|
5164
5164
|
query?: {
|
|
@@ -5520,7 +5520,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5520
5520
|
};
|
|
5521
5521
|
} | undefined;
|
|
5522
5522
|
contextual?: {
|
|
5523
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
5523
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5524
5524
|
href: (string | {
|
|
5525
5525
|
base: string;
|
|
5526
5526
|
query?: {
|