@coding-flow/flow-types 0.0.17 → 0.0.19

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.
@@ -150,6 +150,8 @@ export interface FlowContent {
150
150
  workId: string;
151
151
  workCode: string;
152
152
  workTitle: string;
153
+ workDescription: string;
154
+ createTime: number;
153
155
  nodeId: string;
154
156
  nodeName: string;
155
157
  nodeType: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coding-flow/flow-types",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
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.17"
35
+ "@coding-flow/flow-core": "0.0.19"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "rslib build",