@ningboyz/types 1.5.44 → 1.5.45

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.44",
4
+ "version": "1.5.45",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -82,6 +82,7 @@ export interface IFlowDataResponse {
82
82
  dataFrom: number; //1手机端,0电脑端
83
83
  flowTypeText: string;
84
84
  nodePara: string;
85
+ paraOnly: number;
85
86
  userList: TCore.IUserLiteResponse[];
86
87
 
87
88
  listFlow: IFlowDataResponse[];
@@ -168,6 +169,7 @@ export class TFlowDataResponse implements IFlowDataResponse {
168
169
  flowTypeText: string = "";
169
170
 
170
171
  nodePara: string = "";
172
+ paraOnly: number = 0;
171
173
  userList: TCore.IUserLiteResponse[] = [];
172
174
 
173
175
  listFlow: IFlowDataResponse[] = [];