cloudsmith-api 2.0.21 → 2.0.22

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 (600) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +12 -10
  3. data/README.md +35 -6
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +1 -0
  6. data/docs/CargoPackageUpload.md +1 -0
  7. data/docs/CocoapodsPackageUpload.md +1 -0
  8. data/docs/ComposerPackageUpload.md +1 -0
  9. data/docs/ConanPackageUpload.md +1 -0
  10. data/docs/CondaPackageUpload.md +1 -0
  11. data/docs/CondaUpstream.md +25 -0
  12. data/docs/CondaUpstreamRequest.md +20 -0
  13. data/docs/CondaUpstreamRequestPatch.md +20 -0
  14. data/docs/CranPackageUpload.md +1 -0
  15. data/docs/DartPackageUpload.md +1 -0
  16. data/docs/DebPackageUpload.md +1 -0
  17. data/docs/DockerPackageUpload.md +1 -0
  18. data/docs/DynamicMapping.md +9 -0
  19. data/docs/GoPackageUpload.md +1 -0
  20. data/docs/HelmPackageUpload.md +1 -0
  21. data/docs/HexPackageUpload.md +1 -0
  22. data/docs/HuggingfacePackageUpload.md +88 -0
  23. data/docs/HuggingfacePackageUploadRequest.md +10 -0
  24. data/docs/HuggingfaceUpstream.md +25 -0
  25. data/docs/HuggingfaceUpstreamRequest.md +20 -0
  26. data/docs/HuggingfaceUpstreamRequestPatch.md +20 -0
  27. data/docs/LuarocksPackageUpload.md +1 -0
  28. data/docs/MavenPackageUpload.md +1 -0
  29. data/docs/NpmPackageUpload.md +1 -0
  30. data/docs/NugetPackageUpload.md +1 -0
  31. data/docs/OrgsApi.md +151 -14
  32. data/docs/P2PackageUpload.md +1 -0
  33. data/docs/Package.md +1 -0
  34. data/docs/PackageCopy.md +1 -0
  35. data/docs/PackageLicense.md +11 -0
  36. data/docs/PackageLicenseRequestPatch.md +12 -0
  37. data/docs/PackageMove.md +1 -0
  38. data/docs/PackageQuarantine.md +1 -0
  39. data/docs/PackageResync.md +1 -0
  40. data/docs/PackageTag.md +1 -0
  41. data/docs/PackagesApi.md +202 -0
  42. data/docs/ProviderSettings.md +2 -1
  43. data/docs/ProviderSettingsWrite.md +16 -0
  44. data/docs/ProviderSettingsWriteRequest.md +14 -0
  45. data/docs/ProviderSettingsWriteRequestPatch.md +14 -0
  46. data/docs/PythonPackageUpload.md +1 -0
  47. data/docs/RawPackageUpload.md +1 -0
  48. data/docs/ReposApi.md +1169 -367
  49. data/docs/RpmPackageUpload.md +1 -0
  50. data/docs/RubyPackageUpload.md +1 -0
  51. data/docs/StatusBasic.md +1 -1
  52. data/docs/SwiftPackageUpload.md +1 -0
  53. data/docs/TerraformPackageUpload.md +1 -0
  54. data/docs/VagrantPackageUpload.md +1 -0
  55. data/docs/Vulnerability.md +1 -0
  56. data/lib/cloudsmith-api/api/orgs_api.rb +150 -15
  57. data/lib/cloudsmith-api/api/packages_api.rb +194 -0
  58. data/lib/cloudsmith-api/api/repos_api.rb +1469 -679
  59. data/lib/cloudsmith-api/models/alpine_package_upload.rb +10 -1
  60. data/lib/cloudsmith-api/models/cargo_package_upload.rb +10 -1
  61. data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +10 -1
  62. data/lib/cloudsmith-api/models/composer_package_upload.rb +10 -1
  63. data/lib/cloudsmith-api/models/conan_package_upload.rb +10 -1
  64. data/lib/cloudsmith-api/models/conda_package_upload.rb +10 -1
  65. data/lib/cloudsmith-api/models/conda_upstream.rb +426 -0
  66. data/lib/cloudsmith-api/models/conda_upstream_request.rb +365 -0
  67. data/lib/cloudsmith-api/models/conda_upstream_request_patch.rb +355 -0
  68. data/lib/cloudsmith-api/models/cran_package_upload.rb +10 -1
  69. data/lib/cloudsmith-api/models/dart_package_upload.rb +10 -1
  70. data/lib/cloudsmith-api/models/deb_package_upload.rb +10 -1
  71. data/lib/cloudsmith-api/models/docker_package_upload.rb +10 -1
  72. data/lib/cloudsmith-api/models/dynamic_mapping.rb +206 -0
  73. data/lib/cloudsmith-api/models/go_package_upload.rb +10 -1
  74. data/lib/cloudsmith-api/models/helm_package_upload.rb +10 -1
  75. data/lib/cloudsmith-api/models/hex_package_upload.rb +10 -1
  76. data/lib/cloudsmith-api/models/huggingface_package_upload.rb +972 -0
  77. data/lib/cloudsmith-api/models/huggingface_package_upload_request.rb +210 -0
  78. data/lib/cloudsmith-api/models/huggingface_upstream.rb +426 -0
  79. data/lib/cloudsmith-api/models/huggingface_upstream_request.rb +365 -0
  80. data/lib/cloudsmith-api/models/huggingface_upstream_request_patch.rb +355 -0
  81. data/lib/cloudsmith-api/models/luarocks_package_upload.rb +10 -1
  82. data/lib/cloudsmith-api/models/maven_package_upload.rb +10 -1
  83. data/lib/cloudsmith-api/models/npm_package_upload.rb +10 -1
  84. data/lib/cloudsmith-api/models/nuget_package_upload.rb +10 -1
  85. data/lib/cloudsmith-api/models/p2_package_upload.rb +10 -1
  86. data/lib/cloudsmith-api/models/package.rb +10 -1
  87. data/lib/cloudsmith-api/models/package_copy.rb +10 -1
  88. data/lib/cloudsmith-api/models/package_license.rb +252 -0
  89. data/lib/cloudsmith-api/models/package_license_request_patch.rb +270 -0
  90. data/lib/cloudsmith-api/models/package_move.rb +10 -1
  91. data/lib/cloudsmith-api/models/package_quarantine.rb +10 -1
  92. data/lib/cloudsmith-api/models/package_resync.rb +10 -1
  93. data/lib/cloudsmith-api/models/package_tag.rb +10 -1
  94. data/lib/cloudsmith-api/models/provider_settings.rb +12 -7
  95. data/lib/cloudsmith-api/models/provider_settings_write.rb +289 -0
  96. data/lib/cloudsmith-api/models/{provider_settings_request.rb → provider_settings_write_request.rb} +25 -8
  97. data/lib/cloudsmith-api/models/{provider_settings_request_patch.rb → provider_settings_write_request_patch.rb} +25 -3
  98. data/lib/cloudsmith-api/models/python_package_upload.rb +10 -1
  99. data/lib/cloudsmith-api/models/raw_package_upload.rb +10 -1
  100. data/lib/cloudsmith-api/models/rpm_package_upload.rb +10 -1
  101. data/lib/cloudsmith-api/models/ruby_package_upload.rb +10 -1
  102. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  103. data/lib/cloudsmith-api/models/swift_package_upload.rb +10 -1
  104. data/lib/cloudsmith-api/models/terraform_package_upload.rb +10 -1
  105. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +10 -1
  106. data/lib/cloudsmith-api/models/vulnerability.rb +13 -1
  107. data/lib/cloudsmith-api/version.rb +1 -1
  108. data/lib/cloudsmith-api.rb +14 -2
  109. data/spec/api/orgs_api_spec.rb +36 -6
  110. data/spec/api/packages_api_spec.rb +44 -0
  111. data/spec/api/repos_api_spec.rb +174 -0
  112. data/spec/models/alpine_package_upload_spec.rb +6 -0
  113. data/spec/models/cargo_package_upload_spec.rb +6 -0
  114. data/spec/models/cocoapods_package_upload_spec.rb +6 -0
  115. data/spec/models/composer_package_upload_spec.rb +6 -0
  116. data/spec/models/conan_package_upload_spec.rb +6 -0
  117. data/spec/models/conda_package_upload_spec.rb +6 -0
  118. data/spec/models/conda_upstream_request_patch_spec.rb +121 -0
  119. data/spec/models/conda_upstream_request_spec.rb +121 -0
  120. data/spec/models/conda_upstream_spec.rb +155 -0
  121. data/spec/models/cran_package_upload_spec.rb +6 -0
  122. data/spec/models/dart_package_upload_spec.rb +6 -0
  123. data/spec/models/deb_package_upload_spec.rb +6 -0
  124. data/spec/models/docker_package_upload_spec.rb +6 -0
  125. data/spec/models/dynamic_mapping_spec.rb +47 -0
  126. data/spec/models/go_package_upload_spec.rb +6 -0
  127. data/spec/models/helm_package_upload_spec.rb +6 -0
  128. data/spec/models/hex_package_upload_spec.rb +6 -0
  129. data/spec/models/huggingface_package_upload_request_spec.rb +53 -0
  130. data/spec/models/huggingface_package_upload_spec.rb +525 -0
  131. data/spec/models/huggingface_upstream_request_patch_spec.rb +121 -0
  132. data/spec/models/huggingface_upstream_request_spec.rb +121 -0
  133. data/spec/models/huggingface_upstream_spec.rb +155 -0
  134. data/spec/models/luarocks_package_upload_spec.rb +6 -0
  135. data/spec/models/maven_package_upload_spec.rb +6 -0
  136. data/spec/models/npm_package_upload_spec.rb +6 -0
  137. data/spec/models/nuget_package_upload_spec.rb +6 -0
  138. data/spec/models/p2_package_upload_spec.rb +6 -0
  139. data/spec/models/package_copy_spec.rb +6 -0
  140. data/spec/models/package_license_request_patch_spec.rb +73 -0
  141. data/spec/models/package_license_spec.rb +63 -0
  142. data/spec/models/package_move_spec.rb +6 -0
  143. data/spec/models/package_quarantine_spec.rb +6 -0
  144. data/spec/models/package_resync_spec.rb +6 -0
  145. data/spec/models/package_spec.rb +6 -0
  146. data/spec/models/package_tag_spec.rb +6 -0
  147. data/spec/models/provider_settings_spec.rb +6 -0
  148. data/spec/models/{provider_settings_request_spec.rb → provider_settings_write_request_patch_spec.rb} +18 -6
  149. data/spec/models/{provider_settings_request_patch_spec.rb → provider_settings_write_request_spec.rb} +18 -6
  150. data/spec/models/provider_settings_write_spec.rb +89 -0
  151. data/spec/models/python_package_upload_spec.rb +6 -0
  152. data/spec/models/raw_package_upload_spec.rb +6 -0
  153. data/spec/models/rpm_package_upload_spec.rb +6 -0
  154. data/spec/models/ruby_package_upload_spec.rb +6 -0
  155. data/spec/models/swift_package_upload_spec.rb +6 -0
  156. data/spec/models/terraform_package_upload_spec.rb +6 -0
  157. data/spec/models/vagrant_package_upload_spec.rb +6 -0
  158. data/spec/models/vulnerability_spec.rb +6 -0
  159. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.3.0.gem +0 -0
  160. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.3.gem +0 -0
  161. data/vendor/bundle/ruby/2.6.0/cache/ethon-0.15.0.gem +0 -0
  162. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.1.gem +0 -0
  163. data/vendor/bundle/ruby/2.6.0/cache/memoist-0.16.2.gem +0 -0
  164. data/vendor/bundle/ruby/2.6.0/cache/rexml-3.4.4.gem +0 -0
  165. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.6.gem +0 -0
  166. data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.4.0.gem +0 -0
  167. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.5.0.gem +0 -0
  168. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/gem_make.out +5 -5
  169. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.3/bigdecimal.so +0 -0
  170. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/gem_make.out +67 -72
  171. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/mkmf.log +8 -193
  172. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/gem_make.out +2 -2
  173. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/mkmf.log +1 -1
  174. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
  175. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
  176. data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/CHANGELOG.md +35 -29
  177. data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/README.md +1 -7
  178. data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/lib/autotest-fsevent/version.rb +1 -1
  179. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/Makefile +3 -3
  180. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bigdecimal.c +721 -2269
  181. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bigdecimal.h +4 -25
  182. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bigdecimal.o +0 -0
  183. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bigdecimal.so +0 -0
  184. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bits.h +3 -0
  185. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/extconf.rb +3 -7
  186. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.h +1 -93
  187. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.o +0 -0
  188. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/math.rb +9 -6
  189. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal.rb +329 -0
  190. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal.so +0 -0
  191. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.github/workflows/ruby.yml +2 -2
  192. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/CHANGELOG.md +0 -3
  193. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/README.md +0 -23
  194. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/classes.rb +2 -12
  195. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/options.rb +3 -4
  196. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/callbacks.rb +1 -2
  197. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/informations.rb +0 -3
  198. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/response_callbacks.rb +1 -6
  199. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/version.rb +1 -1
  200. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/callbacks_spec.rb +0 -22
  201. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/informations_spec.rb +0 -6
  202. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/mirror_spec.rb +1 -1
  203. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/operations_spec.rb +0 -3
  204. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Makefile +2 -2
  205. data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/Gemfile +1 -1
  206. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/changelog.md +127 -0
  207. data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/version.rb +1 -1
  208. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
  209. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
  210. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/.gitignore +17 -0
  211. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/.travis.yml +21 -0
  212. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/CHANGELOG.md +130 -0
  213. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/Gemfile +4 -0
  214. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/LICENSE.md +20 -0
  215. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/README.md +157 -0
  216. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/Rakefile +12 -0
  217. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/lib/memoist/version.rb +5 -0
  218. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/lib/memoist.rb +238 -0
  219. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/memoist.gemspec +46 -0
  220. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/script/benchmark.rb +48 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/test/memoist_test.rb +563 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/test/test_helper.rb +3 -0
  223. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/NEWS.md +145 -1
  224. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/attribute.rb +7 -8
  225. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/cdata.rb +1 -1
  226. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/child.rb +2 -3
  227. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/comment.rb +1 -1
  228. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/doctype.rb +3 -8
  229. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/document.rb +21 -5
  230. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/element.rb +53 -59
  231. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/encoding.rb +3 -6
  232. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/functions.rb +3 -3
  233. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/instruction.rb +1 -1
  234. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/namespace.rb +4 -4
  235. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/node.rb +2 -2
  236. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/baseparser.rb +143 -81
  237. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/xpathparser.rb +4 -4
  238. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/quickpath.rb +19 -18
  239. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/rexml.rb +1 -1
  240. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/security.rb +2 -2
  241. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/source.rb +7 -2
  242. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/text.rb +14 -17
  243. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/validation/relaxng.rb +27 -26
  244. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/validation/validation.rb +8 -8
  245. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xpath.rb +2 -13
  246. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xpath_parser.rb +44 -42
  247. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/Changelog.md +18 -1
  248. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/differ.rb +0 -1
  249. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/method_signature_verifier.rb +35 -10
  250. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/version.rb +1 -1
  251. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support.rb +1 -0
  252. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/CHANGES.md +5 -0
  253. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/README.md +8 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/Rakefile +4 -1
  255. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/doc/uname.rdoc +1 -1
  256. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/uname.rb +1 -1
  257. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/unix/uname.rb +10 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/windows/uname.rb +10 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/spec/sys_platform_spec.rb +1 -1
  260. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/spec/sys_uname_spec.rb +75 -3
  261. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/sys-uname.gemspec +5 -2
  262. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CHANGELOG.md +43 -1
  263. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/expectation.rb +4 -2
  264. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/responseable.rb +1 -1
  265. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/version.rb +1 -1
  266. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/typhoeus.gemspec +14 -4
  267. data/vendor/bundle/ruby/2.6.0/specifications/{autotest-fsevent-0.2.22.gemspec → autotest-fsevent-0.3.0.gemspec} +4 -5
  268. data/vendor/bundle/ruby/2.6.0/specifications/{bigdecimal-3.2.2.gemspec → bigdecimal-3.2.3.gemspec} +2 -2
  269. data/vendor/bundle/ruby/2.6.0/specifications/{ethon-0.16.0.gemspec → ethon-0.15.0.gemspec} +3 -3
  270. data/vendor/bundle/ruby/2.6.0/specifications/{hashdiff-1.2.0.gemspec → hashdiff-1.2.1.gemspec} +3 -3
  271. data/vendor/bundle/ruby/2.6.0/specifications/memoist-0.16.2.gemspec +36 -0
  272. data/vendor/bundle/ruby/2.6.0/specifications/{rexml-3.4.1.gemspec → rexml-3.4.4.gemspec} +4 -4
  273. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.13.4.gemspec → rspec-support-3.13.6.gemspec} +4 -4
  274. data/vendor/bundle/ruby/2.6.0/specifications/{sys-uname-1.3.1.gemspec → sys-uname-1.4.0.gemspec} +6 -4
  275. data/vendor/bundle/ruby/2.6.0/specifications/{typhoeus-1.4.1.gemspec → typhoeus-1.5.0.gemspec} +8 -6
  276. metadata +431 -416
  277. data/docs/ProviderSettingsRequest.md +0 -12
  278. data/docs/ProviderSettingsRequestPatch.md +0 -12
  279. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.2.22.gem +0 -0
  280. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.2.gem +0 -0
  281. data/vendor/bundle/ruby/2.6.0/cache/ethon-0.16.0.gem +0 -0
  282. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.0.gem +0 -0
  283. data/vendor/bundle/ruby/2.6.0/cache/rexml-3.4.1.gem +0 -0
  284. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.4.gem +0 -0
  285. data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.3.1.gem +0 -0
  286. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.4.1.gem +0 -0
  287. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.2/bigdecimal.so +0 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/bigdecimal.o +0 -0
  289. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/bigdecimal.so +0 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal.rb +0 -5
  291. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal.so +0 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/changelog.md +0 -123
  293. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +0 -30
  294. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +0 -33
  295. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.gitignore +0 -8
  296. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.rspec +0 -4
  297. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Gemfile +0 -36
  298. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Guardfile +0 -9
  299. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Rakefile +0 -38
  300. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/perf/profile.rb +0 -14
  301. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +0 -64
  302. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -156
  303. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -31
  304. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +0 -29
  305. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +0 -94
  306. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +0 -15
  307. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/server.rb +0 -116
  308. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +0 -339
  309. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +0 -41
  310. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +0 -41
  311. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +0 -15
  312. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +0 -143
  313. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +0 -13
  314. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +0 -280
  315. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +0 -22
  316. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +0 -98
  317. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +0 -18
  318. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +0 -88
  319. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +0 -53
  320. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +0 -98
  321. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +0 -137
  322. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +0 -48
  323. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +0 -22
  324. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +0 -137
  325. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +0 -19
  326. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +0 -93
  327. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +0 -75
  328. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +0 -94
  329. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +0 -91
  330. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +0 -60
  331. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +0 -34
  332. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +0 -101
  333. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +0 -13
  334. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +0 -45
  335. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +0 -256
  336. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +0 -147
  337. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +0 -323
  338. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +0 -256
  339. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +0 -100
  340. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +0 -105
  341. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/gem.build_complete +0 -0
  342. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/gem.build_complete +0 -0
  343. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/LICENSE.txt +0 -0
  344. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/Makefile +0 -0
  345. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/extconf.rb +0 -0
  346. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/fsevent.dll +0 -0
  347. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/fsevent.so +0 -0
  348. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/fsevent_sleep.c +0 -0
  349. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/make +0 -0
  350. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/nmake.bat +0 -0
  351. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/lib/autotest/fsevent.rb +0 -0
  352. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/lib/autotest-fsevent.rb +0 -0
  353. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/post-install.txt +0 -0
  354. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/prebuilt/fsevent_sleep +0 -0
  355. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/LICENSE +0 -0
  356. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/bigdecimal.gemspec +0 -0
  357. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/.sitearchdir.time +0 -0
  358. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/feature.h +0 -0
  359. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing/dtoa.c +0 -0
  360. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.c +0 -0
  361. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/static_assert.h +0 -0
  362. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/jacobian.rb +0 -0
  363. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/ludcmp.rb +0 -0
  364. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/newton.rb +0 -0
  365. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/util.rb +0 -0
  366. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/sample/linear.rb +0 -0
  367. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/sample/nlsolve.rb +0 -0
  368. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/sample/pi.rb +0 -0
  369. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.gitignore +0 -0
  370. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.rspec +0 -0
  371. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Gemfile +0 -0
  372. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Guardfile +0 -0
  373. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/LICENSE +0 -0
  374. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Rakefile +0 -0
  375. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/ethon.gemspec +0 -0
  376. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curl.rb +0 -0
  377. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/codes.rb +0 -0
  378. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/constants.rb +0 -0
  379. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/form_options.rb +0 -0
  380. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/functions.rb +0 -0
  381. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/infos.rb +0 -0
  382. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/messages.rb +0 -0
  383. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/settings.rb +0 -0
  384. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/debug_info.rb +0 -0
  385. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/features.rb +0 -0
  386. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/form.rb +0 -0
  387. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/header.rb +0 -0
  388. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/actionable.rb +0 -0
  389. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/custom.rb +0 -0
  390. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/delete.rb +0 -0
  391. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/get.rb +0 -0
  392. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/head.rb +0 -0
  393. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/options.rb +0 -0
  394. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/patch.rb +0 -0
  395. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/post.rb +0 -0
  396. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/postable.rb +0 -0
  397. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/put.rb +0 -0
  398. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/putable.rb +0 -0
  399. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http.rb +0 -0
  400. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/mirror.rb +0 -0
  401. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/operations.rb +0 -0
  402. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/options.rb +0 -0
  403. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/params.rb +0 -0
  404. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/queryable.rb +0 -0
  405. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/util.rb +0 -0
  406. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy.rb +0 -0
  407. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/ethon_error.rb +0 -0
  408. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/global_init.rb +0 -0
  409. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_option.rb +0 -0
  410. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_value.rb +0 -0
  411. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_add.rb +0 -0
  412. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_fdset.rb +0 -0
  413. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_remove.rb +0 -0
  414. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_timeout.rb +0 -0
  415. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/select.rb +0 -0
  416. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors.rb +0 -0
  417. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/libc.rb +0 -0
  418. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/loggable.rb +0 -0
  419. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/operations.rb +0 -0
  420. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/options.rb +0 -0
  421. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/stack.rb +0 -0
  422. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi.rb +0 -0
  423. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon.rb +0 -0
  424. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/benchmarks.rb +0 -0
  425. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/memory_leaks.rb +0 -0
  426. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/perf_spec_helper.rb +0 -0
  427. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/memory_test_helpers.rb +0 -0
  428. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/os_memory_leak_tracker.rb +0 -0
  429. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/ruby_object_leak_tracker.rb +0 -0
  430. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/curl_spec.rb +0 -0
  431. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/debug_info_spec.rb +0 -0
  432. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/features_spec.rb +0 -0
  433. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/form_spec.rb +0 -0
  434. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/header_spec.rb +0 -0
  435. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/custom_spec.rb +0 -0
  436. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/delete_spec.rb +0 -0
  437. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/get_spec.rb +0 -0
  438. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/head_spec.rb +0 -0
  439. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/options_spec.rb +0 -0
  440. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/patch_spec.rb +0 -0
  441. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/post_spec.rb +0 -0
  442. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/put_spec.rb +0 -0
  443. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http_spec.rb +0 -0
  444. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/options_spec.rb +0 -0
  445. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/queryable_spec.rb +0 -0
  446. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/response_callbacks_spec.rb +0 -0
  447. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/util_spec.rb +0 -0
  448. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy_spec.rb +0 -0
  449. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/libc_spec.rb +0 -0
  450. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/loggable_spec.rb +0 -0
  451. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/operations_spec.rb +0 -0
  452. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/options_spec.rb +0 -0
  453. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/stack_spec.rb +0 -0
  454. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi_spec.rb +0 -0
  455. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/spec_helper.rb +0 -0
  456. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/localhost_server.rb +0 -0
  457. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/server.rb +0 -0
  458. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.github/workflows/ci.yml +0 -0
  459. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.gitignore +0 -0
  460. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.rspec +0 -0
  461. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.rubocop.yml +0 -0
  462. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.travis.yml +0 -0
  463. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.yardopts +0 -0
  464. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/LICENSE +0 -0
  465. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/README.md +0 -0
  466. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/Rakefile +0 -0
  467. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/hashdiff.gemspec +0 -0
  468. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/compare_hashes.rb +0 -0
  469. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/diff.rb +0 -0
  470. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/lcs.rb +0 -0
  471. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/lcs_compare_arrays.rb +0 -0
  472. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/linear_compare_array.rb +0 -0
  473. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/patch.rb +0 -0
  474. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/util.rb +0 -0
  475. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff.rb +0 -0
  476. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/LICENSE.txt +0 -0
  477. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/README.md +0 -0
  478. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/context.rdoc +0 -0
  479. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/child.rdoc +0 -0
  480. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/document.rdoc +0 -0
  481. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/element.rdoc +0 -0
  482. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/node.rdoc +0 -0
  483. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/parent.rdoc +0 -0
  484. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/child_toc.rdoc +0 -0
  485. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/document_toc.rdoc +0 -0
  486. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/element_toc.rdoc +0 -0
  487. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/master_toc.rdoc +0 -0
  488. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/node_toc.rdoc +0 -0
  489. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/parent_toc.rdoc +0 -0
  490. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tutorial.rdoc +0 -0
  491. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/attlistdecl.rb +0 -0
  492. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/attlistdecl.rb +0 -0
  493. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/dtd.rb +0 -0
  494. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/elementdecl.rb +0 -0
  495. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/entitydecl.rb +0 -0
  496. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/notationdecl.rb +0 -0
  497. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/entity.rb +0 -0
  498. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/formatters/default.rb +0 -0
  499. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/formatters/pretty.rb +0 -0
  500. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/formatters/transitive.rb +0 -0
  501. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/light/node.rb +0 -0
  502. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/output.rb +0 -0
  503. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parent.rb +0 -0
  504. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parseexception.rb +0 -0
  505. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/lightparser.rb +0 -0
  506. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/pullparser.rb +0 -0
  507. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/sax2parser.rb +0 -0
  508. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/streamparser.rb +0 -0
  509. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/treeparser.rb +0 -0
  510. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/ultralightparser.rb +0 -0
  511. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/sax2listener.rb +0 -0
  512. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/streamlistener.rb +0 -0
  513. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/undefinednamespaceexception.rb +0 -0
  514. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/validation/validationexception.rb +0 -0
  515. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xmldecl.rb +0 -0
  516. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xmltokens.rb +0 -0
  517. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml.rb +0 -0
  518. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/LICENSE.md +0 -0
  519. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/README.md +0 -0
  520. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/caller_filter.rb +0 -0
  521. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/comparable_version.rb +0 -0
  522. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/directory_maker.rb +0 -0
  523. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/encoded_string.rb +0 -0
  524. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/fuzzy_matcher.rb +0 -0
  525. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/hunk_generator.rb +0 -0
  526. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/matcher_definition.rb +0 -0
  527. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/mutex.rb +0 -0
  528. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/object_formatter.rb +0 -0
  529. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/recursive_const_methods.rb +0 -0
  530. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/reentrant_mutex.rb +0 -0
  531. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/ruby_features.rb +0 -0
  532. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/source/location.rb +0 -0
  533. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/source/node.rb +0 -0
  534. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/source/token.rb +0 -0
  535. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/source.rb +0 -0
  536. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  537. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/diff_helpers.rb +0 -0
  538. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/formatting_support.rb +0 -0
  539. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/in_sub_process.rb +0 -0
  540. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  541. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/shell_out.rb +0 -0
  542. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
  543. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/string_matcher.rb +0 -0
  544. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  545. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  546. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec.rb +0 -0
  547. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/warnings.rb +0 -0
  548. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
  549. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/Gemfile +0 -0
  550. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/LICENSE +0 -0
  551. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/MANIFEST.md +0 -0
  552. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/certs/djberg96_pub.pem +0 -0
  553. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/examples/uname_test.rb +0 -0
  554. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/platform.rb +0 -0
  555. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys-uname.rb +0 -0
  556. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/spec/spec_helper.rb +0 -0
  557. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CONTRIBUTING.md +0 -0
  558. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/LICENSE +0 -0
  559. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/README.md +0 -0
  560. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/UPGRADE.md +0 -0
  561. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
  562. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
  563. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus.rb +0 -0
  564. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/adapters/faraday.rb +0 -0
  565. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/dalli.rb +0 -0
  566. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/rails.rb +0 -0
  567. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/redis.rb +0 -0
  568. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/config.rb +0 -0
  569. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/easy_factory.rb +0 -0
  570. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/no_stub.rb +0 -0
  571. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  572. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors.rb +0 -0
  573. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/addable.rb +0 -0
  574. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/before.rb +0 -0
  575. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
  576. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
  577. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
  578. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/queueable.rb +0 -0
  579. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/runnable.rb +0 -0
  580. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
  581. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra.rb +0 -0
  582. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/pool.rb +0 -0
  583. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/railtie.rb +0 -0
  584. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/actions.rb +0 -0
  585. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/before.rb +0 -0
  586. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/block_connection.rb +0 -0
  587. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/cacheable.rb +0 -0
  588. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/callbacks.rb +0 -0
  589. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/marshal.rb +0 -0
  590. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/memoizable.rb +0 -0
  591. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/operations.rb +0 -0
  592. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/streamable.rb +0 -0
  593. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/stubbable.rb +0 -0
  594. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request.rb +0 -0
  595. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/cacheable.rb +0 -0
  596. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/header.rb +0 -0
  597. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/informations.rb +0 -0
  598. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/status.rb +0 -0
  599. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response.rb +0 -0
  600. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus.rb +0 -0
data/docs/ReposApi.md CHANGED
@@ -43,6 +43,12 @@ Method | HTTP request | Description
43
43
  [**repos_upstream_composer_partial_update**](ReposApi.md#repos_upstream_composer_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/composer/{slug_perm}/ | Partially update a Composer upstream config for this repository.
44
44
  [**repos_upstream_composer_read**](ReposApi.md#repos_upstream_composer_read) | **GET** /repos/{owner}/{identifier}/upstream/composer/{slug_perm}/ | Retrieve a Composer upstream config for this repository.
45
45
  [**repos_upstream_composer_update**](ReposApi.md#repos_upstream_composer_update) | **PUT** /repos/{owner}/{identifier}/upstream/composer/{slug_perm}/ | Update a Composer upstream config for this repository.
46
+ [**repos_upstream_conda_create**](ReposApi.md#repos_upstream_conda_create) | **POST** /repos/{owner}/{identifier}/upstream/conda/ | Create a Conda upstream config for this repository.
47
+ [**repos_upstream_conda_delete**](ReposApi.md#repos_upstream_conda_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/conda/{slug_perm}/ | Delete a Conda upstream config for this repository.
48
+ [**repos_upstream_conda_list**](ReposApi.md#repos_upstream_conda_list) | **GET** /repos/{owner}/{identifier}/upstream/conda/ | List Conda upstream configs for this repository.
49
+ [**repos_upstream_conda_partial_update**](ReposApi.md#repos_upstream_conda_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/conda/{slug_perm}/ | Partially update a Conda upstream config for this repository.
50
+ [**repos_upstream_conda_read**](ReposApi.md#repos_upstream_conda_read) | **GET** /repos/{owner}/{identifier}/upstream/conda/{slug_perm}/ | Retrieve a Conda upstream config for this repository.
51
+ [**repos_upstream_conda_update**](ReposApi.md#repos_upstream_conda_update) | **PUT** /repos/{owner}/{identifier}/upstream/conda/{slug_perm}/ | Update a Conda upstream config for this repository.
46
52
  [**repos_upstream_cran_create**](ReposApi.md#repos_upstream_cran_create) | **POST** /repos/{owner}/{identifier}/upstream/cran/ | Create a CRAN upstream config for this repository.
47
53
  [**repos_upstream_cran_delete**](ReposApi.md#repos_upstream_cran_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Delete a CRAN upstream config for this repository.
48
54
  [**repos_upstream_cran_list**](ReposApi.md#repos_upstream_cran_list) | **GET** /repos/{owner}/{identifier}/upstream/cran/ | List CRAN upstream configs for this repository.
@@ -85,6 +91,12 @@ Method | HTTP request | Description
85
91
  [**repos_upstream_hex_partial_update**](ReposApi.md#repos_upstream_hex_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/hex/{slug_perm}/ | Partially update a Hex upstream config for this repository.
86
92
  [**repos_upstream_hex_read**](ReposApi.md#repos_upstream_hex_read) | **GET** /repos/{owner}/{identifier}/upstream/hex/{slug_perm}/ | Retrieve a Hex upstream config for this repository.
87
93
  [**repos_upstream_hex_update**](ReposApi.md#repos_upstream_hex_update) | **PUT** /repos/{owner}/{identifier}/upstream/hex/{slug_perm}/ | Update a Hex upstream config for this repository.
94
+ [**repos_upstream_huggingface_create**](ReposApi.md#repos_upstream_huggingface_create) | **POST** /repos/{owner}/{identifier}/upstream/huggingface/ | Create a HuggingFace upstream config for this repository.
95
+ [**repos_upstream_huggingface_delete**](ReposApi.md#repos_upstream_huggingface_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/ | Delete a HuggingFace upstream config for this repository.
96
+ [**repos_upstream_huggingface_list**](ReposApi.md#repos_upstream_huggingface_list) | **GET** /repos/{owner}/{identifier}/upstream/huggingface/ | List HuggingFace upstream configs for this repository.
97
+ [**repos_upstream_huggingface_partial_update**](ReposApi.md#repos_upstream_huggingface_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/ | Partially update a HuggingFace upstream config for this repository.
98
+ [**repos_upstream_huggingface_read**](ReposApi.md#repos_upstream_huggingface_read) | **GET** /repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/ | Retrieve a HuggingFace upstream config for this repository.
99
+ [**repos_upstream_huggingface_update**](ReposApi.md#repos_upstream_huggingface_update) | **PUT** /repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/ | Update a HuggingFace upstream config for this repository.
88
100
  [**repos_upstream_maven_create**](ReposApi.md#repos_upstream_maven_create) | **POST** /repos/{owner}/{identifier}/upstream/maven/ | Create a Maven upstream config for this repository.
89
101
  [**repos_upstream_maven_delete**](ReposApi.md#repos_upstream_maven_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ | Delete a Maven upstream config for this repository.
90
102
  [**repos_upstream_maven_list**](ReposApi.md#repos_upstream_maven_list) | **GET** /repos/{owner}/{identifier}/upstream/maven/ | List Maven upstream configs for this repository.
@@ -2625,12 +2637,12 @@ Name | Type | Description | Notes
2625
2637
 
2626
2638
 
2627
2639
 
2628
- # **repos_upstream_cran_create**
2629
- > CranUpstream repos_upstream_cran_create(owner, identifier, opts)
2640
+ # **repos_upstream_conda_create**
2641
+ > CondaUpstream repos_upstream_conda_create(owner, identifier, opts)
2630
2642
 
2631
- Create a CRAN upstream config for this repository.
2643
+ Create a Conda upstream config for this repository.
2632
2644
 
2633
- Create a CRAN upstream config for this repository.
2645
+ Create a Conda upstream config for this repository.
2634
2646
 
2635
2647
  ### Example
2636
2648
  ```ruby
@@ -2655,15 +2667,15 @@ owner = 'owner_example' # String |
2655
2667
  identifier = 'identifier_example' # String |
2656
2668
 
2657
2669
  opts = {
2658
- data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
2670
+ data: CloudsmithApi::CondaUpstreamRequest.new # CondaUpstreamRequest |
2659
2671
  }
2660
2672
 
2661
2673
  begin
2662
- #Create a CRAN upstream config for this repository.
2663
- result = api_instance.repos_upstream_cran_create(owner, identifier, opts)
2674
+ #Create a Conda upstream config for this repository.
2675
+ result = api_instance.repos_upstream_conda_create(owner, identifier, opts)
2664
2676
  p result
2665
2677
  rescue CloudsmithApi::ApiError => e
2666
- puts "Exception when calling ReposApi->repos_upstream_cran_create: #{e}"
2678
+ puts "Exception when calling ReposApi->repos_upstream_conda_create: #{e}"
2667
2679
  end
2668
2680
  ```
2669
2681
 
@@ -2673,11 +2685,11 @@ Name | Type | Description | Notes
2673
2685
  ------------- | ------------- | ------------- | -------------
2674
2686
  **owner** | **String**| |
2675
2687
  **identifier** | **String**| |
2676
- **data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
2688
+ **data** | [**CondaUpstreamRequest**](CondaUpstreamRequest.md)| | [optional]
2677
2689
 
2678
2690
  ### Return type
2679
2691
 
2680
- [**CranUpstream**](CranUpstream.md)
2692
+ [**CondaUpstream**](CondaUpstream.md)
2681
2693
 
2682
2694
  ### Authorization
2683
2695
 
@@ -2690,12 +2702,12 @@ Name | Type | Description | Notes
2690
2702
 
2691
2703
 
2692
2704
 
2693
- # **repos_upstream_cran_delete**
2694
- > repos_upstream_cran_delete(owner, identifier, slug_perm)
2705
+ # **repos_upstream_conda_delete**
2706
+ > repos_upstream_conda_delete(owner, identifier, slug_perm)
2695
2707
 
2696
- Delete a CRAN upstream config for this repository.
2708
+ Delete a Conda upstream config for this repository.
2697
2709
 
2698
- Delete a CRAN upstream config for this repository.
2710
+ Delete a Conda upstream config for this repository.
2699
2711
 
2700
2712
  ### Example
2701
2713
  ```ruby
@@ -2723,10 +2735,10 @@ slug_perm = 'slug_perm_example' # String |
2723
2735
 
2724
2736
 
2725
2737
  begin
2726
- #Delete a CRAN upstream config for this repository.
2727
- api_instance.repos_upstream_cran_delete(owner, identifier, slug_perm)
2738
+ #Delete a Conda upstream config for this repository.
2739
+ api_instance.repos_upstream_conda_delete(owner, identifier, slug_perm)
2728
2740
  rescue CloudsmithApi::ApiError => e
2729
- puts "Exception when calling ReposApi->repos_upstream_cran_delete: #{e}"
2741
+ puts "Exception when calling ReposApi->repos_upstream_conda_delete: #{e}"
2730
2742
  end
2731
2743
  ```
2732
2744
 
@@ -2753,12 +2765,12 @@ nil (empty response body)
2753
2765
 
2754
2766
 
2755
2767
 
2756
- # **repos_upstream_cran_list**
2757
- > Array<CranUpstream> repos_upstream_cran_list(owner, identifier, opts)
2768
+ # **repos_upstream_conda_list**
2769
+ > Array<CondaUpstream> repos_upstream_conda_list(owner, identifier, opts)
2758
2770
 
2759
- List CRAN upstream configs for this repository.
2771
+ List Conda upstream configs for this repository.
2760
2772
 
2761
- List CRAN upstream configs for this repository.
2773
+ List Conda upstream configs for this repository.
2762
2774
 
2763
2775
  ### Example
2764
2776
  ```ruby
@@ -2788,11 +2800,11 @@ opts = {
2788
2800
  }
2789
2801
 
2790
2802
  begin
2791
- #List CRAN upstream configs for this repository.
2792
- result = api_instance.repos_upstream_cran_list(owner, identifier, opts)
2803
+ #List Conda upstream configs for this repository.
2804
+ result = api_instance.repos_upstream_conda_list(owner, identifier, opts)
2793
2805
  p result
2794
2806
  rescue CloudsmithApi::ApiError => e
2795
- puts "Exception when calling ReposApi->repos_upstream_cran_list: #{e}"
2807
+ puts "Exception when calling ReposApi->repos_upstream_conda_list: #{e}"
2796
2808
  end
2797
2809
  ```
2798
2810
 
@@ -2807,7 +2819,7 @@ Name | Type | Description | Notes
2807
2819
 
2808
2820
  ### Return type
2809
2821
 
2810
- [**Array<CranUpstream>**](CranUpstream.md)
2822
+ [**Array<CondaUpstream>**](CondaUpstream.md)
2811
2823
 
2812
2824
  ### Authorization
2813
2825
 
@@ -2820,12 +2832,12 @@ Name | Type | Description | Notes
2820
2832
 
2821
2833
 
2822
2834
 
2823
- # **repos_upstream_cran_partial_update**
2824
- > CranUpstream repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
2835
+ # **repos_upstream_conda_partial_update**
2836
+ > CondaUpstream repos_upstream_conda_partial_update(owner, identifier, slug_perm, opts)
2825
2837
 
2826
- Partially update a CRAN upstream config for this repository.
2838
+ Partially update a Conda upstream config for this repository.
2827
2839
 
2828
- Partially update a CRAN upstream config for this repository.
2840
+ Partially update a Conda upstream config for this repository.
2829
2841
 
2830
2842
  ### Example
2831
2843
  ```ruby
@@ -2852,15 +2864,15 @@ identifier = 'identifier_example' # String |
2852
2864
  slug_perm = 'slug_perm_example' # String |
2853
2865
 
2854
2866
  opts = {
2855
- data: CloudsmithApi::CranUpstreamRequestPatch.new # CranUpstreamRequestPatch |
2867
+ data: CloudsmithApi::CondaUpstreamRequestPatch.new # CondaUpstreamRequestPatch |
2856
2868
  }
2857
2869
 
2858
2870
  begin
2859
- #Partially update a CRAN upstream config for this repository.
2860
- result = api_instance.repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
2871
+ #Partially update a Conda upstream config for this repository.
2872
+ result = api_instance.repos_upstream_conda_partial_update(owner, identifier, slug_perm, opts)
2861
2873
  p result
2862
2874
  rescue CloudsmithApi::ApiError => e
2863
- puts "Exception when calling ReposApi->repos_upstream_cran_partial_update: #{e}"
2875
+ puts "Exception when calling ReposApi->repos_upstream_conda_partial_update: #{e}"
2864
2876
  end
2865
2877
  ```
2866
2878
 
@@ -2871,11 +2883,11 @@ Name | Type | Description | Notes
2871
2883
  **owner** | **String**| |
2872
2884
  **identifier** | **String**| |
2873
2885
  **slug_perm** | **String**| |
2874
- **data** | [**CranUpstreamRequestPatch**](CranUpstreamRequestPatch.md)| | [optional]
2886
+ **data** | [**CondaUpstreamRequestPatch**](CondaUpstreamRequestPatch.md)| | [optional]
2875
2887
 
2876
2888
  ### Return type
2877
2889
 
2878
- [**CranUpstream**](CranUpstream.md)
2890
+ [**CondaUpstream**](CondaUpstream.md)
2879
2891
 
2880
2892
  ### Authorization
2881
2893
 
@@ -2888,12 +2900,12 @@ Name | Type | Description | Notes
2888
2900
 
2889
2901
 
2890
2902
 
2891
- # **repos_upstream_cran_read**
2892
- > CranUpstream repos_upstream_cran_read(owner, identifier, slug_perm)
2903
+ # **repos_upstream_conda_read**
2904
+ > CondaUpstream repos_upstream_conda_read(owner, identifier, slug_perm)
2893
2905
 
2894
- Retrieve a CRAN upstream config for this repository.
2906
+ Retrieve a Conda upstream config for this repository.
2895
2907
 
2896
- Retrieve a CRAN upstream config for this repository.
2908
+ Retrieve a Conda upstream config for this repository.
2897
2909
 
2898
2910
  ### Example
2899
2911
  ```ruby
@@ -2921,11 +2933,11 @@ slug_perm = 'slug_perm_example' # String |
2921
2933
 
2922
2934
 
2923
2935
  begin
2924
- #Retrieve a CRAN upstream config for this repository.
2925
- result = api_instance.repos_upstream_cran_read(owner, identifier, slug_perm)
2936
+ #Retrieve a Conda upstream config for this repository.
2937
+ result = api_instance.repos_upstream_conda_read(owner, identifier, slug_perm)
2926
2938
  p result
2927
2939
  rescue CloudsmithApi::ApiError => e
2928
- puts "Exception when calling ReposApi->repos_upstream_cran_read: #{e}"
2940
+ puts "Exception when calling ReposApi->repos_upstream_conda_read: #{e}"
2929
2941
  end
2930
2942
  ```
2931
2943
 
@@ -2939,7 +2951,7 @@ Name | Type | Description | Notes
2939
2951
 
2940
2952
  ### Return type
2941
2953
 
2942
- [**CranUpstream**](CranUpstream.md)
2954
+ [**CondaUpstream**](CondaUpstream.md)
2943
2955
 
2944
2956
  ### Authorization
2945
2957
 
@@ -2952,12 +2964,12 @@ Name | Type | Description | Notes
2952
2964
 
2953
2965
 
2954
2966
 
2955
- # **repos_upstream_cran_update**
2956
- > CranUpstream repos_upstream_cran_update(owner, identifier, slug_perm, opts)
2967
+ # **repos_upstream_conda_update**
2968
+ > CondaUpstream repos_upstream_conda_update(owner, identifier, slug_perm, opts)
2957
2969
 
2958
- Update a CRAN upstream config for this repository.
2970
+ Update a Conda upstream config for this repository.
2959
2971
 
2960
- Update a CRAN upstream config for this repository.
2972
+ Update a Conda upstream config for this repository.
2961
2973
 
2962
2974
  ### Example
2963
2975
  ```ruby
@@ -2984,15 +2996,15 @@ identifier = 'identifier_example' # String |
2984
2996
  slug_perm = 'slug_perm_example' # String |
2985
2997
 
2986
2998
  opts = {
2987
- data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
2999
+ data: CloudsmithApi::CondaUpstreamRequest.new # CondaUpstreamRequest |
2988
3000
  }
2989
3001
 
2990
3002
  begin
2991
- #Update a CRAN upstream config for this repository.
2992
- result = api_instance.repos_upstream_cran_update(owner, identifier, slug_perm, opts)
3003
+ #Update a Conda upstream config for this repository.
3004
+ result = api_instance.repos_upstream_conda_update(owner, identifier, slug_perm, opts)
2993
3005
  p result
2994
3006
  rescue CloudsmithApi::ApiError => e
2995
- puts "Exception when calling ReposApi->repos_upstream_cran_update: #{e}"
3007
+ puts "Exception when calling ReposApi->repos_upstream_conda_update: #{e}"
2996
3008
  end
2997
3009
  ```
2998
3010
 
@@ -3003,11 +3015,11 @@ Name | Type | Description | Notes
3003
3015
  **owner** | **String**| |
3004
3016
  **identifier** | **String**| |
3005
3017
  **slug_perm** | **String**| |
3006
- **data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
3018
+ **data** | [**CondaUpstreamRequest**](CondaUpstreamRequest.md)| | [optional]
3007
3019
 
3008
3020
  ### Return type
3009
3021
 
3010
- [**CranUpstream**](CranUpstream.md)
3022
+ [**CondaUpstream**](CondaUpstream.md)
3011
3023
 
3012
3024
  ### Authorization
3013
3025
 
@@ -3020,12 +3032,12 @@ Name | Type | Description | Notes
3020
3032
 
3021
3033
 
3022
3034
 
3023
- # **repos_upstream_dart_create**
3024
- > DartUpstream repos_upstream_dart_create(owner, identifier, opts)
3035
+ # **repos_upstream_cran_create**
3036
+ > CranUpstream repos_upstream_cran_create(owner, identifier, opts)
3025
3037
 
3026
- Create a Dart upstream config for this repository.
3038
+ Create a CRAN upstream config for this repository.
3027
3039
 
3028
- Create a Dart upstream config for this repository.
3040
+ Create a CRAN upstream config for this repository.
3029
3041
 
3030
3042
  ### Example
3031
3043
  ```ruby
@@ -3050,15 +3062,15 @@ owner = 'owner_example' # String |
3050
3062
  identifier = 'identifier_example' # String |
3051
3063
 
3052
3064
  opts = {
3053
- data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
3065
+ data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
3054
3066
  }
3055
3067
 
3056
3068
  begin
3057
- #Create a Dart upstream config for this repository.
3058
- result = api_instance.repos_upstream_dart_create(owner, identifier, opts)
3069
+ #Create a CRAN upstream config for this repository.
3070
+ result = api_instance.repos_upstream_cran_create(owner, identifier, opts)
3059
3071
  p result
3060
3072
  rescue CloudsmithApi::ApiError => e
3061
- puts "Exception when calling ReposApi->repos_upstream_dart_create: #{e}"
3073
+ puts "Exception when calling ReposApi->repos_upstream_cran_create: #{e}"
3062
3074
  end
3063
3075
  ```
3064
3076
 
@@ -3068,11 +3080,11 @@ Name | Type | Description | Notes
3068
3080
  ------------- | ------------- | ------------- | -------------
3069
3081
  **owner** | **String**| |
3070
3082
  **identifier** | **String**| |
3071
- **data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
3083
+ **data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
3072
3084
 
3073
3085
  ### Return type
3074
3086
 
3075
- [**DartUpstream**](DartUpstream.md)
3087
+ [**CranUpstream**](CranUpstream.md)
3076
3088
 
3077
3089
  ### Authorization
3078
3090
 
@@ -3085,12 +3097,12 @@ Name | Type | Description | Notes
3085
3097
 
3086
3098
 
3087
3099
 
3088
- # **repos_upstream_dart_delete**
3089
- > repos_upstream_dart_delete(owner, identifier, slug_perm)
3100
+ # **repos_upstream_cran_delete**
3101
+ > repos_upstream_cran_delete(owner, identifier, slug_perm)
3090
3102
 
3091
- Delete a Dart upstream config for this repository.
3103
+ Delete a CRAN upstream config for this repository.
3092
3104
 
3093
- Delete a Dart upstream config for this repository.
3105
+ Delete a CRAN upstream config for this repository.
3094
3106
 
3095
3107
  ### Example
3096
3108
  ```ruby
@@ -3118,10 +3130,10 @@ slug_perm = 'slug_perm_example' # String |
3118
3130
 
3119
3131
 
3120
3132
  begin
3121
- #Delete a Dart upstream config for this repository.
3122
- api_instance.repos_upstream_dart_delete(owner, identifier, slug_perm)
3133
+ #Delete a CRAN upstream config for this repository.
3134
+ api_instance.repos_upstream_cran_delete(owner, identifier, slug_perm)
3123
3135
  rescue CloudsmithApi::ApiError => e
3124
- puts "Exception when calling ReposApi->repos_upstream_dart_delete: #{e}"
3136
+ puts "Exception when calling ReposApi->repos_upstream_cran_delete: #{e}"
3125
3137
  end
3126
3138
  ```
3127
3139
 
@@ -3148,12 +3160,12 @@ nil (empty response body)
3148
3160
 
3149
3161
 
3150
3162
 
3151
- # **repos_upstream_dart_list**
3152
- > Array<DartUpstream> repos_upstream_dart_list(owner, identifier, opts)
3163
+ # **repos_upstream_cran_list**
3164
+ > Array<CranUpstream> repos_upstream_cran_list(owner, identifier, opts)
3153
3165
 
3154
- List Dart upstream configs for this repository.
3166
+ List CRAN upstream configs for this repository.
3155
3167
 
3156
- List Dart upstream configs for this repository.
3168
+ List CRAN upstream configs for this repository.
3157
3169
 
3158
3170
  ### Example
3159
3171
  ```ruby
@@ -3183,11 +3195,11 @@ opts = {
3183
3195
  }
3184
3196
 
3185
3197
  begin
3186
- #List Dart upstream configs for this repository.
3187
- result = api_instance.repos_upstream_dart_list(owner, identifier, opts)
3198
+ #List CRAN upstream configs for this repository.
3199
+ result = api_instance.repos_upstream_cran_list(owner, identifier, opts)
3188
3200
  p result
3189
3201
  rescue CloudsmithApi::ApiError => e
3190
- puts "Exception when calling ReposApi->repos_upstream_dart_list: #{e}"
3202
+ puts "Exception when calling ReposApi->repos_upstream_cran_list: #{e}"
3191
3203
  end
3192
3204
  ```
3193
3205
 
@@ -3202,7 +3214,7 @@ Name | Type | Description | Notes
3202
3214
 
3203
3215
  ### Return type
3204
3216
 
3205
- [**Array<DartUpstream>**](DartUpstream.md)
3217
+ [**Array<CranUpstream>**](CranUpstream.md)
3206
3218
 
3207
3219
  ### Authorization
3208
3220
 
@@ -3215,12 +3227,12 @@ Name | Type | Description | Notes
3215
3227
 
3216
3228
 
3217
3229
 
3218
- # **repos_upstream_dart_partial_update**
3219
- > DartUpstream repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
3230
+ # **repos_upstream_cran_partial_update**
3231
+ > CranUpstream repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
3220
3232
 
3221
- Partially update a Dart upstream config for this repository.
3233
+ Partially update a CRAN upstream config for this repository.
3222
3234
 
3223
- Partially update a Dart upstream config for this repository.
3235
+ Partially update a CRAN upstream config for this repository.
3224
3236
 
3225
3237
  ### Example
3226
3238
  ```ruby
@@ -3247,15 +3259,15 @@ identifier = 'identifier_example' # String |
3247
3259
  slug_perm = 'slug_perm_example' # String |
3248
3260
 
3249
3261
  opts = {
3250
- data: CloudsmithApi::DartUpstreamRequestPatch.new # DartUpstreamRequestPatch |
3262
+ data: CloudsmithApi::CranUpstreamRequestPatch.new # CranUpstreamRequestPatch |
3251
3263
  }
3252
3264
 
3253
3265
  begin
3254
- #Partially update a Dart upstream config for this repository.
3255
- result = api_instance.repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
3266
+ #Partially update a CRAN upstream config for this repository.
3267
+ result = api_instance.repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
3256
3268
  p result
3257
3269
  rescue CloudsmithApi::ApiError => e
3258
- puts "Exception when calling ReposApi->repos_upstream_dart_partial_update: #{e}"
3270
+ puts "Exception when calling ReposApi->repos_upstream_cran_partial_update: #{e}"
3259
3271
  end
3260
3272
  ```
3261
3273
 
@@ -3266,11 +3278,11 @@ Name | Type | Description | Notes
3266
3278
  **owner** | **String**| |
3267
3279
  **identifier** | **String**| |
3268
3280
  **slug_perm** | **String**| |
3269
- **data** | [**DartUpstreamRequestPatch**](DartUpstreamRequestPatch.md)| | [optional]
3281
+ **data** | [**CranUpstreamRequestPatch**](CranUpstreamRequestPatch.md)| | [optional]
3270
3282
 
3271
3283
  ### Return type
3272
3284
 
3273
- [**DartUpstream**](DartUpstream.md)
3285
+ [**CranUpstream**](CranUpstream.md)
3274
3286
 
3275
3287
  ### Authorization
3276
3288
 
@@ -3283,12 +3295,12 @@ Name | Type | Description | Notes
3283
3295
 
3284
3296
 
3285
3297
 
3286
- # **repos_upstream_dart_read**
3287
- > DartUpstream repos_upstream_dart_read(owner, identifier, slug_perm)
3298
+ # **repos_upstream_cran_read**
3299
+ > CranUpstream repos_upstream_cran_read(owner, identifier, slug_perm)
3288
3300
 
3289
- Retrieve a Dart upstream config for this repository.
3301
+ Retrieve a CRAN upstream config for this repository.
3290
3302
 
3291
- Retrieve a Dart upstream config for this repository.
3303
+ Retrieve a CRAN upstream config for this repository.
3292
3304
 
3293
3305
  ### Example
3294
3306
  ```ruby
@@ -3316,11 +3328,11 @@ slug_perm = 'slug_perm_example' # String |
3316
3328
 
3317
3329
 
3318
3330
  begin
3319
- #Retrieve a Dart upstream config for this repository.
3320
- result = api_instance.repos_upstream_dart_read(owner, identifier, slug_perm)
3331
+ #Retrieve a CRAN upstream config for this repository.
3332
+ result = api_instance.repos_upstream_cran_read(owner, identifier, slug_perm)
3321
3333
  p result
3322
3334
  rescue CloudsmithApi::ApiError => e
3323
- puts "Exception when calling ReposApi->repos_upstream_dart_read: #{e}"
3335
+ puts "Exception when calling ReposApi->repos_upstream_cran_read: #{e}"
3324
3336
  end
3325
3337
  ```
3326
3338
 
@@ -3334,7 +3346,7 @@ Name | Type | Description | Notes
3334
3346
 
3335
3347
  ### Return type
3336
3348
 
3337
- [**DartUpstream**](DartUpstream.md)
3349
+ [**CranUpstream**](CranUpstream.md)
3338
3350
 
3339
3351
  ### Authorization
3340
3352
 
@@ -3347,12 +3359,12 @@ Name | Type | Description | Notes
3347
3359
 
3348
3360
 
3349
3361
 
3350
- # **repos_upstream_dart_update**
3351
- > DartUpstream repos_upstream_dart_update(owner, identifier, slug_perm, opts)
3362
+ # **repos_upstream_cran_update**
3363
+ > CranUpstream repos_upstream_cran_update(owner, identifier, slug_perm, opts)
3352
3364
 
3353
- Update a Dart upstream config for this repository.
3365
+ Update a CRAN upstream config for this repository.
3354
3366
 
3355
- Update a Dart upstream config for this repository.
3367
+ Update a CRAN upstream config for this repository.
3356
3368
 
3357
3369
  ### Example
3358
3370
  ```ruby
@@ -3379,15 +3391,15 @@ identifier = 'identifier_example' # String |
3379
3391
  slug_perm = 'slug_perm_example' # String |
3380
3392
 
3381
3393
  opts = {
3382
- data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
3394
+ data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
3383
3395
  }
3384
3396
 
3385
3397
  begin
3386
- #Update a Dart upstream config for this repository.
3387
- result = api_instance.repos_upstream_dart_update(owner, identifier, slug_perm, opts)
3398
+ #Update a CRAN upstream config for this repository.
3399
+ result = api_instance.repos_upstream_cran_update(owner, identifier, slug_perm, opts)
3388
3400
  p result
3389
3401
  rescue CloudsmithApi::ApiError => e
3390
- puts "Exception when calling ReposApi->repos_upstream_dart_update: #{e}"
3402
+ puts "Exception when calling ReposApi->repos_upstream_cran_update: #{e}"
3391
3403
  end
3392
3404
  ```
3393
3405
 
@@ -3398,11 +3410,11 @@ Name | Type | Description | Notes
3398
3410
  **owner** | **String**| |
3399
3411
  **identifier** | **String**| |
3400
3412
  **slug_perm** | **String**| |
3401
- **data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
3413
+ **data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
3402
3414
 
3403
3415
  ### Return type
3404
3416
 
3405
- [**DartUpstream**](DartUpstream.md)
3417
+ [**CranUpstream**](CranUpstream.md)
3406
3418
 
3407
3419
  ### Authorization
3408
3420
 
@@ -3415,12 +3427,12 @@ Name | Type | Description | Notes
3415
3427
 
3416
3428
 
3417
3429
 
3418
- # **repos_upstream_deb_create**
3419
- > DebUpstream repos_upstream_deb_create(owner, identifier, opts)
3430
+ # **repos_upstream_dart_create**
3431
+ > DartUpstream repos_upstream_dart_create(owner, identifier, opts)
3420
3432
 
3421
- Create a Debian upstream config for this repository.
3433
+ Create a Dart upstream config for this repository.
3422
3434
 
3423
- Create a Debian upstream config for this repository.
3435
+ Create a Dart upstream config for this repository.
3424
3436
 
3425
3437
  ### Example
3426
3438
  ```ruby
@@ -3445,15 +3457,15 @@ owner = 'owner_example' # String |
3445
3457
  identifier = 'identifier_example' # String |
3446
3458
 
3447
3459
  opts = {
3448
- data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
3460
+ data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
3449
3461
  }
3450
3462
 
3451
3463
  begin
3452
- #Create a Debian upstream config for this repository.
3453
- result = api_instance.repos_upstream_deb_create(owner, identifier, opts)
3464
+ #Create a Dart upstream config for this repository.
3465
+ result = api_instance.repos_upstream_dart_create(owner, identifier, opts)
3454
3466
  p result
3455
3467
  rescue CloudsmithApi::ApiError => e
3456
- puts "Exception when calling ReposApi->repos_upstream_deb_create: #{e}"
3468
+ puts "Exception when calling ReposApi->repos_upstream_dart_create: #{e}"
3457
3469
  end
3458
3470
  ```
3459
3471
 
@@ -3463,11 +3475,11 @@ Name | Type | Description | Notes
3463
3475
  ------------- | ------------- | ------------- | -------------
3464
3476
  **owner** | **String**| |
3465
3477
  **identifier** | **String**| |
3466
- **data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
3478
+ **data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
3467
3479
 
3468
3480
  ### Return type
3469
3481
 
3470
- [**DebUpstream**](DebUpstream.md)
3482
+ [**DartUpstream**](DartUpstream.md)
3471
3483
 
3472
3484
  ### Authorization
3473
3485
 
@@ -3480,12 +3492,12 @@ Name | Type | Description | Notes
3480
3492
 
3481
3493
 
3482
3494
 
3483
- # **repos_upstream_deb_delete**
3484
- > repos_upstream_deb_delete(owner, identifier, slug_perm)
3495
+ # **repos_upstream_dart_delete**
3496
+ > repos_upstream_dart_delete(owner, identifier, slug_perm)
3485
3497
 
3486
- Delete a Debian upstream config for this repository.
3498
+ Delete a Dart upstream config for this repository.
3487
3499
 
3488
- Delete a Debian upstream config for this repository.
3500
+ Delete a Dart upstream config for this repository.
3489
3501
 
3490
3502
  ### Example
3491
3503
  ```ruby
@@ -3513,10 +3525,10 @@ slug_perm = 'slug_perm_example' # String |
3513
3525
 
3514
3526
 
3515
3527
  begin
3516
- #Delete a Debian upstream config for this repository.
3517
- api_instance.repos_upstream_deb_delete(owner, identifier, slug_perm)
3528
+ #Delete a Dart upstream config for this repository.
3529
+ api_instance.repos_upstream_dart_delete(owner, identifier, slug_perm)
3518
3530
  rescue CloudsmithApi::ApiError => e
3519
- puts "Exception when calling ReposApi->repos_upstream_deb_delete: #{e}"
3531
+ puts "Exception when calling ReposApi->repos_upstream_dart_delete: #{e}"
3520
3532
  end
3521
3533
  ```
3522
3534
 
@@ -3543,12 +3555,12 @@ nil (empty response body)
3543
3555
 
3544
3556
 
3545
3557
 
3546
- # **repos_upstream_deb_list**
3547
- > Array<DebUpstream> repos_upstream_deb_list(owner, identifier, opts)
3558
+ # **repos_upstream_dart_list**
3559
+ > Array<DartUpstream> repos_upstream_dart_list(owner, identifier, opts)
3548
3560
 
3549
- List Debian upstream configs for this repository.
3561
+ List Dart upstream configs for this repository.
3550
3562
 
3551
- List Debian upstream configs for this repository.
3563
+ List Dart upstream configs for this repository.
3552
3564
 
3553
3565
  ### Example
3554
3566
  ```ruby
@@ -3578,11 +3590,11 @@ opts = {
3578
3590
  }
3579
3591
 
3580
3592
  begin
3581
- #List Debian upstream configs for this repository.
3582
- result = api_instance.repos_upstream_deb_list(owner, identifier, opts)
3593
+ #List Dart upstream configs for this repository.
3594
+ result = api_instance.repos_upstream_dart_list(owner, identifier, opts)
3583
3595
  p result
3584
3596
  rescue CloudsmithApi::ApiError => e
3585
- puts "Exception when calling ReposApi->repos_upstream_deb_list: #{e}"
3597
+ puts "Exception when calling ReposApi->repos_upstream_dart_list: #{e}"
3586
3598
  end
3587
3599
  ```
3588
3600
 
@@ -3597,7 +3609,7 @@ Name | Type | Description | Notes
3597
3609
 
3598
3610
  ### Return type
3599
3611
 
3600
- [**Array<DebUpstream>**](DebUpstream.md)
3612
+ [**Array<DartUpstream>**](DartUpstream.md)
3601
3613
 
3602
3614
  ### Authorization
3603
3615
 
@@ -3610,12 +3622,12 @@ Name | Type | Description | Notes
3610
3622
 
3611
3623
 
3612
3624
 
3613
- # **repos_upstream_deb_partial_update**
3614
- > DebUpstream repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
3625
+ # **repos_upstream_dart_partial_update**
3626
+ > DartUpstream repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
3615
3627
 
3616
- Partially update a Debian upstream config for this repository.
3628
+ Partially update a Dart upstream config for this repository.
3617
3629
 
3618
- Partially update a Debian upstream config for this repository.
3630
+ Partially update a Dart upstream config for this repository.
3619
3631
 
3620
3632
  ### Example
3621
3633
  ```ruby
@@ -3642,15 +3654,15 @@ identifier = 'identifier_example' # String |
3642
3654
  slug_perm = 'slug_perm_example' # String |
3643
3655
 
3644
3656
  opts = {
3645
- data: CloudsmithApi::DebUpstreamRequestPatch.new # DebUpstreamRequestPatch |
3657
+ data: CloudsmithApi::DartUpstreamRequestPatch.new # DartUpstreamRequestPatch |
3646
3658
  }
3647
3659
 
3648
3660
  begin
3649
- #Partially update a Debian upstream config for this repository.
3650
- result = api_instance.repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
3661
+ #Partially update a Dart upstream config for this repository.
3662
+ result = api_instance.repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
3651
3663
  p result
3652
3664
  rescue CloudsmithApi::ApiError => e
3653
- puts "Exception when calling ReposApi->repos_upstream_deb_partial_update: #{e}"
3665
+ puts "Exception when calling ReposApi->repos_upstream_dart_partial_update: #{e}"
3654
3666
  end
3655
3667
  ```
3656
3668
 
@@ -3661,11 +3673,11 @@ Name | Type | Description | Notes
3661
3673
  **owner** | **String**| |
3662
3674
  **identifier** | **String**| |
3663
3675
  **slug_perm** | **String**| |
3664
- **data** | [**DebUpstreamRequestPatch**](DebUpstreamRequestPatch.md)| | [optional]
3676
+ **data** | [**DartUpstreamRequestPatch**](DartUpstreamRequestPatch.md)| | [optional]
3665
3677
 
3666
3678
  ### Return type
3667
3679
 
3668
- [**DebUpstream**](DebUpstream.md)
3680
+ [**DartUpstream**](DartUpstream.md)
3669
3681
 
3670
3682
  ### Authorization
3671
3683
 
@@ -3678,12 +3690,12 @@ Name | Type | Description | Notes
3678
3690
 
3679
3691
 
3680
3692
 
3681
- # **repos_upstream_deb_read**
3682
- > DebUpstream repos_upstream_deb_read(owner, identifier, slug_perm)
3693
+ # **repos_upstream_dart_read**
3694
+ > DartUpstream repos_upstream_dart_read(owner, identifier, slug_perm)
3683
3695
 
3684
- Retrieve a Debian upstream config for this repository.
3696
+ Retrieve a Dart upstream config for this repository.
3685
3697
 
3686
- Retrieve a Debian upstream config for this repository.
3698
+ Retrieve a Dart upstream config for this repository.
3687
3699
 
3688
3700
  ### Example
3689
3701
  ```ruby
@@ -3711,11 +3723,11 @@ slug_perm = 'slug_perm_example' # String |
3711
3723
 
3712
3724
 
3713
3725
  begin
3714
- #Retrieve a Debian upstream config for this repository.
3715
- result = api_instance.repos_upstream_deb_read(owner, identifier, slug_perm)
3726
+ #Retrieve a Dart upstream config for this repository.
3727
+ result = api_instance.repos_upstream_dart_read(owner, identifier, slug_perm)
3716
3728
  p result
3717
3729
  rescue CloudsmithApi::ApiError => e
3718
- puts "Exception when calling ReposApi->repos_upstream_deb_read: #{e}"
3730
+ puts "Exception when calling ReposApi->repos_upstream_dart_read: #{e}"
3719
3731
  end
3720
3732
  ```
3721
3733
 
@@ -3729,7 +3741,7 @@ Name | Type | Description | Notes
3729
3741
 
3730
3742
  ### Return type
3731
3743
 
3732
- [**DebUpstream**](DebUpstream.md)
3744
+ [**DartUpstream**](DartUpstream.md)
3733
3745
 
3734
3746
  ### Authorization
3735
3747
 
@@ -3742,12 +3754,12 @@ Name | Type | Description | Notes
3742
3754
 
3743
3755
 
3744
3756
 
3745
- # **repos_upstream_deb_update**
3746
- > DebUpstream repos_upstream_deb_update(owner, identifier, slug_perm, opts)
3757
+ # **repos_upstream_dart_update**
3758
+ > DartUpstream repos_upstream_dart_update(owner, identifier, slug_perm, opts)
3747
3759
 
3748
- Update a Debian upstream config for this repository.
3760
+ Update a Dart upstream config for this repository.
3749
3761
 
3750
- Update a Debian upstream config for this repository.
3762
+ Update a Dart upstream config for this repository.
3751
3763
 
3752
3764
  ### Example
3753
3765
  ```ruby
@@ -3774,15 +3786,673 @@ identifier = 'identifier_example' # String |
3774
3786
  slug_perm = 'slug_perm_example' # String |
3775
3787
 
3776
3788
  opts = {
3777
- data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
3789
+ data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
3778
3790
  }
3779
3791
 
3780
3792
  begin
3781
- #Update a Debian upstream config for this repository.
3793
+ #Update a Dart upstream config for this repository.
3794
+ result = api_instance.repos_upstream_dart_update(owner, identifier, slug_perm, opts)
3795
+ p result
3796
+ rescue CloudsmithApi::ApiError => e
3797
+ puts "Exception when calling ReposApi->repos_upstream_dart_update: #{e}"
3798
+ end
3799
+ ```
3800
+
3801
+ ### Parameters
3802
+
3803
+ Name | Type | Description | Notes
3804
+ ------------- | ------------- | ------------- | -------------
3805
+ **owner** | **String**| |
3806
+ **identifier** | **String**| |
3807
+ **slug_perm** | **String**| |
3808
+ **data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
3809
+
3810
+ ### Return type
3811
+
3812
+ [**DartUpstream**](DartUpstream.md)
3813
+
3814
+ ### Authorization
3815
+
3816
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3817
+
3818
+ ### HTTP request headers
3819
+
3820
+ - **Content-Type**: application/json
3821
+ - **Accept**: application/json
3822
+
3823
+
3824
+
3825
+ # **repos_upstream_deb_create**
3826
+ > DebUpstream repos_upstream_deb_create(owner, identifier, opts)
3827
+
3828
+ Create a Debian upstream config for this repository.
3829
+
3830
+ Create a Debian upstream config for this repository.
3831
+
3832
+ ### Example
3833
+ ```ruby
3834
+ # load the gem
3835
+ require 'cloudsmith-api'
3836
+ # setup authorization
3837
+ CloudsmithApi.configure do |config|
3838
+ # Configure API key authorization: apikey
3839
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3840
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3841
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3842
+
3843
+ # Configure HTTP basic authorization: basic
3844
+ config.username = 'YOUR USERNAME'
3845
+ config.password = 'YOUR PASSWORD'
3846
+ end
3847
+
3848
+ api_instance = CloudsmithApi::ReposApi.new
3849
+
3850
+ owner = 'owner_example' # String |
3851
+
3852
+ identifier = 'identifier_example' # String |
3853
+
3854
+ opts = {
3855
+ data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
3856
+ }
3857
+
3858
+ begin
3859
+ #Create a Debian upstream config for this repository.
3860
+ result = api_instance.repos_upstream_deb_create(owner, identifier, opts)
3861
+ p result
3862
+ rescue CloudsmithApi::ApiError => e
3863
+ puts "Exception when calling ReposApi->repos_upstream_deb_create: #{e}"
3864
+ end
3865
+ ```
3866
+
3867
+ ### Parameters
3868
+
3869
+ Name | Type | Description | Notes
3870
+ ------------- | ------------- | ------------- | -------------
3871
+ **owner** | **String**| |
3872
+ **identifier** | **String**| |
3873
+ **data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
3874
+
3875
+ ### Return type
3876
+
3877
+ [**DebUpstream**](DebUpstream.md)
3878
+
3879
+ ### Authorization
3880
+
3881
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3882
+
3883
+ ### HTTP request headers
3884
+
3885
+ - **Content-Type**: application/json
3886
+ - **Accept**: application/json
3887
+
3888
+
3889
+
3890
+ # **repos_upstream_deb_delete**
3891
+ > repos_upstream_deb_delete(owner, identifier, slug_perm)
3892
+
3893
+ Delete a Debian upstream config for this repository.
3894
+
3895
+ Delete a Debian upstream config for this repository.
3896
+
3897
+ ### Example
3898
+ ```ruby
3899
+ # load the gem
3900
+ require 'cloudsmith-api'
3901
+ # setup authorization
3902
+ CloudsmithApi.configure do |config|
3903
+ # Configure API key authorization: apikey
3904
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3905
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3906
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3907
+
3908
+ # Configure HTTP basic authorization: basic
3909
+ config.username = 'YOUR USERNAME'
3910
+ config.password = 'YOUR PASSWORD'
3911
+ end
3912
+
3913
+ api_instance = CloudsmithApi::ReposApi.new
3914
+
3915
+ owner = 'owner_example' # String |
3916
+
3917
+ identifier = 'identifier_example' # String |
3918
+
3919
+ slug_perm = 'slug_perm_example' # String |
3920
+
3921
+
3922
+ begin
3923
+ #Delete a Debian upstream config for this repository.
3924
+ api_instance.repos_upstream_deb_delete(owner, identifier, slug_perm)
3925
+ rescue CloudsmithApi::ApiError => e
3926
+ puts "Exception when calling ReposApi->repos_upstream_deb_delete: #{e}"
3927
+ end
3928
+ ```
3929
+
3930
+ ### Parameters
3931
+
3932
+ Name | Type | Description | Notes
3933
+ ------------- | ------------- | ------------- | -------------
3934
+ **owner** | **String**| |
3935
+ **identifier** | **String**| |
3936
+ **slug_perm** | **String**| |
3937
+
3938
+ ### Return type
3939
+
3940
+ nil (empty response body)
3941
+
3942
+ ### Authorization
3943
+
3944
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3945
+
3946
+ ### HTTP request headers
3947
+
3948
+ - **Content-Type**: application/json
3949
+ - **Accept**: application/json
3950
+
3951
+
3952
+
3953
+ # **repos_upstream_deb_list**
3954
+ > Array<DebUpstream> repos_upstream_deb_list(owner, identifier, opts)
3955
+
3956
+ List Debian upstream configs for this repository.
3957
+
3958
+ List Debian upstream configs for this repository.
3959
+
3960
+ ### Example
3961
+ ```ruby
3962
+ # load the gem
3963
+ require 'cloudsmith-api'
3964
+ # setup authorization
3965
+ CloudsmithApi.configure do |config|
3966
+ # Configure API key authorization: apikey
3967
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3968
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3969
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3970
+
3971
+ # Configure HTTP basic authorization: basic
3972
+ config.username = 'YOUR USERNAME'
3973
+ config.password = 'YOUR PASSWORD'
3974
+ end
3975
+
3976
+ api_instance = CloudsmithApi::ReposApi.new
3977
+
3978
+ owner = 'owner_example' # String |
3979
+
3980
+ identifier = 'identifier_example' # String |
3981
+
3982
+ opts = {
3983
+ page: 56, # Integer | A page number within the paginated result set.
3984
+ page_size: 56 # Integer | Number of results to return per page.
3985
+ }
3986
+
3987
+ begin
3988
+ #List Debian upstream configs for this repository.
3989
+ result = api_instance.repos_upstream_deb_list(owner, identifier, opts)
3990
+ p result
3991
+ rescue CloudsmithApi::ApiError => e
3992
+ puts "Exception when calling ReposApi->repos_upstream_deb_list: #{e}"
3993
+ end
3994
+ ```
3995
+
3996
+ ### Parameters
3997
+
3998
+ Name | Type | Description | Notes
3999
+ ------------- | ------------- | ------------- | -------------
4000
+ **owner** | **String**| |
4001
+ **identifier** | **String**| |
4002
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
4003
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
4004
+
4005
+ ### Return type
4006
+
4007
+ [**Array<DebUpstream>**](DebUpstream.md)
4008
+
4009
+ ### Authorization
4010
+
4011
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
4012
+
4013
+ ### HTTP request headers
4014
+
4015
+ - **Content-Type**: application/json
4016
+ - **Accept**: application/json
4017
+
4018
+
4019
+
4020
+ # **repos_upstream_deb_partial_update**
4021
+ > DebUpstream repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
4022
+
4023
+ Partially update a Debian upstream config for this repository.
4024
+
4025
+ Partially update a Debian upstream config for this repository.
4026
+
4027
+ ### Example
4028
+ ```ruby
4029
+ # load the gem
4030
+ require 'cloudsmith-api'
4031
+ # setup authorization
4032
+ CloudsmithApi.configure do |config|
4033
+ # Configure API key authorization: apikey
4034
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4035
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4036
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4037
+
4038
+ # Configure HTTP basic authorization: basic
4039
+ config.username = 'YOUR USERNAME'
4040
+ config.password = 'YOUR PASSWORD'
4041
+ end
4042
+
4043
+ api_instance = CloudsmithApi::ReposApi.new
4044
+
4045
+ owner = 'owner_example' # String |
4046
+
4047
+ identifier = 'identifier_example' # String |
4048
+
4049
+ slug_perm = 'slug_perm_example' # String |
4050
+
4051
+ opts = {
4052
+ data: CloudsmithApi::DebUpstreamRequestPatch.new # DebUpstreamRequestPatch |
4053
+ }
4054
+
4055
+ begin
4056
+ #Partially update a Debian upstream config for this repository.
4057
+ result = api_instance.repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
4058
+ p result
4059
+ rescue CloudsmithApi::ApiError => e
4060
+ puts "Exception when calling ReposApi->repos_upstream_deb_partial_update: #{e}"
4061
+ end
4062
+ ```
4063
+
4064
+ ### Parameters
4065
+
4066
+ Name | Type | Description | Notes
4067
+ ------------- | ------------- | ------------- | -------------
4068
+ **owner** | **String**| |
4069
+ **identifier** | **String**| |
4070
+ **slug_perm** | **String**| |
4071
+ **data** | [**DebUpstreamRequestPatch**](DebUpstreamRequestPatch.md)| | [optional]
4072
+
4073
+ ### Return type
4074
+
4075
+ [**DebUpstream**](DebUpstream.md)
4076
+
4077
+ ### Authorization
4078
+
4079
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
4080
+
4081
+ ### HTTP request headers
4082
+
4083
+ - **Content-Type**: application/json
4084
+ - **Accept**: application/json
4085
+
4086
+
4087
+
4088
+ # **repos_upstream_deb_read**
4089
+ > DebUpstream repos_upstream_deb_read(owner, identifier, slug_perm)
4090
+
4091
+ Retrieve a Debian upstream config for this repository.
4092
+
4093
+ Retrieve a Debian upstream config for this repository.
4094
+
4095
+ ### Example
4096
+ ```ruby
4097
+ # load the gem
4098
+ require 'cloudsmith-api'
4099
+ # setup authorization
4100
+ CloudsmithApi.configure do |config|
4101
+ # Configure API key authorization: apikey
4102
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4103
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4104
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4105
+
4106
+ # Configure HTTP basic authorization: basic
4107
+ config.username = 'YOUR USERNAME'
4108
+ config.password = 'YOUR PASSWORD'
4109
+ end
4110
+
4111
+ api_instance = CloudsmithApi::ReposApi.new
4112
+
4113
+ owner = 'owner_example' # String |
4114
+
4115
+ identifier = 'identifier_example' # String |
4116
+
4117
+ slug_perm = 'slug_perm_example' # String |
4118
+
4119
+
4120
+ begin
4121
+ #Retrieve a Debian upstream config for this repository.
4122
+ result = api_instance.repos_upstream_deb_read(owner, identifier, slug_perm)
4123
+ p result
4124
+ rescue CloudsmithApi::ApiError => e
4125
+ puts "Exception when calling ReposApi->repos_upstream_deb_read: #{e}"
4126
+ end
4127
+ ```
4128
+
4129
+ ### Parameters
4130
+
4131
+ Name | Type | Description | Notes
4132
+ ------------- | ------------- | ------------- | -------------
4133
+ **owner** | **String**| |
4134
+ **identifier** | **String**| |
4135
+ **slug_perm** | **String**| |
4136
+
4137
+ ### Return type
4138
+
4139
+ [**DebUpstream**](DebUpstream.md)
4140
+
4141
+ ### Authorization
4142
+
4143
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
4144
+
4145
+ ### HTTP request headers
4146
+
4147
+ - **Content-Type**: application/json
4148
+ - **Accept**: application/json
4149
+
4150
+
4151
+
4152
+ # **repos_upstream_deb_update**
4153
+ > DebUpstream repos_upstream_deb_update(owner, identifier, slug_perm, opts)
4154
+
4155
+ Update a Debian upstream config for this repository.
4156
+
4157
+ Update a Debian upstream config for this repository.
4158
+
4159
+ ### Example
4160
+ ```ruby
4161
+ # load the gem
4162
+ require 'cloudsmith-api'
4163
+ # setup authorization
4164
+ CloudsmithApi.configure do |config|
4165
+ # Configure API key authorization: apikey
4166
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4167
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4168
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4169
+
4170
+ # Configure HTTP basic authorization: basic
4171
+ config.username = 'YOUR USERNAME'
4172
+ config.password = 'YOUR PASSWORD'
4173
+ end
4174
+
4175
+ api_instance = CloudsmithApi::ReposApi.new
4176
+
4177
+ owner = 'owner_example' # String |
4178
+
4179
+ identifier = 'identifier_example' # String |
4180
+
4181
+ slug_perm = 'slug_perm_example' # String |
4182
+
4183
+ opts = {
4184
+ data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
4185
+ }
4186
+
4187
+ begin
4188
+ #Update a Debian upstream config for this repository.
3782
4189
  result = api_instance.repos_upstream_deb_update(owner, identifier, slug_perm, opts)
3783
4190
  p result
3784
4191
  rescue CloudsmithApi::ApiError => e
3785
- puts "Exception when calling ReposApi->repos_upstream_deb_update: #{e}"
4192
+ puts "Exception when calling ReposApi->repos_upstream_deb_update: #{e}"
4193
+ end
4194
+ ```
4195
+
4196
+ ### Parameters
4197
+
4198
+ Name | Type | Description | Notes
4199
+ ------------- | ------------- | ------------- | -------------
4200
+ **owner** | **String**| |
4201
+ **identifier** | **String**| |
4202
+ **slug_perm** | **String**| |
4203
+ **data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
4204
+
4205
+ ### Return type
4206
+
4207
+ [**DebUpstream**](DebUpstream.md)
4208
+
4209
+ ### Authorization
4210
+
4211
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
4212
+
4213
+ ### HTTP request headers
4214
+
4215
+ - **Content-Type**: application/json
4216
+ - **Accept**: application/json
4217
+
4218
+
4219
+
4220
+ # **repos_upstream_docker_create**
4221
+ > DockerUpstream repos_upstream_docker_create(owner, identifier, opts)
4222
+
4223
+ Create a Docker upstream config for this repository.
4224
+
4225
+ Create a Docker upstream config for this repository.
4226
+
4227
+ ### Example
4228
+ ```ruby
4229
+ # load the gem
4230
+ require 'cloudsmith-api'
4231
+ # setup authorization
4232
+ CloudsmithApi.configure do |config|
4233
+ # Configure API key authorization: apikey
4234
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4235
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4236
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4237
+
4238
+ # Configure HTTP basic authorization: basic
4239
+ config.username = 'YOUR USERNAME'
4240
+ config.password = 'YOUR PASSWORD'
4241
+ end
4242
+
4243
+ api_instance = CloudsmithApi::ReposApi.new
4244
+
4245
+ owner = 'owner_example' # String |
4246
+
4247
+ identifier = 'identifier_example' # String |
4248
+
4249
+ opts = {
4250
+ data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
4251
+ }
4252
+
4253
+ begin
4254
+ #Create a Docker upstream config for this repository.
4255
+ result = api_instance.repos_upstream_docker_create(owner, identifier, opts)
4256
+ p result
4257
+ rescue CloudsmithApi::ApiError => e
4258
+ puts "Exception when calling ReposApi->repos_upstream_docker_create: #{e}"
4259
+ end
4260
+ ```
4261
+
4262
+ ### Parameters
4263
+
4264
+ Name | Type | Description | Notes
4265
+ ------------- | ------------- | ------------- | -------------
4266
+ **owner** | **String**| |
4267
+ **identifier** | **String**| |
4268
+ **data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
4269
+
4270
+ ### Return type
4271
+
4272
+ [**DockerUpstream**](DockerUpstream.md)
4273
+
4274
+ ### Authorization
4275
+
4276
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
4277
+
4278
+ ### HTTP request headers
4279
+
4280
+ - **Content-Type**: application/json
4281
+ - **Accept**: application/json
4282
+
4283
+
4284
+
4285
+ # **repos_upstream_docker_delete**
4286
+ > repos_upstream_docker_delete(owner, identifier, slug_perm)
4287
+
4288
+ Delete a Docker upstream config for this repository.
4289
+
4290
+ Delete a Docker upstream config for this repository.
4291
+
4292
+ ### Example
4293
+ ```ruby
4294
+ # load the gem
4295
+ require 'cloudsmith-api'
4296
+ # setup authorization
4297
+ CloudsmithApi.configure do |config|
4298
+ # Configure API key authorization: apikey
4299
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4300
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4301
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4302
+
4303
+ # Configure HTTP basic authorization: basic
4304
+ config.username = 'YOUR USERNAME'
4305
+ config.password = 'YOUR PASSWORD'
4306
+ end
4307
+
4308
+ api_instance = CloudsmithApi::ReposApi.new
4309
+
4310
+ owner = 'owner_example' # String |
4311
+
4312
+ identifier = 'identifier_example' # String |
4313
+
4314
+ slug_perm = 'slug_perm_example' # String |
4315
+
4316
+
4317
+ begin
4318
+ #Delete a Docker upstream config for this repository.
4319
+ api_instance.repos_upstream_docker_delete(owner, identifier, slug_perm)
4320
+ rescue CloudsmithApi::ApiError => e
4321
+ puts "Exception when calling ReposApi->repos_upstream_docker_delete: #{e}"
4322
+ end
4323
+ ```
4324
+
4325
+ ### Parameters
4326
+
4327
+ Name | Type | Description | Notes
4328
+ ------------- | ------------- | ------------- | -------------
4329
+ **owner** | **String**| |
4330
+ **identifier** | **String**| |
4331
+ **slug_perm** | **String**| |
4332
+
4333
+ ### Return type
4334
+
4335
+ nil (empty response body)
4336
+
4337
+ ### Authorization
4338
+
4339
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
4340
+
4341
+ ### HTTP request headers
4342
+
4343
+ - **Content-Type**: application/json
4344
+ - **Accept**: application/json
4345
+
4346
+
4347
+
4348
+ # **repos_upstream_docker_list**
4349
+ > Array<DockerUpstream> repos_upstream_docker_list(owner, identifier, opts)
4350
+
4351
+ List Docker upstream configs for this repository.
4352
+
4353
+ List Docker upstream configs for this repository.
4354
+
4355
+ ### Example
4356
+ ```ruby
4357
+ # load the gem
4358
+ require 'cloudsmith-api'
4359
+ # setup authorization
4360
+ CloudsmithApi.configure do |config|
4361
+ # Configure API key authorization: apikey
4362
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4363
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4364
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4365
+
4366
+ # Configure HTTP basic authorization: basic
4367
+ config.username = 'YOUR USERNAME'
4368
+ config.password = 'YOUR PASSWORD'
4369
+ end
4370
+
4371
+ api_instance = CloudsmithApi::ReposApi.new
4372
+
4373
+ owner = 'owner_example' # String |
4374
+
4375
+ identifier = 'identifier_example' # String |
4376
+
4377
+ opts = {
4378
+ page: 56, # Integer | A page number within the paginated result set.
4379
+ page_size: 56 # Integer | Number of results to return per page.
4380
+ }
4381
+
4382
+ begin
4383
+ #List Docker upstream configs for this repository.
4384
+ result = api_instance.repos_upstream_docker_list(owner, identifier, opts)
4385
+ p result
4386
+ rescue CloudsmithApi::ApiError => e
4387
+ puts "Exception when calling ReposApi->repos_upstream_docker_list: #{e}"
4388
+ end
4389
+ ```
4390
+
4391
+ ### Parameters
4392
+
4393
+ Name | Type | Description | Notes
4394
+ ------------- | ------------- | ------------- | -------------
4395
+ **owner** | **String**| |
4396
+ **identifier** | **String**| |
4397
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
4398
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
4399
+
4400
+ ### Return type
4401
+
4402
+ [**Array<DockerUpstream>**](DockerUpstream.md)
4403
+
4404
+ ### Authorization
4405
+
4406
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
4407
+
4408
+ ### HTTP request headers
4409
+
4410
+ - **Content-Type**: application/json
4411
+ - **Accept**: application/json
4412
+
4413
+
4414
+
4415
+ # **repos_upstream_docker_partial_update**
4416
+ > DockerUpstream repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
4417
+
4418
+ Partially update a Docker upstream config for this repository.
4419
+
4420
+ Partially update a Docker upstream config for this repository.
4421
+
4422
+ ### Example
4423
+ ```ruby
4424
+ # load the gem
4425
+ require 'cloudsmith-api'
4426
+ # setup authorization
4427
+ CloudsmithApi.configure do |config|
4428
+ # Configure API key authorization: apikey
4429
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4430
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4431
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4432
+
4433
+ # Configure HTTP basic authorization: basic
4434
+ config.username = 'YOUR USERNAME'
4435
+ config.password = 'YOUR PASSWORD'
4436
+ end
4437
+
4438
+ api_instance = CloudsmithApi::ReposApi.new
4439
+
4440
+ owner = 'owner_example' # String |
4441
+
4442
+ identifier = 'identifier_example' # String |
4443
+
4444
+ slug_perm = 'slug_perm_example' # String |
4445
+
4446
+ opts = {
4447
+ data: CloudsmithApi::DockerUpstreamRequestPatch.new # DockerUpstreamRequestPatch |
4448
+ }
4449
+
4450
+ begin
4451
+ #Partially update a Docker upstream config for this repository.
4452
+ result = api_instance.repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
4453
+ p result
4454
+ rescue CloudsmithApi::ApiError => e
4455
+ puts "Exception when calling ReposApi->repos_upstream_docker_partial_update: #{e}"
3786
4456
  end
3787
4457
  ```
3788
4458
 
@@ -3793,11 +4463,11 @@ Name | Type | Description | Notes
3793
4463
  **owner** | **String**| |
3794
4464
  **identifier** | **String**| |
3795
4465
  **slug_perm** | **String**| |
3796
- **data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
4466
+ **data** | [**DockerUpstreamRequestPatch**](DockerUpstreamRequestPatch.md)| | [optional]
3797
4467
 
3798
4468
  ### Return type
3799
4469
 
3800
- [**DebUpstream**](DebUpstream.md)
4470
+ [**DockerUpstream**](DockerUpstream.md)
3801
4471
 
3802
4472
  ### Authorization
3803
4473
 
@@ -3810,12 +4480,76 @@ Name | Type | Description | Notes
3810
4480
 
3811
4481
 
3812
4482
 
3813
- # **repos_upstream_docker_create**
3814
- > DockerUpstream repos_upstream_docker_create(owner, identifier, opts)
4483
+ # **repos_upstream_docker_read**
4484
+ > DockerUpstream repos_upstream_docker_read(owner, identifier, slug_perm)
4485
+
4486
+ Retrieve a Docker upstream config for this repository.
4487
+
4488
+ Retrieve a Docker upstream config for this repository.
4489
+
4490
+ ### Example
4491
+ ```ruby
4492
+ # load the gem
4493
+ require 'cloudsmith-api'
4494
+ # setup authorization
4495
+ CloudsmithApi.configure do |config|
4496
+ # Configure API key authorization: apikey
4497
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4498
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4499
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4500
+
4501
+ # Configure HTTP basic authorization: basic
4502
+ config.username = 'YOUR USERNAME'
4503
+ config.password = 'YOUR PASSWORD'
4504
+ end
4505
+
4506
+ api_instance = CloudsmithApi::ReposApi.new
4507
+
4508
+ owner = 'owner_example' # String |
4509
+
4510
+ identifier = 'identifier_example' # String |
4511
+
4512
+ slug_perm = 'slug_perm_example' # String |
4513
+
4514
+
4515
+ begin
4516
+ #Retrieve a Docker upstream config for this repository.
4517
+ result = api_instance.repos_upstream_docker_read(owner, identifier, slug_perm)
4518
+ p result
4519
+ rescue CloudsmithApi::ApiError => e
4520
+ puts "Exception when calling ReposApi->repos_upstream_docker_read: #{e}"
4521
+ end
4522
+ ```
4523
+
4524
+ ### Parameters
4525
+
4526
+ Name | Type | Description | Notes
4527
+ ------------- | ------------- | ------------- | -------------
4528
+ **owner** | **String**| |
4529
+ **identifier** | **String**| |
4530
+ **slug_perm** | **String**| |
4531
+
4532
+ ### Return type
4533
+
4534
+ [**DockerUpstream**](DockerUpstream.md)
4535
+
4536
+ ### Authorization
4537
+
4538
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
4539
+
4540
+ ### HTTP request headers
4541
+
4542
+ - **Content-Type**: application/json
4543
+ - **Accept**: application/json
3815
4544
 
3816
- Create a Docker upstream config for this repository.
3817
4545
 
3818
- Create a Docker upstream config for this repository.
4546
+
4547
+ # **repos_upstream_docker_update**
4548
+ > DockerUpstream repos_upstream_docker_update(owner, identifier, slug_perm, opts)
4549
+
4550
+ Update a Docker upstream config for this repository.
4551
+
4552
+ Update a Docker upstream config for this repository.
3819
4553
 
3820
4554
  ### Example
3821
4555
  ```ruby
@@ -3839,16 +4573,18 @@ owner = 'owner_example' # String |
3839
4573
 
3840
4574
  identifier = 'identifier_example' # String |
3841
4575
 
4576
+ slug_perm = 'slug_perm_example' # String |
4577
+
3842
4578
  opts = {
3843
4579
  data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
3844
4580
  }
3845
4581
 
3846
4582
  begin
3847
- #Create a Docker upstream config for this repository.
3848
- result = api_instance.repos_upstream_docker_create(owner, identifier, opts)
4583
+ #Update a Docker upstream config for this repository.
4584
+ result = api_instance.repos_upstream_docker_update(owner, identifier, slug_perm, opts)
3849
4585
  p result
3850
4586
  rescue CloudsmithApi::ApiError => e
3851
- puts "Exception when calling ReposApi->repos_upstream_docker_create: #{e}"
4587
+ puts "Exception when calling ReposApi->repos_upstream_docker_update: #{e}"
3852
4588
  end
3853
4589
  ```
3854
4590
 
@@ -3858,6 +4594,7 @@ Name | Type | Description | Notes
3858
4594
  ------------- | ------------- | ------------- | -------------
3859
4595
  **owner** | **String**| |
3860
4596
  **identifier** | **String**| |
4597
+ **slug_perm** | **String**| |
3861
4598
  **data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
3862
4599
 
3863
4600
  ### Return type
@@ -3875,12 +4612,77 @@ Name | Type | Description | Notes
3875
4612
 
3876
4613
 
3877
4614
 
3878
- # **repos_upstream_docker_delete**
3879
- > repos_upstream_docker_delete(owner, identifier, slug_perm)
4615
+ # **repos_upstream_go_create**
4616
+ > GoUpstream repos_upstream_go_create(owner, identifier, opts)
3880
4617
 
3881
- Delete a Docker upstream config for this repository.
4618
+ Create a Go upstream config for this repository.
3882
4619
 
3883
- Delete a Docker upstream config for this repository.
4620
+ Create a Go upstream config for this repository.
4621
+
4622
+ ### Example
4623
+ ```ruby
4624
+ # load the gem
4625
+ require 'cloudsmith-api'
4626
+ # setup authorization
4627
+ CloudsmithApi.configure do |config|
4628
+ # Configure API key authorization: apikey
4629
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4630
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4631
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4632
+
4633
+ # Configure HTTP basic authorization: basic
4634
+ config.username = 'YOUR USERNAME'
4635
+ config.password = 'YOUR PASSWORD'
4636
+ end
4637
+
4638
+ api_instance = CloudsmithApi::ReposApi.new
4639
+
4640
+ owner = 'owner_example' # String |
4641
+
4642
+ identifier = 'identifier_example' # String |
4643
+
4644
+ opts = {
4645
+ data: CloudsmithApi::GoUpstreamRequest.new # GoUpstreamRequest |
4646
+ }
4647
+
4648
+ begin
4649
+ #Create a Go upstream config for this repository.
4650
+ result = api_instance.repos_upstream_go_create(owner, identifier, opts)
4651
+ p result
4652
+ rescue CloudsmithApi::ApiError => e
4653
+ puts "Exception when calling ReposApi->repos_upstream_go_create: #{e}"
4654
+ end
4655
+ ```
4656
+
4657
+ ### Parameters
4658
+
4659
+ Name | Type | Description | Notes
4660
+ ------------- | ------------- | ------------- | -------------
4661
+ **owner** | **String**| |
4662
+ **identifier** | **String**| |
4663
+ **data** | [**GoUpstreamRequest**](GoUpstreamRequest.md)| | [optional]
4664
+
4665
+ ### Return type
4666
+
4667
+ [**GoUpstream**](GoUpstream.md)
4668
+
4669
+ ### Authorization
4670
+
4671
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
4672
+
4673
+ ### HTTP request headers
4674
+
4675
+ - **Content-Type**: application/json
4676
+ - **Accept**: application/json
4677
+
4678
+
4679
+
4680
+ # **repos_upstream_go_delete**
4681
+ > repos_upstream_go_delete(owner, identifier, slug_perm)
4682
+
4683
+ Delete a Go upstream config for this repository.
4684
+
4685
+ Delete a Go upstream config for this repository.
3884
4686
 
3885
4687
  ### Example
3886
4688
  ```ruby
@@ -3908,10 +4710,10 @@ slug_perm = 'slug_perm_example' # String |
3908
4710
 
3909
4711
 
3910
4712
  begin
3911
- #Delete a Docker upstream config for this repository.
3912
- api_instance.repos_upstream_docker_delete(owner, identifier, slug_perm)
4713
+ #Delete a Go upstream config for this repository.
4714
+ api_instance.repos_upstream_go_delete(owner, identifier, slug_perm)
3913
4715
  rescue CloudsmithApi::ApiError => e
3914
- puts "Exception when calling ReposApi->repos_upstream_docker_delete: #{e}"
4716
+ puts "Exception when calling ReposApi->repos_upstream_go_delete: #{e}"
3915
4717
  end
3916
4718
  ```
3917
4719
 
@@ -3938,12 +4740,12 @@ nil (empty response body)
3938
4740
 
3939
4741
 
3940
4742
 
3941
- # **repos_upstream_docker_list**
3942
- > Array<DockerUpstream> repos_upstream_docker_list(owner, identifier, opts)
4743
+ # **repos_upstream_go_list**
4744
+ > Array<GoUpstream> repos_upstream_go_list(owner, identifier, opts)
3943
4745
 
3944
- List Docker upstream configs for this repository.
4746
+ List Go upstream configs for this repository.
3945
4747
 
3946
- List Docker upstream configs for this repository.
4748
+ List Go upstream configs for this repository.
3947
4749
 
3948
4750
  ### Example
3949
4751
  ```ruby
@@ -3973,11 +4775,11 @@ opts = {
3973
4775
  }
3974
4776
 
3975
4777
  begin
3976
- #List Docker upstream configs for this repository.
3977
- result = api_instance.repos_upstream_docker_list(owner, identifier, opts)
4778
+ #List Go upstream configs for this repository.
4779
+ result = api_instance.repos_upstream_go_list(owner, identifier, opts)
3978
4780
  p result
3979
4781
  rescue CloudsmithApi::ApiError => e
3980
- puts "Exception when calling ReposApi->repos_upstream_docker_list: #{e}"
4782
+ puts "Exception when calling ReposApi->repos_upstream_go_list: #{e}"
3981
4783
  end
3982
4784
  ```
3983
4785
 
@@ -3992,7 +4794,7 @@ Name | Type | Description | Notes
3992
4794
 
3993
4795
  ### Return type
3994
4796
 
3995
- [**Array<DockerUpstream>**](DockerUpstream.md)
4797
+ [**Array<GoUpstream>**](GoUpstream.md)
3996
4798
 
3997
4799
  ### Authorization
3998
4800
 
@@ -4005,12 +4807,12 @@ Name | Type | Description | Notes
4005
4807
 
4006
4808
 
4007
4809
 
4008
- # **repos_upstream_docker_partial_update**
4009
- > DockerUpstream repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
4810
+ # **repos_upstream_go_partial_update**
4811
+ > GoUpstream repos_upstream_go_partial_update(owner, identifier, slug_perm, opts)
4010
4812
 
4011
- Partially update a Docker upstream config for this repository.
4813
+ Partially update a Go upstream config for this repository.
4012
4814
 
4013
- Partially update a Docker upstream config for this repository.
4815
+ Partially update a Go upstream config for this repository.
4014
4816
 
4015
4817
  ### Example
4016
4818
  ```ruby
@@ -4037,15 +4839,15 @@ identifier = 'identifier_example' # String |
4037
4839
  slug_perm = 'slug_perm_example' # String |
4038
4840
 
4039
4841
  opts = {
4040
- data: CloudsmithApi::DockerUpstreamRequestPatch.new # DockerUpstreamRequestPatch |
4842
+ data: CloudsmithApi::GoUpstreamRequestPatch.new # GoUpstreamRequestPatch |
4041
4843
  }
4042
4844
 
4043
4845
  begin
4044
- #Partially update a Docker upstream config for this repository.
4045
- result = api_instance.repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
4846
+ #Partially update a Go upstream config for this repository.
4847
+ result = api_instance.repos_upstream_go_partial_update(owner, identifier, slug_perm, opts)
4046
4848
  p result
4047
4849
  rescue CloudsmithApi::ApiError => e
4048
- puts "Exception when calling ReposApi->repos_upstream_docker_partial_update: #{e}"
4850
+ puts "Exception when calling ReposApi->repos_upstream_go_partial_update: #{e}"
4049
4851
  end
4050
4852
  ```
4051
4853
 
@@ -4056,11 +4858,11 @@ Name | Type | Description | Notes
4056
4858
  **owner** | **String**| |
4057
4859
  **identifier** | **String**| |
4058
4860
  **slug_perm** | **String**| |
4059
- **data** | [**DockerUpstreamRequestPatch**](DockerUpstreamRequestPatch.md)| | [optional]
4861
+ **data** | [**GoUpstreamRequestPatch**](GoUpstreamRequestPatch.md)| | [optional]
4060
4862
 
4061
4863
  ### Return type
4062
4864
 
4063
- [**DockerUpstream**](DockerUpstream.md)
4865
+ [**GoUpstream**](GoUpstream.md)
4064
4866
 
4065
4867
  ### Authorization
4066
4868
 
@@ -4073,12 +4875,12 @@ Name | Type | Description | Notes
4073
4875
 
4074
4876
 
4075
4877
 
4076
- # **repos_upstream_docker_read**
4077
- > DockerUpstream repos_upstream_docker_read(owner, identifier, slug_perm)
4878
+ # **repos_upstream_go_read**
4879
+ > GoUpstream repos_upstream_go_read(owner, identifier, slug_perm)
4078
4880
 
4079
- Retrieve a Docker upstream config for this repository.
4881
+ Retrieve a Go upstream config for this repository.
4080
4882
 
4081
- Retrieve a Docker upstream config for this repository.
4883
+ Retrieve a Go upstream config for this repository.
4082
4884
 
4083
4885
  ### Example
4084
4886
  ```ruby
@@ -4106,11 +4908,11 @@ slug_perm = 'slug_perm_example' # String |
4106
4908
 
4107
4909
 
4108
4910
  begin
4109
- #Retrieve a Docker upstream config for this repository.
4110
- result = api_instance.repos_upstream_docker_read(owner, identifier, slug_perm)
4911
+ #Retrieve a Go upstream config for this repository.
4912
+ result = api_instance.repos_upstream_go_read(owner, identifier, slug_perm)
4111
4913
  p result
4112
4914
  rescue CloudsmithApi::ApiError => e
4113
- puts "Exception when calling ReposApi->repos_upstream_docker_read: #{e}"
4915
+ puts "Exception when calling ReposApi->repos_upstream_go_read: #{e}"
4114
4916
  end
4115
4917
  ```
4116
4918
 
@@ -4124,7 +4926,7 @@ Name | Type | Description | Notes
4124
4926
 
4125
4927
  ### Return type
4126
4928
 
4127
- [**DockerUpstream**](DockerUpstream.md)
4929
+ [**GoUpstream**](GoUpstream.md)
4128
4930
 
4129
4931
  ### Authorization
4130
4932
 
@@ -4137,12 +4939,12 @@ Name | Type | Description | Notes
4137
4939
 
4138
4940
 
4139
4941
 
4140
- # **repos_upstream_docker_update**
4141
- > DockerUpstream repos_upstream_docker_update(owner, identifier, slug_perm, opts)
4942
+ # **repos_upstream_go_update**
4943
+ > GoUpstream repos_upstream_go_update(owner, identifier, slug_perm, opts)
4142
4944
 
4143
- Update a Docker upstream config for this repository.
4945
+ Update a Go upstream config for this repository.
4144
4946
 
4145
- Update a Docker upstream config for this repository.
4947
+ Update a Go upstream config for this repository.
4146
4948
 
4147
4949
  ### Example
4148
4950
  ```ruby
@@ -4169,15 +4971,15 @@ identifier = 'identifier_example' # String |
4169
4971
  slug_perm = 'slug_perm_example' # String |
4170
4972
 
4171
4973
  opts = {
4172
- data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
4974
+ data: CloudsmithApi::GoUpstreamRequest.new # GoUpstreamRequest |
4173
4975
  }
4174
4976
 
4175
4977
  begin
4176
- #Update a Docker upstream config for this repository.
4177
- result = api_instance.repos_upstream_docker_update(owner, identifier, slug_perm, opts)
4978
+ #Update a Go upstream config for this repository.
4979
+ result = api_instance.repos_upstream_go_update(owner, identifier, slug_perm, opts)
4178
4980
  p result
4179
4981
  rescue CloudsmithApi::ApiError => e
4180
- puts "Exception when calling ReposApi->repos_upstream_docker_update: #{e}"
4982
+ puts "Exception when calling ReposApi->repos_upstream_go_update: #{e}"
4181
4983
  end
4182
4984
  ```
4183
4985
 
@@ -4188,11 +4990,11 @@ Name | Type | Description | Notes
4188
4990
  **owner** | **String**| |
4189
4991
  **identifier** | **String**| |
4190
4992
  **slug_perm** | **String**| |
4191
- **data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
4993
+ **data** | [**GoUpstreamRequest**](GoUpstreamRequest.md)| | [optional]
4192
4994
 
4193
4995
  ### Return type
4194
4996
 
4195
- [**DockerUpstream**](DockerUpstream.md)
4997
+ [**GoUpstream**](GoUpstream.md)
4196
4998
 
4197
4999
  ### Authorization
4198
5000
 
@@ -4205,12 +5007,12 @@ Name | Type | Description | Notes
4205
5007
 
4206
5008
 
4207
5009
 
4208
- # **repos_upstream_go_create**
4209
- > GoUpstream repos_upstream_go_create(owner, identifier, opts)
5010
+ # **repos_upstream_helm_create**
5011
+ > HelmUpstream repos_upstream_helm_create(owner, identifier, opts)
4210
5012
 
4211
- Create a Go upstream config for this repository.
5013
+ Create a Helm upstream config for this repository.
4212
5014
 
4213
- Create a Go upstream config for this repository.
5015
+ Create a Helm upstream config for this repository.
4214
5016
 
4215
5017
  ### Example
4216
5018
  ```ruby
@@ -4235,15 +5037,15 @@ owner = 'owner_example' # String |
4235
5037
  identifier = 'identifier_example' # String |
4236
5038
 
4237
5039
  opts = {
4238
- data: CloudsmithApi::GoUpstreamRequest.new # GoUpstreamRequest |
5040
+ data: CloudsmithApi::HelmUpstreamRequest.new # HelmUpstreamRequest |
4239
5041
  }
4240
5042
 
4241
5043
  begin
4242
- #Create a Go upstream config for this repository.
4243
- result = api_instance.repos_upstream_go_create(owner, identifier, opts)
5044
+ #Create a Helm upstream config for this repository.
5045
+ result = api_instance.repos_upstream_helm_create(owner, identifier, opts)
4244
5046
  p result
4245
5047
  rescue CloudsmithApi::ApiError => e
4246
- puts "Exception when calling ReposApi->repos_upstream_go_create: #{e}"
5048
+ puts "Exception when calling ReposApi->repos_upstream_helm_create: #{e}"
4247
5049
  end
4248
5050
  ```
4249
5051
 
@@ -4253,11 +5055,11 @@ Name | Type | Description | Notes
4253
5055
  ------------- | ------------- | ------------- | -------------
4254
5056
  **owner** | **String**| |
4255
5057
  **identifier** | **String**| |
4256
- **data** | [**GoUpstreamRequest**](GoUpstreamRequest.md)| | [optional]
5058
+ **data** | [**HelmUpstreamRequest**](HelmUpstreamRequest.md)| | [optional]
4257
5059
 
4258
5060
  ### Return type
4259
5061
 
4260
- [**GoUpstream**](GoUpstream.md)
5062
+ [**HelmUpstream**](HelmUpstream.md)
4261
5063
 
4262
5064
  ### Authorization
4263
5065
 
@@ -4270,12 +5072,12 @@ Name | Type | Description | Notes
4270
5072
 
4271
5073
 
4272
5074
 
4273
- # **repos_upstream_go_delete**
4274
- > repos_upstream_go_delete(owner, identifier, slug_perm)
5075
+ # **repos_upstream_helm_delete**
5076
+ > repos_upstream_helm_delete(owner, identifier, slug_perm)
4275
5077
 
4276
- Delete a Go upstream config for this repository.
5078
+ Delete a Helm upstream config for this repository.
4277
5079
 
4278
- Delete a Go upstream config for this repository.
5080
+ Delete a Helm upstream config for this repository.
4279
5081
 
4280
5082
  ### Example
4281
5083
  ```ruby
@@ -4303,10 +5105,10 @@ slug_perm = 'slug_perm_example' # String |
4303
5105
 
4304
5106
 
4305
5107
  begin
4306
- #Delete a Go upstream config for this repository.
4307
- api_instance.repos_upstream_go_delete(owner, identifier, slug_perm)
5108
+ #Delete a Helm upstream config for this repository.
5109
+ api_instance.repos_upstream_helm_delete(owner, identifier, slug_perm)
4308
5110
  rescue CloudsmithApi::ApiError => e
4309
- puts "Exception when calling ReposApi->repos_upstream_go_delete: #{e}"
5111
+ puts "Exception when calling ReposApi->repos_upstream_helm_delete: #{e}"
4310
5112
  end
4311
5113
  ```
4312
5114
 
@@ -4333,12 +5135,12 @@ nil (empty response body)
4333
5135
 
4334
5136
 
4335
5137
 
4336
- # **repos_upstream_go_list**
4337
- > Array<GoUpstream> repos_upstream_go_list(owner, identifier, opts)
5138
+ # **repos_upstream_helm_list**
5139
+ > Array<HelmUpstream> repos_upstream_helm_list(owner, identifier, opts)
4338
5140
 
4339
- List Go upstream configs for this repository.
5141
+ List Helm upstream configs for this repository.
4340
5142
 
4341
- List Go upstream configs for this repository.
5143
+ List Helm upstream configs for this repository.
4342
5144
 
4343
5145
  ### Example
4344
5146
  ```ruby
@@ -4368,11 +5170,11 @@ opts = {
4368
5170
  }
4369
5171
 
4370
5172
  begin
4371
- #List Go upstream configs for this repository.
4372
- result = api_instance.repos_upstream_go_list(owner, identifier, opts)
5173
+ #List Helm upstream configs for this repository.
5174
+ result = api_instance.repos_upstream_helm_list(owner, identifier, opts)
4373
5175
  p result
4374
5176
  rescue CloudsmithApi::ApiError => e
4375
- puts "Exception when calling ReposApi->repos_upstream_go_list: #{e}"
5177
+ puts "Exception when calling ReposApi->repos_upstream_helm_list: #{e}"
4376
5178
  end
4377
5179
  ```
4378
5180
 
@@ -4387,7 +5189,7 @@ Name | Type | Description | Notes
4387
5189
 
4388
5190
  ### Return type
4389
5191
 
4390
- [**Array<GoUpstream>**](GoUpstream.md)
5192
+ [**Array<HelmUpstream>**](HelmUpstream.md)
4391
5193
 
4392
5194
  ### Authorization
4393
5195
 
@@ -4400,12 +5202,12 @@ Name | Type | Description | Notes
4400
5202
 
4401
5203
 
4402
5204
 
4403
- # **repos_upstream_go_partial_update**
4404
- > GoUpstream repos_upstream_go_partial_update(owner, identifier, slug_perm, opts)
5205
+ # **repos_upstream_helm_partial_update**
5206
+ > HelmUpstream repos_upstream_helm_partial_update(owner, identifier, slug_perm, opts)
4405
5207
 
4406
- Partially update a Go upstream config for this repository.
5208
+ Partially update a Helm upstream config for this repository.
4407
5209
 
4408
- Partially update a Go upstream config for this repository.
5210
+ Partially update a Helm upstream config for this repository.
4409
5211
 
4410
5212
  ### Example
4411
5213
  ```ruby
@@ -4432,15 +5234,15 @@ identifier = 'identifier_example' # String |
4432
5234
  slug_perm = 'slug_perm_example' # String |
4433
5235
 
4434
5236
  opts = {
4435
- data: CloudsmithApi::GoUpstreamRequestPatch.new # GoUpstreamRequestPatch |
5237
+ data: CloudsmithApi::HelmUpstreamRequestPatch.new # HelmUpstreamRequestPatch |
4436
5238
  }
4437
5239
 
4438
5240
  begin
4439
- #Partially update a Go upstream config for this repository.
4440
- result = api_instance.repos_upstream_go_partial_update(owner, identifier, slug_perm, opts)
5241
+ #Partially update a Helm upstream config for this repository.
5242
+ result = api_instance.repos_upstream_helm_partial_update(owner, identifier, slug_perm, opts)
4441
5243
  p result
4442
5244
  rescue CloudsmithApi::ApiError => e
4443
- puts "Exception when calling ReposApi->repos_upstream_go_partial_update: #{e}"
5245
+ puts "Exception when calling ReposApi->repos_upstream_helm_partial_update: #{e}"
4444
5246
  end
4445
5247
  ```
4446
5248
 
@@ -4451,11 +5253,11 @@ Name | Type | Description | Notes
4451
5253
  **owner** | **String**| |
4452
5254
  **identifier** | **String**| |
4453
5255
  **slug_perm** | **String**| |
4454
- **data** | [**GoUpstreamRequestPatch**](GoUpstreamRequestPatch.md)| | [optional]
5256
+ **data** | [**HelmUpstreamRequestPatch**](HelmUpstreamRequestPatch.md)| | [optional]
4455
5257
 
4456
5258
  ### Return type
4457
5259
 
4458
- [**GoUpstream**](GoUpstream.md)
5260
+ [**HelmUpstream**](HelmUpstream.md)
4459
5261
 
4460
5262
  ### Authorization
4461
5263
 
@@ -4468,12 +5270,12 @@ Name | Type | Description | Notes
4468
5270
 
4469
5271
 
4470
5272
 
4471
- # **repos_upstream_go_read**
4472
- > GoUpstream repos_upstream_go_read(owner, identifier, slug_perm)
5273
+ # **repos_upstream_helm_read**
5274
+ > HelmUpstream repos_upstream_helm_read(owner, identifier, slug_perm)
4473
5275
 
4474
- Retrieve a Go upstream config for this repository.
5276
+ Retrieve a Helm upstream config for this repository.
4475
5277
 
4476
- Retrieve a Go upstream config for this repository.
5278
+ Retrieve a Helm upstream config for this repository.
4477
5279
 
4478
5280
  ### Example
4479
5281
  ```ruby
@@ -4501,11 +5303,11 @@ slug_perm = 'slug_perm_example' # String |
4501
5303
 
4502
5304
 
4503
5305
  begin
4504
- #Retrieve a Go upstream config for this repository.
4505
- result = api_instance.repos_upstream_go_read(owner, identifier, slug_perm)
5306
+ #Retrieve a Helm upstream config for this repository.
5307
+ result = api_instance.repos_upstream_helm_read(owner, identifier, slug_perm)
4506
5308
  p result
4507
5309
  rescue CloudsmithApi::ApiError => e
4508
- puts "Exception when calling ReposApi->repos_upstream_go_read: #{e}"
5310
+ puts "Exception when calling ReposApi->repos_upstream_helm_read: #{e}"
4509
5311
  end
4510
5312
  ```
4511
5313
 
@@ -4519,7 +5321,7 @@ Name | Type | Description | Notes
4519
5321
 
4520
5322
  ### Return type
4521
5323
 
4522
- [**GoUpstream**](GoUpstream.md)
5324
+ [**HelmUpstream**](HelmUpstream.md)
4523
5325
 
4524
5326
  ### Authorization
4525
5327
 
@@ -4532,12 +5334,12 @@ Name | Type | Description | Notes
4532
5334
 
4533
5335
 
4534
5336
 
4535
- # **repos_upstream_go_update**
4536
- > GoUpstream repos_upstream_go_update(owner, identifier, slug_perm, opts)
5337
+ # **repos_upstream_helm_update**
5338
+ > HelmUpstream repos_upstream_helm_update(owner, identifier, slug_perm, opts)
4537
5339
 
4538
- Update a Go upstream config for this repository.
5340
+ Update a Helm upstream config for this repository.
4539
5341
 
4540
- Update a Go upstream config for this repository.
5342
+ Update a Helm upstream config for this repository.
4541
5343
 
4542
5344
  ### Example
4543
5345
  ```ruby
@@ -4564,15 +5366,15 @@ identifier = 'identifier_example' # String |
4564
5366
  slug_perm = 'slug_perm_example' # String |
4565
5367
 
4566
5368
  opts = {
4567
- data: CloudsmithApi::GoUpstreamRequest.new # GoUpstreamRequest |
5369
+ data: CloudsmithApi::HelmUpstreamRequest.new # HelmUpstreamRequest |
4568
5370
  }
4569
5371
 
4570
5372
  begin
4571
- #Update a Go upstream config for this repository.
4572
- result = api_instance.repos_upstream_go_update(owner, identifier, slug_perm, opts)
5373
+ #Update a Helm upstream config for this repository.
5374
+ result = api_instance.repos_upstream_helm_update(owner, identifier, slug_perm, opts)
4573
5375
  p result
4574
5376
  rescue CloudsmithApi::ApiError => e
4575
- puts "Exception when calling ReposApi->repos_upstream_go_update: #{e}"
5377
+ puts "Exception when calling ReposApi->repos_upstream_helm_update: #{e}"
4576
5378
  end
4577
5379
  ```
4578
5380
 
@@ -4583,11 +5385,11 @@ Name | Type | Description | Notes
4583
5385
  **owner** | **String**| |
4584
5386
  **identifier** | **String**| |
4585
5387
  **slug_perm** | **String**| |
4586
- **data** | [**GoUpstreamRequest**](GoUpstreamRequest.md)| | [optional]
5388
+ **data** | [**HelmUpstreamRequest**](HelmUpstreamRequest.md)| | [optional]
4587
5389
 
4588
5390
  ### Return type
4589
5391
 
4590
- [**GoUpstream**](GoUpstream.md)
5392
+ [**HelmUpstream**](HelmUpstream.md)
4591
5393
 
4592
5394
  ### Authorization
4593
5395
 
@@ -4600,12 +5402,12 @@ Name | Type | Description | Notes
4600
5402
 
4601
5403
 
4602
5404
 
4603
- # **repos_upstream_helm_create**
4604
- > HelmUpstream repos_upstream_helm_create(owner, identifier, opts)
5405
+ # **repos_upstream_hex_create**
5406
+ > HexUpstream repos_upstream_hex_create(owner, identifier, opts)
4605
5407
 
4606
- Create a Helm upstream config for this repository.
5408
+ Create a Hex upstream config for this repository.
4607
5409
 
4608
- Create a Helm upstream config for this repository.
5410
+ Create a Hex upstream config for this repository.
4609
5411
 
4610
5412
  ### Example
4611
5413
  ```ruby
@@ -4630,15 +5432,15 @@ owner = 'owner_example' # String |
4630
5432
  identifier = 'identifier_example' # String |
4631
5433
 
4632
5434
  opts = {
4633
- data: CloudsmithApi::HelmUpstreamRequest.new # HelmUpstreamRequest |
5435
+ data: CloudsmithApi::HexUpstreamRequest.new # HexUpstreamRequest |
4634
5436
  }
4635
5437
 
4636
5438
  begin
4637
- #Create a Helm upstream config for this repository.
4638
- result = api_instance.repos_upstream_helm_create(owner, identifier, opts)
5439
+ #Create a Hex upstream config for this repository.
5440
+ result = api_instance.repos_upstream_hex_create(owner, identifier, opts)
4639
5441
  p result
4640
5442
  rescue CloudsmithApi::ApiError => e
4641
- puts "Exception when calling ReposApi->repos_upstream_helm_create: #{e}"
5443
+ puts "Exception when calling ReposApi->repos_upstream_hex_create: #{e}"
4642
5444
  end
4643
5445
  ```
4644
5446
 
@@ -4648,11 +5450,11 @@ Name | Type | Description | Notes
4648
5450
  ------------- | ------------- | ------------- | -------------
4649
5451
  **owner** | **String**| |
4650
5452
  **identifier** | **String**| |
4651
- **data** | [**HelmUpstreamRequest**](HelmUpstreamRequest.md)| | [optional]
5453
+ **data** | [**HexUpstreamRequest**](HexUpstreamRequest.md)| | [optional]
4652
5454
 
4653
5455
  ### Return type
4654
5456
 
4655
- [**HelmUpstream**](HelmUpstream.md)
5457
+ [**HexUpstream**](HexUpstream.md)
4656
5458
 
4657
5459
  ### Authorization
4658
5460
 
@@ -4665,12 +5467,12 @@ Name | Type | Description | Notes
4665
5467
 
4666
5468
 
4667
5469
 
4668
- # **repos_upstream_helm_delete**
4669
- > repos_upstream_helm_delete(owner, identifier, slug_perm)
5470
+ # **repos_upstream_hex_delete**
5471
+ > repos_upstream_hex_delete(owner, identifier, slug_perm)
4670
5472
 
4671
- Delete a Helm upstream config for this repository.
5473
+ Delete a Hex upstream config for this repository.
4672
5474
 
4673
- Delete a Helm upstream config for this repository.
5475
+ Delete a Hex upstream config for this repository.
4674
5476
 
4675
5477
  ### Example
4676
5478
  ```ruby
@@ -4698,10 +5500,10 @@ slug_perm = 'slug_perm_example' # String |
4698
5500
 
4699
5501
 
4700
5502
  begin
4701
- #Delete a Helm upstream config for this repository.
4702
- api_instance.repos_upstream_helm_delete(owner, identifier, slug_perm)
5503
+ #Delete a Hex upstream config for this repository.
5504
+ api_instance.repos_upstream_hex_delete(owner, identifier, slug_perm)
4703
5505
  rescue CloudsmithApi::ApiError => e
4704
- puts "Exception when calling ReposApi->repos_upstream_helm_delete: #{e}"
5506
+ puts "Exception when calling ReposApi->repos_upstream_hex_delete: #{e}"
4705
5507
  end
4706
5508
  ```
4707
5509
 
@@ -4728,12 +5530,12 @@ nil (empty response body)
4728
5530
 
4729
5531
 
4730
5532
 
4731
- # **repos_upstream_helm_list**
4732
- > Array<HelmUpstream> repos_upstream_helm_list(owner, identifier, opts)
5533
+ # **repos_upstream_hex_list**
5534
+ > Array<HexUpstream> repos_upstream_hex_list(owner, identifier, opts)
4733
5535
 
4734
- List Helm upstream configs for this repository.
5536
+ List Hex upstream configs for this repository.
4735
5537
 
4736
- List Helm upstream configs for this repository.
5538
+ List Hex upstream configs for this repository.
4737
5539
 
4738
5540
  ### Example
4739
5541
  ```ruby
@@ -4763,11 +5565,11 @@ opts = {
4763
5565
  }
4764
5566
 
4765
5567
  begin
4766
- #List Helm upstream configs for this repository.
4767
- result = api_instance.repos_upstream_helm_list(owner, identifier, opts)
5568
+ #List Hex upstream configs for this repository.
5569
+ result = api_instance.repos_upstream_hex_list(owner, identifier, opts)
4768
5570
  p result
4769
5571
  rescue CloudsmithApi::ApiError => e
4770
- puts "Exception when calling ReposApi->repos_upstream_helm_list: #{e}"
5572
+ puts "Exception when calling ReposApi->repos_upstream_hex_list: #{e}"
4771
5573
  end
4772
5574
  ```
4773
5575
 
@@ -4782,7 +5584,7 @@ Name | Type | Description | Notes
4782
5584
 
4783
5585
  ### Return type
4784
5586
 
4785
- [**Array<HelmUpstream>**](HelmUpstream.md)
5587
+ [**Array<HexUpstream>**](HexUpstream.md)
4786
5588
 
4787
5589
  ### Authorization
4788
5590
 
@@ -4795,12 +5597,12 @@ Name | Type | Description | Notes
4795
5597
 
4796
5598
 
4797
5599
 
4798
- # **repos_upstream_helm_partial_update**
4799
- > HelmUpstream repos_upstream_helm_partial_update(owner, identifier, slug_perm, opts)
5600
+ # **repos_upstream_hex_partial_update**
5601
+ > HexUpstream repos_upstream_hex_partial_update(owner, identifier, slug_perm, opts)
4800
5602
 
4801
- Partially update a Helm upstream config for this repository.
5603
+ Partially update a Hex upstream config for this repository.
4802
5604
 
4803
- Partially update a Helm upstream config for this repository.
5605
+ Partially update a Hex upstream config for this repository.
4804
5606
 
4805
5607
  ### Example
4806
5608
  ```ruby
@@ -4827,15 +5629,15 @@ identifier = 'identifier_example' # String |
4827
5629
  slug_perm = 'slug_perm_example' # String |
4828
5630
 
4829
5631
  opts = {
4830
- data: CloudsmithApi::HelmUpstreamRequestPatch.new # HelmUpstreamRequestPatch |
5632
+ data: CloudsmithApi::HexUpstreamRequestPatch.new # HexUpstreamRequestPatch |
4831
5633
  }
4832
5634
 
4833
5635
  begin
4834
- #Partially update a Helm upstream config for this repository.
4835
- result = api_instance.repos_upstream_helm_partial_update(owner, identifier, slug_perm, opts)
5636
+ #Partially update a Hex upstream config for this repository.
5637
+ result = api_instance.repos_upstream_hex_partial_update(owner, identifier, slug_perm, opts)
4836
5638
  p result
4837
5639
  rescue CloudsmithApi::ApiError => e
4838
- puts "Exception when calling ReposApi->repos_upstream_helm_partial_update: #{e}"
5640
+ puts "Exception when calling ReposApi->repos_upstream_hex_partial_update: #{e}"
4839
5641
  end
4840
5642
  ```
4841
5643
 
@@ -4846,11 +5648,11 @@ Name | Type | Description | Notes
4846
5648
  **owner** | **String**| |
4847
5649
  **identifier** | **String**| |
4848
5650
  **slug_perm** | **String**| |
4849
- **data** | [**HelmUpstreamRequestPatch**](HelmUpstreamRequestPatch.md)| | [optional]
5651
+ **data** | [**HexUpstreamRequestPatch**](HexUpstreamRequestPatch.md)| | [optional]
4850
5652
 
4851
5653
  ### Return type
4852
5654
 
4853
- [**HelmUpstream**](HelmUpstream.md)
5655
+ [**HexUpstream**](HexUpstream.md)
4854
5656
 
4855
5657
  ### Authorization
4856
5658
 
@@ -4863,12 +5665,12 @@ Name | Type | Description | Notes
4863
5665
 
4864
5666
 
4865
5667
 
4866
- # **repos_upstream_helm_read**
4867
- > HelmUpstream repos_upstream_helm_read(owner, identifier, slug_perm)
5668
+ # **repos_upstream_hex_read**
5669
+ > HexUpstream repos_upstream_hex_read(owner, identifier, slug_perm)
4868
5670
 
4869
- Retrieve a Helm upstream config for this repository.
5671
+ Retrieve a Hex upstream config for this repository.
4870
5672
 
4871
- Retrieve a Helm upstream config for this repository.
5673
+ Retrieve a Hex upstream config for this repository.
4872
5674
 
4873
5675
  ### Example
4874
5676
  ```ruby
@@ -4896,11 +5698,11 @@ slug_perm = 'slug_perm_example' # String |
4896
5698
 
4897
5699
 
4898
5700
  begin
4899
- #Retrieve a Helm upstream config for this repository.
4900
- result = api_instance.repos_upstream_helm_read(owner, identifier, slug_perm)
5701
+ #Retrieve a Hex upstream config for this repository.
5702
+ result = api_instance.repos_upstream_hex_read(owner, identifier, slug_perm)
4901
5703
  p result
4902
5704
  rescue CloudsmithApi::ApiError => e
4903
- puts "Exception when calling ReposApi->repos_upstream_helm_read: #{e}"
5705
+ puts "Exception when calling ReposApi->repos_upstream_hex_read: #{e}"
4904
5706
  end
4905
5707
  ```
4906
5708
 
@@ -4914,7 +5716,7 @@ Name | Type | Description | Notes
4914
5716
 
4915
5717
  ### Return type
4916
5718
 
4917
- [**HelmUpstream**](HelmUpstream.md)
5719
+ [**HexUpstream**](HexUpstream.md)
4918
5720
 
4919
5721
  ### Authorization
4920
5722
 
@@ -4927,12 +5729,12 @@ Name | Type | Description | Notes
4927
5729
 
4928
5730
 
4929
5731
 
4930
- # **repos_upstream_helm_update**
4931
- > HelmUpstream repos_upstream_helm_update(owner, identifier, slug_perm, opts)
5732
+ # **repos_upstream_hex_update**
5733
+ > HexUpstream repos_upstream_hex_update(owner, identifier, slug_perm, opts)
4932
5734
 
4933
- Update a Helm upstream config for this repository.
5735
+ Update a Hex upstream config for this repository.
4934
5736
 
4935
- Update a Helm upstream config for this repository.
5737
+ Update a Hex upstream config for this repository.
4936
5738
 
4937
5739
  ### Example
4938
5740
  ```ruby
@@ -4959,15 +5761,15 @@ identifier = 'identifier_example' # String |
4959
5761
  slug_perm = 'slug_perm_example' # String |
4960
5762
 
4961
5763
  opts = {
4962
- data: CloudsmithApi::HelmUpstreamRequest.new # HelmUpstreamRequest |
5764
+ data: CloudsmithApi::HexUpstreamRequest.new # HexUpstreamRequest |
4963
5765
  }
4964
5766
 
4965
5767
  begin
4966
- #Update a Helm upstream config for this repository.
4967
- result = api_instance.repos_upstream_helm_update(owner, identifier, slug_perm, opts)
5768
+ #Update a Hex upstream config for this repository.
5769
+ result = api_instance.repos_upstream_hex_update(owner, identifier, slug_perm, opts)
4968
5770
  p result
4969
5771
  rescue CloudsmithApi::ApiError => e
4970
- puts "Exception when calling ReposApi->repos_upstream_helm_update: #{e}"
5772
+ puts "Exception when calling ReposApi->repos_upstream_hex_update: #{e}"
4971
5773
  end
4972
5774
  ```
4973
5775
 
@@ -4978,11 +5780,11 @@ Name | Type | Description | Notes
4978
5780
  **owner** | **String**| |
4979
5781
  **identifier** | **String**| |
4980
5782
  **slug_perm** | **String**| |
4981
- **data** | [**HelmUpstreamRequest**](HelmUpstreamRequest.md)| | [optional]
5783
+ **data** | [**HexUpstreamRequest**](HexUpstreamRequest.md)| | [optional]
4982
5784
 
4983
5785
  ### Return type
4984
5786
 
4985
- [**HelmUpstream**](HelmUpstream.md)
5787
+ [**HexUpstream**](HexUpstream.md)
4986
5788
 
4987
5789
  ### Authorization
4988
5790
 
@@ -4995,12 +5797,12 @@ Name | Type | Description | Notes
4995
5797
 
4996
5798
 
4997
5799
 
4998
- # **repos_upstream_hex_create**
4999
- > HexUpstream repos_upstream_hex_create(owner, identifier, opts)
5800
+ # **repos_upstream_huggingface_create**
5801
+ > HuggingfaceUpstream repos_upstream_huggingface_create(owner, identifier, opts)
5000
5802
 
5001
- Create a Hex upstream config for this repository.
5803
+ Create a HuggingFace upstream config for this repository.
5002
5804
 
5003
- Create a Hex upstream config for this repository.
5805
+ Create a HuggingFace upstream config for this repository.
5004
5806
 
5005
5807
  ### Example
5006
5808
  ```ruby
@@ -5025,15 +5827,15 @@ owner = 'owner_example' # String |
5025
5827
  identifier = 'identifier_example' # String |
5026
5828
 
5027
5829
  opts = {
5028
- data: CloudsmithApi::HexUpstreamRequest.new # HexUpstreamRequest |
5830
+ data: CloudsmithApi::HuggingfaceUpstreamRequest.new # HuggingfaceUpstreamRequest |
5029
5831
  }
5030
5832
 
5031
5833
  begin
5032
- #Create a Hex upstream config for this repository.
5033
- result = api_instance.repos_upstream_hex_create(owner, identifier, opts)
5834
+ #Create a HuggingFace upstream config for this repository.
5835
+ result = api_instance.repos_upstream_huggingface_create(owner, identifier, opts)
5034
5836
  p result
5035
5837
  rescue CloudsmithApi::ApiError => e
5036
- puts "Exception when calling ReposApi->repos_upstream_hex_create: #{e}"
5838
+ puts "Exception when calling ReposApi->repos_upstream_huggingface_create: #{e}"
5037
5839
  end
5038
5840
  ```
5039
5841
 
@@ -5043,11 +5845,11 @@ Name | Type | Description | Notes
5043
5845
  ------------- | ------------- | ------------- | -------------
5044
5846
  **owner** | **String**| |
5045
5847
  **identifier** | **String**| |
5046
- **data** | [**HexUpstreamRequest**](HexUpstreamRequest.md)| | [optional]
5848
+ **data** | [**HuggingfaceUpstreamRequest**](HuggingfaceUpstreamRequest.md)| | [optional]
5047
5849
 
5048
5850
  ### Return type
5049
5851
 
5050
- [**HexUpstream**](HexUpstream.md)
5852
+ [**HuggingfaceUpstream**](HuggingfaceUpstream.md)
5051
5853
 
5052
5854
  ### Authorization
5053
5855
 
@@ -5060,12 +5862,12 @@ Name | Type | Description | Notes
5060
5862
 
5061
5863
 
5062
5864
 
5063
- # **repos_upstream_hex_delete**
5064
- > repos_upstream_hex_delete(owner, identifier, slug_perm)
5865
+ # **repos_upstream_huggingface_delete**
5866
+ > repos_upstream_huggingface_delete(owner, identifier, slug_perm)
5065
5867
 
5066
- Delete a Hex upstream config for this repository.
5868
+ Delete a HuggingFace upstream config for this repository.
5067
5869
 
5068
- Delete a Hex upstream config for this repository.
5870
+ Delete a HuggingFace upstream config for this repository.
5069
5871
 
5070
5872
  ### Example
5071
5873
  ```ruby
@@ -5093,10 +5895,10 @@ slug_perm = 'slug_perm_example' # String |
5093
5895
 
5094
5896
 
5095
5897
  begin
5096
- #Delete a Hex upstream config for this repository.
5097
- api_instance.repos_upstream_hex_delete(owner, identifier, slug_perm)
5898
+ #Delete a HuggingFace upstream config for this repository.
5899
+ api_instance.repos_upstream_huggingface_delete(owner, identifier, slug_perm)
5098
5900
  rescue CloudsmithApi::ApiError => e
5099
- puts "Exception when calling ReposApi->repos_upstream_hex_delete: #{e}"
5901
+ puts "Exception when calling ReposApi->repos_upstream_huggingface_delete: #{e}"
5100
5902
  end
5101
5903
  ```
5102
5904
 
@@ -5123,12 +5925,12 @@ nil (empty response body)
5123
5925
 
5124
5926
 
5125
5927
 
5126
- # **repos_upstream_hex_list**
5127
- > Array<HexUpstream> repos_upstream_hex_list(owner, identifier, opts)
5928
+ # **repos_upstream_huggingface_list**
5929
+ > Array<HuggingfaceUpstream> repos_upstream_huggingface_list(owner, identifier, opts)
5128
5930
 
5129
- List Hex upstream configs for this repository.
5931
+ List HuggingFace upstream configs for this repository.
5130
5932
 
5131
- List Hex upstream configs for this repository.
5933
+ List HuggingFace upstream configs for this repository.
5132
5934
 
5133
5935
  ### Example
5134
5936
  ```ruby
@@ -5158,11 +5960,11 @@ opts = {
5158
5960
  }
5159
5961
 
5160
5962
  begin
5161
- #List Hex upstream configs for this repository.
5162
- result = api_instance.repos_upstream_hex_list(owner, identifier, opts)
5963
+ #List HuggingFace upstream configs for this repository.
5964
+ result = api_instance.repos_upstream_huggingface_list(owner, identifier, opts)
5163
5965
  p result
5164
5966
  rescue CloudsmithApi::ApiError => e
5165
- puts "Exception when calling ReposApi->repos_upstream_hex_list: #{e}"
5967
+ puts "Exception when calling ReposApi->repos_upstream_huggingface_list: #{e}"
5166
5968
  end
5167
5969
  ```
5168
5970
 
@@ -5177,7 +5979,7 @@ Name | Type | Description | Notes
5177
5979
 
5178
5980
  ### Return type
5179
5981
 
5180
- [**Array<HexUpstream>**](HexUpstream.md)
5982
+ [**Array<HuggingfaceUpstream>**](HuggingfaceUpstream.md)
5181
5983
 
5182
5984
  ### Authorization
5183
5985
 
@@ -5190,12 +5992,12 @@ Name | Type | Description | Notes
5190
5992
 
5191
5993
 
5192
5994
 
5193
- # **repos_upstream_hex_partial_update**
5194
- > HexUpstream repos_upstream_hex_partial_update(owner, identifier, slug_perm, opts)
5995
+ # **repos_upstream_huggingface_partial_update**
5996
+ > HuggingfaceUpstream repos_upstream_huggingface_partial_update(owner, identifier, slug_perm, opts)
5195
5997
 
5196
- Partially update a Hex upstream config for this repository.
5998
+ Partially update a HuggingFace upstream config for this repository.
5197
5999
 
5198
- Partially update a Hex upstream config for this repository.
6000
+ Partially update a HuggingFace upstream config for this repository.
5199
6001
 
5200
6002
  ### Example
5201
6003
  ```ruby
@@ -5222,15 +6024,15 @@ identifier = 'identifier_example' # String |
5222
6024
  slug_perm = 'slug_perm_example' # String |
5223
6025
 
5224
6026
  opts = {
5225
- data: CloudsmithApi::HexUpstreamRequestPatch.new # HexUpstreamRequestPatch |
6027
+ data: CloudsmithApi::HuggingfaceUpstreamRequestPatch.new # HuggingfaceUpstreamRequestPatch |
5226
6028
  }
5227
6029
 
5228
6030
  begin
5229
- #Partially update a Hex upstream config for this repository.
5230
- result = api_instance.repos_upstream_hex_partial_update(owner, identifier, slug_perm, opts)
6031
+ #Partially update a HuggingFace upstream config for this repository.
6032
+ result = api_instance.repos_upstream_huggingface_partial_update(owner, identifier, slug_perm, opts)
5231
6033
  p result
5232
6034
  rescue CloudsmithApi::ApiError => e
5233
- puts "Exception when calling ReposApi->repos_upstream_hex_partial_update: #{e}"
6035
+ puts "Exception when calling ReposApi->repos_upstream_huggingface_partial_update: #{e}"
5234
6036
  end
5235
6037
  ```
5236
6038
 
@@ -5241,11 +6043,11 @@ Name | Type | Description | Notes
5241
6043
  **owner** | **String**| |
5242
6044
  **identifier** | **String**| |
5243
6045
  **slug_perm** | **String**| |
5244
- **data** | [**HexUpstreamRequestPatch**](HexUpstreamRequestPatch.md)| | [optional]
6046
+ **data** | [**HuggingfaceUpstreamRequestPatch**](HuggingfaceUpstreamRequestPatch.md)| | [optional]
5245
6047
 
5246
6048
  ### Return type
5247
6049
 
5248
- [**HexUpstream**](HexUpstream.md)
6050
+ [**HuggingfaceUpstream**](HuggingfaceUpstream.md)
5249
6051
 
5250
6052
  ### Authorization
5251
6053
 
@@ -5258,12 +6060,12 @@ Name | Type | Description | Notes
5258
6060
 
5259
6061
 
5260
6062
 
5261
- # **repos_upstream_hex_read**
5262
- > HexUpstream repos_upstream_hex_read(owner, identifier, slug_perm)
6063
+ # **repos_upstream_huggingface_read**
6064
+ > HuggingfaceUpstream repos_upstream_huggingface_read(owner, identifier, slug_perm)
5263
6065
 
5264
- Retrieve a Hex upstream config for this repository.
6066
+ Retrieve a HuggingFace upstream config for this repository.
5265
6067
 
5266
- Retrieve a Hex upstream config for this repository.
6068
+ Retrieve a HuggingFace upstream config for this repository.
5267
6069
 
5268
6070
  ### Example
5269
6071
  ```ruby
@@ -5291,11 +6093,11 @@ slug_perm = 'slug_perm_example' # String |
5291
6093
 
5292
6094
 
5293
6095
  begin
5294
- #Retrieve a Hex upstream config for this repository.
5295
- result = api_instance.repos_upstream_hex_read(owner, identifier, slug_perm)
6096
+ #Retrieve a HuggingFace upstream config for this repository.
6097
+ result = api_instance.repos_upstream_huggingface_read(owner, identifier, slug_perm)
5296
6098
  p result
5297
6099
  rescue CloudsmithApi::ApiError => e
5298
- puts "Exception when calling ReposApi->repos_upstream_hex_read: #{e}"
6100
+ puts "Exception when calling ReposApi->repos_upstream_huggingface_read: #{e}"
5299
6101
  end
5300
6102
  ```
5301
6103
 
@@ -5309,7 +6111,7 @@ Name | Type | Description | Notes
5309
6111
 
5310
6112
  ### Return type
5311
6113
 
5312
- [**HexUpstream**](HexUpstream.md)
6114
+ [**HuggingfaceUpstream**](HuggingfaceUpstream.md)
5313
6115
 
5314
6116
  ### Authorization
5315
6117
 
@@ -5322,12 +6124,12 @@ Name | Type | Description | Notes
5322
6124
 
5323
6125
 
5324
6126
 
5325
- # **repos_upstream_hex_update**
5326
- > HexUpstream repos_upstream_hex_update(owner, identifier, slug_perm, opts)
6127
+ # **repos_upstream_huggingface_update**
6128
+ > HuggingfaceUpstream repos_upstream_huggingface_update(owner, identifier, slug_perm, opts)
5327
6129
 
5328
- Update a Hex upstream config for this repository.
6130
+ Update a HuggingFace upstream config for this repository.
5329
6131
 
5330
- Update a Hex upstream config for this repository.
6132
+ Update a HuggingFace upstream config for this repository.
5331
6133
 
5332
6134
  ### Example
5333
6135
  ```ruby
@@ -5354,15 +6156,15 @@ identifier = 'identifier_example' # String |
5354
6156
  slug_perm = 'slug_perm_example' # String |
5355
6157
 
5356
6158
  opts = {
5357
- data: CloudsmithApi::HexUpstreamRequest.new # HexUpstreamRequest |
6159
+ data: CloudsmithApi::HuggingfaceUpstreamRequest.new # HuggingfaceUpstreamRequest |
5358
6160
  }
5359
6161
 
5360
6162
  begin
5361
- #Update a Hex upstream config for this repository.
5362
- result = api_instance.repos_upstream_hex_update(owner, identifier, slug_perm, opts)
6163
+ #Update a HuggingFace upstream config for this repository.
6164
+ result = api_instance.repos_upstream_huggingface_update(owner, identifier, slug_perm, opts)
5363
6165
  p result
5364
6166
  rescue CloudsmithApi::ApiError => e
5365
- puts "Exception when calling ReposApi->repos_upstream_hex_update: #{e}"
6167
+ puts "Exception when calling ReposApi->repos_upstream_huggingface_update: #{e}"
5366
6168
  end
5367
6169
  ```
5368
6170
 
@@ -5373,11 +6175,11 @@ Name | Type | Description | Notes
5373
6175
  **owner** | **String**| |
5374
6176
  **identifier** | **String**| |
5375
6177
  **slug_perm** | **String**| |
5376
- **data** | [**HexUpstreamRequest**](HexUpstreamRequest.md)| | [optional]
6178
+ **data** | [**HuggingfaceUpstreamRequest**](HuggingfaceUpstreamRequest.md)| | [optional]
5377
6179
 
5378
6180
  ### Return type
5379
6181
 
5380
- [**HexUpstream**](HexUpstream.md)
6182
+ [**HuggingfaceUpstream**](HuggingfaceUpstream.md)
5381
6183
 
5382
6184
  ### Authorization
5383
6185