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.
Files changed (188) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +24 -5
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +2 -0
  6. data/docs/CargoPackageUpload.md +2 -0
  7. data/docs/CocoapodsPackageUpload.md +2 -0
  8. data/docs/ComposerPackageUpload.md +2 -0
  9. data/docs/ConanPackageUpload.md +2 -0
  10. data/docs/CondaPackageUpload.md +2 -0
  11. data/docs/ConnectedRepository.md +12 -0
  12. data/docs/ConnectedRepositoryRequest.md +10 -0
  13. data/docs/ConnectedRepositoryRequestPatch.md +10 -0
  14. data/docs/CranPackageUpload.md +2 -0
  15. data/docs/DartPackageUpload.md +2 -0
  16. data/docs/DebPackageUpload.md +2 -0
  17. data/docs/DockerPackageUpload.md +2 -0
  18. data/docs/EntitlementsApi.md +2 -0
  19. data/docs/GenericPackageUpload.md +2 -0
  20. data/docs/GoPackageUpload.md +2 -0
  21. data/docs/HelmPackageUpload.md +2 -0
  22. data/docs/HexPackageUpload.md +2 -0
  23. data/docs/HuggingfacePackageUpload.md +2 -0
  24. data/docs/InlineResponse2001.md +1 -1
  25. data/docs/InlineResponse2002.md +8 -0
  26. data/docs/LuarocksPackageUpload.md +2 -0
  27. data/docs/MavenPackageUpload.md +2 -0
  28. data/docs/McpPackageUpload.md +2 -0
  29. data/docs/MemberTeams.md +10 -0
  30. data/docs/NpmPackageUpload.md +2 -0
  31. data/docs/NugetPackageUpload.md +2 -0
  32. data/docs/OrganizationCustomDomainNestedRepo.md +9 -0
  33. data/docs/OrganizationCustomDomains.md +25 -0
  34. data/docs/OrganizationMembership.md +1 -0
  35. data/docs/OrgsApi.md +65 -0
  36. data/docs/P2PackageUpload.md +2 -0
  37. data/docs/Package.md +2 -0
  38. data/docs/PackageCopy.md +2 -0
  39. data/docs/PackageMove.md +2 -0
  40. data/docs/PackageQuarantine.md +2 -0
  41. data/docs/PackageResync.md +2 -0
  42. data/docs/PackageStatus.md +1 -0
  43. data/docs/PackageTag.md +2 -0
  44. data/docs/PythonPackageUpload.md +2 -0
  45. data/docs/RawPackageUpload.md +2 -0
  46. data/docs/RecycleBinApi.md +24 -24
  47. data/docs/ReposApi.md +592 -1
  48. data/docs/Repository.md +1 -0
  49. data/docs/RepositoryCreate.md +1 -0
  50. data/docs/RepositoryCreateRequest.md +1 -0
  51. data/docs/RepositoryEd25519Key.md +13 -0
  52. data/docs/RepositoryEd25519KeyCreate.md +9 -0
  53. data/docs/RepositoryRequestPatch.md +1 -0
  54. data/docs/RpmPackageUpload.md +2 -0
  55. data/docs/RubyPackageUpload.md +2 -0
  56. data/docs/ServiceTeams.md +1 -0
  57. data/docs/SwiftPackageUpload.md +2 -0
  58. data/docs/TerraformPackageUpload.md +2 -0
  59. data/docs/UserApi.md +2 -2
  60. data/docs/VagrantPackageUpload.md +2 -0
  61. data/docs/VsxPackageUpload.md +2 -0
  62. data/lib/cloudsmith-api/api/entitlements_api.rb +3 -0
  63. data/lib/cloudsmith-api/api/orgs_api.rb +60 -0
  64. data/lib/cloudsmith-api/api/recycle_bin_api.rb +41 -41
  65. data/lib/cloudsmith-api/api/repos_api.rb +579 -2
  66. data/lib/cloudsmith-api/api/user_api.rb +3 -3
  67. data/lib/cloudsmith-api/models/alpine_package_upload.rb +20 -1
  68. data/lib/cloudsmith-api/models/cargo_package_upload.rb +20 -1
  69. data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +20 -1
  70. data/lib/cloudsmith-api/models/composer_package_upload.rb +20 -1
  71. data/lib/cloudsmith-api/models/conan_package_upload.rb +20 -1
  72. data/lib/cloudsmith-api/models/conda_package_upload.rb +20 -1
  73. data/lib/cloudsmith-api/models/connected_repository.rb +230 -0
  74. data/lib/cloudsmith-api/models/connected_repository_request.rb +211 -0
  75. data/lib/cloudsmith-api/models/connected_repository_request_patch.rb +206 -0
  76. data/lib/cloudsmith-api/models/cran_package_upload.rb +20 -1
  77. data/lib/cloudsmith-api/models/dart_package_upload.rb +20 -1
  78. data/lib/cloudsmith-api/models/deb_package_upload.rb +20 -1
  79. data/lib/cloudsmith-api/models/docker_package_upload.rb +20 -1
  80. data/lib/cloudsmith-api/models/generic_package_upload.rb +20 -1
  81. data/lib/cloudsmith-api/models/go_package_upload.rb +20 -1
  82. data/lib/cloudsmith-api/models/helm_package_upload.rb +20 -1
  83. data/lib/cloudsmith-api/models/hex_package_upload.rb +20 -1
  84. data/lib/cloudsmith-api/models/huggingface_package_upload.rb +20 -1
  85. data/lib/cloudsmith-api/models/inline_response_200_1.rb +1 -1
  86. data/lib/cloudsmith-api/models/inline_response_200_2.rb +191 -0
  87. data/lib/cloudsmith-api/models/luarocks_package_upload.rb +20 -1
  88. data/lib/cloudsmith-api/models/maven_package_upload.rb +20 -1
  89. data/lib/cloudsmith-api/models/mcp_package_upload.rb +20 -1
  90. data/lib/cloudsmith-api/models/member_teams.rb +238 -0
  91. data/lib/cloudsmith-api/models/npm_package_upload.rb +20 -1
  92. data/lib/cloudsmith-api/models/nuget_package_upload.rb +20 -1
  93. data/lib/cloudsmith-api/models/organization_custom_domain_nested_repo.rb +195 -0
  94. data/lib/cloudsmith-api/models/organization_custom_domains.rb +355 -0
  95. data/lib/cloudsmith-api/models/organization_membership.rb +12 -1
  96. data/lib/cloudsmith-api/models/p2_package_upload.rb +20 -1
  97. data/lib/cloudsmith-api/models/package.rb +20 -1
  98. data/lib/cloudsmith-api/models/package_copy.rb +20 -1
  99. data/lib/cloudsmith-api/models/package_move.rb +20 -1
  100. data/lib/cloudsmith-api/models/package_quarantine.rb +20 -1
  101. data/lib/cloudsmith-api/models/package_resync.rb +20 -1
  102. data/lib/cloudsmith-api/models/package_status.rb +10 -1
  103. data/lib/cloudsmith-api/models/package_tag.rb +20 -1
  104. data/lib/cloudsmith-api/models/python_package_upload.rb +20 -1
  105. data/lib/cloudsmith-api/models/raw_package_upload.rb +20 -1
  106. data/lib/cloudsmith-api/models/repository.rb +11 -1
  107. data/lib/cloudsmith-api/models/repository_create.rb +11 -1
  108. data/lib/cloudsmith-api/models/repository_create_request.rb +11 -1
  109. data/lib/cloudsmith-api/models/repository_ed25519_key.rb +233 -0
  110. data/lib/cloudsmith-api/models/repository_ed25519_key_create.rb +200 -0
  111. data/lib/cloudsmith-api/models/repository_request_patch.rb +11 -1
  112. data/lib/cloudsmith-api/models/rpm_package_upload.rb +20 -1
  113. data/lib/cloudsmith-api/models/ruby_package_upload.rb +20 -1
  114. data/lib/cloudsmith-api/models/service_teams.rb +11 -1
  115. data/lib/cloudsmith-api/models/swift_package_upload.rb +20 -1
  116. data/lib/cloudsmith-api/models/terraform_package_upload.rb +20 -1
  117. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +20 -1
  118. data/lib/cloudsmith-api/models/vsx_package_upload.rb +20 -1
  119. data/lib/cloudsmith-api/version.rb +1 -1
  120. data/lib/cloudsmith-api.rb +9 -0
  121. data/spec/api/entitlements_api_spec.rb +1 -0
  122. data/spec/api/orgs_api_spec.rb +14 -0
  123. data/spec/api/recycle_bin_api_spec.rb +12 -12
  124. data/spec/api/repos_api_spec.rb +128 -1
  125. data/spec/api/user_api_spec.rb +1 -1
  126. data/spec/models/alpine_package_upload_spec.rb +12 -0
  127. data/spec/models/cargo_package_upload_spec.rb +12 -0
  128. data/spec/models/cocoapods_package_upload_spec.rb +12 -0
  129. data/spec/models/composer_package_upload_spec.rb +12 -0
  130. data/spec/models/conan_package_upload_spec.rb +12 -0
  131. data/spec/models/conda_package_upload_spec.rb +12 -0
  132. data/spec/models/connected_repository_request_patch_spec.rb +53 -0
  133. data/spec/models/connected_repository_request_spec.rb +53 -0
  134. data/spec/models/connected_repository_spec.rb +65 -0
  135. data/spec/models/cran_package_upload_spec.rb +12 -0
  136. data/spec/models/dart_package_upload_spec.rb +12 -0
  137. data/spec/models/deb_package_upload_spec.rb +12 -0
  138. data/spec/models/docker_package_upload_spec.rb +12 -0
  139. data/spec/models/generic_package_upload_spec.rb +12 -0
  140. data/spec/models/go_package_upload_spec.rb +12 -0
  141. data/spec/models/helm_package_upload_spec.rb +12 -0
  142. data/spec/models/hex_package_upload_spec.rb +12 -0
  143. data/spec/models/huggingface_package_upload_spec.rb +12 -0
  144. data/spec/models/inline_response_200_2_spec.rb +41 -0
  145. data/spec/models/luarocks_package_upload_spec.rb +12 -0
  146. data/spec/models/maven_package_upload_spec.rb +12 -0
  147. data/spec/models/mcp_package_upload_spec.rb +12 -0
  148. data/spec/models/member_teams_spec.rb +57 -0
  149. data/spec/models/npm_package_upload_spec.rb +12 -0
  150. data/spec/models/nuget_package_upload_spec.rb +12 -0
  151. data/spec/models/organization_custom_domain_nested_repo_spec.rb +47 -0
  152. data/spec/models/organization_custom_domains_spec.rb +143 -0
  153. data/spec/models/organization_membership_spec.rb +6 -0
  154. data/spec/models/p2_package_upload_spec.rb +12 -0
  155. data/spec/models/package_copy_spec.rb +12 -0
  156. data/spec/models/package_move_spec.rb +12 -0
  157. data/spec/models/package_quarantine_spec.rb +12 -0
  158. data/spec/models/package_resync_spec.rb +12 -0
  159. data/spec/models/package_spec.rb +12 -0
  160. data/spec/models/package_status_spec.rb +6 -0
  161. data/spec/models/package_tag_spec.rb +12 -0
  162. data/spec/models/python_package_upload_spec.rb +12 -0
  163. data/spec/models/raw_package_upload_spec.rb +12 -0
  164. data/spec/models/repository_create_request_spec.rb +6 -0
  165. data/spec/models/repository_create_spec.rb +6 -0
  166. data/spec/models/repository_ed25519_key_create_spec.rb +47 -0
  167. data/spec/models/repository_ed25519_key_spec.rb +71 -0
  168. data/spec/models/repository_request_patch_spec.rb +6 -0
  169. data/spec/models/repository_spec.rb +6 -0
  170. data/spec/models/rpm_package_upload_spec.rb +12 -0
  171. data/spec/models/ruby_package_upload_spec.rb +12 -0
  172. data/spec/models/service_teams_spec.rb +6 -0
  173. data/spec/models/swift_package_upload_spec.rb +12 -0
  174. data/spec/models/terraform_package_upload_spec.rb +12 -0
  175. data/spec/models/vagrant_package_upload_spec.rb +12 -0
  176. data/spec/models/vsx_package_upload_spec.rb +12 -0
  177. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.3.2/gem_make.out +1 -1
  178. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/gem_make.out +2 -2
  179. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/mkmf.log +4 -4
  180. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/gem_make.out +2 -2
  181. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/mkmf.log +1 -1
  182. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
  183. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
  184. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/Makefile +2 -2
  185. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Makefile +2 -2
  186. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
  187. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
  188. metadata +41 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 658ef6a8168c73b4445791f481b64225bb6c698207507e9a27127d8b7c3dfdb8
4
- data.tar.gz: 516a84075e7278390339263ee5237269e5c46fb7e841e07c8efb68ffe26f5bcd
3
+ metadata.gz: b816320e956d3acde6e224cd36b418353fe8ee38fa7f989f2fc487c2bc410bed
4
+ data.tar.gz: bbbc0a28f2265d8ec46d90abd7f34e6ecf39fc7cd1de7ef0abc022ccb4d209d2
5
5
  SHA512:
6
- metadata.gz: 19b6d1649107a67d366dc593b9911a2a0befb87af0e262d9e417bdbff9866e068adbeb9d2294da4549ad97a494c6192f511b1f3db06bc9515434d180f080a914
7
- data.tar.gz: 40e16c4f3a4c214f16afd3a1f09d7e41acbf03eb008eec948f2019e9ffb5a0a918a207f681c0c0efdc14623020f820ea50810722f18fd6bfca7be37ff064c98a
6
+ metadata.gz: 1f4651333a70c3bb3d28dbb3b947a9d99299ab11a3180f7ee22faa0b40329dde04698f04530979cfaea00b6f20f93a7991f127bdf9bae555182ec4aa0295305e
7
+ data.tar.gz: d35579d0fb05f4ed252f21c550ad15eb9d85bcccc21589e758966279b90f536769f8def1ab1909cc878e73e13ef667f4778605920694be8c8d37ea2246a7fcb6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudsmith-api (2.0.26)
4
+ cloudsmith-api (2.0.27)
5
5
  addressable (~> 2.3, >= 2.3.0)
6
6
  json (~> 2.1, >= 2.1.0)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
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.26
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.26.gem
27
+ gem install ./cloudsmith-api-2.0.27.gem
28
28
  ```
29
- (for development, run `gem install --dev ./cloudsmith-api-2.0.26.gem` to install the development dependencies)
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.26'
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
@@ -8,7 +8,7 @@
8
8
  "gemName": "cloudsmith-api",
9
9
  "gemRequiredRubyVersion": ">= 1.9",
10
10
  "gemSummary": "Cloudsmith API",
11
- "gemVersion": "2.0.26",
11
+ "gemVersion": "2.0.27",
12
12
  "hideGenerationTimestamp": true,
13
13
  "moduleName": "CloudsmithApi",
14
14
  "sortParamsByRequiredFlag": true
@@ -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]
@@ -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]
@@ -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]
@@ -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
+
@@ -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]
@@ -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]
@@ -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]
@@ -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]
@@ -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]
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **results** | [**Array<UserAuthenticationToken>**](UserAuthenticationToken.md) | |
6
+ **results** | [**Array<ConnectedRepository>**](ConnectedRepository.md) | |
7
7
 
8
8
 
@@ -0,0 +1,8 @@
1
+ # CloudsmithApi::InlineResponse2002
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **results** | [**Array<UserAuthenticationToken>**](UserAuthenticationToken.md) | |
7
+
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]
@@ -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]
@@ -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,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
+
@@ -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]
@@ -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]