@mintlify/prebuild 1.0.629 → 1.0.630

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.
@@ -394,6 +394,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
394
394
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
395
395
  background?: string | undefined;
396
396
  } | undefined;
397
+ interaction?: {
398
+ autoNavigateOnExpand?: boolean | undefined;
399
+ } | undefined;
397
400
  } | {
398
401
  name: string;
399
402
  $schema: string;
@@ -770,6 +773,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
770
773
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
771
774
  background?: string | undefined;
772
775
  } | undefined;
776
+ interaction?: {
777
+ autoNavigateOnExpand?: boolean | undefined;
778
+ } | undefined;
773
779
  } | {
774
780
  name: string;
775
781
  $schema: string;
@@ -1146,6 +1152,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1146
1152
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1147
1153
  background?: string | undefined;
1148
1154
  } | undefined;
1155
+ interaction?: {
1156
+ autoNavigateOnExpand?: boolean | undefined;
1157
+ } | undefined;
1149
1158
  } | {
1150
1159
  name: string;
1151
1160
  $schema: string;
@@ -1522,6 +1531,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1522
1531
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1523
1532
  background?: string | undefined;
1524
1533
  } | undefined;
1534
+ interaction?: {
1535
+ autoNavigateOnExpand?: boolean | undefined;
1536
+ } | undefined;
1525
1537
  } | {
1526
1538
  name: string;
1527
1539
  $schema: string;
@@ -1898,6 +1910,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1898
1910
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1899
1911
  background?: string | undefined;
1900
1912
  } | undefined;
1913
+ interaction?: {
1914
+ autoNavigateOnExpand?: boolean | undefined;
1915
+ } | undefined;
1901
1916
  } | {
1902
1917
  name: string;
1903
1918
  $schema: string;
@@ -2274,6 +2289,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2274
2289
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2275
2290
  background?: string | undefined;
2276
2291
  } | undefined;
2292
+ interaction?: {
2293
+ autoNavigateOnExpand?: boolean | undefined;
2294
+ } | undefined;
2277
2295
  } | {
2278
2296
  name: string;
2279
2297
  $schema: string;
@@ -2650,4 +2668,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2650
2668
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2651
2669
  background?: string | undefined;
2652
2670
  } | undefined;
2671
+ interaction?: {
2672
+ autoNavigateOnExpand?: boolean | undefined;
2673
+ } | undefined;
2653
2674
  }>;
@@ -389,6 +389,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
389
389
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
390
390
  background?: string | undefined;
391
391
  } | undefined;
392
+ interaction?: {
393
+ autoNavigateOnExpand?: boolean | undefined;
394
+ } | undefined;
392
395
  } | {
393
396
  name: string;
394
397
  $schema: string;
@@ -765,6 +768,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
765
768
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
766
769
  background?: string | undefined;
767
770
  } | undefined;
771
+ interaction?: {
772
+ autoNavigateOnExpand?: boolean | undefined;
773
+ } | undefined;
768
774
  } | {
769
775
  name: string;
770
776
  $schema: string;
@@ -1141,6 +1147,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1141
1147
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1142
1148
  background?: string | undefined;
1143
1149
  } | undefined;
1150
+ interaction?: {
1151
+ autoNavigateOnExpand?: boolean | undefined;
1152
+ } | undefined;
1144
1153
  } | {
1145
1154
  name: string;
1146
1155
  $schema: string;
@@ -1517,6 +1526,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1517
1526
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1518
1527
  background?: string | undefined;
1519
1528
  } | undefined;
1529
+ interaction?: {
1530
+ autoNavigateOnExpand?: boolean | undefined;
1531
+ } | undefined;
1520
1532
  } | {
1521
1533
  name: string;
1522
1534
  $schema: string;
@@ -1893,6 +1905,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1893
1905
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1894
1906
  background?: string | undefined;
1895
1907
  } | undefined;
1908
+ interaction?: {
1909
+ autoNavigateOnExpand?: boolean | undefined;
1910
+ } | undefined;
1896
1911
  } | {
1897
1912
  name: string;
1898
1913
  $schema: string;
@@ -2269,6 +2284,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2269
2284
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2270
2285
  background?: string | undefined;
2271
2286
  } | undefined;
2287
+ interaction?: {
2288
+ autoNavigateOnExpand?: boolean | undefined;
2289
+ } | undefined;
2272
2290
  } | {
2273
2291
  name: string;
2274
2292
  $schema: string;
@@ -2645,6 +2663,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2645
2663
  appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2646
2664
  background?: string | undefined;
2647
2665
  } | undefined;
2666
+ interaction?: {
2667
+ autoNavigateOnExpand?: boolean | undefined;
2668
+ } | undefined;
2648
2669
  }>;
2649
2670
  export declare const writeMdxFilesWithNoImports: (mdxFilesWithNoImports: {
2650
2671
  targetPath: string;