🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@mintlify/models

Package Overview
Dependencies
Maintainers
8
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/models - npm Package Compare versions

Comparing version
0.0.303
to
0.0.304
+2
-2
dist/mintconfig/localization.d.ts

@@ -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;
{
"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