@ningboyz/types 1.0.18 → 1.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.
- package/index.ts +6 -6
- package/package.json +1 -1
- package/src/cggz/index.ts +1 -1
- package/src/core/index.ts +19 -19
- package/src/expd/index.ts +11 -11
- package/src/gams/index.ts +5 -5
- package/src/gzzd/index.ts +1 -1
- package/src/hzcb/index.ts +1 -1
- package/src/take/index.ts +1 -1
- package/src/yzcb/index.ts +1 -1
- package/src/yzcg/index.ts +1 -1
- package/src/yzht/index.ts +1 -1
- package/src/zbhd/index.ts +1 -1
- package/src/zfht/index.ts +1 -1
- package/src/zfsq/index.ts +1 -1
- package/tsconfig.json +1 -1
package/index.ts
CHANGED
|
@@ -33,12 +33,12 @@ import * as TExpd from "./src/expd";
|
|
|
33
33
|
export {
|
|
34
34
|
Const,
|
|
35
35
|
Enums,
|
|
36
|
-
IAboutConfig,
|
|
37
|
-
IBaseConfig,
|
|
38
|
-
IBaseResponse,
|
|
39
|
-
IConfig,
|
|
40
|
-
IPathConfig,
|
|
41
|
-
IResponse,
|
|
36
|
+
type IAboutConfig,
|
|
37
|
+
type IBaseConfig,
|
|
38
|
+
type IBaseResponse,
|
|
39
|
+
type IConfig,
|
|
40
|
+
type IPathConfig,
|
|
41
|
+
type IResponse,
|
|
42
42
|
Load,
|
|
43
43
|
Micro,
|
|
44
44
|
TApp,
|
package/package.json
CHANGED
package/src/cggz/index.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ICggzMainResponse, TCggzMainResponse } from "./ICggzMainResponse";
|
|
2
2
|
import { ICggzBillResponse, TCggzBillResponse } from "./ICggzBillResponse";
|
|
3
3
|
|
|
4
|
-
export { ICggzBillResponse, ICggzMainResponse, TCggzBillResponse, TCggzMainResponse };
|
|
4
|
+
export { type ICggzBillResponse, type ICggzMainResponse, TCggzBillResponse, TCggzMainResponse };
|
package/src/core/index.ts
CHANGED
|
@@ -20,25 +20,25 @@ import { IUserSzdwResponse, TUserSzdwResponse } from "./IUserSzdwResponse";
|
|
|
20
20
|
|
|
21
21
|
export {
|
|
22
22
|
// 接口
|
|
23
|
-
IDeptLiteResponse,
|
|
24
|
-
IDeptResponse,
|
|
25
|
-
IDictResponse,
|
|
26
|
-
IEnvrResponse,
|
|
27
|
-
ILaidResponse,
|
|
28
|
-
IPartResponse,
|
|
29
|
-
IPathResponse,
|
|
30
|
-
ISourceItem,
|
|
31
|
-
IStypResponse,
|
|
32
|
-
ISysClasResponse,
|
|
33
|
-
ISysMenuWithCoreResponse,
|
|
34
|
-
ISysMenuWithExpdResponse,
|
|
35
|
-
ITypeResponse,
|
|
36
|
-
IUnitResponse,
|
|
37
|
-
IUserAcnoResponse,
|
|
38
|
-
IUserFindResponse,
|
|
39
|
-
IUserLiteResponse,
|
|
40
|
-
IUserResponse,
|
|
41
|
-
IUserSzdwResponse,
|
|
23
|
+
type IDeptLiteResponse,
|
|
24
|
+
type IDeptResponse,
|
|
25
|
+
type IDictResponse,
|
|
26
|
+
type IEnvrResponse,
|
|
27
|
+
type ILaidResponse,
|
|
28
|
+
type IPartResponse,
|
|
29
|
+
type IPathResponse,
|
|
30
|
+
type ISourceItem,
|
|
31
|
+
type IStypResponse,
|
|
32
|
+
type ISysClasResponse,
|
|
33
|
+
type ISysMenuWithCoreResponse,
|
|
34
|
+
type ISysMenuWithExpdResponse,
|
|
35
|
+
type ITypeResponse,
|
|
36
|
+
type IUnitResponse,
|
|
37
|
+
type IUserAcnoResponse,
|
|
38
|
+
type IUserFindResponse,
|
|
39
|
+
type IUserLiteResponse,
|
|
40
|
+
type IUserResponse,
|
|
41
|
+
type IUserSzdwResponse,
|
|
42
42
|
|
|
43
43
|
// 类
|
|
44
44
|
TDeptLiteResponse,
|
package/src/expd/index.ts
CHANGED
|
@@ -11,17 +11,17 @@ import { IExpdP5pzResponse, TExpdP5pzResponse } from "./IExpdP5pzResponse";
|
|
|
11
11
|
import { IViewLockResponse, TViewLockResponse } from "./IViewLockResponse";
|
|
12
12
|
|
|
13
13
|
export {
|
|
14
|
-
IExpdBAXQResponse,
|
|
15
|
-
IExpdCallResponse,
|
|
16
|
-
IExpdCardResponse,
|
|
17
|
-
IExpdCashResponse,
|
|
18
|
-
IExpdHYHBResponse,
|
|
19
|
-
IExpdHYMXResponse,
|
|
20
|
-
IExpdLfmxResponse,
|
|
21
|
-
IExpdMainResponse,
|
|
22
|
-
IExpdP2pzResponse,
|
|
23
|
-
IExpdP5pzResponse,
|
|
24
|
-
IViewLockResponse,
|
|
14
|
+
type IExpdBAXQResponse,
|
|
15
|
+
type IExpdCallResponse,
|
|
16
|
+
type IExpdCardResponse,
|
|
17
|
+
type IExpdCashResponse,
|
|
18
|
+
type IExpdHYHBResponse,
|
|
19
|
+
type IExpdHYMXResponse,
|
|
20
|
+
type IExpdLfmxResponse,
|
|
21
|
+
type IExpdMainResponse,
|
|
22
|
+
type IExpdP2pzResponse,
|
|
23
|
+
type IExpdP5pzResponse,
|
|
24
|
+
type IViewLockResponse,
|
|
25
25
|
TExpdBAXQResponse,
|
|
26
26
|
TExpdCallResponse,
|
|
27
27
|
TExpdCardResponse,
|
package/src/gams/index.ts
CHANGED
|
@@ -5,11 +5,11 @@ import { IZbhdMainResponese, TZbhdMainResponese } from "./IZbhdMainResponese";
|
|
|
5
5
|
import { IGamsMainResponse, TGamsMainResponse } from "./IGamsMainResponse";
|
|
6
6
|
|
|
7
7
|
export {
|
|
8
|
-
IGamsBillResponse,
|
|
9
|
-
IGamsCnfgResponse,
|
|
10
|
-
IGamsEachResponse,
|
|
11
|
-
IGamsMainResponse,
|
|
12
|
-
IZbhdMainResponese,
|
|
8
|
+
type IGamsBillResponse,
|
|
9
|
+
type IGamsCnfgResponse,
|
|
10
|
+
type IGamsEachResponse,
|
|
11
|
+
type IGamsMainResponse,
|
|
12
|
+
type IZbhdMainResponese,
|
|
13
13
|
TGamsBillResponse,
|
|
14
14
|
TGamsCnfgResponse,
|
|
15
15
|
TGamsEachResponse,
|
package/src/gzzd/index.ts
CHANGED
|
@@ -2,4 +2,4 @@ import { IGzzdMainResponse, TGzzdMainResponse } from "./IGzzdMainResponse";
|
|
|
2
2
|
import { IGzzdBillResponse, TGzzdBillResponse } from "./IGzzdBillResponse";
|
|
3
3
|
import { IGzzdLineResponse, TGzzdLineResponse } from "./IGzzdLineResponse";
|
|
4
4
|
|
|
5
|
-
export { IGzzdBillResponse, IGzzdLineResponse, IGzzdMainResponse, TGzzdBillResponse, TGzzdLineResponse, TGzzdMainResponse };
|
|
5
|
+
export { type IGzzdBillResponse, type IGzzdLineResponse, type IGzzdMainResponse, TGzzdBillResponse, TGzzdLineResponse, TGzzdMainResponse };
|
package/src/hzcb/index.ts
CHANGED
package/src/take/index.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ITakeMainResponse, TTakeMainResponse } from "./ITakeMainResponse";
|
|
2
2
|
import { ITakeBillResponse, TTakeBillResponse } from "./ITakeBillResponse";
|
|
3
3
|
|
|
4
|
-
export { ITakeBillResponse, ITakeMainResponse, TTakeBillResponse, TTakeMainResponse };
|
|
4
|
+
export { type ITakeBillResponse, type ITakeMainResponse, TTakeBillResponse, TTakeMainResponse };
|
package/src/yzcb/index.ts
CHANGED
package/src/yzcg/index.ts
CHANGED
package/src/yzht/index.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IYzhtMainResponse, TYzhtMainResponse } from "./IYzhtMainResponse";
|
|
2
2
|
import { IYzhtBillResponse, TYzhtBillResponse } from "./IYzhtBillResponse";
|
|
3
3
|
|
|
4
|
-
export { IYzhtBillResponse, IYzhtMainResponse, TYzhtBillResponse, TYzhtMainResponse };
|
|
4
|
+
export { type IYzhtBillResponse, type IYzhtMainResponse, TYzhtBillResponse, TYzhtMainResponse };
|
package/src/zbhd/index.ts
CHANGED
package/src/zfht/index.ts
CHANGED
package/src/zfsq/index.ts
CHANGED