@gct-paas/api 0.1.6-dev.6 → 0.1.6-dev.7
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/dist/index.esm.min.js +1 -0
- package/es/apaas/service/api-config.mjs +452 -5
- package/es/apaas/service/apis/app-global-settings.service.d.ts +0 -4
- package/es/apaas/service/apis/app-org.service.d.ts +0 -4
- package/es/apaas/service/apis/approve.service.d.ts +54 -0
- package/es/apaas/service/apis/audit-log.service.d.ts +7 -0
- package/es/apaas/service/apis/category.service.d.ts +8 -0
- package/es/apaas/service/apis/data-source.service.d.ts +4 -0
- package/es/apaas/service/apis/detail-page.service.d.ts +96 -0
- package/es/apaas/service/apis/dhr.service.d.ts +2 -2
- package/es/apaas/service/apis/doc-control-started.service.d.ts +76 -1
- package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +12 -0
- package/es/apaas/service/apis/edhr-instance.service.d.ts +16 -0
- package/es/apaas/service/apis/edhr-tmpl.service.d.ts +18 -5
- package/es/apaas/service/apis/enum-model-field.service.d.ts +8 -0
- package/es/apaas/service/apis/excel.service.d.ts +6 -2
- package/es/apaas/service/apis/field-meta.service.d.ts +21 -0
- package/es/apaas/service/apis/file.service.d.ts +4 -0
- package/es/apaas/service/apis/inspection-category.service.d.ts +84 -0
- package/es/apaas/service/apis/label.service.d.ts +11 -3
- package/es/apaas/service/apis/med-pro.service.d.ts +108 -0
- package/es/apaas/service/apis/medPro.service.d.ts +49 -21
- package/es/apaas/service/apis/model-meta.service.d.ts +15 -1
- package/es/apaas/service/apis/model-method.service.d.ts +19 -1
- package/es/apaas/service/apis/online-form-instance.service.d.ts +78 -0
- package/es/apaas/service/apis/online-form-tmpl-export.service.d.ts +29 -0
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +77 -0
- package/es/apaas/service/apis/online-form.service.d.ts +8 -1
- package/es/apaas/service/apis/process-task-done.service.d.ts +28 -1
- package/es/apaas/service/apis/process-task-todo.service.d.ts +44 -1
- package/es/apaas/service/apis/product-release-category.service.d.ts +84 -0
- package/es/apaas/service/apis/ss.service.d.ts +8 -0
- package/es/apaas/service/apis/transaction.service.d.ts +157 -0
- package/es/apaas/service/apis/user.service.d.ts +31 -0
- package/es/apaas/service/entities.d.ts +3159 -76
- package/es/apaas/service/index.d.ts +14 -0
- package/es/ipaas/service/api-config.mjs +29 -5
- package/es/ipaas/service/apis/camel.service.d.ts +18 -5
- package/es/ipaas/service/apis/flow.service.d.ts +77 -1
- package/es/ipaas/service/apis/runtime.service.d.ts +13 -0
- package/es/ipaas/service/entities.d.ts +168 -0
- package/es/platform/service/api-config.mjs +48 -2
- package/es/platform/service/apis/api.service.d.ts +52 -1
- package/es/platform/service/apis/bi-app.service.d.ts +4 -3
- package/es/platform/service/apis/file-task.service.d.ts +13 -0
- package/es/platform/service/apis/invoke-log.service.d.ts +17 -1
- package/es/platform/service/apis/license.service.d.ts +18 -0
- package/es/platform/service/apis/login-log.service.d.ts +13 -0
- package/es/platform/service/apis/plat.service.d.ts +7 -0
- package/es/platform/service/entities.d.ts +529 -4
- package/es/service/api-manage.mjs +2 -2
- package/es/service/api-service.d.ts +13 -0
- package/es/service/api-service.interface.d.ts +6 -9
- package/es/service/api-service.mjs +42 -17
- package/es/service/http.util.d.ts +8 -1
- package/es/service/http.util.mjs +22 -4
- package/es/service/index.mjs +1 -3
- package/es/types/index.d.ts +27 -0
- package/es/utils/index.d.ts +7 -0
- package/es/utils/index.mjs +6 -0
- package/package.json +1 -1
- package/dist/gct-api.esm.min.js +0 -1
- package/dist/gct-api.system.min.js +0 -1
|
@@ -1,4 +1,118 @@
|
|
|
1
1
|
export const apiConfig = [
|
|
2
|
+
{
|
|
3
|
+
name: "medPro",
|
|
4
|
+
entityName: "med-pro",
|
|
5
|
+
apis: [
|
|
6
|
+
{
|
|
7
|
+
mode: "post",
|
|
8
|
+
method: "postModelMetaDataAssociation",
|
|
9
|
+
path: "modelMeta/dataAssociation",
|
|
10
|
+
hasData: true
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
mode: "get",
|
|
14
|
+
method: "getModelMetaGetSysConfig",
|
|
15
|
+
path: "modelMeta/getSysConfig",
|
|
16
|
+
hasQuery: true
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
mode: "get",
|
|
20
|
+
method: "getModelMetaHasDataAssociation",
|
|
21
|
+
path: "modelMeta/hasDataAssociation",
|
|
22
|
+
hasQuery: true
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
mode: "get",
|
|
26
|
+
method: "getModelMetaModelDataAssociation",
|
|
27
|
+
path: "modelMeta/modelDataAssociation",
|
|
28
|
+
hasQuery: true
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
mode: "post",
|
|
32
|
+
method: "postApproveProcessApprove",
|
|
33
|
+
path: "approve/process/approve",
|
|
34
|
+
hasData: true
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
mode: "post",
|
|
38
|
+
method: "postApproveProcessInterfereReassign",
|
|
39
|
+
path: "approve/process/interfere/reassign",
|
|
40
|
+
hasData: true
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
mode: "post",
|
|
44
|
+
method: "postApproveProcessInterfereReturn",
|
|
45
|
+
path: "approve/process/interfere/return",
|
|
46
|
+
hasData: true
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
mode: "post",
|
|
50
|
+
method: "postApproveProcessJump",
|
|
51
|
+
path: "approve/process/jump",
|
|
52
|
+
hasData: true
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
mode: "post",
|
|
56
|
+
method: "postApproveProcessReassign",
|
|
57
|
+
path: "approve/process/reassign",
|
|
58
|
+
hasData: true
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
mode: "post",
|
|
62
|
+
method: "postApproveProcessReturn",
|
|
63
|
+
path: "approve/process/return",
|
|
64
|
+
hasData: true
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
mode: "get",
|
|
68
|
+
method: "getEdhrAttachmentGetEdhrAttachment",
|
|
69
|
+
path: "edhrAttachment/getEdhrAttachment",
|
|
70
|
+
hasQuery: true
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
mode: "post",
|
|
74
|
+
method: "postFileUnzip",
|
|
75
|
+
path: "file/unzip",
|
|
76
|
+
hasQuery: true
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
mode: "post",
|
|
80
|
+
method: "postFormChangeProcessApprove",
|
|
81
|
+
path: "form/change/process/approve",
|
|
82
|
+
hasData: true
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
mode: "post",
|
|
86
|
+
method: "postFormChangeProcessInterfereReassign",
|
|
87
|
+
path: "form/change/process/interfere/reassign",
|
|
88
|
+
hasData: true
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
mode: "post",
|
|
92
|
+
method: "postFormChangeProcessInterfereReturn",
|
|
93
|
+
path: "form/change/process/interfere/return",
|
|
94
|
+
hasData: true
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
mode: "post",
|
|
98
|
+
method: "postFormChangeProcessJump",
|
|
99
|
+
path: "form/change/process/jump",
|
|
100
|
+
hasData: true
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
mode: "post",
|
|
104
|
+
method: "postFormChangeProcessReassign",
|
|
105
|
+
path: "form/change/process/reassign",
|
|
106
|
+
hasData: true
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
mode: "post",
|
|
110
|
+
method: "postFormChangeProcessReturn",
|
|
111
|
+
path: "form/change/process/return",
|
|
112
|
+
hasData: true
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
},
|
|
2
116
|
{
|
|
3
117
|
name: "appBranch",
|
|
4
118
|
entityName: "app-branch",
|
|
@@ -375,6 +489,48 @@ export const apiConfig = [
|
|
|
375
489
|
}
|
|
376
490
|
]
|
|
377
491
|
},
|
|
492
|
+
{
|
|
493
|
+
name: "approve",
|
|
494
|
+
entityName: "approve",
|
|
495
|
+
apis: [
|
|
496
|
+
{
|
|
497
|
+
mode: "post",
|
|
498
|
+
method: "postProcessApprove",
|
|
499
|
+
path: "process/approve",
|
|
500
|
+
hasData: true
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
mode: "post",
|
|
504
|
+
method: "postProcessInterfereReassign",
|
|
505
|
+
path: "process/interfere/reassign",
|
|
506
|
+
hasData: true
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
mode: "post",
|
|
510
|
+
method: "postProcessInterfereReturn",
|
|
511
|
+
path: "process/interfere/return",
|
|
512
|
+
hasData: true
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
mode: "post",
|
|
516
|
+
method: "postProcessJump",
|
|
517
|
+
path: "process/jump",
|
|
518
|
+
hasData: true
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
mode: "post",
|
|
522
|
+
method: "postProcessReassign",
|
|
523
|
+
path: "process/reassign",
|
|
524
|
+
hasData: true
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
mode: "post",
|
|
528
|
+
method: "postProcessReturn",
|
|
529
|
+
path: "process/return",
|
|
530
|
+
hasData: true
|
|
531
|
+
}
|
|
532
|
+
]
|
|
533
|
+
},
|
|
378
534
|
{
|
|
379
535
|
name: "auditLog",
|
|
380
536
|
entityName: "audit-log",
|
|
@@ -399,7 +555,8 @@ export const apiConfig = [
|
|
|
399
555
|
{
|
|
400
556
|
mode: "get",
|
|
401
557
|
method: "getOperateTypes",
|
|
402
|
-
path: "operateTypes"
|
|
558
|
+
path: "operateTypes",
|
|
559
|
+
hasQuery: true
|
|
403
560
|
},
|
|
404
561
|
{
|
|
405
562
|
mode: "get",
|
|
@@ -1519,6 +1676,19 @@ export const apiConfig = [
|
|
|
1519
1676
|
name: "docControlStarted",
|
|
1520
1677
|
entityName: "doc-control-started",
|
|
1521
1678
|
apis: [
|
|
1679
|
+
{
|
|
1680
|
+
mode: "get",
|
|
1681
|
+
method: "getAllPageList",
|
|
1682
|
+
path: "all/page/list",
|
|
1683
|
+
hasQuery: true
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
mode: "put",
|
|
1687
|
+
method: "putEffectiveDateId",
|
|
1688
|
+
path: "effectiveDate/{id}",
|
|
1689
|
+
hasPathParams: true,
|
|
1690
|
+
hasData: true
|
|
1691
|
+
},
|
|
1522
1692
|
{
|
|
1523
1693
|
mode: "get",
|
|
1524
1694
|
method: "getInfo",
|
|
@@ -2118,6 +2288,13 @@ export const apiConfig = [
|
|
|
2118
2288
|
path: "setDefault/{id}",
|
|
2119
2289
|
hasPathParams: true
|
|
2120
2290
|
},
|
|
2291
|
+
{
|
|
2292
|
+
mode: "put",
|
|
2293
|
+
method: "putUpdateOperatingStateId",
|
|
2294
|
+
path: "updateOperatingState/{id}",
|
|
2295
|
+
hasPathParams: true,
|
|
2296
|
+
hasData: true
|
|
2297
|
+
},
|
|
2121
2298
|
{
|
|
2122
2299
|
mode: "put",
|
|
2123
2300
|
method: "putUpdateVersionByIdId",
|
|
@@ -2240,6 +2417,12 @@ export const apiConfig = [
|
|
|
2240
2417
|
path: "page/list",
|
|
2241
2418
|
hasQuery: true
|
|
2242
2419
|
},
|
|
2420
|
+
{
|
|
2421
|
+
mode: "post",
|
|
2422
|
+
method: "postSort",
|
|
2423
|
+
path: "sort",
|
|
2424
|
+
hasData: true
|
|
2425
|
+
},
|
|
2243
2426
|
{
|
|
2244
2427
|
mode: "put",
|
|
2245
2428
|
method: "putId",
|
|
@@ -2518,6 +2701,12 @@ export const apiConfig = [
|
|
|
2518
2701
|
path: "preview",
|
|
2519
2702
|
hasData: true
|
|
2520
2703
|
},
|
|
2704
|
+
{
|
|
2705
|
+
mode: "get",
|
|
2706
|
+
method: "getRemoveDocument",
|
|
2707
|
+
path: "remove/document",
|
|
2708
|
+
hasQuery: true
|
|
2709
|
+
},
|
|
2521
2710
|
{
|
|
2522
2711
|
mode: "post",
|
|
2523
2712
|
method: "postSave",
|
|
@@ -2845,6 +3034,77 @@ export const apiConfig = [
|
|
|
2845
3034
|
}
|
|
2846
3035
|
]
|
|
2847
3036
|
},
|
|
3037
|
+
{
|
|
3038
|
+
name: "importReport",
|
|
3039
|
+
entityName: "import-report",
|
|
3040
|
+
apis: [
|
|
3041
|
+
{
|
|
3042
|
+
mode: "get",
|
|
3043
|
+
method: "getInfo",
|
|
3044
|
+
path: "info",
|
|
3045
|
+
hasQuery: true
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
mode: "get",
|
|
3049
|
+
method: "getList",
|
|
3050
|
+
path: "list"
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
mode: "get",
|
|
3054
|
+
method: "getPageList",
|
|
3055
|
+
path: "page/list",
|
|
3056
|
+
hasQuery: true
|
|
3057
|
+
}
|
|
3058
|
+
]
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
name: "inspectionCategory",
|
|
3062
|
+
entityName: "inspection-category",
|
|
3063
|
+
apis: [
|
|
3064
|
+
{
|
|
3065
|
+
mode: "post",
|
|
3066
|
+
method: "post",
|
|
3067
|
+
path: "",
|
|
3068
|
+
hasData: true
|
|
3069
|
+
},
|
|
3070
|
+
{
|
|
3071
|
+
mode: "delete",
|
|
3072
|
+
method: "delete",
|
|
3073
|
+
path: "",
|
|
3074
|
+
hasQuery: true
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
mode: "put",
|
|
3078
|
+
method: "putDrag",
|
|
3079
|
+
path: "drag",
|
|
3080
|
+
hasData: true
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
mode: "get",
|
|
3084
|
+
method: "getInfo",
|
|
3085
|
+
path: "info",
|
|
3086
|
+
hasQuery: true
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
mode: "get",
|
|
3090
|
+
method: "getList",
|
|
3091
|
+
path: "list"
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
mode: "get",
|
|
3095
|
+
method: "getPageList",
|
|
3096
|
+
path: "page/list",
|
|
3097
|
+
hasQuery: true
|
|
3098
|
+
},
|
|
3099
|
+
{
|
|
3100
|
+
mode: "put",
|
|
3101
|
+
method: "putId",
|
|
3102
|
+
path: "",
|
|
3103
|
+
hasPathParams: true,
|
|
3104
|
+
hasData: true
|
|
3105
|
+
}
|
|
3106
|
+
]
|
|
3107
|
+
},
|
|
2848
3108
|
{
|
|
2849
3109
|
name: "instanceRelation",
|
|
2850
3110
|
entityName: "instance-relation",
|
|
@@ -3031,6 +3291,12 @@ export const apiConfig = [
|
|
|
3031
3291
|
path: "btw",
|
|
3032
3292
|
hasData: true
|
|
3033
3293
|
},
|
|
3294
|
+
{
|
|
3295
|
+
mode: "post",
|
|
3296
|
+
method: "postBtwCopy",
|
|
3297
|
+
path: "btw/copy",
|
|
3298
|
+
hasData: true
|
|
3299
|
+
},
|
|
3034
3300
|
{
|
|
3035
3301
|
mode: "get",
|
|
3036
3302
|
method: "getBtwPageList",
|
|
@@ -3045,8 +3311,8 @@ export const apiConfig = [
|
|
|
3045
3311
|
},
|
|
3046
3312
|
{
|
|
3047
3313
|
mode: "put",
|
|
3048
|
-
method: "
|
|
3049
|
-
path: "btw/
|
|
3314
|
+
method: "putBtwUpdate",
|
|
3315
|
+
path: "btw/update",
|
|
3050
3316
|
hasData: true
|
|
3051
3317
|
},
|
|
3052
3318
|
{
|
|
@@ -3897,6 +4163,12 @@ export const apiConfig = [
|
|
|
3897
4163
|
path: "permission-enabled/list",
|
|
3898
4164
|
hasQuery: true
|
|
3899
4165
|
},
|
|
4166
|
+
{
|
|
4167
|
+
mode: "get",
|
|
4168
|
+
method: "getPermissionRelation",
|
|
4169
|
+
path: "permission/relation",
|
|
4170
|
+
hasQuery: true
|
|
4171
|
+
},
|
|
3900
4172
|
{
|
|
3901
4173
|
mode: "post",
|
|
3902
4174
|
method: "postSave",
|
|
@@ -3960,7 +4232,8 @@ export const apiConfig = [
|
|
|
3960
4232
|
{
|
|
3961
4233
|
mode: "get",
|
|
3962
4234
|
method: "getDataModelList",
|
|
3963
|
-
path: "data-model/list"
|
|
4235
|
+
path: "data-model/list",
|
|
4236
|
+
hasQuery: true
|
|
3964
4237
|
},
|
|
3965
4238
|
{
|
|
3966
4239
|
mode: "get",
|
|
@@ -3983,7 +4256,8 @@ export const apiConfig = [
|
|
|
3983
4256
|
{
|
|
3984
4257
|
mode: "get",
|
|
3985
4258
|
method: "getViewModelList",
|
|
3986
|
-
path: "view-model/list"
|
|
4259
|
+
path: "view-model/list",
|
|
4260
|
+
hasQuery: true
|
|
3987
4261
|
},
|
|
3988
4262
|
{
|
|
3989
4263
|
mode: "put",
|
|
@@ -4152,6 +4426,36 @@ export const apiConfig = [
|
|
|
4152
4426
|
path: "appendix/form/list",
|
|
4153
4427
|
hasQuery: true
|
|
4154
4428
|
},
|
|
4429
|
+
{
|
|
4430
|
+
mode: "post",
|
|
4431
|
+
method: "postDataCollectionAbandon",
|
|
4432
|
+
path: "data-collection/abandon",
|
|
4433
|
+
hasData: true
|
|
4434
|
+
},
|
|
4435
|
+
{
|
|
4436
|
+
mode: "post",
|
|
4437
|
+
method: "postDataCollectionCreate",
|
|
4438
|
+
path: "data-collection/create",
|
|
4439
|
+
hasData: true
|
|
4440
|
+
},
|
|
4441
|
+
{
|
|
4442
|
+
mode: "get",
|
|
4443
|
+
method: "getDataCollectionListAll",
|
|
4444
|
+
path: "data-collection/listAll",
|
|
4445
|
+
hasQuery: true
|
|
4446
|
+
},
|
|
4447
|
+
{
|
|
4448
|
+
mode: "post",
|
|
4449
|
+
method: "postDataCollectionUpdateAlias",
|
|
4450
|
+
path: "data-collection/update-alias",
|
|
4451
|
+
hasData: true
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
mode: "post",
|
|
4455
|
+
method: "postDataCollectionUpdateStatus",
|
|
4456
|
+
path: "data-collection/update-status",
|
|
4457
|
+
hasData: true
|
|
4458
|
+
},
|
|
4155
4459
|
{
|
|
4156
4460
|
mode: "get",
|
|
4157
4461
|
method: "getDataIds",
|
|
@@ -4259,6 +4563,12 @@ export const apiConfig = [
|
|
|
4259
4563
|
method: "postInfos",
|
|
4260
4564
|
path: "infos"
|
|
4261
4565
|
},
|
|
4566
|
+
{
|
|
4567
|
+
mode: "get",
|
|
4568
|
+
method: "getInstEncodeCheck",
|
|
4569
|
+
path: "inst/encode/check",
|
|
4570
|
+
hasQuery: true
|
|
4571
|
+
},
|
|
4262
4572
|
{
|
|
4263
4573
|
mode: "get",
|
|
4264
4574
|
method: "getPageList",
|
|
@@ -4383,6 +4693,24 @@ export const apiConfig = [
|
|
|
4383
4693
|
}
|
|
4384
4694
|
]
|
|
4385
4695
|
},
|
|
4696
|
+
{
|
|
4697
|
+
name: "onlineFormTmplExport",
|
|
4698
|
+
entityName: "online-form-tmpl-export",
|
|
4699
|
+
apis: [
|
|
4700
|
+
{
|
|
4701
|
+
mode: "post",
|
|
4702
|
+
method: "postExport",
|
|
4703
|
+
path: "export",
|
|
4704
|
+
hasData: true
|
|
4705
|
+
},
|
|
4706
|
+
{
|
|
4707
|
+
mode: "post",
|
|
4708
|
+
method: "postImportJsonl",
|
|
4709
|
+
path: "importJsonl",
|
|
4710
|
+
hasQuery: true
|
|
4711
|
+
}
|
|
4712
|
+
]
|
|
4713
|
+
},
|
|
4386
4714
|
{
|
|
4387
4715
|
name: "onlineFormTmplLog",
|
|
4388
4716
|
entityName: "online-form-tmpl-log",
|
|
@@ -4456,12 +4784,36 @@ export const apiConfig = [
|
|
|
4456
4784
|
path: "formModels/{id}",
|
|
4457
4785
|
hasPathParams: true
|
|
4458
4786
|
},
|
|
4787
|
+
{
|
|
4788
|
+
mode: "get",
|
|
4789
|
+
method: "getGetBomByFormTmplId",
|
|
4790
|
+
path: "getBomByFormTmplId",
|
|
4791
|
+
hasQuery: true
|
|
4792
|
+
},
|
|
4793
|
+
{
|
|
4794
|
+
mode: "get",
|
|
4795
|
+
method: "getGetBomByFormTmplIdAndTableKey",
|
|
4796
|
+
path: "getBomByFormTmplIdAndTableKey",
|
|
4797
|
+
hasQuery: true
|
|
4798
|
+
},
|
|
4459
4799
|
{
|
|
4460
4800
|
mode: "get",
|
|
4461
4801
|
method: "getGetCommunicationConfig",
|
|
4462
4802
|
path: "getCommunicationConfig",
|
|
4463
4803
|
hasQuery: true
|
|
4464
4804
|
},
|
|
4805
|
+
{
|
|
4806
|
+
mode: "get",
|
|
4807
|
+
method: "getGetFormTmplByInstIdAndTmplId",
|
|
4808
|
+
path: "getFormTmplByInstIdAndTmplId",
|
|
4809
|
+
hasQuery: true
|
|
4810
|
+
},
|
|
4811
|
+
{
|
|
4812
|
+
mode: "get",
|
|
4813
|
+
method: "getGetFormTmplUsedFieldMeta",
|
|
4814
|
+
path: "getFormTmplUsedFieldMeta",
|
|
4815
|
+
hasQuery: true
|
|
4816
|
+
},
|
|
4465
4817
|
{
|
|
4466
4818
|
mode: "get",
|
|
4467
4819
|
method: "getGetVersionById",
|
|
@@ -4474,6 +4826,11 @@ export const apiConfig = [
|
|
|
4474
4826
|
path: "infos",
|
|
4475
4827
|
hasData: true
|
|
4476
4828
|
},
|
|
4829
|
+
{
|
|
4830
|
+
mode: "get",
|
|
4831
|
+
method: "getIsOcrGranted",
|
|
4832
|
+
path: "isOcrGranted"
|
|
4833
|
+
},
|
|
4477
4834
|
{
|
|
4478
4835
|
mode: "get",
|
|
4479
4836
|
method: "getListBaseAndProcessForm",
|
|
@@ -4579,6 +4936,13 @@ export const apiConfig = [
|
|
|
4579
4936
|
hasPathParams: true,
|
|
4580
4937
|
hasData: true
|
|
4581
4938
|
},
|
|
4939
|
+
{
|
|
4940
|
+
mode: "put",
|
|
4941
|
+
method: "putUpdateOperatingStateId",
|
|
4942
|
+
path: "updateOperatingState/{id}",
|
|
4943
|
+
hasPathParams: true,
|
|
4944
|
+
hasData: true
|
|
4945
|
+
},
|
|
4582
4946
|
{
|
|
4583
4947
|
mode: "put",
|
|
4584
4948
|
method: "putUpdateVersionByIdId",
|
|
@@ -4621,6 +4985,12 @@ export const apiConfig = [
|
|
|
4621
4985
|
method: "getDataInitProtocolList",
|
|
4622
4986
|
path: "data-init/protocol/list"
|
|
4623
4987
|
},
|
|
4988
|
+
{
|
|
4989
|
+
mode: "post",
|
|
4990
|
+
method: "postPartialSubmit",
|
|
4991
|
+
path: "partialSubmit",
|
|
4992
|
+
hasData: true
|
|
4993
|
+
},
|
|
4624
4994
|
{
|
|
4625
4995
|
mode: "post",
|
|
4626
4996
|
method: "postProcessAbandon",
|
|
@@ -5881,6 +6251,12 @@ export const apiConfig = [
|
|
|
5881
6251
|
name: "processTaskDone",
|
|
5882
6252
|
entityName: "process-task-done",
|
|
5883
6253
|
apis: [
|
|
6254
|
+
{
|
|
6255
|
+
mode: "post",
|
|
6256
|
+
method: "postApproveHisPageList",
|
|
6257
|
+
path: "approve/his/page/list",
|
|
6258
|
+
hasData: true
|
|
6259
|
+
},
|
|
5884
6260
|
{
|
|
5885
6261
|
mode: "get",
|
|
5886
6262
|
method: "getPageList",
|
|
@@ -5899,6 +6275,12 @@ export const apiConfig = [
|
|
|
5899
6275
|
path: "all-user/page/list",
|
|
5900
6276
|
hasQuery: true
|
|
5901
6277
|
},
|
|
6278
|
+
{
|
|
6279
|
+
mode: "post",
|
|
6280
|
+
method: "postApproveHisPageList",
|
|
6281
|
+
path: "approve/his/page/list",
|
|
6282
|
+
hasData: true
|
|
6283
|
+
},
|
|
5902
6284
|
{
|
|
5903
6285
|
mode: "get",
|
|
5904
6286
|
method: "getPageList",
|
|
@@ -5997,6 +6379,54 @@ export const apiConfig = [
|
|
|
5997
6379
|
}
|
|
5998
6380
|
]
|
|
5999
6381
|
},
|
|
6382
|
+
{
|
|
6383
|
+
name: "productReleaseCategory",
|
|
6384
|
+
entityName: "product-release-category",
|
|
6385
|
+
apis: [
|
|
6386
|
+
{
|
|
6387
|
+
mode: "post",
|
|
6388
|
+
method: "post",
|
|
6389
|
+
path: "",
|
|
6390
|
+
hasData: true
|
|
6391
|
+
},
|
|
6392
|
+
{
|
|
6393
|
+
mode: "delete",
|
|
6394
|
+
method: "delete",
|
|
6395
|
+
path: "",
|
|
6396
|
+
hasQuery: true
|
|
6397
|
+
},
|
|
6398
|
+
{
|
|
6399
|
+
mode: "put",
|
|
6400
|
+
method: "putDrag",
|
|
6401
|
+
path: "drag",
|
|
6402
|
+
hasData: true
|
|
6403
|
+
},
|
|
6404
|
+
{
|
|
6405
|
+
mode: "get",
|
|
6406
|
+
method: "getInfo",
|
|
6407
|
+
path: "info",
|
|
6408
|
+
hasQuery: true
|
|
6409
|
+
},
|
|
6410
|
+
{
|
|
6411
|
+
mode: "get",
|
|
6412
|
+
method: "getList",
|
|
6413
|
+
path: "list"
|
|
6414
|
+
},
|
|
6415
|
+
{
|
|
6416
|
+
mode: "get",
|
|
6417
|
+
method: "getPageList",
|
|
6418
|
+
path: "page/list",
|
|
6419
|
+
hasQuery: true
|
|
6420
|
+
},
|
|
6421
|
+
{
|
|
6422
|
+
mode: "put",
|
|
6423
|
+
method: "putId",
|
|
6424
|
+
path: "",
|
|
6425
|
+
hasPathParams: true,
|
|
6426
|
+
hasData: true
|
|
6427
|
+
}
|
|
6428
|
+
]
|
|
6429
|
+
},
|
|
6000
6430
|
{
|
|
6001
6431
|
name: "productRelease",
|
|
6002
6432
|
entityName: "product-release",
|
|
@@ -6870,6 +7300,23 @@ export const apiConfig = [
|
|
|
6870
7300
|
}
|
|
6871
7301
|
]
|
|
6872
7302
|
},
|
|
7303
|
+
{
|
|
7304
|
+
name: "ss",
|
|
7305
|
+
entityName: "ss",
|
|
7306
|
+
apis: [
|
|
7307
|
+
{
|
|
7308
|
+
mode: "post",
|
|
7309
|
+
method: "postUploadExcel",
|
|
7310
|
+
path: "upload/excel",
|
|
7311
|
+
hasQuery: true
|
|
7312
|
+
},
|
|
7313
|
+
{
|
|
7314
|
+
mode: "post",
|
|
7315
|
+
method: "postUploadZip",
|
|
7316
|
+
path: "upload/zip"
|
|
7317
|
+
}
|
|
7318
|
+
]
|
|
7319
|
+
},
|
|
6873
7320
|
{
|
|
6874
7321
|
name: "stash",
|
|
6875
7322
|
entityName: "stash",
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
+
import type {
|
|
3
|
+
ProcessApproveRequest,
|
|
4
|
+
ProcessReassign4InterfereRequest,
|
|
5
|
+
ProcessReturn4InterfereRequest,
|
|
6
|
+
DhrProcessJumpRequest,
|
|
7
|
+
ProcessReassignRequest,
|
|
8
|
+
ProcessReturnRequest,
|
|
9
|
+
} from '../entities';
|
|
10
|
+
|
|
11
|
+
export interface ApproveService {
|
|
12
|
+
/**
|
|
13
|
+
* 审核
|
|
14
|
+
*/
|
|
15
|
+
postProcessApprove(
|
|
16
|
+
data: ProcessApproveRequest,
|
|
17
|
+
config?: Partial<AxiosRequestConfig>,
|
|
18
|
+
): Promise<string>;
|
|
19
|
+
/**
|
|
20
|
+
* 流程干预转办
|
|
21
|
+
*/
|
|
22
|
+
postProcessInterfereReassign(
|
|
23
|
+
data: ProcessReassign4InterfereRequest,
|
|
24
|
+
config?: Partial<AxiosRequestConfig>,
|
|
25
|
+
): Promise<string>;
|
|
26
|
+
/**
|
|
27
|
+
* 流程干预退回
|
|
28
|
+
*/
|
|
29
|
+
postProcessInterfereReturn(
|
|
30
|
+
data: ProcessReturn4InterfereRequest,
|
|
31
|
+
config?: Partial<AxiosRequestConfig>,
|
|
32
|
+
): Promise<string>;
|
|
33
|
+
/**
|
|
34
|
+
* 根据按钮key跳转流程节点
|
|
35
|
+
*/
|
|
36
|
+
postProcessJump(
|
|
37
|
+
data: DhrProcessJumpRequest,
|
|
38
|
+
config?: Partial<AxiosRequestConfig>,
|
|
39
|
+
): Promise<string>;
|
|
40
|
+
/**
|
|
41
|
+
* 转办
|
|
42
|
+
*/
|
|
43
|
+
postProcessReassign(
|
|
44
|
+
data: ProcessReassignRequest,
|
|
45
|
+
config?: Partial<AxiosRequestConfig>,
|
|
46
|
+
): Promise<string>;
|
|
47
|
+
/**
|
|
48
|
+
* 退回
|
|
49
|
+
*/
|
|
50
|
+
postProcessReturn(
|
|
51
|
+
data: ProcessReturnRequest,
|
|
52
|
+
config?: Partial<AxiosRequestConfig>,
|
|
53
|
+
): Promise<string>;
|
|
54
|
+
}
|
|
@@ -13,6 +13,12 @@ export interface getInfoQuery {
|
|
|
13
13
|
*/
|
|
14
14
|
id: string;
|
|
15
15
|
}
|
|
16
|
+
export interface getOperateTypesQuery {
|
|
17
|
+
/**
|
|
18
|
+
* 功能模块
|
|
19
|
+
*/
|
|
20
|
+
moduleType: string;
|
|
21
|
+
}
|
|
16
22
|
export interface AuditLogService {
|
|
17
23
|
/**
|
|
18
24
|
* 导出
|
|
@@ -36,6 +42,7 @@ export interface AuditLogService {
|
|
|
36
42
|
* 操作类型
|
|
37
43
|
*/
|
|
38
44
|
getOperateTypes(
|
|
45
|
+
query: getOperateTypesQuery,
|
|
39
46
|
config?: Partial<AxiosRequestConfig>,
|
|
40
47
|
): Promise<OperateTypeDTO[]>;
|
|
41
48
|
/**
|