@mintlify/models
Advanced tools
Comparing version 0.0.140 to 0.0.141
@@ -7,2 +7,3 @@ import { apiParamFieldOptions, requestExampleLanguages } from './apiConfig.js'; | ||
import { IconType, iconTypes } from './iconTypes.js'; | ||
import { LocaleType, locales } from './localization.js'; | ||
import { ThemeType, themes } from './theme.js'; | ||
@@ -34,5 +35,5 @@ export type MintConfig = ConfigType & { | ||
export type { PrimaryTab, Tab } from './tab.js'; | ||
export { apiParamFieldOptions, fontFormats, iconTypes, requestExampleLanguages, themes, footerSocialKeys, codeBlockModes, }; | ||
export type { ConfigType, IconType, ThemeType }; | ||
export { apiParamFieldOptions, fontFormats, iconTypes, requestExampleLanguages, themes, footerSocialKeys, codeBlockModes, locales, }; | ||
export type { ConfigType, IconType, ThemeType, LocaleType }; | ||
export type { VersionType, VersionObjectType } from './version.js'; | ||
export type { CodeBlockType, CodeBlockModeType } from './codeBlock.js'; |
@@ -6,3 +6,4 @@ import { apiParamFieldOptions, requestExampleLanguages } from './apiConfig.js'; | ||
import { iconTypes } from './iconTypes.js'; | ||
import { locales } from './localization.js'; | ||
import { themes } from './theme.js'; | ||
export { apiParamFieldOptions, fontFormats, iconTypes, requestExampleLanguages, themes, footerSocialKeys, codeBlockModes, }; | ||
export { apiParamFieldOptions, fontFormats, iconTypes, requestExampleLanguages, themes, footerSocialKeys, codeBlockModes, locales, }; |
@@ -0,1 +1,2 @@ | ||
import type { LocaleType } from './localization.js'; | ||
export type VersionType = string | VersionObjectType; | ||
@@ -6,2 +7,3 @@ export type VersionObjectType = { | ||
default?: true; | ||
locale?: LocaleType; | ||
}; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.140", | ||
"version": "0.0.141", | ||
"description": "Mintlify models", | ||
@@ -57,3 +57,3 @@ "engines": { | ||
}, | ||
"gitHead": "071077078a7bc5df924da1c312d68d2dc2b28141" | ||
"gitHead": "63ab4b1e50918747428a4fda41a85f00f543301a" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144018
121
858