cloudsmith-api 2.0.11 → 2.0.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/README.md +23 -5
- data/build.json +1 -1
- data/docs/AlpinePackageUpload.md +7 -0
- data/docs/CargoPackageUpload.md +7 -0
- data/docs/CocoapodsPackageUpload.md +7 -0
- data/docs/ComposerPackageUpload.md +7 -0
- data/docs/ConanPackageUpload.md +7 -0
- data/docs/CondaPackageUpload.md +7 -0
- data/docs/CranPackageUpload.md +7 -0
- data/docs/DartPackageUpload.md +7 -0
- data/docs/DebPackageUpload.md +7 -0
- data/docs/DockerPackageUpload.md +7 -0
- data/docs/GoPackageUpload.md +7 -0
- data/docs/HelmPackageUpload.md +7 -0
- data/docs/HexPackageUpload.md +7 -0
- data/docs/LuarocksPackageUpload.md +7 -0
- data/docs/MavenPackageUpload.md +7 -0
- data/docs/NpmPackageUpload.md +7 -0
- data/docs/NugetPackageUpload.md +7 -0
- data/docs/OrganizationMembership.md +1 -1
- data/docs/OrgsApi.md +358 -0
- data/docs/P2PackageUpload.md +7 -0
- data/docs/Package.md +7 -0
- data/docs/PackageCopy.md +7 -0
- data/docs/PackageMove.md +7 -0
- data/docs/PackageQuarantine.md +7 -0
- data/docs/PackageResync.md +7 -0
- data/docs/PackageStatus.md +7 -0
- data/docs/PackageTag.md +7 -0
- data/docs/PackagesApi.md +4 -4
- data/docs/ProviderSettings.md +14 -0
- data/docs/ProviderSettingsRequest.md +12 -0
- data/docs/ProviderSettingsRequestPatch.md +12 -0
- data/docs/PythonPackageUpload.md +7 -0
- data/docs/RawPackageUpload.md +7 -0
- data/docs/ReposApi.md +377 -0
- data/docs/RpmPackageUpload.md +7 -0
- data/docs/RubyPackageUpload.md +7 -0
- data/docs/StatusBasic.md +1 -1
- data/docs/SwiftPackageUpload.md +8 -1
- data/docs/SwiftPackageUploadRequest.md +1 -0
- data/docs/SwiftUpstream.md +23 -0
- data/docs/SwiftUpstreamRequest.md +20 -0
- data/docs/SwiftUpstreamRequestPatch.md +20 -0
- data/docs/TerraformPackageUpload.md +7 -0
- data/docs/VagrantPackageUpload.md +7 -0
- data/lib/cloudsmith-api/api/orgs_api.rb +358 -0
- data/lib/cloudsmith-api/api/packages_api.rb +4 -4
- data/lib/cloudsmith-api/api/repos_api.rb +395 -0
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/cargo_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/composer_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/conan_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/conda_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/cran_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/dart_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/deb_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/docker_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/go_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/helm_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/hex_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/luarocks_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/maven_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/npm_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/nuget_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/organization_membership.rb +1 -1
- data/lib/cloudsmith-api/models/p2_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/package.rb +64 -1
- data/lib/cloudsmith-api/models/package_copy.rb +64 -1
- data/lib/cloudsmith-api/models/package_move.rb +64 -1
- data/lib/cloudsmith-api/models/package_quarantine.rb +64 -1
- data/lib/cloudsmith-api/models/package_resync.rb +64 -1
- data/lib/cloudsmith-api/models/package_status.rb +64 -1
- data/lib/cloudsmith-api/models/package_tag.rb +64 -1
- data/lib/cloudsmith-api/models/provider_settings.rb +272 -0
- data/lib/cloudsmith-api/models/provider_settings_request.rb +252 -0
- data/lib/cloudsmith-api/models/provider_settings_request_patch.rb +227 -0
- data/lib/cloudsmith-api/models/python_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/raw_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/rpm_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/ruby_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/status_basic.rb +1 -1
- data/lib/cloudsmith-api/models/swift_package_upload.rb +69 -1
- data/lib/cloudsmith-api/models/swift_package_upload_request.rb +16 -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/models/terraform_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +64 -1
- data/lib/cloudsmith-api/version.rb +1 -1
- data/lib/cloudsmith-api.rb +6 -0
- data/spec/api/orgs_api_spec.rb +81 -0
- data/spec/api/packages_api_spec.rb +2 -2
- data/spec/api/repos_api_spec.rb +87 -0
- data/spec/models/alpine_package_upload_spec.rb +42 -0
- data/spec/models/cargo_package_upload_spec.rb +42 -0
- data/spec/models/cocoapods_package_upload_spec.rb +42 -0
- data/spec/models/composer_package_upload_spec.rb +42 -0
- data/spec/models/conan_package_upload_spec.rb +42 -0
- data/spec/models/conda_package_upload_spec.rb +42 -0
- data/spec/models/cran_package_upload_spec.rb +42 -0
- data/spec/models/dart_package_upload_spec.rb +42 -0
- data/spec/models/deb_package_upload_spec.rb +42 -0
- data/spec/models/docker_package_upload_spec.rb +42 -0
- data/spec/models/go_package_upload_spec.rb +42 -0
- data/spec/models/helm_package_upload_spec.rb +42 -0
- data/spec/models/hex_package_upload_spec.rb +42 -0
- data/spec/models/luarocks_package_upload_spec.rb +42 -0
- data/spec/models/maven_package_upload_spec.rb +42 -0
- data/spec/models/npm_package_upload_spec.rb +42 -0
- data/spec/models/nuget_package_upload_spec.rb +42 -0
- data/spec/models/p2_package_upload_spec.rb +42 -0
- data/spec/models/package_copy_spec.rb +42 -0
- data/spec/models/package_move_spec.rb +42 -0
- data/spec/models/package_quarantine_spec.rb +42 -0
- data/spec/models/package_resync_spec.rb +42 -0
- data/spec/models/package_spec.rb +42 -0
- data/spec/models/package_status_spec.rb +42 -0
- data/spec/models/package_tag_spec.rb +42 -0
- data/spec/models/provider_settings_request_patch_spec.rb +65 -0
- data/spec/models/provider_settings_request_spec.rb +65 -0
- data/spec/models/provider_settings_spec.rb +77 -0
- data/spec/models/python_package_upload_spec.rb +42 -0
- data/spec/models/raw_package_upload_spec.rb +42 -0
- data/spec/models/rpm_package_upload_spec.rb +42 -0
- data/spec/models/ruby_package_upload_spec.rb +42 -0
- data/spec/models/swift_package_upload_request_spec.rb +6 -0
- data/spec/models/swift_package_upload_spec.rb +42 -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/spec/models/terraform_package_upload_spec.rb +42 -0
- data/spec/models/vagrant_package_upload_spec.rb +42 -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/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.21/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/{gems/bigdecimal-3.1.6/ext/bigdecimal → extensions/x86_64-linux/2.6.0/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/lib → 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/{extensions/x86_64-linux/2.6.0/bigdecimal-3.1.6 → gems/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/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
- metadata +129 -105
- 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/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
@@ -58,10 +58,24 @@ class CocoapodsPackageUpload
|
|
58
58
|
|
59
59
|
attr_accessor :indexed
|
60
60
|
|
61
|
+
attr_accessor :is_cancellable
|
62
|
+
|
63
|
+
attr_accessor :is_copyable
|
64
|
+
|
65
|
+
attr_accessor :is_deleteable
|
66
|
+
|
61
67
|
attr_accessor :is_downloadable
|
62
68
|
|
69
|
+
attr_accessor :is_moveable
|
70
|
+
|
71
|
+
attr_accessor :is_quarantinable
|
72
|
+
|
63
73
|
attr_accessor :is_quarantined
|
64
74
|
|
75
|
+
attr_accessor :is_resyncable
|
76
|
+
|
77
|
+
attr_accessor :is_security_scannable
|
78
|
+
|
65
79
|
attr_accessor :is_sync_awaiting
|
66
80
|
|
67
81
|
attr_accessor :is_sync_completed
|
@@ -218,8 +232,15 @@ class CocoapodsPackageUpload
|
|
218
232
|
:'format_url' => :'format_url',
|
219
233
|
:'identifier_perm' => :'identifier_perm',
|
220
234
|
:'indexed' => :'indexed',
|
235
|
+
:'is_cancellable' => :'is_cancellable',
|
236
|
+
:'is_copyable' => :'is_copyable',
|
237
|
+
:'is_deleteable' => :'is_deleteable',
|
221
238
|
:'is_downloadable' => :'is_downloadable',
|
239
|
+
:'is_moveable' => :'is_moveable',
|
240
|
+
:'is_quarantinable' => :'is_quarantinable',
|
222
241
|
:'is_quarantined' => :'is_quarantined',
|
242
|
+
:'is_resyncable' => :'is_resyncable',
|
243
|
+
:'is_security_scannable' => :'is_security_scannable',
|
223
244
|
:'is_sync_awaiting' => :'is_sync_awaiting',
|
224
245
|
:'is_sync_completed' => :'is_sync_completed',
|
225
246
|
:'is_sync_failed' => :'is_sync_failed',
|
@@ -292,8 +313,15 @@ class CocoapodsPackageUpload
|
|
292
313
|
:'format_url' => :'String',
|
293
314
|
:'identifier_perm' => :'String',
|
294
315
|
:'indexed' => :'BOOLEAN',
|
316
|
+
:'is_cancellable' => :'BOOLEAN',
|
317
|
+
:'is_copyable' => :'BOOLEAN',
|
318
|
+
:'is_deleteable' => :'BOOLEAN',
|
295
319
|
:'is_downloadable' => :'BOOLEAN',
|
320
|
+
:'is_moveable' => :'BOOLEAN',
|
321
|
+
:'is_quarantinable' => :'BOOLEAN',
|
296
322
|
:'is_quarantined' => :'BOOLEAN',
|
323
|
+
:'is_resyncable' => :'BOOLEAN',
|
324
|
+
:'is_security_scannable' => :'BOOLEAN',
|
297
325
|
:'is_sync_awaiting' => :'BOOLEAN',
|
298
326
|
:'is_sync_completed' => :'BOOLEAN',
|
299
327
|
:'is_sync_failed' => :'BOOLEAN',
|
@@ -435,14 +463,42 @@ class CocoapodsPackageUpload
|
|
435
463
|
self.indexed = attributes[:'indexed']
|
436
464
|
end
|
437
465
|
|
466
|
+
if attributes.has_key?(:'is_cancellable')
|
467
|
+
self.is_cancellable = attributes[:'is_cancellable']
|
468
|
+
end
|
469
|
+
|
470
|
+
if attributes.has_key?(:'is_copyable')
|
471
|
+
self.is_copyable = attributes[:'is_copyable']
|
472
|
+
end
|
473
|
+
|
474
|
+
if attributes.has_key?(:'is_deleteable')
|
475
|
+
self.is_deleteable = attributes[:'is_deleteable']
|
476
|
+
end
|
477
|
+
|
438
478
|
if attributes.has_key?(:'is_downloadable')
|
439
479
|
self.is_downloadable = attributes[:'is_downloadable']
|
440
480
|
end
|
441
481
|
|
482
|
+
if attributes.has_key?(:'is_moveable')
|
483
|
+
self.is_moveable = attributes[:'is_moveable']
|
484
|
+
end
|
485
|
+
|
486
|
+
if attributes.has_key?(:'is_quarantinable')
|
487
|
+
self.is_quarantinable = attributes[:'is_quarantinable']
|
488
|
+
end
|
489
|
+
|
442
490
|
if attributes.has_key?(:'is_quarantined')
|
443
491
|
self.is_quarantined = attributes[:'is_quarantined']
|
444
492
|
end
|
445
493
|
|
494
|
+
if attributes.has_key?(:'is_resyncable')
|
495
|
+
self.is_resyncable = attributes[:'is_resyncable']
|
496
|
+
end
|
497
|
+
|
498
|
+
if attributes.has_key?(:'is_security_scannable')
|
499
|
+
self.is_security_scannable = attributes[:'is_security_scannable']
|
500
|
+
end
|
501
|
+
|
446
502
|
if attributes.has_key?(:'is_sync_awaiting')
|
447
503
|
self.is_sync_awaiting = attributes[:'is_sync_awaiting']
|
448
504
|
end
|
@@ -680,8 +736,15 @@ class CocoapodsPackageUpload
|
|
680
736
|
format_url == o.format_url &&
|
681
737
|
identifier_perm == o.identifier_perm &&
|
682
738
|
indexed == o.indexed &&
|
739
|
+
is_cancellable == o.is_cancellable &&
|
740
|
+
is_copyable == o.is_copyable &&
|
741
|
+
is_deleteable == o.is_deleteable &&
|
683
742
|
is_downloadable == o.is_downloadable &&
|
743
|
+
is_moveable == o.is_moveable &&
|
744
|
+
is_quarantinable == o.is_quarantinable &&
|
684
745
|
is_quarantined == o.is_quarantined &&
|
746
|
+
is_resyncable == o.is_resyncable &&
|
747
|
+
is_security_scannable == o.is_security_scannable &&
|
685
748
|
is_sync_awaiting == o.is_sync_awaiting &&
|
686
749
|
is_sync_completed == o.is_sync_completed &&
|
687
750
|
is_sync_failed == o.is_sync_failed &&
|
@@ -739,7 +802,7 @@ class CocoapodsPackageUpload
|
|
739
802
|
# Calculates hash code according to all attributes.
|
740
803
|
# @return [Fixnum] Hash code
|
741
804
|
def hash
|
742
|
-
[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
|
805
|
+
[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_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, 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
|
743
806
|
end
|
744
807
|
|
745
808
|
# Builds the object from hash
|
@@ -58,10 +58,24 @@ class ComposerPackageUpload
|
|
58
58
|
|
59
59
|
attr_accessor :indexed
|
60
60
|
|
61
|
+
attr_accessor :is_cancellable
|
62
|
+
|
63
|
+
attr_accessor :is_copyable
|
64
|
+
|
65
|
+
attr_accessor :is_deleteable
|
66
|
+
|
61
67
|
attr_accessor :is_downloadable
|
62
68
|
|
69
|
+
attr_accessor :is_moveable
|
70
|
+
|
71
|
+
attr_accessor :is_quarantinable
|
72
|
+
|
63
73
|
attr_accessor :is_quarantined
|
64
74
|
|
75
|
+
attr_accessor :is_resyncable
|
76
|
+
|
77
|
+
attr_accessor :is_security_scannable
|
78
|
+
|
65
79
|
attr_accessor :is_sync_awaiting
|
66
80
|
|
67
81
|
attr_accessor :is_sync_completed
|
@@ -218,8 +232,15 @@ class ComposerPackageUpload
|
|
218
232
|
:'format_url' => :'format_url',
|
219
233
|
:'identifier_perm' => :'identifier_perm',
|
220
234
|
:'indexed' => :'indexed',
|
235
|
+
:'is_cancellable' => :'is_cancellable',
|
236
|
+
:'is_copyable' => :'is_copyable',
|
237
|
+
:'is_deleteable' => :'is_deleteable',
|
221
238
|
:'is_downloadable' => :'is_downloadable',
|
239
|
+
:'is_moveable' => :'is_moveable',
|
240
|
+
:'is_quarantinable' => :'is_quarantinable',
|
222
241
|
:'is_quarantined' => :'is_quarantined',
|
242
|
+
:'is_resyncable' => :'is_resyncable',
|
243
|
+
:'is_security_scannable' => :'is_security_scannable',
|
223
244
|
:'is_sync_awaiting' => :'is_sync_awaiting',
|
224
245
|
:'is_sync_completed' => :'is_sync_completed',
|
225
246
|
:'is_sync_failed' => :'is_sync_failed',
|
@@ -292,8 +313,15 @@ class ComposerPackageUpload
|
|
292
313
|
:'format_url' => :'String',
|
293
314
|
:'identifier_perm' => :'String',
|
294
315
|
:'indexed' => :'BOOLEAN',
|
316
|
+
:'is_cancellable' => :'BOOLEAN',
|
317
|
+
:'is_copyable' => :'BOOLEAN',
|
318
|
+
:'is_deleteable' => :'BOOLEAN',
|
295
319
|
:'is_downloadable' => :'BOOLEAN',
|
320
|
+
:'is_moveable' => :'BOOLEAN',
|
321
|
+
:'is_quarantinable' => :'BOOLEAN',
|
296
322
|
:'is_quarantined' => :'BOOLEAN',
|
323
|
+
:'is_resyncable' => :'BOOLEAN',
|
324
|
+
:'is_security_scannable' => :'BOOLEAN',
|
297
325
|
:'is_sync_awaiting' => :'BOOLEAN',
|
298
326
|
:'is_sync_completed' => :'BOOLEAN',
|
299
327
|
:'is_sync_failed' => :'BOOLEAN',
|
@@ -435,14 +463,42 @@ class ComposerPackageUpload
|
|
435
463
|
self.indexed = attributes[:'indexed']
|
436
464
|
end
|
437
465
|
|
466
|
+
if attributes.has_key?(:'is_cancellable')
|
467
|
+
self.is_cancellable = attributes[:'is_cancellable']
|
468
|
+
end
|
469
|
+
|
470
|
+
if attributes.has_key?(:'is_copyable')
|
471
|
+
self.is_copyable = attributes[:'is_copyable']
|
472
|
+
end
|
473
|
+
|
474
|
+
if attributes.has_key?(:'is_deleteable')
|
475
|
+
self.is_deleteable = attributes[:'is_deleteable']
|
476
|
+
end
|
477
|
+
|
438
478
|
if attributes.has_key?(:'is_downloadable')
|
439
479
|
self.is_downloadable = attributes[:'is_downloadable']
|
440
480
|
end
|
441
481
|
|
482
|
+
if attributes.has_key?(:'is_moveable')
|
483
|
+
self.is_moveable = attributes[:'is_moveable']
|
484
|
+
end
|
485
|
+
|
486
|
+
if attributes.has_key?(:'is_quarantinable')
|
487
|
+
self.is_quarantinable = attributes[:'is_quarantinable']
|
488
|
+
end
|
489
|
+
|
442
490
|
if attributes.has_key?(:'is_quarantined')
|
443
491
|
self.is_quarantined = attributes[:'is_quarantined']
|
444
492
|
end
|
445
493
|
|
494
|
+
if attributes.has_key?(:'is_resyncable')
|
495
|
+
self.is_resyncable = attributes[:'is_resyncable']
|
496
|
+
end
|
497
|
+
|
498
|
+
if attributes.has_key?(:'is_security_scannable')
|
499
|
+
self.is_security_scannable = attributes[:'is_security_scannable']
|
500
|
+
end
|
501
|
+
|
446
502
|
if attributes.has_key?(:'is_sync_awaiting')
|
447
503
|
self.is_sync_awaiting = attributes[:'is_sync_awaiting']
|
448
504
|
end
|
@@ -680,8 +736,15 @@ class ComposerPackageUpload
|
|
680
736
|
format_url == o.format_url &&
|
681
737
|
identifier_perm == o.identifier_perm &&
|
682
738
|
indexed == o.indexed &&
|
739
|
+
is_cancellable == o.is_cancellable &&
|
740
|
+
is_copyable == o.is_copyable &&
|
741
|
+
is_deleteable == o.is_deleteable &&
|
683
742
|
is_downloadable == o.is_downloadable &&
|
743
|
+
is_moveable == o.is_moveable &&
|
744
|
+
is_quarantinable == o.is_quarantinable &&
|
684
745
|
is_quarantined == o.is_quarantined &&
|
746
|
+
is_resyncable == o.is_resyncable &&
|
747
|
+
is_security_scannable == o.is_security_scannable &&
|
685
748
|
is_sync_awaiting == o.is_sync_awaiting &&
|
686
749
|
is_sync_completed == o.is_sync_completed &&
|
687
750
|
is_sync_failed == o.is_sync_failed &&
|
@@ -739,7 +802,7 @@ class ComposerPackageUpload
|
|
739
802
|
# Calculates hash code according to all attributes.
|
740
803
|
# @return [Fixnum] Hash code
|
741
804
|
def hash
|
742
|
-
[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
|
805
|
+
[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_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, 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
|
743
806
|
end
|
744
807
|
|
745
808
|
# Builds the object from hash
|
@@ -64,10 +64,24 @@ class ConanPackageUpload
|
|
64
64
|
|
65
65
|
attr_accessor :indexed
|
66
66
|
|
67
|
+
attr_accessor :is_cancellable
|
68
|
+
|
69
|
+
attr_accessor :is_copyable
|
70
|
+
|
71
|
+
attr_accessor :is_deleteable
|
72
|
+
|
67
73
|
attr_accessor :is_downloadable
|
68
74
|
|
75
|
+
attr_accessor :is_moveable
|
76
|
+
|
77
|
+
attr_accessor :is_quarantinable
|
78
|
+
|
69
79
|
attr_accessor :is_quarantined
|
70
80
|
|
81
|
+
attr_accessor :is_resyncable
|
82
|
+
|
83
|
+
attr_accessor :is_security_scannable
|
84
|
+
|
71
85
|
attr_accessor :is_sync_awaiting
|
72
86
|
|
73
87
|
attr_accessor :is_sync_completed
|
@@ -226,8 +240,15 @@ class ConanPackageUpload
|
|
226
240
|
:'format_url' => :'format_url',
|
227
241
|
:'identifier_perm' => :'identifier_perm',
|
228
242
|
:'indexed' => :'indexed',
|
243
|
+
:'is_cancellable' => :'is_cancellable',
|
244
|
+
:'is_copyable' => :'is_copyable',
|
245
|
+
:'is_deleteable' => :'is_deleteable',
|
229
246
|
:'is_downloadable' => :'is_downloadable',
|
247
|
+
:'is_moveable' => :'is_moveable',
|
248
|
+
:'is_quarantinable' => :'is_quarantinable',
|
230
249
|
:'is_quarantined' => :'is_quarantined',
|
250
|
+
:'is_resyncable' => :'is_resyncable',
|
251
|
+
:'is_security_scannable' => :'is_security_scannable',
|
231
252
|
:'is_sync_awaiting' => :'is_sync_awaiting',
|
232
253
|
:'is_sync_completed' => :'is_sync_completed',
|
233
254
|
:'is_sync_failed' => :'is_sync_failed',
|
@@ -302,8 +323,15 @@ class ConanPackageUpload
|
|
302
323
|
:'format_url' => :'String',
|
303
324
|
:'identifier_perm' => :'String',
|
304
325
|
:'indexed' => :'BOOLEAN',
|
326
|
+
:'is_cancellable' => :'BOOLEAN',
|
327
|
+
:'is_copyable' => :'BOOLEAN',
|
328
|
+
:'is_deleteable' => :'BOOLEAN',
|
305
329
|
:'is_downloadable' => :'BOOLEAN',
|
330
|
+
:'is_moveable' => :'BOOLEAN',
|
331
|
+
:'is_quarantinable' => :'BOOLEAN',
|
306
332
|
:'is_quarantined' => :'BOOLEAN',
|
333
|
+
:'is_resyncable' => :'BOOLEAN',
|
334
|
+
:'is_security_scannable' => :'BOOLEAN',
|
307
335
|
:'is_sync_awaiting' => :'BOOLEAN',
|
308
336
|
:'is_sync_completed' => :'BOOLEAN',
|
309
337
|
:'is_sync_failed' => :'BOOLEAN',
|
@@ -453,14 +481,42 @@ class ConanPackageUpload
|
|
453
481
|
self.indexed = attributes[:'indexed']
|
454
482
|
end
|
455
483
|
|
484
|
+
if attributes.has_key?(:'is_cancellable')
|
485
|
+
self.is_cancellable = attributes[:'is_cancellable']
|
486
|
+
end
|
487
|
+
|
488
|
+
if attributes.has_key?(:'is_copyable')
|
489
|
+
self.is_copyable = attributes[:'is_copyable']
|
490
|
+
end
|
491
|
+
|
492
|
+
if attributes.has_key?(:'is_deleteable')
|
493
|
+
self.is_deleteable = attributes[:'is_deleteable']
|
494
|
+
end
|
495
|
+
|
456
496
|
if attributes.has_key?(:'is_downloadable')
|
457
497
|
self.is_downloadable = attributes[:'is_downloadable']
|
458
498
|
end
|
459
499
|
|
500
|
+
if attributes.has_key?(:'is_moveable')
|
501
|
+
self.is_moveable = attributes[:'is_moveable']
|
502
|
+
end
|
503
|
+
|
504
|
+
if attributes.has_key?(:'is_quarantinable')
|
505
|
+
self.is_quarantinable = attributes[:'is_quarantinable']
|
506
|
+
end
|
507
|
+
|
460
508
|
if attributes.has_key?(:'is_quarantined')
|
461
509
|
self.is_quarantined = attributes[:'is_quarantined']
|
462
510
|
end
|
463
511
|
|
512
|
+
if attributes.has_key?(:'is_resyncable')
|
513
|
+
self.is_resyncable = attributes[:'is_resyncable']
|
514
|
+
end
|
515
|
+
|
516
|
+
if attributes.has_key?(:'is_security_scannable')
|
517
|
+
self.is_security_scannable = attributes[:'is_security_scannable']
|
518
|
+
end
|
519
|
+
|
464
520
|
if attributes.has_key?(:'is_sync_awaiting')
|
465
521
|
self.is_sync_awaiting = attributes[:'is_sync_awaiting']
|
466
522
|
end
|
@@ -700,8 +756,15 @@ class ConanPackageUpload
|
|
700
756
|
format_url == o.format_url &&
|
701
757
|
identifier_perm == o.identifier_perm &&
|
702
758
|
indexed == o.indexed &&
|
759
|
+
is_cancellable == o.is_cancellable &&
|
760
|
+
is_copyable == o.is_copyable &&
|
761
|
+
is_deleteable == o.is_deleteable &&
|
703
762
|
is_downloadable == o.is_downloadable &&
|
763
|
+
is_moveable == o.is_moveable &&
|
764
|
+
is_quarantinable == o.is_quarantinable &&
|
704
765
|
is_quarantined == o.is_quarantined &&
|
766
|
+
is_resyncable == o.is_resyncable &&
|
767
|
+
is_security_scannable == o.is_security_scannable &&
|
705
768
|
is_sync_awaiting == o.is_sync_awaiting &&
|
706
769
|
is_sync_completed == o.is_sync_completed &&
|
707
770
|
is_sync_failed == o.is_sync_failed &&
|
@@ -759,7 +822,7 @@ class ConanPackageUpload
|
|
759
822
|
# Calculates hash code according to all attributes.
|
760
823
|
# @return [Fixnum] Hash code
|
761
824
|
def hash
|
762
|
-
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, conan_channel, conan_prefix, 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
|
825
|
+
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, conan_channel, conan_prefix, dependencies_checksum_md5, dependencies_url, description, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, identifier_perm, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, 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
|
763
826
|
end
|
764
827
|
|
765
828
|
# Builds the object from hash
|
@@ -58,10 +58,24 @@ class CondaPackageUpload
|
|
58
58
|
|
59
59
|
attr_accessor :indexed
|
60
60
|
|
61
|
+
attr_accessor :is_cancellable
|
62
|
+
|
63
|
+
attr_accessor :is_copyable
|
64
|
+
|
65
|
+
attr_accessor :is_deleteable
|
66
|
+
|
61
67
|
attr_accessor :is_downloadable
|
62
68
|
|
69
|
+
attr_accessor :is_moveable
|
70
|
+
|
71
|
+
attr_accessor :is_quarantinable
|
72
|
+
|
63
73
|
attr_accessor :is_quarantined
|
64
74
|
|
75
|
+
attr_accessor :is_resyncable
|
76
|
+
|
77
|
+
attr_accessor :is_security_scannable
|
78
|
+
|
65
79
|
attr_accessor :is_sync_awaiting
|
66
80
|
|
67
81
|
attr_accessor :is_sync_completed
|
@@ -218,8 +232,15 @@ class CondaPackageUpload
|
|
218
232
|
:'format_url' => :'format_url',
|
219
233
|
:'identifier_perm' => :'identifier_perm',
|
220
234
|
:'indexed' => :'indexed',
|
235
|
+
:'is_cancellable' => :'is_cancellable',
|
236
|
+
:'is_copyable' => :'is_copyable',
|
237
|
+
:'is_deleteable' => :'is_deleteable',
|
221
238
|
:'is_downloadable' => :'is_downloadable',
|
239
|
+
:'is_moveable' => :'is_moveable',
|
240
|
+
:'is_quarantinable' => :'is_quarantinable',
|
222
241
|
:'is_quarantined' => :'is_quarantined',
|
242
|
+
:'is_resyncable' => :'is_resyncable',
|
243
|
+
:'is_security_scannable' => :'is_security_scannable',
|
223
244
|
:'is_sync_awaiting' => :'is_sync_awaiting',
|
224
245
|
:'is_sync_completed' => :'is_sync_completed',
|
225
246
|
:'is_sync_failed' => :'is_sync_failed',
|
@@ -292,8 +313,15 @@ class CondaPackageUpload
|
|
292
313
|
:'format_url' => :'String',
|
293
314
|
:'identifier_perm' => :'String',
|
294
315
|
:'indexed' => :'BOOLEAN',
|
316
|
+
:'is_cancellable' => :'BOOLEAN',
|
317
|
+
:'is_copyable' => :'BOOLEAN',
|
318
|
+
:'is_deleteable' => :'BOOLEAN',
|
295
319
|
:'is_downloadable' => :'BOOLEAN',
|
320
|
+
:'is_moveable' => :'BOOLEAN',
|
321
|
+
:'is_quarantinable' => :'BOOLEAN',
|
296
322
|
:'is_quarantined' => :'BOOLEAN',
|
323
|
+
:'is_resyncable' => :'BOOLEAN',
|
324
|
+
:'is_security_scannable' => :'BOOLEAN',
|
297
325
|
:'is_sync_awaiting' => :'BOOLEAN',
|
298
326
|
:'is_sync_completed' => :'BOOLEAN',
|
299
327
|
:'is_sync_failed' => :'BOOLEAN',
|
@@ -435,14 +463,42 @@ class CondaPackageUpload
|
|
435
463
|
self.indexed = attributes[:'indexed']
|
436
464
|
end
|
437
465
|
|
466
|
+
if attributes.has_key?(:'is_cancellable')
|
467
|
+
self.is_cancellable = attributes[:'is_cancellable']
|
468
|
+
end
|
469
|
+
|
470
|
+
if attributes.has_key?(:'is_copyable')
|
471
|
+
self.is_copyable = attributes[:'is_copyable']
|
472
|
+
end
|
473
|
+
|
474
|
+
if attributes.has_key?(:'is_deleteable')
|
475
|
+
self.is_deleteable = attributes[:'is_deleteable']
|
476
|
+
end
|
477
|
+
|
438
478
|
if attributes.has_key?(:'is_downloadable')
|
439
479
|
self.is_downloadable = attributes[:'is_downloadable']
|
440
480
|
end
|
441
481
|
|
482
|
+
if attributes.has_key?(:'is_moveable')
|
483
|
+
self.is_moveable = attributes[:'is_moveable']
|
484
|
+
end
|
485
|
+
|
486
|
+
if attributes.has_key?(:'is_quarantinable')
|
487
|
+
self.is_quarantinable = attributes[:'is_quarantinable']
|
488
|
+
end
|
489
|
+
|
442
490
|
if attributes.has_key?(:'is_quarantined')
|
443
491
|
self.is_quarantined = attributes[:'is_quarantined']
|
444
492
|
end
|
445
493
|
|
494
|
+
if attributes.has_key?(:'is_resyncable')
|
495
|
+
self.is_resyncable = attributes[:'is_resyncable']
|
496
|
+
end
|
497
|
+
|
498
|
+
if attributes.has_key?(:'is_security_scannable')
|
499
|
+
self.is_security_scannable = attributes[:'is_security_scannable']
|
500
|
+
end
|
501
|
+
|
446
502
|
if attributes.has_key?(:'is_sync_awaiting')
|
447
503
|
self.is_sync_awaiting = attributes[:'is_sync_awaiting']
|
448
504
|
end
|
@@ -680,8 +736,15 @@ class CondaPackageUpload
|
|
680
736
|
format_url == o.format_url &&
|
681
737
|
identifier_perm == o.identifier_perm &&
|
682
738
|
indexed == o.indexed &&
|
739
|
+
is_cancellable == o.is_cancellable &&
|
740
|
+
is_copyable == o.is_copyable &&
|
741
|
+
is_deleteable == o.is_deleteable &&
|
683
742
|
is_downloadable == o.is_downloadable &&
|
743
|
+
is_moveable == o.is_moveable &&
|
744
|
+
is_quarantinable == o.is_quarantinable &&
|
684
745
|
is_quarantined == o.is_quarantined &&
|
746
|
+
is_resyncable == o.is_resyncable &&
|
747
|
+
is_security_scannable == o.is_security_scannable &&
|
685
748
|
is_sync_awaiting == o.is_sync_awaiting &&
|
686
749
|
is_sync_completed == o.is_sync_completed &&
|
687
750
|
is_sync_failed == o.is_sync_failed &&
|
@@ -739,7 +802,7 @@ class CondaPackageUpload
|
|
739
802
|
# Calculates hash code according to all attributes.
|
740
803
|
# @return [Fixnum] Hash code
|
741
804
|
def hash
|
742
|
-
[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
|
805
|
+
[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_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, 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
|
743
806
|
end
|
744
807
|
|
745
808
|
# Builds the object from hash
|
@@ -58,10 +58,24 @@ class CranPackageUpload
|
|
58
58
|
|
59
59
|
attr_accessor :indexed
|
60
60
|
|
61
|
+
attr_accessor :is_cancellable
|
62
|
+
|
63
|
+
attr_accessor :is_copyable
|
64
|
+
|
65
|
+
attr_accessor :is_deleteable
|
66
|
+
|
61
67
|
attr_accessor :is_downloadable
|
62
68
|
|
69
|
+
attr_accessor :is_moveable
|
70
|
+
|
71
|
+
attr_accessor :is_quarantinable
|
72
|
+
|
63
73
|
attr_accessor :is_quarantined
|
64
74
|
|
75
|
+
attr_accessor :is_resyncable
|
76
|
+
|
77
|
+
attr_accessor :is_security_scannable
|
78
|
+
|
65
79
|
attr_accessor :is_sync_awaiting
|
66
80
|
|
67
81
|
attr_accessor :is_sync_completed
|
@@ -221,8 +235,15 @@ class CranPackageUpload
|
|
221
235
|
:'format_url' => :'format_url',
|
222
236
|
:'identifier_perm' => :'identifier_perm',
|
223
237
|
:'indexed' => :'indexed',
|
238
|
+
:'is_cancellable' => :'is_cancellable',
|
239
|
+
:'is_copyable' => :'is_copyable',
|
240
|
+
:'is_deleteable' => :'is_deleteable',
|
224
241
|
:'is_downloadable' => :'is_downloadable',
|
242
|
+
:'is_moveable' => :'is_moveable',
|
243
|
+
:'is_quarantinable' => :'is_quarantinable',
|
225
244
|
:'is_quarantined' => :'is_quarantined',
|
245
|
+
:'is_resyncable' => :'is_resyncable',
|
246
|
+
:'is_security_scannable' => :'is_security_scannable',
|
226
247
|
:'is_sync_awaiting' => :'is_sync_awaiting',
|
227
248
|
:'is_sync_completed' => :'is_sync_completed',
|
228
249
|
:'is_sync_failed' => :'is_sync_failed',
|
@@ -296,8 +317,15 @@ class CranPackageUpload
|
|
296
317
|
:'format_url' => :'String',
|
297
318
|
:'identifier_perm' => :'String',
|
298
319
|
:'indexed' => :'BOOLEAN',
|
320
|
+
:'is_cancellable' => :'BOOLEAN',
|
321
|
+
:'is_copyable' => :'BOOLEAN',
|
322
|
+
:'is_deleteable' => :'BOOLEAN',
|
299
323
|
:'is_downloadable' => :'BOOLEAN',
|
324
|
+
:'is_moveable' => :'BOOLEAN',
|
325
|
+
:'is_quarantinable' => :'BOOLEAN',
|
300
326
|
:'is_quarantined' => :'BOOLEAN',
|
327
|
+
:'is_resyncable' => :'BOOLEAN',
|
328
|
+
:'is_security_scannable' => :'BOOLEAN',
|
301
329
|
:'is_sync_awaiting' => :'BOOLEAN',
|
302
330
|
:'is_sync_completed' => :'BOOLEAN',
|
303
331
|
:'is_sync_failed' => :'BOOLEAN',
|
@@ -440,14 +468,42 @@ class CranPackageUpload
|
|
440
468
|
self.indexed = attributes[:'indexed']
|
441
469
|
end
|
442
470
|
|
471
|
+
if attributes.has_key?(:'is_cancellable')
|
472
|
+
self.is_cancellable = attributes[:'is_cancellable']
|
473
|
+
end
|
474
|
+
|
475
|
+
if attributes.has_key?(:'is_copyable')
|
476
|
+
self.is_copyable = attributes[:'is_copyable']
|
477
|
+
end
|
478
|
+
|
479
|
+
if attributes.has_key?(:'is_deleteable')
|
480
|
+
self.is_deleteable = attributes[:'is_deleteable']
|
481
|
+
end
|
482
|
+
|
443
483
|
if attributes.has_key?(:'is_downloadable')
|
444
484
|
self.is_downloadable = attributes[:'is_downloadable']
|
445
485
|
end
|
446
486
|
|
487
|
+
if attributes.has_key?(:'is_moveable')
|
488
|
+
self.is_moveable = attributes[:'is_moveable']
|
489
|
+
end
|
490
|
+
|
491
|
+
if attributes.has_key?(:'is_quarantinable')
|
492
|
+
self.is_quarantinable = attributes[:'is_quarantinable']
|
493
|
+
end
|
494
|
+
|
447
495
|
if attributes.has_key?(:'is_quarantined')
|
448
496
|
self.is_quarantined = attributes[:'is_quarantined']
|
449
497
|
end
|
450
498
|
|
499
|
+
if attributes.has_key?(:'is_resyncable')
|
500
|
+
self.is_resyncable = attributes[:'is_resyncable']
|
501
|
+
end
|
502
|
+
|
503
|
+
if attributes.has_key?(:'is_security_scannable')
|
504
|
+
self.is_security_scannable = attributes[:'is_security_scannable']
|
505
|
+
end
|
506
|
+
|
451
507
|
if attributes.has_key?(:'is_sync_awaiting')
|
452
508
|
self.is_sync_awaiting = attributes[:'is_sync_awaiting']
|
453
509
|
end
|
@@ -689,8 +745,15 @@ class CranPackageUpload
|
|
689
745
|
format_url == o.format_url &&
|
690
746
|
identifier_perm == o.identifier_perm &&
|
691
747
|
indexed == o.indexed &&
|
748
|
+
is_cancellable == o.is_cancellable &&
|
749
|
+
is_copyable == o.is_copyable &&
|
750
|
+
is_deleteable == o.is_deleteable &&
|
692
751
|
is_downloadable == o.is_downloadable &&
|
752
|
+
is_moveable == o.is_moveable &&
|
753
|
+
is_quarantinable == o.is_quarantinable &&
|
693
754
|
is_quarantined == o.is_quarantined &&
|
755
|
+
is_resyncable == o.is_resyncable &&
|
756
|
+
is_security_scannable == o.is_security_scannable &&
|
694
757
|
is_sync_awaiting == o.is_sync_awaiting &&
|
695
758
|
is_sync_completed == o.is_sync_completed &&
|
696
759
|
is_sync_failed == o.is_sync_failed &&
|
@@ -749,7 +812,7 @@ class CranPackageUpload
|
|
749
812
|
# Calculates hash code according to all attributes.
|
750
813
|
# @return [Fixnum] Hash code
|
751
814
|
def hash
|
752
|
-
[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, r_version, 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
|
815
|
+
[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_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, 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, r_version, 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
|
753
816
|
end
|
754
817
|
|
755
818
|
# Builds the object from hash
|