@mintlify/prebuild 1.0.723 → 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;
|
|
@@ -720,6 +723,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
720
723
|
amplitude?: {
|
|
721
724
|
apiKey: string;
|
|
722
725
|
} | undefined;
|
|
726
|
+
clarity?: {
|
|
727
|
+
projectId: string;
|
|
728
|
+
} | undefined;
|
|
723
729
|
clearbit?: {
|
|
724
730
|
publicApiKey: string;
|
|
725
731
|
} | undefined;
|
|
@@ -1125,6 +1131,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1125
1131
|
amplitude?: {
|
|
1126
1132
|
apiKey: string;
|
|
1127
1133
|
} | undefined;
|
|
1134
|
+
clarity?: {
|
|
1135
|
+
projectId: string;
|
|
1136
|
+
} | undefined;
|
|
1128
1137
|
clearbit?: {
|
|
1129
1138
|
publicApiKey: string;
|
|
1130
1139
|
} | undefined;
|
|
@@ -1530,6 +1539,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1530
1539
|
amplitude?: {
|
|
1531
1540
|
apiKey: string;
|
|
1532
1541
|
} | undefined;
|
|
1542
|
+
clarity?: {
|
|
1543
|
+
projectId: string;
|
|
1544
|
+
} | undefined;
|
|
1533
1545
|
clearbit?: {
|
|
1534
1546
|
publicApiKey: string;
|
|
1535
1547
|
} | undefined;
|
|
@@ -1935,6 +1947,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1935
1947
|
amplitude?: {
|
|
1936
1948
|
apiKey: string;
|
|
1937
1949
|
} | undefined;
|
|
1950
|
+
clarity?: {
|
|
1951
|
+
projectId: string;
|
|
1952
|
+
} | undefined;
|
|
1938
1953
|
clearbit?: {
|
|
1939
1954
|
publicApiKey: string;
|
|
1940
1955
|
} | undefined;
|
|
@@ -2340,6 +2355,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2340
2355
|
amplitude?: {
|
|
2341
2356
|
apiKey: string;
|
|
2342
2357
|
} | undefined;
|
|
2358
|
+
clarity?: {
|
|
2359
|
+
projectId: string;
|
|
2360
|
+
} | undefined;
|
|
2343
2361
|
clearbit?: {
|
|
2344
2362
|
publicApiKey: string;
|
|
2345
2363
|
} | undefined;
|
|
@@ -2745,6 +2763,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2745
2763
|
amplitude?: {
|
|
2746
2764
|
apiKey: string;
|
|
2747
2765
|
} | undefined;
|
|
2766
|
+
clarity?: {
|
|
2767
|
+
projectId: string;
|
|
2768
|
+
} | undefined;
|
|
2748
2769
|
clearbit?: {
|
|
2749
2770
|
publicApiKey: string;
|
|
2750
2771
|
} | 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;
|
|
@@ -715,6 +718,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
715
718
|
amplitude?: {
|
|
716
719
|
apiKey: string;
|
|
717
720
|
} | undefined;
|
|
721
|
+
clarity?: {
|
|
722
|
+
projectId: string;
|
|
723
|
+
} | undefined;
|
|
718
724
|
clearbit?: {
|
|
719
725
|
publicApiKey: string;
|
|
720
726
|
} | undefined;
|
|
@@ -1120,6 +1126,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1120
1126
|
amplitude?: {
|
|
1121
1127
|
apiKey: string;
|
|
1122
1128
|
} | undefined;
|
|
1129
|
+
clarity?: {
|
|
1130
|
+
projectId: string;
|
|
1131
|
+
} | undefined;
|
|
1123
1132
|
clearbit?: {
|
|
1124
1133
|
publicApiKey: string;
|
|
1125
1134
|
} | undefined;
|
|
@@ -1525,6 +1534,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1525
1534
|
amplitude?: {
|
|
1526
1535
|
apiKey: string;
|
|
1527
1536
|
} | undefined;
|
|
1537
|
+
clarity?: {
|
|
1538
|
+
projectId: string;
|
|
1539
|
+
} | undefined;
|
|
1528
1540
|
clearbit?: {
|
|
1529
1541
|
publicApiKey: string;
|
|
1530
1542
|
} | undefined;
|
|
@@ -1930,6 +1942,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1930
1942
|
amplitude?: {
|
|
1931
1943
|
apiKey: string;
|
|
1932
1944
|
} | undefined;
|
|
1945
|
+
clarity?: {
|
|
1946
|
+
projectId: string;
|
|
1947
|
+
} | undefined;
|
|
1933
1948
|
clearbit?: {
|
|
1934
1949
|
publicApiKey: string;
|
|
1935
1950
|
} | undefined;
|
|
@@ -2335,6 +2350,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2335
2350
|
amplitude?: {
|
|
2336
2351
|
apiKey: string;
|
|
2337
2352
|
} | undefined;
|
|
2353
|
+
clarity?: {
|
|
2354
|
+
projectId: string;
|
|
2355
|
+
} | undefined;
|
|
2338
2356
|
clearbit?: {
|
|
2339
2357
|
publicApiKey: string;
|
|
2340
2358
|
} | undefined;
|
|
@@ -2740,6 +2758,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2740
2758
|
amplitude?: {
|
|
2741
2759
|
apiKey: string;
|
|
2742
2760
|
} | undefined;
|
|
2761
|
+
clarity?: {
|
|
2762
|
+
projectId: string;
|
|
2763
|
+
} | undefined;
|
|
2743
2764
|
clearbit?: {
|
|
2744
2765
|
publicApiKey: string;
|
|
2745
2766
|
} | undefined;
|