@5minds/node-red-contrib-processcube 1.5.10-feature-70f7fe-m4jq28wc → 1.5.10-feature-e89b67-m4jqa6qs

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.5.10-feature-70f7fe-m4jq28wc",
3
+ "version": "1.5.10-feature-e89b67-m4jqa6qs",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -49,8 +49,8 @@ Delete old instances of a process model in the ProcessCube.
49
49
 
50
50
  ## Inputs
51
51
 
52
- : payload.time (number): The number of given time periods.
53
- : payload.time_type ('hours' | 'days'): The type of time period to use.
52
+ : payload.duration (number): The number of given time units.
53
+ : payload.time_unit ('hours' | 'days'): The unit of time to use.
54
54
 
55
55
  ## Outputs
56
56