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
@@ -2451,39 +2451,39 @@ module CloudsmithApi
2451
2451
  end
2452
2452
  return data, status_code, headers
2453
2453
  end
2454
- # Create a CRAN upstream config for this repository.
2455
- # Create a CRAN upstream config for this repository.
2454
+ # Create a Conda upstream config for this repository.
2455
+ # Create a Conda upstream config for this repository.
2456
2456
  # @param owner
2457
2457
  # @param identifier
2458
2458
  # @param [Hash] opts the optional parameters
2459
- # @option opts [CranUpstreamRequest] :data
2460
- # @return [CranUpstream]
2461
- def repos_upstream_cran_create(owner, identifier, opts = {})
2462
- data, _status_code, _headers = repos_upstream_cran_create_with_http_info(owner, identifier, opts)
2459
+ # @option opts [CondaUpstreamRequest] :data
2460
+ # @return [CondaUpstream]
2461
+ def repos_upstream_conda_create(owner, identifier, opts = {})
2462
+ data, _status_code, _headers = repos_upstream_conda_create_with_http_info(owner, identifier, opts)
2463
2463
  data
2464
2464
  end
2465
2465
 
2466
- # Create a CRAN upstream config for this repository.
2467
- # Create a CRAN upstream config for this repository.
2466
+ # Create a Conda upstream config for this repository.
2467
+ # Create a Conda upstream config for this repository.
2468
2468
  # @param owner
2469
2469
  # @param identifier
2470
2470
  # @param [Hash] opts the optional parameters
2471
- # @option opts [CranUpstreamRequest] :data
2472
- # @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
2473
- def repos_upstream_cran_create_with_http_info(owner, identifier, opts = {})
2471
+ # @option opts [CondaUpstreamRequest] :data
2472
+ # @return [Array<(CondaUpstream, Fixnum, Hash)>] CondaUpstream data, response status code and response headers
2473
+ def repos_upstream_conda_create_with_http_info(owner, identifier, opts = {})
2474
2474
  if @api_client.config.debugging
2475
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_create ...'
2475
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_conda_create ...'
2476
2476
  end
2477
2477
  # verify the required parameter 'owner' is set
2478
2478
  if @api_client.config.client_side_validation && owner.nil?
2479
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_create"
2479
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_conda_create"
2480
2480
  end
2481
2481
  # verify the required parameter 'identifier' is set
2482
2482
  if @api_client.config.client_side_validation && identifier.nil?
2483
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_create"
2483
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_conda_create"
2484
2484
  end
2485
2485
  # resource path
2486
- local_var_path = '/repos/{owner}/{identifier}/upstream/cran/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
2486
+ local_var_path = '/repos/{owner}/{identifier}/upstream/conda/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
2487
2487
 
2488
2488
  # query parameters
2489
2489
  query_params = {}
@@ -2507,49 +2507,49 @@ module CloudsmithApi
2507
2507
  :form_params => form_params,
2508
2508
  :body => post_body,
2509
2509
  :auth_names => auth_names,
2510
- :return_type => 'CranUpstream')
2510
+ :return_type => 'CondaUpstream')
2511
2511
  if @api_client.config.debugging
2512
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2512
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_conda_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2513
2513
  end
2514
2514
  return data, status_code, headers
2515
2515
  end
2516
- # Delete a CRAN upstream config for this repository.
2517
- # Delete a CRAN upstream config for this repository.
2516
+ # Delete a Conda upstream config for this repository.
2517
+ # Delete a Conda upstream config for this repository.
2518
2518
  # @param owner
2519
2519
  # @param identifier
2520
2520
  # @param slug_perm
2521
2521
  # @param [Hash] opts the optional parameters
2522
2522
  # @return [nil]
2523
- def repos_upstream_cran_delete(owner, identifier, slug_perm, opts = {})
2524
- repos_upstream_cran_delete_with_http_info(owner, identifier, slug_perm, opts)
2523
+ def repos_upstream_conda_delete(owner, identifier, slug_perm, opts = {})
2524
+ repos_upstream_conda_delete_with_http_info(owner, identifier, slug_perm, opts)
2525
2525
  nil
2526
2526
  end
2527
2527
 
2528
- # Delete a CRAN upstream config for this repository.
2529
- # Delete a CRAN upstream config for this repository.
2528
+ # Delete a Conda upstream config for this repository.
2529
+ # Delete a Conda upstream config for this repository.
2530
2530
  # @param owner
2531
2531
  # @param identifier
2532
2532
  # @param slug_perm
2533
2533
  # @param [Hash] opts the optional parameters
2534
2534
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2535
- def repos_upstream_cran_delete_with_http_info(owner, identifier, slug_perm, opts = {})
2535
+ def repos_upstream_conda_delete_with_http_info(owner, identifier, slug_perm, opts = {})
2536
2536
  if @api_client.config.debugging
2537
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_delete ...'
2537
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_conda_delete ...'
2538
2538
  end
2539
2539
  # verify the required parameter 'owner' is set
2540
2540
  if @api_client.config.client_side_validation && owner.nil?
2541
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_delete"
2541
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_conda_delete"
2542
2542
  end
2543
2543
  # verify the required parameter 'identifier' is set
2544
2544
  if @api_client.config.client_side_validation && identifier.nil?
2545
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_delete"
2545
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_conda_delete"
2546
2546
  end
2547
2547
  # verify the required parameter 'slug_perm' is set
2548
2548
  if @api_client.config.client_side_validation && slug_perm.nil?
2549
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_delete"
2549
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_conda_delete"
2550
2550
  end
2551
2551
  # resource path
2552
- local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2552
+ local_var_path = '/repos/{owner}/{identifier}/upstream/conda/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2553
2553
 
2554
2554
  # query parameters
2555
2555
  query_params = {}
@@ -2574,45 +2574,45 @@ module CloudsmithApi
2574
2574
  :body => post_body,
2575
2575
  :auth_names => auth_names)
2576
2576
  if @api_client.config.debugging
2577
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2577
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_conda_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2578
2578
  end
2579
2579
  return data, status_code, headers
2580
2580
  end
2581
- # List CRAN upstream configs for this repository.
2582
- # List CRAN upstream configs for this repository.
2581
+ # List Conda upstream configs for this repository.
2582
+ # List Conda upstream configs for this repository.
2583
2583
  # @param owner
2584
2584
  # @param identifier
2585
2585
  # @param [Hash] opts the optional parameters
2586
2586
  # @option opts [Integer] :page A page number within the paginated result set.
2587
2587
  # @option opts [Integer] :page_size Number of results to return per page.
2588
- # @return [Array<CranUpstream>]
2589
- def repos_upstream_cran_list(owner, identifier, opts = {})
2590
- data, _status_code, _headers = repos_upstream_cran_list_with_http_info(owner, identifier, opts)
2588
+ # @return [Array<CondaUpstream>]
2589
+ def repos_upstream_conda_list(owner, identifier, opts = {})
2590
+ data, _status_code, _headers = repos_upstream_conda_list_with_http_info(owner, identifier, opts)
2591
2591
  data
2592
2592
  end
2593
2593
 
2594
- # List CRAN upstream configs for this repository.
2595
- # List CRAN upstream configs for this repository.
2594
+ # List Conda upstream configs for this repository.
2595
+ # List Conda upstream configs for this repository.
2596
2596
  # @param owner
2597
2597
  # @param identifier
2598
2598
  # @param [Hash] opts the optional parameters
2599
2599
  # @option opts [Integer] :page A page number within the paginated result set.
2600
2600
  # @option opts [Integer] :page_size Number of results to return per page.
2601
- # @return [Array<(Array<CranUpstream>, Fixnum, Hash)>] Array<CranUpstream> data, response status code and response headers
2602
- def repos_upstream_cran_list_with_http_info(owner, identifier, opts = {})
2601
+ # @return [Array<(Array<CondaUpstream>, Fixnum, Hash)>] Array<CondaUpstream> data, response status code and response headers
2602
+ def repos_upstream_conda_list_with_http_info(owner, identifier, opts = {})
2603
2603
  if @api_client.config.debugging
2604
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_list ...'
2604
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_conda_list ...'
2605
2605
  end
2606
2606
  # verify the required parameter 'owner' is set
2607
2607
  if @api_client.config.client_side_validation && owner.nil?
2608
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_list"
2608
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_conda_list"
2609
2609
  end
2610
2610
  # verify the required parameter 'identifier' is set
2611
2611
  if @api_client.config.client_side_validation && identifier.nil?
2612
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_list"
2612
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_conda_list"
2613
2613
  end
2614
2614
  # resource path
2615
- local_var_path = '/repos/{owner}/{identifier}/upstream/cran/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
2615
+ local_var_path = '/repos/{owner}/{identifier}/upstream/conda/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
2616
2616
 
2617
2617
  # query parameters
2618
2618
  query_params = {}
@@ -2638,51 +2638,51 @@ module CloudsmithApi
2638
2638
  :form_params => form_params,
2639
2639
  :body => post_body,
2640
2640
  :auth_names => auth_names,
2641
- :return_type => 'Array<CranUpstream>')
2641
+ :return_type => 'Array<CondaUpstream>')
2642
2642
  if @api_client.config.debugging
2643
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2643
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_conda_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2644
2644
  end
2645
2645
  return data, status_code, headers
2646
2646
  end
2647
- # Partially update a CRAN upstream config for this repository.
2648
- # Partially update a CRAN upstream config for this repository.
2647
+ # Partially update a Conda upstream config for this repository.
2648
+ # Partially update a Conda upstream config for this repository.
2649
2649
  # @param owner
2650
2650
  # @param identifier
2651
2651
  # @param slug_perm
2652
2652
  # @param [Hash] opts the optional parameters
2653
- # @option opts [CranUpstreamRequestPatch] :data
2654
- # @return [CranUpstream]
2655
- def repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts = {})
2656
- data, _status_code, _headers = repos_upstream_cran_partial_update_with_http_info(owner, identifier, slug_perm, opts)
2653
+ # @option opts [CondaUpstreamRequestPatch] :data
2654
+ # @return [CondaUpstream]
2655
+ def repos_upstream_conda_partial_update(owner, identifier, slug_perm, opts = {})
2656
+ data, _status_code, _headers = repos_upstream_conda_partial_update_with_http_info(owner, identifier, slug_perm, opts)
2657
2657
  data
2658
2658
  end
2659
2659
 
2660
- # Partially update a CRAN upstream config for this repository.
2661
- # Partially update a CRAN upstream config for this repository.
2660
+ # Partially update a Conda upstream config for this repository.
2661
+ # Partially update a Conda upstream config for this repository.
2662
2662
  # @param owner
2663
2663
  # @param identifier
2664
2664
  # @param slug_perm
2665
2665
  # @param [Hash] opts the optional parameters
2666
- # @option opts [CranUpstreamRequestPatch] :data
2667
- # @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
2668
- def repos_upstream_cran_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
2666
+ # @option opts [CondaUpstreamRequestPatch] :data
2667
+ # @return [Array<(CondaUpstream, Fixnum, Hash)>] CondaUpstream data, response status code and response headers
2668
+ def repos_upstream_conda_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
2669
2669
  if @api_client.config.debugging
2670
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_partial_update ...'
2670
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_conda_partial_update ...'
2671
2671
  end
2672
2672
  # verify the required parameter 'owner' is set
2673
2673
  if @api_client.config.client_side_validation && owner.nil?
2674
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_partial_update"
2674
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_conda_partial_update"
2675
2675
  end
2676
2676
  # verify the required parameter 'identifier' is set
2677
2677
  if @api_client.config.client_side_validation && identifier.nil?
2678
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_partial_update"
2678
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_conda_partial_update"
2679
2679
  end
2680
2680
  # verify the required parameter 'slug_perm' is set
2681
2681
  if @api_client.config.client_side_validation && slug_perm.nil?
2682
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_partial_update"
2682
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_conda_partial_update"
2683
2683
  end
2684
2684
  # resource path
2685
- local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2685
+ local_var_path = '/repos/{owner}/{identifier}/upstream/conda/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2686
2686
 
2687
2687
  # query parameters
2688
2688
  query_params = {}
@@ -2706,49 +2706,49 @@ module CloudsmithApi
2706
2706
  :form_params => form_params,
2707
2707
  :body => post_body,
2708
2708
  :auth_names => auth_names,
2709
- :return_type => 'CranUpstream')
2709
+ :return_type => 'CondaUpstream')
2710
2710
  if @api_client.config.debugging
2711
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2711
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_conda_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2712
2712
  end
2713
2713
  return data, status_code, headers
2714
2714
  end
2715
- # Retrieve a CRAN upstream config for this repository.
2716
- # Retrieve a CRAN upstream config for this repository.
2715
+ # Retrieve a Conda upstream config for this repository.
2716
+ # Retrieve a Conda upstream config for this repository.
2717
2717
  # @param owner
2718
2718
  # @param identifier
2719
2719
  # @param slug_perm
2720
2720
  # @param [Hash] opts the optional parameters
2721
- # @return [CranUpstream]
2722
- def repos_upstream_cran_read(owner, identifier, slug_perm, opts = {})
2723
- data, _status_code, _headers = repos_upstream_cran_read_with_http_info(owner, identifier, slug_perm, opts)
2721
+ # @return [CondaUpstream]
2722
+ def repos_upstream_conda_read(owner, identifier, slug_perm, opts = {})
2723
+ data, _status_code, _headers = repos_upstream_conda_read_with_http_info(owner, identifier, slug_perm, opts)
2724
2724
  data
2725
2725
  end
2726
2726
 
2727
- # Retrieve a CRAN upstream config for this repository.
2728
- # Retrieve a CRAN upstream config for this repository.
2727
+ # Retrieve a Conda upstream config for this repository.
2728
+ # Retrieve a Conda upstream config for this repository.
2729
2729
  # @param owner
2730
2730
  # @param identifier
2731
2731
  # @param slug_perm
2732
2732
  # @param [Hash] opts the optional parameters
2733
- # @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
2734
- def repos_upstream_cran_read_with_http_info(owner, identifier, slug_perm, opts = {})
2733
+ # @return [Array<(CondaUpstream, Fixnum, Hash)>] CondaUpstream data, response status code and response headers
2734
+ def repos_upstream_conda_read_with_http_info(owner, identifier, slug_perm, opts = {})
2735
2735
  if @api_client.config.debugging
2736
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_read ...'
2736
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_conda_read ...'
2737
2737
  end
2738
2738
  # verify the required parameter 'owner' is set
2739
2739
  if @api_client.config.client_side_validation && owner.nil?
2740
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_read"
2740
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_conda_read"
2741
2741
  end
2742
2742
  # verify the required parameter 'identifier' is set
2743
2743
  if @api_client.config.client_side_validation && identifier.nil?
2744
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_read"
2744
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_conda_read"
2745
2745
  end
2746
2746
  # verify the required parameter 'slug_perm' is set
2747
2747
  if @api_client.config.client_side_validation && slug_perm.nil?
2748
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_read"
2748
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_conda_read"
2749
2749
  end
2750
2750
  # resource path
2751
- local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2751
+ local_var_path = '/repos/{owner}/{identifier}/upstream/conda/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2752
2752
 
2753
2753
  # query parameters
2754
2754
  query_params = {}
@@ -2772,51 +2772,51 @@ module CloudsmithApi
2772
2772
  :form_params => form_params,
2773
2773
  :body => post_body,
2774
2774
  :auth_names => auth_names,
2775
- :return_type => 'CranUpstream')
2775
+ :return_type => 'CondaUpstream')
2776
2776
  if @api_client.config.debugging
2777
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2777
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_conda_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2778
2778
  end
2779
2779
  return data, status_code, headers
2780
2780
  end
2781
- # Update a CRAN upstream config for this repository.
2782
- # Update a CRAN upstream config for this repository.
2781
+ # Update a Conda upstream config for this repository.
2782
+ # Update a Conda upstream config for this repository.
2783
2783
  # @param owner
2784
2784
  # @param identifier
2785
2785
  # @param slug_perm
2786
2786
  # @param [Hash] opts the optional parameters
2787
- # @option opts [CranUpstreamRequest] :data
2788
- # @return [CranUpstream]
2789
- def repos_upstream_cran_update(owner, identifier, slug_perm, opts = {})
2790
- data, _status_code, _headers = repos_upstream_cran_update_with_http_info(owner, identifier, slug_perm, opts)
2787
+ # @option opts [CondaUpstreamRequest] :data
2788
+ # @return [CondaUpstream]
2789
+ def repos_upstream_conda_update(owner, identifier, slug_perm, opts = {})
2790
+ data, _status_code, _headers = repos_upstream_conda_update_with_http_info(owner, identifier, slug_perm, opts)
2791
2791
  data
2792
2792
  end
2793
2793
 
2794
- # Update a CRAN upstream config for this repository.
2795
- # Update a CRAN upstream config for this repository.
2794
+ # Update a Conda upstream config for this repository.
2795
+ # Update a Conda upstream config for this repository.
2796
2796
  # @param owner
2797
2797
  # @param identifier
2798
2798
  # @param slug_perm
2799
2799
  # @param [Hash] opts the optional parameters
2800
- # @option opts [CranUpstreamRequest] :data
2801
- # @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
2802
- def repos_upstream_cran_update_with_http_info(owner, identifier, slug_perm, opts = {})
2800
+ # @option opts [CondaUpstreamRequest] :data
2801
+ # @return [Array<(CondaUpstream, Fixnum, Hash)>] CondaUpstream data, response status code and response headers
2802
+ def repos_upstream_conda_update_with_http_info(owner, identifier, slug_perm, opts = {})
2803
2803
  if @api_client.config.debugging
2804
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_update ...'
2804
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_conda_update ...'
2805
2805
  end
2806
2806
  # verify the required parameter 'owner' is set
2807
2807
  if @api_client.config.client_side_validation && owner.nil?
2808
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_update"
2808
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_conda_update"
2809
2809
  end
2810
2810
  # verify the required parameter 'identifier' is set
2811
2811
  if @api_client.config.client_side_validation && identifier.nil?
2812
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_update"
2812
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_conda_update"
2813
2813
  end
2814
2814
  # verify the required parameter 'slug_perm' is set
2815
2815
  if @api_client.config.client_side_validation && slug_perm.nil?
2816
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_update"
2816
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_conda_update"
2817
2817
  end
2818
2818
  # resource path
2819
- local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2819
+ local_var_path = '/repos/{owner}/{identifier}/upstream/conda/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2820
2820
 
2821
2821
  # query parameters
2822
2822
  query_params = {}
@@ -2840,45 +2840,45 @@ module CloudsmithApi
2840
2840
  :form_params => form_params,
2841
2841
  :body => post_body,
2842
2842
  :auth_names => auth_names,
2843
- :return_type => 'CranUpstream')
2843
+ :return_type => 'CondaUpstream')
2844
2844
  if @api_client.config.debugging
2845
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2845
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_conda_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2846
2846
  end
2847
2847
  return data, status_code, headers
2848
2848
  end
2849
- # Create a Dart upstream config for this repository.
2850
- # Create a Dart upstream config for this repository.
2849
+ # Create a CRAN upstream config for this repository.
2850
+ # Create a CRAN upstream config for this repository.
2851
2851
  # @param owner
2852
2852
  # @param identifier
2853
2853
  # @param [Hash] opts the optional parameters
2854
- # @option opts [DartUpstreamRequest] :data
2855
- # @return [DartUpstream]
2856
- def repos_upstream_dart_create(owner, identifier, opts = {})
2857
- data, _status_code, _headers = repos_upstream_dart_create_with_http_info(owner, identifier, opts)
2854
+ # @option opts [CranUpstreamRequest] :data
2855
+ # @return [CranUpstream]
2856
+ def repos_upstream_cran_create(owner, identifier, opts = {})
2857
+ data, _status_code, _headers = repos_upstream_cran_create_with_http_info(owner, identifier, opts)
2858
2858
  data
2859
2859
  end
2860
2860
 
2861
- # Create a Dart upstream config for this repository.
2862
- # Create a Dart upstream config for this repository.
2861
+ # Create a CRAN upstream config for this repository.
2862
+ # Create a CRAN upstream config for this repository.
2863
2863
  # @param owner
2864
2864
  # @param identifier
2865
2865
  # @param [Hash] opts the optional parameters
2866
- # @option opts [DartUpstreamRequest] :data
2867
- # @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
2868
- def repos_upstream_dart_create_with_http_info(owner, identifier, opts = {})
2866
+ # @option opts [CranUpstreamRequest] :data
2867
+ # @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
2868
+ def repos_upstream_cran_create_with_http_info(owner, identifier, opts = {})
2869
2869
  if @api_client.config.debugging
2870
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_create ...'
2870
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_create ...'
2871
2871
  end
2872
2872
  # verify the required parameter 'owner' is set
2873
2873
  if @api_client.config.client_side_validation && owner.nil?
2874
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_create"
2874
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_create"
2875
2875
  end
2876
2876
  # verify the required parameter 'identifier' is set
2877
2877
  if @api_client.config.client_side_validation && identifier.nil?
2878
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_create"
2878
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_create"
2879
2879
  end
2880
2880
  # resource path
2881
- local_var_path = '/repos/{owner}/{identifier}/upstream/dart/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
2881
+ local_var_path = '/repos/{owner}/{identifier}/upstream/cran/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
2882
2882
 
2883
2883
  # query parameters
2884
2884
  query_params = {}
@@ -2902,49 +2902,49 @@ module CloudsmithApi
2902
2902
  :form_params => form_params,
2903
2903
  :body => post_body,
2904
2904
  :auth_names => auth_names,
2905
- :return_type => 'DartUpstream')
2905
+ :return_type => 'CranUpstream')
2906
2906
  if @api_client.config.debugging
2907
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2907
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2908
2908
  end
2909
2909
  return data, status_code, headers
2910
2910
  end
2911
- # Delete a Dart upstream config for this repository.
2912
- # Delete a Dart upstream config for this repository.
2911
+ # Delete a CRAN upstream config for this repository.
2912
+ # Delete a CRAN upstream config for this repository.
2913
2913
  # @param owner
2914
2914
  # @param identifier
2915
2915
  # @param slug_perm
2916
2916
  # @param [Hash] opts the optional parameters
2917
2917
  # @return [nil]
2918
- def repos_upstream_dart_delete(owner, identifier, slug_perm, opts = {})
2919
- repos_upstream_dart_delete_with_http_info(owner, identifier, slug_perm, opts)
2918
+ def repos_upstream_cran_delete(owner, identifier, slug_perm, opts = {})
2919
+ repos_upstream_cran_delete_with_http_info(owner, identifier, slug_perm, opts)
2920
2920
  nil
2921
2921
  end
2922
2922
 
2923
- # Delete a Dart upstream config for this repository.
2924
- # Delete a Dart upstream config for this repository.
2923
+ # Delete a CRAN upstream config for this repository.
2924
+ # Delete a CRAN upstream config for this repository.
2925
2925
  # @param owner
2926
2926
  # @param identifier
2927
2927
  # @param slug_perm
2928
2928
  # @param [Hash] opts the optional parameters
2929
2929
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2930
- def repos_upstream_dart_delete_with_http_info(owner, identifier, slug_perm, opts = {})
2930
+ def repos_upstream_cran_delete_with_http_info(owner, identifier, slug_perm, opts = {})
2931
2931
  if @api_client.config.debugging
2932
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_delete ...'
2932
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_delete ...'
2933
2933
  end
2934
2934
  # verify the required parameter 'owner' is set
2935
2935
  if @api_client.config.client_side_validation && owner.nil?
2936
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_delete"
2936
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_delete"
2937
2937
  end
2938
2938
  # verify the required parameter 'identifier' is set
2939
2939
  if @api_client.config.client_side_validation && identifier.nil?
2940
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_delete"
2940
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_delete"
2941
2941
  end
2942
2942
  # verify the required parameter 'slug_perm' is set
2943
2943
  if @api_client.config.client_side_validation && slug_perm.nil?
2944
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_delete"
2944
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_delete"
2945
2945
  end
2946
2946
  # resource path
2947
- local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2947
+ local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2948
2948
 
2949
2949
  # query parameters
2950
2950
  query_params = {}
@@ -2969,45 +2969,45 @@ module CloudsmithApi
2969
2969
  :body => post_body,
2970
2970
  :auth_names => auth_names)
2971
2971
  if @api_client.config.debugging
2972
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2972
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2973
2973
  end
2974
2974
  return data, status_code, headers
2975
2975
  end
2976
- # List Dart upstream configs for this repository.
2977
- # List Dart upstream configs for this repository.
2976
+ # List CRAN upstream configs for this repository.
2977
+ # List CRAN upstream configs for this repository.
2978
2978
  # @param owner
2979
2979
  # @param identifier
2980
2980
  # @param [Hash] opts the optional parameters
2981
2981
  # @option opts [Integer] :page A page number within the paginated result set.
2982
2982
  # @option opts [Integer] :page_size Number of results to return per page.
2983
- # @return [Array<DartUpstream>]
2984
- def repos_upstream_dart_list(owner, identifier, opts = {})
2985
- data, _status_code, _headers = repos_upstream_dart_list_with_http_info(owner, identifier, opts)
2983
+ # @return [Array<CranUpstream>]
2984
+ def repos_upstream_cran_list(owner, identifier, opts = {})
2985
+ data, _status_code, _headers = repos_upstream_cran_list_with_http_info(owner, identifier, opts)
2986
2986
  data
2987
2987
  end
2988
2988
 
2989
- # List Dart upstream configs for this repository.
2990
- # List Dart upstream configs for this repository.
2989
+ # List CRAN upstream configs for this repository.
2990
+ # List CRAN upstream configs for this repository.
2991
2991
  # @param owner
2992
2992
  # @param identifier
2993
2993
  # @param [Hash] opts the optional parameters
2994
2994
  # @option opts [Integer] :page A page number within the paginated result set.
2995
2995
  # @option opts [Integer] :page_size Number of results to return per page.
2996
- # @return [Array<(Array<DartUpstream>, Fixnum, Hash)>] Array<DartUpstream> data, response status code and response headers
2997
- def repos_upstream_dart_list_with_http_info(owner, identifier, opts = {})
2996
+ # @return [Array<(Array<CranUpstream>, Fixnum, Hash)>] Array<CranUpstream> data, response status code and response headers
2997
+ def repos_upstream_cran_list_with_http_info(owner, identifier, opts = {})
2998
2998
  if @api_client.config.debugging
2999
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_list ...'
2999
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_list ...'
3000
3000
  end
3001
3001
  # verify the required parameter 'owner' is set
3002
3002
  if @api_client.config.client_side_validation && owner.nil?
3003
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_list"
3003
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_list"
3004
3004
  end
3005
3005
  # verify the required parameter 'identifier' is set
3006
3006
  if @api_client.config.client_side_validation && identifier.nil?
3007
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_list"
3007
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_list"
3008
3008
  end
3009
3009
  # resource path
3010
- local_var_path = '/repos/{owner}/{identifier}/upstream/dart/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3010
+ local_var_path = '/repos/{owner}/{identifier}/upstream/cran/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3011
3011
 
3012
3012
  # query parameters
3013
3013
  query_params = {}
@@ -3033,51 +3033,51 @@ module CloudsmithApi
3033
3033
  :form_params => form_params,
3034
3034
  :body => post_body,
3035
3035
  :auth_names => auth_names,
3036
- :return_type => 'Array<DartUpstream>')
3036
+ :return_type => 'Array<CranUpstream>')
3037
3037
  if @api_client.config.debugging
3038
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3038
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3039
3039
  end
3040
3040
  return data, status_code, headers
3041
3041
  end
3042
- # Partially update a Dart upstream config for this repository.
3043
- # Partially update a Dart upstream config for this repository.
3042
+ # Partially update a CRAN upstream config for this repository.
3043
+ # Partially update a CRAN upstream config for this repository.
3044
3044
  # @param owner
3045
3045
  # @param identifier
3046
3046
  # @param slug_perm
3047
3047
  # @param [Hash] opts the optional parameters
3048
- # @option opts [DartUpstreamRequestPatch] :data
3049
- # @return [DartUpstream]
3050
- def repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts = {})
3051
- data, _status_code, _headers = repos_upstream_dart_partial_update_with_http_info(owner, identifier, slug_perm, opts)
3048
+ # @option opts [CranUpstreamRequestPatch] :data
3049
+ # @return [CranUpstream]
3050
+ def repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts = {})
3051
+ data, _status_code, _headers = repos_upstream_cran_partial_update_with_http_info(owner, identifier, slug_perm, opts)
3052
3052
  data
3053
3053
  end
3054
3054
 
3055
- # Partially update a Dart upstream config for this repository.
3056
- # Partially update a Dart upstream config for this repository.
3055
+ # Partially update a CRAN upstream config for this repository.
3056
+ # Partially update a CRAN upstream config for this repository.
3057
3057
  # @param owner
3058
3058
  # @param identifier
3059
3059
  # @param slug_perm
3060
3060
  # @param [Hash] opts the optional parameters
3061
- # @option opts [DartUpstreamRequestPatch] :data
3062
- # @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
3063
- def repos_upstream_dart_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
3061
+ # @option opts [CranUpstreamRequestPatch] :data
3062
+ # @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
3063
+ def repos_upstream_cran_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
3064
3064
  if @api_client.config.debugging
3065
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_partial_update ...'
3065
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_partial_update ...'
3066
3066
  end
3067
3067
  # verify the required parameter 'owner' is set
3068
3068
  if @api_client.config.client_side_validation && owner.nil?
3069
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_partial_update"
3069
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_partial_update"
3070
3070
  end
3071
3071
  # verify the required parameter 'identifier' is set
3072
3072
  if @api_client.config.client_side_validation && identifier.nil?
3073
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_partial_update"
3073
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_partial_update"
3074
3074
  end
3075
3075
  # verify the required parameter 'slug_perm' is set
3076
3076
  if @api_client.config.client_side_validation && slug_perm.nil?
3077
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_partial_update"
3077
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_partial_update"
3078
3078
  end
3079
3079
  # resource path
3080
- local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3080
+ local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3081
3081
 
3082
3082
  # query parameters
3083
3083
  query_params = {}
@@ -3101,49 +3101,49 @@ module CloudsmithApi
3101
3101
  :form_params => form_params,
3102
3102
  :body => post_body,
3103
3103
  :auth_names => auth_names,
3104
- :return_type => 'DartUpstream')
3104
+ :return_type => 'CranUpstream')
3105
3105
  if @api_client.config.debugging
3106
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3106
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3107
3107
  end
3108
3108
  return data, status_code, headers
3109
3109
  end
3110
- # Retrieve a Dart upstream config for this repository.
3111
- # Retrieve a Dart upstream config for this repository.
3110
+ # Retrieve a CRAN upstream config for this repository.
3111
+ # Retrieve a CRAN upstream config for this repository.
3112
3112
  # @param owner
3113
3113
  # @param identifier
3114
3114
  # @param slug_perm
3115
3115
  # @param [Hash] opts the optional parameters
3116
- # @return [DartUpstream]
3117
- def repos_upstream_dart_read(owner, identifier, slug_perm, opts = {})
3118
- data, _status_code, _headers = repos_upstream_dart_read_with_http_info(owner, identifier, slug_perm, opts)
3116
+ # @return [CranUpstream]
3117
+ def repos_upstream_cran_read(owner, identifier, slug_perm, opts = {})
3118
+ data, _status_code, _headers = repos_upstream_cran_read_with_http_info(owner, identifier, slug_perm, opts)
3119
3119
  data
3120
3120
  end
3121
3121
 
3122
- # Retrieve a Dart upstream config for this repository.
3123
- # Retrieve a Dart upstream config for this repository.
3122
+ # Retrieve a CRAN upstream config for this repository.
3123
+ # Retrieve a CRAN upstream config for this repository.
3124
3124
  # @param owner
3125
3125
  # @param identifier
3126
3126
  # @param slug_perm
3127
3127
  # @param [Hash] opts the optional parameters
3128
- # @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
3129
- def repos_upstream_dart_read_with_http_info(owner, identifier, slug_perm, opts = {})
3128
+ # @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
3129
+ def repos_upstream_cran_read_with_http_info(owner, identifier, slug_perm, opts = {})
3130
3130
  if @api_client.config.debugging
3131
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_read ...'
3131
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_read ...'
3132
3132
  end
3133
3133
  # verify the required parameter 'owner' is set
3134
3134
  if @api_client.config.client_side_validation && owner.nil?
3135
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_read"
3135
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_read"
3136
3136
  end
3137
3137
  # verify the required parameter 'identifier' is set
3138
3138
  if @api_client.config.client_side_validation && identifier.nil?
3139
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_read"
3139
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_read"
3140
3140
  end
3141
3141
  # verify the required parameter 'slug_perm' is set
3142
3142
  if @api_client.config.client_side_validation && slug_perm.nil?
3143
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_read"
3143
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_read"
3144
3144
  end
3145
3145
  # resource path
3146
- local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3146
+ local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3147
3147
 
3148
3148
  # query parameters
3149
3149
  query_params = {}
@@ -3167,51 +3167,773 @@ module CloudsmithApi
3167
3167
  :form_params => form_params,
3168
3168
  :body => post_body,
3169
3169
  :auth_names => auth_names,
3170
- :return_type => 'DartUpstream')
3170
+ :return_type => 'CranUpstream')
3171
3171
  if @api_client.config.debugging
3172
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3172
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3173
3173
  end
3174
3174
  return data, status_code, headers
3175
3175
  end
3176
+ # Update a CRAN upstream config for this repository.
3177
+ # Update a CRAN upstream config for this repository.
3178
+ # @param owner
3179
+ # @param identifier
3180
+ # @param slug_perm
3181
+ # @param [Hash] opts the optional parameters
3182
+ # @option opts [CranUpstreamRequest] :data
3183
+ # @return [CranUpstream]
3184
+ def repos_upstream_cran_update(owner, identifier, slug_perm, opts = {})
3185
+ data, _status_code, _headers = repos_upstream_cran_update_with_http_info(owner, identifier, slug_perm, opts)
3186
+ data
3187
+ end
3188
+
3189
+ # Update a CRAN upstream config for this repository.
3190
+ # Update a CRAN upstream config for this repository.
3191
+ # @param owner
3192
+ # @param identifier
3193
+ # @param slug_perm
3194
+ # @param [Hash] opts the optional parameters
3195
+ # @option opts [CranUpstreamRequest] :data
3196
+ # @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
3197
+ def repos_upstream_cran_update_with_http_info(owner, identifier, slug_perm, opts = {})
3198
+ if @api_client.config.debugging
3199
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_update ...'
3200
+ end
3201
+ # verify the required parameter 'owner' is set
3202
+ if @api_client.config.client_side_validation && owner.nil?
3203
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_update"
3204
+ end
3205
+ # verify the required parameter 'identifier' is set
3206
+ if @api_client.config.client_side_validation && identifier.nil?
3207
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_update"
3208
+ end
3209
+ # verify the required parameter 'slug_perm' is set
3210
+ if @api_client.config.client_side_validation && slug_perm.nil?
3211
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_update"
3212
+ end
3213
+ # resource path
3214
+ local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3215
+
3216
+ # query parameters
3217
+ query_params = {}
3218
+
3219
+ # header parameters
3220
+ header_params = {}
3221
+ # HTTP header 'Accept' (if needed)
3222
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3223
+ # HTTP header 'Content-Type'
3224
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3225
+
3226
+ # form parameters
3227
+ form_params = {}
3228
+
3229
+ # http body (model)
3230
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3231
+ auth_names = ['apikey', 'basic']
3232
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3233
+ :header_params => header_params,
3234
+ :query_params => query_params,
3235
+ :form_params => form_params,
3236
+ :body => post_body,
3237
+ :auth_names => auth_names,
3238
+ :return_type => 'CranUpstream')
3239
+ if @api_client.config.debugging
3240
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3241
+ end
3242
+ return data, status_code, headers
3243
+ end
3244
+ # Create a Dart upstream config for this repository.
3245
+ # Create a Dart upstream config for this repository.
3246
+ # @param owner
3247
+ # @param identifier
3248
+ # @param [Hash] opts the optional parameters
3249
+ # @option opts [DartUpstreamRequest] :data
3250
+ # @return [DartUpstream]
3251
+ def repos_upstream_dart_create(owner, identifier, opts = {})
3252
+ data, _status_code, _headers = repos_upstream_dart_create_with_http_info(owner, identifier, opts)
3253
+ data
3254
+ end
3255
+
3256
+ # Create a Dart upstream config for this repository.
3257
+ # Create a Dart upstream config for this repository.
3258
+ # @param owner
3259
+ # @param identifier
3260
+ # @param [Hash] opts the optional parameters
3261
+ # @option opts [DartUpstreamRequest] :data
3262
+ # @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
3263
+ def repos_upstream_dart_create_with_http_info(owner, identifier, opts = {})
3264
+ if @api_client.config.debugging
3265
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_create ...'
3266
+ end
3267
+ # verify the required parameter 'owner' is set
3268
+ if @api_client.config.client_side_validation && owner.nil?
3269
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_create"
3270
+ end
3271
+ # verify the required parameter 'identifier' is set
3272
+ if @api_client.config.client_side_validation && identifier.nil?
3273
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_create"
3274
+ end
3275
+ # resource path
3276
+ local_var_path = '/repos/{owner}/{identifier}/upstream/dart/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3277
+
3278
+ # query parameters
3279
+ query_params = {}
3280
+
3281
+ # header parameters
3282
+ header_params = {}
3283
+ # HTTP header 'Accept' (if needed)
3284
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3285
+ # HTTP header 'Content-Type'
3286
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3287
+
3288
+ # form parameters
3289
+ form_params = {}
3290
+
3291
+ # http body (model)
3292
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3293
+ auth_names = ['apikey', 'basic']
3294
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
3295
+ :header_params => header_params,
3296
+ :query_params => query_params,
3297
+ :form_params => form_params,
3298
+ :body => post_body,
3299
+ :auth_names => auth_names,
3300
+ :return_type => 'DartUpstream')
3301
+ if @api_client.config.debugging
3302
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3303
+ end
3304
+ return data, status_code, headers
3305
+ end
3306
+ # Delete a Dart upstream config for this repository.
3307
+ # Delete a Dart upstream config for this repository.
3308
+ # @param owner
3309
+ # @param identifier
3310
+ # @param slug_perm
3311
+ # @param [Hash] opts the optional parameters
3312
+ # @return [nil]
3313
+ def repos_upstream_dart_delete(owner, identifier, slug_perm, opts = {})
3314
+ repos_upstream_dart_delete_with_http_info(owner, identifier, slug_perm, opts)
3315
+ nil
3316
+ end
3317
+
3318
+ # Delete a Dart upstream config for this repository.
3319
+ # Delete a Dart upstream config for this repository.
3320
+ # @param owner
3321
+ # @param identifier
3322
+ # @param slug_perm
3323
+ # @param [Hash] opts the optional parameters
3324
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
3325
+ def repos_upstream_dart_delete_with_http_info(owner, identifier, slug_perm, opts = {})
3326
+ if @api_client.config.debugging
3327
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_delete ...'
3328
+ end
3329
+ # verify the required parameter 'owner' is set
3330
+ if @api_client.config.client_side_validation && owner.nil?
3331
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_delete"
3332
+ end
3333
+ # verify the required parameter 'identifier' is set
3334
+ if @api_client.config.client_side_validation && identifier.nil?
3335
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_delete"
3336
+ end
3337
+ # verify the required parameter 'slug_perm' is set
3338
+ if @api_client.config.client_side_validation && slug_perm.nil?
3339
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_delete"
3340
+ end
3341
+ # resource path
3342
+ local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3343
+
3344
+ # query parameters
3345
+ query_params = {}
3346
+
3347
+ # header parameters
3348
+ header_params = {}
3349
+ # HTTP header 'Accept' (if needed)
3350
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3351
+ # HTTP header 'Content-Type'
3352
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3353
+
3354
+ # form parameters
3355
+ form_params = {}
3356
+
3357
+ # http body (model)
3358
+ post_body = nil
3359
+ auth_names = ['apikey', 'basic']
3360
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3361
+ :header_params => header_params,
3362
+ :query_params => query_params,
3363
+ :form_params => form_params,
3364
+ :body => post_body,
3365
+ :auth_names => auth_names)
3366
+ if @api_client.config.debugging
3367
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3368
+ end
3369
+ return data, status_code, headers
3370
+ end
3371
+ # List Dart upstream configs for this repository.
3372
+ # List Dart upstream configs for this repository.
3373
+ # @param owner
3374
+ # @param identifier
3375
+ # @param [Hash] opts the optional parameters
3376
+ # @option opts [Integer] :page A page number within the paginated result set.
3377
+ # @option opts [Integer] :page_size Number of results to return per page.
3378
+ # @return [Array<DartUpstream>]
3379
+ def repos_upstream_dart_list(owner, identifier, opts = {})
3380
+ data, _status_code, _headers = repos_upstream_dart_list_with_http_info(owner, identifier, opts)
3381
+ data
3382
+ end
3383
+
3384
+ # List Dart upstream configs for this repository.
3385
+ # List Dart upstream configs for this repository.
3386
+ # @param owner
3387
+ # @param identifier
3388
+ # @param [Hash] opts the optional parameters
3389
+ # @option opts [Integer] :page A page number within the paginated result set.
3390
+ # @option opts [Integer] :page_size Number of results to return per page.
3391
+ # @return [Array<(Array<DartUpstream>, Fixnum, Hash)>] Array<DartUpstream> data, response status code and response headers
3392
+ def repos_upstream_dart_list_with_http_info(owner, identifier, opts = {})
3393
+ if @api_client.config.debugging
3394
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_list ...'
3395
+ end
3396
+ # verify the required parameter 'owner' is set
3397
+ if @api_client.config.client_side_validation && owner.nil?
3398
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_list"
3399
+ end
3400
+ # verify the required parameter 'identifier' is set
3401
+ if @api_client.config.client_side_validation && identifier.nil?
3402
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_list"
3403
+ end
3404
+ # resource path
3405
+ local_var_path = '/repos/{owner}/{identifier}/upstream/dart/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3406
+
3407
+ # query parameters
3408
+ query_params = {}
3409
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
3410
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
3411
+
3412
+ # header parameters
3413
+ header_params = {}
3414
+ # HTTP header 'Accept' (if needed)
3415
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3416
+ # HTTP header 'Content-Type'
3417
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3418
+
3419
+ # form parameters
3420
+ form_params = {}
3421
+
3422
+ # http body (model)
3423
+ post_body = nil
3424
+ auth_names = ['apikey', 'basic']
3425
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3426
+ :header_params => header_params,
3427
+ :query_params => query_params,
3428
+ :form_params => form_params,
3429
+ :body => post_body,
3430
+ :auth_names => auth_names,
3431
+ :return_type => 'Array<DartUpstream>')
3432
+ if @api_client.config.debugging
3433
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3434
+ end
3435
+ return data, status_code, headers
3436
+ end
3437
+ # Partially update a Dart upstream config for this repository.
3438
+ # Partially update a Dart upstream config for this repository.
3439
+ # @param owner
3440
+ # @param identifier
3441
+ # @param slug_perm
3442
+ # @param [Hash] opts the optional parameters
3443
+ # @option opts [DartUpstreamRequestPatch] :data
3444
+ # @return [DartUpstream]
3445
+ def repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts = {})
3446
+ data, _status_code, _headers = repos_upstream_dart_partial_update_with_http_info(owner, identifier, slug_perm, opts)
3447
+ data
3448
+ end
3449
+
3450
+ # Partially update a Dart upstream config for this repository.
3451
+ # Partially update a Dart upstream config for this repository.
3452
+ # @param owner
3453
+ # @param identifier
3454
+ # @param slug_perm
3455
+ # @param [Hash] opts the optional parameters
3456
+ # @option opts [DartUpstreamRequestPatch] :data
3457
+ # @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
3458
+ def repos_upstream_dart_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
3459
+ if @api_client.config.debugging
3460
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_partial_update ...'
3461
+ end
3462
+ # verify the required parameter 'owner' is set
3463
+ if @api_client.config.client_side_validation && owner.nil?
3464
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_partial_update"
3465
+ end
3466
+ # verify the required parameter 'identifier' is set
3467
+ if @api_client.config.client_side_validation && identifier.nil?
3468
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_partial_update"
3469
+ end
3470
+ # verify the required parameter 'slug_perm' is set
3471
+ if @api_client.config.client_side_validation && slug_perm.nil?
3472
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_partial_update"
3473
+ end
3474
+ # resource path
3475
+ local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3476
+
3477
+ # query parameters
3478
+ query_params = {}
3479
+
3480
+ # header parameters
3481
+ header_params = {}
3482
+ # HTTP header 'Accept' (if needed)
3483
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3484
+ # HTTP header 'Content-Type'
3485
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3486
+
3487
+ # form parameters
3488
+ form_params = {}
3489
+
3490
+ # http body (model)
3491
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3492
+ auth_names = ['apikey', 'basic']
3493
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
3494
+ :header_params => header_params,
3495
+ :query_params => query_params,
3496
+ :form_params => form_params,
3497
+ :body => post_body,
3498
+ :auth_names => auth_names,
3499
+ :return_type => 'DartUpstream')
3500
+ if @api_client.config.debugging
3501
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3502
+ end
3503
+ return data, status_code, headers
3504
+ end
3505
+ # Retrieve a Dart upstream config for this repository.
3506
+ # Retrieve a Dart upstream config for this repository.
3507
+ # @param owner
3508
+ # @param identifier
3509
+ # @param slug_perm
3510
+ # @param [Hash] opts the optional parameters
3511
+ # @return [DartUpstream]
3512
+ def repos_upstream_dart_read(owner, identifier, slug_perm, opts = {})
3513
+ data, _status_code, _headers = repos_upstream_dart_read_with_http_info(owner, identifier, slug_perm, opts)
3514
+ data
3515
+ end
3516
+
3517
+ # Retrieve a Dart upstream config for this repository.
3518
+ # Retrieve a Dart upstream config for this repository.
3519
+ # @param owner
3520
+ # @param identifier
3521
+ # @param slug_perm
3522
+ # @param [Hash] opts the optional parameters
3523
+ # @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
3524
+ def repos_upstream_dart_read_with_http_info(owner, identifier, slug_perm, opts = {})
3525
+ if @api_client.config.debugging
3526
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_read ...'
3527
+ end
3528
+ # verify the required parameter 'owner' is set
3529
+ if @api_client.config.client_side_validation && owner.nil?
3530
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_read"
3531
+ end
3532
+ # verify the required parameter 'identifier' is set
3533
+ if @api_client.config.client_side_validation && identifier.nil?
3534
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_read"
3535
+ end
3536
+ # verify the required parameter 'slug_perm' is set
3537
+ if @api_client.config.client_side_validation && slug_perm.nil?
3538
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_read"
3539
+ end
3540
+ # resource path
3541
+ local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3542
+
3543
+ # query parameters
3544
+ query_params = {}
3545
+
3546
+ # header parameters
3547
+ header_params = {}
3548
+ # HTTP header 'Accept' (if needed)
3549
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3550
+ # HTTP header 'Content-Type'
3551
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3552
+
3553
+ # form parameters
3554
+ form_params = {}
3555
+
3556
+ # http body (model)
3557
+ post_body = nil
3558
+ auth_names = ['apikey', 'basic']
3559
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3560
+ :header_params => header_params,
3561
+ :query_params => query_params,
3562
+ :form_params => form_params,
3563
+ :body => post_body,
3564
+ :auth_names => auth_names,
3565
+ :return_type => 'DartUpstream')
3566
+ if @api_client.config.debugging
3567
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3568
+ end
3569
+ return data, status_code, headers
3570
+ end
3571
+ # Update a Dart upstream config for this repository.
3572
+ # Update a Dart upstream config for this repository.
3573
+ # @param owner
3574
+ # @param identifier
3575
+ # @param slug_perm
3576
+ # @param [Hash] opts the optional parameters
3577
+ # @option opts [DartUpstreamRequest] :data
3578
+ # @return [DartUpstream]
3579
+ def repos_upstream_dart_update(owner, identifier, slug_perm, opts = {})
3580
+ data, _status_code, _headers = repos_upstream_dart_update_with_http_info(owner, identifier, slug_perm, opts)
3581
+ data
3582
+ end
3583
+
3584
+ # Update a Dart upstream config for this repository.
3176
3585
  # Update a Dart upstream config for this repository.
3177
- # Update a Dart upstream config for this repository.
3178
3586
  # @param owner
3179
3587
  # @param identifier
3180
3588
  # @param slug_perm
3181
3589
  # @param [Hash] opts the optional parameters
3182
- # @option opts [DartUpstreamRequest] :data
3183
- # @return [DartUpstream]
3184
- def repos_upstream_dart_update(owner, identifier, slug_perm, opts = {})
3185
- data, _status_code, _headers = repos_upstream_dart_update_with_http_info(owner, identifier, slug_perm, opts)
3590
+ # @option opts [DartUpstreamRequest] :data
3591
+ # @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
3592
+ def repos_upstream_dart_update_with_http_info(owner, identifier, slug_perm, opts = {})
3593
+ if @api_client.config.debugging
3594
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_update ...'
3595
+ end
3596
+ # verify the required parameter 'owner' is set
3597
+ if @api_client.config.client_side_validation && owner.nil?
3598
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_update"
3599
+ end
3600
+ # verify the required parameter 'identifier' is set
3601
+ if @api_client.config.client_side_validation && identifier.nil?
3602
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_update"
3603
+ end
3604
+ # verify the required parameter 'slug_perm' is set
3605
+ if @api_client.config.client_side_validation && slug_perm.nil?
3606
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_update"
3607
+ end
3608
+ # resource path
3609
+ local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3610
+
3611
+ # query parameters
3612
+ query_params = {}
3613
+
3614
+ # header parameters
3615
+ header_params = {}
3616
+ # HTTP header 'Accept' (if needed)
3617
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3618
+ # HTTP header 'Content-Type'
3619
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3620
+
3621
+ # form parameters
3622
+ form_params = {}
3623
+
3624
+ # http body (model)
3625
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3626
+ auth_names = ['apikey', 'basic']
3627
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3628
+ :header_params => header_params,
3629
+ :query_params => query_params,
3630
+ :form_params => form_params,
3631
+ :body => post_body,
3632
+ :auth_names => auth_names,
3633
+ :return_type => 'DartUpstream')
3634
+ if @api_client.config.debugging
3635
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3636
+ end
3637
+ return data, status_code, headers
3638
+ end
3639
+ # Create a Debian upstream config for this repository.
3640
+ # Create a Debian upstream config for this repository.
3641
+ # @param owner
3642
+ # @param identifier
3643
+ # @param [Hash] opts the optional parameters
3644
+ # @option opts [DebUpstreamRequest] :data
3645
+ # @return [DebUpstream]
3646
+ def repos_upstream_deb_create(owner, identifier, opts = {})
3647
+ data, _status_code, _headers = repos_upstream_deb_create_with_http_info(owner, identifier, opts)
3648
+ data
3649
+ end
3650
+
3651
+ # Create a Debian upstream config for this repository.
3652
+ # Create a Debian upstream config for this repository.
3653
+ # @param owner
3654
+ # @param identifier
3655
+ # @param [Hash] opts the optional parameters
3656
+ # @option opts [DebUpstreamRequest] :data
3657
+ # @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
3658
+ def repos_upstream_deb_create_with_http_info(owner, identifier, opts = {})
3659
+ if @api_client.config.debugging
3660
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_create ...'
3661
+ end
3662
+ # verify the required parameter 'owner' is set
3663
+ if @api_client.config.client_side_validation && owner.nil?
3664
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_create"
3665
+ end
3666
+ # verify the required parameter 'identifier' is set
3667
+ if @api_client.config.client_side_validation && identifier.nil?
3668
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_create"
3669
+ end
3670
+ # resource path
3671
+ local_var_path = '/repos/{owner}/{identifier}/upstream/deb/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3672
+
3673
+ # query parameters
3674
+ query_params = {}
3675
+
3676
+ # header parameters
3677
+ header_params = {}
3678
+ # HTTP header 'Accept' (if needed)
3679
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3680
+ # HTTP header 'Content-Type'
3681
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3682
+
3683
+ # form parameters
3684
+ form_params = {}
3685
+
3686
+ # http body (model)
3687
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3688
+ auth_names = ['apikey', 'basic']
3689
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
3690
+ :header_params => header_params,
3691
+ :query_params => query_params,
3692
+ :form_params => form_params,
3693
+ :body => post_body,
3694
+ :auth_names => auth_names,
3695
+ :return_type => 'DebUpstream')
3696
+ if @api_client.config.debugging
3697
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3698
+ end
3699
+ return data, status_code, headers
3700
+ end
3701
+ # Delete a Debian upstream config for this repository.
3702
+ # Delete a Debian upstream config for this repository.
3703
+ # @param owner
3704
+ # @param identifier
3705
+ # @param slug_perm
3706
+ # @param [Hash] opts the optional parameters
3707
+ # @return [nil]
3708
+ def repos_upstream_deb_delete(owner, identifier, slug_perm, opts = {})
3709
+ repos_upstream_deb_delete_with_http_info(owner, identifier, slug_perm, opts)
3710
+ nil
3711
+ end
3712
+
3713
+ # Delete a Debian upstream config for this repository.
3714
+ # Delete a Debian upstream config for this repository.
3715
+ # @param owner
3716
+ # @param identifier
3717
+ # @param slug_perm
3718
+ # @param [Hash] opts the optional parameters
3719
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
3720
+ def repos_upstream_deb_delete_with_http_info(owner, identifier, slug_perm, opts = {})
3721
+ if @api_client.config.debugging
3722
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_delete ...'
3723
+ end
3724
+ # verify the required parameter 'owner' is set
3725
+ if @api_client.config.client_side_validation && owner.nil?
3726
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_delete"
3727
+ end
3728
+ # verify the required parameter 'identifier' is set
3729
+ if @api_client.config.client_side_validation && identifier.nil?
3730
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_delete"
3731
+ end
3732
+ # verify the required parameter 'slug_perm' is set
3733
+ if @api_client.config.client_side_validation && slug_perm.nil?
3734
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_delete"
3735
+ end
3736
+ # resource path
3737
+ local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3738
+
3739
+ # query parameters
3740
+ query_params = {}
3741
+
3742
+ # header parameters
3743
+ header_params = {}
3744
+ # HTTP header 'Accept' (if needed)
3745
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3746
+ # HTTP header 'Content-Type'
3747
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3748
+
3749
+ # form parameters
3750
+ form_params = {}
3751
+
3752
+ # http body (model)
3753
+ post_body = nil
3754
+ auth_names = ['apikey', 'basic']
3755
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3756
+ :header_params => header_params,
3757
+ :query_params => query_params,
3758
+ :form_params => form_params,
3759
+ :body => post_body,
3760
+ :auth_names => auth_names)
3761
+ if @api_client.config.debugging
3762
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3763
+ end
3764
+ return data, status_code, headers
3765
+ end
3766
+ # List Debian upstream configs for this repository.
3767
+ # List Debian upstream configs for this repository.
3768
+ # @param owner
3769
+ # @param identifier
3770
+ # @param [Hash] opts the optional parameters
3771
+ # @option opts [Integer] :page A page number within the paginated result set.
3772
+ # @option opts [Integer] :page_size Number of results to return per page.
3773
+ # @return [Array<DebUpstream>]
3774
+ def repos_upstream_deb_list(owner, identifier, opts = {})
3775
+ data, _status_code, _headers = repos_upstream_deb_list_with_http_info(owner, identifier, opts)
3776
+ data
3777
+ end
3778
+
3779
+ # List Debian upstream configs for this repository.
3780
+ # List Debian upstream configs for this repository.
3781
+ # @param owner
3782
+ # @param identifier
3783
+ # @param [Hash] opts the optional parameters
3784
+ # @option opts [Integer] :page A page number within the paginated result set.
3785
+ # @option opts [Integer] :page_size Number of results to return per page.
3786
+ # @return [Array<(Array<DebUpstream>, Fixnum, Hash)>] Array<DebUpstream> data, response status code and response headers
3787
+ def repos_upstream_deb_list_with_http_info(owner, identifier, opts = {})
3788
+ if @api_client.config.debugging
3789
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_list ...'
3790
+ end
3791
+ # verify the required parameter 'owner' is set
3792
+ if @api_client.config.client_side_validation && owner.nil?
3793
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_list"
3794
+ end
3795
+ # verify the required parameter 'identifier' is set
3796
+ if @api_client.config.client_side_validation && identifier.nil?
3797
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_list"
3798
+ end
3799
+ # resource path
3800
+ local_var_path = '/repos/{owner}/{identifier}/upstream/deb/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3801
+
3802
+ # query parameters
3803
+ query_params = {}
3804
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
3805
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
3806
+
3807
+ # header parameters
3808
+ header_params = {}
3809
+ # HTTP header 'Accept' (if needed)
3810
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3811
+ # HTTP header 'Content-Type'
3812
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3813
+
3814
+ # form parameters
3815
+ form_params = {}
3816
+
3817
+ # http body (model)
3818
+ post_body = nil
3819
+ auth_names = ['apikey', 'basic']
3820
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3821
+ :header_params => header_params,
3822
+ :query_params => query_params,
3823
+ :form_params => form_params,
3824
+ :body => post_body,
3825
+ :auth_names => auth_names,
3826
+ :return_type => 'Array<DebUpstream>')
3827
+ if @api_client.config.debugging
3828
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3829
+ end
3830
+ return data, status_code, headers
3831
+ end
3832
+ # Partially update a Debian upstream config for this repository.
3833
+ # Partially update a Debian upstream config for this repository.
3834
+ # @param owner
3835
+ # @param identifier
3836
+ # @param slug_perm
3837
+ # @param [Hash] opts the optional parameters
3838
+ # @option opts [DebUpstreamRequestPatch] :data
3839
+ # @return [DebUpstream]
3840
+ def repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts = {})
3841
+ data, _status_code, _headers = repos_upstream_deb_partial_update_with_http_info(owner, identifier, slug_perm, opts)
3842
+ data
3843
+ end
3844
+
3845
+ # Partially update a Debian upstream config for this repository.
3846
+ # Partially update a Debian upstream config for this repository.
3847
+ # @param owner
3848
+ # @param identifier
3849
+ # @param slug_perm
3850
+ # @param [Hash] opts the optional parameters
3851
+ # @option opts [DebUpstreamRequestPatch] :data
3852
+ # @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
3853
+ def repos_upstream_deb_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
3854
+ if @api_client.config.debugging
3855
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_partial_update ...'
3856
+ end
3857
+ # verify the required parameter 'owner' is set
3858
+ if @api_client.config.client_side_validation && owner.nil?
3859
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_partial_update"
3860
+ end
3861
+ # verify the required parameter 'identifier' is set
3862
+ if @api_client.config.client_side_validation && identifier.nil?
3863
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_partial_update"
3864
+ end
3865
+ # verify the required parameter 'slug_perm' is set
3866
+ if @api_client.config.client_side_validation && slug_perm.nil?
3867
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_partial_update"
3868
+ end
3869
+ # resource path
3870
+ local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3871
+
3872
+ # query parameters
3873
+ query_params = {}
3874
+
3875
+ # header parameters
3876
+ header_params = {}
3877
+ # HTTP header 'Accept' (if needed)
3878
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3879
+ # HTTP header 'Content-Type'
3880
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3881
+
3882
+ # form parameters
3883
+ form_params = {}
3884
+
3885
+ # http body (model)
3886
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3887
+ auth_names = ['apikey', 'basic']
3888
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
3889
+ :header_params => header_params,
3890
+ :query_params => query_params,
3891
+ :form_params => form_params,
3892
+ :body => post_body,
3893
+ :auth_names => auth_names,
3894
+ :return_type => 'DebUpstream')
3895
+ if @api_client.config.debugging
3896
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3897
+ end
3898
+ return data, status_code, headers
3899
+ end
3900
+ # Retrieve a Debian upstream config for this repository.
3901
+ # Retrieve a Debian upstream config for this repository.
3902
+ # @param owner
3903
+ # @param identifier
3904
+ # @param slug_perm
3905
+ # @param [Hash] opts the optional parameters
3906
+ # @return [DebUpstream]
3907
+ def repos_upstream_deb_read(owner, identifier, slug_perm, opts = {})
3908
+ data, _status_code, _headers = repos_upstream_deb_read_with_http_info(owner, identifier, slug_perm, opts)
3186
3909
  data
3187
3910
  end
3188
3911
 
3189
- # Update a Dart upstream config for this repository.
3190
- # Update a Dart upstream config for this repository.
3912
+ # Retrieve a Debian upstream config for this repository.
3913
+ # Retrieve a Debian upstream config for this repository.
3191
3914
  # @param owner
3192
3915
  # @param identifier
3193
3916
  # @param slug_perm
3194
3917
  # @param [Hash] opts the optional parameters
3195
- # @option opts [DartUpstreamRequest] :data
3196
- # @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
3197
- def repos_upstream_dart_update_with_http_info(owner, identifier, slug_perm, opts = {})
3918
+ # @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
3919
+ def repos_upstream_deb_read_with_http_info(owner, identifier, slug_perm, opts = {})
3198
3920
  if @api_client.config.debugging
3199
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_update ...'
3921
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_read ...'
3200
3922
  end
3201
3923
  # verify the required parameter 'owner' is set
3202
3924
  if @api_client.config.client_side_validation && owner.nil?
3203
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_update"
3925
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_read"
3204
3926
  end
3205
3927
  # verify the required parameter 'identifier' is set
3206
3928
  if @api_client.config.client_side_validation && identifier.nil?
3207
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_update"
3929
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_read"
3208
3930
  end
3209
3931
  # verify the required parameter 'slug_perm' is set
3210
3932
  if @api_client.config.client_side_validation && slug_perm.nil?
3211
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_update"
3933
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_read"
3212
3934
  end
3213
3935
  # resource path
3214
- local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3936
+ local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3215
3937
 
3216
3938
  # query parameters
3217
3939
  query_params = {}
@@ -3227,53 +3949,59 @@ module CloudsmithApi
3227
3949
  form_params = {}
3228
3950
 
3229
3951
  # http body (model)
3230
- post_body = @api_client.object_to_http_body(opts[:'data'])
3952
+ post_body = nil
3231
3953
  auth_names = ['apikey', 'basic']
3232
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3954
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3233
3955
  :header_params => header_params,
3234
3956
  :query_params => query_params,
3235
3957
  :form_params => form_params,
3236
3958
  :body => post_body,
3237
3959
  :auth_names => auth_names,
3238
- :return_type => 'DartUpstream')
3960
+ :return_type => 'DebUpstream')
3239
3961
  if @api_client.config.debugging
3240
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3962
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3241
3963
  end
3242
3964
  return data, status_code, headers
3243
3965
  end
3244
- # Create a Debian upstream config for this repository.
3245
- # Create a Debian upstream config for this repository.
3966
+ # Update a Debian upstream config for this repository.
3967
+ # Update a Debian upstream config for this repository.
3246
3968
  # @param owner
3247
3969
  # @param identifier
3970
+ # @param slug_perm
3248
3971
  # @param [Hash] opts the optional parameters
3249
3972
  # @option opts [DebUpstreamRequest] :data
3250
3973
  # @return [DebUpstream]
3251
- def repos_upstream_deb_create(owner, identifier, opts = {})
3252
- data, _status_code, _headers = repos_upstream_deb_create_with_http_info(owner, identifier, opts)
3974
+ def repos_upstream_deb_update(owner, identifier, slug_perm, opts = {})
3975
+ data, _status_code, _headers = repos_upstream_deb_update_with_http_info(owner, identifier, slug_perm, opts)
3253
3976
  data
3254
3977
  end
3255
3978
 
3256
- # Create a Debian upstream config for this repository.
3257
- # Create a Debian upstream config for this repository.
3979
+ # Update a Debian upstream config for this repository.
3980
+ # Update a Debian upstream config for this repository.
3258
3981
  # @param owner
3259
3982
  # @param identifier
3983
+ # @param slug_perm
3260
3984
  # @param [Hash] opts the optional parameters
3261
3985
  # @option opts [DebUpstreamRequest] :data
3262
3986
  # @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
3263
- def repos_upstream_deb_create_with_http_info(owner, identifier, opts = {})
3987
+ def repos_upstream_deb_update_with_http_info(owner, identifier, slug_perm, opts = {})
3264
3988
  if @api_client.config.debugging
3265
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_create ...'
3989
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_update ...'
3266
3990
  end
3267
3991
  # verify the required parameter 'owner' is set
3268
3992
  if @api_client.config.client_side_validation && owner.nil?
3269
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_create"
3993
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_update"
3270
3994
  end
3271
3995
  # verify the required parameter 'identifier' is set
3272
3996
  if @api_client.config.client_side_validation && identifier.nil?
3273
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_create"
3997
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_update"
3998
+ end
3999
+ # verify the required parameter 'slug_perm' is set
4000
+ if @api_client.config.client_side_validation && slug_perm.nil?
4001
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_update"
3274
4002
  end
3275
4003
  # resource path
3276
- local_var_path = '/repos/{owner}/{identifier}/upstream/deb/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4004
+ local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3277
4005
 
3278
4006
  # query parameters
3279
4007
  query_params = {}
@@ -3291,7 +4019,7 @@ module CloudsmithApi
3291
4019
  # http body (model)
3292
4020
  post_body = @api_client.object_to_http_body(opts[:'data'])
3293
4021
  auth_names = ['apikey', 'basic']
3294
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
4022
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3295
4023
  :header_params => header_params,
3296
4024
  :query_params => query_params,
3297
4025
  :form_params => form_params,
@@ -3299,47 +4027,109 @@ module CloudsmithApi
3299
4027
  :auth_names => auth_names,
3300
4028
  :return_type => 'DebUpstream')
3301
4029
  if @api_client.config.debugging
3302
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4030
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3303
4031
  end
3304
4032
  return data, status_code, headers
3305
4033
  end
3306
- # Delete a Debian upstream config for this repository.
3307
- # Delete a Debian upstream config for this repository.
4034
+ # Create a Docker upstream config for this repository.
4035
+ # Create a Docker upstream config for this repository.
4036
+ # @param owner
4037
+ # @param identifier
4038
+ # @param [Hash] opts the optional parameters
4039
+ # @option opts [DockerUpstreamRequest] :data
4040
+ # @return [DockerUpstream]
4041
+ def repos_upstream_docker_create(owner, identifier, opts = {})
4042
+ data, _status_code, _headers = repos_upstream_docker_create_with_http_info(owner, identifier, opts)
4043
+ data
4044
+ end
4045
+
4046
+ # Create a Docker upstream config for this repository.
4047
+ # Create a Docker upstream config for this repository.
4048
+ # @param owner
4049
+ # @param identifier
4050
+ # @param [Hash] opts the optional parameters
4051
+ # @option opts [DockerUpstreamRequest] :data
4052
+ # @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
4053
+ def repos_upstream_docker_create_with_http_info(owner, identifier, opts = {})
4054
+ if @api_client.config.debugging
4055
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_create ...'
4056
+ end
4057
+ # verify the required parameter 'owner' is set
4058
+ if @api_client.config.client_side_validation && owner.nil?
4059
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_create"
4060
+ end
4061
+ # verify the required parameter 'identifier' is set
4062
+ if @api_client.config.client_side_validation && identifier.nil?
4063
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_create"
4064
+ end
4065
+ # resource path
4066
+ local_var_path = '/repos/{owner}/{identifier}/upstream/docker/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4067
+
4068
+ # query parameters
4069
+ query_params = {}
4070
+
4071
+ # header parameters
4072
+ header_params = {}
4073
+ # HTTP header 'Accept' (if needed)
4074
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4075
+ # HTTP header 'Content-Type'
4076
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4077
+
4078
+ # form parameters
4079
+ form_params = {}
4080
+
4081
+ # http body (model)
4082
+ post_body = @api_client.object_to_http_body(opts[:'data'])
4083
+ auth_names = ['apikey', 'basic']
4084
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
4085
+ :header_params => header_params,
4086
+ :query_params => query_params,
4087
+ :form_params => form_params,
4088
+ :body => post_body,
4089
+ :auth_names => auth_names,
4090
+ :return_type => 'DockerUpstream')
4091
+ if @api_client.config.debugging
4092
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4093
+ end
4094
+ return data, status_code, headers
4095
+ end
4096
+ # Delete a Docker upstream config for this repository.
4097
+ # Delete a Docker upstream config for this repository.
3308
4098
  # @param owner
3309
4099
  # @param identifier
3310
4100
  # @param slug_perm
3311
4101
  # @param [Hash] opts the optional parameters
3312
4102
  # @return [nil]
3313
- def repos_upstream_deb_delete(owner, identifier, slug_perm, opts = {})
3314
- repos_upstream_deb_delete_with_http_info(owner, identifier, slug_perm, opts)
4103
+ def repos_upstream_docker_delete(owner, identifier, slug_perm, opts = {})
4104
+ repos_upstream_docker_delete_with_http_info(owner, identifier, slug_perm, opts)
3315
4105
  nil
3316
4106
  end
3317
4107
 
3318
- # Delete a Debian upstream config for this repository.
3319
- # Delete a Debian upstream config for this repository.
4108
+ # Delete a Docker upstream config for this repository.
4109
+ # Delete a Docker upstream config for this repository.
3320
4110
  # @param owner
3321
4111
  # @param identifier
3322
4112
  # @param slug_perm
3323
4113
  # @param [Hash] opts the optional parameters
3324
4114
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
3325
- def repos_upstream_deb_delete_with_http_info(owner, identifier, slug_perm, opts = {})
4115
+ def repos_upstream_docker_delete_with_http_info(owner, identifier, slug_perm, opts = {})
3326
4116
  if @api_client.config.debugging
3327
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_delete ...'
4117
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_delete ...'
3328
4118
  end
3329
4119
  # verify the required parameter 'owner' is set
3330
4120
  if @api_client.config.client_side_validation && owner.nil?
3331
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_delete"
4121
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_delete"
3332
4122
  end
3333
4123
  # verify the required parameter 'identifier' is set
3334
4124
  if @api_client.config.client_side_validation && identifier.nil?
3335
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_delete"
4125
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_delete"
3336
4126
  end
3337
4127
  # verify the required parameter 'slug_perm' is set
3338
4128
  if @api_client.config.client_side_validation && slug_perm.nil?
3339
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_delete"
4129
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_delete"
3340
4130
  end
3341
4131
  # resource path
3342
- local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4132
+ local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3343
4133
 
3344
4134
  # query parameters
3345
4135
  query_params = {}
@@ -3364,45 +4154,45 @@ module CloudsmithApi
3364
4154
  :body => post_body,
3365
4155
  :auth_names => auth_names)
3366
4156
  if @api_client.config.debugging
3367
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4157
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3368
4158
  end
3369
4159
  return data, status_code, headers
3370
4160
  end
3371
- # List Debian upstream configs for this repository.
3372
- # List Debian upstream configs for this repository.
4161
+ # List Docker upstream configs for this repository.
4162
+ # List Docker upstream configs for this repository.
3373
4163
  # @param owner
3374
4164
  # @param identifier
3375
4165
  # @param [Hash] opts the optional parameters
3376
4166
  # @option opts [Integer] :page A page number within the paginated result set.
3377
4167
  # @option opts [Integer] :page_size Number of results to return per page.
3378
- # @return [Array<DebUpstream>]
3379
- def repos_upstream_deb_list(owner, identifier, opts = {})
3380
- data, _status_code, _headers = repos_upstream_deb_list_with_http_info(owner, identifier, opts)
4168
+ # @return [Array<DockerUpstream>]
4169
+ def repos_upstream_docker_list(owner, identifier, opts = {})
4170
+ data, _status_code, _headers = repos_upstream_docker_list_with_http_info(owner, identifier, opts)
3381
4171
  data
3382
4172
  end
3383
4173
 
3384
- # List Debian upstream configs for this repository.
3385
- # List Debian upstream configs for this repository.
4174
+ # List Docker upstream configs for this repository.
4175
+ # List Docker upstream configs for this repository.
3386
4176
  # @param owner
3387
4177
  # @param identifier
3388
4178
  # @param [Hash] opts the optional parameters
3389
4179
  # @option opts [Integer] :page A page number within the paginated result set.
3390
4180
  # @option opts [Integer] :page_size Number of results to return per page.
3391
- # @return [Array<(Array<DebUpstream>, Fixnum, Hash)>] Array<DebUpstream> data, response status code and response headers
3392
- def repos_upstream_deb_list_with_http_info(owner, identifier, opts = {})
4181
+ # @return [Array<(Array<DockerUpstream>, Fixnum, Hash)>] Array<DockerUpstream> data, response status code and response headers
4182
+ def repos_upstream_docker_list_with_http_info(owner, identifier, opts = {})
3393
4183
  if @api_client.config.debugging
3394
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_list ...'
4184
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_list ...'
3395
4185
  end
3396
4186
  # verify the required parameter 'owner' is set
3397
4187
  if @api_client.config.client_side_validation && owner.nil?
3398
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_list"
4188
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_list"
3399
4189
  end
3400
4190
  # verify the required parameter 'identifier' is set
3401
4191
  if @api_client.config.client_side_validation && identifier.nil?
3402
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_list"
4192
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_list"
3403
4193
  end
3404
4194
  # resource path
3405
- local_var_path = '/repos/{owner}/{identifier}/upstream/deb/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4195
+ local_var_path = '/repos/{owner}/{identifier}/upstream/docker/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3406
4196
 
3407
4197
  # query parameters
3408
4198
  query_params = {}
@@ -3428,51 +4218,51 @@ module CloudsmithApi
3428
4218
  :form_params => form_params,
3429
4219
  :body => post_body,
3430
4220
  :auth_names => auth_names,
3431
- :return_type => 'Array<DebUpstream>')
4221
+ :return_type => 'Array<DockerUpstream>')
3432
4222
  if @api_client.config.debugging
3433
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4223
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3434
4224
  end
3435
4225
  return data, status_code, headers
3436
4226
  end
3437
- # Partially update a Debian upstream config for this repository.
3438
- # Partially update a Debian upstream config for this repository.
4227
+ # Partially update a Docker upstream config for this repository.
4228
+ # Partially update a Docker upstream config for this repository.
3439
4229
  # @param owner
3440
4230
  # @param identifier
3441
4231
  # @param slug_perm
3442
4232
  # @param [Hash] opts the optional parameters
3443
- # @option opts [DebUpstreamRequestPatch] :data
3444
- # @return [DebUpstream]
3445
- def repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts = {})
3446
- data, _status_code, _headers = repos_upstream_deb_partial_update_with_http_info(owner, identifier, slug_perm, opts)
4233
+ # @option opts [DockerUpstreamRequestPatch] :data
4234
+ # @return [DockerUpstream]
4235
+ def repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts = {})
4236
+ data, _status_code, _headers = repos_upstream_docker_partial_update_with_http_info(owner, identifier, slug_perm, opts)
3447
4237
  data
3448
4238
  end
3449
4239
 
3450
- # Partially update a Debian upstream config for this repository.
3451
- # Partially update a Debian upstream config for this repository.
4240
+ # Partially update a Docker upstream config for this repository.
4241
+ # Partially update a Docker upstream config for this repository.
3452
4242
  # @param owner
3453
4243
  # @param identifier
3454
- # @param slug_perm
3455
- # @param [Hash] opts the optional parameters
3456
- # @option opts [DebUpstreamRequestPatch] :data
3457
- # @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
3458
- def repos_upstream_deb_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
4244
+ # @param slug_perm
4245
+ # @param [Hash] opts the optional parameters
4246
+ # @option opts [DockerUpstreamRequestPatch] :data
4247
+ # @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
4248
+ def repos_upstream_docker_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
3459
4249
  if @api_client.config.debugging
3460
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_partial_update ...'
4250
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_partial_update ...'
3461
4251
  end
3462
4252
  # verify the required parameter 'owner' is set
3463
4253
  if @api_client.config.client_side_validation && owner.nil?
3464
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_partial_update"
4254
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_partial_update"
3465
4255
  end
3466
4256
  # verify the required parameter 'identifier' is set
3467
4257
  if @api_client.config.client_side_validation && identifier.nil?
3468
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_partial_update"
4258
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_partial_update"
3469
4259
  end
3470
4260
  # verify the required parameter 'slug_perm' is set
3471
4261
  if @api_client.config.client_side_validation && slug_perm.nil?
3472
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_partial_update"
4262
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_partial_update"
3473
4263
  end
3474
4264
  # resource path
3475
- local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4265
+ local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3476
4266
 
3477
4267
  # query parameters
3478
4268
  query_params = {}
@@ -3496,49 +4286,49 @@ module CloudsmithApi
3496
4286
  :form_params => form_params,
3497
4287
  :body => post_body,
3498
4288
  :auth_names => auth_names,
3499
- :return_type => 'DebUpstream')
4289
+ :return_type => 'DockerUpstream')
3500
4290
  if @api_client.config.debugging
3501
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4291
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3502
4292
  end
3503
4293
  return data, status_code, headers
3504
4294
  end
3505
- # Retrieve a Debian upstream config for this repository.
3506
- # Retrieve a Debian upstream config for this repository.
4295
+ # Retrieve a Docker upstream config for this repository.
4296
+ # Retrieve a Docker upstream config for this repository.
3507
4297
  # @param owner
3508
4298
  # @param identifier
3509
4299
  # @param slug_perm
3510
4300
  # @param [Hash] opts the optional parameters
3511
- # @return [DebUpstream]
3512
- def repos_upstream_deb_read(owner, identifier, slug_perm, opts = {})
3513
- data, _status_code, _headers = repos_upstream_deb_read_with_http_info(owner, identifier, slug_perm, opts)
4301
+ # @return [DockerUpstream]
4302
+ def repos_upstream_docker_read(owner, identifier, slug_perm, opts = {})
4303
+ data, _status_code, _headers = repos_upstream_docker_read_with_http_info(owner, identifier, slug_perm, opts)
3514
4304
  data
3515
4305
  end
3516
4306
 
3517
- # Retrieve a Debian upstream config for this repository.
3518
- # Retrieve a Debian upstream config for this repository.
4307
+ # Retrieve a Docker upstream config for this repository.
4308
+ # Retrieve a Docker upstream config for this repository.
3519
4309
  # @param owner
3520
4310
  # @param identifier
3521
4311
  # @param slug_perm
3522
4312
  # @param [Hash] opts the optional parameters
3523
- # @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
3524
- def repos_upstream_deb_read_with_http_info(owner, identifier, slug_perm, opts = {})
4313
+ # @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
4314
+ def repos_upstream_docker_read_with_http_info(owner, identifier, slug_perm, opts = {})
3525
4315
  if @api_client.config.debugging
3526
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_read ...'
4316
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_read ...'
3527
4317
  end
3528
4318
  # verify the required parameter 'owner' is set
3529
4319
  if @api_client.config.client_side_validation && owner.nil?
3530
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_read"
4320
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_read"
3531
4321
  end
3532
4322
  # verify the required parameter 'identifier' is set
3533
4323
  if @api_client.config.client_side_validation && identifier.nil?
3534
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_read"
4324
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_read"
3535
4325
  end
3536
4326
  # verify the required parameter 'slug_perm' is set
3537
4327
  if @api_client.config.client_side_validation && slug_perm.nil?
3538
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_read"
4328
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_read"
3539
4329
  end
3540
4330
  # resource path
3541
- local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4331
+ local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3542
4332
 
3543
4333
  # query parameters
3544
4334
  query_params = {}
@@ -3562,51 +4352,51 @@ module CloudsmithApi
3562
4352
  :form_params => form_params,
3563
4353
  :body => post_body,
3564
4354
  :auth_names => auth_names,
3565
- :return_type => 'DebUpstream')
4355
+ :return_type => 'DockerUpstream')
3566
4356
  if @api_client.config.debugging
3567
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4357
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3568
4358
  end
3569
4359
  return data, status_code, headers
3570
4360
  end
3571
- # Update a Debian upstream config for this repository.
3572
- # Update a Debian upstream config for this repository.
4361
+ # Update a Docker upstream config for this repository.
4362
+ # Update a Docker upstream config for this repository.
3573
4363
  # @param owner
3574
4364
  # @param identifier
3575
4365
  # @param slug_perm
3576
4366
  # @param [Hash] opts the optional parameters
3577
- # @option opts [DebUpstreamRequest] :data
3578
- # @return [DebUpstream]
3579
- def repos_upstream_deb_update(owner, identifier, slug_perm, opts = {})
3580
- data, _status_code, _headers = repos_upstream_deb_update_with_http_info(owner, identifier, slug_perm, opts)
4367
+ # @option opts [DockerUpstreamRequest] :data
4368
+ # @return [DockerUpstream]
4369
+ def repos_upstream_docker_update(owner, identifier, slug_perm, opts = {})
4370
+ data, _status_code, _headers = repos_upstream_docker_update_with_http_info(owner, identifier, slug_perm, opts)
3581
4371
  data
3582
4372
  end
3583
4373
 
3584
- # Update a Debian upstream config for this repository.
3585
- # Update a Debian upstream config for this repository.
4374
+ # Update a Docker upstream config for this repository.
4375
+ # Update a Docker upstream config for this repository.
3586
4376
  # @param owner
3587
4377
  # @param identifier
3588
4378
  # @param slug_perm
3589
4379
  # @param [Hash] opts the optional parameters
3590
- # @option opts [DebUpstreamRequest] :data
3591
- # @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
3592
- def repos_upstream_deb_update_with_http_info(owner, identifier, slug_perm, opts = {})
4380
+ # @option opts [DockerUpstreamRequest] :data
4381
+ # @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
4382
+ def repos_upstream_docker_update_with_http_info(owner, identifier, slug_perm, opts = {})
3593
4383
  if @api_client.config.debugging
3594
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_update ...'
4384
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_update ...'
3595
4385
  end
3596
4386
  # verify the required parameter 'owner' is set
3597
4387
  if @api_client.config.client_side_validation && owner.nil?
3598
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_update"
4388
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_update"
3599
4389
  end
3600
4390
  # verify the required parameter 'identifier' is set
3601
4391
  if @api_client.config.client_side_validation && identifier.nil?
3602
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_update"
4392
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_update"
3603
4393
  end
3604
4394
  # verify the required parameter 'slug_perm' is set
3605
4395
  if @api_client.config.client_side_validation && slug_perm.nil?
3606
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_update"
4396
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_update"
3607
4397
  end
3608
4398
  # resource path
3609
- local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4399
+ local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3610
4400
 
3611
4401
  # query parameters
3612
4402
  query_params = {}
@@ -3630,45 +4420,45 @@ module CloudsmithApi
3630
4420
  :form_params => form_params,
3631
4421
  :body => post_body,
3632
4422
  :auth_names => auth_names,
3633
- :return_type => 'DebUpstream')
4423
+ :return_type => 'DockerUpstream')
3634
4424
  if @api_client.config.debugging
3635
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4425
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3636
4426
  end
3637
4427
  return data, status_code, headers
3638
4428
  end
3639
- # Create a Docker upstream config for this repository.
3640
- # Create a Docker upstream config for this repository.
4429
+ # Create a Go upstream config for this repository.
4430
+ # Create a Go upstream config for this repository.
3641
4431
  # @param owner
3642
4432
  # @param identifier
3643
4433
  # @param [Hash] opts the optional parameters
3644
- # @option opts [DockerUpstreamRequest] :data
3645
- # @return [DockerUpstream]
3646
- def repos_upstream_docker_create(owner, identifier, opts = {})
3647
- data, _status_code, _headers = repos_upstream_docker_create_with_http_info(owner, identifier, opts)
4434
+ # @option opts [GoUpstreamRequest] :data
4435
+ # @return [GoUpstream]
4436
+ def repos_upstream_go_create(owner, identifier, opts = {})
4437
+ data, _status_code, _headers = repos_upstream_go_create_with_http_info(owner, identifier, opts)
3648
4438
  data
3649
4439
  end
3650
4440
 
3651
- # Create a Docker upstream config for this repository.
3652
- # Create a Docker upstream config for this repository.
4441
+ # Create a Go upstream config for this repository.
4442
+ # Create a Go upstream config for this repository.
3653
4443
  # @param owner
3654
4444
  # @param identifier
3655
4445
  # @param [Hash] opts the optional parameters
3656
- # @option opts [DockerUpstreamRequest] :data
3657
- # @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
3658
- def repos_upstream_docker_create_with_http_info(owner, identifier, opts = {})
4446
+ # @option opts [GoUpstreamRequest] :data
4447
+ # @return [Array<(GoUpstream, Fixnum, Hash)>] GoUpstream data, response status code and response headers
4448
+ def repos_upstream_go_create_with_http_info(owner, identifier, opts = {})
3659
4449
  if @api_client.config.debugging
3660
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_create ...'
4450
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_create ...'
3661
4451
  end
3662
4452
  # verify the required parameter 'owner' is set
3663
4453
  if @api_client.config.client_side_validation && owner.nil?
3664
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_create"
4454
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_create"
3665
4455
  end
3666
4456
  # verify the required parameter 'identifier' is set
3667
4457
  if @api_client.config.client_side_validation && identifier.nil?
3668
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_create"
4458
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_create"
3669
4459
  end
3670
4460
  # resource path
3671
- local_var_path = '/repos/{owner}/{identifier}/upstream/docker/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4461
+ local_var_path = '/repos/{owner}/{identifier}/upstream/go/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3672
4462
 
3673
4463
  # query parameters
3674
4464
  query_params = {}
@@ -3692,49 +4482,49 @@ module CloudsmithApi
3692
4482
  :form_params => form_params,
3693
4483
  :body => post_body,
3694
4484
  :auth_names => auth_names,
3695
- :return_type => 'DockerUpstream')
4485
+ :return_type => 'GoUpstream')
3696
4486
  if @api_client.config.debugging
3697
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4487
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3698
4488
  end
3699
4489
  return data, status_code, headers
3700
4490
  end
3701
- # Delete a Docker upstream config for this repository.
3702
- # Delete a Docker upstream config for this repository.
4491
+ # Delete a Go upstream config for this repository.
4492
+ # Delete a Go upstream config for this repository.
3703
4493
  # @param owner
3704
4494
  # @param identifier
3705
4495
  # @param slug_perm
3706
4496
  # @param [Hash] opts the optional parameters
3707
4497
  # @return [nil]
3708
- def repos_upstream_docker_delete(owner, identifier, slug_perm, opts = {})
3709
- repos_upstream_docker_delete_with_http_info(owner, identifier, slug_perm, opts)
4498
+ def repos_upstream_go_delete(owner, identifier, slug_perm, opts = {})
4499
+ repos_upstream_go_delete_with_http_info(owner, identifier, slug_perm, opts)
3710
4500
  nil
3711
4501
  end
3712
4502
 
3713
- # Delete a Docker upstream config for this repository.
3714
- # Delete a Docker upstream config for this repository.
4503
+ # Delete a Go upstream config for this repository.
4504
+ # Delete a Go upstream config for this repository.
3715
4505
  # @param owner
3716
4506
  # @param identifier
3717
4507
  # @param slug_perm
3718
4508
  # @param [Hash] opts the optional parameters
3719
4509
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
3720
- def repos_upstream_docker_delete_with_http_info(owner, identifier, slug_perm, opts = {})
4510
+ def repos_upstream_go_delete_with_http_info(owner, identifier, slug_perm, opts = {})
3721
4511
  if @api_client.config.debugging
3722
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_delete ...'
4512
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_delete ...'
3723
4513
  end
3724
4514
  # verify the required parameter 'owner' is set
3725
4515
  if @api_client.config.client_side_validation && owner.nil?
3726
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_delete"
4516
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_delete"
3727
4517
  end
3728
4518
  # verify the required parameter 'identifier' is set
3729
4519
  if @api_client.config.client_side_validation && identifier.nil?
3730
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_delete"
4520
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_delete"
3731
4521
  end
3732
4522
  # verify the required parameter 'slug_perm' is set
3733
4523
  if @api_client.config.client_side_validation && slug_perm.nil?
3734
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_delete"
4524
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_go_delete"
3735
4525
  end
3736
4526
  # resource path
3737
- local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4527
+ local_var_path = '/repos/{owner}/{identifier}/upstream/go/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3738
4528
 
3739
4529
  # query parameters
3740
4530
  query_params = {}
@@ -3759,45 +4549,45 @@ module CloudsmithApi
3759
4549
  :body => post_body,
3760
4550
  :auth_names => auth_names)
3761
4551
  if @api_client.config.debugging
3762
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4552
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3763
4553
  end
3764
4554
  return data, status_code, headers
3765
4555
  end
3766
- # List Docker upstream configs for this repository.
3767
- # List Docker upstream configs for this repository.
4556
+ # List Go upstream configs for this repository.
4557
+ # List Go upstream configs for this repository.
3768
4558
  # @param owner
3769
4559
  # @param identifier
3770
4560
  # @param [Hash] opts the optional parameters
3771
4561
  # @option opts [Integer] :page A page number within the paginated result set.
3772
4562
  # @option opts [Integer] :page_size Number of results to return per page.
3773
- # @return [Array<DockerUpstream>]
3774
- def repos_upstream_docker_list(owner, identifier, opts = {})
3775
- data, _status_code, _headers = repos_upstream_docker_list_with_http_info(owner, identifier, opts)
4563
+ # @return [Array<GoUpstream>]
4564
+ def repos_upstream_go_list(owner, identifier, opts = {})
4565
+ data, _status_code, _headers = repos_upstream_go_list_with_http_info(owner, identifier, opts)
3776
4566
  data
3777
4567
  end
3778
4568
 
3779
- # List Docker upstream configs for this repository.
3780
- # List Docker upstream configs for this repository.
4569
+ # List Go upstream configs for this repository.
4570
+ # List Go upstream configs for this repository.
3781
4571
  # @param owner
3782
4572
  # @param identifier
3783
4573
  # @param [Hash] opts the optional parameters
3784
4574
  # @option opts [Integer] :page A page number within the paginated result set.
3785
4575
  # @option opts [Integer] :page_size Number of results to return per page.
3786
- # @return [Array<(Array<DockerUpstream>, Fixnum, Hash)>] Array<DockerUpstream> data, response status code and response headers
3787
- def repos_upstream_docker_list_with_http_info(owner, identifier, opts = {})
4576
+ # @return [Array<(Array<GoUpstream>, Fixnum, Hash)>] Array<GoUpstream> data, response status code and response headers
4577
+ def repos_upstream_go_list_with_http_info(owner, identifier, opts = {})
3788
4578
  if @api_client.config.debugging
3789
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_list ...'
4579
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_list ...'
3790
4580
  end
3791
4581
  # verify the required parameter 'owner' is set
3792
4582
  if @api_client.config.client_side_validation && owner.nil?
3793
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_list"
4583
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_list"
3794
4584
  end
3795
4585
  # verify the required parameter 'identifier' is set
3796
4586
  if @api_client.config.client_side_validation && identifier.nil?
3797
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_list"
4587
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_list"
3798
4588
  end
3799
4589
  # resource path
3800
- local_var_path = '/repos/{owner}/{identifier}/upstream/docker/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4590
+ local_var_path = '/repos/{owner}/{identifier}/upstream/go/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3801
4591
 
3802
4592
  # query parameters
3803
4593
  query_params = {}
@@ -3823,51 +4613,51 @@ module CloudsmithApi
3823
4613
  :form_params => form_params,
3824
4614
  :body => post_body,
3825
4615
  :auth_names => auth_names,
3826
- :return_type => 'Array<DockerUpstream>')
4616
+ :return_type => 'Array<GoUpstream>')
3827
4617
  if @api_client.config.debugging
3828
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4618
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3829
4619
  end
3830
4620
  return data, status_code, headers
3831
4621
  end
3832
- # Partially update a Docker upstream config for this repository.
3833
- # Partially update a Docker upstream config for this repository.
4622
+ # Partially update a Go upstream config for this repository.
4623
+ # Partially update a Go upstream config for this repository.
3834
4624
  # @param owner
3835
4625
  # @param identifier
3836
4626
  # @param slug_perm
3837
4627
  # @param [Hash] opts the optional parameters
3838
- # @option opts [DockerUpstreamRequestPatch] :data
3839
- # @return [DockerUpstream]
3840
- def repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts = {})
3841
- data, _status_code, _headers = repos_upstream_docker_partial_update_with_http_info(owner, identifier, slug_perm, opts)
4628
+ # @option opts [GoUpstreamRequestPatch] :data
4629
+ # @return [GoUpstream]
4630
+ def repos_upstream_go_partial_update(owner, identifier, slug_perm, opts = {})
4631
+ data, _status_code, _headers = repos_upstream_go_partial_update_with_http_info(owner, identifier, slug_perm, opts)
3842
4632
  data
3843
4633
  end
3844
4634
 
3845
- # Partially update a Docker upstream config for this repository.
3846
- # Partially update a Docker upstream config for this repository.
4635
+ # Partially update a Go upstream config for this repository.
4636
+ # Partially update a Go upstream config for this repository.
3847
4637
  # @param owner
3848
4638
  # @param identifier
3849
4639
  # @param slug_perm
3850
4640
  # @param [Hash] opts the optional parameters
3851
- # @option opts [DockerUpstreamRequestPatch] :data
3852
- # @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
3853
- def repos_upstream_docker_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
4641
+ # @option opts [GoUpstreamRequestPatch] :data
4642
+ # @return [Array<(GoUpstream, Fixnum, Hash)>] GoUpstream data, response status code and response headers
4643
+ def repos_upstream_go_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
3854
4644
  if @api_client.config.debugging
3855
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_partial_update ...'
4645
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_partial_update ...'
3856
4646
  end
3857
4647
  # verify the required parameter 'owner' is set
3858
4648
  if @api_client.config.client_side_validation && owner.nil?
3859
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_partial_update"
4649
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_partial_update"
3860
4650
  end
3861
4651
  # verify the required parameter 'identifier' is set
3862
4652
  if @api_client.config.client_side_validation && identifier.nil?
3863
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_partial_update"
4653
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_partial_update"
3864
4654
  end
3865
4655
  # verify the required parameter 'slug_perm' is set
3866
4656
  if @api_client.config.client_side_validation && slug_perm.nil?
3867
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_partial_update"
4657
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_go_partial_update"
3868
4658
  end
3869
4659
  # resource path
3870
- local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4660
+ local_var_path = '/repos/{owner}/{identifier}/upstream/go/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3871
4661
 
3872
4662
  # query parameters
3873
4663
  query_params = {}
@@ -3891,49 +4681,49 @@ module CloudsmithApi
3891
4681
  :form_params => form_params,
3892
4682
  :body => post_body,
3893
4683
  :auth_names => auth_names,
3894
- :return_type => 'DockerUpstream')
4684
+ :return_type => 'GoUpstream')
3895
4685
  if @api_client.config.debugging
3896
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4686
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3897
4687
  end
3898
4688
  return data, status_code, headers
3899
4689
  end
3900
- # Retrieve a Docker upstream config for this repository.
3901
- # Retrieve a Docker upstream config for this repository.
4690
+ # Retrieve a Go upstream config for this repository.
4691
+ # Retrieve a Go upstream config for this repository.
3902
4692
  # @param owner
3903
4693
  # @param identifier
3904
4694
  # @param slug_perm
3905
4695
  # @param [Hash] opts the optional parameters
3906
- # @return [DockerUpstream]
3907
- def repos_upstream_docker_read(owner, identifier, slug_perm, opts = {})
3908
- data, _status_code, _headers = repos_upstream_docker_read_with_http_info(owner, identifier, slug_perm, opts)
4696
+ # @return [GoUpstream]
4697
+ def repos_upstream_go_read(owner, identifier, slug_perm, opts = {})
4698
+ data, _status_code, _headers = repos_upstream_go_read_with_http_info(owner, identifier, slug_perm, opts)
3909
4699
  data
3910
4700
  end
3911
4701
 
3912
- # Retrieve a Docker upstream config for this repository.
3913
- # Retrieve a Docker upstream config for this repository.
4702
+ # Retrieve a Go upstream config for this repository.
4703
+ # Retrieve a Go upstream config for this repository.
3914
4704
  # @param owner
3915
4705
  # @param identifier
3916
4706
  # @param slug_perm
3917
4707
  # @param [Hash] opts the optional parameters
3918
- # @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
3919
- def repos_upstream_docker_read_with_http_info(owner, identifier, slug_perm, opts = {})
4708
+ # @return [Array<(GoUpstream, Fixnum, Hash)>] GoUpstream data, response status code and response headers
4709
+ def repos_upstream_go_read_with_http_info(owner, identifier, slug_perm, opts = {})
3920
4710
  if @api_client.config.debugging
3921
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_read ...'
4711
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_read ...'
3922
4712
  end
3923
4713
  # verify the required parameter 'owner' is set
3924
4714
  if @api_client.config.client_side_validation && owner.nil?
3925
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_read"
4715
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_read"
3926
4716
  end
3927
4717
  # verify the required parameter 'identifier' is set
3928
4718
  if @api_client.config.client_side_validation && identifier.nil?
3929
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_read"
4719
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_read"
3930
4720
  end
3931
4721
  # verify the required parameter 'slug_perm' is set
3932
4722
  if @api_client.config.client_side_validation && slug_perm.nil?
3933
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_read"
4723
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_go_read"
3934
4724
  end
3935
4725
  # resource path
3936
- local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4726
+ local_var_path = '/repos/{owner}/{identifier}/upstream/go/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3937
4727
 
3938
4728
  # query parameters
3939
4729
  query_params = {}
@@ -3957,51 +4747,51 @@ module CloudsmithApi
3957
4747
  :form_params => form_params,
3958
4748
  :body => post_body,
3959
4749
  :auth_names => auth_names,
3960
- :return_type => 'DockerUpstream')
4750
+ :return_type => 'GoUpstream')
3961
4751
  if @api_client.config.debugging
3962
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4752
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3963
4753
  end
3964
4754
  return data, status_code, headers
3965
4755
  end
3966
- # Update a Docker upstream config for this repository.
3967
- # Update a Docker upstream config for this repository.
4756
+ # Update a Go upstream config for this repository.
4757
+ # Update a Go upstream config for this repository.
3968
4758
  # @param owner
3969
4759
  # @param identifier
3970
4760
  # @param slug_perm
3971
4761
  # @param [Hash] opts the optional parameters
3972
- # @option opts [DockerUpstreamRequest] :data
3973
- # @return [DockerUpstream]
3974
- def repos_upstream_docker_update(owner, identifier, slug_perm, opts = {})
3975
- data, _status_code, _headers = repos_upstream_docker_update_with_http_info(owner, identifier, slug_perm, opts)
4762
+ # @option opts [GoUpstreamRequest] :data
4763
+ # @return [GoUpstream]
4764
+ def repos_upstream_go_update(owner, identifier, slug_perm, opts = {})
4765
+ data, _status_code, _headers = repos_upstream_go_update_with_http_info(owner, identifier, slug_perm, opts)
3976
4766
  data
3977
4767
  end
3978
4768
 
3979
- # Update a Docker upstream config for this repository.
3980
- # Update a Docker upstream config for this repository.
4769
+ # Update a Go upstream config for this repository.
4770
+ # Update a Go upstream config for this repository.
3981
4771
  # @param owner
3982
4772
  # @param identifier
3983
4773
  # @param slug_perm
3984
4774
  # @param [Hash] opts the optional parameters
3985
- # @option opts [DockerUpstreamRequest] :data
3986
- # @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
3987
- def repos_upstream_docker_update_with_http_info(owner, identifier, slug_perm, opts = {})
4775
+ # @option opts [GoUpstreamRequest] :data
4776
+ # @return [Array<(GoUpstream, Fixnum, Hash)>] GoUpstream data, response status code and response headers
4777
+ def repos_upstream_go_update_with_http_info(owner, identifier, slug_perm, opts = {})
3988
4778
  if @api_client.config.debugging
3989
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_update ...'
4779
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_update ...'
3990
4780
  end
3991
4781
  # verify the required parameter 'owner' is set
3992
4782
  if @api_client.config.client_side_validation && owner.nil?
3993
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_update"
4783
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_update"
3994
4784
  end
3995
4785
  # verify the required parameter 'identifier' is set
3996
4786
  if @api_client.config.client_side_validation && identifier.nil?
3997
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_update"
4787
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_update"
3998
4788
  end
3999
4789
  # verify the required parameter 'slug_perm' is set
4000
4790
  if @api_client.config.client_side_validation && slug_perm.nil?
4001
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_update"
4791
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_go_update"
4002
4792
  end
4003
4793
  # resource path
4004
- local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4794
+ local_var_path = '/repos/{owner}/{identifier}/upstream/go/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4005
4795
 
4006
4796
  # query parameters
4007
4797
  query_params = {}
@@ -4025,45 +4815,45 @@ module CloudsmithApi
4025
4815
  :form_params => form_params,
4026
4816
  :body => post_body,
4027
4817
  :auth_names => auth_names,
4028
- :return_type => 'DockerUpstream')
4818
+ :return_type => 'GoUpstream')
4029
4819
  if @api_client.config.debugging
4030
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4820
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4031
4821
  end
4032
4822
  return data, status_code, headers
4033
4823
  end
4034
- # Create a Go upstream config for this repository.
4035
- # Create a Go upstream config for this repository.
4824
+ # Create a Helm upstream config for this repository.
4825
+ # Create a Helm upstream config for this repository.
4036
4826
  # @param owner
4037
4827
  # @param identifier
4038
4828
  # @param [Hash] opts the optional parameters
4039
- # @option opts [GoUpstreamRequest] :data
4040
- # @return [GoUpstream]
4041
- def repos_upstream_go_create(owner, identifier, opts = {})
4042
- data, _status_code, _headers = repos_upstream_go_create_with_http_info(owner, identifier, opts)
4829
+ # @option opts [HelmUpstreamRequest] :data
4830
+ # @return [HelmUpstream]
4831
+ def repos_upstream_helm_create(owner, identifier, opts = {})
4832
+ data, _status_code, _headers = repos_upstream_helm_create_with_http_info(owner, identifier, opts)
4043
4833
  data
4044
4834
  end
4045
4835
 
4046
- # Create a Go upstream config for this repository.
4047
- # Create a Go upstream config for this repository.
4836
+ # Create a Helm upstream config for this repository.
4837
+ # Create a Helm upstream config for this repository.
4048
4838
  # @param owner
4049
4839
  # @param identifier
4050
4840
  # @param [Hash] opts the optional parameters
4051
- # @option opts [GoUpstreamRequest] :data
4052
- # @return [Array<(GoUpstream, Fixnum, Hash)>] GoUpstream data, response status code and response headers
4053
- def repos_upstream_go_create_with_http_info(owner, identifier, opts = {})
4841
+ # @option opts [HelmUpstreamRequest] :data
4842
+ # @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
4843
+ def repos_upstream_helm_create_with_http_info(owner, identifier, opts = {})
4054
4844
  if @api_client.config.debugging
4055
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_create ...'
4845
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_create ...'
4056
4846
  end
4057
4847
  # verify the required parameter 'owner' is set
4058
4848
  if @api_client.config.client_side_validation && owner.nil?
4059
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_create"
4849
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_create"
4060
4850
  end
4061
4851
  # verify the required parameter 'identifier' is set
4062
4852
  if @api_client.config.client_side_validation && identifier.nil?
4063
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_create"
4853
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_create"
4064
4854
  end
4065
4855
  # resource path
4066
- local_var_path = '/repos/{owner}/{identifier}/upstream/go/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4856
+ local_var_path = '/repos/{owner}/{identifier}/upstream/helm/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4067
4857
 
4068
4858
  # query parameters
4069
4859
  query_params = {}
@@ -4087,49 +4877,49 @@ module CloudsmithApi
4087
4877
  :form_params => form_params,
4088
4878
  :body => post_body,
4089
4879
  :auth_names => auth_names,
4090
- :return_type => 'GoUpstream')
4880
+ :return_type => 'HelmUpstream')
4091
4881
  if @api_client.config.debugging
4092
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4882
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4093
4883
  end
4094
4884
  return data, status_code, headers
4095
4885
  end
4096
- # Delete a Go upstream config for this repository.
4097
- # Delete a Go upstream config for this repository.
4886
+ # Delete a Helm upstream config for this repository.
4887
+ # Delete a Helm upstream config for this repository.
4098
4888
  # @param owner
4099
4889
  # @param identifier
4100
4890
  # @param slug_perm
4101
4891
  # @param [Hash] opts the optional parameters
4102
4892
  # @return [nil]
4103
- def repos_upstream_go_delete(owner, identifier, slug_perm, opts = {})
4104
- repos_upstream_go_delete_with_http_info(owner, identifier, slug_perm, opts)
4893
+ def repos_upstream_helm_delete(owner, identifier, slug_perm, opts = {})
4894
+ repos_upstream_helm_delete_with_http_info(owner, identifier, slug_perm, opts)
4105
4895
  nil
4106
4896
  end
4107
4897
 
4108
- # Delete a Go upstream config for this repository.
4109
- # Delete a Go upstream config for this repository.
4898
+ # Delete a Helm upstream config for this repository.
4899
+ # Delete a Helm upstream config for this repository.
4110
4900
  # @param owner
4111
4901
  # @param identifier
4112
4902
  # @param slug_perm
4113
4903
  # @param [Hash] opts the optional parameters
4114
4904
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
4115
- def repos_upstream_go_delete_with_http_info(owner, identifier, slug_perm, opts = {})
4905
+ def repos_upstream_helm_delete_with_http_info(owner, identifier, slug_perm, opts = {})
4116
4906
  if @api_client.config.debugging
4117
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_delete ...'
4907
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_delete ...'
4118
4908
  end
4119
4909
  # verify the required parameter 'owner' is set
4120
4910
  if @api_client.config.client_side_validation && owner.nil?
4121
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_delete"
4911
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_delete"
4122
4912
  end
4123
4913
  # verify the required parameter 'identifier' is set
4124
4914
  if @api_client.config.client_side_validation && identifier.nil?
4125
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_delete"
4915
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_delete"
4126
4916
  end
4127
4917
  # verify the required parameter 'slug_perm' is set
4128
4918
  if @api_client.config.client_side_validation && slug_perm.nil?
4129
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_go_delete"
4919
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_delete"
4130
4920
  end
4131
4921
  # resource path
4132
- local_var_path = '/repos/{owner}/{identifier}/upstream/go/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4922
+ local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4133
4923
 
4134
4924
  # query parameters
4135
4925
  query_params = {}
@@ -4154,45 +4944,45 @@ module CloudsmithApi
4154
4944
  :body => post_body,
4155
4945
  :auth_names => auth_names)
4156
4946
  if @api_client.config.debugging
4157
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4947
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4158
4948
  end
4159
4949
  return data, status_code, headers
4160
4950
  end
4161
- # List Go upstream configs for this repository.
4162
- # List Go upstream configs for this repository.
4951
+ # List Helm upstream configs for this repository.
4952
+ # List Helm upstream configs for this repository.
4163
4953
  # @param owner
4164
4954
  # @param identifier
4165
4955
  # @param [Hash] opts the optional parameters
4166
4956
  # @option opts [Integer] :page A page number within the paginated result set.
4167
4957
  # @option opts [Integer] :page_size Number of results to return per page.
4168
- # @return [Array<GoUpstream>]
4169
- def repos_upstream_go_list(owner, identifier, opts = {})
4170
- data, _status_code, _headers = repos_upstream_go_list_with_http_info(owner, identifier, opts)
4958
+ # @return [Array<HelmUpstream>]
4959
+ def repos_upstream_helm_list(owner, identifier, opts = {})
4960
+ data, _status_code, _headers = repos_upstream_helm_list_with_http_info(owner, identifier, opts)
4171
4961
  data
4172
4962
  end
4173
4963
 
4174
- # List Go upstream configs for this repository.
4175
- # List Go upstream configs for this repository.
4964
+ # List Helm upstream configs for this repository.
4965
+ # List Helm upstream configs for this repository.
4176
4966
  # @param owner
4177
4967
  # @param identifier
4178
4968
  # @param [Hash] opts the optional parameters
4179
4969
  # @option opts [Integer] :page A page number within the paginated result set.
4180
4970
  # @option opts [Integer] :page_size Number of results to return per page.
4181
- # @return [Array<(Array<GoUpstream>, Fixnum, Hash)>] Array<GoUpstream> data, response status code and response headers
4182
- def repos_upstream_go_list_with_http_info(owner, identifier, opts = {})
4971
+ # @return [Array<(Array<HelmUpstream>, Fixnum, Hash)>] Array<HelmUpstream> data, response status code and response headers
4972
+ def repos_upstream_helm_list_with_http_info(owner, identifier, opts = {})
4183
4973
  if @api_client.config.debugging
4184
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_list ...'
4974
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_list ...'
4185
4975
  end
4186
4976
  # verify the required parameter 'owner' is set
4187
4977
  if @api_client.config.client_side_validation && owner.nil?
4188
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_list"
4978
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_list"
4189
4979
  end
4190
4980
  # verify the required parameter 'identifier' is set
4191
4981
  if @api_client.config.client_side_validation && identifier.nil?
4192
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_list"
4982
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_list"
4193
4983
  end
4194
4984
  # resource path
4195
- local_var_path = '/repos/{owner}/{identifier}/upstream/go/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4985
+ local_var_path = '/repos/{owner}/{identifier}/upstream/helm/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4196
4986
 
4197
4987
  # query parameters
4198
4988
  query_params = {}
@@ -4218,51 +5008,51 @@ module CloudsmithApi
4218
5008
  :form_params => form_params,
4219
5009
  :body => post_body,
4220
5010
  :auth_names => auth_names,
4221
- :return_type => 'Array<GoUpstream>')
5011
+ :return_type => 'Array<HelmUpstream>')
4222
5012
  if @api_client.config.debugging
4223
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5013
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4224
5014
  end
4225
5015
  return data, status_code, headers
4226
5016
  end
4227
- # Partially update a Go upstream config for this repository.
4228
- # Partially update a Go upstream config for this repository.
5017
+ # Partially update a Helm upstream config for this repository.
5018
+ # Partially update a Helm upstream config for this repository.
4229
5019
  # @param owner
4230
5020
  # @param identifier
4231
5021
  # @param slug_perm
4232
5022
  # @param [Hash] opts the optional parameters
4233
- # @option opts [GoUpstreamRequestPatch] :data
4234
- # @return [GoUpstream]
4235
- def repos_upstream_go_partial_update(owner, identifier, slug_perm, opts = {})
4236
- data, _status_code, _headers = repos_upstream_go_partial_update_with_http_info(owner, identifier, slug_perm, opts)
5023
+ # @option opts [HelmUpstreamRequestPatch] :data
5024
+ # @return [HelmUpstream]
5025
+ def repos_upstream_helm_partial_update(owner, identifier, slug_perm, opts = {})
5026
+ data, _status_code, _headers = repos_upstream_helm_partial_update_with_http_info(owner, identifier, slug_perm, opts)
4237
5027
  data
4238
5028
  end
4239
5029
 
4240
- # Partially update a Go upstream config for this repository.
4241
- # Partially update a Go upstream config for this repository.
5030
+ # Partially update a Helm upstream config for this repository.
5031
+ # Partially update a Helm upstream config for this repository.
4242
5032
  # @param owner
4243
5033
  # @param identifier
4244
5034
  # @param slug_perm
4245
5035
  # @param [Hash] opts the optional parameters
4246
- # @option opts [GoUpstreamRequestPatch] :data
4247
- # @return [Array<(GoUpstream, Fixnum, Hash)>] GoUpstream data, response status code and response headers
4248
- def repos_upstream_go_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
5036
+ # @option opts [HelmUpstreamRequestPatch] :data
5037
+ # @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
5038
+ def repos_upstream_helm_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
4249
5039
  if @api_client.config.debugging
4250
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_partial_update ...'
5040
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_partial_update ...'
4251
5041
  end
4252
5042
  # verify the required parameter 'owner' is set
4253
5043
  if @api_client.config.client_side_validation && owner.nil?
4254
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_partial_update"
5044
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_partial_update"
4255
5045
  end
4256
5046
  # verify the required parameter 'identifier' is set
4257
5047
  if @api_client.config.client_side_validation && identifier.nil?
4258
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_partial_update"
5048
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_partial_update"
4259
5049
  end
4260
5050
  # verify the required parameter 'slug_perm' is set
4261
5051
  if @api_client.config.client_side_validation && slug_perm.nil?
4262
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_go_partial_update"
5052
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_partial_update"
4263
5053
  end
4264
5054
  # resource path
4265
- local_var_path = '/repos/{owner}/{identifier}/upstream/go/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5055
+ local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4266
5056
 
4267
5057
  # query parameters
4268
5058
  query_params = {}
@@ -4286,49 +5076,49 @@ module CloudsmithApi
4286
5076
  :form_params => form_params,
4287
5077
  :body => post_body,
4288
5078
  :auth_names => auth_names,
4289
- :return_type => 'GoUpstream')
5079
+ :return_type => 'HelmUpstream')
4290
5080
  if @api_client.config.debugging
4291
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5081
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4292
5082
  end
4293
5083
  return data, status_code, headers
4294
5084
  end
4295
- # Retrieve a Go upstream config for this repository.
4296
- # Retrieve a Go upstream config for this repository.
5085
+ # Retrieve a Helm upstream config for this repository.
5086
+ # Retrieve a Helm upstream config for this repository.
4297
5087
  # @param owner
4298
5088
  # @param identifier
4299
5089
  # @param slug_perm
4300
5090
  # @param [Hash] opts the optional parameters
4301
- # @return [GoUpstream]
4302
- def repos_upstream_go_read(owner, identifier, slug_perm, opts = {})
4303
- data, _status_code, _headers = repos_upstream_go_read_with_http_info(owner, identifier, slug_perm, opts)
5091
+ # @return [HelmUpstream]
5092
+ def repos_upstream_helm_read(owner, identifier, slug_perm, opts = {})
5093
+ data, _status_code, _headers = repos_upstream_helm_read_with_http_info(owner, identifier, slug_perm, opts)
4304
5094
  data
4305
5095
  end
4306
5096
 
4307
- # Retrieve a Go upstream config for this repository.
4308
- # Retrieve a Go upstream config for this repository.
5097
+ # Retrieve a Helm upstream config for this repository.
5098
+ # Retrieve a Helm upstream config for this repository.
4309
5099
  # @param owner
4310
5100
  # @param identifier
4311
5101
  # @param slug_perm
4312
5102
  # @param [Hash] opts the optional parameters
4313
- # @return [Array<(GoUpstream, Fixnum, Hash)>] GoUpstream data, response status code and response headers
4314
- def repos_upstream_go_read_with_http_info(owner, identifier, slug_perm, opts = {})
5103
+ # @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
5104
+ def repos_upstream_helm_read_with_http_info(owner, identifier, slug_perm, opts = {})
4315
5105
  if @api_client.config.debugging
4316
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_read ...'
5106
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_read ...'
4317
5107
  end
4318
5108
  # verify the required parameter 'owner' is set
4319
5109
  if @api_client.config.client_side_validation && owner.nil?
4320
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_read"
5110
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_read"
4321
5111
  end
4322
5112
  # verify the required parameter 'identifier' is set
4323
5113
  if @api_client.config.client_side_validation && identifier.nil?
4324
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_read"
5114
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_read"
4325
5115
  end
4326
5116
  # verify the required parameter 'slug_perm' is set
4327
5117
  if @api_client.config.client_side_validation && slug_perm.nil?
4328
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_go_read"
5118
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_read"
4329
5119
  end
4330
5120
  # resource path
4331
- local_var_path = '/repos/{owner}/{identifier}/upstream/go/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5121
+ local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4332
5122
 
4333
5123
  # query parameters
4334
5124
  query_params = {}
@@ -4352,51 +5142,51 @@ module CloudsmithApi
4352
5142
  :form_params => form_params,
4353
5143
  :body => post_body,
4354
5144
  :auth_names => auth_names,
4355
- :return_type => 'GoUpstream')
5145
+ :return_type => 'HelmUpstream')
4356
5146
  if @api_client.config.debugging
4357
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5147
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4358
5148
  end
4359
5149
  return data, status_code, headers
4360
5150
  end
4361
- # Update a Go upstream config for this repository.
4362
- # Update a Go upstream config for this repository.
5151
+ # Update a Helm upstream config for this repository.
5152
+ # Update a Helm upstream config for this repository.
4363
5153
  # @param owner
4364
5154
  # @param identifier
4365
5155
  # @param slug_perm
4366
5156
  # @param [Hash] opts the optional parameters
4367
- # @option opts [GoUpstreamRequest] :data
4368
- # @return [GoUpstream]
4369
- def repos_upstream_go_update(owner, identifier, slug_perm, opts = {})
4370
- data, _status_code, _headers = repos_upstream_go_update_with_http_info(owner, identifier, slug_perm, opts)
5157
+ # @option opts [HelmUpstreamRequest] :data
5158
+ # @return [HelmUpstream]
5159
+ def repos_upstream_helm_update(owner, identifier, slug_perm, opts = {})
5160
+ data, _status_code, _headers = repos_upstream_helm_update_with_http_info(owner, identifier, slug_perm, opts)
4371
5161
  data
4372
5162
  end
4373
5163
 
4374
- # Update a Go upstream config for this repository.
4375
- # Update a Go upstream config for this repository.
5164
+ # Update a Helm upstream config for this repository.
5165
+ # Update a Helm upstream config for this repository.
4376
5166
  # @param owner
4377
5167
  # @param identifier
4378
5168
  # @param slug_perm
4379
5169
  # @param [Hash] opts the optional parameters
4380
- # @option opts [GoUpstreamRequest] :data
4381
- # @return [Array<(GoUpstream, Fixnum, Hash)>] GoUpstream data, response status code and response headers
4382
- def repos_upstream_go_update_with_http_info(owner, identifier, slug_perm, opts = {})
5170
+ # @option opts [HelmUpstreamRequest] :data
5171
+ # @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
5172
+ def repos_upstream_helm_update_with_http_info(owner, identifier, slug_perm, opts = {})
4383
5173
  if @api_client.config.debugging
4384
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_go_update ...'
5174
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_update ...'
4385
5175
  end
4386
5176
  # verify the required parameter 'owner' is set
4387
5177
  if @api_client.config.client_side_validation && owner.nil?
4388
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_go_update"
5178
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_update"
4389
5179
  end
4390
5180
  # verify the required parameter 'identifier' is set
4391
5181
  if @api_client.config.client_side_validation && identifier.nil?
4392
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_go_update"
5182
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_update"
4393
5183
  end
4394
5184
  # verify the required parameter 'slug_perm' is set
4395
5185
  if @api_client.config.client_side_validation && slug_perm.nil?
4396
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_go_update"
5186
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_update"
4397
5187
  end
4398
5188
  # resource path
4399
- local_var_path = '/repos/{owner}/{identifier}/upstream/go/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5189
+ local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4400
5190
 
4401
5191
  # query parameters
4402
5192
  query_params = {}
@@ -4420,45 +5210,45 @@ module CloudsmithApi
4420
5210
  :form_params => form_params,
4421
5211
  :body => post_body,
4422
5212
  :auth_names => auth_names,
4423
- :return_type => 'GoUpstream')
5213
+ :return_type => 'HelmUpstream')
4424
5214
  if @api_client.config.debugging
4425
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_go_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5215
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4426
5216
  end
4427
5217
  return data, status_code, headers
4428
5218
  end
4429
- # Create a Helm upstream config for this repository.
4430
- # Create a Helm upstream config for this repository.
5219
+ # Create a Hex upstream config for this repository.
5220
+ # Create a Hex upstream config for this repository.
4431
5221
  # @param owner
4432
5222
  # @param identifier
4433
5223
  # @param [Hash] opts the optional parameters
4434
- # @option opts [HelmUpstreamRequest] :data
4435
- # @return [HelmUpstream]
4436
- def repos_upstream_helm_create(owner, identifier, opts = {})
4437
- data, _status_code, _headers = repos_upstream_helm_create_with_http_info(owner, identifier, opts)
5224
+ # @option opts [HexUpstreamRequest] :data
5225
+ # @return [HexUpstream]
5226
+ def repos_upstream_hex_create(owner, identifier, opts = {})
5227
+ data, _status_code, _headers = repos_upstream_hex_create_with_http_info(owner, identifier, opts)
4438
5228
  data
4439
5229
  end
4440
5230
 
4441
- # Create a Helm upstream config for this repository.
4442
- # Create a Helm upstream config for this repository.
5231
+ # Create a Hex upstream config for this repository.
5232
+ # Create a Hex upstream config for this repository.
4443
5233
  # @param owner
4444
5234
  # @param identifier
4445
5235
  # @param [Hash] opts the optional parameters
4446
- # @option opts [HelmUpstreamRequest] :data
4447
- # @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
4448
- def repos_upstream_helm_create_with_http_info(owner, identifier, opts = {})
5236
+ # @option opts [HexUpstreamRequest] :data
5237
+ # @return [Array<(HexUpstream, Fixnum, Hash)>] HexUpstream data, response status code and response headers
5238
+ def repos_upstream_hex_create_with_http_info(owner, identifier, opts = {})
4449
5239
  if @api_client.config.debugging
4450
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_create ...'
5240
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_create ...'
4451
5241
  end
4452
5242
  # verify the required parameter 'owner' is set
4453
5243
  if @api_client.config.client_side_validation && owner.nil?
4454
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_create"
5244
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_create"
4455
5245
  end
4456
5246
  # verify the required parameter 'identifier' is set
4457
5247
  if @api_client.config.client_side_validation && identifier.nil?
4458
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_create"
5248
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_create"
4459
5249
  end
4460
5250
  # resource path
4461
- local_var_path = '/repos/{owner}/{identifier}/upstream/helm/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
5251
+ local_var_path = '/repos/{owner}/{identifier}/upstream/hex/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4462
5252
 
4463
5253
  # query parameters
4464
5254
  query_params = {}
@@ -4482,49 +5272,49 @@ module CloudsmithApi
4482
5272
  :form_params => form_params,
4483
5273
  :body => post_body,
4484
5274
  :auth_names => auth_names,
4485
- :return_type => 'HelmUpstream')
5275
+ :return_type => 'HexUpstream')
4486
5276
  if @api_client.config.debugging
4487
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5277
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4488
5278
  end
4489
5279
  return data, status_code, headers
4490
- end
4491
- # Delete a Helm upstream config for this repository.
4492
- # Delete a Helm upstream config for this repository.
5280
+ end
5281
+ # Delete a Hex upstream config for this repository.
5282
+ # Delete a Hex upstream config for this repository.
4493
5283
  # @param owner
4494
5284
  # @param identifier
4495
5285
  # @param slug_perm
4496
5286
  # @param [Hash] opts the optional parameters
4497
5287
  # @return [nil]
4498
- def repos_upstream_helm_delete(owner, identifier, slug_perm, opts = {})
4499
- repos_upstream_helm_delete_with_http_info(owner, identifier, slug_perm, opts)
5288
+ def repos_upstream_hex_delete(owner, identifier, slug_perm, opts = {})
5289
+ repos_upstream_hex_delete_with_http_info(owner, identifier, slug_perm, opts)
4500
5290
  nil
4501
5291
  end
4502
5292
 
4503
- # Delete a Helm upstream config for this repository.
4504
- # Delete a Helm upstream config for this repository.
5293
+ # Delete a Hex upstream config for this repository.
5294
+ # Delete a Hex upstream config for this repository.
4505
5295
  # @param owner
4506
5296
  # @param identifier
4507
5297
  # @param slug_perm
4508
5298
  # @param [Hash] opts the optional parameters
4509
5299
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
4510
- def repos_upstream_helm_delete_with_http_info(owner, identifier, slug_perm, opts = {})
5300
+ def repos_upstream_hex_delete_with_http_info(owner, identifier, slug_perm, opts = {})
4511
5301
  if @api_client.config.debugging
4512
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_delete ...'
5302
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_delete ...'
4513
5303
  end
4514
5304
  # verify the required parameter 'owner' is set
4515
5305
  if @api_client.config.client_side_validation && owner.nil?
4516
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_delete"
5306
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_delete"
4517
5307
  end
4518
5308
  # verify the required parameter 'identifier' is set
4519
5309
  if @api_client.config.client_side_validation && identifier.nil?
4520
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_delete"
5310
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_delete"
4521
5311
  end
4522
5312
  # verify the required parameter 'slug_perm' is set
4523
5313
  if @api_client.config.client_side_validation && slug_perm.nil?
4524
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_delete"
5314
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_hex_delete"
4525
5315
  end
4526
5316
  # resource path
4527
- local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5317
+ local_var_path = '/repos/{owner}/{identifier}/upstream/hex/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4528
5318
 
4529
5319
  # query parameters
4530
5320
  query_params = {}
@@ -4549,45 +5339,45 @@ module CloudsmithApi
4549
5339
  :body => post_body,
4550
5340
  :auth_names => auth_names)
4551
5341
  if @api_client.config.debugging
4552
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5342
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4553
5343
  end
4554
5344
  return data, status_code, headers
4555
5345
  end
4556
- # List Helm upstream configs for this repository.
4557
- # List Helm upstream configs for this repository.
5346
+ # List Hex upstream configs for this repository.
5347
+ # List Hex upstream configs for this repository.
4558
5348
  # @param owner
4559
5349
  # @param identifier
4560
5350
  # @param [Hash] opts the optional parameters
4561
5351
  # @option opts [Integer] :page A page number within the paginated result set.
4562
5352
  # @option opts [Integer] :page_size Number of results to return per page.
4563
- # @return [Array<HelmUpstream>]
4564
- def repos_upstream_helm_list(owner, identifier, opts = {})
4565
- data, _status_code, _headers = repos_upstream_helm_list_with_http_info(owner, identifier, opts)
5353
+ # @return [Array<HexUpstream>]
5354
+ def repos_upstream_hex_list(owner, identifier, opts = {})
5355
+ data, _status_code, _headers = repos_upstream_hex_list_with_http_info(owner, identifier, opts)
4566
5356
  data
4567
5357
  end
4568
5358
 
4569
- # List Helm upstream configs for this repository.
4570
- # List Helm upstream configs for this repository.
5359
+ # List Hex upstream configs for this repository.
5360
+ # List Hex upstream configs for this repository.
4571
5361
  # @param owner
4572
5362
  # @param identifier
4573
5363
  # @param [Hash] opts the optional parameters
4574
5364
  # @option opts [Integer] :page A page number within the paginated result set.
4575
5365
  # @option opts [Integer] :page_size Number of results to return per page.
4576
- # @return [Array<(Array<HelmUpstream>, Fixnum, Hash)>] Array<HelmUpstream> data, response status code and response headers
4577
- def repos_upstream_helm_list_with_http_info(owner, identifier, opts = {})
5366
+ # @return [Array<(Array<HexUpstream>, Fixnum, Hash)>] Array<HexUpstream> data, response status code and response headers
5367
+ def repos_upstream_hex_list_with_http_info(owner, identifier, opts = {})
4578
5368
  if @api_client.config.debugging
4579
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_list ...'
5369
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_list ...'
4580
5370
  end
4581
5371
  # verify the required parameter 'owner' is set
4582
5372
  if @api_client.config.client_side_validation && owner.nil?
4583
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_list"
5373
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_list"
4584
5374
  end
4585
5375
  # verify the required parameter 'identifier' is set
4586
5376
  if @api_client.config.client_side_validation && identifier.nil?
4587
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_list"
5377
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_list"
4588
5378
  end
4589
5379
  # resource path
4590
- local_var_path = '/repos/{owner}/{identifier}/upstream/helm/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
5380
+ local_var_path = '/repos/{owner}/{identifier}/upstream/hex/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4591
5381
 
4592
5382
  # query parameters
4593
5383
  query_params = {}
@@ -4613,51 +5403,51 @@ module CloudsmithApi
4613
5403
  :form_params => form_params,
4614
5404
  :body => post_body,
4615
5405
  :auth_names => auth_names,
4616
- :return_type => 'Array<HelmUpstream>')
5406
+ :return_type => 'Array<HexUpstream>')
4617
5407
  if @api_client.config.debugging
4618
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5408
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4619
5409
  end
4620
5410
  return data, status_code, headers
4621
5411
  end
4622
- # Partially update a Helm upstream config for this repository.
4623
- # Partially update a Helm upstream config for this repository.
5412
+ # Partially update a Hex upstream config for this repository.
5413
+ # Partially update a Hex upstream config for this repository.
4624
5414
  # @param owner
4625
5415
  # @param identifier
4626
5416
  # @param slug_perm
4627
5417
  # @param [Hash] opts the optional parameters
4628
- # @option opts [HelmUpstreamRequestPatch] :data
4629
- # @return [HelmUpstream]
4630
- def repos_upstream_helm_partial_update(owner, identifier, slug_perm, opts = {})
4631
- data, _status_code, _headers = repos_upstream_helm_partial_update_with_http_info(owner, identifier, slug_perm, opts)
5418
+ # @option opts [HexUpstreamRequestPatch] :data
5419
+ # @return [HexUpstream]
5420
+ def repos_upstream_hex_partial_update(owner, identifier, slug_perm, opts = {})
5421
+ data, _status_code, _headers = repos_upstream_hex_partial_update_with_http_info(owner, identifier, slug_perm, opts)
4632
5422
  data
4633
5423
  end
4634
5424
 
4635
- # Partially update a Helm upstream config for this repository.
4636
- # Partially update a Helm upstream config for this repository.
5425
+ # Partially update a Hex upstream config for this repository.
5426
+ # Partially update a Hex upstream config for this repository.
4637
5427
  # @param owner
4638
5428
  # @param identifier
4639
5429
  # @param slug_perm
4640
5430
  # @param [Hash] opts the optional parameters
4641
- # @option opts [HelmUpstreamRequestPatch] :data
4642
- # @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
4643
- def repos_upstream_helm_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
5431
+ # @option opts [HexUpstreamRequestPatch] :data
5432
+ # @return [Array<(HexUpstream, Fixnum, Hash)>] HexUpstream data, response status code and response headers
5433
+ def repos_upstream_hex_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
4644
5434
  if @api_client.config.debugging
4645
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_partial_update ...'
5435
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_partial_update ...'
4646
5436
  end
4647
5437
  # verify the required parameter 'owner' is set
4648
5438
  if @api_client.config.client_side_validation && owner.nil?
4649
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_partial_update"
5439
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_partial_update"
4650
5440
  end
4651
5441
  # verify the required parameter 'identifier' is set
4652
5442
  if @api_client.config.client_side_validation && identifier.nil?
4653
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_partial_update"
5443
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_partial_update"
4654
5444
  end
4655
5445
  # verify the required parameter 'slug_perm' is set
4656
5446
  if @api_client.config.client_side_validation && slug_perm.nil?
4657
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_partial_update"
5447
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_hex_partial_update"
4658
5448
  end
4659
5449
  # resource path
4660
- local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5450
+ local_var_path = '/repos/{owner}/{identifier}/upstream/hex/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4661
5451
 
4662
5452
  # query parameters
4663
5453
  query_params = {}
@@ -4681,49 +5471,49 @@ module CloudsmithApi
4681
5471
  :form_params => form_params,
4682
5472
  :body => post_body,
4683
5473
  :auth_names => auth_names,
4684
- :return_type => 'HelmUpstream')
5474
+ :return_type => 'HexUpstream')
4685
5475
  if @api_client.config.debugging
4686
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5476
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4687
5477
  end
4688
5478
  return data, status_code, headers
4689
5479
  end
4690
- # Retrieve a Helm upstream config for this repository.
4691
- # Retrieve a Helm upstream config for this repository.
5480
+ # Retrieve a Hex upstream config for this repository.
5481
+ # Retrieve a Hex upstream config for this repository.
4692
5482
  # @param owner
4693
5483
  # @param identifier
4694
5484
  # @param slug_perm
4695
5485
  # @param [Hash] opts the optional parameters
4696
- # @return [HelmUpstream]
4697
- def repos_upstream_helm_read(owner, identifier, slug_perm, opts = {})
4698
- data, _status_code, _headers = repos_upstream_helm_read_with_http_info(owner, identifier, slug_perm, opts)
5486
+ # @return [HexUpstream]
5487
+ def repos_upstream_hex_read(owner, identifier, slug_perm, opts = {})
5488
+ data, _status_code, _headers = repos_upstream_hex_read_with_http_info(owner, identifier, slug_perm, opts)
4699
5489
  data
4700
5490
  end
4701
5491
 
4702
- # Retrieve a Helm upstream config for this repository.
4703
- # Retrieve a Helm upstream config for this repository.
5492
+ # Retrieve a Hex upstream config for this repository.
5493
+ # Retrieve a Hex upstream config for this repository.
4704
5494
  # @param owner
4705
5495
  # @param identifier
4706
5496
  # @param slug_perm
4707
5497
  # @param [Hash] opts the optional parameters
4708
- # @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
4709
- def repos_upstream_helm_read_with_http_info(owner, identifier, slug_perm, opts = {})
5498
+ # @return [Array<(HexUpstream, Fixnum, Hash)>] HexUpstream data, response status code and response headers
5499
+ def repos_upstream_hex_read_with_http_info(owner, identifier, slug_perm, opts = {})
4710
5500
  if @api_client.config.debugging
4711
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_read ...'
5501
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_read ...'
4712
5502
  end
4713
5503
  # verify the required parameter 'owner' is set
4714
5504
  if @api_client.config.client_side_validation && owner.nil?
4715
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_read"
5505
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_read"
4716
5506
  end
4717
5507
  # verify the required parameter 'identifier' is set
4718
5508
  if @api_client.config.client_side_validation && identifier.nil?
4719
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_read"
5509
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_read"
4720
5510
  end
4721
5511
  # verify the required parameter 'slug_perm' is set
4722
5512
  if @api_client.config.client_side_validation && slug_perm.nil?
4723
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_read"
5513
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_hex_read"
4724
5514
  end
4725
5515
  # resource path
4726
- local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5516
+ local_var_path = '/repos/{owner}/{identifier}/upstream/hex/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4727
5517
 
4728
5518
  # query parameters
4729
5519
  query_params = {}
@@ -4747,51 +5537,51 @@ module CloudsmithApi
4747
5537
  :form_params => form_params,
4748
5538
  :body => post_body,
4749
5539
  :auth_names => auth_names,
4750
- :return_type => 'HelmUpstream')
5540
+ :return_type => 'HexUpstream')
4751
5541
  if @api_client.config.debugging
4752
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5542
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4753
5543
  end
4754
5544
  return data, status_code, headers
4755
5545
  end
4756
- # Update a Helm upstream config for this repository.
4757
- # Update a Helm upstream config for this repository.
5546
+ # Update a Hex upstream config for this repository.
5547
+ # Update a Hex upstream config for this repository.
4758
5548
  # @param owner
4759
5549
  # @param identifier
4760
5550
  # @param slug_perm
4761
5551
  # @param [Hash] opts the optional parameters
4762
- # @option opts [HelmUpstreamRequest] :data
4763
- # @return [HelmUpstream]
4764
- def repos_upstream_helm_update(owner, identifier, slug_perm, opts = {})
4765
- data, _status_code, _headers = repos_upstream_helm_update_with_http_info(owner, identifier, slug_perm, opts)
5552
+ # @option opts [HexUpstreamRequest] :data
5553
+ # @return [HexUpstream]
5554
+ def repos_upstream_hex_update(owner, identifier, slug_perm, opts = {})
5555
+ data, _status_code, _headers = repos_upstream_hex_update_with_http_info(owner, identifier, slug_perm, opts)
4766
5556
  data
4767
5557
  end
4768
5558
 
4769
- # Update a Helm upstream config for this repository.
4770
- # Update a Helm upstream config for this repository.
5559
+ # Update a Hex upstream config for this repository.
5560
+ # Update a Hex upstream config for this repository.
4771
5561
  # @param owner
4772
5562
  # @param identifier
4773
5563
  # @param slug_perm
4774
5564
  # @param [Hash] opts the optional parameters
4775
- # @option opts [HelmUpstreamRequest] :data
4776
- # @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
4777
- def repos_upstream_helm_update_with_http_info(owner, identifier, slug_perm, opts = {})
5565
+ # @option opts [HexUpstreamRequest] :data
5566
+ # @return [Array<(HexUpstream, Fixnum, Hash)>] HexUpstream data, response status code and response headers
5567
+ def repos_upstream_hex_update_with_http_info(owner, identifier, slug_perm, opts = {})
4778
5568
  if @api_client.config.debugging
4779
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_update ...'
5569
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_update ...'
4780
5570
  end
4781
5571
  # verify the required parameter 'owner' is set
4782
5572
  if @api_client.config.client_side_validation && owner.nil?
4783
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_update"
5573
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_update"
4784
5574
  end
4785
5575
  # verify the required parameter 'identifier' is set
4786
5576
  if @api_client.config.client_side_validation && identifier.nil?
4787
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_update"
5577
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_update"
4788
5578
  end
4789
5579
  # verify the required parameter 'slug_perm' is set
4790
5580
  if @api_client.config.client_side_validation && slug_perm.nil?
4791
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_update"
5581
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_hex_update"
4792
5582
  end
4793
5583
  # resource path
4794
- local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5584
+ local_var_path = '/repos/{owner}/{identifier}/upstream/hex/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4795
5585
 
4796
5586
  # query parameters
4797
5587
  query_params = {}
@@ -4815,45 +5605,45 @@ module CloudsmithApi
4815
5605
  :form_params => form_params,
4816
5606
  :body => post_body,
4817
5607
  :auth_names => auth_names,
4818
- :return_type => 'HelmUpstream')
5608
+ :return_type => 'HexUpstream')
4819
5609
  if @api_client.config.debugging
4820
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5610
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4821
5611
  end
4822
5612
  return data, status_code, headers
4823
5613
  end
4824
- # Create a Hex upstream config for this repository.
4825
- # Create a Hex upstream config for this repository.
5614
+ # Create a HuggingFace upstream config for this repository.
5615
+ # Create a HuggingFace upstream config for this repository.
4826
5616
  # @param owner
4827
5617
  # @param identifier
4828
5618
  # @param [Hash] opts the optional parameters
4829
- # @option opts [HexUpstreamRequest] :data
4830
- # @return [HexUpstream]
4831
- def repos_upstream_hex_create(owner, identifier, opts = {})
4832
- data, _status_code, _headers = repos_upstream_hex_create_with_http_info(owner, identifier, opts)
5619
+ # @option opts [HuggingfaceUpstreamRequest] :data
5620
+ # @return [HuggingfaceUpstream]
5621
+ def repos_upstream_huggingface_create(owner, identifier, opts = {})
5622
+ data, _status_code, _headers = repos_upstream_huggingface_create_with_http_info(owner, identifier, opts)
4833
5623
  data
4834
5624
  end
4835
5625
 
4836
- # Create a Hex upstream config for this repository.
4837
- # Create a Hex upstream config for this repository.
5626
+ # Create a HuggingFace upstream config for this repository.
5627
+ # Create a HuggingFace upstream config for this repository.
4838
5628
  # @param owner
4839
5629
  # @param identifier
4840
5630
  # @param [Hash] opts the optional parameters
4841
- # @option opts [HexUpstreamRequest] :data
4842
- # @return [Array<(HexUpstream, Fixnum, Hash)>] HexUpstream data, response status code and response headers
4843
- def repos_upstream_hex_create_with_http_info(owner, identifier, opts = {})
5631
+ # @option opts [HuggingfaceUpstreamRequest] :data
5632
+ # @return [Array<(HuggingfaceUpstream, Fixnum, Hash)>] HuggingfaceUpstream data, response status code and response headers
5633
+ def repos_upstream_huggingface_create_with_http_info(owner, identifier, opts = {})
4844
5634
  if @api_client.config.debugging
4845
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_create ...'
5635
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_huggingface_create ...'
4846
5636
  end
4847
5637
  # verify the required parameter 'owner' is set
4848
5638
  if @api_client.config.client_side_validation && owner.nil?
4849
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_create"
5639
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_huggingface_create"
4850
5640
  end
4851
5641
  # verify the required parameter 'identifier' is set
4852
5642
  if @api_client.config.client_side_validation && identifier.nil?
4853
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_create"
5643
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_huggingface_create"
4854
5644
  end
4855
5645
  # resource path
4856
- local_var_path = '/repos/{owner}/{identifier}/upstream/hex/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
5646
+ local_var_path = '/repos/{owner}/{identifier}/upstream/huggingface/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4857
5647
 
4858
5648
  # query parameters
4859
5649
  query_params = {}
@@ -4877,49 +5667,49 @@ module CloudsmithApi
4877
5667
  :form_params => form_params,
4878
5668
  :body => post_body,
4879
5669
  :auth_names => auth_names,
4880
- :return_type => 'HexUpstream')
5670
+ :return_type => 'HuggingfaceUpstream')
4881
5671
  if @api_client.config.debugging
4882
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5672
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_huggingface_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4883
5673
  end
4884
5674
  return data, status_code, headers
4885
5675
  end
4886
- # Delete a Hex upstream config for this repository.
4887
- # Delete a Hex upstream config for this repository.
5676
+ # Delete a HuggingFace upstream config for this repository.
5677
+ # Delete a HuggingFace upstream config for this repository.
4888
5678
  # @param owner
4889
5679
  # @param identifier
4890
5680
  # @param slug_perm
4891
5681
  # @param [Hash] opts the optional parameters
4892
5682
  # @return [nil]
4893
- def repos_upstream_hex_delete(owner, identifier, slug_perm, opts = {})
4894
- repos_upstream_hex_delete_with_http_info(owner, identifier, slug_perm, opts)
5683
+ def repos_upstream_huggingface_delete(owner, identifier, slug_perm, opts = {})
5684
+ repos_upstream_huggingface_delete_with_http_info(owner, identifier, slug_perm, opts)
4895
5685
  nil
4896
5686
  end
4897
5687
 
4898
- # Delete a Hex upstream config for this repository.
4899
- # Delete a Hex upstream config for this repository.
5688
+ # Delete a HuggingFace upstream config for this repository.
5689
+ # Delete a HuggingFace upstream config for this repository.
4900
5690
  # @param owner
4901
5691
  # @param identifier
4902
5692
  # @param slug_perm
4903
5693
  # @param [Hash] opts the optional parameters
4904
5694
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
4905
- def repos_upstream_hex_delete_with_http_info(owner, identifier, slug_perm, opts = {})
5695
+ def repos_upstream_huggingface_delete_with_http_info(owner, identifier, slug_perm, opts = {})
4906
5696
  if @api_client.config.debugging
4907
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_delete ...'
5697
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_huggingface_delete ...'
4908
5698
  end
4909
5699
  # verify the required parameter 'owner' is set
4910
5700
  if @api_client.config.client_side_validation && owner.nil?
4911
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_delete"
5701
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_huggingface_delete"
4912
5702
  end
4913
5703
  # verify the required parameter 'identifier' is set
4914
5704
  if @api_client.config.client_side_validation && identifier.nil?
4915
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_delete"
5705
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_huggingface_delete"
4916
5706
  end
4917
5707
  # verify the required parameter 'slug_perm' is set
4918
5708
  if @api_client.config.client_side_validation && slug_perm.nil?
4919
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_hex_delete"
5709
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_huggingface_delete"
4920
5710
  end
4921
5711
  # resource path
4922
- local_var_path = '/repos/{owner}/{identifier}/upstream/hex/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5712
+ local_var_path = '/repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4923
5713
 
4924
5714
  # query parameters
4925
5715
  query_params = {}
@@ -4944,45 +5734,45 @@ module CloudsmithApi
4944
5734
  :body => post_body,
4945
5735
  :auth_names => auth_names)
4946
5736
  if @api_client.config.debugging
4947
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5737
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_huggingface_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4948
5738
  end
4949
5739
  return data, status_code, headers
4950
5740
  end
4951
- # List Hex upstream configs for this repository.
4952
- # List Hex upstream configs for this repository.
5741
+ # List HuggingFace upstream configs for this repository.
5742
+ # List HuggingFace upstream configs for this repository.
4953
5743
  # @param owner
4954
5744
  # @param identifier
4955
5745
  # @param [Hash] opts the optional parameters
4956
5746
  # @option opts [Integer] :page A page number within the paginated result set.
4957
5747
  # @option opts [Integer] :page_size Number of results to return per page.
4958
- # @return [Array<HexUpstream>]
4959
- def repos_upstream_hex_list(owner, identifier, opts = {})
4960
- data, _status_code, _headers = repos_upstream_hex_list_with_http_info(owner, identifier, opts)
5748
+ # @return [Array<HuggingfaceUpstream>]
5749
+ def repos_upstream_huggingface_list(owner, identifier, opts = {})
5750
+ data, _status_code, _headers = repos_upstream_huggingface_list_with_http_info(owner, identifier, opts)
4961
5751
  data
4962
5752
  end
4963
5753
 
4964
- # List Hex upstream configs for this repository.
4965
- # List Hex upstream configs for this repository.
5754
+ # List HuggingFace upstream configs for this repository.
5755
+ # List HuggingFace upstream configs for this repository.
4966
5756
  # @param owner
4967
5757
  # @param identifier
4968
5758
  # @param [Hash] opts the optional parameters
4969
5759
  # @option opts [Integer] :page A page number within the paginated result set.
4970
5760
  # @option opts [Integer] :page_size Number of results to return per page.
4971
- # @return [Array<(Array<HexUpstream>, Fixnum, Hash)>] Array<HexUpstream> data, response status code and response headers
4972
- def repos_upstream_hex_list_with_http_info(owner, identifier, opts = {})
5761
+ # @return [Array<(Array<HuggingfaceUpstream>, Fixnum, Hash)>] Array<HuggingfaceUpstream> data, response status code and response headers
5762
+ def repos_upstream_huggingface_list_with_http_info(owner, identifier, opts = {})
4973
5763
  if @api_client.config.debugging
4974
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_list ...'
5764
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_huggingface_list ...'
4975
5765
  end
4976
5766
  # verify the required parameter 'owner' is set
4977
5767
  if @api_client.config.client_side_validation && owner.nil?
4978
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_list"
5768
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_huggingface_list"
4979
5769
  end
4980
5770
  # verify the required parameter 'identifier' is set
4981
5771
  if @api_client.config.client_side_validation && identifier.nil?
4982
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_list"
5772
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_huggingface_list"
4983
5773
  end
4984
5774
  # resource path
4985
- local_var_path = '/repos/{owner}/{identifier}/upstream/hex/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
5775
+ local_var_path = '/repos/{owner}/{identifier}/upstream/huggingface/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4986
5776
 
4987
5777
  # query parameters
4988
5778
  query_params = {}
@@ -5008,51 +5798,51 @@ module CloudsmithApi
5008
5798
  :form_params => form_params,
5009
5799
  :body => post_body,
5010
5800
  :auth_names => auth_names,
5011
- :return_type => 'Array<HexUpstream>')
5801
+ :return_type => 'Array<HuggingfaceUpstream>')
5012
5802
  if @api_client.config.debugging
5013
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5803
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_huggingface_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5014
5804
  end
5015
5805
  return data, status_code, headers
5016
5806
  end
5017
- # Partially update a Hex upstream config for this repository.
5018
- # Partially update a Hex upstream config for this repository.
5807
+ # Partially update a HuggingFace upstream config for this repository.
5808
+ # Partially update a HuggingFace upstream config for this repository.
5019
5809
  # @param owner
5020
5810
  # @param identifier
5021
5811
  # @param slug_perm
5022
5812
  # @param [Hash] opts the optional parameters
5023
- # @option opts [HexUpstreamRequestPatch] :data
5024
- # @return [HexUpstream]
5025
- def repos_upstream_hex_partial_update(owner, identifier, slug_perm, opts = {})
5026
- data, _status_code, _headers = repos_upstream_hex_partial_update_with_http_info(owner, identifier, slug_perm, opts)
5813
+ # @option opts [HuggingfaceUpstreamRequestPatch] :data
5814
+ # @return [HuggingfaceUpstream]
5815
+ def repos_upstream_huggingface_partial_update(owner, identifier, slug_perm, opts = {})
5816
+ data, _status_code, _headers = repos_upstream_huggingface_partial_update_with_http_info(owner, identifier, slug_perm, opts)
5027
5817
  data
5028
5818
  end
5029
5819
 
5030
- # Partially update a Hex upstream config for this repository.
5031
- # Partially update a Hex upstream config for this repository.
5820
+ # Partially update a HuggingFace upstream config for this repository.
5821
+ # Partially update a HuggingFace upstream config for this repository.
5032
5822
  # @param owner
5033
5823
  # @param identifier
5034
5824
  # @param slug_perm
5035
5825
  # @param [Hash] opts the optional parameters
5036
- # @option opts [HexUpstreamRequestPatch] :data
5037
- # @return [Array<(HexUpstream, Fixnum, Hash)>] HexUpstream data, response status code and response headers
5038
- def repos_upstream_hex_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
5826
+ # @option opts [HuggingfaceUpstreamRequestPatch] :data
5827
+ # @return [Array<(HuggingfaceUpstream, Fixnum, Hash)>] HuggingfaceUpstream data, response status code and response headers
5828
+ def repos_upstream_huggingface_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
5039
5829
  if @api_client.config.debugging
5040
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_partial_update ...'
5830
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_huggingface_partial_update ...'
5041
5831
  end
5042
5832
  # verify the required parameter 'owner' is set
5043
5833
  if @api_client.config.client_side_validation && owner.nil?
5044
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_partial_update"
5834
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_huggingface_partial_update"
5045
5835
  end
5046
5836
  # verify the required parameter 'identifier' is set
5047
5837
  if @api_client.config.client_side_validation && identifier.nil?
5048
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_partial_update"
5838
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_huggingface_partial_update"
5049
5839
  end
5050
5840
  # verify the required parameter 'slug_perm' is set
5051
5841
  if @api_client.config.client_side_validation && slug_perm.nil?
5052
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_hex_partial_update"
5842
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_huggingface_partial_update"
5053
5843
  end
5054
5844
  # resource path
5055
- local_var_path = '/repos/{owner}/{identifier}/upstream/hex/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5845
+ local_var_path = '/repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5056
5846
 
5057
5847
  # query parameters
5058
5848
  query_params = {}
@@ -5076,49 +5866,49 @@ module CloudsmithApi
5076
5866
  :form_params => form_params,
5077
5867
  :body => post_body,
5078
5868
  :auth_names => auth_names,
5079
- :return_type => 'HexUpstream')
5869
+ :return_type => 'HuggingfaceUpstream')
5080
5870
  if @api_client.config.debugging
5081
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5871
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_huggingface_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5082
5872
  end
5083
5873
  return data, status_code, headers
5084
5874
  end
5085
- # Retrieve a Hex upstream config for this repository.
5086
- # Retrieve a Hex upstream config for this repository.
5875
+ # Retrieve a HuggingFace upstream config for this repository.
5876
+ # Retrieve a HuggingFace upstream config for this repository.
5087
5877
  # @param owner
5088
5878
  # @param identifier
5089
5879
  # @param slug_perm
5090
5880
  # @param [Hash] opts the optional parameters
5091
- # @return [HexUpstream]
5092
- def repos_upstream_hex_read(owner, identifier, slug_perm, opts = {})
5093
- data, _status_code, _headers = repos_upstream_hex_read_with_http_info(owner, identifier, slug_perm, opts)
5881
+ # @return [HuggingfaceUpstream]
5882
+ def repos_upstream_huggingface_read(owner, identifier, slug_perm, opts = {})
5883
+ data, _status_code, _headers = repos_upstream_huggingface_read_with_http_info(owner, identifier, slug_perm, opts)
5094
5884
  data
5095
5885
  end
5096
5886
 
5097
- # Retrieve a Hex upstream config for this repository.
5098
- # Retrieve a Hex upstream config for this repository.
5887
+ # Retrieve a HuggingFace upstream config for this repository.
5888
+ # Retrieve a HuggingFace upstream config for this repository.
5099
5889
  # @param owner
5100
5890
  # @param identifier
5101
5891
  # @param slug_perm
5102
5892
  # @param [Hash] opts the optional parameters
5103
- # @return [Array<(HexUpstream, Fixnum, Hash)>] HexUpstream data, response status code and response headers
5104
- def repos_upstream_hex_read_with_http_info(owner, identifier, slug_perm, opts = {})
5893
+ # @return [Array<(HuggingfaceUpstream, Fixnum, Hash)>] HuggingfaceUpstream data, response status code and response headers
5894
+ def repos_upstream_huggingface_read_with_http_info(owner, identifier, slug_perm, opts = {})
5105
5895
  if @api_client.config.debugging
5106
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_read ...'
5896
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_huggingface_read ...'
5107
5897
  end
5108
5898
  # verify the required parameter 'owner' is set
5109
5899
  if @api_client.config.client_side_validation && owner.nil?
5110
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_read"
5900
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_huggingface_read"
5111
5901
  end
5112
5902
  # verify the required parameter 'identifier' is set
5113
5903
  if @api_client.config.client_side_validation && identifier.nil?
5114
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_read"
5904
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_huggingface_read"
5115
5905
  end
5116
5906
  # verify the required parameter 'slug_perm' is set
5117
5907
  if @api_client.config.client_side_validation && slug_perm.nil?
5118
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_hex_read"
5908
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_huggingface_read"
5119
5909
  end
5120
5910
  # resource path
5121
- local_var_path = '/repos/{owner}/{identifier}/upstream/hex/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5911
+ local_var_path = '/repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5122
5912
 
5123
5913
  # query parameters
5124
5914
  query_params = {}
@@ -5142,51 +5932,51 @@ module CloudsmithApi
5142
5932
  :form_params => form_params,
5143
5933
  :body => post_body,
5144
5934
  :auth_names => auth_names,
5145
- :return_type => 'HexUpstream')
5935
+ :return_type => 'HuggingfaceUpstream')
5146
5936
  if @api_client.config.debugging
5147
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5937
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_huggingface_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5148
5938
  end
5149
5939
  return data, status_code, headers
5150
5940
  end
5151
- # Update a Hex upstream config for this repository.
5152
- # Update a Hex upstream config for this repository.
5941
+ # Update a HuggingFace upstream config for this repository.
5942
+ # Update a HuggingFace upstream config for this repository.
5153
5943
  # @param owner
5154
5944
  # @param identifier
5155
5945
  # @param slug_perm
5156
5946
  # @param [Hash] opts the optional parameters
5157
- # @option opts [HexUpstreamRequest] :data
5158
- # @return [HexUpstream]
5159
- def repos_upstream_hex_update(owner, identifier, slug_perm, opts = {})
5160
- data, _status_code, _headers = repos_upstream_hex_update_with_http_info(owner, identifier, slug_perm, opts)
5947
+ # @option opts [HuggingfaceUpstreamRequest] :data
5948
+ # @return [HuggingfaceUpstream]
5949
+ def repos_upstream_huggingface_update(owner, identifier, slug_perm, opts = {})
5950
+ data, _status_code, _headers = repos_upstream_huggingface_update_with_http_info(owner, identifier, slug_perm, opts)
5161
5951
  data
5162
5952
  end
5163
5953
 
5164
- # Update a Hex upstream config for this repository.
5165
- # Update a Hex upstream config for this repository.
5954
+ # Update a HuggingFace upstream config for this repository.
5955
+ # Update a HuggingFace upstream config for this repository.
5166
5956
  # @param owner
5167
5957
  # @param identifier
5168
5958
  # @param slug_perm
5169
5959
  # @param [Hash] opts the optional parameters
5170
- # @option opts [HexUpstreamRequest] :data
5171
- # @return [Array<(HexUpstream, Fixnum, Hash)>] HexUpstream data, response status code and response headers
5172
- def repos_upstream_hex_update_with_http_info(owner, identifier, slug_perm, opts = {})
5960
+ # @option opts [HuggingfaceUpstreamRequest] :data
5961
+ # @return [Array<(HuggingfaceUpstream, Fixnum, Hash)>] HuggingfaceUpstream data, response status code and response headers
5962
+ def repos_upstream_huggingface_update_with_http_info(owner, identifier, slug_perm, opts = {})
5173
5963
  if @api_client.config.debugging
5174
- @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_update ...'
5964
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_huggingface_update ...'
5175
5965
  end
5176
5966
  # verify the required parameter 'owner' is set
5177
5967
  if @api_client.config.client_side_validation && owner.nil?
5178
- fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_update"
5968
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_huggingface_update"
5179
5969
  end
5180
5970
  # verify the required parameter 'identifier' is set
5181
5971
  if @api_client.config.client_side_validation && identifier.nil?
5182
- fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_update"
5972
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_huggingface_update"
5183
5973
  end
5184
5974
  # verify the required parameter 'slug_perm' is set
5185
5975
  if @api_client.config.client_side_validation && slug_perm.nil?
5186
- fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_hex_update"
5976
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_huggingface_update"
5187
5977
  end
5188
5978
  # resource path
5189
- local_var_path = '/repos/{owner}/{identifier}/upstream/hex/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5979
+ local_var_path = '/repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5190
5980
 
5191
5981
  # query parameters
5192
5982
  query_params = {}
@@ -5210,9 +6000,9 @@ module CloudsmithApi
5210
6000
  :form_params => form_params,
5211
6001
  :body => post_body,
5212
6002
  :auth_names => auth_names,
5213
- :return_type => 'HexUpstream')
6003
+ :return_type => 'HuggingfaceUpstream')
5214
6004
  if @api_client.config.debugging
5215
- @api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
6005
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_huggingface_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5216
6006
  end
5217
6007
  return data, status_code, headers
5218
6008
  end