@ningboyz/apis 1.5.106 → 1.5.107
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 +2 -2
- package/packages/flow/flow.ts +9 -0
- package/pnpm-lock.yaml +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.107",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "宁波甬政请求库",
|
|
6
6
|
"author": "nbyt-syq",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"registry": "https://registry.npmjs.org/"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@ningboyz/types": "1.5.
|
|
20
|
+
"@ningboyz/types": "1.5.107",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/flow/flow.ts
CHANGED
|
@@ -111,6 +111,15 @@ class FlowRequest {
|
|
|
111
111
|
return this.httpRequest.post<TFlow.IFlowDataResponse[]>("/flow/tflow/formerl2", undefined, void 0);
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
+
/**
|
|
115
|
+
* 获取审核历史
|
|
116
|
+
* @param params
|
|
117
|
+
* @returns
|
|
118
|
+
*/
|
|
119
|
+
formerl3(params: object) {
|
|
120
|
+
return this.httpRequest.post<TFlow.IFlowDataResponse[]>("/flow/tflow/formerl3", undefined, params);
|
|
121
|
+
}
|
|
122
|
+
|
|
114
123
|
/**
|
|
115
124
|
* 修改抄送待阅单据的是否已读状态
|
|
116
125
|
* @param params
|
package/pnpm-lock.yaml
CHANGED
|
@@ -9,8 +9,8 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@ningboyz/types':
|
|
12
|
-
specifier: 1.5.
|
|
13
|
-
version: 1.5.
|
|
12
|
+
specifier: 1.5.104
|
|
13
|
+
version: 1.5.104
|
|
14
14
|
axios:
|
|
15
15
|
specifier: 1.8.4
|
|
16
16
|
version: 1.8.4
|
|
@@ -27,8 +27,8 @@ packages:
|
|
|
27
27
|
'@aximario/json-tree@2.2.4':
|
|
28
28
|
resolution: {integrity: sha512-XGMJ+zuVQ0CRizo1d3ZTUKEvrTqKYbm2a00T6DnRFR36mzV6mexLUKRIk6repj3JKgLrj3iwW8aUFrOS4P7CEA==}
|
|
29
29
|
|
|
30
|
-
'@ningboyz/types@1.5.
|
|
31
|
-
resolution: {integrity: sha512-
|
|
30
|
+
'@ningboyz/types@1.5.104':
|
|
31
|
+
resolution: {integrity: sha512-1xdlEyU+jOHn9CAPFbexUA724yZVETYPAUvvNaTz9txAP1oq4ILGofEwILy6xptyOWHl5uEN3H3WTRjuC7P64g==}
|
|
32
32
|
|
|
33
33
|
'@types/lodash@4.17.20':
|
|
34
34
|
resolution: {integrity: sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==}
|
|
@@ -133,7 +133,7 @@ snapshots:
|
|
|
133
133
|
|
|
134
134
|
'@aximario/json-tree@2.2.4': {}
|
|
135
135
|
|
|
136
|
-
'@ningboyz/types@1.5.
|
|
136
|
+
'@ningboyz/types@1.5.104':
|
|
137
137
|
dependencies:
|
|
138
138
|
'@aximario/json-tree': 2.2.4
|
|
139
139
|
lodash: 4.17.21
|