@mintlify/prebuild 1.0.860 → 1.0.861
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.
|
@@ -209,6 +209,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
209
209
|
posthog?: {
|
|
210
210
|
apiKey: string;
|
|
211
211
|
apiHost?: string | undefined;
|
|
212
|
+
sessionRecording?: boolean | undefined;
|
|
212
213
|
} | undefined;
|
|
213
214
|
plausible?: {
|
|
214
215
|
domain: string;
|
|
@@ -555,6 +556,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
555
556
|
posthog?: {
|
|
556
557
|
apiKey: string;
|
|
557
558
|
apiHost?: string | undefined;
|
|
559
|
+
sessionRecording?: boolean | undefined;
|
|
558
560
|
} | undefined;
|
|
559
561
|
plausible?: {
|
|
560
562
|
domain: string;
|
|
@@ -901,6 +903,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
901
903
|
posthog?: {
|
|
902
904
|
apiKey: string;
|
|
903
905
|
apiHost?: string | undefined;
|
|
906
|
+
sessionRecording?: boolean | undefined;
|
|
904
907
|
} | undefined;
|
|
905
908
|
plausible?: {
|
|
906
909
|
domain: string;
|
|
@@ -1247,6 +1250,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1247
1250
|
posthog?: {
|
|
1248
1251
|
apiKey: string;
|
|
1249
1252
|
apiHost?: string | undefined;
|
|
1253
|
+
sessionRecording?: boolean | undefined;
|
|
1250
1254
|
} | undefined;
|
|
1251
1255
|
plausible?: {
|
|
1252
1256
|
domain: string;
|
|
@@ -1593,6 +1597,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1593
1597
|
posthog?: {
|
|
1594
1598
|
apiKey: string;
|
|
1595
1599
|
apiHost?: string | undefined;
|
|
1600
|
+
sessionRecording?: boolean | undefined;
|
|
1596
1601
|
} | undefined;
|
|
1597
1602
|
plausible?: {
|
|
1598
1603
|
domain: string;
|
|
@@ -1939,6 +1944,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1939
1944
|
posthog?: {
|
|
1940
1945
|
apiKey: string;
|
|
1941
1946
|
apiHost?: string | undefined;
|
|
1947
|
+
sessionRecording?: boolean | undefined;
|
|
1942
1948
|
} | undefined;
|
|
1943
1949
|
plausible?: {
|
|
1944
1950
|
domain: string;
|
|
@@ -2285,6 +2291,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2285
2291
|
posthog?: {
|
|
2286
2292
|
apiKey: string;
|
|
2287
2293
|
apiHost?: string | undefined;
|
|
2294
|
+
sessionRecording?: boolean | undefined;
|
|
2288
2295
|
} | undefined;
|
|
2289
2296
|
plausible?: {
|
|
2290
2297
|
domain: string;
|
|
@@ -2631,6 +2638,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2631
2638
|
posthog?: {
|
|
2632
2639
|
apiKey: string;
|
|
2633
2640
|
apiHost?: string | undefined;
|
|
2641
|
+
sessionRecording?: boolean | undefined;
|
|
2634
2642
|
} | undefined;
|
|
2635
2643
|
plausible?: {
|
|
2636
2644
|
domain: string;
|
|
@@ -205,6 +205,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
205
205
|
posthog?: {
|
|
206
206
|
apiKey: string;
|
|
207
207
|
apiHost?: string | undefined;
|
|
208
|
+
sessionRecording?: boolean | undefined;
|
|
208
209
|
} | undefined;
|
|
209
210
|
plausible?: {
|
|
210
211
|
domain: string;
|
|
@@ -551,6 +552,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
551
552
|
posthog?: {
|
|
552
553
|
apiKey: string;
|
|
553
554
|
apiHost?: string | undefined;
|
|
555
|
+
sessionRecording?: boolean | undefined;
|
|
554
556
|
} | undefined;
|
|
555
557
|
plausible?: {
|
|
556
558
|
domain: string;
|
|
@@ -897,6 +899,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
897
899
|
posthog?: {
|
|
898
900
|
apiKey: string;
|
|
899
901
|
apiHost?: string | undefined;
|
|
902
|
+
sessionRecording?: boolean | undefined;
|
|
900
903
|
} | undefined;
|
|
901
904
|
plausible?: {
|
|
902
905
|
domain: string;
|
|
@@ -1243,6 +1246,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1243
1246
|
posthog?: {
|
|
1244
1247
|
apiKey: string;
|
|
1245
1248
|
apiHost?: string | undefined;
|
|
1249
|
+
sessionRecording?: boolean | undefined;
|
|
1246
1250
|
} | undefined;
|
|
1247
1251
|
plausible?: {
|
|
1248
1252
|
domain: string;
|
|
@@ -1589,6 +1593,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1589
1593
|
posthog?: {
|
|
1590
1594
|
apiKey: string;
|
|
1591
1595
|
apiHost?: string | undefined;
|
|
1596
|
+
sessionRecording?: boolean | undefined;
|
|
1592
1597
|
} | undefined;
|
|
1593
1598
|
plausible?: {
|
|
1594
1599
|
domain: string;
|
|
@@ -1935,6 +1940,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1935
1940
|
posthog?: {
|
|
1936
1941
|
apiKey: string;
|
|
1937
1942
|
apiHost?: string | undefined;
|
|
1943
|
+
sessionRecording?: boolean | undefined;
|
|
1938
1944
|
} | undefined;
|
|
1939
1945
|
plausible?: {
|
|
1940
1946
|
domain: string;
|
|
@@ -2281,6 +2287,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2281
2287
|
posthog?: {
|
|
2282
2288
|
apiKey: string;
|
|
2283
2289
|
apiHost?: string | undefined;
|
|
2290
|
+
sessionRecording?: boolean | undefined;
|
|
2284
2291
|
} | undefined;
|
|
2285
2292
|
plausible?: {
|
|
2286
2293
|
domain: string;
|
|
@@ -2627,6 +2634,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2627
2634
|
posthog?: {
|
|
2628
2635
|
apiKey: string;
|
|
2629
2636
|
apiHost?: string | undefined;
|
|
2637
|
+
sessionRecording?: boolean | undefined;
|
|
2630
2638
|
} | undefined;
|
|
2631
2639
|
plausible?: {
|
|
2632
2640
|
domain: string;
|