@mintlify/prebuild 1.0.1008 → 1.0.1009
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.
|
@@ -135,6 +135,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
135
135
|
api?: {
|
|
136
136
|
params?: {
|
|
137
137
|
expanded?: "all" | "closed" | undefined;
|
|
138
|
+
post?: string[] | undefined;
|
|
138
139
|
} | undefined;
|
|
139
140
|
url?: "full" | undefined;
|
|
140
141
|
openapi?: string | string[] | {
|
|
@@ -498,6 +499,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
498
499
|
api?: {
|
|
499
500
|
params?: {
|
|
500
501
|
expanded?: "all" | "closed" | undefined;
|
|
502
|
+
post?: string[] | undefined;
|
|
501
503
|
} | undefined;
|
|
502
504
|
url?: "full" | undefined;
|
|
503
505
|
openapi?: string | string[] | {
|
|
@@ -861,6 +863,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
861
863
|
api?: {
|
|
862
864
|
params?: {
|
|
863
865
|
expanded?: "all" | "closed" | undefined;
|
|
866
|
+
post?: string[] | undefined;
|
|
864
867
|
} | undefined;
|
|
865
868
|
url?: "full" | undefined;
|
|
866
869
|
openapi?: string | string[] | {
|
|
@@ -1224,6 +1227,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1224
1227
|
api?: {
|
|
1225
1228
|
params?: {
|
|
1226
1229
|
expanded?: "all" | "closed" | undefined;
|
|
1230
|
+
post?: string[] | undefined;
|
|
1227
1231
|
} | undefined;
|
|
1228
1232
|
url?: "full" | undefined;
|
|
1229
1233
|
openapi?: string | string[] | {
|
|
@@ -1587,6 +1591,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1587
1591
|
api?: {
|
|
1588
1592
|
params?: {
|
|
1589
1593
|
expanded?: "all" | "closed" | undefined;
|
|
1594
|
+
post?: string[] | undefined;
|
|
1590
1595
|
} | undefined;
|
|
1591
1596
|
url?: "full" | undefined;
|
|
1592
1597
|
openapi?: string | string[] | {
|
|
@@ -1950,6 +1955,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1950
1955
|
api?: {
|
|
1951
1956
|
params?: {
|
|
1952
1957
|
expanded?: "all" | "closed" | undefined;
|
|
1958
|
+
post?: string[] | undefined;
|
|
1953
1959
|
} | undefined;
|
|
1954
1960
|
url?: "full" | undefined;
|
|
1955
1961
|
openapi?: string | string[] | {
|
|
@@ -2313,6 +2319,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2313
2319
|
api?: {
|
|
2314
2320
|
params?: {
|
|
2315
2321
|
expanded?: "all" | "closed" | undefined;
|
|
2322
|
+
post?: string[] | undefined;
|
|
2316
2323
|
} | undefined;
|
|
2317
2324
|
url?: "full" | undefined;
|
|
2318
2325
|
openapi?: string | string[] | {
|
|
@@ -2676,6 +2683,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2676
2683
|
api?: {
|
|
2677
2684
|
params?: {
|
|
2678
2685
|
expanded?: "all" | "closed" | undefined;
|
|
2686
|
+
post?: string[] | undefined;
|
|
2679
2687
|
} | undefined;
|
|
2680
2688
|
url?: "full" | undefined;
|
|
2681
2689
|
openapi?: string | string[] | {
|
|
@@ -3039,6 +3047,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3039
3047
|
api?: {
|
|
3040
3048
|
params?: {
|
|
3041
3049
|
expanded?: "all" | "closed" | undefined;
|
|
3050
|
+
post?: string[] | undefined;
|
|
3042
3051
|
} | undefined;
|
|
3043
3052
|
url?: "full" | undefined;
|
|
3044
3053
|
openapi?: string | string[] | {
|
|
@@ -130,6 +130,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
130
130
|
api?: {
|
|
131
131
|
params?: {
|
|
132
132
|
expanded?: "all" | "closed" | undefined;
|
|
133
|
+
post?: string[] | undefined;
|
|
133
134
|
} | undefined;
|
|
134
135
|
url?: "full" | undefined;
|
|
135
136
|
openapi?: string | string[] | {
|
|
@@ -493,6 +494,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
493
494
|
api?: {
|
|
494
495
|
params?: {
|
|
495
496
|
expanded?: "all" | "closed" | undefined;
|
|
497
|
+
post?: string[] | undefined;
|
|
496
498
|
} | undefined;
|
|
497
499
|
url?: "full" | undefined;
|
|
498
500
|
openapi?: string | string[] | {
|
|
@@ -856,6 +858,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
856
858
|
api?: {
|
|
857
859
|
params?: {
|
|
858
860
|
expanded?: "all" | "closed" | undefined;
|
|
861
|
+
post?: string[] | undefined;
|
|
859
862
|
} | undefined;
|
|
860
863
|
url?: "full" | undefined;
|
|
861
864
|
openapi?: string | string[] | {
|
|
@@ -1219,6 +1222,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1219
1222
|
api?: {
|
|
1220
1223
|
params?: {
|
|
1221
1224
|
expanded?: "all" | "closed" | undefined;
|
|
1225
|
+
post?: string[] | undefined;
|
|
1222
1226
|
} | undefined;
|
|
1223
1227
|
url?: "full" | undefined;
|
|
1224
1228
|
openapi?: string | string[] | {
|
|
@@ -1582,6 +1586,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1582
1586
|
api?: {
|
|
1583
1587
|
params?: {
|
|
1584
1588
|
expanded?: "all" | "closed" | undefined;
|
|
1589
|
+
post?: string[] | undefined;
|
|
1585
1590
|
} | undefined;
|
|
1586
1591
|
url?: "full" | undefined;
|
|
1587
1592
|
openapi?: string | string[] | {
|
|
@@ -1945,6 +1950,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1945
1950
|
api?: {
|
|
1946
1951
|
params?: {
|
|
1947
1952
|
expanded?: "all" | "closed" | undefined;
|
|
1953
|
+
post?: string[] | undefined;
|
|
1948
1954
|
} | undefined;
|
|
1949
1955
|
url?: "full" | undefined;
|
|
1950
1956
|
openapi?: string | string[] | {
|
|
@@ -2308,6 +2314,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2308
2314
|
api?: {
|
|
2309
2315
|
params?: {
|
|
2310
2316
|
expanded?: "all" | "closed" | undefined;
|
|
2317
|
+
post?: string[] | undefined;
|
|
2311
2318
|
} | undefined;
|
|
2312
2319
|
url?: "full" | undefined;
|
|
2313
2320
|
openapi?: string | string[] | {
|
|
@@ -2671,6 +2678,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2671
2678
|
api?: {
|
|
2672
2679
|
params?: {
|
|
2673
2680
|
expanded?: "all" | "closed" | undefined;
|
|
2681
|
+
post?: string[] | undefined;
|
|
2674
2682
|
} | undefined;
|
|
2675
2683
|
url?: "full" | undefined;
|
|
2676
2684
|
openapi?: string | string[] | {
|
|
@@ -3034,6 +3042,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
3034
3042
|
api?: {
|
|
3035
3043
|
params?: {
|
|
3036
3044
|
expanded?: "all" | "closed" | undefined;
|
|
3045
|
+
post?: string[] | undefined;
|
|
3037
3046
|
} | undefined;
|
|
3038
3047
|
url?: "full" | undefined;
|
|
3039
3048
|
openapi?: string | string[] | {
|