You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@mintlify/models

Package Overview
Dependencies
Maintainers
8
Versions
284
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.243
to
0.0.244
+6
-4
dist/mintconfig/localization.d.ts

@@ -1,2 +0,2 @@

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"];
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"];
export declare const localeDisplayNames: {

@@ -32,2 +32,3 @@ readonly en: "English";

readonly uk: "Ukrainian";
readonly vi: "Vietnamese";
};

@@ -64,2 +65,3 @@ export declare const localeDisplayFlags: {

readonly uk: "🇺🇦";
readonly vi: "🇻🇳";
};

@@ -74,7 +76,7 @@ export type LocaleType = (typeof locales)[number];

export declare const LocaleDisplayFlags: LocaleDisplayFlag[];
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")[];
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")[];
export declare const LlmSupportedLocaleDisplayFlags: ("🇺🇸" | "🇹🇼" | "🇪🇸" | "🇫🇷" | "🇨🇦" | "🇯🇵" | "🇧🇷" | "🇩🇪" | "🇰🇷" | "🇮🇹" | "🇷🇺" | "🇷🇴" | "🇨🇿" | "🇮🇩" | "🇸🇦" | "🇹🇷" | "🇮🇳" | "🇸🇪" | "🇳🇴" | "🇱🇻" | "🇳🇱" | "🇺🇦")[];
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")[];
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")[];
export declare const LlmSupportedLocaleDisplayFlags: ("🇺🇸" | "🇹🇼" | "🇪🇸" | "🇫🇷" | "🇨🇦" | "🇯🇵" | "🇧🇷" | "🇩🇪" | "🇰🇷" | "🇮🇹" | "🇷🇺" | "🇷🇴" | "🇨🇿" | "🇮🇩" | "🇸🇦" | "🇹🇷" | "🇮🇳" | "🇸🇪" | "🇳🇴" | "🇱🇻" | "🇳🇱" | "🇺🇦" | "🇻🇳")[];
export type LlmSupportedLocaleType = (typeof LlmSupportedLocaleCodes)[number];
export type LlmSupportedLocaleDisplayName = (typeof LlmSupportedLocaleDisplayNames)[number];
export type LlmSupportedLocaleDisplayFlag = (typeof LlmSupportedLocaleDisplayFlags)[number];
+4
-0

@@ -27,2 +27,3 @@ /*

Ukrainian - uk
Vietnamese - vi
*/

@@ -59,2 +60,3 @@ export const locales = [

'uk',
'vi',
];

@@ -91,2 +93,3 @@ export const localeDisplayNames = {

uk: 'Ukrainian',
vi: 'Vietnamese',
};

@@ -123,2 +126,3 @@ export const localeDisplayFlags = {

uk: '🇺🇦',
vi: '🇻🇳',
};

@@ -125,0 +129,0 @@ export const getLocaleDisplayName = (locale) => {

{
"name": "@mintlify/models",
"version": "0.0.243",
"version": "0.0.244",
"description": "Mintlify models",

@@ -57,3 +57,3 @@ "engines": {

},
"gitHead": "e4bb8ae504d8ddafbdf42edcc08633ab08229be7"
"gitHead": "7adc81f0b339ea9560a7655ad705a2394b52d30c"
}

Sorry, the diff of this file is not supported yet