UNPKG

kodikwrapper

Version:
14 lines (13 loc) 1.72 kB
export { VideoLinksError, VideoLinksErrorOptions } from './errors/video-links.js'; export { Client, ClientError, ClientOptions, KODIK_API_URL } from './client.js'; export { KODIK_PLAYER_DOMAIN, KODIK_VIDEO_INFO_ENDPOINT, KodikParsedLink, KodikParsedLinkEx, KodikParsedLinkExSkipButtons, KodikParsedLinkExTranslation, KodikParsedLinkExUrlParams, KodikVideoLinks, KodikVideoSource, KodikVideoSourceQuality, VideoLinks, VideoLinksGetLinksParams, VideoLinksParseParams, kodikPlayerLinkRegexp } from './video-links.js'; export { CountriesParams, CountriesResponse, CountriesResponseObject } from './resources/countries.js'; export { GenresParams, GenresResponse, GenresResponseObject } from './resources/genres.js'; export { ListParams, ListResponse } from './resources/list.js'; export { QualitiesParams, QualitiesResponse, QualitiesV2Params, QualitiesV2Response, QualityObject } from './resources/qualities.js'; export { SearchParams, SearchResponse } from './resources/search.js'; export { TranslationV2Object, TranslationsParams, TranslationsResponse, TranslationsV2Params, TranslationsV2Response } from './resources/translations.js'; export { YearsParams, YearsResponse, YearsResponseObject } from './resources/years.js'; export { AnimeKind, AnimeStatus, BlockedSeasonsObject, EpisodeDataObject, EpisodesObject, ExternalDatabase, ExternalDatabaseGenresType, FilterByExternalDatabase, KodikResponse, KodikResponseWithPagination, MaterialData, MaterialMovieType, MaterialObject, MaterialSerialType, MaterialType, RatingMPAA, SeasonObject, SeasonsObject, SharedFields, SharedSearchListFields, Translation, TranslationType, TranslationV1Object } from './resources/shared-types.js'; import './schema.js'; import './types.js';