@huaweicloud/huaweicloud-sdk-swr 3.1.45 → 3.1.46

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 (373) hide show
  1. package/huaweicloud-sdk-swr.ts +4 -0
  2. package/package.json +4 -4
  3. package/v2/{SwrClient.js → SwrClient.ts} +1513 -949
  4. package/v2/SwrRegion.ts +62 -0
  5. package/v2/model/AuthInfo.ts +12 -0
  6. package/v2/model/CreateImageSyncRepoRequest.ts +45 -0
  7. package/v2/model/CreateImageSyncRepoRequestBody.ts +28 -0
  8. package/v2/model/CreateImageSyncRepoResponse.ts +8 -0
  9. package/v2/model/CreateManualImageSyncRepoRequest.ts +45 -0
  10. package/v2/model/CreateManualImageSyncRepoRequestBody.ts +29 -0
  11. package/v2/model/CreateManualImageSyncRepoResponse.ts +13 -0
  12. package/v2/model/CreateNamespaceAuthRequest.ts +39 -0
  13. package/v2/model/CreateNamespaceAuthResponse.ts +8 -0
  14. package/v2/model/CreateNamespaceRequest.ts +33 -0
  15. package/v2/model/CreateNamespaceRequestBody.ts +12 -0
  16. package/v2/model/CreateNamespaceResponse.ts +8 -0
  17. package/v2/model/CreateRepoDomainsRequest.ts +45 -0
  18. package/v2/model/CreateRepoDomainsRequestBody.ts +35 -0
  19. package/v2/model/CreateRepoDomainsResponse.ts +8 -0
  20. package/v2/model/CreateRepoRequest.ts +39 -0
  21. package/v2/model/CreateRepoRequestBody.ts +49 -0
  22. package/v2/model/CreateRepoResponse.ts +8 -0
  23. package/v2/model/CreateRetentionRequest.ts +45 -0
  24. package/v2/model/CreateRetentionRequestBody.ts +19 -0
  25. package/v2/model/CreateRetentionResponse.ts +13 -0
  26. package/v2/model/CreateSecretRequest.ts +32 -0
  27. package/v2/model/CreateSecretResponse.ts +25 -0
  28. package/v2/model/CreateTriggerRequest.ts +45 -0
  29. package/v2/model/CreateTriggerRequestBody.ts +110 -0
  30. package/v2/model/CreateTriggerResponse.ts +8 -0
  31. package/v2/model/CreateUserRepositoryAuthRequest.ts +45 -0
  32. package/v2/model/CreateUserRepositoryAuthResponse.ts +8 -0
  33. package/v2/model/DeleteImageSyncRepoRequest.ts +45 -0
  34. package/v2/model/DeleteImageSyncRepoRequestBody.ts +18 -0
  35. package/v2/model/DeleteImageSyncRepoResponse.ts +8 -0
  36. package/v2/model/DeleteNamespaceAuthRequest.ts +38 -0
  37. package/v2/model/DeleteNamespaceAuthResponse.ts +8 -0
  38. package/v2/model/DeleteNamespacesRequest.ts +33 -0
  39. package/v2/model/DeleteNamespacesResponse.ts +8 -0
  40. package/v2/model/DeleteRepoDomainsRequest.ts +51 -0
  41. package/v2/model/DeleteRepoDomainsResponse.ts +8 -0
  42. package/v2/model/DeleteRepoRequest.ts +39 -0
  43. package/v2/model/DeleteRepoResponse.ts +8 -0
  44. package/v2/model/DeleteRepoTagRequest.ts +45 -0
  45. package/v2/model/DeleteRepoTagResponse.ts +8 -0
  46. package/v2/model/DeleteRetentionRequest.ts +51 -0
  47. package/v2/model/DeleteRetentionResponse.ts +8 -0
  48. package/v2/model/DeleteTriggerRequest.ts +45 -0
  49. package/v2/model/DeleteTriggerResponse.ts +8 -0
  50. package/v2/model/DeleteUserRepositoryAuthRequest.ts +44 -0
  51. package/v2/model/DeleteUserRepositoryAuthResponse.ts +8 -0
  52. package/v2/model/ImageTag.ts +6 -0
  53. package/v2/model/Link.ts +18 -0
  54. package/v2/model/ListApiVersionsRequest.ts +27 -0
  55. package/v2/model/ListApiVersionsResponse.ts +14 -0
  56. package/v2/model/ListImageAutoSyncReposDetailsRequest.ts +39 -0
  57. package/v2/model/ListImageAutoSyncReposDetailsResponse.ts +14 -0
  58. package/v2/model/ListNamespacesRequest.ts +37 -0
  59. package/v2/model/ListNamespacesResponse.ts +14 -0
  60. package/v2/model/ListQuotasRequest.ts +27 -0
  61. package/v2/model/ListQuotasResponse.ts +14 -0
  62. package/v2/model/ListRepoDomainsRequest.ts +39 -0
  63. package/v2/model/ListRepoDomainsResponse.ts +14 -0
  64. package/v2/model/ListReposDetailsRequest.ts +79 -0
  65. package/v2/model/ListReposDetailsResponse.ts +25 -0
  66. package/v2/model/ListRepositoryTagsRequest.ts +81 -0
  67. package/v2/model/ListRepositoryTagsResponse.ts +25 -0
  68. package/v2/model/ListRetentionHistoriesRequest.ts +44 -0
  69. package/v2/model/ListRetentionHistoriesResponse.ts +36 -0
  70. package/v2/model/ListRetentionsRequest.ts +39 -0
  71. package/v2/model/ListRetentionsResponse.ts +14 -0
  72. package/v2/model/ListSharedReposDetailsRequest.ts +79 -0
  73. package/v2/model/ListSharedReposDetailsResponse.ts +25 -0
  74. package/v2/model/ListTriggersDetailsRequest.ts +39 -0
  75. package/v2/model/ListTriggersDetailsResponse.ts +14 -0
  76. package/v2/model/Retention.ts +31 -0
  77. package/v2/model/RetentionLog.ts +66 -0
  78. package/v2/model/Rule.ts +40 -0
  79. package/v2/model/ShowAccessDomainRequest.ts +51 -0
  80. package/v2/model/ShowAccessDomainResponse.ts +86 -0
  81. package/v2/model/ShowApiVersionRequest.ts +39 -0
  82. package/v2/model/ShowApiVersionResponse.ts +14 -0
  83. package/v2/model/ShowNamespace.ts +46 -0
  84. package/v2/model/ShowNamespaceAuthRequest.ts +33 -0
  85. package/v2/model/ShowNamespaceAuthResponse.ts +52 -0
  86. package/v2/model/ShowNamespaceRequest.ts +33 -0
  87. package/v2/model/ShowNamespaceResponse.ts +44 -0
  88. package/v2/model/ShowQuota.ts +42 -0
  89. package/v2/model/ShowRepoDomainsResponse.ts +90 -0
  90. package/v2/model/ShowReposResp.ts +162 -0
  91. package/v2/model/ShowReposTagResp.ts +150 -0
  92. package/v2/model/ShowRepositoryRequest.ts +39 -0
  93. package/v2/model/ShowRepositoryResponse.ts +146 -0
  94. package/v2/model/ShowRetentionRequest.ts +51 -0
  95. package/v2/model/ShowRetentionResponse.ts +29 -0
  96. package/v2/model/ShowSyncJobRequest.ts +45 -0
  97. package/v2/model/ShowSyncJobResponse.ts +25 -0
  98. package/v2/model/ShowTriggerRequest.ts +45 -0
  99. package/v2/model/ShowTriggerResponse.ts +138 -0
  100. package/v2/model/ShowUserRepositoryAuthRequest.ts +39 -0
  101. package/v2/model/ShowUserRepositoryAuthResponse.ts +41 -0
  102. package/v2/model/SyncJob.ts +90 -0
  103. package/v2/model/SyncRepo.ts +72 -0
  104. package/v2/model/TagSelector.ts +18 -0
  105. package/v2/model/Trigger.ts +151 -0
  106. package/v2/model/TriggerHistories.ts +120 -0
  107. package/v2/model/UpdateNamespaceAuthRequest.ts +39 -0
  108. package/v2/model/UpdateNamespaceAuthResponse.ts +8 -0
  109. package/v2/model/UpdateRepoDomainsRequest.ts +57 -0
  110. package/v2/model/UpdateRepoDomainsRequestBody.ts +23 -0
  111. package/v2/model/UpdateRepoDomainsResponse.ts +8 -0
  112. package/v2/model/UpdateRepoRequest.ts +45 -0
  113. package/v2/model/UpdateRepoRequestBody.ts +43 -0
  114. package/v2/model/UpdateRepoResponse.ts +8 -0
  115. package/v2/model/UpdateRetentionRequest.ts +57 -0
  116. package/v2/model/UpdateRetentionRequestBody.ts +19 -0
  117. package/v2/model/UpdateRetentionResponse.ts +8 -0
  118. package/v2/model/UpdateTriggerRequest.ts +51 -0
  119. package/v2/model/UpdateTriggerRequestBody.ts +12 -0
  120. package/v2/model/UpdateTriggerResponse.ts +8 -0
  121. package/v2/model/UpdateUserRepositoryAuthRequest.ts +45 -0
  122. package/v2/model/UpdateUserRepositoryAuthResponse.ts +8 -0
  123. package/v2/model/UserAuth.ts +46 -0
  124. package/v2/model/VersionDetail.ts +49 -0
  125. package/v2/{public-api.d.ts → public-api.ts} +1 -0
  126. package/LICENSE +0 -13
  127. package/README.md +0 -1
  128. package/huaweicloud-sdk-swr.d.ts +0 -2
  129. package/huaweicloud-sdk-swr.js +0 -31
  130. package/v2/SwrClient.d.ts +0 -1332
  131. package/v2/SwrRegion.d.ts +0 -23
  132. package/v2/SwrRegion.js +0 -59
  133. package/v2/model/AuthInfo.d.ts +0 -5
  134. package/v2/model/AuthInfo.js +0 -14
  135. package/v2/model/CreateImageSyncRepoRequest.d.ts +0 -22
  136. package/v2/model/CreateImageSyncRepoRequest.js +0 -47
  137. package/v2/model/CreateImageSyncRepoRequestBody.d.ts +0 -11
  138. package/v2/model/CreateImageSyncRepoRequestBody.js +0 -27
  139. package/v2/model/CreateImageSyncRepoResponse.d.ts +0 -4
  140. package/v2/model/CreateImageSyncRepoResponse.js +0 -27
  141. package/v2/model/CreateManualImageSyncRepoRequest.d.ts +0 -22
  142. package/v2/model/CreateManualImageSyncRepoRequest.js +0 -47
  143. package/v2/model/CreateManualImageSyncRepoRequestBody.d.ts +0 -11
  144. package/v2/model/CreateManualImageSyncRepoRequestBody.js +0 -28
  145. package/v2/model/CreateManualImageSyncRepoResponse.d.ts +0 -6
  146. package/v2/model/CreateManualImageSyncRepoResponse.js +0 -31
  147. package/v2/model/CreateNamespaceAuthRequest.d.ts +0 -20
  148. package/v2/model/CreateNamespaceAuthRequest.js +0 -42
  149. package/v2/model/CreateNamespaceAuthResponse.d.ts +0 -4
  150. package/v2/model/CreateNamespaceAuthResponse.js +0 -27
  151. package/v2/model/CreateNamespaceRequest.d.ts +0 -18
  152. package/v2/model/CreateNamespaceRequest.js +0 -37
  153. package/v2/model/CreateNamespaceRequestBody.d.ts +0 -5
  154. package/v2/model/CreateNamespaceRequestBody.js +0 -14
  155. package/v2/model/CreateNamespaceResponse.d.ts +0 -4
  156. package/v2/model/CreateNamespaceResponse.js +0 -27
  157. package/v2/model/CreateRepoDomainsRequest.d.ts +0 -22
  158. package/v2/model/CreateRepoDomainsRequest.js +0 -47
  159. package/v2/model/CreateRepoDomainsRequestBody.d.ts +0 -13
  160. package/v2/model/CreateRepoDomainsRequestBody.js +0 -38
  161. package/v2/model/CreateRepoDomainsResponse.d.ts +0 -4
  162. package/v2/model/CreateRepoDomainsResponse.js +0 -27
  163. package/v2/model/CreateRepoRequest.d.ts +0 -20
  164. package/v2/model/CreateRepoRequest.js +0 -42
  165. package/v2/model/CreateRepoRequestBody.d.ts +0 -27
  166. package/v2/model/CreateRepoRequestBody.js +0 -52
  167. package/v2/model/CreateRepoResponse.d.ts +0 -4
  168. package/v2/model/CreateRepoResponse.js +0 -27
  169. package/v2/model/CreateRetentionRequest.d.ts +0 -22
  170. package/v2/model/CreateRetentionRequest.js +0 -47
  171. package/v2/model/CreateRetentionRequestBody.d.ts +0 -8
  172. package/v2/model/CreateRetentionRequestBody.js +0 -19
  173. package/v2/model/CreateRetentionResponse.d.ts +0 -6
  174. package/v2/model/CreateRetentionResponse.js +0 -31
  175. package/v2/model/CreateSecretRequest.d.ts +0 -17
  176. package/v2/model/CreateSecretRequest.js +0 -37
  177. package/v2/model/CreateSecretResponse.d.ts +0 -15
  178. package/v2/model/CreateSecretResponse.js +0 -45
  179. package/v2/model/CreateTriggerRequest.d.ts +0 -22
  180. package/v2/model/CreateTriggerRequest.js +0 -47
  181. package/v2/model/CreateTriggerRequestBody.d.ts +0 -39
  182. package/v2/model/CreateTriggerRequestBody.js +0 -125
  183. package/v2/model/CreateTriggerResponse.d.ts +0 -4
  184. package/v2/model/CreateTriggerResponse.js +0 -27
  185. package/v2/model/CreateUserRepositoryAuthRequest.d.ts +0 -22
  186. package/v2/model/CreateUserRepositoryAuthRequest.js +0 -47
  187. package/v2/model/CreateUserRepositoryAuthResponse.d.ts +0 -4
  188. package/v2/model/CreateUserRepositoryAuthResponse.js +0 -27
  189. package/v2/model/DeleteImageSyncRepoRequest.d.ts +0 -22
  190. package/v2/model/DeleteImageSyncRepoRequest.js +0 -47
  191. package/v2/model/DeleteImageSyncRepoRequestBody.d.ts +0 -7
  192. package/v2/model/DeleteImageSyncRepoRequestBody.js +0 -19
  193. package/v2/model/DeleteImageSyncRepoResponse.d.ts +0 -4
  194. package/v2/model/DeleteImageSyncRepoResponse.js +0 -27
  195. package/v2/model/DeleteNamespaceAuthRequest.d.ts +0 -19
  196. package/v2/model/DeleteNamespaceAuthRequest.js +0 -42
  197. package/v2/model/DeleteNamespaceAuthResponse.d.ts +0 -4
  198. package/v2/model/DeleteNamespaceAuthResponse.js +0 -27
  199. package/v2/model/DeleteNamespacesRequest.d.ts +0 -17
  200. package/v2/model/DeleteNamespacesRequest.js +0 -38
  201. package/v2/model/DeleteNamespacesResponse.d.ts +0 -4
  202. package/v2/model/DeleteNamespacesResponse.js +0 -27
  203. package/v2/model/DeleteRepoDomainsRequest.d.ts +0 -23
  204. package/v2/model/DeleteRepoDomainsRequest.js +0 -58
  205. package/v2/model/DeleteRepoDomainsResponse.d.ts +0 -4
  206. package/v2/model/DeleteRepoDomainsResponse.js +0 -27
  207. package/v2/model/DeleteRepoRequest.d.ts +0 -19
  208. package/v2/model/DeleteRepoRequest.js +0 -43
  209. package/v2/model/DeleteRepoResponse.d.ts +0 -4
  210. package/v2/model/DeleteRepoResponse.js +0 -27
  211. package/v2/model/DeleteRepoTagRequest.d.ts +0 -21
  212. package/v2/model/DeleteRepoTagRequest.js +0 -48
  213. package/v2/model/DeleteRepoTagResponse.d.ts +0 -4
  214. package/v2/model/DeleteRepoTagResponse.js +0 -27
  215. package/v2/model/DeleteRetentionRequest.d.ts +0 -23
  216. package/v2/model/DeleteRetentionRequest.js +0 -58
  217. package/v2/model/DeleteRetentionResponse.d.ts +0 -4
  218. package/v2/model/DeleteRetentionResponse.js +0 -27
  219. package/v2/model/DeleteTriggerRequest.d.ts +0 -21
  220. package/v2/model/DeleteTriggerRequest.js +0 -48
  221. package/v2/model/DeleteTriggerResponse.d.ts +0 -4
  222. package/v2/model/DeleteTriggerResponse.js +0 -27
  223. package/v2/model/DeleteUserRepositoryAuthRequest.d.ts +0 -21
  224. package/v2/model/DeleteUserRepositoryAuthRequest.js +0 -47
  225. package/v2/model/DeleteUserRepositoryAuthResponse.d.ts +0 -4
  226. package/v2/model/DeleteUserRepositoryAuthResponse.js +0 -27
  227. package/v2/model/ImageTag.d.ts +0 -3
  228. package/v2/model/ImageTag.js +0 -9
  229. package/v2/model/Link.d.ts +0 -7
  230. package/v2/model/Link.js +0 -19
  231. package/v2/model/ListApiVersionsRequest.d.ts +0 -15
  232. package/v2/model/ListApiVersionsRequest.js +0 -33
  233. package/v2/model/ListApiVersionsResponse.d.ts +0 -7
  234. package/v2/model/ListApiVersionsResponse.js +0 -31
  235. package/v2/model/ListImageAutoSyncReposDetailsRequest.d.ts +0 -19
  236. package/v2/model/ListImageAutoSyncReposDetailsRequest.js +0 -43
  237. package/v2/model/ListImageAutoSyncReposDetailsResponse.d.ts +0 -7
  238. package/v2/model/ListImageAutoSyncReposDetailsResponse.js +0 -31
  239. package/v2/model/ListNamespacesRequest.d.ts +0 -19
  240. package/v2/model/ListNamespacesRequest.js +0 -41
  241. package/v2/model/ListNamespacesResponse.d.ts +0 -7
  242. package/v2/model/ListNamespacesResponse.js +0 -31
  243. package/v2/model/ListQuotasRequest.d.ts +0 -15
  244. package/v2/model/ListQuotasRequest.js +0 -33
  245. package/v2/model/ListQuotasResponse.d.ts +0 -7
  246. package/v2/model/ListQuotasResponse.js +0 -31
  247. package/v2/model/ListRepoDomainsRequest.d.ts +0 -19
  248. package/v2/model/ListRepoDomainsRequest.js +0 -43
  249. package/v2/model/ListRepoDomainsResponse.d.ts +0 -7
  250. package/v2/model/ListRepoDomainsResponse.js +0 -31
  251. package/v2/model/ListReposDetailsRequest.d.ts +0 -35
  252. package/v2/model/ListReposDetailsRequest.js +0 -85
  253. package/v2/model/ListReposDetailsResponse.d.ts +0 -11
  254. package/v2/model/ListReposDetailsResponse.js +0 -45
  255. package/v2/model/ListRepositoryTagsRequest.d.ts +0 -35
  256. package/v2/model/ListRepositoryTagsRequest.js +0 -87
  257. package/v2/model/ListRepositoryTagsResponse.d.ts +0 -11
  258. package/v2/model/ListRepositoryTagsResponse.js +0 -45
  259. package/v2/model/ListRetentionHistoriesRequest.d.ts +0 -21
  260. package/v2/model/ListRetentionHistoriesRequest.js +0 -47
  261. package/v2/model/ListRetentionHistoriesResponse.d.ts +0 -15
  262. package/v2/model/ListRetentionHistoriesResponse.js +0 -59
  263. package/v2/model/ListRetentionsRequest.d.ts +0 -19
  264. package/v2/model/ListRetentionsRequest.js +0 -43
  265. package/v2/model/ListRetentionsResponse.d.ts +0 -7
  266. package/v2/model/ListRetentionsResponse.js +0 -31
  267. package/v2/model/ListSharedReposDetailsRequest.d.ts +0 -35
  268. package/v2/model/ListSharedReposDetailsRequest.js +0 -85
  269. package/v2/model/ListSharedReposDetailsResponse.d.ts +0 -11
  270. package/v2/model/ListSharedReposDetailsResponse.js +0 -45
  271. package/v2/model/ListTriggersDetailsRequest.d.ts +0 -19
  272. package/v2/model/ListTriggersDetailsRequest.js +0 -43
  273. package/v2/model/ListTriggersDetailsResponse.d.ts +0 -7
  274. package/v2/model/ListTriggersDetailsResponse.js +0 -31
  275. package/v2/model/Retention.d.ts +0 -12
  276. package/v2/model/Retention.js +0 -29
  277. package/v2/model/RetentionLog.d.ts +0 -23
  278. package/v2/model/RetentionLog.js +0 -74
  279. package/v2/model/Rule.d.ts +0 -20
  280. package/v2/model/Rule.js +0 -43
  281. package/v2/model/ShowAccessDomainRequest.d.ts +0 -23
  282. package/v2/model/ShowAccessDomainRequest.js +0 -58
  283. package/v2/model/ShowAccessDomainResponse.d.ts +0 -34
  284. package/v2/model/ShowAccessDomainResponse.js +0 -105
  285. package/v2/model/ShowApiVersionRequest.d.ts +0 -19
  286. package/v2/model/ShowApiVersionRequest.js +0 -48
  287. package/v2/model/ShowApiVersionResponse.d.ts +0 -7
  288. package/v2/model/ShowApiVersionResponse.js +0 -31
  289. package/v2/model/ShowNamespace.d.ts +0 -22
  290. package/v2/model/ShowNamespace.js +0 -49
  291. package/v2/model/ShowNamespaceAuthRequest.d.ts +0 -17
  292. package/v2/model/ShowNamespaceAuthRequest.js +0 -38
  293. package/v2/model/ShowNamespaceAuthResponse.d.ts +0 -21
  294. package/v2/model/ShowNamespaceAuthResponse.js +0 -77
  295. package/v2/model/ShowNamespaceRequest.d.ts +0 -17
  296. package/v2/model/ShowNamespaceRequest.js +0 -38
  297. package/v2/model/ShowNamespaceResponse.d.ts +0 -23
  298. package/v2/model/ShowNamespaceResponse.js +0 -63
  299. package/v2/model/ShowQuota.d.ts +0 -15
  300. package/v2/model/ShowQuota.js +0 -49
  301. package/v2/model/ShowRepoDomainsResponse.d.ts +0 -31
  302. package/v2/model/ShowRepoDomainsResponse.js +0 -94
  303. package/v2/model/ShowReposResp.d.ts +0 -55
  304. package/v2/model/ShowReposResp.js +0 -179
  305. package/v2/model/ShowReposTagResp.d.ts +0 -51
  306. package/v2/model/ShowReposTagResp.js +0 -164
  307. package/v2/model/ShowRepositoryRequest.d.ts +0 -19
  308. package/v2/model/ShowRepositoryRequest.js +0 -43
  309. package/v2/model/ShowRepositoryResponse.d.ts +0 -56
  310. package/v2/model/ShowRepositoryResponse.js +0 -179
  311. package/v2/model/ShowRetentionRequest.d.ts +0 -23
  312. package/v2/model/ShowRetentionRequest.js +0 -58
  313. package/v2/model/ShowRetentionResponse.d.ts +0 -13
  314. package/v2/model/ShowRetentionResponse.js +0 -43
  315. package/v2/model/ShowSyncJobRequest.d.ts +0 -21
  316. package/v2/model/ShowSyncJobRequest.js +0 -48
  317. package/v2/model/ShowSyncJobResponse.d.ts +0 -11
  318. package/v2/model/ShowSyncJobResponse.js +0 -45
  319. package/v2/model/ShowTriggerRequest.d.ts +0 -21
  320. package/v2/model/ShowTriggerRequest.js +0 -48
  321. package/v2/model/ShowTriggerResponse.d.ts +0 -53
  322. package/v2/model/ShowTriggerResponse.js +0 -177
  323. package/v2/model/ShowUserRepositoryAuthRequest.d.ts +0 -19
  324. package/v2/model/ShowUserRepositoryAuthRequest.js +0 -43
  325. package/v2/model/ShowUserRepositoryAuthResponse.d.ts +0 -17
  326. package/v2/model/ShowUserRepositoryAuthResponse.js +0 -63
  327. package/v2/model/SyncJob.d.ts +0 -31
  328. package/v2/model/SyncJob.js +0 -79
  329. package/v2/model/SyncRepo.d.ts +0 -25
  330. package/v2/model/SyncRepo.js +0 -64
  331. package/v2/model/TagSelector.d.ts +0 -7
  332. package/v2/model/TagSelector.js +0 -19
  333. package/v2/model/Trigger.d.ts +0 -52
  334. package/v2/model/Trigger.js +0 -174
  335. package/v2/model/TriggerHistories.d.ts +0 -41
  336. package/v2/model/TriggerHistories.js +0 -134
  337. package/v2/model/UpdateNamespaceAuthRequest.d.ts +0 -20
  338. package/v2/model/UpdateNamespaceAuthRequest.js +0 -42
  339. package/v2/model/UpdateNamespaceAuthResponse.d.ts +0 -4
  340. package/v2/model/UpdateNamespaceAuthResponse.js +0 -27
  341. package/v2/model/UpdateRepoDomainsRequest.d.ts +0 -26
  342. package/v2/model/UpdateRepoDomainsRequest.js +0 -62
  343. package/v2/model/UpdateRepoDomainsRequestBody.d.ts +0 -9
  344. package/v2/model/UpdateRepoDomainsRequestBody.js +0 -23
  345. package/v2/model/UpdateRepoDomainsResponse.d.ts +0 -4
  346. package/v2/model/UpdateRepoDomainsResponse.js +0 -27
  347. package/v2/model/UpdateRepoRequest.d.ts +0 -22
  348. package/v2/model/UpdateRepoRequest.js +0 -47
  349. package/v2/model/UpdateRepoRequestBody.d.ts +0 -25
  350. package/v2/model/UpdateRepoRequestBody.js +0 -47
  351. package/v2/model/UpdateRepoResponse.d.ts +0 -4
  352. package/v2/model/UpdateRepoResponse.js +0 -27
  353. package/v2/model/UpdateRetentionRequest.d.ts +0 -26
  354. package/v2/model/UpdateRetentionRequest.js +0 -62
  355. package/v2/model/UpdateRetentionRequestBody.d.ts +0 -8
  356. package/v2/model/UpdateRetentionRequestBody.js +0 -19
  357. package/v2/model/UpdateRetentionResponse.d.ts +0 -4
  358. package/v2/model/UpdateRetentionResponse.js +0 -27
  359. package/v2/model/UpdateTriggerRequest.d.ts +0 -24
  360. package/v2/model/UpdateTriggerRequest.js +0 -52
  361. package/v2/model/UpdateTriggerRequestBody.d.ts +0 -5
  362. package/v2/model/UpdateTriggerRequestBody.js +0 -14
  363. package/v2/model/UpdateTriggerResponse.d.ts +0 -4
  364. package/v2/model/UpdateTriggerResponse.js +0 -27
  365. package/v2/model/UpdateUserRepositoryAuthRequest.d.ts +0 -22
  366. package/v2/model/UpdateUserRepositoryAuthRequest.js +0 -47
  367. package/v2/model/UpdateUserRepositoryAuthResponse.d.ts +0 -4
  368. package/v2/model/UpdateUserRepositoryAuthResponse.js +0 -27
  369. package/v2/model/UserAuth.d.ts +0 -22
  370. package/v2/model/UserAuth.js +0 -54
  371. package/v2/model/VersionDetail.d.ts +0 -18
  372. package/v2/model/VersionDetail.js +0 -49
  373. package/v2/public-api.js +0 -138
@@ -1,49 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ShowNamespaceAuthEnum = exports.ShowNamespace = void 0;
4
- var ShowNamespace = /** @class */ (function () {
5
- function ShowNamespace(id, name, creatorName, auth) {
6
- this['id'] = id;
7
- this['name'] = name;
8
- this['creator_name'] = creatorName;
9
- this['auth'] = auth;
10
- }
11
- ShowNamespace.prototype.withId = function (id) {
12
- this['id'] = id;
13
- return this;
14
- };
15
- ShowNamespace.prototype.withName = function (name) {
16
- this['name'] = name;
17
- return this;
18
- };
19
- ShowNamespace.prototype.withCreatorName = function (creatorName) {
20
- this['creator_name'] = creatorName;
21
- return this;
22
- };
23
- Object.defineProperty(ShowNamespace.prototype, "creatorName", {
24
- get: function () {
25
- return this['creator_name'];
26
- },
27
- set: function (creatorName) {
28
- this['creator_name'] = creatorName;
29
- },
30
- enumerable: false,
31
- configurable: true
32
- });
33
- ShowNamespace.prototype.withAuth = function (auth) {
34
- this['auth'] = auth;
35
- return this;
36
- };
37
- return ShowNamespace;
38
- }());
39
- exports.ShowNamespace = ShowNamespace;
40
- /**
41
- * @export
42
- * @enum {string}
43
- */
44
- var ShowNamespaceAuthEnum;
45
- (function (ShowNamespaceAuthEnum) {
46
- ShowNamespaceAuthEnum[ShowNamespaceAuthEnum["NUMBER_7"] = 7] = "NUMBER_7";
47
- ShowNamespaceAuthEnum[ShowNamespaceAuthEnum["NUMBER_3"] = 3] = "NUMBER_3";
48
- ShowNamespaceAuthEnum[ShowNamespaceAuthEnum["NUMBER_1"] = 1] = "NUMBER_1";
49
- })(ShowNamespaceAuthEnum || (exports.ShowNamespaceAuthEnum = ShowNamespaceAuthEnum = {}));
@@ -1,17 +0,0 @@
1
- export declare class ShowNamespaceAuthRequest {
2
- private 'Content-Type';
3
- namespace: string;
4
- constructor(contentType?: any, namespace?: any);
5
- withContentType(contentType: ShowNamespaceAuthRequestContentTypeEnum): ShowNamespaceAuthRequest;
6
- set contentType(contentType: ShowNamespaceAuthRequestContentTypeEnum | undefined);
7
- get contentType(): ShowNamespaceAuthRequestContentTypeEnum | undefined;
8
- withNamespace(namespace: string): ShowNamespaceAuthRequest;
9
- }
10
- /**
11
- * @export
12
- * @enum {string}
13
- */
14
- export declare enum ShowNamespaceAuthRequestContentTypeEnum {
15
- APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
16
- APPLICATION_JSON = "application/json"
17
- }
@@ -1,38 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ShowNamespaceAuthRequestContentTypeEnum = exports.ShowNamespaceAuthRequest = void 0;
4
- var ShowNamespaceAuthRequest = /** @class */ (function () {
5
- function ShowNamespaceAuthRequest(contentType, namespace) {
6
- this['Content-Type'] = contentType;
7
- this['namespace'] = namespace;
8
- }
9
- ShowNamespaceAuthRequest.prototype.withContentType = function (contentType) {
10
- this['Content-Type'] = contentType;
11
- return this;
12
- };
13
- Object.defineProperty(ShowNamespaceAuthRequest.prototype, "contentType", {
14
- get: function () {
15
- return this['Content-Type'];
16
- },
17
- set: function (contentType) {
18
- this['Content-Type'] = contentType;
19
- },
20
- enumerable: false,
21
- configurable: true
22
- });
23
- ShowNamespaceAuthRequest.prototype.withNamespace = function (namespace) {
24
- this['namespace'] = namespace;
25
- return this;
26
- };
27
- return ShowNamespaceAuthRequest;
28
- }());
29
- exports.ShowNamespaceAuthRequest = ShowNamespaceAuthRequest;
30
- /**
31
- * @export
32
- * @enum {string}
33
- */
34
- var ShowNamespaceAuthRequestContentTypeEnum;
35
- (function (ShowNamespaceAuthRequestContentTypeEnum) {
36
- ShowNamespaceAuthRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
37
- ShowNamespaceAuthRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
38
- })(ShowNamespaceAuthRequestContentTypeEnum || (exports.ShowNamespaceAuthRequestContentTypeEnum = ShowNamespaceAuthRequestContentTypeEnum = {}));
@@ -1,21 +0,0 @@
1
- import { UserAuth } from './UserAuth';
2
- import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
- export declare class ShowNamespaceAuthResponse extends SdkResponse {
4
- id?: number;
5
- name?: string;
6
- private 'creator_name'?;
7
- private 'self_auth'?;
8
- private 'others_auths'?;
9
- constructor();
10
- withId(id: number): ShowNamespaceAuthResponse;
11
- withName(name: string): ShowNamespaceAuthResponse;
12
- withCreatorName(creatorName: string): ShowNamespaceAuthResponse;
13
- set creatorName(creatorName: string | undefined);
14
- get creatorName(): string | undefined;
15
- withSelfAuth(selfAuth: UserAuth): ShowNamespaceAuthResponse;
16
- set selfAuth(selfAuth: UserAuth | undefined);
17
- get selfAuth(): UserAuth | undefined;
18
- withOthersAuths(othersAuths: Array<UserAuth>): ShowNamespaceAuthResponse;
19
- set othersAuths(othersAuths: Array<UserAuth> | undefined);
20
- get othersAuths(): Array<UserAuth> | undefined;
21
- }
@@ -1,77 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ShowNamespaceAuthResponse = void 0;
19
- var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
20
- var ShowNamespaceAuthResponse = /** @class */ (function (_super) {
21
- __extends(ShowNamespaceAuthResponse, _super);
22
- function ShowNamespaceAuthResponse() {
23
- return _super.call(this) || this;
24
- }
25
- ShowNamespaceAuthResponse.prototype.withId = function (id) {
26
- this['id'] = id;
27
- return this;
28
- };
29
- ShowNamespaceAuthResponse.prototype.withName = function (name) {
30
- this['name'] = name;
31
- return this;
32
- };
33
- ShowNamespaceAuthResponse.prototype.withCreatorName = function (creatorName) {
34
- this['creator_name'] = creatorName;
35
- return this;
36
- };
37
- Object.defineProperty(ShowNamespaceAuthResponse.prototype, "creatorName", {
38
- get: function () {
39
- return this['creator_name'];
40
- },
41
- set: function (creatorName) {
42
- this['creator_name'] = creatorName;
43
- },
44
- enumerable: false,
45
- configurable: true
46
- });
47
- ShowNamespaceAuthResponse.prototype.withSelfAuth = function (selfAuth) {
48
- this['self_auth'] = selfAuth;
49
- return this;
50
- };
51
- Object.defineProperty(ShowNamespaceAuthResponse.prototype, "selfAuth", {
52
- get: function () {
53
- return this['self_auth'];
54
- },
55
- set: function (selfAuth) {
56
- this['self_auth'] = selfAuth;
57
- },
58
- enumerable: false,
59
- configurable: true
60
- });
61
- ShowNamespaceAuthResponse.prototype.withOthersAuths = function (othersAuths) {
62
- this['others_auths'] = othersAuths;
63
- return this;
64
- };
65
- Object.defineProperty(ShowNamespaceAuthResponse.prototype, "othersAuths", {
66
- get: function () {
67
- return this['others_auths'];
68
- },
69
- set: function (othersAuths) {
70
- this['others_auths'] = othersAuths;
71
- },
72
- enumerable: false,
73
- configurable: true
74
- });
75
- return ShowNamespaceAuthResponse;
76
- }(SdkResponse_1.SdkResponse));
77
- exports.ShowNamespaceAuthResponse = ShowNamespaceAuthResponse;
@@ -1,17 +0,0 @@
1
- export declare class ShowNamespaceRequest {
2
- private 'Content-Type';
3
- namespace: string;
4
- constructor(contentType?: any, namespace?: any);
5
- withContentType(contentType: ShowNamespaceRequestContentTypeEnum): ShowNamespaceRequest;
6
- set contentType(contentType: ShowNamespaceRequestContentTypeEnum | undefined);
7
- get contentType(): ShowNamespaceRequestContentTypeEnum | undefined;
8
- withNamespace(namespace: string): ShowNamespaceRequest;
9
- }
10
- /**
11
- * @export
12
- * @enum {string}
13
- */
14
- export declare enum ShowNamespaceRequestContentTypeEnum {
15
- APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
16
- APPLICATION_JSON = "application/json"
17
- }
@@ -1,38 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ShowNamespaceRequestContentTypeEnum = exports.ShowNamespaceRequest = void 0;
4
- var ShowNamespaceRequest = /** @class */ (function () {
5
- function ShowNamespaceRequest(contentType, namespace) {
6
- this['Content-Type'] = contentType;
7
- this['namespace'] = namespace;
8
- }
9
- ShowNamespaceRequest.prototype.withContentType = function (contentType) {
10
- this['Content-Type'] = contentType;
11
- return this;
12
- };
13
- Object.defineProperty(ShowNamespaceRequest.prototype, "contentType", {
14
- get: function () {
15
- return this['Content-Type'];
16
- },
17
- set: function (contentType) {
18
- this['Content-Type'] = contentType;
19
- },
20
- enumerable: false,
21
- configurable: true
22
- });
23
- ShowNamespaceRequest.prototype.withNamespace = function (namespace) {
24
- this['namespace'] = namespace;
25
- return this;
26
- };
27
- return ShowNamespaceRequest;
28
- }());
29
- exports.ShowNamespaceRequest = ShowNamespaceRequest;
30
- /**
31
- * @export
32
- * @enum {string}
33
- */
34
- var ShowNamespaceRequestContentTypeEnum;
35
- (function (ShowNamespaceRequestContentTypeEnum) {
36
- ShowNamespaceRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
37
- ShowNamespaceRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
38
- })(ShowNamespaceRequestContentTypeEnum || (exports.ShowNamespaceRequestContentTypeEnum = ShowNamespaceRequestContentTypeEnum = {}));
@@ -1,23 +0,0 @@
1
- import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
- export declare class ShowNamespaceResponse extends SdkResponse {
3
- id?: number;
4
- name?: string;
5
- private 'creator_name'?;
6
- auth?: ShowNamespaceResponseAuthEnum;
7
- constructor();
8
- withId(id: number): ShowNamespaceResponse;
9
- withName(name: string): ShowNamespaceResponse;
10
- withCreatorName(creatorName: string): ShowNamespaceResponse;
11
- set creatorName(creatorName: string | undefined);
12
- get creatorName(): string | undefined;
13
- withAuth(auth: ShowNamespaceResponseAuthEnum): ShowNamespaceResponse;
14
- }
15
- /**
16
- * @export
17
- * @enum {string}
18
- */
19
- export declare enum ShowNamespaceResponseAuthEnum {
20
- NUMBER_7 = 7,
21
- NUMBER_3 = 3,
22
- NUMBER_1 = 1
23
- }
@@ -1,63 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ShowNamespaceResponseAuthEnum = exports.ShowNamespaceResponse = void 0;
19
- var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
20
- var ShowNamespaceResponse = /** @class */ (function (_super) {
21
- __extends(ShowNamespaceResponse, _super);
22
- function ShowNamespaceResponse() {
23
- return _super.call(this) || this;
24
- }
25
- ShowNamespaceResponse.prototype.withId = function (id) {
26
- this['id'] = id;
27
- return this;
28
- };
29
- ShowNamespaceResponse.prototype.withName = function (name) {
30
- this['name'] = name;
31
- return this;
32
- };
33
- ShowNamespaceResponse.prototype.withCreatorName = function (creatorName) {
34
- this['creator_name'] = creatorName;
35
- return this;
36
- };
37
- Object.defineProperty(ShowNamespaceResponse.prototype, "creatorName", {
38
- get: function () {
39
- return this['creator_name'];
40
- },
41
- set: function (creatorName) {
42
- this['creator_name'] = creatorName;
43
- },
44
- enumerable: false,
45
- configurable: true
46
- });
47
- ShowNamespaceResponse.prototype.withAuth = function (auth) {
48
- this['auth'] = auth;
49
- return this;
50
- };
51
- return ShowNamespaceResponse;
52
- }(SdkResponse_1.SdkResponse));
53
- exports.ShowNamespaceResponse = ShowNamespaceResponse;
54
- /**
55
- * @export
56
- * @enum {string}
57
- */
58
- var ShowNamespaceResponseAuthEnum;
59
- (function (ShowNamespaceResponseAuthEnum) {
60
- ShowNamespaceResponseAuthEnum[ShowNamespaceResponseAuthEnum["NUMBER_7"] = 7] = "NUMBER_7";
61
- ShowNamespaceResponseAuthEnum[ShowNamespaceResponseAuthEnum["NUMBER_3"] = 3] = "NUMBER_3";
62
- ShowNamespaceResponseAuthEnum[ShowNamespaceResponseAuthEnum["NUMBER_1"] = 1] = "NUMBER_1";
63
- })(ShowNamespaceResponseAuthEnum || (exports.ShowNamespaceResponseAuthEnum = ShowNamespaceResponseAuthEnum = {}));
@@ -1,15 +0,0 @@
1
- export declare class ShowQuota {
2
- private 'quota_limit';
3
- private 'quota_key';
4
- unit: string;
5
- used: number;
6
- constructor(quotaLimit?: any, quotaKey?: any, unit?: any, used?: any);
7
- withQuotaLimit(quotaLimit: number): ShowQuota;
8
- set quotaLimit(quotaLimit: number | undefined);
9
- get quotaLimit(): number | undefined;
10
- withQuotaKey(quotaKey: string): ShowQuota;
11
- set quotaKey(quotaKey: string | undefined);
12
- get quotaKey(): string | undefined;
13
- withUnit(unit: string): ShowQuota;
14
- withUsed(used: number): ShowQuota;
15
- }
@@ -1,49 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ShowQuota = void 0;
4
- var ShowQuota = /** @class */ (function () {
5
- function ShowQuota(quotaLimit, quotaKey, unit, used) {
6
- this['quota_limit'] = quotaLimit;
7
- this['quota_key'] = quotaKey;
8
- this['unit'] = unit;
9
- this['used'] = used;
10
- }
11
- ShowQuota.prototype.withQuotaLimit = function (quotaLimit) {
12
- this['quota_limit'] = quotaLimit;
13
- return this;
14
- };
15
- Object.defineProperty(ShowQuota.prototype, "quotaLimit", {
16
- get: function () {
17
- return this['quota_limit'];
18
- },
19
- set: function (quotaLimit) {
20
- this['quota_limit'] = quotaLimit;
21
- },
22
- enumerable: false,
23
- configurable: true
24
- });
25
- ShowQuota.prototype.withQuotaKey = function (quotaKey) {
26
- this['quota_key'] = quotaKey;
27
- return this;
28
- };
29
- Object.defineProperty(ShowQuota.prototype, "quotaKey", {
30
- get: function () {
31
- return this['quota_key'];
32
- },
33
- set: function (quotaKey) {
34
- this['quota_key'] = quotaKey;
35
- },
36
- enumerable: false,
37
- configurable: true
38
- });
39
- ShowQuota.prototype.withUnit = function (unit) {
40
- this['unit'] = unit;
41
- return this;
42
- };
43
- ShowQuota.prototype.withUsed = function (used) {
44
- this['used'] = used;
45
- return this;
46
- };
47
- return ShowQuota;
48
- }());
49
- exports.ShowQuota = ShowQuota;
@@ -1,31 +0,0 @@
1
- export declare class ShowRepoDomainsResponse {
2
- namespace: string;
3
- repository: string;
4
- private 'access_domain';
5
- permit: string;
6
- deadline: string;
7
- description: string;
8
- private 'creator_id';
9
- private 'creator_name';
10
- created: string;
11
- updated: string;
12
- status: boolean;
13
- constructor(namespace?: any, repository?: any, accessDomain?: any, permit?: any, deadline?: any, description?: any, creatorId?: any, creatorName?: any, created?: any, updated?: any, status?: any);
14
- withNamespace(namespace: string): ShowRepoDomainsResponse;
15
- withRepository(repository: string): ShowRepoDomainsResponse;
16
- withAccessDomain(accessDomain: string): ShowRepoDomainsResponse;
17
- set accessDomain(accessDomain: string | undefined);
18
- get accessDomain(): string | undefined;
19
- withPermit(permit: string): ShowRepoDomainsResponse;
20
- withDeadline(deadline: string): ShowRepoDomainsResponse;
21
- withDescription(description: string): ShowRepoDomainsResponse;
22
- withCreatorId(creatorId: string): ShowRepoDomainsResponse;
23
- set creatorId(creatorId: string | undefined);
24
- get creatorId(): string | undefined;
25
- withCreatorName(creatorName: string): ShowRepoDomainsResponse;
26
- set creatorName(creatorName: string | undefined);
27
- get creatorName(): string | undefined;
28
- withCreated(created: string): ShowRepoDomainsResponse;
29
- withUpdated(updated: string): ShowRepoDomainsResponse;
30
- withStatus(status: boolean): ShowRepoDomainsResponse;
31
- }
@@ -1,94 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ShowRepoDomainsResponse = void 0;
4
- var ShowRepoDomainsResponse = /** @class */ (function () {
5
- function ShowRepoDomainsResponse(namespace, repository, accessDomain, permit, deadline, description, creatorId, creatorName, created, updated, status) {
6
- this['namespace'] = namespace;
7
- this['repository'] = repository;
8
- this['access_domain'] = accessDomain;
9
- this['permit'] = permit;
10
- this['deadline'] = deadline;
11
- this['description'] = description;
12
- this['creator_id'] = creatorId;
13
- this['creator_name'] = creatorName;
14
- this['created'] = created;
15
- this['updated'] = updated;
16
- this['status'] = status;
17
- }
18
- ShowRepoDomainsResponse.prototype.withNamespace = function (namespace) {
19
- this['namespace'] = namespace;
20
- return this;
21
- };
22
- ShowRepoDomainsResponse.prototype.withRepository = function (repository) {
23
- this['repository'] = repository;
24
- return this;
25
- };
26
- ShowRepoDomainsResponse.prototype.withAccessDomain = function (accessDomain) {
27
- this['access_domain'] = accessDomain;
28
- return this;
29
- };
30
- Object.defineProperty(ShowRepoDomainsResponse.prototype, "accessDomain", {
31
- get: function () {
32
- return this['access_domain'];
33
- },
34
- set: function (accessDomain) {
35
- this['access_domain'] = accessDomain;
36
- },
37
- enumerable: false,
38
- configurable: true
39
- });
40
- ShowRepoDomainsResponse.prototype.withPermit = function (permit) {
41
- this['permit'] = permit;
42
- return this;
43
- };
44
- ShowRepoDomainsResponse.prototype.withDeadline = function (deadline) {
45
- this['deadline'] = deadline;
46
- return this;
47
- };
48
- ShowRepoDomainsResponse.prototype.withDescription = function (description) {
49
- this['description'] = description;
50
- return this;
51
- };
52
- ShowRepoDomainsResponse.prototype.withCreatorId = function (creatorId) {
53
- this['creator_id'] = creatorId;
54
- return this;
55
- };
56
- Object.defineProperty(ShowRepoDomainsResponse.prototype, "creatorId", {
57
- get: function () {
58
- return this['creator_id'];
59
- },
60
- set: function (creatorId) {
61
- this['creator_id'] = creatorId;
62
- },
63
- enumerable: false,
64
- configurable: true
65
- });
66
- ShowRepoDomainsResponse.prototype.withCreatorName = function (creatorName) {
67
- this['creator_name'] = creatorName;
68
- return this;
69
- };
70
- Object.defineProperty(ShowRepoDomainsResponse.prototype, "creatorName", {
71
- get: function () {
72
- return this['creator_name'];
73
- },
74
- set: function (creatorName) {
75
- this['creator_name'] = creatorName;
76
- },
77
- enumerable: false,
78
- configurable: true
79
- });
80
- ShowRepoDomainsResponse.prototype.withCreated = function (created) {
81
- this['created'] = created;
82
- return this;
83
- };
84
- ShowRepoDomainsResponse.prototype.withUpdated = function (updated) {
85
- this['updated'] = updated;
86
- return this;
87
- };
88
- ShowRepoDomainsResponse.prototype.withStatus = function (status) {
89
- this['status'] = status;
90
- return this;
91
- };
92
- return ShowRepoDomainsResponse;
93
- }());
94
- exports.ShowRepoDomainsResponse = ShowRepoDomainsResponse;
@@ -1,55 +0,0 @@
1
- export declare class ShowReposResp {
2
- name: string;
3
- category: string;
4
- description: string;
5
- size: number;
6
- private 'is_public';
7
- private 'num_images';
8
- private 'num_download';
9
- private 'created_at';
10
- private 'updated_at';
11
- logo: string;
12
- url: string;
13
- path: string;
14
- private 'internal_path';
15
- private 'domain_name';
16
- namespace: string;
17
- tags: Array<string>;
18
- status: boolean;
19
- private 'total_range';
20
- constructor(name?: any, category?: any, description?: any, size?: any, isPublic?: any, numImages?: any, numDownload?: any, createdAt?: any, updatedAt?: any, logo?: any, url?: any, path?: any, internalPath?: any, domainName?: any, namespace?: any, tags?: any, status?: any, totalRange?: any);
21
- withName(name: string): ShowReposResp;
22
- withCategory(category: string): ShowReposResp;
23
- withDescription(description: string): ShowReposResp;
24
- withSize(size: number): ShowReposResp;
25
- withIsPublic(isPublic: boolean): ShowReposResp;
26
- set isPublic(isPublic: boolean | undefined);
27
- get isPublic(): boolean | undefined;
28
- withNumImages(numImages: number): ShowReposResp;
29
- set numImages(numImages: number | undefined);
30
- get numImages(): number | undefined;
31
- withNumDownload(numDownload: number): ShowReposResp;
32
- set numDownload(numDownload: number | undefined);
33
- get numDownload(): number | undefined;
34
- withCreatedAt(createdAt: string): ShowReposResp;
35
- set createdAt(createdAt: string | undefined);
36
- get createdAt(): string | undefined;
37
- withUpdatedAt(updatedAt: string): ShowReposResp;
38
- set updatedAt(updatedAt: string | undefined);
39
- get updatedAt(): string | undefined;
40
- withLogo(logo: string): ShowReposResp;
41
- withUrl(url: string): ShowReposResp;
42
- withPath(path: string): ShowReposResp;
43
- withInternalPath(internalPath: string): ShowReposResp;
44
- set internalPath(internalPath: string | undefined);
45
- get internalPath(): string | undefined;
46
- withDomainName(domainName: string): ShowReposResp;
47
- set domainName(domainName: string | undefined);
48
- get domainName(): string | undefined;
49
- withNamespace(namespace: string): ShowReposResp;
50
- withTags(tags: Array<string>): ShowReposResp;
51
- withStatus(status: boolean): ShowReposResp;
52
- withTotalRange(totalRange: number): ShowReposResp;
53
- set totalRange(totalRange: number | undefined);
54
- get totalRange(): number | undefined;
55
- }