@5minds/processcube_engine_sdk 6.0.6 → 6.0.8

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.
@@ -34,6 +34,10 @@ export declare type EngineEvent = {
34
34
  * Only included with OnFlowNodeXX events.
35
35
  */
36
36
  flowNodeId?: string;
37
+ /**
38
+ * Only included with OnFlowNodeXX events.
39
+ */
40
+ flowNodeName?: string;
37
41
  /**
38
42
  * Only included with OnFlowNodeXX events.
39
43
  */
@@ -42,6 +46,12 @@ export declare type EngineEvent = {
42
46
  * Only included with OnFlowNodeXX events.
43
47
  */
44
48
  flowNodeType?: BpmnType;
49
+ /**
50
+ * Introduced with Engine v18.4.1.
51
+ *
52
+ * Only included with OnFlowNodeXX events and only for Flow Nodes that are actually located on a lane.
53
+ */
54
+ flowNodeLane?: BpmnType;
45
55
  /**
46
56
  * Only included with OnFlowNodeXX events.
47
57
  */
@@ -41,6 +41,9 @@ import { BpmnType, EventType } from '../../ProcessModel/index';
41
41
  * flowNodeName:
42
42
  * description: The name of the FlowNode that the event belongs to.
43
43
  * type: string
44
+ * flowNodeLane:
45
+ * description: The lane the FlowNode is located on (if any).
46
+ * type: string
44
47
  * flowNodeType:
45
48
  * description: The BPMN type of the FlowNode that the event belongs to.
46
49
  * $ref: '#/components/schemas/BpmnType'
@@ -79,6 +82,7 @@ export type EventMessage = {
79
82
  parentProcessInstanceId?: string;
80
83
  flowNodeId?: string;
81
84
  flowNodeName?: string;
85
+ flowNodeLane?: string;
82
86
  flowNodeType?: BpmnType;
83
87
  flowNodeInstanceId?: string;
84
88
  ownerId: string;
@@ -1 +1 @@
1
- {"version":3,"file":"EngineEvent.js","sourceRoot":"","sources":["../../../src/EngineEvents/EngineEvent.ts"],"names":[],"mappings":";;;AAGA,IAAY,QAMX;AAND,WAAY,QAAQ;IAClB,2BAAe,CAAA;IACf,2BAAe,CAAA;IACf,yBAAa,CAAA;IACb,yBAAa,CAAA;IACb,2BAAe,CAAA;AACjB,CAAC,EANW,QAAQ,wBAAR,QAAQ,QAMnB;AA8ED;;GAEG;AACH,IAAY,eAuBX;AAvBD,WAAY,eAAe;IACzB,wDAAqC,CAAA;IACrC,4DAAyC,CAAA;IACzC,0DAAuC,CAAA;IACvC,0DAAuC,CAAA;IACvC,8DAA2C,CAAA;IAC3C,0DAAuC,CAAA;IACvC,wDAAqC,CAAA;IACrC,0DAAuC,CAAA;IACvC,oDAAiC,CAAA;IACjC,8DAA2C,CAAA;IAC3C,wDAAqC,CAAA;IACrC,0DAAuC,CAAA;IACvC,4DAAyC,CAAA;IACzC,wDAAqC,CAAA;IACrC,8DAA2C,CAAA;IAC3C,0DAAuC,CAAA;IACvC,sDAAmC,CAAA;IACnC,gEAA6C,CAAA;IAC7C,oGAAiF,CAAA;IACjF,gGAA6E,CAAA;IAC7E,oEAAiD,CAAA;IACjD,oEAAiD,CAAA;AACnD,CAAC,EAvBW,eAAe,+BAAf,eAAe,QAuB1B"}
1
+ {"version":3,"file":"EngineEvent.js","sourceRoot":"","sources":["../../../src/EngineEvents/EngineEvent.ts"],"names":[],"mappings":";;;AAGA,IAAY,QAMX;AAND,WAAY,QAAQ;IAClB,2BAAe,CAAA;IACf,2BAAe,CAAA;IACf,yBAAa,CAAA;IACb,yBAAa,CAAA;IACb,2BAAe,CAAA;AACjB,CAAC,EANW,QAAQ,wBAAR,QAAQ,QAMnB;AAwFD;;GAEG;AACH,IAAY,eAuBX;AAvBD,WAAY,eAAe;IACzB,wDAAqC,CAAA;IACrC,4DAAyC,CAAA;IACzC,0DAAuC,CAAA;IACvC,0DAAuC,CAAA;IACvC,8DAA2C,CAAA;IAC3C,0DAAuC,CAAA;IACvC,wDAAqC,CAAA;IACrC,0DAAuC,CAAA;IACvC,oDAAiC,CAAA;IACjC,8DAA2C,CAAA;IAC3C,wDAAqC,CAAA;IACrC,0DAAuC,CAAA;IACvC,4DAAyC,CAAA;IACzC,wDAAqC,CAAA;IACrC,8DAA2C,CAAA;IAC3C,0DAAuC,CAAA;IACvC,sDAAmC,CAAA;IACnC,gEAA6C,CAAA;IAC7C,oGAAiF,CAAA;IACjF,gGAA6E,CAAA;IAC7E,oEAAiD,CAAA;IACjD,oEAAiD,CAAA;AACnD,CAAC,EAvBW,eAAe,+BAAf,eAAe,QAuB1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/processcube_engine_sdk",
3
- "version": "6.0.6",
3
+ "version": "6.0.8",
4
4
  "description": "Software development kit for the Engine.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "types": "dist/index.d.ts",