@mintlify/prebuild 1.0.1008 → 1.0.1010

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[] | {
@@ -263,6 +264,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
263
264
  description?: string | undefined;
264
265
  banner?: {
265
266
  content: string;
267
+ type?: "info" | "warning" | "critical" | undefined;
268
+ color?: {
269
+ light?: string | undefined;
270
+ dark?: string | undefined;
271
+ } | undefined;
266
272
  dismissible?: boolean | undefined;
267
273
  } | undefined;
268
274
  navbar?: {
@@ -498,6 +504,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
498
504
  api?: {
499
505
  params?: {
500
506
  expanded?: "all" | "closed" | undefined;
507
+ post?: string[] | undefined;
501
508
  } | undefined;
502
509
  url?: "full" | undefined;
503
510
  openapi?: string | string[] | {
@@ -626,6 +633,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
626
633
  description?: string | undefined;
627
634
  banner?: {
628
635
  content: string;
636
+ type?: "info" | "warning" | "critical" | undefined;
637
+ color?: {
638
+ light?: string | undefined;
639
+ dark?: string | undefined;
640
+ } | undefined;
629
641
  dismissible?: boolean | undefined;
630
642
  } | undefined;
631
643
  navbar?: {
@@ -861,6 +873,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
861
873
  api?: {
862
874
  params?: {
863
875
  expanded?: "all" | "closed" | undefined;
876
+ post?: string[] | undefined;
864
877
  } | undefined;
865
878
  url?: "full" | undefined;
866
879
  openapi?: string | string[] | {
@@ -989,6 +1002,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
989
1002
  description?: string | undefined;
990
1003
  banner?: {
991
1004
  content: string;
1005
+ type?: "info" | "warning" | "critical" | undefined;
1006
+ color?: {
1007
+ light?: string | undefined;
1008
+ dark?: string | undefined;
1009
+ } | undefined;
992
1010
  dismissible?: boolean | undefined;
993
1011
  } | undefined;
994
1012
  navbar?: {
@@ -1224,6 +1242,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1224
1242
  api?: {
1225
1243
  params?: {
1226
1244
  expanded?: "all" | "closed" | undefined;
1245
+ post?: string[] | undefined;
1227
1246
  } | undefined;
1228
1247
  url?: "full" | undefined;
1229
1248
  openapi?: string | string[] | {
@@ -1352,6 +1371,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1352
1371
  description?: string | undefined;
1353
1372
  banner?: {
1354
1373
  content: string;
1374
+ type?: "info" | "warning" | "critical" | undefined;
1375
+ color?: {
1376
+ light?: string | undefined;
1377
+ dark?: string | undefined;
1378
+ } | undefined;
1355
1379
  dismissible?: boolean | undefined;
1356
1380
  } | undefined;
1357
1381
  navbar?: {
@@ -1587,6 +1611,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1587
1611
  api?: {
1588
1612
  params?: {
1589
1613
  expanded?: "all" | "closed" | undefined;
1614
+ post?: string[] | undefined;
1590
1615
  } | undefined;
1591
1616
  url?: "full" | undefined;
1592
1617
  openapi?: string | string[] | {
@@ -1715,6 +1740,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1715
1740
  description?: string | undefined;
1716
1741
  banner?: {
1717
1742
  content: string;
1743
+ type?: "info" | "warning" | "critical" | undefined;
1744
+ color?: {
1745
+ light?: string | undefined;
1746
+ dark?: string | undefined;
1747
+ } | undefined;
1718
1748
  dismissible?: boolean | undefined;
1719
1749
  } | undefined;
1720
1750
  navbar?: {
@@ -1950,6 +1980,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1950
1980
  api?: {
1951
1981
  params?: {
1952
1982
  expanded?: "all" | "closed" | undefined;
1983
+ post?: string[] | undefined;
1953
1984
  } | undefined;
1954
1985
  url?: "full" | undefined;
1955
1986
  openapi?: string | string[] | {
@@ -2078,6 +2109,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2078
2109
  description?: string | undefined;
2079
2110
  banner?: {
2080
2111
  content: string;
2112
+ type?: "info" | "warning" | "critical" | undefined;
2113
+ color?: {
2114
+ light?: string | undefined;
2115
+ dark?: string | undefined;
2116
+ } | undefined;
2081
2117
  dismissible?: boolean | undefined;
2082
2118
  } | undefined;
2083
2119
  navbar?: {
@@ -2313,6 +2349,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2313
2349
  api?: {
2314
2350
  params?: {
2315
2351
  expanded?: "all" | "closed" | undefined;
2352
+ post?: string[] | undefined;
2316
2353
  } | undefined;
2317
2354
  url?: "full" | undefined;
2318
2355
  openapi?: string | string[] | {
@@ -2441,6 +2478,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2441
2478
  description?: string | undefined;
2442
2479
  banner?: {
2443
2480
  content: string;
2481
+ type?: "info" | "warning" | "critical" | undefined;
2482
+ color?: {
2483
+ light?: string | undefined;
2484
+ dark?: string | undefined;
2485
+ } | undefined;
2444
2486
  dismissible?: boolean | undefined;
2445
2487
  } | undefined;
2446
2488
  navbar?: {
@@ -2676,6 +2718,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2676
2718
  api?: {
2677
2719
  params?: {
2678
2720
  expanded?: "all" | "closed" | undefined;
2721
+ post?: string[] | undefined;
2679
2722
  } | undefined;
2680
2723
  url?: "full" | undefined;
2681
2724
  openapi?: string | string[] | {
@@ -2804,6 +2847,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2804
2847
  description?: string | undefined;
2805
2848
  banner?: {
2806
2849
  content: string;
2850
+ type?: "info" | "warning" | "critical" | undefined;
2851
+ color?: {
2852
+ light?: string | undefined;
2853
+ dark?: string | undefined;
2854
+ } | undefined;
2807
2855
  dismissible?: boolean | undefined;
2808
2856
  } | undefined;
2809
2857
  navbar?: {
@@ -3039,6 +3087,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
3039
3087
  api?: {
3040
3088
  params?: {
3041
3089
  expanded?: "all" | "closed" | undefined;
3090
+ post?: string[] | undefined;
3042
3091
  } | undefined;
3043
3092
  url?: "full" | undefined;
3044
3093
  openapi?: string | string[] | {
@@ -3167,6 +3216,11 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
3167
3216
  description?: string | undefined;
3168
3217
  banner?: {
3169
3218
  content: string;
3219
+ type?: "info" | "warning" | "critical" | undefined;
3220
+ color?: {
3221
+ light?: string | undefined;
3222
+ dark?: string | undefined;
3223
+ } | undefined;
3170
3224
  dismissible?: boolean | undefined;
3171
3225
  } | undefined;
3172
3226
  navbar?: {
@@ -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[] | {
@@ -258,6 +259,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
258
259
  description?: string | undefined;
259
260
  banner?: {
260
261
  content: string;
262
+ type?: "info" | "warning" | "critical" | undefined;
263
+ color?: {
264
+ light?: string | undefined;
265
+ dark?: string | undefined;
266
+ } | undefined;
261
267
  dismissible?: boolean | undefined;
262
268
  } | undefined;
263
269
  navbar?: {
@@ -493,6 +499,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
493
499
  api?: {
494
500
  params?: {
495
501
  expanded?: "all" | "closed" | undefined;
502
+ post?: string[] | undefined;
496
503
  } | undefined;
497
504
  url?: "full" | undefined;
498
505
  openapi?: string | string[] | {
@@ -621,6 +628,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
621
628
  description?: string | undefined;
622
629
  banner?: {
623
630
  content: string;
631
+ type?: "info" | "warning" | "critical" | undefined;
632
+ color?: {
633
+ light?: string | undefined;
634
+ dark?: string | undefined;
635
+ } | undefined;
624
636
  dismissible?: boolean | undefined;
625
637
  } | undefined;
626
638
  navbar?: {
@@ -856,6 +868,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
856
868
  api?: {
857
869
  params?: {
858
870
  expanded?: "all" | "closed" | undefined;
871
+ post?: string[] | undefined;
859
872
  } | undefined;
860
873
  url?: "full" | undefined;
861
874
  openapi?: string | string[] | {
@@ -984,6 +997,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
984
997
  description?: string | undefined;
985
998
  banner?: {
986
999
  content: string;
1000
+ type?: "info" | "warning" | "critical" | undefined;
1001
+ color?: {
1002
+ light?: string | undefined;
1003
+ dark?: string | undefined;
1004
+ } | undefined;
987
1005
  dismissible?: boolean | undefined;
988
1006
  } | undefined;
989
1007
  navbar?: {
@@ -1219,6 +1237,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1219
1237
  api?: {
1220
1238
  params?: {
1221
1239
  expanded?: "all" | "closed" | undefined;
1240
+ post?: string[] | undefined;
1222
1241
  } | undefined;
1223
1242
  url?: "full" | undefined;
1224
1243
  openapi?: string | string[] | {
@@ -1347,6 +1366,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1347
1366
  description?: string | undefined;
1348
1367
  banner?: {
1349
1368
  content: string;
1369
+ type?: "info" | "warning" | "critical" | undefined;
1370
+ color?: {
1371
+ light?: string | undefined;
1372
+ dark?: string | undefined;
1373
+ } | undefined;
1350
1374
  dismissible?: boolean | undefined;
1351
1375
  } | undefined;
1352
1376
  navbar?: {
@@ -1582,6 +1606,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1582
1606
  api?: {
1583
1607
  params?: {
1584
1608
  expanded?: "all" | "closed" | undefined;
1609
+ post?: string[] | undefined;
1585
1610
  } | undefined;
1586
1611
  url?: "full" | undefined;
1587
1612
  openapi?: string | string[] | {
@@ -1710,6 +1735,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1710
1735
  description?: string | undefined;
1711
1736
  banner?: {
1712
1737
  content: string;
1738
+ type?: "info" | "warning" | "critical" | undefined;
1739
+ color?: {
1740
+ light?: string | undefined;
1741
+ dark?: string | undefined;
1742
+ } | undefined;
1713
1743
  dismissible?: boolean | undefined;
1714
1744
  } | undefined;
1715
1745
  navbar?: {
@@ -1945,6 +1975,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1945
1975
  api?: {
1946
1976
  params?: {
1947
1977
  expanded?: "all" | "closed" | undefined;
1978
+ post?: string[] | undefined;
1948
1979
  } | undefined;
1949
1980
  url?: "full" | undefined;
1950
1981
  openapi?: string | string[] | {
@@ -2073,6 +2104,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2073
2104
  description?: string | undefined;
2074
2105
  banner?: {
2075
2106
  content: string;
2107
+ type?: "info" | "warning" | "critical" | undefined;
2108
+ color?: {
2109
+ light?: string | undefined;
2110
+ dark?: string | undefined;
2111
+ } | undefined;
2076
2112
  dismissible?: boolean | undefined;
2077
2113
  } | undefined;
2078
2114
  navbar?: {
@@ -2308,6 +2344,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2308
2344
  api?: {
2309
2345
  params?: {
2310
2346
  expanded?: "all" | "closed" | undefined;
2347
+ post?: string[] | undefined;
2311
2348
  } | undefined;
2312
2349
  url?: "full" | undefined;
2313
2350
  openapi?: string | string[] | {
@@ -2436,6 +2473,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2436
2473
  description?: string | undefined;
2437
2474
  banner?: {
2438
2475
  content: string;
2476
+ type?: "info" | "warning" | "critical" | undefined;
2477
+ color?: {
2478
+ light?: string | undefined;
2479
+ dark?: string | undefined;
2480
+ } | undefined;
2439
2481
  dismissible?: boolean | undefined;
2440
2482
  } | undefined;
2441
2483
  navbar?: {
@@ -2671,6 +2713,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2671
2713
  api?: {
2672
2714
  params?: {
2673
2715
  expanded?: "all" | "closed" | undefined;
2716
+ post?: string[] | undefined;
2674
2717
  } | undefined;
2675
2718
  url?: "full" | undefined;
2676
2719
  openapi?: string | string[] | {
@@ -2799,6 +2842,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2799
2842
  description?: string | undefined;
2800
2843
  banner?: {
2801
2844
  content: string;
2845
+ type?: "info" | "warning" | "critical" | undefined;
2846
+ color?: {
2847
+ light?: string | undefined;
2848
+ dark?: string | undefined;
2849
+ } | undefined;
2802
2850
  dismissible?: boolean | undefined;
2803
2851
  } | undefined;
2804
2852
  navbar?: {
@@ -3034,6 +3082,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
3034
3082
  api?: {
3035
3083
  params?: {
3036
3084
  expanded?: "all" | "closed" | undefined;
3085
+ post?: string[] | undefined;
3037
3086
  } | undefined;
3038
3087
  url?: "full" | undefined;
3039
3088
  openapi?: string | string[] | {
@@ -3162,6 +3211,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
3162
3211
  description?: string | undefined;
3163
3212
  banner?: {
3164
3213
  content: string;
3214
+ type?: "info" | "warning" | "critical" | undefined;
3215
+ color?: {
3216
+ light?: string | undefined;
3217
+ dark?: string | undefined;
3218
+ } | undefined;
3165
3219
  dismissible?: boolean | undefined;
3166
3220
  } | undefined;
3167
3221
  navbar?: {