@mintlify/prebuild 1.0.873 → 1.0.875

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.
@@ -367,6 +367,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
367
367
  interaction?: {
368
368
  drilldown?: boolean | undefined;
369
369
  } | undefined;
370
+ variables?: Record<string, string> | undefined;
370
371
  } | {
371
372
  name: string;
372
373
  $schema: string;
@@ -714,6 +715,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
714
715
  interaction?: {
715
716
  drilldown?: boolean | undefined;
716
717
  } | undefined;
718
+ variables?: Record<string, string> | undefined;
717
719
  } | {
718
720
  name: string;
719
721
  $schema: string;
@@ -1061,6 +1063,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1061
1063
  interaction?: {
1062
1064
  drilldown?: boolean | undefined;
1063
1065
  } | undefined;
1066
+ variables?: Record<string, string> | undefined;
1064
1067
  } | {
1065
1068
  name: string;
1066
1069
  $schema: string;
@@ -1408,6 +1411,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1408
1411
  interaction?: {
1409
1412
  drilldown?: boolean | undefined;
1410
1413
  } | undefined;
1414
+ variables?: Record<string, string> | undefined;
1411
1415
  } | {
1412
1416
  name: string;
1413
1417
  $schema: string;
@@ -1755,6 +1759,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1755
1759
  interaction?: {
1756
1760
  drilldown?: boolean | undefined;
1757
1761
  } | undefined;
1762
+ variables?: Record<string, string> | undefined;
1758
1763
  } | {
1759
1764
  name: string;
1760
1765
  $schema: string;
@@ -2102,6 +2107,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2102
2107
  interaction?: {
2103
2108
  drilldown?: boolean | undefined;
2104
2109
  } | undefined;
2110
+ variables?: Record<string, string> | undefined;
2105
2111
  } | {
2106
2112
  name: string;
2107
2113
  $schema: string;
@@ -2449,6 +2455,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2449
2455
  interaction?: {
2450
2456
  drilldown?: boolean | undefined;
2451
2457
  } | undefined;
2458
+ variables?: Record<string, string> | undefined;
2452
2459
  } | {
2453
2460
  name: string;
2454
2461
  $schema: string;
@@ -2796,4 +2803,5 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2796
2803
  interaction?: {
2797
2804
  drilldown?: boolean | undefined;
2798
2805
  } | undefined;
2806
+ variables?: Record<string, string> | undefined;
2799
2807
  }>;
@@ -363,6 +363,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
363
363
  interaction?: {
364
364
  drilldown?: boolean | undefined;
365
365
  } | undefined;
366
+ variables?: Record<string, string> | undefined;
366
367
  } | {
367
368
  name: string;
368
369
  $schema: string;
@@ -710,6 +711,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
710
711
  interaction?: {
711
712
  drilldown?: boolean | undefined;
712
713
  } | undefined;
714
+ variables?: Record<string, string> | undefined;
713
715
  } | {
714
716
  name: string;
715
717
  $schema: string;
@@ -1057,6 +1059,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1057
1059
  interaction?: {
1058
1060
  drilldown?: boolean | undefined;
1059
1061
  } | undefined;
1062
+ variables?: Record<string, string> | undefined;
1060
1063
  } | {
1061
1064
  name: string;
1062
1065
  $schema: string;
@@ -1404,6 +1407,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1404
1407
  interaction?: {
1405
1408
  drilldown?: boolean | undefined;
1406
1409
  } | undefined;
1410
+ variables?: Record<string, string> | undefined;
1407
1411
  } | {
1408
1412
  name: string;
1409
1413
  $schema: string;
@@ -1751,6 +1755,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1751
1755
  interaction?: {
1752
1756
  drilldown?: boolean | undefined;
1753
1757
  } | undefined;
1758
+ variables?: Record<string, string> | undefined;
1754
1759
  } | {
1755
1760
  name: string;
1756
1761
  $schema: string;
@@ -2098,6 +2103,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2098
2103
  interaction?: {
2099
2104
  drilldown?: boolean | undefined;
2100
2105
  } | undefined;
2106
+ variables?: Record<string, string> | undefined;
2101
2107
  } | {
2102
2108
  name: string;
2103
2109
  $schema: string;
@@ -2445,6 +2451,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2445
2451
  interaction?: {
2446
2452
  drilldown?: boolean | undefined;
2447
2453
  } | undefined;
2454
+ variables?: Record<string, string> | undefined;
2448
2455
  } | {
2449
2456
  name: string;
2450
2457
  $schema: string;
@@ -2792,6 +2799,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2792
2799
  interaction?: {
2793
2800
  drilldown?: boolean | undefined;
2794
2801
  } | undefined;
2802
+ variables?: Record<string, string> | undefined;
2795
2803
  }>;
2796
2804
  export declare const writeMdxFilesWithNoImports: (mdxFilesWithNoImports: {
2797
2805
  targetPath: string;