@mintlify/validation 0.1.405 → 0.1.407
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 +10 -10
- package/dist/mint-config/schemas/v2/properties/contextual.js +3 -3
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +8 -8
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +6 -6
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +8 -8
- package/dist/mint-config/validateConfig.d.ts +14 -14
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -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"]>, z.ZodObject<{
|
|
1140
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, 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<{
|
|
@@ -1157,7 +1157,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1157
1157
|
base: z.ZodString;
|
|
1158
1158
|
query: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1159
1159
|
key: z.ZodString;
|
|
1160
|
-
value: z.
|
|
1160
|
+
value: z.ZodString;
|
|
1161
1161
|
}, "strip", z.ZodTypeAny, {
|
|
1162
1162
|
value: string;
|
|
1163
1163
|
key: string;
|
|
@@ -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" | {
|
|
1223
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
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" | {
|
|
1244
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
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" | {
|
|
1267
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
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" | {
|
|
1290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
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" | {
|
|
1659
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
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" | {
|
|
2021
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
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"]>, z.ZodObject<{
|
|
1140
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, 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<{
|
|
@@ -1157,7 +1157,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1157
1157
|
base: z.ZodString;
|
|
1158
1158
|
query: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1159
1159
|
key: z.ZodString;
|
|
1160
|
-
value: z.
|
|
1160
|
+
value: z.ZodString;
|
|
1161
1161
|
}, "strip", z.ZodTypeAny, {
|
|
1162
1162
|
value: string;
|
|
1163
1163
|
key: string;
|
|
@@ -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" | {
|
|
1223
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
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" | {
|
|
1244
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
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" | {
|
|
1267
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
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" | {
|
|
1290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
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" | {
|
|
1659
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
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" | {
|
|
2021
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2022
2022
|
href: (string | {
|
|
2023
2023
|
base: string;
|
|
2024
2024
|
query?: {
|
|
@@ -1137,7 +1137,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1137
1137
|
};
|
|
1138
1138
|
}>>;
|
|
1139
1139
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1140
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, z.ZodObject<{
|
|
1140
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, 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<{
|
|
@@ -1157,7 +1157,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1157
1157
|
base: z.ZodString;
|
|
1158
1158
|
query: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1159
1159
|
key: z.ZodString;
|
|
1160
|
-
value: z.
|
|
1160
|
+
value: z.ZodString;
|
|
1161
1161
|
}, "strip", z.ZodTypeAny, {
|
|
1162
1162
|
value: string;
|
|
1163
1163
|
key: string;
|
|
@@ -1220,7 +1220,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1220
1220
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1221
1221
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1222
1222
|
} | undefined;
|
|
1223
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1223
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1224
1224
|
href: (string | {
|
|
1225
1225
|
base: string;
|
|
1226
1226
|
query?: {
|
|
@@ -1241,7 +1241,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1241
1241
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1242
1242
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1243
1243
|
} | undefined;
|
|
1244
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1244
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1245
1245
|
href: (string | {
|
|
1246
1246
|
base: string;
|
|
1247
1247
|
query?: {
|
|
@@ -1264,7 +1264,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1264
1264
|
} | undefined;
|
|
1265
1265
|
})[]>;
|
|
1266
1266
|
}, "strip", z.ZodTypeAny, {
|
|
1267
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1267
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1268
1268
|
href: (string | {
|
|
1269
1269
|
base: string;
|
|
1270
1270
|
query?: {
|
|
@@ -1287,7 +1287,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1287
1287
|
} | undefined;
|
|
1288
1288
|
})[];
|
|
1289
1289
|
}, {
|
|
1290
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1291
1291
|
href: (string | {
|
|
1292
1292
|
base: string;
|
|
1293
1293
|
query?: {
|
|
@@ -1656,7 +1656,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1656
1656
|
};
|
|
1657
1657
|
} | undefined;
|
|
1658
1658
|
contextual?: {
|
|
1659
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1659
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1660
1660
|
href: (string | {
|
|
1661
1661
|
base: string;
|
|
1662
1662
|
query?: {
|
|
@@ -2018,7 +2018,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2018
2018
|
};
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
contextual?: {
|
|
2021
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
2021
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2022
2022
|
href: (string | {
|
|
2023
2023
|
base: string;
|
|
2024
2024
|
query?: {
|
|
@@ -1137,7 +1137,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1137
1137
|
};
|
|
1138
1138
|
}>>;
|
|
1139
1139
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1140
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, z.ZodObject<{
|
|
1140
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, 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<{
|
|
@@ -1157,7 +1157,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1157
1157
|
base: z.ZodString;
|
|
1158
1158
|
query: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1159
1159
|
key: z.ZodString;
|
|
1160
|
-
value: z.
|
|
1160
|
+
value: z.ZodString;
|
|
1161
1161
|
}, "strip", z.ZodTypeAny, {
|
|
1162
1162
|
value: string;
|
|
1163
1163
|
key: string;
|
|
@@ -1220,7 +1220,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1220
1220
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1221
1221
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1222
1222
|
} | undefined;
|
|
1223
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1223
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1224
1224
|
href: (string | {
|
|
1225
1225
|
base: string;
|
|
1226
1226
|
query?: {
|
|
@@ -1241,7 +1241,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1241
1241
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1242
1242
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1243
1243
|
} | undefined;
|
|
1244
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1244
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1245
1245
|
href: (string | {
|
|
1246
1246
|
base: string;
|
|
1247
1247
|
query?: {
|
|
@@ -1264,7 +1264,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1264
1264
|
} | undefined;
|
|
1265
1265
|
})[]>;
|
|
1266
1266
|
}, "strip", z.ZodTypeAny, {
|
|
1267
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1267
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1268
1268
|
href: (string | {
|
|
1269
1269
|
base: string;
|
|
1270
1270
|
query?: {
|
|
@@ -1287,7 +1287,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1287
1287
|
} | undefined;
|
|
1288
1288
|
})[];
|
|
1289
1289
|
}, {
|
|
1290
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1291
1291
|
href: (string | {
|
|
1292
1292
|
base: string;
|
|
1293
1293
|
query?: {
|
|
@@ -1656,7 +1656,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1656
1656
|
};
|
|
1657
1657
|
} | undefined;
|
|
1658
1658
|
contextual?: {
|
|
1659
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1659
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1660
1660
|
href: (string | {
|
|
1661
1661
|
base: string;
|
|
1662
1662
|
query?: {
|
|
@@ -2018,7 +2018,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2018
2018
|
};
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
contextual?: {
|
|
2021
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
2021
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2022
2022
|
href: (string | {
|
|
2023
2023
|
base: string;
|
|
2024
2024
|
query?: {
|
|
@@ -1137,7 +1137,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1137
1137
|
};
|
|
1138
1138
|
}>>;
|
|
1139
1139
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1140
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, z.ZodObject<{
|
|
1140
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, 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<{
|
|
@@ -1157,7 +1157,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1157
1157
|
base: z.ZodString;
|
|
1158
1158
|
query: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1159
1159
|
key: z.ZodString;
|
|
1160
|
-
value: z.
|
|
1160
|
+
value: z.ZodString;
|
|
1161
1161
|
}, "strip", z.ZodTypeAny, {
|
|
1162
1162
|
value: string;
|
|
1163
1163
|
key: string;
|
|
@@ -1220,7 +1220,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1220
1220
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1221
1221
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1222
1222
|
} | undefined;
|
|
1223
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1223
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1224
1224
|
href: (string | {
|
|
1225
1225
|
base: string;
|
|
1226
1226
|
query?: {
|
|
@@ -1241,7 +1241,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1241
1241
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1242
1242
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1243
1243
|
} | undefined;
|
|
1244
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1244
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1245
1245
|
href: (string | {
|
|
1246
1246
|
base: string;
|
|
1247
1247
|
query?: {
|
|
@@ -1264,7 +1264,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1264
1264
|
} | undefined;
|
|
1265
1265
|
})[]>;
|
|
1266
1266
|
}, "strip", z.ZodTypeAny, {
|
|
1267
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1267
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1268
1268
|
href: (string | {
|
|
1269
1269
|
base: string;
|
|
1270
1270
|
query?: {
|
|
@@ -1287,7 +1287,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1287
1287
|
} | undefined;
|
|
1288
1288
|
})[];
|
|
1289
1289
|
}, {
|
|
1290
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1291
1291
|
href: (string | {
|
|
1292
1292
|
base: string;
|
|
1293
1293
|
query?: {
|
|
@@ -1656,7 +1656,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1656
1656
|
};
|
|
1657
1657
|
} | undefined;
|
|
1658
1658
|
contextual?: {
|
|
1659
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1659
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1660
1660
|
href: (string | {
|
|
1661
1661
|
base: string;
|
|
1662
1662
|
query?: {
|
|
@@ -2018,7 +2018,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2018
2018
|
};
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
contextual?: {
|
|
2021
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
2021
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2022
2022
|
href: (string | {
|
|
2023
2023
|
base: string;
|
|
2024
2024
|
query?: {
|
|
@@ -1137,7 +1137,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1137
1137
|
};
|
|
1138
1138
|
}>>;
|
|
1139
1139
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1140
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, z.ZodObject<{
|
|
1140
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, 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<{
|
|
@@ -1157,7 +1157,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1157
1157
|
base: z.ZodString;
|
|
1158
1158
|
query: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1159
1159
|
key: z.ZodString;
|
|
1160
|
-
value: z.
|
|
1160
|
+
value: z.ZodString;
|
|
1161
1161
|
}, "strip", z.ZodTypeAny, {
|
|
1162
1162
|
value: string;
|
|
1163
1163
|
key: string;
|
|
@@ -1220,7 +1220,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1220
1220
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1221
1221
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1222
1222
|
} | undefined;
|
|
1223
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1223
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1224
1224
|
href: (string | {
|
|
1225
1225
|
base: string;
|
|
1226
1226
|
query?: {
|
|
@@ -1241,7 +1241,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1241
1241
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1242
1242
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1243
1243
|
} | undefined;
|
|
1244
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1244
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1245
1245
|
href: (string | {
|
|
1246
1246
|
base: string;
|
|
1247
1247
|
query?: {
|
|
@@ -1264,7 +1264,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1264
1264
|
} | undefined;
|
|
1265
1265
|
})[]>;
|
|
1266
1266
|
}, "strip", z.ZodTypeAny, {
|
|
1267
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1267
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1268
1268
|
href: (string | {
|
|
1269
1269
|
base: string;
|
|
1270
1270
|
query?: {
|
|
@@ -1287,7 +1287,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1287
1287
|
} | undefined;
|
|
1288
1288
|
})[];
|
|
1289
1289
|
}, {
|
|
1290
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1291
1291
|
href: (string | {
|
|
1292
1292
|
base: string;
|
|
1293
1293
|
query?: {
|
|
@@ -1656,7 +1656,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1656
1656
|
};
|
|
1657
1657
|
} | undefined;
|
|
1658
1658
|
contextual?: {
|
|
1659
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1659
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1660
1660
|
href: (string | {
|
|
1661
1661
|
base: string;
|
|
1662
1662
|
query?: {
|
|
@@ -2018,7 +2018,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2018
2018
|
};
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
contextual?: {
|
|
2021
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
2021
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2022
2022
|
href: (string | {
|
|
2023
2023
|
base: string;
|
|
2024
2024
|
query?: {
|
|
@@ -1136,7 +1136,7 @@ export declare const standardConfigSchema: {
|
|
|
1136
1136
|
};
|
|
1137
1137
|
}>>;
|
|
1138
1138
|
contextual: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1139
|
-
options: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEnum<["copy", "view", "chatgpt", "claude"]>, import("zod").ZodObject<{
|
|
1139
|
+
options: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, import("zod").ZodObject<{
|
|
1140
1140
|
title: import("zod").ZodString;
|
|
1141
1141
|
description: import("zod").ZodString;
|
|
1142
1142
|
icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
|
|
@@ -1156,7 +1156,7 @@ export declare const standardConfigSchema: {
|
|
|
1156
1156
|
base: import("zod").ZodString;
|
|
1157
1157
|
query: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1158
1158
|
key: import("zod").ZodString;
|
|
1159
|
-
value: import("zod").
|
|
1159
|
+
value: import("zod").ZodString;
|
|
1160
1160
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1161
1161
|
value: string;
|
|
1162
1162
|
key: string;
|
|
@@ -1219,7 +1219,7 @@ export declare const standardConfigSchema: {
|
|
|
1219
1219
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1220
1220
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1221
1221
|
} | undefined;
|
|
1222
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1222
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1223
1223
|
href: (string | {
|
|
1224
1224
|
base: string;
|
|
1225
1225
|
query?: {
|
|
@@ -1240,7 +1240,7 @@ export declare const standardConfigSchema: {
|
|
|
1240
1240
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1241
1241
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1242
1242
|
} | undefined;
|
|
1243
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1243
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1244
1244
|
href: (string | {
|
|
1245
1245
|
base: string;
|
|
1246
1246
|
query?: {
|
|
@@ -1263,7 +1263,7 @@ export declare const standardConfigSchema: {
|
|
|
1263
1263
|
} | undefined;
|
|
1264
1264
|
})[]>;
|
|
1265
1265
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1266
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1266
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1267
1267
|
href: (string | {
|
|
1268
1268
|
base: string;
|
|
1269
1269
|
query?: {
|
|
@@ -1286,7 +1286,7 @@ export declare const standardConfigSchema: {
|
|
|
1286
1286
|
} | undefined;
|
|
1287
1287
|
})[];
|
|
1288
1288
|
}, {
|
|
1289
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1289
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1290
1290
|
href: (string | {
|
|
1291
1291
|
base: string;
|
|
1292
1292
|
query?: {
|
|
@@ -1137,7 +1137,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1137
1137
|
};
|
|
1138
1138
|
}>>;
|
|
1139
1139
|
contextual: z.ZodOptional<z.ZodObject<{
|
|
1140
|
-
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, z.ZodObject<{
|
|
1140
|
+
options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude", "perplexity"]>, 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<{
|
|
@@ -1157,7 +1157,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1157
1157
|
base: z.ZodString;
|
|
1158
1158
|
query: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1159
1159
|
key: z.ZodString;
|
|
1160
|
-
value: z.
|
|
1160
|
+
value: z.ZodString;
|
|
1161
1161
|
}, "strip", z.ZodTypeAny, {
|
|
1162
1162
|
value: string;
|
|
1163
1163
|
key: string;
|
|
@@ -1220,7 +1220,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1220
1220
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1221
1221
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1222
1222
|
} | undefined;
|
|
1223
|
-
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1223
|
+
}>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1224
1224
|
href: (string | {
|
|
1225
1225
|
base: string;
|
|
1226
1226
|
query?: {
|
|
@@ -1241,7 +1241,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1241
1241
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1242
1242
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1243
1243
|
} | undefined;
|
|
1244
|
-
})[], ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1244
|
+
})[], ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1245
1245
|
href: (string | {
|
|
1246
1246
|
base: string;
|
|
1247
1247
|
query?: {
|
|
@@ -1264,7 +1264,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1264
1264
|
} | undefined;
|
|
1265
1265
|
})[]>;
|
|
1266
1266
|
}, "strip", z.ZodTypeAny, {
|
|
1267
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1267
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1268
1268
|
href: (string | {
|
|
1269
1269
|
base: string;
|
|
1270
1270
|
query?: {
|
|
@@ -1287,7 +1287,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1287
1287
|
} | undefined;
|
|
1288
1288
|
})[];
|
|
1289
1289
|
}, {
|
|
1290
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1290
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1291
1291
|
href: (string | {
|
|
1292
1292
|
base: string;
|
|
1293
1293
|
query?: {
|
|
@@ -1656,7 +1656,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1656
1656
|
};
|
|
1657
1657
|
} | undefined;
|
|
1658
1658
|
contextual?: {
|
|
1659
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1659
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
1660
1660
|
href: (string | {
|
|
1661
1661
|
base: string;
|
|
1662
1662
|
query?: {
|
|
@@ -2018,7 +2018,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2018
2018
|
};
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
contextual?: {
|
|
2021
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
2021
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | {
|
|
2022
2022
|
href: (string | {
|
|
2023
2023
|
base: string;
|
|
2024
2024
|
query?: {
|