diff --git a/index.js b/index.js index f1bf6d5..0cedc93 100644 --- a/index.js +++ b/index.js @@ -72,7 +72,7 @@ class Scene extends Base { class Movie extends Base { constructor(...a) { super(...a); - this.properties = ['comment', 'draft', 'width', 'height', 'resolution', 'exports', 'quality', 'fps', 'cache']; + this.properties = ['comment', 'draft', 'width', 'height', 'resolution', 'exports', 'quality', 'fps', 'cache', 'template', 'variables', 'id']; this.api_url = 'https://api.json2video.com/v2/movies'; this.apikey = null; } diff --git a/package.json b/package.json index 164b7ec..f154f9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json2video-sdk", - "version": "2.0.0", + "version": "2.0.4", "description": "SDK for creating videos programmatically using JSON2Video API", "main": "index.js", "scripts": {