├── .circleci └── config.yml ├── .envrc ├── .gitattributes ├── .gitignore ├── .pre-commit-config.yaml ├── CONTRIBUTING.md ├── CONTRIBUTORS.md ├── LICENSE ├── Makefile ├── README.md ├── bin ├── lfs │ └── swagger-codegen-cli-2.4.26.jar ├── swagger-codegen-cli └── swagger-codegen-cli.jar ├── bindings ├── java │ ├── build.sh │ ├── deploy.sh │ ├── src │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── .swagger-codegen │ │ │ └── VERSION │ │ ├── .travis.yml │ │ ├── README.md │ │ ├── build.gradle │ │ ├── build.json │ │ ├── build.sbt │ │ ├── docs │ │ │ ├── AllocatedLimit.md │ │ │ ├── AllocatedLimitRaw.md │ │ │ ├── AlpinePackageUpload.md │ │ │ ├── AlpinePackageUploadRequest.md │ │ │ ├── Architecture.md │ │ │ ├── AuditLogApi.md │ │ │ ├── BadgesApi.md │ │ │ ├── CargoPackageUpload.md │ │ │ ├── CargoPackageUploadRequest.md │ │ │ ├── CargoUpstream.md │ │ │ ├── CargoUpstreamRequest.md │ │ │ ├── CargoUpstreamRequestPatch.md │ │ │ ├── CocoapodsPackageUpload.md │ │ │ ├── CocoapodsPackageUploadRequest.md │ │ │ ├── CommonBandwidthMetrics.md │ │ │ ├── CommonBandwidthMetricsValue.md │ │ │ ├── CommonDownloadsMetrics.md │ │ │ ├── CommonDownloadsMetricsValue.md │ │ │ ├── CommonMetrics.md │ │ │ ├── ComposerPackageUpload.md │ │ │ ├── ComposerPackageUploadRequest.md │ │ │ ├── ComposerUpstream.md │ │ │ ├── ComposerUpstreamRequest.md │ │ │ ├── ComposerUpstreamRequestPatch.md │ │ │ ├── ConanPackageUpload.md │ │ │ ├── ConanPackageUploadRequest.md │ │ │ ├── CondaPackageUpload.md │ │ │ ├── CondaPackageUploadRequest.md │ │ │ ├── CondaUpstream.md │ │ │ ├── CondaUpstreamRequest.md │ │ │ ├── CondaUpstreamRequestPatch.md │ │ │ ├── CranPackageUpload.md │ │ │ ├── CranPackageUploadRequest.md │ │ │ ├── CranUpstream.md │ │ │ ├── CranUpstreamRequest.md │ │ │ ├── CranUpstreamRequestPatch.md │ │ │ ├── DartPackageUpload.md │ │ │ ├── DartPackageUploadRequest.md │ │ │ ├── DartUpstream.md │ │ │ ├── DartUpstreamRequest.md │ │ │ ├── DartUpstreamRequestPatch.md │ │ │ ├── DebPackageUpload.md │ │ │ ├── DebPackageUploadRequest.md │ │ │ ├── DebUpstream.md │ │ │ ├── DebUpstreamRequest.md │ │ │ ├── DebUpstreamRequestPatch.md │ │ │ ├── Distribution.md │ │ │ ├── DistributionFull.md │ │ │ ├── DistributionVersion.md │ │ │ ├── DistrosApi.md │ │ │ ├── DockerPackageUpload.md │ │ │ ├── DockerPackageUploadRequest.md │ │ │ ├── DockerUpstream.md │ │ │ ├── DockerUpstreamRequest.md │ │ │ ├── DockerUpstreamRequestPatch.md │ │ │ ├── DynamicMapping.md │ │ │ ├── EntitlementUsageMetrics.md │ │ │ ├── EntitlementsApi.md │ │ │ ├── ErrorDetail.md │ │ │ ├── Eula.md │ │ │ ├── FilesApi.md │ │ │ ├── Format.md │ │ │ ├── FormatSupport.md │ │ │ ├── FormatSupportUpstream.md │ │ │ ├── FormatsApi.md │ │ │ ├── GeoIpLocation.md │ │ │ ├── GoPackageUpload.md │ │ │ ├── GoPackageUploadRequest.md │ │ │ ├── GoUpstream.md │ │ │ ├── GoUpstreamRequest.md │ │ │ ├── GoUpstreamRequestPatch.md │ │ │ ├── HelmPackageUpload.md │ │ │ ├── HelmPackageUploadRequest.md │ │ │ ├── HelmUpstream.md │ │ │ ├── HelmUpstreamRequest.md │ │ │ ├── HelmUpstreamRequestPatch.md │ │ │ ├── HexPackageUpload.md │ │ │ ├── HexPackageUploadRequest.md │ │ │ ├── HexUpstream.md │ │ │ ├── HexUpstreamRequest.md │ │ │ ├── HexUpstreamRequestPatch.md │ │ │ ├── History.md │ │ │ ├── HistoryFieldset.md │ │ │ ├── HistoryFieldsetRaw.md │ │ │ ├── HuggingfacePackageUpload.md │ │ │ ├── HuggingfacePackageUploadRequest.md │ │ │ ├── HuggingfaceUpstream.md │ │ │ ├── HuggingfaceUpstreamRequest.md │ │ │ ├── HuggingfaceUpstreamRequestPatch.md │ │ │ ├── InlineResponse200.md │ │ │ ├── InlineResponse2001.md │ │ │ ├── LuarocksPackageUpload.md │ │ │ ├── LuarocksPackageUploadRequest.md │ │ │ ├── MavenPackageUpload.md │ │ │ ├── MavenPackageUploadRequest.md │ │ │ ├── MavenUpstream.md │ │ │ ├── MavenUpstreamRequest.md │ │ │ ├── MavenUpstreamRequestPatch.md │ │ │ ├── MetricsApi.md │ │ │ ├── ModelPackage.md │ │ │ ├── Namespace.md │ │ │ ├── NamespaceAuditLog.md │ │ │ ├── NamespacesApi.md │ │ │ ├── NestedLicensePolicy.md │ │ │ ├── NestedVulnerabilityPolicy.md │ │ │ ├── NestedVulnerabilityScanResults.md │ │ │ ├── NpmPackageUpload.md │ │ │ ├── NpmPackageUploadRequest.md │ │ │ ├── NpmUpstream.md │ │ │ ├── NpmUpstreamRequest.md │ │ │ ├── NpmUpstreamRequestPatch.md │ │ │ ├── NugetPackageUpload.md │ │ │ ├── NugetPackageUploadRequest.md │ │ │ ├── NugetUpstream.md │ │ │ ├── NugetUpstreamRequest.md │ │ │ ├── NugetUpstreamRequestPatch.md │ │ │ ├── Organization.md │ │ │ ├── OrganizationGroupSync.md │ │ │ ├── OrganizationGroupSyncRequest.md │ │ │ ├── OrganizationGroupSyncStatus.md │ │ │ ├── OrganizationInvite.md │ │ │ ├── OrganizationInviteExtend.md │ │ │ ├── OrganizationInviteRequest.md │ │ │ ├── OrganizationInviteUpdate.md │ │ │ ├── OrganizationInviteUpdateRequestPatch.md │ │ │ ├── OrganizationMembership.md │ │ │ ├── OrganizationMembershipRequestPatch.md │ │ │ ├── OrganizationMembershipRoleUpdate.md │ │ │ ├── OrganizationMembershipRoleUpdateRequestPatch.md │ │ │ ├── OrganizationMembershipVisibilityUpdate.md │ │ │ ├── OrganizationMembershipVisibilityUpdateRequestPatch.md │ │ │ ├── OrganizationPackageLicensePolicy.md │ │ │ ├── OrganizationPackageLicensePolicyRequest.md │ │ │ ├── OrganizationPackageLicensePolicyRequestPatch.md │ │ │ ├── OrganizationPackageVulnerabilityPolicy.md │ │ │ ├── OrganizationPackageVulnerabilityPolicyRequest.md │ │ │ ├── OrganizationPackageVulnerabilityPolicyRequestPatch.md │ │ │ ├── OrganizationSAMLAuth.md │ │ │ ├── OrganizationSAMLAuthRequestPatch.md │ │ │ ├── OrganizationTeam.md │ │ │ ├── OrganizationTeamInvite.md │ │ │ ├── OrganizationTeamMembers.md │ │ │ ├── OrganizationTeamMembership.md │ │ │ ├── OrganizationTeamRequest.md │ │ │ ├── OrganizationTeamRequestPatch.md │ │ │ ├── OrgsApi.md │ │ │ ├── P2PackageUpload.md │ │ │ ├── P2PackageUploadRequest.md │ │ │ ├── PackageCopy.md │ │ │ ├── PackageCopyRequest.md │ │ │ ├── PackageDenyPolicy.md │ │ │ ├── PackageDenyPolicyRequest.md │ │ │ ├── PackageDenyPolicyRequestPatch.md │ │ │ ├── PackageDependencies.md │ │ │ ├── PackageDependency.md │ │ │ ├── PackageFile.md │ │ │ ├── PackageFilePartsUpload.md │ │ │ ├── PackageFileUpload.md │ │ │ ├── PackageFileUploadRequest.md │ │ │ ├── PackageGroup.md │ │ │ ├── PackageLicense.md │ │ │ ├── PackageLicensePolicyEvaluationRequest.md │ │ │ ├── PackageLicensePolicyEvaluationRequestRequest.md │ │ │ ├── PackageLicensePolicyViolationLog.md │ │ │ ├── PackageLicensePolicyViolationLogCursorPage.md │ │ │ ├── PackageLicenseRequestPatch.md │ │ │ ├── PackageMove.md │ │ │ ├── PackageMoveRequest.md │ │ │ ├── PackageQuarantine.md │ │ │ ├── PackageQuarantineRequest.md │ │ │ ├── PackageResync.md │ │ │ ├── PackageStatus.md │ │ │ ├── PackageTag.md │ │ │ ├── PackageTagRequest.md │ │ │ ├── PackageUsageMetrics.md │ │ │ ├── PackageVersionBadge.md │ │ │ ├── PackageVulnerability.md │ │ │ ├── PackageVulnerabilityPolicyEvaluationRequest.md │ │ │ ├── PackageVulnerabilityPolicyEvaluationRequestRequest.md │ │ │ ├── PackageVulnerabilityPolicyViolationLog.md │ │ │ ├── PackageVulnerabilityPolicyViolationLogCursorPage.md │ │ │ ├── PackagesApi.md │ │ │ ├── ProviderSettings.md │ │ │ ├── ProviderSettingsWrite.md │ │ │ ├── ProviderSettingsWriteRequest.md │ │ │ ├── ProviderSettingsWriteRequestPatch.md │ │ │ ├── PythonPackageUpload.md │ │ │ ├── PythonPackageUploadRequest.md │ │ │ ├── PythonUpstream.md │ │ │ ├── PythonUpstreamRequest.md │ │ │ ├── PythonUpstreamRequestPatch.md │ │ │ ├── Quota.md │ │ │ ├── QuotaApi.md │ │ │ ├── QuotaHistory.md │ │ │ ├── RateCheck.md │ │ │ ├── RatesApi.md │ │ │ ├── RawPackageUpload.md │ │ │ ├── RawPackageUploadRequest.md │ │ │ ├── ReposApi.md │ │ │ ├── Repository.md │ │ │ ├── RepositoryAuditLog.md │ │ │ ├── RepositoryCreate.md │ │ │ ├── RepositoryCreateRequest.md │ │ │ ├── RepositoryEcdsaKey.md │ │ │ ├── RepositoryEcdsaKeyCreate.md │ │ │ ├── RepositoryGeoIpCidr.md │ │ │ ├── RepositoryGeoIpCountryCode.md │ │ │ ├── RepositoryGeoIpRules.md │ │ │ ├── RepositoryGeoIpRulesRequest.md │ │ │ ├── RepositoryGeoIpRulesRequestPatch.md │ │ │ ├── RepositoryGeoIpStatus.md │ │ │ ├── RepositoryGeoIpTestAddress.md │ │ │ ├── RepositoryGeoIpTestAddressResponse.md │ │ │ ├── RepositoryGeoIpTestAddressResponseDict.md │ │ │ ├── RepositoryGpgKey.md │ │ │ ├── RepositoryGpgKeyCreate.md │ │ │ ├── RepositoryPrivilegeDict.md │ │ │ ├── RepositoryPrivilegeInput.md │ │ │ ├── RepositoryPrivilegeInputRequest.md │ │ │ ├── RepositoryPrivilegeInputRequestPatch.md │ │ │ ├── RepositoryRequestPatch.md │ │ │ ├── RepositoryRetentionRules.md │ │ │ ├── RepositoryRetentionRulesRequestPatch.md │ │ │ ├── RepositoryRsaKey.md │ │ │ ├── RepositoryRsaKeyCreate.md │ │ │ ├── RepositoryToken.md │ │ │ ├── RepositoryTokenAction.md │ │ │ ├── RepositoryTokenRefresh.md │ │ │ ├── RepositoryTokenRefreshRequest.md │ │ │ ├── RepositoryTokenRequest.md │ │ │ ├── RepositoryTokenRequestPatch.md │ │ │ ├── RepositoryTokenSync.md │ │ │ ├── RepositoryTokenSyncRequest.md │ │ │ ├── RepositoryTransferRegion.md │ │ │ ├── RepositoryTransferRegionRequest.md │ │ │ ├── RepositoryWebhook.md │ │ │ ├── RepositoryWebhookRequest.md │ │ │ ├── RepositoryWebhookRequestPatch.md │ │ │ ├── RepositoryX509EcdsaCertificate.md │ │ │ ├── RepositoryX509RsaCertificate.md │ │ │ ├── ResourcesRateCheck.md │ │ │ ├── RespositoryGeoIpEnableDisable.md │ │ │ ├── RespositoryGeoIpEnableDisableRequest.md │ │ │ ├── RpmPackageUpload.md │ │ │ ├── RpmPackageUploadRequest.md │ │ │ ├── RpmUpstream.md │ │ │ ├── RpmUpstreamRequest.md │ │ │ ├── RpmUpstreamRequestPatch.md │ │ │ ├── RubyPackageUpload.md │ │ │ ├── RubyPackageUploadRequest.md │ │ │ ├── RubyUpstream.md │ │ │ ├── RubyUpstreamRequest.md │ │ │ ├── RubyUpstreamRequestPatch.md │ │ │ ├── Service.md │ │ │ ├── ServiceRequest.md │ │ │ ├── ServiceRequestPatch.md │ │ │ ├── ServiceTeams.md │ │ │ ├── StatusApi.md │ │ │ ├── StatusBasic.md │ │ │ ├── StorageAllocatedLimit.md │ │ │ ├── StorageAllocatedLimitRaw.md │ │ │ ├── StorageRegion.md │ │ │ ├── StorageRegionsApi.md │ │ │ ├── StorageUsage.md │ │ │ ├── StorageUsageRaw.md │ │ │ ├── SwiftPackageUpload.md │ │ │ ├── SwiftPackageUploadRequest.md │ │ │ ├── SwiftUpstream.md │ │ │ ├── SwiftUpstreamRequest.md │ │ │ ├── SwiftUpstreamRequestPatch.md │ │ │ ├── Tags.md │ │ │ ├── TerraformPackageUpload.md │ │ │ ├── TerraformPackageUploadRequest.md │ │ │ ├── Usage.md │ │ │ ├── UsageFieldset.md │ │ │ ├── UsageLimits.md │ │ │ ├── UsageLimitsRaw.md │ │ │ ├── UsageRaw.md │ │ │ ├── UserApi.md │ │ │ ├── UserAuthToken.md │ │ │ ├── UserAuthTokenRequest.md │ │ │ ├── UserAuthenticationToken.md │ │ │ ├── UserBrief.md │ │ │ ├── UserProfile.md │ │ │ ├── UsersApi.md │ │ │ ├── VagrantPackageUpload.md │ │ │ ├── VagrantPackageUploadRequest.md │ │ │ ├── VulnerabilitiesApi.md │ │ │ ├── Vulnerability.md │ │ │ ├── VulnerabilityScan.md │ │ │ ├── VulnerabilityScanResults.md │ │ │ ├── VulnerabilityScanResultsList.md │ │ │ ├── VulnerabilityScanVersion.md │ │ │ ├── WebhookTemplate.md │ │ │ └── WebhooksApi.md │ │ ├── git_push.sh │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ ├── pom.xml │ │ ├── settings.gradle │ │ └── src │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ └── java │ │ │ │ └── io │ │ │ │ └── cloudsmith │ │ │ │ └── api │ │ │ │ ├── ApiCallback.java │ │ │ │ ├── ApiClient.java │ │ │ │ ├── ApiException.java │ │ │ │ ├── ApiResponse.java │ │ │ │ ├── BeanValidationException.java │ │ │ │ ├── Configuration.java │ │ │ │ ├── GzipRequestInterceptor.java │ │ │ │ ├── JSON.java │ │ │ │ ├── Pair.java │ │ │ │ ├── ProgressRequestBody.java │ │ │ │ ├── ProgressResponseBody.java │ │ │ │ ├── StringUtil.java │ │ │ │ ├── apis │ │ │ │ ├── AuditLogApi.java │ │ │ │ ├── BadgesApi.java │ │ │ │ ├── DistrosApi.java │ │ │ │ ├── EntitlementsApi.java │ │ │ │ ├── FilesApi.java │ │ │ │ ├── FormatsApi.java │ │ │ │ ├── MetricsApi.java │ │ │ │ ├── NamespacesApi.java │ │ │ │ ├── OrgsApi.java │ │ │ │ ├── PackagesApi.java │ │ │ │ ├── QuotaApi.java │ │ │ │ ├── RatesApi.java │ │ │ │ ├── ReposApi.java │ │ │ │ ├── StatusApi.java │ │ │ │ ├── StorageRegionsApi.java │ │ │ │ ├── UserApi.java │ │ │ │ ├── UsersApi.java │ │ │ │ ├── VulnerabilitiesApi.java │ │ │ │ └── WebhooksApi.java │ │ │ │ ├── auth │ │ │ │ ├── ApiKeyAuth.java │ │ │ │ ├── Authentication.java │ │ │ │ ├── HttpBasicAuth.java │ │ │ │ ├── OAuth.java │ │ │ │ └── OAuthFlow.java │ │ │ │ └── models │ │ │ │ ├── AllocatedLimit.java │ │ │ │ ├── AllocatedLimitRaw.java │ │ │ │ ├── AlpinePackageUpload.java │ │ │ │ ├── AlpinePackageUploadRequest.java │ │ │ │ ├── Architecture.java │ │ │ │ ├── CargoPackageUpload.java │ │ │ │ ├── CargoPackageUploadRequest.java │ │ │ │ ├── CargoUpstream.java │ │ │ │ ├── CargoUpstreamRequest.java │ │ │ │ ├── CargoUpstreamRequestPatch.java │ │ │ │ ├── CocoapodsPackageUpload.java │ │ │ │ ├── CocoapodsPackageUploadRequest.java │ │ │ │ ├── CommonBandwidthMetrics.java │ │ │ │ ├── CommonBandwidthMetricsValue.java │ │ │ │ ├── CommonDownloadsMetrics.java │ │ │ │ ├── CommonDownloadsMetricsValue.java │ │ │ │ ├── CommonMetrics.java │ │ │ │ ├── ComposerPackageUpload.java │ │ │ │ ├── ComposerPackageUploadRequest.java │ │ │ │ ├── ComposerUpstream.java │ │ │ │ ├── ComposerUpstreamRequest.java │ │ │ │ ├── ComposerUpstreamRequestPatch.java │ │ │ │ ├── ConanPackageUpload.java │ │ │ │ ├── ConanPackageUploadRequest.java │ │ │ │ ├── CondaPackageUpload.java │ │ │ │ ├── CondaPackageUploadRequest.java │ │ │ │ ├── CondaUpstream.java │ │ │ │ ├── CondaUpstreamRequest.java │ │ │ │ ├── CondaUpstreamRequestPatch.java │ │ │ │ ├── CranPackageUpload.java │ │ │ │ ├── CranPackageUploadRequest.java │ │ │ │ ├── CranUpstream.java │ │ │ │ ├── CranUpstreamRequest.java │ │ │ │ ├── CranUpstreamRequestPatch.java │ │ │ │ ├── DartPackageUpload.java │ │ │ │ ├── DartPackageUploadRequest.java │ │ │ │ ├── DartUpstream.java │ │ │ │ ├── DartUpstreamRequest.java │ │ │ │ ├── DartUpstreamRequestPatch.java │ │ │ │ ├── DebPackageUpload.java │ │ │ │ ├── DebPackageUploadRequest.java │ │ │ │ ├── DebUpstream.java │ │ │ │ ├── DebUpstreamRequest.java │ │ │ │ ├── DebUpstreamRequestPatch.java │ │ │ │ ├── Distribution.java │ │ │ │ ├── DistributionFull.java │ │ │ │ ├── DistributionVersion.java │ │ │ │ ├── DockerPackageUpload.java │ │ │ │ ├── DockerPackageUploadRequest.java │ │ │ │ ├── DockerUpstream.java │ │ │ │ ├── DockerUpstreamRequest.java │ │ │ │ ├── DockerUpstreamRequestPatch.java │ │ │ │ ├── DynamicMapping.java │ │ │ │ ├── EntitlementUsageMetrics.java │ │ │ │ ├── ErrorDetail.java │ │ │ │ ├── Eula.java │ │ │ │ ├── Format.java │ │ │ │ ├── FormatSupport.java │ │ │ │ ├── FormatSupportUpstream.java │ │ │ │ ├── GeoIpLocation.java │ │ │ │ ├── GoPackageUpload.java │ │ │ │ ├── GoPackageUploadRequest.java │ │ │ │ ├── GoUpstream.java │ │ │ │ ├── GoUpstreamRequest.java │ │ │ │ ├── GoUpstreamRequestPatch.java │ │ │ │ ├── HelmPackageUpload.java │ │ │ │ ├── HelmPackageUploadRequest.java │ │ │ │ ├── HelmUpstream.java │ │ │ │ ├── HelmUpstreamRequest.java │ │ │ │ ├── HelmUpstreamRequestPatch.java │ │ │ │ ├── HexPackageUpload.java │ │ │ │ ├── HexPackageUploadRequest.java │ │ │ │ ├── HexUpstream.java │ │ │ │ ├── HexUpstreamRequest.java │ │ │ │ ├── HexUpstreamRequestPatch.java │ │ │ │ ├── History.java │ │ │ │ ├── HistoryFieldset.java │ │ │ │ ├── HistoryFieldsetRaw.java │ │ │ │ ├── HuggingfacePackageUpload.java │ │ │ │ ├── HuggingfacePackageUploadRequest.java │ │ │ │ ├── HuggingfaceUpstream.java │ │ │ │ ├── HuggingfaceUpstreamRequest.java │ │ │ │ ├── HuggingfaceUpstreamRequestPatch.java │ │ │ │ ├── InlineResponse200.java │ │ │ │ ├── InlineResponse2001.java │ │ │ │ ├── LuarocksPackageUpload.java │ │ │ │ ├── LuarocksPackageUploadRequest.java │ │ │ │ ├── MavenPackageUpload.java │ │ │ │ ├── MavenPackageUploadRequest.java │ │ │ │ ├── MavenUpstream.java │ │ │ │ ├── MavenUpstreamRequest.java │ │ │ │ ├── MavenUpstreamRequestPatch.java │ │ │ │ ├── ModelPackage.java │ │ │ │ ├── Namespace.java │ │ │ │ ├── NamespaceAuditLog.java │ │ │ │ ├── NestedLicensePolicy.java │ │ │ │ ├── NestedVulnerabilityPolicy.java │ │ │ │ ├── NestedVulnerabilityScanResults.java │ │ │ │ ├── NpmPackageUpload.java │ │ │ │ ├── NpmPackageUploadRequest.java │ │ │ │ ├── NpmUpstream.java │ │ │ │ ├── NpmUpstreamRequest.java │ │ │ │ ├── NpmUpstreamRequestPatch.java │ │ │ │ ├── NugetPackageUpload.java │ │ │ │ ├── NugetPackageUploadRequest.java │ │ │ │ ├── NugetUpstream.java │ │ │ │ ├── NugetUpstreamRequest.java │ │ │ │ ├── NugetUpstreamRequestPatch.java │ │ │ │ ├── Organization.java │ │ │ │ ├── OrganizationGroupSync.java │ │ │ │ ├── OrganizationGroupSyncRequest.java │ │ │ │ ├── OrganizationGroupSyncStatus.java │ │ │ │ ├── OrganizationInvite.java │ │ │ │ ├── OrganizationInviteExtend.java │ │ │ │ ├── OrganizationInviteRequest.java │ │ │ │ ├── OrganizationInviteUpdate.java │ │ │ │ ├── OrganizationInviteUpdateRequestPatch.java │ │ │ │ ├── OrganizationMembership.java │ │ │ │ ├── OrganizationMembershipRequestPatch.java │ │ │ │ ├── OrganizationMembershipRoleUpdate.java │ │ │ │ ├── OrganizationMembershipRoleUpdateRequestPatch.java │ │ │ │ ├── OrganizationMembershipVisibilityUpdate.java │ │ │ │ ├── OrganizationMembershipVisibilityUpdateRequestPatch.java │ │ │ │ ├── OrganizationPackageLicensePolicy.java │ │ │ │ ├── OrganizationPackageLicensePolicyRequest.java │ │ │ │ ├── OrganizationPackageLicensePolicyRequestPatch.java │ │ │ │ ├── OrganizationPackageVulnerabilityPolicy.java │ │ │ │ ├── OrganizationPackageVulnerabilityPolicyRequest.java │ │ │ │ ├── OrganizationPackageVulnerabilityPolicyRequestPatch.java │ │ │ │ ├── OrganizationSAMLAuth.java │ │ │ │ ├── OrganizationSAMLAuthRequestPatch.java │ │ │ │ ├── OrganizationTeam.java │ │ │ │ ├── OrganizationTeamInvite.java │ │ │ │ ├── OrganizationTeamMembers.java │ │ │ │ ├── OrganizationTeamMembership.java │ │ │ │ ├── OrganizationTeamRequest.java │ │ │ │ ├── OrganizationTeamRequestPatch.java │ │ │ │ ├── P2PackageUpload.java │ │ │ │ ├── P2PackageUploadRequest.java │ │ │ │ ├── PackageCopy.java │ │ │ │ ├── PackageCopyRequest.java │ │ │ │ ├── PackageDenyPolicy.java │ │ │ │ ├── PackageDenyPolicyRequest.java │ │ │ │ ├── PackageDenyPolicyRequestPatch.java │ │ │ │ ├── PackageDependencies.java │ │ │ │ ├── PackageDependency.java │ │ │ │ ├── PackageFile.java │ │ │ │ ├── PackageFilePartsUpload.java │ │ │ │ ├── PackageFileUpload.java │ │ │ │ ├── PackageFileUploadRequest.java │ │ │ │ ├── PackageGroup.java │ │ │ │ ├── PackageLicense.java │ │ │ │ ├── PackageLicensePolicyEvaluationRequest.java │ │ │ │ ├── PackageLicensePolicyEvaluationRequestRequest.java │ │ │ │ ├── PackageLicensePolicyViolationLog.java │ │ │ │ ├── PackageLicensePolicyViolationLogCursorPage.java │ │ │ │ ├── PackageLicenseRequestPatch.java │ │ │ │ ├── PackageMove.java │ │ │ │ ├── PackageMoveRequest.java │ │ │ │ ├── PackageQuarantine.java │ │ │ │ ├── PackageQuarantineRequest.java │ │ │ │ ├── PackageResync.java │ │ │ │ ├── PackageStatus.java │ │ │ │ ├── PackageTag.java │ │ │ │ ├── PackageTagRequest.java │ │ │ │ ├── PackageUsageMetrics.java │ │ │ │ ├── PackageVersionBadge.java │ │ │ │ ├── PackageVulnerability.java │ │ │ │ ├── PackageVulnerabilityPolicyEvaluationRequest.java │ │ │ │ ├── PackageVulnerabilityPolicyEvaluationRequestRequest.java │ │ │ │ ├── PackageVulnerabilityPolicyViolationLog.java │ │ │ │ ├── PackageVulnerabilityPolicyViolationLogCursorPage.java │ │ │ │ ├── ProviderSettings.java │ │ │ │ ├── ProviderSettingsWrite.java │ │ │ │ ├── ProviderSettingsWriteRequest.java │ │ │ │ ├── ProviderSettingsWriteRequestPatch.java │ │ │ │ ├── PythonPackageUpload.java │ │ │ │ ├── PythonPackageUploadRequest.java │ │ │ │ ├── PythonUpstream.java │ │ │ │ ├── PythonUpstreamRequest.java │ │ │ │ ├── PythonUpstreamRequestPatch.java │ │ │ │ ├── Quota.java │ │ │ │ ├── QuotaHistory.java │ │ │ │ ├── RateCheck.java │ │ │ │ ├── RawPackageUpload.java │ │ │ │ ├── RawPackageUploadRequest.java │ │ │ │ ├── Repository.java │ │ │ │ ├── RepositoryAuditLog.java │ │ │ │ ├── RepositoryCreate.java │ │ │ │ ├── RepositoryCreateRequest.java │ │ │ │ ├── RepositoryEcdsaKey.java │ │ │ │ ├── RepositoryEcdsaKeyCreate.java │ │ │ │ ├── RepositoryGeoIpCidr.java │ │ │ │ ├── RepositoryGeoIpCountryCode.java │ │ │ │ ├── RepositoryGeoIpRules.java │ │ │ │ ├── RepositoryGeoIpRulesRequest.java │ │ │ │ ├── RepositoryGeoIpRulesRequestPatch.java │ │ │ │ ├── RepositoryGeoIpStatus.java │ │ │ │ ├── RepositoryGeoIpTestAddress.java │ │ │ │ ├── RepositoryGeoIpTestAddressResponse.java │ │ │ │ ├── RepositoryGeoIpTestAddressResponseDict.java │ │ │ │ ├── RepositoryGpgKey.java │ │ │ │ ├── RepositoryGpgKeyCreate.java │ │ │ │ ├── RepositoryPrivilegeDict.java │ │ │ │ ├── RepositoryPrivilegeInput.java │ │ │ │ ├── RepositoryPrivilegeInputRequest.java │ │ │ │ ├── RepositoryPrivilegeInputRequestPatch.java │ │ │ │ ├── RepositoryRequestPatch.java │ │ │ │ ├── RepositoryRetentionRules.java │ │ │ │ ├── RepositoryRetentionRulesRequestPatch.java │ │ │ │ ├── RepositoryRsaKey.java │ │ │ │ ├── RepositoryRsaKeyCreate.java │ │ │ │ ├── RepositoryToken.java │ │ │ │ ├── RepositoryTokenAction.java │ │ │ │ ├── RepositoryTokenRefresh.java │ │ │ │ ├── RepositoryTokenRefreshRequest.java │ │ │ │ ├── RepositoryTokenRequest.java │ │ │ │ ├── RepositoryTokenRequestPatch.java │ │ │ │ ├── RepositoryTokenSync.java │ │ │ │ ├── RepositoryTokenSyncRequest.java │ │ │ │ ├── RepositoryTransferRegion.java │ │ │ │ ├── RepositoryTransferRegionRequest.java │ │ │ │ ├── RepositoryWebhook.java │ │ │ │ ├── RepositoryWebhookRequest.java │ │ │ │ ├── RepositoryWebhookRequestPatch.java │ │ │ │ ├── RepositoryX509EcdsaCertificate.java │ │ │ │ ├── RepositoryX509RsaCertificate.java │ │ │ │ ├── ResourcesRateCheck.java │ │ │ │ ├── RespositoryGeoIpEnableDisable.java │ │ │ │ ├── RespositoryGeoIpEnableDisableRequest.java │ │ │ │ ├── RpmPackageUpload.java │ │ │ │ ├── RpmPackageUploadRequest.java │ │ │ │ ├── RpmUpstream.java │ │ │ │ ├── RpmUpstreamRequest.java │ │ │ │ ├── RpmUpstreamRequestPatch.java │ │ │ │ ├── RubyPackageUpload.java │ │ │ │ ├── RubyPackageUploadRequest.java │ │ │ │ ├── RubyUpstream.java │ │ │ │ ├── RubyUpstreamRequest.java │ │ │ │ ├── RubyUpstreamRequestPatch.java │ │ │ │ ├── Service.java │ │ │ │ ├── ServiceRequest.java │ │ │ │ ├── ServiceRequestPatch.java │ │ │ │ ├── ServiceTeams.java │ │ │ │ ├── StatusBasic.java │ │ │ │ ├── StorageAllocatedLimit.java │ │ │ │ ├── StorageAllocatedLimitRaw.java │ │ │ │ ├── StorageRegion.java │ │ │ │ ├── StorageUsage.java │ │ │ │ ├── StorageUsageRaw.java │ │ │ │ ├── SwiftPackageUpload.java │ │ │ │ ├── SwiftPackageUploadRequest.java │ │ │ │ ├── SwiftUpstream.java │ │ │ │ ├── SwiftUpstreamRequest.java │ │ │ │ ├── SwiftUpstreamRequestPatch.java │ │ │ │ ├── Tags.java │ │ │ │ ├── TerraformPackageUpload.java │ │ │ │ ├── TerraformPackageUploadRequest.java │ │ │ │ ├── Usage.java │ │ │ │ ├── UsageFieldset.java │ │ │ │ ├── UsageLimits.java │ │ │ │ ├── UsageLimitsRaw.java │ │ │ │ ├── UsageRaw.java │ │ │ │ ├── UserAuthToken.java │ │ │ │ ├── UserAuthTokenRequest.java │ │ │ │ ├── UserAuthenticationToken.java │ │ │ │ ├── UserBrief.java │ │ │ │ ├── UserProfile.java │ │ │ │ ├── VagrantPackageUpload.java │ │ │ │ ├── VagrantPackageUploadRequest.java │ │ │ │ ├── Vulnerability.java │ │ │ │ ├── VulnerabilityScan.java │ │ │ │ ├── VulnerabilityScanResults.java │ │ │ │ ├── VulnerabilityScanResultsList.java │ │ │ │ ├── VulnerabilityScanVersion.java │ │ │ │ └── WebhookTemplate.java │ │ │ └── test │ │ │ └── java │ │ │ └── io │ │ │ └── cloudsmith │ │ │ └── api │ │ │ └── apis │ │ │ ├── AuditLogApiTest.java │ │ │ ├── BadgesApiTest.java │ │ │ ├── DistrosApiTest.java │ │ │ ├── EntitlementsApiTest.java │ │ │ ├── FilesApiTest.java │ │ │ ├── FormatsApiTest.java │ │ │ ├── MetricsApiTest.java │ │ │ ├── NamespacesApiTest.java │ │ │ ├── OrgsApiTest.java │ │ │ ├── PackagesApiTest.java │ │ │ ├── QuotaApiTest.java │ │ │ ├── RatesApiTest.java │ │ │ ├── ReposApiTest.java │ │ │ ├── StatusApiTest.java │ │ │ ├── StorageRegionsApiTest.java │ │ │ ├── UserApiTest.java │ │ │ ├── UsersApiTest.java │ │ │ ├── VulnerabilitiesApiTest.java │ │ │ └── WebhooksApiTest.java │ ├── templates │ │ └── beanValidationCore.mustache │ └── test.sh ├── python │ ├── build.sh │ ├── deploy.sh │ ├── src │ │ ├── .gitignore │ │ ├── .swagger-codegen-ignore │ │ ├── .swagger-codegen │ │ │ └── VERSION │ │ ├── .travis.yml │ │ ├── README.md │ │ ├── build.json │ │ ├── cloudsmith_api │ │ │ ├── __init__.py │ │ │ ├── api │ │ │ │ ├── __init__.py │ │ │ │ ├── audit_log_api.py │ │ │ │ ├── badges_api.py │ │ │ │ ├── distros_api.py │ │ │ │ ├── entitlements_api.py │ │ │ │ ├── files_api.py │ │ │ │ ├── formats_api.py │ │ │ │ ├── metrics_api.py │ │ │ │ ├── namespaces_api.py │ │ │ │ ├── orgs_api.py │ │ │ │ ├── packages_api.py │ │ │ │ ├── quota_api.py │ │ │ │ ├── rates_api.py │ │ │ │ ├── repos_api.py │ │ │ │ ├── status_api.py │ │ │ │ ├── storage_regions_api.py │ │ │ │ ├── user_api.py │ │ │ │ ├── users_api.py │ │ │ │ ├── vulnerabilities_api.py │ │ │ │ └── webhooks_api.py │ │ │ ├── api_client.py │ │ │ ├── configuration.py │ │ │ ├── models │ │ │ │ ├── __init__.py │ │ │ │ ├── allocated_limit.py │ │ │ │ ├── allocated_limit_raw.py │ │ │ │ ├── alpine_package_upload.py │ │ │ │ ├── alpine_package_upload_request.py │ │ │ │ ├── architecture.py │ │ │ │ ├── cargo_package_upload.py │ │ │ │ ├── cargo_package_upload_request.py │ │ │ │ ├── cargo_upstream.py │ │ │ │ ├── cargo_upstream_request.py │ │ │ │ ├── cargo_upstream_request_patch.py │ │ │ │ ├── cocoapods_package_upload.py │ │ │ │ ├── cocoapods_package_upload_request.py │ │ │ │ ├── common_bandwidth_metrics.py │ │ │ │ ├── common_bandwidth_metrics_value.py │ │ │ │ ├── common_downloads_metrics.py │ │ │ │ ├── common_downloads_metrics_value.py │ │ │ │ ├── common_metrics.py │ │ │ │ ├── composer_package_upload.py │ │ │ │ ├── composer_package_upload_request.py │ │ │ │ ├── composer_upstream.py │ │ │ │ ├── composer_upstream_request.py │ │ │ │ ├── composer_upstream_request_patch.py │ │ │ │ ├── conan_package_upload.py │ │ │ │ ├── conan_package_upload_request.py │ │ │ │ ├── conda_package_upload.py │ │ │ │ ├── conda_package_upload_request.py │ │ │ │ ├── conda_upstream.py │ │ │ │ ├── conda_upstream_request.py │ │ │ │ ├── conda_upstream_request_patch.py │ │ │ │ ├── cran_package_upload.py │ │ │ │ ├── cran_package_upload_request.py │ │ │ │ ├── cran_upstream.py │ │ │ │ ├── cran_upstream_request.py │ │ │ │ ├── cran_upstream_request_patch.py │ │ │ │ ├── dart_package_upload.py │ │ │ │ ├── dart_package_upload_request.py │ │ │ │ ├── dart_upstream.py │ │ │ │ ├── dart_upstream_request.py │ │ │ │ ├── dart_upstream_request_patch.py │ │ │ │ ├── deb_package_upload.py │ │ │ │ ├── deb_package_upload_request.py │ │ │ │ ├── deb_upstream.py │ │ │ │ ├── deb_upstream_request.py │ │ │ │ ├── deb_upstream_request_patch.py │ │ │ │ ├── distribution.py │ │ │ │ ├── distribution_full.py │ │ │ │ ├── distribution_version.py │ │ │ │ ├── docker_package_upload.py │ │ │ │ ├── docker_package_upload_request.py │ │ │ │ ├── docker_upstream.py │ │ │ │ ├── docker_upstream_request.py │ │ │ │ ├── docker_upstream_request_patch.py │ │ │ │ ├── dynamic_mapping.py │ │ │ │ ├── entitlement_usage_metrics.py │ │ │ │ ├── error_detail.py │ │ │ │ ├── eula.py │ │ │ │ ├── format.py │ │ │ │ ├── format_support.py │ │ │ │ ├── format_support_upstream.py │ │ │ │ ├── geo_ip_location.py │ │ │ │ ├── go_package_upload.py │ │ │ │ ├── go_package_upload_request.py │ │ │ │ ├── go_upstream.py │ │ │ │ ├── go_upstream_request.py │ │ │ │ ├── go_upstream_request_patch.py │ │ │ │ ├── helm_package_upload.py │ │ │ │ ├── helm_package_upload_request.py │ │ │ │ ├── helm_upstream.py │ │ │ │ ├── helm_upstream_request.py │ │ │ │ ├── helm_upstream_request_patch.py │ │ │ │ ├── hex_package_upload.py │ │ │ │ ├── hex_package_upload_request.py │ │ │ │ ├── hex_upstream.py │ │ │ │ ├── hex_upstream_request.py │ │ │ │ ├── hex_upstream_request_patch.py │ │ │ │ ├── history.py │ │ │ │ ├── history_fieldset.py │ │ │ │ ├── history_fieldset_raw.py │ │ │ │ ├── huggingface_package_upload.py │ │ │ │ ├── huggingface_package_upload_request.py │ │ │ │ ├── huggingface_upstream.py │ │ │ │ ├── huggingface_upstream_request.py │ │ │ │ ├── huggingface_upstream_request_patch.py │ │ │ │ ├── inline_response200.py │ │ │ │ ├── inline_response2001.py │ │ │ │ ├── luarocks_package_upload.py │ │ │ │ ├── luarocks_package_upload_request.py │ │ │ │ ├── maven_package_upload.py │ │ │ │ ├── maven_package_upload_request.py │ │ │ │ ├── maven_upstream.py │ │ │ │ ├── maven_upstream_request.py │ │ │ │ ├── maven_upstream_request_patch.py │ │ │ │ ├── namespace.py │ │ │ │ ├── namespace_audit_log.py │ │ │ │ ├── nested_license_policy.py │ │ │ │ ├── nested_vulnerability_policy.py │ │ │ │ ├── nested_vulnerability_scan_results.py │ │ │ │ ├── npm_package_upload.py │ │ │ │ ├── npm_package_upload_request.py │ │ │ │ ├── npm_upstream.py │ │ │ │ ├── npm_upstream_request.py │ │ │ │ ├── npm_upstream_request_patch.py │ │ │ │ ├── nuget_package_upload.py │ │ │ │ ├── nuget_package_upload_request.py │ │ │ │ ├── nuget_upstream.py │ │ │ │ ├── nuget_upstream_request.py │ │ │ │ ├── nuget_upstream_request_patch.py │ │ │ │ ├── organization.py │ │ │ │ ├── organization_group_sync.py │ │ │ │ ├── organization_group_sync_request.py │ │ │ │ ├── organization_group_sync_status.py │ │ │ │ ├── organization_invite.py │ │ │ │ ├── organization_invite_extend.py │ │ │ │ ├── organization_invite_request.py │ │ │ │ ├── organization_invite_update.py │ │ │ │ ├── organization_invite_update_request_patch.py │ │ │ │ ├── organization_membership.py │ │ │ │ ├── organization_membership_request_patch.py │ │ │ │ ├── organization_membership_role_update.py │ │ │ │ ├── organization_membership_role_update_request_patch.py │ │ │ │ ├── organization_membership_visibility_update.py │ │ │ │ ├── organization_membership_visibility_update_request_patch.py │ │ │ │ ├── organization_package_license_policy.py │ │ │ │ ├── organization_package_license_policy_request.py │ │ │ │ ├── organization_package_license_policy_request_patch.py │ │ │ │ ├── organization_package_vulnerability_policy.py │ │ │ │ ├── organization_package_vulnerability_policy_request.py │ │ │ │ ├── organization_package_vulnerability_policy_request_patch.py │ │ │ │ ├── organization_saml_auth.py │ │ │ │ ├── organization_saml_auth_request_patch.py │ │ │ │ ├── organization_team.py │ │ │ │ ├── organization_team_invite.py │ │ │ │ ├── organization_team_members.py │ │ │ │ ├── organization_team_membership.py │ │ │ │ ├── organization_team_request.py │ │ │ │ ├── organization_team_request_patch.py │ │ │ │ ├── p2_package_upload.py │ │ │ │ ├── p2_package_upload_request.py │ │ │ │ ├── package.py │ │ │ │ ├── package_copy.py │ │ │ │ ├── package_copy_request.py │ │ │ │ ├── package_deny_policy.py │ │ │ │ ├── package_deny_policy_request.py │ │ │ │ ├── package_deny_policy_request_patch.py │ │ │ │ ├── package_dependencies.py │ │ │ │ ├── package_dependency.py │ │ │ │ ├── package_file.py │ │ │ │ ├── package_file_parts_upload.py │ │ │ │ ├── package_file_upload.py │ │ │ │ ├── package_file_upload_request.py │ │ │ │ ├── package_group.py │ │ │ │ ├── package_license.py │ │ │ │ ├── package_license_policy_evaluation_request.py │ │ │ │ ├── package_license_policy_evaluation_request_request.py │ │ │ │ ├── package_license_policy_violation_log.py │ │ │ │ ├── package_license_policy_violation_log_cursor_page.py │ │ │ │ ├── package_license_request_patch.py │ │ │ │ ├── package_move.py │ │ │ │ ├── package_move_request.py │ │ │ │ ├── package_quarantine.py │ │ │ │ ├── package_quarantine_request.py │ │ │ │ ├── package_resync.py │ │ │ │ ├── package_status.py │ │ │ │ ├── package_tag.py │ │ │ │ ├── package_tag_request.py │ │ │ │ ├── package_usage_metrics.py │ │ │ │ ├── package_version_badge.py │ │ │ │ ├── package_vulnerability.py │ │ │ │ ├── package_vulnerability_policy_evaluation_request.py │ │ │ │ ├── package_vulnerability_policy_evaluation_request_request.py │ │ │ │ ├── package_vulnerability_policy_violation_log.py │ │ │ │ ├── package_vulnerability_policy_violation_log_cursor_page.py │ │ │ │ ├── provider_settings.py │ │ │ │ ├── provider_settings_write.py │ │ │ │ ├── provider_settings_write_request.py │ │ │ │ ├── provider_settings_write_request_patch.py │ │ │ │ ├── python_package_upload.py │ │ │ │ ├── python_package_upload_request.py │ │ │ │ ├── python_upstream.py │ │ │ │ ├── python_upstream_request.py │ │ │ │ ├── python_upstream_request_patch.py │ │ │ │ ├── quota.py │ │ │ │ ├── quota_history.py │ │ │ │ ├── rate_check.py │ │ │ │ ├── raw_package_upload.py │ │ │ │ ├── raw_package_upload_request.py │ │ │ │ ├── repository.py │ │ │ │ ├── repository_audit_log.py │ │ │ │ ├── repository_create.py │ │ │ │ ├── repository_create_request.py │ │ │ │ ├── repository_ecdsa_key.py │ │ │ │ ├── repository_ecdsa_key_create.py │ │ │ │ ├── repository_geo_ip_cidr.py │ │ │ │ ├── repository_geo_ip_country_code.py │ │ │ │ ├── repository_geo_ip_rules.py │ │ │ │ ├── repository_geo_ip_rules_request.py │ │ │ │ ├── repository_geo_ip_rules_request_patch.py │ │ │ │ ├── repository_geo_ip_status.py │ │ │ │ ├── repository_geo_ip_test_address.py │ │ │ │ ├── repository_geo_ip_test_address_response.py │ │ │ │ ├── repository_geo_ip_test_address_response_dict.py │ │ │ │ ├── repository_gpg_key.py │ │ │ │ ├── repository_gpg_key_create.py │ │ │ │ ├── repository_privilege_dict.py │ │ │ │ ├── repository_privilege_input.py │ │ │ │ ├── repository_privilege_input_request.py │ │ │ │ ├── repository_privilege_input_request_patch.py │ │ │ │ ├── repository_request_patch.py │ │ │ │ ├── repository_retention_rules.py │ │ │ │ ├── repository_retention_rules_request_patch.py │ │ │ │ ├── repository_rsa_key.py │ │ │ │ ├── repository_rsa_key_create.py │ │ │ │ ├── repository_token.py │ │ │ │ ├── repository_token_action.py │ │ │ │ ├── repository_token_refresh.py │ │ │ │ ├── repository_token_refresh_request.py │ │ │ │ ├── repository_token_request.py │ │ │ │ ├── repository_token_request_patch.py │ │ │ │ ├── repository_token_sync.py │ │ │ │ ├── repository_token_sync_request.py │ │ │ │ ├── repository_transfer_region.py │ │ │ │ ├── repository_transfer_region_request.py │ │ │ │ ├── repository_webhook.py │ │ │ │ ├── repository_webhook_request.py │ │ │ │ ├── repository_webhook_request_patch.py │ │ │ │ ├── repository_x509_ecdsa_certificate.py │ │ │ │ ├── repository_x509_rsa_certificate.py │ │ │ │ ├── resources_rate_check.py │ │ │ │ ├── respository_geo_ip_enable_disable.py │ │ │ │ ├── respository_geo_ip_enable_disable_request.py │ │ │ │ ├── rpm_package_upload.py │ │ │ │ ├── rpm_package_upload_request.py │ │ │ │ ├── rpm_upstream.py │ │ │ │ ├── rpm_upstream_request.py │ │ │ │ ├── rpm_upstream_request_patch.py │ │ │ │ ├── ruby_package_upload.py │ │ │ │ ├── ruby_package_upload_request.py │ │ │ │ ├── ruby_upstream.py │ │ │ │ ├── ruby_upstream_request.py │ │ │ │ ├── ruby_upstream_request_patch.py │ │ │ │ ├── service.py │ │ │ │ ├── service_request.py │ │ │ │ ├── service_request_patch.py │ │ │ │ ├── service_teams.py │ │ │ │ ├── status_basic.py │ │ │ │ ├── storage_allocated_limit.py │ │ │ │ ├── storage_allocated_limit_raw.py │ │ │ │ ├── storage_region.py │ │ │ │ ├── storage_usage.py │ │ │ │ ├── storage_usage_raw.py │ │ │ │ ├── swift_package_upload.py │ │ │ │ ├── swift_package_upload_request.py │ │ │ │ ├── swift_upstream.py │ │ │ │ ├── swift_upstream_request.py │ │ │ │ ├── swift_upstream_request_patch.py │ │ │ │ ├── tags.py │ │ │ │ ├── terraform_package_upload.py │ │ │ │ ├── terraform_package_upload_request.py │ │ │ │ ├── usage.py │ │ │ │ ├── usage_fieldset.py │ │ │ │ ├── usage_limits.py │ │ │ │ ├── usage_limits_raw.py │ │ │ │ ├── usage_raw.py │ │ │ │ ├── user_auth_token.py │ │ │ │ ├── user_auth_token_request.py │ │ │ │ ├── user_authentication_token.py │ │ │ │ ├── user_brief.py │ │ │ │ ├── user_profile.py │ │ │ │ ├── vagrant_package_upload.py │ │ │ │ ├── vagrant_package_upload_request.py │ │ │ │ ├── vulnerability.py │ │ │ │ ├── vulnerability_scan.py │ │ │ │ ├── vulnerability_scan_results.py │ │ │ │ ├── vulnerability_scan_results_list.py │ │ │ │ ├── vulnerability_scan_version.py │ │ │ │ └── webhook_template.py │ │ │ └── rest.py │ │ ├── docs │ │ │ ├── AllocatedLimit.md │ │ │ ├── AllocatedLimitRaw.md │ │ │ ├── AlpinePackageUpload.md │ │ │ ├── AlpinePackageUploadRequest.md │ │ │ ├── Architecture.md │ │ │ ├── AuditLogApi.md │ │ │ ├── BadgesApi.md │ │ │ ├── CargoPackageUpload.md │ │ │ ├── CargoPackageUploadRequest.md │ │ │ ├── CargoUpstream.md │ │ │ ├── CargoUpstreamRequest.md │ │ │ ├── CargoUpstreamRequestPatch.md │ │ │ ├── CocoapodsPackageUpload.md │ │ │ ├── CocoapodsPackageUploadRequest.md │ │ │ ├── CommonBandwidthMetrics.md │ │ │ ├── CommonBandwidthMetricsValue.md │ │ │ ├── CommonDownloadsMetrics.md │ │ │ ├── CommonDownloadsMetricsValue.md │ │ │ ├── CommonMetrics.md │ │ │ ├── ComposerPackageUpload.md │ │ │ ├── ComposerPackageUploadRequest.md │ │ │ ├── ComposerUpstream.md │ │ │ ├── ComposerUpstreamRequest.md │ │ │ ├── ComposerUpstreamRequestPatch.md │ │ │ ├── ConanPackageUpload.md │ │ │ ├── ConanPackageUploadRequest.md │ │ │ ├── CondaPackageUpload.md │ │ │ ├── CondaPackageUploadRequest.md │ │ │ ├── CondaUpstream.md │ │ │ ├── CondaUpstreamRequest.md │ │ │ ├── CondaUpstreamRequestPatch.md │ │ │ ├── CranPackageUpload.md │ │ │ ├── CranPackageUploadRequest.md │ │ │ ├── CranUpstream.md │ │ │ ├── CranUpstreamRequest.md │ │ │ ├── CranUpstreamRequestPatch.md │ │ │ ├── DartPackageUpload.md │ │ │ ├── DartPackageUploadRequest.md │ │ │ ├── DartUpstream.md │ │ │ ├── DartUpstreamRequest.md │ │ │ ├── DartUpstreamRequestPatch.md │ │ │ ├── DebPackageUpload.md │ │ │ ├── DebPackageUploadRequest.md │ │ │ ├── DebUpstream.md │ │ │ ├── DebUpstreamRequest.md │ │ │ ├── DebUpstreamRequestPatch.md │ │ │ ├── Distribution.md │ │ │ ├── DistributionFull.md │ │ │ ├── DistributionVersion.md │ │ │ ├── DistrosApi.md │ │ │ ├── DockerPackageUpload.md │ │ │ ├── DockerPackageUploadRequest.md │ │ │ ├── DockerUpstream.md │ │ │ ├── DockerUpstreamRequest.md │ │ │ ├── DockerUpstreamRequestPatch.md │ │ │ ├── DynamicMapping.md │ │ │ ├── EntitlementUsageMetrics.md │ │ │ ├── EntitlementsApi.md │ │ │ ├── ErrorDetail.md │ │ │ ├── Eula.md │ │ │ ├── FilesApi.md │ │ │ ├── Format.md │ │ │ ├── FormatSupport.md │ │ │ ├── FormatSupportUpstream.md │ │ │ ├── FormatsApi.md │ │ │ ├── GeoIpLocation.md │ │ │ ├── GoPackageUpload.md │ │ │ ├── GoPackageUploadRequest.md │ │ │ ├── GoUpstream.md │ │ │ ├── GoUpstreamRequest.md │ │ │ ├── GoUpstreamRequestPatch.md │ │ │ ├── HelmPackageUpload.md │ │ │ ├── HelmPackageUploadRequest.md │ │ │ ├── HelmUpstream.md │ │ │ ├── HelmUpstreamRequest.md │ │ │ ├── HelmUpstreamRequestPatch.md │ │ │ ├── HexPackageUpload.md │ │ │ ├── HexPackageUploadRequest.md │ │ │ ├── HexUpstream.md │ │ │ ├── HexUpstreamRequest.md │ │ │ ├── HexUpstreamRequestPatch.md │ │ │ ├── History.md │ │ │ ├── HistoryFieldset.md │ │ │ ├── HistoryFieldsetRaw.md │ │ │ ├── HuggingfacePackageUpload.md │ │ │ ├── HuggingfacePackageUploadRequest.md │ │ │ ├── HuggingfaceUpstream.md │ │ │ ├── HuggingfaceUpstreamRequest.md │ │ │ ├── HuggingfaceUpstreamRequestPatch.md │ │ │ ├── InlineResponse200.md │ │ │ ├── InlineResponse2001.md │ │ │ ├── LuarocksPackageUpload.md │ │ │ ├── LuarocksPackageUploadRequest.md │ │ │ ├── MavenPackageUpload.md │ │ │ ├── MavenPackageUploadRequest.md │ │ │ ├── MavenUpstream.md │ │ │ ├── MavenUpstreamRequest.md │ │ │ ├── MavenUpstreamRequestPatch.md │ │ │ ├── MetricsApi.md │ │ │ ├── Namespace.md │ │ │ ├── NamespaceAuditLog.md │ │ │ ├── NamespacesApi.md │ │ │ ├── NestedLicensePolicy.md │ │ │ ├── NestedVulnerabilityPolicy.md │ │ │ ├── NestedVulnerabilityScanResults.md │ │ │ ├── NpmPackageUpload.md │ │ │ ├── NpmPackageUploadRequest.md │ │ │ ├── NpmUpstream.md │ │ │ ├── NpmUpstreamRequest.md │ │ │ ├── NpmUpstreamRequestPatch.md │ │ │ ├── NugetPackageUpload.md │ │ │ ├── NugetPackageUploadRequest.md │ │ │ ├── NugetUpstream.md │ │ │ ├── NugetUpstreamRequest.md │ │ │ ├── NugetUpstreamRequestPatch.md │ │ │ ├── Organization.md │ │ │ ├── OrganizationGroupSync.md │ │ │ ├── OrganizationGroupSyncRequest.md │ │ │ ├── OrganizationGroupSyncStatus.md │ │ │ ├── OrganizationInvite.md │ │ │ ├── OrganizationInviteExtend.md │ │ │ ├── OrganizationInviteRequest.md │ │ │ ├── OrganizationInviteUpdate.md │ │ │ ├── OrganizationInviteUpdateRequestPatch.md │ │ │ ├── OrganizationMembership.md │ │ │ ├── OrganizationMembershipRequestPatch.md │ │ │ ├── OrganizationMembershipRoleUpdate.md │ │ │ ├── OrganizationMembershipRoleUpdateRequestPatch.md │ │ │ ├── OrganizationMembershipVisibilityUpdate.md │ │ │ ├── OrganizationMembershipVisibilityUpdateRequestPatch.md │ │ │ ├── OrganizationPackageLicensePolicy.md │ │ │ ├── OrganizationPackageLicensePolicyRequest.md │ │ │ ├── OrganizationPackageLicensePolicyRequestPatch.md │ │ │ ├── OrganizationPackageVulnerabilityPolicy.md │ │ │ ├── OrganizationPackageVulnerabilityPolicyRequest.md │ │ │ ├── OrganizationPackageVulnerabilityPolicyRequestPatch.md │ │ │ ├── OrganizationSAMLAuth.md │ │ │ ├── OrganizationSAMLAuthRequestPatch.md │ │ │ ├── OrganizationTeam.md │ │ │ ├── OrganizationTeamInvite.md │ │ │ ├── OrganizationTeamMembers.md │ │ │ ├── OrganizationTeamMembership.md │ │ │ ├── OrganizationTeamRequest.md │ │ │ ├── OrganizationTeamRequestPatch.md │ │ │ ├── OrgsApi.md │ │ │ ├── P2PackageUpload.md │ │ │ ├── P2PackageUploadRequest.md │ │ │ ├── Package.md │ │ │ ├── PackageCopy.md │ │ │ ├── PackageCopyRequest.md │ │ │ ├── PackageDenyPolicy.md │ │ │ ├── PackageDenyPolicyRequest.md │ │ │ ├── PackageDenyPolicyRequestPatch.md │ │ │ ├── PackageDependencies.md │ │ │ ├── PackageDependency.md │ │ │ ├── PackageFile.md │ │ │ ├── PackageFilePartsUpload.md │ │ │ ├── PackageFileUpload.md │ │ │ ├── PackageFileUploadRequest.md │ │ │ ├── PackageGroup.md │ │ │ ├── PackageLicense.md │ │ │ ├── PackageLicensePolicyEvaluationRequest.md │ │ │ ├── PackageLicensePolicyEvaluationRequestRequest.md │ │ │ ├── PackageLicensePolicyViolationLog.md │ │ │ ├── PackageLicensePolicyViolationLogCursorPage.md │ │ │ ├── PackageLicenseRequestPatch.md │ │ │ ├── PackageMove.md │ │ │ ├── PackageMoveRequest.md │ │ │ ├── PackageQuarantine.md │ │ │ ├── PackageQuarantineRequest.md │ │ │ ├── PackageResync.md │ │ │ ├── PackageStatus.md │ │ │ ├── PackageTag.md │ │ │ ├── PackageTagRequest.md │ │ │ ├── PackageUsageMetrics.md │ │ │ ├── PackageVersionBadge.md │ │ │ ├── PackageVulnerability.md │ │ │ ├── PackageVulnerabilityPolicyEvaluationRequest.md │ │ │ ├── PackageVulnerabilityPolicyEvaluationRequestRequest.md │ │ │ ├── PackageVulnerabilityPolicyViolationLog.md │ │ │ ├── PackageVulnerabilityPolicyViolationLogCursorPage.md │ │ │ ├── PackagesApi.md │ │ │ ├── ProviderSettings.md │ │ │ ├── ProviderSettingsWrite.md │ │ │ ├── ProviderSettingsWriteRequest.md │ │ │ ├── ProviderSettingsWriteRequestPatch.md │ │ │ ├── PythonPackageUpload.md │ │ │ ├── PythonPackageUploadRequest.md │ │ │ ├── PythonUpstream.md │ │ │ ├── PythonUpstreamRequest.md │ │ │ ├── PythonUpstreamRequestPatch.md │ │ │ ├── Quota.md │ │ │ ├── QuotaApi.md │ │ │ ├── QuotaHistory.md │ │ │ ├── RateCheck.md │ │ │ ├── RatesApi.md │ │ │ ├── RawPackageUpload.md │ │ │ ├── RawPackageUploadRequest.md │ │ │ ├── ReposApi.md │ │ │ ├── Repository.md │ │ │ ├── RepositoryAuditLog.md │ │ │ ├── RepositoryCreate.md │ │ │ ├── RepositoryCreateRequest.md │ │ │ ├── RepositoryEcdsaKey.md │ │ │ ├── RepositoryEcdsaKeyCreate.md │ │ │ ├── RepositoryGeoIpCidr.md │ │ │ ├── RepositoryGeoIpCountryCode.md │ │ │ ├── RepositoryGeoIpRules.md │ │ │ ├── RepositoryGeoIpRulesRequest.md │ │ │ ├── RepositoryGeoIpRulesRequestPatch.md │ │ │ ├── RepositoryGeoIpStatus.md │ │ │ ├── RepositoryGeoIpTestAddress.md │ │ │ ├── RepositoryGeoIpTestAddressResponse.md │ │ │ ├── RepositoryGeoIpTestAddressResponseDict.md │ │ │ ├── RepositoryGpgKey.md │ │ │ ├── RepositoryGpgKeyCreate.md │ │ │ ├── RepositoryPrivilegeDict.md │ │ │ ├── RepositoryPrivilegeInput.md │ │ │ ├── RepositoryPrivilegeInputRequest.md │ │ │ ├── RepositoryPrivilegeInputRequestPatch.md │ │ │ ├── RepositoryRequestPatch.md │ │ │ ├── RepositoryRetentionRules.md │ │ │ ├── RepositoryRetentionRulesRequestPatch.md │ │ │ ├── RepositoryRsaKey.md │ │ │ ├── RepositoryRsaKeyCreate.md │ │ │ ├── RepositoryToken.md │ │ │ ├── RepositoryTokenAction.md │ │ │ ├── RepositoryTokenRefresh.md │ │ │ ├── RepositoryTokenRefreshRequest.md │ │ │ ├── RepositoryTokenRequest.md │ │ │ ├── RepositoryTokenRequestPatch.md │ │ │ ├── RepositoryTokenSync.md │ │ │ ├── RepositoryTokenSyncRequest.md │ │ │ ├── RepositoryTransferRegion.md │ │ │ ├── RepositoryTransferRegionRequest.md │ │ │ ├── RepositoryWebhook.md │ │ │ ├── RepositoryWebhookRequest.md │ │ │ ├── RepositoryWebhookRequestPatch.md │ │ │ ├── RepositoryX509EcdsaCertificate.md │ │ │ ├── RepositoryX509RsaCertificate.md │ │ │ ├── ResourcesRateCheck.md │ │ │ ├── RespositoryGeoIpEnableDisable.md │ │ │ ├── RespositoryGeoIpEnableDisableRequest.md │ │ │ ├── RpmPackageUpload.md │ │ │ ├── RpmPackageUploadRequest.md │ │ │ ├── RpmUpstream.md │ │ │ ├── RpmUpstreamRequest.md │ │ │ ├── RpmUpstreamRequestPatch.md │ │ │ ├── RubyPackageUpload.md │ │ │ ├── RubyPackageUploadRequest.md │ │ │ ├── RubyUpstream.md │ │ │ ├── RubyUpstreamRequest.md │ │ │ ├── RubyUpstreamRequestPatch.md │ │ │ ├── Service.md │ │ │ ├── ServiceRequest.md │ │ │ ├── ServiceRequestPatch.md │ │ │ ├── ServiceTeams.md │ │ │ ├── StatusApi.md │ │ │ ├── StatusBasic.md │ │ │ ├── StorageAllocatedLimit.md │ │ │ ├── StorageAllocatedLimitRaw.md │ │ │ ├── StorageRegion.md │ │ │ ├── StorageRegionsApi.md │ │ │ ├── StorageUsage.md │ │ │ ├── StorageUsageRaw.md │ │ │ ├── SwiftPackageUpload.md │ │ │ ├── SwiftPackageUploadRequest.md │ │ │ ├── SwiftUpstream.md │ │ │ ├── SwiftUpstreamRequest.md │ │ │ ├── SwiftUpstreamRequestPatch.md │ │ │ ├── Tags.md │ │ │ ├── TerraformPackageUpload.md │ │ │ ├── TerraformPackageUploadRequest.md │ │ │ ├── Usage.md │ │ │ ├── UsageFieldset.md │ │ │ ├── UsageLimits.md │ │ │ ├── UsageLimitsRaw.md │ │ │ ├── UsageRaw.md │ │ │ ├── UserApi.md │ │ │ ├── UserAuthToken.md │ │ │ ├── UserAuthTokenRequest.md │ │ │ ├── UserAuthenticationToken.md │ │ │ ├── UserBrief.md │ │ │ ├── UserProfile.md │ │ │ ├── UsersApi.md │ │ │ ├── VagrantPackageUpload.md │ │ │ ├── VagrantPackageUploadRequest.md │ │ │ ├── VulnerabilitiesApi.md │ │ │ ├── Vulnerability.md │ │ │ ├── VulnerabilityScan.md │ │ │ ├── VulnerabilityScanResults.md │ │ │ ├── VulnerabilityScanResultsList.md │ │ │ ├── VulnerabilityScanVersion.md │ │ │ ├── WebhookTemplate.md │ │ │ └── WebhooksApi.md │ │ ├── git_push.sh │ │ ├── requirements.txt │ │ ├── setup.py │ │ ├── test-requirements.txt │ │ ├── test │ │ │ ├── __init__.py │ │ │ ├── test_allocated_limit.py │ │ │ ├── test_allocated_limit_raw.py │ │ │ ├── test_alpine_package_upload.py │ │ │ ├── test_alpine_package_upload_request.py │ │ │ ├── test_architecture.py │ │ │ ├── test_audit_log_api.py │ │ │ ├── test_badges_api.py │ │ │ ├── test_cargo_package_upload.py │ │ │ ├── test_cargo_package_upload_request.py │ │ │ ├── test_cargo_upstream.py │ │ │ ├── test_cargo_upstream_request.py │ │ │ ├── test_cargo_upstream_request_patch.py │ │ │ ├── test_cocoapods_package_upload.py │ │ │ ├── test_cocoapods_package_upload_request.py │ │ │ ├── test_common_bandwidth_metrics.py │ │ │ ├── test_common_bandwidth_metrics_value.py │ │ │ ├── test_common_downloads_metrics.py │ │ │ ├── test_common_downloads_metrics_value.py │ │ │ ├── test_common_metrics.py │ │ │ ├── test_composer_package_upload.py │ │ │ ├── test_composer_package_upload_request.py │ │ │ ├── test_composer_upstream.py │ │ │ ├── test_composer_upstream_request.py │ │ │ ├── test_composer_upstream_request_patch.py │ │ │ ├── test_conan_package_upload.py │ │ │ ├── test_conan_package_upload_request.py │ │ │ ├── test_conda_package_upload.py │ │ │ ├── test_conda_package_upload_request.py │ │ │ ├── test_conda_upstream.py │ │ │ ├── test_conda_upstream_request.py │ │ │ ├── test_conda_upstream_request_patch.py │ │ │ ├── test_cran_package_upload.py │ │ │ ├── test_cran_package_upload_request.py │ │ │ ├── test_cran_upstream.py │ │ │ ├── test_cran_upstream_request.py │ │ │ ├── test_cran_upstream_request_patch.py │ │ │ ├── test_dart_package_upload.py │ │ │ ├── test_dart_package_upload_request.py │ │ │ ├── test_dart_upstream.py │ │ │ ├── test_dart_upstream_request.py │ │ │ ├── test_dart_upstream_request_patch.py │ │ │ ├── test_deb_package_upload.py │ │ │ ├── test_deb_package_upload_request.py │ │ │ ├── test_deb_upstream.py │ │ │ ├── test_deb_upstream_request.py │ │ │ ├── test_deb_upstream_request_patch.py │ │ │ ├── test_distribution.py │ │ │ ├── test_distribution_full.py │ │ │ ├── test_distribution_version.py │ │ │ ├── test_distros_api.py │ │ │ ├── test_docker_package_upload.py │ │ │ ├── test_docker_package_upload_request.py │ │ │ ├── test_docker_upstream.py │ │ │ ├── test_docker_upstream_request.py │ │ │ ├── test_docker_upstream_request_patch.py │ │ │ ├── test_dynamic_mapping.py │ │ │ ├── test_entitlement_usage_metrics.py │ │ │ ├── test_entitlements_api.py │ │ │ ├── test_error_detail.py │ │ │ ├── test_eula.py │ │ │ ├── test_files_api.py │ │ │ ├── test_format.py │ │ │ ├── test_format_support.py │ │ │ ├── test_format_support_upstream.py │ │ │ ├── test_formats_api.py │ │ │ ├── test_geo_ip_location.py │ │ │ ├── test_go_package_upload.py │ │ │ ├── test_go_package_upload_request.py │ │ │ ├── test_go_upstream.py │ │ │ ├── test_go_upstream_request.py │ │ │ ├── test_go_upstream_request_patch.py │ │ │ ├── test_helm_package_upload.py │ │ │ ├── test_helm_package_upload_request.py │ │ │ ├── test_helm_upstream.py │ │ │ ├── test_helm_upstream_request.py │ │ │ ├── test_helm_upstream_request_patch.py │ │ │ ├── test_hex_package_upload.py │ │ │ ├── test_hex_package_upload_request.py │ │ │ ├── test_hex_upstream.py │ │ │ ├── test_hex_upstream_request.py │ │ │ ├── test_hex_upstream_request_patch.py │ │ │ ├── test_history.py │ │ │ ├── test_history_fieldset.py │ │ │ ├── test_history_fieldset_raw.py │ │ │ ├── test_huggingface_package_upload.py │ │ │ ├── test_huggingface_package_upload_request.py │ │ │ ├── test_huggingface_upstream.py │ │ │ ├── test_huggingface_upstream_request.py │ │ │ ├── test_huggingface_upstream_request_patch.py │ │ │ ├── test_inline_response200.py │ │ │ ├── test_inline_response2001.py │ │ │ ├── test_luarocks_package_upload.py │ │ │ ├── test_luarocks_package_upload_request.py │ │ │ ├── test_maven_package_upload.py │ │ │ ├── test_maven_package_upload_request.py │ │ │ ├── test_maven_upstream.py │ │ │ ├── test_maven_upstream_request.py │ │ │ ├── test_maven_upstream_request_patch.py │ │ │ ├── test_metrics_api.py │ │ │ ├── test_namespace.py │ │ │ ├── test_namespace_audit_log.py │ │ │ ├── test_namespaces_api.py │ │ │ ├── test_nested_license_policy.py │ │ │ ├── test_nested_vulnerability_policy.py │ │ │ ├── test_nested_vulnerability_scan_results.py │ │ │ ├── test_npm_package_upload.py │ │ │ ├── test_npm_package_upload_request.py │ │ │ ├── test_npm_upstream.py │ │ │ ├── test_npm_upstream_request.py │ │ │ ├── test_npm_upstream_request_patch.py │ │ │ ├── test_nuget_package_upload.py │ │ │ ├── test_nuget_package_upload_request.py │ │ │ ├── test_nuget_upstream.py │ │ │ ├── test_nuget_upstream_request.py │ │ │ ├── test_nuget_upstream_request_patch.py │ │ │ ├── test_organization.py │ │ │ ├── test_organization_group_sync.py │ │ │ ├── test_organization_group_sync_request.py │ │ │ ├── test_organization_group_sync_status.py │ │ │ ├── test_organization_invite.py │ │ │ ├── test_organization_invite_extend.py │ │ │ ├── test_organization_invite_request.py │ │ │ ├── test_organization_invite_update.py │ │ │ ├── test_organization_invite_update_request_patch.py │ │ │ ├── test_organization_membership.py │ │ │ ├── test_organization_membership_request_patch.py │ │ │ ├── test_organization_membership_role_update.py │ │ │ ├── test_organization_membership_role_update_request_patch.py │ │ │ ├── test_organization_membership_visibility_update.py │ │ │ ├── test_organization_membership_visibility_update_request_patch.py │ │ │ ├── test_organization_package_license_policy.py │ │ │ ├── test_organization_package_license_policy_request.py │ │ │ ├── test_organization_package_license_policy_request_patch.py │ │ │ ├── test_organization_package_vulnerability_policy.py │ │ │ ├── test_organization_package_vulnerability_policy_request.py │ │ │ ├── test_organization_package_vulnerability_policy_request_patch.py │ │ │ ├── test_organization_saml_auth.py │ │ │ ├── test_organization_saml_auth_request_patch.py │ │ │ ├── test_organization_team.py │ │ │ ├── test_organization_team_invite.py │ │ │ ├── test_organization_team_members.py │ │ │ ├── test_organization_team_membership.py │ │ │ ├── test_organization_team_request.py │ │ │ ├── test_organization_team_request_patch.py │ │ │ ├── test_orgs_api.py │ │ │ ├── test_p2_package_upload.py │ │ │ ├── test_p2_package_upload_request.py │ │ │ ├── test_package.py │ │ │ ├── test_package_copy.py │ │ │ ├── test_package_copy_request.py │ │ │ ├── test_package_deny_policy.py │ │ │ ├── test_package_deny_policy_request.py │ │ │ ├── test_package_deny_policy_request_patch.py │ │ │ ├── test_package_dependencies.py │ │ │ ├── test_package_dependency.py │ │ │ ├── test_package_file.py │ │ │ ├── test_package_file_parts_upload.py │ │ │ ├── test_package_file_upload.py │ │ │ ├── test_package_file_upload_request.py │ │ │ ├── test_package_group.py │ │ │ ├── test_package_license.py │ │ │ ├── test_package_license_policy_evaluation_request.py │ │ │ ├── test_package_license_policy_evaluation_request_request.py │ │ │ ├── test_package_license_policy_violation_log.py │ │ │ ├── test_package_license_policy_violation_log_cursor_page.py │ │ │ ├── test_package_license_request_patch.py │ │ │ ├── test_package_move.py │ │ │ ├── test_package_move_request.py │ │ │ ├── test_package_quarantine.py │ │ │ ├── test_package_quarantine_request.py │ │ │ ├── test_package_resync.py │ │ │ ├── test_package_status.py │ │ │ ├── test_package_tag.py │ │ │ ├── test_package_tag_request.py │ │ │ ├── test_package_usage_metrics.py │ │ │ ├── test_package_version_badge.py │ │ │ ├── test_package_vulnerability.py │ │ │ ├── test_package_vulnerability_policy_evaluation_request.py │ │ │ ├── test_package_vulnerability_policy_evaluation_request_request.py │ │ │ ├── test_package_vulnerability_policy_violation_log.py │ │ │ ├── test_package_vulnerability_policy_violation_log_cursor_page.py │ │ │ ├── test_packages_api.py │ │ │ ├── test_provider_settings.py │ │ │ ├── test_provider_settings_write.py │ │ │ ├── test_provider_settings_write_request.py │ │ │ ├── test_provider_settings_write_request_patch.py │ │ │ ├── test_python_package_upload.py │ │ │ ├── test_python_package_upload_request.py │ │ │ ├── test_python_upstream.py │ │ │ ├── test_python_upstream_request.py │ │ │ ├── test_python_upstream_request_patch.py │ │ │ ├── test_quota.py │ │ │ ├── test_quota_api.py │ │ │ ├── test_quota_history.py │ │ │ ├── test_rate_check.py │ │ │ ├── test_rates_api.py │ │ │ ├── test_raw_package_upload.py │ │ │ ├── test_raw_package_upload_request.py │ │ │ ├── test_repos_api.py │ │ │ ├── test_repository.py │ │ │ ├── test_repository_audit_log.py │ │ │ ├── test_repository_create.py │ │ │ ├── test_repository_create_request.py │ │ │ ├── test_repository_ecdsa_key.py │ │ │ ├── test_repository_ecdsa_key_create.py │ │ │ ├── test_repository_geo_ip_cidr.py │ │ │ ├── test_repository_geo_ip_country_code.py │ │ │ ├── test_repository_geo_ip_rules.py │ │ │ ├── test_repository_geo_ip_rules_request.py │ │ │ ├── test_repository_geo_ip_rules_request_patch.py │ │ │ ├── test_repository_geo_ip_status.py │ │ │ ├── test_repository_geo_ip_test_address.py │ │ │ ├── test_repository_geo_ip_test_address_response.py │ │ │ ├── test_repository_geo_ip_test_address_response_dict.py │ │ │ ├── test_repository_gpg_key.py │ │ │ ├── test_repository_gpg_key_create.py │ │ │ ├── test_repository_privilege_dict.py │ │ │ ├── test_repository_privilege_input.py │ │ │ ├── test_repository_privilege_input_request.py │ │ │ ├── test_repository_privilege_input_request_patch.py │ │ │ ├── test_repository_request_patch.py │ │ │ ├── test_repository_retention_rules.py │ │ │ ├── test_repository_retention_rules_request_patch.py │ │ │ ├── test_repository_rsa_key.py │ │ │ ├── test_repository_rsa_key_create.py │ │ │ ├── test_repository_token.py │ │ │ ├── test_repository_token_action.py │ │ │ ├── test_repository_token_refresh.py │ │ │ ├── test_repository_token_refresh_request.py │ │ │ ├── test_repository_token_request.py │ │ │ ├── test_repository_token_request_patch.py │ │ │ ├── test_repository_token_sync.py │ │ │ ├── test_repository_token_sync_request.py │ │ │ ├── test_repository_transfer_region.py │ │ │ ├── test_repository_transfer_region_request.py │ │ │ ├── test_repository_webhook.py │ │ │ ├── test_repository_webhook_request.py │ │ │ ├── test_repository_webhook_request_patch.py │ │ │ ├── test_repository_x509_ecdsa_certificate.py │ │ │ ├── test_repository_x509_rsa_certificate.py │ │ │ ├── test_resources_rate_check.py │ │ │ ├── test_respository_geo_ip_enable_disable.py │ │ │ ├── test_respository_geo_ip_enable_disable_request.py │ │ │ ├── test_rpm_package_upload.py │ │ │ ├── test_rpm_package_upload_request.py │ │ │ ├── test_rpm_upstream.py │ │ │ ├── test_rpm_upstream_request.py │ │ │ ├── test_rpm_upstream_request_patch.py │ │ │ ├── test_ruby_package_upload.py │ │ │ ├── test_ruby_package_upload_request.py │ │ │ ├── test_ruby_upstream.py │ │ │ ├── test_ruby_upstream_request.py │ │ │ ├── test_ruby_upstream_request_patch.py │ │ │ ├── test_service.py │ │ │ ├── test_service_request.py │ │ │ ├── test_service_request_patch.py │ │ │ ├── test_service_teams.py │ │ │ ├── test_status_api.py │ │ │ ├── test_status_basic.py │ │ │ ├── test_storage_allocated_limit.py │ │ │ ├── test_storage_allocated_limit_raw.py │ │ │ ├── test_storage_region.py │ │ │ ├── test_storage_regions_api.py │ │ │ ├── test_storage_usage.py │ │ │ ├── test_storage_usage_raw.py │ │ │ ├── test_swift_package_upload.py │ │ │ ├── test_swift_package_upload_request.py │ │ │ ├── test_swift_upstream.py │ │ │ ├── test_swift_upstream_request.py │ │ │ ├── test_swift_upstream_request_patch.py │ │ │ ├── test_tags.py │ │ │ ├── test_terraform_package_upload.py │ │ │ ├── test_terraform_package_upload_request.py │ │ │ ├── test_usage.py │ │ │ ├── test_usage_fieldset.py │ │ │ ├── test_usage_limits.py │ │ │ ├── test_usage_limits_raw.py │ │ │ ├── test_usage_raw.py │ │ │ ├── test_user_api.py │ │ │ ├── test_user_auth_token.py │ │ │ ├── test_user_auth_token_request.py │ │ │ ├── test_user_authentication_token.py │ │ │ ├── test_user_brief.py │ │ │ ├── test_user_profile.py │ │ │ ├── test_users_api.py │ │ │ ├── test_vagrant_package_upload.py │ │ │ ├── test_vagrant_package_upload_request.py │ │ │ ├── test_vulnerabilities_api.py │ │ │ ├── test_vulnerability.py │ │ │ ├── test_vulnerability_scan.py │ │ │ ├── test_vulnerability_scan_results.py │ │ │ ├── test_vulnerability_scan_results_list.py │ │ │ ├── test_vulnerability_scan_version.py │ │ │ ├── test_webhook_template.py │ │ │ └── test_webhooks_api.py │ │ └── tox.ini │ ├── templates │ │ └── model.mustache │ └── test.sh └── ruby │ ├── build.sh │ ├── deploy.sh │ ├── src │ ├── .gitignore │ ├── .rspec │ ├── .rubocop.yml │ ├── .swagger-codegen-ignore │ ├── .swagger-codegen │ │ └── VERSION │ ├── Gemfile │ ├── README.md │ ├── Rakefile │ ├── build.json │ ├── cloudsmith-api.gemspec │ ├── docs │ │ ├── AllocatedLimit.md │ │ ├── AllocatedLimitRaw.md │ │ ├── AlpinePackageUpload.md │ │ ├── AlpinePackageUploadRequest.md │ │ ├── Architecture.md │ │ ├── AuditLogApi.md │ │ ├── BadgesApi.md │ │ ├── CargoPackageUpload.md │ │ ├── CargoPackageUploadRequest.md │ │ ├── CargoUpstream.md │ │ ├── CargoUpstreamRequest.md │ │ ├── CargoUpstreamRequestPatch.md │ │ ├── CocoapodsPackageUpload.md │ │ ├── CocoapodsPackageUploadRequest.md │ │ ├── CommonBandwidthMetrics.md │ │ ├── CommonBandwidthMetricsValue.md │ │ ├── CommonDownloadsMetrics.md │ │ ├── CommonDownloadsMetricsValue.md │ │ ├── CommonMetrics.md │ │ ├── ComposerPackageUpload.md │ │ ├── ComposerPackageUploadRequest.md │ │ ├── ComposerUpstream.md │ │ ├── ComposerUpstreamRequest.md │ │ ├── ComposerUpstreamRequestPatch.md │ │ ├── ConanPackageUpload.md │ │ ├── ConanPackageUploadRequest.md │ │ ├── CondaPackageUpload.md │ │ ├── CondaPackageUploadRequest.md │ │ ├── CondaUpstream.md │ │ ├── CondaUpstreamRequest.md │ │ ├── CondaUpstreamRequestPatch.md │ │ ├── CranPackageUpload.md │ │ ├── CranPackageUploadRequest.md │ │ ├── CranUpstream.md │ │ ├── CranUpstreamRequest.md │ │ ├── CranUpstreamRequestPatch.md │ │ ├── DartPackageUpload.md │ │ ├── DartPackageUploadRequest.md │ │ ├── DartUpstream.md │ │ ├── DartUpstreamRequest.md │ │ ├── DartUpstreamRequestPatch.md │ │ ├── DebPackageUpload.md │ │ ├── DebPackageUploadRequest.md │ │ ├── DebUpstream.md │ │ ├── DebUpstreamRequest.md │ │ ├── DebUpstreamRequestPatch.md │ │ ├── Distribution.md │ │ ├── DistributionFull.md │ │ ├── DistributionVersion.md │ │ ├── DistrosApi.md │ │ ├── DockerPackageUpload.md │ │ ├── DockerPackageUploadRequest.md │ │ ├── DockerUpstream.md │ │ ├── DockerUpstreamRequest.md │ │ ├── DockerUpstreamRequestPatch.md │ │ ├── DynamicMapping.md │ │ ├── EntitlementUsageMetrics.md │ │ ├── EntitlementsApi.md │ │ ├── ErrorDetail.md │ │ ├── Eula.md │ │ ├── FilesApi.md │ │ ├── Format.md │ │ ├── FormatSupport.md │ │ ├── FormatSupportUpstream.md │ │ ├── FormatsApi.md │ │ ├── GeoIpLocation.md │ │ ├── GoPackageUpload.md │ │ ├── GoPackageUploadRequest.md │ │ ├── GoUpstream.md │ │ ├── GoUpstreamRequest.md │ │ ├── GoUpstreamRequestPatch.md │ │ ├── HelmPackageUpload.md │ │ ├── HelmPackageUploadRequest.md │ │ ├── HelmUpstream.md │ │ ├── HelmUpstreamRequest.md │ │ ├── HelmUpstreamRequestPatch.md │ │ ├── HexPackageUpload.md │ │ ├── HexPackageUploadRequest.md │ │ ├── HexUpstream.md │ │ ├── HexUpstreamRequest.md │ │ ├── HexUpstreamRequestPatch.md │ │ ├── History.md │ │ ├── HistoryFieldset.md │ │ ├── HistoryFieldsetRaw.md │ │ ├── HuggingfacePackageUpload.md │ │ ├── HuggingfacePackageUploadRequest.md │ │ ├── HuggingfaceUpstream.md │ │ ├── HuggingfaceUpstreamRequest.md │ │ ├── HuggingfaceUpstreamRequestPatch.md │ │ ├── InlineResponse200.md │ │ ├── InlineResponse2001.md │ │ ├── LuarocksPackageUpload.md │ │ ├── LuarocksPackageUploadRequest.md │ │ ├── MavenPackageUpload.md │ │ ├── MavenPackageUploadRequest.md │ │ ├── MavenUpstream.md │ │ ├── MavenUpstreamRequest.md │ │ ├── MavenUpstreamRequestPatch.md │ │ ├── MetricsApi.md │ │ ├── Namespace.md │ │ ├── NamespaceAuditLog.md │ │ ├── NamespacesApi.md │ │ ├── NestedLicensePolicy.md │ │ ├── NestedVulnerabilityPolicy.md │ │ ├── NestedVulnerabilityScanResults.md │ │ ├── NpmPackageUpload.md │ │ ├── NpmPackageUploadRequest.md │ │ ├── NpmUpstream.md │ │ ├── NpmUpstreamRequest.md │ │ ├── NpmUpstreamRequestPatch.md │ │ ├── NugetPackageUpload.md │ │ ├── NugetPackageUploadRequest.md │ │ ├── NugetUpstream.md │ │ ├── NugetUpstreamRequest.md │ │ ├── NugetUpstreamRequestPatch.md │ │ ├── Organization.md │ │ ├── OrganizationGroupSync.md │ │ ├── OrganizationGroupSyncRequest.md │ │ ├── OrganizationGroupSyncStatus.md │ │ ├── OrganizationInvite.md │ │ ├── OrganizationInviteExtend.md │ │ ├── OrganizationInviteRequest.md │ │ ├── OrganizationInviteUpdate.md │ │ ├── OrganizationInviteUpdateRequestPatch.md │ │ ├── OrganizationMembership.md │ │ ├── OrganizationMembershipRequestPatch.md │ │ ├── OrganizationMembershipRoleUpdate.md │ │ ├── OrganizationMembershipRoleUpdateRequestPatch.md │ │ ├── OrganizationMembershipVisibilityUpdate.md │ │ ├── OrganizationMembershipVisibilityUpdateRequestPatch.md │ │ ├── OrganizationPackageLicensePolicy.md │ │ ├── OrganizationPackageLicensePolicyRequest.md │ │ ├── OrganizationPackageLicensePolicyRequestPatch.md │ │ ├── OrganizationPackageVulnerabilityPolicy.md │ │ ├── OrganizationPackageVulnerabilityPolicyRequest.md │ │ ├── OrganizationPackageVulnerabilityPolicyRequestPatch.md │ │ ├── OrganizationSAMLAuth.md │ │ ├── OrganizationSAMLAuthRequestPatch.md │ │ ├── OrganizationTeam.md │ │ ├── OrganizationTeamInvite.md │ │ ├── OrganizationTeamMembers.md │ │ ├── OrganizationTeamMembership.md │ │ ├── OrganizationTeamRequest.md │ │ ├── OrganizationTeamRequestPatch.md │ │ ├── OrgsApi.md │ │ ├── P2PackageUpload.md │ │ ├── P2PackageUploadRequest.md │ │ ├── Package.md │ │ ├── PackageCopy.md │ │ ├── PackageCopyRequest.md │ │ ├── PackageDenyPolicy.md │ │ ├── PackageDenyPolicyRequest.md │ │ ├── PackageDenyPolicyRequestPatch.md │ │ ├── PackageDependencies.md │ │ ├── PackageDependency.md │ │ ├── PackageFile.md │ │ ├── PackageFilePartsUpload.md │ │ ├── PackageFileUpload.md │ │ ├── PackageFileUploadRequest.md │ │ ├── PackageGroup.md │ │ ├── PackageLicense.md │ │ ├── PackageLicensePolicyEvaluationRequest.md │ │ ├── PackageLicensePolicyEvaluationRequestRequest.md │ │ ├── PackageLicensePolicyViolationLog.md │ │ ├── PackageLicensePolicyViolationLogCursorPage.md │ │ ├── PackageLicenseRequestPatch.md │ │ ├── PackageMove.md │ │ ├── PackageMoveRequest.md │ │ ├── PackageQuarantine.md │ │ ├── PackageQuarantineRequest.md │ │ ├── PackageResync.md │ │ ├── PackageStatus.md │ │ ├── PackageTag.md │ │ ├── PackageTagRequest.md │ │ ├── PackageUsageMetrics.md │ │ ├── PackageVersionBadge.md │ │ ├── PackageVulnerability.md │ │ ├── PackageVulnerabilityPolicyEvaluationRequest.md │ │ ├── PackageVulnerabilityPolicyEvaluationRequestRequest.md │ │ ├── PackageVulnerabilityPolicyViolationLog.md │ │ ├── PackageVulnerabilityPolicyViolationLogCursorPage.md │ │ ├── PackagesApi.md │ │ ├── ProviderSettings.md │ │ ├── ProviderSettingsWrite.md │ │ ├── ProviderSettingsWriteRequest.md │ │ ├── ProviderSettingsWriteRequestPatch.md │ │ ├── PythonPackageUpload.md │ │ ├── PythonPackageUploadRequest.md │ │ ├── PythonUpstream.md │ │ ├── PythonUpstreamRequest.md │ │ ├── PythonUpstreamRequestPatch.md │ │ ├── Quota.md │ │ ├── QuotaApi.md │ │ ├── QuotaHistory.md │ │ ├── RateCheck.md │ │ ├── RatesApi.md │ │ ├── RawPackageUpload.md │ │ ├── RawPackageUploadRequest.md │ │ ├── ReposApi.md │ │ ├── Repository.md │ │ ├── RepositoryAuditLog.md │ │ ├── RepositoryCreate.md │ │ ├── RepositoryCreateRequest.md │ │ ├── RepositoryEcdsaKey.md │ │ ├── RepositoryEcdsaKeyCreate.md │ │ ├── RepositoryGeoIpCidr.md │ │ ├── RepositoryGeoIpCountryCode.md │ │ ├── RepositoryGeoIpRules.md │ │ ├── RepositoryGeoIpRulesRequest.md │ │ ├── RepositoryGeoIpRulesRequestPatch.md │ │ ├── RepositoryGeoIpStatus.md │ │ ├── RepositoryGeoIpTestAddress.md │ │ ├── RepositoryGeoIpTestAddressResponse.md │ │ ├── RepositoryGeoIpTestAddressResponseDict.md │ │ ├── RepositoryGpgKey.md │ │ ├── RepositoryGpgKeyCreate.md │ │ ├── RepositoryPrivilegeDict.md │ │ ├── RepositoryPrivilegeInput.md │ │ ├── RepositoryPrivilegeInputRequest.md │ │ ├── RepositoryPrivilegeInputRequestPatch.md │ │ ├── RepositoryRequestPatch.md │ │ ├── RepositoryRetentionRules.md │ │ ├── RepositoryRetentionRulesRequestPatch.md │ │ ├── RepositoryRsaKey.md │ │ ├── RepositoryRsaKeyCreate.md │ │ ├── RepositoryToken.md │ │ ├── RepositoryTokenAction.md │ │ ├── RepositoryTokenRefresh.md │ │ ├── RepositoryTokenRefreshRequest.md │ │ ├── RepositoryTokenRequest.md │ │ ├── RepositoryTokenRequestPatch.md │ │ ├── RepositoryTokenSync.md │ │ ├── RepositoryTokenSyncRequest.md │ │ ├── RepositoryTransferRegion.md │ │ ├── RepositoryTransferRegionRequest.md │ │ ├── RepositoryWebhook.md │ │ ├── RepositoryWebhookRequest.md │ │ ├── RepositoryWebhookRequestPatch.md │ │ ├── RepositoryX509EcdsaCertificate.md │ │ ├── RepositoryX509RsaCertificate.md │ │ ├── ResourcesRateCheck.md │ │ ├── RespositoryGeoIpEnableDisable.md │ │ ├── RespositoryGeoIpEnableDisableRequest.md │ │ ├── RpmPackageUpload.md │ │ ├── RpmPackageUploadRequest.md │ │ ├── RpmUpstream.md │ │ ├── RpmUpstreamRequest.md │ │ ├── RpmUpstreamRequestPatch.md │ │ ├── RubyPackageUpload.md │ │ ├── RubyPackageUploadRequest.md │ │ ├── RubyUpstream.md │ │ ├── RubyUpstreamRequest.md │ │ ├── RubyUpstreamRequestPatch.md │ │ ├── Service.md │ │ ├── ServiceRequest.md │ │ ├── ServiceRequestPatch.md │ │ ├── ServiceTeams.md │ │ ├── StatusApi.md │ │ ├── StatusBasic.md │ │ ├── StorageAllocatedLimit.md │ │ ├── StorageAllocatedLimitRaw.md │ │ ├── StorageRegion.md │ │ ├── StorageRegionsApi.md │ │ ├── StorageUsage.md │ │ ├── StorageUsageRaw.md │ │ ├── SwiftPackageUpload.md │ │ ├── SwiftPackageUploadRequest.md │ │ ├── SwiftUpstream.md │ │ ├── SwiftUpstreamRequest.md │ │ ├── SwiftUpstreamRequestPatch.md │ │ ├── Tags.md │ │ ├── TerraformPackageUpload.md │ │ ├── TerraformPackageUploadRequest.md │ │ ├── Usage.md │ │ ├── UsageFieldset.md │ │ ├── UsageLimits.md │ │ ├── UsageLimitsRaw.md │ │ ├── UsageRaw.md │ │ ├── UserApi.md │ │ ├── UserAuthToken.md │ │ ├── UserAuthTokenRequest.md │ │ ├── UserAuthenticationToken.md │ │ ├── UserBrief.md │ │ ├── UserProfile.md │ │ ├── UsersApi.md │ │ ├── VagrantPackageUpload.md │ │ ├── VagrantPackageUploadRequest.md │ │ ├── VulnerabilitiesApi.md │ │ ├── Vulnerability.md │ │ ├── VulnerabilityScan.md │ │ ├── VulnerabilityScanResults.md │ │ ├── VulnerabilityScanResultsList.md │ │ ├── VulnerabilityScanVersion.md │ │ ├── WebhookTemplate.md │ │ └── WebhooksApi.md │ ├── git_push.sh │ ├── lib │ │ ├── cloudsmith-api.rb │ │ └── cloudsmith-api │ │ │ ├── api │ │ │ ├── audit_log_api.rb │ │ │ ├── badges_api.rb │ │ │ ├── distros_api.rb │ │ │ ├── entitlements_api.rb │ │ │ ├── files_api.rb │ │ │ ├── formats_api.rb │ │ │ ├── metrics_api.rb │ │ │ ├── namespaces_api.rb │ │ │ ├── orgs_api.rb │ │ │ ├── packages_api.rb │ │ │ ├── quota_api.rb │ │ │ ├── rates_api.rb │ │ │ ├── repos_api.rb │ │ │ ├── status_api.rb │ │ │ ├── storage_regions_api.rb │ │ │ ├── user_api.rb │ │ │ ├── users_api.rb │ │ │ ├── vulnerabilities_api.rb │ │ │ └── webhooks_api.rb │ │ │ ├── api_client.rb │ │ │ ├── api_error.rb │ │ │ ├── configuration.rb │ │ │ ├── models │ │ │ ├── allocated_limit.rb │ │ │ ├── allocated_limit_raw.rb │ │ │ ├── alpine_package_upload.rb │ │ │ ├── alpine_package_upload_request.rb │ │ │ ├── architecture.rb │ │ │ ├── cargo_package_upload.rb │ │ │ ├── cargo_package_upload_request.rb │ │ │ ├── cargo_upstream.rb │ │ │ ├── cargo_upstream_request.rb │ │ │ ├── cargo_upstream_request_patch.rb │ │ │ ├── cocoapods_package_upload.rb │ │ │ ├── cocoapods_package_upload_request.rb │ │ │ ├── common_bandwidth_metrics.rb │ │ │ ├── common_bandwidth_metrics_value.rb │ │ │ ├── common_downloads_metrics.rb │ │ │ ├── common_downloads_metrics_value.rb │ │ │ ├── common_metrics.rb │ │ │ ├── composer_package_upload.rb │ │ │ ├── composer_package_upload_request.rb │ │ │ ├── composer_upstream.rb │ │ │ ├── composer_upstream_request.rb │ │ │ ├── composer_upstream_request_patch.rb │ │ │ ├── conan_package_upload.rb │ │ │ ├── conan_package_upload_request.rb │ │ │ ├── conda_package_upload.rb │ │ │ ├── conda_package_upload_request.rb │ │ │ ├── conda_upstream.rb │ │ │ ├── conda_upstream_request.rb │ │ │ ├── conda_upstream_request_patch.rb │ │ │ ├── cran_package_upload.rb │ │ │ ├── cran_package_upload_request.rb │ │ │ ├── cran_upstream.rb │ │ │ ├── cran_upstream_request.rb │ │ │ ├── cran_upstream_request_patch.rb │ │ │ ├── dart_package_upload.rb │ │ │ ├── dart_package_upload_request.rb │ │ │ ├── dart_upstream.rb │ │ │ ├── dart_upstream_request.rb │ │ │ ├── dart_upstream_request_patch.rb │ │ │ ├── deb_package_upload.rb │ │ │ ├── deb_package_upload_request.rb │ │ │ ├── deb_upstream.rb │ │ │ ├── deb_upstream_request.rb │ │ │ ├── deb_upstream_request_patch.rb │ │ │ ├── distribution.rb │ │ │ ├── distribution_full.rb │ │ │ ├── distribution_version.rb │ │ │ ├── docker_package_upload.rb │ │ │ ├── docker_package_upload_request.rb │ │ │ ├── docker_upstream.rb │ │ │ ├── docker_upstream_request.rb │ │ │ ├── docker_upstream_request_patch.rb │ │ │ ├── dynamic_mapping.rb │ │ │ ├── entitlement_usage_metrics.rb │ │ │ ├── error_detail.rb │ │ │ ├── eula.rb │ │ │ ├── format.rb │ │ │ ├── format_support.rb │ │ │ ├── format_support_upstream.rb │ │ │ ├── geo_ip_location.rb │ │ │ ├── go_package_upload.rb │ │ │ ├── go_package_upload_request.rb │ │ │ ├── go_upstream.rb │ │ │ ├── go_upstream_request.rb │ │ │ ├── go_upstream_request_patch.rb │ │ │ ├── helm_package_upload.rb │ │ │ ├── helm_package_upload_request.rb │ │ │ ├── helm_upstream.rb │ │ │ ├── helm_upstream_request.rb │ │ │ ├── helm_upstream_request_patch.rb │ │ │ ├── hex_package_upload.rb │ │ │ ├── hex_package_upload_request.rb │ │ │ ├── hex_upstream.rb │ │ │ ├── hex_upstream_request.rb │ │ │ ├── hex_upstream_request_patch.rb │ │ │ ├── history.rb │ │ │ ├── history_fieldset.rb │ │ │ ├── history_fieldset_raw.rb │ │ │ ├── huggingface_package_upload.rb │ │ │ ├── huggingface_package_upload_request.rb │ │ │ ├── huggingface_upstream.rb │ │ │ ├── huggingface_upstream_request.rb │ │ │ ├── huggingface_upstream_request_patch.rb │ │ │ ├── inline_response_200.rb │ │ │ ├── inline_response_200_1.rb │ │ │ ├── luarocks_package_upload.rb │ │ │ ├── luarocks_package_upload_request.rb │ │ │ ├── maven_package_upload.rb │ │ │ ├── maven_package_upload_request.rb │ │ │ ├── maven_upstream.rb │ │ │ ├── maven_upstream_request.rb │ │ │ ├── maven_upstream_request_patch.rb │ │ │ ├── namespace.rb │ │ │ ├── namespace_audit_log.rb │ │ │ ├── nested_license_policy.rb │ │ │ ├── nested_vulnerability_policy.rb │ │ │ ├── nested_vulnerability_scan_results.rb │ │ │ ├── npm_package_upload.rb │ │ │ ├── npm_package_upload_request.rb │ │ │ ├── npm_upstream.rb │ │ │ ├── npm_upstream_request.rb │ │ │ ├── npm_upstream_request_patch.rb │ │ │ ├── nuget_package_upload.rb │ │ │ ├── nuget_package_upload_request.rb │ │ │ ├── nuget_upstream.rb │ │ │ ├── nuget_upstream_request.rb │ │ │ ├── nuget_upstream_request_patch.rb │ │ │ ├── organization.rb │ │ │ ├── organization_group_sync.rb │ │ │ ├── organization_group_sync_request.rb │ │ │ ├── organization_group_sync_status.rb │ │ │ ├── organization_invite.rb │ │ │ ├── organization_invite_extend.rb │ │ │ ├── organization_invite_request.rb │ │ │ ├── organization_invite_update.rb │ │ │ ├── organization_invite_update_request_patch.rb │ │ │ ├── organization_membership.rb │ │ │ ├── organization_membership_request_patch.rb │ │ │ ├── organization_membership_role_update.rb │ │ │ ├── organization_membership_role_update_request_patch.rb │ │ │ ├── organization_membership_visibility_update.rb │ │ │ ├── organization_membership_visibility_update_request_patch.rb │ │ │ ├── organization_package_license_policy.rb │ │ │ ├── organization_package_license_policy_request.rb │ │ │ ├── organization_package_license_policy_request_patch.rb │ │ │ ├── organization_package_vulnerability_policy.rb │ │ │ ├── organization_package_vulnerability_policy_request.rb │ │ │ ├── organization_package_vulnerability_policy_request_patch.rb │ │ │ ├── organization_saml_auth.rb │ │ │ ├── organization_saml_auth_request_patch.rb │ │ │ ├── organization_team.rb │ │ │ ├── organization_team_invite.rb │ │ │ ├── organization_team_members.rb │ │ │ ├── organization_team_membership.rb │ │ │ ├── organization_team_request.rb │ │ │ ├── organization_team_request_patch.rb │ │ │ ├── p2_package_upload.rb │ │ │ ├── p2_package_upload_request.rb │ │ │ ├── package.rb │ │ │ ├── package_copy.rb │ │ │ ├── package_copy_request.rb │ │ │ ├── package_deny_policy.rb │ │ │ ├── package_deny_policy_request.rb │ │ │ ├── package_deny_policy_request_patch.rb │ │ │ ├── package_dependencies.rb │ │ │ ├── package_dependency.rb │ │ │ ├── package_file.rb │ │ │ ├── package_file_parts_upload.rb │ │ │ ├── package_file_upload.rb │ │ │ ├── package_file_upload_request.rb │ │ │ ├── package_group.rb │ │ │ ├── package_license.rb │ │ │ ├── package_license_policy_evaluation_request.rb │ │ │ ├── package_license_policy_evaluation_request_request.rb │ │ │ ├── package_license_policy_violation_log.rb │ │ │ ├── package_license_policy_violation_log_cursor_page.rb │ │ │ ├── package_license_request_patch.rb │ │ │ ├── package_move.rb │ │ │ ├── package_move_request.rb │ │ │ ├── package_quarantine.rb │ │ │ ├── package_quarantine_request.rb │ │ │ ├── package_resync.rb │ │ │ ├── package_status.rb │ │ │ ├── package_tag.rb │ │ │ ├── package_tag_request.rb │ │ │ ├── package_usage_metrics.rb │ │ │ ├── package_version_badge.rb │ │ │ ├── package_vulnerability.rb │ │ │ ├── package_vulnerability_policy_evaluation_request.rb │ │ │ ├── package_vulnerability_policy_evaluation_request_request.rb │ │ │ ├── package_vulnerability_policy_violation_log.rb │ │ │ ├── package_vulnerability_policy_violation_log_cursor_page.rb │ │ │ ├── provider_settings.rb │ │ │ ├── provider_settings_write.rb │ │ │ ├── provider_settings_write_request.rb │ │ │ ├── provider_settings_write_request_patch.rb │ │ │ ├── python_package_upload.rb │ │ │ ├── python_package_upload_request.rb │ │ │ ├── python_upstream.rb │ │ │ ├── python_upstream_request.rb │ │ │ ├── python_upstream_request_patch.rb │ │ │ ├── quota.rb │ │ │ ├── quota_history.rb │ │ │ ├── rate_check.rb │ │ │ ├── raw_package_upload.rb │ │ │ ├── raw_package_upload_request.rb │ │ │ ├── repository.rb │ │ │ ├── repository_audit_log.rb │ │ │ ├── repository_create.rb │ │ │ ├── repository_create_request.rb │ │ │ ├── repository_ecdsa_key.rb │ │ │ ├── repository_ecdsa_key_create.rb │ │ │ ├── repository_geo_ip_cidr.rb │ │ │ ├── repository_geo_ip_country_code.rb │ │ │ ├── repository_geo_ip_rules.rb │ │ │ ├── repository_geo_ip_rules_request.rb │ │ │ ├── repository_geo_ip_rules_request_patch.rb │ │ │ ├── repository_geo_ip_status.rb │ │ │ ├── repository_geo_ip_test_address.rb │ │ │ ├── repository_geo_ip_test_address_response.rb │ │ │ ├── repository_geo_ip_test_address_response_dict.rb │ │ │ ├── repository_gpg_key.rb │ │ │ ├── repository_gpg_key_create.rb │ │ │ ├── repository_privilege_dict.rb │ │ │ ├── repository_privilege_input.rb │ │ │ ├── repository_privilege_input_request.rb │ │ │ ├── repository_privilege_input_request_patch.rb │ │ │ ├── repository_request_patch.rb │ │ │ ├── repository_retention_rules.rb │ │ │ ├── repository_retention_rules_request_patch.rb │ │ │ ├── repository_rsa_key.rb │ │ │ ├── repository_rsa_key_create.rb │ │ │ ├── repository_token.rb │ │ │ ├── repository_token_action.rb │ │ │ ├── repository_token_refresh.rb │ │ │ ├── repository_token_refresh_request.rb │ │ │ ├── repository_token_request.rb │ │ │ ├── repository_token_request_patch.rb │ │ │ ├── repository_token_sync.rb │ │ │ ├── repository_token_sync_request.rb │ │ │ ├── repository_transfer_region.rb │ │ │ ├── repository_transfer_region_request.rb │ │ │ ├── repository_webhook.rb │ │ │ ├── repository_webhook_request.rb │ │ │ ├── repository_webhook_request_patch.rb │ │ │ ├── repository_x509_ecdsa_certificate.rb │ │ │ ├── repository_x509_rsa_certificate.rb │ │ │ ├── resources_rate_check.rb │ │ │ ├── respository_geo_ip_enable_disable.rb │ │ │ ├── respository_geo_ip_enable_disable_request.rb │ │ │ ├── rpm_package_upload.rb │ │ │ ├── rpm_package_upload_request.rb │ │ │ ├── rpm_upstream.rb │ │ │ ├── rpm_upstream_request.rb │ │ │ ├── rpm_upstream_request_patch.rb │ │ │ ├── ruby_package_upload.rb │ │ │ ├── ruby_package_upload_request.rb │ │ │ ├── ruby_upstream.rb │ │ │ ├── ruby_upstream_request.rb │ │ │ ├── ruby_upstream_request_patch.rb │ │ │ ├── service.rb │ │ │ ├── service_request.rb │ │ │ ├── service_request_patch.rb │ │ │ ├── service_teams.rb │ │ │ ├── status_basic.rb │ │ │ ├── storage_allocated_limit.rb │ │ │ ├── storage_allocated_limit_raw.rb │ │ │ ├── storage_region.rb │ │ │ ├── storage_usage.rb │ │ │ ├── storage_usage_raw.rb │ │ │ ├── swift_package_upload.rb │ │ │ ├── swift_package_upload_request.rb │ │ │ ├── swift_upstream.rb │ │ │ ├── swift_upstream_request.rb │ │ │ ├── swift_upstream_request_patch.rb │ │ │ ├── tags.rb │ │ │ ├── terraform_package_upload.rb │ │ │ ├── terraform_package_upload_request.rb │ │ │ ├── usage.rb │ │ │ ├── usage_fieldset.rb │ │ │ ├── usage_limits.rb │ │ │ ├── usage_limits_raw.rb │ │ │ ├── usage_raw.rb │ │ │ ├── user_auth_token.rb │ │ │ ├── user_auth_token_request.rb │ │ │ ├── user_authentication_token.rb │ │ │ ├── user_brief.rb │ │ │ ├── user_profile.rb │ │ │ ├── vagrant_package_upload.rb │ │ │ ├── vagrant_package_upload_request.rb │ │ │ ├── vulnerability.rb │ │ │ ├── vulnerability_scan.rb │ │ │ ├── vulnerability_scan_results.rb │ │ │ ├── vulnerability_scan_results_list.rb │ │ │ ├── vulnerability_scan_version.rb │ │ │ └── webhook_template.rb │ │ │ └── version.rb │ └── spec │ │ ├── api │ │ ├── audit_log_api_spec.rb │ │ ├── badges_api_spec.rb │ │ ├── distros_api_spec.rb │ │ ├── entitlements_api_spec.rb │ │ ├── files_api_spec.rb │ │ ├── formats_api_spec.rb │ │ ├── metrics_api_spec.rb │ │ ├── namespaces_api_spec.rb │ │ ├── orgs_api_spec.rb │ │ ├── packages_api_spec.rb │ │ ├── quota_api_spec.rb │ │ ├── rates_api_spec.rb │ │ ├── repos_api_spec.rb │ │ ├── status_api_spec.rb │ │ ├── storage_regions_api_spec.rb │ │ ├── user_api_spec.rb │ │ ├── users_api_spec.rb │ │ ├── vulnerabilities_api_spec.rb │ │ └── webhooks_api_spec.rb │ │ ├── api_client_spec.rb │ │ ├── configuration_spec.rb │ │ ├── models │ │ ├── allocated_limit_raw_spec.rb │ │ ├── allocated_limit_spec.rb │ │ ├── alpine_package_upload_request_spec.rb │ │ ├── alpine_package_upload_spec.rb │ │ ├── architecture_spec.rb │ │ ├── cargo_package_upload_request_spec.rb │ │ ├── cargo_package_upload_spec.rb │ │ ├── cargo_upstream_request_patch_spec.rb │ │ ├── cargo_upstream_request_spec.rb │ │ ├── cargo_upstream_spec.rb │ │ ├── cocoapods_package_upload_request_spec.rb │ │ ├── cocoapods_package_upload_spec.rb │ │ ├── common_bandwidth_metrics_spec.rb │ │ ├── common_bandwidth_metrics_value_spec.rb │ │ ├── common_downloads_metrics_spec.rb │ │ ├── common_downloads_metrics_value_spec.rb │ │ ├── common_metrics_spec.rb │ │ ├── composer_package_upload_request_spec.rb │ │ ├── composer_package_upload_spec.rb │ │ ├── composer_upstream_request_patch_spec.rb │ │ ├── composer_upstream_request_spec.rb │ │ ├── composer_upstream_spec.rb │ │ ├── conan_package_upload_request_spec.rb │ │ ├── conan_package_upload_spec.rb │ │ ├── conda_package_upload_request_spec.rb │ │ ├── conda_package_upload_spec.rb │ │ ├── conda_upstream_request_patch_spec.rb │ │ ├── conda_upstream_request_spec.rb │ │ ├── conda_upstream_spec.rb │ │ ├── cran_package_upload_request_spec.rb │ │ ├── cran_package_upload_spec.rb │ │ ├── cran_upstream_request_patch_spec.rb │ │ ├── cran_upstream_request_spec.rb │ │ ├── cran_upstream_spec.rb │ │ ├── dart_package_upload_request_spec.rb │ │ ├── dart_package_upload_spec.rb │ │ ├── dart_upstream_request_patch_spec.rb │ │ ├── dart_upstream_request_spec.rb │ │ ├── dart_upstream_spec.rb │ │ ├── deb_package_upload_request_spec.rb │ │ ├── deb_package_upload_spec.rb │ │ ├── deb_upstream_request_patch_spec.rb │ │ ├── deb_upstream_request_spec.rb │ │ ├── deb_upstream_spec.rb │ │ ├── distribution_full_spec.rb │ │ ├── distribution_spec.rb │ │ ├── distribution_version_spec.rb │ │ ├── docker_package_upload_request_spec.rb │ │ ├── docker_package_upload_spec.rb │ │ ├── docker_upstream_request_patch_spec.rb │ │ ├── docker_upstream_request_spec.rb │ │ ├── docker_upstream_spec.rb │ │ ├── dynamic_mapping_spec.rb │ │ ├── entitlement_usage_metrics_spec.rb │ │ ├── error_detail_spec.rb │ │ ├── eula_spec.rb │ │ ├── format_spec.rb │ │ ├── format_support_spec.rb │ │ ├── format_support_upstream_spec.rb │ │ ├── geo_ip_location_spec.rb │ │ ├── go_package_upload_request_spec.rb │ │ ├── go_package_upload_spec.rb │ │ ├── go_upstream_request_patch_spec.rb │ │ ├── go_upstream_request_spec.rb │ │ ├── go_upstream_spec.rb │ │ ├── helm_package_upload_request_spec.rb │ │ ├── helm_package_upload_spec.rb │ │ ├── helm_upstream_request_patch_spec.rb │ │ ├── helm_upstream_request_spec.rb │ │ ├── helm_upstream_spec.rb │ │ ├── hex_package_upload_request_spec.rb │ │ ├── hex_package_upload_spec.rb │ │ ├── hex_upstream_request_patch_spec.rb │ │ ├── hex_upstream_request_spec.rb │ │ ├── hex_upstream_spec.rb │ │ ├── history_fieldset_raw_spec.rb │ │ ├── history_fieldset_spec.rb │ │ ├── history_spec.rb │ │ ├── huggingface_package_upload_request_spec.rb │ │ ├── huggingface_package_upload_spec.rb │ │ ├── huggingface_upstream_request_patch_spec.rb │ │ ├── huggingface_upstream_request_spec.rb │ │ ├── huggingface_upstream_spec.rb │ │ ├── inline_response_200_1_spec.rb │ │ ├── inline_response_200_spec.rb │ │ ├── luarocks_package_upload_request_spec.rb │ │ ├── luarocks_package_upload_spec.rb │ │ ├── maven_package_upload_request_spec.rb │ │ ├── maven_package_upload_spec.rb │ │ ├── maven_upstream_request_patch_spec.rb │ │ ├── maven_upstream_request_spec.rb │ │ ├── maven_upstream_spec.rb │ │ ├── namespace_audit_log_spec.rb │ │ ├── namespace_spec.rb │ │ ├── nested_license_policy_spec.rb │ │ ├── nested_vulnerability_policy_spec.rb │ │ ├── nested_vulnerability_scan_results_spec.rb │ │ ├── npm_package_upload_request_spec.rb │ │ ├── npm_package_upload_spec.rb │ │ ├── npm_upstream_request_patch_spec.rb │ │ ├── npm_upstream_request_spec.rb │ │ ├── npm_upstream_spec.rb │ │ ├── nuget_package_upload_request_spec.rb │ │ ├── nuget_package_upload_spec.rb │ │ ├── nuget_upstream_request_patch_spec.rb │ │ ├── nuget_upstream_request_spec.rb │ │ ├── nuget_upstream_spec.rb │ │ ├── organization_group_sync_request_spec.rb │ │ ├── organization_group_sync_spec.rb │ │ ├── organization_group_sync_status_spec.rb │ │ ├── organization_invite_extend_spec.rb │ │ ├── organization_invite_request_spec.rb │ │ ├── organization_invite_spec.rb │ │ ├── organization_invite_update_request_patch_spec.rb │ │ ├── organization_invite_update_spec.rb │ │ ├── organization_membership_request_patch_spec.rb │ │ ├── organization_membership_role_update_request_patch_spec.rb │ │ ├── organization_membership_role_update_spec.rb │ │ ├── organization_membership_spec.rb │ │ ├── organization_membership_visibility_update_request_patch_spec.rb │ │ ├── organization_membership_visibility_update_spec.rb │ │ ├── organization_package_license_policy_request_patch_spec.rb │ │ ├── organization_package_license_policy_request_spec.rb │ │ ├── organization_package_license_policy_spec.rb │ │ ├── organization_package_vulnerability_policy_request_patch_spec.rb │ │ ├── organization_package_vulnerability_policy_request_spec.rb │ │ ├── organization_package_vulnerability_policy_spec.rb │ │ ├── organization_saml_auth_request_patch_spec.rb │ │ ├── organization_saml_auth_spec.rb │ │ ├── organization_spec.rb │ │ ├── organization_team_invite_spec.rb │ │ ├── organization_team_members_spec.rb │ │ ├── organization_team_membership_spec.rb │ │ ├── organization_team_request_patch_spec.rb │ │ ├── organization_team_request_spec.rb │ │ ├── organization_team_spec.rb │ │ ├── p2_package_upload_request_spec.rb │ │ ├── p2_package_upload_spec.rb │ │ ├── package_copy_request_spec.rb │ │ ├── package_copy_spec.rb │ │ ├── package_deny_policy_request_patch_spec.rb │ │ ├── package_deny_policy_request_spec.rb │ │ ├── package_deny_policy_spec.rb │ │ ├── package_dependencies_spec.rb │ │ ├── package_dependency_spec.rb │ │ ├── package_file_parts_upload_spec.rb │ │ ├── package_file_spec.rb │ │ ├── package_file_upload_request_spec.rb │ │ ├── package_file_upload_spec.rb │ │ ├── package_group_spec.rb │ │ ├── package_license_policy_evaluation_request_request_spec.rb │ │ ├── package_license_policy_evaluation_request_spec.rb │ │ ├── package_license_policy_violation_log_cursor_page_spec.rb │ │ ├── package_license_policy_violation_log_spec.rb │ │ ├── package_license_request_patch_spec.rb │ │ ├── package_license_spec.rb │ │ ├── package_move_request_spec.rb │ │ ├── package_move_spec.rb │ │ ├── package_quarantine_request_spec.rb │ │ ├── package_quarantine_spec.rb │ │ ├── package_resync_spec.rb │ │ ├── package_spec.rb │ │ ├── package_status_spec.rb │ │ ├── package_tag_request_spec.rb │ │ ├── package_tag_spec.rb │ │ ├── package_usage_metrics_spec.rb │ │ ├── package_version_badge_spec.rb │ │ ├── package_vulnerability_policy_evaluation_request_request_spec.rb │ │ ├── package_vulnerability_policy_evaluation_request_spec.rb │ │ ├── package_vulnerability_policy_violation_log_cursor_page_spec.rb │ │ ├── package_vulnerability_policy_violation_log_spec.rb │ │ ├── package_vulnerability_spec.rb │ │ ├── provider_settings_spec.rb │ │ ├── provider_settings_write_request_patch_spec.rb │ │ ├── provider_settings_write_request_spec.rb │ │ ├── provider_settings_write_spec.rb │ │ ├── python_package_upload_request_spec.rb │ │ ├── python_package_upload_spec.rb │ │ ├── python_upstream_request_patch_spec.rb │ │ ├── python_upstream_request_spec.rb │ │ ├── python_upstream_spec.rb │ │ ├── quota_history_spec.rb │ │ ├── quota_spec.rb │ │ ├── rate_check_spec.rb │ │ ├── raw_package_upload_request_spec.rb │ │ ├── raw_package_upload_spec.rb │ │ ├── repository_audit_log_spec.rb │ │ ├── repository_create_request_spec.rb │ │ ├── repository_create_spec.rb │ │ ├── repository_ecdsa_key_create_spec.rb │ │ ├── repository_ecdsa_key_spec.rb │ │ ├── repository_geo_ip_cidr_spec.rb │ │ ├── repository_geo_ip_country_code_spec.rb │ │ ├── repository_geo_ip_rules_request_patch_spec.rb │ │ ├── repository_geo_ip_rules_request_spec.rb │ │ ├── repository_geo_ip_rules_spec.rb │ │ ├── repository_geo_ip_status_spec.rb │ │ ├── repository_geo_ip_test_address_response_dict_spec.rb │ │ ├── repository_geo_ip_test_address_response_spec.rb │ │ ├── repository_geo_ip_test_address_spec.rb │ │ ├── repository_gpg_key_create_spec.rb │ │ ├── repository_gpg_key_spec.rb │ │ ├── repository_privilege_dict_spec.rb │ │ ├── repository_privilege_input_request_patch_spec.rb │ │ ├── repository_privilege_input_request_spec.rb │ │ ├── repository_privilege_input_spec.rb │ │ ├── repository_request_patch_spec.rb │ │ ├── repository_retention_rules_request_patch_spec.rb │ │ ├── repository_retention_rules_spec.rb │ │ ├── repository_rsa_key_create_spec.rb │ │ ├── repository_rsa_key_spec.rb │ │ ├── repository_spec.rb │ │ ├── repository_token_action_spec.rb │ │ ├── repository_token_refresh_request_spec.rb │ │ ├── repository_token_refresh_spec.rb │ │ ├── repository_token_request_patch_spec.rb │ │ ├── repository_token_request_spec.rb │ │ ├── repository_token_spec.rb │ │ ├── repository_token_sync_request_spec.rb │ │ ├── repository_token_sync_spec.rb │ │ ├── repository_transfer_region_request_spec.rb │ │ ├── repository_transfer_region_spec.rb │ │ ├── repository_webhook_request_patch_spec.rb │ │ ├── repository_webhook_request_spec.rb │ │ ├── repository_webhook_spec.rb │ │ ├── repository_x509_ecdsa_certificate_spec.rb │ │ ├── repository_x509_rsa_certificate_spec.rb │ │ ├── resources_rate_check_spec.rb │ │ ├── respository_geo_ip_enable_disable_request_spec.rb │ │ ├── respository_geo_ip_enable_disable_spec.rb │ │ ├── rpm_package_upload_request_spec.rb │ │ ├── rpm_package_upload_spec.rb │ │ ├── rpm_upstream_request_patch_spec.rb │ │ ├── rpm_upstream_request_spec.rb │ │ ├── rpm_upstream_spec.rb │ │ ├── ruby_package_upload_request_spec.rb │ │ ├── ruby_package_upload_spec.rb │ │ ├── ruby_upstream_request_patch_spec.rb │ │ ├── ruby_upstream_request_spec.rb │ │ ├── ruby_upstream_spec.rb │ │ ├── service_request_patch_spec.rb │ │ ├── service_request_spec.rb │ │ ├── service_spec.rb │ │ ├── service_teams_spec.rb │ │ ├── status_basic_spec.rb │ │ ├── storage_allocated_limit_raw_spec.rb │ │ ├── storage_allocated_limit_spec.rb │ │ ├── storage_region_spec.rb │ │ ├── storage_usage_raw_spec.rb │ │ ├── storage_usage_spec.rb │ │ ├── swift_package_upload_request_spec.rb │ │ ├── swift_package_upload_spec.rb │ │ ├── swift_upstream_request_patch_spec.rb │ │ ├── swift_upstream_request_spec.rb │ │ ├── swift_upstream_spec.rb │ │ ├── tags_spec.rb │ │ ├── terraform_package_upload_request_spec.rb │ │ ├── terraform_package_upload_spec.rb │ │ ├── usage_fieldset_spec.rb │ │ ├── usage_limits_raw_spec.rb │ │ ├── usage_limits_spec.rb │ │ ├── usage_raw_spec.rb │ │ ├── usage_spec.rb │ │ ├── user_auth_token_request_spec.rb │ │ ├── user_auth_token_spec.rb │ │ ├── user_authentication_token_spec.rb │ │ ├── user_brief_spec.rb │ │ ├── user_profile_spec.rb │ │ ├── vagrant_package_upload_request_spec.rb │ │ ├── vagrant_package_upload_spec.rb │ │ ├── vulnerability_scan_results_list_spec.rb │ │ ├── vulnerability_scan_results_spec.rb │ │ ├── vulnerability_scan_spec.rb │ │ ├── vulnerability_scan_version_spec.rb │ │ ├── vulnerability_spec.rb │ │ └── webhook_template_spec.rb │ │ └── spec_helper.rb │ ├── templates │ └── partial_model_generic.mustache │ └── test.sh ├── ruff.toml └── scripts ├── build.sh ├── common.sh ├── deploy.sh ├── full-deploy.sh ├── push.sh ├── test.sh └── update-bindings.sh /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.envrc: -------------------------------------------------------------------------------- 1 | pre-commit install 2 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/.gitignore -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CONTRIBUTORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/CONTRIBUTORS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | # Dummy Makefile to stop travis from executing commands 2 | target: ; 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/README.md -------------------------------------------------------------------------------- /bin/lfs/swagger-codegen-cli-2.4.26.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bin/lfs/swagger-codegen-cli-2.4.26.jar -------------------------------------------------------------------------------- /bin/swagger-codegen-cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bin/swagger-codegen-cli -------------------------------------------------------------------------------- /bin/swagger-codegen-cli.jar: -------------------------------------------------------------------------------- 1 | lfs/swagger-codegen-cli-2.4.26.jar -------------------------------------------------------------------------------- /bindings/java/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/build.sh -------------------------------------------------------------------------------- /bindings/java/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/deploy.sh -------------------------------------------------------------------------------- /bindings/java/src/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/.gitignore -------------------------------------------------------------------------------- /bindings/java/src/.swagger-codegen-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/.swagger-codegen-ignore -------------------------------------------------------------------------------- /bindings/java/src/.swagger-codegen/VERSION: -------------------------------------------------------------------------------- 1 | 2.4.43 -------------------------------------------------------------------------------- /bindings/java/src/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/.travis.yml -------------------------------------------------------------------------------- /bindings/java/src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/README.md -------------------------------------------------------------------------------- /bindings/java/src/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/build.gradle -------------------------------------------------------------------------------- /bindings/java/src/build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/build.json -------------------------------------------------------------------------------- /bindings/java/src/build.sbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/build.sbt -------------------------------------------------------------------------------- /bindings/java/src/docs/AllocatedLimit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/AllocatedLimit.md -------------------------------------------------------------------------------- /bindings/java/src/docs/AllocatedLimitRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/AllocatedLimitRaw.md -------------------------------------------------------------------------------- /bindings/java/src/docs/AlpinePackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/AlpinePackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/AlpinePackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/AlpinePackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/Architecture.md -------------------------------------------------------------------------------- /bindings/java/src/docs/AuditLogApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/AuditLogApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/BadgesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/BadgesApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CargoPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CargoPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CargoPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CargoPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CargoUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CargoUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CargoUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CargoUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CargoUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CargoUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CocoapodsPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CocoapodsPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CommonBandwidthMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CommonBandwidthMetrics.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CommonDownloadsMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CommonDownloadsMetrics.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CommonMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CommonMetrics.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ComposerPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ComposerPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ComposerUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ComposerUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ComposerUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ComposerUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ConanPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ConanPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ConanPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ConanPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CondaPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CondaPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CondaPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CondaPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CondaUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CondaUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CondaUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CondaUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CondaUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CondaUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CranPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CranPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CranPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CranPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CranUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CranUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CranUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CranUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/CranUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/CranUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DartPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DartPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DartPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DartPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DartUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DartUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DartUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DartUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DartUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DartUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DebPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DebPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DebPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DebPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DebUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DebUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DebUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DebUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DebUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DebUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/Distribution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/Distribution.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DistributionFull.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DistributionFull.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DistributionVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DistributionVersion.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DistrosApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DistrosApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DockerPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DockerPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DockerPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DockerPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DockerUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DockerUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DockerUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DockerUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DockerUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DockerUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/DynamicMapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/DynamicMapping.md -------------------------------------------------------------------------------- /bindings/java/src/docs/EntitlementUsageMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/EntitlementUsageMetrics.md -------------------------------------------------------------------------------- /bindings/java/src/docs/EntitlementsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/EntitlementsApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ErrorDetail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ErrorDetail.md -------------------------------------------------------------------------------- /bindings/java/src/docs/Eula.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/Eula.md -------------------------------------------------------------------------------- /bindings/java/src/docs/FilesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/FilesApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/Format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/Format.md -------------------------------------------------------------------------------- /bindings/java/src/docs/FormatSupport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/FormatSupport.md -------------------------------------------------------------------------------- /bindings/java/src/docs/FormatSupportUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/FormatSupportUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/FormatsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/FormatsApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/GeoIpLocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/GeoIpLocation.md -------------------------------------------------------------------------------- /bindings/java/src/docs/GoPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/GoPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/GoPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/GoPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/GoUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/GoUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/GoUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/GoUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/GoUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/GoUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HelmPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HelmPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HelmPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HelmPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HelmUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HelmUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HelmUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HelmUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HelmUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HelmUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HexPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HexPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HexPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HexPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HexUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HexUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HexUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HexUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HexUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HexUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/History.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HistoryFieldset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HistoryFieldset.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HistoryFieldsetRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HistoryFieldsetRaw.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HuggingfacePackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HuggingfacePackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HuggingfaceUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HuggingfaceUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/HuggingfaceUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/HuggingfaceUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/InlineResponse200.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/InlineResponse200.md -------------------------------------------------------------------------------- /bindings/java/src/docs/InlineResponse2001.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/InlineResponse2001.md -------------------------------------------------------------------------------- /bindings/java/src/docs/LuarocksPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/LuarocksPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/MavenPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/MavenPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/MavenPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/MavenPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/MavenUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/MavenUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/MavenUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/MavenUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/MavenUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/MavenUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/MetricsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/MetricsApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ModelPackage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ModelPackage.md -------------------------------------------------------------------------------- /bindings/java/src/docs/Namespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/Namespace.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NamespaceAuditLog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NamespaceAuditLog.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NamespacesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NamespacesApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NestedLicensePolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NestedLicensePolicy.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NestedVulnerabilityPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NestedVulnerabilityPolicy.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NpmPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NpmPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NpmPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NpmPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NpmUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NpmUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NpmUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NpmUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NpmUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NpmUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NugetPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NugetPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NugetPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NugetPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NugetUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NugetUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NugetUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NugetUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/NugetUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/NugetUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/Organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/Organization.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrganizationGroupSync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrganizationGroupSync.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrganizationInvite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrganizationInvite.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrganizationInviteExtend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrganizationInviteExtend.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrganizationInviteRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrganizationInviteRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrganizationInviteUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrganizationInviteUpdate.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrganizationMembership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrganizationMembership.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrganizationSAMLAuth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrganizationSAMLAuth.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrganizationTeam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrganizationTeam.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrganizationTeamInvite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrganizationTeamInvite.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrganizationTeamMembers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrganizationTeamMembers.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrganizationTeamMembership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrganizationTeamMembership.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrganizationTeamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrganizationTeamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/OrgsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/OrgsApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/P2PackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/P2PackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/P2PackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/P2PackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageCopy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageCopy.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageCopyRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageCopyRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageDenyPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageDenyPolicy.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageDenyPolicyRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageDenyPolicyRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageDependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageDependencies.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageDependency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageDependency.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageFile.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageFilePartsUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageFilePartsUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageFileUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageFileUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageFileUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageFileUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageGroup.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageLicense.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageLicense.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageLicenseRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageLicenseRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageMove.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageMove.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageMoveRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageMoveRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageQuarantine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageQuarantine.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageQuarantineRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageQuarantineRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageResync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageResync.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageStatus.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageTag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageTag.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageTagRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageTagRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageUsageMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageUsageMetrics.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageVersionBadge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageVersionBadge.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackageVulnerability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackageVulnerability.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PackagesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PackagesApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ProviderSettings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ProviderSettings.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ProviderSettingsWrite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ProviderSettingsWrite.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PythonPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PythonPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PythonPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PythonPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PythonUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PythonUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PythonUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PythonUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/PythonUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/PythonUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/Quota.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/Quota.md -------------------------------------------------------------------------------- /bindings/java/src/docs/QuotaApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/QuotaApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/QuotaHistory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/QuotaHistory.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RateCheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RateCheck.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RatesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RatesApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RawPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RawPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RawPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RawPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ReposApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ReposApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/Repository.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/Repository.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryAuditLog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryAuditLog.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryCreate.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryCreateRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryCreateRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryEcdsaKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryEcdsaKey.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryEcdsaKeyCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryEcdsaKeyCreate.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryGeoIpCidr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryGeoIpCidr.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryGeoIpCountryCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryGeoIpCountryCode.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryGeoIpRules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryGeoIpRules.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryGeoIpStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryGeoIpStatus.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryGeoIpTestAddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryGeoIpTestAddress.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryGpgKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryGpgKey.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryGpgKeyCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryGpgKeyCreate.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryPrivilegeDict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryPrivilegeDict.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryPrivilegeInput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryPrivilegeInput.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryRetentionRules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryRetentionRules.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryRsaKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryRsaKey.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryRsaKeyCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryRsaKeyCreate.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryToken.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryTokenAction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryTokenAction.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryTokenRefresh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryTokenRefresh.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryTokenRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryTokenRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryTokenSync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryTokenSync.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryTokenSyncRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryTokenSyncRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RepositoryWebhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RepositoryWebhook.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ResourcesRateCheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ResourcesRateCheck.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RpmPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RpmPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RpmPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RpmPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RpmUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RpmUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RpmUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RpmUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RpmUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RpmUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RubyPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RubyPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RubyUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RubyUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/RubyUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/RubyUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/Service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/Service.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ServiceRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ServiceRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ServiceRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ServiceRequestPatch.md -------------------------------------------------------------------------------- /bindings/java/src/docs/ServiceTeams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/ServiceTeams.md -------------------------------------------------------------------------------- /bindings/java/src/docs/StatusApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/StatusApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/StatusBasic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/StatusBasic.md -------------------------------------------------------------------------------- /bindings/java/src/docs/StorageAllocatedLimit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/StorageAllocatedLimit.md -------------------------------------------------------------------------------- /bindings/java/src/docs/StorageRegion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/StorageRegion.md -------------------------------------------------------------------------------- /bindings/java/src/docs/StorageRegionsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/StorageRegionsApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/StorageUsage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/StorageUsage.md -------------------------------------------------------------------------------- /bindings/java/src/docs/StorageUsageRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/StorageUsageRaw.md -------------------------------------------------------------------------------- /bindings/java/src/docs/SwiftPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/SwiftPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/SwiftUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/SwiftUpstream.md -------------------------------------------------------------------------------- /bindings/java/src/docs/SwiftUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/SwiftUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/Tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/Tags.md -------------------------------------------------------------------------------- /bindings/java/src/docs/TerraformPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/TerraformPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/Usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/Usage.md -------------------------------------------------------------------------------- /bindings/java/src/docs/UsageFieldset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/UsageFieldset.md -------------------------------------------------------------------------------- /bindings/java/src/docs/UsageLimits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/UsageLimits.md -------------------------------------------------------------------------------- /bindings/java/src/docs/UsageLimitsRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/UsageLimitsRaw.md -------------------------------------------------------------------------------- /bindings/java/src/docs/UsageRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/UsageRaw.md -------------------------------------------------------------------------------- /bindings/java/src/docs/UserApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/UserApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/UserAuthToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/UserAuthToken.md -------------------------------------------------------------------------------- /bindings/java/src/docs/UserAuthTokenRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/UserAuthTokenRequest.md -------------------------------------------------------------------------------- /bindings/java/src/docs/UserAuthenticationToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/UserAuthenticationToken.md -------------------------------------------------------------------------------- /bindings/java/src/docs/UserBrief.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/UserBrief.md -------------------------------------------------------------------------------- /bindings/java/src/docs/UserProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/UserProfile.md -------------------------------------------------------------------------------- /bindings/java/src/docs/UsersApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/UsersApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/VagrantPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/VagrantPackageUpload.md -------------------------------------------------------------------------------- /bindings/java/src/docs/VulnerabilitiesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/VulnerabilitiesApi.md -------------------------------------------------------------------------------- /bindings/java/src/docs/Vulnerability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/Vulnerability.md -------------------------------------------------------------------------------- /bindings/java/src/docs/VulnerabilityScan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/VulnerabilityScan.md -------------------------------------------------------------------------------- /bindings/java/src/docs/WebhookTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/WebhookTemplate.md -------------------------------------------------------------------------------- /bindings/java/src/docs/WebhooksApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/docs/WebhooksApi.md -------------------------------------------------------------------------------- /bindings/java/src/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/git_push.sh -------------------------------------------------------------------------------- /bindings/java/src/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/gradle.properties -------------------------------------------------------------------------------- /bindings/java/src/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/gradlew -------------------------------------------------------------------------------- /bindings/java/src/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/gradlew.bat -------------------------------------------------------------------------------- /bindings/java/src/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/pom.xml -------------------------------------------------------------------------------- /bindings/java/src/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = "cloudsmith-api" -------------------------------------------------------------------------------- /bindings/java/src/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/src/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /bindings/java/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/java/test.sh -------------------------------------------------------------------------------- /bindings/python/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/build.sh -------------------------------------------------------------------------------- /bindings/python/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/deploy.sh -------------------------------------------------------------------------------- /bindings/python/src/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/.gitignore -------------------------------------------------------------------------------- /bindings/python/src/.swagger-codegen-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/.swagger-codegen-ignore -------------------------------------------------------------------------------- /bindings/python/src/.swagger-codegen/VERSION: -------------------------------------------------------------------------------- 1 | 2.4.43 -------------------------------------------------------------------------------- /bindings/python/src/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/.travis.yml -------------------------------------------------------------------------------- /bindings/python/src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/README.md -------------------------------------------------------------------------------- /bindings/python/src/build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/build.json -------------------------------------------------------------------------------- /bindings/python/src/cloudsmith_api/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/cloudsmith_api/__init__.py -------------------------------------------------------------------------------- /bindings/python/src/cloudsmith_api/api_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/cloudsmith_api/api_client.py -------------------------------------------------------------------------------- /bindings/python/src/cloudsmith_api/models/eula.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/cloudsmith_api/models/eula.py -------------------------------------------------------------------------------- /bindings/python/src/cloudsmith_api/models/tags.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/cloudsmith_api/models/tags.py -------------------------------------------------------------------------------- /bindings/python/src/cloudsmith_api/rest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/cloudsmith_api/rest.py -------------------------------------------------------------------------------- /bindings/python/src/docs/AllocatedLimit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/AllocatedLimit.md -------------------------------------------------------------------------------- /bindings/python/src/docs/AllocatedLimitRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/AllocatedLimitRaw.md -------------------------------------------------------------------------------- /bindings/python/src/docs/AlpinePackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/AlpinePackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Architecture.md -------------------------------------------------------------------------------- /bindings/python/src/docs/AuditLogApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/AuditLogApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/BadgesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/BadgesApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/CargoPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/CargoPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/CargoUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/CargoUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/CargoUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/CargoUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/CommonMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/CommonMetrics.md -------------------------------------------------------------------------------- /bindings/python/src/docs/ComposerPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/ComposerPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/ComposerUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/ComposerUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/ConanPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/ConanPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/CondaPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/CondaPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/CondaUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/CondaUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/CondaUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/CondaUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/CranPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/CranPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/CranUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/CranUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/CranUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/CranUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DartPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DartPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DartUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DartUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DartUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DartUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DebPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DebPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DebUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DebUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DebUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DebUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Distribution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Distribution.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DistributionFull.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DistributionFull.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DistributionVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DistributionVersion.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DistrosApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DistrosApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DockerPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DockerPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DockerUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DockerUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DockerUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DockerUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/DynamicMapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/DynamicMapping.md -------------------------------------------------------------------------------- /bindings/python/src/docs/EntitlementsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/EntitlementsApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/ErrorDetail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/ErrorDetail.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Eula.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Eula.md -------------------------------------------------------------------------------- /bindings/python/src/docs/FilesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/FilesApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Format.md -------------------------------------------------------------------------------- /bindings/python/src/docs/FormatSupport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/FormatSupport.md -------------------------------------------------------------------------------- /bindings/python/src/docs/FormatSupportUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/FormatSupportUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/FormatsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/FormatsApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/GeoIpLocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/GeoIpLocation.md -------------------------------------------------------------------------------- /bindings/python/src/docs/GoPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/GoPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/GoUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/GoUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/GoUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/GoUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/HelmPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/HelmPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/HelmUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/HelmUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/HelmUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/HelmUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/HexPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/HexPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/HexUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/HexUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/HexUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/HexUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/History.md -------------------------------------------------------------------------------- /bindings/python/src/docs/HistoryFieldset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/HistoryFieldset.md -------------------------------------------------------------------------------- /bindings/python/src/docs/HistoryFieldsetRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/HistoryFieldsetRaw.md -------------------------------------------------------------------------------- /bindings/python/src/docs/HuggingfaceUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/HuggingfaceUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/InlineResponse200.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/InlineResponse200.md -------------------------------------------------------------------------------- /bindings/python/src/docs/InlineResponse2001.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/InlineResponse2001.md -------------------------------------------------------------------------------- /bindings/python/src/docs/LuarocksPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/LuarocksPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/MavenPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/MavenPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/MavenUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/MavenUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/MavenUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/MavenUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/MetricsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/MetricsApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Namespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Namespace.md -------------------------------------------------------------------------------- /bindings/python/src/docs/NamespaceAuditLog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/NamespaceAuditLog.md -------------------------------------------------------------------------------- /bindings/python/src/docs/NamespacesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/NamespacesApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/NestedLicensePolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/NestedLicensePolicy.md -------------------------------------------------------------------------------- /bindings/python/src/docs/NpmPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/NpmPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/NpmUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/NpmUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/NpmUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/NpmUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/NugetPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/NugetPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/NugetUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/NugetUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/NugetUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/NugetUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Organization.md -------------------------------------------------------------------------------- /bindings/python/src/docs/OrganizationGroupSync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/OrganizationGroupSync.md -------------------------------------------------------------------------------- /bindings/python/src/docs/OrganizationInvite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/OrganizationInvite.md -------------------------------------------------------------------------------- /bindings/python/src/docs/OrganizationSAMLAuth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/OrganizationSAMLAuth.md -------------------------------------------------------------------------------- /bindings/python/src/docs/OrganizationTeam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/OrganizationTeam.md -------------------------------------------------------------------------------- /bindings/python/src/docs/OrgsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/OrgsApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/P2PackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/P2PackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Package.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Package.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageCopy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageCopy.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageCopyRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageCopyRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageDenyPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageDenyPolicy.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageDependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageDependencies.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageDependency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageDependency.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageFile.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageFileUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageFileUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageGroup.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageLicense.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageLicense.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageMove.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageMove.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageMoveRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageMoveRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageQuarantine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageQuarantine.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageResync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageResync.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageStatus.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageTag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageTag.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageTagRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageTagRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageUsageMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageUsageMetrics.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageVersionBadge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageVersionBadge.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackageVulnerability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackageVulnerability.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PackagesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PackagesApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/ProviderSettings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/ProviderSettings.md -------------------------------------------------------------------------------- /bindings/python/src/docs/ProviderSettingsWrite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/ProviderSettingsWrite.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PythonPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PythonPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PythonUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PythonUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/PythonUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/PythonUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Quota.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Quota.md -------------------------------------------------------------------------------- /bindings/python/src/docs/QuotaApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/QuotaApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/QuotaHistory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/QuotaHistory.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RateCheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RateCheck.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RatesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RatesApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RawPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RawPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/ReposApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/ReposApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Repository.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Repository.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RepositoryAuditLog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RepositoryAuditLog.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RepositoryCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RepositoryCreate.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RepositoryEcdsaKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RepositoryEcdsaKey.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RepositoryGeoIpCidr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RepositoryGeoIpCidr.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RepositoryGeoIpRules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RepositoryGeoIpRules.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RepositoryGeoIpStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RepositoryGeoIpStatus.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RepositoryGpgKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RepositoryGpgKey.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RepositoryRsaKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RepositoryRsaKey.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RepositoryToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RepositoryToken.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RepositoryTokenAction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RepositoryTokenAction.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RepositoryTokenSync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RepositoryTokenSync.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RepositoryWebhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RepositoryWebhook.md -------------------------------------------------------------------------------- /bindings/python/src/docs/ResourcesRateCheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/ResourcesRateCheck.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RpmPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RpmPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RpmUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RpmUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RpmUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RpmUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RubyPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RubyPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RubyUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RubyUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/RubyUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/RubyUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Service.md -------------------------------------------------------------------------------- /bindings/python/src/docs/ServiceRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/ServiceRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/ServiceRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/ServiceRequestPatch.md -------------------------------------------------------------------------------- /bindings/python/src/docs/ServiceTeams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/ServiceTeams.md -------------------------------------------------------------------------------- /bindings/python/src/docs/StatusApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/StatusApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/StatusBasic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/StatusBasic.md -------------------------------------------------------------------------------- /bindings/python/src/docs/StorageAllocatedLimit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/StorageAllocatedLimit.md -------------------------------------------------------------------------------- /bindings/python/src/docs/StorageRegion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/StorageRegion.md -------------------------------------------------------------------------------- /bindings/python/src/docs/StorageRegionsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/StorageRegionsApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/StorageUsage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/StorageUsage.md -------------------------------------------------------------------------------- /bindings/python/src/docs/StorageUsageRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/StorageUsageRaw.md -------------------------------------------------------------------------------- /bindings/python/src/docs/SwiftPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/SwiftPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/SwiftUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/SwiftUpstream.md -------------------------------------------------------------------------------- /bindings/python/src/docs/SwiftUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/SwiftUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Tags.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Usage.md -------------------------------------------------------------------------------- /bindings/python/src/docs/UsageFieldset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/UsageFieldset.md -------------------------------------------------------------------------------- /bindings/python/src/docs/UsageLimits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/UsageLimits.md -------------------------------------------------------------------------------- /bindings/python/src/docs/UsageLimitsRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/UsageLimitsRaw.md -------------------------------------------------------------------------------- /bindings/python/src/docs/UsageRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/UsageRaw.md -------------------------------------------------------------------------------- /bindings/python/src/docs/UserApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/UserApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/UserAuthToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/UserAuthToken.md -------------------------------------------------------------------------------- /bindings/python/src/docs/UserAuthTokenRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/UserAuthTokenRequest.md -------------------------------------------------------------------------------- /bindings/python/src/docs/UserBrief.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/UserBrief.md -------------------------------------------------------------------------------- /bindings/python/src/docs/UserProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/UserProfile.md -------------------------------------------------------------------------------- /bindings/python/src/docs/UsersApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/UsersApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/VagrantPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/VagrantPackageUpload.md -------------------------------------------------------------------------------- /bindings/python/src/docs/VulnerabilitiesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/VulnerabilitiesApi.md -------------------------------------------------------------------------------- /bindings/python/src/docs/Vulnerability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/Vulnerability.md -------------------------------------------------------------------------------- /bindings/python/src/docs/VulnerabilityScan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/VulnerabilityScan.md -------------------------------------------------------------------------------- /bindings/python/src/docs/WebhookTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/WebhookTemplate.md -------------------------------------------------------------------------------- /bindings/python/src/docs/WebhooksApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/docs/WebhooksApi.md -------------------------------------------------------------------------------- /bindings/python/src/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/git_push.sh -------------------------------------------------------------------------------- /bindings/python/src/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/requirements.txt -------------------------------------------------------------------------------- /bindings/python/src/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/setup.py -------------------------------------------------------------------------------- /bindings/python/src/test-requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test-requirements.txt -------------------------------------------------------------------------------- /bindings/python/src/test/__init__.py: -------------------------------------------------------------------------------- 1 | # coding: utf-8 -------------------------------------------------------------------------------- /bindings/python/src/test/test_allocated_limit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_allocated_limit.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_architecture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_architecture.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_audit_log_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_audit_log_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_badges_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_badges_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_cargo_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_cargo_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_common_metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_common_metrics.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_conda_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_conda_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_cran_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_cran_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_dart_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_dart_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_deb_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_deb_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_distribution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_distribution.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_distros_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_distros_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_docker_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_docker_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_dynamic_mapping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_dynamic_mapping.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_entitlements_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_entitlements_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_error_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_error_detail.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_eula.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_eula.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_files_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_files_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_format.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_format_support.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_format_support.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_formats_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_formats_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_geo_ip_location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_geo_ip_location.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_go_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_go_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_helm_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_helm_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_hex_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_hex_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_history.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_history.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_history_fieldset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_history_fieldset.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_maven_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_maven_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_metrics_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_metrics_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_namespace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_namespace.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_namespaces_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_namespaces_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_npm_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_npm_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_nuget_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_nuget_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_organization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_organization.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_orgs_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_orgs_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_package.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_package_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_package_copy.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_package_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_package_file.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_package_group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_package_group.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_package_license.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_package_license.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_package_move.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_package_move.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_package_resync.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_package_resync.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_package_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_package_status.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_package_tag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_package_tag.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_packages_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_packages_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_python_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_python_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_quota.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_quota.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_quota_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_quota_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_quota_history.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_quota_history.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_rate_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_rate_check.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_rates_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_rates_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_repos_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_repos_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_repository.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_repository.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_repository_token.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_repository_token.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_rpm_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_rpm_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_ruby_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_ruby_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_service.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_service_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_service_request.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_service_teams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_service_teams.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_status_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_status_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_status_basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_status_basic.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_storage_region.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_storage_region.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_storage_usage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_storage_usage.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_swift_upstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_swift_upstream.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_tags.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_tags.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_usage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_usage.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_usage_fieldset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_usage_fieldset.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_usage_limits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_usage_limits.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_usage_limits_raw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_usage_limits_raw.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_usage_raw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_usage_raw.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_user_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_user_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_user_auth_token.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_user_auth_token.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_user_brief.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_user_brief.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_user_profile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_user_profile.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_users_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_users_api.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_vulnerability.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_vulnerability.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_webhook_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_webhook_template.py -------------------------------------------------------------------------------- /bindings/python/src/test/test_webhooks_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/test/test_webhooks_api.py -------------------------------------------------------------------------------- /bindings/python/src/tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/src/tox.ini -------------------------------------------------------------------------------- /bindings/python/templates/model.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/templates/model.mustache -------------------------------------------------------------------------------- /bindings/python/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/python/test.sh -------------------------------------------------------------------------------- /bindings/ruby/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/build.sh -------------------------------------------------------------------------------- /bindings/ruby/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/deploy.sh -------------------------------------------------------------------------------- /bindings/ruby/src/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/.gitignore -------------------------------------------------------------------------------- /bindings/ruby/src/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --require spec_helper 3 | -------------------------------------------------------------------------------- /bindings/ruby/src/.rubocop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/.rubocop.yml -------------------------------------------------------------------------------- /bindings/ruby/src/.swagger-codegen-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/.swagger-codegen-ignore -------------------------------------------------------------------------------- /bindings/ruby/src/.swagger-codegen/VERSION: -------------------------------------------------------------------------------- 1 | 2.4.43 -------------------------------------------------------------------------------- /bindings/ruby/src/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/Gemfile -------------------------------------------------------------------------------- /bindings/ruby/src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/README.md -------------------------------------------------------------------------------- /bindings/ruby/src/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/Rakefile -------------------------------------------------------------------------------- /bindings/ruby/src/build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/build.json -------------------------------------------------------------------------------- /bindings/ruby/src/cloudsmith-api.gemspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/cloudsmith-api.gemspec -------------------------------------------------------------------------------- /bindings/ruby/src/docs/AllocatedLimit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/AllocatedLimit.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/AllocatedLimitRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/AllocatedLimitRaw.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/AlpinePackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/AlpinePackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Architecture.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/AuditLogApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/AuditLogApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/BadgesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/BadgesApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CargoPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CargoPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CargoUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CargoUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CargoUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CargoUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CocoapodsPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CocoapodsPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CommonBandwidthMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CommonBandwidthMetrics.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CommonDownloadsMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CommonDownloadsMetrics.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CommonMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CommonMetrics.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/ComposerPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/ComposerPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/ComposerUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/ComposerUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/ComposerUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/ComposerUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/ConanPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/ConanPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CondaPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CondaPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CondaUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CondaUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CondaUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CondaUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CranPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CranPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CranUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CranUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/CranUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/CranUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DartPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DartPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DartUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DartUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DartUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DartUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DebPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DebPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DebPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DebPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DebUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DebUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DebUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DebUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DebUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DebUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Distribution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Distribution.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DistributionFull.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DistributionFull.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DistributionVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DistributionVersion.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DistrosApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DistrosApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DockerPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DockerPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DockerUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DockerUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DockerUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DockerUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/DynamicMapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/DynamicMapping.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/EntitlementUsageMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/EntitlementUsageMetrics.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/EntitlementsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/EntitlementsApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/ErrorDetail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/ErrorDetail.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Eula.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Eula.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/FilesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/FilesApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Format.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/FormatSupport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/FormatSupport.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/FormatSupportUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/FormatSupportUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/FormatsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/FormatsApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/GeoIpLocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/GeoIpLocation.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/GoPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/GoPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/GoPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/GoPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/GoUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/GoUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/GoUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/GoUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/GoUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/GoUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/HelmPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/HelmPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/HelmUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/HelmUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/HelmUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/HelmUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/HexPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/HexPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/HexPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/HexPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/HexUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/HexUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/HexUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/HexUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/HexUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/HexUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/History.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/HistoryFieldset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/HistoryFieldset.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/HistoryFieldsetRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/HistoryFieldsetRaw.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/HuggingfaceUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/HuggingfaceUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/InlineResponse200.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/InlineResponse200.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/InlineResponse2001.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/InlineResponse2001.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/LuarocksPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/LuarocksPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/MavenPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/MavenPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/MavenUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/MavenUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/MavenUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/MavenUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/MetricsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/MetricsApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Namespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Namespace.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/NamespaceAuditLog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/NamespaceAuditLog.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/NamespacesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/NamespacesApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/NestedLicensePolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/NestedLicensePolicy.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/NpmPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/NpmPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/NpmPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/NpmPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/NpmUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/NpmUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/NpmUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/NpmUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/NpmUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/NpmUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/NugetPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/NugetPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/NugetUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/NugetUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/NugetUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/NugetUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Organization.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/OrganizationGroupSync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/OrganizationGroupSync.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/OrganizationInvite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/OrganizationInvite.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/OrganizationMembership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/OrganizationMembership.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/OrganizationSAMLAuth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/OrganizationSAMLAuth.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/OrganizationTeam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/OrganizationTeam.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/OrganizationTeamInvite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/OrganizationTeamInvite.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/OrganizationTeamMembers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/OrganizationTeamMembers.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/OrganizationTeamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/OrganizationTeamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/OrgsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/OrgsApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/P2PackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/P2PackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/P2PackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/P2PackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Package.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Package.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageCopy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageCopy.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageCopyRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageCopyRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageDenyPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageDenyPolicy.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageDependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageDependencies.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageDependency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageDependency.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageFile.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageFilePartsUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageFilePartsUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageFileUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageFileUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageGroup.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageLicense.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageLicense.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageMove.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageMove.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageMoveRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageMoveRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageQuarantine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageQuarantine.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageResync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageResync.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageStatus.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageTag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageTag.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageTagRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageTagRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageUsageMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageUsageMetrics.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageVersionBadge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageVersionBadge.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackageVulnerability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackageVulnerability.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PackagesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PackagesApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/ProviderSettings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/ProviderSettings.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/ProviderSettingsWrite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/ProviderSettingsWrite.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PythonPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PythonPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PythonUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PythonUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/PythonUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/PythonUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Quota.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Quota.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/QuotaApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/QuotaApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/QuotaHistory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/QuotaHistory.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RateCheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RateCheck.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RatesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RatesApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RawPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RawPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RawPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RawPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/ReposApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/ReposApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Repository.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Repository.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryAuditLog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryAuditLog.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryCreate.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryCreateRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryCreateRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryEcdsaKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryEcdsaKey.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryGeoIpCidr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryGeoIpCidr.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryGeoIpRules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryGeoIpRules.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryGeoIpStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryGeoIpStatus.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryGpgKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryGpgKey.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryGpgKeyCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryGpgKeyCreate.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryPrivilegeDict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryPrivilegeDict.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryRequestPatch.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryRsaKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryRsaKey.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryRsaKeyCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryRsaKeyCreate.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryToken.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryTokenAction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryTokenAction.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryTokenRefresh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryTokenRefresh.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryTokenRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryTokenRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryTokenSync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryTokenSync.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RepositoryWebhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RepositoryWebhook.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/ResourcesRateCheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/ResourcesRateCheck.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RpmPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RpmPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RpmPackageUploadRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RpmPackageUploadRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RpmUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RpmUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RpmUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RpmUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RpmUpstreamRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RpmUpstreamRequestPatch.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RubyPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RubyPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RubyUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RubyUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/RubyUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/RubyUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Service.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/ServiceRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/ServiceRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/ServiceRequestPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/ServiceRequestPatch.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/ServiceTeams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/ServiceTeams.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/StatusApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/StatusApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/StatusBasic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/StatusBasic.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/StorageAllocatedLimit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/StorageAllocatedLimit.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/StorageRegion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/StorageRegion.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/StorageRegionsApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/StorageRegionsApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/StorageUsage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/StorageUsage.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/StorageUsageRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/StorageUsageRaw.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/SwiftPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/SwiftPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/SwiftUpstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/SwiftUpstream.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/SwiftUpstreamRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/SwiftUpstreamRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Tags.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/TerraformPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/TerraformPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Usage.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/UsageFieldset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/UsageFieldset.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/UsageLimits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/UsageLimits.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/UsageLimitsRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/UsageLimitsRaw.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/UsageRaw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/UsageRaw.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/UserApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/UserApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/UserAuthToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/UserAuthToken.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/UserAuthTokenRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/UserAuthTokenRequest.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/UserAuthenticationToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/UserAuthenticationToken.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/UserBrief.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/UserBrief.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/UserProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/UserProfile.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/UsersApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/UsersApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/VagrantPackageUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/VagrantPackageUpload.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/VulnerabilitiesApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/VulnerabilitiesApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/Vulnerability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/Vulnerability.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/VulnerabilityScan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/VulnerabilityScan.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/WebhookTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/WebhookTemplate.md -------------------------------------------------------------------------------- /bindings/ruby/src/docs/WebhooksApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/docs/WebhooksApi.md -------------------------------------------------------------------------------- /bindings/ruby/src/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/git_push.sh -------------------------------------------------------------------------------- /bindings/ruby/src/lib/cloudsmith-api.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/lib/cloudsmith-api.rb -------------------------------------------------------------------------------- /bindings/ruby/src/lib/cloudsmith-api/api_error.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/lib/cloudsmith-api/api_error.rb -------------------------------------------------------------------------------- /bindings/ruby/src/lib/cloudsmith-api/version.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/lib/cloudsmith-api/version.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/audit_log_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/audit_log_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/badges_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/badges_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/distros_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/distros_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/files_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/files_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/formats_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/formats_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/metrics_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/metrics_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/namespaces_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/namespaces_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/orgs_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/orgs_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/packages_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/packages_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/quota_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/quota_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/rates_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/rates_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/repos_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/repos_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/status_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/status_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/user_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/user_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/users_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/users_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api/webhooks_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api/webhooks_api_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/api_client_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/api_client_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/configuration_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/configuration_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/eula_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/eula_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/format_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/format_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/go_upstream_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/go_upstream_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/history_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/history_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/namespace_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/namespace_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/package_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/package_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/package_tag_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/package_tag_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/quota_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/quota_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/rate_check_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/rate_check_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/repository_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/repository_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/service_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/service_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/tags_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/tags_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/usage_raw_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/usage_raw_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/usage_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/usage_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/models/user_brief_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/models/user_brief_spec.rb -------------------------------------------------------------------------------- /bindings/ruby/src/spec/spec_helper.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/src/spec/spec_helper.rb -------------------------------------------------------------------------------- /bindings/ruby/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/bindings/ruby/test.sh -------------------------------------------------------------------------------- /ruff.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/ruff.toml -------------------------------------------------------------------------------- /scripts/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/scripts/build.sh -------------------------------------------------------------------------------- /scripts/common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/scripts/common.sh -------------------------------------------------------------------------------- /scripts/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/scripts/deploy.sh -------------------------------------------------------------------------------- /scripts/full-deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/scripts/full-deploy.sh -------------------------------------------------------------------------------- /scripts/push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/scripts/push.sh -------------------------------------------------------------------------------- /scripts/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/scripts/test.sh -------------------------------------------------------------------------------- /scripts/update-bindings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-api/HEAD/scripts/update-bindings.sh --------------------------------------------------------------------------------