cloudsmith-api 2.0.10 → 2.0.12
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/README.md +13 -4
- data/build.json +1 -1
- data/docs/ReposApi.md +377 -0
- data/docs/StatusBasic.md +1 -1
- data/docs/SwiftPackageUpload.md +7 -2
- data/docs/SwiftPackageUploadRequest.md +7 -0
- data/docs/SwiftUpstream.md +23 -0
- data/docs/SwiftUpstreamRequest.md +20 -0
- data/docs/SwiftUpstreamRequestPatch.md +20 -0
- data/lib/cloudsmith-api/api/repos_api.rb +395 -0
- data/lib/cloudsmith-api/models/status_basic.rb +1 -1
- data/lib/cloudsmith-api/models/swift_package_upload.rb +62 -1
- data/lib/cloudsmith-api/models/swift_package_upload_request.rb +81 -1
- data/lib/cloudsmith-api/models/swift_upstream.rb +393 -0
- data/lib/cloudsmith-api/models/swift_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/swift_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/version.rb +1 -1
- data/lib/cloudsmith-api.rb +3 -0
- data/spec/api/repos_api_spec.rb +87 -0
- data/spec/models/swift_package_upload_request_spec.rb +42 -0
- data/spec/models/swift_package_upload_spec.rb +30 -0
- data/spec/models/swift_upstream_request_patch_spec.rb +121 -0
- data/spec/models/swift_upstream_request_spec.rb +121 -0
- data/spec/models/swift_upstream_spec.rb +139 -0
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.7.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/json-2.7.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/public_suffix-5.0.5.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.21/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/gem_make.out +6 -6
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/mkmf.log +10 -10
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.7.1 → json-2.7.2}/gem_make.out +5 -5
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.7.1 → json-2.7.2}/mkmf.log +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/bigdecimal.c +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/missing.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/README.md +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/generator/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/generator/generator.c +36 -6
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/parser.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/ostruct.rb +5 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/common.rb +2 -1
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/generic_object.rb +6 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/CHANGELOG.md +7 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/LICENSE.txt +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/README.md +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/data/list.txt +239 -80
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/lib/public_suffix/domain.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/lib/public_suffix/errors.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/lib/public_suffix/list.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/lib/public_suffix/rule.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/lib/public_suffix/version.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/lib/public_suffix.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/Changelog.md +9 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/caller_filter.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/specifications/{bigdecimal-3.1.6.gemspec → bigdecimal-3.1.7.gemspec} +3 -3
- data/vendor/bundle/ruby/2.6.0/specifications/{json-2.7.1.gemspec → json-2.7.2.gemspec} +0 -0
- data/vendor/bundle/ruby/2.6.0/specifications/{public_suffix-5.0.4.gemspec → public_suffix-5.0.5.gemspec} +4 -4
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.13.0.gemspec → rspec-support-3.13.1.gemspec} +5 -5
- metadata +154 -142
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/json-2.7.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/public_suffix-5.0.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/ext/parser.so +0 -0
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.7.1 → json-2.7.2}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/bigdecimal.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/bigdecimal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/bits.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/feature.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/missing/dtoa.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/missing.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/missing.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/static_assert.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal/jacobian.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal/ludcmp.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal/math.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal/newton.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/sample/linear.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/sample/nlsolve.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/sample/pi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/CHANGES.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/fbuffer/fbuffer.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/generator/depend +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/generator/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/generator/generator.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/depend +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/parser.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/parser.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/parser.rl +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/json.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/bigdecimal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/complex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/core.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/date.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/date_time.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/exception.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/range.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/rational.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/regexp.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/set.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/struct.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/symbol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/time.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/ext.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/pure/generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/pure/parser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/pure.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/2.0-Upgrade.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/SECURITY.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/comparable_version.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/differ.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/directory_maker.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/encoded_string.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/fuzzy_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/hunk_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/matcher_definition.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/method_signature_verifier.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/object_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/recursive_const_methods.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/reentrant_mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/ruby_features.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/source/location.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/source/node.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/source/token.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/source.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/spec/diff_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/spec/formatting_support.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/spec/in_sub_process.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/spec/shell_out.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/spec/string_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/warnings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.0 → rspec-support-3.13.1}/lib/rspec/support.rb +0 -0
|
@@ -5581,6 +5581,401 @@ module CloudsmithApi
|
|
|
5581
5581
|
end
|
|
5582
5582
|
return data, status_code, headers
|
|
5583
5583
|
end
|
|
5584
|
+
# Create a Swift upstream config for this repository.
|
|
5585
|
+
# Create a Swift upstream config for this repository.
|
|
5586
|
+
# @param owner
|
|
5587
|
+
# @param identifier
|
|
5588
|
+
# @param [Hash] opts the optional parameters
|
|
5589
|
+
# @option opts [SwiftUpstreamRequest] :data
|
|
5590
|
+
# @return [SwiftUpstream]
|
|
5591
|
+
def repos_upstream_swift_create(owner, identifier, opts = {})
|
|
5592
|
+
data, _status_code, _headers = repos_upstream_swift_create_with_http_info(owner, identifier, opts)
|
|
5593
|
+
data
|
|
5594
|
+
end
|
|
5595
|
+
|
|
5596
|
+
# Create a Swift upstream config for this repository.
|
|
5597
|
+
# Create a Swift upstream config for this repository.
|
|
5598
|
+
# @param owner
|
|
5599
|
+
# @param identifier
|
|
5600
|
+
# @param [Hash] opts the optional parameters
|
|
5601
|
+
# @option opts [SwiftUpstreamRequest] :data
|
|
5602
|
+
# @return [Array<(SwiftUpstream, Fixnum, Hash)>] SwiftUpstream data, response status code and response headers
|
|
5603
|
+
def repos_upstream_swift_create_with_http_info(owner, identifier, opts = {})
|
|
5604
|
+
if @api_client.config.debugging
|
|
5605
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_swift_create ...'
|
|
5606
|
+
end
|
|
5607
|
+
# verify the required parameter 'owner' is set
|
|
5608
|
+
if @api_client.config.client_side_validation && owner.nil?
|
|
5609
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_swift_create"
|
|
5610
|
+
end
|
|
5611
|
+
# verify the required parameter 'identifier' is set
|
|
5612
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
|
5613
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_swift_create"
|
|
5614
|
+
end
|
|
5615
|
+
# resource path
|
|
5616
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/swift/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
|
5617
|
+
|
|
5618
|
+
# query parameters
|
|
5619
|
+
query_params = {}
|
|
5620
|
+
|
|
5621
|
+
# header parameters
|
|
5622
|
+
header_params = {}
|
|
5623
|
+
# HTTP header 'Accept' (if needed)
|
|
5624
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5625
|
+
# HTTP header 'Content-Type'
|
|
5626
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
5627
|
+
|
|
5628
|
+
# form parameters
|
|
5629
|
+
form_params = {}
|
|
5630
|
+
|
|
5631
|
+
# http body (model)
|
|
5632
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
|
5633
|
+
auth_names = ['apikey']
|
|
5634
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
5635
|
+
:header_params => header_params,
|
|
5636
|
+
:query_params => query_params,
|
|
5637
|
+
:form_params => form_params,
|
|
5638
|
+
:body => post_body,
|
|
5639
|
+
:auth_names => auth_names,
|
|
5640
|
+
:return_type => 'SwiftUpstream')
|
|
5641
|
+
if @api_client.config.debugging
|
|
5642
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_swift_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
5643
|
+
end
|
|
5644
|
+
return data, status_code, headers
|
|
5645
|
+
end
|
|
5646
|
+
# Delete a Swift upstream config for this repository.
|
|
5647
|
+
# Delete a Swift upstream config for this repository.
|
|
5648
|
+
# @param owner
|
|
5649
|
+
# @param identifier
|
|
5650
|
+
# @param slug_perm
|
|
5651
|
+
# @param [Hash] opts the optional parameters
|
|
5652
|
+
# @return [nil]
|
|
5653
|
+
def repos_upstream_swift_delete(owner, identifier, slug_perm, opts = {})
|
|
5654
|
+
repos_upstream_swift_delete_with_http_info(owner, identifier, slug_perm, opts)
|
|
5655
|
+
nil
|
|
5656
|
+
end
|
|
5657
|
+
|
|
5658
|
+
# Delete a Swift upstream config for this repository.
|
|
5659
|
+
# Delete a Swift upstream config for this repository.
|
|
5660
|
+
# @param owner
|
|
5661
|
+
# @param identifier
|
|
5662
|
+
# @param slug_perm
|
|
5663
|
+
# @param [Hash] opts the optional parameters
|
|
5664
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
5665
|
+
def repos_upstream_swift_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
|
5666
|
+
if @api_client.config.debugging
|
|
5667
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_swift_delete ...'
|
|
5668
|
+
end
|
|
5669
|
+
# verify the required parameter 'owner' is set
|
|
5670
|
+
if @api_client.config.client_side_validation && owner.nil?
|
|
5671
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_swift_delete"
|
|
5672
|
+
end
|
|
5673
|
+
# verify the required parameter 'identifier' is set
|
|
5674
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
|
5675
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_swift_delete"
|
|
5676
|
+
end
|
|
5677
|
+
# verify the required parameter 'slug_perm' is set
|
|
5678
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
|
5679
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_swift_delete"
|
|
5680
|
+
end
|
|
5681
|
+
# resource path
|
|
5682
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/swift/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
|
5683
|
+
|
|
5684
|
+
# query parameters
|
|
5685
|
+
query_params = {}
|
|
5686
|
+
|
|
5687
|
+
# header parameters
|
|
5688
|
+
header_params = {}
|
|
5689
|
+
# HTTP header 'Accept' (if needed)
|
|
5690
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5691
|
+
# HTTP header 'Content-Type'
|
|
5692
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
5693
|
+
|
|
5694
|
+
# form parameters
|
|
5695
|
+
form_params = {}
|
|
5696
|
+
|
|
5697
|
+
# http body (model)
|
|
5698
|
+
post_body = nil
|
|
5699
|
+
auth_names = ['apikey']
|
|
5700
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
5701
|
+
:header_params => header_params,
|
|
5702
|
+
:query_params => query_params,
|
|
5703
|
+
:form_params => form_params,
|
|
5704
|
+
:body => post_body,
|
|
5705
|
+
:auth_names => auth_names)
|
|
5706
|
+
if @api_client.config.debugging
|
|
5707
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_swift_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
5708
|
+
end
|
|
5709
|
+
return data, status_code, headers
|
|
5710
|
+
end
|
|
5711
|
+
# List Swift upstream configs for this repository.
|
|
5712
|
+
# List Swift upstream configs for this repository.
|
|
5713
|
+
# @param owner
|
|
5714
|
+
# @param identifier
|
|
5715
|
+
# @param [Hash] opts the optional parameters
|
|
5716
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
|
5717
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
5718
|
+
# @return [Array<SwiftUpstream>]
|
|
5719
|
+
def repos_upstream_swift_list(owner, identifier, opts = {})
|
|
5720
|
+
data, _status_code, _headers = repos_upstream_swift_list_with_http_info(owner, identifier, opts)
|
|
5721
|
+
data
|
|
5722
|
+
end
|
|
5723
|
+
|
|
5724
|
+
# List Swift upstream configs for this repository.
|
|
5725
|
+
# List Swift upstream configs for this repository.
|
|
5726
|
+
# @param owner
|
|
5727
|
+
# @param identifier
|
|
5728
|
+
# @param [Hash] opts the optional parameters
|
|
5729
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
|
5730
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
5731
|
+
# @return [Array<(Array<SwiftUpstream>, Fixnum, Hash)>] Array<SwiftUpstream> data, response status code and response headers
|
|
5732
|
+
def repos_upstream_swift_list_with_http_info(owner, identifier, opts = {})
|
|
5733
|
+
if @api_client.config.debugging
|
|
5734
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_swift_list ...'
|
|
5735
|
+
end
|
|
5736
|
+
# verify the required parameter 'owner' is set
|
|
5737
|
+
if @api_client.config.client_side_validation && owner.nil?
|
|
5738
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_swift_list"
|
|
5739
|
+
end
|
|
5740
|
+
# verify the required parameter 'identifier' is set
|
|
5741
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
|
5742
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_swift_list"
|
|
5743
|
+
end
|
|
5744
|
+
# resource path
|
|
5745
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/swift/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
|
5746
|
+
|
|
5747
|
+
# query parameters
|
|
5748
|
+
query_params = {}
|
|
5749
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
5750
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
|
5751
|
+
|
|
5752
|
+
# header parameters
|
|
5753
|
+
header_params = {}
|
|
5754
|
+
# HTTP header 'Accept' (if needed)
|
|
5755
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5756
|
+
# HTTP header 'Content-Type'
|
|
5757
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
5758
|
+
|
|
5759
|
+
# form parameters
|
|
5760
|
+
form_params = {}
|
|
5761
|
+
|
|
5762
|
+
# http body (model)
|
|
5763
|
+
post_body = nil
|
|
5764
|
+
auth_names = ['apikey']
|
|
5765
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
5766
|
+
:header_params => header_params,
|
|
5767
|
+
:query_params => query_params,
|
|
5768
|
+
:form_params => form_params,
|
|
5769
|
+
:body => post_body,
|
|
5770
|
+
:auth_names => auth_names,
|
|
5771
|
+
:return_type => 'Array<SwiftUpstream>')
|
|
5772
|
+
if @api_client.config.debugging
|
|
5773
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_swift_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
5774
|
+
end
|
|
5775
|
+
return data, status_code, headers
|
|
5776
|
+
end
|
|
5777
|
+
# Partially update a Swift upstream config for this repository.
|
|
5778
|
+
# Partially update a Swift upstream config for this repository.
|
|
5779
|
+
# @param owner
|
|
5780
|
+
# @param identifier
|
|
5781
|
+
# @param slug_perm
|
|
5782
|
+
# @param [Hash] opts the optional parameters
|
|
5783
|
+
# @option opts [SwiftUpstreamRequestPatch] :data
|
|
5784
|
+
# @return [SwiftUpstream]
|
|
5785
|
+
def repos_upstream_swift_partial_update(owner, identifier, slug_perm, opts = {})
|
|
5786
|
+
data, _status_code, _headers = repos_upstream_swift_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
|
5787
|
+
data
|
|
5788
|
+
end
|
|
5789
|
+
|
|
5790
|
+
# Partially update a Swift upstream config for this repository.
|
|
5791
|
+
# Partially update a Swift upstream config for this repository.
|
|
5792
|
+
# @param owner
|
|
5793
|
+
# @param identifier
|
|
5794
|
+
# @param slug_perm
|
|
5795
|
+
# @param [Hash] opts the optional parameters
|
|
5796
|
+
# @option opts [SwiftUpstreamRequestPatch] :data
|
|
5797
|
+
# @return [Array<(SwiftUpstream, Fixnum, Hash)>] SwiftUpstream data, response status code and response headers
|
|
5798
|
+
def repos_upstream_swift_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
|
5799
|
+
if @api_client.config.debugging
|
|
5800
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_swift_partial_update ...'
|
|
5801
|
+
end
|
|
5802
|
+
# verify the required parameter 'owner' is set
|
|
5803
|
+
if @api_client.config.client_side_validation && owner.nil?
|
|
5804
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_swift_partial_update"
|
|
5805
|
+
end
|
|
5806
|
+
# verify the required parameter 'identifier' is set
|
|
5807
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
|
5808
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_swift_partial_update"
|
|
5809
|
+
end
|
|
5810
|
+
# verify the required parameter 'slug_perm' is set
|
|
5811
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
|
5812
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_swift_partial_update"
|
|
5813
|
+
end
|
|
5814
|
+
# resource path
|
|
5815
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/swift/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
|
5816
|
+
|
|
5817
|
+
# query parameters
|
|
5818
|
+
query_params = {}
|
|
5819
|
+
|
|
5820
|
+
# header parameters
|
|
5821
|
+
header_params = {}
|
|
5822
|
+
# HTTP header 'Accept' (if needed)
|
|
5823
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5824
|
+
# HTTP header 'Content-Type'
|
|
5825
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
5826
|
+
|
|
5827
|
+
# form parameters
|
|
5828
|
+
form_params = {}
|
|
5829
|
+
|
|
5830
|
+
# http body (model)
|
|
5831
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
|
5832
|
+
auth_names = ['apikey']
|
|
5833
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
|
5834
|
+
:header_params => header_params,
|
|
5835
|
+
:query_params => query_params,
|
|
5836
|
+
:form_params => form_params,
|
|
5837
|
+
:body => post_body,
|
|
5838
|
+
:auth_names => auth_names,
|
|
5839
|
+
:return_type => 'SwiftUpstream')
|
|
5840
|
+
if @api_client.config.debugging
|
|
5841
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_swift_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
5842
|
+
end
|
|
5843
|
+
return data, status_code, headers
|
|
5844
|
+
end
|
|
5845
|
+
# Retrieve a Swift upstream config for this repository.
|
|
5846
|
+
# Retrieve a Swift upstream config for this repository.
|
|
5847
|
+
# @param owner
|
|
5848
|
+
# @param identifier
|
|
5849
|
+
# @param slug_perm
|
|
5850
|
+
# @param [Hash] opts the optional parameters
|
|
5851
|
+
# @return [SwiftUpstream]
|
|
5852
|
+
def repos_upstream_swift_read(owner, identifier, slug_perm, opts = {})
|
|
5853
|
+
data, _status_code, _headers = repos_upstream_swift_read_with_http_info(owner, identifier, slug_perm, opts)
|
|
5854
|
+
data
|
|
5855
|
+
end
|
|
5856
|
+
|
|
5857
|
+
# Retrieve a Swift upstream config for this repository.
|
|
5858
|
+
# Retrieve a Swift upstream config for this repository.
|
|
5859
|
+
# @param owner
|
|
5860
|
+
# @param identifier
|
|
5861
|
+
# @param slug_perm
|
|
5862
|
+
# @param [Hash] opts the optional parameters
|
|
5863
|
+
# @return [Array<(SwiftUpstream, Fixnum, Hash)>] SwiftUpstream data, response status code and response headers
|
|
5864
|
+
def repos_upstream_swift_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
|
5865
|
+
if @api_client.config.debugging
|
|
5866
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_swift_read ...'
|
|
5867
|
+
end
|
|
5868
|
+
# verify the required parameter 'owner' is set
|
|
5869
|
+
if @api_client.config.client_side_validation && owner.nil?
|
|
5870
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_swift_read"
|
|
5871
|
+
end
|
|
5872
|
+
# verify the required parameter 'identifier' is set
|
|
5873
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
|
5874
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_swift_read"
|
|
5875
|
+
end
|
|
5876
|
+
# verify the required parameter 'slug_perm' is set
|
|
5877
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
|
5878
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_swift_read"
|
|
5879
|
+
end
|
|
5880
|
+
# resource path
|
|
5881
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/swift/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
|
5882
|
+
|
|
5883
|
+
# query parameters
|
|
5884
|
+
query_params = {}
|
|
5885
|
+
|
|
5886
|
+
# header parameters
|
|
5887
|
+
header_params = {}
|
|
5888
|
+
# HTTP header 'Accept' (if needed)
|
|
5889
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5890
|
+
# HTTP header 'Content-Type'
|
|
5891
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
5892
|
+
|
|
5893
|
+
# form parameters
|
|
5894
|
+
form_params = {}
|
|
5895
|
+
|
|
5896
|
+
# http body (model)
|
|
5897
|
+
post_body = nil
|
|
5898
|
+
auth_names = ['apikey']
|
|
5899
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
5900
|
+
:header_params => header_params,
|
|
5901
|
+
:query_params => query_params,
|
|
5902
|
+
:form_params => form_params,
|
|
5903
|
+
:body => post_body,
|
|
5904
|
+
:auth_names => auth_names,
|
|
5905
|
+
:return_type => 'SwiftUpstream')
|
|
5906
|
+
if @api_client.config.debugging
|
|
5907
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_swift_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
5908
|
+
end
|
|
5909
|
+
return data, status_code, headers
|
|
5910
|
+
end
|
|
5911
|
+
# Update a Swift upstream config for this repository.
|
|
5912
|
+
# Update a Swift upstream config for this repository.
|
|
5913
|
+
# @param owner
|
|
5914
|
+
# @param identifier
|
|
5915
|
+
# @param slug_perm
|
|
5916
|
+
# @param [Hash] opts the optional parameters
|
|
5917
|
+
# @option opts [SwiftUpstreamRequest] :data
|
|
5918
|
+
# @return [SwiftUpstream]
|
|
5919
|
+
def repos_upstream_swift_update(owner, identifier, slug_perm, opts = {})
|
|
5920
|
+
data, _status_code, _headers = repos_upstream_swift_update_with_http_info(owner, identifier, slug_perm, opts)
|
|
5921
|
+
data
|
|
5922
|
+
end
|
|
5923
|
+
|
|
5924
|
+
# Update a Swift upstream config for this repository.
|
|
5925
|
+
# Update a Swift upstream config for this repository.
|
|
5926
|
+
# @param owner
|
|
5927
|
+
# @param identifier
|
|
5928
|
+
# @param slug_perm
|
|
5929
|
+
# @param [Hash] opts the optional parameters
|
|
5930
|
+
# @option opts [SwiftUpstreamRequest] :data
|
|
5931
|
+
# @return [Array<(SwiftUpstream, Fixnum, Hash)>] SwiftUpstream data, response status code and response headers
|
|
5932
|
+
def repos_upstream_swift_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
|
5933
|
+
if @api_client.config.debugging
|
|
5934
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_swift_update ...'
|
|
5935
|
+
end
|
|
5936
|
+
# verify the required parameter 'owner' is set
|
|
5937
|
+
if @api_client.config.client_side_validation && owner.nil?
|
|
5938
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_swift_update"
|
|
5939
|
+
end
|
|
5940
|
+
# verify the required parameter 'identifier' is set
|
|
5941
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
|
5942
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_swift_update"
|
|
5943
|
+
end
|
|
5944
|
+
# verify the required parameter 'slug_perm' is set
|
|
5945
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
|
5946
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_swift_update"
|
|
5947
|
+
end
|
|
5948
|
+
# resource path
|
|
5949
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/swift/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
|
5950
|
+
|
|
5951
|
+
# query parameters
|
|
5952
|
+
query_params = {}
|
|
5953
|
+
|
|
5954
|
+
# header parameters
|
|
5955
|
+
header_params = {}
|
|
5956
|
+
# HTTP header 'Accept' (if needed)
|
|
5957
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5958
|
+
# HTTP header 'Content-Type'
|
|
5959
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
5960
|
+
|
|
5961
|
+
# form parameters
|
|
5962
|
+
form_params = {}
|
|
5963
|
+
|
|
5964
|
+
# http body (model)
|
|
5965
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
|
5966
|
+
auth_names = ['apikey']
|
|
5967
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
5968
|
+
:header_params => header_params,
|
|
5969
|
+
:query_params => query_params,
|
|
5970
|
+
:form_params => form_params,
|
|
5971
|
+
:body => post_body,
|
|
5972
|
+
:auth_names => auth_names,
|
|
5973
|
+
:return_type => 'SwiftUpstream')
|
|
5974
|
+
if @api_client.config.debugging
|
|
5975
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_swift_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
5976
|
+
end
|
|
5977
|
+
return data, status_code, headers
|
|
5978
|
+
end
|
|
5584
5979
|
# Get a list of all repositories associated with current user.
|
|
5585
5980
|
# Get a list of all repositories associated with current user.
|
|
5586
5981
|
# @param [Hash] opts the optional parameters
|
|
@@ -16,6 +16,12 @@ module CloudsmithApi
|
|
|
16
16
|
class SwiftPackageUpload
|
|
17
17
|
attr_accessor :architectures
|
|
18
18
|
|
|
19
|
+
# The name of the author of the package.
|
|
20
|
+
attr_accessor :author_name
|
|
21
|
+
|
|
22
|
+
# The organization of the author.
|
|
23
|
+
attr_accessor :author_org
|
|
24
|
+
|
|
19
25
|
attr_accessor :cdn_url
|
|
20
26
|
|
|
21
27
|
attr_accessor :checksum_md5
|
|
@@ -75,6 +81,9 @@ class SwiftPackageUpload
|
|
|
75
81
|
# The license of this package.
|
|
76
82
|
attr_accessor :license
|
|
77
83
|
|
|
84
|
+
# The license URL of this package.
|
|
85
|
+
attr_accessor :license_url
|
|
86
|
+
|
|
78
87
|
# The name of this package.
|
|
79
88
|
attr_accessor :name
|
|
80
89
|
|
|
@@ -91,13 +100,20 @@ class SwiftPackageUpload
|
|
|
91
100
|
# The type of package contents.
|
|
92
101
|
attr_accessor :package_type
|
|
93
102
|
|
|
103
|
+
# The URL of the readme for the package.
|
|
104
|
+
attr_accessor :readme_url
|
|
105
|
+
|
|
94
106
|
# The release of the package version (if any).
|
|
95
107
|
attr_accessor :release
|
|
96
108
|
|
|
97
109
|
attr_accessor :repository
|
|
98
110
|
|
|
111
|
+
# The URL of the SCM repository for the package.
|
|
99
112
|
attr_accessor :repository_url
|
|
100
113
|
|
|
114
|
+
# A scope provides a namespace for related packages within the package registry.
|
|
115
|
+
attr_accessor :scope
|
|
116
|
+
|
|
101
117
|
# The datetime the security scanning was completed.
|
|
102
118
|
attr_accessor :security_scan_completed_at
|
|
103
119
|
|
|
@@ -199,6 +215,8 @@ class SwiftPackageUpload
|
|
|
199
215
|
def self.attribute_map
|
|
200
216
|
{
|
|
201
217
|
:'architectures' => :'architectures',
|
|
218
|
+
:'author_name' => :'author_name',
|
|
219
|
+
:'author_org' => :'author_org',
|
|
202
220
|
:'cdn_url' => :'cdn_url',
|
|
203
221
|
:'checksum_md5' => :'checksum_md5',
|
|
204
222
|
:'checksum_sha1' => :'checksum_sha1',
|
|
@@ -226,6 +244,7 @@ class SwiftPackageUpload
|
|
|
226
244
|
:'is_sync_in_flight' => :'is_sync_in_flight',
|
|
227
245
|
:'is_sync_in_progress' => :'is_sync_in_progress',
|
|
228
246
|
:'license' => :'license',
|
|
247
|
+
:'license_url' => :'license_url',
|
|
229
248
|
:'name' => :'name',
|
|
230
249
|
:'namespace' => :'namespace',
|
|
231
250
|
:'namespace_url' => :'namespace_url',
|
|
@@ -233,9 +252,11 @@ class SwiftPackageUpload
|
|
|
233
252
|
:'origin_repository' => :'origin_repository',
|
|
234
253
|
:'origin_repository_url' => :'origin_repository_url',
|
|
235
254
|
:'package_type' => :'package_type',
|
|
255
|
+
:'readme_url' => :'readme_url',
|
|
236
256
|
:'release' => :'release',
|
|
237
257
|
:'repository' => :'repository',
|
|
238
258
|
:'repository_url' => :'repository_url',
|
|
259
|
+
:'scope' => :'scope',
|
|
239
260
|
:'security_scan_completed_at' => :'security_scan_completed_at',
|
|
240
261
|
:'security_scan_started_at' => :'security_scan_started_at',
|
|
241
262
|
:'security_scan_status' => :'security_scan_status',
|
|
@@ -273,6 +294,8 @@ class SwiftPackageUpload
|
|
|
273
294
|
def self.swagger_types
|
|
274
295
|
{
|
|
275
296
|
:'architectures' => :'Array<Architecture>',
|
|
297
|
+
:'author_name' => :'String',
|
|
298
|
+
:'author_org' => :'String',
|
|
276
299
|
:'cdn_url' => :'String',
|
|
277
300
|
:'checksum_md5' => :'String',
|
|
278
301
|
:'checksum_sha1' => :'String',
|
|
@@ -300,6 +323,7 @@ class SwiftPackageUpload
|
|
|
300
323
|
:'is_sync_in_flight' => :'BOOLEAN',
|
|
301
324
|
:'is_sync_in_progress' => :'BOOLEAN',
|
|
302
325
|
:'license' => :'String',
|
|
326
|
+
:'license_url' => :'String',
|
|
303
327
|
:'name' => :'String',
|
|
304
328
|
:'namespace' => :'String',
|
|
305
329
|
:'namespace_url' => :'String',
|
|
@@ -307,9 +331,11 @@ class SwiftPackageUpload
|
|
|
307
331
|
:'origin_repository' => :'String',
|
|
308
332
|
:'origin_repository_url' => :'String',
|
|
309
333
|
:'package_type' => :'Integer',
|
|
334
|
+
:'readme_url' => :'String',
|
|
310
335
|
:'release' => :'String',
|
|
311
336
|
:'repository' => :'String',
|
|
312
337
|
:'repository_url' => :'String',
|
|
338
|
+
:'scope' => :'String',
|
|
313
339
|
:'security_scan_completed_at' => :'DateTime',
|
|
314
340
|
:'security_scan_started_at' => :'DateTime',
|
|
315
341
|
:'security_scan_status' => :'String',
|
|
@@ -357,6 +383,14 @@ class SwiftPackageUpload
|
|
|
357
383
|
end
|
|
358
384
|
end
|
|
359
385
|
|
|
386
|
+
if attributes.has_key?(:'author_name')
|
|
387
|
+
self.author_name = attributes[:'author_name']
|
|
388
|
+
end
|
|
389
|
+
|
|
390
|
+
if attributes.has_key?(:'author_org')
|
|
391
|
+
self.author_org = attributes[:'author_org']
|
|
392
|
+
end
|
|
393
|
+
|
|
360
394
|
if attributes.has_key?(:'cdn_url')
|
|
361
395
|
self.cdn_url = attributes[:'cdn_url']
|
|
362
396
|
end
|
|
@@ -467,6 +501,10 @@ class SwiftPackageUpload
|
|
|
467
501
|
self.license = attributes[:'license']
|
|
468
502
|
end
|
|
469
503
|
|
|
504
|
+
if attributes.has_key?(:'license_url')
|
|
505
|
+
self.license_url = attributes[:'license_url']
|
|
506
|
+
end
|
|
507
|
+
|
|
470
508
|
if attributes.has_key?(:'name')
|
|
471
509
|
self.name = attributes[:'name']
|
|
472
510
|
end
|
|
@@ -495,6 +533,10 @@ class SwiftPackageUpload
|
|
|
495
533
|
self.package_type = attributes[:'package_type']
|
|
496
534
|
end
|
|
497
535
|
|
|
536
|
+
if attributes.has_key?(:'readme_url')
|
|
537
|
+
self.readme_url = attributes[:'readme_url']
|
|
538
|
+
end
|
|
539
|
+
|
|
498
540
|
if attributes.has_key?(:'release')
|
|
499
541
|
self.release = attributes[:'release']
|
|
500
542
|
end
|
|
@@ -507,6 +549,10 @@ class SwiftPackageUpload
|
|
|
507
549
|
self.repository_url = attributes[:'repository_url']
|
|
508
550
|
end
|
|
509
551
|
|
|
552
|
+
if attributes.has_key?(:'scope')
|
|
553
|
+
self.scope = attributes[:'scope']
|
|
554
|
+
end
|
|
555
|
+
|
|
510
556
|
if attributes.has_key?(:'security_scan_completed_at')
|
|
511
557
|
self.security_scan_completed_at = attributes[:'security_scan_completed_at']
|
|
512
558
|
end
|
|
@@ -634,6 +680,14 @@ class SwiftPackageUpload
|
|
|
634
680
|
# @return Array for valid properties with the reasons
|
|
635
681
|
def list_invalid_properties
|
|
636
682
|
invalid_properties = Array.new
|
|
683
|
+
if @name.nil?
|
|
684
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
685
|
+
end
|
|
686
|
+
|
|
687
|
+
if @scope.nil?
|
|
688
|
+
invalid_properties.push('invalid value for "scope", scope cannot be nil.')
|
|
689
|
+
end
|
|
690
|
+
|
|
637
691
|
if @version.nil?
|
|
638
692
|
invalid_properties.push('invalid value for "version", version cannot be nil.')
|
|
639
693
|
end
|
|
@@ -644,6 +698,8 @@ class SwiftPackageUpload
|
|
|
644
698
|
# Check to see if the all the properties in the model are valid
|
|
645
699
|
# @return true if the model is valid
|
|
646
700
|
def valid?
|
|
701
|
+
return false if @name.nil?
|
|
702
|
+
return false if @scope.nil?
|
|
647
703
|
security_scan_status_validator = EnumAttributeValidator.new('String', ['Awaiting Security Scan', 'Security Scanning in Progress', 'Scan Detected Vulnerabilities', 'Scan Detected No Vulnerabilities', 'Security Scanning Disabled', 'Security Scanning Failed', 'Security Scanning Skipped', 'Security Scanning Not Supported'])
|
|
648
704
|
return false unless security_scan_status_validator.valid?(@security_scan_status)
|
|
649
705
|
return false if @version.nil?
|
|
@@ -666,6 +722,8 @@ class SwiftPackageUpload
|
|
|
666
722
|
return true if self.equal?(o)
|
|
667
723
|
self.class == o.class &&
|
|
668
724
|
architectures == o.architectures &&
|
|
725
|
+
author_name == o.author_name &&
|
|
726
|
+
author_org == o.author_org &&
|
|
669
727
|
cdn_url == o.cdn_url &&
|
|
670
728
|
checksum_md5 == o.checksum_md5 &&
|
|
671
729
|
checksum_sha1 == o.checksum_sha1 &&
|
|
@@ -693,6 +751,7 @@ class SwiftPackageUpload
|
|
|
693
751
|
is_sync_in_flight == o.is_sync_in_flight &&
|
|
694
752
|
is_sync_in_progress == o.is_sync_in_progress &&
|
|
695
753
|
license == o.license &&
|
|
754
|
+
license_url == o.license_url &&
|
|
696
755
|
name == o.name &&
|
|
697
756
|
namespace == o.namespace &&
|
|
698
757
|
namespace_url == o.namespace_url &&
|
|
@@ -700,9 +759,11 @@ class SwiftPackageUpload
|
|
|
700
759
|
origin_repository == o.origin_repository &&
|
|
701
760
|
origin_repository_url == o.origin_repository_url &&
|
|
702
761
|
package_type == o.package_type &&
|
|
762
|
+
readme_url == o.readme_url &&
|
|
703
763
|
release == o.release &&
|
|
704
764
|
repository == o.repository &&
|
|
705
765
|
repository_url == o.repository_url &&
|
|
766
|
+
scope == o.scope &&
|
|
706
767
|
security_scan_completed_at == o.security_scan_completed_at &&
|
|
707
768
|
security_scan_started_at == o.security_scan_started_at &&
|
|
708
769
|
security_scan_status == o.security_scan_status &&
|
|
@@ -744,7 +805,7 @@ class SwiftPackageUpload
|
|
|
744
805
|
# Calculates hash code according to all attributes.
|
|
745
806
|
# @return [Fixnum] Hash code
|
|
746
807
|
def hash
|
|
747
|
-
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, identifier_perm, indexed, is_downloadable, is_quarantined, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
808
|
+
[architectures, author_name, author_org, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, identifier_perm, indexed, is_downloadable, is_quarantined, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, license_url, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, readme_url, release, repository, repository_url, scope, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
748
809
|
end
|
|
749
810
|
|
|
750
811
|
# Builds the object from hash
|