@ningboyz/types 1.5.32 → 1.5.34

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.5.32",
4
+ "version": "1.5.34",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -74,6 +74,7 @@ export interface IFlowDataResponse {
74
74
  path4Web: string;
75
75
  flowText: string;
76
76
  flowUser: string;
77
+ fromNode: number;
77
78
 
78
79
  sourceND: number;
79
80
  flowType: number;
@@ -159,6 +160,7 @@ export class TFlowDataResponse implements IFlowDataResponse {
159
160
  path4Web: string = "";
160
161
  flowText: string = "";
161
162
  flowUser: string = "";
163
+ fromNode: number = 0;
162
164
 
163
165
  flowType: number = 0;
164
166
  flowWill: number = 0;