@mintlify/prebuild 1.0.1157 → 1.0.1159

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.
@@ -272,6 +272,14 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
272
272
  }[] | undefined;
273
273
  seo?: {
274
274
  metatags?: Record<string, string> | undefined;
275
+ organization?: {
276
+ id?: string | undefined;
277
+ name?: string | undefined;
278
+ url?: string | undefined;
279
+ logo?: string | undefined;
280
+ legalName?: string | undefined;
281
+ sameAs?: string[] | undefined;
282
+ } | undefined;
275
283
  indexing?: "all" | "navigable" | undefined;
276
284
  trailingSlash?: boolean | undefined;
277
285
  } | undefined;
@@ -656,6 +664,14 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
656
664
  }[] | undefined;
657
665
  seo?: {
658
666
  metatags?: Record<string, string> | undefined;
667
+ organization?: {
668
+ id?: string | undefined;
669
+ name?: string | undefined;
670
+ url?: string | undefined;
671
+ logo?: string | undefined;
672
+ legalName?: string | undefined;
673
+ sameAs?: string[] | undefined;
674
+ } | undefined;
659
675
  indexing?: "all" | "navigable" | undefined;
660
676
  trailingSlash?: boolean | undefined;
661
677
  } | undefined;
@@ -1040,6 +1056,14 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1040
1056
  }[] | undefined;
1041
1057
  seo?: {
1042
1058
  metatags?: Record<string, string> | undefined;
1059
+ organization?: {
1060
+ id?: string | undefined;
1061
+ name?: string | undefined;
1062
+ url?: string | undefined;
1063
+ logo?: string | undefined;
1064
+ legalName?: string | undefined;
1065
+ sameAs?: string[] | undefined;
1066
+ } | undefined;
1043
1067
  indexing?: "all" | "navigable" | undefined;
1044
1068
  trailingSlash?: boolean | undefined;
1045
1069
  } | undefined;
@@ -1424,6 +1448,14 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1424
1448
  }[] | undefined;
1425
1449
  seo?: {
1426
1450
  metatags?: Record<string, string> | undefined;
1451
+ organization?: {
1452
+ id?: string | undefined;
1453
+ name?: string | undefined;
1454
+ url?: string | undefined;
1455
+ logo?: string | undefined;
1456
+ legalName?: string | undefined;
1457
+ sameAs?: string[] | undefined;
1458
+ } | undefined;
1427
1459
  indexing?: "all" | "navigable" | undefined;
1428
1460
  trailingSlash?: boolean | undefined;
1429
1461
  } | undefined;
@@ -1808,6 +1840,14 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1808
1840
  }[] | undefined;
1809
1841
  seo?: {
1810
1842
  metatags?: Record<string, string> | undefined;
1843
+ organization?: {
1844
+ id?: string | undefined;
1845
+ name?: string | undefined;
1846
+ url?: string | undefined;
1847
+ logo?: string | undefined;
1848
+ legalName?: string | undefined;
1849
+ sameAs?: string[] | undefined;
1850
+ } | undefined;
1811
1851
  indexing?: "all" | "navigable" | undefined;
1812
1852
  trailingSlash?: boolean | undefined;
1813
1853
  } | undefined;
@@ -2192,6 +2232,14 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2192
2232
  }[] | undefined;
2193
2233
  seo?: {
2194
2234
  metatags?: Record<string, string> | undefined;
2235
+ organization?: {
2236
+ id?: string | undefined;
2237
+ name?: string | undefined;
2238
+ url?: string | undefined;
2239
+ logo?: string | undefined;
2240
+ legalName?: string | undefined;
2241
+ sameAs?: string[] | undefined;
2242
+ } | undefined;
2195
2243
  indexing?: "all" | "navigable" | undefined;
2196
2244
  trailingSlash?: boolean | undefined;
2197
2245
  } | undefined;
@@ -2576,6 +2624,14 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2576
2624
  }[] | undefined;
2577
2625
  seo?: {
2578
2626
  metatags?: Record<string, string> | undefined;
2627
+ organization?: {
2628
+ id?: string | undefined;
2629
+ name?: string | undefined;
2630
+ url?: string | undefined;
2631
+ logo?: string | undefined;
2632
+ legalName?: string | undefined;
2633
+ sameAs?: string[] | undefined;
2634
+ } | undefined;
2579
2635
  indexing?: "all" | "navigable" | undefined;
2580
2636
  trailingSlash?: boolean | undefined;
2581
2637
  } | undefined;
@@ -2960,6 +3016,14 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2960
3016
  }[] | undefined;
2961
3017
  seo?: {
2962
3018
  metatags?: Record<string, string> | undefined;
3019
+ organization?: {
3020
+ id?: string | undefined;
3021
+ name?: string | undefined;
3022
+ url?: string | undefined;
3023
+ logo?: string | undefined;
3024
+ legalName?: string | undefined;
3025
+ sameAs?: string[] | undefined;
3026
+ } | undefined;
2963
3027
  indexing?: "all" | "navigable" | undefined;
2964
3028
  trailingSlash?: boolean | undefined;
2965
3029
  } | undefined;
@@ -3344,6 +3408,14 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
3344
3408
  }[] | undefined;
3345
3409
  seo?: {
3346
3410
  metatags?: Record<string, string> | undefined;
3411
+ organization?: {
3412
+ id?: string | undefined;
3413
+ name?: string | undefined;
3414
+ url?: string | undefined;
3415
+ logo?: string | undefined;
3416
+ legalName?: string | undefined;
3417
+ sameAs?: string[] | undefined;
3418
+ } | undefined;
3347
3419
  indexing?: "all" | "navigable" | undefined;
3348
3420
  trailingSlash?: boolean | undefined;
3349
3421
  } | undefined;
@@ -271,6 +271,14 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
271
271
  }[] | undefined;
272
272
  seo?: {
273
273
  metatags?: Record<string, string> | undefined;
274
+ organization?: {
275
+ id?: string | undefined;
276
+ name?: string | undefined;
277
+ url?: string | undefined;
278
+ logo?: string | undefined;
279
+ legalName?: string | undefined;
280
+ sameAs?: string[] | undefined;
281
+ } | undefined;
274
282
  indexing?: "all" | "navigable" | undefined;
275
283
  trailingSlash?: boolean | undefined;
276
284
  } | undefined;
@@ -655,6 +663,14 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
655
663
  }[] | undefined;
656
664
  seo?: {
657
665
  metatags?: Record<string, string> | undefined;
666
+ organization?: {
667
+ id?: string | undefined;
668
+ name?: string | undefined;
669
+ url?: string | undefined;
670
+ logo?: string | undefined;
671
+ legalName?: string | undefined;
672
+ sameAs?: string[] | undefined;
673
+ } | undefined;
658
674
  indexing?: "all" | "navigable" | undefined;
659
675
  trailingSlash?: boolean | undefined;
660
676
  } | undefined;
@@ -1039,6 +1055,14 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1039
1055
  }[] | undefined;
1040
1056
  seo?: {
1041
1057
  metatags?: Record<string, string> | undefined;
1058
+ organization?: {
1059
+ id?: string | undefined;
1060
+ name?: string | undefined;
1061
+ url?: string | undefined;
1062
+ logo?: string | undefined;
1063
+ legalName?: string | undefined;
1064
+ sameAs?: string[] | undefined;
1065
+ } | undefined;
1042
1066
  indexing?: "all" | "navigable" | undefined;
1043
1067
  trailingSlash?: boolean | undefined;
1044
1068
  } | undefined;
@@ -1423,6 +1447,14 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1423
1447
  }[] | undefined;
1424
1448
  seo?: {
1425
1449
  metatags?: Record<string, string> | undefined;
1450
+ organization?: {
1451
+ id?: string | undefined;
1452
+ name?: string | undefined;
1453
+ url?: string | undefined;
1454
+ logo?: string | undefined;
1455
+ legalName?: string | undefined;
1456
+ sameAs?: string[] | undefined;
1457
+ } | undefined;
1426
1458
  indexing?: "all" | "navigable" | undefined;
1427
1459
  trailingSlash?: boolean | undefined;
1428
1460
  } | undefined;
@@ -1807,6 +1839,14 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1807
1839
  }[] | undefined;
1808
1840
  seo?: {
1809
1841
  metatags?: Record<string, string> | undefined;
1842
+ organization?: {
1843
+ id?: string | undefined;
1844
+ name?: string | undefined;
1845
+ url?: string | undefined;
1846
+ logo?: string | undefined;
1847
+ legalName?: string | undefined;
1848
+ sameAs?: string[] | undefined;
1849
+ } | undefined;
1810
1850
  indexing?: "all" | "navigable" | undefined;
1811
1851
  trailingSlash?: boolean | undefined;
1812
1852
  } | undefined;
@@ -2191,6 +2231,14 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2191
2231
  }[] | undefined;
2192
2232
  seo?: {
2193
2233
  metatags?: Record<string, string> | undefined;
2234
+ organization?: {
2235
+ id?: string | undefined;
2236
+ name?: string | undefined;
2237
+ url?: string | undefined;
2238
+ logo?: string | undefined;
2239
+ legalName?: string | undefined;
2240
+ sameAs?: string[] | undefined;
2241
+ } | undefined;
2194
2242
  indexing?: "all" | "navigable" | undefined;
2195
2243
  trailingSlash?: boolean | undefined;
2196
2244
  } | undefined;
@@ -2575,6 +2623,14 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2575
2623
  }[] | undefined;
2576
2624
  seo?: {
2577
2625
  metatags?: Record<string, string> | undefined;
2626
+ organization?: {
2627
+ id?: string | undefined;
2628
+ name?: string | undefined;
2629
+ url?: string | undefined;
2630
+ logo?: string | undefined;
2631
+ legalName?: string | undefined;
2632
+ sameAs?: string[] | undefined;
2633
+ } | undefined;
2578
2634
  indexing?: "all" | "navigable" | undefined;
2579
2635
  trailingSlash?: boolean | undefined;
2580
2636
  } | undefined;
@@ -2959,6 +3015,14 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2959
3015
  }[] | undefined;
2960
3016
  seo?: {
2961
3017
  metatags?: Record<string, string> | undefined;
3018
+ organization?: {
3019
+ id?: string | undefined;
3020
+ name?: string | undefined;
3021
+ url?: string | undefined;
3022
+ logo?: string | undefined;
3023
+ legalName?: string | undefined;
3024
+ sameAs?: string[] | undefined;
3025
+ } | undefined;
2962
3026
  indexing?: "all" | "navigable" | undefined;
2963
3027
  trailingSlash?: boolean | undefined;
2964
3028
  } | undefined;
@@ -3343,6 +3407,14 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
3343
3407
  }[] | undefined;
3344
3408
  seo?: {
3345
3409
  metatags?: Record<string, string> | undefined;
3410
+ organization?: {
3411
+ id?: string | undefined;
3412
+ name?: string | undefined;
3413
+ url?: string | undefined;
3414
+ logo?: string | undefined;
3415
+ legalName?: string | undefined;
3416
+ sameAs?: string[] | undefined;
3417
+ } | undefined;
3346
3418
  indexing?: "all" | "navigable" | undefined;
3347
3419
  trailingSlash?: boolean | undefined;
3348
3420
  } | undefined;