cloudsmith-api 2.0.27 → 2.0.30

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 (387) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +26 -4
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +4 -0
  6. data/docs/AlpinePackageUploadRequest.md +2 -0
  7. data/docs/CargoPackageUpload.md +4 -0
  8. data/docs/CargoPackageUploadRequest.md +2 -0
  9. data/docs/CocoapodsPackageUpload.md +4 -0
  10. data/docs/CocoapodsPackageUploadRequest.md +2 -0
  11. data/docs/ComposerPackageUpload.md +4 -0
  12. data/docs/ComposerPackageUploadRequest.md +2 -0
  13. data/docs/ConanPackageUpload.md +4 -0
  14. data/docs/ConanPackageUploadRequest.md +2 -0
  15. data/docs/CondaPackageUpload.md +4 -0
  16. data/docs/CondaPackageUploadRequest.md +2 -0
  17. data/docs/ConnectedRepository.md +3 -1
  18. data/docs/ConnectedRepositoryRequest.md +1 -1
  19. data/docs/ConnectedRepositoryRequestPatch.md +1 -1
  20. data/docs/CranPackageUpload.md +4 -0
  21. data/docs/CranPackageUploadRequest.md +2 -0
  22. data/docs/DartPackageUpload.md +4 -0
  23. data/docs/DartPackageUploadRequest.md +2 -0
  24. data/docs/DebPackageUpload.md +4 -0
  25. data/docs/DebPackageUploadRequest.md +2 -0
  26. data/docs/DockerPackageUpload.md +4 -0
  27. data/docs/DockerPackageUploadRequest.md +2 -0
  28. data/docs/FormatSupportUpstream.md +1 -0
  29. data/docs/GenericPackageUpload.md +4 -0
  30. data/docs/GenericPackageUploadRequest.md +2 -0
  31. data/docs/GoPackageUpload.md +4 -0
  32. data/docs/GoPackageUploadRequest.md +2 -0
  33. data/docs/HelmPackageUpload.md +4 -0
  34. data/docs/HelmPackageUploadRequest.md +2 -0
  35. data/docs/HexPackageUpload.md +4 -0
  36. data/docs/HexPackageUploadRequest.md +2 -0
  37. data/docs/HuggingfacePackageUpload.md +4 -0
  38. data/docs/HuggingfacePackageUploadRequest.md +2 -0
  39. data/docs/InlineResponse200.md +5 -1
  40. data/docs/InlineResponse2001.md +3 -1
  41. data/docs/InlineResponse2002.md +1 -1
  42. data/docs/InlineResponse2003.md +8 -0
  43. data/docs/InlineResponse2004.md +8 -0
  44. data/docs/LuarocksPackageUpload.md +4 -0
  45. data/docs/LuarocksPackageUploadRequest.md +2 -0
  46. data/docs/MavenPackageUpload.md +4 -0
  47. data/docs/MavenPackageUploadRequest.md +2 -0
  48. data/docs/McpPackageUpload.md +4 -0
  49. data/docs/McpPackageUploadRequest.md +2 -0
  50. data/docs/NixPackageUpload.md +97 -0
  51. data/docs/NixPackageUploadRequest.md +14 -0
  52. data/docs/NixUpstream.md +32 -0
  53. data/docs/NixUpstreamRequest.md +20 -0
  54. data/docs/NixUpstreamRequestPatch.md +20 -0
  55. data/docs/NpmPackageUpload.md +4 -0
  56. data/docs/NpmPackageUploadRequest.md +2 -0
  57. data/docs/NugetPackageUpload.md +4 -0
  58. data/docs/NugetPackageUploadRequest.md +2 -0
  59. data/docs/OrganizationSAMLAuth.md +2 -0
  60. data/docs/OrganizationSAMLAuthRequestPatch.md +2 -0
  61. data/docs/OrganizationUsage.md +11 -0
  62. data/docs/OrganizationUsageUpdate.md +10 -0
  63. data/docs/OrganizationUsageUpdateRequestPatch.md +10 -0
  64. data/docs/OrgsApi.md +123 -1
  65. data/docs/P2PackageUpload.md +4 -0
  66. data/docs/P2PackageUploadRequest.md +2 -0
  67. data/docs/Package.md +4 -0
  68. data/docs/PackageCopy.md +4 -0
  69. data/docs/PackageCopyRequest.md +2 -0
  70. data/docs/PackageDetail.md +100 -0
  71. data/docs/PackageLicense.md +2 -0
  72. data/docs/PackageLicenseRequestPatch.md +3 -1
  73. data/docs/PackageMove.md +4 -0
  74. data/docs/PackageMoveRequest.md +2 -0
  75. data/docs/PackageQuarantine.md +4 -0
  76. data/docs/PackageQuarantineRequest.md +2 -0
  77. data/docs/PackageResync.md +4 -0
  78. data/docs/PackageTag.md +4 -0
  79. data/docs/PackageTagRequest.md +2 -0
  80. data/docs/PackageVulnerability.md +2 -0
  81. data/docs/PackagesApi.md +156 -9
  82. data/docs/PythonPackageUpload.md +4 -0
  83. data/docs/PythonPackageUploadRequest.md +2 -0
  84. data/docs/RawPackageUpload.md +4 -0
  85. data/docs/RawPackageUploadRequest.md +2 -0
  86. data/docs/RecycleBinPackage.md +2 -0
  87. data/docs/ReposApi.md +405 -4
  88. data/docs/Repository.md +1 -0
  89. data/docs/RepositoryCreate.md +1 -0
  90. data/docs/RepositoryEd25519Key.md +1 -0
  91. data/docs/RpmPackageUpload.md +4 -0
  92. data/docs/RpmPackageUploadRequest.md +2 -0
  93. data/docs/RubyPackageUpload.md +4 -0
  94. data/docs/RubyPackageUploadRequest.md +2 -0
  95. data/docs/SwiftPackageUpload.md +4 -0
  96. data/docs/SwiftPackageUploadRequest.md +2 -0
  97. data/docs/TerraformPackageUpload.md +4 -0
  98. data/docs/TerraformPackageUploadRequest.md +2 -0
  99. data/docs/UserApi.md +2 -2
  100. data/docs/VagrantPackageUpload.md +4 -0
  101. data/docs/VagrantPackageUploadRequest.md +2 -0
  102. data/docs/VsxPackageUpload.md +4 -0
  103. data/docs/VsxPackageUploadRequest.md +2 -0
  104. data/docs/WebOSVSeverityCounts.md +14 -0
  105. data/lib/cloudsmith-api/api/orgs_api.rb +109 -0
  106. data/lib/cloudsmith-api/api/packages_api.rb +144 -6
  107. data/lib/cloudsmith-api/api/repos_api.rb +400 -5
  108. data/lib/cloudsmith-api/api/user_api.rb +3 -3
  109. data/lib/cloudsmith-api/models/alpine_package_upload.rb +42 -1
  110. data/lib/cloudsmith-api/models/alpine_package_upload_request.rb +23 -4
  111. data/lib/cloudsmith-api/models/cargo_package_upload.rb +42 -1
  112. data/lib/cloudsmith-api/models/cargo_package_upload_request.rb +23 -4
  113. data/lib/cloudsmith-api/models/cargo_upstream.rb +2 -2
  114. data/lib/cloudsmith-api/models/cargo_upstream_request.rb +2 -2
  115. data/lib/cloudsmith-api/models/cargo_upstream_request_patch.rb +2 -2
  116. data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +42 -1
  117. data/lib/cloudsmith-api/models/cocoapods_package_upload_request.rb +23 -4
  118. data/lib/cloudsmith-api/models/composer_package_upload.rb +42 -1
  119. data/lib/cloudsmith-api/models/composer_package_upload_request.rb +23 -4
  120. data/lib/cloudsmith-api/models/composer_upstream.rb +2 -2
  121. data/lib/cloudsmith-api/models/composer_upstream_request.rb +2 -2
  122. data/lib/cloudsmith-api/models/composer_upstream_request_patch.rb +2 -2
  123. data/lib/cloudsmith-api/models/conan_package_upload.rb +42 -1
  124. data/lib/cloudsmith-api/models/conan_package_upload_request.rb +23 -4
  125. data/lib/cloudsmith-api/models/conda_package_upload.rb +42 -1
  126. data/lib/cloudsmith-api/models/conda_package_upload_request.rb +23 -4
  127. data/lib/cloudsmith-api/models/conda_upstream.rb +2 -2
  128. data/lib/cloudsmith-api/models/conda_upstream_request.rb +2 -2
  129. data/lib/cloudsmith-api/models/conda_upstream_request_patch.rb +2 -2
  130. data/lib/cloudsmith-api/models/connected_repository.rb +57 -2
  131. data/lib/cloudsmith-api/models/connected_repository_request.rb +1 -1
  132. data/lib/cloudsmith-api/models/connected_repository_request_patch.rb +1 -1
  133. data/lib/cloudsmith-api/models/cran_package_upload.rb +42 -1
  134. data/lib/cloudsmith-api/models/cran_package_upload_request.rb +23 -4
  135. data/lib/cloudsmith-api/models/cran_upstream.rb +2 -2
  136. data/lib/cloudsmith-api/models/cran_upstream_request.rb +2 -2
  137. data/lib/cloudsmith-api/models/cran_upstream_request_patch.rb +2 -2
  138. data/lib/cloudsmith-api/models/dart_package_upload.rb +42 -1
  139. data/lib/cloudsmith-api/models/dart_package_upload_request.rb +23 -4
  140. data/lib/cloudsmith-api/models/dart_upstream.rb +2 -2
  141. data/lib/cloudsmith-api/models/dart_upstream_request.rb +2 -2
  142. data/lib/cloudsmith-api/models/dart_upstream_request_patch.rb +2 -2
  143. data/lib/cloudsmith-api/models/deb_package_upload.rb +42 -1
  144. data/lib/cloudsmith-api/models/deb_package_upload_request.rb +23 -4
  145. data/lib/cloudsmith-api/models/deb_upstream.rb +2 -2
  146. data/lib/cloudsmith-api/models/deb_upstream_request.rb +2 -2
  147. data/lib/cloudsmith-api/models/deb_upstream_request_patch.rb +2 -2
  148. data/lib/cloudsmith-api/models/docker_package_upload.rb +42 -1
  149. data/lib/cloudsmith-api/models/docker_package_upload_request.rb +23 -4
  150. data/lib/cloudsmith-api/models/format_support_upstream.rb +16 -1
  151. data/lib/cloudsmith-api/models/generic_package_upload.rb +42 -1
  152. data/lib/cloudsmith-api/models/generic_package_upload_request.rb +23 -4
  153. data/lib/cloudsmith-api/models/generic_upstream.rb +2 -2
  154. data/lib/cloudsmith-api/models/generic_upstream_request.rb +2 -2
  155. data/lib/cloudsmith-api/models/generic_upstream_request_patch.rb +2 -2
  156. data/lib/cloudsmith-api/models/go_package_upload.rb +42 -1
  157. data/lib/cloudsmith-api/models/go_package_upload_request.rb +23 -4
  158. data/lib/cloudsmith-api/models/helm_package_upload.rb +42 -1
  159. data/lib/cloudsmith-api/models/helm_package_upload_request.rb +23 -4
  160. data/lib/cloudsmith-api/models/helm_upstream.rb +2 -2
  161. data/lib/cloudsmith-api/models/helm_upstream_request.rb +2 -2
  162. data/lib/cloudsmith-api/models/helm_upstream_request_patch.rb +2 -2
  163. data/lib/cloudsmith-api/models/hex_package_upload.rb +42 -1
  164. data/lib/cloudsmith-api/models/hex_package_upload_request.rb +23 -4
  165. data/lib/cloudsmith-api/models/hex_upstream.rb +2 -2
  166. data/lib/cloudsmith-api/models/hex_upstream_request.rb +2 -2
  167. data/lib/cloudsmith-api/models/hex_upstream_request_patch.rb +2 -2
  168. data/lib/cloudsmith-api/models/huggingface_package_upload.rb +42 -1
  169. data/lib/cloudsmith-api/models/huggingface_package_upload_request.rb +23 -4
  170. data/lib/cloudsmith-api/models/inline_response_200.rb +48 -14
  171. data/lib/cloudsmith-api/models/inline_response_200_1.rb +28 -14
  172. data/lib/cloudsmith-api/models/inline_response_200_2.rb +1 -1
  173. data/lib/cloudsmith-api/models/inline_response_200_3.rb +191 -0
  174. data/lib/cloudsmith-api/models/inline_response_200_4.rb +191 -0
  175. data/lib/cloudsmith-api/models/luarocks_package_upload.rb +42 -1
  176. data/lib/cloudsmith-api/models/luarocks_package_upload_request.rb +23 -4
  177. data/lib/cloudsmith-api/models/maven_package_upload.rb +42 -1
  178. data/lib/cloudsmith-api/models/maven_package_upload_request.rb +23 -4
  179. data/lib/cloudsmith-api/models/mcp_package_upload.rb +42 -1
  180. data/lib/cloudsmith-api/models/mcp_package_upload_request.rb +23 -4
  181. data/lib/cloudsmith-api/models/nix_package_upload.rb +1061 -0
  182. data/lib/cloudsmith-api/models/nix_package_upload_request.rb +249 -0
  183. data/lib/cloudsmith-api/models/nix_upstream.rb +496 -0
  184. data/lib/cloudsmith-api/models/nix_upstream_request.rb +365 -0
  185. data/lib/cloudsmith-api/models/nix_upstream_request_patch.rb +355 -0
  186. data/lib/cloudsmith-api/models/npm_package_upload.rb +42 -1
  187. data/lib/cloudsmith-api/models/npm_package_upload_request.rb +23 -4
  188. data/lib/cloudsmith-api/models/npm_upstream.rb +2 -2
  189. data/lib/cloudsmith-api/models/npm_upstream_request.rb +2 -2
  190. data/lib/cloudsmith-api/models/npm_upstream_request_patch.rb +2 -2
  191. data/lib/cloudsmith-api/models/nuget_package_upload.rb +42 -1
  192. data/lib/cloudsmith-api/models/nuget_package_upload_request.rb +23 -4
  193. data/lib/cloudsmith-api/models/nuget_upstream.rb +2 -2
  194. data/lib/cloudsmith-api/models/nuget_upstream_request.rb +2 -2
  195. data/lib/cloudsmith-api/models/nuget_upstream_request_patch.rb +2 -2
  196. data/lib/cloudsmith-api/models/organization_saml_auth.rb +24 -4
  197. data/lib/cloudsmith-api/models/organization_saml_auth_request_patch.rb +24 -4
  198. data/lib/cloudsmith-api/models/organization_usage.rb +215 -0
  199. data/lib/cloudsmith-api/models/organization_usage_update.rb +202 -0
  200. data/lib/cloudsmith-api/models/organization_usage_update_request_patch.rb +202 -0
  201. data/lib/cloudsmith-api/models/p2_package_upload.rb +42 -1
  202. data/lib/cloudsmith-api/models/p2_package_upload_request.rb +23 -4
  203. data/lib/cloudsmith-api/models/package.rb +42 -1
  204. data/lib/cloudsmith-api/models/package_copy.rb +42 -1
  205. data/lib/cloudsmith-api/models/package_copy_request.rb +23 -4
  206. data/lib/cloudsmith-api/models/package_detail.rb +1090 -0
  207. data/lib/cloudsmith-api/models/package_license.rb +23 -4
  208. data/lib/cloudsmith-api/models/package_license_request_patch.rb +28 -4
  209. data/lib/cloudsmith-api/models/package_move.rb +42 -1
  210. data/lib/cloudsmith-api/models/package_move_request.rb +23 -4
  211. data/lib/cloudsmith-api/models/package_quarantine.rb +42 -1
  212. data/lib/cloudsmith-api/models/package_quarantine_request.rb +23 -4
  213. data/lib/cloudsmith-api/models/package_resync.rb +42 -1
  214. data/lib/cloudsmith-api/models/package_tag.rb +42 -1
  215. data/lib/cloudsmith-api/models/package_tag_request.rb +23 -4
  216. data/lib/cloudsmith-api/models/package_vulnerability.rb +23 -4
  217. data/lib/cloudsmith-api/models/python_package_upload.rb +42 -1
  218. data/lib/cloudsmith-api/models/python_package_upload_request.rb +23 -4
  219. data/lib/cloudsmith-api/models/python_upstream.rb +2 -2
  220. data/lib/cloudsmith-api/models/python_upstream_request.rb +2 -2
  221. data/lib/cloudsmith-api/models/python_upstream_request_patch.rb +2 -2
  222. data/lib/cloudsmith-api/models/raw_package_upload.rb +42 -1
  223. data/lib/cloudsmith-api/models/raw_package_upload_request.rb +23 -4
  224. data/lib/cloudsmith-api/models/recycle_bin_package.rb +23 -4
  225. data/lib/cloudsmith-api/models/repository.rb +11 -1
  226. data/lib/cloudsmith-api/models/repository_create.rb +11 -1
  227. data/lib/cloudsmith-api/models/repository_ed25519_key.rb +14 -4
  228. data/lib/cloudsmith-api/models/rpm_package_upload.rb +42 -1
  229. data/lib/cloudsmith-api/models/rpm_package_upload_request.rb +23 -4
  230. data/lib/cloudsmith-api/models/ruby_package_upload.rb +42 -1
  231. data/lib/cloudsmith-api/models/ruby_package_upload_request.rb +23 -4
  232. data/lib/cloudsmith-api/models/swift_package_upload.rb +42 -1
  233. data/lib/cloudsmith-api/models/swift_package_upload_request.rb +23 -4
  234. data/lib/cloudsmith-api/models/terraform_package_upload.rb +42 -1
  235. data/lib/cloudsmith-api/models/terraform_package_upload_request.rb +23 -4
  236. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +42 -1
  237. data/lib/cloudsmith-api/models/vagrant_package_upload_request.rb +23 -4
  238. data/lib/cloudsmith-api/models/vsx_package_upload.rb +42 -1
  239. data/lib/cloudsmith-api/models/vsx_package_upload_request.rb +23 -4
  240. data/lib/cloudsmith-api/models/web_osv_severity_counts.rb +239 -0
  241. data/lib/cloudsmith-api/version.rb +1 -1
  242. data/lib/cloudsmith-api.rb +12 -0
  243. data/spec/api/orgs_api_spec.rb +24 -0
  244. data/spec/api/packages_api_spec.rb +35 -2
  245. data/spec/api/repos_api_spec.rb +89 -2
  246. data/spec/api/user_api_spec.rb +1 -1
  247. data/spec/models/alpine_package_upload_request_spec.rb +12 -0
  248. data/spec/models/alpine_package_upload_spec.rb +24 -0
  249. data/spec/models/cargo_package_upload_request_spec.rb +12 -0
  250. data/spec/models/cargo_package_upload_spec.rb +24 -0
  251. data/spec/models/cargo_upstream_request_patch_spec.rb +1 -1
  252. data/spec/models/cargo_upstream_request_spec.rb +1 -1
  253. data/spec/models/cargo_upstream_spec.rb +1 -1
  254. data/spec/models/cocoapods_package_upload_request_spec.rb +12 -0
  255. data/spec/models/cocoapods_package_upload_spec.rb +24 -0
  256. data/spec/models/composer_package_upload_request_spec.rb +12 -0
  257. data/spec/models/composer_package_upload_spec.rb +24 -0
  258. data/spec/models/composer_upstream_request_patch_spec.rb +1 -1
  259. data/spec/models/composer_upstream_request_spec.rb +1 -1
  260. data/spec/models/composer_upstream_spec.rb +1 -1
  261. data/spec/models/conan_package_upload_request_spec.rb +12 -0
  262. data/spec/models/conan_package_upload_spec.rb +24 -0
  263. data/spec/models/conda_package_upload_request_spec.rb +12 -0
  264. data/spec/models/conda_package_upload_spec.rb +24 -0
  265. data/spec/models/conda_upstream_request_patch_spec.rb +1 -1
  266. data/spec/models/conda_upstream_request_spec.rb +1 -1
  267. data/spec/models/conda_upstream_spec.rb +1 -1
  268. data/spec/models/connected_repository_spec.rb +16 -0
  269. data/spec/models/cran_package_upload_request_spec.rb +12 -0
  270. data/spec/models/cran_package_upload_spec.rb +24 -0
  271. data/spec/models/cran_upstream_request_patch_spec.rb +1 -1
  272. data/spec/models/cran_upstream_request_spec.rb +1 -1
  273. data/spec/models/cran_upstream_spec.rb +1 -1
  274. data/spec/models/dart_package_upload_request_spec.rb +12 -0
  275. data/spec/models/dart_package_upload_spec.rb +24 -0
  276. data/spec/models/dart_upstream_request_patch_spec.rb +1 -1
  277. data/spec/models/dart_upstream_request_spec.rb +1 -1
  278. data/spec/models/dart_upstream_spec.rb +1 -1
  279. data/spec/models/deb_package_upload_request_spec.rb +12 -0
  280. data/spec/models/deb_package_upload_spec.rb +24 -0
  281. data/spec/models/deb_upstream_request_patch_spec.rb +1 -1
  282. data/spec/models/deb_upstream_request_spec.rb +1 -1
  283. data/spec/models/deb_upstream_spec.rb +1 -1
  284. data/spec/models/docker_package_upload_request_spec.rb +12 -0
  285. data/spec/models/docker_package_upload_spec.rb +24 -0
  286. data/spec/models/format_support_upstream_spec.rb +6 -0
  287. data/spec/models/generic_package_upload_request_spec.rb +12 -0
  288. data/spec/models/generic_package_upload_spec.rb +24 -0
  289. data/spec/models/generic_upstream_request_patch_spec.rb +1 -1
  290. data/spec/models/generic_upstream_request_spec.rb +1 -1
  291. data/spec/models/generic_upstream_spec.rb +1 -1
  292. data/spec/models/go_package_upload_request_spec.rb +12 -0
  293. data/spec/models/go_package_upload_spec.rb +24 -0
  294. data/spec/models/helm_package_upload_request_spec.rb +12 -0
  295. data/spec/models/helm_package_upload_spec.rb +24 -0
  296. data/spec/models/helm_upstream_request_patch_spec.rb +1 -1
  297. data/spec/models/helm_upstream_request_spec.rb +1 -1
  298. data/spec/models/helm_upstream_spec.rb +1 -1
  299. data/spec/models/hex_package_upload_request_spec.rb +12 -0
  300. data/spec/models/hex_package_upload_spec.rb +24 -0
  301. data/spec/models/hex_upstream_request_patch_spec.rb +1 -1
  302. data/spec/models/hex_upstream_request_spec.rb +1 -1
  303. data/spec/models/hex_upstream_spec.rb +1 -1
  304. data/spec/models/huggingface_package_upload_request_spec.rb +12 -0
  305. data/spec/models/huggingface_package_upload_spec.rb +24 -0
  306. data/spec/models/inline_response_200_1_spec.rb +13 -1
  307. data/spec/models/inline_response_200_3_spec.rb +41 -0
  308. data/spec/models/inline_response_200_4_spec.rb +41 -0
  309. data/spec/models/inline_response_200_spec.rb +25 -1
  310. data/spec/models/luarocks_package_upload_request_spec.rb +12 -0
  311. data/spec/models/luarocks_package_upload_spec.rb +24 -0
  312. data/spec/models/maven_package_upload_request_spec.rb +12 -0
  313. data/spec/models/maven_package_upload_spec.rb +24 -0
  314. data/spec/models/mcp_package_upload_request_spec.rb +12 -0
  315. data/spec/models/mcp_package_upload_spec.rb +24 -0
  316. data/spec/models/nix_package_upload_request_spec.rb +77 -0
  317. data/spec/models/nix_package_upload_spec.rb +579 -0
  318. data/spec/models/nix_upstream_request_patch_spec.rb +121 -0
  319. data/spec/models/nix_upstream_request_spec.rb +121 -0
  320. data/spec/models/nix_upstream_spec.rb +197 -0
  321. data/spec/models/npm_package_upload_request_spec.rb +12 -0
  322. data/spec/models/npm_package_upload_spec.rb +24 -0
  323. data/spec/models/npm_upstream_request_patch_spec.rb +1 -1
  324. data/spec/models/npm_upstream_request_spec.rb +1 -1
  325. data/spec/models/npm_upstream_spec.rb +1 -1
  326. data/spec/models/nuget_package_upload_request_spec.rb +12 -0
  327. data/spec/models/nuget_package_upload_spec.rb +24 -0
  328. data/spec/models/nuget_upstream_request_patch_spec.rb +1 -1
  329. data/spec/models/nuget_upstream_request_spec.rb +1 -1
  330. data/spec/models/nuget_upstream_spec.rb +1 -1
  331. data/spec/models/organization_saml_auth_request_patch_spec.rb +12 -0
  332. data/spec/models/organization_saml_auth_spec.rb +12 -0
  333. data/spec/models/organization_usage_spec.rb +59 -0
  334. data/spec/models/organization_usage_update_request_patch_spec.rb +53 -0
  335. data/spec/models/organization_usage_update_spec.rb +53 -0
  336. data/spec/models/p2_package_upload_request_spec.rb +12 -0
  337. data/spec/models/p2_package_upload_spec.rb +24 -0
  338. data/spec/models/package_copy_request_spec.rb +12 -0
  339. data/spec/models/package_copy_spec.rb +24 -0
  340. data/spec/models/package_detail_spec.rb +597 -0
  341. data/spec/models/package_license_request_patch_spec.rb +12 -0
  342. data/spec/models/package_license_spec.rb +12 -0
  343. data/spec/models/package_move_request_spec.rb +12 -0
  344. data/spec/models/package_move_spec.rb +24 -0
  345. data/spec/models/package_quarantine_request_spec.rb +12 -0
  346. data/spec/models/package_quarantine_spec.rb +24 -0
  347. data/spec/models/package_resync_spec.rb +24 -0
  348. data/spec/models/package_spec.rb +24 -0
  349. data/spec/models/package_tag_request_spec.rb +12 -0
  350. data/spec/models/package_tag_spec.rb +24 -0
  351. data/spec/models/package_vulnerability_spec.rb +12 -0
  352. data/spec/models/python_package_upload_request_spec.rb +12 -0
  353. data/spec/models/python_package_upload_spec.rb +24 -0
  354. data/spec/models/python_upstream_request_patch_spec.rb +1 -1
  355. data/spec/models/python_upstream_request_spec.rb +1 -1
  356. data/spec/models/python_upstream_spec.rb +1 -1
  357. data/spec/models/raw_package_upload_request_spec.rb +12 -0
  358. data/spec/models/raw_package_upload_spec.rb +24 -0
  359. data/spec/models/recycle_bin_package_spec.rb +12 -0
  360. data/spec/models/repository_create_spec.rb +6 -0
  361. data/spec/models/repository_ed25519_key_spec.rb +6 -0
  362. data/spec/models/repository_spec.rb +6 -0
  363. data/spec/models/rpm_package_upload_request_spec.rb +12 -0
  364. data/spec/models/rpm_package_upload_spec.rb +24 -0
  365. data/spec/models/ruby_package_upload_request_spec.rb +12 -0
  366. data/spec/models/ruby_package_upload_spec.rb +24 -0
  367. data/spec/models/swift_package_upload_request_spec.rb +12 -0
  368. data/spec/models/swift_package_upload_spec.rb +24 -0
  369. data/spec/models/terraform_package_upload_request_spec.rb +12 -0
  370. data/spec/models/terraform_package_upload_spec.rb +24 -0
  371. data/spec/models/vagrant_package_upload_request_spec.rb +12 -0
  372. data/spec/models/vagrant_package_upload_spec.rb +24 -0
  373. data/spec/models/vsx_package_upload_request_spec.rb +12 -0
  374. data/spec/models/vsx_package_upload_spec.rb +24 -0
  375. data/spec/models/web_osv_severity_counts_spec.rb +77 -0
  376. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.3.2/gem_make.out +1 -1
  377. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/gem_make.out +2 -2
  378. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/mkmf.log +4 -4
  379. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/gem_make.out +2 -2
  380. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/mkmf.log +1 -1
  381. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
  382. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
  383. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/Makefile +2 -2
  384. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Makefile +2 -2
  385. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
  386. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
  387. metadata +51 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b816320e956d3acde6e224cd36b418353fe8ee38fa7f989f2fc487c2bc410bed
4
- data.tar.gz: bbbc0a28f2265d8ec46d90abd7f34e6ecf39fc7cd1de7ef0abc022ccb4d209d2
3
+ metadata.gz: a7a86df6d84c8bf92c097d4b0ce7e1150bc82e3a0fbc2ac4f9b64e0cbde4bd6d
4
+ data.tar.gz: 31f7a93063e574302fb052321a35eb3141aa0e4f4fc1ff16a0671ec4513f26db
5
5
  SHA512:
6
- metadata.gz: 1f4651333a70c3bb3d28dbb3b947a9d99299ab11a3180f7ee22faa0b40329dde04698f04530979cfaea00b6f20f93a7991f127bdf9bae555182ec4aa0295305e
7
- data.tar.gz: d35579d0fb05f4ed252f21c550ad15eb9d85bcccc21589e758966279b90f536769f8def1ab1909cc878e73e13ef667f4778605920694be8c8d37ea2246a7fcb6
6
+ metadata.gz: bb597663e862fbc30c806e7a8692bd1a965572bfb554750ccf921e5cb61e333620015b1b1f427d05b1b623ac678d9fcce503fa8b6abafaaccfe5cfacf1ceca6a
7
+ data.tar.gz: a9cdcae388e0ff2671c63dda5adb884209d9e9165f04cb1ea83558b7415ea6c65e76e08ccf5f0f0b001a0e391449563bcebb95d74d94b99f82418d91be858b3e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudsmith-api (2.0.27)
4
+ cloudsmith-api (2.0.30)
5
5
  addressable (~> 2.3, >= 2.3.0)
6
6
  json (~> 2.1, >= 2.1.0)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
data/README.md CHANGED
@@ -7,7 +7,7 @@ The API to the Cloudsmith Service
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: v1
10
- - Package version: 2.0.27
10
+ - Package version: 2.0.30
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
13
13
 
@@ -24,15 +24,15 @@ gem build cloudsmith-api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./cloudsmith-api-2.0.27.gem
27
+ gem install ./cloudsmith-api-2.0.30.gem
28
28
  ```
29
- (for development, run `gem install --dev ./cloudsmith-api-2.0.27.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./cloudsmith-api-2.0.30.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'cloudsmith-api', '~> 2.0.27'
35
+ gem 'cloudsmith-api', '~> 2.0.30'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -165,6 +165,7 @@ Class | Method | HTTP request | Description
165
165
  *CloudsmithApi::OrgsApi* | [**orgs_openid_connect_read**](docs/OrgsApi.md#orgs_openid_connect_read) | **GET** /orgs/{org}/openid-connect/{slug_perm}/ | Retrieve a specific OpenID Connect provider setting for the org.
166
166
  *CloudsmithApi::OrgsApi* | [**orgs_openid_connect_update**](docs/OrgsApi.md#orgs_openid_connect_update) | **PUT** /orgs/{org}/openid-connect/{slug_perm}/ | Update a specific OpenID Connect provider setting for the org.
167
167
  *CloudsmithApi::OrgsApi* | [**orgs_read**](docs/OrgsApi.md#orgs_read) | **GET** /orgs/{org}/ | Get the details for the specific organization.
168
+ *CloudsmithApi::OrgsApi* | [**orgs_retrieve_usage_limits**](docs/OrgsApi.md#orgs_retrieve_usage_limits) | **GET** /orgs/{org}/usage-limits/ |
168
169
  *CloudsmithApi::OrgsApi* | [**orgs_saml_authentication_partial_update**](docs/OrgsApi.md#orgs_saml_authentication_partial_update) | **PATCH** /orgs/{org}/saml-authentication | Update the SAML Authentication settings for this Organization.
169
170
  *CloudsmithApi::OrgsApi* | [**orgs_saml_authentication_read**](docs/OrgsApi.md#orgs_saml_authentication_read) | **GET** /orgs/{org}/saml-authentication | Retrieve the SAML Authentication settings for this Organization.
170
171
  *CloudsmithApi::OrgsApi* | [**orgs_saml_group_sync_create**](docs/OrgsApi.md#orgs_saml_group_sync_create) | **POST** /orgs/{org}/saml-group-sync/ | Create a new SAML Group Sync mapping within an organization.
@@ -187,6 +188,7 @@ Class | Method | HTTP request | Description
187
188
  *CloudsmithApi::OrgsApi* | [**orgs_teams_members_update**](docs/OrgsApi.md#orgs_teams_members_update) | **PUT** /orgs/{org}/teams/{team}/members | Replace all team members.
188
189
  *CloudsmithApi::OrgsApi* | [**orgs_teams_partial_update**](docs/OrgsApi.md#orgs_teams_partial_update) | **PATCH** /orgs/{org}/teams/{team}/ | Update a specific team in a organization.
189
190
  *CloudsmithApi::OrgsApi* | [**orgs_teams_read**](docs/OrgsApi.md#orgs_teams_read) | **GET** /orgs/{org}/teams/{team}/ | Get the details of a specific team within an organization.
191
+ *CloudsmithApi::OrgsApi* | [**orgs_update_usage_limits**](docs/OrgsApi.md#orgs_update_usage_limits) | **PATCH** /orgs/{org}/usage-limits/ |
190
192
  *CloudsmithApi::OrgsApi* | [**orgs_vulnerability_policy_create**](docs/OrgsApi.md#orgs_vulnerability_policy_create) | **POST** /orgs/{org}/vulnerability-policy/ | Create a package vulnerability policy.
191
193
  *CloudsmithApi::OrgsApi* | [**orgs_vulnerability_policy_delete**](docs/OrgsApi.md#orgs_vulnerability_policy_delete) | **DELETE** /orgs/{org}/vulnerability-policy/{slug_perm}/ | Delete a package vulnerability policy.
192
194
  *CloudsmithApi::OrgsApi* | [**orgs_vulnerability_policy_evaluation_create**](docs/OrgsApi.md#orgs_vulnerability_policy_evaluation_create) | **POST** /orgs/{org}/vulnerability-policy/{policy_slug_perm}/evaluation/ | Create an evaluation request for this policy.
@@ -228,6 +230,7 @@ Class | Method | HTTP request | Description
228
230
  *CloudsmithApi::PackagesApi* | [**packages_upload_luarocks**](docs/PackagesApi.md#packages_upload_luarocks) | **POST** /packages/{owner}/{repo}/upload/luarocks/ | Create a new LuaRocks package
229
231
  *CloudsmithApi::PackagesApi* | [**packages_upload_maven**](docs/PackagesApi.md#packages_upload_maven) | **POST** /packages/{owner}/{repo}/upload/maven/ | Create a new Maven package
230
232
  *CloudsmithApi::PackagesApi* | [**packages_upload_mcp**](docs/PackagesApi.md#packages_upload_mcp) | **POST** /packages/{owner}/{repo}/upload/mcp/ | Create a new MCP package
233
+ *CloudsmithApi::PackagesApi* | [**packages_upload_nix**](docs/PackagesApi.md#packages_upload_nix) | **POST** /packages/{owner}/{repo}/upload/nix/ | Create a new Nix package
231
234
  *CloudsmithApi::PackagesApi* | [**packages_upload_npm**](docs/PackagesApi.md#packages_upload_npm) | **POST** /packages/{owner}/{repo}/upload/npm/ | Create a new npm package
232
235
  *CloudsmithApi::PackagesApi* | [**packages_upload_nuget**](docs/PackagesApi.md#packages_upload_nuget) | **POST** /packages/{owner}/{repo}/upload/nuget/ | Create a new NuGet package
233
236
  *CloudsmithApi::PackagesApi* | [**packages_upload_p2**](docs/PackagesApi.md#packages_upload_p2) | **POST** /packages/{owner}/{repo}/upload/p2/ | Create a new P2 package
@@ -257,6 +260,7 @@ Class | Method | HTTP request | Description
257
260
  *CloudsmithApi::PackagesApi* | [**packages_validate_upload_luarocks**](docs/PackagesApi.md#packages_validate_upload_luarocks) | **POST** /packages/{owner}/{repo}/validate-upload/luarocks/ | Validate parameters for create LuaRocks package
258
261
  *CloudsmithApi::PackagesApi* | [**packages_validate_upload_maven**](docs/PackagesApi.md#packages_validate_upload_maven) | **POST** /packages/{owner}/{repo}/validate-upload/maven/ | Validate parameters for create Maven package
259
262
  *CloudsmithApi::PackagesApi* | [**packages_validate_upload_mcp**](docs/PackagesApi.md#packages_validate_upload_mcp) | **POST** /packages/{owner}/{repo}/validate-upload/mcp/ | Validate parameters for create MCP package
263
+ *CloudsmithApi::PackagesApi* | [**packages_validate_upload_nix**](docs/PackagesApi.md#packages_validate_upload_nix) | **POST** /packages/{owner}/{repo}/validate-upload/nix/ | Validate parameters for create Nix package
260
264
  *CloudsmithApi::PackagesApi* | [**packages_validate_upload_npm**](docs/PackagesApi.md#packages_validate_upload_npm) | **POST** /packages/{owner}/{repo}/validate-upload/npm/ | Validate parameters for create npm package
261
265
  *CloudsmithApi::PackagesApi* | [**packages_validate_upload_nuget**](docs/PackagesApi.md#packages_validate_upload_nuget) | **POST** /packages/{owner}/{repo}/validate-upload/nuget/ | Validate parameters for create NuGet package
262
266
  *CloudsmithApi::PackagesApi* | [**packages_validate_upload_p2**](docs/PackagesApi.md#packages_validate_upload_p2) | **POST** /packages/{owner}/{repo}/validate-upload/p2/ | Validate parameters for create P2 package
@@ -395,6 +399,12 @@ Class | Method | HTTP request | Description
395
399
  *CloudsmithApi::ReposApi* | [**repos_upstream_maven_partial_update**](docs/ReposApi.md#repos_upstream_maven_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ | Partially update a Maven upstream config for this repository.
396
400
  *CloudsmithApi::ReposApi* | [**repos_upstream_maven_read**](docs/ReposApi.md#repos_upstream_maven_read) | **GET** /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ | Retrieve a Maven upstream config for this repository.
397
401
  *CloudsmithApi::ReposApi* | [**repos_upstream_maven_update**](docs/ReposApi.md#repos_upstream_maven_update) | **PUT** /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ | Update a Maven upstream config for this repository.
402
+ *CloudsmithApi::ReposApi* | [**repos_upstream_nix_create**](docs/ReposApi.md#repos_upstream_nix_create) | **POST** /repos/{owner}/{identifier}/upstream/nix/ | Create a Nix upstream config for this repository.
403
+ *CloudsmithApi::ReposApi* | [**repos_upstream_nix_delete**](docs/ReposApi.md#repos_upstream_nix_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/nix/{slug_perm}/ | Delete a Nix upstream config for this repository.
404
+ *CloudsmithApi::ReposApi* | [**repos_upstream_nix_list**](docs/ReposApi.md#repos_upstream_nix_list) | **GET** /repos/{owner}/{identifier}/upstream/nix/ | List Nix upstream configs for this repository.
405
+ *CloudsmithApi::ReposApi* | [**repos_upstream_nix_partial_update**](docs/ReposApi.md#repos_upstream_nix_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/nix/{slug_perm}/ | Partially update a Nix upstream config for this repository.
406
+ *CloudsmithApi::ReposApi* | [**repos_upstream_nix_read**](docs/ReposApi.md#repos_upstream_nix_read) | **GET** /repos/{owner}/{identifier}/upstream/nix/{slug_perm}/ | Retrieve a Nix upstream config for this repository.
407
+ *CloudsmithApi::ReposApi* | [**repos_upstream_nix_update**](docs/ReposApi.md#repos_upstream_nix_update) | **PUT** /repos/{owner}/{identifier}/upstream/nix/{slug_perm}/ | Update a Nix upstream config for this repository.
398
408
  *CloudsmithApi::ReposApi* | [**repos_upstream_npm_create**](docs/ReposApi.md#repos_upstream_npm_create) | **POST** /repos/{owner}/{identifier}/upstream/npm/ | Create a npm upstream config for this repository.
399
409
  *CloudsmithApi::ReposApi* | [**repos_upstream_npm_delete**](docs/ReposApi.md#repos_upstream_npm_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/npm/{slug_perm}/ | Delete a npm upstream config for this repository.
400
410
  *CloudsmithApi::ReposApi* | [**repos_upstream_npm_list**](docs/ReposApi.md#repos_upstream_npm_list) | **GET** /repos/{owner}/{identifier}/upstream/npm/ | List npm upstream configs for this repository.
@@ -555,6 +565,8 @@ Class | Method | HTTP request | Description
555
565
  - [CloudsmithApi::InlineResponse200](docs/InlineResponse200.md)
556
566
  - [CloudsmithApi::InlineResponse2001](docs/InlineResponse2001.md)
557
567
  - [CloudsmithApi::InlineResponse2002](docs/InlineResponse2002.md)
568
+ - [CloudsmithApi::InlineResponse2003](docs/InlineResponse2003.md)
569
+ - [CloudsmithApi::InlineResponse2004](docs/InlineResponse2004.md)
558
570
  - [CloudsmithApi::LuarocksPackageUpload](docs/LuarocksPackageUpload.md)
559
571
  - [CloudsmithApi::LuarocksPackageUploadRequest](docs/LuarocksPackageUploadRequest.md)
560
572
  - [CloudsmithApi::MavenPackageUpload](docs/MavenPackageUpload.md)
@@ -570,6 +582,11 @@ Class | Method | HTTP request | Description
570
582
  - [CloudsmithApi::NestedLicensePolicy](docs/NestedLicensePolicy.md)
571
583
  - [CloudsmithApi::NestedVulnerabilityPolicy](docs/NestedVulnerabilityPolicy.md)
572
584
  - [CloudsmithApi::NestedVulnerabilityScanResults](docs/NestedVulnerabilityScanResults.md)
585
+ - [CloudsmithApi::NixPackageUpload](docs/NixPackageUpload.md)
586
+ - [CloudsmithApi::NixPackageUploadRequest](docs/NixPackageUploadRequest.md)
587
+ - [CloudsmithApi::NixUpstream](docs/NixUpstream.md)
588
+ - [CloudsmithApi::NixUpstreamRequest](docs/NixUpstreamRequest.md)
589
+ - [CloudsmithApi::NixUpstreamRequestPatch](docs/NixUpstreamRequestPatch.md)
573
590
  - [CloudsmithApi::NpmPackageUpload](docs/NpmPackageUpload.md)
574
591
  - [CloudsmithApi::NpmPackageUploadRequest](docs/NpmPackageUploadRequest.md)
575
592
  - [CloudsmithApi::NpmUpstream](docs/NpmUpstream.md)
@@ -611,6 +628,9 @@ Class | Method | HTTP request | Description
611
628
  - [CloudsmithApi::OrganizationTeamRequest](docs/OrganizationTeamRequest.md)
612
629
  - [CloudsmithApi::OrganizationTeamRequestPatch](docs/OrganizationTeamRequestPatch.md)
613
630
  - [CloudsmithApi::OrganizationTeamServiceMember](docs/OrganizationTeamServiceMember.md)
631
+ - [CloudsmithApi::OrganizationUsage](docs/OrganizationUsage.md)
632
+ - [CloudsmithApi::OrganizationUsageUpdate](docs/OrganizationUsageUpdate.md)
633
+ - [CloudsmithApi::OrganizationUsageUpdateRequestPatch](docs/OrganizationUsageUpdateRequestPatch.md)
614
634
  - [CloudsmithApi::P2PackageUpload](docs/P2PackageUpload.md)
615
635
  - [CloudsmithApi::P2PackageUploadRequest](docs/P2PackageUploadRequest.md)
616
636
  - [CloudsmithApi::Package](docs/Package.md)
@@ -623,6 +643,7 @@ Class | Method | HTTP request | Description
623
643
  - [CloudsmithApi::PackageDenyPolicyRequestPatch](docs/PackageDenyPolicyRequestPatch.md)
624
644
  - [CloudsmithApi::PackageDependencies](docs/PackageDependencies.md)
625
645
  - [CloudsmithApi::PackageDependency](docs/PackageDependency.md)
646
+ - [CloudsmithApi::PackageDetail](docs/PackageDetail.md)
626
647
  - [CloudsmithApi::PackageFile](docs/PackageFile.md)
627
648
  - [CloudsmithApi::PackageFilePartsUpload](docs/PackageFilePartsUpload.md)
628
649
  - [CloudsmithApi::PackageFileUpload](docs/PackageFileUpload.md)
@@ -760,6 +781,7 @@ Class | Method | HTTP request | Description
760
781
  - [CloudsmithApi::VulnerabilityScanResults](docs/VulnerabilityScanResults.md)
761
782
  - [CloudsmithApi::VulnerabilityScanResultsList](docs/VulnerabilityScanResultsList.md)
762
783
  - [CloudsmithApi::VulnerabilityScanVersion](docs/VulnerabilityScanVersion.md)
784
+ - [CloudsmithApi::WebOSVSeverityCounts](docs/WebOSVSeverityCounts.md)
763
785
  - [CloudsmithApi::WebhookTemplate](docs/WebhookTemplate.md)
764
786
 
765
787
 
data/build.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "gemName": "cloudsmith-api",
9
9
  "gemRequiredRubyVersion": ">= 1.9",
10
10
  "gemSummary": "Cloudsmith API",
11
- "gemVersion": "2.0.27",
11
+ "gemVersion": "2.0.30",
12
12
  "hideGenerationTimestamp": true,
13
13
  "moduleName": "CloudsmithApi",
14
14
  "sortParamsByRequiredFlag": true
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
32
32
  **is_deleteable** | **BOOLEAN** | | [optional]
33
33
  **is_downloadable** | **BOOLEAN** | | [optional]
34
34
  **is_hidden** | **BOOLEAN** | | [optional]
35
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
35
36
  **is_moveable** | **BOOLEAN** | | [optional]
36
37
  **is_quarantinable** | **BOOLEAN** | | [optional]
37
38
  **is_quarantined** | **BOOLEAN** | | [optional]
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
76
77
  **status_str** | **String** | | [optional]
77
78
  **status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
78
79
  **status_url** | **String** | | [optional]
80
+ **store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
79
81
  **subtype** | **String** | | [optional]
80
82
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
81
83
  **sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
82
84
  **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
83
85
  **tags_automatic** | [**Tags**](Tags.md) | | [optional]
84
86
  **tags_immutable** | [**Tags**](Tags.md) | | [optional]
87
+ **tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
85
88
  **type_display** | **String** | | [optional]
86
89
  **uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
87
90
  **uploader** | **String** | | [optional]
88
91
  **uploader_url** | **String** | | [optional]
89
92
  **version** | **String** | The raw version for this package. | [optional]
90
93
  **version_orig** | **String** | | [optional]
94
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
91
95
  **vulnerability_scan_results_url** | **String** | | [optional]
92
96
 
93
97
 
@@ -4,8 +4,10 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **distribution** | **String** | The distribution to store the package for. |
7
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
7
8
  **package_file** | **String** | The primary file for the package. |
8
9
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
10
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
11
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
10
12
 
11
13
 
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
32
32
  **is_deleteable** | **BOOLEAN** | | [optional]
33
33
  **is_downloadable** | **BOOLEAN** | | [optional]
34
34
  **is_hidden** | **BOOLEAN** | | [optional]
35
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
35
36
  **is_moveable** | **BOOLEAN** | | [optional]
36
37
  **is_quarantinable** | **BOOLEAN** | | [optional]
37
38
  **is_quarantined** | **BOOLEAN** | | [optional]
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
76
77
  **status_str** | **String** | | [optional]
77
78
  **status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
78
79
  **status_url** | **String** | | [optional]
80
+ **store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
79
81
  **subtype** | **String** | | [optional]
80
82
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
81
83
  **sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
82
84
  **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
83
85
  **tags_automatic** | [**Tags**](Tags.md) | | [optional]
84
86
  **tags_immutable** | [**Tags**](Tags.md) | | [optional]
87
+ **tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
85
88
  **type_display** | **String** | | [optional]
86
89
  **uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
87
90
  **uploader** | **String** | | [optional]
88
91
  **uploader_url** | **String** | | [optional]
89
92
  **version** | **String** | The raw version for this package. | [optional]
90
93
  **version_orig** | **String** | | [optional]
94
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
91
95
  **vulnerability_scan_results_url** | **String** | | [optional]
92
96
 
93
97
 
@@ -3,8 +3,10 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
6
7
  **package_file** | **String** | The primary file for the package. |
7
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
9
11
 
10
12
 
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
32
32
  **is_deleteable** | **BOOLEAN** | | [optional]
33
33
  **is_downloadable** | **BOOLEAN** | | [optional]
34
34
  **is_hidden** | **BOOLEAN** | | [optional]
35
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
35
36
  **is_moveable** | **BOOLEAN** | | [optional]
36
37
  **is_quarantinable** | **BOOLEAN** | | [optional]
37
38
  **is_quarantined** | **BOOLEAN** | | [optional]
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
76
77
  **status_str** | **String** | | [optional]
77
78
  **status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
78
79
  **status_url** | **String** | | [optional]
80
+ **store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
79
81
  **subtype** | **String** | | [optional]
80
82
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
81
83
  **sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
82
84
  **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
83
85
  **tags_automatic** | [**Tags**](Tags.md) | | [optional]
84
86
  **tags_immutable** | [**Tags**](Tags.md) | | [optional]
87
+ **tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
85
88
  **type_display** | **String** | | [optional]
86
89
  **uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
87
90
  **uploader** | **String** | | [optional]
88
91
  **uploader_url** | **String** | | [optional]
89
92
  **version** | **String** | The raw version for this package. | [optional]
90
93
  **version_orig** | **String** | | [optional]
94
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
91
95
  **vulnerability_scan_results_url** | **String** | | [optional]
92
96
 
93
97
 
@@ -3,8 +3,10 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
6
7
  **package_file** | **String** | The primary file for the package. |
7
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
9
11
 
10
12
 
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
32
32
  **is_deleteable** | **BOOLEAN** | | [optional]
33
33
  **is_downloadable** | **BOOLEAN** | | [optional]
34
34
  **is_hidden** | **BOOLEAN** | | [optional]
35
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
35
36
  **is_moveable** | **BOOLEAN** | | [optional]
36
37
  **is_quarantinable** | **BOOLEAN** | | [optional]
37
38
  **is_quarantined** | **BOOLEAN** | | [optional]
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
76
77
  **status_str** | **String** | | [optional]
77
78
  **status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
78
79
  **status_url** | **String** | | [optional]
80
+ **store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
79
81
  **subtype** | **String** | | [optional]
80
82
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
81
83
  **sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
82
84
  **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
83
85
  **tags_automatic** | [**Tags**](Tags.md) | | [optional]
84
86
  **tags_immutable** | [**Tags**](Tags.md) | | [optional]
87
+ **tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
85
88
  **type_display** | **String** | | [optional]
86
89
  **uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
87
90
  **uploader** | **String** | | [optional]
88
91
  **uploader_url** | **String** | | [optional]
89
92
  **version** | **String** | The raw version for this package. | [optional]
90
93
  **version_orig** | **String** | | [optional]
94
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
91
95
  **vulnerability_scan_results_url** | **String** | | [optional]
92
96
 
93
97
 
@@ -3,9 +3,11 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
6
7
  **package_file** | **String** | The primary file for the package. |
7
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
  **version** | **String** | The raw version for this package. | [optional]
11
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
10
12
 
11
13
 
@@ -34,6 +34,7 @@ Name | Type | Description | Notes
34
34
  **is_deleteable** | **BOOLEAN** | | [optional]
35
35
  **is_downloadable** | **BOOLEAN** | | [optional]
36
36
  **is_hidden** | **BOOLEAN** | | [optional]
37
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
37
38
  **is_moveable** | **BOOLEAN** | | [optional]
38
39
  **is_quarantinable** | **BOOLEAN** | | [optional]
39
40
  **is_quarantined** | **BOOLEAN** | | [optional]
@@ -78,18 +79,21 @@ Name | Type | Description | Notes
78
79
  **status_str** | **String** | | [optional]
79
80
  **status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
80
81
  **status_url** | **String** | | [optional]
82
+ **store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
81
83
  **subtype** | **String** | | [optional]
82
84
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
83
85
  **sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
84
86
  **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
85
87
  **tags_automatic** | [**Tags**](Tags.md) | | [optional]
86
88
  **tags_immutable** | [**Tags**](Tags.md) | | [optional]
89
+ **tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
87
90
  **type_display** | **String** | | [optional]
88
91
  **uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
89
92
  **uploader** | **String** | | [optional]
90
93
  **uploader_url** | **String** | | [optional]
91
94
  **version** | **String** | The raw version for this package. | [optional]
92
95
  **version_orig** | **String** | | [optional]
96
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
93
97
  **vulnerability_scan_results_url** | **String** | | [optional]
94
98
 
95
99
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **conan_channel** | **String** | Conan channel. | [optional]
7
7
  **conan_prefix** | **String** | Conan prefix (User). | [optional]
8
8
  **info_file** | **String** | The info file is an python file containing the package metadata. |
9
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
9
10
  **manifest_file** | **String** | The info file is an python file containing the package metadata. |
10
11
  **metadata_file** | **String** | The conan file is an python file containing the package metadata. |
11
12
  **name** | **String** | The name of this package. | [optional]
@@ -13,5 +14,6 @@ Name | Type | Description | Notes
13
14
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
14
15
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
15
16
  **version** | **String** | The raw version for this package. | [optional]
17
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
16
18
 
17
19
 
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
32
32
  **is_deleteable** | **BOOLEAN** | | [optional]
33
33
  **is_downloadable** | **BOOLEAN** | | [optional]
34
34
  **is_hidden** | **BOOLEAN** | | [optional]
35
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
35
36
  **is_moveable** | **BOOLEAN** | | [optional]
36
37
  **is_quarantinable** | **BOOLEAN** | | [optional]
37
38
  **is_quarantined** | **BOOLEAN** | | [optional]
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
76
77
  **status_str** | **String** | | [optional]
77
78
  **status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
78
79
  **status_url** | **String** | | [optional]
80
+ **store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
79
81
  **subtype** | **String** | | [optional]
80
82
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
81
83
  **sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
82
84
  **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
83
85
  **tags_automatic** | [**Tags**](Tags.md) | | [optional]
84
86
  **tags_immutable** | [**Tags**](Tags.md) | | [optional]
87
+ **tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
85
88
  **type_display** | **String** | | [optional]
86
89
  **uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
87
90
  **uploader** | **String** | | [optional]
88
91
  **uploader_url** | **String** | | [optional]
89
92
  **version** | **String** | The raw version for this package. | [optional]
90
93
  **version_orig** | **String** | | [optional]
94
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
91
95
  **vulnerability_scan_results_url** | **String** | | [optional]
92
96
 
93
97
 
@@ -3,8 +3,10 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
6
7
  **package_file** | **String** | The primary file for the package. |
7
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
9
11
 
10
12
 
@@ -4,7 +4,9 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **created_at** | **DateTime** | The date and time when the connection was created. | [optional]
7
- **is_active** | **BOOLEAN** | | [optional] [default to true]
7
+ **disable_reason** | **String** | | [optional] [default to 'N/A']
8
+ **disable_reason_text** | **String** | Human-readable explanation of why this connection is disabled. | [optional]
9
+ **is_active** | **BOOLEAN** | | [optional] [default to false]
8
10
  **priority** | **Integer** | Repositories are checked in ascending order (starting at 1). If multiple repositories have the same priority, the oldest one is used first. | [optional]
9
11
  **slug_perm** | **String** | | [optional]
10
12
  **target_repository** | **String** | The slug of the target repository to connect to. |
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **is_active** | **BOOLEAN** | | [optional] [default to true]
6
+ **is_active** | **BOOLEAN** | | [optional] [default to false]
7
7
  **priority** | **Integer** | Repositories are checked in ascending order (starting at 1). If multiple repositories have the same priority, the oldest one is used first. | [optional]
8
8
  **target_repository** | **String** | The slug of the target repository to connect to. |
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **is_active** | **BOOLEAN** | | [optional] [default to true]
6
+ **is_active** | **BOOLEAN** | | [optional] [default to false]
7
7
  **priority** | **Integer** | Repositories are checked in ascending order (starting at 1). If multiple repositories have the same priority, the oldest one is used first. | [optional]
8
8
  **target_repository** | **String** | The slug of the target repository to connect to. | [optional]
9
9
 
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
32
32
  **is_deleteable** | **BOOLEAN** | | [optional]
33
33
  **is_downloadable** | **BOOLEAN** | | [optional]
34
34
  **is_hidden** | **BOOLEAN** | | [optional]
35
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
35
36
  **is_moveable** | **BOOLEAN** | | [optional]
36
37
  **is_quarantinable** | **BOOLEAN** | | [optional]
37
38
  **is_quarantined** | **BOOLEAN** | | [optional]
@@ -77,18 +78,21 @@ Name | Type | Description | Notes
77
78
  **status_str** | **String** | | [optional]
78
79
  **status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
79
80
  **status_url** | **String** | | [optional]
81
+ **store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
80
82
  **subtype** | **String** | | [optional]
81
83
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
82
84
  **sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
83
85
  **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
84
86
  **tags_automatic** | [**Tags**](Tags.md) | | [optional]
85
87
  **tags_immutable** | [**Tags**](Tags.md) | | [optional]
88
+ **tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
86
89
  **type_display** | **String** | | [optional]
87
90
  **uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
88
91
  **uploader** | **String** | | [optional]
89
92
  **uploader_url** | **String** | | [optional]
90
93
  **version** | **String** | The raw version for this package. | [optional]
91
94
  **version_orig** | **String** | | [optional]
95
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
92
96
  **vulnerability_scan_results_url** | **String** | | [optional]
93
97
 
94
98
 
@@ -4,9 +4,11 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **architecture** | **String** | Binary package uploads for macOS should specify the architecture they were built for. | [optional]
7
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
7
8
  **package_file** | **String** | The primary file for the package. |
8
9
  **r_version** | **String** | Binary package uploads should specify the version of R they were built for. | [optional]
9
10
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
10
11
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
12
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
11
13
 
12
14
 
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
32
32
  **is_deleteable** | **BOOLEAN** | | [optional]
33
33
  **is_downloadable** | **BOOLEAN** | | [optional]
34
34
  **is_hidden** | **BOOLEAN** | | [optional]
35
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
35
36
  **is_moveable** | **BOOLEAN** | | [optional]
36
37
  **is_quarantinable** | **BOOLEAN** | | [optional]
37
38
  **is_quarantined** | **BOOLEAN** | | [optional]
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
76
77
  **status_str** | **String** | | [optional]
77
78
  **status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
78
79
  **status_url** | **String** | | [optional]
80
+ **store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
79
81
  **subtype** | **String** | | [optional]
80
82
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
81
83
  **sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
82
84
  **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
83
85
  **tags_automatic** | [**Tags**](Tags.md) | | [optional]
84
86
  **tags_immutable** | [**Tags**](Tags.md) | | [optional]
87
+ **tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
85
88
  **type_display** | **String** | | [optional]
86
89
  **uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
87
90
  **uploader** | **String** | | [optional]
88
91
  **uploader_url** | **String** | | [optional]
89
92
  **version** | **String** | The raw version for this package. | [optional]
90
93
  **version_orig** | **String** | | [optional]
94
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
91
95
  **vulnerability_scan_results_url** | **String** | | [optional]
92
96
 
93
97
 
@@ -3,8 +3,10 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
6
7
  **package_file** | **String** | The primary file for the package. |
7
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
9
11
 
10
12
 
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
32
32
  **is_deleteable** | **BOOLEAN** | | [optional]
33
33
  **is_downloadable** | **BOOLEAN** | | [optional]
34
34
  **is_hidden** | **BOOLEAN** | | [optional]
35
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
35
36
  **is_moveable** | **BOOLEAN** | | [optional]
36
37
  **is_quarantinable** | **BOOLEAN** | | [optional]
37
38
  **is_quarantined** | **BOOLEAN** | | [optional]
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
76
77
  **status_str** | **String** | | [optional]
77
78
  **status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
78
79
  **status_url** | **String** | | [optional]
80
+ **store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
79
81
  **subtype** | **String** | | [optional]
80
82
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
81
83
  **sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
82
84
  **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
83
85
  **tags_automatic** | [**Tags**](Tags.md) | | [optional]
84
86
  **tags_immutable** | [**Tags**](Tags.md) | | [optional]
87
+ **tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
85
88
  **type_display** | **String** | | [optional]
86
89
  **uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
87
90
  **uploader** | **String** | | [optional]
88
91
  **uploader_url** | **String** | | [optional]
89
92
  **version** | **String** | The raw version for this package. | [optional]
90
93
  **version_orig** | **String** | | [optional]
94
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
91
95
  **vulnerability_scan_results_url** | **String** | | [optional]
92
96
 
93
97
 
@@ -6,9 +6,11 @@ Name | Type | Description | Notes
6
6
  **changes_file** | **String** | The changes archive containing the changes made to the source and debian packaging files | [optional]
7
7
  **component** | **String** | The component (channel) for the package (e.g. 'main', 'unstable', etc.) | [optional] [default to 'main']
8
8
  **distribution** | **String** | The distribution to store the package for. |
9
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
9
10
  **package_file** | **String** | The primary file for the package. |
10
11
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
11
12
  **sources_file** | **String** | The sources archive containing the source code for the binary | [optional]
12
13
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
14
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
13
15
 
14
16
 
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
32
32
  **is_deleteable** | **BOOLEAN** | | [optional]
33
33
  **is_downloadable** | **BOOLEAN** | | [optional]
34
34
  **is_hidden** | **BOOLEAN** | | [optional]
35
+ **is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
35
36
  **is_moveable** | **BOOLEAN** | | [optional]
36
37
  **is_quarantinable** | **BOOLEAN** | | [optional]
37
38
  **is_quarantined** | **BOOLEAN** | | [optional]
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
76
77
  **status_str** | **String** | | [optional]
77
78
  **status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
78
79
  **status_url** | **String** | | [optional]
80
+ **store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
79
81
  **subtype** | **String** | | [optional]
80
82
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
81
83
  **sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
82
84
  **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
83
85
  **tags_automatic** | [**Tags**](Tags.md) | | [optional]
84
86
  **tags_immutable** | [**Tags**](Tags.md) | | [optional]
87
+ **tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
85
88
  **type_display** | **String** | | [optional]
86
89
  **uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
87
90
  **uploader** | **String** | | [optional]
88
91
  **uploader_url** | **String** | | [optional]
89
92
  **version** | **String** | The raw version for this package. | [optional]
90
93
  **version_orig** | **String** | | [optional]
94
+ **vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
91
95
  **vulnerability_scan_results_url** | **String** | | [optional]
92
96
 
93
97