cloudsmith-api 2.0.18 → 2.0.19

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 (476) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +9 -9
  3. data/README.md +25 -4
  4. data/build.json +1 -1
  5. data/docs/CargoUpstream.md +25 -0
  6. data/docs/CargoUpstreamRequest.md +20 -0
  7. data/docs/CargoUpstreamRequestPatch.md +20 -0
  8. data/docs/GoUpstream.md +25 -0
  9. data/docs/GoUpstreamRequest.md +20 -0
  10. data/docs/GoUpstreamRequestPatch.md +20 -0
  11. data/docs/InlineResponse200.md +1 -1
  12. data/docs/InlineResponse2001.md +8 -0
  13. data/docs/PackageGroup.md +13 -0
  14. data/docs/PackagesApi.md +74 -0
  15. data/docs/ReposApi.md +1063 -261
  16. data/docs/RepositoryRetentionRules.md +1 -0
  17. data/docs/RepositoryRetentionRulesRequestPatch.md +1 -0
  18. data/docs/StatusBasic.md +1 -1
  19. data/docs/UserApi.md +2 -2
  20. data/lib/cloudsmith-api/api/packages_api.rb +75 -0
  21. data/lib/cloudsmith-api/api/repos_api.rb +1274 -484
  22. data/lib/cloudsmith-api/api/user_api.rb +3 -3
  23. data/lib/cloudsmith-api/models/cargo_upstream.rb +426 -0
  24. data/lib/cloudsmith-api/models/cargo_upstream_request.rb +365 -0
  25. data/lib/cloudsmith-api/models/cargo_upstream_request_patch.rb +355 -0
  26. data/lib/cloudsmith-api/models/go_upstream.rb +426 -0
  27. data/lib/cloudsmith-api/models/go_upstream_request.rb +365 -0
  28. data/lib/cloudsmith-api/models/go_upstream_request_patch.rb +355 -0
  29. data/lib/cloudsmith-api/models/inline_response_200.rb +1 -1
  30. data/lib/cloudsmith-api/models/inline_response_200_1.rb +191 -0
  31. data/lib/cloudsmith-api/models/package_group.rb +249 -0
  32. data/lib/cloudsmith-api/models/repository_retention_rules.rb +11 -1
  33. data/lib/cloudsmith-api/models/repository_retention_rules_request_patch.rb +11 -1
  34. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  35. data/lib/cloudsmith-api/version.rb +1 -1
  36. data/lib/cloudsmith-api.rb +8 -0
  37. data/spec/api/packages_api_spec.rb +18 -0
  38. data/spec/api/repos_api_spec.rb +174 -0
  39. data/spec/api/user_api_spec.rb +1 -1
  40. data/spec/models/cargo_upstream_request_patch_spec.rb +121 -0
  41. data/spec/models/cargo_upstream_request_spec.rb +121 -0
  42. data/spec/models/cargo_upstream_spec.rb +155 -0
  43. data/spec/models/go_upstream_request_patch_spec.rb +121 -0
  44. data/spec/models/go_upstream_request_spec.rb +121 -0
  45. data/spec/models/go_upstream_spec.rb +155 -0
  46. data/spec/models/inline_response_200_1_spec.rb +41 -0
  47. data/spec/models/package_group_spec.rb +71 -0
  48. data/spec/models/repository_retention_rules_request_patch_spec.rb +6 -0
  49. data/spec/models/repository_retention_rules_spec.rb +6 -0
  50. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.1.gem +0 -0
  51. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.6.2.gem +0 -0
  52. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.0.gem +0 -0
  53. data/vendor/bundle/ruby/2.6.0/cache/rspec-3.13.1.gem +0 -0
  54. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.4.gem +0 -0
  55. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.5.gem +0 -0
  56. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.5.gem +0 -0
  57. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.4.gem +0 -0
  58. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.22/gem_make.out +1 -1
  59. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.1/bigdecimal.so +0 -0
  60. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/gem_make.out +44 -48
  61. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/mkmf.log +10 -10
  62. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/gem_make.out +2 -2
  63. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/mkmf.log +1 -1
  64. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
  65. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
  66. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/Makefile +2 -2
  67. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/bigdecimal.c +72 -105
  68. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/bigdecimal.o +0 -0
  69. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/bigdecimal.so +0 -0
  70. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing.o +0 -0
  71. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/math.rb +1 -2
  72. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/lib/bigdecimal.so +0 -0
  73. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CHANGELOG.md +12 -0
  74. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CONTRIBUTORS.md +1 -0
  75. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/README.md +1 -1
  76. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/Rakefile +32 -16
  77. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/backports.rb +4 -0
  78. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/change.rb +2 -2
  79. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/htmldiff.rb +3 -3
  80. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/version.rb +1 -1
  81. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs.rb +2 -2
  82. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Makefile +2 -2
  83. data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.github/workflows/ci.yml +2 -3
  84. data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/README.md +26 -1
  85. data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/changelog.md +4 -0
  86. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/lib/hashdiff/compare_hashes.rb +101 -0
  87. data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/diff.rb +4 -1
  88. data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/version.rb +1 -1
  89. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
  90. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
  91. data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/lib/rspec/version.rb +1 -1
  92. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/Changelog.md +9 -2
  93. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/example_group.rb +7 -0
  94. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/version.rb +1 -1
  95. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/Changelog.md +154 -140
  96. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/configuration.rb +23 -14
  97. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/version.rb +1 -1
  98. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/match.rb +12 -0
  99. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/dsl.rb +6 -5
  100. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/Changelog.md +159 -129
  101. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/recorder.rb +2 -0
  102. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/message_expectation.rb +36 -1
  103. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/test_double.rb +3 -1
  104. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/verifying_double.rb +2 -0
  105. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/version.rb +1 -1
  106. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/Changelog.md +77 -65
  107. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/object_formatter.rb +2 -0
  108. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/diff_helpers.rb +14 -2
  109. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/shell_out.rb +2 -0
  110. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/version.rb +1 -1
  111. data/vendor/bundle/ruby/2.6.0/specifications/{bigdecimal-3.1.9.gemspec → bigdecimal-3.2.1.gemspec} +3 -3
  112. data/vendor/bundle/ruby/2.6.0/specifications/{diff-lcs-1.6.1.gemspec → diff-lcs-1.6.2.gemspec} +4 -4
  113. data/vendor/bundle/ruby/2.6.0/specifications/{hashdiff-1.1.2.gemspec → hashdiff-1.2.0.gemspec} +3 -3
  114. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-3.13.0.gemspec → rspec-3.13.1.gemspec} +7 -7
  115. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-core-3.13.3.gemspec → rspec-core-3.13.4.gemspec} +6 -6
  116. data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.5.gemspec +36 -0
  117. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.5.gemspec +36 -0
  118. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.13.2.gemspec → rspec-support-3.13.4.gemspec} +7 -7
  119. metadata +439 -407
  120. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.9.gem +0 -0
  121. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.6.1.gem +0 -0
  122. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.1.2.gem +0 -0
  123. data/vendor/bundle/ruby/2.6.0/cache/rspec-3.13.0.gem +0 -0
  124. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.3.gem +0 -0
  125. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.3.gem +0 -0
  126. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.2.gem +0 -0
  127. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.2.gem +0 -0
  128. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/bigdecimal.so +0 -0
  129. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.o +0 -0
  130. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.so +0 -0
  131. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/lib/bigdecimal.so +0 -0
  132. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.2/lib/hashdiff/compare_hashes.rb +0 -75
  133. data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.3.gemspec +0 -44
  134. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.2.gemspec +0 -44
  135. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/gem.build_complete +0 -0
  136. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/LICENSE +0 -0
  137. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/bigdecimal.gemspec +0 -0
  138. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/.sitearchdir.time +0 -0
  139. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/bigdecimal.h +0 -0
  140. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/bits.h +0 -0
  141. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/extconf.rb +0 -0
  142. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/feature.h +0 -0
  143. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing/dtoa.c +0 -0
  144. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing.c +0 -0
  145. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing.h +0 -0
  146. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/static_assert.h +0 -0
  147. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/jacobian.rb +0 -0
  148. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/ludcmp.rb +0 -0
  149. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/newton.rb +0 -0
  150. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/util.rb +0 -0
  151. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal.rb +0 -0
  152. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/sample/linear.rb +0 -0
  153. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/sample/nlsolve.rb +0 -0
  154. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/sample/pi.rb +0 -0
  155. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/.rspec +0 -0
  156. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CODE_OF_CONDUCT.md +0 -0
  157. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CONTRIBUTING.md +0 -0
  158. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/LICENCE.md +0 -0
  159. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/Manifest.txt +0 -0
  160. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/SECURITY.md +0 -0
  161. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/bin/htmldiff +0 -0
  162. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/bin/ldiff +0 -0
  163. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/docs/COPYING.txt +0 -0
  164. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/docs/artistic.txt +0 -0
  165. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/array.rb +0 -0
  166. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/block.rb +0 -0
  167. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/callbacks.rb +0 -0
  168. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/hunk.rb +0 -0
  169. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/internals.rb +0 -0
  170. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/ldiff.rb +0 -0
  171. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/string.rb +0 -0
  172. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff-lcs.rb +0 -0
  173. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/mise.toml +0 -0
  174. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/change_spec.rb +0 -0
  175. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/diff_spec.rb +0 -0
  176. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/123_x +0 -0
  177. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/456_x +0 -0
  178. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/aX +0 -0
  179. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/bXaX +0 -0
  180. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ds1.csv +0 -0
  181. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ds2.csv +0 -0
  182. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/empty +0 -0
  183. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/file1.bin +0 -0
  184. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/file2.bin +0 -0
  185. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/four_lines +0 -0
  186. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/four_lines_with_missing_new_line +0 -0
  187. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line1-e +0 -0
  188. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line1-f +0 -0
  189. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line2-e +0 -0
  190. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line2-f +0 -0
  191. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.chef-e +0 -0
  192. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.chef-f +0 -0
  193. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line1-e +0 -0
  194. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line1-f +0 -0
  195. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line2-e +0 -0
  196. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line2-f +0 -0
  197. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff +0 -0
  198. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-c +0 -0
  199. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-e +0 -0
  200. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-f +0 -0
  201. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-u +0 -0
  202. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1 +0 -0
  203. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-c +0 -0
  204. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-e +0 -0
  205. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-f +0 -0
  206. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-u +0 -0
  207. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2 +0 -0
  208. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-c +0 -0
  209. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-e +0 -0
  210. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-f +0 -0
  211. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-u +0 -0
  212. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef +0 -0
  213. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-c +0 -0
  214. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-e +0 -0
  215. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-f +0 -0
  216. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-u +0 -0
  217. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2 +0 -0
  218. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-c +0 -0
  219. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-d +0 -0
  220. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-e +0 -0
  221. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-f +0 -0
  222. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-u +0 -0
  223. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines +0 -0
  224. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-c +0 -0
  225. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-e +0 -0
  226. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-f +0 -0
  227. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-u +0 -0
  228. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty +0 -0
  229. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-c +0 -0
  230. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-e +0 -0
  231. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-f +0 -0
  232. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-u +0 -0
  233. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context +0 -0
  234. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-c +0 -0
  235. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-e +0 -0
  236. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-f +0 -0
  237. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-u +0 -0
  238. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1 +0 -0
  239. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-c +0 -0
  240. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-e +0 -0
  241. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-f +0 -0
  242. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-u +0 -0
  243. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2 +0 -0
  244. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-c +0 -0
  245. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-e +0 -0
  246. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-f +0 -0
  247. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-u +0 -0
  248. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/new-chef +0 -0
  249. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/new-chef2 +0 -0
  250. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/old-chef +0 -0
  251. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/old-chef2 +0 -0
  252. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/hunk_spec.rb +0 -0
  253. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/issues_spec.rb +0 -0
  254. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/lcs_spec.rb +0 -0
  255. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/ldiff_spec.rb +0 -0
  256. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/patch_spec.rb +0 -0
  257. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/sdiff_spec.rb +0 -0
  258. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/spec_helper.rb +0 -0
  259. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/traverse_balanced_spec.rb +0 -0
  260. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/traverse_sequences_spec.rb +0 -0
  261. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.gitignore +0 -0
  262. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.rspec +0 -0
  263. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.rubocop.yml +0 -0
  264. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.travis.yml +0 -0
  265. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.yardopts +0 -0
  266. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/Gemfile +0 -0
  267. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/LICENSE +0 -0
  268. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/Rakefile +0 -0
  269. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/hashdiff.gemspec +0 -0
  270. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/lcs.rb +0 -0
  271. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/lcs_compare_arrays.rb +0 -0
  272. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/linear_compare_array.rb +0 -0
  273. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/patch.rb +0 -0
  274. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/util.rb +0 -0
  275. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff.rb +0 -0
  276. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/LICENSE.md +0 -0
  277. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/README.md +0 -0
  278. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/lib/rspec.rb +0 -0
  279. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/.document +0 -0
  280. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/.yardopts +0 -0
  281. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/LICENSE.md +0 -0
  282. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/README.md +0 -0
  283. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/exe/rspec +0 -0
  284. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/autorun.rb +0 -0
  285. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/backtrace_formatter.rb +0 -0
  286. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/coordinator.rb +0 -0
  287. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
  288. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/fork_runner.rb +0 -0
  289. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/server.rb +0 -0
  290. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/shell_command.rb +0 -0
  291. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/shell_runner.rb +0 -0
  292. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/utilities.rb +0 -0
  293. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/configuration.rb +0 -0
  294. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/configuration_options.rb +0 -0
  295. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/did_you_mean.rb +0 -0
  296. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/drb.rb +0 -0
  297. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/dsl.rb +0 -0
  298. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/example.rb +0 -0
  299. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/example_status_persister.rb +0 -0
  300. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/filter_manager.rb +0 -0
  301. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/flat_map.rb +0 -0
  302. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
  303. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/base_formatter.rb +0 -0
  304. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
  305. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
  306. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
  307. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/console_codes.rb +0 -0
  308. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
  309. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
  310. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/exception_presenter.rb +0 -0
  311. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
  312. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
  313. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/helpers.rb +0 -0
  314. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/html_formatter.rb +0 -0
  315. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/html_printer.rb +0 -0
  316. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
  317. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/json_formatter.rb +0 -0
  318. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
  319. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
  320. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/protocol.rb +0 -0
  321. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
  322. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
  323. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters.rb +0 -0
  324. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/hooks.rb +0 -0
  325. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/invocations.rb +0 -0
  326. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/memoized_helpers.rb +0 -0
  327. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/metadata.rb +0 -0
  328. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/metadata_filter.rb +0 -0
  329. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
  330. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
  331. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
  332. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/null.rb +0 -0
  333. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
  334. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
  335. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/notifications.rb +0 -0
  336. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/option_parser.rb +0 -0
  337. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/ordering.rb +0 -0
  338. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/output_wrapper.rb +0 -0
  339. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/pending.rb +0 -0
  340. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/profiler.rb +0 -0
  341. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/project_initializer/.rspec +0 -0
  342. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
  343. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/project_initializer.rb +0 -0
  344. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/rake_task.rb +0 -0
  345. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/reporter.rb +0 -0
  346. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/ruby_project.rb +0 -0
  347. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/runner.rb +0 -0
  348. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/sandbox.rb +0 -0
  349. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/set.rb +0 -0
  350. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/shared_context.rb +0 -0
  351. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/shared_example_group.rb +0 -0
  352. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/shell_escape.rb +0 -0
  353. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
  354. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/warnings.rb +0 -0
  355. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/world.rb +0 -0
  356. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core.rb +0 -0
  357. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/.document +0 -0
  358. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/.yardopts +0 -0
  359. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/LICENSE.md +0 -0
  360. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/README.md +0 -0
  361. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
  362. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/expectation_target.rb +0 -0
  363. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/fail_with.rb +0 -0
  364. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/failure_aggregator.rb +0 -0
  365. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/handler.rb +0 -0
  366. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/minitest_integration.rb +0 -0
  367. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/syntax.rb +0 -0
  368. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations.rb +0 -0
  369. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/aliased_matcher.rb +0 -0
  370. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/all.rb +0 -0
  371. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
  372. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be.rb +0 -0
  373. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_between.rb +0 -0
  374. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
  375. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
  376. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_within.rb +0 -0
  377. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/change.rb +0 -0
  378. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/compound.rb +0 -0
  379. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
  380. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
  381. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/cover.rb +0 -0
  382. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/eq.rb +0 -0
  383. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/eql.rb +0 -0
  384. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/equal.rb +0 -0
  385. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/exist.rb +0 -0
  386. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/has.rb +0 -0
  387. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
  388. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/include.rb +0 -0
  389. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/operators.rb +0 -0
  390. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/output.rb +0 -0
  391. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
  392. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
  393. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
  394. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
  395. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
  396. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/yield.rb +0 -0
  397. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in.rb +0 -0
  398. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/composable.rb +0 -0
  399. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/english_phrasing.rb +0 -0
  400. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/fail_matchers.rb +0 -0
  401. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/generated_descriptions.rb +0 -0
  402. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/matcher_delegator.rb +0 -0
  403. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/matcher_protocol.rb +0 -0
  404. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/multi_matcher_diff.rb +0 -0
  405. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers.rb +0 -0
  406. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/.document +0 -0
  407. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/.yardopts +0 -0
  408. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/LICENSE.md +0 -0
  409. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/README.md +0 -0
  410. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  411. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  412. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  413. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  414. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  415. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  416. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  417. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  418. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance.rb +0 -0
  419. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
  420. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/argument_matchers.rb +0 -0
  421. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/configuration.rb +0 -0
  422. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/error_generator.rb +0 -0
  423. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/example_methods.rb +0 -0
  424. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  425. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/marshal_extension.rb +0 -0
  426. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  427. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  428. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/receive.rb +0 -0
  429. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  430. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  431. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/message_chain.rb +0 -0
  432. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/method_double.rb +0 -0
  433. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/method_reference.rb +0 -0
  434. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/minitest_integration.rb +0 -0
  435. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/mutate_const.rb +0 -0
  436. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/object_reference.rb +0 -0
  437. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/order_group.rb +0 -0
  438. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/proxy.rb +0 -0
  439. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/space.rb +0 -0
  440. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/standalone.rb +0 -0
  441. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/syntax.rb +0 -0
  442. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/targets.rb +0 -0
  443. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  444. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  445. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks.rb +0 -0
  446. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/LICENSE.md +0 -0
  447. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/README.md +0 -0
  448. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/caller_filter.rb +0 -0
  449. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/comparable_version.rb +0 -0
  450. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/differ.rb +0 -0
  451. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/directory_maker.rb +0 -0
  452. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/encoded_string.rb +0 -0
  453. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/fuzzy_matcher.rb +0 -0
  454. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/hunk_generator.rb +0 -0
  455. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/matcher_definition.rb +0 -0
  456. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/method_signature_verifier.rb +0 -0
  457. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/mutex.rb +0 -0
  458. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/recursive_const_methods.rb +0 -0
  459. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/reentrant_mutex.rb +0 -0
  460. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/ruby_features.rb +0 -0
  461. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source/location.rb +0 -0
  462. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source/node.rb +0 -0
  463. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source/token.rb +0 -0
  464. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source.rb +0 -0
  465. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  466. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/formatting_support.rb +0 -0
  467. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/in_sub_process.rb +0 -0
  468. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  469. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
  470. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/string_matcher.rb +0 -0
  471. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  472. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  473. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec.rb +0 -0
  474. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/warnings.rb +0 -0
  475. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
  476. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support.rb +0 -0
data/docs/ReposApi.md CHANGED
@@ -31,6 +31,12 @@ Method | HTTP request | Description
31
31
  [**repos_rsa_list**](ReposApi.md#repos_rsa_list) | **GET** /repos/{owner}/{identifier}/rsa/ | Retrieve the active RSA key for the Repository.
32
32
  [**repos_rsa_regenerate**](ReposApi.md#repos_rsa_regenerate) | **POST** /repos/{owner}/{identifier}/rsa/regenerate/ | Regenerate RSA Key for the Repository.
33
33
  [**repos_transfer_region**](ReposApi.md#repos_transfer_region) | **POST** /repos/{owner}/{repo}/transfer-region/ | Transfer a repository to a different region.
34
+ [**repos_upstream_cargo_create**](ReposApi.md#repos_upstream_cargo_create) | **POST** /repos/{owner}/{identifier}/upstream/cargo/ | Create a Cargo upstream config for this repository.
35
+ [**repos_upstream_cargo_delete**](ReposApi.md#repos_upstream_cargo_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/ | Delete a Cargo upstream config for this repository.
36
+ [**repos_upstream_cargo_list**](ReposApi.md#repos_upstream_cargo_list) | **GET** /repos/{owner}/{identifier}/upstream/cargo/ | List Cargo upstream configs for this repository.
37
+ [**repos_upstream_cargo_partial_update**](ReposApi.md#repos_upstream_cargo_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/ | Partially update a Cargo upstream config for this repository.
38
+ [**repos_upstream_cargo_read**](ReposApi.md#repos_upstream_cargo_read) | **GET** /repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/ | Retrieve a Cargo upstream config for this repository.
39
+ [**repos_upstream_cargo_update**](ReposApi.md#repos_upstream_cargo_update) | **PUT** /repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/ | Update a Cargo upstream config for this repository.
34
40
  [**repos_upstream_composer_create**](ReposApi.md#repos_upstream_composer_create) | **POST** /repos/{owner}/{identifier}/upstream/composer/ | Create a Composer upstream config for this repository.
35
41
  [**repos_upstream_composer_delete**](ReposApi.md#repos_upstream_composer_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/composer/{slug_perm}/ | Delete a Composer upstream config for this repository.
36
42
  [**repos_upstream_composer_list**](ReposApi.md#repos_upstream_composer_list) | **GET** /repos/{owner}/{identifier}/upstream/composer/ | List Composer upstream configs for this repository.
@@ -61,6 +67,12 @@ Method | HTTP request | Description
61
67
  [**repos_upstream_docker_partial_update**](ReposApi.md#repos_upstream_docker_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ | Partially update a Docker upstream config for this repository.
62
68
  [**repos_upstream_docker_read**](ReposApi.md#repos_upstream_docker_read) | **GET** /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ | Retrieve a Docker upstream config for this repository.
63
69
  [**repos_upstream_docker_update**](ReposApi.md#repos_upstream_docker_update) | **PUT** /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ | Update a Docker upstream config for this repository.
70
+ [**repos_upstream_go_create**](ReposApi.md#repos_upstream_go_create) | **POST** /repos/{owner}/{identifier}/upstream/go/ | Create a Go upstream config for this repository.
71
+ [**repos_upstream_go_delete**](ReposApi.md#repos_upstream_go_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/go/{slug_perm}/ | Delete a Go upstream config for this repository.
72
+ [**repos_upstream_go_list**](ReposApi.md#repos_upstream_go_list) | **GET** /repos/{owner}/{identifier}/upstream/go/ | List Go upstream configs for this repository.
73
+ [**repos_upstream_go_partial_update**](ReposApi.md#repos_upstream_go_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/go/{slug_perm}/ | Partially update a Go upstream config for this repository.
74
+ [**repos_upstream_go_read**](ReposApi.md#repos_upstream_go_read) | **GET** /repos/{owner}/{identifier}/upstream/go/{slug_perm}/ | Retrieve a Go upstream config for this repository.
75
+ [**repos_upstream_go_update**](ReposApi.md#repos_upstream_go_update) | **PUT** /repos/{owner}/{identifier}/upstream/go/{slug_perm}/ | Update a Go upstream config for this repository.
64
76
  [**repos_upstream_helm_create**](ReposApi.md#repos_upstream_helm_create) | **POST** /repos/{owner}/{identifier}/upstream/helm/ | Create a Helm upstream config for this repository.
65
77
  [**repos_upstream_helm_delete**](ReposApi.md#repos_upstream_helm_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/helm/{slug_perm}/ | Delete a Helm upstream config for this repository.
66
78
  [**repos_upstream_helm_list**](ReposApi.md#repos_upstream_helm_list) | **GET** /repos/{owner}/{identifier}/upstream/helm/ | List Helm upstream configs for this repository.
@@ -1823,12 +1835,12 @@ nil (empty response body)
1823
1835
 
1824
1836
 
1825
1837
 
1826
- # **repos_upstream_composer_create**
1827
- > ComposerUpstream repos_upstream_composer_create(owner, identifier, opts)
1838
+ # **repos_upstream_cargo_create**
1839
+ > CargoUpstream repos_upstream_cargo_create(owner, identifier, opts)
1828
1840
 
1829
- Create a Composer upstream config for this repository.
1841
+ Create a Cargo upstream config for this repository.
1830
1842
 
1831
- Create a Composer upstream config for this repository.
1843
+ Create a Cargo upstream config for this repository.
1832
1844
 
1833
1845
  ### Example
1834
1846
  ```ruby
@@ -1853,15 +1865,15 @@ owner = 'owner_example' # String |
1853
1865
  identifier = 'identifier_example' # String |
1854
1866
 
1855
1867
  opts = {
1856
- data: CloudsmithApi::ComposerUpstreamRequest.new # ComposerUpstreamRequest |
1868
+ data: CloudsmithApi::CargoUpstreamRequest.new # CargoUpstreamRequest |
1857
1869
  }
1858
1870
 
1859
1871
  begin
1860
- #Create a Composer upstream config for this repository.
1861
- result = api_instance.repos_upstream_composer_create(owner, identifier, opts)
1872
+ #Create a Cargo upstream config for this repository.
1873
+ result = api_instance.repos_upstream_cargo_create(owner, identifier, opts)
1862
1874
  p result
1863
1875
  rescue CloudsmithApi::ApiError => e
1864
- puts "Exception when calling ReposApi->repos_upstream_composer_create: #{e}"
1876
+ puts "Exception when calling ReposApi->repos_upstream_cargo_create: #{e}"
1865
1877
  end
1866
1878
  ```
1867
1879
 
@@ -1871,11 +1883,11 @@ Name | Type | Description | Notes
1871
1883
  ------------- | ------------- | ------------- | -------------
1872
1884
  **owner** | **String**| |
1873
1885
  **identifier** | **String**| |
1874
- **data** | [**ComposerUpstreamRequest**](ComposerUpstreamRequest.md)| | [optional]
1886
+ **data** | [**CargoUpstreamRequest**](CargoUpstreamRequest.md)| | [optional]
1875
1887
 
1876
1888
  ### Return type
1877
1889
 
1878
- [**ComposerUpstream**](ComposerUpstream.md)
1890
+ [**CargoUpstream**](CargoUpstream.md)
1879
1891
 
1880
1892
  ### Authorization
1881
1893
 
@@ -1888,12 +1900,12 @@ Name | Type | Description | Notes
1888
1900
 
1889
1901
 
1890
1902
 
1891
- # **repos_upstream_composer_delete**
1892
- > repos_upstream_composer_delete(owner, identifier, slug_perm)
1903
+ # **repos_upstream_cargo_delete**
1904
+ > repos_upstream_cargo_delete(owner, identifier, slug_perm)
1893
1905
 
1894
- Delete a Composer upstream config for this repository.
1906
+ Delete a Cargo upstream config for this repository.
1895
1907
 
1896
- Delete a Composer upstream config for this repository.
1908
+ Delete a Cargo upstream config for this repository.
1897
1909
 
1898
1910
  ### Example
1899
1911
  ```ruby
@@ -1921,10 +1933,10 @@ slug_perm = 'slug_perm_example' # String |
1921
1933
 
1922
1934
 
1923
1935
  begin
1924
- #Delete a Composer upstream config for this repository.
1925
- api_instance.repos_upstream_composer_delete(owner, identifier, slug_perm)
1936
+ #Delete a Cargo upstream config for this repository.
1937
+ api_instance.repos_upstream_cargo_delete(owner, identifier, slug_perm)
1926
1938
  rescue CloudsmithApi::ApiError => e
1927
- puts "Exception when calling ReposApi->repos_upstream_composer_delete: #{e}"
1939
+ puts "Exception when calling ReposApi->repos_upstream_cargo_delete: #{e}"
1928
1940
  end
1929
1941
  ```
1930
1942
 
@@ -1951,12 +1963,12 @@ nil (empty response body)
1951
1963
 
1952
1964
 
1953
1965
 
1954
- # **repos_upstream_composer_list**
1955
- > Array<ComposerUpstream> repos_upstream_composer_list(owner, identifier, opts)
1966
+ # **repos_upstream_cargo_list**
1967
+ > Array<CargoUpstream> repos_upstream_cargo_list(owner, identifier, opts)
1956
1968
 
1957
- List Composer upstream configs for this repository.
1969
+ List Cargo upstream configs for this repository.
1958
1970
 
1959
- List Composer upstream configs for this repository.
1971
+ List Cargo upstream configs for this repository.
1960
1972
 
1961
1973
  ### Example
1962
1974
  ```ruby
@@ -1986,11 +1998,11 @@ opts = {
1986
1998
  }
1987
1999
 
1988
2000
  begin
1989
- #List Composer upstream configs for this repository.
1990
- result = api_instance.repos_upstream_composer_list(owner, identifier, opts)
2001
+ #List Cargo upstream configs for this repository.
2002
+ result = api_instance.repos_upstream_cargo_list(owner, identifier, opts)
1991
2003
  p result
1992
2004
  rescue CloudsmithApi::ApiError => e
1993
- puts "Exception when calling ReposApi->repos_upstream_composer_list: #{e}"
2005
+ puts "Exception when calling ReposApi->repos_upstream_cargo_list: #{e}"
1994
2006
  end
1995
2007
  ```
1996
2008
 
@@ -2005,7 +2017,7 @@ Name | Type | Description | Notes
2005
2017
 
2006
2018
  ### Return type
2007
2019
 
2008
- [**Array<ComposerUpstream>**](ComposerUpstream.md)
2020
+ [**Array<CargoUpstream>**](CargoUpstream.md)
2009
2021
 
2010
2022
  ### Authorization
2011
2023
 
@@ -2018,12 +2030,12 @@ Name | Type | Description | Notes
2018
2030
 
2019
2031
 
2020
2032
 
2021
- # **repos_upstream_composer_partial_update**
2022
- > ComposerUpstream repos_upstream_composer_partial_update(owner, identifier, slug_perm, opts)
2033
+ # **repos_upstream_cargo_partial_update**
2034
+ > CargoUpstream repos_upstream_cargo_partial_update(owner, identifier, slug_perm, opts)
2023
2035
 
2024
- Partially update a Composer upstream config for this repository.
2036
+ Partially update a Cargo upstream config for this repository.
2025
2037
 
2026
- Partially update a Composer upstream config for this repository.
2038
+ Partially update a Cargo upstream config for this repository.
2027
2039
 
2028
2040
  ### Example
2029
2041
  ```ruby
@@ -2050,15 +2062,15 @@ identifier = 'identifier_example' # String |
2050
2062
  slug_perm = 'slug_perm_example' # String |
2051
2063
 
2052
2064
  opts = {
2053
- data: CloudsmithApi::ComposerUpstreamRequestPatch.new # ComposerUpstreamRequestPatch |
2065
+ data: CloudsmithApi::CargoUpstreamRequestPatch.new # CargoUpstreamRequestPatch |
2054
2066
  }
2055
2067
 
2056
2068
  begin
2057
- #Partially update a Composer upstream config for this repository.
2058
- result = api_instance.repos_upstream_composer_partial_update(owner, identifier, slug_perm, opts)
2069
+ #Partially update a Cargo upstream config for this repository.
2070
+ result = api_instance.repos_upstream_cargo_partial_update(owner, identifier, slug_perm, opts)
2059
2071
  p result
2060
2072
  rescue CloudsmithApi::ApiError => e
2061
- puts "Exception when calling ReposApi->repos_upstream_composer_partial_update: #{e}"
2073
+ puts "Exception when calling ReposApi->repos_upstream_cargo_partial_update: #{e}"
2062
2074
  end
2063
2075
  ```
2064
2076
 
@@ -2069,11 +2081,11 @@ Name | Type | Description | Notes
2069
2081
  **owner** | **String**| |
2070
2082
  **identifier** | **String**| |
2071
2083
  **slug_perm** | **String**| |
2072
- **data** | [**ComposerUpstreamRequestPatch**](ComposerUpstreamRequestPatch.md)| | [optional]
2084
+ **data** | [**CargoUpstreamRequestPatch**](CargoUpstreamRequestPatch.md)| | [optional]
2073
2085
 
2074
2086
  ### Return type
2075
2087
 
2076
- [**ComposerUpstream**](ComposerUpstream.md)
2088
+ [**CargoUpstream**](CargoUpstream.md)
2077
2089
 
2078
2090
  ### Authorization
2079
2091
 
@@ -2086,12 +2098,12 @@ Name | Type | Description | Notes
2086
2098
 
2087
2099
 
2088
2100
 
2089
- # **repos_upstream_composer_read**
2090
- > ComposerUpstream repos_upstream_composer_read(owner, identifier, slug_perm)
2101
+ # **repos_upstream_cargo_read**
2102
+ > CargoUpstream repos_upstream_cargo_read(owner, identifier, slug_perm)
2091
2103
 
2092
- Retrieve a Composer upstream config for this repository.
2104
+ Retrieve a Cargo upstream config for this repository.
2093
2105
 
2094
- Retrieve a Composer upstream config for this repository.
2106
+ Retrieve a Cargo upstream config for this repository.
2095
2107
 
2096
2108
  ### Example
2097
2109
  ```ruby
@@ -2119,11 +2131,11 @@ slug_perm = 'slug_perm_example' # String |
2119
2131
 
2120
2132
 
2121
2133
  begin
2122
- #Retrieve a Composer upstream config for this repository.
2123
- result = api_instance.repos_upstream_composer_read(owner, identifier, slug_perm)
2134
+ #Retrieve a Cargo upstream config for this repository.
2135
+ result = api_instance.repos_upstream_cargo_read(owner, identifier, slug_perm)
2124
2136
  p result
2125
2137
  rescue CloudsmithApi::ApiError => e
2126
- puts "Exception when calling ReposApi->repos_upstream_composer_read: #{e}"
2138
+ puts "Exception when calling ReposApi->repos_upstream_cargo_read: #{e}"
2127
2139
  end
2128
2140
  ```
2129
2141
 
@@ -2137,7 +2149,7 @@ Name | Type | Description | Notes
2137
2149
 
2138
2150
  ### Return type
2139
2151
 
2140
- [**ComposerUpstream**](ComposerUpstream.md)
2152
+ [**CargoUpstream**](CargoUpstream.md)
2141
2153
 
2142
2154
  ### Authorization
2143
2155
 
@@ -2150,12 +2162,12 @@ Name | Type | Description | Notes
2150
2162
 
2151
2163
 
2152
2164
 
2153
- # **repos_upstream_composer_update**
2154
- > ComposerUpstream repos_upstream_composer_update(owner, identifier, slug_perm, opts)
2165
+ # **repos_upstream_cargo_update**
2166
+ > CargoUpstream repos_upstream_cargo_update(owner, identifier, slug_perm, opts)
2155
2167
 
2156
- Update a Composer upstream config for this repository.
2168
+ Update a Cargo upstream config for this repository.
2157
2169
 
2158
- Update a Composer upstream config for this repository.
2170
+ Update a Cargo upstream config for this repository.
2159
2171
 
2160
2172
  ### Example
2161
2173
  ```ruby
@@ -2182,15 +2194,15 @@ identifier = 'identifier_example' # String |
2182
2194
  slug_perm = 'slug_perm_example' # String |
2183
2195
 
2184
2196
  opts = {
2185
- data: CloudsmithApi::ComposerUpstreamRequest.new # ComposerUpstreamRequest |
2197
+ data: CloudsmithApi::CargoUpstreamRequest.new # CargoUpstreamRequest |
2186
2198
  }
2187
2199
 
2188
2200
  begin
2189
- #Update a Composer upstream config for this repository.
2190
- result = api_instance.repos_upstream_composer_update(owner, identifier, slug_perm, opts)
2201
+ #Update a Cargo upstream config for this repository.
2202
+ result = api_instance.repos_upstream_cargo_update(owner, identifier, slug_perm, opts)
2191
2203
  p result
2192
2204
  rescue CloudsmithApi::ApiError => e
2193
- puts "Exception when calling ReposApi->repos_upstream_composer_update: #{e}"
2205
+ puts "Exception when calling ReposApi->repos_upstream_cargo_update: #{e}"
2194
2206
  end
2195
2207
  ```
2196
2208
 
@@ -2201,11 +2213,11 @@ Name | Type | Description | Notes
2201
2213
  **owner** | **String**| |
2202
2214
  **identifier** | **String**| |
2203
2215
  **slug_perm** | **String**| |
2204
- **data** | [**ComposerUpstreamRequest**](ComposerUpstreamRequest.md)| | [optional]
2216
+ **data** | [**CargoUpstreamRequest**](CargoUpstreamRequest.md)| | [optional]
2205
2217
 
2206
2218
  ### Return type
2207
2219
 
2208
- [**ComposerUpstream**](ComposerUpstream.md)
2220
+ [**CargoUpstream**](CargoUpstream.md)
2209
2221
 
2210
2222
  ### Authorization
2211
2223
 
@@ -2218,12 +2230,12 @@ Name | Type | Description | Notes
2218
2230
 
2219
2231
 
2220
2232
 
2221
- # **repos_upstream_cran_create**
2222
- > CranUpstream repos_upstream_cran_create(owner, identifier, opts)
2233
+ # **repos_upstream_composer_create**
2234
+ > ComposerUpstream repos_upstream_composer_create(owner, identifier, opts)
2223
2235
 
2224
- Create a CRAN upstream config for this repository.
2236
+ Create a Composer upstream config for this repository.
2225
2237
 
2226
- Create a CRAN upstream config for this repository.
2238
+ Create a Composer upstream config for this repository.
2227
2239
 
2228
2240
  ### Example
2229
2241
  ```ruby
@@ -2248,15 +2260,15 @@ owner = 'owner_example' # String |
2248
2260
  identifier = 'identifier_example' # String |
2249
2261
 
2250
2262
  opts = {
2251
- data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
2263
+ data: CloudsmithApi::ComposerUpstreamRequest.new # ComposerUpstreamRequest |
2252
2264
  }
2253
2265
 
2254
2266
  begin
2255
- #Create a CRAN upstream config for this repository.
2256
- result = api_instance.repos_upstream_cran_create(owner, identifier, opts)
2267
+ #Create a Composer upstream config for this repository.
2268
+ result = api_instance.repos_upstream_composer_create(owner, identifier, opts)
2257
2269
  p result
2258
2270
  rescue CloudsmithApi::ApiError => e
2259
- puts "Exception when calling ReposApi->repos_upstream_cran_create: #{e}"
2271
+ puts "Exception when calling ReposApi->repos_upstream_composer_create: #{e}"
2260
2272
  end
2261
2273
  ```
2262
2274
 
@@ -2266,11 +2278,11 @@ Name | Type | Description | Notes
2266
2278
  ------------- | ------------- | ------------- | -------------
2267
2279
  **owner** | **String**| |
2268
2280
  **identifier** | **String**| |
2269
- **data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
2281
+ **data** | [**ComposerUpstreamRequest**](ComposerUpstreamRequest.md)| | [optional]
2270
2282
 
2271
2283
  ### Return type
2272
2284
 
2273
- [**CranUpstream**](CranUpstream.md)
2285
+ [**ComposerUpstream**](ComposerUpstream.md)
2274
2286
 
2275
2287
  ### Authorization
2276
2288
 
@@ -2283,12 +2295,12 @@ Name | Type | Description | Notes
2283
2295
 
2284
2296
 
2285
2297
 
2286
- # **repos_upstream_cran_delete**
2287
- > repos_upstream_cran_delete(owner, identifier, slug_perm)
2298
+ # **repos_upstream_composer_delete**
2299
+ > repos_upstream_composer_delete(owner, identifier, slug_perm)
2288
2300
 
2289
- Delete a CRAN upstream config for this repository.
2301
+ Delete a Composer upstream config for this repository.
2290
2302
 
2291
- Delete a CRAN upstream config for this repository.
2303
+ Delete a Composer upstream config for this repository.
2292
2304
 
2293
2305
  ### Example
2294
2306
  ```ruby
@@ -2316,10 +2328,10 @@ slug_perm = 'slug_perm_example' # String |
2316
2328
 
2317
2329
 
2318
2330
  begin
2319
- #Delete a CRAN upstream config for this repository.
2320
- api_instance.repos_upstream_cran_delete(owner, identifier, slug_perm)
2331
+ #Delete a Composer upstream config for this repository.
2332
+ api_instance.repos_upstream_composer_delete(owner, identifier, slug_perm)
2321
2333
  rescue CloudsmithApi::ApiError => e
2322
- puts "Exception when calling ReposApi->repos_upstream_cran_delete: #{e}"
2334
+ puts "Exception when calling ReposApi->repos_upstream_composer_delete: #{e}"
2323
2335
  end
2324
2336
  ```
2325
2337
 
@@ -2346,12 +2358,12 @@ nil (empty response body)
2346
2358
 
2347
2359
 
2348
2360
 
2349
- # **repos_upstream_cran_list**
2350
- > Array<CranUpstream> repos_upstream_cran_list(owner, identifier, opts)
2361
+ # **repos_upstream_composer_list**
2362
+ > Array<ComposerUpstream> repos_upstream_composer_list(owner, identifier, opts)
2351
2363
 
2352
- List CRAN upstream configs for this repository.
2364
+ List Composer upstream configs for this repository.
2353
2365
 
2354
- List CRAN upstream configs for this repository.
2366
+ List Composer upstream configs for this repository.
2355
2367
 
2356
2368
  ### Example
2357
2369
  ```ruby
@@ -2381,11 +2393,11 @@ opts = {
2381
2393
  }
2382
2394
 
2383
2395
  begin
2384
- #List CRAN upstream configs for this repository.
2385
- result = api_instance.repos_upstream_cran_list(owner, identifier, opts)
2396
+ #List Composer upstream configs for this repository.
2397
+ result = api_instance.repos_upstream_composer_list(owner, identifier, opts)
2386
2398
  p result
2387
2399
  rescue CloudsmithApi::ApiError => e
2388
- puts "Exception when calling ReposApi->repos_upstream_cran_list: #{e}"
2400
+ puts "Exception when calling ReposApi->repos_upstream_composer_list: #{e}"
2389
2401
  end
2390
2402
  ```
2391
2403
 
@@ -2400,7 +2412,7 @@ Name | Type | Description | Notes
2400
2412
 
2401
2413
  ### Return type
2402
2414
 
2403
- [**Array<CranUpstream>**](CranUpstream.md)
2415
+ [**Array<ComposerUpstream>**](ComposerUpstream.md)
2404
2416
 
2405
2417
  ### Authorization
2406
2418
 
@@ -2413,12 +2425,12 @@ Name | Type | Description | Notes
2413
2425
 
2414
2426
 
2415
2427
 
2416
- # **repos_upstream_cran_partial_update**
2417
- > CranUpstream repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
2428
+ # **repos_upstream_composer_partial_update**
2429
+ > ComposerUpstream repos_upstream_composer_partial_update(owner, identifier, slug_perm, opts)
2418
2430
 
2419
- Partially update a CRAN upstream config for this repository.
2431
+ Partially update a Composer upstream config for this repository.
2420
2432
 
2421
- Partially update a CRAN upstream config for this repository.
2433
+ Partially update a Composer upstream config for this repository.
2422
2434
 
2423
2435
  ### Example
2424
2436
  ```ruby
@@ -2445,15 +2457,15 @@ identifier = 'identifier_example' # String |
2445
2457
  slug_perm = 'slug_perm_example' # String |
2446
2458
 
2447
2459
  opts = {
2448
- data: CloudsmithApi::CranUpstreamRequestPatch.new # CranUpstreamRequestPatch |
2460
+ data: CloudsmithApi::ComposerUpstreamRequestPatch.new # ComposerUpstreamRequestPatch |
2449
2461
  }
2450
2462
 
2451
2463
  begin
2452
- #Partially update a CRAN upstream config for this repository.
2453
- result = api_instance.repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
2464
+ #Partially update a Composer upstream config for this repository.
2465
+ result = api_instance.repos_upstream_composer_partial_update(owner, identifier, slug_perm, opts)
2454
2466
  p result
2455
2467
  rescue CloudsmithApi::ApiError => e
2456
- puts "Exception when calling ReposApi->repos_upstream_cran_partial_update: #{e}"
2468
+ puts "Exception when calling ReposApi->repos_upstream_composer_partial_update: #{e}"
2457
2469
  end
2458
2470
  ```
2459
2471
 
@@ -2464,11 +2476,11 @@ Name | Type | Description | Notes
2464
2476
  **owner** | **String**| |
2465
2477
  **identifier** | **String**| |
2466
2478
  **slug_perm** | **String**| |
2467
- **data** | [**CranUpstreamRequestPatch**](CranUpstreamRequestPatch.md)| | [optional]
2479
+ **data** | [**ComposerUpstreamRequestPatch**](ComposerUpstreamRequestPatch.md)| | [optional]
2468
2480
 
2469
2481
  ### Return type
2470
2482
 
2471
- [**CranUpstream**](CranUpstream.md)
2483
+ [**ComposerUpstream**](ComposerUpstream.md)
2472
2484
 
2473
2485
  ### Authorization
2474
2486
 
@@ -2481,12 +2493,12 @@ Name | Type | Description | Notes
2481
2493
 
2482
2494
 
2483
2495
 
2484
- # **repos_upstream_cran_read**
2485
- > CranUpstream repos_upstream_cran_read(owner, identifier, slug_perm)
2496
+ # **repos_upstream_composer_read**
2497
+ > ComposerUpstream repos_upstream_composer_read(owner, identifier, slug_perm)
2486
2498
 
2487
- Retrieve a CRAN upstream config for this repository.
2499
+ Retrieve a Composer upstream config for this repository.
2488
2500
 
2489
- Retrieve a CRAN upstream config for this repository.
2501
+ Retrieve a Composer upstream config for this repository.
2490
2502
 
2491
2503
  ### Example
2492
2504
  ```ruby
@@ -2514,11 +2526,11 @@ slug_perm = 'slug_perm_example' # String |
2514
2526
 
2515
2527
 
2516
2528
  begin
2517
- #Retrieve a CRAN upstream config for this repository.
2518
- result = api_instance.repos_upstream_cran_read(owner, identifier, slug_perm)
2529
+ #Retrieve a Composer upstream config for this repository.
2530
+ result = api_instance.repos_upstream_composer_read(owner, identifier, slug_perm)
2519
2531
  p result
2520
2532
  rescue CloudsmithApi::ApiError => e
2521
- puts "Exception when calling ReposApi->repos_upstream_cran_read: #{e}"
2533
+ puts "Exception when calling ReposApi->repos_upstream_composer_read: #{e}"
2522
2534
  end
2523
2535
  ```
2524
2536
 
@@ -2532,7 +2544,7 @@ Name | Type | Description | Notes
2532
2544
 
2533
2545
  ### Return type
2534
2546
 
2535
- [**CranUpstream**](CranUpstream.md)
2547
+ [**ComposerUpstream**](ComposerUpstream.md)
2536
2548
 
2537
2549
  ### Authorization
2538
2550
 
@@ -2545,12 +2557,12 @@ Name | Type | Description | Notes
2545
2557
 
2546
2558
 
2547
2559
 
2548
- # **repos_upstream_cran_update**
2549
- > CranUpstream repos_upstream_cran_update(owner, identifier, slug_perm, opts)
2560
+ # **repos_upstream_composer_update**
2561
+ > ComposerUpstream repos_upstream_composer_update(owner, identifier, slug_perm, opts)
2550
2562
 
2551
- Update a CRAN upstream config for this repository.
2563
+ Update a Composer upstream config for this repository.
2552
2564
 
2553
- Update a CRAN upstream config for this repository.
2565
+ Update a Composer upstream config for this repository.
2554
2566
 
2555
2567
  ### Example
2556
2568
  ```ruby
@@ -2577,15 +2589,15 @@ identifier = 'identifier_example' # String |
2577
2589
  slug_perm = 'slug_perm_example' # String |
2578
2590
 
2579
2591
  opts = {
2580
- data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
2592
+ data: CloudsmithApi::ComposerUpstreamRequest.new # ComposerUpstreamRequest |
2581
2593
  }
2582
2594
 
2583
2595
  begin
2584
- #Update a CRAN upstream config for this repository.
2585
- result = api_instance.repos_upstream_cran_update(owner, identifier, slug_perm, opts)
2596
+ #Update a Composer upstream config for this repository.
2597
+ result = api_instance.repos_upstream_composer_update(owner, identifier, slug_perm, opts)
2586
2598
  p result
2587
2599
  rescue CloudsmithApi::ApiError => e
2588
- puts "Exception when calling ReposApi->repos_upstream_cran_update: #{e}"
2600
+ puts "Exception when calling ReposApi->repos_upstream_composer_update: #{e}"
2589
2601
  end
2590
2602
  ```
2591
2603
 
@@ -2596,11 +2608,11 @@ Name | Type | Description | Notes
2596
2608
  **owner** | **String**| |
2597
2609
  **identifier** | **String**| |
2598
2610
  **slug_perm** | **String**| |
2599
- **data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
2611
+ **data** | [**ComposerUpstreamRequest**](ComposerUpstreamRequest.md)| | [optional]
2600
2612
 
2601
2613
  ### Return type
2602
2614
 
2603
- [**CranUpstream**](CranUpstream.md)
2615
+ [**ComposerUpstream**](ComposerUpstream.md)
2604
2616
 
2605
2617
  ### Authorization
2606
2618
 
@@ -2613,12 +2625,12 @@ Name | Type | Description | Notes
2613
2625
 
2614
2626
 
2615
2627
 
2616
- # **repos_upstream_dart_create**
2617
- > DartUpstream repos_upstream_dart_create(owner, identifier, opts)
2628
+ # **repos_upstream_cran_create**
2629
+ > CranUpstream repos_upstream_cran_create(owner, identifier, opts)
2618
2630
 
2619
- Create a Dart upstream config for this repository.
2631
+ Create a CRAN upstream config for this repository.
2620
2632
 
2621
- Create a Dart upstream config for this repository.
2633
+ Create a CRAN upstream config for this repository.
2622
2634
 
2623
2635
  ### Example
2624
2636
  ```ruby
@@ -2643,15 +2655,15 @@ owner = 'owner_example' # String |
2643
2655
  identifier = 'identifier_example' # String |
2644
2656
 
2645
2657
  opts = {
2646
- data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
2658
+ data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
2647
2659
  }
2648
2660
 
2649
2661
  begin
2650
- #Create a Dart upstream config for this repository.
2651
- result = api_instance.repos_upstream_dart_create(owner, identifier, opts)
2662
+ #Create a CRAN upstream config for this repository.
2663
+ result = api_instance.repos_upstream_cran_create(owner, identifier, opts)
2652
2664
  p result
2653
2665
  rescue CloudsmithApi::ApiError => e
2654
- puts "Exception when calling ReposApi->repos_upstream_dart_create: #{e}"
2666
+ puts "Exception when calling ReposApi->repos_upstream_cran_create: #{e}"
2655
2667
  end
2656
2668
  ```
2657
2669
 
@@ -2661,11 +2673,11 @@ Name | Type | Description | Notes
2661
2673
  ------------- | ------------- | ------------- | -------------
2662
2674
  **owner** | **String**| |
2663
2675
  **identifier** | **String**| |
2664
- **data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
2676
+ **data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
2665
2677
 
2666
2678
  ### Return type
2667
2679
 
2668
- [**DartUpstream**](DartUpstream.md)
2680
+ [**CranUpstream**](CranUpstream.md)
2669
2681
 
2670
2682
  ### Authorization
2671
2683
 
@@ -2678,12 +2690,12 @@ Name | Type | Description | Notes
2678
2690
 
2679
2691
 
2680
2692
 
2681
- # **repos_upstream_dart_delete**
2682
- > repos_upstream_dart_delete(owner, identifier, slug_perm)
2693
+ # **repos_upstream_cran_delete**
2694
+ > repos_upstream_cran_delete(owner, identifier, slug_perm)
2683
2695
 
2684
- Delete a Dart upstream config for this repository.
2696
+ Delete a CRAN upstream config for this repository.
2685
2697
 
2686
- Delete a Dart upstream config for this repository.
2698
+ Delete a CRAN upstream config for this repository.
2687
2699
 
2688
2700
  ### Example
2689
2701
  ```ruby
@@ -2711,10 +2723,10 @@ slug_perm = 'slug_perm_example' # String |
2711
2723
 
2712
2724
 
2713
2725
  begin
2714
- #Delete a Dart upstream config for this repository.
2715
- api_instance.repos_upstream_dart_delete(owner, identifier, slug_perm)
2726
+ #Delete a CRAN upstream config for this repository.
2727
+ api_instance.repos_upstream_cran_delete(owner, identifier, slug_perm)
2716
2728
  rescue CloudsmithApi::ApiError => e
2717
- puts "Exception when calling ReposApi->repos_upstream_dart_delete: #{e}"
2729
+ puts "Exception when calling ReposApi->repos_upstream_cran_delete: #{e}"
2718
2730
  end
2719
2731
  ```
2720
2732
 
@@ -2741,12 +2753,12 @@ nil (empty response body)
2741
2753
 
2742
2754
 
2743
2755
 
2744
- # **repos_upstream_dart_list**
2745
- > Array<DartUpstream> repos_upstream_dart_list(owner, identifier, opts)
2756
+ # **repos_upstream_cran_list**
2757
+ > Array<CranUpstream> repos_upstream_cran_list(owner, identifier, opts)
2746
2758
 
2747
- List Dart upstream configs for this repository.
2759
+ List CRAN upstream configs for this repository.
2748
2760
 
2749
- List Dart upstream configs for this repository.
2761
+ List CRAN upstream configs for this repository.
2750
2762
 
2751
2763
  ### Example
2752
2764
  ```ruby
@@ -2776,11 +2788,11 @@ opts = {
2776
2788
  }
2777
2789
 
2778
2790
  begin
2779
- #List Dart upstream configs for this repository.
2780
- result = api_instance.repos_upstream_dart_list(owner, identifier, opts)
2791
+ #List CRAN upstream configs for this repository.
2792
+ result = api_instance.repos_upstream_cran_list(owner, identifier, opts)
2781
2793
  p result
2782
2794
  rescue CloudsmithApi::ApiError => e
2783
- puts "Exception when calling ReposApi->repos_upstream_dart_list: #{e}"
2795
+ puts "Exception when calling ReposApi->repos_upstream_cran_list: #{e}"
2784
2796
  end
2785
2797
  ```
2786
2798
 
@@ -2795,7 +2807,7 @@ Name | Type | Description | Notes
2795
2807
 
2796
2808
  ### Return type
2797
2809
 
2798
- [**Array<DartUpstream>**](DartUpstream.md)
2810
+ [**Array<CranUpstream>**](CranUpstream.md)
2799
2811
 
2800
2812
  ### Authorization
2801
2813
 
@@ -2808,12 +2820,12 @@ Name | Type | Description | Notes
2808
2820
 
2809
2821
 
2810
2822
 
2811
- # **repos_upstream_dart_partial_update**
2812
- > DartUpstream repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
2823
+ # **repos_upstream_cran_partial_update**
2824
+ > CranUpstream repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
2813
2825
 
2814
- Partially update a Dart upstream config for this repository.
2826
+ Partially update a CRAN upstream config for this repository.
2815
2827
 
2816
- Partially update a Dart upstream config for this repository.
2828
+ Partially update a CRAN upstream config for this repository.
2817
2829
 
2818
2830
  ### Example
2819
2831
  ```ruby
@@ -2840,15 +2852,15 @@ identifier = 'identifier_example' # String |
2840
2852
  slug_perm = 'slug_perm_example' # String |
2841
2853
 
2842
2854
  opts = {
2843
- data: CloudsmithApi::DartUpstreamRequestPatch.new # DartUpstreamRequestPatch |
2855
+ data: CloudsmithApi::CranUpstreamRequestPatch.new # CranUpstreamRequestPatch |
2844
2856
  }
2845
2857
 
2846
2858
  begin
2847
- #Partially update a Dart upstream config for this repository.
2848
- result = api_instance.repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
2859
+ #Partially update a CRAN upstream config for this repository.
2860
+ result = api_instance.repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
2849
2861
  p result
2850
2862
  rescue CloudsmithApi::ApiError => e
2851
- puts "Exception when calling ReposApi->repos_upstream_dart_partial_update: #{e}"
2863
+ puts "Exception when calling ReposApi->repos_upstream_cran_partial_update: #{e}"
2852
2864
  end
2853
2865
  ```
2854
2866
 
@@ -2859,11 +2871,11 @@ Name | Type | Description | Notes
2859
2871
  **owner** | **String**| |
2860
2872
  **identifier** | **String**| |
2861
2873
  **slug_perm** | **String**| |
2862
- **data** | [**DartUpstreamRequestPatch**](DartUpstreamRequestPatch.md)| | [optional]
2874
+ **data** | [**CranUpstreamRequestPatch**](CranUpstreamRequestPatch.md)| | [optional]
2863
2875
 
2864
2876
  ### Return type
2865
2877
 
2866
- [**DartUpstream**](DartUpstream.md)
2878
+ [**CranUpstream**](CranUpstream.md)
2867
2879
 
2868
2880
  ### Authorization
2869
2881
 
@@ -2876,12 +2888,12 @@ Name | Type | Description | Notes
2876
2888
 
2877
2889
 
2878
2890
 
2879
- # **repos_upstream_dart_read**
2880
- > DartUpstream repos_upstream_dart_read(owner, identifier, slug_perm)
2891
+ # **repos_upstream_cran_read**
2892
+ > CranUpstream repos_upstream_cran_read(owner, identifier, slug_perm)
2881
2893
 
2882
- Retrieve a Dart upstream config for this repository.
2894
+ Retrieve a CRAN upstream config for this repository.
2883
2895
 
2884
- Retrieve a Dart upstream config for this repository.
2896
+ Retrieve a CRAN upstream config for this repository.
2885
2897
 
2886
2898
  ### Example
2887
2899
  ```ruby
@@ -2909,11 +2921,11 @@ slug_perm = 'slug_perm_example' # String |
2909
2921
 
2910
2922
 
2911
2923
  begin
2912
- #Retrieve a Dart upstream config for this repository.
2913
- result = api_instance.repos_upstream_dart_read(owner, identifier, slug_perm)
2924
+ #Retrieve a CRAN upstream config for this repository.
2925
+ result = api_instance.repos_upstream_cran_read(owner, identifier, slug_perm)
2914
2926
  p result
2915
2927
  rescue CloudsmithApi::ApiError => e
2916
- puts "Exception when calling ReposApi->repos_upstream_dart_read: #{e}"
2928
+ puts "Exception when calling ReposApi->repos_upstream_cran_read: #{e}"
2917
2929
  end
2918
2930
  ```
2919
2931
 
@@ -2927,7 +2939,7 @@ Name | Type | Description | Notes
2927
2939
 
2928
2940
  ### Return type
2929
2941
 
2930
- [**DartUpstream**](DartUpstream.md)
2942
+ [**CranUpstream**](CranUpstream.md)
2931
2943
 
2932
2944
  ### Authorization
2933
2945
 
@@ -2940,12 +2952,12 @@ Name | Type | Description | Notes
2940
2952
 
2941
2953
 
2942
2954
 
2943
- # **repos_upstream_dart_update**
2944
- > DartUpstream repos_upstream_dart_update(owner, identifier, slug_perm, opts)
2955
+ # **repos_upstream_cran_update**
2956
+ > CranUpstream repos_upstream_cran_update(owner, identifier, slug_perm, opts)
2945
2957
 
2946
- Update a Dart upstream config for this repository.
2958
+ Update a CRAN upstream config for this repository.
2947
2959
 
2948
- Update a Dart upstream config for this repository.
2960
+ Update a CRAN upstream config for this repository.
2949
2961
 
2950
2962
  ### Example
2951
2963
  ```ruby
@@ -2972,15 +2984,738 @@ identifier = 'identifier_example' # String |
2972
2984
  slug_perm = 'slug_perm_example' # String |
2973
2985
 
2974
2986
  opts = {
2975
- data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
2987
+ data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
2976
2988
  }
2977
2989
 
2978
2990
  begin
2979
- #Update a Dart upstream config for this repository.
2991
+ #Update a CRAN upstream config for this repository.
2992
+ result = api_instance.repos_upstream_cran_update(owner, identifier, slug_perm, opts)
2993
+ p result
2994
+ rescue CloudsmithApi::ApiError => e
2995
+ puts "Exception when calling ReposApi->repos_upstream_cran_update: #{e}"
2996
+ end
2997
+ ```
2998
+
2999
+ ### Parameters
3000
+
3001
+ Name | Type | Description | Notes
3002
+ ------------- | ------------- | ------------- | -------------
3003
+ **owner** | **String**| |
3004
+ **identifier** | **String**| |
3005
+ **slug_perm** | **String**| |
3006
+ **data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
3007
+
3008
+ ### Return type
3009
+
3010
+ [**CranUpstream**](CranUpstream.md)
3011
+
3012
+ ### Authorization
3013
+
3014
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3015
+
3016
+ ### HTTP request headers
3017
+
3018
+ - **Content-Type**: application/json
3019
+ - **Accept**: application/json
3020
+
3021
+
3022
+
3023
+ # **repos_upstream_dart_create**
3024
+ > DartUpstream repos_upstream_dart_create(owner, identifier, opts)
3025
+
3026
+ Create a Dart upstream config for this repository.
3027
+
3028
+ Create a Dart upstream config for this repository.
3029
+
3030
+ ### Example
3031
+ ```ruby
3032
+ # load the gem
3033
+ require 'cloudsmith-api'
3034
+ # setup authorization
3035
+ CloudsmithApi.configure do |config|
3036
+ # Configure API key authorization: apikey
3037
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3038
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3039
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3040
+
3041
+ # Configure HTTP basic authorization: basic
3042
+ config.username = 'YOUR USERNAME'
3043
+ config.password = 'YOUR PASSWORD'
3044
+ end
3045
+
3046
+ api_instance = CloudsmithApi::ReposApi.new
3047
+
3048
+ owner = 'owner_example' # String |
3049
+
3050
+ identifier = 'identifier_example' # String |
3051
+
3052
+ opts = {
3053
+ data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
3054
+ }
3055
+
3056
+ begin
3057
+ #Create a Dart upstream config for this repository.
3058
+ result = api_instance.repos_upstream_dart_create(owner, identifier, opts)
3059
+ p result
3060
+ rescue CloudsmithApi::ApiError => e
3061
+ puts "Exception when calling ReposApi->repos_upstream_dart_create: #{e}"
3062
+ end
3063
+ ```
3064
+
3065
+ ### Parameters
3066
+
3067
+ Name | Type | Description | Notes
3068
+ ------------- | ------------- | ------------- | -------------
3069
+ **owner** | **String**| |
3070
+ **identifier** | **String**| |
3071
+ **data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
3072
+
3073
+ ### Return type
3074
+
3075
+ [**DartUpstream**](DartUpstream.md)
3076
+
3077
+ ### Authorization
3078
+
3079
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3080
+
3081
+ ### HTTP request headers
3082
+
3083
+ - **Content-Type**: application/json
3084
+ - **Accept**: application/json
3085
+
3086
+
3087
+
3088
+ # **repos_upstream_dart_delete**
3089
+ > repos_upstream_dart_delete(owner, identifier, slug_perm)
3090
+
3091
+ Delete a Dart upstream config for this repository.
3092
+
3093
+ Delete a Dart upstream config for this repository.
3094
+
3095
+ ### Example
3096
+ ```ruby
3097
+ # load the gem
3098
+ require 'cloudsmith-api'
3099
+ # setup authorization
3100
+ CloudsmithApi.configure do |config|
3101
+ # Configure API key authorization: apikey
3102
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3103
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3104
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3105
+
3106
+ # Configure HTTP basic authorization: basic
3107
+ config.username = 'YOUR USERNAME'
3108
+ config.password = 'YOUR PASSWORD'
3109
+ end
3110
+
3111
+ api_instance = CloudsmithApi::ReposApi.new
3112
+
3113
+ owner = 'owner_example' # String |
3114
+
3115
+ identifier = 'identifier_example' # String |
3116
+
3117
+ slug_perm = 'slug_perm_example' # String |
3118
+
3119
+
3120
+ begin
3121
+ #Delete a Dart upstream config for this repository.
3122
+ api_instance.repos_upstream_dart_delete(owner, identifier, slug_perm)
3123
+ rescue CloudsmithApi::ApiError => e
3124
+ puts "Exception when calling ReposApi->repos_upstream_dart_delete: #{e}"
3125
+ end
3126
+ ```
3127
+
3128
+ ### Parameters
3129
+
3130
+ Name | Type | Description | Notes
3131
+ ------------- | ------------- | ------------- | -------------
3132
+ **owner** | **String**| |
3133
+ **identifier** | **String**| |
3134
+ **slug_perm** | **String**| |
3135
+
3136
+ ### Return type
3137
+
3138
+ nil (empty response body)
3139
+
3140
+ ### Authorization
3141
+
3142
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3143
+
3144
+ ### HTTP request headers
3145
+
3146
+ - **Content-Type**: application/json
3147
+ - **Accept**: application/json
3148
+
3149
+
3150
+
3151
+ # **repos_upstream_dart_list**
3152
+ > Array<DartUpstream> repos_upstream_dart_list(owner, identifier, opts)
3153
+
3154
+ List Dart upstream configs for this repository.
3155
+
3156
+ List Dart upstream configs for this repository.
3157
+
3158
+ ### Example
3159
+ ```ruby
3160
+ # load the gem
3161
+ require 'cloudsmith-api'
3162
+ # setup authorization
3163
+ CloudsmithApi.configure do |config|
3164
+ # Configure API key authorization: apikey
3165
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3166
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3167
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3168
+
3169
+ # Configure HTTP basic authorization: basic
3170
+ config.username = 'YOUR USERNAME'
3171
+ config.password = 'YOUR PASSWORD'
3172
+ end
3173
+
3174
+ api_instance = CloudsmithApi::ReposApi.new
3175
+
3176
+ owner = 'owner_example' # String |
3177
+
3178
+ identifier = 'identifier_example' # String |
3179
+
3180
+ opts = {
3181
+ page: 56, # Integer | A page number within the paginated result set.
3182
+ page_size: 56 # Integer | Number of results to return per page.
3183
+ }
3184
+
3185
+ begin
3186
+ #List Dart upstream configs for this repository.
3187
+ result = api_instance.repos_upstream_dart_list(owner, identifier, opts)
3188
+ p result
3189
+ rescue CloudsmithApi::ApiError => e
3190
+ puts "Exception when calling ReposApi->repos_upstream_dart_list: #{e}"
3191
+ end
3192
+ ```
3193
+
3194
+ ### Parameters
3195
+
3196
+ Name | Type | Description | Notes
3197
+ ------------- | ------------- | ------------- | -------------
3198
+ **owner** | **String**| |
3199
+ **identifier** | **String**| |
3200
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
3201
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
3202
+
3203
+ ### Return type
3204
+
3205
+ [**Array<DartUpstream>**](DartUpstream.md)
3206
+
3207
+ ### Authorization
3208
+
3209
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3210
+
3211
+ ### HTTP request headers
3212
+
3213
+ - **Content-Type**: application/json
3214
+ - **Accept**: application/json
3215
+
3216
+
3217
+
3218
+ # **repos_upstream_dart_partial_update**
3219
+ > DartUpstream repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
3220
+
3221
+ Partially update a Dart upstream config for this repository.
3222
+
3223
+ Partially update a Dart upstream config for this repository.
3224
+
3225
+ ### Example
3226
+ ```ruby
3227
+ # load the gem
3228
+ require 'cloudsmith-api'
3229
+ # setup authorization
3230
+ CloudsmithApi.configure do |config|
3231
+ # Configure API key authorization: apikey
3232
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3233
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3234
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3235
+
3236
+ # Configure HTTP basic authorization: basic
3237
+ config.username = 'YOUR USERNAME'
3238
+ config.password = 'YOUR PASSWORD'
3239
+ end
3240
+
3241
+ api_instance = CloudsmithApi::ReposApi.new
3242
+
3243
+ owner = 'owner_example' # String |
3244
+
3245
+ identifier = 'identifier_example' # String |
3246
+
3247
+ slug_perm = 'slug_perm_example' # String |
3248
+
3249
+ opts = {
3250
+ data: CloudsmithApi::DartUpstreamRequestPatch.new # DartUpstreamRequestPatch |
3251
+ }
3252
+
3253
+ begin
3254
+ #Partially update a Dart upstream config for this repository.
3255
+ result = api_instance.repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
3256
+ p result
3257
+ rescue CloudsmithApi::ApiError => e
3258
+ puts "Exception when calling ReposApi->repos_upstream_dart_partial_update: #{e}"
3259
+ end
3260
+ ```
3261
+
3262
+ ### Parameters
3263
+
3264
+ Name | Type | Description | Notes
3265
+ ------------- | ------------- | ------------- | -------------
3266
+ **owner** | **String**| |
3267
+ **identifier** | **String**| |
3268
+ **slug_perm** | **String**| |
3269
+ **data** | [**DartUpstreamRequestPatch**](DartUpstreamRequestPatch.md)| | [optional]
3270
+
3271
+ ### Return type
3272
+
3273
+ [**DartUpstream**](DartUpstream.md)
3274
+
3275
+ ### Authorization
3276
+
3277
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3278
+
3279
+ ### HTTP request headers
3280
+
3281
+ - **Content-Type**: application/json
3282
+ - **Accept**: application/json
3283
+
3284
+
3285
+
3286
+ # **repos_upstream_dart_read**
3287
+ > DartUpstream repos_upstream_dart_read(owner, identifier, slug_perm)
3288
+
3289
+ Retrieve a Dart upstream config for this repository.
3290
+
3291
+ Retrieve a Dart upstream config for this repository.
3292
+
3293
+ ### Example
3294
+ ```ruby
3295
+ # load the gem
3296
+ require 'cloudsmith-api'
3297
+ # setup authorization
3298
+ CloudsmithApi.configure do |config|
3299
+ # Configure API key authorization: apikey
3300
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3301
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3302
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3303
+
3304
+ # Configure HTTP basic authorization: basic
3305
+ config.username = 'YOUR USERNAME'
3306
+ config.password = 'YOUR PASSWORD'
3307
+ end
3308
+
3309
+ api_instance = CloudsmithApi::ReposApi.new
3310
+
3311
+ owner = 'owner_example' # String |
3312
+
3313
+ identifier = 'identifier_example' # String |
3314
+
3315
+ slug_perm = 'slug_perm_example' # String |
3316
+
3317
+
3318
+ begin
3319
+ #Retrieve a Dart upstream config for this repository.
3320
+ result = api_instance.repos_upstream_dart_read(owner, identifier, slug_perm)
3321
+ p result
3322
+ rescue CloudsmithApi::ApiError => e
3323
+ puts "Exception when calling ReposApi->repos_upstream_dart_read: #{e}"
3324
+ end
3325
+ ```
3326
+
3327
+ ### Parameters
3328
+
3329
+ Name | Type | Description | Notes
3330
+ ------------- | ------------- | ------------- | -------------
3331
+ **owner** | **String**| |
3332
+ **identifier** | **String**| |
3333
+ **slug_perm** | **String**| |
3334
+
3335
+ ### Return type
3336
+
3337
+ [**DartUpstream**](DartUpstream.md)
3338
+
3339
+ ### Authorization
3340
+
3341
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3342
+
3343
+ ### HTTP request headers
3344
+
3345
+ - **Content-Type**: application/json
3346
+ - **Accept**: application/json
3347
+
3348
+
3349
+
3350
+ # **repos_upstream_dart_update**
3351
+ > DartUpstream repos_upstream_dart_update(owner, identifier, slug_perm, opts)
3352
+
3353
+ Update a Dart upstream config for this repository.
3354
+
3355
+ Update a Dart upstream config for this repository.
3356
+
3357
+ ### Example
3358
+ ```ruby
3359
+ # load the gem
3360
+ require 'cloudsmith-api'
3361
+ # setup authorization
3362
+ CloudsmithApi.configure do |config|
3363
+ # Configure API key authorization: apikey
3364
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3365
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3366
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3367
+
3368
+ # Configure HTTP basic authorization: basic
3369
+ config.username = 'YOUR USERNAME'
3370
+ config.password = 'YOUR PASSWORD'
3371
+ end
3372
+
3373
+ api_instance = CloudsmithApi::ReposApi.new
3374
+
3375
+ owner = 'owner_example' # String |
3376
+
3377
+ identifier = 'identifier_example' # String |
3378
+
3379
+ slug_perm = 'slug_perm_example' # String |
3380
+
3381
+ opts = {
3382
+ data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
3383
+ }
3384
+
3385
+ begin
3386
+ #Update a Dart upstream config for this repository.
2980
3387
  result = api_instance.repos_upstream_dart_update(owner, identifier, slug_perm, opts)
2981
3388
  p result
2982
3389
  rescue CloudsmithApi::ApiError => e
2983
- puts "Exception when calling ReposApi->repos_upstream_dart_update: #{e}"
3390
+ puts "Exception when calling ReposApi->repos_upstream_dart_update: #{e}"
3391
+ end
3392
+ ```
3393
+
3394
+ ### Parameters
3395
+
3396
+ Name | Type | Description | Notes
3397
+ ------------- | ------------- | ------------- | -------------
3398
+ **owner** | **String**| |
3399
+ **identifier** | **String**| |
3400
+ **slug_perm** | **String**| |
3401
+ **data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
3402
+
3403
+ ### Return type
3404
+
3405
+ [**DartUpstream**](DartUpstream.md)
3406
+
3407
+ ### Authorization
3408
+
3409
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3410
+
3411
+ ### HTTP request headers
3412
+
3413
+ - **Content-Type**: application/json
3414
+ - **Accept**: application/json
3415
+
3416
+
3417
+
3418
+ # **repos_upstream_deb_create**
3419
+ > DebUpstream repos_upstream_deb_create(owner, identifier, opts)
3420
+
3421
+ Create a Debian upstream config for this repository.
3422
+
3423
+ Create a Debian upstream config for this repository.
3424
+
3425
+ ### Example
3426
+ ```ruby
3427
+ # load the gem
3428
+ require 'cloudsmith-api'
3429
+ # setup authorization
3430
+ CloudsmithApi.configure do |config|
3431
+ # Configure API key authorization: apikey
3432
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3433
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3434
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3435
+
3436
+ # Configure HTTP basic authorization: basic
3437
+ config.username = 'YOUR USERNAME'
3438
+ config.password = 'YOUR PASSWORD'
3439
+ end
3440
+
3441
+ api_instance = CloudsmithApi::ReposApi.new
3442
+
3443
+ owner = 'owner_example' # String |
3444
+
3445
+ identifier = 'identifier_example' # String |
3446
+
3447
+ opts = {
3448
+ data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
3449
+ }
3450
+
3451
+ begin
3452
+ #Create a Debian upstream config for this repository.
3453
+ result = api_instance.repos_upstream_deb_create(owner, identifier, opts)
3454
+ p result
3455
+ rescue CloudsmithApi::ApiError => e
3456
+ puts "Exception when calling ReposApi->repos_upstream_deb_create: #{e}"
3457
+ end
3458
+ ```
3459
+
3460
+ ### Parameters
3461
+
3462
+ Name | Type | Description | Notes
3463
+ ------------- | ------------- | ------------- | -------------
3464
+ **owner** | **String**| |
3465
+ **identifier** | **String**| |
3466
+ **data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
3467
+
3468
+ ### Return type
3469
+
3470
+ [**DebUpstream**](DebUpstream.md)
3471
+
3472
+ ### Authorization
3473
+
3474
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3475
+
3476
+ ### HTTP request headers
3477
+
3478
+ - **Content-Type**: application/json
3479
+ - **Accept**: application/json
3480
+
3481
+
3482
+
3483
+ # **repos_upstream_deb_delete**
3484
+ > repos_upstream_deb_delete(owner, identifier, slug_perm)
3485
+
3486
+ Delete a Debian upstream config for this repository.
3487
+
3488
+ Delete a Debian upstream config for this repository.
3489
+
3490
+ ### Example
3491
+ ```ruby
3492
+ # load the gem
3493
+ require 'cloudsmith-api'
3494
+ # setup authorization
3495
+ CloudsmithApi.configure do |config|
3496
+ # Configure API key authorization: apikey
3497
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3498
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3499
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3500
+
3501
+ # Configure HTTP basic authorization: basic
3502
+ config.username = 'YOUR USERNAME'
3503
+ config.password = 'YOUR PASSWORD'
3504
+ end
3505
+
3506
+ api_instance = CloudsmithApi::ReposApi.new
3507
+
3508
+ owner = 'owner_example' # String |
3509
+
3510
+ identifier = 'identifier_example' # String |
3511
+
3512
+ slug_perm = 'slug_perm_example' # String |
3513
+
3514
+
3515
+ begin
3516
+ #Delete a Debian upstream config for this repository.
3517
+ api_instance.repos_upstream_deb_delete(owner, identifier, slug_perm)
3518
+ rescue CloudsmithApi::ApiError => e
3519
+ puts "Exception when calling ReposApi->repos_upstream_deb_delete: #{e}"
3520
+ end
3521
+ ```
3522
+
3523
+ ### Parameters
3524
+
3525
+ Name | Type | Description | Notes
3526
+ ------------- | ------------- | ------------- | -------------
3527
+ **owner** | **String**| |
3528
+ **identifier** | **String**| |
3529
+ **slug_perm** | **String**| |
3530
+
3531
+ ### Return type
3532
+
3533
+ nil (empty response body)
3534
+
3535
+ ### Authorization
3536
+
3537
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3538
+
3539
+ ### HTTP request headers
3540
+
3541
+ - **Content-Type**: application/json
3542
+ - **Accept**: application/json
3543
+
3544
+
3545
+
3546
+ # **repos_upstream_deb_list**
3547
+ > Array<DebUpstream> repos_upstream_deb_list(owner, identifier, opts)
3548
+
3549
+ List Debian upstream configs for this repository.
3550
+
3551
+ List Debian upstream configs for this repository.
3552
+
3553
+ ### Example
3554
+ ```ruby
3555
+ # load the gem
3556
+ require 'cloudsmith-api'
3557
+ # setup authorization
3558
+ CloudsmithApi.configure do |config|
3559
+ # Configure API key authorization: apikey
3560
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3561
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3562
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3563
+
3564
+ # Configure HTTP basic authorization: basic
3565
+ config.username = 'YOUR USERNAME'
3566
+ config.password = 'YOUR PASSWORD'
3567
+ end
3568
+
3569
+ api_instance = CloudsmithApi::ReposApi.new
3570
+
3571
+ owner = 'owner_example' # String |
3572
+
3573
+ identifier = 'identifier_example' # String |
3574
+
3575
+ opts = {
3576
+ page: 56, # Integer | A page number within the paginated result set.
3577
+ page_size: 56 # Integer | Number of results to return per page.
3578
+ }
3579
+
3580
+ begin
3581
+ #List Debian upstream configs for this repository.
3582
+ result = api_instance.repos_upstream_deb_list(owner, identifier, opts)
3583
+ p result
3584
+ rescue CloudsmithApi::ApiError => e
3585
+ puts "Exception when calling ReposApi->repos_upstream_deb_list: #{e}"
3586
+ end
3587
+ ```
3588
+
3589
+ ### Parameters
3590
+
3591
+ Name | Type | Description | Notes
3592
+ ------------- | ------------- | ------------- | -------------
3593
+ **owner** | **String**| |
3594
+ **identifier** | **String**| |
3595
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
3596
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
3597
+
3598
+ ### Return type
3599
+
3600
+ [**Array<DebUpstream>**](DebUpstream.md)
3601
+
3602
+ ### Authorization
3603
+
3604
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3605
+
3606
+ ### HTTP request headers
3607
+
3608
+ - **Content-Type**: application/json
3609
+ - **Accept**: application/json
3610
+
3611
+
3612
+
3613
+ # **repos_upstream_deb_partial_update**
3614
+ > DebUpstream repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
3615
+
3616
+ Partially update a Debian upstream config for this repository.
3617
+
3618
+ Partially update a Debian upstream config for this repository.
3619
+
3620
+ ### Example
3621
+ ```ruby
3622
+ # load the gem
3623
+ require 'cloudsmith-api'
3624
+ # setup authorization
3625
+ CloudsmithApi.configure do |config|
3626
+ # Configure API key authorization: apikey
3627
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3628
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3629
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3630
+
3631
+ # Configure HTTP basic authorization: basic
3632
+ config.username = 'YOUR USERNAME'
3633
+ config.password = 'YOUR PASSWORD'
3634
+ end
3635
+
3636
+ api_instance = CloudsmithApi::ReposApi.new
3637
+
3638
+ owner = 'owner_example' # String |
3639
+
3640
+ identifier = 'identifier_example' # String |
3641
+
3642
+ slug_perm = 'slug_perm_example' # String |
3643
+
3644
+ opts = {
3645
+ data: CloudsmithApi::DebUpstreamRequestPatch.new # DebUpstreamRequestPatch |
3646
+ }
3647
+
3648
+ begin
3649
+ #Partially update a Debian upstream config for this repository.
3650
+ result = api_instance.repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
3651
+ p result
3652
+ rescue CloudsmithApi::ApiError => e
3653
+ puts "Exception when calling ReposApi->repos_upstream_deb_partial_update: #{e}"
3654
+ end
3655
+ ```
3656
+
3657
+ ### Parameters
3658
+
3659
+ Name | Type | Description | Notes
3660
+ ------------- | ------------- | ------------- | -------------
3661
+ **owner** | **String**| |
3662
+ **identifier** | **String**| |
3663
+ **slug_perm** | **String**| |
3664
+ **data** | [**DebUpstreamRequestPatch**](DebUpstreamRequestPatch.md)| | [optional]
3665
+
3666
+ ### Return type
3667
+
3668
+ [**DebUpstream**](DebUpstream.md)
3669
+
3670
+ ### Authorization
3671
+
3672
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3673
+
3674
+ ### HTTP request headers
3675
+
3676
+ - **Content-Type**: application/json
3677
+ - **Accept**: application/json
3678
+
3679
+
3680
+
3681
+ # **repos_upstream_deb_read**
3682
+ > DebUpstream repos_upstream_deb_read(owner, identifier, slug_perm)
3683
+
3684
+ Retrieve a Debian upstream config for this repository.
3685
+
3686
+ Retrieve a Debian upstream config for this repository.
3687
+
3688
+ ### Example
3689
+ ```ruby
3690
+ # load the gem
3691
+ require 'cloudsmith-api'
3692
+ # setup authorization
3693
+ CloudsmithApi.configure do |config|
3694
+ # Configure API key authorization: apikey
3695
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3696
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3697
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3698
+
3699
+ # Configure HTTP basic authorization: basic
3700
+ config.username = 'YOUR USERNAME'
3701
+ config.password = 'YOUR PASSWORD'
3702
+ end
3703
+
3704
+ api_instance = CloudsmithApi::ReposApi.new
3705
+
3706
+ owner = 'owner_example' # String |
3707
+
3708
+ identifier = 'identifier_example' # String |
3709
+
3710
+ slug_perm = 'slug_perm_example' # String |
3711
+
3712
+
3713
+ begin
3714
+ #Retrieve a Debian upstream config for this repository.
3715
+ result = api_instance.repos_upstream_deb_read(owner, identifier, slug_perm)
3716
+ p result
3717
+ rescue CloudsmithApi::ApiError => e
3718
+ puts "Exception when calling ReposApi->repos_upstream_deb_read: #{e}"
2984
3719
  end
2985
3720
  ```
2986
3721
 
@@ -2991,11 +3726,10 @@ Name | Type | Description | Notes
2991
3726
  **owner** | **String**| |
2992
3727
  **identifier** | **String**| |
2993
3728
  **slug_perm** | **String**| |
2994
- **data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
2995
3729
 
2996
3730
  ### Return type
2997
3731
 
2998
- [**DartUpstream**](DartUpstream.md)
3732
+ [**DebUpstream**](DebUpstream.md)
2999
3733
 
3000
3734
  ### Authorization
3001
3735
 
@@ -3008,12 +3742,12 @@ Name | Type | Description | Notes
3008
3742
 
3009
3743
 
3010
3744
 
3011
- # **repos_upstream_deb_create**
3012
- > DebUpstream repos_upstream_deb_create(owner, identifier, opts)
3745
+ # **repos_upstream_deb_update**
3746
+ > DebUpstream repos_upstream_deb_update(owner, identifier, slug_perm, opts)
3013
3747
 
3014
- Create a Debian upstream config for this repository.
3748
+ Update a Debian upstream config for this repository.
3015
3749
 
3016
- Create a Debian upstream config for this repository.
3750
+ Update a Debian upstream config for this repository.
3017
3751
 
3018
3752
  ### Example
3019
3753
  ```ruby
@@ -3037,16 +3771,18 @@ owner = 'owner_example' # String |
3037
3771
 
3038
3772
  identifier = 'identifier_example' # String |
3039
3773
 
3774
+ slug_perm = 'slug_perm_example' # String |
3775
+
3040
3776
  opts = {
3041
3777
  data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
3042
3778
  }
3043
3779
 
3044
3780
  begin
3045
- #Create a Debian upstream config for this repository.
3046
- result = api_instance.repos_upstream_deb_create(owner, identifier, opts)
3781
+ #Update a Debian upstream config for this repository.
3782
+ result = api_instance.repos_upstream_deb_update(owner, identifier, slug_perm, opts)
3047
3783
  p result
3048
3784
  rescue CloudsmithApi::ApiError => e
3049
- puts "Exception when calling ReposApi->repos_upstream_deb_create: #{e}"
3785
+ puts "Exception when calling ReposApi->repos_upstream_deb_update: #{e}"
3050
3786
  end
3051
3787
  ```
3052
3788
 
@@ -3056,6 +3792,7 @@ Name | Type | Description | Notes
3056
3792
  ------------- | ------------- | ------------- | -------------
3057
3793
  **owner** | **String**| |
3058
3794
  **identifier** | **String**| |
3795
+ **slug_perm** | **String**| |
3059
3796
  **data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
3060
3797
 
3061
3798
  ### Return type
@@ -3073,12 +3810,77 @@ Name | Type | Description | Notes
3073
3810
 
3074
3811
 
3075
3812
 
3076
- # **repos_upstream_deb_delete**
3077
- > repos_upstream_deb_delete(owner, identifier, slug_perm)
3813
+ # **repos_upstream_docker_create**
3814
+ > DockerUpstream repos_upstream_docker_create(owner, identifier, opts)
3078
3815
 
3079
- Delete a Debian upstream config for this repository.
3816
+ Create a Docker upstream config for this repository.
3080
3817
 
3081
- Delete a Debian upstream config for this repository.
3818
+ Create a Docker upstream config for this repository.
3819
+
3820
+ ### Example
3821
+ ```ruby
3822
+ # load the gem
3823
+ require 'cloudsmith-api'
3824
+ # setup authorization
3825
+ CloudsmithApi.configure do |config|
3826
+ # Configure API key authorization: apikey
3827
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3828
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3829
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3830
+
3831
+ # Configure HTTP basic authorization: basic
3832
+ config.username = 'YOUR USERNAME'
3833
+ config.password = 'YOUR PASSWORD'
3834
+ end
3835
+
3836
+ api_instance = CloudsmithApi::ReposApi.new
3837
+
3838
+ owner = 'owner_example' # String |
3839
+
3840
+ identifier = 'identifier_example' # String |
3841
+
3842
+ opts = {
3843
+ data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
3844
+ }
3845
+
3846
+ begin
3847
+ #Create a Docker upstream config for this repository.
3848
+ result = api_instance.repos_upstream_docker_create(owner, identifier, opts)
3849
+ p result
3850
+ rescue CloudsmithApi::ApiError => e
3851
+ puts "Exception when calling ReposApi->repos_upstream_docker_create: #{e}"
3852
+ end
3853
+ ```
3854
+
3855
+ ### Parameters
3856
+
3857
+ Name | Type | Description | Notes
3858
+ ------------- | ------------- | ------------- | -------------
3859
+ **owner** | **String**| |
3860
+ **identifier** | **String**| |
3861
+ **data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
3862
+
3863
+ ### Return type
3864
+
3865
+ [**DockerUpstream**](DockerUpstream.md)
3866
+
3867
+ ### Authorization
3868
+
3869
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
3870
+
3871
+ ### HTTP request headers
3872
+
3873
+ - **Content-Type**: application/json
3874
+ - **Accept**: application/json
3875
+
3876
+
3877
+
3878
+ # **repos_upstream_docker_delete**
3879
+ > repos_upstream_docker_delete(owner, identifier, slug_perm)
3880
+
3881
+ Delete a Docker upstream config for this repository.
3882
+
3883
+ Delete a Docker upstream config for this repository.
3082
3884
 
3083
3885
  ### Example
3084
3886
  ```ruby
@@ -3106,10 +3908,10 @@ slug_perm = 'slug_perm_example' # String |
3106
3908
 
3107
3909
 
3108
3910
  begin
3109
- #Delete a Debian upstream config for this repository.
3110
- api_instance.repos_upstream_deb_delete(owner, identifier, slug_perm)
3911
+ #Delete a Docker upstream config for this repository.
3912
+ api_instance.repos_upstream_docker_delete(owner, identifier, slug_perm)
3111
3913
  rescue CloudsmithApi::ApiError => e
3112
- puts "Exception when calling ReposApi->repos_upstream_deb_delete: #{e}"
3914
+ puts "Exception when calling ReposApi->repos_upstream_docker_delete: #{e}"
3113
3915
  end
3114
3916
  ```
3115
3917
 
@@ -3136,12 +3938,12 @@ nil (empty response body)
3136
3938
 
3137
3939
 
3138
3940
 
3139
- # **repos_upstream_deb_list**
3140
- > Array<DebUpstream> repos_upstream_deb_list(owner, identifier, opts)
3941
+ # **repos_upstream_docker_list**
3942
+ > Array<DockerUpstream> repos_upstream_docker_list(owner, identifier, opts)
3141
3943
 
3142
- List Debian upstream configs for this repository.
3944
+ List Docker upstream configs for this repository.
3143
3945
 
3144
- List Debian upstream configs for this repository.
3946
+ List Docker upstream configs for this repository.
3145
3947
 
3146
3948
  ### Example
3147
3949
  ```ruby
@@ -3171,11 +3973,11 @@ opts = {
3171
3973
  }
3172
3974
 
3173
3975
  begin
3174
- #List Debian upstream configs for this repository.
3175
- result = api_instance.repos_upstream_deb_list(owner, identifier, opts)
3976
+ #List Docker upstream configs for this repository.
3977
+ result = api_instance.repos_upstream_docker_list(owner, identifier, opts)
3176
3978
  p result
3177
3979
  rescue CloudsmithApi::ApiError => e
3178
- puts "Exception when calling ReposApi->repos_upstream_deb_list: #{e}"
3980
+ puts "Exception when calling ReposApi->repos_upstream_docker_list: #{e}"
3179
3981
  end
3180
3982
  ```
3181
3983
 
@@ -3190,7 +3992,7 @@ Name | Type | Description | Notes
3190
3992
 
3191
3993
  ### Return type
3192
3994
 
3193
- [**Array<DebUpstream>**](DebUpstream.md)
3995
+ [**Array<DockerUpstream>**](DockerUpstream.md)
3194
3996
 
3195
3997
  ### Authorization
3196
3998
 
@@ -3203,12 +4005,12 @@ Name | Type | Description | Notes
3203
4005
 
3204
4006
 
3205
4007
 
3206
- # **repos_upstream_deb_partial_update**
3207
- > DebUpstream repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
4008
+ # **repos_upstream_docker_partial_update**
4009
+ > DockerUpstream repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
3208
4010
 
3209
- Partially update a Debian upstream config for this repository.
4011
+ Partially update a Docker upstream config for this repository.
3210
4012
 
3211
- Partially update a Debian upstream config for this repository.
4013
+ Partially update a Docker upstream config for this repository.
3212
4014
 
3213
4015
  ### Example
3214
4016
  ```ruby
@@ -3235,15 +4037,15 @@ identifier = 'identifier_example' # String |
3235
4037
  slug_perm = 'slug_perm_example' # String |
3236
4038
 
3237
4039
  opts = {
3238
- data: CloudsmithApi::DebUpstreamRequestPatch.new # DebUpstreamRequestPatch |
4040
+ data: CloudsmithApi::DockerUpstreamRequestPatch.new # DockerUpstreamRequestPatch |
3239
4041
  }
3240
4042
 
3241
4043
  begin
3242
- #Partially update a Debian upstream config for this repository.
3243
- result = api_instance.repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
4044
+ #Partially update a Docker upstream config for this repository.
4045
+ result = api_instance.repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
3244
4046
  p result
3245
4047
  rescue CloudsmithApi::ApiError => e
3246
- puts "Exception when calling ReposApi->repos_upstream_deb_partial_update: #{e}"
4048
+ puts "Exception when calling ReposApi->repos_upstream_docker_partial_update: #{e}"
3247
4049
  end
3248
4050
  ```
3249
4051
 
@@ -3254,11 +4056,11 @@ Name | Type | Description | Notes
3254
4056
  **owner** | **String**| |
3255
4057
  **identifier** | **String**| |
3256
4058
  **slug_perm** | **String**| |
3257
- **data** | [**DebUpstreamRequestPatch**](DebUpstreamRequestPatch.md)| | [optional]
4059
+ **data** | [**DockerUpstreamRequestPatch**](DockerUpstreamRequestPatch.md)| | [optional]
3258
4060
 
3259
4061
  ### Return type
3260
4062
 
3261
- [**DebUpstream**](DebUpstream.md)
4063
+ [**DockerUpstream**](DockerUpstream.md)
3262
4064
 
3263
4065
  ### Authorization
3264
4066
 
@@ -3271,12 +4073,12 @@ Name | Type | Description | Notes
3271
4073
 
3272
4074
 
3273
4075
 
3274
- # **repos_upstream_deb_read**
3275
- > DebUpstream repos_upstream_deb_read(owner, identifier, slug_perm)
4076
+ # **repos_upstream_docker_read**
4077
+ > DockerUpstream repos_upstream_docker_read(owner, identifier, slug_perm)
3276
4078
 
3277
- Retrieve a Debian upstream config for this repository.
4079
+ Retrieve a Docker upstream config for this repository.
3278
4080
 
3279
- Retrieve a Debian upstream config for this repository.
4081
+ Retrieve a Docker upstream config for this repository.
3280
4082
 
3281
4083
  ### Example
3282
4084
  ```ruby
@@ -3304,11 +4106,11 @@ slug_perm = 'slug_perm_example' # String |
3304
4106
 
3305
4107
 
3306
4108
  begin
3307
- #Retrieve a Debian upstream config for this repository.
3308
- result = api_instance.repos_upstream_deb_read(owner, identifier, slug_perm)
4109
+ #Retrieve a Docker upstream config for this repository.
4110
+ result = api_instance.repos_upstream_docker_read(owner, identifier, slug_perm)
3309
4111
  p result
3310
4112
  rescue CloudsmithApi::ApiError => e
3311
- puts "Exception when calling ReposApi->repos_upstream_deb_read: #{e}"
4113
+ puts "Exception when calling ReposApi->repos_upstream_docker_read: #{e}"
3312
4114
  end
3313
4115
  ```
3314
4116
 
@@ -3322,7 +4124,7 @@ Name | Type | Description | Notes
3322
4124
 
3323
4125
  ### Return type
3324
4126
 
3325
- [**DebUpstream**](DebUpstream.md)
4127
+ [**DockerUpstream**](DockerUpstream.md)
3326
4128
 
3327
4129
  ### Authorization
3328
4130
 
@@ -3335,12 +4137,12 @@ Name | Type | Description | Notes
3335
4137
 
3336
4138
 
3337
4139
 
3338
- # **repos_upstream_deb_update**
3339
- > DebUpstream repos_upstream_deb_update(owner, identifier, slug_perm, opts)
4140
+ # **repos_upstream_docker_update**
4141
+ > DockerUpstream repos_upstream_docker_update(owner, identifier, slug_perm, opts)
3340
4142
 
3341
- Update a Debian upstream config for this repository.
4143
+ Update a Docker upstream config for this repository.
3342
4144
 
3343
- Update a Debian upstream config for this repository.
4145
+ Update a Docker upstream config for this repository.
3344
4146
 
3345
4147
  ### Example
3346
4148
  ```ruby
@@ -3367,15 +4169,15 @@ identifier = 'identifier_example' # String |
3367
4169
  slug_perm = 'slug_perm_example' # String |
3368
4170
 
3369
4171
  opts = {
3370
- data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
4172
+ data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
3371
4173
  }
3372
4174
 
3373
4175
  begin
3374
- #Update a Debian upstream config for this repository.
3375
- result = api_instance.repos_upstream_deb_update(owner, identifier, slug_perm, opts)
4176
+ #Update a Docker upstream config for this repository.
4177
+ result = api_instance.repos_upstream_docker_update(owner, identifier, slug_perm, opts)
3376
4178
  p result
3377
4179
  rescue CloudsmithApi::ApiError => e
3378
- puts "Exception when calling ReposApi->repos_upstream_deb_update: #{e}"
4180
+ puts "Exception when calling ReposApi->repos_upstream_docker_update: #{e}"
3379
4181
  end
3380
4182
  ```
3381
4183
 
@@ -3386,11 +4188,11 @@ Name | Type | Description | Notes
3386
4188
  **owner** | **String**| |
3387
4189
  **identifier** | **String**| |
3388
4190
  **slug_perm** | **String**| |
3389
- **data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
4191
+ **data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
3390
4192
 
3391
4193
  ### Return type
3392
4194
 
3393
- [**DebUpstream**](DebUpstream.md)
4195
+ [**DockerUpstream**](DockerUpstream.md)
3394
4196
 
3395
4197
  ### Authorization
3396
4198
 
@@ -3403,12 +4205,12 @@ Name | Type | Description | Notes
3403
4205
 
3404
4206
 
3405
4207
 
3406
- # **repos_upstream_docker_create**
3407
- > DockerUpstream repos_upstream_docker_create(owner, identifier, opts)
4208
+ # **repos_upstream_go_create**
4209
+ > GoUpstream repos_upstream_go_create(owner, identifier, opts)
3408
4210
 
3409
- Create a Docker upstream config for this repository.
4211
+ Create a Go upstream config for this repository.
3410
4212
 
3411
- Create a Docker upstream config for this repository.
4213
+ Create a Go upstream config for this repository.
3412
4214
 
3413
4215
  ### Example
3414
4216
  ```ruby
@@ -3433,15 +4235,15 @@ owner = 'owner_example' # String |
3433
4235
  identifier = 'identifier_example' # String |
3434
4236
 
3435
4237
  opts = {
3436
- data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
4238
+ data: CloudsmithApi::GoUpstreamRequest.new # GoUpstreamRequest |
3437
4239
  }
3438
4240
 
3439
4241
  begin
3440
- #Create a Docker upstream config for this repository.
3441
- result = api_instance.repos_upstream_docker_create(owner, identifier, opts)
4242
+ #Create a Go upstream config for this repository.
4243
+ result = api_instance.repos_upstream_go_create(owner, identifier, opts)
3442
4244
  p result
3443
4245
  rescue CloudsmithApi::ApiError => e
3444
- puts "Exception when calling ReposApi->repos_upstream_docker_create: #{e}"
4246
+ puts "Exception when calling ReposApi->repos_upstream_go_create: #{e}"
3445
4247
  end
3446
4248
  ```
3447
4249
 
@@ -3451,11 +4253,11 @@ Name | Type | Description | Notes
3451
4253
  ------------- | ------------- | ------------- | -------------
3452
4254
  **owner** | **String**| |
3453
4255
  **identifier** | **String**| |
3454
- **data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
4256
+ **data** | [**GoUpstreamRequest**](GoUpstreamRequest.md)| | [optional]
3455
4257
 
3456
4258
  ### Return type
3457
4259
 
3458
- [**DockerUpstream**](DockerUpstream.md)
4260
+ [**GoUpstream**](GoUpstream.md)
3459
4261
 
3460
4262
  ### Authorization
3461
4263
 
@@ -3468,12 +4270,12 @@ Name | Type | Description | Notes
3468
4270
 
3469
4271
 
3470
4272
 
3471
- # **repos_upstream_docker_delete**
3472
- > repos_upstream_docker_delete(owner, identifier, slug_perm)
4273
+ # **repos_upstream_go_delete**
4274
+ > repos_upstream_go_delete(owner, identifier, slug_perm)
3473
4275
 
3474
- Delete a Docker upstream config for this repository.
4276
+ Delete a Go upstream config for this repository.
3475
4277
 
3476
- Delete a Docker upstream config for this repository.
4278
+ Delete a Go upstream config for this repository.
3477
4279
 
3478
4280
  ### Example
3479
4281
  ```ruby
@@ -3501,10 +4303,10 @@ slug_perm = 'slug_perm_example' # String |
3501
4303
 
3502
4304
 
3503
4305
  begin
3504
- #Delete a Docker upstream config for this repository.
3505
- api_instance.repos_upstream_docker_delete(owner, identifier, slug_perm)
4306
+ #Delete a Go upstream config for this repository.
4307
+ api_instance.repos_upstream_go_delete(owner, identifier, slug_perm)
3506
4308
  rescue CloudsmithApi::ApiError => e
3507
- puts "Exception when calling ReposApi->repos_upstream_docker_delete: #{e}"
4309
+ puts "Exception when calling ReposApi->repos_upstream_go_delete: #{e}"
3508
4310
  end
3509
4311
  ```
3510
4312
 
@@ -3531,12 +4333,12 @@ nil (empty response body)
3531
4333
 
3532
4334
 
3533
4335
 
3534
- # **repos_upstream_docker_list**
3535
- > Array<DockerUpstream> repos_upstream_docker_list(owner, identifier, opts)
4336
+ # **repos_upstream_go_list**
4337
+ > Array<GoUpstream> repos_upstream_go_list(owner, identifier, opts)
3536
4338
 
3537
- List Docker upstream configs for this repository.
4339
+ List Go upstream configs for this repository.
3538
4340
 
3539
- List Docker upstream configs for this repository.
4341
+ List Go upstream configs for this repository.
3540
4342
 
3541
4343
  ### Example
3542
4344
  ```ruby
@@ -3566,11 +4368,11 @@ opts = {
3566
4368
  }
3567
4369
 
3568
4370
  begin
3569
- #List Docker upstream configs for this repository.
3570
- result = api_instance.repos_upstream_docker_list(owner, identifier, opts)
4371
+ #List Go upstream configs for this repository.
4372
+ result = api_instance.repos_upstream_go_list(owner, identifier, opts)
3571
4373
  p result
3572
4374
  rescue CloudsmithApi::ApiError => e
3573
- puts "Exception when calling ReposApi->repos_upstream_docker_list: #{e}"
4375
+ puts "Exception when calling ReposApi->repos_upstream_go_list: #{e}"
3574
4376
  end
3575
4377
  ```
3576
4378
 
@@ -3585,7 +4387,7 @@ Name | Type | Description | Notes
3585
4387
 
3586
4388
  ### Return type
3587
4389
 
3588
- [**Array<DockerUpstream>**](DockerUpstream.md)
4390
+ [**Array<GoUpstream>**](GoUpstream.md)
3589
4391
 
3590
4392
  ### Authorization
3591
4393
 
@@ -3598,12 +4400,12 @@ Name | Type | Description | Notes
3598
4400
 
3599
4401
 
3600
4402
 
3601
- # **repos_upstream_docker_partial_update**
3602
- > DockerUpstream repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
4403
+ # **repos_upstream_go_partial_update**
4404
+ > GoUpstream repos_upstream_go_partial_update(owner, identifier, slug_perm, opts)
3603
4405
 
3604
- Partially update a Docker upstream config for this repository.
4406
+ Partially update a Go upstream config for this repository.
3605
4407
 
3606
- Partially update a Docker upstream config for this repository.
4408
+ Partially update a Go upstream config for this repository.
3607
4409
 
3608
4410
  ### Example
3609
4411
  ```ruby
@@ -3630,15 +4432,15 @@ identifier = 'identifier_example' # String |
3630
4432
  slug_perm = 'slug_perm_example' # String |
3631
4433
 
3632
4434
  opts = {
3633
- data: CloudsmithApi::DockerUpstreamRequestPatch.new # DockerUpstreamRequestPatch |
4435
+ data: CloudsmithApi::GoUpstreamRequestPatch.new # GoUpstreamRequestPatch |
3634
4436
  }
3635
4437
 
3636
4438
  begin
3637
- #Partially update a Docker upstream config for this repository.
3638
- result = api_instance.repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
4439
+ #Partially update a Go upstream config for this repository.
4440
+ result = api_instance.repos_upstream_go_partial_update(owner, identifier, slug_perm, opts)
3639
4441
  p result
3640
4442
  rescue CloudsmithApi::ApiError => e
3641
- puts "Exception when calling ReposApi->repos_upstream_docker_partial_update: #{e}"
4443
+ puts "Exception when calling ReposApi->repos_upstream_go_partial_update: #{e}"
3642
4444
  end
3643
4445
  ```
3644
4446
 
@@ -3649,11 +4451,11 @@ Name | Type | Description | Notes
3649
4451
  **owner** | **String**| |
3650
4452
  **identifier** | **String**| |
3651
4453
  **slug_perm** | **String**| |
3652
- **data** | [**DockerUpstreamRequestPatch**](DockerUpstreamRequestPatch.md)| | [optional]
4454
+ **data** | [**GoUpstreamRequestPatch**](GoUpstreamRequestPatch.md)| | [optional]
3653
4455
 
3654
4456
  ### Return type
3655
4457
 
3656
- [**DockerUpstream**](DockerUpstream.md)
4458
+ [**GoUpstream**](GoUpstream.md)
3657
4459
 
3658
4460
  ### Authorization
3659
4461
 
@@ -3666,12 +4468,12 @@ Name | Type | Description | Notes
3666
4468
 
3667
4469
 
3668
4470
 
3669
- # **repos_upstream_docker_read**
3670
- > DockerUpstream repos_upstream_docker_read(owner, identifier, slug_perm)
4471
+ # **repos_upstream_go_read**
4472
+ > GoUpstream repos_upstream_go_read(owner, identifier, slug_perm)
3671
4473
 
3672
- Retrieve a Docker upstream config for this repository.
4474
+ Retrieve a Go upstream config for this repository.
3673
4475
 
3674
- Retrieve a Docker upstream config for this repository.
4476
+ Retrieve a Go upstream config for this repository.
3675
4477
 
3676
4478
  ### Example
3677
4479
  ```ruby
@@ -3699,11 +4501,11 @@ slug_perm = 'slug_perm_example' # String |
3699
4501
 
3700
4502
 
3701
4503
  begin
3702
- #Retrieve a Docker upstream config for this repository.
3703
- result = api_instance.repos_upstream_docker_read(owner, identifier, slug_perm)
4504
+ #Retrieve a Go upstream config for this repository.
4505
+ result = api_instance.repos_upstream_go_read(owner, identifier, slug_perm)
3704
4506
  p result
3705
4507
  rescue CloudsmithApi::ApiError => e
3706
- puts "Exception when calling ReposApi->repos_upstream_docker_read: #{e}"
4508
+ puts "Exception when calling ReposApi->repos_upstream_go_read: #{e}"
3707
4509
  end
3708
4510
  ```
3709
4511
 
@@ -3717,7 +4519,7 @@ Name | Type | Description | Notes
3717
4519
 
3718
4520
  ### Return type
3719
4521
 
3720
- [**DockerUpstream**](DockerUpstream.md)
4522
+ [**GoUpstream**](GoUpstream.md)
3721
4523
 
3722
4524
  ### Authorization
3723
4525
 
@@ -3730,12 +4532,12 @@ Name | Type | Description | Notes
3730
4532
 
3731
4533
 
3732
4534
 
3733
- # **repos_upstream_docker_update**
3734
- > DockerUpstream repos_upstream_docker_update(owner, identifier, slug_perm, opts)
4535
+ # **repos_upstream_go_update**
4536
+ > GoUpstream repos_upstream_go_update(owner, identifier, slug_perm, opts)
3735
4537
 
3736
- Update a Docker upstream config for this repository.
4538
+ Update a Go upstream config for this repository.
3737
4539
 
3738
- Update a Docker upstream config for this repository.
4540
+ Update a Go upstream config for this repository.
3739
4541
 
3740
4542
  ### Example
3741
4543
  ```ruby
@@ -3762,15 +4564,15 @@ identifier = 'identifier_example' # String |
3762
4564
  slug_perm = 'slug_perm_example' # String |
3763
4565
 
3764
4566
  opts = {
3765
- data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
4567
+ data: CloudsmithApi::GoUpstreamRequest.new # GoUpstreamRequest |
3766
4568
  }
3767
4569
 
3768
4570
  begin
3769
- #Update a Docker upstream config for this repository.
3770
- result = api_instance.repos_upstream_docker_update(owner, identifier, slug_perm, opts)
4571
+ #Update a Go upstream config for this repository.
4572
+ result = api_instance.repos_upstream_go_update(owner, identifier, slug_perm, opts)
3771
4573
  p result
3772
4574
  rescue CloudsmithApi::ApiError => e
3773
- puts "Exception when calling ReposApi->repos_upstream_docker_update: #{e}"
4575
+ puts "Exception when calling ReposApi->repos_upstream_go_update: #{e}"
3774
4576
  end
3775
4577
  ```
3776
4578
 
@@ -3781,11 +4583,11 @@ Name | Type | Description | Notes
3781
4583
  **owner** | **String**| |
3782
4584
  **identifier** | **String**| |
3783
4585
  **slug_perm** | **String**| |
3784
- **data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
4586
+ **data** | [**GoUpstreamRequest**](GoUpstreamRequest.md)| | [optional]
3785
4587
 
3786
4588
  ### Return type
3787
4589
 
3788
- [**DockerUpstream**](DockerUpstream.md)
4590
+ [**GoUpstream**](GoUpstream.md)
3789
4591
 
3790
4592
  ### Authorization
3791
4593