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.
@@ -23891,6 +23891,52 @@
23891
23891
  }
23892
23892
  ]
23893
23893
  },
23894
+ {
23895
+ name: "TaskListeners",
23896
+ superClass: [
23897
+ "Element"
23898
+ ],
23899
+ meta: {
23900
+ allowedIn: [
23901
+ "bpmn:UserTask"
23902
+ ]
23903
+ },
23904
+ properties: [
23905
+ {
23906
+ name: "listeners",
23907
+ type: "TaskListener",
23908
+ isMany: true
23909
+ }
23910
+ ]
23911
+ },
23912
+ {
23913
+ name: "TaskListener",
23914
+ superClass: [
23915
+ "Element"
23916
+ ],
23917
+ meta: {
23918
+ allowedIn: [
23919
+ "zeebe:TaskListeners"
23920
+ ]
23921
+ },
23922
+ properties: [
23923
+ {
23924
+ name: "eventType",
23925
+ type: "String",
23926
+ isAttr: true
23927
+ },
23928
+ {
23929
+ name: "retries",
23930
+ type: "String",
23931
+ isAttr: true
23932
+ },
23933
+ {
23934
+ name: "type",
23935
+ type: "String",
23936
+ isAttr: true
23937
+ }
23938
+ ]
23939
+ },
23894
23940
  {
23895
23941
  name: "VersionTag",
23896
23942
  superClass: [