Comparing version 1.6.1 to 1.7.1
@@ -1,6 +0,6 @@ | ||
import { TrendingMediaType, TimeWindow, TrendingResults, LanguageOption } from '../types'; | ||
import { TrendingMediaType, TimeWindow, TrendingResults, LanguageOption, PageOption } from '../types'; | ||
import { BaseEndpoint } from './base'; | ||
export declare class TrendingEndpoint extends BaseEndpoint { | ||
constructor(accessToken: string); | ||
trending<T extends TrendingMediaType>(mediaType: T, timeWindow: TimeWindow, options?: LanguageOption): Promise<TrendingResults<T>>; | ||
trending<T extends TrendingMediaType>(mediaType: T, timeWindow: TimeWindow, options?: LanguageOption & PageOption): Promise<TrendingResults<T>>; | ||
} |
@@ -16,2 +16,3 @@ export interface ImageConfiguration { | ||
W300 = "w300", | ||
W500 = "w500", | ||
W780 = "w780", | ||
@@ -18,0 +19,0 @@ W1280 = "w1280", |
{ | ||
"name": "tmdb-ts", | ||
"version": "1.6.1", | ||
"version": "1.7.1", | ||
"description": "TMDB v3 library wrapper", | ||
@@ -20,3 +20,3 @@ "main": "dist/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/blakejoy/tmdb-ts.git" | ||
"url": "https://github.com/blakejoy/tmdb-ts.git" | ||
}, | ||
@@ -23,0 +23,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126886
2938