@lorenzopant/tmdb 1.1.7 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/endpoints/configuration.d.ts +3 -3
- package/dist/endpoints/configuration.d.ts.map +1 -1
- package/dist/endpoints/configuration.js +1 -1
- package/dist/endpoints/movie_lists.d.ts +2 -6
- package/dist/endpoints/movie_lists.d.ts.map +1 -1
- package/dist/endpoints/movie_lists.js +2 -7
- package/dist/endpoints/movies.d.ts +3 -2
- package/dist/endpoints/movies.d.ts.map +1 -1
- package/dist/endpoints/search.d.ts +7 -7
- package/dist/endpoints/search.d.ts.map +1 -1
- package/dist/endpoints/tv_series.d.ts +240 -12
- package/dist/endpoints/tv_series.d.ts.map +1 -1
- package/dist/endpoints/tv_series.js +288 -10
- package/dist/tmdb.d.ts +1 -1
- package/dist/tmdb.d.ts.map +1 -1
- package/dist/tmdb.js +2 -2
- package/dist/types/common/changes.d.ts +2 -0
- package/dist/types/common/changes.d.ts.map +1 -1
- package/dist/types/common/media.d.ts +107 -0
- package/dist/types/common/media.d.ts.map +1 -1
- package/dist/types/common/params.d.ts +9 -0
- package/dist/types/common/params.d.ts.map +1 -1
- package/dist/types/config/configuration.d.ts +9 -0
- package/dist/types/config/configuration.d.ts.map +1 -1
- package/dist/types/config/countries.d.ts +2 -9
- package/dist/types/config/countries.d.ts.map +1 -1
- package/dist/types/config/languages.d.ts +0 -1
- package/dist/types/config/languages.d.ts.map +1 -1
- package/dist/types/index.d.ts +0 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +0 -1
- package/dist/types/movies/alternative_titles.d.ts +2 -12
- package/dist/types/movies/alternative_titles.d.ts.map +1 -1
- package/dist/types/movies/index.d.ts +1 -2
- package/dist/types/movies/index.d.ts.map +1 -1
- package/dist/types/movies/index.js +1 -2
- package/dist/types/movies/movie.d.ts +1 -1
- package/dist/types/movies/params.d.ts +2 -7
- package/dist/types/movies/params.d.ts.map +1 -1
- package/dist/types/movies/{reccomendations.d.ts → recommendations.d.ts} +1 -1
- package/dist/types/movies/recommendations.d.ts.map +1 -0
- package/dist/types/movies/reviews.d.ts +2 -34
- package/dist/types/movies/reviews.d.ts.map +1 -1
- package/dist/types/movies/translations.d.ts +16 -23
- package/dist/types/movies/translations.d.ts.map +1 -1
- package/dist/types/search/collection.d.ts +1 -1
- package/dist/types/search/company.d.ts +1 -1
- package/dist/types/search/index.d.ts +1 -1
- package/dist/types/search/index.d.ts.map +1 -1
- package/dist/types/search/index.js +1 -1
- package/dist/types/search/keyword.d.ts +2 -6
- package/dist/types/search/keyword.d.ts.map +1 -1
- package/dist/types/search/{movies.d.ts → movie.d.ts} +1 -1
- package/dist/types/search/movie.d.ts.map +1 -0
- package/dist/types/{person → search}/person.d.ts.map +1 -1
- package/dist/types/tv/alternative_titles.d.ts +11 -0
- package/dist/types/tv/alternative_titles.d.ts.map +1 -0
- package/dist/types/tv/changes.d.ts +3 -0
- package/dist/types/tv/changes.d.ts.map +1 -0
- package/dist/types/tv/content_ratings.d.ts +5 -0
- package/dist/types/tv/content_ratings.d.ts.map +1 -0
- package/dist/types/tv/content_ratings.js +1 -0
- package/dist/types/tv/episode_groups.d.ts +30 -0
- package/dist/types/tv/episode_groups.d.ts.map +1 -0
- package/dist/types/tv/episode_groups.js +1 -0
- package/dist/types/tv/external_ids.d.ts +17 -7
- package/dist/types/tv/external_ids.d.ts.map +1 -1
- package/dist/types/tv/images.d.ts +11 -5
- package/dist/types/tv/images.d.ts.map +1 -1
- package/dist/types/tv/index.d.ts +9 -1
- package/dist/types/tv/index.d.ts.map +1 -1
- package/dist/types/tv/index.js +9 -1
- package/dist/types/tv/lists.d.ts +32 -0
- package/dist/types/tv/lists.d.ts.map +1 -0
- package/dist/types/tv/lists.js +1 -0
- package/dist/types/tv/params.d.ts +48 -4
- package/dist/types/tv/params.d.ts.map +1 -1
- package/dist/types/tv/{reccomendations.d.ts → recommendations.d.ts} +1 -1
- package/dist/types/tv/recommendations.d.ts.map +1 -0
- package/dist/types/tv/recommendations.js +1 -0
- package/dist/types/tv/reviews.d.ts +6 -0
- package/dist/types/tv/reviews.d.ts.map +1 -0
- package/dist/types/tv/reviews.js +1 -0
- package/dist/types/tv/screened_theatrically.d.ts +21 -0
- package/dist/types/tv/screened_theatrically.d.ts.map +1 -0
- package/dist/types/tv/screened_theatrically.js +1 -0
- package/dist/types/tv/translations.d.ts +33 -0
- package/dist/types/tv/translations.d.ts.map +1 -0
- package/dist/types/tv/translations.js +1 -0
- package/dist/types/tv/tv_series.d.ts +5 -4
- package/dist/types/tv/tv_series.d.ts.map +1 -1
- package/package.json +5 -9
- package/.husky/pre-commit +0 -15
- package/.prettierrc +0 -5
- package/CODE_OF_CONDUCT.md +0 -128
- package/CONTRIBUTING.md +0 -71
- package/dist/scripts/check-exports.d.ts +0 -2
- package/dist/scripts/check-exports.d.ts.map +0 -1
- package/dist/scripts/check-exports.js +0 -87
- package/dist/scripts/find-missing.d.ts +0 -2
- package/dist/scripts/find-missing.d.ts.map +0 -1
- package/dist/scripts/find-missing.js +0 -95
- package/dist/scripts/generate-explicit-exports.d.ts +0 -2
- package/dist/scripts/generate-explicit-exports.d.ts.map +0 -1
- package/dist/scripts/generate-explicit-exports.js +0 -47
- package/dist/scripts/generate-index-files.d.ts +0 -2
- package/dist/scripts/generate-index-files.d.ts.map +0 -1
- package/dist/scripts/generate-index-files.js +0 -27
- package/dist/types/movies/reccomendations.d.ts.map +0 -1
- package/dist/types/movies/watch_providers.d.ts +0 -37
- package/dist/types/movies/watch_providers.d.ts.map +0 -1
- package/dist/types/person/index.d.ts +0 -2
- package/dist/types/person/index.d.ts.map +0 -1
- package/dist/types/person/index.js +0 -1
- package/dist/types/search/movies.d.ts.map +0 -1
- package/dist/types/tv/reccomendations.d.ts.map +0 -1
- /package/dist/types/movies/{reccomendations.js → recommendations.js} +0 -0
- /package/dist/types/{movies/watch_providers.js → search/movie.js} +0 -0
- /package/dist/types/{person → search}/person.d.ts +0 -0
- /package/dist/types/{person → search}/person.js +0 -0
- /package/dist/types/{search/movies.js → tv/alternative_titles.js} +0 -0
- /package/dist/types/tv/{reccomendations.js → changes.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ConfigurationCountry } from "../types";
|
|
2
2
|
import { ConfigurationCountriesParams, ConfigurationJob, ConfigurationLanguage, ConfigurationResponse, ConfigurationTimezone } from "../types/config/configuration";
|
|
3
3
|
import { TMDBAPIBase } from "./base";
|
|
4
4
|
export declare class ConfigurationAPI extends TMDBAPIBase {
|
|
@@ -12,7 +12,7 @@ export declare class ConfigurationAPI extends TMDBAPIBase {
|
|
|
12
12
|
* For example, you can get a list of valid image sizes and the valid image address.
|
|
13
13
|
* @reference https://developer.themoviedb.org/reference/configuration-details
|
|
14
14
|
*/
|
|
15
|
-
|
|
15
|
+
details(): Promise<ConfigurationResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* Countries
|
|
18
18
|
* GET - https://api.themoviedb.org/3/configuration/countries
|
|
@@ -21,7 +21,7 @@ export declare class ConfigurationAPI extends TMDBAPIBase {
|
|
|
21
21
|
* @param language Language (Defaults to en-US)
|
|
22
22
|
* @reference https://developer.themoviedb.org/reference/configuration-countries
|
|
23
23
|
*/
|
|
24
|
-
countries(params?: ConfigurationCountriesParams): Promise<
|
|
24
|
+
countries(params?: ConfigurationCountriesParams): Promise<ConfigurationCountry[]>;
|
|
25
25
|
/**
|
|
26
26
|
* Jobs
|
|
27
27
|
* GET - https://api.themoviedb.org/3/configuration/jobs
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../src/endpoints/configuration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../src/endpoints/configuration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAChD,OAAO,EACN,4BAA4B,EAC5B,gBAAgB,EAChB,qBAAqB,EACrB,qBAAqB,EACrB,qBAAqB,EACrB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAErC,qBAAa,gBAAiB,SAAQ,WAAW;IAChD;;;;;;;;;OASG;IACG,OAAO,IAAI,OAAO,CAAC,qBAAqB,CAAC;IAI/C;;;;;;;OAOG;IACG,SAAS,CAAC,MAAM,CAAC,EAAE,4BAA4B,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;IAIvF;;;;;;OAMG;IACG,IAAI,IAAI,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAIzC;;;;;;OAMG;IACG,SAAS,IAAI,OAAO,CAAC,qBAAqB,EAAE,CAAC;IAInD;;;;;;;;;;;;;;;;;;;;;OAqBG;IACG,oBAAoB,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;IAI/C;;;;;;OAMG;IACG,SAAS,IAAI,OAAO,CAAC,qBAAqB,EAAE,CAAC;CAGnD"}
|
|
@@ -11,7 +11,7 @@ export class ConfigurationAPI extends TMDBAPIBase {
|
|
|
11
11
|
* For example, you can get a list of valid image sizes and the valid image address.
|
|
12
12
|
* @reference https://developer.themoviedb.org/reference/configuration-details
|
|
13
13
|
*/
|
|
14
|
-
async
|
|
14
|
+
async details() {
|
|
15
15
|
return this.client.request(ENDPOINTS.CONFIGURATION.DETAILS);
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
import { ApiClient } from "../client";
|
|
2
1
|
import { MovieResultItem, PaginatedResponse } from "../types";
|
|
3
|
-
import { TMDBOptions } from "../types/config";
|
|
4
2
|
import { MovieListParams } from "../types/movies";
|
|
3
|
+
import { TMDBAPIBase } from "./base";
|
|
5
4
|
export declare enum MovieListEndpoints {
|
|
6
5
|
NOW_PLAYING = "/now_playing",
|
|
7
6
|
POPULAR = "/popular",
|
|
8
7
|
TOP_RATED = "/top_rated",
|
|
9
8
|
UPCOMING = "/upcoming"
|
|
10
9
|
}
|
|
11
|
-
export declare class MovieListsAPI {
|
|
12
|
-
private client;
|
|
13
|
-
private defaultOptions;
|
|
14
|
-
constructor(client: ApiClient, defaultOptions?: TMDBOptions);
|
|
10
|
+
export declare class MovieListsAPI extends TMDBAPIBase {
|
|
15
11
|
private withDefaults;
|
|
16
12
|
/**
|
|
17
13
|
* Fetch Movie List Wrapper
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"movie_lists.d.ts","sourceRoot":"","sources":["../../src/endpoints/movie_lists.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"movie_lists.d.ts","sourceRoot":"","sources":["../../src/endpoints/movie_lists.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAIrC,oBAAY,kBAAkB;IAC7B,WAAW,iBAAiB;IAC5B,OAAO,aAAa;IACpB,SAAS,eAAe;IACxB,QAAQ,cAAc;CACtB;AAED,qBAAa,aAAc,SAAQ,WAAW;IAC7C,OAAO,CAAC,YAAY;IAKpB;;;;;OAKG;IACH,OAAO,CAAC,gBAAgB;IAIxB;;;;;;;;OAQG;IACG,WAAW,CAAC,MAAM,GAAE,eAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAC;IAI5F;;;;;;;;OAQG;IACG,OAAO,CAAC,MAAM,GAAE,eAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAC;IAIxF;;;;;;;;OAQG;IACG,SAAS,CAAC,MAAM,GAAE,eAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAC;IAI1F;;;;;;;;OAQG;IACG,QAAQ,CAAC,MAAM,GAAE,eAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAC;CAGzF"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { TMDBAPIBase } from "./base";
|
|
1
2
|
import { MOVIE_ENDPOINTS } from "./movies";
|
|
2
3
|
export var MovieListEndpoints;
|
|
3
4
|
(function (MovieListEndpoints) {
|
|
@@ -6,13 +7,7 @@ export var MovieListEndpoints;
|
|
|
6
7
|
MovieListEndpoints["TOP_RATED"] = "/top_rated";
|
|
7
8
|
MovieListEndpoints["UPCOMING"] = "/upcoming";
|
|
8
9
|
})(MovieListEndpoints || (MovieListEndpoints = {}));
|
|
9
|
-
export class MovieListsAPI {
|
|
10
|
-
client;
|
|
11
|
-
defaultOptions;
|
|
12
|
-
constructor(client, defaultOptions = {}) {
|
|
13
|
-
this.client = client;
|
|
14
|
-
this.defaultOptions = defaultOptions;
|
|
15
|
-
}
|
|
10
|
+
export class MovieListsAPI extends TMDBAPIBase {
|
|
16
11
|
withDefaults(params) {
|
|
17
12
|
const { language = this.defaultOptions.language, region = this.defaultOptions.region, ...rest } = params;
|
|
18
13
|
return { language, region, ...rest };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ApiClient } from "../client";
|
|
2
|
+
import { MediaWatchProviders } from "../types";
|
|
2
3
|
import { TMDBOptions } from "../types/config";
|
|
3
|
-
import { MovieAlternativeTitles, MovieAppendToResponseNamespace, MovieCredits, MovieDetails, MovieDetailsWithAppends, MovieExternalIDs, MovieImages, MovieKeywords, MovieRecommendations, MovieReleaseDates, MovieReviews, MovieSimilar, MovieTranslations, MovieVideos
|
|
4
|
+
import { MovieAlternativeTitles, MovieAppendToResponseNamespace, MovieCredits, MovieDetails, MovieDetailsWithAppends, MovieExternalIDs, MovieImages, MovieKeywords, MovieRecommendations, MovieReleaseDates, MovieReviews, MovieSimilar, MovieTranslations, MovieVideos } from "../types/movies";
|
|
4
5
|
import { MovieChanges } from "../types/movies/changes";
|
|
5
6
|
import { MovieAlternativeTitlesParams, MovieChangesParams, MovieCreditsParams, MovieDetailsParams, MovieExternalIDsParams, MovieImagesParams, MovieKeywordsParams, MovieRecommendationsParams, MovieReleaseDatesParams, MovieReviewsParams, MovieSimilarParams, MovieTranslationsParams, MovieVideosParams, MovieWatchProvidersParams } from "../types/movies/params";
|
|
6
7
|
export declare const MOVIE_ENDPOINTS: {
|
|
@@ -218,6 +219,6 @@ export declare class MoviesAPI {
|
|
|
218
219
|
* @returns A promise that resolves to a list of videos for the movie.
|
|
219
220
|
* @reference https://developer.themoviedb.org/reference/movie-videos
|
|
220
221
|
*/
|
|
221
|
-
watch_providers(params: MovieWatchProvidersParams): Promise<
|
|
222
|
+
watch_providers(params: MovieWatchProvidersParams): Promise<MediaWatchProviders>;
|
|
222
223
|
}
|
|
223
224
|
//# sourceMappingURL=movies.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"movies.d.ts","sourceRoot":"","sources":["../../src/endpoints/movies.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EACN,sBAAsB,EACtB,8BAA8B,EAC9B,YAAY,EACZ,YAAY,EACZ,uBAAuB,EACvB,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,oBAAoB,EACpB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,iBAAiB,EACjB,WAAW,EACX,
|
|
1
|
+
{"version":3,"file":"movies.d.ts","sourceRoot":"","sources":["../../src/endpoints/movies.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { MovieResultItem, PaginatedResponse } from "../types";
|
|
2
2
|
import { SearchCollectionsParams, SearchCompanyParams, SearchKeywordsParams, SearchMoviesParams, SearchPersonParams } from "../types/search/params";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { SearchKeywordItem } from "../types/search/keyword";
|
|
3
|
+
import { CollectionResultItem } from "../types/search/collection";
|
|
4
|
+
import { CompanyResultItem } from "../types/search/company";
|
|
5
|
+
import { KeywordResultItem } from "../types/search/keyword";
|
|
7
6
|
import { TMDBAPIBase } from "./base";
|
|
7
|
+
import { PersonResultItem } from "../types/search/person";
|
|
8
8
|
export declare const SEARCH_ENDPOINTS: {
|
|
9
9
|
MOVIE: string;
|
|
10
10
|
COLLECTION: string;
|
|
@@ -27,7 +27,7 @@ export declare class SearchAPI extends TMDBAPIBase {
|
|
|
27
27
|
* @param region Region
|
|
28
28
|
* @reference https://developer.themoviedb.org/reference/search-collection
|
|
29
29
|
*/
|
|
30
|
-
collections(params: SearchCollectionsParams): Promise<PaginatedResponse<
|
|
30
|
+
collections(params: SearchCollectionsParams): Promise<PaginatedResponse<CollectionResultItem>>;
|
|
31
31
|
/**
|
|
32
32
|
* Search Movies
|
|
33
33
|
* GET - https://api.themoviedb.org/3/search/movie
|
|
@@ -52,7 +52,7 @@ export declare class SearchAPI extends TMDBAPIBase {
|
|
|
52
52
|
* @param page Page (Defaults to 1)
|
|
53
53
|
* @reference https://developer.themoviedb.org/reference/search-company
|
|
54
54
|
*/
|
|
55
|
-
company(params: SearchCompanyParams): Promise<PaginatedResponse<
|
|
55
|
+
company(params: SearchCompanyParams): Promise<PaginatedResponse<CompanyResultItem>>;
|
|
56
56
|
/**
|
|
57
57
|
* Search Keyword
|
|
58
58
|
* GET - https://api.themoviedb.org/3/search/keyword
|
|
@@ -62,7 +62,7 @@ export declare class SearchAPI extends TMDBAPIBase {
|
|
|
62
62
|
* @param page Page (Defaults to 1)
|
|
63
63
|
* @reference https://developer.themoviedb.org/reference/search-keyword
|
|
64
64
|
*/
|
|
65
|
-
keyword(params: SearchKeywordsParams): Promise<PaginatedResponse<
|
|
65
|
+
keyword(params: SearchKeywordsParams): Promise<PaginatedResponse<KeywordResultItem>>;
|
|
66
66
|
/**
|
|
67
67
|
* Search Person
|
|
68
68
|
* GET - https://api.themoviedb.org/3/search/person
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../src/endpoints/search.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAC9D,OAAO,EACN,uBAAuB,EACvB,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../src/endpoints/search.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAC9D,OAAO,EACN,uBAAuB,EACvB,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AACrC,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE1D,eAAO,MAAM,gBAAgB;;;;;;;;CAQ5B,CAAC;AAEF,qBAAa,SAAU,SAAQ,WAAW;IACzC;;;;;;;;;;;OAWG;IACG,WAAW,CAAC,MAAM,EAAE,uBAAuB,GAAG,OAAO,CAAC,iBAAiB,CAAC,oBAAoB,CAAC,CAAC;IAKpG;;;;;;;;;;;;;OAaG;IACG,MAAM,CAAC,MAAM,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAC;IAKrF;;;;;;;;OAQG;IACG,OAAO,CAAC,MAAM,EAAE,mBAAmB,GAAG,OAAO,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAKzF;;;;;;;;OAQG;IACG,OAAO,CAAC,MAAM,EAAE,oBAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAK1F;;;;;;;;OAQG;IACG,MAAM,CAAC,MAAM,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;CAItF"}
|
|
@@ -1,19 +1,38 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { TVAggregateCreditsParams, TVDetailsParams } from "../types/tv";
|
|
1
|
+
import { MediaWatchProviders } from "../types";
|
|
2
|
+
import { TVAggregateCreditsParams, TVAlternativeTitles, TVBaseParam, TVChangeParams, TVCredits, TVCreditsParams, TVDetailsParams, TVExternalIDs, TVImages, TVImagesParams, TVKeywords, TVRecommendations, TVRecommendationsParams, TVReviewsParams, TVSeriesChanges, TVSeriesListsParams, TVSimilar, TVSimilarParams, TVTranslations, TVVideos } from "../types/tv";
|
|
4
3
|
import { TVAggregateCredits } from "../types/tv/aggregate_credits";
|
|
5
|
-
import {
|
|
4
|
+
import { TVContentRatings } from "../types/tv/content_ratings";
|
|
5
|
+
import { TVEpisodeGroups } from "../types/tv/episode_groups";
|
|
6
|
+
import { TVSeriesLists } from "../types/tv/lists";
|
|
7
|
+
import { TVReviews } from "../types/tv/reviews";
|
|
8
|
+
import { TVScreenedTheatrically } from "../types/tv/screened_theatrically";
|
|
9
|
+
import { TVAppendToResponseNamespace, TVSeriesDetails, TVDetailsWithAppends } from "../types/tv/tv_series";
|
|
10
|
+
import { TMDBAPIBase } from "./base";
|
|
6
11
|
export declare const TV_SERIES_ENDPOINTS: {
|
|
7
12
|
TV: string;
|
|
8
13
|
TV_AGGREGATE_CREDITS: string;
|
|
14
|
+
TV_ALTERNATIVE_TITLES: string;
|
|
15
|
+
TV_CHANGES: string;
|
|
16
|
+
TV_CONTENT_RATINGS: string;
|
|
17
|
+
TV_CREDITS: string;
|
|
18
|
+
TV_EPISODE_GROUPS: string;
|
|
19
|
+
TV_EXTERNAL_IDS: string;
|
|
20
|
+
TV_IMAGES: string;
|
|
21
|
+
TV_KEYWORDS: string;
|
|
22
|
+
TV_LATEST: string;
|
|
23
|
+
TV_LISTS: string;
|
|
24
|
+
TV_RECOMMENDATIONS: string;
|
|
25
|
+
TV_REVIEWS: string;
|
|
26
|
+
TV_SCREENED_THEATRICALLY: string;
|
|
27
|
+
TV_SIMILAR: string;
|
|
28
|
+
TV_TRANSLATIONS: string;
|
|
29
|
+
TV_VIDEOS: string;
|
|
30
|
+
TV_WATCH_PROVIDERS: string;
|
|
9
31
|
};
|
|
10
|
-
export declare class TVSeriesAPI {
|
|
11
|
-
private client;
|
|
12
|
-
private defaultOptions;
|
|
13
|
-
constructor(client: ApiClient, defaultOptions?: TMDBOptions);
|
|
32
|
+
export declare class TVSeriesAPI extends TMDBAPIBase {
|
|
14
33
|
/**
|
|
15
34
|
* Details
|
|
16
|
-
* GET - https://api.themoviedb.org/3/tv/{
|
|
35
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}
|
|
17
36
|
*
|
|
18
37
|
* Get the top level details of a TV series by ID.
|
|
19
38
|
* @param series_id The ID of the TV series.
|
|
@@ -24,10 +43,10 @@ export declare class TVSeriesAPI {
|
|
|
24
43
|
*/
|
|
25
44
|
details<T extends readonly TVAppendToResponseNamespace[] = []>(params: TVDetailsParams & {
|
|
26
45
|
append_to_response?: T[number] | T;
|
|
27
|
-
}): Promise<T extends [] ?
|
|
46
|
+
}): Promise<T extends [] ? TVSeriesDetails : TVDetailsWithAppends<T>>;
|
|
28
47
|
/**
|
|
29
48
|
* Aggregate Credits
|
|
30
|
-
* GET - https://api.themoviedb.org/3/tv/{
|
|
49
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/aggregate_credits
|
|
31
50
|
*
|
|
32
51
|
* Get the aggregate credits (cast and crew) that have been added to a TV show.
|
|
33
52
|
*
|
|
@@ -35,9 +54,218 @@ export declare class TVSeriesAPI {
|
|
|
35
54
|
* Instead, it is a view of all the entire cast & crew for all episodes belonging to a TV show.
|
|
36
55
|
* @param series_id The ID of the TV series.
|
|
37
56
|
* @param language The language to use for the response.
|
|
38
|
-
* @returns A promise that resolves to the TV series
|
|
57
|
+
* @returns A promise that resolves to the TV series aggregate credits.
|
|
39
58
|
* @reference https://developer.themoviedb.org/reference/tv-series-aggregate-credits
|
|
40
59
|
*/
|
|
41
60
|
aggregate_credits(params: TVAggregateCreditsParams): Promise<TVAggregateCredits>;
|
|
61
|
+
/**
|
|
62
|
+
* Alternative Titles
|
|
63
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/alternative_tiles
|
|
64
|
+
*
|
|
65
|
+
* Get the alternative titles that have been added to a TV show.
|
|
66
|
+
* @param series_id The ID of the TV series.
|
|
67
|
+
* @returns A promise that resolves to the TV series alternative tiles.
|
|
68
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-alternative-titles
|
|
69
|
+
*/
|
|
70
|
+
alternative_titles(params: TVBaseParam): Promise<TVAlternativeTitles>;
|
|
71
|
+
/**
|
|
72
|
+
* Changes
|
|
73
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/changes
|
|
74
|
+
*
|
|
75
|
+
* Get the changes for a TV show. By default only the last 24 hours are returned.
|
|
76
|
+
* You can query up to 14 days in a single query by using the start_date and end_date query parameters.
|
|
77
|
+
*
|
|
78
|
+
* NOTE: TV show changes are a little different than movie changes in that there are some edits
|
|
79
|
+
* on seasons and episodes that will create a top level change entry at the show level.
|
|
80
|
+
* These can be found under the season and episode keys.
|
|
81
|
+
* These keys will contain a series_id and episode_id.
|
|
82
|
+
* You can use the season changes and episode changes methods to look these up individually.
|
|
83
|
+
*
|
|
84
|
+
* @param series_id The ID of the TV series.
|
|
85
|
+
* @returns A promise that resolves to the TV series changes history.
|
|
86
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-changes
|
|
87
|
+
*/
|
|
88
|
+
changes(params: TVChangeParams): Promise<TVSeriesChanges>;
|
|
89
|
+
/**
|
|
90
|
+
* Content Ratings
|
|
91
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/content_ratings
|
|
92
|
+
*
|
|
93
|
+
* Get the content ratings that have been added to a TV show.
|
|
94
|
+
* @param series_id The ID of the TV series.
|
|
95
|
+
* @returns A promise that resolves to the TV series content ratings.
|
|
96
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-content-ratings
|
|
97
|
+
*/
|
|
98
|
+
content_ratings(params: TVBaseParam): Promise<TVContentRatings>;
|
|
99
|
+
/**
|
|
100
|
+
* Credits
|
|
101
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/credits
|
|
102
|
+
*
|
|
103
|
+
* Get the latest season credits of a TV show.
|
|
104
|
+
*
|
|
105
|
+
* This is the original TV credits method which returns the latest season credit data.
|
|
106
|
+
* If you would like to request the aggregate view (which is what you see on our website)
|
|
107
|
+
* you should use the /aggregate_credits method.
|
|
108
|
+
* @param series_id The ID of the TV series.
|
|
109
|
+
* @param language The Language for the credits
|
|
110
|
+
* @returns A promise that resolves to the TV series credits.
|
|
111
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-credits
|
|
112
|
+
*/
|
|
113
|
+
credits(params: TVCreditsParams): Promise<TVCredits>;
|
|
114
|
+
/**
|
|
115
|
+
* Episode Groups
|
|
116
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/episode_groups
|
|
117
|
+
*
|
|
118
|
+
* Get the episode groups that have been added to a TV show.
|
|
119
|
+
* With a group ID you can call the get TV episode group details method.
|
|
120
|
+
* @param series_id The ID of the TV series.
|
|
121
|
+
* @returns A promise that resolves to the TV series episode groups.
|
|
122
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-episode-groups
|
|
123
|
+
*/
|
|
124
|
+
episode_groups(params: TVBaseParam): Promise<TVEpisodeGroups>;
|
|
125
|
+
/**
|
|
126
|
+
* External IDs
|
|
127
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/external_ids
|
|
128
|
+
*
|
|
129
|
+
* Get a list of external IDs that have been added to a TV show.
|
|
130
|
+
* @param series_id The ID of the TV series.
|
|
131
|
+
* @returns A promise that resolves to the TV series external ids.
|
|
132
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-external-ids
|
|
133
|
+
*/
|
|
134
|
+
external_ids(params: TVBaseParam): Promise<TVExternalIDs>;
|
|
135
|
+
/**
|
|
136
|
+
* Images
|
|
137
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/images
|
|
138
|
+
*
|
|
139
|
+
* Fetches images related to a specific tv show, such as posters and backdrops.
|
|
140
|
+
* The images are returned in various sizes and formats.
|
|
141
|
+
*
|
|
142
|
+
* NOTE: If you have a language specified, it will act as a filter on the returned items. You can use the include_image_language param to query additional languages.
|
|
143
|
+
*
|
|
144
|
+
* @param series_id - The unique identifier of the tv show.
|
|
145
|
+
* @param language - (Optional) The language code to filter the images by language.
|
|
146
|
+
* @param include_image_language - (Optional) A comma-separated list of language codes to include images for.
|
|
147
|
+
* @returns A promise that resolves to a `TVImages` object containing the tv show's images.
|
|
148
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-images
|
|
149
|
+
*/
|
|
150
|
+
images(params: TVImagesParams): Promise<TVImages>;
|
|
151
|
+
/**
|
|
152
|
+
* Keywords
|
|
153
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/keywords
|
|
154
|
+
*
|
|
155
|
+
* Get a list of keywords that have been added to a TV show.
|
|
156
|
+
* @param series_id The ID of the TV series.
|
|
157
|
+
* @returns A promise that resolves to the TV series keywords.
|
|
158
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-keywords
|
|
159
|
+
*/
|
|
160
|
+
keywords(params: TVBaseParam): Promise<TVKeywords>;
|
|
161
|
+
/**
|
|
162
|
+
* Latest
|
|
163
|
+
* GET - https://api.themoviedb.org/3/tv/latest
|
|
164
|
+
*
|
|
165
|
+
* Get the newest tv show.
|
|
166
|
+
* This is a live response and will continuosly change.
|
|
167
|
+
* @returns A promise that resolves to the lastest TV series.
|
|
168
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-latest-id
|
|
169
|
+
*/
|
|
170
|
+
latest(): Promise<TVSeriesDetails>;
|
|
171
|
+
/**
|
|
172
|
+
* Lists
|
|
173
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/lists
|
|
174
|
+
*
|
|
175
|
+
* Get the lists that a TV series has been added to.
|
|
176
|
+
* @param series_id The ID of the TV series.
|
|
177
|
+
* @param language The Language for the lists
|
|
178
|
+
* @param page Page number - Defaults to 1
|
|
179
|
+
* @returns A promise that resolves to the TV series lists.
|
|
180
|
+
* @reference https://developer.themoviedb.org/reference/lists-copy (TODO: Check this url for updates, it's like this on TMDB docs (??))
|
|
181
|
+
*/
|
|
182
|
+
lists(params: TVSeriesListsParams): Promise<TVSeriesLists>;
|
|
183
|
+
/**
|
|
184
|
+
* Recomendations
|
|
185
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/recommendations
|
|
186
|
+
*
|
|
187
|
+
* Get the recommendations shows for a TV series.
|
|
188
|
+
* @param series_id The ID of the TV series.
|
|
189
|
+
* @param language The Language for the lists
|
|
190
|
+
* @param page Page number - Defaults to 1
|
|
191
|
+
* @returns A promise that resolves to TV series recommended shows.
|
|
192
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-recommendations
|
|
193
|
+
*/
|
|
194
|
+
recommendations(params: TVRecommendationsParams): Promise<TVRecommendations>;
|
|
195
|
+
/**
|
|
196
|
+
* Reviews
|
|
197
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/reviews
|
|
198
|
+
*
|
|
199
|
+
* Get the reviews that have been added to a TV show.
|
|
200
|
+
* @param series_id The ID of the TV series.
|
|
201
|
+
* @param language The Language for the lists
|
|
202
|
+
* @param page Page number - Defaults to 1
|
|
203
|
+
* @returns A promise that resolves to TV series recommended shows.
|
|
204
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-recommendations
|
|
205
|
+
*/
|
|
206
|
+
reviews(params: TVReviewsParams): Promise<TVReviews>;
|
|
207
|
+
/**
|
|
208
|
+
* Sreened Theatrically
|
|
209
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/screened_theatrically
|
|
210
|
+
*
|
|
211
|
+
* Get the seasons and episodes that have screened theatrically.
|
|
212
|
+
* @param series_id The ID of the TV series.
|
|
213
|
+
* @returns A promise that resolves to the TV episodes that have been screened thatrically.
|
|
214
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-screened-theatrically
|
|
215
|
+
*/
|
|
216
|
+
screened_theatrically(params: TVBaseParam): Promise<TVScreenedTheatrically>;
|
|
217
|
+
/**
|
|
218
|
+
* Similar
|
|
219
|
+
* GET - https://api.themoviedb.org/3/tv/{series_id}/similar
|
|
220
|
+
*
|
|
221
|
+
* Get the similar shows for a TV series.
|
|
222
|
+
* @param series_id The ID of the TV series.
|
|
223
|
+
* @param language The Language for the lists
|
|
224
|
+
* @param page Page number - Defaults to 1
|
|
225
|
+
* @returns A promise that resolves to TV series similar shows.
|
|
226
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-similar
|
|
227
|
+
*/
|
|
228
|
+
similar(params: TVSimilarParams): Promise<TVSimilar>;
|
|
229
|
+
/**
|
|
230
|
+
* Translations
|
|
231
|
+
* GET - https://api.themoviedb.org/3/movie/{series_id}/translations
|
|
232
|
+
*
|
|
233
|
+
* Get the translations that have been added to a tv show.
|
|
234
|
+
* Take a read through our language documentation for more information about languages on TMDB.
|
|
235
|
+
* https://developer.themoviedb.org/docs/languages
|
|
236
|
+
* @param series_id The ID of the TV Series
|
|
237
|
+
* @returns A promise that resolves to the translations of the tv show.
|
|
238
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-translations
|
|
239
|
+
*/
|
|
240
|
+
translations(params: TVBaseParam): Promise<TVTranslations>;
|
|
241
|
+
/**
|
|
242
|
+
* Videos
|
|
243
|
+
* GET - https://api.themoviedb.org/3/movie/{series_id}/videos
|
|
244
|
+
*
|
|
245
|
+
* Get the videos that belong to a TV show.
|
|
246
|
+
* @param series_id The ID of the TV Series
|
|
247
|
+
* @returns A promise that resolves to the videos for the tv show.
|
|
248
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-videos
|
|
249
|
+
*/
|
|
250
|
+
videos(params: TVBaseParam): Promise<TVVideos>;
|
|
251
|
+
/**
|
|
252
|
+
* Watch Providers
|
|
253
|
+
* GET - https://api.themoviedb.org/3/movie/{series_id}/watch/providers
|
|
254
|
+
*
|
|
255
|
+
* Get the list of streaming providers we have for a TV show.
|
|
256
|
+
*
|
|
257
|
+
* Powered by our partnership with JustWatch, you can query this method to get a list of the streaming/rental/purchase availabilities per country by provider.
|
|
258
|
+
* This is not going to return full deep links, but rather, it's just enough information to display what's available where.
|
|
259
|
+
* You can link to the provided TMDB URL to help support TMDB and provide the actual deep links to the content.
|
|
260
|
+
*
|
|
261
|
+
* WARNING: JustWatch Attribution Required
|
|
262
|
+
* In order to use this data you must attribute the source of the data as JustWatch.
|
|
263
|
+
* If we find any usage not complying with these terms we will revoke access to the API.
|
|
264
|
+
*
|
|
265
|
+
* @param series_id The ID of the TV Series
|
|
266
|
+
* @returns A promise that resolves to the watch providers for the tv show.
|
|
267
|
+
* @reference https://developer.themoviedb.org/reference/tv-series-watch-providers
|
|
268
|
+
*/
|
|
269
|
+
watch_providers(params: TVBaseParam): Promise<MediaWatchProviders>;
|
|
42
270
|
}
|
|
43
271
|
//# sourceMappingURL=tv_series.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tv_series.d.ts","sourceRoot":"","sources":["../../src/endpoints/tv_series.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"tv_series.d.ts","sourceRoot":"","sources":["../../src/endpoints/tv_series.ts"],"names":[],"mappings":"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"}
|