@gct-paas/api 0.1.0-dev.6 → 0.1.0-dev.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gct-api.esm.min.js +1 -1
- package/dist/gct-api.system.min.js +1 -1
- package/es/apaas/service/api-config.mjs +55 -16
- package/es/apaas/service/apis/api.service.d.ts +423 -129
- package/es/apaas/service/apis/app-branch.service.d.ts +34 -10
- package/es/apaas/service/apis/app-global-settings.service.d.ts +39 -11
- package/es/apaas/service/apis/app-granted-user.service.d.ts +49 -14
- package/es/apaas/service/apis/app-org.service.d.ts +106 -30
- package/es/apaas/service/apis/app-publish-log.service.d.ts +34 -10
- package/es/apaas/service/apis/app-state.service.d.ts +3 -1
- package/es/apaas/service/apis/app-user.service.d.ts +78 -22
- package/es/apaas/service/apis/approval-log.service.d.ts +34 -10
- package/es/apaas/service/apis/audit-log.service.d.ts +25 -8
- package/es/apaas/service/apis/basic-config.service.d.ts +29 -9
- package/es/apaas/service/apis/biz-event.service.d.ts +42 -12
- package/es/apaas/service/apis/biz-process-definition-version.service.d.ts +36 -11
- package/es/apaas/service/apis/biz-process-definition.service.d.ts +46 -13
- package/es/apaas/service/apis/biz-service-crud.service.d.ts +123 -33
- package/es/apaas/service/apis/biz-service.service.d.ts +18 -16
- package/es/apaas/service/apis/bom.service.d.ts +3 -1
- package/es/apaas/service/apis/category-relation.service.d.ts +61 -17
- package/es/apaas/service/apis/category.service.d.ts +270 -66
- package/es/apaas/service/apis/chat.service.d.ts +11 -3
- package/es/apaas/service/apis/code-ts.service.d.ts +3 -1
- package/es/apaas/service/apis/commit-log.service.d.ts +74 -22
- package/es/apaas/service/apis/common-info-card.service.d.ts +44 -13
- package/es/apaas/service/apis/control-config.service.d.ts +64 -18
- package/es/apaas/service/apis/customer-complaint.service.d.ts +60 -17
- package/es/apaas/service/apis/dashboard.service.d.ts +41 -12
- package/es/apaas/service/apis/data-model.service.d.ts +52 -26
- package/es/apaas/service/apis/data-source.service.d.ts +18 -5
- package/es/apaas/service/apis/data-trace.service.d.ts +32 -10
- package/es/apaas/service/apis/designer-common.service.d.ts +374 -97
- package/es/apaas/service/apis/designer-lock.service.d.ts +23 -7
- package/es/apaas/service/apis/designer-operate-log.service.d.ts +35 -9
- package/es/apaas/service/apis/devops.service.d.ts +6 -2
- package/es/apaas/service/apis/dhr.service.d.ts +32 -10
- package/es/apaas/service/apis/dify-chat.service.d.ts +6 -2
- package/es/apaas/service/apis/doc-control-started.service.d.ts +53 -14
- package/es/apaas/service/apis/doc-control-task-done.service.d.ts +53 -14
- package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +91 -24
- package/es/apaas/service/apis/doc-control.service.d.ts +47 -14
- package/es/apaas/service/apis/doc-outline.service.d.ts +76 -22
- package/es/apaas/service/apis/document.service.d.ts +101 -29
- package/es/apaas/service/apis/edhr-category.service.d.ts +37 -11
- package/es/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +45 -13
- package/es/apaas/service/apis/edhr-instance-relation.service.d.ts +24 -7
- package/es/apaas/service/apis/edhr-instance-search-history.service.d.ts +14 -4
- package/es/apaas/service/apis/edhr-instance.service.d.ts +210 -55
- package/es/apaas/service/apis/edhr-tmpl.service.d.ts +56 -17
- package/es/apaas/service/apis/ele-search.service.d.ts +7 -2
- package/es/apaas/service/apis/enum-model-field.service.d.ts +77 -21
- package/es/apaas/service/apis/enum-model.service.d.ts +71 -20
- package/es/apaas/service/apis/event-log.service.d.ts +28 -8
- package/es/apaas/service/apis/event.service.d.ts +42 -12
- package/es/apaas/service/apis/excel-tmpl.service.d.ts +103 -29
- package/es/apaas/service/apis/excel.service.d.ts +108 -29
- package/es/apaas/service/apis/field-meta.service.d.ts +105 -30
- package/es/apaas/service/apis/field.service.d.ts +7 -2
- package/es/apaas/service/apis/file-resource.service.d.ts +17 -5
- package/es/apaas/service/apis/file-task.service.d.ts +9 -3
- package/es/apaas/service/apis/file.service.d.ts +21 -6
- package/es/apaas/service/apis/form.service.d.ts +18 -6
- package/es/apaas/service/apis/formRelate.service.d.ts +160 -43
- package/es/apaas/service/apis/front-operate-log.service.d.ts +35 -9
- package/es/apaas/service/apis/global-method.service.d.ts +37 -11
- package/es/apaas/service/apis/i18n-info.service.d.ts +42 -12
- package/es/apaas/service/apis/import-report.service.d.ts +41 -0
- package/es/apaas/service/apis/instance-relation.service.d.ts +50 -14
- package/es/apaas/service/apis/ipaas.service.d.ts +3 -1
- package/es/apaas/service/apis/job-log.service.d.ts +45 -12
- package/es/apaas/service/apis/job.service.d.ts +75 -21
- package/es/apaas/service/apis/js-engine.service.d.ts +11 -9
- package/es/apaas/service/apis/label-log.service.d.ts +54 -15
- package/es/apaas/service/apis/label.service.d.ts +203 -58
- package/es/apaas/service/apis/login-log.service.d.ts +3 -1
- package/es/apaas/service/apis/med-pro.service.d.ts +39 -11
- package/es/apaas/service/apis/menu-config.service.d.ts +37 -11
- package/es/apaas/service/apis/merge-log.service.d.ts +23 -7
- package/es/apaas/service/apis/message-record.service.d.ts +71 -19
- package/es/apaas/service/apis/message-setting.service.d.ts +10 -3
- package/es/apaas/service/apis/message-tmpl.service.d.ts +63 -18
- package/es/apaas/service/apis/mobile-homepage.service.d.ts +43 -13
- package/es/apaas/service/apis/mobile-page.service.d.ts +76 -21
- package/es/apaas/service/apis/model-comprehensive.service.d.ts +226 -74
- package/es/apaas/service/apis/model-data.service.d.ts +43 -12
- package/es/apaas/service/apis/model-meta.service.d.ts +176 -51
- package/es/apaas/service/apis/model-method.service.d.ts +44 -13
- package/es/apaas/service/apis/model-permission-relation.service.d.ts +34 -10
- package/es/apaas/service/apis/model.service.d.ts +7 -2
- package/es/apaas/service/apis/ocr.service.d.ts +3 -1
- package/es/apaas/service/apis/office.service.d.ts +3 -1
- package/es/apaas/service/apis/online-form-category.service.d.ts +37 -11
- package/es/apaas/service/apis/online-form-change-history.service.d.ts +15 -4
- package/es/apaas/service/apis/online-form-instance.service.d.ts +584 -157
- package/es/apaas/service/apis/online-form-log.service.d.ts +19 -5
- package/es/apaas/service/apis/online-form-tmpl-log.service.d.ts +42 -12
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +119 -36
- package/es/apaas/service/apis/online-form.service.d.ts +75 -24
- package/es/apaas/service/apis/online-user-summary.service.d.ts +34 -10
- package/es/apaas/service/apis/online.service.d.ts +56 -15
- package/es/apaas/service/apis/openapi.service.d.ts +56 -16
- package/es/apaas/service/apis/pad-page.service.d.ts +76 -21
- package/es/apaas/service/apis/page-designer-log.service.d.ts +66 -18
- package/es/apaas/service/apis/permission.service.d.ts +38 -11
- package/es/apaas/service/apis/plat.service.d.ts +15 -5
- package/es/apaas/service/apis/pm-process-definition-version.service.d.ts +39 -12
- package/es/apaas/service/apis/pm-process-definition.service.d.ts +69 -19
- package/es/apaas/service/apis/pm-process-engine.service.d.ts +115 -33
- package/es/apaas/service/apis/print-designer.service.d.ts +91 -24
- package/es/apaas/service/apis/print-log.service.d.ts +6 -2
- package/es/apaas/service/apis/print.service.d.ts +15 -5
- package/es/apaas/service/apis/process-approval-log.service.d.ts +41 -12
- package/es/apaas/service/apis/process-approve-user.service.d.ts +34 -10
- package/es/apaas/service/apis/process-definition-version.service.d.ts +36 -11
- package/es/apaas/service/apis/process-definition.service.d.ts +37 -11
- package/es/apaas/service/apis/process-engine.service.d.ts +34 -10
- package/es/apaas/service/apis/process-event.service.d.ts +34 -10
- package/es/apaas/service/apis/process-graph.service.d.ts +7 -2
- package/es/apaas/service/apis/process-instance-relation-.service.d.ts +34 -10
- package/es/apaas/service/apis/process-instance.service.d.ts +34 -10
- package/es/apaas/service/apis/process-message-user.service.d.ts +34 -10
- package/es/apaas/service/apis/process-node-definition.service.d.ts +34 -10
- package/es/apaas/service/apis/process-path-user.service.d.ts +34 -10
- package/es/apaas/service/apis/process-path.service.d.ts +21 -6
- package/es/apaas/service/apis/process-task-done.service.d.ts +107 -27
- package/es/apaas/service/apis/process-task-todo.service.d.ts +214 -54
- package/es/apaas/service/apis/process-version.service.d.ts +34 -10
- package/es/apaas/service/apis/process.service.d.ts +31 -9
- package/es/apaas/service/apis/processTest.service.d.ts +61 -17
- package/es/apaas/service/apis/product-release.service.d.ts +84 -22
- package/es/apaas/service/apis/publish-log.service.d.ts +47 -14
- package/es/apaas/service/apis/regexp.service.d.ts +58 -16
- package/es/apaas/service/apis/report-data-set.service.d.ts +57 -17
- package/es/apaas/service/apis/report-data.service.d.ts +9 -3
- package/es/apaas/service/apis/report.service.d.ts +76 -23
- package/es/apaas/service/apis/role-permission.service.d.ts +20 -6
- package/es/apaas/service/apis/role.service.d.ts +50 -14
- package/es/apaas/service/apis/sandbox-config.service.d.ts +53 -16
- package/es/apaas/service/apis/script-assistant.service.d.ts +6 -2
- package/es/apaas/service/apis/script-version-log.service.d.ts +52 -14
- package/es/apaas/service/apis/script-version.service.d.ts +69 -19
- package/es/apaas/service/apis/script.service.d.ts +73 -20
- package/es/apaas/service/apis/service-orchestration-version-log.service.d.ts +55 -15
- package/es/apaas/service/apis/service-orchestration-version.service.d.ts +69 -19
- package/es/apaas/service/apis/service-orchestration.service.d.ts +73 -20
- package/es/apaas/service/apis/sign-history.service.d.ts +34 -10
- package/es/apaas/service/apis/sign-log.service.d.ts +6 -2
- package/es/apaas/service/apis/signature.service.d.ts +6 -2
- package/es/apaas/service/apis/sql-view-model.service.d.ts +31 -9
- package/es/apaas/service/apis/sql-view.service.d.ts +5 -4
- package/es/apaas/service/apis/ss.service.d.ts +15 -4
- package/es/apaas/service/apis/stash.service.d.ts +27 -8
- package/es/apaas/service/apis/sub-model-process.service.d.ts +3 -1
- package/es/apaas/service/apis/sys-config.service.d.ts +34 -10
- package/es/apaas/service/apis/system-var.service.d.ts +75 -21
- package/es/apaas/service/apis/trace-log-details.service.d.ts +69 -20
- package/es/apaas/service/apis/trace-log.service.d.ts +73 -20
- package/es/apaas/service/apis/trace-mainline-ext.service.d.ts +34 -10
- package/es/apaas/service/apis/trace-mainline.service.d.ts +34 -10
- package/es/apaas/service/apis/trace-setting.service.d.ts +20 -6
- package/es/apaas/service/apis/user-group-relation.service.d.ts +16 -5
- package/es/apaas/service/apis/user-group.service.d.ts +40 -12
- package/es/apaas/service/apis/view-model.service.d.ts +69 -31
- package/es/apaas/service/apis/wash.service.d.ts +6 -2
- package/es/apaas/service/apis/webpage.service.d.ts +91 -26
- package/es/apaas/service/entities.d.ts +56 -0
- package/es/apaas/service/index.d.ts +2 -0
- package/es/ipaas/service/apis/auth.service.d.ts +13 -4
- package/es/ipaas/service/apis/camel.service.d.ts +33 -10
- package/es/ipaas/service/apis/category.service.d.ts +3 -1
- package/es/ipaas/service/apis/connector-config.service.d.ts +58 -17
- package/es/ipaas/service/apis/connector-log.service.d.ts +24 -7
- package/es/ipaas/service/apis/flow-app.service.d.ts +42 -12
- package/es/ipaas/service/apis/flow-category.service.d.ts +136 -36
- package/es/ipaas/service/apis/flow-ext.service.d.ts +48 -14
- package/es/ipaas/service/apis/flow.service.d.ts +61 -17
- package/es/ipaas/service/apis/runtime.service.d.ts +13 -4
- package/es/platform/service/api-config.mjs +2 -1
- package/es/platform/service/apis/agent.service.d.ts +34 -10
- package/es/platform/service/apis/api.service.d.ts +889 -253
- package/es/platform/service/apis/apk.service.d.ts +32 -10
- package/es/platform/service/apis/app-member.service.d.ts +53 -15
- package/es/platform/service/apis/app-setting.service.d.ts +64 -18
- package/es/platform/service/apis/app.service.d.ts +443 -119
- package/es/platform/service/apis/assets.service.d.ts +58 -16
- package/es/platform/service/apis/attachmentResourceTransfer.service.d.ts +3 -1
- package/es/platform/service/apis/audit-log.service.d.ts +22 -7
- package/es/platform/service/apis/bi-app.service.d.ts +3 -1
- package/es/platform/service/apis/bi-data-set.service.d.ts +37 -11
- package/es/platform/service/apis/bi-file-dataset-config.service.d.ts +45 -13
- package/es/platform/service/apis/bi-file.service.d.ts +11 -3
- package/es/platform/service/apis/bi-share.service.d.ts +42 -12
- package/es/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +3 -1
- package/es/platform/service/apis/category.service.d.ts +69 -20
- package/es/platform/service/apis/clearLogLogin.service.d.ts +3 -1
- package/es/platform/service/apis/clearLogOperate.service.d.ts +3 -1
- package/es/platform/service/apis/clearTempDir.service.d.ts +3 -1
- package/es/platform/service/apis/copyFilter.service.d.ts +3 -1
- package/es/platform/service/apis/dashboard.service.d.ts +45 -12
- package/es/platform/service/apis/data-source.service.d.ts +77 -22
- package/es/platform/service/apis/data-trace.service.d.ts +32 -10
- package/es/platform/service/apis/database.service.d.ts +111 -32
- package/es/platform/service/apis/dataset-log.service.d.ts +38 -11
- package/es/platform/service/apis/dataset.service.d.ts +134 -38
- package/es/platform/service/apis/datasource-devops.service.d.ts +26 -8
- package/es/platform/service/apis/datasource-move-data.service.d.ts +42 -12
- package/es/platform/service/apis/datasource-move-detail.service.d.ts +38 -11
- package/es/platform/service/apis/datasource-move.service.d.ts +29 -9
- package/es/platform/service/apis/deleteCompInfo.service.d.ts +7 -2
- package/es/platform/service/apis/deleteCompInfoType.service.d.ts +7 -2
- package/es/platform/service/apis/deleteCsvDatasource.service.d.ts +7 -2
- package/es/platform/service/apis/deleteEchartTheme.service.d.ts +7 -2
- package/es/platform/service/apis/deleteEnshrineComp.service.d.ts +7 -2
- package/es/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +7 -2
- package/es/platform/service/apis/deleteFilter.service.d.ts +7 -2
- package/es/platform/service/apis/deleteLogOperateById.service.d.ts +7 -2
- package/es/platform/service/apis/deleteMapGeoJson.service.d.ts +7 -2
- package/es/platform/service/apis/deleteNotUseDir.service.d.ts +3 -1
- package/es/platform/service/apis/deletePageSnapshoot.service.d.ts +7 -2
- package/es/platform/service/apis/deletePageTemplate.service.d.ts +7 -2
- package/es/platform/service/apis/deletePnResource.service.d.ts +7 -2
- package/es/platform/service/apis/deletePnResourceGroup.service.d.ts +7 -2
- package/es/platform/service/apis/device-interconnection-param.service.d.ts +44 -13
- package/es/platform/service/apis/device-interconnection.service.d.ts +51 -15
- package/es/platform/service/apis/device-param-ref.service.d.ts +21 -6
- package/es/platform/service/apis/exportTemplate.service.d.ts +49 -14
- package/es/platform/service/apis/external-message.service.d.ts +34 -10
- package/es/platform/service/apis/file-task.service.d.ts +81 -22
- package/es/platform/service/apis/file.service.d.ts +20 -6
- package/es/platform/service/apis/front-release.service.d.ts +3 -1
- package/es/platform/service/apis/getAdCodeByAliasName.service.d.ts +7 -2
- package/es/platform/service/apis/getAllCompInfo.service.d.ts +3 -1
- package/es/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +7 -2
- package/es/platform/service/apis/getAllCompInfoType.service.d.ts +3 -1
- package/es/platform/service/apis/getAllCsvDatasource.service.d.ts +7 -2
- package/es/platform/service/apis/getAllEchartTheme.service.d.ts +3 -1
- package/es/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +3 -1
- package/es/platform/service/apis/getAllFilter.service.d.ts +3 -1
- package/es/platform/service/apis/getAllPageTemplate.service.d.ts +3 -1
- package/es/platform/service/apis/getAttachmentInfoByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getCompInfoById.service.d.ts +7 -2
- package/es/platform/service/apis/getCompInfoByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getCompInfoTypeById.service.d.ts +7 -2
- package/es/platform/service/apis/getCompInfoTypeByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getContentToArray.service.d.ts +11 -3
- package/es/platform/service/apis/getCsvDatasourceById.service.d.ts +7 -2
- package/es/platform/service/apis/getCsvDatasourceByName.service.d.ts +7 -2
- package/es/platform/service/apis/getCsvDatasourceByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getDesignerData.service.d.ts +7 -2
- package/es/platform/service/apis/getEchartThemeById.service.d.ts +7 -2
- package/es/platform/service/apis/getEchartThemeByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getEnshrineCompByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getEnshrineCompGroupById.service.d.ts +7 -2
- package/es/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getFilterById.service.d.ts +7 -2
- package/es/platform/service/apis/getGeoJsonByAdCode.service.d.ts +7 -2
- package/es/platform/service/apis/getLayoutItemObjById.service.d.ts +7 -2
- package/es/platform/service/apis/getLogLoginByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +7 -2
- package/es/platform/service/apis/getMapGeoJsonById.service.d.ts +7 -2
- package/es/platform/service/apis/getMapGeoJsonByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +3 -1
- package/es/platform/service/apis/getMyEchartThemes.service.d.ts +3 -1
- package/es/platform/service/apis/getMyPnResourceByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +11 -3
- package/es/platform/service/apis/getPageSnapshootById.service.d.ts +7 -2
- package/es/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +7 -2
- package/es/platform/service/apis/getPageTemplateById.service.d.ts +7 -2
- package/es/platform/service/apis/getPageTemplateByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +3 -1
- package/es/platform/service/apis/getPageTemplateLayout.service.d.ts +7 -2
- package/es/platform/service/apis/getPageTemplateThemeJson.service.d.ts +7 -2
- package/es/platform/service/apis/getPageTotalCount.service.d.ts +3 -1
- package/es/platform/service/apis/getPnLogOperateByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getPnResourceGroupById.service.d.ts +7 -2
- package/es/platform/service/apis/getProjectTotalCount.service.d.ts +3 -1
- package/es/platform/service/apis/getShareCustomCompById.service.d.ts +7 -2
- package/es/platform/service/apis/getShareCustomCompByPage.service.d.ts +3 -1
- package/es/platform/service/apis/getSysEchartThemes.service.d.ts +3 -1
- package/es/platform/service/apis/httpQuery.service.d.ts +3 -1
- package/es/platform/service/apis/i18n-config.service.d.ts +10 -3
- package/es/platform/service/apis/i18n-info.service.d.ts +64 -18
- package/es/platform/service/apis/importCompInfoJson.service.d.ts +3 -1
- package/es/platform/service/apis/importTemplate.service.d.ts +21 -7
- package/es/platform/service/apis/internal-message.service.d.ts +57 -16
- package/es/platform/service/apis/invoke-log.service.d.ts +49 -13
- package/es/platform/service/apis/knowledge-base-chunk.service.d.ts +34 -10
- package/es/platform/service/apis/knowledge-base-doc.service.d.ts +34 -10
- package/es/platform/service/apis/knowledge-base.service.d.ts +34 -10
- package/es/platform/service/apis/ldap.service.d.ts +3 -1
- package/es/platform/service/apis/license-unbind-log.service.d.ts +3 -1
- package/es/platform/service/apis/license.service.d.ts +162 -43
- package/es/platform/service/apis/login-log.service.d.ts +27 -7
- package/es/platform/service/apis/login.service.d.ts +39 -11
- package/es/platform/service/apis/manager.service.d.ts +22 -6
- package/es/platform/service/apis/message-setting.service.d.ts +86 -24
- package/es/platform/service/apis/minio-file.service.d.ts +10 -3
- package/es/platform/service/apis/model-provider.service.d.ts +34 -10
- package/es/platform/service/apis/model.service.d.ts +34 -10
- package/es/platform/service/apis/nav-menu.service.d.ts +43 -13
- package/es/platform/service/apis/nav-page.service.d.ts +37 -11
- package/es/platform/service/apis/openapi-group.service.d.ts +118 -32
- package/es/platform/service/apis/openapi-key-grant.service.d.ts +48 -14
- package/es/platform/service/apis/org-user-picker.service.d.ts +44 -12
- package/es/platform/service/apis/org.service.d.ts +123 -35
- package/es/platform/service/apis/parseCsvOrExcel.service.d.ts +11 -3
- package/es/platform/service/apis/permission.service.d.ts +27 -8
- package/es/platform/service/apis/plat.service.d.ts +81 -26
- package/es/platform/service/apis/plugin-version.service.d.ts +34 -10
- package/es/platform/service/apis/plugin.service.d.ts +121 -33
- package/es/platform/service/apis/pm-process-delegate-detail.service.d.ts +34 -10
- package/es/platform/service/apis/pm-process-delegate.service.d.ts +34 -10
- package/es/platform/service/apis/pm-process-instance.service.d.ts +49 -14
- package/es/platform/service/apis/pm-task-done.service.d.ts +49 -14
- package/es/platform/service/apis/pm-task-todo.service.d.ts +45 -13
- package/es/platform/service/apis/pn-page.service.d.ts +34 -10
- package/es/platform/service/apis/pn-project.service.d.ts +95 -27
- package/es/platform/service/apis/print-log.service.d.ts +80 -21
- package/es/platform/service/apis/print-resource.service.d.ts +61 -18
- package/es/platform/service/apis/regexp.service.d.ts +58 -16
- package/es/platform/service/apis/released.service.d.ts +59 -16
- package/es/platform/service/apis/resourceTransferToPage.service.d.ts +3 -1
- package/es/platform/service/apis/role-permission.service.d.ts +26 -8
- package/es/platform/service/apis/role.service.d.ts +81 -23
- package/es/platform/service/apis/saveCompInfo.service.d.ts +3 -1
- package/es/platform/service/apis/saveCompInfoType.service.d.ts +3 -1
- package/es/platform/service/apis/saveCsvDatasource.service.d.ts +3 -1
- package/es/platform/service/apis/saveEchartTheme.service.d.ts +3 -1
- package/es/platform/service/apis/saveEnshrineComp.service.d.ts +3 -1
- package/es/platform/service/apis/saveEnshrineCompGroup.service.d.ts +3 -1
- package/es/platform/service/apis/saveFilter.service.d.ts +3 -1
- package/es/platform/service/apis/saveMapGeoJson.service.d.ts +3 -1
- package/es/platform/service/apis/savePageSnapshoot.service.d.ts +3 -1
- package/es/platform/service/apis/savePageTemplate.service.d.ts +3 -1
- package/es/platform/service/apis/savePnResourceGroup.service.d.ts +3 -1
- package/es/platform/service/apis/saveShareCustomComp.service.d.ts +3 -1
- package/es/platform/service/apis/seal-management.service.d.ts +36 -11
- package/es/platform/service/apis/searchEnshrineComp.service.d.ts +3 -1
- package/es/platform/service/apis/seat-message.service.d.ts +3 -1
- package/es/platform/service/apis/seat.service.d.ts +60 -17
- package/es/platform/service/apis/setPageSnapshootEnabled.service.d.ts +3 -1
- package/es/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +3 -1
- package/es/platform/service/apis/shortcut.service.d.ts +80 -22
- package/es/platform/service/apis/sign-log.service.d.ts +29 -9
- package/es/platform/service/apis/sms.service.d.ts +6 -2
- package/es/platform/service/apis/started-process.service.d.ts +40 -11
- package/es/platform/service/apis/task-delegate.service.d.ts +48 -14
- package/es/platform/service/apis/task-done.service.d.ts +36 -10
- package/es/platform/service/apis/task-todo.service.d.ts +36 -10
- package/es/platform/service/apis/tenant-developer.service.d.ts +68 -19
- package/es/platform/service/apis/tenant.service.d.ts +259 -74
- package/es/platform/service/apis/toggleEnabled.service.d.ts +3 -1
- package/es/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +3 -1
- package/es/platform/service/apis/uploadFiles.service.d.ts +77 -21
- package/es/platform/service/apis/user-extra.service.d.ts +34 -10
- package/es/platform/service/apis/user-info-log.service.d.ts +38 -11
- package/es/platform/service/apis/user-password-history.service.d.ts +34 -10
- package/es/platform/service/apis/user.service.d.ts +149 -44
- package/es/platform/service/apis/workbench-component-relation.service.d.ts +51 -15
- package/es/platform/service/apis/workbench-component.service.d.ts +42 -12
- package/es/service/http.util.d.ts +13 -0
- package/es/service/http.util.mjs +55 -15
- package/es/types/index.d.ts +32 -0
- package/lib/apaas/service/api-config.cjs +50 -16
- package/lib/apaas/service/apis/api.service.d.ts +423 -129
- package/lib/apaas/service/apis/app-branch.service.d.ts +34 -10
- package/lib/apaas/service/apis/app-global-settings.service.d.ts +39 -11
- package/lib/apaas/service/apis/app-granted-user.service.d.ts +49 -14
- package/lib/apaas/service/apis/app-org.service.d.ts +106 -30
- package/lib/apaas/service/apis/app-publish-log.service.d.ts +34 -10
- package/lib/apaas/service/apis/app-state.service.d.ts +3 -1
- package/lib/apaas/service/apis/app-user.service.d.ts +78 -22
- package/lib/apaas/service/apis/approval-log.service.d.ts +34 -10
- package/lib/apaas/service/apis/audit-log.service.d.ts +25 -8
- package/lib/apaas/service/apis/basic-config.service.d.ts +29 -9
- package/lib/apaas/service/apis/biz-event.service.d.ts +42 -12
- package/lib/apaas/service/apis/biz-process-definition-version.service.d.ts +36 -11
- package/lib/apaas/service/apis/biz-process-definition.service.d.ts +46 -13
- package/lib/apaas/service/apis/biz-service-crud.service.d.ts +123 -33
- package/lib/apaas/service/apis/biz-service.service.d.ts +18 -16
- package/lib/apaas/service/apis/bom.service.d.ts +3 -1
- package/lib/apaas/service/apis/category-relation.service.d.ts +61 -17
- package/lib/apaas/service/apis/category.service.d.ts +270 -66
- package/lib/apaas/service/apis/chat.service.d.ts +11 -3
- package/lib/apaas/service/apis/code-ts.service.d.ts +3 -1
- package/lib/apaas/service/apis/commit-log.service.d.ts +74 -22
- package/lib/apaas/service/apis/common-info-card.service.d.ts +44 -13
- package/lib/apaas/service/apis/control-config.service.d.ts +64 -18
- package/lib/apaas/service/apis/customer-complaint.service.d.ts +60 -17
- package/lib/apaas/service/apis/dashboard.service.d.ts +41 -12
- package/lib/apaas/service/apis/data-model.service.d.ts +52 -26
- package/lib/apaas/service/apis/data-source.service.d.ts +18 -5
- package/lib/apaas/service/apis/data-trace.service.d.ts +32 -10
- package/lib/apaas/service/apis/designer-common.service.d.ts +374 -97
- package/lib/apaas/service/apis/designer-lock.service.d.ts +23 -7
- package/lib/apaas/service/apis/designer-operate-log.service.d.ts +35 -9
- package/lib/apaas/service/apis/devops.service.d.ts +6 -2
- package/lib/apaas/service/apis/dhr.service.d.ts +32 -10
- package/lib/apaas/service/apis/dify-chat.service.d.ts +6 -2
- package/lib/apaas/service/apis/doc-control-started.service.d.ts +53 -14
- package/lib/apaas/service/apis/doc-control-task-done.service.d.ts +53 -14
- package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +91 -24
- package/lib/apaas/service/apis/doc-control.service.d.ts +47 -14
- package/lib/apaas/service/apis/doc-outline.service.d.ts +76 -22
- package/lib/apaas/service/apis/document.service.d.ts +101 -29
- package/lib/apaas/service/apis/edhr-category.service.d.ts +37 -11
- package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +45 -13
- package/lib/apaas/service/apis/edhr-instance-relation.service.d.ts +24 -7
- package/lib/apaas/service/apis/edhr-instance-search-history.service.d.ts +14 -4
- package/lib/apaas/service/apis/edhr-instance.service.d.ts +210 -55
- package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +56 -17
- package/lib/apaas/service/apis/ele-search.service.d.ts +7 -2
- package/lib/apaas/service/apis/enum-model-field.service.d.ts +77 -21
- package/lib/apaas/service/apis/enum-model.service.d.ts +71 -20
- package/lib/apaas/service/apis/event-log.service.d.ts +28 -8
- package/lib/apaas/service/apis/event.service.d.ts +42 -12
- package/lib/apaas/service/apis/excel-tmpl.service.d.ts +103 -29
- package/lib/apaas/service/apis/excel.service.d.ts +108 -29
- package/lib/apaas/service/apis/field-meta.service.d.ts +105 -30
- package/lib/apaas/service/apis/field.service.d.ts +7 -2
- package/lib/apaas/service/apis/file-resource.service.d.ts +17 -5
- package/lib/apaas/service/apis/file-task.service.d.ts +9 -3
- package/lib/apaas/service/apis/file.service.d.ts +21 -6
- package/lib/apaas/service/apis/form.service.d.ts +18 -6
- package/lib/apaas/service/apis/formRelate.service.d.ts +160 -43
- package/lib/apaas/service/apis/front-operate-log.service.d.ts +35 -9
- package/lib/apaas/service/apis/global-method.service.d.ts +37 -11
- package/lib/apaas/service/apis/i18n-info.service.d.ts +42 -12
- package/lib/apaas/service/apis/import-report.service.d.ts +41 -0
- package/lib/apaas/service/apis/instance-relation.service.d.ts +50 -14
- package/lib/apaas/service/apis/ipaas.service.d.ts +3 -1
- package/lib/apaas/service/apis/job-log.service.d.ts +45 -12
- package/lib/apaas/service/apis/job.service.d.ts +75 -21
- package/lib/apaas/service/apis/js-engine.service.d.ts +11 -9
- package/lib/apaas/service/apis/label-log.service.d.ts +54 -15
- package/lib/apaas/service/apis/label.service.d.ts +203 -58
- package/lib/apaas/service/apis/login-log.service.d.ts +3 -1
- package/lib/apaas/service/apis/med-pro.service.d.ts +39 -11
- package/lib/apaas/service/apis/menu-config.service.d.ts +37 -11
- package/lib/apaas/service/apis/merge-log.service.d.ts +23 -7
- package/lib/apaas/service/apis/message-record.service.d.ts +71 -19
- package/lib/apaas/service/apis/message-setting.service.d.ts +10 -3
- package/lib/apaas/service/apis/message-tmpl.service.d.ts +63 -18
- package/lib/apaas/service/apis/mobile-homepage.service.d.ts +43 -13
- package/lib/apaas/service/apis/mobile-page.service.d.ts +76 -21
- package/lib/apaas/service/apis/model-comprehensive.service.d.ts +226 -74
- package/lib/apaas/service/apis/model-data.service.d.ts +43 -12
- package/lib/apaas/service/apis/model-meta.service.d.ts +176 -51
- package/lib/apaas/service/apis/model-method.service.d.ts +44 -13
- package/lib/apaas/service/apis/model-permission-relation.service.d.ts +34 -10
- package/lib/apaas/service/apis/model.service.d.ts +7 -2
- package/lib/apaas/service/apis/ocr.service.d.ts +3 -1
- package/lib/apaas/service/apis/office.service.d.ts +3 -1
- package/lib/apaas/service/apis/online-form-category.service.d.ts +37 -11
- package/lib/apaas/service/apis/online-form-change-history.service.d.ts +15 -4
- package/lib/apaas/service/apis/online-form-instance.service.d.ts +584 -157
- package/lib/apaas/service/apis/online-form-log.service.d.ts +19 -5
- package/lib/apaas/service/apis/online-form-tmpl-log.service.d.ts +42 -12
- package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +119 -36
- package/lib/apaas/service/apis/online-form.service.d.ts +75 -24
- package/lib/apaas/service/apis/online-user-summary.service.d.ts +34 -10
- package/lib/apaas/service/apis/online.service.d.ts +56 -15
- package/lib/apaas/service/apis/openapi.service.d.ts +56 -16
- package/lib/apaas/service/apis/pad-page.service.d.ts +76 -21
- package/lib/apaas/service/apis/page-designer-log.service.d.ts +66 -18
- package/lib/apaas/service/apis/permission.service.d.ts +38 -11
- package/lib/apaas/service/apis/plat.service.d.ts +15 -5
- package/lib/apaas/service/apis/pm-process-definition-version.service.d.ts +39 -12
- package/lib/apaas/service/apis/pm-process-definition.service.d.ts +69 -19
- package/lib/apaas/service/apis/pm-process-engine.service.d.ts +115 -33
- package/lib/apaas/service/apis/print-designer.service.d.ts +91 -24
- package/lib/apaas/service/apis/print-log.service.d.ts +6 -2
- package/lib/apaas/service/apis/print.service.d.ts +15 -5
- package/lib/apaas/service/apis/process-approval-log.service.d.ts +41 -12
- package/lib/apaas/service/apis/process-approve-user.service.d.ts +34 -10
- package/lib/apaas/service/apis/process-definition-version.service.d.ts +36 -11
- package/lib/apaas/service/apis/process-definition.service.d.ts +37 -11
- package/lib/apaas/service/apis/process-engine.service.d.ts +34 -10
- package/lib/apaas/service/apis/process-event.service.d.ts +34 -10
- package/lib/apaas/service/apis/process-graph.service.d.ts +7 -2
- package/lib/apaas/service/apis/process-instance-relation-.service.d.ts +34 -10
- package/lib/apaas/service/apis/process-instance.service.d.ts +34 -10
- package/lib/apaas/service/apis/process-message-user.service.d.ts +34 -10
- package/lib/apaas/service/apis/process-node-definition.service.d.ts +34 -10
- package/lib/apaas/service/apis/process-path-user.service.d.ts +34 -10
- package/lib/apaas/service/apis/process-path.service.d.ts +21 -6
- package/lib/apaas/service/apis/process-task-done.service.d.ts +107 -27
- package/lib/apaas/service/apis/process-task-todo.service.d.ts +214 -54
- package/lib/apaas/service/apis/process-version.service.d.ts +34 -10
- package/lib/apaas/service/apis/process.service.d.ts +31 -9
- package/lib/apaas/service/apis/processTest.service.d.ts +61 -17
- package/lib/apaas/service/apis/product-release.service.d.ts +84 -22
- package/lib/apaas/service/apis/publish-log.service.d.ts +47 -14
- package/lib/apaas/service/apis/regexp.service.d.ts +58 -16
- package/lib/apaas/service/apis/report-data-set.service.d.ts +57 -17
- package/lib/apaas/service/apis/report-data.service.d.ts +9 -3
- package/lib/apaas/service/apis/report.service.d.ts +76 -23
- package/lib/apaas/service/apis/role-permission.service.d.ts +20 -6
- package/lib/apaas/service/apis/role.service.d.ts +50 -14
- package/lib/apaas/service/apis/sandbox-config.service.d.ts +53 -16
- package/lib/apaas/service/apis/script-assistant.service.d.ts +6 -2
- package/lib/apaas/service/apis/script-version-log.service.d.ts +52 -14
- package/lib/apaas/service/apis/script-version.service.d.ts +69 -19
- package/lib/apaas/service/apis/script.service.d.ts +73 -20
- package/lib/apaas/service/apis/service-orchestration-version-log.service.d.ts +55 -15
- package/lib/apaas/service/apis/service-orchestration-version.service.d.ts +69 -19
- package/lib/apaas/service/apis/service-orchestration.service.d.ts +73 -20
- package/lib/apaas/service/apis/sign-history.service.d.ts +34 -10
- package/lib/apaas/service/apis/sign-log.service.d.ts +6 -2
- package/lib/apaas/service/apis/signature.service.d.ts +6 -2
- package/lib/apaas/service/apis/sql-view-model.service.d.ts +31 -9
- package/lib/apaas/service/apis/sql-view.service.d.ts +5 -4
- package/lib/apaas/service/apis/ss.service.d.ts +15 -4
- package/lib/apaas/service/apis/stash.service.d.ts +27 -8
- package/lib/apaas/service/apis/sub-model-process.service.d.ts +3 -1
- package/lib/apaas/service/apis/sys-config.service.d.ts +34 -10
- package/lib/apaas/service/apis/system-var.service.d.ts +75 -21
- package/lib/apaas/service/apis/trace-log-details.service.d.ts +69 -20
- package/lib/apaas/service/apis/trace-log.service.d.ts +73 -20
- package/lib/apaas/service/apis/trace-mainline-ext.service.d.ts +34 -10
- package/lib/apaas/service/apis/trace-mainline.service.d.ts +34 -10
- package/lib/apaas/service/apis/trace-setting.service.d.ts +20 -6
- package/lib/apaas/service/apis/user-group-relation.service.d.ts +16 -5
- package/lib/apaas/service/apis/user-group.service.d.ts +40 -12
- package/lib/apaas/service/apis/view-model.service.d.ts +69 -31
- package/lib/apaas/service/apis/wash.service.d.ts +6 -2
- package/lib/apaas/service/apis/webpage.service.d.ts +91 -26
- package/lib/apaas/service/entities.d.ts +56 -0
- package/lib/apaas/service/index.d.ts +2 -0
- package/lib/ipaas/service/apis/auth.service.d.ts +13 -4
- package/lib/ipaas/service/apis/camel.service.d.ts +33 -10
- package/lib/ipaas/service/apis/category.service.d.ts +3 -1
- package/lib/ipaas/service/apis/connector-config.service.d.ts +58 -17
- package/lib/ipaas/service/apis/connector-log.service.d.ts +24 -7
- package/lib/ipaas/service/apis/flow-app.service.d.ts +42 -12
- package/lib/ipaas/service/apis/flow-category.service.d.ts +136 -36
- package/lib/ipaas/service/apis/flow-ext.service.d.ts +48 -14
- package/lib/ipaas/service/apis/flow.service.d.ts +61 -17
- package/lib/ipaas/service/apis/runtime.service.d.ts +13 -4
- package/lib/platform/service/api-config.cjs +2 -1
- package/lib/platform/service/apis/agent.service.d.ts +34 -10
- package/lib/platform/service/apis/api.service.d.ts +889 -253
- package/lib/platform/service/apis/apk.service.d.ts +32 -10
- package/lib/platform/service/apis/app-member.service.d.ts +53 -15
- package/lib/platform/service/apis/app-setting.service.d.ts +64 -18
- package/lib/platform/service/apis/app.service.d.ts +443 -119
- package/lib/platform/service/apis/assets.service.d.ts +58 -16
- package/lib/platform/service/apis/attachmentResourceTransfer.service.d.ts +3 -1
- package/lib/platform/service/apis/audit-log.service.d.ts +22 -7
- package/lib/platform/service/apis/bi-app.service.d.ts +3 -1
- package/lib/platform/service/apis/bi-data-set.service.d.ts +37 -11
- package/lib/platform/service/apis/bi-file-dataset-config.service.d.ts +45 -13
- package/lib/platform/service/apis/bi-file.service.d.ts +11 -3
- package/lib/platform/service/apis/bi-share.service.d.ts +42 -12
- package/lib/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +3 -1
- package/lib/platform/service/apis/category.service.d.ts +69 -20
- package/lib/platform/service/apis/clearLogLogin.service.d.ts +3 -1
- package/lib/platform/service/apis/clearLogOperate.service.d.ts +3 -1
- package/lib/platform/service/apis/clearTempDir.service.d.ts +3 -1
- package/lib/platform/service/apis/copyFilter.service.d.ts +3 -1
- package/lib/platform/service/apis/dashboard.service.d.ts +45 -12
- package/lib/platform/service/apis/data-source.service.d.ts +77 -22
- package/lib/platform/service/apis/data-trace.service.d.ts +32 -10
- package/lib/platform/service/apis/database.service.d.ts +111 -32
- package/lib/platform/service/apis/dataset-log.service.d.ts +38 -11
- package/lib/platform/service/apis/dataset.service.d.ts +134 -38
- package/lib/platform/service/apis/datasource-devops.service.d.ts +26 -8
- package/lib/platform/service/apis/datasource-move-data.service.d.ts +42 -12
- package/lib/platform/service/apis/datasource-move-detail.service.d.ts +38 -11
- package/lib/platform/service/apis/datasource-move.service.d.ts +29 -9
- package/lib/platform/service/apis/deleteCompInfo.service.d.ts +7 -2
- package/lib/platform/service/apis/deleteCompInfoType.service.d.ts +7 -2
- package/lib/platform/service/apis/deleteCsvDatasource.service.d.ts +7 -2
- package/lib/platform/service/apis/deleteEchartTheme.service.d.ts +7 -2
- package/lib/platform/service/apis/deleteEnshrineComp.service.d.ts +7 -2
- package/lib/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +7 -2
- package/lib/platform/service/apis/deleteFilter.service.d.ts +7 -2
- package/lib/platform/service/apis/deleteLogOperateById.service.d.ts +7 -2
- package/lib/platform/service/apis/deleteMapGeoJson.service.d.ts +7 -2
- package/lib/platform/service/apis/deleteNotUseDir.service.d.ts +3 -1
- package/lib/platform/service/apis/deletePageSnapshoot.service.d.ts +7 -2
- package/lib/platform/service/apis/deletePageTemplate.service.d.ts +7 -2
- package/lib/platform/service/apis/deletePnResource.service.d.ts +7 -2
- package/lib/platform/service/apis/deletePnResourceGroup.service.d.ts +7 -2
- package/lib/platform/service/apis/device-interconnection-param.service.d.ts +44 -13
- package/lib/platform/service/apis/device-interconnection.service.d.ts +51 -15
- package/lib/platform/service/apis/device-param-ref.service.d.ts +21 -6
- package/lib/platform/service/apis/exportTemplate.service.d.ts +49 -14
- package/lib/platform/service/apis/external-message.service.d.ts +34 -10
- package/lib/platform/service/apis/file-task.service.d.ts +81 -22
- package/lib/platform/service/apis/file.service.d.ts +20 -6
- package/lib/platform/service/apis/front-release.service.d.ts +3 -1
- package/lib/platform/service/apis/getAdCodeByAliasName.service.d.ts +7 -2
- package/lib/platform/service/apis/getAllCompInfo.service.d.ts +3 -1
- package/lib/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +7 -2
- package/lib/platform/service/apis/getAllCompInfoType.service.d.ts +3 -1
- package/lib/platform/service/apis/getAllCsvDatasource.service.d.ts +7 -2
- package/lib/platform/service/apis/getAllEchartTheme.service.d.ts +3 -1
- package/lib/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +3 -1
- package/lib/platform/service/apis/getAllFilter.service.d.ts +3 -1
- package/lib/platform/service/apis/getAllPageTemplate.service.d.ts +3 -1
- package/lib/platform/service/apis/getAttachmentInfoByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getCompInfoById.service.d.ts +7 -2
- package/lib/platform/service/apis/getCompInfoByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getCompInfoTypeById.service.d.ts +7 -2
- package/lib/platform/service/apis/getCompInfoTypeByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getContentToArray.service.d.ts +11 -3
- package/lib/platform/service/apis/getCsvDatasourceById.service.d.ts +7 -2
- package/lib/platform/service/apis/getCsvDatasourceByName.service.d.ts +7 -2
- package/lib/platform/service/apis/getCsvDatasourceByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getDesignerData.service.d.ts +7 -2
- package/lib/platform/service/apis/getEchartThemeById.service.d.ts +7 -2
- package/lib/platform/service/apis/getEchartThemeByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getEnshrineCompByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getEnshrineCompGroupById.service.d.ts +7 -2
- package/lib/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getFilterById.service.d.ts +7 -2
- package/lib/platform/service/apis/getGeoJsonByAdCode.service.d.ts +7 -2
- package/lib/platform/service/apis/getLayoutItemObjById.service.d.ts +7 -2
- package/lib/platform/service/apis/getLogLoginByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +7 -2
- package/lib/platform/service/apis/getMapGeoJsonById.service.d.ts +7 -2
- package/lib/platform/service/apis/getMapGeoJsonByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +3 -1
- package/lib/platform/service/apis/getMyEchartThemes.service.d.ts +3 -1
- package/lib/platform/service/apis/getMyPnResourceByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +11 -3
- package/lib/platform/service/apis/getPageSnapshootById.service.d.ts +7 -2
- package/lib/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +7 -2
- package/lib/platform/service/apis/getPageTemplateById.service.d.ts +7 -2
- package/lib/platform/service/apis/getPageTemplateByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +3 -1
- package/lib/platform/service/apis/getPageTemplateLayout.service.d.ts +7 -2
- package/lib/platform/service/apis/getPageTemplateThemeJson.service.d.ts +7 -2
- package/lib/platform/service/apis/getPageTotalCount.service.d.ts +3 -1
- package/lib/platform/service/apis/getPnLogOperateByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getPnResourceGroupById.service.d.ts +7 -2
- package/lib/platform/service/apis/getProjectTotalCount.service.d.ts +3 -1
- package/lib/platform/service/apis/getShareCustomCompById.service.d.ts +7 -2
- package/lib/platform/service/apis/getShareCustomCompByPage.service.d.ts +3 -1
- package/lib/platform/service/apis/getSysEchartThemes.service.d.ts +3 -1
- package/lib/platform/service/apis/httpQuery.service.d.ts +3 -1
- package/lib/platform/service/apis/i18n-config.service.d.ts +10 -3
- package/lib/platform/service/apis/i18n-info.service.d.ts +64 -18
- package/lib/platform/service/apis/importCompInfoJson.service.d.ts +3 -1
- package/lib/platform/service/apis/importTemplate.service.d.ts +21 -7
- package/lib/platform/service/apis/internal-message.service.d.ts +57 -16
- package/lib/platform/service/apis/invoke-log.service.d.ts +49 -13
- package/lib/platform/service/apis/knowledge-base-chunk.service.d.ts +34 -10
- package/lib/platform/service/apis/knowledge-base-doc.service.d.ts +34 -10
- package/lib/platform/service/apis/knowledge-base.service.d.ts +34 -10
- package/lib/platform/service/apis/ldap.service.d.ts +3 -1
- package/lib/platform/service/apis/license-unbind-log.service.d.ts +3 -1
- package/lib/platform/service/apis/license.service.d.ts +162 -43
- package/lib/platform/service/apis/login-log.service.d.ts +27 -7
- package/lib/platform/service/apis/login.service.d.ts +39 -11
- package/lib/platform/service/apis/manager.service.d.ts +22 -6
- package/lib/platform/service/apis/message-setting.service.d.ts +86 -24
- package/lib/platform/service/apis/minio-file.service.d.ts +10 -3
- package/lib/platform/service/apis/model-provider.service.d.ts +34 -10
- package/lib/platform/service/apis/model.service.d.ts +34 -10
- package/lib/platform/service/apis/nav-menu.service.d.ts +43 -13
- package/lib/platform/service/apis/nav-page.service.d.ts +37 -11
- package/lib/platform/service/apis/openapi-group.service.d.ts +118 -32
- package/lib/platform/service/apis/openapi-key-grant.service.d.ts +48 -14
- package/lib/platform/service/apis/org-user-picker.service.d.ts +44 -12
- package/lib/platform/service/apis/org.service.d.ts +123 -35
- package/lib/platform/service/apis/parseCsvOrExcel.service.d.ts +11 -3
- package/lib/platform/service/apis/permission.service.d.ts +27 -8
- package/lib/platform/service/apis/plat.service.d.ts +81 -26
- package/lib/platform/service/apis/plugin-version.service.d.ts +34 -10
- package/lib/platform/service/apis/plugin.service.d.ts +121 -33
- package/lib/platform/service/apis/pm-process-delegate-detail.service.d.ts +34 -10
- package/lib/platform/service/apis/pm-process-delegate.service.d.ts +34 -10
- package/lib/platform/service/apis/pm-process-instance.service.d.ts +49 -14
- package/lib/platform/service/apis/pm-task-done.service.d.ts +49 -14
- package/lib/platform/service/apis/pm-task-todo.service.d.ts +45 -13
- package/lib/platform/service/apis/pn-page.service.d.ts +34 -10
- package/lib/platform/service/apis/pn-project.service.d.ts +95 -27
- package/lib/platform/service/apis/print-log.service.d.ts +80 -21
- package/lib/platform/service/apis/print-resource.service.d.ts +61 -18
- package/lib/platform/service/apis/regexp.service.d.ts +58 -16
- package/lib/platform/service/apis/released.service.d.ts +59 -16
- package/lib/platform/service/apis/resourceTransferToPage.service.d.ts +3 -1
- package/lib/platform/service/apis/role-permission.service.d.ts +26 -8
- package/lib/platform/service/apis/role.service.d.ts +81 -23
- package/lib/platform/service/apis/saveCompInfo.service.d.ts +3 -1
- package/lib/platform/service/apis/saveCompInfoType.service.d.ts +3 -1
- package/lib/platform/service/apis/saveCsvDatasource.service.d.ts +3 -1
- package/lib/platform/service/apis/saveEchartTheme.service.d.ts +3 -1
- package/lib/platform/service/apis/saveEnshrineComp.service.d.ts +3 -1
- package/lib/platform/service/apis/saveEnshrineCompGroup.service.d.ts +3 -1
- package/lib/platform/service/apis/saveFilter.service.d.ts +3 -1
- package/lib/platform/service/apis/saveMapGeoJson.service.d.ts +3 -1
- package/lib/platform/service/apis/savePageSnapshoot.service.d.ts +3 -1
- package/lib/platform/service/apis/savePageTemplate.service.d.ts +3 -1
- package/lib/platform/service/apis/savePnResourceGroup.service.d.ts +3 -1
- package/lib/platform/service/apis/saveShareCustomComp.service.d.ts +3 -1
- package/lib/platform/service/apis/seal-management.service.d.ts +36 -11
- package/lib/platform/service/apis/searchEnshrineComp.service.d.ts +3 -1
- package/lib/platform/service/apis/seat-message.service.d.ts +3 -1
- package/lib/platform/service/apis/seat.service.d.ts +60 -17
- package/lib/platform/service/apis/setPageSnapshootEnabled.service.d.ts +3 -1
- package/lib/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +3 -1
- package/lib/platform/service/apis/shortcut.service.d.ts +80 -22
- package/lib/platform/service/apis/sign-log.service.d.ts +29 -9
- package/lib/platform/service/apis/sms.service.d.ts +6 -2
- package/lib/platform/service/apis/started-process.service.d.ts +40 -11
- package/lib/platform/service/apis/task-delegate.service.d.ts +48 -14
- package/lib/platform/service/apis/task-done.service.d.ts +36 -10
- package/lib/platform/service/apis/task-todo.service.d.ts +36 -10
- package/lib/platform/service/apis/tenant-developer.service.d.ts +68 -19
- package/lib/platform/service/apis/tenant.service.d.ts +259 -74
- package/lib/platform/service/apis/toggleEnabled.service.d.ts +3 -1
- package/lib/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +3 -1
- package/lib/platform/service/apis/uploadFiles.service.d.ts +77 -21
- package/lib/platform/service/apis/user-extra.service.d.ts +34 -10
- package/lib/platform/service/apis/user-info-log.service.d.ts +38 -11
- package/lib/platform/service/apis/user-password-history.service.d.ts +34 -10
- package/lib/platform/service/apis/user.service.d.ts +149 -44
- package/lib/platform/service/apis/workbench-component-relation.service.d.ts +51 -15
- package/lib/platform/service/apis/workbench-component.service.d.ts +42 -12
- package/lib/service/http.util.cjs +55 -6
- package/lib/types/index.d.ts +32 -0
- package/package.json +3 -3
package/dist/gct-api.esm.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import Bt from"axios";const Mt=[{name:"medPro",entityName:"med-pro",apis:[{mode:"post",method:"postModelMetaDataAssociation",path:"modelMeta/dataAssociation",hasData:!0},{mode:"get",method:"getModelMetaGetSysConfig",path:"modelMeta/getSysConfig",hasQuery:!0},{mode:"get",method:"getModelMetaHasDataAssociation",path:"modelMeta/hasDataAssociation",hasQuery:!0},{mode:"get",method:"getModelMetaModelDataAssociation",path:"modelMeta/modelDataAssociation",hasQuery:!0},{mode:"get",method:"getEdhrAttachmentGetEdhrAttachment",path:"edhrAttachment/getEdhrAttachment",hasQuery:!0}]},{name:"appBranch",entityName:"app-branch",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appGlobalSettings",entityName:"app-global-settings",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appGrantedUser",entityName:"app-granted-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postBatch",path:"batch",hasData:!0},{mode:"get",method:"getGrantedStatistic",path:"grantedStatistic"},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getRemoveAndTransfer",path:"removeAndTransfer",hasQuery:!0},{mode:"get",method:"getUngrantedList",path:"ungranted/list"}]},{name:"appOrg",entityName:"app-org",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0},{mode:"post",method:"postUserMove",path:"user/move",hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0},{mode:"post",method:"postUserRemove",path:"user/remove",hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appPublishLog",entityName:"app-publish-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appState",entityName:"app-state",apis:[{mode:"get",method:"getDraft",path:"draft"}]},{name:"appUser",entityName:"app-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasData:!0},{mode:"put",method:"putDisable",path:"disable",hasQuery:!0},{mode:"put",method:"putEnable",path:"enable",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRemove",path:"remove",hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"approvalLog",entityName:"approval-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModules",path:"modules"},{mode:"get",method:"getOperateTypes",path:"operateTypes"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postSave",path:"save",hasData:!0}]},{name:"basicConfig",entityName:"basic-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getAiRagEnabled",path:"aiRagEnabled"},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"post",method:"postGlobal",path:"global",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postTheme",path:"theme",hasData:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"bizEvent",entityName:"biz-event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizProcessDefinition",entityName:"biz-process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizProcessDefinitionVersion",entityName:"biz-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasData:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0}]},{name:"bizServiceCrud",entityName:"biz-service-crud",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDataModelList",path:"data-model/list"},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizService",entityName:"biz-service",apis:[{mode:"get",method:"getModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"delete",method:"deleteModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0}]},{name:"bom",entityName:"bom",apis:[{mode:"post",method:"postImport",path:"import"}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getGetListRdoOrNdo",path:"getListRdoOrNdo",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListComplete",path:"listComplete",hasQuery:!0},{mode:"get",method:"getPage",path:"page",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"categoryRelation",entityName:"category-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"chat",entityName:"chat",apis:[{mode:"post",method:"postImportExcel",path:"importExcel",hasQuery:!0}]},{name:"codeTs",entityName:"code-ts",apis:[{mode:"get",method:"getList",path:"list"}]},{name:"commitLog",entityName:"commit-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCanPublishProdReleaseTagList",path:"canPublishProdReleaseTagList"},{mode:"get",method:"getCanReleaseTagList",path:"canReleaseTagList"},{mode:"post",method:"postCommit",path:"commit",hasData:!0},{mode:"get",method:"getGetLatestCommit",path:"getLatestCommit"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getReleaseInfo",path:"release/info",hasQuery:!0},{mode:"get",method:"getReleasePageList",path:"release/page/list",hasQuery:!0},{mode:"get",method:"getViewDetail",path:"viewDetail",hasQuery:!0},{mode:"get",method:"getViewDraft",path:"viewDraft"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"commonInfoCard",entityName:"common-info-card",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetById",path:"getById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"controlConfig",entityName:"control-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCategoryList",path:"category/list",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoTypeRefId",path:"info/{type}/{refId}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getSpecialPageList",path:"special/page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"customerComplaint",entityName:"customer-complaint",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSync",path:"sync"},{mode:"get",method:"getUpdateFeishu",path:"updateFeishu",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataModel",entityName:"data-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"designerCommon",entityName:"designer-common",apis:[{mode:"get",method:"getEnumModelFieldList",path:"enumModelField/list",hasQuery:!0},{mode:"get",method:"getGetApp",path:"getApp"},{mode:"get",method:"getGetCanBeUsedOrg",path:"getCanBeUsedOrg"},{mode:"get",method:"getGetCanBeUsedOrgUser",path:"getCanBeUsedOrgUser",hasQuery:!0},{mode:"get",method:"getGetUserGroupUser",path:"getUserGroupUser",hasQuery:!0},{mode:"get",method:"getGetVisibleOrg",path:"getVisibleOrg"},{mode:"get",method:"getGetVisibleOrgUser",path:"getVisibleOrgUser",hasQuery:!0},{mode:"get",method:"getGetVisibleUser",path:"getVisibleUser"},{mode:"get",method:"getGetVisibleUserAndVisibleOrgUser",path:"getVisibleUserAndVisibleOrgUser",hasQuery:!0},{mode:"get",method:"getListUserByIds",path:"listUserByIds",hasQuery:!0},{mode:"get",method:"getTableEntityModelList",path:"table-entity-model/list",hasQuery:!0},{mode:"post",method:"postUploadFile",path:"upload/file",hasQuery:!0},{mode:"post",method:"postUploadLabelImage",path:"upload/label/image"},{mode:"get",method:"getUserInfo",path:"user/info"}]},{name:"designerLock",entityName:"designer-lock",apis:[{mode:"post",method:"postCancelOccupyPage",path:"cancelOccupyPage",hasData:!0},{mode:"get",method:"getGetPageOccupyMsg",path:"getPageOccupyMsg",hasQuery:!0},{mode:"post",method:"postLockPage",path:"lockPage",hasData:!0},{mode:"post",method:"postOccupyPage",path:"occupyPage",hasData:!0},{mode:"post",method:"postUnLockPage",path:"unLockPage",hasData:!0}]},{name:"designerOperateLog",entityName:"designer-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"devops",entityName:"devops",apis:[{mode:"get",method:"getListAllDigitsFields",path:"listAllDigitsFields"},{mode:"post",method:"postUpdateDigits",path:"updateDigits",hasData:!0}]},{name:"dhr",entityName:"dhr",apis:[{mode:"get",method:"getLogFindByTraceId",path:"log/findByTraceId",hasQuery:!0},{mode:"get",method:"getLogListIsntanceId",path:"log/list/{isntanceId}",hasPathParams:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0}]},{name:"difyChat",entityName:"dify-chat",apis:[{mode:"post",method:"postAsyncDocument",path:"asyncDocument",hasData:!0},{mode:"post",method:"postChat",path:"chat",hasData:!0}]},{name:"docControlStarted",entityName:"doc-control-started",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"docControlTaskDone",entityName:"doc-control-task-done",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"docControlTaskTodo",entityName:"doc-control-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0},{mode:"get",method:"getCount",path:"count"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"docControl",entityName:"doc-control",apis:[{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"get",method:"getProcessInfo",path:"process/info",hasQuery:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessResubmit",path:"process/resubmit",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0},{mode:"get",method:"getProcessStartProcess",path:"process/startProcess",hasQuery:!0}]},{name:"docOutline",entityName:"doc-outline",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByInstance",path:"listByInstance",hasQuery:!0},{mode:"get",method:"getListByRefId",path:"listByRefId",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSheet",path:"sheet",hasQuery:!0},{mode:"get",method:"getSheetByInstance",path:"sheetByInstance",hasQuery:!0},{mode:"get",method:"getSheetByRefId",path:"sheetByRefId",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"document",entityName:"document",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putDesignId",path:"design/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDocumentDataClean",path:"documentDataClean"},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrCategory",entityName:"edhr-category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrCirculationFormRelateModel",entityName:"edhr-circulationFormRelateModel",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrInstance",entityName:"edhr-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0},{mode:"get",method:"getFindMaterialNo",path:"findMaterialNo",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPageListGroup",path:"page/list/group",hasData:!0},{mode:"get",method:"getReversePageList",path:"reverse/page/list",hasQuery:!0},{mode:"get",method:"getRunningPage",path:"running/page",hasQuery:!0},{mode:"put",method:"putUpdateInstanceStatusById4ArchivedId",path:"updateInstanceStatusById4Archived/{id}",hasPathParams:!0}]},{name:"edhrInstanceRelation",entityName:"edhr-instance-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getListTree",path:"list/tree",hasQuery:!0},{mode:"get",method:"getListChild",path:"listChild",hasQuery:!0}]},{name:"edhrInstanceSearchHistory",entityName:"edhr-instance-search-history",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"edhrTmpl",entityName:"edhr-tmpl",apis:[{mode:"post",method:"postControl",path:"control",hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasPathParams:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0}]},{name:"eleSearch",entityName:"ele-search",apis:[{mode:"get",method:"getSearchByKey",path:"searchByKey",hasQuery:!0}]},{name:"enumModel",entityName:"enum-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSubmitWithFields",path:"submitWithFields",hasData:!0},{mode:"put",method:"putUpdateIconStateId",path:"updateIconState/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateTextStateId",path:"updateTextState/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"enumModelField",entityName:"enum-model-field",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"event",entityName:"event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"eventLog",entityName:"event-log",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"excelTmpl",entityName:"excel-tmpl",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postConfig",path:"config",hasData:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getDownloadPlatId",path:"download-plat/{id}",hasPathParams:!0},{mode:"get",method:"getDownloadId",path:"download/{id}",hasPathParams:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInitTmpl",path:"init/tmpl",hasQuery:!0},{mode:"post",method:"postInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postV1Config",path:"v1/config",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"excel",entityName:"excel",apis:[{mode:"get",method:"getDataDoImport",path:"data/doImport",hasQuery:!0},{mode:"get",method:"getDataExport",path:"data/export",hasQuery:!0},{mode:"post",method:"postDataImport",path:"data/import",hasQuery:!0},{mode:"get",method:"getDataPreview",path:"data/preview",hasQuery:!0},{mode:"get",method:"getDataReport",path:"data/report",hasQuery:!0},{mode:"post",method:"postDataValidate",path:"data/validate",hasQuery:!0}]},{name:"fieldMeta",entityName:"field-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCompleteDataVersion",path:"complete/dataVersion"},{mode:"put",method:"putDecimalDigitsAllDigits",path:"decimal/digits/all/{digits}",hasPathParams:!0},{mode:"post",method:"postFuncCheck",path:"func/check",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListConditionField",path:"listConditionField",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0},{mode:"put",method:"putPageRecycledRestoreFieldId",path:"page/recycledRestore/{fieldId}",hasPathParams:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"get",method:"getRemoveDocument",path:"remove/document",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"put",method:"putUniqueConstraintAddModelKeyFieldKeyType",path:"unique/constraint/add/{modelKey}/{fieldKey}/{type}",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"field",entityName:"field",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0}]},{name:"fileResource",entityName:"file-resource",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasData:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postUpload",path:"upload",hasQuery:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"get",method:"getStart",path:"start"},{mode:"post",method:"postStatus",path:"status",hasData:!0},{mode:"post",method:"postSubmit",path:"submit",hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postPdfEncode",path:"pdf/encode",hasQuery:!0},{mode:"post",method:"postPdfPage",path:"pdf/page",hasQuery:!0},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0}]},{name:"form",entityName:"form",apis:[{mode:"post",method:"postChangeProcessApprove",path:"change/process/approve",hasData:!0},{mode:"post",method:"postChangeProcessInterfereReassign",path:"change/process/interfere/reassign",hasData:!0},{mode:"post",method:"postChangeProcessInterfereReturn",path:"change/process/interfere/return",hasData:!0},{mode:"post",method:"postChangeProcessJump",path:"change/process/jump",hasData:!0},{mode:"post",method:"postChangeProcessReassign",path:"change/process/reassign",hasData:!0},{mode:"post",method:"postChangeProcessReturn",path:"change/process/return",hasData:!0}]},{name:"formRelate",entityName:"formRelate",apis:[{mode:"get",method:"getCategory",path:"category",hasQuery:!0},{mode:"post",method:"postCategory",path:"category",hasData:!0},{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0},{mode:"put",method:"putCategoryDrag",path:"category/drag",hasData:!0},{mode:"put",method:"putCategoryId",path:"category/{id}",hasPathParams:!0,hasData:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllCategory",path:"listAllCategory",hasQuery:!0},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0},{mode:"get",method:"getPageListAllModelKey",path:"page/listAllModelKey",hasQuery:!0},{mode:"get",method:"getPageListFormAppendChild",path:"page/listFormAppendChild",hasQuery:!0},{mode:"get",method:"getPageListFormNoChild",path:"page/listFormNoChild",hasQuery:!0}]},{name:"frontOperateLog",entityName:"front-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"globalMethod",entityName:"global-method",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCurrentTime",path:"currentTime"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"instanceRelation",entityName:"instance-relation",apis:[{mode:"post",method:"postBind",path:"bind",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteUnbind",path:"unbind",hasQuery:!0},{mode:"put",method:"putUpdateTitle",path:"updateTitle",hasQuery:!0}]},{name:"ipaas",entityName:"ipaas",apis:[{mode:"post",method:"postWebhook",path:"webhook",hasData:!0}]},{name:"job",entityName:"job",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCronValid",path:"cron/valid",hasData:!0},{mode:"post",method:"postExec",path:"exec",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putStatusId",path:"status/{id}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"jobLog",entityName:"job-log",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"jsEngine",entityName:"js-engine",apis:[{mode:"get",method:"getExecKey",path:"exec/{key}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExecKey",path:"exec/{key}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExecute",path:"execute",hasData:!0}]},{name:"label",entityName:"label",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBtw",path:"btw",hasData:!0},{mode:"post",method:"postBtwCopy",path:"btw/copy",hasData:!0},{mode:"get",method:"getBtwPageList",path:"btw/page/list",hasQuery:!0},{mode:"delete",method:"deleteBtwRemoveVersionById",path:"btw/removeVersionById",hasQuery:!0},{mode:"put",method:"putBtwUpdate",path:"btw/update",hasData:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getEntityInfo",path:"entity/info",hasQuery:!0},{mode:"get",method:"getEntityUpdateDatetimeSql",path:"entity/update/datetime/sql"},{mode:"get",method:"getExecute",path:"execute"},{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"post",method:"postImport",path:"import"},{mode:"get",method:"getLabelCategoryTree",path:"labelCategoryTree",hasQuery:!0},{mode:"post",method:"postLabelDuplicateNameCheck",path:"labelDuplicateNameCheck",hasData:!0},{mode:"get",method:"getLabelParentDataClean",path:"labelParentDataClean"},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListFont",path:"listFont"},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"get",method:"getTest",path:"test",hasQuery:!0},{mode:"put",method:"putUpdateDesigner",path:"updateDesigner",hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postXmlSetting",path:"xmlSetting",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"labelLog",entityName:"label-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"post",method:"postUserLoginLogPage",path:"userLoginLogPage",hasData:!0}]},{name:"menuConfig",entityName:"menu-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAvailableList",path:"available/list",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mergeLog",entityName:"merge-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"messageRecord",entityName:"message-record",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"get",method:"getFindAllByType",path:"findAllByType",hasQuery:!0},{mode:"post",method:"postSendMessageByType",path:"sendMessageByType",hasData:!0}]},{name:"messageTmpl",entityName:"message-tmpl",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListByModelKey",path:"listByModelKey",hasQuery:!0},{mode:"put",method:"putOpened",path:"opened",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postProcessSend",path:"processSend",hasData:!0},{mode:"post",method:"postSend",path:"send",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mobileHomepage",entityName:"mobile-homepage",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSelected",path:"getSelected"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mobilePage",entityName:"mobile-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelComprehensive",entityName:"model-comprehensive",apis:[{mode:"delete",method:"deleteBizServiceApi",path:"biz-service-api",hasQuery:!0},{mode:"get",method:"getBizServiceApiListModelCategory",path:"biz-service-api/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putBizServiceApiId",path:"biz-service-api/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBizServiceApiModelCategory",path:"biz-service-api/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBizServiceGeneralModelCategoryModelKeyBsKey",path:"biz-service/general/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"delete",method:"deleteBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getEnumInfoModelCategory",path:"enum/info/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExportModelCategoryModelKeyTmplKey",path:"export/{modelCategory}/{modelKey}/{tmplKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getFieldListModelCategory",path:"field/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getMethodListModelCategory",path:"method/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelDetailListByKeysModelCategory",path:"model/detail/listByKeys/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelDetailModelCategory",path:"model/detail/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelForm",path:"model/form",hasQuery:!0},{mode:"get",method:"getModelSummary",path:"model/summary",hasQuery:!0},{mode:"get",method:"getModelSystem",path:"model/system"},{mode:"post",method:"postQueryAllModelDataAndDrillData",path:"queryAllModelDataAndDrillData",hasData:!0},{mode:"post",method:"postQueryFieldValueByRefChainDataModelCategory",path:"queryFieldValueByRefChainData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryModelDataAndDrillData",path:"queryModelDataAndDrillData",hasData:!0},{mode:"post",method:"postQueryRefChainDataModelCategory",path:"queryRefChainData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataModelCategory",path:"queryRefData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataByIdModelCategory",path:"queryRefDataById/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataByIdsModelCategory",path:"queryRefDataByIds/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQuerySearchRefChainData",path:"querySearchRefChainData",hasData:!0},{mode:"get",method:"getSubModelList",path:"sub-model/list",hasQuery:!0}]},{name:"modelData",entityName:"model-data",apis:[{mode:"post",method:"postAllModelLiquibaseSoftDeleteDataClean",path:"allModelLiquibaseSoftDeleteDataClean"},{mode:"post",method:"postAllModelSoftDeleteDataClean",path:"allModelSoftDeleteDataClean"},{mode:"get",method:"getCheckFieldValueExist",path:"checkFieldValueExist",hasQuery:!0},{mode:"post",method:"postQueryRefData",path:"queryRefData",hasData:!0},{mode:"post",method:"postSingleModelSoftDeleteDataClean",path:"singleModelSoftDeleteDataClean",hasQuery:!0}]},{name:"modelMeta",entityName:"model-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAggList",path:"agg/list",hasQuery:!0},{mode:"get",method:"getAggModel",path:"agg/model",hasQuery:!0},{mode:"get",method:"getByKeys",path:"by/keys",hasQuery:!0},{mode:"put",method:"putConstantModelKey",path:"constant/{modelKey}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDataPermissionList",path:"data-permission/list",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"put",method:"putDisplayModelKeyFieldKey",path:"display/{modelKey}/{fieldKey}",hasPathParams:!0},{mode:"get",method:"getEr",path:"er"},{mode:"get",method:"getFindAllByTypeIn",path:"findAllByTypeIn",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListAll",path:"list-all"},{mode:"get",method:"getListAllModelAndFieldByName",path:"listAllModelAndFieldByName",hasQuery:!0},{mode:"get",method:"getListMasterModel",path:"listMasterModel",hasQuery:!0},{mode:"get",method:"getListModelReferencedBy",path:"listModelReferencedBy",hasQuery:!0},{mode:"get",method:"getListSlaveModel",path:"listSlaveModel",hasQuery:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0},{mode:"put",method:"putPageRecycledRestoreModelKey",path:"page/recycledRestore/{modelKey}",hasPathParams:!0},{mode:"get",method:"getPermissionEnabledList",path:"permission-enabled/list",hasQuery:!0},{mode:"get",method:"getPermissionRelation",path:"permission/relation",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasPathParams:!0},{mode:"get",method:"getSupportProcess",path:"support-process"},{mode:"get",method:"getTranslateModelFieldExp",path:"translateModelFieldExp",hasQuery:!0},{mode:"get",method:"getUnrelatedList",path:"unrelated/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0},{mode:"put",method:"putModelKeyEnabled",path:"{modelKey}/{enabled}",hasPathParams:!0}]},{name:"modelMethod",entityName:"model-method",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDataModelList",path:"data-model/list"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getViewModelList",path:"view-model/list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelPermissionRelation",entityName:"model-permission-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"model",entityName:"model",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0}]},{name:"ocr",entityName:"ocr",apis:[{mode:"post",method:"post",path:"**"}]},{name:"office",entityName:"office",apis:[{mode:"post",method:"postDocxJson",path:"docx-json"}]},{name:"onlineFormCategory",entityName:"online-form-category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"onlineFormChangeHistory",entityName:"online-form-change-history",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"onlineFormInstance",entityName:"online-form-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAppendixFormList",path:"appendix/form/list",hasQuery:!0},{mode:"post",method:"postDataCollectionAbandon",path:"data-collection/abandon",hasData:!0},{mode:"post",method:"postDataCollectionCreate",path:"data-collection/create",hasData:!0},{mode:"get",method:"getDataCollectionListAll",path:"data-collection/listAll",hasQuery:!0},{mode:"post",method:"postDataCollectionUpdateAlias",path:"data-collection/update-alias",hasData:!0},{mode:"post",method:"postDataCollectionUpdateStatus",path:"data-collection/update-status",hasData:!0},{mode:"get",method:"getDataIds",path:"dataIds",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getDhrFormList",path:"dhr/form/list",hasQuery:!0},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0},{mode:"get",method:"getFindByMaterialNoAndDocOutlineId",path:"findByMaterialNoAndDocOutlineId",hasQuery:!0},{mode:"get",method:"getFindByOfTmplIdAndEdhrInstanceId",path:"findByOfTmplIdAndEdhrInstanceId",hasQuery:!0},{mode:"get",method:"getFindByTmplIdAndMaterialNo",path:"findByTmplIdAndMaterialNo",hasQuery:!0},{mode:"get",method:"getFindOfTaskBySerialNo4Change",path:"findOfTaskBySerialNo4Change",hasQuery:!0},{mode:"get",method:"getFindPage4EdhrInstance",path:"findPage4EdhrInstance",hasQuery:!0},{mode:"get",method:"getFindRelationInfoById",path:"findRelationInfoById",hasQuery:!0},{mode:"get",method:"getFormPageList",path:"form/page/list",hasQuery:!0},{mode:"get",method:"getGetOne",path:"getOne",hasQuery:!0},{mode:"get",method:"getGetRelatedProduct",path:"getRelatedProduct",hasQuery:!0},{mode:"get",method:"getHoldLockUser",path:"hold/lock/user",hasQuery:!0},{mode:"post",method:"postHoldUnlock",path:"hold/unlock",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByRecordNo",path:"info/byRecordNo",hasQuery:!0},{mode:"post",method:"postInfos",path:"infos"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getQuery",path:"query",hasQuery:!0},{mode:"post",method:"postRefreshSnapshot",path:"refresh/snapshot",hasQuery:!0},{mode:"get",method:"getRelateFormPageList",path:"relate/form/page/list",hasQuery:!0},{mode:"post",method:"postRelatedInstAppend",path:"related/inst/append",hasData:!0},{mode:"post",method:"postRelatedInstBind",path:"related/inst/bind",hasData:!0},{mode:"delete",method:"deleteRelatedInstRemove",path:"related/inst/remove",hasQuery:!0},{mode:"post",method:"postRelatedInstUnbind",path:"related/inst/unbind",hasData:!0},{mode:"get",method:"getReverseTracePageList",path:"reverse/trace/page/list",hasQuery:!0},{mode:"post",method:"postTask",path:"task",hasData:!0},{mode:"post",method:"postTaskPageList",path:"task/page/list",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteTaskRemoveOfInstId",path:"task/remove/{ofInstId}",hasPathParams:!0},{mode:"get",method:"getTaskResendOfInstId",path:"task/resend/{ofInstId}",hasPathParams:!0},{mode:"put",method:"putTaskUpdate",path:"task/update",hasData:!0},{mode:"put",method:"putTaskId",path:"task/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postTaskForm",path:"taskForm",hasData:!0},{mode:"get",method:"getTracePageList",path:"trace/page/list",hasQuery:!0},{mode:"put",method:"putUpdateDescription",path:"updateDescription",hasData:!0}]},{name:"onlineFormLog",entityName:"online-form-log",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"onlineFormTmplLog",entityName:"online-form-tmpl-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"onlineFormTmpl",entityName:"online-form-tmpl",apis:[{mode:"post",method:"postCopyCustomizeId",path:"copy/customize/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getFormModelsId",path:"formModels/{id}",hasPathParams:!0},{mode:"get",method:"getGetCommunicationConfig",path:"getCommunicationConfig",hasQuery:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"post",method:"postInfos",path:"infos",hasData:!0},{mode:"get",method:"getListBaseAndProcessForm",path:"listBaseAndProcessForm",hasQuery:!0},{mode:"get",method:"getListOnlineFormModels",path:"listOnlineFormModels",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getModelId",path:"model/{id}",hasPathParams:!0},{mode:"post",method:"postRelease",path:"release",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveField",path:"saveField",hasData:!0},{mode:"post",method:"postSaveOperation",path:"saveOperation",hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasPathParams:!0},{mode:"get",method:"getStash",path:"stash",hasQuery:!0},{mode:"put",method:"putStashId",path:"stash/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postTest",path:"test"},{mode:"post",method:"postUpdateCommunicationConfigId",path:"updateCommunicationConfig/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateDesignerId",path:"updateDesigner/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0}]},{name:"onlineForm",entityName:"online-form",apis:[{mode:"post",method:"postBaseSubmit",path:"base/submit",hasData:!0},{mode:"post",method:"postBizBizServiceSummary",path:"biz/bizServiceSummary",hasData:!0},{mode:"get",method:"getDataInitProtocolData",path:"data-init/protocol/data",hasQuery:!0},{mode:"get",method:"getDataInitProtocolFieldMeta",path:"data-init/protocol/fieldMeta",hasQuery:!0},{mode:"get",method:"getDataInitProtocolList",path:"data-init/protocol/list"},{mode:"post",method:"postPartialSubmit",path:"partialSubmit",hasData:!0},{mode:"post",method:"postProcessAbandon",path:"process/abandon",hasData:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"post",method:"postProcessApproveQualification",path:"process/approveQualification",hasData:!0},{mode:"post",method:"postProcessChange",path:"process/change",hasData:!0},{mode:"post",method:"postProcessControl",path:"process/control",hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessPartialSubmit",path:"process/partialSubmit",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessResubmitOf",path:"process/resubmitOf",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0},{mode:"post",method:"postProcessSave",path:"process/save",hasData:!0},{mode:"post",method:"postProcessSubmit",path:"process/submit",hasData:!0},{mode:"post",method:"postStash",path:"stash",hasData:!0}]},{name:"onlineUserSummary",entityName:"online-user-summary",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"online",entityName:"online",apis:[{mode:"get",method:"getClients",path:"clients",hasQuery:!0},{mode:"get",method:"getExit",path:"exit",hasQuery:!0},{mode:"get",method:"getMaxOnlineUser",path:"maxOnlineUser",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"openapi",entityName:"openapi",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetApiInfo",path:"getApiInfo",hasQuery:!0},{mode:"get",method:"getGetApiInfos",path:"getApiInfos"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"padPage",entityName:"pad-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pageDesignerLog",entityName:"page-designer-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"post",method:"postAppGlobal",path:"app/global",hasData:!0},{mode:"get",method:"getAppGlobalInfo",path:"app/global/info"},{mode:"post",method:"postBase",path:"base",hasData:!0},{mode:"post",method:"postOrg",path:"org",hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasData:!0}]},{name:"pmProcessDefinition",entityName:"pm-process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllProcHasPublishedVersion",path:"listAllProcHasPublishedVersion",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListByPage",path:"page/listByPage",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDefinitionVersion",entityName:"pm-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasData:!0},{mode:"post",method:"postUpdateProcessUser",path:"updateProcessUser",hasData:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0}]},{name:"pmProcessEngine",entityName:"pm-process-engine",apis:[{mode:"post",method:"postApprove",path:"approve",hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0},{mode:"get",method:"getListAllAssignees",path:"listAllAssignees"},{mode:"get",method:"getListAllInitiators",path:"listAllInitiators"},{mode:"get",method:"getModel",path:"model",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postProcExecute",path:"procExecute",hasData:!0},{mode:"get",method:"getProcInstExtension",path:"procInstExtension",hasQuery:!0},{mode:"post",method:"postReassign",path:"reassign",hasData:!0},{mode:"post",method:"postRefuse",path:"refuse",hasData:!0},{mode:"post",method:"postReject",path:"reject",hasData:!0},{mode:"post",method:"postResubmit",path:"resubmit",hasData:!0},{mode:"post",method:"postStartProcInst",path:"startProcInst",hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0},{mode:"post",method:"postTerminate",path:"terminate",hasData:!0},{mode:"post",method:"postWithdraw",path:"withdraw",hasData:!0}]},{name:"printDesigner",entityName:"print-designer",apis:[{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0},{mode:"get",method:"getRdoPageBaseList",path:"rdo/page/base/list",hasQuery:!0},{mode:"get",method:"getRdoPageList",path:"rdo/page/list",hasQuery:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postPatchwork",path:"patchwork",hasData:!0}]},{name:"print",entityName:"print",apis:[{mode:"get",method:"getBtwFileTree",path:"btwFileTree"},{mode:"post",method:"postGenerateZplCode",path:"generateZplCode",hasData:!0},{mode:"post",method:"postLabelBackEndPrint",path:"labelBackEndPrint",hasData:!0},{mode:"get",method:"getPrintDropdownList",path:"printDropdownList"},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasData:!0}]},{name:"process",entityName:"process",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processApprovalLog",entityName:"process-approval-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getApproveHistory",path:"approveHistory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processApproveUser",entityName:"process-approve-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processDefinition",entityName:"process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postInitProcessAndProcessVersionType",path:"initProcessAndProcessVersion/{type}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processDefinitionVersion",entityName:"process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByParentId",path:"listByParentId",hasQuery:!0},{mode:"post",method:"postPublishId",path:"publish/{id}",hasPathParams:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processEngine",entityName:"process-engine",apis:[{mode:"post",method:"postExecute",path:"execute",hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0},{mode:"get",method:"getModel",path:"model",hasQuery:!0},{mode:"post",method:"postReassignment",path:"reassignment",hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0}]},{name:"processEvent",entityName:"process-event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processGraph",entityName:"process-graph",apis:[{mode:"get",method:"getGraphInfo",path:"graphInfo",hasQuery:!0}]},{name:"processInstance",entityName:"process-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processInstanceRelation",entityName:"process-instance-relation-",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processMessageUser",entityName:"process-message-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processNodeDefinition",entityName:"process-node-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processPathUser",entityName:"process-path-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processPath",entityName:"process-path",apis:[{mode:"get",method:"getFindAllByOfInstanceId",path:"findAllByOfInstanceId",hasQuery:!0},{mode:"get",method:"getFindAllByProcessInstanceId",path:"findAllByProcessInstanceId",hasQuery:!0},{mode:"get",method:"getFindAllByTmplId",path:"findAllByTmplId",hasQuery:!0}]},{name:"processTaskDone",entityName:"process-task-done",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"processTaskTodo",entityName:"process-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"processVersion",entityName:"process-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postActivateId",path:"activate/{id}",hasPathParams:!0},{mode:"put",method:"putDeploy",path:"deploy",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"processTest",entityName:"processTest",apis:[{mode:"get",method:"getCompleteTask",path:"completeTask",hasQuery:!0},{mode:"get",method:"getDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getReadXml",path:"readXml",hasQuery:!0},{mode:"get",method:"getSignal",path:"signal",hasQuery:!0},{mode:"get",method:"getStart",path:"start",hasQuery:!0},{mode:"get",method:"getUpdateVar",path:"updateVar",hasQuery:!0},{mode:"get",method:"getWithdraw",path:"withdraw",hasQuery:!0}]},{name:"productRelease",entityName:"product-release",apis:[{mode:"get",method:"getGetProductReleaseByMaterialNo",path:"getProductReleaseByMaterialNo",hasQuery:!0},{mode:"get",method:"getGetProductReleaseForm",path:"getProductReleaseForm",hasQuery:!0},{mode:"get",method:"getGetProductReleaseInstByMaterialNo",path:"getProductReleaseInstByMaterialNo",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"publishLog",entityName:"publish-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCreateRelease",path:"createRelease",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPublishToProd",path:"publishToProd",hasData:!0},{mode:"post",method:"postPublishToTest",path:"publishToTest",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"report",entityName:"report",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDeploy",path:"deploy",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfos",path:"infos",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListType",path:"list/type"},{mode:"get",method:"getListModelReport",path:"listModelReport",hasQuery:!0},{mode:"get",method:"getListSystemModelFields",path:"listSystemModelFields",hasQuery:!0},{mode:"get",method:"getListSystemModels",path:"listSystemModels"},{mode:"put",method:"putMove",path:"move",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putUndeployId",path:"undeploy/{id}",hasPathParams:!0},{mode:"get",method:"getUserPermissionId",path:"user/permission/{id}",hasPathParams:!0},{mode:"post",method:"postViewPageList",path:"view/page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"reportDataSet",entityName:"report-data-set",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getGenSql",path:"genSql",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postListByPage4DataSet",path:"listByPage4DataSet",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"reportData",entityName:"report-data",apis:[{mode:"post",method:"postListByPage",path:"listByPage",hasData:!0},{mode:"post",method:"postListByPage4Cross",path:"listByPage4Cross",hasData:!0},{mode:"post",method:"postListStatistic",path:"listStatistic",hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putIdEnabled",path:"{id}/{enabled}",hasPathParams:!0}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postBulk",path:"bulk",hasData:!0},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!0},{mode:"post",method:"postRemove",path:"remove",hasData:!0}]},{name:"sandboxConfig",entityName:"sandbox-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:""},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSync",path:"sync"},{mode:"post",method:"postSyncPage",path:"sync/page",hasData:!0},{mode:"post",method:"postSyncScript",path:"sync/script",hasData:!0},{mode:"get",method:"getValidStatus",path:"valid/status",hasQuery:!0},{mode:"get",method:"getVisitCheck",path:"visit/check",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"script",entityName:"script",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"scriptAssistant",entityName:"script-assistant",apis:[{mode:"get",method:"getRag",path:"rag"},{mode:"post",method:"postScriptComplete",path:"scriptComplete",hasData:!0}]},{name:"scriptVersion",entityName:"script-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"scriptVersionLog",entityName:"script-version-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"serviceOrchestration",entityName:"service-orchestration",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"serviceOrchestrationVersion",entityName:"service-orchestration-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"serviceOrchestrationVersionLog",entityName:"service-orchestration-version-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"signHistory",entityName:"sign-history",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"postOperators",path:"operators",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0}]},{name:"signature",entityName:"signature",apis:[{mode:"post",method:"postGetSignatureImage",path:"getSignatureImage",hasData:!0},{mode:"post",method:"postGetSignatureUploadOrWriteImage",path:"getSignatureUploadOrWriteImage",hasData:!0}]},{name:"sqlViewModel",entityName:"sql-view-model",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"sqlView",entityName:"sql-view",apis:[{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0}]},{name:"ss",entityName:"ss",apis:[{mode:"post",method:"postUploadExcel",path:"upload/excel",hasQuery:!0}]},{name:"stash",entityName:"stash",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByClientKey",path:"findByClientKey",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"subModelProcess",entityName:"sub-model-process",apis:[{mode:"post",method:"postAllSubModelDataClean",path:"allSubModelDataClean"}]},{name:"sysConfig",entityName:"sys-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"systemVar",entityName:"system-var",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSystemVarByKeys",path:"getSystemVarByKeys",hasQuery:!0},{mode:"get",method:"getGetVarByKeys",path:"getVarByKeys",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListSystemVarCache",path:"listSystemVarCache"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceLog",entityName:"trace-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByTraceId",path:"findByTraceId",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceLogDetails",entityName:"trace-log-details",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postAppDataTracePageList",path:"app-data-trace/page/list",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoTree",path:"infoTree",hasQuery:!0},{mode:"get",method:"getInfoTreeById",path:"infoTreeById",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListByRecodeId",path:"page/listByRecodeId",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceMainline",entityName:"trace-mainline",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceMainlineExt",entityName:"trace-mainline-ext",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceSetting",entityName:"trace-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getTreeByModelKey",path:"treeByModelKey",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userGroup",entityName:"user-group",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getSearch",path:"search",hasQuery:!0},{mode:"get",method:"getUserRolePermissionList",path:"user/role/permission/list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userGroupRelation",entityName:"user-group-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBatch",path:"batch",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"viewModel",entityName:"view-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getFieldInfo",path:"field/info",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSql",path:"sql",hasQuery:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"wash",entityName:"wash",apis:[{mode:"get",method:"getWashDictLabelField",path:"washDictLabelField"},{mode:"get",method:"getWashEdhrAndOfInst",path:"washEdhrAndOfInst"}]},{name:"webpage",entityName:"webpage",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelOccupyWebPage",path:"cancelOccupyWebPage",hasData:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postGetWebPageOccupyMsg",path:"getWebPageOccupyMsg",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postLockWebPage",path:"lockWebPage",hasData:!0},{mode:"post",method:"postOccupyWebPage",path:"occupyWebPage",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postUnLockWebPage",path:"unLockWebPage",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"post",method:"postAppCreateBranch",path:"app/createBranch",hasData:!0},{mode:"post",method:"postAppCreateImportApp",path:"app/createImportApp",hasData:!0},{mode:"get",method:"getAppCreateIndex",path:"app/createIndex",hasQuery:!0},{mode:"post",method:"postAppCreateSelfBuiltApp",path:"app/createSelfBuiltApp",hasData:!0},{mode:"get",method:"getAppDeleteIndex",path:"app/deleteIndex",hasQuery:!0},{mode:"delete",method:"deleteAppDropProdDb",path:"app/dropProdDb",hasQuery:!0},{mode:"delete",method:"deleteAppDropTestDb",path:"app/dropTestDb",hasQuery:!0},{mode:"get",method:"getAppFieldMetaList",path:"app/field-meta/list",hasQuery:!0},{mode:"get",method:"getAppGetAppMenu",path:"app/getAppMenu",hasQuery:!0},{mode:"get",method:"getAppGetCurrentBranch",path:"app/getCurrentBranch",hasQuery:!0},{mode:"get",method:"getAppGetIndex",path:"app/getIndex",hasQuery:!0},{mode:"get",method:"getAppGetLatestBranch",path:"app/getLatestBranch",hasQuery:!0},{mode:"get",method:"getAppGetLatestCommit",path:"app/getLatestCommit",hasQuery:!0},{mode:"post",method:"postAppImportVersion",path:"app/importVersion",hasData:!0},{mode:"get",method:"getAppImportVersionPreview",path:"app/importVersionPreview",hasQuery:!0},{mode:"get",method:"getAppListBranch",path:"app/listBranch",hasQuery:!0},{mode:"post",method:"postAppMerge",path:"app/merge",hasData:!0},{mode:"get",method:"getAppMergeInfo",path:"app/merge/info",hasQuery:!0},{mode:"get",method:"getAppMergePageList",path:"app/merge/page/list",hasQuery:!0},{mode:"get",method:"getAppMergePreview",path:"app/mergePreview",hasQuery:!0},{mode:"get",method:"getAppModelMetaList",path:"app/model-meta/list",hasQuery:!0},{mode:"get",method:"getAppPublishLogInfo",path:"app/publishLogInfo",hasQuery:!0},{mode:"get",method:"getAppPublishLogPageList",path:"app/publishLogPageList",hasQuery:!0},{mode:"get",method:"getAppReportInfos",path:"app/report/infos",hasQuery:!0},{mode:"post",method:"postAppRevert",path:"app/revert",hasData:!0},{mode:"post",method:"postAppSwitchBranch",path:"app/switchBranch",hasData:!0},{mode:"post",method:"postAppVisibleMenu",path:"app/visible/menu",hasQuery:!0,hasData:!0},{mode:"post",method:"postAuditLogExport",path:"audit-log/export",hasData:!0},{mode:"post",method:"postAuditLogInfo",path:"audit-log/info",hasQuery:!0},{mode:"get",method:"getAuditLogModules",path:"audit-log/modules",hasQuery:!0},{mode:"get",method:"getAuditLogOperateTypes",path:"audit-log/operateTypes",hasQuery:!0},{mode:"get",method:"getAuditLogOperators",path:"audit-log/operators",hasQuery:!0},{mode:"post",method:"postAuditLogPageList",path:"audit-log/page/list",hasData:!0},{mode:"post",method:"postAuditLogSave",path:"audit-log/save",hasData:!0},{mode:"post",method:"postDatamoveExecute",path:"datamove/execute",hasData:!0},{mode:"post",method:"postDatasourceColumnFormat",path:"datasource/column-format",hasQuery:!0,hasData:!0},{mode:"get",method:"getDatasourceInfo",path:"datasource/info"},{mode:"post",method:"postEdhrProdTransferAllWorkItem",path:"edhr/prod/transferAllWorkItem",hasData:!0},{mode:"post",method:"postEdhrTestTransferAllWorkItem",path:"edhr/test/transferAllWorkItem",hasData:!0},{mode:"get",method:"getIeDataReport",path:"ie/data/report",hasQuery:!0},{mode:"post",method:"postModelComprehensiveBizServiceGeneralBsModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/generalBs/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyUpload",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/upload",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"delete",method:"deleteModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getProcessListAll",path:"process/list/all"}]}],St=[{name:"agent",entityName:"agent",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"apk",entityName:"apk",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetActiveApp",path:"getActiveApp"},{mode:"get",method:"getGetIp",path:"getIp"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postUploadApk",path:"upload/apk"},{mode:"put",method:"putId",path:"",hasPathParams:!0}]},{name:"app",entityName:"app",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putAppCleanUpId",path:"appCleanUp/{id}",hasPathParams:!0},{mode:"put",method:"putAppRestoreIdUserId",path:"appRestore/{id}/{userId}",hasPathParams:!0},{mode:"get",method:"getCheckAppMaintainerInTenantAppId",path:"checkAppMaintainerInTenant/{appId}",hasPathParams:!0},{mode:"post",method:"postCreateBranchAppId",path:"createBranch/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDatamoveApps",path:"datamove/apps"},{mode:"put",method:"putDisableId",path:"disable/{id}",hasPathParams:!0},{mode:"put",method:"putEnableId",path:"enable/{id}",hasPathParams:!0},{mode:"get",method:"getFieldMetaList",path:"field-meta/list",hasQuery:!0},{mode:"get",method:"getGetAppCountTenantId",path:"getAppCount/{tenantId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getGetCurrentBranchAppId",path:"getCurrentBranch/{appId}",hasPathParams:!0},{mode:"get",method:"getGetLatestCommitAppId",path:"getLatestCommit/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getGetMobileDbFileUrlAppId",path:"getMobileDbFileUrl/{appId}",hasPathParams:!0},{mode:"post",method:"postImportVersionAppId",path:"importVersion/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getImportVersionPreviewAppId",path:"importVersionPreview/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListBranchAppId",path:"listBranch/{appId}",hasPathParams:!0},{mode:"get",method:"getMergeInfoAppId",path:"merge/info/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getMergePageListAppId",path:"merge/page/list/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postMergeAppId",path:"merge/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getMergePreviewAppId",path:"mergePreview/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelMetaList",path:"model-meta/list",hasQuery:!0},{mode:"get",method:"getPageGetListReleasedApp",path:"page/getListReleasedApp"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListReleasedApp",path:"page/listReleasedApp",hasQuery:!0},{mode:"get",method:"getPublishLogInfoAppId",path:"publishLogInfo/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getPublishLogPageListAppId",path:"publishLogPageList/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getReportInfos",path:"report/infos",hasQuery:!0},{mode:"post",method:"postRevertAppId",path:"revert/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postSwitchBranchAppId",path:"switchBranch/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getTenantApps",path:"tenant/apps",hasQuery:!0},{mode:"get",method:"getTenantRoleRolesApps",path:"tenant/role/{roles}/apps",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getTenantRoleRolesAppsCount",path:"tenant/role/{roles}/apps/count",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postUploadAppPkg",path:"upload/appPkg"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appMember",entityName:"app-member",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putTransferIdTargetUserId",path:"transfer/{id}/{targetUserId}",hasPathParams:!0},{mode:"put",method:"putIdRole",path:"{id}/{role}",hasPathParams:!0}]},{name:"appSetting",entityName:"app-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCheckAppUserAdmin",path:"checkAppUserAdmin",hasQuery:!0},{mode:"get",method:"getCheckAppUserVisibility",path:"checkAppUserVisibility",hasQuery:!0},{mode:"delete",method:"deleteDeveloperDelete",path:"developer/delete",hasQuery:!0},{mode:"post",method:"postDeveloperSaveSettingBatch",path:"developer/saveSettingBatch"},{mode:"get",method:"getInfoByAppId",path:"infoByAppId",hasQuery:!0},{mode:"post",method:"postSaveSetting",path:"saveSetting",hasData:!0},{mode:"post",method:"postSaveSettingBatch",path:"saveSettingBatch"}]},{name:"assets",entityName:"assets",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMoveAssetIdCategoryCategoryId",path:"move/{assetId}/category/{categoryId}",hasPathParams:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postUploadCategoryId",path:"upload/{categoryId}",hasPathParams:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModules",path:"modules"},{mode:"get",method:"getOperateTypes",path:"operateTypes"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0}]},{name:"biApp",entityName:"bi-app",apis:[{mode:"get",method:"getExportAppid",path:"export/{appid}",hasPathParams:!0}]},{name:"biDataSet",entityName:"bi-data-set",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"biFileDatasetConfig",entityName:"bi-file-dataset-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListDatasetid",path:"list-datasetid",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"biFile",entityName:"bi-file",apis:[{mode:"post",method:"postUpload",path:"upload",hasQuery:!0}]},{name:"biShare",entityName:"bi-share",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postAddDefaultCusComp",path:"addDefaultCusComp"},{mode:"delete",method:"deleteDeleteDatasetCategory",path:"deleteDatasetCategory",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListDatasetCategory",path:"listDatasetCategory",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSaveDatasetCategory",path:"saveDatasetCategory",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"put",method:"put",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putEnabled",path:"enabled",hasData:!0},{mode:"post",method:"postExecuteUpdate",path:"executeUpdate",hasData:!0},{mode:"get",method:"getFindById",path:"findById",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postQueryData",path:"queryData",hasQuery:!0},{mode:"post",method:"postSqlColumnInformation",path:"sql/column/information",hasData:!0},{mode:"post",method:"postTestConnect",path:"testConnect",hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"database",entityName:"database",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postAddDatabase",path:"addDatabase",hasData:!0},{mode:"post",method:"postApiDataFlatten",path:"api-data-flatten"},{mode:"get",method:"getColumnInformation",path:"column/information",hasQuery:!0},{mode:"get",method:"getDbInformation",path:"db/information",hasQuery:!0},{mode:"post",method:"postGetDatabaseByPage",path:"getDatabaseByPage",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"delete",method:"deleteRemoveDatabase",path:"removeDatabase",hasQuery:!0},{mode:"post",method:"postRunSql",path:"runSql",hasData:!0},{mode:"get",method:"getTableDataPageList",path:"table/data/page/list",hasQuery:!0},{mode:"get",method:"getTableInformation",path:"table/information",hasQuery:!0},{mode:"post",method:"postTestApi",path:"testApi",hasData:!0},{mode:"post",method:"postTestDatabaseConn",path:"testDatabaseConn",hasData:!0},{mode:"put",method:"putUpdateDatabase",path:"updateDatabase",hasData:!0},{mode:"get",method:"getViewInformation",path:"view/information",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataset",entityName:"dataset",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0},{mode:"get",method:"getColumnValue",path:"column-value",hasQuery:!0},{mode:"post",method:"postCreateRequest",path:"create-request",hasQuery:!0},{mode:"post",method:"postEditRequest",path:"edit-request",hasQuery:!0,hasData:!0},{mode:"put",method:"putEncode",path:"encode",hasQuery:!0},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListCategoryDataset",path:"list-category-dataset",hasQuery:!0},{mode:"get",method:"getListIds",path:"list/ids",hasQuery:!0},{mode:"get",method:"getListKeys",path:"list/keys",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRunScript",path:"runScript",hasData:!0},{mode:"post",method:"postRunScriptNoHeader",path:"runScriptNoHeader",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasetLog",entityName:"dataset-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceDevops",entityName:"datasource-devops",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMove",entityName:"datasource-move",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMoveData",entityName:"datasource-move-data",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMoveDetail",entityName:"datasource-move-detail",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceInterconnection",entityName:"device-interconnection",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getData",path:"data",hasQuery:!0},{mode:"post",method:"postExport",path:"export"},{mode:"post",method:"postImport",path:"import"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceInterconnectionParam",entityName:"device-interconnection-param",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export"},{mode:"post",method:"postImport",path:"import"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceParamRef",entityName:"device-param-ref",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"externalMessage",entityName:"external-message",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBatchDownload",path:"batch/download",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postDataPreview",path:"data-preview",hasData:!0},{mode:"post",method:"postUploadCommon",path:"upload-common",hasQuery:!0},{mode:"post",method:"postUploadDataset",path:"upload-dataset"},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0}]},{name:"frontRelease",entityName:"front-release",apis:[{mode:"get",method:"getCleanCache",path:"cleanCache"}]},{name:"i18NConfig",entityName:"i18n-config",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExternalLangSync",path:"external/lang/sync"},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0},{mode:"post",method:"postLangJson",path:"lang/json",hasQuery:!0},{mode:"post",method:"postLangTrans",path:"lang/trans",hasQuery:!0},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"internalMessage",entityName:"internal-message",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putReadAll",path:"read/all"},{mode:"put",method:"putReadId",path:"read/{id}",hasPathParams:!0},{mode:"get",method:"getUnreadCount",path:"unread/count"}]},{name:"invokeLog",entityName:"invoke-log",apis:[{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"knowledgeBase",entityName:"knowledge-base",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"knowledgeBaseChunk",entityName:"knowledge-base-chunk",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"knowledgeBaseDoc",entityName:"knowledge-base-doc",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"ldap",entityName:"ldap",apis:[{mode:"post",method:"postUploadCertificate",path:"upload/certificate"}]},{name:"licenseUnbindLog",entityName:"license-unbind-log",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"license",entityName:"license",apis:[{mode:"get",method:"getActivate",path:"activate",hasQuery:!0},{mode:"post",method:"postActivates",path:"activates",hasQuery:!0},{mode:"post",method:"postActivatesOffline",path:"activatesOffline",hasQuery:!0},{mode:"get",method:"getCheckLicense",path:"checkLicense"},{mode:"get",method:"getClients",path:"clients",hasQuery:!0},{mode:"get",method:"getGetAppBasicInfo",path:"getAppBasicInfo",hasQuery:!0},{mode:"get",method:"getGetExpireMsg",path:"getExpireMsg",hasQuery:!0},{mode:"get",method:"getGetUsers",path:"getUsers",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModuleAuth",path:"moduleAuth"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getShareTag",path:"shareTag",hasQuery:!0},{mode:"get",method:"getSourceTag",path:"sourceTag",hasQuery:!0},{mode:"get",method:"getUnbind",path:"unbind",hasQuery:!0},{mode:"get",method:"getUninstall",path:"uninstall"},{mode:"get",method:"getVerify",path:"verify"}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"login",entityName:"login",apis:[{mode:"post",method:"postCheckApp",path:"checkApp",hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasData:!0},{mode:"post",method:"postSign",path:"sign",hasData:!0},{mode:"get",method:"getSignOut",path:"signOut",hasQuery:!0},{mode:"get",method:"getUserAppAuth",path:"userAppAuth",hasQuery:!0}]},{name:"manager",entityName:"manager",apis:[{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetTypeCount",path:"getTypeCount"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMqttSend",path:"mqtt/send",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSendEmailMessage",path:"sendEmailMessage",hasData:!0},{mode:"post",method:"postSendMessage",path:"sendMessage",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"minioFile",entityName:"minio-file",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasData:!0},{mode:"get",method:"getDownload",path:"download",hasQuery:!0}]},{name:"model",entityName:"model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelProvider",entityName:"model-provider",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"navMenu",entityName:"nav-menu",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSelected",path:"getSelected"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"navPage",entityName:"nav-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"openapiGroup",entityName:"openapi-group",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoAssociationModel",path:"info/associationModel",hasQuery:!0},{mode:"get",method:"getInfoOpenapiInfo",path:"info/openapi/info",hasQuery:!0},{mode:"get",method:"getInfoPageList",path:"info/page/list",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListDownload",path:"list/download",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"openapiKeyGrant",entityName:"openapi-key-grant",apis:[{mode:"post",method:"post",path:""},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOpenapiList",path:"openapi/list",hasQuery:!0},{mode:"get",method:"getOpenapiTenantList",path:"openapi/tenantList"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"org",entityName:"org",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"post",method:"postInputCheck",path:"inputCheck",hasData:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postOrgHavePersonCheck",path:"orgHavePersonCheck",hasData:!0},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0},{mode:"get",method:"getUserListCurrentTenantUser",path:"user/listCurrentTenantUser",hasQuery:!0},{mode:"post",method:"postUserMove",path:"user/move",hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0},{mode:"post",method:"postUserRemove",path:"user/remove",hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"orgUserPicker",entityName:"org-user-picker",apis:[{mode:"get",method:"getManagementUserListByIds",path:"management/user/listByIds",hasQuery:!0},{mode:"get",method:"getTenantManagementOrgList",path:"tenant/management/org/list"},{mode:"get",method:"getTenantManagementOrgUserPageList",path:"tenant/management/org/user/page/list",hasQuery:!0},{mode:"get",method:"getTenantManagementUserListByIds",path:"tenant/management/user/listByIds",hasQuery:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"get",method:"getAppGlobalInfoAppId",path:"app/global/info/{appId}",hasPathParams:!0},{mode:"post",method:"postAppGlobalAppId",path:"app/global/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBase",path:"base",hasData:!0},{mode:"post",method:"postDingtalk",path:"dingtalk",hasData:!0},{mode:"post",method:"postEmail",path:"email",hasData:!0},{mode:"post",method:"postFeishu",path:"feishu",hasData:!0},{mode:"get",method:"getGlobalDisabledDevelop",path:"global/disabled/develop"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postLogin",path:"login",hasData:!0},{mode:"post",method:"postOrg",path:"org",hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasData:!0},{mode:"get",method:"getTenantCfg",path:"tenant/cfg"},{mode:"get",method:"getTenantDisabledDevelop",path:"tenant/disabled/develop",hasQuery:!0},{mode:"post",method:"postTheme",path:"theme",hasData:!0},{mode:"post",method:"postUploadCertFile",path:"uploadCertFile"},{mode:"post",method:"postUserRole",path:"user-role",hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasData:!0},{mode:"get",method:"getUserField",path:"user/field"},{mode:"get",method:"getVersion",path:"version"},{mode:"post",method:"postWatermark",path:"watermark",hasData:!0},{mode:"post",method:"postWxwork",path:"wxwork",hasData:!0}]},{name:"plugin",entityName:"plugin",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelUpload",path:"cancelUpload",hasData:!0},{mode:"put",method:"putDeleteCategory",path:"deleteCategory",hasData:!0},{mode:"get",method:"getGetImages",path:"getImages",hasQuery:!0},{mode:"post",method:"postGetTenantCompList",path:"getTenantCompList",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUploadZip",path:"uploadZip",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pluginVersion",entityName:"plugin-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDelegate",entityName:"pm-process-delegate",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDelegateDetail",entityName:"pm-process-delegate-detail",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessInstance",entityName:"pm-process-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmTaskDone",entityName:"pm-task-done",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmTaskTodo",entityName:"pm-task-todo",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pnPage",entityName:"pn-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pnProject",entityName:"pn-project",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"post",method:"postImport",path:"import",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRelease",path:"release",hasData:!0},{mode:"post",method:"postSavePage",path:"savePage",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"printResource",entityName:"print-resource",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetIpAddressStatus",path:"getIpAddressStatus",hasQuery:!0},{mode:"get",method:"getGetPrintCount",path:"getPrintCount"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByMacAddress",path:"listByMacAddress",hasQuery:!0},{mode:"post",method:"postPrintTest",path:"printTest"},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasData:!0},{mode:"put",method:"putUpdateRemarkId",path:"updateRemark/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"released",entityName:"released",apis:[{mode:"delete",method:"deleteAppDeletePublishedAppByTestId",path:"app/deletePublishedAppByTestId",hasQuery:!0},{mode:"put",method:"putAppDisableAppId",path:"app/disable/{appId}",hasPathParams:!0},{mode:"put",method:"putAppEnableAppId",path:"app/enable/{appId}",hasPathParams:!0},{mode:"get",method:"getAppPublishedAppGetById",path:"app/publishedApp/getById",hasQuery:!0},{mode:"get",method:"getAppPublishedAppList",path:"app/publishedApp/list",hasQuery:!0}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"get",method:"getPlatList",path:"plat/list",hasQuery:!0},{mode:"post",method:"postPlatRemove",path:"plat/remove",hasData:!0},{mode:"post",method:"postPlatSingle",path:"plat/single",hasData:!0},{mode:"get",method:"getTenantList",path:"tenant/list",hasQuery:!0},{mode:"post",method:"postTenantRemove",path:"tenant/remove",hasData:!0},{mode:"post",method:"postTenantSingle",path:"tenant/single",hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPlat",path:"plat",hasData:!0},{mode:"delete",method:"deletePlat",path:"plat",hasQuery:!0},{mode:"get",method:"getPlatInfo",path:"plat/info",hasQuery:!0},{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0},{mode:"put",method:"putPlatIdEnabled",path:"plat/{id}/{enabled}",hasPathParams:!0},{mode:"post",method:"postTenant",path:"tenant",hasData:!0},{mode:"delete",method:"deleteTenant",path:"tenant",hasQuery:!0},{mode:"get",method:"getTenantInfo",path:"tenant/info",hasQuery:!0},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0},{mode:"put",method:"putTenantIdEnabled",path:"tenant/{id}/{enabled}",hasPathParams:!0}]},{name:"sealManagement",entityName:"seal-management",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCheckName",path:"checkName",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUpdatePassword",path:"updatePassword",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"seatMessage",entityName:"seat-message",apis:[{mode:"get",method:"getCloseId",path:"close/{id}",hasPathParams:!0}]},{name:"seat",entityName:"seat",apis:[{mode:"get",method:"getAppGetVisibleOrg",path:"app/getVisibleOrg"},{mode:"post",method:"postAppGetVisibleOrgUser",path:"app/getVisibleOrgUser",hasData:!0},{mode:"get",method:"getAppGetVisibleUser",path:"app/getVisibleUser"},{mode:"post",method:"postAuth",path:"auth"},{mode:"get",method:"getListAuthed",path:"listAuthed",hasQuery:!0},{mode:"get",method:"getListNotAuth",path:"listNotAuth",hasQuery:!0},{mode:"post",method:"postRemoveAuth",path:"removeAuth",hasQuery:!0},{mode:"get",method:"getTotalinfos",path:"totalinfos"}]},{name:"shortcut",entityName:"shortcut",apis:[{mode:"post",method:"postMenu",path:"menu",hasData:!0},{mode:"delete",method:"deleteMenu",path:"menu",hasQuery:!0},{mode:"get",method:"getMenuInfo",path:"menu/info",hasQuery:!0},{mode:"get",method:"getMenuList",path:"menu/list"},{mode:"get",method:"getMenuListAppMenu",path:"menu/list/AppMenu",hasQuery:!0},{mode:"get",method:"getMenuPageList",path:"menu/page/list",hasQuery:!0},{mode:"post",method:"postMenuSaveBatch",path:"menu/saveBatch"},{mode:"put",method:"putMenuId",path:"menu/{id}",hasPathParams:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postOperators",path:"operators",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"sms",entityName:"sms",apis:[{mode:"post",method:"postGetSignsAndTemplates",path:"getSignsAndTemplates",hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasData:!0}]},{name:"startedProcess",entityName:"started-process",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"taskDelegate",entityName:"task-delegate",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelId",path:"cancel/{id}",hasPathParams:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"taskDone",entityName:"task-done",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"taskTodo",entityName:"task-todo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"tenantDeveloper",entityName:"tenant-developer",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postRemoveAndHandover",path:"RemoveAndHandover",hasData:!0},{mode:"get",method:"getGetUserMaintainerApp",path:"getUserMaintainerApp",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"tenant",entityName:"tenant",apis:[{mode:"put",method:"putDisableId",path:"disable/{id}",hasPathParams:!0},{mode:"put",method:"putEnableId",path:"enable/{id}",hasPathParams:!0},{mode:"get",method:"getGetTenantIdByAppId",path:"getTenantIdByAppId",hasQuery:!0},{mode:"get",method:"getGetTencentByDomain",path:"getTencentByDomain",hasQuery:!0},{mode:"get",method:"getInfoByPortOrDomain",path:"info/byPortOrDomain",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postManagementOrg",path:"management/org",hasData:!0},{mode:"delete",method:"deleteManagementOrg",path:"management/org",hasQuery:!0},{mode:"post",method:"postManagementOrgDrag",path:"management/org/drag",hasData:!0},{mode:"get",method:"getManagementOrgInfoId",path:"management/org/info/{id}",hasPathParams:!0},{mode:"get",method:"getManagementOrgList",path:"management/org/list"},{mode:"post",method:"postManagementOrgTransferAndDelete",path:"management/org/transferAndDelete",hasData:!0},{mode:"post",method:"postManagementOrgUserAdd",path:"management/org/user/add",hasData:!0},{mode:"post",method:"postManagementOrgUserCreateAndAdd",path:"management/org/user/createAndAdd",hasData:!0},{mode:"get",method:"getManagementOrgUserInfo",path:"management/org/user/info",hasQuery:!0},{mode:"post",method:"postManagementOrgUserMove",path:"management/org/user/move",hasData:!0},{mode:"get",method:"getManagementOrgUserPageList",path:"management/org/user/page/list",hasQuery:!0},{mode:"post",method:"postManagementOrgUserRemove",path:"management/org/user/remove",hasData:!0},{mode:"post",method:"postManagementOrgUserUpdate",path:"management/org/user/update",hasData:!0},{mode:"put",method:"putManagementOrgId",path:"management/org/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postManagementUser",path:"management/user",hasData:!0},{mode:"delete",method:"deleteManagementUser",path:"management/user",hasData:!0},{mode:"put",method:"putManagementUserDisable",path:"management/user/disable",hasQuery:!0},{mode:"put",method:"putManagementUserEnable",path:"management/user/enable",hasQuery:!0},{mode:"get",method:"getManagementUserInfoId",path:"management/user/info/{id}",hasPathParams:!0},{mode:"get",method:"getManagementUserPageList",path:"management/user/page/list",hasQuery:!0},{mode:"post",method:"postManagementUserRemove",path:"management/user/remove",hasData:!0},{mode:"post",method:"postManagementUserResetDefaultPwd",path:"management/user/reset/default/pwd",hasData:!0},{mode:"post",method:"postManagementUserResetDefaultSignPwd",path:"management/user/reset/default/signPwd",hasData:!0},{mode:"put",method:"putManagementUserId",path:"management/user/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateDomainId",path:"updateDomain/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postUserRole",path:"user-role",hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"user",entityName:"user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info"},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getInfoByIds",path:"infoByIds",hasQuery:!0},{mode:"get",method:"getLastResetPwd",path:"last/reset/pwd"},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByTenantId",path:"listByTenantId",hasQuery:!0},{mode:"post",method:"postOrgPlatImport",path:"org/plat/import",hasQuery:!0},{mode:"post",method:"postOrgPlatTmpl",path:"org/plat/tmpl",hasData:!0},{mode:"post",method:"postOrgTenantImport",path:"org/tenant/import",hasQuery:!0},{mode:"post",method:"postOrgTenantImport4App",path:"org/tenant/import4App",hasQuery:!0},{mode:"post",method:"postOrgTenantTmpl",path:"org/tenant/tmpl",hasData:!0},{mode:"post",method:"postOrgTenantTmpl4App",path:"org/tenant/tmpl4App",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPlatImport",path:"plat/import"},{mode:"post",method:"postPlatTmpl",path:"plat/tmpl",hasData:!0},{mode:"post",method:"postResetAllpwd",path:"reset/allpwd",hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasData:!0},{mode:"post",method:"postResetPwd",path:"reset/pwd",hasData:!0},{mode:"post",method:"postSettings",path:"settings",hasData:!0},{mode:"post",method:"postTenantImport",path:"tenant/import"},{mode:"post",method:"postTenantImport4App",path:"tenant/import4App"},{mode:"post",method:"postTenantTmpl",path:"tenant/tmpl",hasData:!0},{mode:"post",method:"postTenantTmpl4App",path:"tenant/tmpl4App",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userExtra",entityName:"user-extra",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userInfoLog",entityName:"user-info-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userPasswordHistory",entityName:"user-password-history",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"workbenchComponent",entityName:"workbench-component",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"workbenchComponentRelation",entityName:"workbench-component-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdatePositionJson",path:"updatePositionJson",hasData:!0},{mode:"put",method:"putWorkbenchComponentActiveId",path:"workbenchComponentActive/{id}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"clearTempDir",entityName:"clearTempDir",apis:[{mode:"post",method:"post",path:""}]},{name:"deleteNotUseDir",entityName:"deleteNotUseDir",apis:[{mode:"post",method:"post",path:""}]},{name:"getAttachmentInfoByPage",entityName:"getAttachmentInfoByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteCompInfo",entityName:"deleteCompInfo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deleteCompInfoType",entityName:"deleteCompInfoType",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllCompInfo",entityName:"getAllCompInfo",apis:[{mode:"get",method:"get",path:""}]},{name:"getAllCompInfoByTypeId",entityName:"getAllCompInfoByTypeId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getAllCompInfoType",entityName:"getAllCompInfoType",apis:[{mode:"get",method:"get",path:""}]},{name:"getCompInfoById",entityName:"getCompInfoById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCompInfoByPage",entityName:"getCompInfoByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getCompInfoTypeById",entityName:"getCompInfoTypeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCompInfoTypeByPage",entityName:"getCompInfoTypeByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"importCompInfoJson",entityName:"importCompInfoJson",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveCompInfo",entityName:"saveCompInfo",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveCompInfoType",entityName:"saveCompInfoType",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteCsvDatasource",entityName:"deleteCsvDatasource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllCsvDatasource",entityName:"getAllCsvDatasource",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getContentToArray",entityName:"getContentToArray",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceById",entityName:"getCsvDatasourceById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceByName",entityName:"getCsvDatasourceByName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceByPage",entityName:"getCsvDatasourceByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"parseCsvOrExcel",entityName:"parseCsvOrExcel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveCsvDatasource",entityName:"saveCsvDatasource",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getDesignerData",entityName:"getDesignerData",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"deleteEchartTheme",entityName:"deleteEchartTheme",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllEchartTheme",entityName:"getAllEchartTheme",apis:[{mode:"get",method:"get",path:""}]},{name:"getEchartThemeById",entityName:"getEchartThemeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getEchartThemeByPage",entityName:"getEchartThemeByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getMyEchartThemes",entityName:"getMyEchartThemes",apis:[{mode:"get",method:"get",path:""}]},{name:"getSysEchartThemes",entityName:"getSysEchartThemes",apis:[{mode:"get",method:"get",path:""}]},{name:"saveEchartTheme",entityName:"saveEchartTheme",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"buildEnshrineCompLibrary",entityName:"buildEnshrineCompLibrary",apis:[{mode:"get",method:"get",path:""}]},{name:"deleteEnshrineComp",entityName:"deleteEnshrineComp",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deleteEnshrineCompGroup",entityName:"deleteEnshrineCompGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllEnshrineCompGroups",entityName:"getAllEnshrineCompGroups",apis:[{mode:"get",method:"get",path:""}]},{name:"getEnshrineCompByPage",entityName:"getEnshrineCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getEnshrineCompGroupById",entityName:"getEnshrineCompGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getEnshrineCompGroupByPage",entityName:"getEnshrineCompGroupByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getLayoutItemObjById",entityName:"getLayoutItemObjById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveEnshrineComp",entityName:"saveEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveEnshrineCompGroup",entityName:"saveEnshrineCompGroup",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"searchEnshrineComp",entityName:"searchEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"get",method:"getAgentScriptAgent",path:"agent/scriptAgent",hasQuery:!0},{mode:"get",method:"getApaasUtilsGetUserMasterOrg",path:"apaas-utils/getUserMasterOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsGetUserMasterOrgId",path:"apaas-utils/getUserMasterOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllOrgId",path:"apaas-utils/listUserAllOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllOrgIdIncludeParent",path:"apaas-utils/listUserAllOrgIdIncludeParent",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllPrincipalOrgId",path:"apaas-utils/listUserAllPrincipalOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserDirectSubordinate",path:"apaas-utils/listUserDirectSubordinate",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderOrg",path:"apaas-utils/listUserIdUnderOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllOrg",path:"apaas-utils/listUserIdUnderUserAllOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllPrincipalOrg",path:"apaas-utils/listUserIdUnderUserAllPrincipalOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserMasterOrg",path:"apaas-utils/listUserIdUnderUserMasterOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsPrintDropdownList",path:"apaas-utils/printDropdownList"},{mode:"get",method:"getApaasUtilsSearchAllOrgOrUser",path:"apaas-utils/searchAllOrgOrUser",hasQuery:!0},{mode:"post",method:"postAppGrantedUser",path:"app-granted-user",hasQuery:!0,hasData:!0},{mode:"post",method:"postAppGrantedUserBatch",path:"app-granted-user/batch",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppGrantedUserFindAllByDeleted",path:"app-granted-user/findAllByDeleted",hasQuery:!0},{mode:"get",method:"getAppGrantedUserGrantedStatistic",path:"app-granted-user/grantedStatistic",hasQuery:!0},{mode:"get",method:"getAppGrantedUserList",path:"app-granted-user/list",hasQuery:!0},{mode:"get",method:"getAppGrantedUserPageList",path:"app-granted-user/page/list",hasQuery:!0},{mode:"get",method:"getAppGrantedUserRemoveAndTransfer",path:"app-granted-user/removeAndTransfer",hasQuery:!0},{mode:"get",method:"getAppGrantedUserUngrantedList",path:"app-granted-user/ungranted/list",hasQuery:!0},{mode:"get",method:"getAppSettingInfoByAppId",path:"app-setting/infoByAppId",hasQuery:!0},{mode:"get",method:"getAppFindAllByTenantId",path:"app/findAllByTenantId"},{mode:"get",method:"getAppGetDestBySource",path:"app/getDestBySource",hasQuery:!0},{mode:"get",method:"getAppGetSourceByDest",path:"app/getSourceByDest",hasQuery:!0},{mode:"get",method:"getAppListAppGrantedUserId",path:"app/listAppGrantedUserId",hasQuery:!0},{mode:"post",method:"postAppLockOrUnlockToPaas",path:"app/lockOrUnlockToPaas",hasData:!0},{mode:"post",method:"postAppOrg",path:"app/org",hasData:!0},{mode:"delete",method:"deleteAppOrg",path:"app/org",hasQuery:!0},{mode:"post",method:"postAppOrgDrag",path:"app/org/drag",hasData:!0},{mode:"get",method:"getAppOrgInfoId",path:"app/org/info/{id}",hasPathParams:!0},{mode:"get",method:"getAppOrgList",path:"app/org/list"},{mode:"post",method:"postAppOrgSaveList",path:"app/org/save-list"},{mode:"post",method:"postAppOrgTransferAndDelete",path:"app/org/transferAndDelete",hasData:!0},{mode:"post",method:"postAppOrgUserAdd",path:"app/org/user/add",hasData:!0},{mode:"post",method:"postAppOrgUserCreateAndAdd",path:"app/org/user/createAndAdd",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppOrgUserInfo",path:"app/org/user/info",hasQuery:!0},{mode:"post",method:"postAppOrgUserMove",path:"app/org/user/move",hasData:!0},{mode:"post",method:"postAppOrgUserPageList",path:"app/org/user/page/list",hasData:!0},{mode:"post",method:"postAppOrgUserRemove",path:"app/org/user/remove",hasData:!0},{mode:"post",method:"postAppOrgUserUpdate",path:"app/org/user/update",hasData:!0},{mode:"put",method:"putAppOrgId",path:"app/org/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getAppProdPublished",path:"app/prodPublished"},{mode:"get",method:"getAppPublished",path:"app/published"},{mode:"get",method:"getAppTestPublished",path:"app/testPublished"},{mode:"post",method:"postAppUpdateApaasAppSetting",path:"app/updateApaasAppSetting",hasData:!0},{mode:"post",method:"postAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"put",method:"putAppUserDisable",path:"app/user/disable",hasQuery:!0},{mode:"put",method:"putAppUserEnable",path:"app/user/enable",hasQuery:!0},{mode:"get",method:"getAppUserInfoId",path:"app/user/info/{id}",hasPathParams:!0},{mode:"post",method:"postAppUserPageList",path:"app/user/page/list",hasData:!0},{mode:"post",method:"postAppUserRemove",path:"app/user/remove",hasData:!0},{mode:"post",method:"postAppUserResetDefaultPwd",path:"app/user/reset/default/pwd",hasData:!0},{mode:"post",method:"postAppUserResetDefaultSignPwd",path:"app/user/reset/default/signPwd",hasData:!0},{mode:"post",method:"postAppUserSaveList",path:"app/user/save-list",hasQuery:!0},{mode:"put",method:"putAppUserId",path:"app/user/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDataSourceExecuteSelect",path:"data-source/executeSelect",hasQuery:!0},{mode:"post",method:"postDataSourceExecuteUpdate",path:"data-source/executeUpdate",hasData:!0},{mode:"get",method:"getDataSourceFindByKeyAndEnv",path:"data-source/findByKeyAndEnv",hasQuery:!0},{mode:"post",method:"postDataSourcePageList",path:"data-source/page/list",hasData:!0},{mode:"get",method:"getDataSourceQueryData",path:"data-source/queryData",hasQuery:!0},{mode:"post",method:"postDataSourceSelect",path:"data-source/select",hasQuery:!0,hasData:!0},{mode:"get",method:"getDataSourceType",path:"data-source/type",hasQuery:!0},{mode:"delete",method:"deleteDevopsSbx",path:"devops/sbx",hasQuery:!0},{mode:"get",method:"getDevopsSbxRedoData",path:"devops/sbx/redo/data",hasQuery:!0},{mode:"post",method:"postFileTaskList",path:"file-task/list"},{mode:"post",method:"postFileTaskStatus",path:"file-task/status",hasData:!0},{mode:"post",method:"postFileTaskSubmit",path:"file-task/submit",hasData:!0},{mode:"get",method:"getKnowledgeBaseFindByIds",path:"knowledge-base/findByIds",hasQuery:!0},{mode:"post",method:"postLoginLogUserLoginLogPage",path:"login-log/userLoginLogPage",hasData:!0},{mode:"get",method:"getLoginSsoOauth2Authorize",path:"login/sso/oauth2/authorize",hasQuery:!0},{mode:"get",method:"getLoginSsoOauth2Debug",path:"login/sso/oauth2/debug"},{mode:"get",method:"getModelInfo",path:"model/info",hasQuery:!0},{mode:"get",method:"getMsgFindAllByType",path:"msg/findAllByType",hasQuery:!0},{mode:"post",method:"postMsgSendEmailMessage",path:"msg/sendEmailMessage",hasData:!0},{mode:"post",method:"postMsgSendMessage",path:"msg/sendMessage",hasData:!0},{mode:"post",method:"postOpenapiGroup",path:"openapi-group",hasData:!0},{mode:"put",method:"putOpenapiGroupEnabled",path:"openapi-group/enabled",hasQuery:!0},{mode:"put",method:"putOpenapiGroupOpened",path:"openapi-group/opened",hasQuery:!0},{mode:"put",method:"putOpenapiKeyGrantUpdateApi",path:"openapi-key-grant/updateApi",hasQuery:!0},{mode:"get",method:"getOrgUserPickerAppGetCanBeUsedOrg",path:"org-user-picker/app/getCanBeUsedOrg",hasQuery:!0},{mode:"post",method:"postOrgUserPickerAppGetCanBeUsedOrgUser",path:"org-user-picker/app/getCanBeUsedOrgUser",hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleOrg",path:"org-user-picker/app/getVisibleOrg",hasQuery:!0},{mode:"post",method:"postOrgUserPickerAppGetVisibleOrgUser",path:"org-user-picker/app/getVisibleOrgUser",hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleUser",path:"org-user-picker/app/getVisibleUser",hasQuery:!0},{mode:"get",method:"getOrgUserPickerAppListUserByIds",path:"org-user-picker/app/listUserByIds",hasQuery:!0},{mode:"post",method:"postOrgFindAllByIdIn",path:"org/findAllByIdIn"},{mode:"get",method:"getOrgInfoId",path:"org/info/{id}",hasPathParams:!0},{mode:"post",method:"postOrgList",path:"org/list",hasQuery:!0},{mode:"get",method:"getOrgListAll",path:"org/listAll"},{mode:"post",method:"postOrgPrincipals",path:"org/principals"},{mode:"get",method:"getPlatAppGlobalInfoAppId",path:"plat/app/global/info/{appId}",hasPathParams:!0},{mode:"post",method:"postPlatAppGlobalAppId",path:"plat/app/global/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postPlatBase",path:"plat/base",hasData:!0},{mode:"post",method:"postPlatOrg",path:"plat/org",hasData:!0},{mode:"post",method:"postPlatSecurity",path:"plat/security",hasData:!0},{mode:"post",method:"postPrintLogPageList",path:"print-log/page/list",hasData:!0},{mode:"get",method:"getPrintBtwFileTree",path:"print/btwFileTree"},{mode:"get",method:"getPrintBtwTmplExist",path:"print/btwTmplExist",hasQuery:!0},{mode:"get",method:"getPrintExchangePrinterName",path:"print/exchangePrinterName",hasQuery:!0},{mode:"post",method:"postPrintExchangePrinterName4Btw",path:"print/exchangePrinterName4Btw"},{mode:"post",method:"postPrintSendPrintData",path:"print/sendPrintData",hasData:!0},{mode:"delete",method:"deleteRegexpDelete",path:"regexp/delete",hasQuery:!0},{mode:"get",method:"getRegexpInfo",path:"regexp/info",hasQuery:!0},{mode:"get",method:"getRegexpList",path:"regexp/list"},{mode:"get",method:"getRegexpPageList",path:"regexp/page/list",hasQuery:!0},{mode:"post",method:"postRegexpSave",path:"regexp/save",hasData:!0},{mode:"put",method:"putRegexpUpdateId",path:"regexp/update/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postReportDataExport",path:"report-data/export",hasData:!0},{mode:"get",method:"getReportDataInfo",path:"report-data/info",hasQuery:!0},{mode:"post",method:"postReportDataList",path:"report-data/list",hasData:!0},{mode:"get",method:"getReportDataPageInfo",path:"report-data/page-info",hasQuery:!0},{mode:"get",method:"getReportDataProjectInfo",path:"report-data/project-info",hasQuery:!0},{mode:"post",method:"postReportDetailDetail",path:"report-detail/detail",hasData:!0},{mode:"post",method:"postReportDetailListStatistic",path:"report-detail/listStatistic",hasData:!0},{mode:"post",method:"postSignLogOperators",path:"signLog/operators",hasData:!0},{mode:"post",method:"postSignLogPageList",path:"signLog/page/list",hasData:!0},{mode:"get",method:"getTenantInfoByPortOrDomain",path:"tenant/info/byPortOrDomain",hasQuery:!0},{mode:"get",method:"getTenantOrgList",path:"tenant/org/list",hasQuery:!0},{mode:"post",method:"postTenantUserSyncFromThirdParty",path:"tenant/userSyncFromThirdParty",hasData:!0},{mode:"get",method:"getUserOrgPrincipal",path:"user/org/principal",hasQuery:!0},{mode:"post",method:"postUserOrgPrincipals",path:"user/org/principals",hasQuery:!0}]},{name:"copyFilter",entityName:"copyFilter",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteFilter",entityName:"deleteFilter",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllFilter",entityName:"getAllFilter",apis:[{mode:"get",method:"get",path:""}]},{name:"getFilterById",entityName:"getFilterById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveFilter",entityName:"saveFilter",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"httpQuery",entityName:"httpQuery",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"clearLogLogin",entityName:"clearLogLogin",apis:[{mode:"post",method:"post",path:""}]},{name:"getLogLoginByPage",entityName:"getLogLoginByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"clearLogOperate",entityName:"clearLogOperate",apis:[{mode:"post",method:"post",path:""}]},{name:"deleteLogOperateById",entityName:"deleteLogOperateById",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getPnLogOperateByPage",entityName:"getPnLogOperateByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"uncompressLogOperateLayoutStr",entityName:"uncompressLogOperateLayoutStr",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteMapGeoJson",entityName:"deleteMapGeoJson",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAdCodeByAliasName",entityName:"getAdCodeByAliasName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getGeoJsonByAdCode",entityName:"getGeoJsonByAdCode",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapBaseInfoByLevel",entityName:"getMapBaseInfoByLevel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapGeoJsonById",entityName:"getMapGeoJsonById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapGeoJsonByPage",entityName:"getMapGeoJsonByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveMapGeoJson",entityName:"saveMapGeoJson",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePageSnapshoot",entityName:"deletePageSnapshoot",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getPageSnapshootByEnabled",entityName:"getPageSnapshootByEnabled",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageSnapshootById",entityName:"getPageSnapshootById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageSnapshootsByPageId",entityName:"getPageSnapshootsByPageId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"savePageSnapshoot",entityName:"savePageSnapshoot",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"setPageSnapshootEnabled",entityName:"setPageSnapshootEnabled",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"setPageSnapshootEnabledByPageId",entityName:"setPageSnapshootEnabledByPageId",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"attachmentResourceTransfer",entityName:"attachmentResourceTransfer",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePageTemplate",entityName:"deletePageTemplate",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"exportTemplate",entityName:"exportTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!0},{mode:"head",method:"head",path:"",hasQuery:!0},{mode:"post",method:"post",path:"",hasQuery:!0},{mode:"put",method:"put",path:"",hasQuery:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"options",method:"options",path:"",hasQuery:!0},{mode:"patch",method:"patch",path:"",hasQuery:!0}]},{name:"getAllPageTemplate",entityName:"getAllPageTemplate",apis:[{mode:"get",method:"get",path:""}]},{name:"getPageTemplateById",entityName:"getPageTemplateById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageTemplateByPage",entityName:"getPageTemplateByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTemplateForCreatePageForm",entityName:"getPageTemplateForCreatePageForm",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTemplateLayout",entityName:"getPageTemplateLayout",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageTemplateThemeJson",entityName:"getPageTemplateThemeJson",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"importTemplate",entityName:"importTemplate",apis:[{mode:"get",method:"get",path:""},{mode:"head",method:"head",path:""},{mode:"post",method:"post",path:""},{mode:"put",method:"put",path:""},{mode:"delete",method:"delete",path:""},{mode:"options",method:"options",path:""},{mode:"patch",method:"patch",path:""}]},{name:"savePageTemplate",entityName:"savePageTemplate",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"toggleEnabled",entityName:"toggleEnabled",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePnResource",entityName:"deletePnResource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deletePnResourceGroup",entityName:"deletePnResourceGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getMyAllPnResourceGroup",entityName:"getMyAllPnResourceGroup",apis:[{mode:"get",method:"get",path:""}]},{name:"getMyPnResourceByPage",entityName:"getMyPnResourceByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPnResourceGroupById",entityName:"getPnResourceGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"resourceTransferToPage",entityName:"resourceTransferToPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"savePnResourceGroup",entityName:"savePnResourceGroup",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"uploadFiles",entityName:"uploadFiles",apis:[{mode:"get",method:"get",path:"",hasQuery:!0},{mode:"head",method:"head",path:"",hasQuery:!0},{mode:"post",method:"post",path:"",hasQuery:!0},{mode:"put",method:"put",path:"",hasQuery:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"options",method:"options",path:"",hasQuery:!0},{mode:"patch",method:"patch",path:"",hasQuery:!0}]},{name:"getMyShareCustomCompByPage",entityName:"getMyShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getShareCustomCompById",entityName:"getShareCustomCompById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getShareCustomCompByPage",entityName:"getShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveShareCustomComp",entityName:"saveShareCustomComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTotalCount",entityName:"getPageTotalCount",apis:[{mode:"get",method:"get",path:""}]},{name:"getProjectTotalCount",entityName:"getProjectTotalCount",apis:[{mode:"get",method:"get",path:""}]}];function Ut(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var te,Qe;function Ot(){if(Qe)return te;Qe=1;function e(r){if(typeof r!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(r))}function t(r,o){for(var h="",d=0,p=-1,u=0,m,i=0;i<=r.length;++i){if(i<r.length)m=r.charCodeAt(i);else{if(m===47)break;m=47}if(m===47){if(!(p===i-1||u===1))if(p!==i-1&&u===2){if(h.length<2||d!==2||h.charCodeAt(h.length-1)!==46||h.charCodeAt(h.length-2)!==46){if(h.length>2){var n=h.lastIndexOf("/");if(n!==h.length-1){n===-1?(h="",d=0):(h=h.slice(0,n),d=h.length-1-h.lastIndexOf("/")),p=i,u=0;continue}}else if(h.length===2||h.length===1){h="",d=0,p=i,u=0;continue}}o&&(h.length>0?h+="/..":h="..",d=2)}else h.length>0?h+="/"+r.slice(p+1,i):h=r.slice(p+1,i),d=i-p-1;p=i,u=0}else m===46&&u!==-1?++u:u=-1}return h}function a(r,o){var h=o.dir||o.root,d=o.base||(o.name||"")+(o.ext||"");return h?h===o.root?h+d:h+r+d:d}var s={resolve:function(){for(var o="",h=!1,d,p=arguments.length-1;p>=-1&&!h;p--){var u;p>=0?u=arguments[p]:(d===void 0&&(d=process.cwd()),u=d),e(u),u.length!==0&&(o=u+"/"+o,h=u.charCodeAt(0)===47)}return o=t(o,!h),h?o.length>0?"/"+o:"/":o.length>0?o:"."},normalize:function(o){if(e(o),o.length===0)return".";var h=o.charCodeAt(0)===47,d=o.charCodeAt(o.length-1)===47;return o=t(o,!h),o.length===0&&!h&&(o="."),o.length>0&&d&&(o+="/"),h?"/"+o:o},isAbsolute:function(o){return e(o),o.length>0&&o.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var o,h=0;h<arguments.length;++h){var d=arguments[h];e(d),d.length>0&&(o===void 0?o=d:o+="/"+d)}return o===void 0?".":s.normalize(o)},relative:function(o,h){if(e(o),e(h),o===h||(o=s.resolve(o),h=s.resolve(h),o===h))return"";for(var d=1;d<o.length&&o.charCodeAt(d)===47;++d);for(var p=o.length,u=p-d,m=1;m<h.length&&h.charCodeAt(m)===47;++m);for(var i=h.length,n=i-m,y=u<n?u:n,l=-1,g=0;g<=y;++g){if(g===y){if(n>y){if(h.charCodeAt(m+g)===47)return h.slice(m+g+1);if(g===0)return h.slice(m+g)}else u>y&&(o.charCodeAt(d+g)===47?l=g:g===0&&(l=0));break}var D=o.charCodeAt(d+g),b=h.charCodeAt(m+g);if(D!==b)break;D===47&&(l=g)}var P="";for(g=d+l+1;g<=p;++g)(g===p||o.charCodeAt(g)===47)&&(P.length===0?P+="..":P+="/..");return P.length>0?P+h.slice(m+l):(m+=l,h.charCodeAt(m)===47&&++m,h.slice(m))},_makeLong:function(o){return o},dirname:function(o){if(e(o),o.length===0)return".";for(var h=o.charCodeAt(0),d=h===47,p=-1,u=!0,m=o.length-1;m>=1;--m)if(h=o.charCodeAt(m),h===47){if(!u){p=m;break}}else u=!1;return p===-1?d?"/":".":d&&p===1?"//":o.slice(0,p)},basename:function(o,h){if(h!==void 0&&typeof h!="string")throw new TypeError('"ext" argument must be a string');e(o);var d=0,p=-1,u=!0,m;if(h!==void 0&&h.length>0&&h.length<=o.length){if(h.length===o.length&&h===o)return"";var i=h.length-1,n=-1;for(m=o.length-1;m>=0;--m){var y=o.charCodeAt(m);if(y===47){if(!u){d=m+1;break}}else n===-1&&(u=!1,n=m+1),i>=0&&(y===h.charCodeAt(i)?--i===-1&&(p=m):(i=-1,p=n))}return d===p?p=n:p===-1&&(p=o.length),o.slice(d,p)}else{for(m=o.length-1;m>=0;--m)if(o.charCodeAt(m)===47){if(!u){d=m+1;break}}else p===-1&&(u=!1,p=m+1);return p===-1?"":o.slice(d,p)}},extname:function(o){e(o);for(var h=-1,d=0,p=-1,u=!0,m=0,i=o.length-1;i>=0;--i){var n=o.charCodeAt(i);if(n===47){if(!u){d=i+1;break}continue}p===-1&&(u=!1,p=i+1),n===46?h===-1?h=i:m!==1&&(m=1):h!==-1&&(m=-1)}return h===-1||p===-1||m===0||m===1&&h===p-1&&h===d+1?"":o.slice(h,p)},format:function(o){if(o===null||typeof o!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof o);return a("/",o)},parse:function(o){e(o);var h={root:"",dir:"",base:"",ext:"",name:""};if(o.length===0)return h;var d=o.charCodeAt(0),p=d===47,u;p?(h.root="/",u=1):u=0;for(var m=-1,i=0,n=-1,y=!0,l=o.length-1,g=0;l>=u;--l){if(d=o.charCodeAt(l),d===47){if(!y){i=l+1;break}continue}n===-1&&(y=!1,n=l+1),d===46?m===-1?m=l:g!==1&&(g=1):m!==-1&&(g=-1)}return m===-1||n===-1||g===0||g===1&&m===n-1&&m===i+1?n!==-1&&(i===0&&p?h.base=h.name=o.slice(1,n):h.base=h.name=o.slice(i,n)):(i===0&&p?(h.name=o.slice(1,m),h.base=o.slice(1,n)):(h.name=o.slice(i,m),h.base=o.slice(i,n)),h.ext=o.slice(m,n)),i>0?h.dir=o.slice(0,i-1):p&&(h.dir="/"),h},sep:"/",delimiter:":",win32:null,posix:null};return s.posix=s,te=s,te}var wt=Ot(),T=Ut(wt),Ie=(e=>(e[e.SUCCESS=200]="SUCCESS",e[e.ERROR=-1]="ERROR",e[e.TIMEOUT=401]="TIMEOUT",e.TYPE="success",e))(Ie||{}),Le=(e=>(e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e))(Le||{}),ae=(e=>(e.JSON="application/json;charset=UTF-8",e.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",e.FORM_DATA="multipart/form-data;charset=UTF-8",e))(ae||{}),ve=(e=>(e.submit="post",e.listByIds="get",e.getone="post",e.listAll="post",e.listByPage="post",e.listTree="post",e.save="post",e.saveOrUpdate="post",e.saveBatch="post",e.importData="post",e.exportData="post",e.remove="post",e.removeById="delete",e.removeByIds="delete",e.update="put",e.updateById="put",e.updateByIds="put",e.rdoSave="post",e.rdoListAll="post",e.rdoListByPage="post",e.rdoListVersionById="get",e.rdoSaveVersion="post",e.rdoSaveBatch="post",e.rdoUpdateVersionById="put",e.rdoRemoveVersionById="delete",e.rdoRemoveById="delete",e.rdoGetVersionById="get",e.getOne="post",e.rdoGetVersionByRefId="post",e.getById="get",e.rdoListAllVersion="post",e.rdoRefListByPage="post",e.export="post",e.import="post",e.rdoExport="post",e.rdoImport="post",e.biz_search="post",e))(ve||{}),be=typeof global=="object"&&global&&global.Object===Object&&global,Rt=typeof self=="object"&&self&&self.Object===Object&&self,I=be||Rt||Function("return this")(),L=I.Symbol,Ae=Object.prototype,xt=Ae.hasOwnProperty,Et=Ae.toString,_=L?L.toStringTag:void 0;function _t(e){var t=xt.call(e,_),a=e[_];try{e[_]=void 0;var s=!0}catch{}var r=Et.call(e);return s&&(t?e[_]=a:delete e[_]),r}var Gt=Object.prototype,Ft=Gt.toString;function Kt(e){return Ft.call(e)}var Vt="[object Null]",jt="[object Undefined]",Ce=L?L.toStringTag:void 0;function R(e){return e==null?e===void 0?jt:Vt:Ce&&Ce in Object(e)?_t(e):Kt(e)}function A(e){return e!=null&&typeof e=="object"}var N=Array.isArray;function B(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function Te(e){return e}var $t="[object AsyncFunction]",kt="[object Function]",qt="[object GeneratorFunction]",zt="[object Proxy]";function oe(e){if(!B(e))return!1;var t=R(e);return t==kt||t==qt||t==$t||t==zt}var se=I["__core-js_shared__"],Ne=(function(){var e=/[^.]+$/.exec(se&&se.keys&&se.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""})();function Ht(e){return!!Ne&&Ne in e}var Jt=Function.prototype,Wt=Jt.toString;function S(e){if(e!=null){try{return Wt.call(e)}catch{}try{return e+""}catch{}}return""}var Zt=/[\\^$.*+?()[\]{}|]/g,Xt=/^\[object .+?Constructor\]$/,Yt=Function.prototype,ea=Object.prototype,ta=Yt.toString,aa=ea.hasOwnProperty,oa=RegExp("^"+ta.call(aa).replace(Zt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function sa(e){if(!B(e)||Ht(e))return!1;var t=oe(e)?oa:Xt;return t.test(S(e))}function ha(e,t){return e?.[t]}function U(e,t){var a=ha(e,t);return sa(a)?a:void 0}var he=U(I,"WeakMap"),Be=Object.create,ra=(function(){function e(){}return function(t){if(!B(t))return{};if(Be)return Be(t);e.prototype=t;var a=new e;return e.prototype=void 0,a}})();function da(e,t,a){switch(a.length){case 0:return e.call(t);case 1:return e.call(t,a[0]);case 2:return e.call(t,a[0],a[1]);case 3:return e.call(t,a[0],a[1],a[2])}return e.apply(t,a)}function pa(){}function ma(e,t){var a=-1,s=e.length;for(t||(t=Array(s));++a<s;)t[a]=e[a];return t}var ua=800,ia=16,na=Date.now;function ga(e){var t=0,a=0;return function(){var s=na(),r=ia-(s-a);if(a=s,r>0){if(++t>=ua)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function la(e){return function(){return e}}var z=(function(){try{var e=U(Object,"defineProperty");return e({},"",{}),e}catch{}})(),ya=z?function(e,t){return z(e,"toString",{configurable:!0,enumerable:!1,value:la(t),writable:!0})}:Te,ca=ga(ya);function fa(e,t){for(var a=-1,s=e==null?0:e.length;++a<s&&t(e[a],a,e)!==!1;);return e}function Pa(e,t,a,s){for(var r=e.length,o=a+-1;++o<r;)if(t(e[o],o,e))return o;return-1}function Da(e){return e!==e}function Qa(e,t,a){for(var s=a-1,r=e.length;++s<r;)if(e[s]===t)return s;return-1}function Ia(e,t,a){return t===t?Qa(e,t,a):Pa(e,Da,a)}function La(e,t){var a=e==null?0:e.length;return!!a&&Ia(e,t,0)>-1}var va=9007199254740991,ba=/^(?:0|[1-9]\d*)$/;function Me(e,t){var a=typeof e;return t=t??va,!!t&&(a=="number"||a!="symbol"&&ba.test(e))&&e>-1&&e%1==0&&e<t}function re(e,t,a){t=="__proto__"&&z?z(e,t,{configurable:!0,enumerable:!0,value:a,writable:!0}):e[t]=a}function G(e,t){return e===t||e!==e&&t!==t}var Aa=Object.prototype,Ca=Aa.hasOwnProperty;function Se(e,t,a){var s=e[t];(!(Ca.call(e,t)&&G(s,a))||a===void 0&&!(t in e))&&re(e,t,a)}function Ta(e,t,a,s){var r=!a;a||(a={});for(var o=-1,h=t.length;++o<h;){var d=t[o],p=void 0;p===void 0&&(p=e[d]),r?re(a,d,p):Se(a,d,p)}return a}var Ue=Math.max;function Na(e,t,a){return t=Ue(t===void 0?e.length-1:t,0),function(){for(var s=arguments,r=-1,o=Ue(s.length-t,0),h=Array(o);++r<o;)h[r]=s[t+r];r=-1;for(var d=Array(t+1);++r<t;)d[r]=s[r];return d[t]=a(h),da(e,this,d)}}function Oe(e,t){return ca(Na(e,t,Te),e+"")}var Ba=9007199254740991;function we(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Ba}function H(e){return e!=null&&we(e.length)&&!oe(e)}function Ma(e,t,a){if(!B(a))return!1;var s=typeof t;return(s=="number"?H(a)&&Me(t,a.length):s=="string"&&t in a)?G(a[t],e):!1}function Sa(e){return Oe(function(t,a){var s=-1,r=a.length,o=r>1?a[r-1]:void 0,h=r>2?a[2]:void 0;for(o=e.length>3&&typeof o=="function"?(r--,o):void 0,h&&Ma(a[0],a[1],h)&&(o=r<3?void 0:o,r=1),t=Object(t);++s<r;){var d=a[s];d&&e(t,d,s,o)}return t})}var Ua=Object.prototype;function de(e){var t=e&&e.constructor,a=typeof t=="function"&&t.prototype||Ua;return e===a}function Oa(e,t){for(var a=-1,s=Array(e);++a<e;)s[a]=t(a);return s}var wa="[object Arguments]";function Re(e){return A(e)&&R(e)==wa}var xe=Object.prototype,Ra=xe.hasOwnProperty,xa=xe.propertyIsEnumerable,J=Re((function(){return arguments})())?Re:function(e){return A(e)&&Ra.call(e,"callee")&&!xa.call(e,"callee")};function Ea(){return!1}var Ee=typeof exports=="object"&&exports&&!exports.nodeType&&exports,_e=Ee&&typeof module=="object"&&module&&!module.nodeType&&module,_a=_e&&_e.exports===Ee,Ge=_a?I.Buffer:void 0,Ga=Ge?Ge.isBuffer:void 0,F=Ga||Ea,Fa="[object Arguments]",Ka="[object Array]",Va="[object Boolean]",ja="[object Date]",$a="[object Error]",ka="[object Function]",qa="[object Map]",za="[object Number]",Ha="[object Object]",Ja="[object RegExp]",Wa="[object Set]",Za="[object String]",Xa="[object WeakMap]",Ya="[object ArrayBuffer]",eo="[object DataView]",to="[object Float32Array]",ao="[object Float64Array]",oo="[object Int8Array]",so="[object Int16Array]",ho="[object Int32Array]",ro="[object Uint8Array]",po="[object Uint8ClampedArray]",mo="[object Uint16Array]",uo="[object Uint32Array]",f={};f[to]=f[ao]=f[oo]=f[so]=f[ho]=f[ro]=f[po]=f[mo]=f[uo]=!0,f[Fa]=f[Ka]=f[Ya]=f[Va]=f[eo]=f[ja]=f[$a]=f[ka]=f[qa]=f[za]=f[Ha]=f[Ja]=f[Wa]=f[Za]=f[Xa]=!1;function io(e){return A(e)&&we(e.length)&&!!f[R(e)]}function pe(e){return function(t){return e(t)}}var Fe=typeof exports=="object"&&exports&&!exports.nodeType&&exports,K=Fe&&typeof module=="object"&&module&&!module.nodeType&&module,no=K&&K.exports===Fe,me=no&&be.process,x=(function(){try{var e=K&&K.require&&K.require("util").types;return e||me&&me.binding&&me.binding("util")}catch{}})(),Ke=x&&x.isTypedArray,ue=Ke?pe(Ke):io,go=Object.prototype,lo=go.hasOwnProperty;function Ve(e,t){var a=N(e),s=!a&&J(e),r=!a&&!s&&F(e),o=!a&&!s&&!r&&ue(e),h=a||s||r||o,d=h?Oa(e.length,String):[],p=d.length;for(var u in e)(t||lo.call(e,u))&&!(h&&(u=="length"||r&&(u=="offset"||u=="parent")||o&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||Me(u,p)))&&d.push(u);return d}function je(e,t){return function(a){return e(t(a))}}var yo=je(Object.keys,Object),co=Object.prototype,fo=co.hasOwnProperty;function Po(e){if(!de(e))return yo(e);var t=[];for(var a in Object(e))fo.call(e,a)&&a!="constructor"&&t.push(a);return t}function Do(e){return H(e)?Ve(e):Po(e)}function Qo(e){var t=[];if(e!=null)for(var a in Object(e))t.push(a);return t}var Io=Object.prototype,Lo=Io.hasOwnProperty;function vo(e){if(!B(e))return Qo(e);var t=de(e),a=[];for(var s in e)s=="constructor"&&(t||!Lo.call(e,s))||a.push(s);return a}function $e(e){return H(e)?Ve(e,!0):vo(e)}var V=U(Object,"create");function bo(){this.__data__=V?V(null):{},this.size=0}function Ao(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Co="__lodash_hash_undefined__",To=Object.prototype,No=To.hasOwnProperty;function Bo(e){var t=this.__data__;if(V){var a=t[e];return a===Co?void 0:a}return No.call(t,e)?t[e]:void 0}var Mo=Object.prototype,So=Mo.hasOwnProperty;function Uo(e){var t=this.__data__;return V?t[e]!==void 0:So.call(t,e)}var Oo="__lodash_hash_undefined__";function wo(e,t){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=V&&t===void 0?Oo:t,this}function O(e){var t=-1,a=e==null?0:e.length;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}O.prototype.clear=bo,O.prototype.delete=Ao,O.prototype.get=Bo,O.prototype.has=Uo,O.prototype.set=wo;function Ro(){this.__data__=[],this.size=0}function W(e,t){for(var a=e.length;a--;)if(G(e[a][0],t))return a;return-1}var xo=Array.prototype,Eo=xo.splice;function _o(e){var t=this.__data__,a=W(t,e);if(a<0)return!1;var s=t.length-1;return a==s?t.pop():Eo.call(t,a,1),--this.size,!0}function Go(e){var t=this.__data__,a=W(t,e);return a<0?void 0:t[a][1]}function Fo(e){return W(this.__data__,e)>-1}function Ko(e,t){var a=this.__data__,s=W(a,e);return s<0?(++this.size,a.push([e,t])):a[s][1]=t,this}function C(e){var t=-1,a=e==null?0:e.length;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}C.prototype.clear=Ro,C.prototype.delete=_o,C.prototype.get=Go,C.prototype.has=Fo,C.prototype.set=Ko;var j=U(I,"Map");function Vo(){this.size=0,this.__data__={hash:new O,map:new(j||C),string:new O}}function jo(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Z(e,t){var a=e.__data__;return jo(t)?a[typeof t=="string"?"string":"hash"]:a.map}function $o(e){var t=Z(this,e).delete(e);return this.size-=t?1:0,t}function ko(e){return Z(this,e).get(e)}function qo(e){return Z(this,e).has(e)}function zo(e,t){var a=Z(this,e),s=a.size;return a.set(e,t),this.size+=a.size==s?0:1,this}function w(e){var t=-1,a=e==null?0:e.length;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}w.prototype.clear=Vo,w.prototype.delete=$o,w.prototype.get=ko,w.prototype.has=qo,w.prototype.set=zo;function ke(e,t){for(var a=-1,s=t.length,r=e.length;++a<s;)e[r+a]=t[a];return e}var qe=L?L.isConcatSpreadable:void 0;function Ho(e){return N(e)||J(e)||!!(qe&&e&&e[qe])}function Jo(e,t,a,s,r){var o=-1,h=e.length;for(a||(a=Ho),r||(r=[]);++o<h;){var d=e[o];a(d)&&ke(r,d)}return r}var ze=je(Object.getPrototypeOf,Object),Wo="[object Object]",Zo=Function.prototype,Xo=Object.prototype,He=Zo.toString,Yo=Xo.hasOwnProperty,es=He.call(Object);function ts(e){if(!A(e)||R(e)!=Wo)return!1;var t=ze(e);if(t===null)return!0;var a=Yo.call(t,"constructor")&&t.constructor;return typeof a=="function"&&a instanceof a&&He.call(a)==es}function as(){this.__data__=new C,this.size=0}function os(e){var t=this.__data__,a=t.delete(e);return this.size=t.size,a}function ss(e){return this.__data__.get(e)}function hs(e){return this.__data__.has(e)}var rs=200;function ds(e,t){var a=this.__data__;if(a instanceof C){var s=a.__data__;if(!j||s.length<rs-1)return s.push([e,t]),this.size=++a.size,this;a=this.__data__=new w(s)}return a.set(e,t),this.size=a.size,this}function v(e){var t=this.__data__=new C(e);this.size=t.size}v.prototype.clear=as,v.prototype.delete=os,v.prototype.get=ss,v.prototype.has=hs,v.prototype.set=ds;var Je=typeof exports=="object"&&exports&&!exports.nodeType&&exports,We=Je&&typeof module=="object"&&module&&!module.nodeType&&module,ps=We&&We.exports===Je,Ze=ps?I.Buffer:void 0,Xe=Ze?Ze.allocUnsafe:void 0;function Ye(e,t){if(t)return e.slice();var a=e.length,s=Xe?Xe(a):new e.constructor(a);return e.copy(s),s}function ms(e,t){for(var a=-1,s=e==null?0:e.length,r=0,o=[];++a<s;){var h=e[a];t(h,a,e)&&(o[r++]=h)}return o}function us(){return[]}var is=Object.prototype,ns=is.propertyIsEnumerable,et=Object.getOwnPropertySymbols,gs=et?function(e){return e==null?[]:(e=Object(e),ms(et(e),function(t){return ns.call(e,t)}))}:us;function ls(e,t,a){var s=t(e);return N(e)?s:ke(s,a(e))}function ie(e){return ls(e,Do,gs)}var ne=U(I,"DataView"),ge=U(I,"Promise"),E=U(I,"Set"),tt="[object Map]",ys="[object Object]",at="[object Promise]",ot="[object Set]",st="[object WeakMap]",ht="[object DataView]",cs=S(ne),fs=S(j),Ps=S(ge),Ds=S(E),Qs=S(he),Q=R;(ne&&Q(new ne(new ArrayBuffer(1)))!=ht||j&&Q(new j)!=tt||ge&&Q(ge.resolve())!=at||E&&Q(new E)!=ot||he&&Q(new he)!=st)&&(Q=function(e){var t=R(e),a=t==ys?e.constructor:void 0,s=a?S(a):"";if(s)switch(s){case cs:return ht;case fs:return tt;case Ps:return at;case Ds:return ot;case Qs:return st}return t});var Is=Object.prototype,Ls=Is.hasOwnProperty;function vs(e){var t=e.length,a=new e.constructor(t);return t&&typeof e[0]=="string"&&Ls.call(e,"index")&&(a.index=e.index,a.input=e.input),a}var X=I.Uint8Array;function le(e){var t=new e.constructor(e.byteLength);return new X(t).set(new X(e)),t}function bs(e,t){var a=le(e.buffer);return new e.constructor(a,e.byteOffset,e.byteLength)}var As=/\w*$/;function Cs(e){var t=new e.constructor(e.source,As.exec(e));return t.lastIndex=e.lastIndex,t}var rt=L?L.prototype:void 0,dt=rt?rt.valueOf:void 0;function Ts(e){return dt?Object(dt.call(e)):{}}function pt(e,t){var a=t?le(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.length)}var Ns="[object Boolean]",Bs="[object Date]",Ms="[object Map]",Ss="[object Number]",Us="[object RegExp]",Os="[object Set]",ws="[object String]",Rs="[object Symbol]",xs="[object ArrayBuffer]",Es="[object DataView]",_s="[object Float32Array]",Gs="[object Float64Array]",Fs="[object Int8Array]",Ks="[object Int16Array]",Vs="[object Int32Array]",js="[object Uint8Array]",$s="[object Uint8ClampedArray]",ks="[object Uint16Array]",qs="[object Uint32Array]";function zs(e,t,a){var s=e.constructor;switch(t){case xs:return le(e);case Ns:case Bs:return new s(+e);case Es:return bs(e);case _s:case Gs:case Fs:case Ks:case Vs:case js:case $s:case ks:case qs:return pt(e,a);case Ms:return new s;case Ss:case ws:return new s(e);case Us:return Cs(e);case Os:return new s;case Rs:return Ts(e)}}function mt(e){return typeof e.constructor=="function"&&!de(e)?ra(ze(e)):{}}var Hs="[object Map]";function Js(e){return A(e)&&Q(e)==Hs}var ut=x&&x.isMap,Ws=ut?pe(ut):Js,Zs="[object Set]";function Xs(e){return A(e)&&Q(e)==Zs}var it=x&&x.isSet,Ys=it?pe(it):Xs,eh=1,nt="[object Arguments]",th="[object Array]",ah="[object Boolean]",oh="[object Date]",sh="[object Error]",gt="[object Function]",hh="[object GeneratorFunction]",rh="[object Map]",dh="[object Number]",lt="[object Object]",ph="[object RegExp]",mh="[object Set]",uh="[object String]",ih="[object Symbol]",nh="[object WeakMap]",gh="[object ArrayBuffer]",lh="[object DataView]",yh="[object Float32Array]",ch="[object Float64Array]",fh="[object Int8Array]",Ph="[object Int16Array]",Dh="[object Int32Array]",Qh="[object Uint8Array]",Ih="[object Uint8ClampedArray]",Lh="[object Uint16Array]",vh="[object Uint32Array]",c={};c[nt]=c[th]=c[gh]=c[lh]=c[ah]=c[oh]=c[yh]=c[ch]=c[fh]=c[Ph]=c[Dh]=c[rh]=c[dh]=c[lt]=c[ph]=c[mh]=c[uh]=c[ih]=c[Qh]=c[Ih]=c[Lh]=c[vh]=!0,c[sh]=c[gt]=c[nh]=!1;function Y(e,t,a,s,r,o){var h,d=t&eh;if(h!==void 0)return h;if(!B(e))return e;var p=N(e);if(p)h=vs(e);else{var u=Q(e),m=u==gt||u==hh;if(F(e))return Ye(e,d);if(u==lt||u==nt||m&&!r)h=m?{}:mt(e);else{if(!c[u])return r?e:{};h=zs(e,u,d)}}o||(o=new v);var i=o.get(e);if(i)return i;o.set(e,h),Ys(e)?e.forEach(function(l){h.add(Y(l,t,a,l,e,o))}):Ws(e)&&e.forEach(function(l,g){h.set(g,Y(l,t,a,g,e,o))});var n=ie,y=p?void 0:n(e);return fa(y||e,function(l,g){y&&(g=l,l=e[g]),Se(h,g,Y(l,t,a,g,e,o))}),h}var bh=1,Ah=4;function yt(e){return Y(e,bh|Ah)}var Ch="__lodash_hash_undefined__";function Th(e){return this.__data__.set(e,Ch),this}function Nh(e){return this.__data__.has(e)}function $(e){var t=-1,a=e==null?0:e.length;for(this.__data__=new w;++t<a;)this.add(e[t])}$.prototype.add=$.prototype.push=Th,$.prototype.has=Nh;function Bh(e,t){for(var a=-1,s=e==null?0:e.length;++a<s;)if(t(e[a],a,e))return!0;return!1}function ct(e,t){return e.has(t)}var Mh=1,Sh=2;function ft(e,t,a,s,r,o){var h=a&Mh,d=e.length,p=t.length;if(d!=p&&!(h&&p>d))return!1;var u=o.get(e),m=o.get(t);if(u&&m)return u==t&&m==e;var i=-1,n=!0,y=a&Sh?new $:void 0;for(o.set(e,t),o.set(t,e);++i<d;){var l=e[i],g=t[i];if(s)var D=h?s(g,l,i,t,e,o):s(l,g,i,e,t,o);if(D!==void 0){if(D)continue;n=!1;break}if(y){if(!Bh(t,function(b,P){if(!ct(y,P)&&(l===b||r(l,b,a,s,o)))return y.push(P)})){n=!1;break}}else if(!(l===g||r(l,g,a,s,o))){n=!1;break}}return o.delete(e),o.delete(t),n}function Uh(e){var t=-1,a=Array(e.size);return e.forEach(function(s,r){a[++t]=[r,s]}),a}function ye(e){var t=-1,a=Array(e.size);return e.forEach(function(s){a[++t]=s}),a}var Oh=1,wh=2,Rh="[object Boolean]",xh="[object Date]",Eh="[object Error]",_h="[object Map]",Gh="[object Number]",Fh="[object RegExp]",Kh="[object Set]",Vh="[object String]",jh="[object Symbol]",$h="[object ArrayBuffer]",kh="[object DataView]",Pt=L?L.prototype:void 0,ce=Pt?Pt.valueOf:void 0;function qh(e,t,a,s,r,o,h){switch(a){case kh:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case $h:return!(e.byteLength!=t.byteLength||!o(new X(e),new X(t)));case Rh:case xh:case Gh:return G(+e,+t);case Eh:return e.name==t.name&&e.message==t.message;case Fh:case Vh:return e==t+"";case _h:var d=Uh;case Kh:var p=s&Oh;if(d||(d=ye),e.size!=t.size&&!p)return!1;var u=h.get(e);if(u)return u==t;s|=wh,h.set(e,t);var m=ft(d(e),d(t),s,r,o,h);return h.delete(e),m;case jh:if(ce)return ce.call(e)==ce.call(t)}return!1}var zh=1,Hh=Object.prototype,Jh=Hh.hasOwnProperty;function Wh(e,t,a,s,r,o){var h=a&zh,d=ie(e),p=d.length,u=ie(t),m=u.length;if(p!=m&&!h)return!1;for(var i=p;i--;){var n=d[i];if(!(h?n in t:Jh.call(t,n)))return!1}var y=o.get(e),l=o.get(t);if(y&&l)return y==t&&l==e;var g=!0;o.set(e,t),o.set(t,e);for(var D=h;++i<p;){n=d[i];var b=e[n],P=t[n];if(s)var De=h?s(P,b,n,t,e,o):s(b,P,n,e,t,o);if(!(De===void 0?b===P||r(b,P,a,s,o):De)){g=!1;break}D||(D=n=="constructor")}if(g&&!D){var k=e.constructor,q=t.constructor;k!=q&&"constructor"in e&&"constructor"in t&&!(typeof k=="function"&&k instanceof k&&typeof q=="function"&&q instanceof q)&&(g=!1)}return o.delete(e),o.delete(t),g}var Zh=1,Dt="[object Arguments]",Qt="[object Array]",ee="[object Object]",Xh=Object.prototype,It=Xh.hasOwnProperty;function Yh(e,t,a,s,r,o){var h=N(e),d=N(t),p=h?Qt:Q(e),u=d?Qt:Q(t);p=p==Dt?ee:p,u=u==Dt?ee:u;var m=p==ee,i=u==ee,n=p==u;if(n&&F(e)){if(!F(t))return!1;h=!0,m=!1}if(n&&!m)return o||(o=new v),h||ue(e)?ft(e,t,a,s,r,o):qh(e,t,p,a,s,r,o);if(!(a&Zh)){var y=m&&It.call(e,"__wrapped__"),l=i&&It.call(t,"__wrapped__");if(y||l){var g=y?e.value():e,D=l?t.value():t;return o||(o=new v),r(g,D,a,s,o)}}return n?(o||(o=new v),Wh(e,t,a,s,r,o)):!1}function Lt(e,t,a,s,r){return e===t?!0:e==null||t==null||!A(e)&&!A(t)?e!==e&&t!==t:Yh(e,t,a,s,Lt,r)}function er(e){return function(t,a,s){for(var r=-1,o=Object(t),h=s(t),d=h.length;d--;){var p=h[++r];if(a(o[p],p,o)===!1)break}return t}}var tr=er();function fe(e,t,a){(a!==void 0&&!G(e[t],a)||a===void 0&&!(t in e))&&re(e,t,a)}function vt(e){return A(e)&&H(e)}function Pe(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function ar(e){return Ta(e,$e(e))}function or(e,t,a,s,r,o,h){var d=Pe(e,a),p=Pe(t,a),u=h.get(p);if(u){fe(e,a,u);return}var m=o?o(d,p,a+"",e,t,h):void 0,i=m===void 0;if(i){var n=N(p),y=!n&&F(p),l=!n&&!y&&ue(p);m=p,n||y||l?N(d)?m=d:vt(d)?m=ma(d):y?(i=!1,m=Ye(p,!0)):l?(i=!1,m=pt(p,!0)):m=[]:ts(p)||J(p)?(m=d,J(d)?m=ar(d):(!B(d)||oe(d))&&(m=mt(p))):i=!1}i&&(h.set(p,m),r(m,p,s,o,h),h.delete(p)),fe(e,a,m)}function bt(e,t,a,s,r){e!==t&&tr(t,function(o,h){if(r||(r=new v),B(o))or(e,t,h,a,bt,s,r);else{var d=s?s(Pe(e,h),o,h+"",e,t,r):void 0;d===void 0&&(d=o),fe(e,h,d)}},$e)}var At=Sa(function(e,t,a,s){bt(e,t,a,s)});function sr(e,t,a){for(var s=-1,r=e==null?0:e.length;++s<r;)if(a(t,e[s]))return!0;return!1}function hr(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}function rr(e,t){return Lt(e,t)}var dr=1/0,pr=E&&1/ye(new E([,-0]))[1]==dr?function(e){return new E(e)}:pa,mr=200;function ur(e,t,a){var s=-1,r=La,o=e.length,h=!0,d=[],p=d;if(a)h=!1,r=sr;else if(o>=mr){var u=pr(e);if(u)return ye(u);h=!1,r=ct,p=new $}else p=d;e:for(;++s<o;){var m=e[s],i=m;if(m=a||m!==0?m:0,h&&i===i){for(var n=p.length;n--;)if(p[n]===i)continue e;d.push(m)}else r(p,i,a)||(p!==d&&p.push(i),d.push(m))}return d}var ir=Oe(function(e){var t=hr(e);return t=typeof t=="function"?t:void 0,ur(Jo(e,1,vt),void 0,t)});function nr(e,t){return At(yt(e),t,(a,s)=>{if(typeof a=="object"&&typeof s=="object")return At(yt(a),s,(r,o)=>Array.isArray(r)?ir(r,o,rr):void 0)})}class Ct extends Error{code;data;subCode;subMessage;constructor(t){super(t.message),this.name="BackendError",this.code=t.code,this.data=t.data,this.subCode=t.subCode,this.subMessage=t.subMessage}}const Tt=Bt.create();class M{static use(t){t(Tt)}static get(t,a={},s={},r={},o={}){return this.request(t,a,s,r,{...o,method:"GET"})}static post(t,a={},s={},r={},o={}){return this.request(t,a,s,r,{...o,method:"POST"})}static put(t,a={},s={},r={},o={}){return this.request(t,a,s,r,{...o,method:"PUT"})}static delete(t,a={},s={},r={},o={}){return this.request(t,a,s,r,{...o,method:"DELETE"})}static options(t,a={},s={},r={},o={}){return this.request(t,a,s,r,{...o,method:"OPTIONS"})}static patch(t,a={},s={},r={},o={}){return this.request(t,a,s,r,{...o,method:"PATCH"})}static head(t,a={},s={},r={},o={}){return this.request(t,a,s,r,{...o,method:"HEAD"})}static transformUrl(t,a){let s=t;for(const[r,o]of Object.entries(a))s=s.replace(`{${r}}`,encodeURIComponent(String(o)));return s}static async request(t,a,s,r,o={}){const h=await Tt.request(nr({url:this.transformUrl(t,a||{}),data:JSON.stringify(s||{}),params:r,timeout:12e4,headers:{"Content-Type":ae.JSON}},o));if(h.status>=200&&h.status<300){const d=h.data;if(d.ok===!0)return d.data;throw new Ct(d)}throw h}}class gr{constructor(t,a){return this.url=t,new Proxy(this,{get(s,r){if(!(r in s)){const o=a.apis.find(h=>h.method===r);if(o){const h=`_${o.mode}`;o.hasPathParams&&o.hasData&&o.hasQuery?s[r]=(d,p,u,m)=>s[h](o.path,d,p,u,m):o.hasPathParams&&o.hasData?s[r]=function(d,p,u){return s[h](o.path,d,void 0,p,u)}:o.hasPathParams&&o.hasQuery?s[r]=function(d,p,u){return s[h](o.path,d,p,void 0,u)}:o.hasPathParams?s[r]=function(d,p){return s[h](o.path,d,void 0,void 0,p)}:o.hasData&&o.hasQuery?s[r]=function(d,p,u){return s[h](o.path,void 0,d,p,u)}:o.hasData?s[r]=function(d,p){return s[h](o.path,void 0,void 0,d,p)}:o.hasQuery?s[r]=function(d,p){return s[h](o.path,void 0,d,void 0,p)}:s[r]=function(d){return s[h](o.path,void 0,void 0,void 0,d)}}}return s[r]}})}_put(t,a,s,r,o){return M.put(T.join(this.url,t),a,r,s,o)}_get(t,a,s,r,o){return M.get(T.join(this.url,t),a,r,s,o)}_delete(t,a,s,r,o){return M.delete(T.join(this.url,t),a,r,s,o)}_post(t,a,s,r,o){return M.post(T.join(this.url,t),a,r,s,o)}_options(t,a,s,r,o){return M.options(T.join(this.url,t),a,r,s,o)}_patch(t,a,s,r,o){return M.patch(T.join(this.url,t),a,r,s,o)}_head(t,a,s,r,o){return M.head(T.join(this.url,t),a,r,s,o)}}class Nt{constructor(t,a){return new Proxy(this,{get(s,r){const o=a.find(h=>h.name===r);if(o)return r in s||(s[r]=new gr(T.join(t,o.entityName),o)),s[r]}})}}const lr={apaas:new Nt("/gct-apaas/api",Mt),platform:new Nt("/gct-platform/api",St)};export{Ct as BackendError,ve as BizServiceEnum,ae as ContentTypeEnum,M as HttpUtil,Le as RequestEnum,Ie as ResultEnum,lr as api};
|
|
1
|
+
import U from"axios";const T=[{name:"medPro",entityName:"med-pro",apis:[{mode:"post",method:"postModelMetaDataAssociation",path:"modelMeta/dataAssociation",hasData:!0},{mode:"get",method:"getModelMetaGetSysConfig",path:"modelMeta/getSysConfig",hasQuery:!0},{mode:"get",method:"getModelMetaHasDataAssociation",path:"modelMeta/hasDataAssociation",hasQuery:!0},{mode:"get",method:"getModelMetaModelDataAssociation",path:"modelMeta/modelDataAssociation",hasQuery:!0},{mode:"get",method:"getEdhrAttachmentGetEdhrAttachment",path:"edhrAttachment/getEdhrAttachment",hasQuery:!0}]},{name:"appBranch",entityName:"app-branch",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appGlobalSettings",entityName:"app-global-settings",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appGrantedUser",entityName:"app-granted-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postBatch",path:"batch",hasData:!0},{mode:"get",method:"getGrantedStatistic",path:"grantedStatistic"},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getRemoveAndTransfer",path:"removeAndTransfer",hasQuery:!0},{mode:"get",method:"getUngrantedList",path:"ungranted/list"}]},{name:"appOrg",entityName:"app-org",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0},{mode:"post",method:"postUserMove",path:"user/move",hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0},{mode:"post",method:"postUserRemove",path:"user/remove",hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appPublishLog",entityName:"app-publish-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appState",entityName:"app-state",apis:[{mode:"get",method:"getDraft",path:"draft"}]},{name:"appUser",entityName:"app-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasData:!0},{mode:"put",method:"putDisable",path:"disable",hasQuery:!0},{mode:"put",method:"putEnable",path:"enable",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRemove",path:"remove",hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"approvalLog",entityName:"approval-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModules",path:"modules"},{mode:"get",method:"getOperateTypes",path:"operateTypes"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postSave",path:"save",hasData:!0}]},{name:"basicConfig",entityName:"basic-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getAiRagEnabled",path:"aiRagEnabled"},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"post",method:"postGlobal",path:"global",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postTheme",path:"theme",hasData:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"bizEvent",entityName:"biz-event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizProcessDefinition",entityName:"biz-process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizProcessDefinitionVersion",entityName:"biz-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasData:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0}]},{name:"bizServiceCrud",entityName:"biz-service-crud",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDataModelList",path:"data-model/list"},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizService",entityName:"biz-service",apis:[{mode:"get",method:"getModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0}]},{name:"bom",entityName:"bom",apis:[{mode:"post",method:"postImport",path:"import"}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getGetListRdoOrNdo",path:"getListRdoOrNdo",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListComplete",path:"listComplete",hasQuery:!0},{mode:"get",method:"getPage",path:"page",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"categoryRelation",entityName:"category-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"chat",entityName:"chat",apis:[{mode:"post",method:"postImportExcel",path:"importExcel",hasQuery:!0}]},{name:"codeTs",entityName:"code-ts",apis:[{mode:"get",method:"getList",path:"list"}]},{name:"commitLog",entityName:"commit-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCanPublishProdReleaseTagList",path:"canPublishProdReleaseTagList"},{mode:"get",method:"getCanReleaseTagList",path:"canReleaseTagList"},{mode:"post",method:"postCommit",path:"commit",hasData:!0},{mode:"get",method:"getGetLatestCommit",path:"getLatestCommit"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getReleaseInfo",path:"release/info",hasQuery:!0},{mode:"get",method:"getReleasePageList",path:"release/page/list",hasQuery:!0},{mode:"get",method:"getViewDetail",path:"viewDetail",hasQuery:!0},{mode:"get",method:"getViewDraft",path:"viewDraft"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"commonInfoCard",entityName:"common-info-card",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetById",path:"getById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"controlConfig",entityName:"control-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCategoryList",path:"category/list",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoTypeRefId",path:"info/{type}/{refId}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getSpecialPageList",path:"special/page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"customerComplaint",entityName:"customer-complaint",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSync",path:"sync"},{mode:"get",method:"getUpdateFeishu",path:"updateFeishu",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataModel",entityName:"data-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"designerCommon",entityName:"designer-common",apis:[{mode:"get",method:"getEnumModelFieldList",path:"enumModelField/list",hasQuery:!0},{mode:"get",method:"getGetApp",path:"getApp"},{mode:"get",method:"getGetCanBeUsedOrg",path:"getCanBeUsedOrg"},{mode:"get",method:"getGetCanBeUsedOrgUser",path:"getCanBeUsedOrgUser",hasQuery:!0},{mode:"get",method:"getGetUserGroupUser",path:"getUserGroupUser",hasQuery:!0},{mode:"get",method:"getGetVisibleOrg",path:"getVisibleOrg"},{mode:"get",method:"getGetVisibleOrgUser",path:"getVisibleOrgUser",hasQuery:!0},{mode:"get",method:"getGetVisibleUser",path:"getVisibleUser"},{mode:"get",method:"getGetVisibleUserAndVisibleOrgUser",path:"getVisibleUserAndVisibleOrgUser",hasQuery:!0},{mode:"get",method:"getListUserByIds",path:"listUserByIds",hasQuery:!0},{mode:"get",method:"getTableEntityModelList",path:"table-entity-model/list",hasQuery:!0},{mode:"post",method:"postUploadFile",path:"upload/file",hasQuery:!0},{mode:"post",method:"postUploadLabelImage",path:"upload/label/image"},{mode:"get",method:"getUserInfo",path:"user/info"}]},{name:"designerLock",entityName:"designer-lock",apis:[{mode:"post",method:"postCancelOccupyPage",path:"cancelOccupyPage",hasData:!0},{mode:"get",method:"getGetPageOccupyMsg",path:"getPageOccupyMsg",hasQuery:!0},{mode:"post",method:"postLockPage",path:"lockPage",hasData:!0},{mode:"post",method:"postOccupyPage",path:"occupyPage",hasData:!0},{mode:"post",method:"postUnLockPage",path:"unLockPage",hasData:!0}]},{name:"designerOperateLog",entityName:"designer-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"devops",entityName:"devops",apis:[{mode:"get",method:"getListAllDigitsFields",path:"listAllDigitsFields"},{mode:"post",method:"postUpdateDigits",path:"updateDigits",hasData:!0}]},{name:"dhr",entityName:"dhr",apis:[{mode:"get",method:"getLogFindByTraceId",path:"log/findByTraceId",hasQuery:!0},{mode:"get",method:"getLogListIsntanceId",path:"log/list/{isntanceId}",hasPathParams:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0}]},{name:"difyChat",entityName:"dify-chat",apis:[{mode:"post",method:"postAsyncDocument",path:"asyncDocument",hasData:!0},{mode:"post",method:"postChat",path:"chat",hasData:!0}]},{name:"docControlStarted",entityName:"doc-control-started",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"docControlTaskDone",entityName:"doc-control-task-done",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"docControlTaskTodo",entityName:"doc-control-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0},{mode:"get",method:"getCount",path:"count"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"docControl",entityName:"doc-control",apis:[{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"get",method:"getProcessInfo",path:"process/info",hasQuery:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessResubmit",path:"process/resubmit",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0},{mode:"get",method:"getProcessStartProcess",path:"process/startProcess",hasQuery:!0}]},{name:"docOutline",entityName:"doc-outline",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByInstance",path:"listByInstance",hasQuery:!0},{mode:"get",method:"getListByRefId",path:"listByRefId",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSheet",path:"sheet",hasQuery:!0},{mode:"get",method:"getSheetByInstance",path:"sheetByInstance",hasQuery:!0},{mode:"get",method:"getSheetByRefId",path:"sheetByRefId",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"document",entityName:"document",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putDesignId",path:"design/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDocumentDataClean",path:"documentDataClean"},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrCategory",entityName:"edhr-category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrCirculationFormRelateModel",entityName:"edhr-circulationFormRelateModel",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrInstance",entityName:"edhr-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0},{mode:"get",method:"getFindMaterialNo",path:"findMaterialNo",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPageListGroup",path:"page/list/group",hasData:!0},{mode:"get",method:"getReversePageList",path:"reverse/page/list",hasQuery:!0},{mode:"get",method:"getRunningPage",path:"running/page",hasQuery:!0},{mode:"put",method:"putUpdateInstanceStatusById4ArchivedId",path:"updateInstanceStatusById4Archived/{id}",hasPathParams:!0}]},{name:"edhrInstanceRelation",entityName:"edhr-instance-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getListTree",path:"list/tree",hasQuery:!0},{mode:"get",method:"getListChild",path:"listChild",hasQuery:!0}]},{name:"edhrInstanceSearchHistory",entityName:"edhr-instance-search-history",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"edhrTmpl",entityName:"edhr-tmpl",apis:[{mode:"post",method:"postControl",path:"control",hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasPathParams:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0}]},{name:"eleSearch",entityName:"ele-search",apis:[{mode:"get",method:"getSearchByKey",path:"searchByKey",hasQuery:!0}]},{name:"enumModel",entityName:"enum-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSubmitWithFields",path:"submitWithFields",hasData:!0},{mode:"put",method:"putUpdateIconStateId",path:"updateIconState/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateTextStateId",path:"updateTextState/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"enumModelField",entityName:"enum-model-field",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"event",entityName:"event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"eventLog",entityName:"event-log",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"excelTmpl",entityName:"excel-tmpl",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postConfig",path:"config",hasData:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getDownloadPlatId",path:"download-plat/{id}",hasPathParams:!0},{mode:"get",method:"getDownloadId",path:"download/{id}",hasPathParams:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInitTmpl",path:"init/tmpl",hasQuery:!0},{mode:"post",method:"postInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postV1Config",path:"v1/config",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"excel",entityName:"excel",apis:[{mode:"get",method:"getDataDoImport",path:"data/doImport",hasQuery:!0},{mode:"get",method:"getDataExport",path:"data/export",hasQuery:!0},{mode:"post",method:"postDataImport",path:"data/import",hasQuery:!0},{mode:"get",method:"getDataPreview",path:"data/preview",hasQuery:!0},{mode:"get",method:"getDataReport",path:"data/report",hasQuery:!0},{mode:"post",method:"postDataValidate",path:"data/validate",hasQuery:!0}]},{name:"fieldMeta",entityName:"field-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCompleteDataVersion",path:"complete/dataVersion"},{mode:"put",method:"putDecimalDigitsAllDigits",path:"decimal/digits/all/{digits}",hasPathParams:!0},{mode:"post",method:"postFuncCheck",path:"func/check",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListConditionField",path:"listConditionField",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0},{mode:"put",method:"putPageRecycledRestoreFieldId",path:"page/recycledRestore/{fieldId}",hasPathParams:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"get",method:"getRemoveDocument",path:"remove/document",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"put",method:"putUniqueConstraintAddModelKeyFieldKeyType",path:"unique/constraint/add/{modelKey}/{fieldKey}/{type}",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"field",entityName:"field",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0}]},{name:"fileResource",entityName:"file-resource",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasData:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postUpload",path:"upload",hasQuery:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"get",method:"getStart",path:"start"},{mode:"post",method:"postStatus",path:"status",hasData:!0},{mode:"post",method:"postSubmit",path:"submit",hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postPdfEncode",path:"pdf/encode",hasQuery:!0},{mode:"post",method:"postPdfPage",path:"pdf/page",hasQuery:!0},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0}]},{name:"form",entityName:"form",apis:[{mode:"post",method:"postChangeProcessApprove",path:"change/process/approve",hasData:!0},{mode:"post",method:"postChangeProcessInterfereReassign",path:"change/process/interfere/reassign",hasData:!0},{mode:"post",method:"postChangeProcessInterfereReturn",path:"change/process/interfere/return",hasData:!0},{mode:"post",method:"postChangeProcessJump",path:"change/process/jump",hasData:!0},{mode:"post",method:"postChangeProcessReassign",path:"change/process/reassign",hasData:!0},{mode:"post",method:"postChangeProcessReturn",path:"change/process/return",hasData:!0}]},{name:"formRelate",entityName:"formRelate",apis:[{mode:"get",method:"getCategory",path:"category",hasQuery:!0},{mode:"post",method:"postCategory",path:"category",hasData:!0},{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0},{mode:"put",method:"putCategoryDrag",path:"category/drag",hasData:!0},{mode:"put",method:"putCategoryId",path:"category/{id}",hasPathParams:!0,hasData:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllCategory",path:"listAllCategory",hasQuery:!0},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0},{mode:"get",method:"getPageListAllModelKey",path:"page/listAllModelKey",hasQuery:!0},{mode:"get",method:"getPageListFormAppendChild",path:"page/listFormAppendChild",hasQuery:!0},{mode:"get",method:"getPageListFormNoChild",path:"page/listFormNoChild",hasQuery:!0}]},{name:"frontOperateLog",entityName:"front-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"globalMethod",entityName:"global-method",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCurrentTime",path:"currentTime"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"importReport",entityName:"import-report",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"instanceRelation",entityName:"instance-relation",apis:[{mode:"post",method:"postBind",path:"bind",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteUnbind",path:"unbind",hasQuery:!0},{mode:"put",method:"putUpdateTitle",path:"updateTitle",hasQuery:!0}]},{name:"ipaas",entityName:"ipaas",apis:[{mode:"post",method:"postWebhook",path:"webhook",hasData:!0}]},{name:"job",entityName:"job",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCronValid",path:"cron/valid",hasData:!0},{mode:"post",method:"postExec",path:"exec",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putStatusId",path:"status/{id}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"jobLog",entityName:"job-log",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"jsEngine",entityName:"js-engine",apis:[{mode:"get",method:"getExecKey",path:"exec/{key}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExecKey",path:"exec/{key}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExecute",path:"execute",hasData:!0}]},{name:"label",entityName:"label",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBtw",path:"btw",hasData:!0},{mode:"post",method:"postBtwCopy",path:"btw/copy",hasData:!0},{mode:"get",method:"getBtwPageList",path:"btw/page/list",hasQuery:!0},{mode:"delete",method:"deleteBtwRemoveVersionById",path:"btw/removeVersionById",hasQuery:!0},{mode:"put",method:"putBtwUpdate",path:"btw/update",hasData:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getEntityInfo",path:"entity/info",hasQuery:!0},{mode:"get",method:"getEntityUpdateDatetimeSql",path:"entity/update/datetime/sql"},{mode:"get",method:"getExecute",path:"execute"},{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"post",method:"postImport",path:"import"},{mode:"get",method:"getLabelCategoryTree",path:"labelCategoryTree",hasQuery:!0},{mode:"post",method:"postLabelDuplicateNameCheck",path:"labelDuplicateNameCheck",hasData:!0},{mode:"get",method:"getLabelParentDataClean",path:"labelParentDataClean"},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListFont",path:"listFont"},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"get",method:"getTest",path:"test",hasQuery:!0},{mode:"put",method:"putUpdateDesigner",path:"updateDesigner",hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postXmlSetting",path:"xmlSetting",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"labelLog",entityName:"label-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"post",method:"postUserLoginLogPage",path:"userLoginLogPage",hasData:!0}]},{name:"menuConfig",entityName:"menu-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAvailableList",path:"available/list",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mergeLog",entityName:"merge-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"messageRecord",entityName:"message-record",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"get",method:"getFindAllByType",path:"findAllByType",hasQuery:!0},{mode:"post",method:"postSendMessageByType",path:"sendMessageByType",hasData:!0}]},{name:"messageTmpl",entityName:"message-tmpl",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListByModelKey",path:"listByModelKey",hasQuery:!0},{mode:"put",method:"putOpened",path:"opened",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postProcessSend",path:"processSend",hasData:!0},{mode:"post",method:"postSend",path:"send",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mobileHomepage",entityName:"mobile-homepage",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSelected",path:"getSelected"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mobilePage",entityName:"mobile-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelComprehensive",entityName:"model-comprehensive",apis:[{mode:"delete",method:"deleteBizServiceApi",path:"biz-service-api",hasQuery:!0},{mode:"get",method:"getBizServiceApiListModelCategory",path:"biz-service-api/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putBizServiceApiId",path:"biz-service-api/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBizServiceApiModelCategory",path:"biz-service-api/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBizServiceGeneralModelCategoryModelKeyBsKey",path:"biz-service/general/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getEnumInfoModelCategory",path:"enum/info/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExportModelCategoryModelKeyTmplKey",path:"export/{modelCategory}/{modelKey}/{tmplKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getFieldListModelCategory",path:"field/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getMethodListModelCategory",path:"method/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelDetailListByKeysModelCategory",path:"model/detail/listByKeys/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelDetailModelCategory",path:"model/detail/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelForm",path:"model/form",hasQuery:!0},{mode:"get",method:"getModelSummary",path:"model/summary",hasQuery:!0},{mode:"get",method:"getModelSystem",path:"model/system"},{mode:"post",method:"postQueryAllModelDataAndDrillData",path:"queryAllModelDataAndDrillData",hasData:!0},{mode:"post",method:"postQueryFieldValueByRefChainDataModelCategory",path:"queryFieldValueByRefChainData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryModelDataAndDrillData",path:"queryModelDataAndDrillData",hasData:!0},{mode:"post",method:"postQueryRefChainDataModelCategory",path:"queryRefChainData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataModelCategory",path:"queryRefData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataByIdModelCategory",path:"queryRefDataById/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataByIdsModelCategory",path:"queryRefDataByIds/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQuerySearchRefChainData",path:"querySearchRefChainData",hasData:!0},{mode:"get",method:"getSubModelList",path:"sub-model/list",hasQuery:!0}]},{name:"modelData",entityName:"model-data",apis:[{mode:"post",method:"postAllModelLiquibaseSoftDeleteDataClean",path:"allModelLiquibaseSoftDeleteDataClean"},{mode:"post",method:"postAllModelSoftDeleteDataClean",path:"allModelSoftDeleteDataClean"},{mode:"get",method:"getCheckFieldValueExist",path:"checkFieldValueExist",hasQuery:!0},{mode:"post",method:"postQueryRefData",path:"queryRefData",hasData:!0},{mode:"post",method:"postSingleModelSoftDeleteDataClean",path:"singleModelSoftDeleteDataClean",hasQuery:!0}]},{name:"modelMeta",entityName:"model-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAggList",path:"agg/list",hasQuery:!0},{mode:"get",method:"getAggModel",path:"agg/model",hasQuery:!0},{mode:"get",method:"getByKeys",path:"by/keys",hasQuery:!0},{mode:"put",method:"putConstantModelKey",path:"constant/{modelKey}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDataPermissionList",path:"data-permission/list",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"put",method:"putDisplayModelKeyFieldKey",path:"display/{modelKey}/{fieldKey}",hasPathParams:!0},{mode:"get",method:"getEr",path:"er"},{mode:"get",method:"getFindAllByTypeIn",path:"findAllByTypeIn",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListAll",path:"list-all"},{mode:"get",method:"getListAllModelAndFieldByName",path:"listAllModelAndFieldByName",hasQuery:!0},{mode:"get",method:"getListMasterModel",path:"listMasterModel",hasQuery:!0},{mode:"get",method:"getListModelReferencedBy",path:"listModelReferencedBy",hasQuery:!0},{mode:"get",method:"getListSlaveModel",path:"listSlaveModel",hasQuery:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0},{mode:"put",method:"putPageRecycledRestoreModelKey",path:"page/recycledRestore/{modelKey}",hasPathParams:!0},{mode:"get",method:"getPermissionEnabledList",path:"permission-enabled/list",hasQuery:!0},{mode:"get",method:"getPermissionRelation",path:"permission/relation",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasPathParams:!0},{mode:"get",method:"getSupportProcess",path:"support-process"},{mode:"get",method:"getTranslateModelFieldExp",path:"translateModelFieldExp",hasQuery:!0},{mode:"get",method:"getUnrelatedList",path:"unrelated/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0},{mode:"put",method:"putModelKeyEnabled",path:"{modelKey}/{enabled}",hasPathParams:!0}]},{name:"modelMethod",entityName:"model-method",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDataModelList",path:"data-model/list"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getViewModelList",path:"view-model/list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelPermissionRelation",entityName:"model-permission-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"model",entityName:"model",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0}]},{name:"ocr",entityName:"ocr",apis:[{mode:"post",method:"post",path:"**"}]},{name:"office",entityName:"office",apis:[{mode:"post",method:"postDocxJson",path:"docx-json"}]},{name:"onlineFormCategory",entityName:"online-form-category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"onlineFormChangeHistory",entityName:"online-form-change-history",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"onlineFormInstance",entityName:"online-form-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAppendixFormList",path:"appendix/form/list",hasQuery:!0},{mode:"post",method:"postDataCollectionAbandon",path:"data-collection/abandon",hasData:!0},{mode:"post",method:"postDataCollectionCreate",path:"data-collection/create",hasData:!0},{mode:"get",method:"getDataCollectionListAll",path:"data-collection/listAll",hasQuery:!0},{mode:"post",method:"postDataCollectionUpdateAlias",path:"data-collection/update-alias",hasData:!0},{mode:"post",method:"postDataCollectionUpdateStatus",path:"data-collection/update-status",hasData:!0},{mode:"get",method:"getDataIds",path:"dataIds",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getDhrFormList",path:"dhr/form/list",hasQuery:!0},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0},{mode:"get",method:"getFindByMaterialNoAndDocOutlineId",path:"findByMaterialNoAndDocOutlineId",hasQuery:!0},{mode:"get",method:"getFindByOfTmplIdAndEdhrInstanceId",path:"findByOfTmplIdAndEdhrInstanceId",hasQuery:!0},{mode:"get",method:"getFindByTmplIdAndMaterialNo",path:"findByTmplIdAndMaterialNo",hasQuery:!0},{mode:"get",method:"getFindOfTaskBySerialNo4Change",path:"findOfTaskBySerialNo4Change",hasQuery:!0},{mode:"get",method:"getFindPage4EdhrInstance",path:"findPage4EdhrInstance",hasQuery:!0},{mode:"get",method:"getFindRelationInfoById",path:"findRelationInfoById",hasQuery:!0},{mode:"get",method:"getFormPageList",path:"form/page/list",hasQuery:!0},{mode:"get",method:"getGetOne",path:"getOne",hasQuery:!0},{mode:"get",method:"getGetRelatedProduct",path:"getRelatedProduct",hasQuery:!0},{mode:"get",method:"getHoldLockUser",path:"hold/lock/user",hasQuery:!0},{mode:"post",method:"postHoldUnlock",path:"hold/unlock",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByRecordNo",path:"info/byRecordNo",hasQuery:!0},{mode:"post",method:"postInfos",path:"infos"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getQuery",path:"query",hasQuery:!0},{mode:"post",method:"postRefreshSnapshot",path:"refresh/snapshot",hasQuery:!0},{mode:"get",method:"getRelateFormPageList",path:"relate/form/page/list",hasQuery:!0},{mode:"post",method:"postRelatedInstAppend",path:"related/inst/append",hasData:!0},{mode:"post",method:"postRelatedInstBind",path:"related/inst/bind",hasData:!0},{mode:"delete",method:"deleteRelatedInstRemove",path:"related/inst/remove",hasQuery:!0},{mode:"post",method:"postRelatedInstUnbind",path:"related/inst/unbind",hasData:!0},{mode:"get",method:"getReverseTracePageList",path:"reverse/trace/page/list",hasQuery:!0},{mode:"post",method:"postTask",path:"task",hasData:!0},{mode:"post",method:"postTaskPageList",path:"task/page/list",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteTaskRemoveOfInstId",path:"task/remove/{ofInstId}",hasPathParams:!0},{mode:"get",method:"getTaskResendOfInstId",path:"task/resend/{ofInstId}",hasPathParams:!0},{mode:"put",method:"putTaskUpdate",path:"task/update",hasData:!0},{mode:"put",method:"putTaskId",path:"task/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postTaskForm",path:"taskForm",hasData:!0},{mode:"get",method:"getTracePageList",path:"trace/page/list",hasQuery:!0},{mode:"put",method:"putUpdateDescription",path:"updateDescription",hasData:!0}]},{name:"onlineFormLog",entityName:"online-form-log",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"onlineFormTmplLog",entityName:"online-form-tmpl-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"onlineFormTmpl",entityName:"online-form-tmpl",apis:[{mode:"post",method:"postCopyCustomizeId",path:"copy/customize/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getFormModelsId",path:"formModels/{id}",hasPathParams:!0},{mode:"get",method:"getGetCommunicationConfig",path:"getCommunicationConfig",hasQuery:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"post",method:"postInfos",path:"infos",hasData:!0},{mode:"get",method:"getListBaseAndProcessForm",path:"listBaseAndProcessForm",hasQuery:!0},{mode:"get",method:"getListOnlineFormModels",path:"listOnlineFormModels",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getModelId",path:"model/{id}",hasPathParams:!0},{mode:"post",method:"postRelease",path:"release",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveField",path:"saveField",hasData:!0},{mode:"post",method:"postSaveOperation",path:"saveOperation",hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasPathParams:!0},{mode:"get",method:"getStash",path:"stash",hasQuery:!0},{mode:"put",method:"putStashId",path:"stash/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postTest",path:"test"},{mode:"post",method:"postUpdateCommunicationConfigId",path:"updateCommunicationConfig/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateDesignerId",path:"updateDesigner/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0}]},{name:"onlineForm",entityName:"online-form",apis:[{mode:"post",method:"postBaseSubmit",path:"base/submit",hasData:!0},{mode:"post",method:"postBizBizServiceSummary",path:"biz/bizServiceSummary",hasData:!0},{mode:"get",method:"getDataInitProtocolData",path:"data-init/protocol/data",hasQuery:!0},{mode:"get",method:"getDataInitProtocolFieldMeta",path:"data-init/protocol/fieldMeta",hasQuery:!0},{mode:"get",method:"getDataInitProtocolList",path:"data-init/protocol/list"},{mode:"post",method:"postPartialSubmit",path:"partialSubmit",hasData:!0},{mode:"post",method:"postProcessAbandon",path:"process/abandon",hasData:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"post",method:"postProcessApproveQualification",path:"process/approveQualification",hasData:!0},{mode:"post",method:"postProcessChange",path:"process/change",hasData:!0},{mode:"post",method:"postProcessControl",path:"process/control",hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessPartialSubmit",path:"process/partialSubmit",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessResubmitOf",path:"process/resubmitOf",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0},{mode:"post",method:"postProcessSave",path:"process/save",hasData:!0},{mode:"post",method:"postProcessSubmit",path:"process/submit",hasData:!0},{mode:"post",method:"postStash",path:"stash",hasData:!0}]},{name:"onlineUserSummary",entityName:"online-user-summary",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"online",entityName:"online",apis:[{mode:"get",method:"getClients",path:"clients",hasQuery:!0},{mode:"get",method:"getExit",path:"exit",hasQuery:!0},{mode:"get",method:"getMaxOnlineUser",path:"maxOnlineUser",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"openapi",entityName:"openapi",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetApiInfo",path:"getApiInfo",hasQuery:!0},{mode:"get",method:"getGetApiInfos",path:"getApiInfos"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"padPage",entityName:"pad-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pageDesignerLog",entityName:"page-designer-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"post",method:"postAppGlobal",path:"app/global",hasData:!0},{mode:"get",method:"getAppGlobalInfo",path:"app/global/info"},{mode:"post",method:"postBase",path:"base",hasData:!0},{mode:"post",method:"postOrg",path:"org",hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasData:!0}]},{name:"pmProcessDefinition",entityName:"pm-process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllProcHasPublishedVersion",path:"listAllProcHasPublishedVersion",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListByPage",path:"page/listByPage",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDefinitionVersion",entityName:"pm-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasData:!0},{mode:"post",method:"postUpdateProcessUser",path:"updateProcessUser",hasData:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0}]},{name:"pmProcessEngine",entityName:"pm-process-engine",apis:[{mode:"post",method:"postApprove",path:"approve",hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0},{mode:"get",method:"getListAllAssignees",path:"listAllAssignees"},{mode:"get",method:"getListAllInitiators",path:"listAllInitiators"},{mode:"get",method:"getModel",path:"model",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postProcExecute",path:"procExecute",hasData:!0},{mode:"get",method:"getProcInstExtension",path:"procInstExtension",hasQuery:!0},{mode:"post",method:"postReassign",path:"reassign",hasData:!0},{mode:"post",method:"postRefuse",path:"refuse",hasData:!0},{mode:"post",method:"postReject",path:"reject",hasData:!0},{mode:"post",method:"postResubmit",path:"resubmit",hasData:!0},{mode:"post",method:"postStartProcInst",path:"startProcInst",hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0},{mode:"post",method:"postTerminate",path:"terminate",hasData:!0},{mode:"post",method:"postWithdraw",path:"withdraw",hasData:!0}]},{name:"printDesigner",entityName:"print-designer",apis:[{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0},{mode:"get",method:"getRdoPageBaseList",path:"rdo/page/base/list",hasQuery:!0},{mode:"get",method:"getRdoPageList",path:"rdo/page/list",hasQuery:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postPatchwork",path:"patchwork",hasData:!0}]},{name:"print",entityName:"print",apis:[{mode:"get",method:"getBtwFileTree",path:"btwFileTree"},{mode:"post",method:"postGenerateZplCode",path:"generateZplCode",hasData:!0},{mode:"post",method:"postLabelBackEndPrint",path:"labelBackEndPrint",hasData:!0},{mode:"get",method:"getPrintDropdownList",path:"printDropdownList"},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasData:!0}]},{name:"process",entityName:"process",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processApprovalLog",entityName:"process-approval-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getApproveHistory",path:"approveHistory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processApproveUser",entityName:"process-approve-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processDefinition",entityName:"process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postInitProcessAndProcessVersionType",path:"initProcessAndProcessVersion/{type}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processDefinitionVersion",entityName:"process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByParentId",path:"listByParentId",hasQuery:!0},{mode:"post",method:"postPublishId",path:"publish/{id}",hasPathParams:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processEngine",entityName:"process-engine",apis:[{mode:"post",method:"postExecute",path:"execute",hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0},{mode:"get",method:"getModel",path:"model",hasQuery:!0},{mode:"post",method:"postReassignment",path:"reassignment",hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0}]},{name:"processEvent",entityName:"process-event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processGraph",entityName:"process-graph",apis:[{mode:"get",method:"getGraphInfo",path:"graphInfo",hasQuery:!0}]},{name:"processInstance",entityName:"process-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processInstanceRelation",entityName:"process-instance-relation-",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processMessageUser",entityName:"process-message-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processNodeDefinition",entityName:"process-node-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processPathUser",entityName:"process-path-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processPath",entityName:"process-path",apis:[{mode:"get",method:"getFindAllByOfInstanceId",path:"findAllByOfInstanceId",hasQuery:!0},{mode:"get",method:"getFindAllByProcessInstanceId",path:"findAllByProcessInstanceId",hasQuery:!0},{mode:"get",method:"getFindAllByTmplId",path:"findAllByTmplId",hasQuery:!0}]},{name:"processTaskDone",entityName:"process-task-done",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"processTaskTodo",entityName:"process-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"processVersion",entityName:"process-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postActivateId",path:"activate/{id}",hasPathParams:!0},{mode:"put",method:"putDeploy",path:"deploy",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"processTest",entityName:"processTest",apis:[{mode:"get",method:"getCompleteTask",path:"completeTask",hasQuery:!0},{mode:"get",method:"getDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getReadXml",path:"readXml",hasQuery:!0},{mode:"get",method:"getSignal",path:"signal",hasQuery:!0},{mode:"get",method:"getStart",path:"start",hasQuery:!0},{mode:"get",method:"getUpdateVar",path:"updateVar",hasQuery:!0},{mode:"get",method:"getWithdraw",path:"withdraw",hasQuery:!0}]},{name:"productRelease",entityName:"product-release",apis:[{mode:"get",method:"getGetProductReleaseByMaterialNo",path:"getProductReleaseByMaterialNo",hasQuery:!0},{mode:"get",method:"getGetProductReleaseForm",path:"getProductReleaseForm",hasQuery:!0},{mode:"get",method:"getGetProductReleaseInstByMaterialNo",path:"getProductReleaseInstByMaterialNo",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"publishLog",entityName:"publish-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCreateRelease",path:"createRelease",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPublishToProd",path:"publishToProd",hasData:!0},{mode:"post",method:"postPublishToTest",path:"publishToTest",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"report",entityName:"report",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDeploy",path:"deploy",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfos",path:"infos",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListType",path:"list/type"},{mode:"get",method:"getListModelReport",path:"listModelReport",hasQuery:!0},{mode:"get",method:"getListSystemModelFields",path:"listSystemModelFields",hasQuery:!0},{mode:"get",method:"getListSystemModels",path:"listSystemModels"},{mode:"put",method:"putMove",path:"move",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putUndeployId",path:"undeploy/{id}",hasPathParams:!0},{mode:"get",method:"getUserPermissionId",path:"user/permission/{id}",hasPathParams:!0},{mode:"post",method:"postViewPageList",path:"view/page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"reportDataSet",entityName:"report-data-set",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getGenSql",path:"genSql",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postListByPage4DataSet",path:"listByPage4DataSet",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"reportData",entityName:"report-data",apis:[{mode:"post",method:"postListByPage",path:"listByPage",hasData:!0},{mode:"post",method:"postListByPage4Cross",path:"listByPage4Cross",hasData:!0},{mode:"post",method:"postListStatistic",path:"listStatistic",hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putIdEnabled",path:"{id}/{enabled}",hasPathParams:!0}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postBulk",path:"bulk",hasData:!0},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!0},{mode:"post",method:"postRemove",path:"remove",hasData:!0}]},{name:"sandboxConfig",entityName:"sandbox-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:""},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSync",path:"sync"},{mode:"post",method:"postSyncPage",path:"sync/page",hasData:!0},{mode:"post",method:"postSyncScript",path:"sync/script",hasData:!0},{mode:"get",method:"getValidStatus",path:"valid/status",hasQuery:!0},{mode:"get",method:"getVisitCheck",path:"visit/check",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"script",entityName:"script",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"scriptAssistant",entityName:"script-assistant",apis:[{mode:"get",method:"getRag",path:"rag"},{mode:"post",method:"postScriptComplete",path:"scriptComplete",hasData:!0}]},{name:"scriptVersion",entityName:"script-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"scriptVersionLog",entityName:"script-version-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"serviceOrchestration",entityName:"service-orchestration",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"serviceOrchestrationVersion",entityName:"service-orchestration-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"serviceOrchestrationVersionLog",entityName:"service-orchestration-version-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"signHistory",entityName:"sign-history",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"postOperators",path:"operators",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0}]},{name:"signature",entityName:"signature",apis:[{mode:"post",method:"postGetSignatureImage",path:"getSignatureImage",hasData:!0},{mode:"post",method:"postGetSignatureUploadOrWriteImage",path:"getSignatureUploadOrWriteImage",hasData:!0}]},{name:"sqlViewModel",entityName:"sql-view-model",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"sqlView",entityName:"sql-view",apis:[{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0}]},{name:"ss",entityName:"ss",apis:[{mode:"post",method:"postUploadExcel",path:"upload/excel",hasQuery:!0}]},{name:"stash",entityName:"stash",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByClientKey",path:"findByClientKey",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"subModelProcess",entityName:"sub-model-process",apis:[{mode:"post",method:"postAllSubModelDataClean",path:"allSubModelDataClean"}]},{name:"sysConfig",entityName:"sys-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"systemVar",entityName:"system-var",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSystemVarByKeys",path:"getSystemVarByKeys",hasQuery:!0},{mode:"get",method:"getGetVarByKeys",path:"getVarByKeys",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListSystemVarCache",path:"listSystemVarCache"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceLog",entityName:"trace-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByTraceId",path:"findByTraceId",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceLogDetails",entityName:"trace-log-details",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postAppDataTracePageList",path:"app-data-trace/page/list",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoTree",path:"infoTree",hasQuery:!0},{mode:"get",method:"getInfoTreeById",path:"infoTreeById",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListByRecodeId",path:"page/listByRecodeId",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceMainline",entityName:"trace-mainline",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceMainlineExt",entityName:"trace-mainline-ext",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceSetting",entityName:"trace-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getTreeByModelKey",path:"treeByModelKey",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userGroup",entityName:"user-group",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getSearch",path:"search",hasQuery:!0},{mode:"get",method:"getUserRolePermissionList",path:"user/role/permission/list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userGroupRelation",entityName:"user-group-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBatch",path:"batch",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"viewModel",entityName:"view-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getFieldInfo",path:"field/info",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSql",path:"sql",hasQuery:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"wash",entityName:"wash",apis:[{mode:"get",method:"getWashDictLabelField",path:"washDictLabelField"},{mode:"get",method:"getWashEdhrAndOfInst",path:"washEdhrAndOfInst"}]},{name:"webpage",entityName:"webpage",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelOccupyWebPage",path:"cancelOccupyWebPage",hasData:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postGetWebPageOccupyMsg",path:"getWebPageOccupyMsg",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postLockWebPage",path:"lockWebPage",hasData:!0},{mode:"post",method:"postOccupyWebPage",path:"occupyWebPage",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postUnLockWebPage",path:"unLockWebPage",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"post",method:"postAppCreateBranch",path:"app/createBranch",hasData:!0},{mode:"post",method:"postAppCreateImportApp",path:"app/createImportApp",hasData:!0},{mode:"get",method:"getAppCreateIndex",path:"app/createIndex",hasQuery:!0},{mode:"post",method:"postAppCreateSelfBuiltApp",path:"app/createSelfBuiltApp",hasData:!0},{mode:"get",method:"getAppDeleteIndex",path:"app/deleteIndex",hasQuery:!0},{mode:"delete",method:"deleteAppDropProdDb",path:"app/dropProdDb",hasQuery:!0},{mode:"delete",method:"deleteAppDropTestDb",path:"app/dropTestDb",hasQuery:!0},{mode:"get",method:"getAppFieldMetaList",path:"app/field-meta/list",hasQuery:!0},{mode:"get",method:"getAppGetAppMenu",path:"app/getAppMenu",hasQuery:!0},{mode:"get",method:"getAppGetCurrentBranch",path:"app/getCurrentBranch",hasQuery:!0},{mode:"get",method:"getAppGetIndex",path:"app/getIndex",hasQuery:!0},{mode:"get",method:"getAppGetLatestBranch",path:"app/getLatestBranch",hasQuery:!0},{mode:"get",method:"getAppGetLatestCommit",path:"app/getLatestCommit",hasQuery:!0},{mode:"post",method:"postAppImportVersion",path:"app/importVersion",hasData:!0},{mode:"get",method:"getAppImportVersionPreview",path:"app/importVersionPreview",hasQuery:!0},{mode:"get",method:"getAppListBranch",path:"app/listBranch",hasQuery:!0},{mode:"post",method:"postAppMerge",path:"app/merge",hasData:!0},{mode:"get",method:"getAppMergeInfo",path:"app/merge/info",hasQuery:!0},{mode:"get",method:"getAppMergePageList",path:"app/merge/page/list",hasQuery:!0},{mode:"get",method:"getAppMergePreview",path:"app/mergePreview",hasQuery:!0},{mode:"get",method:"getAppModelMetaList",path:"app/model-meta/list",hasQuery:!0},{mode:"get",method:"getAppPublishLogInfo",path:"app/publishLogInfo",hasQuery:!0},{mode:"get",method:"getAppPublishLogPageList",path:"app/publishLogPageList",hasQuery:!0},{mode:"get",method:"getAppReportInfos",path:"app/report/infos",hasQuery:!0},{mode:"post",method:"postAppRevert",path:"app/revert",hasData:!0},{mode:"post",method:"postAppSwitchBranch",path:"app/switchBranch",hasData:!0},{mode:"post",method:"postAppVisibleMenu",path:"app/visible/menu",hasQuery:!0,hasData:!0},{mode:"post",method:"postAuditLogExport",path:"audit-log/export",hasData:!0},{mode:"post",method:"postAuditLogInfo",path:"audit-log/info",hasQuery:!0},{mode:"get",method:"getAuditLogModules",path:"audit-log/modules",hasQuery:!0},{mode:"get",method:"getAuditLogOperateTypes",path:"audit-log/operateTypes",hasQuery:!0},{mode:"get",method:"getAuditLogOperators",path:"audit-log/operators",hasQuery:!0},{mode:"post",method:"postAuditLogPageList",path:"audit-log/page/list",hasData:!0},{mode:"post",method:"postAuditLogSave",path:"audit-log/save",hasData:!0},{mode:"post",method:"postDatamoveExecute",path:"datamove/execute",hasData:!0},{mode:"post",method:"postDatasourceColumnFormat",path:"datasource/column-format",hasQuery:!0,hasData:!0},{mode:"get",method:"getDatasourceInfo",path:"datasource/info"},{mode:"post",method:"postEdhrProdTransferAllWorkItem",path:"edhr/prod/transferAllWorkItem",hasData:!0},{mode:"post",method:"postEdhrTestTransferAllWorkItem",path:"edhr/test/transferAllWorkItem",hasData:!0},{mode:"get",method:"getIeDataReport",path:"ie/data/report",hasQuery:!0},{mode:"post",method:"postModelComprehensiveBizServiceGeneralBsModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/generalBs/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyUpload",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/upload",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getProcessListAll",path:"process/list/all"}]}],S=[{name:"agent",entityName:"agent",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"apk",entityName:"apk",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetActiveApp",path:"getActiveApp"},{mode:"get",method:"getGetIp",path:"getIp"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postUploadApk",path:"upload/apk"},{mode:"put",method:"putId",path:"",hasPathParams:!0}]},{name:"app",entityName:"app",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putAppCleanUpId",path:"appCleanUp/{id}",hasPathParams:!0},{mode:"put",method:"putAppRestoreIdUserId",path:"appRestore/{id}/{userId}",hasPathParams:!0},{mode:"get",method:"getCheckAppMaintainerInTenantAppId",path:"checkAppMaintainerInTenant/{appId}",hasPathParams:!0},{mode:"post",method:"postCreateBranchAppId",path:"createBranch/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDatamoveApps",path:"datamove/apps"},{mode:"put",method:"putDisableId",path:"disable/{id}",hasPathParams:!0},{mode:"put",method:"putEnableId",path:"enable/{id}",hasPathParams:!0},{mode:"get",method:"getFieldMetaList",path:"field-meta/list",hasQuery:!0},{mode:"get",method:"getGetAppCountTenantId",path:"getAppCount/{tenantId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getGetCurrentBranchAppId",path:"getCurrentBranch/{appId}",hasPathParams:!0},{mode:"get",method:"getGetLatestCommitAppId",path:"getLatestCommit/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getGetMobileDbFileUrlAppId",path:"getMobileDbFileUrl/{appId}",hasPathParams:!0},{mode:"post",method:"postImportVersionAppId",path:"importVersion/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getImportVersionPreviewAppId",path:"importVersionPreview/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListBranchAppId",path:"listBranch/{appId}",hasPathParams:!0},{mode:"get",method:"getMergeInfoAppId",path:"merge/info/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getMergePageListAppId",path:"merge/page/list/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postMergeAppId",path:"merge/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getMergePreviewAppId",path:"mergePreview/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelMetaList",path:"model-meta/list",hasQuery:!0},{mode:"get",method:"getPageGetListReleasedApp",path:"page/getListReleasedApp"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListReleasedApp",path:"page/listReleasedApp",hasQuery:!0},{mode:"get",method:"getPublishLogInfoAppId",path:"publishLogInfo/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getPublishLogPageListAppId",path:"publishLogPageList/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getReportInfos",path:"report/infos",hasQuery:!0},{mode:"post",method:"postRevertAppId",path:"revert/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postSwitchBranchAppId",path:"switchBranch/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getTenantApps",path:"tenant/apps",hasQuery:!0},{mode:"get",method:"getTenantRoleRolesApps",path:"tenant/role/{roles}/apps",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getTenantRoleRolesAppsCount",path:"tenant/role/{roles}/apps/count",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postUploadAppPkg",path:"upload/appPkg"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appMember",entityName:"app-member",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putTransferIdTargetUserId",path:"transfer/{id}/{targetUserId}",hasPathParams:!0},{mode:"put",method:"putIdRole",path:"{id}/{role}",hasPathParams:!0}]},{name:"appSetting",entityName:"app-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCheckAppUserAdmin",path:"checkAppUserAdmin",hasQuery:!0},{mode:"get",method:"getCheckAppUserVisibility",path:"checkAppUserVisibility",hasQuery:!0},{mode:"delete",method:"deleteDeveloperDelete",path:"developer/delete",hasQuery:!0},{mode:"post",method:"postDeveloperSaveSettingBatch",path:"developer/saveSettingBatch"},{mode:"get",method:"getInfoByAppId",path:"infoByAppId",hasQuery:!0},{mode:"post",method:"postSaveSetting",path:"saveSetting",hasData:!0},{mode:"post",method:"postSaveSettingBatch",path:"saveSettingBatch"}]},{name:"assets",entityName:"assets",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMoveAssetIdCategoryCategoryId",path:"move/{assetId}/category/{categoryId}",hasPathParams:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postUploadCategoryId",path:"upload/{categoryId}",hasPathParams:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModules",path:"modules"},{mode:"get",method:"getOperateTypes",path:"operateTypes"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0}]},{name:"biApp",entityName:"bi-app",apis:[{mode:"get",method:"getExportAppid",path:"export/{appid}",hasPathParams:!0}]},{name:"biDataSet",entityName:"bi-data-set",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"biFileDatasetConfig",entityName:"bi-file-dataset-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListDatasetid",path:"list-datasetid",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"biFile",entityName:"bi-file",apis:[{mode:"post",method:"postUpload",path:"upload",hasQuery:!0}]},{name:"biShare",entityName:"bi-share",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postAddDefaultCusComp",path:"addDefaultCusComp"},{mode:"delete",method:"deleteDeleteDatasetCategory",path:"deleteDatasetCategory",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListDatasetCategory",path:"listDatasetCategory",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSaveDatasetCategory",path:"saveDatasetCategory",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"put",method:"put",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putEnabled",path:"enabled",hasData:!0},{mode:"post",method:"postExecuteUpdate",path:"executeUpdate",hasData:!0},{mode:"get",method:"getFindById",path:"findById",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postQueryData",path:"queryData",hasQuery:!0},{mode:"post",method:"postSqlColumnInformation",path:"sql/column/information",hasData:!0},{mode:"post",method:"postTestConnect",path:"testConnect",hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"database",entityName:"database",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postAddDatabase",path:"addDatabase",hasData:!0},{mode:"post",method:"postApiDataFlatten",path:"api-data-flatten"},{mode:"get",method:"getColumnInformation",path:"column/information",hasQuery:!0},{mode:"get",method:"getDbInformation",path:"db/information",hasQuery:!0},{mode:"post",method:"postGetDatabaseByPage",path:"getDatabaseByPage",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"delete",method:"deleteRemoveDatabase",path:"removeDatabase",hasQuery:!0},{mode:"post",method:"postRunSql",path:"runSql",hasData:!0},{mode:"get",method:"getTableDataPageList",path:"table/data/page/list",hasQuery:!0},{mode:"get",method:"getTableInformation",path:"table/information",hasQuery:!0},{mode:"post",method:"postTestApi",path:"testApi",hasData:!0},{mode:"post",method:"postTestDatabaseConn",path:"testDatabaseConn",hasData:!0},{mode:"put",method:"putUpdateDatabase",path:"updateDatabase",hasData:!0},{mode:"get",method:"getViewInformation",path:"view/information",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataset",entityName:"dataset",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0},{mode:"get",method:"getColumnValue",path:"column-value",hasQuery:!0},{mode:"post",method:"postCreateRequest",path:"create-request",hasQuery:!0},{mode:"post",method:"postEditRequest",path:"edit-request",hasQuery:!0,hasData:!0},{mode:"put",method:"putEncode",path:"encode",hasQuery:!0},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListCategoryDataset",path:"list-category-dataset",hasQuery:!0},{mode:"get",method:"getListIds",path:"list/ids",hasQuery:!0},{mode:"get",method:"getListKeys",path:"list/keys",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRunScript",path:"runScript",hasData:!0},{mode:"post",method:"postRunScriptNoHeader",path:"runScriptNoHeader",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasetLog",entityName:"dataset-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceDevops",entityName:"datasource-devops",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMove",entityName:"datasource-move",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMoveData",entityName:"datasource-move-data",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMoveDetail",entityName:"datasource-move-detail",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceInterconnection",entityName:"device-interconnection",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getData",path:"data",hasQuery:!0},{mode:"post",method:"postExport",path:"export"},{mode:"post",method:"postImport",path:"import"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceInterconnectionParam",entityName:"device-interconnection-param",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export"},{mode:"post",method:"postImport",path:"import"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceParamRef",entityName:"device-param-ref",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"externalMessage",entityName:"external-message",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBatchDownload",path:"batch/download",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postDataPreview",path:"data-preview",hasData:!0},{mode:"post",method:"postUploadCommon",path:"upload-common",hasQuery:!0},{mode:"post",method:"postUploadDataset",path:"upload-dataset"},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0}]},{name:"frontRelease",entityName:"front-release",apis:[{mode:"get",method:"getCleanCache",path:"cleanCache"}]},{name:"i18NConfig",entityName:"i18n-config",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExternalLangSync",path:"external/lang/sync"},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0},{mode:"post",method:"postLangJson",path:"lang/json",hasQuery:!0},{mode:"post",method:"postLangTrans",path:"lang/trans",hasQuery:!0},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"internalMessage",entityName:"internal-message",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putReadAll",path:"read/all"},{mode:"put",method:"putReadId",path:"read/{id}",hasPathParams:!0},{mode:"get",method:"getUnreadCount",path:"unread/count"}]},{name:"invokeLog",entityName:"invoke-log",apis:[{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"knowledgeBase",entityName:"knowledge-base",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"knowledgeBaseChunk",entityName:"knowledge-base-chunk",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"knowledgeBaseDoc",entityName:"knowledge-base-doc",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"ldap",entityName:"ldap",apis:[{mode:"post",method:"postUploadCertificate",path:"upload/certificate"}]},{name:"licenseUnbindLog",entityName:"license-unbind-log",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"license",entityName:"license",apis:[{mode:"get",method:"getActivate",path:"activate",hasQuery:!0},{mode:"post",method:"postActivates",path:"activates",hasQuery:!0},{mode:"post",method:"postActivatesOffline",path:"activatesOffline",hasQuery:!0},{mode:"get",method:"getCheckLicense",path:"checkLicense"},{mode:"get",method:"getClients",path:"clients",hasQuery:!0},{mode:"get",method:"getGetAppBasicInfo",path:"getAppBasicInfo",hasQuery:!0},{mode:"get",method:"getGetExpireMsg",path:"getExpireMsg",hasQuery:!0},{mode:"get",method:"getGetUsers",path:"getUsers",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModuleAuth",path:"moduleAuth",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getShareTag",path:"shareTag",hasQuery:!0},{mode:"get",method:"getSourceTag",path:"sourceTag",hasQuery:!0},{mode:"get",method:"getUnbind",path:"unbind",hasQuery:!0},{mode:"get",method:"getUninstall",path:"uninstall"},{mode:"get",method:"getVerify",path:"verify"}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"login",entityName:"login",apis:[{mode:"post",method:"postCheckApp",path:"checkApp",hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasData:!0},{mode:"post",method:"postSign",path:"sign",hasData:!0},{mode:"get",method:"getSignOut",path:"signOut",hasQuery:!0},{mode:"get",method:"getUserAppAuth",path:"userAppAuth",hasQuery:!0}]},{name:"manager",entityName:"manager",apis:[{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetTypeCount",path:"getTypeCount"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMqttSend",path:"mqtt/send",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSendEmailMessage",path:"sendEmailMessage",hasData:!0},{mode:"post",method:"postSendMessage",path:"sendMessage",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"minioFile",entityName:"minio-file",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasData:!0},{mode:"get",method:"getDownload",path:"download",hasQuery:!0}]},{name:"model",entityName:"model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelProvider",entityName:"model-provider",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"navMenu",entityName:"nav-menu",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSelected",path:"getSelected"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"navPage",entityName:"nav-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"openapiGroup",entityName:"openapi-group",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoAssociationModel",path:"info/associationModel",hasQuery:!0},{mode:"get",method:"getInfoOpenapiInfo",path:"info/openapi/info",hasQuery:!0},{mode:"get",method:"getInfoPageList",path:"info/page/list",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListDownload",path:"list/download",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"openapiKeyGrant",entityName:"openapi-key-grant",apis:[{mode:"post",method:"post",path:""},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOpenapiList",path:"openapi/list",hasQuery:!0},{mode:"get",method:"getOpenapiTenantList",path:"openapi/tenantList"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"org",entityName:"org",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"post",method:"postInputCheck",path:"inputCheck",hasData:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postOrgHavePersonCheck",path:"orgHavePersonCheck",hasData:!0},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0},{mode:"get",method:"getUserListCurrentTenantUser",path:"user/listCurrentTenantUser",hasQuery:!0},{mode:"post",method:"postUserMove",path:"user/move",hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0},{mode:"post",method:"postUserRemove",path:"user/remove",hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"orgUserPicker",entityName:"org-user-picker",apis:[{mode:"get",method:"getManagementUserListByIds",path:"management/user/listByIds",hasQuery:!0},{mode:"get",method:"getTenantManagementOrgList",path:"tenant/management/org/list"},{mode:"get",method:"getTenantManagementOrgUserPageList",path:"tenant/management/org/user/page/list",hasQuery:!0},{mode:"get",method:"getTenantManagementUserListByIds",path:"tenant/management/user/listByIds",hasQuery:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"get",method:"getAppGlobalInfoAppId",path:"app/global/info/{appId}",hasPathParams:!0},{mode:"post",method:"postAppGlobalAppId",path:"app/global/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBase",path:"base",hasData:!0},{mode:"post",method:"postDingtalk",path:"dingtalk",hasData:!0},{mode:"post",method:"postEmail",path:"email",hasData:!0},{mode:"post",method:"postFeishu",path:"feishu",hasData:!0},{mode:"get",method:"getGlobalDisabledDevelop",path:"global/disabled/develop"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postLogin",path:"login",hasData:!0},{mode:"post",method:"postOrg",path:"org",hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasData:!0},{mode:"get",method:"getTenantCfg",path:"tenant/cfg"},{mode:"get",method:"getTenantDisabledDevelop",path:"tenant/disabled/develop",hasQuery:!0},{mode:"post",method:"postTheme",path:"theme",hasData:!0},{mode:"post",method:"postUploadCertFile",path:"uploadCertFile"},{mode:"post",method:"postUserRole",path:"user-role",hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasData:!0},{mode:"get",method:"getUserField",path:"user/field"},{mode:"get",method:"getVersion",path:"version"},{mode:"post",method:"postWatermark",path:"watermark",hasData:!0},{mode:"post",method:"postWxwork",path:"wxwork",hasData:!0}]},{name:"plugin",entityName:"plugin",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelUpload",path:"cancelUpload",hasData:!0},{mode:"put",method:"putDeleteCategory",path:"deleteCategory",hasData:!0},{mode:"get",method:"getGetImages",path:"getImages",hasQuery:!0},{mode:"post",method:"postGetTenantCompList",path:"getTenantCompList",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUploadZip",path:"uploadZip",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pluginVersion",entityName:"plugin-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDelegate",entityName:"pm-process-delegate",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDelegateDetail",entityName:"pm-process-delegate-detail",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessInstance",entityName:"pm-process-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmTaskDone",entityName:"pm-task-done",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmTaskTodo",entityName:"pm-task-todo",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pnPage",entityName:"pn-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pnProject",entityName:"pn-project",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"post",method:"postImport",path:"import",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRelease",path:"release",hasData:!0},{mode:"post",method:"postSavePage",path:"savePage",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"printResource",entityName:"print-resource",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetIpAddressStatus",path:"getIpAddressStatus",hasQuery:!0},{mode:"get",method:"getGetPrintCount",path:"getPrintCount"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByMacAddress",path:"listByMacAddress",hasQuery:!0},{mode:"post",method:"postPrintTest",path:"printTest"},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasData:!0},{mode:"put",method:"putUpdateRemarkId",path:"updateRemark/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"released",entityName:"released",apis:[{mode:"delete",method:"deleteAppDeletePublishedAppByTestId",path:"app/deletePublishedAppByTestId",hasQuery:!0},{mode:"put",method:"putAppDisableAppId",path:"app/disable/{appId}",hasPathParams:!0},{mode:"put",method:"putAppEnableAppId",path:"app/enable/{appId}",hasPathParams:!0},{mode:"get",method:"getAppPublishedAppGetById",path:"app/publishedApp/getById",hasQuery:!0},{mode:"get",method:"getAppPublishedAppList",path:"app/publishedApp/list",hasQuery:!0}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"get",method:"getPlatList",path:"plat/list",hasQuery:!0},{mode:"post",method:"postPlatRemove",path:"plat/remove",hasData:!0},{mode:"post",method:"postPlatSingle",path:"plat/single",hasData:!0},{mode:"get",method:"getTenantList",path:"tenant/list",hasQuery:!0},{mode:"post",method:"postTenantRemove",path:"tenant/remove",hasData:!0},{mode:"post",method:"postTenantSingle",path:"tenant/single",hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPlat",path:"plat",hasData:!0},{mode:"delete",method:"deletePlat",path:"plat",hasQuery:!0},{mode:"get",method:"getPlatInfo",path:"plat/info",hasQuery:!0},{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0},{mode:"put",method:"putPlatIdEnabled",path:"plat/{id}/{enabled}",hasPathParams:!0},{mode:"post",method:"postTenant",path:"tenant",hasData:!0},{mode:"delete",method:"deleteTenant",path:"tenant",hasQuery:!0},{mode:"get",method:"getTenantInfo",path:"tenant/info",hasQuery:!0},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0},{mode:"put",method:"putTenantIdEnabled",path:"tenant/{id}/{enabled}",hasPathParams:!0}]},{name:"sealManagement",entityName:"seal-management",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCheckName",path:"checkName",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUpdatePassword",path:"updatePassword",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"seatMessage",entityName:"seat-message",apis:[{mode:"get",method:"getCloseId",path:"close/{id}",hasPathParams:!0}]},{name:"seat",entityName:"seat",apis:[{mode:"get",method:"getAppGetVisibleOrg",path:"app/getVisibleOrg"},{mode:"post",method:"postAppGetVisibleOrgUser",path:"app/getVisibleOrgUser",hasData:!0},{mode:"get",method:"getAppGetVisibleUser",path:"app/getVisibleUser"},{mode:"post",method:"postAuth",path:"auth"},{mode:"get",method:"getListAuthed",path:"listAuthed",hasQuery:!0},{mode:"get",method:"getListNotAuth",path:"listNotAuth",hasQuery:!0},{mode:"post",method:"postRemoveAuth",path:"removeAuth",hasQuery:!0},{mode:"get",method:"getTotalinfos",path:"totalinfos"}]},{name:"shortcut",entityName:"shortcut",apis:[{mode:"post",method:"postMenu",path:"menu",hasData:!0},{mode:"delete",method:"deleteMenu",path:"menu",hasQuery:!0},{mode:"get",method:"getMenuInfo",path:"menu/info",hasQuery:!0},{mode:"get",method:"getMenuList",path:"menu/list"},{mode:"get",method:"getMenuListAppMenu",path:"menu/list/AppMenu",hasQuery:!0},{mode:"get",method:"getMenuPageList",path:"menu/page/list",hasQuery:!0},{mode:"post",method:"postMenuSaveBatch",path:"menu/saveBatch"},{mode:"put",method:"putMenuId",path:"menu/{id}",hasPathParams:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postOperators",path:"operators",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"sms",entityName:"sms",apis:[{mode:"post",method:"postGetSignsAndTemplates",path:"getSignsAndTemplates",hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasData:!0}]},{name:"startedProcess",entityName:"started-process",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"taskDelegate",entityName:"task-delegate",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelId",path:"cancel/{id}",hasPathParams:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"taskDone",entityName:"task-done",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"taskTodo",entityName:"task-todo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"tenantDeveloper",entityName:"tenant-developer",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postRemoveAndHandover",path:"RemoveAndHandover",hasData:!0},{mode:"get",method:"getGetUserMaintainerApp",path:"getUserMaintainerApp",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"tenant",entityName:"tenant",apis:[{mode:"put",method:"putDisableId",path:"disable/{id}",hasPathParams:!0},{mode:"put",method:"putEnableId",path:"enable/{id}",hasPathParams:!0},{mode:"get",method:"getGetTenantIdByAppId",path:"getTenantIdByAppId",hasQuery:!0},{mode:"get",method:"getGetTencentByDomain",path:"getTencentByDomain",hasQuery:!0},{mode:"get",method:"getInfoByPortOrDomain",path:"info/byPortOrDomain",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postManagementOrg",path:"management/org",hasData:!0},{mode:"delete",method:"deleteManagementOrg",path:"management/org",hasQuery:!0},{mode:"post",method:"postManagementOrgDrag",path:"management/org/drag",hasData:!0},{mode:"get",method:"getManagementOrgInfoId",path:"management/org/info/{id}",hasPathParams:!0},{mode:"get",method:"getManagementOrgList",path:"management/org/list"},{mode:"post",method:"postManagementOrgTransferAndDelete",path:"management/org/transferAndDelete",hasData:!0},{mode:"post",method:"postManagementOrgUserAdd",path:"management/org/user/add",hasData:!0},{mode:"post",method:"postManagementOrgUserCreateAndAdd",path:"management/org/user/createAndAdd",hasData:!0},{mode:"get",method:"getManagementOrgUserInfo",path:"management/org/user/info",hasQuery:!0},{mode:"post",method:"postManagementOrgUserMove",path:"management/org/user/move",hasData:!0},{mode:"get",method:"getManagementOrgUserPageList",path:"management/org/user/page/list",hasQuery:!0},{mode:"post",method:"postManagementOrgUserRemove",path:"management/org/user/remove",hasData:!0},{mode:"post",method:"postManagementOrgUserUpdate",path:"management/org/user/update",hasData:!0},{mode:"put",method:"putManagementOrgId",path:"management/org/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postManagementUser",path:"management/user",hasData:!0},{mode:"delete",method:"deleteManagementUser",path:"management/user",hasData:!0},{mode:"put",method:"putManagementUserDisable",path:"management/user/disable",hasQuery:!0},{mode:"put",method:"putManagementUserEnable",path:"management/user/enable",hasQuery:!0},{mode:"get",method:"getManagementUserInfoId",path:"management/user/info/{id}",hasPathParams:!0},{mode:"get",method:"getManagementUserPageList",path:"management/user/page/list",hasQuery:!0},{mode:"post",method:"postManagementUserRemove",path:"management/user/remove",hasData:!0},{mode:"post",method:"postManagementUserResetDefaultPwd",path:"management/user/reset/default/pwd",hasData:!0},{mode:"post",method:"postManagementUserResetDefaultSignPwd",path:"management/user/reset/default/signPwd",hasData:!0},{mode:"put",method:"putManagementUserId",path:"management/user/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateDomainId",path:"updateDomain/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postUserRole",path:"user-role",hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"user",entityName:"user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info"},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getInfoByIds",path:"infoByIds",hasQuery:!0},{mode:"get",method:"getLastResetPwd",path:"last/reset/pwd"},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByTenantId",path:"listByTenantId",hasQuery:!0},{mode:"post",method:"postOrgPlatImport",path:"org/plat/import",hasQuery:!0},{mode:"post",method:"postOrgPlatTmpl",path:"org/plat/tmpl",hasData:!0},{mode:"post",method:"postOrgTenantImport",path:"org/tenant/import",hasQuery:!0},{mode:"post",method:"postOrgTenantImport4App",path:"org/tenant/import4App",hasQuery:!0},{mode:"post",method:"postOrgTenantTmpl",path:"org/tenant/tmpl",hasData:!0},{mode:"post",method:"postOrgTenantTmpl4App",path:"org/tenant/tmpl4App",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPlatImport",path:"plat/import"},{mode:"post",method:"postPlatTmpl",path:"plat/tmpl",hasData:!0},{mode:"post",method:"postResetAllpwd",path:"reset/allpwd",hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasData:!0},{mode:"post",method:"postResetPwd",path:"reset/pwd",hasData:!0},{mode:"post",method:"postSettings",path:"settings",hasData:!0},{mode:"post",method:"postTenantImport",path:"tenant/import"},{mode:"post",method:"postTenantImport4App",path:"tenant/import4App"},{mode:"post",method:"postTenantTmpl",path:"tenant/tmpl",hasData:!0},{mode:"post",method:"postTenantTmpl4App",path:"tenant/tmpl4App",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userExtra",entityName:"user-extra",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userInfoLog",entityName:"user-info-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userPasswordHistory",entityName:"user-password-history",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"workbenchComponent",entityName:"workbench-component",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"workbenchComponentRelation",entityName:"workbench-component-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdatePositionJson",path:"updatePositionJson",hasData:!0},{mode:"put",method:"putWorkbenchComponentActiveId",path:"workbenchComponentActive/{id}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"clearTempDir",entityName:"clearTempDir",apis:[{mode:"post",method:"post",path:""}]},{name:"deleteNotUseDir",entityName:"deleteNotUseDir",apis:[{mode:"post",method:"post",path:""}]},{name:"getAttachmentInfoByPage",entityName:"getAttachmentInfoByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteCompInfo",entityName:"deleteCompInfo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deleteCompInfoType",entityName:"deleteCompInfoType",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllCompInfo",entityName:"getAllCompInfo",apis:[{mode:"get",method:"get",path:""}]},{name:"getAllCompInfoByTypeId",entityName:"getAllCompInfoByTypeId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getAllCompInfoType",entityName:"getAllCompInfoType",apis:[{mode:"get",method:"get",path:""}]},{name:"getCompInfoById",entityName:"getCompInfoById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCompInfoByPage",entityName:"getCompInfoByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getCompInfoTypeById",entityName:"getCompInfoTypeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCompInfoTypeByPage",entityName:"getCompInfoTypeByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"importCompInfoJson",entityName:"importCompInfoJson",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveCompInfo",entityName:"saveCompInfo",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveCompInfoType",entityName:"saveCompInfoType",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteCsvDatasource",entityName:"deleteCsvDatasource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllCsvDatasource",entityName:"getAllCsvDatasource",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getContentToArray",entityName:"getContentToArray",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceById",entityName:"getCsvDatasourceById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceByName",entityName:"getCsvDatasourceByName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceByPage",entityName:"getCsvDatasourceByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"parseCsvOrExcel",entityName:"parseCsvOrExcel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveCsvDatasource",entityName:"saveCsvDatasource",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getDesignerData",entityName:"getDesignerData",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"deleteEchartTheme",entityName:"deleteEchartTheme",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllEchartTheme",entityName:"getAllEchartTheme",apis:[{mode:"get",method:"get",path:""}]},{name:"getEchartThemeById",entityName:"getEchartThemeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getEchartThemeByPage",entityName:"getEchartThemeByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getMyEchartThemes",entityName:"getMyEchartThemes",apis:[{mode:"get",method:"get",path:""}]},{name:"getSysEchartThemes",entityName:"getSysEchartThemes",apis:[{mode:"get",method:"get",path:""}]},{name:"saveEchartTheme",entityName:"saveEchartTheme",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"buildEnshrineCompLibrary",entityName:"buildEnshrineCompLibrary",apis:[{mode:"get",method:"get",path:""}]},{name:"deleteEnshrineComp",entityName:"deleteEnshrineComp",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deleteEnshrineCompGroup",entityName:"deleteEnshrineCompGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllEnshrineCompGroups",entityName:"getAllEnshrineCompGroups",apis:[{mode:"get",method:"get",path:""}]},{name:"getEnshrineCompByPage",entityName:"getEnshrineCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getEnshrineCompGroupById",entityName:"getEnshrineCompGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getEnshrineCompGroupByPage",entityName:"getEnshrineCompGroupByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getLayoutItemObjById",entityName:"getLayoutItemObjById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveEnshrineComp",entityName:"saveEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveEnshrineCompGroup",entityName:"saveEnshrineCompGroup",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"searchEnshrineComp",entityName:"searchEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"get",method:"getAgentScriptAgent",path:"agent/scriptAgent",hasQuery:!0},{mode:"get",method:"getApaasUtilsGetUserMasterOrg",path:"apaas-utils/getUserMasterOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsGetUserMasterOrgId",path:"apaas-utils/getUserMasterOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllOrgId",path:"apaas-utils/listUserAllOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllOrgIdIncludeParent",path:"apaas-utils/listUserAllOrgIdIncludeParent",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllPrincipalOrgId",path:"apaas-utils/listUserAllPrincipalOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserDirectSubordinate",path:"apaas-utils/listUserDirectSubordinate",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderOrg",path:"apaas-utils/listUserIdUnderOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllOrg",path:"apaas-utils/listUserIdUnderUserAllOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllPrincipalOrg",path:"apaas-utils/listUserIdUnderUserAllPrincipalOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserMasterOrg",path:"apaas-utils/listUserIdUnderUserMasterOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsPrintDropdownList",path:"apaas-utils/printDropdownList"},{mode:"get",method:"getApaasUtilsSearchAllOrgOrUser",path:"apaas-utils/searchAllOrgOrUser",hasQuery:!0},{mode:"post",method:"postAppGrantedUser",path:"app-granted-user",hasQuery:!0,hasData:!0},{mode:"post",method:"postAppGrantedUserBatch",path:"app-granted-user/batch",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppGrantedUserFindAllByDeleted",path:"app-granted-user/findAllByDeleted",hasQuery:!0},{mode:"get",method:"getAppGrantedUserGrantedStatistic",path:"app-granted-user/grantedStatistic",hasQuery:!0},{mode:"get",method:"getAppGrantedUserList",path:"app-granted-user/list",hasQuery:!0},{mode:"get",method:"getAppGrantedUserPageList",path:"app-granted-user/page/list",hasQuery:!0},{mode:"get",method:"getAppGrantedUserRemoveAndTransfer",path:"app-granted-user/removeAndTransfer",hasQuery:!0},{mode:"get",method:"getAppGrantedUserUngrantedList",path:"app-granted-user/ungranted/list",hasQuery:!0},{mode:"get",method:"getAppSettingInfoByAppId",path:"app-setting/infoByAppId",hasQuery:!0},{mode:"get",method:"getAppFindAllByTenantId",path:"app/findAllByTenantId"},{mode:"get",method:"getAppGetDestBySource",path:"app/getDestBySource",hasQuery:!0},{mode:"get",method:"getAppGetSourceByDest",path:"app/getSourceByDest",hasQuery:!0},{mode:"get",method:"getAppListAppGrantedUserId",path:"app/listAppGrantedUserId",hasQuery:!0},{mode:"post",method:"postAppLockOrUnlockToPaas",path:"app/lockOrUnlockToPaas",hasData:!0},{mode:"post",method:"postAppOrg",path:"app/org",hasData:!0},{mode:"delete",method:"deleteAppOrg",path:"app/org",hasQuery:!0},{mode:"post",method:"postAppOrgDrag",path:"app/org/drag",hasData:!0},{mode:"get",method:"getAppOrgInfoId",path:"app/org/info/{id}",hasPathParams:!0},{mode:"get",method:"getAppOrgList",path:"app/org/list"},{mode:"post",method:"postAppOrgSaveList",path:"app/org/save-list"},{mode:"post",method:"postAppOrgTransferAndDelete",path:"app/org/transferAndDelete",hasData:!0},{mode:"post",method:"postAppOrgUserAdd",path:"app/org/user/add",hasData:!0},{mode:"post",method:"postAppOrgUserCreateAndAdd",path:"app/org/user/createAndAdd",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppOrgUserInfo",path:"app/org/user/info",hasQuery:!0},{mode:"post",method:"postAppOrgUserMove",path:"app/org/user/move",hasData:!0},{mode:"post",method:"postAppOrgUserPageList",path:"app/org/user/page/list",hasData:!0},{mode:"post",method:"postAppOrgUserRemove",path:"app/org/user/remove",hasData:!0},{mode:"post",method:"postAppOrgUserUpdate",path:"app/org/user/update",hasData:!0},{mode:"put",method:"putAppOrgId",path:"app/org/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getAppProdPublished",path:"app/prodPublished"},{mode:"get",method:"getAppPublished",path:"app/published"},{mode:"get",method:"getAppTestPublished",path:"app/testPublished"},{mode:"post",method:"postAppUpdateApaasAppSetting",path:"app/updateApaasAppSetting",hasData:!0},{mode:"post",method:"postAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"put",method:"putAppUserDisable",path:"app/user/disable",hasQuery:!0},{mode:"put",method:"putAppUserEnable",path:"app/user/enable",hasQuery:!0},{mode:"get",method:"getAppUserInfoId",path:"app/user/info/{id}",hasPathParams:!0},{mode:"post",method:"postAppUserPageList",path:"app/user/page/list",hasData:!0},{mode:"post",method:"postAppUserRemove",path:"app/user/remove",hasData:!0},{mode:"post",method:"postAppUserResetDefaultPwd",path:"app/user/reset/default/pwd",hasData:!0},{mode:"post",method:"postAppUserResetDefaultSignPwd",path:"app/user/reset/default/signPwd",hasData:!0},{mode:"post",method:"postAppUserSaveList",path:"app/user/save-list",hasQuery:!0},{mode:"put",method:"putAppUserId",path:"app/user/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDataSourceExecuteSelect",path:"data-source/executeSelect",hasQuery:!0},{mode:"post",method:"postDataSourceExecuteUpdate",path:"data-source/executeUpdate",hasData:!0},{mode:"get",method:"getDataSourceFindByKeyAndEnv",path:"data-source/findByKeyAndEnv",hasQuery:!0},{mode:"post",method:"postDataSourcePageList",path:"data-source/page/list",hasData:!0},{mode:"get",method:"getDataSourceQueryData",path:"data-source/queryData",hasQuery:!0},{mode:"post",method:"postDataSourceSelect",path:"data-source/select",hasQuery:!0,hasData:!0},{mode:"get",method:"getDataSourceType",path:"data-source/type",hasQuery:!0},{mode:"delete",method:"deleteDevopsSbx",path:"devops/sbx",hasQuery:!0},{mode:"get",method:"getDevopsSbxRedoData",path:"devops/sbx/redo/data",hasQuery:!0},{mode:"post",method:"postFileTaskList",path:"file-task/list"},{mode:"post",method:"postFileTaskStatus",path:"file-task/status",hasData:!0},{mode:"post",method:"postFileTaskSubmit",path:"file-task/submit",hasData:!0},{mode:"get",method:"getKnowledgeBaseFindByIds",path:"knowledge-base/findByIds",hasQuery:!0},{mode:"post",method:"postLoginLogUserLoginLogPage",path:"login-log/userLoginLogPage",hasData:!0},{mode:"get",method:"getLoginSsoOauth2Authorize",path:"login/sso/oauth2/authorize",hasQuery:!0},{mode:"get",method:"getLoginSsoOauth2Debug",path:"login/sso/oauth2/debug"},{mode:"get",method:"getModelInfo",path:"model/info",hasQuery:!0},{mode:"get",method:"getMsgFindAllByType",path:"msg/findAllByType",hasQuery:!0},{mode:"post",method:"postMsgSendEmailMessage",path:"msg/sendEmailMessage",hasData:!0},{mode:"post",method:"postMsgSendMessage",path:"msg/sendMessage",hasData:!0},{mode:"post",method:"postOpenapiGroup",path:"openapi-group",hasData:!0},{mode:"put",method:"putOpenapiGroupEnabled",path:"openapi-group/enabled",hasQuery:!0},{mode:"put",method:"putOpenapiGroupOpened",path:"openapi-group/opened",hasQuery:!0},{mode:"put",method:"putOpenapiKeyGrantUpdateApi",path:"openapi-key-grant/updateApi",hasQuery:!0},{mode:"get",method:"getOrgUserPickerAppGetCanBeUsedOrg",path:"org-user-picker/app/getCanBeUsedOrg",hasQuery:!0},{mode:"post",method:"postOrgUserPickerAppGetCanBeUsedOrgUser",path:"org-user-picker/app/getCanBeUsedOrgUser",hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleOrg",path:"org-user-picker/app/getVisibleOrg",hasQuery:!0},{mode:"post",method:"postOrgUserPickerAppGetVisibleOrgUser",path:"org-user-picker/app/getVisibleOrgUser",hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleUser",path:"org-user-picker/app/getVisibleUser",hasQuery:!0},{mode:"get",method:"getOrgUserPickerAppListUserByIds",path:"org-user-picker/app/listUserByIds",hasQuery:!0},{mode:"post",method:"postOrgFindAllByIdIn",path:"org/findAllByIdIn"},{mode:"get",method:"getOrgInfoId",path:"org/info/{id}",hasPathParams:!0},{mode:"post",method:"postOrgList",path:"org/list",hasQuery:!0},{mode:"get",method:"getOrgListAll",path:"org/listAll"},{mode:"post",method:"postOrgPrincipals",path:"org/principals"},{mode:"get",method:"getPlatAppGlobalInfoAppId",path:"plat/app/global/info/{appId}",hasPathParams:!0},{mode:"post",method:"postPlatAppGlobalAppId",path:"plat/app/global/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postPlatBase",path:"plat/base",hasData:!0},{mode:"post",method:"postPlatOrg",path:"plat/org",hasData:!0},{mode:"post",method:"postPlatSecurity",path:"plat/security",hasData:!0},{mode:"post",method:"postPrintLogPageList",path:"print-log/page/list",hasData:!0},{mode:"get",method:"getPrintBtwFileTree",path:"print/btwFileTree"},{mode:"get",method:"getPrintBtwTmplExist",path:"print/btwTmplExist",hasQuery:!0},{mode:"get",method:"getPrintExchangePrinterName",path:"print/exchangePrinterName",hasQuery:!0},{mode:"post",method:"postPrintExchangePrinterName4Btw",path:"print/exchangePrinterName4Btw"},{mode:"post",method:"postPrintSendPrintData",path:"print/sendPrintData",hasData:!0},{mode:"delete",method:"deleteRegexpDelete",path:"regexp/delete",hasQuery:!0},{mode:"get",method:"getRegexpInfo",path:"regexp/info",hasQuery:!0},{mode:"get",method:"getRegexpList",path:"regexp/list"},{mode:"get",method:"getRegexpPageList",path:"regexp/page/list",hasQuery:!0},{mode:"post",method:"postRegexpSave",path:"regexp/save",hasData:!0},{mode:"put",method:"putRegexpUpdateId",path:"regexp/update/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postReportDataExport",path:"report-data/export",hasData:!0},{mode:"get",method:"getReportDataInfo",path:"report-data/info",hasQuery:!0},{mode:"post",method:"postReportDataList",path:"report-data/list",hasData:!0},{mode:"get",method:"getReportDataPageInfo",path:"report-data/page-info",hasQuery:!0},{mode:"get",method:"getReportDataProjectInfo",path:"report-data/project-info",hasQuery:!0},{mode:"post",method:"postReportDetailDetail",path:"report-detail/detail",hasData:!0},{mode:"post",method:"postReportDetailListStatistic",path:"report-detail/listStatistic",hasData:!0},{mode:"post",method:"postSignLogOperators",path:"signLog/operators",hasData:!0},{mode:"post",method:"postSignLogPageList",path:"signLog/page/list",hasData:!0},{mode:"get",method:"getTenantInfoByPortOrDomain",path:"tenant/info/byPortOrDomain",hasQuery:!0},{mode:"get",method:"getTenantOrgList",path:"tenant/org/list",hasQuery:!0},{mode:"post",method:"postTenantUserSyncFromThirdParty",path:"tenant/userSyncFromThirdParty",hasData:!0},{mode:"get",method:"getUserOrgPrincipal",path:"user/org/principal",hasQuery:!0},{mode:"post",method:"postUserOrgPrincipals",path:"user/org/principals",hasQuery:!0}]},{name:"copyFilter",entityName:"copyFilter",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteFilter",entityName:"deleteFilter",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllFilter",entityName:"getAllFilter",apis:[{mode:"get",method:"get",path:""}]},{name:"getFilterById",entityName:"getFilterById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveFilter",entityName:"saveFilter",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"httpQuery",entityName:"httpQuery",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"clearLogLogin",entityName:"clearLogLogin",apis:[{mode:"post",method:"post",path:""}]},{name:"getLogLoginByPage",entityName:"getLogLoginByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"clearLogOperate",entityName:"clearLogOperate",apis:[{mode:"post",method:"post",path:""}]},{name:"deleteLogOperateById",entityName:"deleteLogOperateById",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getPnLogOperateByPage",entityName:"getPnLogOperateByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"uncompressLogOperateLayoutStr",entityName:"uncompressLogOperateLayoutStr",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteMapGeoJson",entityName:"deleteMapGeoJson",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAdCodeByAliasName",entityName:"getAdCodeByAliasName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getGeoJsonByAdCode",entityName:"getGeoJsonByAdCode",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapBaseInfoByLevel",entityName:"getMapBaseInfoByLevel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapGeoJsonById",entityName:"getMapGeoJsonById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapGeoJsonByPage",entityName:"getMapGeoJsonByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveMapGeoJson",entityName:"saveMapGeoJson",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePageSnapshoot",entityName:"deletePageSnapshoot",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getPageSnapshootByEnabled",entityName:"getPageSnapshootByEnabled",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageSnapshootById",entityName:"getPageSnapshootById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageSnapshootsByPageId",entityName:"getPageSnapshootsByPageId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"savePageSnapshoot",entityName:"savePageSnapshoot",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"setPageSnapshootEnabled",entityName:"setPageSnapshootEnabled",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"setPageSnapshootEnabledByPageId",entityName:"setPageSnapshootEnabledByPageId",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"attachmentResourceTransfer",entityName:"attachmentResourceTransfer",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePageTemplate",entityName:"deletePageTemplate",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"exportTemplate",entityName:"exportTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!0},{mode:"head",method:"head",path:"",hasQuery:!0},{mode:"post",method:"post",path:"",hasQuery:!0},{mode:"put",method:"put",path:"",hasQuery:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"options",method:"options",path:"",hasQuery:!0},{mode:"patch",method:"patch",path:"",hasQuery:!0}]},{name:"getAllPageTemplate",entityName:"getAllPageTemplate",apis:[{mode:"get",method:"get",path:""}]},{name:"getPageTemplateById",entityName:"getPageTemplateById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageTemplateByPage",entityName:"getPageTemplateByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTemplateForCreatePageForm",entityName:"getPageTemplateForCreatePageForm",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTemplateLayout",entityName:"getPageTemplateLayout",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageTemplateThemeJson",entityName:"getPageTemplateThemeJson",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"importTemplate",entityName:"importTemplate",apis:[{mode:"get",method:"get",path:""},{mode:"head",method:"head",path:""},{mode:"post",method:"post",path:""},{mode:"put",method:"put",path:""},{mode:"delete",method:"delete",path:""},{mode:"options",method:"options",path:""},{mode:"patch",method:"patch",path:""}]},{name:"savePageTemplate",entityName:"savePageTemplate",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"toggleEnabled",entityName:"toggleEnabled",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePnResource",entityName:"deletePnResource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deletePnResourceGroup",entityName:"deletePnResourceGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getMyAllPnResourceGroup",entityName:"getMyAllPnResourceGroup",apis:[{mode:"get",method:"get",path:""}]},{name:"getMyPnResourceByPage",entityName:"getMyPnResourceByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPnResourceGroupById",entityName:"getPnResourceGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"resourceTransferToPage",entityName:"resourceTransferToPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"savePnResourceGroup",entityName:"savePnResourceGroup",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"uploadFiles",entityName:"uploadFiles",apis:[{mode:"get",method:"get",path:"",hasQuery:!0},{mode:"head",method:"head",path:"",hasQuery:!0},{mode:"post",method:"post",path:"",hasQuery:!0},{mode:"put",method:"put",path:"",hasQuery:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"options",method:"options",path:"",hasQuery:!0},{mode:"patch",method:"patch",path:"",hasQuery:!0}]},{name:"getMyShareCustomCompByPage",entityName:"getMyShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getShareCustomCompById",entityName:"getShareCustomCompById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getShareCustomCompByPage",entityName:"getShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveShareCustomComp",entityName:"saveShareCustomComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTotalCount",entityName:"getPageTotalCount",apis:[{mode:"get",method:"get",path:""}]},{name:"getProjectTotalCount",entityName:"getProjectTotalCount",apis:[{mode:"get",method:"get",path:""}]}];function R(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}var f,L;function O(){if(L)return f;L=1;function a(o){if(typeof o!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(o))}function r(o,e){for(var t="",h=0,d=-1,m=0,p,u=0;u<=o.length;++u){if(u<o.length)p=o.charCodeAt(u);else{if(p===47)break;p=47}if(p===47){if(!(d===u-1||m===1))if(d!==u-1&&m===2){if(t.length<2||h!==2||t.charCodeAt(t.length-1)!==46||t.charCodeAt(t.length-2)!==46){if(t.length>2){var g=t.lastIndexOf("/");if(g!==t.length-1){g===-1?(t="",h=0):(t=t.slice(0,g),h=t.length-1-t.lastIndexOf("/")),d=u,m=0;continue}}else if(t.length===2||t.length===1){t="",h=0,d=u,m=0;continue}}e&&(t.length>0?t+="/..":t="..",h=2)}else t.length>0?t+="/"+o.slice(d+1,u):t=o.slice(d+1,u),h=u-d-1;d=u,m=0}else p===46&&m!==-1?++m:m=-1}return t}function i(o,e){var t=e.dir||e.root,h=e.base||(e.name||"")+(e.ext||"");return t?t===e.root?t+h:t+o+h:h}var s={resolve:function(){for(var e="",t=!1,h,d=arguments.length-1;d>=-1&&!t;d--){var m;d>=0?m=arguments[d]:(h===void 0&&(h=process.cwd()),m=h),a(m),m.length!==0&&(e=m+"/"+e,t=m.charCodeAt(0)===47)}return e=r(e,!t),t?e.length>0?"/"+e:"/":e.length>0?e:"."},normalize:function(e){if(a(e),e.length===0)return".";var t=e.charCodeAt(0)===47,h=e.charCodeAt(e.length-1)===47;return e=r(e,!t),e.length===0&&!t&&(e="."),e.length>0&&h&&(e+="/"),t?"/"+e:e},isAbsolute:function(e){return a(e),e.length>0&&e.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var e,t=0;t<arguments.length;++t){var h=arguments[t];a(h),h.length>0&&(e===void 0?e=h:e+="/"+h)}return e===void 0?".":s.normalize(e)},relative:function(e,t){if(a(e),a(t),e===t||(e=s.resolve(e),t=s.resolve(t),e===t))return"";for(var h=1;h<e.length&&e.charCodeAt(h)===47;++h);for(var d=e.length,m=d-h,p=1;p<t.length&&t.charCodeAt(p)===47;++p);for(var u=t.length,g=u-p,y=m<g?m:g,l=-1,n=0;n<=y;++n){if(n===y){if(g>y){if(t.charCodeAt(p+n)===47)return t.slice(p+n+1);if(n===0)return t.slice(p+n)}else m>y&&(e.charCodeAt(h+n)===47?l=n:n===0&&(l=0));break}var I=e.charCodeAt(h+n),M=t.charCodeAt(p+n);if(I!==M)break;I===47&&(l=n)}var c="";for(n=h+l+1;n<=d;++n)(n===d||e.charCodeAt(n)===47)&&(c.length===0?c+="..":c+="/..");return c.length>0?c+t.slice(p+l):(p+=l,t.charCodeAt(p)===47&&++p,t.slice(p))},_makeLong:function(e){return e},dirname:function(e){if(a(e),e.length===0)return".";for(var t=e.charCodeAt(0),h=t===47,d=-1,m=!0,p=e.length-1;p>=1;--p)if(t=e.charCodeAt(p),t===47){if(!m){d=p;break}}else m=!1;return d===-1?h?"/":".":h&&d===1?"//":e.slice(0,d)},basename:function(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');a(e);var h=0,d=-1,m=!0,p;if(t!==void 0&&t.length>0&&t.length<=e.length){if(t.length===e.length&&t===e)return"";var u=t.length-1,g=-1;for(p=e.length-1;p>=0;--p){var y=e.charCodeAt(p);if(y===47){if(!m){h=p+1;break}}else g===-1&&(m=!1,g=p+1),u>=0&&(y===t.charCodeAt(u)?--u===-1&&(d=p):(u=-1,d=g))}return h===d?d=g:d===-1&&(d=e.length),e.slice(h,d)}else{for(p=e.length-1;p>=0;--p)if(e.charCodeAt(p)===47){if(!m){h=p+1;break}}else d===-1&&(m=!1,d=p+1);return d===-1?"":e.slice(h,d)}},extname:function(e){a(e);for(var t=-1,h=0,d=-1,m=!0,p=0,u=e.length-1;u>=0;--u){var g=e.charCodeAt(u);if(g===47){if(!m){h=u+1;break}continue}d===-1&&(m=!1,d=u+1),g===46?t===-1?t=u:p!==1&&(p=1):t!==-1&&(p=-1)}return t===-1||d===-1||p===0||p===1&&t===d-1&&t===h+1?"":e.slice(t,d)},format:function(e){if(e===null||typeof e!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return i("/",e)},parse:function(e){a(e);var t={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return t;var h=e.charCodeAt(0),d=h===47,m;d?(t.root="/",m=1):m=0;for(var p=-1,u=0,g=-1,y=!0,l=e.length-1,n=0;l>=m;--l){if(h=e.charCodeAt(l),h===47){if(!y){u=l+1;break}continue}g===-1&&(y=!1,g=l+1),h===46?p===-1?p=l:n!==1&&(n=1):p!==-1&&(n=-1)}return p===-1||g===-1||n===0||n===1&&p===g-1&&p===u+1?g!==-1&&(u===0&&d?t.base=t.name=e.slice(1,g):t.base=t.name=e.slice(u,g)):(u===0&&d?(t.name=e.slice(1,p),t.base=e.slice(1,g)):(t.name=e.slice(u,p),t.base=e.slice(u,g)),t.ext=e.slice(p,g)),u>0?t.dir=e.slice(0,u-1):d&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};return s.posix=s,f=s,f}var k=O(),P=R(k),A=(a=>(a[a.SUCCESS=200]="SUCCESS",a[a.ERROR=-1]="ERROR",a[a.TIMEOUT=401]="TIMEOUT",a.TYPE="success",a))(A||{}),v=(a=>(a.GET="GET",a.POST="POST",a.PUT="PUT",a.DELETE="DELETE",a))(v||{}),Q=(a=>(a.JSON="application/json;charset=UTF-8",a.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",a.FORM_DATA="multipart/form-data;charset=UTF-8",a))(Q||{}),C=(a=>(a.submit="post",a.listByIds="get",a.getone="post",a.listAll="post",a.listByPage="post",a.listTree="post",a.save="post",a.saveOrUpdate="post",a.saveBatch="post",a.importData="post",a.exportData="post",a.remove="post",a.removeById="delete",a.removeByIds="delete",a.update="put",a.updateById="put",a.updateByIds="put",a.rdoSave="post",a.rdoListAll="post",a.rdoListByPage="post",a.rdoListVersionById="get",a.rdoSaveVersion="post",a.rdoSaveBatch="post",a.rdoUpdateVersionById="put",a.rdoRemoveVersionById="delete",a.rdoRemoveById="delete",a.rdoGetVersionById="get",a.getOne="post",a.rdoGetVersionByRefId="post",a.getById="get",a.rdoListAllVersion="post",a.rdoRefListByPage="post",a.export="post",a.import="post",a.rdoExport="post",a.rdoImport="post",a.biz_search="post",a))(C||{});class b extends Error{code;data;subCode;subMessage;constructor(r){super(r.message),this.name="BackendError",this.code=r.code,this.data=r.data,this.subCode=r.subCode,this.subMessage=r.subMessage}}const N=U.create();class D{static use(r){r(N)}static get(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"GET"})}static post(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"POST"})}static put(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"PUT"})}static delete(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"DELETE"})}static options(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"OPTIONS"})}static patch(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"PATCH"})}static head(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"HEAD"})}static upload(r,i={},s={},o={},e={}){const t=new FormData,{name:h,filename:d,file:m}=s;if((Array.isArray(m)?m:[m]).forEach(u=>{d?t.append(h||"file",u,d):t.append(h||"file",u)}),s.data)for(const[u,g]of Object.entries(s.data))g!=null&&(Array.isArray(g)&&g.forEach(y=>{t.append(`${u}[]`,y)}),t.append(u,g));return this.request(r,i,t,o,{...e,method:"POST",headers:{"Content-Type":Q.FORM_DATA,...e.headers}})}static transformUrl(r,i){let s=r;for(const[o,e]of Object.entries(i))s=s.replace(`{${o}}`,encodeURIComponent(String(e)));return s}static async request(r,i,s,o,e={}){const t=await N.request({url:this.transformUrl(r,i||{}),data:s instanceof FormData?s:JSON.stringify(s||{}),params:o,timeout:12e4,headers:{"Content-Type":Q.JSON,...e.headers},...e});if(t.status>=200&&t.status<300){const h=t.data;if(h.ok===!0)return h.data;throw new b(h)}throw t}}class w{constructor(r,i){return this.url=r,new Proxy(this,{get(s,o){if(!(o in s)){const e=i.apis.find(t=>t.method===o);if(e){const t=`_${e.mode}`;e.hasPathParams&&e.hasData&&e.hasQuery?s[o]=(h,d,m,p)=>s[t](e.path,h,d,m,p):e.hasPathParams&&e.hasData?s[o]=function(h,d,m){return s[t](e.path,h,void 0,d,m)}:e.hasPathParams&&e.hasQuery?s[o]=function(h,d,m){return s[t](e.path,h,d,void 0,m)}:e.hasPathParams?s[o]=function(h,d){return s[t](e.path,h,void 0,void 0,d)}:e.hasData&&e.hasQuery?s[o]=function(h,d,m){return s[t](e.path,void 0,h,d,m)}:e.hasData?s[o]=function(h,d){return s[t](e.path,void 0,void 0,h,d)}:e.hasQuery?s[o]=function(h,d){return s[t](e.path,void 0,h,void 0,d)}:s[o]=function(h){return s[t](e.path,void 0,void 0,void 0,h)}}}return s[o]}})}_put(r,i,s,o,e){return D.put(P.join(this.url,r),i,o,s,e)}_get(r,i,s,o,e){return D.get(P.join(this.url,r),i,o,s,e)}_delete(r,i,s,o,e){return D.delete(P.join(this.url,r),i,o,s,e)}_post(r,i,s,o,e){return D.post(P.join(this.url,r),i,o,s,e)}_options(r,i,s,o,e){return D.options(P.join(this.url,r),i,o,s,e)}_patch(r,i,s,o,e){return D.patch(P.join(this.url,r),i,o,s,e)}_head(r,i,s,o,e){return D.head(P.join(this.url,r),i,o,s,e)}}class B{constructor(r,i){return new Proxy(this,{get(s,o){const e=i.find(t=>t.name===o);if(e)return o in s||(s[o]=new w(P.join(r,e.entityName),e)),s[o]}})}}const K={apaas:new B("/gct-apaas/api",T),platform:new B("/gct-platform/api",S)};export{b as BackendError,C as BizServiceEnum,Q as ContentTypeEnum,D as HttpUtil,v as RequestEnum,A as ResultEnum,K as api};
|