@gct-paas/core 0.0.1-dev.18 → 0.0.1-dev.20
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.min.cjs +1 -1
- package/dist/index.system.min.js +1 -1
- package/es/constants/index.d.ts +1 -1
- package/es/constants/index.mjs +1 -1
- package/es/service/gct-apaas/api.service.d.ts +3 -1
- package/es/service/gct-apaas/api.service.mjs +4 -0
- package/es/service/gct-apaas/app-global-settings.service.d.ts +0 -1
- package/es/service/gct-apaas/category.service.d.ts +3 -0
- package/es/service/gct-apaas/chat.service.d.ts +10 -0
- package/es/service/gct-apaas/chat.service.mjs +14 -0
- package/es/service/gct-apaas/control-config.service.d.ts +36 -0
- package/es/service/gct-apaas/control-config.service.mjs +38 -0
- package/es/service/gct-apaas/customer-complaint.service.d.ts +34 -0
- package/es/service/gct-apaas/customer-complaint.service.mjs +42 -0
- package/es/service/gct-apaas/dify-chat.service.d.ts +8 -0
- package/es/service/gct-apaas/dify-chat.service.mjs +18 -0
- package/es/service/gct-apaas/doc-control-started.service.d.ts +26 -0
- package/es/service/gct-apaas/doc-control-started.service.mjs +22 -0
- package/es/service/gct-apaas/doc-control-task-done.service.d.ts +26 -0
- package/es/service/gct-apaas/doc-control-task-done.service.mjs +22 -0
- package/es/service/gct-apaas/doc-control-task-todo.service.d.ts +38 -0
- package/es/service/gct-apaas/doc-control-task-todo.service.mjs +30 -0
- package/es/service/gct-apaas/doc-control.service.d.ts +13 -0
- package/es/service/gct-apaas/doc-control.service.mjs +18 -0
- package/es/service/gct-apaas/edhr-instance-search-history.service.d.ts +14 -0
- package/es/service/gct-apaas/edhr-instance-search-history.service.mjs +18 -0
- package/es/service/gct-apaas/edhr-instance.service.d.ts +5 -2
- package/es/service/gct-apaas/edhr-tmpl.service.d.ts +3 -1
- package/es/service/gct-apaas/edhr-tmpl.service.mjs +8 -0
- package/es/service/gct-apaas/entities.d.ts +2368 -164
- package/es/service/gct-apaas/file-task.service.d.ts +9 -0
- package/es/service/gct-apaas/file-task.service.mjs +22 -0
- package/es/service/gct-apaas/index.d.ts +22 -0
- package/es/service/gct-apaas/index.mjs +22 -0
- package/es/service/gct-apaas/menu-config.service.d.ts +0 -5
- package/es/service/gct-apaas/menu-config.service.mjs +0 -4
- package/es/service/gct-apaas/online-form-instance.service.d.ts +33 -14
- package/es/service/gct-apaas/online-form-instance.service.mjs +20 -8
- package/es/service/gct-apaas/online-form-log.service.d.ts +2 -1
- package/es/service/gct-apaas/online-form-tmpl.service.d.ts +1 -0
- package/es/service/gct-apaas/online-form-tmpl.service.mjs +4 -0
- package/es/service/gct-apaas/online-form.service.d.ts +5 -0
- package/es/service/gct-apaas/online-form.service.mjs +4 -0
- package/es/service/gct-apaas/process-definition-version.service.d.ts +1 -2
- package/es/service/gct-apaas/process-definition-version.service.mjs +0 -4
- package/es/service/gct-apaas/process-definition.service.d.ts +1 -0
- package/es/service/gct-apaas/process-definition.service.mjs +4 -0
- package/es/service/gct-apaas/process-instance-relation-.service.d.ts +25 -0
- package/es/service/gct-apaas/process-instance-relation-.service.mjs +34 -0
- package/es/service/gct-apaas/process-path.service.d.ts +6 -2
- package/es/service/gct-apaas/process-path.service.mjs +4 -0
- package/es/service/gct-apaas/process-task-done.service.d.ts +5 -0
- package/es/service/gct-apaas/process-task-todo.service.d.ts +10 -0
- package/es/service/gct-apaas/product-release.service.d.ts +6 -4
- package/es/service/gct-platform/api.service.d.ts +2 -1
- package/es/service/gct-platform/api.service.mjs +4 -0
- package/es/service/gct-platform/app.service.d.ts +2 -1
- package/es/service/gct-platform/app.service.mjs +4 -0
- package/es/service/gct-platform/category.service.d.ts +1 -0
- package/es/service/gct-platform/category.service.mjs +4 -0
- package/es/service/gct-platform/datasource-move-data.service.d.ts +5 -1
- package/es/service/gct-platform/datasource-move-data.service.mjs +2 -2
- package/es/service/gct-platform/datasource-move-detail.service.d.ts +4 -1
- package/es/service/gct-platform/datasource-move-detail.service.mjs +2 -2
- package/es/service/gct-platform/datasource-move.service.d.ts +2 -5
- package/es/service/gct-platform/datasource-move.service.mjs +5 -5
- package/es/service/gct-platform/entities.d.ts +739 -41
- package/es/service/gct-platform/file-task.service.d.ts +41 -0
- package/es/service/gct-platform/file-task.service.mjs +38 -0
- package/es/service/gct-platform/index.d.ts +4 -0
- package/es/service/gct-platform/index.mjs +4 -0
- package/es/service/gct-platform/minio-file.service.d.ts +9 -0
- package/es/service/gct-platform/minio-file.service.mjs +14 -0
- package/es/service/gct-platform/plat.service.d.ts +1 -0
- package/es/service/gct-platform/plat.service.mjs +4 -0
- package/es/service/gct-platform/plugin-version.service.d.ts +1 -1
- package/es/service/gct-platform/plugin-version.service.mjs +3 -3
- package/es/service/gct-platform/plugin.service.d.ts +26 -4
- package/es/service/gct-platform/plugin.service.mjs +17 -5
- package/es/service/gct-platform/tenant.service.d.ts +2 -5
- package/es/service/gct-platform/tenant.service.mjs +2 -2
- package/es/utils/axios/axios.mjs +1 -1
- package/es/utils/plugin-pkg-util/plugin-pkg-util.mjs +24 -12
- package/package.json +4 -4
|
@@ -2073,6 +2073,12 @@ export interface AuditLogResponse {
|
|
|
2073
2073
|
* @type string
|
|
2074
2074
|
*/
|
|
2075
2075
|
operateType?: string;
|
|
2076
|
+
/**
|
|
2077
|
+
* 操作人
|
|
2078
|
+
*
|
|
2079
|
+
* @type string
|
|
2080
|
+
*/
|
|
2081
|
+
operatorName?: string;
|
|
2076
2082
|
/**
|
|
2077
2083
|
* 出参
|
|
2078
2084
|
*
|
|
@@ -2147,6 +2153,12 @@ export interface AuditLogSearchRequest {
|
|
|
2147
2153
|
* @type number
|
|
2148
2154
|
*/
|
|
2149
2155
|
pageSize?: number;
|
|
2156
|
+
/**
|
|
2157
|
+
*
|
|
2158
|
+
*
|
|
2159
|
+
* @type string
|
|
2160
|
+
*/
|
|
2161
|
+
tenantId?: string;
|
|
2150
2162
|
}
|
|
2151
2163
|
export interface AuthBasicInfo {
|
|
2152
2164
|
/**
|
|
@@ -2236,6 +2248,86 @@ export interface AuthConfig {
|
|
|
2236
2248
|
*/
|
|
2237
2249
|
title?: string;
|
|
2238
2250
|
}
|
|
2251
|
+
export interface Category {
|
|
2252
|
+
/**
|
|
2253
|
+
*
|
|
2254
|
+
*
|
|
2255
|
+
* @type string
|
|
2256
|
+
*/
|
|
2257
|
+
createTime?: string;
|
|
2258
|
+
/**
|
|
2259
|
+
*
|
|
2260
|
+
*
|
|
2261
|
+
* @type string
|
|
2262
|
+
*/
|
|
2263
|
+
createUserId?: string;
|
|
2264
|
+
/**
|
|
2265
|
+
*
|
|
2266
|
+
*
|
|
2267
|
+
* @type string
|
|
2268
|
+
*/
|
|
2269
|
+
createUserName?: string;
|
|
2270
|
+
/**
|
|
2271
|
+
*
|
|
2272
|
+
*
|
|
2273
|
+
* @type number
|
|
2274
|
+
*/
|
|
2275
|
+
deleted?: number;
|
|
2276
|
+
/**
|
|
2277
|
+
*
|
|
2278
|
+
*
|
|
2279
|
+
* @type string
|
|
2280
|
+
*/
|
|
2281
|
+
id?: string;
|
|
2282
|
+
/**
|
|
2283
|
+
*
|
|
2284
|
+
*
|
|
2285
|
+
* @type string
|
|
2286
|
+
*/
|
|
2287
|
+
modifyTime?: string;
|
|
2288
|
+
/**
|
|
2289
|
+
*
|
|
2290
|
+
*
|
|
2291
|
+
* @type string
|
|
2292
|
+
*/
|
|
2293
|
+
modifyUserId?: string;
|
|
2294
|
+
/**
|
|
2295
|
+
*
|
|
2296
|
+
*
|
|
2297
|
+
* @type string
|
|
2298
|
+
*/
|
|
2299
|
+
modifyUserName?: string;
|
|
2300
|
+
/**
|
|
2301
|
+
*
|
|
2302
|
+
*
|
|
2303
|
+
* @type string
|
|
2304
|
+
*/
|
|
2305
|
+
module?: string;
|
|
2306
|
+
/**
|
|
2307
|
+
*
|
|
2308
|
+
*
|
|
2309
|
+
* @type string
|
|
2310
|
+
*/
|
|
2311
|
+
name?: string;
|
|
2312
|
+
/**
|
|
2313
|
+
*
|
|
2314
|
+
*
|
|
2315
|
+
* @type number
|
|
2316
|
+
*/
|
|
2317
|
+
sortNum?: number;
|
|
2318
|
+
/**
|
|
2319
|
+
*
|
|
2320
|
+
*
|
|
2321
|
+
* @type number
|
|
2322
|
+
*/
|
|
2323
|
+
sysBuiltin?: number;
|
|
2324
|
+
/**
|
|
2325
|
+
*
|
|
2326
|
+
*
|
|
2327
|
+
* @type string
|
|
2328
|
+
*/
|
|
2329
|
+
tenantId?: string;
|
|
2330
|
+
}
|
|
2239
2331
|
export interface CategoryDragRequest {
|
|
2240
2332
|
/**
|
|
2241
2333
|
* 分类id
|
|
@@ -3164,17 +3256,17 @@ export interface DatasourceMoveDataRequest {
|
|
|
3164
3256
|
*/
|
|
3165
3257
|
moveDetailId?: string;
|
|
3166
3258
|
/**
|
|
3167
|
-
*
|
|
3259
|
+
* 失败原因
|
|
3168
3260
|
*
|
|
3169
3261
|
* @type string
|
|
3170
3262
|
*/
|
|
3171
|
-
|
|
3263
|
+
reason?: string;
|
|
3172
3264
|
/**
|
|
3173
|
-
*
|
|
3265
|
+
* 状态
|
|
3174
3266
|
*
|
|
3175
3267
|
* @type string
|
|
3176
3268
|
*/
|
|
3177
|
-
|
|
3269
|
+
status?: string;
|
|
3178
3270
|
}
|
|
3179
3271
|
export interface DatasourceMoveDataResponse {
|
|
3180
3272
|
/**
|
|
@@ -3231,6 +3323,12 @@ export interface DatasourceMoveDataResponse {
|
|
|
3231
3323
|
* @type string
|
|
3232
3324
|
*/
|
|
3233
3325
|
moveDetailId?: string;
|
|
3326
|
+
/**
|
|
3327
|
+
* 失败原因
|
|
3328
|
+
*
|
|
3329
|
+
* @type string
|
|
3330
|
+
*/
|
|
3331
|
+
reason?: string;
|
|
3234
3332
|
/**
|
|
3235
3333
|
* 状态
|
|
3236
3334
|
*
|
|
@@ -3246,43 +3344,49 @@ export interface DatasourceMoveDataResponse {
|
|
|
3246
3344
|
}
|
|
3247
3345
|
export interface DatasourceMoveDetailRequest {
|
|
3248
3346
|
/**
|
|
3249
|
-
*
|
|
3347
|
+
* 迁移数据id的方式 true:包含;false:排除
|
|
3250
3348
|
*
|
|
3251
|
-
* @type
|
|
3349
|
+
* @type boolean
|
|
3252
3350
|
*/
|
|
3253
|
-
|
|
3351
|
+
in?: boolean;
|
|
3254
3352
|
/**
|
|
3255
|
-
*
|
|
3353
|
+
* 模型key
|
|
3256
3354
|
*
|
|
3257
3355
|
* @type string
|
|
3258
3356
|
*/
|
|
3259
|
-
|
|
3357
|
+
modelKey?: string;
|
|
3260
3358
|
/**
|
|
3261
|
-
*
|
|
3359
|
+
* 模型name
|
|
3262
3360
|
*
|
|
3263
3361
|
* @type string
|
|
3264
3362
|
*/
|
|
3265
|
-
|
|
3363
|
+
modelName?: string;
|
|
3266
3364
|
/**
|
|
3267
|
-
*
|
|
3365
|
+
* 数据迁移数据id
|
|
3366
|
+
*
|
|
3367
|
+
* @type string[]
|
|
3368
|
+
*/
|
|
3369
|
+
moveDataIds?: string[];
|
|
3370
|
+
/**
|
|
3371
|
+
* 数据迁移id
|
|
3268
3372
|
*
|
|
3269
3373
|
* @type string
|
|
3270
3374
|
*/
|
|
3271
|
-
|
|
3375
|
+
moveId?: string;
|
|
3272
3376
|
/**
|
|
3273
|
-
*
|
|
3377
|
+
* 名称
|
|
3274
3378
|
*
|
|
3275
3379
|
* @type string
|
|
3276
3380
|
*/
|
|
3277
|
-
|
|
3381
|
+
name?: string;
|
|
3278
3382
|
/**
|
|
3279
|
-
*
|
|
3383
|
+
* 状态
|
|
3280
3384
|
*
|
|
3281
3385
|
* @type string
|
|
3282
3386
|
*/
|
|
3283
|
-
|
|
3387
|
+
status?: string;
|
|
3284
3388
|
/**
|
|
3285
|
-
*
|
|
3389
|
+
* 类型,system:系统模块;model:应用模型
|
|
3286
3390
|
*
|
|
3287
3391
|
* @type string
|
|
3288
3392
|
*/
|
|
@@ -3349,12 +3453,6 @@ export interface DatasourceMoveDetailResponse {
|
|
|
3349
3453
|
* @type string
|
|
3350
3454
|
*/
|
|
3351
3455
|
name?: string;
|
|
3352
|
-
/**
|
|
3353
|
-
* 失败原因
|
|
3354
|
-
*
|
|
3355
|
-
* @type string
|
|
3356
|
-
*/
|
|
3357
|
-
reason?: string;
|
|
3358
3456
|
/**
|
|
3359
3457
|
* 状态
|
|
3360
3458
|
*
|
|
@@ -3387,6 +3485,12 @@ export interface DatasourceMoveRequest {
|
|
|
3387
3485
|
* @type string
|
|
3388
3486
|
*/
|
|
3389
3487
|
createUserId?: string;
|
|
3488
|
+
/**
|
|
3489
|
+
* 菜单/选择数据集合
|
|
3490
|
+
*
|
|
3491
|
+
* @type DatasourceMoveDetailRequest[]
|
|
3492
|
+
*/
|
|
3493
|
+
detailList?: DatasourceMoveDetailRequest[];
|
|
3390
3494
|
/**
|
|
3391
3495
|
* 页码
|
|
3392
3496
|
*
|
|
@@ -3431,6 +3535,12 @@ export interface DatasourceMoveResponse {
|
|
|
3431
3535
|
* @type string
|
|
3432
3536
|
*/
|
|
3433
3537
|
appId?: string;
|
|
3538
|
+
/**
|
|
3539
|
+
*
|
|
3540
|
+
*
|
|
3541
|
+
* @type string
|
|
3542
|
+
*/
|
|
3543
|
+
appName?: string;
|
|
3434
3544
|
/**
|
|
3435
3545
|
*
|
|
3436
3546
|
*
|
|
@@ -4096,47 +4206,379 @@ export interface FieldMetaResponse {
|
|
|
4096
4206
|
*/
|
|
4097
4207
|
refModelSource?: string;
|
|
4098
4208
|
/**
|
|
4099
|
-
* 主子/引用关联模型类型(NDO/RDO)
|
|
4209
|
+
* 主子/引用关联模型类型(NDO/RDO)
|
|
4210
|
+
*
|
|
4211
|
+
* @type string
|
|
4212
|
+
*/
|
|
4213
|
+
refModelType?: string;
|
|
4214
|
+
/**
|
|
4215
|
+
* 关联模型名称
|
|
4216
|
+
*
|
|
4217
|
+
* @type string
|
|
4218
|
+
*/
|
|
4219
|
+
relationModelName?: string;
|
|
4220
|
+
/**
|
|
4221
|
+
* 是否必填:(0否,1是)
|
|
4222
|
+
*
|
|
4223
|
+
* @type number
|
|
4224
|
+
*/
|
|
4225
|
+
required?: number;
|
|
4226
|
+
/**
|
|
4227
|
+
* 排序
|
|
4228
|
+
*
|
|
4229
|
+
* @type number
|
|
4230
|
+
*/
|
|
4231
|
+
sortNum?: number;
|
|
4232
|
+
/**
|
|
4233
|
+
*
|
|
4234
|
+
*
|
|
4235
|
+
* @type string
|
|
4236
|
+
*/
|
|
4237
|
+
source?: string;
|
|
4238
|
+
/**
|
|
4239
|
+
*
|
|
4240
|
+
*
|
|
4241
|
+
* @type number
|
|
4242
|
+
*/
|
|
4243
|
+
sysBuiltin?: number;
|
|
4244
|
+
/**
|
|
4245
|
+
* 数据类型
|
|
4246
|
+
*
|
|
4247
|
+
* @type string
|
|
4248
|
+
*/
|
|
4249
|
+
type?: string;
|
|
4250
|
+
}
|
|
4251
|
+
export interface FileTaskInfo {
|
|
4252
|
+
/**
|
|
4253
|
+
*
|
|
4254
|
+
*
|
|
4255
|
+
* @type string
|
|
4256
|
+
*/
|
|
4257
|
+
appId?: string;
|
|
4258
|
+
/**
|
|
4259
|
+
*
|
|
4260
|
+
*
|
|
4261
|
+
* @type string
|
|
4262
|
+
*/
|
|
4263
|
+
branchId?: string;
|
|
4264
|
+
/**
|
|
4265
|
+
*
|
|
4266
|
+
*
|
|
4267
|
+
* @type string
|
|
4268
|
+
*/
|
|
4269
|
+
createTime?: string;
|
|
4270
|
+
/**
|
|
4271
|
+
*
|
|
4272
|
+
*
|
|
4273
|
+
* @type string
|
|
4274
|
+
*/
|
|
4275
|
+
createUserId?: string;
|
|
4276
|
+
/**
|
|
4277
|
+
*
|
|
4278
|
+
*
|
|
4279
|
+
* @type string
|
|
4280
|
+
*/
|
|
4281
|
+
createUserName?: string;
|
|
4282
|
+
/**
|
|
4283
|
+
*
|
|
4284
|
+
*
|
|
4285
|
+
* @type string
|
|
4286
|
+
*/
|
|
4287
|
+
description?: string;
|
|
4288
|
+
/**
|
|
4289
|
+
*
|
|
4290
|
+
*
|
|
4291
|
+
* @type string
|
|
4292
|
+
*/
|
|
4293
|
+
env?: string;
|
|
4294
|
+
/**
|
|
4295
|
+
*
|
|
4296
|
+
*
|
|
4297
|
+
* @type string
|
|
4298
|
+
*/
|
|
4299
|
+
fileType?: string;
|
|
4300
|
+
/**
|
|
4301
|
+
*
|
|
4302
|
+
*
|
|
4303
|
+
* @type string
|
|
4304
|
+
*/
|
|
4305
|
+
formTaskName?: string;
|
|
4306
|
+
/**
|
|
4307
|
+
*
|
|
4308
|
+
*
|
|
4309
|
+
* @type string
|
|
4310
|
+
*/
|
|
4311
|
+
id?: string;
|
|
4312
|
+
/**
|
|
4313
|
+
*
|
|
4314
|
+
*
|
|
4315
|
+
* @type string
|
|
4316
|
+
*/
|
|
4317
|
+
materialNo?: string;
|
|
4318
|
+
/**
|
|
4319
|
+
*
|
|
4320
|
+
*
|
|
4321
|
+
* @type string
|
|
4322
|
+
*/
|
|
4323
|
+
name?: string;
|
|
4324
|
+
/**
|
|
4325
|
+
*
|
|
4326
|
+
*
|
|
4327
|
+
* @type string
|
|
4328
|
+
*/
|
|
4329
|
+
relationId?: string;
|
|
4330
|
+
/**
|
|
4331
|
+
*
|
|
4332
|
+
*
|
|
4333
|
+
* @type string
|
|
4334
|
+
*/
|
|
4335
|
+
relationType?: string;
|
|
4336
|
+
/**
|
|
4337
|
+
*
|
|
4338
|
+
*
|
|
4339
|
+
* @type string
|
|
4340
|
+
*/
|
|
4341
|
+
status?: string;
|
|
4342
|
+
/**
|
|
4343
|
+
*
|
|
4344
|
+
*
|
|
4345
|
+
* @type string
|
|
4346
|
+
*/
|
|
4347
|
+
tenantId?: string;
|
|
4348
|
+
/**
|
|
4349
|
+
*
|
|
4350
|
+
*
|
|
4351
|
+
* @type string
|
|
4352
|
+
*/
|
|
4353
|
+
url?: string;
|
|
4354
|
+
}
|
|
4355
|
+
export interface FileTaskRequest {
|
|
4356
|
+
/**
|
|
4357
|
+
* 应用ID
|
|
4358
|
+
*
|
|
4359
|
+
* @type string
|
|
4360
|
+
*/
|
|
4361
|
+
appId?: string;
|
|
4362
|
+
/**
|
|
4363
|
+
* 分支id
|
|
4364
|
+
*
|
|
4365
|
+
* @type string
|
|
4366
|
+
*/
|
|
4367
|
+
branchId?: string;
|
|
4368
|
+
/**
|
|
4369
|
+
* 备注
|
|
4370
|
+
*
|
|
4371
|
+
* @type string
|
|
4372
|
+
*/
|
|
4373
|
+
description?: string;
|
|
4374
|
+
/**
|
|
4375
|
+
* 应用环境
|
|
4376
|
+
*
|
|
4377
|
+
* @type string
|
|
4378
|
+
*/
|
|
4379
|
+
env?: string;
|
|
4380
|
+
/**
|
|
4381
|
+
* 文件大小
|
|
4382
|
+
*
|
|
4383
|
+
* @type number
|
|
4384
|
+
*/
|
|
4385
|
+
fileSize?: number;
|
|
4386
|
+
/**
|
|
4387
|
+
* 文件类型
|
|
4388
|
+
*
|
|
4389
|
+
* @type string
|
|
4390
|
+
*/
|
|
4391
|
+
fileType?: string;
|
|
4392
|
+
/**
|
|
4393
|
+
* 单据任务名称
|
|
4394
|
+
*
|
|
4395
|
+
* @type string
|
|
4396
|
+
*/
|
|
4397
|
+
formTaskName?: string;
|
|
4398
|
+
/**
|
|
4399
|
+
* 名称
|
|
4400
|
+
*
|
|
4401
|
+
* @type string
|
|
4402
|
+
*/
|
|
4403
|
+
name?: string;
|
|
4404
|
+
/**
|
|
4405
|
+
* 关联数据id(edhr实模板ID)
|
|
4406
|
+
*
|
|
4407
|
+
* @type string
|
|
4408
|
+
*/
|
|
4409
|
+
relationId?: string;
|
|
4410
|
+
/**
|
|
4411
|
+
* 来源类型(EDHR/FORM)
|
|
4412
|
+
*
|
|
4413
|
+
* @type string
|
|
4414
|
+
*/
|
|
4415
|
+
relationType?: string;
|
|
4416
|
+
/**
|
|
4417
|
+
* 文件生成状态(WAITING/PROCESSING/TIMEOUT/SUCCEED/FAIL)
|
|
4418
|
+
*
|
|
4419
|
+
* @type string
|
|
4420
|
+
*/
|
|
4421
|
+
status?: string;
|
|
4422
|
+
/**
|
|
4423
|
+
* 租户id
|
|
4424
|
+
*
|
|
4425
|
+
* @type string
|
|
4426
|
+
*/
|
|
4427
|
+
tenantId?: string;
|
|
4428
|
+
/**
|
|
4429
|
+
* 文件相对路径
|
|
4430
|
+
*
|
|
4431
|
+
* @type string
|
|
4432
|
+
*/
|
|
4433
|
+
url?: string;
|
|
4434
|
+
}
|
|
4435
|
+
export interface FileTaskResponse {
|
|
4436
|
+
/**
|
|
4437
|
+
* 应用ID
|
|
4438
|
+
*
|
|
4439
|
+
* @type string
|
|
4440
|
+
*/
|
|
4441
|
+
appId?: string;
|
|
4442
|
+
/**
|
|
4443
|
+
* 分支id
|
|
4444
|
+
*
|
|
4445
|
+
* @type string
|
|
4446
|
+
*/
|
|
4447
|
+
branchId?: string;
|
|
4448
|
+
/**
|
|
4449
|
+
*
|
|
4450
|
+
*
|
|
4451
|
+
* @type string
|
|
4452
|
+
*/
|
|
4453
|
+
createTime?: string;
|
|
4454
|
+
/**
|
|
4455
|
+
*
|
|
4456
|
+
*
|
|
4457
|
+
* @type string
|
|
4458
|
+
*/
|
|
4459
|
+
createUserId?: string;
|
|
4460
|
+
/**
|
|
4461
|
+
*
|
|
4462
|
+
*
|
|
4463
|
+
* @type string
|
|
4464
|
+
*/
|
|
4465
|
+
createUserName?: string;
|
|
4466
|
+
/**
|
|
4467
|
+
* 备注
|
|
4468
|
+
*
|
|
4469
|
+
* @type string
|
|
4470
|
+
*/
|
|
4471
|
+
description?: string;
|
|
4472
|
+
/**
|
|
4473
|
+
* 应用环境
|
|
4474
|
+
*
|
|
4475
|
+
* @type string
|
|
4476
|
+
*/
|
|
4477
|
+
env?: string;
|
|
4478
|
+
/**
|
|
4479
|
+
* 文件大小
|
|
4480
|
+
*
|
|
4481
|
+
* @type number
|
|
4482
|
+
*/
|
|
4483
|
+
fileSize?: number;
|
|
4484
|
+
/**
|
|
4485
|
+
* 文件类型
|
|
4486
|
+
*
|
|
4487
|
+
* @type string
|
|
4488
|
+
*/
|
|
4489
|
+
fileType?: string;
|
|
4490
|
+
/**
|
|
4491
|
+
* 单据任务名称
|
|
4492
|
+
*
|
|
4493
|
+
* @type string
|
|
4494
|
+
*/
|
|
4495
|
+
formTaskName?: string;
|
|
4496
|
+
/**
|
|
4497
|
+
* ID
|
|
4498
|
+
*
|
|
4499
|
+
* @type string
|
|
4500
|
+
*/
|
|
4501
|
+
id?: string;
|
|
4502
|
+
/**
|
|
4503
|
+
* 批次号
|
|
4504
|
+
*
|
|
4505
|
+
* @type string
|
|
4506
|
+
*/
|
|
4507
|
+
materialNo?: string;
|
|
4508
|
+
/**
|
|
4509
|
+
*
|
|
4510
|
+
*
|
|
4511
|
+
* @type string
|
|
4512
|
+
*/
|
|
4513
|
+
modifyTime?: string;
|
|
4514
|
+
/**
|
|
4515
|
+
*
|
|
4516
|
+
*
|
|
4517
|
+
* @type string
|
|
4518
|
+
*/
|
|
4519
|
+
modifyUserId?: string;
|
|
4520
|
+
/**
|
|
4521
|
+
*
|
|
4522
|
+
*
|
|
4523
|
+
* @type string
|
|
4524
|
+
*/
|
|
4525
|
+
modifyUserName?: string;
|
|
4526
|
+
/**
|
|
4527
|
+
* 名称
|
|
4528
|
+
*
|
|
4529
|
+
* @type string
|
|
4530
|
+
*/
|
|
4531
|
+
name?: string;
|
|
4532
|
+
/**
|
|
4533
|
+
* 关联数据id(edhr实模板ID)
|
|
4534
|
+
*
|
|
4535
|
+
* @type string
|
|
4536
|
+
*/
|
|
4537
|
+
relationId?: string;
|
|
4538
|
+
/**
|
|
4539
|
+
* 来源类型(EDHR/FORM)
|
|
4100
4540
|
*
|
|
4101
4541
|
* @type string
|
|
4102
4542
|
*/
|
|
4103
|
-
|
|
4543
|
+
relationType?: string;
|
|
4104
4544
|
/**
|
|
4105
|
-
*
|
|
4545
|
+
* 文件生成状态(WAITING/PROCESSING/TIMEOUT/SUCCEED/FAIL)
|
|
4106
4546
|
*
|
|
4107
4547
|
* @type string
|
|
4108
4548
|
*/
|
|
4109
|
-
|
|
4549
|
+
status?: string;
|
|
4110
4550
|
/**
|
|
4111
|
-
*
|
|
4551
|
+
* 租户id
|
|
4112
4552
|
*
|
|
4113
|
-
* @type
|
|
4553
|
+
* @type string
|
|
4114
4554
|
*/
|
|
4115
|
-
|
|
4555
|
+
tenantId?: string;
|
|
4116
4556
|
/**
|
|
4117
|
-
*
|
|
4557
|
+
* 文件相对路径
|
|
4118
4558
|
*
|
|
4119
|
-
* @type
|
|
4559
|
+
* @type string
|
|
4120
4560
|
*/
|
|
4121
|
-
|
|
4561
|
+
url?: string;
|
|
4562
|
+
}
|
|
4563
|
+
export interface FileTaskStatus {
|
|
4122
4564
|
/**
|
|
4123
|
-
*
|
|
4565
|
+
* 文件ID
|
|
4124
4566
|
*
|
|
4125
4567
|
* @type string
|
|
4126
4568
|
*/
|
|
4127
|
-
|
|
4569
|
+
fileId?: string;
|
|
4128
4570
|
/**
|
|
4129
|
-
*
|
|
4571
|
+
* 文件大小
|
|
4130
4572
|
*
|
|
4131
4573
|
* @type number
|
|
4132
4574
|
*/
|
|
4133
|
-
|
|
4575
|
+
fileSize?: number;
|
|
4134
4576
|
/**
|
|
4135
|
-
*
|
|
4577
|
+
* 文件生成状态(TIMEOUT/SUCCEED/FAIL)
|
|
4136
4578
|
*
|
|
4137
4579
|
* @type string
|
|
4138
4580
|
*/
|
|
4139
|
-
|
|
4581
|
+
status?: string;
|
|
4140
4582
|
}
|
|
4141
4583
|
export interface I18nConfigRequest {
|
|
4142
4584
|
/**
|
|
@@ -4459,6 +4901,12 @@ export interface InternalMessageResponse {
|
|
|
4459
4901
|
* @type string
|
|
4460
4902
|
*/
|
|
4461
4903
|
appName?: string;
|
|
4904
|
+
/**
|
|
4905
|
+
* 应用分支id
|
|
4906
|
+
*
|
|
4907
|
+
* @type string
|
|
4908
|
+
*/
|
|
4909
|
+
branchId?: string;
|
|
4462
4910
|
/**
|
|
4463
4911
|
* 内容
|
|
4464
4912
|
*
|
|
@@ -6666,7 +7114,7 @@ export interface OrgConfig {
|
|
|
6666
7114
|
*
|
|
6667
7115
|
* @type number
|
|
6668
7116
|
*/
|
|
6669
|
-
|
|
7117
|
+
enableDeleteUser?: number;
|
|
6670
7118
|
/**
|
|
6671
7119
|
* 支持部门编号
|
|
6672
7120
|
*
|
|
@@ -7347,6 +7795,12 @@ export interface PackageJson {
|
|
|
7347
7795
|
* @type string
|
|
7348
7796
|
*/
|
|
7349
7797
|
icon?: string;
|
|
7798
|
+
/**
|
|
7799
|
+
*
|
|
7800
|
+
*
|
|
7801
|
+
* @type string[]
|
|
7802
|
+
*/
|
|
7803
|
+
kit?: string[];
|
|
7350
7804
|
/**
|
|
7351
7805
|
*
|
|
7352
7806
|
*
|
|
@@ -7359,6 +7813,18 @@ export interface PackageJson {
|
|
|
7359
7813
|
* @type string
|
|
7360
7814
|
*/
|
|
7361
7815
|
name?: string;
|
|
7816
|
+
/**
|
|
7817
|
+
*
|
|
7818
|
+
*
|
|
7819
|
+
* @type string[]
|
|
7820
|
+
*/
|
|
7821
|
+
platform?: string[];
|
|
7822
|
+
/**
|
|
7823
|
+
*
|
|
7824
|
+
*
|
|
7825
|
+
* @type string
|
|
7826
|
+
*/
|
|
7827
|
+
readMe?: string;
|
|
7362
7828
|
/**
|
|
7363
7829
|
*
|
|
7364
7830
|
*
|
|
@@ -7806,6 +8272,146 @@ export interface PlatformBaseConfig {
|
|
|
7806
8272
|
*/
|
|
7807
8273
|
version?: string;
|
|
7808
8274
|
}
|
|
8275
|
+
export interface Plugin {
|
|
8276
|
+
/**
|
|
8277
|
+
*
|
|
8278
|
+
*
|
|
8279
|
+
* @type string
|
|
8280
|
+
*/
|
|
8281
|
+
categoryId?: string;
|
|
8282
|
+
/**
|
|
8283
|
+
*
|
|
8284
|
+
*
|
|
8285
|
+
* @type string
|
|
8286
|
+
*/
|
|
8287
|
+
client?: string;
|
|
8288
|
+
/**
|
|
8289
|
+
*
|
|
8290
|
+
*
|
|
8291
|
+
* @type string
|
|
8292
|
+
*/
|
|
8293
|
+
createTime?: string;
|
|
8294
|
+
/**
|
|
8295
|
+
*
|
|
8296
|
+
*
|
|
8297
|
+
* @type string
|
|
8298
|
+
*/
|
|
8299
|
+
createUserId?: string;
|
|
8300
|
+
/**
|
|
8301
|
+
*
|
|
8302
|
+
*
|
|
8303
|
+
* @type string
|
|
8304
|
+
*/
|
|
8305
|
+
createUserName?: string;
|
|
8306
|
+
/**
|
|
8307
|
+
*
|
|
8308
|
+
*
|
|
8309
|
+
* @type number
|
|
8310
|
+
*/
|
|
8311
|
+
deleted?: number;
|
|
8312
|
+
/**
|
|
8313
|
+
*
|
|
8314
|
+
*
|
|
8315
|
+
* @type string
|
|
8316
|
+
*/
|
|
8317
|
+
description?: string;
|
|
8318
|
+
/**
|
|
8319
|
+
*
|
|
8320
|
+
*
|
|
8321
|
+
* @type string
|
|
8322
|
+
*/
|
|
8323
|
+
icon?: string;
|
|
8324
|
+
/**
|
|
8325
|
+
*
|
|
8326
|
+
*
|
|
8327
|
+
* @type string
|
|
8328
|
+
*/
|
|
8329
|
+
id?: string;
|
|
8330
|
+
/**
|
|
8331
|
+
*
|
|
8332
|
+
*
|
|
8333
|
+
* @type string
|
|
8334
|
+
*/
|
|
8335
|
+
key?: string;
|
|
8336
|
+
/**
|
|
8337
|
+
*
|
|
8338
|
+
*
|
|
8339
|
+
* @type string
|
|
8340
|
+
*/
|
|
8341
|
+
keyWord?: string;
|
|
8342
|
+
/**
|
|
8343
|
+
*
|
|
8344
|
+
*
|
|
8345
|
+
* @type string
|
|
8346
|
+
*/
|
|
8347
|
+
modifyTime?: string;
|
|
8348
|
+
/**
|
|
8349
|
+
*
|
|
8350
|
+
*
|
|
8351
|
+
* @type string
|
|
8352
|
+
*/
|
|
8353
|
+
modifyUserId?: string;
|
|
8354
|
+
/**
|
|
8355
|
+
*
|
|
8356
|
+
*
|
|
8357
|
+
* @type string
|
|
8358
|
+
*/
|
|
8359
|
+
modifyUserName?: string;
|
|
8360
|
+
/**
|
|
8361
|
+
*
|
|
8362
|
+
*
|
|
8363
|
+
* @type string
|
|
8364
|
+
*/
|
|
8365
|
+
name?: string;
|
|
8366
|
+
/**
|
|
8367
|
+
*
|
|
8368
|
+
*
|
|
8369
|
+
* @type string
|
|
8370
|
+
*/
|
|
8371
|
+
readMe?: string;
|
|
8372
|
+
/**
|
|
8373
|
+
*
|
|
8374
|
+
*
|
|
8375
|
+
* @type string
|
|
8376
|
+
*/
|
|
8377
|
+
screenShot?: string;
|
|
8378
|
+
/**
|
|
8379
|
+
*
|
|
8380
|
+
*
|
|
8381
|
+
* @type string
|
|
8382
|
+
*/
|
|
8383
|
+
tag?: string;
|
|
8384
|
+
/**
|
|
8385
|
+
*
|
|
8386
|
+
*
|
|
8387
|
+
* @type string
|
|
8388
|
+
*/
|
|
8389
|
+
tenantId?: string;
|
|
8390
|
+
/**
|
|
8391
|
+
*
|
|
8392
|
+
*
|
|
8393
|
+
* @type string
|
|
8394
|
+
*/
|
|
8395
|
+
tmpPath?: string;
|
|
8396
|
+
/**
|
|
8397
|
+
*
|
|
8398
|
+
*
|
|
8399
|
+
* @type string
|
|
8400
|
+
*/
|
|
8401
|
+
url?: string;
|
|
8402
|
+
/**
|
|
8403
|
+
*
|
|
8404
|
+
*
|
|
8405
|
+
* @type string
|
|
8406
|
+
*/
|
|
8407
|
+
version?: string;
|
|
8408
|
+
/**
|
|
8409
|
+
*
|
|
8410
|
+
*
|
|
8411
|
+
* @type string
|
|
8412
|
+
*/
|
|
8413
|
+
zipUrl?: string;
|
|
8414
|
+
}
|
|
7809
8415
|
export interface PluginRequest {
|
|
7810
8416
|
/**
|
|
7811
8417
|
* 分类Id
|
|
@@ -7831,18 +8437,48 @@ export interface PluginRequest {
|
|
|
7831
8437
|
* @type string
|
|
7832
8438
|
*/
|
|
7833
8439
|
icon?: string;
|
|
8440
|
+
/**
|
|
8441
|
+
* id
|
|
8442
|
+
*
|
|
8443
|
+
* @type string
|
|
8444
|
+
*/
|
|
8445
|
+
id?: string;
|
|
7834
8446
|
/**
|
|
7835
8447
|
* 组件key
|
|
7836
8448
|
*
|
|
7837
8449
|
* @type string
|
|
7838
8450
|
*/
|
|
7839
8451
|
key?: string;
|
|
8452
|
+
/**
|
|
8453
|
+
*
|
|
8454
|
+
*
|
|
8455
|
+
* @type string
|
|
8456
|
+
*/
|
|
8457
|
+
keyWord?: string;
|
|
7840
8458
|
/**
|
|
7841
8459
|
* 最新名称
|
|
7842
8460
|
*
|
|
7843
8461
|
* @type string
|
|
7844
8462
|
*/
|
|
7845
8463
|
name?: string;
|
|
8464
|
+
/**
|
|
8465
|
+
*
|
|
8466
|
+
*
|
|
8467
|
+
* @type number
|
|
8468
|
+
*/
|
|
8469
|
+
pageNo?: number;
|
|
8470
|
+
/**
|
|
8471
|
+
*
|
|
8472
|
+
*
|
|
8473
|
+
* @type number
|
|
8474
|
+
*/
|
|
8475
|
+
pageSize?: number;
|
|
8476
|
+
/**
|
|
8477
|
+
*
|
|
8478
|
+
*
|
|
8479
|
+
* @type string
|
|
8480
|
+
*/
|
|
8481
|
+
readMe?: string;
|
|
7846
8482
|
/**
|
|
7847
8483
|
* 组件截图
|
|
7848
8484
|
*
|
|
@@ -7965,6 +8601,12 @@ export interface PluginResponse {
|
|
|
7965
8601
|
* @type string
|
|
7966
8602
|
*/
|
|
7967
8603
|
name?: string;
|
|
8604
|
+
/**
|
|
8605
|
+
* readme文件地址
|
|
8606
|
+
*
|
|
8607
|
+
* @type string
|
|
8608
|
+
*/
|
|
8609
|
+
readMe?: string;
|
|
7968
8610
|
/**
|
|
7969
8611
|
* 组件截图
|
|
7970
8612
|
*
|
|
@@ -8002,6 +8644,20 @@ export interface PluginResponse {
|
|
|
8002
8644
|
*/
|
|
8003
8645
|
zipUrl?: string;
|
|
8004
8646
|
}
|
|
8647
|
+
export interface PluginTenant {
|
|
8648
|
+
/**
|
|
8649
|
+
*
|
|
8650
|
+
*
|
|
8651
|
+
* @type unknown
|
|
8652
|
+
*/
|
|
8653
|
+
category?: unknown;
|
|
8654
|
+
/**
|
|
8655
|
+
*
|
|
8656
|
+
*
|
|
8657
|
+
* @type Plugin[]
|
|
8658
|
+
*/
|
|
8659
|
+
plugins?: Plugin[];
|
|
8660
|
+
}
|
|
8005
8661
|
export interface PluginVersionRequest {
|
|
8006
8662
|
/**
|
|
8007
8663
|
* 支持客户端
|
|
@@ -8161,6 +8817,12 @@ export interface PluginVersionResponse {
|
|
|
8161
8817
|
* @type string
|
|
8162
8818
|
*/
|
|
8163
8819
|
pluginId?: string;
|
|
8820
|
+
/**
|
|
8821
|
+
* readme文件地址
|
|
8822
|
+
*
|
|
8823
|
+
* @type string
|
|
8824
|
+
*/
|
|
8825
|
+
readMe?: string;
|
|
8164
8826
|
/**
|
|
8165
8827
|
* 组件截图
|
|
8166
8828
|
*
|
|
@@ -10733,6 +11395,18 @@ export interface SecurityConfig {
|
|
|
10733
11395
|
* @type string[]
|
|
10734
11396
|
*/
|
|
10735
11397
|
inapplicablePerson?: string[];
|
|
11398
|
+
/**
|
|
11399
|
+
* 锁定时长(单位/时)
|
|
11400
|
+
*
|
|
11401
|
+
* @type number
|
|
11402
|
+
*/
|
|
11403
|
+
lockHourTimeout?: number;
|
|
11404
|
+
/**
|
|
11405
|
+
* 锁定时长(单位/分)
|
|
11406
|
+
*
|
|
11407
|
+
* @type number
|
|
11408
|
+
*/
|
|
11409
|
+
lockMinTimeout?: number;
|
|
10736
11410
|
/**
|
|
10737
11411
|
* 锁定时长(单位/秒)
|
|
10738
11412
|
*
|
|
@@ -12263,6 +12937,12 @@ export interface ThirdPartyLoginConfig {
|
|
|
12263
12937
|
* @type string
|
|
12264
12938
|
*/
|
|
12265
12939
|
authType?: string;
|
|
12940
|
+
/**
|
|
12941
|
+
* 证书文件名
|
|
12942
|
+
*
|
|
12943
|
+
* @type string
|
|
12944
|
+
*/
|
|
12945
|
+
certFileName?: string;
|
|
12266
12946
|
/**
|
|
12267
12947
|
* 是否启用
|
|
12268
12948
|
*
|
|
@@ -12343,6 +13023,12 @@ export interface User {
|
|
|
12343
13023
|
* @type string
|
|
12344
13024
|
*/
|
|
12345
13025
|
empNo?: string;
|
|
13026
|
+
/**
|
|
13027
|
+
* 启用状态,0:禁用 1:启用 2:未激活
|
|
13028
|
+
*
|
|
13029
|
+
* @type number
|
|
13030
|
+
*/
|
|
13031
|
+
enabled?: number;
|
|
12346
13032
|
/**
|
|
12347
13033
|
*
|
|
12348
13034
|
*
|
|
@@ -12717,6 +13403,12 @@ export interface UserDetailRequest {
|
|
|
12717
13403
|
* @type string
|
|
12718
13404
|
*/
|
|
12719
13405
|
empNo?: string;
|
|
13406
|
+
/**
|
|
13407
|
+
* 启用状态,0:禁用 1:启用 2:未激活
|
|
13408
|
+
*
|
|
13409
|
+
* @type number
|
|
13410
|
+
*/
|
|
13411
|
+
enabled?: number;
|
|
12720
13412
|
/**
|
|
12721
13413
|
*
|
|
12722
13414
|
*
|
|
@@ -13663,6 +14355,12 @@ export interface UserResponse {
|
|
|
13663
14355
|
* @type string
|
|
13664
14356
|
*/
|
|
13665
14357
|
empNo?: string;
|
|
14358
|
+
/**
|
|
14359
|
+
* 启用状态,0:禁用 1:启用 2:未激活
|
|
14360
|
+
*
|
|
14361
|
+
* @type number
|
|
14362
|
+
*/
|
|
14363
|
+
enabled?: number;
|
|
13666
14364
|
/**
|
|
13667
14365
|
* 扩展字段0
|
|
13668
14366
|
*
|