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
@@ -32,6 +32,12 @@ describe 'CondaPackageUploadRequest' do
32
32
  expect(@instance).to be_instance_of(CloudsmithApi::CondaPackageUploadRequest)
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 'CondaPackageUploadRequest' 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 'CondaPackageUpload' 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 'CondaPackageUpload' 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 'CondaPackageUpload' 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 'CondaPackageUpload' 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
@@ -87,7 +87,7 @@ describe 'CondaUpstreamRequestPatch' do
87
87
  describe 'test attribute "mode"' do
88
88
  it 'should work' do
89
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
90
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
91
91
  # validator.allowable_values.each do |value|
92
92
  # expect { @instance.mode = value }.not_to raise_error
93
93
  # end
@@ -87,7 +87,7 @@ describe 'CondaUpstreamRequest' do
87
87
  describe 'test attribute "mode"' do
88
88
  it 'should work' do
89
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
90
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
91
91
  # validator.allowable_values.each do |value|
92
92
  # expect { @instance.mode = value }.not_to raise_error
93
93
  # end
@@ -145,7 +145,7 @@ describe 'CondaUpstream' do
145
145
  describe 'test attribute "mode"' do
146
146
  it 'should work' do
147
147
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
148
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
148
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
149
149
  # validator.allowable_values.each do |value|
150
150
  # expect { @instance.mode = value }.not_to raise_error
151
151
  # end
@@ -38,6 +38,22 @@ describe 'ConnectedRepository' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "disable_reason"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["N/A", "The connection contains a circular reference"])
45
+ # validator.allowable_values.each do |value|
46
+ # expect { @instance.disable_reason = value }.not_to raise_error
47
+ # end
48
+ end
49
+ end
50
+
51
+ describe 'test attribute "disable_reason_text"' do
52
+ it 'should work' do
53
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
54
+ end
55
+ end
56
+
41
57
  describe 'test attribute "is_active"' do
42
58
  it 'should work' do
43
59
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'CranPackageUploadRequest' 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 "package_file"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -62,4 +68,10 @@ describe 'CranPackageUploadRequest' do
62
68
  end
63
69
  end
64
70
 
71
+ describe 'test attribute "vulnerability_counts"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
65
77
  end
@@ -206,6 +206,12 @@ describe 'CranPackageUpload' 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
@@ -480,6 +486,12 @@ describe 'CranPackageUpload' do
480
486
  end
481
487
  end
482
488
 
489
+ describe 'test attribute "store_path"' do
490
+ it 'should work' do
491
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
492
+ end
493
+ end
494
+
483
495
  describe 'test attribute "subtype"' do
484
496
  it 'should work' do
485
497
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -516,6 +528,12 @@ describe 'CranPackageUpload' do
516
528
  end
517
529
  end
518
530
 
531
+ describe 'test attribute "tags_static"' do
532
+ it 'should work' do
533
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
534
+ end
535
+ end
536
+
519
537
  describe 'test attribute "type_display"' do
520
538
  it 'should work' do
521
539
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -552,6 +570,12 @@ describe 'CranPackageUpload' do
552
570
  end
553
571
  end
554
572
 
573
+ describe 'test attribute "vulnerability_counts"' do
574
+ it 'should work' do
575
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
576
+ end
577
+ end
578
+
555
579
  describe 'test attribute "vulnerability_scan_results_url"' do
556
580
  it 'should work' do
557
581
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -87,7 +87,7 @@ describe 'CranUpstreamRequestPatch' do
87
87
  describe 'test attribute "mode"' do
88
88
  it 'should work' do
89
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
90
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
91
91
  # validator.allowable_values.each do |value|
92
92
  # expect { @instance.mode = value }.not_to raise_error
93
93
  # end
@@ -87,7 +87,7 @@ describe 'CranUpstreamRequest' do
87
87
  describe 'test attribute "mode"' do
88
88
  it 'should work' do
89
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
90
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
91
91
  # validator.allowable_values.each do |value|
92
92
  # expect { @instance.mode = value }.not_to raise_error
93
93
  # end
@@ -145,7 +145,7 @@ describe 'CranUpstream' do
145
145
  describe 'test attribute "mode"' do
146
146
  it 'should work' do
147
147
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
148
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
148
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
149
149
  # validator.allowable_values.each do |value|
150
150
  # expect { @instance.mode = value }.not_to raise_error
151
151
  # end
@@ -32,6 +32,12 @@ describe 'DartPackageUploadRequest' do
32
32
  expect(@instance).to be_instance_of(CloudsmithApi::DartPackageUploadRequest)
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 'DartPackageUploadRequest' 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 'DartPackageUpload' 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 'DartPackageUpload' 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 'DartPackageUpload' 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 'DartPackageUpload' 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
@@ -87,7 +87,7 @@ describe 'DartUpstreamRequestPatch' do
87
87
  describe 'test attribute "mode"' do
88
88
  it 'should work' do
89
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
90
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
91
91
  # validator.allowable_values.each do |value|
92
92
  # expect { @instance.mode = value }.not_to raise_error
93
93
  # end
@@ -87,7 +87,7 @@ describe 'DartUpstreamRequest' do
87
87
  describe 'test attribute "mode"' do
88
88
  it 'should work' do
89
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
90
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
91
91
  # validator.allowable_values.each do |value|
92
92
  # expect { @instance.mode = value }.not_to raise_error
93
93
  # end
@@ -145,7 +145,7 @@ describe 'DartUpstream' do
145
145
  describe 'test attribute "mode"' do
146
146
  it 'should work' do
147
147
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
148
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
148
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
149
149
  # validator.allowable_values.each do |value|
150
150
  # expect { @instance.mode = value }.not_to raise_error
151
151
  # end
@@ -50,6 +50,12 @@ describe 'DebPackageUploadRequest' 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 "package_file"' do
54
60
  it 'should work' do
55
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -74,4 +80,10 @@ describe 'DebPackageUploadRequest' do
74
80
  end
75
81
  end
76
82
 
83
+ describe 'test attribute "vulnerability_counts"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
77
89
  end
@@ -206,6 +206,12 @@ describe 'DebPackageUpload' 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 'DebPackageUpload' 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 'DebPackageUpload' 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 'DebPackageUpload' 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
@@ -127,7 +127,7 @@ describe 'DebUpstreamRequestPatch' do
127
127
  describe 'test attribute "mode"' do
128
128
  it 'should work' do
129
129
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
130
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
130
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
131
131
  # validator.allowable_values.each do |value|
132
132
  # expect { @instance.mode = value }.not_to raise_error
133
133
  # end
@@ -127,7 +127,7 @@ describe 'DebUpstreamRequest' do
127
127
  describe 'test attribute "mode"' do
128
128
  it 'should work' do
129
129
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
130
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
130
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
131
131
  # validator.allowable_values.each do |value|
132
132
  # expect { @instance.mode = value }.not_to raise_error
133
133
  # end
@@ -191,7 +191,7 @@ describe 'DebUpstream' do
191
191
  describe 'test attribute "mode"' do
192
192
  it 'should work' do
193
193
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
194
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
194
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
195
195
  # validator.allowable_values.each do |value|
196
196
  # expect { @instance.mode = value }.not_to raise_error
197
197
  # end
@@ -32,6 +32,12 @@ describe 'DockerPackageUploadRequest' do
32
32
  expect(@instance).to be_instance_of(CloudsmithApi::DockerPackageUploadRequest)
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 'DockerPackageUploadRequest' 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 'DockerPackageUpload' 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 'DockerPackageUpload' 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 'DockerPackageUpload' 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 'DockerPackageUpload' 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
@@ -42,6 +42,12 @@ describe 'FormatSupportUpstream' do
42
42
  end
43
43
  end
44
44
 
45
+ describe 'test attribute "cache_only"' do
46
+ it 'should work' do
47
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
48
+ end
49
+ end
50
+
45
51
  describe 'test attribute "caching"' do
46
52
  it 'should work' do
47
53
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -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
@@ -87,7 +87,7 @@ describe 'GenericUpstreamRequestPatch' do
87
87
  describe 'test attribute "mode"' do
88
88
  it 'should work' do
89
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
90
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
91
91
  # validator.allowable_values.each do |value|
92
92
  # expect { @instance.mode = value }.not_to raise_error
93
93
  # end
@@ -87,7 +87,7 @@ describe 'GenericUpstreamRequest' do
87
87
  describe 'test attribute "mode"' do
88
88
  it 'should work' do
89
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
90
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
91
91
  # validator.allowable_values.each do |value|
92
92
  # expect { @instance.mode = value }.not_to raise_error
93
93
  # end
@@ -145,7 +145,7 @@ describe 'GenericUpstream' do
145
145
  describe 'test attribute "mode"' do
146
146
  it 'should work' do
147
147
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
148
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy"])
148
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only", "Cache and Proxy", "Cache Only"])
149
149
  # validator.allowable_values.each do |value|
150
150
  # expect { @instance.mode = value }.not_to raise_error
151
151
  # end