@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
@@ -648,6 +648,12 @@ export interface AppendRelatedInstRequest {
648
648
  * @type string
649
649
  */
650
650
  mfgOrderId?: string;
651
+ /**
652
+ * 模块类型
653
+ *
654
+ * @type string
655
+ */
656
+ module?: string;
651
657
  /**
652
658
  * 在线表单是否必填 1: 必填 0 非必填
653
659
  *
@@ -1276,6 +1282,12 @@ export interface BindRelatedIndstRequest {
1276
1282
  * @type string
1277
1283
  */
1278
1284
  mfgOrderId?: string;
1285
+ /**
1286
+ * 模块类型
1287
+ *
1288
+ * @type string
1289
+ */
1290
+ module?: string;
1279
1291
  /**
1280
1292
  * 当前批次
1281
1293
  *
@@ -2354,6 +2366,12 @@ export interface ChildEdhrInstanceRelationDTO {
2354
2366
  * @type string
2355
2367
  */
2356
2368
  modifyUserName?: string;
2369
+ /**
2370
+ *
2371
+ *
2372
+ * @type string
2373
+ */
2374
+ module?: string;
2357
2375
  /**
2358
2376
  * 引用详情
2359
2377
  *
@@ -6666,6 +6684,12 @@ export interface EdhrInstance {
6666
6684
  * @type string
6667
6685
  */
6668
6686
  modifyUserName?: string;
6687
+ /**
6688
+ *
6689
+ *
6690
+ * @type string
6691
+ */
6692
+ module?: string;
6669
6693
  /**
6670
6694
  *
6671
6695
  *
@@ -6818,6 +6842,12 @@ export interface EdhrInstanceQueryRequest {
6818
6842
  * @type string
6819
6843
  */
6820
6844
  modifyUserId?: string;
6845
+ /**
6846
+ * 模块类型
6847
+ *
6848
+ * @type string
6849
+ */
6850
+ module?: string;
6821
6851
  /**
6822
6852
  * 操作人
6823
6853
  *
@@ -6894,6 +6924,12 @@ export interface EdhrInstanceRequest {
6894
6924
  * @type string
6895
6925
  */
6896
6926
  materialStatus?: string;
6927
+ /**
6928
+ * 模块类型
6929
+ *
6930
+ * @type string
6931
+ */
6932
+ module?: string;
6897
6933
  /**
6898
6934
  * 实例参数(业务扩展属性)
6899
6935
  *
@@ -7016,6 +7052,12 @@ export interface EdhrInstanceResponse {
7016
7052
  * @type string
7017
7053
  */
7018
7054
  modifyUserName?: string;
7055
+ /**
7056
+ * 模块类型
7057
+ *
7058
+ * @type string
7059
+ */
7060
+ module?: string;
7019
7061
  /**
7020
7062
  * 实例参数(业务扩展属性)
7021
7063
  *
@@ -7413,6 +7455,56 @@ export interface EdhrLogUserEntity {
7413
7455
  */
7414
7456
  userId?: string;
7415
7457
  }
7458
+ export interface EdhrSummaryRelationDhrTraceDetail {
7459
+ /**
7460
+ * 关联批次
7461
+ *
7462
+ * @type string
7463
+ */
7464
+ container?: string;
7465
+ /**
7466
+ * DHR名称
7467
+ *
7468
+ * @type string
7469
+ */
7470
+ dhrName?: string;
7471
+ /**
7472
+ * 关联工单
7473
+ *
7474
+ * @type string
7475
+ */
7476
+ mfgOrder?: string;
7477
+ /**
7478
+ * 操作类型
7479
+ *
7480
+ * @type string
7481
+ */
7482
+ operateType?: string;
7483
+ /**
7484
+ * 产品编码
7485
+ *
7486
+ * @type string
7487
+ */
7488
+ productCode?: string;
7489
+ /**
7490
+ * 产品名称
7491
+ *
7492
+ * @type string
7493
+ */
7494
+ productName?: string;
7495
+ /**
7496
+ * 来源
7497
+ *
7498
+ * @type string
7499
+ */
7500
+ source?: string;
7501
+ /**
7502
+ * 规格型号
7503
+ *
7504
+ * @type string
7505
+ */
7506
+ spec?: string;
7507
+ }
7416
7508
  export interface EdhrSummaryTraceDetail {
7417
7509
  /**
7418
7510
  * 表单备注名
@@ -7451,6 +7543,76 @@ export interface EdhrSummaryTraceDetail {
7451
7543
  */
7452
7544
  source?: string;
7453
7545
  }
7546
+ export interface EdhrSummaryTraceEntity {
7547
+ /**
7548
+ * 关联eDhr实例
7549
+ *
7550
+ * @type EdhrSummaryRelationDhrTraceDetail[]
7551
+ */
7552
+ edhrInstList?: EdhrSummaryRelationDhrTraceDetail[];
7553
+ /**
7554
+ * 表单实例
7555
+ *
7556
+ * @type EdhrSummaryTraceDetail[]
7557
+ */
7558
+ formInstList?: EdhrSummaryTraceDetail[];
7559
+ }
7560
+ export interface EdhrTmplCommonRequest {
7561
+ /**
7562
+ * 父id
7563
+ *
7564
+ * @type string
7565
+ */
7566
+ baseId?: string;
7567
+ /**
7568
+ * 分类id
7569
+ *
7570
+ * @type string
7571
+ */
7572
+ categoryId?: string;
7573
+ /**
7574
+ * 编号
7575
+ *
7576
+ * @type string
7577
+ */
7578
+ code?: string;
7579
+ /**
7580
+ * 是否默认版本 1是 0否
7581
+ *
7582
+ * @type number
7583
+ */
7584
+ default?: number;
7585
+ /**
7586
+ * 备注
7587
+ *
7588
+ * @type string
7589
+ */
7590
+ description?: string;
7591
+ /**
7592
+ * 模块类型
7593
+ *
7594
+ * @type string
7595
+ */
7596
+ module?: string;
7597
+ /**
7598
+ * 名称
7599
+ *
7600
+ * @type string
7601
+ */
7602
+ name?: string;
7603
+ /**
7604
+ * 电子记录-线下版本号
7605
+ *
7606
+ * @type string
7607
+ */
7608
+ offlineVersion?: string;
7609
+ /**
7610
+ * 版本
7611
+ *
7612
+ * @type string
7613
+ */
7614
+ version?: string;
7615
+ }
7454
7616
  export interface EdhrTmplRequest {
7455
7617
  /**
7456
7618
  * 父id
@@ -7592,6 +7754,12 @@ export interface EdhrTmplResponse {
7592
7754
  * @type string
7593
7755
  */
7594
7756
  modifyUserName?: string;
7757
+ /**
7758
+ * 模块类型
7759
+ *
7760
+ * @type string
7761
+ */
7762
+ module?: string;
7595
7763
  /**
7596
7764
  * 名称
7597
7765
  *
@@ -8945,6 +9113,20 @@ export interface ExpConfig {
8945
9113
  */
8946
9114
  relationColumns?: string[];
8947
9115
  }
9116
+ export interface ExportFormRequest {
9117
+ /**
9118
+ *
9119
+ *
9120
+ * @type string[]
9121
+ */
9122
+ ids?: string[];
9123
+ /**
9124
+ *
9125
+ *
9126
+ * @type string
9127
+ */
9128
+ type?: string;
9129
+ }
8948
9130
  export interface ExprDTO {
8949
9131
  /**
8950
9132
  * 字段名,最外层才有
@@ -10271,6 +10453,38 @@ export interface FontConfig {
10271
10453
  */
10272
10454
  value?: string;
10273
10455
  }
10456
+ export interface FormInstBomResponse {
10457
+ /**
10458
+ *
10459
+ *
10460
+ * @type object[]
10461
+ */
10462
+ bomEntries?: object[];
10463
+ /**
10464
+ *
10465
+ *
10466
+ * @type object[]
10467
+ */
10468
+ formTmplBomList?: object[];
10469
+ /**
10470
+ *
10471
+ *
10472
+ * @type string
10473
+ */
10474
+ productionIdentificationId?: string;
10475
+ /**
10476
+ *
10477
+ *
10478
+ * @type number
10479
+ */
10480
+ qty?: number;
10481
+ /**
10482
+ *
10483
+ *
10484
+ * @type object[]
10485
+ */
10486
+ sequenceEntries?: object[];
10487
+ }
10274
10488
  export interface FormInstLockResponse {
10275
10489
  /**
10276
10490
  *
@@ -10406,6 +10620,12 @@ export interface FormRelateDTO {
10406
10620
  * @type string
10407
10621
  */
10408
10622
  modifyUserName?: string;
10623
+ /**
10624
+ * DHR所属模块
10625
+ *
10626
+ * @type string
10627
+ */
10628
+ module?: string;
10409
10629
  /**
10410
10630
  * 分类数据名称
10411
10631
  *
@@ -11333,83 +11553,81 @@ export interface ImportReportResponse {
11333
11553
  */
11334
11554
  report?: string;
11335
11555
  }
11336
- export interface ImportVersionRequest {
11556
+ export interface ImportResponse {
11337
11557
  /**
11338
- * 应用id
11339
11558
  *
11340
- * @type string
11559
+ *
11560
+ * @type number
11341
11561
  */
11342
- appId?: string;
11562
+ endTime?: number;
11343
11563
  /**
11344
- * 应用包路径
11345
11564
  *
11346
- * @type string
11565
+ *
11566
+ * @type number
11347
11567
  */
11348
- appPkgUrl?: string;
11568
+ errorCount?: number;
11349
11569
  /**
11350
- * 说明
11570
+ *
11351
11571
  *
11352
11572
  * @type string
11353
11573
  */
11354
- description?: string;
11574
+ errorMessage?: string;
11355
11575
  /**
11356
- * 冲突解决列表
11357
11576
  *
11358
- * @type MergeConflictDTO[]
11577
+ *
11578
+ * @type string
11359
11579
  */
11360
- mergeConflictList?: MergeConflictDTO[];
11361
- }
11362
- export interface InstanceRelationRequest {
11580
+ fileName?: string;
11363
11581
  /**
11364
- * 业务ID
11365
11582
  *
11366
- * @type string
11583
+ *
11584
+ * @type number
11367
11585
  */
11368
- businessId?: string;
11586
+ fileSize?: number;
11369
11587
  /**
11370
- * 业务类型(生产作业:production/返工作业:rework)
11371
11588
  *
11372
- * @type string
11589
+ *
11590
+ * @type ImportTmplResponse[]
11373
11591
  */
11374
- businessType?: string;
11592
+ list?: ImportTmplResponse[];
11375
11593
  /**
11376
- * 表单实例ID
11377
11594
  *
11378
- * @type string
11595
+ *
11596
+ * @type number
11379
11597
  */
11380
- instId?: string;
11598
+ processingTime?: number;
11381
11599
  /**
11382
- * 批次号
11383
11600
  *
11384
- * @type string
11601
+ *
11602
+ * @type number
11385
11603
  */
11386
- materialNo?: string;
11604
+ startTime?: number;
11387
11605
  /**
11388
- * 来源批次号
11389
11606
  *
11390
- * @type string
11607
+ *
11608
+ * @type number
11391
11609
  */
11392
- sourceMaterialNo?: string;
11610
+ successCount?: number;
11393
11611
  /**
11394
- * 表单模版ID
11395
11612
  *
11396
- * @type string
11613
+ *
11614
+ * @type number
11397
11615
  */
11398
- tmplId?: string;
11616
+ totalLines?: number;
11399
11617
  }
11400
- export interface InstanceRelationResponse {
11618
+ export interface ImportTmplResponse {
11401
11619
  /**
11402
- * 业务ID
11620
+ *
11403
11621
  *
11404
11622
  * @type string
11405
11623
  */
11406
- businessId?: string;
11624
+ baseId?: string;
11407
11625
  /**
11408
- * 业务类型
11626
+ *
11409
11627
  *
11410
11628
  * @type string
11411
11629
  */
11412
- businessType?: string;
11630
+ categoryName?: string;
11413
11631
  /**
11414
11632
  *
11415
11633
  *
@@ -11421,15 +11639,256 @@ export interface InstanceRelationResponse {
11421
11639
  *
11422
11640
  * @type string
11423
11641
  */
11424
- createUserId?: string;
11642
+ failsMessage?: string;
11425
11643
  /**
11426
11644
  *
11427
11645
  *
11428
11646
  * @type string
11429
11647
  */
11430
- createUserName?: string;
11648
+ name?: string;
11431
11649
  /**
11432
- * 主键
11650
+ *
11651
+ *
11652
+ * @type string
11653
+ */
11654
+ type?: string;
11655
+ /**
11656
+ *
11657
+ *
11658
+ * @type string
11659
+ */
11660
+ version?: string;
11661
+ }
11662
+ export interface ImportVersionRequest {
11663
+ /**
11664
+ * 应用id
11665
+ *
11666
+ * @type string
11667
+ */
11668
+ appId?: string;
11669
+ /**
11670
+ * 应用包路径
11671
+ *
11672
+ * @type string
11673
+ */
11674
+ appPkgUrl?: string;
11675
+ /**
11676
+ * 说明
11677
+ *
11678
+ * @type string
11679
+ */
11680
+ description?: string;
11681
+ /**
11682
+ * 冲突解决列表
11683
+ *
11684
+ * @type MergeConflictDTO[]
11685
+ */
11686
+ mergeConflictList?: MergeConflictDTO[];
11687
+ }
11688
+ export interface InputStream {
11689
+ // 暂无属性
11690
+ }
11691
+ export interface InspectionCategoryRequest {
11692
+ /**
11693
+ * 全路径
11694
+ *
11695
+ * @type string
11696
+ */
11697
+ fullPath?: string;
11698
+ /**
11699
+ * 层级
11700
+ *
11701
+ * @type number
11702
+ */
11703
+ level?: number;
11704
+ /**
11705
+ * 名称
11706
+ *
11707
+ * @type string
11708
+ */
11709
+ name?: string;
11710
+ /**
11711
+ * 父节点ID
11712
+ *
11713
+ * @type string
11714
+ */
11715
+ parentId?: string;
11716
+ /**
11717
+ * 排序号
11718
+ *
11719
+ * @type number
11720
+ */
11721
+ sortNum?: number;
11722
+ }
11723
+ export interface InspectionCategoryResponse {
11724
+ /**
11725
+ * 创建人部门id
11726
+ *
11727
+ * @type string
11728
+ */
11729
+ createOrgId?: string;
11730
+ /**
11731
+ *
11732
+ *
11733
+ * @type string
11734
+ */
11735
+ createTime?: string;
11736
+ /**
11737
+ *
11738
+ *
11739
+ * @type string
11740
+ */
11741
+ createUserId?: string;
11742
+ /**
11743
+ *
11744
+ *
11745
+ * @type string
11746
+ */
11747
+ createUserName?: string;
11748
+ /**
11749
+ * 全路径
11750
+ *
11751
+ * @type string
11752
+ */
11753
+ fullPath?: string;
11754
+ /**
11755
+ * 主键
11756
+ *
11757
+ * @type string
11758
+ */
11759
+ id?: string;
11760
+ /**
11761
+ * 层级
11762
+ *
11763
+ * @type number
11764
+ */
11765
+ level?: number;
11766
+ /**
11767
+ * 修改人部门id
11768
+ *
11769
+ * @type string
11770
+ */
11771
+ modifyOrgId?: string;
11772
+ /**
11773
+ *
11774
+ *
11775
+ * @type string
11776
+ */
11777
+ modifyTime?: string;
11778
+ /**
11779
+ *
11780
+ *
11781
+ * @type string
11782
+ */
11783
+ modifyUserId?: string;
11784
+ /**
11785
+ *
11786
+ *
11787
+ * @type string
11788
+ */
11789
+ modifyUserName?: string;
11790
+ /**
11791
+ * 名称
11792
+ *
11793
+ * @type string
11794
+ */
11795
+ name?: string;
11796
+ /**
11797
+ * 父节点ID
11798
+ *
11799
+ * @type string
11800
+ */
11801
+ parentId?: string;
11802
+ /**
11803
+ * 排序号
11804
+ *
11805
+ * @type number
11806
+ */
11807
+ sortNum?: number;
11808
+ /**
11809
+ * 租户id
11810
+ *
11811
+ * @type string
11812
+ */
11813
+ tenantId?: string;
11814
+ }
11815
+ export interface InstanceRelationRequest {
11816
+ /**
11817
+ * 业务ID
11818
+ *
11819
+ * @type string
11820
+ */
11821
+ businessId?: string;
11822
+ /**
11823
+ * 业务类型(生产作业:production/返工作业:rework)
11824
+ *
11825
+ * @type string
11826
+ */
11827
+ businessType?: string;
11828
+ /**
11829
+ * 表单实例ID
11830
+ *
11831
+ * @type string
11832
+ */
11833
+ instId?: string;
11834
+ /**
11835
+ * 批次号
11836
+ *
11837
+ * @type string
11838
+ */
11839
+ materialNo?: string;
11840
+ /**
11841
+ * 模块类型
11842
+ *
11843
+ * @type string
11844
+ */
11845
+ module?: string;
11846
+ /**
11847
+ * 来源批次号
11848
+ *
11849
+ * @type string
11850
+ */
11851
+ sourceMaterialNo?: string;
11852
+ /**
11853
+ * 表单模版ID
11854
+ *
11855
+ * @type string
11856
+ */
11857
+ tmplId?: string;
11858
+ }
11859
+ export interface InstanceRelationResponse {
11860
+ /**
11861
+ * 业务ID
11862
+ *
11863
+ * @type string
11864
+ */
11865
+ businessId?: string;
11866
+ /**
11867
+ * 业务类型
11868
+ *
11869
+ * @type string
11870
+ */
11871
+ businessType?: string;
11872
+ /**
11873
+ *
11874
+ *
11875
+ * @type string
11876
+ */
11877
+ createTime?: string;
11878
+ /**
11879
+ *
11880
+ *
11881
+ * @type string
11882
+ */
11883
+ createUserId?: string;
11884
+ /**
11885
+ *
11886
+ *
11887
+ * @type string
11888
+ */
11889
+ createUserName?: string;
11890
+ /**
11891
+ * 主键
11433
11892
  *
11434
11893
  * @type string
11435
11894
  */
@@ -11464,6 +11923,12 @@ export interface InstanceRelationResponse {
11464
11923
  * @type string
11465
11924
  */
11466
11925
  modifyUserName?: string;
11926
+ /**
11927
+ * 模块类型
11928
+ *
11929
+ * @type string
11930
+ */
11931
+ module?: string;
11467
11932
  /**
11468
11933
  * 来源批次号
11469
11934
  *
@@ -16767,6 +17232,12 @@ export interface OnlineFormDesignDTO {
16767
17232
  * @type string
16768
17233
  */
16769
17234
  direction?: string;
17235
+ /**
17236
+ * 表单bom
17237
+ *
17238
+ * @type object[]
17239
+ */
17240
+ formTmplBomList?: object[];
16770
17241
  /**
16771
17242
  * 修改时间
16772
17243
  *
@@ -16897,6 +17368,12 @@ export interface OnlineFormInsTaskRequest {
16897
17368
  * @type string
16898
17369
  */
16899
17370
  formType?: string;
17371
+ /**
17372
+ * 模块类型
17373
+ *
17374
+ * @type string
17375
+ */
17376
+ module?: string;
16900
17377
  /**
16901
17378
  * 表单实例Id - 更新时传递
16902
17379
  *
@@ -17306,9 +17783,15 @@ export interface OnlineFormInstance {
17306
17783
  /**
17307
17784
  *
17308
17785
  *
17309
- * @type number
17786
+ * @type string
17310
17787
  */
17311
- resend?: number;
17788
+ relationId?: string;
17789
+ /**
17790
+ *
17791
+ *
17792
+ * @type number
17793
+ */
17794
+ resend?: number;
17312
17795
  /**
17313
17796
  *
17314
17797
  *
@@ -17381,6 +17864,12 @@ export interface OnlineFormInstance {
17381
17864
  * @type string
17382
17865
  */
17383
17866
  tmplVersion?: string;
17867
+ /**
17868
+ *
17869
+ *
17870
+ * @type string
17871
+ */
17872
+ txnInstId?: string;
17384
17873
  /**
17385
17874
  *
17386
17875
  *
@@ -17467,6 +17956,12 @@ export interface OnlineFormInstanceDTO {
17467
17956
  * @type string
17468
17957
  */
17469
17958
  params?: string;
17959
+ /**
17960
+ *
17961
+ *
17962
+ * @type string
17963
+ */
17964
+ relationId?: string;
17470
17965
  /**
17471
17966
  *
17472
17967
  *
@@ -17485,6 +17980,12 @@ export interface OnlineFormInstanceDTO {
17485
17980
  * @type string
17486
17981
  */
17487
17982
  tmplName?: string;
17983
+ /**
17984
+ *
17985
+ *
17986
+ * @type string
17987
+ */
17988
+ txnInstId?: string;
17488
17989
  }
17489
17990
  export interface OnlineFormInstanceRelationInfoResponse {
17490
17991
  /**
@@ -17693,6 +18194,12 @@ export interface OnlineFormInstanceRequest {
17693
18194
  * @type string
17694
18195
  */
17695
18196
  params?: string;
18197
+ /**
18198
+ * 关联id
18199
+ *
18200
+ * @type string
18201
+ */
18202
+ relationId?: string;
17696
18203
  /**
17697
18204
  * 表单模板ID
17698
18205
  *
@@ -17833,6 +18340,12 @@ export interface OnlineFormInstanceResponse {
17833
18340
  * @type string
17834
18341
  */
17835
18342
  ext5?: string;
18343
+ /**
18344
+ * 表单BOM
18345
+ *
18346
+ * @type FormInstBomResponse
18347
+ */
18348
+ formInstBom?: FormInstBomResponse;
17836
18349
  /**
17837
18350
  * 表单类型:BASE 基础表单、PROCESS 流程表单、VIEW视图表单、TEXT文本表单
17838
18351
  *
@@ -17983,6 +18496,12 @@ export interface OnlineFormInstanceResponse {
17983
18496
  * @type string[]
17984
18497
  */
17985
18498
  relatedMaterialNos?: string[];
18499
+ /**
18500
+ * 关联id
18501
+ *
18502
+ * @type string
18503
+ */
18504
+ relationId?: string;
17986
18505
  /**
17987
18506
  * 是否重新发送了表单任务:1重新发送了,0没有重新发送(允许重新发送)
17988
18507
  *
@@ -18049,6 +18568,12 @@ export interface OnlineFormInstanceResponse {
18049
18568
  * @type string
18050
18569
  */
18051
18570
  tmplVersion?: string;
18571
+ /**
18572
+ * 事务实例ID
18573
+ *
18574
+ * @type string
18575
+ */
18576
+ txnInstId?: string;
18052
18577
  /**
18053
18578
  * 类型:PROCESS制成、FORM新增表单
18054
18579
  *
@@ -18623,6 +19148,12 @@ export interface OnlineFormTmplModelResponse {
18623
19148
  * @type string
18624
19149
  */
18625
19150
  name?: string;
19151
+ /**
19152
+ * 文档类型
19153
+ *
19154
+ * @type string
19155
+ */
19156
+ officeType?: string;
18626
19157
  /**
18627
19158
  * 线下版本号
18628
19159
  *
@@ -18801,6 +19332,12 @@ export interface OnlineFormTmplRequest {
18801
19332
  * @type FieldColumnMapping[]
18802
19333
  */
18803
19334
  fieldConfig?: FieldColumnMapping[];
19335
+ /**
19336
+ * 表单bom
19337
+ *
19338
+ * @type object[]
19339
+ */
19340
+ formTmplBomList?: object[];
18804
19341
  /**
18805
19342
  * 表单类型:BASE 基础表单、PROCESS 流程表单、VIEW视图表单、TEXT文本表单
18806
19343
  *
@@ -18825,6 +19362,12 @@ export interface OnlineFormTmplRequest {
18825
19362
  * @type string
18826
19363
  */
18827
19364
  name?: string;
19365
+ /**
19366
+ * 文档类型
19367
+ *
19368
+ * @type string
19369
+ */
19370
+ officeType?: string;
18828
19371
  /**
18829
19372
  * 电子记录-线下版本号
18830
19373
  *
@@ -19055,6 +19598,12 @@ export interface OnlineFormTmplResponse {
19055
19598
  * @type string
19056
19599
  */
19057
19600
  name?: string;
19601
+ /**
19602
+ * 文档类型
19603
+ *
19604
+ * @type string
19605
+ */
19606
+ officeType?: string;
19058
19607
  /**
19059
19608
  * 线下版本号
19060
19609
  *
@@ -19630,6 +20179,14 @@ export interface OperateTypeDTO {
19630
20179
  */
19631
20180
  name?: string;
19632
20181
  }
20182
+ export interface OperatingStateRequest {
20183
+ /**
20184
+ * 状态
20185
+ *
20186
+ * @type boolean
20187
+ */
20188
+ operatingState?: boolean;
20189
+ }
19633
20190
  export interface OrgAddOrUpdateUserRequest {
19634
20191
  /**
19635
20192
  * 头像url相对路径
@@ -22404,6 +22961,62 @@ export interface ProcessApprovalLogResponse {
22404
22961
  */
22405
22962
  userName?: string;
22406
22963
  }
22964
+ export interface ProcessApproveRequest {
22965
+ /**
22966
+ * 点击的按钮的key
22967
+ *
22968
+ * @type string
22969
+ */
22970
+ btnKey?: string;
22971
+ /**
22972
+ * 业务ID
22973
+ *
22974
+ * @type string
22975
+ */
22976
+ businessId?: string;
22977
+ /**
22978
+ * 操作的按钮配置
22979
+ *
22980
+ * @type string
22981
+ */
22982
+ buttonConfig?: string;
22983
+ /**
22984
+ * 提交的数据
22985
+ *
22986
+ * @type IObject
22987
+ */
22988
+ data?: IObject;
22989
+ /**
22990
+ * EDHR实例ID
22991
+ *
22992
+ * @type string
22993
+ */
22994
+ edhrInstanceId?: string;
22995
+ /**
22996
+ * 表单实例ID
22997
+ *
22998
+ * @type string
22999
+ */
23000
+ ofInstanceId?: string;
23001
+ /**
23002
+ * 意见
23003
+ *
23004
+ * @type string
23005
+ */
23006
+ opinion?: string;
23007
+ /**
23008
+ * 签名数据
23009
+ *
23010
+ * @type string
23011
+ */
23012
+ signature?: string;
23013
+ /**
23014
+ * 任务id
23015
+ *
23016
+ * @type string
23017
+ */
23018
+ taskId?: string;
23019
+ }
22407
23020
  export interface ProcessApproveUser {
22408
23021
  /**
22409
23022
  *
@@ -25464,6 +26077,106 @@ export interface ProcessPathUserResponse {
25464
26077
  */
25465
26078
  taskId?: string;
25466
26079
  }
26080
+ export interface ProcessReassign4InterfereRequest {
26081
+ /**
26082
+ * 业务ID
26083
+ *
26084
+ * @type string
26085
+ */
26086
+ businessId?: string;
26087
+ /**
26088
+ * Edhr实例id
26089
+ *
26090
+ * @type string
26091
+ */
26092
+ edhrInstanceId?: string;
26093
+ /**
26094
+ * 表单实例ID
26095
+ *
26096
+ * @type string
26097
+ */
26098
+ ofInstanceId?: string;
26099
+ /**
26100
+ * 意见
26101
+ *
26102
+ * @type string
26103
+ */
26104
+ opinion?: string;
26105
+ /**
26106
+ * 任务id
26107
+ *
26108
+ * @type string
26109
+ */
26110
+ taskId?: string;
26111
+ /**
26112
+ * 转给的用户id
26113
+ *
26114
+ * @type string
26115
+ */
26116
+ toUserId?: string;
26117
+ }
26118
+ export interface ProcessReassignRequest {
26119
+ /**
26120
+ * 点击的按钮key
26121
+ *
26122
+ * @type string
26123
+ */
26124
+ btnKey?: string;
26125
+ /**
26126
+ * 业务ID
26127
+ *
26128
+ * @type string
26129
+ */
26130
+ businessId?: string;
26131
+ /**
26132
+ * 操作的按钮配置
26133
+ *
26134
+ * @type string
26135
+ */
26136
+ buttonConfig?: string;
26137
+ /**
26138
+ * 提交的数据
26139
+ *
26140
+ * @type IObject
26141
+ */
26142
+ data?: IObject;
26143
+ /**
26144
+ * EDHR实例ID
26145
+ *
26146
+ * @type string
26147
+ */
26148
+ edhrInstanceId?: string;
26149
+ /**
26150
+ * 表单实例ID
26151
+ *
26152
+ * @type string
26153
+ */
26154
+ ofInstanceId?: string;
26155
+ /**
26156
+ * 意见
26157
+ *
26158
+ * @type string
26159
+ */
26160
+ opinion?: string;
26161
+ /**
26162
+ * 签名数据
26163
+ *
26164
+ * @type string
26165
+ */
26166
+ signature?: string;
26167
+ /**
26168
+ * 任务id
26169
+ *
26170
+ * @type string
26171
+ */
26172
+ taskId?: string;
26173
+ /**
26174
+ * 转给的用户id
26175
+ *
26176
+ * @type string
26177
+ */
26178
+ toUserId?: string;
26179
+ }
25467
26180
  export interface ProcessRequest {
25468
26181
  /**
25469
26182
  * 分类id
@@ -25636,6 +26349,94 @@ export interface ProcessResponse {
25636
26349
  */
25637
26350
  type?: string;
25638
26351
  }
26352
+ export interface ProcessReturn4InterfereRequest {
26353
+ /**
26354
+ * 业务ID
26355
+ *
26356
+ * @type string
26357
+ */
26358
+ businessId?: string;
26359
+ /**
26360
+ * EDHR实例ID
26361
+ *
26362
+ * @type string
26363
+ */
26364
+ edhrInstanceId?: string;
26365
+ /**
26366
+ * 表单实例ID
26367
+ *
26368
+ * @type string
26369
+ */
26370
+ ofInstanceId?: string;
26371
+ /**
26372
+ * 意见
26373
+ *
26374
+ * @type string
26375
+ */
26376
+ opinion?: string;
26377
+ /**
26378
+ * 任务id
26379
+ *
26380
+ * @type string
26381
+ */
26382
+ taskId?: string;
26383
+ }
26384
+ export interface ProcessReturnRequest {
26385
+ /**
26386
+ * 点击的按钮key
26387
+ *
26388
+ * @type string
26389
+ */
26390
+ btnKey?: string;
26391
+ /**
26392
+ * 业务ID
26393
+ *
26394
+ * @type string
26395
+ */
26396
+ businessId?: string;
26397
+ /**
26398
+ * 操作的按钮配置
26399
+ *
26400
+ * @type string
26401
+ */
26402
+ buttonConfig?: string;
26403
+ /**
26404
+ * 提交的数据
26405
+ *
26406
+ * @type IObject
26407
+ */
26408
+ data?: IObject;
26409
+ /**
26410
+ * EDHR实例ID
26411
+ *
26412
+ * @type string
26413
+ */
26414
+ edhrInstanceId?: string;
26415
+ /**
26416
+ * 表单实例ID
26417
+ *
26418
+ * @type string
26419
+ */
26420
+ ofInstanceId?: string;
26421
+ /**
26422
+ * 意见
26423
+ *
26424
+ * @type string
26425
+ */
26426
+ opinion?: string;
26427
+ /**
26428
+ * 签名数据
26429
+ *
26430
+ * @type string
26431
+ */
26432
+ signature?: string;
26433
+ /**
26434
+ * 任务id
26435
+ *
26436
+ * @type string
26437
+ */
26438
+ taskId?: string;
26439
+ }
25639
26440
  export interface ProcessTaskApproveHisQueryRequest {
25640
26441
  /**
25641
26442
  * 审批流程记录创建人id
@@ -27542,6 +28343,130 @@ export interface ProcessVersionResponse {
27542
28343
  */
27543
28344
  xml?: string;
27544
28345
  }
28346
+ export interface ProductReleaseCategoryRequest {
28347
+ /**
28348
+ * 全路径
28349
+ *
28350
+ * @type string
28351
+ */
28352
+ fullPath?: string;
28353
+ /**
28354
+ * 层级
28355
+ *
28356
+ * @type number
28357
+ */
28358
+ level?: number;
28359
+ /**
28360
+ * 名称
28361
+ *
28362
+ * @type string
28363
+ */
28364
+ name?: string;
28365
+ /**
28366
+ * 父节点ID
28367
+ *
28368
+ * @type string
28369
+ */
28370
+ parentId?: string;
28371
+ /**
28372
+ * 排序号
28373
+ *
28374
+ * @type number
28375
+ */
28376
+ sortNum?: number;
28377
+ }
28378
+ export interface ProductReleaseCategoryResponse {
28379
+ /**
28380
+ * 创建人部门id
28381
+ *
28382
+ * @type string
28383
+ */
28384
+ createOrgId?: string;
28385
+ /**
28386
+ *
28387
+ *
28388
+ * @type string
28389
+ */
28390
+ createTime?: string;
28391
+ /**
28392
+ *
28393
+ *
28394
+ * @type string
28395
+ */
28396
+ createUserId?: string;
28397
+ /**
28398
+ *
28399
+ *
28400
+ * @type string
28401
+ */
28402
+ createUserName?: string;
28403
+ /**
28404
+ * 全路径
28405
+ *
28406
+ * @type string
28407
+ */
28408
+ fullPath?: string;
28409
+ /**
28410
+ * 主键
28411
+ *
28412
+ * @type string
28413
+ */
28414
+ id?: string;
28415
+ /**
28416
+ * 层级
28417
+ *
28418
+ * @type number
28419
+ */
28420
+ level?: number;
28421
+ /**
28422
+ * 修改人部门id
28423
+ *
28424
+ * @type string
28425
+ */
28426
+ modifyOrgId?: string;
28427
+ /**
28428
+ *
28429
+ *
28430
+ * @type string
28431
+ */
28432
+ modifyTime?: string;
28433
+ /**
28434
+ *
28435
+ *
28436
+ * @type string
28437
+ */
28438
+ modifyUserId?: string;
28439
+ /**
28440
+ *
28441
+ *
28442
+ * @type string
28443
+ */
28444
+ modifyUserName?: string;
28445
+ /**
28446
+ * 名称
28447
+ *
28448
+ * @type string
28449
+ */
28450
+ name?: string;
28451
+ /**
28452
+ * 父节点ID
28453
+ *
28454
+ * @type string
28455
+ */
28456
+ parentId?: string;
28457
+ /**
28458
+ * 排序号
28459
+ *
28460
+ * @type number
28461
+ */
28462
+ sortNum?: number;
28463
+ /**
28464
+ * 租户id
28465
+ *
28466
+ * @type string
28467
+ */
28468
+ tenantId?: string;
28469
+ }
27545
28470
  export interface ProductReleaseFormInstanctDTO {
27546
28471
  /**
27547
28472
  *
@@ -27903,6 +28828,12 @@ export interface ProductReleaseFormInstanctDTO {
27903
28828
  * @type string[]
27904
28829
  */
27905
28830
  relatedMaterialNos?: string[];
28831
+ /**
28832
+ *
28833
+ *
28834
+ * @type string
28835
+ */
28836
+ relationId?: string;
27906
28837
  /**
27907
28838
  *
27908
28839
  *
@@ -27981,6 +28912,12 @@ export interface ProductReleaseFormInstanctDTO {
27981
28912
  * @type string
27982
28913
  */
27983
28914
  tmplVersion?: string;
28915
+ /**
28916
+ *
28917
+ *
28918
+ * @type string
28919
+ */
28920
+ txnInstId?: string;
27984
28921
  /**
27985
28922
  *
27986
28923
  *
@@ -29918,6 +30855,56 @@ export interface ReportSingleJoin {
29918
30855
  */
29919
30856
  type?: string;
29920
30857
  }
30858
+ export interface Resource {
30859
+ /**
30860
+ *
30861
+ *
30862
+ * @type string
30863
+ */
30864
+ description?: string;
30865
+ /**
30866
+ *
30867
+ *
30868
+ * @type file
30869
+ */
30870
+ file?: file;
30871
+ /**
30872
+ *
30873
+ *
30874
+ * @type string
30875
+ */
30876
+ filename?: string;
30877
+ /**
30878
+ *
30879
+ *
30880
+ * @type InputStream
30881
+ */
30882
+ inputStream?: InputStream;
30883
+ /**
30884
+ *
30885
+ *
30886
+ * @type boolean
30887
+ */
30888
+ open?: boolean;
30889
+ /**
30890
+ *
30891
+ *
30892
+ * @type boolean
30893
+ */
30894
+ readable?: boolean;
30895
+ /**
30896
+ *
30897
+ *
30898
+ * @type string
30899
+ */
30900
+ uri?: string;
30901
+ /**
30902
+ *
30903
+ *
30904
+ * @type string
30905
+ */
30906
+ url?: string;
30907
+ }
29921
30908
  export interface ResponseEntity {
29922
30909
  /**
29923
30910
  * 执行结果状态码