@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
|
@@ -28,6 +28,8 @@ import type {
|
|
|
28
28
|
TenantUserSearchRequest,
|
|
29
29
|
UserWithUserExtraDTO,
|
|
30
30
|
UserIdsDTO,
|
|
31
|
+
ResponseEntity,
|
|
32
|
+
RedirectView,
|
|
31
33
|
DataSourceUpdateRequest,
|
|
32
34
|
DatasourceExtDTO,
|
|
33
35
|
DataSourcePageRequest,
|
|
@@ -36,8 +38,10 @@ import type {
|
|
|
36
38
|
FileTaskStatus,
|
|
37
39
|
FileTaskInfo,
|
|
38
40
|
KnowledgeBaseDTO,
|
|
41
|
+
AppEffectiveLicense,
|
|
39
42
|
UserLoginLogPageRequest,
|
|
40
43
|
UserLoginLogDTO,
|
|
44
|
+
ThirdPartyLoginConfig,
|
|
41
45
|
ModelDTO,
|
|
42
46
|
消息设置VO,
|
|
43
47
|
SendEmailMessageRequest,
|
|
@@ -498,12 +502,28 @@ export interface getKnowledgeBaseFindByIdsQuery {
|
|
|
498
502
|
*/
|
|
499
503
|
ids: string;
|
|
500
504
|
}
|
|
505
|
+
export interface getLicenseGetAppEffectiveLicenseQuery {
|
|
506
|
+
/**
|
|
507
|
+
* 应用id
|
|
508
|
+
*/
|
|
509
|
+
appId: string;
|
|
510
|
+
/**
|
|
511
|
+
* 环境
|
|
512
|
+
*/
|
|
513
|
+
env: string;
|
|
514
|
+
}
|
|
501
515
|
export interface getLicenseModuleAuthQuery {
|
|
502
516
|
/**
|
|
503
517
|
* 授权模块
|
|
504
518
|
*/
|
|
505
519
|
module?: string;
|
|
506
520
|
}
|
|
521
|
+
export interface getLoginSettingGetQuery {
|
|
522
|
+
/**
|
|
523
|
+
* code
|
|
524
|
+
*/
|
|
525
|
+
code: string;
|
|
526
|
+
}
|
|
507
527
|
export interface getLoginSsoOauth2AuthorizeQuery {
|
|
508
528
|
/**
|
|
509
529
|
* 授权码
|
|
@@ -718,6 +738,12 @@ export interface getReportDataProjectInfoQuery {
|
|
|
718
738
|
*/
|
|
719
739
|
projectId: string;
|
|
720
740
|
}
|
|
741
|
+
export interface postSeatAddQuery {
|
|
742
|
+
/**
|
|
743
|
+
* flag
|
|
744
|
+
*/
|
|
745
|
+
flag: number;
|
|
746
|
+
}
|
|
721
747
|
export interface getTenantInfoByPortOrDomainQuery {
|
|
722
748
|
/**
|
|
723
749
|
* domain
|
|
@@ -1129,7 +1155,7 @@ export interface ApiService {
|
|
|
1129
1155
|
postAppUserSaveList(
|
|
1130
1156
|
query: postAppUserSaveListQuery,
|
|
1131
1157
|
config?: Partial<AxiosRequestConfig>,
|
|
1132
|
-
): Promise<
|
|
1158
|
+
): Promise<ResponseEntity>;
|
|
1133
1159
|
/**
|
|
1134
1160
|
* 修改
|
|
1135
1161
|
*/
|
|
@@ -1138,6 +1164,10 @@ export interface ApiService {
|
|
|
1138
1164
|
data: UserSaveRequest,
|
|
1139
1165
|
config?: Partial<AxiosRequestConfig>,
|
|
1140
1166
|
): Promise<string>;
|
|
1167
|
+
/**
|
|
1168
|
+
* 重定向到微软登录页
|
|
1169
|
+
*/
|
|
1170
|
+
getCallbackLogin(config?: Partial<AxiosRequestConfig>): Promise<RedirectView>;
|
|
1141
1171
|
/**
|
|
1142
1172
|
* 查询数据-iPaaS
|
|
1143
1173
|
*/
|
|
@@ -1227,6 +1257,13 @@ export interface ApiService {
|
|
|
1227
1257
|
query: getKnowledgeBaseFindByIdsQuery,
|
|
1228
1258
|
config?: Partial<AxiosRequestConfig>,
|
|
1229
1259
|
): Promise<KnowledgeBaseDTO[]>;
|
|
1260
|
+
/**
|
|
1261
|
+
* 获取应用有效授权
|
|
1262
|
+
*/
|
|
1263
|
+
getLicenseGetAppEffectiveLicense(
|
|
1264
|
+
query: getLicenseGetAppEffectiveLicenseQuery,
|
|
1265
|
+
config?: Partial<AxiosRequestConfig>,
|
|
1266
|
+
): Promise<AppEffectiveLicense>;
|
|
1230
1267
|
/**
|
|
1231
1268
|
* 判断对应模块是否已进行授权
|
|
1232
1269
|
*/
|
|
@@ -1241,6 +1278,13 @@ export interface ApiService {
|
|
|
1241
1278
|
data: UserLoginLogPageRequest,
|
|
1242
1279
|
config?: Partial<AxiosRequestConfig>,
|
|
1243
1280
|
): Promise<IPage<UserLoginLogDTO>>;
|
|
1281
|
+
/**
|
|
1282
|
+
* 重定向到微软登录页
|
|
1283
|
+
*/
|
|
1284
|
+
getLoginSettingGet(
|
|
1285
|
+
query: getLoginSettingGetQuery,
|
|
1286
|
+
config?: Partial<AxiosRequestConfig>,
|
|
1287
|
+
): Promise<ThirdPartyLoginConfig>;
|
|
1244
1288
|
/**
|
|
1245
1289
|
* 泛微OA认证地址
|
|
1246
1290
|
*/
|
|
@@ -1545,6 +1589,13 @@ export interface ApiService {
|
|
|
1545
1589
|
data: BIChartConditionDTO,
|
|
1546
1590
|
config?: Partial<AxiosRequestConfig>,
|
|
1547
1591
|
): Promise<object>;
|
|
1592
|
+
/**
|
|
1593
|
+
* 添加席位
|
|
1594
|
+
*/
|
|
1595
|
+
postSeatAdd(
|
|
1596
|
+
query: postSeatAddQuery,
|
|
1597
|
+
config?: Partial<AxiosRequestConfig>,
|
|
1598
|
+
): Promise<any>;
|
|
1548
1599
|
/**
|
|
1549
1600
|
* 操作人
|
|
1550
1601
|
*/
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
2
|
import type { AxiosRequestConfig } from 'axios';
|
|
3
|
-
export interface
|
|
3
|
+
export interface getExportAppidTenantIdPathParams {
|
|
4
4
|
appid: string;
|
|
5
|
+
tenantId: string;
|
|
5
6
|
}
|
|
6
7
|
export interface BiAppService {
|
|
7
8
|
/**
|
|
8
9
|
* 导出
|
|
9
10
|
*/
|
|
10
|
-
|
|
11
|
-
path:
|
|
11
|
+
getExportAppidTenantId(
|
|
12
|
+
path: getExportAppidTenantIdPathParams,
|
|
12
13
|
config?: Partial<AxiosRequestConfig>,
|
|
13
14
|
): Promise<any>;
|
|
14
15
|
}
|
|
@@ -40,6 +40,12 @@ export interface getListQuery {
|
|
|
40
40
|
*/
|
|
41
41
|
status?: string;
|
|
42
42
|
}
|
|
43
|
+
export interface deleteObjectQuery {
|
|
44
|
+
/**
|
|
45
|
+
* 删除的id,多个按','分割
|
|
46
|
+
*/
|
|
47
|
+
ids: string;
|
|
48
|
+
}
|
|
43
49
|
export interface getPageListQuery {
|
|
44
50
|
/**
|
|
45
51
|
* 单据任务名称
|
|
@@ -113,6 +119,13 @@ export interface FileTaskService {
|
|
|
113
119
|
query: getListQuery,
|
|
114
120
|
config?: Partial<AxiosRequestConfig>,
|
|
115
121
|
): Promise<FileTaskResponse[]>;
|
|
122
|
+
/**
|
|
123
|
+
* 删除数据及minio中的对象
|
|
124
|
+
*/
|
|
125
|
+
deleteObject(
|
|
126
|
+
query: deleteObjectQuery,
|
|
127
|
+
config?: Partial<AxiosRequestConfig>,
|
|
128
|
+
): Promise<string>;
|
|
116
129
|
/**
|
|
117
130
|
* 分页列表
|
|
118
131
|
*/
|
|
@@ -19,6 +19,10 @@ export interface getPageListQuery {
|
|
|
19
19
|
* 调用时间起
|
|
20
20
|
*/
|
|
21
21
|
beginTime?: string;
|
|
22
|
+
/**
|
|
23
|
+
* 请求体
|
|
24
|
+
*/
|
|
25
|
+
body?: string;
|
|
22
26
|
/**
|
|
23
27
|
* 调用时间止
|
|
24
28
|
*/
|
|
@@ -40,13 +44,25 @@ export interface getPageListQuery {
|
|
|
40
44
|
*/
|
|
41
45
|
pageNo?: number;
|
|
42
46
|
/**
|
|
43
|
-
*
|
|
47
|
+
* 分页大小
|
|
44
48
|
*/
|
|
45
49
|
pageSize?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 响应体
|
|
52
|
+
*/
|
|
53
|
+
response?: string;
|
|
46
54
|
/**
|
|
47
55
|
* 调用结果
|
|
48
56
|
*/
|
|
49
57
|
result?: number;
|
|
58
|
+
/**
|
|
59
|
+
* 排序字段
|
|
60
|
+
*/
|
|
61
|
+
sortField?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
64
|
+
*/
|
|
65
|
+
sortType?: string;
|
|
50
66
|
}
|
|
51
67
|
export interface InvokeLogService {
|
|
52
68
|
/**
|
|
@@ -2,6 +2,7 @@ import type { AxiosRequestConfig } from 'axios';
|
|
|
2
2
|
import type {
|
|
3
3
|
ClientsDto,
|
|
4
4
|
AuthBasicInfo,
|
|
5
|
+
AppEffectiveLicense,
|
|
5
6
|
LicenseExpireMsg,
|
|
6
7
|
LicenseLimitResponse,
|
|
7
8
|
AcLicenseResponse,
|
|
@@ -57,6 +58,16 @@ export interface getGetAppBasicInfoQuery {
|
|
|
57
58
|
*/
|
|
58
59
|
appId?: string;
|
|
59
60
|
}
|
|
61
|
+
export interface getGetAppEffectiveLicenseQuery {
|
|
62
|
+
/**
|
|
63
|
+
* 应用id
|
|
64
|
+
*/
|
|
65
|
+
appId: string;
|
|
66
|
+
/**
|
|
67
|
+
* 环境
|
|
68
|
+
*/
|
|
69
|
+
env: string;
|
|
70
|
+
}
|
|
60
71
|
export interface getGetExpireMsgQuery {
|
|
61
72
|
/**
|
|
62
73
|
* 应用id
|
|
@@ -181,6 +192,13 @@ export interface LicenseService {
|
|
|
181
192
|
query: getGetAppBasicInfoQuery,
|
|
182
193
|
config?: Partial<AxiosRequestConfig>,
|
|
183
194
|
): Promise<AuthBasicInfo>;
|
|
195
|
+
/**
|
|
196
|
+
* 获取应用有效授权
|
|
197
|
+
*/
|
|
198
|
+
getGetAppEffectiveLicense(
|
|
199
|
+
query: getGetAppEffectiveLicenseQuery,
|
|
200
|
+
config?: Partial<AxiosRequestConfig>,
|
|
201
|
+
): Promise<AppEffectiveLicense>;
|
|
184
202
|
/**
|
|
185
203
|
* 获取过期提醒
|
|
186
204
|
*/
|
|
@@ -27,6 +27,12 @@ export interface getPageListQuery {
|
|
|
27
27
|
*/
|
|
28
28
|
startTime?: string;
|
|
29
29
|
}
|
|
30
|
+
export interface getTenantLogQuery {
|
|
31
|
+
/**
|
|
32
|
+
* 租户ID
|
|
33
|
+
*/
|
|
34
|
+
tenantId: string;
|
|
35
|
+
}
|
|
30
36
|
export interface LoginLogService {
|
|
31
37
|
/**
|
|
32
38
|
* 登录足迹分页列表
|
|
@@ -35,4 +41,11 @@ export interface LoginLogService {
|
|
|
35
41
|
query: getPageListQuery,
|
|
36
42
|
config?: Partial<AxiosRequestConfig>,
|
|
37
43
|
): Promise<IPage<LoginLogResponse>>;
|
|
44
|
+
/**
|
|
45
|
+
* 最近登录租户
|
|
46
|
+
*/
|
|
47
|
+
getTenantLog(
|
|
48
|
+
query: getTenantLogQuery,
|
|
49
|
+
config?: Partial<AxiosRequestConfig>,
|
|
50
|
+
): Promise<string>;
|
|
38
51
|
}
|
|
@@ -3,6 +3,7 @@ import type {
|
|
|
3
3
|
SysConfigResponse,
|
|
4
4
|
SysConfigRequest,
|
|
5
5
|
PlatformBaseConfig,
|
|
6
|
+
CardLoginConfig,
|
|
6
7
|
DingTalkConfig,
|
|
7
8
|
MailConfig,
|
|
8
9
|
FeiShuConfig,
|
|
@@ -63,6 +64,12 @@ export interface PlatService {
|
|
|
63
64
|
data: PlatformBaseConfig,
|
|
64
65
|
config?: Partial<AxiosRequestConfig>,
|
|
65
66
|
): Promise<string>;
|
|
67
|
+
/**
|
|
68
|
+
* 查询刷卡登录是否启用
|
|
69
|
+
*/
|
|
70
|
+
getCardLoginCfg(
|
|
71
|
+
config?: Partial<AxiosRequestConfig>,
|
|
72
|
+
): Promise<CardLoginConfig>;
|
|
66
73
|
/**
|
|
67
74
|
* 钉钉设置 保存/更新
|
|
68
75
|
*/
|