@gct-paas/api 0.1.0-word.3 → 0.1.1

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.
Files changed (89) hide show
  1. package/dist/gct-api.esm.min.js +1 -1
  2. package/dist/gct-api.system.min.js +1 -1
  3. package/es/apaas/service/api-config.mjs +167 -9
  4. package/es/apaas/service/apis/designer-common.service.d.ts +5 -1
  5. package/es/apaas/service/apis/doc-control-started.service.d.ts +76 -1
  6. package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +12 -0
  7. package/es/apaas/service/apis/excel.service.d.ts +6 -2
  8. package/es/apaas/service/apis/field-meta.service.d.ts +21 -0
  9. package/es/apaas/service/apis/file-resource.service.d.ts +1 -0
  10. package/es/apaas/service/apis/file.service.d.ts +1 -0
  11. package/es/apaas/service/apis/i18n-info.service.d.ts +1 -0
  12. package/es/apaas/service/apis/label.service.d.ts +15 -4
  13. package/es/apaas/service/apis/model-meta.service.d.ts +15 -1
  14. package/es/apaas/service/apis/office.service.d.ts +4 -1
  15. package/es/apaas/service/apis/online-form-instance.service.d.ts +45 -0
  16. package/es/apaas/service/apis/online-form.service.d.ts +8 -1
  17. package/es/apaas/service/apis/process-task-done.service.d.ts +24 -1
  18. package/es/apaas/service/apis/process-task-todo.service.d.ts +36 -1
  19. package/es/apaas/service/apis/ss.service.d.ts +1 -0
  20. package/es/apaas/service/entities.d.ts +2264 -344
  21. package/es/apaas/service/index.d.ts +6 -0
  22. package/es/ipaas/service/api-config.mjs +21 -2
  23. package/es/ipaas/service/apis/connector-config.service.d.ts +1 -0
  24. package/es/ipaas/service/apis/flow.service.d.ts +78 -1
  25. package/es/ipaas/service/entities.d.ts +162 -0
  26. package/es/platform/service/api-config.mjs +52 -21
  27. package/es/platform/service/apis/api.service.d.ts +18 -0
  28. package/es/platform/service/apis/apk.service.d.ts +4 -1
  29. package/es/platform/service/apis/app.service.d.ts +8 -1
  30. package/es/platform/service/apis/assets.service.d.ts +1 -0
  31. package/es/platform/service/apis/bi-app.service.d.ts +4 -3
  32. package/es/platform/service/apis/bi-file.service.d.ts +1 -0
  33. package/es/platform/service/apis/device-interconnection-param.service.d.ts +4 -1
  34. package/es/platform/service/apis/device-interconnection.service.d.ts +4 -1
  35. package/es/platform/service/apis/file.service.d.ts +6 -1
  36. package/es/platform/service/apis/i18n-info.service.d.ts +1 -0
  37. package/es/platform/service/apis/invoke-log.service.d.ts +17 -1
  38. package/es/platform/service/apis/ldap.service.d.ts +4 -1
  39. package/es/platform/service/apis/license.service.d.ts +18 -0
  40. package/es/platform/service/apis/org.service.d.ts +0 -4
  41. package/es/platform/service/apis/plat.service.d.ts +4 -1
  42. package/es/platform/service/apis/pn-project.service.d.ts +1 -0
  43. package/es/platform/service/apis/tenant.service.d.ts +0 -4
  44. package/es/platform/service/apis/user.service.d.ts +15 -3
  45. package/es/platform/service/entities.d.ts +94 -0
  46. package/lib/apaas/service/api-config.cjs +139 -9
  47. package/lib/apaas/service/apis/designer-common.service.d.ts +5 -1
  48. package/lib/apaas/service/apis/doc-control-started.service.d.ts +76 -1
  49. package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +12 -0
  50. package/lib/apaas/service/apis/excel.service.d.ts +6 -2
  51. package/lib/apaas/service/apis/field-meta.service.d.ts +21 -0
  52. package/lib/apaas/service/apis/file-resource.service.d.ts +1 -0
  53. package/lib/apaas/service/apis/file.service.d.ts +1 -0
  54. package/lib/apaas/service/apis/i18n-info.service.d.ts +1 -0
  55. package/lib/apaas/service/apis/label.service.d.ts +15 -4
  56. package/lib/apaas/service/apis/model-meta.service.d.ts +15 -1
  57. package/lib/apaas/service/apis/office.service.d.ts +4 -1
  58. package/lib/apaas/service/apis/online-form-instance.service.d.ts +45 -0
  59. package/lib/apaas/service/apis/online-form.service.d.ts +8 -1
  60. package/lib/apaas/service/apis/process-task-done.service.d.ts +24 -1
  61. package/lib/apaas/service/apis/process-task-todo.service.d.ts +36 -1
  62. package/lib/apaas/service/apis/ss.service.d.ts +1 -0
  63. package/lib/apaas/service/entities.d.ts +2264 -344
  64. package/lib/apaas/service/index.d.ts +6 -0
  65. package/lib/ipaas/service/api-config.cjs +18 -2
  66. package/lib/ipaas/service/apis/connector-config.service.d.ts +1 -0
  67. package/lib/ipaas/service/apis/flow.service.d.ts +78 -1
  68. package/lib/ipaas/service/entities.d.ts +162 -0
  69. package/lib/platform/service/api-config.cjs +50 -21
  70. package/lib/platform/service/apis/api.service.d.ts +18 -0
  71. package/lib/platform/service/apis/apk.service.d.ts +4 -1
  72. package/lib/platform/service/apis/app.service.d.ts +8 -1
  73. package/lib/platform/service/apis/assets.service.d.ts +1 -0
  74. package/lib/platform/service/apis/bi-app.service.d.ts +4 -3
  75. package/lib/platform/service/apis/bi-file.service.d.ts +1 -0
  76. package/lib/platform/service/apis/device-interconnection-param.service.d.ts +4 -1
  77. package/lib/platform/service/apis/device-interconnection.service.d.ts +4 -1
  78. package/lib/platform/service/apis/file.service.d.ts +6 -1
  79. package/lib/platform/service/apis/i18n-info.service.d.ts +1 -0
  80. package/lib/platform/service/apis/invoke-log.service.d.ts +17 -1
  81. package/lib/platform/service/apis/ldap.service.d.ts +4 -1
  82. package/lib/platform/service/apis/license.service.d.ts +18 -0
  83. package/lib/platform/service/apis/org.service.d.ts +0 -4
  84. package/lib/platform/service/apis/plat.service.d.ts +4 -1
  85. package/lib/platform/service/apis/pn-project.service.d.ts +1 -0
  86. package/lib/platform/service/apis/tenant.service.d.ts +0 -4
  87. package/lib/platform/service/apis/user.service.d.ts +15 -3
  88. package/lib/platform/service/entities.d.ts +94 -0
  89. package/package.json +12 -5
@@ -1 +1 @@
1
- import M from"axios";const T=[{name:"appBranch",entityName:"app-branch",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appGlobalSettings",entityName:"app-global-settings",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appGrantedUser",entityName:"app-granted-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postBatch",path:"batch",hasData:!0},{mode:"get",method:"getGrantedStatistic",path:"grantedStatistic"},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getRemoveAndTransfer",path:"removeAndTransfer",hasQuery:!0},{mode:"get",method:"getUngrantedList",path:"ungranted/list"}]},{name:"appOrg",entityName:"app-org",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0},{mode:"post",method:"postUserMove",path:"user/move",hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0},{mode:"post",method:"postUserRemove",path:"user/remove",hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appPublishLog",entityName:"app-publish-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appState",entityName:"app-state",apis:[{mode:"get",method:"getDraft",path:"draft"}]},{name:"appUser",entityName:"app-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasData:!0},{mode:"put",method:"putDisable",path:"disable",hasQuery:!0},{mode:"put",method:"putEnable",path:"enable",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRemove",path:"remove",hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"approvalLog",entityName:"approval-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModules",path:"modules"},{mode:"get",method:"getOperateTypes",path:"operateTypes"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postSave",path:"save",hasData:!0}]},{name:"basicConfig",entityName:"basic-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getAiRagEnabled",path:"aiRagEnabled"},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"post",method:"postGlobal",path:"global",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postTheme",path:"theme",hasData:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"bizEvent",entityName:"biz-event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizProcessDefinition",entityName:"biz-process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizProcessDefinitionVersion",entityName:"biz-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasData:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0}]},{name:"bizServiceCrud",entityName:"biz-service-crud",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDataModelList",path:"data-model/list"},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizService",entityName:"biz-service",apis:[{mode:"get",method:"getModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0}]},{name:"bom",entityName:"bom",apis:[{mode:"post",method:"postImport",path:"import"}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getGetListRdoOrNdo",path:"getListRdoOrNdo",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListComplete",path:"listComplete",hasQuery:!0},{mode:"get",method:"getPage",path:"page",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"categoryRelation",entityName:"category-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"chat",entityName:"chat",apis:[{mode:"post",method:"postImportExcel",path:"importExcel",hasQuery:!0}]},{name:"codeTs",entityName:"code-ts",apis:[{mode:"get",method:"getList",path:"list"}]},{name:"commitLog",entityName:"commit-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCanPublishProdReleaseTagList",path:"canPublishProdReleaseTagList"},{mode:"get",method:"getCanReleaseTagList",path:"canReleaseTagList"},{mode:"post",method:"postCommit",path:"commit",hasData:!0},{mode:"get",method:"getGetLatestCommit",path:"getLatestCommit"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getReleaseInfo",path:"release/info",hasQuery:!0},{mode:"get",method:"getReleasePageList",path:"release/page/list",hasQuery:!0},{mode:"get",method:"getViewDetail",path:"viewDetail",hasQuery:!0},{mode:"get",method:"getViewDraft",path:"viewDraft"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"commonInfoCard",entityName:"common-info-card",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetById",path:"getById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"controlConfig",entityName:"control-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCategoryList",path:"category/list",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoTypeRefId",path:"info/{type}/{refId}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getSpecialPageList",path:"special/page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"customerComplaint",entityName:"customer-complaint",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSync",path:"sync"},{mode:"get",method:"getUpdateFeishu",path:"updateFeishu",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataModel",entityName:"data-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"designerCommon",entityName:"designer-common",apis:[{mode:"get",method:"getEnumModelFieldList",path:"enumModelField/list",hasQuery:!0},{mode:"get",method:"getGetApp",path:"getApp"},{mode:"get",method:"getGetCanBeUsedOrg",path:"getCanBeUsedOrg"},{mode:"get",method:"getGetCanBeUsedOrgUser",path:"getCanBeUsedOrgUser",hasQuery:!0},{mode:"get",method:"getGetUserGroupUser",path:"getUserGroupUser",hasQuery:!0},{mode:"get",method:"getGetVisibleOrg",path:"getVisibleOrg"},{mode:"get",method:"getGetVisibleOrgUser",path:"getVisibleOrgUser",hasQuery:!0},{mode:"get",method:"getGetVisibleUser",path:"getVisibleUser"},{mode:"get",method:"getGetVisibleUserAndVisibleOrgUser",path:"getVisibleUserAndVisibleOrgUser",hasQuery:!0},{mode:"get",method:"getListUserByIds",path:"listUserByIds",hasQuery:!0},{mode:"get",method:"getTableEntityModelList",path:"table-entity-model/list",hasQuery:!0},{mode:"post",method:"postUploadFile",path:"upload/file",hasQuery:!0},{mode:"post",method:"postUploadLabelImage",path:"upload/label/image"},{mode:"get",method:"getUserInfo",path:"user/info"}]},{name:"designerLock",entityName:"designer-lock",apis:[{mode:"post",method:"postCancelOccupyPage",path:"cancelOccupyPage",hasData:!0},{mode:"get",method:"getGetPageOccupyMsg",path:"getPageOccupyMsg",hasQuery:!0},{mode:"post",method:"postLockPage",path:"lockPage",hasData:!0},{mode:"post",method:"postOccupyPage",path:"occupyPage",hasData:!0},{mode:"post",method:"postUnLockPage",path:"unLockPage",hasData:!0}]},{name:"designerOperateLog",entityName:"designer-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"devops",entityName:"devops",apis:[{mode:"get",method:"getListAllDigitsFields",path:"listAllDigitsFields"},{mode:"post",method:"postUpdateDigits",path:"updateDigits",hasData:!0}]},{name:"dhr",entityName:"dhr",apis:[{mode:"get",method:"getLogFindByTraceId",path:"log/findByTraceId",hasQuery:!0},{mode:"get",method:"getLogListIsntanceId",path:"log/list/{isntanceId}",hasPathParams:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0}]},{name:"difyChat",entityName:"dify-chat",apis:[{mode:"post",method:"postAsyncDocument",path:"asyncDocument",hasData:!0},{mode:"post",method:"postChat",path:"chat",hasData:!0}]},{name:"docControlStarted",entityName:"doc-control-started",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"docControlTaskDone",entityName:"doc-control-task-done",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"docControlTaskTodo",entityName:"doc-control-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0},{mode:"get",method:"getCount",path:"count"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"docControl",entityName:"doc-control",apis:[{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"get",method:"getProcessInfo",path:"process/info",hasQuery:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessResubmit",path:"process/resubmit",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0},{mode:"get",method:"getProcessStartProcess",path:"process/startProcess",hasQuery:!0}]},{name:"docOutline",entityName:"doc-outline",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByInstance",path:"listByInstance",hasQuery:!0},{mode:"get",method:"getListByRefId",path:"listByRefId",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSheet",path:"sheet",hasQuery:!0},{mode:"get",method:"getSheetByInstance",path:"sheetByInstance",hasQuery:!0},{mode:"get",method:"getSheetByRefId",path:"sheetByRefId",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"document",entityName:"document",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putDesignId",path:"design/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDocumentDataClean",path:"documentDataClean"},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrCategory",entityName:"edhr-category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrCirculationFormRelateModel",entityName:"edhr-circulationFormRelateModel",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrInstance",entityName:"edhr-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0},{mode:"get",method:"getFindMaterialNo",path:"findMaterialNo",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPageListGroup",path:"page/list/group",hasData:!0},{mode:"get",method:"getReversePageList",path:"reverse/page/list",hasQuery:!0},{mode:"get",method:"getRunningPage",path:"running/page",hasQuery:!0},{mode:"put",method:"putUpdateInstanceStatusById4ArchivedId",path:"updateInstanceStatusById4Archived/{id}",hasPathParams:!0}]},{name:"edhrInstanceRelation",entityName:"edhr-instance-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getListTree",path:"list/tree",hasQuery:!0},{mode:"get",method:"getListChild",path:"listChild",hasQuery:!0}]},{name:"edhrInstanceSearchHistory",entityName:"edhr-instance-search-history",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"edhrTmpl",entityName:"edhr-tmpl",apis:[{mode:"post",method:"postControl",path:"control",hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasPathParams:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0}]},{name:"eleSearch",entityName:"ele-search",apis:[{mode:"get",method:"getSearchByKey",path:"searchByKey",hasQuery:!0}]},{name:"enumModel",entityName:"enum-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSubmitWithFields",path:"submitWithFields",hasData:!0},{mode:"put",method:"putUpdateIconStateId",path:"updateIconState/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateTextStateId",path:"updateTextState/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"enumModelField",entityName:"enum-model-field",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"event",entityName:"event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"eventLog",entityName:"event-log",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"excelTmpl",entityName:"excel-tmpl",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postConfig",path:"config",hasData:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getDownloadPlatId",path:"download-plat/{id}",hasPathParams:!0},{mode:"get",method:"getDownloadId",path:"download/{id}",hasPathParams:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInitTmpl",path:"init/tmpl",hasQuery:!0},{mode:"post",method:"postInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postV1Config",path:"v1/config",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"excel",entityName:"excel",apis:[{mode:"get",method:"getDataDoImport",path:"data/doImport",hasQuery:!0},{mode:"get",method:"getDataExport",path:"data/export",hasQuery:!0},{mode:"post",method:"postDataImport",path:"data/import",hasQuery:!0},{mode:"get",method:"getDataPreview",path:"data/preview",hasQuery:!0},{mode:"get",method:"getDataReport",path:"data/report",hasQuery:!0},{mode:"post",method:"postDataValidate",path:"data/validate",hasQuery:!0}]},{name:"fieldMeta",entityName:"field-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCompleteDataVersion",path:"complete/dataVersion"},{mode:"put",method:"putDecimalDigitsAllDigits",path:"decimal/digits/all/{digits}",hasPathParams:!0},{mode:"post",method:"postFuncCheck",path:"func/check",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListConditionField",path:"listConditionField",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0},{mode:"put",method:"putPageRecycledRestoreFieldId",path:"page/recycledRestore/{fieldId}",hasPathParams:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"put",method:"putUniqueConstraintAddModelKeyFieldKeyType",path:"unique/constraint/add/{modelKey}/{fieldKey}/{type}",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"field",entityName:"field",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0}]},{name:"fileResource",entityName:"file-resource",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasData:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postUpload",path:"upload",hasQuery:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"get",method:"getStart",path:"start"},{mode:"post",method:"postStatus",path:"status",hasData:!0},{mode:"post",method:"postSubmit",path:"submit",hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postPdfEncode",path:"pdf/encode",hasQuery:!0},{mode:"post",method:"postPdfPage",path:"pdf/page",hasQuery:!0},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0}]},{name:"form",entityName:"form",apis:[{mode:"post",method:"postChangeProcessApprove",path:"change/process/approve",hasData:!0},{mode:"post",method:"postChangeProcessInterfereReassign",path:"change/process/interfere/reassign",hasData:!0},{mode:"post",method:"postChangeProcessInterfereReturn",path:"change/process/interfere/return",hasData:!0},{mode:"post",method:"postChangeProcessJump",path:"change/process/jump",hasData:!0},{mode:"post",method:"postChangeProcessReassign",path:"change/process/reassign",hasData:!0},{mode:"post",method:"postChangeProcessReturn",path:"change/process/return",hasData:!0}]},{name:"formRelate",entityName:"formRelate",apis:[{mode:"get",method:"getCategory",path:"category",hasQuery:!0},{mode:"post",method:"postCategory",path:"category",hasData:!0},{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0},{mode:"put",method:"putCategoryDrag",path:"category/drag",hasData:!0},{mode:"put",method:"putCategoryId",path:"category/{id}",hasPathParams:!0,hasData:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllCategory",path:"listAllCategory",hasQuery:!0},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0},{mode:"get",method:"getPageListAllModelKey",path:"page/listAllModelKey",hasQuery:!0},{mode:"get",method:"getPageListFormAppendChild",path:"page/listFormAppendChild",hasQuery:!0},{mode:"get",method:"getPageListFormNoChild",path:"page/listFormNoChild",hasQuery:!0}]},{name:"frontOperateLog",entityName:"front-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"globalMethod",entityName:"global-method",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCurrentTime",path:"currentTime"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"instanceRelation",entityName:"instance-relation",apis:[{mode:"post",method:"postBind",path:"bind",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteUnbind",path:"unbind",hasQuery:!0},{mode:"put",method:"putUpdateTitle",path:"updateTitle",hasQuery:!0}]},{name:"ipaas",entityName:"ipaas",apis:[{mode:"post",method:"postWebhook",path:"webhook",hasData:!0}]},{name:"job",entityName:"job",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCronValid",path:"cron/valid",hasData:!0},{mode:"post",method:"postExec",path:"exec",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putStatusId",path:"status/{id}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"jobLog",entityName:"job-log",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"jsEngine",entityName:"js-engine",apis:[{mode:"get",method:"getExecKey",path:"exec/{key}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExecKey",path:"exec/{key}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExecute",path:"execute",hasData:!0}]},{name:"label",entityName:"label",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBtw",path:"btw",hasData:!0},{mode:"get",method:"getBtwPageList",path:"btw/page/list",hasQuery:!0},{mode:"delete",method:"deleteBtwRemoveVersionById",path:"btw/removeVersionById",hasQuery:!0},{mode:"put",method:"putBtwUpdateDesigner",path:"btw/updateDesigner",hasData:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getEntityInfo",path:"entity/info",hasQuery:!0},{mode:"get",method:"getEntityUpdateDatetimeSql",path:"entity/update/datetime/sql"},{mode:"get",method:"getExecute",path:"execute"},{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"post",method:"postImport",path:"import"},{mode:"get",method:"getLabelCategoryTree",path:"labelCategoryTree",hasQuery:!0},{mode:"post",method:"postLabelDuplicateNameCheck",path:"labelDuplicateNameCheck",hasData:!0},{mode:"get",method:"getLabelParentDataClean",path:"labelParentDataClean"},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListFont",path:"listFont"},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"get",method:"getTest",path:"test",hasQuery:!0},{mode:"put",method:"putUpdateDesigner",path:"updateDesigner",hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postXmlSetting",path:"xmlSetting",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"labelLog",entityName:"label-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"post",method:"postUserLoginLogPage",path:"userLoginLogPage",hasData:!0}]},{name:"menuConfig",entityName:"menu-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAvailableList",path:"available/list",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mergeLog",entityName:"merge-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"messageRecord",entityName:"message-record",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"get",method:"getFindAllByType",path:"findAllByType",hasQuery:!0},{mode:"post",method:"postSendMessageByType",path:"sendMessageByType",hasData:!0}]},{name:"messageTmpl",entityName:"message-tmpl",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListByModelKey",path:"listByModelKey",hasQuery:!0},{mode:"put",method:"putOpened",path:"opened",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postProcessSend",path:"processSend",hasData:!0},{mode:"post",method:"postSend",path:"send",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mobileHomepage",entityName:"mobile-homepage",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSelected",path:"getSelected"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mobilePage",entityName:"mobile-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelComprehensive",entityName:"model-comprehensive",apis:[{mode:"delete",method:"deleteBizServiceApi",path:"biz-service-api",hasQuery:!0},{mode:"get",method:"getBizServiceApiListModelCategory",path:"biz-service-api/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putBizServiceApiId",path:"biz-service-api/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBizServiceApiModelCategory",path:"biz-service-api/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBizServiceGeneralModelCategoryModelKeyBsKey",path:"biz-service/general/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getEnumInfoModelCategory",path:"enum/info/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExportModelCategoryModelKeyTmplKey",path:"export/{modelCategory}/{modelKey}/{tmplKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getFieldListModelCategory",path:"field/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getMethodListModelCategory",path:"method/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelDetailListByKeysModelCategory",path:"model/detail/listByKeys/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelDetailModelCategory",path:"model/detail/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelForm",path:"model/form",hasQuery:!0},{mode:"get",method:"getModelSummary",path:"model/summary",hasQuery:!0},{mode:"get",method:"getModelSystem",path:"model/system"},{mode:"post",method:"postQueryAllModelDataAndDrillData",path:"queryAllModelDataAndDrillData",hasData:!0},{mode:"post",method:"postQueryFieldValueByRefChainDataModelCategory",path:"queryFieldValueByRefChainData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryModelDataAndDrillData",path:"queryModelDataAndDrillData",hasData:!0},{mode:"post",method:"postQueryRefChainDataModelCategory",path:"queryRefChainData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataModelCategory",path:"queryRefData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataByIdModelCategory",path:"queryRefDataById/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataByIdsModelCategory",path:"queryRefDataByIds/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQuerySearchRefChainData",path:"querySearchRefChainData",hasData:!0},{mode:"get",method:"getSubModelList",path:"sub-model/list",hasQuery:!0}]},{name:"modelData",entityName:"model-data",apis:[{mode:"post",method:"postAllModelLiquibaseSoftDeleteDataClean",path:"allModelLiquibaseSoftDeleteDataClean"},{mode:"post",method:"postAllModelSoftDeleteDataClean",path:"allModelSoftDeleteDataClean"},{mode:"get",method:"getCheckFieldValueExist",path:"checkFieldValueExist",hasQuery:!0},{mode:"post",method:"postQueryRefData",path:"queryRefData",hasData:!0},{mode:"post",method:"postSingleModelSoftDeleteDataClean",path:"singleModelSoftDeleteDataClean",hasQuery:!0}]},{name:"modelMeta",entityName:"model-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAggList",path:"agg/list",hasQuery:!0},{mode:"get",method:"getAggModel",path:"agg/model",hasQuery:!0},{mode:"get",method:"getByKeys",path:"by/keys",hasQuery:!0},{mode:"put",method:"putConstantModelKey",path:"constant/{modelKey}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDataPermissionList",path:"data-permission/list",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"put",method:"putDisplayModelKeyFieldKey",path:"display/{modelKey}/{fieldKey}",hasPathParams:!0},{mode:"get",method:"getEr",path:"er"},{mode:"get",method:"getFindAllByTypeIn",path:"findAllByTypeIn",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListAll",path:"list-all"},{mode:"get",method:"getListAllModelAndFieldByName",path:"listAllModelAndFieldByName",hasQuery:!0},{mode:"get",method:"getListMasterModel",path:"listMasterModel",hasQuery:!0},{mode:"get",method:"getListModelReferencedBy",path:"listModelReferencedBy",hasQuery:!0},{mode:"get",method:"getListSlaveModel",path:"listSlaveModel",hasQuery:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0},{mode:"put",method:"putPageRecycledRestoreModelKey",path:"page/recycledRestore/{modelKey}",hasPathParams:!0},{mode:"get",method:"getPermissionEnabledList",path:"permission-enabled/list",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasPathParams:!0},{mode:"get",method:"getSupportProcess",path:"support-process"},{mode:"get",method:"getTranslateModelFieldExp",path:"translateModelFieldExp",hasQuery:!0},{mode:"get",method:"getUnrelatedList",path:"unrelated/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0},{mode:"put",method:"putModelKeyEnabled",path:"{modelKey}/{enabled}",hasPathParams:!0}]},{name:"modelMethod",entityName:"model-method",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDataModelList",path:"data-model/list"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getViewModelList",path:"view-model/list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelPermissionRelation",entityName:"model-permission-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"model",entityName:"model",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0}]},{name:"ocr",entityName:"ocr",apis:[{mode:"post",method:"post",path:"**"}]},{name:"office",entityName:"office",apis:[{mode:"post",method:"postDocxJson",path:"docx-json"}]},{name:"onlineFormCategory",entityName:"online-form-category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"onlineFormChangeHistory",entityName:"online-form-change-history",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"onlineFormInstance",entityName:"online-form-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAppendixFormList",path:"appendix/form/list",hasQuery:!0},{mode:"get",method:"getDataIds",path:"dataIds",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getDhrFormList",path:"dhr/form/list",hasQuery:!0},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0},{mode:"get",method:"getFindByMaterialNoAndDocOutlineId",path:"findByMaterialNoAndDocOutlineId",hasQuery:!0},{mode:"get",method:"getFindByOfTmplIdAndEdhrInstanceId",path:"findByOfTmplIdAndEdhrInstanceId",hasQuery:!0},{mode:"get",method:"getFindByTmplIdAndMaterialNo",path:"findByTmplIdAndMaterialNo",hasQuery:!0},{mode:"get",method:"getFindOfTaskBySerialNo4Change",path:"findOfTaskBySerialNo4Change",hasQuery:!0},{mode:"get",method:"getFindPage4EdhrInstance",path:"findPage4EdhrInstance",hasQuery:!0},{mode:"get",method:"getFindRelationInfoById",path:"findRelationInfoById",hasQuery:!0},{mode:"get",method:"getFormPageList",path:"form/page/list",hasQuery:!0},{mode:"get",method:"getGetOne",path:"getOne",hasQuery:!0},{mode:"get",method:"getGetRelatedProduct",path:"getRelatedProduct",hasQuery:!0},{mode:"get",method:"getHoldLockUser",path:"hold/lock/user",hasQuery:!0},{mode:"post",method:"postHoldUnlock",path:"hold/unlock",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByRecordNo",path:"info/byRecordNo",hasQuery:!0},{mode:"post",method:"postInfos",path:"infos"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getQuery",path:"query",hasQuery:!0},{mode:"post",method:"postRefreshSnapshot",path:"refresh/snapshot",hasQuery:!0},{mode:"get",method:"getRelateFormPageList",path:"relate/form/page/list",hasQuery:!0},{mode:"post",method:"postRelatedInstAppend",path:"related/inst/append",hasData:!0},{mode:"post",method:"postRelatedInstBind",path:"related/inst/bind",hasData:!0},{mode:"delete",method:"deleteRelatedInstRemove",path:"related/inst/remove",hasQuery:!0},{mode:"post",method:"postRelatedInstUnbind",path:"related/inst/unbind",hasData:!0},{mode:"get",method:"getReverseTracePageList",path:"reverse/trace/page/list",hasQuery:!0},{mode:"post",method:"postTask",path:"task",hasData:!0},{mode:"post",method:"postTaskPageList",path:"task/page/list",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteTaskRemoveOfInstId",path:"task/remove/{ofInstId}",hasPathParams:!0},{mode:"get",method:"getTaskResendOfInstId",path:"task/resend/{ofInstId}",hasPathParams:!0},{mode:"put",method:"putTaskUpdate",path:"task/update",hasData:!0},{mode:"put",method:"putTaskId",path:"task/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postTaskForm",path:"taskForm",hasData:!0},{mode:"get",method:"getTracePageList",path:"trace/page/list",hasQuery:!0},{mode:"put",method:"putUpdateDescription",path:"updateDescription",hasData:!0}]},{name:"onlineFormLog",entityName:"online-form-log",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"onlineFormTmplLog",entityName:"online-form-tmpl-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"onlineFormTmpl",entityName:"online-form-tmpl",apis:[{mode:"post",method:"postCopyCustomizeId",path:"copy/customize/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getFormModelsId",path:"formModels/{id}",hasPathParams:!0},{mode:"get",method:"getGetCommunicationConfig",path:"getCommunicationConfig",hasQuery:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"post",method:"postInfos",path:"infos",hasData:!0},{mode:"get",method:"getListBaseAndProcessForm",path:"listBaseAndProcessForm",hasQuery:!0},{mode:"get",method:"getListOnlineFormModels",path:"listOnlineFormModels",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getModelId",path:"model/{id}",hasPathParams:!0},{mode:"post",method:"postRelease",path:"release",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveField",path:"saveField",hasData:!0},{mode:"post",method:"postSaveOperation",path:"saveOperation",hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasPathParams:!0},{mode:"get",method:"getStash",path:"stash",hasQuery:!0},{mode:"put",method:"putStashId",path:"stash/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postTest",path:"test"},{mode:"post",method:"postUpdateCommunicationConfigId",path:"updateCommunicationConfig/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateDesignerId",path:"updateDesigner/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0}]},{name:"onlineForm",entityName:"online-form",apis:[{mode:"post",method:"postBaseSubmit",path:"base/submit",hasData:!0},{mode:"post",method:"postBizBizServiceSummary",path:"biz/bizServiceSummary",hasData:!0},{mode:"get",method:"getDataInitProtocolData",path:"data-init/protocol/data",hasQuery:!0},{mode:"get",method:"getDataInitProtocolFieldMeta",path:"data-init/protocol/fieldMeta",hasQuery:!0},{mode:"get",method:"getDataInitProtocolList",path:"data-init/protocol/list"},{mode:"post",method:"postProcessAbandon",path:"process/abandon",hasData:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"post",method:"postProcessApproveQualification",path:"process/approveQualification",hasData:!0},{mode:"post",method:"postProcessChange",path:"process/change",hasData:!0},{mode:"post",method:"postProcessControl",path:"process/control",hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessPartialSubmit",path:"process/partialSubmit",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessResubmitOf",path:"process/resubmitOf",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0},{mode:"post",method:"postProcessSave",path:"process/save",hasData:!0},{mode:"post",method:"postProcessSubmit",path:"process/submit",hasData:!0},{mode:"post",method:"postStash",path:"stash",hasData:!0}]},{name:"onlineUserSummary",entityName:"online-user-summary",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"online",entityName:"online",apis:[{mode:"get",method:"getClients",path:"clients",hasQuery:!0},{mode:"get",method:"getExit",path:"exit",hasQuery:!0},{mode:"get",method:"getMaxOnlineUser",path:"maxOnlineUser",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"openapi",entityName:"openapi",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetApiInfo",path:"getApiInfo",hasQuery:!0},{mode:"get",method:"getGetApiInfos",path:"getApiInfos"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"padPage",entityName:"pad-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pageDesignerLog",entityName:"page-designer-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"post",method:"postAppGlobal",path:"app/global",hasData:!0},{mode:"get",method:"getAppGlobalInfo",path:"app/global/info"},{mode:"post",method:"postBase",path:"base",hasData:!0},{mode:"post",method:"postOrg",path:"org",hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasData:!0}]},{name:"pmProcessDefinition",entityName:"pm-process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllProcHasPublishedVersion",path:"listAllProcHasPublishedVersion",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListByPage",path:"page/listByPage",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDefinitionVersion",entityName:"pm-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasData:!0},{mode:"post",method:"postUpdateProcessUser",path:"updateProcessUser",hasData:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0}]},{name:"pmProcessEngine",entityName:"pm-process-engine",apis:[{mode:"post",method:"postApprove",path:"approve",hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0},{mode:"get",method:"getListAllAssignees",path:"listAllAssignees"},{mode:"get",method:"getListAllInitiators",path:"listAllInitiators"},{mode:"get",method:"getModel",path:"model",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postProcExecute",path:"procExecute",hasData:!0},{mode:"get",method:"getProcInstExtension",path:"procInstExtension",hasQuery:!0},{mode:"post",method:"postReassign",path:"reassign",hasData:!0},{mode:"post",method:"postRefuse",path:"refuse",hasData:!0},{mode:"post",method:"postReject",path:"reject",hasData:!0},{mode:"post",method:"postResubmit",path:"resubmit",hasData:!0},{mode:"post",method:"postStartProcInst",path:"startProcInst",hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0},{mode:"post",method:"postTerminate",path:"terminate",hasData:!0},{mode:"post",method:"postWithdraw",path:"withdraw",hasData:!0}]},{name:"printDesigner",entityName:"print-designer",apis:[{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0},{mode:"get",method:"getRdoPageBaseList",path:"rdo/page/base/list",hasQuery:!0},{mode:"get",method:"getRdoPageList",path:"rdo/page/list",hasQuery:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postPatchwork",path:"patchwork",hasData:!0}]},{name:"print",entityName:"print",apis:[{mode:"get",method:"getBtwFileTree",path:"btwFileTree"},{mode:"post",method:"postGenerateZplCode",path:"generateZplCode",hasData:!0},{mode:"post",method:"postLabelBackEndPrint",path:"labelBackEndPrint",hasData:!0},{mode:"get",method:"getPrintDropdownList",path:"printDropdownList"},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasData:!0}]},{name:"process",entityName:"process",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processApprovalLog",entityName:"process-approval-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getApproveHistory",path:"approveHistory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processApproveUser",entityName:"process-approve-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processDefinition",entityName:"process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postInitProcessAndProcessVersionType",path:"initProcessAndProcessVersion/{type}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processDefinitionVersion",entityName:"process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByParentId",path:"listByParentId",hasQuery:!0},{mode:"post",method:"postPublishId",path:"publish/{id}",hasPathParams:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processEngine",entityName:"process-engine",apis:[{mode:"post",method:"postExecute",path:"execute",hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0},{mode:"get",method:"getModel",path:"model",hasQuery:!0},{mode:"post",method:"postReassignment",path:"reassignment",hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0}]},{name:"processEvent",entityName:"process-event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processGraph",entityName:"process-graph",apis:[{mode:"get",method:"getGraphInfo",path:"graphInfo",hasQuery:!0}]},{name:"processInstance",entityName:"process-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processInstanceRelation",entityName:"process-instance-relation-",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processMessageUser",entityName:"process-message-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processNodeDefinition",entityName:"process-node-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processPathUser",entityName:"process-path-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processPath",entityName:"process-path",apis:[{mode:"get",method:"getFindAllByOfInstanceId",path:"findAllByOfInstanceId",hasQuery:!0},{mode:"get",method:"getFindAllByProcessInstanceId",path:"findAllByProcessInstanceId",hasQuery:!0},{mode:"get",method:"getFindAllByTmplId",path:"findAllByTmplId",hasQuery:!0}]},{name:"processTaskDone",entityName:"process-task-done",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"processTaskTodo",entityName:"process-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"processVersion",entityName:"process-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postActivateId",path:"activate/{id}",hasPathParams:!0},{mode:"put",method:"putDeploy",path:"deploy",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"processTest",entityName:"processTest",apis:[{mode:"get",method:"getCompleteTask",path:"completeTask",hasQuery:!0},{mode:"get",method:"getDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getReadXml",path:"readXml",hasQuery:!0},{mode:"get",method:"getSignal",path:"signal",hasQuery:!0},{mode:"get",method:"getStart",path:"start",hasQuery:!0},{mode:"get",method:"getUpdateVar",path:"updateVar",hasQuery:!0},{mode:"get",method:"getWithdraw",path:"withdraw",hasQuery:!0}]},{name:"productRelease",entityName:"product-release",apis:[{mode:"get",method:"getGetProductReleaseByMaterialNo",path:"getProductReleaseByMaterialNo",hasQuery:!0},{mode:"get",method:"getGetProductReleaseForm",path:"getProductReleaseForm",hasQuery:!0},{mode:"get",method:"getGetProductReleaseInstByMaterialNo",path:"getProductReleaseInstByMaterialNo",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"publishLog",entityName:"publish-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCreateRelease",path:"createRelease",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPublishToProd",path:"publishToProd",hasData:!0},{mode:"post",method:"postPublishToTest",path:"publishToTest",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"report",entityName:"report",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDeploy",path:"deploy",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfos",path:"infos",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListType",path:"list/type"},{mode:"get",method:"getListModelReport",path:"listModelReport",hasQuery:!0},{mode:"get",method:"getListSystemModelFields",path:"listSystemModelFields",hasQuery:!0},{mode:"get",method:"getListSystemModels",path:"listSystemModels"},{mode:"put",method:"putMove",path:"move",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putUndeployId",path:"undeploy/{id}",hasPathParams:!0},{mode:"get",method:"getUserPermissionId",path:"user/permission/{id}",hasPathParams:!0},{mode:"post",method:"postViewPageList",path:"view/page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"reportDataSet",entityName:"report-data-set",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getGenSql",path:"genSql",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postListByPage4DataSet",path:"listByPage4DataSet",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"reportData",entityName:"report-data",apis:[{mode:"post",method:"postListByPage",path:"listByPage",hasData:!0},{mode:"post",method:"postListByPage4Cross",path:"listByPage4Cross",hasData:!0},{mode:"post",method:"postListStatistic",path:"listStatistic",hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putIdEnabled",path:"{id}/{enabled}",hasPathParams:!0}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postBulk",path:"bulk",hasData:!0},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!0},{mode:"post",method:"postRemove",path:"remove",hasData:!0}]},{name:"sandboxConfig",entityName:"sandbox-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:""},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSync",path:"sync"},{mode:"post",method:"postSyncPage",path:"sync/page",hasData:!0},{mode:"post",method:"postSyncScript",path:"sync/script",hasData:!0},{mode:"get",method:"getValidStatus",path:"valid/status",hasQuery:!0},{mode:"get",method:"getVisitCheck",path:"visit/check",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"script",entityName:"script",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"scriptAssistant",entityName:"script-assistant",apis:[{mode:"get",method:"getRag",path:"rag"},{mode:"post",method:"postScriptComplete",path:"scriptComplete",hasData:!0}]},{name:"scriptVersion",entityName:"script-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"scriptVersionLog",entityName:"script-version-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"serviceOrchestration",entityName:"service-orchestration",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"serviceOrchestrationVersion",entityName:"service-orchestration-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"serviceOrchestrationVersionLog",entityName:"service-orchestration-version-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"signHistory",entityName:"sign-history",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"postOperators",path:"operators",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0}]},{name:"signature",entityName:"signature",apis:[{mode:"post",method:"postGetSignatureImage",path:"getSignatureImage",hasData:!0},{mode:"post",method:"postGetSignatureUploadOrWriteImage",path:"getSignatureUploadOrWriteImage",hasData:!0}]},{name:"sqlViewModel",entityName:"sql-view-model",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"sqlView",entityName:"sql-view",apis:[{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0}]},{name:"stash",entityName:"stash",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByClientKey",path:"findByClientKey",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"subModelProcess",entityName:"sub-model-process",apis:[{mode:"post",method:"postAllSubModelDataClean",path:"allSubModelDataClean"}]},{name:"sysConfig",entityName:"sys-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"systemVar",entityName:"system-var",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSystemVarByKeys",path:"getSystemVarByKeys",hasQuery:!0},{mode:"get",method:"getGetVarByKeys",path:"getVarByKeys",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListSystemVarCache",path:"listSystemVarCache"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceLog",entityName:"trace-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByTraceId",path:"findByTraceId",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceLogDetails",entityName:"trace-log-details",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postAppDataTracePageList",path:"app-data-trace/page/list",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoTree",path:"infoTree",hasQuery:!0},{mode:"get",method:"getInfoTreeById",path:"infoTreeById",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListByRecodeId",path:"page/listByRecodeId",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceMainline",entityName:"trace-mainline",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceMainlineExt",entityName:"trace-mainline-ext",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceSetting",entityName:"trace-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getTreeByModelKey",path:"treeByModelKey",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userGroup",entityName:"user-group",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getSearch",path:"search",hasQuery:!0},{mode:"get",method:"getUserRolePermissionList",path:"user/role/permission/list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userGroupRelation",entityName:"user-group-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBatch",path:"batch",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"viewModel",entityName:"view-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getFieldInfo",path:"field/info",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSql",path:"sql",hasQuery:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"wash",entityName:"wash",apis:[{mode:"get",method:"getWashDictLabelField",path:"washDictLabelField"},{mode:"get",method:"getWashEdhrAndOfInst",path:"washEdhrAndOfInst"}]},{name:"webpage",entityName:"webpage",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelOccupyWebPage",path:"cancelOccupyWebPage",hasData:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postGetWebPageOccupyMsg",path:"getWebPageOccupyMsg",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postLockWebPage",path:"lockWebPage",hasData:!0},{mode:"post",method:"postOccupyWebPage",path:"occupyWebPage",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postUnLockWebPage",path:"unLockWebPage",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"post",method:"postAppCreateBranch",path:"app/createBranch",hasData:!0},{mode:"post",method:"postAppCreateImportApp",path:"app/createImportApp",hasData:!0},{mode:"get",method:"getAppCreateIndex",path:"app/createIndex",hasQuery:!0},{mode:"post",method:"postAppCreateSelfBuiltApp",path:"app/createSelfBuiltApp",hasData:!0},{mode:"get",method:"getAppDeleteIndex",path:"app/deleteIndex",hasQuery:!0},{mode:"delete",method:"deleteAppDropProdDb",path:"app/dropProdDb",hasQuery:!0},{mode:"delete",method:"deleteAppDropTestDb",path:"app/dropTestDb",hasQuery:!0},{mode:"get",method:"getAppFieldMetaList",path:"app/field-meta/list",hasQuery:!0},{mode:"get",method:"getAppGetAppMenu",path:"app/getAppMenu",hasQuery:!0},{mode:"get",method:"getAppGetCurrentBranch",path:"app/getCurrentBranch",hasQuery:!0},{mode:"get",method:"getAppGetIndex",path:"app/getIndex",hasQuery:!0},{mode:"get",method:"getAppGetLatestBranch",path:"app/getLatestBranch",hasQuery:!0},{mode:"get",method:"getAppGetLatestCommit",path:"app/getLatestCommit",hasQuery:!0},{mode:"post",method:"postAppImportVersion",path:"app/importVersion",hasData:!0},{mode:"get",method:"getAppImportVersionPreview",path:"app/importVersionPreview",hasQuery:!0},{mode:"get",method:"getAppListBranch",path:"app/listBranch",hasQuery:!0},{mode:"post",method:"postAppMerge",path:"app/merge",hasData:!0},{mode:"get",method:"getAppMergeInfo",path:"app/merge/info",hasQuery:!0},{mode:"get",method:"getAppMergePageList",path:"app/merge/page/list",hasQuery:!0},{mode:"get",method:"getAppMergePreview",path:"app/mergePreview",hasQuery:!0},{mode:"get",method:"getAppModelMetaList",path:"app/model-meta/list",hasQuery:!0},{mode:"get",method:"getAppPublishLogInfo",path:"app/publishLogInfo",hasQuery:!0},{mode:"get",method:"getAppPublishLogPageList",path:"app/publishLogPageList",hasQuery:!0},{mode:"get",method:"getAppReportInfos",path:"app/report/infos",hasQuery:!0},{mode:"post",method:"postAppRevert",path:"app/revert",hasData:!0},{mode:"post",method:"postAppSwitchBranch",path:"app/switchBranch",hasData:!0},{mode:"post",method:"postAppVisibleMenu",path:"app/visible/menu",hasQuery:!0,hasData:!0},{mode:"post",method:"postAuditLogExport",path:"audit-log/export",hasData:!0},{mode:"post",method:"postAuditLogInfo",path:"audit-log/info",hasQuery:!0},{mode:"get",method:"getAuditLogModules",path:"audit-log/modules",hasQuery:!0},{mode:"get",method:"getAuditLogOperateTypes",path:"audit-log/operateTypes",hasQuery:!0},{mode:"get",method:"getAuditLogOperators",path:"audit-log/operators",hasQuery:!0},{mode:"post",method:"postAuditLogPageList",path:"audit-log/page/list",hasData:!0},{mode:"post",method:"postAuditLogSave",path:"audit-log/save",hasData:!0},{mode:"post",method:"postDatamoveExecute",path:"datamove/execute",hasData:!0},{mode:"post",method:"postDatasourceColumnFormat",path:"datasource/column-format",hasQuery:!0,hasData:!0},{mode:"get",method:"getDatasourceInfo",path:"datasource/info"},{mode:"post",method:"postEdhrProdTransferAllWorkItem",path:"edhr/prod/transferAllWorkItem",hasData:!0},{mode:"post",method:"postEdhrTestTransferAllWorkItem",path:"edhr/test/transferAllWorkItem",hasData:!0},{mode:"get",method:"getIeDataReport",path:"ie/data/report",hasQuery:!0},{mode:"post",method:"postModelComprehensiveBizServiceGeneralBsModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/generalBs/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyUpload",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/upload",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getProcessListAll",path:"process/list/all"}]}],S=[{name:"agent",entityName:"agent",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"apk",entityName:"apk",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetActiveApp",path:"getActiveApp"},{mode:"get",method:"getGetIp",path:"getIp"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postUploadApk",path:"upload/apk"},{mode:"put",method:"putId",path:"",hasPathParams:!0}]},{name:"app",entityName:"app",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putAppCleanUpId",path:"appCleanUp/{id}",hasPathParams:!0},{mode:"put",method:"putAppRestoreIdUserId",path:"appRestore/{id}/{userId}",hasPathParams:!0},{mode:"get",method:"getCheckAppMaintainerInTenantAppId",path:"checkAppMaintainerInTenant/{appId}",hasPathParams:!0},{mode:"post",method:"postCreateBranchAppId",path:"createBranch/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDatamoveApps",path:"datamove/apps"},{mode:"put",method:"putDisableId",path:"disable/{id}",hasPathParams:!0},{mode:"put",method:"putEnableId",path:"enable/{id}",hasPathParams:!0},{mode:"get",method:"getFieldMetaList",path:"field-meta/list",hasQuery:!0},{mode:"get",method:"getGetAppCountTenantId",path:"getAppCount/{tenantId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getGetCurrentBranchAppId",path:"getCurrentBranch/{appId}",hasPathParams:!0},{mode:"get",method:"getGetLatestCommitAppId",path:"getLatestCommit/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getGetMobileDbFileUrlAppId",path:"getMobileDbFileUrl/{appId}",hasPathParams:!0},{mode:"post",method:"postImportVersionAppId",path:"importVersion/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getImportVersionPreviewAppId",path:"importVersionPreview/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListBranchAppId",path:"listBranch/{appId}",hasPathParams:!0},{mode:"get",method:"getMergeInfoAppId",path:"merge/info/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getMergePageListAppId",path:"merge/page/list/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postMergeAppId",path:"merge/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getMergePreviewAppId",path:"mergePreview/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelMetaList",path:"model-meta/list",hasQuery:!0},{mode:"get",method:"getPageGetListReleasedApp",path:"page/getListReleasedApp"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListReleasedApp",path:"page/listReleasedApp",hasQuery:!0},{mode:"get",method:"getPublishLogInfoAppId",path:"publishLogInfo/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getPublishLogPageListAppId",path:"publishLogPageList/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getReportInfos",path:"report/infos",hasQuery:!0},{mode:"post",method:"postRevertAppId",path:"revert/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postSwitchBranchAppId",path:"switchBranch/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getTenantApps",path:"tenant/apps",hasQuery:!0},{mode:"get",method:"getTenantRoleRolesApps",path:"tenant/role/{roles}/apps",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getTenantRoleRolesAppsCount",path:"tenant/role/{roles}/apps/count",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postUploadAppPkg",path:"upload/appPkg"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appMember",entityName:"app-member",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putTransferIdTargetUserId",path:"transfer/{id}/{targetUserId}",hasPathParams:!0},{mode:"put",method:"putIdRole",path:"{id}/{role}",hasPathParams:!0}]},{name:"appSetting",entityName:"app-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCheckAppUserAdmin",path:"checkAppUserAdmin",hasQuery:!0},{mode:"get",method:"getCheckAppUserVisibility",path:"checkAppUserVisibility",hasQuery:!0},{mode:"delete",method:"deleteDeveloperDelete",path:"developer/delete",hasQuery:!0},{mode:"post",method:"postDeveloperSaveSettingBatch",path:"developer/saveSettingBatch"},{mode:"get",method:"getInfoByAppId",path:"infoByAppId",hasQuery:!0},{mode:"post",method:"postSaveSetting",path:"saveSetting",hasData:!0},{mode:"post",method:"postSaveSettingBatch",path:"saveSettingBatch"}]},{name:"assets",entityName:"assets",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMoveAssetIdCategoryCategoryId",path:"move/{assetId}/category/{categoryId}",hasPathParams:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postUploadCategoryId",path:"upload/{categoryId}",hasPathParams:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModules",path:"modules"},{mode:"get",method:"getOperateTypes",path:"operateTypes"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0}]},{name:"biApp",entityName:"bi-app",apis:[{mode:"get",method:"getExportAppid",path:"export/{appid}",hasPathParams:!0}]},{name:"biDataSet",entityName:"bi-data-set",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"biFileDatasetConfig",entityName:"bi-file-dataset-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListDatasetid",path:"list-datasetid",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"biFile",entityName:"bi-file",apis:[{mode:"post",method:"postUpload",path:"upload",hasQuery:!0}]},{name:"biShare",entityName:"bi-share",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postAddDefaultCusComp",path:"addDefaultCusComp"},{mode:"delete",method:"deleteDeleteDatasetCategory",path:"deleteDatasetCategory",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListDatasetCategory",path:"listDatasetCategory",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSaveDatasetCategory",path:"saveDatasetCategory",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"put",method:"put",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putEnabled",path:"enabled",hasData:!0},{mode:"post",method:"postExecuteUpdate",path:"executeUpdate",hasData:!0},{mode:"get",method:"getFindById",path:"findById",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postQueryData",path:"queryData",hasQuery:!0},{mode:"post",method:"postSqlColumnInformation",path:"sql/column/information",hasData:!0},{mode:"post",method:"postTestConnect",path:"testConnect",hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"database",entityName:"database",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postAddDatabase",path:"addDatabase",hasData:!0},{mode:"post",method:"postApiDataFlatten",path:"api-data-flatten"},{mode:"get",method:"getColumnInformation",path:"column/information",hasQuery:!0},{mode:"get",method:"getDbInformation",path:"db/information",hasQuery:!0},{mode:"post",method:"postGetDatabaseByPage",path:"getDatabaseByPage",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"delete",method:"deleteRemoveDatabase",path:"removeDatabase",hasQuery:!0},{mode:"post",method:"postRunSql",path:"runSql",hasData:!0},{mode:"get",method:"getTableDataPageList",path:"table/data/page/list",hasQuery:!0},{mode:"get",method:"getTableInformation",path:"table/information",hasQuery:!0},{mode:"post",method:"postTestApi",path:"testApi",hasData:!0},{mode:"post",method:"postTestDatabaseConn",path:"testDatabaseConn",hasData:!0},{mode:"put",method:"putUpdateDatabase",path:"updateDatabase",hasData:!0},{mode:"get",method:"getViewInformation",path:"view/information",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataset",entityName:"dataset",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0},{mode:"get",method:"getColumnValue",path:"column-value",hasQuery:!0},{mode:"post",method:"postCreateRequest",path:"create-request",hasQuery:!0},{mode:"post",method:"postEditRequest",path:"edit-request",hasQuery:!0,hasData:!0},{mode:"put",method:"putEncode",path:"encode",hasQuery:!0},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListCategoryDataset",path:"list-category-dataset",hasQuery:!0},{mode:"get",method:"getListIds",path:"list/ids",hasQuery:!0},{mode:"get",method:"getListKeys",path:"list/keys",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRunScript",path:"runScript",hasData:!0},{mode:"post",method:"postRunScriptNoHeader",path:"runScriptNoHeader",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasetLog",entityName:"dataset-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceDevops",entityName:"datasource-devops",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMove",entityName:"datasource-move",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMoveData",entityName:"datasource-move-data",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMoveDetail",entityName:"datasource-move-detail",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceInterconnection",entityName:"device-interconnection",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getData",path:"data",hasQuery:!0},{mode:"post",method:"postExport",path:"export"},{mode:"post",method:"postImport",path:"import"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceInterconnectionParam",entityName:"device-interconnection-param",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export"},{mode:"post",method:"postImport",path:"import"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceParamRef",entityName:"device-param-ref",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"externalMessage",entityName:"external-message",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBatchDownload",path:"batch/download",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postDataPreview",path:"data-preview",hasData:!0},{mode:"post",method:"postUploadCommon",path:"upload-common",hasQuery:!0},{mode:"post",method:"postUploadDataset",path:"upload-dataset"},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0}]},{name:"frontRelease",entityName:"front-release",apis:[{mode:"get",method:"getCleanCache",path:"cleanCache"}]},{name:"i18NConfig",entityName:"i18n-config",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExternalLangSync",path:"external/lang/sync"},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0},{mode:"post",method:"postLangJson",path:"lang/json",hasQuery:!0},{mode:"post",method:"postLangTrans",path:"lang/trans",hasQuery:!0},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"internalMessage",entityName:"internal-message",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putReadAll",path:"read/all"},{mode:"put",method:"putReadId",path:"read/{id}",hasPathParams:!0},{mode:"get",method:"getUnreadCount",path:"unread/count"}]},{name:"invokeLog",entityName:"invoke-log",apis:[{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"knowledgeBase",entityName:"knowledge-base",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"knowledgeBaseChunk",entityName:"knowledge-base-chunk",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"knowledgeBaseDoc",entityName:"knowledge-base-doc",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"ldap",entityName:"ldap",apis:[{mode:"post",method:"postUploadCertificate",path:"upload/certificate"}]},{name:"licenseUnbindLog",entityName:"license-unbind-log",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"license",entityName:"license",apis:[{mode:"get",method:"getActivate",path:"activate",hasQuery:!0},{mode:"post",method:"postActivates",path:"activates",hasQuery:!0},{mode:"post",method:"postActivatesOffline",path:"activatesOffline",hasQuery:!0},{mode:"get",method:"getCheckLicense",path:"checkLicense"},{mode:"get",method:"getClients",path:"clients",hasQuery:!0},{mode:"get",method:"getGetAppBasicInfo",path:"getAppBasicInfo",hasQuery:!0},{mode:"get",method:"getGetExpireMsg",path:"getExpireMsg",hasQuery:!0},{mode:"get",method:"getGetUsers",path:"getUsers",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModuleAuth",path:"moduleAuth",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getShareTag",path:"shareTag",hasQuery:!0},{mode:"get",method:"getSourceTag",path:"sourceTag",hasQuery:!0},{mode:"get",method:"getUnbind",path:"unbind",hasQuery:!0},{mode:"get",method:"getUninstall",path:"uninstall"},{mode:"get",method:"getVerify",path:"verify"}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"login",entityName:"login",apis:[{mode:"post",method:"postCheckApp",path:"checkApp",hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasData:!0},{mode:"post",method:"postSign",path:"sign",hasData:!0},{mode:"get",method:"getSignOut",path:"signOut",hasQuery:!0},{mode:"get",method:"getUserAppAuth",path:"userAppAuth",hasQuery:!0}]},{name:"manager",entityName:"manager",apis:[{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetTypeCount",path:"getTypeCount"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMqttSend",path:"mqtt/send",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSendEmailMessage",path:"sendEmailMessage",hasData:!0},{mode:"post",method:"postSendMessage",path:"sendMessage",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"minioFile",entityName:"minio-file",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasData:!0},{mode:"get",method:"getDownload",path:"download",hasQuery:!0}]},{name:"model",entityName:"model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelProvider",entityName:"model-provider",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"navMenu",entityName:"nav-menu",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSelected",path:"getSelected"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"navPage",entityName:"nav-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"openapiGroup",entityName:"openapi-group",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoAssociationModel",path:"info/associationModel",hasQuery:!0},{mode:"get",method:"getInfoOpenapiInfo",path:"info/openapi/info",hasQuery:!0},{mode:"get",method:"getInfoPageList",path:"info/page/list",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListDownload",path:"list/download",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"openapiKeyGrant",entityName:"openapi-key-grant",apis:[{mode:"post",method:"post",path:""},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOpenapiList",path:"openapi/list",hasQuery:!0},{mode:"get",method:"getOpenapiTenantList",path:"openapi/tenantList"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"org",entityName:"org",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"post",method:"postInputCheck",path:"inputCheck",hasData:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postOrgHavePersonCheck",path:"orgHavePersonCheck",hasData:!0},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0},{mode:"get",method:"getUserListCurrentTenantUser",path:"user/listCurrentTenantUser",hasQuery:!0},{mode:"post",method:"postUserMove",path:"user/move",hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0},{mode:"post",method:"postUserRemove",path:"user/remove",hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"orgUserPicker",entityName:"org-user-picker",apis:[{mode:"get",method:"getManagementUserListByIds",path:"management/user/listByIds",hasQuery:!0},{mode:"get",method:"getTenantManagementOrgList",path:"tenant/management/org/list"},{mode:"get",method:"getTenantManagementOrgUserPageList",path:"tenant/management/org/user/page/list",hasQuery:!0},{mode:"get",method:"getTenantManagementUserListByIds",path:"tenant/management/user/listByIds",hasQuery:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"get",method:"getAppGlobalInfoAppId",path:"app/global/info/{appId}",hasPathParams:!0},{mode:"post",method:"postAppGlobalAppId",path:"app/global/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBase",path:"base",hasData:!0},{mode:"post",method:"postDingtalk",path:"dingtalk",hasData:!0},{mode:"post",method:"postEmail",path:"email",hasData:!0},{mode:"post",method:"postFeishu",path:"feishu",hasData:!0},{mode:"get",method:"getGlobalDisabledDevelop",path:"global/disabled/develop"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postLogin",path:"login",hasData:!0},{mode:"post",method:"postOrg",path:"org",hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasData:!0},{mode:"get",method:"getTenantCfg",path:"tenant/cfg"},{mode:"get",method:"getTenantDisabledDevelop",path:"tenant/disabled/develop",hasQuery:!0},{mode:"post",method:"postTheme",path:"theme",hasData:!0},{mode:"post",method:"postUploadCertFile",path:"uploadCertFile"},{mode:"post",method:"postUserRole",path:"user-role",hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasData:!0},{mode:"get",method:"getUserField",path:"user/field"},{mode:"get",method:"getVersion",path:"version"},{mode:"post",method:"postWatermark",path:"watermark",hasData:!0},{mode:"post",method:"postWxwork",path:"wxwork",hasData:!0}]},{name:"plugin",entityName:"plugin",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelUpload",path:"cancelUpload",hasData:!0},{mode:"put",method:"putDeleteCategory",path:"deleteCategory",hasData:!0},{mode:"get",method:"getGetImages",path:"getImages",hasQuery:!0},{mode:"post",method:"postGetTenantCompList",path:"getTenantCompList",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUploadZip",path:"uploadZip",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pluginVersion",entityName:"plugin-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDelegate",entityName:"pm-process-delegate",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDelegateDetail",entityName:"pm-process-delegate-detail",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessInstance",entityName:"pm-process-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmTaskDone",entityName:"pm-task-done",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmTaskTodo",entityName:"pm-task-todo",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pnPage",entityName:"pn-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pnProject",entityName:"pn-project",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"post",method:"postImport",path:"import",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRelease",path:"release",hasData:!0},{mode:"post",method:"postSavePage",path:"savePage",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"printResource",entityName:"print-resource",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetIpAddressStatus",path:"getIpAddressStatus",hasQuery:!0},{mode:"get",method:"getGetPrintCount",path:"getPrintCount"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByMacAddress",path:"listByMacAddress",hasQuery:!0},{mode:"post",method:"postPrintTest",path:"printTest"},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasData:!0},{mode:"put",method:"putUpdateRemarkId",path:"updateRemark/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"released",entityName:"released",apis:[{mode:"delete",method:"deleteAppDeletePublishedAppByTestId",path:"app/deletePublishedAppByTestId",hasQuery:!0},{mode:"put",method:"putAppDisableAppId",path:"app/disable/{appId}",hasPathParams:!0},{mode:"put",method:"putAppEnableAppId",path:"app/enable/{appId}",hasPathParams:!0},{mode:"get",method:"getAppPublishedAppGetById",path:"app/publishedApp/getById",hasQuery:!0},{mode:"get",method:"getAppPublishedAppList",path:"app/publishedApp/list",hasQuery:!0}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"get",method:"getPlatList",path:"plat/list",hasQuery:!0},{mode:"post",method:"postPlatRemove",path:"plat/remove",hasData:!0},{mode:"post",method:"postPlatSingle",path:"plat/single",hasData:!0},{mode:"get",method:"getTenantList",path:"tenant/list",hasQuery:!0},{mode:"post",method:"postTenantRemove",path:"tenant/remove",hasData:!0},{mode:"post",method:"postTenantSingle",path:"tenant/single",hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPlat",path:"plat",hasData:!0},{mode:"delete",method:"deletePlat",path:"plat",hasQuery:!0},{mode:"get",method:"getPlatInfo",path:"plat/info",hasQuery:!0},{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0},{mode:"put",method:"putPlatIdEnabled",path:"plat/{id}/{enabled}",hasPathParams:!0},{mode:"post",method:"postTenant",path:"tenant",hasData:!0},{mode:"delete",method:"deleteTenant",path:"tenant",hasQuery:!0},{mode:"get",method:"getTenantInfo",path:"tenant/info",hasQuery:!0},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0},{mode:"put",method:"putTenantIdEnabled",path:"tenant/{id}/{enabled}",hasPathParams:!0}]},{name:"sealManagement",entityName:"seal-management",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCheckName",path:"checkName",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUpdatePassword",path:"updatePassword",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"seatMessage",entityName:"seat-message",apis:[{mode:"get",method:"getCloseId",path:"close/{id}",hasPathParams:!0}]},{name:"seat",entityName:"seat",apis:[{mode:"get",method:"getAppGetVisibleOrg",path:"app/getVisibleOrg"},{mode:"post",method:"postAppGetVisibleOrgUser",path:"app/getVisibleOrgUser",hasData:!0},{mode:"get",method:"getAppGetVisibleUser",path:"app/getVisibleUser"},{mode:"post",method:"postAuth",path:"auth"},{mode:"get",method:"getListAuthed",path:"listAuthed",hasQuery:!0},{mode:"get",method:"getListNotAuth",path:"listNotAuth",hasQuery:!0},{mode:"post",method:"postRemoveAuth",path:"removeAuth",hasQuery:!0},{mode:"get",method:"getTotalinfos",path:"totalinfos"}]},{name:"shortcut",entityName:"shortcut",apis:[{mode:"post",method:"postMenu",path:"menu",hasData:!0},{mode:"delete",method:"deleteMenu",path:"menu",hasQuery:!0},{mode:"get",method:"getMenuInfo",path:"menu/info",hasQuery:!0},{mode:"get",method:"getMenuList",path:"menu/list"},{mode:"get",method:"getMenuListAppMenu",path:"menu/list/AppMenu",hasQuery:!0},{mode:"get",method:"getMenuPageList",path:"menu/page/list",hasQuery:!0},{mode:"post",method:"postMenuSaveBatch",path:"menu/saveBatch"},{mode:"put",method:"putMenuId",path:"menu/{id}",hasPathParams:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postOperators",path:"operators",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"sms",entityName:"sms",apis:[{mode:"post",method:"postGetSignsAndTemplates",path:"getSignsAndTemplates",hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasData:!0}]},{name:"startedProcess",entityName:"started-process",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"taskDelegate",entityName:"task-delegate",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelId",path:"cancel/{id}",hasPathParams:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"taskDone",entityName:"task-done",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"taskTodo",entityName:"task-todo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"tenantDeveloper",entityName:"tenant-developer",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postRemoveAndHandover",path:"RemoveAndHandover",hasData:!0},{mode:"get",method:"getGetUserMaintainerApp",path:"getUserMaintainerApp",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"tenant",entityName:"tenant",apis:[{mode:"put",method:"putDisableId",path:"disable/{id}",hasPathParams:!0},{mode:"put",method:"putEnableId",path:"enable/{id}",hasPathParams:!0},{mode:"get",method:"getGetTenantIdByAppId",path:"getTenantIdByAppId",hasQuery:!0},{mode:"get",method:"getGetTencentByDomain",path:"getTencentByDomain",hasQuery:!0},{mode:"get",method:"getInfoByPortOrDomain",path:"info/byPortOrDomain",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postManagementOrg",path:"management/org",hasData:!0},{mode:"delete",method:"deleteManagementOrg",path:"management/org",hasQuery:!0},{mode:"post",method:"postManagementOrgDrag",path:"management/org/drag",hasData:!0},{mode:"get",method:"getManagementOrgInfoId",path:"management/org/info/{id}",hasPathParams:!0},{mode:"get",method:"getManagementOrgList",path:"management/org/list"},{mode:"post",method:"postManagementOrgTransferAndDelete",path:"management/org/transferAndDelete",hasData:!0},{mode:"post",method:"postManagementOrgUserAdd",path:"management/org/user/add",hasData:!0},{mode:"post",method:"postManagementOrgUserCreateAndAdd",path:"management/org/user/createAndAdd",hasData:!0},{mode:"get",method:"getManagementOrgUserInfo",path:"management/org/user/info",hasQuery:!0},{mode:"post",method:"postManagementOrgUserMove",path:"management/org/user/move",hasData:!0},{mode:"get",method:"getManagementOrgUserPageList",path:"management/org/user/page/list",hasQuery:!0},{mode:"post",method:"postManagementOrgUserRemove",path:"management/org/user/remove",hasData:!0},{mode:"post",method:"postManagementOrgUserUpdate",path:"management/org/user/update",hasData:!0},{mode:"put",method:"putManagementOrgId",path:"management/org/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postManagementUser",path:"management/user",hasData:!0},{mode:"delete",method:"deleteManagementUser",path:"management/user",hasData:!0},{mode:"put",method:"putManagementUserDisable",path:"management/user/disable",hasQuery:!0},{mode:"put",method:"putManagementUserEnable",path:"management/user/enable",hasQuery:!0},{mode:"get",method:"getManagementUserInfoId",path:"management/user/info/{id}",hasPathParams:!0},{mode:"get",method:"getManagementUserPageList",path:"management/user/page/list",hasQuery:!0},{mode:"post",method:"postManagementUserRemove",path:"management/user/remove",hasData:!0},{mode:"post",method:"postManagementUserResetDefaultPwd",path:"management/user/reset/default/pwd",hasData:!0},{mode:"post",method:"postManagementUserResetDefaultSignPwd",path:"management/user/reset/default/signPwd",hasData:!0},{mode:"put",method:"putManagementUserId",path:"management/user/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateDomainId",path:"updateDomain/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postUserRole",path:"user-role",hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"user",entityName:"user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info"},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getInfoByIds",path:"infoByIds",hasQuery:!0},{mode:"get",method:"getLastResetPwd",path:"last/reset/pwd"},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByTenantId",path:"listByTenantId",hasQuery:!0},{mode:"post",method:"postOrgPlatImport",path:"org/plat/import",hasQuery:!0},{mode:"post",method:"postOrgPlatTmpl",path:"org/plat/tmpl",hasData:!0},{mode:"post",method:"postOrgTenantImport",path:"org/tenant/import",hasQuery:!0},{mode:"post",method:"postOrgTenantImport4App",path:"org/tenant/import4App",hasQuery:!0},{mode:"post",method:"postOrgTenantTmpl",path:"org/tenant/tmpl",hasData:!0},{mode:"post",method:"postOrgTenantTmpl4App",path:"org/tenant/tmpl4App",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPlatImport",path:"plat/import"},{mode:"post",method:"postPlatTmpl",path:"plat/tmpl",hasData:!0},{mode:"post",method:"postResetAllpwd",path:"reset/allpwd",hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasData:!0},{mode:"post",method:"postResetPwd",path:"reset/pwd",hasData:!0},{mode:"post",method:"postSettings",path:"settings",hasData:!0},{mode:"post",method:"postTenantImport",path:"tenant/import"},{mode:"post",method:"postTenantImport4App",path:"tenant/import4App"},{mode:"post",method:"postTenantTmpl",path:"tenant/tmpl",hasData:!0},{mode:"post",method:"postTenantTmpl4App",path:"tenant/tmpl4App",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userExtra",entityName:"user-extra",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userInfoLog",entityName:"user-info-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userPasswordHistory",entityName:"user-password-history",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"workbenchComponent",entityName:"workbench-component",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"workbenchComponentRelation",entityName:"workbench-component-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdatePositionJson",path:"updatePositionJson",hasData:!0},{mode:"put",method:"putWorkbenchComponentActiveId",path:"workbenchComponentActive/{id}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"clearTempDir",entityName:"clearTempDir",apis:[{mode:"post",method:"post",path:""}]},{name:"deleteNotUseDir",entityName:"deleteNotUseDir",apis:[{mode:"post",method:"post",path:""}]},{name:"getAttachmentInfoByPage",entityName:"getAttachmentInfoByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteCompInfo",entityName:"deleteCompInfo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deleteCompInfoType",entityName:"deleteCompInfoType",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllCompInfo",entityName:"getAllCompInfo",apis:[{mode:"get",method:"get",path:""}]},{name:"getAllCompInfoByTypeId",entityName:"getAllCompInfoByTypeId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getAllCompInfoType",entityName:"getAllCompInfoType",apis:[{mode:"get",method:"get",path:""}]},{name:"getCompInfoById",entityName:"getCompInfoById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCompInfoByPage",entityName:"getCompInfoByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getCompInfoTypeById",entityName:"getCompInfoTypeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCompInfoTypeByPage",entityName:"getCompInfoTypeByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"importCompInfoJson",entityName:"importCompInfoJson",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveCompInfo",entityName:"saveCompInfo",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveCompInfoType",entityName:"saveCompInfoType",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteCsvDatasource",entityName:"deleteCsvDatasource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllCsvDatasource",entityName:"getAllCsvDatasource",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getContentToArray",entityName:"getContentToArray",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceById",entityName:"getCsvDatasourceById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceByName",entityName:"getCsvDatasourceByName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceByPage",entityName:"getCsvDatasourceByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"parseCsvOrExcel",entityName:"parseCsvOrExcel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveCsvDatasource",entityName:"saveCsvDatasource",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getDesignerData",entityName:"getDesignerData",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"deleteEchartTheme",entityName:"deleteEchartTheme",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllEchartTheme",entityName:"getAllEchartTheme",apis:[{mode:"get",method:"get",path:""}]},{name:"getEchartThemeById",entityName:"getEchartThemeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getEchartThemeByPage",entityName:"getEchartThemeByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getMyEchartThemes",entityName:"getMyEchartThemes",apis:[{mode:"get",method:"get",path:""}]},{name:"getSysEchartThemes",entityName:"getSysEchartThemes",apis:[{mode:"get",method:"get",path:""}]},{name:"saveEchartTheme",entityName:"saveEchartTheme",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"buildEnshrineCompLibrary",entityName:"buildEnshrineCompLibrary",apis:[{mode:"get",method:"get",path:""}]},{name:"deleteEnshrineComp",entityName:"deleteEnshrineComp",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deleteEnshrineCompGroup",entityName:"deleteEnshrineCompGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllEnshrineCompGroups",entityName:"getAllEnshrineCompGroups",apis:[{mode:"get",method:"get",path:""}]},{name:"getEnshrineCompByPage",entityName:"getEnshrineCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getEnshrineCompGroupById",entityName:"getEnshrineCompGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getEnshrineCompGroupByPage",entityName:"getEnshrineCompGroupByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getLayoutItemObjById",entityName:"getLayoutItemObjById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveEnshrineComp",entityName:"saveEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveEnshrineCompGroup",entityName:"saveEnshrineCompGroup",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"searchEnshrineComp",entityName:"searchEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"get",method:"getAgentScriptAgent",path:"agent/scriptAgent",hasQuery:!0},{mode:"get",method:"getApaasUtilsGetUserMasterOrg",path:"apaas-utils/getUserMasterOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsGetUserMasterOrgId",path:"apaas-utils/getUserMasterOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllOrgId",path:"apaas-utils/listUserAllOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllOrgIdIncludeParent",path:"apaas-utils/listUserAllOrgIdIncludeParent",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllPrincipalOrgId",path:"apaas-utils/listUserAllPrincipalOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserDirectSubordinate",path:"apaas-utils/listUserDirectSubordinate",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderOrg",path:"apaas-utils/listUserIdUnderOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllOrg",path:"apaas-utils/listUserIdUnderUserAllOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllPrincipalOrg",path:"apaas-utils/listUserIdUnderUserAllPrincipalOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserMasterOrg",path:"apaas-utils/listUserIdUnderUserMasterOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsPrintDropdownList",path:"apaas-utils/printDropdownList"},{mode:"get",method:"getApaasUtilsSearchAllOrgOrUser",path:"apaas-utils/searchAllOrgOrUser",hasQuery:!0},{mode:"post",method:"postAppGrantedUser",path:"app-granted-user",hasQuery:!0,hasData:!0},{mode:"post",method:"postAppGrantedUserBatch",path:"app-granted-user/batch",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppGrantedUserFindAllByDeleted",path:"app-granted-user/findAllByDeleted",hasQuery:!0},{mode:"get",method:"getAppGrantedUserGrantedStatistic",path:"app-granted-user/grantedStatistic",hasQuery:!0},{mode:"get",method:"getAppGrantedUserList",path:"app-granted-user/list",hasQuery:!0},{mode:"get",method:"getAppGrantedUserPageList",path:"app-granted-user/page/list",hasQuery:!0},{mode:"get",method:"getAppGrantedUserRemoveAndTransfer",path:"app-granted-user/removeAndTransfer",hasQuery:!0},{mode:"get",method:"getAppGrantedUserUngrantedList",path:"app-granted-user/ungranted/list",hasQuery:!0},{mode:"get",method:"getAppSettingInfoByAppId",path:"app-setting/infoByAppId",hasQuery:!0},{mode:"get",method:"getAppFindAllByTenantId",path:"app/findAllByTenantId"},{mode:"get",method:"getAppGetDestBySource",path:"app/getDestBySource",hasQuery:!0},{mode:"get",method:"getAppGetSourceByDest",path:"app/getSourceByDest",hasQuery:!0},{mode:"get",method:"getAppListAppGrantedUserId",path:"app/listAppGrantedUserId",hasQuery:!0},{mode:"post",method:"postAppLockOrUnlockToPaas",path:"app/lockOrUnlockToPaas",hasData:!0},{mode:"post",method:"postAppOrg",path:"app/org",hasData:!0},{mode:"delete",method:"deleteAppOrg",path:"app/org",hasQuery:!0},{mode:"post",method:"postAppOrgDrag",path:"app/org/drag",hasData:!0},{mode:"get",method:"getAppOrgInfoId",path:"app/org/info/{id}",hasPathParams:!0},{mode:"get",method:"getAppOrgList",path:"app/org/list"},{mode:"post",method:"postAppOrgSaveList",path:"app/org/save-list"},{mode:"post",method:"postAppOrgTransferAndDelete",path:"app/org/transferAndDelete",hasData:!0},{mode:"post",method:"postAppOrgUserAdd",path:"app/org/user/add",hasData:!0},{mode:"post",method:"postAppOrgUserCreateAndAdd",path:"app/org/user/createAndAdd",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppOrgUserInfo",path:"app/org/user/info",hasQuery:!0},{mode:"post",method:"postAppOrgUserMove",path:"app/org/user/move",hasData:!0},{mode:"post",method:"postAppOrgUserPageList",path:"app/org/user/page/list",hasData:!0},{mode:"post",method:"postAppOrgUserRemove",path:"app/org/user/remove",hasData:!0},{mode:"post",method:"postAppOrgUserUpdate",path:"app/org/user/update",hasData:!0},{mode:"put",method:"putAppOrgId",path:"app/org/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getAppProdPublished",path:"app/prodPublished"},{mode:"get",method:"getAppPublished",path:"app/published"},{mode:"get",method:"getAppTestPublished",path:"app/testPublished"},{mode:"post",method:"postAppUpdateApaasAppSetting",path:"app/updateApaasAppSetting",hasData:!0},{mode:"post",method:"postAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"put",method:"putAppUserDisable",path:"app/user/disable",hasQuery:!0},{mode:"put",method:"putAppUserEnable",path:"app/user/enable",hasQuery:!0},{mode:"get",method:"getAppUserInfoId",path:"app/user/info/{id}",hasPathParams:!0},{mode:"post",method:"postAppUserPageList",path:"app/user/page/list",hasData:!0},{mode:"post",method:"postAppUserRemove",path:"app/user/remove",hasData:!0},{mode:"post",method:"postAppUserResetDefaultPwd",path:"app/user/reset/default/pwd",hasData:!0},{mode:"post",method:"postAppUserResetDefaultSignPwd",path:"app/user/reset/default/signPwd",hasData:!0},{mode:"post",method:"postAppUserSaveList",path:"app/user/save-list",hasQuery:!0},{mode:"put",method:"putAppUserId",path:"app/user/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDataSourceExecuteSelect",path:"data-source/executeSelect",hasQuery:!0},{mode:"post",method:"postDataSourceExecuteUpdate",path:"data-source/executeUpdate",hasData:!0},{mode:"get",method:"getDataSourceFindByKeyAndEnv",path:"data-source/findByKeyAndEnv",hasQuery:!0},{mode:"post",method:"postDataSourcePageList",path:"data-source/page/list",hasData:!0},{mode:"get",method:"getDataSourceQueryData",path:"data-source/queryData",hasQuery:!0},{mode:"post",method:"postDataSourceSelect",path:"data-source/select",hasQuery:!0,hasData:!0},{mode:"get",method:"getDataSourceType",path:"data-source/type",hasQuery:!0},{mode:"delete",method:"deleteDevopsSbx",path:"devops/sbx",hasQuery:!0},{mode:"get",method:"getDevopsSbxRedoData",path:"devops/sbx/redo/data",hasQuery:!0},{mode:"post",method:"postFileTaskList",path:"file-task/list"},{mode:"post",method:"postFileTaskStatus",path:"file-task/status",hasData:!0},{mode:"post",method:"postFileTaskSubmit",path:"file-task/submit",hasData:!0},{mode:"get",method:"getKnowledgeBaseFindByIds",path:"knowledge-base/findByIds",hasQuery:!0},{mode:"get",method:"getLicenseModuleAuth",path:"license/moduleAuth",hasQuery:!0},{mode:"post",method:"postLoginLogUserLoginLogPage",path:"login-log/userLoginLogPage",hasData:!0},{mode:"get",method:"getLoginSsoOauth2Authorize",path:"login/sso/oauth2/authorize",hasQuery:!0},{mode:"get",method:"getLoginSsoOauth2Debug",path:"login/sso/oauth2/debug"},{mode:"get",method:"getModelInfo",path:"model/info",hasQuery:!0},{mode:"get",method:"getMsgFindAllByType",path:"msg/findAllByType",hasQuery:!0},{mode:"post",method:"postMsgSendEmailMessage",path:"msg/sendEmailMessage",hasData:!0},{mode:"post",method:"postMsgSendMessage",path:"msg/sendMessage",hasData:!0},{mode:"post",method:"postOpenapiGroup",path:"openapi-group",hasData:!0},{mode:"put",method:"putOpenapiGroupEnabled",path:"openapi-group/enabled",hasQuery:!0},{mode:"put",method:"putOpenapiGroupOpened",path:"openapi-group/opened",hasQuery:!0},{mode:"put",method:"putOpenapiKeyGrantUpdateApi",path:"openapi-key-grant/updateApi",hasQuery:!0},{mode:"get",method:"getOrgUserPickerAppGetCanBeUsedOrg",path:"org-user-picker/app/getCanBeUsedOrg",hasQuery:!0},{mode:"post",method:"postOrgUserPickerAppGetCanBeUsedOrgUser",path:"org-user-picker/app/getCanBeUsedOrgUser",hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleOrg",path:"org-user-picker/app/getVisibleOrg",hasQuery:!0},{mode:"post",method:"postOrgUserPickerAppGetVisibleOrgUser",path:"org-user-picker/app/getVisibleOrgUser",hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleUser",path:"org-user-picker/app/getVisibleUser",hasQuery:!0},{mode:"get",method:"getOrgUserPickerAppListUserByIds",path:"org-user-picker/app/listUserByIds",hasQuery:!0},{mode:"post",method:"postOrgFindAllByIdIn",path:"org/findAllByIdIn"},{mode:"get",method:"getOrgInfoId",path:"org/info/{id}",hasPathParams:!0},{mode:"post",method:"postOrgList",path:"org/list",hasQuery:!0},{mode:"get",method:"getOrgListAll",path:"org/listAll"},{mode:"post",method:"postOrgPrincipals",path:"org/principals"},{mode:"get",method:"getPlatAppGlobalInfoAppId",path:"plat/app/global/info/{appId}",hasPathParams:!0},{mode:"post",method:"postPlatAppGlobalAppId",path:"plat/app/global/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postPlatBase",path:"plat/base",hasData:!0},{mode:"post",method:"postPlatOrg",path:"plat/org",hasData:!0},{mode:"post",method:"postPlatSecurity",path:"plat/security",hasData:!0},{mode:"post",method:"postPrintLogPageList",path:"print-log/page/list",hasData:!0},{mode:"get",method:"getPrintBtwFileTree",path:"print/btwFileTree"},{mode:"get",method:"getPrintBtwTmplExist",path:"print/btwTmplExist",hasQuery:!0},{mode:"get",method:"getPrintExchangePrinterName",path:"print/exchangePrinterName",hasQuery:!0},{mode:"post",method:"postPrintExchangePrinterName4Btw",path:"print/exchangePrinterName4Btw"},{mode:"post",method:"postPrintSendPrintData",path:"print/sendPrintData",hasData:!0},{mode:"delete",method:"deleteRegexpDelete",path:"regexp/delete",hasQuery:!0},{mode:"get",method:"getRegexpInfo",path:"regexp/info",hasQuery:!0},{mode:"get",method:"getRegexpList",path:"regexp/list"},{mode:"get",method:"getRegexpPageList",path:"regexp/page/list",hasQuery:!0},{mode:"post",method:"postRegexpSave",path:"regexp/save",hasData:!0},{mode:"put",method:"putRegexpUpdateId",path:"regexp/update/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postReportDataExport",path:"report-data/export",hasData:!0},{mode:"get",method:"getReportDataInfo",path:"report-data/info",hasQuery:!0},{mode:"post",method:"postReportDataList",path:"report-data/list",hasData:!0},{mode:"get",method:"getReportDataPageInfo",path:"report-data/page-info",hasQuery:!0},{mode:"get",method:"getReportDataProjectInfo",path:"report-data/project-info",hasQuery:!0},{mode:"post",method:"postReportDetailDetail",path:"report-detail/detail",hasData:!0},{mode:"post",method:"postReportDetailListStatistic",path:"report-detail/listStatistic",hasData:!0},{mode:"post",method:"postSignLogOperators",path:"signLog/operators",hasData:!0},{mode:"post",method:"postSignLogPageList",path:"signLog/page/list",hasData:!0},{mode:"get",method:"getTenantInfoByPortOrDomain",path:"tenant/info/byPortOrDomain",hasQuery:!0},{mode:"get",method:"getTenantOrgList",path:"tenant/org/list",hasQuery:!0},{mode:"post",method:"postTenantUserSyncFromThirdParty",path:"tenant/userSyncFromThirdParty",hasData:!0},{mode:"get",method:"getUserOrgPrincipal",path:"user/org/principal",hasQuery:!0},{mode:"post",method:"postUserOrgPrincipals",path:"user/org/principals",hasQuery:!0}]},{name:"copyFilter",entityName:"copyFilter",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteFilter",entityName:"deleteFilter",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllFilter",entityName:"getAllFilter",apis:[{mode:"get",method:"get",path:""}]},{name:"getFilterById",entityName:"getFilterById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveFilter",entityName:"saveFilter",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"httpQuery",entityName:"httpQuery",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"clearLogLogin",entityName:"clearLogLogin",apis:[{mode:"post",method:"post",path:""}]},{name:"getLogLoginByPage",entityName:"getLogLoginByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"clearLogOperate",entityName:"clearLogOperate",apis:[{mode:"post",method:"post",path:""}]},{name:"deleteLogOperateById",entityName:"deleteLogOperateById",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getPnLogOperateByPage",entityName:"getPnLogOperateByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"uncompressLogOperateLayoutStr",entityName:"uncompressLogOperateLayoutStr",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteMapGeoJson",entityName:"deleteMapGeoJson",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAdCodeByAliasName",entityName:"getAdCodeByAliasName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getGeoJsonByAdCode",entityName:"getGeoJsonByAdCode",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapBaseInfoByLevel",entityName:"getMapBaseInfoByLevel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapGeoJsonById",entityName:"getMapGeoJsonById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapGeoJsonByPage",entityName:"getMapGeoJsonByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveMapGeoJson",entityName:"saveMapGeoJson",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePageSnapshoot",entityName:"deletePageSnapshoot",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getPageSnapshootByEnabled",entityName:"getPageSnapshootByEnabled",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageSnapshootById",entityName:"getPageSnapshootById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageSnapshootsByPageId",entityName:"getPageSnapshootsByPageId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"savePageSnapshoot",entityName:"savePageSnapshoot",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"setPageSnapshootEnabled",entityName:"setPageSnapshootEnabled",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"setPageSnapshootEnabledByPageId",entityName:"setPageSnapshootEnabledByPageId",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"attachmentResourceTransfer",entityName:"attachmentResourceTransfer",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePageTemplate",entityName:"deletePageTemplate",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"exportTemplate",entityName:"exportTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!0},{mode:"head",method:"head",path:"",hasQuery:!0},{mode:"post",method:"post",path:"",hasQuery:!0},{mode:"put",method:"put",path:"",hasQuery:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"options",method:"options",path:"",hasQuery:!0},{mode:"patch",method:"patch",path:"",hasQuery:!0}]},{name:"getAllPageTemplate",entityName:"getAllPageTemplate",apis:[{mode:"get",method:"get",path:""}]},{name:"getPageTemplateById",entityName:"getPageTemplateById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageTemplateByPage",entityName:"getPageTemplateByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTemplateForCreatePageForm",entityName:"getPageTemplateForCreatePageForm",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTemplateLayout",entityName:"getPageTemplateLayout",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageTemplateThemeJson",entityName:"getPageTemplateThemeJson",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"importTemplate",entityName:"importTemplate",apis:[{mode:"get",method:"get",path:""},{mode:"head",method:"head",path:""},{mode:"post",method:"post",path:""},{mode:"put",method:"put",path:""},{mode:"delete",method:"delete",path:""},{mode:"options",method:"options",path:""},{mode:"patch",method:"patch",path:""}]},{name:"savePageTemplate",entityName:"savePageTemplate",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"toggleEnabled",entityName:"toggleEnabled",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePnResource",entityName:"deletePnResource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deletePnResourceGroup",entityName:"deletePnResourceGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getMyAllPnResourceGroup",entityName:"getMyAllPnResourceGroup",apis:[{mode:"get",method:"get",path:""}]},{name:"getMyPnResourceByPage",entityName:"getMyPnResourceByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPnResourceGroupById",entityName:"getPnResourceGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"resourceTransferToPage",entityName:"resourceTransferToPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"savePnResourceGroup",entityName:"savePnResourceGroup",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"uploadFiles",entityName:"uploadFiles",apis:[{mode:"get",method:"get",path:"",hasQuery:!0},{mode:"head",method:"head",path:"",hasQuery:!0},{mode:"post",method:"post",path:"",hasQuery:!0},{mode:"put",method:"put",path:"",hasQuery:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"options",method:"options",path:"",hasQuery:!0},{mode:"patch",method:"patch",path:"",hasQuery:!0}]},{name:"getMyShareCustomCompByPage",entityName:"getMyShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getShareCustomCompById",entityName:"getShareCustomCompById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getShareCustomCompByPage",entityName:"getShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveShareCustomComp",entityName:"saveShareCustomComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTotalCount",entityName:"getPageTotalCount",apis:[{mode:"get",method:"get",path:""}]},{name:"getProjectTotalCount",entityName:"getProjectTotalCount",apis:[{mode:"get",method:"get",path:""}]}];function R(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}var f,L;function O(){if(L)return f;L=1;function a(o){if(typeof o!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(o))}function r(o,e){for(var t="",h=0,d=-1,m=0,p,u=0;u<=o.length;++u){if(u<o.length)p=o.charCodeAt(u);else{if(p===47)break;p=47}if(p===47){if(!(d===u-1||m===1))if(d!==u-1&&m===2){if(t.length<2||h!==2||t.charCodeAt(t.length-1)!==46||t.charCodeAt(t.length-2)!==46){if(t.length>2){var g=t.lastIndexOf("/");if(g!==t.length-1){g===-1?(t="",h=0):(t=t.slice(0,g),h=t.length-1-t.lastIndexOf("/")),d=u,m=0;continue}}else if(t.length===2||t.length===1){t="",h=0,d=u,m=0;continue}}e&&(t.length>0?t+="/..":t="..",h=2)}else t.length>0?t+="/"+o.slice(d+1,u):t=o.slice(d+1,u),h=u-d-1;d=u,m=0}else p===46&&m!==-1?++m:m=-1}return t}function i(o,e){var t=e.dir||e.root,h=e.base||(e.name||"")+(e.ext||"");return t?t===e.root?t+h:t+o+h:h}var s={resolve:function(){for(var e="",t=!1,h,d=arguments.length-1;d>=-1&&!t;d--){var m;d>=0?m=arguments[d]:(h===void 0&&(h=process.cwd()),m=h),a(m),m.length!==0&&(e=m+"/"+e,t=m.charCodeAt(0)===47)}return e=r(e,!t),t?e.length>0?"/"+e:"/":e.length>0?e:"."},normalize:function(e){if(a(e),e.length===0)return".";var t=e.charCodeAt(0)===47,h=e.charCodeAt(e.length-1)===47;return e=r(e,!t),e.length===0&&!t&&(e="."),e.length>0&&h&&(e+="/"),t?"/"+e:e},isAbsolute:function(e){return a(e),e.length>0&&e.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var e,t=0;t<arguments.length;++t){var h=arguments[t];a(h),h.length>0&&(e===void 0?e=h:e+="/"+h)}return e===void 0?".":s.normalize(e)},relative:function(e,t){if(a(e),a(t),e===t||(e=s.resolve(e),t=s.resolve(t),e===t))return"";for(var h=1;h<e.length&&e.charCodeAt(h)===47;++h);for(var d=e.length,m=d-h,p=1;p<t.length&&t.charCodeAt(p)===47;++p);for(var u=t.length,g=u-p,y=m<g?m:g,l=-1,n=0;n<=y;++n){if(n===y){if(g>y){if(t.charCodeAt(p+n)===47)return t.slice(p+n+1);if(n===0)return t.slice(p+n)}else m>y&&(e.charCodeAt(h+n)===47?l=n:n===0&&(l=0));break}var I=e.charCodeAt(h+n),U=t.charCodeAt(p+n);if(I!==U)break;I===47&&(l=n)}var c="";for(n=h+l+1;n<=d;++n)(n===d||e.charCodeAt(n)===47)&&(c.length===0?c+="..":c+="/..");return c.length>0?c+t.slice(p+l):(p+=l,t.charCodeAt(p)===47&&++p,t.slice(p))},_makeLong:function(e){return e},dirname:function(e){if(a(e),e.length===0)return".";for(var t=e.charCodeAt(0),h=t===47,d=-1,m=!0,p=e.length-1;p>=1;--p)if(t=e.charCodeAt(p),t===47){if(!m){d=p;break}}else m=!1;return d===-1?h?"/":".":h&&d===1?"//":e.slice(0,d)},basename:function(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');a(e);var h=0,d=-1,m=!0,p;if(t!==void 0&&t.length>0&&t.length<=e.length){if(t.length===e.length&&t===e)return"";var u=t.length-1,g=-1;for(p=e.length-1;p>=0;--p){var y=e.charCodeAt(p);if(y===47){if(!m){h=p+1;break}}else g===-1&&(m=!1,g=p+1),u>=0&&(y===t.charCodeAt(u)?--u===-1&&(d=p):(u=-1,d=g))}return h===d?d=g:d===-1&&(d=e.length),e.slice(h,d)}else{for(p=e.length-1;p>=0;--p)if(e.charCodeAt(p)===47){if(!m){h=p+1;break}}else d===-1&&(m=!1,d=p+1);return d===-1?"":e.slice(h,d)}},extname:function(e){a(e);for(var t=-1,h=0,d=-1,m=!0,p=0,u=e.length-1;u>=0;--u){var g=e.charCodeAt(u);if(g===47){if(!m){h=u+1;break}continue}d===-1&&(m=!1,d=u+1),g===46?t===-1?t=u:p!==1&&(p=1):t!==-1&&(p=-1)}return t===-1||d===-1||p===0||p===1&&t===d-1&&t===h+1?"":e.slice(t,d)},format:function(e){if(e===null||typeof e!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return i("/",e)},parse:function(e){a(e);var t={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return t;var h=e.charCodeAt(0),d=h===47,m;d?(t.root="/",m=1):m=0;for(var p=-1,u=0,g=-1,y=!0,l=e.length-1,n=0;l>=m;--l){if(h=e.charCodeAt(l),h===47){if(!y){u=l+1;break}continue}g===-1&&(y=!1,g=l+1),h===46?p===-1?p=l:n!==1&&(n=1):p!==-1&&(n=-1)}return p===-1||g===-1||n===0||n===1&&p===g-1&&p===u+1?g!==-1&&(u===0&&d?t.base=t.name=e.slice(1,g):t.base=t.name=e.slice(u,g)):(u===0&&d?(t.name=e.slice(1,p),t.base=e.slice(1,g)):(t.name=e.slice(u,p),t.base=e.slice(u,g)),t.ext=e.slice(p,g)),u>0?t.dir=e.slice(0,u-1):d&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};return s.posix=s,f=s,f}var k=O(),P=R(k),A=(a=>(a[a.SUCCESS=200]="SUCCESS",a[a.ERROR=-1]="ERROR",a[a.TIMEOUT=401]="TIMEOUT",a.TYPE="success",a))(A||{}),v=(a=>(a.GET="GET",a.POST="POST",a.PUT="PUT",a.DELETE="DELETE",a))(v||{}),Q=(a=>(a.JSON="application/json;charset=UTF-8",a.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",a.FORM_DATA="multipart/form-data;charset=UTF-8",a))(Q||{}),C=(a=>(a.submit="post",a.listByIds="get",a.getone="post",a.listAll="post",a.listByPage="post",a.listTree="post",a.save="post",a.saveOrUpdate="post",a.saveBatch="post",a.importData="post",a.exportData="post",a.remove="post",a.removeById="delete",a.removeByIds="delete",a.update="put",a.updateById="put",a.updateByIds="put",a.rdoSave="post",a.rdoListAll="post",a.rdoListByPage="post",a.rdoListVersionById="get",a.rdoSaveVersion="post",a.rdoSaveBatch="post",a.rdoUpdateVersionById="put",a.rdoRemoveVersionById="delete",a.rdoRemoveById="delete",a.rdoGetVersionById="get",a.getOne="post",a.rdoGetVersionByRefId="post",a.getById="get",a.rdoListAllVersion="post",a.rdoRefListByPage="post",a.export="post",a.import="post",a.rdoExport="post",a.rdoImport="post",a.biz_search="post",a))(C||{});class b extends Error{code;data;subCode;subMessage;constructor(r){super(r.message),this.name="BackendError",this.code=r.code,this.data=r.data,this.subCode=r.subCode,this.subMessage=r.subMessage}}const N=M.create();class D{static use(r){r(N)}static get(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"GET"})}static post(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"POST"})}static put(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"PUT"})}static delete(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"DELETE"})}static options(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"OPTIONS"})}static patch(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"PATCH"})}static head(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"HEAD"})}static upload(r,i={},s={},o={},e={}){const t=new FormData,{name:h,filename:d,file:m}=s;if((Array.isArray(m)?m:[m]).forEach(u=>{d?t.append(h||"file",u,d):t.append(h||"file",u)}),s.data)for(const[u,g]of Object.entries(s.data))g!=null&&(Array.isArray(g)&&g.forEach(y=>{t.append(`${u}[]`,y)}),t.append(u,g));return this.request(r,i,t,o,{...e,method:"POST",headers:{"Content-Type":Q.FORM_DATA,...e.headers}})}static transformUrl(r,i){let s=r;for(const[o,e]of Object.entries(i))s=s.replace(`{${o}}`,encodeURIComponent(String(e)));return s}static async request(r,i,s,o,e={}){const t=await N.request({url:this.transformUrl(r,i||{}),data:s instanceof FormData?s:JSON.stringify(s||{}),params:o,timeout:12e4,headers:{"Content-Type":Q.JSON,...e.headers},...e});if(t.status>=200&&t.status<300){const h=t.data;if(h.ok===!0)return h.data;throw new b(h)}throw t}}class w{constructor(r,i){return this.url=r,new Proxy(this,{get(s,o){if(!(o in s)){const e=i.apis.find(t=>t.method===o);if(e){const t=`_${e.mode}`;e.hasPathParams&&e.hasData&&e.hasQuery?s[o]=(h,d,m,p)=>s[t](e.path,h,d,m,p):e.hasPathParams&&e.hasData?s[o]=function(h,d,m){return s[t](e.path,h,void 0,d,m)}:e.hasPathParams&&e.hasQuery?s[o]=function(h,d,m){return s[t](e.path,h,d,void 0,m)}:e.hasPathParams?s[o]=function(h,d){return s[t](e.path,h,void 0,void 0,d)}:e.hasData&&e.hasQuery?s[o]=function(h,d,m){return s[t](e.path,void 0,h,d,m)}:e.hasData?s[o]=function(h,d){return s[t](e.path,void 0,void 0,h,d)}:e.hasQuery?s[o]=function(h,d){return s[t](e.path,void 0,h,void 0,d)}:s[o]=function(h){return s[t](e.path,void 0,void 0,void 0,h)}}}return s[o]}})}_put(r,i,s,o,e){return D.put(P.join(this.url,r),i,o,s,e)}_get(r,i,s,o,e){return D.get(P.join(this.url,r),i,o,s,e)}_delete(r,i,s,o,e){return D.delete(P.join(this.url,r),i,o,s,e)}_post(r,i,s,o,e){return D.post(P.join(this.url,r),i,o,s,e)}_options(r,i,s,o,e){return D.options(P.join(this.url,r),i,o,s,e)}_patch(r,i,s,o,e){return D.patch(P.join(this.url,r),i,o,s,e)}_head(r,i,s,o,e){return D.head(P.join(this.url,r),i,o,s,e)}}class B{constructor(r,i){return new Proxy(this,{get(s,o){const e=i.find(t=>t.name===o);if(e)return o in s||(s[o]=new w(P.join(r,e.entityName),e)),s[o]}})}}const K={apaas:new B("/gct-apaas/api",T),platform:new B("/gct-platform/api",S)};export{b as BackendError,C as BizServiceEnum,Q as ContentTypeEnum,D as HttpUtil,v as RequestEnum,A as ResultEnum,K as api};
1
+ import U from"axios";const T=[{name:"medPro",entityName:"med-pro",apis:[{mode:"post",method:"postModelMetaDataAssociation",path:"modelMeta/dataAssociation",hasData:!0},{mode:"get",method:"getModelMetaGetSysConfig",path:"modelMeta/getSysConfig",hasQuery:!0},{mode:"get",method:"getModelMetaHasDataAssociation",path:"modelMeta/hasDataAssociation",hasQuery:!0},{mode:"get",method:"getModelMetaModelDataAssociation",path:"modelMeta/modelDataAssociation",hasQuery:!0},{mode:"get",method:"getEdhrAttachmentGetEdhrAttachment",path:"edhrAttachment/getEdhrAttachment",hasQuery:!0}]},{name:"appBranch",entityName:"app-branch",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appGlobalSettings",entityName:"app-global-settings",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appGrantedUser",entityName:"app-granted-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postBatch",path:"batch",hasData:!0},{mode:"get",method:"getGrantedStatistic",path:"grantedStatistic"},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getRemoveAndTransfer",path:"removeAndTransfer",hasQuery:!0},{mode:"get",method:"getUngrantedList",path:"ungranted/list"}]},{name:"appOrg",entityName:"app-org",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0},{mode:"post",method:"postUserMove",path:"user/move",hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0},{mode:"post",method:"postUserRemove",path:"user/remove",hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appPublishLog",entityName:"app-publish-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appState",entityName:"app-state",apis:[{mode:"get",method:"getDraft",path:"draft"}]},{name:"appUser",entityName:"app-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasData:!0},{mode:"put",method:"putDisable",path:"disable",hasQuery:!0},{mode:"put",method:"putEnable",path:"enable",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRemove",path:"remove",hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"approvalLog",entityName:"approval-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModules",path:"modules"},{mode:"get",method:"getOperateTypes",path:"operateTypes"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postSave",path:"save",hasData:!0}]},{name:"basicConfig",entityName:"basic-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getAiRagEnabled",path:"aiRagEnabled"},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"post",method:"postGlobal",path:"global",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postTheme",path:"theme",hasData:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"bizEvent",entityName:"biz-event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizProcessDefinition",entityName:"biz-process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizProcessDefinitionVersion",entityName:"biz-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasData:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0}]},{name:"bizServiceCrud",entityName:"biz-service-crud",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDataModelList",path:"data-model/list"},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizService",entityName:"biz-service",apis:[{mode:"get",method:"getModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0}]},{name:"bom",entityName:"bom",apis:[{mode:"post",method:"postImport",path:"import"}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getGetListRdoOrNdo",path:"getListRdoOrNdo",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListComplete",path:"listComplete",hasQuery:!0},{mode:"get",method:"getPage",path:"page",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"categoryRelation",entityName:"category-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"chat",entityName:"chat",apis:[{mode:"post",method:"postImportExcel",path:"importExcel",hasQuery:!0}]},{name:"codeTs",entityName:"code-ts",apis:[{mode:"get",method:"getList",path:"list"}]},{name:"commitLog",entityName:"commit-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCanPublishProdReleaseTagList",path:"canPublishProdReleaseTagList"},{mode:"get",method:"getCanReleaseTagList",path:"canReleaseTagList"},{mode:"post",method:"postCommit",path:"commit",hasData:!0},{mode:"get",method:"getGetLatestCommit",path:"getLatestCommit"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getReleaseInfo",path:"release/info",hasQuery:!0},{mode:"get",method:"getReleasePageList",path:"release/page/list",hasQuery:!0},{mode:"get",method:"getViewDetail",path:"viewDetail",hasQuery:!0},{mode:"get",method:"getViewDraft",path:"viewDraft"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"commonInfoCard",entityName:"common-info-card",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetById",path:"getById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"controlConfig",entityName:"control-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCategoryList",path:"category/list",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoTypeRefId",path:"info/{type}/{refId}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getSpecialPageList",path:"special/page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"customerComplaint",entityName:"customer-complaint",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSync",path:"sync"},{mode:"get",method:"getUpdateFeishu",path:"updateFeishu",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataModel",entityName:"data-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"designerCommon",entityName:"designer-common",apis:[{mode:"get",method:"getEnumModelFieldList",path:"enumModelField/list",hasQuery:!0},{mode:"get",method:"getGetApp",path:"getApp"},{mode:"get",method:"getGetCanBeUsedOrg",path:"getCanBeUsedOrg"},{mode:"get",method:"getGetCanBeUsedOrgUser",path:"getCanBeUsedOrgUser",hasQuery:!0},{mode:"get",method:"getGetUserGroupUser",path:"getUserGroupUser",hasQuery:!0},{mode:"get",method:"getGetVisibleOrg",path:"getVisibleOrg"},{mode:"get",method:"getGetVisibleOrgUser",path:"getVisibleOrgUser",hasQuery:!0},{mode:"get",method:"getGetVisibleUser",path:"getVisibleUser"},{mode:"get",method:"getGetVisibleUserAndVisibleOrgUser",path:"getVisibleUserAndVisibleOrgUser",hasQuery:!0},{mode:"get",method:"getListUserByIds",path:"listUserByIds",hasQuery:!0},{mode:"get",method:"getTableEntityModelList",path:"table-entity-model/list",hasQuery:!0},{mode:"post",method:"postUploadFile",path:"upload/file",hasQuery:!0,hasData:!0},{mode:"post",method:"postUploadLabelImage",path:"upload/label/image",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:"",hasPathParams:!0,hasData:!0}]},{name:"document",entityName:"document",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putDesignId",path:"design/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDocumentDataClean",path:"documentDataClean"},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrCategory",entityName:"edhr-category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrCirculationFormRelateModel",entityName:"edhr-circulationFormRelateModel",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrInstance",entityName:"edhr-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0},{mode:"get",method:"getFindMaterialNo",path:"findMaterialNo",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPageListGroup",path:"page/list/group",hasData:!0},{mode:"get",method:"getReversePageList",path:"reverse/page/list",hasQuery:!0},{mode:"get",method:"getRunningPage",path:"running/page",hasQuery:!0},{mode:"put",method:"putUpdateInstanceStatusById4ArchivedId",path:"updateInstanceStatusById4Archived/{id}",hasPathParams:!0}]},{name:"edhrInstanceRelation",entityName:"edhr-instance-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getListTree",path:"list/tree",hasQuery:!0},{mode:"get",method:"getListChild",path:"listChild",hasQuery:!0}]},{name:"edhrInstanceSearchHistory",entityName:"edhr-instance-search-history",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"edhrTmpl",entityName:"edhr-tmpl",apis:[{mode:"post",method:"postControl",path:"control",hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasPathParams:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0}]},{name:"eleSearch",entityName:"ele-search",apis:[{mode:"get",method:"getSearchByKey",path:"searchByKey",hasQuery:!0}]},{name:"enumModel",entityName:"enum-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSubmitWithFields",path:"submitWithFields",hasData:!0},{mode:"put",method:"putUpdateIconStateId",path:"updateIconState/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateTextStateId",path:"updateTextState/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"enumModelField",entityName:"enum-model-field",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"event",entityName:"event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"eventLog",entityName:"event-log",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"excelTmpl",entityName:"excel-tmpl",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postConfig",path:"config",hasData:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getDownloadPlatId",path:"download-plat/{id}",hasPathParams:!0},{mode:"get",method:"getDownloadId",path:"download/{id}",hasPathParams:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInitTmpl",path:"init/tmpl",hasQuery:!0},{mode:"post",method:"postInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postV1Config",path:"v1/config",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"excel",entityName:"excel",apis:[{mode:"get",method:"getDataDoImport",path:"data/doImport",hasQuery:!0},{mode:"get",method:"getDataExport",path:"data/export",hasQuery:!0},{mode:"post",method:"postDataImport",path:"data/import",hasQuery:!0},{mode:"get",method:"getDataPreview",path:"data/preview",hasQuery:!0},{mode:"get",method:"getDataReport",path:"data/report",hasQuery:!0},{mode:"post",method:"postDataValidate",path:"data/validate",hasQuery:!0}]},{name:"fieldMeta",entityName:"field-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCompleteDataVersion",path:"complete/dataVersion"},{mode:"put",method:"putDecimalDigitsAllDigits",path:"decimal/digits/all/{digits}",hasPathParams:!0},{mode:"post",method:"postFuncCheck",path:"func/check",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListConditionField",path:"listConditionField",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0},{mode:"put",method:"putPageRecycledRestoreFieldId",path:"page/recycledRestore/{fieldId}",hasPathParams:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"get",method:"getRemoveDocument",path:"remove/document",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"put",method:"putUniqueConstraintAddModelKeyFieldKeyType",path:"unique/constraint/add/{modelKey}/{fieldKey}/{type}",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"field",entityName:"field",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0}]},{name:"fileResource",entityName:"file-resource",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasData:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postUpload",path:"upload",hasQuery:!0,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",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:"",hasPathParams:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0,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:"instanceRelation",entityName:"instance-relation",apis:[{mode:"post",method:"postBind",path:"bind",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteUnbind",path:"unbind",hasQuery:!0},{mode:"put",method:"putUpdateTitle",path:"updateTitle",hasQuery:!0}]},{name:"ipaas",entityName:"ipaas",apis:[{mode:"post",method:"postWebhook",path:"webhook",hasData:!0}]},{name:"job",entityName:"job",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCronValid",path:"cron/valid",hasData:!0},{mode:"post",method:"postExec",path:"exec",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putStatusId",path:"status/{id}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"jobLog",entityName:"job-log",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"jsEngine",entityName:"js-engine",apis:[{mode:"get",method:"getExecKey",path:"exec/{key}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExecKey",path:"exec/{key}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExecute",path:"execute",hasData:!0}]},{name:"label",entityName:"label",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBtw",path:"btw",hasData:!0},{mode:"post",method:"postBtwCopy",path:"btw/copy",hasData:!0},{mode:"get",method:"getBtwPageList",path:"btw/page/list",hasQuery:!0},{mode:"delete",method:"deleteBtwRemoveVersionById",path:"btw/removeVersionById",hasQuery:!0},{mode:"put",method:"putBtwUpdate",path:"btw/update",hasData:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getEntityInfo",path:"entity/info",hasQuery:!0},{mode:"get",method:"getEntityUpdateDatetimeSql",path:"entity/update/datetime/sql"},{mode:"get",method:"getExecute",path:"execute"},{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"post",method:"postImport",path:"import",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:"",hasPathParams:!0,hasData:!0}]},{name:"labelLog",entityName:"label-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"post",method:"postUserLoginLogPage",path:"userLoginLogPage",hasData:!0}]},{name:"menuConfig",entityName:"menu-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAvailableList",path:"available/list",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mergeLog",entityName:"merge-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"messageRecord",entityName:"message-record",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"get",method:"getFindAllByType",path:"findAllByType",hasQuery:!0},{mode:"post",method:"postSendMessageByType",path:"sendMessageByType",hasData:!0}]},{name:"messageTmpl",entityName:"message-tmpl",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListByModelKey",path:"listByModelKey",hasQuery:!0},{mode:"put",method:"putOpened",path:"opened",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postProcessSend",path:"processSend",hasData:!0},{mode:"post",method:"postSend",path:"send",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mobileHomepage",entityName:"mobile-homepage",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSelected",path:"getSelected"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mobilePage",entityName:"mobile-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelComprehensive",entityName:"model-comprehensive",apis:[{mode:"delete",method:"deleteBizServiceApi",path:"biz-service-api",hasQuery:!0},{mode:"get",method:"getBizServiceApiListModelCategory",path:"biz-service-api/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putBizServiceApiId",path:"biz-service-api/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBizServiceApiModelCategory",path:"biz-service-api/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBizServiceGeneralModelCategoryModelKeyBsKey",path:"biz-service/general/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getEnumInfoModelCategory",path:"enum/info/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExportModelCategoryModelKeyTmplKey",path:"export/{modelCategory}/{modelKey}/{tmplKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getFieldListModelCategory",path:"field/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getMethodListModelCategory",path:"method/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelDetailListByKeysModelCategory",path:"model/detail/listByKeys/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelDetailModelCategory",path:"model/detail/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelForm",path:"model/form",hasQuery:!0},{mode:"get",method:"getModelSummary",path:"model/summary",hasQuery:!0},{mode:"get",method:"getModelSystem",path:"model/system"},{mode:"post",method:"postQueryAllModelDataAndDrillData",path:"queryAllModelDataAndDrillData",hasData:!0},{mode:"post",method:"postQueryFieldValueByRefChainDataModelCategory",path:"queryFieldValueByRefChainData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryModelDataAndDrillData",path:"queryModelDataAndDrillData",hasData:!0},{mode:"post",method:"postQueryRefChainDataModelCategory",path:"queryRefChainData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataModelCategory",path:"queryRefData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataByIdModelCategory",path:"queryRefDataById/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataByIdsModelCategory",path:"queryRefDataByIds/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQuerySearchRefChainData",path:"querySearchRefChainData",hasData:!0},{mode:"get",method:"getSubModelList",path:"sub-model/list",hasQuery:!0}]},{name:"modelData",entityName:"model-data",apis:[{mode:"post",method:"postAllModelLiquibaseSoftDeleteDataClean",path:"allModelLiquibaseSoftDeleteDataClean"},{mode:"post",method:"postAllModelSoftDeleteDataClean",path:"allModelSoftDeleteDataClean"},{mode:"get",method:"getCheckFieldValueExist",path:"checkFieldValueExist",hasQuery:!0},{mode:"post",method:"postQueryRefData",path:"queryRefData",hasData:!0},{mode:"post",method:"postSingleModelSoftDeleteDataClean",path:"singleModelSoftDeleteDataClean",hasQuery:!0}]},{name:"modelMeta",entityName:"model-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAggList",path:"agg/list",hasQuery:!0},{mode:"get",method:"getAggModel",path:"agg/model",hasQuery:!0},{mode:"get",method:"getByKeys",path:"by/keys",hasQuery:!0},{mode:"put",method:"putConstantModelKey",path:"constant/{modelKey}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDataPermissionList",path:"data-permission/list",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"put",method:"putDisplayModelKeyFieldKey",path:"display/{modelKey}/{fieldKey}",hasPathParams:!0},{mode:"get",method:"getEr",path:"er"},{mode:"get",method:"getFindAllByTypeIn",path:"findAllByTypeIn",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListAll",path:"list-all"},{mode:"get",method:"getListAllModelAndFieldByName",path:"listAllModelAndFieldByName",hasQuery:!0},{mode:"get",method:"getListMasterModel",path:"listMasterModel",hasQuery:!0},{mode:"get",method:"getListModelReferencedBy",path:"listModelReferencedBy",hasQuery:!0},{mode:"get",method:"getListSlaveModel",path:"listSlaveModel",hasQuery:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0},{mode:"put",method:"putPageRecycledRestoreModelKey",path:"page/recycledRestore/{modelKey}",hasPathParams:!0},{mode:"get",method:"getPermissionEnabledList",path:"permission-enabled/list",hasQuery:!0},{mode:"get",method:"getPermissionRelation",path:"permission/relation",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasPathParams:!0},{mode:"get",method:"getSupportProcess",path:"support-process"},{mode:"get",method:"getTranslateModelFieldExp",path:"translateModelFieldExp",hasQuery:!0},{mode:"get",method:"getUnrelatedList",path:"unrelated/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0},{mode:"put",method:"putModelKeyEnabled",path:"{modelKey}/{enabled}",hasPathParams:!0}]},{name:"modelMethod",entityName:"model-method",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDataModelList",path:"data-model/list"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getViewModelList",path:"view-model/list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelPermissionRelation",entityName:"model-permission-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"model",entityName:"model",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0}]},{name:"ocr",entityName:"ocr",apis:[{mode:"post",method:"post",path:"**"}]},{name:"office",entityName:"office",apis:[{mode:"post",method:"postDocxJson",path:"docx-json",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:"",hasPathParams:!0,hasData:!0}]},{name:"onlineFormChangeHistory",entityName:"online-form-change-history",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"onlineFormInstance",entityName:"online-form-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAppendixFormList",path:"appendix/form/list",hasQuery:!0},{mode:"post",method:"postDataCollectionAbandon",path:"data-collection/abandon",hasData:!0},{mode:"post",method:"postDataCollectionCreate",path:"data-collection/create",hasData:!0},{mode:"get",method:"getDataCollectionListAll",path:"data-collection/listAll",hasQuery:!0},{mode:"post",method:"postDataCollectionUpdateAlias",path:"data-collection/update-alias",hasData:!0},{mode:"post",method:"postDataCollectionUpdateStatus",path:"data-collection/update-status",hasData:!0},{mode:"get",method:"getDataIds",path:"dataIds",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getDhrFormList",path:"dhr/form/list",hasQuery:!0},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0},{mode:"get",method:"getFindByMaterialNoAndDocOutlineId",path:"findByMaterialNoAndDocOutlineId",hasQuery:!0},{mode:"get",method:"getFindByOfTmplIdAndEdhrInstanceId",path:"findByOfTmplIdAndEdhrInstanceId",hasQuery:!0},{mode:"get",method:"getFindByTmplIdAndMaterialNo",path:"findByTmplIdAndMaterialNo",hasQuery:!0},{mode:"get",method:"getFindOfTaskBySerialNo4Change",path:"findOfTaskBySerialNo4Change",hasQuery:!0},{mode:"get",method:"getFindPage4EdhrInstance",path:"findPage4EdhrInstance",hasQuery:!0},{mode:"get",method:"getFindRelationInfoById",path:"findRelationInfoById",hasQuery:!0},{mode:"get",method:"getFormPageList",path:"form/page/list",hasQuery:!0},{mode:"get",method:"getGetOne",path:"getOne",hasQuery:!0},{mode:"get",method:"getGetRelatedProduct",path:"getRelatedProduct",hasQuery:!0},{mode:"get",method:"getHoldLockUser",path:"hold/lock/user",hasQuery:!0},{mode:"post",method:"postHoldUnlock",path:"hold/unlock",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByRecordNo",path:"info/byRecordNo",hasQuery:!0},{mode:"post",method:"postInfos",path:"infos"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getQuery",path:"query",hasQuery:!0},{mode:"post",method:"postRefreshSnapshot",path:"refresh/snapshot",hasQuery:!0},{mode:"get",method:"getRelateFormPageList",path:"relate/form/page/list",hasQuery:!0},{mode:"post",method:"postRelatedInstAppend",path:"related/inst/append",hasData:!0},{mode:"post",method:"postRelatedInstBind",path:"related/inst/bind",hasData:!0},{mode:"delete",method:"deleteRelatedInstRemove",path:"related/inst/remove",hasQuery:!0},{mode:"post",method:"postRelatedInstUnbind",path:"related/inst/unbind",hasData:!0},{mode:"get",method:"getReverseTracePageList",path:"reverse/trace/page/list",hasQuery:!0},{mode:"post",method:"postTask",path:"task",hasData:!0},{mode:"post",method:"postTaskPageList",path:"task/page/list",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteTaskRemoveOfInstId",path:"task/remove/{ofInstId}",hasPathParams:!0},{mode:"get",method:"getTaskResendOfInstId",path:"task/resend/{ofInstId}",hasPathParams:!0},{mode:"put",method:"putTaskUpdate",path:"task/update",hasData:!0},{mode:"put",method:"putTaskId",path:"task/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postTaskForm",path:"taskForm",hasData:!0},{mode:"get",method:"getTracePageList",path:"trace/page/list",hasQuery:!0},{mode:"put",method:"putUpdateDescription",path:"updateDescription",hasData:!0}]},{name:"onlineFormLog",entityName:"online-form-log",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"onlineFormTmplLog",entityName:"online-form-tmpl-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"onlineFormTmpl",entityName:"online-form-tmpl",apis:[{mode:"post",method:"postCopyCustomizeId",path:"copy/customize/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getFormModelsId",path:"formModels/{id}",hasPathParams:!0},{mode:"get",method:"getGetCommunicationConfig",path:"getCommunicationConfig",hasQuery:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"post",method:"postInfos",path:"infos",hasData:!0},{mode:"get",method:"getListBaseAndProcessForm",path:"listBaseAndProcessForm",hasQuery:!0},{mode:"get",method:"getListOnlineFormModels",path:"listOnlineFormModels",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getModelId",path:"model/{id}",hasPathParams:!0},{mode:"post",method:"postRelease",path:"release",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveField",path:"saveField",hasData:!0},{mode:"post",method:"postSaveOperation",path:"saveOperation",hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasPathParams:!0},{mode:"get",method:"getStash",path:"stash",hasQuery:!0},{mode:"put",method:"putStashId",path:"stash/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postTest",path:"test"},{mode:"post",method:"postUpdateCommunicationConfigId",path:"updateCommunicationConfig/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateDesignerId",path:"updateDesigner/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0}]},{name:"onlineForm",entityName:"online-form",apis:[{mode:"post",method:"postBaseSubmit",path:"base/submit",hasData:!0},{mode:"post",method:"postBizBizServiceSummary",path:"biz/bizServiceSummary",hasData:!0},{mode:"get",method:"getDataInitProtocolData",path:"data-init/protocol/data",hasQuery:!0},{mode:"get",method:"getDataInitProtocolFieldMeta",path:"data-init/protocol/fieldMeta",hasQuery:!0},{mode:"get",method:"getDataInitProtocolList",path:"data-init/protocol/list"},{mode:"post",method:"postPartialSubmit",path:"partialSubmit",hasData:!0},{mode:"post",method:"postProcessAbandon",path:"process/abandon",hasData:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"post",method:"postProcessApproveQualification",path:"process/approveQualification",hasData:!0},{mode:"post",method:"postProcessChange",path:"process/change",hasData:!0},{mode:"post",method:"postProcessControl",path:"process/control",hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessPartialSubmit",path:"process/partialSubmit",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessResubmitOf",path:"process/resubmitOf",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0},{mode:"post",method:"postProcessSave",path:"process/save",hasData:!0},{mode:"post",method:"postProcessSubmit",path:"process/submit",hasData:!0},{mode:"post",method:"postStash",path:"stash",hasData:!0}]},{name:"onlineUserSummary",entityName:"online-user-summary",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"online",entityName:"online",apis:[{mode:"get",method:"getClients",path:"clients",hasQuery:!0},{mode:"get",method:"getExit",path:"exit",hasQuery:!0},{mode:"get",method:"getMaxOnlineUser",path:"maxOnlineUser",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"openapi",entityName:"openapi",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetApiInfo",path:"getApiInfo",hasQuery:!0},{mode:"get",method:"getGetApiInfos",path:"getApiInfos"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"padPage",entityName:"pad-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pageDesignerLog",entityName:"page-designer-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"post",method:"postAppGlobal",path:"app/global",hasData:!0},{mode:"get",method:"getAppGlobalInfo",path:"app/global/info"},{mode:"post",method:"postBase",path:"base",hasData:!0},{mode:"post",method:"postOrg",path:"org",hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasData:!0}]},{name:"pmProcessDefinition",entityName:"pm-process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllProcHasPublishedVersion",path:"listAllProcHasPublishedVersion",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListByPage",path:"page/listByPage",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDefinitionVersion",entityName:"pm-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasData:!0},{mode:"post",method:"postUpdateProcessUser",path:"updateProcessUser",hasData:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0}]},{name:"pmProcessEngine",entityName:"pm-process-engine",apis:[{mode:"post",method:"postApprove",path:"approve",hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0},{mode:"get",method:"getListAllAssignees",path:"listAllAssignees"},{mode:"get",method:"getListAllInitiators",path:"listAllInitiators"},{mode:"get",method:"getModel",path:"model",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postProcExecute",path:"procExecute",hasData:!0},{mode:"get",method:"getProcInstExtension",path:"procInstExtension",hasQuery:!0},{mode:"post",method:"postReassign",path:"reassign",hasData:!0},{mode:"post",method:"postRefuse",path:"refuse",hasData:!0},{mode:"post",method:"postReject",path:"reject",hasData:!0},{mode:"post",method:"postResubmit",path:"resubmit",hasData:!0},{mode:"post",method:"postStartProcInst",path:"startProcInst",hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0},{mode:"post",method:"postTerminate",path:"terminate",hasData:!0},{mode:"post",method:"postWithdraw",path:"withdraw",hasData:!0}]},{name:"printDesigner",entityName:"print-designer",apis:[{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0},{mode:"get",method:"getRdoPageBaseList",path:"rdo/page/base/list",hasQuery:!0},{mode:"get",method:"getRdoPageList",path:"rdo/page/list",hasQuery:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postPatchwork",path:"patchwork",hasData:!0}]},{name:"print",entityName:"print",apis:[{mode:"get",method:"getBtwFileTree",path:"btwFileTree"},{mode:"post",method:"postGenerateZplCode",path:"generateZplCode",hasData:!0},{mode:"post",method:"postLabelBackEndPrint",path:"labelBackEndPrint",hasData:!0},{mode:"get",method:"getPrintDropdownList",path:"printDropdownList"},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasData:!0}]},{name:"process",entityName:"process",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processApprovalLog",entityName:"process-approval-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getApproveHistory",path:"approveHistory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processApproveUser",entityName:"process-approve-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processDefinition",entityName:"process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postInitProcessAndProcessVersionType",path:"initProcessAndProcessVersion/{type}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processDefinitionVersion",entityName:"process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByParentId",path:"listByParentId",hasQuery:!0},{mode:"post",method:"postPublishId",path:"publish/{id}",hasPathParams:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processEngine",entityName:"process-engine",apis:[{mode:"post",method:"postExecute",path:"execute",hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0},{mode:"get",method:"getModel",path:"model",hasQuery:!0},{mode:"post",method:"postReassignment",path:"reassignment",hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0}]},{name:"processEvent",entityName:"process-event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processGraph",entityName:"process-graph",apis:[{mode:"get",method:"getGraphInfo",path:"graphInfo",hasQuery:!0}]},{name:"processInstance",entityName:"process-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processInstanceRelation",entityName:"process-instance-relation-",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processMessageUser",entityName:"process-message-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processNodeDefinition",entityName:"process-node-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processPathUser",entityName:"process-path-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processPath",entityName:"process-path",apis:[{mode:"get",method:"getFindAllByOfInstanceId",path:"findAllByOfInstanceId",hasQuery:!0},{mode:"get",method:"getFindAllByProcessInstanceId",path:"findAllByProcessInstanceId",hasQuery:!0},{mode:"get",method:"getFindAllByTmplId",path:"findAllByTmplId",hasQuery:!0}]},{name:"processTaskDone",entityName:"process-task-done",apis:[{mode:"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:"productRelease",entityName:"product-release",apis:[{mode:"get",method:"getGetProductReleaseByMaterialNo",path:"getProductReleaseByMaterialNo",hasQuery:!0},{mode:"get",method:"getGetProductReleaseForm",path:"getProductReleaseForm",hasQuery:!0},{mode:"get",method:"getGetProductReleaseInstByMaterialNo",path:"getProductReleaseInstByMaterialNo",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"publishLog",entityName:"publish-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCreateRelease",path:"createRelease",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPublishToProd",path:"publishToProd",hasData:!0},{mode:"post",method:"postPublishToTest",path:"publishToTest",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"report",entityName:"report",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDeploy",path:"deploy",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfos",path:"infos",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListType",path:"list/type"},{mode:"get",method:"getListModelReport",path:"listModelReport",hasQuery:!0},{mode:"get",method:"getListSystemModelFields",path:"listSystemModelFields",hasQuery:!0},{mode:"get",method:"getListSystemModels",path:"listSystemModels"},{mode:"put",method:"putMove",path:"move",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putUndeployId",path:"undeploy/{id}",hasPathParams:!0},{mode:"get",method:"getUserPermissionId",path:"user/permission/{id}",hasPathParams:!0},{mode:"post",method:"postViewPageList",path:"view/page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"reportDataSet",entityName:"report-data-set",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getGenSql",path:"genSql",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postListByPage4DataSet",path:"listByPage4DataSet",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"reportData",entityName:"report-data",apis:[{mode:"post",method:"postListByPage",path:"listByPage",hasData:!0},{mode:"post",method:"postListByPage4Cross",path:"listByPage4Cross",hasData:!0},{mode:"post",method:"postListStatistic",path:"listStatistic",hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putIdEnabled",path:"{id}/{enabled}",hasPathParams:!0}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postBulk",path:"bulk",hasData:!0},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!0},{mode:"post",method:"postRemove",path:"remove",hasData:!0}]},{name:"sandboxConfig",entityName:"sandbox-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:""},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSync",path:"sync"},{mode:"post",method:"postSyncPage",path:"sync/page",hasData:!0},{mode:"post",method:"postSyncScript",path:"sync/script",hasData:!0},{mode:"get",method:"getValidStatus",path:"valid/status",hasQuery:!0},{mode:"get",method:"getVisitCheck",path:"visit/check",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"script",entityName:"script",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"scriptAssistant",entityName:"script-assistant",apis:[{mode:"get",method:"getRag",path:"rag"},{mode:"post",method:"postScriptComplete",path:"scriptComplete",hasData:!0}]},{name:"scriptVersion",entityName:"script-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"scriptVersionLog",entityName:"script-version-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"serviceOrchestration",entityName:"service-orchestration",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"serviceOrchestrationVersion",entityName:"service-orchestration-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"serviceOrchestrationVersionLog",entityName:"service-orchestration-version-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"signHistory",entityName:"sign-history",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"postOperators",path:"operators",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0}]},{name:"signature",entityName:"signature",apis:[{mode:"post",method:"postGetSignatureImage",path:"getSignatureImage",hasData:!0},{mode:"post",method:"postGetSignatureUploadOrWriteImage",path:"getSignatureUploadOrWriteImage",hasData:!0}]},{name:"sqlViewModel",entityName:"sql-view-model",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"sqlView",entityName:"sql-view",apis:[{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0}]},{name:"ss",entityName:"ss",apis:[{mode:"post",method:"postUploadExcel",path:"upload/excel",hasQuery:!0,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:"",hasPathParams:!0,hasData:!0}]},{name:"subModelProcess",entityName:"sub-model-process",apis:[{mode:"post",method:"postAllSubModelDataClean",path:"allSubModelDataClean"}]},{name:"sysConfig",entityName:"sys-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"systemVar",entityName:"system-var",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSystemVarByKeys",path:"getSystemVarByKeys",hasQuery:!0},{mode:"get",method:"getGetVarByKeys",path:"getVarByKeys",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListSystemVarCache",path:"listSystemVarCache"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceLog",entityName:"trace-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByTraceId",path:"findByTraceId",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceLogDetails",entityName:"trace-log-details",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postAppDataTracePageList",path:"app-data-trace/page/list",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoTree",path:"infoTree",hasQuery:!0},{mode:"get",method:"getInfoTreeById",path:"infoTreeById",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListByRecodeId",path:"page/listByRecodeId",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceMainline",entityName:"trace-mainline",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceMainlineExt",entityName:"trace-mainline-ext",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceSetting",entityName:"trace-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getTreeByModelKey",path:"treeByModelKey",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userGroup",entityName:"user-group",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getSearch",path:"search",hasQuery:!0},{mode:"get",method:"getUserRolePermissionList",path:"user/role/permission/list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userGroupRelation",entityName:"user-group-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBatch",path:"batch",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"viewModel",entityName:"view-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getFieldInfo",path:"field/info",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSql",path:"sql",hasQuery:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"wash",entityName:"wash",apis:[{mode:"get",method:"getWashDictLabelField",path:"washDictLabelField"},{mode:"get",method:"getWashEdhrAndOfInst",path:"washEdhrAndOfInst"}]},{name:"webpage",entityName:"webpage",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelOccupyWebPage",path:"cancelOccupyWebPage",hasData:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postGetWebPageOccupyMsg",path:"getWebPageOccupyMsg",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postLockWebPage",path:"lockWebPage",hasData:!0},{mode:"post",method:"postOccupyWebPage",path:"occupyWebPage",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postUnLockWebPage",path:"unLockWebPage",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"post",method:"postAppCreateBranch",path:"app/createBranch",hasData:!0},{mode:"post",method:"postAppCreateImportApp",path:"app/createImportApp",hasData:!0},{mode:"get",method:"getAppCreateIndex",path:"app/createIndex",hasQuery:!0},{mode:"post",method:"postAppCreateSelfBuiltApp",path:"app/createSelfBuiltApp",hasData:!0},{mode:"get",method:"getAppDeleteIndex",path:"app/deleteIndex",hasQuery:!0},{mode:"delete",method:"deleteAppDropProdDb",path:"app/dropProdDb",hasQuery:!0},{mode:"delete",method:"deleteAppDropTestDb",path:"app/dropTestDb",hasQuery:!0},{mode:"get",method:"getAppFieldMetaList",path:"app/field-meta/list",hasQuery:!0},{mode:"get",method:"getAppGetAppMenu",path:"app/getAppMenu",hasQuery:!0},{mode:"get",method:"getAppGetCurrentBranch",path:"app/getCurrentBranch",hasQuery:!0},{mode:"get",method:"getAppGetIndex",path:"app/getIndex",hasQuery:!0},{mode:"get",method:"getAppGetLatestBranch",path:"app/getLatestBranch",hasQuery:!0},{mode:"get",method:"getAppGetLatestCommit",path:"app/getLatestCommit",hasQuery:!0},{mode:"post",method:"postAppImportVersion",path:"app/importVersion",hasData:!0},{mode:"get",method:"getAppImportVersionPreview",path:"app/importVersionPreview",hasQuery:!0},{mode:"get",method:"getAppListBranch",path:"app/listBranch",hasQuery:!0},{mode:"post",method:"postAppMerge",path:"app/merge",hasData:!0},{mode:"get",method:"getAppMergeInfo",path:"app/merge/info",hasQuery:!0},{mode:"get",method:"getAppMergePageList",path:"app/merge/page/list",hasQuery:!0},{mode:"get",method:"getAppMergePreview",path:"app/mergePreview",hasQuery:!0},{mode:"get",method:"getAppModelMetaList",path:"app/model-meta/list",hasQuery:!0},{mode:"get",method:"getAppPublishLogInfo",path:"app/publishLogInfo",hasQuery:!0},{mode:"get",method:"getAppPublishLogPageList",path:"app/publishLogPageList",hasQuery:!0},{mode:"get",method:"getAppReportInfos",path:"app/report/infos",hasQuery:!0},{mode:"post",method:"postAppRevert",path:"app/revert",hasData:!0},{mode:"post",method:"postAppSwitchBranch",path:"app/switchBranch",hasData:!0},{mode:"post",method:"postAppVisibleMenu",path:"app/visible/menu",hasQuery:!0,hasData:!0},{mode:"post",method:"postAuditLogExport",path:"audit-log/export",hasData:!0},{mode:"post",method:"postAuditLogInfo",path:"audit-log/info",hasQuery:!0},{mode:"get",method:"getAuditLogModules",path:"audit-log/modules",hasQuery:!0},{mode:"get",method:"getAuditLogOperateTypes",path:"audit-log/operateTypes",hasQuery:!0},{mode:"get",method:"getAuditLogOperators",path:"audit-log/operators",hasQuery:!0},{mode:"post",method:"postAuditLogPageList",path:"audit-log/page/list",hasData:!0},{mode:"post",method:"postAuditLogSave",path:"audit-log/save",hasData:!0},{mode:"post",method:"postDatamoveExecute",path:"datamove/execute",hasData:!0},{mode:"post",method:"postDatasourceColumnFormat",path:"datasource/column-format",hasQuery:!0,hasData:!0},{mode:"get",method:"getDatasourceInfo",path:"datasource/info"},{mode:"post",method:"postEdhrProdTransferAllWorkItem",path:"edhr/prod/transferAllWorkItem",hasData:!0},{mode:"post",method:"postEdhrTestTransferAllWorkItem",path:"edhr/test/transferAllWorkItem",hasData:!0},{mode:"get",method:"getIeDataReport",path:"ie/data/report",hasQuery:!0},{mode:"post",method:"postModelComprehensiveBizServiceGeneralBsModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/generalBs/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyUpload",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/upload",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getProcessListAll",path:"process/list/all"}]}],S=[{name:"agent",entityName:"agent",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"apk",entityName:"apk",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetActiveApp",path:"getActiveApp"},{mode:"get",method:"getGetIp",path:"getIp"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postUploadApk",path:"upload/apk",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0}]},{name:"app",entityName:"app",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putAppCleanUpId",path:"appCleanUp/{id}",hasPathParams:!0},{mode:"put",method:"putAppRestoreIdUserId",path:"appRestore/{id}/{userId}",hasPathParams:!0},{mode:"get",method:"getCheckAppMaintainerInTenantAppId",path:"checkAppMaintainerInTenant/{appId}",hasPathParams:!0},{mode:"post",method:"postCreateBranchAppId",path:"createBranch/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDatamoveApps",path:"datamove/apps"},{mode:"put",method:"putDisableId",path:"disable/{id}",hasPathParams:!0},{mode:"put",method:"putEnableId",path:"enable/{id}",hasPathParams:!0},{mode:"get",method:"getFieldMetaList",path:"field-meta/list",hasQuery:!0},{mode:"get",method:"getGetAppCountTenantId",path:"getAppCount/{tenantId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getGetCurrentBranchAppId",path:"getCurrentBranch/{appId}",hasPathParams:!0},{mode:"get",method:"getGetLatestCommitAppId",path:"getLatestCommit/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getGetMobileDbFileUrlAppId",path:"getMobileDbFileUrl/{appId}",hasPathParams:!0},{mode:"post",method:"postImportVersionAppId",path:"importVersion/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getImportVersionPreviewAppId",path:"importVersionPreview/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListBranchAppId",path:"listBranch/{appId}",hasPathParams:!0},{mode:"get",method:"getMergeInfoAppId",path:"merge/info/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getMergePageListAppId",path:"merge/page/list/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postMergeAppId",path:"merge/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getMergePreviewAppId",path:"mergePreview/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelMetaList",path:"model-meta/list",hasQuery:!0},{mode:"get",method:"getPageGetListReleasedApp",path:"page/getListReleasedApp"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListReleasedApp",path:"page/listReleasedApp",hasQuery:!0},{mode:"get",method:"getPublishLogInfoAppId",path:"publishLogInfo/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getPublishLogPageListAppId",path:"publishLogPageList/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getReportInfos",path:"report/infos",hasQuery:!0},{mode:"post",method:"postRevertAppId",path:"revert/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postSwitchBranchAppId",path:"switchBranch/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getTenantApps",path:"tenant/apps",hasQuery:!0},{mode:"get",method:"getTenantRoleRolesApps",path:"tenant/role/{roles}/apps",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getTenantRoleRolesAppsCount",path:"tenant/role/{roles}/apps/count",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postUploadAppPkg",path:"upload/appPkg",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appMember",entityName:"app-member",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putTransferIdTargetUserId",path:"transfer/{id}/{targetUserId}",hasPathParams:!0},{mode:"put",method:"putIdRole",path:"{id}/{role}",hasPathParams:!0}]},{name:"appSetting",entityName:"app-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCheckAppUserAdmin",path:"checkAppUserAdmin",hasQuery:!0},{mode:"get",method:"getCheckAppUserVisibility",path:"checkAppUserVisibility",hasQuery:!0},{mode:"delete",method:"deleteDeveloperDelete",path:"developer/delete",hasQuery:!0},{mode:"post",method:"postDeveloperSaveSettingBatch",path:"developer/saveSettingBatch"},{mode:"get",method:"getInfoByAppId",path:"infoByAppId",hasQuery:!0},{mode:"post",method:"postSaveSetting",path:"saveSetting",hasData:!0},{mode:"post",method:"postSaveSettingBatch",path:"saveSettingBatch"}]},{name:"assets",entityName:"assets",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMoveAssetIdCategoryCategoryId",path:"move/{assetId}/category/{categoryId}",hasPathParams:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postUploadCategoryId",path:"upload/{categoryId}",hasPathParams:!0,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:"",hasPathParams:!0,hasData:!0}]},{name:"biFileDatasetConfig",entityName:"bi-file-dataset-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListDatasetid",path:"list-datasetid",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"biFile",entityName:"bi-file",apis:[{mode:"post",method:"postUpload",path:"upload",hasQuery:!0,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:"",hasPathParams:!0,hasData:!0}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postAddDefaultCusComp",path:"addDefaultCusComp"},{mode:"delete",method:"deleteDeleteDatasetCategory",path:"deleteDatasetCategory",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListDatasetCategory",path:"listDatasetCategory",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSaveDatasetCategory",path:"saveDatasetCategory",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"put",method:"put",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putEnabled",path:"enabled",hasData:!0},{mode:"post",method:"postExecuteUpdate",path:"executeUpdate",hasData:!0},{mode:"get",method:"getFindById",path:"findById",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postQueryData",path:"queryData",hasQuery:!0},{mode:"post",method:"postSqlColumnInformation",path:"sql/column/information",hasData:!0},{mode:"post",method:"postTestConnect",path:"testConnect",hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"database",entityName:"database",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postAddDatabase",path:"addDatabase",hasData:!0},{mode:"post",method:"postApiDataFlatten",path:"api-data-flatten"},{mode:"get",method:"getColumnInformation",path:"column/information",hasQuery:!0},{mode:"get",method:"getDbInformation",path:"db/information",hasQuery:!0},{mode:"post",method:"postGetDatabaseByPage",path:"getDatabaseByPage",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"delete",method:"deleteRemoveDatabase",path:"removeDatabase",hasQuery:!0},{mode:"post",method:"postRunSql",path:"runSql",hasData:!0},{mode:"get",method:"getTableDataPageList",path:"table/data/page/list",hasQuery:!0},{mode:"get",method:"getTableInformation",path:"table/information",hasQuery:!0},{mode:"post",method:"postTestApi",path:"testApi",hasData:!0},{mode:"post",method:"postTestDatabaseConn",path:"testDatabaseConn",hasData:!0},{mode:"put",method:"putUpdateDatabase",path:"updateDatabase",hasData:!0},{mode:"get",method:"getViewInformation",path:"view/information",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataset",entityName:"dataset",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0},{mode:"get",method:"getColumnValue",path:"column-value",hasQuery:!0},{mode:"post",method:"postCreateRequest",path:"create-request",hasQuery:!0},{mode:"post",method:"postEditRequest",path:"edit-request",hasQuery:!0,hasData:!0},{mode:"put",method:"putEncode",path:"encode",hasQuery:!0},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListCategoryDataset",path:"list-category-dataset",hasQuery:!0},{mode:"get",method:"getListIds",path:"list/ids",hasQuery:!0},{mode:"get",method:"getListKeys",path:"list/keys",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRunScript",path:"runScript",hasData:!0},{mode:"post",method:"postRunScriptNoHeader",path:"runScriptNoHeader",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasetLog",entityName:"dataset-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceDevops",entityName:"datasource-devops",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMove",entityName:"datasource-move",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMoveData",entityName:"datasource-move-data",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMoveDetail",entityName:"datasource-move-detail",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceInterconnection",entityName:"device-interconnection",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getData",path:"data",hasQuery:!0},{mode:"post",method:"postExport",path:"export"},{mode:"post",method:"postImport",path:"import",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"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",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceParamRef",entityName:"device-param-ref",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"externalMessage",entityName:"external-message",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBatchDownload",path:"batch/download",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postDataPreview",path:"data-preview",hasData:!0},{mode:"post",method:"postUploadCommon",path:"upload-common",hasQuery:!0,hasData:!0},{mode:"post",method:"postUploadDataset",path:"upload-dataset",hasData:!0},{mode:"post",method:"postUploadImage",path:"upload/image",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:"",hasPathParams:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExternalLangSync",path:"external/lang/sync"},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0},{mode:"post",method:"postLangJson",path:"lang/json",hasQuery:!0},{mode:"post",method:"postLangTrans",path:"lang/trans",hasQuery:!0},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0,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:"",hasPathParams:!0,hasData:!0}]},{name:"knowledgeBaseChunk",entityName:"knowledge-base-chunk",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"knowledgeBaseDoc",entityName:"knowledge-base-doc",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"ldap",entityName:"ldap",apis:[{mode:"post",method:"postUploadCertificate",path:"upload/certificate",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}]},{name:"login",entityName:"login",apis:[{mode:"post",method:"postCheckApp",path:"checkApp",hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasData:!0},{mode:"post",method:"postSign",path:"sign",hasData:!0},{mode:"get",method:"getSignOut",path:"signOut",hasQuery:!0},{mode:"get",method:"getUserAppAuth",path:"userAppAuth",hasQuery:!0}]},{name:"manager",entityName:"manager",apis:[{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetTypeCount",path:"getTypeCount"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMqttSend",path:"mqtt/send",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSendEmailMessage",path:"sendEmailMessage",hasData:!0},{mode:"post",method:"postSendMessage",path:"sendMessage",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"minioFile",entityName:"minio-file",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasData:!0},{mode:"get",method:"getDownload",path:"download",hasQuery:!0}]},{name:"model",entityName:"model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelProvider",entityName:"model-provider",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"navMenu",entityName:"nav-menu",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSelected",path:"getSelected"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"navPage",entityName:"nav-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"openapiGroup",entityName:"openapi-group",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoAssociationModel",path:"info/associationModel",hasQuery:!0},{mode:"get",method:"getInfoOpenapiInfo",path:"info/openapi/info",hasQuery:!0},{mode:"get",method:"getInfoPageList",path:"info/page/list",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListDownload",path:"list/download",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"openapiKeyGrant",entityName:"openapi-key-grant",apis:[{mode:"post",method:"post",path:""},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOpenapiList",path:"openapi/list",hasQuery:!0},{mode:"get",method:"getOpenapiTenantList",path:"openapi/tenantList"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"org",entityName:"org",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"post",method:"postInputCheck",path:"inputCheck",hasData:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postOrgHavePersonCheck",path:"orgHavePersonCheck",hasData:!0},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0},{mode:"get",method:"getUserListCurrentTenantUser",path:"user/listCurrentTenantUser",hasQuery:!0},{mode:"post",method:"postUserMove",path:"user/move",hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0},{mode:"post",method:"postUserRemove",path:"user/remove",hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"orgUserPicker",entityName:"org-user-picker",apis:[{mode:"get",method:"getManagementUserListByIds",path:"management/user/listByIds",hasQuery:!0},{mode:"get",method:"getTenantManagementOrgList",path:"tenant/management/org/list"},{mode:"get",method:"getTenantManagementOrgUserPageList",path:"tenant/management/org/user/page/list",hasQuery:!0},{mode:"get",method:"getTenantManagementUserListByIds",path:"tenant/management/user/listByIds",hasQuery:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"get",method:"getAppGlobalInfoAppId",path:"app/global/info/{appId}",hasPathParams:!0},{mode:"post",method:"postAppGlobalAppId",path:"app/global/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBase",path:"base",hasData:!0},{mode:"post",method:"postDingtalk",path:"dingtalk",hasData:!0},{mode:"post",method:"postEmail",path:"email",hasData:!0},{mode:"post",method:"postFeishu",path:"feishu",hasData:!0},{mode:"get",method:"getGlobalDisabledDevelop",path:"global/disabled/develop"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postLogin",path:"login",hasData:!0},{mode:"post",method:"postOrg",path:"org",hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasData:!0},{mode:"get",method:"getTenantCfg",path:"tenant/cfg"},{mode:"get",method:"getTenantDisabledDevelop",path:"tenant/disabled/develop",hasQuery:!0},{mode:"post",method:"postTheme",path:"theme",hasData:!0},{mode:"post",method:"postUploadCertFile",path:"uploadCertFile",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:"",hasPathParams:!0,hasData:!0}]},{name:"pluginVersion",entityName:"plugin-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDelegate",entityName:"pm-process-delegate",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDelegateDetail",entityName:"pm-process-delegate-detail",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessInstance",entityName:"pm-process-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmTaskDone",entityName:"pm-task-done",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmTaskTodo",entityName:"pm-task-todo",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pnPage",entityName:"pn-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pnProject",entityName:"pn-project",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"post",method:"postImport",path:"import",hasQuery:!0,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:"",hasPathParams:!0,hasData:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"printResource",entityName:"print-resource",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetIpAddressStatus",path:"getIpAddressStatus",hasQuery:!0},{mode:"get",method:"getGetPrintCount",path:"getPrintCount"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByMacAddress",path:"listByMacAddress",hasQuery:!0},{mode:"post",method:"postPrintTest",path:"printTest"},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasData:!0},{mode:"put",method:"putUpdateRemarkId",path:"updateRemark/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"released",entityName:"released",apis:[{mode:"delete",method:"deleteAppDeletePublishedAppByTestId",path:"app/deletePublishedAppByTestId",hasQuery:!0},{mode:"put",method:"putAppDisableAppId",path:"app/disable/{appId}",hasPathParams:!0},{mode:"put",method:"putAppEnableAppId",path:"app/enable/{appId}",hasPathParams:!0},{mode:"get",method:"getAppPublishedAppGetById",path:"app/publishedApp/getById",hasQuery:!0},{mode:"get",method:"getAppPublishedAppList",path:"app/publishedApp/list",hasQuery:!0}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"get",method:"getPlatList",path:"plat/list",hasQuery:!0},{mode:"post",method:"postPlatRemove",path:"plat/remove",hasData:!0},{mode:"post",method:"postPlatSingle",path:"plat/single",hasData:!0},{mode:"get",method:"getTenantList",path:"tenant/list",hasQuery:!0},{mode:"post",method:"postTenantRemove",path:"tenant/remove",hasData:!0},{mode:"post",method:"postTenantSingle",path:"tenant/single",hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPlat",path:"plat",hasData:!0},{mode:"delete",method:"deletePlat",path:"plat",hasQuery:!0},{mode:"get",method:"getPlatInfo",path:"plat/info",hasQuery:!0},{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0},{mode:"put",method:"putPlatIdEnabled",path:"plat/{id}/{enabled}",hasPathParams:!0},{mode:"post",method:"postTenant",path:"tenant",hasData:!0},{mode:"delete",method:"deleteTenant",path:"tenant",hasQuery:!0},{mode:"get",method:"getTenantInfo",path:"tenant/info",hasQuery:!0},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0},{mode:"put",method:"putTenantIdEnabled",path:"tenant/{id}/{enabled}",hasPathParams:!0}]},{name:"sealManagement",entityName:"seal-management",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCheckName",path:"checkName",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUpdatePassword",path:"updatePassword",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"seatMessage",entityName:"seat-message",apis:[{mode:"get",method:"getCloseId",path:"close/{id}",hasPathParams:!0}]},{name:"seat",entityName:"seat",apis:[{mode:"get",method:"getAppGetVisibleOrg",path:"app/getVisibleOrg"},{mode:"post",method:"postAppGetVisibleOrgUser",path:"app/getVisibleOrgUser",hasData:!0},{mode:"get",method:"getAppGetVisibleUser",path:"app/getVisibleUser"},{mode:"post",method:"postAuth",path:"auth"},{mode:"get",method:"getListAuthed",path:"listAuthed",hasQuery:!0},{mode:"get",method:"getListNotAuth",path:"listNotAuth",hasQuery:!0},{mode:"post",method:"postRemoveAuth",path:"removeAuth",hasQuery:!0},{mode:"get",method:"getTotalinfos",path:"totalinfos"}]},{name:"shortcut",entityName:"shortcut",apis:[{mode:"post",method:"postMenu",path:"menu",hasData:!0},{mode:"delete",method:"deleteMenu",path:"menu",hasQuery:!0},{mode:"get",method:"getMenuInfo",path:"menu/info",hasQuery:!0},{mode:"get",method:"getMenuList",path:"menu/list"},{mode:"get",method:"getMenuListAppMenu",path:"menu/list/AppMenu",hasQuery:!0},{mode:"get",method:"getMenuPageList",path:"menu/page/list",hasQuery:!0},{mode:"post",method:"postMenuSaveBatch",path:"menu/saveBatch"},{mode:"put",method:"putMenuId",path:"menu/{id}",hasPathParams:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postOperators",path:"operators",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"sms",entityName:"sms",apis:[{mode:"post",method:"postGetSignsAndTemplates",path:"getSignsAndTemplates",hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasData:!0}]},{name:"startedProcess",entityName:"started-process",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"taskDelegate",entityName:"task-delegate",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelId",path:"cancel/{id}",hasPathParams:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"taskDone",entityName:"task-done",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"taskTodo",entityName:"task-todo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"tenantDeveloper",entityName:"tenant-developer",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postRemoveAndHandover",path:"RemoveAndHandover",hasData:!0},{mode:"get",method:"getGetUserMaintainerApp",path:"getUserMaintainerApp",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"tenant",entityName:"tenant",apis:[{mode:"put",method:"putDisableId",path:"disable/{id}",hasPathParams:!0},{mode:"put",method:"putEnableId",path:"enable/{id}",hasPathParams:!0},{mode:"get",method:"getGetTenantIdByAppId",path:"getTenantIdByAppId",hasQuery:!0},{mode:"get",method:"getGetTencentByDomain",path:"getTencentByDomain",hasQuery:!0},{mode:"get",method:"getInfoByPortOrDomain",path:"info/byPortOrDomain",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postManagementOrg",path:"management/org",hasData:!0},{mode:"delete",method:"deleteManagementOrg",path:"management/org",hasQuery:!0},{mode:"post",method:"postManagementOrgDrag",path:"management/org/drag",hasData:!0},{mode:"get",method:"getManagementOrgInfoId",path:"management/org/info/{id}",hasPathParams:!0},{mode:"get",method:"getManagementOrgList",path:"management/org/list"},{mode:"post",method:"postManagementOrgTransferAndDelete",path:"management/org/transferAndDelete",hasData:!0},{mode:"post",method:"postManagementOrgUserAdd",path:"management/org/user/add",hasData:!0},{mode:"post",method:"postManagementOrgUserCreateAndAdd",path:"management/org/user/createAndAdd",hasData:!0},{mode:"get",method:"getManagementOrgUserInfo",path:"management/org/user/info",hasQuery:!0},{mode:"post",method:"postManagementOrgUserMove",path:"management/org/user/move",hasData:!0},{mode:"get",method:"getManagementOrgUserPageList",path:"management/org/user/page/list",hasQuery:!0},{mode:"post",method:"postManagementOrgUserRemove",path:"management/org/user/remove",hasData:!0},{mode:"post",method:"postManagementOrgUserUpdate",path:"management/org/user/update",hasData:!0},{mode:"put",method:"putManagementOrgId",path:"management/org/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postManagementUser",path:"management/user",hasData:!0},{mode:"delete",method:"deleteManagementUser",path:"management/user",hasData:!0},{mode:"put",method:"putManagementUserDisable",path:"management/user/disable",hasQuery:!0},{mode:"put",method:"putManagementUserEnable",path:"management/user/enable",hasQuery:!0},{mode:"get",method:"getManagementUserInfoId",path:"management/user/info/{id}",hasPathParams:!0},{mode:"get",method:"getManagementUserPageList",path:"management/user/page/list",hasQuery:!0},{mode:"post",method:"postManagementUserRemove",path:"management/user/remove",hasData:!0},{mode:"post",method:"postManagementUserResetDefaultPwd",path:"management/user/reset/default/pwd",hasData:!0},{mode:"post",method:"postManagementUserResetDefaultSignPwd",path:"management/user/reset/default/signPwd",hasData:!0},{mode:"put",method:"putManagementUserId",path:"management/user/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateDomainId",path:"updateDomain/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postUserRole",path:"user-role",hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"user",entityName:"user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info"},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getInfoByIds",path:"infoByIds",hasQuery:!0},{mode:"get",method:"getLastResetPwd",path:"last/reset/pwd"},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByTenantId",path:"listByTenantId",hasQuery:!0},{mode:"post",method:"postOrgPlatImport",path:"org/plat/import",hasQuery:!0,hasData:!0},{mode:"post",method:"postOrgPlatTmpl",path:"org/plat/tmpl",hasData:!0},{mode:"post",method:"postOrgTenantImport",path:"org/tenant/import",hasQuery:!0,hasData:!0},{mode:"post",method:"postOrgTenantImport4App",path:"org/tenant/import4App",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",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",hasData:!0},{mode:"post",method:"postTenantImport4App",path:"tenant/import4App",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:"",hasPathParams:!0,hasData:!0}]},{name:"userExtra",entityName:"user-extra",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userInfoLog",entityName:"user-info-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userPasswordHistory",entityName:"user-password-history",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"workbenchComponent",entityName:"workbench-component",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"workbenchComponentRelation",entityName:"workbench-component-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdatePositionJson",path:"updatePositionJson",hasData:!0},{mode:"put",method:"putWorkbenchComponentActiveId",path:"workbenchComponentActive/{id}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"clearTempDir",entityName:"clearTempDir",apis:[{mode:"post",method:"post",path:""}]},{name:"deleteNotUseDir",entityName:"deleteNotUseDir",apis:[{mode:"post",method:"post",path:""}]},{name:"getAttachmentInfoByPage",entityName:"getAttachmentInfoByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteCompInfo",entityName:"deleteCompInfo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deleteCompInfoType",entityName:"deleteCompInfoType",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllCompInfo",entityName:"getAllCompInfo",apis:[{mode:"get",method:"get",path:""}]},{name:"getAllCompInfoByTypeId",entityName:"getAllCompInfoByTypeId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getAllCompInfoType",entityName:"getAllCompInfoType",apis:[{mode:"get",method:"get",path:""}]},{name:"getCompInfoById",entityName:"getCompInfoById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCompInfoByPage",entityName:"getCompInfoByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getCompInfoTypeById",entityName:"getCompInfoTypeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCompInfoTypeByPage",entityName:"getCompInfoTypeByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"importCompInfoJson",entityName:"importCompInfoJson",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveCompInfo",entityName:"saveCompInfo",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveCompInfoType",entityName:"saveCompInfoType",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteCsvDatasource",entityName:"deleteCsvDatasource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllCsvDatasource",entityName:"getAllCsvDatasource",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getContentToArray",entityName:"getContentToArray",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceById",entityName:"getCsvDatasourceById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceByName",entityName:"getCsvDatasourceByName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceByPage",entityName:"getCsvDatasourceByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"parseCsvOrExcel",entityName:"parseCsvOrExcel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveCsvDatasource",entityName:"saveCsvDatasource",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getDesignerData",entityName:"getDesignerData",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"deleteEchartTheme",entityName:"deleteEchartTheme",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllEchartTheme",entityName:"getAllEchartTheme",apis:[{mode:"get",method:"get",path:""}]},{name:"getEchartThemeById",entityName:"getEchartThemeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getEchartThemeByPage",entityName:"getEchartThemeByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getMyEchartThemes",entityName:"getMyEchartThemes",apis:[{mode:"get",method:"get",path:""}]},{name:"getSysEchartThemes",entityName:"getSysEchartThemes",apis:[{mode:"get",method:"get",path:""}]},{name:"saveEchartTheme",entityName:"saveEchartTheme",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"buildEnshrineCompLibrary",entityName:"buildEnshrineCompLibrary",apis:[{mode:"get",method:"get",path:""}]},{name:"deleteEnshrineComp",entityName:"deleteEnshrineComp",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deleteEnshrineCompGroup",entityName:"deleteEnshrineCompGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllEnshrineCompGroups",entityName:"getAllEnshrineCompGroups",apis:[{mode:"get",method:"get",path:""}]},{name:"getEnshrineCompByPage",entityName:"getEnshrineCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getEnshrineCompGroupById",entityName:"getEnshrineCompGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getEnshrineCompGroupByPage",entityName:"getEnshrineCompGroupByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getLayoutItemObjById",entityName:"getLayoutItemObjById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveEnshrineComp",entityName:"saveEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveEnshrineCompGroup",entityName:"saveEnshrineCompGroup",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"searchEnshrineComp",entityName:"searchEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"get",method:"getAgentScriptAgent",path:"agent/scriptAgent",hasQuery:!0},{mode:"get",method:"getApaasUtilsGetUserMasterOrg",path:"apaas-utils/getUserMasterOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsGetUserMasterOrgId",path:"apaas-utils/getUserMasterOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllOrgId",path:"apaas-utils/listUserAllOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllOrgIdIncludeParent",path:"apaas-utils/listUserAllOrgIdIncludeParent",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllPrincipalOrgId",path:"apaas-utils/listUserAllPrincipalOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserDirectSubordinate",path:"apaas-utils/listUserDirectSubordinate",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderOrg",path:"apaas-utils/listUserIdUnderOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllOrg",path:"apaas-utils/listUserIdUnderUserAllOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllPrincipalOrg",path:"apaas-utils/listUserIdUnderUserAllPrincipalOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserMasterOrg",path:"apaas-utils/listUserIdUnderUserMasterOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsPrintDropdownList",path:"apaas-utils/printDropdownList"},{mode:"get",method:"getApaasUtilsSearchAllOrgOrUser",path:"apaas-utils/searchAllOrgOrUser",hasQuery:!0},{mode:"post",method:"postAppGrantedUser",path:"app-granted-user",hasQuery:!0,hasData:!0},{mode:"post",method:"postAppGrantedUserBatch",path:"app-granted-user/batch",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppGrantedUserFindAllByDeleted",path:"app-granted-user/findAllByDeleted",hasQuery:!0},{mode:"get",method:"getAppGrantedUserGrantedStatistic",path:"app-granted-user/grantedStatistic",hasQuery:!0},{mode:"get",method:"getAppGrantedUserList",path:"app-granted-user/list",hasQuery:!0},{mode:"get",method:"getAppGrantedUserPageList",path:"app-granted-user/page/list",hasQuery:!0},{mode:"get",method:"getAppGrantedUserRemoveAndTransfer",path:"app-granted-user/removeAndTransfer",hasQuery:!0},{mode:"get",method:"getAppGrantedUserUngrantedList",path:"app-granted-user/ungranted/list",hasQuery:!0},{mode:"get",method:"getAppSettingInfoByAppId",path:"app-setting/infoByAppId",hasQuery:!0},{mode:"get",method:"getAppFindAllByTenantId",path:"app/findAllByTenantId"},{mode:"get",method:"getAppGetDestBySource",path:"app/getDestBySource",hasQuery:!0},{mode:"get",method:"getAppGetSourceByDest",path:"app/getSourceByDest",hasQuery:!0},{mode:"get",method:"getAppListAppGrantedUserId",path:"app/listAppGrantedUserId",hasQuery:!0},{mode:"post",method:"postAppLockOrUnlockToPaas",path:"app/lockOrUnlockToPaas",hasData:!0},{mode:"post",method:"postAppOrg",path:"app/org",hasData:!0},{mode:"delete",method:"deleteAppOrg",path:"app/org",hasQuery:!0},{mode:"post",method:"postAppOrgDrag",path:"app/org/drag",hasData:!0},{mode:"get",method:"getAppOrgInfoId",path:"app/org/info/{id}",hasPathParams:!0},{mode:"get",method:"getAppOrgList",path:"app/org/list"},{mode:"post",method:"postAppOrgSaveList",path:"app/org/save-list"},{mode:"post",method:"postAppOrgTransferAndDelete",path:"app/org/transferAndDelete",hasData:!0},{mode:"post",method:"postAppOrgUserAdd",path:"app/org/user/add",hasData:!0},{mode:"post",method:"postAppOrgUserCreateAndAdd",path:"app/org/user/createAndAdd",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppOrgUserInfo",path:"app/org/user/info",hasQuery:!0},{mode:"post",method:"postAppOrgUserMove",path:"app/org/user/move",hasData:!0},{mode:"post",method:"postAppOrgUserPageList",path:"app/org/user/page/list",hasData:!0},{mode:"post",method:"postAppOrgUserRemove",path:"app/org/user/remove",hasData:!0},{mode:"post",method:"postAppOrgUserUpdate",path:"app/org/user/update",hasData:!0},{mode:"put",method:"putAppOrgId",path:"app/org/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getAppProdPublished",path:"app/prodPublished"},{mode:"get",method:"getAppPublished",path:"app/published"},{mode:"get",method:"getAppTestPublished",path:"app/testPublished"},{mode:"post",method:"postAppUpdateApaasAppSetting",path:"app/updateApaasAppSetting",hasData:!0},{mode:"post",method:"postAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"put",method:"putAppUserDisable",path:"app/user/disable",hasQuery:!0},{mode:"put",method:"putAppUserEnable",path:"app/user/enable",hasQuery:!0},{mode:"get",method:"getAppUserInfoId",path:"app/user/info/{id}",hasPathParams:!0},{mode:"post",method:"postAppUserPageList",path:"app/user/page/list",hasData:!0},{mode:"post",method:"postAppUserRemove",path:"app/user/remove",hasData:!0},{mode:"post",method:"postAppUserResetDefaultPwd",path:"app/user/reset/default/pwd",hasData:!0},{mode:"post",method:"postAppUserResetDefaultSignPwd",path:"app/user/reset/default/signPwd",hasData:!0},{mode:"post",method:"postAppUserSaveList",path:"app/user/save-list",hasQuery:!0},{mode:"put",method:"putAppUserId",path:"app/user/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDataSourceExecuteSelect",path:"data-source/executeSelect",hasQuery:!0},{mode:"post",method:"postDataSourceExecuteUpdate",path:"data-source/executeUpdate",hasData:!0},{mode:"get",method:"getDataSourceFindByKeyAndEnv",path:"data-source/findByKeyAndEnv",hasQuery:!0},{mode:"post",method:"postDataSourcePageList",path:"data-source/page/list",hasData:!0},{mode:"get",method:"getDataSourceQueryData",path:"data-source/queryData",hasQuery:!0},{mode:"post",method:"postDataSourceSelect",path:"data-source/select",hasQuery:!0,hasData:!0},{mode:"get",method:"getDataSourceType",path:"data-source/type",hasQuery:!0},{mode:"delete",method:"deleteDevopsSbx",path:"devops/sbx",hasQuery:!0},{mode:"get",method:"getDevopsSbxRedoData",path:"devops/sbx/redo/data",hasQuery:!0},{mode:"post",method:"postFileTaskList",path:"file-task/list"},{mode:"post",method:"postFileTaskStatus",path:"file-task/status",hasData:!0},{mode:"post",method:"postFileTaskSubmit",path:"file-task/submit",hasData:!0},{mode:"get",method:"getKnowledgeBaseFindByIds",path:"knowledge-base/findByIds",hasQuery:!0},{mode:"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:"getLoginSsoOauth2Authorize",path:"login/sso/oauth2/authorize",hasQuery:!0},{mode:"get",method:"getLoginSsoOauth2Debug",path:"login/sso/oauth2/debug"},{mode:"get",method:"getModelInfo",path:"model/info",hasQuery:!0},{mode:"get",method:"getMsgFindAllByType",path:"msg/findAllByType",hasQuery:!0},{mode:"post",method:"postMsgSendEmailMessage",path:"msg/sendEmailMessage",hasData:!0},{mode:"post",method:"postMsgSendMessage",path:"msg/sendMessage",hasData:!0},{mode:"post",method:"postOpenapiGroup",path:"openapi-group",hasData:!0},{mode:"put",method:"putOpenapiGroupEnabled",path:"openapi-group/enabled",hasQuery:!0},{mode:"put",method:"putOpenapiGroupOpened",path:"openapi-group/opened",hasQuery:!0},{mode:"put",method:"putOpenapiKeyGrantUpdateApi",path:"openapi-key-grant/updateApi",hasQuery:!0},{mode:"get",method:"getOrgUserPickerAppGetCanBeUsedOrg",path:"org-user-picker/app/getCanBeUsedOrg",hasQuery:!0},{mode:"post",method:"postOrgUserPickerAppGetCanBeUsedOrgUser",path:"org-user-picker/app/getCanBeUsedOrgUser",hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleOrg",path:"org-user-picker/app/getVisibleOrg",hasQuery:!0},{mode:"post",method:"postOrgUserPickerAppGetVisibleOrgUser",path:"org-user-picker/app/getVisibleOrgUser",hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleUser",path:"org-user-picker/app/getVisibleUser",hasQuery:!0},{mode:"get",method:"getOrgUserPickerAppListUserByIds",path:"org-user-picker/app/listUserByIds",hasQuery:!0},{mode:"post",method:"postOrgFindAllByIdIn",path:"org/findAllByIdIn"},{mode:"get",method:"getOrgInfoId",path:"org/info/{id}",hasPathParams:!0},{mode:"post",method:"postOrgList",path:"org/list",hasQuery:!0},{mode:"get",method:"getOrgListAll",path:"org/listAll"},{mode:"post",method:"postOrgPrincipals",path:"org/principals"},{mode:"get",method:"getPlatAppGlobalInfoAppId",path:"plat/app/global/info/{appId}",hasPathParams:!0},{mode:"post",method:"postPlatAppGlobalAppId",path:"plat/app/global/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postPlatBase",path:"plat/base",hasData:!0},{mode:"post",method:"postPlatOrg",path:"plat/org",hasData:!0},{mode:"post",method:"postPlatSecurity",path:"plat/security",hasData:!0},{mode:"post",method:"postPrintLogPageList",path:"print-log/page/list",hasData:!0},{mode:"get",method:"getPrintBtwFileTree",path:"print/btwFileTree"},{mode:"get",method:"getPrintBtwTmplExist",path:"print/btwTmplExist",hasQuery:!0},{mode:"get",method:"getPrintExchangePrinterName",path:"print/exchangePrinterName",hasQuery:!0},{mode:"post",method:"postPrintExchangePrinterName4Btw",path:"print/exchangePrinterName4Btw"},{mode:"post",method:"postPrintSendPrintData",path:"print/sendPrintData",hasData:!0},{mode:"delete",method:"deleteRegexpDelete",path:"regexp/delete",hasQuery:!0},{mode:"get",method:"getRegexpInfo",path:"regexp/info",hasQuery:!0},{mode:"get",method:"getRegexpList",path:"regexp/list"},{mode:"get",method:"getRegexpPageList",path:"regexp/page/list",hasQuery:!0},{mode:"post",method:"postRegexpSave",path:"regexp/save",hasData:!0},{mode:"put",method:"putRegexpUpdateId",path:"regexp/update/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postReportDataExport",path:"report-data/export",hasData:!0},{mode:"get",method:"getReportDataInfo",path:"report-data/info",hasQuery:!0},{mode:"post",method:"postReportDataList",path:"report-data/list",hasData:!0},{mode:"get",method:"getReportDataPageInfo",path:"report-data/page-info",hasQuery:!0},{mode:"get",method:"getReportDataProjectInfo",path:"report-data/project-info",hasQuery:!0},{mode:"post",method:"postReportDetailDetail",path:"report-detail/detail",hasData:!0},{mode:"post",method:"postReportDetailListStatistic",path:"report-detail/listStatistic",hasData:!0},{mode:"post",method:"postSignLogOperators",path:"signLog/operators",hasData:!0},{mode:"post",method:"postSignLogPageList",path:"signLog/page/list",hasData:!0},{mode:"get",method:"getTenantInfoByPortOrDomain",path:"tenant/info/byPortOrDomain",hasQuery:!0},{mode:"get",method:"getTenantOrgList",path:"tenant/org/list",hasQuery:!0},{mode:"post",method:"postTenantUserSyncFromThirdParty",path:"tenant/userSyncFromThirdParty",hasData:!0},{mode:"get",method:"getUserOrgPrincipal",path:"user/org/principal",hasQuery:!0},{mode:"post",method:"postUserOrgPrincipals",path:"user/org/principals",hasQuery:!0}]},{name:"copyFilter",entityName:"copyFilter",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteFilter",entityName:"deleteFilter",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllFilter",entityName:"getAllFilter",apis:[{mode:"get",method:"get",path:""}]},{name:"getFilterById",entityName:"getFilterById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveFilter",entityName:"saveFilter",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"httpQuery",entityName:"httpQuery",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"clearLogLogin",entityName:"clearLogLogin",apis:[{mode:"post",method:"post",path:""}]},{name:"getLogLoginByPage",entityName:"getLogLoginByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"clearLogOperate",entityName:"clearLogOperate",apis:[{mode:"post",method:"post",path:""}]},{name:"deleteLogOperateById",entityName:"deleteLogOperateById",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getPnLogOperateByPage",entityName:"getPnLogOperateByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"uncompressLogOperateLayoutStr",entityName:"uncompressLogOperateLayoutStr",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteMapGeoJson",entityName:"deleteMapGeoJson",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAdCodeByAliasName",entityName:"getAdCodeByAliasName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getGeoJsonByAdCode",entityName:"getGeoJsonByAdCode",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapBaseInfoByLevel",entityName:"getMapBaseInfoByLevel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapGeoJsonById",entityName:"getMapGeoJsonById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapGeoJsonByPage",entityName:"getMapGeoJsonByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveMapGeoJson",entityName:"saveMapGeoJson",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePageSnapshoot",entityName:"deletePageSnapshoot",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getPageSnapshootByEnabled",entityName:"getPageSnapshootByEnabled",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageSnapshootById",entityName:"getPageSnapshootById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageSnapshootsByPageId",entityName:"getPageSnapshootsByPageId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"savePageSnapshoot",entityName:"savePageSnapshoot",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"setPageSnapshootEnabled",entityName:"setPageSnapshootEnabled",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"setPageSnapshootEnabledByPageId",entityName:"setPageSnapshootEnabledByPageId",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"attachmentResourceTransfer",entityName:"attachmentResourceTransfer",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePageTemplate",entityName:"deletePageTemplate",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"exportTemplate",entityName:"exportTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!0},{mode:"head",method:"head",path:"",hasQuery:!0},{mode:"post",method:"post",path:"",hasQuery:!0},{mode:"put",method:"put",path:"",hasQuery:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"options",method:"options",path:"",hasQuery:!0},{mode:"patch",method:"patch",path:"",hasQuery:!0}]},{name:"getAllPageTemplate",entityName:"getAllPageTemplate",apis:[{mode:"get",method:"get",path:""}]},{name:"getPageTemplateById",entityName:"getPageTemplateById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageTemplateByPage",entityName:"getPageTemplateByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTemplateForCreatePageForm",entityName:"getPageTemplateForCreatePageForm",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTemplateLayout",entityName:"getPageTemplateLayout",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageTemplateThemeJson",entityName:"getPageTemplateThemeJson",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"importTemplate",entityName:"importTemplate",apis:[{mode:"get",method:"get",path:""},{mode:"head",method:"head",path:""},{mode:"post",method:"post",path:""},{mode:"put",method:"put",path:""},{mode:"delete",method:"delete",path:""},{mode:"options",method:"options",path:""},{mode:"patch",method:"patch",path:""}]},{name:"savePageTemplate",entityName:"savePageTemplate",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"toggleEnabled",entityName:"toggleEnabled",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePnResource",entityName:"deletePnResource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deletePnResourceGroup",entityName:"deletePnResourceGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getMyAllPnResourceGroup",entityName:"getMyAllPnResourceGroup",apis:[{mode:"get",method:"get",path:""}]},{name:"getMyPnResourceByPage",entityName:"getMyPnResourceByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPnResourceGroupById",entityName:"getPnResourceGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"resourceTransferToPage",entityName:"resourceTransferToPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"savePnResourceGroup",entityName:"savePnResourceGroup",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"uploadFiles",entityName:"uploadFiles",apis:[{mode:"get",method:"get",path:"",hasQuery:!0},{mode:"head",method:"head",path:"",hasQuery:!0},{mode:"post",method:"post",path:"",hasQuery:!0},{mode:"put",method:"put",path:"",hasQuery:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"options",method:"options",path:"",hasQuery:!0},{mode:"patch",method:"patch",path:"",hasQuery:!0}]},{name:"getMyShareCustomCompByPage",entityName:"getMyShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getShareCustomCompById",entityName:"getShareCustomCompById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getShareCustomCompByPage",entityName:"getShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveShareCustomComp",entityName:"saveShareCustomComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTotalCount",entityName:"getPageTotalCount",apis:[{mode:"get",method:"get",path:""}]},{name:"getProjectTotalCount",entityName:"getProjectTotalCount",apis:[{mode:"get",method:"get",path:""}]}];function R(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}var f,L;function O(){if(L)return f;L=1;function a(o){if(typeof o!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(o))}function r(o,e){for(var t="",h=0,d=-1,m=0,p,u=0;u<=o.length;++u){if(u<o.length)p=o.charCodeAt(u);else{if(p===47)break;p=47}if(p===47){if(!(d===u-1||m===1))if(d!==u-1&&m===2){if(t.length<2||h!==2||t.charCodeAt(t.length-1)!==46||t.charCodeAt(t.length-2)!==46){if(t.length>2){var g=t.lastIndexOf("/");if(g!==t.length-1){g===-1?(t="",h=0):(t=t.slice(0,g),h=t.length-1-t.lastIndexOf("/")),d=u,m=0;continue}}else if(t.length===2||t.length===1){t="",h=0,d=u,m=0;continue}}e&&(t.length>0?t+="/..":t="..",h=2)}else t.length>0?t+="/"+o.slice(d+1,u):t=o.slice(d+1,u),h=u-d-1;d=u,m=0}else p===46&&m!==-1?++m:m=-1}return t}function i(o,e){var t=e.dir||e.root,h=e.base||(e.name||"")+(e.ext||"");return t?t===e.root?t+h:t+o+h:h}var s={resolve:function(){for(var e="",t=!1,h,d=arguments.length-1;d>=-1&&!t;d--){var m;d>=0?m=arguments[d]:(h===void 0&&(h=process.cwd()),m=h),a(m),m.length!==0&&(e=m+"/"+e,t=m.charCodeAt(0)===47)}return e=r(e,!t),t?e.length>0?"/"+e:"/":e.length>0?e:"."},normalize:function(e){if(a(e),e.length===0)return".";var t=e.charCodeAt(0)===47,h=e.charCodeAt(e.length-1)===47;return e=r(e,!t),e.length===0&&!t&&(e="."),e.length>0&&h&&(e+="/"),t?"/"+e:e},isAbsolute:function(e){return a(e),e.length>0&&e.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var e,t=0;t<arguments.length;++t){var h=arguments[t];a(h),h.length>0&&(e===void 0?e=h:e+="/"+h)}return e===void 0?".":s.normalize(e)},relative:function(e,t){if(a(e),a(t),e===t||(e=s.resolve(e),t=s.resolve(t),e===t))return"";for(var h=1;h<e.length&&e.charCodeAt(h)===47;++h);for(var d=e.length,m=d-h,p=1;p<t.length&&t.charCodeAt(p)===47;++p);for(var u=t.length,g=u-p,y=m<g?m:g,l=-1,n=0;n<=y;++n){if(n===y){if(g>y){if(t.charCodeAt(p+n)===47)return t.slice(p+n+1);if(n===0)return t.slice(p+n)}else m>y&&(e.charCodeAt(h+n)===47?l=n:n===0&&(l=0));break}var I=e.charCodeAt(h+n),M=t.charCodeAt(p+n);if(I!==M)break;I===47&&(l=n)}var c="";for(n=h+l+1;n<=d;++n)(n===d||e.charCodeAt(n)===47)&&(c.length===0?c+="..":c+="/..");return c.length>0?c+t.slice(p+l):(p+=l,t.charCodeAt(p)===47&&++p,t.slice(p))},_makeLong:function(e){return e},dirname:function(e){if(a(e),e.length===0)return".";for(var t=e.charCodeAt(0),h=t===47,d=-1,m=!0,p=e.length-1;p>=1;--p)if(t=e.charCodeAt(p),t===47){if(!m){d=p;break}}else m=!1;return d===-1?h?"/":".":h&&d===1?"//":e.slice(0,d)},basename:function(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');a(e);var h=0,d=-1,m=!0,p;if(t!==void 0&&t.length>0&&t.length<=e.length){if(t.length===e.length&&t===e)return"";var u=t.length-1,g=-1;for(p=e.length-1;p>=0;--p){var y=e.charCodeAt(p);if(y===47){if(!m){h=p+1;break}}else g===-1&&(m=!1,g=p+1),u>=0&&(y===t.charCodeAt(u)?--u===-1&&(d=p):(u=-1,d=g))}return h===d?d=g:d===-1&&(d=e.length),e.slice(h,d)}else{for(p=e.length-1;p>=0;--p)if(e.charCodeAt(p)===47){if(!m){h=p+1;break}}else d===-1&&(m=!1,d=p+1);return d===-1?"":e.slice(h,d)}},extname:function(e){a(e);for(var t=-1,h=0,d=-1,m=!0,p=0,u=e.length-1;u>=0;--u){var g=e.charCodeAt(u);if(g===47){if(!m){h=u+1;break}continue}d===-1&&(m=!1,d=u+1),g===46?t===-1?t=u:p!==1&&(p=1):t!==-1&&(p=-1)}return t===-1||d===-1||p===0||p===1&&t===d-1&&t===h+1?"":e.slice(t,d)},format:function(e){if(e===null||typeof e!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return i("/",e)},parse:function(e){a(e);var t={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return t;var h=e.charCodeAt(0),d=h===47,m;d?(t.root="/",m=1):m=0;for(var p=-1,u=0,g=-1,y=!0,l=e.length-1,n=0;l>=m;--l){if(h=e.charCodeAt(l),h===47){if(!y){u=l+1;break}continue}g===-1&&(y=!1,g=l+1),h===46?p===-1?p=l:n!==1&&(n=1):p!==-1&&(n=-1)}return p===-1||g===-1||n===0||n===1&&p===g-1&&p===u+1?g!==-1&&(u===0&&d?t.base=t.name=e.slice(1,g):t.base=t.name=e.slice(u,g)):(u===0&&d?(t.name=e.slice(1,p),t.base=e.slice(1,g)):(t.name=e.slice(u,p),t.base=e.slice(u,g)),t.ext=e.slice(p,g)),u>0?t.dir=e.slice(0,u-1):d&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};return s.posix=s,f=s,f}var k=O(),P=R(k),A=(a=>(a[a.SUCCESS=200]="SUCCESS",a[a.ERROR=-1]="ERROR",a[a.TIMEOUT=401]="TIMEOUT",a.TYPE="success",a))(A||{}),v=(a=>(a.GET="GET",a.POST="POST",a.PUT="PUT",a.DELETE="DELETE",a))(v||{}),Q=(a=>(a.JSON="application/json;charset=UTF-8",a.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",a.FORM_DATA="multipart/form-data;charset=UTF-8",a))(Q||{}),C=(a=>(a.submit="post",a.listByIds="get",a.getone="post",a.listAll="post",a.listByPage="post",a.listTree="post",a.save="post",a.saveOrUpdate="post",a.saveBatch="post",a.importData="post",a.exportData="post",a.remove="post",a.removeById="delete",a.removeByIds="delete",a.update="put",a.updateById="put",a.updateByIds="put",a.rdoSave="post",a.rdoListAll="post",a.rdoListByPage="post",a.rdoListVersionById="get",a.rdoSaveVersion="post",a.rdoSaveBatch="post",a.rdoUpdateVersionById="put",a.rdoRemoveVersionById="delete",a.rdoRemoveById="delete",a.rdoGetVersionById="get",a.getOne="post",a.rdoGetVersionByRefId="post",a.getById="get",a.rdoListAllVersion="post",a.rdoRefListByPage="post",a.export="post",a.import="post",a.rdoExport="post",a.rdoImport="post",a.biz_search="post",a))(C||{});class b extends Error{code;data;subCode;subMessage;constructor(r){super(r.message),this.name="BackendError",this.code=r.code,this.data=r.data,this.subCode=r.subCode,this.subMessage=r.subMessage}}const N=U.create();class D{static use(r){r(N)}static get(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"GET"})}static post(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"POST"})}static put(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"PUT"})}static delete(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"DELETE"})}static options(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"OPTIONS"})}static patch(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"PATCH"})}static head(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"HEAD"})}static upload(r,i={},s={},o={},e={}){const t=new FormData,{name:h,filename:d,file:m}=s;if((Array.isArray(m)?m:[m]).forEach(u=>{d?t.append(h||"file",u,d):t.append(h||"file",u)}),s.data)for(const[u,g]of Object.entries(s.data))g!=null&&(Array.isArray(g)&&g.forEach(y=>{t.append(`${u}[]`,y)}),t.append(u,g));return this.request(r,i,t,o,{...e,method:"POST",headers:{"Content-Type":Q.FORM_DATA,...e.headers}})}static transformUrl(r,i){let s=r;for(const[o,e]of Object.entries(i))s=s.replace(`{${o}}`,encodeURIComponent(String(e)));return s}static async request(r,i,s,o,e={}){const t=await N.request({url:this.transformUrl(r,i||{}),data:s instanceof FormData?s:JSON.stringify(s||{}),params:o,timeout:12e4,headers:{"Content-Type":Q.JSON,...e.headers},...e});if(t.status>=200&&t.status<300){const h=t.data;if(h.ok===!0)return h.data;throw new b(h)}throw t}}class w{constructor(r,i){return this.url=r,new Proxy(this,{get(s,o){if(!(o in s)){const e=i.apis.find(t=>t.method===o);if(e){const t=`_${e.mode}`;e.hasPathParams&&e.hasData&&e.hasQuery?s[o]=(h,d,m,p)=>s[t](e.path,h,d,m,p):e.hasPathParams&&e.hasData?s[o]=function(h,d,m){return s[t](e.path,h,void 0,d,m)}:e.hasPathParams&&e.hasQuery?s[o]=function(h,d,m){return s[t](e.path,h,d,void 0,m)}:e.hasPathParams?s[o]=function(h,d){return s[t](e.path,h,void 0,void 0,d)}:e.hasData&&e.hasQuery?s[o]=function(h,d,m){return s[t](e.path,void 0,h,d,m)}:e.hasData?s[o]=function(h,d){return s[t](e.path,void 0,void 0,h,d)}:e.hasQuery?s[o]=function(h,d){return s[t](e.path,void 0,h,void 0,d)}:s[o]=function(h){return s[t](e.path,void 0,void 0,void 0,h)}}}return s[o]}})}_put(r,i,s,o,e){return D.put(P.join(this.url,r),i,o,s,e)}_get(r,i,s,o,e){return D.get(P.join(this.url,r),i,o,s,e)}_delete(r,i,s,o,e){return D.delete(P.join(this.url,r),i,o,s,e)}_post(r,i,s,o,e){return D.post(P.join(this.url,r),i,o,s,e)}_options(r,i,s,o,e){return D.options(P.join(this.url,r),i,o,s,e)}_patch(r,i,s,o,e){return D.patch(P.join(this.url,r),i,o,s,e)}_head(r,i,s,o,e){return D.head(P.join(this.url,r),i,o,s,e)}}class B{constructor(r,i){return new Proxy(this,{get(s,o){const e=i.find(t=>t.name===o);if(e)return o in s||(s[o]=new w(P.join(r,e.entityName),e)),s[o]}})}}const G={apaas:new B("/gct-apaas/api",T),platform:new B("/gct-platform/api",S)};export{b as BackendError,C as BizServiceEnum,Q as ContentTypeEnum,D as HttpUtil,v as RequestEnum,A as ResultEnum,G as api};