@vot.js/shared
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -11,3 +11,3 @@ export default { | ||
loggerLevel: 1, | ||
version: "2.0.8", | ||
version: "2.0.9", | ||
}; |
export type VideoCaption = { | ||
signed_url: string; | ||
locale: string; | ||
srclang: string; | ||
type: "captions"; | ||
src: string; | ||
}; | ||
export type VideoSources = VideoCaption | { | ||
src: string; | ||
type: "quicksilver"; | ||
}; | ||
export type VideoBlock = { | ||
@@ -11,5 +16,2 @@ type: "video"; | ||
autoplay: boolean; | ||
video_url: string; | ||
video_captions: VideoCaption[]; | ||
video_thumbnail_large_url: string; | ||
}; | ||
@@ -16,0 +18,0 @@ export type Link = { |
{ | ||
"name": "@vot.js/shared", | ||
"description": "shared for all @vot.js package", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"author": "Toil", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
174255
3795