Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More →
Socket
Sign inDemoInstall
Socket

@untidy/thetvdb

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@untidy/thetvdb - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

62

dist/index.d.ts

@@ -609,3 +609,2 @@ /// <reference types="node" resolution-mode="require"/>

* @returns Single artwork record.
* @see {@link https://untidy-thetvdb.netlify.app/api/artwork/byid/ Docs}
*/

@@ -616,3 +615,2 @@ artworkById(id: string): Promise<GetArtwork>;

* @returns Single extended artwork record.
* @see {@link https://untidy-thetvdb.netlify.app/api/artwork/byidextended/ Docs}
*/

@@ -622,3 +620,2 @@ artworkByIdExtended(id: string): Promise<GetArtworkExtended>;

* @returns A list of artwork status records.
* @see {@link https://untidy-thetvdb.netlify.app/api/artwork/statuses/ Docs}
*/

@@ -628,3 +625,2 @@ artworkStatuses(): Promise<GetArtworkStatuses>;

* @returns A list of artwork types records.
* @see {@link https://untidy-thetvdb.netlify.app/api/artwork/types/ Docs}
*/

@@ -635,3 +631,2 @@ artworkTypes(): Promise<GetArtworkTypes>;

* @returns Single award record.
* @see {@link https://untidy-thetvdb.netlify.app/api/awards/byid/ Docs}
*/

@@ -642,3 +637,2 @@ awardById(id: string): Promise<GetAwardsById>;

* @returns Single extended award record.
* @see {@link https://untidy-thetvdb.netlify.app/api/awards/byidextended/ Docs}
*/

@@ -649,3 +643,2 @@ awardByIdExtended(id: string): Promise<GetAwardByIdExtended>;

* @returns Single award category record.
* @see {@link https://untidy-thetvdb.netlify.app/api/awards/categorybyid/ Docs}
*/

@@ -656,3 +649,2 @@ awardCategoryById(id: string): Promise<GetAwardCategoryById>;

* @returns Single extended award category record.
* @see {@link https://untidy-thetvdb.netlify.app/api/awards/categorybyidextended/ Docs}
*/

@@ -662,3 +654,2 @@ awardCategoryByIdExtended(id: string): Promise<GetAwardCategoryByIdExtended>;

* @returns A list of awards records.
* @see {@link https://untidy-thetvdb.netlify.app/api/awards/awards/ Docs}
*/

@@ -669,3 +660,2 @@ awards(): Promise<GetAwards>;

* @returns Single character record.
* @see {@link https://untidy-thetvdb.netlify.app/api/characterbyid/ Docs}
*/

@@ -676,3 +666,2 @@ characterById(id: string): Promise<GetCharacterById>;

* @returns A list of companies records.
* @see {@link https://untidy-thetvdb.netlify.app/api/companies/companies/ Docs}
*/

@@ -682,3 +671,2 @@ companies(page?: string): Promise<GetCompanies>;

* @returns A list of companies type records.
* @see {@link https://untidy-thetvdb.netlify.app/api/companies/types/ Docs}
*/

@@ -689,3 +677,2 @@ companiesTypes(): Promise<GetCompaniesTypes>;

* @returns Single company record.
* @see {@link https://untidy-thetvdb.netlify.app/api/companies/byid/ Docs}
*/

@@ -695,3 +682,2 @@ companyById(id: string): Promise<GetCompanyById>;

* @returns A list of content ratings records.
* @see {@link https://untidy-thetvdb.netlify.app/api/contentratings/ Docs}
*/

@@ -701,3 +687,2 @@ contentRatings(): Promise<GetContentRatings>;

* @returns A list of country records.
* @see {@link https://untidy-thetvdb.netlify.app/api/countries/ Docs}
*/

@@ -707,3 +692,2 @@ countries(): Promise<GetCountries>;

* @returns A list of entity types records.
* @see {@link https://untidy-thetvdb.netlify.app/api/entities/ Docs}
*/

@@ -714,3 +698,2 @@ entities(): Promise<GetEntities>;

* @returns Single episode record.
* @see {@link https://untidy-thetvdb.netlify.app/api/episodes/byid/ Docs}
*/

@@ -724,3 +707,2 @@ episodeById(id: string): Promise<GetEpisodeById>;

* @returns Single extended episode record.
* @see {@link https://untidy-thetvdb.netlify.app/api/episodes/byidextended/ Docs}
*/

@@ -732,3 +714,2 @@ episodeByIdExtended<T extends boolean = false>(id: string, translation?: T): Promise<GetEpisodeByIdExtended<T>>;

* @returns Single episode translation record.
* @see {@link https://untidy-thetvdb.netlify.app/api/episodes/translations/ Docs}
*/

@@ -739,3 +720,2 @@ episodeWithTranslation(id: string, language: string): Promise<GetEpisodeWithTranslation>;

* @returns A list of episode records.
* @see {@link https://untidy-thetvdb.netlify.app/api/episodes/episodes/ Docs}
*/

@@ -745,3 +725,2 @@ episodes(page?: string): Promise<GetEpisodes>;

* @returns A list of gender records.
* @see {@link https://untidy-thetvdb.netlify.app/api/genders/ Docs}
*/

@@ -752,3 +731,2 @@ genders(): Promise<GetGenders>;

* @returns Single genre record.
* @see {@link https://untidy-thetvdb.netlify.app/api/genres/byid/ Docs}
*/

@@ -758,3 +736,2 @@ genreById(id: string): Promise<GetGenreById>;

* @returns A list of genre records.
* @see {@link https://untidy-thetvdb.netlify.app/api/genres/genres/ Docs}
*/

@@ -764,3 +741,2 @@ genres(): Promise<GetGenres>;

* @returns A list of inspiration types records.
* @see {@link https://untidy-thetvdb.netlify.app/api/inspirationtypes/ Docs}
*/

@@ -770,3 +746,2 @@ inspirationTypes(): Promise<GetInspirationTypes>;

* @returns A list of language records.
* @see {@link https://untidy-thetvdb.netlify.app/api/languages/ Docs}
*/

@@ -777,3 +752,2 @@ languages(): Promise<GetLanguages>;

* @returns Single list record.
* @see {@link https://untidy-thetvdb.netlify.app/api/lists/byid/ Docs}
*/

@@ -784,3 +758,2 @@ listById(id: string): Promise<GetListById>;

* @returns Single extended list record.
* @see {@link https://untidy-thetvdb.netlify.app/api/lists/byidextended/ Docs}
*/

@@ -791,3 +764,2 @@ listByIdExtended(id: string): Promise<GetListByIdExtended>;

* @returns Single list record.
* @see {@link https://untidy-thetvdb.netlify.app/api/lists/slug/ Docs}
*/

@@ -799,3 +771,2 @@ listBySlug(slug: string): Promise<GetListBySlug>;

* @returns Single list translation record.
* @see {@link https://untidy-thetvdb.netlify.app/api/lists/translations/ Docs}
*/

@@ -806,3 +777,2 @@ listWithTranslation(id: string, language: string): Promise<GetListWithTranslation>;

* @returns A list of list records.
* @see {@link https://untidy-thetvdb.netlify.app/api/lists/lists/ Docs}
*/

@@ -813,3 +783,2 @@ lists(page?: string): Promise<GetLists>;

* @returns Single movie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/byid/ Docs}
*/

@@ -821,3 +790,2 @@ movieById(id: string): Promise<GetMovieById>;

* @returns Single extended movie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/byidextended/ Docs}
*/

@@ -828,3 +796,2 @@ movieByIdExtended<Q extends QueriesMovieExtended>(id: string, queries?: Q): Promise<GetMovieByIdExtended<Q>>;

* @returns Single movie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/slug/ Docs}
*/

@@ -834,3 +801,2 @@ movieBySlug(slug: string): Promise<GetMovieBySlug>;

* @returns A list of movie status records.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/statuses/ Docs}
*/

@@ -842,3 +808,2 @@ movieStatuses(): Promise<GetMovieStatuses>;

* @returns Single movie translation record.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/translations/ Docs}
*/

@@ -849,3 +814,2 @@ movieWithTranslation(id: string, language: string): Promise<GetMovieWithTranslation>;

* @returns A list of movie records.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/movies/ Docs}
*/

@@ -856,3 +820,2 @@ movies(page?: string): Promise<GetMovies>;

* @returns A list of movie records.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/filter/ Docs}
*/

@@ -863,3 +826,2 @@ moviesFilter(queries?: QueriesMoviesFilter): Promise<GetMoviesFilter>;

* @returns A list of people records.
* @see {@link https://untidy-thetvdb.netlify.app/api/people/people/ Docs}
*/

@@ -870,3 +832,2 @@ people(page?: string): Promise<GetPeople>;

* @returns Single people record.
* @see {@link https://untidy-thetvdb.netlify.app/api/people/byid/ Docs}
*/

@@ -880,3 +841,2 @@ peopleById(id: string): Promise<GetPeopleById>;

* @returns Single extended people record.
* @see {@link https://untidy-thetvdb.netlify.app/api/people/byidextended/ Docs}
*/

@@ -886,3 +846,2 @@ peopleByIdExtended<T extends boolean = false>(id: string, translation?: T): Promise<GetPeopleByIdExtended<T>>;

* @returns A list of people types records.
* @see {@link https://untidy-thetvdb.netlify.app/api/people/types/ Docs}
*/

@@ -894,3 +853,2 @@ peopleTypes(): Promise<GetPeopleTypes>;

* @returns Single people translation record.
* @see {@link https://untidy-thetvdb.netlify.app/api/people/translations/ Docs}
*/

@@ -901,3 +859,2 @@ peopleWithTranslation(id: string, language: string): Promise<GetPeopleWithTranslation>;

* @returns A list of query search records.
* @see {@link https://untidy-thetvdb.netlify.app/api/search/search/ Docs}
*/

@@ -908,3 +865,2 @@ search(queries: QueriesSearch): Promise<GetSearch>;

* @returns A list of entity records based on remote id.
* @see {@link https://untidy-thetvdb.netlify.app/api/search/remote/ Docs}
*/

@@ -915,3 +871,2 @@ searchRemoteId(id: string): Promise<GetSearchRemoteId>;

* @returns Single season record.
* @see {@link https://untidy-thetvdb.netlify.app/api/seasons/byid/ Docs}
*/

@@ -925,3 +880,2 @@ seasonById(id: string): Promise<GetSeasonById>;

* @returns Single extended season record.
* @see {@link https://untidy-thetvdb.netlify.app/api/seasons/byidextended/ Docs}
*/

@@ -931,3 +885,2 @@ seasonByIdExtended<T extends boolean = false>(id: string, translation?: T): Promise<GetSeasonByIdExtended<T>>;

* @returns A list of season types records.
* @see {@link https://untidy-thetvdb.netlify.app/api/seasons/types/ Docs}
*/

@@ -939,3 +892,2 @@ seasonTypes(): Promise<GetSeasonTypes>;

* @returns Single season translation record.
* @see {@link https://untidy-thetvdb.netlify.app/api/seasons/translations/ Docs}
*/

@@ -946,3 +898,2 @@ seasonWithTranslation(id: string, language: string): Promise<GetSeasonWithTranslation>;

* @returns A list of seasons records.
* @see {@link https://untidy-thetvdb.netlify.app/api/seasons/seasons/ Docs}
*/

@@ -953,3 +904,2 @@ seasons(page?: string): Promise<GetSeasons>;

* @returns Single serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/byid/ Docs}
*/

@@ -961,3 +911,2 @@ serieById(id: string): Promise<GetSerieById>;

* @returns Single serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/byidartworks/ Docs}
*/

@@ -969,3 +918,2 @@ serieByIdArtworks(id: string, queries?: QueriesSerieArtworks): Promise<GetSerieByIdArtworks>;

* @returns Single extended serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/byidextended/ Docs}
*/

@@ -976,3 +924,2 @@ serieByIdExtended<Q extends QueriesSerieExtended>(id: string, queries?: Q): Promise<GetSerieByIdExtended<Q>>;

* @returns Single serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/byidnextaired/ Docs}
*/

@@ -983,3 +930,2 @@ serieByIdNextAired(id: string): Promise<GetSerieByIdNextAired>;

* @returns Single serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/slug/ Docs}
*/

@@ -991,3 +937,2 @@ serieBySlug(slug: string): Promise<GetSerieBySlug>;

* @returns Episodes from the specified season type in a serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/episodes/ Docs}
*/

@@ -999,3 +944,2 @@ serieEpisodes(paths: PathsSerieEpisodes, queries?: QueriesSerieEpisodes): Promise<GetSerieEpisodes>;

* @returns Episodes from the specified season type and language in a serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/episodeslanguage/ Docs}
*/

@@ -1005,3 +949,2 @@ serieEpisodesWithLanguage(paths: PathsSerieEpisodesLanguage, page?: string): Promise<GetSerieEpisodesWithLanguage>;

* @returns A list of serie status records.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/statuses/ Docs}
*/

@@ -1013,3 +956,2 @@ serieStatuses(): Promise<GetSerieStatuses>;

* @returns Single serie translation record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/translations/ Docs}
*/

@@ -1020,3 +962,2 @@ serieWithTranslation(id: string, language: string): Promise<GetSerieWithTranslation>;

* @returns A list of series records.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/series/ Docs}
*/

@@ -1027,3 +968,2 @@ series(page?: string): Promise<GetSeries>;

* @returns A list of series records.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/filter/ Docs}
*/

@@ -1033,3 +973,2 @@ seriesFilter(queries?: QueriesSeriesFilter): Promise<GetSeriesFilter>;

* @returns A list of source types records.
* @see {@link https://untidy-thetvdb.netlify.app/api/sourcestypes/ Docs}
*/

@@ -1040,5 +979,4 @@ sourcesTypes(): Promise<GetSourcesTypes>;

* @returns A list of updated records.
* @see {@link https://untidy-thetvdb.netlify.app/api/updates/ Docs}
*/
updates(queries: QueriesUpdates): Promise<GetUpdates>;
}

@@ -69,3 +69,2 @@ import { URL } from 'node:url';

* @returns Single artwork record.
* @see {@link https://untidy-thetvdb.netlify.app/api/artwork/byid/ Docs}
*/

@@ -78,3 +77,2 @@ async artworkById(id) {

* @returns Single extended artwork record.
* @see {@link https://untidy-thetvdb.netlify.app/api/artwork/byidextended/ Docs}
*/

@@ -86,3 +84,2 @@ async artworkByIdExtended(id) {

* @returns A list of artwork status records.
* @see {@link https://untidy-thetvdb.netlify.app/api/artwork/statuses/ Docs}
*/

@@ -94,3 +91,2 @@ async artworkStatuses() {

* @returns A list of artwork types records.
* @see {@link https://untidy-thetvdb.netlify.app/api/artwork/types/ Docs}
*/

@@ -103,3 +99,2 @@ async artworkTypes() {

* @returns Single award record.
* @see {@link https://untidy-thetvdb.netlify.app/api/awards/byid/ Docs}
*/

@@ -112,3 +107,2 @@ async awardById(id) {

* @returns Single extended award record.
* @see {@link https://untidy-thetvdb.netlify.app/api/awards/byidextended/ Docs}
*/

@@ -121,3 +115,2 @@ async awardByIdExtended(id) {

* @returns Single award category record.
* @see {@link https://untidy-thetvdb.netlify.app/api/awards/categorybyid/ Docs}
*/

@@ -130,3 +123,2 @@ async awardCategoryById(id) {

* @returns Single extended award category record.
* @see {@link https://untidy-thetvdb.netlify.app/api/awards/categorybyidextended/ Docs}
*/

@@ -138,3 +130,2 @@ async awardCategoryByIdExtended(id) {

* @returns A list of awards records.
* @see {@link https://untidy-thetvdb.netlify.app/api/awards/awards/ Docs}
*/

@@ -147,3 +138,2 @@ async awards() {

* @returns Single character record.
* @see {@link https://untidy-thetvdb.netlify.app/api/characterbyid/ Docs}
*/

@@ -156,3 +146,2 @@ async characterById(id) {

* @returns A list of companies records.
* @see {@link https://untidy-thetvdb.netlify.app/api/companies/companies/ Docs}
*/

@@ -168,3 +157,2 @@ async companies(page) {

* @returns A list of companies type records.
* @see {@link https://untidy-thetvdb.netlify.app/api/companies/types/ Docs}
*/

@@ -177,3 +165,2 @@ async companiesTypes() {

* @returns Single company record.
* @see {@link https://untidy-thetvdb.netlify.app/api/companies/byid/ Docs}
*/

@@ -185,3 +172,2 @@ async companyById(id) {

* @returns A list of content ratings records.
* @see {@link https://untidy-thetvdb.netlify.app/api/contentratings/ Docs}
*/

@@ -193,3 +179,2 @@ async contentRatings() {

* @returns A list of country records.
* @see {@link https://untidy-thetvdb.netlify.app/api/countries/ Docs}
*/

@@ -201,3 +186,2 @@ async countries() {

* @returns A list of entity types records.
* @see {@link https://untidy-thetvdb.netlify.app/api/entities/ Docs}
*/

@@ -210,3 +194,2 @@ async entities() {

* @returns Single episode record.
* @see {@link https://untidy-thetvdb.netlify.app/api/episodes/byid/ Docs}
*/

@@ -222,3 +205,2 @@ async episodeById(id) {

* @returns Single extended episode record.
* @see {@link https://untidy-thetvdb.netlify.app/api/episodes/byidextended/ Docs}
*/

@@ -236,3 +218,2 @@ async episodeByIdExtended(id, translation = false) {

* @returns Single episode translation record.
* @see {@link https://untidy-thetvdb.netlify.app/api/episodes/translations/ Docs}
*/

@@ -245,3 +226,2 @@ async episodeWithTranslation(id, language) {

* @returns A list of episode records.
* @see {@link https://untidy-thetvdb.netlify.app/api/episodes/episodes/ Docs}
*/

@@ -257,3 +237,2 @@ async episodes(page) {

* @returns A list of gender records.
* @see {@link https://untidy-thetvdb.netlify.app/api/genders/ Docs}
*/

@@ -266,3 +245,2 @@ async genders() {

* @returns Single genre record.
* @see {@link https://untidy-thetvdb.netlify.app/api/genres/byid/ Docs}
*/

@@ -274,3 +252,2 @@ async genreById(id) {

* @returns A list of genre records.
* @see {@link https://untidy-thetvdb.netlify.app/api/genres/genres/ Docs}
*/

@@ -282,3 +259,2 @@ async genres() {

* @returns A list of inspiration types records.
* @see {@link https://untidy-thetvdb.netlify.app/api/inspirationtypes/ Docs}
*/

@@ -290,3 +266,2 @@ async inspirationTypes() {

* @returns A list of language records.
* @see {@link https://untidy-thetvdb.netlify.app/api/languages/ Docs}
*/

@@ -299,3 +274,2 @@ async languages() {

* @returns Single list record.
* @see {@link https://untidy-thetvdb.netlify.app/api/lists/byid/ Docs}
*/

@@ -308,3 +282,2 @@ async listById(id) {

* @returns Single extended list record.
* @see {@link https://untidy-thetvdb.netlify.app/api/lists/byidextended/ Docs}
*/

@@ -317,3 +290,2 @@ async listByIdExtended(id) {

* @returns Single list record.
* @see {@link https://untidy-thetvdb.netlify.app/api/lists/slug/ Docs}
*/

@@ -327,3 +299,2 @@ async listBySlug(slug) {

* @returns Single list translation record.
* @see {@link https://untidy-thetvdb.netlify.app/api/lists/translations/ Docs}
*/

@@ -336,3 +307,2 @@ async listWithTranslation(id, language) {

* @returns A list of list records.
* @see {@link https://untidy-thetvdb.netlify.app/api/lists/lists/ Docs}
*/

@@ -349,3 +319,2 @@ async lists(page) {

* @returns Single movie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/byid/ Docs}
*/

@@ -359,3 +328,2 @@ async movieById(id) {

* @returns Single extended movie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/byidextended/ Docs}
*/

@@ -370,3 +338,2 @@ async movieByIdExtended(id, queries) {

* @returns Single movie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/slug/ Docs}
*/

@@ -378,3 +345,2 @@ async movieBySlug(slug) {

* @returns A list of movie status records.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/statuses/ Docs}
*/

@@ -388,3 +354,2 @@ async movieStatuses() {

* @returns Single movie translation record.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/translations/ Docs}
*/

@@ -397,3 +362,2 @@ async movieWithTranslation(id, language) {

* @returns A list of movie records.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/movies/ Docs}
*/

@@ -410,3 +374,2 @@ async movies(page) {

* @returns A list of movie records.
* @see {@link https://untidy-thetvdb.netlify.app/api/movies/filter/ Docs}
*/

@@ -421,3 +384,2 @@ async moviesFilter(queries) {

* @returns A list of people records.
* @see {@link https://untidy-thetvdb.netlify.app/api/people/people/ Docs}
*/

@@ -434,3 +396,2 @@ async people(page) {

* @returns Single people record.
* @see {@link https://untidy-thetvdb.netlify.app/api/people/byid/ Docs}
*/

@@ -446,3 +407,2 @@ async peopleById(id) {

* @returns Single extended people record.
* @see {@link https://untidy-thetvdb.netlify.app/api/people/byidextended/ Docs}
*/

@@ -458,3 +418,2 @@ async peopleByIdExtended(id, translation = false) {

* @returns A list of people types records.
* @see {@link https://untidy-thetvdb.netlify.app/api/people/types/ Docs}
*/

@@ -468,3 +427,2 @@ async peopleTypes() {

* @returns Single people translation record.
* @see {@link https://untidy-thetvdb.netlify.app/api/people/translations/ Docs}
*/

@@ -477,3 +435,2 @@ async peopleWithTranslation(id, language) {

* @returns A list of query search records.
* @see {@link https://untidy-thetvdb.netlify.app/api/search/search/ Docs}
*/

@@ -488,3 +445,2 @@ async search(queries) {

* @returns A list of entity records based on remote id.
* @see {@link https://untidy-thetvdb.netlify.app/api/search/remote/ Docs}
*/

@@ -497,3 +453,2 @@ async searchRemoteId(id) {

* @returns Single season record.
* @see {@link https://untidy-thetvdb.netlify.app/api/seasons/byid/ Docs}
*/

@@ -509,3 +464,2 @@ async seasonById(id) {

* @returns Single extended season record.
* @see {@link https://untidy-thetvdb.netlify.app/api/seasons/byidextended/ Docs}
*/

@@ -521,3 +475,2 @@ async seasonByIdExtended(id, translation = false) {

* @returns A list of season types records.
* @see {@link https://untidy-thetvdb.netlify.app/api/seasons/types/ Docs}
*/

@@ -531,3 +484,2 @@ async seasonTypes() {

* @returns Single season translation record.
* @see {@link https://untidy-thetvdb.netlify.app/api/seasons/translations/ Docs}
*/

@@ -540,3 +492,2 @@ async seasonWithTranslation(id, language) {

* @returns A list of seasons records.
* @see {@link https://untidy-thetvdb.netlify.app/api/seasons/seasons/ Docs}
*/

@@ -553,3 +504,2 @@ async seasons(page) {

* @returns Single serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/byid/ Docs}
*/

@@ -563,3 +513,2 @@ async serieById(id) {

* @returns Single serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/byidartworks/ Docs}
*/

@@ -575,3 +524,2 @@ async serieByIdArtworks(id, queries) {

* @returns Single extended serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/byidextended/ Docs}
*/

@@ -586,3 +534,2 @@ async serieByIdExtended(id, queries) {

* @returns Single serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/byidnextaired/ Docs}
*/

@@ -595,3 +542,2 @@ async serieByIdNextAired(id) {

* @returns Single serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/slug/ Docs}
*/

@@ -605,3 +551,2 @@ async serieBySlug(slug) {

* @returns Episodes from the specified season type in a serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/episodes/ Docs}
*/

@@ -617,3 +562,2 @@ async serieEpisodes(paths, queries) {

* @returns Episodes from the specified season type and language in a serie record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/episodeslanguage/ Docs}
*/

@@ -629,3 +573,2 @@ async serieEpisodesWithLanguage(paths, page) {

* @returns A list of serie status records.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/statuses/ Docs}
*/

@@ -639,3 +582,2 @@ async serieStatuses() {

* @returns Single serie translation record.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/translations/ Docs}
*/

@@ -648,3 +590,2 @@ async serieWithTranslation(id, language) {

* @returns A list of series records.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/series/ Docs}
*/

@@ -661,3 +602,2 @@ async series(page) {

* @returns A list of series records.
* @see {@link https://untidy-thetvdb.netlify.app/api/series/filter/ Docs}
*/

@@ -671,3 +611,2 @@ async seriesFilter(queries) {

* @returns A list of source types records.
* @see {@link https://untidy-thetvdb.netlify.app/api/sourcestypes/ Docs}
*/

@@ -680,3 +619,2 @@ async sourcesTypes() {

* @returns A list of updated records.
* @see {@link https://untidy-thetvdb.netlify.app/api/updates/ Docs}
*/

@@ -683,0 +621,0 @@ async updates(queries) {

12

package.json
{
"name": "@untidy/thetvdb",
"description": "Client library for TheTVDB API in Node.js",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",

@@ -25,9 +25,9 @@ "exports": {

"license": "Apache-2.0",
"homepage": "https://untidy-thetvdb.netlify.app/",
"homepage": "https://falsepopsky.github.io/thetvdb",
"devDependencies": {
"@types/node": "^20.11.5",
"typescript": "^5.3.3"
"@types/node": "^20.12.7",
"typescript": "^5.4.5"
},
"engines": {
"node": "^18.17.0 || ^20.0.0"
"node": "^18.17.0 || ^20.0.0 || ^22.0.0"
},

@@ -46,4 +46,4 @@ "repository": {

"build": "tsc --project tsconfig.build.json",
"test": "jest --coverage"
"test": "vitest --coverage"
}
}

@@ -17,3 +17,3 @@ # @untidy/thetvdb

- Access multiple endpoints of the TheTVDB API
[(check supported endpoints)](https://untidy-thetvdb.netlify.app/guides/supported-endpoints)
[(check supported endpoints)](https://falsepopsky.github.io/thetvdb/guides/supported-endpoints/)
- Built with TypeScript for full typing support

@@ -63,5 +63,5 @@ - Uses the native `fetch` module from Node.js for making HTTP requests

- [API](https://untidy-thetvdb.netlify.app/api)
- [Supported endpoints](https://untidy-thetvdb.netlify.app/guides/supported-endpoints)
- [Examples](https://untidy-thetvdb.netlify.app/guides/examples)
- [API](https://falsepopsky.github.io/thetvdb/api/)
- [Supported endpoints](https://falsepopsky.github.io/thetvdb/guides/supported-endpoints/)
- [Examples](https://falsepopsky.github.io/thetvdb/guides/examples/)

@@ -68,0 +68,0 @@ ## 📜 License

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡ī¸ by Socket Inc