camunda-bpmn-js 5.0.0 → 5.1.0

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.
@@ -25001,6 +25001,52 @@
25001
25001
  }
25002
25002
  ]
25003
25003
  },
25004
+ {
25005
+ name: "TaskListeners",
25006
+ superClass: [
25007
+ "Element"
25008
+ ],
25009
+ meta: {
25010
+ allowedIn: [
25011
+ "bpmn:UserTask"
25012
+ ]
25013
+ },
25014
+ properties: [
25015
+ {
25016
+ name: "listeners",
25017
+ type: "TaskListener",
25018
+ isMany: true
25019
+ }
25020
+ ]
25021
+ },
25022
+ {
25023
+ name: "TaskListener",
25024
+ superClass: [
25025
+ "Element"
25026
+ ],
25027
+ meta: {
25028
+ allowedIn: [
25029
+ "zeebe:TaskListeners"
25030
+ ]
25031
+ },
25032
+ properties: [
25033
+ {
25034
+ name: "eventType",
25035
+ type: "String",
25036
+ isAttr: true
25037
+ },
25038
+ {
25039
+ name: "retries",
25040
+ type: "String",
25041
+ isAttr: true
25042
+ },
25043
+ {
25044
+ name: "type",
25045
+ type: "String",
25046
+ isAttr: true
25047
+ }
25048
+ ]
25049
+ },
25004
25050
  {
25005
25051
  name: "VersionTag",
25006
25052
  superClass: [