Skip to content

Commit f2e4a2e

Browse files
committed
Bump version and build
1 parent b8e86bf commit f2e4a2e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dist/request-types.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ export interface Video {
130130
iso_3166_1?: string;
131131
key?: string;
132132
name?: string;
133+
official?: boolean;
134+
published_at?: string;
133135
site?: string;
134136
size?: 360 | 480 | 720 | 1080;
135137
type?: 'Trailer' | 'Teaser' | 'Clip' | 'Featurette' | 'Behind the Scenes' | 'Bloopers';

0 commit comments

Comments
 (0)