@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,369 +0,0 @@
|
|
|
1
|
-
import type { AgentService } from './apis/agent.service';
|
|
2
|
-
import type { ApkService } from './apis/apk.service';
|
|
3
|
-
import type { AppService } from './apis/app.service';
|
|
4
|
-
import type { AppMemberService } from './apis/app-member.service';
|
|
5
|
-
import type { AppSettingService } from './apis/app-setting.service';
|
|
6
|
-
import type { AssetsService } from './apis/assets.service';
|
|
7
|
-
import type { AuditLogService } from './apis/audit-log.service';
|
|
8
|
-
import type { BiAppService } from './apis/bi-app.service';
|
|
9
|
-
import type { BiDataSetService } from './apis/bi-data-set.service';
|
|
10
|
-
import type { BiFileDatasetConfigService } from './apis/bi-file-dataset-config.service';
|
|
11
|
-
import type { BiFileService } from './apis/bi-file.service';
|
|
12
|
-
import type { BiShareService } from './apis/bi-share.service';
|
|
13
|
-
import type { CategoryService } from './apis/category.service';
|
|
14
|
-
import type { DashboardService } from './apis/dashboard.service';
|
|
15
|
-
import type { DataSourceService } from './apis/data-source.service';
|
|
16
|
-
import type { DataTraceService } from './apis/data-trace.service';
|
|
17
|
-
import type { DatabaseService } from './apis/database.service';
|
|
18
|
-
import type { DatasetService } from './apis/dataset.service';
|
|
19
|
-
import type { DatasetLogService } from './apis/dataset-log.service';
|
|
20
|
-
import type { DatasourceDevopsService } from './apis/datasource-devops.service';
|
|
21
|
-
import type { DatasourceMoveService } from './apis/datasource-move.service';
|
|
22
|
-
import type { DatasourceMoveDataService } from './apis/datasource-move-data.service';
|
|
23
|
-
import type { DatasourceMoveDetailService } from './apis/datasource-move-detail.service';
|
|
24
|
-
import type { DeviceInterconnectionService } from './apis/device-interconnection.service';
|
|
25
|
-
import type { DeviceInterconnectionParamService } from './apis/device-interconnection-param.service';
|
|
26
|
-
import type { DeviceParamRefService } from './apis/device-param-ref.service';
|
|
27
|
-
import type { ExternalMessageService } from './apis/external-message.service';
|
|
28
|
-
import type { FileTaskService } from './apis/file-task.service';
|
|
29
|
-
import type { FileService } from './apis/file.service';
|
|
30
|
-
import type { FrontReleaseService } from './apis/front-release.service';
|
|
31
|
-
import type { I18NConfigService } from './apis/i18n-config.service';
|
|
32
|
-
import type { I18NInfoService } from './apis/i18n-info.service';
|
|
33
|
-
import type { InternalMessageService } from './apis/internal-message.service';
|
|
34
|
-
import type { InvokeLogService } from './apis/invoke-log.service';
|
|
35
|
-
import type { KnowledgeBaseService } from './apis/knowledge-base.service';
|
|
36
|
-
import type { KnowledgeBaseChunkService } from './apis/knowledge-base-chunk.service';
|
|
37
|
-
import type { KnowledgeBaseDocService } from './apis/knowledge-base-doc.service';
|
|
38
|
-
import type { LdapService } from './apis/ldap.service';
|
|
39
|
-
import type { LicenseUnbindLogService } from './apis/license-unbind-log.service';
|
|
40
|
-
import type { LicenseService } from './apis/license.service';
|
|
41
|
-
import type { LoginLogService } from './apis/login-log.service';
|
|
42
|
-
import type { LoginService } from './apis/login.service';
|
|
43
|
-
import type { ManagerService } from './apis/manager.service';
|
|
44
|
-
import type { MessageSettingService } from './apis/message-setting.service';
|
|
45
|
-
import type { MinioFileService } from './apis/minio-file.service';
|
|
46
|
-
import type { ModelService } from './apis/model.service';
|
|
47
|
-
import type { ModelProviderService } from './apis/model-provider.service';
|
|
48
|
-
import type { NavMenuService } from './apis/nav-menu.service';
|
|
49
|
-
import type { NavPageService } from './apis/nav-page.service';
|
|
50
|
-
import type { OpenapiGroupService } from './apis/openapi-group.service';
|
|
51
|
-
import type { OpenapiKeyGrantService } from './apis/openapi-key-grant.service';
|
|
52
|
-
import type { OrgService } from './apis/org.service';
|
|
53
|
-
import type { OrgUserPickerService } from './apis/org-user-picker.service';
|
|
54
|
-
import type { PermissionService } from './apis/permission.service';
|
|
55
|
-
import type { PlatService } from './apis/plat.service';
|
|
56
|
-
import type { PluginService } from './apis/plugin.service';
|
|
57
|
-
import type { PluginVersionService } from './apis/plugin-version.service';
|
|
58
|
-
import type { PmProcessDelegateService } from './apis/pm-process-delegate.service';
|
|
59
|
-
import type { PmProcessDelegateDetailService } from './apis/pm-process-delegate-detail.service';
|
|
60
|
-
import type { PmProcessInstanceService } from './apis/pm-process-instance.service';
|
|
61
|
-
import type { PmTaskDoneService } from './apis/pm-task-done.service';
|
|
62
|
-
import type { PmTaskTodoService } from './apis/pm-task-todo.service';
|
|
63
|
-
import type { PnPageService } from './apis/pn-page.service';
|
|
64
|
-
import type { PnProjectService } from './apis/pn-project.service';
|
|
65
|
-
import type { PrintLogService } from './apis/print-log.service';
|
|
66
|
-
import type { PrintResourceService } from './apis/print-resource.service';
|
|
67
|
-
import type { RegexpService } from './apis/regexp.service';
|
|
68
|
-
import type { ReleasedService } from './apis/released.service';
|
|
69
|
-
import type { RolePermissionService } from './apis/role-permission.service';
|
|
70
|
-
import type { RoleService } from './apis/role.service';
|
|
71
|
-
import type { SealManagementService } from './apis/seal-management.service';
|
|
72
|
-
import type { SeatMessageService } from './apis/seat-message.service';
|
|
73
|
-
import type { SeatService } from './apis/seat.service';
|
|
74
|
-
import type { ShortcutService } from './apis/shortcut.service';
|
|
75
|
-
import type { SignLogService } from './apis/sign-log.service';
|
|
76
|
-
import type { SmsService } from './apis/sms.service';
|
|
77
|
-
import type { StartedProcessService } from './apis/started-process.service';
|
|
78
|
-
import type { TaskDelegateService } from './apis/task-delegate.service';
|
|
79
|
-
import type { TaskDoneService } from './apis/task-done.service';
|
|
80
|
-
import type { TaskTodoService } from './apis/task-todo.service';
|
|
81
|
-
import type { TenantDeveloperService } from './apis/tenant-developer.service';
|
|
82
|
-
import type { TenantService } from './apis/tenant.service';
|
|
83
|
-
import type { UserService } from './apis/user.service';
|
|
84
|
-
import type { UserExtraService } from './apis/user-extra.service';
|
|
85
|
-
import type { UserInfoLogService } from './apis/user-info-log.service';
|
|
86
|
-
import type { UserPasswordHistoryService } from './apis/user-password-history.service';
|
|
87
|
-
import type { WorkbenchComponentService } from './apis/workbench-component.service';
|
|
88
|
-
import type { WorkbenchComponentRelationService } from './apis/workbench-component-relation.service';
|
|
89
|
-
import type { ClearTempDirService } from './apis/clearTempDir.service';
|
|
90
|
-
import type { DeleteNotUseDirService } from './apis/deleteNotUseDir.service';
|
|
91
|
-
import type { GetAttachmentInfoByPageService } from './apis/getAttachmentInfoByPage.service';
|
|
92
|
-
import type { DeleteCompInfoService } from './apis/deleteCompInfo.service';
|
|
93
|
-
import type { DeleteCompInfoTypeService } from './apis/deleteCompInfoType.service';
|
|
94
|
-
import type { GetAllCompInfoService } from './apis/getAllCompInfo.service';
|
|
95
|
-
import type { GetAllCompInfoByTypeIdService } from './apis/getAllCompInfoByTypeId.service';
|
|
96
|
-
import type { GetAllCompInfoTypeService } from './apis/getAllCompInfoType.service';
|
|
97
|
-
import type { GetCompInfoByIdService } from './apis/getCompInfoById.service';
|
|
98
|
-
import type { GetCompInfoByPageService } from './apis/getCompInfoByPage.service';
|
|
99
|
-
import type { GetCompInfoTypeByIdService } from './apis/getCompInfoTypeById.service';
|
|
100
|
-
import type { GetCompInfoTypeByPageService } from './apis/getCompInfoTypeByPage.service';
|
|
101
|
-
import type { ImportCompInfoJsonService } from './apis/importCompInfoJson.service';
|
|
102
|
-
import type { SaveCompInfoService } from './apis/saveCompInfo.service';
|
|
103
|
-
import type { SaveCompInfoTypeService } from './apis/saveCompInfoType.service';
|
|
104
|
-
import type { DeleteCsvDatasourceService } from './apis/deleteCsvDatasource.service';
|
|
105
|
-
import type { GetAllCsvDatasourceService } from './apis/getAllCsvDatasource.service';
|
|
106
|
-
import type { GetContentToArrayService } from './apis/getContentToArray.service';
|
|
107
|
-
import type { GetCsvDatasourceByIdService } from './apis/getCsvDatasourceById.service';
|
|
108
|
-
import type { GetCsvDatasourceByNameService } from './apis/getCsvDatasourceByName.service';
|
|
109
|
-
import type { GetCsvDatasourceByPageService } from './apis/getCsvDatasourceByPage.service';
|
|
110
|
-
import type { ParseCsvOrExcelService } from './apis/parseCsvOrExcel.service';
|
|
111
|
-
import type { SaveCsvDatasourceService } from './apis/saveCsvDatasource.service';
|
|
112
|
-
import type { GetDesignerDataService } from './apis/getDesignerData.service';
|
|
113
|
-
import type { DeleteEchartThemeService } from './apis/deleteEchartTheme.service';
|
|
114
|
-
import type { GetAllEchartThemeService } from './apis/getAllEchartTheme.service';
|
|
115
|
-
import type { GetEchartThemeByIdService } from './apis/getEchartThemeById.service';
|
|
116
|
-
import type { GetEchartThemeByPageService } from './apis/getEchartThemeByPage.service';
|
|
117
|
-
import type { GetMyEchartThemesService } from './apis/getMyEchartThemes.service';
|
|
118
|
-
import type { GetSysEchartThemesService } from './apis/getSysEchartThemes.service';
|
|
119
|
-
import type { SaveEchartThemeService } from './apis/saveEchartTheme.service';
|
|
120
|
-
import type { BuildEnshrineCompLibraryService } from './apis/buildEnshrineCompLibrary.service';
|
|
121
|
-
import type { DeleteEnshrineCompService } from './apis/deleteEnshrineComp.service';
|
|
122
|
-
import type { DeleteEnshrineCompGroupService } from './apis/deleteEnshrineCompGroup.service';
|
|
123
|
-
import type { GetAllEnshrineCompGroupsService } from './apis/getAllEnshrineCompGroups.service';
|
|
124
|
-
import type { GetEnshrineCompByPageService } from './apis/getEnshrineCompByPage.service';
|
|
125
|
-
import type { GetEnshrineCompGroupByIdService } from './apis/getEnshrineCompGroupById.service';
|
|
126
|
-
import type { GetEnshrineCompGroupByPageService } from './apis/getEnshrineCompGroupByPage.service';
|
|
127
|
-
import type { GetLayoutItemObjByIdService } from './apis/getLayoutItemObjById.service';
|
|
128
|
-
import type { SaveEnshrineCompService } from './apis/saveEnshrineComp.service';
|
|
129
|
-
import type { SaveEnshrineCompGroupService } from './apis/saveEnshrineCompGroup.service';
|
|
130
|
-
import type { SearchEnshrineCompService } from './apis/searchEnshrineComp.service';
|
|
131
|
-
import type { ApiService } from './apis/api.service';
|
|
132
|
-
import type { CopyFilterService } from './apis/copyFilter.service';
|
|
133
|
-
import type { DeleteFilterService } from './apis/deleteFilter.service';
|
|
134
|
-
import type { GetAllFilterService } from './apis/getAllFilter.service';
|
|
135
|
-
import type { GetFilterByIdService } from './apis/getFilterById.service';
|
|
136
|
-
import type { SaveFilterService } from './apis/saveFilter.service';
|
|
137
|
-
import type { HttpQueryService } from './apis/httpQuery.service';
|
|
138
|
-
import type { ClearLogLoginService } from './apis/clearLogLogin.service';
|
|
139
|
-
import type { GetLogLoginByPageService } from './apis/getLogLoginByPage.service';
|
|
140
|
-
import type { ClearLogOperateService } from './apis/clearLogOperate.service';
|
|
141
|
-
import type { DeleteLogOperateByIdService } from './apis/deleteLogOperateById.service';
|
|
142
|
-
import type { GetPnLogOperateByPageService } from './apis/getPnLogOperateByPage.service';
|
|
143
|
-
import type { UncompressLogOperateLayoutStrService } from './apis/uncompressLogOperateLayoutStr.service';
|
|
144
|
-
import type { DeleteMapGeoJsonService } from './apis/deleteMapGeoJson.service';
|
|
145
|
-
import type { GetAdCodeByAliasNameService } from './apis/getAdCodeByAliasName.service';
|
|
146
|
-
import type { GetGeoJsonByAdCodeService } from './apis/getGeoJsonByAdCode.service';
|
|
147
|
-
import type { GetMapBaseInfoByLevelService } from './apis/getMapBaseInfoByLevel.service';
|
|
148
|
-
import type { GetMapGeoJsonByIdService } from './apis/getMapGeoJsonById.service';
|
|
149
|
-
import type { GetMapGeoJsonByPageService } from './apis/getMapGeoJsonByPage.service';
|
|
150
|
-
import type { SaveMapGeoJsonService } from './apis/saveMapGeoJson.service';
|
|
151
|
-
import type { DeletePageSnapshootService } from './apis/deletePageSnapshoot.service';
|
|
152
|
-
import type { GetPageSnapshootByEnabledService } from './apis/getPageSnapshootByEnabled.service';
|
|
153
|
-
import type { GetPageSnapshootByIdService } from './apis/getPageSnapshootById.service';
|
|
154
|
-
import type { GetPageSnapshootsByPageIdService } from './apis/getPageSnapshootsByPageId.service';
|
|
155
|
-
import type { SavePageSnapshootService } from './apis/savePageSnapshoot.service';
|
|
156
|
-
import type { SetPageSnapshootEnabledService } from './apis/setPageSnapshootEnabled.service';
|
|
157
|
-
import type { SetPageSnapshootEnabledByPageIdService } from './apis/setPageSnapshootEnabledByPageId.service';
|
|
158
|
-
import type { AttachmentResourceTransferService } from './apis/attachmentResourceTransfer.service';
|
|
159
|
-
import type { DeletePageTemplateService } from './apis/deletePageTemplate.service';
|
|
160
|
-
import type { ExportTemplateService } from './apis/exportTemplate.service';
|
|
161
|
-
import type { GetAllPageTemplateService } from './apis/getAllPageTemplate.service';
|
|
162
|
-
import type { GetPageTemplateByIdService } from './apis/getPageTemplateById.service';
|
|
163
|
-
import type { GetPageTemplateByPageService } from './apis/getPageTemplateByPage.service';
|
|
164
|
-
import type { GetPageTemplateForCreatePageFormService } from './apis/getPageTemplateForCreatePageForm.service';
|
|
165
|
-
import type { GetPageTemplateLayoutService } from './apis/getPageTemplateLayout.service';
|
|
166
|
-
import type { GetPageTemplateThemeJsonService } from './apis/getPageTemplateThemeJson.service';
|
|
167
|
-
import type { ImportTemplateService } from './apis/importTemplate.service';
|
|
168
|
-
import type { SavePageTemplateService } from './apis/savePageTemplate.service';
|
|
169
|
-
import type { ToggleEnabledService } from './apis/toggleEnabled.service';
|
|
170
|
-
import type { DeletePnResourceService } from './apis/deletePnResource.service';
|
|
171
|
-
import type { DeletePnResourceGroupService } from './apis/deletePnResourceGroup.service';
|
|
172
|
-
import type { GetMyAllPnResourceGroupService } from './apis/getMyAllPnResourceGroup.service';
|
|
173
|
-
import type { GetMyPnResourceByPageService } from './apis/getMyPnResourceByPage.service';
|
|
174
|
-
import type { GetPnResourceGroupByIdService } from './apis/getPnResourceGroupById.service';
|
|
175
|
-
import type { ResourceTransferToPageService } from './apis/resourceTransferToPage.service';
|
|
176
|
-
import type { SavePnResourceGroupService } from './apis/savePnResourceGroup.service';
|
|
177
|
-
import type { UploadFilesService } from './apis/uploadFiles.service';
|
|
178
|
-
import type { GetMyShareCustomCompByPageService } from './apis/getMyShareCustomCompByPage.service';
|
|
179
|
-
import type { GetShareCustomCompByIdService } from './apis/getShareCustomCompById.service';
|
|
180
|
-
import type { GetShareCustomCompByPageService } from './apis/getShareCustomCompByPage.service';
|
|
181
|
-
import type { SaveShareCustomCompService } from './apis/saveShareCustomComp.service';
|
|
182
|
-
import type { GetPageTotalCountService } from './apis/getPageTotalCount.service';
|
|
183
|
-
import type { GetProjectTotalCountService } from './apis/getProjectTotalCount.service';
|
|
184
|
-
|
|
185
|
-
export interface ApiManage {
|
|
186
|
-
readonly agent: AgentService;
|
|
187
|
-
readonly apk: ApkService;
|
|
188
|
-
readonly app: AppService;
|
|
189
|
-
readonly appMember: AppMemberService;
|
|
190
|
-
readonly appSetting: AppSettingService;
|
|
191
|
-
readonly assets: AssetsService;
|
|
192
|
-
readonly auditLog: AuditLogService;
|
|
193
|
-
readonly biApp: BiAppService;
|
|
194
|
-
readonly biDataSet: BiDataSetService;
|
|
195
|
-
readonly biFileDatasetConfig: BiFileDatasetConfigService;
|
|
196
|
-
readonly biFile: BiFileService;
|
|
197
|
-
readonly biShare: BiShareService;
|
|
198
|
-
readonly category: CategoryService;
|
|
199
|
-
readonly dashboard: DashboardService;
|
|
200
|
-
readonly dataSource: DataSourceService;
|
|
201
|
-
readonly dataTrace: DataTraceService;
|
|
202
|
-
readonly database: DatabaseService;
|
|
203
|
-
readonly dataset: DatasetService;
|
|
204
|
-
readonly datasetLog: DatasetLogService;
|
|
205
|
-
readonly datasourceDevops: DatasourceDevopsService;
|
|
206
|
-
readonly datasourceMove: DatasourceMoveService;
|
|
207
|
-
readonly datasourceMoveData: DatasourceMoveDataService;
|
|
208
|
-
readonly datasourceMoveDetail: DatasourceMoveDetailService;
|
|
209
|
-
readonly deviceInterconnection: DeviceInterconnectionService;
|
|
210
|
-
readonly deviceInterconnectionParam: DeviceInterconnectionParamService;
|
|
211
|
-
readonly deviceParamRef: DeviceParamRefService;
|
|
212
|
-
readonly externalMessage: ExternalMessageService;
|
|
213
|
-
readonly fileTask: FileTaskService;
|
|
214
|
-
readonly file: FileService;
|
|
215
|
-
readonly frontRelease: FrontReleaseService;
|
|
216
|
-
readonly i18NConfig: I18NConfigService;
|
|
217
|
-
readonly i18NInfo: I18NInfoService;
|
|
218
|
-
readonly internalMessage: InternalMessageService;
|
|
219
|
-
readonly invokeLog: InvokeLogService;
|
|
220
|
-
readonly knowledgeBase: KnowledgeBaseService;
|
|
221
|
-
readonly knowledgeBaseChunk: KnowledgeBaseChunkService;
|
|
222
|
-
readonly knowledgeBaseDoc: KnowledgeBaseDocService;
|
|
223
|
-
readonly ldap: LdapService;
|
|
224
|
-
readonly licenseUnbindLog: LicenseUnbindLogService;
|
|
225
|
-
readonly license: LicenseService;
|
|
226
|
-
readonly loginLog: LoginLogService;
|
|
227
|
-
readonly login: LoginService;
|
|
228
|
-
readonly manager: ManagerService;
|
|
229
|
-
readonly messageSetting: MessageSettingService;
|
|
230
|
-
readonly minioFile: MinioFileService;
|
|
231
|
-
readonly model: ModelService;
|
|
232
|
-
readonly modelProvider: ModelProviderService;
|
|
233
|
-
readonly navMenu: NavMenuService;
|
|
234
|
-
readonly navPage: NavPageService;
|
|
235
|
-
readonly openapiGroup: OpenapiGroupService;
|
|
236
|
-
readonly openapiKeyGrant: OpenapiKeyGrantService;
|
|
237
|
-
readonly org: OrgService;
|
|
238
|
-
readonly orgUserPicker: OrgUserPickerService;
|
|
239
|
-
readonly permission: PermissionService;
|
|
240
|
-
readonly plat: PlatService;
|
|
241
|
-
readonly plugin: PluginService;
|
|
242
|
-
readonly pluginVersion: PluginVersionService;
|
|
243
|
-
readonly pmProcessDelegate: PmProcessDelegateService;
|
|
244
|
-
readonly pmProcessDelegateDetail: PmProcessDelegateDetailService;
|
|
245
|
-
readonly pmProcessInstance: PmProcessInstanceService;
|
|
246
|
-
readonly pmTaskDone: PmTaskDoneService;
|
|
247
|
-
readonly pmTaskTodo: PmTaskTodoService;
|
|
248
|
-
readonly pnPage: PnPageService;
|
|
249
|
-
readonly pnProject: PnProjectService;
|
|
250
|
-
readonly printLog: PrintLogService;
|
|
251
|
-
readonly printResource: PrintResourceService;
|
|
252
|
-
readonly regexp: RegexpService;
|
|
253
|
-
readonly released: ReleasedService;
|
|
254
|
-
readonly rolePermission: RolePermissionService;
|
|
255
|
-
readonly role: RoleService;
|
|
256
|
-
readonly sealManagement: SealManagementService;
|
|
257
|
-
readonly seatMessage: SeatMessageService;
|
|
258
|
-
readonly seat: SeatService;
|
|
259
|
-
readonly shortcut: ShortcutService;
|
|
260
|
-
readonly signLog: SignLogService;
|
|
261
|
-
readonly sms: SmsService;
|
|
262
|
-
readonly startedProcess: StartedProcessService;
|
|
263
|
-
readonly taskDelegate: TaskDelegateService;
|
|
264
|
-
readonly taskDone: TaskDoneService;
|
|
265
|
-
readonly taskTodo: TaskTodoService;
|
|
266
|
-
readonly tenantDeveloper: TenantDeveloperService;
|
|
267
|
-
readonly tenant: TenantService;
|
|
268
|
-
readonly user: UserService;
|
|
269
|
-
readonly userExtra: UserExtraService;
|
|
270
|
-
readonly userInfoLog: UserInfoLogService;
|
|
271
|
-
readonly userPasswordHistory: UserPasswordHistoryService;
|
|
272
|
-
readonly workbenchComponent: WorkbenchComponentService;
|
|
273
|
-
readonly workbenchComponentRelation: WorkbenchComponentRelationService;
|
|
274
|
-
readonly clearTempDir: ClearTempDirService;
|
|
275
|
-
readonly deleteNotUseDir: DeleteNotUseDirService;
|
|
276
|
-
readonly getAttachmentInfoByPage: GetAttachmentInfoByPageService;
|
|
277
|
-
readonly deleteCompInfo: DeleteCompInfoService;
|
|
278
|
-
readonly deleteCompInfoType: DeleteCompInfoTypeService;
|
|
279
|
-
readonly getAllCompInfo: GetAllCompInfoService;
|
|
280
|
-
readonly getAllCompInfoByTypeId: GetAllCompInfoByTypeIdService;
|
|
281
|
-
readonly getAllCompInfoType: GetAllCompInfoTypeService;
|
|
282
|
-
readonly getCompInfoById: GetCompInfoByIdService;
|
|
283
|
-
readonly getCompInfoByPage: GetCompInfoByPageService;
|
|
284
|
-
readonly getCompInfoTypeById: GetCompInfoTypeByIdService;
|
|
285
|
-
readonly getCompInfoTypeByPage: GetCompInfoTypeByPageService;
|
|
286
|
-
readonly importCompInfoJson: ImportCompInfoJsonService;
|
|
287
|
-
readonly saveCompInfo: SaveCompInfoService;
|
|
288
|
-
readonly saveCompInfoType: SaveCompInfoTypeService;
|
|
289
|
-
readonly deleteCsvDatasource: DeleteCsvDatasourceService;
|
|
290
|
-
readonly getAllCsvDatasource: GetAllCsvDatasourceService;
|
|
291
|
-
readonly getContentToArray: GetContentToArrayService;
|
|
292
|
-
readonly getCsvDatasourceById: GetCsvDatasourceByIdService;
|
|
293
|
-
readonly getCsvDatasourceByName: GetCsvDatasourceByNameService;
|
|
294
|
-
readonly getCsvDatasourceByPage: GetCsvDatasourceByPageService;
|
|
295
|
-
readonly parseCsvOrExcel: ParseCsvOrExcelService;
|
|
296
|
-
readonly saveCsvDatasource: SaveCsvDatasourceService;
|
|
297
|
-
readonly getDesignerData: GetDesignerDataService;
|
|
298
|
-
readonly deleteEchartTheme: DeleteEchartThemeService;
|
|
299
|
-
readonly getAllEchartTheme: GetAllEchartThemeService;
|
|
300
|
-
readonly getEchartThemeById: GetEchartThemeByIdService;
|
|
301
|
-
readonly getEchartThemeByPage: GetEchartThemeByPageService;
|
|
302
|
-
readonly getMyEchartThemes: GetMyEchartThemesService;
|
|
303
|
-
readonly getSysEchartThemes: GetSysEchartThemesService;
|
|
304
|
-
readonly saveEchartTheme: SaveEchartThemeService;
|
|
305
|
-
readonly buildEnshrineCompLibrary: BuildEnshrineCompLibraryService;
|
|
306
|
-
readonly deleteEnshrineComp: DeleteEnshrineCompService;
|
|
307
|
-
readonly deleteEnshrineCompGroup: DeleteEnshrineCompGroupService;
|
|
308
|
-
readonly getAllEnshrineCompGroups: GetAllEnshrineCompGroupsService;
|
|
309
|
-
readonly getEnshrineCompByPage: GetEnshrineCompByPageService;
|
|
310
|
-
readonly getEnshrineCompGroupById: GetEnshrineCompGroupByIdService;
|
|
311
|
-
readonly getEnshrineCompGroupByPage: GetEnshrineCompGroupByPageService;
|
|
312
|
-
readonly getLayoutItemObjById: GetLayoutItemObjByIdService;
|
|
313
|
-
readonly saveEnshrineComp: SaveEnshrineCompService;
|
|
314
|
-
readonly saveEnshrineCompGroup: SaveEnshrineCompGroupService;
|
|
315
|
-
readonly searchEnshrineComp: SearchEnshrineCompService;
|
|
316
|
-
readonly api: ApiService;
|
|
317
|
-
readonly copyFilter: CopyFilterService;
|
|
318
|
-
readonly deleteFilter: DeleteFilterService;
|
|
319
|
-
readonly getAllFilter: GetAllFilterService;
|
|
320
|
-
readonly getFilterById: GetFilterByIdService;
|
|
321
|
-
readonly saveFilter: SaveFilterService;
|
|
322
|
-
readonly httpQuery: HttpQueryService;
|
|
323
|
-
readonly clearLogLogin: ClearLogLoginService;
|
|
324
|
-
readonly getLogLoginByPage: GetLogLoginByPageService;
|
|
325
|
-
readonly clearLogOperate: ClearLogOperateService;
|
|
326
|
-
readonly deleteLogOperateById: DeleteLogOperateByIdService;
|
|
327
|
-
readonly getPnLogOperateByPage: GetPnLogOperateByPageService;
|
|
328
|
-
readonly uncompressLogOperateLayoutStr: UncompressLogOperateLayoutStrService;
|
|
329
|
-
readonly deleteMapGeoJson: DeleteMapGeoJsonService;
|
|
330
|
-
readonly getAdCodeByAliasName: GetAdCodeByAliasNameService;
|
|
331
|
-
readonly getGeoJsonByAdCode: GetGeoJsonByAdCodeService;
|
|
332
|
-
readonly getMapBaseInfoByLevel: GetMapBaseInfoByLevelService;
|
|
333
|
-
readonly getMapGeoJsonById: GetMapGeoJsonByIdService;
|
|
334
|
-
readonly getMapGeoJsonByPage: GetMapGeoJsonByPageService;
|
|
335
|
-
readonly saveMapGeoJson: SaveMapGeoJsonService;
|
|
336
|
-
readonly deletePageSnapshoot: DeletePageSnapshootService;
|
|
337
|
-
readonly getPageSnapshootByEnabled: GetPageSnapshootByEnabledService;
|
|
338
|
-
readonly getPageSnapshootById: GetPageSnapshootByIdService;
|
|
339
|
-
readonly getPageSnapshootsByPageId: GetPageSnapshootsByPageIdService;
|
|
340
|
-
readonly savePageSnapshoot: SavePageSnapshootService;
|
|
341
|
-
readonly setPageSnapshootEnabled: SetPageSnapshootEnabledService;
|
|
342
|
-
readonly setPageSnapshootEnabledByPageId: SetPageSnapshootEnabledByPageIdService;
|
|
343
|
-
readonly attachmentResourceTransfer: AttachmentResourceTransferService;
|
|
344
|
-
readonly deletePageTemplate: DeletePageTemplateService;
|
|
345
|
-
readonly exportTemplate: ExportTemplateService;
|
|
346
|
-
readonly getAllPageTemplate: GetAllPageTemplateService;
|
|
347
|
-
readonly getPageTemplateById: GetPageTemplateByIdService;
|
|
348
|
-
readonly getPageTemplateByPage: GetPageTemplateByPageService;
|
|
349
|
-
readonly getPageTemplateForCreatePageForm: GetPageTemplateForCreatePageFormService;
|
|
350
|
-
readonly getPageTemplateLayout: GetPageTemplateLayoutService;
|
|
351
|
-
readonly getPageTemplateThemeJson: GetPageTemplateThemeJsonService;
|
|
352
|
-
readonly importTemplate: ImportTemplateService;
|
|
353
|
-
readonly savePageTemplate: SavePageTemplateService;
|
|
354
|
-
readonly toggleEnabled: ToggleEnabledService;
|
|
355
|
-
readonly deletePnResource: DeletePnResourceService;
|
|
356
|
-
readonly deletePnResourceGroup: DeletePnResourceGroupService;
|
|
357
|
-
readonly getMyAllPnResourceGroup: GetMyAllPnResourceGroupService;
|
|
358
|
-
readonly getMyPnResourceByPage: GetMyPnResourceByPageService;
|
|
359
|
-
readonly getPnResourceGroupById: GetPnResourceGroupByIdService;
|
|
360
|
-
readonly resourceTransferToPage: ResourceTransferToPageService;
|
|
361
|
-
readonly savePnResourceGroup: SavePnResourceGroupService;
|
|
362
|
-
readonly uploadFiles: UploadFilesService;
|
|
363
|
-
readonly getMyShareCustomCompByPage: GetMyShareCustomCompByPageService;
|
|
364
|
-
readonly getShareCustomCompById: GetShareCustomCompByIdService;
|
|
365
|
-
readonly getShareCustomCompByPage: GetShareCustomCompByPageService;
|
|
366
|
-
readonly saveShareCustomComp: SaveShareCustomCompService;
|
|
367
|
-
readonly getPageTotalCount: GetPageTotalCountService;
|
|
368
|
-
readonly getProjectTotalCount: GetProjectTotalCountService;
|
|
369
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.ApiManage = void 0;
|
|
7
|
-
var _pathBrowserify = _interopRequireDefault(require("path-browserify"));
|
|
8
|
-
var _apiService = require("./api-service.cjs");
|
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
-
class ApiManage {
|
|
11
|
-
/**
|
|
12
|
-
* 根据 api 配置挂载请求对象以及方法
|
|
13
|
-
*
|
|
14
|
-
* @author chitanda
|
|
15
|
-
* @date 2025-08-21 18:08:04
|
|
16
|
-
* @param {string} url 服务基础 URL
|
|
17
|
-
* @param {ApiConfigItem[]} configs API 配置项数组
|
|
18
|
-
*/
|
|
19
|
-
constructor(url, configs) {
|
|
20
|
-
return new Proxy(this, {
|
|
21
|
-
get(manage, property) {
|
|
22
|
-
const config = configs.find(item => item.name === property);
|
|
23
|
-
if (!config) {
|
|
24
|
-
return void 0;
|
|
25
|
-
}
|
|
26
|
-
if (!(property in manage)) {
|
|
27
|
-
manage[property] = new _apiService.ApiService(_pathBrowserify.default.join(url, config.entityName), config);
|
|
28
|
-
}
|
|
29
|
-
return manage[property];
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
exports.ApiManage = ApiManage;
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.ApiService = void 0;
|
|
7
|
-
var _pathBrowserify = _interopRequireDefault(require("path-browserify"));
|
|
8
|
-
var _http = require("./http.util.cjs");
|
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
-
class ApiService {
|
|
11
|
-
/**
|
|
12
|
-
* Creates an instance of ApiService.
|
|
13
|
-
* @author chitanda
|
|
14
|
-
* @date 2025-08-21 18:08:19
|
|
15
|
-
* @param {string} url 服务基础 URL
|
|
16
|
-
* @param {ApiConfigItem} config 当前实例的 api 配置
|
|
17
|
-
*/
|
|
18
|
-
constructor(url, config) {
|
|
19
|
-
this.url = url;
|
|
20
|
-
return new Proxy(this, {
|
|
21
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
22
|
-
get(api, property) {
|
|
23
|
-
if (!(property in api)) {
|
|
24
|
-
const cfg = config.apis.find(item => item.method === property);
|
|
25
|
-
if (cfg) {
|
|
26
|
-
const modeFn = `_${cfg.mode}`;
|
|
27
|
-
if (cfg.hasPathParams && cfg.hasData && cfg.hasQuery) {
|
|
28
|
-
api[property] = (path2, query, data, config2) => {
|
|
29
|
-
return api[modeFn](cfg.path, path2, query, data, config2);
|
|
30
|
-
};
|
|
31
|
-
} else if (cfg.hasPathParams && cfg.hasData) {
|
|
32
|
-
api[property] = function (path2, data, config2) {
|
|
33
|
-
return api[modeFn](cfg.path, path2, void 0, data, config2);
|
|
34
|
-
};
|
|
35
|
-
} else if (cfg.hasPathParams && cfg.hasQuery) {
|
|
36
|
-
api[property] = function (path2, query, config2) {
|
|
37
|
-
return api[modeFn](cfg.path, path2, query, void 0, config2);
|
|
38
|
-
};
|
|
39
|
-
} else if (cfg.hasPathParams) {
|
|
40
|
-
api[property] = function (path2, config2) {
|
|
41
|
-
return api[modeFn](cfg.path, path2, void 0, void 0, config2);
|
|
42
|
-
};
|
|
43
|
-
} else if (cfg.hasData && cfg.hasQuery) {
|
|
44
|
-
api[property] = function (query, data, config2) {
|
|
45
|
-
return api[modeFn](cfg.path, void 0, query, data, config2);
|
|
46
|
-
};
|
|
47
|
-
} else if (cfg.hasData) {
|
|
48
|
-
api[property] = function (data, config2) {
|
|
49
|
-
return api[modeFn](cfg.path, void 0, void 0, data, config2);
|
|
50
|
-
};
|
|
51
|
-
} else if (cfg.hasQuery) {
|
|
52
|
-
api[property] = function (query, config2) {
|
|
53
|
-
return api[modeFn](cfg.path, void 0, query, void 0, config2);
|
|
54
|
-
};
|
|
55
|
-
} else {
|
|
56
|
-
api[property] = function (config2) {
|
|
57
|
-
return api[modeFn](cfg.path, void 0, void 0, void 0, config2);
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
return api[property];
|
|
63
|
-
}
|
|
64
|
-
});
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* PUT 请求方法
|
|
68
|
-
*
|
|
69
|
-
* @protected
|
|
70
|
-
* @param {string} method 请求方法路径
|
|
71
|
-
* @param {(IParams)} pathParams 路径参数
|
|
72
|
-
* @param {(IObject)} data 请求数据
|
|
73
|
-
* @param {(IParams)} query 查询参数
|
|
74
|
-
* @param {Partial<AxiosRequestConfig>} [config] 请求配置
|
|
75
|
-
* @returns {Promise<T>} 请求结果
|
|
76
|
-
*/
|
|
77
|
-
_put(method, pathParams, query, data, config) {
|
|
78
|
-
return _http.HttpUtil.put(_pathBrowserify.default.join(this.url, method), pathParams, data, query, config);
|
|
79
|
-
}
|
|
80
|
-
/**
|
|
81
|
-
* GET 请求方法
|
|
82
|
-
*
|
|
83
|
-
* @protected
|
|
84
|
-
* @param {string} method 请求方法路径
|
|
85
|
-
* @param {(IParams)} pathParams 路径参数
|
|
86
|
-
* @param {(IObject)} data 请求数据
|
|
87
|
-
* @param {(IParams)} query 查询参数
|
|
88
|
-
* @param {Partial<AxiosRequestConfig>} [config] 请求配置
|
|
89
|
-
* @returns {Promise<T>} 请求结果
|
|
90
|
-
*/
|
|
91
|
-
_get(method, pathParams, query, data, config) {
|
|
92
|
-
return _http.HttpUtil.get(_pathBrowserify.default.join(this.url, method), pathParams, data, query, config);
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* DELETE 请求方法
|
|
96
|
-
*
|
|
97
|
-
* @protected
|
|
98
|
-
* @param {string} method 请求方法路径
|
|
99
|
-
* @param {(IParams)} pathParams 路径参数
|
|
100
|
-
* @param {(IObject)} data 请求数据
|
|
101
|
-
* @param {(IParams)} query 查询参数
|
|
102
|
-
* @param {Partial<AxiosRequestConfig>} [config] 请求配置
|
|
103
|
-
* @returns {Promise<T>} 请求结果
|
|
104
|
-
*/
|
|
105
|
-
_delete(method, pathParams, query, data, config) {
|
|
106
|
-
return _http.HttpUtil.delete(_pathBrowserify.default.join(this.url, method), pathParams, data, query, config);
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* POST 请求方法
|
|
110
|
-
*
|
|
111
|
-
* @protected
|
|
112
|
-
* @param {string} method 请求方法路径
|
|
113
|
-
* @param {(IParams)} pathParams 路径参数
|
|
114
|
-
* @param {(IObject)} data 请求数据
|
|
115
|
-
* @param {(IParams)} query 查询参数
|
|
116
|
-
* @param {Partial<AxiosRequestConfig>} [config] 请求配置
|
|
117
|
-
* @returns {Promise<T>} 请求结果
|
|
118
|
-
*/
|
|
119
|
-
_post(method, pathParams, query, data, config) {
|
|
120
|
-
return _http.HttpUtil.post(_pathBrowserify.default.join(this.url, method), pathParams, data, query, config);
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* OPTIONS 请求方法
|
|
124
|
-
*
|
|
125
|
-
* @protected
|
|
126
|
-
* @param {string} method 请求方法路径
|
|
127
|
-
* @param {(IParams)} pathParams 路径参数
|
|
128
|
-
* @param {(IObject)} data 请求数据
|
|
129
|
-
* @param {(IParams)} query 查询参数
|
|
130
|
-
* @param {Partial<AxiosRequestConfig>} [config] 请求配置
|
|
131
|
-
* @returns {Promise<T>} 请求结果
|
|
132
|
-
*/
|
|
133
|
-
_options(method, pathParams, query, data, config) {
|
|
134
|
-
return _http.HttpUtil.options(_pathBrowserify.default.join(this.url, method), pathParams, data, query, config);
|
|
135
|
-
}
|
|
136
|
-
/**
|
|
137
|
-
* PATCH 请求方法
|
|
138
|
-
*
|
|
139
|
-
* @protected
|
|
140
|
-
* @param {string} method 请求方法路径
|
|
141
|
-
* @param {(IParams)} pathParams 路径参数
|
|
142
|
-
* @param {(IObject)} data 请求数据
|
|
143
|
-
* @param {(IParams)} query 查询参数
|
|
144
|
-
* @param {Partial<AxiosRequestConfig>} [config] 请求配置
|
|
145
|
-
* @returns {Promise<T>} 请求结果
|
|
146
|
-
*/
|
|
147
|
-
_patch(method, pathParams, query, data, config) {
|
|
148
|
-
return _http.HttpUtil.patch(_pathBrowserify.default.join(this.url, method), pathParams, data, query, config);
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* HEAD 请求方法
|
|
152
|
-
*
|
|
153
|
-
* @protected
|
|
154
|
-
* @param {string} method 请求方法路径
|
|
155
|
-
* @param {(IParams)} pathParams 路径参数
|
|
156
|
-
* @param {(IObject)} data 请求数据
|
|
157
|
-
* @param {(IParams)} query 查询参数
|
|
158
|
-
* @param {Partial<AxiosRequestConfig>} [config] 请求配置
|
|
159
|
-
* @returns {Promise<T>} 请求结果
|
|
160
|
-
*/
|
|
161
|
-
_head(method, pathParams, query, data, config) {
|
|
162
|
-
return _http.HttpUtil.head(_pathBrowserify.default.join(this.url, method), pathParams, data, query, config);
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
exports.ApiService = ApiService;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.ResultEnum = exports.RequestEnum = exports.ContentTypeEnum = exports.BizServiceEnum = void 0;
|
|
7
|
-
var ResultEnum = exports.ResultEnum = /* @__PURE__ */(ResultEnum2 => {
|
|
8
|
-
ResultEnum2[ResultEnum2["SUCCESS"] = 200] = "SUCCESS";
|
|
9
|
-
ResultEnum2[ResultEnum2["ERROR"] = -1] = "ERROR";
|
|
10
|
-
ResultEnum2[ResultEnum2["TIMEOUT"] = 401] = "TIMEOUT";
|
|
11
|
-
ResultEnum2["TYPE"] = "success";
|
|
12
|
-
return ResultEnum2;
|
|
13
|
-
})(ResultEnum || {});
|
|
14
|
-
var RequestEnum = exports.RequestEnum = /* @__PURE__ */(RequestEnum2 => {
|
|
15
|
-
RequestEnum2["GET"] = "GET";
|
|
16
|
-
RequestEnum2["POST"] = "POST";
|
|
17
|
-
RequestEnum2["PUT"] = "PUT";
|
|
18
|
-
RequestEnum2["DELETE"] = "DELETE";
|
|
19
|
-
return RequestEnum2;
|
|
20
|
-
})(RequestEnum || {});
|
|
21
|
-
var ContentTypeEnum = exports.ContentTypeEnum = /* @__PURE__ */(ContentTypeEnum2 => {
|
|
22
|
-
ContentTypeEnum2["JSON"] = "application/json;charset=UTF-8";
|
|
23
|
-
ContentTypeEnum2["FORM_URLENCODED"] = "application/x-www-form-urlencoded;charset=UTF-8";
|
|
24
|
-
ContentTypeEnum2["FORM_DATA"] = "multipart/form-data;charset=UTF-8";
|
|
25
|
-
return ContentTypeEnum2;
|
|
26
|
-
})(ContentTypeEnum || {});
|
|
27
|
-
var BizServiceEnum = exports.BizServiceEnum = /* @__PURE__ */(BizServiceEnum2 => {
|
|
28
|
-
BizServiceEnum2["submit"] = "post";
|
|
29
|
-
BizServiceEnum2["listByIds"] = "get";
|
|
30
|
-
BizServiceEnum2["getone"] = "post";
|
|
31
|
-
BizServiceEnum2["listAll"] = "post";
|
|
32
|
-
BizServiceEnum2["listByPage"] = "post";
|
|
33
|
-
BizServiceEnum2["listTree"] = "post";
|
|
34
|
-
BizServiceEnum2["save"] = "post";
|
|
35
|
-
BizServiceEnum2["saveOrUpdate"] = "post";
|
|
36
|
-
BizServiceEnum2["saveBatch"] = "post";
|
|
37
|
-
BizServiceEnum2["importData"] = "post";
|
|
38
|
-
BizServiceEnum2["exportData"] = "post";
|
|
39
|
-
BizServiceEnum2["remove"] = "post";
|
|
40
|
-
BizServiceEnum2["removeById"] = "delete";
|
|
41
|
-
BizServiceEnum2["removeByIds"] = "delete";
|
|
42
|
-
BizServiceEnum2["update"] = "put";
|
|
43
|
-
BizServiceEnum2["updateById"] = "put";
|
|
44
|
-
BizServiceEnum2["updateByIds"] = "put";
|
|
45
|
-
BizServiceEnum2["rdoSave"] = "post";
|
|
46
|
-
BizServiceEnum2["rdoListAll"] = "post";
|
|
47
|
-
BizServiceEnum2["rdoListByPage"] = "post";
|
|
48
|
-
BizServiceEnum2["rdoListVersionById"] = "get";
|
|
49
|
-
BizServiceEnum2["rdoSaveVersion"] = "post";
|
|
50
|
-
BizServiceEnum2["rdoSaveBatch"] = "post";
|
|
51
|
-
BizServiceEnum2["rdoUpdateVersionById"] = "put";
|
|
52
|
-
BizServiceEnum2["rdoRemoveVersionById"] = "delete";
|
|
53
|
-
BizServiceEnum2["rdoRemoveById"] = "delete";
|
|
54
|
-
BizServiceEnum2["rdoGetVersionById"] = "get";
|
|
55
|
-
BizServiceEnum2["getOne"] = "post";
|
|
56
|
-
BizServiceEnum2["rdoGetVersionByRefId"] = "post";
|
|
57
|
-
BizServiceEnum2["getById"] = "get";
|
|
58
|
-
BizServiceEnum2["rdoListAllVersion"] = "post";
|
|
59
|
-
BizServiceEnum2["rdoRefListByPage"] = "post";
|
|
60
|
-
BizServiceEnum2["export"] = "post";
|
|
61
|
-
BizServiceEnum2["import"] = "post";
|
|
62
|
-
BizServiceEnum2["rdoExport"] = "post";
|
|
63
|
-
BizServiceEnum2["rdoImport"] = "post";
|
|
64
|
-
BizServiceEnum2["biz_search"] = "post";
|
|
65
|
-
return BizServiceEnum2;
|
|
66
|
-
})(BizServiceEnum || {});
|