@mintlify/prebuild 1.0.739 → 1.0.741

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.
@@ -427,6 +427,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
427
427
  interaction?: {
428
428
  drilldown?: boolean | undefined;
429
429
  } | undefined;
430
+ metadata?: {
431
+ timestamp: boolean;
432
+ } | undefined;
430
433
  } | {
431
434
  name: string;
432
435
  $schema: string;
@@ -836,6 +839,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
836
839
  interaction?: {
837
840
  drilldown?: boolean | undefined;
838
841
  } | undefined;
842
+ metadata?: {
843
+ timestamp: boolean;
844
+ } | undefined;
839
845
  } | {
840
846
  name: string;
841
847
  $schema: string;
@@ -1245,6 +1251,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1245
1251
  interaction?: {
1246
1252
  drilldown?: boolean | undefined;
1247
1253
  } | undefined;
1254
+ metadata?: {
1255
+ timestamp: boolean;
1256
+ } | undefined;
1248
1257
  } | {
1249
1258
  name: string;
1250
1259
  $schema: string;
@@ -1654,6 +1663,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1654
1663
  interaction?: {
1655
1664
  drilldown?: boolean | undefined;
1656
1665
  } | undefined;
1666
+ metadata?: {
1667
+ timestamp: boolean;
1668
+ } | undefined;
1657
1669
  } | {
1658
1670
  name: string;
1659
1671
  $schema: string;
@@ -2063,6 +2075,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2063
2075
  interaction?: {
2064
2076
  drilldown?: boolean | undefined;
2065
2077
  } | undefined;
2078
+ metadata?: {
2079
+ timestamp: boolean;
2080
+ } | undefined;
2066
2081
  } | {
2067
2082
  name: string;
2068
2083
  $schema: string;
@@ -2472,6 +2487,9 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2472
2487
  interaction?: {
2473
2488
  drilldown?: boolean | undefined;
2474
2489
  } | undefined;
2490
+ metadata?: {
2491
+ timestamp: boolean;
2492
+ } | undefined;
2475
2493
  } | {
2476
2494
  name: string;
2477
2495
  $schema: string;
@@ -2881,4 +2899,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2881
2899
  interaction?: {
2882
2900
  drilldown?: boolean | undefined;
2883
2901
  } | undefined;
2902
+ metadata?: {
2903
+ timestamp: boolean;
2904
+ } | undefined;
2884
2905
  }>;
@@ -422,6 +422,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
422
422
  interaction?: {
423
423
  drilldown?: boolean | undefined;
424
424
  } | undefined;
425
+ metadata?: {
426
+ timestamp: boolean;
427
+ } | undefined;
425
428
  } | {
426
429
  name: string;
427
430
  $schema: string;
@@ -831,6 +834,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
831
834
  interaction?: {
832
835
  drilldown?: boolean | undefined;
833
836
  } | undefined;
837
+ metadata?: {
838
+ timestamp: boolean;
839
+ } | undefined;
834
840
  } | {
835
841
  name: string;
836
842
  $schema: string;
@@ -1240,6 +1246,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1240
1246
  interaction?: {
1241
1247
  drilldown?: boolean | undefined;
1242
1248
  } | undefined;
1249
+ metadata?: {
1250
+ timestamp: boolean;
1251
+ } | undefined;
1243
1252
  } | {
1244
1253
  name: string;
1245
1254
  $schema: string;
@@ -1649,6 +1658,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1649
1658
  interaction?: {
1650
1659
  drilldown?: boolean | undefined;
1651
1660
  } | undefined;
1661
+ metadata?: {
1662
+ timestamp: boolean;
1663
+ } | undefined;
1652
1664
  } | {
1653
1665
  name: string;
1654
1666
  $schema: string;
@@ -2058,6 +2070,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2058
2070
  interaction?: {
2059
2071
  drilldown?: boolean | undefined;
2060
2072
  } | undefined;
2073
+ metadata?: {
2074
+ timestamp: boolean;
2075
+ } | undefined;
2061
2076
  } | {
2062
2077
  name: string;
2063
2078
  $schema: string;
@@ -2467,6 +2482,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2467
2482
  interaction?: {
2468
2483
  drilldown?: boolean | undefined;
2469
2484
  } | undefined;
2485
+ metadata?: {
2486
+ timestamp: boolean;
2487
+ } | undefined;
2470
2488
  } | {
2471
2489
  name: string;
2472
2490
  $schema: string;
@@ -2876,6 +2894,9 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2876
2894
  interaction?: {
2877
2895
  drilldown?: boolean | undefined;
2878
2896
  } | undefined;
2897
+ metadata?: {
2898
+ timestamp: boolean;
2899
+ } | undefined;
2879
2900
  }>;
2880
2901
  export declare const writeMdxFilesWithNoImports: (mdxFilesWithNoImports: {
2881
2902
  targetPath: string;