@mintlify/prebuild 1.0.843 → 1.0.844

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.
@@ -289,7 +289,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
289
289
  links?: ({
290
290
  href: string;
291
291
  label: string;
292
- type?: undefined;
292
+ type?: string | undefined;
293
293
  icon?: string | {
294
294
  name: string;
295
295
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -635,7 +635,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
635
635
  links?: ({
636
636
  href: string;
637
637
  label: string;
638
- type?: undefined;
638
+ type?: string | undefined;
639
639
  icon?: string | {
640
640
  name: string;
641
641
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -981,7 +981,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
981
981
  links?: ({
982
982
  href: string;
983
983
  label: string;
984
- type?: undefined;
984
+ type?: string | undefined;
985
985
  icon?: string | {
986
986
  name: string;
987
987
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -1327,7 +1327,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1327
1327
  links?: ({
1328
1328
  href: string;
1329
1329
  label: string;
1330
- type?: undefined;
1330
+ type?: string | undefined;
1331
1331
  icon?: string | {
1332
1332
  name: string;
1333
1333
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -1673,7 +1673,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1673
1673
  links?: ({
1674
1674
  href: string;
1675
1675
  label: string;
1676
- type?: undefined;
1676
+ type?: string | undefined;
1677
1677
  icon?: string | {
1678
1678
  name: string;
1679
1679
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -2019,7 +2019,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2019
2019
  links?: ({
2020
2020
  href: string;
2021
2021
  label: string;
2022
- type?: undefined;
2022
+ type?: string | undefined;
2023
2023
  icon?: string | {
2024
2024
  name: string;
2025
2025
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -2365,7 +2365,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2365
2365
  links?: ({
2366
2366
  href: string;
2367
2367
  label: string;
2368
- type?: undefined;
2368
+ type?: string | undefined;
2369
2369
  icon?: string | {
2370
2370
  name: string;
2371
2371
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -285,7 +285,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
285
285
  links?: ({
286
286
  href: string;
287
287
  label: string;
288
- type?: undefined;
288
+ type?: string | undefined;
289
289
  icon?: string | {
290
290
  name: string;
291
291
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -631,7 +631,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
631
631
  links?: ({
632
632
  href: string;
633
633
  label: string;
634
- type?: undefined;
634
+ type?: string | undefined;
635
635
  icon?: string | {
636
636
  name: string;
637
637
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -977,7 +977,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
977
977
  links?: ({
978
978
  href: string;
979
979
  label: string;
980
- type?: undefined;
980
+ type?: string | undefined;
981
981
  icon?: string | {
982
982
  name: string;
983
983
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -1323,7 +1323,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1323
1323
  links?: ({
1324
1324
  href: string;
1325
1325
  label: string;
1326
- type?: undefined;
1326
+ type?: string | undefined;
1327
1327
  icon?: string | {
1328
1328
  name: string;
1329
1329
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -1669,7 +1669,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1669
1669
  links?: ({
1670
1670
  href: string;
1671
1671
  label: string;
1672
- type?: undefined;
1672
+ type?: string | undefined;
1673
1673
  icon?: string | {
1674
1674
  name: string;
1675
1675
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -2015,7 +2015,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2015
2015
  links?: ({
2016
2016
  href: string;
2017
2017
  label: string;
2018
- type?: undefined;
2018
+ type?: string | undefined;
2019
2019
  icon?: string | {
2020
2020
  name: string;
2021
2021
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -2361,7 +2361,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2361
2361
  links?: ({
2362
2362
  href: string;
2363
2363
  label: string;
2364
- type?: undefined;
2364
+ type?: string | undefined;
2365
2365
  icon?: string | {
2366
2366
  name: string;
2367
2367
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;