@coding-flow/flow-types 0.0.11 → 0.0.13
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* 节点类型
|
|
3
3
|
*/
|
|
4
|
-
export type NodeType = "APPROVAL" | "CONDITION" | "CONDITION_BRANCH" | "DELAY" | "END" | "HANDLE" | "INCLUSIVE" | "INCLUSIVE_BRANCH" | "MANUAL" | "MANUAL_BRANCH" | "NOTIFY" | "PARALLEL" | "PARALLEL_BRANCH" | "ROUTER" | "START" | "SUB_PROCESS" | "TRIGGER";
|
|
4
|
+
export type NodeType = "APPROVAL" | "CONDITION" | "CONDITION_BRANCH" | "CONDITION_ELSE_BRANCH" | "DELAY" | "END" | "HANDLE" | "INCLUSIVE" | "INCLUSIVE_BRANCH" | "INCLUSIVE_ELSE_BRANCH" | "MANUAL" | "MANUAL_BRANCH" | "NOTIFY" | "PARALLEL" | "PARALLEL_BRANCH" | "ROUTER" | "START" | "SUB_PROCESS" | "TRIGGER";
|
|
5
5
|
/**
|
|
6
6
|
* 操作类型
|
|
7
7
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coding-flow/flow-types",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "flow-engine types",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"react-dom": ">=18"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@coding-flow/flow-core": "0.0.
|
|
35
|
+
"@coding-flow/flow-core": "0.0.13"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rslib build",
|