@mintlify/prebuild 1.0.541 → 1.0.542

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.
@@ -355,6 +355,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
355
355
  contextual?: {
356
356
  options: ("copy" | "view" | "chatgpt" | "claude")[];
357
357
  } | undefined;
358
+ thumbnails?: {
359
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
360
+ background?: string | undefined;
361
+ } | undefined;
358
362
  } | {
359
363
  name: string;
360
364
  $schema: string;
@@ -692,6 +696,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
692
696
  contextual?: {
693
697
  options: ("copy" | "view" | "chatgpt" | "claude")[];
694
698
  } | undefined;
699
+ thumbnails?: {
700
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
701
+ background?: string | undefined;
702
+ } | undefined;
695
703
  } | {
696
704
  name: string;
697
705
  $schema: string;
@@ -1029,6 +1037,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1029
1037
  contextual?: {
1030
1038
  options: ("copy" | "view" | "chatgpt" | "claude")[];
1031
1039
  } | undefined;
1040
+ thumbnails?: {
1041
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1042
+ background?: string | undefined;
1043
+ } | undefined;
1032
1044
  } | {
1033
1045
  name: string;
1034
1046
  $schema: string;
@@ -1366,6 +1378,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1366
1378
  contextual?: {
1367
1379
  options: ("copy" | "view" | "chatgpt" | "claude")[];
1368
1380
  } | undefined;
1381
+ thumbnails?: {
1382
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1383
+ background?: string | undefined;
1384
+ } | undefined;
1369
1385
  } | {
1370
1386
  name: string;
1371
1387
  $schema: string;
@@ -1703,6 +1719,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1703
1719
  contextual?: {
1704
1720
  options: ("copy" | "view" | "chatgpt" | "claude")[];
1705
1721
  } | undefined;
1722
+ thumbnails?: {
1723
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1724
+ background?: string | undefined;
1725
+ } | undefined;
1706
1726
  } | {
1707
1727
  name: string;
1708
1728
  $schema: string;
@@ -2040,6 +2060,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2040
2060
  contextual?: {
2041
2061
  options: ("copy" | "view" | "chatgpt" | "claude")[];
2042
2062
  } | undefined;
2063
+ thumbnails?: {
2064
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2065
+ background?: string | undefined;
2066
+ } | undefined;
2043
2067
  } | {
2044
2068
  name: string;
2045
2069
  $schema: string;
@@ -2377,4 +2401,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2377
2401
  contextual?: {
2378
2402
  options: ("copy" | "view" | "chatgpt" | "claude")[];
2379
2403
  } | undefined;
2404
+ thumbnails?: {
2405
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2406
+ background?: string | undefined;
2407
+ } | undefined;
2380
2408
  }>;
@@ -349,6 +349,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
349
349
  contextual?: {
350
350
  options: ("copy" | "view" | "chatgpt" | "claude")[];
351
351
  } | undefined;
352
+ thumbnails?: {
353
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
354
+ background?: string | undefined;
355
+ } | undefined;
352
356
  } | {
353
357
  name: string;
354
358
  $schema: string;
@@ -686,6 +690,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
686
690
  contextual?: {
687
691
  options: ("copy" | "view" | "chatgpt" | "claude")[];
688
692
  } | undefined;
693
+ thumbnails?: {
694
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
695
+ background?: string | undefined;
696
+ } | undefined;
689
697
  } | {
690
698
  name: string;
691
699
  $schema: string;
@@ -1023,6 +1031,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1023
1031
  contextual?: {
1024
1032
  options: ("copy" | "view" | "chatgpt" | "claude")[];
1025
1033
  } | undefined;
1034
+ thumbnails?: {
1035
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1036
+ background?: string | undefined;
1037
+ } | undefined;
1026
1038
  } | {
1027
1039
  name: string;
1028
1040
  $schema: string;
@@ -1360,6 +1372,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1360
1372
  contextual?: {
1361
1373
  options: ("copy" | "view" | "chatgpt" | "claude")[];
1362
1374
  } | undefined;
1375
+ thumbnails?: {
1376
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1377
+ background?: string | undefined;
1378
+ } | undefined;
1363
1379
  } | {
1364
1380
  name: string;
1365
1381
  $schema: string;
@@ -1697,6 +1713,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1697
1713
  contextual?: {
1698
1714
  options: ("copy" | "view" | "chatgpt" | "claude")[];
1699
1715
  } | undefined;
1716
+ thumbnails?: {
1717
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
1718
+ background?: string | undefined;
1719
+ } | undefined;
1700
1720
  } | {
1701
1721
  name: string;
1702
1722
  $schema: string;
@@ -2034,6 +2054,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2034
2054
  contextual?: {
2035
2055
  options: ("copy" | "view" | "chatgpt" | "claude")[];
2036
2056
  } | undefined;
2057
+ thumbnails?: {
2058
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2059
+ background?: string | undefined;
2060
+ } | undefined;
2037
2061
  } | {
2038
2062
  name: string;
2039
2063
  $schema: string;
@@ -2371,6 +2395,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2371
2395
  contextual?: {
2372
2396
  options: ("copy" | "view" | "chatgpt" | "claude")[];
2373
2397
  } | undefined;
2398
+ thumbnails?: {
2399
+ appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
2400
+ background?: string | undefined;
2401
+ } | undefined;
2374
2402
  }>;
2375
2403
  export declare const writeMdxFilesWithNoImports: (mdxFilesWithNoImports: {
2376
2404
  targetPath: string;