@gct-paas/api 0.1.4-test.0 → 0.1.6-dev.0

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 (301) hide show
  1. package/dist/index.esm.min.js +4 -1
  2. package/dist/index.system.min.js +4 -1
  3. package/es/apaas/service/api-config.mjs +111 -89
  4. package/es/apaas/service/apis/api.service.d.ts +32 -41
  5. package/es/apaas/service/apis/app-branch.service.d.ts +3 -3
  6. package/es/apaas/service/apis/app-global-settings.service.d.ts +3 -7
  7. package/es/apaas/service/apis/app-granted-user.service.d.ts +2 -2
  8. package/es/apaas/service/apis/app-org.service.d.ts +3 -3
  9. package/es/apaas/service/apis/app-publish-log.service.d.ts +3 -3
  10. package/es/apaas/service/apis/app-user.service.d.ts +3 -3
  11. package/es/apaas/service/apis/approval-log.service.d.ts +3 -3
  12. package/es/apaas/service/apis/audit-log.service.d.ts +3 -3
  13. package/es/apaas/service/apis/basic-config.service.d.ts +2 -2
  14. package/es/apaas/service/apis/biz-event.service.d.ts +4 -4
  15. package/es/apaas/service/apis/biz-process-definition-version.service.d.ts +3 -3
  16. package/es/apaas/service/apis/biz-process-definition.service.d.ts +4 -4
  17. package/es/apaas/service/apis/biz-service-crud.service.d.ts +5 -5
  18. package/es/apaas/service/apis/biz-service.service.d.ts +4 -5
  19. package/es/apaas/service/apis/category-relation.service.d.ts +2 -2
  20. package/es/apaas/service/apis/category.service.d.ts +6 -6
  21. package/es/apaas/service/apis/chat.service.d.ts +1 -1
  22. package/es/apaas/service/apis/commit-log.service.d.ts +6 -6
  23. package/es/apaas/service/apis/common-info-card.service.d.ts +3 -3
  24. package/es/apaas/service/apis/control-config.service.d.ts +5 -5
  25. package/es/apaas/service/apis/customer-complaint.service.d.ts +4 -4
  26. package/es/apaas/service/apis/dashboard.service.d.ts +4 -4
  27. package/es/apaas/service/apis/data-model.service.d.ts +7 -8
  28. package/es/apaas/service/apis/data-source.service.d.ts +5 -1
  29. package/es/apaas/service/apis/data-trace.service.d.ts +2 -2
  30. package/es/apaas/service/apis/designer-common.service.d.ts +10 -10
  31. package/es/apaas/service/apis/designer-lock.service.d.ts +1 -1
  32. package/es/apaas/service/apis/designer-operate-log.service.d.ts +1 -1
  33. package/es/apaas/service/apis/dhr.service.d.ts +1 -1
  34. package/es/apaas/service/apis/doc-control-started.service.d.ts +4 -4
  35. package/es/apaas/service/apis/doc-control-task-done.service.d.ts +3 -3
  36. package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +4 -4
  37. package/es/apaas/service/apis/doc-control.service.d.ts +2 -2
  38. package/es/apaas/service/apis/doc-outline.service.d.ts +9 -9
  39. package/es/apaas/service/apis/document.service.d.ts +7 -7
  40. package/es/apaas/service/apis/edhr-category.service.d.ts +3 -3
  41. package/es/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +4 -4
  42. package/es/apaas/service/apis/edhr-instance-relation.service.d.ts +3 -3
  43. package/es/apaas/service/apis/edhr-instance-search-history.service.d.ts +2 -2
  44. package/es/apaas/service/apis/edhr-instance.service.d.ts +19 -7
  45. package/es/apaas/service/apis/edhr-tmpl.service.d.ts +5 -5
  46. package/es/apaas/service/apis/ele-search.service.d.ts +1 -1
  47. package/es/apaas/service/apis/enum-model-field.service.d.ts +10 -2
  48. package/es/apaas/service/apis/enum-model.service.d.ts +2 -2
  49. package/es/apaas/service/apis/event-log.service.d.ts +3 -3
  50. package/es/apaas/service/apis/event.service.d.ts +4 -4
  51. package/es/apaas/service/apis/excel-tmpl.service.d.ts +7 -7
  52. package/es/apaas/service/apis/excel.service.d.ts +6 -6
  53. package/es/apaas/service/apis/field-meta.service.d.ts +6 -6
  54. package/es/apaas/service/apis/field.service.d.ts +1 -1
  55. package/es/apaas/service/apis/file-resource.service.d.ts +2 -2
  56. package/es/apaas/service/apis/file.service.d.ts +8 -4
  57. package/es/apaas/service/apis/formRelate.service.d.ts +9 -9
  58. package/es/apaas/service/apis/front-operate-log.service.d.ts +1 -1
  59. package/es/apaas/service/apis/global-method.service.d.ts +3 -3
  60. package/es/apaas/service/apis/i18n-info.service.d.ts +5 -5
  61. package/es/apaas/service/apis/import-report.service.d.ts +2 -2
  62. package/es/apaas/service/apis/inspection-category.service.d.ts +3 -3
  63. package/es/apaas/service/apis/instance-relation.service.d.ts +4 -4
  64. package/es/apaas/service/apis/job-log.service.d.ts +2 -2
  65. package/es/apaas/service/apis/job.service.d.ts +6 -6
  66. package/es/apaas/service/apis/js-engine.service.d.ts +2 -3
  67. package/es/apaas/service/apis/label-log.service.d.ts +3 -3
  68. package/es/apaas/service/apis/label.service.d.ts +13 -13
  69. package/es/apaas/service/apis/medPro.service.d.ts +49 -21
  70. package/es/apaas/service/apis/menu-config.service.d.ts +4 -4
  71. package/es/apaas/service/apis/merge-log.service.d.ts +2 -2
  72. package/es/apaas/service/apis/message-record.service.d.ts +3 -3
  73. package/es/apaas/service/apis/message-setting.service.d.ts +1 -1
  74. package/es/apaas/service/apis/message-tmpl.service.d.ts +3 -3
  75. package/es/apaas/service/apis/mobile-homepage.service.d.ts +3 -3
  76. package/es/apaas/service/apis/mobile-page.service.d.ts +3 -3
  77. package/es/apaas/service/apis/model-comprehensive.service.d.ts +16 -19
  78. package/es/apaas/service/apis/model-data.service.d.ts +2 -2
  79. package/es/apaas/service/apis/model-meta.service.d.ts +18 -18
  80. package/es/apaas/service/apis/model-method.service.d.ts +23 -5
  81. package/es/apaas/service/apis/model-permission-relation.service.d.ts +3 -3
  82. package/es/apaas/service/apis/model.service.d.ts +1 -1
  83. package/es/apaas/service/apis/office.service.d.ts +1 -1
  84. package/es/apaas/service/apis/online-form-category.service.d.ts +3 -3
  85. package/es/apaas/service/apis/online-form-change-history.service.d.ts +1 -1
  86. package/es/apaas/service/apis/online-form-instance.service.d.ts +57 -29
  87. package/es/apaas/service/apis/online-form-log.service.d.ts +1 -1
  88. package/es/apaas/service/apis/online-form-tmpl-export.service.d.ts +2 -2
  89. package/es/apaas/service/apis/online-form-tmpl-log.service.d.ts +4 -4
  90. package/es/apaas/service/apis/online-form-tmpl.service.d.ts +16 -12
  91. package/es/apaas/service/apis/online-form.service.d.ts +2 -2
  92. package/es/apaas/service/apis/online-user-summary.service.d.ts +3 -3
  93. package/es/apaas/service/apis/online.service.d.ts +4 -4
  94. package/es/apaas/service/apis/openapi.service.d.ts +4 -4
  95. package/es/apaas/service/apis/pad-page.service.d.ts +3 -3
  96. package/es/apaas/service/apis/page-designer-log.service.d.ts +3 -3
  97. package/es/apaas/service/apis/permission.service.d.ts +4 -4
  98. package/es/apaas/service/apis/pm-process-definition-version.service.d.ts +3 -3
  99. package/es/apaas/service/apis/pm-process-definition.service.d.ts +5 -5
  100. package/es/apaas/service/apis/pm-process-engine.service.d.ts +6 -6
  101. package/es/apaas/service/apis/print-designer.service.d.ts +5 -5
  102. package/es/apaas/service/apis/process-approval-log.service.d.ts +4 -4
  103. package/es/apaas/service/apis/process-approve-user.service.d.ts +3 -3
  104. package/es/apaas/service/apis/process-definition-version.service.d.ts +3 -3
  105. package/es/apaas/service/apis/process-definition.service.d.ts +3 -3
  106. package/es/apaas/service/apis/process-engine.service.d.ts +4 -4
  107. package/es/apaas/service/apis/process-event.service.d.ts +3 -3
  108. package/es/apaas/service/apis/process-graph.service.d.ts +1 -1
  109. package/es/apaas/service/apis/process-instance-relation-.service.d.ts +3 -3
  110. package/es/apaas/service/apis/process-instance.service.d.ts +3 -3
  111. package/es/apaas/service/apis/process-message-user.service.d.ts +3 -3
  112. package/es/apaas/service/apis/process-node-definition.service.d.ts +3 -3
  113. package/es/apaas/service/apis/process-path-user.service.d.ts +3 -3
  114. package/es/apaas/service/apis/process-path.service.d.ts +3 -3
  115. package/es/apaas/service/apis/process-task-done.service.d.ts +5 -1
  116. package/es/apaas/service/apis/process-task-todo.service.d.ts +10 -2
  117. package/es/apaas/service/apis/process-version.service.d.ts +3 -3
  118. package/es/apaas/service/apis/process.service.d.ts +3 -3
  119. package/es/apaas/service/apis/processTest.service.d.ts +7 -7
  120. package/es/apaas/service/apis/product-release-category.service.d.ts +3 -3
  121. package/es/apaas/service/apis/product-release.service.d.ts +4 -4
  122. package/es/apaas/service/apis/publish-log.service.d.ts +3 -3
  123. package/es/apaas/service/apis/regexp.service.d.ts +3 -3
  124. package/es/apaas/service/apis/report-data-set.service.d.ts +5 -5
  125. package/es/apaas/service/apis/report.service.d.ts +5 -5
  126. package/es/apaas/service/apis/role-permission.service.d.ts +1 -1
  127. package/es/apaas/service/apis/role.service.d.ts +4 -4
  128. package/es/apaas/service/apis/sandbox-config.service.d.ts +4 -4
  129. package/es/apaas/service/apis/script-version-log.service.d.ts +3 -3
  130. package/es/apaas/service/apis/script-version.service.d.ts +3 -3
  131. package/es/apaas/service/apis/script.service.d.ts +4 -4
  132. package/es/apaas/service/apis/service-orchestration-version-log.service.d.ts +3 -3
  133. package/es/apaas/service/apis/service-orchestration-version.service.d.ts +3 -3
  134. package/es/apaas/service/apis/service-orchestration.service.d.ts +4 -4
  135. package/es/apaas/service/apis/sign-history.service.d.ts +3 -3
  136. package/es/apaas/service/apis/sql-view-model.service.d.ts +3 -3
  137. package/es/apaas/service/apis/sql-view.service.d.ts +1 -2
  138. package/es/apaas/service/apis/ss.service.d.ts +1 -1
  139. package/es/apaas/service/apis/stash.service.d.ts +3 -3
  140. package/es/apaas/service/apis/sys-config.service.d.ts +3 -3
  141. package/es/apaas/service/apis/system-var.service.d.ts +5 -5
  142. package/es/apaas/service/apis/trace-log-details.service.d.ts +6 -6
  143. package/es/apaas/service/apis/trace-log.service.d.ts +4 -4
  144. package/es/apaas/service/apis/trace-mainline-ext.service.d.ts +3 -3
  145. package/es/apaas/service/apis/trace-mainline.service.d.ts +3 -3
  146. package/es/apaas/service/apis/trace-setting.service.d.ts +2 -2
  147. package/es/apaas/service/apis/user-group-relation.service.d.ts +1 -1
  148. package/es/apaas/service/apis/user-group.service.d.ts +3 -3
  149. package/es/apaas/service/apis/view-model.service.d.ts +9 -10
  150. package/es/apaas/service/apis/webpage.service.d.ts +3 -3
  151. package/es/apaas/service/entities.d.ts +189 -1
  152. package/es/apaas/service/index.d.ts +1 -1
  153. package/es/ipaas/service/api-config.mjs +6 -4
  154. package/es/ipaas/service/apis/auth.service.d.ts +1 -1
  155. package/es/ipaas/service/apis/camel.service.d.ts +4 -4
  156. package/es/ipaas/service/apis/connector-config.service.d.ts +7 -7
  157. package/es/ipaas/service/apis/connector-log.service.d.ts +2 -2
  158. package/es/ipaas/service/apis/flow-app.service.d.ts +3 -3
  159. package/es/ipaas/service/apis/flow-category.service.d.ts +5 -5
  160. package/es/ipaas/service/apis/flow-ext.service.d.ts +5 -5
  161. package/es/ipaas/service/apis/flow.service.d.ts +6 -6
  162. package/es/ipaas/service/apis/runtime.service.d.ts +2 -2
  163. package/es/platform/service/api-config.mjs +110 -59
  164. package/es/platform/service/apis/agent.service.d.ts +3 -3
  165. package/es/platform/service/apis/api.service.d.ts +96 -72
  166. package/es/platform/service/apis/apk.service.d.ts +3 -3
  167. package/es/platform/service/apis/app-member.service.d.ts +4 -4
  168. package/es/platform/service/apis/app-setting.service.d.ts +5 -5
  169. package/es/platform/service/apis/app.service.d.ts +18 -18
  170. package/es/platform/service/apis/assets.service.d.ts +5 -5
  171. package/es/platform/service/apis/audit-log.service.d.ts +1 -1
  172. package/es/platform/service/apis/bi-data-set.service.d.ts +3 -3
  173. package/es/platform/service/apis/bi-file-dataset-config.service.d.ts +4 -4
  174. package/es/platform/service/apis/bi-file.service.d.ts +2 -2
  175. package/es/platform/service/apis/bi-share.service.d.ts +4 -4
  176. package/es/platform/service/apis/category.service.d.ts +6 -6
  177. package/es/platform/service/apis/dashboard.service.d.ts +8 -4
  178. package/es/platform/service/apis/data-source.service.d.ts +5 -5
  179. package/es/platform/service/apis/data-trace.service.d.ts +2 -2
  180. package/es/platform/service/apis/database.service.d.ts +8 -8
  181. package/es/platform/service/apis/dataset-log.service.d.ts +4 -4
  182. package/es/platform/service/apis/dataset.service.d.ts +13 -13
  183. package/es/platform/service/apis/datasource-devops.service.d.ts +2 -2
  184. package/es/platform/service/apis/datasource-move-data.service.d.ts +4 -4
  185. package/es/platform/service/apis/datasource-move-detail.service.d.ts +4 -4
  186. package/es/platform/service/apis/datasource-move.service.d.ts +2 -2
  187. package/es/platform/service/apis/deleteCompInfo.service.d.ts +1 -1
  188. package/es/platform/service/apis/deleteCompInfoType.service.d.ts +1 -1
  189. package/es/platform/service/apis/deleteCsvDatasource.service.d.ts +1 -1
  190. package/es/platform/service/apis/deleteEchartTheme.service.d.ts +1 -1
  191. package/es/platform/service/apis/deleteEnshrineComp.service.d.ts +1 -1
  192. package/es/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +1 -1
  193. package/es/platform/service/apis/deleteFilter.service.d.ts +1 -1
  194. package/es/platform/service/apis/deleteLogOperateById.service.d.ts +1 -1
  195. package/es/platform/service/apis/deleteMapGeoJson.service.d.ts +1 -1
  196. package/es/platform/service/apis/deletePageSnapshoot.service.d.ts +1 -1
  197. package/es/platform/service/apis/deletePageTemplate.service.d.ts +1 -1
  198. package/es/platform/service/apis/deletePnResource.service.d.ts +1 -1
  199. package/es/platform/service/apis/deletePnResourceGroup.service.d.ts +1 -1
  200. package/es/platform/service/apis/device-interconnection-param.service.d.ts +4 -4
  201. package/es/platform/service/apis/device-interconnection.service.d.ts +5 -5
  202. package/es/platform/service/apis/device-param-ref.service.d.ts +2 -2
  203. package/es/platform/service/apis/exportTemplate.service.d.ts +7 -7
  204. package/es/platform/service/apis/external-message.service.d.ts +3 -3
  205. package/es/platform/service/apis/file-task.service.d.ts +17 -4
  206. package/es/platform/service/apis/file.service.d.ts +5 -5
  207. package/es/platform/service/apis/getAdCodeByAliasName.service.d.ts +1 -1
  208. package/es/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +1 -1
  209. package/es/platform/service/apis/getAllCsvDatasource.service.d.ts +1 -1
  210. package/es/platform/service/apis/getCompInfoById.service.d.ts +1 -1
  211. package/es/platform/service/apis/getCompInfoTypeById.service.d.ts +1 -1
  212. package/es/platform/service/apis/getContentToArray.service.d.ts +1 -1
  213. package/es/platform/service/apis/getCsvDatasourceById.service.d.ts +1 -1
  214. package/es/platform/service/apis/getCsvDatasourceByName.service.d.ts +1 -1
  215. package/es/platform/service/apis/getDesignerData.service.d.ts +1 -1
  216. package/es/platform/service/apis/getEchartThemeById.service.d.ts +1 -1
  217. package/es/platform/service/apis/getEnshrineCompGroupById.service.d.ts +1 -1
  218. package/es/platform/service/apis/getFilterById.service.d.ts +1 -1
  219. package/es/platform/service/apis/getGeoJsonByAdCode.service.d.ts +1 -1
  220. package/es/platform/service/apis/getLayoutItemObjById.service.d.ts +1 -1
  221. package/es/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +1 -1
  222. package/es/platform/service/apis/getMapGeoJsonById.service.d.ts +1 -1
  223. package/es/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +1 -1
  224. package/es/platform/service/apis/getPageSnapshootById.service.d.ts +1 -1
  225. package/es/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +1 -1
  226. package/es/platform/service/apis/getPageTemplateById.service.d.ts +1 -1
  227. package/es/platform/service/apis/getPageTemplateLayout.service.d.ts +1 -1
  228. package/es/platform/service/apis/getPageTemplateThemeJson.service.d.ts +1 -1
  229. package/es/platform/service/apis/getPnResourceGroupById.service.d.ts +1 -1
  230. package/es/platform/service/apis/getShareCustomCompById.service.d.ts +1 -1
  231. package/es/platform/service/apis/i18n-config.service.d.ts +1 -1
  232. package/es/platform/service/apis/i18n-info.service.d.ts +7 -7
  233. package/es/platform/service/apis/internal-message.service.d.ts +3 -3
  234. package/es/platform/service/apis/invoke-log.service.d.ts +3 -3
  235. package/es/platform/service/apis/knowledge-base-chunk.service.d.ts +3 -3
  236. package/es/platform/service/apis/knowledge-base-doc.service.d.ts +3 -3
  237. package/es/platform/service/apis/knowledge-base.service.d.ts +3 -3
  238. package/es/platform/service/apis/ldap.service.d.ts +1 -1
  239. package/es/platform/service/apis/license.service.d.ts +14 -23
  240. package/es/platform/service/apis/login-log.service.d.ts +14 -1
  241. package/es/platform/service/apis/login.service.d.ts +2 -2
  242. package/es/platform/service/apis/manager.service.d.ts +2 -2
  243. package/es/platform/service/apis/message-setting.service.d.ts +4 -4
  244. package/es/platform/service/apis/minio-file.service.d.ts +1 -1
  245. package/es/platform/service/apis/model-provider.service.d.ts +3 -3
  246. package/es/platform/service/apis/model.service.d.ts +3 -3
  247. package/es/platform/service/apis/nav-menu.service.d.ts +3 -3
  248. package/es/platform/service/apis/nav-page.service.d.ts +3 -3
  249. package/es/platform/service/apis/openapi-group.service.d.ts +7 -7
  250. package/es/platform/service/apis/openapi-key-grant.service.d.ts +4 -4
  251. package/es/platform/service/apis/org-user-picker.service.d.ts +3 -3
  252. package/es/platform/service/apis/org.service.d.ts +4 -4
  253. package/es/platform/service/apis/parseCsvOrExcel.service.d.ts +1 -1
  254. package/es/platform/service/apis/permission.service.d.ts +2 -2
  255. package/es/platform/service/apis/plat.service.d.ts +11 -4
  256. package/es/platform/service/apis/plugin-version.service.d.ts +3 -3
  257. package/es/platform/service/apis/plugin.service.d.ts +4 -4
  258. package/es/platform/service/apis/pm-process-delegate-detail.service.d.ts +3 -3
  259. package/es/platform/service/apis/pm-process-delegate.service.d.ts +3 -3
  260. package/es/platform/service/apis/pm-process-instance.service.d.ts +3 -3
  261. package/es/platform/service/apis/pm-task-done.service.d.ts +3 -3
  262. package/es/platform/service/apis/pm-task-todo.service.d.ts +3 -3
  263. package/es/platform/service/apis/pn-page.service.d.ts +3 -3
  264. package/es/platform/service/apis/pn-project.service.d.ts +8 -8
  265. package/es/platform/service/apis/print-log.service.d.ts +3 -3
  266. package/es/platform/service/apis/print-resource.service.d.ts +5 -5
  267. package/es/platform/service/apis/regexp.service.d.ts +3 -3
  268. package/es/platform/service/apis/released.service.d.ts +3 -3
  269. package/es/platform/service/apis/role-permission.service.d.ts +2 -2
  270. package/es/platform/service/apis/role.service.d.ts +6 -6
  271. package/es/platform/service/apis/seal-management.service.d.ts +3 -3
  272. package/es/platform/service/apis/seat.service.d.ts +3 -3
  273. package/es/platform/service/apis/shortcut.service.d.ts +4 -4
  274. package/es/platform/service/apis/sign-log.service.d.ts +2 -2
  275. package/es/platform/service/apis/started-process.service.d.ts +3 -3
  276. package/es/platform/service/apis/task-delegate.service.d.ts +4 -4
  277. package/es/platform/service/apis/task-done.service.d.ts +3 -3
  278. package/es/platform/service/apis/task-todo.service.d.ts +3 -3
  279. package/es/platform/service/apis/tenant-developer.service.d.ts +4 -4
  280. package/es/platform/service/apis/tenant.service.d.ts +11 -11
  281. package/es/platform/service/apis/uploadFiles.service.d.ts +7 -7
  282. package/es/platform/service/apis/user-extra.service.d.ts +3 -3
  283. package/es/platform/service/apis/user-info-log.service.d.ts +3 -3
  284. package/es/platform/service/apis/user-password-history.service.d.ts +3 -3
  285. package/es/platform/service/apis/user.service.d.ts +14 -14
  286. package/es/platform/service/apis/workbench-component-relation.service.d.ts +5 -5
  287. package/es/platform/service/apis/workbench-component.service.d.ts +4 -4
  288. package/es/platform/service/entities.d.ts +499 -62
  289. package/es/service/api-service.d.ts +13 -0
  290. package/es/service/api-service.interface.d.ts +6 -0
  291. package/es/service/api-service.mjs +26 -1
  292. package/es/service/http.util.d.ts +7 -0
  293. package/es/service/http.util.mjs +10 -2
  294. package/es/service/index.mjs +2 -0
  295. package/es/service/request.client.d.ts +6 -0
  296. package/es/service/request.client.mjs +35 -0
  297. package/es/utils/index.d.ts +1 -0
  298. package/es/utils/index.mjs +1 -0
  299. package/es/utils/native-http/native-http.d.ts +6 -0
  300. package/es/utils/native-http/native-http.mjs +63 -0
  301. package/package.json +4 -3
@@ -2,25 +2,25 @@
2
2
  import type { AxiosRequestConfig } from 'axios';
3
3
  import type { I18nInfoRequest, I18nInfoResponse } from '../entities';
4
4
 
5
- export interface deleteQuery {
5
+ export interface deleteQuery extends IObject {
6
6
  /**
7
7
  * 删除的id,多个按','分割
8
8
  */
9
9
  ids: string;
10
10
  }
11
- export interface getLangDownloadQuery {
11
+ export interface getLangDownloadQuery extends IObject {
12
12
  /**
13
13
  * 是否导出数据 false 不导出,true 导出数据
14
14
  */
15
15
  exportData?: boolean;
16
16
  }
17
- export interface postLangUploadQuery {
17
+ export interface postLangUploadQuery extends IObject {
18
18
  /**
19
19
  * skipValid
20
20
  */
21
21
  skipValid?: boolean;
22
22
  }
23
- export interface getPageListQuery {
23
+ export interface getPageListQuery extends IObject {
24
24
  /**
25
25
  * 页码
26
26
  */
@@ -66,7 +66,7 @@ export interface I18NInfoService {
66
66
  query: postLangUploadQuery,
67
67
  data: UploadFileData,
68
68
  config?: Partial<AxiosRequestConfig>,
69
- ): Promise<object>;
69
+ ): Promise<IHttpResponse<object>>;
70
70
  /**
71
71
  * 分页列表
72
72
  */
@@ -1,13 +1,13 @@
1
1
  import type { AxiosRequestConfig } from 'axios';
2
2
  import type { ImportReportResponse } from '../entities';
3
3
 
4
- export interface getInfoQuery {
4
+ export interface getInfoQuery extends IObject {
5
5
  /**
6
6
  * id
7
7
  */
8
8
  id: string;
9
9
  }
10
- export interface getPageListQuery {
10
+ export interface getPageListQuery extends IObject {
11
11
  /**
12
12
  * 页码
13
13
  */
@@ -6,19 +6,19 @@ import type {
6
6
  InspectionCategoryResponse,
7
7
  } from '../entities';
8
8
 
9
- export interface deleteQuery {
9
+ export interface deleteQuery extends IObject {
10
10
  /**
11
11
  * 删除的分类id
12
12
  */
13
13
  id: string;
14
14
  }
15
- export interface getInfoQuery {
15
+ export interface getInfoQuery extends IObject {
16
16
  /**
17
17
  * id
18
18
  */
19
19
  id: string;
20
20
  }
21
- export interface getPageListQuery {
21
+ export interface getPageListQuery extends IObject {
22
22
  /**
23
23
  * 页码
24
24
  */
@@ -4,13 +4,13 @@ import type {
4
4
  InstanceRelationResponse,
5
5
  } from '../entities';
6
6
 
7
- export interface getInfoQuery {
7
+ export interface getInfoQuery extends IObject {
8
8
  /**
9
9
  * id
10
10
  */
11
11
  id: string;
12
12
  }
13
- export interface getPageListQuery {
13
+ export interface getPageListQuery extends IObject {
14
14
  /**
15
15
  * 页码
16
16
  */
@@ -20,7 +20,7 @@ export interface getPageListQuery {
20
20
  */
21
21
  pageSize?: number;
22
22
  }
23
- export interface deleteUnbindQuery {
23
+ export interface deleteUnbindQuery extends IObject {
24
24
  /**
25
25
  * 关联实例id
26
26
  */
@@ -30,7 +30,7 @@ export interface deleteUnbindQuery {
30
30
  */
31
31
  materialNo: string;
32
32
  }
33
- export interface putUpdateTitleQuery {
33
+ export interface putUpdateTitleQuery extends IObject {
34
34
  /**
35
35
  * materialNo
36
36
  */
@@ -1,13 +1,13 @@
1
1
  import type { AxiosRequestConfig } from 'axios';
2
2
  import type { JobLogResponse } from '../entities';
3
3
 
4
- export interface getInfoQuery {
4
+ export interface getInfoQuery extends IObject {
5
5
  /**
6
6
  * id
7
7
  */
8
8
  id: string;
9
9
  }
10
- export interface getPageListQuery {
10
+ export interface getPageListQuery extends IObject {
11
11
  /**
12
12
  * 触发截止时间
13
13
  */
@@ -1,31 +1,31 @@
1
1
  import type { AxiosRequestConfig } from 'axios';
2
2
  import type { JobRequest, CronDTO, JobResponse } from '../entities';
3
3
 
4
- export interface deleteQuery {
4
+ export interface deleteQuery extends IObject {
5
5
  /**
6
6
  * 删除的id,多个按','分割
7
7
  */
8
8
  ids: string;
9
9
  }
10
- export interface postExecQuery {
10
+ export interface postExecQuery extends IObject {
11
11
  /**
12
12
  * 定时任务id
13
13
  */
14
14
  id: string;
15
15
  }
16
- export interface getInfoQuery {
16
+ export interface getInfoQuery extends IObject {
17
17
  /**
18
18
  * id
19
19
  */
20
20
  id: string;
21
21
  }
22
- export interface getListQuery {
22
+ export interface getListQuery extends IObject {
23
23
  /**
24
24
  * 查询条件
25
25
  */
26
26
  keyword?: string;
27
27
  }
28
- export interface getPageListQuery {
28
+ export interface getPageListQuery extends IObject {
29
29
  /**
30
30
  * 定时任务名称
31
31
  */
@@ -55,7 +55,7 @@ export interface getPageListQuery {
55
55
  */
56
56
  triggerPolicy?: string;
57
57
  }
58
- export interface putStatusIdQuery {
58
+ export interface putStatusIdQuery extends IObject {
59
59
  /**
60
60
  * 启用禁用 ENABLED/DISABLED
61
61
  */
@@ -1,12 +1,11 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
1
  import type { AxiosRequestConfig } from 'axios';
3
2
  import type { ScriptExecuteRequest } from '../entities';
4
3
 
5
- export type getExecKeyQuery = Record<any, any>;
4
+ export interface getExecKeyQuery extends IObject {}
6
5
  export interface getExecKeyPathParams {
7
6
  key: string;
8
7
  }
9
- export type postExecKeyQuery = Record<any, any>;
8
+ export interface postExecKeyQuery extends IObject {}
10
9
  export interface postExecKeyPathParams {
11
10
  key: string;
12
11
  }
@@ -1,19 +1,19 @@
1
1
  import type { AxiosRequestConfig } from 'axios';
2
2
  import type { LabelLogRequest, LabelLogResponse } from '../entities';
3
3
 
4
- export interface deleteQuery {
4
+ export interface deleteQuery extends IObject {
5
5
  /**
6
6
  * 删除的id,多个按','分割
7
7
  */
8
8
  ids: string;
9
9
  }
10
- export interface getInfoQuery {
10
+ export interface getInfoQuery extends IObject {
11
11
  /**
12
12
  * id
13
13
  */
14
14
  id: string;
15
15
  }
16
- export interface getPageListQuery {
16
+ export interface getPageListQuery extends IObject {
17
17
  /**
18
18
  * 结束时间
19
19
  */
@@ -11,13 +11,13 @@ import type {
11
11
  XmlSetting,
12
12
  } from '../entities';
13
13
 
14
- export interface deleteQuery {
14
+ export interface deleteQuery extends IObject {
15
15
  /**
16
16
  * 删除的id,多个按','分割
17
17
  */
18
18
  ids: string;
19
19
  }
20
- export interface getBtwPageListQuery {
20
+ export interface getBtwPageListQuery extends IObject {
21
21
  /**
22
22
  * 模型key
23
23
  */
@@ -43,7 +43,7 @@ export interface getBtwPageListQuery {
43
43
  */
44
44
  sortType?: string;
45
45
  }
46
- export interface deleteBtwRemoveVersionByIdQuery {
46
+ export interface deleteBtwRemoveVersionByIdQuery extends IObject {
47
47
  /**
48
48
  * 删除的id
49
49
  */
@@ -52,31 +52,31 @@ export interface deleteBtwRemoveVersionByIdQuery {
52
52
  export interface postCopyVersionIdPathParams {
53
53
  id: string;
54
54
  }
55
- export interface getEntityInfoQuery {
55
+ export interface getEntityInfoQuery extends IObject {
56
56
  /**
57
57
  * tableNamePattern
58
58
  */
59
59
  tableNamePattern?: string;
60
60
  }
61
- export interface getExportQuery {
61
+ export interface getExportQuery extends IObject {
62
62
  /**
63
63
  * id
64
64
  */
65
65
  id: string;
66
66
  }
67
- export interface getGetVersionByIdQuery {
67
+ export interface getGetVersionByIdQuery extends IObject {
68
68
  /**
69
69
  * id
70
70
  */
71
71
  id: string;
72
72
  }
73
- export interface getLabelCategoryTreeQuery {
73
+ export interface getLabelCategoryTreeQuery extends IObject {
74
74
  /**
75
75
  * 分类模板
76
76
  */
77
77
  moduleVal: string;
78
78
  }
79
- export interface getListQuery {
79
+ export interface getListQuery extends IObject {
80
80
  /**
81
81
  * 标签key
82
82
  */
@@ -86,7 +86,7 @@ export interface getListQuery {
86
86
  */
87
87
  modelKey?: string;
88
88
  }
89
- export interface getListVersionByIdQuery {
89
+ export interface getListVersionByIdQuery extends IObject {
90
90
  /**
91
91
  * baseId
92
92
  */
@@ -96,7 +96,7 @@ export interface getListVersionByIdQuery {
96
96
  */
97
97
  name?: string;
98
98
  }
99
- export interface getPageListQuery {
99
+ export interface getPageListQuery extends IObject {
100
100
  /**
101
101
  * 页面描述
102
102
  */
@@ -142,13 +142,13 @@ export interface getPageListQuery {
142
142
  */
143
143
  startTime?: string;
144
144
  }
145
- export interface deleteRemoveVersionByIdQuery {
145
+ export interface deleteRemoveVersionByIdQuery extends IObject {
146
146
  /**
147
147
  * 删除的id
148
148
  */
149
149
  id: string;
150
150
  }
151
- export interface getTestQuery {
151
+ export interface getTestQuery extends IObject {
152
152
  /**
153
153
  * exp
154
154
  */
@@ -262,7 +262,7 @@ export interface LabelService {
262
262
  postImport(
263
263
  data: UploadFileData,
264
264
  config?: Partial<AxiosRequestConfig>,
265
- ): Promise<LabelResponse>;
265
+ ): Promise<IHttpResponse<LabelResponse>>;
266
266
  /**
267
267
  * 标签和分类树
268
268
  */
@@ -5,44 +5,72 @@ import type {
5
5
  OnlineFormInstance,
6
6
  } from '../entities';
7
7
 
8
- export interface getModelMetaGetSysConfigQuery {
9
- key: string; // key
8
+ export interface getModelMetaGetSysConfigQuery extends IObject {
9
+ /**
10
+ * key
11
+ */
12
+ key: string;
10
13
  }
11
- export interface getModelMetaHasDataAssociationQuery {
12
- id: string; // id
13
- modelKey: string; // modelKey
14
+ export interface getModelMetaHasDataAssociationQuery extends IObject {
15
+ /**
16
+ * id
17
+ */
18
+ id: string;
19
+ /**
20
+ * modelKey
21
+ */
22
+ modelKey: string;
14
23
  }
15
- export interface getModelMetaModelDataAssociationQuery {
16
- id: string; // id
17
- modelKey: string; // modelKey
24
+ export interface getModelMetaModelDataAssociationQuery extends IObject {
25
+ /**
26
+ * id
27
+ */
28
+ id: string;
29
+ /**
30
+ * modelKey
31
+ */
32
+ modelKey: string;
18
33
  }
19
- export interface getEdhrAttachmentGetEdhrAttachmentQuery {
20
- materialNo: string; // materialNo
34
+ export interface getEdhrAttachmentGetEdhrAttachmentQuery extends IObject {
35
+ /**
36
+ * materialNo
37
+ */
38
+ materialNo: string;
21
39
  }
22
- export interface MedproService {
23
- // 关联模型数据查询
40
+ export interface MedProService {
41
+ /**
42
+ * 关联模型数据查询
43
+ */
24
44
  postModelMetaDataAssociation(
25
45
  data: modelDataAssociationRequest,
26
46
  config?: Partial<AxiosRequestConfig>,
27
- ): Promise<IHttpResponse<object>>;
28
- // 获取系统配置
47
+ ): Promise<object>;
48
+ /**
49
+ * 获取系统配置
50
+ */
29
51
  getModelMetaGetSysConfig(
30
52
  query: getModelMetaGetSysConfigQuery,
31
53
  config?: Partial<AxiosRequestConfig>,
32
- ): Promise<IHttpResponse<boolean>>;
33
- // 存在关联数据
54
+ ): Promise<boolean>;
55
+ /**
56
+ * 存在关联数据
57
+ */
34
58
  getModelMetaHasDataAssociation(
35
59
  query: getModelMetaHasDataAssociationQuery,
36
60
  config?: Partial<AxiosRequestConfig>,
37
- ): Promise<IHttpResponse<boolean>>;
38
- // 关联数据信息列表
61
+ ): Promise<boolean>;
62
+ /**
63
+ * 关联数据信息列表
64
+ */
39
65
  getModelMetaModelDataAssociation(
40
66
  query: getModelMetaModelDataAssociationQuery,
41
67
  config?: Partial<AxiosRequestConfig>,
42
- ): Promise<IHttpResponse<ModelAssociationResponse[]>>;
43
- // 获取Edhr附录接口
68
+ ): Promise<ModelAssociationResponse[]>;
69
+ /**
70
+ * 获取Edhr附录接口
71
+ */
44
72
  getEdhrAttachmentGetEdhrAttachment(
45
73
  query: getEdhrAttachmentGetEdhrAttachmentQuery,
46
74
  config?: Partial<AxiosRequestConfig>,
47
- ): Promise<IHttpResponse<OnlineFormInstance[]>>;
75
+ ): Promise<OnlineFormInstance[]>;
48
76
  }
@@ -5,25 +5,25 @@ import type {
5
5
  MenuConfigMoveRequest,
6
6
  } from '../entities';
7
7
 
8
- export interface deleteQuery {
8
+ export interface deleteQuery extends IObject {
9
9
  /**
10
10
  * 删除的id,多个按','分割
11
11
  */
12
12
  ids: string;
13
13
  }
14
- export interface getAvailableListQuery {
14
+ export interface getAvailableListQuery extends IObject {
15
15
  /**
16
16
  * 菜单类型
17
17
  */
18
18
  menuType?: string;
19
19
  }
20
- export interface getInfoQuery {
20
+ export interface getInfoQuery extends IObject {
21
21
  /**
22
22
  * id
23
23
  */
24
24
  id: string;
25
25
  }
26
- export interface getListQuery {
26
+ export interface getListQuery extends IObject {
27
27
  /**
28
28
  * 菜单类型
29
29
  */
@@ -1,13 +1,13 @@
1
1
  import type { AxiosRequestConfig } from 'axios';
2
2
  import type { MergeLogRequest, MergeLogResponse } from '../entities';
3
3
 
4
- export interface deleteQuery {
4
+ export interface deleteQuery extends IObject {
5
5
  /**
6
6
  * 删除的id,多个按','分割
7
7
  */
8
8
  ids: string;
9
9
  }
10
- export interface getInfoQuery {
10
+ export interface getInfoQuery extends IObject {
11
11
  /**
12
12
  * id
13
13
  */
@@ -1,19 +1,19 @@
1
1
  import type { AxiosRequestConfig } from 'axios';
2
2
  import type { MessageRecordRequest, MessageRecordResponse } from '../entities';
3
3
 
4
- export interface deleteQuery {
4
+ export interface deleteQuery extends IObject {
5
5
  /**
6
6
  * 删除的id,多个按','分割
7
7
  */
8
8
  ids: string;
9
9
  }
10
- export interface getInfoQuery {
10
+ export interface getInfoQuery extends IObject {
11
11
  /**
12
12
  * id
13
13
  */
14
14
  id: string;
15
15
  }
16
- export interface getPageListQuery {
16
+ export interface getPageListQuery extends IObject {
17
17
  /**
18
18
  * endTime
19
19
  */
@@ -1,7 +1,7 @@
1
1
  import type { AxiosRequestConfig } from 'axios';
2
2
  import type { 消息设置VO, 发送消息DTO } from '../entities';
3
3
 
4
- export interface getFindAllByTypeQuery {
4
+ export interface getFindAllByTypeQuery extends IObject {
5
5
  /**
6
6
  * type
7
7
  */
@@ -6,19 +6,19 @@ import type {
6
6
  MessageTmplSendRequest,
7
7
  } from '../entities';
8
8
 
9
- export interface deleteQuery {
9
+ export interface deleteQuery extends IObject {
10
10
  /**
11
11
  * 删除的id,多个按','分割
12
12
  */
13
13
  ids: string;
14
14
  }
15
- export interface getListByModelKeyQuery {
15
+ export interface getListByModelKeyQuery extends IObject {
16
16
  /**
17
17
  * modelKey
18
18
  */
19
19
  modelKey: string;
20
20
  }
21
- export interface getPageListQuery {
21
+ export interface getPageListQuery extends IObject {
22
22
  /**
23
23
  * key
24
24
  */
@@ -5,19 +5,19 @@ import type {
5
5
  SingleRequest,
6
6
  } from '../entities';
7
7
 
8
- export interface deleteQuery {
8
+ export interface deleteQuery extends IObject {
9
9
  /**
10
10
  * 删除的id,多个按','分割
11
11
  */
12
12
  ids: string;
13
13
  }
14
- export interface getInfoQuery {
14
+ export interface getInfoQuery extends IObject {
15
15
  /**
16
16
  * id
17
17
  */
18
18
  id: string;
19
19
  }
20
- export interface getPageListQuery {
20
+ export interface getPageListQuery extends IObject {
21
21
  /**
22
22
  * 页码
23
23
  */
@@ -6,7 +6,7 @@ import type {
6
6
  WebpageDesignerJsonRequest,
7
7
  } from '../entities';
8
8
 
9
- export interface deleteQuery {
9
+ export interface deleteQuery extends IObject {
10
10
  /**
11
11
  * 删除的id,多个按','分割
12
12
  */
@@ -15,7 +15,7 @@ export interface deleteQuery {
15
15
  export interface postCopyByIdIdPathParams {
16
16
  id: string;
17
17
  }
18
- export interface getInfoQuery {
18
+ export interface getInfoQuery extends IObject {
19
19
  /**
20
20
  * id
21
21
  */
@@ -25,7 +25,7 @@ export interface getInfoQuery {
25
25
  */
26
26
  type?: number;
27
27
  }
28
- export interface getPageListQuery {
28
+ export interface getPageListQuery extends IObject {
29
29
  /**
30
30
  * 页面描述
31
31
  */