@mintlify/models
Advanced tools
@@ -87,6 +87,6 @@ export declare const locales: readonly ["en", "cn", "zh", "zh-Hans", "zh-Hant", "es", "fr", "fr-CA", "fr-ca", "ja", "jp", "ja-jp", "pt", "pt-BR", "de", "ko", "it", "ru", "ro", "cs", "id", "ar", "tr", "hi", "sv", "no", "lv", "nl", "uk", "vi", "pl", "uz", "he", "ca", "fi", "hu"]; | ||
| export declare const LlmSupportedLocaleCodes: ("en" | "cn" | "zh" | "zh-Hans" | "zh-Hant" | "es" | "fr" | "fr-CA" | "fr-ca" | "ja" | "jp" | "ja-jp" | "pt" | "pt-BR" | "de" | "ko" | "it" | "ru" | "ro" | "cs" | "id" | "ar" | "tr" | "hi" | "sv" | "no" | "lv" | "nl" | "uk" | "vi" | "pl" | "uz" | "he" | "ca" | "fi" | "hu")[]; | ||
| export declare const LlmSupportedLocaleDisplayNames: ("English" | "Simplified Chinese" | "Traditional Chinese" | "Spanish" | "French" | "Canadian French" | "Japanese" | "Portuguese" | "Brazilian Portuguese" | "German" | "Korean" | "Italian" | "Russian" | "Romanian" | "Czech" | "Indonesian" | "Arabic" | "Turkish" | "Hindi" | "Swedish" | "Norwegian" | "Latvian" | "Dutch" | "Ukrainian" | "Vietnamese" | "Polish" | "Uzbek" | "Hebrew" | "Catalan" | "Finnish" | "Hungarian")[]; | ||
| export declare const LlmSupportedLocaleDisplayFlags: ("🇺🇸" | "🇹🇼" | "🇪🇸" | "🇫🇷" | "🇨🇦" | "🇯🇵" | "🇧🇷" | "🇩🇪" | "🇰🇷" | "🇮🇹" | "🇷🇺" | "🇷🇴" | "🇨🇿" | "🇮🇩" | "🇸🇦" | "🇹🇷" | "🇮🇳" | "🇸🇪" | "🇳🇴" | "🇱🇻" | "🇳🇱" | "🇺🇦" | "🇻🇳" | "🇵🇱" | "🇺🇿" | "🇮🇱" | "🇫🇮" | "🇭🇺")[]; | ||
| export declare const LlmSupportedLocaleDisplayNames: LocaleDisplayName[]; | ||
| export declare const LlmSupportedLocaleDisplayFlags: LocaleDisplayFlag[]; | ||
| export type LlmSupportedLocaleType = (typeof LlmSupportedLocaleCodes)[number]; | ||
| export type LlmSupportedLocaleDisplayName = (typeof LlmSupportedLocaleDisplayNames)[number]; | ||
| export type LlmSupportedLocaleDisplayFlag = (typeof LlmSupportedLocaleDisplayFlags)[number]; |
@@ -158,5 +158,4 @@ /* | ||
| export const LocaleDisplayFlags = Object.values(localeDisplayFlags); | ||
| const UNSUPPORTED_LOCALE_CODES = ['jp', 'cn', 'zh', 'zh-Hans', 'zh-Hant']; | ||
| export const LlmSupportedLocaleCodes = LocaleCodes.filter((locale) => !UNSUPPORTED_LOCALE_CODES.includes(locale)); | ||
| export const LlmSupportedLocaleDisplayNames = LocaleDisplayNames.filter((locale) => locale !== 'Chinese'); | ||
| export const LlmSupportedLocaleDisplayFlags = LocaleDisplayFlags.filter((locale) => locale !== '🇨🇳'); | ||
| export const LlmSupportedLocaleCodes = LocaleCodes; | ||
| export const LlmSupportedLocaleDisplayNames = LocaleDisplayNames; | ||
| export const LlmSupportedLocaleDisplayFlags = LocaleDisplayFlags; |
+2
-2
| { | ||
| "name": "@mintlify/models", | ||
| "version": "0.0.303", | ||
| "version": "0.0.304", | ||
| "description": "Mintlify models", | ||
@@ -62,3 +62,3 @@ "engines": { | ||
| }, | ||
| "gitHead": "2647e3a109e873ca549b2e68a860f14307f9de0c" | ||
| "gitHead": "54f33a0f9bf0572467d459858a61ab16dabd4ea0" | ||
| } |
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
224735
-0.43%2444
-0.12%