@mintlify/validation 0.1.635 → 0.1.636
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 +70 -70
- package/dist/mint-config/schemas/v2/properties/contextual.d.ts +6 -6
- package/dist/mint-config/schemas/v2/properties/contextual.js +2 -0
- 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/luma.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/sequoia.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +7 -7
- package/dist/mint-config/validateConfig.d.ts +18 -18
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const contextualOptions: readonly ["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "mcp", "add-mcp", "cursor", "vscode"];
|
|
2
|
+
export declare const contextualOptions: readonly ["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "devin", "windsurf", "mcp", "add-mcp", "cursor", "vscode"];
|
|
3
3
|
export type ContextualOption = (typeof contextualOptions)[number];
|
|
4
4
|
export declare const contextualDisplayOptions: readonly ["header", "toc"];
|
|
5
5
|
export type ContextualDisplayOption = (typeof contextualDisplayOptions)[number];
|
|
@@ -103,7 +103,7 @@ export declare const customContextualOption: z.ZodObject<{
|
|
|
103
103
|
} | undefined;
|
|
104
104
|
}>;
|
|
105
105
|
export declare const contextualSchema: z.ZodObject<{
|
|
106
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
106
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "devin", "windsurf", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
107
107
|
title: z.ZodString;
|
|
108
108
|
description: z.ZodString;
|
|
109
109
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -174,7 +174,7 @@ export declare const contextualSchema: z.ZodObject<{
|
|
|
174
174
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
175
175
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
176
176
|
} | undefined;
|
|
177
|
-
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
177
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
178
178
|
href: string | {
|
|
179
179
|
base: string;
|
|
180
180
|
query?: {
|
|
@@ -189,7 +189,7 @@ export declare const contextualSchema: z.ZodObject<{
|
|
|
189
189
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
190
190
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
191
191
|
} | undefined;
|
|
192
|
-
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
192
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
193
193
|
href: string | {
|
|
194
194
|
base: string;
|
|
195
195
|
query?: {
|
|
@@ -207,7 +207,7 @@ export declare const contextualSchema: z.ZodObject<{
|
|
|
207
207
|
})[]>;
|
|
208
208
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
209
209
|
}, "strip", z.ZodTypeAny, {
|
|
210
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
210
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
211
211
|
href: string | {
|
|
212
212
|
base: string;
|
|
213
213
|
query?: {
|
|
@@ -225,7 +225,7 @@ export declare const contextualSchema: z.ZodObject<{
|
|
|
225
225
|
})[];
|
|
226
226
|
display: "header" | "toc";
|
|
227
227
|
}, {
|
|
228
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
228
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
229
229
|
href: string | {
|
|
230
230
|
base: string;
|
|
231
231
|
query?: {
|
|
@@ -1335,7 +1335,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
};
|
|
1336
1336
|
}>>;
|
|
1337
1337
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1338
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1338
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "devin", "windsurf", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1339
1339
|
title: z.ZodString;
|
|
1340
1340
|
description: z.ZodString;
|
|
1341
1341
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1406,7 +1406,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1406
1406
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1407
1407
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1408
1408
|
} | undefined;
|
|
1409
|
-
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1409
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1410
1410
|
href: string | {
|
|
1411
1411
|
base: string;
|
|
1412
1412
|
query?: {
|
|
@@ -1421,7 +1421,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1421
1421
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1422
1422
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1423
1423
|
} | undefined;
|
|
1424
|
-
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1424
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1425
1425
|
href: string | {
|
|
1426
1426
|
base: string;
|
|
1427
1427
|
query?: {
|
|
@@ -1439,7 +1439,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1439
1439
|
})[]>;
|
|
1440
1440
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1442
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1442
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1443
1443
|
href: string | {
|
|
1444
1444
|
base: string;
|
|
1445
1445
|
query?: {
|
|
@@ -1457,7 +1457,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1457
1457
|
})[];
|
|
1458
1458
|
display: "header" | "toc";
|
|
1459
1459
|
}, {
|
|
1460
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1460
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1461
1461
|
href: string | {
|
|
1462
1462
|
base: string;
|
|
1463
1463
|
query?: {
|
|
@@ -1837,7 +1837,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1837
1837
|
};
|
|
1838
1838
|
} | undefined;
|
|
1839
1839
|
contextual?: {
|
|
1840
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1840
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1841
1841
|
href: string | {
|
|
1842
1842
|
base: string;
|
|
1843
1843
|
query?: {
|
|
@@ -2189,7 +2189,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
2189
2189
|
};
|
|
2190
2190
|
} | undefined;
|
|
2191
2191
|
contextual?: {
|
|
2192
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2192
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2193
2193
|
href: string | {
|
|
2194
2194
|
base: string;
|
|
2195
2195
|
query?: {
|
|
@@ -1335,7 +1335,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
};
|
|
1336
1336
|
}>>;
|
|
1337
1337
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1338
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1338
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "devin", "windsurf", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1339
1339
|
title: z.ZodString;
|
|
1340
1340
|
description: z.ZodString;
|
|
1341
1341
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1406,7 +1406,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1406
1406
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1407
1407
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1408
1408
|
} | undefined;
|
|
1409
|
-
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1409
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1410
1410
|
href: string | {
|
|
1411
1411
|
base: string;
|
|
1412
1412
|
query?: {
|
|
@@ -1421,7 +1421,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1421
1421
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1422
1422
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1423
1423
|
} | undefined;
|
|
1424
|
-
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1424
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1425
1425
|
href: string | {
|
|
1426
1426
|
base: string;
|
|
1427
1427
|
query?: {
|
|
@@ -1439,7 +1439,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1439
1439
|
})[]>;
|
|
1440
1440
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1442
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1442
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1443
1443
|
href: string | {
|
|
1444
1444
|
base: string;
|
|
1445
1445
|
query?: {
|
|
@@ -1457,7 +1457,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1457
1457
|
})[];
|
|
1458
1458
|
display: "header" | "toc";
|
|
1459
1459
|
}, {
|
|
1460
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1460
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1461
1461
|
href: string | {
|
|
1462
1462
|
base: string;
|
|
1463
1463
|
query?: {
|
|
@@ -1837,7 +1837,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1837
1837
|
};
|
|
1838
1838
|
} | undefined;
|
|
1839
1839
|
contextual?: {
|
|
1840
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1840
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1841
1841
|
href: string | {
|
|
1842
1842
|
base: string;
|
|
1843
1843
|
query?: {
|
|
@@ -2189,7 +2189,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
2189
2189
|
};
|
|
2190
2190
|
} | undefined;
|
|
2191
2191
|
contextual?: {
|
|
2192
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2192
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2193
2193
|
href: string | {
|
|
2194
2194
|
base: string;
|
|
2195
2195
|
query?: {
|
|
@@ -1335,7 +1335,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
};
|
|
1336
1336
|
}>>;
|
|
1337
1337
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1338
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1338
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "devin", "windsurf", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1339
1339
|
title: z.ZodString;
|
|
1340
1340
|
description: z.ZodString;
|
|
1341
1341
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1406,7 +1406,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1406
1406
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1407
1407
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1408
1408
|
} | undefined;
|
|
1409
|
-
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1409
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1410
1410
|
href: string | {
|
|
1411
1411
|
base: string;
|
|
1412
1412
|
query?: {
|
|
@@ -1421,7 +1421,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1421
1421
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1422
1422
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1423
1423
|
} | undefined;
|
|
1424
|
-
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1424
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1425
1425
|
href: string | {
|
|
1426
1426
|
base: string;
|
|
1427
1427
|
query?: {
|
|
@@ -1439,7 +1439,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1439
1439
|
})[]>;
|
|
1440
1440
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1442
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1442
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1443
1443
|
href: string | {
|
|
1444
1444
|
base: string;
|
|
1445
1445
|
query?: {
|
|
@@ -1457,7 +1457,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1457
1457
|
})[];
|
|
1458
1458
|
display: "header" | "toc";
|
|
1459
1459
|
}, {
|
|
1460
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1460
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1461
1461
|
href: string | {
|
|
1462
1462
|
base: string;
|
|
1463
1463
|
query?: {
|
|
@@ -1837,7 +1837,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1837
1837
|
};
|
|
1838
1838
|
} | undefined;
|
|
1839
1839
|
contextual?: {
|
|
1840
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1840
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1841
1841
|
href: string | {
|
|
1842
1842
|
base: string;
|
|
1843
1843
|
query?: {
|
|
@@ -2189,7 +2189,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2189
2189
|
};
|
|
2190
2190
|
} | undefined;
|
|
2191
2191
|
contextual?: {
|
|
2192
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2192
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2193
2193
|
href: string | {
|
|
2194
2194
|
base: string;
|
|
2195
2195
|
query?: {
|
|
@@ -1335,7 +1335,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
};
|
|
1336
1336
|
}>>;
|
|
1337
1337
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1338
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1338
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "devin", "windsurf", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1339
1339
|
title: z.ZodString;
|
|
1340
1340
|
description: z.ZodString;
|
|
1341
1341
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1406,7 +1406,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1406
1406
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1407
1407
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1408
1408
|
} | undefined;
|
|
1409
|
-
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1409
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1410
1410
|
href: string | {
|
|
1411
1411
|
base: string;
|
|
1412
1412
|
query?: {
|
|
@@ -1421,7 +1421,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1421
1421
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1422
1422
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1423
1423
|
} | undefined;
|
|
1424
|
-
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1424
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1425
1425
|
href: string | {
|
|
1426
1426
|
base: string;
|
|
1427
1427
|
query?: {
|
|
@@ -1439,7 +1439,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1439
1439
|
})[]>;
|
|
1440
1440
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1442
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1442
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1443
1443
|
href: string | {
|
|
1444
1444
|
base: string;
|
|
1445
1445
|
query?: {
|
|
@@ -1457,7 +1457,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1457
1457
|
})[];
|
|
1458
1458
|
display: "header" | "toc";
|
|
1459
1459
|
}, {
|
|
1460
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1460
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1461
1461
|
href: string | {
|
|
1462
1462
|
base: string;
|
|
1463
1463
|
query?: {
|
|
@@ -1837,7 +1837,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1837
1837
|
};
|
|
1838
1838
|
} | undefined;
|
|
1839
1839
|
contextual?: {
|
|
1840
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1840
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1841
1841
|
href: string | {
|
|
1842
1842
|
base: string;
|
|
1843
1843
|
query?: {
|
|
@@ -2189,7 +2189,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
2189
2189
|
};
|
|
2190
2190
|
} | undefined;
|
|
2191
2191
|
contextual?: {
|
|
2192
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2192
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2193
2193
|
href: string | {
|
|
2194
2194
|
base: string;
|
|
2195
2195
|
query?: {
|
|
@@ -1335,7 +1335,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
};
|
|
1336
1336
|
}>>;
|
|
1337
1337
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1338
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1338
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "devin", "windsurf", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1339
1339
|
title: z.ZodString;
|
|
1340
1340
|
description: z.ZodString;
|
|
1341
1341
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1406,7 +1406,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1406
1406
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1407
1407
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1408
1408
|
} | undefined;
|
|
1409
|
-
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1409
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1410
1410
|
href: string | {
|
|
1411
1411
|
base: string;
|
|
1412
1412
|
query?: {
|
|
@@ -1421,7 +1421,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1421
1421
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1422
1422
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1423
1423
|
} | undefined;
|
|
1424
|
-
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1424
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1425
1425
|
href: string | {
|
|
1426
1426
|
base: string;
|
|
1427
1427
|
query?: {
|
|
@@ -1439,7 +1439,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1439
1439
|
})[]>;
|
|
1440
1440
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1442
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1442
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1443
1443
|
href: string | {
|
|
1444
1444
|
base: string;
|
|
1445
1445
|
query?: {
|
|
@@ -1457,7 +1457,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1457
1457
|
})[];
|
|
1458
1458
|
display: "header" | "toc";
|
|
1459
1459
|
}, {
|
|
1460
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1460
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1461
1461
|
href: string | {
|
|
1462
1462
|
base: string;
|
|
1463
1463
|
query?: {
|
|
@@ -1837,7 +1837,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1837
1837
|
};
|
|
1838
1838
|
} | undefined;
|
|
1839
1839
|
contextual?: {
|
|
1840
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1840
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1841
1841
|
href: string | {
|
|
1842
1842
|
base: string;
|
|
1843
1843
|
query?: {
|
|
@@ -2189,7 +2189,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2189
2189
|
};
|
|
2190
2190
|
} | undefined;
|
|
2191
2191
|
contextual?: {
|
|
2192
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2192
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2193
2193
|
href: string | {
|
|
2194
2194
|
base: string;
|
|
2195
2195
|
query?: {
|
|
@@ -1335,7 +1335,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
};
|
|
1336
1336
|
}>>;
|
|
1337
1337
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1338
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1338
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "devin", "windsurf", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1339
1339
|
title: z.ZodString;
|
|
1340
1340
|
description: z.ZodString;
|
|
1341
1341
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1406,7 +1406,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1406
1406
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1407
1407
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1408
1408
|
} | undefined;
|
|
1409
|
-
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1409
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1410
1410
|
href: string | {
|
|
1411
1411
|
base: string;
|
|
1412
1412
|
query?: {
|
|
@@ -1421,7 +1421,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1421
1421
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1422
1422
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1423
1423
|
} | undefined;
|
|
1424
|
-
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1424
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1425
1425
|
href: string | {
|
|
1426
1426
|
base: string;
|
|
1427
1427
|
query?: {
|
|
@@ -1439,7 +1439,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1439
1439
|
})[]>;
|
|
1440
1440
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1442
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1442
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1443
1443
|
href: string | {
|
|
1444
1444
|
base: string;
|
|
1445
1445
|
query?: {
|
|
@@ -1457,7 +1457,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1457
1457
|
})[];
|
|
1458
1458
|
display: "header" | "toc";
|
|
1459
1459
|
}, {
|
|
1460
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1460
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1461
1461
|
href: string | {
|
|
1462
1462
|
base: string;
|
|
1463
1463
|
query?: {
|
|
@@ -1837,7 +1837,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1837
1837
|
};
|
|
1838
1838
|
} | undefined;
|
|
1839
1839
|
contextual?: {
|
|
1840
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1840
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1841
1841
|
href: string | {
|
|
1842
1842
|
base: string;
|
|
1843
1843
|
query?: {
|
|
@@ -2189,7 +2189,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2189
2189
|
};
|
|
2190
2190
|
} | undefined;
|
|
2191
2191
|
contextual?: {
|
|
2192
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2192
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2193
2193
|
href: string | {
|
|
2194
2194
|
base: string;
|
|
2195
2195
|
query?: {
|
|
@@ -1335,7 +1335,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
};
|
|
1336
1336
|
}>>;
|
|
1337
1337
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1338
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1338
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "devin", "windsurf", "mcp", "add-mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1339
1339
|
title: z.ZodString;
|
|
1340
1340
|
description: z.ZodString;
|
|
1341
1341
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1406,7 +1406,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1406
1406
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1407
1407
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1408
1408
|
} | undefined;
|
|
1409
|
-
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1409
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1410
1410
|
href: string | {
|
|
1411
1411
|
base: string;
|
|
1412
1412
|
query?: {
|
|
@@ -1421,7 +1421,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1421
1421
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1422
1422
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1423
1423
|
} | undefined;
|
|
1424
|
-
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1424
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1425
1425
|
href: string | {
|
|
1426
1426
|
base: string;
|
|
1427
1427
|
query?: {
|
|
@@ -1439,7 +1439,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1439
1439
|
})[]>;
|
|
1440
1440
|
display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["header", "toc"]>>>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1442
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1442
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1443
1443
|
href: string | {
|
|
1444
1444
|
base: string;
|
|
1445
1445
|
query?: {
|
|
@@ -1457,7 +1457,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1457
1457
|
})[];
|
|
1458
1458
|
display: "header" | "toc";
|
|
1459
1459
|
}, {
|
|
1460
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1460
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1461
1461
|
href: string | {
|
|
1462
1462
|
base: string;
|
|
1463
1463
|
query?: {
|
|
@@ -1837,7 +1837,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1837
1837
|
};
|
|
1838
1838
|
} | undefined;
|
|
1839
1839
|
contextual?: {
|
|
1840
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1840
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1841
1841
|
href: string | {
|
|
1842
1842
|
base: string;
|
|
1843
1843
|
query?: {
|
|
@@ -2189,7 +2189,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2189
2189
|
};
|
|
2190
2190
|
} | undefined;
|
|
2191
2191
|
contextual?: {
|
|
2192
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2192
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
2193
2193
|
href: string | {
|
|
2194
2194
|
base: string;
|
|
2195
2195
|
query?: {
|
|
@@ -1334,7 +1334,7 @@ export declare const standardConfigSchema: {
|
|
|
1334
1334
|
};
|
|
1335
1335
|
}>>;
|
|
1336
1336
|
contextual: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1337
|
-
options: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "mcp", "add-mcp", "cursor", "vscode"]>, import("zod").ZodObject<{
|
|
1337
|
+
options: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEnum<["assistant", "copy", "view", "chatgpt", "claude", "perplexity", "grok", "aistudio", "devin", "windsurf", "mcp", "add-mcp", "cursor", "vscode"]>, import("zod").ZodObject<{
|
|
1338
1338
|
title: import("zod").ZodString;
|
|
1339
1339
|
description: import("zod").ZodString;
|
|
1340
1340
|
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
@@ -1405,7 +1405,7 @@ export declare const standardConfigSchema: {
|
|
|
1405
1405
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1406
1406
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1407
1407
|
} | undefined;
|
|
1408
|
-
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1408
|
+
}>]>, "many">, ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1409
1409
|
href: string | {
|
|
1410
1410
|
base: string;
|
|
1411
1411
|
query?: {
|
|
@@ -1420,7 +1420,7 @@ export declare const standardConfigSchema: {
|
|
|
1420
1420
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1421
1421
|
library?: "fontawesome" | "lucide" | "tabler" | undefined;
|
|
1422
1422
|
} | undefined;
|
|
1423
|
-
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1423
|
+
})[], ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1424
1424
|
href: string | {
|
|
1425
1425
|
base: string;
|
|
1426
1426
|
query?: {
|
|
@@ -1438,7 +1438,7 @@ export declare const standardConfigSchema: {
|
|
|
1438
1438
|
})[]>;
|
|
1439
1439
|
display: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["header", "toc"]>>>;
|
|
1440
1440
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1441
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1441
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1442
1442
|
href: string | {
|
|
1443
1443
|
base: string;
|
|
1444
1444
|
query?: {
|
|
@@ -1456,7 +1456,7 @@ export declare const standardConfigSchema: {
|
|
|
1456
1456
|
})[];
|
|
1457
1457
|
display: "header" | "toc";
|
|
1458
1458
|
}, {
|
|
1459
|
-
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1459
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "aistudio" | "devin" | "windsurf" | "mcp" | "add-mcp" | "cursor" | "vscode" | {
|
|
1460
1460
|
href: string | {
|
|
1461
1461
|
base: string;
|
|
1462
1462
|
query?: {
|