cloudsmith-api 2.0.26 → 2.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +24 -5
- data/build.json +1 -1
- data/docs/AlpinePackageUpload.md +2 -0
- data/docs/CargoPackageUpload.md +2 -0
- data/docs/CocoapodsPackageUpload.md +2 -0
- data/docs/ComposerPackageUpload.md +2 -0
- data/docs/ConanPackageUpload.md +2 -0
- data/docs/CondaPackageUpload.md +2 -0
- data/docs/ConnectedRepository.md +12 -0
- data/docs/ConnectedRepositoryRequest.md +10 -0
- data/docs/ConnectedRepositoryRequestPatch.md +10 -0
- data/docs/CranPackageUpload.md +2 -0
- data/docs/DartPackageUpload.md +2 -0
- data/docs/DebPackageUpload.md +2 -0
- data/docs/DockerPackageUpload.md +2 -0
- data/docs/EntitlementsApi.md +2 -0
- data/docs/GenericPackageUpload.md +2 -0
- data/docs/GoPackageUpload.md +2 -0
- data/docs/HelmPackageUpload.md +2 -0
- data/docs/HexPackageUpload.md +2 -0
- data/docs/HuggingfacePackageUpload.md +2 -0
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse2002.md +8 -0
- data/docs/LuarocksPackageUpload.md +2 -0
- data/docs/MavenPackageUpload.md +2 -0
- data/docs/McpPackageUpload.md +2 -0
- data/docs/MemberTeams.md +10 -0
- data/docs/NpmPackageUpload.md +2 -0
- data/docs/NugetPackageUpload.md +2 -0
- data/docs/OrganizationCustomDomainNestedRepo.md +9 -0
- data/docs/OrganizationCustomDomains.md +25 -0
- data/docs/OrganizationMembership.md +1 -0
- data/docs/OrgsApi.md +65 -0
- data/docs/P2PackageUpload.md +2 -0
- data/docs/Package.md +2 -0
- data/docs/PackageCopy.md +2 -0
- data/docs/PackageMove.md +2 -0
- data/docs/PackageQuarantine.md +2 -0
- data/docs/PackageResync.md +2 -0
- data/docs/PackageStatus.md +1 -0
- data/docs/PackageTag.md +2 -0
- data/docs/PythonPackageUpload.md +2 -0
- data/docs/RawPackageUpload.md +2 -0
- data/docs/RecycleBinApi.md +24 -24
- data/docs/ReposApi.md +592 -1
- data/docs/Repository.md +1 -0
- data/docs/RepositoryCreate.md +1 -0
- data/docs/RepositoryCreateRequest.md +1 -0
- data/docs/RepositoryEd25519Key.md +13 -0
- data/docs/RepositoryEd25519KeyCreate.md +9 -0
- data/docs/RepositoryRequestPatch.md +1 -0
- data/docs/RpmPackageUpload.md +2 -0
- data/docs/RubyPackageUpload.md +2 -0
- data/docs/ServiceTeams.md +1 -0
- data/docs/SwiftPackageUpload.md +2 -0
- data/docs/TerraformPackageUpload.md +2 -0
- data/docs/UserApi.md +2 -2
- data/docs/VagrantPackageUpload.md +2 -0
- data/docs/VsxPackageUpload.md +2 -0
- data/lib/cloudsmith-api/api/entitlements_api.rb +3 -0
- data/lib/cloudsmith-api/api/orgs_api.rb +60 -0
- data/lib/cloudsmith-api/api/recycle_bin_api.rb +41 -41
- data/lib/cloudsmith-api/api/repos_api.rb +579 -2
- data/lib/cloudsmith-api/api/user_api.rb +3 -3
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/cargo_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/composer_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/conan_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/conda_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/connected_repository.rb +230 -0
- data/lib/cloudsmith-api/models/connected_repository_request.rb +211 -0
- data/lib/cloudsmith-api/models/connected_repository_request_patch.rb +206 -0
- data/lib/cloudsmith-api/models/cran_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/dart_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/deb_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/docker_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/generic_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/go_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/helm_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/hex_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/huggingface_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/inline_response_200_1.rb +1 -1
- data/lib/cloudsmith-api/models/inline_response_200_2.rb +191 -0
- data/lib/cloudsmith-api/models/luarocks_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/maven_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/mcp_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/member_teams.rb +238 -0
- data/lib/cloudsmith-api/models/npm_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/nuget_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/organization_custom_domain_nested_repo.rb +195 -0
- data/lib/cloudsmith-api/models/organization_custom_domains.rb +355 -0
- data/lib/cloudsmith-api/models/organization_membership.rb +12 -1
- data/lib/cloudsmith-api/models/p2_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/package.rb +20 -1
- data/lib/cloudsmith-api/models/package_copy.rb +20 -1
- data/lib/cloudsmith-api/models/package_move.rb +20 -1
- data/lib/cloudsmith-api/models/package_quarantine.rb +20 -1
- data/lib/cloudsmith-api/models/package_resync.rb +20 -1
- data/lib/cloudsmith-api/models/package_status.rb +10 -1
- data/lib/cloudsmith-api/models/package_tag.rb +20 -1
- data/lib/cloudsmith-api/models/python_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/raw_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/repository.rb +11 -1
- data/lib/cloudsmith-api/models/repository_create.rb +11 -1
- data/lib/cloudsmith-api/models/repository_create_request.rb +11 -1
- data/lib/cloudsmith-api/models/repository_ed25519_key.rb +233 -0
- data/lib/cloudsmith-api/models/repository_ed25519_key_create.rb +200 -0
- data/lib/cloudsmith-api/models/repository_request_patch.rb +11 -1
- data/lib/cloudsmith-api/models/rpm_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/ruby_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/service_teams.rb +11 -1
- data/lib/cloudsmith-api/models/swift_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/terraform_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +20 -1
- data/lib/cloudsmith-api/models/vsx_package_upload.rb +20 -1
- data/lib/cloudsmith-api/version.rb +1 -1
- data/lib/cloudsmith-api.rb +9 -0
- data/spec/api/entitlements_api_spec.rb +1 -0
- data/spec/api/orgs_api_spec.rb +14 -0
- data/spec/api/recycle_bin_api_spec.rb +12 -12
- data/spec/api/repos_api_spec.rb +128 -1
- data/spec/api/user_api_spec.rb +1 -1
- data/spec/models/alpine_package_upload_spec.rb +12 -0
- data/spec/models/cargo_package_upload_spec.rb +12 -0
- data/spec/models/cocoapods_package_upload_spec.rb +12 -0
- data/spec/models/composer_package_upload_spec.rb +12 -0
- data/spec/models/conan_package_upload_spec.rb +12 -0
- data/spec/models/conda_package_upload_spec.rb +12 -0
- data/spec/models/connected_repository_request_patch_spec.rb +53 -0
- data/spec/models/connected_repository_request_spec.rb +53 -0
- data/spec/models/connected_repository_spec.rb +65 -0
- data/spec/models/cran_package_upload_spec.rb +12 -0
- data/spec/models/dart_package_upload_spec.rb +12 -0
- data/spec/models/deb_package_upload_spec.rb +12 -0
- data/spec/models/docker_package_upload_spec.rb +12 -0
- data/spec/models/generic_package_upload_spec.rb +12 -0
- data/spec/models/go_package_upload_spec.rb +12 -0
- data/spec/models/helm_package_upload_spec.rb +12 -0
- data/spec/models/hex_package_upload_spec.rb +12 -0
- data/spec/models/huggingface_package_upload_spec.rb +12 -0
- data/spec/models/inline_response_200_2_spec.rb +41 -0
- data/spec/models/luarocks_package_upload_spec.rb +12 -0
- data/spec/models/maven_package_upload_spec.rb +12 -0
- data/spec/models/mcp_package_upload_spec.rb +12 -0
- data/spec/models/member_teams_spec.rb +57 -0
- data/spec/models/npm_package_upload_spec.rb +12 -0
- data/spec/models/nuget_package_upload_spec.rb +12 -0
- data/spec/models/organization_custom_domain_nested_repo_spec.rb +47 -0
- data/spec/models/organization_custom_domains_spec.rb +143 -0
- data/spec/models/organization_membership_spec.rb +6 -0
- data/spec/models/p2_package_upload_spec.rb +12 -0
- data/spec/models/package_copy_spec.rb +12 -0
- data/spec/models/package_move_spec.rb +12 -0
- data/spec/models/package_quarantine_spec.rb +12 -0
- data/spec/models/package_resync_spec.rb +12 -0
- data/spec/models/package_spec.rb +12 -0
- data/spec/models/package_status_spec.rb +6 -0
- data/spec/models/package_tag_spec.rb +12 -0
- data/spec/models/python_package_upload_spec.rb +12 -0
- data/spec/models/raw_package_upload_spec.rb +12 -0
- data/spec/models/repository_create_request_spec.rb +6 -0
- data/spec/models/repository_create_spec.rb +6 -0
- data/spec/models/repository_ed25519_key_create_spec.rb +47 -0
- data/spec/models/repository_ed25519_key_spec.rb +71 -0
- data/spec/models/repository_request_patch_spec.rb +6 -0
- data/spec/models/repository_spec.rb +6 -0
- data/spec/models/rpm_package_upload_spec.rb +12 -0
- data/spec/models/ruby_package_upload_spec.rb +12 -0
- data/spec/models/service_teams_spec.rb +6 -0
- data/spec/models/swift_package_upload_spec.rb +12 -0
- data/spec/models/terraform_package_upload_spec.rb +12 -0
- data/spec/models/vagrant_package_upload_spec.rb +12 -0
- data/spec/models/vsx_package_upload_spec.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.3.2/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/mkmf.log +4 -4
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
- metadata +41 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b816320e956d3acde6e224cd36b418353fe8ee38fa7f989f2fc487c2bc410bed
|
|
4
|
+
data.tar.gz: bbbc0a28f2265d8ec46d90abd7f34e6ecf39fc7cd1de7ef0abc022ccb4d209d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f4651333a70c3bb3d28dbb3b947a9d99299ab11a3180f7ee22faa0b40329dde04698f04530979cfaea00b6f20f93a7991f127bdf9bae555182ec4aa0295305e
|
|
7
|
+
data.tar.gz: d35579d0fb05f4ed252f21c550ad15eb9d85bcccc21589e758966279b90f536769f8def1ab1909cc878e73e13ef667f4778605920694be8c8d37ea2246a7fcb6
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ The API to the Cloudsmith Service
|
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
8
8
|
|
|
9
9
|
- API version: v1
|
|
10
|
-
- Package version: 2.0.
|
|
10
|
+
- Package version: 2.0.27
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
|
|
13
13
|
|
|
@@ -24,15 +24,15 @@ gem build cloudsmith-api.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./cloudsmith-api-2.0.
|
|
27
|
+
gem install ./cloudsmith-api-2.0.27.gem
|
|
28
28
|
```
|
|
29
|
-
(for development, run `gem install --dev ./cloudsmith-api-2.0.
|
|
29
|
+
(for development, run `gem install --dev ./cloudsmith-api-2.0.27.gem` to install the development dependencies)
|
|
30
30
|
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
32
32
|
|
|
33
33
|
Finally add this to the Gemfile:
|
|
34
34
|
|
|
35
|
-
gem 'cloudsmith-api', '~> 2.0.
|
|
35
|
+
gem 'cloudsmith-api', '~> 2.0.27'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -123,6 +123,7 @@ Class | Method | HTTP request | Description
|
|
|
123
123
|
*CloudsmithApi::MetricsApi* | [**metrics_packages_list**](docs/MetricsApi.md#metrics_packages_list) | **GET** /metrics/packages/{owner}/{repo}/ | View for listing package usage metrics, for a repository.
|
|
124
124
|
*CloudsmithApi::NamespacesApi* | [**namespaces_list**](docs/NamespacesApi.md#namespaces_list) | **GET** /namespaces/ | Get a list of all namespaces the user belongs to.
|
|
125
125
|
*CloudsmithApi::NamespacesApi* | [**namespaces_read**](docs/NamespacesApi.md#namespaces_read) | **GET** /namespaces/{slug}/ | Get a specific namespace that the user belongs to.
|
|
126
|
+
*CloudsmithApi::OrgsApi* | [**orgs_custom_domains_list**](docs/OrgsApi.md#orgs_custom_domains_list) | **GET** /orgs/{org}/custom-domains/ | Get the details for all custom domains.
|
|
126
127
|
*CloudsmithApi::OrgsApi* | [**orgs_delete**](docs/OrgsApi.md#orgs_delete) | **DELETE** /orgs/{org}/ | Delete the specified organization.
|
|
127
128
|
*CloudsmithApi::OrgsApi* | [**orgs_deny_policy_create**](docs/OrgsApi.md#orgs_deny_policy_create) | **POST** /orgs/{org}/deny-policy/ | Create a package deny policy.
|
|
128
129
|
*CloudsmithApi::OrgsApi* | [**orgs_deny_policy_delete**](docs/OrgsApi.md#orgs_deny_policy_delete) | **DELETE** /orgs/{org}/deny-policy/{slug_perm}/ | Delete a package deny policy.
|
|
@@ -272,16 +273,25 @@ Class | Method | HTTP request | Description
|
|
|
272
273
|
*CloudsmithApi::QuotaApi* | [**quota_oss_read**](docs/QuotaApi.md#quota_oss_read) | **GET** /quota/oss/{owner}/ | Open-source Quota usage for a given namespace.
|
|
273
274
|
*CloudsmithApi::QuotaApi* | [**quota_read**](docs/QuotaApi.md#quota_read) | **GET** /quota/{owner}/ | Quota usage for a given namespace.
|
|
274
275
|
*CloudsmithApi::RatesApi* | [**rates_limits_list**](docs/RatesApi.md#rates_limits_list) | **GET** /rates/limits/ | Endpoint to check rate limits for current user.
|
|
276
|
+
*CloudsmithApi::RecycleBinApi* | [**recycle_bin_action**](docs/RecycleBinApi.md#recycle_bin_action) | **POST** /recycle-bin/{owner}/action/ |
|
|
275
277
|
*CloudsmithApi::RecycleBinApi* | [**recycle_bin_list**](docs/RecycleBinApi.md#recycle_bin_list) | **GET** /recycle-bin/{owner}/ | List soft-deleted packages in recycle bin
|
|
276
|
-
*CloudsmithApi::RecycleBinApi* | [**recycle_bin_recycle_bin_action**](docs/RecycleBinApi.md#recycle_bin_recycle_bin_action) | **POST** /recycle-bin/{owner}/action/ |
|
|
277
278
|
*CloudsmithApi::ReposApi* | [**api_repos_geoip_status**](docs/ReposApi.md#api_repos_geoip_status) | **GET** /repos/{owner}/{identifier}/geoip/status/ | Retrieve the GeoIP status for this repository.
|
|
278
279
|
*CloudsmithApi::ReposApi* | [**repo_retention_partial_update**](docs/ReposApi.md#repo_retention_partial_update) | **PATCH** /repos/{owner}/{repo}/retention/ | Update the retention rules for the repository.
|
|
279
280
|
*CloudsmithApi::ReposApi* | [**repo_retention_read**](docs/ReposApi.md#repo_retention_read) | **GET** /repos/{owner}/{repo}/retention/ | Retrieve the retention rules for the repository.
|
|
281
|
+
*CloudsmithApi::ReposApi* | [**repos_connected_create**](docs/ReposApi.md#repos_connected_create) | **POST** /repos/{owner}/{identifier}/connected/ | Create a connected repository for this repository.
|
|
282
|
+
*CloudsmithApi::ReposApi* | [**repos_connected_delete**](docs/ReposApi.md#repos_connected_delete) | **DELETE** /repos/{owner}/{identifier}/connected/{slug_perm}/ | Delete a connected repository for this repository.
|
|
283
|
+
*CloudsmithApi::ReposApi* | [**repos_connected_list**](docs/ReposApi.md#repos_connected_list) | **GET** /repos/{owner}/{identifier}/connected/ | List connected repositories for this repository.
|
|
284
|
+
*CloudsmithApi::ReposApi* | [**repos_connected_partial_update**](docs/ReposApi.md#repos_connected_partial_update) | **PATCH** /repos/{owner}/{identifier}/connected/{slug_perm}/ | Partially update a connected repository for this repository.
|
|
285
|
+
*CloudsmithApi::ReposApi* | [**repos_connected_read**](docs/ReposApi.md#repos_connected_read) | **GET** /repos/{owner}/{identifier}/connected/{slug_perm}/ | Retrieve a connected repository for this repository.
|
|
286
|
+
*CloudsmithApi::ReposApi* | [**repos_connected_update**](docs/ReposApi.md#repos_connected_update) | **PUT** /repos/{owner}/{identifier}/connected/{slug_perm}/ | Update a connected repository for this repository.
|
|
280
287
|
*CloudsmithApi::ReposApi* | [**repos_create**](docs/ReposApi.md#repos_create) | **POST** /repos/{owner}/ | Create a new repository in a given namespace.
|
|
281
288
|
*CloudsmithApi::ReposApi* | [**repos_delete**](docs/ReposApi.md#repos_delete) | **DELETE** /repos/{owner}/{identifier}/ |
|
|
282
289
|
*CloudsmithApi::ReposApi* | [**repos_ecdsa_create**](docs/ReposApi.md#repos_ecdsa_create) | **POST** /repos/{owner}/{identifier}/ecdsa/ | Set the active ECDSA key for the Repository.
|
|
283
290
|
*CloudsmithApi::ReposApi* | [**repos_ecdsa_list**](docs/ReposApi.md#repos_ecdsa_list) | **GET** /repos/{owner}/{identifier}/ecdsa/ | Retrieve the active ECDSA key for the Repository.
|
|
284
291
|
*CloudsmithApi::ReposApi* | [**repos_ecdsa_regenerate**](docs/ReposApi.md#repos_ecdsa_regenerate) | **POST** /repos/{owner}/{identifier}/ecdsa/regenerate/ | Regenerate ECDSA Key for the Repository.
|
|
292
|
+
*CloudsmithApi::ReposApi* | [**repos_ed25519_create**](docs/ReposApi.md#repos_ed25519_create) | **POST** /repos/{owner}/{identifier}/ed25519/ | Set the active Ed25519 key for the Repository.
|
|
293
|
+
*CloudsmithApi::ReposApi* | [**repos_ed25519_list**](docs/ReposApi.md#repos_ed25519_list) | **GET** /repos/{owner}/{identifier}/ed25519/ | Retrieve the active Ed25519 key for the Repository.
|
|
294
|
+
*CloudsmithApi::ReposApi* | [**repos_ed25519_regenerate**](docs/ReposApi.md#repos_ed25519_regenerate) | **POST** /repos/{owner}/{identifier}/ed25519/regenerate/ | Regenerate Ed25519 Key for the Repository.
|
|
285
295
|
*CloudsmithApi::ReposApi* | [**repos_geoip_disable**](docs/ReposApi.md#repos_geoip_disable) | **POST** /repos/{owner}/{identifier}/geoip/disable/ | Disable GeoIP for this repository.
|
|
286
296
|
*CloudsmithApi::ReposApi* | [**repos_geoip_enable**](docs/ReposApi.md#repos_geoip_enable) | **POST** /repos/{owner}/{identifier}/geoip/enable/ | Enable GeoIP for this repository.
|
|
287
297
|
*CloudsmithApi::ReposApi* | [**repos_geoip_partial_update**](docs/ReposApi.md#repos_geoip_partial_update) | **PATCH** /repos/{owner}/{identifier}/geoip | Partially update repository geoip rules.
|
|
@@ -480,6 +490,9 @@ Class | Method | HTTP request | Description
|
|
|
480
490
|
- [CloudsmithApi::CondaUpstream](docs/CondaUpstream.md)
|
|
481
491
|
- [CloudsmithApi::CondaUpstreamRequest](docs/CondaUpstreamRequest.md)
|
|
482
492
|
- [CloudsmithApi::CondaUpstreamRequestPatch](docs/CondaUpstreamRequestPatch.md)
|
|
493
|
+
- [CloudsmithApi::ConnectedRepository](docs/ConnectedRepository.md)
|
|
494
|
+
- [CloudsmithApi::ConnectedRepositoryRequest](docs/ConnectedRepositoryRequest.md)
|
|
495
|
+
- [CloudsmithApi::ConnectedRepositoryRequestPatch](docs/ConnectedRepositoryRequestPatch.md)
|
|
483
496
|
- [CloudsmithApi::CranPackageUpload](docs/CranPackageUpload.md)
|
|
484
497
|
- [CloudsmithApi::CranPackageUploadRequest](docs/CranPackageUploadRequest.md)
|
|
485
498
|
- [CloudsmithApi::CranUpstream](docs/CranUpstream.md)
|
|
@@ -541,6 +554,7 @@ Class | Method | HTTP request | Description
|
|
|
541
554
|
- [CloudsmithApi::HuggingfaceUpstreamRequestPatch](docs/HuggingfaceUpstreamRequestPatch.md)
|
|
542
555
|
- [CloudsmithApi::InlineResponse200](docs/InlineResponse200.md)
|
|
543
556
|
- [CloudsmithApi::InlineResponse2001](docs/InlineResponse2001.md)
|
|
557
|
+
- [CloudsmithApi::InlineResponse2002](docs/InlineResponse2002.md)
|
|
544
558
|
- [CloudsmithApi::LuarocksPackageUpload](docs/LuarocksPackageUpload.md)
|
|
545
559
|
- [CloudsmithApi::LuarocksPackageUploadRequest](docs/LuarocksPackageUploadRequest.md)
|
|
546
560
|
- [CloudsmithApi::MavenPackageUpload](docs/MavenPackageUpload.md)
|
|
@@ -550,6 +564,7 @@ Class | Method | HTTP request | Description
|
|
|
550
564
|
- [CloudsmithApi::MavenUpstreamRequestPatch](docs/MavenUpstreamRequestPatch.md)
|
|
551
565
|
- [CloudsmithApi::McpPackageUpload](docs/McpPackageUpload.md)
|
|
552
566
|
- [CloudsmithApi::McpPackageUploadRequest](docs/McpPackageUploadRequest.md)
|
|
567
|
+
- [CloudsmithApi::MemberTeams](docs/MemberTeams.md)
|
|
553
568
|
- [CloudsmithApi::Namespace](docs/Namespace.md)
|
|
554
569
|
- [CloudsmithApi::NamespaceAuditLog](docs/NamespaceAuditLog.md)
|
|
555
570
|
- [CloudsmithApi::NestedLicensePolicy](docs/NestedLicensePolicy.md)
|
|
@@ -566,6 +581,8 @@ Class | Method | HTTP request | Description
|
|
|
566
581
|
- [CloudsmithApi::NugetUpstreamRequest](docs/NugetUpstreamRequest.md)
|
|
567
582
|
- [CloudsmithApi::NugetUpstreamRequestPatch](docs/NugetUpstreamRequestPatch.md)
|
|
568
583
|
- [CloudsmithApi::Organization](docs/Organization.md)
|
|
584
|
+
- [CloudsmithApi::OrganizationCustomDomainNestedRepo](docs/OrganizationCustomDomainNestedRepo.md)
|
|
585
|
+
- [CloudsmithApi::OrganizationCustomDomains](docs/OrganizationCustomDomains.md)
|
|
569
586
|
- [CloudsmithApi::OrganizationGroupSync](docs/OrganizationGroupSync.md)
|
|
570
587
|
- [CloudsmithApi::OrganizationGroupSyncRequest](docs/OrganizationGroupSyncRequest.md)
|
|
571
588
|
- [CloudsmithApi::OrganizationGroupSyncStatus](docs/OrganizationGroupSyncStatus.md)
|
|
@@ -654,6 +671,8 @@ Class | Method | HTTP request | Description
|
|
|
654
671
|
- [CloudsmithApi::RepositoryCreateRequest](docs/RepositoryCreateRequest.md)
|
|
655
672
|
- [CloudsmithApi::RepositoryEcdsaKey](docs/RepositoryEcdsaKey.md)
|
|
656
673
|
- [CloudsmithApi::RepositoryEcdsaKeyCreate](docs/RepositoryEcdsaKeyCreate.md)
|
|
674
|
+
- [CloudsmithApi::RepositoryEd25519Key](docs/RepositoryEd25519Key.md)
|
|
675
|
+
- [CloudsmithApi::RepositoryEd25519KeyCreate](docs/RepositoryEd25519KeyCreate.md)
|
|
657
676
|
- [CloudsmithApi::RepositoryGeoIpCidr](docs/RepositoryGeoIpCidr.md)
|
|
658
677
|
- [CloudsmithApi::RepositoryGeoIpCountryCode](docs/RepositoryGeoIpCountryCode.md)
|
|
659
678
|
- [CloudsmithApi::RepositoryGeoIpRules](docs/RepositoryGeoIpRules.md)
|
data/build.json
CHANGED
data/docs/AlpinePackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/CargoPackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/ConanPackageUpload.md
CHANGED
|
@@ -33,6 +33,7 @@ Name | Type | Description | Notes
|
|
|
33
33
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
34
34
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
35
35
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
36
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
37
38
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
38
39
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -50,6 +51,7 @@ Name | Type | Description | Notes
|
|
|
50
51
|
**num_files** | **Integer** | | [optional]
|
|
51
52
|
**origin_repository** | **String** | | [optional]
|
|
52
53
|
**origin_repository_url** | **String** | | [optional]
|
|
54
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
53
55
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
54
56
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
55
57
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/CondaPackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# CloudsmithApi::ConnectedRepository
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**created_at** | **DateTime** | The date and time when the connection was created. | [optional]
|
|
7
|
+
**is_active** | **BOOLEAN** | | [optional] [default to true]
|
|
8
|
+
**priority** | **Integer** | Repositories are checked in ascending order (starting at 1). If multiple repositories have the same priority, the oldest one is used first. | [optional]
|
|
9
|
+
**slug_perm** | **String** | | [optional]
|
|
10
|
+
**target_repository** | **String** | The slug of the target repository to connect to. |
|
|
11
|
+
|
|
12
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CloudsmithApi::ConnectedRepositoryRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**is_active** | **BOOLEAN** | | [optional] [default to true]
|
|
7
|
+
**priority** | **Integer** | Repositories are checked in ascending order (starting at 1). If multiple repositories have the same priority, the oldest one is used first. | [optional]
|
|
8
|
+
**target_repository** | **String** | The slug of the target repository to connect to. |
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CloudsmithApi::ConnectedRepositoryRequestPatch
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**is_active** | **BOOLEAN** | | [optional] [default to true]
|
|
7
|
+
**priority** | **Integer** | Repositories are checked in ascending order (starting at 1). If multiple repositories have the same priority, the oldest one is used first. | [optional]
|
|
8
|
+
**target_repository** | **String** | The slug of the target repository to connect to. | [optional]
|
|
9
|
+
|
|
10
|
+
|
data/docs/CranPackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**r_version** | **String** | Binary package uploads should specify the version of R they were built for. | [optional]
|
data/docs/DartPackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/DebPackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/DockerPackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/EntitlementsApi.md
CHANGED
|
@@ -308,6 +308,7 @@ opts = {
|
|
|
308
308
|
show_tokens: false, # BOOLEAN | Show entitlement token strings in results
|
|
309
309
|
query: 'query_example', # String | A search term for querying names of entitlements.
|
|
310
310
|
active: false, # BOOLEAN | If true, only include active tokens
|
|
311
|
+
exclude_other_user_tokens: false, # BOOLEAN | If true, exclude user tokens that belong to other users
|
|
311
312
|
sort: 'name' # String | A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name.
|
|
312
313
|
}
|
|
313
314
|
|
|
@@ -331,6 +332,7 @@ Name | Type | Description | Notes
|
|
|
331
332
|
**show_tokens** | **BOOLEAN**| Show entitlement token strings in results | [optional] [default to false]
|
|
332
333
|
**query** | **String**| A search term for querying names of entitlements. | [optional]
|
|
333
334
|
**active** | **BOOLEAN**| If true, only include active tokens | [optional] [default to false]
|
|
335
|
+
**exclude_other_user_tokens** | **BOOLEAN**| If true, exclude user tokens that belong to other users | [optional] [default to false]
|
|
334
336
|
**sort** | **String**| A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name. | [optional] [default to name]
|
|
335
337
|
|
|
336
338
|
### Return type
|
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/GoPackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/HelmPackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/HexPackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/InlineResponse2001.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**results** | [**Array<
|
|
6
|
+
**results** | [**Array<ConnectedRepository>**](ConnectedRepository.md) | |
|
|
7
7
|
|
|
8
8
|
|
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/MavenPackageUpload.md
CHANGED
|
@@ -33,6 +33,7 @@ Name | Type | Description | Notes
|
|
|
33
33
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
34
34
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
35
35
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
36
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
37
38
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
38
39
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -50,6 +51,7 @@ Name | Type | Description | Notes
|
|
|
50
51
|
**num_files** | **Integer** | | [optional]
|
|
51
52
|
**origin_repository** | **String** | | [optional]
|
|
52
53
|
**origin_repository_url** | **String** | | [optional]
|
|
54
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
53
55
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
54
56
|
**packaging** | **String** | Artifact's Maven packaging type. | [optional]
|
|
55
57
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
data/docs/McpPackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/MemberTeams.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CloudsmithApi::MemberTeams
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**name** | **String** | | [optional]
|
|
7
|
+
**role** | **String** | | [optional] [default to 'Manager']
|
|
8
|
+
**slug** | **String** | | [optional]
|
|
9
|
+
|
|
10
|
+
|
data/docs/NpmPackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
data/docs/NugetPackageUpload.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
32
|
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
33
|
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_hidden** | **BOOLEAN** | | [optional]
|
|
34
35
|
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
36
|
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
37
|
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
@@ -48,6 +49,7 @@ Name | Type | Description | Notes
|
|
|
48
49
|
**num_files** | **Integer** | | [optional]
|
|
49
50
|
**origin_repository** | **String** | | [optional]
|
|
50
51
|
**origin_repository_url** | **String** | | [optional]
|
|
52
|
+
**osi_approved** | **BOOLEAN** | Whether the package's SPDX license is OSI-approved. | [optional]
|
|
51
53
|
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
54
|
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
55
|
**raw_license** | **String** | The raw license string. | [optional]
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# CloudsmithApi::OrganizationCustomDomainNestedRepo
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**name** | **String** | A descriptive name for the repository. | [optional]
|
|
7
|
+
**slug** | **String** | The slug identifies the repository in URIs. | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# CloudsmithApi::OrganizationCustomDomains
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**backend_kind** | **Integer** | The domain for a specific package format. | [optional]
|
|
7
|
+
**created_at** | **DateTime** | | [optional]
|
|
8
|
+
**created_by** | **Integer** | | [optional]
|
|
9
|
+
**dns_alias_value** | **String** | The CNAME value to use to publish this domain publicly. | [optional]
|
|
10
|
+
**dns_cert_name** | **String** | The CNAME name to create to allow us to generate a TLS cert. | [optional]
|
|
11
|
+
**dns_cert_value** | **String** | The CNAME value to use to allow us to generate a TLS cert. | [optional]
|
|
12
|
+
**domain_type** | **Integer** | The type for the custom domain. | [optional]
|
|
13
|
+
**enabled** | **BOOLEAN** | If checked, the domain is enabled. | [optional]
|
|
14
|
+
**host** | **String** | | [optional]
|
|
15
|
+
**namespace** | **Integer** | | [optional]
|
|
16
|
+
**primary** | **BOOLEAN** | If checked, this domain is the preferred/primary domain in the case that there are other overlapping domains (e.g. for the same repository, package format, etc.) | [optional] [default to true]
|
|
17
|
+
**redirect_root** | **BOOLEAN** | If checked, the domain root redirects to the repository. | [optional]
|
|
18
|
+
**redirect_root_url** | **String** | Where root requests should be redirected to if redirect_root is enabled. | [optional]
|
|
19
|
+
**repository** | [**OrganizationCustomDomainNestedRepo**](OrganizationCustomDomainNestedRepo.md) | |
|
|
20
|
+
**repository_only** | **BOOLEAN** | If checked, the domain applies to a specific repository only. | [optional]
|
|
21
|
+
**slug_perm** | **String** | | [optional]
|
|
22
|
+
**validated** | **BOOLEAN** | If validated, the domain is ready for requests. | [optional]
|
|
23
|
+
**validated_at** | **DateTime** | | [optional]
|
|
24
|
+
|
|
25
|
+
|
|
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**last_login_at** | **DateTime** | | [optional]
|
|
11
11
|
**last_login_method** | **String** | | [optional] [default to 'Unknown']
|
|
12
12
|
**role** | **String** | | [optional] [default to 'Owner']
|
|
13
|
+
**teams** | [**Array<MemberTeams>**](MemberTeams.md) | | [optional]
|
|
13
14
|
**user** | **String** | | [optional]
|
|
14
15
|
**user_id** | **String** | | [optional]
|
|
15
16
|
**user_name** | **String** | | [optional]
|