@huaweicloud/huaweicloud-sdk-codeartsbuild 3.1.165 → 3.1.167

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,8 +1,17 @@
1
1
  export * from './CodeArtsBuildClient';
2
+ export * from './model/AddFavouriteCustomTemplateRequest';
3
+ export * from './model/AddFavouriteCustomTemplateResponse';
2
4
  export * from './model/AddKeystorePermissionRequest';
3
5
  export * from './model/AddKeystorePermissionRequestBody';
4
6
  export * from './model/AddKeystorePermissionResponse';
5
7
  export * from './model/AddKeystorePermissionResponseBody';
8
+ export * from './model/ApplyProjectPermissionRequest';
9
+ export * from './model/ApplyProjectPermissionResponse';
10
+ export * from './model/BatchDeleteBuildJobsRequest';
11
+ export * from './model/BatchDeleteBuildJobsRequestBody';
12
+ export * from './model/BatchDeleteBuildJobsResponse';
13
+ export * from './model/BatchUpdateJobRolePermissionRequest';
14
+ export * from './model/BatchUpdateJobRolePermissionResponse';
6
15
  export * from './model/BriefRecordItems';
7
16
  export * from './model/BuildInfoRecord';
8
17
  export * from './model/BuildInfoRecordCommitInfo';
@@ -16,6 +25,8 @@ export * from './model/BuildStageRecord';
16
25
  export * from './model/BuildStep';
17
26
  export * from './model/CheckJobCountIsTopLimitRequest';
18
27
  export * from './model/CheckJobCountIsTopLimitResponse';
28
+ export * from './model/CheckJobInternalRequest';
29
+ export * from './model/CheckJobInternalResponse';
19
30
  export * from './model/CheckJobNameIsExistsRequest';
20
31
  export * from './model/CheckJobNameIsExistsResponse';
21
32
  export * from './model/CheckWebhookUrlRequest';
@@ -27,6 +38,9 @@ export * from './model/Constraints';
27
38
  export * from './model/CopyBuildJobRequestBody';
28
39
  export * from './model/CopyJobRequest';
29
40
  export * from './model/CopyJobResponse';
41
+ export * from './model/CountdownList';
42
+ export * from './model/CountdownListTips';
43
+ export * from './model/CountdownRequestBody';
30
44
  export * from './model/CreateBuildJobParameter';
31
45
  export * from './model/CreateBuildJobParameterParam';
32
46
  export * from './model/CreateBuildJobRequest';
@@ -36,6 +50,8 @@ export * from './model/CreateBuildJobResponseBodyResult';
36
50
  export * from './model/CreateBuildJobScm';
37
51
  export * from './model/CreateBuildJobSteps';
38
52
  export * from './model/CreateBuildTimeout';
53
+ export * from './model/CreateJobGroupRequest';
54
+ export * from './model/CreateJobGroupResponse';
39
55
  export * from './model/CreateNewJobRequest';
40
56
  export * from './model/CreateNewJobResponse';
41
57
  export * from './model/CreateTemplate';
@@ -48,6 +64,8 @@ export * from './model/CreateTemplatesRequestBody';
48
64
  export * from './model/CreateTemplatesResponse';
49
65
  export * from './model/DeleteBuildJobRequest';
50
66
  export * from './model/DeleteBuildJobResponse';
67
+ export * from './model/DeleteGroupRequest';
68
+ export * from './model/DeleteGroupResponse';
51
69
  export * from './model/DeleteKeystorePermissionRequest';
52
70
  export * from './model/DeleteKeystorePermissionResponse';
53
71
  export * from './model/DeleteKeystoreRequest';
@@ -68,6 +86,8 @@ export * from './model/DisableNoticeResponse';
68
86
  export * from './model/DisableTheJobRequest';
69
87
  export * from './model/DisableTheJobRequestBody';
70
88
  export * from './model/DisableTheJobResponse';
89
+ export * from './model/DomainStatuses';
90
+ export * from './model/DomainsStatusesRequestBody';
71
91
  export * from './model/DownloadBuildLogRequest';
72
92
  export * from './model/DownloadBuildLogResponse';
73
93
  export * from './model/DownloadJunitCoverageZipRequest';
@@ -84,6 +104,9 @@ export * from './model/DownloadTaskLogRequest';
84
104
  export * from './model/DownloadTaskLogResponse';
85
105
  export * from './model/EnableBuildJobRequest';
86
106
  export * from './model/EnableBuildJobResponse';
107
+ export * from './model/EndPointResponse';
108
+ export * from './model/EndPointResponseAuthorization';
109
+ export * from './model/EndPointResponseCreatedBy';
87
110
  export * from './model/ExecuteJobRequest';
88
111
  export * from './model/ExecuteJobResponse';
89
112
  export * from './model/FlowGraph2Result';
@@ -93,10 +116,15 @@ export * from './model/HistoryRecord';
93
116
  export * from './model/HistoryRecord1';
94
117
  export * from './model/IsDisableResult';
95
118
  export * from './model/Job';
119
+ export * from './model/JobGroupRequestBody';
120
+ export * from './model/JobGroupResponseBodyResult';
121
+ export * from './model/JobGroupTreeResponseBody';
96
122
  export * from './model/JobPipelineInfoItems';
97
123
  export * from './model/JobPipelineInfoParameters';
98
124
  export * from './model/JobPipelineInfoParamsItems';
125
+ export * from './model/JobRolePermission';
99
126
  export * from './model/JobStatusBody';
127
+ export * from './model/JobStatusResultResponseBodyResult';
100
128
  export * from './model/JobSummary';
101
129
  export * from './model/JobSummaryBodyResult';
102
130
  export * from './model/JobUpdateRecordListVoResult';
@@ -115,6 +143,11 @@ export * from './model/ListBuildParameterRequest';
115
143
  export * from './model/ListBuildParameterResponse';
116
144
  export * from './model/ListCustomTemplateRequest';
117
145
  export * from './model/ListCustomTemplateResponse';
146
+ export * from './model/ListEndPointsRequest';
147
+ export * from './model/ListEndPointsResponse';
148
+ export * from './model/ListEndPointsResultResponseBodyResult';
149
+ export * from './model/ListGroupTreeRequest';
150
+ export * from './model/ListGroupTreeResponse';
118
151
  export * from './model/ListJobConfigRequest';
119
152
  export * from './model/ListJobConfigResponse';
120
153
  export * from './model/ListJobRequest';
@@ -161,11 +194,17 @@ export * from './model/ListTemplatesRequest';
161
194
  export * from './model/ListTemplatesResponse';
162
195
  export * from './model/ListUpdateJobHistoryRequest';
163
196
  export * from './model/ListUpdateJobHistoryResponse';
197
+ export * from './model/MoveGroupRequest';
198
+ export * from './model/MoveGroupResponse';
199
+ export * from './model/MoveJobGroupRequestBody';
200
+ export * from './model/MoveJobGroupRequestBodyJobs';
201
+ export * from './model/MoveJobGroupResponseBodyResult';
164
202
  export * from './model/OutPutInfoResult';
165
203
  export * from './model/OutPutResult';
166
204
  export * from './model/Parameter';
167
205
  export * from './model/ParameterItem';
168
206
  export * from './model/Params';
207
+ export * from './model/ProjectPermissionRequestBody';
169
208
  export * from './model/QueryCustomTemplatesResult';
170
209
  export * from './model/QueryJobNoticeItems';
171
210
  export * from './model/QueryTemplate';
@@ -177,9 +216,12 @@ export * from './model/RecordInfo2Result';
177
216
  export * from './model/RecordInfoResult';
178
217
  export * from './model/RecyclingJob';
179
218
  export * from './model/RecyclingJobsResult';
219
+ export * from './model/RemoverFavouriteCustomTemplateRequest';
220
+ export * from './model/RemoverFavouriteCustomTemplateResponse';
180
221
  export * from './model/RepositoriesResult';
181
222
  export * from './model/RestoreRecyclingJobsRequest';
182
223
  export * from './model/RestoreRecyclingJobsResponse';
224
+ export * from './model/RolePermissionsRequestBody';
183
225
  export * from './model/RunJobRequest';
184
226
  export * from './model/RunJobRequestBody';
185
227
  export * from './model/RunJobResponse';
@@ -191,6 +233,10 @@ export * from './model/SetKeepTimeRequest';
191
233
  export * from './model/SetKeepTimeRequestBody';
192
234
  export * from './model/SetKeepTimeResponse';
193
235
  export * from './model/SetKeepTimeResult';
236
+ export * from './model/ShowAvailableInnerSpecRequest';
237
+ export * from './model/ShowAvailableInnerSpecResponse';
238
+ export * from './model/ShowBuildDetailsRequest';
239
+ export * from './model/ShowBuildDetailsResponse';
194
240
  export * from './model/ShowBuildInfoRecordRequest';
195
241
  export * from './model/ShowBuildInfoRecordResponse';
196
242
  export * from './model/ShowBuildParamsListRequest';
@@ -216,6 +262,11 @@ export * from './model/ShowDisableRequest';
216
262
  export * from './model/ShowDisableResponse';
217
263
  export * from './model/ShowDockerfileTemplateRequest';
218
264
  export * from './model/ShowDockerfileTemplateResponse';
265
+ export * from './model/ShowDomainStatusRequest';
266
+ export * from './model/ShowDomainStatusResponse';
267
+ export * from './model/ShowDomainStatusResult';
268
+ export * from './model/ShowDomainsStatusesRequest';
269
+ export * from './model/ShowDomainsStatusesResponse';
219
270
  export * from './model/ShowFlowGraphRequest';
220
271
  export * from './model/ShowFlowGraphResponse';
221
272
  export * from './model/ShowHistoryDetailsRequest';
@@ -272,6 +323,8 @@ export * from './model/ShowListPeriodHistoryRequest';
272
323
  export * from './model/ShowListPeriodHistoryResponse';
273
324
  export * from './model/ShowOutputInfoRequest';
274
325
  export * from './model/ShowOutputInfoResponse';
326
+ export * from './model/ShowPackageSpecCountDownRequest';
327
+ export * from './model/ShowPackageSpecCountDownResponse';
275
328
  export * from './model/ShowProjectJobPermissionRequest';
276
329
  export * from './model/ShowProjectJobPermissionResponse';
277
330
  export * from './model/ShowProjectPermissionRequest';
@@ -293,6 +346,12 @@ export * from './model/ShowRunningStatusResponse';
293
346
  export * from './model/ShowRunningStatusResult';
294
347
  export * from './model/ShowSummaryBuildJobInfoRequest';
295
348
  export * from './model/ShowSummaryBuildJobInfoResponse';
349
+ export * from './model/ShowTemplateRequest';
350
+ export * from './model/ShowTemplateResponse';
351
+ export * from './model/ShowUserChargeTypeRequest';
352
+ export * from './model/ShowUserChargeTypeResponse';
353
+ export * from './model/ShowUserChargeTypeResult';
354
+ export * from './model/ShowUserChargeTypeResultMainResourceList';
296
355
  export * from './model/ShowUserOverPackageQuotaRequest';
297
356
  export * from './model/ShowUserOverPackageQuotaResponse';
298
357
  export * from './model/ShowUserOverPackageQuotaResult';
@@ -307,8 +366,11 @@ export * from './model/StopJobRequestBody';
307
366
  export * from './model/StopJobResponse';
308
367
  export * from './model/StopTheJobRequest';
309
368
  export * from './model/StopTheJobResponse';
369
+ export * from './model/SwitchedPacketRequest';
370
+ export * from './model/SwitchedPacketResponse';
310
371
  export * from './model/SystemParametersResult';
311
372
  export * from './model/TemplateList';
373
+ export * from './model/Tips';
312
374
  export * from './model/TotalResponseBodyResult';
313
375
  export * from './model/Trigger';
314
376
  export * from './model/UpdateBuildJobParameter';
@@ -318,6 +380,8 @@ export * from './model/UpdateBuildJobRequestBody';
318
380
  export * from './model/UpdateBuildJobResponse';
319
381
  export * from './model/UpdateBuildJobScm';
320
382
  export * from './model/UpdateBuildJobSteps';
383
+ export * from './model/UpdateJobGroupRequest';
384
+ export * from './model/UpdateJobGroupResponse';
321
385
  export * from './model/UpdateKeystorePermissionRequest';
322
386
  export * from './model/UpdateKeystorePermissionRequestBody';
323
387
  export * from './model/UpdateKeystorePermissionResponse';
@@ -326,6 +390,8 @@ export * from './model/UpdateKeystoreRequestBody';
326
390
  export * from './model/UpdateKeystoreResponse';
327
391
  export * from './model/UpdateNewJobRequest';
328
392
  export * from './model/UpdateNewJobResponse';
393
+ export * from './model/UpdateNewNoticeNewRequest';
394
+ export * from './model/UpdateNewNoticeNewResponse';
329
395
  export * from './model/UpdateNoticeRequest';
330
396
  export * from './model/UpdateNoticeRequestBody';
331
397
  export * from './model/UpdateNoticeResponse';
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../../services/codeartsbuild/v3/public-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../../services/codeartsbuild/v3/public-api.ts"],"names":[],"mappings":"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"}
package/v3/public-api.js CHANGED
@@ -15,10 +15,19 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./CodeArtsBuildClient"), exports);
18
+ __exportStar(require("./model/AddFavouriteCustomTemplateRequest"), exports);
19
+ __exportStar(require("./model/AddFavouriteCustomTemplateResponse"), exports);
18
20
  __exportStar(require("./model/AddKeystorePermissionRequest"), exports);
19
21
  __exportStar(require("./model/AddKeystorePermissionRequestBody"), exports);
20
22
  __exportStar(require("./model/AddKeystorePermissionResponse"), exports);
21
23
  __exportStar(require("./model/AddKeystorePermissionResponseBody"), exports);
24
+ __exportStar(require("./model/ApplyProjectPermissionRequest"), exports);
25
+ __exportStar(require("./model/ApplyProjectPermissionResponse"), exports);
26
+ __exportStar(require("./model/BatchDeleteBuildJobsRequest"), exports);
27
+ __exportStar(require("./model/BatchDeleteBuildJobsRequestBody"), exports);
28
+ __exportStar(require("./model/BatchDeleteBuildJobsResponse"), exports);
29
+ __exportStar(require("./model/BatchUpdateJobRolePermissionRequest"), exports);
30
+ __exportStar(require("./model/BatchUpdateJobRolePermissionResponse"), exports);
22
31
  __exportStar(require("./model/BriefRecordItems"), exports);
23
32
  __exportStar(require("./model/BuildInfoRecord"), exports);
24
33
  __exportStar(require("./model/BuildInfoRecordCommitInfo"), exports);
@@ -32,6 +41,8 @@ __exportStar(require("./model/BuildStageRecord"), exports);
32
41
  __exportStar(require("./model/BuildStep"), exports);
33
42
  __exportStar(require("./model/CheckJobCountIsTopLimitRequest"), exports);
34
43
  __exportStar(require("./model/CheckJobCountIsTopLimitResponse"), exports);
44
+ __exportStar(require("./model/CheckJobInternalRequest"), exports);
45
+ __exportStar(require("./model/CheckJobInternalResponse"), exports);
35
46
  __exportStar(require("./model/CheckJobNameIsExistsRequest"), exports);
36
47
  __exportStar(require("./model/CheckJobNameIsExistsResponse"), exports);
37
48
  __exportStar(require("./model/CheckWebhookUrlRequest"), exports);
@@ -43,6 +54,9 @@ __exportStar(require("./model/Constraints"), exports);
43
54
  __exportStar(require("./model/CopyBuildJobRequestBody"), exports);
44
55
  __exportStar(require("./model/CopyJobRequest"), exports);
45
56
  __exportStar(require("./model/CopyJobResponse"), exports);
57
+ __exportStar(require("./model/CountdownList"), exports);
58
+ __exportStar(require("./model/CountdownListTips"), exports);
59
+ __exportStar(require("./model/CountdownRequestBody"), exports);
46
60
  __exportStar(require("./model/CreateBuildJobParameter"), exports);
47
61
  __exportStar(require("./model/CreateBuildJobParameterParam"), exports);
48
62
  __exportStar(require("./model/CreateBuildJobRequest"), exports);
@@ -52,6 +66,8 @@ __exportStar(require("./model/CreateBuildJobResponseBodyResult"), exports);
52
66
  __exportStar(require("./model/CreateBuildJobScm"), exports);
53
67
  __exportStar(require("./model/CreateBuildJobSteps"), exports);
54
68
  __exportStar(require("./model/CreateBuildTimeout"), exports);
69
+ __exportStar(require("./model/CreateJobGroupRequest"), exports);
70
+ __exportStar(require("./model/CreateJobGroupResponse"), exports);
55
71
  __exportStar(require("./model/CreateNewJobRequest"), exports);
56
72
  __exportStar(require("./model/CreateNewJobResponse"), exports);
57
73
  __exportStar(require("./model/CreateTemplate"), exports);
@@ -64,6 +80,8 @@ __exportStar(require("./model/CreateTemplatesRequestBody"), exports);
64
80
  __exportStar(require("./model/CreateTemplatesResponse"), exports);
65
81
  __exportStar(require("./model/DeleteBuildJobRequest"), exports);
66
82
  __exportStar(require("./model/DeleteBuildJobResponse"), exports);
83
+ __exportStar(require("./model/DeleteGroupRequest"), exports);
84
+ __exportStar(require("./model/DeleteGroupResponse"), exports);
67
85
  __exportStar(require("./model/DeleteKeystorePermissionRequest"), exports);
68
86
  __exportStar(require("./model/DeleteKeystorePermissionResponse"), exports);
69
87
  __exportStar(require("./model/DeleteKeystoreRequest"), exports);
@@ -84,6 +102,8 @@ __exportStar(require("./model/DisableNoticeResponse"), exports);
84
102
  __exportStar(require("./model/DisableTheJobRequest"), exports);
85
103
  __exportStar(require("./model/DisableTheJobRequestBody"), exports);
86
104
  __exportStar(require("./model/DisableTheJobResponse"), exports);
105
+ __exportStar(require("./model/DomainStatuses"), exports);
106
+ __exportStar(require("./model/DomainsStatusesRequestBody"), exports);
87
107
  __exportStar(require("./model/DownloadBuildLogRequest"), exports);
88
108
  __exportStar(require("./model/DownloadBuildLogResponse"), exports);
89
109
  __exportStar(require("./model/DownloadJunitCoverageZipRequest"), exports);
@@ -100,6 +120,9 @@ __exportStar(require("./model/DownloadTaskLogRequest"), exports);
100
120
  __exportStar(require("./model/DownloadTaskLogResponse"), exports);
101
121
  __exportStar(require("./model/EnableBuildJobRequest"), exports);
102
122
  __exportStar(require("./model/EnableBuildJobResponse"), exports);
123
+ __exportStar(require("./model/EndPointResponse"), exports);
124
+ __exportStar(require("./model/EndPointResponseAuthorization"), exports);
125
+ __exportStar(require("./model/EndPointResponseCreatedBy"), exports);
103
126
  __exportStar(require("./model/ExecuteJobRequest"), exports);
104
127
  __exportStar(require("./model/ExecuteJobResponse"), exports);
105
128
  __exportStar(require("./model/FlowGraph2Result"), exports);
@@ -109,10 +132,15 @@ __exportStar(require("./model/HistoryRecord"), exports);
109
132
  __exportStar(require("./model/HistoryRecord1"), exports);
110
133
  __exportStar(require("./model/IsDisableResult"), exports);
111
134
  __exportStar(require("./model/Job"), exports);
135
+ __exportStar(require("./model/JobGroupRequestBody"), exports);
136
+ __exportStar(require("./model/JobGroupResponseBodyResult"), exports);
137
+ __exportStar(require("./model/JobGroupTreeResponseBody"), exports);
112
138
  __exportStar(require("./model/JobPipelineInfoItems"), exports);
113
139
  __exportStar(require("./model/JobPipelineInfoParameters"), exports);
114
140
  __exportStar(require("./model/JobPipelineInfoParamsItems"), exports);
141
+ __exportStar(require("./model/JobRolePermission"), exports);
115
142
  __exportStar(require("./model/JobStatusBody"), exports);
143
+ __exportStar(require("./model/JobStatusResultResponseBodyResult"), exports);
116
144
  __exportStar(require("./model/JobSummary"), exports);
117
145
  __exportStar(require("./model/JobSummaryBodyResult"), exports);
118
146
  __exportStar(require("./model/JobUpdateRecordListVoResult"), exports);
@@ -131,6 +159,11 @@ __exportStar(require("./model/ListBuildParameterRequest"), exports);
131
159
  __exportStar(require("./model/ListBuildParameterResponse"), exports);
132
160
  __exportStar(require("./model/ListCustomTemplateRequest"), exports);
133
161
  __exportStar(require("./model/ListCustomTemplateResponse"), exports);
162
+ __exportStar(require("./model/ListEndPointsRequest"), exports);
163
+ __exportStar(require("./model/ListEndPointsResponse"), exports);
164
+ __exportStar(require("./model/ListEndPointsResultResponseBodyResult"), exports);
165
+ __exportStar(require("./model/ListGroupTreeRequest"), exports);
166
+ __exportStar(require("./model/ListGroupTreeResponse"), exports);
134
167
  __exportStar(require("./model/ListJobConfigRequest"), exports);
135
168
  __exportStar(require("./model/ListJobConfigResponse"), exports);
136
169
  __exportStar(require("./model/ListJobRequest"), exports);
@@ -177,11 +210,17 @@ __exportStar(require("./model/ListTemplatesRequest"), exports);
177
210
  __exportStar(require("./model/ListTemplatesResponse"), exports);
178
211
  __exportStar(require("./model/ListUpdateJobHistoryRequest"), exports);
179
212
  __exportStar(require("./model/ListUpdateJobHistoryResponse"), exports);
213
+ __exportStar(require("./model/MoveGroupRequest"), exports);
214
+ __exportStar(require("./model/MoveGroupResponse"), exports);
215
+ __exportStar(require("./model/MoveJobGroupRequestBody"), exports);
216
+ __exportStar(require("./model/MoveJobGroupRequestBodyJobs"), exports);
217
+ __exportStar(require("./model/MoveJobGroupResponseBodyResult"), exports);
180
218
  __exportStar(require("./model/OutPutInfoResult"), exports);
181
219
  __exportStar(require("./model/OutPutResult"), exports);
182
220
  __exportStar(require("./model/Parameter"), exports);
183
221
  __exportStar(require("./model/ParameterItem"), exports);
184
222
  __exportStar(require("./model/Params"), exports);
223
+ __exportStar(require("./model/ProjectPermissionRequestBody"), exports);
185
224
  __exportStar(require("./model/QueryCustomTemplatesResult"), exports);
186
225
  __exportStar(require("./model/QueryJobNoticeItems"), exports);
187
226
  __exportStar(require("./model/QueryTemplate"), exports);
@@ -193,9 +232,12 @@ __exportStar(require("./model/RecordInfo2Result"), exports);
193
232
  __exportStar(require("./model/RecordInfoResult"), exports);
194
233
  __exportStar(require("./model/RecyclingJob"), exports);
195
234
  __exportStar(require("./model/RecyclingJobsResult"), exports);
235
+ __exportStar(require("./model/RemoverFavouriteCustomTemplateRequest"), exports);
236
+ __exportStar(require("./model/RemoverFavouriteCustomTemplateResponse"), exports);
196
237
  __exportStar(require("./model/RepositoriesResult"), exports);
197
238
  __exportStar(require("./model/RestoreRecyclingJobsRequest"), exports);
198
239
  __exportStar(require("./model/RestoreRecyclingJobsResponse"), exports);
240
+ __exportStar(require("./model/RolePermissionsRequestBody"), exports);
199
241
  __exportStar(require("./model/RunJobRequest"), exports);
200
242
  __exportStar(require("./model/RunJobRequestBody"), exports);
201
243
  __exportStar(require("./model/RunJobResponse"), exports);
@@ -207,6 +249,10 @@ __exportStar(require("./model/SetKeepTimeRequest"), exports);
207
249
  __exportStar(require("./model/SetKeepTimeRequestBody"), exports);
208
250
  __exportStar(require("./model/SetKeepTimeResponse"), exports);
209
251
  __exportStar(require("./model/SetKeepTimeResult"), exports);
252
+ __exportStar(require("./model/ShowAvailableInnerSpecRequest"), exports);
253
+ __exportStar(require("./model/ShowAvailableInnerSpecResponse"), exports);
254
+ __exportStar(require("./model/ShowBuildDetailsRequest"), exports);
255
+ __exportStar(require("./model/ShowBuildDetailsResponse"), exports);
210
256
  __exportStar(require("./model/ShowBuildInfoRecordRequest"), exports);
211
257
  __exportStar(require("./model/ShowBuildInfoRecordResponse"), exports);
212
258
  __exportStar(require("./model/ShowBuildParamsListRequest"), exports);
@@ -232,6 +278,11 @@ __exportStar(require("./model/ShowDisableRequest"), exports);
232
278
  __exportStar(require("./model/ShowDisableResponse"), exports);
233
279
  __exportStar(require("./model/ShowDockerfileTemplateRequest"), exports);
234
280
  __exportStar(require("./model/ShowDockerfileTemplateResponse"), exports);
281
+ __exportStar(require("./model/ShowDomainStatusRequest"), exports);
282
+ __exportStar(require("./model/ShowDomainStatusResponse"), exports);
283
+ __exportStar(require("./model/ShowDomainStatusResult"), exports);
284
+ __exportStar(require("./model/ShowDomainsStatusesRequest"), exports);
285
+ __exportStar(require("./model/ShowDomainsStatusesResponse"), exports);
235
286
  __exportStar(require("./model/ShowFlowGraphRequest"), exports);
236
287
  __exportStar(require("./model/ShowFlowGraphResponse"), exports);
237
288
  __exportStar(require("./model/ShowHistoryDetailsRequest"), exports);
@@ -288,6 +339,8 @@ __exportStar(require("./model/ShowListPeriodHistoryRequest"), exports);
288
339
  __exportStar(require("./model/ShowListPeriodHistoryResponse"), exports);
289
340
  __exportStar(require("./model/ShowOutputInfoRequest"), exports);
290
341
  __exportStar(require("./model/ShowOutputInfoResponse"), exports);
342
+ __exportStar(require("./model/ShowPackageSpecCountDownRequest"), exports);
343
+ __exportStar(require("./model/ShowPackageSpecCountDownResponse"), exports);
291
344
  __exportStar(require("./model/ShowProjectJobPermissionRequest"), exports);
292
345
  __exportStar(require("./model/ShowProjectJobPermissionResponse"), exports);
293
346
  __exportStar(require("./model/ShowProjectPermissionRequest"), exports);
@@ -309,6 +362,12 @@ __exportStar(require("./model/ShowRunningStatusResponse"), exports);
309
362
  __exportStar(require("./model/ShowRunningStatusResult"), exports);
310
363
  __exportStar(require("./model/ShowSummaryBuildJobInfoRequest"), exports);
311
364
  __exportStar(require("./model/ShowSummaryBuildJobInfoResponse"), exports);
365
+ __exportStar(require("./model/ShowTemplateRequest"), exports);
366
+ __exportStar(require("./model/ShowTemplateResponse"), exports);
367
+ __exportStar(require("./model/ShowUserChargeTypeRequest"), exports);
368
+ __exportStar(require("./model/ShowUserChargeTypeResponse"), exports);
369
+ __exportStar(require("./model/ShowUserChargeTypeResult"), exports);
370
+ __exportStar(require("./model/ShowUserChargeTypeResultMainResourceList"), exports);
312
371
  __exportStar(require("./model/ShowUserOverPackageQuotaRequest"), exports);
313
372
  __exportStar(require("./model/ShowUserOverPackageQuotaResponse"), exports);
314
373
  __exportStar(require("./model/ShowUserOverPackageQuotaResult"), exports);
@@ -323,8 +382,11 @@ __exportStar(require("./model/StopJobRequestBody"), exports);
323
382
  __exportStar(require("./model/StopJobResponse"), exports);
324
383
  __exportStar(require("./model/StopTheJobRequest"), exports);
325
384
  __exportStar(require("./model/StopTheJobResponse"), exports);
385
+ __exportStar(require("./model/SwitchedPacketRequest"), exports);
386
+ __exportStar(require("./model/SwitchedPacketResponse"), exports);
326
387
  __exportStar(require("./model/SystemParametersResult"), exports);
327
388
  __exportStar(require("./model/TemplateList"), exports);
389
+ __exportStar(require("./model/Tips"), exports);
328
390
  __exportStar(require("./model/TotalResponseBodyResult"), exports);
329
391
  __exportStar(require("./model/Trigger"), exports);
330
392
  __exportStar(require("./model/UpdateBuildJobParameter"), exports);
@@ -334,6 +396,8 @@ __exportStar(require("./model/UpdateBuildJobRequestBody"), exports);
334
396
  __exportStar(require("./model/UpdateBuildJobResponse"), exports);
335
397
  __exportStar(require("./model/UpdateBuildJobScm"), exports);
336
398
  __exportStar(require("./model/UpdateBuildJobSteps"), exports);
399
+ __exportStar(require("./model/UpdateJobGroupRequest"), exports);
400
+ __exportStar(require("./model/UpdateJobGroupResponse"), exports);
337
401
  __exportStar(require("./model/UpdateKeystorePermissionRequest"), exports);
338
402
  __exportStar(require("./model/UpdateKeystorePermissionRequestBody"), exports);
339
403
  __exportStar(require("./model/UpdateKeystorePermissionResponse"), exports);
@@ -342,6 +406,8 @@ __exportStar(require("./model/UpdateKeystoreRequestBody"), exports);
342
406
  __exportStar(require("./model/UpdateKeystoreResponse"), exports);
343
407
  __exportStar(require("./model/UpdateNewJobRequest"), exports);
344
408
  __exportStar(require("./model/UpdateNewJobResponse"), exports);
409
+ __exportStar(require("./model/UpdateNewNoticeNewRequest"), exports);
410
+ __exportStar(require("./model/UpdateNewNoticeNewResponse"), exports);
345
411
  __exportStar(require("./model/UpdateNoticeRequest"), exports);
346
412
  __exportStar(require("./model/UpdateNoticeRequestBody"), exports);
347
413
  __exportStar(require("./model/UpdateNoticeResponse"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../services/codeartsbuild/v3/public-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../services/codeartsbuild/v3/public-api.ts"],"names":[],"mappings":"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"}