@5minds/processcube_engine_sdk 6.1.0-develop-43c75f-m7hsel29 → 6.1.0-develop-13fafd-m7ki3bcz

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.
Files changed (2) hide show
  1. package/dist/Engine.d.ts +7 -0
  2. package/package.json +3 -3
package/dist/Engine.d.ts CHANGED
@@ -162,6 +162,13 @@ export type RuntimeExpressionParameters = {
162
162
  };
163
163
  correlationId?: string;
164
164
  correlationMetadata?: any;
165
+ processModel?: {
166
+ definitionId: string;
167
+ definitionHash: string;
168
+ id: string;
169
+ name?: string;
170
+ version?: string;
171
+ };
165
172
  identity?: {
166
173
  token: string;
167
174
  userId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/processcube_engine_sdk",
3
- "version": "6.1.0-develop-43c75f-m7hsel29",
3
+ "version": "6.1.0-develop-13fafd-m7ki3bcz",
4
4
  "description": "Software development kit for the Engine.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -42,11 +42,11 @@
42
42
  "@types/express": "^5.0.0",
43
43
  "@types/mocha": "^10.0.3",
44
44
  "@types/node": "^22.7.4",
45
- "mocha": "^10.6.0",
45
+ "mocha": "^11.0.0",
46
46
  "prettier": "^3.3.2",
47
47
  "reflect-metadata": "^0.2.0",
48
48
  "should": "^13.2.3",
49
- "ts-mocha": "^10.0.0",
49
+ "ts-mocha": "^11.0.0",
50
50
  "typescript": "~5.7.0"
51
51
  }
52
52
  }