cloudsmith-api 2.0.29 → 2.0.31

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 (302) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +30 -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/CranPackageUpload.md +4 -0
  18. data/docs/CranPackageUploadRequest.md +2 -0
  19. data/docs/DartPackageUpload.md +4 -0
  20. data/docs/DartPackageUploadRequest.md +2 -0
  21. data/docs/DebPackageUpload.md +4 -0
  22. data/docs/DebPackageUploadRequest.md +2 -0
  23. data/docs/DockerPackageUpload.md +4 -0
  24. data/docs/DockerPackageUploadRequest.md +2 -0
  25. data/docs/GenericPackageUpload.md +4 -0
  26. data/docs/GenericPackageUploadRequest.md +2 -0
  27. data/docs/GoPackageUpload.md +4 -0
  28. data/docs/GoPackageUploadRequest.md +2 -0
  29. data/docs/HelmPackageUpload.md +4 -0
  30. data/docs/HelmPackageUploadRequest.md +2 -0
  31. data/docs/HexPackageUpload.md +4 -0
  32. data/docs/HexPackageUploadRequest.md +2 -0
  33. data/docs/HuggingfacePackageUpload.md +4 -0
  34. data/docs/HuggingfacePackageUploadRequest.md +2 -0
  35. data/docs/InlineResponse200.md +5 -1
  36. data/docs/InlineResponse2001.md +3 -1
  37. data/docs/InlineResponse2002.md +1 -1
  38. data/docs/InlineResponse2003.md +8 -0
  39. data/docs/InlineResponse2004.md +8 -0
  40. data/docs/LuarocksPackageUpload.md +4 -0
  41. data/docs/LuarocksPackageUploadRequest.md +2 -0
  42. data/docs/MavenPackageUpload.md +4 -0
  43. data/docs/MavenPackageUploadRequest.md +2 -0
  44. data/docs/McpPackageUpload.md +4 -0
  45. data/docs/McpPackageUploadRequest.md +2 -0
  46. data/docs/NixPackageUpload.md +97 -0
  47. data/docs/NixPackageUploadRequest.md +14 -0
  48. data/docs/NixUpstream.md +32 -0
  49. data/docs/NixUpstreamRequest.md +20 -0
  50. data/docs/NixUpstreamRequestPatch.md +20 -0
  51. data/docs/NpmPackageUpload.md +4 -0
  52. data/docs/NpmPackageUploadRequest.md +2 -0
  53. data/docs/NugetPackageUpload.md +4 -0
  54. data/docs/NugetPackageUploadRequest.md +2 -0
  55. data/docs/Oidc.md +7 -0
  56. data/docs/Oidc1.md +8 -0
  57. data/docs/OidcRequest.md +9 -0
  58. data/docs/OpenidApi.md +71 -0
  59. data/docs/OrganizationUsage.md +11 -0
  60. data/docs/OrganizationUsageUpdate.md +10 -0
  61. data/docs/OrganizationUsageUpdateRequestPatch.md +10 -0
  62. data/docs/OrgsApi.md +120 -0
  63. data/docs/P2PackageUpload.md +4 -0
  64. data/docs/P2PackageUploadRequest.md +2 -0
  65. data/docs/Package.md +4 -0
  66. data/docs/PackageCopy.md +4 -0
  67. data/docs/PackageCopyRequest.md +2 -0
  68. data/docs/PackageDetail.md +100 -0
  69. data/docs/PackageLicense.md +2 -0
  70. data/docs/PackageLicenseRequestPatch.md +3 -1
  71. data/docs/PackageMove.md +4 -0
  72. data/docs/PackageMoveRequest.md +2 -0
  73. data/docs/PackageQuarantine.md +4 -0
  74. data/docs/PackageQuarantineRequest.md +2 -0
  75. data/docs/PackageResync.md +4 -0
  76. data/docs/PackageTag.md +4 -0
  77. data/docs/PackageTagRequest.md +2 -0
  78. data/docs/PackageVulnerability.md +2 -0
  79. data/docs/PackagesApi.md +135 -4
  80. data/docs/PythonPackageUpload.md +4 -0
  81. data/docs/PythonPackageUploadRequest.md +2 -0
  82. data/docs/RawPackageUpload.md +4 -0
  83. data/docs/RawPackageUploadRequest.md +2 -0
  84. data/docs/RecycleBinPackage.md +2 -0
  85. data/docs/ReposApi.md +403 -2
  86. data/docs/RpmPackageUpload.md +4 -0
  87. data/docs/RpmPackageUploadRequest.md +2 -0
  88. data/docs/RubyPackageUpload.md +4 -0
  89. data/docs/RubyPackageUploadRequest.md +2 -0
  90. data/docs/SwiftPackageUpload.md +4 -0
  91. data/docs/SwiftPackageUploadRequest.md +2 -0
  92. data/docs/TerraformPackageUpload.md +4 -0
  93. data/docs/TerraformPackageUploadRequest.md +2 -0
  94. data/docs/UserApi.md +2 -2
  95. data/docs/VagrantPackageUpload.md +4 -0
  96. data/docs/VagrantPackageUploadRequest.md +2 -0
  97. data/docs/VsxPackageUpload.md +4 -0
  98. data/docs/VsxPackageUploadRequest.md +2 -0
  99. data/docs/WebOSVSeverityCounts.md +14 -0
  100. data/lib/cloudsmith-api/api/openid_api.rb +79 -0
  101. data/lib/cloudsmith-api/api/orgs_api.rb +106 -0
  102. data/lib/cloudsmith-api/api/packages_api.rb +129 -6
  103. data/lib/cloudsmith-api/api/repos_api.rb +398 -3
  104. data/lib/cloudsmith-api/api/user_api.rb +3 -3
  105. data/lib/cloudsmith-api/models/alpine_package_upload.rb +42 -1
  106. data/lib/cloudsmith-api/models/alpine_package_upload_request.rb +23 -4
  107. data/lib/cloudsmith-api/models/cargo_package_upload.rb +42 -1
  108. data/lib/cloudsmith-api/models/cargo_package_upload_request.rb +23 -4
  109. data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +42 -1
  110. data/lib/cloudsmith-api/models/cocoapods_package_upload_request.rb +23 -4
  111. data/lib/cloudsmith-api/models/composer_package_upload.rb +42 -1
  112. data/lib/cloudsmith-api/models/composer_package_upload_request.rb +23 -4
  113. data/lib/cloudsmith-api/models/conan_package_upload.rb +42 -1
  114. data/lib/cloudsmith-api/models/conan_package_upload_request.rb +23 -4
  115. data/lib/cloudsmith-api/models/conda_package_upload.rb +42 -1
  116. data/lib/cloudsmith-api/models/conda_package_upload_request.rb +23 -4
  117. data/lib/cloudsmith-api/models/cran_package_upload.rb +42 -1
  118. data/lib/cloudsmith-api/models/cran_package_upload_request.rb +23 -4
  119. data/lib/cloudsmith-api/models/dart_package_upload.rb +42 -1
  120. data/lib/cloudsmith-api/models/dart_package_upload_request.rb +23 -4
  121. data/lib/cloudsmith-api/models/deb_package_upload.rb +42 -1
  122. data/lib/cloudsmith-api/models/deb_package_upload_request.rb +23 -4
  123. data/lib/cloudsmith-api/models/docker_package_upload.rb +42 -1
  124. data/lib/cloudsmith-api/models/docker_package_upload_request.rb +23 -4
  125. data/lib/cloudsmith-api/models/generic_package_upload.rb +42 -1
  126. data/lib/cloudsmith-api/models/generic_package_upload_request.rb +23 -4
  127. data/lib/cloudsmith-api/models/go_package_upload.rb +42 -1
  128. data/lib/cloudsmith-api/models/go_package_upload_request.rb +23 -4
  129. data/lib/cloudsmith-api/models/helm_package_upload.rb +42 -1
  130. data/lib/cloudsmith-api/models/helm_package_upload_request.rb +23 -4
  131. data/lib/cloudsmith-api/models/hex_package_upload.rb +42 -1
  132. data/lib/cloudsmith-api/models/hex_package_upload_request.rb +23 -4
  133. data/lib/cloudsmith-api/models/huggingface_package_upload.rb +42 -1
  134. data/lib/cloudsmith-api/models/huggingface_package_upload_request.rb +23 -4
  135. data/lib/cloudsmith-api/models/inline_response_200.rb +48 -14
  136. data/lib/cloudsmith-api/models/inline_response_200_1.rb +28 -14
  137. data/lib/cloudsmith-api/models/inline_response_200_2.rb +1 -1
  138. data/lib/cloudsmith-api/models/inline_response_200_3.rb +191 -0
  139. data/lib/cloudsmith-api/models/inline_response_200_4.rb +191 -0
  140. data/lib/cloudsmith-api/models/luarocks_package_upload.rb +42 -1
  141. data/lib/cloudsmith-api/models/luarocks_package_upload_request.rb +23 -4
  142. data/lib/cloudsmith-api/models/maven_package_upload.rb +42 -1
  143. data/lib/cloudsmith-api/models/maven_package_upload_request.rb +23 -4
  144. data/lib/cloudsmith-api/models/mcp_package_upload.rb +42 -1
  145. data/lib/cloudsmith-api/models/mcp_package_upload_request.rb +23 -4
  146. data/lib/cloudsmith-api/models/nix_package_upload.rb +1061 -0
  147. data/lib/cloudsmith-api/models/nix_package_upload_request.rb +249 -0
  148. data/lib/cloudsmith-api/models/nix_upstream.rb +496 -0
  149. data/lib/cloudsmith-api/models/nix_upstream_request.rb +365 -0
  150. data/lib/cloudsmith-api/models/nix_upstream_request_patch.rb +355 -0
  151. data/lib/cloudsmith-api/models/npm_package_upload.rb +42 -1
  152. data/lib/cloudsmith-api/models/npm_package_upload_request.rb +23 -4
  153. data/lib/cloudsmith-api/models/nuget_package_upload.rb +42 -1
  154. data/lib/cloudsmith-api/models/nuget_package_upload_request.rb +23 -4
  155. data/lib/cloudsmith-api/models/oidc.rb +175 -0
  156. data/lib/cloudsmith-api/models/oidc_1.rb +185 -0
  157. data/lib/cloudsmith-api/models/oidc_request.rb +205 -0
  158. data/lib/cloudsmith-api/models/organization_usage.rb +215 -0
  159. data/lib/cloudsmith-api/models/organization_usage_update.rb +202 -0
  160. data/lib/cloudsmith-api/models/organization_usage_update_request_patch.rb +202 -0
  161. data/lib/cloudsmith-api/models/p2_package_upload.rb +42 -1
  162. data/lib/cloudsmith-api/models/p2_package_upload_request.rb +23 -4
  163. data/lib/cloudsmith-api/models/package.rb +42 -1
  164. data/lib/cloudsmith-api/models/package_copy.rb +42 -1
  165. data/lib/cloudsmith-api/models/package_copy_request.rb +23 -4
  166. data/lib/cloudsmith-api/models/package_detail.rb +1090 -0
  167. data/lib/cloudsmith-api/models/package_license.rb +23 -4
  168. data/lib/cloudsmith-api/models/package_license_request_patch.rb +28 -4
  169. data/lib/cloudsmith-api/models/package_move.rb +42 -1
  170. data/lib/cloudsmith-api/models/package_move_request.rb +23 -4
  171. data/lib/cloudsmith-api/models/package_quarantine.rb +42 -1
  172. data/lib/cloudsmith-api/models/package_quarantine_request.rb +23 -4
  173. data/lib/cloudsmith-api/models/package_resync.rb +42 -1
  174. data/lib/cloudsmith-api/models/package_tag.rb +42 -1
  175. data/lib/cloudsmith-api/models/package_tag_request.rb +23 -4
  176. data/lib/cloudsmith-api/models/package_vulnerability.rb +23 -4
  177. data/lib/cloudsmith-api/models/python_package_upload.rb +42 -1
  178. data/lib/cloudsmith-api/models/python_package_upload_request.rb +23 -4
  179. data/lib/cloudsmith-api/models/raw_package_upload.rb +42 -1
  180. data/lib/cloudsmith-api/models/raw_package_upload_request.rb +23 -4
  181. data/lib/cloudsmith-api/models/recycle_bin_package.rb +23 -4
  182. data/lib/cloudsmith-api/models/rpm_package_upload.rb +42 -1
  183. data/lib/cloudsmith-api/models/rpm_package_upload_request.rb +23 -4
  184. data/lib/cloudsmith-api/models/ruby_package_upload.rb +42 -1
  185. data/lib/cloudsmith-api/models/ruby_package_upload_request.rb +23 -4
  186. data/lib/cloudsmith-api/models/swift_package_upload.rb +42 -1
  187. data/lib/cloudsmith-api/models/swift_package_upload_request.rb +23 -4
  188. data/lib/cloudsmith-api/models/terraform_package_upload.rb +42 -1
  189. data/lib/cloudsmith-api/models/terraform_package_upload_request.rb +23 -4
  190. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +42 -1
  191. data/lib/cloudsmith-api/models/vagrant_package_upload_request.rb +23 -4
  192. data/lib/cloudsmith-api/models/vsx_package_upload.rb +42 -1
  193. data/lib/cloudsmith-api/models/vsx_package_upload_request.rb +23 -4
  194. data/lib/cloudsmith-api/models/web_osv_severity_counts.rb +239 -0
  195. data/lib/cloudsmith-api/version.rb +1 -1
  196. data/lib/cloudsmith-api.rb +16 -0
  197. data/spec/api/openid_api_spec.rb +48 -0
  198. data/spec/api/orgs_api_spec.rb +23 -0
  199. data/spec/api/packages_api_spec.rb +30 -2
  200. data/spec/api/repos_api_spec.rb +88 -1
  201. data/spec/api/user_api_spec.rb +1 -1
  202. data/spec/models/alpine_package_upload_request_spec.rb +12 -0
  203. data/spec/models/alpine_package_upload_spec.rb +24 -0
  204. data/spec/models/cargo_package_upload_request_spec.rb +12 -0
  205. data/spec/models/cargo_package_upload_spec.rb +24 -0
  206. data/spec/models/cocoapods_package_upload_request_spec.rb +12 -0
  207. data/spec/models/cocoapods_package_upload_spec.rb +24 -0
  208. data/spec/models/composer_package_upload_request_spec.rb +12 -0
  209. data/spec/models/composer_package_upload_spec.rb +24 -0
  210. data/spec/models/conan_package_upload_request_spec.rb +12 -0
  211. data/spec/models/conan_package_upload_spec.rb +24 -0
  212. data/spec/models/conda_package_upload_request_spec.rb +12 -0
  213. data/spec/models/conda_package_upload_spec.rb +24 -0
  214. data/spec/models/cran_package_upload_request_spec.rb +12 -0
  215. data/spec/models/cran_package_upload_spec.rb +24 -0
  216. data/spec/models/dart_package_upload_request_spec.rb +12 -0
  217. data/spec/models/dart_package_upload_spec.rb +24 -0
  218. data/spec/models/deb_package_upload_request_spec.rb +12 -0
  219. data/spec/models/deb_package_upload_spec.rb +24 -0
  220. data/spec/models/docker_package_upload_request_spec.rb +12 -0
  221. data/spec/models/docker_package_upload_spec.rb +24 -0
  222. data/spec/models/generic_package_upload_request_spec.rb +12 -0
  223. data/spec/models/generic_package_upload_spec.rb +24 -0
  224. data/spec/models/go_package_upload_request_spec.rb +12 -0
  225. data/spec/models/go_package_upload_spec.rb +24 -0
  226. data/spec/models/helm_package_upload_request_spec.rb +12 -0
  227. data/spec/models/helm_package_upload_spec.rb +24 -0
  228. data/spec/models/hex_package_upload_request_spec.rb +12 -0
  229. data/spec/models/hex_package_upload_spec.rb +24 -0
  230. data/spec/models/huggingface_package_upload_request_spec.rb +12 -0
  231. data/spec/models/huggingface_package_upload_spec.rb +24 -0
  232. data/spec/models/inline_response_200_1_spec.rb +13 -1
  233. data/spec/models/inline_response_200_3_spec.rb +41 -0
  234. data/spec/models/inline_response_200_4_spec.rb +41 -0
  235. data/spec/models/inline_response_200_spec.rb +25 -1
  236. data/spec/models/luarocks_package_upload_request_spec.rb +12 -0
  237. data/spec/models/luarocks_package_upload_spec.rb +24 -0
  238. data/spec/models/maven_package_upload_request_spec.rb +12 -0
  239. data/spec/models/maven_package_upload_spec.rb +24 -0
  240. data/spec/models/mcp_package_upload_request_spec.rb +12 -0
  241. data/spec/models/mcp_package_upload_spec.rb +24 -0
  242. data/spec/models/nix_package_upload_request_spec.rb +77 -0
  243. data/spec/models/nix_package_upload_spec.rb +579 -0
  244. data/spec/models/nix_upstream_request_patch_spec.rb +121 -0
  245. data/spec/models/nix_upstream_request_spec.rb +121 -0
  246. data/spec/models/nix_upstream_spec.rb +197 -0
  247. data/spec/models/npm_package_upload_request_spec.rb +12 -0
  248. data/spec/models/npm_package_upload_spec.rb +24 -0
  249. data/spec/models/nuget_package_upload_request_spec.rb +12 -0
  250. data/spec/models/nuget_package_upload_spec.rb +24 -0
  251. data/spec/models/oidc_1_spec.rb +41 -0
  252. data/spec/models/oidc_request_spec.rb +47 -0
  253. data/spec/models/oidc_spec.rb +35 -0
  254. data/spec/models/organization_usage_spec.rb +59 -0
  255. data/spec/models/organization_usage_update_request_patch_spec.rb +53 -0
  256. data/spec/models/organization_usage_update_spec.rb +53 -0
  257. data/spec/models/p2_package_upload_request_spec.rb +12 -0
  258. data/spec/models/p2_package_upload_spec.rb +24 -0
  259. data/spec/models/package_copy_request_spec.rb +12 -0
  260. data/spec/models/package_copy_spec.rb +24 -0
  261. data/spec/models/package_detail_spec.rb +597 -0
  262. data/spec/models/package_license_request_patch_spec.rb +12 -0
  263. data/spec/models/package_license_spec.rb +12 -0
  264. data/spec/models/package_move_request_spec.rb +12 -0
  265. data/spec/models/package_move_spec.rb +24 -0
  266. data/spec/models/package_quarantine_request_spec.rb +12 -0
  267. data/spec/models/package_quarantine_spec.rb +24 -0
  268. data/spec/models/package_resync_spec.rb +24 -0
  269. data/spec/models/package_spec.rb +24 -0
  270. data/spec/models/package_tag_request_spec.rb +12 -0
  271. data/spec/models/package_tag_spec.rb +24 -0
  272. data/spec/models/package_vulnerability_spec.rb +12 -0
  273. data/spec/models/python_package_upload_request_spec.rb +12 -0
  274. data/spec/models/python_package_upload_spec.rb +24 -0
  275. data/spec/models/raw_package_upload_request_spec.rb +12 -0
  276. data/spec/models/raw_package_upload_spec.rb +24 -0
  277. data/spec/models/recycle_bin_package_spec.rb +12 -0
  278. data/spec/models/rpm_package_upload_request_spec.rb +12 -0
  279. data/spec/models/rpm_package_upload_spec.rb +24 -0
  280. data/spec/models/ruby_package_upload_request_spec.rb +12 -0
  281. data/spec/models/ruby_package_upload_spec.rb +24 -0
  282. data/spec/models/swift_package_upload_request_spec.rb +12 -0
  283. data/spec/models/swift_package_upload_spec.rb +24 -0
  284. data/spec/models/terraform_package_upload_request_spec.rb +12 -0
  285. data/spec/models/terraform_package_upload_spec.rb +24 -0
  286. data/spec/models/vagrant_package_upload_request_spec.rb +12 -0
  287. data/spec/models/vagrant_package_upload_spec.rb +24 -0
  288. data/spec/models/vsx_package_upload_request_spec.rb +12 -0
  289. data/spec/models/vsx_package_upload_spec.rb +24 -0
  290. data/spec/models/web_osv_severity_counts_spec.rb +77 -0
  291. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.3.2/gem_make.out +1 -1
  292. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/gem_make.out +2 -2
  293. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/mkmf.log +4 -4
  294. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/gem_make.out +2 -2
  295. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/mkmf.log +1 -1
  296. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
  297. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
  298. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/Makefile +2 -2
  299. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Makefile +2 -2
  300. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
  301. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
  302. metadata +69 -5
@@ -38,6 +38,12 @@ describe 'GenericPackageUploadRequest' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "is_malware_detected"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "name"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,4 +74,10 @@ describe 'GenericPackageUploadRequest' do
68
74
  end
69
75
  end
70
76
 
77
+ describe 'test attribute "vulnerability_counts"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
71
83
  end
@@ -206,6 +206,12 @@ describe 'GenericPackageUpload' do
206
206
  end
207
207
  end
208
208
 
209
+ describe 'test attribute "is_malware_detected"' do
210
+ it 'should work' do
211
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
212
+ end
213
+ end
214
+
209
215
  describe 'test attribute "is_moveable"' do
210
216
  it 'should work' do
211
217
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -474,6 +480,12 @@ describe 'GenericPackageUpload' do
474
480
  end
475
481
  end
476
482
 
483
+ describe 'test attribute "store_path"' do
484
+ it 'should work' do
485
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
486
+ end
487
+ end
488
+
477
489
  describe 'test attribute "subtype"' do
478
490
  it 'should work' do
479
491
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -510,6 +522,12 @@ describe 'GenericPackageUpload' do
510
522
  end
511
523
  end
512
524
 
525
+ describe 'test attribute "tags_static"' do
526
+ it 'should work' do
527
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
528
+ end
529
+ end
530
+
513
531
  describe 'test attribute "type_display"' do
514
532
  it 'should work' do
515
533
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -546,6 +564,12 @@ describe 'GenericPackageUpload' do
546
564
  end
547
565
  end
548
566
 
567
+ describe 'test attribute "vulnerability_counts"' do
568
+ it 'should work' do
569
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
570
+ end
571
+ end
572
+
549
573
  describe 'test attribute "vulnerability_scan_results_url"' do
550
574
  it 'should work' do
551
575
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,6 +32,12 @@ describe 'GoPackageUploadRequest' do
32
32
  expect(@instance).to be_instance_of(CloudsmithApi::GoPackageUploadRequest)
33
33
  end
34
34
  end
35
+ describe 'test attribute "is_malware_detected"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
35
41
  describe 'test attribute "package_file"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -50,4 +56,10 @@ describe 'GoPackageUploadRequest' do
50
56
  end
51
57
  end
52
58
 
59
+ describe 'test attribute "vulnerability_counts"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
53
65
  end
@@ -206,6 +206,12 @@ describe 'GoPackageUpload' do
206
206
  end
207
207
  end
208
208
 
209
+ describe 'test attribute "is_malware_detected"' do
210
+ it 'should work' do
211
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
212
+ end
213
+ end
214
+
209
215
  describe 'test attribute "is_moveable"' do
210
216
  it 'should work' do
211
217
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -474,6 +480,12 @@ describe 'GoPackageUpload' do
474
480
  end
475
481
  end
476
482
 
483
+ describe 'test attribute "store_path"' do
484
+ it 'should work' do
485
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
486
+ end
487
+ end
488
+
477
489
  describe 'test attribute "subtype"' do
478
490
  it 'should work' do
479
491
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -510,6 +522,12 @@ describe 'GoPackageUpload' do
510
522
  end
511
523
  end
512
524
 
525
+ describe 'test attribute "tags_static"' do
526
+ it 'should work' do
527
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
528
+ end
529
+ end
530
+
513
531
  describe 'test attribute "type_display"' do
514
532
  it 'should work' do
515
533
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -546,6 +564,12 @@ describe 'GoPackageUpload' do
546
564
  end
547
565
  end
548
566
 
567
+ describe 'test attribute "vulnerability_counts"' do
568
+ it 'should work' do
569
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
570
+ end
571
+ end
572
+
549
573
  describe 'test attribute "vulnerability_scan_results_url"' do
550
574
  it 'should work' do
551
575
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,6 +32,12 @@ describe 'HelmPackageUploadRequest' do
32
32
  expect(@instance).to be_instance_of(CloudsmithApi::HelmPackageUploadRequest)
33
33
  end
34
34
  end
35
+ describe 'test attribute "is_malware_detected"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
35
41
  describe 'test attribute "package_file"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -56,4 +62,10 @@ describe 'HelmPackageUploadRequest' do
56
62
  end
57
63
  end
58
64
 
65
+ describe 'test attribute "vulnerability_counts"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
59
71
  end
@@ -206,6 +206,12 @@ describe 'HelmPackageUpload' do
206
206
  end
207
207
  end
208
208
 
209
+ describe 'test attribute "is_malware_detected"' do
210
+ it 'should work' do
211
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
212
+ end
213
+ end
214
+
209
215
  describe 'test attribute "is_moveable"' do
210
216
  it 'should work' do
211
217
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -474,6 +480,12 @@ describe 'HelmPackageUpload' do
474
480
  end
475
481
  end
476
482
 
483
+ describe 'test attribute "store_path"' do
484
+ it 'should work' do
485
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
486
+ end
487
+ end
488
+
477
489
  describe 'test attribute "subtype"' do
478
490
  it 'should work' do
479
491
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -510,6 +522,12 @@ describe 'HelmPackageUpload' do
510
522
  end
511
523
  end
512
524
 
525
+ describe 'test attribute "tags_static"' do
526
+ it 'should work' do
527
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
528
+ end
529
+ end
530
+
513
531
  describe 'test attribute "type_display"' do
514
532
  it 'should work' do
515
533
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -546,6 +564,12 @@ describe 'HelmPackageUpload' do
546
564
  end
547
565
  end
548
566
 
567
+ describe 'test attribute "vulnerability_counts"' do
568
+ it 'should work' do
569
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
570
+ end
571
+ end
572
+
549
573
  describe 'test attribute "vulnerability_scan_results_url"' do
550
574
  it 'should work' do
551
575
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,6 +32,12 @@ describe 'HexPackageUploadRequest' do
32
32
  expect(@instance).to be_instance_of(CloudsmithApi::HexPackageUploadRequest)
33
33
  end
34
34
  end
35
+ describe 'test attribute "is_malware_detected"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
35
41
  describe 'test attribute "package_file"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -50,4 +56,10 @@ describe 'HexPackageUploadRequest' do
50
56
  end
51
57
  end
52
58
 
59
+ describe 'test attribute "vulnerability_counts"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
53
65
  end
@@ -206,6 +206,12 @@ describe 'HexPackageUpload' do
206
206
  end
207
207
  end
208
208
 
209
+ describe 'test attribute "is_malware_detected"' do
210
+ it 'should work' do
211
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
212
+ end
213
+ end
214
+
209
215
  describe 'test attribute "is_moveable"' do
210
216
  it 'should work' do
211
217
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -474,6 +480,12 @@ describe 'HexPackageUpload' do
474
480
  end
475
481
  end
476
482
 
483
+ describe 'test attribute "store_path"' do
484
+ it 'should work' do
485
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
486
+ end
487
+ end
488
+
477
489
  describe 'test attribute "subtype"' do
478
490
  it 'should work' do
479
491
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -510,6 +522,12 @@ describe 'HexPackageUpload' do
510
522
  end
511
523
  end
512
524
 
525
+ describe 'test attribute "tags_static"' do
526
+ it 'should work' do
527
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
528
+ end
529
+ end
530
+
513
531
  describe 'test attribute "type_display"' do
514
532
  it 'should work' do
515
533
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -546,6 +564,12 @@ describe 'HexPackageUpload' do
546
564
  end
547
565
  end
548
566
 
567
+ describe 'test attribute "vulnerability_counts"' do
568
+ it 'should work' do
569
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
570
+ end
571
+ end
572
+
549
573
  describe 'test attribute "vulnerability_scan_results_url"' do
550
574
  it 'should work' do
551
575
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,6 +32,12 @@ describe 'HuggingfacePackageUploadRequest' do
32
32
  expect(@instance).to be_instance_of(CloudsmithApi::HuggingfacePackageUploadRequest)
33
33
  end
34
34
  end
35
+ describe 'test attribute "is_malware_detected"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
35
41
  describe 'test attribute "package_file"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -50,4 +56,10 @@ describe 'HuggingfacePackageUploadRequest' do
50
56
  end
51
57
  end
52
58
 
59
+ describe 'test attribute "vulnerability_counts"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
53
65
  end
@@ -206,6 +206,12 @@ describe 'HuggingfacePackageUpload' do
206
206
  end
207
207
  end
208
208
 
209
+ describe 'test attribute "is_malware_detected"' do
210
+ it 'should work' do
211
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
212
+ end
213
+ end
214
+
209
215
  describe 'test attribute "is_moveable"' do
210
216
  it 'should work' do
211
217
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -474,6 +480,12 @@ describe 'HuggingfacePackageUpload' do
474
480
  end
475
481
  end
476
482
 
483
+ describe 'test attribute "store_path"' do
484
+ it 'should work' do
485
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
486
+ end
487
+ end
488
+
477
489
  describe 'test attribute "subtype"' do
478
490
  it 'should work' do
479
491
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -510,6 +522,12 @@ describe 'HuggingfacePackageUpload' do
510
522
  end
511
523
  end
512
524
 
525
+ describe 'test attribute "tags_static"' do
526
+ it 'should work' do
527
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
528
+ end
529
+ end
530
+
513
531
  describe 'test attribute "type_display"' do
514
532
  it 'should work' do
515
533
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -546,6 +564,12 @@ describe 'HuggingfacePackageUpload' do
546
564
  end
547
565
  end
548
566
 
567
+ describe 'test attribute "vulnerability_counts"' do
568
+ it 'should work' do
569
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
570
+ end
571
+ end
572
+
549
573
  describe 'test attribute "vulnerability_scan_results_url"' do
550
574
  it 'should work' do
551
575
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,7 +32,19 @@ describe 'InlineResponse2001' do
32
32
  expect(@instance).to be_instance_of(CloudsmithApi::InlineResponse2001)
33
33
  end
34
34
  end
35
- describe 'test attribute "results"' do
35
+ describe 'test attribute "allow_open_source_overage"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "bandwidth_overage_limit"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "storage_overage_limit"' do
36
48
  it 'should work' do
37
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
50
  end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #Cloudsmith API (v1)
3
+
4
+ #The API to the Cloudsmith Service
5
+
6
+ OpenAPI spec version: v1
7
+ Contact: support@cloudsmith.io
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.50
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudsmithApi::InlineResponse2003
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'InlineResponse2003' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudsmithApi::InlineResponse2003.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of InlineResponse2003' do
31
+ it 'should create an instance of InlineResponse2003' do
32
+ expect(@instance).to be_instance_of(CloudsmithApi::InlineResponse2003)
33
+ end
34
+ end
35
+ describe 'test attribute "results"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #Cloudsmith API (v1)
3
+
4
+ #The API to the Cloudsmith Service
5
+
6
+ OpenAPI spec version: v1
7
+ Contact: support@cloudsmith.io
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.50
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudsmithApi::InlineResponse2004
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'InlineResponse2004' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudsmithApi::InlineResponse2004.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of InlineResponse2004' do
31
+ it 'should create an instance of InlineResponse2004' do
32
+ expect(@instance).to be_instance_of(CloudsmithApi::InlineResponse2004)
33
+ end
34
+ end
35
+ describe 'test attribute "results"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -32,7 +32,31 @@ describe 'InlineResponse200' do
32
32
  expect(@instance).to be_instance_of(CloudsmithApi::InlineResponse200)
33
33
  end
34
34
  end
35
- describe 'test attribute "results"' do
35
+ describe 'test attribute "allow_open_source_overage"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "bandwidth_overage_limit"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "storage_overage_limit"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "bandwidth_maximum"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ describe 'test attribute "storage_maximum"' do
36
60
  it 'should work' do
37
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
62
  end
@@ -32,6 +32,12 @@ describe 'LuarocksPackageUploadRequest' do
32
32
  expect(@instance).to be_instance_of(CloudsmithApi::LuarocksPackageUploadRequest)
33
33
  end
34
34
  end
35
+ describe 'test attribute "is_malware_detected"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
35
41
  describe 'test attribute "package_file"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -50,4 +56,10 @@ describe 'LuarocksPackageUploadRequest' do
50
56
  end
51
57
  end
52
58
 
59
+ describe 'test attribute "vulnerability_counts"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
53
65
  end
@@ -206,6 +206,12 @@ describe 'LuarocksPackageUpload' do
206
206
  end
207
207
  end
208
208
 
209
+ describe 'test attribute "is_malware_detected"' do
210
+ it 'should work' do
211
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
212
+ end
213
+ end
214
+
209
215
  describe 'test attribute "is_moveable"' do
210
216
  it 'should work' do
211
217
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -474,6 +480,12 @@ describe 'LuarocksPackageUpload' do
474
480
  end
475
481
  end
476
482
 
483
+ describe 'test attribute "store_path"' do
484
+ it 'should work' do
485
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
486
+ end
487
+ end
488
+
477
489
  describe 'test attribute "subtype"' do
478
490
  it 'should work' do
479
491
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -510,6 +522,12 @@ describe 'LuarocksPackageUpload' do
510
522
  end
511
523
  end
512
524
 
525
+ describe 'test attribute "tags_static"' do
526
+ it 'should work' do
527
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
528
+ end
529
+ end
530
+
513
531
  describe 'test attribute "type_display"' do
514
532
  it 'should work' do
515
533
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -546,6 +564,12 @@ describe 'LuarocksPackageUpload' do
546
564
  end
547
565
  end
548
566
 
567
+ describe 'test attribute "vulnerability_counts"' do
568
+ it 'should work' do
569
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
570
+ end
571
+ end
572
+
549
573
  describe 'test attribute "vulnerability_scan_results_url"' do
550
574
  it 'should work' do
551
575
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -50,6 +50,12 @@ describe 'MavenPackageUploadRequest' do
50
50
  end
51
51
  end
52
52
 
53
+ describe 'test attribute "is_malware_detected"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
53
59
  describe 'test attribute "ivy_file"' do
54
60
  it 'should work' do
55
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -122,4 +128,10 @@ describe 'MavenPackageUploadRequest' do
122
128
  end
123
129
  end
124
130
 
131
+ describe 'test attribute "vulnerability_counts"' do
132
+ it 'should work' do
133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
+ end
135
+ end
136
+
125
137
  end
@@ -218,6 +218,12 @@ describe 'MavenPackageUpload' do
218
218
  end
219
219
  end
220
220
 
221
+ describe 'test attribute "is_malware_detected"' do
222
+ it 'should work' do
223
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
224
+ end
225
+ end
226
+
221
227
  describe 'test attribute "is_moveable"' do
222
228
  it 'should work' do
223
229
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -504,6 +510,12 @@ describe 'MavenPackageUpload' do
504
510
  end
505
511
  end
506
512
 
513
+ describe 'test attribute "store_path"' do
514
+ it 'should work' do
515
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
516
+ end
517
+ end
518
+
507
519
  describe 'test attribute "subtype"' do
508
520
  it 'should work' do
509
521
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -540,6 +552,12 @@ describe 'MavenPackageUpload' do
540
552
  end
541
553
  end
542
554
 
555
+ describe 'test attribute "tags_static"' do
556
+ it 'should work' do
557
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
558
+ end
559
+ end
560
+
543
561
  describe 'test attribute "type_display"' do
544
562
  it 'should work' do
545
563
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -576,6 +594,12 @@ describe 'MavenPackageUpload' do
576
594
  end
577
595
  end
578
596
 
597
+ describe 'test attribute "vulnerability_counts"' do
598
+ it 'should work' do
599
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
600
+ end
601
+ end
602
+
579
603
  describe 'test attribute "vulnerability_scan_results_url"' do
580
604
  it 'should work' do
581
605
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers