@gct-paas/api 0.1.2-dev.0 → 0.1.2-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.min.js +1 -1
- package/dist/index.system.min.js +1 -1
- package/es/apaas/service/api-config.mjs +197 -1
- package/es/apaas/service/apis/app-org.service.d.ts +0 -4
- package/{lib/apaas/service/apis/form.service.d.ts → es/apaas/service/apis/approve.service.d.ts} +17 -17
- package/es/apaas/service/apis/audit-log.service.d.ts +7 -0
- package/es/apaas/service/apis/category.service.d.ts +8 -0
- package/es/apaas/service/apis/designer-common.service.d.ts +2 -2
- package/es/apaas/service/apis/dhr.service.d.ts +2 -2
- package/es/apaas/service/apis/edhr-tmpl.service.d.ts +18 -5
- package/es/apaas/service/apis/file-resource.service.d.ts +1 -1
- package/es/apaas/service/apis/file.service.d.ts +1 -1
- package/es/apaas/service/apis/i18n-info.service.d.ts +1 -1
- package/{lib/apaas/service/apis/edhr-category.service.d.ts → es/apaas/service/apis/inspection-category.service.d.ts} +8 -8
- package/es/apaas/service/apis/label.service.d.ts +1 -1
- package/es/apaas/service/apis/office.service.d.ts +1 -1
- package/es/apaas/service/apis/online-form-instance.service.d.ts +17 -0
- package/es/apaas/service/apis/online-form-tmpl-export.service.d.ts +30 -0
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +56 -0
- package/{lib/apaas/service/apis/online-form-category.service.d.ts → es/apaas/service/apis/product-release-category.service.d.ts} +8 -8
- package/es/apaas/service/apis/ss.service.d.ts +1 -1
- package/es/apaas/service/entities.d.ts +1029 -42
- package/es/apaas/service/index.d.ts +8 -0
- package/es/ipaas/service/api-config.mjs +12 -5
- package/es/ipaas/service/apis/camel.service.d.ts +18 -5
- package/es/ipaas/service/apis/connector-config.service.d.ts +1 -1
- package/es/ipaas/service/apis/flow.service.d.ts +1 -1
- package/es/ipaas/service/apis/runtime.service.d.ts +13 -0
- package/es/ipaas/service/entities.d.ts +9 -3
- package/es/platform/service/apis/apk.service.d.ts +1 -1
- package/es/platform/service/apis/app.service.d.ts +1 -5
- package/es/platform/service/apis/assets.service.d.ts +1 -1
- package/es/platform/service/apis/bi-file.service.d.ts +1 -1
- package/es/platform/service/apis/dashboard.service.d.ts +0 -4
- package/es/platform/service/apis/device-interconnection-param.service.d.ts +1 -1
- package/es/platform/service/apis/device-interconnection.service.d.ts +1 -1
- package/es/platform/service/apis/file.service.d.ts +3 -3
- package/es/platform/service/apis/i18n-info.service.d.ts +1 -1
- package/es/platform/service/apis/ldap.service.d.ts +1 -1
- package/es/platform/service/apis/org.service.d.ts +4 -0
- package/es/platform/service/apis/plat.service.d.ts +1 -1
- package/es/platform/service/apis/pn-project.service.d.ts +1 -1
- package/es/platform/service/apis/tenant.service.d.ts +4 -0
- package/es/platform/service/apis/user.service.d.ts +6 -6
- package/es/platform/service/entities.d.ts +6 -0
- package/es/service/api-manage.mjs +2 -2
- package/es/service/api-service.mjs +16 -16
- package/es/service/http.util.d.ts +1 -1
- package/es/service/http.util.mjs +1 -1
- package/es/utils/index.d.ts +7 -0
- package/es/utils/index.mjs +6 -0
- package/package.json +8 -9
- package/lib/apaas/index.cjs +0 -12
- package/lib/apaas/service/api-config.cjs +0 -6507
- package/lib/apaas/service/apis/api.service.d.ts +0 -733
- package/lib/apaas/service/apis/app-branch.service.d.ts +0 -70
- package/lib/apaas/service/apis/app-global-settings.service.d.ts +0 -81
- package/lib/apaas/service/apis/app-granted-user.service.d.ts +0 -86
- package/lib/apaas/service/apis/app-org.service.d.ts +0 -184
- package/lib/apaas/service/apis/app-publish-log.service.d.ts +0 -72
- package/lib/apaas/service/apis/app-state.service.d.ts +0 -11
- package/lib/apaas/service/apis/app-user.service.d.ts +0 -142
- package/lib/apaas/service/apis/approval-log.service.d.ts +0 -70
- package/lib/apaas/service/apis/audit-log.service.d.ts +0 -59
- package/lib/apaas/service/apis/basic-config.service.d.ts +0 -72
- package/lib/apaas/service/apis/biz-event.service.d.ts +0 -83
- package/lib/apaas/service/apis/biz-process-definition-version.service.d.ts +0 -89
- package/lib/apaas/service/apis/biz-process-definition.service.d.ts +0 -91
- package/lib/apaas/service/apis/biz-service-crud.service.d.ts +0 -182
- package/lib/apaas/service/apis/biz-service.service.d.ts +0 -58
- package/lib/apaas/service/apis/bom.service.d.ts +0 -7
- package/lib/apaas/service/apis/category-relation.service.d.ts +0 -108
- package/lib/apaas/service/apis/category.service.d.ts +0 -323
- package/lib/apaas/service/apis/chat.service.d.ts +0 -20
- package/lib/apaas/service/apis/code-ts.service.d.ts +0 -8
- package/lib/apaas/service/apis/commit-log.service.d.ts +0 -147
- package/lib/apaas/service/apis/common-info-card.service.d.ts +0 -94
- package/lib/apaas/service/apis/control-config.service.d.ts +0 -123
- package/lib/apaas/service/apis/customer-complaint.service.d.ts +0 -108
- package/lib/apaas/service/apis/dashboard.service.d.ts +0 -90
- package/lib/apaas/service/apis/data-model.service.d.ts +0 -125
- package/lib/apaas/service/apis/data-source.service.d.ts +0 -33
- package/lib/apaas/service/apis/data-trace.service.d.ts +0 -75
- package/lib/apaas/service/apis/designer-common.service.d.ts +0 -450
- package/lib/apaas/service/apis/designer-lock.service.d.ts +0 -50
- package/lib/apaas/service/apis/designer-operate-log.service.d.ts +0 -46
- package/lib/apaas/service/apis/devops.service.d.ts +0 -18
- package/lib/apaas/service/apis/dhr.service.d.ts +0 -83
- package/lib/apaas/service/apis/dify-chat.service.d.ts +0 -19
- package/lib/apaas/service/apis/doc-control-started.service.d.ts +0 -151
- package/lib/apaas/service/apis/doc-control-task-done.service.d.ts +0 -76
- package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +0 -133
- package/lib/apaas/service/apis/doc-control.service.d.ts +0 -101
- package/lib/apaas/service/apis/doc-outline.service.d.ts +0 -156
- package/lib/apaas/service/apis/document.service.d.ts +0 -197
- package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +0 -93
- package/lib/apaas/service/apis/edhr-instance-relation.service.d.ts +0 -54
- package/lib/apaas/service/apis/edhr-instance-search-history.service.d.ts +0 -31
- package/lib/apaas/service/apis/edhr-instance.service.d.ts +0 -277
- package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +0 -138
- package/lib/apaas/service/apis/ele-search.service.d.ts +0 -18
- package/lib/apaas/service/apis/enum-model-field.service.d.ts +0 -124
- package/lib/apaas/service/apis/enum-model.service.d.ts +0 -133
- package/lib/apaas/service/apis/event-log.service.d.ts +0 -52
- package/lib/apaas/service/apis/event.service.d.ts +0 -83
- package/lib/apaas/service/apis/excel-tmpl.service.d.ts +0 -191
- package/lib/apaas/service/apis/excel.service.d.ts +0 -148
- package/lib/apaas/service/apis/field-meta.service.d.ts +0 -202
- package/lib/apaas/service/apis/field.service.d.ts +0 -16
- package/lib/apaas/service/apis/file-resource.service.d.ts +0 -41
- package/lib/apaas/service/apis/file-task.service.d.ts +0 -23
- package/lib/apaas/service/apis/file.service.d.ts +0 -45
- package/lib/apaas/service/apis/formRelate.service.d.ts +0 -243
- package/lib/apaas/service/apis/front-operate-log.service.d.ts +0 -46
- package/lib/apaas/service/apis/global-method.service.d.ts +0 -80
- package/lib/apaas/service/apis/i18n-info.service.d.ts +0 -85
- package/lib/apaas/service/apis/import-report.service.d.ts +0 -41
- package/lib/apaas/service/apis/instance-relation.service.d.ts +0 -89
- package/lib/apaas/service/apis/ipaas.service.d.ts +0 -12
- package/lib/apaas/service/apis/job-log.service.d.ts +0 -63
- package/lib/apaas/service/apis/job.service.d.ts +0 -133
- package/lib/apaas/service/apis/js-engine.service.d.ts +0 -37
- package/lib/apaas/service/apis/label-log.service.d.ts +0 -90
- package/lib/apaas/service/apis/label.service.d.ts +0 -362
- package/lib/apaas/service/apis/login-log.service.d.ts +0 -12
- package/lib/apaas/service/apis/med-pro.service.d.ts +0 -76
- package/lib/apaas/service/apis/medPro.service.d.ts +0 -48
- package/lib/apaas/service/apis/menu-config.service.d.ts +0 -86
- package/lib/apaas/service/apis/merge-log.service.d.ts +0 -53
- package/lib/apaas/service/apis/message-record.service.d.ts +0 -101
- package/lib/apaas/service/apis/message-setting.service.d.ts +0 -25
- package/lib/apaas/service/apis/message-tmpl.service.d.ts +0 -116
- package/lib/apaas/service/apis/mobile-homepage.service.d.ts +0 -100
- package/lib/apaas/service/apis/mobile-page.service.d.ts +0 -133
- package/lib/apaas/service/apis/model-comprehensive.service.d.ts +0 -450
- package/lib/apaas/service/apis/model-data.service.d.ts +0 -70
- package/lib/apaas/service/apis/model-meta.service.d.ts +0 -356
- package/lib/apaas/service/apis/model-method.service.d.ts +0 -91
- package/lib/apaas/service/apis/model-permission-relation.service.d.ts +0 -75
- package/lib/apaas/service/apis/model.service.d.ts +0 -16
- package/lib/apaas/service/apis/ocr.service.d.ts +0 -7
- package/lib/apaas/service/apis/office.service.d.ts +0 -10
- package/lib/apaas/service/apis/online-form-change-history.service.d.ts +0 -26
- package/lib/apaas/service/apis/online-form-instance.service.d.ts +0 -848
- package/lib/apaas/service/apis/online-form-log.service.d.ts +0 -30
- package/lib/apaas/service/apis/online-form-tmpl-log.service.d.ts +0 -86
- package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +0 -286
- package/lib/apaas/service/apis/online-form.service.d.ts +0 -187
- package/lib/apaas/service/apis/online-user-summary.service.d.ts +0 -75
- package/lib/apaas/service/apis/online.service.d.ts +0 -89
- package/lib/apaas/service/apis/openapi.service.d.ts +0 -99
- package/lib/apaas/service/apis/pad-page.service.d.ts +0 -132
- package/lib/apaas/service/apis/page-designer-log.service.d.ts +0 -107
- package/lib/apaas/service/apis/permission.service.d.ts +0 -79
- package/lib/apaas/service/apis/plat.service.d.ts +0 -45
- package/lib/apaas/service/apis/pm-process-definition-version.service.d.ts +0 -97
- package/lib/apaas/service/apis/pm-process-definition.service.d.ts +0 -121
- package/lib/apaas/service/apis/pm-process-engine.service.d.ts +0 -208
- package/lib/apaas/service/apis/print-designer.service.d.ts +0 -126
- package/lib/apaas/service/apis/print-log.service.d.ts +0 -23
- package/lib/apaas/service/apis/print.service.d.ts +0 -45
- package/lib/apaas/service/apis/process-approval-log.service.d.ts +0 -89
- package/lib/apaas/service/apis/process-approve-user.service.d.ts +0 -75
- package/lib/apaas/service/apis/process-definition-version.service.d.ts +0 -96
- package/lib/apaas/service/apis/process-definition.service.d.ts +0 -85
- package/lib/apaas/service/apis/process-engine.service.d.ts +0 -75
- package/lib/apaas/service/apis/process-event.service.d.ts +0 -72
- package/lib/apaas/service/apis/process-graph.service.d.ts +0 -18
- package/lib/apaas/service/apis/process-instance-relation-.service.d.ts +0 -75
- package/lib/apaas/service/apis/process-instance.service.d.ts +0 -75
- package/lib/apaas/service/apis/process-message-user.service.d.ts +0 -75
- package/lib/apaas/service/apis/process-node-definition.service.d.ts +0 -75
- package/lib/apaas/service/apis/process-path-user.service.d.ts +0 -75
- package/lib/apaas/service/apis/process-path.service.d.ts +0 -44
- package/lib/apaas/service/apis/process-task-done.service.d.ts +0 -141
- package/lib/apaas/service/apis/process-task-todo.service.d.ts +0 -266
- package/lib/apaas/service/apis/process-version.service.d.ts +0 -76
- package/lib/apaas/service/apis/process.service.d.ts +0 -66
- package/lib/apaas/service/apis/processTest.service.d.ts +0 -106
- package/lib/apaas/service/apis/product-release.service.d.ts +0 -118
- package/lib/apaas/service/apis/publish-log.service.d.ts +0 -101
- package/lib/apaas/service/apis/regexp.service.d.ts +0 -94
- package/lib/apaas/service/apis/report-data-set.service.d.ts +0 -127
- package/lib/apaas/service/apis/report-data.service.d.ts +0 -30
- package/lib/apaas/service/apis/report.service.d.ts +0 -164
- package/lib/apaas/service/apis/role-permission.service.d.ts +0 -47
- package/lib/apaas/service/apis/role.service.d.ts +0 -91
- package/lib/apaas/service/apis/sandbox-config.service.d.ts +0 -112
- package/lib/apaas/service/apis/script-assistant.service.d.ts +0 -16
- package/lib/apaas/service/apis/script-version-log.service.d.ts +0 -82
- package/lib/apaas/service/apis/script-version.service.d.ts +0 -115
- package/lib/apaas/service/apis/script.service.d.ts +0 -115
- package/lib/apaas/service/apis/service-orchestration-version-log.service.d.ts +0 -88
- package/lib/apaas/service/apis/service-orchestration-version.service.d.ts +0 -115
- package/lib/apaas/service/apis/service-orchestration.service.d.ts +0 -120
- package/lib/apaas/service/apis/sign-history.service.d.ts +0 -70
- package/lib/apaas/service/apis/sign-log.service.d.ts +0 -19
- package/lib/apaas/service/apis/signature.service.d.ts +0 -19
- package/lib/apaas/service/apis/sql-view-model.service.d.ts +0 -65
- package/lib/apaas/service/apis/sql-view.service.d.ts +0 -18
- package/lib/apaas/service/apis/ss.service.d.ts +0 -26
- package/lib/apaas/service/apis/stash.service.d.ts +0 -62
- package/lib/apaas/service/apis/sub-model-process.service.d.ts +0 -9
- package/lib/apaas/service/apis/sys-config.service.d.ts +0 -70
- package/lib/apaas/service/apis/system-var.service.d.ts +0 -126
- package/lib/apaas/service/apis/trace-log-details.service.d.ts +0 -134
- package/lib/apaas/service/apis/trace-log.service.d.ts +0 -115
- package/lib/apaas/service/apis/trace-mainline-ext.service.d.ts +0 -75
- package/lib/apaas/service/apis/trace-mainline.service.d.ts +0 -72
- package/lib/apaas/service/apis/trace-setting.service.d.ts +0 -48
- package/lib/apaas/service/apis/user-group-relation.service.d.ts +0 -46
- package/lib/apaas/service/apis/user-group.service.d.ts +0 -87
- package/lib/apaas/service/apis/view-model.service.d.ts +0 -166
- package/lib/apaas/service/apis/wash.service.d.ts +0 -11
- package/lib/apaas/service/apis/webpage.service.d.ts +0 -169
- package/lib/apaas/service/entities.d.ts +0 -35870
- package/lib/apaas/service/index.d.ts +0 -329
- package/lib/index.cjs +0 -16
- package/lib/ipaas/index.cjs +0 -12
- package/lib/ipaas/service/api-config.cjs +0 -338
- package/lib/ipaas/service/apis/auth.service.d.ts +0 -36
- package/lib/ipaas/service/apis/camel.service.d.ts +0 -63
- package/lib/ipaas/service/apis/category.service.d.ts +0 -12
- package/lib/ipaas/service/apis/connector-config.service.d.ts +0 -120
- package/lib/ipaas/service/apis/connector-log.service.d.ts +0 -46
- package/lib/ipaas/service/apis/flow-app.service.d.ts +0 -75
- package/lib/ipaas/service/apis/flow-category.service.d.ts +0 -192
- package/lib/ipaas/service/apis/flow-ext.service.d.ts +0 -100
- package/lib/ipaas/service/apis/flow.service.d.ts +0 -173
- package/lib/ipaas/service/apis/runtime.service.d.ts +0 -29
- package/lib/ipaas/service/entities.d.ts +0 -1924
- package/lib/ipaas/service/index.d.ts +0 -23
- package/lib/platform/index.cjs +0 -12
- package/lib/platform/service/api-config.cjs +0 -5317
- package/lib/platform/service/apis/agent.service.d.ts +0 -70
- package/lib/platform/service/apis/api.service.d.ts +0 -1615
- package/lib/platform/service/apis/apk.service.d.ts +0 -64
- package/lib/platform/service/apis/app-member.service.d.ts +0 -102
- package/lib/platform/service/apis/app-setting.service.d.ts +0 -107
- package/lib/platform/service/apis/app.service.d.ts +0 -730
- package/lib/platform/service/apis/assets.service.d.ts +0 -103
- package/lib/platform/service/apis/attachmentResourceTransfer.service.d.ts +0 -13
- package/lib/platform/service/apis/audit-log.service.d.ts +0 -48
- package/lib/platform/service/apis/bi-app.service.d.ts +0 -15
- package/lib/platform/service/apis/bi-data-set.service.d.ts +0 -82
- package/lib/platform/service/apis/bi-file-dataset-config.service.d.ts +0 -92
- package/lib/platform/service/apis/bi-file.service.d.ts +0 -21
- package/lib/platform/service/apis/bi-share.service.d.ts +0 -83
- package/lib/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +0 -8
- package/lib/platform/service/apis/category.service.d.ts +0 -135
- package/lib/platform/service/apis/clearLogLogin.service.d.ts +0 -8
- package/lib/platform/service/apis/clearLogOperate.service.d.ts +0 -8
- package/lib/platform/service/apis/clearTempDir.service.d.ts +0 -8
- package/lib/platform/service/apis/copyFilter.service.d.ts +0 -13
- package/lib/platform/service/apis/dashboard.service.d.ts +0 -94
- package/lib/platform/service/apis/data-source.service.d.ts +0 -144
- package/lib/platform/service/apis/data-trace.service.d.ts +0 -75
- package/lib/platform/service/apis/database.service.d.ts +0 -211
- package/lib/platform/service/apis/dataset-log.service.d.ts +0 -79
- package/lib/platform/service/apis/dataset.service.d.ts +0 -247
- package/lib/platform/service/apis/datasource-devops.service.d.ts +0 -66
- package/lib/platform/service/apis/datasource-move-data.service.d.ts +0 -86
- package/lib/platform/service/apis/datasource-move-detail.service.d.ts +0 -82
- package/lib/platform/service/apis/datasource-move.service.d.ts +0 -72
- package/lib/platform/service/apis/deleteCompInfo.service.d.ts +0 -17
- package/lib/platform/service/apis/deleteCompInfoType.service.d.ts +0 -17
- package/lib/platform/service/apis/deleteCsvDatasource.service.d.ts +0 -17
- package/lib/platform/service/apis/deleteEchartTheme.service.d.ts +0 -17
- package/lib/platform/service/apis/deleteEnshrineComp.service.d.ts +0 -17
- package/lib/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +0 -17
- package/lib/platform/service/apis/deleteFilter.service.d.ts +0 -17
- package/lib/platform/service/apis/deleteLogOperateById.service.d.ts +0 -17
- package/lib/platform/service/apis/deleteMapGeoJson.service.d.ts +0 -17
- package/lib/platform/service/apis/deleteNotUseDir.service.d.ts +0 -8
- package/lib/platform/service/apis/deletePageSnapshoot.service.d.ts +0 -17
- package/lib/platform/service/apis/deletePageTemplate.service.d.ts +0 -17
- package/lib/platform/service/apis/deletePnResource.service.d.ts +0 -17
- package/lib/platform/service/apis/deletePnResourceGroup.service.d.ts +0 -17
- package/lib/platform/service/apis/device-interconnection-param.service.d.ts +0 -91
- package/lib/platform/service/apis/device-interconnection.service.d.ts +0 -104
- package/lib/platform/service/apis/device-param-ref.service.d.ts +0 -41
- package/lib/platform/service/apis/exportTemplate.service.d.ts +0 -80
- package/lib/platform/service/apis/external-message.service.d.ts +0 -75
- package/lib/platform/service/apis/file-task.service.d.ts +0 -131
- package/lib/platform/service/apis/file.service.d.ts +0 -47
- package/lib/platform/service/apis/front-release.service.d.ts +0 -7
- package/lib/platform/service/apis/getAdCodeByAliasName.service.d.ts +0 -14
- package/lib/platform/service/apis/getAllCompInfo.service.d.ts +0 -8
- package/lib/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +0 -14
- package/lib/platform/service/apis/getAllCompInfoType.service.d.ts +0 -8
- package/lib/platform/service/apis/getAllCsvDatasource.service.d.ts +0 -14
- package/lib/platform/service/apis/getAllEchartTheme.service.d.ts +0 -8
- package/lib/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +0 -8
- package/lib/platform/service/apis/getAllFilter.service.d.ts +0 -8
- package/lib/platform/service/apis/getAllPageTemplate.service.d.ts +0 -8
- package/lib/platform/service/apis/getAttachmentInfoByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getCompInfoById.service.d.ts +0 -14
- package/lib/platform/service/apis/getCompInfoByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getCompInfoTypeById.service.d.ts +0 -14
- package/lib/platform/service/apis/getCompInfoTypeByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getContentToArray.service.d.ts +0 -18
- package/lib/platform/service/apis/getCsvDatasourceById.service.d.ts +0 -14
- package/lib/platform/service/apis/getCsvDatasourceByName.service.d.ts +0 -14
- package/lib/platform/service/apis/getCsvDatasourceByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getDesignerData.service.d.ts +0 -14
- package/lib/platform/service/apis/getEchartThemeById.service.d.ts +0 -14
- package/lib/platform/service/apis/getEchartThemeByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getEnshrineCompByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getEnshrineCompGroupById.service.d.ts +0 -14
- package/lib/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getFilterById.service.d.ts +0 -14
- package/lib/platform/service/apis/getGeoJsonByAdCode.service.d.ts +0 -14
- package/lib/platform/service/apis/getLayoutItemObjById.service.d.ts +0 -14
- package/lib/platform/service/apis/getLogLoginByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +0 -14
- package/lib/platform/service/apis/getMapGeoJsonById.service.d.ts +0 -14
- package/lib/platform/service/apis/getMapGeoJsonByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +0 -8
- package/lib/platform/service/apis/getMyEchartThemes.service.d.ts +0 -8
- package/lib/platform/service/apis/getMyPnResourceByPage.service.d.ts +0 -10
- package/lib/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +0 -18
- package/lib/platform/service/apis/getPageSnapshootById.service.d.ts +0 -14
- package/lib/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +0 -14
- package/lib/platform/service/apis/getPageTemplateById.service.d.ts +0 -14
- package/lib/platform/service/apis/getPageTemplateByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +0 -13
- package/lib/platform/service/apis/getPageTemplateLayout.service.d.ts +0 -14
- package/lib/platform/service/apis/getPageTemplateThemeJson.service.d.ts +0 -14
- package/lib/platform/service/apis/getPageTotalCount.service.d.ts +0 -8
- package/lib/platform/service/apis/getPnLogOperateByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getPnResourceGroupById.service.d.ts +0 -14
- package/lib/platform/service/apis/getProjectTotalCount.service.d.ts +0 -8
- package/lib/platform/service/apis/getShareCustomCompById.service.d.ts +0 -14
- package/lib/platform/service/apis/getShareCustomCompByPage.service.d.ts +0 -13
- package/lib/platform/service/apis/getSysEchartThemes.service.d.ts +0 -8
- package/lib/platform/service/apis/httpQuery.service.d.ts +0 -10
- package/lib/platform/service/apis/i18n-config.service.d.ts +0 -29
- package/lib/platform/service/apis/i18n-info.service.d.ts +0 -116
- package/lib/platform/service/apis/importCompInfoJson.service.d.ts +0 -13
- package/lib/platform/service/apis/importTemplate.service.d.ts +0 -32
- package/lib/platform/service/apis/internal-message.service.d.ts +0 -96
- package/lib/platform/service/apis/invoke-log.service.d.ts +0 -89
- package/lib/platform/service/apis/knowledge-base-chunk.service.d.ts +0 -75
- package/lib/platform/service/apis/knowledge-base-doc.service.d.ts +0 -75
- package/lib/platform/service/apis/knowledge-base.service.d.ts +0 -72
- package/lib/platform/service/apis/ldap.service.d.ts +0 -10
- package/lib/platform/service/apis/license-unbind-log.service.d.ts +0 -12
- package/lib/platform/service/apis/license.service.d.ts +0 -266
- package/lib/platform/service/apis/login-log.service.d.ts +0 -38
- package/lib/platform/service/apis/login.service.d.ts +0 -73
- package/lib/platform/service/apis/manager.service.d.ts +0 -39
- package/lib/platform/service/apis/message-setting.service.d.ts +0 -148
- package/lib/platform/service/apis/minio-file.service.d.ts +0 -26
- package/lib/platform/service/apis/model-provider.service.d.ts +0 -72
- package/lib/platform/service/apis/model.service.d.ts +0 -70
- package/lib/platform/service/apis/nav-menu.service.d.ts +0 -98
- package/lib/platform/service/apis/nav-page.service.d.ts +0 -81
- package/lib/platform/service/apis/openapi-group.service.d.ts +0 -186
- package/lib/platform/service/apis/openapi-key-grant.service.d.ts +0 -97
- package/lib/platform/service/apis/org-user-picker.service.d.ts +0 -70
- package/lib/platform/service/apis/org.service.d.ts +0 -211
- package/lib/platform/service/apis/parseCsvOrExcel.service.d.ts +0 -18
- package/lib/platform/service/apis/permission.service.d.ts +0 -57
- package/lib/platform/service/apis/plat.service.d.ts +0 -193
- package/lib/platform/service/apis/plugin-version.service.d.ts +0 -73
- package/lib/platform/service/apis/plugin.service.d.ts +0 -185
- package/lib/platform/service/apis/pm-process-delegate-detail.service.d.ts +0 -75
- package/lib/platform/service/apis/pm-process-delegate.service.d.ts +0 -75
- package/lib/platform/service/apis/pm-process-instance.service.d.ts +0 -92
- package/lib/platform/service/apis/pm-task-done.service.d.ts +0 -90
- package/lib/platform/service/apis/pm-task-todo.service.d.ts +0 -86
- package/lib/platform/service/apis/pn-page.service.d.ts +0 -70
- package/lib/platform/service/apis/pn-project.service.d.ts +0 -174
- package/lib/platform/service/apis/print-log.service.d.ts +0 -107
- package/lib/platform/service/apis/print-resource.service.d.ts +0 -131
- package/lib/platform/service/apis/regexp.service.d.ts +0 -94
- package/lib/platform/service/apis/released.service.d.ts +0 -96
- package/lib/platform/service/apis/resourceTransferToPage.service.d.ts +0 -13
- package/lib/platform/service/apis/role-permission.service.d.ts +0 -59
- package/lib/platform/service/apis/role.service.d.ts +0 -147
- package/lib/platform/service/apis/saveCompInfo.service.d.ts +0 -13
- package/lib/platform/service/apis/saveCompInfoType.service.d.ts +0 -13
- package/lib/platform/service/apis/saveCsvDatasource.service.d.ts +0 -13
- package/lib/platform/service/apis/saveEchartTheme.service.d.ts +0 -13
- package/lib/platform/service/apis/saveEnshrineComp.service.d.ts +0 -13
- package/lib/platform/service/apis/saveEnshrineCompGroup.service.d.ts +0 -13
- package/lib/platform/service/apis/saveFilter.service.d.ts +0 -13
- package/lib/platform/service/apis/saveMapGeoJson.service.d.ts +0 -13
- package/lib/platform/service/apis/savePageSnapshoot.service.d.ts +0 -13
- package/lib/platform/service/apis/savePageTemplate.service.d.ts +0 -13
- package/lib/platform/service/apis/savePnResourceGroup.service.d.ts +0 -13
- package/lib/platform/service/apis/saveShareCustomComp.service.d.ts +0 -13
- package/lib/platform/service/apis/seal-management.service.d.ts +0 -85
- package/lib/platform/service/apis/searchEnshrineComp.service.d.ts +0 -13
- package/lib/platform/service/apis/seat-message.service.d.ts +0 -13
- package/lib/platform/service/apis/seat.service.d.ts +0 -100
- package/lib/platform/service/apis/setPageSnapshootEnabled.service.d.ts +0 -13
- package/lib/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +0 -13
- package/lib/platform/service/apis/shortcut.service.d.ts +0 -129
- package/lib/platform/service/apis/sign-log.service.d.ts +0 -72
- package/lib/platform/service/apis/sms.service.d.ts +0 -19
- package/lib/platform/service/apis/started-process.service.d.ts +0 -64
- package/lib/platform/service/apis/task-delegate.service.d.ts +0 -101
- package/lib/platform/service/apis/task-done.service.d.ts +0 -60
- package/lib/platform/service/apis/task-todo.service.d.ts +0 -60
- package/lib/platform/service/apis/tenant-developer.service.d.ts +0 -119
- package/lib/platform/service/apis/tenant.service.d.ts +0 -478
- package/lib/platform/service/apis/toggleEnabled.service.d.ts +0 -13
- package/lib/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +0 -13
- package/lib/platform/service/apis/uploadFiles.service.d.ts +0 -108
- package/lib/platform/service/apis/user-extra.service.d.ts +0 -70
- package/lib/platform/service/apis/user-info-log.service.d.ts +0 -74
- package/lib/platform/service/apis/user-password-history.service.d.ts +0 -75
- package/lib/platform/service/apis/user.service.d.ts +0 -293
- package/lib/platform/service/apis/workbench-component-relation.service.d.ts +0 -115
- package/lib/platform/service/apis/workbench-component.service.d.ts +0 -86
- package/lib/platform/service/entities.d.ts +0 -23442
- package/lib/platform/service/index.d.ts +0 -369
- package/lib/service/api-manage.cjs +0 -34
- package/lib/service/api-service.cjs +0 -165
- package/lib/service/api-service.interface.cjs +0 -1
- package/lib/service/http.enum.cjs +0 -66
- package/lib/service/http.error.cjs +0 -46
- package/lib/service/http.util.cjs +0 -245
- package/lib/service/index.cjs +0 -52
- package/lib/types/index.d.ts +0 -171
- package/lib/utils/index.cjs +0 -16
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
-
import type {
|
|
3
|
-
DashboardRequest,
|
|
4
|
-
DashboardResponse,
|
|
5
|
-
DashboardSortRequest,
|
|
6
|
-
} from '../entities';
|
|
7
|
-
|
|
8
|
-
export interface deleteQuery {
|
|
9
|
-
/**
|
|
10
|
-
* 删除的id,多个按','分割
|
|
11
|
-
*/
|
|
12
|
-
ids: string;
|
|
13
|
-
}
|
|
14
|
-
export interface getInfoQuery {
|
|
15
|
-
/**
|
|
16
|
-
* id
|
|
17
|
-
*/
|
|
18
|
-
id: string;
|
|
19
|
-
}
|
|
20
|
-
export interface getListQuery {
|
|
21
|
-
/**
|
|
22
|
-
* 名称
|
|
23
|
-
*/
|
|
24
|
-
name?: string;
|
|
25
|
-
}
|
|
26
|
-
export interface getPageListQuery {
|
|
27
|
-
/**
|
|
28
|
-
* 页码
|
|
29
|
-
*/
|
|
30
|
-
pageNo?: number;
|
|
31
|
-
/**
|
|
32
|
-
* 每页数据条数
|
|
33
|
-
*/
|
|
34
|
-
pageSize?: number;
|
|
35
|
-
/**
|
|
36
|
-
* 仪表盘来源
|
|
37
|
-
*/
|
|
38
|
-
source?: number;
|
|
39
|
-
}
|
|
40
|
-
export interface putIdPathParams {
|
|
41
|
-
id: string;
|
|
42
|
-
}
|
|
43
|
-
export interface DashboardService {
|
|
44
|
-
/**
|
|
45
|
-
* 保存
|
|
46
|
-
*/
|
|
47
|
-
post(
|
|
48
|
-
data: DashboardRequest,
|
|
49
|
-
config?: Partial<AxiosRequestConfig>,
|
|
50
|
-
): Promise<string>;
|
|
51
|
-
/**
|
|
52
|
-
* 删除
|
|
53
|
-
*/
|
|
54
|
-
delete(
|
|
55
|
-
query: deleteQuery,
|
|
56
|
-
config?: Partial<AxiosRequestConfig>,
|
|
57
|
-
): Promise<string>;
|
|
58
|
-
/**
|
|
59
|
-
* 详情
|
|
60
|
-
*/
|
|
61
|
-
getInfo(
|
|
62
|
-
query: getInfoQuery,
|
|
63
|
-
config?: Partial<AxiosRequestConfig>,
|
|
64
|
-
): Promise<DashboardResponse>;
|
|
65
|
-
/**
|
|
66
|
-
* 列表
|
|
67
|
-
*/
|
|
68
|
-
getList(
|
|
69
|
-
query: getListQuery,
|
|
70
|
-
config?: Partial<AxiosRequestConfig>,
|
|
71
|
-
): Promise<DashboardResponse[]>;
|
|
72
|
-
/**
|
|
73
|
-
* 移动位置
|
|
74
|
-
*/
|
|
75
|
-
postMove(
|
|
76
|
-
data: DashboardSortRequest,
|
|
77
|
-
config?: Partial<AxiosRequestConfig>,
|
|
78
|
-
): Promise<string>;
|
|
79
|
-
/**
|
|
80
|
-
* 分页列表
|
|
81
|
-
*/
|
|
82
|
-
getPageList(
|
|
83
|
-
query: getPageListQuery,
|
|
84
|
-
config?: Partial<AxiosRequestConfig>,
|
|
85
|
-
): Promise<IPage<DashboardResponse>>;
|
|
86
|
-
/**
|
|
87
|
-
* 修改
|
|
88
|
-
*/
|
|
89
|
-
putId(
|
|
90
|
-
path: putIdPathParams,
|
|
91
|
-
data: DashboardRequest,
|
|
92
|
-
config?: Partial<AxiosRequestConfig>,
|
|
93
|
-
): Promise<string>;
|
|
94
|
-
}
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
-
import type {
|
|
3
|
-
DataSourceMainRequest,
|
|
4
|
-
DataSourceIsEnableRequest,
|
|
5
|
-
DataSourceUpdateRequest,
|
|
6
|
-
DataSourceMainResponse,
|
|
7
|
-
TableColumnDTO,
|
|
8
|
-
ColumnInformationSchema,
|
|
9
|
-
DataSource,
|
|
10
|
-
} from '../entities';
|
|
11
|
-
|
|
12
|
-
export interface deleteQuery {
|
|
13
|
-
/**
|
|
14
|
-
* 删除的key,多个按','分割
|
|
15
|
-
*/
|
|
16
|
-
keys: string;
|
|
17
|
-
}
|
|
18
|
-
export interface getFindByIdQuery {
|
|
19
|
-
/**
|
|
20
|
-
* id
|
|
21
|
-
*/
|
|
22
|
-
id: string;
|
|
23
|
-
}
|
|
24
|
-
export interface getListQuery {
|
|
25
|
-
/**
|
|
26
|
-
* 数据源名称
|
|
27
|
-
*/
|
|
28
|
-
name?: string;
|
|
29
|
-
/**
|
|
30
|
-
* 数据库类型
|
|
31
|
-
*/
|
|
32
|
-
type?: string;
|
|
33
|
-
}
|
|
34
|
-
export interface getPageListQuery {
|
|
35
|
-
/**
|
|
36
|
-
* 数据源名称
|
|
37
|
-
*/
|
|
38
|
-
name?: string;
|
|
39
|
-
/**
|
|
40
|
-
* 页码
|
|
41
|
-
*/
|
|
42
|
-
pageNo?: number;
|
|
43
|
-
/**
|
|
44
|
-
* 每页数据条数
|
|
45
|
-
*/
|
|
46
|
-
pageSize?: number;
|
|
47
|
-
/**
|
|
48
|
-
* 数据库类型
|
|
49
|
-
*/
|
|
50
|
-
type?: string;
|
|
51
|
-
}
|
|
52
|
-
export interface postQueryDataQuery {
|
|
53
|
-
/**
|
|
54
|
-
* env
|
|
55
|
-
*/
|
|
56
|
-
env: string;
|
|
57
|
-
/**
|
|
58
|
-
* key
|
|
59
|
-
*/
|
|
60
|
-
key: string;
|
|
61
|
-
/**
|
|
62
|
-
* sql
|
|
63
|
-
*/
|
|
64
|
-
sql: string;
|
|
65
|
-
}
|
|
66
|
-
export interface DataSourceService {
|
|
67
|
-
/**
|
|
68
|
-
* 保存
|
|
69
|
-
*/
|
|
70
|
-
post(
|
|
71
|
-
data: DataSourceMainRequest,
|
|
72
|
-
config?: Partial<AxiosRequestConfig>,
|
|
73
|
-
): Promise<string>;
|
|
74
|
-
/**
|
|
75
|
-
* 修改
|
|
76
|
-
*/
|
|
77
|
-
put(
|
|
78
|
-
data: DataSourceMainRequest,
|
|
79
|
-
config?: Partial<AxiosRequestConfig>,
|
|
80
|
-
): Promise<string>;
|
|
81
|
-
/**
|
|
82
|
-
* 删除
|
|
83
|
-
*/
|
|
84
|
-
delete(
|
|
85
|
-
query: deleteQuery,
|
|
86
|
-
config?: Partial<AxiosRequestConfig>,
|
|
87
|
-
): Promise<string>;
|
|
88
|
-
/**
|
|
89
|
-
* 启用和禁用
|
|
90
|
-
*/
|
|
91
|
-
putEnabled(
|
|
92
|
-
data: DataSourceIsEnableRequest,
|
|
93
|
-
config?: Partial<AxiosRequestConfig>,
|
|
94
|
-
): Promise<string>;
|
|
95
|
-
/**
|
|
96
|
-
* 支持DML、DDL
|
|
97
|
-
*/
|
|
98
|
-
postExecuteUpdate(
|
|
99
|
-
data: DataSourceUpdateRequest,
|
|
100
|
-
config?: Partial<AxiosRequestConfig>,
|
|
101
|
-
): Promise<number>;
|
|
102
|
-
/**
|
|
103
|
-
* 查询数据源详情
|
|
104
|
-
*/
|
|
105
|
-
getFindById(
|
|
106
|
-
query: getFindByIdQuery,
|
|
107
|
-
config?: Partial<AxiosRequestConfig>,
|
|
108
|
-
): Promise<DataSourceMainResponse>;
|
|
109
|
-
/**
|
|
110
|
-
* 列表
|
|
111
|
-
*/
|
|
112
|
-
getList(
|
|
113
|
-
query: getListQuery,
|
|
114
|
-
config?: Partial<AxiosRequestConfig>,
|
|
115
|
-
): Promise<DataSourceMainResponse[]>;
|
|
116
|
-
/**
|
|
117
|
-
* 分页列表
|
|
118
|
-
*/
|
|
119
|
-
getPageList(
|
|
120
|
-
query: getPageListQuery,
|
|
121
|
-
config?: Partial<AxiosRequestConfig>,
|
|
122
|
-
): Promise<IPage<DataSourceMainResponse>>;
|
|
123
|
-
/**
|
|
124
|
-
* 查询数据
|
|
125
|
-
*/
|
|
126
|
-
postQueryData(
|
|
127
|
-
query: postQueryDataQuery,
|
|
128
|
-
config?: Partial<AxiosRequestConfig>,
|
|
129
|
-
): Promise<IObject[]>;
|
|
130
|
-
/**
|
|
131
|
-
* 查询SQL视图表字段信息
|
|
132
|
-
*/
|
|
133
|
-
postSqlColumnInformation(
|
|
134
|
-
data: TableColumnDTO,
|
|
135
|
-
config?: Partial<AxiosRequestConfig>,
|
|
136
|
-
): Promise<ColumnInformationSchema[]>;
|
|
137
|
-
/**
|
|
138
|
-
* 连接测试
|
|
139
|
-
*/
|
|
140
|
-
postTestConnect(
|
|
141
|
-
data: DataSource,
|
|
142
|
-
config?: Partial<AxiosRequestConfig>,
|
|
143
|
-
): Promise<boolean>;
|
|
144
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
-
import type {
|
|
3
|
-
DataTraceRequest,
|
|
4
|
-
DataTraceResponse,
|
|
5
|
-
UserInfo,
|
|
6
|
-
} from '../entities';
|
|
7
|
-
|
|
8
|
-
export interface deleteQuery {
|
|
9
|
-
/**
|
|
10
|
-
* 删除的id,多个按','分割
|
|
11
|
-
*/
|
|
12
|
-
ids: string;
|
|
13
|
-
}
|
|
14
|
-
export interface getInfoQuery {
|
|
15
|
-
/**
|
|
16
|
-
* id
|
|
17
|
-
*/
|
|
18
|
-
id: string;
|
|
19
|
-
}
|
|
20
|
-
export interface putIdPathParams {
|
|
21
|
-
id: string;
|
|
22
|
-
}
|
|
23
|
-
export interface DataTraceService {
|
|
24
|
-
/**
|
|
25
|
-
* 保存
|
|
26
|
-
*/
|
|
27
|
-
post(
|
|
28
|
-
data: DataTraceRequest,
|
|
29
|
-
config?: Partial<AxiosRequestConfig>,
|
|
30
|
-
): Promise<string>;
|
|
31
|
-
/**
|
|
32
|
-
* 删除
|
|
33
|
-
*/
|
|
34
|
-
delete(
|
|
35
|
-
query: deleteQuery,
|
|
36
|
-
config?: Partial<AxiosRequestConfig>,
|
|
37
|
-
): Promise<string>;
|
|
38
|
-
/**
|
|
39
|
-
* 导出
|
|
40
|
-
*/
|
|
41
|
-
postExport(
|
|
42
|
-
data: DataTraceRequest,
|
|
43
|
-
config?: Partial<AxiosRequestConfig>,
|
|
44
|
-
): Promise<string>;
|
|
45
|
-
/**
|
|
46
|
-
* 详情
|
|
47
|
-
*/
|
|
48
|
-
getInfo(
|
|
49
|
-
query: getInfoQuery,
|
|
50
|
-
config?: Partial<AxiosRequestConfig>,
|
|
51
|
-
): Promise<DataTraceResponse>;
|
|
52
|
-
/**
|
|
53
|
-
* 列表
|
|
54
|
-
*/
|
|
55
|
-
getList(config?: Partial<AxiosRequestConfig>): Promise<DataTraceResponse[]>;
|
|
56
|
-
/**
|
|
57
|
-
* 操作人
|
|
58
|
-
*/
|
|
59
|
-
getOperators(config?: Partial<AxiosRequestConfig>): Promise<UserInfo[]>;
|
|
60
|
-
/**
|
|
61
|
-
* 分页列表
|
|
62
|
-
*/
|
|
63
|
-
postPageList(
|
|
64
|
-
data: DataTraceRequest,
|
|
65
|
-
config?: Partial<AxiosRequestConfig>,
|
|
66
|
-
): Promise<IPage<DataTraceResponse>>;
|
|
67
|
-
/**
|
|
68
|
-
* 修改
|
|
69
|
-
*/
|
|
70
|
-
putId(
|
|
71
|
-
path: putIdPathParams,
|
|
72
|
-
data: DataTraceRequest,
|
|
73
|
-
config?: Partial<AxiosRequestConfig>,
|
|
74
|
-
): Promise<string>;
|
|
75
|
-
}
|
|
@@ -1,211 +0,0 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
|
-
import type { AxiosRequestConfig } from 'axios';
|
|
3
|
-
import type {
|
|
4
|
-
AddDatabaseForm,
|
|
5
|
-
ColumnInformationSchema,
|
|
6
|
-
DataBaseInformationSchema,
|
|
7
|
-
数据库数据源查询参数,
|
|
8
|
-
RunSqlForm,
|
|
9
|
-
TableInformationSchema,
|
|
10
|
-
JSONObject,
|
|
11
|
-
TestDatabaseConnForm,
|
|
12
|
-
} from '../entities';
|
|
13
|
-
|
|
14
|
-
export interface getColumnInformationQuery {
|
|
15
|
-
/**
|
|
16
|
-
* 数据源id
|
|
17
|
-
*/
|
|
18
|
-
id: string;
|
|
19
|
-
/**
|
|
20
|
-
* 表名
|
|
21
|
-
*/
|
|
22
|
-
tbName: string;
|
|
23
|
-
}
|
|
24
|
-
export interface getDbInformationQuery {
|
|
25
|
-
/**
|
|
26
|
-
* dbType
|
|
27
|
-
*/
|
|
28
|
-
dbType: string;
|
|
29
|
-
/**
|
|
30
|
-
* pool_name
|
|
31
|
-
*/
|
|
32
|
-
poolName: string;
|
|
33
|
-
}
|
|
34
|
-
export interface getInfoQuery {
|
|
35
|
-
/**
|
|
36
|
-
* id
|
|
37
|
-
*/
|
|
38
|
-
id: string;
|
|
39
|
-
}
|
|
40
|
-
export interface getListQuery {
|
|
41
|
-
/**
|
|
42
|
-
* 名称
|
|
43
|
-
*/
|
|
44
|
-
aliasName?: string;
|
|
45
|
-
/**
|
|
46
|
-
* 应用id
|
|
47
|
-
*/
|
|
48
|
-
appId: string;
|
|
49
|
-
}
|
|
50
|
-
export interface deleteRemoveDatabaseQuery {
|
|
51
|
-
/**
|
|
52
|
-
* id
|
|
53
|
-
*/
|
|
54
|
-
id: string;
|
|
55
|
-
}
|
|
56
|
-
export interface getTableDataPageListQuery {
|
|
57
|
-
/**
|
|
58
|
-
* 是否去除逻辑(delete_=1)删除数据
|
|
59
|
-
*/
|
|
60
|
-
deleteTag?: boolean;
|
|
61
|
-
/**
|
|
62
|
-
* 数据源id
|
|
63
|
-
*/
|
|
64
|
-
id: string;
|
|
65
|
-
/**
|
|
66
|
-
* 页码
|
|
67
|
-
*/
|
|
68
|
-
pageNo?: number;
|
|
69
|
-
/**
|
|
70
|
-
* 每页数据条数
|
|
71
|
-
*/
|
|
72
|
-
pageSize?: number;
|
|
73
|
-
/**
|
|
74
|
-
* 表名
|
|
75
|
-
*/
|
|
76
|
-
tableName?: string;
|
|
77
|
-
}
|
|
78
|
-
export interface getTableInformationQuery {
|
|
79
|
-
/**
|
|
80
|
-
* 数据源id
|
|
81
|
-
*/
|
|
82
|
-
id: string;
|
|
83
|
-
}
|
|
84
|
-
export interface getViewInformationQuery {
|
|
85
|
-
/**
|
|
86
|
-
* 数据源id
|
|
87
|
-
*/
|
|
88
|
-
id: string;
|
|
89
|
-
}
|
|
90
|
-
export interface putIdPathParams {
|
|
91
|
-
id: string;
|
|
92
|
-
}
|
|
93
|
-
export interface DatabaseService {
|
|
94
|
-
/**
|
|
95
|
-
* 保存
|
|
96
|
-
*/
|
|
97
|
-
post(
|
|
98
|
-
data: AddDatabaseForm,
|
|
99
|
-
config?: Partial<AxiosRequestConfig>,
|
|
100
|
-
): Promise<string>;
|
|
101
|
-
/**
|
|
102
|
-
* 创建数据库数据源
|
|
103
|
-
*/
|
|
104
|
-
postAddDatabase(
|
|
105
|
-
data: AddDatabaseForm,
|
|
106
|
-
config?: Partial<AxiosRequestConfig>,
|
|
107
|
-
): Promise<string>;
|
|
108
|
-
/**
|
|
109
|
-
* api数据打平
|
|
110
|
-
*/
|
|
111
|
-
postApiDataFlatten(config?: Partial<AxiosRequestConfig>): Promise<IObject[]>;
|
|
112
|
-
/**
|
|
113
|
-
* 查询表字段信息
|
|
114
|
-
*/
|
|
115
|
-
getColumnInformation(
|
|
116
|
-
query: getColumnInformationQuery,
|
|
117
|
-
config?: Partial<AxiosRequestConfig>,
|
|
118
|
-
): Promise<ColumnInformationSchema[]>;
|
|
119
|
-
/**
|
|
120
|
-
* 查询数据库列表
|
|
121
|
-
*/
|
|
122
|
-
getDbInformation(
|
|
123
|
-
query: getDbInformationQuery,
|
|
124
|
-
config?: Partial<AxiosRequestConfig>,
|
|
125
|
-
): Promise<DataBaseInformationSchema[]>;
|
|
126
|
-
/**
|
|
127
|
-
* 分页获取数据库数据源
|
|
128
|
-
*/
|
|
129
|
-
postGetDatabaseByPage(
|
|
130
|
-
data: 数据库数据源查询参数,
|
|
131
|
-
config?: Partial<AxiosRequestConfig>,
|
|
132
|
-
): Promise<any>;
|
|
133
|
-
/**
|
|
134
|
-
* 数据源详情
|
|
135
|
-
*/
|
|
136
|
-
getInfo(
|
|
137
|
-
query: getInfoQuery,
|
|
138
|
-
config?: Partial<AxiosRequestConfig>,
|
|
139
|
-
): Promise<AddDatabaseForm>;
|
|
140
|
-
/**
|
|
141
|
-
* 列表
|
|
142
|
-
*/
|
|
143
|
-
getList(
|
|
144
|
-
query: getListQuery,
|
|
145
|
-
config?: Partial<AxiosRequestConfig>,
|
|
146
|
-
): Promise<AddDatabaseForm[]>;
|
|
147
|
-
/**
|
|
148
|
-
* 删除数据库数据源
|
|
149
|
-
*/
|
|
150
|
-
deleteRemoveDatabase(
|
|
151
|
-
query: deleteRemoveDatabaseQuery,
|
|
152
|
-
config?: Partial<AxiosRequestConfig>,
|
|
153
|
-
): Promise<string>;
|
|
154
|
-
/**
|
|
155
|
-
* 运行SQL语句
|
|
156
|
-
*/
|
|
157
|
-
postRunSql(
|
|
158
|
-
data: RunSqlForm,
|
|
159
|
-
config?: Partial<AxiosRequestConfig>,
|
|
160
|
-
): Promise<any>;
|
|
161
|
-
/**
|
|
162
|
-
* 分页列表
|
|
163
|
-
*/
|
|
164
|
-
getTableDataPageList(
|
|
165
|
-
query: getTableDataPageListQuery,
|
|
166
|
-
config?: Partial<AxiosRequestConfig>,
|
|
167
|
-
): Promise<IObject>;
|
|
168
|
-
/**
|
|
169
|
-
* 查询数据库表信息
|
|
170
|
-
*/
|
|
171
|
-
getTableInformation(
|
|
172
|
-
query: getTableInformationQuery,
|
|
173
|
-
config?: Partial<AxiosRequestConfig>,
|
|
174
|
-
): Promise<TableInformationSchema[]>;
|
|
175
|
-
/**
|
|
176
|
-
* 测试api数据源
|
|
177
|
-
*/
|
|
178
|
-
postTestApi(
|
|
179
|
-
data: AddDatabaseForm,
|
|
180
|
-
config?: Partial<AxiosRequestConfig>,
|
|
181
|
-
): Promise<JSONObject>;
|
|
182
|
-
/**
|
|
183
|
-
* 测试数据库连接
|
|
184
|
-
*/
|
|
185
|
-
postTestDatabaseConn(
|
|
186
|
-
data: TestDatabaseConnForm,
|
|
187
|
-
config?: Partial<AxiosRequestConfig>,
|
|
188
|
-
): Promise<string>;
|
|
189
|
-
/**
|
|
190
|
-
* 修改数据库数据源
|
|
191
|
-
*/
|
|
192
|
-
putUpdateDatabase(
|
|
193
|
-
data: AddDatabaseForm,
|
|
194
|
-
config?: Partial<AxiosRequestConfig>,
|
|
195
|
-
): Promise<string>;
|
|
196
|
-
/**
|
|
197
|
-
* 查询数据库视图信息
|
|
198
|
-
*/
|
|
199
|
-
getViewInformation(
|
|
200
|
-
query: getViewInformationQuery,
|
|
201
|
-
config?: Partial<AxiosRequestConfig>,
|
|
202
|
-
): Promise<TableInformationSchema[]>;
|
|
203
|
-
/**
|
|
204
|
-
* 修改
|
|
205
|
-
*/
|
|
206
|
-
putId(
|
|
207
|
-
path: putIdPathParams,
|
|
208
|
-
data: AddDatabaseForm,
|
|
209
|
-
config?: Partial<AxiosRequestConfig>,
|
|
210
|
-
): Promise<string>;
|
|
211
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
-
import type { PnDatasetLogRequest, PnDatasetLogResponse } from '../entities';
|
|
3
|
-
|
|
4
|
-
export interface deleteQuery {
|
|
5
|
-
/**
|
|
6
|
-
* 删除的id,多个按','分割
|
|
7
|
-
*/
|
|
8
|
-
ids: string;
|
|
9
|
-
}
|
|
10
|
-
export interface getInfoQuery {
|
|
11
|
-
/**
|
|
12
|
-
* id
|
|
13
|
-
*/
|
|
14
|
-
id: string;
|
|
15
|
-
}
|
|
16
|
-
export interface getListQuery {
|
|
17
|
-
/**
|
|
18
|
-
* datasetId
|
|
19
|
-
*/
|
|
20
|
-
datasetId?: string;
|
|
21
|
-
}
|
|
22
|
-
export interface getPageListQuery {
|
|
23
|
-
/**
|
|
24
|
-
* 页码
|
|
25
|
-
*/
|
|
26
|
-
pageNo?: number;
|
|
27
|
-
/**
|
|
28
|
-
* 每页数据条数
|
|
29
|
-
*/
|
|
30
|
-
pageSize?: number;
|
|
31
|
-
}
|
|
32
|
-
export interface putIdPathParams {
|
|
33
|
-
id: string;
|
|
34
|
-
}
|
|
35
|
-
export interface DatasetLogService {
|
|
36
|
-
/**
|
|
37
|
-
* 保存
|
|
38
|
-
*/
|
|
39
|
-
post(
|
|
40
|
-
data: PnDatasetLogRequest,
|
|
41
|
-
config?: Partial<AxiosRequestConfig>,
|
|
42
|
-
): Promise<string>;
|
|
43
|
-
/**
|
|
44
|
-
* 删除
|
|
45
|
-
*/
|
|
46
|
-
delete(
|
|
47
|
-
query: deleteQuery,
|
|
48
|
-
config?: Partial<AxiosRequestConfig>,
|
|
49
|
-
): Promise<string>;
|
|
50
|
-
/**
|
|
51
|
-
* 详情
|
|
52
|
-
*/
|
|
53
|
-
getInfo(
|
|
54
|
-
query: getInfoQuery,
|
|
55
|
-
config?: Partial<AxiosRequestConfig>,
|
|
56
|
-
): Promise<PnDatasetLogResponse>;
|
|
57
|
-
/**
|
|
58
|
-
* 列表
|
|
59
|
-
*/
|
|
60
|
-
getList(
|
|
61
|
-
query: getListQuery,
|
|
62
|
-
config?: Partial<AxiosRequestConfig>,
|
|
63
|
-
): Promise<PnDatasetLogResponse[]>;
|
|
64
|
-
/**
|
|
65
|
-
* 分页列表
|
|
66
|
-
*/
|
|
67
|
-
getPageList(
|
|
68
|
-
query: getPageListQuery,
|
|
69
|
-
config?: Partial<AxiosRequestConfig>,
|
|
70
|
-
): Promise<IPage<PnDatasetLogResponse>>;
|
|
71
|
-
/**
|
|
72
|
-
* 修改
|
|
73
|
-
*/
|
|
74
|
-
putId(
|
|
75
|
-
path: putIdPathParams,
|
|
76
|
-
data: PnDatasetLogRequest,
|
|
77
|
-
config?: Partial<AxiosRequestConfig>,
|
|
78
|
-
): Promise<string>;
|
|
79
|
-
}
|