@mintlify/prebuild 1.0.450 → 1.0.452

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.
@@ -178,6 +178,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
178
178
  proxy?: boolean | undefined;
179
179
  } | undefined;
180
180
  examples?: {
181
+ defaults?: "all" | "required" | undefined;
181
182
  languages?: string[] | undefined;
182
183
  } | undefined;
183
184
  mdx?: {
@@ -500,6 +501,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
500
501
  proxy?: boolean | undefined;
501
502
  } | undefined;
502
503
  examples?: {
504
+ defaults?: "all" | "required" | undefined;
503
505
  languages?: string[] | undefined;
504
506
  } | undefined;
505
507
  mdx?: {
@@ -822,6 +824,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
822
824
  proxy?: boolean | undefined;
823
825
  } | undefined;
824
826
  examples?: {
827
+ defaults?: "all" | "required" | undefined;
825
828
  languages?: string[] | undefined;
826
829
  } | undefined;
827
830
  mdx?: {
@@ -1144,6 +1147,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1144
1147
  proxy?: boolean | undefined;
1145
1148
  } | undefined;
1146
1149
  examples?: {
1150
+ defaults?: "all" | "required" | undefined;
1147
1151
  languages?: string[] | undefined;
1148
1152
  } | undefined;
1149
1153
  mdx?: {
@@ -1466,6 +1470,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1466
1470
  proxy?: boolean | undefined;
1467
1471
  } | undefined;
1468
1472
  examples?: {
1473
+ defaults?: "all" | "required" | undefined;
1469
1474
  languages?: string[] | undefined;
1470
1475
  } | undefined;
1471
1476
  mdx?: {
@@ -170,6 +170,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
170
170
  proxy?: boolean | undefined;
171
171
  } | undefined;
172
172
  examples?: {
173
+ defaults?: "all" | "required" | undefined;
173
174
  languages?: string[] | undefined;
174
175
  } | undefined;
175
176
  mdx?: {
@@ -492,6 +493,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
492
493
  proxy?: boolean | undefined;
493
494
  } | undefined;
494
495
  examples?: {
496
+ defaults?: "all" | "required" | undefined;
495
497
  languages?: string[] | undefined;
496
498
  } | undefined;
497
499
  mdx?: {
@@ -814,6 +816,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
814
816
  proxy?: boolean | undefined;
815
817
  } | undefined;
816
818
  examples?: {
819
+ defaults?: "all" | "required" | undefined;
817
820
  languages?: string[] | undefined;
818
821
  } | undefined;
819
822
  mdx?: {
@@ -1136,6 +1139,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1136
1139
  proxy?: boolean | undefined;
1137
1140
  } | undefined;
1138
1141
  examples?: {
1142
+ defaults?: "all" | "required" | undefined;
1139
1143
  languages?: string[] | undefined;
1140
1144
  } | undefined;
1141
1145
  mdx?: {
@@ -1458,6 +1462,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1458
1462
  proxy?: boolean | undefined;
1459
1463
  } | undefined;
1460
1464
  examples?: {
1465
+ defaults?: "all" | "required" | undefined;
1461
1466
  languages?: string[] | undefined;
1462
1467
  } | undefined;
1463
1468
  mdx?: {