@mintlify/prebuild 1.0.889 → 1.0.890

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.
@@ -143,6 +143,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
143
143
  prefill?: boolean | undefined;
144
144
  autogenerate?: boolean | undefined;
145
145
  } | undefined;
146
+ spec?: {
147
+ download?: boolean | undefined;
148
+ } | undefined;
146
149
  mdx?: {
147
150
  server?: string | string[] | undefined;
148
151
  auth?: {
@@ -491,6 +494,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
491
494
  prefill?: boolean | undefined;
492
495
  autogenerate?: boolean | undefined;
493
496
  } | undefined;
497
+ spec?: {
498
+ download?: boolean | undefined;
499
+ } | undefined;
494
500
  mdx?: {
495
501
  server?: string | string[] | undefined;
496
502
  auth?: {
@@ -839,6 +845,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
839
845
  prefill?: boolean | undefined;
840
846
  autogenerate?: boolean | undefined;
841
847
  } | undefined;
848
+ spec?: {
849
+ download?: boolean | undefined;
850
+ } | undefined;
842
851
  mdx?: {
843
852
  server?: string | string[] | undefined;
844
853
  auth?: {
@@ -1187,6 +1196,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1187
1196
  prefill?: boolean | undefined;
1188
1197
  autogenerate?: boolean | undefined;
1189
1198
  } | undefined;
1199
+ spec?: {
1200
+ download?: boolean | undefined;
1201
+ } | undefined;
1190
1202
  mdx?: {
1191
1203
  server?: string | string[] | undefined;
1192
1204
  auth?: {
@@ -1535,6 +1547,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1535
1547
  prefill?: boolean | undefined;
1536
1548
  autogenerate?: boolean | undefined;
1537
1549
  } | undefined;
1550
+ spec?: {
1551
+ download?: boolean | undefined;
1552
+ } | undefined;
1538
1553
  mdx?: {
1539
1554
  server?: string | string[] | undefined;
1540
1555
  auth?: {
@@ -1883,6 +1898,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1883
1898
  prefill?: boolean | undefined;
1884
1899
  autogenerate?: boolean | undefined;
1885
1900
  } | undefined;
1901
+ spec?: {
1902
+ download?: boolean | undefined;
1903
+ } | undefined;
1886
1904
  mdx?: {
1887
1905
  server?: string | string[] | undefined;
1888
1906
  auth?: {
@@ -2231,6 +2249,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2231
2249
  prefill?: boolean | undefined;
2232
2250
  autogenerate?: boolean | undefined;
2233
2251
  } | undefined;
2252
+ spec?: {
2253
+ download?: boolean | undefined;
2254
+ } | undefined;
2234
2255
  mdx?: {
2235
2256
  server?: string | string[] | undefined;
2236
2257
  auth?: {
@@ -2579,6 +2600,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2579
2600
  prefill?: boolean | undefined;
2580
2601
  autogenerate?: boolean | undefined;
2581
2602
  } | undefined;
2603
+ spec?: {
2604
+ download?: boolean | undefined;
2605
+ } | undefined;
2582
2606
  mdx?: {
2583
2607
  server?: string | string[] | undefined;
2584
2608
  auth?: {
@@ -2927,6 +2951,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2927
2951
  prefill?: boolean | undefined;
2928
2952
  autogenerate?: boolean | undefined;
2929
2953
  } | undefined;
2954
+ spec?: {
2955
+ download?: boolean | undefined;
2956
+ } | undefined;
2930
2957
  mdx?: {
2931
2958
  server?: string | string[] | undefined;
2932
2959
  auth?: {
@@ -139,6 +139,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
139
139
  prefill?: boolean | undefined;
140
140
  autogenerate?: boolean | undefined;
141
141
  } | undefined;
142
+ spec?: {
143
+ download?: boolean | undefined;
144
+ } | undefined;
142
145
  mdx?: {
143
146
  server?: string | string[] | undefined;
144
147
  auth?: {
@@ -487,6 +490,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
487
490
  prefill?: boolean | undefined;
488
491
  autogenerate?: boolean | undefined;
489
492
  } | undefined;
493
+ spec?: {
494
+ download?: boolean | undefined;
495
+ } | undefined;
490
496
  mdx?: {
491
497
  server?: string | string[] | undefined;
492
498
  auth?: {
@@ -835,6 +841,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
835
841
  prefill?: boolean | undefined;
836
842
  autogenerate?: boolean | undefined;
837
843
  } | undefined;
844
+ spec?: {
845
+ download?: boolean | undefined;
846
+ } | undefined;
838
847
  mdx?: {
839
848
  server?: string | string[] | undefined;
840
849
  auth?: {
@@ -1183,6 +1192,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1183
1192
  prefill?: boolean | undefined;
1184
1193
  autogenerate?: boolean | undefined;
1185
1194
  } | undefined;
1195
+ spec?: {
1196
+ download?: boolean | undefined;
1197
+ } | undefined;
1186
1198
  mdx?: {
1187
1199
  server?: string | string[] | undefined;
1188
1200
  auth?: {
@@ -1531,6 +1543,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1531
1543
  prefill?: boolean | undefined;
1532
1544
  autogenerate?: boolean | undefined;
1533
1545
  } | undefined;
1546
+ spec?: {
1547
+ download?: boolean | undefined;
1548
+ } | undefined;
1534
1549
  mdx?: {
1535
1550
  server?: string | string[] | undefined;
1536
1551
  auth?: {
@@ -1879,6 +1894,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1879
1894
  prefill?: boolean | undefined;
1880
1895
  autogenerate?: boolean | undefined;
1881
1896
  } | undefined;
1897
+ spec?: {
1898
+ download?: boolean | undefined;
1899
+ } | undefined;
1882
1900
  mdx?: {
1883
1901
  server?: string | string[] | undefined;
1884
1902
  auth?: {
@@ -2227,6 +2245,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2227
2245
  prefill?: boolean | undefined;
2228
2246
  autogenerate?: boolean | undefined;
2229
2247
  } | undefined;
2248
+ spec?: {
2249
+ download?: boolean | undefined;
2250
+ } | undefined;
2230
2251
  mdx?: {
2231
2252
  server?: string | string[] | undefined;
2232
2253
  auth?: {
@@ -2575,6 +2596,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2575
2596
  prefill?: boolean | undefined;
2576
2597
  autogenerate?: boolean | undefined;
2577
2598
  } | undefined;
2599
+ spec?: {
2600
+ download?: boolean | undefined;
2601
+ } | undefined;
2578
2602
  mdx?: {
2579
2603
  server?: string | string[] | undefined;
2580
2604
  auth?: {
@@ -2923,6 +2947,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2923
2947
  prefill?: boolean | undefined;
2924
2948
  autogenerate?: boolean | undefined;
2925
2949
  } | undefined;
2950
+ spec?: {
2951
+ download?: boolean | undefined;
2952
+ } | undefined;
2926
2953
  mdx?: {
2927
2954
  server?: string | string[] | undefined;
2928
2955
  auth?: {