@gct-paas/api 0.1.0-dev.2 → 0.1.0-dev.3
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/gct-api.esm.min.js +25 -0
- package/dist/gct-api.system.min.js +25 -0
- package/es/apaas/service/api-config.mjs +676 -20
- package/es/apaas/service/apis/api.service.d.ts +10 -0
- package/es/apaas/service/apis/app-granted-user.service.d.ts +1 -0
- package/es/apaas/service/apis/audit-log.service.d.ts +2 -5
- package/es/apaas/service/apis/category.service.d.ts +0 -2
- package/es/apaas/service/apis/control-config.service.d.ts +4 -0
- package/es/apaas/service/apis/designer-common.service.d.ts +4 -0
- package/es/apaas/service/apis/dhr.service.d.ts +46 -0
- package/es/apaas/service/apis/doc-outline.service.d.ts +1 -1
- package/es/apaas/service/apis/document.service.d.ts +4 -0
- package/es/apaas/service/apis/edhr-category.service.d.ts +57 -0
- package/es/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +60 -0
- package/es/apaas/service/apis/edhr-instance.service.d.ts +7 -0
- package/es/apaas/service/apis/edhr-tmpl.service.d.ts +5 -2
- package/es/apaas/service/apis/file-resource.service.d.ts +1 -0
- package/es/apaas/service/apis/file.service.d.ts +10 -0
- package/es/apaas/service/apis/form.service.d.ts +41 -0
- package/es/apaas/service/apis/label.service.d.ts +41 -1
- package/es/apaas/service/apis/message-record.service.d.ts +2 -0
- package/es/apaas/service/apis/model-meta.service.d.ts +25 -0
- package/es/apaas/service/apis/model-permission-relation.service.d.ts +50 -0
- package/es/apaas/service/apis/online-form-category.service.d.ts +57 -0
- package/es/apaas/service/apis/online-form-instance.service.d.ts +75 -6
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +6 -1
- package/es/apaas/service/apis/online-form.service.d.ts +0 -5
- package/es/apaas/service/apis/online-user-summary.service.d.ts +50 -0
- package/es/apaas/service/apis/online.service.d.ts +15 -1
- package/es/apaas/service/apis/pad-page.service.d.ts +70 -0
- package/es/apaas/service/apis/page-designer-log.service.d.ts +1 -1
- package/es/apaas/service/apis/pm-process-definition.service.d.ts +1 -0
- package/es/apaas/service/apis/print.service.d.ts +5 -0
- package/es/apaas/service/apis/process-definition-version.service.d.ts +8 -0
- package/es/apaas/service/apis/process-path.service.d.ts +8 -0
- package/es/apaas/service/apis/process-task-done.service.d.ts +10 -0
- package/es/apaas/service/apis/process-task-todo.service.d.ts +20 -0
- package/es/apaas/service/apis/product-release.service.d.ts +9 -0
- package/es/apaas/service/apis/report-data-set.service.d.ts +10 -0
- package/es/apaas/service/apis/sandbox-config.service.d.ts +74 -0
- package/es/apaas/service/apis/ss.service.d.ts +12 -0
- package/es/apaas/service/apis/trace-log.service.d.ts +1 -0
- package/es/apaas/service/entities.d.ts +9796 -6316
- package/es/apaas/service/index.d.ts +18 -0
- package/es/index.d.ts +1 -0
- package/es/index.mjs +1 -0
- package/es/ipaas/service/api-config.mjs +21 -0
- package/es/ipaas/service/apis/camel.service.d.ts +8 -0
- package/es/ipaas/service/apis/flow.service.d.ts +10 -1
- package/es/ipaas/service/entities.d.ts +27 -1
- package/es/platform/service/api-config.mjs +320 -16
- package/es/platform/service/apis/api.service.d.ts +63 -30
- package/es/platform/service/apis/app-member.service.d.ts +0 -4
- package/es/platform/service/apis/bi-app.service.d.ts +6 -0
- package/es/platform/service/apis/database.service.d.ts +24 -0
- package/es/platform/service/apis/dataset.service.d.ts +19 -0
- package/es/platform/service/apis/device-interconnection-param.service.d.ts +58 -0
- package/es/platform/service/apis/device-interconnection.service.d.ts +63 -0
- package/es/platform/service/apis/device-param-ref.service.d.ts +25 -0
- package/es/platform/service/apis/file-task.service.d.ts +1 -0
- package/es/platform/service/apis/file.service.d.ts +4 -0
- package/es/platform/service/apis/license.service.d.ts +8 -0
- package/es/platform/service/apis/login.service.d.ts +1 -0
- package/es/platform/service/apis/org.service.d.ts +1 -0
- package/es/platform/service/apis/plat.service.d.ts +17 -0
- package/es/platform/service/apis/seal-management.service.d.ts +1 -1
- package/es/platform/service/apis/tenant.service.d.ts +1 -0
- package/es/platform/service/entities.d.ts +768 -72
- package/es/platform/service/index.d.ts +8 -0
- package/es/service/api-manage.d.ts +26 -0
- package/es/service/api-manage.mjs +29 -0
- package/es/service/api-service.d.ts +96 -0
- package/es/service/api-service.interface.d.ts +159 -0
- package/es/service/api-service.interface.mjs +0 -0
- package/es/service/api-service.mjs +169 -0
- package/es/service/http.enum.d.ts +76 -0
- package/es/service/http.enum.mjs +60 -0
- package/es/service/http.util.d.ts +113 -0
- package/es/service/http.util.mjs +155 -0
- package/es/service/index.d.ts +8 -0
- package/es/service/index.mjs +14 -0
- package/es/types/index.d.ts +2 -0
- package/es/utils/index.d.ts +10 -0
- package/es/utils/index.mjs +14 -0
- package/lib/apaas/service/api-config.cjs +566 -14
- package/lib/apaas/service/apis/api.service.d.ts +10 -0
- package/lib/apaas/service/apis/app-granted-user.service.d.ts +1 -0
- package/lib/apaas/service/apis/audit-log.service.d.ts +2 -5
- package/lib/apaas/service/apis/category.service.d.ts +0 -2
- package/lib/apaas/service/apis/control-config.service.d.ts +4 -0
- package/lib/apaas/service/apis/designer-common.service.d.ts +4 -0
- package/lib/apaas/service/apis/dhr.service.d.ts +46 -0
- package/lib/apaas/service/apis/doc-outline.service.d.ts +1 -1
- package/lib/apaas/service/apis/document.service.d.ts +4 -0
- package/lib/apaas/service/apis/edhr-category.service.d.ts +57 -0
- package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +60 -0
- package/lib/apaas/service/apis/edhr-instance.service.d.ts +7 -0
- package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +5 -2
- package/lib/apaas/service/apis/file-resource.service.d.ts +1 -0
- package/lib/apaas/service/apis/file.service.d.ts +10 -0
- package/lib/apaas/service/apis/form.service.d.ts +41 -0
- package/lib/apaas/service/apis/label.service.d.ts +41 -1
- package/lib/apaas/service/apis/message-record.service.d.ts +2 -0
- package/lib/apaas/service/apis/model-meta.service.d.ts +25 -0
- package/lib/apaas/service/apis/model-permission-relation.service.d.ts +50 -0
- package/lib/apaas/service/apis/online-form-category.service.d.ts +57 -0
- package/lib/apaas/service/apis/online-form-instance.service.d.ts +75 -6
- package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +6 -1
- package/lib/apaas/service/apis/online-form.service.d.ts +0 -5
- package/lib/apaas/service/apis/online-user-summary.service.d.ts +50 -0
- package/lib/apaas/service/apis/online.service.d.ts +15 -1
- package/lib/apaas/service/apis/pad-page.service.d.ts +70 -0
- package/lib/apaas/service/apis/page-designer-log.service.d.ts +1 -1
- package/lib/apaas/service/apis/pm-process-definition.service.d.ts +1 -0
- package/lib/apaas/service/apis/print.service.d.ts +5 -0
- package/lib/apaas/service/apis/process-definition-version.service.d.ts +8 -0
- package/lib/apaas/service/apis/process-path.service.d.ts +8 -0
- package/lib/apaas/service/apis/process-task-done.service.d.ts +10 -0
- package/lib/apaas/service/apis/process-task-todo.service.d.ts +20 -0
- package/lib/apaas/service/apis/product-release.service.d.ts +9 -0
- package/lib/apaas/service/apis/report-data-set.service.d.ts +10 -0
- package/lib/apaas/service/apis/sandbox-config.service.d.ts +74 -0
- package/lib/apaas/service/apis/ss.service.d.ts +12 -0
- package/lib/apaas/service/apis/trace-log.service.d.ts +1 -0
- package/lib/apaas/service/entities.d.ts +9796 -6316
- package/lib/apaas/service/index.d.ts +18 -0
- package/lib/index.cjs +16 -0
- package/lib/ipaas/service/api-config.cjs +18 -0
- package/lib/ipaas/service/apis/camel.service.d.ts +8 -0
- package/lib/ipaas/service/apis/flow.service.d.ts +10 -1
- package/lib/ipaas/service/entities.d.ts +27 -1
- package/lib/platform/service/api-config.cjs +271 -15
- package/lib/platform/service/apis/api.service.d.ts +63 -30
- package/lib/platform/service/apis/app-member.service.d.ts +0 -4
- package/lib/platform/service/apis/bi-app.service.d.ts +6 -0
- package/lib/platform/service/apis/database.service.d.ts +24 -0
- package/lib/platform/service/apis/dataset.service.d.ts +19 -0
- package/lib/platform/service/apis/device-interconnection-param.service.d.ts +58 -0
- package/lib/platform/service/apis/device-interconnection.service.d.ts +63 -0
- package/lib/platform/service/apis/device-param-ref.service.d.ts +25 -0
- package/lib/platform/service/apis/file-task.service.d.ts +1 -0
- package/lib/platform/service/apis/file.service.d.ts +4 -0
- package/lib/platform/service/apis/license.service.d.ts +8 -0
- package/lib/platform/service/apis/login.service.d.ts +1 -0
- package/lib/platform/service/apis/org.service.d.ts +1 -0
- package/lib/platform/service/apis/plat.service.d.ts +17 -0
- package/lib/platform/service/apis/seal-management.service.d.ts +1 -1
- package/lib/platform/service/apis/tenant.service.d.ts +1 -0
- package/lib/platform/service/entities.d.ts +768 -72
- package/lib/platform/service/index.d.ts +8 -0
- package/lib/service/api-manage.cjs +34 -0
- package/lib/service/api-service.cjs +142 -0
- package/lib/service/api-service.interface.cjs +1 -0
- package/lib/service/http.enum.cjs +66 -0
- package/lib/service/http.util.cjs +181 -0
- package/lib/service/index.cjs +45 -0
- package/lib/types/index.d.ts +2 -0
- package/lib/utils/index.cjs +16 -0
- package/package.json +38 -38
- package/dist/api-apaas.esm.js +0 -1
- package/dist/api-apaas.system.js +0 -1
- package/dist/api-ipaas.esm.js +0 -1
- package/dist/api-ipaas.system.js +0 -1
- package/dist/api-platform.esm.js +0 -1
- package/dist/api-platform.system.js +0 -1
|
@@ -30,6 +30,7 @@ import type { DesignerCommonService } from './apis/designer-common.service';
|
|
|
30
30
|
import type { DesignerLockService } from './apis/designer-lock.service';
|
|
31
31
|
import type { DesignerOperateLogService } from './apis/designer-operate-log.service';
|
|
32
32
|
import type { DevopsService } from './apis/devops.service';
|
|
33
|
+
import type { DhrService } from './apis/dhr.service';
|
|
33
34
|
import type { DifyChatService } from './apis/dify-chat.service';
|
|
34
35
|
import type { DocControlStartedService } from './apis/doc-control-started.service';
|
|
35
36
|
import type { DocControlTaskDoneService } from './apis/doc-control-task-done.service';
|
|
@@ -37,6 +38,8 @@ import type { DocControlTaskTodoService } from './apis/doc-control-task-todo.ser
|
|
|
37
38
|
import type { DocControlService } from './apis/doc-control.service';
|
|
38
39
|
import type { DocOutlineService } from './apis/doc-outline.service';
|
|
39
40
|
import type { DocumentService } from './apis/document.service';
|
|
41
|
+
import type { EdhrCategoryService } from './apis/edhr-category.service';
|
|
42
|
+
import type { EdhrCirculationFormRelateModelService } from './apis/edhr-circulationFormRelateModel.service';
|
|
40
43
|
import type { EdhrInstanceService } from './apis/edhr-instance.service';
|
|
41
44
|
import type { EdhrInstanceRelationService } from './apis/edhr-instance-relation.service';
|
|
42
45
|
import type { EdhrInstanceSearchHistoryService } from './apis/edhr-instance-search-history.service';
|
|
@@ -66,6 +69,7 @@ import type { LabelService } from './apis/label.service';
|
|
|
66
69
|
import type { LabelLogService } from './apis/label-log.service';
|
|
67
70
|
import type { LoginLogService } from './apis/login-log.service';
|
|
68
71
|
import type { MedProService } from './apis/medPro.service';
|
|
72
|
+
import type { MedproService } from './apis/medpro.service';
|
|
69
73
|
import type { MenuConfigService } from './apis/menu-config.service';
|
|
70
74
|
import type { MergeLogService } from './apis/merge-log.service';
|
|
71
75
|
import type { MessageRecordService } from './apis/message-record.service';
|
|
@@ -77,15 +81,19 @@ import type { ModelComprehensiveService } from './apis/model-comprehensive.servi
|
|
|
77
81
|
import type { ModelDataService } from './apis/model-data.service';
|
|
78
82
|
import type { ModelMetaService } from './apis/model-meta.service';
|
|
79
83
|
import type { ModelMethodService } from './apis/model-method.service';
|
|
84
|
+
import type { ModelPermissionRelationService } from './apis/model-permission-relation.service';
|
|
80
85
|
import type { ModelService } from './apis/model.service';
|
|
86
|
+
import type { OnlineFormCategoryService } from './apis/online-form-category.service';
|
|
81
87
|
import type { OnlineFormChangeHistoryService } from './apis/online-form-change-history.service';
|
|
82
88
|
import type { OnlineFormInstanceService } from './apis/online-form-instance.service';
|
|
83
89
|
import type { OnlineFormLogService } from './apis/online-form-log.service';
|
|
84
90
|
import type { OnlineFormTmplLogService } from './apis/online-form-tmpl-log.service';
|
|
85
91
|
import type { OnlineFormTmplService } from './apis/online-form-tmpl.service';
|
|
86
92
|
import type { OnlineFormService } from './apis/online-form.service';
|
|
93
|
+
import type { OnlineUserSummaryService } from './apis/online-user-summary.service';
|
|
87
94
|
import type { OnlineService } from './apis/online.service';
|
|
88
95
|
import type { OpenapiService } from './apis/openapi.service';
|
|
96
|
+
import type { PadPageService } from './apis/pad-page.service';
|
|
89
97
|
import type { PageDesignerLogService } from './apis/page-designer-log.service';
|
|
90
98
|
import type { PermissionService } from './apis/permission.service';
|
|
91
99
|
import type { PlatService } from './apis/plat.service';
|
|
@@ -121,6 +129,7 @@ import type { ReportDataSetService } from './apis/report-data-set.service';
|
|
|
121
129
|
import type { ReportDataService } from './apis/report-data.service';
|
|
122
130
|
import type { RoleService } from './apis/role.service';
|
|
123
131
|
import type { RolePermissionService } from './apis/role-permission.service';
|
|
132
|
+
import type { SandboxConfigService } from './apis/sandbox-config.service';
|
|
124
133
|
import type { ScriptService } from './apis/script.service';
|
|
125
134
|
import type { ScriptAssistantService } from './apis/script-assistant.service';
|
|
126
135
|
import type { ScriptVersionService } from './apis/script-version.service';
|
|
@@ -182,6 +191,7 @@ export interface ApiManage {
|
|
|
182
191
|
readonly designerLock: DesignerLockService;
|
|
183
192
|
readonly designerOperateLog: DesignerOperateLogService;
|
|
184
193
|
readonly devops: DevopsService;
|
|
194
|
+
readonly dhr: DhrService;
|
|
185
195
|
readonly difyChat: DifyChatService;
|
|
186
196
|
readonly docControlStarted: DocControlStartedService;
|
|
187
197
|
readonly docControlTaskDone: DocControlTaskDoneService;
|
|
@@ -189,6 +199,8 @@ export interface ApiManage {
|
|
|
189
199
|
readonly docControl: DocControlService;
|
|
190
200
|
readonly docOutline: DocOutlineService;
|
|
191
201
|
readonly document: DocumentService;
|
|
202
|
+
readonly edhrCategory: EdhrCategoryService;
|
|
203
|
+
readonly edhrCirculationFormRelateModel: EdhrCirculationFormRelateModelService;
|
|
192
204
|
readonly edhrInstance: EdhrInstanceService;
|
|
193
205
|
readonly edhrInstanceRelation: EdhrInstanceRelationService;
|
|
194
206
|
readonly edhrInstanceSearchHistory: EdhrInstanceSearchHistoryService;
|
|
@@ -218,6 +230,7 @@ export interface ApiManage {
|
|
|
218
230
|
readonly labelLog: LabelLogService;
|
|
219
231
|
readonly loginLog: LoginLogService;
|
|
220
232
|
readonly medPro: MedProService;
|
|
233
|
+
readonly medpro: MedproService;
|
|
221
234
|
readonly menuConfig: MenuConfigService;
|
|
222
235
|
readonly mergeLog: MergeLogService;
|
|
223
236
|
readonly messageRecord: MessageRecordService;
|
|
@@ -229,15 +242,19 @@ export interface ApiManage {
|
|
|
229
242
|
readonly modelData: ModelDataService;
|
|
230
243
|
readonly modelMeta: ModelMetaService;
|
|
231
244
|
readonly modelMethod: ModelMethodService;
|
|
245
|
+
readonly modelPermissionRelation: ModelPermissionRelationService;
|
|
232
246
|
readonly model: ModelService;
|
|
247
|
+
readonly onlineFormCategory: OnlineFormCategoryService;
|
|
233
248
|
readonly onlineFormChangeHistory: OnlineFormChangeHistoryService;
|
|
234
249
|
readonly onlineFormInstance: OnlineFormInstanceService;
|
|
235
250
|
readonly onlineFormLog: OnlineFormLogService;
|
|
236
251
|
readonly onlineFormTmplLog: OnlineFormTmplLogService;
|
|
237
252
|
readonly onlineFormTmpl: OnlineFormTmplService;
|
|
238
253
|
readonly onlineForm: OnlineFormService;
|
|
254
|
+
readonly onlineUserSummary: OnlineUserSummaryService;
|
|
239
255
|
readonly online: OnlineService;
|
|
240
256
|
readonly openapi: OpenapiService;
|
|
257
|
+
readonly padPage: PadPageService;
|
|
241
258
|
readonly pageDesignerLog: PageDesignerLogService;
|
|
242
259
|
readonly permission: PermissionService;
|
|
243
260
|
readonly plat: PlatService;
|
|
@@ -273,6 +290,7 @@ export interface ApiManage {
|
|
|
273
290
|
readonly reportData: ReportDataService;
|
|
274
291
|
readonly role: RoleService;
|
|
275
292
|
readonly rolePermission: RolePermissionService;
|
|
293
|
+
readonly sandboxConfig: SandboxConfigService;
|
|
276
294
|
readonly script: ScriptService;
|
|
277
295
|
readonly scriptAssistant: ScriptAssistantService;
|
|
278
296
|
readonly scriptVersion: ScriptVersionService;
|
package/lib/index.cjs
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _service = require("./service/index.cjs");
|
|
7
|
+
Object.keys(_service).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _service[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _service[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
@@ -53,6 +53,18 @@ const apiConfig = exports.apiConfig = [{
|
|
|
53
53
|
path: "fetchMissingParams",
|
|
54
54
|
hasQuery: true,
|
|
55
55
|
hasData: false
|
|
56
|
+
}, {
|
|
57
|
+
mode: "post",
|
|
58
|
+
method: "postLoad",
|
|
59
|
+
path: "load",
|
|
60
|
+
hasQuery: false,
|
|
61
|
+
hasData: false
|
|
62
|
+
}, {
|
|
63
|
+
mode: "get",
|
|
64
|
+
method: "getRoutes",
|
|
65
|
+
path: "routes",
|
|
66
|
+
hasQuery: false,
|
|
67
|
+
hasData: false
|
|
56
68
|
}, {
|
|
57
69
|
mode: "get",
|
|
58
70
|
method: "getSchema",
|
|
@@ -315,6 +327,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
315
327
|
path: "export",
|
|
316
328
|
hasQuery: false,
|
|
317
329
|
hasData: false
|
|
330
|
+
}, {
|
|
331
|
+
mode: "get",
|
|
332
|
+
method: "getFlowCategoryTree",
|
|
333
|
+
path: "flowCategoryTree",
|
|
334
|
+
hasQuery: false,
|
|
335
|
+
hasData: false
|
|
318
336
|
}, {
|
|
319
337
|
mode: "post",
|
|
320
338
|
method: "postImport",
|
|
@@ -27,6 +27,14 @@ export interface CamelService {
|
|
|
27
27
|
query: postFetchMissingParamsQuery,
|
|
28
28
|
config?: Record<string, string>,
|
|
29
29
|
): Promise<IHttpResponse<ResponseEntity>>;
|
|
30
|
+
// 同步调试
|
|
31
|
+
postLoad(
|
|
32
|
+
config?: Record<string, string>,
|
|
33
|
+
): Promise<IHttpResponse<ResponseEntity>>;
|
|
34
|
+
// 获取所有的路由定义
|
|
35
|
+
getRoutes(
|
|
36
|
+
config?: Record<string, string>,
|
|
37
|
+
): Promise<IHttpResponse<ResponseEntity>>;
|
|
30
38
|
// schema转换
|
|
31
39
|
getSchema(
|
|
32
40
|
query: getSchemaQuery,
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type {
|
|
2
|
+
ResponseEntity,
|
|
3
|
+
FlowCategoryTree,
|
|
4
|
+
FlowMainResp,
|
|
5
|
+
FlowUpdateReq,
|
|
6
|
+
} from '../entities';
|
|
2
7
|
|
|
3
8
|
export interface postImportQuery {
|
|
4
9
|
categoryId: string; // 分类id
|
|
@@ -23,6 +28,10 @@ export interface FlowService {
|
|
|
23
28
|
postExport(
|
|
24
29
|
config?: Record<string, string>,
|
|
25
30
|
): Promise<IHttpResponse<ResponseEntity>>;
|
|
31
|
+
// 流程和分类关联树
|
|
32
|
+
getFlowCategoryTree(
|
|
33
|
+
config?: Record<string, string>,
|
|
34
|
+
): Promise<IHttpResponse<FlowCategoryTree[]>>;
|
|
26
35
|
// 导入
|
|
27
36
|
postImport(
|
|
28
37
|
query: postImportQuery,
|
|
@@ -194,7 +194,7 @@ export interface AppConnectorResp {
|
|
|
194
194
|
}
|
|
195
195
|
export interface AuthFormConfig {
|
|
196
196
|
/**
|
|
197
|
-
*
|
|
197
|
+
* 字段key:例如账号:account
|
|
198
198
|
*
|
|
199
199
|
* @type string
|
|
200
200
|
*/
|
|
@@ -1100,6 +1100,32 @@ export interface FlowCategoryResponse {
|
|
|
1100
1100
|
*/
|
|
1101
1101
|
sysBuiltin?: number;
|
|
1102
1102
|
}
|
|
1103
|
+
export interface FlowCategoryTree {
|
|
1104
|
+
/**
|
|
1105
|
+
* 子节点
|
|
1106
|
+
*
|
|
1107
|
+
* @type FlowCategoryTree[]
|
|
1108
|
+
*/
|
|
1109
|
+
child?: FlowCategoryTree[];
|
|
1110
|
+
/**
|
|
1111
|
+
* 数据id
|
|
1112
|
+
*
|
|
1113
|
+
* @type string
|
|
1114
|
+
*/
|
|
1115
|
+
id?: string;
|
|
1116
|
+
/**
|
|
1117
|
+
* 名称
|
|
1118
|
+
*
|
|
1119
|
+
* @type string
|
|
1120
|
+
*/
|
|
1121
|
+
name?: string;
|
|
1122
|
+
/**
|
|
1123
|
+
* 类型:flow 流程、category 分类
|
|
1124
|
+
*
|
|
1125
|
+
* @type string
|
|
1126
|
+
*/
|
|
1127
|
+
type?: string;
|
|
1128
|
+
}
|
|
1103
1129
|
export interface FlowCreateWithCategoryReq {
|
|
1104
1130
|
/**
|
|
1105
1131
|
* 分类id
|
|
@@ -349,12 +349,6 @@ const apiConfig = exports.apiConfig = [{
|
|
|
349
349
|
path: "list",
|
|
350
350
|
hasQuery: true,
|
|
351
351
|
hasData: false
|
|
352
|
-
}, {
|
|
353
|
-
mode: "post",
|
|
354
|
-
method: "postListMulti",
|
|
355
|
-
path: "list-multi",
|
|
356
|
-
hasQuery: false,
|
|
357
|
-
hasData: false
|
|
358
352
|
}, {
|
|
359
353
|
mode: "get",
|
|
360
354
|
method: "getPageList",
|
|
@@ -506,6 +500,16 @@ const apiConfig = exports.apiConfig = [{
|
|
|
506
500
|
hasQuery: false,
|
|
507
501
|
hasData: true
|
|
508
502
|
}]
|
|
503
|
+
}, {
|
|
504
|
+
name: "biApp",
|
|
505
|
+
entityName: "bi-app",
|
|
506
|
+
apis: [{
|
|
507
|
+
mode: "get",
|
|
508
|
+
method: "getExportAppid",
|
|
509
|
+
path: "export/{appid}",
|
|
510
|
+
hasQuery: false,
|
|
511
|
+
hasData: false
|
|
512
|
+
}]
|
|
509
513
|
}, {
|
|
510
514
|
name: "biDataSet",
|
|
511
515
|
entityName: "bi-data-set",
|
|
@@ -890,11 +894,23 @@ const apiConfig = exports.apiConfig = [{
|
|
|
890
894
|
name: "database",
|
|
891
895
|
entityName: "database",
|
|
892
896
|
apis: [{
|
|
897
|
+
mode: "post",
|
|
898
|
+
method: "post",
|
|
899
|
+
path: "",
|
|
900
|
+
hasQuery: false,
|
|
901
|
+
hasData: true
|
|
902
|
+
}, {
|
|
893
903
|
mode: "post",
|
|
894
904
|
method: "postAddDatabase",
|
|
895
905
|
path: "addDatabase",
|
|
896
906
|
hasQuery: false,
|
|
897
907
|
hasData: true
|
|
908
|
+
}, {
|
|
909
|
+
mode: "post",
|
|
910
|
+
method: "postApiDataFlatten",
|
|
911
|
+
path: "api-data-flatten",
|
|
912
|
+
hasQuery: false,
|
|
913
|
+
hasData: false
|
|
898
914
|
}, {
|
|
899
915
|
mode: "get",
|
|
900
916
|
method: "getColumnInformation",
|
|
@@ -949,6 +965,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
949
965
|
path: "table/information",
|
|
950
966
|
hasQuery: true,
|
|
951
967
|
hasData: false
|
|
968
|
+
}, {
|
|
969
|
+
mode: "post",
|
|
970
|
+
method: "postTestApi",
|
|
971
|
+
path: "testApi",
|
|
972
|
+
hasQuery: false,
|
|
973
|
+
hasData: true
|
|
952
974
|
}, {
|
|
953
975
|
mode: "post",
|
|
954
976
|
method: "postTestDatabaseConn",
|
|
@@ -967,6 +989,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
967
989
|
path: "view/information",
|
|
968
990
|
hasQuery: true,
|
|
969
991
|
hasData: false
|
|
992
|
+
}, {
|
|
993
|
+
mode: "put",
|
|
994
|
+
method: "putId",
|
|
995
|
+
path: "",
|
|
996
|
+
hasQuery: true,
|
|
997
|
+
hasData: true
|
|
970
998
|
}]
|
|
971
999
|
}, {
|
|
972
1000
|
name: "dataset",
|
|
@@ -995,6 +1023,18 @@ const apiConfig = exports.apiConfig = [{
|
|
|
995
1023
|
path: "column-value",
|
|
996
1024
|
hasQuery: true,
|
|
997
1025
|
hasData: false
|
|
1026
|
+
}, {
|
|
1027
|
+
mode: "post",
|
|
1028
|
+
method: "postCreateRequest",
|
|
1029
|
+
path: "create-request",
|
|
1030
|
+
hasQuery: true,
|
|
1031
|
+
hasData: false
|
|
1032
|
+
}, {
|
|
1033
|
+
mode: "post",
|
|
1034
|
+
method: "postEditRequest",
|
|
1035
|
+
path: "edit-request",
|
|
1036
|
+
hasQuery: true,
|
|
1037
|
+
hasData: true
|
|
998
1038
|
}, {
|
|
999
1039
|
mode: "put",
|
|
1000
1040
|
method: "putEncode",
|
|
@@ -1274,6 +1314,138 @@ const apiConfig = exports.apiConfig = [{
|
|
|
1274
1314
|
hasQuery: true,
|
|
1275
1315
|
hasData: true
|
|
1276
1316
|
}]
|
|
1317
|
+
}, {
|
|
1318
|
+
name: "deviceInterconnection",
|
|
1319
|
+
entityName: "device-interconnection",
|
|
1320
|
+
apis: [{
|
|
1321
|
+
mode: "post",
|
|
1322
|
+
method: "post",
|
|
1323
|
+
path: "",
|
|
1324
|
+
hasQuery: false,
|
|
1325
|
+
hasData: true
|
|
1326
|
+
}, {
|
|
1327
|
+
mode: "delete",
|
|
1328
|
+
method: "delete",
|
|
1329
|
+
path: "",
|
|
1330
|
+
hasQuery: true,
|
|
1331
|
+
hasData: false
|
|
1332
|
+
}, {
|
|
1333
|
+
mode: "get",
|
|
1334
|
+
method: "getData",
|
|
1335
|
+
path: "data",
|
|
1336
|
+
hasQuery: true,
|
|
1337
|
+
hasData: false
|
|
1338
|
+
}, {
|
|
1339
|
+
mode: "post",
|
|
1340
|
+
method: "postExport",
|
|
1341
|
+
path: "export",
|
|
1342
|
+
hasQuery: false,
|
|
1343
|
+
hasData: false
|
|
1344
|
+
}, {
|
|
1345
|
+
mode: "post",
|
|
1346
|
+
method: "postImport",
|
|
1347
|
+
path: "import",
|
|
1348
|
+
hasQuery: false,
|
|
1349
|
+
hasData: false
|
|
1350
|
+
}, {
|
|
1351
|
+
mode: "get",
|
|
1352
|
+
method: "getInfo",
|
|
1353
|
+
path: "info",
|
|
1354
|
+
hasQuery: true,
|
|
1355
|
+
hasData: false
|
|
1356
|
+
}, {
|
|
1357
|
+
mode: "get",
|
|
1358
|
+
method: "getList",
|
|
1359
|
+
path: "list",
|
|
1360
|
+
hasQuery: false,
|
|
1361
|
+
hasData: false
|
|
1362
|
+
}, {
|
|
1363
|
+
mode: "get",
|
|
1364
|
+
method: "getPageList",
|
|
1365
|
+
path: "page/list",
|
|
1366
|
+
hasQuery: true,
|
|
1367
|
+
hasData: false
|
|
1368
|
+
}, {
|
|
1369
|
+
mode: "put",
|
|
1370
|
+
method: "putId",
|
|
1371
|
+
path: "",
|
|
1372
|
+
hasQuery: true,
|
|
1373
|
+
hasData: true
|
|
1374
|
+
}]
|
|
1375
|
+
}, {
|
|
1376
|
+
name: "deviceInterconnectionParam",
|
|
1377
|
+
entityName: "device-interconnection-param",
|
|
1378
|
+
apis: [{
|
|
1379
|
+
mode: "post",
|
|
1380
|
+
method: "post",
|
|
1381
|
+
path: "",
|
|
1382
|
+
hasQuery: false,
|
|
1383
|
+
hasData: true
|
|
1384
|
+
}, {
|
|
1385
|
+
mode: "delete",
|
|
1386
|
+
method: "delete",
|
|
1387
|
+
path: "",
|
|
1388
|
+
hasQuery: true,
|
|
1389
|
+
hasData: false
|
|
1390
|
+
}, {
|
|
1391
|
+
mode: "post",
|
|
1392
|
+
method: "postExport",
|
|
1393
|
+
path: "export",
|
|
1394
|
+
hasQuery: false,
|
|
1395
|
+
hasData: false
|
|
1396
|
+
}, {
|
|
1397
|
+
mode: "post",
|
|
1398
|
+
method: "postImport",
|
|
1399
|
+
path: "import",
|
|
1400
|
+
hasQuery: false,
|
|
1401
|
+
hasData: false
|
|
1402
|
+
}, {
|
|
1403
|
+
mode: "get",
|
|
1404
|
+
method: "getInfo",
|
|
1405
|
+
path: "info",
|
|
1406
|
+
hasQuery: true,
|
|
1407
|
+
hasData: false
|
|
1408
|
+
}, {
|
|
1409
|
+
mode: "get",
|
|
1410
|
+
method: "getList",
|
|
1411
|
+
path: "list",
|
|
1412
|
+
hasQuery: false,
|
|
1413
|
+
hasData: false
|
|
1414
|
+
}, {
|
|
1415
|
+
mode: "get",
|
|
1416
|
+
method: "getPageList",
|
|
1417
|
+
path: "page/list",
|
|
1418
|
+
hasQuery: true,
|
|
1419
|
+
hasData: false
|
|
1420
|
+
}, {
|
|
1421
|
+
mode: "put",
|
|
1422
|
+
method: "putId",
|
|
1423
|
+
path: "",
|
|
1424
|
+
hasQuery: true,
|
|
1425
|
+
hasData: true
|
|
1426
|
+
}]
|
|
1427
|
+
}, {
|
|
1428
|
+
name: "deviceParamRef",
|
|
1429
|
+
entityName: "device-param-ref",
|
|
1430
|
+
apis: [{
|
|
1431
|
+
mode: "get",
|
|
1432
|
+
method: "getInfo",
|
|
1433
|
+
path: "info",
|
|
1434
|
+
hasQuery: true,
|
|
1435
|
+
hasData: false
|
|
1436
|
+
}, {
|
|
1437
|
+
mode: "get",
|
|
1438
|
+
method: "getList",
|
|
1439
|
+
path: "list",
|
|
1440
|
+
hasQuery: false,
|
|
1441
|
+
hasData: false
|
|
1442
|
+
}, {
|
|
1443
|
+
mode: "get",
|
|
1444
|
+
method: "getPageList",
|
|
1445
|
+
path: "page/list",
|
|
1446
|
+
hasQuery: true,
|
|
1447
|
+
hasData: false
|
|
1448
|
+
}]
|
|
1277
1449
|
}, {
|
|
1278
1450
|
name: "externalMessage",
|
|
1279
1451
|
entityName: "external-message",
|
|
@@ -1373,7 +1545,7 @@ const apiConfig = exports.apiConfig = [{
|
|
|
1373
1545
|
mode: "post",
|
|
1374
1546
|
method: "postUploadCommon",
|
|
1375
1547
|
path: "upload-common",
|
|
1376
|
-
hasQuery:
|
|
1548
|
+
hasQuery: true,
|
|
1377
1549
|
hasData: false
|
|
1378
1550
|
}, {
|
|
1379
1551
|
mode: "post",
|
|
@@ -1731,6 +1903,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
1731
1903
|
path: "info",
|
|
1732
1904
|
hasQuery: true,
|
|
1733
1905
|
hasData: false
|
|
1906
|
+
}, {
|
|
1907
|
+
mode: "get",
|
|
1908
|
+
method: "getModuleAuth",
|
|
1909
|
+
path: "moduleAuth",
|
|
1910
|
+
hasQuery: true,
|
|
1911
|
+
hasData: false
|
|
1734
1912
|
}, {
|
|
1735
1913
|
mode: "get",
|
|
1736
1914
|
method: "getPageList",
|
|
@@ -2415,6 +2593,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
2415
2593
|
path: "feishu",
|
|
2416
2594
|
hasQuery: false,
|
|
2417
2595
|
hasData: true
|
|
2596
|
+
}, {
|
|
2597
|
+
mode: "get",
|
|
2598
|
+
method: "getGlobalDisabledDevelop",
|
|
2599
|
+
path: "global/disabled/develop",
|
|
2600
|
+
hasQuery: false,
|
|
2601
|
+
hasData: false
|
|
2418
2602
|
}, {
|
|
2419
2603
|
mode: "get",
|
|
2420
2604
|
method: "getInfo",
|
|
@@ -2445,6 +2629,18 @@ const apiConfig = exports.apiConfig = [{
|
|
|
2445
2629
|
path: "security",
|
|
2446
2630
|
hasQuery: false,
|
|
2447
2631
|
hasData: true
|
|
2632
|
+
}, {
|
|
2633
|
+
mode: "get",
|
|
2634
|
+
method: "getTenantCfg",
|
|
2635
|
+
path: "tenant/cfg",
|
|
2636
|
+
hasQuery: false,
|
|
2637
|
+
hasData: false
|
|
2638
|
+
}, {
|
|
2639
|
+
mode: "get",
|
|
2640
|
+
method: "getTenantDisabledDevelop",
|
|
2641
|
+
path: "tenant/disabled/develop",
|
|
2642
|
+
hasQuery: true,
|
|
2643
|
+
hasData: false
|
|
2448
2644
|
}, {
|
|
2449
2645
|
mode: "post",
|
|
2450
2646
|
method: "postTheme",
|
|
@@ -4813,6 +5009,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
4813
5009
|
path: "app-setting/infoByAppId",
|
|
4814
5010
|
hasQuery: true,
|
|
4815
5011
|
hasData: false
|
|
5012
|
+
}, {
|
|
5013
|
+
mode: "get",
|
|
5014
|
+
method: "getAppFindAllByTenantId",
|
|
5015
|
+
path: "app/findAllByTenantId",
|
|
5016
|
+
hasQuery: false,
|
|
5017
|
+
hasData: false
|
|
4816
5018
|
}, {
|
|
4817
5019
|
mode: "get",
|
|
4818
5020
|
method: "getAppGetDestBySource",
|
|
@@ -4904,11 +5106,11 @@ const apiConfig = exports.apiConfig = [{
|
|
|
4904
5106
|
hasQuery: false,
|
|
4905
5107
|
hasData: true
|
|
4906
5108
|
}, {
|
|
4907
|
-
mode: "
|
|
4908
|
-
method: "
|
|
5109
|
+
mode: "post",
|
|
5110
|
+
method: "postAppOrgUserPageList",
|
|
4909
5111
|
path: "app/org/user/page/list",
|
|
4910
|
-
hasQuery:
|
|
4911
|
-
hasData:
|
|
5112
|
+
hasQuery: false,
|
|
5113
|
+
hasData: true
|
|
4912
5114
|
}, {
|
|
4913
5115
|
mode: "post",
|
|
4914
5116
|
method: "postAppOrgUserRemove",
|
|
@@ -4927,12 +5129,24 @@ const apiConfig = exports.apiConfig = [{
|
|
|
4927
5129
|
path: "app/org/{id}",
|
|
4928
5130
|
hasQuery: false,
|
|
4929
5131
|
hasData: true
|
|
5132
|
+
}, {
|
|
5133
|
+
mode: "get",
|
|
5134
|
+
method: "getAppProdPublished",
|
|
5135
|
+
path: "app/prodPublished",
|
|
5136
|
+
hasQuery: false,
|
|
5137
|
+
hasData: false
|
|
4930
5138
|
}, {
|
|
4931
5139
|
mode: "get",
|
|
4932
5140
|
method: "getAppPublished",
|
|
4933
5141
|
path: "app/published",
|
|
4934
5142
|
hasQuery: false,
|
|
4935
5143
|
hasData: false
|
|
5144
|
+
}, {
|
|
5145
|
+
mode: "get",
|
|
5146
|
+
method: "getAppTestPublished",
|
|
5147
|
+
path: "app/testPublished",
|
|
5148
|
+
hasQuery: false,
|
|
5149
|
+
hasData: false
|
|
4936
5150
|
}, {
|
|
4937
5151
|
mode: "post",
|
|
4938
5152
|
method: "postAppUpdateApaasAppSetting",
|
|
@@ -4970,11 +5184,11 @@ const apiConfig = exports.apiConfig = [{
|
|
|
4970
5184
|
hasQuery: false,
|
|
4971
5185
|
hasData: false
|
|
4972
5186
|
}, {
|
|
4973
|
-
mode: "
|
|
4974
|
-
method: "
|
|
5187
|
+
mode: "post",
|
|
5188
|
+
method: "postAppUserPageList",
|
|
4975
5189
|
path: "app/user/page/list",
|
|
4976
|
-
hasQuery:
|
|
4977
|
-
hasData:
|
|
5190
|
+
hasQuery: false,
|
|
5191
|
+
hasData: true
|
|
4978
5192
|
}, {
|
|
4979
5193
|
mode: "post",
|
|
4980
5194
|
method: "postAppUserRemove",
|
|
@@ -5047,6 +5261,18 @@ const apiConfig = exports.apiConfig = [{
|
|
|
5047
5261
|
path: "data-source/type",
|
|
5048
5262
|
hasQuery: true,
|
|
5049
5263
|
hasData: false
|
|
5264
|
+
}, {
|
|
5265
|
+
mode: "delete",
|
|
5266
|
+
method: "deleteDevopsSbx",
|
|
5267
|
+
path: "devops/sbx",
|
|
5268
|
+
hasQuery: true,
|
|
5269
|
+
hasData: false
|
|
5270
|
+
}, {
|
|
5271
|
+
mode: "get",
|
|
5272
|
+
method: "getDevopsSbxRedoData",
|
|
5273
|
+
path: "devops/sbx/redo/data",
|
|
5274
|
+
hasQuery: true,
|
|
5275
|
+
hasData: false
|
|
5050
5276
|
}, {
|
|
5051
5277
|
mode: "post",
|
|
5052
5278
|
method: "postFileTaskList",
|
|
@@ -5077,6 +5303,18 @@ const apiConfig = exports.apiConfig = [{
|
|
|
5077
5303
|
path: "login-log/userLoginLogPage",
|
|
5078
5304
|
hasQuery: false,
|
|
5079
5305
|
hasData: true
|
|
5306
|
+
}, {
|
|
5307
|
+
mode: "get",
|
|
5308
|
+
method: "getLoginSsoOauth2Authorize",
|
|
5309
|
+
path: "login/sso/oauth2/authorize",
|
|
5310
|
+
hasQuery: true,
|
|
5311
|
+
hasData: false
|
|
5312
|
+
}, {
|
|
5313
|
+
mode: "get",
|
|
5314
|
+
method: "getLoginSsoOauth2Debug",
|
|
5315
|
+
path: "login/sso/oauth2/debug",
|
|
5316
|
+
hasQuery: false,
|
|
5317
|
+
hasData: false
|
|
5080
5318
|
}, {
|
|
5081
5319
|
mode: "get",
|
|
5082
5320
|
method: "getModelInfo",
|
|
@@ -5167,6 +5405,12 @@ const apiConfig = exports.apiConfig = [{
|
|
|
5167
5405
|
path: "org/findAllByIdIn",
|
|
5168
5406
|
hasQuery: false,
|
|
5169
5407
|
hasData: false
|
|
5408
|
+
}, {
|
|
5409
|
+
mode: "get",
|
|
5410
|
+
method: "getOrgInfoId",
|
|
5411
|
+
path: "org/info/{id}",
|
|
5412
|
+
hasQuery: false,
|
|
5413
|
+
hasData: false
|
|
5170
5414
|
}, {
|
|
5171
5415
|
mode: "post",
|
|
5172
5416
|
method: "postOrgList",
|
|
@@ -5221,6 +5465,18 @@ const apiConfig = exports.apiConfig = [{
|
|
|
5221
5465
|
path: "print-log/page/list",
|
|
5222
5466
|
hasQuery: false,
|
|
5223
5467
|
hasData: true
|
|
5468
|
+
}, {
|
|
5469
|
+
mode: "get",
|
|
5470
|
+
method: "getPrintBtwFileTree",
|
|
5471
|
+
path: "print/btwFileTree",
|
|
5472
|
+
hasQuery: false,
|
|
5473
|
+
hasData: false
|
|
5474
|
+
}, {
|
|
5475
|
+
mode: "get",
|
|
5476
|
+
method: "getPrintBtwTmplExist",
|
|
5477
|
+
path: "print/btwTmplExist",
|
|
5478
|
+
hasQuery: true,
|
|
5479
|
+
hasData: false
|
|
5224
5480
|
}, {
|
|
5225
5481
|
mode: "get",
|
|
5226
5482
|
method: "getPrintExchangePrinterName",
|