@alicloud/dataworks-public20240518 7.2.6 → 7.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. package/dist/client.d.ts +494 -2
  2. package/dist/client.js +1393 -65
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateComponentRequest.d.ts +71 -0
  5. package/dist/models/CreateComponentRequest.js +62 -0
  6. package/dist/models/CreateComponentRequest.js.map +1 -0
  7. package/dist/models/CreateComponentResponse.d.ts +19 -0
  8. package/dist/models/CreateComponentResponse.js +69 -0
  9. package/dist/models/CreateComponentResponse.js.map +1 -0
  10. package/dist/models/CreateComponentResponseBody.d.ts +26 -0
  11. package/dist/models/CreateComponentResponseBody.js +60 -0
  12. package/dist/models/CreateComponentResponseBody.js.map +1 -0
  13. package/dist/models/CreateDataQualityAlertRuleRequest.d.ts +146 -0
  14. package/dist/models/CreateDataQualityAlertRuleRequest.js +147 -0
  15. package/dist/models/CreateDataQualityAlertRuleRequest.js.map +1 -0
  16. package/dist/models/CreateDataQualityAlertRuleResponse.d.ts +19 -0
  17. package/dist/models/CreateDataQualityAlertRuleResponse.js +69 -0
  18. package/dist/models/CreateDataQualityAlertRuleResponse.js.map +1 -0
  19. package/dist/models/CreateDataQualityAlertRuleResponseBody.d.ts +29 -0
  20. package/dist/models/CreateDataQualityAlertRuleResponseBody.js +60 -0
  21. package/dist/models/CreateDataQualityAlertRuleResponseBody.js.map +1 -0
  22. package/dist/models/CreateDataQualityAlertRuleShrinkRequest.d.ts +47 -0
  23. package/dist/models/CreateDataQualityAlertRuleShrinkRequest.js +64 -0
  24. package/dist/models/CreateDataQualityAlertRuleShrinkRequest.js.map +1 -0
  25. package/dist/models/CreateDataQualityScanRequest.d.ts +325 -0
  26. package/dist/models/CreateDataQualityScanRequest.js +237 -0
  27. package/dist/models/CreateDataQualityScanRequest.js.map +1 -0
  28. package/dist/models/CreateDataQualityScanResponse.d.ts +19 -0
  29. package/dist/models/CreateDataQualityScanResponse.js +69 -0
  30. package/dist/models/CreateDataQualityScanResponse.js.map +1 -0
  31. package/dist/models/CreateDataQualityScanResponseBody.d.ts +29 -0
  32. package/dist/models/CreateDataQualityScanResponseBody.js +60 -0
  33. package/dist/models/CreateDataQualityScanResponseBody.js.map +1 -0
  34. package/dist/models/CreateDataQualityScanRunRequest.d.ts +103 -0
  35. package/dist/models/CreateDataQualityScanRunRequest.js +114 -0
  36. package/dist/models/CreateDataQualityScanRunRequest.js.map +1 -0
  37. package/dist/models/CreateDataQualityScanRunResponse.d.ts +19 -0
  38. package/dist/models/CreateDataQualityScanRunResponse.js +69 -0
  39. package/dist/models/CreateDataQualityScanRunResponse.js.map +1 -0
  40. package/dist/models/CreateDataQualityScanRunResponseBody.d.ts +29 -0
  41. package/dist/models/CreateDataQualityScanRunResponseBody.js +60 -0
  42. package/dist/models/CreateDataQualityScanRunResponseBody.js.map +1 -0
  43. package/dist/models/CreateDataQualityScanRunShrinkRequest.d.ts +39 -0
  44. package/dist/models/CreateDataQualityScanRunShrinkRequest.js +64 -0
  45. package/dist/models/CreateDataQualityScanRunShrinkRequest.js.map +1 -0
  46. package/dist/models/CreateDataQualityScanShrinkRequest.d.ts +113 -0
  47. package/dist/models/CreateDataQualityScanShrinkRequest.js +78 -0
  48. package/dist/models/CreateDataQualityScanShrinkRequest.js.map +1 -0
  49. package/dist/models/CreateDataQualityTemplateRequest.d.ts +43 -0
  50. package/dist/models/CreateDataQualityTemplateRequest.js +62 -0
  51. package/dist/models/CreateDataQualityTemplateRequest.js.map +1 -0
  52. package/dist/models/CreateDataQualityTemplateResponse.d.ts +19 -0
  53. package/dist/models/CreateDataQualityTemplateResponse.js +69 -0
  54. package/dist/models/CreateDataQualityTemplateResponse.js.map +1 -0
  55. package/dist/models/CreateDataQualityTemplateResponseBody.d.ts +29 -0
  56. package/dist/models/CreateDataQualityTemplateResponseBody.js +60 -0
  57. package/dist/models/CreateDataQualityTemplateResponseBody.js.map +1 -0
  58. package/dist/models/CreateWorkflowInstancesRequest.d.ts +70 -42
  59. package/dist/models/CreateWorkflowInstancesRequest.js.map +1 -1
  60. package/dist/models/CreateWorkflowInstancesShrinkRequest.d.ts +19 -5
  61. package/dist/models/CreateWorkflowInstancesShrinkRequest.js.map +1 -1
  62. package/dist/models/DeleteComponentRequest.d.ts +35 -0
  63. package/dist/models/DeleteComponentRequest.js +60 -0
  64. package/dist/models/DeleteComponentRequest.js.map +1 -0
  65. package/dist/models/DeleteComponentResponse.d.ts +19 -0
  66. package/dist/models/DeleteComponentResponse.js +69 -0
  67. package/dist/models/DeleteComponentResponse.js.map +1 -0
  68. package/dist/models/DeleteComponentResponseBody.d.ts +29 -0
  69. package/dist/models/DeleteComponentResponseBody.js +60 -0
  70. package/dist/models/DeleteComponentResponseBody.js.map +1 -0
  71. package/dist/models/DeleteDataQualityAlertRuleRequest.d.ts +21 -0
  72. package/dist/models/DeleteDataQualityAlertRuleRequest.js +58 -0
  73. package/dist/models/DeleteDataQualityAlertRuleRequest.js.map +1 -0
  74. package/dist/models/DeleteDataQualityAlertRuleResponse.d.ts +19 -0
  75. package/dist/models/DeleteDataQualityAlertRuleResponse.js +69 -0
  76. package/dist/models/DeleteDataQualityAlertRuleResponse.js.map +1 -0
  77. package/dist/models/DeleteDataQualityAlertRuleResponseBody.d.ts +29 -0
  78. package/dist/models/DeleteDataQualityAlertRuleResponseBody.js +60 -0
  79. package/dist/models/DeleteDataQualityAlertRuleResponseBody.js.map +1 -0
  80. package/dist/models/DeleteDataQualityScanRequest.d.ts +29 -0
  81. package/dist/models/DeleteDataQualityScanRequest.js +60 -0
  82. package/dist/models/DeleteDataQualityScanRequest.js.map +1 -0
  83. package/dist/models/DeleteDataQualityScanResponse.d.ts +19 -0
  84. package/dist/models/DeleteDataQualityScanResponse.js +69 -0
  85. package/dist/models/DeleteDataQualityScanResponse.js.map +1 -0
  86. package/dist/models/DeleteDataQualityScanResponseBody.d.ts +29 -0
  87. package/dist/models/DeleteDataQualityScanResponseBody.js +60 -0
  88. package/dist/models/DeleteDataQualityScanResponseBody.js.map +1 -0
  89. package/dist/models/DeleteDataQualityTemplateRequest.d.ts +21 -0
  90. package/dist/models/DeleteDataQualityTemplateRequest.js +58 -0
  91. package/dist/models/DeleteDataQualityTemplateRequest.js.map +1 -0
  92. package/dist/models/DeleteDataQualityTemplateResponse.d.ts +19 -0
  93. package/dist/models/DeleteDataQualityTemplateResponse.js +69 -0
  94. package/dist/models/DeleteDataQualityTemplateResponse.js.map +1 -0
  95. package/dist/models/DeleteDataQualityTemplateResponseBody.d.ts +29 -0
  96. package/dist/models/DeleteDataQualityTemplateResponseBody.js +60 -0
  97. package/dist/models/DeleteDataQualityTemplateResponseBody.js.map +1 -0
  98. package/dist/models/GetComponentRequest.d.ts +26 -0
  99. package/dist/models/GetComponentRequest.js +60 -0
  100. package/dist/models/GetComponentRequest.js.map +1 -0
  101. package/dist/models/GetComponentResponse.d.ts +19 -0
  102. package/dist/models/GetComponentResponse.js +69 -0
  103. package/dist/models/GetComponentResponse.js.map +1 -0
  104. package/dist/models/GetComponentResponseBody.d.ts +122 -0
  105. package/dist/models/GetComponentResponseBody.js +98 -0
  106. package/dist/models/GetComponentResponseBody.js.map +1 -0
  107. package/dist/models/GetDataQualityAlertRuleRequest.d.ts +21 -0
  108. package/dist/models/GetDataQualityAlertRuleRequest.js +58 -0
  109. package/dist/models/GetDataQualityAlertRuleRequest.js.map +1 -0
  110. package/dist/models/GetDataQualityAlertRuleResponse.d.ts +19 -0
  111. package/dist/models/GetDataQualityAlertRuleResponse.js +69 -0
  112. package/dist/models/GetDataQualityAlertRuleResponse.js.map +1 -0
  113. package/dist/models/GetDataQualityAlertRuleResponseBody.d.ts +161 -0
  114. package/dist/models/GetDataQualityAlertRuleResponseBody.js +173 -0
  115. package/dist/models/GetDataQualityAlertRuleResponseBody.js.map +1 -0
  116. package/dist/models/GetDataQualityScanRequest.d.ts +21 -0
  117. package/dist/models/GetDataQualityScanRequest.js +58 -0
  118. package/dist/models/GetDataQualityScanRequest.js.map +1 -0
  119. package/dist/models/GetDataQualityScanResponse.d.ts +19 -0
  120. package/dist/models/GetDataQualityScanResponse.js +69 -0
  121. package/dist/models/GetDataQualityScanResponse.js.map +1 -0
  122. package/dist/models/GetDataQualityScanResponseBody.d.ts +380 -0
  123. package/dist/models/GetDataQualityScanResponseBody.js +269 -0
  124. package/dist/models/GetDataQualityScanResponseBody.js.map +1 -0
  125. package/dist/models/GetDataQualityScanRunLogRequest.d.ts +29 -0
  126. package/dist/models/GetDataQualityScanRunLogRequest.js +60 -0
  127. package/dist/models/GetDataQualityScanRunLogRequest.js.map +1 -0
  128. package/dist/models/GetDataQualityScanRunLogResponse.d.ts +19 -0
  129. package/dist/models/GetDataQualityScanRunLogResponse.js +69 -0
  130. package/dist/models/GetDataQualityScanRunLogResponse.js.map +1 -0
  131. package/dist/models/GetDataQualityScanRunLogResponseBody.d.ts +55 -0
  132. package/dist/models/GetDataQualityScanRunLogResponseBody.js +84 -0
  133. package/dist/models/GetDataQualityScanRunLogResponseBody.js.map +1 -0
  134. package/dist/models/GetDataQualityScanRunRequest.d.ts +21 -0
  135. package/dist/models/GetDataQualityScanRunRequest.js +58 -0
  136. package/dist/models/GetDataQualityScanRunRequest.js.map +1 -0
  137. package/dist/models/GetDataQualityScanRunResponse.d.ts +19 -0
  138. package/dist/models/GetDataQualityScanRunResponse.js +69 -0
  139. package/dist/models/GetDataQualityScanRunResponse.js.map +1 -0
  140. package/dist/models/GetDataQualityScanRunResponseBody.d.ts +569 -0
  141. package/dist/models/GetDataQualityScanRunResponseBody.js +383 -0
  142. package/dist/models/GetDataQualityScanRunResponseBody.js.map +1 -0
  143. package/dist/models/GetDataQualityTemplateRequest.d.ts +21 -0
  144. package/dist/models/GetDataQualityTemplateRequest.js +58 -0
  145. package/dist/models/GetDataQualityTemplateRequest.js.map +1 -0
  146. package/dist/models/GetDataQualityTemplateResponse.d.ts +19 -0
  147. package/dist/models/GetDataQualityTemplateResponse.js +69 -0
  148. package/dist/models/GetDataQualityTemplateResponse.js.map +1 -0
  149. package/dist/models/GetDataQualityTemplateResponseBody.d.ts +108 -0
  150. package/dist/models/GetDataQualityTemplateResponseBody.js +96 -0
  151. package/dist/models/GetDataQualityTemplateResponseBody.js.map +1 -0
  152. package/dist/models/GetResourceGroupResponseBody.d.ts +4 -4
  153. package/dist/models/GetWorkflowInstanceResponseBody.d.ts +15 -0
  154. package/dist/models/GetWorkflowInstanceResponseBody.js +27 -1
  155. package/dist/models/GetWorkflowInstanceResponseBody.js.map +1 -1
  156. package/dist/models/ListComponentsRequest.d.ts +33 -0
  157. package/dist/models/ListComponentsRequest.js +64 -0
  158. package/dist/models/ListComponentsRequest.js.map +1 -0
  159. package/dist/models/ListComponentsResponse.d.ts +19 -0
  160. package/dist/models/ListComponentsResponse.js +69 -0
  161. package/dist/models/ListComponentsResponse.js.map +1 -0
  162. package/dist/models/ListComponentsResponseBody.d.ts +265 -0
  163. package/dist/models/ListComponentsResponseBody.js +232 -0
  164. package/dist/models/ListComponentsResponseBody.js.map +1 -0
  165. package/dist/models/ListDataQualityAlertRulesRequest.d.ts +62 -0
  166. package/dist/models/ListDataQualityAlertRulesRequest.js +66 -0
  167. package/dist/models/ListDataQualityAlertRulesRequest.js.map +1 -0
  168. package/dist/models/ListDataQualityAlertRulesResponse.d.ts +19 -0
  169. package/dist/models/ListDataQualityAlertRulesResponse.js +69 -0
  170. package/dist/models/ListDataQualityAlertRulesResponse.js.map +1 -0
  171. package/dist/models/ListDataQualityAlertRulesResponseBody.d.ts +202 -0
  172. package/dist/models/ListDataQualityAlertRulesResponseBody.js +201 -0
  173. package/dist/models/ListDataQualityAlertRulesResponseBody.js.map +1 -0
  174. package/dist/models/ListDataQualityScanRunsRequest.d.ts +88 -0
  175. package/dist/models/ListDataQualityScanRunsRequest.js +72 -0
  176. package/dist/models/ListDataQualityScanRunsRequest.js.map +1 -0
  177. package/dist/models/ListDataQualityScanRunsResponse.d.ts +19 -0
  178. package/dist/models/ListDataQualityScanRunsResponse.js +69 -0
  179. package/dist/models/ListDataQualityScanRunsResponse.js.map +1 -0
  180. package/dist/models/ListDataQualityScanRunsResponseBody.d.ts +150 -0
  181. package/dist/models/ListDataQualityScanRunsResponseBody.js +142 -0
  182. package/dist/models/ListDataQualityScanRunsResponseBody.js.map +1 -0
  183. package/dist/models/ListDataQualityScansRequest.d.ts +71 -0
  184. package/dist/models/ListDataQualityScansRequest.js +68 -0
  185. package/dist/models/ListDataQualityScansRequest.js.map +1 -0
  186. package/dist/models/ListDataQualityScansResponse.d.ts +19 -0
  187. package/dist/models/ListDataQualityScansResponse.js +69 -0
  188. package/dist/models/ListDataQualityScansResponse.js.map +1 -0
  189. package/dist/models/ListDataQualityScansResponseBody.d.ts +376 -0
  190. package/dist/models/ListDataQualityScansResponseBody.js +289 -0
  191. package/dist/models/ListDataQualityScansResponseBody.js.map +1 -0
  192. package/dist/models/ListDataQualityTemplatesRequest.d.ts +53 -0
  193. package/dist/models/ListDataQualityTemplatesRequest.js +66 -0
  194. package/dist/models/ListDataQualityTemplatesRequest.js.map +1 -0
  195. package/dist/models/ListDataQualityTemplatesResponse.d.ts +19 -0
  196. package/dist/models/ListDataQualityTemplatesResponse.js +69 -0
  197. package/dist/models/ListDataQualityTemplatesResponse.js.map +1 -0
  198. package/dist/models/ListDataQualityTemplatesResponseBody.d.ts +149 -0
  199. package/dist/models/ListDataQualityTemplatesResponseBody.js +124 -0
  200. package/dist/models/ListDataQualityTemplatesResponseBody.js.map +1 -0
  201. package/dist/models/ListLineageRelationshipsRequest.d.ts +21 -0
  202. package/dist/models/ListLineageRelationshipsRequest.js.map +1 -1
  203. package/dist/models/ListLineageRelationshipsResponseBody.d.ts +23 -0
  204. package/dist/models/ListLineageRelationshipsResponseBody.js.map +1 -1
  205. package/dist/models/ListNodeDependenciesRequest.d.ts +1 -1
  206. package/dist/models/ListNodeDependenciesResponseBody.d.ts +25 -25
  207. package/dist/models/ListNodesRequest.d.ts +9 -2
  208. package/dist/models/ListNodesRequest.js.map +1 -1
  209. package/dist/models/ListNodesResponseBody.d.ts +34 -27
  210. package/dist/models/ListNodesResponseBody.js.map +1 -1
  211. package/dist/models/ListWorkflowInstancesResponseBody.d.ts +15 -0
  212. package/dist/models/ListWorkflowInstancesResponseBody.js +27 -1
  213. package/dist/models/ListWorkflowInstancesResponseBody.js.map +1 -1
  214. package/dist/models/ListWorkflowsResponseBody.d.ts +15 -0
  215. package/dist/models/ListWorkflowsResponseBody.js +27 -1
  216. package/dist/models/ListWorkflowsResponseBody.js.map +1 -1
  217. package/dist/models/UpdateComponentRequest.d.ts +54 -0
  218. package/dist/models/UpdateComponentRequest.js +62 -0
  219. package/dist/models/UpdateComponentRequest.js.map +1 -0
  220. package/dist/models/UpdateComponentResponse.d.ts +19 -0
  221. package/dist/models/UpdateComponentResponse.js +69 -0
  222. package/dist/models/UpdateComponentResponse.js.map +1 -0
  223. package/dist/models/UpdateComponentResponseBody.d.ts +29 -0
  224. package/dist/models/UpdateComponentResponseBody.js +60 -0
  225. package/dist/models/UpdateComponentResponseBody.js.map +1 -0
  226. package/dist/models/UpdateDataQualityAlertRuleRequest.d.ts +140 -0
  227. package/dist/models/UpdateDataQualityAlertRuleRequest.js +149 -0
  228. package/dist/models/UpdateDataQualityAlertRuleRequest.js.map +1 -0
  229. package/dist/models/UpdateDataQualityAlertRuleResponse.d.ts +19 -0
  230. package/dist/models/UpdateDataQualityAlertRuleResponse.js +69 -0
  231. package/dist/models/UpdateDataQualityAlertRuleResponse.js.map +1 -0
  232. package/dist/models/UpdateDataQualityAlertRuleResponseBody.d.ts +29 -0
  233. package/dist/models/UpdateDataQualityAlertRuleResponseBody.js +60 -0
  234. package/dist/models/UpdateDataQualityAlertRuleResponseBody.js.map +1 -0
  235. package/dist/models/UpdateDataQualityAlertRuleShrinkRequest.d.ts +47 -0
  236. package/dist/models/UpdateDataQualityAlertRuleShrinkRequest.js +66 -0
  237. package/dist/models/UpdateDataQualityAlertRuleShrinkRequest.js.map +1 -0
  238. package/dist/models/UpdateDataQualityScanRequest.d.ts +315 -0
  239. package/dist/models/UpdateDataQualityScanRequest.js +237 -0
  240. package/dist/models/UpdateDataQualityScanRequest.js.map +1 -0
  241. package/dist/models/UpdateDataQualityScanResponse.d.ts +19 -0
  242. package/dist/models/UpdateDataQualityScanResponse.js +69 -0
  243. package/dist/models/UpdateDataQualityScanResponse.js.map +1 -0
  244. package/dist/models/UpdateDataQualityScanResponseBody.d.ts +29 -0
  245. package/dist/models/UpdateDataQualityScanResponseBody.js +60 -0
  246. package/dist/models/UpdateDataQualityScanResponseBody.js.map +1 -0
  247. package/dist/models/UpdateDataQualityScanShrinkRequest.d.ts +111 -0
  248. package/dist/models/UpdateDataQualityScanShrinkRequest.js +78 -0
  249. package/dist/models/UpdateDataQualityScanShrinkRequest.js.map +1 -0
  250. package/dist/models/UpdateDataQualityTemplateRequest.d.ts +51 -0
  251. package/dist/models/UpdateDataQualityTemplateRequest.js +64 -0
  252. package/dist/models/UpdateDataQualityTemplateRequest.js.map +1 -0
  253. package/dist/models/UpdateDataQualityTemplateResponse.d.ts +19 -0
  254. package/dist/models/UpdateDataQualityTemplateResponse.js +69 -0
  255. package/dist/models/UpdateDataQualityTemplateResponse.js.map +1 -0
  256. package/dist/models/UpdateDataQualityTemplateResponseBody.d.ts +29 -0
  257. package/dist/models/UpdateDataQualityTemplateResponseBody.js +60 -0
  258. package/dist/models/UpdateDataQualityTemplateResponseBody.js.map +1 -0
  259. package/dist/models/UpdateTaskRequest.d.ts +39 -36
  260. package/dist/models/UpdateTaskRequest.js +2 -0
  261. package/dist/models/UpdateTaskRequest.js.map +1 -1
  262. package/dist/models/UpdateTaskShrinkRequest.d.ts +11 -11
  263. package/dist/models/model.d.ts +149 -0
  264. package/dist/models/model.js +340 -39
  265. package/dist/models/model.js.map +1 -1
  266. package/package.json +1 -1
  267. package/src/client.ts +1640 -158
  268. package/src/models/CreateComponentRequest.ts +88 -0
  269. package/src/models/CreateComponentResponse.ts +40 -0
  270. package/src/models/CreateComponentResponseBody.ts +41 -0
  271. package/src/models/CreateDataQualityAlertRuleRequest.ts +221 -0
  272. package/src/models/CreateDataQualityAlertRuleResponse.ts +40 -0
  273. package/src/models/CreateDataQualityAlertRuleResponseBody.ts +44 -0
  274. package/src/models/CreateDataQualityAlertRuleShrinkRequest.ts +66 -0
  275. package/src/models/CreateDataQualityScanRequest.ts +459 -0
  276. package/src/models/CreateDataQualityScanResponse.ts +40 -0
  277. package/src/models/CreateDataQualityScanResponseBody.ts +44 -0
  278. package/src/models/CreateDataQualityScanRunRequest.ts +154 -0
  279. package/src/models/CreateDataQualityScanRunResponse.ts +40 -0
  280. package/src/models/CreateDataQualityScanRunResponseBody.ts +44 -0
  281. package/src/models/CreateDataQualityScanRunShrinkRequest.ts +58 -0
  282. package/src/models/CreateDataQualityScanShrinkRequest.ts +146 -0
  283. package/src/models/CreateDataQualityTemplateRequest.ts +60 -0
  284. package/src/models/CreateDataQualityTemplateResponse.ts +40 -0
  285. package/src/models/CreateDataQualityTemplateResponseBody.ts +44 -0
  286. package/src/models/CreateWorkflowInstancesRequest.ts +70 -42
  287. package/src/models/CreateWorkflowInstancesShrinkRequest.ts +19 -5
  288. package/src/models/DeleteComponentRequest.ts +50 -0
  289. package/src/models/DeleteComponentResponse.ts +40 -0
  290. package/src/models/DeleteComponentResponseBody.ts +44 -0
  291. package/src/models/DeleteDataQualityAlertRuleRequest.ts +34 -0
  292. package/src/models/DeleteDataQualityAlertRuleResponse.ts +40 -0
  293. package/src/models/DeleteDataQualityAlertRuleResponseBody.ts +44 -0
  294. package/src/models/DeleteDataQualityScanRequest.ts +44 -0
  295. package/src/models/DeleteDataQualityScanResponse.ts +40 -0
  296. package/src/models/DeleteDataQualityScanResponseBody.ts +44 -0
  297. package/src/models/DeleteDataQualityTemplateRequest.ts +34 -0
  298. package/src/models/DeleteDataQualityTemplateResponse.ts +40 -0
  299. package/src/models/DeleteDataQualityTemplateResponseBody.ts +44 -0
  300. package/src/models/GetComponentRequest.ts +41 -0
  301. package/src/models/GetComponentResponse.ts +40 -0
  302. package/src/models/GetComponentResponseBody.ts +166 -0
  303. package/src/models/GetDataQualityAlertRuleRequest.ts +34 -0
  304. package/src/models/GetDataQualityAlertRuleResponse.ts +40 -0
  305. package/src/models/GetDataQualityAlertRuleResponseBody.ts +253 -0
  306. package/src/models/GetDataQualityScanRequest.ts +34 -0
  307. package/src/models/GetDataQualityScanResponse.ts +40 -0
  308. package/src/models/GetDataQualityScanResponseBody.ts +537 -0
  309. package/src/models/GetDataQualityScanRunLogRequest.ts +44 -0
  310. package/src/models/GetDataQualityScanRunLogResponse.ts +40 -0
  311. package/src/models/GetDataQualityScanRunLogResponseBody.ts +85 -0
  312. package/src/models/GetDataQualityScanRunRequest.ts +34 -0
  313. package/src/models/GetDataQualityScanRunResponse.ts +40 -0
  314. package/src/models/GetDataQualityScanRunResponseBody.ts +804 -0
  315. package/src/models/GetDataQualityTemplateRequest.ts +34 -0
  316. package/src/models/GetDataQualityTemplateResponse.ts +40 -0
  317. package/src/models/GetDataQualityTemplateResponseBody.ts +150 -0
  318. package/src/models/GetResourceGroupResponseBody.ts +4 -4
  319. package/src/models/GetWorkflowInstanceResponseBody.ts +32 -0
  320. package/src/models/ListComponentsRequest.ts +52 -0
  321. package/src/models/ListComponentsResponse.ts +40 -0
  322. package/src/models/ListComponentsResponseBody.ts +398 -0
  323. package/src/models/ListDataQualityAlertRulesRequest.ts +83 -0
  324. package/src/models/ListDataQualityAlertRulesResponse.ts +40 -0
  325. package/src/models/ListDataQualityAlertRulesResponseBody.ts +313 -0
  326. package/src/models/ListDataQualityScanRunsRequest.ts +115 -0
  327. package/src/models/ListDataQualityScanRunsResponse.ts +40 -0
  328. package/src/models/ListDataQualityScanRunsResponseBody.ts +220 -0
  329. package/src/models/ListDataQualityScansRequest.ts +94 -0
  330. package/src/models/ListDataQualityScansResponse.ts +40 -0
  331. package/src/models/ListDataQualityScansResponseBody.ts +548 -0
  332. package/src/models/ListDataQualityTemplatesRequest.ts +74 -0
  333. package/src/models/ListDataQualityTemplatesResponse.ts +40 -0
  334. package/src/models/ListDataQualityTemplatesResponseBody.ts +210 -0
  335. package/src/models/ListLineageRelationshipsRequest.ts +21 -0
  336. package/src/models/ListLineageRelationshipsResponseBody.ts +23 -0
  337. package/src/models/ListNodeDependenciesRequest.ts +1 -1
  338. package/src/models/ListNodeDependenciesResponseBody.ts +25 -25
  339. package/src/models/ListNodesRequest.ts +9 -2
  340. package/src/models/ListNodesResponseBody.ts +34 -27
  341. package/src/models/ListWorkflowInstancesResponseBody.ts +32 -0
  342. package/src/models/ListWorkflowsResponseBody.ts +32 -0
  343. package/src/models/UpdateComponentRequest.ts +71 -0
  344. package/src/models/UpdateComponentResponse.ts +40 -0
  345. package/src/models/UpdateComponentResponseBody.ts +44 -0
  346. package/src/models/UpdateDataQualityAlertRuleRequest.ts +217 -0
  347. package/src/models/UpdateDataQualityAlertRuleResponse.ts +40 -0
  348. package/src/models/UpdateDataQualityAlertRuleResponseBody.ts +44 -0
  349. package/src/models/UpdateDataQualityAlertRuleShrinkRequest.ts +68 -0
  350. package/src/models/UpdateDataQualityScanRequest.ts +449 -0
  351. package/src/models/UpdateDataQualityScanResponse.ts +40 -0
  352. package/src/models/UpdateDataQualityScanResponseBody.ts +44 -0
  353. package/src/models/UpdateDataQualityScanShrinkRequest.ts +144 -0
  354. package/src/models/UpdateDataQualityTemplateRequest.ts +70 -0
  355. package/src/models/UpdateDataQualityTemplateResponse.ts +40 -0
  356. package/src/models/UpdateDataQualityTemplateResponseBody.ts +44 -0
  357. package/src/models/UpdateTaskRequest.ts +41 -36
  358. package/src/models/UpdateTaskShrinkRequest.ts +11 -11
  359. package/src/models/model.ts +149 -0
@@ -0,0 +1,29 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class CreateDataQualityTemplateResponseBody extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * The unique identifier of the newly created rule template.
6
+ *
7
+ * @example
8
+ * USER-DEFINED:2001
9
+ */
10
+ id?: string;
11
+ /**
12
+ * @remarks
13
+ * The API request ID, which is generated as a UUID.
14
+ *
15
+ * @example
16
+ * 0bc14115***159376359
17
+ */
18
+ requestId?: string;
19
+ static names(): {
20
+ [key: string]: string;
21
+ };
22
+ static types(): {
23
+ [key: string]: any;
24
+ };
25
+ validate(): void;
26
+ constructor(map?: {
27
+ [key: string]: any;
28
+ });
29
+ }
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.CreateDataQualityTemplateResponseBody = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class CreateDataQualityTemplateResponseBody extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ id: 'Id',
43
+ requestId: 'RequestId',
44
+ };
45
+ }
46
+ static types() {
47
+ return {
48
+ id: 'string',
49
+ requestId: 'string',
50
+ };
51
+ }
52
+ validate() {
53
+ super.validate();
54
+ }
55
+ constructor(map) {
56
+ super(map);
57
+ }
58
+ }
59
+ exports.CreateDataQualityTemplateResponseBody = CreateDataQualityTemplateResponseBody;
60
+ //# sourceMappingURL=CreateDataQualityTemplateResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateDataQualityTemplateResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateDataQualityTemplateResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IAiBpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,IAAI;YACR,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,QAAQ;YACZ,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,sFAsCC"}
@@ -4,9 +4,9 @@ export declare class CreateWorkflowInstancesRequestDefaultRunPropertiesAlert ext
4
4
  * @remarks
5
5
  * The alert notification method. Valid values:
6
6
  *
7
- * * Sms
8
- * * Mail
9
- * * SmsMail
7
+ * * Sms: SMS only.
8
+ * * Mail: mail only.
9
+ * * SmsMail: SMS and mail.
10
10
  *
11
11
  * @example
12
12
  * Sms
@@ -16,9 +16,9 @@ export declare class CreateWorkflowInstancesRequestDefaultRunPropertiesAlert ext
16
16
  * @remarks
17
17
  * The alerting policy. Valid values:
18
18
  *
19
- * * Success: An alert is reported when data backfill succeeds.
20
- * * Failure: An alert is reported when data backfill fails.
21
- * * SuccessFailure: An alert is reported regardless of whether data backfill succeeds or fails.
19
+ * * Success: Alerts on success.
20
+ * * Failure: Alerts on failure.
21
+ * * SuccessFailure: Alerts on both success and failure.
22
22
  *
23
23
  * @example
24
24
  * Succes
@@ -38,7 +38,7 @@ export declare class CreateWorkflowInstancesRequestDefaultRunPropertiesAlert ext
38
38
  export declare class CreateWorkflowInstancesRequestDefaultRunPropertiesAnalysis extends $dara.Model {
39
39
  /**
40
40
  * @remarks
41
- * Specifies whether to block running if the analysis fails. If you set the Type parameter to SupplementData, this parameter is required. Valid values: true and false.
41
+ * Specifies whether to block execution if the analysis fails. Required when Type is set to SupplementData.
42
42
  *
43
43
  * @example
44
44
  * true
@@ -46,7 +46,7 @@ export declare class CreateWorkflowInstancesRequestDefaultRunPropertiesAnalysis
46
46
  blocked?: boolean;
47
47
  /**
48
48
  * @remarks
49
- * Specifies whether to enable the analysis feature. If you set the Type parameter to SupplementData, this parameter is required. Valid values: true and false.
49
+ * Specifies whether to enable the analysis feature. Required when Type is set to SupplementData.
50
50
  *
51
51
  * @example
52
52
  * true
@@ -66,7 +66,7 @@ export declare class CreateWorkflowInstancesRequestDefaultRunPropertiesAnalysis
66
66
  export declare class CreateWorkflowInstancesRequestDefaultRunPropertiesRunPolicy extends $dara.Model {
67
67
  /**
68
68
  * @remarks
69
- * The end time of running. Configure this parameter in the `hh:mm:ss` format. The time must be in the 24-hour clock. This parameter is required if you configure the RunPolicy parameter.
69
+ * The end time of running. Configure this parameter in the `hh:mm:ss` format (24-hour clock). This parameter is required if you configure the RunPolicy parameter.
70
70
  *
71
71
  * @example
72
72
  * 23:59:59
@@ -74,7 +74,7 @@ export declare class CreateWorkflowInstancesRequestDefaultRunPropertiesRunPolicy
74
74
  endTime?: string;
75
75
  /**
76
76
  * @remarks
77
- * Specifies whether the instances can be run immediately during the time period in the future. Valid values: true and false.
77
+ * Specifies whether a task whose scheduled run time is in the future can be run immediately. Default value: false.
78
78
  *
79
79
  * @example
80
80
  * false
@@ -82,7 +82,7 @@ export declare class CreateWorkflowInstancesRequestDefaultRunPropertiesRunPolicy
82
82
  immediately?: boolean;
83
83
  /**
84
84
  * @remarks
85
- * The start time of running. Configure this parameter in the `hh:mm:ss` format. The time must be in the 24-hour clock. This parameter is required if you configure the RunPolicy parameter.
85
+ * The start time of running. Configure this parameter in the `hh:mm:ss` format (24-hour clock). This parameter is required if you configure the RunPolicy parameter.
86
86
  *
87
87
  * @example
88
88
  * 00:00:00
@@ -90,7 +90,7 @@ export declare class CreateWorkflowInstancesRequestDefaultRunPropertiesRunPolicy
90
90
  startTime?: string;
91
91
  /**
92
92
  * @remarks
93
- * The type of the time period during which the data is backfilled. This parameter is required if you configure the RunPolicy parameter.
93
+ * The time period type. This parameter is required if you configure the RunPolicy parameter. Valid values:
94
94
  *
95
95
  * * Daily
96
96
  * * Weekend
@@ -118,37 +118,37 @@ export declare class CreateWorkflowInstancesRequestDefaultRunProperties extends
118
118
  alert?: CreateWorkflowInstancesRequestDefaultRunPropertiesAlert;
119
119
  /**
120
120
  * @remarks
121
- * The configurations for analysis. If you set the Type parameter to SupplementData, this parameter is required.
121
+ * The analysis configuration. Required when Type is set to SupplementData.
122
122
  */
123
123
  analysis?: CreateWorkflowInstancesRequestDefaultRunPropertiesAnalysis;
124
124
  /**
125
125
  * @remarks
126
- * The IDs of the projects that do not need to be run.
126
+ * The IDs of the projects not to run.
127
127
  */
128
128
  excludeProjectIds?: number[];
129
129
  /**
130
130
  * @remarks
131
- * The IDs of the tasks that do not need to be run.
131
+ * The IDs of the tasks not to run.
132
132
  */
133
133
  excludeTaskIds?: number[];
134
134
  /**
135
135
  * @remarks
136
- * The IDs of the projects that need to be run.
136
+ * The IDs of the projects to run.
137
137
  */
138
138
  includeProjectIds?: number[];
139
139
  /**
140
140
  * @remarks
141
- * The IDs of the tasks that need to be run.
141
+ * The IDs of the tasks to run.
142
142
  */
143
143
  includeTaskIds?: number[];
144
144
  /**
145
145
  * @remarks
146
- * The data backfill mode. Default value: ManualSelection. If you set the Type parameter to SupplementData, this parameter is required. Valid values:
146
+ * The data backfill mode. Default value: ManualSelection. Required when Type is set to SupplementData.
147
147
  *
148
- * * General: You can specify only `one root task ID`. The `IncludeTaskIds` parameter is optional. If you do not configure the IncludeTaskIds parameter, the tasks that are specified by the `RootTaskIds` parameter are included by default.
149
- * * ManualSelection: You can specify `multiple root task IDs`. The `IncludeTaskIds` parameter is optional. If you do not configure the IncludeTaskIds parameter, the tasks that are specified by the `RootTaskIds` parameter are included by default.
150
- * * Chain: If you set the Mode parameter to Chain, you must leave the `RootTaskIds` parameter empty and set the `IncludeTaskIds` parameter to the start task ID and the end task ID.
151
- * * AllDownstream: You can specify only one `root task ID`.
148
+ * * General: You can specify only one value for `RootTaskIds`. The `IncludeTaskIds` parameter is optional. If it\\"s not specified, it defaults to including `RootTaskIds`.
149
+ * * ManualSelection: You can specify multiple values for `RootTaskIds`. The `IncludeTaskIds` parameter is optional. If it is not specified, it defaults to including `RootTaskIds`.
150
+ * * Chain: If you set the Mode parameter to Chain, leave the `RootTaskIds` parameter empty and set the `IncludeTaskIds` parameter to the start task ID and the end task ID.
151
+ * * AllDownstream: Only one `RootTaskId` can be specified.
152
152
  *
153
153
  * @example
154
154
  * ManualSelection
@@ -156,10 +156,10 @@ export declare class CreateWorkflowInstancesRequestDefaultRunProperties extends
156
156
  mode?: string;
157
157
  /**
158
158
  * @remarks
159
- * The running order. Valid values:
159
+ * The execution order. Default value: Asc.
160
160
  *
161
- * * Asc (default): The tasks are sorted by data timestamp in ascending order.
162
- * * Desc: The tasks are sorted by data timestamp in descending order.
161
+ * * Asc: ascending by business date.
162
+ * * Desc: descending by business date.
163
163
  *
164
164
  * @example
165
165
  * Asc
@@ -167,7 +167,7 @@ export declare class CreateWorkflowInstancesRequestDefaultRunProperties extends
167
167
  order?: string;
168
168
  /**
169
169
  * @remarks
170
- * The number of tasks that can be run in parallel. If you specify a value that ranges from 2 to 10, the value indicates the number of tasks that can be run in parallel. If you set the value to 1, the tasks are run one by one. If you set the Type parameter to SupplementData, this parameter is required.
170
+ * The task concurrency. Values from 2 to 10 indicate concurrency. A value of 1 indicates sequential execution. Required when Type = SupplementData.
171
171
  *
172
172
  * @example
173
173
  * 2
@@ -175,7 +175,7 @@ export declare class CreateWorkflowInstancesRequestDefaultRunProperties extends
175
175
  parallelism?: number;
176
176
  /**
177
177
  * @remarks
178
- * The running priority. Valid values: 1 to 11. A larger value indicates a higher priority.
178
+ * The execution priority, range: 111. A higher value indicates higher priority.
179
179
  *
180
180
  * @example
181
181
  * 1
@@ -183,10 +183,10 @@ export declare class CreateWorkflowInstancesRequestDefaultRunProperties extends
183
183
  priority?: number;
184
184
  /**
185
185
  * @remarks
186
- * The weight policy for the priority. Valid values:
186
+ * The priority weighting policy.
187
187
  *
188
- * * `Disable`: No weight policy for the priority is enabled. This is the default value.
189
- * * `Upstream`: The sum of the weights for the ancestor nodes of the current node is calculated. The more ancestor nodes, the higher the weight.
188
+ * * `Disable` (default): Do not enable.
189
+ * * `Upstream`: The priority is based on the total weight of upstream nodes. The deeper the hierarchy, the higher the weight.
190
190
  *
191
191
  * @example
192
192
  * Upstream
@@ -194,22 +194,22 @@ export declare class CreateWorkflowInstancesRequestDefaultRunProperties extends
194
194
  priorityWeightStrategy?: string;
195
195
  /**
196
196
  * @remarks
197
- * The root task IDs.
197
+ * The list of root task IDs.
198
198
  *
199
- * * If you set the Type parameter to SupplementData and the Mode parameter to a value other than Chain, the RootTaskIds parameter is required.
200
- * * If you set the Type parameter to ManualWorkflow, the RootTaskIds parameter is optional. If you do not configure the RootTaskIds parameter, the IDs of the default root nodes of the manually triggered workflow are used.
201
- * * If you set the Type parameter to Manual, the RootTaskIds parameter is required. The RootTaskIds parameter specifies the IDs of the manually triggered tasks that need to be run.
202
- * * If you set the Type parameter to SmokeTest, the RootTaskIds parameter is required. The RootTaskIds parameter specifies the IDs of the test tasks that need to be run.
199
+ * * When Type is set to SupplementData, RootTaskIds is required unless Mode is set to Chain.
200
+ * * When Type is set to ManualWorkflow, RootTaskIds is optional. If it is not specified, the default root nodes of the manual workflow are used.
201
+ * * When Type is set to Manual, RootTaskIds is required and specifies the list of manual tasks to run.
202
+ * * When Type is set to SmokeTest, RootTaskIds is required and specifies the list of test tasks to run.
203
203
  */
204
204
  rootTaskIds?: number[];
205
205
  /**
206
206
  * @remarks
207
- * The policy for running. If you leave this parameter empty, the task configuration is used.
207
+ * The run policy. If the parameter is left empty, the task configuration is used.
208
208
  */
209
209
  runPolicy?: CreateWorkflowInstancesRequestDefaultRunPropertiesRunPolicy;
210
210
  /**
211
211
  * @remarks
212
- * The identifier of the custom resource group for scheduling. If you leave this parameter empty, the runtime configuration is used.
212
+ * Custom scheduling resource group ID. If left empty, the task configuration is used.
213
213
  *
214
214
  * @example
215
215
  * S_res_group_524258031846018_1684XXXXXXXXX
@@ -298,7 +298,21 @@ export declare class CreateWorkflowInstancesRequestPeriods extends $dara.Model {
298
298
  });
299
299
  }
300
300
  export declare class CreateWorkflowInstancesRequestTags extends $dara.Model {
301
+ /**
302
+ * @remarks
303
+ * The tag key.
304
+ *
305
+ * @example
306
+ * tagKey
307
+ */
301
308
  key?: string;
309
+ /**
310
+ * @remarks
311
+ * The tag value.
312
+ *
313
+ * @example
314
+ * tagValue
315
+ */
302
316
  value?: string;
303
317
  static names(): {
304
318
  [key: string]: string;
@@ -335,7 +349,7 @@ export declare class CreateWorkflowInstancesRequest extends $dara.Model {
335
349
  defaultRunProperties?: CreateWorkflowInstancesRequestDefaultRunProperties;
336
350
  /**
337
351
  * @remarks
338
- * The environment of the workspace. Valid values:
352
+ * The project environment.
339
353
  *
340
354
  * * Prod
341
355
  * * Dev
@@ -369,7 +383,21 @@ export declare class CreateWorkflowInstancesRequest extends $dara.Model {
369
383
  * 100
370
384
  */
371
385
  projectId?: number;
386
+ /**
387
+ * @remarks
388
+ * The tag creation policy. Valid values:
389
+ *
390
+ * * Append: New tags are added on top of the existing tags of the manual workflow.
391
+ * * Overwrite: Existing tags of the manual workflow are not inherited. New tags are created directly.
392
+ *
393
+ * @example
394
+ * Append
395
+ */
372
396
  tagCreationPolicy?: string;
397
+ /**
398
+ * @remarks
399
+ * The task tag list.
400
+ */
373
401
  tags?: CreateWorkflowInstancesRequestTags[];
374
402
  /**
375
403
  * @remarks
@@ -386,10 +414,10 @@ export declare class CreateWorkflowInstancesRequest extends $dara.Model {
386
414
  * @remarks
387
415
  * The type of the workflow instance. Valid values:
388
416
  *
389
- * * SupplementData: The values of the RootTaskIds and IncludeTaskIds parameters vary based on the value of the Mode parameter. For more information, see the Mode parameter in this API operation.
390
- * * ManualWorkflow: If you set the Type parameter to ManualWorkflow, you must set the WorkflowId parameter to the ID of the manually triggered workflow. The RootTaskIds parameter is optional. If you do not configure the RootTaskIds parameter, the IDs of the default root nodes of the manually triggered workflow are used.
391
- * * Manual: You need to configure only the RootTaskIds parameter. The RootTaskIds parameter specifies the IDs of the manually triggered tasks that need to be run.
392
- * * SmokeTest: You need to configure only the RootTaskIds parameter. The RootTaskIds parameter specifies the IDs of the test tasks that need to be run.
417
+ * * SupplementData: Data backfill. The usage of RootTaskIds and IncludeTaskIds varies based on the backfill mode. See the description of the DefaultRunProperties.Mode parameter.
418
+ * * ManualWorkflow: Manual workflow. WorkflowId is required for a manual workflow. RootTaskIds is optional. If not specified, the system uses the default root task list of the manual workflow.
419
+ * * Manual: Manual task. You only need to specify RootTaskIds. This is the list of manual tasks to run.
420
+ * * SmokeTest: Smoke test. You only need to specify RootTaskIds. This is the list of test tasks to run.
393
421
  *
394
422
  * This parameter is required.
395
423
  *
@@ -1 +1 @@
1
- {"version":3,"file":"CreateWorkflowInstancesRequest.js","sourceRoot":"","sources":["../../src/models/CreateWorkflowInstancesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uDAAwD,SAAQ,KAAK,CAAC,KAAK;IAyBtF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9CD,0HA8CC;AAED,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;IAiBzF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,gIAsCC;AAED,MAAa,2DAA4D,SAAQ,KAAK,CAAC,KAAK;IAoC1F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;YACtB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,SAAS;YACtB,SAAS,EAAE,QAAQ;YACnB,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7DD,kIA6DC;AAED,MAAa,kDAAmD,SAAQ,KAAK,CAAC,KAAK;IAyGjF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,QAAQ,EAAE,UAAU;YACpB,iBAAiB,EAAE,mBAAmB;YACtC,cAAc,EAAE,gBAAgB;YAChC,iBAAiB,EAAE,mBAAmB;YACtC,cAAc,EAAE,gBAAgB;YAChC,IAAI,EAAE,MAAM;YACZ,KAAK,EAAE,OAAO;YACd,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;YACpB,sBAAsB,EAAE,wBAAwB;YAChD,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;YACtB,eAAe,EAAE,iBAAiB;SACnC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,uDAAuD;YAC9D,QAAQ,EAAE,0DAA0D;YACpE,iBAAiB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YAC5D,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACzD,iBAAiB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YAC5D,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACzD,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE,QAAQ;YACf,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;YAClB,sBAAsB,EAAE,QAAQ;YAChC,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACtD,SAAS,EAAE,2DAA2D;YACtE,eAAe,EAAE,QAAQ;SAC1B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,KAAK,IAAI,OAAQ,IAAI,CAAC,KAAa,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnE,IAAI,CAAC,KAAa,CAAC,QAAQ,EAAE,CAAC;QACjC,CAAC;QACD,IAAG,IAAI,CAAC,QAAQ,IAAI,OAAQ,IAAI,CAAC,QAAgB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzE,IAAI,CAAC,QAAgB,CAAC,QAAQ,EAAE,CAAC;QACpC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,EAAE,CAAC;YACzC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACpD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC;YACtC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,EAAE,CAAC;YACzC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACpD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC;YACtC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YACnC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,IAAG,IAAI,CAAC,SAAS,IAAI,OAAQ,IAAI,CAAC,SAAiB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC3E,IAAI,CAAC,SAAiB,CAAC,QAAQ,EAAE,CAAC;QACrC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9KD,gHA8KC;AAED,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;IAqB5E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,QAAQ;SACvB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1CD,sGA0CC;AAED,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IA4BpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,6CAA6C,EAAE;YACxF,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;YAChC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC3C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtDD,sFAsDC;AAED,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IAGjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,gFAwBC;AAED,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IA2G7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,kBAAkB;YACpC,OAAO,EAAE,SAAS;YAClB,oBAAoB,EAAE,sBAAsB;YAC5C,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,iBAAiB,EAAE,mBAAmB;YACtC,IAAI,EAAE,MAAM;YACZ,cAAc,EAAE,gBAAgB;YAChC,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,YAAY;YACxB,kBAAkB,EAAE,oBAAoB;SACzC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,SAAS;YAC3B,OAAO,EAAE,QAAQ;YACjB,oBAAoB,EAAE,kDAAkD;YACxE,OAAO,EAAE,QAAQ;YACjB,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,qCAAqC;YAC9C,SAAS,EAAE,QAAQ;YACnB,iBAAiB,EAAE,QAAQ;YAC3B,IAAI,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,kCAAkC,EAAE;YACzE,cAAc,EAAE,QAAQ;YACxB,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,QAAQ;YACpB,kBAAkB,EAAE,QAAQ;SAC7B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,oBAAoB,IAAI,OAAQ,IAAI,CAAC,oBAA4B,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjG,IAAI,CAAC,oBAA4B,CAAC,QAAQ,EAAE,CAAC;QAChD,CAAC;QACD,IAAG,IAAI,CAAC,OAAO,IAAI,OAAQ,IAAI,CAAC,OAAe,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACvE,IAAI,CAAC,OAAe,CAAC,QAAQ,EAAE,CAAC;QACnC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;YAC5B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACvC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/JD,wEA+JC"}
1
+ {"version":3,"file":"CreateWorkflowInstancesRequest.js","sourceRoot":"","sources":["../../src/models/CreateWorkflowInstancesRequest.ts"],"names":[],"mappings":"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"}
@@ -23,7 +23,7 @@ export declare class CreateWorkflowInstancesShrinkRequest extends $dara.Model {
23
23
  defaultRunPropertiesShrink?: string;
24
24
  /**
25
25
  * @remarks
26
- * The environment of the workspace. Valid values:
26
+ * The project environment.
27
27
  *
28
28
  * * Prod
29
29
  * * Dev
@@ -57,7 +57,21 @@ export declare class CreateWorkflowInstancesShrinkRequest extends $dara.Model {
57
57
  * 100
58
58
  */
59
59
  projectId?: number;
60
+ /**
61
+ * @remarks
62
+ * The tag creation policy. Valid values:
63
+ *
64
+ * * Append: New tags are added on top of the existing tags of the manual workflow.
65
+ * * Overwrite: Existing tags of the manual workflow are not inherited. New tags are created directly.
66
+ *
67
+ * @example
68
+ * Append
69
+ */
60
70
  tagCreationPolicy?: string;
71
+ /**
72
+ * @remarks
73
+ * The task tag list.
74
+ */
61
75
  tagsShrink?: string;
62
76
  /**
63
77
  * @remarks
@@ -74,10 +88,10 @@ export declare class CreateWorkflowInstancesShrinkRequest extends $dara.Model {
74
88
  * @remarks
75
89
  * The type of the workflow instance. Valid values:
76
90
  *
77
- * * SupplementData: The values of the RootTaskIds and IncludeTaskIds parameters vary based on the value of the Mode parameter. For more information, see the Mode parameter in this API operation.
78
- * * ManualWorkflow: If you set the Type parameter to ManualWorkflow, you must set the WorkflowId parameter to the ID of the manually triggered workflow. The RootTaskIds parameter is optional. If you do not configure the RootTaskIds parameter, the IDs of the default root nodes of the manually triggered workflow are used.
79
- * * Manual: You need to configure only the RootTaskIds parameter. The RootTaskIds parameter specifies the IDs of the manually triggered tasks that need to be run.
80
- * * SmokeTest: You need to configure only the RootTaskIds parameter. The RootTaskIds parameter specifies the IDs of the test tasks that need to be run.
91
+ * * SupplementData: Data backfill. The usage of RootTaskIds and IncludeTaskIds varies based on the backfill mode. See the description of the DefaultRunProperties.Mode parameter.
92
+ * * ManualWorkflow: Manual workflow. WorkflowId is required for a manual workflow. RootTaskIds is optional. If not specified, the system uses the default root task list of the manual workflow.
93
+ * * Manual: Manual task. You only need to specify RootTaskIds. This is the list of manual tasks to run.
94
+ * * SmokeTest: Smoke test. You only need to specify RootTaskIds. This is the list of test tasks to run.
81
95
  *
82
96
  * This parameter is required.
83
97
  *
@@ -1 +1 @@
1
- {"version":3,"file":"CreateWorkflowInstancesShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateWorkflowInstancesShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IA2GnE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,kBAAkB;YACpC,OAAO,EAAE,SAAS;YAClB,0BAA0B,EAAE,sBAAsB;YAClD,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,MAAM;YACZ,aAAa,EAAE,SAAS;YACxB,SAAS,EAAE,WAAW;YACtB,iBAAiB,EAAE,mBAAmB;YACtC,UAAU,EAAE,MAAM;YAClB,cAAc,EAAE,gBAAgB;YAChC,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,YAAY;YACxB,kBAAkB,EAAE,oBAAoB;SACzC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,SAAS;YAC3B,OAAO,EAAE,QAAQ;YACjB,0BAA0B,EAAE,QAAQ;YACpC,OAAO,EAAE,QAAQ;YACjB,IAAI,EAAE,QAAQ;YACd,aAAa,EAAE,QAAQ;YACvB,SAAS,EAAE,QAAQ;YACnB,iBAAiB,EAAE,QAAQ;YAC3B,UAAU,EAAE,QAAQ;YACpB,cAAc,EAAE,QAAQ;YACxB,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,QAAQ;YACpB,kBAAkB,EAAE,QAAQ;SAC7B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtJD,oFAsJC"}
1
+ {"version":3,"file":"CreateWorkflowInstancesShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateWorkflowInstancesShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IAyHnE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,kBAAkB;YACpC,OAAO,EAAE,SAAS;YAClB,0BAA0B,EAAE,sBAAsB;YAClD,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,MAAM;YACZ,aAAa,EAAE,SAAS;YACxB,SAAS,EAAE,WAAW;YACtB,iBAAiB,EAAE,mBAAmB;YACtC,UAAU,EAAE,MAAM;YAClB,cAAc,EAAE,gBAAgB;YAChC,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,YAAY;YACxB,kBAAkB,EAAE,oBAAoB;SACzC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,SAAS;YAC3B,OAAO,EAAE,QAAQ;YACjB,0BAA0B,EAAE,QAAQ;YACpC,OAAO,EAAE,QAAQ;YACjB,IAAI,EAAE,QAAQ;YACd,aAAa,EAAE,QAAQ;YACvB,SAAS,EAAE,QAAQ;YACnB,iBAAiB,EAAE,QAAQ;YAC3B,UAAU,EAAE,QAAQ;YACpB,cAAc,EAAE,QAAQ;YACxB,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,QAAQ;YACpB,kBAAkB,EAAE,QAAQ;SAC7B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApKD,oFAoKC"}
@@ -0,0 +1,35 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class DeleteComponentRequest extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * The component ID. It can be used as a request parameter for querying the list of production studio components and modifying production studio components.
6
+ *
7
+ * This parameter is required.
8
+ *
9
+ * @example
10
+ * 123123123123
11
+ */
12
+ componentId?: string;
13
+ /**
14
+ * @remarks
15
+ * The ID of the DataWorks workspace. You can log on to the [DataWorks console](https://workbench.data.aliyun.com/console) and go to the Workspace page to query the ID.
16
+ *
17
+ * This parameter specifies the DataWorks workspace to which the API operation is applied.
18
+ *
19
+ * This parameter is required.
20
+ *
21
+ * @example
22
+ * 1000
23
+ */
24
+ projectId?: number;
25
+ static names(): {
26
+ [key: string]: string;
27
+ };
28
+ static types(): {
29
+ [key: string]: any;
30
+ };
31
+ validate(): void;
32
+ constructor(map?: {
33
+ [key: string]: any;
34
+ });
35
+ }
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.DeleteComponentRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class DeleteComponentRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ componentId: 'ComponentId',
43
+ projectId: 'ProjectId',
44
+ };
45
+ }
46
+ static types() {
47
+ return {
48
+ componentId: 'string',
49
+ projectId: 'number',
50
+ };
51
+ }
52
+ validate() {
53
+ super.validate();
54
+ }
55
+ constructor(map) {
56
+ super(map);
57
+ }
58
+ }
59
+ exports.DeleteComponentRequest = DeleteComponentRequest;
60
+ //# sourceMappingURL=DeleteComponentRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteComponentRequest.js","sourceRoot":"","sources":["../../src/models/DeleteComponentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sBAAuB,SAAQ,KAAK,CAAC,KAAK;IAuBrD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5CD,wDA4CC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { DeleteComponentResponseBody } from "./DeleteComponentResponseBody";
3
+ export declare class DeleteComponentResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: DeleteComponentResponseBody;
9
+ static names(): {
10
+ [key: string]: string;
11
+ };
12
+ static types(): {
13
+ [key: string]: any;
14
+ };
15
+ validate(): void;
16
+ constructor(map?: {
17
+ [key: string]: any;
18
+ });
19
+ }
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.DeleteComponentResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const DeleteComponentResponseBody_1 = require("./DeleteComponentResponseBody");
40
+ class DeleteComponentResponse extends $dara.Model {
41
+ static names() {
42
+ return {
43
+ headers: 'headers',
44
+ statusCode: 'statusCode',
45
+ body: 'body',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
51
+ statusCode: 'number',
52
+ body: DeleteComponentResponseBody_1.DeleteComponentResponseBody,
53
+ };
54
+ }
55
+ validate() {
56
+ if (this.headers) {
57
+ $dara.Model.validateMap(this.headers);
58
+ }
59
+ if (this.body && typeof this.body.validate === 'function') {
60
+ this.body.validate();
61
+ }
62
+ super.validate();
63
+ }
64
+ constructor(map) {
65
+ super(map);
66
+ }
67
+ }
68
+ exports.DeleteComponentResponse = DeleteComponentResponse;
69
+ //# sourceMappingURL=DeleteComponentResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteComponentResponse.js","sourceRoot":"","sources":["../../src/models/DeleteComponentResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+EAA4E;AAG5E,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;IAItD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,yDAA2B;SAClC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,0DAiCC"}