@mintlify/prebuild 1.0.482 → 1.0.484

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.
@@ -173,6 +173,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
173
173
  source: string;
174
174
  directory?: string | undefined;
175
175
  } | undefined;
176
+ paramFields?: {
177
+ expanded?: "all" | "none" | undefined;
178
+ } | undefined;
176
179
  playground?: {
177
180
  display?: "simple" | "none" | "interactive" | undefined;
178
181
  proxy?: boolean | undefined;
@@ -496,6 +499,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
496
499
  source: string;
497
500
  directory?: string | undefined;
498
501
  } | undefined;
502
+ paramFields?: {
503
+ expanded?: "all" | "none" | undefined;
504
+ } | undefined;
499
505
  playground?: {
500
506
  display?: "simple" | "none" | "interactive" | undefined;
501
507
  proxy?: boolean | undefined;
@@ -819,6 +825,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
819
825
  source: string;
820
826
  directory?: string | undefined;
821
827
  } | undefined;
828
+ paramFields?: {
829
+ expanded?: "all" | "none" | undefined;
830
+ } | undefined;
822
831
  playground?: {
823
832
  display?: "simple" | "none" | "interactive" | undefined;
824
833
  proxy?: boolean | undefined;
@@ -1142,6 +1151,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1142
1151
  source: string;
1143
1152
  directory?: string | undefined;
1144
1153
  } | undefined;
1154
+ paramFields?: {
1155
+ expanded?: "all" | "none" | undefined;
1156
+ } | undefined;
1145
1157
  playground?: {
1146
1158
  display?: "simple" | "none" | "interactive" | undefined;
1147
1159
  proxy?: boolean | undefined;
@@ -1465,6 +1477,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1465
1477
  source: string;
1466
1478
  directory?: string | undefined;
1467
1479
  } | undefined;
1480
+ paramFields?: {
1481
+ expanded?: "all" | "none" | undefined;
1482
+ } | undefined;
1468
1483
  playground?: {
1469
1484
  display?: "simple" | "none" | "interactive" | undefined;
1470
1485
  proxy?: boolean | undefined;
@@ -1788,6 +1803,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1788
1803
  source: string;
1789
1804
  directory?: string | undefined;
1790
1805
  } | undefined;
1806
+ paramFields?: {
1807
+ expanded?: "all" | "none" | undefined;
1808
+ } | undefined;
1791
1809
  playground?: {
1792
1810
  display?: "simple" | "none" | "interactive" | undefined;
1793
1811
  proxy?: boolean | undefined;
@@ -166,6 +166,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
166
166
  source: string;
167
167
  directory?: string | undefined;
168
168
  } | undefined;
169
+ paramFields?: {
170
+ expanded?: "all" | "none" | undefined;
171
+ } | undefined;
169
172
  playground?: {
170
173
  display?: "simple" | "none" | "interactive" | undefined;
171
174
  proxy?: boolean | undefined;
@@ -489,6 +492,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
489
492
  source: string;
490
493
  directory?: string | undefined;
491
494
  } | undefined;
495
+ paramFields?: {
496
+ expanded?: "all" | "none" | undefined;
497
+ } | undefined;
492
498
  playground?: {
493
499
  display?: "simple" | "none" | "interactive" | undefined;
494
500
  proxy?: boolean | undefined;
@@ -812,6 +818,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
812
818
  source: string;
813
819
  directory?: string | undefined;
814
820
  } | undefined;
821
+ paramFields?: {
822
+ expanded?: "all" | "none" | undefined;
823
+ } | undefined;
815
824
  playground?: {
816
825
  display?: "simple" | "none" | "interactive" | undefined;
817
826
  proxy?: boolean | undefined;
@@ -1135,6 +1144,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1135
1144
  source: string;
1136
1145
  directory?: string | undefined;
1137
1146
  } | undefined;
1147
+ paramFields?: {
1148
+ expanded?: "all" | "none" | undefined;
1149
+ } | undefined;
1138
1150
  playground?: {
1139
1151
  display?: "simple" | "none" | "interactive" | undefined;
1140
1152
  proxy?: boolean | undefined;
@@ -1458,6 +1470,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1458
1470
  source: string;
1459
1471
  directory?: string | undefined;
1460
1472
  } | undefined;
1473
+ paramFields?: {
1474
+ expanded?: "all" | "none" | undefined;
1475
+ } | undefined;
1461
1476
  playground?: {
1462
1477
  display?: "simple" | "none" | "interactive" | undefined;
1463
1478
  proxy?: boolean | undefined;
@@ -1781,6 +1796,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1781
1796
  source: string;
1782
1797
  directory?: string | undefined;
1783
1798
  } | undefined;
1799
+ paramFields?: {
1800
+ expanded?: "all" | "none" | undefined;
1801
+ } | undefined;
1784
1802
  playground?: {
1785
1803
  display?: "simple" | "none" | "interactive" | undefined;
1786
1804
  proxy?: boolean | undefined;