@gct-paas/api 0.1.6-dev.11 → 0.1.6-dev.13
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 -1
- package/es/apaas/service/api-config.mjs +20 -101
- package/es/apaas/service/apis/api.service.d.ts +4 -0
- package/es/apaas/service/apis/app-org.service.d.ts +0 -4
- package/es/apaas/service/apis/category.service.d.ts +16 -0
- package/es/apaas/service/apis/edhr-instance.service.d.ts +8 -8
- package/es/apaas/service/apis/enum-model-field.service.d.ts +0 -8
- package/es/apaas/service/apis/medPro.service.d.ts +0 -108
- package/es/apaas/service/apis/model-method.service.d.ts +1 -19
- package/es/apaas/service/apis/online-form-instance.service.d.ts +8 -12
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +1 -18
- package/es/apaas/service/apis/ss.service.d.ts +0 -9
- package/es/apaas/service/entities.d.ts +13 -123
- package/es/apaas/service/index.d.ts +2 -0
- package/es/platform/service/api-config.mjs +0 -22
- package/es/platform/service/apis/api.service.d.ts +1 -21
- package/es/platform/service/apis/app.service.d.ts +0 -4
- package/es/platform/service/apis/dashboard.service.d.ts +4 -0
- package/es/platform/service/apis/login-log.service.d.ts +0 -13
- package/es/platform/service/apis/org.service.d.ts +4 -0
- package/es/platform/service/apis/plat.service.d.ts +0 -7
- package/es/platform/service/apis/tenant.service.d.ts +4 -0
- package/es/platform/service/entities.d.ts +22 -386
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export interface AccountConfig {
|
|
2
2
|
/**
|
|
3
|
-
* 应用类型 枚举
|
|
3
|
+
* 应用类型 枚举(钉钉 DINGDING,企微 QIYEWEIXIN,飞书 FEISHU)
|
|
4
4
|
*
|
|
5
5
|
* @type string
|
|
6
6
|
*/
|
|
@@ -5675,12 +5675,6 @@ export interface DocControlTaskTodoResponse {
|
|
|
5675
5675
|
version?: string;
|
|
5676
5676
|
}
|
|
5677
5677
|
export interface DocOutlineBase {
|
|
5678
|
-
/**
|
|
5679
|
-
* 基础单据id(DHR ID)
|
|
5680
|
-
*
|
|
5681
|
-
* @type string
|
|
5682
|
-
*/
|
|
5683
|
-
baseId?: string;
|
|
5684
5678
|
/**
|
|
5685
5679
|
*
|
|
5686
5680
|
*
|
|
@@ -5823,12 +5817,6 @@ export interface DocOutlineResponse {
|
|
|
5823
5817
|
* @type string
|
|
5824
5818
|
*/
|
|
5825
5819
|
instanceStatus?: string;
|
|
5826
|
-
/**
|
|
5827
|
-
* 模型Key
|
|
5828
|
-
*
|
|
5829
|
-
* @type string
|
|
5830
|
-
*/
|
|
5831
|
-
modelKey?: string;
|
|
5832
5820
|
/**
|
|
5833
5821
|
*
|
|
5834
5822
|
*
|
|
@@ -5859,12 +5847,6 @@ export interface DocOutlineResponse {
|
|
|
5859
5847
|
* @type number
|
|
5860
5848
|
*/
|
|
5861
5849
|
ofRequired?: number;
|
|
5862
|
-
/**
|
|
5863
|
-
* 办公类型
|
|
5864
|
-
*
|
|
5865
|
-
* @type string
|
|
5866
|
-
*/
|
|
5867
|
-
officeType?: string;
|
|
5868
5850
|
/**
|
|
5869
5851
|
* 父节点id
|
|
5870
5852
|
*
|
|
@@ -8092,20 +8074,6 @@ export interface EnumModelFieldResponse {
|
|
|
8092
8074
|
*/
|
|
8093
8075
|
value?: string;
|
|
8094
8076
|
}
|
|
8095
|
-
export interface EnumModelFieldSortReq {
|
|
8096
|
-
/**
|
|
8097
|
-
* 枚举模型id
|
|
8098
|
-
*
|
|
8099
|
-
* @type string
|
|
8100
|
-
*/
|
|
8101
|
-
enumModelId?: string;
|
|
8102
|
-
/**
|
|
8103
|
-
*
|
|
8104
|
-
*
|
|
8105
|
-
* @type string[]
|
|
8106
|
-
*/
|
|
8107
|
-
ids?: string[];
|
|
8108
|
-
}
|
|
8109
8077
|
export interface EnumModelRequest {
|
|
8110
8078
|
/**
|
|
8111
8079
|
* 分类id
|
|
@@ -9503,12 +9471,6 @@ export interface FieldMeta {
|
|
|
9503
9471
|
* @type string
|
|
9504
9472
|
*/
|
|
9505
9473
|
bindInfo?: string;
|
|
9506
|
-
/**
|
|
9507
|
-
* 业务字段类型
|
|
9508
|
-
*
|
|
9509
|
-
* @type string
|
|
9510
|
-
*/
|
|
9511
|
-
bizType?: string;
|
|
9512
9474
|
/**
|
|
9513
9475
|
*
|
|
9514
9476
|
*
|
|
@@ -9731,12 +9693,6 @@ export interface FieldMetaDTO {
|
|
|
9731
9693
|
* @type string
|
|
9732
9694
|
*/
|
|
9733
9695
|
bindInfo?: string;
|
|
9734
|
-
/**
|
|
9735
|
-
* 业务字段类型
|
|
9736
|
-
*
|
|
9737
|
-
* @type string
|
|
9738
|
-
*/
|
|
9739
|
-
bizType?: string;
|
|
9740
9696
|
/**
|
|
9741
9697
|
*
|
|
9742
9698
|
*
|
|
@@ -10253,12 +10209,6 @@ export interface FieldMetaVO {
|
|
|
10253
10209
|
* @type string
|
|
10254
10210
|
*/
|
|
10255
10211
|
bindInfo?: string;
|
|
10256
|
-
/**
|
|
10257
|
-
* 业务字段类型
|
|
10258
|
-
*
|
|
10259
|
-
* @type string
|
|
10260
|
-
*/
|
|
10261
|
-
bizType?: string;
|
|
10262
10212
|
/**
|
|
10263
10213
|
* 默认值
|
|
10264
10214
|
*
|
|
@@ -10423,12 +10373,6 @@ export interface FileResourceResponse {
|
|
|
10423
10373
|
url?: string;
|
|
10424
10374
|
}
|
|
10425
10375
|
export interface FileTaskDTO {
|
|
10426
|
-
/**
|
|
10427
|
-
* 是否包含半成品批次(当type为EDHR时使用,用于判断打印时是否需要打印半成品批次eDHR)
|
|
10428
|
-
*
|
|
10429
|
-
* @type boolean
|
|
10430
|
-
*/
|
|
10431
|
-
includeSemi?: boolean;
|
|
10432
10376
|
/**
|
|
10433
10377
|
* 模板实例id
|
|
10434
10378
|
*
|
|
@@ -17343,12 +17287,6 @@ export interface OnlineFormFieldMetaVO {
|
|
|
17343
17287
|
* @type string
|
|
17344
17288
|
*/
|
|
17345
17289
|
bindInfo?: string;
|
|
17346
|
-
/**
|
|
17347
|
-
* 业务字段类型
|
|
17348
|
-
*
|
|
17349
|
-
* @type string
|
|
17350
|
-
*/
|
|
17351
|
-
bizType?: string;
|
|
17352
17290
|
/**
|
|
17353
17291
|
* 默认值
|
|
17354
17292
|
*
|
|
@@ -18035,12 +17973,6 @@ export interface OnlineFormInstanceDTO {
|
|
|
18035
17973
|
* @type string
|
|
18036
17974
|
*/
|
|
18037
17975
|
ofCode?: string;
|
|
18038
|
-
/**
|
|
18039
|
-
*
|
|
18040
|
-
*
|
|
18041
|
-
* @type string
|
|
18042
|
-
*/
|
|
18043
|
-
officeType?: string;
|
|
18044
17976
|
/**
|
|
18045
17977
|
*
|
|
18046
17978
|
*
|
|
@@ -18285,12 +18217,6 @@ export interface OnlineFormInstanceRequest {
|
|
|
18285
18217
|
* @type string
|
|
18286
18218
|
*/
|
|
18287
18219
|
modelKey?: string;
|
|
18288
|
-
/**
|
|
18289
|
-
*
|
|
18290
|
-
*
|
|
18291
|
-
* @type string
|
|
18292
|
-
*/
|
|
18293
|
-
officeType?: string;
|
|
18294
18220
|
/**
|
|
18295
18221
|
* 实例参数(业务扩展属性)
|
|
18296
18222
|
*
|
|
@@ -18383,12 +18309,6 @@ export interface OnlineFormInstanceResponse {
|
|
|
18383
18309
|
* @type string
|
|
18384
18310
|
*/
|
|
18385
18311
|
designerJson?: string;
|
|
18386
|
-
/**
|
|
18387
|
-
*
|
|
18388
|
-
*
|
|
18389
|
-
* @type string
|
|
18390
|
-
*/
|
|
18391
|
-
direction?: string;
|
|
18392
18312
|
/**
|
|
18393
18313
|
*
|
|
18394
18314
|
*
|
|
@@ -18461,12 +18381,6 @@ export interface OnlineFormInstanceResponse {
|
|
|
18461
18381
|
* @type string
|
|
18462
18382
|
*/
|
|
18463
18383
|
formType?: string;
|
|
18464
|
-
/**
|
|
18465
|
-
*
|
|
18466
|
-
*
|
|
18467
|
-
* @type number
|
|
18468
|
-
*/
|
|
18469
|
-
height?: number;
|
|
18470
18384
|
/**
|
|
18471
18385
|
* 主键ID
|
|
18472
18386
|
*
|
|
@@ -18569,12 +18483,6 @@ export interface OnlineFormInstanceResponse {
|
|
|
18569
18483
|
* @type string
|
|
18570
18484
|
*/
|
|
18571
18485
|
operatorRange?: string;
|
|
18572
|
-
/**
|
|
18573
|
-
*
|
|
18574
|
-
*
|
|
18575
|
-
* @type string
|
|
18576
|
-
*/
|
|
18577
|
-
paperSize?: string;
|
|
18578
18486
|
/**
|
|
18579
18487
|
* 实例参数(业务扩展属性)
|
|
18580
18488
|
*
|
|
@@ -18713,12 +18621,6 @@ export interface OnlineFormInstanceResponse {
|
|
|
18713
18621
|
* @type string
|
|
18714
18622
|
*/
|
|
18715
18623
|
viewType?: string;
|
|
18716
|
-
/**
|
|
18717
|
-
*
|
|
18718
|
-
*
|
|
18719
|
-
* @type number
|
|
18720
|
-
*/
|
|
18721
|
-
width?: number;
|
|
18722
18624
|
}
|
|
18723
18625
|
export interface OnlineFormInstanceTmplRelationResponse {
|
|
18724
18626
|
/**
|
|
@@ -22329,6 +22231,12 @@ export interface PrintAdapterDTO {
|
|
|
22329
22231
|
* @type string
|
|
22330
22232
|
*/
|
|
22331
22233
|
env?: string;
|
|
22234
|
+
/**
|
|
22235
|
+
* 打印控制参数
|
|
22236
|
+
*
|
|
22237
|
+
* @type IObject
|
|
22238
|
+
*/
|
|
22239
|
+
param?: IObject;
|
|
22332
22240
|
/**
|
|
22333
22241
|
* 触发打印的应用id
|
|
22334
22242
|
*
|
|
@@ -22459,6 +22367,12 @@ export interface PrintLogResponse {
|
|
|
22459
22367
|
* @type string
|
|
22460
22368
|
*/
|
|
22461
22369
|
modifyUserName?: string;
|
|
22370
|
+
/**
|
|
22371
|
+
* 打印控制参数
|
|
22372
|
+
*
|
|
22373
|
+
* @type IObject
|
|
22374
|
+
*/
|
|
22375
|
+
param?: IObject;
|
|
22462
22376
|
/**
|
|
22463
22377
|
* 触发打印的应用id
|
|
22464
22378
|
*
|
|
@@ -26067,24 +25981,6 @@ export interface ProcessPathResponse {
|
|
|
26067
25981
|
* @type string
|
|
26068
25982
|
*/
|
|
26069
25983
|
tmplId?: string;
|
|
26070
|
-
/**
|
|
26071
|
-
* 事务定义id
|
|
26072
|
-
*
|
|
26073
|
-
* @type string
|
|
26074
|
-
*/
|
|
26075
|
-
txnDefinitionId?: string;
|
|
26076
|
-
/**
|
|
26077
|
-
* 事务实例id
|
|
26078
|
-
*
|
|
26079
|
-
* @type string
|
|
26080
|
-
*/
|
|
26081
|
-
txnInstId?: string;
|
|
26082
|
-
/**
|
|
26083
|
-
* 事务实例状态
|
|
26084
|
-
*
|
|
26085
|
-
* @type string
|
|
26086
|
-
*/
|
|
26087
|
-
txnInstStatus?: string;
|
|
26088
25984
|
}
|
|
26089
25985
|
export interface ProcessPathUserRequest {
|
|
26090
25986
|
/**
|
|
@@ -35935,12 +35831,6 @@ export interface UserTenantDTO {
|
|
|
35935
35831
|
* @type string
|
|
35936
35832
|
*/
|
|
35937
35833
|
id?: string;
|
|
35938
|
-
/**
|
|
35939
|
-
* 是否最后登录租户,0:否 1:是
|
|
35940
|
-
*
|
|
35941
|
-
* @type number
|
|
35942
|
-
*/
|
|
35943
|
-
latestLogin?: number;
|
|
35944
35834
|
/**
|
|
35945
35835
|
* 直属上级id
|
|
35946
35836
|
*
|
|
@@ -161,6 +161,7 @@ import type { TraceMainlineExtService } from './apis/trace-mainline-ext.service'
|
|
|
161
161
|
import type { TraceSettingService } from './apis/trace-setting.service';
|
|
162
162
|
import type { UserGroupService } from './apis/user-group.service';
|
|
163
163
|
import type { UserGroupRelationService } from './apis/user-group-relation.service';
|
|
164
|
+
import type { UserService } from './apis/user.service';
|
|
164
165
|
import type { ViewModelService } from './apis/view-model.service';
|
|
165
166
|
import type { WashService } from './apis/wash.service';
|
|
166
167
|
import type { WebpageService } from './apis/webpage.service';
|
|
@@ -330,6 +331,7 @@ export interface ApiManage {
|
|
|
330
331
|
readonly traceSetting: TraceSettingService;
|
|
331
332
|
readonly userGroup: UserGroupService;
|
|
332
333
|
readonly userGroupRelation: UserGroupRelationService;
|
|
334
|
+
readonly user: UserService;
|
|
333
335
|
readonly viewModel: ViewModelService;
|
|
334
336
|
readonly wash: WashService;
|
|
335
337
|
readonly webpage: WebpageService;
|
|
@@ -2065,12 +2065,6 @@ export const apiConfig = [
|
|
|
2065
2065
|
method: "getPageList",
|
|
2066
2066
|
path: "page/list",
|
|
2067
2067
|
hasQuery: true
|
|
2068
|
-
},
|
|
2069
|
-
{
|
|
2070
|
-
mode: "get",
|
|
2071
|
-
method: "getTenantLog",
|
|
2072
|
-
path: "tenant/log",
|
|
2073
|
-
hasQuery: true
|
|
2074
2068
|
}
|
|
2075
2069
|
]
|
|
2076
2070
|
},
|
|
@@ -2719,11 +2713,6 @@ export const apiConfig = [
|
|
|
2719
2713
|
path: "base",
|
|
2720
2714
|
hasData: true
|
|
2721
2715
|
},
|
|
2722
|
-
{
|
|
2723
|
-
mode: "get",
|
|
2724
|
-
method: "getCardLoginCfg",
|
|
2725
|
-
path: "card/login/cfg"
|
|
2726
|
-
},
|
|
2727
2716
|
{
|
|
2728
2717
|
mode: "post",
|
|
2729
2718
|
method: "postDingtalk",
|
|
@@ -5513,11 +5502,6 @@ export const apiConfig = [
|
|
|
5513
5502
|
hasPathParams: true,
|
|
5514
5503
|
hasData: true
|
|
5515
5504
|
},
|
|
5516
|
-
{
|
|
5517
|
-
mode: "get",
|
|
5518
|
-
method: "getCallbackLogin",
|
|
5519
|
-
path: "callback/login"
|
|
5520
|
-
},
|
|
5521
5505
|
{
|
|
5522
5506
|
mode: "get",
|
|
5523
5507
|
method: "getDataSourceExecuteSelect",
|
|
@@ -5614,12 +5598,6 @@ export const apiConfig = [
|
|
|
5614
5598
|
path: "login-log/userLoginLogPage",
|
|
5615
5599
|
hasData: true
|
|
5616
5600
|
},
|
|
5617
|
-
{
|
|
5618
|
-
mode: "get",
|
|
5619
|
-
method: "getLoginSettingGet",
|
|
5620
|
-
path: "login/setting/get",
|
|
5621
|
-
hasQuery: true
|
|
5622
|
-
},
|
|
5623
5601
|
{
|
|
5624
5602
|
mode: "get",
|
|
5625
5603
|
method: "getLoginSsoOauth2Authorize",
|
|
@@ -28,8 +28,6 @@ import type {
|
|
|
28
28
|
TenantUserSearchRequest,
|
|
29
29
|
UserWithUserExtraDTO,
|
|
30
30
|
UserIdsDTO,
|
|
31
|
-
ResponseEntity,
|
|
32
|
-
RedirectView,
|
|
33
31
|
DataSourceUpdateRequest,
|
|
34
32
|
DatasourceExtDTO,
|
|
35
33
|
DataSourcePageRequest,
|
|
@@ -41,7 +39,6 @@ import type {
|
|
|
41
39
|
AppEffectiveLicense,
|
|
42
40
|
UserLoginLogPageRequest,
|
|
43
41
|
UserLoginLogDTO,
|
|
44
|
-
ThirdPartyLoginConfig,
|
|
45
42
|
ModelDTO,
|
|
46
43
|
消息设置VO,
|
|
47
44
|
SendEmailMessageRequest,
|
|
@@ -518,12 +515,6 @@ export interface getLicenseModuleAuthQuery extends IObject {
|
|
|
518
515
|
*/
|
|
519
516
|
module?: string;
|
|
520
517
|
}
|
|
521
|
-
export interface getLoginSettingGetQuery extends IObject {
|
|
522
|
-
/**
|
|
523
|
-
* code
|
|
524
|
-
*/
|
|
525
|
-
code: string;
|
|
526
|
-
}
|
|
527
518
|
export interface getLoginSsoOauth2AuthorizeQuery extends IObject {
|
|
528
519
|
/**
|
|
529
520
|
* 授权码
|
|
@@ -1155,7 +1146,7 @@ export interface ApiService {
|
|
|
1155
1146
|
postAppUserSaveList(
|
|
1156
1147
|
query: postAppUserSaveListQuery,
|
|
1157
1148
|
config?: Partial<AxiosRequestConfig>,
|
|
1158
|
-
): Promise<
|
|
1149
|
+
): Promise<string>;
|
|
1159
1150
|
/**
|
|
1160
1151
|
* 修改
|
|
1161
1152
|
*/
|
|
@@ -1164,10 +1155,6 @@ export interface ApiService {
|
|
|
1164
1155
|
data: UserSaveRequest,
|
|
1165
1156
|
config?: Partial<AxiosRequestConfig>,
|
|
1166
1157
|
): Promise<string>;
|
|
1167
|
-
/**
|
|
1168
|
-
* 重定向到微软登录页
|
|
1169
|
-
*/
|
|
1170
|
-
getCallbackLogin(config?: Partial<AxiosRequestConfig>): Promise<RedirectView>;
|
|
1171
1158
|
/**
|
|
1172
1159
|
* 查询数据-iPaaS
|
|
1173
1160
|
*/
|
|
@@ -1278,13 +1265,6 @@ export interface ApiService {
|
|
|
1278
1265
|
data: UserLoginLogPageRequest,
|
|
1279
1266
|
config?: Partial<AxiosRequestConfig>,
|
|
1280
1267
|
): Promise<IPage<UserLoginLogDTO>>;
|
|
1281
|
-
/**
|
|
1282
|
-
* 重定向到微软登录页
|
|
1283
|
-
*/
|
|
1284
|
-
getLoginSettingGet(
|
|
1285
|
-
query: getLoginSettingGetQuery,
|
|
1286
|
-
config?: Partial<AxiosRequestConfig>,
|
|
1287
|
-
): Promise<ThirdPartyLoginConfig>;
|
|
1288
1268
|
/**
|
|
1289
1269
|
* 泛微OA认证地址
|
|
1290
1270
|
*/
|
|
@@ -27,12 +27,6 @@ export interface getPageListQuery extends IObject {
|
|
|
27
27
|
*/
|
|
28
28
|
startTime?: string;
|
|
29
29
|
}
|
|
30
|
-
export interface getTenantLogQuery extends IObject {
|
|
31
|
-
/**
|
|
32
|
-
* 租户ID
|
|
33
|
-
*/
|
|
34
|
-
tenantId: string;
|
|
35
|
-
}
|
|
36
30
|
export interface LoginLogService {
|
|
37
31
|
/**
|
|
38
32
|
* 登录足迹分页列表
|
|
@@ -41,11 +35,4 @@ export interface LoginLogService {
|
|
|
41
35
|
query: getPageListQuery,
|
|
42
36
|
config?: Partial<AxiosRequestConfig>,
|
|
43
37
|
): Promise<IPage<LoginLogResponse>>;
|
|
44
|
-
/**
|
|
45
|
-
* 最近登录租户
|
|
46
|
-
*/
|
|
47
|
-
getTenantLog(
|
|
48
|
-
query: getTenantLogQuery,
|
|
49
|
-
config?: Partial<AxiosRequestConfig>,
|
|
50
|
-
): Promise<string>;
|
|
51
38
|
}
|
|
@@ -3,7 +3,6 @@ import type {
|
|
|
3
3
|
SysConfigResponse,
|
|
4
4
|
SysConfigRequest,
|
|
5
5
|
PlatformBaseConfig,
|
|
6
|
-
CardLoginConfig,
|
|
7
6
|
DingTalkConfig,
|
|
8
7
|
MailConfig,
|
|
9
8
|
FeiShuConfig,
|
|
@@ -64,12 +63,6 @@ export interface PlatService {
|
|
|
64
63
|
data: PlatformBaseConfig,
|
|
65
64
|
config?: Partial<AxiosRequestConfig>,
|
|
66
65
|
): Promise<string>;
|
|
67
|
-
/**
|
|
68
|
-
* 查询刷卡登录是否启用
|
|
69
|
-
*/
|
|
70
|
-
getCardLoginCfg(
|
|
71
|
-
config?: Partial<AxiosRequestConfig>,
|
|
72
|
-
): Promise<CardLoginConfig>;
|
|
73
66
|
/**
|
|
74
67
|
* 钉钉设置 保存/更新
|
|
75
68
|
*/
|