@mintlify/prebuild 1.0.722 → 1.0.724

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.
@@ -315,6 +315,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
315
315
  amplitude?: {
316
316
  apiKey: string;
317
317
  } | undefined;
318
+ clarity?: {
319
+ projectId: string;
320
+ } | undefined;
318
321
  clearbit?: {
319
322
  publicApiKey: string;
320
323
  } | undefined;
@@ -416,6 +419,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
416
419
  thumbnails?: {
417
420
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
418
421
  background?: string | undefined;
422
+ fonts?: {
423
+ family: string;
424
+ } | undefined;
419
425
  } | undefined;
420
426
  interaction?: {
421
427
  drilldown?: boolean | undefined;
@@ -717,6 +723,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
717
723
  amplitude?: {
718
724
  apiKey: string;
719
725
  } | undefined;
726
+ clarity?: {
727
+ projectId: string;
728
+ } | undefined;
720
729
  clearbit?: {
721
730
  publicApiKey: string;
722
731
  } | undefined;
@@ -818,6 +827,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
818
827
  thumbnails?: {
819
828
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
820
829
  background?: string | undefined;
830
+ fonts?: {
831
+ family: string;
832
+ } | undefined;
821
833
  } | undefined;
822
834
  interaction?: {
823
835
  drilldown?: boolean | undefined;
@@ -1119,6 +1131,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1119
1131
  amplitude?: {
1120
1132
  apiKey: string;
1121
1133
  } | undefined;
1134
+ clarity?: {
1135
+ projectId: string;
1136
+ } | undefined;
1122
1137
  clearbit?: {
1123
1138
  publicApiKey: string;
1124
1139
  } | undefined;
@@ -1220,6 +1235,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1220
1235
  thumbnails?: {
1221
1236
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1222
1237
  background?: string | undefined;
1238
+ fonts?: {
1239
+ family: string;
1240
+ } | undefined;
1223
1241
  } | undefined;
1224
1242
  interaction?: {
1225
1243
  drilldown?: boolean | undefined;
@@ -1521,6 +1539,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1521
1539
  amplitude?: {
1522
1540
  apiKey: string;
1523
1541
  } | undefined;
1542
+ clarity?: {
1543
+ projectId: string;
1544
+ } | undefined;
1524
1545
  clearbit?: {
1525
1546
  publicApiKey: string;
1526
1547
  } | undefined;
@@ -1622,6 +1643,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1622
1643
  thumbnails?: {
1623
1644
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1624
1645
  background?: string | undefined;
1646
+ fonts?: {
1647
+ family: string;
1648
+ } | undefined;
1625
1649
  } | undefined;
1626
1650
  interaction?: {
1627
1651
  drilldown?: boolean | undefined;
@@ -1923,6 +1947,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1923
1947
  amplitude?: {
1924
1948
  apiKey: string;
1925
1949
  } | undefined;
1950
+ clarity?: {
1951
+ projectId: string;
1952
+ } | undefined;
1926
1953
  clearbit?: {
1927
1954
  publicApiKey: string;
1928
1955
  } | undefined;
@@ -2024,6 +2051,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2024
2051
  thumbnails?: {
2025
2052
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2026
2053
  background?: string | undefined;
2054
+ fonts?: {
2055
+ family: string;
2056
+ } | undefined;
2027
2057
  } | undefined;
2028
2058
  interaction?: {
2029
2059
  drilldown?: boolean | undefined;
@@ -2325,6 +2355,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2325
2355
  amplitude?: {
2326
2356
  apiKey: string;
2327
2357
  } | undefined;
2358
+ clarity?: {
2359
+ projectId: string;
2360
+ } | undefined;
2328
2361
  clearbit?: {
2329
2362
  publicApiKey: string;
2330
2363
  } | undefined;
@@ -2426,6 +2459,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2426
2459
  thumbnails?: {
2427
2460
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2428
2461
  background?: string | undefined;
2462
+ fonts?: {
2463
+ family: string;
2464
+ } | undefined;
2429
2465
  } | undefined;
2430
2466
  interaction?: {
2431
2467
  drilldown?: boolean | undefined;
@@ -2727,6 +2763,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2727
2763
  amplitude?: {
2728
2764
  apiKey: string;
2729
2765
  } | undefined;
2766
+ clarity?: {
2767
+ projectId: string;
2768
+ } | undefined;
2730
2769
  clearbit?: {
2731
2770
  publicApiKey: string;
2732
2771
  } | undefined;
@@ -2828,6 +2867,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2828
2867
  thumbnails?: {
2829
2868
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2830
2869
  background?: string | undefined;
2870
+ fonts?: {
2871
+ family: string;
2872
+ } | undefined;
2831
2873
  } | undefined;
2832
2874
  interaction?: {
2833
2875
  drilldown?: boolean | undefined;
@@ -310,6 +310,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
310
310
  amplitude?: {
311
311
  apiKey: string;
312
312
  } | undefined;
313
+ clarity?: {
314
+ projectId: string;
315
+ } | undefined;
313
316
  clearbit?: {
314
317
  publicApiKey: string;
315
318
  } | undefined;
@@ -411,6 +414,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
411
414
  thumbnails?: {
412
415
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
413
416
  background?: string | undefined;
417
+ fonts?: {
418
+ family: string;
419
+ } | undefined;
414
420
  } | undefined;
415
421
  interaction?: {
416
422
  drilldown?: boolean | undefined;
@@ -712,6 +718,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
712
718
  amplitude?: {
713
719
  apiKey: string;
714
720
  } | undefined;
721
+ clarity?: {
722
+ projectId: string;
723
+ } | undefined;
715
724
  clearbit?: {
716
725
  publicApiKey: string;
717
726
  } | undefined;
@@ -813,6 +822,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
813
822
  thumbnails?: {
814
823
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
815
824
  background?: string | undefined;
825
+ fonts?: {
826
+ family: string;
827
+ } | undefined;
816
828
  } | undefined;
817
829
  interaction?: {
818
830
  drilldown?: boolean | undefined;
@@ -1114,6 +1126,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1114
1126
  amplitude?: {
1115
1127
  apiKey: string;
1116
1128
  } | undefined;
1129
+ clarity?: {
1130
+ projectId: string;
1131
+ } | undefined;
1117
1132
  clearbit?: {
1118
1133
  publicApiKey: string;
1119
1134
  } | undefined;
@@ -1215,6 +1230,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1215
1230
  thumbnails?: {
1216
1231
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1217
1232
  background?: string | undefined;
1233
+ fonts?: {
1234
+ family: string;
1235
+ } | undefined;
1218
1236
  } | undefined;
1219
1237
  interaction?: {
1220
1238
  drilldown?: boolean | undefined;
@@ -1516,6 +1534,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1516
1534
  amplitude?: {
1517
1535
  apiKey: string;
1518
1536
  } | undefined;
1537
+ clarity?: {
1538
+ projectId: string;
1539
+ } | undefined;
1519
1540
  clearbit?: {
1520
1541
  publicApiKey: string;
1521
1542
  } | undefined;
@@ -1617,6 +1638,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1617
1638
  thumbnails?: {
1618
1639
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1619
1640
  background?: string | undefined;
1641
+ fonts?: {
1642
+ family: string;
1643
+ } | undefined;
1620
1644
  } | undefined;
1621
1645
  interaction?: {
1622
1646
  drilldown?: boolean | undefined;
@@ -1918,6 +1942,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1918
1942
  amplitude?: {
1919
1943
  apiKey: string;
1920
1944
  } | undefined;
1945
+ clarity?: {
1946
+ projectId: string;
1947
+ } | undefined;
1921
1948
  clearbit?: {
1922
1949
  publicApiKey: string;
1923
1950
  } | undefined;
@@ -2019,6 +2046,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2019
2046
  thumbnails?: {
2020
2047
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2021
2048
  background?: string | undefined;
2049
+ fonts?: {
2050
+ family: string;
2051
+ } | undefined;
2022
2052
  } | undefined;
2023
2053
  interaction?: {
2024
2054
  drilldown?: boolean | undefined;
@@ -2320,6 +2350,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2320
2350
  amplitude?: {
2321
2351
  apiKey: string;
2322
2352
  } | undefined;
2353
+ clarity?: {
2354
+ projectId: string;
2355
+ } | undefined;
2323
2356
  clearbit?: {
2324
2357
  publicApiKey: string;
2325
2358
  } | undefined;
@@ -2421,6 +2454,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2421
2454
  thumbnails?: {
2422
2455
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2423
2456
  background?: string | undefined;
2457
+ fonts?: {
2458
+ family: string;
2459
+ } | undefined;
2424
2460
  } | undefined;
2425
2461
  interaction?: {
2426
2462
  drilldown?: boolean | undefined;
@@ -2722,6 +2758,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2722
2758
  amplitude?: {
2723
2759
  apiKey: string;
2724
2760
  } | undefined;
2761
+ clarity?: {
2762
+ projectId: string;
2763
+ } | undefined;
2725
2764
  clearbit?: {
2726
2765
  publicApiKey: string;
2727
2766
  } | undefined;
@@ -2823,6 +2862,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2823
2862
  thumbnails?: {
2824
2863
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2825
2864
  background?: string | undefined;
2865
+ fonts?: {
2866
+ family: string;
2867
+ } | undefined;
2826
2868
  } | undefined;
2827
2869
  interaction?: {
2828
2870
  drilldown?: boolean | undefined;