@gct-paas/api 0.1.0-word.2 → 0.1.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/dist/gct-api.esm.min.js +1 -22
- package/dist/gct-api.system.min.js +1 -22
- package/es/apaas/service/api-config.mjs +970 -2242
- package/es/apaas/service/apis/api.service.d.ts +554 -223
- package/es/apaas/service/apis/app-branch.service.d.ts +49 -26
- package/es/apaas/service/apis/app-global-settings.service.d.ts +53 -24
- package/es/apaas/service/apis/app-granted-user.service.d.ts +63 -29
- package/es/apaas/service/apis/app-org.service.d.ts +140 -63
- package/es/apaas/service/apis/app-publish-log.service.d.ts +50 -25
- package/es/apaas/service/apis/app-state.service.d.ts +6 -3
- package/es/apaas/service/apis/app-user.service.d.ts +106 -45
- package/es/apaas/service/apis/approval-log.service.d.ts +49 -26
- package/es/apaas/service/apis/audit-log.service.d.ts +38 -26
- package/es/apaas/service/apis/basic-config.service.d.ts +47 -24
- package/es/apaas/service/apis/biz-event.service.d.ts +58 -27
- package/es/apaas/service/apis/biz-process-definition-version.service.d.ts +61 -29
- package/es/apaas/service/apis/biz-process-definition.service.d.ts +62 -28
- package/es/apaas/service/apis/biz-service-crud.service.d.ts +145 -54
- package/es/apaas/service/apis/biz-service.service.d.ts +44 -20
- package/es/apaas/service/apis/bom.service.d.ts +5 -2
- package/es/apaas/service/apis/category-relation.service.d.ts +83 -34
- package/es/apaas/service/apis/category.service.d.ts +298 -91
- package/es/apaas/service/apis/chat.service.d.ts +14 -5
- package/es/apaas/service/apis/code-ts.service.d.ts +6 -2
- package/es/apaas/service/apis/commit-log.service.d.ts +104 -55
- package/es/apaas/service/apis/common-info-card.service.d.ts +64 -32
- package/es/apaas/service/apis/control-config.service.d.ts +89 -37
- package/es/apaas/service/apis/customer-complaint.service.d.ts +79 -35
- package/es/apaas/service/apis/dashboard.service.d.ts +59 -29
- package/es/apaas/service/apis/data-model.service.d.ts +92 -46
- package/es/apaas/service/apis/data-source.service.d.ts +23 -9
- package/es/apaas/service/apis/data-trace.service.d.ts +50 -31
- package/es/apaas/service/apis/designer-common.service.d.ts +400 -128
- package/es/apaas/service/apis/designer-lock.service.d.ts +34 -17
- package/es/apaas/service/apis/designer-operate-log.service.d.ts +38 -11
- package/es/apaas/service/apis/devops.service.d.ts +11 -6
- package/es/apaas/service/apis/dhr.service.d.ts +53 -26
- package/es/apaas/service/apis/dify-chat.service.d.ts +11 -6
- package/es/apaas/service/apis/doc-control-started.service.d.ts +60 -20
- package/es/apaas/service/apis/doc-control-task-done.service.d.ts +60 -20
- package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +101 -33
- package/es/apaas/service/apis/doc-control.service.d.ts +66 -32
- package/es/apaas/service/apis/doc-outline.service.d.ts +104 -49
- package/es/apaas/service/apis/document.service.d.ts +146 -63
- package/es/apaas/service/apis/edhr-category.service.d.ts +55 -28
- package/es/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +63 -30
- package/es/apaas/service/apis/edhr-instance-relation.service.d.ts +33 -15
- package/es/apaas/service/apis/edhr-instance-search-history.service.d.ts +19 -8
- package/es/apaas/service/apis/edhr-instance.service.d.ts +235 -75
- package/es/apaas/service/apis/edhr-tmpl.service.d.ts +97 -41
- package/es/apaas/service/apis/ele-search.service.d.ts +10 -4
- package/es/apaas/service/apis/enum-model-field.service.d.ts +99 -38
- package/es/apaas/service/apis/enum-model.service.d.ts +104 -42
- package/es/apaas/service/apis/event-log.service.d.ts +36 -17
- package/es/apaas/service/apis/event.service.d.ts +58 -27
- package/es/apaas/service/apis/excel-tmpl.service.d.ts +142 -58
- package/es/apaas/service/apis/excel.service.d.ts +121 -40
- package/es/apaas/service/apis/field-meta.service.d.ts +157 -57
- package/es/apaas/service/apis/field.service.d.ts +10 -4
- package/es/apaas/service/apis/file-resource.service.d.ts +24 -11
- package/es/apaas/service/apis/file-task.service.d.ts +15 -8
- package/es/apaas/service/apis/file.service.d.ts +28 -12
- package/es/apaas/service/apis/form.service.d.ts +31 -18
- package/es/apaas/service/apis/formRelate.service.d.ts +189 -67
- package/es/apaas/service/apis/front-operate-log.service.d.ts +38 -11
- package/es/apaas/service/apis/global-method.service.d.ts +54 -29
- package/es/apaas/service/apis/i18n-info.service.d.ts +60 -24
- package/es/apaas/service/apis/import-report.service.d.ts +41 -0
- package/es/apaas/service/apis/instance-relation.service.d.ts +63 -26
- package/es/apaas/service/apis/ipaas.service.d.ts +6 -3
- package/es/apaas/service/apis/job-log.service.d.ts +51 -19
- package/es/apaas/service/apis/job.service.d.ts +100 -44
- package/es/apaas/service/apis/js-engine.service.d.ts +25 -13
- package/es/apaas/service/apis/label-log.service.d.ts +69 -31
- package/es/apaas/service/apis/label.service.d.ts +277 -120
- package/es/apaas/service/apis/login-log.service.d.ts +6 -3
- package/es/apaas/service/apis/med-pro.service.d.ts +76 -0
- package/es/apaas/service/apis/medPro.service.d.ts +30 -3
- package/es/apaas/service/apis/menu-config.service.d.ts +55 -28
- package/es/apaas/service/apis/merge-log.service.d.ts +36 -21
- package/es/apaas/service/apis/message-record.service.d.ts +82 -29
- package/es/apaas/service/apis/message-setting.service.d.ts +15 -7
- package/es/apaas/service/apis/message-tmpl.service.d.ts +84 -40
- package/es/apaas/service/apis/mobile-homepage.service.d.ts +69 -34
- package/es/apaas/service/apis/mobile-page.service.d.ts +103 -41
- package/es/apaas/service/apis/model-comprehensive.service.d.ts +349 -122
- package/es/apaas/service/apis/model-data.service.d.ts +54 -22
- package/es/apaas/service/apis/model-meta.service.d.ts +258 -109
- package/es/apaas/service/apis/model-method.service.d.ts +64 -32
- package/es/apaas/service/apis/model-permission-relation.service.d.ts +50 -25
- package/es/apaas/service/apis/model.service.d.ts +10 -4
- package/es/apaas/service/apis/ocr.service.d.ts +5 -2
- package/es/apaas/service/apis/office.service.d.ts +5 -2
- package/es/apaas/service/apis/online-form-category.service.d.ts +55 -28
- package/es/apaas/service/apis/online-form-change-history.service.d.ts +18 -6
- package/es/apaas/service/apis/online-form-instance.service.d.ts +701 -229
- package/es/apaas/service/apis/online-form-log.service.d.ts +22 -7
- package/es/apaas/service/apis/online-form-tmpl-log.service.d.ts +58 -27
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +210 -84
- package/es/apaas/service/apis/online-form.service.d.ts +118 -66
- package/es/apaas/service/apis/online-user-summary.service.d.ts +50 -25
- package/es/apaas/service/apis/online.service.d.ts +65 -23
- package/es/apaas/service/apis/openapi.service.d.ts +74 -37
- package/es/apaas/service/apis/pad-page.service.d.ts +103 -41
- package/es/apaas/service/apis/page-designer-log.service.d.ts +82 -33
- package/es/apaas/service/apis/permission.service.d.ts +54 -26
- package/es/apaas/service/apis/plat.service.d.ts +26 -15
- package/es/apaas/service/apis/pm-process-definition-version.service.d.ts +66 -32
- package/es/apaas/service/apis/pm-process-definition.service.d.ts +87 -36
- package/es/apaas/service/apis/pm-process-engine.service.d.ts +150 -67
- package/es/apaas/service/apis/print-designer.service.d.ts +102 -34
- package/es/apaas/service/apis/print-log.service.d.ts +11 -6
- package/es/apaas/service/apis/print.service.d.ts +26 -15
- package/es/apaas/service/apis/process-approval-log.service.d.ts +59 -29
- package/es/apaas/service/apis/process-approve-user.service.d.ts +50 -25
- package/es/apaas/service/apis/process-definition-version.service.d.ts +68 -32
- package/es/apaas/service/apis/process-definition.service.d.ts +59 -28
- package/es/apaas/service/apis/process-engine.service.d.ts +47 -22
- package/es/apaas/service/apis/process-event.service.d.ts +50 -25
- package/es/apaas/service/apis/process-graph.service.d.ts +10 -4
- package/es/apaas/service/apis/process-instance-relation-.service.d.ts +50 -25
- package/es/apaas/service/apis/process-instance.service.d.ts +50 -25
- package/es/apaas/service/apis/process-message-user.service.d.ts +50 -25
- package/es/apaas/service/apis/process-node-definition.service.d.ts +50 -25
- package/es/apaas/service/apis/process-path-user.service.d.ts +50 -25
- package/es/apaas/service/apis/process-path.service.d.ts +28 -12
- package/es/apaas/service/apis/process-task-done.service.d.ts +110 -29
- package/es/apaas/service/apis/process-task-todo.service.d.ts +219 -58
- package/es/apaas/service/apis/process-version.service.d.ts +51 -22
- package/es/apaas/service/apis/process.service.d.ts +45 -22
- package/es/apaas/service/apis/processTest.service.d.ts +76 -31
- package/es/apaas/service/apis/product-release.service.d.ts +93 -30
- package/es/apaas/service/apis/publish-log.service.d.ts +68 -36
- package/es/apaas/service/apis/regexp.service.d.ts +73 -32
- package/es/apaas/service/apis/report-data-set.service.d.ts +83 -42
- package/es/apaas/service/apis/report-data.service.d.ts +16 -9
- package/es/apaas/service/apis/report.service.d.ts +118 -58
- package/es/apaas/service/apis/role-permission.service.d.ts +29 -14
- package/es/apaas/service/apis/role.service.d.ts +69 -25
- package/es/apaas/service/apis/sandbox-config.service.d.ts +77 -39
- package/es/apaas/service/apis/script-assistant.service.d.ts +10 -5
- package/es/apaas/service/apis/script-version-log.service.d.ts +61 -22
- package/es/apaas/service/apis/script-version.service.d.ts +87 -36
- package/es/apaas/service/apis/script.service.d.ts +90 -38
- package/es/apaas/service/apis/service-orchestration-version-log.service.d.ts +66 -25
- package/es/apaas/service/apis/service-orchestration-version.service.d.ts +87 -36
- package/es/apaas/service/apis/service-orchestration.service.d.ts +91 -37
- package/es/apaas/service/apis/sign-history.service.d.ts +49 -26
- package/es/apaas/service/apis/sign-log.service.d.ts +11 -6
- package/es/apaas/service/apis/signature.service.d.ts +11 -6
- package/es/apaas/service/apis/sql-view-model.service.d.ts +45 -22
- package/es/apaas/service/apis/sql-view.service.d.ts +13 -5
- package/es/apaas/service/apis/ss.service.d.ts +19 -6
- package/es/apaas/service/apis/stash.service.d.ts +41 -21
- package/es/apaas/service/apis/sub-model-process.service.d.ts +6 -3
- package/es/apaas/service/apis/sys-config.service.d.ts +49 -26
- package/es/apaas/service/apis/system-var.service.d.ts +96 -43
- package/es/apaas/service/apis/trace-log-details.service.d.ts +94 -46
- package/es/apaas/service/apis/trace-log.service.d.ts +90 -38
- package/es/apaas/service/apis/trace-mainline-ext.service.d.ts +50 -25
- package/es/apaas/service/apis/trace-mainline.service.d.ts +50 -25
- package/es/apaas/service/apis/trace-setting.service.d.ts +32 -17
- package/es/apaas/service/apis/user-group-relation.service.d.ts +28 -16
- package/es/apaas/service/apis/user-group.service.d.ts +59 -32
- package/es/apaas/service/apis/view-model.service.d.ts +120 -57
- package/es/apaas/service/apis/wash.service.d.ts +9 -8
- package/es/apaas/service/apis/webpage.service.d.ts +128 -56
- package/es/apaas/service/entities.d.ts +643 -2209
- package/es/apaas/service/index.d.ts +6 -6
- package/es/ipaas/service/api-config.mjs +46 -109
- package/es/ipaas/service/apis/auth.service.d.ts +20 -10
- package/es/ipaas/service/apis/camel.service.d.ts +45 -25
- package/es/ipaas/service/apis/category.service.d.ts +6 -3
- package/es/ipaas/service/apis/connector-config.service.d.ts +81 -40
- package/es/ipaas/service/apis/connector-log.service.d.ts +32 -14
- package/es/ipaas/service/apis/flow-app.service.d.ts +56 -30
- package/es/ipaas/service/apis/flow-category.service.d.ts +156 -55
- package/es/ipaas/service/apis/flow-ext.service.d.ts +67 -34
- package/es/ipaas/service/apis/flow.service.d.ts +79 -32
- package/es/ipaas/service/apis/runtime.service.d.ts +19 -11
- package/es/ipaas/service/entities.d.ts +26 -26
- package/es/platform/service/api-config.mjs +685 -1878
- package/es/platform/service/apis/agent.service.d.ts +49 -26
- package/es/platform/service/apis/api.service.d.ts +1162 -511
- package/es/platform/service/apis/apk.service.d.ts +47 -33
- package/es/platform/service/apis/app-member.service.d.ts +79 -28
- package/es/platform/service/apis/app-setting.service.d.ts +80 -35
- package/es/platform/service/apis/app.service.d.ts +616 -200
- package/es/platform/service/apis/assets.service.d.ts +80 -28
- package/es/platform/service/apis/attachmentResourceTransfer.service.d.ts +7 -3
- package/es/platform/service/apis/audit-log.service.d.ts +32 -20
- package/es/platform/service/apis/bi-app.service.d.ts +11 -3
- package/es/platform/service/apis/bi-data-set.service.d.ts +54 -29
- package/es/platform/service/apis/bi-file-dataset-config.service.d.ts +63 -30
- package/es/platform/service/apis/bi-file.service.d.ts +14 -5
- package/es/platform/service/apis/bi-share.service.d.ts +58 -27
- package/es/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +6 -2
- package/es/platform/service/apis/category.service.d.ts +94 -46
- package/es/platform/service/apis/clearLogLogin.service.d.ts +6 -2
- package/es/platform/service/apis/clearLogOperate.service.d.ts +6 -2
- package/es/platform/service/apis/clearTempDir.service.d.ts +6 -2
- package/es/platform/service/apis/copyFilter.service.d.ts +7 -3
- package/es/platform/service/apis/dashboard.service.d.ts +63 -30
- package/es/platform/service/apis/data-source.service.d.ts +100 -44
- package/es/platform/service/apis/data-trace.service.d.ts +50 -31
- package/es/platform/service/apis/database.service.d.ts +149 -70
- package/es/platform/service/apis/dataset-log.service.d.ts +54 -26
- package/es/platform/service/apis/dataset.service.d.ts +173 -78
- package/es/platform/service/apis/datasource-devops.service.d.ts +42 -23
- package/es/platform/service/apis/datasource-move-data.service.d.ts +58 -27
- package/es/platform/service/apis/datasource-move-detail.service.d.ts +54 -26
- package/es/platform/service/apis/datasource-move.service.d.ts +47 -26
- package/es/platform/service/apis/deleteCompInfo.service.d.ts +11 -4
- package/es/platform/service/apis/deleteCompInfoType.service.d.ts +11 -4
- package/es/platform/service/apis/deleteCsvDatasource.service.d.ts +11 -4
- package/es/platform/service/apis/deleteEchartTheme.service.d.ts +11 -4
- package/es/platform/service/apis/deleteEnshrineComp.service.d.ts +11 -4
- package/es/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +11 -4
- package/es/platform/service/apis/deleteFilter.service.d.ts +11 -4
- package/es/platform/service/apis/deleteLogOperateById.service.d.ts +11 -4
- package/es/platform/service/apis/deleteMapGeoJson.service.d.ts +11 -4
- package/es/platform/service/apis/deleteNotUseDir.service.d.ts +6 -2
- package/es/platform/service/apis/deletePageSnapshoot.service.d.ts +11 -4
- package/es/platform/service/apis/deletePageTemplate.service.d.ts +11 -4
- package/es/platform/service/apis/deletePnResource.service.d.ts +11 -4
- package/es/platform/service/apis/deletePnResourceGroup.service.d.ts +11 -4
- package/es/platform/service/apis/device-interconnection-param.service.d.ts +62 -32
- package/es/platform/service/apis/device-interconnection.service.d.ts +72 -34
- package/es/platform/service/apis/device-param-ref.service.d.ts +28 -12
- package/es/platform/service/apis/exportTemplate.service.d.ts +60 -38
- package/es/platform/service/apis/external-message.service.d.ts +50 -25
- package/es/platform/service/apis/file-task.service.d.ts +100 -39
- package/es/platform/service/apis/file.service.d.ts +28 -23
- package/es/platform/service/apis/front-release.service.d.ts +5 -4
- package/es/platform/service/apis/getAdCodeByAliasName.service.d.ts +10 -6
- package/es/platform/service/apis/getAllCompInfo.service.d.ts +6 -2
- package/es/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +10 -6
- package/es/platform/service/apis/getAllCompInfoType.service.d.ts +6 -2
- package/es/platform/service/apis/getAllCsvDatasource.service.d.ts +10 -6
- package/es/platform/service/apis/getAllEchartTheme.service.d.ts +6 -2
- package/es/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +6 -2
- package/es/platform/service/apis/getAllFilter.service.d.ts +6 -2
- package/es/platform/service/apis/getAllPageTemplate.service.d.ts +6 -2
- package/es/platform/service/apis/getAttachmentInfoByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getCompInfoById.service.d.ts +10 -6
- package/es/platform/service/apis/getCompInfoByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getCompInfoTypeById.service.d.ts +10 -6
- package/es/platform/service/apis/getCompInfoTypeByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getContentToArray.service.d.ts +14 -7
- package/es/platform/service/apis/getCsvDatasourceById.service.d.ts +10 -6
- package/es/platform/service/apis/getCsvDatasourceByName.service.d.ts +10 -6
- package/es/platform/service/apis/getCsvDatasourceByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getDesignerData.service.d.ts +10 -6
- package/es/platform/service/apis/getEchartThemeById.service.d.ts +10 -6
- package/es/platform/service/apis/getEchartThemeByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getEnshrineCompByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getEnshrineCompGroupById.service.d.ts +10 -6
- package/es/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getFilterById.service.d.ts +10 -6
- package/es/platform/service/apis/getGeoJsonByAdCode.service.d.ts +10 -6
- package/es/platform/service/apis/getLayoutItemObjById.service.d.ts +10 -6
- package/es/platform/service/apis/getLogLoginByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +10 -6
- package/es/platform/service/apis/getMapGeoJsonById.service.d.ts +10 -6
- package/es/platform/service/apis/getMapGeoJsonByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +6 -2
- package/es/platform/service/apis/getMyEchartThemes.service.d.ts +6 -2
- package/es/platform/service/apis/getMyPnResourceByPage.service.d.ts +6 -5
- package/es/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +14 -7
- package/es/platform/service/apis/getPageSnapshootById.service.d.ts +10 -6
- package/es/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +10 -6
- package/es/platform/service/apis/getPageTemplateById.service.d.ts +10 -6
- package/es/platform/service/apis/getPageTemplateByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +7 -3
- package/es/platform/service/apis/getPageTemplateLayout.service.d.ts +10 -6
- package/es/platform/service/apis/getPageTemplateThemeJson.service.d.ts +10 -6
- package/es/platform/service/apis/getPageTotalCount.service.d.ts +6 -2
- package/es/platform/service/apis/getPnLogOperateByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getPnResourceGroupById.service.d.ts +10 -6
- package/es/platform/service/apis/getProjectTotalCount.service.d.ts +6 -2
- package/es/platform/service/apis/getShareCustomCompById.service.d.ts +10 -6
- package/es/platform/service/apis/getShareCustomCompByPage.service.d.ts +7 -3
- package/es/platform/service/apis/getSysEchartThemes.service.d.ts +6 -2
- package/es/platform/service/apis/httpQuery.service.d.ts +6 -5
- package/es/platform/service/apis/i18n-config.service.d.ts +18 -10
- package/es/platform/service/apis/i18n-info.service.d.ts +85 -35
- package/es/platform/service/apis/importCompInfoJson.service.d.ts +7 -3
- package/es/platform/service/apis/importTemplate.service.d.ts +30 -14
- package/es/platform/service/apis/internal-message.service.d.ts +75 -29
- package/es/platform/service/apis/invoke-log.service.d.ts +57 -19
- package/es/platform/service/apis/knowledge-base-chunk.service.d.ts +50 -25
- package/es/platform/service/apis/knowledge-base-doc.service.d.ts +50 -25
- package/es/platform/service/apis/knowledge-base.service.d.ts +50 -25
- package/es/platform/service/apis/ldap.service.d.ts +5 -4
- package/es/platform/service/apis/license-unbind-log.service.d.ts +6 -3
- package/es/platform/service/apis/license.service.d.ts +189 -73
- package/es/platform/service/apis/login-log.service.d.ts +30 -9
- package/es/platform/service/apis/login.service.d.ts +50 -21
- package/es/platform/service/apis/manager.service.d.ts +27 -10
- package/es/platform/service/apis/message-setting.service.d.ts +110 -47
- package/es/platform/service/apis/minio-file.service.d.ts +16 -7
- package/es/platform/service/apis/model-provider.service.d.ts +50 -25
- package/es/platform/service/apis/model.service.d.ts +49 -26
- package/es/platform/service/apis/nav-menu.service.d.ts +68 -35
- package/es/platform/service/apis/nav-page.service.d.ts +58 -29
- package/es/platform/service/apis/openapi-group.service.d.ts +143 -55
- package/es/platform/service/apis/openapi-key-grant.service.d.ts +67 -32
- package/es/platform/service/apis/org-user-picker.service.d.ts +53 -20
- package/es/platform/service/apis/org.service.d.ts +163 -75
- package/es/platform/service/apis/parseCsvOrExcel.service.d.ts +14 -7
- package/es/platform/service/apis/permission.service.d.ts +40 -22
- package/es/platform/service/apis/plat.service.d.ts +131 -75
- package/es/platform/service/apis/plugin-version.service.d.ts +50 -25
- package/es/platform/service/apis/plugin.service.d.ts +147 -59
- package/es/platform/service/apis/pm-process-delegate-detail.service.d.ts +50 -25
- package/es/platform/service/apis/pm-process-delegate.service.d.ts +50 -25
- package/es/platform/service/apis/pm-process-instance.service.d.ts +66 -32
- package/es/platform/service/apis/pm-task-done.service.d.ts +65 -33
- package/es/platform/service/apis/pm-task-todo.service.d.ts +61 -32
- package/es/platform/service/apis/pn-page.service.d.ts +49 -26
- package/es/platform/service/apis/pn-project.service.d.ts +125 -57
- package/es/platform/service/apis/print-log.service.d.ts +89 -29
- package/es/platform/service/apis/print-resource.service.d.ts +90 -44
- package/es/platform/service/apis/regexp.service.d.ts +73 -32
- package/es/platform/service/apis/released.service.d.ts +78 -26
- package/es/platform/service/apis/resourceTransferToPage.service.d.ts +7 -3
- package/es/platform/service/apis/role-permission.service.d.ts +39 -20
- package/es/platform/service/apis/role.service.d.ts +113 -46
- package/es/platform/service/apis/saveCompInfo.service.d.ts +7 -3
- package/es/platform/service/apis/saveCompInfoType.service.d.ts +7 -3
- package/es/platform/service/apis/saveCsvDatasource.service.d.ts +7 -3
- package/es/platform/service/apis/saveEchartTheme.service.d.ts +7 -3
- package/es/platform/service/apis/saveEnshrineComp.service.d.ts +7 -3
- package/es/platform/service/apis/saveEnshrineCompGroup.service.d.ts +7 -3
- package/es/platform/service/apis/saveFilter.service.d.ts +7 -3
- package/es/platform/service/apis/saveMapGeoJson.service.d.ts +7 -3
- package/es/platform/service/apis/savePageSnapshoot.service.d.ts +7 -3
- package/es/platform/service/apis/savePageTemplate.service.d.ts +7 -3
- package/es/platform/service/apis/savePnResourceGroup.service.d.ts +7 -3
- package/es/platform/service/apis/saveShareCustomComp.service.d.ts +7 -3
- package/es/platform/service/apis/seal-management.service.d.ts +56 -30
- package/es/platform/service/apis/searchEnshrineComp.service.d.ts +7 -3
- package/es/platform/service/apis/seat-message.service.d.ts +11 -2
- package/es/platform/service/apis/seat.service.d.ts +75 -33
- package/es/platform/service/apis/setPageSnapshootEnabled.service.d.ts +7 -3
- package/es/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +7 -3
- package/es/platform/service/apis/shortcut.service.d.ts +100 -39
- package/es/platform/service/apis/sign-log.service.d.ts +46 -27
- package/es/platform/service/apis/sms.service.d.ts +11 -6
- package/es/platform/service/apis/started-process.service.d.ts +48 -20
- package/es/platform/service/apis/task-delegate.service.d.ts +72 -33
- package/es/platform/service/apis/task-done.service.d.ts +44 -19
- package/es/platform/service/apis/task-todo.service.d.ts +44 -19
- package/es/platform/service/apis/tenant-developer.service.d.ts +87 -39
- package/es/platform/service/apis/tenant.service.d.ts +370 -150
- package/es/platform/service/apis/toggleEnabled.service.d.ts +7 -3
- package/es/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +7 -3
- package/es/platform/service/apis/uploadFiles.service.d.ts +88 -45
- package/es/platform/service/apis/user-extra.service.d.ts +49 -26
- package/es/platform/service/apis/user-info-log.service.d.ts +53 -27
- package/es/platform/service/apis/user-password-history.service.d.ts +50 -25
- package/es/platform/service/apis/user.service.d.ts +207 -106
- package/es/platform/service/apis/workbench-component-relation.service.d.ts +77 -36
- package/es/platform/service/apis/workbench-component.service.d.ts +58 -27
- package/es/platform/service/entities.d.ts +255 -1319
- package/es/platform/service/index.d.ts +0 -4
- package/es/service/api-service.d.ts +44 -36
- package/es/service/api-service.interface.d.ts +8 -6
- package/es/service/api-service.mjs +110 -56
- package/es/service/http.error.d.ts +40 -0
- package/es/service/http.error.mjs +39 -0
- package/es/service/http.util.d.ts +46 -17
- package/es/service/http.util.mjs +116 -39
- package/es/service/index.d.ts +1 -0
- package/es/service/index.mjs +1 -0
- package/es/types/index.d.ts +48 -0
- package/lib/apaas/service/api-config.cjs +955 -2204
- package/lib/apaas/service/apis/api.service.d.ts +554 -223
- package/lib/apaas/service/apis/app-branch.service.d.ts +49 -26
- package/lib/apaas/service/apis/app-global-settings.service.d.ts +53 -24
- package/lib/apaas/service/apis/app-granted-user.service.d.ts +63 -29
- package/lib/apaas/service/apis/app-org.service.d.ts +140 -63
- package/lib/apaas/service/apis/app-publish-log.service.d.ts +50 -25
- package/lib/apaas/service/apis/app-state.service.d.ts +6 -3
- package/lib/apaas/service/apis/app-user.service.d.ts +106 -45
- package/lib/apaas/service/apis/approval-log.service.d.ts +49 -26
- package/lib/apaas/service/apis/audit-log.service.d.ts +38 -26
- package/lib/apaas/service/apis/basic-config.service.d.ts +47 -24
- package/lib/apaas/service/apis/biz-event.service.d.ts +58 -27
- package/lib/apaas/service/apis/biz-process-definition-version.service.d.ts +61 -29
- package/lib/apaas/service/apis/biz-process-definition.service.d.ts +62 -28
- package/lib/apaas/service/apis/biz-service-crud.service.d.ts +145 -54
- package/lib/apaas/service/apis/biz-service.service.d.ts +44 -20
- package/lib/apaas/service/apis/bom.service.d.ts +5 -2
- package/lib/apaas/service/apis/category-relation.service.d.ts +83 -34
- package/lib/apaas/service/apis/category.service.d.ts +298 -91
- package/lib/apaas/service/apis/chat.service.d.ts +14 -5
- package/lib/apaas/service/apis/code-ts.service.d.ts +6 -2
- package/lib/apaas/service/apis/commit-log.service.d.ts +104 -55
- package/lib/apaas/service/apis/common-info-card.service.d.ts +64 -32
- package/lib/apaas/service/apis/control-config.service.d.ts +89 -37
- package/lib/apaas/service/apis/customer-complaint.service.d.ts +79 -35
- package/lib/apaas/service/apis/dashboard.service.d.ts +59 -29
- package/lib/apaas/service/apis/data-model.service.d.ts +92 -46
- package/lib/apaas/service/apis/data-source.service.d.ts +23 -9
- package/lib/apaas/service/apis/data-trace.service.d.ts +50 -31
- package/lib/apaas/service/apis/designer-common.service.d.ts +400 -128
- package/lib/apaas/service/apis/designer-lock.service.d.ts +34 -17
- package/lib/apaas/service/apis/designer-operate-log.service.d.ts +38 -11
- package/lib/apaas/service/apis/devops.service.d.ts +11 -6
- package/lib/apaas/service/apis/dhr.service.d.ts +53 -26
- package/lib/apaas/service/apis/dify-chat.service.d.ts +11 -6
- package/lib/apaas/service/apis/doc-control-started.service.d.ts +60 -20
- package/lib/apaas/service/apis/doc-control-task-done.service.d.ts +60 -20
- package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +101 -33
- package/lib/apaas/service/apis/doc-control.service.d.ts +66 -32
- package/lib/apaas/service/apis/doc-outline.service.d.ts +104 -49
- package/lib/apaas/service/apis/document.service.d.ts +146 -63
- package/lib/apaas/service/apis/edhr-category.service.d.ts +55 -28
- package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +63 -30
- package/lib/apaas/service/apis/edhr-instance-relation.service.d.ts +33 -15
- package/lib/apaas/service/apis/edhr-instance-search-history.service.d.ts +19 -8
- package/lib/apaas/service/apis/edhr-instance.service.d.ts +235 -75
- package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +97 -41
- package/lib/apaas/service/apis/ele-search.service.d.ts +10 -4
- package/lib/apaas/service/apis/enum-model-field.service.d.ts +99 -38
- package/lib/apaas/service/apis/enum-model.service.d.ts +104 -42
- package/lib/apaas/service/apis/event-log.service.d.ts +36 -17
- package/lib/apaas/service/apis/event.service.d.ts +58 -27
- package/lib/apaas/service/apis/excel-tmpl.service.d.ts +142 -58
- package/lib/apaas/service/apis/excel.service.d.ts +121 -40
- package/lib/apaas/service/apis/field-meta.service.d.ts +157 -57
- package/lib/apaas/service/apis/field.service.d.ts +10 -4
- package/lib/apaas/service/apis/file-resource.service.d.ts +24 -11
- package/lib/apaas/service/apis/file-task.service.d.ts +15 -8
- package/lib/apaas/service/apis/file.service.d.ts +28 -12
- package/lib/apaas/service/apis/form.service.d.ts +31 -18
- package/lib/apaas/service/apis/formRelate.service.d.ts +189 -67
- package/lib/apaas/service/apis/front-operate-log.service.d.ts +38 -11
- package/lib/apaas/service/apis/global-method.service.d.ts +54 -29
- package/lib/apaas/service/apis/i18n-info.service.d.ts +60 -24
- package/lib/apaas/service/apis/import-report.service.d.ts +41 -0
- package/lib/apaas/service/apis/instance-relation.service.d.ts +63 -26
- package/lib/apaas/service/apis/ipaas.service.d.ts +6 -3
- package/lib/apaas/service/apis/job-log.service.d.ts +51 -19
- package/lib/apaas/service/apis/job.service.d.ts +100 -44
- package/lib/apaas/service/apis/js-engine.service.d.ts +25 -13
- package/lib/apaas/service/apis/label-log.service.d.ts +69 -31
- package/lib/apaas/service/apis/label.service.d.ts +277 -120
- package/lib/apaas/service/apis/login-log.service.d.ts +6 -3
- package/lib/apaas/service/apis/med-pro.service.d.ts +76 -0
- package/lib/apaas/service/apis/medPro.service.d.ts +30 -3
- package/lib/apaas/service/apis/menu-config.service.d.ts +55 -28
- package/lib/apaas/service/apis/merge-log.service.d.ts +36 -21
- package/lib/apaas/service/apis/message-record.service.d.ts +82 -29
- package/lib/apaas/service/apis/message-setting.service.d.ts +15 -7
- package/lib/apaas/service/apis/message-tmpl.service.d.ts +84 -40
- package/lib/apaas/service/apis/mobile-homepage.service.d.ts +69 -34
- package/lib/apaas/service/apis/mobile-page.service.d.ts +103 -41
- package/lib/apaas/service/apis/model-comprehensive.service.d.ts +349 -122
- package/lib/apaas/service/apis/model-data.service.d.ts +54 -22
- package/lib/apaas/service/apis/model-meta.service.d.ts +258 -109
- package/lib/apaas/service/apis/model-method.service.d.ts +64 -32
- package/lib/apaas/service/apis/model-permission-relation.service.d.ts +50 -25
- package/lib/apaas/service/apis/model.service.d.ts +10 -4
- package/lib/apaas/service/apis/ocr.service.d.ts +5 -2
- package/lib/apaas/service/apis/office.service.d.ts +5 -2
- package/lib/apaas/service/apis/online-form-category.service.d.ts +55 -28
- package/lib/apaas/service/apis/online-form-change-history.service.d.ts +18 -6
- package/lib/apaas/service/apis/online-form-instance.service.d.ts +701 -229
- package/lib/apaas/service/apis/online-form-log.service.d.ts +22 -7
- package/lib/apaas/service/apis/online-form-tmpl-log.service.d.ts +58 -27
- package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +210 -84
- package/lib/apaas/service/apis/online-form.service.d.ts +118 -66
- package/lib/apaas/service/apis/online-user-summary.service.d.ts +50 -25
- package/lib/apaas/service/apis/online.service.d.ts +65 -23
- package/lib/apaas/service/apis/openapi.service.d.ts +74 -37
- package/lib/apaas/service/apis/pad-page.service.d.ts +103 -41
- package/lib/apaas/service/apis/page-designer-log.service.d.ts +82 -33
- package/lib/apaas/service/apis/permission.service.d.ts +54 -26
- package/lib/apaas/service/apis/plat.service.d.ts +26 -15
- package/lib/apaas/service/apis/pm-process-definition-version.service.d.ts +66 -32
- package/lib/apaas/service/apis/pm-process-definition.service.d.ts +87 -36
- package/lib/apaas/service/apis/pm-process-engine.service.d.ts +150 -67
- package/lib/apaas/service/apis/print-designer.service.d.ts +102 -34
- package/lib/apaas/service/apis/print-log.service.d.ts +11 -6
- package/lib/apaas/service/apis/print.service.d.ts +26 -15
- package/lib/apaas/service/apis/process-approval-log.service.d.ts +59 -29
- package/lib/apaas/service/apis/process-approve-user.service.d.ts +50 -25
- package/lib/apaas/service/apis/process-definition-version.service.d.ts +68 -32
- package/lib/apaas/service/apis/process-definition.service.d.ts +59 -28
- package/lib/apaas/service/apis/process-engine.service.d.ts +47 -22
- package/lib/apaas/service/apis/process-event.service.d.ts +50 -25
- package/lib/apaas/service/apis/process-graph.service.d.ts +10 -4
- package/lib/apaas/service/apis/process-instance-relation-.service.d.ts +50 -25
- package/lib/apaas/service/apis/process-instance.service.d.ts +50 -25
- package/lib/apaas/service/apis/process-message-user.service.d.ts +50 -25
- package/lib/apaas/service/apis/process-node-definition.service.d.ts +50 -25
- package/lib/apaas/service/apis/process-path-user.service.d.ts +50 -25
- package/lib/apaas/service/apis/process-path.service.d.ts +28 -12
- package/lib/apaas/service/apis/process-task-done.service.d.ts +110 -29
- package/lib/apaas/service/apis/process-task-todo.service.d.ts +219 -58
- package/lib/apaas/service/apis/process-version.service.d.ts +51 -22
- package/lib/apaas/service/apis/process.service.d.ts +45 -22
- package/lib/apaas/service/apis/processTest.service.d.ts +76 -31
- package/lib/apaas/service/apis/product-release.service.d.ts +93 -30
- package/lib/apaas/service/apis/publish-log.service.d.ts +68 -36
- package/lib/apaas/service/apis/regexp.service.d.ts +73 -32
- package/lib/apaas/service/apis/report-data-set.service.d.ts +83 -42
- package/lib/apaas/service/apis/report-data.service.d.ts +16 -9
- package/lib/apaas/service/apis/report.service.d.ts +118 -58
- package/lib/apaas/service/apis/role-permission.service.d.ts +29 -14
- package/lib/apaas/service/apis/role.service.d.ts +69 -25
- package/lib/apaas/service/apis/sandbox-config.service.d.ts +77 -39
- package/lib/apaas/service/apis/script-assistant.service.d.ts +10 -5
- package/lib/apaas/service/apis/script-version-log.service.d.ts +61 -22
- package/lib/apaas/service/apis/script-version.service.d.ts +87 -36
- package/lib/apaas/service/apis/script.service.d.ts +90 -38
- package/lib/apaas/service/apis/service-orchestration-version-log.service.d.ts +66 -25
- package/lib/apaas/service/apis/service-orchestration-version.service.d.ts +87 -36
- package/lib/apaas/service/apis/service-orchestration.service.d.ts +91 -37
- package/lib/apaas/service/apis/sign-history.service.d.ts +49 -26
- package/lib/apaas/service/apis/sign-log.service.d.ts +11 -6
- package/lib/apaas/service/apis/signature.service.d.ts +11 -6
- package/lib/apaas/service/apis/sql-view-model.service.d.ts +45 -22
- package/lib/apaas/service/apis/sql-view.service.d.ts +13 -5
- package/lib/apaas/service/apis/ss.service.d.ts +19 -6
- package/lib/apaas/service/apis/stash.service.d.ts +41 -21
- package/lib/apaas/service/apis/sub-model-process.service.d.ts +6 -3
- package/lib/apaas/service/apis/sys-config.service.d.ts +49 -26
- package/lib/apaas/service/apis/system-var.service.d.ts +96 -43
- package/lib/apaas/service/apis/trace-log-details.service.d.ts +94 -46
- package/lib/apaas/service/apis/trace-log.service.d.ts +90 -38
- package/lib/apaas/service/apis/trace-mainline-ext.service.d.ts +50 -25
- package/lib/apaas/service/apis/trace-mainline.service.d.ts +50 -25
- package/lib/apaas/service/apis/trace-setting.service.d.ts +32 -17
- package/lib/apaas/service/apis/user-group-relation.service.d.ts +28 -16
- package/lib/apaas/service/apis/user-group.service.d.ts +59 -32
- package/lib/apaas/service/apis/view-model.service.d.ts +120 -57
- package/lib/apaas/service/apis/wash.service.d.ts +9 -8
- package/lib/apaas/service/apis/webpage.service.d.ts +128 -56
- package/lib/apaas/service/entities.d.ts +643 -2209
- package/lib/apaas/service/index.d.ts +6 -6
- package/lib/ipaas/service/api-config.cjs +46 -109
- package/lib/ipaas/service/apis/auth.service.d.ts +20 -10
- package/lib/ipaas/service/apis/camel.service.d.ts +45 -25
- package/lib/ipaas/service/apis/category.service.d.ts +6 -3
- package/lib/ipaas/service/apis/connector-config.service.d.ts +81 -40
- package/lib/ipaas/service/apis/connector-log.service.d.ts +32 -14
- package/lib/ipaas/service/apis/flow-app.service.d.ts +56 -30
- package/lib/ipaas/service/apis/flow-category.service.d.ts +156 -55
- package/lib/ipaas/service/apis/flow-ext.service.d.ts +67 -34
- package/lib/ipaas/service/apis/flow.service.d.ts +79 -32
- package/lib/ipaas/service/apis/runtime.service.d.ts +19 -11
- package/lib/ipaas/service/entities.d.ts +26 -26
- package/lib/platform/service/api-config.cjs +684 -1842
- package/lib/platform/service/apis/agent.service.d.ts +49 -26
- package/lib/platform/service/apis/api.service.d.ts +1162 -511
- package/lib/platform/service/apis/apk.service.d.ts +47 -33
- package/lib/platform/service/apis/app-member.service.d.ts +79 -28
- package/lib/platform/service/apis/app-setting.service.d.ts +80 -35
- package/lib/platform/service/apis/app.service.d.ts +616 -200
- package/lib/platform/service/apis/assets.service.d.ts +80 -28
- package/lib/platform/service/apis/attachmentResourceTransfer.service.d.ts +7 -3
- package/lib/platform/service/apis/audit-log.service.d.ts +32 -20
- package/lib/platform/service/apis/bi-app.service.d.ts +11 -3
- package/lib/platform/service/apis/bi-data-set.service.d.ts +54 -29
- package/lib/platform/service/apis/bi-file-dataset-config.service.d.ts +63 -30
- package/lib/platform/service/apis/bi-file.service.d.ts +14 -5
- package/lib/platform/service/apis/bi-share.service.d.ts +58 -27
- package/lib/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +6 -2
- package/lib/platform/service/apis/category.service.d.ts +94 -46
- package/lib/platform/service/apis/clearLogLogin.service.d.ts +6 -2
- package/lib/platform/service/apis/clearLogOperate.service.d.ts +6 -2
- package/lib/platform/service/apis/clearTempDir.service.d.ts +6 -2
- package/lib/platform/service/apis/copyFilter.service.d.ts +7 -3
- package/lib/platform/service/apis/dashboard.service.d.ts +63 -30
- package/lib/platform/service/apis/data-source.service.d.ts +100 -44
- package/lib/platform/service/apis/data-trace.service.d.ts +50 -31
- package/lib/platform/service/apis/database.service.d.ts +149 -70
- package/lib/platform/service/apis/dataset-log.service.d.ts +54 -26
- package/lib/platform/service/apis/dataset.service.d.ts +173 -78
- package/lib/platform/service/apis/datasource-devops.service.d.ts +42 -23
- package/lib/platform/service/apis/datasource-move-data.service.d.ts +58 -27
- package/lib/platform/service/apis/datasource-move-detail.service.d.ts +54 -26
- package/lib/platform/service/apis/datasource-move.service.d.ts +47 -26
- package/lib/platform/service/apis/deleteCompInfo.service.d.ts +11 -4
- package/lib/platform/service/apis/deleteCompInfoType.service.d.ts +11 -4
- package/lib/platform/service/apis/deleteCsvDatasource.service.d.ts +11 -4
- package/lib/platform/service/apis/deleteEchartTheme.service.d.ts +11 -4
- package/lib/platform/service/apis/deleteEnshrineComp.service.d.ts +11 -4
- package/lib/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +11 -4
- package/lib/platform/service/apis/deleteFilter.service.d.ts +11 -4
- package/lib/platform/service/apis/deleteLogOperateById.service.d.ts +11 -4
- package/lib/platform/service/apis/deleteMapGeoJson.service.d.ts +11 -4
- package/lib/platform/service/apis/deleteNotUseDir.service.d.ts +6 -2
- package/lib/platform/service/apis/deletePageSnapshoot.service.d.ts +11 -4
- package/lib/platform/service/apis/deletePageTemplate.service.d.ts +11 -4
- package/lib/platform/service/apis/deletePnResource.service.d.ts +11 -4
- package/lib/platform/service/apis/deletePnResourceGroup.service.d.ts +11 -4
- package/lib/platform/service/apis/device-interconnection-param.service.d.ts +62 -32
- package/lib/platform/service/apis/device-interconnection.service.d.ts +72 -34
- package/lib/platform/service/apis/device-param-ref.service.d.ts +28 -12
- package/lib/platform/service/apis/exportTemplate.service.d.ts +60 -38
- package/lib/platform/service/apis/external-message.service.d.ts +50 -25
- package/lib/platform/service/apis/file-task.service.d.ts +100 -39
- package/lib/platform/service/apis/file.service.d.ts +28 -23
- package/lib/platform/service/apis/front-release.service.d.ts +5 -4
- package/lib/platform/service/apis/getAdCodeByAliasName.service.d.ts +10 -6
- package/lib/platform/service/apis/getAllCompInfo.service.d.ts +6 -2
- package/lib/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +10 -6
- package/lib/platform/service/apis/getAllCompInfoType.service.d.ts +6 -2
- package/lib/platform/service/apis/getAllCsvDatasource.service.d.ts +10 -6
- package/lib/platform/service/apis/getAllEchartTheme.service.d.ts +6 -2
- package/lib/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +6 -2
- package/lib/platform/service/apis/getAllFilter.service.d.ts +6 -2
- package/lib/platform/service/apis/getAllPageTemplate.service.d.ts +6 -2
- package/lib/platform/service/apis/getAttachmentInfoByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getCompInfoById.service.d.ts +10 -6
- package/lib/platform/service/apis/getCompInfoByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getCompInfoTypeById.service.d.ts +10 -6
- package/lib/platform/service/apis/getCompInfoTypeByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getContentToArray.service.d.ts +14 -7
- package/lib/platform/service/apis/getCsvDatasourceById.service.d.ts +10 -6
- package/lib/platform/service/apis/getCsvDatasourceByName.service.d.ts +10 -6
- package/lib/platform/service/apis/getCsvDatasourceByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getDesignerData.service.d.ts +10 -6
- package/lib/platform/service/apis/getEchartThemeById.service.d.ts +10 -6
- package/lib/platform/service/apis/getEchartThemeByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getEnshrineCompByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getEnshrineCompGroupById.service.d.ts +10 -6
- package/lib/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getFilterById.service.d.ts +10 -6
- package/lib/platform/service/apis/getGeoJsonByAdCode.service.d.ts +10 -6
- package/lib/platform/service/apis/getLayoutItemObjById.service.d.ts +10 -6
- package/lib/platform/service/apis/getLogLoginByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +10 -6
- package/lib/platform/service/apis/getMapGeoJsonById.service.d.ts +10 -6
- package/lib/platform/service/apis/getMapGeoJsonByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +6 -2
- package/lib/platform/service/apis/getMyEchartThemes.service.d.ts +6 -2
- package/lib/platform/service/apis/getMyPnResourceByPage.service.d.ts +6 -5
- package/lib/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +14 -7
- package/lib/platform/service/apis/getPageSnapshootById.service.d.ts +10 -6
- package/lib/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +10 -6
- package/lib/platform/service/apis/getPageTemplateById.service.d.ts +10 -6
- package/lib/platform/service/apis/getPageTemplateByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +7 -3
- package/lib/platform/service/apis/getPageTemplateLayout.service.d.ts +10 -6
- package/lib/platform/service/apis/getPageTemplateThemeJson.service.d.ts +10 -6
- package/lib/platform/service/apis/getPageTotalCount.service.d.ts +6 -2
- package/lib/platform/service/apis/getPnLogOperateByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getPnResourceGroupById.service.d.ts +10 -6
- package/lib/platform/service/apis/getProjectTotalCount.service.d.ts +6 -2
- package/lib/platform/service/apis/getShareCustomCompById.service.d.ts +10 -6
- package/lib/platform/service/apis/getShareCustomCompByPage.service.d.ts +7 -3
- package/lib/platform/service/apis/getSysEchartThemes.service.d.ts +6 -2
- package/lib/platform/service/apis/httpQuery.service.d.ts +6 -5
- package/lib/platform/service/apis/i18n-config.service.d.ts +18 -10
- package/lib/platform/service/apis/i18n-info.service.d.ts +85 -35
- package/lib/platform/service/apis/importCompInfoJson.service.d.ts +7 -3
- package/lib/platform/service/apis/importTemplate.service.d.ts +30 -14
- package/lib/platform/service/apis/internal-message.service.d.ts +75 -29
- package/lib/platform/service/apis/invoke-log.service.d.ts +57 -19
- package/lib/platform/service/apis/knowledge-base-chunk.service.d.ts +50 -25
- package/lib/platform/service/apis/knowledge-base-doc.service.d.ts +50 -25
- package/lib/platform/service/apis/knowledge-base.service.d.ts +50 -25
- package/lib/platform/service/apis/ldap.service.d.ts +5 -4
- package/lib/platform/service/apis/license-unbind-log.service.d.ts +6 -3
- package/lib/platform/service/apis/license.service.d.ts +189 -73
- package/lib/platform/service/apis/login-log.service.d.ts +30 -9
- package/lib/platform/service/apis/login.service.d.ts +50 -21
- package/lib/platform/service/apis/manager.service.d.ts +27 -10
- package/lib/platform/service/apis/message-setting.service.d.ts +110 -47
- package/lib/platform/service/apis/minio-file.service.d.ts +16 -7
- package/lib/platform/service/apis/model-provider.service.d.ts +50 -25
- package/lib/platform/service/apis/model.service.d.ts +49 -26
- package/lib/platform/service/apis/nav-menu.service.d.ts +68 -35
- package/lib/platform/service/apis/nav-page.service.d.ts +58 -29
- package/lib/platform/service/apis/openapi-group.service.d.ts +143 -55
- package/lib/platform/service/apis/openapi-key-grant.service.d.ts +67 -32
- package/lib/platform/service/apis/org-user-picker.service.d.ts +53 -20
- package/lib/platform/service/apis/org.service.d.ts +163 -75
- package/lib/platform/service/apis/parseCsvOrExcel.service.d.ts +14 -7
- package/lib/platform/service/apis/permission.service.d.ts +40 -22
- package/lib/platform/service/apis/plat.service.d.ts +131 -75
- package/lib/platform/service/apis/plugin-version.service.d.ts +50 -25
- package/lib/platform/service/apis/plugin.service.d.ts +147 -59
- package/lib/platform/service/apis/pm-process-delegate-detail.service.d.ts +50 -25
- package/lib/platform/service/apis/pm-process-delegate.service.d.ts +50 -25
- package/lib/platform/service/apis/pm-process-instance.service.d.ts +66 -32
- package/lib/platform/service/apis/pm-task-done.service.d.ts +65 -33
- package/lib/platform/service/apis/pm-task-todo.service.d.ts +61 -32
- package/lib/platform/service/apis/pn-page.service.d.ts +49 -26
- package/lib/platform/service/apis/pn-project.service.d.ts +125 -57
- package/lib/platform/service/apis/print-log.service.d.ts +89 -29
- package/lib/platform/service/apis/print-resource.service.d.ts +90 -44
- package/lib/platform/service/apis/regexp.service.d.ts +73 -32
- package/lib/platform/service/apis/released.service.d.ts +78 -26
- package/lib/platform/service/apis/resourceTransferToPage.service.d.ts +7 -3
- package/lib/platform/service/apis/role-permission.service.d.ts +39 -20
- package/lib/platform/service/apis/role.service.d.ts +113 -46
- package/lib/platform/service/apis/saveCompInfo.service.d.ts +7 -3
- package/lib/platform/service/apis/saveCompInfoType.service.d.ts +7 -3
- package/lib/platform/service/apis/saveCsvDatasource.service.d.ts +7 -3
- package/lib/platform/service/apis/saveEchartTheme.service.d.ts +7 -3
- package/lib/platform/service/apis/saveEnshrineComp.service.d.ts +7 -3
- package/lib/platform/service/apis/saveEnshrineCompGroup.service.d.ts +7 -3
- package/lib/platform/service/apis/saveFilter.service.d.ts +7 -3
- package/lib/platform/service/apis/saveMapGeoJson.service.d.ts +7 -3
- package/lib/platform/service/apis/savePageSnapshoot.service.d.ts +7 -3
- package/lib/platform/service/apis/savePageTemplate.service.d.ts +7 -3
- package/lib/platform/service/apis/savePnResourceGroup.service.d.ts +7 -3
- package/lib/platform/service/apis/saveShareCustomComp.service.d.ts +7 -3
- package/lib/platform/service/apis/seal-management.service.d.ts +56 -30
- package/lib/platform/service/apis/searchEnshrineComp.service.d.ts +7 -3
- package/lib/platform/service/apis/seat-message.service.d.ts +11 -2
- package/lib/platform/service/apis/seat.service.d.ts +75 -33
- package/lib/platform/service/apis/setPageSnapshootEnabled.service.d.ts +7 -3
- package/lib/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +7 -3
- package/lib/platform/service/apis/shortcut.service.d.ts +100 -39
- package/lib/platform/service/apis/sign-log.service.d.ts +46 -27
- package/lib/platform/service/apis/sms.service.d.ts +11 -6
- package/lib/platform/service/apis/started-process.service.d.ts +48 -20
- package/lib/platform/service/apis/task-delegate.service.d.ts +72 -33
- package/lib/platform/service/apis/task-done.service.d.ts +44 -19
- package/lib/platform/service/apis/task-todo.service.d.ts +44 -19
- package/lib/platform/service/apis/tenant-developer.service.d.ts +87 -39
- package/lib/platform/service/apis/tenant.service.d.ts +370 -150
- package/lib/platform/service/apis/toggleEnabled.service.d.ts +7 -3
- package/lib/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +7 -3
- package/lib/platform/service/apis/uploadFiles.service.d.ts +88 -45
- package/lib/platform/service/apis/user-extra.service.d.ts +49 -26
- package/lib/platform/service/apis/user-info-log.service.d.ts +53 -27
- package/lib/platform/service/apis/user-password-history.service.d.ts +50 -25
- package/lib/platform/service/apis/user.service.d.ts +207 -106
- package/lib/platform/service/apis/workbench-component-relation.service.d.ts +77 -36
- package/lib/platform/service/apis/workbench-component.service.d.ts +58 -27
- package/lib/platform/service/entities.d.ts +255 -1319
- package/lib/platform/service/index.d.ts +0 -4
- package/lib/service/api-service.cjs +71 -48
- package/lib/service/http.error.cjs +46 -0
- package/lib/service/http.util.cjs +108 -31
- package/lib/service/index.cjs +9 -2
- package/lib/types/index.d.ts +48 -0
- package/package.json +37 -17
- package/es/apaas/service/apis/V2.service.d.ts +0 -50
- package/es/apaas/service/apis/qms.service.d.ts +0 -91
- package/es/platform/service/apis/V2.service.d.ts +0 -68
- package/lib/apaas/service/apis/V2.service.d.ts +0 -50
- package/lib/apaas/service/apis/qms.service.d.ts +0 -91
- package/lib/platform/service/apis/V2.service.d.ts +0 -68
|
@@ -13,242 +13,6 @@ export interface AccountConfig {
|
|
|
13
13
|
*/
|
|
14
14
|
relationField?: string;
|
|
15
15
|
}
|
|
16
|
-
export interface AgentInfoV2Response {
|
|
17
|
-
/**
|
|
18
|
-
* 描述
|
|
19
|
-
*
|
|
20
|
-
* @type string
|
|
21
|
-
*/
|
|
22
|
-
description?: string;
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
* @type string
|
|
27
|
-
*/
|
|
28
|
-
id?: string;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* @type string
|
|
33
|
-
*/
|
|
34
|
-
kbId?: string;
|
|
35
|
-
/**
|
|
36
|
-
* 知识库
|
|
37
|
-
*
|
|
38
|
-
* @type string[]
|
|
39
|
-
*/
|
|
40
|
-
kbIds?: string[];
|
|
41
|
-
/**
|
|
42
|
-
* 智能体名称
|
|
43
|
-
*
|
|
44
|
-
* @type string
|
|
45
|
-
*/
|
|
46
|
-
name?: string;
|
|
47
|
-
/**
|
|
48
|
-
* 智能体提示词
|
|
49
|
-
*
|
|
50
|
-
* @type string
|
|
51
|
-
*/
|
|
52
|
-
prePrompt?: string;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
* @type string
|
|
57
|
-
*/
|
|
58
|
-
toolId?: string;
|
|
59
|
-
/**
|
|
60
|
-
* 工具
|
|
61
|
-
*
|
|
62
|
-
* @type string[]
|
|
63
|
-
*/
|
|
64
|
-
toolIds?: string[];
|
|
65
|
-
}
|
|
66
|
-
export interface AgentQueryV2Request {
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
* @type string
|
|
71
|
-
*/
|
|
72
|
-
appId?: string;
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
* @type string
|
|
77
|
-
*/
|
|
78
|
-
branchId?: string;
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
* @type string
|
|
83
|
-
*/
|
|
84
|
-
env?: string;
|
|
85
|
-
/**
|
|
86
|
-
* 智能体名称
|
|
87
|
-
*
|
|
88
|
-
* @type string
|
|
89
|
-
*/
|
|
90
|
-
name?: string;
|
|
91
|
-
/**
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
* @type number
|
|
95
|
-
*/
|
|
96
|
-
page?: number;
|
|
97
|
-
/**
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
* @type number
|
|
101
|
-
*/
|
|
102
|
-
pageSize?: number;
|
|
103
|
-
/**
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
* @type string
|
|
107
|
-
*/
|
|
108
|
-
tenantId?: string;
|
|
109
|
-
}
|
|
110
|
-
export interface AgentSaveV2Request {
|
|
111
|
-
/**
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
* @type string
|
|
115
|
-
*/
|
|
116
|
-
appId?: string;
|
|
117
|
-
/**
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
* @type string
|
|
121
|
-
*/
|
|
122
|
-
branchId?: string;
|
|
123
|
-
/**
|
|
124
|
-
* 描述
|
|
125
|
-
*
|
|
126
|
-
* @type string
|
|
127
|
-
*/
|
|
128
|
-
description?: string;
|
|
129
|
-
/**
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
* @type string
|
|
133
|
-
*/
|
|
134
|
-
env?: string;
|
|
135
|
-
/**
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
* @type string
|
|
139
|
-
*/
|
|
140
|
-
kbId?: string;
|
|
141
|
-
/**
|
|
142
|
-
* 知识库
|
|
143
|
-
*
|
|
144
|
-
* @type string[]
|
|
145
|
-
*/
|
|
146
|
-
kbIds?: string[];
|
|
147
|
-
/**
|
|
148
|
-
* 智能体名称
|
|
149
|
-
*
|
|
150
|
-
* @type string
|
|
151
|
-
*/
|
|
152
|
-
name?: string;
|
|
153
|
-
/**
|
|
154
|
-
* 智能体提示词
|
|
155
|
-
*
|
|
156
|
-
* @type string
|
|
157
|
-
*/
|
|
158
|
-
prePrompt?: string;
|
|
159
|
-
/**
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
* @type string
|
|
163
|
-
*/
|
|
164
|
-
tenantId?: string;
|
|
165
|
-
/**
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
* @type string
|
|
169
|
-
*/
|
|
170
|
-
toolId?: string;
|
|
171
|
-
/**
|
|
172
|
-
* 工具
|
|
173
|
-
*
|
|
174
|
-
* @type string[]
|
|
175
|
-
*/
|
|
176
|
-
toolIds?: string[];
|
|
177
|
-
}
|
|
178
|
-
export interface AgentUpdateV2Request {
|
|
179
|
-
/**
|
|
180
|
-
*
|
|
181
|
-
*
|
|
182
|
-
* @type string
|
|
183
|
-
*/
|
|
184
|
-
appId?: string;
|
|
185
|
-
/**
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
* @type string
|
|
189
|
-
*/
|
|
190
|
-
branchId?: string;
|
|
191
|
-
/**
|
|
192
|
-
* 描述
|
|
193
|
-
*
|
|
194
|
-
* @type string
|
|
195
|
-
*/
|
|
196
|
-
description?: string;
|
|
197
|
-
/**
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
* @type string
|
|
201
|
-
*/
|
|
202
|
-
env?: string;
|
|
203
|
-
/**
|
|
204
|
-
*
|
|
205
|
-
*
|
|
206
|
-
* @type string
|
|
207
|
-
*/
|
|
208
|
-
id?: string;
|
|
209
|
-
/**
|
|
210
|
-
*
|
|
211
|
-
*
|
|
212
|
-
* @type string
|
|
213
|
-
*/
|
|
214
|
-
kbId?: string;
|
|
215
|
-
/**
|
|
216
|
-
* 知识库
|
|
217
|
-
*
|
|
218
|
-
* @type string[]
|
|
219
|
-
*/
|
|
220
|
-
kbIds?: string[];
|
|
221
|
-
/**
|
|
222
|
-
* 智能体名称
|
|
223
|
-
*
|
|
224
|
-
* @type string
|
|
225
|
-
*/
|
|
226
|
-
name?: string;
|
|
227
|
-
/**
|
|
228
|
-
* 智能体提示词
|
|
229
|
-
*
|
|
230
|
-
* @type string
|
|
231
|
-
*/
|
|
232
|
-
prePrompt?: string;
|
|
233
|
-
/**
|
|
234
|
-
*
|
|
235
|
-
*
|
|
236
|
-
* @type string
|
|
237
|
-
*/
|
|
238
|
-
tenantId?: string;
|
|
239
|
-
/**
|
|
240
|
-
*
|
|
241
|
-
*
|
|
242
|
-
* @type string
|
|
243
|
-
*/
|
|
244
|
-
toolId?: string;
|
|
245
|
-
/**
|
|
246
|
-
* 工具
|
|
247
|
-
*
|
|
248
|
-
* @type string[]
|
|
249
|
-
*/
|
|
250
|
-
toolIds?: string[];
|
|
251
|
-
}
|
|
252
16
|
export interface ApiInfo {
|
|
253
17
|
/**
|
|
254
18
|
*
|
|
@@ -1019,9 +783,9 @@ export interface AssistantRequest {
|
|
|
1019
783
|
/**
|
|
1020
784
|
* 额外参数
|
|
1021
785
|
*
|
|
1022
|
-
* @type
|
|
786
|
+
* @type IObject
|
|
1023
787
|
*/
|
|
1024
|
-
tools?:
|
|
788
|
+
tools?: IObject;
|
|
1025
789
|
/**
|
|
1026
790
|
* 使用场景
|
|
1027
791
|
*
|
|
@@ -1037,51 +801,23 @@ export interface AssistantRequest {
|
|
|
1037
801
|
/**
|
|
1038
802
|
* 变量
|
|
1039
803
|
*
|
|
1040
|
-
* @type
|
|
804
|
+
* @type IObject
|
|
1041
805
|
*/
|
|
1042
|
-
vars?:
|
|
806
|
+
vars?: IObject;
|
|
1043
807
|
}
|
|
1044
|
-
export interface
|
|
1045
|
-
/**
|
|
1046
|
-
*
|
|
1047
|
-
*
|
|
1048
|
-
* @type string
|
|
1049
|
-
*/
|
|
1050
|
-
id?: string;
|
|
1051
|
-
}
|
|
1052
|
-
export interface AttachmentParsePageRequest {
|
|
1053
|
-
/**
|
|
1054
|
-
* 制程根因id
|
|
1055
|
-
*
|
|
1056
|
-
* @type string
|
|
1057
|
-
*/
|
|
1058
|
-
mainId?: string;
|
|
1059
|
-
/**
|
|
1060
|
-
*
|
|
1061
|
-
*
|
|
1062
|
-
* @type number
|
|
1063
|
-
*/
|
|
1064
|
-
pageNo?: number;
|
|
1065
|
-
/**
|
|
1066
|
-
*
|
|
1067
|
-
*
|
|
1068
|
-
* @type number
|
|
1069
|
-
*/
|
|
1070
|
-
pageSize?: number;
|
|
808
|
+
export interface AuditLogRequest {
|
|
1071
809
|
/**
|
|
1072
810
|
*
|
|
1073
811
|
*
|
|
1074
812
|
* @type string
|
|
1075
813
|
*/
|
|
1076
|
-
|
|
1077
|
-
}
|
|
1078
|
-
export interface AttachmentParsePageResponse {
|
|
814
|
+
apiName?: string;
|
|
1079
815
|
/**
|
|
1080
816
|
*
|
|
1081
817
|
*
|
|
1082
818
|
* @type string
|
|
1083
819
|
*/
|
|
1084
|
-
|
|
820
|
+
appId?: string;
|
|
1085
821
|
/**
|
|
1086
822
|
*
|
|
1087
823
|
*
|
|
@@ -1103,27 +839,21 @@ export interface AttachmentParsePageResponse {
|
|
|
1103
839
|
/**
|
|
1104
840
|
*
|
|
1105
841
|
*
|
|
1106
|
-
* @type
|
|
842
|
+
* @type string
|
|
1107
843
|
*/
|
|
1108
|
-
|
|
844
|
+
env?: string;
|
|
1109
845
|
/**
|
|
1110
846
|
*
|
|
1111
847
|
*
|
|
1112
848
|
* @type string
|
|
1113
849
|
*/
|
|
1114
850
|
id?: string;
|
|
1115
|
-
/**
|
|
1116
|
-
* 主ID
|
|
1117
|
-
*
|
|
1118
|
-
* @type string
|
|
1119
|
-
*/
|
|
1120
|
-
mainId?: string;
|
|
1121
851
|
/**
|
|
1122
852
|
*
|
|
1123
853
|
*
|
|
1124
854
|
* @type string
|
|
1125
855
|
*/
|
|
1126
|
-
|
|
856
|
+
inputContent?: string;
|
|
1127
857
|
/**
|
|
1128
858
|
*
|
|
1129
859
|
*
|
|
@@ -1143,69 +873,61 @@ export interface AttachmentParsePageResponse {
|
|
|
1143
873
|
*/
|
|
1144
874
|
modifyUserName?: string;
|
|
1145
875
|
/**
|
|
1146
|
-
* 名称
|
|
1147
876
|
*
|
|
1148
|
-
* @type string
|
|
1149
|
-
*/
|
|
1150
|
-
name?: string;
|
|
1151
|
-
/**
|
|
1152
|
-
* 解析结果
|
|
1153
877
|
*
|
|
1154
878
|
* @type string
|
|
1155
879
|
*/
|
|
1156
|
-
|
|
880
|
+
module?: string;
|
|
1157
881
|
/**
|
|
1158
|
-
* 状态
|
|
1159
882
|
*
|
|
1160
|
-
* @type string
|
|
1161
|
-
*/
|
|
1162
|
-
status?: string;
|
|
1163
|
-
/**
|
|
1164
|
-
* 任务ID
|
|
1165
883
|
*
|
|
1166
884
|
* @type string
|
|
1167
885
|
*/
|
|
1168
|
-
|
|
886
|
+
operateType?: string;
|
|
1169
887
|
/**
|
|
1170
888
|
*
|
|
1171
889
|
*
|
|
1172
890
|
* @type string
|
|
1173
891
|
*/
|
|
1174
|
-
|
|
892
|
+
outputContent?: string;
|
|
1175
893
|
/**
|
|
1176
|
-
*
|
|
894
|
+
*
|
|
1177
895
|
*
|
|
1178
896
|
* @type string
|
|
1179
897
|
*/
|
|
1180
|
-
|
|
1181
|
-
}
|
|
1182
|
-
export interface AttachmentParseUploadRequest {
|
|
898
|
+
requestPath?: string;
|
|
1183
899
|
/**
|
|
1184
|
-
*
|
|
900
|
+
*
|
|
1185
901
|
*
|
|
1186
902
|
* @type string
|
|
1187
903
|
*/
|
|
1188
|
-
|
|
904
|
+
requestType?: string;
|
|
1189
905
|
/**
|
|
1190
906
|
*
|
|
1191
907
|
*
|
|
1192
|
-
* @type string
|
|
908
|
+
* @type string
|
|
1193
909
|
*/
|
|
1194
|
-
|
|
910
|
+
tenantId?: string;
|
|
1195
911
|
}
|
|
1196
|
-
export interface
|
|
912
|
+
export interface AuditLogResponse {
|
|
1197
913
|
/**
|
|
1198
|
-
*
|
|
914
|
+
* 接口名称
|
|
1199
915
|
*
|
|
1200
916
|
* @type string
|
|
1201
917
|
*/
|
|
1202
918
|
apiName?: string;
|
|
1203
919
|
/**
|
|
1204
|
-
*
|
|
920
|
+
* 应用Id
|
|
1205
921
|
*
|
|
1206
922
|
* @type string
|
|
1207
923
|
*/
|
|
1208
924
|
appId?: string;
|
|
925
|
+
/**
|
|
926
|
+
* 分支Id
|
|
927
|
+
*
|
|
928
|
+
* @type string
|
|
929
|
+
*/
|
|
930
|
+
branchId?: string;
|
|
1209
931
|
/**
|
|
1210
932
|
*
|
|
1211
933
|
*
|
|
@@ -1225,129 +947,19 @@ export interface AuditLogRequest {
|
|
|
1225
947
|
*/
|
|
1226
948
|
createUserName?: string;
|
|
1227
949
|
/**
|
|
1228
|
-
*
|
|
950
|
+
* 应用环境
|
|
1229
951
|
*
|
|
1230
952
|
* @type string
|
|
1231
953
|
*/
|
|
1232
954
|
env?: string;
|
|
1233
955
|
/**
|
|
1234
|
-
*
|
|
956
|
+
* 主键
|
|
1235
957
|
*
|
|
1236
958
|
* @type string
|
|
1237
959
|
*/
|
|
1238
960
|
id?: string;
|
|
1239
961
|
/**
|
|
1240
|
-
*
|
|
1241
|
-
*
|
|
1242
|
-
* @type string
|
|
1243
|
-
*/
|
|
1244
|
-
inputContent?: string;
|
|
1245
|
-
/**
|
|
1246
|
-
*
|
|
1247
|
-
*
|
|
1248
|
-
* @type string
|
|
1249
|
-
*/
|
|
1250
|
-
modifyTime?: string;
|
|
1251
|
-
/**
|
|
1252
|
-
*
|
|
1253
|
-
*
|
|
1254
|
-
* @type string
|
|
1255
|
-
*/
|
|
1256
|
-
modifyUserId?: string;
|
|
1257
|
-
/**
|
|
1258
|
-
*
|
|
1259
|
-
*
|
|
1260
|
-
* @type string
|
|
1261
|
-
*/
|
|
1262
|
-
modifyUserName?: string;
|
|
1263
|
-
/**
|
|
1264
|
-
*
|
|
1265
|
-
*
|
|
1266
|
-
* @type string
|
|
1267
|
-
*/
|
|
1268
|
-
module?: string;
|
|
1269
|
-
/**
|
|
1270
|
-
*
|
|
1271
|
-
*
|
|
1272
|
-
* @type string
|
|
1273
|
-
*/
|
|
1274
|
-
operateType?: string;
|
|
1275
|
-
/**
|
|
1276
|
-
*
|
|
1277
|
-
*
|
|
1278
|
-
* @type string
|
|
1279
|
-
*/
|
|
1280
|
-
outputContent?: string;
|
|
1281
|
-
/**
|
|
1282
|
-
*
|
|
1283
|
-
*
|
|
1284
|
-
* @type string
|
|
1285
|
-
*/
|
|
1286
|
-
requestPath?: string;
|
|
1287
|
-
/**
|
|
1288
|
-
*
|
|
1289
|
-
*
|
|
1290
|
-
* @type string
|
|
1291
|
-
*/
|
|
1292
|
-
requestType?: string;
|
|
1293
|
-
/**
|
|
1294
|
-
*
|
|
1295
|
-
*
|
|
1296
|
-
* @type string
|
|
1297
|
-
*/
|
|
1298
|
-
tenantId?: string;
|
|
1299
|
-
}
|
|
1300
|
-
export interface AuditLogResponse {
|
|
1301
|
-
/**
|
|
1302
|
-
* 接口名称
|
|
1303
|
-
*
|
|
1304
|
-
* @type string
|
|
1305
|
-
*/
|
|
1306
|
-
apiName?: string;
|
|
1307
|
-
/**
|
|
1308
|
-
* 应用Id
|
|
1309
|
-
*
|
|
1310
|
-
* @type string
|
|
1311
|
-
*/
|
|
1312
|
-
appId?: string;
|
|
1313
|
-
/**
|
|
1314
|
-
* 分支Id
|
|
1315
|
-
*
|
|
1316
|
-
* @type string
|
|
1317
|
-
*/
|
|
1318
|
-
branchId?: string;
|
|
1319
|
-
/**
|
|
1320
|
-
*
|
|
1321
|
-
*
|
|
1322
|
-
* @type string
|
|
1323
|
-
*/
|
|
1324
|
-
createTime?: string;
|
|
1325
|
-
/**
|
|
1326
|
-
*
|
|
1327
|
-
*
|
|
1328
|
-
* @type string
|
|
1329
|
-
*/
|
|
1330
|
-
createUserId?: string;
|
|
1331
|
-
/**
|
|
1332
|
-
*
|
|
1333
|
-
*
|
|
1334
|
-
* @type string
|
|
1335
|
-
*/
|
|
1336
|
-
createUserName?: string;
|
|
1337
|
-
/**
|
|
1338
|
-
* 应用环境
|
|
1339
|
-
*
|
|
1340
|
-
* @type string
|
|
1341
|
-
*/
|
|
1342
|
-
env?: string;
|
|
1343
|
-
/**
|
|
1344
|
-
* 主键
|
|
1345
|
-
*
|
|
1346
|
-
* @type string
|
|
1347
|
-
*/
|
|
1348
|
-
id?: string;
|
|
1349
|
-
/**
|
|
1350
|
-
* 入参
|
|
962
|
+
* 入参
|
|
1351
963
|
*
|
|
1352
964
|
* @type string
|
|
1353
965
|
*/
|
|
@@ -1491,9 +1103,9 @@ export interface BackEndPrintRequest {
|
|
|
1491
1103
|
/**
|
|
1492
1104
|
* 当业务服务为非 getById 时需要传的参数
|
|
1493
1105
|
*
|
|
1494
|
-
* @type
|
|
1106
|
+
* @type IObject
|
|
1495
1107
|
*/
|
|
1496
|
-
data?:
|
|
1108
|
+
data?: IObject;
|
|
1497
1109
|
/**
|
|
1498
1110
|
* 当业务服务为 getById 时需要传 dataId 让后端获取当前表单所属模型数据
|
|
1499
1111
|
*
|
|
@@ -1527,9 +1139,9 @@ export interface BackEndPrintRequest {
|
|
|
1527
1139
|
/**
|
|
1528
1140
|
* 测试场景下使用的变量数据
|
|
1529
1141
|
*
|
|
1530
|
-
* @type
|
|
1142
|
+
* @type IObject
|
|
1531
1143
|
*/
|
|
1532
|
-
testVar?:
|
|
1144
|
+
testVar?: IObject;
|
|
1533
1145
|
}
|
|
1534
1146
|
export interface Base64UploadRequest {
|
|
1535
1147
|
/**
|
|
@@ -1567,9 +1179,9 @@ export interface BasicConfigRequest {
|
|
|
1567
1179
|
/**
|
|
1568
1180
|
* 应用logo缩略图
|
|
1569
1181
|
*
|
|
1570
|
-
* @type
|
|
1182
|
+
* @type LogoConfigDTO
|
|
1571
1183
|
*/
|
|
1572
|
-
logoConfig?:
|
|
1184
|
+
logoConfig?: LogoConfigDTO;
|
|
1573
1185
|
/**
|
|
1574
1186
|
* 应用名称
|
|
1575
1187
|
*
|
|
@@ -1605,9 +1217,9 @@ export interface BasicConfigResponse {
|
|
|
1605
1217
|
/**
|
|
1606
1218
|
* 应用logo缩略图
|
|
1607
1219
|
*
|
|
1608
|
-
* @type
|
|
1220
|
+
* @type LogoConfigDTO
|
|
1609
1221
|
*/
|
|
1610
|
-
logoConfig?:
|
|
1222
|
+
logoConfig?: LogoConfigDTO;
|
|
1611
1223
|
/**
|
|
1612
1224
|
* 应用名称
|
|
1613
1225
|
*
|
|
@@ -2118,6 +1730,12 @@ export interface BtwNodeVO {
|
|
|
2118
1730
|
* @type BtwNodeVO[]
|
|
2119
1731
|
*/
|
|
2120
1732
|
children?: BtwNodeVO[];
|
|
1733
|
+
/**
|
|
1734
|
+
* 节点路径
|
|
1735
|
+
*
|
|
1736
|
+
* @type string
|
|
1737
|
+
*/
|
|
1738
|
+
fullPath?: string;
|
|
2121
1739
|
/**
|
|
2122
1740
|
* 节点名称(目录名称、btw文件名称)
|
|
2123
1741
|
*
|
|
@@ -2833,34 +2451,6 @@ export interface ChildEdhrInstanceRelationDTO {
|
|
|
2833
2451
|
*/
|
|
2834
2452
|
tmplVersion?: string;
|
|
2835
2453
|
}
|
|
2836
|
-
export interface ChunkPageQueryRequest {
|
|
2837
|
-
/**
|
|
2838
|
-
*
|
|
2839
|
-
*
|
|
2840
|
-
* @type string
|
|
2841
|
-
*/
|
|
2842
|
-
docId?: string;
|
|
2843
|
-
}
|
|
2844
|
-
export interface ChunkResponse {
|
|
2845
|
-
/**
|
|
2846
|
-
*
|
|
2847
|
-
*
|
|
2848
|
-
* @type string
|
|
2849
|
-
*/
|
|
2850
|
-
content?: string;
|
|
2851
|
-
/**
|
|
2852
|
-
*
|
|
2853
|
-
*
|
|
2854
|
-
* @type string
|
|
2855
|
-
*/
|
|
2856
|
-
docId?: string;
|
|
2857
|
-
/**
|
|
2858
|
-
*
|
|
2859
|
-
*
|
|
2860
|
-
* @type string
|
|
2861
|
-
*/
|
|
2862
|
-
id?: string;
|
|
2863
|
-
}
|
|
2864
2454
|
export interface ClientsDto {
|
|
2865
2455
|
/**
|
|
2866
2456
|
*
|
|
@@ -3727,9 +3317,9 @@ export interface CrossReportConditionDTO {
|
|
|
3727
3317
|
/**
|
|
3728
3318
|
*
|
|
3729
3319
|
*
|
|
3730
|
-
* @type
|
|
3320
|
+
* @type IObject
|
|
3731
3321
|
*/
|
|
3732
|
-
query?:
|
|
3322
|
+
query?: IObject;
|
|
3733
3323
|
/**
|
|
3734
3324
|
*
|
|
3735
3325
|
*
|
|
@@ -3749,91 +3339,91 @@ export interface CrossReportConditionDTO {
|
|
|
3749
3339
|
*/
|
|
3750
3340
|
sorts?: Sort[];
|
|
3751
3341
|
}
|
|
3752
|
-
export interface
|
|
3342
|
+
export interface CustomerComplaintRequest {
|
|
3753
3343
|
/**
|
|
3754
|
-
*
|
|
3344
|
+
* 抱怨地址
|
|
3755
3345
|
*
|
|
3756
3346
|
* @type string
|
|
3757
3347
|
*/
|
|
3758
|
-
|
|
3348
|
+
address?: string;
|
|
3759
3349
|
/**
|
|
3760
|
-
*
|
|
3350
|
+
* 是否启动不良事件程序
|
|
3761
3351
|
*
|
|
3762
3352
|
* @type string
|
|
3763
3353
|
*/
|
|
3764
|
-
|
|
3354
|
+
adverseProcedure?: string;
|
|
3765
3355
|
/**
|
|
3766
|
-
*
|
|
3356
|
+
* 抱怨附件信息
|
|
3767
3357
|
*
|
|
3768
3358
|
* @type string
|
|
3769
3359
|
*/
|
|
3770
|
-
|
|
3360
|
+
attachment?: string;
|
|
3771
3361
|
/**
|
|
3772
|
-
*
|
|
3362
|
+
* 批号
|
|
3773
3363
|
*
|
|
3774
3364
|
* @type string
|
|
3775
3365
|
*/
|
|
3776
|
-
|
|
3366
|
+
batchNumber?: string;
|
|
3777
3367
|
/**
|
|
3778
|
-
*
|
|
3368
|
+
* 抱怨数量
|
|
3779
3369
|
*
|
|
3780
3370
|
* @type string
|
|
3781
3371
|
*/
|
|
3782
|
-
|
|
3372
|
+
complaintCount?: string;
|
|
3783
3373
|
/**
|
|
3374
|
+
* 联系方式
|
|
3784
3375
|
*
|
|
3785
|
-
*
|
|
3786
|
-
* @type number
|
|
3376
|
+
* @type string
|
|
3787
3377
|
*/
|
|
3788
|
-
|
|
3378
|
+
contact?: string;
|
|
3789
3379
|
/**
|
|
3790
|
-
*
|
|
3380
|
+
* 抱怨描述
|
|
3791
3381
|
*
|
|
3792
3382
|
* @type string
|
|
3793
3383
|
*/
|
|
3794
|
-
|
|
3384
|
+
description?: string;
|
|
3795
3385
|
/**
|
|
3796
|
-
*
|
|
3386
|
+
* 致死
|
|
3797
3387
|
*
|
|
3798
3388
|
* @type string
|
|
3799
3389
|
*/
|
|
3800
|
-
|
|
3390
|
+
fatal?: string;
|
|
3801
3391
|
/**
|
|
3802
|
-
*
|
|
3392
|
+
* 第一次使用
|
|
3803
3393
|
*
|
|
3804
3394
|
* @type string
|
|
3805
3395
|
*/
|
|
3806
|
-
|
|
3396
|
+
firsttimeUse?: string;
|
|
3807
3397
|
/**
|
|
3808
|
-
*
|
|
3398
|
+
* 实例Id
|
|
3809
3399
|
*
|
|
3810
3400
|
* @type string
|
|
3811
3401
|
*/
|
|
3812
|
-
|
|
3402
|
+
instanceId?: string;
|
|
3813
3403
|
/**
|
|
3814
|
-
*
|
|
3404
|
+
* 采取措施避免损伤
|
|
3815
3405
|
*
|
|
3816
3406
|
* @type string
|
|
3817
3407
|
*/
|
|
3818
|
-
|
|
3408
|
+
measuresAvoidDamage?: string;
|
|
3819
3409
|
/**
|
|
3820
|
-
*
|
|
3410
|
+
* 抱怨发生时刻
|
|
3821
3411
|
*
|
|
3822
3412
|
* @type string
|
|
3823
3413
|
*/
|
|
3824
|
-
|
|
3414
|
+
occurrenceTime?: string;
|
|
3825
3415
|
/**
|
|
3416
|
+
* 其他信息
|
|
3826
3417
|
*
|
|
3827
|
-
*
|
|
3828
|
-
* @type number
|
|
3418
|
+
* @type string
|
|
3829
3419
|
*/
|
|
3830
|
-
|
|
3420
|
+
otherInfo?: string;
|
|
3831
3421
|
/**
|
|
3422
|
+
* 病人情况
|
|
3832
3423
|
*
|
|
3833
|
-
*
|
|
3834
|
-
* @type number
|
|
3424
|
+
* @type string
|
|
3835
3425
|
*/
|
|
3836
|
-
|
|
3426
|
+
patientCondition?: string;
|
|
3837
3427
|
/**
|
|
3838
3428
|
* 抱怨人
|
|
3839
3429
|
*
|
|
@@ -3847,49 +3437,85 @@ export interface CustomerComplaintReportRequest {
|
|
|
3847
3437
|
*/
|
|
3848
3438
|
productName?: string;
|
|
3849
3439
|
/**
|
|
3850
|
-
*
|
|
3440
|
+
* 抱怨接收日期
|
|
3851
3441
|
*
|
|
3852
3442
|
* @type string
|
|
3853
3443
|
*/
|
|
3854
|
-
|
|
3444
|
+
receiveDate?: string;
|
|
3855
3445
|
/**
|
|
3856
|
-
*
|
|
3446
|
+
* 记录Id
|
|
3857
3447
|
*
|
|
3858
3448
|
* @type string
|
|
3859
3449
|
*/
|
|
3860
3450
|
recordId?: string;
|
|
3861
3451
|
/**
|
|
3862
|
-
*
|
|
3452
|
+
* 抱怨地区
|
|
3863
3453
|
*
|
|
3864
3454
|
* @type string
|
|
3865
3455
|
*/
|
|
3866
|
-
|
|
3456
|
+
region?: string;
|
|
3867
3457
|
/**
|
|
3868
|
-
*
|
|
3458
|
+
* 重复使用
|
|
3869
3459
|
*
|
|
3870
3460
|
* @type string
|
|
3871
3461
|
*/
|
|
3872
|
-
|
|
3462
|
+
repeatUse?: string;
|
|
3873
3463
|
/**
|
|
3874
|
-
*
|
|
3464
|
+
* 报告地址
|
|
3875
3465
|
*
|
|
3876
3466
|
* @type string
|
|
3877
3467
|
*/
|
|
3878
|
-
|
|
3468
|
+
reportUrl?: string;
|
|
3879
3469
|
/**
|
|
3470
|
+
* 严重损伤
|
|
3880
3471
|
*
|
|
3472
|
+
* @type string
|
|
3473
|
+
*/
|
|
3474
|
+
severeLoss?: string;
|
|
3475
|
+
/**
|
|
3476
|
+
* 来源
|
|
3881
3477
|
*
|
|
3882
3478
|
* @type string
|
|
3883
3479
|
*/
|
|
3884
|
-
|
|
3480
|
+
source?: string;
|
|
3885
3481
|
/**
|
|
3886
|
-
*
|
|
3482
|
+
* 规格型号
|
|
3887
3483
|
*
|
|
3888
3484
|
* @type string
|
|
3889
3485
|
*/
|
|
3890
|
-
|
|
3486
|
+
specificationModel?: string;
|
|
3487
|
+
/**
|
|
3488
|
+
* 状态
|
|
3489
|
+
*
|
|
3490
|
+
* @type number
|
|
3491
|
+
*/
|
|
3492
|
+
status?: number;
|
|
3493
|
+
/**
|
|
3494
|
+
* 是否同步
|
|
3495
|
+
*
|
|
3496
|
+
* @type number
|
|
3497
|
+
*/
|
|
3498
|
+
synced?: number;
|
|
3499
|
+
/**
|
|
3500
|
+
* UDI
|
|
3501
|
+
*
|
|
3502
|
+
* @type string
|
|
3503
|
+
*/
|
|
3504
|
+
udi?: string;
|
|
3891
3505
|
}
|
|
3892
|
-
export interface
|
|
3506
|
+
export interface CustomerComplaintResponse {
|
|
3507
|
+
/**
|
|
3508
|
+
* 抱怨地址
|
|
3509
|
+
*
|
|
3510
|
+
* @type string
|
|
3511
|
+
*/
|
|
3512
|
+
address?: string;
|
|
3513
|
+
/**
|
|
3514
|
+
* 是否启动不良事件程序
|
|
3515
|
+
*
|
|
3516
|
+
* @type string
|
|
3517
|
+
*/
|
|
3518
|
+
adverseProcedure?: string;
|
|
3893
3519
|
/**
|
|
3894
3520
|
* 抱怨附件信息
|
|
3895
3521
|
*
|
|
@@ -3897,23 +3523,23 @@ export interface CustomerComplaintReportResponse {
|
|
|
3897
3523
|
*/
|
|
3898
3524
|
attachment?: string;
|
|
3899
3525
|
/**
|
|
3900
|
-
*
|
|
3526
|
+
* 批号
|
|
3901
3527
|
*
|
|
3902
3528
|
* @type string
|
|
3903
3529
|
*/
|
|
3904
|
-
|
|
3530
|
+
batchNumber?: string;
|
|
3905
3531
|
/**
|
|
3906
|
-
*
|
|
3532
|
+
* 抱怨数量
|
|
3907
3533
|
*
|
|
3908
3534
|
* @type string
|
|
3909
3535
|
*/
|
|
3910
|
-
|
|
3536
|
+
complaintCount?: string;
|
|
3911
3537
|
/**
|
|
3912
|
-
*
|
|
3538
|
+
* 联系方式
|
|
3913
3539
|
*
|
|
3914
3540
|
* @type string
|
|
3915
3541
|
*/
|
|
3916
|
-
|
|
3542
|
+
contact?: string;
|
|
3917
3543
|
/**
|
|
3918
3544
|
*
|
|
3919
3545
|
*
|
|
@@ -3933,19 +3559,25 @@ export interface CustomerComplaintReportResponse {
|
|
|
3933
3559
|
*/
|
|
3934
3560
|
createUserName?: string;
|
|
3935
3561
|
/**
|
|
3562
|
+
* 抱怨描述
|
|
3936
3563
|
*
|
|
3937
|
-
*
|
|
3938
|
-
* @type number
|
|
3564
|
+
* @type string
|
|
3939
3565
|
*/
|
|
3940
|
-
|
|
3566
|
+
description?: string;
|
|
3941
3567
|
/**
|
|
3942
|
-
*
|
|
3568
|
+
* 致死
|
|
3943
3569
|
*
|
|
3944
3570
|
* @type string
|
|
3945
3571
|
*/
|
|
3946
|
-
|
|
3572
|
+
fatal?: string;
|
|
3947
3573
|
/**
|
|
3574
|
+
* 第一次使用
|
|
3948
3575
|
*
|
|
3576
|
+
* @type string
|
|
3577
|
+
*/
|
|
3578
|
+
firsttimeUse?: string;
|
|
3579
|
+
/**
|
|
3580
|
+
* 主键
|
|
3949
3581
|
*
|
|
3950
3582
|
* @type string
|
|
3951
3583
|
*/
|
|
@@ -3957,217 +3589,47 @@ export interface CustomerComplaintReportResponse {
|
|
|
3957
3589
|
*/
|
|
3958
3590
|
instanceId?: string;
|
|
3959
3591
|
/**
|
|
3960
|
-
*
|
|
3592
|
+
* 采取措施避免损伤
|
|
3961
3593
|
*
|
|
3962
3594
|
* @type string
|
|
3963
3595
|
*/
|
|
3964
|
-
|
|
3596
|
+
measuresAvoidDamage?: string;
|
|
3965
3597
|
/**
|
|
3966
3598
|
*
|
|
3967
3599
|
*
|
|
3968
3600
|
* @type string
|
|
3969
3601
|
*/
|
|
3970
|
-
|
|
3602
|
+
modifyTime?: string;
|
|
3971
3603
|
/**
|
|
3972
3604
|
*
|
|
3973
3605
|
*
|
|
3974
3606
|
* @type string
|
|
3975
3607
|
*/
|
|
3976
|
-
|
|
3608
|
+
modifyUserId?: string;
|
|
3977
3609
|
/**
|
|
3978
3610
|
*
|
|
3979
3611
|
*
|
|
3980
3612
|
* @type string
|
|
3981
3613
|
*/
|
|
3982
|
-
|
|
3614
|
+
modifyUserName?: string;
|
|
3615
|
+
/**
|
|
3616
|
+
* 抱怨发生时刻
|
|
3617
|
+
*
|
|
3618
|
+
* @type string
|
|
3619
|
+
*/
|
|
3620
|
+
occurrenceTime?: string;
|
|
3983
3621
|
/**
|
|
3622
|
+
* 其他信息
|
|
3984
3623
|
*
|
|
3624
|
+
* @type string
|
|
3625
|
+
*/
|
|
3626
|
+
otherInfo?: string;
|
|
3627
|
+
/**
|
|
3628
|
+
* 病人情况
|
|
3985
3629
|
*
|
|
3986
3630
|
* @type string
|
|
3987
3631
|
*/
|
|
3988
|
-
|
|
3989
|
-
/**
|
|
3990
|
-
* 抱怨人
|
|
3991
|
-
*
|
|
3992
|
-
* @type string
|
|
3993
|
-
*/
|
|
3994
|
-
person?: string;
|
|
3995
|
-
/**
|
|
3996
|
-
* 产品名称
|
|
3997
|
-
*
|
|
3998
|
-
* @type string
|
|
3999
|
-
*/
|
|
4000
|
-
productName?: string;
|
|
4001
|
-
/**
|
|
4002
|
-
* 抱怨接收日期
|
|
4003
|
-
*
|
|
4004
|
-
* @type string
|
|
4005
|
-
*/
|
|
4006
|
-
receiveDate?: string;
|
|
4007
|
-
/**
|
|
4008
|
-
* 记录Id
|
|
4009
|
-
*
|
|
4010
|
-
* @type string
|
|
4011
|
-
*/
|
|
4012
|
-
recordId?: string;
|
|
4013
|
-
/**
|
|
4014
|
-
* 记录类型
|
|
4015
|
-
*
|
|
4016
|
-
* @type string
|
|
4017
|
-
*/
|
|
4018
|
-
recordType?: string;
|
|
4019
|
-
/**
|
|
4020
|
-
* 抱怨地区
|
|
4021
|
-
*
|
|
4022
|
-
* @type string
|
|
4023
|
-
*/
|
|
4024
|
-
region?: string;
|
|
4025
|
-
/**
|
|
4026
|
-
* 报告名称
|
|
4027
|
-
*
|
|
4028
|
-
* @type string
|
|
4029
|
-
*/
|
|
4030
|
-
reportName?: string;
|
|
4031
|
-
/**
|
|
4032
|
-
* 报告编号
|
|
4033
|
-
*
|
|
4034
|
-
* @type string
|
|
4035
|
-
*/
|
|
4036
|
-
reportNo?: string;
|
|
4037
|
-
/**
|
|
4038
|
-
* 报告地址
|
|
4039
|
-
*
|
|
4040
|
-
* @type string
|
|
4041
|
-
*/
|
|
4042
|
-
reportUrl?: string;
|
|
4043
|
-
/**
|
|
4044
|
-
* 脚本
|
|
4045
|
-
*
|
|
4046
|
-
* @type string
|
|
4047
|
-
*/
|
|
4048
|
-
script?: string;
|
|
4049
|
-
/**
|
|
4050
|
-
* 来源
|
|
4051
|
-
*
|
|
4052
|
-
* @type string
|
|
4053
|
-
*/
|
|
4054
|
-
source?: string;
|
|
4055
|
-
/**
|
|
4056
|
-
* 产品型号
|
|
4057
|
-
*
|
|
4058
|
-
* @type string
|
|
4059
|
-
*/
|
|
4060
|
-
specificationModel?: string;
|
|
4061
|
-
/**
|
|
4062
|
-
* 模板
|
|
4063
|
-
*
|
|
4064
|
-
* @type string
|
|
4065
|
-
*/
|
|
4066
|
-
template?: string;
|
|
4067
|
-
/**
|
|
4068
|
-
* 模板名称
|
|
4069
|
-
*
|
|
4070
|
-
* @type string
|
|
4071
|
-
*/
|
|
4072
|
-
templateName?: string;
|
|
4073
|
-
/**
|
|
4074
|
-
*
|
|
4075
|
-
*
|
|
4076
|
-
* @type string
|
|
4077
|
-
*/
|
|
4078
|
-
tenantId?: string;
|
|
4079
|
-
/**
|
|
4080
|
-
* 更新数据
|
|
4081
|
-
*
|
|
4082
|
-
* @type string
|
|
4083
|
-
*/
|
|
4084
|
-
updateData?: string;
|
|
4085
|
-
}
|
|
4086
|
-
export interface CustomerComplaintRequest {
|
|
4087
|
-
/**
|
|
4088
|
-
* 抱怨地址
|
|
4089
|
-
*
|
|
4090
|
-
* @type string
|
|
4091
|
-
*/
|
|
4092
|
-
address?: string;
|
|
4093
|
-
/**
|
|
4094
|
-
* 是否启动不良事件程序
|
|
4095
|
-
*
|
|
4096
|
-
* @type string
|
|
4097
|
-
*/
|
|
4098
|
-
adverseProcedure?: string;
|
|
4099
|
-
/**
|
|
4100
|
-
* 抱怨附件信息
|
|
4101
|
-
*
|
|
4102
|
-
* @type string
|
|
4103
|
-
*/
|
|
4104
|
-
attachment?: string;
|
|
4105
|
-
/**
|
|
4106
|
-
* 批号
|
|
4107
|
-
*
|
|
4108
|
-
* @type string
|
|
4109
|
-
*/
|
|
4110
|
-
batchNumber?: string;
|
|
4111
|
-
/**
|
|
4112
|
-
* 抱怨数量
|
|
4113
|
-
*
|
|
4114
|
-
* @type string
|
|
4115
|
-
*/
|
|
4116
|
-
complaintCount?: string;
|
|
4117
|
-
/**
|
|
4118
|
-
* 联系方式
|
|
4119
|
-
*
|
|
4120
|
-
* @type string
|
|
4121
|
-
*/
|
|
4122
|
-
contact?: string;
|
|
4123
|
-
/**
|
|
4124
|
-
* 抱怨描述
|
|
4125
|
-
*
|
|
4126
|
-
* @type string
|
|
4127
|
-
*/
|
|
4128
|
-
description?: string;
|
|
4129
|
-
/**
|
|
4130
|
-
* 致死
|
|
4131
|
-
*
|
|
4132
|
-
* @type string
|
|
4133
|
-
*/
|
|
4134
|
-
fatal?: string;
|
|
4135
|
-
/**
|
|
4136
|
-
* 第一次使用
|
|
4137
|
-
*
|
|
4138
|
-
* @type string
|
|
4139
|
-
*/
|
|
4140
|
-
firsttimeUse?: string;
|
|
4141
|
-
/**
|
|
4142
|
-
* 实例Id
|
|
4143
|
-
*
|
|
4144
|
-
* @type string
|
|
4145
|
-
*/
|
|
4146
|
-
instanceId?: string;
|
|
4147
|
-
/**
|
|
4148
|
-
* 采取措施避免损伤
|
|
4149
|
-
*
|
|
4150
|
-
* @type string
|
|
4151
|
-
*/
|
|
4152
|
-
measuresAvoidDamage?: string;
|
|
4153
|
-
/**
|
|
4154
|
-
* 抱怨发生时刻
|
|
4155
|
-
*
|
|
4156
|
-
* @type string
|
|
4157
|
-
*/
|
|
4158
|
-
occurrenceTime?: string;
|
|
4159
|
-
/**
|
|
4160
|
-
* 其他信息
|
|
4161
|
-
*
|
|
4162
|
-
* @type string
|
|
4163
|
-
*/
|
|
4164
|
-
otherInfo?: string;
|
|
4165
|
-
/**
|
|
4166
|
-
* 病人情况
|
|
4167
|
-
*
|
|
4168
|
-
* @type string
|
|
4169
|
-
*/
|
|
4170
|
-
patientCondition?: string;
|
|
3632
|
+
patientCondition?: string;
|
|
4171
3633
|
/**
|
|
4172
3634
|
* 抱怨人
|
|
4173
3635
|
*
|
|
@@ -4247,43 +3709,45 @@ export interface CustomerComplaintRequest {
|
|
|
4247
3709
|
*/
|
|
4248
3710
|
udi?: string;
|
|
4249
3711
|
}
|
|
4250
|
-
export interface
|
|
3712
|
+
export interface DashboardRequest {
|
|
4251
3713
|
/**
|
|
4252
|
-
*
|
|
3714
|
+
* 仪表盘配置详情
|
|
4253
3715
|
*
|
|
4254
3716
|
* @type string
|
|
4255
3717
|
*/
|
|
4256
|
-
|
|
3718
|
+
config?: string;
|
|
4257
3719
|
/**
|
|
4258
|
-
*
|
|
3720
|
+
* 名称
|
|
4259
3721
|
*
|
|
4260
3722
|
* @type string
|
|
4261
3723
|
*/
|
|
4262
|
-
|
|
3724
|
+
name?: string;
|
|
4263
3725
|
/**
|
|
4264
|
-
*
|
|
3726
|
+
* 排序号
|
|
4265
3727
|
*
|
|
4266
|
-
* @type
|
|
3728
|
+
* @type number
|
|
4267
3729
|
*/
|
|
4268
|
-
|
|
3730
|
+
sortNum?: number;
|
|
4269
3731
|
/**
|
|
4270
|
-
*
|
|
3732
|
+
* 仪表盘来源
|
|
4271
3733
|
*
|
|
4272
|
-
* @type
|
|
3734
|
+
* @type number
|
|
4273
3735
|
*/
|
|
4274
|
-
|
|
3736
|
+
source?: number;
|
|
4275
3737
|
/**
|
|
4276
|
-
*
|
|
3738
|
+
* 状态
|
|
4277
3739
|
*
|
|
4278
|
-
* @type
|
|
3740
|
+
* @type number
|
|
4279
3741
|
*/
|
|
4280
|
-
|
|
3742
|
+
status?: number;
|
|
3743
|
+
}
|
|
3744
|
+
export interface DashboardResponse {
|
|
4281
3745
|
/**
|
|
4282
|
-
*
|
|
3746
|
+
* 仪表盘配置详情
|
|
4283
3747
|
*
|
|
4284
3748
|
* @type string
|
|
4285
3749
|
*/
|
|
4286
|
-
|
|
3750
|
+
config?: string;
|
|
4287
3751
|
/**
|
|
4288
3752
|
*
|
|
4289
3753
|
*
|
|
@@ -4303,41 +3767,11 @@ export interface CustomerComplaintResponse {
|
|
|
4303
3767
|
*/
|
|
4304
3768
|
createUserName?: string;
|
|
4305
3769
|
/**
|
|
4306
|
-
*
|
|
4307
|
-
*
|
|
4308
|
-
* @type string
|
|
4309
|
-
*/
|
|
4310
|
-
description?: string;
|
|
4311
|
-
/**
|
|
4312
|
-
* 致死
|
|
4313
|
-
*
|
|
4314
|
-
* @type string
|
|
4315
|
-
*/
|
|
4316
|
-
fatal?: string;
|
|
4317
|
-
/**
|
|
4318
|
-
* 第一次使用
|
|
4319
|
-
*
|
|
4320
|
-
* @type string
|
|
4321
|
-
*/
|
|
4322
|
-
firsttimeUse?: string;
|
|
4323
|
-
/**
|
|
4324
|
-
* 主键
|
|
3770
|
+
* id
|
|
4325
3771
|
*
|
|
4326
3772
|
* @type string
|
|
4327
3773
|
*/
|
|
4328
3774
|
id?: string;
|
|
4329
|
-
/**
|
|
4330
|
-
* 实例Id
|
|
4331
|
-
*
|
|
4332
|
-
* @type string
|
|
4333
|
-
*/
|
|
4334
|
-
instanceId?: string;
|
|
4335
|
-
/**
|
|
4336
|
-
* 采取措施避免损伤
|
|
4337
|
-
*
|
|
4338
|
-
* @type string
|
|
4339
|
-
*/
|
|
4340
|
-
measuresAvoidDamage?: string;
|
|
4341
3775
|
/**
|
|
4342
3776
|
*
|
|
4343
3777
|
*
|
|
@@ -4356,110 +3790,6 @@ export interface CustomerComplaintResponse {
|
|
|
4356
3790
|
* @type string
|
|
4357
3791
|
*/
|
|
4358
3792
|
modifyUserName?: string;
|
|
4359
|
-
/**
|
|
4360
|
-
* 抱怨发生时刻
|
|
4361
|
-
*
|
|
4362
|
-
* @type string
|
|
4363
|
-
*/
|
|
4364
|
-
occurrenceTime?: string;
|
|
4365
|
-
/**
|
|
4366
|
-
* 其他信息
|
|
4367
|
-
*
|
|
4368
|
-
* @type string
|
|
4369
|
-
*/
|
|
4370
|
-
otherInfo?: string;
|
|
4371
|
-
/**
|
|
4372
|
-
* 病人情况
|
|
4373
|
-
*
|
|
4374
|
-
* @type string
|
|
4375
|
-
*/
|
|
4376
|
-
patientCondition?: string;
|
|
4377
|
-
/**
|
|
4378
|
-
* 抱怨人
|
|
4379
|
-
*
|
|
4380
|
-
* @type string
|
|
4381
|
-
*/
|
|
4382
|
-
person?: string;
|
|
4383
|
-
/**
|
|
4384
|
-
* 产品名称
|
|
4385
|
-
*
|
|
4386
|
-
* @type string
|
|
4387
|
-
*/
|
|
4388
|
-
productName?: string;
|
|
4389
|
-
/**
|
|
4390
|
-
* 抱怨接收日期
|
|
4391
|
-
*
|
|
4392
|
-
* @type string
|
|
4393
|
-
*/
|
|
4394
|
-
receiveDate?: string;
|
|
4395
|
-
/**
|
|
4396
|
-
* 记录Id
|
|
4397
|
-
*
|
|
4398
|
-
* @type string
|
|
4399
|
-
*/
|
|
4400
|
-
recordId?: string;
|
|
4401
|
-
/**
|
|
4402
|
-
* 抱怨地区
|
|
4403
|
-
*
|
|
4404
|
-
* @type string
|
|
4405
|
-
*/
|
|
4406
|
-
region?: string;
|
|
4407
|
-
/**
|
|
4408
|
-
* 重复使用
|
|
4409
|
-
*
|
|
4410
|
-
* @type string
|
|
4411
|
-
*/
|
|
4412
|
-
repeatUse?: string;
|
|
4413
|
-
/**
|
|
4414
|
-
* 报告地址
|
|
4415
|
-
*
|
|
4416
|
-
* @type string
|
|
4417
|
-
*/
|
|
4418
|
-
reportUrl?: string;
|
|
4419
|
-
/**
|
|
4420
|
-
* 严重损伤
|
|
4421
|
-
*
|
|
4422
|
-
* @type string
|
|
4423
|
-
*/
|
|
4424
|
-
severeLoss?: string;
|
|
4425
|
-
/**
|
|
4426
|
-
* 来源
|
|
4427
|
-
*
|
|
4428
|
-
* @type string
|
|
4429
|
-
*/
|
|
4430
|
-
source?: string;
|
|
4431
|
-
/**
|
|
4432
|
-
* 规格型号
|
|
4433
|
-
*
|
|
4434
|
-
* @type string
|
|
4435
|
-
*/
|
|
4436
|
-
specificationModel?: string;
|
|
4437
|
-
/**
|
|
4438
|
-
* 状态
|
|
4439
|
-
*
|
|
4440
|
-
* @type number
|
|
4441
|
-
*/
|
|
4442
|
-
status?: number;
|
|
4443
|
-
/**
|
|
4444
|
-
* 是否同步
|
|
4445
|
-
*
|
|
4446
|
-
* @type number
|
|
4447
|
-
*/
|
|
4448
|
-
synced?: number;
|
|
4449
|
-
/**
|
|
4450
|
-
* UDI
|
|
4451
|
-
*
|
|
4452
|
-
* @type string
|
|
4453
|
-
*/
|
|
4454
|
-
udi?: string;
|
|
4455
|
-
}
|
|
4456
|
-
export interface DashboardRequest {
|
|
4457
|
-
/**
|
|
4458
|
-
* 仪表盘配置详情
|
|
4459
|
-
*
|
|
4460
|
-
* @type string
|
|
4461
|
-
*/
|
|
4462
|
-
config?: string;
|
|
4463
3793
|
/**
|
|
4464
3794
|
* 名称
|
|
4465
3795
|
*
|
|
@@ -4485,93 +3815,81 @@ export interface DashboardRequest {
|
|
|
4485
3815
|
*/
|
|
4486
3816
|
status?: number;
|
|
4487
3817
|
}
|
|
4488
|
-
export interface
|
|
3818
|
+
export interface DashboardSortRequest {
|
|
4489
3819
|
/**
|
|
4490
|
-
*
|
|
3820
|
+
* 看板id主键
|
|
4491
3821
|
*
|
|
4492
3822
|
* @type string
|
|
4493
3823
|
*/
|
|
4494
|
-
|
|
3824
|
+
id?: string;
|
|
4495
3825
|
/**
|
|
3826
|
+
* 目标位置排序号
|
|
4496
3827
|
*
|
|
4497
|
-
*
|
|
4498
|
-
* @type string
|
|
3828
|
+
* @type number
|
|
4499
3829
|
*/
|
|
4500
|
-
|
|
3830
|
+
targetSortNum?: number;
|
|
3831
|
+
}
|
|
3832
|
+
export interface DataCollectionInstanceAbandonRequest {
|
|
4501
3833
|
/**
|
|
4502
|
-
*
|
|
3834
|
+
* 表单实例Id
|
|
4503
3835
|
*
|
|
4504
3836
|
* @type string
|
|
4505
3837
|
*/
|
|
4506
|
-
|
|
3838
|
+
id?: string;
|
|
4507
3839
|
/**
|
|
4508
|
-
*
|
|
3840
|
+
* 作废原因
|
|
4509
3841
|
*
|
|
4510
3842
|
* @type string
|
|
4511
3843
|
*/
|
|
4512
|
-
|
|
3844
|
+
reason?: string;
|
|
4513
3845
|
/**
|
|
4514
|
-
* id
|
|
3846
|
+
* 签名历史id集合
|
|
4515
3847
|
*
|
|
4516
|
-
* @type string
|
|
3848
|
+
* @type string[]
|
|
4517
3849
|
*/
|
|
4518
|
-
|
|
3850
|
+
signHistoryIds?: string[];
|
|
4519
3851
|
/**
|
|
4520
|
-
*
|
|
3852
|
+
* 数据采集任务id
|
|
4521
3853
|
*
|
|
4522
3854
|
* @type string
|
|
4523
3855
|
*/
|
|
4524
|
-
|
|
3856
|
+
taskId?: string;
|
|
3857
|
+
}
|
|
3858
|
+
export interface DataCollectionOnlineFormInstanceRequest {
|
|
4525
3859
|
/**
|
|
4526
|
-
*
|
|
3860
|
+
* 数据采集任务Id
|
|
4527
3861
|
*
|
|
4528
3862
|
* @type string
|
|
4529
3863
|
*/
|
|
4530
|
-
|
|
3864
|
+
dataCollectionTaskId?: string;
|
|
4531
3865
|
/**
|
|
4532
|
-
*
|
|
3866
|
+
* 表单实例备注名
|
|
4533
3867
|
*
|
|
4534
3868
|
* @type string
|
|
4535
3869
|
*/
|
|
4536
|
-
|
|
3870
|
+
instanceAlias?: string;
|
|
3871
|
+
}
|
|
3872
|
+
export interface DataCollectionOnlineFormInstanceUpdateRequest {
|
|
4537
3873
|
/**
|
|
4538
|
-
*
|
|
3874
|
+
* 表单实例Id
|
|
4539
3875
|
*
|
|
4540
3876
|
* @type string
|
|
4541
3877
|
*/
|
|
4542
|
-
|
|
4543
|
-
/**
|
|
4544
|
-
* 排序号
|
|
4545
|
-
*
|
|
4546
|
-
* @type number
|
|
4547
|
-
*/
|
|
4548
|
-
sortNum?: number;
|
|
4549
|
-
/**
|
|
4550
|
-
* 仪表盘来源
|
|
4551
|
-
*
|
|
4552
|
-
* @type number
|
|
4553
|
-
*/
|
|
4554
|
-
source?: number;
|
|
3878
|
+
id?: string;
|
|
4555
3879
|
/**
|
|
4556
|
-
*
|
|
3880
|
+
* 表单实例备注名
|
|
4557
3881
|
*
|
|
4558
|
-
* @type
|
|
3882
|
+
* @type string
|
|
4559
3883
|
*/
|
|
4560
|
-
|
|
3884
|
+
instanceAlias?: string;
|
|
4561
3885
|
}
|
|
4562
|
-
export interface
|
|
3886
|
+
export interface DataCollectionTaskUpdateStatusRequest {
|
|
4563
3887
|
/**
|
|
4564
|
-
*
|
|
3888
|
+
* 数据采集任务id
|
|
4565
3889
|
*
|
|
4566
3890
|
* @type string
|
|
4567
3891
|
*/
|
|
4568
|
-
|
|
4569
|
-
/**
|
|
4570
|
-
* 目标位置排序号
|
|
4571
|
-
*
|
|
4572
|
-
* @type number
|
|
4573
|
-
*/
|
|
4574
|
-
targetSortNum?: number;
|
|
3892
|
+
taskId?: string;
|
|
4575
3893
|
}
|
|
4576
3894
|
export interface DataModelRequest {
|
|
4577
3895
|
/**
|
|
@@ -4615,9 +3933,9 @@ export interface DataModelResponse {
|
|
|
4615
3933
|
/**
|
|
4616
3934
|
* 分类信息
|
|
4617
3935
|
*
|
|
4618
|
-
* @type
|
|
3936
|
+
* @type CategoryResponse
|
|
4619
3937
|
*/
|
|
4620
|
-
categoryResponse?:
|
|
3938
|
+
categoryResponse?: CategoryResponse;
|
|
4621
3939
|
/**
|
|
4622
3940
|
*
|
|
4623
3941
|
*
|
|
@@ -4739,9 +4057,9 @@ export interface DataSourceProperties {
|
|
|
4739
4057
|
/**
|
|
4740
4058
|
*
|
|
4741
4059
|
*
|
|
4742
|
-
* @type
|
|
4060
|
+
* @type HikariCpConfig
|
|
4743
4061
|
*/
|
|
4744
|
-
hikari?:
|
|
4062
|
+
hikari?: HikariCpConfig;
|
|
4745
4063
|
/**
|
|
4746
4064
|
*
|
|
4747
4065
|
*
|
|
@@ -5005,9 +4323,9 @@ export interface DatasourceMove {
|
|
|
5005
4323
|
/**
|
|
5006
4324
|
*
|
|
5007
4325
|
*
|
|
5008
|
-
* @type
|
|
4326
|
+
* @type DatasourceMoveDetail
|
|
5009
4327
|
*/
|
|
5010
|
-
detail?:
|
|
4328
|
+
detail?: DatasourceMoveDetail;
|
|
5011
4329
|
/**
|
|
5012
4330
|
*
|
|
5013
4331
|
*
|
|
@@ -5203,9 +4521,9 @@ export interface DefaultValue {
|
|
|
5203
4521
|
/**
|
|
5204
4522
|
*
|
|
5205
4523
|
*
|
|
5206
|
-
* @type
|
|
4524
|
+
* @type IObject
|
|
5207
4525
|
*/
|
|
5208
|
-
value?:
|
|
4526
|
+
value?: IObject;
|
|
5209
4527
|
}
|
|
5210
4528
|
export interface DeployRequest {
|
|
5211
4529
|
/**
|
|
@@ -5311,9 +4629,9 @@ export interface DhrProcessApproveRequest {
|
|
|
5311
4629
|
/**
|
|
5312
4630
|
* 提交的数据
|
|
5313
4631
|
*
|
|
5314
|
-
* @type
|
|
4632
|
+
* @type IObject
|
|
5315
4633
|
*/
|
|
5316
|
-
data?:
|
|
4634
|
+
data?: IObject;
|
|
5317
4635
|
/**
|
|
5318
4636
|
*
|
|
5319
4637
|
*
|
|
@@ -5367,9 +4685,9 @@ export interface DhrProcessJumpRequest {
|
|
|
5367
4685
|
/**
|
|
5368
4686
|
* 提交的数据
|
|
5369
4687
|
*
|
|
5370
|
-
* @type
|
|
4688
|
+
* @type IObject
|
|
5371
4689
|
*/
|
|
5372
|
-
data?:
|
|
4690
|
+
data?: IObject;
|
|
5373
4691
|
/**
|
|
5374
4692
|
* EDHR实例ID
|
|
5375
4693
|
*
|
|
@@ -5467,9 +4785,9 @@ export interface DhrProcessReassignRequest {
|
|
|
5467
4785
|
/**
|
|
5468
4786
|
* 提交的数据
|
|
5469
4787
|
*
|
|
5470
|
-
* @type
|
|
4788
|
+
* @type IObject
|
|
5471
4789
|
*/
|
|
5472
|
-
data?:
|
|
4790
|
+
data?: IObject;
|
|
5473
4791
|
/**
|
|
5474
4792
|
* EDHR实例ID
|
|
5475
4793
|
*
|
|
@@ -5561,9 +4879,9 @@ export interface DhrProcessReturnRequest {
|
|
|
5561
4879
|
/**
|
|
5562
4880
|
* 提交的数据
|
|
5563
4881
|
*
|
|
5564
|
-
* @type
|
|
4882
|
+
* @type IObject
|
|
5565
4883
|
*/
|
|
5566
|
-
data?:
|
|
4884
|
+
data?: IObject;
|
|
5567
4885
|
/**
|
|
5568
4886
|
* EDHR实例ID
|
|
5569
4887
|
*
|
|
@@ -5775,21 +5093,21 @@ export interface DocControlProcessResponse {
|
|
|
5775
5093
|
/**
|
|
5776
5094
|
* edhr实例对象
|
|
5777
5095
|
*
|
|
5778
|
-
* @type
|
|
5096
|
+
* @type EdhrTmplResponse
|
|
5779
5097
|
*/
|
|
5780
|
-
edhrTmpl?:
|
|
5098
|
+
edhrTmpl?: EdhrTmplResponse;
|
|
5781
5099
|
/**
|
|
5782
5100
|
* 在线表单模板
|
|
5783
5101
|
*
|
|
5784
|
-
* @type
|
|
5102
|
+
* @type OnlineFormTmplResponse
|
|
5785
5103
|
*/
|
|
5786
|
-
ofTmpl?:
|
|
5104
|
+
ofTmpl?: OnlineFormTmplResponse;
|
|
5787
5105
|
/**
|
|
5788
5106
|
* 用户可操作之按钮、节点信息、任务id
|
|
5789
5107
|
*
|
|
5790
|
-
* @type
|
|
5108
|
+
* @type OfProcessOperationsDTO
|
|
5791
5109
|
*/
|
|
5792
|
-
operationsDTO?:
|
|
5110
|
+
operationsDTO?: OfProcessOperationsDTO;
|
|
5793
5111
|
}
|
|
5794
5112
|
export interface DocControlStartedResponse {
|
|
5795
5113
|
/**
|
|
@@ -8467,9 +7785,9 @@ export interface EnumModelResponse {
|
|
|
8467
7785
|
/**
|
|
8468
7786
|
* 分类信息
|
|
8469
7787
|
*
|
|
8470
|
-
* @type
|
|
7788
|
+
* @type CategoryResponse
|
|
8471
7789
|
*/
|
|
8472
|
-
categoryResponse?:
|
|
7790
|
+
categoryResponse?: CategoryResponse;
|
|
8473
7791
|
/**
|
|
8474
7792
|
*
|
|
8475
7793
|
*
|
|
@@ -8931,9 +8249,9 @@ export interface ExcelColumnInfoV1 {
|
|
|
8931
8249
|
/**
|
|
8932
8250
|
* 时间字段导出展示格式
|
|
8933
8251
|
*
|
|
8934
|
-
* @type
|
|
8252
|
+
* @type DateExportConfig
|
|
8935
8253
|
*/
|
|
8936
|
-
dateExportFormat?:
|
|
8254
|
+
dateExportFormat?: DateExportConfig;
|
|
8937
8255
|
/**
|
|
8938
8256
|
* disabled,前端使用,后端不需要关心
|
|
8939
8257
|
*
|
|
@@ -8973,9 +8291,9 @@ export interface ExcelColumnInfoV1 {
|
|
|
8973
8291
|
/**
|
|
8974
8292
|
* 数据字段导出展示格式
|
|
8975
8293
|
*
|
|
8976
|
-
* @type
|
|
8294
|
+
* @type NumberExportConfig
|
|
8977
8295
|
*/
|
|
8978
|
-
numberExportFormat?:
|
|
8296
|
+
numberExportFormat?: NumberExportConfig;
|
|
8979
8297
|
/**
|
|
8980
8298
|
* 数据字段导入格式
|
|
8981
8299
|
*
|
|
@@ -9011,9 +8329,9 @@ export interface ExcelTemplateConfigReq {
|
|
|
9011
8329
|
/**
|
|
9012
8330
|
* 模板配置
|
|
9013
8331
|
*
|
|
9014
|
-
* @type
|
|
8332
|
+
* @type ExcelTmplConfig
|
|
9015
8333
|
*/
|
|
9016
|
-
configJson?:
|
|
8334
|
+
configJson?: ExcelTmplConfig;
|
|
9017
8335
|
/**
|
|
9018
8336
|
* 模板key
|
|
9019
8337
|
*
|
|
@@ -9377,9 +8695,9 @@ export interface ExcelValidateResponse {
|
|
|
9377
8695
|
/**
|
|
9378
8696
|
*
|
|
9379
8697
|
*
|
|
9380
|
-
* @type
|
|
8698
|
+
* @type IObject
|
|
9381
8699
|
*/
|
|
9382
|
-
dict?:
|
|
8700
|
+
dict?: IObject;
|
|
9383
8701
|
/**
|
|
9384
8702
|
* 导入失败条数
|
|
9385
8703
|
*
|
|
@@ -9407,9 +8725,9 @@ export interface ExcelValidateResponse {
|
|
|
9407
8725
|
/**
|
|
9408
8726
|
*
|
|
9409
8727
|
*
|
|
9410
|
-
* @type
|
|
8728
|
+
* @type IObject
|
|
9411
8729
|
*/
|
|
9412
|
-
okMSData?:
|
|
8730
|
+
okMSData?: IObject;
|
|
9413
8731
|
/**
|
|
9414
8732
|
* 结果报告
|
|
9415
8733
|
*
|
|
@@ -9437,9 +8755,9 @@ export interface ExcelValidateResponse {
|
|
|
9437
8755
|
/**
|
|
9438
8756
|
*
|
|
9439
8757
|
*
|
|
9440
|
-
* @type
|
|
8758
|
+
* @type IObject
|
|
9441
8759
|
*/
|
|
9442
|
-
updateMSData?:
|
|
8760
|
+
updateMSData?: IObject;
|
|
9443
8761
|
}
|
|
9444
8762
|
export interface ExchangeUserRange {
|
|
9445
8763
|
/**
|
|
@@ -9509,9 +8827,9 @@ export interface ExprDTO {
|
|
|
9509
8827
|
/**
|
|
9510
8828
|
* 值,当 type=CONST/COLUMN 时才有
|
|
9511
8829
|
*
|
|
9512
|
-
* @type
|
|
8830
|
+
* @type IObject
|
|
9513
8831
|
*/
|
|
9514
|
-
value?:
|
|
8832
|
+
value?: IObject;
|
|
9515
8833
|
}
|
|
9516
8834
|
export interface ExprEntity {
|
|
9517
8835
|
/**
|
|
@@ -9541,9 +8859,9 @@ export interface ExprEntity {
|
|
|
9541
8859
|
/**
|
|
9542
8860
|
* 值,当 type=CONST/COLUMN 时才有
|
|
9543
8861
|
*
|
|
9544
|
-
* @type
|
|
8862
|
+
* @type IObject
|
|
9545
8863
|
*/
|
|
9546
|
-
value?:
|
|
8864
|
+
value?: IObject;
|
|
9547
8865
|
}
|
|
9548
8866
|
export interface ExtFieldConfig {
|
|
9549
8867
|
/**
|
|
@@ -9577,20 +8895,6 @@ export interface ExtFieldConfig {
|
|
|
9577
8895
|
*/
|
|
9578
8896
|
type?: number;
|
|
9579
8897
|
}
|
|
9580
|
-
export interface FaultTreeRequest {
|
|
9581
|
-
/**
|
|
9582
|
-
*
|
|
9583
|
-
*
|
|
9584
|
-
* @type string
|
|
9585
|
-
*/
|
|
9586
|
-
flag?: string;
|
|
9587
|
-
/**
|
|
9588
|
-
*
|
|
9589
|
-
*
|
|
9590
|
-
* @type string
|
|
9591
|
-
*/
|
|
9592
|
-
id?: string;
|
|
9593
|
-
}
|
|
9594
8898
|
export interface FieldAttribute {
|
|
9595
8899
|
/**
|
|
9596
8900
|
* 关联主键字段的绑定信息,格式:关联模型key
|
|
@@ -9625,9 +8929,9 @@ export interface FieldAttribute {
|
|
|
9625
8929
|
/**
|
|
9626
8930
|
*
|
|
9627
8931
|
*
|
|
9628
|
-
* @type
|
|
8932
|
+
* @type DefaultValue
|
|
9629
8933
|
*/
|
|
9630
|
-
defaultValue?:
|
|
8934
|
+
defaultValue?: DefaultValue;
|
|
9631
8935
|
/**
|
|
9632
8936
|
* 枚举默认值翻译
|
|
9633
8937
|
*
|
|
@@ -9703,9 +9007,9 @@ export interface FieldAttribute {
|
|
|
9703
9007
|
/**
|
|
9704
9008
|
* 特有属性配置选项(json格式)
|
|
9705
9009
|
*
|
|
9706
|
-
* @type
|
|
9010
|
+
* @type IObject
|
|
9707
9011
|
*/
|
|
9708
|
-
specificConfig?:
|
|
9012
|
+
specificConfig?: IObject;
|
|
9709
9013
|
/**
|
|
9710
9014
|
* 字段类型
|
|
9711
9015
|
*
|
|
@@ -9855,9 +9159,9 @@ export interface FieldMeta {
|
|
|
9855
9159
|
/**
|
|
9856
9160
|
* 默认值
|
|
9857
9161
|
*
|
|
9858
|
-
* @type
|
|
9162
|
+
* @type DefaultValue
|
|
9859
9163
|
*/
|
|
9860
|
-
defaultValue?:
|
|
9164
|
+
defaultValue?: DefaultValue;
|
|
9861
9165
|
/**
|
|
9862
9166
|
* 描述
|
|
9863
9167
|
*
|
|
@@ -9975,9 +9279,9 @@ export interface FieldMeta {
|
|
|
9975
9279
|
/**
|
|
9976
9280
|
* 特有属性配置选项(json格式)
|
|
9977
9281
|
*
|
|
9978
|
-
* @type
|
|
9282
|
+
* @type IObject
|
|
9979
9283
|
*/
|
|
9980
|
-
specificConfig?:
|
|
9284
|
+
specificConfig?: IObject;
|
|
9981
9285
|
/**
|
|
9982
9286
|
*
|
|
9983
9287
|
*
|
|
@@ -9993,17 +9297,17 @@ export interface FieldMeta {
|
|
|
9993
9297
|
/**
|
|
9994
9298
|
* 唯一约束
|
|
9995
9299
|
*
|
|
9996
|
-
* @type
|
|
9300
|
+
* @type UniqueConstraint
|
|
9997
9301
|
*/
|
|
9998
|
-
uniqueConstraint?:
|
|
9302
|
+
uniqueConstraint?: UniqueConstraint;
|
|
9999
9303
|
}
|
|
10000
9304
|
export interface FieldMeta4Check {
|
|
10001
9305
|
/**
|
|
10002
9306
|
* 公式属性配置
|
|
10003
9307
|
*
|
|
10004
|
-
* @type
|
|
9308
|
+
* @type ExpConfig
|
|
10005
9309
|
*/
|
|
10006
|
-
expConfig?:
|
|
9310
|
+
expConfig?: ExpConfig;
|
|
10007
9311
|
/**
|
|
10008
9312
|
* 映射类型(公式,函数等实际映射的类型)
|
|
10009
9313
|
*
|
|
@@ -10077,9 +9381,9 @@ export interface FieldMetaDTO {
|
|
|
10077
9381
|
/**
|
|
10078
9382
|
* 默认值
|
|
10079
9383
|
*
|
|
10080
|
-
* @type
|
|
9384
|
+
* @type DefaultValue
|
|
10081
9385
|
*/
|
|
10082
|
-
defaultValue?:
|
|
9386
|
+
defaultValue?: DefaultValue;
|
|
10083
9387
|
/**
|
|
10084
9388
|
* 枚举默认值翻译
|
|
10085
9389
|
*
|
|
@@ -10161,9 +9465,9 @@ export interface FieldMetaDTO {
|
|
|
10161
9465
|
/**
|
|
10162
9466
|
*
|
|
10163
9467
|
*
|
|
10164
|
-
* @type
|
|
9468
|
+
* @type ModelMeta
|
|
10165
9469
|
*/
|
|
10166
|
-
modelMeta?:
|
|
9470
|
+
modelMeta?: ModelMeta;
|
|
10167
9471
|
/**
|
|
10168
9472
|
* 模型名称
|
|
10169
9473
|
*
|
|
@@ -10263,9 +9567,9 @@ export interface FieldMetaDTO {
|
|
|
10263
9567
|
/**
|
|
10264
9568
|
* 特有属性配置选项(json格式)
|
|
10265
9569
|
*
|
|
10266
|
-
* @type
|
|
9570
|
+
* @type IObject
|
|
10267
9571
|
*/
|
|
10268
|
-
specificConfig?:
|
|
9572
|
+
specificConfig?: IObject;
|
|
10269
9573
|
/**
|
|
10270
9574
|
*
|
|
10271
9575
|
*
|
|
@@ -10281,9 +9585,9 @@ export interface FieldMetaDTO {
|
|
|
10281
9585
|
/**
|
|
10282
9586
|
* 唯一约束
|
|
10283
9587
|
*
|
|
10284
|
-
* @type
|
|
9588
|
+
* @type UniqueConstraint
|
|
10285
9589
|
*/
|
|
10286
|
-
uniqueConstraint?:
|
|
9590
|
+
uniqueConstraint?: UniqueConstraint;
|
|
10287
9591
|
}
|
|
10288
9592
|
export interface FieldMetaFormVO {
|
|
10289
9593
|
/**
|
|
@@ -10295,9 +9599,9 @@ export interface FieldMetaFormVO {
|
|
|
10295
9599
|
/**
|
|
10296
9600
|
* 默认值
|
|
10297
9601
|
*
|
|
10298
|
-
* @type
|
|
9602
|
+
* @type DefaultValue
|
|
10299
9603
|
*/
|
|
10300
|
-
defaultValue?:
|
|
9604
|
+
defaultValue?: DefaultValue;
|
|
10301
9605
|
/**
|
|
10302
9606
|
* 字段key
|
|
10303
9607
|
*
|
|
@@ -10337,9 +9641,9 @@ export interface FieldMetaFormVO {
|
|
|
10337
9641
|
/**
|
|
10338
9642
|
* 特有属性配置选项(json格式)
|
|
10339
9643
|
*
|
|
10340
|
-
* @type
|
|
9644
|
+
* @type IObject
|
|
10341
9645
|
*/
|
|
10342
|
-
specificConfig?:
|
|
9646
|
+
specificConfig?: IObject;
|
|
10343
9647
|
/**
|
|
10344
9648
|
*
|
|
10345
9649
|
*
|
|
@@ -10355,9 +9659,9 @@ export interface FieldMetaFormVO {
|
|
|
10355
9659
|
/**
|
|
10356
9660
|
* 约束类型 GLOBAL:全局唯一 LEVEL:层级唯一
|
|
10357
9661
|
*
|
|
10358
|
-
* @type
|
|
9662
|
+
* @type UniqueConstraint
|
|
10359
9663
|
*/
|
|
10360
|
-
uniqueConstraint?:
|
|
9664
|
+
uniqueConstraint?: UniqueConstraint;
|
|
10361
9665
|
}
|
|
10362
9666
|
export interface FieldMetaResponse {
|
|
10363
9667
|
/**
|
|
@@ -10569,9 +9873,9 @@ export interface FieldMetaVO {
|
|
|
10569
9873
|
/**
|
|
10570
9874
|
* 默认值
|
|
10571
9875
|
*
|
|
10572
|
-
* @type
|
|
9876
|
+
* @type DefaultValue
|
|
10573
9877
|
*/
|
|
10574
|
-
defaultValue?:
|
|
9878
|
+
defaultValue?: DefaultValue;
|
|
10575
9879
|
/**
|
|
10576
9880
|
* 描述
|
|
10577
9881
|
*
|
|
@@ -10629,9 +9933,9 @@ export interface FieldMetaVO {
|
|
|
10629
9933
|
/**
|
|
10630
9934
|
* 特有属性配置选项(json格式)
|
|
10631
9935
|
*
|
|
10632
|
-
* @type
|
|
9936
|
+
* @type IObject
|
|
10633
9937
|
*/
|
|
10634
|
-
specificConfig?:
|
|
9938
|
+
specificConfig?: IObject;
|
|
10635
9939
|
/**
|
|
10636
9940
|
* 数据类型 (primary_key/主键,tenant/租户关联,ref_master_id/关联主键,text/短文本,long_text/长文本,integer/整数,long/长整数,decimal/精度小数,boolean/布尔,binary/二进制流,date/日期,time/时间,date_time/日期时间,user_multi/人员多选,org_multi/部门多选,image/图片,attachment/附件enum/枚举,serial/序列号,ref/引用关联,master_slave/主子关联,enum_multi/枚举多选,ref_multi/模型多选,expression/公式,agg/汇总,esop/E-SOP,expression_condition/公式条件)
|
|
10637
9941
|
*
|
|
@@ -10641,9 +9945,9 @@ export interface FieldMetaVO {
|
|
|
10641
9945
|
/**
|
|
10642
9946
|
* 约束类型 GLOBAL:全局唯一 LEVEL:层级唯一
|
|
10643
9947
|
*
|
|
10644
|
-
* @type
|
|
9948
|
+
* @type UniqueConstraint
|
|
10645
9949
|
*/
|
|
10646
|
-
uniqueConstraint?:
|
|
9950
|
+
uniqueConstraint?: UniqueConstraint;
|
|
10647
9951
|
}
|
|
10648
9952
|
export interface FieldSortRequest {
|
|
10649
9953
|
/**
|
|
@@ -10769,32 +10073,6 @@ export interface FileTaskStatus {
|
|
|
10769
10073
|
*/
|
|
10770
10074
|
status?: string;
|
|
10771
10075
|
}
|
|
10772
|
-
export interface FillRequest {
|
|
10773
|
-
/**
|
|
10774
|
-
*
|
|
10775
|
-
*
|
|
10776
|
-
* @type string[]
|
|
10777
|
-
*/
|
|
10778
|
-
fillUserIds?: string[];
|
|
10779
|
-
/**
|
|
10780
|
-
* id
|
|
10781
|
-
*
|
|
10782
|
-
* @type string
|
|
10783
|
-
*/
|
|
10784
|
-
id?: string;
|
|
10785
|
-
/**
|
|
10786
|
-
* 客诉生成报告时不能为空
|
|
10787
|
-
*
|
|
10788
|
-
* @type string
|
|
10789
|
-
*/
|
|
10790
|
-
templateId?: string;
|
|
10791
|
-
/**
|
|
10792
|
-
* 模板名称
|
|
10793
|
-
*
|
|
10794
|
-
* @type string
|
|
10795
|
-
*/
|
|
10796
|
-
templateName?: string;
|
|
10797
|
-
}
|
|
10798
10076
|
export interface FilterConfig {
|
|
10799
10077
|
/**
|
|
10800
10078
|
*
|
|
@@ -10811,9 +10089,9 @@ export interface FilterConfig {
|
|
|
10811
10089
|
/**
|
|
10812
10090
|
*
|
|
10813
10091
|
*
|
|
10814
|
-
* @type
|
|
10092
|
+
* @type IObject
|
|
10815
10093
|
*/
|
|
10816
|
-
query?:
|
|
10094
|
+
query?: IObject;
|
|
10817
10095
|
/**
|
|
10818
10096
|
*
|
|
10819
10097
|
*
|
|
@@ -11147,9 +10425,9 @@ export interface FrontendPrintRequest {
|
|
|
11147
10425
|
/**
|
|
11148
10426
|
* 当业务服务为非 getById 时需要传的参数
|
|
11149
10427
|
*
|
|
11150
|
-
* @type
|
|
10428
|
+
* @type IObject
|
|
11151
10429
|
*/
|
|
11152
|
-
data?:
|
|
10430
|
+
data?: IObject;
|
|
11153
10431
|
/**
|
|
11154
10432
|
* 当业务服务为 getById 时需要传 dataId 让后端获取当前表单所属模型数据
|
|
11155
10433
|
*
|
|
@@ -11171,9 +10449,9 @@ export interface FrontendPrintRequest {
|
|
|
11171
10449
|
/**
|
|
11172
10450
|
* 测试场景下使用的变量数据
|
|
11173
10451
|
*
|
|
11174
|
-
* @type
|
|
10452
|
+
* @type IObject
|
|
11175
10453
|
*/
|
|
11176
|
-
testVar?:
|
|
10454
|
+
testVar?: IObject;
|
|
11177
10455
|
}
|
|
11178
10456
|
export interface GetAppResponse {
|
|
11179
10457
|
/**
|
|
@@ -11435,9 +10713,9 @@ export interface GlobalMethodResponse {
|
|
|
11435
10713
|
/**
|
|
11436
10714
|
* 分类信息
|
|
11437
10715
|
*
|
|
11438
|
-
* @type
|
|
10716
|
+
* @type CategoryResponse
|
|
11439
10717
|
*/
|
|
11440
|
-
categoryResponse?:
|
|
10718
|
+
categoryResponse?: CategoryResponse;
|
|
11441
10719
|
/**
|
|
11442
10720
|
* JS脚本数据
|
|
11443
10721
|
*
|
|
@@ -11577,9 +10855,9 @@ export interface HikariCpConfig {
|
|
|
11577
10855
|
/**
|
|
11578
10856
|
*
|
|
11579
10857
|
*
|
|
11580
|
-
* @type
|
|
10858
|
+
* @type IObject
|
|
11581
10859
|
*/
|
|
11582
|
-
dataSourceProperties?:
|
|
10860
|
+
dataSourceProperties?: IObject;
|
|
11583
10861
|
/**
|
|
11584
10862
|
*
|
|
11585
10863
|
*
|
|
@@ -11589,9 +10867,9 @@ export interface HikariCpConfig {
|
|
|
11589
10867
|
/**
|
|
11590
10868
|
*
|
|
11591
10869
|
*
|
|
11592
|
-
* @type
|
|
10870
|
+
* @type IObject
|
|
11593
10871
|
*/
|
|
11594
|
-
healthCheckProperties?:
|
|
10872
|
+
healthCheckProperties?: IObject;
|
|
11595
10873
|
/**
|
|
11596
10874
|
*
|
|
11597
10875
|
*
|
|
@@ -11807,9 +11085,9 @@ export interface ImportModelData {
|
|
|
11807
11085
|
/**
|
|
11808
11086
|
*
|
|
11809
11087
|
*
|
|
11810
|
-
* @type
|
|
11088
|
+
* @type IObject
|
|
11811
11089
|
*/
|
|
11812
|
-
dict?:
|
|
11090
|
+
dict?: IObject;
|
|
11813
11091
|
/**
|
|
11814
11092
|
*
|
|
11815
11093
|
*
|
|
@@ -11823,6 +11101,62 @@ export interface ImportModelData {
|
|
|
11823
11101
|
*/
|
|
11824
11102
|
sheetName?: string;
|
|
11825
11103
|
}
|
|
11104
|
+
export interface ImportReportResponse {
|
|
11105
|
+
/**
|
|
11106
|
+
*
|
|
11107
|
+
*
|
|
11108
|
+
* @type string
|
|
11109
|
+
*/
|
|
11110
|
+
createTime?: string;
|
|
11111
|
+
/**
|
|
11112
|
+
*
|
|
11113
|
+
*
|
|
11114
|
+
* @type string
|
|
11115
|
+
*/
|
|
11116
|
+
createUserId?: string;
|
|
11117
|
+
/**
|
|
11118
|
+
*
|
|
11119
|
+
*
|
|
11120
|
+
* @type string
|
|
11121
|
+
*/
|
|
11122
|
+
createUserName?: string;
|
|
11123
|
+
/**
|
|
11124
|
+
* 文件Id
|
|
11125
|
+
*
|
|
11126
|
+
* @type string
|
|
11127
|
+
*/
|
|
11128
|
+
fileId?: string;
|
|
11129
|
+
/**
|
|
11130
|
+
* 主键
|
|
11131
|
+
*
|
|
11132
|
+
* @type string
|
|
11133
|
+
*/
|
|
11134
|
+
id?: string;
|
|
11135
|
+
/**
|
|
11136
|
+
*
|
|
11137
|
+
*
|
|
11138
|
+
* @type string
|
|
11139
|
+
*/
|
|
11140
|
+
modifyTime?: string;
|
|
11141
|
+
/**
|
|
11142
|
+
*
|
|
11143
|
+
*
|
|
11144
|
+
* @type string
|
|
11145
|
+
*/
|
|
11146
|
+
modifyUserId?: string;
|
|
11147
|
+
/**
|
|
11148
|
+
*
|
|
11149
|
+
*
|
|
11150
|
+
* @type string
|
|
11151
|
+
*/
|
|
11152
|
+
modifyUserName?: string;
|
|
11153
|
+
/**
|
|
11154
|
+
* 报告
|
|
11155
|
+
*
|
|
11156
|
+
* @type string
|
|
11157
|
+
*/
|
|
11158
|
+
report?: string;
|
|
11159
|
+
}
|
|
11826
11160
|
export interface ImportVersionRequest {
|
|
11827
11161
|
/**
|
|
11828
11162
|
* 应用id
|
|
@@ -12111,9 +11445,9 @@ export interface JobRequest {
|
|
|
12111
11445
|
/**
|
|
12112
11446
|
* 触发周期配置(json)
|
|
12113
11447
|
*
|
|
12114
|
-
* @type
|
|
11448
|
+
* @type IObject
|
|
12115
11449
|
*/
|
|
12116
|
-
triggerConfig?:
|
|
11450
|
+
triggerConfig?: IObject;
|
|
12117
11451
|
/**
|
|
12118
11452
|
* 触发类型(单次触发 ONCE/重复触发 REPEAT/ CRON)
|
|
12119
11453
|
*
|
|
@@ -12221,9 +11555,9 @@ export interface JobResponse {
|
|
|
12221
11555
|
/**
|
|
12222
11556
|
* 触发周期配置(json)
|
|
12223
11557
|
*
|
|
12224
|
-
* @type
|
|
11558
|
+
* @type IObject
|
|
12225
11559
|
*/
|
|
12226
|
-
triggerConfig?:
|
|
11560
|
+
triggerConfig?: IObject;
|
|
12227
11561
|
/**
|
|
12228
11562
|
* 触发类型(单次触发/重复触发/cron)
|
|
12229
11563
|
*
|
|
@@ -12310,497 +11644,43 @@ export interface JoinOnExp {
|
|
|
12310
11644
|
export interface JsonNode {
|
|
12311
11645
|
// 暂无属性
|
|
12312
11646
|
}
|
|
12313
|
-
export interface
|
|
12314
|
-
/**
|
|
12315
|
-
*
|
|
12316
|
-
*
|
|
12317
|
-
* @type string
|
|
12318
|
-
*/
|
|
12319
|
-
key?: string;
|
|
12320
|
-
/**
|
|
12321
|
-
*
|
|
12322
|
-
*
|
|
12323
|
-
* @type string
|
|
12324
|
-
*/
|
|
12325
|
-
name?: string;
|
|
12326
|
-
}
|
|
12327
|
-
export interface KnowledgeBaseDocPageQueryV2Request {
|
|
12328
|
-
/**
|
|
12329
|
-
*
|
|
12330
|
-
*
|
|
12331
|
-
* @type string[]
|
|
12332
|
-
*/
|
|
12333
|
-
categoryIds?: string[];
|
|
12334
|
-
/**
|
|
12335
|
-
*
|
|
12336
|
-
*
|
|
12337
|
-
* @type string
|
|
12338
|
-
*/
|
|
12339
|
-
fileName?: string;
|
|
12340
|
-
/**
|
|
12341
|
-
*
|
|
12342
|
-
*
|
|
12343
|
-
* @type string
|
|
12344
|
-
*/
|
|
12345
|
-
kbId?: string;
|
|
12346
|
-
/**
|
|
12347
|
-
*
|
|
12348
|
-
*
|
|
12349
|
-
* @type number
|
|
12350
|
-
*/
|
|
12351
|
-
pageNo?: number;
|
|
12352
|
-
/**
|
|
12353
|
-
*
|
|
12354
|
-
*
|
|
12355
|
-
* @type number
|
|
12356
|
-
*/
|
|
12357
|
-
pageSize?: number;
|
|
12358
|
-
/**
|
|
12359
|
-
*
|
|
12360
|
-
*
|
|
12361
|
-
* @type string[]
|
|
12362
|
-
*/
|
|
12363
|
-
parseStatus?: string[];
|
|
12364
|
-
}
|
|
12365
|
-
export interface KnowledgeBaseDocPageQueryV2Response {
|
|
12366
|
-
/**
|
|
12367
|
-
* 分类删除状态
|
|
12368
|
-
*
|
|
12369
|
-
* @type number
|
|
12370
|
-
*/
|
|
12371
|
-
categoryDeleted?: number;
|
|
12372
|
-
/**
|
|
12373
|
-
* 分类ID
|
|
12374
|
-
*
|
|
12375
|
-
* @type string
|
|
12376
|
-
*/
|
|
12377
|
-
categoryId?: string;
|
|
12378
|
-
/**
|
|
12379
|
-
* 分类名称
|
|
12380
|
-
*
|
|
12381
|
-
* @type string
|
|
12382
|
-
*/
|
|
12383
|
-
categoryName?: string;
|
|
12384
|
-
/**
|
|
12385
|
-
* 切片数量
|
|
12386
|
-
*
|
|
12387
|
-
* @type number
|
|
12388
|
-
*/
|
|
12389
|
-
chunkCount?: number;
|
|
12390
|
-
/**
|
|
12391
|
-
* 解析失败错误信息
|
|
12392
|
-
*
|
|
12393
|
-
* @type string
|
|
12394
|
-
*/
|
|
12395
|
-
converterError?: string;
|
|
12396
|
-
/**
|
|
12397
|
-
* 解析状态
|
|
12398
|
-
*
|
|
12399
|
-
* @type string
|
|
12400
|
-
*/
|
|
12401
|
-
converterStatus?: string;
|
|
12402
|
-
/**
|
|
12403
|
-
*
|
|
12404
|
-
*
|
|
12405
|
-
* @type string
|
|
12406
|
-
*/
|
|
12407
|
-
createTime?: string;
|
|
12408
|
-
/**
|
|
12409
|
-
*
|
|
12410
|
-
*
|
|
12411
|
-
* @type string
|
|
12412
|
-
*/
|
|
12413
|
-
createUserId?: string;
|
|
12414
|
-
/**
|
|
12415
|
-
*
|
|
12416
|
-
*
|
|
12417
|
-
* @type string
|
|
12418
|
-
*/
|
|
12419
|
-
createUserName?: string;
|
|
12420
|
-
/**
|
|
12421
|
-
* 文件扩展名,如pdf/docx/jpg/png等
|
|
12422
|
-
*
|
|
12423
|
-
* @type string
|
|
12424
|
-
*/
|
|
12425
|
-
ext?: string;
|
|
12426
|
-
/**
|
|
12427
|
-
* $column.comments
|
|
12428
|
-
*
|
|
12429
|
-
* @type string
|
|
12430
|
-
*/
|
|
12431
|
-
id?: string;
|
|
12432
|
-
/**
|
|
12433
|
-
* 知识库ID(索引)
|
|
12434
|
-
*
|
|
12435
|
-
* @type string
|
|
12436
|
-
*/
|
|
12437
|
-
kbId?: string;
|
|
12438
|
-
/**
|
|
12439
|
-
*
|
|
12440
|
-
*
|
|
12441
|
-
* @type string
|
|
12442
|
-
*/
|
|
12443
|
-
modifyTime?: string;
|
|
12444
|
-
/**
|
|
12445
|
-
*
|
|
12446
|
-
*
|
|
12447
|
-
* @type string
|
|
12448
|
-
*/
|
|
12449
|
-
modifyUserId?: string;
|
|
12450
|
-
/**
|
|
12451
|
-
*
|
|
12452
|
-
*
|
|
12453
|
-
* @type string
|
|
12454
|
-
*/
|
|
12455
|
-
modifyUserName?: string;
|
|
12456
|
-
/**
|
|
12457
|
-
* 文档名称
|
|
12458
|
-
*
|
|
12459
|
-
* @type string
|
|
12460
|
-
*/
|
|
12461
|
-
name?: string;
|
|
12462
|
-
/**
|
|
12463
|
-
* 文件URL
|
|
12464
|
-
*
|
|
12465
|
-
* @type string
|
|
12466
|
-
*/
|
|
12467
|
-
url?: string;
|
|
12468
|
-
}
|
|
12469
|
-
export interface KnowledgeBaseDocSaveV2Request {
|
|
11647
|
+
export interface LabelBtwDesigner {
|
|
12470
11648
|
/**
|
|
12471
11649
|
*
|
|
12472
11650
|
*
|
|
12473
11651
|
* @type string
|
|
12474
11652
|
*/
|
|
12475
|
-
|
|
12476
|
-
/**
|
|
12477
|
-
* 文档列表
|
|
12478
|
-
*
|
|
12479
|
-
* @type KnowledgeBaseDocV2Request[]
|
|
12480
|
-
*/
|
|
12481
|
-
docList?: KnowledgeBaseDocV2Request[];
|
|
12482
|
-
/**
|
|
12483
|
-
*
|
|
12484
|
-
*
|
|
12485
|
-
* @type string
|
|
12486
|
-
*/
|
|
12487
|
-
knowledgeBaseId?: string;
|
|
12488
|
-
}
|
|
12489
|
-
export interface KnowledgeBaseDocV2Request {
|
|
12490
|
-
/**
|
|
12491
|
-
* 文件扩展名,如pdf/docx/jpg/png等
|
|
12492
|
-
*
|
|
12493
|
-
* @type string
|
|
12494
|
-
*/
|
|
12495
|
-
ext?: string;
|
|
12496
|
-
/**
|
|
12497
|
-
*
|
|
12498
|
-
*
|
|
12499
|
-
* @type string
|
|
12500
|
-
*/
|
|
12501
|
-
fileType?: string;
|
|
12502
|
-
/**
|
|
12503
|
-
* 文档名称
|
|
12504
|
-
*
|
|
12505
|
-
* @type string
|
|
12506
|
-
*/
|
|
12507
|
-
name?: string;
|
|
12508
|
-
/**
|
|
12509
|
-
* 文件URL
|
|
12510
|
-
*
|
|
12511
|
-
* @type string
|
|
12512
|
-
*/
|
|
12513
|
-
url?: string;
|
|
12514
|
-
}
|
|
12515
|
-
export interface KnowledgeBaseV2Request {
|
|
12516
|
-
/**
|
|
12517
|
-
*
|
|
12518
|
-
*
|
|
12519
|
-
* @type string
|
|
12520
|
-
*/
|
|
12521
|
-
appId?: string;
|
|
12522
|
-
/**
|
|
12523
|
-
*
|
|
12524
|
-
*
|
|
12525
|
-
* @type string
|
|
12526
|
-
*/
|
|
12527
|
-
branchId?: string;
|
|
12528
|
-
/**
|
|
12529
|
-
* 描述
|
|
12530
|
-
*
|
|
12531
|
-
* @type string
|
|
12532
|
-
*/
|
|
12533
|
-
description?: string;
|
|
12534
|
-
/**
|
|
12535
|
-
* 启用禁用状态 0 启用 1禁用
|
|
12536
|
-
*
|
|
12537
|
-
* @type number
|
|
12538
|
-
*/
|
|
12539
|
-
enabled?: number;
|
|
12540
|
-
/**
|
|
12541
|
-
*
|
|
12542
|
-
*
|
|
12543
|
-
* @type string
|
|
12544
|
-
*/
|
|
12545
|
-
env?: string;
|
|
12546
|
-
/**
|
|
12547
|
-
* 知识库图标
|
|
12548
|
-
*
|
|
12549
|
-
* @type string
|
|
12550
|
-
*/
|
|
12551
|
-
icon?: string;
|
|
12552
|
-
/**
|
|
12553
|
-
* 名称
|
|
12554
|
-
*
|
|
12555
|
-
* @type string
|
|
12556
|
-
*/
|
|
12557
|
-
name?: string;
|
|
12558
|
-
/**
|
|
12559
|
-
*
|
|
12560
|
-
*
|
|
12561
|
-
* @type string
|
|
12562
|
-
*/
|
|
12563
|
-
tenantId?: string;
|
|
12564
|
-
/**
|
|
12565
|
-
*
|
|
12566
|
-
*
|
|
12567
|
-
* @type string
|
|
12568
|
-
*/
|
|
12569
|
-
type?: string;
|
|
12570
|
-
/**
|
|
12571
|
-
* 应用问答
|
|
12572
|
-
*
|
|
12573
|
-
* @type string[]
|
|
12574
|
-
*/
|
|
12575
|
-
types?: string[];
|
|
12576
|
-
}
|
|
12577
|
-
export interface KnowledgeBaseV2Response {
|
|
12578
|
-
/**
|
|
12579
|
-
*
|
|
12580
|
-
*
|
|
12581
|
-
* @type string
|
|
12582
|
-
*/
|
|
12583
|
-
createTime?: string;
|
|
12584
|
-
/**
|
|
12585
|
-
*
|
|
12586
|
-
*
|
|
12587
|
-
* @type string
|
|
12588
|
-
*/
|
|
12589
|
-
createUserId?: string;
|
|
12590
|
-
/**
|
|
12591
|
-
*
|
|
12592
|
-
*
|
|
12593
|
-
* @type string
|
|
12594
|
-
*/
|
|
12595
|
-
createUserName?: string;
|
|
12596
|
-
/**
|
|
12597
|
-
* 描述
|
|
12598
|
-
*
|
|
12599
|
-
* @type string
|
|
12600
|
-
*/
|
|
12601
|
-
description?: string;
|
|
12602
|
-
/**
|
|
12603
|
-
* 知识库文档数量
|
|
12604
|
-
*
|
|
12605
|
-
* @type number
|
|
12606
|
-
*/
|
|
12607
|
-
docCount?: number;
|
|
12608
|
-
/**
|
|
12609
|
-
* 是否启用
|
|
12610
|
-
*
|
|
12611
|
-
* @type number
|
|
12612
|
-
*/
|
|
12613
|
-
enabled?: number;
|
|
12614
|
-
/**
|
|
12615
|
-
* 知识库图标
|
|
12616
|
-
*
|
|
12617
|
-
* @type string
|
|
12618
|
-
*/
|
|
12619
|
-
icon?: string;
|
|
12620
|
-
/**
|
|
12621
|
-
* $column.comments
|
|
12622
|
-
*
|
|
12623
|
-
* @type string
|
|
12624
|
-
*/
|
|
12625
|
-
id?: string;
|
|
12626
|
-
/**
|
|
12627
|
-
*
|
|
12628
|
-
*
|
|
12629
|
-
* @type string
|
|
12630
|
-
*/
|
|
12631
|
-
modifyTime?: string;
|
|
12632
|
-
/**
|
|
12633
|
-
*
|
|
12634
|
-
*
|
|
12635
|
-
* @type string
|
|
12636
|
-
*/
|
|
12637
|
-
modifyUserId?: string;
|
|
12638
|
-
/**
|
|
12639
|
-
*
|
|
12640
|
-
*
|
|
12641
|
-
* @type string
|
|
12642
|
-
*/
|
|
12643
|
-
modifyUserName?: string;
|
|
12644
|
-
/**
|
|
12645
|
-
* 名称
|
|
12646
|
-
*
|
|
12647
|
-
* @type string
|
|
12648
|
-
*/
|
|
12649
|
-
name?: string;
|
|
12650
|
-
/**
|
|
12651
|
-
*
|
|
12652
|
-
*
|
|
12653
|
-
* @type string
|
|
12654
|
-
*/
|
|
12655
|
-
type?: string;
|
|
12656
|
-
/**
|
|
12657
|
-
* 类型
|
|
12658
|
-
*
|
|
12659
|
-
* @type string[]
|
|
12660
|
-
*/
|
|
12661
|
-
types?: string[];
|
|
12662
|
-
}
|
|
12663
|
-
export interface KnowledgeBaseV2UpdateRequest {
|
|
12664
|
-
/**
|
|
12665
|
-
*
|
|
12666
|
-
*
|
|
12667
|
-
* @type string
|
|
12668
|
-
*/
|
|
12669
|
-
appId?: string;
|
|
12670
|
-
/**
|
|
12671
|
-
*
|
|
12672
|
-
*
|
|
12673
|
-
* @type string
|
|
12674
|
-
*/
|
|
12675
|
-
branchId?: string;
|
|
12676
|
-
/**
|
|
12677
|
-
* 描述
|
|
12678
|
-
*
|
|
12679
|
-
* @type string
|
|
12680
|
-
*/
|
|
12681
|
-
description?: string;
|
|
12682
|
-
/**
|
|
12683
|
-
* 启用禁用状态 0 启用 1禁用
|
|
12684
|
-
*
|
|
12685
|
-
* @type number
|
|
12686
|
-
*/
|
|
12687
|
-
enabled?: number;
|
|
12688
|
-
/**
|
|
12689
|
-
*
|
|
12690
|
-
*
|
|
12691
|
-
* @type string
|
|
12692
|
-
*/
|
|
12693
|
-
env?: string;
|
|
12694
|
-
/**
|
|
12695
|
-
* 知识库图标
|
|
12696
|
-
*
|
|
12697
|
-
* @type string
|
|
12698
|
-
*/
|
|
12699
|
-
icon?: string;
|
|
12700
|
-
/**
|
|
12701
|
-
*
|
|
12702
|
-
*
|
|
12703
|
-
* @type string
|
|
12704
|
-
*/
|
|
12705
|
-
id?: string;
|
|
12706
|
-
/**
|
|
12707
|
-
* 名称
|
|
12708
|
-
*
|
|
12709
|
-
* @type string
|
|
12710
|
-
*/
|
|
12711
|
-
name?: string;
|
|
12712
|
-
/**
|
|
12713
|
-
*
|
|
12714
|
-
*
|
|
12715
|
-
* @type string
|
|
12716
|
-
*/
|
|
12717
|
-
tenantId?: string;
|
|
12718
|
-
/**
|
|
12719
|
-
*
|
|
12720
|
-
*
|
|
12721
|
-
* @type string
|
|
12722
|
-
*/
|
|
12723
|
-
type?: string;
|
|
12724
|
-
/**
|
|
12725
|
-
* 应用问答
|
|
12726
|
-
*
|
|
12727
|
-
* @type string[]
|
|
12728
|
-
*/
|
|
12729
|
-
types?: string[];
|
|
12730
|
-
}
|
|
12731
|
-
export interface KnowledgeCategoryInfoResponse {
|
|
12732
|
-
/**
|
|
12733
|
-
*
|
|
12734
|
-
*
|
|
12735
|
-
* @type string
|
|
12736
|
-
*/
|
|
12737
|
-
createTime?: string;
|
|
12738
|
-
/**
|
|
12739
|
-
*
|
|
12740
|
-
*
|
|
12741
|
-
* @type string
|
|
12742
|
-
*/
|
|
12743
|
-
createUserId?: string;
|
|
11653
|
+
designerJson?: string;
|
|
12744
11654
|
/**
|
|
12745
|
-
*
|
|
11655
|
+
* btw模板的相对路径
|
|
12746
11656
|
*
|
|
12747
11657
|
* @type string
|
|
12748
11658
|
*/
|
|
12749
|
-
|
|
11659
|
+
fullPath?: string;
|
|
12750
11660
|
/**
|
|
12751
11661
|
*
|
|
12752
11662
|
*
|
|
12753
|
-
* @type number
|
|
12754
|
-
*/
|
|
12755
|
-
deleted?: number;
|
|
12756
|
-
/**
|
|
12757
|
-
* 主键
|
|
12758
|
-
*
|
|
12759
11663
|
* @type string
|
|
12760
11664
|
*/
|
|
12761
11665
|
id?: string;
|
|
12762
11666
|
/**
|
|
12763
|
-
*
|
|
12764
|
-
*
|
|
12765
|
-
* @type string
|
|
12766
|
-
*/
|
|
12767
|
-
kbId?: string;
|
|
12768
|
-
/**
|
|
12769
|
-
*
|
|
12770
|
-
*
|
|
12771
|
-
* @type string
|
|
12772
|
-
*/
|
|
12773
|
-
modifyTime?: string;
|
|
12774
|
-
/**
|
|
12775
|
-
*
|
|
12776
|
-
*
|
|
12777
|
-
* @type string
|
|
12778
|
-
*/
|
|
12779
|
-
modifyUserId?: string;
|
|
12780
|
-
/**
|
|
12781
|
-
*
|
|
11667
|
+
* 绑定模型key
|
|
12782
11668
|
*
|
|
12783
11669
|
* @type string
|
|
12784
11670
|
*/
|
|
12785
|
-
|
|
11671
|
+
modelKey?: string;
|
|
12786
11672
|
/**
|
|
12787
|
-
*
|
|
11673
|
+
* BarTender 标签模板
|
|
12788
11674
|
*
|
|
12789
11675
|
* @type string
|
|
12790
11676
|
*/
|
|
12791
11677
|
name?: string;
|
|
12792
11678
|
/**
|
|
12793
|
-
*
|
|
11679
|
+
* 标签模板唯一标识(btw标签模板)
|
|
12794
11680
|
*
|
|
12795
11681
|
* @type string
|
|
12796
11682
|
*/
|
|
12797
|
-
|
|
12798
|
-
/**
|
|
12799
|
-
* 排序
|
|
12800
|
-
*
|
|
12801
|
-
* @type number
|
|
12802
|
-
*/
|
|
12803
|
-
sortNum?: number;
|
|
11683
|
+
printKey?: string;
|
|
12804
11684
|
}
|
|
12805
11685
|
export interface LabelDesigner {
|
|
12806
11686
|
/**
|
|
@@ -12991,6 +11871,12 @@ export interface LabelRequest {
|
|
|
12991
11871
|
* @type number
|
|
12992
11872
|
*/
|
|
12993
11873
|
dpi?: number;
|
|
11874
|
+
/**
|
|
11875
|
+
* btw模板的相对路径
|
|
11876
|
+
*
|
|
11877
|
+
* @type string
|
|
11878
|
+
*/
|
|
11879
|
+
fullPath?: string;
|
|
12994
11880
|
/**
|
|
12995
11881
|
* 尺寸(高度)
|
|
12996
11882
|
*
|
|
@@ -13113,6 +11999,12 @@ export interface LabelResponse {
|
|
|
13113
11999
|
* @type number
|
|
13114
12000
|
*/
|
|
13115
12001
|
draft?: number;
|
|
12002
|
+
/**
|
|
12003
|
+
* btw模板的相对路径
|
|
12004
|
+
*
|
|
12005
|
+
* @type string
|
|
12006
|
+
*/
|
|
12007
|
+
fullPath?: string;
|
|
13116
12008
|
/**
|
|
13117
12009
|
* 尺寸(高度)
|
|
13118
12010
|
*
|
|
@@ -13137,6 +12029,12 @@ export interface LabelResponse {
|
|
|
13137
12029
|
* @type string
|
|
13138
12030
|
*/
|
|
13139
12031
|
key?: string;
|
|
12032
|
+
/**
|
|
12033
|
+
* 关联的打印机的mac地址
|
|
12034
|
+
*
|
|
12035
|
+
* @type string
|
|
12036
|
+
*/
|
|
12037
|
+
macAddress?: string;
|
|
13140
12038
|
/**
|
|
13141
12039
|
* 绑定模型key
|
|
13142
12040
|
*
|
|
@@ -13179,6 +12077,12 @@ export interface LabelResponse {
|
|
|
13179
12077
|
* @type string
|
|
13180
12078
|
*/
|
|
13181
12079
|
printKey?: string;
|
|
12080
|
+
/**
|
|
12081
|
+
* 关联得打印机名称
|
|
12082
|
+
*
|
|
12083
|
+
* @type string
|
|
12084
|
+
*/
|
|
12085
|
+
printName?: string;
|
|
13182
12086
|
/**
|
|
13183
12087
|
* 标签格式,zpl/tspl/cpcl/pos/esc/png
|
|
13184
12088
|
*
|
|
@@ -14422,9 +13326,9 @@ export interface MessageTmplRequest {
|
|
|
14422
13326
|
/**
|
|
14423
13327
|
* 消息内容json
|
|
14424
13328
|
*
|
|
14425
|
-
* @type
|
|
13329
|
+
* @type JsonNode
|
|
14426
13330
|
*/
|
|
14427
|
-
messageInfo?:
|
|
13331
|
+
messageInfo?: JsonNode;
|
|
14428
13332
|
/**
|
|
14429
13333
|
* 1:entity:实体模型,2:view:视图模型,3:data:数据模型
|
|
14430
13334
|
*
|
|
@@ -14520,9 +13424,9 @@ export interface MessageTmplResponse {
|
|
|
14520
13424
|
/**
|
|
14521
13425
|
* 消息内容json
|
|
14522
13426
|
*
|
|
14523
|
-
* @type
|
|
13427
|
+
* @type JsonNode
|
|
14524
13428
|
*/
|
|
14525
|
-
messageInfo?:
|
|
13429
|
+
messageInfo?: JsonNode;
|
|
14526
13430
|
/**
|
|
14527
13431
|
* 1:entity:实体模型,2:view:视图模型,3:data:数据模型
|
|
14528
13432
|
*
|
|
@@ -14714,9 +13618,9 @@ export interface MessageTmplSendRequest {
|
|
|
14714
13618
|
/**
|
|
14715
13619
|
* 发送消息参数
|
|
14716
13620
|
*
|
|
14717
|
-
* @type
|
|
13621
|
+
* @type IObject
|
|
14718
13622
|
*/
|
|
14719
|
-
param?:
|
|
13623
|
+
param?: IObject;
|
|
14720
13624
|
/**
|
|
14721
13625
|
* 流程实例id
|
|
14722
13626
|
*
|
|
@@ -14896,9 +13800,9 @@ export interface MobilePageResponse {
|
|
|
14896
13800
|
/**
|
|
14897
13801
|
* 分类信息
|
|
14898
13802
|
*
|
|
14899
|
-
* @type
|
|
13803
|
+
* @type CategoryResponse
|
|
14900
13804
|
*/
|
|
14901
|
-
categoryResponse?:
|
|
13805
|
+
categoryResponse?: CategoryResponse;
|
|
14902
13806
|
/**
|
|
14903
13807
|
*
|
|
14904
13808
|
*
|
|
@@ -14996,6 +13900,38 @@ export interface MobilePageResponse {
|
|
|
14996
13900
|
*/
|
|
14997
13901
|
terminal?: string;
|
|
14998
13902
|
}
|
|
13903
|
+
export interface ModelAssociationResponse {
|
|
13904
|
+
/**
|
|
13905
|
+
*
|
|
13906
|
+
*
|
|
13907
|
+
* @type number
|
|
13908
|
+
*/
|
|
13909
|
+
dataCount?: number;
|
|
13910
|
+
/**
|
|
13911
|
+
*
|
|
13912
|
+
*
|
|
13913
|
+
* @type string
|
|
13914
|
+
*/
|
|
13915
|
+
fieldKey?: string;
|
|
13916
|
+
/**
|
|
13917
|
+
*
|
|
13918
|
+
*
|
|
13919
|
+
* @type string
|
|
13920
|
+
*/
|
|
13921
|
+
fieldType?: string;
|
|
13922
|
+
/**
|
|
13923
|
+
*
|
|
13924
|
+
*
|
|
13925
|
+
* @type string
|
|
13926
|
+
*/
|
|
13927
|
+
modelKey?: string;
|
|
13928
|
+
/**
|
|
13929
|
+
*
|
|
13930
|
+
*
|
|
13931
|
+
* @type string
|
|
13932
|
+
*/
|
|
13933
|
+
modelName?: string;
|
|
13934
|
+
}
|
|
14999
13935
|
export interface ModelBriefInfo {
|
|
15000
13936
|
/**
|
|
15001
13937
|
* 种类
|
|
@@ -15138,9 +14074,9 @@ export interface ModelField {
|
|
|
15138
14074
|
/**
|
|
15139
14075
|
*
|
|
15140
14076
|
*
|
|
15141
|
-
* @type
|
|
14077
|
+
* @type ModelBriefInfo
|
|
15142
14078
|
*/
|
|
15143
|
-
modelMeta?:
|
|
14079
|
+
modelMeta?: ModelBriefInfo;
|
|
15144
14080
|
}
|
|
15145
14081
|
export interface ModelFieldAgg {
|
|
15146
14082
|
/**
|
|
@@ -15152,9 +14088,9 @@ export interface ModelFieldAgg {
|
|
|
15152
14088
|
/**
|
|
15153
14089
|
*
|
|
15154
14090
|
*
|
|
15155
|
-
* @type
|
|
14091
|
+
* @type ModelMeta
|
|
15156
14092
|
*/
|
|
15157
|
-
modelMeta?:
|
|
14093
|
+
modelMeta?: ModelMeta;
|
|
15158
14094
|
}
|
|
15159
14095
|
export interface ModelFieldDTO {
|
|
15160
14096
|
/**
|
|
@@ -15213,6 +14149,12 @@ export interface ModelFieldInfo {
|
|
|
15213
14149
|
* @type string
|
|
15214
14150
|
*/
|
|
15215
14151
|
functionName?: string;
|
|
14152
|
+
/**
|
|
14153
|
+
* 字段映射类型
|
|
14154
|
+
*
|
|
14155
|
+
* @type string
|
|
14156
|
+
*/
|
|
14157
|
+
mappingType?: string;
|
|
15216
14158
|
/**
|
|
15217
14159
|
* 原字段key
|
|
15218
14160
|
*
|
|
@@ -15444,9 +14386,9 @@ export interface ModelMeta {
|
|
|
15444
14386
|
/**
|
|
15445
14387
|
* 特有属性配置选项(json格式)
|
|
15446
14388
|
*
|
|
15447
|
-
* @type
|
|
14389
|
+
* @type IObject
|
|
15448
14390
|
*/
|
|
15449
|
-
specificConfig?:
|
|
14391
|
+
specificConfig?: IObject;
|
|
15450
14392
|
/**
|
|
15451
14393
|
*
|
|
15452
14394
|
*
|
|
@@ -15650,9 +14592,9 @@ export interface ModelMetaDTO {
|
|
|
15650
14592
|
/**
|
|
15651
14593
|
* 特有属性配置选项(json格式)
|
|
15652
14594
|
*
|
|
15653
|
-
* @type
|
|
14595
|
+
* @type IObject
|
|
15654
14596
|
*/
|
|
15655
|
-
specificConfig?:
|
|
14597
|
+
specificConfig?: IObject;
|
|
15656
14598
|
/**
|
|
15657
14599
|
*
|
|
15658
14600
|
*
|
|
@@ -15694,9 +14636,9 @@ export interface ModelMetaInfo {
|
|
|
15694
14636
|
/**
|
|
15695
14637
|
* 表信息
|
|
15696
14638
|
*
|
|
15697
|
-
* @type
|
|
14639
|
+
* @type TableMetaBase
|
|
15698
14640
|
*/
|
|
15699
|
-
data?:
|
|
14641
|
+
data?: TableMetaBase;
|
|
15700
14642
|
/**
|
|
15701
14643
|
* id 主键
|
|
15702
14644
|
*
|
|
@@ -15726,9 +14668,9 @@ export interface ModelMetaResponse {
|
|
|
15726
14668
|
/**
|
|
15727
14669
|
* 分类信息
|
|
15728
14670
|
*
|
|
15729
|
-
* @type
|
|
14671
|
+
* @type CategoryResponse
|
|
15730
14672
|
*/
|
|
15731
|
-
categoryResponse?:
|
|
14673
|
+
categoryResponse?: CategoryResponse;
|
|
15732
14674
|
/**
|
|
15733
14675
|
* 模型约束
|
|
15734
14676
|
*
|
|
@@ -15846,9 +14788,9 @@ export interface ModelMetaResponse {
|
|
|
15846
14788
|
/**
|
|
15847
14789
|
* 特殊配置
|
|
15848
14790
|
*
|
|
15849
|
-
* @type
|
|
14791
|
+
* @type IObject
|
|
15850
14792
|
*/
|
|
15851
|
-
specificConfig?:
|
|
14793
|
+
specificConfig?: IObject;
|
|
15852
14794
|
/**
|
|
15853
14795
|
* 模型是否为子模型 (1 子模型, 0 非子模型)
|
|
15854
14796
|
*
|
|
@@ -15944,9 +14886,9 @@ export interface ModelMetaVO {
|
|
|
15944
14886
|
/**
|
|
15945
14887
|
* 特殊配置
|
|
15946
14888
|
*
|
|
15947
|
-
* @type
|
|
14889
|
+
* @type IObject
|
|
15948
14890
|
*/
|
|
15949
|
-
specificConfig?:
|
|
14891
|
+
specificConfig?: IObject;
|
|
15950
14892
|
/**
|
|
15951
14893
|
* 模型是否为子模型 (1 子模型, 0 非子模型)
|
|
15952
14894
|
*
|
|
@@ -16118,9 +15060,9 @@ export interface ModelMultiRow {
|
|
|
16118
15060
|
/**
|
|
16119
15061
|
*
|
|
16120
15062
|
*
|
|
16121
|
-
* @type
|
|
15063
|
+
* @type IObject
|
|
16122
15064
|
*/
|
|
16123
|
-
dict?:
|
|
15065
|
+
dict?: IObject;
|
|
16124
15066
|
}
|
|
16125
15067
|
export interface ModelPageableRow {
|
|
16126
15068
|
/**
|
|
@@ -16132,9 +15074,9 @@ export interface ModelPageableRow {
|
|
|
16132
15074
|
/**
|
|
16133
15075
|
*
|
|
16134
15076
|
*
|
|
16135
|
-
* @type
|
|
15077
|
+
* @type IObject
|
|
16136
15078
|
*/
|
|
16137
|
-
dict?:
|
|
15079
|
+
dict?: IObject;
|
|
16138
15080
|
/**
|
|
16139
15081
|
*
|
|
16140
15082
|
*
|
|
@@ -16358,15 +15300,15 @@ export interface ModelSingleRow {
|
|
|
16358
15300
|
/**
|
|
16359
15301
|
*
|
|
16360
15302
|
*
|
|
16361
|
-
* @type
|
|
15303
|
+
* @type IObject
|
|
16362
15304
|
*/
|
|
16363
|
-
data?:
|
|
15305
|
+
data?: IObject;
|
|
16364
15306
|
/**
|
|
16365
15307
|
*
|
|
16366
15308
|
*
|
|
16367
|
-
* @type
|
|
15309
|
+
* @type IObject
|
|
16368
15310
|
*/
|
|
16369
|
-
dict?:
|
|
15311
|
+
dict?: IObject;
|
|
16370
15312
|
}
|
|
16371
15313
|
export interface NumberExportConfig {
|
|
16372
15314
|
/**
|
|
@@ -16422,9 +15364,9 @@ export interface OfBaseSubmitRequest {
|
|
|
16422
15364
|
/**
|
|
16423
15365
|
* 提交的数据
|
|
16424
15366
|
*
|
|
16425
|
-
* @type
|
|
15367
|
+
* @type IObject
|
|
16426
15368
|
*/
|
|
16427
|
-
data?:
|
|
15369
|
+
data?: IObject;
|
|
16428
15370
|
/**
|
|
16429
15371
|
* 操作的按钮的key
|
|
16430
15372
|
*
|
|
@@ -16440,9 +15382,9 @@ export interface OfBaseSubmitRequest {
|
|
|
16440
15382
|
/**
|
|
16441
15383
|
* 变更记录
|
|
16442
15384
|
*
|
|
16443
|
-
* @type
|
|
15385
|
+
* @type OnlineFormChangeHistoryRequest
|
|
16444
15386
|
*/
|
|
16445
|
-
historyRequest?:
|
|
15387
|
+
historyRequest?: OnlineFormChangeHistoryRequest;
|
|
16446
15388
|
/**
|
|
16447
15389
|
* 在线表单实例id
|
|
16448
15390
|
*
|
|
@@ -16540,9 +15482,9 @@ export interface OfProcessApproveRequest {
|
|
|
16540
15482
|
/**
|
|
16541
15483
|
* 提交的数据
|
|
16542
15484
|
*
|
|
16543
|
-
* @type
|
|
15485
|
+
* @type IObject
|
|
16544
15486
|
*/
|
|
16545
|
-
data?:
|
|
15487
|
+
data?: IObject;
|
|
16546
15488
|
/**
|
|
16547
15489
|
* 在线表单实例id
|
|
16548
15490
|
*
|
|
@@ -16590,15 +15532,15 @@ export interface OfProcessChangeRequest {
|
|
|
16590
15532
|
/**
|
|
16591
15533
|
* 提交的数据
|
|
16592
15534
|
*
|
|
16593
|
-
* @type
|
|
15535
|
+
* @type IObject
|
|
16594
15536
|
*/
|
|
16595
|
-
data?:
|
|
15537
|
+
data?: IObject;
|
|
16596
15538
|
/**
|
|
16597
15539
|
* 变更记录
|
|
16598
15540
|
*
|
|
16599
|
-
* @type
|
|
15541
|
+
* @type OnlineFormChangeHistoryRequest
|
|
16600
15542
|
*/
|
|
16601
|
-
historyRequest?:
|
|
15543
|
+
historyRequest?: OnlineFormChangeHistoryRequest;
|
|
16602
15544
|
/**
|
|
16603
15545
|
* 在线表单实例id
|
|
16604
15546
|
*
|
|
@@ -16648,9 +15590,9 @@ export interface OfProcessJumpRequest {
|
|
|
16648
15590
|
/**
|
|
16649
15591
|
* 提交的数据
|
|
16650
15592
|
*
|
|
16651
|
-
* @type
|
|
15593
|
+
* @type IObject
|
|
16652
15594
|
*/
|
|
16653
|
-
data?:
|
|
15595
|
+
data?: IObject;
|
|
16654
15596
|
/**
|
|
16655
15597
|
* 跳转模式:下一个节点:NextNode、开始节点:StartNode、结束节点:EndNode
|
|
16656
15598
|
*
|
|
@@ -16692,9 +15634,9 @@ export interface OfProcessOperationsDTO {
|
|
|
16692
15634
|
/**
|
|
16693
15635
|
* 节点定义
|
|
16694
15636
|
*
|
|
16695
|
-
* @type
|
|
15637
|
+
* @type ProcessNodeDefinition
|
|
16696
15638
|
*/
|
|
16697
|
-
nodeDef?:
|
|
15639
|
+
nodeDef?: ProcessNodeDefinition;
|
|
16698
15640
|
/**
|
|
16699
15641
|
* 任务id
|
|
16700
15642
|
*
|
|
@@ -16724,9 +15666,9 @@ export interface OfProcessQualifiedRequest {
|
|
|
16724
15666
|
/**
|
|
16725
15667
|
* 提交的数据
|
|
16726
15668
|
*
|
|
16727
|
-
* @type
|
|
15669
|
+
* @type IObject
|
|
16728
15670
|
*/
|
|
16729
|
-
data?:
|
|
15671
|
+
data?: IObject;
|
|
16730
15672
|
/**
|
|
16731
15673
|
* 在线表单实例id
|
|
16732
15674
|
*
|
|
@@ -16788,9 +15730,9 @@ export interface OfProcessReassignRequest {
|
|
|
16788
15730
|
/**
|
|
16789
15731
|
* 提交的数据
|
|
16790
15732
|
*
|
|
16791
|
-
* @type
|
|
15733
|
+
* @type IObject
|
|
16792
15734
|
*/
|
|
16793
|
-
data?:
|
|
15735
|
+
data?: IObject;
|
|
16794
15736
|
/**
|
|
16795
15737
|
* 在线表单实例id
|
|
16796
15738
|
*
|
|
@@ -16890,9 +15832,9 @@ export interface OfProcessReturnRequest {
|
|
|
16890
15832
|
/**
|
|
16891
15833
|
* 提交的数据
|
|
16892
15834
|
*
|
|
16893
|
-
* @type
|
|
15835
|
+
* @type IObject
|
|
16894
15836
|
*/
|
|
16895
|
-
data?:
|
|
15837
|
+
data?: IObject;
|
|
16896
15838
|
/**
|
|
16897
15839
|
* 在线表单实例id
|
|
16898
15840
|
*
|
|
@@ -16952,9 +15894,9 @@ export interface OfProcessSaveRequest {
|
|
|
16952
15894
|
/**
|
|
16953
15895
|
* 提交的数据
|
|
16954
15896
|
*
|
|
16955
|
-
* @type
|
|
15897
|
+
* @type IObject
|
|
16956
15898
|
*/
|
|
16957
|
-
data?:
|
|
15899
|
+
data?: IObject;
|
|
16958
15900
|
/**
|
|
16959
15901
|
* 异常标记
|
|
16960
15902
|
*
|
|
@@ -17014,9 +15956,9 @@ export interface OfProcessSubmitRequest {
|
|
|
17014
15956
|
/**
|
|
17015
15957
|
* 提交的数据
|
|
17016
15958
|
*
|
|
17017
|
-
* @type
|
|
15959
|
+
* @type IObject
|
|
17018
15960
|
*/
|
|
17019
|
-
data?:
|
|
15961
|
+
data?: IObject;
|
|
17020
15962
|
/**
|
|
17021
15963
|
* 异常标记
|
|
17022
15964
|
*
|
|
@@ -17026,9 +15968,9 @@ export interface OfProcessSubmitRequest {
|
|
|
17026
15968
|
/**
|
|
17027
15969
|
* 变更记录
|
|
17028
15970
|
*
|
|
17029
|
-
* @type
|
|
15971
|
+
* @type OnlineFormChangeHistoryRequest
|
|
17030
15972
|
*/
|
|
17031
|
-
historyRequest?:
|
|
15973
|
+
historyRequest?: OnlineFormChangeHistoryRequest;
|
|
17032
15974
|
/**
|
|
17033
15975
|
* 在线表单实例id
|
|
17034
15976
|
*
|
|
@@ -17082,9 +16024,9 @@ export interface OnlineFormBizRequest {
|
|
|
17082
16024
|
/**
|
|
17083
16025
|
* 查询算子(后台模型 和 表单模型)
|
|
17084
16026
|
*
|
|
17085
|
-
* @type
|
|
16027
|
+
* @type IObject
|
|
17086
16028
|
*/
|
|
17087
|
-
requestBody?:
|
|
16029
|
+
requestBody?: IObject;
|
|
17088
16030
|
/**
|
|
17089
16031
|
* 是否子模型 - 表单模型时必传:true 是 false不是
|
|
17090
16032
|
*
|
|
@@ -17606,9 +16548,9 @@ export interface OnlineFormFieldMetaVO {
|
|
|
17606
16548
|
/**
|
|
17607
16549
|
* 默认值
|
|
17608
16550
|
*
|
|
17609
|
-
* @type
|
|
16551
|
+
* @type DefaultValue
|
|
17610
16552
|
*/
|
|
17611
|
-
defaultValue?:
|
|
16553
|
+
defaultValue?: DefaultValue;
|
|
17612
16554
|
/**
|
|
17613
16555
|
* 描述
|
|
17614
16556
|
*
|
|
@@ -17666,9 +16608,9 @@ export interface OnlineFormFieldMetaVO {
|
|
|
17666
16608
|
/**
|
|
17667
16609
|
* 特有属性配置选项(json格式)
|
|
17668
16610
|
*
|
|
17669
|
-
* @type
|
|
16611
|
+
* @type IObject
|
|
17670
16612
|
*/
|
|
17671
|
-
specificConfig?:
|
|
16613
|
+
specificConfig?: IObject;
|
|
17672
16614
|
/**
|
|
17673
16615
|
* 子模型Key
|
|
17674
16616
|
*
|
|
@@ -17684,9 +16626,9 @@ export interface OnlineFormFieldMetaVO {
|
|
|
17684
16626
|
/**
|
|
17685
16627
|
* 约束类型 GLOBAL:全局唯一 LEVEL:层级唯一
|
|
17686
16628
|
*
|
|
17687
|
-
* @type
|
|
16629
|
+
* @type UniqueConstraint
|
|
17688
16630
|
*/
|
|
17689
|
-
uniqueConstraint?:
|
|
16631
|
+
uniqueConstraint?: UniqueConstraint;
|
|
17690
16632
|
}
|
|
17691
16633
|
export interface OnlineFormInsTaskRequest {
|
|
17692
16634
|
/**
|
|
@@ -18688,9 +17630,9 @@ export interface OnlineFormInstanceResponse {
|
|
|
18688
17630
|
/**
|
|
18689
17631
|
*
|
|
18690
17632
|
*
|
|
18691
|
-
* @type
|
|
17633
|
+
* @type OfProcessOperationsDTO
|
|
18692
17634
|
*/
|
|
18693
|
-
ofProcessOperations?:
|
|
17635
|
+
ofProcessOperations?: OfProcessOperationsDTO;
|
|
18694
17636
|
/**
|
|
18695
17637
|
* 在线表单是否必填 1: 必填 0 非必填
|
|
18696
17638
|
*
|
|
@@ -18852,9 +17794,9 @@ export interface OnlineFormInstanceTmplRelationResponse {
|
|
|
18852
17794
|
/**
|
|
18853
17795
|
* edhr实例
|
|
18854
17796
|
*
|
|
18855
|
-
* @type
|
|
17797
|
+
* @type EdhrInstance
|
|
18856
17798
|
*/
|
|
18857
|
-
edhrInstance?:
|
|
17799
|
+
edhrInstance?: EdhrInstance;
|
|
18858
17800
|
/**
|
|
18859
17801
|
* 表单实例对象
|
|
18860
17802
|
*
|
|
@@ -18864,9 +17806,9 @@ export interface OnlineFormInstanceTmplRelationResponse {
|
|
|
18864
17806
|
/**
|
|
18865
17807
|
* 表单模板
|
|
18866
17808
|
*
|
|
18867
|
-
* @type
|
|
17809
|
+
* @type OnlineFormTmplResponse
|
|
18868
17810
|
*/
|
|
18869
|
-
ofTmpl?:
|
|
17811
|
+
ofTmpl?: OnlineFormTmplResponse;
|
|
18870
17812
|
}
|
|
18871
17813
|
export interface OnlineFormLogResponse {
|
|
18872
17814
|
/**
|
|
@@ -19078,60 +18020,6 @@ export interface OnlineFormModelMeta {
|
|
|
19078
18020
|
*/
|
|
19079
18021
|
name?: string;
|
|
19080
18022
|
}
|
|
19081
|
-
export interface OnlineFormOperatorInfo {
|
|
19082
|
-
/**
|
|
19083
|
-
* 当前处理人id
|
|
19084
|
-
*
|
|
19085
|
-
* @type string
|
|
19086
|
-
*/
|
|
19087
|
-
operator?: string;
|
|
19088
|
-
/**
|
|
19089
|
-
* 当前处理人名字
|
|
19090
|
-
*
|
|
19091
|
-
* @type string
|
|
19092
|
-
*/
|
|
19093
|
-
operatorName?: string;
|
|
19094
|
-
}
|
|
19095
|
-
export interface OnlineFormOperatorNodeResponse {
|
|
19096
|
-
/**
|
|
19097
|
-
* 节点id
|
|
19098
|
-
*
|
|
19099
|
-
* @type string
|
|
19100
|
-
*/
|
|
19101
|
-
nodeId?: string;
|
|
19102
|
-
/**
|
|
19103
|
-
*
|
|
19104
|
-
*
|
|
19105
|
-
* @type OnlineFormOperatorInfo[]
|
|
19106
|
-
*/
|
|
19107
|
-
operatorInfoList?: OnlineFormOperatorInfo[];
|
|
19108
|
-
/**
|
|
19109
|
-
* bpmnParallel 并行节点,bpmnExclusive 条件分支
|
|
19110
|
-
*
|
|
19111
|
-
* @type string
|
|
19112
|
-
*/
|
|
19113
|
-
type?: string;
|
|
19114
|
-
}
|
|
19115
|
-
export interface OnlineFormOperatorResponse {
|
|
19116
|
-
/**
|
|
19117
|
-
* PROCESS 审核节点 时取值
|
|
19118
|
-
*
|
|
19119
|
-
* @type OnlineFormOperatorNodeResponse[]
|
|
19120
|
-
*/
|
|
19121
|
-
nodes?: OnlineFormOperatorNodeResponse[];
|
|
19122
|
-
/**
|
|
19123
|
-
* PROCESS 填报 时取值
|
|
19124
|
-
*
|
|
19125
|
-
* @type OnlineFormOperatorInfo[]
|
|
19126
|
-
*/
|
|
19127
|
-
operatorInfoList?: OnlineFormOperatorInfo[];
|
|
19128
|
-
/**
|
|
19129
|
-
* PROCESS 审核 ,FiLL 填报
|
|
19130
|
-
*
|
|
19131
|
-
* @type string
|
|
19132
|
-
*/
|
|
19133
|
-
type?: string;
|
|
19134
|
-
}
|
|
19135
18023
|
export interface OnlineFormStashRequest {
|
|
19136
18024
|
/**
|
|
19137
18025
|
* 附件数量
|
|
@@ -19172,9 +18060,9 @@ export interface OnlineFormStashRequest {
|
|
|
19172
18060
|
/**
|
|
19173
18061
|
* 提交的数据
|
|
19174
18062
|
*
|
|
19175
|
-
* @type
|
|
18063
|
+
* @type IObject
|
|
19176
18064
|
*/
|
|
19177
|
-
data?:
|
|
18065
|
+
data?: IObject;
|
|
19178
18066
|
/**
|
|
19179
18067
|
* 异常标记
|
|
19180
18068
|
*
|
|
@@ -19908,26 +18796,6 @@ export interface OnlineFormTmplResponse {
|
|
|
19908
18796
|
*/
|
|
19909
18797
|
width?: number;
|
|
19910
18798
|
}
|
|
19911
|
-
export interface OnlineFormUpdateOperatorRequest {
|
|
19912
|
-
/**
|
|
19913
|
-
*
|
|
19914
|
-
*
|
|
19915
|
-
* @type string
|
|
19916
|
-
*/
|
|
19917
|
-
currentActivityId?: string;
|
|
19918
|
-
/**
|
|
19919
|
-
* 实例id
|
|
19920
|
-
*
|
|
19921
|
-
* @type string
|
|
19922
|
-
*/
|
|
19923
|
-
ofInstanceId?: string;
|
|
19924
|
-
/**
|
|
19925
|
-
* 转发任务处理人信息
|
|
19926
|
-
*
|
|
19927
|
-
* @type TransferOperatorInfo[]
|
|
19928
|
-
*/
|
|
19929
|
-
operators?: TransferOperatorInfo[];
|
|
19930
|
-
}
|
|
19931
18799
|
export interface OnlineUserSummary {
|
|
19932
18800
|
/**
|
|
19933
18801
|
*
|
|
@@ -21368,9 +20236,9 @@ export interface PadPageResponse {
|
|
|
21368
20236
|
/**
|
|
21369
20237
|
* 分类信息
|
|
21370
20238
|
*
|
|
21371
|
-
* @type
|
|
20239
|
+
* @type CategoryResponse
|
|
21372
20240
|
*/
|
|
21373
|
-
categoryResponse?:
|
|
20241
|
+
categoryResponse?: CategoryResponse;
|
|
21374
20242
|
/**
|
|
21375
20243
|
*
|
|
21376
20244
|
*
|
|
@@ -22178,9 +21046,9 @@ export interface PmProcessDefinition {
|
|
|
22178
21046
|
/**
|
|
22179
21047
|
*
|
|
22180
21048
|
*
|
|
22181
|
-
* @type
|
|
21049
|
+
* @type ProcessDefinitionVersion
|
|
22182
21050
|
*/
|
|
22183
|
-
activeDefVersion?:
|
|
21051
|
+
activeDefVersion?: ProcessDefinitionVersion;
|
|
22184
21052
|
/**
|
|
22185
21053
|
*
|
|
22186
21054
|
*
|
|
@@ -22974,9 +21842,9 @@ export interface ProcStartInstRequest {
|
|
|
22974
21842
|
/**
|
|
22975
21843
|
* 提交的数据
|
|
22976
21844
|
*
|
|
22977
|
-
* @type
|
|
21845
|
+
* @type IObject
|
|
22978
21846
|
*/
|
|
22979
|
-
data?:
|
|
21847
|
+
data?: IObject;
|
|
22980
21848
|
/**
|
|
22981
21849
|
* 流程定义id
|
|
22982
21850
|
*
|
|
@@ -24152,9 +23020,9 @@ export interface ProcessEngineRequest {
|
|
|
24152
23020
|
/**
|
|
24153
23021
|
*
|
|
24154
23022
|
*
|
|
24155
|
-
* @type
|
|
23023
|
+
* @type IObject
|
|
24156
23024
|
*/
|
|
24157
|
-
values?:
|
|
23025
|
+
values?: IObject;
|
|
24158
23026
|
}
|
|
24159
23027
|
export interface ProcessEvent {
|
|
24160
23028
|
/**
|
|
@@ -24412,9 +23280,9 @@ export interface ProcessExtension {
|
|
|
24412
23280
|
/**
|
|
24413
23281
|
*
|
|
24414
23282
|
*
|
|
24415
|
-
* @type
|
|
23283
|
+
* @type ProcessNodeDefinition
|
|
24416
23284
|
*/
|
|
24417
|
-
initiatorNode?:
|
|
23285
|
+
initiatorNode?: ProcessNodeDefinition;
|
|
24418
23286
|
/**
|
|
24419
23287
|
* 移动端页面key
|
|
24420
23288
|
*
|
|
@@ -24430,9 +23298,9 @@ export interface ProcessExtension {
|
|
|
24430
23298
|
/**
|
|
24431
23299
|
* 节点信息
|
|
24432
23300
|
*
|
|
24433
|
-
* @type
|
|
23301
|
+
* @type ProcessNodeDefinition
|
|
24434
23302
|
*/
|
|
24435
|
-
node?:
|
|
23303
|
+
node?: ProcessNodeDefinition;
|
|
24436
23304
|
/**
|
|
24437
23305
|
*
|
|
24438
23306
|
*
|
|
@@ -24474,9 +23342,9 @@ export interface ProcessGraphResponse {
|
|
|
24474
23342
|
/**
|
|
24475
23343
|
* 已审批人信息,姓名-头像-审批时间
|
|
24476
23344
|
*
|
|
24477
|
-
* @type
|
|
23345
|
+
* @type ITripleObject<string,string,LocalDateTime>[]
|
|
24478
23346
|
*/
|
|
24479
|
-
approvedUsers?:
|
|
23347
|
+
approvedUsers?: ITripleObject<string, string, LocalDateTime>[];
|
|
24480
23348
|
/**
|
|
24481
23349
|
* 审批配置
|
|
24482
23350
|
*
|
|
@@ -24498,9 +23366,9 @@ export interface ProcessGraphResponse {
|
|
|
24498
23366
|
/**
|
|
24499
23367
|
* 消息统计信息,SUCCEED/FAILURE-数量
|
|
24500
23368
|
*
|
|
24501
|
-
* @type
|
|
23369
|
+
* @type IObject
|
|
24502
23370
|
*/
|
|
24503
|
-
messages?:
|
|
23371
|
+
messages?: IObject;
|
|
24504
23372
|
/**
|
|
24505
23373
|
* 消息模板名
|
|
24506
23374
|
*
|
|
@@ -24540,9 +23408,9 @@ export interface ProcessGraphResponse {
|
|
|
24540
23408
|
/**
|
|
24541
23409
|
* 未审批人信息,姓名-头像
|
|
24542
23410
|
*
|
|
24543
|
-
* @type
|
|
23411
|
+
* @type ITripleObject<string,string,LocalDateTime>[]
|
|
24544
23412
|
*/
|
|
24545
|
-
unApprovedUsers?:
|
|
23413
|
+
unApprovedUsers?: ITripleObject<string, string, LocalDateTime>[];
|
|
24546
23414
|
/**
|
|
24547
23415
|
* 流程实例版本Id
|
|
24548
23416
|
*
|
|
@@ -24694,9 +23562,9 @@ export interface ProcessHistoryDetail {
|
|
|
24694
23562
|
/**
|
|
24695
23563
|
*
|
|
24696
23564
|
*
|
|
24697
|
-
* @type
|
|
23565
|
+
* @type PickerUserDTO
|
|
24698
23566
|
*/
|
|
24699
|
-
reassigner?:
|
|
23567
|
+
reassigner?: PickerUserDTO;
|
|
24700
23568
|
/**
|
|
24701
23569
|
*
|
|
24702
23570
|
*
|
|
@@ -25940,9 +24808,9 @@ export interface ProcessOperateRequest {
|
|
|
25940
24808
|
/**
|
|
25941
24809
|
* 提交的数据
|
|
25942
24810
|
*
|
|
25943
|
-
* @type
|
|
24811
|
+
* @type IObject
|
|
25944
24812
|
*/
|
|
25945
|
-
data?:
|
|
24813
|
+
data?: IObject;
|
|
25946
24814
|
/**
|
|
25947
24815
|
* 意见
|
|
25948
24816
|
*
|
|
@@ -25990,9 +24858,9 @@ export interface ProcessPathDefRelationResponse {
|
|
|
25990
24858
|
/**
|
|
25991
24859
|
* 流程定义
|
|
25992
24860
|
*
|
|
25993
|
-
* @type
|
|
24861
|
+
* @type ProcessDefinitionVersionResponse
|
|
25994
24862
|
*/
|
|
25995
|
-
proDefVer?:
|
|
24863
|
+
proDefVer?: ProcessDefinitionVersionResponse;
|
|
25996
24864
|
}
|
|
25997
24865
|
export interface ProcessPathResponse {
|
|
25998
24866
|
/**
|
|
@@ -26324,9 +25192,9 @@ export interface ProcessResponse {
|
|
|
26324
25192
|
/**
|
|
26325
25193
|
* 分类信息
|
|
26326
25194
|
*
|
|
26327
|
-
* @type
|
|
25195
|
+
* @type CategoryResponse
|
|
26328
25196
|
*/
|
|
26329
|
-
categoryResponse?:
|
|
25197
|
+
categoryResponse?: CategoryResponse;
|
|
26330
25198
|
/**
|
|
26331
25199
|
*
|
|
26332
25200
|
*
|
|
@@ -26430,342 +25298,6 @@ export interface ProcessResponse {
|
|
|
26430
25298
|
*/
|
|
26431
25299
|
type?: string;
|
|
26432
25300
|
}
|
|
26433
|
-
export interface ProcessRootCauseRequest {
|
|
26434
|
-
/**
|
|
26435
|
-
* 批次
|
|
26436
|
-
*
|
|
26437
|
-
* @type string
|
|
26438
|
-
*/
|
|
26439
|
-
batch?: string;
|
|
26440
|
-
/**
|
|
26441
|
-
*
|
|
26442
|
-
*
|
|
26443
|
-
* @type string
|
|
26444
|
-
*/
|
|
26445
|
-
id?: string;
|
|
26446
|
-
/**
|
|
26447
|
-
* 报告状态 未生成 UNGENERATED,未填报 UNFILLED,进行中 RUNNING,已完成 COMPLETED , 暂存 STASH
|
|
26448
|
-
*
|
|
26449
|
-
* @type string
|
|
26450
|
-
*/
|
|
26451
|
-
instanceStatus?: string;
|
|
26452
|
-
/**
|
|
26453
|
-
* 页码
|
|
26454
|
-
*
|
|
26455
|
-
* @type number
|
|
26456
|
-
*/
|
|
26457
|
-
pageNo?: number;
|
|
26458
|
-
/**
|
|
26459
|
-
* 每页大小
|
|
26460
|
-
*
|
|
26461
|
-
* @type number
|
|
26462
|
-
*/
|
|
26463
|
-
pageSize?: number;
|
|
26464
|
-
/**
|
|
26465
|
-
* 产品名称
|
|
26466
|
-
*
|
|
26467
|
-
* @type string
|
|
26468
|
-
*/
|
|
26469
|
-
productName?: string;
|
|
26470
|
-
/**
|
|
26471
|
-
* 查询类型(待我填报:UNFILLED,我创建的:CREATED ,我已填单据:COMPLETED),审核状态(TODO 待我审核 DONE 我已审核)
|
|
26472
|
-
*
|
|
26473
|
-
* @type string
|
|
26474
|
-
*/
|
|
26475
|
-
queryType?: string;
|
|
26476
|
-
/**
|
|
26477
|
-
* 报告名称
|
|
26478
|
-
*
|
|
26479
|
-
* @type string
|
|
26480
|
-
*/
|
|
26481
|
-
reportName?: string;
|
|
26482
|
-
/**
|
|
26483
|
-
* 报告编号
|
|
26484
|
-
*
|
|
26485
|
-
* @type string
|
|
26486
|
-
*/
|
|
26487
|
-
reportNo?: string;
|
|
26488
|
-
/**
|
|
26489
|
-
* 模板名称
|
|
26490
|
-
*
|
|
26491
|
-
* @type string
|
|
26492
|
-
*/
|
|
26493
|
-
templateName?: string;
|
|
26494
|
-
/**
|
|
26495
|
-
* 不合格品单号
|
|
26496
|
-
*
|
|
26497
|
-
* @type string
|
|
26498
|
-
*/
|
|
26499
|
-
unqualifiedNo?: string;
|
|
26500
|
-
/**
|
|
26501
|
-
* 用户ID
|
|
26502
|
-
*
|
|
26503
|
-
* @type string
|
|
26504
|
-
*/
|
|
26505
|
-
userId?: string;
|
|
26506
|
-
}
|
|
26507
|
-
export interface ProcessRootCauseResponse {
|
|
26508
|
-
/**
|
|
26509
|
-
* 审批状态
|
|
26510
|
-
*
|
|
26511
|
-
* @type string
|
|
26512
|
-
*/
|
|
26513
|
-
approvalStatus?: string;
|
|
26514
|
-
/**
|
|
26515
|
-
* 附件
|
|
26516
|
-
*
|
|
26517
|
-
* @type string
|
|
26518
|
-
*/
|
|
26519
|
-
attachment?: string;
|
|
26520
|
-
/**
|
|
26521
|
-
* 制程根因附件地址
|
|
26522
|
-
*
|
|
26523
|
-
* @type string
|
|
26524
|
-
*/
|
|
26525
|
-
attachmentUrl?: string;
|
|
26526
|
-
/**
|
|
26527
|
-
* 批次
|
|
26528
|
-
*
|
|
26529
|
-
* @type string
|
|
26530
|
-
*/
|
|
26531
|
-
batch?: string;
|
|
26532
|
-
/**
|
|
26533
|
-
*
|
|
26534
|
-
*
|
|
26535
|
-
* @type string
|
|
26536
|
-
*/
|
|
26537
|
-
createOrgId?: string;
|
|
26538
|
-
/**
|
|
26539
|
-
*
|
|
26540
|
-
*
|
|
26541
|
-
* @type string
|
|
26542
|
-
*/
|
|
26543
|
-
createTime?: string;
|
|
26544
|
-
/**
|
|
26545
|
-
*
|
|
26546
|
-
*
|
|
26547
|
-
* @type string
|
|
26548
|
-
*/
|
|
26549
|
-
createUserId?: string;
|
|
26550
|
-
/**
|
|
26551
|
-
*
|
|
26552
|
-
*
|
|
26553
|
-
* @type string
|
|
26554
|
-
*/
|
|
26555
|
-
createUserName?: string;
|
|
26556
|
-
/**
|
|
26557
|
-
*
|
|
26558
|
-
*
|
|
26559
|
-
* @type number
|
|
26560
|
-
*/
|
|
26561
|
-
dataVersion?: number;
|
|
26562
|
-
/**
|
|
26563
|
-
*
|
|
26564
|
-
*
|
|
26565
|
-
* @type string
|
|
26566
|
-
*/
|
|
26567
|
-
id?: string;
|
|
26568
|
-
/**
|
|
26569
|
-
* 送检单号
|
|
26570
|
-
*
|
|
26571
|
-
* @type string
|
|
26572
|
-
*/
|
|
26573
|
-
inspectionNum?: string;
|
|
26574
|
-
/**
|
|
26575
|
-
* 实例Id
|
|
26576
|
-
*
|
|
26577
|
-
* @type string
|
|
26578
|
-
*/
|
|
26579
|
-
instanceId?: string;
|
|
26580
|
-
/**
|
|
26581
|
-
* 实例状态
|
|
26582
|
-
*
|
|
26583
|
-
* @type string
|
|
26584
|
-
*/
|
|
26585
|
-
instanceStatus?: string;
|
|
26586
|
-
/**
|
|
26587
|
-
* 批数量
|
|
26588
|
-
*
|
|
26589
|
-
* @type number
|
|
26590
|
-
*/
|
|
26591
|
-
lotQuantity?: number;
|
|
26592
|
-
/**
|
|
26593
|
-
*
|
|
26594
|
-
*
|
|
26595
|
-
* @type string
|
|
26596
|
-
*/
|
|
26597
|
-
modifyOrgId?: string;
|
|
26598
|
-
/**
|
|
26599
|
-
*
|
|
26600
|
-
*
|
|
26601
|
-
* @type string
|
|
26602
|
-
*/
|
|
26603
|
-
modifyTime?: string;
|
|
26604
|
-
/**
|
|
26605
|
-
*
|
|
26606
|
-
*
|
|
26607
|
-
* @type string
|
|
26608
|
-
*/
|
|
26609
|
-
modifyUserId?: string;
|
|
26610
|
-
/**
|
|
26611
|
-
*
|
|
26612
|
-
*
|
|
26613
|
-
* @type string
|
|
26614
|
-
*/
|
|
26615
|
-
modifyUserName?: string;
|
|
26616
|
-
/**
|
|
26617
|
-
* 工序
|
|
26618
|
-
*
|
|
26619
|
-
* @type string
|
|
26620
|
-
*/
|
|
26621
|
-
process?: string;
|
|
26622
|
-
/**
|
|
26623
|
-
* 产品名称
|
|
26624
|
-
*
|
|
26625
|
-
* @type string
|
|
26626
|
-
*/
|
|
26627
|
-
productName?: string;
|
|
26628
|
-
/**
|
|
26629
|
-
* 报告名称
|
|
26630
|
-
*
|
|
26631
|
-
* @type string
|
|
26632
|
-
*/
|
|
26633
|
-
reportName?: string;
|
|
26634
|
-
/**
|
|
26635
|
-
* 报告编号
|
|
26636
|
-
*
|
|
26637
|
-
* @type string
|
|
26638
|
-
*/
|
|
26639
|
-
reportNo?: string;
|
|
26640
|
-
/**
|
|
26641
|
-
* 脚本
|
|
26642
|
-
*
|
|
26643
|
-
* @type string
|
|
26644
|
-
*/
|
|
26645
|
-
script?: string;
|
|
26646
|
-
/**
|
|
26647
|
-
* 规格型号
|
|
26648
|
-
*
|
|
26649
|
-
* @type string
|
|
26650
|
-
*/
|
|
26651
|
-
specificationModel?: string;
|
|
26652
|
-
/**
|
|
26653
|
-
* 模板
|
|
26654
|
-
*
|
|
26655
|
-
* @type string
|
|
26656
|
-
*/
|
|
26657
|
-
template?: string;
|
|
26658
|
-
/**
|
|
26659
|
-
* 模板名称
|
|
26660
|
-
*
|
|
26661
|
-
* @type string
|
|
26662
|
-
*/
|
|
26663
|
-
templateName?: string;
|
|
26664
|
-
/**
|
|
26665
|
-
*
|
|
26666
|
-
*
|
|
26667
|
-
* @type string
|
|
26668
|
-
*/
|
|
26669
|
-
tenantId?: string;
|
|
26670
|
-
/**
|
|
26671
|
-
* 不合格品单号
|
|
26672
|
-
*
|
|
26673
|
-
* @type string
|
|
26674
|
-
*/
|
|
26675
|
-
unqualifiedNo?: string;
|
|
26676
|
-
/**
|
|
26677
|
-
* 制造部
|
|
26678
|
-
*
|
|
26679
|
-
* @type string
|
|
26680
|
-
*/
|
|
26681
|
-
workShop?: string;
|
|
26682
|
-
}
|
|
26683
|
-
export interface ProcessRootCauseSaveRequest {
|
|
26684
|
-
/**
|
|
26685
|
-
* 附件 多个附件url以,拼接
|
|
26686
|
-
*
|
|
26687
|
-
* @type string
|
|
26688
|
-
*/
|
|
26689
|
-
attachment?: string;
|
|
26690
|
-
/**
|
|
26691
|
-
* 批次
|
|
26692
|
-
*
|
|
26693
|
-
* @type string
|
|
26694
|
-
*/
|
|
26695
|
-
batch?: string;
|
|
26696
|
-
/**
|
|
26697
|
-
* 填报人
|
|
26698
|
-
*
|
|
26699
|
-
* @type string[]
|
|
26700
|
-
*/
|
|
26701
|
-
fillUserIds?: string[];
|
|
26702
|
-
/**
|
|
26703
|
-
* 送检单号
|
|
26704
|
-
*
|
|
26705
|
-
* @type string
|
|
26706
|
-
*/
|
|
26707
|
-
inspectionNum?: string;
|
|
26708
|
-
/**
|
|
26709
|
-
* 批数量
|
|
26710
|
-
*
|
|
26711
|
-
* @type number
|
|
26712
|
-
*/
|
|
26713
|
-
lotQuantity?: number;
|
|
26714
|
-
/**
|
|
26715
|
-
* 工序
|
|
26716
|
-
*
|
|
26717
|
-
* @type string
|
|
26718
|
-
*/
|
|
26719
|
-
process?: string;
|
|
26720
|
-
/**
|
|
26721
|
-
* 产品名称
|
|
26722
|
-
*
|
|
26723
|
-
* @type string
|
|
26724
|
-
*/
|
|
26725
|
-
productName?: string;
|
|
26726
|
-
/**
|
|
26727
|
-
* 报告名称
|
|
26728
|
-
*
|
|
26729
|
-
* @type string
|
|
26730
|
-
*/
|
|
26731
|
-
reportName?: string;
|
|
26732
|
-
/**
|
|
26733
|
-
* 报告编号
|
|
26734
|
-
*
|
|
26735
|
-
* @type string
|
|
26736
|
-
*/
|
|
26737
|
-
reportNo?: string;
|
|
26738
|
-
/**
|
|
26739
|
-
* 规格型号
|
|
26740
|
-
*
|
|
26741
|
-
* @type string
|
|
26742
|
-
*/
|
|
26743
|
-
specificationModel?: string;
|
|
26744
|
-
/**
|
|
26745
|
-
* 模板
|
|
26746
|
-
*
|
|
26747
|
-
* @type string
|
|
26748
|
-
*/
|
|
26749
|
-
template?: string;
|
|
26750
|
-
/**
|
|
26751
|
-
* 模板名称
|
|
26752
|
-
*
|
|
26753
|
-
* @type string
|
|
26754
|
-
*/
|
|
26755
|
-
templateName?: string;
|
|
26756
|
-
/**
|
|
26757
|
-
* 不合格品单号
|
|
26758
|
-
*
|
|
26759
|
-
* @type string
|
|
26760
|
-
*/
|
|
26761
|
-
unqualifiedNo?: string;
|
|
26762
|
-
/**
|
|
26763
|
-
* 制造部
|
|
26764
|
-
*
|
|
26765
|
-
* @type string
|
|
26766
|
-
*/
|
|
26767
|
-
workShop?: string;
|
|
26768
|
-
}
|
|
26769
25301
|
export interface ProcessTaskDoneResponse {
|
|
26770
25302
|
/**
|
|
26771
25303
|
* 处理人ID
|
|
@@ -27898,15 +26430,15 @@ export interface ProductReleaseFormResponse {
|
|
|
27898
26430
|
/**
|
|
27899
26431
|
* 表单实例
|
|
27900
26432
|
*
|
|
27901
|
-
* @type
|
|
26433
|
+
* @type OnlineFormInstanceResponse
|
|
27902
26434
|
*/
|
|
27903
|
-
instance?:
|
|
26435
|
+
instance?: OnlineFormInstanceResponse;
|
|
27904
26436
|
/**
|
|
27905
26437
|
* 表单模板
|
|
27906
26438
|
*
|
|
27907
|
-
* @type
|
|
26439
|
+
* @type OnlineFormTmplResponse
|
|
27908
26440
|
*/
|
|
27909
|
-
tmpl?:
|
|
26441
|
+
tmpl?: OnlineFormTmplResponse;
|
|
27910
26442
|
}
|
|
27911
26443
|
export interface ProductReleaseResponse {
|
|
27912
26444
|
/**
|
|
@@ -28288,38 +26820,6 @@ export interface PublishToTestRequest {
|
|
|
28288
26820
|
*/
|
|
28289
26821
|
description?: string;
|
|
28290
26822
|
}
|
|
28291
|
-
export interface QmsChatRequest {
|
|
28292
|
-
/**
|
|
28293
|
-
* 主键id
|
|
28294
|
-
*
|
|
28295
|
-
* @type string
|
|
28296
|
-
*/
|
|
28297
|
-
id?: string;
|
|
28298
|
-
/**
|
|
28299
|
-
* 附件解析后数据
|
|
28300
|
-
*
|
|
28301
|
-
* @type string
|
|
28302
|
-
*/
|
|
28303
|
-
parseData?: string;
|
|
28304
|
-
/**
|
|
28305
|
-
* 会话id
|
|
28306
|
-
*
|
|
28307
|
-
* @type string
|
|
28308
|
-
*/
|
|
28309
|
-
sessionId?: string;
|
|
28310
|
-
/**
|
|
28311
|
-
* PROCESS_ROOT_CAUSE 制程根因,CUSTOMER_COMPLAINT 客诉
|
|
28312
|
-
*
|
|
28313
|
-
* @type string
|
|
28314
|
-
*/
|
|
28315
|
-
type?: string;
|
|
28316
|
-
/**
|
|
28317
|
-
* 是否开启网络搜索
|
|
28318
|
-
*
|
|
28319
|
-
* @type boolean
|
|
28320
|
-
*/
|
|
28321
|
-
webSearch?: boolean;
|
|
28322
|
-
}
|
|
28323
26823
|
export interface QueryForeignFieldsRequest {
|
|
28324
26824
|
/**
|
|
28325
26825
|
*
|
|
@@ -28354,9 +26854,9 @@ export interface QueryForeignFieldsRequest {
|
|
|
28354
26854
|
/**
|
|
28355
26855
|
*
|
|
28356
26856
|
*
|
|
28357
|
-
* @type
|
|
26857
|
+
* @type IObject
|
|
28358
26858
|
*/
|
|
28359
|
-
query?:
|
|
26859
|
+
query?: IObject;
|
|
28360
26860
|
/**
|
|
28361
26861
|
*
|
|
28362
26862
|
*
|
|
@@ -28416,15 +26916,15 @@ export interface QueryRefChainDataRequest {
|
|
|
28416
26916
|
/**
|
|
28417
26917
|
* 查询条件
|
|
28418
26918
|
*
|
|
28419
|
-
* @type
|
|
26919
|
+
* @type IObject
|
|
28420
26920
|
*/
|
|
28421
|
-
query?:
|
|
26921
|
+
query?: IObject;
|
|
28422
26922
|
/**
|
|
28423
26923
|
* 当前模型数据,当dataIds为空时,该值必传
|
|
28424
26924
|
*
|
|
28425
|
-
* @type
|
|
26925
|
+
* @type IObject
|
|
28426
26926
|
*/
|
|
28427
|
-
queryParams?:
|
|
26927
|
+
queryParams?: IObject;
|
|
28428
26928
|
/**
|
|
28429
26929
|
* 模型引用链
|
|
28430
26930
|
*
|
|
@@ -28548,9 +27048,9 @@ export interface QueryRefDataRequest {
|
|
|
28548
27048
|
/**
|
|
28549
27049
|
* 查询条件
|
|
28550
27050
|
*
|
|
28551
|
-
* @type
|
|
27051
|
+
* @type IObject
|
|
28552
27052
|
*/
|
|
28553
|
-
query?:
|
|
27053
|
+
query?: IObject;
|
|
28554
27054
|
/**
|
|
28555
27055
|
* 引用的模型key
|
|
28556
27056
|
*
|
|
@@ -28610,9 +27110,9 @@ export interface QuerySearchRefChainDataRequest {
|
|
|
28610
27110
|
/**
|
|
28611
27111
|
* 查询条件
|
|
28612
27112
|
*
|
|
28613
|
-
* @type
|
|
27113
|
+
* @type IObject
|
|
28614
27114
|
*/
|
|
28615
|
-
query?:
|
|
27115
|
+
query?: IObject;
|
|
28616
27116
|
/**
|
|
28617
27117
|
* 排序
|
|
28618
27118
|
*
|
|
@@ -28938,44 +27438,6 @@ export interface RelationResponse {
|
|
|
28938
27438
|
*/
|
|
28939
27439
|
type?: string;
|
|
28940
27440
|
}
|
|
28941
|
-
export interface RemotePageDTO {
|
|
28942
|
-
/**
|
|
28943
|
-
*
|
|
28944
|
-
*
|
|
28945
|
-
* @type string
|
|
28946
|
-
*/
|
|
28947
|
-
appId?: string;
|
|
28948
|
-
/**
|
|
28949
|
-
*
|
|
28950
|
-
*
|
|
28951
|
-
* @type string
|
|
28952
|
-
*/
|
|
28953
|
-
branchId?: string;
|
|
28954
|
-
/**
|
|
28955
|
-
*
|
|
28956
|
-
*
|
|
28957
|
-
* @type string
|
|
28958
|
-
*/
|
|
28959
|
-
env?: string;
|
|
28960
|
-
/**
|
|
28961
|
-
*
|
|
28962
|
-
*
|
|
28963
|
-
* @type number
|
|
28964
|
-
*/
|
|
28965
|
-
page?: number;
|
|
28966
|
-
/**
|
|
28967
|
-
*
|
|
28968
|
-
*
|
|
28969
|
-
* @type number
|
|
28970
|
-
*/
|
|
28971
|
-
pageSize?: number;
|
|
28972
|
-
/**
|
|
28973
|
-
*
|
|
28974
|
-
*
|
|
28975
|
-
* @type string
|
|
28976
|
-
*/
|
|
28977
|
-
tenantId?: string;
|
|
28978
|
-
}
|
|
28979
27441
|
export interface Report {
|
|
28980
27442
|
/**
|
|
28981
27443
|
*
|
|
@@ -29180,9 +27642,9 @@ export interface ReportConditionDTO {
|
|
|
29180
27642
|
/**
|
|
29181
27643
|
*
|
|
29182
27644
|
*
|
|
29183
|
-
* @type
|
|
27645
|
+
* @type IObject
|
|
29184
27646
|
*/
|
|
29185
|
-
query?:
|
|
27647
|
+
query?: IObject;
|
|
29186
27648
|
/**
|
|
29187
27649
|
*
|
|
29188
27650
|
*
|
|
@@ -29236,9 +27698,9 @@ export interface ReportDataSetConditionDTO {
|
|
|
29236
27698
|
/**
|
|
29237
27699
|
*
|
|
29238
27700
|
*
|
|
29239
|
-
* @type
|
|
27701
|
+
* @type ReportFieldConfig
|
|
29240
27702
|
*/
|
|
29241
|
-
fieldConfig?:
|
|
27703
|
+
fieldConfig?: ReportFieldConfig;
|
|
29242
27704
|
/**
|
|
29243
27705
|
*
|
|
29244
27706
|
*
|
|
@@ -29248,9 +27710,9 @@ export interface ReportDataSetConditionDTO {
|
|
|
29248
27710
|
/**
|
|
29249
27711
|
*
|
|
29250
27712
|
*
|
|
29251
|
-
* @type
|
|
27713
|
+
* @type ReportJoinConfig
|
|
29252
27714
|
*/
|
|
29253
|
-
joinConfig?:
|
|
27715
|
+
joinConfig?: ReportJoinConfig;
|
|
29254
27716
|
/**
|
|
29255
27717
|
*
|
|
29256
27718
|
*
|
|
@@ -29266,9 +27728,9 @@ export interface ReportDataSetConditionDTO {
|
|
|
29266
27728
|
/**
|
|
29267
27729
|
*
|
|
29268
27730
|
*
|
|
29269
|
-
* @type
|
|
27731
|
+
* @type ReportDataSetModelConfig
|
|
29270
27732
|
*/
|
|
29271
|
-
modelConfig?:
|
|
27733
|
+
modelConfig?: ReportDataSetModelConfig;
|
|
29272
27734
|
/**
|
|
29273
27735
|
*
|
|
29274
27736
|
*
|
|
@@ -29356,15 +27818,15 @@ export interface ReportDataSetRequest {
|
|
|
29356
27818
|
/**
|
|
29357
27819
|
*
|
|
29358
27820
|
*
|
|
29359
|
-
* @type
|
|
27821
|
+
* @type ReportFieldConfig
|
|
29360
27822
|
*/
|
|
29361
|
-
fieldConfig?:
|
|
27823
|
+
fieldConfig?: ReportFieldConfig;
|
|
29362
27824
|
/**
|
|
29363
27825
|
*
|
|
29364
27826
|
*
|
|
29365
|
-
* @type
|
|
27827
|
+
* @type FilterConfig
|
|
29366
27828
|
*/
|
|
29367
|
-
filterConfig?:
|
|
27829
|
+
filterConfig?: FilterConfig;
|
|
29368
27830
|
/**
|
|
29369
27831
|
*
|
|
29370
27832
|
*
|
|
@@ -29374,9 +27836,9 @@ export interface ReportDataSetRequest {
|
|
|
29374
27836
|
/**
|
|
29375
27837
|
*
|
|
29376
27838
|
*
|
|
29377
|
-
* @type
|
|
27839
|
+
* @type ReportJoinConfig
|
|
29378
27840
|
*/
|
|
29379
|
-
joinConfig?:
|
|
27841
|
+
joinConfig?: ReportJoinConfig;
|
|
29380
27842
|
/**
|
|
29381
27843
|
* 数据集Key
|
|
29382
27844
|
*
|
|
@@ -29392,9 +27854,9 @@ export interface ReportDataSetRequest {
|
|
|
29392
27854
|
/**
|
|
29393
27855
|
*
|
|
29394
27856
|
*
|
|
29395
|
-
* @type
|
|
27857
|
+
* @type ReportDataSetModelConfig
|
|
29396
27858
|
*/
|
|
29397
|
-
modelConfig?:
|
|
27859
|
+
modelConfig?: ReportDataSetModelConfig;
|
|
29398
27860
|
/**
|
|
29399
27861
|
*
|
|
29400
27862
|
*
|
|
@@ -29436,9 +27898,9 @@ export interface ReportDataSetResponse {
|
|
|
29436
27898
|
/**
|
|
29437
27899
|
*
|
|
29438
27900
|
*
|
|
29439
|
-
* @type
|
|
27901
|
+
* @type ReportFieldConfig
|
|
29440
27902
|
*/
|
|
29441
|
-
fieldConfig?:
|
|
27903
|
+
fieldConfig?: ReportFieldConfig;
|
|
29442
27904
|
/**
|
|
29443
27905
|
* 主键
|
|
29444
27906
|
*
|
|
@@ -29448,9 +27910,9 @@ export interface ReportDataSetResponse {
|
|
|
29448
27910
|
/**
|
|
29449
27911
|
*
|
|
29450
27912
|
*
|
|
29451
|
-
* @type
|
|
27913
|
+
* @type ReportJoinConfig
|
|
29452
27914
|
*/
|
|
29453
|
-
joinConfig?:
|
|
27915
|
+
joinConfig?: ReportJoinConfig;
|
|
29454
27916
|
/**
|
|
29455
27917
|
* 数据集Key
|
|
29456
27918
|
*
|
|
@@ -29466,9 +27928,9 @@ export interface ReportDataSetResponse {
|
|
|
29466
27928
|
/**
|
|
29467
27929
|
*
|
|
29468
27930
|
*
|
|
29469
|
-
* @type
|
|
27931
|
+
* @type ReportDataSetModelConfig
|
|
29470
27932
|
*/
|
|
29471
|
-
modelConfig?:
|
|
27933
|
+
modelConfig?: ReportDataSetModelConfig;
|
|
29472
27934
|
/**
|
|
29473
27935
|
*
|
|
29474
27936
|
*
|
|
@@ -29824,9 +28286,9 @@ export interface ReportSingleJoin {
|
|
|
29824
28286
|
/**
|
|
29825
28287
|
*
|
|
29826
28288
|
*
|
|
29827
|
-
* @type
|
|
28289
|
+
* @type FilterConfig
|
|
29828
28290
|
*/
|
|
29829
|
-
leftFilterConfig?:
|
|
28291
|
+
leftFilterConfig?: FilterConfig;
|
|
29830
28292
|
/**
|
|
29831
28293
|
*
|
|
29832
28294
|
*
|
|
@@ -29854,9 +28316,9 @@ export interface ReportSingleJoin {
|
|
|
29854
28316
|
/**
|
|
29855
28317
|
*
|
|
29856
28318
|
*
|
|
29857
|
-
* @type
|
|
28319
|
+
* @type FilterConfig
|
|
29858
28320
|
*/
|
|
29859
|
-
rightFilterConfig?:
|
|
28321
|
+
rightFilterConfig?: FilterConfig;
|
|
29860
28322
|
/**
|
|
29861
28323
|
*
|
|
29862
28324
|
*
|
|
@@ -29892,9 +28354,9 @@ export interface ResponseEntity {
|
|
|
29892
28354
|
/**
|
|
29893
28355
|
* 返回正确结果时携带的数据
|
|
29894
28356
|
*
|
|
29895
|
-
* @type
|
|
28357
|
+
* @type IObject
|
|
29896
28358
|
*/
|
|
29897
|
-
data?:
|
|
28359
|
+
data?: IObject;
|
|
29898
28360
|
/**
|
|
29899
28361
|
* 执行结果信息
|
|
29900
28362
|
*
|
|
@@ -30192,7 +28654,7 @@ export interface SandboxConfigResponse {
|
|
|
30192
28654
|
*/
|
|
30193
28655
|
pdaRoutePath?: string;
|
|
30194
28656
|
/**
|
|
30195
|
-
* 沙箱状态(INIT:开始创建,CREATE_FINISHED:创建完成,CREATE_FAILED
|
|
28657
|
+
* 沙箱状态(INIT:开始创建,CREATE_FINISHED:创建完成,CREATE_FAILED:创建失败,REMOVING:移除中)
|
|
30196
28658
|
*
|
|
30197
28659
|
* @type string
|
|
30198
28660
|
*/
|
|
@@ -30220,9 +28682,9 @@ export interface ScriptExecuteRequest {
|
|
|
30220
28682
|
/**
|
|
30221
28683
|
*
|
|
30222
28684
|
*
|
|
30223
|
-
* @type
|
|
28685
|
+
* @type IObject
|
|
30224
28686
|
*/
|
|
30225
|
-
values?:
|
|
28687
|
+
values?: IObject;
|
|
30226
28688
|
}
|
|
30227
28689
|
export interface ScriptRequest {
|
|
30228
28690
|
/**
|
|
@@ -30266,9 +28728,9 @@ export interface ScriptResponse {
|
|
|
30266
28728
|
/**
|
|
30267
28729
|
* 分类信息
|
|
30268
28730
|
*
|
|
30269
|
-
* @type
|
|
28731
|
+
* @type CategoryResponse
|
|
30270
28732
|
*/
|
|
30271
|
-
categoryResponse?:
|
|
28733
|
+
categoryResponse?: CategoryResponse;
|
|
30272
28734
|
/**
|
|
30273
28735
|
*
|
|
30274
28736
|
*
|
|
@@ -30344,9 +28806,9 @@ export interface ScriptResponse {
|
|
|
30344
28806
|
/**
|
|
30345
28807
|
* 当前JS脚本激活版本
|
|
30346
28808
|
*
|
|
30347
|
-
* @type
|
|
28809
|
+
* @type ScriptVersion
|
|
30348
28810
|
*/
|
|
30349
|
-
scriptVersion?:
|
|
28811
|
+
scriptVersion?: ScriptVersion;
|
|
30350
28812
|
}
|
|
30351
28813
|
export interface ScriptVersion {
|
|
30352
28814
|
/**
|
|
@@ -30903,6 +29365,12 @@ export interface SelectItem {
|
|
|
30903
29365
|
* @type boolean
|
|
30904
29366
|
*/
|
|
30905
29367
|
includeNull?: boolean;
|
|
29368
|
+
/**
|
|
29369
|
+
* 映射类型(公式,函数等实际映射的类型)
|
|
29370
|
+
*
|
|
29371
|
+
* @type string
|
|
29372
|
+
*/
|
|
29373
|
+
mappingType?: string;
|
|
30906
29374
|
/**
|
|
30907
29375
|
* 数据类型
|
|
30908
29376
|
*
|
|
@@ -30914,9 +29382,9 @@ export interface SequencePreviewRequest {
|
|
|
30914
29382
|
/**
|
|
30915
29383
|
*
|
|
30916
29384
|
*
|
|
30917
|
-
* @type
|
|
29385
|
+
* @type IObject
|
|
30918
29386
|
*/
|
|
30919
|
-
placeHolders?:
|
|
29387
|
+
placeHolders?: IObject;
|
|
30920
29388
|
/**
|
|
30921
29389
|
*
|
|
30922
29390
|
*
|
|
@@ -30972,9 +29440,9 @@ export interface ServiceOrchestrationResponse {
|
|
|
30972
29440
|
/**
|
|
30973
29441
|
* 分类信息
|
|
30974
29442
|
*
|
|
30975
|
-
* @type
|
|
29443
|
+
* @type CategoryResponse
|
|
30976
29444
|
*/
|
|
30977
|
-
categoryResponse?:
|
|
29445
|
+
categoryResponse?: CategoryResponse;
|
|
30978
29446
|
/**
|
|
30979
29447
|
*
|
|
30980
29448
|
*
|
|
@@ -31050,9 +29518,9 @@ export interface ServiceOrchestrationResponse {
|
|
|
31050
29518
|
/**
|
|
31051
29519
|
* 当前服务编排激活版本
|
|
31052
29520
|
*
|
|
31053
|
-
* @type
|
|
29521
|
+
* @type ServiceOrchestrationVersion
|
|
31054
29522
|
*/
|
|
31055
|
-
orchestrationVersion?:
|
|
29523
|
+
orchestrationVersion?: ServiceOrchestrationVersion;
|
|
31056
29524
|
}
|
|
31057
29525
|
export interface ServiceOrchestrationVersion {
|
|
31058
29526
|
/**
|
|
@@ -31796,9 +30264,9 @@ export interface SingleField {
|
|
|
31796
30264
|
/**
|
|
31797
30265
|
* 默认值
|
|
31798
30266
|
*
|
|
31799
|
-
* @type
|
|
30267
|
+
* @type DefaultValue
|
|
31800
30268
|
*/
|
|
31801
|
-
defaultValue?:
|
|
30269
|
+
defaultValue?: DefaultValue;
|
|
31802
30270
|
/**
|
|
31803
30271
|
*
|
|
31804
30272
|
*
|
|
@@ -32060,9 +30528,9 @@ export interface StarterNodeOp {
|
|
|
32060
30528
|
/**
|
|
32061
30529
|
* 节点信息
|
|
32062
30530
|
*
|
|
32063
|
-
* @type
|
|
30531
|
+
* @type ProcessNodeDefinition
|
|
32064
30532
|
*/
|
|
32065
|
-
node?:
|
|
30533
|
+
node?: ProcessNodeDefinition;
|
|
32066
30534
|
/**
|
|
32067
30535
|
* 流程id
|
|
32068
30536
|
*
|
|
@@ -32470,9 +30938,9 @@ export interface TaskNodeOp {
|
|
|
32470
30938
|
/**
|
|
32471
30939
|
* 节点信息
|
|
32472
30940
|
*
|
|
32473
|
-
* @type
|
|
30941
|
+
* @type ProcessNodeDefinition
|
|
32474
30942
|
*/
|
|
32475
|
-
node?:
|
|
30943
|
+
node?: ProcessNodeDefinition;
|
|
32476
30944
|
/**
|
|
32477
30945
|
* 流程id
|
|
32478
30946
|
*
|
|
@@ -33320,32 +31788,6 @@ export interface TransferAllWorkItemRequest {
|
|
|
33320
31788
|
*/
|
|
33321
31789
|
toUserId?: string;
|
|
33322
31790
|
}
|
|
33323
|
-
export interface TransferOperatorInfo {
|
|
33324
|
-
/**
|
|
33325
|
-
* 当前处理人id
|
|
33326
|
-
*
|
|
33327
|
-
* @type string
|
|
33328
|
-
*/
|
|
33329
|
-
currentUserId?: string;
|
|
33330
|
-
/**
|
|
33331
|
-
* 当前处理人名字
|
|
33332
|
-
*
|
|
33333
|
-
* @type string
|
|
33334
|
-
*/
|
|
33335
|
-
currentUserName?: string;
|
|
33336
|
-
/**
|
|
33337
|
-
* 更新后处理人id
|
|
33338
|
-
*
|
|
33339
|
-
* @type string
|
|
33340
|
-
*/
|
|
33341
|
-
updateUserId?: string;
|
|
33342
|
-
/**
|
|
33343
|
-
* 更新后处理人名字
|
|
33344
|
-
*
|
|
33345
|
-
* @type string
|
|
33346
|
-
*/
|
|
33347
|
-
updateUserName?: string;
|
|
33348
|
-
}
|
|
33349
31791
|
export interface UniqueConstraint {
|
|
33350
31792
|
/**
|
|
33351
31793
|
*
|
|
@@ -35132,9 +33574,9 @@ export interface ViewModelFieldResponse {
|
|
|
35132
33574
|
/**
|
|
35133
33575
|
* 分类信息
|
|
35134
33576
|
*
|
|
35135
|
-
* @type
|
|
33577
|
+
* @type CategoryResponse
|
|
35136
33578
|
*/
|
|
35137
|
-
categoryResponse?:
|
|
33579
|
+
categoryResponse?: CategoryResponse;
|
|
35138
33580
|
/**
|
|
35139
33581
|
*
|
|
35140
33582
|
*
|
|
@@ -35162,15 +33604,15 @@ export interface ViewModelFieldResponse {
|
|
|
35162
33604
|
/**
|
|
35163
33605
|
* 字段配置
|
|
35164
33606
|
*
|
|
35165
|
-
* @type
|
|
33607
|
+
* @type IObject
|
|
35166
33608
|
*/
|
|
35167
|
-
fieldConfigMap?:
|
|
33609
|
+
fieldConfigMap?: IObject;
|
|
35168
33610
|
/**
|
|
35169
33611
|
* 过滤条件配置
|
|
35170
33612
|
*
|
|
35171
|
-
* @type
|
|
33613
|
+
* @type FilterConfig
|
|
35172
33614
|
*/
|
|
35173
|
-
filterConfig?:
|
|
33615
|
+
filterConfig?: FilterConfig;
|
|
35174
33616
|
/**
|
|
35175
33617
|
* 主键
|
|
35176
33618
|
*
|
|
@@ -35180,9 +33622,9 @@ export interface ViewModelFieldResponse {
|
|
|
35180
33622
|
/**
|
|
35181
33623
|
* 连接配置
|
|
35182
33624
|
*
|
|
35183
|
-
* @type
|
|
33625
|
+
* @type JoinConfig
|
|
35184
33626
|
*/
|
|
35185
|
-
joinConfig?:
|
|
33627
|
+
joinConfig?: JoinConfig;
|
|
35186
33628
|
/**
|
|
35187
33629
|
* 视图key
|
|
35188
33630
|
*
|
|
@@ -35242,21 +33684,21 @@ export interface ViewModelRequest {
|
|
|
35242
33684
|
/**
|
|
35243
33685
|
* 字段配置
|
|
35244
33686
|
*
|
|
35245
|
-
* @type
|
|
33687
|
+
* @type FieldConfig
|
|
35246
33688
|
*/
|
|
35247
|
-
fieldConfig?:
|
|
33689
|
+
fieldConfig?: FieldConfig;
|
|
35248
33690
|
/**
|
|
35249
33691
|
* 过滤条件配置
|
|
35250
33692
|
*
|
|
35251
|
-
* @type
|
|
33693
|
+
* @type FilterConfig
|
|
35252
33694
|
*/
|
|
35253
|
-
filterConfig?:
|
|
33695
|
+
filterConfig?: FilterConfig;
|
|
35254
33696
|
/**
|
|
35255
33697
|
* 连接配置
|
|
35256
33698
|
*
|
|
35257
|
-
* @type
|
|
33699
|
+
* @type JoinConfig
|
|
35258
33700
|
*/
|
|
35259
|
-
joinConfig?:
|
|
33701
|
+
joinConfig?: JoinConfig;
|
|
35260
33702
|
/**
|
|
35261
33703
|
* 视图key
|
|
35262
33704
|
*
|
|
@@ -35286,9 +33728,9 @@ export interface ViewModelResponse {
|
|
|
35286
33728
|
/**
|
|
35287
33729
|
* 分类信息
|
|
35288
33730
|
*
|
|
35289
|
-
* @type
|
|
33731
|
+
* @type CategoryResponse
|
|
35290
33732
|
*/
|
|
35291
|
-
categoryResponse?:
|
|
33733
|
+
categoryResponse?: CategoryResponse;
|
|
35292
33734
|
/**
|
|
35293
33735
|
*
|
|
35294
33736
|
*
|
|
@@ -35316,15 +33758,15 @@ export interface ViewModelResponse {
|
|
|
35316
33758
|
/**
|
|
35317
33759
|
* 字段配置
|
|
35318
33760
|
*
|
|
35319
|
-
* @type
|
|
33761
|
+
* @type FieldConfig
|
|
35320
33762
|
*/
|
|
35321
|
-
fieldConfig?:
|
|
33763
|
+
fieldConfig?: FieldConfig;
|
|
35322
33764
|
/**
|
|
35323
33765
|
* 过滤条件配置
|
|
35324
33766
|
*
|
|
35325
|
-
* @type
|
|
33767
|
+
* @type FilterConfig
|
|
35326
33768
|
*/
|
|
35327
|
-
filterConfig?:
|
|
33769
|
+
filterConfig?: FilterConfig;
|
|
35328
33770
|
/**
|
|
35329
33771
|
* 主键
|
|
35330
33772
|
*
|
|
@@ -35334,9 +33776,9 @@ export interface ViewModelResponse {
|
|
|
35334
33776
|
/**
|
|
35335
33777
|
* 连接配置
|
|
35336
33778
|
*
|
|
35337
|
-
* @type
|
|
33779
|
+
* @type JoinConfig
|
|
35338
33780
|
*/
|
|
35339
|
-
joinConfig?:
|
|
33781
|
+
joinConfig?: JoinConfig;
|
|
35340
33782
|
/**
|
|
35341
33783
|
* 视图key
|
|
35342
33784
|
*
|
|
@@ -35436,9 +33878,9 @@ export interface WebhookRequest {
|
|
|
35436
33878
|
/**
|
|
35437
33879
|
* 头部参数
|
|
35438
33880
|
*
|
|
35439
|
-
* @type
|
|
33881
|
+
* @type IObject
|
|
35440
33882
|
*/
|
|
35441
|
-
headerParameters?:
|
|
33883
|
+
headerParameters?: IObject;
|
|
35442
33884
|
/**
|
|
35443
33885
|
* 请求方式:GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS, TRACE
|
|
35444
33886
|
*
|
|
@@ -35454,15 +33896,15 @@ export interface WebhookRequest {
|
|
|
35454
33896
|
/**
|
|
35455
33897
|
* query参数
|
|
35456
33898
|
*
|
|
35457
|
-
* @type
|
|
33899
|
+
* @type IObject
|
|
35458
33900
|
*/
|
|
35459
|
-
queryParameters?:
|
|
33901
|
+
queryParameters?: IObject;
|
|
35460
33902
|
/**
|
|
35461
33903
|
* uri-参数
|
|
35462
33904
|
*
|
|
35463
|
-
* @type
|
|
33905
|
+
* @type IObject
|
|
35464
33906
|
*/
|
|
35465
|
-
uriParameters?:
|
|
33907
|
+
uriParameters?: IObject;
|
|
35466
33908
|
}
|
|
35467
33909
|
export interface WebpageDesignerJsonRequest {
|
|
35468
33910
|
/**
|
|
@@ -35520,9 +33962,9 @@ export interface WebpageResponse {
|
|
|
35520
33962
|
/**
|
|
35521
33963
|
* 分类信息
|
|
35522
33964
|
*
|
|
35523
|
-
* @type
|
|
33965
|
+
* @type CategoryResponse
|
|
35524
33966
|
*/
|
|
35525
|
-
categoryResponse?:
|
|
33967
|
+
categoryResponse?: CategoryResponse;
|
|
35526
33968
|
/**
|
|
35527
33969
|
*
|
|
35528
33970
|
*
|
|
@@ -35684,51 +34126,43 @@ export interface XmlSettingTableColum {
|
|
|
35684
34126
|
*/
|
|
35685
34127
|
type?: string;
|
|
35686
34128
|
}
|
|
35687
|
-
export interface
|
|
35688
|
-
/**
|
|
35689
|
-
*
|
|
35690
|
-
*
|
|
35691
|
-
* @type string
|
|
35692
|
-
*/
|
|
35693
|
-
kbId?: string;
|
|
34129
|
+
export interface modelDataAssociationRequest {
|
|
35694
34130
|
/**
|
|
35695
|
-
*
|
|
34131
|
+
* fieldKey
|
|
35696
34132
|
*
|
|
35697
34133
|
* @type string
|
|
35698
34134
|
*/
|
|
35699
|
-
|
|
34135
|
+
fieldKey?: string;
|
|
35700
34136
|
/**
|
|
35701
|
-
*
|
|
34137
|
+
* fieldType
|
|
35702
34138
|
*
|
|
35703
34139
|
* @type string
|
|
35704
34140
|
*/
|
|
35705
|
-
|
|
35706
|
-
}
|
|
35707
|
-
export interface knowledgeCategoryUpdateRequest {
|
|
34141
|
+
fieldType?: string;
|
|
35708
34142
|
/**
|
|
35709
|
-
*
|
|
34143
|
+
* 数据id
|
|
35710
34144
|
*
|
|
35711
34145
|
* @type string
|
|
35712
34146
|
*/
|
|
35713
34147
|
id?: string;
|
|
35714
34148
|
/**
|
|
35715
|
-
*
|
|
34149
|
+
* modelKey
|
|
35716
34150
|
*
|
|
35717
34151
|
* @type string
|
|
35718
34152
|
*/
|
|
35719
|
-
|
|
34153
|
+
modelKey?: string;
|
|
35720
34154
|
/**
|
|
34155
|
+
* 页码
|
|
35721
34156
|
*
|
|
35722
|
-
*
|
|
35723
|
-
* @type string
|
|
34157
|
+
* @type number
|
|
35724
34158
|
*/
|
|
35725
|
-
|
|
34159
|
+
pageNo?: number;
|
|
35726
34160
|
/**
|
|
35727
|
-
*
|
|
34161
|
+
* 分页大小
|
|
35728
34162
|
*
|
|
35729
|
-
* @type
|
|
34163
|
+
* @type number
|
|
35730
34164
|
*/
|
|
35731
|
-
|
|
34165
|
+
pageSize?: number;
|
|
35732
34166
|
}
|
|
35733
34167
|
export interface 发送消息DTO {
|
|
35734
34168
|
/**
|