@mintlify/prebuild 1.0.915 → 1.0.917
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.
|
@@ -125,6 +125,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
125
125
|
params?: {
|
|
126
126
|
expanded?: "all" | "closed" | undefined;
|
|
127
127
|
} | undefined;
|
|
128
|
+
url?: "full" | undefined;
|
|
128
129
|
openapi?: string | string[] | {
|
|
129
130
|
source: string;
|
|
130
131
|
directory?: string | undefined;
|
|
@@ -476,6 +477,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
476
477
|
params?: {
|
|
477
478
|
expanded?: "all" | "closed" | undefined;
|
|
478
479
|
} | undefined;
|
|
480
|
+
url?: "full" | undefined;
|
|
479
481
|
openapi?: string | string[] | {
|
|
480
482
|
source: string;
|
|
481
483
|
directory?: string | undefined;
|
|
@@ -827,6 +829,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
827
829
|
params?: {
|
|
828
830
|
expanded?: "all" | "closed" | undefined;
|
|
829
831
|
} | undefined;
|
|
832
|
+
url?: "full" | undefined;
|
|
830
833
|
openapi?: string | string[] | {
|
|
831
834
|
source: string;
|
|
832
835
|
directory?: string | undefined;
|
|
@@ -1178,6 +1181,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1178
1181
|
params?: {
|
|
1179
1182
|
expanded?: "all" | "closed" | undefined;
|
|
1180
1183
|
} | undefined;
|
|
1184
|
+
url?: "full" | undefined;
|
|
1181
1185
|
openapi?: string | string[] | {
|
|
1182
1186
|
source: string;
|
|
1183
1187
|
directory?: string | undefined;
|
|
@@ -1529,6 +1533,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1529
1533
|
params?: {
|
|
1530
1534
|
expanded?: "all" | "closed" | undefined;
|
|
1531
1535
|
} | undefined;
|
|
1536
|
+
url?: "full" | undefined;
|
|
1532
1537
|
openapi?: string | string[] | {
|
|
1533
1538
|
source: string;
|
|
1534
1539
|
directory?: string | undefined;
|
|
@@ -1880,6 +1885,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1880
1885
|
params?: {
|
|
1881
1886
|
expanded?: "all" | "closed" | undefined;
|
|
1882
1887
|
} | undefined;
|
|
1888
|
+
url?: "full" | undefined;
|
|
1883
1889
|
openapi?: string | string[] | {
|
|
1884
1890
|
source: string;
|
|
1885
1891
|
directory?: string | undefined;
|
|
@@ -2231,6 +2237,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2231
2237
|
params?: {
|
|
2232
2238
|
expanded?: "all" | "closed" | undefined;
|
|
2233
2239
|
} | undefined;
|
|
2240
|
+
url?: "full" | undefined;
|
|
2234
2241
|
openapi?: string | string[] | {
|
|
2235
2242
|
source: string;
|
|
2236
2243
|
directory?: string | undefined;
|
|
@@ -2582,6 +2589,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2582
2589
|
params?: {
|
|
2583
2590
|
expanded?: "all" | "closed" | undefined;
|
|
2584
2591
|
} | undefined;
|
|
2592
|
+
url?: "full" | undefined;
|
|
2585
2593
|
openapi?: string | string[] | {
|
|
2586
2594
|
source: string;
|
|
2587
2595
|
directory?: string | undefined;
|
|
@@ -2933,6 +2941,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2933
2941
|
params?: {
|
|
2934
2942
|
expanded?: "all" | "closed" | undefined;
|
|
2935
2943
|
} | undefined;
|
|
2944
|
+
url?: "full" | undefined;
|
|
2936
2945
|
openapi?: string | string[] | {
|
|
2937
2946
|
source: string;
|
|
2938
2947
|
directory?: string | undefined;
|
|
@@ -121,6 +121,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
121
121
|
params?: {
|
|
122
122
|
expanded?: "all" | "closed" | undefined;
|
|
123
123
|
} | undefined;
|
|
124
|
+
url?: "full" | undefined;
|
|
124
125
|
openapi?: string | string[] | {
|
|
125
126
|
source: string;
|
|
126
127
|
directory?: string | undefined;
|
|
@@ -472,6 +473,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
472
473
|
params?: {
|
|
473
474
|
expanded?: "all" | "closed" | undefined;
|
|
474
475
|
} | undefined;
|
|
476
|
+
url?: "full" | undefined;
|
|
475
477
|
openapi?: string | string[] | {
|
|
476
478
|
source: string;
|
|
477
479
|
directory?: string | undefined;
|
|
@@ -823,6 +825,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
823
825
|
params?: {
|
|
824
826
|
expanded?: "all" | "closed" | undefined;
|
|
825
827
|
} | undefined;
|
|
828
|
+
url?: "full" | undefined;
|
|
826
829
|
openapi?: string | string[] | {
|
|
827
830
|
source: string;
|
|
828
831
|
directory?: string | undefined;
|
|
@@ -1174,6 +1177,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1174
1177
|
params?: {
|
|
1175
1178
|
expanded?: "all" | "closed" | undefined;
|
|
1176
1179
|
} | undefined;
|
|
1180
|
+
url?: "full" | undefined;
|
|
1177
1181
|
openapi?: string | string[] | {
|
|
1178
1182
|
source: string;
|
|
1179
1183
|
directory?: string | undefined;
|
|
@@ -1525,6 +1529,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1525
1529
|
params?: {
|
|
1526
1530
|
expanded?: "all" | "closed" | undefined;
|
|
1527
1531
|
} | undefined;
|
|
1532
|
+
url?: "full" | undefined;
|
|
1528
1533
|
openapi?: string | string[] | {
|
|
1529
1534
|
source: string;
|
|
1530
1535
|
directory?: string | undefined;
|
|
@@ -1876,6 +1881,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1876
1881
|
params?: {
|
|
1877
1882
|
expanded?: "all" | "closed" | undefined;
|
|
1878
1883
|
} | undefined;
|
|
1884
|
+
url?: "full" | undefined;
|
|
1879
1885
|
openapi?: string | string[] | {
|
|
1880
1886
|
source: string;
|
|
1881
1887
|
directory?: string | undefined;
|
|
@@ -2227,6 +2233,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2227
2233
|
params?: {
|
|
2228
2234
|
expanded?: "all" | "closed" | undefined;
|
|
2229
2235
|
} | undefined;
|
|
2236
|
+
url?: "full" | undefined;
|
|
2230
2237
|
openapi?: string | string[] | {
|
|
2231
2238
|
source: string;
|
|
2232
2239
|
directory?: string | undefined;
|
|
@@ -2578,6 +2585,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2578
2585
|
params?: {
|
|
2579
2586
|
expanded?: "all" | "closed" | undefined;
|
|
2580
2587
|
} | undefined;
|
|
2588
|
+
url?: "full" | undefined;
|
|
2581
2589
|
openapi?: string | string[] | {
|
|
2582
2590
|
source: string;
|
|
2583
2591
|
directory?: string | undefined;
|
|
@@ -2929,6 +2937,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2929
2937
|
params?: {
|
|
2930
2938
|
expanded?: "all" | "closed" | undefined;
|
|
2931
2939
|
} | undefined;
|
|
2940
|
+
url?: "full" | undefined;
|
|
2932
2941
|
openapi?: string | string[] | {
|
|
2933
2942
|
source: string;
|
|
2934
2943
|
directory?: string | undefined;
|