@mintlify/validation 0.1.571 → 0.1.572
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 +56 -56
- package/dist/mint-config/schemas/v2/properties/contextual.d.ts +6 -6
- package/dist/mint-config/schemas/v2/properties/contextual.js +1 -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/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
|
@@ -1278,7 +1278,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1278
1278
|
};
|
|
1279
1279
|
}>>;
|
|
1280
1280
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1281
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1281
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1282
1282
|
title: z.ZodString;
|
|
1283
1283
|
description: z.ZodString;
|
|
1284
1284
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1349,7 +1349,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1349
1349
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1350
1350
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1351
1351
|
} | undefined;
|
|
1352
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1352
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1353
1353
|
href: string | {
|
|
1354
1354
|
base: string;
|
|
1355
1355
|
query?: {
|
|
@@ -1364,7 +1364,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1365
1365
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1366
1366
|
} | undefined;
|
|
1367
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1367
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1368
1368
|
href: string | {
|
|
1369
1369
|
base: string;
|
|
1370
1370
|
query?: {
|
|
@@ -1381,7 +1381,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1381
1381
|
} | undefined;
|
|
1382
1382
|
})[]>;
|
|
1383
1383
|
}, "strip", z.ZodTypeAny, {
|
|
1384
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1384
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1385
1385
|
href: string | {
|
|
1386
1386
|
base: string;
|
|
1387
1387
|
query?: {
|
|
@@ -1398,7 +1398,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1398
1398
|
} | undefined;
|
|
1399
1399
|
})[];
|
|
1400
1400
|
}, {
|
|
1401
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1401
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1402
1402
|
href: string | {
|
|
1403
1403
|
base: string;
|
|
1404
1404
|
query?: {
|
|
@@ -1751,7 +1751,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1751
1751
|
};
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
contextual?: {
|
|
1754
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1754
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1755
1755
|
href: string | {
|
|
1756
1756
|
base: string;
|
|
1757
1757
|
query?: {
|
|
@@ -2076,7 +2076,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
2076
2076
|
};
|
|
2077
2077
|
} | undefined;
|
|
2078
2078
|
contextual?: {
|
|
2079
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2079
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2080
2080
|
href: string | {
|
|
2081
2081
|
base: string;
|
|
2082
2082
|
query?: {
|
|
@@ -1278,7 +1278,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1278
1278
|
};
|
|
1279
1279
|
}>>;
|
|
1280
1280
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1281
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1281
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1282
1282
|
title: z.ZodString;
|
|
1283
1283
|
description: z.ZodString;
|
|
1284
1284
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1349,7 +1349,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1349
1349
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1350
1350
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1351
1351
|
} | undefined;
|
|
1352
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1352
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1353
1353
|
href: string | {
|
|
1354
1354
|
base: string;
|
|
1355
1355
|
query?: {
|
|
@@ -1364,7 +1364,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1365
1365
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1366
1366
|
} | undefined;
|
|
1367
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1367
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1368
1368
|
href: string | {
|
|
1369
1369
|
base: string;
|
|
1370
1370
|
query?: {
|
|
@@ -1381,7 +1381,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1381
1381
|
} | undefined;
|
|
1382
1382
|
})[]>;
|
|
1383
1383
|
}, "strip", z.ZodTypeAny, {
|
|
1384
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1384
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1385
1385
|
href: string | {
|
|
1386
1386
|
base: string;
|
|
1387
1387
|
query?: {
|
|
@@ -1398,7 +1398,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1398
1398
|
} | undefined;
|
|
1399
1399
|
})[];
|
|
1400
1400
|
}, {
|
|
1401
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1401
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1402
1402
|
href: string | {
|
|
1403
1403
|
base: string;
|
|
1404
1404
|
query?: {
|
|
@@ -1751,7 +1751,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1751
1751
|
};
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
contextual?: {
|
|
1754
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1754
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1755
1755
|
href: string | {
|
|
1756
1756
|
base: string;
|
|
1757
1757
|
query?: {
|
|
@@ -2076,7 +2076,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2076
2076
|
};
|
|
2077
2077
|
} | undefined;
|
|
2078
2078
|
contextual?: {
|
|
2079
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2079
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2080
2080
|
href: string | {
|
|
2081
2081
|
base: string;
|
|
2082
2082
|
query?: {
|
|
@@ -1278,7 +1278,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1278
1278
|
};
|
|
1279
1279
|
}>>;
|
|
1280
1280
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1281
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1281
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1282
1282
|
title: z.ZodString;
|
|
1283
1283
|
description: z.ZodString;
|
|
1284
1284
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1349,7 +1349,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1349
1349
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1350
1350
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1351
1351
|
} | undefined;
|
|
1352
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1352
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1353
1353
|
href: string | {
|
|
1354
1354
|
base: string;
|
|
1355
1355
|
query?: {
|
|
@@ -1364,7 +1364,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1365
1365
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1366
1366
|
} | undefined;
|
|
1367
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1367
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1368
1368
|
href: string | {
|
|
1369
1369
|
base: string;
|
|
1370
1370
|
query?: {
|
|
@@ -1381,7 +1381,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1381
1381
|
} | undefined;
|
|
1382
1382
|
})[]>;
|
|
1383
1383
|
}, "strip", z.ZodTypeAny, {
|
|
1384
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1384
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1385
1385
|
href: string | {
|
|
1386
1386
|
base: string;
|
|
1387
1387
|
query?: {
|
|
@@ -1398,7 +1398,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1398
1398
|
} | undefined;
|
|
1399
1399
|
})[];
|
|
1400
1400
|
}, {
|
|
1401
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1401
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1402
1402
|
href: string | {
|
|
1403
1403
|
base: string;
|
|
1404
1404
|
query?: {
|
|
@@ -1751,7 +1751,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1751
1751
|
};
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
contextual?: {
|
|
1754
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1754
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1755
1755
|
href: string | {
|
|
1756
1756
|
base: string;
|
|
1757
1757
|
query?: {
|
|
@@ -2076,7 +2076,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2076
2076
|
};
|
|
2077
2077
|
} | undefined;
|
|
2078
2078
|
contextual?: {
|
|
2079
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2079
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2080
2080
|
href: string | {
|
|
2081
2081
|
base: string;
|
|
2082
2082
|
query?: {
|
|
@@ -1278,7 +1278,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1278
1278
|
};
|
|
1279
1279
|
}>>;
|
|
1280
1280
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1281
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1281
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1282
1282
|
title: z.ZodString;
|
|
1283
1283
|
description: z.ZodString;
|
|
1284
1284
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1349,7 +1349,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1349
1349
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1350
1350
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1351
1351
|
} | undefined;
|
|
1352
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1352
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1353
1353
|
href: string | {
|
|
1354
1354
|
base: string;
|
|
1355
1355
|
query?: {
|
|
@@ -1364,7 +1364,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1365
1365
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1366
1366
|
} | undefined;
|
|
1367
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1367
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1368
1368
|
href: string | {
|
|
1369
1369
|
base: string;
|
|
1370
1370
|
query?: {
|
|
@@ -1381,7 +1381,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1381
1381
|
} | undefined;
|
|
1382
1382
|
})[]>;
|
|
1383
1383
|
}, "strip", z.ZodTypeAny, {
|
|
1384
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1384
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1385
1385
|
href: string | {
|
|
1386
1386
|
base: string;
|
|
1387
1387
|
query?: {
|
|
@@ -1398,7 +1398,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1398
1398
|
} | undefined;
|
|
1399
1399
|
})[];
|
|
1400
1400
|
}, {
|
|
1401
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1401
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1402
1402
|
href: string | {
|
|
1403
1403
|
base: string;
|
|
1404
1404
|
query?: {
|
|
@@ -1751,7 +1751,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1751
1751
|
};
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
contextual?: {
|
|
1754
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1754
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1755
1755
|
href: string | {
|
|
1756
1756
|
base: string;
|
|
1757
1757
|
query?: {
|
|
@@ -2076,7 +2076,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2076
2076
|
};
|
|
2077
2077
|
} | undefined;
|
|
2078
2078
|
contextual?: {
|
|
2079
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2079
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2080
2080
|
href: string | {
|
|
2081
2081
|
base: string;
|
|
2082
2082
|
query?: {
|
|
@@ -1278,7 +1278,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1278
1278
|
};
|
|
1279
1279
|
}>>;
|
|
1280
1280
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1281
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1281
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1282
1282
|
title: z.ZodString;
|
|
1283
1283
|
description: z.ZodString;
|
|
1284
1284
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1349,7 +1349,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1349
1349
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1350
1350
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1351
1351
|
} | undefined;
|
|
1352
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1352
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1353
1353
|
href: string | {
|
|
1354
1354
|
base: string;
|
|
1355
1355
|
query?: {
|
|
@@ -1364,7 +1364,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1365
1365
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1366
1366
|
} | undefined;
|
|
1367
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1367
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1368
1368
|
href: string | {
|
|
1369
1369
|
base: string;
|
|
1370
1370
|
query?: {
|
|
@@ -1381,7 +1381,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1381
1381
|
} | undefined;
|
|
1382
1382
|
})[]>;
|
|
1383
1383
|
}, "strip", z.ZodTypeAny, {
|
|
1384
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1384
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1385
1385
|
href: string | {
|
|
1386
1386
|
base: string;
|
|
1387
1387
|
query?: {
|
|
@@ -1398,7 +1398,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1398
1398
|
} | undefined;
|
|
1399
1399
|
})[];
|
|
1400
1400
|
}, {
|
|
1401
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1401
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1402
1402
|
href: string | {
|
|
1403
1403
|
base: string;
|
|
1404
1404
|
query?: {
|
|
@@ -1751,7 +1751,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1751
1751
|
};
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
contextual?: {
|
|
1754
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1754
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1755
1755
|
href: string | {
|
|
1756
1756
|
base: string;
|
|
1757
1757
|
query?: {
|
|
@@ -2076,7 +2076,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2076
2076
|
};
|
|
2077
2077
|
} | undefined;
|
|
2078
2078
|
contextual?: {
|
|
2079
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2079
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2080
2080
|
href: string | {
|
|
2081
2081
|
base: string;
|
|
2082
2082
|
query?: {
|
|
@@ -1277,7 +1277,7 @@ export declare const standardConfigSchema: {
|
|
|
1277
1277
|
};
|
|
1278
1278
|
}>>;
|
|
1279
1279
|
contextual: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1280
|
-
options: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, import("zod").ZodObject<{
|
|
1280
|
+
options: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, import("zod").ZodObject<{
|
|
1281
1281
|
title: import("zod").ZodString;
|
|
1282
1282
|
description: import("zod").ZodString;
|
|
1283
1283
|
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
@@ -1348,7 +1348,7 @@ export declare const standardConfigSchema: {
|
|
|
1348
1348
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1349
1349
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1350
1350
|
} | undefined;
|
|
1351
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1351
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1352
1352
|
href: string | {
|
|
1353
1353
|
base: string;
|
|
1354
1354
|
query?: {
|
|
@@ -1363,7 +1363,7 @@ export declare const standardConfigSchema: {
|
|
|
1363
1363
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1364
1364
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1365
1365
|
} | undefined;
|
|
1366
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1366
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1367
1367
|
href: string | {
|
|
1368
1368
|
base: string;
|
|
1369
1369
|
query?: {
|
|
@@ -1380,7 +1380,7 @@ export declare const standardConfigSchema: {
|
|
|
1380
1380
|
} | undefined;
|
|
1381
1381
|
})[]>;
|
|
1382
1382
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1383
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1383
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1384
1384
|
href: string | {
|
|
1385
1385
|
base: string;
|
|
1386
1386
|
query?: {
|
|
@@ -1397,7 +1397,7 @@ export declare const standardConfigSchema: {
|
|
|
1397
1397
|
} | undefined;
|
|
1398
1398
|
})[];
|
|
1399
1399
|
}, {
|
|
1400
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1400
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1401
1401
|
href: string | {
|
|
1402
1402
|
base: string;
|
|
1403
1403
|
query?: {
|
|
@@ -1278,7 +1278,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1278
1278
|
};
|
|
1279
1279
|
}>>;
|
|
1280
1280
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1281
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1281
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity", "grok", "mcp", "cursor", "vscode"]>, z.ZodObject<{
|
|
1282
1282
|
title: z.ZodString;
|
|
1283
1283
|
description: z.ZodString;
|
|
1284
1284
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1349,7 +1349,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1349
1349
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1350
1350
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1351
1351
|
} | undefined;
|
|
1352
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1352
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1353
1353
|
href: string | {
|
|
1354
1354
|
base: string;
|
|
1355
1355
|
query?: {
|
|
@@ -1364,7 +1364,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1365
1365
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1366
1366
|
} | undefined;
|
|
1367
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1367
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1368
1368
|
href: string | {
|
|
1369
1369
|
base: string;
|
|
1370
1370
|
query?: {
|
|
@@ -1381,7 +1381,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1381
1381
|
} | undefined;
|
|
1382
1382
|
})[]>;
|
|
1383
1383
|
}, "strip", z.ZodTypeAny, {
|
|
1384
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1384
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1385
1385
|
href: string | {
|
|
1386
1386
|
base: string;
|
|
1387
1387
|
query?: {
|
|
@@ -1398,7 +1398,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1398
1398
|
} | undefined;
|
|
1399
1399
|
})[];
|
|
1400
1400
|
}, {
|
|
1401
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1401
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1402
1402
|
href: string | {
|
|
1403
1403
|
base: string;
|
|
1404
1404
|
query?: {
|
|
@@ -1751,7 +1751,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1751
1751
|
};
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
contextual?: {
|
|
1754
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1754
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1755
1755
|
href: string | {
|
|
1756
1756
|
base: string;
|
|
1757
1757
|
query?: {
|
|
@@ -2076,7 +2076,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2076
2076
|
};
|
|
2077
2077
|
} | undefined;
|
|
2078
2078
|
contextual?: {
|
|
2079
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2079
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2080
2080
|
href: string | {
|
|
2081
2081
|
base: string;
|
|
2082
2082
|
query?: {
|
|
@@ -791,7 +791,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
791
791
|
};
|
|
792
792
|
} | undefined;
|
|
793
793
|
contextual?: {
|
|
794
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
794
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
795
795
|
href: string | {
|
|
796
796
|
base: string;
|
|
797
797
|
query?: {
|
|
@@ -1116,7 +1116,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1116
1116
|
};
|
|
1117
1117
|
} | undefined;
|
|
1118
1118
|
contextual?: {
|
|
1119
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1119
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1120
1120
|
href: string | {
|
|
1121
1121
|
base: string;
|
|
1122
1122
|
query?: {
|
|
@@ -1441,7 +1441,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1441
1441
|
};
|
|
1442
1442
|
} | undefined;
|
|
1443
1443
|
contextual?: {
|
|
1444
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1444
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1445
1445
|
href: string | {
|
|
1446
1446
|
base: string;
|
|
1447
1447
|
query?: {
|
|
@@ -1766,7 +1766,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1766
1766
|
};
|
|
1767
1767
|
} | undefined;
|
|
1768
1768
|
contextual?: {
|
|
1769
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1769
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1770
1770
|
href: string | {
|
|
1771
1771
|
base: string;
|
|
1772
1772
|
query?: {
|
|
@@ -2091,7 +2091,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2091
2091
|
};
|
|
2092
2092
|
} | undefined;
|
|
2093
2093
|
contextual?: {
|
|
2094
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2094
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2095
2095
|
href: string | {
|
|
2096
2096
|
base: string;
|
|
2097
2097
|
query?: {
|
|
@@ -2416,7 +2416,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2416
2416
|
};
|
|
2417
2417
|
} | undefined;
|
|
2418
2418
|
contextual?: {
|
|
2419
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2419
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2420
2420
|
href: string | {
|
|
2421
2421
|
base: string;
|
|
2422
2422
|
query?: {
|
|
@@ -2741,7 +2741,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2741
2741
|
};
|
|
2742
2742
|
} | undefined;
|
|
2743
2743
|
contextual?: {
|
|
2744
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2744
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2745
2745
|
href: string | {
|
|
2746
2746
|
base: string;
|
|
2747
2747
|
query?: {
|
|
@@ -3069,7 +3069,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3069
3069
|
};
|
|
3070
3070
|
} | undefined;
|
|
3071
3071
|
contextual?: {
|
|
3072
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3072
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3073
3073
|
href: string | {
|
|
3074
3074
|
base: string;
|
|
3075
3075
|
query?: {
|
|
@@ -3394,7 +3394,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3394
3394
|
};
|
|
3395
3395
|
} | undefined;
|
|
3396
3396
|
contextual?: {
|
|
3397
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3397
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3398
3398
|
href: string | {
|
|
3399
3399
|
base: string;
|
|
3400
3400
|
query?: {
|
|
@@ -3719,7 +3719,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3719
3719
|
};
|
|
3720
3720
|
} | undefined;
|
|
3721
3721
|
contextual?: {
|
|
3722
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
3722
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3723
3723
|
href: string | {
|
|
3724
3724
|
base: string;
|
|
3725
3725
|
query?: {
|
|
@@ -4044,7 +4044,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4044
4044
|
};
|
|
4045
4045
|
} | undefined;
|
|
4046
4046
|
contextual?: {
|
|
4047
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
4047
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4048
4048
|
href: string | {
|
|
4049
4049
|
base: string;
|
|
4050
4050
|
query?: {
|
|
@@ -4369,7 +4369,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4369
4369
|
};
|
|
4370
4370
|
} | undefined;
|
|
4371
4371
|
contextual?: {
|
|
4372
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
4372
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4373
4373
|
href: string | {
|
|
4374
4374
|
base: string;
|
|
4375
4375
|
query?: {
|
|
@@ -4694,7 +4694,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4694
4694
|
};
|
|
4695
4695
|
} | undefined;
|
|
4696
4696
|
contextual?: {
|
|
4697
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
4697
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4698
4698
|
href: string | {
|
|
4699
4699
|
base: string;
|
|
4700
4700
|
query?: {
|
|
@@ -5019,7 +5019,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5019
5019
|
};
|
|
5020
5020
|
} | undefined;
|
|
5021
5021
|
contextual?: {
|
|
5022
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
5022
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5023
5023
|
href: string | {
|
|
5024
5024
|
base: string;
|
|
5025
5025
|
query?: {
|