@mintlify/validation 0.1.424 → 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 +2 -2
|
@@ -1139,7 +1139,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1139
1139
|
};
|
|
1140
1140
|
}>>;
|
|
1141
1141
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1142
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
1142
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1143
1143
|
title: z.ZodString;
|
|
1144
1144
|
description: z.ZodString;
|
|
1145
1145
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1222,7 +1222,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1222
1222
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1223
1223
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1224
1224
|
} | undefined;
|
|
1225
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1225
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1226
1226
|
href: (string | {
|
|
1227
1227
|
base: string;
|
|
1228
1228
|
query?: {
|
|
@@ -1243,7 +1243,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1243
1243
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1244
1244
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1245
1245
|
} | undefined;
|
|
1246
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1246
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1247
1247
|
href: (string | {
|
|
1248
1248
|
base: string;
|
|
1249
1249
|
query?: {
|
|
@@ -1266,7 +1266,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1266
1266
|
} | undefined;
|
|
1267
1267
|
})[]>;
|
|
1268
1268
|
}, "strip", z.ZodTypeAny, {
|
|
1269
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1269
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1270
1270
|
href: (string | {
|
|
1271
1271
|
base: string;
|
|
1272
1272
|
query?: {
|
|
@@ -1289,7 +1289,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1289
1289
|
} | undefined;
|
|
1290
1290
|
})[];
|
|
1291
1291
|
}, {
|
|
1292
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1292
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1293
1293
|
href: (string | {
|
|
1294
1294
|
base: string;
|
|
1295
1295
|
query?: {
|
|
@@ -1658,7 +1658,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1658
1658
|
};
|
|
1659
1659
|
} | undefined;
|
|
1660
1660
|
contextual?: {
|
|
1661
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1661
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1662
1662
|
href: (string | {
|
|
1663
1663
|
base: string;
|
|
1664
1664
|
query?: {
|
|
@@ -2020,7 +2020,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2020
2020
|
};
|
|
2021
2021
|
} | undefined;
|
|
2022
2022
|
contextual?: {
|
|
2023
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2023
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2024
2024
|
href: (string | {
|
|
2025
2025
|
base: string;
|
|
2026
2026
|
query?: {
|
|
@@ -3185,7 +3185,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3185
3185
|
};
|
|
3186
3186
|
}>>;
|
|
3187
3187
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
3188
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
3188
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
3189
3189
|
title: z.ZodString;
|
|
3190
3190
|
description: z.ZodString;
|
|
3191
3191
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -3268,7 +3268,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3268
3268
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3269
3269
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3270
3270
|
} | undefined;
|
|
3271
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
3271
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3272
3272
|
href: (string | {
|
|
3273
3273
|
base: string;
|
|
3274
3274
|
query?: {
|
|
@@ -3289,7 +3289,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3289
3289
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3290
3290
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3291
3291
|
} | undefined;
|
|
3292
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
3292
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3293
3293
|
href: (string | {
|
|
3294
3294
|
base: string;
|
|
3295
3295
|
query?: {
|
|
@@ -3312,7 +3312,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3312
3312
|
} | undefined;
|
|
3313
3313
|
})[]>;
|
|
3314
3314
|
}, "strip", z.ZodTypeAny, {
|
|
3315
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
3315
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3316
3316
|
href: (string | {
|
|
3317
3317
|
base: string;
|
|
3318
3318
|
query?: {
|
|
@@ -3335,7 +3335,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3335
3335
|
} | undefined;
|
|
3336
3336
|
})[];
|
|
3337
3337
|
}, {
|
|
3338
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
3338
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3339
3339
|
href: (string | {
|
|
3340
3340
|
base: string;
|
|
3341
3341
|
query?: {
|
|
@@ -3704,7 +3704,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3704
3704
|
};
|
|
3705
3705
|
} | undefined;
|
|
3706
3706
|
contextual?: {
|
|
3707
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
3707
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3708
3708
|
href: (string | {
|
|
3709
3709
|
base: string;
|
|
3710
3710
|
query?: {
|
|
@@ -4066,7 +4066,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4066
4066
|
};
|
|
4067
4067
|
} | undefined;
|
|
4068
4068
|
contextual?: {
|
|
4069
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
4069
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
4070
4070
|
href: (string | {
|
|
4071
4071
|
base: string;
|
|
4072
4072
|
query?: {
|
|
@@ -5231,7 +5231,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5231
5231
|
};
|
|
5232
5232
|
}>>;
|
|
5233
5233
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
5234
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
5234
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
5235
5235
|
title: z.ZodString;
|
|
5236
5236
|
description: z.ZodString;
|
|
5237
5237
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -5314,7 +5314,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5314
5314
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5315
5315
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5316
5316
|
} | undefined;
|
|
5317
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
5317
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5318
5318
|
href: (string | {
|
|
5319
5319
|
base: string;
|
|
5320
5320
|
query?: {
|
|
@@ -5335,7 +5335,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5335
5335
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5336
5336
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5337
5337
|
} | undefined;
|
|
5338
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
5338
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5339
5339
|
href: (string | {
|
|
5340
5340
|
base: string;
|
|
5341
5341
|
query?: {
|
|
@@ -5358,7 +5358,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5358
5358
|
} | undefined;
|
|
5359
5359
|
})[]>;
|
|
5360
5360
|
}, "strip", z.ZodTypeAny, {
|
|
5361
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
5361
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5362
5362
|
href: (string | {
|
|
5363
5363
|
base: string;
|
|
5364
5364
|
query?: {
|
|
@@ -5381,7 +5381,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5381
5381
|
} | undefined;
|
|
5382
5382
|
})[];
|
|
5383
5383
|
}, {
|
|
5384
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
5384
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5385
5385
|
href: (string | {
|
|
5386
5386
|
base: string;
|
|
5387
5387
|
query?: {
|
|
@@ -5750,7 +5750,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5750
5750
|
};
|
|
5751
5751
|
} | undefined;
|
|
5752
5752
|
contextual?: {
|
|
5753
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
5753
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5754
5754
|
href: (string | {
|
|
5755
5755
|
base: string;
|
|
5756
5756
|
query?: {
|
|
@@ -6112,7 +6112,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6112
6112
|
};
|
|
6113
6113
|
} | undefined;
|
|
6114
6114
|
contextual?: {
|
|
6115
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
6115
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
6116
6116
|
href: (string | {
|
|
6117
6117
|
base: string;
|
|
6118
6118
|
query?: {
|
|
@@ -7277,7 +7277,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7277
7277
|
};
|
|
7278
7278
|
}>>;
|
|
7279
7279
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
7280
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
7280
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
7281
7281
|
title: z.ZodString;
|
|
7282
7282
|
description: z.ZodString;
|
|
7283
7283
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -7360,7 +7360,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7360
7360
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7361
7361
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7362
7362
|
} | undefined;
|
|
7363
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
7363
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
7364
7364
|
href: (string | {
|
|
7365
7365
|
base: string;
|
|
7366
7366
|
query?: {
|
|
@@ -7381,7 +7381,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7381
7381
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7382
7382
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7383
7383
|
} | undefined;
|
|
7384
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
7384
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
7385
7385
|
href: (string | {
|
|
7386
7386
|
base: string;
|
|
7387
7387
|
query?: {
|
|
@@ -7404,7 +7404,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7404
7404
|
} | undefined;
|
|
7405
7405
|
})[]>;
|
|
7406
7406
|
}, "strip", z.ZodTypeAny, {
|
|
7407
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
7407
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
7408
7408
|
href: (string | {
|
|
7409
7409
|
base: string;
|
|
7410
7410
|
query?: {
|
|
@@ -7427,7 +7427,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7427
7427
|
} | undefined;
|
|
7428
7428
|
})[];
|
|
7429
7429
|
}, {
|
|
7430
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
7430
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
7431
7431
|
href: (string | {
|
|
7432
7432
|
base: string;
|
|
7433
7433
|
query?: {
|
|
@@ -7796,7 +7796,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7796
7796
|
};
|
|
7797
7797
|
} | undefined;
|
|
7798
7798
|
contextual?: {
|
|
7799
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
7799
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
7800
7800
|
href: (string | {
|
|
7801
7801
|
base: string;
|
|
7802
7802
|
query?: {
|
|
@@ -8158,7 +8158,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8158
8158
|
};
|
|
8159
8159
|
} | undefined;
|
|
8160
8160
|
contextual?: {
|
|
8161
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
8161
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
8162
8162
|
href: (string | {
|
|
8163
8163
|
base: string;
|
|
8164
8164
|
query?: {
|
|
@@ -9323,7 +9323,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9323
9323
|
};
|
|
9324
9324
|
}>>;
|
|
9325
9325
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
9326
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
9326
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
9327
9327
|
title: z.ZodString;
|
|
9328
9328
|
description: z.ZodString;
|
|
9329
9329
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -9406,7 +9406,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9406
9406
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9407
9407
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9408
9408
|
} | undefined;
|
|
9409
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
9409
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
9410
9410
|
href: (string | {
|
|
9411
9411
|
base: string;
|
|
9412
9412
|
query?: {
|
|
@@ -9427,7 +9427,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9427
9427
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9428
9428
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9429
9429
|
} | undefined;
|
|
9430
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
9430
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
9431
9431
|
href: (string | {
|
|
9432
9432
|
base: string;
|
|
9433
9433
|
query?: {
|
|
@@ -9450,7 +9450,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9450
9450
|
} | undefined;
|
|
9451
9451
|
})[]>;
|
|
9452
9452
|
}, "strip", z.ZodTypeAny, {
|
|
9453
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
9453
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
9454
9454
|
href: (string | {
|
|
9455
9455
|
base: string;
|
|
9456
9456
|
query?: {
|
|
@@ -9473,7 +9473,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9473
9473
|
} | undefined;
|
|
9474
9474
|
})[];
|
|
9475
9475
|
}, {
|
|
9476
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
9476
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
9477
9477
|
href: (string | {
|
|
9478
9478
|
base: string;
|
|
9479
9479
|
query?: {
|
|
@@ -9842,7 +9842,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9842
9842
|
};
|
|
9843
9843
|
} | undefined;
|
|
9844
9844
|
contextual?: {
|
|
9845
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
9845
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
9846
9846
|
href: (string | {
|
|
9847
9847
|
base: string;
|
|
9848
9848
|
query?: {
|
|
@@ -10204,7 +10204,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10204
10204
|
};
|
|
10205
10205
|
} | undefined;
|
|
10206
10206
|
contextual?: {
|
|
10207
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
10207
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
10208
10208
|
href: (string | {
|
|
10209
10209
|
base: string;
|
|
10210
10210
|
query?: {
|
|
@@ -11369,7 +11369,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11369
11369
|
};
|
|
11370
11370
|
}>>;
|
|
11371
11371
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
11372
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
11372
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
11373
11373
|
title: z.ZodString;
|
|
11374
11374
|
description: z.ZodString;
|
|
11375
11375
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -11452,7 +11452,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11452
11452
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11453
11453
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11454
11454
|
} | undefined;
|
|
11455
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
11455
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
11456
11456
|
href: (string | {
|
|
11457
11457
|
base: string;
|
|
11458
11458
|
query?: {
|
|
@@ -11473,7 +11473,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11473
11473
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11474
11474
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11475
11475
|
} | undefined;
|
|
11476
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
11476
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
11477
11477
|
href: (string | {
|
|
11478
11478
|
base: string;
|
|
11479
11479
|
query?: {
|
|
@@ -11496,7 +11496,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11496
11496
|
} | undefined;
|
|
11497
11497
|
})[]>;
|
|
11498
11498
|
}, "strip", z.ZodTypeAny, {
|
|
11499
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
11499
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
11500
11500
|
href: (string | {
|
|
11501
11501
|
base: string;
|
|
11502
11502
|
query?: {
|
|
@@ -11519,7 +11519,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11519
11519
|
} | undefined;
|
|
11520
11520
|
})[];
|
|
11521
11521
|
}, {
|
|
11522
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
11522
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
11523
11523
|
href: (string | {
|
|
11524
11524
|
base: string;
|
|
11525
11525
|
query?: {
|
|
@@ -11888,7 +11888,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11888
11888
|
};
|
|
11889
11889
|
} | undefined;
|
|
11890
11890
|
contextual?: {
|
|
11891
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
11891
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
11892
11892
|
href: (string | {
|
|
11893
11893
|
base: string;
|
|
11894
11894
|
query?: {
|
|
@@ -12250,7 +12250,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12250
12250
|
};
|
|
12251
12251
|
} | undefined;
|
|
12252
12252
|
contextual?: {
|
|
12253
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
12253
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
12254
12254
|
href: (string | {
|
|
12255
12255
|
base: string;
|
|
12256
12256
|
query?: {
|
|
@@ -13415,7 +13415,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13415
13415
|
};
|
|
13416
13416
|
}>>;
|
|
13417
13417
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
13418
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
13418
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
13419
13419
|
title: z.ZodString;
|
|
13420
13420
|
description: z.ZodString;
|
|
13421
13421
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -13498,7 +13498,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13498
13498
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13499
13499
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13500
13500
|
} | undefined;
|
|
13501
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
13501
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
13502
13502
|
href: (string | {
|
|
13503
13503
|
base: string;
|
|
13504
13504
|
query?: {
|
|
@@ -13519,7 +13519,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13519
13519
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13520
13520
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13521
13521
|
} | undefined;
|
|
13522
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
13522
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
13523
13523
|
href: (string | {
|
|
13524
13524
|
base: string;
|
|
13525
13525
|
query?: {
|
|
@@ -13542,7 +13542,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13542
13542
|
} | undefined;
|
|
13543
13543
|
})[]>;
|
|
13544
13544
|
}, "strip", z.ZodTypeAny, {
|
|
13545
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
13545
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
13546
13546
|
href: (string | {
|
|
13547
13547
|
base: string;
|
|
13548
13548
|
query?: {
|
|
@@ -13565,7 +13565,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13565
13565
|
} | undefined;
|
|
13566
13566
|
})[];
|
|
13567
13567
|
}, {
|
|
13568
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
13568
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
13569
13569
|
href: (string | {
|
|
13570
13570
|
base: string;
|
|
13571
13571
|
query?: {
|
|
@@ -13934,7 +13934,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13934
13934
|
};
|
|
13935
13935
|
} | undefined;
|
|
13936
13936
|
contextual?: {
|
|
13937
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
13937
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
13938
13938
|
href: (string | {
|
|
13939
13939
|
base: string;
|
|
13940
13940
|
query?: {
|
|
@@ -14296,7 +14296,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14296
14296
|
};
|
|
14297
14297
|
} | undefined;
|
|
14298
14298
|
contextual?: {
|
|
14299
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
14299
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
14300
14300
|
href: (string | {
|
|
14301
14301
|
base: string;
|
|
14302
14302
|
query?: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const contextualOptions: readonly ["copy", "view", "chatgpt", "claude", "perplexity"];
|
|
2
|
+
export declare const contextualOptions: readonly ["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"];
|
|
3
3
|
export type ContextualOption = (typeof contextualOptions)[number];
|
|
4
|
-
export declare const contextualHrefPresetValues: readonly ["$page", "$path"];
|
|
4
|
+
export declare const contextualHrefPresetValues: readonly ["$page", "$path", "$mcp"];
|
|
5
5
|
export type ContextualHrefPresetValue = (typeof contextualHrefPresetValues)[number];
|
|
6
6
|
export declare const DetailedContextualHrefSchema: z.ZodObject<{
|
|
7
7
|
base: z.ZodString;
|
|
@@ -113,7 +113,7 @@ export declare const customContextualOption: z.ZodObject<{
|
|
|
113
113
|
} | undefined;
|
|
114
114
|
}>;
|
|
115
115
|
export declare const contextualSchema: z.ZodObject<{
|
|
116
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, z.ZodObject<{
|
|
116
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
117
117
|
title: z.ZodString;
|
|
118
118
|
description: z.ZodString;
|
|
119
119
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -196,7 +196,7 @@ export declare const contextualSchema: z.ZodObject<{
|
|
|
196
196
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
197
197
|
library?: "fontawesome" | "lucide" | undefined;
|
|
198
198
|
} | undefined;
|
|
199
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
199
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
200
200
|
href: (string | {
|
|
201
201
|
base: string;
|
|
202
202
|
query?: {
|
|
@@ -217,7 +217,7 @@ export declare const contextualSchema: z.ZodObject<{
|
|
|
217
217
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
218
218
|
library?: "fontawesome" | "lucide" | undefined;
|
|
219
219
|
} | undefined;
|
|
220
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
220
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
221
221
|
href: (string | {
|
|
222
222
|
base: string;
|
|
223
223
|
query?: {
|
|
@@ -240,7 +240,7 @@ export declare const contextualSchema: z.ZodObject<{
|
|
|
240
240
|
} | undefined;
|
|
241
241
|
})[]>;
|
|
242
242
|
}, "strip", z.ZodTypeAny, {
|
|
243
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
243
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
244
244
|
href: (string | {
|
|
245
245
|
base: string;
|
|
246
246
|
query?: {
|
|
@@ -263,7 +263,7 @@ export declare const contextualSchema: z.ZodObject<{
|
|
|
263
263
|
} | undefined;
|
|
264
264
|
})[];
|
|
265
265
|
}, {
|
|
266
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
266
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
267
267
|
href: (string | {
|
|
268
268
|
base: string;
|
|
269
269
|
query?: {
|
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { iconSchema } from './reusable/icon.js';
|
|
3
|
-
export const contextualOptions = [
|
|
4
|
-
|
|
3
|
+
export const contextualOptions = [
|
|
4
|
+
'copy',
|
|
5
|
+
'view',
|
|
6
|
+
'chatgpt',
|
|
7
|
+
'claude',
|
|
8
|
+
'perplexity',
|
|
9
|
+
'mcp',
|
|
10
|
+
'cursor',
|
|
11
|
+
'vscode',
|
|
12
|
+
];
|
|
13
|
+
export const contextualHrefPresetValues = ['$page', '$path', '$mcp'];
|
|
5
14
|
export const DetailedContextualHrefSchema = z.object({
|
|
6
15
|
base: z.string(),
|
|
7
16
|
query: z
|
|
@@ -1137,7 +1137,7 @@ export declare const almondConfigSchema: 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 almondConfigSchema: 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 almondConfigSchema: 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 almondConfigSchema: 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 almondConfigSchema: 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 almondConfigSchema: 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 almondConfigSchema: 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 aspenConfigSchema: 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 aspenConfigSchema: 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 aspenConfigSchema: 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 aspenConfigSchema: 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 aspenConfigSchema: 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 aspenConfigSchema: 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 aspenConfigSchema: 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?: {
|