n8n-workflow
Advanced tools
Comparing version 0.78.0 to 0.79.0
@@ -34,2 +34,3 @@ "use strict"; | ||
data.document = {}; | ||
data.constructor = {}; | ||
try { | ||
@@ -36,0 +37,0 @@ const returnValue = tmpl.tmpl(parameterValue, data); |
@@ -425,3 +425,3 @@ /// <reference types="node" /> | ||
name: string; | ||
value: string | number; | ||
value: string | number | boolean; | ||
description?: string; | ||
@@ -428,0 +428,0 @@ } |
@@ -17,3 +17,3 @@ "use strict"; | ||
default: {}, | ||
description: 'Time at which polling should occur.', | ||
description: 'Time at which polling should occur', | ||
placeholder: 'Add Poll Time', | ||
@@ -76,3 +76,3 @@ options: [ | ||
default: 14, | ||
description: 'The hour of the day to trigger (24h format).', | ||
description: 'The hour of the day to trigger (24h format)', | ||
}, | ||
@@ -93,3 +93,3 @@ { | ||
default: 0, | ||
description: 'The minute of the day to trigger.', | ||
description: 'The minute of the day to trigger', | ||
}, | ||
@@ -110,3 +110,3 @@ { | ||
default: 1, | ||
description: 'The day of the month to trigger.', | ||
description: 'The day of the month to trigger', | ||
}, | ||
@@ -153,3 +153,3 @@ { | ||
default: '1', | ||
description: 'The weekday to trigger.', | ||
description: 'The weekday to trigger', | ||
}, | ||
@@ -182,3 +182,3 @@ { | ||
default: 2, | ||
description: 'All how many X minutes/hours it should trigger.', | ||
description: 'All how many X minutes/hours it should trigger', | ||
}, | ||
@@ -205,3 +205,3 @@ { | ||
default: 'hours', | ||
description: 'If it should trigger all X minutes or hours.', | ||
description: 'If it should trigger all X minutes or hours', | ||
}, | ||
@@ -208,0 +208,0 @@ ], |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.78.0", | ||
"version": "0.79.0", | ||
"description": "Workflow base code of n8n", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
475029
7475