UNPKG

enkanetwork

Version:

API wrapper for enka.network written on TypeScript which provides localization, caching and convenience

20 lines (19 loc) 1.54 kB
import type { TElement, TLanguage } from "../../types"; export declare const PROJECT_GITLAB_URL = "https://gitlab.com/api/v4/projects/53216109/repository/commits"; export declare const BASE_URL = "https://gitlab.com/Dimbreath/AnimeGameData/-/raw/master"; export declare const LOCALIZATION_BASE_URL = "/TextMap/TextMap"; export declare const CHARACTER_DATA_URL = "/ExcelBinOutput/AvatarExcelConfigData.json"; export declare const SKILLSET_DATA_URL = "/ExcelBinOutput/AvatarSkillDepotExcelConfigData.json"; export declare const SKILL_DATA_URL = "/ExcelBinOutput/AvatarSkillExcelConfigData.json"; export declare const CONSTELLATION_DATA_URL = "/ExcelBinOutput/AvatarTalentExcelConfigData.json"; export declare const COSTUME_DATA_URL = "/ExcelBinOutput/AvatarCostumeExcelConfigData.json"; export declare const NAMECARD_DATA_URL = "/ExcelBinOutput/MaterialExcelConfigData.json"; export declare const WEAPON_DATA_URL = "/ExcelBinOutput/WeaponExcelConfigData.json"; export declare const RELIQUARY_DATA_URL = "/ExcelBinOutput/ReliquaryExcelConfigData.json"; export declare const RELIQUARY_SET_DATA_URL = "/ExcelBinOutput/ReliquarySetExcelConfigData.json"; export declare const RELIQUARY_AFFIX_DATA_URL = "/ExcelBinOutput/EquipAffixExcelConfigData.json"; export declare const qualityTypesStars: Record<"QUALITY_ORANGE" | "QUALITY_PURPLE", 5 | 4>; export declare const elements: Record<string, TElement>; export declare const excludeCharacters: number[]; export declare const localizationLanguages: TLanguage[]; export declare const ASSETS_PATH: string;