UNPKG

enkanetwork

Version:

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

22 lines (21 loc) 1.74 kB
import type { TElement, TLanguage } from "../../types"; export declare const PROJECT_GITLAB_URL = "https://gitlab.com/api/v4/projects/83871005/repository/commits"; export declare const BASE_URL = "https://gitlab.com/Dimbreath/animegamedata2/-/raw/main"; export declare const BASE_URL_FALLBACK = "https://raw.githubusercontent.com/DimbreathBot/AnimeGameData/master"; export declare const LOCALIZATION_BASE_URL = "/TextMap/TextMap_Medium"; 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 PROFILE_PICTURE_DATA_URL = "/ExcelBinOutput/ProfilePictureExcelConfigData.json"; export declare const qualityTypesStars: Record<string, 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;