@huaweicloud/huaweicloud-sdk-codeartsbuild 3.1.164 → 3.1.166

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 (277) hide show
  1. package/package.json +2 -2
  2. package/v3/CodeArtsBuildClient.d.ts +563 -0
  3. package/v3/CodeArtsBuildClient.d.ts.map +1 -1
  4. package/v3/CodeArtsBuildClient.js +1139 -52
  5. package/v3/CodeArtsBuildClient.js.map +1 -1
  6. package/v3/model/AddFavouriteCustomTemplateRequest.d.ts +6 -0
  7. package/v3/model/AddFavouriteCustomTemplateRequest.d.ts.map +1 -0
  8. package/v3/model/AddFavouriteCustomTemplateRequest.js +14 -0
  9. package/v3/model/AddFavouriteCustomTemplateRequest.js.map +1 -0
  10. package/v3/model/AddFavouriteCustomTemplateResponse.d.ts +7 -0
  11. package/v3/model/AddFavouriteCustomTemplateResponse.d.ts.map +1 -0
  12. package/v3/model/AddFavouriteCustomTemplateResponse.js +15 -0
  13. package/v3/model/AddFavouriteCustomTemplateResponse.js.map +1 -0
  14. package/v3/model/AddKeystorePermissionRequestBody.d.ts +4 -0
  15. package/v3/model/AddKeystorePermissionRequestBody.d.ts.map +1 -1
  16. package/v3/model/AddKeystorePermissionRequestBody.js +10 -0
  17. package/v3/model/AddKeystorePermissionRequestBody.js.map +1 -1
  18. package/v3/model/ApplyProjectPermissionRequest.d.ts +7 -0
  19. package/v3/model/ApplyProjectPermissionRequest.d.ts.map +1 -0
  20. package/v3/model/ApplyProjectPermissionRequest.js +13 -0
  21. package/v3/model/ApplyProjectPermissionRequest.js.map +1 -0
  22. package/v3/model/ApplyProjectPermissionResponse.d.ts +11 -0
  23. package/v3/model/ApplyProjectPermissionResponse.d.ts.map +1 -0
  24. package/v3/model/ApplyProjectPermissionResponse.js +23 -0
  25. package/v3/model/ApplyProjectPermissionResponse.js.map +1 -0
  26. package/v3/model/BatchDeleteBuildJobsRequest.d.ts +7 -0
  27. package/v3/model/BatchDeleteBuildJobsRequest.d.ts.map +1 -0
  28. package/v3/model/BatchDeleteBuildJobsRequest.js +13 -0
  29. package/v3/model/BatchDeleteBuildJobsRequest.js.map +1 -0
  30. package/v3/model/BatchDeleteBuildJobsRequestBody.d.ts +8 -0
  31. package/v3/model/BatchDeleteBuildJobsRequestBody.d.ts.map +1 -0
  32. package/v3/model/BatchDeleteBuildJobsRequestBody.js +20 -0
  33. package/v3/model/BatchDeleteBuildJobsRequestBody.js.map +1 -0
  34. package/v3/model/BatchDeleteBuildJobsResponse.d.ts +12 -0
  35. package/v3/model/BatchDeleteBuildJobsResponse.d.ts.map +1 -0
  36. package/v3/model/BatchDeleteBuildJobsResponse.js +23 -0
  37. package/v3/model/BatchDeleteBuildJobsResponse.js.map +1 -0
  38. package/v3/model/BatchUpdateJobRolePermissionRequest.d.ts +7 -0
  39. package/v3/model/BatchUpdateJobRolePermissionRequest.d.ts.map +1 -0
  40. package/v3/model/BatchUpdateJobRolePermissionRequest.js +13 -0
  41. package/v3/model/BatchUpdateJobRolePermissionRequest.js.map +1 -0
  42. package/v3/model/BatchUpdateJobRolePermissionResponse.d.ts +11 -0
  43. package/v3/model/BatchUpdateJobRolePermissionResponse.d.ts.map +1 -0
  44. package/v3/model/BatchUpdateJobRolePermissionResponse.js +23 -0
  45. package/v3/model/BatchUpdateJobRolePermissionResponse.js.map +1 -0
  46. package/v3/model/CheckJobInternalRequest.d.ts +4 -0
  47. package/v3/model/CheckJobInternalRequest.d.ts.map +1 -0
  48. package/v3/model/CheckJobInternalRequest.js +9 -0
  49. package/v3/model/CheckJobInternalRequest.js.map +1 -0
  50. package/v3/model/CheckJobInternalResponse.d.ts +11 -0
  51. package/v3/model/CheckJobInternalResponse.d.ts.map +1 -0
  52. package/v3/model/CheckJobInternalResponse.js +23 -0
  53. package/v3/model/CheckJobInternalResponse.js.map +1 -0
  54. package/v3/model/CountdownList.d.ts +27 -0
  55. package/v3/model/CountdownList.d.ts.map +1 -0
  56. package/v3/model/CountdownList.js +63 -0
  57. package/v3/model/CountdownList.js.map +1 -0
  58. package/v3/model/CountdownListTips.d.ts +7 -0
  59. package/v3/model/CountdownListTips.d.ts.map +1 -0
  60. package/v3/model/CountdownListTips.js +13 -0
  61. package/v3/model/CountdownListTips.js.map +1 -0
  62. package/v3/model/CountdownRequestBody.d.ts +16 -0
  63. package/v3/model/CountdownRequestBody.d.ts.map +1 -0
  64. package/v3/model/CountdownRequestBody.js +42 -0
  65. package/v3/model/CountdownRequestBody.js.map +1 -0
  66. package/v3/model/CreateJobGroupRequest.d.ts +11 -0
  67. package/v3/model/CreateJobGroupRequest.d.ts.map +1 -0
  68. package/v3/model/CreateJobGroupRequest.js +24 -0
  69. package/v3/model/CreateJobGroupRequest.js.map +1 -0
  70. package/v3/model/CreateJobGroupResponse.d.ts +12 -0
  71. package/v3/model/CreateJobGroupResponse.d.ts.map +1 -0
  72. package/v3/model/CreateJobGroupResponse.js +23 -0
  73. package/v3/model/CreateJobGroupResponse.js.map +1 -0
  74. package/v3/model/DeleteGroupRequest.d.ts +10 -0
  75. package/v3/model/DeleteGroupRequest.d.ts.map +1 -0
  76. package/v3/model/DeleteGroupRequest.js +25 -0
  77. package/v3/model/DeleteGroupRequest.js.map +1 -0
  78. package/v3/model/DeleteGroupResponse.d.ts +11 -0
  79. package/v3/model/DeleteGroupResponse.d.ts.map +1 -0
  80. package/v3/model/DeleteGroupResponse.js +23 -0
  81. package/v3/model/DeleteGroupResponse.js.map +1 -0
  82. package/v3/model/DomainStatuses.d.ts +60 -0
  83. package/v3/model/DomainStatuses.d.ts.map +1 -0
  84. package/v3/model/DomainStatuses.js +147 -0
  85. package/v3/model/DomainStatuses.js.map +1 -0
  86. package/v3/model/DomainsStatusesRequestBody.d.ts +8 -0
  87. package/v3/model/DomainsStatusesRequestBody.d.ts.map +1 -0
  88. package/v3/model/DomainsStatusesRequestBody.js +19 -0
  89. package/v3/model/DomainsStatusesRequestBody.js.map +1 -0
  90. package/v3/model/EndPointResponse.d.ts +32 -0
  91. package/v3/model/EndPointResponse.d.ts.map +1 -0
  92. package/v3/model/EndPointResponse.js +69 -0
  93. package/v3/model/EndPointResponse.js.map +1 -0
  94. package/v3/model/EndPointResponseAuthorization.d.ts +8 -0
  95. package/v3/model/EndPointResponseAuthorization.d.ts.map +1 -0
  96. package/v3/model/EndPointResponseAuthorization.js +17 -0
  97. package/v3/model/EndPointResponseAuthorization.js.map +1 -0
  98. package/v3/model/EndPointResponseCreatedBy.d.ts +10 -0
  99. package/v3/model/EndPointResponseCreatedBy.d.ts.map +1 -0
  100. package/v3/model/EndPointResponseCreatedBy.js +23 -0
  101. package/v3/model/EndPointResponseCreatedBy.js.map +1 -0
  102. package/v3/model/JobGroupRequestBody.d.ts +20 -0
  103. package/v3/model/JobGroupRequestBody.d.ts.map +1 -0
  104. package/v3/model/JobGroupRequestBody.js +47 -0
  105. package/v3/model/JobGroupRequestBody.js.map +1 -0
  106. package/v3/model/JobGroupResponseBodyResult.d.ts +46 -0
  107. package/v3/model/JobGroupResponseBodyResult.d.ts.map +1 -0
  108. package/v3/model/JobGroupResponseBodyResult.js +111 -0
  109. package/v3/model/JobGroupResponseBodyResult.js.map +1 -0
  110. package/v3/model/JobGroupTreeResponseBody.d.ts +44 -0
  111. package/v3/model/JobGroupTreeResponseBody.d.ts.map +1 -0
  112. package/v3/model/JobGroupTreeResponseBody.js +105 -0
  113. package/v3/model/JobGroupTreeResponseBody.js.map +1 -0
  114. package/v3/model/JobRolePermission.d.ts +48 -0
  115. package/v3/model/JobRolePermission.d.ts.map +1 -0
  116. package/v3/model/JobRolePermission.js +117 -0
  117. package/v3/model/JobRolePermission.js.map +1 -0
  118. package/v3/model/JobStatusResultResponseBodyResult.d.ts +12 -0
  119. package/v3/model/JobStatusResultResponseBodyResult.d.ts.map +1 -0
  120. package/v3/model/JobStatusResultResponseBodyResult.js +27 -0
  121. package/v3/model/JobStatusResultResponseBodyResult.js.map +1 -0
  122. package/v3/model/ListEndPointsRequest.d.ts +12 -0
  123. package/v3/model/ListEndPointsRequest.d.ts.map +1 -0
  124. package/v3/model/ListEndPointsRequest.js +29 -0
  125. package/v3/model/ListEndPointsRequest.js.map +1 -0
  126. package/v3/model/ListEndPointsResponse.d.ts +12 -0
  127. package/v3/model/ListEndPointsResponse.d.ts.map +1 -0
  128. package/v3/model/ListEndPointsResponse.js +23 -0
  129. package/v3/model/ListEndPointsResponse.js.map +1 -0
  130. package/v3/model/ListEndPointsResultResponseBodyResult.d.ts +9 -0
  131. package/v3/model/ListEndPointsResultResponseBodyResult.d.ts.map +1 -0
  132. package/v3/model/ListEndPointsResultResponseBodyResult.js +17 -0
  133. package/v3/model/ListEndPointsResultResponseBodyResult.js.map +1 -0
  134. package/v3/model/ListGroupTreeRequest.d.ts +8 -0
  135. package/v3/model/ListGroupTreeRequest.d.ts.map +1 -0
  136. package/v3/model/ListGroupTreeRequest.js +20 -0
  137. package/v3/model/ListGroupTreeRequest.js.map +1 -0
  138. package/v3/model/ListGroupTreeResponse.d.ts +12 -0
  139. package/v3/model/ListGroupTreeResponse.d.ts.map +1 -0
  140. package/v3/model/ListGroupTreeResponse.js +23 -0
  141. package/v3/model/ListGroupTreeResponse.js.map +1 -0
  142. package/v3/model/MoveGroupRequest.d.ts +11 -0
  143. package/v3/model/MoveGroupRequest.d.ts.map +1 -0
  144. package/v3/model/MoveGroupRequest.js +24 -0
  145. package/v3/model/MoveGroupRequest.js.map +1 -0
  146. package/v3/model/MoveGroupResponse.d.ts +12 -0
  147. package/v3/model/MoveGroupResponse.d.ts.map +1 -0
  148. package/v3/model/MoveGroupResponse.js +23 -0
  149. package/v3/model/MoveGroupResponse.js.map +1 -0
  150. package/v3/model/MoveJobGroupRequestBody.d.ts +11 -0
  151. package/v3/model/MoveJobGroupRequestBody.d.ts.map +1 -0
  152. package/v3/model/MoveJobGroupRequestBody.js +23 -0
  153. package/v3/model/MoveJobGroupRequestBody.js.map +1 -0
  154. package/v3/model/MoveJobGroupRequestBodyJobs.d.ts +12 -0
  155. package/v3/model/MoveJobGroupRequestBodyJobs.d.ts.map +1 -0
  156. package/v3/model/MoveJobGroupRequestBodyJobs.js +29 -0
  157. package/v3/model/MoveJobGroupRequestBodyJobs.js.map +1 -0
  158. package/v3/model/MoveJobGroupResponseBodyResult.d.ts +12 -0
  159. package/v3/model/MoveJobGroupResponseBodyResult.d.ts.map +1 -0
  160. package/v3/model/MoveJobGroupResponseBodyResult.js +29 -0
  161. package/v3/model/MoveJobGroupResponseBodyResult.js.map +1 -0
  162. package/v3/model/ProjectPermissionRequestBody.d.ts +16 -0
  163. package/v3/model/ProjectPermissionRequestBody.d.ts.map +1 -0
  164. package/v3/model/ProjectPermissionRequestBody.js +39 -0
  165. package/v3/model/ProjectPermissionRequestBody.js.map +1 -0
  166. package/v3/model/RemoverFavouriteCustomTemplateRequest.d.ts +6 -0
  167. package/v3/model/RemoverFavouriteCustomTemplateRequest.d.ts.map +1 -0
  168. package/v3/model/RemoverFavouriteCustomTemplateRequest.js +14 -0
  169. package/v3/model/RemoverFavouriteCustomTemplateRequest.js.map +1 -0
  170. package/v3/model/RemoverFavouriteCustomTemplateResponse.d.ts +7 -0
  171. package/v3/model/RemoverFavouriteCustomTemplateResponse.d.ts.map +1 -0
  172. package/v3/model/RemoverFavouriteCustomTemplateResponse.js +15 -0
  173. package/v3/model/RemoverFavouriteCustomTemplateResponse.js.map +1 -0
  174. package/v3/model/RolePermissionsRequestBody.d.ts +19 -0
  175. package/v3/model/RolePermissionsRequestBody.d.ts.map +1 -0
  176. package/v3/model/RolePermissionsRequestBody.js +43 -0
  177. package/v3/model/RolePermissionsRequestBody.js.map +1 -0
  178. package/v3/model/ShowAvailableInnerSpecRequest.d.ts +10 -0
  179. package/v3/model/ShowAvailableInnerSpecRequest.d.ts.map +1 -0
  180. package/v3/model/ShowAvailableInnerSpecRequest.js +25 -0
  181. package/v3/model/ShowAvailableInnerSpecRequest.js.map +1 -0
  182. package/v3/model/ShowAvailableInnerSpecResponse.d.ts +7 -0
  183. package/v3/model/ShowAvailableInnerSpecResponse.d.ts.map +1 -0
  184. package/v3/model/ShowAvailableInnerSpecResponse.js +15 -0
  185. package/v3/model/ShowAvailableInnerSpecResponse.js.map +1 -0
  186. package/v3/model/ShowBuildDetailsRequest.d.ts +12 -0
  187. package/v3/model/ShowBuildDetailsRequest.d.ts.map +1 -0
  188. package/v3/model/ShowBuildDetailsRequest.js +31 -0
  189. package/v3/model/ShowBuildDetailsRequest.js.map +1 -0
  190. package/v3/model/ShowBuildDetailsResponse.d.ts +12 -0
  191. package/v3/model/ShowBuildDetailsResponse.d.ts.map +1 -0
  192. package/v3/model/ShowBuildDetailsResponse.js +23 -0
  193. package/v3/model/ShowBuildDetailsResponse.js.map +1 -0
  194. package/v3/model/ShowDomainStatusRequest.d.ts +4 -0
  195. package/v3/model/ShowDomainStatusRequest.d.ts.map +1 -0
  196. package/v3/model/ShowDomainStatusRequest.js +9 -0
  197. package/v3/model/ShowDomainStatusRequest.js.map +1 -0
  198. package/v3/model/ShowDomainStatusResponse.d.ts +12 -0
  199. package/v3/model/ShowDomainStatusResponse.d.ts.map +1 -0
  200. package/v3/model/ShowDomainStatusResponse.js +23 -0
  201. package/v3/model/ShowDomainStatusResponse.js.map +1 -0
  202. package/v3/model/ShowDomainStatusResult.d.ts +14 -0
  203. package/v3/model/ShowDomainStatusResult.d.ts.map +1 -0
  204. package/v3/model/ShowDomainStatusResult.js +33 -0
  205. package/v3/model/ShowDomainStatusResult.js.map +1 -0
  206. package/v3/model/ShowDomainsStatusesRequest.d.ts +7 -0
  207. package/v3/model/ShowDomainsStatusesRequest.d.ts.map +1 -0
  208. package/v3/model/ShowDomainsStatusesRequest.js +13 -0
  209. package/v3/model/ShowDomainsStatusesRequest.js.map +1 -0
  210. package/v3/model/ShowDomainsStatusesResponse.d.ts +12 -0
  211. package/v3/model/ShowDomainsStatusesResponse.d.ts.map +1 -0
  212. package/v3/model/ShowDomainsStatusesResponse.js +23 -0
  213. package/v3/model/ShowDomainsStatusesResponse.js.map +1 -0
  214. package/v3/model/ShowPackageSpecCountDownRequest.d.ts +7 -0
  215. package/v3/model/ShowPackageSpecCountDownRequest.d.ts.map +1 -0
  216. package/v3/model/ShowPackageSpecCountDownRequest.js +13 -0
  217. package/v3/model/ShowPackageSpecCountDownRequest.js.map +1 -0
  218. package/v3/model/ShowPackageSpecCountDownResponse.d.ts +12 -0
  219. package/v3/model/ShowPackageSpecCountDownResponse.d.ts.map +1 -0
  220. package/v3/model/ShowPackageSpecCountDownResponse.js +23 -0
  221. package/v3/model/ShowPackageSpecCountDownResponse.js.map +1 -0
  222. package/v3/model/ShowTemplateRequest.d.ts +6 -0
  223. package/v3/model/ShowTemplateRequest.d.ts.map +1 -0
  224. package/v3/model/ShowTemplateRequest.js +14 -0
  225. package/v3/model/ShowTemplateRequest.js.map +1 -0
  226. package/v3/model/ShowTemplateResponse.d.ts +12 -0
  227. package/v3/model/ShowTemplateResponse.d.ts.map +1 -0
  228. package/v3/model/ShowTemplateResponse.js +23 -0
  229. package/v3/model/ShowTemplateResponse.js.map +1 -0
  230. package/v3/model/ShowUserChargeTypeRequest.d.ts +4 -0
  231. package/v3/model/ShowUserChargeTypeRequest.d.ts.map +1 -0
  232. package/v3/model/ShowUserChargeTypeRequest.js +9 -0
  233. package/v3/model/ShowUserChargeTypeRequest.js.map +1 -0
  234. package/v3/model/ShowUserChargeTypeResponse.d.ts +12 -0
  235. package/v3/model/ShowUserChargeTypeResponse.d.ts.map +1 -0
  236. package/v3/model/ShowUserChargeTypeResponse.js +23 -0
  237. package/v3/model/ShowUserChargeTypeResponse.js.map +1 -0
  238. package/v3/model/ShowUserChargeTypeResult.d.ts +15 -0
  239. package/v3/model/ShowUserChargeTypeResult.d.ts.map +1 -0
  240. package/v3/model/ShowUserChargeTypeResult.js +33 -0
  241. package/v3/model/ShowUserChargeTypeResult.js.map +1 -0
  242. package/v3/model/ShowUserChargeTypeResultMainResourceList.d.ts +18 -0
  243. package/v3/model/ShowUserChargeTypeResultMainResourceList.d.ts.map +1 -0
  244. package/v3/model/ShowUserChargeTypeResultMainResourceList.js +43 -0
  245. package/v3/model/ShowUserChargeTypeResultMainResourceList.js.map +1 -0
  246. package/v3/model/SwitchedPacketRequest.d.ts +16 -0
  247. package/v3/model/SwitchedPacketRequest.d.ts.map +1 -0
  248. package/v3/model/SwitchedPacketRequest.js +42 -0
  249. package/v3/model/SwitchedPacketRequest.js.map +1 -0
  250. package/v3/model/SwitchedPacketResponse.d.ts +11 -0
  251. package/v3/model/SwitchedPacketResponse.d.ts.map +1 -0
  252. package/v3/model/SwitchedPacketResponse.js +23 -0
  253. package/v3/model/SwitchedPacketResponse.js.map +1 -0
  254. package/v3/model/Tips.d.ts +18 -0
  255. package/v3/model/Tips.d.ts.map +1 -0
  256. package/v3/model/Tips.js +43 -0
  257. package/v3/model/Tips.js.map +1 -0
  258. package/v3/model/UpdateJobGroupRequest.d.ts +11 -0
  259. package/v3/model/UpdateJobGroupRequest.d.ts.map +1 -0
  260. package/v3/model/UpdateJobGroupRequest.js +24 -0
  261. package/v3/model/UpdateJobGroupRequest.js.map +1 -0
  262. package/v3/model/UpdateJobGroupResponse.d.ts +12 -0
  263. package/v3/model/UpdateJobGroupResponse.d.ts.map +1 -0
  264. package/v3/model/UpdateJobGroupResponse.js +23 -0
  265. package/v3/model/UpdateJobGroupResponse.js.map +1 -0
  266. package/v3/model/UpdateNewNoticeNewRequest.d.ts +11 -0
  267. package/v3/model/UpdateNewNoticeNewRequest.d.ts.map +1 -0
  268. package/v3/model/UpdateNewNoticeNewRequest.js +24 -0
  269. package/v3/model/UpdateNewNoticeNewRequest.js.map +1 -0
  270. package/v3/model/UpdateNewNoticeNewResponse.d.ts +11 -0
  271. package/v3/model/UpdateNewNoticeNewResponse.d.ts.map +1 -0
  272. package/v3/model/UpdateNewNoticeNewResponse.js +23 -0
  273. package/v3/model/UpdateNewNoticeNewResponse.js.map +1 -0
  274. package/v3/public-api.d.ts +66 -0
  275. package/v3/public-api.d.ts.map +1 -1
  276. package/v3/public-api.js +66 -0
  277. package/v3/public-api.js.map +1 -1
@@ -1,9 +1,19 @@
1
1
  import { HcClient } from "@huaweicloud/huaweicloud-sdk-core/HcClient";
2
2
  import { ClientBuilder } from "@huaweicloud/huaweicloud-sdk-core/ClientBuilder";
3
+ import { AddFavouriteCustomTemplateRequest } from './model/AddFavouriteCustomTemplateRequest';
4
+ import { AddFavouriteCustomTemplateResponse } from './model/AddFavouriteCustomTemplateResponse';
3
5
  import { AddKeystorePermissionRequest } from './model/AddKeystorePermissionRequest';
4
6
  import { AddKeystorePermissionResponse } from './model/AddKeystorePermissionResponse';
7
+ import { ApplyProjectPermissionRequest } from './model/ApplyProjectPermissionRequest';
8
+ import { ApplyProjectPermissionResponse } from './model/ApplyProjectPermissionResponse';
9
+ import { BatchDeleteBuildJobsRequest } from './model/BatchDeleteBuildJobsRequest';
10
+ import { BatchDeleteBuildJobsResponse } from './model/BatchDeleteBuildJobsResponse';
11
+ import { BatchUpdateJobRolePermissionRequest } from './model/BatchUpdateJobRolePermissionRequest';
12
+ import { BatchUpdateJobRolePermissionResponse } from './model/BatchUpdateJobRolePermissionResponse';
5
13
  import { CheckJobCountIsTopLimitRequest } from './model/CheckJobCountIsTopLimitRequest';
6
14
  import { CheckJobCountIsTopLimitResponse } from './model/CheckJobCountIsTopLimitResponse';
15
+ import { CheckJobInternalRequest } from './model/CheckJobInternalRequest';
16
+ import { CheckJobInternalResponse } from './model/CheckJobInternalResponse';
7
17
  import { CheckJobNameIsExistsRequest } from './model/CheckJobNameIsExistsRequest';
8
18
  import { CheckJobNameIsExistsResponse } from './model/CheckJobNameIsExistsResponse';
9
19
  import { CheckWebhookUrlRequest } from './model/CheckWebhookUrlRequest';
@@ -14,6 +24,8 @@ import { CopyJobRequest } from './model/CopyJobRequest';
14
24
  import { CopyJobResponse } from './model/CopyJobResponse';
15
25
  import { CreateBuildJobRequest } from './model/CreateBuildJobRequest';
16
26
  import { CreateBuildJobResponse } from './model/CreateBuildJobResponse';
27
+ import { CreateJobGroupRequest } from './model/CreateJobGroupRequest';
28
+ import { CreateJobGroupResponse } from './model/CreateJobGroupResponse';
17
29
  import { CreateNewJobRequest } from './model/CreateNewJobRequest';
18
30
  import { CreateNewJobResponse } from './model/CreateNewJobResponse';
19
31
  import { CreateTemplateRequest } from './model/CreateTemplateRequest';
@@ -22,6 +34,8 @@ import { CreateTemplatesRequest } from './model/CreateTemplatesRequest';
22
34
  import { CreateTemplatesResponse } from './model/CreateTemplatesResponse';
23
35
  import { DeleteBuildJobRequest } from './model/DeleteBuildJobRequest';
24
36
  import { DeleteBuildJobResponse } from './model/DeleteBuildJobResponse';
37
+ import { DeleteGroupRequest } from './model/DeleteGroupRequest';
38
+ import { DeleteGroupResponse } from './model/DeleteGroupResponse';
25
39
  import { DeleteKeystorePermissionRequest } from './model/DeleteKeystorePermissionRequest';
26
40
  import { DeleteKeystorePermissionResponse } from './model/DeleteKeystorePermissionResponse';
27
41
  import { DeleteKeystoreRequest } from './model/DeleteKeystoreRequest';
@@ -68,6 +82,10 @@ import { ListBuildParameterRequest } from './model/ListBuildParameterRequest';
68
82
  import { ListBuildParameterResponse } from './model/ListBuildParameterResponse';
69
83
  import { ListCustomTemplateRequest } from './model/ListCustomTemplateRequest';
70
84
  import { ListCustomTemplateResponse } from './model/ListCustomTemplateResponse';
85
+ import { ListEndPointsRequest } from './model/ListEndPointsRequest';
86
+ import { ListEndPointsResponse } from './model/ListEndPointsResponse';
87
+ import { ListGroupTreeRequest } from './model/ListGroupTreeRequest';
88
+ import { ListGroupTreeResponse } from './model/ListGroupTreeResponse';
71
89
  import { ListJobConfigRequest } from './model/ListJobConfigRequest';
72
90
  import { ListJobConfigResponse } from './model/ListJobConfigResponse';
73
91
  import { ListJobRequest } from './model/ListJobRequest';
@@ -100,6 +118,10 @@ import { ListTemplatesRequest } from './model/ListTemplatesRequest';
100
118
  import { ListTemplatesResponse } from './model/ListTemplatesResponse';
101
119
  import { ListUpdateJobHistoryRequest } from './model/ListUpdateJobHistoryRequest';
102
120
  import { ListUpdateJobHistoryResponse } from './model/ListUpdateJobHistoryResponse';
121
+ import { MoveGroupRequest } from './model/MoveGroupRequest';
122
+ import { MoveGroupResponse } from './model/MoveGroupResponse';
123
+ import { RemoverFavouriteCustomTemplateRequest } from './model/RemoverFavouriteCustomTemplateRequest';
124
+ import { RemoverFavouriteCustomTemplateResponse } from './model/RemoverFavouriteCustomTemplateResponse';
103
125
  import { RestoreRecyclingJobsRequest } from './model/RestoreRecyclingJobsRequest';
104
126
  import { RestoreRecyclingJobsResponse } from './model/RestoreRecyclingJobsResponse';
105
127
  import { RunJobRequest } from './model/RunJobRequest';
@@ -108,6 +130,10 @@ import { SaveTemplateUsedInfoRequest } from './model/SaveTemplateUsedInfoRequest
108
130
  import { SaveTemplateUsedInfoResponse } from './model/SaveTemplateUsedInfoResponse';
109
131
  import { SetKeepTimeRequest } from './model/SetKeepTimeRequest';
110
132
  import { SetKeepTimeResponse } from './model/SetKeepTimeResponse';
133
+ import { ShowAvailableInnerSpecRequest } from './model/ShowAvailableInnerSpecRequest';
134
+ import { ShowAvailableInnerSpecResponse } from './model/ShowAvailableInnerSpecResponse';
135
+ import { ShowBuildDetailsRequest } from './model/ShowBuildDetailsRequest';
136
+ import { ShowBuildDetailsResponse } from './model/ShowBuildDetailsResponse';
111
137
  import { ShowBuildInfoRecordRequest } from './model/ShowBuildInfoRecordRequest';
112
138
  import { ShowBuildInfoRecordResponse } from './model/ShowBuildInfoRecordResponse';
113
139
  import { ShowBuildParamsListRequest } from './model/ShowBuildParamsListRequest';
@@ -130,6 +156,10 @@ import { ShowDisableRequest } from './model/ShowDisableRequest';
130
156
  import { ShowDisableResponse } from './model/ShowDisableResponse';
131
157
  import { ShowDockerfileTemplateRequest } from './model/ShowDockerfileTemplateRequest';
132
158
  import { ShowDockerfileTemplateResponse } from './model/ShowDockerfileTemplateResponse';
159
+ import { ShowDomainStatusRequest } from './model/ShowDomainStatusRequest';
160
+ import { ShowDomainStatusResponse } from './model/ShowDomainStatusResponse';
161
+ import { ShowDomainsStatusesRequest } from './model/ShowDomainsStatusesRequest';
162
+ import { ShowDomainsStatusesResponse } from './model/ShowDomainsStatusesResponse';
133
163
  import { ShowFlowGraphRequest } from './model/ShowFlowGraphRequest';
134
164
  import { ShowFlowGraphResponse } from './model/ShowFlowGraphResponse';
135
165
  import { ShowHistoryDetailsRequest } from './model/ShowHistoryDetailsRequest';
@@ -176,6 +206,8 @@ import { ShowListPeriodHistoryRequest } from './model/ShowListPeriodHistoryReque
176
206
  import { ShowListPeriodHistoryResponse } from './model/ShowListPeriodHistoryResponse';
177
207
  import { ShowOutputInfoRequest } from './model/ShowOutputInfoRequest';
178
208
  import { ShowOutputInfoResponse } from './model/ShowOutputInfoResponse';
209
+ import { ShowPackageSpecCountDownRequest } from './model/ShowPackageSpecCountDownRequest';
210
+ import { ShowPackageSpecCountDownResponse } from './model/ShowPackageSpecCountDownResponse';
179
211
  import { ShowProjectJobPermissionRequest } from './model/ShowProjectJobPermissionRequest';
180
212
  import { ShowProjectJobPermissionResponse } from './model/ShowProjectJobPermissionResponse';
181
213
  import { ShowProjectPermissionRequest } from './model/ShowProjectPermissionRequest';
@@ -192,6 +224,10 @@ import { ShowRunningStatusRequest } from './model/ShowRunningStatusRequest';
192
224
  import { ShowRunningStatusResponse } from './model/ShowRunningStatusResponse';
193
225
  import { ShowSummaryBuildJobInfoRequest } from './model/ShowSummaryBuildJobInfoRequest';
194
226
  import { ShowSummaryBuildJobInfoResponse } from './model/ShowSummaryBuildJobInfoResponse';
227
+ import { ShowTemplateRequest } from './model/ShowTemplateRequest';
228
+ import { ShowTemplateResponse } from './model/ShowTemplateResponse';
229
+ import { ShowUserChargeTypeRequest } from './model/ShowUserChargeTypeRequest';
230
+ import { ShowUserChargeTypeResponse } from './model/ShowUserChargeTypeResponse';
195
231
  import { ShowUserOverPackageQuotaRequest } from './model/ShowUserOverPackageQuotaRequest';
196
232
  import { ShowUserOverPackageQuotaResponse } from './model/ShowUserOverPackageQuotaResponse';
197
233
  import { ShowYamlTemplateRequest } from './model/ShowYamlTemplateRequest';
@@ -202,14 +238,20 @@ import { StopJobRequest } from './model/StopJobRequest';
202
238
  import { StopJobResponse } from './model/StopJobResponse';
203
239
  import { StopTheJobRequest } from './model/StopTheJobRequest';
204
240
  import { StopTheJobResponse } from './model/StopTheJobResponse';
241
+ import { SwitchedPacketRequest } from './model/SwitchedPacketRequest';
242
+ import { SwitchedPacketResponse } from './model/SwitchedPacketResponse';
205
243
  import { UpdateBuildJobRequest } from './model/UpdateBuildJobRequest';
206
244
  import { UpdateBuildJobResponse } from './model/UpdateBuildJobResponse';
245
+ import { UpdateJobGroupRequest } from './model/UpdateJobGroupRequest';
246
+ import { UpdateJobGroupResponse } from './model/UpdateJobGroupResponse';
207
247
  import { UpdateKeystorePermissionRequest } from './model/UpdateKeystorePermissionRequest';
208
248
  import { UpdateKeystorePermissionResponse } from './model/UpdateKeystorePermissionResponse';
209
249
  import { UpdateKeystoreRequest } from './model/UpdateKeystoreRequest';
210
250
  import { UpdateKeystoreResponse } from './model/UpdateKeystoreResponse';
211
251
  import { UpdateNewJobRequest } from './model/UpdateNewJobRequest';
212
252
  import { UpdateNewJobResponse } from './model/UpdateNewJobResponse';
253
+ import { UpdateNewNoticeNewRequest } from './model/UpdateNewNoticeNewRequest';
254
+ import { UpdateNewNoticeNewResponse } from './model/UpdateNewNoticeNewResponse';
213
255
  import { UpdateNoticeRequest } from './model/UpdateNoticeRequest';
214
256
  import { UpdateNoticeResponse } from './model/UpdateNoticeResponse';
215
257
  import { UploadKeystoreRequest } from './model/UploadKeystoreRequest';
@@ -219,6 +261,17 @@ export declare class CodeArtsBuildClient {
219
261
  private hcClient;
220
262
  constructor(client: HcClient);
221
263
  getPath(): string;
264
+ /**
265
+ * 批量删除构建任务
266
+ *
267
+ * Please refer to HUAWEI cloud API Explorer for details.
268
+ *
269
+ * @summary 批量删除构建任务
270
+ * @param {BatchDeleteBuildJobsRequestBody} batchDeleteBuildJobsRequestBody 需删除的job_id
271
+ * @param {*} [options] Override http request option.
272
+ * @throws {RequiredError}
273
+ */
274
+ batchDeleteBuildJobs(batchDeleteBuildJobsRequest?: BatchDeleteBuildJobsRequest): Promise<BatchDeleteBuildJobsResponse>;
222
275
  /**
223
276
  * 创建构建任务
224
277
  *
@@ -572,6 +625,39 @@ export declare class CodeArtsBuildClient {
572
625
  * @throws {RequiredError}
573
626
  */
574
627
  listRelatedProjectInfo(listRelatedProjectInfoRequest?: ListRelatedProjectInfoRequest): Promise<ListRelatedProjectInfoResponse>;
628
+ /**
629
+ * 查内置执行机规格。
630
+ *
631
+ * Please refer to HUAWEI cloud API Explorer for details.
632
+ *
633
+ * @summary 查内置执行机规格
634
+ * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
635
+ * @param {string} arch 使用机器的架构,如x86-64、arm等
636
+ * @param {*} [options] Override http request option.
637
+ * @throws {RequiredError}
638
+ */
639
+ showAvailableInnerSpec(showAvailableInnerSpecRequest?: ShowAvailableInnerSpecRequest): Promise<ShowAvailableInnerSpecResponse>;
640
+ /**
641
+ * 查询租户状态。
642
+ *
643
+ * Please refer to HUAWEI cloud API Explorer for details.
644
+ *
645
+ * @summary 查询租户状态
646
+ * @param {*} [options] Override http request option.
647
+ * @throws {RequiredError}
648
+ */
649
+ showDomainStatus(showDomainStatusRequest?: ShowDomainStatusRequest): Promise<ShowDomainStatusResponse>;
650
+ /**
651
+ * 获取套餐临期信息。
652
+ *
653
+ * Please refer to HUAWEI cloud API Explorer for details.
654
+ *
655
+ * @summary 获取套餐临期信息
656
+ * @param {CountdownRequestBody} showPackageSpecCountDownRequestBody body
657
+ * @param {*} [options] Override http request option.
658
+ * @throws {RequiredError}
659
+ */
660
+ showPackageSpecCountDown(showPackageSpecCountDownRequest?: ShowPackageSpecCountDownRequest): Promise<ShowPackageSpecCountDownResponse>;
575
661
  /**
576
662
  * 获取用户权限
577
663
  *
@@ -603,6 +689,16 @@ export declare class CodeArtsBuildClient {
603
689
  * @throws {RequiredError}
604
690
  */
605
691
  showSummaryBuildJobInfo(showSummaryBuildJobInfoRequest?: ShowSummaryBuildJobInfoRequest): Promise<ShowSummaryBuildJobInfoResponse>;
692
+ /**
693
+ * 查询当前租户(计费)类型。
694
+ *
695
+ * Please refer to HUAWEI cloud API Explorer for details.
696
+ *
697
+ * @summary 查询当前租户(计费)类型
698
+ * @param {*} [options] Override http request option.
699
+ * @throws {RequiredError}
700
+ */
701
+ showUserChargeType(showUserChargeTypeRequest?: ShowUserChargeTypeRequest): Promise<ShowUserChargeTypeResponse>;
606
702
  /**
607
703
  * 当前用户所在项目所属租户的包周期每月时长是否超额
608
704
  *
@@ -614,6 +710,78 @@ export declare class CodeArtsBuildClient {
614
710
  * @throws {RequiredError}
615
711
  */
616
712
  showUserOverPackageQuota(showUserOverPackageQuotaRequest?: ShowUserOverPackageQuotaRequest): Promise<ShowUserOverPackageQuotaResponse>;
713
+ /**
714
+ * 创建构建任务分组
715
+ *
716
+ * Please refer to HUAWEI cloud API Explorer for details.
717
+ *
718
+ * @summary 创建构建任务分组
719
+ * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
720
+ * @param {JobGroupRequestBody} createJobGroupRequestBody body
721
+ * @param {*} [options] Override http request option.
722
+ * @throws {RequiredError}
723
+ */
724
+ createJobGroup(createJobGroupRequest?: CreateJobGroupRequest): Promise<CreateJobGroupResponse>;
725
+ /**
726
+ * 删除分组
727
+ *
728
+ * Please refer to HUAWEI cloud API Explorer for details.
729
+ *
730
+ * @summary 删除分组
731
+ * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
732
+ * @param {string} id 主键id
733
+ * @param {*} [options] Override http request option.
734
+ * @throws {RequiredError}
735
+ */
736
+ deleteGroup(deleteGroupRequest?: DeleteGroupRequest): Promise<DeleteGroupResponse>;
737
+ /**
738
+ * 查询分组树
739
+ *
740
+ * Please refer to HUAWEI cloud API Explorer for details.
741
+ *
742
+ * @summary 查询分组树
743
+ * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
744
+ * @param {*} [options] Override http request option.
745
+ * @throws {RequiredError}
746
+ */
747
+ listGroupTree(listGroupTreeRequest?: ListGroupTreeRequest): Promise<ListGroupTreeResponse>;
748
+ /**
749
+ * 移动构建任务至指定分组
750
+ *
751
+ * Please refer to HUAWEI cloud API Explorer for details.
752
+ *
753
+ * @summary 移动构建任务至指定分组
754
+ * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
755
+ * @param {MoveJobGroupRequestBody} moveGroupRequestBody body
756
+ * @param {*} [options] Override http request option.
757
+ * @throws {RequiredError}
758
+ */
759
+ moveGroup(moveGroupRequest?: MoveGroupRequest): Promise<MoveGroupResponse>;
760
+ /**
761
+ * 交换分组顺序
762
+ *
763
+ * Please refer to HUAWEI cloud API Explorer for details.
764
+ *
765
+ * @summary 交换分组顺序
766
+ * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
767
+ * @param {string} sourceGroupId 源分组编号
768
+ * @param {string} targetGroupId 目标分组编号
769
+ * @param {*} [options] Override http request option.
770
+ * @throws {RequiredError}
771
+ */
772
+ switchedPacket(switchedPacketRequest?: SwitchedPacketRequest): Promise<SwitchedPacketResponse>;
773
+ /**
774
+ * 修改分组信息
775
+ *
776
+ * Please refer to HUAWEI cloud API Explorer for details.
777
+ *
778
+ * @summary 修改分组信息
779
+ * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
780
+ * @param {JobGroupRequestBody} updateJobGroupRequestBody body
781
+ * @param {*} [options] Override http request option.
782
+ * @throws {RequiredError}
783
+ */
784
+ updateJobGroup(updateJobGroupRequest?: UpdateJobGroupRequest): Promise<UpdateJobGroupResponse>;
617
785
  /**
618
786
  * 获取dockerfileTemplate
619
787
  *
@@ -635,6 +803,28 @@ export declare class CodeArtsBuildClient {
635
803
  * @throws {RequiredError}
636
804
  */
637
805
  showImageTemplateList(showImageTemplateListRequest?: ShowImageTemplateListRequest): Promise<ShowImageTemplateListResponse>;
806
+ /**
807
+ * 任务是否使用项目级权限
808
+ *
809
+ * Please refer to HUAWEI cloud API Explorer for details.
810
+ *
811
+ * @summary 任务是否使用项目级权限
812
+ * @param {ProjectPermissionRequestBody} applyProjectPermissionRequestBody body
813
+ * @param {*} [options] Override http request option.
814
+ * @throws {RequiredError}
815
+ */
816
+ applyProjectPermission(applyProjectPermissionRequest?: ApplyProjectPermissionRequest): Promise<ApplyProjectPermissionResponse>;
817
+ /**
818
+ * 批量修改任务权限
819
+ *
820
+ * Please refer to HUAWEI cloud API Explorer for details.
821
+ *
822
+ * @summary 批量修改任务权限
823
+ * @param {RolePermissionsRequestBody} batchUpdateJobRolePermissionRequestBody body
824
+ * @param {*} [options] Override http request option.
825
+ * @throws {RequiredError}
826
+ */
827
+ batchUpdateJobRolePermission(batchUpdateJobRolePermissionRequest?: BatchUpdateJobRolePermissionRequest): Promise<BatchUpdateJobRolePermissionResponse>;
638
828
  /**
639
829
  * 检查任务数量是否上限
640
830
  *
@@ -645,6 +835,16 @@ export declare class CodeArtsBuildClient {
645
835
  * @throws {RequiredError}
646
836
  */
647
837
  checkJobCountIsTopLimit(checkJobCountIsTopLimitRequest?: CheckJobCountIsTopLimitRequest): Promise<CheckJobCountIsTopLimitResponse>;
838
+ /**
839
+ * 是否已开启内网安全访问。
840
+ *
841
+ * Please refer to HUAWEI cloud API Explorer for details.
842
+ *
843
+ * @summary 是否已开启内网安全访问
844
+ * @param {*} [options] Override http request option.
845
+ * @throws {RequiredError}
846
+ */
847
+ checkJobInternal(checkJobInternalRequest?: CheckJobInternalRequest): Promise<CheckJobInternalResponse>;
648
848
  /**
649
849
  * 查看项目下任务名是否存在
650
850
  *
@@ -757,6 +957,19 @@ export declare class CodeArtsBuildClient {
757
957
  * @throws {RequiredError}
758
958
  */
759
959
  listBuildParameter(listBuildParameterRequest?: ListBuildParameterRequest): Promise<ListBuildParameterResponse>;
960
+ /**
961
+ * 查询私有依赖仓库列表
962
+ *
963
+ * Please refer to HUAWEI cloud API Explorer for details.
964
+ *
965
+ * @summary 查询私有依赖仓库列表
966
+ * @param {string} projectId CodeArts项目ID,32位数字、小写字母组合。
967
+ * @param {number} limit 每页显示的条目数量,limit小于等于100
968
+ * @param {number} [offset] **参数解释**: 分页页码,表示从此页开始查询。 **约束限制**: 不涉及。 **取值范围**: 只能使用数字,大于等于0。
969
+ * @param {*} [options] Override http request option.
970
+ * @throws {RequiredError}
971
+ */
972
+ listEndPoints(listEndPointsRequest?: ListEndPointsRequest): Promise<ListEndPointsResponse>;
760
973
  /**
761
974
  * 查看用户全部的构建任务列表
762
975
  *
@@ -842,6 +1055,18 @@ export declare class CodeArtsBuildClient {
842
1055
  * @throws {RequiredError}
843
1056
  */
844
1057
  setKeepTime(setKeepTimeRequest?: SetKeepTimeRequest): Promise<SetKeepTimeResponse>;
1058
+ /**
1059
+ * 根据持续构建名称,获取任务构建状态、百分比、剩余时间
1060
+ *
1061
+ * Please refer to HUAWEI cloud API Explorer for details.
1062
+ *
1063
+ * @summary 根据持续构建名称,获取任务构建状态、百分比、剩余时间
1064
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1065
+ * @param {number} buildNo 构建任务的构建编号,从1开始,每次构建递增1
1066
+ * @param {*} [options] Override http request option.
1067
+ * @throws {RequiredError}
1068
+ */
1069
+ showBuildDetails(showBuildDetailsRequest?: ShowBuildDetailsRequest): Promise<ShowBuildDetailsResponse>;
845
1070
  /**
846
1071
  * 编辑页获取参数类型的接口
847
1072
  *
@@ -896,6 +1121,17 @@ export declare class CodeArtsBuildClient {
896
1121
  * @throws {RequiredError}
897
1122
  */
898
1123
  showDisable(showDisableRequest?: ShowDisableRequest): Promise<ShowDisableResponse>;
1124
+ /**
1125
+ * 查询跨租户场景下其他租户的状态
1126
+ *
1127
+ * Please refer to HUAWEI cloud API Explorer for details.
1128
+ *
1129
+ * @summary 查询跨租户场景下其他租户的状态
1130
+ * @param {DomainsStatusesRequestBody} showDomainsStatusesRequestBody body
1131
+ * @param {*} [options] Override http request option.
1132
+ * @throws {RequiredError}
1133
+ */
1134
+ showDomainsStatuses(showDomainsStatusesRequest?: ShowDomainsStatusesRequest): Promise<ShowDomainsStatusesResponse>;
899
1135
  /**
900
1136
  * 获取构建任务详情
901
1137
  *
@@ -1035,6 +1271,18 @@ export declare class CodeArtsBuildClient {
1035
1271
  * @throws {RequiredError}
1036
1272
  */
1037
1273
  updateNewJob(updateNewJobRequest?: UpdateNewJobRequest): Promise<UpdateNewJobResponse>;
1274
+ /**
1275
+ * 更新通知配置。
1276
+ *
1277
+ * Please refer to HUAWEI cloud API Explorer for details.
1278
+ *
1279
+ * @summary 更新通知配置
1280
+ * @param {string} jobId 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
1281
+ * @param {UpdateNoticeRequestBody} updateNewNoticeNewRequestBody body
1282
+ * @param {*} [options] Override http request option.
1283
+ * @throws {RequiredError}
1284
+ */
1285
+ updateNewNoticeNew(updateNewNoticeNewRequest?: UpdateNewNoticeNewRequest): Promise<UpdateNewNoticeNewResponse>;
1038
1286
  /**
1039
1287
  * 添加文件权限
1040
1288
  *
@@ -1413,6 +1661,17 @@ export declare class CodeArtsBuildClient {
1413
1661
  * @throws {RequiredError}
1414
1662
  */
1415
1663
  showReportSummary(showReportSummaryRequest?: ShowReportSummaryRequest): Promise<ShowReportSummaryResponse>;
1664
+ /**
1665
+ * 收藏自定义模板
1666
+ *
1667
+ * Please refer to HUAWEI cloud API Explorer for details.
1668
+ *
1669
+ * @summary 收藏自定义模板
1670
+ * @param {string} uuid uuid
1671
+ * @param {*} [options] Override http request option.
1672
+ * @throws {RequiredError}
1673
+ */
1674
+ addFavouriteCustomTemplate(addFavouriteCustomTemplateRequest?: AddFavouriteCustomTemplateRequest): Promise<AddFavouriteCustomTemplateResponse>;
1416
1675
  /**
1417
1676
  * 创建构建模板
1418
1677
  *
@@ -1474,6 +1733,17 @@ export declare class CodeArtsBuildClient {
1474
1733
  * @throws {RequiredError}
1475
1734
  */
1476
1735
  listRecommendOfficialTemplate(listRecommendOfficialTemplateRequest?: ListRecommendOfficialTemplateRequest): Promise<ListRecommendOfficialTemplateResponse>;
1736
+ /**
1737
+ * 取消收藏自定义模板
1738
+ *
1739
+ * Please refer to HUAWEI cloud API Explorer for details.
1740
+ *
1741
+ * @summary 取消收藏自定义模板
1742
+ * @param {string} uuid uuid
1743
+ * @param {*} [options] Override http request option.
1744
+ * @throws {RequiredError}
1745
+ */
1746
+ removerFavouriteCustomTemplate(removerFavouriteCustomTemplateRequest?: RemoverFavouriteCustomTemplateRequest): Promise<RemoverFavouriteCustomTemplateResponse>;
1477
1747
  /**
1478
1748
  * 保存模板使用记录
1479
1749
  *
@@ -1485,6 +1755,17 @@ export declare class CodeArtsBuildClient {
1485
1755
  * @throws {RequiredError}
1486
1756
  */
1487
1757
  saveTemplateUsedInfo(saveTemplateUsedInfoRequest?: SaveTemplateUsedInfoRequest): Promise<SaveTemplateUsedInfoResponse>;
1758
+ /**
1759
+ * 根据模板uuid查询特定模板
1760
+ *
1761
+ * Please refer to HUAWEI cloud API Explorer for details.
1762
+ *
1763
+ * @summary 根据模板uuid查询特定模板
1764
+ * @param {string} uuid uuid
1765
+ * @param {*} [options] Override http request option.
1766
+ * @throws {RequiredError}
1767
+ */
1768
+ showTemplate(showTemplateRequest?: ShowTemplateRequest): Promise<ShowTemplateResponse>;
1488
1769
  /**
1489
1770
  * 获取代码化构建默认模板
1490
1771
  *
@@ -1499,6 +1780,20 @@ export declare class CodeArtsBuildClient {
1499
1780
  showYamlTemplate(showYamlTemplateRequest?: ShowYamlTemplateRequest): Promise<ShowYamlTemplateResponse>;
1500
1781
  }
1501
1782
  export declare const ParamCreater: () => {
1783
+ /**
1784
+ * 批量删除构建任务
1785
+ *
1786
+ * Please refer to HUAWEI cloud API Explorer for details.
1787
+ */
1788
+ batchDeleteBuildJobs(batchDeleteBuildJobsRequest?: BatchDeleteBuildJobsRequest): {
1789
+ method: string;
1790
+ url: string;
1791
+ contentType: string;
1792
+ queryParams: {};
1793
+ pathParams: {};
1794
+ headers: {};
1795
+ data: {};
1796
+ };
1502
1797
  /**
1503
1798
  * 创建构建任务
1504
1799
  *
@@ -1881,6 +2176,46 @@ export declare const ParamCreater: () => {
1881
2176
  pathParams: {};
1882
2177
  headers: {};
1883
2178
  };
2179
+ /**
2180
+ * 查内置执行机规格。
2181
+ *
2182
+ * Please refer to HUAWEI cloud API Explorer for details.
2183
+ */
2184
+ showAvailableInnerSpec(showAvailableInnerSpecRequest?: ShowAvailableInnerSpecRequest): {
2185
+ method: string;
2186
+ url: string;
2187
+ contentType: string;
2188
+ queryParams: {};
2189
+ pathParams: {};
2190
+ headers: {};
2191
+ };
2192
+ /**
2193
+ * 查询租户状态。
2194
+ *
2195
+ * Please refer to HUAWEI cloud API Explorer for details.
2196
+ */
2197
+ showDomainStatus(): {
2198
+ method: string;
2199
+ url: string;
2200
+ contentType: string;
2201
+ queryParams: {};
2202
+ pathParams: {};
2203
+ headers: {};
2204
+ };
2205
+ /**
2206
+ * 获取套餐临期信息。
2207
+ *
2208
+ * Please refer to HUAWEI cloud API Explorer for details.
2209
+ */
2210
+ showPackageSpecCountDown(showPackageSpecCountDownRequest?: ShowPackageSpecCountDownRequest): {
2211
+ method: string;
2212
+ url: string;
2213
+ contentType: string;
2214
+ queryParams: {};
2215
+ pathParams: {};
2216
+ headers: {};
2217
+ data: {};
2218
+ };
1884
2219
  /**
1885
2220
  * 获取用户权限
1886
2221
  *
@@ -1920,6 +2255,19 @@ export declare const ParamCreater: () => {
1920
2255
  pathParams: {};
1921
2256
  headers: {};
1922
2257
  };
2258
+ /**
2259
+ * 查询当前租户(计费)类型。
2260
+ *
2261
+ * Please refer to HUAWEI cloud API Explorer for details.
2262
+ */
2263
+ showUserChargeType(): {
2264
+ method: string;
2265
+ url: string;
2266
+ contentType: string;
2267
+ queryParams: {};
2268
+ pathParams: {};
2269
+ headers: {};
2270
+ };
1923
2271
  /**
1924
2272
  * 当前用户所在项目所属租户的包周期每月时长是否超额
1925
2273
  *
@@ -1933,6 +2281,87 @@ export declare const ParamCreater: () => {
1933
2281
  pathParams: {};
1934
2282
  headers: {};
1935
2283
  };
2284
+ /**
2285
+ * 创建构建任务分组
2286
+ *
2287
+ * Please refer to HUAWEI cloud API Explorer for details.
2288
+ */
2289
+ createJobGroup(createJobGroupRequest?: CreateJobGroupRequest): {
2290
+ method: string;
2291
+ url: string;
2292
+ contentType: string;
2293
+ queryParams: {};
2294
+ pathParams: {};
2295
+ headers: {};
2296
+ data: {};
2297
+ };
2298
+ /**
2299
+ * 删除分组
2300
+ *
2301
+ * Please refer to HUAWEI cloud API Explorer for details.
2302
+ */
2303
+ deleteGroup(deleteGroupRequest?: DeleteGroupRequest): {
2304
+ method: string;
2305
+ url: string;
2306
+ contentType: string;
2307
+ queryParams: {};
2308
+ pathParams: {};
2309
+ headers: {};
2310
+ };
2311
+ /**
2312
+ * 查询分组树
2313
+ *
2314
+ * Please refer to HUAWEI cloud API Explorer for details.
2315
+ */
2316
+ listGroupTree(listGroupTreeRequest?: ListGroupTreeRequest): {
2317
+ method: string;
2318
+ url: string;
2319
+ contentType: string;
2320
+ queryParams: {};
2321
+ pathParams: {};
2322
+ headers: {};
2323
+ };
2324
+ /**
2325
+ * 移动构建任务至指定分组
2326
+ *
2327
+ * Please refer to HUAWEI cloud API Explorer for details.
2328
+ */
2329
+ moveGroup(moveGroupRequest?: MoveGroupRequest): {
2330
+ method: string;
2331
+ url: string;
2332
+ contentType: string;
2333
+ queryParams: {};
2334
+ pathParams: {};
2335
+ headers: {};
2336
+ data: {};
2337
+ };
2338
+ /**
2339
+ * 交换分组顺序
2340
+ *
2341
+ * Please refer to HUAWEI cloud API Explorer for details.
2342
+ */
2343
+ switchedPacket(switchedPacketRequest?: SwitchedPacketRequest): {
2344
+ method: string;
2345
+ url: string;
2346
+ contentType: string;
2347
+ queryParams: {};
2348
+ pathParams: {};
2349
+ headers: {};
2350
+ };
2351
+ /**
2352
+ * 修改分组信息
2353
+ *
2354
+ * Please refer to HUAWEI cloud API Explorer for details.
2355
+ */
2356
+ updateJobGroup(updateJobGroupRequest?: UpdateJobGroupRequest): {
2357
+ method: string;
2358
+ url: string;
2359
+ contentType: string;
2360
+ queryParams: {};
2361
+ pathParams: {};
2362
+ headers: {};
2363
+ data: {};
2364
+ };
1936
2365
  /**
1937
2366
  * 获取dockerfileTemplate
1938
2367
  *
@@ -1959,6 +2388,34 @@ export declare const ParamCreater: () => {
1959
2388
  pathParams: {};
1960
2389
  headers: {};
1961
2390
  };
2391
+ /**
2392
+ * 任务是否使用项目级权限
2393
+ *
2394
+ * Please refer to HUAWEI cloud API Explorer for details.
2395
+ */
2396
+ applyProjectPermission(applyProjectPermissionRequest?: ApplyProjectPermissionRequest): {
2397
+ method: string;
2398
+ url: string;
2399
+ contentType: string;
2400
+ queryParams: {};
2401
+ pathParams: {};
2402
+ headers: {};
2403
+ data: {};
2404
+ };
2405
+ /**
2406
+ * 批量修改任务权限
2407
+ *
2408
+ * Please refer to HUAWEI cloud API Explorer for details.
2409
+ */
2410
+ batchUpdateJobRolePermission(batchUpdateJobRolePermissionRequest?: BatchUpdateJobRolePermissionRequest): {
2411
+ method: string;
2412
+ url: string;
2413
+ contentType: string;
2414
+ queryParams: {};
2415
+ pathParams: {};
2416
+ headers: {};
2417
+ data: {};
2418
+ };
1962
2419
  /**
1963
2420
  * 检查任务数量是否上限
1964
2421
  *
@@ -1972,6 +2429,19 @@ export declare const ParamCreater: () => {
1972
2429
  pathParams: {};
1973
2430
  headers: {};
1974
2431
  };
2432
+ /**
2433
+ * 是否已开启内网安全访问。
2434
+ *
2435
+ * Please refer to HUAWEI cloud API Explorer for details.
2436
+ */
2437
+ checkJobInternal(): {
2438
+ method: string;
2439
+ url: string;
2440
+ contentType: string;
2441
+ queryParams: {};
2442
+ pathParams: {};
2443
+ headers: {};
2444
+ };
1975
2445
  /**
1976
2446
  * 查看项目下任务名是否存在
1977
2447
  *
@@ -2108,6 +2578,19 @@ export declare const ParamCreater: () => {
2108
2578
  pathParams: {};
2109
2579
  headers: {};
2110
2580
  };
2581
+ /**
2582
+ * 查询私有依赖仓库列表
2583
+ *
2584
+ * Please refer to HUAWEI cloud API Explorer for details.
2585
+ */
2586
+ listEndPoints(listEndPointsRequest?: ListEndPointsRequest): {
2587
+ method: string;
2588
+ url: string;
2589
+ contentType: string;
2590
+ queryParams: {};
2591
+ pathParams: {};
2592
+ headers: {};
2593
+ };
2111
2594
  /**
2112
2595
  * 查看用户全部的构建任务列表
2113
2596
  *
@@ -2188,6 +2671,19 @@ export declare const ParamCreater: () => {
2188
2671
  headers: {};
2189
2672
  data: {};
2190
2673
  };
2674
+ /**
2675
+ * 根据持续构建名称,获取任务构建状态、百分比、剩余时间
2676
+ *
2677
+ * Please refer to HUAWEI cloud API Explorer for details.
2678
+ */
2679
+ showBuildDetails(showBuildDetailsRequest?: ShowBuildDetailsRequest): {
2680
+ method: string;
2681
+ url: string;
2682
+ contentType: string;
2683
+ queryParams: {};
2684
+ pathParams: {};
2685
+ headers: {};
2686
+ };
2191
2687
  /**
2192
2688
  * 编辑页获取参数类型的接口
2193
2689
  *
@@ -2253,6 +2749,20 @@ export declare const ParamCreater: () => {
2253
2749
  pathParams: {};
2254
2750
  headers: {};
2255
2751
  };
2752
+ /**
2753
+ * 查询跨租户场景下其他租户的状态
2754
+ *
2755
+ * Please refer to HUAWEI cloud API Explorer for details.
2756
+ */
2757
+ showDomainsStatuses(showDomainsStatusesRequest?: ShowDomainsStatusesRequest): {
2758
+ method: string;
2759
+ url: string;
2760
+ contentType: string;
2761
+ queryParams: {};
2762
+ pathParams: {};
2763
+ headers: {};
2764
+ data: {};
2765
+ };
2256
2766
  /**
2257
2767
  * 获取构建任务详情
2258
2768
  *
@@ -2410,6 +2920,20 @@ export declare const ParamCreater: () => {
2410
2920
  headers: {};
2411
2921
  data: {};
2412
2922
  };
2923
+ /**
2924
+ * 更新通知配置。
2925
+ *
2926
+ * Please refer to HUAWEI cloud API Explorer for details.
2927
+ */
2928
+ updateNewNoticeNew(updateNewNoticeNewRequest?: UpdateNewNoticeNewRequest): {
2929
+ method: string;
2930
+ url: string;
2931
+ contentType: string;
2932
+ queryParams: {};
2933
+ pathParams: {};
2934
+ headers: {};
2935
+ data: {};
2936
+ };
2413
2937
  /**
2414
2938
  * 添加文件权限
2415
2939
  *
@@ -2819,6 +3343,19 @@ export declare const ParamCreater: () => {
2819
3343
  pathParams: {};
2820
3344
  headers: {};
2821
3345
  };
3346
+ /**
3347
+ * 收藏自定义模板
3348
+ *
3349
+ * Please refer to HUAWEI cloud API Explorer for details.
3350
+ */
3351
+ addFavouriteCustomTemplate(addFavouriteCustomTemplateRequest?: AddFavouriteCustomTemplateRequest): {
3352
+ method: string;
3353
+ url: string;
3354
+ contentType: string;
3355
+ queryParams: {};
3356
+ pathParams: {};
3357
+ headers: {};
3358
+ };
2822
3359
  /**
2823
3360
  * 创建构建模板
2824
3361
  *
@@ -2886,6 +3423,19 @@ export declare const ParamCreater: () => {
2886
3423
  headers: {};
2887
3424
  data: {};
2888
3425
  };
3426
+ /**
3427
+ * 取消收藏自定义模板
3428
+ *
3429
+ * Please refer to HUAWEI cloud API Explorer for details.
3430
+ */
3431
+ removerFavouriteCustomTemplate(removerFavouriteCustomTemplateRequest?: RemoverFavouriteCustomTemplateRequest): {
3432
+ method: string;
3433
+ url: string;
3434
+ contentType: string;
3435
+ queryParams: {};
3436
+ pathParams: {};
3437
+ headers: {};
3438
+ };
2889
3439
  /**
2890
3440
  * 保存模板使用记录
2891
3441
  *
@@ -2900,6 +3450,19 @@ export declare const ParamCreater: () => {
2900
3450
  headers: {};
2901
3451
  data: {};
2902
3452
  };
3453
+ /**
3454
+ * 根据模板uuid查询特定模板
3455
+ *
3456
+ * Please refer to HUAWEI cloud API Explorer for details.
3457
+ */
3458
+ showTemplate(showTemplateRequest?: ShowTemplateRequest): {
3459
+ method: string;
3460
+ url: string;
3461
+ contentType: string;
3462
+ queryParams: {};
3463
+ pathParams: {};
3464
+ headers: {};
3465
+ };
2903
3466
  /**
2904
3467
  * 获取代码化构建默认模板
2905
3468
  *