@mintlify/prebuild 1.0.676 → 1.0.678
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.
|
@@ -211,6 +211,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
211
211
|
examples?: {
|
|
212
212
|
defaults?: "all" | "required" | undefined;
|
|
213
213
|
languages?: string[] | undefined;
|
|
214
|
+
prefill?: boolean | undefined;
|
|
214
215
|
} | undefined;
|
|
215
216
|
mdx?: {
|
|
216
217
|
auth?: {
|
|
@@ -612,6 +613,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
612
613
|
examples?: {
|
|
613
614
|
defaults?: "all" | "required" | undefined;
|
|
614
615
|
languages?: string[] | undefined;
|
|
616
|
+
prefill?: boolean | undefined;
|
|
615
617
|
} | undefined;
|
|
616
618
|
mdx?: {
|
|
617
619
|
auth?: {
|
|
@@ -1013,6 +1015,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1013
1015
|
examples?: {
|
|
1014
1016
|
defaults?: "all" | "required" | undefined;
|
|
1015
1017
|
languages?: string[] | undefined;
|
|
1018
|
+
prefill?: boolean | undefined;
|
|
1016
1019
|
} | undefined;
|
|
1017
1020
|
mdx?: {
|
|
1018
1021
|
auth?: {
|
|
@@ -1414,6 +1417,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1414
1417
|
examples?: {
|
|
1415
1418
|
defaults?: "all" | "required" | undefined;
|
|
1416
1419
|
languages?: string[] | undefined;
|
|
1420
|
+
prefill?: boolean | undefined;
|
|
1417
1421
|
} | undefined;
|
|
1418
1422
|
mdx?: {
|
|
1419
1423
|
auth?: {
|
|
@@ -1815,6 +1819,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1815
1819
|
examples?: {
|
|
1816
1820
|
defaults?: "all" | "required" | undefined;
|
|
1817
1821
|
languages?: string[] | undefined;
|
|
1822
|
+
prefill?: boolean | undefined;
|
|
1818
1823
|
} | undefined;
|
|
1819
1824
|
mdx?: {
|
|
1820
1825
|
auth?: {
|
|
@@ -2216,6 +2221,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2216
2221
|
examples?: {
|
|
2217
2222
|
defaults?: "all" | "required" | undefined;
|
|
2218
2223
|
languages?: string[] | undefined;
|
|
2224
|
+
prefill?: boolean | undefined;
|
|
2219
2225
|
} | undefined;
|
|
2220
2226
|
mdx?: {
|
|
2221
2227
|
auth?: {
|
|
@@ -2617,6 +2623,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2617
2623
|
examples?: {
|
|
2618
2624
|
defaults?: "all" | "required" | undefined;
|
|
2619
2625
|
languages?: string[] | undefined;
|
|
2626
|
+
prefill?: boolean | undefined;
|
|
2620
2627
|
} | undefined;
|
|
2621
2628
|
mdx?: {
|
|
2622
2629
|
auth?: {
|
|
@@ -206,6 +206,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
206
206
|
examples?: {
|
|
207
207
|
defaults?: "all" | "required" | undefined;
|
|
208
208
|
languages?: string[] | undefined;
|
|
209
|
+
prefill?: boolean | undefined;
|
|
209
210
|
} | undefined;
|
|
210
211
|
mdx?: {
|
|
211
212
|
auth?: {
|
|
@@ -607,6 +608,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
607
608
|
examples?: {
|
|
608
609
|
defaults?: "all" | "required" | undefined;
|
|
609
610
|
languages?: string[] | undefined;
|
|
611
|
+
prefill?: boolean | undefined;
|
|
610
612
|
} | undefined;
|
|
611
613
|
mdx?: {
|
|
612
614
|
auth?: {
|
|
@@ -1008,6 +1010,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1008
1010
|
examples?: {
|
|
1009
1011
|
defaults?: "all" | "required" | undefined;
|
|
1010
1012
|
languages?: string[] | undefined;
|
|
1013
|
+
prefill?: boolean | undefined;
|
|
1011
1014
|
} | undefined;
|
|
1012
1015
|
mdx?: {
|
|
1013
1016
|
auth?: {
|
|
@@ -1409,6 +1412,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1409
1412
|
examples?: {
|
|
1410
1413
|
defaults?: "all" | "required" | undefined;
|
|
1411
1414
|
languages?: string[] | undefined;
|
|
1415
|
+
prefill?: boolean | undefined;
|
|
1412
1416
|
} | undefined;
|
|
1413
1417
|
mdx?: {
|
|
1414
1418
|
auth?: {
|
|
@@ -1810,6 +1814,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1810
1814
|
examples?: {
|
|
1811
1815
|
defaults?: "all" | "required" | undefined;
|
|
1812
1816
|
languages?: string[] | undefined;
|
|
1817
|
+
prefill?: boolean | undefined;
|
|
1813
1818
|
} | undefined;
|
|
1814
1819
|
mdx?: {
|
|
1815
1820
|
auth?: {
|
|
@@ -2211,6 +2216,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2211
2216
|
examples?: {
|
|
2212
2217
|
defaults?: "all" | "required" | undefined;
|
|
2213
2218
|
languages?: string[] | undefined;
|
|
2219
|
+
prefill?: boolean | undefined;
|
|
2214
2220
|
} | undefined;
|
|
2215
2221
|
mdx?: {
|
|
2216
2222
|
auth?: {
|
|
@@ -2612,6 +2618,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2612
2618
|
examples?: {
|
|
2613
2619
|
defaults?: "all" | "required" | undefined;
|
|
2614
2620
|
languages?: string[] | undefined;
|
|
2621
|
+
prefill?: boolean | undefined;
|
|
2615
2622
|
} | undefined;
|
|
2616
2623
|
mdx?: {
|
|
2617
2624
|
auth?: {
|