@gct-paas/api 0.1.0-dev.0
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/LICENSE +21 -0
- package/README.md +1 -0
- package/dist/api-apaas.system.js +1 -0
- package/dist/api-ipaas.system.js +1 -0
- package/dist/api-platform.system.js +1 -0
- package/es/apaas/index.d.ts +3 -0
- package/es/apaas/index.mjs +1 -0
- package/es/apaas/service/api-config.d.ts +1 -0
- package/es/apaas/service/api-config.mjs +8210 -0
- package/es/apaas/service/apis/api.service.d.ts +393 -0
- package/es/apaas/service/apis/app-branch.service.d.ts +47 -0
- package/es/apaas/service/apis/app-global-settings.service.d.ts +48 -0
- package/es/apaas/service/apis/app-granted-user.service.d.ts +51 -0
- package/es/apaas/service/apis/app-org.service.d.ts +107 -0
- package/es/apaas/service/apis/app-publish-log.service.d.ts +47 -0
- package/es/apaas/service/apis/app-state.service.d.ts +8 -0
- package/es/apaas/service/apis/app-user.service.d.ts +81 -0
- package/es/apaas/service/apis/approval-log.service.d.ts +47 -0
- package/es/apaas/service/apis/audit-log.service.d.ts +46 -0
- package/es/apaas/service/apis/basic-config.service.d.ts +49 -0
- package/es/apaas/service/apis/biz-event.service.d.ts +52 -0
- package/es/apaas/service/apis/biz-process-definition-version.service.d.ts +57 -0
- package/es/apaas/service/apis/biz-process-definition.service.d.ts +57 -0
- package/es/apaas/service/apis/biz-service-crud.service.d.ts +91 -0
- package/es/apaas/service/apis/biz-service.service.d.ts +34 -0
- package/es/apaas/service/apis/bom.service.d.ts +4 -0
- package/es/apaas/service/apis/category-relation.service.d.ts +59 -0
- package/es/apaas/service/apis/category.service.d.ts +130 -0
- package/es/apaas/service/apis/chat.service.d.ts +11 -0
- package/es/apaas/service/apis/code-ts.service.d.ts +4 -0
- package/es/apaas/service/apis/commit-log.service.d.ts +98 -0
- package/es/apaas/service/apis/common-info-card.service.d.ts +62 -0
- package/es/apaas/service/apis/control-config.service.d.ts +67 -0
- package/es/apaas/service/apis/customer-complaint.service.d.ts +64 -0
- package/es/apaas/service/apis/dashboard.service.d.ts +60 -0
- package/es/apaas/service/apis/data-model.service.d.ts +79 -0
- package/es/apaas/service/apis/data-source.service.d.ts +19 -0
- package/es/apaas/service/apis/data-trace.service.d.ts +56 -0
- package/es/apaas/service/apis/designer-common.service.d.ts +170 -0
- package/es/apaas/service/apis/designer-lock.service.d.ts +33 -0
- package/es/apaas/service/apis/designer-operate-log.service.d.ts +19 -0
- package/es/apaas/service/apis/devops.service.d.ts +13 -0
- package/es/apaas/service/apis/dify-chat.service.d.ts +14 -0
- package/es/apaas/service/apis/doc-control-started.service.d.ts +36 -0
- package/es/apaas/service/apis/doc-control-task-done.service.d.ts +36 -0
- package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +53 -0
- package/es/apaas/service/apis/doc-control.service.d.ts +67 -0
- package/es/apaas/service/apis/doc-outline.service.d.ts +101 -0
- package/es/apaas/service/apis/document.service.d.ts +110 -0
- package/es/apaas/service/apis/edhr-instance-relation.service.d.ts +36 -0
- package/es/apaas/service/apis/edhr-instance-search-history.service.d.ts +20 -0
- package/es/apaas/service/apis/edhr-instance.service.d.ts +110 -0
- package/es/apaas/service/apis/edhr-tmpl.service.d.ts +79 -0
- package/es/apaas/service/apis/ele-search.service.d.ts +12 -0
- package/es/apaas/service/apis/enum-model-field.service.d.ts +63 -0
- package/es/apaas/service/apis/enum-model.service.d.ts +71 -0
- package/es/apaas/service/apis/event-log.service.d.ts +33 -0
- package/es/apaas/service/apis/event.service.d.ts +52 -0
- package/es/apaas/service/apis/excel-tmpl.service.d.ts +107 -0
- package/es/apaas/service/apis/excel.service.d.ts +67 -0
- package/es/apaas/service/apis/field-meta.service.d.ts +102 -0
- package/es/apaas/service/apis/field.service.d.ts +10 -0
- package/es/apaas/service/apis/file-resource.service.d.ts +26 -0
- package/es/apaas/service/apis/file-task.service.d.ts +16 -0
- package/es/apaas/service/apis/file.service.d.ts +18 -0
- package/es/apaas/service/apis/formRelate.service.d.ts +121 -0
- package/es/apaas/service/apis/front-operate-log.service.d.ts +19 -0
- package/es/apaas/service/apis/global-method.service.d.ts +55 -0
- package/es/apaas/service/apis/i18n-info.service.d.ts +48 -0
- package/es/apaas/service/apis/instance-relation.service.d.ts +52 -0
- package/es/apaas/service/apis/ipaas.service.d.ts +9 -0
- package/es/apaas/service/apis/job-log.service.d.ts +31 -0
- package/es/apaas/service/apis/job.service.d.ts +77 -0
- package/es/apaas/service/apis/js-engine.service.d.ts +25 -0
- package/es/apaas/service/apis/label-log.service.d.ts +52 -0
- package/es/apaas/service/apis/label.service.d.ts +162 -0
- package/es/apaas/service/apis/login-log.service.d.ts +9 -0
- package/es/apaas/service/apis/medPro.service.d.ts +21 -0
- package/es/apaas/service/apis/menu-config.service.d.ts +59 -0
- package/es/apaas/service/apis/merge-log.service.d.ts +38 -0
- package/es/apaas/service/apis/message-record.service.d.ts +46 -0
- package/es/apaas/service/apis/message-setting.service.d.ts +17 -0
- package/es/apaas/service/apis/message-tmpl.service.d.ts +72 -0
- package/es/apaas/service/apis/mobile-homepage.service.d.ts +65 -0
- package/es/apaas/service/apis/mobile-page.service.d.ts +71 -0
- package/es/apaas/service/apis/model-comprehensive.service.d.ts +223 -0
- package/es/apaas/service/apis/model-data.service.d.ts +38 -0
- package/es/apaas/service/apis/model-meta.service.d.ts +182 -0
- package/es/apaas/service/apis/model-method.service.d.ts +59 -0
- package/es/apaas/service/apis/model.service.d.ts +10 -0
- package/es/apaas/service/apis/online-form-change-history.service.d.ts +14 -0
- package/es/apaas/service/apis/online-form-instance.service.d.ts +305 -0
- package/es/apaas/service/apis/online-form-log.service.d.ts +15 -0
- package/es/apaas/service/apis/online-form-tmpl-log.service.d.ts +55 -0
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +140 -0
- package/es/apaas/service/apis/online-form.service.d.ts +130 -0
- package/es/apaas/service/apis/online.service.d.ts +33 -0
- package/es/apaas/service/apis/openapi.service.d.ts +62 -0
- package/es/apaas/service/apis/page-designer-log.service.d.ts +58 -0
- package/es/apaas/service/apis/permission.service.d.ts +51 -0
- package/es/apaas/service/apis/plat.service.d.ts +34 -0
- package/es/apaas/service/apis/pm-process-definition-version.service.d.ts +63 -0
- package/es/apaas/service/apis/pm-process-definition.service.d.ts +69 -0
- package/es/apaas/service/apis/pm-process-engine.service.d.ts +125 -0
- package/es/apaas/service/apis/print-designer.service.d.ts +58 -0
- package/es/apaas/service/apis/print-log.service.d.ts +18 -0
- package/es/apaas/service/apis/print.service.d.ts +29 -0
- package/es/apaas/service/apis/process-approval-log.service.d.ts +59 -0
- package/es/apaas/service/apis/process-approve-user.service.d.ts +50 -0
- package/es/apaas/service/apis/process-definition-version.service.d.ts +52 -0
- package/es/apaas/service/apis/process-definition.service.d.ts +54 -0
- package/es/apaas/service/apis/process-engine.service.d.ts +50 -0
- package/es/apaas/service/apis/process-event.service.d.ts +47 -0
- package/es/apaas/service/apis/process-graph.service.d.ts +12 -0
- package/es/apaas/service/apis/process-instance-relation-.service.d.ts +50 -0
- package/es/apaas/service/apis/process-instance.service.d.ts +50 -0
- package/es/apaas/service/apis/process-message-user.service.d.ts +50 -0
- package/es/apaas/service/apis/process-node-definition.service.d.ts +50 -0
- package/es/apaas/service/apis/process-path-user.service.d.ts +50 -0
- package/es/apaas/service/apis/process-path.service.d.ts +20 -0
- package/es/apaas/service/apis/process-task-done.service.d.ts +27 -0
- package/es/apaas/service/apis/process-task-todo.service.d.ts +50 -0
- package/es/apaas/service/apis/process-version.service.d.ts +47 -0
- package/es/apaas/service/apis/process.service.d.ts +43 -0
- package/es/apaas/service/apis/processTest.service.d.ts +61 -0
- package/es/apaas/service/apis/product-release.service.d.ts +44 -0
- package/es/apaas/service/apis/publish-log.service.d.ts +69 -0
- package/es/apaas/service/apis/regexp.service.d.ts +53 -0
- package/es/apaas/service/apis/report-data-set.service.d.ts +76 -0
- package/es/apaas/service/apis/report-data.service.d.ts +23 -0
- package/es/apaas/service/apis/report.service.d.ts +104 -0
- package/es/apaas/service/apis/role-permission.service.d.ts +32 -0
- package/es/apaas/service/apis/role.service.d.ts +47 -0
- package/es/apaas/service/apis/script-assistant.service.d.ts +11 -0
- package/es/apaas/service/apis/script-version-log.service.d.ts +43 -0
- package/es/apaas/service/apis/script-version.service.d.ts +64 -0
- package/es/apaas/service/apis/script.service.d.ts +63 -0
- package/es/apaas/service/apis/service-orchestration-version-log.service.d.ts +47 -0
- package/es/apaas/service/apis/service-orchestration-version.service.d.ts +64 -0
- package/es/apaas/service/apis/service-orchestration.service.d.ts +66 -0
- package/es/apaas/service/apis/sign-history.service.d.ts +47 -0
- package/es/apaas/service/apis/sign-log.service.d.ts +14 -0
- package/es/apaas/service/apis/signature.service.d.ts +14 -0
- package/es/apaas/service/apis/sql-view-model.service.d.ts +42 -0
- package/es/apaas/service/apis/sql-view.service.d.ts +10 -0
- package/es/apaas/service/apis/stash.service.d.ts +42 -0
- package/es/apaas/service/apis/sub-model-process.service.d.ts +6 -0
- package/es/apaas/service/apis/sys-config.service.d.ts +47 -0
- package/es/apaas/service/apis/system-var.service.d.ts +73 -0
- package/es/apaas/service/apis/trace-log-details.service.d.ts +86 -0
- package/es/apaas/service/apis/trace-log.service.d.ts +62 -0
- package/es/apaas/service/apis/trace-mainline-ext.service.d.ts +50 -0
- package/es/apaas/service/apis/trace-mainline.service.d.ts +47 -0
- package/es/apaas/service/apis/trace-setting.service.d.ts +33 -0
- package/es/apaas/service/apis/user-group-relation.service.d.ts +34 -0
- package/es/apaas/service/apis/user-group.service.d.ts +60 -0
- package/es/apaas/service/apis/view-model.service.d.ts +103 -0
- package/es/apaas/service/apis/wash.service.d.ts +10 -0
- package/es/apaas/service/apis/webpage.service.d.ts +97 -0
- package/es/apaas/service/entities.d.ts +30376 -0
- package/es/apaas/service/index.d.ts +303 -0
- package/es/ipaas/index.d.ts +3 -0
- package/es/ipaas/index.mjs +1 -0
- package/es/ipaas/service/api-config.d.ts +1 -0
- package/es/ipaas/service/api-config.mjs +433 -0
- package/es/ipaas/service/apis/auth.service.d.ts +26 -0
- package/es/ipaas/service/apis/camel.service.d.ts +35 -0
- package/es/ipaas/service/apis/category.service.d.ts +9 -0
- package/es/ipaas/service/apis/connector-config.service.d.ts +78 -0
- package/es/ipaas/service/apis/connector-log.service.d.ts +28 -0
- package/es/ipaas/service/apis/flow-app.service.d.ts +49 -0
- package/es/ipaas/service/apis/flow-category.service.d.ts +91 -0
- package/es/ipaas/service/apis/flow-ext.service.d.ts +55 -0
- package/es/ipaas/service/apis/flow.service.d.ts +51 -0
- package/es/ipaas/service/apis/runtime.service.d.ts +21 -0
- package/es/ipaas/service/entities.d.ts +1716 -0
- package/es/ipaas/service/index.d.ts +23 -0
- package/es/platform/index.d.ts +3 -0
- package/es/platform/index.mjs +1 -0
- package/es/platform/service/api-config.d.ts +1 -0
- package/es/platform/service/api-config.mjs +7215 -0
- package/es/platform/service/apis/agent.service.d.ts +47 -0
- package/es/platform/service/apis/api.service.d.ts +894 -0
- package/es/platform/service/apis/apk.service.d.ts +47 -0
- package/es/platform/service/apis/app-member.service.d.ts +55 -0
- package/es/platform/service/apis/app-setting.service.d.ts +62 -0
- package/es/platform/service/apis/app.service.d.ts +310 -0
- package/es/platform/service/apis/assets.service.d.ts +50 -0
- package/es/platform/service/apis/attachmentResourceTransfer.service.d.ts +9 -0
- package/es/platform/service/apis/audit-log.service.d.ts +36 -0
- package/es/platform/service/apis/bi-data-set.service.d.ts +57 -0
- package/es/platform/service/apis/bi-file-dataset-config.service.d.ts +59 -0
- package/es/platform/service/apis/bi-file.service.d.ts +11 -0
- package/es/platform/service/apis/bi-share.service.d.ts +52 -0
- package/es/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +4 -0
- package/es/platform/service/apis/category.service.d.ts +87 -0
- package/es/platform/service/apis/clearLogLogin.service.d.ts +4 -0
- package/es/platform/service/apis/clearLogOperate.service.d.ts +4 -0
- package/es/platform/service/apis/clearTempDir.service.d.ts +4 -0
- package/es/platform/service/apis/copyFilter.service.d.ts +9 -0
- package/es/platform/service/apis/dashboard.service.d.ts +60 -0
- package/es/platform/service/apis/data-source.service.d.ts +88 -0
- package/es/platform/service/apis/data-trace.service.d.ts +56 -0
- package/es/platform/service/apis/database.service.d.ts +108 -0
- package/es/platform/service/apis/dataset-log.service.d.ts +51 -0
- package/es/platform/service/apis/dataset.service.d.ts +133 -0
- package/es/platform/service/apis/datasource-devops.service.d.ts +47 -0
- package/es/platform/service/apis/datasource-move-data.service.d.ts +55 -0
- package/es/platform/service/apis/datasource-move-detail.service.d.ts +54 -0
- package/es/platform/service/apis/datasource-move.service.d.ts +51 -0
- package/es/platform/service/apis/deleteCompInfo.service.d.ts +10 -0
- package/es/platform/service/apis/deleteCompInfoType.service.d.ts +10 -0
- package/es/platform/service/apis/deleteCsvDatasource.service.d.ts +10 -0
- package/es/platform/service/apis/deleteEchartTheme.service.d.ts +10 -0
- package/es/platform/service/apis/deleteEnshrineComp.service.d.ts +10 -0
- package/es/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +10 -0
- package/es/platform/service/apis/deleteFilter.service.d.ts +10 -0
- package/es/platform/service/apis/deleteLogOperateById.service.d.ts +10 -0
- package/es/platform/service/apis/deleteMapGeoJson.service.d.ts +10 -0
- package/es/platform/service/apis/deleteNotUseDir.service.d.ts +4 -0
- package/es/platform/service/apis/deletePageSnapshoot.service.d.ts +10 -0
- package/es/platform/service/apis/deletePageTemplate.service.d.ts +10 -0
- package/es/platform/service/apis/deletePnResource.service.d.ts +10 -0
- package/es/platform/service/apis/deletePnResourceGroup.service.d.ts +10 -0
- package/es/platform/service/apis/exportTemplate.service.d.ts +58 -0
- package/es/platform/service/apis/external-message.service.d.ts +50 -0
- package/es/platform/service/apis/file-task.service.d.ts +69 -0
- package/es/platform/service/apis/file.service.d.ts +25 -0
- package/es/platform/service/apis/front-release.service.d.ts +6 -0
- package/es/platform/service/apis/getAdCodeByAliasName.service.d.ts +10 -0
- package/es/platform/service/apis/getAllCompInfo.service.d.ts +4 -0
- package/es/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +10 -0
- package/es/platform/service/apis/getAllCompInfoType.service.d.ts +4 -0
- package/es/platform/service/apis/getAllCsvDatasource.service.d.ts +10 -0
- package/es/platform/service/apis/getAllEchartTheme.service.d.ts +4 -0
- package/es/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +4 -0
- package/es/platform/service/apis/getAllFilter.service.d.ts +4 -0
- package/es/platform/service/apis/getAllPageTemplate.service.d.ts +4 -0
- package/es/platform/service/apis/getAttachmentInfoByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getCompInfoById.service.d.ts +10 -0
- package/es/platform/service/apis/getCompInfoByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getCompInfoTypeById.service.d.ts +10 -0
- package/es/platform/service/apis/getCompInfoTypeByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getContentToArray.service.d.ts +11 -0
- package/es/platform/service/apis/getCsvDatasourceById.service.d.ts +10 -0
- package/es/platform/service/apis/getCsvDatasourceByName.service.d.ts +10 -0
- package/es/platform/service/apis/getCsvDatasourceByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getDesignerData.service.d.ts +10 -0
- package/es/platform/service/apis/getEchartThemeById.service.d.ts +10 -0
- package/es/platform/service/apis/getEchartThemeByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getEnshrineCompByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getEnshrineCompGroupById.service.d.ts +10 -0
- package/es/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getFilterById.service.d.ts +10 -0
- package/es/platform/service/apis/getGeoJsonByAdCode.service.d.ts +10 -0
- package/es/platform/service/apis/getLayoutItemObjById.service.d.ts +10 -0
- package/es/platform/service/apis/getLogLoginByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +10 -0
- package/es/platform/service/apis/getMapGeoJsonById.service.d.ts +10 -0
- package/es/platform/service/apis/getMapGeoJsonByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +4 -0
- package/es/platform/service/apis/getMyEchartThemes.service.d.ts +4 -0
- package/es/platform/service/apis/getMyPnResourceByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +11 -0
- package/es/platform/service/apis/getPageSnapshootById.service.d.ts +10 -0
- package/es/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +10 -0
- package/es/platform/service/apis/getPageTemplateById.service.d.ts +10 -0
- package/es/platform/service/apis/getPageTemplateByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +9 -0
- package/es/platform/service/apis/getPageTemplateLayout.service.d.ts +10 -0
- package/es/platform/service/apis/getPageTemplateThemeJson.service.d.ts +10 -0
- package/es/platform/service/apis/getPageTotalCount.service.d.ts +4 -0
- package/es/platform/service/apis/getPnLogOperateByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getPnResourceGroupById.service.d.ts +10 -0
- package/es/platform/service/apis/getProjectTotalCount.service.d.ts +4 -0
- package/es/platform/service/apis/getShareCustomCompById.service.d.ts +10 -0
- package/es/platform/service/apis/getShareCustomCompByPage.service.d.ts +9 -0
- package/es/platform/service/apis/getSysEchartThemes.service.d.ts +4 -0
- package/es/platform/service/apis/httpQuery.service.d.ts +9 -0
- package/es/platform/service/apis/i18n-config.service.d.ts +21 -0
- package/es/platform/service/apis/i18n-info.service.d.ts +65 -0
- package/es/platform/service/apis/importCompInfoJson.service.d.ts +9 -0
- package/es/platform/service/apis/importTemplate.service.d.ts +16 -0
- package/es/platform/service/apis/internal-message.service.d.ts +50 -0
- package/es/platform/service/apis/invoke-log.service.d.ts +35 -0
- package/es/platform/service/apis/knowledge-base-chunk.service.d.ts +50 -0
- package/es/platform/service/apis/knowledge-base-doc.service.d.ts +50 -0
- package/es/platform/service/apis/knowledge-base.service.d.ts +47 -0
- package/es/platform/service/apis/ldap.service.d.ts +6 -0
- package/es/platform/service/apis/license-unbind-log.service.d.ts +9 -0
- package/es/platform/service/apis/license.service.d.ts +128 -0
- package/es/platform/service/apis/login-log.service.d.ts +17 -0
- package/es/platform/service/apis/login.service.d.ts +43 -0
- package/es/platform/service/apis/manager.service.d.ts +22 -0
- package/es/platform/service/apis/message-setting.service.d.ts +85 -0
- package/es/platform/service/apis/minio-file.service.d.ts +17 -0
- package/es/platform/service/apis/model-provider.service.d.ts +47 -0
- package/es/platform/service/apis/model.service.d.ts +47 -0
- package/es/platform/service/apis/nav-menu.service.d.ts +65 -0
- package/es/platform/service/apis/nav-page.service.d.ts +52 -0
- package/es/platform/service/apis/openapi-group.service.d.ts +98 -0
- package/es/platform/service/apis/openapi-key-grant.service.d.ts +62 -0
- package/es/platform/service/apis/org-user-picker.service.d.ts +37 -0
- package/es/platform/service/apis/org.service.d.ts +126 -0
- package/es/platform/service/apis/parseCsvOrExcel.service.d.ts +11 -0
- package/es/platform/service/apis/permission.service.d.ts +39 -0
- package/es/platform/service/apis/plat.service.d.ts +117 -0
- package/es/platform/service/apis/plugin-version.service.d.ts +48 -0
- package/es/platform/service/apis/plugin.service.d.ts +97 -0
- package/es/platform/service/apis/pm-process-delegate-detail.service.d.ts +50 -0
- package/es/platform/service/apis/pm-process-delegate.service.d.ts +50 -0
- package/es/platform/service/apis/pm-process-instance.service.d.ts +58 -0
- package/es/platform/service/apis/pm-task-done.service.d.ts +58 -0
- package/es/platform/service/apis/pm-task-todo.service.d.ts +57 -0
- package/es/platform/service/apis/pn-page.service.d.ts +47 -0
- package/es/platform/service/apis/pn-project.service.d.ts +105 -0
- package/es/platform/service/apis/print-log.service.d.ts +47 -0
- package/es/platform/service/apis/print-resource.service.d.ts +85 -0
- package/es/platform/service/apis/regexp.service.d.ts +53 -0
- package/es/platform/service/apis/released.service.d.ts +44 -0
- package/es/platform/service/apis/resourceTransferToPage.service.d.ts +9 -0
- package/es/platform/service/apis/role-permission.service.d.ts +40 -0
- package/es/platform/service/apis/role.service.d.ts +80 -0
- package/es/platform/service/apis/saveCompInfo.service.d.ts +9 -0
- package/es/platform/service/apis/saveCompInfoType.service.d.ts +9 -0
- package/es/platform/service/apis/saveCsvDatasource.service.d.ts +9 -0
- package/es/platform/service/apis/saveEchartTheme.service.d.ts +9 -0
- package/es/platform/service/apis/saveEnshrineComp.service.d.ts +9 -0
- package/es/platform/service/apis/saveEnshrineCompGroup.service.d.ts +9 -0
- package/es/platform/service/apis/saveFilter.service.d.ts +9 -0
- package/es/platform/service/apis/saveMapGeoJson.service.d.ts +9 -0
- package/es/platform/service/apis/savePageSnapshoot.service.d.ts +9 -0
- package/es/platform/service/apis/savePageTemplate.service.d.ts +9 -0
- package/es/platform/service/apis/savePnResourceGroup.service.d.ts +9 -0
- package/es/platform/service/apis/saveShareCustomComp.service.d.ts +9 -0
- package/es/platform/service/apis/seal-management.service.d.ts +59 -0
- package/es/platform/service/apis/searchEnshrineComp.service.d.ts +9 -0
- package/es/platform/service/apis/seat-message.service.d.ts +4 -0
- package/es/platform/service/apis/seat.service.d.ts +58 -0
- package/es/platform/service/apis/setPageSnapshootEnabled.service.d.ts +9 -0
- package/es/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +9 -0
- package/es/platform/service/apis/shortcut.service.d.ts +68 -0
- package/es/platform/service/apis/sign-log.service.d.ts +53 -0
- package/es/platform/service/apis/sms.service.d.ts +14 -0
- package/es/platform/service/apis/started-process.service.d.ts +36 -0
- package/es/platform/service/apis/task-delegate.service.d.ts +62 -0
- package/es/platform/service/apis/task-done.service.d.ts +35 -0
- package/es/platform/service/apis/task-todo.service.d.ts +35 -0
- package/es/platform/service/apis/tenant-developer.service.d.ts +71 -0
- package/es/platform/service/apis/tenant.service.d.ts +261 -0
- package/es/platform/service/apis/toggleEnabled.service.d.ts +9 -0
- package/es/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +9 -0
- package/es/platform/service/apis/uploadFiles.service.d.ts +65 -0
- package/es/platform/service/apis/user-extra.service.d.ts +47 -0
- package/es/platform/service/apis/user-info-log.service.d.ts +48 -0
- package/es/platform/service/apis/user-password-history.service.d.ts +50 -0
- package/es/platform/service/apis/user.service.d.ts +180 -0
- package/es/platform/service/apis/workbench-component-relation.service.d.ts +74 -0
- package/es/platform/service/apis/workbench-component.service.d.ts +55 -0
- package/es/platform/service/entities.d.ts +22554 -0
- package/es/platform/service/index.d.ts +361 -0
- package/es/types/index.d.ts +121 -0
- package/lib/apaas/index.cjs +12 -0
- package/lib/apaas/service/api-config.cjs +6871 -0
- package/lib/apaas/service/apis/api.service.d.ts +393 -0
- package/lib/apaas/service/apis/app-branch.service.d.ts +47 -0
- package/lib/apaas/service/apis/app-global-settings.service.d.ts +48 -0
- package/lib/apaas/service/apis/app-granted-user.service.d.ts +51 -0
- package/lib/apaas/service/apis/app-org.service.d.ts +107 -0
- package/lib/apaas/service/apis/app-publish-log.service.d.ts +47 -0
- package/lib/apaas/service/apis/app-state.service.d.ts +8 -0
- package/lib/apaas/service/apis/app-user.service.d.ts +81 -0
- package/lib/apaas/service/apis/approval-log.service.d.ts +47 -0
- package/lib/apaas/service/apis/audit-log.service.d.ts +46 -0
- package/lib/apaas/service/apis/basic-config.service.d.ts +49 -0
- package/lib/apaas/service/apis/biz-event.service.d.ts +52 -0
- package/lib/apaas/service/apis/biz-process-definition-version.service.d.ts +57 -0
- package/lib/apaas/service/apis/biz-process-definition.service.d.ts +57 -0
- package/lib/apaas/service/apis/biz-service-crud.service.d.ts +91 -0
- package/lib/apaas/service/apis/biz-service.service.d.ts +34 -0
- package/lib/apaas/service/apis/bom.service.d.ts +4 -0
- package/lib/apaas/service/apis/category-relation.service.d.ts +59 -0
- package/lib/apaas/service/apis/category.service.d.ts +130 -0
- package/lib/apaas/service/apis/chat.service.d.ts +11 -0
- package/lib/apaas/service/apis/code-ts.service.d.ts +4 -0
- package/lib/apaas/service/apis/commit-log.service.d.ts +98 -0
- package/lib/apaas/service/apis/common-info-card.service.d.ts +62 -0
- package/lib/apaas/service/apis/control-config.service.d.ts +67 -0
- package/lib/apaas/service/apis/customer-complaint.service.d.ts +64 -0
- package/lib/apaas/service/apis/dashboard.service.d.ts +60 -0
- package/lib/apaas/service/apis/data-model.service.d.ts +79 -0
- package/lib/apaas/service/apis/data-source.service.d.ts +19 -0
- package/lib/apaas/service/apis/data-trace.service.d.ts +56 -0
- package/lib/apaas/service/apis/designer-common.service.d.ts +170 -0
- package/lib/apaas/service/apis/designer-lock.service.d.ts +33 -0
- package/lib/apaas/service/apis/designer-operate-log.service.d.ts +19 -0
- package/lib/apaas/service/apis/devops.service.d.ts +13 -0
- package/lib/apaas/service/apis/dify-chat.service.d.ts +14 -0
- package/lib/apaas/service/apis/doc-control-started.service.d.ts +36 -0
- package/lib/apaas/service/apis/doc-control-task-done.service.d.ts +36 -0
- package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +53 -0
- package/lib/apaas/service/apis/doc-control.service.d.ts +67 -0
- package/lib/apaas/service/apis/doc-outline.service.d.ts +101 -0
- package/lib/apaas/service/apis/document.service.d.ts +110 -0
- package/lib/apaas/service/apis/edhr-instance-relation.service.d.ts +36 -0
- package/lib/apaas/service/apis/edhr-instance-search-history.service.d.ts +20 -0
- package/lib/apaas/service/apis/edhr-instance.service.d.ts +110 -0
- package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +79 -0
- package/lib/apaas/service/apis/ele-search.service.d.ts +12 -0
- package/lib/apaas/service/apis/enum-model-field.service.d.ts +63 -0
- package/lib/apaas/service/apis/enum-model.service.d.ts +71 -0
- package/lib/apaas/service/apis/event-log.service.d.ts +33 -0
- package/lib/apaas/service/apis/event.service.d.ts +52 -0
- package/lib/apaas/service/apis/excel-tmpl.service.d.ts +107 -0
- package/lib/apaas/service/apis/excel.service.d.ts +67 -0
- package/lib/apaas/service/apis/field-meta.service.d.ts +102 -0
- package/lib/apaas/service/apis/field.service.d.ts +10 -0
- package/lib/apaas/service/apis/file-resource.service.d.ts +26 -0
- package/lib/apaas/service/apis/file-task.service.d.ts +16 -0
- package/lib/apaas/service/apis/file.service.d.ts +18 -0
- package/lib/apaas/service/apis/formRelate.service.d.ts +121 -0
- package/lib/apaas/service/apis/front-operate-log.service.d.ts +19 -0
- package/lib/apaas/service/apis/global-method.service.d.ts +55 -0
- package/lib/apaas/service/apis/i18n-info.service.d.ts +48 -0
- package/lib/apaas/service/apis/instance-relation.service.d.ts +52 -0
- package/lib/apaas/service/apis/ipaas.service.d.ts +9 -0
- package/lib/apaas/service/apis/job-log.service.d.ts +31 -0
- package/lib/apaas/service/apis/job.service.d.ts +77 -0
- package/lib/apaas/service/apis/js-engine.service.d.ts +25 -0
- package/lib/apaas/service/apis/label-log.service.d.ts +52 -0
- package/lib/apaas/service/apis/label.service.d.ts +162 -0
- package/lib/apaas/service/apis/login-log.service.d.ts +9 -0
- package/lib/apaas/service/apis/medPro.service.d.ts +21 -0
- package/lib/apaas/service/apis/menu-config.service.d.ts +59 -0
- package/lib/apaas/service/apis/merge-log.service.d.ts +38 -0
- package/lib/apaas/service/apis/message-record.service.d.ts +46 -0
- package/lib/apaas/service/apis/message-setting.service.d.ts +17 -0
- package/lib/apaas/service/apis/message-tmpl.service.d.ts +72 -0
- package/lib/apaas/service/apis/mobile-homepage.service.d.ts +65 -0
- package/lib/apaas/service/apis/mobile-page.service.d.ts +71 -0
- package/lib/apaas/service/apis/model-comprehensive.service.d.ts +223 -0
- package/lib/apaas/service/apis/model-data.service.d.ts +38 -0
- package/lib/apaas/service/apis/model-meta.service.d.ts +182 -0
- package/lib/apaas/service/apis/model-method.service.d.ts +59 -0
- package/lib/apaas/service/apis/model.service.d.ts +10 -0
- package/lib/apaas/service/apis/online-form-change-history.service.d.ts +14 -0
- package/lib/apaas/service/apis/online-form-instance.service.d.ts +305 -0
- package/lib/apaas/service/apis/online-form-log.service.d.ts +15 -0
- package/lib/apaas/service/apis/online-form-tmpl-log.service.d.ts +55 -0
- package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +140 -0
- package/lib/apaas/service/apis/online-form.service.d.ts +130 -0
- package/lib/apaas/service/apis/online.service.d.ts +33 -0
- package/lib/apaas/service/apis/openapi.service.d.ts +62 -0
- package/lib/apaas/service/apis/page-designer-log.service.d.ts +58 -0
- package/lib/apaas/service/apis/permission.service.d.ts +51 -0
- package/lib/apaas/service/apis/plat.service.d.ts +34 -0
- package/lib/apaas/service/apis/pm-process-definition-version.service.d.ts +63 -0
- package/lib/apaas/service/apis/pm-process-definition.service.d.ts +69 -0
- package/lib/apaas/service/apis/pm-process-engine.service.d.ts +125 -0
- package/lib/apaas/service/apis/print-designer.service.d.ts +58 -0
- package/lib/apaas/service/apis/print-log.service.d.ts +18 -0
- package/lib/apaas/service/apis/print.service.d.ts +29 -0
- package/lib/apaas/service/apis/process-approval-log.service.d.ts +59 -0
- package/lib/apaas/service/apis/process-approve-user.service.d.ts +50 -0
- package/lib/apaas/service/apis/process-definition-version.service.d.ts +52 -0
- package/lib/apaas/service/apis/process-definition.service.d.ts +54 -0
- package/lib/apaas/service/apis/process-engine.service.d.ts +50 -0
- package/lib/apaas/service/apis/process-event.service.d.ts +47 -0
- package/lib/apaas/service/apis/process-graph.service.d.ts +12 -0
- package/lib/apaas/service/apis/process-instance-relation-.service.d.ts +50 -0
- package/lib/apaas/service/apis/process-instance.service.d.ts +50 -0
- package/lib/apaas/service/apis/process-message-user.service.d.ts +50 -0
- package/lib/apaas/service/apis/process-node-definition.service.d.ts +50 -0
- package/lib/apaas/service/apis/process-path-user.service.d.ts +50 -0
- package/lib/apaas/service/apis/process-path.service.d.ts +20 -0
- package/lib/apaas/service/apis/process-task-done.service.d.ts +27 -0
- package/lib/apaas/service/apis/process-task-todo.service.d.ts +50 -0
- package/lib/apaas/service/apis/process-version.service.d.ts +47 -0
- package/lib/apaas/service/apis/process.service.d.ts +43 -0
- package/lib/apaas/service/apis/processTest.service.d.ts +61 -0
- package/lib/apaas/service/apis/product-release.service.d.ts +44 -0
- package/lib/apaas/service/apis/publish-log.service.d.ts +69 -0
- package/lib/apaas/service/apis/regexp.service.d.ts +53 -0
- package/lib/apaas/service/apis/report-data-set.service.d.ts +76 -0
- package/lib/apaas/service/apis/report-data.service.d.ts +23 -0
- package/lib/apaas/service/apis/report.service.d.ts +104 -0
- package/lib/apaas/service/apis/role-permission.service.d.ts +32 -0
- package/lib/apaas/service/apis/role.service.d.ts +47 -0
- package/lib/apaas/service/apis/script-assistant.service.d.ts +11 -0
- package/lib/apaas/service/apis/script-version-log.service.d.ts +43 -0
- package/lib/apaas/service/apis/script-version.service.d.ts +64 -0
- package/lib/apaas/service/apis/script.service.d.ts +63 -0
- package/lib/apaas/service/apis/service-orchestration-version-log.service.d.ts +47 -0
- package/lib/apaas/service/apis/service-orchestration-version.service.d.ts +64 -0
- package/lib/apaas/service/apis/service-orchestration.service.d.ts +66 -0
- package/lib/apaas/service/apis/sign-history.service.d.ts +47 -0
- package/lib/apaas/service/apis/sign-log.service.d.ts +14 -0
- package/lib/apaas/service/apis/signature.service.d.ts +14 -0
- package/lib/apaas/service/apis/sql-view-model.service.d.ts +42 -0
- package/lib/apaas/service/apis/sql-view.service.d.ts +10 -0
- package/lib/apaas/service/apis/stash.service.d.ts +42 -0
- package/lib/apaas/service/apis/sub-model-process.service.d.ts +6 -0
- package/lib/apaas/service/apis/sys-config.service.d.ts +47 -0
- package/lib/apaas/service/apis/system-var.service.d.ts +73 -0
- package/lib/apaas/service/apis/trace-log-details.service.d.ts +86 -0
- package/lib/apaas/service/apis/trace-log.service.d.ts +62 -0
- package/lib/apaas/service/apis/trace-mainline-ext.service.d.ts +50 -0
- package/lib/apaas/service/apis/trace-mainline.service.d.ts +47 -0
- package/lib/apaas/service/apis/trace-setting.service.d.ts +33 -0
- package/lib/apaas/service/apis/user-group-relation.service.d.ts +34 -0
- package/lib/apaas/service/apis/user-group.service.d.ts +60 -0
- package/lib/apaas/service/apis/view-model.service.d.ts +103 -0
- package/lib/apaas/service/apis/wash.service.d.ts +10 -0
- package/lib/apaas/service/apis/webpage.service.d.ts +97 -0
- package/lib/apaas/service/entities.d.ts +30376 -0
- package/lib/apaas/service/index.d.ts +303 -0
- package/lib/ipaas/index.cjs +12 -0
- package/lib/ipaas/service/api-config.cjs +365 -0
- package/lib/ipaas/service/apis/auth.service.d.ts +26 -0
- package/lib/ipaas/service/apis/camel.service.d.ts +35 -0
- package/lib/ipaas/service/apis/category.service.d.ts +9 -0
- package/lib/ipaas/service/apis/connector-config.service.d.ts +78 -0
- package/lib/ipaas/service/apis/connector-log.service.d.ts +28 -0
- package/lib/ipaas/service/apis/flow-app.service.d.ts +49 -0
- package/lib/ipaas/service/apis/flow-category.service.d.ts +91 -0
- package/lib/ipaas/service/apis/flow-ext.service.d.ts +55 -0
- package/lib/ipaas/service/apis/flow.service.d.ts +51 -0
- package/lib/ipaas/service/apis/runtime.service.d.ts +21 -0
- package/lib/ipaas/service/entities.d.ts +1716 -0
- package/lib/ipaas/service/index.d.ts +23 -0
- package/lib/platform/index.cjs +12 -0
- package/lib/platform/service/api-config.cjs +5985 -0
- package/lib/platform/service/apis/agent.service.d.ts +47 -0
- package/lib/platform/service/apis/api.service.d.ts +894 -0
- package/lib/platform/service/apis/apk.service.d.ts +47 -0
- package/lib/platform/service/apis/app-member.service.d.ts +55 -0
- package/lib/platform/service/apis/app-setting.service.d.ts +62 -0
- package/lib/platform/service/apis/app.service.d.ts +310 -0
- package/lib/platform/service/apis/assets.service.d.ts +50 -0
- package/lib/platform/service/apis/attachmentResourceTransfer.service.d.ts +9 -0
- package/lib/platform/service/apis/audit-log.service.d.ts +36 -0
- package/lib/platform/service/apis/bi-data-set.service.d.ts +57 -0
- package/lib/platform/service/apis/bi-file-dataset-config.service.d.ts +59 -0
- package/lib/platform/service/apis/bi-file.service.d.ts +11 -0
- package/lib/platform/service/apis/bi-share.service.d.ts +52 -0
- package/lib/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +4 -0
- package/lib/platform/service/apis/category.service.d.ts +87 -0
- package/lib/platform/service/apis/clearLogLogin.service.d.ts +4 -0
- package/lib/platform/service/apis/clearLogOperate.service.d.ts +4 -0
- package/lib/platform/service/apis/clearTempDir.service.d.ts +4 -0
- package/lib/platform/service/apis/copyFilter.service.d.ts +9 -0
- package/lib/platform/service/apis/dashboard.service.d.ts +60 -0
- package/lib/platform/service/apis/data-source.service.d.ts +88 -0
- package/lib/platform/service/apis/data-trace.service.d.ts +56 -0
- package/lib/platform/service/apis/database.service.d.ts +108 -0
- package/lib/platform/service/apis/dataset-log.service.d.ts +51 -0
- package/lib/platform/service/apis/dataset.service.d.ts +133 -0
- package/lib/platform/service/apis/datasource-devops.service.d.ts +47 -0
- package/lib/platform/service/apis/datasource-move-data.service.d.ts +55 -0
- package/lib/platform/service/apis/datasource-move-detail.service.d.ts +54 -0
- package/lib/platform/service/apis/datasource-move.service.d.ts +51 -0
- package/lib/platform/service/apis/deleteCompInfo.service.d.ts +10 -0
- package/lib/platform/service/apis/deleteCompInfoType.service.d.ts +10 -0
- package/lib/platform/service/apis/deleteCsvDatasource.service.d.ts +10 -0
- package/lib/platform/service/apis/deleteEchartTheme.service.d.ts +10 -0
- package/lib/platform/service/apis/deleteEnshrineComp.service.d.ts +10 -0
- package/lib/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +10 -0
- package/lib/platform/service/apis/deleteFilter.service.d.ts +10 -0
- package/lib/platform/service/apis/deleteLogOperateById.service.d.ts +10 -0
- package/lib/platform/service/apis/deleteMapGeoJson.service.d.ts +10 -0
- package/lib/platform/service/apis/deleteNotUseDir.service.d.ts +4 -0
- package/lib/platform/service/apis/deletePageSnapshoot.service.d.ts +10 -0
- package/lib/platform/service/apis/deletePageTemplate.service.d.ts +10 -0
- package/lib/platform/service/apis/deletePnResource.service.d.ts +10 -0
- package/lib/platform/service/apis/deletePnResourceGroup.service.d.ts +10 -0
- package/lib/platform/service/apis/exportTemplate.service.d.ts +58 -0
- package/lib/platform/service/apis/external-message.service.d.ts +50 -0
- package/lib/platform/service/apis/file-task.service.d.ts +69 -0
- package/lib/platform/service/apis/file.service.d.ts +25 -0
- package/lib/platform/service/apis/front-release.service.d.ts +6 -0
- package/lib/platform/service/apis/getAdCodeByAliasName.service.d.ts +10 -0
- package/lib/platform/service/apis/getAllCompInfo.service.d.ts +4 -0
- package/lib/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +10 -0
- package/lib/platform/service/apis/getAllCompInfoType.service.d.ts +4 -0
- package/lib/platform/service/apis/getAllCsvDatasource.service.d.ts +10 -0
- package/lib/platform/service/apis/getAllEchartTheme.service.d.ts +4 -0
- package/lib/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +4 -0
- package/lib/platform/service/apis/getAllFilter.service.d.ts +4 -0
- package/lib/platform/service/apis/getAllPageTemplate.service.d.ts +4 -0
- package/lib/platform/service/apis/getAttachmentInfoByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getCompInfoById.service.d.ts +10 -0
- package/lib/platform/service/apis/getCompInfoByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getCompInfoTypeById.service.d.ts +10 -0
- package/lib/platform/service/apis/getCompInfoTypeByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getContentToArray.service.d.ts +11 -0
- package/lib/platform/service/apis/getCsvDatasourceById.service.d.ts +10 -0
- package/lib/platform/service/apis/getCsvDatasourceByName.service.d.ts +10 -0
- package/lib/platform/service/apis/getCsvDatasourceByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getDesignerData.service.d.ts +10 -0
- package/lib/platform/service/apis/getEchartThemeById.service.d.ts +10 -0
- package/lib/platform/service/apis/getEchartThemeByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getEnshrineCompByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getEnshrineCompGroupById.service.d.ts +10 -0
- package/lib/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getFilterById.service.d.ts +10 -0
- package/lib/platform/service/apis/getGeoJsonByAdCode.service.d.ts +10 -0
- package/lib/platform/service/apis/getLayoutItemObjById.service.d.ts +10 -0
- package/lib/platform/service/apis/getLogLoginByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +10 -0
- package/lib/platform/service/apis/getMapGeoJsonById.service.d.ts +10 -0
- package/lib/platform/service/apis/getMapGeoJsonByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +4 -0
- package/lib/platform/service/apis/getMyEchartThemes.service.d.ts +4 -0
- package/lib/platform/service/apis/getMyPnResourceByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +11 -0
- package/lib/platform/service/apis/getPageSnapshootById.service.d.ts +10 -0
- package/lib/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +10 -0
- package/lib/platform/service/apis/getPageTemplateById.service.d.ts +10 -0
- package/lib/platform/service/apis/getPageTemplateByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +9 -0
- package/lib/platform/service/apis/getPageTemplateLayout.service.d.ts +10 -0
- package/lib/platform/service/apis/getPageTemplateThemeJson.service.d.ts +10 -0
- package/lib/platform/service/apis/getPageTotalCount.service.d.ts +4 -0
- package/lib/platform/service/apis/getPnLogOperateByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getPnResourceGroupById.service.d.ts +10 -0
- package/lib/platform/service/apis/getProjectTotalCount.service.d.ts +4 -0
- package/lib/platform/service/apis/getShareCustomCompById.service.d.ts +10 -0
- package/lib/platform/service/apis/getShareCustomCompByPage.service.d.ts +9 -0
- package/lib/platform/service/apis/getSysEchartThemes.service.d.ts +4 -0
- package/lib/platform/service/apis/httpQuery.service.d.ts +9 -0
- package/lib/platform/service/apis/i18n-config.service.d.ts +21 -0
- package/lib/platform/service/apis/i18n-info.service.d.ts +65 -0
- package/lib/platform/service/apis/importCompInfoJson.service.d.ts +9 -0
- package/lib/platform/service/apis/importTemplate.service.d.ts +16 -0
- package/lib/platform/service/apis/internal-message.service.d.ts +50 -0
- package/lib/platform/service/apis/invoke-log.service.d.ts +35 -0
- package/lib/platform/service/apis/knowledge-base-chunk.service.d.ts +50 -0
- package/lib/platform/service/apis/knowledge-base-doc.service.d.ts +50 -0
- package/lib/platform/service/apis/knowledge-base.service.d.ts +47 -0
- package/lib/platform/service/apis/ldap.service.d.ts +6 -0
- package/lib/platform/service/apis/license-unbind-log.service.d.ts +9 -0
- package/lib/platform/service/apis/license.service.d.ts +128 -0
- package/lib/platform/service/apis/login-log.service.d.ts +17 -0
- package/lib/platform/service/apis/login.service.d.ts +43 -0
- package/lib/platform/service/apis/manager.service.d.ts +22 -0
- package/lib/platform/service/apis/message-setting.service.d.ts +85 -0
- package/lib/platform/service/apis/minio-file.service.d.ts +17 -0
- package/lib/platform/service/apis/model-provider.service.d.ts +47 -0
- package/lib/platform/service/apis/model.service.d.ts +47 -0
- package/lib/platform/service/apis/nav-menu.service.d.ts +65 -0
- package/lib/platform/service/apis/nav-page.service.d.ts +52 -0
- package/lib/platform/service/apis/openapi-group.service.d.ts +98 -0
- package/lib/platform/service/apis/openapi-key-grant.service.d.ts +62 -0
- package/lib/platform/service/apis/org-user-picker.service.d.ts +37 -0
- package/lib/platform/service/apis/org.service.d.ts +126 -0
- package/lib/platform/service/apis/parseCsvOrExcel.service.d.ts +11 -0
- package/lib/platform/service/apis/permission.service.d.ts +39 -0
- package/lib/platform/service/apis/plat.service.d.ts +117 -0
- package/lib/platform/service/apis/plugin-version.service.d.ts +48 -0
- package/lib/platform/service/apis/plugin.service.d.ts +97 -0
- package/lib/platform/service/apis/pm-process-delegate-detail.service.d.ts +50 -0
- package/lib/platform/service/apis/pm-process-delegate.service.d.ts +50 -0
- package/lib/platform/service/apis/pm-process-instance.service.d.ts +58 -0
- package/lib/platform/service/apis/pm-task-done.service.d.ts +58 -0
- package/lib/platform/service/apis/pm-task-todo.service.d.ts +57 -0
- package/lib/platform/service/apis/pn-page.service.d.ts +47 -0
- package/lib/platform/service/apis/pn-project.service.d.ts +105 -0
- package/lib/platform/service/apis/print-log.service.d.ts +47 -0
- package/lib/platform/service/apis/print-resource.service.d.ts +85 -0
- package/lib/platform/service/apis/regexp.service.d.ts +53 -0
- package/lib/platform/service/apis/released.service.d.ts +44 -0
- package/lib/platform/service/apis/resourceTransferToPage.service.d.ts +9 -0
- package/lib/platform/service/apis/role-permission.service.d.ts +40 -0
- package/lib/platform/service/apis/role.service.d.ts +80 -0
- package/lib/platform/service/apis/saveCompInfo.service.d.ts +9 -0
- package/lib/platform/service/apis/saveCompInfoType.service.d.ts +9 -0
- package/lib/platform/service/apis/saveCsvDatasource.service.d.ts +9 -0
- package/lib/platform/service/apis/saveEchartTheme.service.d.ts +9 -0
- package/lib/platform/service/apis/saveEnshrineComp.service.d.ts +9 -0
- package/lib/platform/service/apis/saveEnshrineCompGroup.service.d.ts +9 -0
- package/lib/platform/service/apis/saveFilter.service.d.ts +9 -0
- package/lib/platform/service/apis/saveMapGeoJson.service.d.ts +9 -0
- package/lib/platform/service/apis/savePageSnapshoot.service.d.ts +9 -0
- package/lib/platform/service/apis/savePageTemplate.service.d.ts +9 -0
- package/lib/platform/service/apis/savePnResourceGroup.service.d.ts +9 -0
- package/lib/platform/service/apis/saveShareCustomComp.service.d.ts +9 -0
- package/lib/platform/service/apis/seal-management.service.d.ts +59 -0
- package/lib/platform/service/apis/searchEnshrineComp.service.d.ts +9 -0
- package/lib/platform/service/apis/seat-message.service.d.ts +4 -0
- package/lib/platform/service/apis/seat.service.d.ts +58 -0
- package/lib/platform/service/apis/setPageSnapshootEnabled.service.d.ts +9 -0
- package/lib/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +9 -0
- package/lib/platform/service/apis/shortcut.service.d.ts +68 -0
- package/lib/platform/service/apis/sign-log.service.d.ts +53 -0
- package/lib/platform/service/apis/sms.service.d.ts +14 -0
- package/lib/platform/service/apis/started-process.service.d.ts +36 -0
- package/lib/platform/service/apis/task-delegate.service.d.ts +62 -0
- package/lib/platform/service/apis/task-done.service.d.ts +35 -0
- package/lib/platform/service/apis/task-todo.service.d.ts +35 -0
- package/lib/platform/service/apis/tenant-developer.service.d.ts +71 -0
- package/lib/platform/service/apis/tenant.service.d.ts +261 -0
- package/lib/platform/service/apis/toggleEnabled.service.d.ts +9 -0
- package/lib/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +9 -0
- package/lib/platform/service/apis/uploadFiles.service.d.ts +65 -0
- package/lib/platform/service/apis/user-extra.service.d.ts +47 -0
- package/lib/platform/service/apis/user-info-log.service.d.ts +48 -0
- package/lib/platform/service/apis/user-password-history.service.d.ts +50 -0
- package/lib/platform/service/apis/user.service.d.ts +180 -0
- package/lib/platform/service/apis/workbench-component-relation.service.d.ts +74 -0
- package/lib/platform/service/apis/workbench-component.service.d.ts +55 -0
- package/lib/platform/service/entities.d.ts +22554 -0
- package/lib/platform/service/index.d.ts +361 -0
- package/lib/types/index.d.ts +121 -0
- package/package.json +83 -0
|
@@ -0,0 +1,1716 @@
|
|
|
1
|
+
export interface AppAuthParamConfig {
|
|
2
|
+
/**
|
|
3
|
+
* 鉴权字段key 结构的key
|
|
4
|
+
*
|
|
5
|
+
* @type string
|
|
6
|
+
*/
|
|
7
|
+
key?: string;
|
|
8
|
+
/**
|
|
9
|
+
* 鉴权字段数据类型(Array,Object,String,Integer,Boolean,BigDecimal,Long)
|
|
10
|
+
*
|
|
11
|
+
* @type string
|
|
12
|
+
*/
|
|
13
|
+
keyType?: string;
|
|
14
|
+
/**
|
|
15
|
+
* 鉴权入参配置:请求参数放在请求的位置(header/body/query/path)
|
|
16
|
+
*
|
|
17
|
+
* @type string
|
|
18
|
+
*/
|
|
19
|
+
paramType?: string;
|
|
20
|
+
/**
|
|
21
|
+
* 当为鉴权函数时 支持的函数(MD5,NOW,RandomStr,SHA1,SHA256,SHA512,CONCAT)/ 表达式时来源字段(取值表达式 ${data.token})
|
|
22
|
+
*
|
|
23
|
+
* @type string
|
|
24
|
+
*/
|
|
25
|
+
value?: string;
|
|
26
|
+
/**
|
|
27
|
+
* 取值类型(填入值:INPUT/鉴权函数:FUNC/表达式取值:EXPRESSION)
|
|
28
|
+
*
|
|
29
|
+
* @type string
|
|
30
|
+
*/
|
|
31
|
+
valueType?: string;
|
|
32
|
+
}
|
|
33
|
+
export interface AppAuthRequestConfig {
|
|
34
|
+
/**
|
|
35
|
+
* 鉴权字段key 结构的key
|
|
36
|
+
*
|
|
37
|
+
* @type string
|
|
38
|
+
*/
|
|
39
|
+
key?: string;
|
|
40
|
+
/**
|
|
41
|
+
* 鉴权字段数据类型(Array,Object,String,Integer,Boolean,BigDecimal,Long)
|
|
42
|
+
*
|
|
43
|
+
* @type string
|
|
44
|
+
*/
|
|
45
|
+
keyType?: string;
|
|
46
|
+
/**
|
|
47
|
+
* 鉴权入参配置:请求参数放在请求的位置(header/body/query/path)
|
|
48
|
+
*
|
|
49
|
+
* @type string
|
|
50
|
+
*/
|
|
51
|
+
paramType?: string;
|
|
52
|
+
/**
|
|
53
|
+
* 当为鉴权函数时 支持的函数(MD5,NOW,RandomStr,SHA1,SHA256,SHA512,CONCAT)/ 表达式时来源字段(取值表达式 ${data.token})
|
|
54
|
+
*
|
|
55
|
+
* @type string
|
|
56
|
+
*/
|
|
57
|
+
value?: string;
|
|
58
|
+
/**
|
|
59
|
+
* 取值类型(填入值:INPUT/鉴权函数:FUNC/表达式取值:EXPRESSION)
|
|
60
|
+
*
|
|
61
|
+
* @type string
|
|
62
|
+
*/
|
|
63
|
+
valueType?: string;
|
|
64
|
+
}
|
|
65
|
+
export interface AppAuthSuccessExpression {
|
|
66
|
+
/**
|
|
67
|
+
* 鉴权参数key
|
|
68
|
+
*
|
|
69
|
+
* @type string
|
|
70
|
+
*/
|
|
71
|
+
key?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 鉴权字段数据类型(Array,Object,String,Integer,Boolean,BigDecimal,Long)
|
|
74
|
+
*
|
|
75
|
+
* @type string
|
|
76
|
+
*/
|
|
77
|
+
keyType?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 条件运算符(!=,==,>,<,contains,notContains,isNull,isNotNull)
|
|
80
|
+
*
|
|
81
|
+
* @type string
|
|
82
|
+
*/
|
|
83
|
+
operator?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 当为鉴权函数时 支持的函数(MD5,NOW,RandomStr,SHA1,SHA256,SHA512,CONCAT)/ 表达式时来源字段(取值表达式 ${data.token})
|
|
86
|
+
*
|
|
87
|
+
* @type string
|
|
88
|
+
*/
|
|
89
|
+
value?: string;
|
|
90
|
+
}
|
|
91
|
+
export interface AppConnectorResp {
|
|
92
|
+
/**
|
|
93
|
+
* 应用id
|
|
94
|
+
*
|
|
95
|
+
* @type string
|
|
96
|
+
*/
|
|
97
|
+
appId?: string;
|
|
98
|
+
/**
|
|
99
|
+
* 应用名称
|
|
100
|
+
*
|
|
101
|
+
* @type string
|
|
102
|
+
*/
|
|
103
|
+
appName?: string;
|
|
104
|
+
/**
|
|
105
|
+
* 是否鉴权(请求参数: DIRECT_ACCESS,获取token: ACCESS_TOKEN,无需鉴权:NONE,自定义: CUSTOM)
|
|
106
|
+
*
|
|
107
|
+
* @type string
|
|
108
|
+
*/
|
|
109
|
+
authMode?: string;
|
|
110
|
+
/**
|
|
111
|
+
* 环境-分支id
|
|
112
|
+
*
|
|
113
|
+
* @type string
|
|
114
|
+
*/
|
|
115
|
+
branchId?: string;
|
|
116
|
+
/**
|
|
117
|
+
* 品牌厂商
|
|
118
|
+
*
|
|
119
|
+
* @type string
|
|
120
|
+
*/
|
|
121
|
+
brand?: string;
|
|
122
|
+
/**
|
|
123
|
+
* 连接流数量
|
|
124
|
+
*
|
|
125
|
+
* @type number
|
|
126
|
+
*/
|
|
127
|
+
connectCount?: number;
|
|
128
|
+
/**
|
|
129
|
+
* 创建时间
|
|
130
|
+
*
|
|
131
|
+
* @type string
|
|
132
|
+
*/
|
|
133
|
+
createTime?: string;
|
|
134
|
+
/**
|
|
135
|
+
* 是否启用动态域名,0: 未启用 1: 启用
|
|
136
|
+
*
|
|
137
|
+
* @type number
|
|
138
|
+
*/
|
|
139
|
+
dynamicDomain?: number;
|
|
140
|
+
/**
|
|
141
|
+
* 环境
|
|
142
|
+
*
|
|
143
|
+
* @type string
|
|
144
|
+
*/
|
|
145
|
+
env?: string;
|
|
146
|
+
/**
|
|
147
|
+
* 配置id
|
|
148
|
+
*
|
|
149
|
+
* @type string
|
|
150
|
+
*/
|
|
151
|
+
id?: string;
|
|
152
|
+
/**
|
|
153
|
+
* 最后使用时间
|
|
154
|
+
*
|
|
155
|
+
* @type string
|
|
156
|
+
*/
|
|
157
|
+
lastUsedTime?: string;
|
|
158
|
+
/**
|
|
159
|
+
* 应用logo
|
|
160
|
+
*
|
|
161
|
+
* @type string
|
|
162
|
+
*/
|
|
163
|
+
logo?: string;
|
|
164
|
+
/**
|
|
165
|
+
* logo背景颜色
|
|
166
|
+
*
|
|
167
|
+
* @type string
|
|
168
|
+
*/
|
|
169
|
+
logoBgColor?: string;
|
|
170
|
+
/**
|
|
171
|
+
* logo颜色
|
|
172
|
+
*
|
|
173
|
+
* @type string
|
|
174
|
+
*/
|
|
175
|
+
logoColor?: string;
|
|
176
|
+
/**
|
|
177
|
+
* 图标类型(icon、pic)
|
|
178
|
+
*
|
|
179
|
+
* @type string
|
|
180
|
+
*/
|
|
181
|
+
logoType?: string;
|
|
182
|
+
/**
|
|
183
|
+
* 环境-应用id
|
|
184
|
+
*
|
|
185
|
+
* @type string
|
|
186
|
+
*/
|
|
187
|
+
platformAppId?: string;
|
|
188
|
+
/**
|
|
189
|
+
* 应用版本
|
|
190
|
+
*
|
|
191
|
+
* @type string
|
|
192
|
+
*/
|
|
193
|
+
version?: string;
|
|
194
|
+
}
|
|
195
|
+
export interface CategoryCompleteResponse {
|
|
196
|
+
/**
|
|
197
|
+
*
|
|
198
|
+
*
|
|
199
|
+
* @type Relation[]
|
|
200
|
+
*/
|
|
201
|
+
children?: Relation[];
|
|
202
|
+
/**
|
|
203
|
+
* 是否子版本
|
|
204
|
+
*
|
|
205
|
+
* @type boolean
|
|
206
|
+
*/
|
|
207
|
+
hasChild?: boolean;
|
|
208
|
+
/**
|
|
209
|
+
* 主键
|
|
210
|
+
*
|
|
211
|
+
* @type string
|
|
212
|
+
*/
|
|
213
|
+
id?: string;
|
|
214
|
+
/**
|
|
215
|
+
* 所属模块
|
|
216
|
+
*
|
|
217
|
+
* @type string
|
|
218
|
+
*/
|
|
219
|
+
module?: string;
|
|
220
|
+
/**
|
|
221
|
+
* 分类名称
|
|
222
|
+
*
|
|
223
|
+
* @type string
|
|
224
|
+
*/
|
|
225
|
+
name?: string;
|
|
226
|
+
/**
|
|
227
|
+
* 排序
|
|
228
|
+
*
|
|
229
|
+
* @type number
|
|
230
|
+
*/
|
|
231
|
+
sortNum?: number;
|
|
232
|
+
/**
|
|
233
|
+
* 是否系统内置数据(0普通、1内置)
|
|
234
|
+
*
|
|
235
|
+
* @type number
|
|
236
|
+
*/
|
|
237
|
+
sysBuiltin?: number;
|
|
238
|
+
}
|
|
239
|
+
export interface CategoryDragRequest {
|
|
240
|
+
/**
|
|
241
|
+
* 应用appId
|
|
242
|
+
*
|
|
243
|
+
* @type string
|
|
244
|
+
*/
|
|
245
|
+
appId?: string;
|
|
246
|
+
/**
|
|
247
|
+
* 分支id
|
|
248
|
+
*
|
|
249
|
+
* @type string
|
|
250
|
+
*/
|
|
251
|
+
branchId?: string;
|
|
252
|
+
/**
|
|
253
|
+
* 应用环境
|
|
254
|
+
*
|
|
255
|
+
* @type string
|
|
256
|
+
*/
|
|
257
|
+
env?: string;
|
|
258
|
+
/**
|
|
259
|
+
* 分类id
|
|
260
|
+
*
|
|
261
|
+
* @type string
|
|
262
|
+
*/
|
|
263
|
+
id?: string;
|
|
264
|
+
/**
|
|
265
|
+
* 目标位置父节点id,不传或传「ROOT」则代表根节点
|
|
266
|
+
*
|
|
267
|
+
* @type string
|
|
268
|
+
*/
|
|
269
|
+
targetParentId?: string;
|
|
270
|
+
/**
|
|
271
|
+
* 目标位置排序序号
|
|
272
|
+
*
|
|
273
|
+
* @type number
|
|
274
|
+
*/
|
|
275
|
+
targetSortNum?: number;
|
|
276
|
+
}
|
|
277
|
+
export interface ConnectorConfigRequest {
|
|
278
|
+
/**
|
|
279
|
+
* 是否鉴权(请求参数: DIRECT_ACCESS,获取token: ACCESS_TOKEN,无需鉴权:NONE)
|
|
280
|
+
*
|
|
281
|
+
* @type string
|
|
282
|
+
*/
|
|
283
|
+
authMode?: string;
|
|
284
|
+
/**
|
|
285
|
+
* 鉴权请求参数
|
|
286
|
+
*
|
|
287
|
+
* @type AppAuthParamConfig[]
|
|
288
|
+
*/
|
|
289
|
+
authParam?: AppAuthParamConfig[];
|
|
290
|
+
/**
|
|
291
|
+
* 测试连接状态 SUCCESS,FAILURE
|
|
292
|
+
*
|
|
293
|
+
* @type string
|
|
294
|
+
*/
|
|
295
|
+
connectStatus?: string;
|
|
296
|
+
/**
|
|
297
|
+
* 是否启用动态域名,0: 未启用 1: 启用
|
|
298
|
+
*
|
|
299
|
+
* @type number
|
|
300
|
+
*/
|
|
301
|
+
dynamicDomain?: number;
|
|
302
|
+
/**
|
|
303
|
+
* 鉴权有效时间
|
|
304
|
+
*
|
|
305
|
+
* @type number
|
|
306
|
+
*/
|
|
307
|
+
effectiveTime?: number;
|
|
308
|
+
/**
|
|
309
|
+
* 域名
|
|
310
|
+
*
|
|
311
|
+
* @type string
|
|
312
|
+
*/
|
|
313
|
+
host?: string;
|
|
314
|
+
/**
|
|
315
|
+
* 鉴权接口请求方式
|
|
316
|
+
*
|
|
317
|
+
* @type string
|
|
318
|
+
*/
|
|
319
|
+
httpMethod?: string;
|
|
320
|
+
/**
|
|
321
|
+
*
|
|
322
|
+
*
|
|
323
|
+
* @type string
|
|
324
|
+
*/
|
|
325
|
+
id?: string;
|
|
326
|
+
/**
|
|
327
|
+
* 鉴权地址(动态域名情况下,不配IP地址)
|
|
328
|
+
*
|
|
329
|
+
* @type string
|
|
330
|
+
*/
|
|
331
|
+
loginAddress?: string;
|
|
332
|
+
/**
|
|
333
|
+
* 应用id
|
|
334
|
+
*
|
|
335
|
+
* @type string
|
|
336
|
+
*/
|
|
337
|
+
relationId?: string;
|
|
338
|
+
/**
|
|
339
|
+
* 鉴权入参配置
|
|
340
|
+
*
|
|
341
|
+
* @type AppAuthRequestConfig[]
|
|
342
|
+
*/
|
|
343
|
+
requestConfig?: AppAuthRequestConfig[];
|
|
344
|
+
/**
|
|
345
|
+
* 响应成功条件
|
|
346
|
+
*
|
|
347
|
+
* @type AppAuthSuccessExpression[]
|
|
348
|
+
*/
|
|
349
|
+
successExpression?: AppAuthSuccessExpression[];
|
|
350
|
+
/**
|
|
351
|
+
* 鉴权有效时间 单位(秒:SECONDS/小时:HOURS/天:DAYS/分钟:MINUTES)
|
|
352
|
+
*
|
|
353
|
+
* @type string
|
|
354
|
+
*/
|
|
355
|
+
timeUnit?: string;
|
|
356
|
+
}
|
|
357
|
+
export interface ConnectorConfigResponse {
|
|
358
|
+
/**
|
|
359
|
+
* 鉴权方式(请求参数: DIRECT_ACCESS,获取token: ACCESS_TOKEN,无:NONE)
|
|
360
|
+
*
|
|
361
|
+
* @type string
|
|
362
|
+
*/
|
|
363
|
+
authMode?: string;
|
|
364
|
+
/**
|
|
365
|
+
* 请求参数
|
|
366
|
+
*
|
|
367
|
+
* @type AppAuthParamConfig[]
|
|
368
|
+
*/
|
|
369
|
+
authParam?: AppAuthParamConfig[];
|
|
370
|
+
/**
|
|
371
|
+
* 测试连接状态 SUCCESS,FAILURE
|
|
372
|
+
*
|
|
373
|
+
* @type string
|
|
374
|
+
*/
|
|
375
|
+
connectStatus?: string;
|
|
376
|
+
/**
|
|
377
|
+
* 连接器ID
|
|
378
|
+
*
|
|
379
|
+
* @type string
|
|
380
|
+
*/
|
|
381
|
+
connectorId?: string;
|
|
382
|
+
/**
|
|
383
|
+
*
|
|
384
|
+
*
|
|
385
|
+
* @type string
|
|
386
|
+
*/
|
|
387
|
+
createTime?: string;
|
|
388
|
+
/**
|
|
389
|
+
*
|
|
390
|
+
*
|
|
391
|
+
* @type string
|
|
392
|
+
*/
|
|
393
|
+
createUserId?: string;
|
|
394
|
+
/**
|
|
395
|
+
*
|
|
396
|
+
*
|
|
397
|
+
* @type string
|
|
398
|
+
*/
|
|
399
|
+
createUserName?: string;
|
|
400
|
+
/**
|
|
401
|
+
* 是否启用动态域名,0: 未启用 1: 启用
|
|
402
|
+
*
|
|
403
|
+
* @type number
|
|
404
|
+
*/
|
|
405
|
+
dynamicDomain?: number;
|
|
406
|
+
/**
|
|
407
|
+
* 鉴权有效时间
|
|
408
|
+
*
|
|
409
|
+
* @type number
|
|
410
|
+
*/
|
|
411
|
+
effectiveTime?: number;
|
|
412
|
+
/**
|
|
413
|
+
* 域名
|
|
414
|
+
*
|
|
415
|
+
* @type string
|
|
416
|
+
*/
|
|
417
|
+
host?: string;
|
|
418
|
+
/**
|
|
419
|
+
* 鉴权接口请求方式
|
|
420
|
+
*
|
|
421
|
+
* @type string
|
|
422
|
+
*/
|
|
423
|
+
httpMethod?: string;
|
|
424
|
+
/**
|
|
425
|
+
* 主键
|
|
426
|
+
*
|
|
427
|
+
* @type string
|
|
428
|
+
*/
|
|
429
|
+
id?: string;
|
|
430
|
+
/**
|
|
431
|
+
* 最后使用时间
|
|
432
|
+
*
|
|
433
|
+
* @type string
|
|
434
|
+
*/
|
|
435
|
+
lastUsedTime?: string;
|
|
436
|
+
/**
|
|
437
|
+
* 鉴权地址
|
|
438
|
+
*
|
|
439
|
+
* @type string
|
|
440
|
+
*/
|
|
441
|
+
loginAddress?: string;
|
|
442
|
+
/**
|
|
443
|
+
*
|
|
444
|
+
*
|
|
445
|
+
* @type string
|
|
446
|
+
*/
|
|
447
|
+
modifyTime?: string;
|
|
448
|
+
/**
|
|
449
|
+
*
|
|
450
|
+
*
|
|
451
|
+
* @type string
|
|
452
|
+
*/
|
|
453
|
+
modifyUserId?: string;
|
|
454
|
+
/**
|
|
455
|
+
*
|
|
456
|
+
*
|
|
457
|
+
* @type string
|
|
458
|
+
*/
|
|
459
|
+
modifyUserName?: string;
|
|
460
|
+
/**
|
|
461
|
+
* 关联应用id
|
|
462
|
+
*
|
|
463
|
+
* @type string
|
|
464
|
+
*/
|
|
465
|
+
relationId?: string;
|
|
466
|
+
/**
|
|
467
|
+
* 接口请求鉴权参数配置
|
|
468
|
+
*
|
|
469
|
+
* @type AppAuthRequestConfig[]
|
|
470
|
+
*/
|
|
471
|
+
requestConfig?: AppAuthRequestConfig[];
|
|
472
|
+
/**
|
|
473
|
+
* 响应成功条件
|
|
474
|
+
*
|
|
475
|
+
* @type AppAuthSuccessExpression[]
|
|
476
|
+
*/
|
|
477
|
+
successExpression?: AppAuthSuccessExpression[];
|
|
478
|
+
/**
|
|
479
|
+
* 鉴权有效时间 单位(秒:SECONDS/小时:HOURS/天:DAYS/分钟:MINUTES)
|
|
480
|
+
*
|
|
481
|
+
* @type string
|
|
482
|
+
*/
|
|
483
|
+
timeUnit?: string;
|
|
484
|
+
}
|
|
485
|
+
export interface ConnectorLogRequest {
|
|
486
|
+
/**
|
|
487
|
+
* 应用名称
|
|
488
|
+
*
|
|
489
|
+
* @type string
|
|
490
|
+
*/
|
|
491
|
+
appName?: string;
|
|
492
|
+
/**
|
|
493
|
+
* 鉴权方式(DIRECT_ACCESS/ACCESS_TOKEN/CUSTOM/NONE) 多个逗号分隔
|
|
494
|
+
*
|
|
495
|
+
* @type string
|
|
496
|
+
*/
|
|
497
|
+
authMode?: string;
|
|
498
|
+
/**
|
|
499
|
+
* 品牌厂商
|
|
500
|
+
*
|
|
501
|
+
* @type string
|
|
502
|
+
*/
|
|
503
|
+
brand?: string;
|
|
504
|
+
/**
|
|
505
|
+
* 连接类型(TEST/BIZ)
|
|
506
|
+
*
|
|
507
|
+
* @type string
|
|
508
|
+
*/
|
|
509
|
+
connectMode?: string;
|
|
510
|
+
/**
|
|
511
|
+
* 测试连接状态(SUCCESS,FAILURE)
|
|
512
|
+
*
|
|
513
|
+
* @type string
|
|
514
|
+
*/
|
|
515
|
+
connectStatus?: string;
|
|
516
|
+
/**
|
|
517
|
+
* 调用截止时间
|
|
518
|
+
*
|
|
519
|
+
* @type string
|
|
520
|
+
*/
|
|
521
|
+
endTime?: string;
|
|
522
|
+
/**
|
|
523
|
+
* 调用开始时间
|
|
524
|
+
*
|
|
525
|
+
* @type string
|
|
526
|
+
*/
|
|
527
|
+
startTime?: string;
|
|
528
|
+
/**
|
|
529
|
+
* 应用版本
|
|
530
|
+
*
|
|
531
|
+
* @type string
|
|
532
|
+
*/
|
|
533
|
+
version?: string;
|
|
534
|
+
}
|
|
535
|
+
export interface ConnectorLogResponse {
|
|
536
|
+
/**
|
|
537
|
+
* 请求接口时间
|
|
538
|
+
*
|
|
539
|
+
* @type string
|
|
540
|
+
*/
|
|
541
|
+
accessTime?: string;
|
|
542
|
+
/**
|
|
543
|
+
* 应用id
|
|
544
|
+
*
|
|
545
|
+
* @type string
|
|
546
|
+
*/
|
|
547
|
+
appId?: string;
|
|
548
|
+
/**
|
|
549
|
+
* 应用名称
|
|
550
|
+
*
|
|
551
|
+
* @type string
|
|
552
|
+
*/
|
|
553
|
+
appName?: string;
|
|
554
|
+
/**
|
|
555
|
+
* 鉴权方式(DIRECT_ACCESS/ACCESS_TOKEN/CUSTOM/NONE)
|
|
556
|
+
*
|
|
557
|
+
* @type string
|
|
558
|
+
*/
|
|
559
|
+
authMode?: string;
|
|
560
|
+
/**
|
|
561
|
+
* 分支id
|
|
562
|
+
*
|
|
563
|
+
* @type string
|
|
564
|
+
*/
|
|
565
|
+
branchId?: string;
|
|
566
|
+
/**
|
|
567
|
+
* 品牌厂商
|
|
568
|
+
*
|
|
569
|
+
* @type string
|
|
570
|
+
*/
|
|
571
|
+
brand?: string;
|
|
572
|
+
/**
|
|
573
|
+
* 连接类型(测试连接:TEST/业务连接:BIZ)
|
|
574
|
+
*
|
|
575
|
+
* @type string
|
|
576
|
+
*/
|
|
577
|
+
connectMode?: string;
|
|
578
|
+
/**
|
|
579
|
+
* 测试连接状态(SUCCESS,FAILURE)
|
|
580
|
+
*
|
|
581
|
+
* @type string
|
|
582
|
+
*/
|
|
583
|
+
connectStatus?: string;
|
|
584
|
+
/**
|
|
585
|
+
* 连接器配置id
|
|
586
|
+
*
|
|
587
|
+
* @type string
|
|
588
|
+
*/
|
|
589
|
+
connectorId?: string;
|
|
590
|
+
/**
|
|
591
|
+
*
|
|
592
|
+
*
|
|
593
|
+
* @type string
|
|
594
|
+
*/
|
|
595
|
+
createTime?: string;
|
|
596
|
+
/**
|
|
597
|
+
*
|
|
598
|
+
*
|
|
599
|
+
* @type string
|
|
600
|
+
*/
|
|
601
|
+
createUserId?: string;
|
|
602
|
+
/**
|
|
603
|
+
*
|
|
604
|
+
*
|
|
605
|
+
* @type string
|
|
606
|
+
*/
|
|
607
|
+
createUserName?: string;
|
|
608
|
+
/**
|
|
609
|
+
* 耗时ms
|
|
610
|
+
*
|
|
611
|
+
* @type number
|
|
612
|
+
*/
|
|
613
|
+
duration?: number;
|
|
614
|
+
/**
|
|
615
|
+
* 应用环境
|
|
616
|
+
*
|
|
617
|
+
* @type string
|
|
618
|
+
*/
|
|
619
|
+
env?: string;
|
|
620
|
+
/**
|
|
621
|
+
* 主键
|
|
622
|
+
*
|
|
623
|
+
* @type string
|
|
624
|
+
*/
|
|
625
|
+
id?: string;
|
|
626
|
+
/**
|
|
627
|
+
* 鉴权地址
|
|
628
|
+
*
|
|
629
|
+
* @type string
|
|
630
|
+
*/
|
|
631
|
+
loginAddress?: string;
|
|
632
|
+
/**
|
|
633
|
+
*
|
|
634
|
+
*
|
|
635
|
+
* @type string
|
|
636
|
+
*/
|
|
637
|
+
modifyTime?: string;
|
|
638
|
+
/**
|
|
639
|
+
*
|
|
640
|
+
*
|
|
641
|
+
* @type string
|
|
642
|
+
*/
|
|
643
|
+
modifyUserId?: string;
|
|
644
|
+
/**
|
|
645
|
+
*
|
|
646
|
+
*
|
|
647
|
+
* @type string
|
|
648
|
+
*/
|
|
649
|
+
modifyUserName?: string;
|
|
650
|
+
/**
|
|
651
|
+
* 请求接口信息
|
|
652
|
+
*
|
|
653
|
+
* @type string
|
|
654
|
+
*/
|
|
655
|
+
requestInfo?: string;
|
|
656
|
+
/**
|
|
657
|
+
* 请求报文信息
|
|
658
|
+
*
|
|
659
|
+
* @type Record<string, unknown>
|
|
660
|
+
*/
|
|
661
|
+
requestMessage?: Record<string, unknown>;
|
|
662
|
+
/**
|
|
663
|
+
* 接口响应信息
|
|
664
|
+
*
|
|
665
|
+
* @type Record<string, unknown>
|
|
666
|
+
*/
|
|
667
|
+
responseMessage?: Record<string, unknown>;
|
|
668
|
+
/**
|
|
669
|
+
* 请求时间
|
|
670
|
+
*
|
|
671
|
+
* @type string
|
|
672
|
+
*/
|
|
673
|
+
responseTime?: string;
|
|
674
|
+
/**
|
|
675
|
+
* 租户id
|
|
676
|
+
*
|
|
677
|
+
* @type string
|
|
678
|
+
*/
|
|
679
|
+
tenantId?: string;
|
|
680
|
+
/**
|
|
681
|
+
* 请求地址
|
|
682
|
+
*
|
|
683
|
+
* @type string
|
|
684
|
+
*/
|
|
685
|
+
url?: string;
|
|
686
|
+
/**
|
|
687
|
+
* 应用版本
|
|
688
|
+
*
|
|
689
|
+
* @type string
|
|
690
|
+
*/
|
|
691
|
+
version?: string;
|
|
692
|
+
}
|
|
693
|
+
export interface DebugDTO {
|
|
694
|
+
/**
|
|
695
|
+
* 即websocket的clientId: debug_flowId_requestId,debug为websocket连接的业务前缀,其中requestId为这一次调试id,为随机值有后端生成
|
|
696
|
+
*
|
|
697
|
+
* @type string
|
|
698
|
+
*/
|
|
699
|
+
clientId?: string;
|
|
700
|
+
/**
|
|
701
|
+
* 调试模式:单步:single、多步:multi
|
|
702
|
+
*
|
|
703
|
+
* @type string
|
|
704
|
+
*/
|
|
705
|
+
debugModel?: string;
|
|
706
|
+
/**
|
|
707
|
+
* 打断点的节点id
|
|
708
|
+
*
|
|
709
|
+
* @type string[]
|
|
710
|
+
*/
|
|
711
|
+
debugNodeIds?: string[];
|
|
712
|
+
/**
|
|
713
|
+
* 编排的json
|
|
714
|
+
*
|
|
715
|
+
* @type string
|
|
716
|
+
*/
|
|
717
|
+
flow?: string;
|
|
718
|
+
/**
|
|
719
|
+
* json是否修改过
|
|
720
|
+
*
|
|
721
|
+
* @type boolean
|
|
722
|
+
*/
|
|
723
|
+
updated?: boolean;
|
|
724
|
+
}
|
|
725
|
+
export interface FlowAppReq {
|
|
726
|
+
/**
|
|
727
|
+
*
|
|
728
|
+
*
|
|
729
|
+
* @type string
|
|
730
|
+
*/
|
|
731
|
+
brand?: string;
|
|
732
|
+
/**
|
|
733
|
+
* 分类ID
|
|
734
|
+
*
|
|
735
|
+
* @type string
|
|
736
|
+
*/
|
|
737
|
+
categoryId?: string;
|
|
738
|
+
/**
|
|
739
|
+
* 描述
|
|
740
|
+
*
|
|
741
|
+
* @type string
|
|
742
|
+
*/
|
|
743
|
+
description?: string;
|
|
744
|
+
/**
|
|
745
|
+
* 应用logo
|
|
746
|
+
*
|
|
747
|
+
* @type string
|
|
748
|
+
*/
|
|
749
|
+
logo?: string;
|
|
750
|
+
/**
|
|
751
|
+
* logo背景颜色
|
|
752
|
+
*
|
|
753
|
+
* @type string
|
|
754
|
+
*/
|
|
755
|
+
logoBgColor?: string;
|
|
756
|
+
/**
|
|
757
|
+
* logo颜色
|
|
758
|
+
*
|
|
759
|
+
* @type string
|
|
760
|
+
*/
|
|
761
|
+
logoColor?: string;
|
|
762
|
+
/**
|
|
763
|
+
* logo类型(icon/pic)
|
|
764
|
+
*
|
|
765
|
+
* @type string
|
|
766
|
+
*/
|
|
767
|
+
logoType?: string;
|
|
768
|
+
/**
|
|
769
|
+
*
|
|
770
|
+
*
|
|
771
|
+
* @type string
|
|
772
|
+
*/
|
|
773
|
+
name?: string;
|
|
774
|
+
/**
|
|
775
|
+
*
|
|
776
|
+
*
|
|
777
|
+
* @type string
|
|
778
|
+
*/
|
|
779
|
+
version?: string;
|
|
780
|
+
}
|
|
781
|
+
export interface FlowAppRequest {
|
|
782
|
+
/**
|
|
783
|
+
* 品牌
|
|
784
|
+
*
|
|
785
|
+
* @type string
|
|
786
|
+
*/
|
|
787
|
+
brand?: string;
|
|
788
|
+
/**
|
|
789
|
+
* 分类ID
|
|
790
|
+
*
|
|
791
|
+
* @type string
|
|
792
|
+
*/
|
|
793
|
+
categoryId?: string;
|
|
794
|
+
/**
|
|
795
|
+
* 描述
|
|
796
|
+
*
|
|
797
|
+
* @type string
|
|
798
|
+
*/
|
|
799
|
+
description?: string;
|
|
800
|
+
/**
|
|
801
|
+
* 应用logo
|
|
802
|
+
*
|
|
803
|
+
* @type string
|
|
804
|
+
*/
|
|
805
|
+
logo?: string;
|
|
806
|
+
/**
|
|
807
|
+
* logo背景颜色
|
|
808
|
+
*
|
|
809
|
+
* @type string
|
|
810
|
+
*/
|
|
811
|
+
logoBgColor?: string;
|
|
812
|
+
/**
|
|
813
|
+
* logo颜色
|
|
814
|
+
*
|
|
815
|
+
* @type string
|
|
816
|
+
*/
|
|
817
|
+
logoColor?: string;
|
|
818
|
+
/**
|
|
819
|
+
* 图标类型(icon/pic)
|
|
820
|
+
*
|
|
821
|
+
* @type string
|
|
822
|
+
*/
|
|
823
|
+
logoType?: string;
|
|
824
|
+
/**
|
|
825
|
+
* 应用名称
|
|
826
|
+
*
|
|
827
|
+
* @type string
|
|
828
|
+
*/
|
|
829
|
+
name?: string;
|
|
830
|
+
/**
|
|
831
|
+
* 状态
|
|
832
|
+
*
|
|
833
|
+
* @type number
|
|
834
|
+
*/
|
|
835
|
+
status?: number;
|
|
836
|
+
/**
|
|
837
|
+
* 租户ID
|
|
838
|
+
*
|
|
839
|
+
* @type string
|
|
840
|
+
*/
|
|
841
|
+
tenantId?: string;
|
|
842
|
+
/**
|
|
843
|
+
* 版本
|
|
844
|
+
*
|
|
845
|
+
* @type string
|
|
846
|
+
*/
|
|
847
|
+
version?: string;
|
|
848
|
+
}
|
|
849
|
+
export interface FlowAppResponse {
|
|
850
|
+
/**
|
|
851
|
+
* 品牌
|
|
852
|
+
*
|
|
853
|
+
* @type string
|
|
854
|
+
*/
|
|
855
|
+
brand?: string;
|
|
856
|
+
/**
|
|
857
|
+
* 分类ID
|
|
858
|
+
*
|
|
859
|
+
* @type string
|
|
860
|
+
*/
|
|
861
|
+
categoryId?: string;
|
|
862
|
+
/**
|
|
863
|
+
*
|
|
864
|
+
*
|
|
865
|
+
* @type string
|
|
866
|
+
*/
|
|
867
|
+
createTime?: string;
|
|
868
|
+
/**
|
|
869
|
+
*
|
|
870
|
+
*
|
|
871
|
+
* @type string
|
|
872
|
+
*/
|
|
873
|
+
createUserId?: string;
|
|
874
|
+
/**
|
|
875
|
+
*
|
|
876
|
+
*
|
|
877
|
+
* @type string
|
|
878
|
+
*/
|
|
879
|
+
createUserName?: string;
|
|
880
|
+
/**
|
|
881
|
+
* 描述
|
|
882
|
+
*
|
|
883
|
+
* @type string
|
|
884
|
+
*/
|
|
885
|
+
description?: string;
|
|
886
|
+
/**
|
|
887
|
+
* 应用主键
|
|
888
|
+
*
|
|
889
|
+
* @type string
|
|
890
|
+
*/
|
|
891
|
+
id?: string;
|
|
892
|
+
/**
|
|
893
|
+
* 应用logo
|
|
894
|
+
*
|
|
895
|
+
* @type string
|
|
896
|
+
*/
|
|
897
|
+
logo?: string;
|
|
898
|
+
/**
|
|
899
|
+
* 背景颜色
|
|
900
|
+
*
|
|
901
|
+
* @type string
|
|
902
|
+
*/
|
|
903
|
+
logoBgColor?: string;
|
|
904
|
+
/**
|
|
905
|
+
* 颜色
|
|
906
|
+
*
|
|
907
|
+
* @type string
|
|
908
|
+
*/
|
|
909
|
+
logoColor?: string;
|
|
910
|
+
/**
|
|
911
|
+
* 图标类型(icon/pic)
|
|
912
|
+
*
|
|
913
|
+
* @type string
|
|
914
|
+
*/
|
|
915
|
+
logoType?: string;
|
|
916
|
+
/**
|
|
917
|
+
*
|
|
918
|
+
*
|
|
919
|
+
* @type string
|
|
920
|
+
*/
|
|
921
|
+
modifyTime?: string;
|
|
922
|
+
/**
|
|
923
|
+
*
|
|
924
|
+
*
|
|
925
|
+
* @type string
|
|
926
|
+
*/
|
|
927
|
+
modifyUserId?: string;
|
|
928
|
+
/**
|
|
929
|
+
*
|
|
930
|
+
*
|
|
931
|
+
* @type string
|
|
932
|
+
*/
|
|
933
|
+
modifyUserName?: string;
|
|
934
|
+
/**
|
|
935
|
+
* 应用名称
|
|
936
|
+
*
|
|
937
|
+
* @type string
|
|
938
|
+
*/
|
|
939
|
+
name?: string;
|
|
940
|
+
/**
|
|
941
|
+
* 状态
|
|
942
|
+
*
|
|
943
|
+
* @type number
|
|
944
|
+
*/
|
|
945
|
+
status?: number;
|
|
946
|
+
/**
|
|
947
|
+
* 租户ID
|
|
948
|
+
*
|
|
949
|
+
* @type string
|
|
950
|
+
*/
|
|
951
|
+
tenantId?: string;
|
|
952
|
+
/**
|
|
953
|
+
* 版本
|
|
954
|
+
*
|
|
955
|
+
* @type string
|
|
956
|
+
*/
|
|
957
|
+
version?: string;
|
|
958
|
+
}
|
|
959
|
+
export interface FlowCategoryRequest {
|
|
960
|
+
/**
|
|
961
|
+
* 应用appId
|
|
962
|
+
*
|
|
963
|
+
* @type string
|
|
964
|
+
*/
|
|
965
|
+
appId?: string;
|
|
966
|
+
/**
|
|
967
|
+
* 分支id
|
|
968
|
+
*
|
|
969
|
+
* @type string
|
|
970
|
+
*/
|
|
971
|
+
branchId?: string;
|
|
972
|
+
/**
|
|
973
|
+
* 应用环境
|
|
974
|
+
*
|
|
975
|
+
* @type string
|
|
976
|
+
*/
|
|
977
|
+
env?: string;
|
|
978
|
+
/**
|
|
979
|
+
* 所属模块(连接流:flow,连接器:connector)
|
|
980
|
+
*
|
|
981
|
+
* @type string
|
|
982
|
+
*/
|
|
983
|
+
module?: string;
|
|
984
|
+
/**
|
|
985
|
+
* 分类名称
|
|
986
|
+
*
|
|
987
|
+
* @type string
|
|
988
|
+
*/
|
|
989
|
+
name?: string;
|
|
990
|
+
/**
|
|
991
|
+
* 父节点id
|
|
992
|
+
*
|
|
993
|
+
* @type string
|
|
994
|
+
*/
|
|
995
|
+
parentId?: string;
|
|
996
|
+
}
|
|
997
|
+
export interface FlowCategoryResponse {
|
|
998
|
+
/**
|
|
999
|
+
*
|
|
1000
|
+
*
|
|
1001
|
+
* @type string
|
|
1002
|
+
*/
|
|
1003
|
+
createTime?: string;
|
|
1004
|
+
/**
|
|
1005
|
+
*
|
|
1006
|
+
*
|
|
1007
|
+
* @type string
|
|
1008
|
+
*/
|
|
1009
|
+
createUserId?: string;
|
|
1010
|
+
/**
|
|
1011
|
+
*
|
|
1012
|
+
*
|
|
1013
|
+
* @type string
|
|
1014
|
+
*/
|
|
1015
|
+
createUserName?: string;
|
|
1016
|
+
/**
|
|
1017
|
+
* 全路径
|
|
1018
|
+
*
|
|
1019
|
+
* @type string
|
|
1020
|
+
*/
|
|
1021
|
+
fullPath?: string;
|
|
1022
|
+
/**
|
|
1023
|
+
* 主键
|
|
1024
|
+
*
|
|
1025
|
+
* @type string
|
|
1026
|
+
*/
|
|
1027
|
+
id?: string;
|
|
1028
|
+
/**
|
|
1029
|
+
*
|
|
1030
|
+
*
|
|
1031
|
+
* @type string
|
|
1032
|
+
*/
|
|
1033
|
+
modifyTime?: string;
|
|
1034
|
+
/**
|
|
1035
|
+
*
|
|
1036
|
+
*
|
|
1037
|
+
* @type string
|
|
1038
|
+
*/
|
|
1039
|
+
modifyUserId?: string;
|
|
1040
|
+
/**
|
|
1041
|
+
*
|
|
1042
|
+
*
|
|
1043
|
+
* @type string
|
|
1044
|
+
*/
|
|
1045
|
+
modifyUserName?: string;
|
|
1046
|
+
/**
|
|
1047
|
+
* 所属模块
|
|
1048
|
+
*
|
|
1049
|
+
* @type string
|
|
1050
|
+
*/
|
|
1051
|
+
module?: string;
|
|
1052
|
+
/**
|
|
1053
|
+
* 分类名称
|
|
1054
|
+
*
|
|
1055
|
+
* @type string
|
|
1056
|
+
*/
|
|
1057
|
+
name?: string;
|
|
1058
|
+
/**
|
|
1059
|
+
* 父节点id
|
|
1060
|
+
*
|
|
1061
|
+
* @type string
|
|
1062
|
+
*/
|
|
1063
|
+
parentId?: string;
|
|
1064
|
+
/**
|
|
1065
|
+
* 排序
|
|
1066
|
+
*
|
|
1067
|
+
* @type number
|
|
1068
|
+
*/
|
|
1069
|
+
sortNum?: number;
|
|
1070
|
+
/**
|
|
1071
|
+
* 是否系统内置数据(0普通、1内置)
|
|
1072
|
+
*
|
|
1073
|
+
* @type number
|
|
1074
|
+
*/
|
|
1075
|
+
sysBuiltin?: number;
|
|
1076
|
+
}
|
|
1077
|
+
export interface FlowCreateWithCategoryReq {
|
|
1078
|
+
/**
|
|
1079
|
+
* 分类id
|
|
1080
|
+
*
|
|
1081
|
+
* @type string
|
|
1082
|
+
*/
|
|
1083
|
+
categoryId?: string;
|
|
1084
|
+
/**
|
|
1085
|
+
*
|
|
1086
|
+
*
|
|
1087
|
+
* @type string
|
|
1088
|
+
*/
|
|
1089
|
+
fAppId?: string;
|
|
1090
|
+
/**
|
|
1091
|
+
* key
|
|
1092
|
+
*
|
|
1093
|
+
* @type string
|
|
1094
|
+
*/
|
|
1095
|
+
key?: string;
|
|
1096
|
+
/**
|
|
1097
|
+
* 备注
|
|
1098
|
+
*
|
|
1099
|
+
* @type string
|
|
1100
|
+
*/
|
|
1101
|
+
mark?: string;
|
|
1102
|
+
/**
|
|
1103
|
+
*
|
|
1104
|
+
*
|
|
1105
|
+
* @type string
|
|
1106
|
+
*/
|
|
1107
|
+
name?: string;
|
|
1108
|
+
}
|
|
1109
|
+
export interface FlowDebugNodeLog {
|
|
1110
|
+
/**
|
|
1111
|
+
* clientId
|
|
1112
|
+
*
|
|
1113
|
+
* @type string
|
|
1114
|
+
*/
|
|
1115
|
+
clientId?: string;
|
|
1116
|
+
/**
|
|
1117
|
+
*
|
|
1118
|
+
*
|
|
1119
|
+
* @type number
|
|
1120
|
+
*/
|
|
1121
|
+
endTime?: number;
|
|
1122
|
+
/**
|
|
1123
|
+
*
|
|
1124
|
+
*
|
|
1125
|
+
* @type unknown
|
|
1126
|
+
*/
|
|
1127
|
+
request?: unknown;
|
|
1128
|
+
/**
|
|
1129
|
+
*
|
|
1130
|
+
*
|
|
1131
|
+
* @type unknown
|
|
1132
|
+
*/
|
|
1133
|
+
response?: unknown;
|
|
1134
|
+
/**
|
|
1135
|
+
*
|
|
1136
|
+
*
|
|
1137
|
+
* @type number
|
|
1138
|
+
*/
|
|
1139
|
+
startTime?: number;
|
|
1140
|
+
/**
|
|
1141
|
+
*
|
|
1142
|
+
*
|
|
1143
|
+
* @type boolean
|
|
1144
|
+
*/
|
|
1145
|
+
status?: boolean;
|
|
1146
|
+
}
|
|
1147
|
+
export interface FlowExtRequest {
|
|
1148
|
+
/**
|
|
1149
|
+
* 连接流json
|
|
1150
|
+
*
|
|
1151
|
+
* @type string
|
|
1152
|
+
*/
|
|
1153
|
+
definitionJson?: string;
|
|
1154
|
+
/**
|
|
1155
|
+
* 连接流id
|
|
1156
|
+
*
|
|
1157
|
+
* @type string
|
|
1158
|
+
*/
|
|
1159
|
+
fuuid?: string;
|
|
1160
|
+
/**
|
|
1161
|
+
* 状态
|
|
1162
|
+
*
|
|
1163
|
+
* @type number
|
|
1164
|
+
*/
|
|
1165
|
+
status?: number;
|
|
1166
|
+
/**
|
|
1167
|
+
* 状态字符串
|
|
1168
|
+
*
|
|
1169
|
+
* @type string
|
|
1170
|
+
*/
|
|
1171
|
+
statusStr?: string;
|
|
1172
|
+
/**
|
|
1173
|
+
* k值
|
|
1174
|
+
*
|
|
1175
|
+
* @type string
|
|
1176
|
+
*/
|
|
1177
|
+
version?: string;
|
|
1178
|
+
}
|
|
1179
|
+
export interface FlowExtResponse {
|
|
1180
|
+
/**
|
|
1181
|
+
*
|
|
1182
|
+
*
|
|
1183
|
+
* @type string
|
|
1184
|
+
*/
|
|
1185
|
+
createTime?: string;
|
|
1186
|
+
/**
|
|
1187
|
+
*
|
|
1188
|
+
*
|
|
1189
|
+
* @type string
|
|
1190
|
+
*/
|
|
1191
|
+
createUserId?: string;
|
|
1192
|
+
/**
|
|
1193
|
+
*
|
|
1194
|
+
*
|
|
1195
|
+
* @type string
|
|
1196
|
+
*/
|
|
1197
|
+
createUserName?: string;
|
|
1198
|
+
/**
|
|
1199
|
+
* 连接流json
|
|
1200
|
+
*
|
|
1201
|
+
* @type string
|
|
1202
|
+
*/
|
|
1203
|
+
definitionJson?: string;
|
|
1204
|
+
/**
|
|
1205
|
+
* 连接流id
|
|
1206
|
+
*
|
|
1207
|
+
* @type string
|
|
1208
|
+
*/
|
|
1209
|
+
fuuid?: string;
|
|
1210
|
+
/**
|
|
1211
|
+
* ID
|
|
1212
|
+
*
|
|
1213
|
+
* @type string
|
|
1214
|
+
*/
|
|
1215
|
+
id?: string;
|
|
1216
|
+
/**
|
|
1217
|
+
*
|
|
1218
|
+
*
|
|
1219
|
+
* @type string
|
|
1220
|
+
*/
|
|
1221
|
+
modifyTime?: string;
|
|
1222
|
+
/**
|
|
1223
|
+
*
|
|
1224
|
+
*
|
|
1225
|
+
* @type string
|
|
1226
|
+
*/
|
|
1227
|
+
modifyUserId?: string;
|
|
1228
|
+
/**
|
|
1229
|
+
*
|
|
1230
|
+
*
|
|
1231
|
+
* @type string
|
|
1232
|
+
*/
|
|
1233
|
+
modifyUserName?: string;
|
|
1234
|
+
/**
|
|
1235
|
+
* 状态
|
|
1236
|
+
*
|
|
1237
|
+
* @type number
|
|
1238
|
+
*/
|
|
1239
|
+
status?: number;
|
|
1240
|
+
/**
|
|
1241
|
+
* 状态字符串
|
|
1242
|
+
*
|
|
1243
|
+
* @type string
|
|
1244
|
+
*/
|
|
1245
|
+
statusStr?: string;
|
|
1246
|
+
/**
|
|
1247
|
+
* k值
|
|
1248
|
+
*
|
|
1249
|
+
* @type string
|
|
1250
|
+
*/
|
|
1251
|
+
version?: string;
|
|
1252
|
+
}
|
|
1253
|
+
export interface FlowMainResp {
|
|
1254
|
+
/**
|
|
1255
|
+
*
|
|
1256
|
+
*
|
|
1257
|
+
* @type string
|
|
1258
|
+
*/
|
|
1259
|
+
appName?: string;
|
|
1260
|
+
/**
|
|
1261
|
+
*
|
|
1262
|
+
*
|
|
1263
|
+
* @type string
|
|
1264
|
+
*/
|
|
1265
|
+
categoryId?: string;
|
|
1266
|
+
/**
|
|
1267
|
+
*
|
|
1268
|
+
*
|
|
1269
|
+
* @type string
|
|
1270
|
+
*/
|
|
1271
|
+
createTime?: string;
|
|
1272
|
+
/**
|
|
1273
|
+
*
|
|
1274
|
+
*
|
|
1275
|
+
* @type string
|
|
1276
|
+
*/
|
|
1277
|
+
createUserId?: string;
|
|
1278
|
+
/**
|
|
1279
|
+
*
|
|
1280
|
+
*
|
|
1281
|
+
* @type string
|
|
1282
|
+
*/
|
|
1283
|
+
createUserName?: string;
|
|
1284
|
+
/**
|
|
1285
|
+
*
|
|
1286
|
+
*
|
|
1287
|
+
* @type number
|
|
1288
|
+
*/
|
|
1289
|
+
deleted?: number;
|
|
1290
|
+
/**
|
|
1291
|
+
*
|
|
1292
|
+
*
|
|
1293
|
+
* @type string
|
|
1294
|
+
*/
|
|
1295
|
+
fuuid?: string;
|
|
1296
|
+
/**
|
|
1297
|
+
*
|
|
1298
|
+
*
|
|
1299
|
+
* @type string
|
|
1300
|
+
*/
|
|
1301
|
+
id?: string;
|
|
1302
|
+
/**
|
|
1303
|
+
*
|
|
1304
|
+
*
|
|
1305
|
+
* @type string
|
|
1306
|
+
*/
|
|
1307
|
+
key?: string;
|
|
1308
|
+
/**
|
|
1309
|
+
*
|
|
1310
|
+
*
|
|
1311
|
+
* @type string
|
|
1312
|
+
*/
|
|
1313
|
+
mark?: string;
|
|
1314
|
+
/**
|
|
1315
|
+
*
|
|
1316
|
+
*
|
|
1317
|
+
* @type string
|
|
1318
|
+
*/
|
|
1319
|
+
modifyTime?: string;
|
|
1320
|
+
/**
|
|
1321
|
+
*
|
|
1322
|
+
*
|
|
1323
|
+
* @type string
|
|
1324
|
+
*/
|
|
1325
|
+
modifyUserId?: string;
|
|
1326
|
+
/**
|
|
1327
|
+
*
|
|
1328
|
+
*
|
|
1329
|
+
* @type string
|
|
1330
|
+
*/
|
|
1331
|
+
modifyUserName?: string;
|
|
1332
|
+
/**
|
|
1333
|
+
*
|
|
1334
|
+
*
|
|
1335
|
+
* @type string
|
|
1336
|
+
*/
|
|
1337
|
+
name?: string;
|
|
1338
|
+
/**
|
|
1339
|
+
*
|
|
1340
|
+
*
|
|
1341
|
+
* @type string
|
|
1342
|
+
*/
|
|
1343
|
+
nameStr?: string;
|
|
1344
|
+
/**
|
|
1345
|
+
*
|
|
1346
|
+
*
|
|
1347
|
+
* @type number
|
|
1348
|
+
*/
|
|
1349
|
+
status?: number;
|
|
1350
|
+
/**
|
|
1351
|
+
*
|
|
1352
|
+
*
|
|
1353
|
+
* @type string
|
|
1354
|
+
*/
|
|
1355
|
+
statusStr?: string;
|
|
1356
|
+
/**
|
|
1357
|
+
*
|
|
1358
|
+
*
|
|
1359
|
+
* @type string
|
|
1360
|
+
*/
|
|
1361
|
+
triggerType?: string;
|
|
1362
|
+
/**
|
|
1363
|
+
*
|
|
1364
|
+
*
|
|
1365
|
+
* @type string
|
|
1366
|
+
*/
|
|
1367
|
+
updateTime?: string;
|
|
1368
|
+
}
|
|
1369
|
+
export interface FlowUpdateReq {
|
|
1370
|
+
/**
|
|
1371
|
+
* 分类id
|
|
1372
|
+
*
|
|
1373
|
+
* @type string
|
|
1374
|
+
*/
|
|
1375
|
+
categoryId?: string;
|
|
1376
|
+
/**
|
|
1377
|
+
*
|
|
1378
|
+
*
|
|
1379
|
+
* @type string
|
|
1380
|
+
*/
|
|
1381
|
+
fAppId?: string;
|
|
1382
|
+
/**
|
|
1383
|
+
*
|
|
1384
|
+
*
|
|
1385
|
+
* @type string
|
|
1386
|
+
*/
|
|
1387
|
+
key?: string;
|
|
1388
|
+
/**
|
|
1389
|
+
*
|
|
1390
|
+
*
|
|
1391
|
+
* @type string
|
|
1392
|
+
*/
|
|
1393
|
+
mark?: string;
|
|
1394
|
+
/**
|
|
1395
|
+
*
|
|
1396
|
+
*
|
|
1397
|
+
* @type string
|
|
1398
|
+
*/
|
|
1399
|
+
name?: string;
|
|
1400
|
+
}
|
|
1401
|
+
export interface LogResponse {
|
|
1402
|
+
/**
|
|
1403
|
+
*
|
|
1404
|
+
*
|
|
1405
|
+
* @type Record<string, unknown>
|
|
1406
|
+
*/
|
|
1407
|
+
body?: Record<string, unknown>;
|
|
1408
|
+
/**
|
|
1409
|
+
*
|
|
1410
|
+
*
|
|
1411
|
+
* @type Record<string, unknown>
|
|
1412
|
+
*/
|
|
1413
|
+
headers?: Record<string, unknown>;
|
|
1414
|
+
/**
|
|
1415
|
+
*
|
|
1416
|
+
*
|
|
1417
|
+
* @type Record<string, unknown>
|
|
1418
|
+
*/
|
|
1419
|
+
method?: Record<string, unknown>;
|
|
1420
|
+
/**
|
|
1421
|
+
*
|
|
1422
|
+
*
|
|
1423
|
+
* @type Record<string, unknown>
|
|
1424
|
+
*/
|
|
1425
|
+
path?: Record<string, unknown>;
|
|
1426
|
+
/**
|
|
1427
|
+
*
|
|
1428
|
+
*
|
|
1429
|
+
* @type Record<string, unknown>
|
|
1430
|
+
*/
|
|
1431
|
+
query?: Record<string, unknown>;
|
|
1432
|
+
/**
|
|
1433
|
+
*
|
|
1434
|
+
*
|
|
1435
|
+
* @type string
|
|
1436
|
+
*/
|
|
1437
|
+
url?: string;
|
|
1438
|
+
}
|
|
1439
|
+
export interface Relation {
|
|
1440
|
+
/**
|
|
1441
|
+
* 分类id
|
|
1442
|
+
*
|
|
1443
|
+
* @type string
|
|
1444
|
+
*/
|
|
1445
|
+
categoryId?: string;
|
|
1446
|
+
/**
|
|
1447
|
+
* 分类名称
|
|
1448
|
+
*
|
|
1449
|
+
* @type string
|
|
1450
|
+
*/
|
|
1451
|
+
categoryName?: string;
|
|
1452
|
+
/**
|
|
1453
|
+
*
|
|
1454
|
+
*
|
|
1455
|
+
* @type Relation[]
|
|
1456
|
+
*/
|
|
1457
|
+
children?: Relation[];
|
|
1458
|
+
/**
|
|
1459
|
+
*
|
|
1460
|
+
*
|
|
1461
|
+
* @type string
|
|
1462
|
+
*/
|
|
1463
|
+
createTime?: string;
|
|
1464
|
+
/**
|
|
1465
|
+
*
|
|
1466
|
+
*
|
|
1467
|
+
* @type string
|
|
1468
|
+
*/
|
|
1469
|
+
createUserId?: string;
|
|
1470
|
+
/**
|
|
1471
|
+
*
|
|
1472
|
+
*
|
|
1473
|
+
* @type string
|
|
1474
|
+
*/
|
|
1475
|
+
createUserName?: string;
|
|
1476
|
+
/**
|
|
1477
|
+
* 是否默认
|
|
1478
|
+
*
|
|
1479
|
+
* @type number
|
|
1480
|
+
*/
|
|
1481
|
+
defaulted?: number;
|
|
1482
|
+
/**
|
|
1483
|
+
*
|
|
1484
|
+
*
|
|
1485
|
+
* @type number
|
|
1486
|
+
*/
|
|
1487
|
+
deleted?: number;
|
|
1488
|
+
/**
|
|
1489
|
+
* 是否子版本
|
|
1490
|
+
*
|
|
1491
|
+
* @type boolean
|
|
1492
|
+
*/
|
|
1493
|
+
hasChild?: boolean;
|
|
1494
|
+
/**
|
|
1495
|
+
* 关联表主键id
|
|
1496
|
+
*
|
|
1497
|
+
* @type string
|
|
1498
|
+
*/
|
|
1499
|
+
id?: string;
|
|
1500
|
+
/**
|
|
1501
|
+
* 分类数据key
|
|
1502
|
+
*
|
|
1503
|
+
* @type string
|
|
1504
|
+
*/
|
|
1505
|
+
key?: string;
|
|
1506
|
+
/**
|
|
1507
|
+
*
|
|
1508
|
+
*
|
|
1509
|
+
* @type string
|
|
1510
|
+
*/
|
|
1511
|
+
modifyTime?: string;
|
|
1512
|
+
/**
|
|
1513
|
+
*
|
|
1514
|
+
*
|
|
1515
|
+
* @type string
|
|
1516
|
+
*/
|
|
1517
|
+
modifyUserId?: string;
|
|
1518
|
+
/**
|
|
1519
|
+
*
|
|
1520
|
+
*
|
|
1521
|
+
* @type string
|
|
1522
|
+
*/
|
|
1523
|
+
modifyUserName?: string;
|
|
1524
|
+
/**
|
|
1525
|
+
* 分类数据名称
|
|
1526
|
+
*
|
|
1527
|
+
* @type string
|
|
1528
|
+
*/
|
|
1529
|
+
name?: string;
|
|
1530
|
+
/**
|
|
1531
|
+
* 分类数据id
|
|
1532
|
+
*
|
|
1533
|
+
* @type string
|
|
1534
|
+
*/
|
|
1535
|
+
relationId?: string;
|
|
1536
|
+
/**
|
|
1537
|
+
* 排序
|
|
1538
|
+
*
|
|
1539
|
+
* @type number
|
|
1540
|
+
*/
|
|
1541
|
+
sortNum?: number;
|
|
1542
|
+
/**
|
|
1543
|
+
* 是否系统内置服务
|
|
1544
|
+
*
|
|
1545
|
+
* @type number
|
|
1546
|
+
*/
|
|
1547
|
+
sysBuiltin?: number;
|
|
1548
|
+
}
|
|
1549
|
+
export interface RequestBizServiceConfig {
|
|
1550
|
+
/**
|
|
1551
|
+
* 是否鉴权(请求参数: DIRECT_ACCESS,获取token: ACCESS_TOKEN,无需鉴权:NONE)
|
|
1552
|
+
*
|
|
1553
|
+
* @type string
|
|
1554
|
+
*/
|
|
1555
|
+
authMode?: string;
|
|
1556
|
+
/**
|
|
1557
|
+
* 鉴权请求参数
|
|
1558
|
+
*
|
|
1559
|
+
* @type AppAuthParamConfig[]
|
|
1560
|
+
*/
|
|
1561
|
+
authParam?: AppAuthParamConfig[];
|
|
1562
|
+
/**
|
|
1563
|
+
* 测试连接状态 SUCCESS,FAILURE
|
|
1564
|
+
*
|
|
1565
|
+
* @type string
|
|
1566
|
+
*/
|
|
1567
|
+
connectStatus?: string;
|
|
1568
|
+
/**
|
|
1569
|
+
* 调试接口地址
|
|
1570
|
+
*
|
|
1571
|
+
* @type string
|
|
1572
|
+
*/
|
|
1573
|
+
debugAddress?: string;
|
|
1574
|
+
/**
|
|
1575
|
+
* 调试接口请求参数配置
|
|
1576
|
+
*
|
|
1577
|
+
* @type AppAuthRequestConfig[]
|
|
1578
|
+
*/
|
|
1579
|
+
debugRequestConfig?: AppAuthRequestConfig[];
|
|
1580
|
+
/**
|
|
1581
|
+
* 鉴权接口请求方式
|
|
1582
|
+
*
|
|
1583
|
+
* @type string
|
|
1584
|
+
*/
|
|
1585
|
+
debugRequestMethod?: string;
|
|
1586
|
+
/**
|
|
1587
|
+
* 是否启用动态域名,0: 未启用 1: 启用
|
|
1588
|
+
*
|
|
1589
|
+
* @type number
|
|
1590
|
+
*/
|
|
1591
|
+
dynamicDomain?: number;
|
|
1592
|
+
/**
|
|
1593
|
+
* 鉴权有效时间
|
|
1594
|
+
*
|
|
1595
|
+
* @type number
|
|
1596
|
+
*/
|
|
1597
|
+
effectiveTime?: number;
|
|
1598
|
+
/**
|
|
1599
|
+
* 域名
|
|
1600
|
+
*
|
|
1601
|
+
* @type string
|
|
1602
|
+
*/
|
|
1603
|
+
host?: string;
|
|
1604
|
+
/**
|
|
1605
|
+
* 鉴权接口请求方式
|
|
1606
|
+
*
|
|
1607
|
+
* @type string
|
|
1608
|
+
*/
|
|
1609
|
+
httpMethod?: string;
|
|
1610
|
+
/**
|
|
1611
|
+
*
|
|
1612
|
+
*
|
|
1613
|
+
* @type string
|
|
1614
|
+
*/
|
|
1615
|
+
id?: string;
|
|
1616
|
+
/**
|
|
1617
|
+
* 鉴权地址(动态域名情况下,不配IP地址)
|
|
1618
|
+
*
|
|
1619
|
+
* @type string
|
|
1620
|
+
*/
|
|
1621
|
+
loginAddress?: string;
|
|
1622
|
+
/**
|
|
1623
|
+
* 应用id
|
|
1624
|
+
*
|
|
1625
|
+
* @type string
|
|
1626
|
+
*/
|
|
1627
|
+
relationId?: string;
|
|
1628
|
+
/**
|
|
1629
|
+
* 鉴权入参配置
|
|
1630
|
+
*
|
|
1631
|
+
* @type AppAuthRequestConfig[]
|
|
1632
|
+
*/
|
|
1633
|
+
requestConfig?: AppAuthRequestConfig[];
|
|
1634
|
+
/**
|
|
1635
|
+
* 响应成功条件
|
|
1636
|
+
*
|
|
1637
|
+
* @type AppAuthSuccessExpression[]
|
|
1638
|
+
*/
|
|
1639
|
+
successExpression?: AppAuthSuccessExpression[];
|
|
1640
|
+
/**
|
|
1641
|
+
* 鉴权有效时间 单位(秒:SECONDS/小时:HOURS/天:DAYS/分钟:MINUTES)
|
|
1642
|
+
*
|
|
1643
|
+
* @type string
|
|
1644
|
+
*/
|
|
1645
|
+
timeUnit?: string;
|
|
1646
|
+
}
|
|
1647
|
+
export interface ResponseEntity {
|
|
1648
|
+
/**
|
|
1649
|
+
* 执行结果状态码
|
|
1650
|
+
*
|
|
1651
|
+
* @type number
|
|
1652
|
+
*/
|
|
1653
|
+
code?: number;
|
|
1654
|
+
/**
|
|
1655
|
+
* 返回正确结果时携带的数据
|
|
1656
|
+
*
|
|
1657
|
+
* @type Record<string, unknown>
|
|
1658
|
+
*/
|
|
1659
|
+
data?: Record<string, unknown>;
|
|
1660
|
+
/**
|
|
1661
|
+
* 执行结果信息
|
|
1662
|
+
*
|
|
1663
|
+
* @type string
|
|
1664
|
+
*/
|
|
1665
|
+
message?: string;
|
|
1666
|
+
/**
|
|
1667
|
+
*
|
|
1668
|
+
*
|
|
1669
|
+
* @type boolean
|
|
1670
|
+
*/
|
|
1671
|
+
ok?: boolean;
|
|
1672
|
+
/**
|
|
1673
|
+
* 执行结果子状态码
|
|
1674
|
+
*
|
|
1675
|
+
* @type string
|
|
1676
|
+
*/
|
|
1677
|
+
subCode?: string;
|
|
1678
|
+
/**
|
|
1679
|
+
* 执行结果子信息
|
|
1680
|
+
*
|
|
1681
|
+
* @type string
|
|
1682
|
+
*/
|
|
1683
|
+
subMessage?: string;
|
|
1684
|
+
}
|
|
1685
|
+
export interface SchemaObject {
|
|
1686
|
+
/**
|
|
1687
|
+
*
|
|
1688
|
+
*
|
|
1689
|
+
* @type unknown
|
|
1690
|
+
*/
|
|
1691
|
+
items?: unknown;
|
|
1692
|
+
/**
|
|
1693
|
+
*
|
|
1694
|
+
*
|
|
1695
|
+
* @type Record<string, unknown>
|
|
1696
|
+
*/
|
|
1697
|
+
not?: Record<string, unknown>;
|
|
1698
|
+
/**
|
|
1699
|
+
*
|
|
1700
|
+
*
|
|
1701
|
+
* @type Record<string, unknown>
|
|
1702
|
+
*/
|
|
1703
|
+
properties?: Record<string, unknown>;
|
|
1704
|
+
/**
|
|
1705
|
+
*
|
|
1706
|
+
*
|
|
1707
|
+
* @type string[]
|
|
1708
|
+
*/
|
|
1709
|
+
required?: string[];
|
|
1710
|
+
/**
|
|
1711
|
+
*
|
|
1712
|
+
*
|
|
1713
|
+
* @type string
|
|
1714
|
+
*/
|
|
1715
|
+
type?: string;
|
|
1716
|
+
}
|