@5minds/processcube_engine_sdk 5.0.0-feature-d91bae-lt2yzgem → 5.0.0-feature-edd192-lt2z626d

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.
@@ -87,7 +87,6 @@ export declare type ExternalTask<TPayload> = {
87
87
  flowNodeInstanceId: string;
88
88
  correlationId: string;
89
89
  processDefinitionId: string;
90
- dataContract?: Object;
91
90
  processModelId?: string;
92
91
  processInstanceId: string;
93
92
  ownerId: string;
@@ -22,7 +22,7 @@ export type ServiceTask = Activity & {
22
22
  /**
23
23
  * The DataContract to validate the payload.
24
24
  */
25
- dataContract?: string;
25
+ dataContract?: Object;
26
26
  /**
27
27
  * The payload to use in conjunction with external ServiceTasks.
28
28
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ExternalTask.js","sourceRoot":"","sources":["../../../../src/DataModels/ExternalTask/ExternalTask.ts"],"names":[],"mappings":";;;;IA+GA;;;;;;;;;;;OAWG;IACH,IAAY,iBAIX;IAJD,WAAY,iBAAiB;QAC3B,wCAAmB,CAAA;QACnB,0CAAqB,CAAA;QACrB,wCAAmB,CAAA;IACrB,CAAC,EAJW,iBAAiB,iCAAjB,iBAAiB,QAI5B"}
1
+ {"version":3,"file":"ExternalTask.js","sourceRoot":"","sources":["../../../../src/DataModels/ExternalTask/ExternalTask.ts"],"names":[],"mappings":";;;;IA8GA;;;;;;;;;;;OAWG;IACH,IAAY,iBAIX;IAJD,WAAY,iBAAiB;QAC3B,wCAAmB,CAAA;QACnB,0CAAqB,CAAA;QACrB,wCAAmB,CAAA;IACrB,CAAC,EAJW,iBAAiB,iCAAjB,iBAAiB,QAI5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"ExternalTask.js","sourceRoot":"","sources":["../../../../src/DataModels/ExternalTask/ExternalTask.ts"],"names":[],"mappings":";;;AA+GA;;;;;;;;;;;GAWG;AACH,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;IACnB,0CAAqB,CAAA;IACrB,wCAAmB,CAAA;AACrB,CAAC,EAJW,iBAAiB,iCAAjB,iBAAiB,QAI5B"}
1
+ {"version":3,"file":"ExternalTask.js","sourceRoot":"","sources":["../../../../src/DataModels/ExternalTask/ExternalTask.ts"],"names":[],"mappings":";;;AA8GA;;;;;;;;;;;GAWG;AACH,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;IACnB,0CAAqB,CAAA;IACrB,wCAAmB,CAAA;AACrB,CAAC,EAJW,iBAAiB,iCAAjB,iBAAiB,QAI5B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/processcube_engine_sdk",
3
- "version": "5.0.0-feature-d91bae-lt2yzgem",
3
+ "version": "5.0.0-feature-edd192-lt2z626d",
4
4
  "description": "Software development kit for the Engine.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "types": "dist/index.d.ts",