@gct-paas/api 0.1.6-dev.11 → 0.1.6-dev.12
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 +183 -103
- package/es/apaas/service/apis/api.service.d.ts +5 -2
- 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/category.service.d.ts +16 -0
- package/es/apaas/service/apis/chat.service.d.ts +1 -2
- package/es/apaas/service/apis/excel-tmpl.service.d.ts +8 -0
- package/es/apaas/service/apis/excel.service.d.ts +2 -4
- package/es/apaas/service/apis/field-meta.service.d.ts +13 -0
- package/es/apaas/service/apis/medPro.service.d.ts +0 -108
- package/es/apaas/service/apis/model-meta.service.d.ts +17 -0
- package/es/apaas/service/apis/online-form-instance.service.d.ts +0 -4
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +1 -18
- package/es/apaas/service/apis/print.service.d.ts +1 -1
- package/es/apaas/service/apis/ss.service.d.ts +0 -9
- package/es/apaas/service/apis/trace-log-details.service.d.ts +12 -0
- package/es/apaas/service/entities.d.ts +675 -1
- package/es/apaas/service/index.d.ts +6 -0
- package/es/platform/service/api-config.mjs +8 -6
- package/es/platform/service/apis/api.service.d.ts +17 -0
- package/es/platform/service/apis/license.service.d.ts +1 -2
- package/es/platform/service/apis/org.service.d.ts +4 -0
- package/es/platform/service/apis/plugin.service.d.ts +1 -2
- package/es/platform/service/apis/tenant.service.d.ts +4 -0
- package/es/platform/service/entities.d.ts +6 -12
- package/package.json +1 -1
|
@@ -31,6 +31,7 @@ import type { DataTraceService } from './apis/data-trace.service';
|
|
|
31
31
|
import type { DesignerCommonService } from './apis/designer-common.service';
|
|
32
32
|
import type { DesignerLockService } from './apis/designer-lock.service';
|
|
33
33
|
import type { DesignerOperateLogService } from './apis/designer-operate-log.service';
|
|
34
|
+
import type { DetailPageService } from './apis/detail-page.service';
|
|
34
35
|
import type { DevopsService } from './apis/devops.service';
|
|
35
36
|
import type { DhrService } from './apis/dhr.service';
|
|
36
37
|
import type { DifyChatService } from './apis/dify-chat.service';
|
|
@@ -159,8 +160,10 @@ import type { TraceLogDetailsService } from './apis/trace-log-details.service';
|
|
|
159
160
|
import type { TraceMainlineService } from './apis/trace-mainline.service';
|
|
160
161
|
import type { TraceMainlineExtService } from './apis/trace-mainline-ext.service';
|
|
161
162
|
import type { TraceSettingService } from './apis/trace-setting.service';
|
|
163
|
+
import type { TransactionService } from './apis/transaction.service';
|
|
162
164
|
import type { UserGroupService } from './apis/user-group.service';
|
|
163
165
|
import type { UserGroupRelationService } from './apis/user-group-relation.service';
|
|
166
|
+
import type { UserService } from './apis/user.service';
|
|
164
167
|
import type { ViewModelService } from './apis/view-model.service';
|
|
165
168
|
import type { WashService } from './apis/wash.service';
|
|
166
169
|
import type { WebpageService } from './apis/webpage.service';
|
|
@@ -200,6 +203,7 @@ export interface ApiManage {
|
|
|
200
203
|
readonly designerCommon: DesignerCommonService;
|
|
201
204
|
readonly designerLock: DesignerLockService;
|
|
202
205
|
readonly designerOperateLog: DesignerOperateLogService;
|
|
206
|
+
readonly detailPage: DetailPageService;
|
|
203
207
|
readonly devops: DevopsService;
|
|
204
208
|
readonly dhr: DhrService;
|
|
205
209
|
readonly difyChat: DifyChatService;
|
|
@@ -328,8 +332,10 @@ export interface ApiManage {
|
|
|
328
332
|
readonly traceMainline: TraceMainlineService;
|
|
329
333
|
readonly traceMainlineExt: TraceMainlineExtService;
|
|
330
334
|
readonly traceSetting: TraceSettingService;
|
|
335
|
+
readonly transaction: TransactionService;
|
|
331
336
|
readonly userGroup: UserGroupService;
|
|
332
337
|
readonly userGroupRelation: UserGroupRelationService;
|
|
338
|
+
readonly user: UserService;
|
|
333
339
|
readonly viewModel: ViewModelService;
|
|
334
340
|
readonly wash: WashService;
|
|
335
341
|
readonly webpage: WebpageService;
|
|
@@ -1969,9 +1969,7 @@ export const apiConfig = [
|
|
|
1969
1969
|
mode: "post",
|
|
1970
1970
|
method: "postActivatesOffline",
|
|
1971
1971
|
path: "activatesOffline",
|
|
1972
|
-
|
|
1973
|
-
hasQuery: true,
|
|
1974
|
-
hasData: true
|
|
1972
|
+
hasQuery: true
|
|
1975
1973
|
},
|
|
1976
1974
|
{
|
|
1977
1975
|
mode: "get",
|
|
@@ -2903,9 +2901,7 @@ export const apiConfig = [
|
|
|
2903
2901
|
mode: "post",
|
|
2904
2902
|
method: "postUploadZip",
|
|
2905
2903
|
path: "uploadZip",
|
|
2906
|
-
|
|
2907
|
-
hasQuery: true,
|
|
2908
|
-
hasData: true
|
|
2904
|
+
hasQuery: true
|
|
2909
2905
|
},
|
|
2910
2906
|
{
|
|
2911
2907
|
mode: "put",
|
|
@@ -5433,6 +5429,12 @@ export const apiConfig = [
|
|
|
5433
5429
|
method: "getAppPublished",
|
|
5434
5430
|
path: "app/published"
|
|
5435
5431
|
},
|
|
5432
|
+
{
|
|
5433
|
+
mode: "get",
|
|
5434
|
+
method: "getAppSuite",
|
|
5435
|
+
path: "app/suite",
|
|
5436
|
+
hasQuery: true
|
|
5437
|
+
},
|
|
5436
5438
|
{
|
|
5437
5439
|
mode: "get",
|
|
5438
5440
|
method: "getAppTestPublished",
|
|
@@ -378,6 +378,16 @@ export interface getAppOrgUserInfoQuery extends IObject {
|
|
|
378
378
|
export interface putAppOrgIdPathParams {
|
|
379
379
|
id: string;
|
|
380
380
|
}
|
|
381
|
+
export interface getAppSuiteQuery extends IObject {
|
|
382
|
+
/**
|
|
383
|
+
* suiteKey
|
|
384
|
+
*/
|
|
385
|
+
suiteKey: string;
|
|
386
|
+
/**
|
|
387
|
+
* tenantId
|
|
388
|
+
*/
|
|
389
|
+
tenantId: string;
|
|
390
|
+
}
|
|
381
391
|
export interface postAppUserQuery extends IObject {
|
|
382
392
|
/**
|
|
383
393
|
* appId
|
|
@@ -1073,6 +1083,13 @@ export interface ApiService {
|
|
|
1073
1083
|
* 查询已发布应用
|
|
1074
1084
|
*/
|
|
1075
1085
|
getAppPublished(config?: Partial<AxiosRequestConfig>): Promise<string>;
|
|
1086
|
+
/**
|
|
1087
|
+
* 查询MDM应用信息
|
|
1088
|
+
*/
|
|
1089
|
+
getAppSuite(
|
|
1090
|
+
query: getAppSuiteQuery,
|
|
1091
|
+
config?: Partial<AxiosRequestConfig>,
|
|
1092
|
+
): Promise<App>;
|
|
1076
1093
|
/**
|
|
1077
1094
|
* 查询已发布验证环境的应用
|
|
1078
1095
|
*/
|
|
@@ -172,9 +172,8 @@ export interface LicenseService {
|
|
|
172
172
|
*/
|
|
173
173
|
postActivatesOffline(
|
|
174
174
|
query: postActivatesOfflineQuery,
|
|
175
|
-
data: UploadFileData,
|
|
176
175
|
config?: Partial<AxiosRequestConfig>,
|
|
177
|
-
): Promise<
|
|
176
|
+
): Promise<string>;
|
|
178
177
|
/**
|
|
179
178
|
* 证书校验,用于平台登录前判断是否在有效期
|
|
180
179
|
*/
|
|
@@ -172,9 +172,8 @@ export interface PluginService {
|
|
|
172
172
|
*/
|
|
173
173
|
postUploadZip(
|
|
174
174
|
query: postUploadZipQuery,
|
|
175
|
-
data: UploadFileData,
|
|
176
175
|
config?: Partial<AxiosRequestConfig>,
|
|
177
|
-
): Promise<
|
|
176
|
+
): Promise<PackageJson>;
|
|
178
177
|
/**
|
|
179
178
|
* 修改
|
|
180
179
|
*/
|
|
@@ -7832,18 +7832,6 @@ export interface InternalMessageResponse {
|
|
|
7832
7832
|
* @type string
|
|
7833
7833
|
*/
|
|
7834
7834
|
receiverId?: string;
|
|
7835
|
-
/**
|
|
7836
|
-
* 跳转配置: {"WEB":"菜单id","MOBILE":"菜单id","PAD":"菜单id"}
|
|
7837
|
-
*
|
|
7838
|
-
* @type string
|
|
7839
|
-
*/
|
|
7840
|
-
routerConfig?: string;
|
|
7841
|
-
/**
|
|
7842
|
-
* 跳转参数:由调用全局方法方传递
|
|
7843
|
-
*
|
|
7844
|
-
* @type string
|
|
7845
|
-
*/
|
|
7846
|
-
routerParams?: string;
|
|
7847
7835
|
/**
|
|
7848
7836
|
* 是否支持跳转
|
|
7849
7837
|
*
|
|
@@ -19329,6 +19317,12 @@ export interface ThirdPartyLoginConfig {
|
|
|
19329
19317
|
* @type string
|
|
19330
19318
|
*/
|
|
19331
19319
|
redirectURL?: string;
|
|
19320
|
+
/**
|
|
19321
|
+
* 账号关联字段(username_/账号,emp_no_/工号,mobile_/手机号码)
|
|
19322
|
+
*
|
|
19323
|
+
* @type string
|
|
19324
|
+
*/
|
|
19325
|
+
relationField?: string;
|
|
19332
19326
|
/**
|
|
19333
19327
|
* 应用secret
|
|
19334
19328
|
*
|