@gct-paas/api 0.1.2-dev.0 → 0.1.2-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (428) hide show
  1. package/dist/index.esm.min.js +1 -1
  2. package/dist/index.system.min.js +1 -1
  3. package/es/apaas/service/api-config.mjs +197 -1
  4. package/es/apaas/service/apis/app-org.service.d.ts +0 -4
  5. package/{lib/apaas/service/apis/form.service.d.ts → es/apaas/service/apis/approve.service.d.ts} +17 -17
  6. package/es/apaas/service/apis/audit-log.service.d.ts +7 -0
  7. package/es/apaas/service/apis/category.service.d.ts +8 -0
  8. package/es/apaas/service/apis/designer-common.service.d.ts +2 -2
  9. package/es/apaas/service/apis/dhr.service.d.ts +2 -2
  10. package/es/apaas/service/apis/edhr-tmpl.service.d.ts +18 -5
  11. package/es/apaas/service/apis/file-resource.service.d.ts +1 -1
  12. package/es/apaas/service/apis/file.service.d.ts +1 -1
  13. package/es/apaas/service/apis/i18n-info.service.d.ts +1 -1
  14. package/{lib/apaas/service/apis/edhr-category.service.d.ts → es/apaas/service/apis/inspection-category.service.d.ts} +8 -8
  15. package/es/apaas/service/apis/label.service.d.ts +1 -1
  16. package/es/apaas/service/apis/office.service.d.ts +1 -1
  17. package/es/apaas/service/apis/online-form-instance.service.d.ts +17 -0
  18. package/es/apaas/service/apis/online-form-tmpl-export.service.d.ts +30 -0
  19. package/es/apaas/service/apis/online-form-tmpl.service.d.ts +56 -0
  20. package/{lib/apaas/service/apis/online-form-category.service.d.ts → es/apaas/service/apis/product-release-category.service.d.ts} +8 -8
  21. package/es/apaas/service/apis/ss.service.d.ts +1 -1
  22. package/es/apaas/service/entities.d.ts +1029 -42
  23. package/es/apaas/service/index.d.ts +8 -0
  24. package/es/ipaas/service/api-config.mjs +12 -5
  25. package/es/ipaas/service/apis/camel.service.d.ts +18 -5
  26. package/es/ipaas/service/apis/connector-config.service.d.ts +1 -1
  27. package/es/ipaas/service/apis/flow.service.d.ts +1 -1
  28. package/es/ipaas/service/apis/runtime.service.d.ts +13 -0
  29. package/es/ipaas/service/entities.d.ts +9 -3
  30. package/es/platform/service/apis/apk.service.d.ts +1 -1
  31. package/es/platform/service/apis/app.service.d.ts +1 -5
  32. package/es/platform/service/apis/assets.service.d.ts +1 -1
  33. package/es/platform/service/apis/bi-file.service.d.ts +1 -1
  34. package/es/platform/service/apis/dashboard.service.d.ts +0 -4
  35. package/es/platform/service/apis/device-interconnection-param.service.d.ts +1 -1
  36. package/es/platform/service/apis/device-interconnection.service.d.ts +1 -1
  37. package/es/platform/service/apis/file.service.d.ts +3 -3
  38. package/es/platform/service/apis/i18n-info.service.d.ts +1 -1
  39. package/es/platform/service/apis/ldap.service.d.ts +1 -1
  40. package/es/platform/service/apis/org.service.d.ts +4 -0
  41. package/es/platform/service/apis/plat.service.d.ts +1 -1
  42. package/es/platform/service/apis/pn-project.service.d.ts +1 -1
  43. package/es/platform/service/apis/tenant.service.d.ts +4 -0
  44. package/es/platform/service/apis/user.service.d.ts +6 -6
  45. package/es/platform/service/entities.d.ts +6 -0
  46. package/es/service/api-manage.mjs +2 -2
  47. package/es/service/api-service.mjs +16 -16
  48. package/es/service/http.util.d.ts +1 -1
  49. package/es/service/http.util.mjs +1 -1
  50. package/es/utils/index.d.ts +7 -0
  51. package/es/utils/index.mjs +6 -0
  52. package/package.json +8 -9
  53. package/lib/apaas/index.cjs +0 -12
  54. package/lib/apaas/service/api-config.cjs +0 -6507
  55. package/lib/apaas/service/apis/api.service.d.ts +0 -733
  56. package/lib/apaas/service/apis/app-branch.service.d.ts +0 -70
  57. package/lib/apaas/service/apis/app-global-settings.service.d.ts +0 -81
  58. package/lib/apaas/service/apis/app-granted-user.service.d.ts +0 -86
  59. package/lib/apaas/service/apis/app-org.service.d.ts +0 -184
  60. package/lib/apaas/service/apis/app-publish-log.service.d.ts +0 -72
  61. package/lib/apaas/service/apis/app-state.service.d.ts +0 -11
  62. package/lib/apaas/service/apis/app-user.service.d.ts +0 -142
  63. package/lib/apaas/service/apis/approval-log.service.d.ts +0 -70
  64. package/lib/apaas/service/apis/audit-log.service.d.ts +0 -59
  65. package/lib/apaas/service/apis/basic-config.service.d.ts +0 -72
  66. package/lib/apaas/service/apis/biz-event.service.d.ts +0 -83
  67. package/lib/apaas/service/apis/biz-process-definition-version.service.d.ts +0 -89
  68. package/lib/apaas/service/apis/biz-process-definition.service.d.ts +0 -91
  69. package/lib/apaas/service/apis/biz-service-crud.service.d.ts +0 -182
  70. package/lib/apaas/service/apis/biz-service.service.d.ts +0 -58
  71. package/lib/apaas/service/apis/bom.service.d.ts +0 -7
  72. package/lib/apaas/service/apis/category-relation.service.d.ts +0 -108
  73. package/lib/apaas/service/apis/category.service.d.ts +0 -323
  74. package/lib/apaas/service/apis/chat.service.d.ts +0 -20
  75. package/lib/apaas/service/apis/code-ts.service.d.ts +0 -8
  76. package/lib/apaas/service/apis/commit-log.service.d.ts +0 -147
  77. package/lib/apaas/service/apis/common-info-card.service.d.ts +0 -94
  78. package/lib/apaas/service/apis/control-config.service.d.ts +0 -123
  79. package/lib/apaas/service/apis/customer-complaint.service.d.ts +0 -108
  80. package/lib/apaas/service/apis/dashboard.service.d.ts +0 -90
  81. package/lib/apaas/service/apis/data-model.service.d.ts +0 -125
  82. package/lib/apaas/service/apis/data-source.service.d.ts +0 -33
  83. package/lib/apaas/service/apis/data-trace.service.d.ts +0 -75
  84. package/lib/apaas/service/apis/designer-common.service.d.ts +0 -450
  85. package/lib/apaas/service/apis/designer-lock.service.d.ts +0 -50
  86. package/lib/apaas/service/apis/designer-operate-log.service.d.ts +0 -46
  87. package/lib/apaas/service/apis/devops.service.d.ts +0 -18
  88. package/lib/apaas/service/apis/dhr.service.d.ts +0 -83
  89. package/lib/apaas/service/apis/dify-chat.service.d.ts +0 -19
  90. package/lib/apaas/service/apis/doc-control-started.service.d.ts +0 -151
  91. package/lib/apaas/service/apis/doc-control-task-done.service.d.ts +0 -76
  92. package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +0 -133
  93. package/lib/apaas/service/apis/doc-control.service.d.ts +0 -101
  94. package/lib/apaas/service/apis/doc-outline.service.d.ts +0 -156
  95. package/lib/apaas/service/apis/document.service.d.ts +0 -197
  96. package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +0 -93
  97. package/lib/apaas/service/apis/edhr-instance-relation.service.d.ts +0 -54
  98. package/lib/apaas/service/apis/edhr-instance-search-history.service.d.ts +0 -31
  99. package/lib/apaas/service/apis/edhr-instance.service.d.ts +0 -277
  100. package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +0 -138
  101. package/lib/apaas/service/apis/ele-search.service.d.ts +0 -18
  102. package/lib/apaas/service/apis/enum-model-field.service.d.ts +0 -124
  103. package/lib/apaas/service/apis/enum-model.service.d.ts +0 -133
  104. package/lib/apaas/service/apis/event-log.service.d.ts +0 -52
  105. package/lib/apaas/service/apis/event.service.d.ts +0 -83
  106. package/lib/apaas/service/apis/excel-tmpl.service.d.ts +0 -191
  107. package/lib/apaas/service/apis/excel.service.d.ts +0 -148
  108. package/lib/apaas/service/apis/field-meta.service.d.ts +0 -202
  109. package/lib/apaas/service/apis/field.service.d.ts +0 -16
  110. package/lib/apaas/service/apis/file-resource.service.d.ts +0 -41
  111. package/lib/apaas/service/apis/file-task.service.d.ts +0 -23
  112. package/lib/apaas/service/apis/file.service.d.ts +0 -45
  113. package/lib/apaas/service/apis/formRelate.service.d.ts +0 -243
  114. package/lib/apaas/service/apis/front-operate-log.service.d.ts +0 -46
  115. package/lib/apaas/service/apis/global-method.service.d.ts +0 -80
  116. package/lib/apaas/service/apis/i18n-info.service.d.ts +0 -85
  117. package/lib/apaas/service/apis/import-report.service.d.ts +0 -41
  118. package/lib/apaas/service/apis/instance-relation.service.d.ts +0 -89
  119. package/lib/apaas/service/apis/ipaas.service.d.ts +0 -12
  120. package/lib/apaas/service/apis/job-log.service.d.ts +0 -63
  121. package/lib/apaas/service/apis/job.service.d.ts +0 -133
  122. package/lib/apaas/service/apis/js-engine.service.d.ts +0 -37
  123. package/lib/apaas/service/apis/label-log.service.d.ts +0 -90
  124. package/lib/apaas/service/apis/label.service.d.ts +0 -362
  125. package/lib/apaas/service/apis/login-log.service.d.ts +0 -12
  126. package/lib/apaas/service/apis/med-pro.service.d.ts +0 -76
  127. package/lib/apaas/service/apis/medPro.service.d.ts +0 -48
  128. package/lib/apaas/service/apis/menu-config.service.d.ts +0 -86
  129. package/lib/apaas/service/apis/merge-log.service.d.ts +0 -53
  130. package/lib/apaas/service/apis/message-record.service.d.ts +0 -101
  131. package/lib/apaas/service/apis/message-setting.service.d.ts +0 -25
  132. package/lib/apaas/service/apis/message-tmpl.service.d.ts +0 -116
  133. package/lib/apaas/service/apis/mobile-homepage.service.d.ts +0 -100
  134. package/lib/apaas/service/apis/mobile-page.service.d.ts +0 -133
  135. package/lib/apaas/service/apis/model-comprehensive.service.d.ts +0 -450
  136. package/lib/apaas/service/apis/model-data.service.d.ts +0 -70
  137. package/lib/apaas/service/apis/model-meta.service.d.ts +0 -356
  138. package/lib/apaas/service/apis/model-method.service.d.ts +0 -91
  139. package/lib/apaas/service/apis/model-permission-relation.service.d.ts +0 -75
  140. package/lib/apaas/service/apis/model.service.d.ts +0 -16
  141. package/lib/apaas/service/apis/ocr.service.d.ts +0 -7
  142. package/lib/apaas/service/apis/office.service.d.ts +0 -10
  143. package/lib/apaas/service/apis/online-form-change-history.service.d.ts +0 -26
  144. package/lib/apaas/service/apis/online-form-instance.service.d.ts +0 -848
  145. package/lib/apaas/service/apis/online-form-log.service.d.ts +0 -30
  146. package/lib/apaas/service/apis/online-form-tmpl-log.service.d.ts +0 -86
  147. package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +0 -286
  148. package/lib/apaas/service/apis/online-form.service.d.ts +0 -187
  149. package/lib/apaas/service/apis/online-user-summary.service.d.ts +0 -75
  150. package/lib/apaas/service/apis/online.service.d.ts +0 -89
  151. package/lib/apaas/service/apis/openapi.service.d.ts +0 -99
  152. package/lib/apaas/service/apis/pad-page.service.d.ts +0 -132
  153. package/lib/apaas/service/apis/page-designer-log.service.d.ts +0 -107
  154. package/lib/apaas/service/apis/permission.service.d.ts +0 -79
  155. package/lib/apaas/service/apis/plat.service.d.ts +0 -45
  156. package/lib/apaas/service/apis/pm-process-definition-version.service.d.ts +0 -97
  157. package/lib/apaas/service/apis/pm-process-definition.service.d.ts +0 -121
  158. package/lib/apaas/service/apis/pm-process-engine.service.d.ts +0 -208
  159. package/lib/apaas/service/apis/print-designer.service.d.ts +0 -126
  160. package/lib/apaas/service/apis/print-log.service.d.ts +0 -23
  161. package/lib/apaas/service/apis/print.service.d.ts +0 -45
  162. package/lib/apaas/service/apis/process-approval-log.service.d.ts +0 -89
  163. package/lib/apaas/service/apis/process-approve-user.service.d.ts +0 -75
  164. package/lib/apaas/service/apis/process-definition-version.service.d.ts +0 -96
  165. package/lib/apaas/service/apis/process-definition.service.d.ts +0 -85
  166. package/lib/apaas/service/apis/process-engine.service.d.ts +0 -75
  167. package/lib/apaas/service/apis/process-event.service.d.ts +0 -72
  168. package/lib/apaas/service/apis/process-graph.service.d.ts +0 -18
  169. package/lib/apaas/service/apis/process-instance-relation-.service.d.ts +0 -75
  170. package/lib/apaas/service/apis/process-instance.service.d.ts +0 -75
  171. package/lib/apaas/service/apis/process-message-user.service.d.ts +0 -75
  172. package/lib/apaas/service/apis/process-node-definition.service.d.ts +0 -75
  173. package/lib/apaas/service/apis/process-path-user.service.d.ts +0 -75
  174. package/lib/apaas/service/apis/process-path.service.d.ts +0 -44
  175. package/lib/apaas/service/apis/process-task-done.service.d.ts +0 -141
  176. package/lib/apaas/service/apis/process-task-todo.service.d.ts +0 -266
  177. package/lib/apaas/service/apis/process-version.service.d.ts +0 -76
  178. package/lib/apaas/service/apis/process.service.d.ts +0 -66
  179. package/lib/apaas/service/apis/processTest.service.d.ts +0 -106
  180. package/lib/apaas/service/apis/product-release.service.d.ts +0 -118
  181. package/lib/apaas/service/apis/publish-log.service.d.ts +0 -101
  182. package/lib/apaas/service/apis/regexp.service.d.ts +0 -94
  183. package/lib/apaas/service/apis/report-data-set.service.d.ts +0 -127
  184. package/lib/apaas/service/apis/report-data.service.d.ts +0 -30
  185. package/lib/apaas/service/apis/report.service.d.ts +0 -164
  186. package/lib/apaas/service/apis/role-permission.service.d.ts +0 -47
  187. package/lib/apaas/service/apis/role.service.d.ts +0 -91
  188. package/lib/apaas/service/apis/sandbox-config.service.d.ts +0 -112
  189. package/lib/apaas/service/apis/script-assistant.service.d.ts +0 -16
  190. package/lib/apaas/service/apis/script-version-log.service.d.ts +0 -82
  191. package/lib/apaas/service/apis/script-version.service.d.ts +0 -115
  192. package/lib/apaas/service/apis/script.service.d.ts +0 -115
  193. package/lib/apaas/service/apis/service-orchestration-version-log.service.d.ts +0 -88
  194. package/lib/apaas/service/apis/service-orchestration-version.service.d.ts +0 -115
  195. package/lib/apaas/service/apis/service-orchestration.service.d.ts +0 -120
  196. package/lib/apaas/service/apis/sign-history.service.d.ts +0 -70
  197. package/lib/apaas/service/apis/sign-log.service.d.ts +0 -19
  198. package/lib/apaas/service/apis/signature.service.d.ts +0 -19
  199. package/lib/apaas/service/apis/sql-view-model.service.d.ts +0 -65
  200. package/lib/apaas/service/apis/sql-view.service.d.ts +0 -18
  201. package/lib/apaas/service/apis/ss.service.d.ts +0 -26
  202. package/lib/apaas/service/apis/stash.service.d.ts +0 -62
  203. package/lib/apaas/service/apis/sub-model-process.service.d.ts +0 -9
  204. package/lib/apaas/service/apis/sys-config.service.d.ts +0 -70
  205. package/lib/apaas/service/apis/system-var.service.d.ts +0 -126
  206. package/lib/apaas/service/apis/trace-log-details.service.d.ts +0 -134
  207. package/lib/apaas/service/apis/trace-log.service.d.ts +0 -115
  208. package/lib/apaas/service/apis/trace-mainline-ext.service.d.ts +0 -75
  209. package/lib/apaas/service/apis/trace-mainline.service.d.ts +0 -72
  210. package/lib/apaas/service/apis/trace-setting.service.d.ts +0 -48
  211. package/lib/apaas/service/apis/user-group-relation.service.d.ts +0 -46
  212. package/lib/apaas/service/apis/user-group.service.d.ts +0 -87
  213. package/lib/apaas/service/apis/view-model.service.d.ts +0 -166
  214. package/lib/apaas/service/apis/wash.service.d.ts +0 -11
  215. package/lib/apaas/service/apis/webpage.service.d.ts +0 -169
  216. package/lib/apaas/service/entities.d.ts +0 -35870
  217. package/lib/apaas/service/index.d.ts +0 -329
  218. package/lib/index.cjs +0 -16
  219. package/lib/ipaas/index.cjs +0 -12
  220. package/lib/ipaas/service/api-config.cjs +0 -338
  221. package/lib/ipaas/service/apis/auth.service.d.ts +0 -36
  222. package/lib/ipaas/service/apis/camel.service.d.ts +0 -63
  223. package/lib/ipaas/service/apis/category.service.d.ts +0 -12
  224. package/lib/ipaas/service/apis/connector-config.service.d.ts +0 -120
  225. package/lib/ipaas/service/apis/connector-log.service.d.ts +0 -46
  226. package/lib/ipaas/service/apis/flow-app.service.d.ts +0 -75
  227. package/lib/ipaas/service/apis/flow-category.service.d.ts +0 -192
  228. package/lib/ipaas/service/apis/flow-ext.service.d.ts +0 -100
  229. package/lib/ipaas/service/apis/flow.service.d.ts +0 -173
  230. package/lib/ipaas/service/apis/runtime.service.d.ts +0 -29
  231. package/lib/ipaas/service/entities.d.ts +0 -1924
  232. package/lib/ipaas/service/index.d.ts +0 -23
  233. package/lib/platform/index.cjs +0 -12
  234. package/lib/platform/service/api-config.cjs +0 -5317
  235. package/lib/platform/service/apis/agent.service.d.ts +0 -70
  236. package/lib/platform/service/apis/api.service.d.ts +0 -1615
  237. package/lib/platform/service/apis/apk.service.d.ts +0 -64
  238. package/lib/platform/service/apis/app-member.service.d.ts +0 -102
  239. package/lib/platform/service/apis/app-setting.service.d.ts +0 -107
  240. package/lib/platform/service/apis/app.service.d.ts +0 -730
  241. package/lib/platform/service/apis/assets.service.d.ts +0 -103
  242. package/lib/platform/service/apis/attachmentResourceTransfer.service.d.ts +0 -13
  243. package/lib/platform/service/apis/audit-log.service.d.ts +0 -48
  244. package/lib/platform/service/apis/bi-app.service.d.ts +0 -15
  245. package/lib/platform/service/apis/bi-data-set.service.d.ts +0 -82
  246. package/lib/platform/service/apis/bi-file-dataset-config.service.d.ts +0 -92
  247. package/lib/platform/service/apis/bi-file.service.d.ts +0 -21
  248. package/lib/platform/service/apis/bi-share.service.d.ts +0 -83
  249. package/lib/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +0 -8
  250. package/lib/platform/service/apis/category.service.d.ts +0 -135
  251. package/lib/platform/service/apis/clearLogLogin.service.d.ts +0 -8
  252. package/lib/platform/service/apis/clearLogOperate.service.d.ts +0 -8
  253. package/lib/platform/service/apis/clearTempDir.service.d.ts +0 -8
  254. package/lib/platform/service/apis/copyFilter.service.d.ts +0 -13
  255. package/lib/platform/service/apis/dashboard.service.d.ts +0 -94
  256. package/lib/platform/service/apis/data-source.service.d.ts +0 -144
  257. package/lib/platform/service/apis/data-trace.service.d.ts +0 -75
  258. package/lib/platform/service/apis/database.service.d.ts +0 -211
  259. package/lib/platform/service/apis/dataset-log.service.d.ts +0 -79
  260. package/lib/platform/service/apis/dataset.service.d.ts +0 -247
  261. package/lib/platform/service/apis/datasource-devops.service.d.ts +0 -66
  262. package/lib/platform/service/apis/datasource-move-data.service.d.ts +0 -86
  263. package/lib/platform/service/apis/datasource-move-detail.service.d.ts +0 -82
  264. package/lib/platform/service/apis/datasource-move.service.d.ts +0 -72
  265. package/lib/platform/service/apis/deleteCompInfo.service.d.ts +0 -17
  266. package/lib/platform/service/apis/deleteCompInfoType.service.d.ts +0 -17
  267. package/lib/platform/service/apis/deleteCsvDatasource.service.d.ts +0 -17
  268. package/lib/platform/service/apis/deleteEchartTheme.service.d.ts +0 -17
  269. package/lib/platform/service/apis/deleteEnshrineComp.service.d.ts +0 -17
  270. package/lib/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +0 -17
  271. package/lib/platform/service/apis/deleteFilter.service.d.ts +0 -17
  272. package/lib/platform/service/apis/deleteLogOperateById.service.d.ts +0 -17
  273. package/lib/platform/service/apis/deleteMapGeoJson.service.d.ts +0 -17
  274. package/lib/platform/service/apis/deleteNotUseDir.service.d.ts +0 -8
  275. package/lib/platform/service/apis/deletePageSnapshoot.service.d.ts +0 -17
  276. package/lib/platform/service/apis/deletePageTemplate.service.d.ts +0 -17
  277. package/lib/platform/service/apis/deletePnResource.service.d.ts +0 -17
  278. package/lib/platform/service/apis/deletePnResourceGroup.service.d.ts +0 -17
  279. package/lib/platform/service/apis/device-interconnection-param.service.d.ts +0 -91
  280. package/lib/platform/service/apis/device-interconnection.service.d.ts +0 -104
  281. package/lib/platform/service/apis/device-param-ref.service.d.ts +0 -41
  282. package/lib/platform/service/apis/exportTemplate.service.d.ts +0 -80
  283. package/lib/platform/service/apis/external-message.service.d.ts +0 -75
  284. package/lib/platform/service/apis/file-task.service.d.ts +0 -131
  285. package/lib/platform/service/apis/file.service.d.ts +0 -47
  286. package/lib/platform/service/apis/front-release.service.d.ts +0 -7
  287. package/lib/platform/service/apis/getAdCodeByAliasName.service.d.ts +0 -14
  288. package/lib/platform/service/apis/getAllCompInfo.service.d.ts +0 -8
  289. package/lib/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +0 -14
  290. package/lib/platform/service/apis/getAllCompInfoType.service.d.ts +0 -8
  291. package/lib/platform/service/apis/getAllCsvDatasource.service.d.ts +0 -14
  292. package/lib/platform/service/apis/getAllEchartTheme.service.d.ts +0 -8
  293. package/lib/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +0 -8
  294. package/lib/platform/service/apis/getAllFilter.service.d.ts +0 -8
  295. package/lib/platform/service/apis/getAllPageTemplate.service.d.ts +0 -8
  296. package/lib/platform/service/apis/getAttachmentInfoByPage.service.d.ts +0 -13
  297. package/lib/platform/service/apis/getCompInfoById.service.d.ts +0 -14
  298. package/lib/platform/service/apis/getCompInfoByPage.service.d.ts +0 -13
  299. package/lib/platform/service/apis/getCompInfoTypeById.service.d.ts +0 -14
  300. package/lib/platform/service/apis/getCompInfoTypeByPage.service.d.ts +0 -13
  301. package/lib/platform/service/apis/getContentToArray.service.d.ts +0 -18
  302. package/lib/platform/service/apis/getCsvDatasourceById.service.d.ts +0 -14
  303. package/lib/platform/service/apis/getCsvDatasourceByName.service.d.ts +0 -14
  304. package/lib/platform/service/apis/getCsvDatasourceByPage.service.d.ts +0 -13
  305. package/lib/platform/service/apis/getDesignerData.service.d.ts +0 -14
  306. package/lib/platform/service/apis/getEchartThemeById.service.d.ts +0 -14
  307. package/lib/platform/service/apis/getEchartThemeByPage.service.d.ts +0 -13
  308. package/lib/platform/service/apis/getEnshrineCompByPage.service.d.ts +0 -13
  309. package/lib/platform/service/apis/getEnshrineCompGroupById.service.d.ts +0 -14
  310. package/lib/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +0 -13
  311. package/lib/platform/service/apis/getFilterById.service.d.ts +0 -14
  312. package/lib/platform/service/apis/getGeoJsonByAdCode.service.d.ts +0 -14
  313. package/lib/platform/service/apis/getLayoutItemObjById.service.d.ts +0 -14
  314. package/lib/platform/service/apis/getLogLoginByPage.service.d.ts +0 -13
  315. package/lib/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +0 -14
  316. package/lib/platform/service/apis/getMapGeoJsonById.service.d.ts +0 -14
  317. package/lib/platform/service/apis/getMapGeoJsonByPage.service.d.ts +0 -13
  318. package/lib/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +0 -8
  319. package/lib/platform/service/apis/getMyEchartThemes.service.d.ts +0 -8
  320. package/lib/platform/service/apis/getMyPnResourceByPage.service.d.ts +0 -10
  321. package/lib/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +0 -13
  322. package/lib/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +0 -18
  323. package/lib/platform/service/apis/getPageSnapshootById.service.d.ts +0 -14
  324. package/lib/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +0 -14
  325. package/lib/platform/service/apis/getPageTemplateById.service.d.ts +0 -14
  326. package/lib/platform/service/apis/getPageTemplateByPage.service.d.ts +0 -13
  327. package/lib/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +0 -13
  328. package/lib/platform/service/apis/getPageTemplateLayout.service.d.ts +0 -14
  329. package/lib/platform/service/apis/getPageTemplateThemeJson.service.d.ts +0 -14
  330. package/lib/platform/service/apis/getPageTotalCount.service.d.ts +0 -8
  331. package/lib/platform/service/apis/getPnLogOperateByPage.service.d.ts +0 -13
  332. package/lib/platform/service/apis/getPnResourceGroupById.service.d.ts +0 -14
  333. package/lib/platform/service/apis/getProjectTotalCount.service.d.ts +0 -8
  334. package/lib/platform/service/apis/getShareCustomCompById.service.d.ts +0 -14
  335. package/lib/platform/service/apis/getShareCustomCompByPage.service.d.ts +0 -13
  336. package/lib/platform/service/apis/getSysEchartThemes.service.d.ts +0 -8
  337. package/lib/platform/service/apis/httpQuery.service.d.ts +0 -10
  338. package/lib/platform/service/apis/i18n-config.service.d.ts +0 -29
  339. package/lib/platform/service/apis/i18n-info.service.d.ts +0 -116
  340. package/lib/platform/service/apis/importCompInfoJson.service.d.ts +0 -13
  341. package/lib/platform/service/apis/importTemplate.service.d.ts +0 -32
  342. package/lib/platform/service/apis/internal-message.service.d.ts +0 -96
  343. package/lib/platform/service/apis/invoke-log.service.d.ts +0 -89
  344. package/lib/platform/service/apis/knowledge-base-chunk.service.d.ts +0 -75
  345. package/lib/platform/service/apis/knowledge-base-doc.service.d.ts +0 -75
  346. package/lib/platform/service/apis/knowledge-base.service.d.ts +0 -72
  347. package/lib/platform/service/apis/ldap.service.d.ts +0 -10
  348. package/lib/platform/service/apis/license-unbind-log.service.d.ts +0 -12
  349. package/lib/platform/service/apis/license.service.d.ts +0 -266
  350. package/lib/platform/service/apis/login-log.service.d.ts +0 -38
  351. package/lib/platform/service/apis/login.service.d.ts +0 -73
  352. package/lib/platform/service/apis/manager.service.d.ts +0 -39
  353. package/lib/platform/service/apis/message-setting.service.d.ts +0 -148
  354. package/lib/platform/service/apis/minio-file.service.d.ts +0 -26
  355. package/lib/platform/service/apis/model-provider.service.d.ts +0 -72
  356. package/lib/platform/service/apis/model.service.d.ts +0 -70
  357. package/lib/platform/service/apis/nav-menu.service.d.ts +0 -98
  358. package/lib/platform/service/apis/nav-page.service.d.ts +0 -81
  359. package/lib/platform/service/apis/openapi-group.service.d.ts +0 -186
  360. package/lib/platform/service/apis/openapi-key-grant.service.d.ts +0 -97
  361. package/lib/platform/service/apis/org-user-picker.service.d.ts +0 -70
  362. package/lib/platform/service/apis/org.service.d.ts +0 -211
  363. package/lib/platform/service/apis/parseCsvOrExcel.service.d.ts +0 -18
  364. package/lib/platform/service/apis/permission.service.d.ts +0 -57
  365. package/lib/platform/service/apis/plat.service.d.ts +0 -193
  366. package/lib/platform/service/apis/plugin-version.service.d.ts +0 -73
  367. package/lib/platform/service/apis/plugin.service.d.ts +0 -185
  368. package/lib/platform/service/apis/pm-process-delegate-detail.service.d.ts +0 -75
  369. package/lib/platform/service/apis/pm-process-delegate.service.d.ts +0 -75
  370. package/lib/platform/service/apis/pm-process-instance.service.d.ts +0 -92
  371. package/lib/platform/service/apis/pm-task-done.service.d.ts +0 -90
  372. package/lib/platform/service/apis/pm-task-todo.service.d.ts +0 -86
  373. package/lib/platform/service/apis/pn-page.service.d.ts +0 -70
  374. package/lib/platform/service/apis/pn-project.service.d.ts +0 -174
  375. package/lib/platform/service/apis/print-log.service.d.ts +0 -107
  376. package/lib/platform/service/apis/print-resource.service.d.ts +0 -131
  377. package/lib/platform/service/apis/regexp.service.d.ts +0 -94
  378. package/lib/platform/service/apis/released.service.d.ts +0 -96
  379. package/lib/platform/service/apis/resourceTransferToPage.service.d.ts +0 -13
  380. package/lib/platform/service/apis/role-permission.service.d.ts +0 -59
  381. package/lib/platform/service/apis/role.service.d.ts +0 -147
  382. package/lib/platform/service/apis/saveCompInfo.service.d.ts +0 -13
  383. package/lib/platform/service/apis/saveCompInfoType.service.d.ts +0 -13
  384. package/lib/platform/service/apis/saveCsvDatasource.service.d.ts +0 -13
  385. package/lib/platform/service/apis/saveEchartTheme.service.d.ts +0 -13
  386. package/lib/platform/service/apis/saveEnshrineComp.service.d.ts +0 -13
  387. package/lib/platform/service/apis/saveEnshrineCompGroup.service.d.ts +0 -13
  388. package/lib/platform/service/apis/saveFilter.service.d.ts +0 -13
  389. package/lib/platform/service/apis/saveMapGeoJson.service.d.ts +0 -13
  390. package/lib/platform/service/apis/savePageSnapshoot.service.d.ts +0 -13
  391. package/lib/platform/service/apis/savePageTemplate.service.d.ts +0 -13
  392. package/lib/platform/service/apis/savePnResourceGroup.service.d.ts +0 -13
  393. package/lib/platform/service/apis/saveShareCustomComp.service.d.ts +0 -13
  394. package/lib/platform/service/apis/seal-management.service.d.ts +0 -85
  395. package/lib/platform/service/apis/searchEnshrineComp.service.d.ts +0 -13
  396. package/lib/platform/service/apis/seat-message.service.d.ts +0 -13
  397. package/lib/platform/service/apis/seat.service.d.ts +0 -100
  398. package/lib/platform/service/apis/setPageSnapshootEnabled.service.d.ts +0 -13
  399. package/lib/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +0 -13
  400. package/lib/platform/service/apis/shortcut.service.d.ts +0 -129
  401. package/lib/platform/service/apis/sign-log.service.d.ts +0 -72
  402. package/lib/platform/service/apis/sms.service.d.ts +0 -19
  403. package/lib/platform/service/apis/started-process.service.d.ts +0 -64
  404. package/lib/platform/service/apis/task-delegate.service.d.ts +0 -101
  405. package/lib/platform/service/apis/task-done.service.d.ts +0 -60
  406. package/lib/platform/service/apis/task-todo.service.d.ts +0 -60
  407. package/lib/platform/service/apis/tenant-developer.service.d.ts +0 -119
  408. package/lib/platform/service/apis/tenant.service.d.ts +0 -478
  409. package/lib/platform/service/apis/toggleEnabled.service.d.ts +0 -13
  410. package/lib/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +0 -13
  411. package/lib/platform/service/apis/uploadFiles.service.d.ts +0 -108
  412. package/lib/platform/service/apis/user-extra.service.d.ts +0 -70
  413. package/lib/platform/service/apis/user-info-log.service.d.ts +0 -74
  414. package/lib/platform/service/apis/user-password-history.service.d.ts +0 -75
  415. package/lib/platform/service/apis/user.service.d.ts +0 -293
  416. package/lib/platform/service/apis/workbench-component-relation.service.d.ts +0 -115
  417. package/lib/platform/service/apis/workbench-component.service.d.ts +0 -86
  418. package/lib/platform/service/entities.d.ts +0 -23442
  419. package/lib/platform/service/index.d.ts +0 -369
  420. package/lib/service/api-manage.cjs +0 -34
  421. package/lib/service/api-service.cjs +0 -165
  422. package/lib/service/api-service.interface.cjs +0 -1
  423. package/lib/service/http.enum.cjs +0 -66
  424. package/lib/service/http.error.cjs +0 -46
  425. package/lib/service/http.util.cjs +0 -245
  426. package/lib/service/index.cjs +0 -52
  427. package/lib/types/index.d.ts +0 -171
  428. package/lib/utils/index.cjs +0 -16
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * type_id
6
- */
7
- typeId: string;
8
- }
9
- export interface GetAllCompInfoByTypeIdService {
10
- /**
11
- * 根据分组ID获取所有组件信息
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,8 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface GetAllCompInfoTypeService {
4
- /**
5
- * 获取所有组件分组
6
- */
7
- get(config?: Partial<AxiosRequestConfig>): Promise<any>;
8
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * project_id
6
- */
7
- projectId?: string;
8
- }
9
- export interface GetAllCsvDatasourceService {
10
- /**
11
- * 获取我的所有CSV数据源,包括协同开发工程主编辑人下的所有CSV数据源
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,8 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface GetAllEchartThemeService {
4
- /**
5
- * 获取所有图表主题数据
6
- */
7
- get(config?: Partial<AxiosRequestConfig>): Promise<any>;
8
- }
@@ -1,8 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface GetAllEnshrineCompGroupsService {
4
- /**
5
- * 获取所有收藏组件分组
6
- */
7
- get(config?: Partial<AxiosRequestConfig>): Promise<any>;
8
- }
@@ -1,8 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface GetAllFilterService {
4
- /**
5
- * 获取所有过滤器,以登录用户进行过滤
6
- */
7
- get(config?: Partial<AxiosRequestConfig>): Promise<any>;
8
- }
@@ -1,8 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface GetAllPageTemplateService {
4
- /**
5
- * 获取所有页面模板
6
- */
7
- get(config?: Partial<AxiosRequestConfig>): Promise<any>;
8
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { 可排序查询参数对象 } from '../entities';
4
-
5
- export interface GetAttachmentInfoByPageService {
6
- /**
7
- * 分页获取附件目录中的文件
8
- */
9
- post(
10
- data: 可排序查询参数对象,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetCompInfoByIdService {
10
- /**
11
- * 根据ID获取组件信息
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { 组件信息查询参数 } from '../entities';
4
-
5
- export interface GetCompInfoByPageService {
6
- /**
7
- * 分页获取组件信息
8
- */
9
- post(
10
- data: 组件信息查询参数,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetCompInfoTypeByIdService {
10
- /**
11
- * 根据ID获取分组
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { 组件分组查询参数 } from '../entities';
4
-
5
- export interface GetCompInfoTypeByPageService {
6
- /**
7
- * 分页获取组件分组
8
- */
9
- post(
10
- data: 组件分组查询参数,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,18 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * fileName
6
- */
7
- fileName: string;
8
- /**
9
- * folderName
10
- */
11
- folderName: string;
12
- }
13
- export interface GetContentToArrayService {
14
- /**
15
- * 读取上传的CSV文件,解析内容,将内容构建成List返回前端
16
- */
17
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
18
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetCsvDatasourceByIdService {
10
- /**
11
- * 根据ID获取CSV数据源
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * name
6
- */
7
- name: string;
8
- }
9
- export interface GetCsvDatasourceByNameService {
10
- /**
11
- * 根据名称获取CSV数据源信息
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { CSV数据源查询参数 } from '../entities';
4
-
5
- export interface GetCsvDatasourceByPageService {
6
- /**
7
- * 分页获取CSV数据源数据
8
- */
9
- post(
10
- data: CSV数据源查询参数,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * pageId
6
- */
7
- pageId: string;
8
- }
9
- export interface GetDesignerDataService {
10
- /**
11
- * 构建并获取设计器中编辑的页面的数据对象
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetEchartThemeByIdService {
10
- /**
11
- * 根据ID获取图表主题
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { Echart图表主题查询参数 } from '../entities';
4
-
5
- export interface GetEchartThemeByPageService {
6
- /**
7
- * 分页获取图表主题数据
8
- */
9
- post(
10
- data: Echart图表主题查询参数,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { 收藏组件查询参数 } from '../entities';
4
-
5
- export interface GetEnshrineCompByPageService {
6
- /**
7
- * 分页获取收藏组件
8
- */
9
- post(
10
- data: 收藏组件查询参数,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetEnshrineCompGroupByIdService {
10
- /**
11
- * 根据ID获取分组
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { 收藏组件分组查询参数 } from '../entities';
4
-
5
- export interface GetEnshrineCompGroupByPageService {
6
- /**
7
- * 分页获取收藏组件分组
8
- */
9
- post(
10
- data: 收藏组件分组查询参数,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetFilterByIdService {
10
- /**
11
- * 根据ID获取过滤器数据
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * adcode
6
- */
7
- adcode: string;
8
- }
9
- export interface GetGeoJsonByAdCodeService {
10
- /**
11
- * 根据adcode获取地图JSON源数据,访问此接口不需要登录
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetLayoutItemObjByIdService {
10
- /**
11
- * 获取收藏组件的源数据
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { 登录日志查询参数 } from '../entities';
4
-
5
- export interface GetLogLoginByPageService {
6
- /**
7
- * 分页获取登录日志数据
8
- */
9
- post(
10
- data: 登录日志查询参数,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * levels
6
- */
7
- levels: string;
8
- }
9
- export interface GetMapBaseInfoByLevelService {
10
- /**
11
- * 根据等级获取基本信息,访问此接口不需要登录
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetMapGeoJsonByIdService {
10
- /**
11
- * 根据ID获取地图GeoJson
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { 地图GeoJson查询参数 } from '../entities';
4
-
5
- export interface GetMapGeoJsonByPageService {
6
- /**
7
- * 分页获取地图GeoJson数据
8
- */
9
- post(
10
- data: 地图GeoJson查询参数,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,8 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface GetMyAllPnResourceGroupService {
4
- /**
5
- * 获取我的所有资源分组
6
- */
7
- get(config?: Partial<AxiosRequestConfig>): Promise<any>;
8
- }
@@ -1,8 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface GetMyEchartThemesService {
4
- /**
5
- * 获取我的主题列表
6
- */
7
- get(config?: Partial<AxiosRequestConfig>): Promise<any>;
8
- }
@@ -1,10 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { 资源查询参数 } from '../entities';
4
-
5
- export interface GetMyPnResourceByPageService {
6
- /**
7
- * 分页获取我的资源列表
8
- */
9
- post(data: 资源查询参数, config?: Partial<AxiosRequestConfig>): Promise<any>;
10
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { 共享自定义组件查询参数 } from '../entities';
4
-
5
- export interface GetMyShareCustomCompByPageService {
6
- /**
7
- * 分页获取我的自定义组件数据
8
- */
9
- post(
10
- data: 共享自定义组件查询参数,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,18 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * enabled
6
- */
7
- enabled: string;
8
- /**
9
- * pageId
10
- */
11
- pageId: string;
12
- }
13
- export interface GetPageSnapshootByEnabledService {
14
- /**
15
- * 根据状态获取指定页面所有的快照
16
- */
17
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
18
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetPageSnapshootByIdService {
10
- /**
11
- * 根据ID获取快照
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * pageId
6
- */
7
- pageId: string;
8
- }
9
- export interface GetPageSnapshootsByPageIdService {
10
- /**
11
- * 获取指定页面的快照
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetPageTemplateByIdService {
10
- /**
11
- * 根据ID获取页面模板
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { 页面模板查询参数 } from '../entities';
4
-
5
- export interface GetPageTemplateByPageService {
6
- /**
7
- * 分页获取页面模板
8
- */
9
- post(
10
- data: 页面模板查询参数,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { 页面模板查询参数 } from '../entities';
4
-
5
- export interface GetPageTemplateForCreatePageFormService {
6
- /**
7
- * 用于在创建页面的时候调用,分页获取模板列表
8
- */
9
- post(
10
- data: 页面模板查询参数,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetPageTemplateLayoutService {
10
- /**
11
- * 获取页面模板保存的布局数据
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetPageTemplateThemeJsonService {
10
- /**
11
- * 获取页面模板保存的主题数据
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,8 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface GetPageTotalCountService {
4
- /**
5
- * 获取页面总数
6
- */
7
- get(config?: Partial<AxiosRequestConfig>): Promise<any>;
8
- }
@@ -1,13 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- import type { 操作日志查询参数 } from '../entities';
4
-
5
- export interface GetPnLogOperateByPageService {
6
- /**
7
- * 分页获取操作日志数据
8
- */
9
- post(
10
- data: 操作日志查询参数,
11
- config?: Partial<AxiosRequestConfig>,
12
- ): Promise<any>;
13
- }
@@ -1,14 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface getQuery {
4
- /**
5
- * id
6
- */
7
- id: string;
8
- }
9
- export interface GetPnResourceGroupByIdService {
10
- /**
11
- * 根据ID获取资源分组
12
- */
13
- get(query: getQuery, config?: Partial<AxiosRequestConfig>): Promise<any>;
14
- }
@@ -1,8 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { AxiosRequestConfig } from 'axios';
3
- export interface GetProjectTotalCountService {
4
- /**
5
- * 获取项目总数
6
- */
7
- get(config?: Partial<AxiosRequestConfig>): Promise<any>;
8
- }