@gct-paas/api 0.1.6-dev.0 → 0.1.6-dev.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.min.js +1 -4
- package/es/apaas/service/api-config.mjs +91 -0
- package/es/apaas/service/apis/api.service.d.ts +4 -0
- package/es/apaas/service/apis/app-org.service.d.ts +4 -0
- package/es/apaas/service/apis/category.service.d.ts +8 -0
- package/es/apaas/service/apis/detail-page.service.d.ts +96 -0
- package/es/apaas/service/apis/edhr-instance.service.d.ts +12 -0
- package/es/apaas/service/apis/medPro.service.d.ts +108 -0
- package/es/apaas/service/apis/online-form-instance.service.d.ts +4 -4
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +18 -1
- package/es/apaas/service/apis/ss.service.d.ts +9 -0
- package/es/apaas/service/apis/transaction.service.d.ts +157 -0
- package/es/apaas/service/apis/user.service.d.ts +31 -0
- package/es/apaas/service/entities.d.ts +24 -37
- package/es/platform/service/api-config.mjs +4 -2
- package/es/platform/service/apis/api.service.d.ts +10 -1
- package/es/platform/service/apis/app.service.d.ts +4 -0
- package/es/platform/service/apis/dashboard.service.d.ts +0 -4
- package/es/platform/service/apis/license.service.d.ts +10 -1
- package/es/platform/service/apis/org.service.d.ts +0 -4
- package/es/platform/service/apis/tenant.service.d.ts +0 -4
- package/es/platform/service/entities.d.ts +0 -1
- package/es/service/index.mjs +0 -2
- package/es/types/index.d.ts +8 -0
- package/es/utils/index.d.ts +0 -1
- package/es/utils/index.mjs +0 -1
- package/lib/apaas/index.cjs +12 -0
- package/lib/apaas/service/api-config.cjs +6377 -0
- package/lib/apaas/service/apis/api.service.d.ts +733 -0
- package/lib/apaas/service/apis/app-branch.service.d.ts +70 -0
- package/lib/apaas/service/apis/app-global-settings.service.d.ts +81 -0
- package/lib/apaas/service/apis/app-granted-user.service.d.ts +86 -0
- package/lib/apaas/service/apis/app-org.service.d.ts +184 -0
- package/lib/apaas/service/apis/app-publish-log.service.d.ts +72 -0
- package/lib/apaas/service/apis/app-state.service.d.ts +11 -0
- package/lib/apaas/service/apis/app-user.service.d.ts +142 -0
- package/lib/apaas/service/apis/approval-log.service.d.ts +70 -0
- package/lib/apaas/service/apis/audit-log.service.d.ts +59 -0
- package/lib/apaas/service/apis/basic-config.service.d.ts +72 -0
- package/lib/apaas/service/apis/biz-event.service.d.ts +83 -0
- package/lib/apaas/service/apis/biz-process-definition-version.service.d.ts +89 -0
- package/lib/apaas/service/apis/biz-process-definition.service.d.ts +91 -0
- package/lib/apaas/service/apis/biz-service-crud.service.d.ts +182 -0
- package/lib/apaas/service/apis/biz-service.service.d.ts +58 -0
- package/lib/apaas/service/apis/bom.service.d.ts +7 -0
- package/lib/apaas/service/apis/category-relation.service.d.ts +108 -0
- package/lib/apaas/service/apis/category.service.d.ts +323 -0
- package/lib/apaas/service/apis/chat.service.d.ts +20 -0
- package/lib/apaas/service/apis/code-ts.service.d.ts +8 -0
- package/lib/apaas/service/apis/commit-log.service.d.ts +147 -0
- package/lib/apaas/service/apis/common-info-card.service.d.ts +94 -0
- package/lib/apaas/service/apis/control-config.service.d.ts +123 -0
- package/lib/apaas/service/apis/customer-complaint.service.d.ts +108 -0
- package/lib/apaas/service/apis/dashboard.service.d.ts +90 -0
- package/lib/apaas/service/apis/data-model.service.d.ts +125 -0
- package/lib/apaas/service/apis/data-source.service.d.ts +33 -0
- package/lib/apaas/service/apis/data-trace.service.d.ts +75 -0
- package/lib/apaas/service/apis/designer-common.service.d.ts +446 -0
- package/lib/apaas/service/apis/designer-lock.service.d.ts +50 -0
- package/lib/apaas/service/apis/designer-operate-log.service.d.ts +46 -0
- package/lib/apaas/service/apis/devops.service.d.ts +18 -0
- package/lib/apaas/service/apis/dhr.service.d.ts +83 -0
- package/lib/apaas/service/apis/dify-chat.service.d.ts +19 -0
- package/lib/apaas/service/apis/doc-control-started.service.d.ts +76 -0
- package/lib/apaas/service/apis/doc-control-task-done.service.d.ts +76 -0
- package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +121 -0
- package/lib/apaas/service/apis/doc-control.service.d.ts +101 -0
- package/lib/apaas/service/apis/doc-outline.service.d.ts +156 -0
- package/lib/apaas/service/apis/document.service.d.ts +197 -0
- package/lib/apaas/service/apis/edhr-category.service.d.ts +84 -0
- package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +93 -0
- package/lib/apaas/service/apis/edhr-instance-relation.service.d.ts +54 -0
- package/lib/apaas/service/apis/edhr-instance-search-history.service.d.ts +31 -0
- package/lib/apaas/service/apis/edhr-instance.service.d.ts +277 -0
- package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +138 -0
- package/lib/apaas/service/apis/ele-search.service.d.ts +18 -0
- package/lib/apaas/service/apis/enum-model-field.service.d.ts +124 -0
- package/lib/apaas/service/apis/enum-model.service.d.ts +133 -0
- package/lib/apaas/service/apis/event-log.service.d.ts +52 -0
- package/lib/apaas/service/apis/event.service.d.ts +83 -0
- package/lib/apaas/service/apis/excel-tmpl.service.d.ts +191 -0
- package/lib/apaas/service/apis/excel.service.d.ts +144 -0
- package/lib/apaas/service/apis/field-meta.service.d.ts +181 -0
- package/lib/apaas/service/apis/field.service.d.ts +16 -0
- package/lib/apaas/service/apis/file-resource.service.d.ts +40 -0
- package/lib/apaas/service/apis/file-task.service.d.ts +23 -0
- package/lib/apaas/service/apis/file.service.d.ts +44 -0
- package/lib/apaas/service/apis/form.service.d.ts +54 -0
- package/lib/apaas/service/apis/formRelate.service.d.ts +243 -0
- package/lib/apaas/service/apis/front-operate-log.service.d.ts +46 -0
- package/lib/apaas/service/apis/global-method.service.d.ts +80 -0
- package/lib/apaas/service/apis/i18n-info.service.d.ts +84 -0
- package/lib/apaas/service/apis/import-report.service.d.ts +41 -0
- package/lib/apaas/service/apis/instance-relation.service.d.ts +89 -0
- package/lib/apaas/service/apis/ipaas.service.d.ts +12 -0
- package/lib/apaas/service/apis/job-log.service.d.ts +63 -0
- package/lib/apaas/service/apis/job.service.d.ts +133 -0
- package/lib/apaas/service/apis/js-engine.service.d.ts +37 -0
- package/lib/apaas/service/apis/label-log.service.d.ts +90 -0
- package/lib/apaas/service/apis/label.service.d.ts +351 -0
- package/lib/apaas/service/apis/login-log.service.d.ts +12 -0
- package/lib/apaas/service/apis/med-pro.service.d.ts +76 -0
- package/lib/apaas/service/apis/medPro.service.d.ts +48 -0
- package/lib/apaas/service/apis/menu-config.service.d.ts +86 -0
- package/lib/apaas/service/apis/merge-log.service.d.ts +53 -0
- package/lib/apaas/service/apis/message-record.service.d.ts +101 -0
- package/lib/apaas/service/apis/message-setting.service.d.ts +25 -0
- package/lib/apaas/service/apis/message-tmpl.service.d.ts +116 -0
- package/lib/apaas/service/apis/mobile-homepage.service.d.ts +100 -0
- package/lib/apaas/service/apis/mobile-page.service.d.ts +133 -0
- package/lib/apaas/service/apis/model-comprehensive.service.d.ts +450 -0
- package/lib/apaas/service/apis/model-data.service.d.ts +70 -0
- package/lib/apaas/service/apis/model-meta.service.d.ts +342 -0
- package/lib/apaas/service/apis/model-method.service.d.ts +91 -0
- package/lib/apaas/service/apis/model-permission-relation.service.d.ts +75 -0
- package/lib/apaas/service/apis/model.service.d.ts +16 -0
- package/lib/apaas/service/apis/ocr.service.d.ts +7 -0
- package/lib/apaas/service/apis/office.service.d.ts +7 -0
- package/lib/apaas/service/apis/online-form-category.service.d.ts +84 -0
- package/lib/apaas/service/apis/online-form-change-history.service.d.ts +26 -0
- package/lib/apaas/service/apis/online-form-instance.service.d.ts +803 -0
- package/lib/apaas/service/apis/online-form-log.service.d.ts +30 -0
- package/lib/apaas/service/apis/online-form-tmpl-log.service.d.ts +86 -0
- package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +286 -0
- package/lib/apaas/service/apis/online-form.service.d.ts +180 -0
- package/lib/apaas/service/apis/online-user-summary.service.d.ts +75 -0
- package/lib/apaas/service/apis/online.service.d.ts +89 -0
- package/lib/apaas/service/apis/openapi.service.d.ts +99 -0
- package/lib/apaas/service/apis/pad-page.service.d.ts +132 -0
- package/lib/apaas/service/apis/page-designer-log.service.d.ts +107 -0
- package/lib/apaas/service/apis/permission.service.d.ts +79 -0
- package/lib/apaas/service/apis/plat.service.d.ts +45 -0
- package/lib/apaas/service/apis/pm-process-definition-version.service.d.ts +97 -0
- package/lib/apaas/service/apis/pm-process-definition.service.d.ts +121 -0
- package/lib/apaas/service/apis/pm-process-engine.service.d.ts +208 -0
- package/lib/apaas/service/apis/print-designer.service.d.ts +126 -0
- package/lib/apaas/service/apis/print-log.service.d.ts +23 -0
- package/lib/apaas/service/apis/print.service.d.ts +45 -0
- package/lib/apaas/service/apis/process-approval-log.service.d.ts +89 -0
- package/lib/apaas/service/apis/process-approve-user.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-definition-version.service.d.ts +96 -0
- package/lib/apaas/service/apis/process-definition.service.d.ts +85 -0
- package/lib/apaas/service/apis/process-engine.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-event.service.d.ts +72 -0
- package/lib/apaas/service/apis/process-graph.service.d.ts +18 -0
- package/lib/apaas/service/apis/process-instance-relation-.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-instance.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-message-user.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-node-definition.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-path-user.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-path.service.d.ts +44 -0
- package/lib/apaas/service/apis/process-task-done.service.d.ts +118 -0
- package/lib/apaas/service/apis/process-task-todo.service.d.ts +231 -0
- package/lib/apaas/service/apis/process-version.service.d.ts +76 -0
- package/lib/apaas/service/apis/process.service.d.ts +66 -0
- package/lib/apaas/service/apis/processTest.service.d.ts +106 -0
- package/lib/apaas/service/apis/product-release.service.d.ts +118 -0
- package/lib/apaas/service/apis/publish-log.service.d.ts +101 -0
- package/lib/apaas/service/apis/regexp.service.d.ts +94 -0
- package/lib/apaas/service/apis/report-data-set.service.d.ts +127 -0
- package/lib/apaas/service/apis/report-data.service.d.ts +30 -0
- package/lib/apaas/service/apis/report.service.d.ts +164 -0
- package/lib/apaas/service/apis/role-permission.service.d.ts +47 -0
- package/lib/apaas/service/apis/role.service.d.ts +91 -0
- package/lib/apaas/service/apis/sandbox-config.service.d.ts +112 -0
- package/lib/apaas/service/apis/script-assistant.service.d.ts +16 -0
- package/lib/apaas/service/apis/script-version-log.service.d.ts +82 -0
- package/lib/apaas/service/apis/script-version.service.d.ts +115 -0
- package/lib/apaas/service/apis/script.service.d.ts +115 -0
- package/lib/apaas/service/apis/service-orchestration-version-log.service.d.ts +88 -0
- package/lib/apaas/service/apis/service-orchestration-version.service.d.ts +115 -0
- package/lib/apaas/service/apis/service-orchestration.service.d.ts +120 -0
- package/lib/apaas/service/apis/sign-history.service.d.ts +70 -0
- package/lib/apaas/service/apis/sign-log.service.d.ts +19 -0
- package/lib/apaas/service/apis/signature.service.d.ts +19 -0
- package/lib/apaas/service/apis/sql-view-model.service.d.ts +65 -0
- package/lib/apaas/service/apis/sql-view.service.d.ts +18 -0
- package/lib/apaas/service/apis/ss.service.d.ts +25 -0
- package/lib/apaas/service/apis/stash.service.d.ts +62 -0
- package/lib/apaas/service/apis/sub-model-process.service.d.ts +9 -0
- package/lib/apaas/service/apis/sys-config.service.d.ts +70 -0
- package/lib/apaas/service/apis/system-var.service.d.ts +126 -0
- package/lib/apaas/service/apis/trace-log-details.service.d.ts +134 -0
- package/lib/apaas/service/apis/trace-log.service.d.ts +115 -0
- package/lib/apaas/service/apis/trace-mainline-ext.service.d.ts +75 -0
- package/lib/apaas/service/apis/trace-mainline.service.d.ts +72 -0
- package/lib/apaas/service/apis/trace-setting.service.d.ts +48 -0
- package/lib/apaas/service/apis/user-group-relation.service.d.ts +46 -0
- package/lib/apaas/service/apis/user-group.service.d.ts +87 -0
- package/lib/apaas/service/apis/view-model.service.d.ts +166 -0
- package/lib/apaas/service/apis/wash.service.d.ts +11 -0
- package/lib/apaas/service/apis/webpage.service.d.ts +169 -0
- package/lib/apaas/service/entities.d.ts +33950 -0
- package/lib/apaas/service/index.d.ts +323 -0
- package/lib/index.cjs +16 -0
- package/lib/ipaas/index.cjs +12 -0
- package/lib/ipaas/service/api-config.cjs +322 -0
- package/lib/ipaas/service/apis/auth.service.d.ts +36 -0
- package/lib/ipaas/service/apis/camel.service.d.ts +63 -0
- package/lib/ipaas/service/apis/category.service.d.ts +12 -0
- package/lib/ipaas/service/apis/connector-config.service.d.ts +119 -0
- package/lib/ipaas/service/apis/connector-log.service.d.ts +46 -0
- package/lib/ipaas/service/apis/flow-app.service.d.ts +75 -0
- package/lib/ipaas/service/apis/flow-category.service.d.ts +192 -0
- package/lib/ipaas/service/apis/flow-ext.service.d.ts +100 -0
- package/lib/ipaas/service/apis/flow.service.d.ts +96 -0
- package/lib/ipaas/service/apis/runtime.service.d.ts +29 -0
- package/lib/ipaas/service/entities.d.ts +1762 -0
- package/lib/ipaas/service/index.d.ts +23 -0
- package/lib/platform/index.cjs +12 -0
- package/lib/platform/service/api-config.cjs +5288 -0
- package/lib/platform/service/apis/agent.service.d.ts +70 -0
- package/lib/platform/service/apis/api.service.d.ts +1597 -0
- package/lib/platform/service/apis/apk.service.d.ts +61 -0
- package/lib/platform/service/apis/app-member.service.d.ts +102 -0
- package/lib/platform/service/apis/app-setting.service.d.ts +107 -0
- package/lib/platform/service/apis/app.service.d.ts +723 -0
- package/lib/platform/service/apis/assets.service.d.ts +102 -0
- package/lib/platform/service/apis/attachmentResourceTransfer.service.d.ts +13 -0
- package/lib/platform/service/apis/audit-log.service.d.ts +48 -0
- package/lib/platform/service/apis/bi-app.service.d.ts +14 -0
- package/lib/platform/service/apis/bi-data-set.service.d.ts +82 -0
- package/lib/platform/service/apis/bi-file-dataset-config.service.d.ts +92 -0
- package/lib/platform/service/apis/bi-file.service.d.ts +20 -0
- package/lib/platform/service/apis/bi-share.service.d.ts +83 -0
- package/lib/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +8 -0
- package/lib/platform/service/apis/category.service.d.ts +135 -0
- package/lib/platform/service/apis/clearLogLogin.service.d.ts +8 -0
- package/lib/platform/service/apis/clearLogOperate.service.d.ts +8 -0
- package/lib/platform/service/apis/clearTempDir.service.d.ts +8 -0
- package/lib/platform/service/apis/copyFilter.service.d.ts +13 -0
- package/lib/platform/service/apis/dashboard.service.d.ts +94 -0
- package/lib/platform/service/apis/data-source.service.d.ts +144 -0
- package/lib/platform/service/apis/data-trace.service.d.ts +75 -0
- package/lib/platform/service/apis/database.service.d.ts +211 -0
- package/lib/platform/service/apis/dataset-log.service.d.ts +79 -0
- package/lib/platform/service/apis/dataset.service.d.ts +247 -0
- package/lib/platform/service/apis/datasource-devops.service.d.ts +66 -0
- package/lib/platform/service/apis/datasource-move-data.service.d.ts +86 -0
- package/lib/platform/service/apis/datasource-move-detail.service.d.ts +82 -0
- package/lib/platform/service/apis/datasource-move.service.d.ts +72 -0
- package/lib/platform/service/apis/deleteCompInfo.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteCompInfoType.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteCsvDatasource.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteEchartTheme.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteEnshrineComp.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteFilter.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteLogOperateById.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteMapGeoJson.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteNotUseDir.service.d.ts +8 -0
- package/lib/platform/service/apis/deletePageSnapshoot.service.d.ts +17 -0
- package/lib/platform/service/apis/deletePageTemplate.service.d.ts +17 -0
- package/lib/platform/service/apis/deletePnResource.service.d.ts +17 -0
- package/lib/platform/service/apis/deletePnResourceGroup.service.d.ts +17 -0
- package/lib/platform/service/apis/device-interconnection-param.service.d.ts +88 -0
- package/lib/platform/service/apis/device-interconnection.service.d.ts +101 -0
- package/lib/platform/service/apis/device-param-ref.service.d.ts +41 -0
- package/lib/platform/service/apis/exportTemplate.service.d.ts +80 -0
- package/lib/platform/service/apis/external-message.service.d.ts +75 -0
- package/lib/platform/service/apis/file-task.service.d.ts +131 -0
- package/lib/platform/service/apis/file.service.d.ts +42 -0
- package/lib/platform/service/apis/front-release.service.d.ts +7 -0
- package/lib/platform/service/apis/getAdCodeByAliasName.service.d.ts +14 -0
- package/lib/platform/service/apis/getAllCompInfo.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +14 -0
- package/lib/platform/service/apis/getAllCompInfoType.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllCsvDatasource.service.d.ts +14 -0
- package/lib/platform/service/apis/getAllEchartTheme.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllFilter.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllPageTemplate.service.d.ts +8 -0
- package/lib/platform/service/apis/getAttachmentInfoByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getCompInfoById.service.d.ts +14 -0
- package/lib/platform/service/apis/getCompInfoByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getCompInfoTypeById.service.d.ts +14 -0
- package/lib/platform/service/apis/getCompInfoTypeByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getContentToArray.service.d.ts +18 -0
- package/lib/platform/service/apis/getCsvDatasourceById.service.d.ts +14 -0
- package/lib/platform/service/apis/getCsvDatasourceByName.service.d.ts +14 -0
- package/lib/platform/service/apis/getCsvDatasourceByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getDesignerData.service.d.ts +14 -0
- package/lib/platform/service/apis/getEchartThemeById.service.d.ts +14 -0
- package/lib/platform/service/apis/getEchartThemeByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getEnshrineCompByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getEnshrineCompGroupById.service.d.ts +14 -0
- package/lib/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getFilterById.service.d.ts +14 -0
- package/lib/platform/service/apis/getGeoJsonByAdCode.service.d.ts +14 -0
- package/lib/platform/service/apis/getLayoutItemObjById.service.d.ts +14 -0
- package/lib/platform/service/apis/getLogLoginByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +14 -0
- package/lib/platform/service/apis/getMapGeoJsonById.service.d.ts +14 -0
- package/lib/platform/service/apis/getMapGeoJsonByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +8 -0
- package/lib/platform/service/apis/getMyEchartThemes.service.d.ts +8 -0
- package/lib/platform/service/apis/getMyPnResourceByPage.service.d.ts +10 -0
- package/lib/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +18 -0
- package/lib/platform/service/apis/getPageSnapshootById.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTemplateById.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTemplateByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +13 -0
- package/lib/platform/service/apis/getPageTemplateLayout.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTemplateThemeJson.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTotalCount.service.d.ts +8 -0
- package/lib/platform/service/apis/getPnLogOperateByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getPnResourceGroupById.service.d.ts +14 -0
- package/lib/platform/service/apis/getProjectTotalCount.service.d.ts +8 -0
- package/lib/platform/service/apis/getShareCustomCompById.service.d.ts +14 -0
- package/lib/platform/service/apis/getShareCustomCompByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getSysEchartThemes.service.d.ts +8 -0
- package/lib/platform/service/apis/httpQuery.service.d.ts +10 -0
- package/lib/platform/service/apis/i18n-config.service.d.ts +29 -0
- package/lib/platform/service/apis/i18n-info.service.d.ts +115 -0
- package/lib/platform/service/apis/importCompInfoJson.service.d.ts +13 -0
- package/lib/platform/service/apis/importTemplate.service.d.ts +32 -0
- package/lib/platform/service/apis/internal-message.service.d.ts +96 -0
- package/lib/platform/service/apis/invoke-log.service.d.ts +73 -0
- package/lib/platform/service/apis/knowledge-base-chunk.service.d.ts +75 -0
- package/lib/platform/service/apis/knowledge-base-doc.service.d.ts +75 -0
- package/lib/platform/service/apis/knowledge-base.service.d.ts +72 -0
- package/lib/platform/service/apis/ldap.service.d.ts +7 -0
- package/lib/platform/service/apis/license-unbind-log.service.d.ts +12 -0
- package/lib/platform/service/apis/license.service.d.ts +248 -0
- package/lib/platform/service/apis/login-log.service.d.ts +38 -0
- package/lib/platform/service/apis/login.service.d.ts +73 -0
- package/lib/platform/service/apis/manager.service.d.ts +39 -0
- package/lib/platform/service/apis/message-setting.service.d.ts +148 -0
- package/lib/platform/service/apis/minio-file.service.d.ts +26 -0
- package/lib/platform/service/apis/model-provider.service.d.ts +72 -0
- package/lib/platform/service/apis/model.service.d.ts +70 -0
- package/lib/platform/service/apis/nav-menu.service.d.ts +98 -0
- package/lib/platform/service/apis/nav-page.service.d.ts +81 -0
- package/lib/platform/service/apis/openapi-group.service.d.ts +186 -0
- package/lib/platform/service/apis/openapi-key-grant.service.d.ts +97 -0
- package/lib/platform/service/apis/org-user-picker.service.d.ts +70 -0
- package/lib/platform/service/apis/org.service.d.ts +215 -0
- package/lib/platform/service/apis/parseCsvOrExcel.service.d.ts +18 -0
- package/lib/platform/service/apis/permission.service.d.ts +57 -0
- package/lib/platform/service/apis/plat.service.d.ts +190 -0
- package/lib/platform/service/apis/plugin-version.service.d.ts +73 -0
- package/lib/platform/service/apis/plugin.service.d.ts +185 -0
- package/lib/platform/service/apis/pm-process-delegate-detail.service.d.ts +75 -0
- package/lib/platform/service/apis/pm-process-delegate.service.d.ts +75 -0
- package/lib/platform/service/apis/pm-process-instance.service.d.ts +92 -0
- package/lib/platform/service/apis/pm-task-done.service.d.ts +90 -0
- package/lib/platform/service/apis/pm-task-todo.service.d.ts +86 -0
- package/lib/platform/service/apis/pn-page.service.d.ts +70 -0
- package/lib/platform/service/apis/pn-project.service.d.ts +173 -0
- package/lib/platform/service/apis/print-log.service.d.ts +107 -0
- package/lib/platform/service/apis/print-resource.service.d.ts +131 -0
- package/lib/platform/service/apis/regexp.service.d.ts +94 -0
- package/lib/platform/service/apis/released.service.d.ts +96 -0
- package/lib/platform/service/apis/resourceTransferToPage.service.d.ts +13 -0
- package/lib/platform/service/apis/role-permission.service.d.ts +59 -0
- package/lib/platform/service/apis/role.service.d.ts +147 -0
- package/lib/platform/service/apis/saveCompInfo.service.d.ts +13 -0
- package/lib/platform/service/apis/saveCompInfoType.service.d.ts +13 -0
- package/lib/platform/service/apis/saveCsvDatasource.service.d.ts +13 -0
- package/lib/platform/service/apis/saveEchartTheme.service.d.ts +13 -0
- package/lib/platform/service/apis/saveEnshrineComp.service.d.ts +13 -0
- package/lib/platform/service/apis/saveEnshrineCompGroup.service.d.ts +13 -0
- package/lib/platform/service/apis/saveFilter.service.d.ts +13 -0
- package/lib/platform/service/apis/saveMapGeoJson.service.d.ts +13 -0
- package/lib/platform/service/apis/savePageSnapshoot.service.d.ts +13 -0
- package/lib/platform/service/apis/savePageTemplate.service.d.ts +13 -0
- package/lib/platform/service/apis/savePnResourceGroup.service.d.ts +13 -0
- package/lib/platform/service/apis/saveShareCustomComp.service.d.ts +13 -0
- package/lib/platform/service/apis/seal-management.service.d.ts +85 -0
- package/lib/platform/service/apis/searchEnshrineComp.service.d.ts +13 -0
- package/lib/platform/service/apis/seat-message.service.d.ts +13 -0
- package/lib/platform/service/apis/seat.service.d.ts +100 -0
- package/lib/platform/service/apis/setPageSnapshootEnabled.service.d.ts +13 -0
- package/lib/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +13 -0
- package/lib/platform/service/apis/shortcut.service.d.ts +129 -0
- package/lib/platform/service/apis/sign-log.service.d.ts +72 -0
- package/lib/platform/service/apis/sms.service.d.ts +19 -0
- package/lib/platform/service/apis/started-process.service.d.ts +64 -0
- package/lib/platform/service/apis/task-delegate.service.d.ts +101 -0
- package/lib/platform/service/apis/task-done.service.d.ts +60 -0
- package/lib/platform/service/apis/task-todo.service.d.ts +60 -0
- package/lib/platform/service/apis/tenant-developer.service.d.ts +119 -0
- package/lib/platform/service/apis/tenant.service.d.ts +482 -0
- package/lib/platform/service/apis/toggleEnabled.service.d.ts +13 -0
- package/lib/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +13 -0
- package/lib/platform/service/apis/uploadFiles.service.d.ts +108 -0
- package/lib/platform/service/apis/user-extra.service.d.ts +70 -0
- package/lib/platform/service/apis/user-info-log.service.d.ts +74 -0
- package/lib/platform/service/apis/user-password-history.service.d.ts +75 -0
- package/lib/platform/service/apis/user.service.d.ts +281 -0
- package/lib/platform/service/apis/workbench-component-relation.service.d.ts +115 -0
- package/lib/platform/service/apis/workbench-component.service.d.ts +86 -0
- package/lib/platform/service/entities.d.ts +23348 -0
- package/lib/platform/service/index.d.ts +369 -0
- package/lib/service/api-manage.cjs +34 -0
- package/lib/service/api-service.cjs +165 -0
- package/lib/service/api-service.interface.cjs +1 -0
- package/lib/service/http.enum.cjs +66 -0
- package/lib/service/http.error.cjs +46 -0
- package/lib/service/http.util.cjs +245 -0
- package/lib/service/index.cjs +54 -0
- package/lib/types/index.d.ts +171 -0
- package/lib/utils/index.cjs +16 -0
- package/package.json +20 -24
- package/dist/index.system.min.js +0 -4
- package/es/service/request.client.d.ts +0 -6
- package/es/service/request.client.mjs +0 -35
- package/es/utils/native-http/native-http.d.ts +0 -6
- package/es/utils/native-http/native-http.mjs +0 -63
package/dist/index.esm.min.js
CHANGED
|
@@ -1,4 +1 @@
|
|
|
1
|
-
import no from"axios";import go from"util";const lo=[{name:"medPro",entityName:"medPro",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",hasPathParams:!0,hasData:!0}]},{name:"approve",entityName:"approve",apis:[{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:"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",hasQuery:!0},{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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postUploadLabelImage",path:"upload/label/image",hasUpload:!0,hasData:!0},{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:"getAllPageList",path:"all/page/list",hasQuery:!0},{mode:"put",method:"putEffectiveDateId",path:"effectiveDate/{id}",hasPathParams:!0,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:"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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"putUpdateOperatingStateId",path:"updateOperatingState/{id}",hasPathParams:!0,hasData:!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:"{id}",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:"post",method:"postSort",path:"sort",hasData:!0},{mode:"put",method:"putId",path:"{id}",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:"{id}",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:"{id}",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:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!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",hasUpload:!0,hasQuery:!0,hasData:!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:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!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:"inspectionCategory",entityName:"inspection-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:"{id}",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:"{id}",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",hasUpload:!0,hasData:!0},{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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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",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:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!0},{mode:"put",method:"putId",path:"{id}",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:"{id}",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",hasUpload:!0,hasData:!0}]},{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:"{id}",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:"getInstEncodeCheck",path:"inst/encode/check",hasQuery:!0},{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:"onlineFormTmplExport",entityName:"online-form-tmpl-export",apis:[{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"post",method:"postImportJsonl",path:"importJsonl",hasUpload:!0,hasQuery:!0,hasData:!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:"{id}",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:"getGetBomByFormTmplId",path:"getBomByFormTmplId",hasQuery:!0},{mode:"get",method:"getGetBomByFormTmplIdAndTableKey",path:"getBomByFormTmplIdAndTableKey",hasQuery:!0},{mode:"get",method:"getGetCommunicationConfig",path:"getCommunicationConfig",hasQuery:!0},{mode:"get",method:"getGetFormTmplUsedFieldMeta",path:"getFormTmplUsedFieldMeta",hasQuery:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"post",method:"postInfos",path:"infos",hasData:!0},{mode:"get",method:"getIsOcrGranted",path:"isOcrGranted"},{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:"putUpdateOperatingStateId",path:"updateOperatingState/{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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",hasPathParams:!0},{mode:"put",method:"putId",path:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"post",method:"postApproveHisPageList",path:"approve/his/page/list",hasData:!0},{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:"post",method:"postApproveHisPageList",path:"approve/his/page/list",hasData:!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:"productReleaseCategory",entityName:"product-release-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:"{id}",hasPathParams:!0,hasData:!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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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"}]}],yo=[{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:"{id}",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",hasUpload:!0,hasData:!0},{mode:"put",method:"putId",path:"{id}",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",hasUpload:!0,hasData:!0},{mode:"put",method:"putId",path:"{id}",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}",hasUpload:!0,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}]},{name:"biApp",entityName:"bi-app",apis:[{mode:"get",method:"getExportAppidTenantId",path:"export/{appid}/{tenantId}",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:"{id}",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:"{id}",hasPathParams:!0,hasData:!0}]},{name:"biFile",entityName:"bi-file",apis:[{mode:"post",method:"postUpload",path:"upload",hasUpload:!0,hasQuery:!0,hasData:!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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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",hasUpload:!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:"putId",path:"{id}",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",hasUpload:!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:"putId",path:"{id}",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:"{id}",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:"delete",method:"deleteObject",path:"object",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postUploadDataset",path:"upload-dataset",hasUpload:!0,hasData:!0},{mode:"post",method:"postUploadImage",path:"upload/image",hasUpload:!0,hasQuery:!0,hasData:!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:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!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:"{id}",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:"{id}",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:"{id}",hasPathParams:!0,hasData:!0}]},{name:"ldap",entityName:"ldap",apis:[{mode:"post",method:"postUploadCertificate",path:"upload/certificate",hasUpload:!0,hasData:!0}]},{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:"getGetAppEffectiveLicense",path:"getAppEffectiveLicense",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},{mode:"get",method:"getTenantLog",path:"tenant/log",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"get",method:"getCardLoginCfg",path:"card/login/cfg"},{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",hasUpload:!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:"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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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",hasUpload:!0,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:"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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postOrgPlatTmpl",path:"org/plat/tmpl",hasData:!0},{mode:"post",method:"postOrgTenantImport",path:"org/tenant/import",hasUpload:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postOrgTenantImport4App",path:"org/tenant/import4App",hasUpload:!0,hasQuery:!0,hasData:!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",hasUpload:!0,hasData:!0},{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",hasUpload:!0,hasData:!0},{mode:"post",method:"postTenantImport4App",path:"tenant/import4App",hasUpload:!0,hasData:!0},{mode:"post",method:"postTenantTmpl",path:"tenant/tmpl",hasData:!0},{mode:"post",method:"postTenantTmpl4App",path:"tenant/tmpl4App",hasData:!0},{mode:"put",method:"putId",path:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"getCallbackLogin",path:"callback/login"},{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:"get",method:"getLicenseGetAppEffectiveLicense",path:"license/getAppEffectiveLicense",hasQuery:!0},{mode:"get",method:"getLicenseModuleAuth",path:"license/moduleAuth"},{mode:"post",method:"postLoginLogUserLoginLogPage",path:"login-log/userLoginLogPage",hasData:!0},{mode:"get",method:"getLoginSettingGet",path:"login/setting/get",hasQuery:!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:"postSeatAdd",path:"seat/add",hasQuery:!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:""}]}];var Ht=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Jt(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ce,zt;function co(){if(zt)return Ce;zt=1;var e={default:Ce,call:function(r,o,t){var u="";typeof o=="function"&&(t=o,o={});var h={data:o===void 0?null:o};if(typeof t=="function"){var y="dscb"+window.dscb++;window[y]=t,h._dscbstub=y}return h=JSON.stringify(h),window._dsbridge?u=_dsbridge.call(r,h):(window._dswk||navigator.userAgent.indexOf("_dsbridge")!=-1)&&(u=prompt("_dsbridge="+r,h)),JSON.parse(u||"{}").data},register:function(r,o,t){var u=t?window._dsaf:window._dsf;window._dsInit||(window._dsInit=!0,setTimeout(function(){e.call("_dsb.dsinit")},0)),typeof o=="object"?u._obs[r]=o:u[r]=o},registerAsyn:function(r,o){this.register(r,o,!0)},hasNativeMethod:function(r,o){return this.call("_dsb.hasNativeMethod",{name:r,type:o||"all"})},disableJavascriptDialogBlock:function(r){this.call("_dsb.disableJavascriptDialogBlock",{disable:r!==!1})}};return(function(){if(!window._dsf){var r={_dsf:{_obs:{}},_dsaf:{_obs:{}},dscb:0,dsBridge:e,close:function(){e.call("_dsb.closePage")},_handleMessageFromNative:function(t){var u=JSON.parse(t.data),h={id:t.callbackId,complete:!0},y=this._dsf[t.method],i=this._dsaf[t.method],c=function(m,b){h.data=m.apply(b,u),e.call("_dsb.returnValue",h)},g=function(m,b){u.push(function(Q,I){h.data=Q,h.complete=I!==!1,e.call("_dsb.returnValue",h)}),m.apply(b,u)};if(y)c(y,this._dsf);else if(i)g(i,this._dsaf);else{var P=t.method.split(".");if(P.length<2)return;var f=P.pop(),N=P.join("."),v=this._dsf._obs,d=v[N]||{},n=d[f];if(n&&typeof n=="function"){c(n,d);return}if(v=this._dsaf._obs,d=v[N]||{},n=d[f],n&&typeof n=="function"){g(n,d);return}}}};for(var o in r)window[o]=r[o];e.register("_hasJavascriptMethod",function(t,u){var h=t.split(".");if(h.length<2)return!!(_dsf[h]||_dsaf[h]);var t=h.pop(),y=h.join("."),i=_dsf._obs[y]||_dsaf._obs[y];return i&&!!i[t]})}})(),Ce=e,Ce}var fo=co(),Ke=Jt(fo),_e,jt;function Ie(){return jt||(jt=1,_e=TypeError),_e}var Ve,Zt;function Po(){return Zt||(Zt=1,Ve=go.inspect),Ve}var qe,Xt;function Be(){if(Xt)return qe;Xt=1;var e=typeof Map=="function"&&Map.prototype,r=Object.getOwnPropertyDescriptor&&e?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,o=e&&r&&typeof r.get=="function"?r.get:null,t=e&&Map.prototype.forEach,u=typeof Set=="function"&&Set.prototype,h=Object.getOwnPropertyDescriptor&&u?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,y=u&&h&&typeof h.get=="function"?h.get:null,i=u&&Set.prototype.forEach,c=typeof WeakMap=="function"&&WeakMap.prototype,g=c?WeakMap.prototype.has:null,P=typeof WeakSet=="function"&&WeakSet.prototype,f=P?WeakSet.prototype.has:null,N=typeof WeakRef=="function"&&WeakRef.prototype,v=N?WeakRef.prototype.deref:null,d=Boolean.prototype.valueOf,n=Object.prototype.toString,m=Function.prototype.toString,b=String.prototype.match,Q=String.prototype.slice,I=String.prototype.replace,U=String.prototype.toUpperCase,C=String.prototype.toLowerCase,A=RegExp.prototype.test,p=Array.prototype.concat,l=Array.prototype.join,L=Array.prototype.slice,S=Math.floor,B=typeof BigInt=="function"?BigInt.prototype.valueOf:null,M=Object.getOwnPropertySymbols,F=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,R=typeof Symbol=="function"&&typeof Symbol.iterator=="object",_=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===R||!0)?Symbol.toStringTag:null,T=Object.prototype.propertyIsEnumerable,x=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(a){return a.__proto__}:null);function D(a,s){if(a===1/0||a===-1/0||a!==a||a&&a>-1e3&&a<1e3||A.call(/e/,s))return s;var E=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof a=="number"){var G=a<0?-S(-a):S(a);if(G!==a){var K=String(G),O=Q.call(s,K.length+1);return I.call(K,E,"$&_")+"."+I.call(I.call(O,/([0-9]{3})/g,"$&_"),/_$/,"")}}return I.call(s,E,"$&_")}var J=Po(),oe=J.custom,le=W(oe)?oe:null,he={__proto__:null,double:'"',single:"'"},de={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};qe=function a(s,E,G,K){var O=E||{};if(z(O,"quoteStyle")&&!z(he,O.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(z(O,"maxStringLength")&&(typeof O.maxStringLength=="number"?O.maxStringLength<0&&O.maxStringLength!==1/0:O.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var ne=z(O,"customInspect")?O.customInspect:!0;if(typeof ne!="boolean"&&ne!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(z(O,"indent")&&O.indent!==null&&O.indent!==" "&&!(parseInt(O.indent,10)===O.indent&&O.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(z(O,"numericSeparator")&&typeof O.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var ye=O.numericSeparator;if(typeof s>"u")return"undefined";if(s===null)return"null";if(typeof s=="boolean")return s?"true":"false";if(typeof s=="string")return Ft(s,O);if(typeof s=="number"){if(s===0)return 1/0/s>0?"0":"-0";var j=String(s);return ye?D(s,j):j}if(typeof s=="bigint"){var ge=String(s)+"n";return ye?D(s,ge):ge}var we=typeof O.depth>"u"?5:O.depth;if(typeof G>"u"&&(G=0),G>=we&&we>0&&typeof s=="object")return me(s)?"[Array]":"[Object]";var Qe=mo(O,G);if(typeof K>"u")K=[];else if(ie(K,s)>=0)return"[Circular]";function ae(ve,Ne,io){if(Ne&&(K=L.call(K),K.push(Ne)),io){var Wt={depth:O.depth};return z(O,"quoteStyle")&&(Wt.quoteStyle=O.quoteStyle),a(ve,Wt,G+1,K)}return a(ve,O,G+1,K)}if(typeof s=="function"&&!$(s)){var kt=ce(s),Gt=be(s,ae);return"[Function"+(kt?": "+kt:" (anonymous)")+"]"+(Gt.length>0?" { "+l.call(Gt,", ")+" }":"")}if(W(s)){var Kt=R?I.call(String(s),/^(Symbol\(.*\))_[^)]*$/,"$1"):F.call(s);return typeof s=="object"&&!R?Le(Kt):Kt}if(so(s)){for(var Ae="<"+C.call(String(s.nodeName)),Re=s.attributes||[],Se=0;Se<Re.length;Se++)Ae+=" "+Re[Se].name+"="+pe(re(Re[Se].value),"double",O);return Ae+=">",s.childNodes&&s.childNodes.length&&(Ae+="..."),Ae+="</"+C.call(String(s.nodeName))+">",Ae}if(me(s)){if(s.length===0)return"[]";var Ee=be(s,ae);return Qe&&!po(Ee)?"["+Ue(Ee,Qe)+"]":"[ "+l.call(Ee,", ")+" ]"}if(w(s)){var Fe=be(s,ae);return!("cause"in Error.prototype)&&"cause"in s&&!T.call(s,"cause")?"{ ["+String(s)+"] "+l.call(p.call("[cause]: "+ae(s.cause),Fe),", ")+" }":Fe.length===0?"["+String(s)+"]":"{ ["+String(s)+"] "+l.call(Fe,", ")+" }"}if(typeof s=="object"&&ne){if(le&&typeof s[le]=="function"&&J)return J(s,{depth:we-G});if(ne!=="symbol"&&typeof s.inspect=="function")return s.inspect()}if(te(s)){var _t=[];return t&&t.call(s,function(ve,Ne){_t.push(ae(Ne,s,!0)+" => "+ae(ve,s))}),xt("Map",o.call(s),_t,Qe)}if(De(s)){var Vt=[];return i&&i.call(s,function(ve){Vt.push(ae(ve,s))}),xt("Set",y.call(s),Vt,Qe)}if(fe(s))return Te("WeakMap");if(ro(s))return Te("WeakSet");if(Pe(s))return Te("WeakRef");if(k(s))return Le(ae(Number(s)));if(X(s))return Le(ae(B.call(s)));if(q(s))return Le(d.call(s));if(V(s))return Le(ae(String(s)));if(typeof window<"u"&&s===window)return"{ [object Window] }";if(typeof globalThis<"u"&&s===globalThis||typeof Ht<"u"&&s===Ht)return"{ [object globalThis] }";if(!ue(s)&&!$(s)){var xe=be(s,ae),qt=x?x(s)===Object.prototype:s instanceof Object||s.constructor===Object,ke=s instanceof Object?"":"null prototype",$t=!qt&&_&&Object(s)===s&&_ in s?Q.call(Y(s),8,-1):ke?"Object":"",uo=qt||typeof s.constructor!="function"?"":s.constructor.name?s.constructor.name+" ":"",Ge=uo+($t||ke?"["+l.call(p.call([],$t||[],ke||[]),": ")+"] ":"");return xe.length===0?Ge+"{}":Qe?Ge+"{"+Ue(xe,Qe)+"}":Ge+"{ "+l.call(xe,", ")+" }"}return String(s)};function pe(a,s,E){var G=E.quoteStyle||s,K=he[G];return K+a+K}function re(a){return I.call(String(a),/"/g,""")}function Z(a){return!_||!(typeof a=="object"&&(_ in a||typeof a[_]<"u"))}function me(a){return Y(a)==="[object Array]"&&Z(a)}function ue(a){return Y(a)==="[object Date]"&&Z(a)}function $(a){return Y(a)==="[object RegExp]"&&Z(a)}function w(a){return Y(a)==="[object Error]"&&Z(a)}function V(a){return Y(a)==="[object String]"&&Z(a)}function k(a){return Y(a)==="[object Number]"&&Z(a)}function q(a){return Y(a)==="[object Boolean]"&&Z(a)}function W(a){if(R)return a&&typeof a=="object"&&a instanceof Symbol;if(typeof a=="symbol")return!0;if(!a||typeof a!="object"||!F)return!1;try{return F.call(a),!0}catch{}return!1}function X(a){if(!a||typeof a!="object"||!B)return!1;try{return B.call(a),!0}catch{}return!1}var H=Object.prototype.hasOwnProperty||function(a){return a in this};function z(a,s){return H.call(a,s)}function Y(a){return n.call(a)}function ce(a){if(a.name)return a.name;var s=b.call(m.call(a),/^function\s*([\w$]+)/);return s?s[1]:null}function ie(a,s){if(a.indexOf)return a.indexOf(s);for(var E=0,G=a.length;E<G;E++)if(a[E]===s)return E;return-1}function te(a){if(!o||!a||typeof a!="object")return!1;try{o.call(a);try{y.call(a)}catch{return!0}return a instanceof Map}catch{}return!1}function fe(a){if(!g||!a||typeof a!="object")return!1;try{g.call(a,g);try{f.call(a,f)}catch{return!0}return a instanceof WeakMap}catch{}return!1}function Pe(a){if(!v||!a||typeof a!="object")return!1;try{return v.call(a),!0}catch{}return!1}function De(a){if(!y||!a||typeof a!="object")return!1;try{y.call(a);try{o.call(a)}catch{return!0}return a instanceof Set}catch{}return!1}function ro(a){if(!f||!a||typeof a!="object")return!1;try{f.call(a,f);try{g.call(a,g)}catch{return!0}return a instanceof WeakSet}catch{}return!1}function so(a){return!a||typeof a!="object"?!1:typeof HTMLElement<"u"&&a instanceof HTMLElement?!0:typeof a.nodeName=="string"&&typeof a.getAttribute=="function"}function Ft(a,s){if(a.length>s.maxStringLength){var E=a.length-s.maxStringLength,G="... "+E+" more character"+(E>1?"s":"");return Ft(Q.call(a,0,s.maxStringLength),s)+G}var K=de[s.quoteStyle||"single"];K.lastIndex=0;var O=I.call(I.call(a,K,"\\$1"),/[\x00-\x1f]/g,ho);return pe(O,"single",s)}function ho(a){var s=a.charCodeAt(0),E={8:"b",9:"t",10:"n",12:"f",13:"r"}[s];return E?"\\"+E:"\\x"+(s<16?"0":"")+U.call(s.toString(16))}function Le(a){return"Object("+a+")"}function Te(a){return a+" { ? }"}function xt(a,s,E,G){var K=G?Ue(E,G):l.call(E,", ");return a+" ("+s+") {"+K+"}"}function po(a){for(var s=0;s<a.length;s++)if(ie(a[s],`
|
|
2
|
-
`)>=0)return!1;return!0}function mo(a,s){var E;if(a.indent===" ")E=" ";else if(typeof a.indent=="number"&&a.indent>0)E=l.call(Array(a.indent+1)," ");else return null;return{base:E,prev:l.call(Array(s+1),E)}}function Ue(a,s){if(a.length===0)return"";var E=`
|
|
3
|
-
`+s.prev+s.base;return E+l.call(a,","+E)+`
|
|
4
|
-
`+s.prev}function be(a,s){var E=me(a),G=[];if(E){G.length=a.length;for(var K=0;K<a.length;K++)G[K]=z(a,K)?s(a[K],a):""}var O=typeof M=="function"?M(a):[],ne;if(R){ne={};for(var ye=0;ye<O.length;ye++)ne["$"+O[ye]]=O[ye]}for(var j in a)z(a,j)&&(E&&String(Number(j))===j&&j<a.length||R&&ne["$"+j]instanceof Symbol||(A.call(/[^\w$]/,j)?G.push(s(j,a)+": "+s(a[j],a)):G.push(j+": "+s(a[j],a))));if(typeof M=="function")for(var ge=0;ge<O.length;ge++)T.call(a,O[ge])&&G.push("["+s(O[ge])+"]: "+s(a[O[ge]],a));return G}return qe}var $e,Yt;function Do(){if(Yt)return $e;Yt=1;var e=Be(),r=Ie(),o=function(i,c,g){for(var P=i,f;(f=P.next)!=null;P=f)if(f.key===c)return P.next=f.next,g||(f.next=i.next,i.next=f),f},t=function(i,c){if(i){var g=o(i,c);return g&&g.value}},u=function(i,c,g){var P=o(i,c);P?P.value=g:i.next={key:c,next:i.next,value:g}},h=function(i,c){return i?!!o(i,c):!1},y=function(i,c){if(i)return o(i,c,!0)};return $e=function(){var c,g={assert:function(P){if(!g.has(P))throw new r("Side channel does not contain "+e(P))},delete:function(P){var f=c&&c.next,N=y(c,P);return N&&f&&f===N&&(c=void 0),!!N},get:function(P){return t(c,P)},has:function(P){return h(c,P)},set:function(P,f){c||(c={next:void 0}),u(c,P,f)}};return g},$e}var We,ea;function ta(){return ea||(ea=1,We=Object),We}var He,aa;function Qo(){return aa||(aa=1,He=Error),He}var Je,oa;function vo(){return oa||(oa=1,Je=EvalError),Je}var ze,ra;function Io(){return ra||(ra=1,ze=RangeError),ze}var je,sa;function Lo(){return sa||(sa=1,je=ReferenceError),je}var Ze,ha;function Ao(){return ha||(ha=1,Ze=SyntaxError),Ze}var Xe,da;function bo(){return da||(da=1,Xe=URIError),Xe}var Ye,pa;function So(){return pa||(pa=1,Ye=Math.abs),Ye}var et,ma;function No(){return ma||(ma=1,et=Math.floor),et}var tt,ua;function Co(){return ua||(ua=1,tt=Math.max),tt}var at,ia;function Bo(){return ia||(ia=1,at=Math.min),at}var ot,na;function Mo(){return na||(na=1,ot=Math.pow),ot}var rt,ga;function Oo(){return ga||(ga=1,rt=Math.round),rt}var st,la;function To(){return la||(la=1,st=Number.isNaN||function(r){return r!==r}),st}var ht,ya;function Uo(){if(ya)return ht;ya=1;var e=To();return ht=function(o){return e(o)||o===0?o:o<0?-1:1},ht}var dt,ca;function wo(){return ca||(ca=1,dt=Object.getOwnPropertyDescriptor),dt}var pt,fa;function Pa(){if(fa)return pt;fa=1;var e=wo();if(e)try{e([],"length")}catch{e=null}return pt=e,pt}var mt,Da;function Ro(){if(Da)return mt;Da=1;var e=Object.defineProperty||!1;if(e)try{e({},"a",{value:1})}catch{e=!1}return mt=e,mt}var ut,Qa;function Eo(){return Qa||(Qa=1,ut=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var r={},o=Symbol("test"),t=Object(o);if(typeof o=="string"||Object.prototype.toString.call(o)!=="[object Symbol]"||Object.prototype.toString.call(t)!=="[object Symbol]")return!1;var u=42;r[o]=u;for(var h in r)return!1;if(typeof Object.keys=="function"&&Object.keys(r).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(r).length!==0)return!1;var y=Object.getOwnPropertySymbols(r);if(y.length!==1||y[0]!==o||!Object.prototype.propertyIsEnumerable.call(r,o))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var i=Object.getOwnPropertyDescriptor(r,o);if(i.value!==u||i.enumerable!==!0)return!1}return!0}),ut}var it,va;function Fo(){if(va)return it;va=1;var e=typeof Symbol<"u"&&Symbol,r=Eo();return it=function(){return typeof e!="function"||typeof Symbol!="function"||typeof e("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:r()},it}var nt,Ia;function La(){return Ia||(Ia=1,nt=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),nt}var gt,Aa;function ba(){if(Aa)return gt;Aa=1;var e=ta();return gt=e.getPrototypeOf||null,gt}var lt,Sa;function xo(){if(Sa)return lt;Sa=1;var e="Function.prototype.bind called on incompatible ",r=Object.prototype.toString,o=Math.max,t="[object Function]",u=function(c,g){for(var P=[],f=0;f<c.length;f+=1)P[f]=c[f];for(var N=0;N<g.length;N+=1)P[N+c.length]=g[N];return P},h=function(c,g){for(var P=[],f=g,N=0;f<c.length;f+=1,N+=1)P[N]=c[f];return P},y=function(i,c){for(var g="",P=0;P<i.length;P+=1)g+=i[P],P+1<i.length&&(g+=c);return g};return lt=function(c){var g=this;if(typeof g!="function"||r.apply(g)!==t)throw new TypeError(e+g);for(var P=h(arguments,1),f,N=function(){if(this instanceof f){var b=g.apply(this,u(P,arguments));return Object(b)===b?b:this}return g.apply(c,u(P,arguments))},v=o(0,g.length-P.length),d=[],n=0;n<v;n++)d[n]="$"+n;if(f=Function("binder","return function ("+y(d,",")+"){ return binder.apply(this,arguments); }")(N),g.prototype){var m=function(){};m.prototype=g.prototype,f.prototype=new m,m.prototype=null}return f},lt}var yt,Na;function Me(){if(Na)return yt;Na=1;var e=xo();return yt=Function.prototype.bind||e,yt}var ct,Ca;function ft(){return Ca||(Ca=1,ct=Function.prototype.call),ct}var Pt,Ba;function Ma(){return Ba||(Ba=1,Pt=Function.prototype.apply),Pt}var Dt,Oa;function ko(){return Oa||(Oa=1,Dt=typeof Reflect<"u"&&Reflect&&Reflect.apply),Dt}var Qt,Ta;function Go(){if(Ta)return Qt;Ta=1;var e=Me(),r=Ma(),o=ft(),t=ko();return Qt=t||e.call(o,r),Qt}var vt,Ua;function wa(){if(Ua)return vt;Ua=1;var e=Me(),r=Ie(),o=ft(),t=Go();return vt=function(h){if(h.length<1||typeof h[0]!="function")throw new r("a function is required");return t(e,o,h)},vt}var It,Ra;function Ko(){if(Ra)return It;Ra=1;var e=wa(),r=Pa(),o;try{o=[].__proto__===Array.prototype}catch(y){if(!y||typeof y!="object"||!("code"in y)||y.code!=="ERR_PROTO_ACCESS")throw y}var t=!!o&&r&&r(Object.prototype,"__proto__"),u=Object,h=u.getPrototypeOf;return It=t&&typeof t.get=="function"?e([t.get]):typeof h=="function"?function(i){return h(i==null?i:u(i))}:!1,It}var Lt,Ea;function _o(){if(Ea)return Lt;Ea=1;var e=La(),r=ba(),o=Ko();return Lt=e?function(u){return e(u)}:r?function(u){if(!u||typeof u!="object"&&typeof u!="function")throw new TypeError("getProto: not an object");return r(u)}:o?function(u){return o(u)}:null,Lt}var At,Fa;function Vo(){if(Fa)return At;Fa=1;var e=Function.prototype.call,r=Object.prototype.hasOwnProperty,o=Me();return At=o.call(e,r),At}var bt,xa;function St(){if(xa)return bt;xa=1;var e,r=ta(),o=Qo(),t=vo(),u=Io(),h=Lo(),y=Ao(),i=Ie(),c=bo(),g=So(),P=No(),f=Co(),N=Bo(),v=Mo(),d=Oo(),n=Uo(),m=Function,b=function($){try{return m('"use strict"; return ('+$+").constructor;")()}catch{}},Q=Pa(),I=Ro(),U=function(){throw new i},C=Q?(function(){try{return arguments.callee,U}catch{try{return Q(arguments,"callee").get}catch{return U}}})():U,A=Fo()(),p=_o(),l=ba(),L=La(),S=Ma(),B=ft(),M={},F=typeof Uint8Array>"u"||!p?e:p(Uint8Array),R={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?e:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?e:ArrayBuffer,"%ArrayIteratorPrototype%":A&&p?p([][Symbol.iterator]()):e,"%AsyncFromSyncIteratorPrototype%":e,"%AsyncFunction%":M,"%AsyncGenerator%":M,"%AsyncGeneratorFunction%":M,"%AsyncIteratorPrototype%":M,"%Atomics%":typeof Atomics>"u"?e:Atomics,"%BigInt%":typeof BigInt>"u"?e:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?e:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?e:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?e:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":o,"%eval%":eval,"%EvalError%":t,"%Float16Array%":typeof Float16Array>"u"?e:Float16Array,"%Float32Array%":typeof Float32Array>"u"?e:Float32Array,"%Float64Array%":typeof Float64Array>"u"?e:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?e:FinalizationRegistry,"%Function%":m,"%GeneratorFunction%":M,"%Int8Array%":typeof Int8Array>"u"?e:Int8Array,"%Int16Array%":typeof Int16Array>"u"?e:Int16Array,"%Int32Array%":typeof Int32Array>"u"?e:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":A&&p?p(p([][Symbol.iterator]())):e,"%JSON%":typeof JSON=="object"?JSON:e,"%Map%":typeof Map>"u"?e:Map,"%MapIteratorPrototype%":typeof Map>"u"||!A||!p?e:p(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":r,"%Object.getOwnPropertyDescriptor%":Q,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?e:Promise,"%Proxy%":typeof Proxy>"u"?e:Proxy,"%RangeError%":u,"%ReferenceError%":h,"%Reflect%":typeof Reflect>"u"?e:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?e:Set,"%SetIteratorPrototype%":typeof Set>"u"||!A||!p?e:p(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?e:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":A&&p?p(""[Symbol.iterator]()):e,"%Symbol%":A?Symbol:e,"%SyntaxError%":y,"%ThrowTypeError%":C,"%TypedArray%":F,"%TypeError%":i,"%Uint8Array%":typeof Uint8Array>"u"?e:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?e:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?e:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?e:Uint32Array,"%URIError%":c,"%WeakMap%":typeof WeakMap>"u"?e:WeakMap,"%WeakRef%":typeof WeakRef>"u"?e:WeakRef,"%WeakSet%":typeof WeakSet>"u"?e:WeakSet,"%Function.prototype.call%":B,"%Function.prototype.apply%":S,"%Object.defineProperty%":I,"%Object.getPrototypeOf%":l,"%Math.abs%":g,"%Math.floor%":P,"%Math.max%":f,"%Math.min%":N,"%Math.pow%":v,"%Math.round%":d,"%Math.sign%":n,"%Reflect.getPrototypeOf%":L};if(p)try{null.error}catch($){var _=p(p($));R["%Error.prototype%"]=_}var T=function $(w){var V;if(w==="%AsyncFunction%")V=b("async function () {}");else if(w==="%GeneratorFunction%")V=b("function* () {}");else if(w==="%AsyncGeneratorFunction%")V=b("async function* () {}");else if(w==="%AsyncGenerator%"){var k=$("%AsyncGeneratorFunction%");k&&(V=k.prototype)}else if(w==="%AsyncIteratorPrototype%"){var q=$("%AsyncGenerator%");q&&p&&(V=p(q.prototype))}return R[w]=V,V},x={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},D=Me(),J=Vo(),oe=D.call(B,Array.prototype.concat),le=D.call(S,Array.prototype.splice),he=D.call(B,String.prototype.replace),de=D.call(B,String.prototype.slice),pe=D.call(B,RegExp.prototype.exec),re=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Z=/\\(\\)?/g,me=function(w){var V=de(w,0,1),k=de(w,-1);if(V==="%"&&k!=="%")throw new y("invalid intrinsic syntax, expected closing `%`");if(k==="%"&&V!=="%")throw new y("invalid intrinsic syntax, expected opening `%`");var q=[];return he(w,re,function(W,X,H,z){q[q.length]=H?he(z,Z,"$1"):X||W}),q},ue=function(w,V){var k=w,q;if(J(x,k)&&(q=x[k],k="%"+q[0]+"%"),J(R,k)){var W=R[k];if(W===M&&(W=T(k)),typeof W>"u"&&!V)throw new i("intrinsic "+w+" exists, but is not available. Please file an issue!");return{alias:q,name:k,value:W}}throw new y("intrinsic "+w+" does not exist!")};return bt=function(w,V){if(typeof w!="string"||w.length===0)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof V!="boolean")throw new i('"allowMissing" argument must be a boolean');if(pe(/^%?[^%]*%?$/,w)===null)throw new y("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var k=me(w),q=k.length>0?k[0]:"",W=ue("%"+q+"%",V),X=W.name,H=W.value,z=!1,Y=W.alias;Y&&(q=Y[0],le(k,oe([0,1],Y)));for(var ce=1,ie=!0;ce<k.length;ce+=1){var te=k[ce],fe=de(te,0,1),Pe=de(te,-1);if((fe==='"'||fe==="'"||fe==="`"||Pe==='"'||Pe==="'"||Pe==="`")&&fe!==Pe)throw new y("property names with quotes must have matching quotes");if((te==="constructor"||!ie)&&(z=!0),q+="."+te,X="%"+q+"%",J(R,X))H=R[X];else if(H!=null){if(!(te in H)){if(!V)throw new i("base intrinsic for "+w+" exists, but the property is not available.");return}if(Q&&ce+1>=k.length){var De=Q(H,te);ie=!!De,ie&&"get"in De&&!("originalValue"in De.get)?H=De.get:H=H[te]}else ie=J(H,te),H=H[te];ie&&!z&&(R[X]=H)}}return H},bt}var Nt,ka;function Ga(){if(ka)return Nt;ka=1;var e=St(),r=wa(),o=r([e("%String.prototype.indexOf%")]);return Nt=function(u,h){var y=e(u,!!h);return typeof y=="function"&&o(u,".prototype.")>-1?r([y]):y},Nt}var Ct,Ka;function _a(){if(Ka)return Ct;Ka=1;var e=St(),r=Ga(),o=Be(),t=Ie(),u=e("%Map%",!0),h=r("Map.prototype.get",!0),y=r("Map.prototype.set",!0),i=r("Map.prototype.has",!0),c=r("Map.prototype.delete",!0),g=r("Map.prototype.size",!0);return Ct=!!u&&function(){var f,N={assert:function(v){if(!N.has(v))throw new t("Side channel does not contain "+o(v))},delete:function(v){if(f){var d=c(f,v);return g(f)===0&&(f=void 0),d}return!1},get:function(v){if(f)return h(f,v)},has:function(v){return f?i(f,v):!1},set:function(v,d){f||(f=new u),y(f,v,d)}};return N},Ct}var Bt,Va;function qo(){if(Va)return Bt;Va=1;var e=St(),r=Ga(),o=Be(),t=_a(),u=Ie(),h=e("%WeakMap%",!0),y=r("WeakMap.prototype.get",!0),i=r("WeakMap.prototype.set",!0),c=r("WeakMap.prototype.has",!0),g=r("WeakMap.prototype.delete",!0);return Bt=h?function(){var f,N,v={assert:function(d){if(!v.has(d))throw new u("Side channel does not contain "+o(d))},delete:function(d){if(h&&d&&(typeof d=="object"||typeof d=="function")){if(f)return g(f,d)}else if(t&&N)return N.delete(d);return!1},get:function(d){return h&&d&&(typeof d=="object"||typeof d=="function")&&f?y(f,d):N&&N.get(d)},has:function(d){return h&&d&&(typeof d=="object"||typeof d=="function")&&f?c(f,d):!!N&&N.has(d)},set:function(d,n){h&&d&&(typeof d=="object"||typeof d=="function")?(f||(f=new h),i(f,d,n)):t&&(N||(N=t()),N.set(d,n))}};return v}:t,Bt}var Mt,qa;function $a(){if(qa)return Mt;qa=1;var e=Ie(),r=Be(),o=Do(),t=_a(),u=qo(),h=u||t||o;return Mt=function(){var i,c={assert:function(g){if(!c.has(g))throw new e("Side channel does not contain "+r(g))},delete:function(g){return!!i&&i.delete(g)},get:function(g){return i&&i.get(g)},has:function(g){return!!i&&i.has(g)},set:function(g,P){i||(i=h()),i.set(g,P)}};return c},Mt}var Ot,Wa;function Tt(){if(Wa)return Ot;Wa=1;var e=String.prototype.replace,r=/%20/g,o={RFC1738:"RFC1738",RFC3986:"RFC3986"};return Ot={default:o.RFC3986,formatters:{RFC1738:function(t){return e.call(t,r,"+")},RFC3986:function(t){return String(t)}},RFC1738:o.RFC1738,RFC3986:o.RFC3986},Ot}var Ut,Ha;function Ja(){if(Ha)return Ut;Ha=1;var e=Tt(),r=$a(),o=Object.prototype.hasOwnProperty,t=Array.isArray,u=r(),h=function(p,l){return u.set(p,l),p},y=function(p){return u.has(p)},i=function(p){return u.get(p)},c=function(p,l){u.set(p,l)},g=(function(){for(var A=[],p=0;p<256;++p)A.push("%"+((p<16?"0":"")+p.toString(16)).toUpperCase());return A})(),P=function(p){for(;p.length>1;){var l=p.pop(),L=l.obj[l.prop];if(t(L)){for(var S=[],B=0;B<L.length;++B)typeof L[B]<"u"&&S.push(L[B]);l.obj[l.prop]=S}}},f=function(p,l){for(var L=l&&l.plainObjects?{__proto__:null}:{},S=0;S<p.length;++S)typeof p[S]<"u"&&(L[S]=p[S]);return L},N=function A(p,l,L){if(!l)return p;if(typeof l!="object"&&typeof l!="function"){if(t(p))p.push(l);else if(p&&typeof p=="object")if(y(p)){var S=i(p)+1;p[S]=l,c(p,S)}else(L&&(L.plainObjects||L.allowPrototypes)||!o.call(Object.prototype,l))&&(p[l]=!0);else return[p,l];return p}if(!p||typeof p!="object"){if(y(l)){for(var B=Object.keys(l),M=L&&L.plainObjects?{__proto__:null,0:p}:{0:p},F=0;F<B.length;F++){var R=parseInt(B[F],10);M[R+1]=l[B[F]]}return h(M,i(l)+1)}return[p].concat(l)}var _=p;return t(p)&&!t(l)&&(_=f(p,L)),t(p)&&t(l)?(l.forEach(function(T,x){if(o.call(p,x)){var D=p[x];D&&typeof D=="object"&&T&&typeof T=="object"?p[x]=A(D,T,L):p.push(T)}else p[x]=T}),p):Object.keys(l).reduce(function(T,x){var D=l[x];return o.call(T,x)?T[x]=A(T[x],D,L):T[x]=D,T},_)},v=function(p,l){return Object.keys(l).reduce(function(L,S){return L[S]=l[S],L},p)},d=function(A,p,l){var L=A.replace(/\+/g," ");if(l==="iso-8859-1")return L.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(L)}catch{return L}},n=1024,m=function(p,l,L,S,B){if(p.length===0)return p;var M=p;if(typeof p=="symbol"?M=Symbol.prototype.toString.call(p):typeof p!="string"&&(M=String(p)),L==="iso-8859-1")return escape(M).replace(/%u[0-9a-f]{4}/gi,function(J){return"%26%23"+parseInt(J.slice(2),16)+"%3B"});for(var F="",R=0;R<M.length;R+=n){for(var _=M.length>=n?M.slice(R,R+n):M,T=[],x=0;x<_.length;++x){var D=_.charCodeAt(x);if(D===45||D===46||D===95||D===126||D>=48&&D<=57||D>=65&&D<=90||D>=97&&D<=122||B===e.RFC1738&&(D===40||D===41)){T[T.length]=_.charAt(x);continue}if(D<128){T[T.length]=g[D];continue}if(D<2048){T[T.length]=g[192|D>>6]+g[128|D&63];continue}if(D<55296||D>=57344){T[T.length]=g[224|D>>12]+g[128|D>>6&63]+g[128|D&63];continue}x+=1,D=65536+((D&1023)<<10|_.charCodeAt(x)&1023),T[T.length]=g[240|D>>18]+g[128|D>>12&63]+g[128|D>>6&63]+g[128|D&63]}F+=T.join("")}return F},b=function(p){for(var l=[{obj:{o:p},prop:"o"}],L=[],S=0;S<l.length;++S)for(var B=l[S],M=B.obj[B.prop],F=Object.keys(M),R=0;R<F.length;++R){var _=F[R],T=M[_];typeof T=="object"&&T!==null&&L.indexOf(T)===-1&&(l.push({obj:M,prop:_}),L.push(T))}return P(l),p},Q=function(p){return Object.prototype.toString.call(p)==="[object RegExp]"},I=function(p){return!p||typeof p!="object"?!1:!!(p.constructor&&p.constructor.isBuffer&&p.constructor.isBuffer(p))},U=function(p,l,L,S){if(y(p)){var B=i(p)+1;return p[B]=l,c(p,B),p}var M=[].concat(p,l);return M.length>L?h(f(M,{plainObjects:S}),M.length-1):M},C=function(p,l){if(t(p)){for(var L=[],S=0;S<p.length;S+=1)L.push(l(p[S]));return L}return l(p)};return Ut={arrayToObject:f,assign:v,combine:U,compact:b,decode:d,encode:m,isBuffer:I,isOverflow:y,isRegExp:Q,maybeMap:C,merge:N},Ut}var wt,za;function $o(){if(za)return wt;za=1;var e=$a(),r=Ja(),o=Tt(),t=Object.prototype.hasOwnProperty,u={brackets:function(m){return m+"[]"},comma:"comma",indices:function(m,b){return m+"["+b+"]"},repeat:function(m){return m}},h=Array.isArray,y=Array.prototype.push,i=function(n,m){y.apply(n,h(m)?m:[m])},c=Date.prototype.toISOString,g=o.default,P={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:r.encode,encodeValuesOnly:!1,filter:void 0,format:g,formatter:o.formatters[g],indices:!1,serializeDate:function(m){return c.call(m)},skipNulls:!1,strictNullHandling:!1},f=function(m){return typeof m=="string"||typeof m=="number"||typeof m=="boolean"||typeof m=="symbol"||typeof m=="bigint"},N={},v=function n(m,b,Q,I,U,C,A,p,l,L,S,B,M,F,R,_,T,x){for(var D=m,J=x,oe=0,le=!1;(J=J.get(N))!==void 0&&!le;){var he=J.get(m);if(oe+=1,typeof he<"u"){if(he===oe)throw new RangeError("Cyclic object value");le=!0}typeof J.get(N)>"u"&&(oe=0)}if(typeof L=="function"?D=L(b,D):D instanceof Date?D=M(D):Q==="comma"&&h(D)&&(D=r.maybeMap(D,function(X){return X instanceof Date?M(X):X})),D===null){if(C)return l&&!_?l(b,P.encoder,T,"key",F):b;D=""}if(f(D)||r.isBuffer(D)){if(l){var de=_?b:l(b,P.encoder,T,"key",F);return[R(de)+"="+R(l(D,P.encoder,T,"value",F))]}return[R(b)+"="+R(String(D))]}var pe=[];if(typeof D>"u")return pe;var re;if(Q==="comma"&&h(D))_&&l&&(D=r.maybeMap(D,l)),re=[{value:D.length>0?D.join(",")||null:void 0}];else if(h(L))re=L;else{var Z=Object.keys(D);re=S?Z.sort(S):Z}var me=p?String(b).replace(/\./g,"%2E"):String(b),ue=I&&h(D)&&D.length===1?me+"[]":me;if(U&&h(D)&&D.length===0)return ue+"[]";for(var $=0;$<re.length;++$){var w=re[$],V=typeof w=="object"&&w&&typeof w.value<"u"?w.value:D[w];if(!(A&&V===null)){var k=B&&p?String(w).replace(/\./g,"%2E"):String(w),q=h(D)?typeof Q=="function"?Q(ue,k):ue:ue+(B?"."+k:"["+k+"]");x.set(m,oe);var W=e();W.set(N,x),i(pe,n(V,q,Q,I,U,C,A,p,Q==="comma"&&_&&h(D)?null:l,L,S,B,M,F,R,_,T,W))}}return pe},d=function(m){if(!m)return P;if(typeof m.allowEmptyArrays<"u"&&typeof m.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof m.encodeDotInKeys<"u"&&typeof m.encodeDotInKeys!="boolean")throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(m.encoder!==null&&typeof m.encoder<"u"&&typeof m.encoder!="function")throw new TypeError("Encoder has to be a function.");var b=m.charset||P.charset;if(typeof m.charset<"u"&&m.charset!=="utf-8"&&m.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var Q=o.default;if(typeof m.format<"u"){if(!t.call(o.formatters,m.format))throw new TypeError("Unknown format option provided.");Q=m.format}var I=o.formatters[Q],U=P.filter;(typeof m.filter=="function"||h(m.filter))&&(U=m.filter);var C;if(m.arrayFormat in u?C=m.arrayFormat:"indices"in m?C=m.indices?"indices":"repeat":C=P.arrayFormat,"commaRoundTrip"in m&&typeof m.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var A=typeof m.allowDots>"u"?m.encodeDotInKeys===!0?!0:P.allowDots:!!m.allowDots;return{addQueryPrefix:typeof m.addQueryPrefix=="boolean"?m.addQueryPrefix:P.addQueryPrefix,allowDots:A,allowEmptyArrays:typeof m.allowEmptyArrays=="boolean"?!!m.allowEmptyArrays:P.allowEmptyArrays,arrayFormat:C,charset:b,charsetSentinel:typeof m.charsetSentinel=="boolean"?m.charsetSentinel:P.charsetSentinel,commaRoundTrip:!!m.commaRoundTrip,delimiter:typeof m.delimiter>"u"?P.delimiter:m.delimiter,encode:typeof m.encode=="boolean"?m.encode:P.encode,encodeDotInKeys:typeof m.encodeDotInKeys=="boolean"?m.encodeDotInKeys:P.encodeDotInKeys,encoder:typeof m.encoder=="function"?m.encoder:P.encoder,encodeValuesOnly:typeof m.encodeValuesOnly=="boolean"?m.encodeValuesOnly:P.encodeValuesOnly,filter:U,format:Q,formatter:I,serializeDate:typeof m.serializeDate=="function"?m.serializeDate:P.serializeDate,skipNulls:typeof m.skipNulls=="boolean"?m.skipNulls:P.skipNulls,sort:typeof m.sort=="function"?m.sort:null,strictNullHandling:typeof m.strictNullHandling=="boolean"?m.strictNullHandling:P.strictNullHandling}};return wt=function(n,m){var b=n,Q=d(m),I,U;typeof Q.filter=="function"?(U=Q.filter,b=U("",b)):h(Q.filter)&&(U=Q.filter,I=U);var C=[];if(typeof b!="object"||b===null)return"";var A=u[Q.arrayFormat],p=A==="comma"&&Q.commaRoundTrip;I||(I=Object.keys(b)),Q.sort&&I.sort(Q.sort);for(var l=e(),L=0;L<I.length;++L){var S=I[L],B=b[S];Q.skipNulls&&B===null||i(C,v(B,S,A,p,Q.allowEmptyArrays,Q.strictNullHandling,Q.skipNulls,Q.encodeDotInKeys,Q.encode?Q.encoder:null,Q.filter,Q.sort,Q.allowDots,Q.serializeDate,Q.format,Q.formatter,Q.encodeValuesOnly,Q.charset,l))}var M=C.join(Q.delimiter),F=Q.addQueryPrefix===!0?"?":"";return Q.charsetSentinel&&(Q.charset==="iso-8859-1"?F+="utf8=%26%2310003%3B&":F+="utf8=%E2%9C%93&"),M.length>0?F+M:""},wt}var Rt,ja;function Wo(){if(ja)return Rt;ja=1;var e=Ja(),r=Object.prototype.hasOwnProperty,o=Array.isArray,t={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:e.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},u=function(v){return v.replace(/&#(\d+);/g,function(d,n){return String.fromCharCode(parseInt(n,10))})},h=function(v,d,n){if(v&&typeof v=="string"&&d.comma&&v.indexOf(",")>-1)return v.split(",");if(d.throwOnLimitExceeded&&n>=d.arrayLimit)throw new RangeError("Array limit exceeded. Only "+d.arrayLimit+" element"+(d.arrayLimit===1?"":"s")+" allowed in an array.");return v},y="utf8=%26%2310003%3B",i="utf8=%E2%9C%93",c=function(d,n){var m={__proto__:null},b=n.ignoreQueryPrefix?d.replace(/^\?/,""):d;b=b.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var Q=n.parameterLimit===1/0?void 0:n.parameterLimit,I=b.split(n.delimiter,n.throwOnLimitExceeded?Q+1:Q);if(n.throwOnLimitExceeded&&I.length>Q)throw new RangeError("Parameter limit exceeded. Only "+Q+" parameter"+(Q===1?"":"s")+" allowed.");var U=-1,C,A=n.charset;if(n.charsetSentinel)for(C=0;C<I.length;++C)I[C].indexOf("utf8=")===0&&(I[C]===i?A="utf-8":I[C]===y&&(A="iso-8859-1"),U=C,C=I.length);for(C=0;C<I.length;++C)if(C!==U){var p=I[C],l=p.indexOf("]="),L=l===-1?p.indexOf("="):l+1,S,B;if(L===-1?(S=n.decoder(p,t.decoder,A,"key"),B=n.strictNullHandling?null:""):(S=n.decoder(p.slice(0,L),t.decoder,A,"key"),S!==null&&(B=e.maybeMap(h(p.slice(L+1),n,o(m[S])?m[S].length:0),function(F){return n.decoder(F,t.decoder,A,"value")}))),B&&n.interpretNumericEntities&&A==="iso-8859-1"&&(B=u(String(B))),p.indexOf("[]=")>-1&&(B=o(B)?[B]:B),S!==null){var M=r.call(m,S);M&&n.duplicates==="combine"?m[S]=e.combine(m[S],B,n.arrayLimit,n.plainObjects):(!M||n.duplicates==="last")&&(m[S]=B)}}return m},g=function(v,d,n,m){var b=0;if(v.length>0&&v[v.length-1]==="[]"){var Q=v.slice(0,-1).join("");b=Array.isArray(d)&&d[Q]?d[Q].length:0}for(var I=m?d:h(d,n,b),U=v.length-1;U>=0;--U){var C,A=v[U];if(A==="[]"&&n.parseArrays)e.isOverflow(I)?C=I:C=n.allowEmptyArrays&&(I===""||n.strictNullHandling&&I===null)?[]:e.combine([],I,n.arrayLimit,n.plainObjects);else{C=n.plainObjects?{__proto__:null}:{};var p=A.charAt(0)==="["&&A.charAt(A.length-1)==="]"?A.slice(1,-1):A,l=n.decodeDotInKeys?p.replace(/%2E/g,"."):p,L=parseInt(l,10);!n.parseArrays&&l===""?C={0:I}:!isNaN(L)&&A!==l&&String(L)===l&&L>=0&&n.parseArrays&&L<=n.arrayLimit?(C=[],C[L]=I):l!=="__proto__"&&(C[l]=I)}I=C}return I},P=function(d,n){var m=n.allowDots?d.replace(/\.([^.[]+)/g,"[$1]"):d;if(n.depth<=0)return!n.plainObjects&&r.call(Object.prototype,m)&&!n.allowPrototypes?void 0:[m];var b=/(\[[^[\]]*])/,Q=/(\[[^[\]]*])/g,I=b.exec(m),U=I?m.slice(0,I.index):m,C=[];if(U){if(!n.plainObjects&&r.call(Object.prototype,U)&&!n.allowPrototypes)return;C.push(U)}for(var A=0;(I=Q.exec(m))!==null&&A<n.depth;){A+=1;var p=I[1].slice(1,-1);if(!n.plainObjects&&r.call(Object.prototype,p)&&!n.allowPrototypes)return;C.push(I[1])}if(I){if(n.strictDepth===!0)throw new RangeError("Input depth exceeded depth option of "+n.depth+" and strictDepth is true");C.push("["+m.slice(I.index)+"]")}return C},f=function(d,n,m,b){if(d){var Q=P(d,m);if(Q)return g(Q,n,m,b)}},N=function(d){if(!d)return t;if(typeof d.allowEmptyArrays<"u"&&typeof d.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof d.decodeDotInKeys<"u"&&typeof d.decodeDotInKeys!="boolean")throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(d.decoder!==null&&typeof d.decoder<"u"&&typeof d.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof d.charset<"u"&&d.charset!=="utf-8"&&d.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");if(typeof d.throwOnLimitExceeded<"u"&&typeof d.throwOnLimitExceeded!="boolean")throw new TypeError("`throwOnLimitExceeded` option must be a boolean");var n=typeof d.charset>"u"?t.charset:d.charset,m=typeof d.duplicates>"u"?t.duplicates:d.duplicates;if(m!=="combine"&&m!=="first"&&m!=="last")throw new TypeError("The duplicates option must be either combine, first, or last");var b=typeof d.allowDots>"u"?d.decodeDotInKeys===!0?!0:t.allowDots:!!d.allowDots;return{allowDots:b,allowEmptyArrays:typeof d.allowEmptyArrays=="boolean"?!!d.allowEmptyArrays:t.allowEmptyArrays,allowPrototypes:typeof d.allowPrototypes=="boolean"?d.allowPrototypes:t.allowPrototypes,allowSparse:typeof d.allowSparse=="boolean"?d.allowSparse:t.allowSparse,arrayLimit:typeof d.arrayLimit=="number"?d.arrayLimit:t.arrayLimit,charset:n,charsetSentinel:typeof d.charsetSentinel=="boolean"?d.charsetSentinel:t.charsetSentinel,comma:typeof d.comma=="boolean"?d.comma:t.comma,decodeDotInKeys:typeof d.decodeDotInKeys=="boolean"?d.decodeDotInKeys:t.decodeDotInKeys,decoder:typeof d.decoder=="function"?d.decoder:t.decoder,delimiter:typeof d.delimiter=="string"||e.isRegExp(d.delimiter)?d.delimiter:t.delimiter,depth:typeof d.depth=="number"||d.depth===!1?+d.depth:t.depth,duplicates:m,ignoreQueryPrefix:d.ignoreQueryPrefix===!0,interpretNumericEntities:typeof d.interpretNumericEntities=="boolean"?d.interpretNumericEntities:t.interpretNumericEntities,parameterLimit:typeof d.parameterLimit=="number"?d.parameterLimit:t.parameterLimit,parseArrays:d.parseArrays!==!1,plainObjects:typeof d.plainObjects=="boolean"?d.plainObjects:t.plainObjects,strictDepth:typeof d.strictDepth=="boolean"?!!d.strictDepth:t.strictDepth,strictNullHandling:typeof d.strictNullHandling=="boolean"?d.strictNullHandling:t.strictNullHandling,throwOnLimitExceeded:typeof d.throwOnLimitExceeded=="boolean"?d.throwOnLimitExceeded:!1}};return Rt=function(v,d){var n=N(d);if(v===""||v===null||typeof v>"u")return n.plainObjects?{__proto__:null}:{};for(var m=typeof v=="string"?c(v,n):v,b=n.plainObjects?{__proto__:null}:{},Q=Object.keys(m),I=0;I<Q.length;++I){var U=Q[I],C=f(U,m[U],n,typeof v=="string");b=e.merge(b,C,n)}return n.allowSparse===!0?b:e.compact(b)},Rt}var Et,Za;function Ho(){if(Za)return Et;Za=1;var e=$o(),r=Wo(),o=Tt();return Et={formats:o,parse:r,stringify:e},Et}var Jo=Ho(),zo=Jt(Jo);const jo={request(e){const{method:r,url:o,timeout:t,params:u,headers:h,data:y,baseURL:i}=e,c="?"+zo.stringify(u),g=(i+o).replace(/([^:])\/\//g,"$1/")+c;console.info(g+">>HTTP",e);const P=performance.now();return new Promise((f,N)=>{Ke.call("HTTP."+r,{url:g,timeout:t,headers:h,data:y&&typeof y=="string"?JSON.parse(y):y},function(v){const d=JSON.parse(v);if(console.info(g+`>>HTTP.response-\u8017\u65F6\uFF1A${performance.now()-P}`,d),d.code===0&&d.http_code===200)f({...d,config:e});else{const n={message:d.message,status:d.http_code};N({response:n,config:e})}})})},urlDecode(e){return new Promise((r,o)=>Ke.call("HTTP.urlDecode",e,function(t){if(t){const u=JSON.parse(t);if(u.code===0){r(u.data);return}}o()}))},urlDecodeSync(e){if(!e)return"";const r=Ke.call("HTTP.urlDecodeSync",e);if(r){const o=JSON.parse(r);if(o.code===0)return o.data}return""}};function se(...e){return e.map((r,o)=>o===0?r.replace(/\/+$/,""):r.replace(/^\/+/,"").replace(/\/+$/,"")).filter(Boolean).join("/")}var Xa=(e=>(e[e.SUCCESS=200]="SUCCESS",e[e.ERROR=-1]="ERROR",e[e.TIMEOUT=401]="TIMEOUT",e.TYPE="success",e))(Xa||{}),Ya=(e=>(e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e))(Ya||{}),Oe=(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))(Oe||{}),eo=(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))(eo||{});class to 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 ao=no.create();class ee{static _instance=ao;static use(r){r(this._instance)}static get(r,o={},t={},u={},h={}){return this.request(r,o,t,u,{...h,method:"GET"})}static post(r,o={},t={},u={},h={}){return this.request(r,o,t,u,{...h,method:"POST"})}static put(r,o={},t={},u={},h={}){return this.request(r,o,t,u,{...h,method:"PUT"})}static delete(r,o={},t={},u={},h={}){return this.request(r,o,t,u,{...h,method:"DELETE"})}static options(r,o={},t={},u={},h={}){return this.request(r,o,t,u,{...h,method:"OPTIONS"})}static patch(r,o={},t={},u={},h={}){return this.request(r,o,t,u,{...h,method:"PATCH"})}static head(r,o={},t={},u={},h={}){return this.request(r,o,t,u,{...h,method:"HEAD"})}static upload(r,o={},t={},u={},h={}){const y=new FormData,{name:i,filename:c,file:g}=t;if((Array.isArray(g)?g:[g]).forEach(f=>{c?y.append(i||"file",f,c):y.append(i||"file",f)}),t.data)for(const[f,N]of Object.entries(t.data))N!=null&&(Array.isArray(N)&&N.forEach(v=>{y.append(`${f}[]`,v)}),y.append(f,N));return this.request(r,o,y,u,{...h,method:"POST",headers:{"Content-Type":Oe.FORM_DATA,...h.headers},nativeData:!0})}static transformUrl(r,o){let t=r;for(const[u,h]of Object.entries(o))t=t.replace(`{${u}}`,encodeURIComponent(String(h)));return t}static async request(r,o,t,u,h={}){const y=h.headers||{};h.headers&&delete h.headers;const i=await ao.request({url:this.transformUrl(r,o||{}),data:t instanceof FormData?t:JSON.stringify(t||{}),params:u,timeout:120*1e3,headers:{"Content-Type":Oe.JSON,...y},...h});if(h.nativeResponse)return i;if(h.nativeData)return i.data;if(i.status>=200&&i.status<300){const c=i.data;if(c.ok===!0)return c.data;throw new to(c)}throw i}}class Zo{constructor(r,o){return this.url=r,new Proxy(this,{get(t,u){if(!(u in t)){const h=o.apis.find(y=>y.method===u);if(h){const y=h.hasUpload?"_upload":`_${h.mode}`;h.hasPathParams&&h.hasData&&h.hasQuery?t[u]=(i,c,g,P)=>t[y](h.path,i,c,g,P):h.hasPathParams&&h.hasData?t[u]=function(i,c,g){return t[y](h.path,i,void 0,c,g)}:h.hasPathParams&&h.hasQuery?t[u]=function(i,c,g){return t[y](h.path,i,c,void 0,g)}:h.hasPathParams?t[u]=function(i,c){return t[y](h.path,i,void 0,void 0,c)}:h.hasData&&h.hasQuery?t[u]=function(i,c,g){return t[y](h.path,void 0,i,c,g)}:h.hasData?t[u]=function(i,c){return t[y](h.path,void 0,void 0,i,c)}:h.hasQuery?t[u]=function(i,c){return t[y](h.path,void 0,i,void 0,c)}:t[u]=function(i){return t[y](h.path,void 0,void 0,void 0,i)}}else console.warn(`API method ${u} is not defined in the configuration.`)}return t[u]}})}_put(r,o,t,u,h){return ee.put(se(this.url,r),o,u,t,h)}_get(r,o,t,u,h){return ee.get(se(this.url,r),o,u,t,h)}_delete(r,o,t,u,h){return ee.delete(se(this.url,r),o,u,t,h)}_post(r,o,t,u,h){return ee.post(se(this.url,r),o,u,t,h)}_options(r,o,t,u,h){return ee.options(se(this.url,r),o,u,t,h)}_patch(r,o,t,u,h){return ee.patch(se(this.url,r),o,u,t,h)}_head(r,o,t,u,h){return ee.head(se(this.url,r),o,u,t,h)}_upload(r,o,t,u,h){return ee.upload(se(this.url,r),o,u,t,h)}}class oo{constructor(r,o){return new Proxy(this,{get(t,u){const h=o.find(y=>y.name===u);if(h)return u in t||(t[u]=new Zo(se(r,h.entityName),h)),t[u]}})}}function Xo(){if(window.location.host!=="appassets.androidplatform.net"){console.debug("\u5F53\u524D\u73AF\u5883\u975E Android\uFF0C\u5DF2\u8DF3\u8FC7 HTTP \u5DE5\u5177\u7C7B\u5B89\u88C5");return}const e=async o=>await jo.request(o);ee._instance.defaults.adapter=e;const r=o=>(o?.response?.status===401?console.log("\u767B\u5F55\u4FE1\u606F\u5931\u6548\uFF0C\u8BF7\u91CD\u65B0\u767B\u5F55"):console.log("\u7F51\u7EDC\u5F02\u5E38\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5"),Promise.reject(o));ee._instance.interceptors.request.use(o=>(o.headers["App-Tag"]="__platform__",o),r),ee._instance.interceptors.response.use(o=>o.data.code===200?o.data.data:(o.config?.errorMessageMode!=="none"&&console.log(o.data.message),Promise.reject(o.data)),r)}const Yo={apaas:new oo("/gct-apaas/api",lo),platform:new oo("/gct-platform/api",yo)};Xo();export{to as BackendError,eo as BizServiceEnum,Oe as ContentTypeEnum,ee as HttpUtil,Ya as RequestEnum,Xa as ResultEnum,Yo as api};
|
|
1
|
+
import e from"axios";function t(...e){return e.map((e,t)=>0===t?e.replace(/\/+$/,""):e.replace(/^\/+/,"").replace(/\/+$/,"")).filter(Boolean).join("/")}var a=/* @__PURE__ */function(e){return e[e.SUCCESS=200]="SUCCESS",e[e.ERROR=-1]="ERROR",e[e.TIMEOUT=401]="TIMEOUT",e.TYPE="success",e}({}),o=/* @__PURE__ */function(e){return e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e}({}),s=/* @__PURE__ */function(e){return 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}({}),h=/* @__PURE__ */function(e){return 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}({}),d=class extends Error{code;data;subCode;subMessage;constructor(e){super(e.message),this.name="BackendError",this.code=e.code,this.data=e.data,this.subCode=e.subCode,this.subMessage=e.subMessage}},p=e.create(),m=class{static _instance=p;static use(e){e(this._instance)}static get(e,t={},a={},o={},s={}){return this.request(e,t,a,o,{...s,method:"GET"})}static post(e,t={},a={},o={},s={}){return this.request(e,t,a,o,{...s,method:"POST"})}static put(e,t={},a={},o={},s={}){return this.request(e,t,a,o,{...s,method:"PUT"})}static delete(e,t={},a={},o={},s={}){return this.request(e,t,a,o,{...s,method:"DELETE"})}static options(e,t={},a={},o={},s={}){return this.request(e,t,a,o,{...s,method:"OPTIONS"})}static patch(e,t={},a={},o={},s={}){return this.request(e,t,a,o,{...s,method:"PATCH"})}static head(e,t={},a={},o={},s={}){return this.request(e,t,a,o,{...s,method:"HEAD"})}static upload(e,t={},a={},o={},h={}){const d=new FormData,{name:p,filename:m,file:r}=a;if((Array.isArray(r)?r:[r]).forEach(e=>{m?d.append(p||"file",e,m):d.append(p||"file",e)}),a.data)for(const[s,i]of Object.entries(a.data))null!=i&&(Array.isArray(i)&&i.forEach(e=>{d.append(`${s}[]`,e)}),d.append(s,i));return this.request(e,t,d,o,{...h,method:"POST",headers:{"Content-Type":s.FORM_DATA,...h.headers},nativeData:!0})}static transformUrl(e,t){let a=e;for(const[o,s]of Object.entries(t))a=a.replace(`{${o}}`,encodeURIComponent(String(s)));return a}static async request(e,t,a,o,h={}){const m=h.headers||{};h.headers&&delete h.headers;const r=await p.request({url:this.transformUrl(e,t||{}),data:a instanceof FormData?a:JSON.stringify(a||{}),params:o,timeout:12e4,headers:{"Content-Type":s.JSON,...m},...h});if(h.nativeResponse)return r;if(h.nativeData)return r.data;if(r.status>=200&&r.status<300){const e=r.data;if(!0===e.ok)return e.data;throw new d(e)}throw r}},r=class{url;constructor(e,t){return this.url=e,new Proxy(this,{get(e,a){if(!(a in e)){const o=t.apis.find(e=>e.method===a);if(o){const t=o.hasUpload?"_upload":`_${o.mode}`;o.hasPathParams&&o.hasData&&o.hasQuery?e[a]=(a,s,h,d)=>e[t](o.path,a,s,h,d):o.hasPathParams&&o.hasData?e[a]=function(a,s,h){return e[t](o.path,a,void 0,s,h)}:o.hasPathParams&&o.hasQuery?e[a]=function(a,s,h){return e[t](o.path,a,s,void 0,h)}:o.hasPathParams?e[a]=function(a,s){return e[t](o.path,a,void 0,void 0,s)}:o.hasData&&o.hasQuery?e[a]=function(a,s,h){return e[t](o.path,void 0,a,s,h)}:o.hasData?e[a]=function(a,s){return e[t](o.path,void 0,void 0,a,s)}:o.hasQuery?e[a]=function(a,s){return e[t](o.path,void 0,a,void 0,s)}:e[a]=function(a){return e[t](o.path,void 0,void 0,void 0,a)}}else console.warn(`API method ${a} is not defined in the configuration.`)}return e[a]}})}_put(e,a,o,s,h){return m.put(t(this.url,e),a,s,o,h)}_get(e,a,o,s,h){return m.get(t(this.url,e),a,s,o,h)}_delete(e,a,o,s,h){return m.delete(t(this.url,e),a,s,o,h)}_post(e,a,o,s,h){return m.post(t(this.url,e),a,s,o,h)}_options(e,a,o,s,h){return m.options(t(this.url,e),a,s,o,h)}_patch(e,a,o,s,h){return m.patch(t(this.url,e),a,s,o,h)}_head(e,a,o,s,h){return m.head(t(this.url,e),a,s,o,h)}_upload(e,a,o,s,h){return m.upload(t(this.url,e),a,s,o,h)}},i=class{constructor(e,a){return new Proxy(this,{get(o,s){const h=a.find(e=>e.name===s);if(h)return s in o||(o[s]=new r(t(e,h.entityName),h)),o[s]}})}},g={apaas:new i("/gct-apaas/api",[{name:"medPro",entityName:"medPro",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:"post",method:"postApproveProcessApprove",path:"approve/process/approve",hasData:!0},{mode:"post",method:"postApproveProcessInterfereReassign",path:"approve/process/interfere/reassign",hasData:!0},{mode:"post",method:"postApproveProcessInterfereReturn",path:"approve/process/interfere/return",hasData:!0},{mode:"post",method:"postApproveProcessJump",path:"approve/process/jump",hasData:!0},{mode:"post",method:"postApproveProcessReassign",path:"approve/process/reassign",hasData:!0},{mode:"post",method:"postApproveProcessReturn",path:"approve/process/return",hasData:!0},{mode:"get",method:"getEdhrAttachmentGetEdhrAttachment",path:"edhrAttachment/getEdhrAttachment",hasQuery:!0},{mode:"post",method:"postFileUnzip",path:"file/unzip",hasQuery:!0},{mode:"post",method:"postFormChangeProcessApprove",path:"form/change/process/approve",hasData:!0},{mode:"post",method:"postFormChangeProcessInterfereReassign",path:"form/change/process/interfere/reassign",hasData:!0},{mode:"post",method:"postFormChangeProcessInterfereReturn",path:"form/change/process/interfere/return",hasData:!0},{mode:"post",method:"postFormChangeProcessJump",path:"form/change/process/jump",hasData:!0},{mode:"post",method:"postFormChangeProcessReassign",path:"form/change/process/reassign",hasData:!0},{mode:"post",method:"postFormChangeProcessReturn",path:"form/change/process/return",hasData:!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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",hasPathParams:!0,hasData:!0}]},{name:"approve",entityName:"approve",apis:[{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:"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",hasQuery:!0},{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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postUploadLabelImage",path:"upload/label/image",hasUpload:!0,hasData:!0},{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:"getAllPageList",path:"all/page/list",hasQuery:!0},{mode:"put",method:"putEffectiveDateId",path:"effectiveDate/{id}",hasPathParams:!0,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:"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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"putUpdateOperatingStateId",path:"updateOperatingState/{id}",hasPathParams:!0,hasData:!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:"{id}",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:"post",method:"postSort",path:"sort",hasData:!0},{mode:"put",method:"putId",path:"{id}",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:"{id}",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:"{id}",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:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!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",hasUpload:!0,hasQuery:!0,hasData:!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:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!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:"inspectionCategory",entityName:"inspection-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:"{id}",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:"{id}",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",hasUpload:!0,hasData:!0},{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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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",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:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!0},{mode:"put",method:"putId",path:"{id}",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:"{id}",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",hasUpload:!0,hasData:!0}]},{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:"{id}",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:"getInstEncodeCheck",path:"inst/encode/check",hasQuery:!0},{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:"onlineFormTmplExport",entityName:"online-form-tmpl-export",apis:[{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"post",method:"postImportJsonl",path:"importJsonl",hasUpload:!0,hasQuery:!0,hasData:!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:"{id}",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:"getGetBomByFormTmplId",path:"getBomByFormTmplId",hasQuery:!0},{mode:"get",method:"getGetBomByFormTmplIdAndTableKey",path:"getBomByFormTmplIdAndTableKey",hasQuery:!0},{mode:"get",method:"getGetCommunicationConfig",path:"getCommunicationConfig",hasQuery:!0},{mode:"get",method:"getGetFormTmplByInstIdAndTmplId",path:"getFormTmplByInstIdAndTmplId",hasQuery:!0},{mode:"get",method:"getGetFormTmplUsedFieldMeta",path:"getFormTmplUsedFieldMeta",hasQuery:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"post",method:"postInfos",path:"infos",hasData:!0},{mode:"get",method:"getIsOcrGranted",path:"isOcrGranted"},{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:"putUpdateOperatingStateId",path:"updateOperatingState/{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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",hasPathParams:!0},{mode:"put",method:"putId",path:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"post",method:"postApproveHisPageList",path:"approve/his/page/list",hasData:!0},{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:"post",method:"postApproveHisPageList",path:"approve/his/page/list",hasData:!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:"productReleaseCategory",entityName:"product-release-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:"{id}",hasPathParams:!0,hasData:!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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postUploadZip",path:"upload/zip",hasUpload:!0,hasData:!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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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"}]}]),platform:new i("/gct-platform/api",[{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:"{id}",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",hasUpload:!0,hasData:!0},{mode:"put",method:"putId",path:"{id}",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",hasUpload:!0,hasData:!0},{mode:"put",method:"putId",path:"{id}",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}",hasUpload:!0,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}]},{name:"biApp",entityName:"bi-app",apis:[{mode:"get",method:"getExportAppidTenantId",path:"export/{appid}/{tenantId}",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:"{id}",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:"{id}",hasPathParams:!0,hasData:!0}]},{name:"biFile",entityName:"bi-file",apis:[{mode:"post",method:"postUpload",path:"upload",hasUpload:!0,hasQuery:!0,hasData:!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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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",hasUpload:!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:"putId",path:"{id}",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",hasUpload:!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:"putId",path:"{id}",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:"{id}",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:"delete",method:"deleteObject",path:"object",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postUploadDataset",path:"upload-dataset",hasUpload:!0,hasData:!0},{mode:"post",method:"postUploadImage",path:"upload/image",hasUpload:!0,hasQuery:!0,hasData:!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:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!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:"{id}",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:"{id}",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:"{id}",hasPathParams:!0,hasData:!0}]},{name:"ldap",entityName:"ldap",apis:[{mode:"post",method:"postUploadCertificate",path:"upload/certificate",hasUpload:!0,hasData:!0}]},{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:"getGetAppEffectiveLicense",path:"getAppEffectiveLicense",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},{mode:"get",method:"getTenantLog",path:"tenant/log",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"get",method:"getCardLoginCfg",path:"card/login/cfg"},{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",hasUpload:!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:"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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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",hasUpload:!0,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:"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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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",hasUpload:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postOrgPlatTmpl",path:"org/plat/tmpl",hasData:!0},{mode:"post",method:"postOrgTenantImport",path:"org/tenant/import",hasUpload:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postOrgTenantImport4App",path:"org/tenant/import4App",hasUpload:!0,hasQuery:!0,hasData:!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",hasUpload:!0,hasData:!0},{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",hasUpload:!0,hasData:!0},{mode:"post",method:"postTenantImport4App",path:"tenant/import4App",hasUpload:!0,hasData:!0},{mode:"post",method:"postTenantTmpl",path:"tenant/tmpl",hasData:!0},{mode:"post",method:"postTenantTmpl4App",path:"tenant/tmpl4App",hasData:!0},{mode:"put",method:"putId",path:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"{id}",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:"getCallbackLogin",path:"callback/login"},{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:"get",method:"getLicenseGetAppEffectiveLicense",path:"license/getAppEffectiveLicense",hasQuery:!0},{mode:"get",method:"getLicenseModuleAuth",path:"license/moduleAuth",hasQuery:!0},{mode:"post",method:"postLoginLogUserLoginLogPage",path:"login-log/userLoginLogPage",hasData:!0},{mode:"get",method:"getLoginSettingGet",path:"login/setting/get",hasQuery:!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:"postSeatAdd",path:"seat/add",hasQuery:!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:""}]}])};export{d as BackendError,h as BizServiceEnum,s as ContentTypeEnum,m as HttpUtil,o as RequestEnum,a as ResultEnum,g as api};
|