@mintlify/prebuild 1.0.555 → 1.0.556
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.
|
@@ -353,7 +353,28 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
353
353
|
};
|
|
354
354
|
} | undefined;
|
|
355
355
|
contextual?: {
|
|
356
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
356
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
357
|
+
href: (string | {
|
|
358
|
+
base: string;
|
|
359
|
+
query?: {
|
|
360
|
+
value: string;
|
|
361
|
+
key: string;
|
|
362
|
+
}[] | undefined;
|
|
363
|
+
}) & (string | {
|
|
364
|
+
base: string;
|
|
365
|
+
query?: {
|
|
366
|
+
value: string;
|
|
367
|
+
key: string;
|
|
368
|
+
}[] | undefined;
|
|
369
|
+
} | undefined);
|
|
370
|
+
title: string;
|
|
371
|
+
description: string;
|
|
372
|
+
icon?: string | {
|
|
373
|
+
name: string;
|
|
374
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
375
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
376
|
+
} | undefined;
|
|
377
|
+
})[];
|
|
357
378
|
} | undefined;
|
|
358
379
|
thumbnails?: {
|
|
359
380
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -694,7 +715,28 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
694
715
|
};
|
|
695
716
|
} | undefined;
|
|
696
717
|
contextual?: {
|
|
697
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
718
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
719
|
+
href: (string | {
|
|
720
|
+
base: string;
|
|
721
|
+
query?: {
|
|
722
|
+
value: string;
|
|
723
|
+
key: string;
|
|
724
|
+
}[] | undefined;
|
|
725
|
+
}) & (string | {
|
|
726
|
+
base: string;
|
|
727
|
+
query?: {
|
|
728
|
+
value: string;
|
|
729
|
+
key: string;
|
|
730
|
+
}[] | undefined;
|
|
731
|
+
} | undefined);
|
|
732
|
+
title: string;
|
|
733
|
+
description: string;
|
|
734
|
+
icon?: string | {
|
|
735
|
+
name: string;
|
|
736
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
737
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
738
|
+
} | undefined;
|
|
739
|
+
})[];
|
|
698
740
|
} | undefined;
|
|
699
741
|
thumbnails?: {
|
|
700
742
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -1035,7 +1077,28 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1035
1077
|
};
|
|
1036
1078
|
} | undefined;
|
|
1037
1079
|
contextual?: {
|
|
1038
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
1080
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1081
|
+
href: (string | {
|
|
1082
|
+
base: string;
|
|
1083
|
+
query?: {
|
|
1084
|
+
value: string;
|
|
1085
|
+
key: string;
|
|
1086
|
+
}[] | undefined;
|
|
1087
|
+
}) & (string | {
|
|
1088
|
+
base: string;
|
|
1089
|
+
query?: {
|
|
1090
|
+
value: string;
|
|
1091
|
+
key: string;
|
|
1092
|
+
}[] | undefined;
|
|
1093
|
+
} | undefined);
|
|
1094
|
+
title: string;
|
|
1095
|
+
description: string;
|
|
1096
|
+
icon?: string | {
|
|
1097
|
+
name: string;
|
|
1098
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1099
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1100
|
+
} | undefined;
|
|
1101
|
+
})[];
|
|
1039
1102
|
} | undefined;
|
|
1040
1103
|
thumbnails?: {
|
|
1041
1104
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -1376,7 +1439,28 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1376
1439
|
};
|
|
1377
1440
|
} | undefined;
|
|
1378
1441
|
contextual?: {
|
|
1379
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
1442
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1443
|
+
href: (string | {
|
|
1444
|
+
base: string;
|
|
1445
|
+
query?: {
|
|
1446
|
+
value: string;
|
|
1447
|
+
key: string;
|
|
1448
|
+
}[] | undefined;
|
|
1449
|
+
}) & (string | {
|
|
1450
|
+
base: string;
|
|
1451
|
+
query?: {
|
|
1452
|
+
value: string;
|
|
1453
|
+
key: string;
|
|
1454
|
+
}[] | undefined;
|
|
1455
|
+
} | undefined);
|
|
1456
|
+
title: string;
|
|
1457
|
+
description: string;
|
|
1458
|
+
icon?: string | {
|
|
1459
|
+
name: string;
|
|
1460
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1461
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1462
|
+
} | undefined;
|
|
1463
|
+
})[];
|
|
1380
1464
|
} | undefined;
|
|
1381
1465
|
thumbnails?: {
|
|
1382
1466
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -1717,7 +1801,28 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1717
1801
|
};
|
|
1718
1802
|
} | undefined;
|
|
1719
1803
|
contextual?: {
|
|
1720
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
1804
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1805
|
+
href: (string | {
|
|
1806
|
+
base: string;
|
|
1807
|
+
query?: {
|
|
1808
|
+
value: string;
|
|
1809
|
+
key: string;
|
|
1810
|
+
}[] | undefined;
|
|
1811
|
+
}) & (string | {
|
|
1812
|
+
base: string;
|
|
1813
|
+
query?: {
|
|
1814
|
+
value: string;
|
|
1815
|
+
key: string;
|
|
1816
|
+
}[] | undefined;
|
|
1817
|
+
} | undefined);
|
|
1818
|
+
title: string;
|
|
1819
|
+
description: string;
|
|
1820
|
+
icon?: string | {
|
|
1821
|
+
name: string;
|
|
1822
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1823
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1824
|
+
} | undefined;
|
|
1825
|
+
})[];
|
|
1721
1826
|
} | undefined;
|
|
1722
1827
|
thumbnails?: {
|
|
1723
1828
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -2058,7 +2163,28 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2058
2163
|
};
|
|
2059
2164
|
} | undefined;
|
|
2060
2165
|
contextual?: {
|
|
2061
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
2166
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
2167
|
+
href: (string | {
|
|
2168
|
+
base: string;
|
|
2169
|
+
query?: {
|
|
2170
|
+
value: string;
|
|
2171
|
+
key: string;
|
|
2172
|
+
}[] | undefined;
|
|
2173
|
+
}) & (string | {
|
|
2174
|
+
base: string;
|
|
2175
|
+
query?: {
|
|
2176
|
+
value: string;
|
|
2177
|
+
key: string;
|
|
2178
|
+
}[] | undefined;
|
|
2179
|
+
} | undefined);
|
|
2180
|
+
title: string;
|
|
2181
|
+
description: string;
|
|
2182
|
+
icon?: string | {
|
|
2183
|
+
name: string;
|
|
2184
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2185
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2186
|
+
} | undefined;
|
|
2187
|
+
})[];
|
|
2062
2188
|
} | undefined;
|
|
2063
2189
|
thumbnails?: {
|
|
2064
2190
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -2399,7 +2525,28 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2399
2525
|
};
|
|
2400
2526
|
} | undefined;
|
|
2401
2527
|
contextual?: {
|
|
2402
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
2528
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
2529
|
+
href: (string | {
|
|
2530
|
+
base: string;
|
|
2531
|
+
query?: {
|
|
2532
|
+
value: string;
|
|
2533
|
+
key: string;
|
|
2534
|
+
}[] | undefined;
|
|
2535
|
+
}) & (string | {
|
|
2536
|
+
base: string;
|
|
2537
|
+
query?: {
|
|
2538
|
+
value: string;
|
|
2539
|
+
key: string;
|
|
2540
|
+
}[] | undefined;
|
|
2541
|
+
} | undefined);
|
|
2542
|
+
title: string;
|
|
2543
|
+
description: string;
|
|
2544
|
+
icon?: string | {
|
|
2545
|
+
name: string;
|
|
2546
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2547
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2548
|
+
} | undefined;
|
|
2549
|
+
})[];
|
|
2403
2550
|
} | undefined;
|
|
2404
2551
|
thumbnails?: {
|
|
2405
2552
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -348,7 +348,28 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
348
348
|
};
|
|
349
349
|
} | undefined;
|
|
350
350
|
contextual?: {
|
|
351
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
351
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
352
|
+
href: (string | {
|
|
353
|
+
base: string;
|
|
354
|
+
query?: {
|
|
355
|
+
value: string;
|
|
356
|
+
key: string;
|
|
357
|
+
}[] | undefined;
|
|
358
|
+
}) & (string | {
|
|
359
|
+
base: string;
|
|
360
|
+
query?: {
|
|
361
|
+
value: string;
|
|
362
|
+
key: string;
|
|
363
|
+
}[] | undefined;
|
|
364
|
+
} | undefined);
|
|
365
|
+
title: string;
|
|
366
|
+
description: string;
|
|
367
|
+
icon?: string | {
|
|
368
|
+
name: string;
|
|
369
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
370
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
371
|
+
} | undefined;
|
|
372
|
+
})[];
|
|
352
373
|
} | undefined;
|
|
353
374
|
thumbnails?: {
|
|
354
375
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -689,7 +710,28 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
689
710
|
};
|
|
690
711
|
} | undefined;
|
|
691
712
|
contextual?: {
|
|
692
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
713
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
714
|
+
href: (string | {
|
|
715
|
+
base: string;
|
|
716
|
+
query?: {
|
|
717
|
+
value: string;
|
|
718
|
+
key: string;
|
|
719
|
+
}[] | undefined;
|
|
720
|
+
}) & (string | {
|
|
721
|
+
base: string;
|
|
722
|
+
query?: {
|
|
723
|
+
value: string;
|
|
724
|
+
key: string;
|
|
725
|
+
}[] | undefined;
|
|
726
|
+
} | undefined);
|
|
727
|
+
title: string;
|
|
728
|
+
description: string;
|
|
729
|
+
icon?: string | {
|
|
730
|
+
name: string;
|
|
731
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
732
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
733
|
+
} | undefined;
|
|
734
|
+
})[];
|
|
693
735
|
} | undefined;
|
|
694
736
|
thumbnails?: {
|
|
695
737
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -1030,7 +1072,28 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1030
1072
|
};
|
|
1031
1073
|
} | undefined;
|
|
1032
1074
|
contextual?: {
|
|
1033
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
1075
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1076
|
+
href: (string | {
|
|
1077
|
+
base: string;
|
|
1078
|
+
query?: {
|
|
1079
|
+
value: string;
|
|
1080
|
+
key: string;
|
|
1081
|
+
}[] | undefined;
|
|
1082
|
+
}) & (string | {
|
|
1083
|
+
base: string;
|
|
1084
|
+
query?: {
|
|
1085
|
+
value: string;
|
|
1086
|
+
key: string;
|
|
1087
|
+
}[] | undefined;
|
|
1088
|
+
} | undefined);
|
|
1089
|
+
title: string;
|
|
1090
|
+
description: string;
|
|
1091
|
+
icon?: string | {
|
|
1092
|
+
name: string;
|
|
1093
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1094
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1095
|
+
} | undefined;
|
|
1096
|
+
})[];
|
|
1034
1097
|
} | undefined;
|
|
1035
1098
|
thumbnails?: {
|
|
1036
1099
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -1371,7 +1434,28 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1371
1434
|
};
|
|
1372
1435
|
} | undefined;
|
|
1373
1436
|
contextual?: {
|
|
1374
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
1437
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1438
|
+
href: (string | {
|
|
1439
|
+
base: string;
|
|
1440
|
+
query?: {
|
|
1441
|
+
value: string;
|
|
1442
|
+
key: string;
|
|
1443
|
+
}[] | undefined;
|
|
1444
|
+
}) & (string | {
|
|
1445
|
+
base: string;
|
|
1446
|
+
query?: {
|
|
1447
|
+
value: string;
|
|
1448
|
+
key: string;
|
|
1449
|
+
}[] | undefined;
|
|
1450
|
+
} | undefined);
|
|
1451
|
+
title: string;
|
|
1452
|
+
description: string;
|
|
1453
|
+
icon?: string | {
|
|
1454
|
+
name: string;
|
|
1455
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1456
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1457
|
+
} | undefined;
|
|
1458
|
+
})[];
|
|
1375
1459
|
} | undefined;
|
|
1376
1460
|
thumbnails?: {
|
|
1377
1461
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -1712,7 +1796,28 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1712
1796
|
};
|
|
1713
1797
|
} | undefined;
|
|
1714
1798
|
contextual?: {
|
|
1715
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
1799
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
1800
|
+
href: (string | {
|
|
1801
|
+
base: string;
|
|
1802
|
+
query?: {
|
|
1803
|
+
value: string;
|
|
1804
|
+
key: string;
|
|
1805
|
+
}[] | undefined;
|
|
1806
|
+
}) & (string | {
|
|
1807
|
+
base: string;
|
|
1808
|
+
query?: {
|
|
1809
|
+
value: string;
|
|
1810
|
+
key: string;
|
|
1811
|
+
}[] | undefined;
|
|
1812
|
+
} | undefined);
|
|
1813
|
+
title: string;
|
|
1814
|
+
description: string;
|
|
1815
|
+
icon?: string | {
|
|
1816
|
+
name: string;
|
|
1817
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1818
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1819
|
+
} | undefined;
|
|
1820
|
+
})[];
|
|
1716
1821
|
} | undefined;
|
|
1717
1822
|
thumbnails?: {
|
|
1718
1823
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -2053,7 +2158,28 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2053
2158
|
};
|
|
2054
2159
|
} | undefined;
|
|
2055
2160
|
contextual?: {
|
|
2056
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
2161
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
2162
|
+
href: (string | {
|
|
2163
|
+
base: string;
|
|
2164
|
+
query?: {
|
|
2165
|
+
value: string;
|
|
2166
|
+
key: string;
|
|
2167
|
+
}[] | undefined;
|
|
2168
|
+
}) & (string | {
|
|
2169
|
+
base: string;
|
|
2170
|
+
query?: {
|
|
2171
|
+
value: string;
|
|
2172
|
+
key: string;
|
|
2173
|
+
}[] | undefined;
|
|
2174
|
+
} | undefined);
|
|
2175
|
+
title: string;
|
|
2176
|
+
description: string;
|
|
2177
|
+
icon?: string | {
|
|
2178
|
+
name: string;
|
|
2179
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2180
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2181
|
+
} | undefined;
|
|
2182
|
+
})[];
|
|
2057
2183
|
} | undefined;
|
|
2058
2184
|
thumbnails?: {
|
|
2059
2185
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
@@ -2394,7 +2520,28 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2394
2520
|
};
|
|
2395
2521
|
} | undefined;
|
|
2396
2522
|
contextual?: {
|
|
2397
|
-
options: ("copy" | "view" | "chatgpt" | "claude"
|
|
2523
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | {
|
|
2524
|
+
href: (string | {
|
|
2525
|
+
base: string;
|
|
2526
|
+
query?: {
|
|
2527
|
+
value: string;
|
|
2528
|
+
key: string;
|
|
2529
|
+
}[] | undefined;
|
|
2530
|
+
}) & (string | {
|
|
2531
|
+
base: string;
|
|
2532
|
+
query?: {
|
|
2533
|
+
value: string;
|
|
2534
|
+
key: string;
|
|
2535
|
+
}[] | undefined;
|
|
2536
|
+
} | undefined);
|
|
2537
|
+
title: string;
|
|
2538
|
+
description: string;
|
|
2539
|
+
icon?: string | {
|
|
2540
|
+
name: string;
|
|
2541
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2542
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2543
|
+
} | undefined;
|
|
2544
|
+
})[];
|
|
2398
2545
|
} | undefined;
|
|
2399
2546
|
thumbnails?: {
|
|
2400
2547
|
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|