@gct-paas/api 0.1.6-dev.1 → 0.1.6-dev.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (410) hide show
  1. package/dist/index.esm.min.js +1 -1
  2. package/es/apaas/service/api-config.mjs +91 -0
  3. package/es/apaas/service/apis/api.service.d.ts +4 -0
  4. package/es/apaas/service/apis/app-org.service.d.ts +4 -0
  5. package/es/apaas/service/apis/category.service.d.ts +8 -0
  6. package/es/apaas/service/apis/detail-page.service.d.ts +96 -0
  7. package/es/apaas/service/apis/edhr-instance.service.d.ts +12 -0
  8. package/es/apaas/service/apis/medPro.service.d.ts +108 -0
  9. package/es/apaas/service/apis/online-form-instance.service.d.ts +4 -4
  10. package/es/apaas/service/apis/online-form-tmpl.service.d.ts +18 -1
  11. package/es/apaas/service/apis/ss.service.d.ts +9 -0
  12. package/es/apaas/service/apis/transaction.service.d.ts +157 -0
  13. package/es/apaas/service/apis/user.service.d.ts +31 -0
  14. package/es/apaas/service/entities.d.ts +24 -37
  15. package/es/platform/service/api-config.mjs +4 -2
  16. package/es/platform/service/apis/api.service.d.ts +10 -1
  17. package/es/platform/service/apis/app.service.d.ts +4 -0
  18. package/es/platform/service/apis/dashboard.service.d.ts +0 -4
  19. package/es/platform/service/apis/license.service.d.ts +10 -1
  20. package/es/platform/service/apis/org.service.d.ts +0 -4
  21. package/es/platform/service/apis/tenant.service.d.ts +0 -4
  22. package/es/platform/service/entities.d.ts +0 -1
  23. package/es/service/index.mjs +0 -2
  24. package/es/types/index.d.ts +8 -0
  25. package/es/utils/index.d.ts +0 -1
  26. package/es/utils/index.mjs +0 -1
  27. package/lib/apaas/index.cjs +12 -0
  28. package/lib/apaas/service/api-config.cjs +6377 -0
  29. package/lib/apaas/service/apis/api.service.d.ts +733 -0
  30. package/lib/apaas/service/apis/app-branch.service.d.ts +70 -0
  31. package/lib/apaas/service/apis/app-global-settings.service.d.ts +81 -0
  32. package/lib/apaas/service/apis/app-granted-user.service.d.ts +86 -0
  33. package/lib/apaas/service/apis/app-org.service.d.ts +184 -0
  34. package/lib/apaas/service/apis/app-publish-log.service.d.ts +72 -0
  35. package/lib/apaas/service/apis/app-state.service.d.ts +11 -0
  36. package/lib/apaas/service/apis/app-user.service.d.ts +142 -0
  37. package/lib/apaas/service/apis/approval-log.service.d.ts +70 -0
  38. package/lib/apaas/service/apis/audit-log.service.d.ts +59 -0
  39. package/lib/apaas/service/apis/basic-config.service.d.ts +72 -0
  40. package/lib/apaas/service/apis/biz-event.service.d.ts +83 -0
  41. package/lib/apaas/service/apis/biz-process-definition-version.service.d.ts +89 -0
  42. package/lib/apaas/service/apis/biz-process-definition.service.d.ts +91 -0
  43. package/lib/apaas/service/apis/biz-service-crud.service.d.ts +182 -0
  44. package/lib/apaas/service/apis/biz-service.service.d.ts +58 -0
  45. package/lib/apaas/service/apis/bom.service.d.ts +7 -0
  46. package/lib/apaas/service/apis/category-relation.service.d.ts +108 -0
  47. package/lib/apaas/service/apis/category.service.d.ts +323 -0
  48. package/lib/apaas/service/apis/chat.service.d.ts +20 -0
  49. package/lib/apaas/service/apis/code-ts.service.d.ts +8 -0
  50. package/lib/apaas/service/apis/commit-log.service.d.ts +147 -0
  51. package/lib/apaas/service/apis/common-info-card.service.d.ts +94 -0
  52. package/lib/apaas/service/apis/control-config.service.d.ts +123 -0
  53. package/lib/apaas/service/apis/customer-complaint.service.d.ts +108 -0
  54. package/lib/apaas/service/apis/dashboard.service.d.ts +90 -0
  55. package/lib/apaas/service/apis/data-model.service.d.ts +125 -0
  56. package/lib/apaas/service/apis/data-source.service.d.ts +33 -0
  57. package/lib/apaas/service/apis/data-trace.service.d.ts +75 -0
  58. package/lib/apaas/service/apis/designer-common.service.d.ts +446 -0
  59. package/lib/apaas/service/apis/designer-lock.service.d.ts +50 -0
  60. package/lib/apaas/service/apis/designer-operate-log.service.d.ts +46 -0
  61. package/lib/apaas/service/apis/devops.service.d.ts +18 -0
  62. package/lib/apaas/service/apis/dhr.service.d.ts +83 -0
  63. package/lib/apaas/service/apis/dify-chat.service.d.ts +19 -0
  64. package/lib/apaas/service/apis/doc-control-started.service.d.ts +76 -0
  65. package/lib/apaas/service/apis/doc-control-task-done.service.d.ts +76 -0
  66. package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +121 -0
  67. package/lib/apaas/service/apis/doc-control.service.d.ts +101 -0
  68. package/lib/apaas/service/apis/doc-outline.service.d.ts +156 -0
  69. package/lib/apaas/service/apis/document.service.d.ts +197 -0
  70. package/lib/apaas/service/apis/edhr-category.service.d.ts +84 -0
  71. package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +93 -0
  72. package/lib/apaas/service/apis/edhr-instance-relation.service.d.ts +54 -0
  73. package/lib/apaas/service/apis/edhr-instance-search-history.service.d.ts +31 -0
  74. package/lib/apaas/service/apis/edhr-instance.service.d.ts +277 -0
  75. package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +138 -0
  76. package/lib/apaas/service/apis/ele-search.service.d.ts +18 -0
  77. package/lib/apaas/service/apis/enum-model-field.service.d.ts +124 -0
  78. package/lib/apaas/service/apis/enum-model.service.d.ts +133 -0
  79. package/lib/apaas/service/apis/event-log.service.d.ts +52 -0
  80. package/lib/apaas/service/apis/event.service.d.ts +83 -0
  81. package/lib/apaas/service/apis/excel-tmpl.service.d.ts +191 -0
  82. package/lib/apaas/service/apis/excel.service.d.ts +144 -0
  83. package/lib/apaas/service/apis/field-meta.service.d.ts +181 -0
  84. package/lib/apaas/service/apis/field.service.d.ts +16 -0
  85. package/lib/apaas/service/apis/file-resource.service.d.ts +40 -0
  86. package/lib/apaas/service/apis/file-task.service.d.ts +23 -0
  87. package/lib/apaas/service/apis/file.service.d.ts +44 -0
  88. package/lib/apaas/service/apis/form.service.d.ts +54 -0
  89. package/lib/apaas/service/apis/formRelate.service.d.ts +243 -0
  90. package/lib/apaas/service/apis/front-operate-log.service.d.ts +46 -0
  91. package/lib/apaas/service/apis/global-method.service.d.ts +80 -0
  92. package/lib/apaas/service/apis/i18n-info.service.d.ts +84 -0
  93. package/lib/apaas/service/apis/import-report.service.d.ts +41 -0
  94. package/lib/apaas/service/apis/instance-relation.service.d.ts +89 -0
  95. package/lib/apaas/service/apis/ipaas.service.d.ts +12 -0
  96. package/lib/apaas/service/apis/job-log.service.d.ts +63 -0
  97. package/lib/apaas/service/apis/job.service.d.ts +133 -0
  98. package/lib/apaas/service/apis/js-engine.service.d.ts +37 -0
  99. package/lib/apaas/service/apis/label-log.service.d.ts +90 -0
  100. package/lib/apaas/service/apis/label.service.d.ts +351 -0
  101. package/lib/apaas/service/apis/login-log.service.d.ts +12 -0
  102. package/lib/apaas/service/apis/med-pro.service.d.ts +76 -0
  103. package/lib/apaas/service/apis/medPro.service.d.ts +48 -0
  104. package/lib/apaas/service/apis/menu-config.service.d.ts +86 -0
  105. package/lib/apaas/service/apis/merge-log.service.d.ts +53 -0
  106. package/lib/apaas/service/apis/message-record.service.d.ts +101 -0
  107. package/lib/apaas/service/apis/message-setting.service.d.ts +25 -0
  108. package/lib/apaas/service/apis/message-tmpl.service.d.ts +116 -0
  109. package/lib/apaas/service/apis/mobile-homepage.service.d.ts +100 -0
  110. package/lib/apaas/service/apis/mobile-page.service.d.ts +133 -0
  111. package/lib/apaas/service/apis/model-comprehensive.service.d.ts +450 -0
  112. package/lib/apaas/service/apis/model-data.service.d.ts +70 -0
  113. package/lib/apaas/service/apis/model-meta.service.d.ts +342 -0
  114. package/lib/apaas/service/apis/model-method.service.d.ts +91 -0
  115. package/lib/apaas/service/apis/model-permission-relation.service.d.ts +75 -0
  116. package/lib/apaas/service/apis/model.service.d.ts +16 -0
  117. package/lib/apaas/service/apis/ocr.service.d.ts +7 -0
  118. package/lib/apaas/service/apis/office.service.d.ts +7 -0
  119. package/lib/apaas/service/apis/online-form-category.service.d.ts +84 -0
  120. package/lib/apaas/service/apis/online-form-change-history.service.d.ts +26 -0
  121. package/lib/apaas/service/apis/online-form-instance.service.d.ts +803 -0
  122. package/lib/apaas/service/apis/online-form-log.service.d.ts +30 -0
  123. package/lib/apaas/service/apis/online-form-tmpl-log.service.d.ts +86 -0
  124. package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +286 -0
  125. package/lib/apaas/service/apis/online-form.service.d.ts +180 -0
  126. package/lib/apaas/service/apis/online-user-summary.service.d.ts +75 -0
  127. package/lib/apaas/service/apis/online.service.d.ts +89 -0
  128. package/lib/apaas/service/apis/openapi.service.d.ts +99 -0
  129. package/lib/apaas/service/apis/pad-page.service.d.ts +132 -0
  130. package/lib/apaas/service/apis/page-designer-log.service.d.ts +107 -0
  131. package/lib/apaas/service/apis/permission.service.d.ts +79 -0
  132. package/lib/apaas/service/apis/plat.service.d.ts +45 -0
  133. package/lib/apaas/service/apis/pm-process-definition-version.service.d.ts +97 -0
  134. package/lib/apaas/service/apis/pm-process-definition.service.d.ts +121 -0
  135. package/lib/apaas/service/apis/pm-process-engine.service.d.ts +208 -0
  136. package/lib/apaas/service/apis/print-designer.service.d.ts +126 -0
  137. package/lib/apaas/service/apis/print-log.service.d.ts +23 -0
  138. package/lib/apaas/service/apis/print.service.d.ts +45 -0
  139. package/lib/apaas/service/apis/process-approval-log.service.d.ts +89 -0
  140. package/lib/apaas/service/apis/process-approve-user.service.d.ts +75 -0
  141. package/lib/apaas/service/apis/process-definition-version.service.d.ts +96 -0
  142. package/lib/apaas/service/apis/process-definition.service.d.ts +85 -0
  143. package/lib/apaas/service/apis/process-engine.service.d.ts +75 -0
  144. package/lib/apaas/service/apis/process-event.service.d.ts +72 -0
  145. package/lib/apaas/service/apis/process-graph.service.d.ts +18 -0
  146. package/lib/apaas/service/apis/process-instance-relation-.service.d.ts +75 -0
  147. package/lib/apaas/service/apis/process-instance.service.d.ts +75 -0
  148. package/lib/apaas/service/apis/process-message-user.service.d.ts +75 -0
  149. package/lib/apaas/service/apis/process-node-definition.service.d.ts +75 -0
  150. package/lib/apaas/service/apis/process-path-user.service.d.ts +75 -0
  151. package/lib/apaas/service/apis/process-path.service.d.ts +44 -0
  152. package/lib/apaas/service/apis/process-task-done.service.d.ts +118 -0
  153. package/lib/apaas/service/apis/process-task-todo.service.d.ts +231 -0
  154. package/lib/apaas/service/apis/process-version.service.d.ts +76 -0
  155. package/lib/apaas/service/apis/process.service.d.ts +66 -0
  156. package/lib/apaas/service/apis/processTest.service.d.ts +106 -0
  157. package/lib/apaas/service/apis/product-release.service.d.ts +118 -0
  158. package/lib/apaas/service/apis/publish-log.service.d.ts +101 -0
  159. package/lib/apaas/service/apis/regexp.service.d.ts +94 -0
  160. package/lib/apaas/service/apis/report-data-set.service.d.ts +127 -0
  161. package/lib/apaas/service/apis/report-data.service.d.ts +30 -0
  162. package/lib/apaas/service/apis/report.service.d.ts +164 -0
  163. package/lib/apaas/service/apis/role-permission.service.d.ts +47 -0
  164. package/lib/apaas/service/apis/role.service.d.ts +91 -0
  165. package/lib/apaas/service/apis/sandbox-config.service.d.ts +112 -0
  166. package/lib/apaas/service/apis/script-assistant.service.d.ts +16 -0
  167. package/lib/apaas/service/apis/script-version-log.service.d.ts +82 -0
  168. package/lib/apaas/service/apis/script-version.service.d.ts +115 -0
  169. package/lib/apaas/service/apis/script.service.d.ts +115 -0
  170. package/lib/apaas/service/apis/service-orchestration-version-log.service.d.ts +88 -0
  171. package/lib/apaas/service/apis/service-orchestration-version.service.d.ts +115 -0
  172. package/lib/apaas/service/apis/service-orchestration.service.d.ts +120 -0
  173. package/lib/apaas/service/apis/sign-history.service.d.ts +70 -0
  174. package/lib/apaas/service/apis/sign-log.service.d.ts +19 -0
  175. package/lib/apaas/service/apis/signature.service.d.ts +19 -0
  176. package/lib/apaas/service/apis/sql-view-model.service.d.ts +65 -0
  177. package/lib/apaas/service/apis/sql-view.service.d.ts +18 -0
  178. package/lib/apaas/service/apis/ss.service.d.ts +25 -0
  179. package/lib/apaas/service/apis/stash.service.d.ts +62 -0
  180. package/lib/apaas/service/apis/sub-model-process.service.d.ts +9 -0
  181. package/lib/apaas/service/apis/sys-config.service.d.ts +70 -0
  182. package/lib/apaas/service/apis/system-var.service.d.ts +126 -0
  183. package/lib/apaas/service/apis/trace-log-details.service.d.ts +134 -0
  184. package/lib/apaas/service/apis/trace-log.service.d.ts +115 -0
  185. package/lib/apaas/service/apis/trace-mainline-ext.service.d.ts +75 -0
  186. package/lib/apaas/service/apis/trace-mainline.service.d.ts +72 -0
  187. package/lib/apaas/service/apis/trace-setting.service.d.ts +48 -0
  188. package/lib/apaas/service/apis/user-group-relation.service.d.ts +46 -0
  189. package/lib/apaas/service/apis/user-group.service.d.ts +87 -0
  190. package/lib/apaas/service/apis/view-model.service.d.ts +166 -0
  191. package/lib/apaas/service/apis/wash.service.d.ts +11 -0
  192. package/lib/apaas/service/apis/webpage.service.d.ts +169 -0
  193. package/lib/apaas/service/entities.d.ts +33950 -0
  194. package/lib/apaas/service/index.d.ts +323 -0
  195. package/lib/index.cjs +16 -0
  196. package/lib/ipaas/index.cjs +12 -0
  197. package/lib/ipaas/service/api-config.cjs +322 -0
  198. package/lib/ipaas/service/apis/auth.service.d.ts +36 -0
  199. package/lib/ipaas/service/apis/camel.service.d.ts +63 -0
  200. package/lib/ipaas/service/apis/category.service.d.ts +12 -0
  201. package/lib/ipaas/service/apis/connector-config.service.d.ts +119 -0
  202. package/lib/ipaas/service/apis/connector-log.service.d.ts +46 -0
  203. package/lib/ipaas/service/apis/flow-app.service.d.ts +75 -0
  204. package/lib/ipaas/service/apis/flow-category.service.d.ts +192 -0
  205. package/lib/ipaas/service/apis/flow-ext.service.d.ts +100 -0
  206. package/lib/ipaas/service/apis/flow.service.d.ts +96 -0
  207. package/lib/ipaas/service/apis/runtime.service.d.ts +29 -0
  208. package/lib/ipaas/service/entities.d.ts +1762 -0
  209. package/lib/ipaas/service/index.d.ts +23 -0
  210. package/lib/platform/index.cjs +12 -0
  211. package/lib/platform/service/api-config.cjs +5288 -0
  212. package/lib/platform/service/apis/agent.service.d.ts +70 -0
  213. package/lib/platform/service/apis/api.service.d.ts +1597 -0
  214. package/lib/platform/service/apis/apk.service.d.ts +61 -0
  215. package/lib/platform/service/apis/app-member.service.d.ts +102 -0
  216. package/lib/platform/service/apis/app-setting.service.d.ts +107 -0
  217. package/lib/platform/service/apis/app.service.d.ts +723 -0
  218. package/lib/platform/service/apis/assets.service.d.ts +102 -0
  219. package/lib/platform/service/apis/attachmentResourceTransfer.service.d.ts +13 -0
  220. package/lib/platform/service/apis/audit-log.service.d.ts +48 -0
  221. package/lib/platform/service/apis/bi-app.service.d.ts +14 -0
  222. package/lib/platform/service/apis/bi-data-set.service.d.ts +82 -0
  223. package/lib/platform/service/apis/bi-file-dataset-config.service.d.ts +92 -0
  224. package/lib/platform/service/apis/bi-file.service.d.ts +20 -0
  225. package/lib/platform/service/apis/bi-share.service.d.ts +83 -0
  226. package/lib/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +8 -0
  227. package/lib/platform/service/apis/category.service.d.ts +135 -0
  228. package/lib/platform/service/apis/clearLogLogin.service.d.ts +8 -0
  229. package/lib/platform/service/apis/clearLogOperate.service.d.ts +8 -0
  230. package/lib/platform/service/apis/clearTempDir.service.d.ts +8 -0
  231. package/lib/platform/service/apis/copyFilter.service.d.ts +13 -0
  232. package/lib/platform/service/apis/dashboard.service.d.ts +94 -0
  233. package/lib/platform/service/apis/data-source.service.d.ts +144 -0
  234. package/lib/platform/service/apis/data-trace.service.d.ts +75 -0
  235. package/lib/platform/service/apis/database.service.d.ts +211 -0
  236. package/lib/platform/service/apis/dataset-log.service.d.ts +79 -0
  237. package/lib/platform/service/apis/dataset.service.d.ts +247 -0
  238. package/lib/platform/service/apis/datasource-devops.service.d.ts +66 -0
  239. package/lib/platform/service/apis/datasource-move-data.service.d.ts +86 -0
  240. package/lib/platform/service/apis/datasource-move-detail.service.d.ts +82 -0
  241. package/lib/platform/service/apis/datasource-move.service.d.ts +72 -0
  242. package/lib/platform/service/apis/deleteCompInfo.service.d.ts +17 -0
  243. package/lib/platform/service/apis/deleteCompInfoType.service.d.ts +17 -0
  244. package/lib/platform/service/apis/deleteCsvDatasource.service.d.ts +17 -0
  245. package/lib/platform/service/apis/deleteEchartTheme.service.d.ts +17 -0
  246. package/lib/platform/service/apis/deleteEnshrineComp.service.d.ts +17 -0
  247. package/lib/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +17 -0
  248. package/lib/platform/service/apis/deleteFilter.service.d.ts +17 -0
  249. package/lib/platform/service/apis/deleteLogOperateById.service.d.ts +17 -0
  250. package/lib/platform/service/apis/deleteMapGeoJson.service.d.ts +17 -0
  251. package/lib/platform/service/apis/deleteNotUseDir.service.d.ts +8 -0
  252. package/lib/platform/service/apis/deletePageSnapshoot.service.d.ts +17 -0
  253. package/lib/platform/service/apis/deletePageTemplate.service.d.ts +17 -0
  254. package/lib/platform/service/apis/deletePnResource.service.d.ts +17 -0
  255. package/lib/platform/service/apis/deletePnResourceGroup.service.d.ts +17 -0
  256. package/lib/platform/service/apis/device-interconnection-param.service.d.ts +88 -0
  257. package/lib/platform/service/apis/device-interconnection.service.d.ts +101 -0
  258. package/lib/platform/service/apis/device-param-ref.service.d.ts +41 -0
  259. package/lib/platform/service/apis/exportTemplate.service.d.ts +80 -0
  260. package/lib/platform/service/apis/external-message.service.d.ts +75 -0
  261. package/lib/platform/service/apis/file-task.service.d.ts +131 -0
  262. package/lib/platform/service/apis/file.service.d.ts +42 -0
  263. package/lib/platform/service/apis/front-release.service.d.ts +7 -0
  264. package/lib/platform/service/apis/getAdCodeByAliasName.service.d.ts +14 -0
  265. package/lib/platform/service/apis/getAllCompInfo.service.d.ts +8 -0
  266. package/lib/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +14 -0
  267. package/lib/platform/service/apis/getAllCompInfoType.service.d.ts +8 -0
  268. package/lib/platform/service/apis/getAllCsvDatasource.service.d.ts +14 -0
  269. package/lib/platform/service/apis/getAllEchartTheme.service.d.ts +8 -0
  270. package/lib/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +8 -0
  271. package/lib/platform/service/apis/getAllFilter.service.d.ts +8 -0
  272. package/lib/platform/service/apis/getAllPageTemplate.service.d.ts +8 -0
  273. package/lib/platform/service/apis/getAttachmentInfoByPage.service.d.ts +13 -0
  274. package/lib/platform/service/apis/getCompInfoById.service.d.ts +14 -0
  275. package/lib/platform/service/apis/getCompInfoByPage.service.d.ts +13 -0
  276. package/lib/platform/service/apis/getCompInfoTypeById.service.d.ts +14 -0
  277. package/lib/platform/service/apis/getCompInfoTypeByPage.service.d.ts +13 -0
  278. package/lib/platform/service/apis/getContentToArray.service.d.ts +18 -0
  279. package/lib/platform/service/apis/getCsvDatasourceById.service.d.ts +14 -0
  280. package/lib/platform/service/apis/getCsvDatasourceByName.service.d.ts +14 -0
  281. package/lib/platform/service/apis/getCsvDatasourceByPage.service.d.ts +13 -0
  282. package/lib/platform/service/apis/getDesignerData.service.d.ts +14 -0
  283. package/lib/platform/service/apis/getEchartThemeById.service.d.ts +14 -0
  284. package/lib/platform/service/apis/getEchartThemeByPage.service.d.ts +13 -0
  285. package/lib/platform/service/apis/getEnshrineCompByPage.service.d.ts +13 -0
  286. package/lib/platform/service/apis/getEnshrineCompGroupById.service.d.ts +14 -0
  287. package/lib/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +13 -0
  288. package/lib/platform/service/apis/getFilterById.service.d.ts +14 -0
  289. package/lib/platform/service/apis/getGeoJsonByAdCode.service.d.ts +14 -0
  290. package/lib/platform/service/apis/getLayoutItemObjById.service.d.ts +14 -0
  291. package/lib/platform/service/apis/getLogLoginByPage.service.d.ts +13 -0
  292. package/lib/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +14 -0
  293. package/lib/platform/service/apis/getMapGeoJsonById.service.d.ts +14 -0
  294. package/lib/platform/service/apis/getMapGeoJsonByPage.service.d.ts +13 -0
  295. package/lib/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +8 -0
  296. package/lib/platform/service/apis/getMyEchartThemes.service.d.ts +8 -0
  297. package/lib/platform/service/apis/getMyPnResourceByPage.service.d.ts +10 -0
  298. package/lib/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +13 -0
  299. package/lib/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +18 -0
  300. package/lib/platform/service/apis/getPageSnapshootById.service.d.ts +14 -0
  301. package/lib/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +14 -0
  302. package/lib/platform/service/apis/getPageTemplateById.service.d.ts +14 -0
  303. package/lib/platform/service/apis/getPageTemplateByPage.service.d.ts +13 -0
  304. package/lib/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +13 -0
  305. package/lib/platform/service/apis/getPageTemplateLayout.service.d.ts +14 -0
  306. package/lib/platform/service/apis/getPageTemplateThemeJson.service.d.ts +14 -0
  307. package/lib/platform/service/apis/getPageTotalCount.service.d.ts +8 -0
  308. package/lib/platform/service/apis/getPnLogOperateByPage.service.d.ts +13 -0
  309. package/lib/platform/service/apis/getPnResourceGroupById.service.d.ts +14 -0
  310. package/lib/platform/service/apis/getProjectTotalCount.service.d.ts +8 -0
  311. package/lib/platform/service/apis/getShareCustomCompById.service.d.ts +14 -0
  312. package/lib/platform/service/apis/getShareCustomCompByPage.service.d.ts +13 -0
  313. package/lib/platform/service/apis/getSysEchartThemes.service.d.ts +8 -0
  314. package/lib/platform/service/apis/httpQuery.service.d.ts +10 -0
  315. package/lib/platform/service/apis/i18n-config.service.d.ts +29 -0
  316. package/lib/platform/service/apis/i18n-info.service.d.ts +115 -0
  317. package/lib/platform/service/apis/importCompInfoJson.service.d.ts +13 -0
  318. package/lib/platform/service/apis/importTemplate.service.d.ts +32 -0
  319. package/lib/platform/service/apis/internal-message.service.d.ts +96 -0
  320. package/lib/platform/service/apis/invoke-log.service.d.ts +73 -0
  321. package/lib/platform/service/apis/knowledge-base-chunk.service.d.ts +75 -0
  322. package/lib/platform/service/apis/knowledge-base-doc.service.d.ts +75 -0
  323. package/lib/platform/service/apis/knowledge-base.service.d.ts +72 -0
  324. package/lib/platform/service/apis/ldap.service.d.ts +7 -0
  325. package/lib/platform/service/apis/license-unbind-log.service.d.ts +12 -0
  326. package/lib/platform/service/apis/license.service.d.ts +248 -0
  327. package/lib/platform/service/apis/login-log.service.d.ts +38 -0
  328. package/lib/platform/service/apis/login.service.d.ts +73 -0
  329. package/lib/platform/service/apis/manager.service.d.ts +39 -0
  330. package/lib/platform/service/apis/message-setting.service.d.ts +148 -0
  331. package/lib/platform/service/apis/minio-file.service.d.ts +26 -0
  332. package/lib/platform/service/apis/model-provider.service.d.ts +72 -0
  333. package/lib/platform/service/apis/model.service.d.ts +70 -0
  334. package/lib/platform/service/apis/nav-menu.service.d.ts +98 -0
  335. package/lib/platform/service/apis/nav-page.service.d.ts +81 -0
  336. package/lib/platform/service/apis/openapi-group.service.d.ts +186 -0
  337. package/lib/platform/service/apis/openapi-key-grant.service.d.ts +97 -0
  338. package/lib/platform/service/apis/org-user-picker.service.d.ts +70 -0
  339. package/lib/platform/service/apis/org.service.d.ts +215 -0
  340. package/lib/platform/service/apis/parseCsvOrExcel.service.d.ts +18 -0
  341. package/lib/platform/service/apis/permission.service.d.ts +57 -0
  342. package/lib/platform/service/apis/plat.service.d.ts +190 -0
  343. package/lib/platform/service/apis/plugin-version.service.d.ts +73 -0
  344. package/lib/platform/service/apis/plugin.service.d.ts +185 -0
  345. package/lib/platform/service/apis/pm-process-delegate-detail.service.d.ts +75 -0
  346. package/lib/platform/service/apis/pm-process-delegate.service.d.ts +75 -0
  347. package/lib/platform/service/apis/pm-process-instance.service.d.ts +92 -0
  348. package/lib/platform/service/apis/pm-task-done.service.d.ts +90 -0
  349. package/lib/platform/service/apis/pm-task-todo.service.d.ts +86 -0
  350. package/lib/platform/service/apis/pn-page.service.d.ts +70 -0
  351. package/lib/platform/service/apis/pn-project.service.d.ts +173 -0
  352. package/lib/platform/service/apis/print-log.service.d.ts +107 -0
  353. package/lib/platform/service/apis/print-resource.service.d.ts +131 -0
  354. package/lib/platform/service/apis/regexp.service.d.ts +94 -0
  355. package/lib/platform/service/apis/released.service.d.ts +96 -0
  356. package/lib/platform/service/apis/resourceTransferToPage.service.d.ts +13 -0
  357. package/lib/platform/service/apis/role-permission.service.d.ts +59 -0
  358. package/lib/platform/service/apis/role.service.d.ts +147 -0
  359. package/lib/platform/service/apis/saveCompInfo.service.d.ts +13 -0
  360. package/lib/platform/service/apis/saveCompInfoType.service.d.ts +13 -0
  361. package/lib/platform/service/apis/saveCsvDatasource.service.d.ts +13 -0
  362. package/lib/platform/service/apis/saveEchartTheme.service.d.ts +13 -0
  363. package/lib/platform/service/apis/saveEnshrineComp.service.d.ts +13 -0
  364. package/lib/platform/service/apis/saveEnshrineCompGroup.service.d.ts +13 -0
  365. package/lib/platform/service/apis/saveFilter.service.d.ts +13 -0
  366. package/lib/platform/service/apis/saveMapGeoJson.service.d.ts +13 -0
  367. package/lib/platform/service/apis/savePageSnapshoot.service.d.ts +13 -0
  368. package/lib/platform/service/apis/savePageTemplate.service.d.ts +13 -0
  369. package/lib/platform/service/apis/savePnResourceGroup.service.d.ts +13 -0
  370. package/lib/platform/service/apis/saveShareCustomComp.service.d.ts +13 -0
  371. package/lib/platform/service/apis/seal-management.service.d.ts +85 -0
  372. package/lib/platform/service/apis/searchEnshrineComp.service.d.ts +13 -0
  373. package/lib/platform/service/apis/seat-message.service.d.ts +13 -0
  374. package/lib/platform/service/apis/seat.service.d.ts +100 -0
  375. package/lib/platform/service/apis/setPageSnapshootEnabled.service.d.ts +13 -0
  376. package/lib/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +13 -0
  377. package/lib/platform/service/apis/shortcut.service.d.ts +129 -0
  378. package/lib/platform/service/apis/sign-log.service.d.ts +72 -0
  379. package/lib/platform/service/apis/sms.service.d.ts +19 -0
  380. package/lib/platform/service/apis/started-process.service.d.ts +64 -0
  381. package/lib/platform/service/apis/task-delegate.service.d.ts +101 -0
  382. package/lib/platform/service/apis/task-done.service.d.ts +60 -0
  383. package/lib/platform/service/apis/task-todo.service.d.ts +60 -0
  384. package/lib/platform/service/apis/tenant-developer.service.d.ts +119 -0
  385. package/lib/platform/service/apis/tenant.service.d.ts +482 -0
  386. package/lib/platform/service/apis/toggleEnabled.service.d.ts +13 -0
  387. package/lib/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +13 -0
  388. package/lib/platform/service/apis/uploadFiles.service.d.ts +108 -0
  389. package/lib/platform/service/apis/user-extra.service.d.ts +70 -0
  390. package/lib/platform/service/apis/user-info-log.service.d.ts +74 -0
  391. package/lib/platform/service/apis/user-password-history.service.d.ts +75 -0
  392. package/lib/platform/service/apis/user.service.d.ts +281 -0
  393. package/lib/platform/service/apis/workbench-component-relation.service.d.ts +115 -0
  394. package/lib/platform/service/apis/workbench-component.service.d.ts +86 -0
  395. package/lib/platform/service/entities.d.ts +23348 -0
  396. package/lib/platform/service/index.d.ts +369 -0
  397. package/lib/service/api-manage.cjs +34 -0
  398. package/lib/service/api-service.cjs +165 -0
  399. package/lib/service/api-service.interface.cjs +1 -0
  400. package/lib/service/http.enum.cjs +66 -0
  401. package/lib/service/http.error.cjs +46 -0
  402. package/lib/service/http.util.cjs +245 -0
  403. package/lib/service/index.cjs +54 -0
  404. package/lib/types/index.d.ts +171 -0
  405. package/lib/utils/index.cjs +16 -0
  406. package/package.json +3 -4
  407. package/es/service/request.client.d.ts +0 -6
  408. package/es/service/request.client.mjs +0 -35
  409. package/es/utils/native-http/native-http.d.ts +0 -6
  410. package/es/utils/native-http/native-http.mjs +0 -63
@@ -0,0 +1,1762 @@
1
+ export interface AppAuthParamConfig {
2
+ /**
3
+ * 鉴权字段key 结构的key
4
+ *
5
+ * @type string
6
+ */
7
+ key?: string;
8
+ /**
9
+ * 鉴权字段数据类型(Array,Object,String,Integer,Boolean,BigDecimal,Long)
10
+ *
11
+ * @type string
12
+ */
13
+ keyType?: string;
14
+ /**
15
+ * 鉴权入参配置:请求参数放在请求的位置(header/body/query/path)
16
+ *
17
+ * @type string
18
+ */
19
+ paramType?: string;
20
+ /**
21
+ * 当为鉴权函数时 支持的函数(MD5,NOW,RandomStr,SHA1,SHA256,SHA512,CONCAT)/ 表达式时来源字段(取值表达式 ${data.token})
22
+ *
23
+ * @type string
24
+ */
25
+ value?: string;
26
+ /**
27
+ * 取值类型(填入值:INPUT/鉴权函数:FUNC/表达式取值:EXPRESSION)
28
+ *
29
+ * @type string
30
+ */
31
+ valueType?: string;
32
+ }
33
+ export interface AppAuthRequestConfig {
34
+ /**
35
+ * 鉴权字段key 结构的key
36
+ *
37
+ * @type string
38
+ */
39
+ key?: string;
40
+ /**
41
+ * 鉴权字段数据类型(Array,Object,String,Integer,Boolean,BigDecimal,Long)
42
+ *
43
+ * @type string
44
+ */
45
+ keyType?: string;
46
+ /**
47
+ * 鉴权入参配置:请求参数放在请求的位置(header/body/query/path)
48
+ *
49
+ * @type string
50
+ */
51
+ paramType?: string;
52
+ /**
53
+ * 当为鉴权函数时 支持的函数(MD5,NOW,RandomStr,SHA1,SHA256,SHA512,CONCAT)/ 表达式时来源字段(取值表达式 ${data.token})
54
+ *
55
+ * @type string
56
+ */
57
+ value?: string;
58
+ /**
59
+ * 取值类型(填入值:INPUT/鉴权函数:FUNC/表达式取值:EXPRESSION)
60
+ *
61
+ * @type string
62
+ */
63
+ valueType?: string;
64
+ }
65
+ export interface AppAuthSuccessExpression {
66
+ /**
67
+ * 鉴权参数key
68
+ *
69
+ * @type string
70
+ */
71
+ key?: string;
72
+ /**
73
+ * 鉴权字段数据类型(Array,Object,String,Integer,Boolean,BigDecimal,Long)
74
+ *
75
+ * @type string
76
+ */
77
+ keyType?: string;
78
+ /**
79
+ * 条件运算符(!=,==,>,<,contains,notContains,isNull,isNotNull)
80
+ *
81
+ * @type string
82
+ */
83
+ operator?: string;
84
+ /**
85
+ * 当为鉴权函数时 支持的函数(MD5,NOW,RandomStr,SHA1,SHA256,SHA512,CONCAT)/ 表达式时来源字段(取值表达式 ${data.token})
86
+ *
87
+ * @type string
88
+ */
89
+ value?: string;
90
+ }
91
+ export interface AppConnectorResp {
92
+ /**
93
+ * 应用id
94
+ *
95
+ * @type string
96
+ */
97
+ appId?: string;
98
+ /**
99
+ * 应用名称
100
+ *
101
+ * @type string
102
+ */
103
+ appName?: string;
104
+ /**
105
+ * 鉴权方式(请求参数: DIRECT_ACCESS,获取token: ACCESS_TOKEN,无需鉴权:NONE,自定义: CUSTOM,AD域:AD)
106
+ *
107
+ * @type string
108
+ */
109
+ authMode?: string;
110
+ /**
111
+ * 环境-分支id
112
+ *
113
+ * @type string
114
+ */
115
+ branchId?: string;
116
+ /**
117
+ * 品牌厂商
118
+ *
119
+ * @type string
120
+ */
121
+ brand?: string;
122
+ /**
123
+ * 连接流数量
124
+ *
125
+ * @type number
126
+ */
127
+ connectCount?: number;
128
+ /**
129
+ * 创建时间
130
+ *
131
+ * @type string
132
+ */
133
+ createTime?: string;
134
+ /**
135
+ * 是否启用动态域名,0: 未启用 1: 启用
136
+ *
137
+ * @type number
138
+ */
139
+ dynamicDomain?: number;
140
+ /**
141
+ * 环境
142
+ *
143
+ * @type string
144
+ */
145
+ env?: string;
146
+ /**
147
+ * 配置id
148
+ *
149
+ * @type string
150
+ */
151
+ id?: string;
152
+ /**
153
+ * 最后使用时间
154
+ *
155
+ * @type string
156
+ */
157
+ lastUsedTime?: string;
158
+ /**
159
+ * 应用logo
160
+ *
161
+ * @type string
162
+ */
163
+ logo?: string;
164
+ /**
165
+ * logo背景颜色
166
+ *
167
+ * @type string
168
+ */
169
+ logoBgColor?: string;
170
+ /**
171
+ * logo颜色
172
+ *
173
+ * @type string
174
+ */
175
+ logoColor?: string;
176
+ /**
177
+ * 图标类型(icon、pic)
178
+ *
179
+ * @type string
180
+ */
181
+ logoType?: string;
182
+ /**
183
+ * 环境-应用id
184
+ *
185
+ * @type string
186
+ */
187
+ platformAppId?: string;
188
+ /**
189
+ * 应用版本
190
+ *
191
+ * @type string
192
+ */
193
+ version?: string;
194
+ }
195
+ export interface AuthFormConfig {
196
+ /**
197
+ * 字段key:例如账号:account
198
+ *
199
+ * @type string
200
+ */
201
+ key?: string;
202
+ /**
203
+ * 输入框的值
204
+ *
205
+ * @type string
206
+ */
207
+ value?: string;
208
+ }
209
+ export interface CategoryCompleteResponse {
210
+ /**
211
+ *
212
+ *
213
+ * @type Relation[]
214
+ */
215
+ children?: Relation[];
216
+ /**
217
+ * 是否子版本
218
+ *
219
+ * @type boolean
220
+ */
221
+ hasChild?: boolean;
222
+ /**
223
+ * 主键
224
+ *
225
+ * @type string
226
+ */
227
+ id?: string;
228
+ /**
229
+ * 所属模块
230
+ *
231
+ * @type string
232
+ */
233
+ module?: string;
234
+ /**
235
+ * 分类名称
236
+ *
237
+ * @type string
238
+ */
239
+ name?: string;
240
+ /**
241
+ * 排序
242
+ *
243
+ * @type number
244
+ */
245
+ sortNum?: number;
246
+ /**
247
+ * 是否系统内置数据(0普通、1内置)
248
+ *
249
+ * @type number
250
+ */
251
+ sysBuiltin?: number;
252
+ }
253
+ export interface CategoryDragRequest {
254
+ /**
255
+ * 应用appId
256
+ *
257
+ * @type string
258
+ */
259
+ appId?: string;
260
+ /**
261
+ * 分支id
262
+ *
263
+ * @type string
264
+ */
265
+ branchId?: string;
266
+ /**
267
+ * 应用环境
268
+ *
269
+ * @type string
270
+ */
271
+ env?: string;
272
+ /**
273
+ * 分类id
274
+ *
275
+ * @type string
276
+ */
277
+ id?: string;
278
+ /**
279
+ * 目标位置父节点id,不传或传「ROOT」则代表根节点
280
+ *
281
+ * @type string
282
+ */
283
+ targetParentId?: string;
284
+ /**
285
+ * 目标位置排序序号
286
+ *
287
+ * @type number
288
+ */
289
+ targetSortNum?: number;
290
+ }
291
+ export interface ConnectorConfigRequest {
292
+ /**
293
+ * 鉴权配置动态表单
294
+ *
295
+ * @type AuthFormConfig[]
296
+ */
297
+ authFormConfig?: AuthFormConfig[];
298
+ /**
299
+ * 是否鉴权(请求参数: DIRECT_ACCESS,获取token: ACCESS_TOKEN,无需鉴权:NONE)
300
+ *
301
+ * @type string
302
+ */
303
+ authMode?: string;
304
+ /**
305
+ * 鉴权请求参数
306
+ *
307
+ * @type AppAuthParamConfig[]
308
+ */
309
+ authParam?: AppAuthParamConfig[];
310
+ /**
311
+ * 测试连接状态 SUCCESS,FAILURE
312
+ *
313
+ * @type string
314
+ */
315
+ connectStatus?: string;
316
+ /**
317
+ * 是否启用动态域名,0: 未启用 1: 启用
318
+ *
319
+ * @type number
320
+ */
321
+ dynamicDomain?: number;
322
+ /**
323
+ * 鉴权有效时间
324
+ *
325
+ * @type number
326
+ */
327
+ effectiveTime?: number;
328
+ /**
329
+ * 域名
330
+ *
331
+ * @type string
332
+ */
333
+ host?: string;
334
+ /**
335
+ * 鉴权接口请求方式
336
+ *
337
+ * @type string
338
+ */
339
+ httpMethod?: string;
340
+ /**
341
+ *
342
+ *
343
+ * @type string
344
+ */
345
+ id?: string;
346
+ /**
347
+ * 鉴权地址(动态域名情况下,不配IP地址)
348
+ *
349
+ * @type string
350
+ */
351
+ loginAddress?: string;
352
+ /**
353
+ * 应用id
354
+ *
355
+ * @type string
356
+ */
357
+ relationId?: string;
358
+ /**
359
+ * 鉴权入参配置
360
+ *
361
+ * @type AppAuthRequestConfig[]
362
+ */
363
+ requestConfig?: AppAuthRequestConfig[];
364
+ /**
365
+ * 响应成功条件
366
+ *
367
+ * @type AppAuthSuccessExpression[]
368
+ */
369
+ successExpression?: AppAuthSuccessExpression[];
370
+ /**
371
+ * 鉴权有效时间 单位(秒:SECONDS/小时:HOURS/天:DAYS/分钟:MINUTES)
372
+ *
373
+ * @type string
374
+ */
375
+ timeUnit?: string;
376
+ }
377
+ export interface ConnectorConfigResponse {
378
+ /**
379
+ * 鉴权配置动态表单
380
+ *
381
+ * @type AuthFormConfig[]
382
+ */
383
+ authFormConfig?: AuthFormConfig[];
384
+ /**
385
+ * 鉴权方式(请求参数: DIRECT_ACCESS,获取token: ACCESS_TOKEN,无:NONE,AD域:AD)
386
+ *
387
+ * @type string
388
+ */
389
+ authMode?: string;
390
+ /**
391
+ * 请求参数
392
+ *
393
+ * @type AppAuthParamConfig[]
394
+ */
395
+ authParam?: AppAuthParamConfig[];
396
+ /**
397
+ * 测试连接状态 SUCCESS,FAILURE
398
+ *
399
+ * @type string
400
+ */
401
+ connectStatus?: string;
402
+ /**
403
+ * 连接器ID
404
+ *
405
+ * @type string
406
+ */
407
+ connectorId?: string;
408
+ /**
409
+ *
410
+ *
411
+ * @type string
412
+ */
413
+ createTime?: string;
414
+ /**
415
+ *
416
+ *
417
+ * @type string
418
+ */
419
+ createUserId?: string;
420
+ /**
421
+ *
422
+ *
423
+ * @type string
424
+ */
425
+ createUserName?: string;
426
+ /**
427
+ * 是否启用动态域名,0: 未启用 1: 启用
428
+ *
429
+ * @type number
430
+ */
431
+ dynamicDomain?: number;
432
+ /**
433
+ * 鉴权有效时间
434
+ *
435
+ * @type number
436
+ */
437
+ effectiveTime?: number;
438
+ /**
439
+ * 域名
440
+ *
441
+ * @type string
442
+ */
443
+ host?: string;
444
+ /**
445
+ * 鉴权接口请求方式
446
+ *
447
+ * @type string
448
+ */
449
+ httpMethod?: string;
450
+ /**
451
+ * 主键
452
+ *
453
+ * @type string
454
+ */
455
+ id?: string;
456
+ /**
457
+ * 最后使用时间
458
+ *
459
+ * @type string
460
+ */
461
+ lastUsedTime?: string;
462
+ /**
463
+ * 鉴权地址
464
+ *
465
+ * @type string
466
+ */
467
+ loginAddress?: string;
468
+ /**
469
+ *
470
+ *
471
+ * @type string
472
+ */
473
+ modifyTime?: string;
474
+ /**
475
+ *
476
+ *
477
+ * @type string
478
+ */
479
+ modifyUserId?: string;
480
+ /**
481
+ *
482
+ *
483
+ * @type string
484
+ */
485
+ modifyUserName?: string;
486
+ /**
487
+ * 关联应用id
488
+ *
489
+ * @type string
490
+ */
491
+ relationId?: string;
492
+ /**
493
+ * 接口请求鉴权参数配置
494
+ *
495
+ * @type AppAuthRequestConfig[]
496
+ */
497
+ requestConfig?: AppAuthRequestConfig[];
498
+ /**
499
+ * 响应成功条件
500
+ *
501
+ * @type AppAuthSuccessExpression[]
502
+ */
503
+ successExpression?: AppAuthSuccessExpression[];
504
+ /**
505
+ * 鉴权有效时间 单位(秒:SECONDS/小时:HOURS/天:DAYS/分钟:MINUTES)
506
+ *
507
+ * @type string
508
+ */
509
+ timeUnit?: string;
510
+ }
511
+ export interface ConnectorLogRequest {
512
+ /**
513
+ * 应用名称
514
+ *
515
+ * @type string
516
+ */
517
+ appName?: string;
518
+ /**
519
+ * 鉴权方式(DIRECT_ACCESS/ACCESS_TOKEN/CUSTOM/NONE) 多个逗号分隔
520
+ *
521
+ * @type string
522
+ */
523
+ authMode?: string;
524
+ /**
525
+ * 品牌厂商
526
+ *
527
+ * @type string
528
+ */
529
+ brand?: string;
530
+ /**
531
+ * 连接类型(TEST/BIZ)
532
+ *
533
+ * @type string
534
+ */
535
+ connectMode?: string;
536
+ /**
537
+ * 测试连接状态(SUCCESS,FAILURE)
538
+ *
539
+ * @type string
540
+ */
541
+ connectStatus?: string;
542
+ /**
543
+ * 调用截止时间
544
+ *
545
+ * @type string
546
+ */
547
+ endTime?: string;
548
+ /**
549
+ * 调用开始时间
550
+ *
551
+ * @type string
552
+ */
553
+ startTime?: string;
554
+ /**
555
+ * 应用版本
556
+ *
557
+ * @type string
558
+ */
559
+ version?: string;
560
+ }
561
+ export interface ConnectorLogResponse {
562
+ /**
563
+ * 请求接口时间
564
+ *
565
+ * @type string
566
+ */
567
+ accessTime?: string;
568
+ /**
569
+ * 应用id
570
+ *
571
+ * @type string
572
+ */
573
+ appId?: string;
574
+ /**
575
+ * 应用名称
576
+ *
577
+ * @type string
578
+ */
579
+ appName?: string;
580
+ /**
581
+ * 鉴权方式(DIRECT_ACCESS/ACCESS_TOKEN/CUSTOM/NONE)
582
+ *
583
+ * @type string
584
+ */
585
+ authMode?: string;
586
+ /**
587
+ * 分支id
588
+ *
589
+ * @type string
590
+ */
591
+ branchId?: string;
592
+ /**
593
+ * 品牌厂商
594
+ *
595
+ * @type string
596
+ */
597
+ brand?: string;
598
+ /**
599
+ * 连接类型(测试连接:TEST/业务连接:BIZ)
600
+ *
601
+ * @type string
602
+ */
603
+ connectMode?: string;
604
+ /**
605
+ * 测试连接状态(SUCCESS,FAILURE)
606
+ *
607
+ * @type string
608
+ */
609
+ connectStatus?: string;
610
+ /**
611
+ * 连接器配置id
612
+ *
613
+ * @type string
614
+ */
615
+ connectorId?: string;
616
+ /**
617
+ *
618
+ *
619
+ * @type string
620
+ */
621
+ createTime?: string;
622
+ /**
623
+ *
624
+ *
625
+ * @type string
626
+ */
627
+ createUserId?: string;
628
+ /**
629
+ *
630
+ *
631
+ * @type string
632
+ */
633
+ createUserName?: string;
634
+ /**
635
+ * 耗时ms
636
+ *
637
+ * @type number
638
+ */
639
+ duration?: number;
640
+ /**
641
+ * 应用环境
642
+ *
643
+ * @type string
644
+ */
645
+ env?: string;
646
+ /**
647
+ * 主键
648
+ *
649
+ * @type string
650
+ */
651
+ id?: string;
652
+ /**
653
+ * 鉴权地址
654
+ *
655
+ * @type string
656
+ */
657
+ loginAddress?: string;
658
+ /**
659
+ *
660
+ *
661
+ * @type string
662
+ */
663
+ modifyTime?: string;
664
+ /**
665
+ *
666
+ *
667
+ * @type string
668
+ */
669
+ modifyUserId?: string;
670
+ /**
671
+ *
672
+ *
673
+ * @type string
674
+ */
675
+ modifyUserName?: string;
676
+ /**
677
+ * 请求接口信息
678
+ *
679
+ * @type string
680
+ */
681
+ requestInfo?: string;
682
+ /**
683
+ * 请求报文信息
684
+ *
685
+ * @type IObject
686
+ */
687
+ requestMessage?: IObject;
688
+ /**
689
+ * 接口响应信息
690
+ *
691
+ * @type IObject
692
+ */
693
+ responseMessage?: IObject;
694
+ /**
695
+ * 请求时间
696
+ *
697
+ * @type string
698
+ */
699
+ responseTime?: string;
700
+ /**
701
+ * 租户id
702
+ *
703
+ * @type string
704
+ */
705
+ tenantId?: string;
706
+ /**
707
+ * 请求地址
708
+ *
709
+ * @type string
710
+ */
711
+ url?: string;
712
+ /**
713
+ * 应用版本
714
+ *
715
+ * @type string
716
+ */
717
+ version?: string;
718
+ }
719
+ export interface DebugDTO {
720
+ /**
721
+ * 即websocket的clientId: debug_flowId_requestId,debug为websocket连接的业务前缀,其中requestId为这一次调试id,为随机值有后端生成
722
+ *
723
+ * @type string
724
+ */
725
+ clientId?: string;
726
+ /**
727
+ * 调试模式:单步:single、多步:multi
728
+ *
729
+ * @type string
730
+ */
731
+ debugModel?: string;
732
+ /**
733
+ * 打断点的节点id
734
+ *
735
+ * @type string[]
736
+ */
737
+ debugNodeIds?: string[];
738
+ /**
739
+ * 编排的json
740
+ *
741
+ * @type string
742
+ */
743
+ flow?: string;
744
+ /**
745
+ * json是否修改过
746
+ *
747
+ * @type boolean
748
+ */
749
+ updated?: boolean;
750
+ }
751
+ export interface FlowAppReq {
752
+ /**
753
+ *
754
+ *
755
+ * @type string
756
+ */
757
+ brand?: string;
758
+ /**
759
+ * 分类ID
760
+ *
761
+ * @type string
762
+ */
763
+ categoryId?: string;
764
+ /**
765
+ * 描述
766
+ *
767
+ * @type string
768
+ */
769
+ description?: string;
770
+ /**
771
+ * 应用logo
772
+ *
773
+ * @type string
774
+ */
775
+ logo?: string;
776
+ /**
777
+ * logo背景颜色
778
+ *
779
+ * @type string
780
+ */
781
+ logoBgColor?: string;
782
+ /**
783
+ * logo颜色
784
+ *
785
+ * @type string
786
+ */
787
+ logoColor?: string;
788
+ /**
789
+ * logo类型(icon/pic)
790
+ *
791
+ * @type string
792
+ */
793
+ logoType?: string;
794
+ /**
795
+ *
796
+ *
797
+ * @type string
798
+ */
799
+ name?: string;
800
+ /**
801
+ *
802
+ *
803
+ * @type string
804
+ */
805
+ version?: string;
806
+ }
807
+ export interface FlowAppRequest {
808
+ /**
809
+ * 品牌
810
+ *
811
+ * @type string
812
+ */
813
+ brand?: string;
814
+ /**
815
+ * 分类ID
816
+ *
817
+ * @type string
818
+ */
819
+ categoryId?: string;
820
+ /**
821
+ * 描述
822
+ *
823
+ * @type string
824
+ */
825
+ description?: string;
826
+ /**
827
+ * 应用logo
828
+ *
829
+ * @type string
830
+ */
831
+ logo?: string;
832
+ /**
833
+ * logo背景颜色
834
+ *
835
+ * @type string
836
+ */
837
+ logoBgColor?: string;
838
+ /**
839
+ * logo颜色
840
+ *
841
+ * @type string
842
+ */
843
+ logoColor?: string;
844
+ /**
845
+ * 图标类型(icon/pic)
846
+ *
847
+ * @type string
848
+ */
849
+ logoType?: string;
850
+ /**
851
+ * 应用名称
852
+ *
853
+ * @type string
854
+ */
855
+ name?: string;
856
+ /**
857
+ * 状态
858
+ *
859
+ * @type number
860
+ */
861
+ status?: number;
862
+ /**
863
+ * 租户ID
864
+ *
865
+ * @type string
866
+ */
867
+ tenantId?: string;
868
+ /**
869
+ * 版本
870
+ *
871
+ * @type string
872
+ */
873
+ version?: string;
874
+ }
875
+ export interface FlowAppResponse {
876
+ /**
877
+ * 品牌
878
+ *
879
+ * @type string
880
+ */
881
+ brand?: string;
882
+ /**
883
+ * 分类ID
884
+ *
885
+ * @type string
886
+ */
887
+ categoryId?: string;
888
+ /**
889
+ *
890
+ *
891
+ * @type string
892
+ */
893
+ createTime?: string;
894
+ /**
895
+ *
896
+ *
897
+ * @type string
898
+ */
899
+ createUserId?: string;
900
+ /**
901
+ *
902
+ *
903
+ * @type string
904
+ */
905
+ createUserName?: string;
906
+ /**
907
+ * 描述
908
+ *
909
+ * @type string
910
+ */
911
+ description?: string;
912
+ /**
913
+ * 应用主键
914
+ *
915
+ * @type string
916
+ */
917
+ id?: string;
918
+ /**
919
+ * 应用logo
920
+ *
921
+ * @type string
922
+ */
923
+ logo?: string;
924
+ /**
925
+ * 背景颜色
926
+ *
927
+ * @type string
928
+ */
929
+ logoBgColor?: string;
930
+ /**
931
+ * 颜色
932
+ *
933
+ * @type string
934
+ */
935
+ logoColor?: string;
936
+ /**
937
+ * 图标类型(icon/pic)
938
+ *
939
+ * @type string
940
+ */
941
+ logoType?: string;
942
+ /**
943
+ *
944
+ *
945
+ * @type string
946
+ */
947
+ modifyTime?: string;
948
+ /**
949
+ *
950
+ *
951
+ * @type string
952
+ */
953
+ modifyUserId?: string;
954
+ /**
955
+ *
956
+ *
957
+ * @type string
958
+ */
959
+ modifyUserName?: string;
960
+ /**
961
+ * 应用名称
962
+ *
963
+ * @type string
964
+ */
965
+ name?: string;
966
+ /**
967
+ * 状态
968
+ *
969
+ * @type number
970
+ */
971
+ status?: number;
972
+ /**
973
+ * 租户ID
974
+ *
975
+ * @type string
976
+ */
977
+ tenantId?: string;
978
+ /**
979
+ * 版本
980
+ *
981
+ * @type string
982
+ */
983
+ version?: string;
984
+ }
985
+ export interface FlowCategoryRequest {
986
+ /**
987
+ * 应用appId
988
+ *
989
+ * @type string
990
+ */
991
+ appId?: string;
992
+ /**
993
+ * 分支id
994
+ *
995
+ * @type string
996
+ */
997
+ branchId?: string;
998
+ /**
999
+ * 应用环境
1000
+ *
1001
+ * @type string
1002
+ */
1003
+ env?: string;
1004
+ /**
1005
+ * 所属模块(连接流:flow,连接器:connector)
1006
+ *
1007
+ * @type string
1008
+ */
1009
+ module?: string;
1010
+ /**
1011
+ * 分类名称
1012
+ *
1013
+ * @type string
1014
+ */
1015
+ name?: string;
1016
+ /**
1017
+ * 父节点id
1018
+ *
1019
+ * @type string
1020
+ */
1021
+ parentId?: string;
1022
+ }
1023
+ export interface FlowCategoryResponse {
1024
+ /**
1025
+ *
1026
+ *
1027
+ * @type string
1028
+ */
1029
+ createTime?: string;
1030
+ /**
1031
+ *
1032
+ *
1033
+ * @type string
1034
+ */
1035
+ createUserId?: string;
1036
+ /**
1037
+ *
1038
+ *
1039
+ * @type string
1040
+ */
1041
+ createUserName?: string;
1042
+ /**
1043
+ * 全路径
1044
+ *
1045
+ * @type string
1046
+ */
1047
+ fullPath?: string;
1048
+ /**
1049
+ * 主键
1050
+ *
1051
+ * @type string
1052
+ */
1053
+ id?: string;
1054
+ /**
1055
+ *
1056
+ *
1057
+ * @type string
1058
+ */
1059
+ modifyTime?: string;
1060
+ /**
1061
+ *
1062
+ *
1063
+ * @type string
1064
+ */
1065
+ modifyUserId?: string;
1066
+ /**
1067
+ *
1068
+ *
1069
+ * @type string
1070
+ */
1071
+ modifyUserName?: string;
1072
+ /**
1073
+ * 所属模块
1074
+ *
1075
+ * @type string
1076
+ */
1077
+ module?: string;
1078
+ /**
1079
+ * 分类名称
1080
+ *
1081
+ * @type string
1082
+ */
1083
+ name?: string;
1084
+ /**
1085
+ * 父节点id
1086
+ *
1087
+ * @type string
1088
+ */
1089
+ parentId?: string;
1090
+ /**
1091
+ * 排序
1092
+ *
1093
+ * @type number
1094
+ */
1095
+ sortNum?: number;
1096
+ /**
1097
+ * 是否系统内置数据(0普通、1内置)
1098
+ *
1099
+ * @type number
1100
+ */
1101
+ sysBuiltin?: number;
1102
+ }
1103
+ export interface FlowCreateWithCategoryReq {
1104
+ /**
1105
+ * 分类id
1106
+ *
1107
+ * @type string
1108
+ */
1109
+ categoryId?: string;
1110
+ /**
1111
+ *
1112
+ *
1113
+ * @type string
1114
+ */
1115
+ fAppId?: string;
1116
+ /**
1117
+ * key
1118
+ *
1119
+ * @type string
1120
+ */
1121
+ key?: string;
1122
+ /**
1123
+ * 备注
1124
+ *
1125
+ * @type string
1126
+ */
1127
+ mark?: string;
1128
+ /**
1129
+ *
1130
+ *
1131
+ * @type string
1132
+ */
1133
+ name?: string;
1134
+ }
1135
+ export interface FlowDebugNodeLog {
1136
+ /**
1137
+ * clientId
1138
+ *
1139
+ * @type string
1140
+ */
1141
+ clientId?: string;
1142
+ /**
1143
+ *
1144
+ *
1145
+ * @type number
1146
+ */
1147
+ endTime?: number;
1148
+ /**
1149
+ *
1150
+ *
1151
+ * @type LogResponse
1152
+ */
1153
+ request?: LogResponse;
1154
+ /**
1155
+ *
1156
+ *
1157
+ * @type LogResponse
1158
+ */
1159
+ response?: LogResponse;
1160
+ /**
1161
+ *
1162
+ *
1163
+ * @type number
1164
+ */
1165
+ startTime?: number;
1166
+ /**
1167
+ *
1168
+ *
1169
+ * @type boolean
1170
+ */
1171
+ status?: boolean;
1172
+ }
1173
+ export interface FlowExtRequest {
1174
+ /**
1175
+ * 连接流json
1176
+ *
1177
+ * @type string
1178
+ */
1179
+ definitionJson?: string;
1180
+ /**
1181
+ * 连接流id
1182
+ *
1183
+ * @type string
1184
+ */
1185
+ fuuid?: string;
1186
+ /**
1187
+ * 状态
1188
+ *
1189
+ * @type number
1190
+ */
1191
+ status?: number;
1192
+ /**
1193
+ * 状态字符串
1194
+ *
1195
+ * @type string
1196
+ */
1197
+ statusStr?: string;
1198
+ /**
1199
+ * k值
1200
+ *
1201
+ * @type string
1202
+ */
1203
+ version?: string;
1204
+ }
1205
+ export interface FlowExtResponse {
1206
+ /**
1207
+ *
1208
+ *
1209
+ * @type string
1210
+ */
1211
+ createTime?: string;
1212
+ /**
1213
+ *
1214
+ *
1215
+ * @type string
1216
+ */
1217
+ createUserId?: string;
1218
+ /**
1219
+ *
1220
+ *
1221
+ * @type string
1222
+ */
1223
+ createUserName?: string;
1224
+ /**
1225
+ * 连接流json
1226
+ *
1227
+ * @type string
1228
+ */
1229
+ definitionJson?: string;
1230
+ /**
1231
+ * 连接流id
1232
+ *
1233
+ * @type string
1234
+ */
1235
+ fuuid?: string;
1236
+ /**
1237
+ * ID
1238
+ *
1239
+ * @type string
1240
+ */
1241
+ id?: string;
1242
+ /**
1243
+ *
1244
+ *
1245
+ * @type string
1246
+ */
1247
+ modifyTime?: string;
1248
+ /**
1249
+ *
1250
+ *
1251
+ * @type string
1252
+ */
1253
+ modifyUserId?: string;
1254
+ /**
1255
+ *
1256
+ *
1257
+ * @type string
1258
+ */
1259
+ modifyUserName?: string;
1260
+ /**
1261
+ * 状态
1262
+ *
1263
+ * @type number
1264
+ */
1265
+ status?: number;
1266
+ /**
1267
+ * 状态字符串
1268
+ *
1269
+ * @type string
1270
+ */
1271
+ statusStr?: string;
1272
+ /**
1273
+ * k值
1274
+ *
1275
+ * @type string
1276
+ */
1277
+ version?: string;
1278
+ }
1279
+ export interface FlowMainResp {
1280
+ /**
1281
+ *
1282
+ *
1283
+ * @type string
1284
+ */
1285
+ appName?: string;
1286
+ /**
1287
+ *
1288
+ *
1289
+ * @type string
1290
+ */
1291
+ categoryId?: string;
1292
+ /**
1293
+ *
1294
+ *
1295
+ * @type string
1296
+ */
1297
+ createTime?: string;
1298
+ /**
1299
+ *
1300
+ *
1301
+ * @type string
1302
+ */
1303
+ createUserId?: string;
1304
+ /**
1305
+ *
1306
+ *
1307
+ * @type string
1308
+ */
1309
+ createUserName?: string;
1310
+ /**
1311
+ *
1312
+ *
1313
+ * @type number
1314
+ */
1315
+ deleted?: number;
1316
+ /**
1317
+ *
1318
+ *
1319
+ * @type string
1320
+ */
1321
+ fuuid?: string;
1322
+ /**
1323
+ *
1324
+ *
1325
+ * @type string
1326
+ */
1327
+ id?: string;
1328
+ /**
1329
+ *
1330
+ *
1331
+ * @type string
1332
+ */
1333
+ key?: string;
1334
+ /**
1335
+ *
1336
+ *
1337
+ * @type string
1338
+ */
1339
+ mark?: string;
1340
+ /**
1341
+ *
1342
+ *
1343
+ * @type string
1344
+ */
1345
+ modifyTime?: string;
1346
+ /**
1347
+ *
1348
+ *
1349
+ * @type string
1350
+ */
1351
+ modifyUserId?: string;
1352
+ /**
1353
+ *
1354
+ *
1355
+ * @type string
1356
+ */
1357
+ modifyUserName?: string;
1358
+ /**
1359
+ *
1360
+ *
1361
+ * @type string
1362
+ */
1363
+ name?: string;
1364
+ /**
1365
+ *
1366
+ *
1367
+ * @type string
1368
+ */
1369
+ nameStr?: string;
1370
+ /**
1371
+ *
1372
+ *
1373
+ * @type number
1374
+ */
1375
+ status?: number;
1376
+ /**
1377
+ *
1378
+ *
1379
+ * @type string
1380
+ */
1381
+ statusStr?: string;
1382
+ /**
1383
+ *
1384
+ *
1385
+ * @type string
1386
+ */
1387
+ triggerType?: string;
1388
+ /**
1389
+ *
1390
+ *
1391
+ * @type string
1392
+ */
1393
+ updateTime?: string;
1394
+ }
1395
+ export interface FlowUpdateReq {
1396
+ /**
1397
+ * 分类id
1398
+ *
1399
+ * @type string
1400
+ */
1401
+ categoryId?: string;
1402
+ /**
1403
+ *
1404
+ *
1405
+ * @type string
1406
+ */
1407
+ fAppId?: string;
1408
+ /**
1409
+ *
1410
+ *
1411
+ * @type string
1412
+ */
1413
+ key?: string;
1414
+ /**
1415
+ *
1416
+ *
1417
+ * @type string
1418
+ */
1419
+ mark?: string;
1420
+ /**
1421
+ *
1422
+ *
1423
+ * @type string
1424
+ */
1425
+ name?: string;
1426
+ }
1427
+ export interface LogResponse {
1428
+ /**
1429
+ *
1430
+ *
1431
+ * @type IObject
1432
+ */
1433
+ body?: IObject;
1434
+ /**
1435
+ *
1436
+ *
1437
+ * @type IObject
1438
+ */
1439
+ headers?: IObject;
1440
+ /**
1441
+ *
1442
+ *
1443
+ * @type IObject
1444
+ */
1445
+ method?: IObject;
1446
+ /**
1447
+ *
1448
+ *
1449
+ * @type IObject
1450
+ */
1451
+ path?: IObject;
1452
+ /**
1453
+ *
1454
+ *
1455
+ * @type IObject
1456
+ */
1457
+ query?: IObject;
1458
+ /**
1459
+ *
1460
+ *
1461
+ * @type string
1462
+ */
1463
+ url?: string;
1464
+ }
1465
+ export interface Relation {
1466
+ /**
1467
+ * 分类id
1468
+ *
1469
+ * @type string
1470
+ */
1471
+ categoryId?: string;
1472
+ /**
1473
+ * 分类名称
1474
+ *
1475
+ * @type string
1476
+ */
1477
+ categoryName?: string;
1478
+ /**
1479
+ *
1480
+ *
1481
+ * @type Relation[]
1482
+ */
1483
+ children?: Relation[];
1484
+ /**
1485
+ *
1486
+ *
1487
+ * @type string
1488
+ */
1489
+ createTime?: string;
1490
+ /**
1491
+ *
1492
+ *
1493
+ * @type string
1494
+ */
1495
+ createUserId?: string;
1496
+ /**
1497
+ *
1498
+ *
1499
+ * @type string
1500
+ */
1501
+ createUserName?: string;
1502
+ /**
1503
+ * 是否默认
1504
+ *
1505
+ * @type number
1506
+ */
1507
+ defaulted?: number;
1508
+ /**
1509
+ *
1510
+ *
1511
+ * @type number
1512
+ */
1513
+ deleted?: number;
1514
+ /**
1515
+ * 是否子版本
1516
+ *
1517
+ * @type boolean
1518
+ */
1519
+ hasChild?: boolean;
1520
+ /**
1521
+ * 关联表主键id
1522
+ *
1523
+ * @type string
1524
+ */
1525
+ id?: string;
1526
+ /**
1527
+ * 分类数据key
1528
+ *
1529
+ * @type string
1530
+ */
1531
+ key?: string;
1532
+ /**
1533
+ *
1534
+ *
1535
+ * @type string
1536
+ */
1537
+ modifyTime?: string;
1538
+ /**
1539
+ *
1540
+ *
1541
+ * @type string
1542
+ */
1543
+ modifyUserId?: string;
1544
+ /**
1545
+ *
1546
+ *
1547
+ * @type string
1548
+ */
1549
+ modifyUserName?: string;
1550
+ /**
1551
+ * 分类数据名称
1552
+ *
1553
+ * @type string
1554
+ */
1555
+ name?: string;
1556
+ /**
1557
+ * 分类数据id
1558
+ *
1559
+ * @type string
1560
+ */
1561
+ relationId?: string;
1562
+ /**
1563
+ * 排序
1564
+ *
1565
+ * @type number
1566
+ */
1567
+ sortNum?: number;
1568
+ /**
1569
+ * 是否系统内置服务
1570
+ *
1571
+ * @type number
1572
+ */
1573
+ sysBuiltin?: number;
1574
+ }
1575
+ export interface RequestBizServiceConfig {
1576
+ /**
1577
+ * 鉴权配置动态表单
1578
+ *
1579
+ * @type AuthFormConfig[]
1580
+ */
1581
+ authFormConfig?: AuthFormConfig[];
1582
+ /**
1583
+ * 是否鉴权(请求参数: DIRECT_ACCESS,获取token: ACCESS_TOKEN,无需鉴权:NONE)
1584
+ *
1585
+ * @type string
1586
+ */
1587
+ authMode?: string;
1588
+ /**
1589
+ * 鉴权请求参数
1590
+ *
1591
+ * @type AppAuthParamConfig[]
1592
+ */
1593
+ authParam?: AppAuthParamConfig[];
1594
+ /**
1595
+ * 测试连接状态 SUCCESS,FAILURE
1596
+ *
1597
+ * @type string
1598
+ */
1599
+ connectStatus?: string;
1600
+ /**
1601
+ * 调试接口地址
1602
+ *
1603
+ * @type string
1604
+ */
1605
+ debugAddress?: string;
1606
+ /**
1607
+ * 调试接口请求参数配置
1608
+ *
1609
+ * @type AppAuthRequestConfig[]
1610
+ */
1611
+ debugRequestConfig?: AppAuthRequestConfig[];
1612
+ /**
1613
+ * 鉴权接口请求方式
1614
+ *
1615
+ * @type string
1616
+ */
1617
+ debugRequestMethod?: string;
1618
+ /**
1619
+ * 是否启用动态域名,0: 未启用 1: 启用
1620
+ *
1621
+ * @type number
1622
+ */
1623
+ dynamicDomain?: number;
1624
+ /**
1625
+ * 鉴权有效时间
1626
+ *
1627
+ * @type number
1628
+ */
1629
+ effectiveTime?: number;
1630
+ /**
1631
+ * 域名
1632
+ *
1633
+ * @type string
1634
+ */
1635
+ host?: string;
1636
+ /**
1637
+ * 鉴权接口请求方式
1638
+ *
1639
+ * @type string
1640
+ */
1641
+ httpMethod?: string;
1642
+ /**
1643
+ *
1644
+ *
1645
+ * @type string
1646
+ */
1647
+ id?: string;
1648
+ /**
1649
+ * 鉴权地址(动态域名情况下,不配IP地址)
1650
+ *
1651
+ * @type string
1652
+ */
1653
+ loginAddress?: string;
1654
+ /**
1655
+ * 应用id
1656
+ *
1657
+ * @type string
1658
+ */
1659
+ relationId?: string;
1660
+ /**
1661
+ * 鉴权入参配置
1662
+ *
1663
+ * @type AppAuthRequestConfig[]
1664
+ */
1665
+ requestConfig?: AppAuthRequestConfig[];
1666
+ /**
1667
+ * 响应成功条件
1668
+ *
1669
+ * @type AppAuthSuccessExpression[]
1670
+ */
1671
+ successExpression?: AppAuthSuccessExpression[];
1672
+ /**
1673
+ * 鉴权有效时间 单位(秒:SECONDS/小时:HOURS/天:DAYS/分钟:MINUTES)
1674
+ *
1675
+ * @type string
1676
+ */
1677
+ timeUnit?: string;
1678
+ }
1679
+ export interface ResponseEntity {
1680
+ /**
1681
+ * 执行结果状态码
1682
+ *
1683
+ * @type number
1684
+ */
1685
+ code?: number;
1686
+ /**
1687
+ * 返回正确结果时携带的数据
1688
+ *
1689
+ * @type IObject
1690
+ */
1691
+ data?: IObject;
1692
+ /**
1693
+ * 执行结果信息
1694
+ *
1695
+ * @type string
1696
+ */
1697
+ message?: string;
1698
+ /**
1699
+ *
1700
+ *
1701
+ * @type boolean
1702
+ */
1703
+ ok?: boolean;
1704
+ /**
1705
+ * 执行结果子状态码
1706
+ *
1707
+ * @type string
1708
+ */
1709
+ subCode?: string;
1710
+ /**
1711
+ * 执行结果子信息
1712
+ *
1713
+ * @type string
1714
+ */
1715
+ subMessage?: string;
1716
+ }
1717
+ export interface SchemaObject {
1718
+ /**
1719
+ *
1720
+ *
1721
+ * @type SchemaObject
1722
+ */
1723
+ items?: SchemaObject;
1724
+ /**
1725
+ *
1726
+ *
1727
+ * @type IObject
1728
+ */
1729
+ not?: IObject;
1730
+ /**
1731
+ *
1732
+ *
1733
+ * @type IObject
1734
+ */
1735
+ properties?: IObject;
1736
+ /**
1737
+ *
1738
+ *
1739
+ * @type string[]
1740
+ */
1741
+ required?: string[];
1742
+ /**
1743
+ *
1744
+ *
1745
+ * @type string
1746
+ */
1747
+ type?: string;
1748
+ }
1749
+ export interface ValidCronResponse {
1750
+ /**
1751
+ * 错误信息(若有)
1752
+ *
1753
+ * @type string
1754
+ */
1755
+ errorMsg?: string;
1756
+ /**
1757
+ * 校验结果: true成功、false失败
1758
+ *
1759
+ * @type boolean
1760
+ */
1761
+ result?: boolean;
1762
+ }