zeebe-bpmn-moddle
Advanced tools
Comparing version 1.7.0 to 1.8.0
{ | ||
"name": "zeebe-bpmn-moddle", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Zeebe moddle extensions for BPMN 2.0", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -302,2 +302,48 @@ { | ||
{ | ||
"name": "LinkedResource", | ||
"superClass": [ | ||
"Element" | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"bpmn:ServiceTask" | ||
] | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "resourceId", | ||
"type": "String", | ||
"isAttr": true | ||
}, | ||
{ | ||
"name": "resourceType", | ||
"type": "String", | ||
"isAttr": true | ||
}, | ||
{ | ||
"name": "linkName", | ||
"type": "String", | ||
"isAttr": true | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "LinkedResources", | ||
"superClass": [ | ||
"Element" | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"bpmn:ServiceTask" | ||
] | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "values", | ||
"type": "LinkedResource", | ||
"isMany": true | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "UserTask", | ||
@@ -622,3 +668,4 @@ "superClass": [ | ||
"zeebe:CalledElement", | ||
"zeebe:FormDefinition" | ||
"zeebe:FormDefinition", | ||
"zeebe:LinkedResource" | ||
], | ||
@@ -625,0 +672,0 @@ "properties": [ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16593
685
0