cloudsmith-api 2.0.27 → 2.0.30
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 +1 -1
- data/README.md +26 -4
- data/build.json +1 -1
- data/docs/AlpinePackageUpload.md +4 -0
- data/docs/AlpinePackageUploadRequest.md +2 -0
- data/docs/CargoPackageUpload.md +4 -0
- data/docs/CargoPackageUploadRequest.md +2 -0
- data/docs/CocoapodsPackageUpload.md +4 -0
- data/docs/CocoapodsPackageUploadRequest.md +2 -0
- data/docs/ComposerPackageUpload.md +4 -0
- data/docs/ComposerPackageUploadRequest.md +2 -0
- data/docs/ConanPackageUpload.md +4 -0
- data/docs/ConanPackageUploadRequest.md +2 -0
- data/docs/CondaPackageUpload.md +4 -0
- data/docs/CondaPackageUploadRequest.md +2 -0
- data/docs/ConnectedRepository.md +3 -1
- data/docs/ConnectedRepositoryRequest.md +1 -1
- data/docs/ConnectedRepositoryRequestPatch.md +1 -1
- data/docs/CranPackageUpload.md +4 -0
- data/docs/CranPackageUploadRequest.md +2 -0
- data/docs/DartPackageUpload.md +4 -0
- data/docs/DartPackageUploadRequest.md +2 -0
- data/docs/DebPackageUpload.md +4 -0
- data/docs/DebPackageUploadRequest.md +2 -0
- data/docs/DockerPackageUpload.md +4 -0
- data/docs/DockerPackageUploadRequest.md +2 -0
- data/docs/FormatSupportUpstream.md +1 -0
- data/docs/GenericPackageUpload.md +4 -0
- data/docs/GenericPackageUploadRequest.md +2 -0
- data/docs/GoPackageUpload.md +4 -0
- data/docs/GoPackageUploadRequest.md +2 -0
- data/docs/HelmPackageUpload.md +4 -0
- data/docs/HelmPackageUploadRequest.md +2 -0
- data/docs/HexPackageUpload.md +4 -0
- data/docs/HexPackageUploadRequest.md +2 -0
- data/docs/HuggingfacePackageUpload.md +4 -0
- data/docs/HuggingfacePackageUploadRequest.md +2 -0
- data/docs/InlineResponse200.md +5 -1
- data/docs/InlineResponse2001.md +3 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +8 -0
- data/docs/InlineResponse2004.md +8 -0
- data/docs/LuarocksPackageUpload.md +4 -0
- data/docs/LuarocksPackageUploadRequest.md +2 -0
- data/docs/MavenPackageUpload.md +4 -0
- data/docs/MavenPackageUploadRequest.md +2 -0
- data/docs/McpPackageUpload.md +4 -0
- data/docs/McpPackageUploadRequest.md +2 -0
- data/docs/NixPackageUpload.md +97 -0
- data/docs/NixPackageUploadRequest.md +14 -0
- data/docs/NixUpstream.md +32 -0
- data/docs/NixUpstreamRequest.md +20 -0
- data/docs/NixUpstreamRequestPatch.md +20 -0
- data/docs/NpmPackageUpload.md +4 -0
- data/docs/NpmPackageUploadRequest.md +2 -0
- data/docs/NugetPackageUpload.md +4 -0
- data/docs/NugetPackageUploadRequest.md +2 -0
- data/docs/OrganizationSAMLAuth.md +2 -0
- data/docs/OrganizationSAMLAuthRequestPatch.md +2 -0
- data/docs/OrganizationUsage.md +11 -0
- data/docs/OrganizationUsageUpdate.md +10 -0
- data/docs/OrganizationUsageUpdateRequestPatch.md +10 -0
- data/docs/OrgsApi.md +123 -1
- data/docs/P2PackageUpload.md +4 -0
- data/docs/P2PackageUploadRequest.md +2 -0
- data/docs/Package.md +4 -0
- data/docs/PackageCopy.md +4 -0
- data/docs/PackageCopyRequest.md +2 -0
- data/docs/PackageDetail.md +100 -0
- data/docs/PackageLicense.md +2 -0
- data/docs/PackageLicenseRequestPatch.md +3 -1
- data/docs/PackageMove.md +4 -0
- data/docs/PackageMoveRequest.md +2 -0
- data/docs/PackageQuarantine.md +4 -0
- data/docs/PackageQuarantineRequest.md +2 -0
- data/docs/PackageResync.md +4 -0
- data/docs/PackageTag.md +4 -0
- data/docs/PackageTagRequest.md +2 -0
- data/docs/PackageVulnerability.md +2 -0
- data/docs/PackagesApi.md +156 -9
- data/docs/PythonPackageUpload.md +4 -0
- data/docs/PythonPackageUploadRequest.md +2 -0
- data/docs/RawPackageUpload.md +4 -0
- data/docs/RawPackageUploadRequest.md +2 -0
- data/docs/RecycleBinPackage.md +2 -0
- data/docs/ReposApi.md +405 -4
- data/docs/Repository.md +1 -0
- data/docs/RepositoryCreate.md +1 -0
- data/docs/RepositoryEd25519Key.md +1 -0
- data/docs/RpmPackageUpload.md +4 -0
- data/docs/RpmPackageUploadRequest.md +2 -0
- data/docs/RubyPackageUpload.md +4 -0
- data/docs/RubyPackageUploadRequest.md +2 -0
- data/docs/SwiftPackageUpload.md +4 -0
- data/docs/SwiftPackageUploadRequest.md +2 -0
- data/docs/TerraformPackageUpload.md +4 -0
- data/docs/TerraformPackageUploadRequest.md +2 -0
- data/docs/UserApi.md +2 -2
- data/docs/VagrantPackageUpload.md +4 -0
- data/docs/VagrantPackageUploadRequest.md +2 -0
- data/docs/VsxPackageUpload.md +4 -0
- data/docs/VsxPackageUploadRequest.md +2 -0
- data/docs/WebOSVSeverityCounts.md +14 -0
- data/lib/cloudsmith-api/api/orgs_api.rb +109 -0
- data/lib/cloudsmith-api/api/packages_api.rb +144 -6
- data/lib/cloudsmith-api/api/repos_api.rb +400 -5
- data/lib/cloudsmith-api/api/user_api.rb +3 -3
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/alpine_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/cargo_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/cargo_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/cargo_upstream.rb +2 -2
- data/lib/cloudsmith-api/models/cargo_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/cargo_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/cocoapods_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/composer_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/composer_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/composer_upstream.rb +2 -2
- data/lib/cloudsmith-api/models/composer_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/composer_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/conan_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/conan_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/conda_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/conda_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/conda_upstream.rb +2 -2
- data/lib/cloudsmith-api/models/conda_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/conda_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/connected_repository.rb +57 -2
- data/lib/cloudsmith-api/models/connected_repository_request.rb +1 -1
- data/lib/cloudsmith-api/models/connected_repository_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/cran_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/cran_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/cran_upstream.rb +2 -2
- data/lib/cloudsmith-api/models/cran_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/cran_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/dart_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/dart_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/dart_upstream.rb +2 -2
- data/lib/cloudsmith-api/models/dart_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/dart_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/deb_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/deb_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/deb_upstream.rb +2 -2
- data/lib/cloudsmith-api/models/deb_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/deb_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/docker_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/docker_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/format_support_upstream.rb +16 -1
- data/lib/cloudsmith-api/models/generic_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/generic_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/generic_upstream.rb +2 -2
- data/lib/cloudsmith-api/models/generic_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/generic_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/go_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/go_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/helm_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/helm_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/helm_upstream.rb +2 -2
- data/lib/cloudsmith-api/models/helm_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/helm_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/hex_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/hex_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/hex_upstream.rb +2 -2
- data/lib/cloudsmith-api/models/hex_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/hex_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/huggingface_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/huggingface_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/inline_response_200.rb +48 -14
- data/lib/cloudsmith-api/models/inline_response_200_1.rb +28 -14
- data/lib/cloudsmith-api/models/inline_response_200_2.rb +1 -1
- data/lib/cloudsmith-api/models/inline_response_200_3.rb +191 -0
- data/lib/cloudsmith-api/models/inline_response_200_4.rb +191 -0
- data/lib/cloudsmith-api/models/luarocks_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/luarocks_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/maven_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/maven_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/mcp_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/mcp_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/nix_package_upload.rb +1061 -0
- data/lib/cloudsmith-api/models/nix_package_upload_request.rb +249 -0
- data/lib/cloudsmith-api/models/nix_upstream.rb +496 -0
- data/lib/cloudsmith-api/models/nix_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/nix_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/models/npm_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/npm_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/npm_upstream.rb +2 -2
- data/lib/cloudsmith-api/models/npm_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/npm_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/nuget_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/nuget_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/nuget_upstream.rb +2 -2
- data/lib/cloudsmith-api/models/nuget_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/nuget_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/organization_saml_auth.rb +24 -4
- data/lib/cloudsmith-api/models/organization_saml_auth_request_patch.rb +24 -4
- data/lib/cloudsmith-api/models/organization_usage.rb +215 -0
- data/lib/cloudsmith-api/models/organization_usage_update.rb +202 -0
- data/lib/cloudsmith-api/models/organization_usage_update_request_patch.rb +202 -0
- data/lib/cloudsmith-api/models/p2_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/p2_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/package.rb +42 -1
- data/lib/cloudsmith-api/models/package_copy.rb +42 -1
- data/lib/cloudsmith-api/models/package_copy_request.rb +23 -4
- data/lib/cloudsmith-api/models/package_detail.rb +1090 -0
- data/lib/cloudsmith-api/models/package_license.rb +23 -4
- data/lib/cloudsmith-api/models/package_license_request_patch.rb +28 -4
- data/lib/cloudsmith-api/models/package_move.rb +42 -1
- data/lib/cloudsmith-api/models/package_move_request.rb +23 -4
- data/lib/cloudsmith-api/models/package_quarantine.rb +42 -1
- data/lib/cloudsmith-api/models/package_quarantine_request.rb +23 -4
- data/lib/cloudsmith-api/models/package_resync.rb +42 -1
- data/lib/cloudsmith-api/models/package_tag.rb +42 -1
- data/lib/cloudsmith-api/models/package_tag_request.rb +23 -4
- data/lib/cloudsmith-api/models/package_vulnerability.rb +23 -4
- data/lib/cloudsmith-api/models/python_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/python_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/python_upstream.rb +2 -2
- data/lib/cloudsmith-api/models/python_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/python_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/raw_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/raw_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/recycle_bin_package.rb +23 -4
- data/lib/cloudsmith-api/models/repository.rb +11 -1
- data/lib/cloudsmith-api/models/repository_create.rb +11 -1
- data/lib/cloudsmith-api/models/repository_ed25519_key.rb +14 -4
- data/lib/cloudsmith-api/models/rpm_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/rpm_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/ruby_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/ruby_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/swift_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/swift_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/terraform_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/terraform_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/vagrant_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/vsx_package_upload.rb +42 -1
- data/lib/cloudsmith-api/models/vsx_package_upload_request.rb +23 -4
- data/lib/cloudsmith-api/models/web_osv_severity_counts.rb +239 -0
- data/lib/cloudsmith-api/version.rb +1 -1
- data/lib/cloudsmith-api.rb +12 -0
- data/spec/api/orgs_api_spec.rb +24 -0
- data/spec/api/packages_api_spec.rb +35 -2
- data/spec/api/repos_api_spec.rb +89 -2
- data/spec/api/user_api_spec.rb +1 -1
- data/spec/models/alpine_package_upload_request_spec.rb +12 -0
- data/spec/models/alpine_package_upload_spec.rb +24 -0
- data/spec/models/cargo_package_upload_request_spec.rb +12 -0
- data/spec/models/cargo_package_upload_spec.rb +24 -0
- data/spec/models/cargo_upstream_request_patch_spec.rb +1 -1
- data/spec/models/cargo_upstream_request_spec.rb +1 -1
- data/spec/models/cargo_upstream_spec.rb +1 -1
- data/spec/models/cocoapods_package_upload_request_spec.rb +12 -0
- data/spec/models/cocoapods_package_upload_spec.rb +24 -0
- data/spec/models/composer_package_upload_request_spec.rb +12 -0
- data/spec/models/composer_package_upload_spec.rb +24 -0
- data/spec/models/composer_upstream_request_patch_spec.rb +1 -1
- data/spec/models/composer_upstream_request_spec.rb +1 -1
- data/spec/models/composer_upstream_spec.rb +1 -1
- data/spec/models/conan_package_upload_request_spec.rb +12 -0
- data/spec/models/conan_package_upload_spec.rb +24 -0
- data/spec/models/conda_package_upload_request_spec.rb +12 -0
- data/spec/models/conda_package_upload_spec.rb +24 -0
- data/spec/models/conda_upstream_request_patch_spec.rb +1 -1
- data/spec/models/conda_upstream_request_spec.rb +1 -1
- data/spec/models/conda_upstream_spec.rb +1 -1
- data/spec/models/connected_repository_spec.rb +16 -0
- data/spec/models/cran_package_upload_request_spec.rb +12 -0
- data/spec/models/cran_package_upload_spec.rb +24 -0
- data/spec/models/cran_upstream_request_patch_spec.rb +1 -1
- data/spec/models/cran_upstream_request_spec.rb +1 -1
- data/spec/models/cran_upstream_spec.rb +1 -1
- data/spec/models/dart_package_upload_request_spec.rb +12 -0
- data/spec/models/dart_package_upload_spec.rb +24 -0
- data/spec/models/dart_upstream_request_patch_spec.rb +1 -1
- data/spec/models/dart_upstream_request_spec.rb +1 -1
- data/spec/models/dart_upstream_spec.rb +1 -1
- data/spec/models/deb_package_upload_request_spec.rb +12 -0
- data/spec/models/deb_package_upload_spec.rb +24 -0
- data/spec/models/deb_upstream_request_patch_spec.rb +1 -1
- data/spec/models/deb_upstream_request_spec.rb +1 -1
- data/spec/models/deb_upstream_spec.rb +1 -1
- data/spec/models/docker_package_upload_request_spec.rb +12 -0
- data/spec/models/docker_package_upload_spec.rb +24 -0
- data/spec/models/format_support_upstream_spec.rb +6 -0
- data/spec/models/generic_package_upload_request_spec.rb +12 -0
- data/spec/models/generic_package_upload_spec.rb +24 -0
- data/spec/models/generic_upstream_request_patch_spec.rb +1 -1
- data/spec/models/generic_upstream_request_spec.rb +1 -1
- data/spec/models/generic_upstream_spec.rb +1 -1
- data/spec/models/go_package_upload_request_spec.rb +12 -0
- data/spec/models/go_package_upload_spec.rb +24 -0
- data/spec/models/helm_package_upload_request_spec.rb +12 -0
- data/spec/models/helm_package_upload_spec.rb +24 -0
- data/spec/models/helm_upstream_request_patch_spec.rb +1 -1
- data/spec/models/helm_upstream_request_spec.rb +1 -1
- data/spec/models/helm_upstream_spec.rb +1 -1
- data/spec/models/hex_package_upload_request_spec.rb +12 -0
- data/spec/models/hex_package_upload_spec.rb +24 -0
- data/spec/models/hex_upstream_request_patch_spec.rb +1 -1
- data/spec/models/hex_upstream_request_spec.rb +1 -1
- data/spec/models/hex_upstream_spec.rb +1 -1
- data/spec/models/huggingface_package_upload_request_spec.rb +12 -0
- data/spec/models/huggingface_package_upload_spec.rb +24 -0
- data/spec/models/inline_response_200_1_spec.rb +13 -1
- data/spec/models/inline_response_200_3_spec.rb +41 -0
- data/spec/models/inline_response_200_4_spec.rb +41 -0
- data/spec/models/inline_response_200_spec.rb +25 -1
- data/spec/models/luarocks_package_upload_request_spec.rb +12 -0
- data/spec/models/luarocks_package_upload_spec.rb +24 -0
- data/spec/models/maven_package_upload_request_spec.rb +12 -0
- data/spec/models/maven_package_upload_spec.rb +24 -0
- data/spec/models/mcp_package_upload_request_spec.rb +12 -0
- data/spec/models/mcp_package_upload_spec.rb +24 -0
- data/spec/models/nix_package_upload_request_spec.rb +77 -0
- data/spec/models/nix_package_upload_spec.rb +579 -0
- data/spec/models/nix_upstream_request_patch_spec.rb +121 -0
- data/spec/models/nix_upstream_request_spec.rb +121 -0
- data/spec/models/nix_upstream_spec.rb +197 -0
- data/spec/models/npm_package_upload_request_spec.rb +12 -0
- data/spec/models/npm_package_upload_spec.rb +24 -0
- data/spec/models/npm_upstream_request_patch_spec.rb +1 -1
- data/spec/models/npm_upstream_request_spec.rb +1 -1
- data/spec/models/npm_upstream_spec.rb +1 -1
- data/spec/models/nuget_package_upload_request_spec.rb +12 -0
- data/spec/models/nuget_package_upload_spec.rb +24 -0
- data/spec/models/nuget_upstream_request_patch_spec.rb +1 -1
- data/spec/models/nuget_upstream_request_spec.rb +1 -1
- data/spec/models/nuget_upstream_spec.rb +1 -1
- data/spec/models/organization_saml_auth_request_patch_spec.rb +12 -0
- data/spec/models/organization_saml_auth_spec.rb +12 -0
- data/spec/models/organization_usage_spec.rb +59 -0
- data/spec/models/organization_usage_update_request_patch_spec.rb +53 -0
- data/spec/models/organization_usage_update_spec.rb +53 -0
- data/spec/models/p2_package_upload_request_spec.rb +12 -0
- data/spec/models/p2_package_upload_spec.rb +24 -0
- data/spec/models/package_copy_request_spec.rb +12 -0
- data/spec/models/package_copy_spec.rb +24 -0
- data/spec/models/package_detail_spec.rb +597 -0
- data/spec/models/package_license_request_patch_spec.rb +12 -0
- data/spec/models/package_license_spec.rb +12 -0
- data/spec/models/package_move_request_spec.rb +12 -0
- data/spec/models/package_move_spec.rb +24 -0
- data/spec/models/package_quarantine_request_spec.rb +12 -0
- data/spec/models/package_quarantine_spec.rb +24 -0
- data/spec/models/package_resync_spec.rb +24 -0
- data/spec/models/package_spec.rb +24 -0
- data/spec/models/package_tag_request_spec.rb +12 -0
- data/spec/models/package_tag_spec.rb +24 -0
- data/spec/models/package_vulnerability_spec.rb +12 -0
- data/spec/models/python_package_upload_request_spec.rb +12 -0
- data/spec/models/python_package_upload_spec.rb +24 -0
- data/spec/models/python_upstream_request_patch_spec.rb +1 -1
- data/spec/models/python_upstream_request_spec.rb +1 -1
- data/spec/models/python_upstream_spec.rb +1 -1
- data/spec/models/raw_package_upload_request_spec.rb +12 -0
- data/spec/models/raw_package_upload_spec.rb +24 -0
- data/spec/models/recycle_bin_package_spec.rb +12 -0
- data/spec/models/repository_create_spec.rb +6 -0
- data/spec/models/repository_ed25519_key_spec.rb +6 -0
- data/spec/models/repository_spec.rb +6 -0
- data/spec/models/rpm_package_upload_request_spec.rb +12 -0
- data/spec/models/rpm_package_upload_spec.rb +24 -0
- data/spec/models/ruby_package_upload_request_spec.rb +12 -0
- data/spec/models/ruby_package_upload_spec.rb +24 -0
- data/spec/models/swift_package_upload_request_spec.rb +12 -0
- data/spec/models/swift_package_upload_spec.rb +24 -0
- data/spec/models/terraform_package_upload_request_spec.rb +12 -0
- data/spec/models/terraform_package_upload_spec.rb +24 -0
- data/spec/models/vagrant_package_upload_request_spec.rb +12 -0
- data/spec/models/vagrant_package_upload_spec.rb +24 -0
- data/spec/models/vsx_package_upload_request_spec.rb +12 -0
- data/spec/models/vsx_package_upload_spec.rb +24 -0
- data/spec/models/web_osv_severity_counts_spec.rb +77 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.3.2/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/mkmf.log +4 -4
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
- metadata +51 -3
|
@@ -3,8 +3,10 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
6
7
|
**package_file** | **String** | The primary file for the package. |
|
|
7
8
|
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
|
8
9
|
**tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
|
|
10
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
9
11
|
|
|
10
12
|
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
6
|
**auth_modes** | **Array<String>** | The authentication modes supported by the upstream format |
|
|
7
|
+
**cache_only** | **BOOLEAN** | If true the upstream format supports cache-only mode. |
|
|
7
8
|
**caching** | **BOOLEAN** | If true the upstream format supports caching |
|
|
8
9
|
**indexing** | **BOOLEAN** | If true the upstream format supports indexing |
|
|
9
10
|
**indexing_behavior** | **String** | The behavior of the upstream when indexing | [optional] [default to 'Unsupported']
|
|
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
|
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
34
|
**is_hidden** | **BOOLEAN** | | [optional]
|
|
35
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
35
36
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
37
38
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
|
|
|
76
77
|
**status_str** | **String** | | [optional]
|
|
77
78
|
**status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
|
|
78
79
|
**status_url** | **String** | | [optional]
|
|
80
|
+
**store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
|
|
79
81
|
**subtype** | **String** | | [optional]
|
|
80
82
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
|
81
83
|
**sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
|
|
82
84
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
|
83
85
|
**tags_automatic** | [**Tags**](Tags.md) | | [optional]
|
|
84
86
|
**tags_immutable** | [**Tags**](Tags.md) | | [optional]
|
|
87
|
+
**tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
|
|
85
88
|
**type_display** | **String** | | [optional]
|
|
86
89
|
**uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
|
|
87
90
|
**uploader** | **String** | | [optional]
|
|
88
91
|
**uploader_url** | **String** | | [optional]
|
|
89
92
|
**version** | **String** | The raw version for this package. | [optional]
|
|
90
93
|
**version_orig** | **String** | | [optional]
|
|
94
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
91
95
|
**vulnerability_scan_results_url** | **String** | | [optional]
|
|
92
96
|
|
|
93
97
|
|
|
@@ -4,10 +4,12 @@
|
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
6
|
**filepath** | **String** | The full filepath of the package including filename. |
|
|
7
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
7
8
|
**name** | **String** | The name of this package. | [optional]
|
|
8
9
|
**package_file** | **String** | The primary file for the package. |
|
|
9
10
|
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
|
10
11
|
**tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
|
|
11
12
|
**version** | **String** | The raw version for this package. | [optional]
|
|
13
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
12
14
|
|
|
13
15
|
|
data/docs/GoPackageUpload.md
CHANGED
|
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
|
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
34
|
**is_hidden** | **BOOLEAN** | | [optional]
|
|
35
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
35
36
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
37
38
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
|
|
|
76
77
|
**status_str** | **String** | | [optional]
|
|
77
78
|
**status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
|
|
78
79
|
**status_url** | **String** | | [optional]
|
|
80
|
+
**store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
|
|
79
81
|
**subtype** | **String** | | [optional]
|
|
80
82
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
|
81
83
|
**sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
|
|
82
84
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
|
83
85
|
**tags_automatic** | [**Tags**](Tags.md) | | [optional]
|
|
84
86
|
**tags_immutable** | [**Tags**](Tags.md) | | [optional]
|
|
87
|
+
**tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
|
|
85
88
|
**type_display** | **String** | | [optional]
|
|
86
89
|
**uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
|
|
87
90
|
**uploader** | **String** | | [optional]
|
|
88
91
|
**uploader_url** | **String** | | [optional]
|
|
89
92
|
**version** | **String** | The raw version for this package. | [optional]
|
|
90
93
|
**version_orig** | **String** | | [optional]
|
|
94
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
91
95
|
**vulnerability_scan_results_url** | **String** | | [optional]
|
|
92
96
|
|
|
93
97
|
|
|
@@ -3,8 +3,10 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
6
7
|
**package_file** | **String** | The primary file for the package. |
|
|
7
8
|
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
|
8
9
|
**tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
|
|
10
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
9
11
|
|
|
10
12
|
|
data/docs/HelmPackageUpload.md
CHANGED
|
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
|
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
34
|
**is_hidden** | **BOOLEAN** | | [optional]
|
|
35
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
35
36
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
37
38
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
|
|
|
76
77
|
**status_str** | **String** | | [optional]
|
|
77
78
|
**status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
|
|
78
79
|
**status_url** | **String** | | [optional]
|
|
80
|
+
**store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
|
|
79
81
|
**subtype** | **String** | | [optional]
|
|
80
82
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
|
81
83
|
**sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
|
|
82
84
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
|
83
85
|
**tags_automatic** | [**Tags**](Tags.md) | | [optional]
|
|
84
86
|
**tags_immutable** | [**Tags**](Tags.md) | | [optional]
|
|
87
|
+
**tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
|
|
85
88
|
**type_display** | **String** | | [optional]
|
|
86
89
|
**uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
|
|
87
90
|
**uploader** | **String** | | [optional]
|
|
88
91
|
**uploader_url** | **String** | | [optional]
|
|
89
92
|
**version** | **String** | The raw version for this package. | [optional]
|
|
90
93
|
**version_orig** | **String** | | [optional]
|
|
94
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
91
95
|
**vulnerability_scan_results_url** | **String** | | [optional]
|
|
92
96
|
|
|
93
97
|
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
6
7
|
**package_file** | **String** | The primary file for the package. |
|
|
7
8
|
**provenance_file** | **String** | The provenance file containing the signature for the chart. If one is not provided, it will be generated automatically. | [optional]
|
|
8
9
|
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
|
9
10
|
**tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
|
|
11
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
10
12
|
|
|
11
13
|
|
data/docs/HexPackageUpload.md
CHANGED
|
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
|
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
34
|
**is_hidden** | **BOOLEAN** | | [optional]
|
|
35
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
35
36
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
37
38
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
|
|
|
76
77
|
**status_str** | **String** | | [optional]
|
|
77
78
|
**status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
|
|
78
79
|
**status_url** | **String** | | [optional]
|
|
80
|
+
**store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
|
|
79
81
|
**subtype** | **String** | | [optional]
|
|
80
82
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
|
81
83
|
**sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
|
|
82
84
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
|
83
85
|
**tags_automatic** | [**Tags**](Tags.md) | | [optional]
|
|
84
86
|
**tags_immutable** | [**Tags**](Tags.md) | | [optional]
|
|
87
|
+
**tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
|
|
85
88
|
**type_display** | **String** | | [optional]
|
|
86
89
|
**uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
|
|
87
90
|
**uploader** | **String** | | [optional]
|
|
88
91
|
**uploader_url** | **String** | | [optional]
|
|
89
92
|
**version** | **String** | The raw version for this package. | [optional]
|
|
90
93
|
**version_orig** | **String** | | [optional]
|
|
94
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
91
95
|
**vulnerability_scan_results_url** | **String** | | [optional]
|
|
92
96
|
|
|
93
97
|
|
|
@@ -3,8 +3,10 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
6
7
|
**package_file** | **String** | The primary file for the package. |
|
|
7
8
|
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
|
8
9
|
**tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
|
|
10
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
9
11
|
|
|
10
12
|
|
|
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
|
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
34
|
**is_hidden** | **BOOLEAN** | | [optional]
|
|
35
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
35
36
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
37
38
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
|
|
|
76
77
|
**status_str** | **String** | | [optional]
|
|
77
78
|
**status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
|
|
78
79
|
**status_url** | **String** | | [optional]
|
|
80
|
+
**store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
|
|
79
81
|
**subtype** | **String** | | [optional]
|
|
80
82
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
|
81
83
|
**sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
|
|
82
84
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
|
83
85
|
**tags_automatic** | [**Tags**](Tags.md) | | [optional]
|
|
84
86
|
**tags_immutable** | [**Tags**](Tags.md) | | [optional]
|
|
87
|
+
**tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
|
|
85
88
|
**type_display** | **String** | | [optional]
|
|
86
89
|
**uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
|
|
87
90
|
**uploader** | **String** | | [optional]
|
|
88
91
|
**uploader_url** | **String** | | [optional]
|
|
89
92
|
**version** | **String** | The raw version for this package. | [optional]
|
|
90
93
|
**version_orig** | **String** | | [optional]
|
|
94
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
91
95
|
**vulnerability_scan_results_url** | **String** | | [optional]
|
|
92
96
|
|
|
93
97
|
|
|
@@ -3,8 +3,10 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
6
7
|
**package_file** | **String** | The primary file for the package. |
|
|
7
8
|
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
|
8
9
|
**tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
|
|
10
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
9
11
|
|
|
10
12
|
|
data/docs/InlineResponse200.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
6
|
+
**allow_open_source_overage** | **BOOLEAN** | Whether on-demand open source overage is allowed. | [optional]
|
|
7
|
+
**bandwidth_overage_limit** | **Integer** | Effective bandwidth overage limit in GB. | [optional]
|
|
8
|
+
**storage_overage_limit** | **Integer** | Effective storage overage limit in GB. | [optional]
|
|
9
|
+
**bandwidth_maximum** | **Integer** | Maximum allowed bandwidth overage in GB. | [optional]
|
|
10
|
+
**storage_maximum** | **Integer** | Maximum allowed storage overage in GB. | [optional]
|
|
7
11
|
|
|
8
12
|
|
data/docs/InlineResponse2001.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
6
|
+
**allow_open_source_overage** | **BOOLEAN** | Whether on-demand open source overage is allowed. | [optional]
|
|
7
|
+
**bandwidth_overage_limit** | **Integer** | Effective bandwidth overage limit in GB. | [optional]
|
|
8
|
+
**storage_overage_limit** | **Integer** | Effective storage overage limit in GB. | [optional]
|
|
7
9
|
|
|
8
10
|
|
data/docs/InlineResponse2002.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**results** | [**Array<
|
|
6
|
+
**results** | [**Array<PackageGroup>**](PackageGroup.md) | |
|
|
7
7
|
|
|
8
8
|
|
|
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
|
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
34
|
**is_hidden** | **BOOLEAN** | | [optional]
|
|
35
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
35
36
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
37
38
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
|
|
|
76
77
|
**status_str** | **String** | | [optional]
|
|
77
78
|
**status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
|
|
78
79
|
**status_url** | **String** | | [optional]
|
|
80
|
+
**store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
|
|
79
81
|
**subtype** | **String** | | [optional]
|
|
80
82
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
|
81
83
|
**sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
|
|
82
84
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
|
83
85
|
**tags_automatic** | [**Tags**](Tags.md) | | [optional]
|
|
84
86
|
**tags_immutable** | [**Tags**](Tags.md) | | [optional]
|
|
87
|
+
**tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
|
|
85
88
|
**type_display** | **String** | | [optional]
|
|
86
89
|
**uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
|
|
87
90
|
**uploader** | **String** | | [optional]
|
|
88
91
|
**uploader_url** | **String** | | [optional]
|
|
89
92
|
**version** | **String** | The raw version for this package. | [optional]
|
|
90
93
|
**version_orig** | **String** | | [optional]
|
|
94
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
91
95
|
**vulnerability_scan_results_url** | **String** | | [optional]
|
|
92
96
|
|
|
93
97
|
|
|
@@ -3,8 +3,10 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
6
7
|
**package_file** | **String** | The primary file for the package. |
|
|
7
8
|
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
|
8
9
|
**tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
|
|
10
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
9
11
|
|
|
10
12
|
|
data/docs/MavenPackageUpload.md
CHANGED
|
@@ -34,6 +34,7 @@ Name | Type | Description | Notes
|
|
|
34
34
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
35
35
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
36
36
|
**is_hidden** | **BOOLEAN** | | [optional]
|
|
37
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
37
38
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
38
39
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
39
40
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -81,18 +82,21 @@ Name | Type | Description | Notes
|
|
|
81
82
|
**status_str** | **String** | | [optional]
|
|
82
83
|
**status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
|
|
83
84
|
**status_url** | **String** | | [optional]
|
|
85
|
+
**store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
|
|
84
86
|
**subtype** | **String** | | [optional]
|
|
85
87
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
|
86
88
|
**sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
|
|
87
89
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
|
88
90
|
**tags_automatic** | [**Tags**](Tags.md) | | [optional]
|
|
89
91
|
**tags_immutable** | [**Tags**](Tags.md) | | [optional]
|
|
92
|
+
**tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
|
|
90
93
|
**type_display** | **String** | | [optional]
|
|
91
94
|
**uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
|
|
92
95
|
**uploader** | **String** | | [optional]
|
|
93
96
|
**uploader_url** | **String** | | [optional]
|
|
94
97
|
**version** | **String** | The raw version for this package. | [optional]
|
|
95
98
|
**version_orig** | **String** | | [optional]
|
|
99
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
96
100
|
**vulnerability_scan_results_url** | **String** | | [optional]
|
|
97
101
|
|
|
98
102
|
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
**artifact_id** | **String** | The ID of the artifact. | [optional]
|
|
7
7
|
**extra_files** | **Array<String>** | Extra files to include in the package. This can be a single file or multiple files. | [optional]
|
|
8
8
|
**group_id** | **String** | Artifact's group ID. | [optional]
|
|
9
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
9
10
|
**ivy_file** | **String** | The ivy file is an XML file describing the dependencies of the project. | [optional]
|
|
10
11
|
**javadoc_file** | **String** | Adds bundled Java documentation to the Maven package | [optional]
|
|
11
12
|
**package_file** | **String** | The primary file for the package. |
|
|
@@ -18,5 +19,6 @@ Name | Type | Description | Notes
|
|
|
18
19
|
**tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
|
|
19
20
|
**tests_file** | **String** | Adds bundled Java tests to the Maven package. | [optional]
|
|
20
21
|
**version** | **String** | The raw version for this package. | [optional]
|
|
22
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
21
23
|
|
|
22
24
|
|
data/docs/McpPackageUpload.md
CHANGED
|
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
|
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
34
|
**is_hidden** | **BOOLEAN** | | [optional]
|
|
35
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
35
36
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
37
38
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -76,18 +77,21 @@ Name | Type | Description | Notes
|
|
|
76
77
|
**status_str** | **String** | | [optional]
|
|
77
78
|
**status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
|
|
78
79
|
**status_url** | **String** | | [optional]
|
|
80
|
+
**store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
|
|
79
81
|
**subtype** | **String** | | [optional]
|
|
80
82
|
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
|
81
83
|
**sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
|
|
82
84
|
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
|
83
85
|
**tags_automatic** | [**Tags**](Tags.md) | | [optional]
|
|
84
86
|
**tags_immutable** | [**Tags**](Tags.md) | | [optional]
|
|
87
|
+
**tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
|
|
85
88
|
**type_display** | **String** | | [optional]
|
|
86
89
|
**uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
|
|
87
90
|
**uploader** | **String** | | [optional]
|
|
88
91
|
**uploader_url** | **String** | | [optional]
|
|
89
92
|
**version** | **String** | The raw version for this package. | [optional]
|
|
90
93
|
**version_orig** | **String** | | [optional]
|
|
94
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
91
95
|
**vulnerability_scan_results_url** | **String** | | [optional]
|
|
92
96
|
|
|
93
97
|
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
6
7
|
**package_file** | **String** | The primary file for the package. |
|
|
7
8
|
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
|
8
9
|
**tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
|
|
9
10
|
**version** | **String** | The raw version for this package. | [optional]
|
|
11
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
10
12
|
|
|
11
13
|
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# CloudsmithApi::NixPackageUpload
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**architectures** | [**Array<Architecture>**](Architecture.md) | | [optional]
|
|
7
|
+
**cdn_url** | **String** | | [optional]
|
|
8
|
+
**checksum_md5** | **String** | | [optional]
|
|
9
|
+
**checksum_sha1** | **String** | | [optional]
|
|
10
|
+
**checksum_sha256** | **String** | | [optional]
|
|
11
|
+
**checksum_sha512** | **String** | | [optional]
|
|
12
|
+
**dependencies_checksum_md5** | **String** | A checksum of all of the package's dependencies. | [optional]
|
|
13
|
+
**dependencies_url** | **String** | | [optional]
|
|
14
|
+
**description** | **String** | A textual description of this package. | [optional]
|
|
15
|
+
**display_name** | **String** | | [optional]
|
|
16
|
+
**distro** | [**Distribution**](Distribution.md) | | [optional]
|
|
17
|
+
**distro_version** | [**DistributionVersion**](DistributionVersion.md) | | [optional]
|
|
18
|
+
**downloads** | **Integer** | | [optional]
|
|
19
|
+
**epoch** | **Integer** | The epoch of the package version (if any). | [optional]
|
|
20
|
+
**extension** | **String** | | [optional]
|
|
21
|
+
**filename** | **String** | | [optional]
|
|
22
|
+
**files** | [**Array<PackageFile>**](PackageFile.md) | | [optional]
|
|
23
|
+
**format** | **String** | | [optional]
|
|
24
|
+
**format_url** | **String** | | [optional]
|
|
25
|
+
**freeable_storage** | **Integer** | Amount of storage that will be freed if this package is deleted | [optional]
|
|
26
|
+
**fully_qualified_name** | **String** | | [optional]
|
|
27
|
+
**identifier_perm** | **String** | Unique and permanent identifier for the package. | [optional]
|
|
28
|
+
**identifiers** | **Hash<String, String>** | Return a map of identifier field names and their values. | [optional]
|
|
29
|
+
**indexed** | **BOOLEAN** | | [optional]
|
|
30
|
+
**is_cancellable** | **BOOLEAN** | | [optional]
|
|
31
|
+
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
|
+
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
|
+
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
35
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
36
|
+
**is_moveable** | **BOOLEAN** | | [optional]
|
|
37
|
+
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
38
|
+
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
39
|
+
**is_resyncable** | **BOOLEAN** | | [optional]
|
|
40
|
+
**is_security_scannable** | **BOOLEAN** | | [optional]
|
|
41
|
+
**is_sync_awaiting** | **BOOLEAN** | | [optional]
|
|
42
|
+
**is_sync_completed** | **BOOLEAN** | | [optional]
|
|
43
|
+
**is_sync_failed** | **BOOLEAN** | | [optional]
|
|
44
|
+
**is_sync_in_flight** | **BOOLEAN** | | [optional]
|
|
45
|
+
**is_sync_in_progress** | **BOOLEAN** | | [optional]
|
|
46
|
+
**license** | **String** | The license of this package. | [optional]
|
|
47
|
+
**name** | **String** | The name of this package. | [optional]
|
|
48
|
+
**namespace** | **String** | | [optional]
|
|
49
|
+
**namespace_url** | **String** | | [optional]
|
|
50
|
+
**num_files** | **Integer** | | [optional]
|
|
51
|
+
**origin_repository** | **String** | | [optional]
|
|
52
|
+
**origin_repository_url** | **String** | | [optional]
|
|
53
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
54
|
+
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
55
|
+
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
56
|
+
**raw_license** | **String** | The raw license string. | [optional]
|
|
57
|
+
**release** | **String** | The release of the package version (if any). | [optional]
|
|
58
|
+
**repository** | **String** | | [optional]
|
|
59
|
+
**repository_url** | **String** | | [optional]
|
|
60
|
+
**security_scan_completed_at** | **DateTime** | The datetime the security scanning was completed. | [optional]
|
|
61
|
+
**security_scan_started_at** | **DateTime** | The datetime the security scanning was started. | [optional]
|
|
62
|
+
**security_scan_status** | **String** | | [optional] [default to 'Awaiting Security Scan']
|
|
63
|
+
**security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional]
|
|
64
|
+
**self_html_url** | **String** | | [optional]
|
|
65
|
+
**self_url** | **String** | | [optional]
|
|
66
|
+
**self_webapp_url** | **String** | | [optional]
|
|
67
|
+
**signature_url** | **String** | | [optional]
|
|
68
|
+
**size** | **Integer** | The calculated size of the package. | [optional]
|
|
69
|
+
**slug** | **String** | The public unique identifier for the package. | [optional]
|
|
70
|
+
**slug_perm** | **String** | | [optional]
|
|
71
|
+
**spdx_license** | **String** | The SPDX license identifier for this package. | [optional]
|
|
72
|
+
**stage** | **Integer** | The synchronisation (in progress) stage of the package. | [optional]
|
|
73
|
+
**stage_str** | **String** | | [optional]
|
|
74
|
+
**stage_updated_at** | **DateTime** | The datetime the package stage was updated at. | [optional]
|
|
75
|
+
**status** | **Integer** | The synchronisation status of the package. | [optional]
|
|
76
|
+
**status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional]
|
|
77
|
+
**status_str** | **String** | | [optional]
|
|
78
|
+
**status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
|
|
79
|
+
**status_url** | **String** | | [optional]
|
|
80
|
+
**store_path** | **String** | Absolute store path for the package, including store hash and name. | [optional]
|
|
81
|
+
**subtype** | **String** | | [optional]
|
|
82
|
+
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
|
83
|
+
**sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
|
|
84
|
+
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
|
85
|
+
**tags_automatic** | [**Tags**](Tags.md) | | [optional]
|
|
86
|
+
**tags_immutable** | [**Tags**](Tags.md) | | [optional]
|
|
87
|
+
**tags_static** | **Hash<String, Array<String>>** | All static tags on the package, grouped by context. Static tags are derived from the package's properties at request time and carry a 'context' (rather than a tag type). Includes format-specific badges and the package's architecture, subtype, and extension. | [optional]
|
|
88
|
+
**type_display** | **String** | | [optional]
|
|
89
|
+
**uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
|
|
90
|
+
**uploader** | **String** | | [optional]
|
|
91
|
+
**uploader_url** | **String** | | [optional]
|
|
92
|
+
**version** | **String** | The raw version for this package. | [optional]
|
|
93
|
+
**version_orig** | **String** | | [optional]
|
|
94
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
95
|
+
**vulnerability_scan_results_url** | **String** | | [optional]
|
|
96
|
+
|
|
97
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# CloudsmithApi::NixPackageUploadRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**is_malware_detected** | **BOOLEAN** | Whether the package has been detected as containing malware. Requires Ultra plan. | [optional]
|
|
7
|
+
**narinfo** | **String** | The narinfo sidecar metadata file (<storeHash>.narinfo). Optional — the package can be completed later by publishing the matching narinfo via the native HTTP PUT path. | [optional]
|
|
8
|
+
**package_file** | **String** | The primary file for the package. |
|
|
9
|
+
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
|
10
|
+
**tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
|
|
11
|
+
**version** | **String** | The raw version for this package. | [optional]
|
|
12
|
+
**vulnerability_counts** | [**WebOSVSeverityCounts**](WebOSVSeverityCounts.md) | | [optional]
|
|
13
|
+
|
|
14
|
+
|
data/docs/NixUpstream.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# CloudsmithApi::NixUpstream
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**auth_mode** | **String** | The authentication mode to use when accessing this upstream. | [optional] [default to 'None']
|
|
7
|
+
**auth_secret** | **String** | Secret to provide with requests to upstream. | [optional]
|
|
8
|
+
**auth_username** | **String** | Username to provide with requests to upstream. | [optional]
|
|
9
|
+
**available** | **BOOLEAN** | Whether the upstream is available for use. | [optional]
|
|
10
|
+
**can_reindex** | **BOOLEAN** | Whether the upstream can be reindexed. | [optional]
|
|
11
|
+
**created_at** | **DateTime** | The datetime the upstream source was created. | [optional]
|
|
12
|
+
**disable_reason** | **String** | | [optional] [default to 'N/A']
|
|
13
|
+
**disable_reason_text** | **String** | Human-readable explanation of why this upstream is disabled | [optional]
|
|
14
|
+
**extra_header_1** | **String** | The key for extra header #1 to send to upstream. | [optional]
|
|
15
|
+
**extra_header_2** | **String** | The key for extra header #2 to send to upstream. | [optional]
|
|
16
|
+
**extra_value_1** | **String** | The value for extra header #1 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
|
|
17
|
+
**extra_value_2** | **String** | The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
|
|
18
|
+
**has_failed_signature_verification** | **BOOLEAN** | Whether the upstream has failed signature verification. | [optional]
|
|
19
|
+
**index_package_count** | **Integer** | The number of packages available in this upstream source | [optional]
|
|
20
|
+
**index_status** | **String** | The current indexing status of this upstream source | [optional]
|
|
21
|
+
**is_active** | **BOOLEAN** | Whether or not this upstream is active and ready for requests. | [optional]
|
|
22
|
+
**last_indexed** | **String** | The last time this upstream source was indexed | [optional]
|
|
23
|
+
**mode** | **String** | The mode that this upstream should operate in. Upstream sources can be used to proxy resolved packages, as well as operate in a proxy/cache or cache only mode. | [optional] [default to 'Proxy Only']
|
|
24
|
+
**name** | **String** | A descriptive name for this upstream source. A shortened version of this name will be used for tagging cached packages retrieved from this upstream. |
|
|
25
|
+
**pending_validation** | **BOOLEAN** | When true, this upstream source is pending validation. | [optional]
|
|
26
|
+
**priority** | **Integer** | Upstream sources are selected for resolving requests by sequential order (1..n), followed by creation date. | [optional]
|
|
27
|
+
**slug_perm** | **String** | | [optional]
|
|
28
|
+
**updated_at** | **DateTime** | | [optional]
|
|
29
|
+
**upstream_url** | **String** | The URL for this upstream source. This must be a fully qualified URL including any path elements required to reach the root of the repository. |
|
|
30
|
+
**verify_ssl** | **BOOLEAN** | If enabled, SSL certificates are verified when requests are made to this upstream. It's recommended to leave this enabled for all public sources to help mitigate Man-In-The-Middle (MITM) attacks. Please note this only applies to HTTPS upstreams. | [optional]
|
|
31
|
+
|
|
32
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# CloudsmithApi::NixUpstreamRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**auth_mode** | **String** | The authentication mode to use when accessing this upstream. | [optional] [default to 'None']
|
|
7
|
+
**auth_secret** | **String** | Secret to provide with requests to upstream. | [optional]
|
|
8
|
+
**auth_username** | **String** | Username to provide with requests to upstream. | [optional]
|
|
9
|
+
**extra_header_1** | **String** | The key for extra header #1 to send to upstream. | [optional]
|
|
10
|
+
**extra_header_2** | **String** | The key for extra header #2 to send to upstream. | [optional]
|
|
11
|
+
**extra_value_1** | **String** | The value for extra header #1 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
|
|
12
|
+
**extra_value_2** | **String** | The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
|
|
13
|
+
**is_active** | **BOOLEAN** | Whether or not this upstream is active and ready for requests. | [optional]
|
|
14
|
+
**mode** | **String** | The mode that this upstream should operate in. Upstream sources can be used to proxy resolved packages, as well as operate in a proxy/cache or cache only mode. | [optional] [default to 'Proxy Only']
|
|
15
|
+
**name** | **String** | A descriptive name for this upstream source. A shortened version of this name will be used for tagging cached packages retrieved from this upstream. |
|
|
16
|
+
**priority** | **Integer** | Upstream sources are selected for resolving requests by sequential order (1..n), followed by creation date. | [optional]
|
|
17
|
+
**upstream_url** | **String** | The URL for this upstream source. This must be a fully qualified URL including any path elements required to reach the root of the repository. |
|
|
18
|
+
**verify_ssl** | **BOOLEAN** | If enabled, SSL certificates are verified when requests are made to this upstream. It's recommended to leave this enabled for all public sources to help mitigate Man-In-The-Middle (MITM) attacks. Please note this only applies to HTTPS upstreams. | [optional]
|
|
19
|
+
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# CloudsmithApi::NixUpstreamRequestPatch
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**auth_mode** | **String** | The authentication mode to use when accessing this upstream. | [optional] [default to 'None']
|
|
7
|
+
**auth_secret** | **String** | Secret to provide with requests to upstream. | [optional]
|
|
8
|
+
**auth_username** | **String** | Username to provide with requests to upstream. | [optional]
|
|
9
|
+
**extra_header_1** | **String** | The key for extra header #1 to send to upstream. | [optional]
|
|
10
|
+
**extra_header_2** | **String** | The key for extra header #2 to send to upstream. | [optional]
|
|
11
|
+
**extra_value_1** | **String** | The value for extra header #1 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
|
|
12
|
+
**extra_value_2** | **String** | The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
|
|
13
|
+
**is_active** | **BOOLEAN** | Whether or not this upstream is active and ready for requests. | [optional]
|
|
14
|
+
**mode** | **String** | The mode that this upstream should operate in. Upstream sources can be used to proxy resolved packages, as well as operate in a proxy/cache or cache only mode. | [optional] [default to 'Proxy Only']
|
|
15
|
+
**name** | **String** | A descriptive name for this upstream source. A shortened version of this name will be used for tagging cached packages retrieved from this upstream. | [optional]
|
|
16
|
+
**priority** | **Integer** | Upstream sources are selected for resolving requests by sequential order (1..n), followed by creation date. | [optional]
|
|
17
|
+
**upstream_url** | **String** | The URL for this upstream source. This must be a fully qualified URL including any path elements required to reach the root of the repository. | [optional]
|
|
18
|
+
**verify_ssl** | **BOOLEAN** | If enabled, SSL certificates are verified when requests are made to this upstream. It's recommended to leave this enabled for all public sources to help mitigate Man-In-The-Middle (MITM) attacks. Please note this only applies to HTTPS upstreams. | [optional]
|
|
19
|
+
|
|
20
|
+
|