@5minds/processcube_engine_sdk 5.1.0-develop-9195f9-ly8cfa1k → 5.1.0-develop-18a146-lye4vw89

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.
@@ -7,7 +7,8 @@ import { Activity } from './ActivityBase';
7
7
  export type ServiceTask = Activity & {
8
8
  readonly bpmnType: BpmnType.serviceTask;
9
9
  /**
10
- * The invocation to be used when a custom ServiceTask is used.
10
+ * The invocation to be used when an HTTP ServiceTask is used.
11
+ * @deprecated This property is no longer supported. Use "customType" instead.
11
12
  */
12
13
  invocation?: MethodInvocation;
13
14
  /**
@@ -44,8 +45,9 @@ export declare enum ServiceTaskType {
44
45
  internal = "internal"
45
46
  }
46
47
  /**
47
- * Used by Custom ServiceTasks.
48
+ * Used by HTTP ServiceTasks.
48
49
  * This contains the definition for a method invocation.
50
+ * @deprecated This property is no longer supported. Use "ServiceTask.customType" instead.
49
51
  */
50
52
  export type MethodInvocation = {
51
53
  module: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ServiceTask.js","sourceRoot":"","sources":["../../../../../src/ProcessModel/Model/Activities/ServiceTask.ts"],"names":[],"mappings":";;;AAyCA;;GAEG;AACH,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B"}
1
+ {"version":3,"file":"ServiceTask.js","sourceRoot":"","sources":["../../../../../src/ProcessModel/Model/Activities/ServiceTask.ts"],"names":[],"mappings":";;;AA0CA;;GAEG;AACH,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/processcube_engine_sdk",
3
- "version": "5.1.0-develop-9195f9-ly8cfa1k",
3
+ "version": "5.1.0-develop-18a146-lye4vw89",
4
4
  "description": "Software development kit for the Engine.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "types": "dist/index.d.ts",