Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7bcf0f37 authored by ROSPARS Benoit's avatar ROSPARS Benoit
Browse files

Remove poster from audio content

parent f2bab43a
No related branches found
No related tags found
No related merge requests found
{ {
"name": "@epoc/epoc-types", "name": "@epoc/epoc-types",
"version": "2.0.0-beta.4", "version": "2.0.0-beta.5",
"description": "ePoc (Electronic Pocket Open Course) types specifications", "description": "ePoc (Electronic Pocket Open Course) types specifications",
"main": "dist/index.ts", "main": "dist/index.ts",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
......
...@@ -22,7 +22,6 @@ export interface Audio extends Content { ...@@ -22,7 +22,6 @@ export interface Audio extends Content {
source: string; source: string;
summary: html; summary: html;
transcript: string; transcript: string;
poster: string;
} }
export interface Html extends Content { export interface Html extends Content {
......
...@@ -75,11 +75,6 @@ export interface Audio extends BaseContent { ...@@ -75,11 +75,6 @@ export interface Audio extends BaseContent {
* Specifies the text transcript of the audio * Specifies the text transcript of the audio
*/ */
transcript: string; transcript: string;
/**
* Specifies the video poster (thumbnail) uri
*/
poster: uri;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment