cloudsmith-api 2.0.24 → 2.0.25

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 (501) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +9 -7
  3. data/README.md +21 -5
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +1 -0
  6. data/docs/AlpineUpstream.md +32 -0
  7. data/docs/AlpineUpstreamRequest.md +20 -0
  8. data/docs/AlpineUpstreamRequestPatch.md +20 -0
  9. data/docs/BulkActionApi.md +70 -0
  10. data/docs/CargoPackageUpload.md +1 -0
  11. data/docs/CargoUpstream.md +4 -4
  12. data/docs/CocoapodsPackageUpload.md +1 -0
  13. data/docs/ComposerPackageUpload.md +1 -0
  14. data/docs/ComposerUpstream.md +4 -4
  15. data/docs/ConanPackageUpload.md +1 -0
  16. data/docs/CondaPackageUpload.md +1 -0
  17. data/docs/CondaUpstream.md +4 -4
  18. data/docs/CranPackageUpload.md +1 -0
  19. data/docs/CranUpstream.md +4 -4
  20. data/docs/DartPackageUpload.md +1 -0
  21. data/docs/DartUpstream.md +4 -4
  22. data/docs/DebPackageUpload.md +1 -0
  23. data/docs/DebUpstream.md +4 -4
  24. data/docs/DockerPackageUpload.md +1 -0
  25. data/docs/DockerUpstream.md +2 -2
  26. data/docs/FormatSupportUpstream.md +1 -0
  27. data/docs/GenericPackageUpload.md +1 -0
  28. data/docs/GenericUpstream.md +4 -4
  29. data/docs/GoPackageUpload.md +1 -0
  30. data/docs/GoUpstream.md +4 -4
  31. data/docs/HelmPackageUpload.md +1 -0
  32. data/docs/HelmUpstream.md +4 -4
  33. data/docs/HexPackageUpload.md +1 -0
  34. data/docs/HexUpstream.md +4 -4
  35. data/docs/HuggingfacePackageUpload.md +1 -0
  36. data/docs/HuggingfaceUpstream.md +4 -4
  37. data/docs/LuarocksPackageUpload.md +1 -0
  38. data/docs/MavenPackageUpload.md +1 -0
  39. data/docs/MavenUpstream.md +4 -4
  40. data/docs/NpmPackageUpload.md +1 -0
  41. data/docs/NpmUpstream.md +5 -4
  42. data/docs/NpmUpstreamRequest.md +1 -0
  43. data/docs/NpmUpstreamRequestPatch.md +1 -0
  44. data/docs/NugetPackageUpload.md +1 -0
  45. data/docs/NugetUpstream.md +4 -4
  46. data/docs/OrganizationTeamMembers.md +1 -1
  47. data/docs/{OrganizationTeamMembership.md → OrganizationTeamServiceMember.md} +2 -1
  48. data/docs/P2PackageUpload.md +1 -0
  49. data/docs/Package.md +1 -0
  50. data/docs/PackageBulkAction.md +11 -0
  51. data/docs/PackageBulkActionResponse.md +10 -0
  52. data/docs/PackageCopy.md +1 -0
  53. data/docs/PackageMove.md +1 -0
  54. data/docs/PackageQuarantine.md +1 -0
  55. data/docs/PackageResync.md +1 -0
  56. data/docs/PackageTag.md +1 -0
  57. data/docs/PackagesApi.md +131 -0
  58. data/docs/PythonPackageUpload.md +1 -0
  59. data/docs/PythonUpstream.md +4 -4
  60. data/docs/RawPackageUpload.md +1 -0
  61. data/docs/ReposApi.md +406 -1
  62. data/docs/Repository.md +2 -0
  63. data/docs/RepositoryCreate.md +2 -0
  64. data/docs/RepositoryCreateRequest.md +1 -0
  65. data/docs/RepositoryRequestPatch.md +1 -0
  66. data/docs/RpmPackageUpload.md +1 -0
  67. data/docs/RpmUpstream.md +4 -4
  68. data/docs/RubyPackageUpload.md +1 -0
  69. data/docs/RubyUpstream.md +4 -4
  70. data/docs/SwiftPackageUpload.md +1 -0
  71. data/docs/SwiftUpstream.md +4 -4
  72. data/docs/TerraformPackageUpload.md +1 -0
  73. data/docs/VagrantPackageUpload.md +1 -0
  74. data/docs/VsxPackageUpload.md +91 -0
  75. data/docs/VsxPackageUploadRequest.md +10 -0
  76. data/lib/cloudsmith-api/api/bulk_action_api.rb +77 -0
  77. data/lib/cloudsmith-api/api/packages_api.rb +123 -0
  78. data/lib/cloudsmith-api/api/repos_api.rb +401 -0
  79. data/lib/cloudsmith-api/models/alpine_package_upload.rb +10 -1
  80. data/lib/cloudsmith-api/models/alpine_upstream.rb +496 -0
  81. data/lib/cloudsmith-api/models/alpine_upstream_request.rb +365 -0
  82. data/lib/cloudsmith-api/models/alpine_upstream_request_patch.rb +355 -0
  83. data/lib/cloudsmith-api/models/cargo_package_upload.rb +10 -1
  84. data/lib/cloudsmith-api/models/cargo_upstream.rb +7 -4
  85. data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +10 -1
  86. data/lib/cloudsmith-api/models/composer_package_upload.rb +10 -1
  87. data/lib/cloudsmith-api/models/composer_upstream.rb +7 -4
  88. data/lib/cloudsmith-api/models/conan_package_upload.rb +10 -1
  89. data/lib/cloudsmith-api/models/conda_package_upload.rb +10 -1
  90. data/lib/cloudsmith-api/models/conda_upstream.rb +7 -4
  91. data/lib/cloudsmith-api/models/cran_package_upload.rb +10 -1
  92. data/lib/cloudsmith-api/models/cran_upstream.rb +7 -4
  93. data/lib/cloudsmith-api/models/dart_package_upload.rb +10 -1
  94. data/lib/cloudsmith-api/models/dart_upstream.rb +7 -4
  95. data/lib/cloudsmith-api/models/deb_package_upload.rb +10 -1
  96. data/lib/cloudsmith-api/models/deb_upstream.rb +7 -4
  97. data/lib/cloudsmith-api/models/docker_package_upload.rb +10 -1
  98. data/lib/cloudsmith-api/models/docker_upstream.rb +4 -2
  99. data/lib/cloudsmith-api/models/format_support_upstream.rb +19 -4
  100. data/lib/cloudsmith-api/models/generic_package_upload.rb +10 -1
  101. data/lib/cloudsmith-api/models/generic_upstream.rb +7 -4
  102. data/lib/cloudsmith-api/models/go_package_upload.rb +10 -1
  103. data/lib/cloudsmith-api/models/go_upstream.rb +7 -4
  104. data/lib/cloudsmith-api/models/helm_package_upload.rb +10 -1
  105. data/lib/cloudsmith-api/models/helm_upstream.rb +7 -4
  106. data/lib/cloudsmith-api/models/hex_package_upload.rb +10 -1
  107. data/lib/cloudsmith-api/models/hex_upstream.rb +7 -4
  108. data/lib/cloudsmith-api/models/huggingface_package_upload.rb +10 -1
  109. data/lib/cloudsmith-api/models/huggingface_upstream.rb +7 -4
  110. data/lib/cloudsmith-api/models/luarocks_package_upload.rb +10 -1
  111. data/lib/cloudsmith-api/models/maven_package_upload.rb +10 -1
  112. data/lib/cloudsmith-api/models/maven_upstream.rb +7 -4
  113. data/lib/cloudsmith-api/models/npm_package_upload.rb +10 -1
  114. data/lib/cloudsmith-api/models/npm_upstream.rb +32 -5
  115. data/lib/cloudsmith-api/models/npm_upstream_request.rb +25 -1
  116. data/lib/cloudsmith-api/models/npm_upstream_request_patch.rb +25 -1
  117. data/lib/cloudsmith-api/models/nuget_package_upload.rb +10 -1
  118. data/lib/cloudsmith-api/models/nuget_upstream.rb +7 -4
  119. data/lib/cloudsmith-api/models/organization_team_members.rb +1 -1
  120. data/lib/cloudsmith-api/models/{organization_team_membership.rb → organization_team_service_member.rb} +28 -5
  121. data/lib/cloudsmith-api/models/p2_package_upload.rb +10 -1
  122. data/lib/cloudsmith-api/models/package.rb +10 -1
  123. data/lib/cloudsmith-api/models/package_bulk_action.rb +261 -0
  124. data/lib/cloudsmith-api/models/package_bulk_action_response.rb +209 -0
  125. data/lib/cloudsmith-api/models/package_copy.rb +10 -1
  126. data/lib/cloudsmith-api/models/package_move.rb +10 -1
  127. data/lib/cloudsmith-api/models/package_quarantine.rb +10 -1
  128. data/lib/cloudsmith-api/models/package_resync.rb +10 -1
  129. data/lib/cloudsmith-api/models/package_tag.rb +10 -1
  130. data/lib/cloudsmith-api/models/python_package_upload.rb +10 -1
  131. data/lib/cloudsmith-api/models/python_upstream.rb +7 -4
  132. data/lib/cloudsmith-api/models/raw_package_upload.rb +10 -1
  133. data/lib/cloudsmith-api/models/repository.rb +21 -1
  134. data/lib/cloudsmith-api/models/repository_create.rb +21 -1
  135. data/lib/cloudsmith-api/models/repository_create_request.rb +11 -1
  136. data/lib/cloudsmith-api/models/repository_request_patch.rb +11 -1
  137. data/lib/cloudsmith-api/models/rpm_package_upload.rb +10 -1
  138. data/lib/cloudsmith-api/models/rpm_upstream.rb +7 -4
  139. data/lib/cloudsmith-api/models/ruby_package_upload.rb +10 -1
  140. data/lib/cloudsmith-api/models/ruby_upstream.rb +7 -4
  141. data/lib/cloudsmith-api/models/swift_package_upload.rb +10 -1
  142. data/lib/cloudsmith-api/models/swift_upstream.rb +7 -4
  143. data/lib/cloudsmith-api/models/terraform_package_upload.rb +10 -1
  144. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +10 -1
  145. data/lib/cloudsmith-api/models/vsx_package_upload.rb +1001 -0
  146. data/lib/cloudsmith-api/models/vsx_package_upload_request.rb +210 -0
  147. data/lib/cloudsmith-api/version.rb +1 -1
  148. data/lib/cloudsmith-api.rb +9 -1
  149. data/spec/api/bulk_action_api_spec.rb +47 -0
  150. data/spec/api/packages_api_spec.rb +28 -0
  151. data/spec/api/repos_api_spec.rb +89 -0
  152. data/spec/models/alpine_package_upload_spec.rb +6 -0
  153. data/spec/models/alpine_upstream_request_patch_spec.rb +121 -0
  154. data/spec/models/alpine_upstream_request_spec.rb +121 -0
  155. data/spec/models/alpine_upstream_spec.rb +197 -0
  156. data/spec/models/cargo_package_upload_spec.rb +6 -0
  157. data/spec/models/cocoapods_package_upload_spec.rb +6 -0
  158. data/spec/models/composer_package_upload_spec.rb +6 -0
  159. data/spec/models/conan_package_upload_spec.rb +6 -0
  160. data/spec/models/conda_package_upload_spec.rb +6 -0
  161. data/spec/models/cran_package_upload_spec.rb +6 -0
  162. data/spec/models/dart_package_upload_spec.rb +6 -0
  163. data/spec/models/deb_package_upload_spec.rb +6 -0
  164. data/spec/models/docker_package_upload_spec.rb +6 -0
  165. data/spec/models/format_support_upstream_spec.rb +6 -0
  166. data/spec/models/generic_package_upload_spec.rb +6 -0
  167. data/spec/models/go_package_upload_spec.rb +6 -0
  168. data/spec/models/helm_package_upload_spec.rb +6 -0
  169. data/spec/models/hex_package_upload_spec.rb +6 -0
  170. data/spec/models/huggingface_package_upload_spec.rb +6 -0
  171. data/spec/models/luarocks_package_upload_spec.rb +6 -0
  172. data/spec/models/maven_package_upload_spec.rb +6 -0
  173. data/spec/models/npm_package_upload_spec.rb +6 -0
  174. data/spec/models/npm_upstream_request_patch_spec.rb +10 -0
  175. data/spec/models/npm_upstream_request_spec.rb +10 -0
  176. data/spec/models/npm_upstream_spec.rb +10 -0
  177. data/spec/models/nuget_package_upload_spec.rb +6 -0
  178. data/spec/models/{organization_team_membership_spec.rb → organization_team_service_member_spec.rb} +16 -6
  179. data/spec/models/p2_package_upload_spec.rb +6 -0
  180. data/spec/models/package_bulk_action_response_spec.rb +53 -0
  181. data/spec/models/package_bulk_action_spec.rb +63 -0
  182. data/spec/models/package_copy_spec.rb +6 -0
  183. data/spec/models/package_move_spec.rb +6 -0
  184. data/spec/models/package_quarantine_spec.rb +6 -0
  185. data/spec/models/package_resync_spec.rb +6 -0
  186. data/spec/models/package_spec.rb +6 -0
  187. data/spec/models/package_tag_spec.rb +6 -0
  188. data/spec/models/python_package_upload_spec.rb +6 -0
  189. data/spec/models/raw_package_upload_spec.rb +6 -0
  190. data/spec/models/repository_create_request_spec.rb +6 -0
  191. data/spec/models/repository_create_spec.rb +12 -0
  192. data/spec/models/repository_request_patch_spec.rb +6 -0
  193. data/spec/models/repository_spec.rb +12 -0
  194. data/spec/models/rpm_package_upload_spec.rb +6 -0
  195. data/spec/models/ruby_package_upload_spec.rb +6 -0
  196. data/spec/models/swift_package_upload_spec.rb +6 -0
  197. data/spec/models/terraform_package_upload_spec.rb +6 -0
  198. data/spec/models/vagrant_package_upload_spec.rb +6 -0
  199. data/spec/models/vsx_package_upload_request_spec.rb +53 -0
  200. data/spec/models/vsx_package_upload_spec.rb +543 -0
  201. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.9.gem +0 -0
  202. data/vendor/bundle/ruby/2.6.0/cache/ethon-0.18.0.gem +0 -0
  203. data/vendor/bundle/ruby/2.6.0/cache/logger-1.7.0.gem +0 -0
  204. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.8.gem +0 -0
  205. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.7.gem +0 -0
  206. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.6.0.gem +0 -0
  207. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.3.1/gem_make.out +1 -1
  208. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.0.1/gem_make.out +2 -2
  209. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.0.1/mkmf.log +4 -4
  210. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.3/gem_make.out +2 -2
  211. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.3/mkmf.log +1 -1
  212. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
  213. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
  214. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/CHANGELOG.md +10 -1
  215. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/idna/pure.rb +0 -10
  216. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/version.rb +1 -1
  217. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/Makefile +2 -2
  218. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/CHANGELOG.md +46 -1
  219. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/README.md +23 -0
  220. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/ethon.gemspec +37 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/classes.rb +12 -2
  222. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/codes.rb +3 -2
  223. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/options.rb +4 -3
  224. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/callbacks.rb +10 -3
  225. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/informations.rb +3 -0
  226. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/response_callbacks.rb +6 -1
  227. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/loggable.rb +0 -1
  228. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/version.rb +1 -1
  229. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Makefile +2 -2
  230. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
  231. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
  232. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/.document +4 -0
  233. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/.rdoc_options +3 -0
  234. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/BSDL +22 -0
  235. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/COPYING +56 -0
  236. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/README.md +104 -0
  237. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/errors.rb +9 -0
  238. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/formatter.rb +36 -0
  239. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/log_device.rb +265 -0
  240. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/period.rb +47 -0
  241. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/severity.rb +38 -0
  242. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/version.rb +5 -0
  243. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger.rb +789 -0
  244. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/Changelog.md +9 -1
  245. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/recorder.rb +3 -1
  246. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/order_group.rb +15 -4
  247. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/version.rb +1 -1
  248. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/Changelog.md +10 -3
  249. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/fuzzy_matcher.rb +3 -0
  250. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/version.rb +1 -1
  251. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CHANGELOG.md +14 -1
  252. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/README.md +2 -2
  253. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/version.rb +1 -1
  254. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/typhoeus.gemspec +1 -1
  255. data/vendor/bundle/ruby/2.6.0/specifications/{addressable-2.8.8.gemspec → addressable-2.8.9.gemspec} +3 -5
  256. data/vendor/bundle/ruby/2.6.0/specifications/{ethon-0.15.0.gemspec → ethon-0.18.0.gemspec} +8 -4
  257. data/vendor/bundle/ruby/2.6.0/specifications/logger-1.7.0.gemspec +22 -0
  258. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-mocks-3.13.7.gemspec → rspec-mocks-3.13.8.gemspec} +5 -5
  259. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.13.6.gemspec → rspec-support-3.13.7.gemspec} +4 -4
  260. data/vendor/bundle/ruby/2.6.0/specifications/{typhoeus-1.5.0.gemspec → typhoeus-1.6.0.gemspec} +5 -5
  261. metadata +265 -279
  262. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.8.gem +0 -0
  263. data/vendor/bundle/ruby/2.6.0/cache/ethon-0.15.0.gem +0 -0
  264. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.7.gem +0 -0
  265. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.6.gem +0 -0
  266. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.5.0.gem +0 -0
  267. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/Gemfile +0 -31
  268. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/Rakefile +0 -37
  269. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/addressable.gemspec +0 -28
  270. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/idna_spec.rb +0 -302
  271. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/net_http_compat_spec.rb +0 -29
  272. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/security_spec.rb +0 -58
  273. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/template_spec.rb +0 -1264
  274. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/uri_spec.rb +0 -6854
  275. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/spec_helper.rb +0 -33
  276. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/clobber.rake +0 -4
  277. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/gem.rake +0 -100
  278. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/git.rake +0 -47
  279. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/metrics.rake +0 -24
  280. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/profile.rake +0 -72
  281. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/rspec.rake +0 -23
  282. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/yard.rake +0 -29
  283. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.github/workflows/ruby.yml +0 -41
  284. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.gitignore +0 -8
  285. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.rspec +0 -3
  286. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Gemfile +0 -43
  287. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Guardfile +0 -10
  288. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Rakefile +0 -40
  289. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/ethon.gemspec +0 -26
  290. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/benchmarks.rb +0 -104
  291. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/memory_leaks.rb +0 -114
  292. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb +0 -37
  293. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb +0 -76
  294. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb +0 -48
  295. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb +0 -49
  296. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb +0 -38
  297. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb +0 -59
  298. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb +0 -54
  299. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb +0 -24
  300. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb +0 -104
  301. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb +0 -79
  302. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb +0 -177
  303. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb +0 -21
  304. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb +0 -126
  305. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb +0 -80
  306. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb +0 -51
  307. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb +0 -51
  308. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb +0 -317
  309. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb +0 -168
  310. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb +0 -64
  311. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb +0 -120
  312. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb +0 -47
  313. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb +0 -268
  314. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb +0 -193
  315. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb +0 -235
  316. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb +0 -152
  317. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb +0 -28
  318. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb +0 -203
  319. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb +0 -14
  320. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb +0 -22
  321. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb +0 -298
  322. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb +0 -182
  323. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb +0 -80
  324. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb +0 -152
  325. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/spec_helper.rb +0 -28
  326. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/support/localhost_server.rb +0 -95
  327. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/support/server.rb +0 -115
  328. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/LICENSE.txt +0 -0
  329. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/README.md +0 -0
  330. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/idna/native.rb +0 -0
  331. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/idna.rb +0 -0
  332. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/template.rb +0 -0
  333. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/uri.rb +0 -0
  334. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable.rb +0 -0
  335. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/LICENSE +0 -0
  336. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curl.rb +0 -0
  337. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/constants.rb +0 -0
  338. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/form_options.rb +0 -0
  339. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/functions.rb +0 -0
  340. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/infos.rb +0 -0
  341. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/messages.rb +0 -0
  342. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/settings.rb +0 -0
  343. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/debug_info.rb +0 -0
  344. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/features.rb +0 -0
  345. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/form.rb +0 -0
  346. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/header.rb +0 -0
  347. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/actionable.rb +0 -0
  348. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/custom.rb +0 -0
  349. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/delete.rb +0 -0
  350. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/get.rb +0 -0
  351. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/head.rb +0 -0
  352. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/options.rb +0 -0
  353. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/patch.rb +0 -0
  354. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/post.rb +0 -0
  355. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/postable.rb +0 -0
  356. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/put.rb +0 -0
  357. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/putable.rb +0 -0
  358. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http.rb +0 -0
  359. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/mirror.rb +0 -0
  360. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/operations.rb +0 -0
  361. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/options.rb +0 -0
  362. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/params.rb +0 -0
  363. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/queryable.rb +0 -0
  364. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/util.rb +0 -0
  365. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy.rb +0 -0
  366. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/ethon_error.rb +0 -0
  367. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/global_init.rb +0 -0
  368. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_option.rb +0 -0
  369. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_value.rb +0 -0
  370. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_add.rb +0 -0
  371. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_fdset.rb +0 -0
  372. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_remove.rb +0 -0
  373. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_timeout.rb +0 -0
  374. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/select.rb +0 -0
  375. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors.rb +0 -0
  376. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/libc.rb +0 -0
  377. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/operations.rb +0 -0
  378. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/options.rb +0 -0
  379. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/stack.rb +0 -0
  380. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi.rb +0 -0
  381. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon.rb +0 -0
  382. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/.document +0 -0
  383. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/.yardopts +0 -0
  384. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/LICENSE.md +0 -0
  385. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/README.md +0 -0
  386. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  387. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  388. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  389. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  390. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  391. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  392. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  393. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  394. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance.rb +0 -0
  395. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
  396. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/argument_matchers.rb +0 -0
  397. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/configuration.rb +0 -0
  398. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/error_generator.rb +0 -0
  399. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/example_methods.rb +0 -0
  400. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  401. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/marshal_extension.rb +0 -0
  402. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  403. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  404. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive.rb +0 -0
  405. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  406. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  407. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/message_chain.rb +0 -0
  408. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/message_expectation.rb +0 -0
  409. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/method_double.rb +0 -0
  410. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/method_reference.rb +0 -0
  411. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/minitest_integration.rb +0 -0
  412. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/mutate_const.rb +0 -0
  413. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/object_reference.rb +0 -0
  414. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/proxy.rb +0 -0
  415. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/space.rb +0 -0
  416. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/standalone.rb +0 -0
  417. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/syntax.rb +0 -0
  418. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/targets.rb +0 -0
  419. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/test_double.rb +0 -0
  420. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_double.rb +0 -0
  421. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  422. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  423. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks.rb +0 -0
  424. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/LICENSE.md +0 -0
  425. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/README.md +0 -0
  426. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/caller_filter.rb +0 -0
  427. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/comparable_version.rb +0 -0
  428. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/differ.rb +0 -0
  429. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/directory_maker.rb +0 -0
  430. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/encoded_string.rb +0 -0
  431. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/hunk_generator.rb +0 -0
  432. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/matcher_definition.rb +0 -0
  433. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/method_signature_verifier.rb +0 -0
  434. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/mutex.rb +0 -0
  435. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/object_formatter.rb +0 -0
  436. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/recursive_const_methods.rb +0 -0
  437. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/reentrant_mutex.rb +0 -0
  438. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/ruby_features.rb +0 -0
  439. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source/location.rb +0 -0
  440. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source/node.rb +0 -0
  441. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source/token.rb +0 -0
  442. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source.rb +0 -0
  443. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  444. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/diff_helpers.rb +0 -0
  445. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/formatting_support.rb +0 -0
  446. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/in_sub_process.rb +0 -0
  447. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  448. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/shell_out.rb +0 -0
  449. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
  450. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/string_matcher.rb +0 -0
  451. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  452. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  453. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec.rb +0 -0
  454. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/warnings.rb +0 -0
  455. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
  456. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support.rb +0 -0
  457. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CONTRIBUTING.md +0 -0
  458. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/LICENSE +0 -0
  459. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/UPGRADE.md +0 -0
  460. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
  461. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
  462. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus.rb +0 -0
  463. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/adapters/faraday.rb +0 -0
  464. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/dalli.rb +0 -0
  465. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/rails.rb +0 -0
  466. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/redis.rb +0 -0
  467. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/config.rb +0 -0
  468. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/easy_factory.rb +0 -0
  469. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/no_stub.rb +0 -0
  470. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  471. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors.rb +0 -0
  472. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/expectation.rb +0 -0
  473. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/addable.rb +0 -0
  474. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/before.rb +0 -0
  475. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
  476. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
  477. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
  478. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/queueable.rb +0 -0
  479. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/runnable.rb +0 -0
  480. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
  481. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra.rb +0 -0
  482. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/pool.rb +0 -0
  483. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/railtie.rb +0 -0
  484. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/actions.rb +0 -0
  485. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/before.rb +0 -0
  486. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/block_connection.rb +0 -0
  487. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/cacheable.rb +0 -0
  488. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/callbacks.rb +0 -0
  489. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/marshal.rb +0 -0
  490. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/memoizable.rb +0 -0
  491. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/operations.rb +0 -0
  492. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/responseable.rb +0 -0
  493. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/streamable.rb +0 -0
  494. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/stubbable.rb +0 -0
  495. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request.rb +0 -0
  496. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/cacheable.rb +0 -0
  497. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/header.rb +0 -0
  498. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/informations.rb +0 -0
  499. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/status.rb +0 -0
  500. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response.rb +0 -0
  501. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus.rb +0 -0
data/docs/ReposApi.md CHANGED
@@ -31,6 +31,12 @@ Method | HTTP request | Description
31
31
  [**repos_rsa_list**](ReposApi.md#repos_rsa_list) | **GET** /repos/{owner}/{identifier}/rsa/ | Retrieve the active RSA key for the Repository.
32
32
  [**repos_rsa_regenerate**](ReposApi.md#repos_rsa_regenerate) | **POST** /repos/{owner}/{identifier}/rsa/regenerate/ | Regenerate RSA Key for the Repository.
33
33
  [**repos_transfer_region**](ReposApi.md#repos_transfer_region) | **POST** /repos/{owner}/{repo}/transfer-region/ | Transfer a repository to a different region.
34
+ [**repos_upstream_alpine_create**](ReposApi.md#repos_upstream_alpine_create) | **POST** /repos/{owner}/{identifier}/upstream/alpine/ | Create an Alpine upstream config for this repository.
35
+ [**repos_upstream_alpine_delete**](ReposApi.md#repos_upstream_alpine_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/alpine/{slug_perm}/ | Delete an Alpine upstream config for this repository.
36
+ [**repos_upstream_alpine_list**](ReposApi.md#repos_upstream_alpine_list) | **GET** /repos/{owner}/{identifier}/upstream/alpine/ | List Alpine upstream configs for this repository.
37
+ [**repos_upstream_alpine_partial_update**](ReposApi.md#repos_upstream_alpine_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/alpine/{slug_perm}/ | Partially update an Alpine upstream config for this repository.
38
+ [**repos_upstream_alpine_read**](ReposApi.md#repos_upstream_alpine_read) | **GET** /repos/{owner}/{identifier}/upstream/alpine/{slug_perm}/ | Retrieve an Alpine upstream config for this repository.
39
+ [**repos_upstream_alpine_update**](ReposApi.md#repos_upstream_alpine_update) | **PUT** /repos/{owner}/{identifier}/upstream/alpine/{slug_perm}/ | Update an Alpine upstream config for this repository.
34
40
  [**repos_upstream_cargo_create**](ReposApi.md#repos_upstream_cargo_create) | **POST** /repos/{owner}/{identifier}/upstream/cargo/ | Create a Cargo upstream config for this repository.
35
41
  [**repos_upstream_cargo_delete**](ReposApi.md#repos_upstream_cargo_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/ | Delete a Cargo upstream config for this repository.
36
42
  [**repos_upstream_cargo_list**](ReposApi.md#repos_upstream_cargo_list) | **GET** /repos/{owner}/{identifier}/upstream/cargo/ | List Cargo upstream configs for this repository.
@@ -1246,7 +1252,9 @@ owner = 'owner_example' # String |
1246
1252
 
1247
1253
  opts = {
1248
1254
  page: 56, # Integer | A page number within the paginated result set.
1249
- page_size: 56 # Integer | Number of results to return per page.
1255
+ page_size: 56, # Integer | Number of results to return per page.
1256
+ query: '', # String | A search term for querying repositories. Available options are: name, slug. Explicit filters: broadcast_state, repository_type.
1257
+ sort: '-created_at' # String | A field for sorting objects in ascending or descending order.
1250
1258
  }
1251
1259
 
1252
1260
  begin
@@ -1265,6 +1273,8 @@ Name | Type | Description | Notes
1265
1273
  **owner** | **String**| |
1266
1274
  **page** | **Integer**| A page number within the paginated result set. | [optional]
1267
1275
  **page_size** | **Integer**| Number of results to return per page. | [optional]
1276
+ **query** | **String**| A search term for querying repositories. Available options are: name, slug. Explicit filters: broadcast_state, repository_type. | [optional] [default to ]
1277
+ **sort** | **String**| A field for sorting objects in ascending or descending order. | [optional] [default to -created_at]
1268
1278
 
1269
1279
  ### Return type
1270
1280
 
@@ -1853,6 +1863,401 @@ nil (empty response body)
1853
1863
 
1854
1864
 
1855
1865
 
1866
+ # **repos_upstream_alpine_create**
1867
+ > AlpineUpstream repos_upstream_alpine_create(owner, identifier, opts)
1868
+
1869
+ Create an Alpine upstream config for this repository.
1870
+
1871
+ Create an Alpine upstream config for this repository.
1872
+
1873
+ ### Example
1874
+ ```ruby
1875
+ # load the gem
1876
+ require 'cloudsmith-api'
1877
+ # setup authorization
1878
+ CloudsmithApi.configure do |config|
1879
+ # Configure API key authorization: apikey
1880
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1881
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1882
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1883
+
1884
+ # Configure HTTP basic authorization: basic
1885
+ config.username = 'YOUR USERNAME'
1886
+ config.password = 'YOUR PASSWORD'
1887
+ end
1888
+
1889
+ api_instance = CloudsmithApi::ReposApi.new
1890
+
1891
+ owner = 'owner_example' # String |
1892
+
1893
+ identifier = 'identifier_example' # String |
1894
+
1895
+ opts = {
1896
+ data: CloudsmithApi::AlpineUpstreamRequest.new # AlpineUpstreamRequest |
1897
+ }
1898
+
1899
+ begin
1900
+ #Create an Alpine upstream config for this repository.
1901
+ result = api_instance.repos_upstream_alpine_create(owner, identifier, opts)
1902
+ p result
1903
+ rescue CloudsmithApi::ApiError => e
1904
+ puts "Exception when calling ReposApi->repos_upstream_alpine_create: #{e}"
1905
+ end
1906
+ ```
1907
+
1908
+ ### Parameters
1909
+
1910
+ Name | Type | Description | Notes
1911
+ ------------- | ------------- | ------------- | -------------
1912
+ **owner** | **String**| |
1913
+ **identifier** | **String**| |
1914
+ **data** | [**AlpineUpstreamRequest**](AlpineUpstreamRequest.md)| | [optional]
1915
+
1916
+ ### Return type
1917
+
1918
+ [**AlpineUpstream**](AlpineUpstream.md)
1919
+
1920
+ ### Authorization
1921
+
1922
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
1923
+
1924
+ ### HTTP request headers
1925
+
1926
+ - **Content-Type**: application/json
1927
+ - **Accept**: application/json
1928
+
1929
+
1930
+
1931
+ # **repos_upstream_alpine_delete**
1932
+ > repos_upstream_alpine_delete(owner, identifier, slug_perm)
1933
+
1934
+ Delete an Alpine upstream config for this repository.
1935
+
1936
+ Delete an Alpine upstream config for this repository.
1937
+
1938
+ ### Example
1939
+ ```ruby
1940
+ # load the gem
1941
+ require 'cloudsmith-api'
1942
+ # setup authorization
1943
+ CloudsmithApi.configure do |config|
1944
+ # Configure API key authorization: apikey
1945
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1946
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1947
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1948
+
1949
+ # Configure HTTP basic authorization: basic
1950
+ config.username = 'YOUR USERNAME'
1951
+ config.password = 'YOUR PASSWORD'
1952
+ end
1953
+
1954
+ api_instance = CloudsmithApi::ReposApi.new
1955
+
1956
+ owner = 'owner_example' # String |
1957
+
1958
+ identifier = 'identifier_example' # String |
1959
+
1960
+ slug_perm = 'slug_perm_example' # String |
1961
+
1962
+
1963
+ begin
1964
+ #Delete an Alpine upstream config for this repository.
1965
+ api_instance.repos_upstream_alpine_delete(owner, identifier, slug_perm)
1966
+ rescue CloudsmithApi::ApiError => e
1967
+ puts "Exception when calling ReposApi->repos_upstream_alpine_delete: #{e}"
1968
+ end
1969
+ ```
1970
+
1971
+ ### Parameters
1972
+
1973
+ Name | Type | Description | Notes
1974
+ ------------- | ------------- | ------------- | -------------
1975
+ **owner** | **String**| |
1976
+ **identifier** | **String**| |
1977
+ **slug_perm** | **String**| |
1978
+
1979
+ ### Return type
1980
+
1981
+ nil (empty response body)
1982
+
1983
+ ### Authorization
1984
+
1985
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
1986
+
1987
+ ### HTTP request headers
1988
+
1989
+ - **Content-Type**: application/json
1990
+ - **Accept**: application/json
1991
+
1992
+
1993
+
1994
+ # **repos_upstream_alpine_list**
1995
+ > Array<AlpineUpstream> repos_upstream_alpine_list(owner, identifier, opts)
1996
+
1997
+ List Alpine upstream configs for this repository.
1998
+
1999
+ List Alpine upstream configs for this repository.
2000
+
2001
+ ### Example
2002
+ ```ruby
2003
+ # load the gem
2004
+ require 'cloudsmith-api'
2005
+ # setup authorization
2006
+ CloudsmithApi.configure do |config|
2007
+ # Configure API key authorization: apikey
2008
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2009
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2010
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2011
+
2012
+ # Configure HTTP basic authorization: basic
2013
+ config.username = 'YOUR USERNAME'
2014
+ config.password = 'YOUR PASSWORD'
2015
+ end
2016
+
2017
+ api_instance = CloudsmithApi::ReposApi.new
2018
+
2019
+ owner = 'owner_example' # String |
2020
+
2021
+ identifier = 'identifier_example' # String |
2022
+
2023
+ opts = {
2024
+ page: 56, # Integer | A page number within the paginated result set.
2025
+ page_size: 56 # Integer | Number of results to return per page.
2026
+ }
2027
+
2028
+ begin
2029
+ #List Alpine upstream configs for this repository.
2030
+ result = api_instance.repos_upstream_alpine_list(owner, identifier, opts)
2031
+ p result
2032
+ rescue CloudsmithApi::ApiError => e
2033
+ puts "Exception when calling ReposApi->repos_upstream_alpine_list: #{e}"
2034
+ end
2035
+ ```
2036
+
2037
+ ### Parameters
2038
+
2039
+ Name | Type | Description | Notes
2040
+ ------------- | ------------- | ------------- | -------------
2041
+ **owner** | **String**| |
2042
+ **identifier** | **String**| |
2043
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
2044
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
2045
+
2046
+ ### Return type
2047
+
2048
+ [**Array<AlpineUpstream>**](AlpineUpstream.md)
2049
+
2050
+ ### Authorization
2051
+
2052
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
2053
+
2054
+ ### HTTP request headers
2055
+
2056
+ - **Content-Type**: application/json
2057
+ - **Accept**: application/json
2058
+
2059
+
2060
+
2061
+ # **repos_upstream_alpine_partial_update**
2062
+ > AlpineUpstream repos_upstream_alpine_partial_update(owner, identifier, slug_perm, opts)
2063
+
2064
+ Partially update an Alpine upstream config for this repository.
2065
+
2066
+ Partially update an Alpine upstream config for this repository.
2067
+
2068
+ ### Example
2069
+ ```ruby
2070
+ # load the gem
2071
+ require 'cloudsmith-api'
2072
+ # setup authorization
2073
+ CloudsmithApi.configure do |config|
2074
+ # Configure API key authorization: apikey
2075
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2076
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2077
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2078
+
2079
+ # Configure HTTP basic authorization: basic
2080
+ config.username = 'YOUR USERNAME'
2081
+ config.password = 'YOUR PASSWORD'
2082
+ end
2083
+
2084
+ api_instance = CloudsmithApi::ReposApi.new
2085
+
2086
+ owner = 'owner_example' # String |
2087
+
2088
+ identifier = 'identifier_example' # String |
2089
+
2090
+ slug_perm = 'slug_perm_example' # String |
2091
+
2092
+ opts = {
2093
+ data: CloudsmithApi::AlpineUpstreamRequestPatch.new # AlpineUpstreamRequestPatch |
2094
+ }
2095
+
2096
+ begin
2097
+ #Partially update an Alpine upstream config for this repository.
2098
+ result = api_instance.repos_upstream_alpine_partial_update(owner, identifier, slug_perm, opts)
2099
+ p result
2100
+ rescue CloudsmithApi::ApiError => e
2101
+ puts "Exception when calling ReposApi->repos_upstream_alpine_partial_update: #{e}"
2102
+ end
2103
+ ```
2104
+
2105
+ ### Parameters
2106
+
2107
+ Name | Type | Description | Notes
2108
+ ------------- | ------------- | ------------- | -------------
2109
+ **owner** | **String**| |
2110
+ **identifier** | **String**| |
2111
+ **slug_perm** | **String**| |
2112
+ **data** | [**AlpineUpstreamRequestPatch**](AlpineUpstreamRequestPatch.md)| | [optional]
2113
+
2114
+ ### Return type
2115
+
2116
+ [**AlpineUpstream**](AlpineUpstream.md)
2117
+
2118
+ ### Authorization
2119
+
2120
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
2121
+
2122
+ ### HTTP request headers
2123
+
2124
+ - **Content-Type**: application/json
2125
+ - **Accept**: application/json
2126
+
2127
+
2128
+
2129
+ # **repos_upstream_alpine_read**
2130
+ > AlpineUpstream repos_upstream_alpine_read(owner, identifier, slug_perm)
2131
+
2132
+ Retrieve an Alpine upstream config for this repository.
2133
+
2134
+ Retrieve an Alpine upstream config for this repository.
2135
+
2136
+ ### Example
2137
+ ```ruby
2138
+ # load the gem
2139
+ require 'cloudsmith-api'
2140
+ # setup authorization
2141
+ CloudsmithApi.configure do |config|
2142
+ # Configure API key authorization: apikey
2143
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2144
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2145
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2146
+
2147
+ # Configure HTTP basic authorization: basic
2148
+ config.username = 'YOUR USERNAME'
2149
+ config.password = 'YOUR PASSWORD'
2150
+ end
2151
+
2152
+ api_instance = CloudsmithApi::ReposApi.new
2153
+
2154
+ owner = 'owner_example' # String |
2155
+
2156
+ identifier = 'identifier_example' # String |
2157
+
2158
+ slug_perm = 'slug_perm_example' # String |
2159
+
2160
+
2161
+ begin
2162
+ #Retrieve an Alpine upstream config for this repository.
2163
+ result = api_instance.repos_upstream_alpine_read(owner, identifier, slug_perm)
2164
+ p result
2165
+ rescue CloudsmithApi::ApiError => e
2166
+ puts "Exception when calling ReposApi->repos_upstream_alpine_read: #{e}"
2167
+ end
2168
+ ```
2169
+
2170
+ ### Parameters
2171
+
2172
+ Name | Type | Description | Notes
2173
+ ------------- | ------------- | ------------- | -------------
2174
+ **owner** | **String**| |
2175
+ **identifier** | **String**| |
2176
+ **slug_perm** | **String**| |
2177
+
2178
+ ### Return type
2179
+
2180
+ [**AlpineUpstream**](AlpineUpstream.md)
2181
+
2182
+ ### Authorization
2183
+
2184
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
2185
+
2186
+ ### HTTP request headers
2187
+
2188
+ - **Content-Type**: application/json
2189
+ - **Accept**: application/json
2190
+
2191
+
2192
+
2193
+ # **repos_upstream_alpine_update**
2194
+ > AlpineUpstream repos_upstream_alpine_update(owner, identifier, slug_perm, opts)
2195
+
2196
+ Update an Alpine upstream config for this repository.
2197
+
2198
+ Update an Alpine upstream config for this repository.
2199
+
2200
+ ### Example
2201
+ ```ruby
2202
+ # load the gem
2203
+ require 'cloudsmith-api'
2204
+ # setup authorization
2205
+ CloudsmithApi.configure do |config|
2206
+ # Configure API key authorization: apikey
2207
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2208
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2209
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2210
+
2211
+ # Configure HTTP basic authorization: basic
2212
+ config.username = 'YOUR USERNAME'
2213
+ config.password = 'YOUR PASSWORD'
2214
+ end
2215
+
2216
+ api_instance = CloudsmithApi::ReposApi.new
2217
+
2218
+ owner = 'owner_example' # String |
2219
+
2220
+ identifier = 'identifier_example' # String |
2221
+
2222
+ slug_perm = 'slug_perm_example' # String |
2223
+
2224
+ opts = {
2225
+ data: CloudsmithApi::AlpineUpstreamRequest.new # AlpineUpstreamRequest |
2226
+ }
2227
+
2228
+ begin
2229
+ #Update an Alpine upstream config for this repository.
2230
+ result = api_instance.repos_upstream_alpine_update(owner, identifier, slug_perm, opts)
2231
+ p result
2232
+ rescue CloudsmithApi::ApiError => e
2233
+ puts "Exception when calling ReposApi->repos_upstream_alpine_update: #{e}"
2234
+ end
2235
+ ```
2236
+
2237
+ ### Parameters
2238
+
2239
+ Name | Type | Description | Notes
2240
+ ------------- | ------------- | ------------- | -------------
2241
+ **owner** | **String**| |
2242
+ **identifier** | **String**| |
2243
+ **slug_perm** | **String**| |
2244
+ **data** | [**AlpineUpstreamRequest**](AlpineUpstreamRequest.md)| | [optional]
2245
+
2246
+ ### Return type
2247
+
2248
+ [**AlpineUpstream**](AlpineUpstream.md)
2249
+
2250
+ ### Authorization
2251
+
2252
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
2253
+
2254
+ ### HTTP request headers
2255
+
2256
+ - **Content-Type**: application/json
2257
+ - **Accept**: application/json
2258
+
2259
+
2260
+
1856
2261
  # **repos_upstream_cargo_create**
1857
2262
  > CargoUpstream repos_upstream_cargo_create(owner, identifier, opts)
1858
2263
 
data/docs/Repository.md CHANGED
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
26
26
  **is_open_source** | **BOOLEAN** | | [optional]
27
27
  **is_private** | **BOOLEAN** | | [optional]
28
28
  **is_public** | **BOOLEAN** | | [optional]
29
+ **is_public_hidden** | **BOOLEAN** | If checked, this repository will be hidden from the list of public broadcasts for the workspace. | [optional]
29
30
  **manage_entitlements_privilege** | **String** | This defines the minimum level of privilege required for a user to manage entitlement tokens with private repositories. Management is the ability to create, alter, enable, disable or delete all tokens without a repository. | [optional] [default to 'Admin']
30
31
  **move_own** | **BOOLEAN** | If checked, users can move any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
31
32
  **move_packages** | **String** | This defines the minimum level of privilege required for a user to move packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific move setting. | [optional] [default to 'Admin']
@@ -55,6 +56,7 @@ Name | Type | Description | Notes
55
56
  **scan_packages** | **String** | This defines the minimum level of privilege required for a user to scan packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific scan setting. | [optional] [default to 'Read']
56
57
  **self_html_url** | **String** | Website URL for this repository. | [optional]
57
58
  **self_url** | **String** | API endpoint where data about this repository can be retrieved. | [optional]
59
+ **self_webapp_url** | **String** | Webapp URL for this repository. | [optional]
58
60
  **show_setup_all** | **BOOLEAN** | If checked, the Set Me Up help for all formats will always be shown, even if you don't have packages of that type uploaded. Otherwise, help will only be shown for packages that are in the repository. For example, if you have uploaded only NuGet packages, then the Set Me Up help for NuGet packages will be shown only. | [optional]
59
61
  **size** | **Integer** | The calculated size of the repository. | [optional]
60
62
  **size_str** | **String** | The calculated size of the repository (human readable). | [optional]
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
26
26
  **is_open_source** | **BOOLEAN** | | [optional]
27
27
  **is_private** | **BOOLEAN** | | [optional]
28
28
  **is_public** | **BOOLEAN** | | [optional]
29
+ **is_public_hidden** | **BOOLEAN** | If checked, this repository will be hidden from the list of public broadcasts for the workspace. | [optional]
29
30
  **manage_entitlements_privilege** | **String** | This defines the minimum level of privilege required for a user to manage entitlement tokens with private repositories. Management is the ability to create, alter, enable, disable or delete all tokens without a repository. | [optional] [default to 'Admin']
30
31
  **move_own** | **BOOLEAN** | If checked, users can move any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
31
32
  **move_packages** | **String** | This defines the minimum level of privilege required for a user to move packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific move setting. | [optional] [default to 'Admin']
@@ -55,6 +56,7 @@ Name | Type | Description | Notes
55
56
  **scan_packages** | **String** | This defines the minimum level of privilege required for a user to scan packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific scan setting. | [optional] [default to 'Read']
56
57
  **self_html_url** | **String** | Website URL for this repository. | [optional]
57
58
  **self_url** | **String** | API endpoint where data about this repository can be retrieved. | [optional]
59
+ **self_webapp_url** | **String** | Webapp URL for this repository. | [optional]
58
60
  **show_setup_all** | **BOOLEAN** | If checked, the Set Me Up help for all formats will always be shown, even if you don't have packages of that type uploaded. Otherwise, help will only be shown for packages that are in the repository. For example, if you have uploaded only NuGet packages, then the Set Me Up help for NuGet packages will be shown only. | [optional]
59
61
  **size** | **Integer** | The calculated size of the repository. | [optional]
60
62
  **size_str** | **String** | The calculated size of the repository (human readable). | [optional]
@@ -18,6 +18,7 @@ Name | Type | Description | Notes
18
18
  **enforce_eula** | **BOOLEAN** | If checked, downloads will explicitly require acceptance of an EULA. | [optional]
19
19
  **generic_package_index_enabled** | **BOOLEAN** | If checked, HTML indexes will be generated that list all available generic packages in the repository. | [optional]
20
20
  **index_files** | **BOOLEAN** | If checked, files contained in packages will be indexed, which increase the synchronisation time required for packages. Note that it is recommended you keep this enabled unless the synchronisation time is significantly impacted. | [optional]
21
+ **is_public_hidden** | **BOOLEAN** | If checked, this repository will be hidden from the list of public broadcasts for the workspace. | [optional]
21
22
  **manage_entitlements_privilege** | **String** | This defines the minimum level of privilege required for a user to manage entitlement tokens with private repositories. Management is the ability to create, alter, enable, disable or delete all tokens without a repository. | [optional] [default to 'Admin']
22
23
  **move_own** | **BOOLEAN** | If checked, users can move any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
23
24
  **move_packages** | **String** | This defines the minimum level of privilege required for a user to move packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific move setting. | [optional] [default to 'Admin']
@@ -18,6 +18,7 @@ Name | Type | Description | Notes
18
18
  **enforce_eula** | **BOOLEAN** | If checked, downloads will explicitly require acceptance of an EULA. | [optional]
19
19
  **generic_package_index_enabled** | **BOOLEAN** | If checked, HTML indexes will be generated that list all available generic packages in the repository. | [optional]
20
20
  **index_files** | **BOOLEAN** | If checked, files contained in packages will be indexed, which increase the synchronisation time required for packages. Note that it is recommended you keep this enabled unless the synchronisation time is significantly impacted. | [optional]
21
+ **is_public_hidden** | **BOOLEAN** | If checked, this repository will be hidden from the list of public broadcasts for the workspace. | [optional]
21
22
  **manage_entitlements_privilege** | **String** | This defines the minimum level of privilege required for a user to manage entitlement tokens with private repositories. Management is the ability to create, alter, enable, disable or delete all tokens without a repository. | [optional] [default to 'Admin']
22
23
  **move_own** | **BOOLEAN** | If checked, users can move any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
23
24
  **move_packages** | **String** | This defines the minimum level of privilege required for a user to move packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific move setting. | [optional] [default to 'Admin']
@@ -60,6 +60,7 @@ Name | Type | Description | Notes
60
60
  **security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional]
61
61
  **self_html_url** | **String** | | [optional]
62
62
  **self_url** | **String** | | [optional]
63
+ **self_webapp_url** | **String** | | [optional]
63
64
  **signature_url** | **String** | | [optional]
64
65
  **size** | **Integer** | The calculated size of the package. | [optional]
65
66
  **slug** | **String** | The public unique identifier for the package. | [optional]
data/docs/RpmUpstream.md CHANGED
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
6
6
  **auth_mode** | **String** | The authentication mode to use when accessing this upstream. | [optional] [default to 'None']
7
7
  **auth_secret** | **String** | Secret to provide with requests to upstream. | [optional]
8
8
  **auth_username** | **String** | Username to provide with requests to upstream. | [optional]
9
- **available** | **String** | | [optional]
10
- **can_reindex** | **String** | | [optional]
9
+ **available** | **BOOLEAN** | Whether the upstream is available for use. | [optional]
10
+ **can_reindex** | **BOOLEAN** | Whether the upstream can be reindexed. | [optional]
11
11
  **created_at** | **DateTime** | The datetime the upstream source was created. | [optional]
12
12
  **disable_reason** | **String** | | [optional] [default to 'N/A']
13
13
  **disable_reason_text** | **String** | Human-readable explanation of why this upstream is disabled | [optional]
@@ -20,9 +20,9 @@ Name | Type | Description | Notes
20
20
  **gpg_key_inline** | **String** | A public GPG key to associate with packages found on this upstream. When using the Cloudsmith setup script, this GPG key will be automatically imported on your deployment machines to allow upstream packages to validate and install. | [optional]
21
21
  **gpg_key_url** | **String** | When provided, Cloudsmith will fetch, validate, and associate a public GPG key found at the provided URL. When using the Cloudsmith setup script, this GPG key will be automatically imported on your deployment machines to allow upstream packages to validate and install. | [optional]
22
22
  **gpg_verification** | **String** | The GPG signature verification mode for this upstream. | [optional] [default to 'Allow All']
23
- **has_failed_signature_verification** | **String** | | [optional]
23
+ **has_failed_signature_verification** | **BOOLEAN** | Whether the upstream has failed signature verification. | [optional]
24
24
  **include_sources** | **BOOLEAN** | When checked, source packages will be available from this upstream. | [optional]
25
- **index_package_count** | **String** | The number of packages available in this upstream source | [optional]
25
+ **index_package_count** | **Integer** | The number of packages available in this upstream source | [optional]
26
26
  **index_status** | **String** | The current indexing status of this upstream source | [optional]
27
27
  **is_active** | **BOOLEAN** | Whether or not this upstream is active and ready for requests. | [optional]
28
28
  **last_indexed** | **String** | The last time this upstream source was indexed | [optional]
@@ -60,6 +60,7 @@ Name | Type | Description | Notes
60
60
  **security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional]
61
61
  **self_html_url** | **String** | | [optional]
62
62
  **self_url** | **String** | | [optional]
63
+ **self_webapp_url** | **String** | | [optional]
63
64
  **signature_url** | **String** | | [optional]
64
65
  **size** | **Integer** | The calculated size of the package. | [optional]
65
66
  **slug** | **String** | The public unique identifier for the package. | [optional]
data/docs/RubyUpstream.md CHANGED
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
6
6
  **auth_mode** | **String** | The authentication mode to use when accessing this upstream. | [optional] [default to 'None']
7
7
  **auth_secret** | **String** | Secret to provide with requests to upstream. | [optional]
8
8
  **auth_username** | **String** | Username to provide with requests to upstream. | [optional]
9
- **available** | **String** | | [optional]
10
- **can_reindex** | **String** | | [optional]
9
+ **available** | **BOOLEAN** | Whether the upstream is available for use. | [optional]
10
+ **can_reindex** | **BOOLEAN** | Whether the upstream can be reindexed. | [optional]
11
11
  **created_at** | **DateTime** | The datetime the upstream source was created. | [optional]
12
12
  **disable_reason** | **String** | | [optional] [default to 'N/A']
13
13
  **disable_reason_text** | **String** | Human-readable explanation of why this upstream is disabled | [optional]
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  **extra_header_2** | **String** | The key for extra header #2 to send to upstream. | [optional]
16
16
  **extra_value_1** | **String** | The value for extra header #1 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
17
17
  **extra_value_2** | **String** | The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
18
- **has_failed_signature_verification** | **String** | | [optional]
19
- **index_package_count** | **String** | The number of packages available in this upstream source | [optional]
18
+ **has_failed_signature_verification** | **BOOLEAN** | Whether the upstream has failed signature verification. | [optional]
19
+ **index_package_count** | **Integer** | The number of packages available in this upstream source | [optional]
20
20
  **index_status** | **String** | The current indexing status of this upstream source | [optional]
21
21
  **is_active** | **BOOLEAN** | Whether or not this upstream is active and ready for requests. | [optional]
22
22
  **last_indexed** | **String** | The last time this upstream source was indexed | [optional]
@@ -65,6 +65,7 @@ Name | Type | Description | Notes
65
65
  **security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional]
66
66
  **self_html_url** | **String** | | [optional]
67
67
  **self_url** | **String** | | [optional]
68
+ **self_webapp_url** | **String** | | [optional]
68
69
  **signature_url** | **String** | | [optional]
69
70
  **size** | **Integer** | The calculated size of the package. | [optional]
70
71
  **slug** | **String** | The public unique identifier for the package. | [optional]
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
6
6
  **auth_mode** | **String** | The authentication mode to use when accessing this upstream. | [optional] [default to 'None']
7
7
  **auth_secret** | **String** | Secret to provide with requests to upstream. | [optional]
8
8
  **auth_username** | **String** | Username to provide with requests to upstream. | [optional]
9
- **available** | **String** | | [optional]
10
- **can_reindex** | **String** | | [optional]
9
+ **available** | **BOOLEAN** | Whether the upstream is available for use. | [optional]
10
+ **can_reindex** | **BOOLEAN** | Whether the upstream can be reindexed. | [optional]
11
11
  **created_at** | **DateTime** | The datetime the upstream source was created. | [optional]
12
12
  **disable_reason** | **String** | | [optional] [default to 'N/A']
13
13
  **disable_reason_text** | **String** | Human-readable explanation of why this upstream is disabled | [optional]
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  **extra_header_2** | **String** | The key for extra header #2 to send to upstream. | [optional]
16
16
  **extra_value_1** | **String** | The value for extra header #1 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
17
17
  **extra_value_2** | **String** | The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
18
- **has_failed_signature_verification** | **String** | | [optional]
19
- **index_package_count** | **String** | The number of packages available in this upstream source | [optional]
18
+ **has_failed_signature_verification** | **BOOLEAN** | Whether the upstream has failed signature verification. | [optional]
19
+ **index_package_count** | **Integer** | The number of packages available in this upstream source | [optional]
20
20
  **index_status** | **String** | The current indexing status of this upstream source | [optional]
21
21
  **is_active** | **BOOLEAN** | Whether or not this upstream is active and ready for requests. | [optional]
22
22
  **last_indexed** | **String** | The last time this upstream source was indexed | [optional]
@@ -60,6 +60,7 @@ Name | Type | Description | Notes
60
60
  **security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional]
61
61
  **self_html_url** | **String** | | [optional]
62
62
  **self_url** | **String** | | [optional]
63
+ **self_webapp_url** | **String** | | [optional]
63
64
  **signature_url** | **String** | | [optional]
64
65
  **size** | **Integer** | The calculated size of the package. | [optional]
65
66
  **slug** | **String** | The public unique identifier for the package. | [optional]
@@ -61,6 +61,7 @@ Name | Type | Description | Notes
61
61
  **security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional]
62
62
  **self_html_url** | **String** | | [optional]
63
63
  **self_url** | **String** | | [optional]
64
+ **self_webapp_url** | **String** | | [optional]
64
65
  **signature_url** | **String** | | [optional]
65
66
  **size** | **Integer** | The calculated size of the package. | [optional]
66
67
  **slug** | **String** | The public unique identifier for the package. | [optional]