@gct-paas/api 0.1.6-dev.0 → 0.1.6-dev.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.min.js +1 -4
- package/es/apaas/service/api-config.mjs +91 -0
- package/es/apaas/service/apis/api.service.d.ts +4 -0
- package/es/apaas/service/apis/app-org.service.d.ts +4 -0
- package/es/apaas/service/apis/category.service.d.ts +8 -0
- package/es/apaas/service/apis/detail-page.service.d.ts +96 -0
- package/es/apaas/service/apis/edhr-instance.service.d.ts +12 -0
- package/es/apaas/service/apis/medPro.service.d.ts +108 -0
- package/es/apaas/service/apis/online-form-instance.service.d.ts +4 -4
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +18 -1
- package/es/apaas/service/apis/ss.service.d.ts +9 -0
- package/es/apaas/service/apis/transaction.service.d.ts +157 -0
- package/es/apaas/service/apis/user.service.d.ts +31 -0
- package/es/apaas/service/entities.d.ts +24 -37
- package/es/platform/service/api-config.mjs +4 -2
- package/es/platform/service/apis/api.service.d.ts +10 -1
- package/es/platform/service/apis/app.service.d.ts +4 -0
- package/es/platform/service/apis/dashboard.service.d.ts +0 -4
- package/es/platform/service/apis/license.service.d.ts +10 -1
- package/es/platform/service/apis/org.service.d.ts +0 -4
- package/es/platform/service/apis/tenant.service.d.ts +0 -4
- package/es/platform/service/entities.d.ts +0 -1
- package/es/service/index.mjs +0 -2
- package/es/types/index.d.ts +8 -0
- package/es/utils/index.d.ts +0 -1
- package/es/utils/index.mjs +0 -1
- package/lib/apaas/index.cjs +12 -0
- package/lib/apaas/service/api-config.cjs +6377 -0
- package/lib/apaas/service/apis/api.service.d.ts +733 -0
- package/lib/apaas/service/apis/app-branch.service.d.ts +70 -0
- package/lib/apaas/service/apis/app-global-settings.service.d.ts +81 -0
- package/lib/apaas/service/apis/app-granted-user.service.d.ts +86 -0
- package/lib/apaas/service/apis/app-org.service.d.ts +184 -0
- package/lib/apaas/service/apis/app-publish-log.service.d.ts +72 -0
- package/lib/apaas/service/apis/app-state.service.d.ts +11 -0
- package/lib/apaas/service/apis/app-user.service.d.ts +142 -0
- package/lib/apaas/service/apis/approval-log.service.d.ts +70 -0
- package/lib/apaas/service/apis/audit-log.service.d.ts +59 -0
- package/lib/apaas/service/apis/basic-config.service.d.ts +72 -0
- package/lib/apaas/service/apis/biz-event.service.d.ts +83 -0
- package/lib/apaas/service/apis/biz-process-definition-version.service.d.ts +89 -0
- package/lib/apaas/service/apis/biz-process-definition.service.d.ts +91 -0
- package/lib/apaas/service/apis/biz-service-crud.service.d.ts +182 -0
- package/lib/apaas/service/apis/biz-service.service.d.ts +58 -0
- package/lib/apaas/service/apis/bom.service.d.ts +7 -0
- package/lib/apaas/service/apis/category-relation.service.d.ts +108 -0
- package/lib/apaas/service/apis/category.service.d.ts +323 -0
- package/lib/apaas/service/apis/chat.service.d.ts +20 -0
- package/lib/apaas/service/apis/code-ts.service.d.ts +8 -0
- package/lib/apaas/service/apis/commit-log.service.d.ts +147 -0
- package/lib/apaas/service/apis/common-info-card.service.d.ts +94 -0
- package/lib/apaas/service/apis/control-config.service.d.ts +123 -0
- package/lib/apaas/service/apis/customer-complaint.service.d.ts +108 -0
- package/lib/apaas/service/apis/dashboard.service.d.ts +90 -0
- package/lib/apaas/service/apis/data-model.service.d.ts +125 -0
- package/lib/apaas/service/apis/data-source.service.d.ts +33 -0
- package/lib/apaas/service/apis/data-trace.service.d.ts +75 -0
- package/lib/apaas/service/apis/designer-common.service.d.ts +446 -0
- package/lib/apaas/service/apis/designer-lock.service.d.ts +50 -0
- package/lib/apaas/service/apis/designer-operate-log.service.d.ts +46 -0
- package/lib/apaas/service/apis/devops.service.d.ts +18 -0
- package/lib/apaas/service/apis/dhr.service.d.ts +83 -0
- package/lib/apaas/service/apis/dify-chat.service.d.ts +19 -0
- package/lib/apaas/service/apis/doc-control-started.service.d.ts +76 -0
- package/lib/apaas/service/apis/doc-control-task-done.service.d.ts +76 -0
- package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +121 -0
- package/lib/apaas/service/apis/doc-control.service.d.ts +101 -0
- package/lib/apaas/service/apis/doc-outline.service.d.ts +156 -0
- package/lib/apaas/service/apis/document.service.d.ts +197 -0
- package/lib/apaas/service/apis/edhr-category.service.d.ts +84 -0
- package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +93 -0
- package/lib/apaas/service/apis/edhr-instance-relation.service.d.ts +54 -0
- package/lib/apaas/service/apis/edhr-instance-search-history.service.d.ts +31 -0
- package/lib/apaas/service/apis/edhr-instance.service.d.ts +277 -0
- package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +138 -0
- package/lib/apaas/service/apis/ele-search.service.d.ts +18 -0
- package/lib/apaas/service/apis/enum-model-field.service.d.ts +124 -0
- package/lib/apaas/service/apis/enum-model.service.d.ts +133 -0
- package/lib/apaas/service/apis/event-log.service.d.ts +52 -0
- package/lib/apaas/service/apis/event.service.d.ts +83 -0
- package/lib/apaas/service/apis/excel-tmpl.service.d.ts +191 -0
- package/lib/apaas/service/apis/excel.service.d.ts +144 -0
- package/lib/apaas/service/apis/field-meta.service.d.ts +181 -0
- package/lib/apaas/service/apis/field.service.d.ts +16 -0
- package/lib/apaas/service/apis/file-resource.service.d.ts +40 -0
- package/lib/apaas/service/apis/file-task.service.d.ts +23 -0
- package/lib/apaas/service/apis/file.service.d.ts +44 -0
- package/lib/apaas/service/apis/form.service.d.ts +54 -0
- package/lib/apaas/service/apis/formRelate.service.d.ts +243 -0
- package/lib/apaas/service/apis/front-operate-log.service.d.ts +46 -0
- package/lib/apaas/service/apis/global-method.service.d.ts +80 -0
- package/lib/apaas/service/apis/i18n-info.service.d.ts +84 -0
- package/lib/apaas/service/apis/import-report.service.d.ts +41 -0
- package/lib/apaas/service/apis/instance-relation.service.d.ts +89 -0
- package/lib/apaas/service/apis/ipaas.service.d.ts +12 -0
- package/lib/apaas/service/apis/job-log.service.d.ts +63 -0
- package/lib/apaas/service/apis/job.service.d.ts +133 -0
- package/lib/apaas/service/apis/js-engine.service.d.ts +37 -0
- package/lib/apaas/service/apis/label-log.service.d.ts +90 -0
- package/lib/apaas/service/apis/label.service.d.ts +351 -0
- package/lib/apaas/service/apis/login-log.service.d.ts +12 -0
- package/lib/apaas/service/apis/med-pro.service.d.ts +76 -0
- package/lib/apaas/service/apis/medPro.service.d.ts +48 -0
- package/lib/apaas/service/apis/menu-config.service.d.ts +86 -0
- package/lib/apaas/service/apis/merge-log.service.d.ts +53 -0
- package/lib/apaas/service/apis/message-record.service.d.ts +101 -0
- package/lib/apaas/service/apis/message-setting.service.d.ts +25 -0
- package/lib/apaas/service/apis/message-tmpl.service.d.ts +116 -0
- package/lib/apaas/service/apis/mobile-homepage.service.d.ts +100 -0
- package/lib/apaas/service/apis/mobile-page.service.d.ts +133 -0
- package/lib/apaas/service/apis/model-comprehensive.service.d.ts +450 -0
- package/lib/apaas/service/apis/model-data.service.d.ts +70 -0
- package/lib/apaas/service/apis/model-meta.service.d.ts +342 -0
- package/lib/apaas/service/apis/model-method.service.d.ts +91 -0
- package/lib/apaas/service/apis/model-permission-relation.service.d.ts +75 -0
- package/lib/apaas/service/apis/model.service.d.ts +16 -0
- package/lib/apaas/service/apis/ocr.service.d.ts +7 -0
- package/lib/apaas/service/apis/office.service.d.ts +7 -0
- package/lib/apaas/service/apis/online-form-category.service.d.ts +84 -0
- package/lib/apaas/service/apis/online-form-change-history.service.d.ts +26 -0
- package/lib/apaas/service/apis/online-form-instance.service.d.ts +803 -0
- package/lib/apaas/service/apis/online-form-log.service.d.ts +30 -0
- package/lib/apaas/service/apis/online-form-tmpl-log.service.d.ts +86 -0
- package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +286 -0
- package/lib/apaas/service/apis/online-form.service.d.ts +180 -0
- package/lib/apaas/service/apis/online-user-summary.service.d.ts +75 -0
- package/lib/apaas/service/apis/online.service.d.ts +89 -0
- package/lib/apaas/service/apis/openapi.service.d.ts +99 -0
- package/lib/apaas/service/apis/pad-page.service.d.ts +132 -0
- package/lib/apaas/service/apis/page-designer-log.service.d.ts +107 -0
- package/lib/apaas/service/apis/permission.service.d.ts +79 -0
- package/lib/apaas/service/apis/plat.service.d.ts +45 -0
- package/lib/apaas/service/apis/pm-process-definition-version.service.d.ts +97 -0
- package/lib/apaas/service/apis/pm-process-definition.service.d.ts +121 -0
- package/lib/apaas/service/apis/pm-process-engine.service.d.ts +208 -0
- package/lib/apaas/service/apis/print-designer.service.d.ts +126 -0
- package/lib/apaas/service/apis/print-log.service.d.ts +23 -0
- package/lib/apaas/service/apis/print.service.d.ts +45 -0
- package/lib/apaas/service/apis/process-approval-log.service.d.ts +89 -0
- package/lib/apaas/service/apis/process-approve-user.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-definition-version.service.d.ts +96 -0
- package/lib/apaas/service/apis/process-definition.service.d.ts +85 -0
- package/lib/apaas/service/apis/process-engine.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-event.service.d.ts +72 -0
- package/lib/apaas/service/apis/process-graph.service.d.ts +18 -0
- package/lib/apaas/service/apis/process-instance-relation-.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-instance.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-message-user.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-node-definition.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-path-user.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-path.service.d.ts +44 -0
- package/lib/apaas/service/apis/process-task-done.service.d.ts +118 -0
- package/lib/apaas/service/apis/process-task-todo.service.d.ts +231 -0
- package/lib/apaas/service/apis/process-version.service.d.ts +76 -0
- package/lib/apaas/service/apis/process.service.d.ts +66 -0
- package/lib/apaas/service/apis/processTest.service.d.ts +106 -0
- package/lib/apaas/service/apis/product-release.service.d.ts +118 -0
- package/lib/apaas/service/apis/publish-log.service.d.ts +101 -0
- package/lib/apaas/service/apis/regexp.service.d.ts +94 -0
- package/lib/apaas/service/apis/report-data-set.service.d.ts +127 -0
- package/lib/apaas/service/apis/report-data.service.d.ts +30 -0
- package/lib/apaas/service/apis/report.service.d.ts +164 -0
- package/lib/apaas/service/apis/role-permission.service.d.ts +47 -0
- package/lib/apaas/service/apis/role.service.d.ts +91 -0
- package/lib/apaas/service/apis/sandbox-config.service.d.ts +112 -0
- package/lib/apaas/service/apis/script-assistant.service.d.ts +16 -0
- package/lib/apaas/service/apis/script-version-log.service.d.ts +82 -0
- package/lib/apaas/service/apis/script-version.service.d.ts +115 -0
- package/lib/apaas/service/apis/script.service.d.ts +115 -0
- package/lib/apaas/service/apis/service-orchestration-version-log.service.d.ts +88 -0
- package/lib/apaas/service/apis/service-orchestration-version.service.d.ts +115 -0
- package/lib/apaas/service/apis/service-orchestration.service.d.ts +120 -0
- package/lib/apaas/service/apis/sign-history.service.d.ts +70 -0
- package/lib/apaas/service/apis/sign-log.service.d.ts +19 -0
- package/lib/apaas/service/apis/signature.service.d.ts +19 -0
- package/lib/apaas/service/apis/sql-view-model.service.d.ts +65 -0
- package/lib/apaas/service/apis/sql-view.service.d.ts +18 -0
- package/lib/apaas/service/apis/ss.service.d.ts +25 -0
- package/lib/apaas/service/apis/stash.service.d.ts +62 -0
- package/lib/apaas/service/apis/sub-model-process.service.d.ts +9 -0
- package/lib/apaas/service/apis/sys-config.service.d.ts +70 -0
- package/lib/apaas/service/apis/system-var.service.d.ts +126 -0
- package/lib/apaas/service/apis/trace-log-details.service.d.ts +134 -0
- package/lib/apaas/service/apis/trace-log.service.d.ts +115 -0
- package/lib/apaas/service/apis/trace-mainline-ext.service.d.ts +75 -0
- package/lib/apaas/service/apis/trace-mainline.service.d.ts +72 -0
- package/lib/apaas/service/apis/trace-setting.service.d.ts +48 -0
- package/lib/apaas/service/apis/user-group-relation.service.d.ts +46 -0
- package/lib/apaas/service/apis/user-group.service.d.ts +87 -0
- package/lib/apaas/service/apis/view-model.service.d.ts +166 -0
- package/lib/apaas/service/apis/wash.service.d.ts +11 -0
- package/lib/apaas/service/apis/webpage.service.d.ts +169 -0
- package/lib/apaas/service/entities.d.ts +33950 -0
- package/lib/apaas/service/index.d.ts +323 -0
- package/lib/index.cjs +16 -0
- package/lib/ipaas/index.cjs +12 -0
- package/lib/ipaas/service/api-config.cjs +322 -0
- package/lib/ipaas/service/apis/auth.service.d.ts +36 -0
- package/lib/ipaas/service/apis/camel.service.d.ts +63 -0
- package/lib/ipaas/service/apis/category.service.d.ts +12 -0
- package/lib/ipaas/service/apis/connector-config.service.d.ts +119 -0
- package/lib/ipaas/service/apis/connector-log.service.d.ts +46 -0
- package/lib/ipaas/service/apis/flow-app.service.d.ts +75 -0
- package/lib/ipaas/service/apis/flow-category.service.d.ts +192 -0
- package/lib/ipaas/service/apis/flow-ext.service.d.ts +100 -0
- package/lib/ipaas/service/apis/flow.service.d.ts +96 -0
- package/lib/ipaas/service/apis/runtime.service.d.ts +29 -0
- package/lib/ipaas/service/entities.d.ts +1762 -0
- package/lib/ipaas/service/index.d.ts +23 -0
- package/lib/platform/index.cjs +12 -0
- package/lib/platform/service/api-config.cjs +5288 -0
- package/lib/platform/service/apis/agent.service.d.ts +70 -0
- package/lib/platform/service/apis/api.service.d.ts +1597 -0
- package/lib/platform/service/apis/apk.service.d.ts +61 -0
- package/lib/platform/service/apis/app-member.service.d.ts +102 -0
- package/lib/platform/service/apis/app-setting.service.d.ts +107 -0
- package/lib/platform/service/apis/app.service.d.ts +723 -0
- package/lib/platform/service/apis/assets.service.d.ts +102 -0
- package/lib/platform/service/apis/attachmentResourceTransfer.service.d.ts +13 -0
- package/lib/platform/service/apis/audit-log.service.d.ts +48 -0
- package/lib/platform/service/apis/bi-app.service.d.ts +14 -0
- package/lib/platform/service/apis/bi-data-set.service.d.ts +82 -0
- package/lib/platform/service/apis/bi-file-dataset-config.service.d.ts +92 -0
- package/lib/platform/service/apis/bi-file.service.d.ts +20 -0
- package/lib/platform/service/apis/bi-share.service.d.ts +83 -0
- package/lib/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +8 -0
- package/lib/platform/service/apis/category.service.d.ts +135 -0
- package/lib/platform/service/apis/clearLogLogin.service.d.ts +8 -0
- package/lib/platform/service/apis/clearLogOperate.service.d.ts +8 -0
- package/lib/platform/service/apis/clearTempDir.service.d.ts +8 -0
- package/lib/platform/service/apis/copyFilter.service.d.ts +13 -0
- package/lib/platform/service/apis/dashboard.service.d.ts +94 -0
- package/lib/platform/service/apis/data-source.service.d.ts +144 -0
- package/lib/platform/service/apis/data-trace.service.d.ts +75 -0
- package/lib/platform/service/apis/database.service.d.ts +211 -0
- package/lib/platform/service/apis/dataset-log.service.d.ts +79 -0
- package/lib/platform/service/apis/dataset.service.d.ts +247 -0
- package/lib/platform/service/apis/datasource-devops.service.d.ts +66 -0
- package/lib/platform/service/apis/datasource-move-data.service.d.ts +86 -0
- package/lib/platform/service/apis/datasource-move-detail.service.d.ts +82 -0
- package/lib/platform/service/apis/datasource-move.service.d.ts +72 -0
- package/lib/platform/service/apis/deleteCompInfo.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteCompInfoType.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteCsvDatasource.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteEchartTheme.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteEnshrineComp.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteFilter.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteLogOperateById.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteMapGeoJson.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteNotUseDir.service.d.ts +8 -0
- package/lib/platform/service/apis/deletePageSnapshoot.service.d.ts +17 -0
- package/lib/platform/service/apis/deletePageTemplate.service.d.ts +17 -0
- package/lib/platform/service/apis/deletePnResource.service.d.ts +17 -0
- package/lib/platform/service/apis/deletePnResourceGroup.service.d.ts +17 -0
- package/lib/platform/service/apis/device-interconnection-param.service.d.ts +88 -0
- package/lib/platform/service/apis/device-interconnection.service.d.ts +101 -0
- package/lib/platform/service/apis/device-param-ref.service.d.ts +41 -0
- package/lib/platform/service/apis/exportTemplate.service.d.ts +80 -0
- package/lib/platform/service/apis/external-message.service.d.ts +75 -0
- package/lib/platform/service/apis/file-task.service.d.ts +131 -0
- package/lib/platform/service/apis/file.service.d.ts +42 -0
- package/lib/platform/service/apis/front-release.service.d.ts +7 -0
- package/lib/platform/service/apis/getAdCodeByAliasName.service.d.ts +14 -0
- package/lib/platform/service/apis/getAllCompInfo.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +14 -0
- package/lib/platform/service/apis/getAllCompInfoType.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllCsvDatasource.service.d.ts +14 -0
- package/lib/platform/service/apis/getAllEchartTheme.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllFilter.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllPageTemplate.service.d.ts +8 -0
- package/lib/platform/service/apis/getAttachmentInfoByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getCompInfoById.service.d.ts +14 -0
- package/lib/platform/service/apis/getCompInfoByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getCompInfoTypeById.service.d.ts +14 -0
- package/lib/platform/service/apis/getCompInfoTypeByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getContentToArray.service.d.ts +18 -0
- package/lib/platform/service/apis/getCsvDatasourceById.service.d.ts +14 -0
- package/lib/platform/service/apis/getCsvDatasourceByName.service.d.ts +14 -0
- package/lib/platform/service/apis/getCsvDatasourceByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getDesignerData.service.d.ts +14 -0
- package/lib/platform/service/apis/getEchartThemeById.service.d.ts +14 -0
- package/lib/platform/service/apis/getEchartThemeByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getEnshrineCompByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getEnshrineCompGroupById.service.d.ts +14 -0
- package/lib/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getFilterById.service.d.ts +14 -0
- package/lib/platform/service/apis/getGeoJsonByAdCode.service.d.ts +14 -0
- package/lib/platform/service/apis/getLayoutItemObjById.service.d.ts +14 -0
- package/lib/platform/service/apis/getLogLoginByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +14 -0
- package/lib/platform/service/apis/getMapGeoJsonById.service.d.ts +14 -0
- package/lib/platform/service/apis/getMapGeoJsonByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +8 -0
- package/lib/platform/service/apis/getMyEchartThemes.service.d.ts +8 -0
- package/lib/platform/service/apis/getMyPnResourceByPage.service.d.ts +10 -0
- package/lib/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +18 -0
- package/lib/platform/service/apis/getPageSnapshootById.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTemplateById.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTemplateByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +13 -0
- package/lib/platform/service/apis/getPageTemplateLayout.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTemplateThemeJson.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTotalCount.service.d.ts +8 -0
- package/lib/platform/service/apis/getPnLogOperateByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getPnResourceGroupById.service.d.ts +14 -0
- package/lib/platform/service/apis/getProjectTotalCount.service.d.ts +8 -0
- package/lib/platform/service/apis/getShareCustomCompById.service.d.ts +14 -0
- package/lib/platform/service/apis/getShareCustomCompByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getSysEchartThemes.service.d.ts +8 -0
- package/lib/platform/service/apis/httpQuery.service.d.ts +10 -0
- package/lib/platform/service/apis/i18n-config.service.d.ts +29 -0
- package/lib/platform/service/apis/i18n-info.service.d.ts +115 -0
- package/lib/platform/service/apis/importCompInfoJson.service.d.ts +13 -0
- package/lib/platform/service/apis/importTemplate.service.d.ts +32 -0
- package/lib/platform/service/apis/internal-message.service.d.ts +96 -0
- package/lib/platform/service/apis/invoke-log.service.d.ts +73 -0
- package/lib/platform/service/apis/knowledge-base-chunk.service.d.ts +75 -0
- package/lib/platform/service/apis/knowledge-base-doc.service.d.ts +75 -0
- package/lib/platform/service/apis/knowledge-base.service.d.ts +72 -0
- package/lib/platform/service/apis/ldap.service.d.ts +7 -0
- package/lib/platform/service/apis/license-unbind-log.service.d.ts +12 -0
- package/lib/platform/service/apis/license.service.d.ts +248 -0
- package/lib/platform/service/apis/login-log.service.d.ts +38 -0
- package/lib/platform/service/apis/login.service.d.ts +73 -0
- package/lib/platform/service/apis/manager.service.d.ts +39 -0
- package/lib/platform/service/apis/message-setting.service.d.ts +148 -0
- package/lib/platform/service/apis/minio-file.service.d.ts +26 -0
- package/lib/platform/service/apis/model-provider.service.d.ts +72 -0
- package/lib/platform/service/apis/model.service.d.ts +70 -0
- package/lib/platform/service/apis/nav-menu.service.d.ts +98 -0
- package/lib/platform/service/apis/nav-page.service.d.ts +81 -0
- package/lib/platform/service/apis/openapi-group.service.d.ts +186 -0
- package/lib/platform/service/apis/openapi-key-grant.service.d.ts +97 -0
- package/lib/platform/service/apis/org-user-picker.service.d.ts +70 -0
- package/lib/platform/service/apis/org.service.d.ts +215 -0
- package/lib/platform/service/apis/parseCsvOrExcel.service.d.ts +18 -0
- package/lib/platform/service/apis/permission.service.d.ts +57 -0
- package/lib/platform/service/apis/plat.service.d.ts +190 -0
- package/lib/platform/service/apis/plugin-version.service.d.ts +73 -0
- package/lib/platform/service/apis/plugin.service.d.ts +185 -0
- package/lib/platform/service/apis/pm-process-delegate-detail.service.d.ts +75 -0
- package/lib/platform/service/apis/pm-process-delegate.service.d.ts +75 -0
- package/lib/platform/service/apis/pm-process-instance.service.d.ts +92 -0
- package/lib/platform/service/apis/pm-task-done.service.d.ts +90 -0
- package/lib/platform/service/apis/pm-task-todo.service.d.ts +86 -0
- package/lib/platform/service/apis/pn-page.service.d.ts +70 -0
- package/lib/platform/service/apis/pn-project.service.d.ts +173 -0
- package/lib/platform/service/apis/print-log.service.d.ts +107 -0
- package/lib/platform/service/apis/print-resource.service.d.ts +131 -0
- package/lib/platform/service/apis/regexp.service.d.ts +94 -0
- package/lib/platform/service/apis/released.service.d.ts +96 -0
- package/lib/platform/service/apis/resourceTransferToPage.service.d.ts +13 -0
- package/lib/platform/service/apis/role-permission.service.d.ts +59 -0
- package/lib/platform/service/apis/role.service.d.ts +147 -0
- package/lib/platform/service/apis/saveCompInfo.service.d.ts +13 -0
- package/lib/platform/service/apis/saveCompInfoType.service.d.ts +13 -0
- package/lib/platform/service/apis/saveCsvDatasource.service.d.ts +13 -0
- package/lib/platform/service/apis/saveEchartTheme.service.d.ts +13 -0
- package/lib/platform/service/apis/saveEnshrineComp.service.d.ts +13 -0
- package/lib/platform/service/apis/saveEnshrineCompGroup.service.d.ts +13 -0
- package/lib/platform/service/apis/saveFilter.service.d.ts +13 -0
- package/lib/platform/service/apis/saveMapGeoJson.service.d.ts +13 -0
- package/lib/platform/service/apis/savePageSnapshoot.service.d.ts +13 -0
- package/lib/platform/service/apis/savePageTemplate.service.d.ts +13 -0
- package/lib/platform/service/apis/savePnResourceGroup.service.d.ts +13 -0
- package/lib/platform/service/apis/saveShareCustomComp.service.d.ts +13 -0
- package/lib/platform/service/apis/seal-management.service.d.ts +85 -0
- package/lib/platform/service/apis/searchEnshrineComp.service.d.ts +13 -0
- package/lib/platform/service/apis/seat-message.service.d.ts +13 -0
- package/lib/platform/service/apis/seat.service.d.ts +100 -0
- package/lib/platform/service/apis/setPageSnapshootEnabled.service.d.ts +13 -0
- package/lib/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +13 -0
- package/lib/platform/service/apis/shortcut.service.d.ts +129 -0
- package/lib/platform/service/apis/sign-log.service.d.ts +72 -0
- package/lib/platform/service/apis/sms.service.d.ts +19 -0
- package/lib/platform/service/apis/started-process.service.d.ts +64 -0
- package/lib/platform/service/apis/task-delegate.service.d.ts +101 -0
- package/lib/platform/service/apis/task-done.service.d.ts +60 -0
- package/lib/platform/service/apis/task-todo.service.d.ts +60 -0
- package/lib/platform/service/apis/tenant-developer.service.d.ts +119 -0
- package/lib/platform/service/apis/tenant.service.d.ts +482 -0
- package/lib/platform/service/apis/toggleEnabled.service.d.ts +13 -0
- package/lib/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +13 -0
- package/lib/platform/service/apis/uploadFiles.service.d.ts +108 -0
- package/lib/platform/service/apis/user-extra.service.d.ts +70 -0
- package/lib/platform/service/apis/user-info-log.service.d.ts +74 -0
- package/lib/platform/service/apis/user-password-history.service.d.ts +75 -0
- package/lib/platform/service/apis/user.service.d.ts +281 -0
- package/lib/platform/service/apis/workbench-component-relation.service.d.ts +115 -0
- package/lib/platform/service/apis/workbench-component.service.d.ts +86 -0
- package/lib/platform/service/entities.d.ts +23348 -0
- package/lib/platform/service/index.d.ts +369 -0
- package/lib/service/api-manage.cjs +34 -0
- package/lib/service/api-service.cjs +165 -0
- package/lib/service/api-service.interface.cjs +1 -0
- package/lib/service/http.enum.cjs +66 -0
- package/lib/service/http.error.cjs +46 -0
- package/lib/service/http.util.cjs +245 -0
- package/lib/service/index.cjs +54 -0
- package/lib/types/index.d.ts +171 -0
- package/lib/utils/index.cjs +16 -0
- package/package.json +20 -24
- package/dist/index.system.min.js +0 -4
- package/es/service/request.client.d.ts +0 -6
- package/es/service/request.client.mjs +0 -35
- package/es/utils/native-http/native-http.d.ts +0 -6
- package/es/utils/native-http/native-http.mjs +0 -63
|
@@ -27,11 +27,89 @@ export const apiConfig = [
|
|
|
27
27
|
path: "modelMeta/modelDataAssociation",
|
|
28
28
|
hasQuery: true
|
|
29
29
|
},
|
|
30
|
+
{
|
|
31
|
+
mode: "post",
|
|
32
|
+
method: "postApproveProcessApprove",
|
|
33
|
+
path: "approve/process/approve",
|
|
34
|
+
hasData: true
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
mode: "post",
|
|
38
|
+
method: "postApproveProcessInterfereReassign",
|
|
39
|
+
path: "approve/process/interfere/reassign",
|
|
40
|
+
hasData: true
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
mode: "post",
|
|
44
|
+
method: "postApproveProcessInterfereReturn",
|
|
45
|
+
path: "approve/process/interfere/return",
|
|
46
|
+
hasData: true
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
mode: "post",
|
|
50
|
+
method: "postApproveProcessJump",
|
|
51
|
+
path: "approve/process/jump",
|
|
52
|
+
hasData: true
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
mode: "post",
|
|
56
|
+
method: "postApproveProcessReassign",
|
|
57
|
+
path: "approve/process/reassign",
|
|
58
|
+
hasData: true
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
mode: "post",
|
|
62
|
+
method: "postApproveProcessReturn",
|
|
63
|
+
path: "approve/process/return",
|
|
64
|
+
hasData: true
|
|
65
|
+
},
|
|
30
66
|
{
|
|
31
67
|
mode: "get",
|
|
32
68
|
method: "getEdhrAttachmentGetEdhrAttachment",
|
|
33
69
|
path: "edhrAttachment/getEdhrAttachment",
|
|
34
70
|
hasQuery: true
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
mode: "post",
|
|
74
|
+
method: "postFileUnzip",
|
|
75
|
+
path: "file/unzip",
|
|
76
|
+
hasQuery: true
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
mode: "post",
|
|
80
|
+
method: "postFormChangeProcessApprove",
|
|
81
|
+
path: "form/change/process/approve",
|
|
82
|
+
hasData: true
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
mode: "post",
|
|
86
|
+
method: "postFormChangeProcessInterfereReassign",
|
|
87
|
+
path: "form/change/process/interfere/reassign",
|
|
88
|
+
hasData: true
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
mode: "post",
|
|
92
|
+
method: "postFormChangeProcessInterfereReturn",
|
|
93
|
+
path: "form/change/process/interfere/return",
|
|
94
|
+
hasData: true
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
mode: "post",
|
|
98
|
+
method: "postFormChangeProcessJump",
|
|
99
|
+
path: "form/change/process/jump",
|
|
100
|
+
hasData: true
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
mode: "post",
|
|
104
|
+
method: "postFormChangeProcessReassign",
|
|
105
|
+
path: "form/change/process/reassign",
|
|
106
|
+
hasData: true
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
mode: "post",
|
|
110
|
+
method: "postFormChangeProcessReturn",
|
|
111
|
+
path: "form/change/process/return",
|
|
112
|
+
hasData: true
|
|
35
113
|
}
|
|
36
114
|
]
|
|
37
115
|
},
|
|
@@ -4740,6 +4818,12 @@ export const apiConfig = [
|
|
|
4740
4818
|
path: "getCommunicationConfig",
|
|
4741
4819
|
hasQuery: true
|
|
4742
4820
|
},
|
|
4821
|
+
{
|
|
4822
|
+
mode: "get",
|
|
4823
|
+
method: "getGetFormTmplByInstIdAndTmplId",
|
|
4824
|
+
path: "getFormTmplByInstIdAndTmplId",
|
|
4825
|
+
hasQuery: true
|
|
4826
|
+
},
|
|
4743
4827
|
{
|
|
4744
4828
|
mode: "get",
|
|
4745
4829
|
method: "getGetFormTmplUsedFieldMeta",
|
|
@@ -7243,6 +7327,13 @@ export const apiConfig = [
|
|
|
7243
7327
|
hasUpload: true,
|
|
7244
7328
|
hasQuery: true,
|
|
7245
7329
|
hasData: true
|
|
7330
|
+
},
|
|
7331
|
+
{
|
|
7332
|
+
mode: "post",
|
|
7333
|
+
method: "postUploadZip",
|
|
7334
|
+
path: "upload/zip",
|
|
7335
|
+
hasUpload: true,
|
|
7336
|
+
hasData: true
|
|
7246
7337
|
}
|
|
7247
7338
|
]
|
|
7248
7339
|
},
|
|
@@ -108,6 +108,10 @@ export interface getListCompleteQuery extends IObject {
|
|
|
108
108
|
*
|
|
109
109
|
*/
|
|
110
110
|
modifyUserName?: string;
|
|
111
|
+
/**
|
|
112
|
+
* 所属模块(实体、枚举、web页面 、view_model_module/视图模型模块 、data_model/数据模型模块、document_module/单据、pad_module/pad页面设计)
|
|
113
|
+
*/
|
|
114
|
+
module?: string;
|
|
111
115
|
/**
|
|
112
116
|
*
|
|
113
117
|
*/
|
|
@@ -178,6 +182,10 @@ export interface getPageQuery extends IObject {
|
|
|
178
182
|
*
|
|
179
183
|
*/
|
|
180
184
|
modifyUserName?: string;
|
|
185
|
+
/**
|
|
186
|
+
* 所属模块(实体、枚举、web页面 、view_model_module/视图模型模块 、data_model/数据模型模块、document_module/单据、pad_module/pad页面设计)
|
|
187
|
+
*/
|
|
188
|
+
module?: string;
|
|
181
189
|
/**
|
|
182
190
|
*
|
|
183
191
|
*/
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
+
import type { DetailPageRequest, DetailPageResponse } from '../entities';
|
|
3
|
+
|
|
4
|
+
export interface deleteQuery extends IObject {
|
|
5
|
+
/**
|
|
6
|
+
* 删除的id,多个按','分割
|
|
7
|
+
*/
|
|
8
|
+
ids: string;
|
|
9
|
+
}
|
|
10
|
+
export interface postCopyByIdIdPathParams {
|
|
11
|
+
id: string;
|
|
12
|
+
}
|
|
13
|
+
export interface getInfoQuery extends IObject {
|
|
14
|
+
/**
|
|
15
|
+
* id
|
|
16
|
+
*/
|
|
17
|
+
id: string;
|
|
18
|
+
}
|
|
19
|
+
export interface getPageListQuery extends IObject {
|
|
20
|
+
/**
|
|
21
|
+
* 搜索条件
|
|
22
|
+
*/
|
|
23
|
+
keyword?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 页码
|
|
26
|
+
*/
|
|
27
|
+
pageNo?: number;
|
|
28
|
+
/**
|
|
29
|
+
* 每页数据条数
|
|
30
|
+
*/
|
|
31
|
+
pageSize?: number;
|
|
32
|
+
}
|
|
33
|
+
export interface putUpdateDesignerJsonIdPathParams {
|
|
34
|
+
id: string;
|
|
35
|
+
}
|
|
36
|
+
export interface putIdPathParams {
|
|
37
|
+
id: string;
|
|
38
|
+
}
|
|
39
|
+
export interface DetailPageService {
|
|
40
|
+
/**
|
|
41
|
+
* 保存
|
|
42
|
+
*/
|
|
43
|
+
post(
|
|
44
|
+
data: DetailPageRequest,
|
|
45
|
+
config?: Partial<AxiosRequestConfig>,
|
|
46
|
+
): Promise<string>;
|
|
47
|
+
/**
|
|
48
|
+
* 删除
|
|
49
|
+
*/
|
|
50
|
+
delete(
|
|
51
|
+
query: deleteQuery,
|
|
52
|
+
config?: Partial<AxiosRequestConfig>,
|
|
53
|
+
): Promise<string>;
|
|
54
|
+
/**
|
|
55
|
+
* 复制页面
|
|
56
|
+
*/
|
|
57
|
+
postCopyByIdId(
|
|
58
|
+
path: postCopyByIdIdPathParams,
|
|
59
|
+
data: DetailPageRequest,
|
|
60
|
+
config?: Partial<AxiosRequestConfig>,
|
|
61
|
+
): Promise<string>;
|
|
62
|
+
/**
|
|
63
|
+
* 详情
|
|
64
|
+
*/
|
|
65
|
+
getInfo(
|
|
66
|
+
query: getInfoQuery,
|
|
67
|
+
config?: Partial<AxiosRequestConfig>,
|
|
68
|
+
): Promise<DetailPageResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* 列表
|
|
71
|
+
*/
|
|
72
|
+
getList(config?: Partial<AxiosRequestConfig>): Promise<DetailPageResponse[]>;
|
|
73
|
+
/**
|
|
74
|
+
* 分页列表
|
|
75
|
+
*/
|
|
76
|
+
getPageList(
|
|
77
|
+
query: getPageListQuery,
|
|
78
|
+
config?: Partial<AxiosRequestConfig>,
|
|
79
|
+
): Promise<IPage<DetailPageResponse>>;
|
|
80
|
+
/**
|
|
81
|
+
* 修改webPage页面设计Json
|
|
82
|
+
*/
|
|
83
|
+
putUpdateDesignerJsonId(
|
|
84
|
+
path: putUpdateDesignerJsonIdPathParams,
|
|
85
|
+
data: DetailPageRequest,
|
|
86
|
+
config?: Partial<AxiosRequestConfig>,
|
|
87
|
+
): Promise<string>;
|
|
88
|
+
/**
|
|
89
|
+
* 修改
|
|
90
|
+
*/
|
|
91
|
+
putId(
|
|
92
|
+
path: putIdPathParams,
|
|
93
|
+
data: DetailPageRequest,
|
|
94
|
+
config?: Partial<AxiosRequestConfig>,
|
|
95
|
+
): Promise<string>;
|
|
96
|
+
}
|
|
@@ -91,6 +91,10 @@ export interface getPageListQuery extends IObject {
|
|
|
91
91
|
* 更新人id
|
|
92
92
|
*/
|
|
93
93
|
modifyUserId?: string;
|
|
94
|
+
/**
|
|
95
|
+
* 模块类型
|
|
96
|
+
*/
|
|
97
|
+
module?: string;
|
|
94
98
|
/**
|
|
95
99
|
* 操作人
|
|
96
100
|
*/
|
|
@@ -141,6 +145,10 @@ export interface getReversePageListQuery extends IObject {
|
|
|
141
145
|
* 工单id
|
|
142
146
|
*/
|
|
143
147
|
mfgOrderId?: string;
|
|
148
|
+
/**
|
|
149
|
+
* 模块类型
|
|
150
|
+
*/
|
|
151
|
+
module?: string;
|
|
144
152
|
/**
|
|
145
153
|
* 操作人
|
|
146
154
|
*/
|
|
@@ -169,6 +177,10 @@ export interface getReversePageListQuery extends IObject {
|
|
|
169
177
|
* 记录单号
|
|
170
178
|
*/
|
|
171
179
|
recordNo?: string;
|
|
180
|
+
/**
|
|
181
|
+
* 关联批次
|
|
182
|
+
*/
|
|
183
|
+
relatedLotNo?: string;
|
|
172
184
|
/**
|
|
173
185
|
* 排序字段
|
|
174
186
|
*/
|
|
@@ -2,7 +2,18 @@ import type { AxiosRequestConfig } from 'axios';
|
|
|
2
2
|
import type {
|
|
3
3
|
modelDataAssociationRequest,
|
|
4
4
|
ModelAssociationResponse,
|
|
5
|
+
ProcessApproveRequest,
|
|
6
|
+
ProcessReassign4InterfereRequest,
|
|
7
|
+
ProcessReturn4InterfereRequest,
|
|
8
|
+
DhrProcessJumpRequest,
|
|
9
|
+
ProcessReassignRequest,
|
|
10
|
+
ProcessReturnRequest,
|
|
5
11
|
OnlineFormInstance,
|
|
12
|
+
DhrProcessApproveRequest,
|
|
13
|
+
DhrProcessReassign4InterfereRequest,
|
|
14
|
+
DhrProcessReturn4InterfereRequest,
|
|
15
|
+
DhrProcessReassignRequest,
|
|
16
|
+
DhrProcessReturnRequest,
|
|
6
17
|
} from '../entities';
|
|
7
18
|
|
|
8
19
|
export interface getModelMetaGetSysConfigQuery extends IObject {
|
|
@@ -37,6 +48,12 @@ export interface getEdhrAttachmentGetEdhrAttachmentQuery extends IObject {
|
|
|
37
48
|
*/
|
|
38
49
|
materialNo: string;
|
|
39
50
|
}
|
|
51
|
+
export interface postFileUnzipQuery extends IObject {
|
|
52
|
+
/**
|
|
53
|
+
* url
|
|
54
|
+
*/
|
|
55
|
+
url: string;
|
|
56
|
+
}
|
|
40
57
|
export interface MedProService {
|
|
41
58
|
/**
|
|
42
59
|
* 关联模型数据查询
|
|
@@ -66,6 +83,48 @@ export interface MedProService {
|
|
|
66
83
|
query: getModelMetaModelDataAssociationQuery,
|
|
67
84
|
config?: Partial<AxiosRequestConfig>,
|
|
68
85
|
): Promise<ModelAssociationResponse[]>;
|
|
86
|
+
/**
|
|
87
|
+
* 审核
|
|
88
|
+
*/
|
|
89
|
+
postApproveProcessApprove(
|
|
90
|
+
data: ProcessApproveRequest,
|
|
91
|
+
config?: Partial<AxiosRequestConfig>,
|
|
92
|
+
): Promise<string>;
|
|
93
|
+
/**
|
|
94
|
+
* 流程干预转办
|
|
95
|
+
*/
|
|
96
|
+
postApproveProcessInterfereReassign(
|
|
97
|
+
data: ProcessReassign4InterfereRequest,
|
|
98
|
+
config?: Partial<AxiosRequestConfig>,
|
|
99
|
+
): Promise<string>;
|
|
100
|
+
/**
|
|
101
|
+
* 流程干预退回
|
|
102
|
+
*/
|
|
103
|
+
postApproveProcessInterfereReturn(
|
|
104
|
+
data: ProcessReturn4InterfereRequest,
|
|
105
|
+
config?: Partial<AxiosRequestConfig>,
|
|
106
|
+
): Promise<string>;
|
|
107
|
+
/**
|
|
108
|
+
* 根据按钮key跳转流程节点
|
|
109
|
+
*/
|
|
110
|
+
postApproveProcessJump(
|
|
111
|
+
data: DhrProcessJumpRequest,
|
|
112
|
+
config?: Partial<AxiosRequestConfig>,
|
|
113
|
+
): Promise<string>;
|
|
114
|
+
/**
|
|
115
|
+
* 转办
|
|
116
|
+
*/
|
|
117
|
+
postApproveProcessReassign(
|
|
118
|
+
data: ProcessReassignRequest,
|
|
119
|
+
config?: Partial<AxiosRequestConfig>,
|
|
120
|
+
): Promise<string>;
|
|
121
|
+
/**
|
|
122
|
+
* 退回
|
|
123
|
+
*/
|
|
124
|
+
postApproveProcessReturn(
|
|
125
|
+
data: ProcessReturnRequest,
|
|
126
|
+
config?: Partial<AxiosRequestConfig>,
|
|
127
|
+
): Promise<string>;
|
|
69
128
|
/**
|
|
70
129
|
* 获取Edhr附录接口
|
|
71
130
|
*/
|
|
@@ -73,4 +132,53 @@ export interface MedProService {
|
|
|
73
132
|
query: getEdhrAttachmentGetEdhrAttachmentQuery,
|
|
74
133
|
config?: Partial<AxiosRequestConfig>,
|
|
75
134
|
): Promise<OnlineFormInstance[]>;
|
|
135
|
+
/**
|
|
136
|
+
* 解压出pdf
|
|
137
|
+
*/
|
|
138
|
+
postFileUnzip(
|
|
139
|
+
query: postFileUnzipQuery,
|
|
140
|
+
config?: Partial<AxiosRequestConfig>,
|
|
141
|
+
): Promise<string>;
|
|
142
|
+
/**
|
|
143
|
+
* 审核
|
|
144
|
+
*/
|
|
145
|
+
postFormChangeProcessApprove(
|
|
146
|
+
data: DhrProcessApproveRequest,
|
|
147
|
+
config?: Partial<AxiosRequestConfig>,
|
|
148
|
+
): Promise<string>;
|
|
149
|
+
/**
|
|
150
|
+
* 流程干预转办
|
|
151
|
+
*/
|
|
152
|
+
postFormChangeProcessInterfereReassign(
|
|
153
|
+
data: DhrProcessReassign4InterfereRequest,
|
|
154
|
+
config?: Partial<AxiosRequestConfig>,
|
|
155
|
+
): Promise<string>;
|
|
156
|
+
/**
|
|
157
|
+
* 流程干预退回
|
|
158
|
+
*/
|
|
159
|
+
postFormChangeProcessInterfereReturn(
|
|
160
|
+
data: DhrProcessReturn4InterfereRequest,
|
|
161
|
+
config?: Partial<AxiosRequestConfig>,
|
|
162
|
+
): Promise<string>;
|
|
163
|
+
/**
|
|
164
|
+
* 根据按钮key跳转流程节点
|
|
165
|
+
*/
|
|
166
|
+
postFormChangeProcessJump(
|
|
167
|
+
data: DhrProcessJumpRequest,
|
|
168
|
+
config?: Partial<AxiosRequestConfig>,
|
|
169
|
+
): Promise<string>;
|
|
170
|
+
/**
|
|
171
|
+
* 转办
|
|
172
|
+
*/
|
|
173
|
+
postFormChangeProcessReassign(
|
|
174
|
+
data: DhrProcessReassignRequest,
|
|
175
|
+
config?: Partial<AxiosRequestConfig>,
|
|
176
|
+
): Promise<string>;
|
|
177
|
+
/**
|
|
178
|
+
* 退回
|
|
179
|
+
*/
|
|
180
|
+
postFormChangeProcessReturn(
|
|
181
|
+
data: DhrProcessReturnRequest,
|
|
182
|
+
config?: Partial<AxiosRequestConfig>,
|
|
183
|
+
): Promise<string>;
|
|
76
184
|
}
|
|
@@ -85,10 +85,6 @@ export interface getDhrFormListQuery extends IObject {
|
|
|
85
85
|
* 工单ID
|
|
86
86
|
*/
|
|
87
87
|
mfgOrderId?: string;
|
|
88
|
-
/**
|
|
89
|
-
* 模块类型
|
|
90
|
-
*/
|
|
91
|
-
module?: string;
|
|
92
88
|
/**
|
|
93
89
|
* 类型(production/rework)
|
|
94
90
|
*/
|
|
@@ -463,6 +459,10 @@ export interface getReverseTracePageListQuery extends IObject {
|
|
|
463
459
|
* 记录单号
|
|
464
460
|
*/
|
|
465
461
|
recordNo?: string;
|
|
462
|
+
/**
|
|
463
|
+
* 关联批次
|
|
464
|
+
*/
|
|
465
|
+
relatedLotNo?: string;
|
|
466
466
|
/**
|
|
467
467
|
* 排序字段
|
|
468
468
|
*/
|
|
@@ -2,8 +2,8 @@ import type { AxiosRequestConfig } from 'axios';
|
|
|
2
2
|
import type {
|
|
3
3
|
OnlineFormTmplRequest,
|
|
4
4
|
ModelBriefInfo,
|
|
5
|
-
ModelMetaDTO,
|
|
6
5
|
OnlineFormTmplResponse,
|
|
6
|
+
ModelMetaDTO,
|
|
7
7
|
DocumentInfo4Req,
|
|
8
8
|
OnlineFormTmplModelResponse,
|
|
9
9
|
SimpleOnlineFormDesignDTO,
|
|
@@ -47,6 +47,16 @@ export interface getGetCommunicationConfigQuery extends IObject {
|
|
|
47
47
|
*/
|
|
48
48
|
id: string;
|
|
49
49
|
}
|
|
50
|
+
export interface getGetFormTmplByInstIdAndTmplIdQuery extends IObject {
|
|
51
|
+
/**
|
|
52
|
+
* 表单实例id
|
|
53
|
+
*/
|
|
54
|
+
instId?: string;
|
|
55
|
+
/**
|
|
56
|
+
* 表单模板id
|
|
57
|
+
*/
|
|
58
|
+
tmplId?: string;
|
|
59
|
+
}
|
|
50
60
|
export interface getGetFormTmplUsedFieldMetaQuery extends IObject {
|
|
51
61
|
/**
|
|
52
62
|
* formTmplId
|
|
@@ -182,6 +192,13 @@ export interface OnlineFormTmplService {
|
|
|
182
192
|
query: getGetCommunicationConfigQuery,
|
|
183
193
|
config?: Partial<AxiosRequestConfig>,
|
|
184
194
|
): Promise<string>;
|
|
195
|
+
/**
|
|
196
|
+
* 根据表单实例id或表单模板id查询表单模板
|
|
197
|
+
*/
|
|
198
|
+
getGetFormTmplByInstIdAndTmplId(
|
|
199
|
+
query: getGetFormTmplByInstIdAndTmplIdQuery,
|
|
200
|
+
config?: Partial<AxiosRequestConfig>,
|
|
201
|
+
): Promise<OnlineFormTmplResponse>;
|
|
185
202
|
/**
|
|
186
203
|
* 获取表单中使用的字段
|
|
187
204
|
*/
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
2
|
import type { AxiosRequestConfig } from 'axios';
|
|
3
|
+
import type { ExcelValidateResponse } from '../entities';
|
|
4
|
+
|
|
3
5
|
export interface postUploadExcelQuery extends IObject {
|
|
4
6
|
/**
|
|
5
7
|
* headerRowIndex
|
|
@@ -23,4 +25,11 @@ export interface SsService {
|
|
|
23
25
|
data: UploadFileData,
|
|
24
26
|
config?: Partial<AxiosRequestConfig>,
|
|
25
27
|
): Promise<any>;
|
|
28
|
+
/**
|
|
29
|
+
* zip上传解析
|
|
30
|
+
*/
|
|
31
|
+
postUploadZip(
|
|
32
|
+
data: UploadFileData,
|
|
33
|
+
config?: Partial<AxiosRequestConfig>,
|
|
34
|
+
): Promise<IHttpResponse<ExcelValidateResponse>>;
|
|
26
35
|
}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
+
import type {
|
|
3
|
+
TransactionRequest,
|
|
4
|
+
TransactionResponse,
|
|
5
|
+
TransactionDTO,
|
|
6
|
+
} from '../entities';
|
|
7
|
+
|
|
8
|
+
export interface deleteQuery extends IObject {
|
|
9
|
+
/**
|
|
10
|
+
* 删除的id,多个按','分割
|
|
11
|
+
*/
|
|
12
|
+
ids: string;
|
|
13
|
+
}
|
|
14
|
+
export interface postCopyVersionIdPathParams {
|
|
15
|
+
id: string;
|
|
16
|
+
}
|
|
17
|
+
export interface getGetVersionByIdQuery extends IObject {
|
|
18
|
+
/**
|
|
19
|
+
* id
|
|
20
|
+
*/
|
|
21
|
+
id: string;
|
|
22
|
+
}
|
|
23
|
+
export interface getInfoQuery extends IObject {
|
|
24
|
+
/**
|
|
25
|
+
* id
|
|
26
|
+
*/
|
|
27
|
+
id: string;
|
|
28
|
+
}
|
|
29
|
+
export interface getListVersionByIdQuery extends IObject {
|
|
30
|
+
/**
|
|
31
|
+
* baseId
|
|
32
|
+
*/
|
|
33
|
+
baseId: string;
|
|
34
|
+
/**
|
|
35
|
+
* 根据名称搜索
|
|
36
|
+
*/
|
|
37
|
+
name?: string;
|
|
38
|
+
}
|
|
39
|
+
export interface getPageListQuery extends IObject {
|
|
40
|
+
/**
|
|
41
|
+
* 查询条件
|
|
42
|
+
*/
|
|
43
|
+
keyword?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 页码
|
|
46
|
+
*/
|
|
47
|
+
pageNo?: number;
|
|
48
|
+
/**
|
|
49
|
+
* 每页数据条数
|
|
50
|
+
*/
|
|
51
|
+
pageSize?: number;
|
|
52
|
+
}
|
|
53
|
+
export interface deleteRemoveVersionByIdQuery extends IObject {
|
|
54
|
+
/**
|
|
55
|
+
* 删除的id
|
|
56
|
+
*/
|
|
57
|
+
id: string;
|
|
58
|
+
}
|
|
59
|
+
export interface putUpdateVersionByIdIdPathParams {
|
|
60
|
+
id: string;
|
|
61
|
+
}
|
|
62
|
+
export interface putIdPathParams {
|
|
63
|
+
id: string;
|
|
64
|
+
}
|
|
65
|
+
export interface TransactionService {
|
|
66
|
+
/**
|
|
67
|
+
* 保存
|
|
68
|
+
*/
|
|
69
|
+
post(
|
|
70
|
+
data: TransactionRequest,
|
|
71
|
+
config?: Partial<AxiosRequestConfig>,
|
|
72
|
+
): Promise<string>;
|
|
73
|
+
/**
|
|
74
|
+
* 删除父
|
|
75
|
+
*/
|
|
76
|
+
delete(
|
|
77
|
+
query: deleteQuery,
|
|
78
|
+
config?: Partial<AxiosRequestConfig>,
|
|
79
|
+
): Promise<string>;
|
|
80
|
+
/**
|
|
81
|
+
* 复制
|
|
82
|
+
*/
|
|
83
|
+
postCopy(
|
|
84
|
+
data: TransactionRequest,
|
|
85
|
+
config?: Partial<AxiosRequestConfig>,
|
|
86
|
+
): Promise<string>;
|
|
87
|
+
/**
|
|
88
|
+
* 复制版本
|
|
89
|
+
*/
|
|
90
|
+
postCopyVersionId(
|
|
91
|
+
path: postCopyVersionIdPathParams,
|
|
92
|
+
data: TransactionRequest,
|
|
93
|
+
config?: Partial<AxiosRequestConfig>,
|
|
94
|
+
): Promise<string>;
|
|
95
|
+
/**
|
|
96
|
+
* 根据id查子
|
|
97
|
+
*/
|
|
98
|
+
getGetVersionById(
|
|
99
|
+
query: getGetVersionByIdQuery,
|
|
100
|
+
config?: Partial<AxiosRequestConfig>,
|
|
101
|
+
): Promise<TransactionResponse>;
|
|
102
|
+
/**
|
|
103
|
+
* 详情
|
|
104
|
+
*/
|
|
105
|
+
getInfo(
|
|
106
|
+
query: getInfoQuery,
|
|
107
|
+
config?: Partial<AxiosRequestConfig>,
|
|
108
|
+
): Promise<TransactionResponse>;
|
|
109
|
+
/**
|
|
110
|
+
* 列表
|
|
111
|
+
*/
|
|
112
|
+
getList(config?: Partial<AxiosRequestConfig>): Promise<TransactionResponse[]>;
|
|
113
|
+
/**
|
|
114
|
+
* 根据父baseId 查所有版本
|
|
115
|
+
*/
|
|
116
|
+
getListVersionById(
|
|
117
|
+
query: getListVersionByIdQuery,
|
|
118
|
+
config?: Partial<AxiosRequestConfig>,
|
|
119
|
+
): Promise<TransactionResponse[]>;
|
|
120
|
+
/**
|
|
121
|
+
* 分页列表
|
|
122
|
+
*/
|
|
123
|
+
getPageList(
|
|
124
|
+
query: getPageListQuery,
|
|
125
|
+
config?: Partial<AxiosRequestConfig>,
|
|
126
|
+
): Promise<IPage<TransactionDTO>>;
|
|
127
|
+
/**
|
|
128
|
+
* 删除版本
|
|
129
|
+
*/
|
|
130
|
+
deleteRemoveVersionById(
|
|
131
|
+
query: deleteRemoveVersionByIdQuery,
|
|
132
|
+
config?: Partial<AxiosRequestConfig>,
|
|
133
|
+
): Promise<string>;
|
|
134
|
+
/**
|
|
135
|
+
* 保存版本
|
|
136
|
+
*/
|
|
137
|
+
postSaveVersion(
|
|
138
|
+
data: TransactionRequest,
|
|
139
|
+
config?: Partial<AxiosRequestConfig>,
|
|
140
|
+
): Promise<string>;
|
|
141
|
+
/**
|
|
142
|
+
* 修改版本
|
|
143
|
+
*/
|
|
144
|
+
putUpdateVersionByIdId(
|
|
145
|
+
path: putUpdateVersionByIdIdPathParams,
|
|
146
|
+
data: TransactionRequest,
|
|
147
|
+
config?: Partial<AxiosRequestConfig>,
|
|
148
|
+
): Promise<string>;
|
|
149
|
+
/**
|
|
150
|
+
* 修改
|
|
151
|
+
*/
|
|
152
|
+
putId(
|
|
153
|
+
path: putIdPathParams,
|
|
154
|
+
data: TransactionRequest,
|
|
155
|
+
config?: Partial<AxiosRequestConfig>,
|
|
156
|
+
): Promise<string>;
|
|
157
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
+
import type { UserInfo } from '../entities';
|
|
3
|
+
|
|
4
|
+
export interface getInfoQuery extends IObject {
|
|
5
|
+
/**
|
|
6
|
+
* userId
|
|
7
|
+
*/
|
|
8
|
+
userId: string;
|
|
9
|
+
}
|
|
10
|
+
export interface getInfosQuery extends IObject {
|
|
11
|
+
/**
|
|
12
|
+
* 用户id,以英文逗号分割:id,id,id
|
|
13
|
+
*/
|
|
14
|
+
userIds: string;
|
|
15
|
+
}
|
|
16
|
+
export interface UserService {
|
|
17
|
+
/**
|
|
18
|
+
* 获取用户信息
|
|
19
|
+
*/
|
|
20
|
+
getInfo(
|
|
21
|
+
query: getInfoQuery,
|
|
22
|
+
config?: Partial<AxiosRequestConfig>,
|
|
23
|
+
): Promise<UserInfo>;
|
|
24
|
+
/**
|
|
25
|
+
* 获取用户信息列表
|
|
26
|
+
*/
|
|
27
|
+
getInfos(
|
|
28
|
+
query: getInfosQuery,
|
|
29
|
+
config?: Partial<AxiosRequestConfig>,
|
|
30
|
+
): Promise<UserInfo[]>;
|
|
31
|
+
}
|